/* banner */
.banner{width: 100%;height:auto;overflow: hidden;position: relative;background: #000;}
.banner .swiper{width: 100%;height: 100%;}
.banner .swiper img{width: 100%;}
.banner .list{width:100%;height: 100%;}
.banner .pcpt{display: block;}
.banner .mbpt{display: none;}
.banner #banner_prev,.banner #banner_next{position: absolute;top: 48.5%;transform: translateY(-50%);width: 64px;height: 64px;z-index: 3;cursor: pointer;background-size: 100% auto;}
.banner #banner_prev{left:5%;background: url(../images/banner_prev.png)no-repeat center;opacity: 1;transition: opacity 0.3s linear;background-size: 100% auto;}
.banner #banner_next{right: 5%;background: url(../images/banner_next.png)no-repeat center;opacity: 1;transition: opacity 0.3s linear;background-size: 100% auto;}
.banner #banner_prev.fade{opacity: 0;}
.banner #banner_next.fade{opacity: 0;}
/* .banner .swiper-pagination{width:100%;height: 8px;padding: 0;margin: 0;bottom: 38px;}
.banner .swiper-pagination-bullet{margin: 0 8px;}
.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px;}
.banner .swiper-pagination span{width: 13px;height: 13px;background: #fff;padding: 0;border: solid 1px transparent;opacity: 1;vertical-align: middle;border: 0;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{border-color:transparent;background: #333;}
.banner .swiper-pagination-bullet{border-radius: 16px;}
.banner .swiper-pagination{height: auto;bottom: 30px;} */
.banner .swiper-pagination{width:100%;bottom:40px;padding: 0;margin: 0;}
.banner .swiper-pagination .swiper-pagination-bullet{margin:0 10px;width: 10px;height: 10px;opacity: 1;background-color: #a19f95;vertical-align: middle;position: relative;transition: all .3s linear;}
.banner .swiper-pagination .swiper-pagination-bullet:after{content:"";position: absolute;left:50%;top:50%;width: calc(100% + 6px);height:calc(100% + 6px);border: 1px solid #fff;border-radius: 50%;z-index: 1;transform:translate(-50%,-50%);opacity: 0;}
.banner .swiper-pagination .swiper-pagination-bullet-active{background:#fff;}
.banner .swiper-pagination .swiper-pagination-bullet-active:after{opacity: 1;}
.banner #banner_mb{display: none;}

.banner .num_page{position: absolute;right:5%;bottom:30px;width:auto;z-index: 2;color: #fff;font-size: 40px;font-family: mont;white-space: nowrap;}
.banner .num_page span{display: inline-block;}

@media only screen and (max-width:1440px){
	.banner #banner_prev, .banner #banner_next{width: 50px;height: 50px;}
}
@media only screen and (max-width:1280px){
	.banner #banner_prev, .banner #banner_next{width: 20px;height: 36px;}
	/* .banner #banner_prev,.banner #banner_next{background-size: 20px;} */
	.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 13px;}
	.banner .num_page{font-size: 48px;}
	.banner #banner_prev, .banner #banner_next{width: 40px;height: 40px;}
}
@media only screen and (max-width:1080px){
	.banner .num_page{font-size: 40px;}
}
@media only screen and (max-width:850px){
	.banner .swiper-pagination{bottom:30px;}
	.banner .num_page{font-size:30px;}
}
@media only screen and (max-width:750px){
	/* .banner #banner_pic{display: none;}
	.banner #banner_mb{display: block;} */
}
@media only screen and (max-width:520px){
.banner #banner_prev, .banner #banner_next{height: 22px;background-size: 12px;}
	.banner #banner_prev{left: 3%;}
	.banner #banner_next{right: 3%;}
	.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px;}
	.banner .swiper-pagination{bottom: 13px;}
	.banner .swiper-pagination span{width: 6px;height: 6px;margin: 0 5px;}
	.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{width: 8px;height: 8px;}
	.banner .num_page{font-size:20px;bottom:13px}
}

/* 1 */
.banner .list01 {position: relative;z-index: 1;overflow: hidden;}
.banner .list01 .text{position: absolute;left: 0;top:55%;width:100%;height: auto;transform: translate(0,-50%);z-index: 2;color: #231915;}
.banner .list01 .text .top .slogan{font-size: 62px;font-weight: bold;}
.banner .list01 .text .top .slogan span:nth-child(2){color: #ea5a25;}
.banner .list01 .text .top .en{font-size: 23px;letter-spacing: 0.4px;color: #595757;}
.banner .list01 .text .ban_ys{display: flex;flex-wrap: wrap;justify-content: center;margin-top:30px;}
.banner .list01 .text .ban_ys li:not(:last-of-type){margin-right:4%}
.banner .list01 .text .ban_ys li .num{margin-bottom: 16px;font-size: 30px;font-weight: bold;line-height: 1em;}
.banner .list01 .text .ban_ys li  p{font-size: 16px;text-shadow: 0 0 1px #231915;}
.banner .list01 .ban_pro{display: inline-block;margin-top:40px;width:35%;}
@media only screen and (max-width:1921px){
	.banner .list01 .text .top .slogan{font-size: 3.3vw;}
}
@media only screen and (max-width:1440px){
	.banner .list01 .text{top:50%;}
}
@media only screen and (max-width:1280px){
	.banner .list01 .text .top .slogan{font-size: 3vw;}
	.banner .list01 .text .top .en{font-size: 18px;}
	.banner .list01 .text .ban_ys li .num{margin-bottom:10px;font-size: 22px;}
	.banner .list01 .ban_pro{width: 30%;}
}
@media only screen and (max-width:1080px){
	.banner .list01 .text .top .slogan{font-size: 2.6vw;}
	.banner .list01 .text .top .en{font-size: 16px;}
	.banner .list01 .text .ban_ys{margin-top: 20px;}
	.banner .list01 .text .ban_ys li .num{margin-bottom:10px;font-size: 20px;}
	.banner .list01 .ban_pro{margin-top:30px;width: 30%;}
}
@media only screen and (max-width:850px){
	.banner .list01 .text .top .slogan{font-size: 2.6vw;}
	.banner .list01 .text .top .en{font-size: 14px;}
	.banner .list01 .text .ban_ys{margin-top: 20px;}
	.banner .list01 .text .ban_ys li .num{margin-bottom:10px;font-size: 17px;}
	.banner .list01 .text .ban_ys li p{font-size:14px}
	.banner .list01 .ban_pro{margin-top:20px;width: 30%;}
}
@media only screen and (max-width:520px){
	.banner .list01 .text .top{margin:0 0 0 auto;width: 70%;}
	.banner .list01 .text .ban_ys{margin:10px 0 0 auto;width: 70%;}
	.banner .list01 .text .top .slogan{font-size: 15px;white-space: nowrap;}
	.banner .list01 .text .top .en{font-size: 12px;}
	.banner .list01 .text .ban_ys li .num{margin-bottom:6px;font-size: 13px;}
	.banner .list01 .text .ban_ys li p{font-size: 12px;}
	.banner .list01 .ban_pro{position: absolute;margin-top: 0;left:5%;bottom:0;z-index: 3;width: 26%;}
	.banner .list01 .ban_pro img{transform:translateY(20%)}
}


.banner .list02 {position: relative;z-index: 1;overflow: hidden;}
.banner .list02::after{content:"";position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 1;}
.banner .list02 .text{position: absolute;left: 0;top:50%;width:100%;height: auto;transform: translate(0,-50%);z-index: 2;color:#fff;}
.banner .list02 .text .wrap{margin: 0 auto 0 auto;/* transform: translateX(50%); */opacity: 1;transition: all 0.1s 0.9s ease-out;}
.banner .list02 .text .top{text-shadow: 0 3px 5px rgba(4,0,0,0.63);}
.banner .list02 .text .top .hd{font-size: 60px;}
.banner .list02 .text .top .hd span{display: block;}
.banner .list02 .text .slogan{margin-top:10px;font-size:36px;letter-spacing: 2px;}
.banner .list02 .text .cycle_ys{margin-top:4%;font-size: 24px;color: rgba(255,255,255,0.8);}
.banner .list02 .text .cycle_ys li{}
.banner .list02 .text .common_more{margin-top: 12%;}
.banner .list02 .img{overflow: hidden;}
.banner .list02 .img img{/* transform: translateX(-50%); */opacity:1;transition: all 1s 0.5s ease-out;}
.banner .list02.after .img img{transform: translateX(0);opacity: 1;}
.banner .list02.after .text .wrap{opacity: 1;}

@media only screen and (max-width:1921px){
	.banner .list02 .text .top .hd{font-size:3.1vw;}
	.banner .list02 .text .slogan{font-size: 1.86vw;}
	.banner .list02 .text .cycle_ys{font-size: 1.3vw;}
}
@media only screen and (max-width:1080px){
	.banner .list02 .text .cycle_ys{font-size: 16px;}
	.banner .list02 .text .common_more{margin-top: 8%;}
}
@media only screen and (max-width:520px){
	.banner .list02 .text .top .hd{font-size:15px;}
	.banner .list02 .text .slogan{margin-top:2px;font-size: 12px;}
	.banner .list02 .text .cycle_ys{font-size: 13px;}
	.banner .list02 .text .cycle_ys li{display: inline-block;width: 48%;}
	.banner .list02 .text .common_more{margin-top: 10px;}
}


.banner .list03 {position: relative;z-index: 1;overflow: hidden;}
.banner .list03::after{content:"";position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 1;}
.banner .list03 .text{position: absolute;left: 0;top:30%;width:100%;height: auto;transform: translate(0,-50%);z-index: 2;color:#fff;}
.banner .list03 .text .wrap{margin: 0 auto 0 auto;/* transform: translateX(50%); */opacity: 1;transition: all 0.1s 0.9s ease-out;}
.banner .list03 .text .top{text-shadow: 0 3px 5px rgba(4,0,0,0.63);}
.banner .list03 .text .top .hd{font-size: 60px;}
.banner .list03 .text .top .hd span{display: block;}
.banner .list03 .text .slogan{margin-top:10px;font-size:36px;letter-spacing: 2px;}
.banner .list03 .text .cycle_ys{margin-top:4%;font-size: 24px;color: rgba(255,255,255,0.8);}
.banner .list03 .text .cycle_ys li{}
.banner .list03 .text .common_more{margin-top: 30px;}
.banner .list03 .img{overflow: hidden;}
.banner .list03 .img img{/* transform: translateX(-50%); */opacity:1;transition: all 1s 0.5s ease-out;}
.banner .list03.after .img img{transform: translateX(0);opacity: 1;}
.banner .list03.after .text .wrap{opacity: 1;}

@media only screen and (max-width:1921px){
	.banner .list03 .text .top .hd{font-size:3.1vw;}
	.banner .list03 .text .slogan{font-size: 1.86vw;}
}
@media only screen and (max-width:850px){
	.banner .list03 .text{top:50%;}
	
}
@media only screen and (max-width:520px){
	.banner .list03 .text .top .hd{font-size:15px;}
	.banner .list03 .text .slogan{font-size: 12px;}
	.banner .list03 .text .common_more{margin-top: 10px;}
}

.banner video{display: block;width: 100%;object-fit: fill;}
.banner .ban_video img{display: none;}
@media only screen and (max-width:750px){
	.banner video{display: none;}
	.banner .ban_video img{display: block;}
}

.ab_video .bg_mask{display:none;position:fixed; left:0%;top:0%; width:100%; height:100%;z-index:99;background: rgba(0,0,0,.9);}
.ab_video .videos{ display:none;position:fixed; left:50%; top:50%;max-width: 85%;transform: translate(-50%,-50%);z-index:100; width:90%; height:400px;max-width: 800px;}
.ab_video .videos video{object-fit: contain;width: 100%;height: 100%;}
.ab_video .vclose { position:absolute;right:-35px; top:-20px; border-radius:100%; cursor: pointer; }

/* common_css */
section{overflow: hidden;}

.common_more{display: inline-block;}
.common_more a{display: block;padding:0 8px 0 0;color: #fff;position: relative;z-index: 1;line-height: 1em;box-sizing: border-box;font-size: 18px;letter-spacing: 1px;font-weight: bold;transition: all .4s ease-in;border-radius: 30px;overflow: hidden;}
.common_more a:after{content: "";position: absolute;left:0;top: 0;width: 100%;height:100%;background-color: #ea5405;z-index: -1;transition: all 0.4s ease-out;}
.common_more i{display: inline-block;margin-right:4px;width: 32px;height: 32px;background:#ea5405 url(../images/icon_arrow2.png) no-repeat center/12px auto;vertical-align: middle;border-radius: 50%;}
.common_more span{display: inline-block;vertical-align: middle;}
@media only screen and (min-width:521px){
	.common_more a:hover{color:#231915;}
	.common_more a:hover:after{width:10px;}
}
@media only screen and (max-width:1280px){
	.common_more a{font-size: 16px;}
}
@media only screen and (max-width:850px){
	.common_more a{font-size: 14px;}
	.common_more i{width: 26px;height: 26px;}
}
@media only screen and (max-width:520px){
	.common_more a{font-size: 13px;}
	.common_more i{width: 24px;height: 24px;}
}

/* home_product */
.home_product{padding:84px 0;}
.home_product .common_more{position: absolute;right: 0;top: 50%;width: auto;transform: translateY(-50%);}
.home_product .top_layout{align-items: center;}
.home_product .big_title{width:auto;}
.home_product .big_title .title{font-size: 76px;color: #595757;}
.home_product .big_title .en{display: block;font-size: 48px;font-weight: bold;text-transform: uppercase;color: #dcdcdd;letter-spacing: -1px;}

.home_product .s_box{width: 41.6%;}
.home_product .s_box .search_box{}
.home_product .s_box .search_box form{padding: 0 0 0 20px;width: 100%;border: 1px solid #231915;border-radius: 30px;overflow: hidden;box-sizing: border-box;}
.home_product .s_box .search_box input{display: inline-block;vertical-align: middle;height: 48px;line-height: 48px;font-size: 20px;}
.home_product .s_box .search_box .sch{width: calc(100% - 81px);width:-webkit-calc(100% - 81px);box-sizing: border-box;}
.home_product .s_box .search_box .sch::placeholder{color: #231915;}
.home_product .s_box .search_box input.sub{width:81px;font-size: 16px;background:#fff url(../images/icon_search.png)no-repeat center/38px auto;}
.home_product .s_box .key_words{margin-top:18px;padding:0 16px;color: #231915;box-sizing: border-box;color: #717070;}
.home_product .s_box .key_words a:not(:last-of-type){margin-right:12px;}
.home_product .s_box a{display: inline-block;margin-bottom:10px;box-sizing: border-box;white-space: nowrap;transition: all 0.3s linear;}

.home_product .pro_list_layout{margin-top:5.5%;}
.home_product .series_box{padding-bottom: 36px;border-bottom: 1px solid #c9caca;}
.home_product .series_box .series_nav{width:100%;max-width:calc(100% - 164px)}
.home_product .series_box .series_nav ul{display: flex;flex-wrap: wrap;justify-content: flex-start;}
.home_product .series_box .series_nav ul li{cursor: pointer;}
.home_product .series_box .series_nav ul li:not(:last-of-type){margin-right:4%;}
.home_product .series_box .series_nav ul li i{display: inline-block;width: auto;vertical-align: middle;margin-right:14px;}
.home_product .series_box .series_nav ul li span{display: inline-block;font-size: 36px;font-weight: bold;vertical-align: middle;}
.home_product .series_content{margin-top: 64px;}
.home_product .series_content .part .layout{display: flex;flex-wrap: wrap;justify-content: space-between;}
.home_product .series_content .part .list_sec_nav{width: 266px;}
.home_product .series_content .part .list_sec_nav .more_i i{display: inline-block;margin-top:30px;width: 88px;height: 10px;background: url(../images/icon_arrow.png)no-repeat center/100% auto;}
.home_product .series_content .part .list_sec_nav ul li{font-size: 18px;letter-spacing: 1px;color: #888;}
.home_product .series_content .part .list_sec_nav ul li:not(:last-of-type){margin-bottom: 8px;}
.home_product .series_content .part .list_sec_nav ul li span{display: inline-block;position: relative;padding:4px 0;z-index: 1;cursor: pointer;}
.home_product .series_content .part .list_sec_nav ul li span:after{content:"";position: absolute;left:50%;top:50%;width:calc(100% + 28px);width:-webkit-calc(100% + 28px);height:100%;border-radius: 30px;background: #ea5405;z-index: -1;transform: translate(-50%,-50%);opacity: 0;}
.home_product .series_content .part .list_sec_nav ul li.on span{color: #fff;text-shadow: 0 0 1px #fff;}
.home_product .series_content .part .list_sec_nav ul li.on span:after{opacity: 1;}
.home_product .series_content .part .sec_list_content{width:calc(98% - 266px);width:-webkit-calc(98% - 266px);}
.home_product .series_content .sec_list_content .swiper-slide{padding:20px 10px;background: url(../images/proItem_bg.jpg)no-repeat center/cover;box-sizing: border-box;overflow: hidden;border-radius: 12px;}
.home_product .series_content .part .sec_list_content .p_wrap{position: relative;}
.home_product .series_content .sec_list_content .idx_pro_prev,.home_product .series_content .sec_list_content .idx_pro_next{position: absolute;top:50%;transform: translateY(-50%);background-position: center;background-size: 12px auto;background-repeat: no-repeat;width: 24px;height: 24px;border-radius: 50%;background-color: #ea5405;z-index: 2;cursor: pointer;}
.home_product .series_content .sec_list_content .idx_pro_prev{left:0;background-image: url(../images/prev.png);transform: translateX(-50%);}
.home_product .series_content .sec_list_content .idx_pro_next{right:0;background-image: url(../images/next.png);transform: translateX(50%);}
.home_product .series_content .sec_list_content .item .img{position: relative;padding-bottom: 100%;width:100%;height: 0;overflow: hidden;}
.home_product .series_content .sec_list_content .item .img img{position: absolute;left:50%;top:50%;width:auto;height: 90%;transform: translate(-50%,-50%);transition: transform 0.2s linear;}
.home_product .series_content .sec_list_content .item .text_wrap{text-align: center;color:#fff;}
.home_product .series_content .sec_list_content .item .text_wrap .tit{font-size: 18px;font-weight:normal;transition: transform 0.2s linear;}

@media only screen and (min-width:521px){
	.home_product .series_content .sec_list_content .swiper-slide:hover .text_wrap .tit{transform: scale(1.1);}
	.home_product .series_content .sec_list_content .swiper-slide:hover .item .img img{transform: translate(-50%,-50%) scale(0.96);}
}

@media only screen and (max-width:1440px){
	.home_product .big_title .title{font-size:54px;}
	.home_product .big_title .en{font-size: 40px;}
	.home_product .s_box .search_box .sch{font-size: 18px;}
	.home_product .series_box .series_nav ul li span{font-size: 30px;}
}

@media only screen and (max-width:1280px){
	.home_product{padding:68px 0;}
	/* .home_product .s_box{width: calc(96% - 350px);width:-webkit-calc(96% - 350px)} */
	.home_product .series_box .series_nav ul li span{font-size: 28px;}
	.home_product .series_box .series_nav ul li i img{height: 30px;}
	.home_product .big_title .title{font-size: 46px;}
	.home_product .big_title .en{font-size:34px;}
	
}
@media only screen and (max-width:1080px){
	
	.home_product .s_box a{text-align: left;}
	.home_product .s_box .search_box input.sub{background-size: 26px auto;}
	.home_product .s_box .search_box input{height: 40px;line-height: 40px;}
	.home_product .s_box .search_box .sch{font-size:16px;}
	
	.home_product .big_title .title{font-size: 46px;}
	.home_product .big_title .en{font-size:34px;}
	.home_product .series_content .sec_list_content .item .text_wrap .tit{font-size: 16px;}
	}
	
	
}

@media only screen and (max-width:850px){
	.home_product{padding:50px 0;}
	.home_product .big_title .title{font-size: 30px;}
	.home_product .big_title .en{margin-top:4px;font-size: 22px;}
	.home_product .s_box{margin-top: 22px;width: 100%;}
	
	.home_product .product_box .top .s_box .search_box .sch::placeholder{font-size: 14px;}
	.home_product .product_box .top .s_box .search_box input.sch{font-size: 14px;}
	.home_product .product_box .top .s_box .search_box input.sub{font-size: 14px;}
	
	.home_product .series_box{padding-bottom: 26px;}
	.home_product .series_box .series_nav ul li span{font-size: 22px;}
	.home_product .series_box .series_nav ul li i img{height: 22px;}
	.home_product .series_content{margin-top: 40px;}
	
	.home_product .series_content .part .list_sec_nav ul li{font-size: 16px;}
	.home_product .series_content .part .list_sec_nav ul li span:after{width: calc(100% + 20px);width: -webkit-calc(100% + 20px);}
	.home_product .series_content .part .list_sec_nav{width: 230px;}
	.home_product .series_content .part .sec_list_content{width: calc(98% - 230px);width: -webkit-calc(98% - 230px);}
	.home_product .series_content .part .list_sec_nav .more_i i{width: 70px;}
}
@media only screen and (max-width:520px){
	.home_product{padding:40px 0;}
	.home_product .big_title .title{font-size: 20px;}
	.home_product .big_title .en{margin-top:8px;font-size: 16px;letter-spacing: 0;}
	.home_product .s_box .key_words{padding:0}
	.home_product .product_box .top .s_box{display: none;}
	
	.home_product .series_content .part .list_sec_nav ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
	.home_product .series_content .part .list_sec_nav ul li{width: 48%;}
	.home_product .series_content{margin-top:30px;}
	.home_product .series_content .part .list_sec_nav{width: 100%;}
	.home_product .series_content .part .sec_list_content{margin-top:30px;width: 100%;}
	.home_product .series_content .part .list_sec_nav ul li:not(:last-of-type){margin-bottom: 4px;}
	.home_product .series_box .series_nav ul li span{font-size: 18px;}
	.home_product .series_box .series_nav ul li i img{height: 18px;}
	
	.home_product .s_box .search_box form{padding:0 0 0 14px;}
	.home_product .s_box .search_box input{height: 34px;line-height: 34px;}
	
	.home_product .series_content .sec_list_content .item .text_wrap .tit{font-size: 14px;}
}

/* idx_profile */
.home_profile{padding:40px 0;background-color: #eee;}
.home_profile .layout{align-items: flex-end;}
.home_profile .layout .rt_part{padding-bottom: 30px;width:32.6%;}
.home_profile .layout .pf_title .title{letter-spacing: 2px;color: #ea5405;font-size: 46px;}
.home_profile .layout .pf_title .en{font-size: 58px;letter-spacing: -2px;}
.home_profile .layout .rt_part .line{margin:6% 0 5%;width: 86px;}
.home_profile .layout .rt_part .slogan{font-size: 32px;font-weight: bold;}
.home_profile .layout .rt_part .slogan_en{font-size: 22px;line-height: 1.3;color: #9e9f9f;}
.home_profile .common_more{margin-top: 30px;}

.home_profile .lf_part{width: 61%;}
.home_profile .ab_ys{margin-top: 30px;}
.home_profile .ab_ys ul li{width:23.8%;}
.home_profile .ab_ys .item{overflow: hidden;}
.home_profile .ab_ys .item .img{position: relative;padding-bottom:60.6%;width:100%;height:0;overflow: hidden;}
.home_profile .ab_ys .item .img img{position: absolute;left:50%;top:50%;width: 100%;transform: translate(-50%,-50%);z-index: 2;transition: all .3s linear;}
.home_profile .ab_ys .item .img:after{content:"";position: absolute;left:0;bottom:0;width:100%;height: 100%;z-index: 3;background:rgba(0,0,0,0.5);transition: bottom 0.4s ease-out;}
.home_profile .ab_ys .item .txt_wrap{position: absolute;padding:0 6% 30px;left:0;bottom:0;width: 100%;color: #fff;z-index: 4;box-sizing: border-box;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-end;transition: bottom 0.4s ease-out;}
.home_profile .ab_ys .item .txt_wrap .lf{width:calc(96% - 24px);width:-webkit-calc(96% - 24px)}
.home_profile .ab_ys .item .txt_wrap .tit{font-size: 33px;font-weight: normal;}
.home_profile .ab_ys .item .txt_wrap .en{margin-top: 6px;font-weight: lighter;font-size: 14px;display: block;}
.home_profile .ab_ys .item .txt_wrap i{display: inline-block;width: 24px;height: 24px;border-radius: 50%;background-color: #ea5405;background-image: url(../images/icon_arrow2.png);background-repeat: no-repeat;background-position: center;background-size: 12px auto;}
@media only screen and (min-width:521px){
	.home_profile .ab_ys ul li:hover .item .img:after{bottom:100%}
	.home_profile .ab_ys ul li:hover .item .txt_wrap{bottom:100%}
	.home_profile .ab_ys ul li:hover .item .img img{transform: translate(-50%,-50%) scale(1.1);}
}
@media only screen and (max-width:1680px){
	.home_profile .layout .pf_title .title{font-size:36px;}
	.home_profile .layout .pf_title .en{font-size: 3vw;}
	.home_profile .layout .rt_part .slogan{font-size: 2vw;}
	.home_profile .layout .rt_part .slogan_en{font-size: 1.4vw;}
	
	
}
@media only screen and (max-width:1440px){
	.home_profile .ab_ys .item .txt_wrap .tit{font-size: 2vw;}
}
@media only screen and (max-width:1280px){
	.home_profile .layout .pf_title .title{font-size: 32px;font-size: 3vw;}
	.home_profile .layout .rt_part{padding-bottom: 10px;}
}
@media only screen and (max-width:900px){
	.home_profile .ab_ys{margin-top:20px;width: 61%;}
	.home_profile .ab_ys ul li{margin-bottom:2%;width: 49%;}
	.home_profile .ab_ys ul li:nth-last-child(-n+2){margin-bottom: 0;}
	.home_profile .layout .rt_part{padding-bottom: 0;width: 34.6%;}
	.home_profile .layout .rt_part .line{margin:4% 0 3%;width:68px;}
}
@media only screen and (max-width:680px){
	.home_profile .lf_part{width: 100%;}
	.home_profile .layout .rt_part{margin-top:20px;width: 100%;}
	.home_profile .layout .pf_title .title{font-size:30px;}
	.home_profile .layout .pf_title .en{font-size:22px;letter-spacing: 0;}
	.home_profile .layout .rt_part .slogan{font-size: 24px;}
	.home_profile .layout .rt_part .slogan_en{font-size: 20px;}
	.home_profile .ab_ys{width: 100%;}
}
@media only screen and (max-width:520px){
	.home_profile .layout .pf_title .title{font-size: 20px;}
	.home_profile .layout .pf_title .en{margin-top:8px;font-size: 16px;display: block;}
	.home_profile .layout .rt_part .slogan{font-size: 18px;}
	.home_profile .layout .rt_part .slogan_en{font-size: 14px;margin-top:4px;}
}


.video-player{width: 100%;/* position: absolute;left: 50%;top: 50%;width: 90%;height: 80%;background-color: #000;transform: translate(-50%,-50%);z-index: 99;visibility: hidden; */box-sizing:border-box;}
.video-player .mask{position: absolute;left:0;top:0;width: 100%;height: 100%;background: rgba(0,0,0,0.2);z-index: 1;border-radius: 10px;overflow: hidden;}
.video-player video{display: block;width: 100%;height: 100%;max-height: 454px;background-color: #231915;}
.video-player .v_close{position: absolute;right:0;top: 0;width: auto;z-index: 2;cursor: pointer;display: none;}
.video-player .v_wrap{border-radius: 10px;overflow: hidden;}
.video-player .center-control{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;display: flex;align-items: center;justify-content: center;transition: opacity 0.1s linear;}
.video-player .center-control .center-wrapper{position: relative;width: 126px;height: 126px;text-align: center;}
.video-player .center-control .center-wrapper:after{content: "";display: block;padding-bottom: 100%;}
.video-player .center-control .center-button{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: transparent;}
.video-player .center-control .center-wrapper .icon_play,.video-player .center-control .center-wrapper .circle{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.video-player .center-control .center-wrapper .icon_play{display: inline-block;width: 100%;height: 100%;background: url(../images/big_play.png)no-repeat center/100% auto;filter: brightness(100) opacity(0.6);}
/* .video-player .center-control .center-wrapper .circle{width: 100%;height: 100%;border-radius: 50%;box-sizing: border-box;border: 3px solid #fff;background: rgba(0,0,0,0.15);} */
.video-player .control-bar{position: absolute;padding: 14px;left: 0;bottom: 0px;width: 100%;/* background: rgba(0,0,0,0.35); */z-index: 2;box-sizing: border-box;display: flex;flex-wrap: wrap;justify-content:space-between;color: #fff;transition: opacity 0.3s linear;align-items: center;font-size: 14px;}
.video-player .control-bar .bar-item{display: inline-block;margin-right:10px;}
.video-player .control-bar .lf-panel{/* width: 50px;height: 25px; */}
.video-player .control-bar .lf-panel .flx_w{flex-wrap: nowrap;align-items: center;}
.video-player .control-bar .lf-panel .play_btn{margin-right:12px;}
.video-player .control-bar .lf-panel .bf-icon{display: block;width: 35px;height: 25px;filter: brightness(10);}
.video-player .control-bar .lf-panel .bf-icon.play{background: url(../images/v_play_center.png)no-repeat center/60% auto;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.video-player .control-bar .lf-panel .bf-icon.pause{background: url(../images/pause2.png)no-repeat center/65% auto;}
.video-player .control-bar .center-panel{width: calc(100% - 300px);width: -webkit-calc(100% - 300px);}
.video-player .control-bar .center-panel .progress-wrapper{padding-right: 6px;/* width: calc(100% - 80px);width: -webkit-calc(100% - 80px); */box-sizing: border-box;white-space: nowrap;}
.video-player .control-bar .progress-wrapper .bar-item{margin-right: 0;}
.video-player .control-bar .progress-bar{width: calc(100% - 86px);width:-webkit-calc(100% - 86px);width: 100%;position: absolute;left:0;bottom:0;transform: translateY(50%);}
.video-player .control-bar .progress-bar .control-progress{-webkit-box-sizing: border-box;box-sizing: border-box;width: 100%;height: 6px;padding: 0;cursor: pointer;white-space: nowrap;box-sizing: border-box;}
.video-player .control-bar .progress-bar .control-progress .progress-inner{position: relative;display: inline-block;vertical-align: top;width: 100%;height: 6px;background: hsla(0,0%,100%,.4);}
.video-player .control-bar .progress-bar .control-progress .reached {position: absolute;z-index: 1;top: 0;left: 0;width: 1%;background: #fff;height: 100%;}
.video-player .control-bar .progress-bar .control-progress .indicator {position: absolute;z-index: 2;display: inline-block;width: 14px;height: 14px;border-radius: 100%;background: #fff;top: 50%;transform: translateY(-50%);}
.video-player .control-bar .center-panel .progress-wrapper .current-time, .video-player .control-bar .center-panel .progress-wrapper .total-time {width: 34px;color: #fff;}
.video-player .control-bar .volume{width: 74px;margin-top: 0;}
.video-player .control-bar .volume #volume{display: inline-block;vertical-align: middle;width: 20px;height: 18px;}
.video-player .control-bar .volume .icon-volume{background: url(../images/icon_volume.png)no-repeat center;}
.video-player .control-bar .volume .icon-volume-mute{background: url(../images/icon_volume_mute.png)no-repeat center;filter: brightness(100);}
.video-player .control-bar .volume .controlBar{position: relative;display: inline-block;vertical-align: middle;width: calc(100% - 26px);height: 3px;background: hsla(0,0%,100%,.4);cursor: pointer;}
.video-player .control-bar .volume .controlInner{position: absolute;z-index: 1;top: 0;left: 0;width: 1%;background: #fff;height: 100%;}
.video-player .control-bar .rt-panel{width: 26px;width:auto;height: auto;}
.video-player .control-bar .fullscreen_btn .bf-icon{display: block;width: 22px;height: 22px;/* filter: brightness(100); */cursor: pointer;}
.video-player .control-bar .fullscreen_btn .bf-icon.fullscreen{background: url(../images/icon_fullscreen.png)no-repeat center;}
.video-player .control-bar .fullscreen_btn .bf-icon.exit-fullscreen{background: url(../images/icon_fullscreen_exit.png)no-repeat center;filter: brightness(100);}
@media only screen and (max-width: 1440px){
	.video-player .center-control .center-wrapper{width: 8vw;}
}
@media only screen and (max-width:850px){
.video-player{top: 50%;height: 40%;width: 100%;}
	.video-player .center-control .center-wrapper{width: 14%;}
}
@media only screen and (max-width:520px){
	.video-player .center-control .center-wrapper{}
	.video-player .center-control .center-wrapper .icon_play{width: 22px;height: 22px;}
	.video-player .control-bar{padding: 5px;}
	.video-player .v_close{width: 22px;height: 22px;}
	.video-player .control-bar .lf-panel .bf-icon{width: 25px;height: 25px;}
	.video-player{border-width:16px;}
}


/* common_row */
.common_row{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 40px;align-items: center;}
.common_row .idx_title{white-space: nowrap;line-height: normal;}
.common_row .idx_title .title{display: inline-block;vertical-align: text-bottom;font-size: 34px;}
.common_row .idx_title span{display: inline-block;vertical-align: text-bottom;font-size: 34px;}
.common_row .common_more a{color:inherit;}
.common_row .common_more a:after{width: 10px;}
@media only screen and (min-width:521px){
	.common_row .common_more a:hover{color:#fff;}
	.common_row .common_more a:hover:after{width: 100%;}
}
@media only screen and (max-width:1280px){
	.common_row .idx_title .title{font-size: 3vw;}
	.common_row .idx_title span{font-size: 3vw;}
}
@media only screen and (max-width:520px){
	.common_row .idx_title .title{font-size: 20px;display: block;}
	.common_row .idx_title span{margin-top:8px;font-size: 14px;}
}

.common_more.opp a{color:inherit;}
.common_more.opp a:after{width: 10px;}
@media only screen and (min-width:521px){
	.common_more.opp a:hover{color:#fff;}
	.common_more.opp a:hover:after{width: 100%;}
}

/* home_case */
.home_case{padding:84px 0 0;background-repeat: no-repeat;background-position: -10vw 8%;background-size: 30% auto;border-bottom: 1px solid #bfc0c0;}
.home_case .idx_title{}
.home_case .layout{position: relative;z-index: 1;}
/* .home_case .layout:after{content:"";position: absolute;right:0;top:0;width: 31.6%;height:100%;z-index: -1;background-image: linear-gradient(135deg,#5dc1a7,#429070);} */
.home_case .layout .lf_part{width: 66.1%;width: 100%;}

.home_case .first_row{/* display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-end; */margin-bottom: 30px;}
.home_case .case_nav{color:#999;font-size:16px;}
.home_case .case_nav ul{white-space: nowrap;display: inline-block;margin-right: 20px;}
.home_case .case_nav ul li{display: inline-block;margin-left:10px;padding-left:10px;border-left: 1px solid #999;cursor: pointer;user-select: none;}
.home_case .case_nav ul li.on{color:#1f512a;font-weight: bold;}
.home_case .case_nav ul li:first-child{margin-left:0;padding-left: 0;border-left: 0;}
.home_case .case_nav .a1{}
.home_case .case_layout_wrap .item .img{position: relative;padding-bottom:75%;width:100%;height:0;overflow: hidden;box-sizing: content-box;}
.home_case .case_layout_wrap .item .img img{position: absolute;left:50%;top:50%;width:100%;transform: translate(-50%,-50%);transition: all .3s linear;}
.home_case .case_layout_wrap .item .date{margin:7% 0;font-size: 17px;color:#1f512a;}
.home_case .case_layout_wrap .item .date span:first-child{font-size: 16px;}
.home_case .case_layout_wrap .item .text_wrap{padding:10px 3%;box-sizing: border-box;background: #eee;}
.home_case .case_layout_wrap .item .tit{font-size: 22px;font-size:18px;font-weight: normal;white-space:nowrap;text-overflow:ellipsis;overflow: hidden;text-align:center;}
.home_case .case_layout_wrap .item .con{margin-top:10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;font-size: 15px;line-height: 1.8;min-height: 58px;color:rgba(51,51,51,0.7);overflow: hidden;}
.home_case .case_layout_wrap .item .btm{display: flex;flex-wrap: wrap;justify-content: space-between;font-size: 14px;color: #333;border-top:2px solid #eae8e5;margin:33px 0 0;padding:16px 0 0;display: none;}
.home_case .case_layout_wrap .item .btm i{display: inline-block;width: 22px;height: 20px;background: url(../images/icon_03.png)no-repeat center/100% auto;}

.home_case .btm_slide{margin-top:20px;padding-bottom: 2px;}
.home_case .idx_case_prev,.home_case .idx_case_next{/* position: absolute;top:50%;transform: translateY(-50%); */background-position: center;background-size: 12px auto;background-repeat: no-repeat;width: 24px;height: 24px;border-radius: 50%;background-color: #ea5405;z-index: 2;cursor: pointer;}
.home_case .idx_case_prev{background-image: url(../images/prev.png);}
.home_case .idx_case_next{background-image: url(../images/next.png);}

/* .home_case .layout .rt_part{padding-top:5%;margin-top: 5%;width: 31.6%;width: 100%;box-sizing: border-box;position: relative;border-top: 1px solid #dcdcdc;}
.home_case .layout .rt_part .idx_title .title{}
.home_case .layout .rt_part .idx_title{margin-bottom: 5%;}
.home_case .layout .rt_part ul{box-sizing: border-box;display: flex;flex-wrap: wrap;justify-content: space-between;}
.home_case .layout .rt_part ul li{width:49%;transition: all .1s linear;margin-bottom:4%;background: #fff;}
.home_case .layout .rt_part ul li .wrap{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;padding:15px 0 30px}
.home_case .layout .rt_part ul li .time{width: 58.5px;width: 90.5px;font-size:16px;text-align:center;box-shadow:0 0 5px rgba(0,0,0,0.3);transform:translateX(-3px)}
.home_case .layout .rt_part ul li .time > div{padding:5px;box-sizing:border-box;}
.home_case .layout .rt_part ul li .time .y{background:#429070;color:#fff;font-size:17px}
.home_case .layout .rt_part ul li .time .day{color:#000;background:#fff;font-weight:bold;}
.home_case .layout .rt_part ul li .tit{margin-top: 1.4%;width:calc(94% - 90.5px);width:-webkit-calc(94% - 90.5px);font-weight:normal;font-size:16px;line-height:24px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}
.home_case .layout .rt_part .one_more{position: absolute;left:50%;top:100%;display:inline-block;padding-bottom:10px;font-size: 16px;letter-spacing: 2px;transform: translateX(-50%);}
.home_case .layout .rt_part .one_more:after{content:"";position: absolute;left:50%;bottom: 0;width:0;height:2px;background:#1f512a;transition: all .3s linear;transform: translateX(-50%);} */

@media only screen and (min-width:521px){
	/* .home_case .layout .rt_part ul li:hover{transform: translateY(-3px);}
	.home_case .layout .rt_part .one_more:hover:after{width:100%;} */
	.home_case .case_layout_wrap .item:hover .img img{transform: translate(-50%,-50%) scale(1.06);}
	.home_case .case_layout_wrap .item:hover .tit{color: #ea5405;}
}
@media only screen and (max-width:1280px){
	.home_case{padding:68px 0 0;}
	.home_case .case_layout_wrap .item .tit{font-size:16px;}
}
@media only screen and (max-width:1080px){
	.home_case .case_layout_wrap .item .date span:first-child{font-size: 13px;}
	.home_case .case_layout_wrap .item .date{font-size: 15px;}
	/* .home_case .layout .rt_part ul li .tit{font-size:14px} */
}
@media only screen and (max-width:850px){
	.home_case{padding:50px 0 0;}
	.home_case .layout:after{content:initial}
	.home_case .layout .lf_part{width: 100%;}
	/* .home_case .layout .rt_part{padding:5% 0;width: 100%;background-image: linear-gradient(135deg,#5dc1a7,#1f512a);} */
	/* .home_case .layout .rt_part .one_more{position: initial;transform: initial;}
	.home_case .layout .rt_part ul{}
	.home_case .layout .rt_part ul li{margin-bottom: 4%;}
	.home_case .layout .rt_part ul li .wrap{padding:10px 0 20px}
	.home_case .layout .rt_part ul li .time{width: 58.5px;font-size: 14px;}
	.home_case .layout .rt_part ul li .time .y{font-size: 16px;}
	.home_case .layout .rt_part ul li .tit{width: calc(94% - 58.5px);width: -webkit-calc(94% - 58.5px);} */
	
	.home_case .case_layout_wrap .item .text_wrap{}
	.home_case .case_layout_wrap .item .tit{font-size: 16px;}
	.home_case .case_layout_wrap .item .con{font-size:14px;min-height: 48px;}
	.home_case .case_layout_wrap .item .btm{margin:16px 0 0;}
}
@media only screen and (max-width:520px){
	.home_case{padding: 40px 0 0;}
	.home_case .idx_title {margin-bottom: 8px;}
	.home_case .first_row{margin-bottom: 20px;}
	.home_case .case_nav{font-size: 14px;}
	.home_case .case_nav ul{margin-right: 14px;}
	.home_case .case_layout_wrap .item .tit{font-size: 14px;}
	.home_case .case_layout_wrap .item .con{margin-top:8px;}
	.home_case .case_layout_wrap .item .img{}
	.home_case .case_layout_wrap .item .btm{font-size: 12px;}
	.home_case .case_layout_wrap .item .btm i{width: 16px;height: 16px;}
	
	/* .home_case .layout{padding: 30px 0}
	.home_case .layout .rt_part{margin:30px 0 0;padding:30px 0 0;}
	.home_case .layout .rt_part .idx_title{margin-bottom: 20px;}
	.home_case .layout .rt_part ul li{width: 100%;}
	.home_case .layout .rt_part ul li .tit{width: calc(97% - 58.5px);width: -webkit-calc(97% - 58.5px);}
	.home_case .layout .rt_part ul li .time .y{font-size:16px;}
	.home_case .layout .rt_part ul li .time{font-size: 14px;} */
}


/* home_news */
.home_news{padding:84px 0;}
.home_news .common_row{align-items: center;}
.home_news .layout{position: relative;z-index: 1;}
/* .home_news .layout:after{content:"";position: absolute;right:0;top:0;width: 31.6%;height:100%;z-index: -1;background-image: linear-gradient(135deg,#5dc1a7,#429070);} */
.home_news .layout .lf_part{width: 43.7%;}
.home_news .layout .lf_part .swiper{padding:13% 11% 30px;background-color: #eee;}
.home_news .layout .lf_part .swiper .toutiao{position: absolute;left: 11%;top: 0;width: 13%;z-index: 3;}

.home_news .news_nav{font-size:16px;width: 52.15%;}
.home_news .news_nav ul{white-space: nowrap;display: flex;flex-wrap: wrap;justify-content: space-between;}
.home_news .news_nav ul li{display: inline-block;cursor: pointer;user-select: none;font-size: 22px;background-color: #eee;padding:12px 10px;width: 48.5%;text-align: center;letter-spacing: 2px;box-sizing: border-box;}
.home_news .news_nav ul li.on{color: #fff;background-color: #ea5405;}
/* .home_news .news_nav .a1{} */
.home_news .news_layout_wrap .item .mid{}
.home_news .news_layout_wrap .item .img{position: relative;padding-bottom:58%;width:100%;height:0;overflow: hidden;background:#fff;box-sizing: content-box;background:#f4f4f4;}
.home_news .news_layout_wrap .item .img img{position: absolute;left:50%;top:50%;width:100%;transform: translate(-50%,-50%);transition: all .3s linear;}
.home_news .news_layout_wrap .item .grey_wrap{padding:8% 0 0;box-sizing: border-box;}
.home_news .news_layout_wrap .item .date{margin-top:4.5%;width:100%;color:#000;font-family: STEM;}
.home_news .news_layout_wrap .item .date span{display: inline-block;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.home_news .news_layout_wrap .item .date span:first-child{font-size: 16px;background-image:-webkit-linear-gradient(45deg,#2b343e,#2b343e,#2b343e,#2b343e,#2b343e,#2b343e);transition:background 0.3s ease-out}
.home_news .news_layout_wrap .item .text_part{width:100%;}
.home_news .news_layout_wrap .item .tit{font-size: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.home_news .news_layout_wrap .item .con{margin-top:6px;margin-bottom:6px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;font-size: 20px;line-height: 1.4;min-height: 56px;overflow: hidden;}
.home_news .news_layout_wrap .item .btm{display: flex;flex-wrap:wrap;justify-content: space-between;align-items: center;}
.home_news .news_layout_wrap .item .btm span{font-size:22px;font-family: STEM;color: #333;transition:all 0.3s ease-out}
.home_news .news_layout_wrap .item .btm i{display: inline-block;width: 12px;height: 20px;background: url(../images/icon_01.png)no-repeat center;}
@keyframes colorChange{
	0{background-image:-webkit-linear-gradient(0deg,#2b343e,#2b343e,#2b343e,#2b343e,#2b343e,#2b343e);}
	100%{background-image:-webkit-linear-gradient(18deg,#2cad43,#6e6c6d);}
}

.home_news .layout .rt_part{width: 52.15%;box-sizing:border-box;}
.home_news .layout .rt_part .common_more a{font-size:14px;}
.home_news .layout .rt_part .common_more i{width: 26px;height: 26px;}
.home_news .layout .rt_part ul{}
.home_news .layout .rt_part ul li{margin-bottom:18px;padding-bottom:18px;border-bottom:1px dashed #f4f4f4;}
.home_news .layout .rt_part ul li:last-child{margin-bottom:0;}
.home_news .layout .rt_part ul li .item {display:flex;flex-wrap:wrap;justify-content:space-between;}
.home_news .layout .rt_part ul li .item .img_part{width:36.4%}
.home_news .layout .rt_part ul li .item .text_part{width:60.6%;align-content: space-between;display: flex;flex-wrap: wrap;}
.home_news .layout .rt_part ul li .item .img{position: relative;padding-bottom:58%;width:100%;height:0;overflow:hidden;}
.home_news .layout .rt_part ul li .item .img img{position: absolute;left:50%;top:50%;width:100%;transform:translate(-50%,-50%);transition:all .3s linear;}
.home_news .layout .rt_part ul li .item .tit{margin-bottom:6px;white-space: nowrap;text-overflow:ellipsis;overflow:hidden;font-size:22px;color:#333;}
.home_news .layout .rt_part ul li .item .con p{font-size:16px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;min-height: 42px;overflow:hidden;}
/* .home_news .layout .rt_part ul li .item .con p{white-space: nowrap;text-overflow:ellipsis;overflow:hidden} */
.home_news .layout .rt_part ul li .item .date{font-size:22px;font-weight:bold;color:#9e9f9f}

.home_news .layout .rt_part ul li .item .top{width: 100%;}
.home_news .layout .rt_part ul li .item .btm{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-top:30px;width: 100%;}


@media only screen and (min-width:521px){
	.home_news .news_layout_wrap .item:hover .img img{transform: translate(-50%,-50%) scale(1.1);}
	.home_news .news_layout_wrap .item:hover .date span{animation: colorChange 0.8s 0s 1 forwards ease;}
	.home_news .news_layout_wrap .item:hover .btm span{letter-spacing:1px;}
	.home_news .layout .rt_part ul li:hover .common_more a{color:#231915;}
	.home_news .layout .rt_part ul li:hover .common_more a:after{width:10px;}
	.home_news .layout .rt_part ul li:hover .item .img img{transform:translate(-50%,-50%) scale(1.06)}
	
	.home_news .news_layout_wrap .item:hover .common_more.opp a{color:#fff;}
	.home_news .news_layout_wrap .item:hover .common_more.opp a:after{width: 100%;}
	
}
@media only screen and (max-width:1440px){
	
	.home_news .news_nav ul li{font-size:18px;}
	.home_news .layout .rt_part ul li .item .tit{font-size:20px;}
	.home_news .layout .rt_part ul li .item .date{font-size:18px;}
}
@media only screen and (max-width:1280px){
	.home_news{padding:68px 0;}
	.home_news .news_nav{width: 46.15%;}
	.home_news .news_nav ul li{font-size:16px}
	.home_news .news_layout_wrap .item .grey_wrap{}
	.home_news .news_layout_wrap .item .tit{font-size:18px;}
	.home_news .news_layout_wrap .item .btm span{font-size:16px;}
	.home_news .news_layout_wrap .item .con{font-size:18px;}
	.home_news .layout .rt_part ul li{margin-bottom: 20px;padding-bottom: 20px;}
	.home_news .layout .rt_part ul li .item .tit{font-size:18px;}
}
@media only screen and (max-width:1080px){
	.home_news .layout .lf_part{}
	.home_news .layout .rt_part ul{margin-top:0;}
	.home_news .layout .rt_part ul li .item .date{font-size:16px;}
}
@media only screen and (max-width:850px){
	.home_news{padding:50px 0;}
	.home_news .layout:after{content:initial}
	.home_news .layout .lf_part{width: 80%;}
	/* .home_news .news_layout_wrap .item .tit{font-size:16px;} */
	.home_news .news_layout_wrap .item .con{font-size:15px}
	.home_news .news_layout_wrap .item .grey_wrap{padding-top:5%;}
	.home_news .layout .rt_part{margin-top:5%;width: 100%;}
	
}
@media only screen and (max-width:520px){
	.home_news{padding: 40px 0}
	.home_news .first_row{margin-bottom: 30px;}
	.home_news .news_nav{font-size: 14px;}
	.home_news .news_nav ul{margin-right: 14px;}
	.home_news .news_nav ul li{font-size:14px}
	.home_news .news_layout_wrap .item .grey_wrap{padding:6% 0;}
	.home_news .news_layout_wrap .item .tit{font-size: 15px;}
	.home_news .news_layout_wrap .item .date{}
	.home_news .news_layout_wrap .item .date span:first-child{font-size:14px;}
	.home_news .news_layout_wrap .item .con{font-size:14px;}
	.home_news .news_layout_wrap .item .text_part{}
	.home_news .layout .lf_part{width: 100%;}
	.home_news .layout .rt_part{margin-top:26px;}
	.home_news .layout .rt_part ul li .item .tit{font-size:16px;}
	.home_news .layout .rt_part ul li .item .date{font-size:14px;}
	.home_news .layout .rt_part ul li .item .con{font-size:14px;}
	.home_news .layout .rt_part ul li .item .con p{font-size:14px;min-height:38px}
	.home_news .layout .rt_part ul li .item .img_part{display:none;}
	.home_news .layout .rt_part ul li .item .text_part{width: 100%;}
	.home_news .layout .rt_part .common_more a{font-size:13px;}
	.home_news .layout .rt_part .common_more i{width: 24px;height: 24px;}
}

/* .common_choose */
.common_choose{padding:74px 0 150px;background:#2d2f2b url(../images/join_bg.jpg)no-repeat center bottom/100% auto;z-index: 1;position: relative;color:rgba(255,255,255,0.5)}
.common_choose:after{content:"";position: absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.4);z-index: -1;}
.common_choose .row{align-items:center;}
.common_choose .lf_part{width: 18.3%;border-right:3px solid #fff;box-sizing:border-box}
.common_choose .lf_part .txt{color:#fff;}
.common_choose .lf_part .more{display: inline-block;margin-top:24%;box-sizing: border-box;padding-left:30px;position: relative;z-index: 1;font-size: 18px;color: #35974d;}
.common_choose .lf_part .more:before{content: "";position: absolute;left:0;top:50%;width:50px;height: 50px;border-radius: 50%;background: #fff;z-index: -2;transform: translateY(-50%);background: linear-gradient(to bottom,#09acb5,#68b453);}
.common_choose .lf_part .more:after{content: "";position: absolute;left:26px;top:50%;width:26px;height: 26px;border-radius: 50%;background: #fff;z-index: -1;transform: translateY(-50%);background: #fff;}
.common_choose .lf_part .more span,.common_choose .lf_part .more i{display: inline-block;vertical-align: middle;}
.common_choose .lf_part .more i{margin-left:2vw}
.common_choose .lf_part .more:hover:before{animation: ani1 1s 0s linear forwards;}
@keyframes ani1{
	0%{transform: translateY(-40%);background-color: #fff;}
	100%{transform: translateY(-50%);background-color: #35974d;}
}
.common_choose .rt_part{width: 77.7%;}

.common_choose .txt h2 {font-size: 21px;text-transform: uppercase;line-height: 20px;letter-spacing: 3.4px;}
.common_choose .txt .title{font-size: 46px;font-weight: 700;line-height: 52px;letter-spacing: -0.7px;}
.common_choose .txt .en{display:block;margin-top:10px;font-weight:bold;letter-spacing:1px;}
.common_choose .txt h3 span{display: block;font-weight: normal;}
.common_choose .items{display:flex;flex-wrap: wrap;justify-content: space-between;width: 100%;max-width:630px}

.common_choose .item {width: auto;}
/* .common_choose .item:nth-child(1){border-right:1px solid #FFFFFF3D;border-bottom:1px solid #FFFFFF3D;}
.common_choose .item:nth-child(2){border-bottom:1px solid #FFFFFF3D;}
.common_choose .item:nth-child(3){border-right:1px solid #FFFFFF3D;} */
/* .common_choose .item:hover{background:#35974d;color:#fff;}
.common_choose .item:hover strong{color:#fff;} */

.common_choose .item .num {line-height:1;vertical-align: middle;}
.common_choose .item sub{display: inline-block;vertical-align: middle;font-size:100%;}
.common_choose .item .num,.common_choose .item sub{font-size: 36px;line-height:1em;}

.common_choose .item strong {display:block;margin-top:20px;font-size: 20px;font-weight: normal;}

.common_choose .common_more{margin-top:7%}
@media only screen and (min-width:521px){
	.common_choose{background-attachment: fixed;}
}
@media only screen and (max-width:1440px){
	.common_choose .lf_part{width: 20.3%;}
	.common_choose .item .num, .common_choose .item sub{}
}
@media only screen and (max-width:1280px){
	.common_choose{padding:68px 0 136px;background-position:center;}
	.common_choose .txt h3{font-size: 30px;}
	.common_choose .txt .title{font-size:3vw;line-height:normal;}
	.common_choose .item strong{margin-top: 20px;}
	.common_choose .item .num, .common_choose .item sub{font-size:30px;}
}
@media only screen and (max-width:1080px){
	.common_choose{background-size:cover;}
	.common_choose .item .num, .common_choose .item sub{font-size:26px;}
	.common_choose .item strong{font-size:16px;}
	
}

@media only screen and (max-width:850px){
	.common_choose{padding:50px 0 110px;}
	.common_choose .txt h3{font-size: 22px;line-height: 2;}
	.common_choose .item strong{margin-top: 12px;font-size: 16px;}
	.common_choose .item .num, .common_choose .item sub{font-size:24px;}
	.common_choose .lf_part{width: 50%;border-right-width:2px;}
	.common_choose .lf_part .more:before{width: 40px;height: 40px;}
	.common_choose .lf_part .more{padding-left: 18px;font-size: 16px;}
	.common_choose .lf_part .more:after{left:20px;width: 22px;height: 22px;}
	.common_choose .rt_part{margin-top:5%;width: 100%;}
	
}
@media only screen and (max-width:520px){
	.common_choose{padding:40px 0;color:rgba(255,255,255,0.8)}
	.common_choose .txt h3{font-size: 18px;line-height: 1.6;text-shadow: 0 0 1px #333;}
	.common_choose .txt .title{font-size:18px;}
	.common_choose .txt .en{font-size:16px;}
	.common_choose .lf_part .more{margin-top: 30px;font-size: 14px;}
	.common_choose .lf_part .more:before{width: 32px;height: 32px;}
	.common_choose .lf_part{width: 100%;border-right:0;}
	.common_choose .rt_part{margin-top:36px;width: 100%;}
	.common_choose .item {}
	.common_choose .item strong{font-size:14px;}
	.common_choose .item .num, .common_choose .item sub{font-size: 18px;}
	.common_choose .lf_part .more:after{left:14px;width: 18px;height: 18px;}
}
@media only screen and (max-width:380px){
	.common_choose .item .num, .common_choose .item sub{font-size: 20px;}
	.common_choose .txt h3{font-size: 16px;}
}

