.header_wrap {
	position: fixed;
	top: 0;
	z-index: 999999;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
	padding: 0.25rem 0;
}

.header_logo a{
    display: flex;
    /*align-items: center;*/
}

.header_logo img {
	/*max-width: 5.4rem;*/
	/*max-height: 0.5rem;*/
	width: 2rem;
	object-fit: contain;
}
.header_logo span{
    font-family: '三极行楷简体';
    font-weight: 400;
    font-size: .32rem;
    color: #5F5D5D;
    margin-left: .15rem;
    padding-left: .15rem;
    border-left: .02rem solid #919191;
    white-space: nowrap;
}

.header_nav {
	padding: 0 0.25rem 0 0.2rem;
	;
}

.header_nav .level1 {
	padding: 0 0.2rem;
}

.header_nav a {
	font-family: OPPOSans;
	font-weight: 500;
	font-size: 0.16rem;
	color: #222222;
	text-align: center;
	writing-mode: horizontal-tb;
}

.search img {
	max-width: 0.4rem;
	max-height: 0.4rem;
}

.serve {
	font-family: OPPOSans;
	font-weight: 400;
	font-size: 0.14rem;
	color: #5F5D5D;
	line-height: 0.19rem;
	text-align: left;
}

.tel {
	font-family: MonuTitl Cond, MonuTitl Cond;
	font-weight: bold;
	font-size: 0.2rem;
	color: #222222;
	line-height: 0.29rem;
	text-align: left;
}

.flex_box3 .flex_box2 {
	margin-left: 0.1rem;
}

.header_nav a:hover {
	color: #FFA600;
	transition: all 0.3s;
}

/*//banner*/
.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner .swiper-button-next::after,
.banner .swiper-button-prev::after {
	color: #FFFFFF;
	transition: all 0.3s;
}

.banner .swiper-pagination {
	position: absolute;
	bottom: 0.5rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	width: auto !important;
}

.banner .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	width: 0.25rem;
	height: 0.25rem;
	background: url('../img/public/active1.png') no-repeat;
	background-size: 100% 100%;
	margin-right: 0.35rem;
}

.banner .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	background: url('../img/public/active2.png') no-repeat;
	background-size: 100% 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-container .swiper-slide img {
	width: 100%;
	height: auto;
	min-height: 100%;
	transition: 1s linear 2s;
	transform: scale(1.2, 1.2);
}

.swiper-container .swiper-slide-active img,
.swiper-container .swiper-slide-duplicate-active img {
	transition: 3s linear;
	transform: scale(1, 1);
}

.swiper-container .swiper-slide .banner_c {
	transition: all 3s;
	transform: translateY(0.5rem);
}

.swiper-container .swiper-slide-active .banner_c,
.swiper-container .swiper-slide-duplicate-active .banner_c {
	transform: translateY(0);
}

.swiper-container {
	height: 9.8rem;
}

/*//banner_shadow*/

.banner_content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.56) 38%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 8%, rgba(0, 0, 0, 0.56) 19%, rgba(0, 0, 0, 0) 38%);
}

.banner_content .max-width {
	padding: 0 0.4rem;
	height: 100%;
	padding-top: 16%;
	padding-top: 2.56rem;
}

.banner_c {}

.banner_h1 {
	font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
	font-weight: bold;
	font-size: 0.5rem;
	color: #FFFFFF;
	line-height: 0.7rem;
	letter-spacing: 0.1rem;
	text-align: left;
}

.banner_h2 {
	font-family: OPPOSans;
	font-weight: 400;
	font-size: 0.3rem;
	color: #FFFFFF;
	line-height: 0.42rem;
	letter-spacing: 0.04rem;
	text-align: left;
	margin: 0.14rem 0 0.1rem;
	text-decoration: underline;
	/* 显示下划线 */
	text-decoration-color: rgba(255, 255, 255, 0.3);
	/* 下划线颜色 */
	text-decoration-thickness: 0.02rem;
	/* 下划线厚度 */
	text-underline-offset: 0.2rem;
	/* 下划线距离基线的偏移量 */
}

.banner_all {
	margin-top: 0.4rem;
	width: 50%;
	display: flex;
	/*justify-content: space-between;*/
}

.banner_all .flex_box{
    margin-right: .1rem;
}

.banner_all .circle {
	width: 0.1rem;
	height: 0.1rem;
	/*background: rgba(255,255,255,0);*/
	/*border: 0.02rem solid #FFA600;*/
	border: 0.02rem solid #FFA600;
	/* 设置边框宽度 */
	border-radius: 50%;
	/* 圆形 */
	background: none;
	/* 背景设置为无 */
}

.banner_all p {
	font-family: OPPOSans;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0.24rem;
	margin-left: 0.1rem;
}

.banner_button {
	margin-top: 1.1rem;
}

.banner_button .allButt:nth-of-type(2) {
	margin-left: 0.3rem;
}

/*about*/
.about {
	width: 100%;
	background-image : url(../img/about_bg.png) ;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 1.3rem 0;
}

.about .flex_box1 {
	width: 47%;
}

.about .flex_box2 {
	width: 53%;
}

.about .flex_box1 img {
	max-width: 8.8rem;
	height: 7rem;
	width: 100%;
}

.about_right {
	padding-left: 0.6rem;
	width: 84%;
}

.about_h1 {
	font-family: OPPOSans;
	font-weight: 500;
	font-size: 0.45rem;
	color: #222222;
	text-align: left;
}

.about_dec {
	font-family: OPPOSans;
	font-weight: 400;
	font-size: 0.18rem;
	color: #5F5D5D;
	line-height: 0.24rem;
	text-align: left;
	margin: 0.1rem 0 0.4rem;
}

.about_cont {
	font-family: OPPOSans;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
	text-align: left;
}

.about_right .allButt {
	margin-top: 0.4rem;
	background: #FFA600;
}

.about_right .srt_right_btn {
	margin-top: 0.4rem;
	margin-left: 0;
}

.about_c {
	margin-top: 1rem;
	flex-wrap: wrap !important;
	justify-content: space-between;
}

.about_list {
	padding: 0.1rem 0.12rem;
	background: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #D9D9D9;
	flex: 0 0 46% !important;
	margin-bottom: 0.15rem;
	cursor: pointer;
}

.about_list img {
	width: 0.16rem;
	height: 0.2rem;
}

.about_list p {
	font-family: OPPOSans;
	font-weight: 400;
	font-size: 16px;
	color: #222222;
	line-height: 19px;
	text-align: left;
	margin-left: 0.1rem;
}

.about_list:hover {
	border: 1px solid #FFA600;
	transition: all 0.3s
}

.about_list:hover p {
	color: #FFA600;
	transition: all 0.3s
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
	color: #FFA600;
}

.advantage {
	width: 100%;
	height: 10.1rem;
	background: url('../img/public/indexbg.png') no-repeat;
	background-size: 100% 100%;
	padding-top: 0.8rem;
	box-sizing: border-box;
}

.index_title1 {
	margin-bottom: 0.1rem;
	font-family: OPPOSans;
	font-weight: 500;
	font-size: 0.45rem;
	color: #222222;
	line-height: 0.59rem;
	text-align: center;
}

.index_title2 {
	font-family: OPPOSans;
	font-weight: 400;
	font-size: 0.18rem;
	color: #5F5D5D;
	line-height: 0.24rem;
	text-align: center;
}

.advantage .index_title2 {
	margin-bottom: 0.3rem;
}

.advantage .adv_nav {
	display: flex;
	justify-content: center;
	margin-bottom: 0.4rem;
}

.adv_nav .adv_nav_item {
	display: block;
	width: 1.6rem;
	height: 0.46rem;
	background: rgba(255, 255, 255, 0);
	border: 0.01rem solid #FFA600;
	transition: all 0.3s;
	box-sizing: border-box;
	margin-right: 0.6rem;
	font-family: OPPOSans;
	font-weight: 500;
	font-size: 0.2rem;
	color: #333333;
	line-height: 0.46rem;
	text-align: center;
}

.adv_nav .adv_nav_item:last-child {
	margin-right: 0;
}

.adv_nav .adv_nav_item:hover {
	/* background: #FFA600;
	color: #FFFFFF; */
}

.adv_nav .adv_nav_item.active {
	background: #FFA600;
	color: #FFFFFF;
}

.adv_sw {
	position: relative;
}

.adv_sw .swiper-wrapper {
	align-items: center;
}

.adv_sw .swiper-slide {
	width: 12rem;
	height: 6.4rem;
	/*margin: 0 0.3rem;*/
}

/*.adv_sw .swiper-slide-active {*/
/*	width: 12rem;*/
/*	height: 6.4rem;*/
/*}*/

.adv_sw a {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.adv_sw a img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.adv_sw a:hover img {
	transform: scale(1.1);
}

.adv_sw a .adv_mod {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.4;
}

.adv_sw .swiper-slide-active a .adv_mod {
	display: none;
}

.adv_sw a .adv_title {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.8rem;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 57%, rgba(0, 0, 0, 0.79) 100%);
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.24rem;
	color: #FFFFFF;
	line-height: 0.8rem;
	text-align: center;
}

.adv_sw .swiper-slide-active a .adv_title {
	display: block;
}

.adv_sw .advantage-swiper-button-prev,
.adv_sw .advantage-swiper-button-next {
	position: absolute;
top: 50%;
transform: translateY(-50%);
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0.48rem;
	height: 0.48rem;
	background: #C7C7C7;
	transition: all 0.3s;
	border-radius: 50%;
	cursor: pointer;
}

.adv_sw .advantage-swiper-button-prev {
	left: 1.92rem;
}

.adv_sw .advantage-swiper-button-next {
	right: 1.92rem;
}

.adv_sw .advantage-swiper-button-prev img,
.adv_sw .advantage-swiper-button-next img {
	width: 0.1rem;
	height: 0.18rem;
}

.adv_sw .advantage-swiper-button-next img {
	transform: rotate(180deg);
}

.adv_sw .advantage-swiper-button-prev:hover,
.adv_sw .advantage-swiper-button-next:hover {
	background: #FFA600;
}

.public_mul .index_title2 {
	margin-bottom: 0.3rem;
}

.public_process {
	padding-top: 1rem;
	padding-bottom: 0.72rem;
}

.public_process .index_title2 {
	margin-bottom: 0.53rem;
}

.public_coop .index_title2 {
	margin-bottom: 0.58rem;
}

.public_str {
	padding-top: 0.77rem;
	padding-bottom: 1.08rem;
}

.public_str .index_title2 {
	margin-bottom: 0.3rem;
}

.str_inaw {
	display: flex;
	width: 14.4rem;
	margin: 0.5rem auto 0;
	overflow: hidden;
	align-items: center;
}

.str_inaw .str_left {
	width: 7.5rem;
	margin-right: 1.48rem;
	/*margin-top: 1.26rem;*/

}

.str_inaw .str_left1 {
	width: 7.5rem;
	margin-right: 1.4rem;
	margin-top: 0.76rem;
}

.str_inaw .str_left2 {
	width: 7.5rem;
	margin-right: 1.4rem;
	/*margin-top: 0.95rem;*/
	/*height: 4.32rem;*/
}

.str_inaw.str_dom:nth-child(8) img{
    object-fit: contain !important;
}

/*.str_inaw .str_left .inaw-swiper {*/
/*	overflow: hidden;*/
/*	height: 2.46rem;*/
/*}*/

/*.str_inaw .str_left1 .inaw-swiper1 {*/
/*	overflow: hidden !important;*/
/*	height: 4.6rem;*/
/*}*/

.str_inaw .str_left2 .inaw-swiper {
	overflow: hidden !important;
	height: 4.32rem;
}

.inaw-swiper2 .swiper-wrapper{
    align-items: center;
}

/*.str_inaw .str_left .swiper-slide {*/
/*	display: block;*/
/*	width: 2.8rem;*/
/*	height: 1.92rem;*/
/*}*/

/*.str_inaw .str_left1 .swiper-slide {*/
/*	display: block;*/
/*	width: 2.52rem;*/
/*	height: 3.6rem;*/
/*}*/

/*.str_inaw .str_left2 .swiper-slide {*/
/*	display: block;*/
/*	width: 2.8rem;*/
/*	height: 3.36rem;*/
/*}*/

/*.str_inaw .str_left .swiper-wrapper {*/
/*	align-items: center;*/
/*}*/

/*.str_inaw .str_left .swiper-slide-prev {*/
/*	transform: translateX(0.45rem);*/
/*}*/

/*.str_inaw .str_left .swiper-slide-next {*/
/*	transform: translateX(-0.45rem);*/
/*}*/

/*.str_inaw .str_left1 .swiper-slide-prev {*/
/*	transform: translateX(0);*/
/*}*/

/*.str_inaw .str_left1 .swiper-slide-next {*/
/*	transform: translateX(-0);*/
/*}*/

/*.str_inaw .str_left2 .swiper-slide-prev {*/
/*	transform: translateX(0);*/
/*}*/

/*.str_inaw .str_left2 .swiper-slide-next {*/
/*	transform: translateX(-0);*/
/*}*/

/*.str_inaw .str_left .swiper-slide-active {*/
	/* width: 1.9rem; */
/*	position: relative;*/
/*}*/

/*.str_inaw .str_left1 .swiper-slide-active {*/
/*	width: 2.46rem;*/
/*	position: relative;*/
/*}*/

/*.str_inaw .str_left2 .swiper-slide-active {*/
/*	width: 1.9rem;*/
/*	position: relative;*/
/*}*/

.str_inaw .str_left a {
	display: block;
	width: 100%;
	height: 100%;
}

/*.str_inaw .str_left .swiper-slide-active a {*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	left: 50%;*/
/*	transform: translate(-50%, -50%);*/
/*	width: 3.6rem;*/
/*	height: 2.46rem;*/
/*}*/

/*.str_inaw .str_left1 .swiper-slide-active a {*/
/*	width: 3.22rem;*/
/*	height: 4.6rem;*/
/*}*/

/*.str_inaw .str_left2 .swiper-slide a {*/
/*	opacity: 0.8;*/
/*}*/

/*.str_inaw .str_left2 .swiper-slide-active a {*/
/*	width: 3.8rem;*/
/*	height: 4.32rem;*/
/*	opacity: 1;*/
/*}*/

/*.str_inaw .str_left a img {*/
/*	display: block;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*}*/

/*.str_inaw .str_left .swiper-slide-active {*/
/*	position: relative;*/
/*	z-index: 1;*/
/*}*/

.str_left .str_left_title {
	/*margin-top: 0.8rem;*/
	margin-top: .2rem;
	font-family: OPPOSans;
	font-weight: 500;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.24rem;
	text-align: center;
}

.str_inaw .str_right {
	width: 6.7rem;
}

.str_inaw .str_right1 {
	width: 5.5rem;
}

.str_inaw .str_right .str_right_title {
	margin-bottom: 0.15rem;
	font-family: OPPOSans;
	font-weight: 600;
	font-size: 0.22rem;
	color: #FFA600;
	line-height: 0.29rem;
}

.str_inaw .str_right .right_con {
	height: 5.03rem;
	overflow-x: hidden;
	overflow-y: auto;
	padding-top: 0.2rem;
	box-sizing: border-box;
}

/* WebKit浏览器滚动条样式 */
.str_inaw .str_right .right_con::-webkit-scrollbar {
	width: 0.1rem;
	/* 滚动条宽度 */
}

.str_inaw .str_right .right_con::-webkit-scrollbar-track {
	background: #ECECEC;
	/* 滚动条轨道背景颜色 */
}

.str_inaw .str_right .right_con::-webkit-scrollbar-thumb {
	background: #FFA600;
	/* 滚动条滑块颜色 */
	border-radius: 0.02rem;
	/* 滑块圆角 */
}

.str_inaw .mySwiper {
    width: 100%;
}

.str_inaw .mySwiper .swiper-slide{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.str_inaw .mySwiper .swiper-slide a{
    display: block;
    margin-right: 0.32rem;
    margin-bottom: 0.32rem;
    width: 3.36rem;
    height: 4.8rem;
    background: #FFFFFF;
    border: 0.01rem solid #DFDFDF;
    box-sizing: border-box;
    padding: 0.2rem 0.28rem;
}

.str_inaw .mySwiper .swiper-slide a:nth-child(4n){
    margin-right: 0;
}

.str_inaw .mySwiper .swiper-slide a img {
    width: 2.8rem;
    height: 4rem;
    min-height: 4rem;
    margin-bottom: 0.19rem;
    display: block;
}

.str_inaw .mySwiper .swiper-slide a .text{
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.21rem;
    text-align: center;
}

.str_right .right_con .right_item {
	position: relative;
	display: flex;
	align-items: center;
	width: 5.2rem;
	padding-bottom: 0.19rem;
	padding-left: 0.08rem;
	margin-bottom: 0.19rem;
	box-sizing: border-box;
	border-bottom: 0.02rem dashed #EAEAEA;
}

.str_right .right_con .right_item .right_item_num {
	margin-right: 0.29rem;
	transition: all 0.3s;
	font-family: MiSans, MiSans;
	font-weight: 600;
	font-size: 0.16rem;
	color: #999999;
	line-height: 0.22rem;
}

.str_right .right_con .right_item .right_item_title {
	width: 4rem;
	transition: all 0.3s;
	font-family: OPPOSans;
	font-weight: 400;
	font-size: 0.16rem;
	color: #5F5D5D;
	line-height: 0.21rem;
}

.str_right .right_con .right_item .right_item_bor {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0.02rem;
	background: #FFA600;
	transition: all 0.3s;
}

.str_right .right_con .right_item:hover {
	border-bottom: 0.02rem dashed transparent;
}

.str_right .right_con .right_item:hover .right_item_bor {
	width: 100%;
}

.str_right .right_con .right_item:hover .right_item_num {
	color: #FFA600;
}

.str_right .right_con .right_item:hover .right_item_title {
	color: #FFA600;
}

.str_right .right_con .right_item.active {
	border-bottom: 0.02rem dashed transparent;
}

.str_right .right_con .right_item.active .right_item_bor {
	width: 100%;
}

.str_right .right_con .right_item.active .right_item_num {
	color: #FFA600;
}

.str_right .right_con .right_item.active .right_item_title {
	color: #FFA600;
}

.srt_right_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.3rem;
	width: 1.5rem;
	height: 0.4rem;
	margin-top: 0.19rem;
	background: rgba(255, 255, 255, 0.17);
	border: 0.01rem solid #CCCCCC;
	box-sizing: border-box;
	transition: all 0.3s;
	font-family: OPPOSans;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFA600;
}

.srt_right_btn:hover {
	background: #FFA600;
	border: 0.01rem solid #FFA600;
	color: #FFFFFF;
}

.srt_right_btn img {
	display: block;
	width: 0.08rem;
	height: 0.14rem;
	margin-left: 0.11rem;
}

.srt_right_btn .img1 {
	display: none;
}

.srt_right_btn:hover .img1 {
	display: block;
}

.srt_right_btn:hover .img2 {
	display: none;
}

.public_coop {
	height: 8.3rem;
}

.public_coop .coop_con .coop_item img {
	transition: all 0.3s;
}

.public_coop .coop_con .coop_item:hover img {
	transform: scale(1.05);
}

.public_coop .coop-swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	margin-top: 0.15rem;
}

.public_coop .coop-swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	width: 0.1rem;
	height: 0.1rem;
	background: #CCC7BC;
	margin: 0 0.1rem;
}

.public_coop .coop-swiper-pagination .swiper-pagination-bullet-active {
	background: #FFA600;
	width: 0.14rem;
	height: 0.14rem;
}

.index_news {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}

.index_news .index_title2 {
	margin-bottom: 0.3rem;
}

.index_news .news_nav {
	display: flex;
	justify-content: center;
	margin-bottom: 0.4rem;
}

.index_news .news_nav .news_nav_item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.6rem;
	height: 0.46rem;
	background: #FFFFFF;
	border: 0.01rem solid #FFA600;
	box-sizing: border-box;
	margin-right: 0.6rem;
	font-family: OPPOSans;
	font-weight: 500;
	font-size: 0.2rem;
	color: #333333;
	transition: all 0.3s;
}

.index_news .news_nav .news_nav_item:last-child {
	margin-right: 0;
}

.index_news .news_nav .news_nav_item:hover {
	background: #FFA600;
	color: #FFFFFF;
}

.index_news .news_nav .news_nav_item.active {
	background: #FFA600;
	color: #FFFFFF;
}

.index_news .news {
	display: flex;
	width: 14.4rem;
	margin: 0 auto;
}

.index_news .news .news_sw {
	position: relative;
	width: 6.8rem;
	height: 5.85rem;
	margin-right: 0.3rem;
	overflow: hidden;
	
}

.index_news .news .news_sw:hover{
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(46,46,46,0.16);
}


.news_sw .news-swiper-button-next,
.news_sw .news-swiper-button-prev {
	position: absolute;
	top: 1.9rem;
	z-index: 100;
}

.news_sw .news-swiper-button-next {
	right: 0.16rem;
}

.news_sw .news-swiper-button-prev {
	left: 0.16rem;
}

.news_sw .news-swiper-button-next img,
.news_sw .news-swiper-button-prev img {
	width: 0.1rem;
	height: 0.2rem;
}

.news_sw .news-swiper-button-next .img2,
.news_sw .news-swiper-button-prev .img2 {
	display: none;
}

.news_sw .news-swiper-button-next .img1 {
	transform: rotate(180deg);
}

.news_sw .news-swiper-button-next .img2 {
	transform: rotate(180deg);
}

.news_sw .news-swiper-button-next:hover .img2,
.news_sw .news-swiper-button-prev:hover .img2 {
	display: block;
}

.news_sw .news-swiper-button-next:hover .img1,
.news_sw .news-swiper-button-prev:hover .img1 {
	display: none;
}

.index_news .news .news_left {
	display: block;
	width: 6.8rem;
	height: 5.85rem;
	background: #FFFFFF;
	box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(46, 46, 46, 0.16);
	cursor: pointer;
}

.news .news_left .news_left_img {
	width: 100%;
	height: 4rem;
	overflow: hidden;
}

.news .news_left .news_left_img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.news .news_left:hover .news_left_img img {
	transform: scale(1.1);
}

.news .news_left .news_left_bot {
	display: flex;
	width: 100%;
	height: 1.85rem;
	padding: 0.3rem 0.4rem;
	box-sizing: border-box;
}

.news_left_bot .news_time {
	width: 0.68rem;
}

.news_left_bot .news_time .news_moun {
	height: 53px;
	font-family: MiSans, MiSans;
	font-weight: 600;
	font-size: 0.4rem;
	color: #FFA600;
	line-height: 0.53rem;
	text-align: center;
}

.news_left_bot .news_time .news_bor {
	width: 0.68rem;
	height: 0.01rem;
	background: #D9D9D9;
	margin: 0.22rem 0 0.25rem;
}

.news_left_bot .news_time .news_year {
	font-family: MiSans, MiSans;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFA600;
	line-height: 0.24rem;
	text-align: center;
}

.news_left .news_left_bot .news_text {
	width: 4.9rem;
	margin-left: 0.42rem;
}

.news_text .news_text_title1 {
	width: 4.9rem;
	height: 0.56rem;
	margin-bottom: 0.2rem;
	font-family: OPPOSans;
	font-weight: 500;
	font-size: 0.2rem;
	color: #222222;
	line-height: 0.3rem;
}

.news_text .news_text_title2 {
	width: 4.9rem;
	font-family: OPPOSans;
	font-weight: 400;
	font-size: 0.16rem;
	color: #999999;
	line-height: 0.28rem;
}

.news .news_right {}

.news .news_right .news_right_item {
	display: flex;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
	border-bottom: 0.02rem solid #ECECEC;
}

.news .news_right .news_right_item:last-child {
	margin-bottom: 0;
}

.news_right_item .right_item_img {
	width: 2.4rem;
	height: 1.6rem;
	overflow: hidden;
	margin-right: 0.25rem;
}

.news_right_item .right_item_img img {
	display: flex;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.news_right_item:hover .right_item_img img {
	transform: scale(1.1);
}

.news_right_item .right_item_right {
	width: 4.65rem;
}

.news_right_item .right_item_right .right_item_title {
	width: 100%;
	margin-top: 0.3rem;
	height: 0.54rem;
	transition: all 0.3s;
	margin-bottom: 0.23rem;
	font-family: OPPOSans;
	font-weight: 400;
	font-size: 0.18rem;
	color: #222222;
	line-height: 0.3rem;
}

.news_right_item:hover .right_item_right .right_item_title {
	color: #FFA600;
}

.news_right_item .right_item_right .right_item_time {
	display: flex;
	align-items: center;
	font-family: OPPOSans;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 0.21rem;
	white-space: nowrap;
}

.news_right_item .right_item_right .right_item_time img {
	margin-right: 0.06rem;
	width: 0.17rem;
	height: 0.17rem;
}

.case_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 0.4rem;
	background: #FFA600;
	cursor: pointer;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	margin: 0.5rem auto 0;
}

.case_btn img {
	margin-left: 0.1rem;
	width: 0.08rem;
	height: 0.14rem;
}

.index_news .srt_right_btn {
	margin: 0.5rem auto 0;
}