/* banner_nei */
.banner_nei{display: block;overflow: hidden;position: relative;}
.banner_nei .list img{width: 100%;}
.banner_nei .s_img{display: none;}
/* .banner_nei .s_img .list{height: 200px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.banner_nei .s_img .list a{display: block;height: 100%;} */
.banner_nei .layout{position: absolute;width: 100%;left:0;top: 50%;transform: translateY(-50%);z-index: 1;}
.banner_nei .layout .wrap{margin: 0 auto;width: 90%;max-width: 1441px;}
.banner_nei .text{color: #fff;}
.banner_nei .text2{color: #000;}
.banner_nei .text .cn{margin-top: 0;font-size: 40px;font-weight: bold;}
.banner_nei .text2 .cn{margin-top: 0;font-size: 40px;font-weight: bold;}
.banner_nei .text .en{margin-top: 2%;font-size:20px;}
.banner_nei .text .slogan{margin-top: 2.6%;font-size: 20px;}
.banner_nei .text2 .slogan2{margin-top: 2.6%;font-size: 20px; color:#000;}
.banner_nei .text .line{margin-top: 15px;width: 44px;height: 4px;background: #fff;}
.banner_nei .text2 .line2{margin-top: 15px;width: 44px;height: 4px;background: #000;}
.banner_nei .js-m.animate .list img{animation: slow_flash 1s 0s 1;animation-fill-mode: forwards;}
@keyframes slow_flash{
	from{opacity: 0.8;transform: scale(1.2);}
	to{opacity: 1;transform: scale(1);}
}
@-webkit-keyframes name{
	from{opacity: 0.8;transform: scale(1.2);}
	to{opacity: 1;transform: scale(1);}
}
@media only screen and (max-width:1200px){
	.banner_nei .text .cn{font-size: 30px;}
	.banner_nei .text .en{margin-top: 1%;font-size: 16px;}
	.banner_nei .text .slogan{font-size: 16px;}
	.banner_nei .text2 .cn{font-size: 36px;}
	.banner_nei .text2 .en{margin-top: 1%;font-size: 16px;}
}
@media only screen and (max-width:768px){
	.banner_nei .text .cn{font-size: 26px;}
	.banner_nei .text2 .cn{font-size: 26px;}
}
@media only screen and (max-width:750px){
	.banner_nei .big_img{display: none;}
	.banner_nei .s_img{display: block;}
}
@media only screen and (max-width:480px){
	.banner_nei .layout{top:auto;bottom: 10%;transform: initial;}
	.banner_nei .layout .wrap{width: 94%;}
	.banner_nei .text .en{font-size: 14px;}
	.banner_nei .text2 .en{font-size: 14px;}
	.banner_nei .text .cn{font-size: 20px;}
	.banner_nei .text2 .cn{font-size: 20px;}
	.banner_nei .text .slogan{font-size: 14px;}
	.banner_nei .text2 .slogan2{font-size: 16px;}
	
}

.ab_banner .js-m .list{opacity: 0;}
.ab_banner .s_img{display: none;}
#pf_video{position: initial;left: 50%;top: 0;width: 100%;/* transform: translate(-50%,0); */object-fit: contain;}
@media only screen and (max-width:480px){
	.ab_banner .s_img{display: block;}
	.ab_banner #pf_video{display:none}
}

/* zngc_banner_nei */
.banner_nei.zngc .text{color: #333;}
.zngc .slogan{width: 580px;max-width: 100%;line-height: 1.7;}
.zngc_more{margin-top: 44px;color: #fff;display: inline-block;background: #13944a;padding: 10px 30px;border-radius: 4px;font-size: 16px;}
.zngc_more i{display: inline-block;margin-left: 12px;width: 22px;height: 26px;background: url(../images/icon_listen.png)no-repeat center / 100% auto;vertical-align: middle;}
@media only screen and (max-width:520px){
	.zngc_more{margin-top:8px;padding:7px 16px;font-size:13px;}
	.zngc_more i{width: 16px;height: 16px;}
	.banner_nei.zngc .layout{top:auto;bottom: 10%;transform: initial;}
}

/* 数字化工厂轮播 */
/* banner */
.banner_b2{width: 100%;height:auto;overflow: hidden;}
.banner_b2 .swiper-container{width: 100%;height: 100%;}
.banner_b2 .swiper-container img{width: 100%;height:100%;}
.banner_b2 .swiper-slide{overflow: hidden;}
.banner_b2 .list{width:100%;height: 100%;}
.banner_b2 .pcpt{display: block;}
.banner_b2 .mbpt{display: none;}
/* .banner_b2 .swiper-button-prev{background:rgba(0,0,0,0.47) url('../images/arrow-left-light.png') no-repeat center;left: calc((100% - 1500px)/2);width: 73px;height: 73px;border-radius: 50%;}
.banner_b2 .swiper-button-next{background:rgba(0,0,0,0.47) url('../images/arrow-right-light.png') no-repeat center;right: calc((100% - 1500px)/2);width: 73px;height: 73px;border-radius: 50%;} */
.banner_b2 #banner_prev,.banner_b2 #banner_next{position: absolute;top: 50%;transform: translateY(-50%);width: 42px;height: 42px;z-index: 3;cursor: pointer;}
.banner_b2 #banner_prev{left:4.5%;background: url(../images/icon_bprev.png)no-repeat;background-position: center 15px;}
.banner_b2 #banner_next{right: 4.5%;background: url(../images/icon_bnext.png)no-repeat;background-position: right 8px top 15px;}
.banner_b2 #banner_prev:after,.banner_b2 #banner_next:after{content: "";position: absolute;left: 0;top: 0;tr;width: 100%;height: 100%;border: 4px solid #fff;transform: rotateZ(45deg);z-index: 2;}
.banner_b2 #banner_prev:after{border-image: -webkit-linear-gradient(to right,#7fc28d, #359cc0) 20 20;border-image: -moz-linear-gradient(to right,#7fc28d, #359cc0) 20 20;border-image: -o-linear-gradient(to right,#7fc28d, #359cc0) 20 20;border-image: linear-gradient(to right,#7fc28d, #359cc0) 20 20;}
.banner_b2 #banner_next:after{border-image: -webkit-linear-gradient(to bottom,#7fc28d, #359cc0) 20 20;border-image: -moz-linear-gradient(to bottom,#7fc28d, #359cc0) 20 20;border-image: -o-linear-gradient(to bottom,#7fc28d, #359cc0) 20 20;border-image: linear-gradient(to bottom,#7fc28d, #359cc0) 20 20;}
.banner_b2 #banner_prev:before{content: "";position: absolute;width: 100%;height: 100%;border: 4px solid #fff;transform: rotateZ(45deg);z-index: 3;border-left-color: transparent;border-bottom-color: transparent;transition: opacity 0.2s linear;}
.banner_b2 #banner_next:before{content: "";position: absolute;width: 100%;height: 100%;border: 4px solid #fff;transform: rotateZ(45deg);z-index: 3;border-right-color: transparent;border-top-color: transparent;transition: opacity 0.2s linear;}
.banner_b2 #banner_prev:hover:before{opacity: 0;}
.banner_b2 #banner_next:hover:before{opacity: 0;}
.banner_b2 .swiper-pagination{width:100%;height: 8px;padding: 0;margin: 0;bottom: 38px;}
.banner_b2 .swiper-pagination span{width: 8px;height: 8px;background: #b5b5b5;padding: 0;border: solid 1px transparent;opacity: 1;border-radius: 50%;}
.banner_b2 .swiper-pagination span.swiper-pagination-bullet-active{background: #13944a;border-color:transparent;border-radius: 10px;}
.banner_b2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 16px;}
.banner_b2 .swiper-pagination-bullet{border-radius: 16px;}
.banner_b2 .swiper-pagination{height: auto;bottom: 3.5%;}
/* .banner_b2 .swiper-pagination span{width: 16px;height: 16px;margin: 0 8px;border: 3px solid #fff;} */
.banner_b2 .vdo_wrap .vedio_itdc{padding: 0 2.3%;width: auto;top: 69%;left: 50%;transform: translateX(-50%);color: #fff;font-size: 20px;background: #07C26b;border-radius: 30px;}
 .banner_b2 .vdo_wrap .vedio_itdc p{display: inline-block;margin-right: 25px;padding: 8% 0;vertical-align: middle;}
 .banner_b2 .vdo_wrap .vedio_itdc i.more{display: inline-block;width: 30px;height: 24px;vertical-align: middle;background:url(../images/i_vdo.png)no-repeat center}
.banner_b2 .swiper-container .hide{
  opacity:0;
}
.banner_b2 .swiper-button-next,.banner_b2 .swiper-button-prev{
  transition:opacity .5s;
}
@media only screen and (max-width:1420px){
	.banner_b2 .swiper-button-prev{left: 5%;}
	.banner_b2 .swiper-button-next{right: 5%;}
}
@media only screen and (max-width:750px){
	.banner_b2 .pcpt{display: none;}
	.banner_b2 .mbpt{display: block;}
}
@media only screen and (max-width:480px){
	.banner_b2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px;width: 10px;height: 10px;}
}

.banner_b2 .list .list_wrap.before img{transition: 2s linear 0s;}
.banner_b2 .list .list_wrap.after img{transform: scale(1.08);}
.banner_b2 .list01{position: relative;}
.banner_b2 .list01 .text{position: absolute;left: 50%;top: 31.5%;width: 90%;color: #000;z-index: 3;transform:translate(-50%,-20%);opacity: 0;transition: all 0.3s linear;}
.banner_b2 .list01 .text b{font-size: 0.7rem;display: block;text-align: center;}
.banner_b2 .list01 .text .con{margin-top: 5%;letter-spacing: 6px;}
.banner_b2 .list01 .text .con strong{display: inline-block;font-size: 38px;}
.banner_b2 .list01 .text .con p{margin-top: 1.9%;font-size: 20px;font-weight: bold;}
.banner_b2 .list01 .after ~ .text{transform: translate(-50%,-50%);opacity: 1;}
@media only screen and (max-width:1200px){
	/* .banner_b2 .list01 .text b{font-size: 44px;} */
}
@media only screen and (max-width:768px){
	.banner_b2 .list01 .text b{font-size: 28px;}
}
@media only screen and (max-width:480px){
	.banner_b2 .list01 .text{width: 94%;}
}

/* ----数字化工厂轮播 end--- */

.grey_bg{background: #eceef0;}

.nei_wrap{margin: 0 auto;width: 86%;max-width: 1410px;}
@media only screen and (max-width:480px){
	.nei_wrap{width: 94%;}
}

.nei_title p{font-size: 36px;}
.nei_title span{display: inline-block;vertical-align: middle;}
.nei_title span.green{color: #13944a;}
.nei_title span.tit{margin: 0 12px;}
@media only screen and (max-width:1000px){
	.nei_title p{font-size: 30px;}
}
@media only screen and (max-width:768px){
	.nei_title p{font-size: 24px;}
}
@media only screen and (max-width:480px){
	.nei_title p{font-size: 22px;}
}
@media only screen and (max-width:320px){
	.nei_title p{font-size: 20px;}
}

/* nei_title2 */
.nei_title2 .title{font-size: 36px;color: #000;}
.nei_title2 .slogan{margin-top: 20px;font-size: 18px;line-height: 1.8;}
@media only screen and (max-width:1260px){
	.nei_title2 .title{font-size: 30px;}
	.nei_title2 .slogan{font-size: 16px;}
}
@media only screen and (max-width:768px){
	.nei_title2 .title{font-size: 24px;}
}
@media only screen and (max-width:480px){
	.nei_title2 .title{font-size: 18px;}
	.nei_title2 .slogan{font-size: 14px;line-height: 1.5;}
}

.pro_left ul {/* padding: 3.2% 0 2.2%; */background: #fff;box-sizing: border-box;}
.pro_left ul li{width: 25%;text-align: center;padding: 3.2% 0 2.2%;}
.pro_left ul li .item{box-sizing: border-box;border-right: 2px solid #eceef0;}
.pro_left ul li:nth-last-child(1) .item{border-right: 0;}
.pro_left ul li i{display: inline-block;}
.pro_left ul li p{margin-top: 4%;font-size: 20px;font-weight: bold;}
.pro_left ul li.cur p{color: #13944a;}
@media only screen and (max-width:1000px){
	.pro_left ul li i{width: 70px;}
	.pro_left ul li p{font-size: 16px;}
}
@media only screen and (max-width:768px){
	
}
@media only screen and (max-width:480px){
	.pro_left ul{padding: 10px 0;}
	.pro_left ul li{margin: 10px 0;width: 50%;}
	.pro_left ul li:nth-child(2n){border-right: 0;}
	.pro_left ul li i{width: 50px;}
	.pro_left ul li p{font-size: 14px;}
}
@media only screen and (max-width:320px){
	
}

/* location */
.location {border-top: 1px solid #e9e9e9;border-bottom: 1px dotted #ececec;}
.location ul{padding: 1.9% 0 1.8% 28px;box-sizing: border-box;}
.location ul li.lc{position: relative;}
.location ul li.lc:before{content: "";position: absolute;right: calc(100% + 10px);right: -webkit-calc(100% + 10px);top: 1px;width: 20px;height: 20px;background: #004893;background: url(../images/icon_address.png)no-repeat center left;}
.location ul li{float: left;margin:0 8px;color: #666;}
.location ul li:nth-child(1){margin-left: 0;}
.location ul li:nth-last-child(1){margin-right: 0;}
.location ul li a{font-size: 14px;}
@media only screen and (max-width:768px){
.location ul{padding: 20px 0 20px 28px;}
.location ul li{margin: 0 6px;}
.location ul li a{font-size: 14px;}
}
@media only screen and (max-width:480px){
.location ul{padding: 15px 0 15px 28px;}
.location ul li a{font-size: 12px;}
}

.pf_nav {margin-top: -5px;}
.pf_nav ul {justify-content: flex-start;align-items: flex-end;}
.pf_nav ul li {width: 50%;}
.pf_nav ul li a {position: relative;display: block;padding: 25px 3%;width: 100%;font-size: 24px;font-weight: bold;box-sizing: border-box;z-index: 1;text-align: center;background: #fff;transition: all .3s linear;}
.pf_nav ul li a:after {content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;z-index: -1;}
.pf_nav ul li.cur a {padding: 31px 3%;color: #fff;}
.pf_nav ul li.cur a:after {background: #13944a;}

@media only screen and (max-width:1260px) {
	.pf_nav {margin-top: -5px;}
	.pf_nav ul li a {font-size: 20px;padding: 20px 3%;}
	.pf_nav ul li.cur a {padding: 24px 3%;}
}

@media only screen and (max-width:1080px) {
	.pf_nav ul li a {font-size: 18px;}
}

@media only screen and (max-width:768px) {
	.pf_nav {margin-top: -5px;}
	.pf_nav ul li.cur a {padding: 20px 3%;}
	.pf_nav ul li a {padding: 16px 3%;font-size: 16px;}
}

@media only screen and (max-width:480px) {
	.pf_nav {margin-top: -5px;}
	.pf_nav ul li.cur a {padding: 16px 3%;}
	.pf_nav ul li a {padding: 12px 3%;font-size: 14px;}
}

/* pro */
.pro_wrap{padding: 54px 0 0;}
@media only screen and (max-width:768px){
	.pro_wrap{padding: 30px 0 0;}
}

.tp55{margin-top: 5.5%;}
.ab_pro_intro .part{margin-top: 3.2%;}
.ab_pro_intro .part:nth-child(1){margin-top: 0;}
.ab_pro_intro .content{margin-top: 40px;padding: 5.8% 3.4%;background: #fff;box-sizing: border-box;box-shadow: 0 0 20px rgba(0,0,0,0.15);}

/*.ab_pro_intro .content .tit{font-size: 24px;}*/
.ab_pro_intro .content h3{font-size: 24px; margin-bottom:43px;}
/*.ab_pro_intro .content .con{margin-top: 43px;font-size: 20px;}*/
.ab_pro_intro .content p{line-height: 35px;font-size: 20px;}
.ab_pro_intro .content p:nth-last-child(1){margin-bottom: 0;}
@media only screen and (max-width:1000px){
	/*.ab_pro_intro .content .tit{font-size: 22px;}*/
	.ab_pro_intro .content h3{font-size: 22px; margin-bottom:30px;}
	/*.ab_pro_intro .content .con{margin-top: 30px;font-size: 18px;}*/
	.ab_pro_intro .content p{line-height: 30px;font-size: 18px;}
}
@media only screen and (max-width:768px){
	.ab_pro_intro .content h3{font-size: 20px;margin-bottom: 18px;}
	.ab_pro_intro .content p{font-size: 16px;}
	.ab_pro_intro .part{margin-top: 6%;}
}
@media only screen and (max-width:480px){
	.ab_pro_intro .content{margin-top: 30px;padding: 7.8% 3%;}
	.ab_pro_intro .content h3{font-size: 18px;}
	.ab_pro_intro .content p{line-height: 25px;font-size: 14px;}
}
@media only screen and (max-width:320px){
	
}

/* ab_pro_case */
.ab_pro_case{margin-top: 3%;}
.ab_pro_case.template2{margin: 0;padding: 4.5% 0 3%;background: #edeef2;}
.ab_pro_case .content_list {margin-top: 3%;}
.ab_pro_case .content_list ul{justify-content: flex-start;}
.ab_pro_case .content_list ul li{padding:3% 2% 2.5%;margin-right: 2.33%;margin-bottom: 1.8%;width: 23%;background: #fff;box-sizing: border-box;}
.ab_pro_case .content_list ul li:nth-child(4n){margin-right: 0;}
.ab_pro_case .content_list ul li .img{position: relative;padding-bottom: 33%;width: 100%;height: 0;overflow: hidden;}
.ab_pro_case .content_list ul li .img img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 100%;}
.ab_pro_case .content_list ul li .tit{margin-top: 20%;font-size: 25px;color: #010101;font-weight: bold;}
.ab_pro_case .content_list ul li .con{margin-top: 9%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;font-size: 16px;line-height: 25px;color: #010101;overflow: hidden;}
.ab_pro_case .content_list ul li a.more{display: inline-block;margin-top: 3%;padding-left: 26px;box-sizing: border-box;font-size: 16px;color: #13944a;background: url(../images/icon_05.png)no-repeat top 2px left;transition: all .2s linear;}
.ab_pro_case .content_list .ab_more{display: inline-block;margin-top: 4.5%;padding: 1.5% 5%;border-radius: 30px;background: #fff;color: #000;font-size: 14px;font-weight: bold;}
.ab_pro_case .content_list .ab_more:hover{background: #13944a;color: #fff;}
.ab_pro_case .content_list ul li:hover .tit{color: #13944a;}
.ab_pro_case .content_list ul li:hover a.more{transform: translateY(-10px);}
@media only screen and (max-width:1000px){
	.ab_pro_case{margin-top: 40px;}
	.ab_pro_case .content_list{margin-top: 30px;}
	.ab_pro_case .content_list ul li .tit{font-size: 20px;}
}
@media only screen and (max-width:768px){
	.ab_pro_case .content_list ul{justify-content: space-between;}
	.ab_pro_case .content_list ul:after{content: "";width: 32%;}
	.ab_pro_case .content_list ul li{margin-right: 0;width: 32%;}
	.ab_pro_case .content_list ul li:nth-child(-n+2){display: none;}
	.ab_pro_case .content_list ul li .con{min-height: 80px;}
}
@media only screen and (max-width:480px){
	.ab_pro_case{margin-top: 30px;}
	.ab_pro_case .content_list ul:after{content: "";width: 48.5%;}
	.ab_pro_case .content_list ul li{margin-right: 0;width: 48.5%;}
}
@media only screen and (max-width:320px){
	
}

.ab_customer{margin-top: 6%;overflow: hidden;}
			.ab_customer .content_list{margin-top: 6%;}
			.ab_customer .content_list ul{position: relative;z-index: 1;}
			.ab_customer .content_list ul:after{content: "";position: absolute;right: -1.5%;top: 50%;width: 45%;height: 110%;z-index: -1;background: #fff;transform: translateY(-50%);border-radius: 8px;}
			.ab_customer .content_list ul li{margin-left: -18%;margin-bottom: 2%;width: 118%;}
			.ab_customer .content_list ul li:nth-last-child(1){margin-bottom: 0;}
			.ab_customer .content_list ul li .layout{align-items: center;}
			.ab_customer .content_list ul li .lf_img{max-width: 58%;}
			.ab_customer .content_list ul li .lf_img .img{border-radius:0 20px 20px 0;overflow: hidden;}
			.ab_customer .content_list ul li .rt_text{width: 41%;}
			.ab_customer .content_list ul li .rt_text .ontitle h4{display: inline-block;vertical-align: middle;font-size: 26px;font-weight: normal;}
			.ab_customer .content_list ul li .rt_text .ontitle a.more{display: inline-block;margin-left: 4%;padding: 6px 20px;vertical-align: middle;border-radius: 30px;background: #14944a;color: #fff;}
			.ab_customer .content_list ul li .rt_text .con{margin-top: 3%;font-size: 22px;line-height: 32px;color: #5a5d5c;}
			.ab_customer .content_list ul li .rt_text .con i{display: inline-block;margin-right: 10px;width: 32px;}
			.ab_customer .content_list .ab_more {display: inline-block;margin: 4.5% 0 3%;padding: 1.5% 5%;border-radius: 30px;background: #13944a;color: #fff;font-size: 14px;font-weight: bold;}
			.ab_customer .content_list .ab_more:hover{background: #eceef0;color: #000;}
			@media only screen and (max-width:1200px){
				.ab_customer .content_list ul li .rt_text .ontitle h4{font-size: 22px;}
				.ab_customer .content_list ul li .rt_text .con{font-size: 18px;line-height: 28px;}
			}
			@media only screen and (max-width:1000px){
				.ab_customer .content_list ul li .rt_text .ontitle h4{display: block;font-size: 18px;}
				.ab_customer .content_list ul li .rt_text .ontitle a.more{margin-top: 10px;}
				.ab_customer .content_list ul li .rt_text .con{font-size: 14px;line-height: 24px;}
				.ab_customer .content_list ul li .rt_text .con i{width: 26px;}
			}
			@media only screen and (max-width:768px){
				.ab_customer{margin-top: 40px;}
				.ab_customer .content_list{margin-top: 30px;}
				.ab_customer .content_list ul:after{content: initial;}
				.ab_customer .content_list ul li{margin-left: 0;margin-bottom: 7%;width: 100%;}
				.ab_customer .content_list ul li .lf_img{width: 100%;max-width: initial;}
				.ab_customer .content_list ul li .rt_text{margin-top: 3%;width: 100%;}
			}
			@media only screen and (max-width:480px){
				.ab_customer{margin-top: 30px;}
				.ab_customer .content_list ul li{margin-bottom: 3%;}
				.ab_customer .content_list ul li:nth-last-child(1){margin-bottom: 3%;}
				.ab_customer .content_list ul li .lf_img{display: none;}
				.ab_customer .content_list ul li .rt_text{margin-top: 0;padding: 2% 3%;background: #fff;box-sizing: border-box;border-radius: 8px;}
				.ab_customer .content_list ul li .rt_text .ontitle h4{font-size: 16px;line-height: 24px;}
				.ab_customer .content_list ul li .rt_text .ontitle a.more{padding: 3px 14px;}
				
			}

/* ab_video */
.ab_video {margin-top: 5%;padding: 5% 0;background: url(../images/part_video_bg.jpg)no-repeat center/cover;}
.ab_video .content_list{margin-top: 4.5%;}
.ab_video .content_list ul:after{content: "";width: 31%;}
.ab_video .content_list ul li{width: 31%;transition: all .3s linear;}
.ab_video .content_list ul li .img{position: relative;padding-bottom: 68%;width: 100%;height: 0px;overflow: hidden;}
.ab_video .content_list ul li .img img{position: absolute;left: 50%;top: 50%;width: 100%;transform: translate(-50%,-50%);}
.ab_video .content_list ul li .mask{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;background: rgba(0,0,0,0.3);transition: background 0.3s linear;}
.ab_video .content_list ul li:hover .mask{background: rgba(0,0,0,0);}
.ab_video .content_list ul li .play{position: absolute;left: 50%;top: 50%;width: 90px;transform: translate(-50%,-50%);z-index: 3;}
.ab_video .content_list ul li p{margin-top: 1.5%;text-align: center;font-size: 16px;line-height: 24px;}
.ab_video .content_list .ab_more {display: inline-block;margin-top: 5%;padding: 1.5% 5%;border-radius: 30px;background: #13944a;color: #fff;font-size: 14px;font-weight: bold;}
.ab_video .content_list ul li:hover {transform: translateY(-5px);}
.ab_video .content_list .ab_more:hover{background: #eceef0;color: #000;}
@media only screen and (max-width:1000px){
	
}
@media only screen and (max-width:768px){
	.ab_video{margin-top: 40px;padding-top: 40px;}
	.ab_video .content_list ul:after{content: "";width: 32%;}
	.ab_video .content_list ul li{width: 32%;}
	.ab_video .content_list ul li .play{width: 60px;}
}
@media only screen and (max-width:480px){
	.ab_video{margin-top: 30px;padding-top: 30px;}
	.ab_video .content_list{margin-top: 30px;}
	.ab_video .content_list ul:after{content: "";width: 100%;}
	.ab_video .content_list ul li{margin-bottom: 10px;width: 100%;}
}
@media only screen and (max-width:320px){
	
}


/* ab_learn */
.ab_learn{padding: 2.5% 0 4%;background: #fff;}
.ab_learn .list_content{margin-top: 6%;}
.ab_learn .list_content ul li{padding: 0 2%;width: 22%;text-align: center;box-sizing: border-box;}
.ab_learn .list_content ul li i{display: inline-block;}
.ab_learn .list_content ul li .tit{margin: 7% 0 10%;font-size: 32px;color: #333;font-weight: bold;}
.ab_learn .list_content ul li .slogan{font-size: 14px;color: #706d6d;line-height: 20px;}
@media only screen and (max-width:1000px){
	.ab_learn{padding: 40px 0;}
	.ab_learn .list_content ul li{width: 25%;}
	.ab_learn .list_content ul li i{width: 80px;}
	.ab_learn .list_content ul li .tit{font-size: 20px;}
}
@media only screen and (max-width:768px){
	.ab_learn .list_content ul li .tit{font-size: 17px;}
}
@media only screen and (max-width:480px){
	.ab_learn{padding: 30px 0;}
	.ab_learn .list_content ul li{width: 50%;}
}
@media only screen and (max-width:320px){
	
}

/* newslist */
.newslist{padding: 54px 0 3.5%;}
.newslist .content_list {margin-top: 5%;}
.newslist .content_list .layout:after{content: "";width: 31.5%;}
.newslist .content_list .item{margin-bottom: 1%;padding: 2.5%;width: 31.5%;box-sizing: border-box;border-right: 1px solid #e5e5e5;transition: all .2s linear;}
.newslist .content_list .item:nth-child(3n){border-right: 0;}
.newslist .content_list .item .time{margin-top: 20px;padding-left: 30px;font-size: 15px;box-sizing: border-box;color: #13944a;background: url(../images/icon_02.png)no-repeat left center;}
.newslist .content_list .item .tit{margin-top: 7%;font-size: 18px;font-weight: normal;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;min-height: 48px;}
.newslist .content_list .item .more{display: inline-block;margin-top: 16.5%;padding: 3.8% 7%;font-size: 18px;box-sizing: border-box;background: #13944a;border-radius: 30px;color: #fff;border: 1px solid transparent;transition: border 0.2s linear;}
.newslist .content_list .item .img{position: relative;padding-bottom: 60%;width: 100%;height: 0;overflow: hidden;}
.newslist .content_list .item .img img{position: absolute;left: 50%;top: 50%;width: 100%;transform: translate(-50%,-50%);}
.newslist .content_list .item .line{position: relative;margin-top: 6%;width: 100%;height: 1px;background: #e5e5e5;}
.newslist .content_list .item .line:after{content: "";position: absolute;left: 0;top: 0;width: 0;height: 1px;background: #13944a;transition: width 0.2s linear;}
.newslist .content_list .item:hover{box-shadow: 5px 5px 20px rgba(0,0,0,0.12);}
.newslist .content_list .item:hover .more{background: transparent;color: #14944a;border-color: #13933a;}
.newslist .content_list .item:hover .line:after{width: 100%;}
@media only screen and (max-width:768px){
	.newslist{padding: 40px 0;}
	.newslist .content_list{margin-top: 30px;}
	.newslist .content_list .item{padding: 2%;}
	.newslist .content_list .item .tit{font-size: 16px;min-height: initial;}
}
@media only screen and (max-width:680px){
	.newslist .content_list .layout:after{width: 48.5%;}
	.newslist .content_list .item{width: 48.5%;border-right: 0;}
}
@media only screen and (max-width:480px){
	.newslist{padding: 30px 0;}
	.newslist .content_list .item{border: 1px solid  rgba(0,0,0,0.12);}
	.newslist .content_list .item .tit{font-size: 14px;}
}



/* caselist */
.caselist{padding: 54px 0 3.5%;}
.caselist .content_list {margin-top: 5%;}
.caselist .news_02 ul li{padding: 3% 5%;margin-bottom: 30px;display: flex;flex-wrap: wrap;justify-content: space-between;transition: all .4s;border-top: 1px solid #ebebeb;}
.caselist .news_02 ul li:nth-last-child(1){margin-bottom: 0;}
/* .caselist .news_02 ul li:hover{box-shadow: 0 20px 20px rgba(0,0,0,.1);transform: translateY(-5px);} */
.caselist .news_02 .lf_time{width: 15%;text-align: center;color: #333;}
.caselist .news_02 .lf_time .time_bg{padding: 30% 0 0;color: #13944a;}
.caselist .news_02 .lf_time .day{font-size: 30px;}
.caselist .news_02 .lf_time .y_m{font-size: 18px;}
.caselist .news_02 .lf_time .more{display: inline-block;font-size: 16px;padding-left: 26px;background: url(../images/icon_05.png)no-repeat top 2px left;white-space: nowrap;}
.caselist .news_02 .rt_content{padding: 0 3% 0;width: calc(85% - 300px);width: -webkit-calc(85% - 300px);box-sizing: border-box;border-right: 1px solid #ebebeb;font-size: 18px;color: #3f3236;}
.caselist .news_02 .rt_content .tit{position: relative;box-sizing: border-box;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;color: #000;font-weight: bold;font-size: 25px;}
.caselist .news_02 .rt_content .tit:hover{color: #13944a;}
.caselist .news_02 .rt_content .con{margin: 2% 0 1%;font-size: 16px;color: #010101;line-height: 22px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.caselist .news_02 .rt_content .more{display: inline-block;font-size: 14px;color: #13944a;}
/* .caselist .news_02 .rt_content .m_time{display: none;color: #13944a;} */
.caselist .news_02 .ico{width: 300px;}
.caselist .news_02 .ico .img{position: relative;width: 100%;height: 0;padding-bottom: 50%;overflow: hidden;}
.caselist .news_02 .ico img{position: absolute;top: 50%;left: 50%;width: 100%;transform: translate(-50%,-50%);transition: all .4s;}
.caselist.case_cus .news_02 .ico img{position: absolute;top: 50%;right: 0;left: auto;width: auto;max-width: initial;height: 100%;transform: translate(0,-50%);transition: all .4s;}
/* .caselist .news_02 ul li:hover .ico img{transform: translate(-50%,-50%) scale(1.15);} */

@media only screen and (max-width:990px){
.caselist .list_wrap .idx_news_layout .lf_part .news_01 .news_list .other .rt_content .tit,.caselist .news_02 .rt_content .tit{font-size: 20px;}
.caselist .news_02 .ico{width: 200px;}
.caselist .news_02 .rt_content{width: calc(85% - 200px);width: -webkit-calc(85% - 200px);}
}
@media only screen and (max-width:768px){
	.caselist .content_list{margin-top: 30px;}
	.caselist .news_02 ul li{margin-bottom: 0;}
.caselist .news_02 .rt_content{padding: 0;margin-top: 20px;width: 100%;border-right: 0;}
	.caselist .news_02 .rt_content .tit{font-size: 18px;}
	.caselist .news_02 .lf_time{width: auto;}
	.caselist .news_02 .lf_time .time_bg{padding: 26% 0;}
	.caselist .news_02 .lf_time .day{font-size: 28px;}
	.caselist .news_02 .ico{order: -1;}
}
@media only screen and (max-width:480px){
	.caselist {padding: 30px 0;}
	.caselist .news_02 .rt_content{padding: 4% 3%;width: 100%;}
	.caselist .news_02 .rt_content .tit{font-size: 15px;}
	/* .caselist .news_02 .rt_content .m_time{display:block;} */
	.caselist .news_02 .rt_content{padding: 2.8% 0;width: 100%;}
	.caselist .list_wrap .idx_news_layout .lf_part .news_01 .news_list .other .rt_content .tit, .caselist .news_02 .rt_content .tit{font-size: 16px;}
	/* .caselist .news_02 .ico{width: 100%;} */
}

/* videolist */
.videolist{padding: 54px 0 3.5%;}
.videolist .content_list {margin-top: 5%;}
.videolist .content_list .layout:after{content: "";width: 31%;}
.videolist .content_list .item{margin-bottom: 2%;width: 31%;transition: all .3s linear;}
.videolist .content_list .item .img{position: relative;padding-bottom: 68%;width: 100%;height: 0px;overflow: hidden;}
.videolist .content_list .item .img img{position: absolute;left: 50%;top: 50%;width: 100%;transform: translate(-50%,-50%);}
.videolist .content_list .item .mask{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;background: rgba(0,0,0,0.3);transition: background 0.2s linear;}
.videolist .content_list .item:hover .mask{background: rgba(0,0,0,0);}
.videolist .content_list .item .play{position: absolute;left: 50%;top: 50%;width: 90px;transform: translate(-50%,-50%);z-index: 3;}

.videolist .content_list .item p{margin-top: 1.5%;text-align: center;font-size: 16px;line-height: 24px;}
.videolist .content_list .ab_more {display: inline-block;margin-top: 5%;padding: 1.5% 5%;border-radius: 30px;background: #13944a;color: #fff;font-size: 14px;font-weight: bold;}
.videolist .content_list .item:hover {transform: translateY(-5px);}
.videolist .content_list .ab_more:hover{background: #eceef0;color: #000;}
@media only screen and (max-width:1200px){
	.videolist .content_list .item .play{width: 60px;}
}
@media only screen and (max-width:768px){
	.videolist .content_list{margin-top: 30px;}
}
@media only screen and (max-width:750px){
	.videolist .content_list .layout:after{content: "";width: 49%;}
	.videolist .content_list .item{margin-bottom: 4%;width: 49%;}
}
@media only screen and (max-width:480px){
	.videolist{padding: 30px 0;}
	.videolist .content_list .item p{font-size: 14px;}
}

/* ab_title */
.ab_title{font-size: 30px;color: #3c3c3c;text-align: center;}
@media only screen and (max-width:1000px){
	
}
@media only screen and (max-width:768px){
	.ab_title{font-size: 24px;}
}
@media only screen and (max-width:480px){
	.ab_title{font-size: 20px;}
}
@media only screen and (max-width:320px){
	
}

/* ab_profile */
/* .ab_profile{padding: 8% 0 4.7%;}
.ab_profile .pf_title{font-size: 46px;color: #000;font-weight: bold;}
.ab_profile .pf_title b{color: #14944a;}
.ab_profile .con{margin: 2.2% 0 2.7%;font-size: 16px;line-height: 28px;}
.ab_profile .img{border-radius: 10px;overflow: hidden;}
@media only screen and (max-width:1000px){
	.ab_profile{padding: 6% 0 4.7%;}
	.ab_profile .pf_title{font-size: 36px;}
	.ab_profile .con{margin: 5% 0 3.5%;}
}
@media only screen and (max-width:768px){
	.ab_profile .pf_title{font-size: 24px;}
}
@media only screen and (max-width:480px){
	.ab_profile{padding: 35px 0;}
	.ab_profile .pf_title{font-size: 20px;}
	.ab_profile .con{margin: 6% 0 8%;font-size: 14px;line-height: 24px;}
}
@media only screen and (max-width:320px){
	.ab_profile{padding: 30px 0;}
}

.ab_profile .videolist{padding: 0;position: relative;}
.ab_profile .videolist .ico{width: 100%;}
.ab_profile .videoed{position: absolute;top: 50%;left: 50%;width: auto;transform: translate(-50%,-50%);transition: all .5s;z-index: 2;}
.ab_profile:hover .videoed{transform: translate(-50%,-50%) rotateZ(180deg);}
.ab_profile .mask{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.32);}
.bg_mask{display:none;position:fixed; left:0%;top:0%; width:100%; height:100%;z-index:99;background: rgba(0,0,0,.9);}
.videos{ display:none;position:fixed; left:50%; top:50%;max-width: 85%;transform: translate(-50%,-50%);z-index:100; width:1000px; height:450px; }
.videos video{object-fit: fill;width: 100%;}
.vclose { position:absolute;right:-35px; top:-20px; border-radius:100%; cursor: pointer; }

@media only screen and (max-width:1260px){
.ab_profile .videoed{width: 80px;}
}
@media only screen and (max-width:480px){
.ab_profile .videoed{width: 60px;}
.vclose{right: -16px;top: -35px;}
} */

/* ab_profile */
.ab_profile {padding: 8% 0 4.7%;}
.ab_profile .lf_part {width: 49%;}
.ab_profile .pf_title {font-size: 41px;color: #000;font-weight: bold;}
.ab_profile .pf_title b {color: #14944a;}
.ab_profile .rt_part {width: 49%;}
.ab_profile .con {margin: 5.9% 0 2.7%;font-size: 16px;line-height: 30px;color: #555;}
.ab_profile .con p {margin-bottom: 1%;}
.ab_profile .con p:last-child {margin-bottom: 0;}
.ab_profile .img {border-radius: 10px;overflow: hidden;}

			@media only screen and (max-width:1260px) {
				.ab_profile .pf_title {font-size: 30px;}
			}

			@media only screen and (max-width:1000px) {
				.ab_profile {padding: 6% 0 0;}
				.ab_profile .con {margin: 5% 0 3.5%;}
				.ab_profile .img {border-radius: 6px;}
			}

			@media only screen and (max-width:768px) {
				.ab_profile .pf_title {font-size: 24px;}
				.ab_profile .lf_part {width: 100%;}
				.ab_profile .rt_part {margin-top:2%;width: 100%;}
				.ab_profile .con {line-height: 28px;}
			}

			@media only screen and (max-width:480px) {
				.ab_profile {padding: 35px 0 0;}
				.ab_profile .pf_title {font-size: 18px;}
				.ab_profile .con {margin: 6% 0 8%;font-size: 14px;line-height: 24px;}
			}

			@media only screen and (max-width:320px) {
				.ab_profile {padding: 30px 0;}
				.ab_profile .pf_title {font-size: 16px;}
			}

.ab_profile .pf_video {padding: 0;position: relative;}
.ab_profile .pf_video .ico {width: 100%;}
.ab_profile .videoed {position: absolute;top: 50%;left: 50%;width: auto;transform: translate(-50%, -50%);transition: all .5s;z-index: 2;}
/* .ab_profile:hover .videoed{transform: translate(-50%,-50%) rotateZ(180deg);} */.ab_profile .mask {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.13);}
.bg_mask {display: none;position: fixed;left: 0%;top: 0%;width: 100%;height: 100%;z-index: 99;background: rgba(0, 0, 0, .9);}
.videos {display: none;position: fixed;left: 50%;top: 50%;max-width: 85%;transform: translate(-50%, -50%);z-index: 100;width: 1000px;height: 450px;}
.videos video {object-fit: fill;width: 100%;}
.vclose {position: absolute;right: -35px;top: -20px;border-radius: 100%;cursor: pointer;}
@media only screen and (max-width:1260px) {}

@media only screen and (max-width:480px) {
	.vclose {right: -16px;top: -35px;}
}

/* ab_youshi */
.ab_youshi {}
.ab_youshi .num_ys {padding: 5.3% 0;}
.ab_youshi .num_ys ul {margin: 0 auto;width: 100%;flex-wrap: wrap;}
.ab_youshi .num_ys ul li {position: relative;padding: 0 0%;text-align: center;width: 25%;max-width: 20%;box-sizing: border-box;position: relative;color: #000;}
/* .ab_youshi .num_ys ul li:after{content: "";position: absolute;left: 120%;top: 0;width: 1px;height: 100%;background: #e4e6e6;} */
/* .ab_youshi .num_ys ul li:last-child:after{content: initial;} */
.ab_youshi .num_ys ul li .top {white-space: nowrap;margin-bottom: 8px;}
.ab_youshi .num_ys ul li .top span {display: inline-block;font-size: 50px;line-height: 1em;font-weight: bold;background-image: -webkit-linear-gradient(left, #26c067, #14944a);-webkit-background-clip: text;-webkit-text-fill-color: transparent;vertical-align: text-top;}
.ab_youshi .num_ys ul li .top span.unit {margin-left: 5px;font-size: 30px;color: #14944a;background: none;-webkit-text-fill-color: initial;}
.ab_youshi .num_ys ul li:first-child .top span.unit {font-size: 16px;}
.ab_youshi .num_ys ul li .top span.num {line-height: 1em;font-family: montbold;}
.ab_youshi .num_ys ul li p {font-size: 18px;text-indent: initial;}
@media only screen and (max-width:1920px) {
	/* .ab_youshi .num_ys ul li .top span{font-size: 0.72rem;} */
}

@media only screen and (max-width:1260px) {
	.ab_youshi .num_ys ul li:nth-child(1) {margin-left: 0;}
	.ab_youshi .num_ys ul li .top {}
	.ab_youshi .num_ys ul li .top span.num {font-size: 55px;}
	.ab_youshi .num_ys ul li .top span.unit {font-size: 16px;}
	.ab_youshi .num_ys ul li .top span {font-size: 20px;}
	.ab_youshi .num_ys ul li p {font-size: 18px;}
}

@media only screen and (max-width:1080px) {
	.ab_youshi .num_ys ul {}
	.ab_youshi .num_ys ul li {max-width: initial;}
	.ab_youshi .num_ys ul li .top span.num {font-size: 46px;}
	.ab_youshi .num_ys ul li p {font-size: 16px;}
}

@media only screen and (max-width:768px) {
	.ab_youshi .num_ys {padding: 40px 0;}
	.ab_youshi .num_ys ul li .top span.num {font-size: 34px;}
	.ab_youshi .num_ys ul li p {font-size: 16px;}
}

@media only screen and (max-width:480px) {
	.ab_youshi .num_ys {padding: 30px 0;}
	.ab_youshi .num_ys ul {flex-wrap: wrap;}
	.ab_youshi .num_ys ul li:nth-child(2n):after {content: initial;}
	.ab_youshi .num_ys ul li::before {width: 90%;}
	.ab_youshi .num_ys ul li {margin: 10px 0;width: 50%;}
	.ab_youshi .num_ys ul li .top span.num {font-size: 24px;}
	.ab_youshi .num_ys ul li .top span {font-size: 14px;}
	.ab_youshi .num_ys ul li p {font-size: 14px;}
}

/* ys_rule */
.ys_rule {border-top: 2px solid #dedede;}
.ys_rule .layout {padding: 0 5% 0;background: #fff;}
.ys_rule .layout .item {padding: 130px 2.5% 104px;width: 30%;box-sizing: border-box;position: relative;}
.ys_rule .layout .item:nth-child(2) {width: 36%;}
.ys_rule .layout .item:nth-child(2):after {content: "";position: absolute;right: 0;top: 50%;width: 1px;height: 100%;background: #ddd;transform: translateY(-50%);}
.ys_rule .layout .item:nth-child(2)::before {content: "";position: absolute;left: 0;top: 50%;width: 1px;height: 100%;background: #ddd;transform: translateY(-50%);}

/* .ys_rule .layout .item:nth-last-child(1):after{content: initial;} */
.ys_rule .layout .item>div {justify-content: center;align-items: center;flex-wrap: wrap;}
.ys_rule .layout .item i {margin-top: 98px;}
.ys_rule .layout .item .rt {font-size: 14px;width: 100%;text-align: center;}
.ys_rule .layout .item .rt .tit {margin: 0 0 10px;font-weight: bold;text-transform: uppercase;font-size: 34px;font-weight: normal;}
.ys_rule .layout .item .rt .con {color: #999;font-size: 20px;}

@media only screen and (max-width:1260px) {
	.ys_rule .layout {}
	.ys_rule .layout .item {padding: 74px 2%;}
	.ys_rule .layout .item i {margin-top: 68px;}
	.ys_rule .layout .item .rt .tit {font-size: 26px;}
	.ys_rule .layout .item:nth-child(2) {}
	.ys_rule .layout .item .rt .con {font-size: 18px;}
}

@media only screen and (max-width:768px) {
	.ys_rule .layout .item {text-align: center;padding: 50px 1%}
	.ys_rule .layout .item>div {flex-wrap: wrap;}
	.ys_rule .layout .item i {margin-top: 40px;width: 46px;}
	.ys_rule .layout .item .rt {width: 100%;}
	.ys_rule .layout .item .rt .tit {font-size: 16px;}
	.ys_rule .layout .item .rt .con {font-size: 16px;}
}

@media only screen and (max-width:480px) {
	.ys_rule {display: none;}
	.ys_rule .layout {padding: 15px 0;}
	.ys_rule .layout .item {padding: 10px;width: 50%;}
	.ys_rule .layout .item .rt {font-size: 12px;}
	.ys_rule .layout .item .rt .con {display: none;}
}

/* history */
			.ab_history {margin-top: 5.5%;color: #110a04;background: url(../images/his_bg2.jpg)no-repeat center/cover;}
.ab_history .bg_img {position: relative;width: 100%;overflow: hidden;display: none;}
.ab_history .bg_img img {position: initial;left: 50%;top: 50%;transform: translate(-50%, -50%);width: auto;max-width: initial;min-height: 100%;}
.ab_history .his_main {position: relative;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;display: flex;justify-content: center;}
.ab_history .his_main .wrap {width: 100%;}
.ab_history .his_main .nei_title {margin-top: 5.6%;}
.ab_history .history {margin-top: 0px;}
.ab_history .history .nei_wrap{width: 90%;}
/* .ab_history #history .swiper-wrapper{
    -webkit-transition-timing-function: linear; 
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
} */
.ab_history #history .swiper-slide {padding-bottom: 284px;z-index: 1;}
.ab_history .item {display: flex;flex-wrap: wrap;justify-content: space-evenly;}

			
.ab_history .item .text_part {width: 100%;color: #333;}
.ab_history .item .year {position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);font-size: 383px;font-weight: bold;color: rgba(107, 107, 107, 0.14);font-family: arial;line-height: 1em;z-index: -1;opacity:0;}
.ab_history #history .swiper-slide-active .item .year {opacity: 1;}
.ab_history .item .title {margin-top: 10px;font-size: 22px;}
.ab_history .item .line {margin: 44px 0;position: relative;z-index: 1;}
.ab_history .item .line:after {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url(../images/his_line.png)repeat-x;z-index: -1;}

			
.ab_history .item .con {margin: 30px 0;font-size: 15px;line-height: normal;box-sizing: border-box;min-height: 104px; width:85%;}
.ab_history .item .con  p.tit{font-weight:bold; font-size:18px;}
.ab_history .item .con  p{margin-bottom:; line-height:1.5}
.ab_history .history #his_prev,.ab_history .history #his_next {position: absolute;top: 10%;transform: translateY(-50%);width: 60px;height: 60px;z-index: 3;cursor: pointer;border-radius: 50%;box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);background-repeat: no-repeat;background-position: center;background-size: 100% auto;}
.ab_history .history #his_prev {left: 8%;background-image: url(../images/ndetail_prev.png);}
.ab_history .history #his_next {right: 8%;background-image: url(../images/ndetail_next.png);}

.ab_history .his_nav {margin-top: 20px;position: absolute;left: 0;width: 100%;bottom: 14.5%;}
.ab_history .his_nav .odcontent {width: 100%;max-width: 1180px;}
.ab_history .his_nav:after {content: "";position: absolute;left: 0;top: 5px;width: 100%;height: 1px;background: #ddd;}
.ab_history #his_nav .swiper-wrapper {padding: 0 0 9px;}

			
.ab_history #his_nav .text {text-align: center;cursor: pointer;}
.ab_history #his_nav .text span {display: inline-block;padding-top: 23px;font-size: 18px;color: #9b9b9b;transition: all 0.3s linear;position: relative;z-index: 1;font-weight: bold;}
.ab_history #his_nav .text span i {content: "";position: absolute;left: 50%;top: 0;width: 12px;height: 12px;border-radius: 50%;box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);opacity: 1;transition: all 0.3s linear;transform: translate(-50%, 0);z-index: -1;background: #ddd;}

			
.ab_history #his_nav .swiper-slide-thumb-active .text span {color: #13944a;}
.ab_history #his_nav .swiper-slide-thumb-active .text span i {background: #13944a;}
@keyframes dot {
	from {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}

	to {
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 0;
	}
}

@media only screen and (max-width:1260px) {
	.ab_history .item .con {font-size: 20px;line-height: 2;}
}

@media only screen and (max-width:1000px) {
	.ab_history #history .swiper-slide {padding-bottom: 194px;}
	.ab_history .his_main .idx_title {margin-top: 15.2%;}
	.ab_history .item .year {font-size: 250px;}
	.ab_history .item .con {font-size: 16px;}
	.ab_history .history #his_prev,.ab_history .history #his_next {position: initial;margin: 0 15px;transform: initial;width: 45px;height: 45px;}
	.ab_history .his_slide {position: absolute;left: 0;top: 100%;width: 100%;margin-top: 30px;display: flex;flex-wrap: wrap;justify-content: center;}
	.ab_history .item {justify-content: space-between;}
}

@media only screen and (max-width:768px) {
	.ab_history {margin-top: 0;}
	.ab_history .his_main .idx_title {margin-top: 20.2%;}
	.ab_history .item .title {font-size: 20px;}
	.ab_history .item .con {font-size: 15px;min-height: 90px;}
	.ab_history .item .line {margin: 5% 0;}
	.ab_history .item .text_part {padding: 0 0 2%;}

	/* .ab_history .item .year{font-size: 50px;} */
	.ab_history .item .line .dot {width: 9px;height: 9px;}
	.ab_history .his_nav:after {height: 1px;}
	.ab_history #his_nav .swiper-slide:nth-child(even) {padding-top: 0;}
	.ab_history .his_slide {margin-top: 6%;}
	.ab_history .history #his_prev,.ab_history .history #his_next {width: 40px;height: 40px;line-height: 40px;}
	.ab_history #his_nav .text span {margin-top: 20px;font-size: 16px;}
	.ab_history #his_nav .text span:after {width: 65px;height: 65px;}
}

@media only screen and (max-width:480px) {
	.ab_history .history .nei_wrap{width: 94%;}
	.ab_history .his_main .nei_title {margin-top: 35px;}
	.ab_history #history .swiper-slide {padding-bottom: 100px;}
	.ab_history .bg_img {height: 540px;}
	.ab_history .history {margin-top: 0;}
	.ab_history .his_main .idx_title {margin-top: 27.2%;}
	.ab_history .item .title {font-size: 16px;}
	.ab_history .item .year {font-size: 110px;}
	.ab_history .item .line {margin: 30px 0;}
	.ab_history .item .con {font-size: 14px;line-height: 24px;min-height: 72px;}
	.ab_history .history #his_prev,.ab_history .history #his_next {width: 30px;height: 30px;box-shadow: initial;}
	.ab_history .item .text_part {padding: 0 0 2%;width: 100%;}.ab_history .his_nav {bottom: 20%;}
	.ab_history #his_nav .text span {padding-top: 16px;margin-top: 0;font-size: 14px;}
	.ab_history #his_nav .text span i {width: 10px;height: 10px;}
}

@media only screen and (max-width:320px) {
	.ab_history .item .year {font-size: 90px;}
}

/* ab_team_mate */
.ab_team_mate{padding: 4% 0 0;}
.ab_team_mate .layout{margin-top: 37px;}
.ab_team_mate .event_nav{width: 299px;}
.ab_team_mate .event_nav ul{width: 100%;height: 100%;display: table;}
.ab_team_mate .event_nav ul li{display: table-row;width: 100%;background: #ddd;}
.ab_team_mate .event_nav ul li span{display: table-cell;text-align: center;vertical-align: middle;font-size: 16px;}
.ab_team_mate .event_nav ul li.on{background: #6b6b6b;color: #fff;}
.ab_team_mate .event_content{padding: 50px 8.5% 50px 55px;width: calc(100% - 302px);width: -webkit-calc(100% - 302px);box-sizing: border-box;background:#e9e9e9 url(../images/ab_team2_bg.jpg)no-repeat center/cover;}

.ab_team_mate .item{padding: 4px 4px 10px;overflow: hidden;box-shadow: 0 0 15px rgba(0,0,0,0.1);box-sizing: border-box;background: #fff;border: 1px solid #ddd;}

.ab_team_mate .cer_img{position: relative;padding-bottom: 75%;width: 100%;height: 0;box-sizing: border-box;overflow: hidden;}
.ab_team_mate .cer_img img{position: absolute;top: 50%;left: 50%;width: 100%;transform: translate(-50%,-50%);z-index: 1;}
.ab_team_mate #t1 .cer_img{padding-bottom: 145%;}
.ab_team_mate .item .txt_wrap{text-align: center;font-size: 16px;}
.ab_team_mate .item .txt_wrap > div{margin-top: 20px;}
.ab_team_mate .item .tit{text-align: center;}
.ab_team_mate .one .list_more{margin-top: 44px;}
.ab_team_mate .one .list_more > a{display: inline-block;font-size: 20px;}
.ab_team_mate .one .swiper-pagination{position: initial;margin-top: 18px;width: 100%;}
.ab_team_mate .one .swiper-pagination-bullet{margin: 0 7px;width: 14px;height: 14px;border-radius: 50%;background: #6b6b6b;opacity: 1;}
.ab_team_mate .one  .swiper-pagination-bullet-active{background-color: #13944a;}
@media only screen and (min-width:481px){
.ab_team_mate .item:hover .txt_wrap{color: #13944a;}
.ab_team_mate .item:hover{border-color: #13944a;}
.ab_team_mate .one .list_more > a:hover{color: #13944a;}
	
}
@media only screen and (max-width:1260px){
	.ab_team_mate .event_content{padding: 50px 5%;}
	.ab_team_mate .item .txt_wrap > div{margin-top: 10px;}
	.ab_team_mate .one .list_more{margin-top: 30px;}
	.ab_team_mate .one .list_more > a{font-size: 18px;}
}
@media only screen and (max-width:768px){
	.ab_team_mate{padding: 40px 0 0;}
	.ab_team_mate .event_nav{width: 150px;}
	.ab_team_mate .layout{margin-top: 5%;}
	.ab_team_mate .event_content{padding: 30px 5%;width: calc(100% - 150px);width: -webkit-calc(100% - 150px);}
	.ab_team_mate .event_nav ul li span{font-size: 14px;}
	.ab_team_mate .one .list_more > a{font-size: 16px;}
	.ab_team_mate .one .swiper-pagination-bullet{width: 10px;height: 10px;}
}
@media only screen and (max-width:750px){
	.ab_team_mate .event_nav ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
	.ab_team_mate .event_nav ul li{display: block;padding: 2.5% 1%;width: 25%;box-sizing: border-box;}
	.ab_team_mate .event_nav ul li span{display: block;}
	.ab_team_mate .event_nav{width: 100%;}
	.ab_team_mate .event_content{width: 100%;}
}
@media only screen and (max-width:480px){
	.ab_team_mate{padding: 30px 0 0;}
	.ab_team_mate .layout{margin-top: 20px;}
	.ab_team_mate .event_nav ul li{padding: 15px 0;text-align: center;}
	.ab_team_mate .event_content{padding: 30px 3%;}
	.ab_team_mate .item .txt_wrap{font-size: 14px;}
}

/* about_development */
/* .about_development{padding: 3.5% 0 9.5%;background:url(../images/his_bg.jpg)no-repeat center/cover;}
.about_development .ab_title{color: #fff;}
.about_development .his_list{margin-top: 7%;position: relative;}
.about_development .his_list:after{content: "";position: absolute;left: 0;top: 50%;width: 100%;height: 1px;background: rgba(255,255,255,0.6);}

#history{height: 18.4vw;}
#history ul li{width: auto;position: relative;color: #fff;margin-left: -10%;}
#history ul li:nth-child(even){margin-left: -11%;}
#history ul li:nth-child(1){margin-left: 0;vertical-align: bottom;}
#history ul li:nth-child(odd):before {content: '';height: 50%;display: inline-block;vertical-align: bottom;width: 0;}
#history ul li > div{font-size: 0;height: 50%;width: 100%;position: relative;}
#history ul li > div::before{content: '';display: inline-block;vertical-align: bottom;height: 100%;width: 0;}
#history ul li > div > div{height: 100%;display: inline-block;vertical-align: bottom;}
#history ul li:nth-child(odd) > .wrap{display: inline-block;vertical-align: bottom;}
#history ul li:nth-child(odd) > .wrap > div > div{display: inline-block;vertical-align: bottom;}
#history ul li .wrap .L{text-align: right;font-size: 0;overflow: hidden;width: 5.7vw;max-width: 130px;min-width: 130px;padding-right: 20px;height: auto;max-height: initial;}
#history ul li:nth-child(odd) > .wrap .L:after{content: "";display: inline-block;vertical-align: bottom;height: 100%;width: 0;}
#history ul li .wrap .R{position: relative;font-size: 0;padding-left: 20px;height: 100%;border-left: 1px solid #8bcaa2;}
#history ul li:nth-child(odd) .wrap .L img{margin-top: 30px;}
#history ul li:nth-child(odd) .wrap .R > div{height: 100%;font-size: 0;}
#history ul li:nth-child(odd) .wrap .R:after{content: "";position: absolute;left: -1px;bottom: 0;width: 7px;height: 7px;background: #8bcaa2;transform: translateX(-50%);border-radius: 50%;}
#history ul li:nth-child(odd) .wrap .R:before{content: "";position: absolute;left: 0;top: 0;width: 14px;height: 14px;background: #8bcaa2;transform: translate(-50%,-50%);border-radius: 50%;}
#history ul li:nth-child(odd) .wrap .R > div::before{content: '';display: inline-block;vertical-align: bottom;height: 100%;width: 0;}
#history ul li:nth-child(odd) .wrap .R > div > div{display: inline-block;vertical-align: bottom;}
#history ul li .wrap .R .time{font-size: 25px;}
#history ul li .wrap .R .con{font-size: 16px;line-height: 28px;}
#history ul li:nth-child(odd) .wrap .R .time{margin-top: 30px;}
#history ul li:nth-child(3n) > .wrap > div > div, #history ul li:nth-child(3n) .wrap .R > div > div{vertical-align: top;}

#history ul li:nth-child(even) > .wrap > div > div{display: inline-block;vertical-align: bottom;}
#history ul li:nth-child(even) > .wrap .L{vertical-align: top;}
#history ul li:nth-child(even) .wrap .R > div{height: 100%;font-size: 0;}
#history ul li:nth-child(even) .wrap .R > div > div{display: inline-block;vertical-align: bottom;}
#history ul li:nth-child(even) .wrap .R:after{content: "";position: absolute;left: -1px;top: 0;width: 7px;height: 7px;background: #8bcaa2;transform: translateX(-50%);border-radius: 50%;}
#history ul li:nth-child(even) .wrap .R:before{content: "";position: absolute;left: 0;bottom: 0;width: 14px;height: 14px;background: #8bcaa2;transform: translate(-50%,50%);border-radius: 50%;}
#history ul li:nth-child(4n) > div > div{height: 80%;}
#history ul li:nth-child(10n) > div > div{height: 100%;}
.about_development .swiper-scrollbar{margin-top: 5%;width: 100%;height: 5px;border-radius: 10px;-ms-touch-action: none;background: rgba(0,0,0,.1);position: relative;}
.about_development .swiper-scrollbar-drag{position: absolute;height: 100%;height: 100%;}
.about_development .his_list_mb{display: none;}
@media only screen and (max-width:1600px){
	#history{height: 28.4vw;}
}
@media only screen and (max-width:1200px){
	#history{min-height: 310px;}
	#history ul li{margin-left: -13%;}
	#history ul li:nth-child(even){margin-left: -4%;}
	#history ul li .wrap .R .time{font-size: 20px;}
	#history ul li .wrap .R .con{font-size: 14px;}
}
@media only screen and (max-width:768px){
	
}
@media only screen and (max-width:480px){
	.about_development{padding: 30px 0;}
	#history ul li{width: 100%;}
	#history ul li{margin-left: 0;}
	#history ul li .wrap .R{width: calc(100% - 130px);width: calc(100% - 130px);box-sizing: border-box;}
	#history ul li:nth-child(even){margin-left: 0;}
	
	.about_development .his_list{display: none;}
	.about_development .his_scrollbar{display: none;}
	.about_development .his_list_mb{display: block;margin-top: 7%;}
	.about_development .his_list_mb .Scrollbar{max-height: 380px;overflow: auto;}
	.about_development .his_list_mb ul .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: #ccc;
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)";
		 width: 4px;
	}
	.about_development .his_list_mb ul .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #b4a06c;
		filter: "alpha(opacity=85)"; 
		-ms-filter: "alpha(opacity=85)"; 
	}
	.about_development .his_list_mb ul .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.about_development .his_list_mb ul .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: #ccc;
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}
	.about_development .his_list_mb ul .mCSB_scrollTools .mCSB_draggerRail{width: 2px;background-color: #eee;}
	.about_development .his_list_mb ul li{margin: 4% 0;color: #fff;}
	.about_development .his_list_mb ul li:nth-child(1){margin-top: 0;}
	.about_development .his_list_mb ul li .L{width: 80%;}
	.about_development .his_list_mb ul li.year .L{margin: 0 auto;width: 60px;}
	.about_development .his_list_mb ul li .R{margin-top: 3%;}
	.about_development .his_list_mb ul li .R .con{font-size: 14px;line-height: 24px;}
}
@media only screen and (max-width:320px){
	.about_development .his_list_mb .Scrollbar{min-height: 320px;}
} */

/* about_honor */
.about_honor{padding: 4.5% 0 ;background: url(../images/honor_bg.jpg)no-repeat center/cover;}
.about_honor .honor .item{padding: 8% 8% 12%;margin: 15px;border-radius: 10px;overflow: hidden;box-shadow: 0 0 15px rgba(0,0,0,0.1);box-sizing: border-box;}
.about_honor .honor .item:hover{background: #13944a;}
.about_honor .honor .cer_img{position: relative;padding-bottom: 126%;width: 100%;height: 0;box-sizing: border-box;overflow: hidden;}
.about_honor .honor .cer_img img{position: absolute;top: 50%;left: 50%;width: 96%;transform: translate(-50%,-50%);z-index: 1;}
.about_honor .honor .tit{margin-top: 10%;text-align: center;font-size: 14px;color: #3c3c3c;height: 40px;line-height: 20px;overflow: hidden;}
.about_honor .honor .item:hover .tit{color: #fff;}
.about_honor .honor .honor_layout{margin-top: 3%;box-sizing: border-box;}
.about_honor .honor .honor_layout .bg_white{padding: 3.8% 0% 0;background: #fff;box-sizing: border-box;}
.about_honor .slide_prev,.about_honor .slide_next{position: absolute;top: 50%;width: 44px;height: 44px;transform: translateY(-50%);font-size: 2rem;color: #fff;cursor: pointer;border-radius: 4px;text-align:center;line-height:40px;z-index:2;background-repeat: no-repeat;border-radius: 50%;background-position: center;border: 2px solid #afafaf;filter: grayscale(1);}
.about_honor .slide_prev{right:103%;background-image: url(../images/honor_left.png);}
.about_honor .slide_next{left: 103%;background-image: url(../images/honor_right.png);}
.about_honor .slide_prev:hover,.about_honor .slide_next:hover{border-color: #13944a;filter: initial;}
@media only screen and (max-width:1600px){
	.about_honor .slide_next{left: auto;right: -3%;}
	.about_honor .slide_prev{right:auto;left: -3%;}
}
@media only screen and (max-width:1300px){
	.about_honor .wrap{width: 100%;}
	.about_honor .honor .honor_layout .bg_white{padding: 3%;}
	.about_honor .honor .tit{margin-top: 10%;font-size: 16px;}
	.about_honor .slide_prev, .about_honor .slide_next{width: 37px;height: 37px;}
}
@media only screen and (max-width:1200px){
	.about_honor .honor .item{margin: 6px;box-shadow: 0 0 6px rgba(0,0,0,0.1);}
}
@media only screen and (max-width:768px){
	.about_honor{padding: 50px 0 ;}
	.about_honor .honor .tit{font-size: 14px;}
}
@media only screen and (max-width:480px){
	.about_honor{padding:30px 0 ;}
	.about_honor .honor{margin-top: 30px;}
	.about_honor .honor .honor_layout{padding: 0;}
	.about_honor .honor .item{padding: 9% 4%;}
	.about_honor .slide_prev,.about_honor .slide_next{padding: 0;width: 30px;height: 30px;line-height: 35px;text-align: center;background-position: center;}
	.about_honor .slide_prev{left: -3%;}
	.about_honor .slide_next{right: -3%;}
	.about_honor .honor .tit{font-size: 14px;}
}

/* ab_team */
.about_team{padding: 8.8% 0 1%;background: url(../images/team_bg.jpg)no-repeat center bottom/cover;}
.about_team .store_case .bottom{margin-top: 40px;padding: 0 0 20px;box-sizing: border-box;}
.about_team .store_case .bottom .swiper-wrapper{/* margin: 0 auto;width: 80%; *//* padding: 0 12%;box-sizing: border-box; */}
.about_team .store_case .bottom .swiper-wrapper .swiper-slide{position: relative;padding: 5% 0 7%;/* margin:30px 0; */transition: transform .5s;z-index: 1;}
.about_team .store_case .bottom .swiper-wrapper .swiper-slide-active{transform: scale(1.1);position: relative;z-index: 3;}
.about_team .store_case .bottom .swiper-slide-prev .img,.about_team .store_case .bottom .swiper-slide-next .img{position: relative;transform-style: preserve-3d;perspective: 1000px;transform: scale(0.95);}
.about_team .store_case .bottom .swiper-slide-prev .img:after,.about_team .store_case .bottom .swiper-slide-next .img:after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;}
/* .about_team .store_case .bottom .swiper-slide-prev .img img{ transform:rotateY(20deg)}
.about_team .store_case .bottom .swiper-slide-next .img img{ transform:rotateY(-20deg)} */
.about_team .store_case .bottom p{display: none;margin-top: 8%;font-weight: bold;font-size: 24px;text-align: center;}
.about_team .store_case .bottom .swiper-wrapper .swiper-slide-active p{display: block;}
/* .about_team .store_case .bottom:before{content: "";position: absolute;left: 0;top: 0;width: 25%;height: 100%;background-image: linear-gradient(to right,rgba(250,250,250),rgba(250,250,250,0));z-index: 3;}
.about_team .store_case .bottom:after{content: "";position: absolute;right: 0;top: 0;width: 25%;height: 100%;background-image: linear-gradient(to right,rgba(250,250,250,0),rgba(250,250,250));z-index: 3;} */
#store_prev,#store_next{position: absolute;top: 50%;width: 46px;height: 46px;transform: translateY(-50%);background-repeat: no-repeat;background-position: center;background-color: #a4d0bb;z-index: 3;cursor: pointer;}
#store_prev{background-image: url(../images/honor_left.png);right: 106%;}
#store_next{background-image: url(../images/honor_right.png);left: 106%;}

@media only screen and (max-width:1700px){
	#store_prev,#store_next{width: 44px;height: 44px;}
	#store_prev{right: 100.5%;}
	#store_next{left: 100.5%;}
}
@media only screen and (max-width:990px){
.about_team .store_case .bottom .swiper-wrapper .swiper-slide-active p{font-size: 16px;}
	#store_prev{right: 90%;}
	#store_next{left: 90%;}
}
@media only screen and (max-width:768px){
	.about_team{padding: 5% 0 1%;}
	#store_prev, #store_next{width: 45px;height: 45px;}
	.about_team .store_case .bottom .swiper-wrapper .swiper-slide{padding-top: 2%;}
}
@media only screen and (max-width:480px){
	.about_team {padding: 30px 0;}
	.about_team .store_case .bottom{margin-top: 30px;padding: 0;}
	.about_team .store_case .bottom .swiper-wrapper .swiper-slide{padding: 0;}
	.about_team .store_case .bottom .swiper-wrapper .swiper-slide-active{transform: scale(1);}
	.about_team .store_case .bottom .swiper-slide-prev .img,.join_store .store_case .bottom .swiper-slide-next .img{transform: scale(0.85);}
	#store_prev, #store_next{width: 35px;height: 35px;background-size: 10px;}
	#store_prev{right: auto;left: 3%;}
	#store_next{left: auto;right: 3%;}
}

/* news */
.news{margin: 0 0 3%;}
.news .title{padding: 6% 0 4%;color: #101010;background:#eceef0;}
.news .title .tit{position: relative;display: inline-block;padding-bottom: 19px;white-space: nowrap;text-overflow: ellipsis;color: #1f1f1f;border-bottom: 2px solid #13944a;font-size: 34px;}
.news .title p.time{margin: 10px 0 0;font-size: 16px;}
.news .news_content{ margin:0 auto; width:100%; max-width:1200px;}
.news .back{margin-bottom: 1%;text-align: right;}
.news .back i{display: inline-block;vertical-align: middle;margin-right: 10px;}
.news .back span{display: inline-block;vertical-align: middle;font-size: 16px;color: #101010;}
.news .text{margin-top: 3.2%;font-size: 16px;line-height: 28px;color: #333;}
.news .text a{ font-weight:bold; color:#000;}
.news .text iframe,.news .text video{max-width: 100%;}
@media only screen and (max-width:1300px){
	.news .title{font-size: 30px;}
	.news .title .back{font-size: initial;}
}
@media only screen and (max-width:768px){
	.news{margin: 0 0 30px;}
	.news .title .tit{font-size: 20px;padding-bottom: 2%;}
	.news .text{font-size: 14px;line-height: 24px;}
}
@media only screen and (max-width:480px){
	.news .back span{font-size: 14px;}
	.news .title .tit{font-size: 16px;}
	.news .text {margin-top: 6%;line-height: 24px;font-size: 14px;}
	.news .title p.time{margin-top: 1%;font-size: 14px;}
	.news .title .tit{max-width: 100%	;overflow: hidden;}
	.news .title .back{margin-bottom: 15px;width: 100%;text-align: left;}
	.news .text iframe,.news .text video{height: 350px;}
}

/* news_2 */
.news_2{margin: 0 0 3%;}
.news_2 .title{padding: 6% 0 4%;color: #101010;background:#eceef0;}
.news_2 .title .tit{position: relative;display: inline-block;padding-bottom: 19px;white-space: nowrap;text-overflow: ellipsis;color: #1f1f1f;border-bottom: 2px solid #13944a;font-size: 34px;}
.news_2 .title p.time{margin: 10px 0 0;font-size: 16px;}
.news_2 .back{margin-bottom: 1%;text-align: right;}
.news_2 .back i{display: inline-block;vertical-align: middle;margin-right: 10px;}
.news_2 .back span{display: inline-block;vertical-align: middle;font-size: 16px;color: #101010;}
.news_2 .text{font-size: 16px;line-height: 28px;color: #333;}
.news_2 .text iframe,.news_2 .text video{max-width: 100%;}
.news_2 .news_layout{margin-top: 3.2%;}
.news_2 .news_layout .lf{width: 70%;}
.news_2 .news_layout .rt{width: 25%;}
.news_2 .news_layout .rt .related_content .list{margin-bottom: 10px;}
.news_2 .news_layout .rt .related_content .list .hd{padding:10px;background-color:#009b4d;box-sizing: border-box;font-size:20px;color: #fff;background-image: linear-gradient(to right,#7fc28d, #359cc0);}
.news_2 .news_layout .rt .related_content .list ul{padding:0 5% 8%;box-sizing: border-box;border: 1px solid #eceef0;border-top-color: transparent;}
.news_2 .news_layout .rt .related_content .list ul li{margin-top: 15px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 16px;color: #333;}
@media only screen and (max-width:1300px){
	.news_2 .title{font-size: 30px;}
	.news_2 .title .back{font-size: initial;}
}
@media only screen and (max-width:768px){
	.news_2{margin: 0 0 30px;}
	.news_2 .title .tit{font-size: 20px;padding-bottom: 2%;}
	.news_2 .text{font-size: 14px;line-height: 24px;}
	.news_2 .news_layout .rt .related_content .list .hd{padding:7px 10px;font-size: 16px;}
	.news_2 .news_layout .rt .related_content .list ul li{margin-top: 10px;}
}
@media only screen and (max-width:680px){
	.news_2 .news_layout .lf{width: 100%;}
	.news_2 .news_layout .rt{display: none;}
}
@media only screen and (max-width:480px){
	.news_2 .back span{font-size: 14px;}
	.news_2 .title .tit{font-size: 16px;}
	.news_2 .text {line-height: 24px;font-size: 14px;}
	.news_2 .title p.time{margin-top: 1%;font-size: 14px;}
	.news_2 .title .tit{max-width: 100%	;overflow: hidden;}
	.news_2 .title .back{margin-bottom: 15px;width: 100%;text-align: left;}
	.news_2 .text iframe,.news_2 .text video{height: 350px;}
	.news_2 .news_layout .rt .related_content .list ul li{font-size: 14px;}
}

/* page */
.page_wrap{margin-top: 4%;padding: 20px 0;border-top: 1px solid #eceef0;border-bottom: 1px solid #eceef0;}
.page{}
.page > div{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.page .page_prev,.page .page_next{display: block;color: #1f1f1f;font-size: 16px;width: 49%;}
.page .page_next{text-align: right;}
.page i{display: inline-block;vertical-align: middle;}
.page span{display: inline-block;margin: 0 8px;width: calc(100% - 40px);width: -webkit-calc(100% - 40px);vertical-align: middle;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
@media only screen and (max-width:768px){
	.page i{width: 18px;}
	.page .page_prev, .page .page_next{font-size: 14px;}
}
@media only screen and (max-width:480px){
	.page_wrap{padding: 15px 0;}
	.page.flx{flex-wrap: wrap;}
	.page i{width: 12px;}
	.page .page_prev, .page .page_next{margin: 5px 0;max-width: 100%;}
	
}

/* pro_related */
.news_related{width: 100%;margin-top:2%;background: #fff;}
.news_related .rel_head{display: inline-block;width: 152px;line-height: 40px;border-radius: 5px;font-size: 21px;color: #333;margin-bottom: 20px;text-align: center;font-weight: normal;background-image: linear-gradient(to right,#7fc28d, #359cc0);color: #fff;}
.news_related .content_wrap:after{content: "";width: 100%;}
.news_related .content_wrap.flx{margin-top: 10px;flex-wrap: wrap;}
.news_related .content_wrap{width: 100%;}
.news_related .content_item{padding: 1.5% 2%;margin:10px 0;width: 48%;transition: all .5s;box-sizing: border-box;position: relative;overflow: hidden;border-top: 4px solid #f0f1f2;color: #1f1f1f;font-size: 16px;box-shadow: 0px 5px 10px rgba(19,148,74,0.1);}
.news_related .content_item .tit{display: inline-block;width: 100%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 18px;}
.news_related .content_item .time{display: inline-block;width: 100%;font-size: 14px;font-weight: bold;}
.news_related .content_item:hover{border-color: #13944a;}
.news_related .content_item:hover .tit{color: #13944a;}

@media only screen and (max-width:768px){
	.news_related{margin-top: 30px;width: 100%;}
	.news_related .rel_head{margin-bottom: 0;padding:7px 15px ;width: auto;font-size: 16px;line-height: normal;box-sizing: border-box;}
	.news_related .content_item{padding: 15px 13px;font-size: 14px;}
	.news_related .content_item .tit{font-size: 16px;}
	.news_related .content_item .lf_part{width: calc(99% - 120px);width: -webkit-calc(99% - 120px);}
	.news_related .content_item .rt_part{width: 120px;}
}
@media only screen and (max-width:600px){
	.news_related .rel_head{width: 100%;font-size: 18px;}
}
@media only screen and (max-width:480px){
	.news_related .rel_head{font-size: 16px;}
	.news_related .content_item{width: 100%;;margin: 10px 0 0;}
}

/* pro_related */
				.news_related2{width: 100%;margin-top:2%;background: #fff;}
				.news_related2 .rel_head{display: inline-block;width: 152px;line-height: 40px;border-radius: 5px;font-size: 21px;color: #333;margin-bottom: 20px;text-align: center;font-weight: normal;background-image: linear-gradient(to right,#7fc28d, #359cc0);color: #fff;}
				.news_related2 .content_wrap:after{content: "";width: 100%;}
				.news_related2 .content_wrap.flx{margin-top: 10px;flex-wrap: wrap;}
				.news_related2 .content_wrap{width: 100%;}
				.news_related2 .content_wrap:after{content:"";width:32%}
				.news_related2 .content_item{padding: 1.5% 2%;margin:10px 0;width: 32%;transition: all .5s;box-sizing: border-box;position: relative;overflow: hidden;border-top: 4px solid #f0f1f2;color: #1f1f1f;font-size: 16px;box-shadow: 0px 5px 10px rgba(19,148,74,0.1);}
				.news_related2 .content_item .img{margin-bottom:15px;position: relative;padding-bottom: 60%;width: 100%;height: 0;overflow: hidden;}
				.news_related2 .content_item .img img{position: absolute;left: 50%;top: 50%;width: 100%;transform: translate(-50%,-50%);}
				.news_related2 .content_item .tit{display: inline-block;width: 100%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 18px;}
				.news_related2 .content_item .time{display: inline-block;width: 100%;font-size: 14px;font-weight: bold;}
				.news_related2 .content_item .con{margin-top: 10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;min-height: 42px;}
				.news_related2 .content_item:hover{border-color: #13944a;}
				.news_related2 .content_item:hover .tit{color: #13944a;}
				
				@media only screen and (max-width:768px){
					.news_related2{margin-top: 30px;width: 100%;}
					.news_related2 .rel_head{margin-bottom: 0;padding:7px 15px ;width: auto;font-size: 16px;line-height: normal;box-sizing: border-box;}
					.news_related2 .content_item{padding: 15px 13px;font-size: 14px;width: 49%;}
					.news_related2 .content_item .tit{font-size: 16px;}
					.news_related2 .content_item .con{min-height: 38px;}
					.news_related2 .content_item .lf_part{width: calc(99% - 120px);width: -webkit-calc(99% - 120px);}
					.news_related2 .content_item .rt_part{width: 120px;}
					.news_related2 .content_wrap:after{content: "";width: 100%;}
				}
				@media only screen and (max-width:600px){
					.news_related2 .rel_head{width: 100%;font-size: 18px;}
				}
				@media only screen and (max-width:480px){
					.news_related2 .rel_head{font-size: 16px;}
					.news_related2 .content_item{width: 100%;;margin: 10px 0 0;}
					.news_related2 .content_item .img{display: none;}
					.news_related2 .content_item:first-child .img{display: block;}
				}

/* case */
.case{margin: 0 0 3%;}
.case .title{padding: 6% 0 4%;color: #101010;background:#eceef0;}
.case .title .tit{position: relative;display: inline-block;padding-bottom: 19px;white-space: nowrap;text-overflow: ellipsis;color: #1f1f1f;border-bottom: 2px solid #13944a;font-size: 34px;}
.case .title p.time{margin: 10px 0 0;font-size: 16px;}
.case .case_content{ margin:0 auto; width:100%; max-width:1200px;}
.case .back{margin-bottom: 1%;text-align: right;}
.case .back i{display: inline-block;vertical-align: middle;margin-right: 10px;}
.case .back span{display: inline-block;vertical-align: middle;font-size: 16px;color: #101010;}
.case .text{margin-top: 3.2%;font-size: 16px;line-height: 28px;color: #333; }
.case .text a{ font-weight:bold; color:#000;}
.case .texttd{ margin-left:auto; margin-right:auto; max-width:1000px;font-size: 18px;line-height: 34px;}
.case .text iframe,.case .text video{max-width: 100%;}
.case .case_content .img{ display:block; margin:0 auto 50px;}
@media only screen and (max-width:1300px){
	.case .title{font-size: 30px;}
	.case .title .back{font-size: initial;}
}
@media only screen and (max-width:768px){
	.case{margin: 0 0 30px;}
	.case .title .tit{font-size: 20px;padding-bottom: 2%;}
	.case .text{font-size: 14px;line-height: 24px;}
}
@media only screen and (max-width:480px){
	.case .back span{font-size: 14px;}
	.case .title .tit{font-size: 16px;}
	.case .text {margin-top: 6%;line-height: 24px;font-size: 14px;}
	.case .title p.time{margin-top: 1%;font-size: 14px;}
	.case .title .tit{max-width: 100%	;overflow: hidden;}
	.case .title .back{margin-bottom: 15px;width: 100%;text-align: left;}
	.case .text iframe,.news .text video{height: 350px;}
}

/* case_related */
.case_related{width: 100%;margin-top:2%;background: #fff;}
.case_related .rel_head{display: inline-block;width: 152px;line-height: 40px;border-radius: 5px;font-size: 21px;color: #333;margin-bottom: 20px;text-align: center;font-weight: normal;background-image: linear-gradient(to right,#7fc28d, #359cc0);color: #fff;}
.case_related .content_wrap:after{content: "";width: 100%;}
.case_related .content_wrap.flx{margin-top: 10px;flex-wrap: wrap;}
.case_related .content_wrap{width: 100%;}
.case_related .content_item{padding: 1.5% 2%;margin:10px 0;width: 48%;transition: all .5s;box-sizing: border-box;position: relative;overflow: hidden;border-top: 4px solid #f0f1f2;color: #1f1f1f;font-size: 16px;box-shadow: 0px 5px 10px rgba(19,148,74,0.1);}
.case_related .content_item .flx_w{align-items: center;}
.case_related .content_item .lf_part{width: calc(100% - 200px);width: -webkit-calc(100% - 200px);}
.case_related .content_item .rt_part{width: 140px;}
.case_related .content_item .tit{display: inline-block;width: 100%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 18px;}
.case_related .content_item .time{display: inline-block;width: 100%;font-size: 14px;font-weight: bold;}
.case_related .content_item:hover{border-color: #13944a;}
.case_related .content_item:hover .tit{color: #13944a;}

@media only screen and (max-width:768px){
	.case_related{margin-top: 30px;width: 100%;}
	.case_related .rel_head{margin-bottom: 0;padding:7px 15px ;width: auto;font-size: 16px;line-height: normal;box-sizing: border-box;}
	.case_related .content_item{padding: 15px 13px;font-size: 14px;}
	.case_related .content_item .tit{font-size: 16px;}
	.case_related .content_item .lf_part{width: calc(99% - 120px);width: -webkit-calc(99% - 120px);}
	.case_related .content_item .rt_part{width: 120px;}
}
@media only screen and (max-width:600px){
	.case_related .rel_head{width: 100%;font-size: 18px;}
}
@media only screen and (max-width:480px){
	.case_related .rel_head{font-size: 16px;}
	.case_related .content_item{width: 100%;;margin: 10px 0 0;}
	.case_related .content_item .lf_part{width: calc(99% - 100px);width: -webkit-calc(99% - 100px);}
	.case_related .content_item .rt_part{width: 100px;}
}

/* case_related */
.case_related_td{width: 100%;margin-top:2%;background: #fff;}
.case_related_td .rel_head{display: inline-block;width: 152px;line-height: 40px;border-radius: 5px;font-size: 21px;color: #333;margin-bottom: 20px;text-align: center;font-weight: normal;background-image: linear-gradient(to right,#7fc28d, #359cc0);color: #fff;}
.case_related_td .content_wrap:after{content: "";width: 100%;}
.case_related_td .content_wrap.flx{margin-top: 10px;flex-wrap: wrap;}
.case_related_td .content_wrap{margin-top: 20px;width: 100%;}
.case_related_td .list_item{box-sizing: border-box;transition: all 0.3s;border: 1px solid #dedede;}
.case_related_td .list_item:hover{border-color: #13944a;}
.case_related_td .list_item:hover .tit{color: #13944a;}
/* .case_related_td .list_item:nth-child(3n){margin-right: 0;} */
.case_related_td .list_item .list_img{position: relative;padding-bottom: 142%;width: 100%;height: 0;overflow: hidden;cursor: pointer;}
.case_related_td .list_item .list_img img{position: absolute;top: 50%;left: 50%;width:93%;max-width: initial;transform: translate(-50%,-50%);}
.case_related_td .list_item .tit{margin:6px 5.4%;font-size: 16px;color: #1f1f1f;line-height: 32px; height:32px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-align: left;font-weight: normal;text-align: center;}
.case_related_td .swiper-pagination{margin-top: 20px;position: initial;display: none;}
.case_related_td .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 8px;}
.case_related_td .swiper-pagination-bullet-active{background: #14944a;}
@media only screen and (max-width:1000px){
	.case_related_td .list_item .tit{font-size: 16px;line-height: 18px;}
	.case_related_td .swiper-pagination{display: block;}
}
@media only screen and (max-width:768px){
	.case_related_td{margin-top: 30px;width: 100%;}
	.case_related_td .rel_head{margin-bottom: 0;padding:7px 15px ;width: auto;font-size: 16px;line-height: normal;box-sizing: border-box;}
	
}
@media only screen and (max-width:600px){
	.case_related_td .rel_head{width: 100%;font-size: 18px;}
}
@media only screen and (max-width:480px){
	.case_related_td .rel_head{font-size: 16px;}
	.case_related_td .list_item .tit{margin: 4px 10px;line-height: 1.5;font-size: 14px;}
	.case_related_td .list_item .txt{font-size: 0.875rem;min-height: 38px;}
	.case_related_td .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 9px;}
}

/* photolist_nav */
.hr_nav{margin-top: 3%;}
.hr_nav ul{justify-content: center;}
.hr_nav ul li{margin: 0 10px;}
.hr_nav ul li a{display:inline-block;padding: 10px 15px;border: 1px solid #cdcdcd;font-size: 16px;}
.hr_nav ul li span{display:inline-block;padding: 10px 15px;border: 1px solid #cdcdcd;font-size: 16px;}
.hr_nav ul li a:hover,.hr_nav ul li a.cur{background: #14944a;color: #fff;border-color: #14944a;}
.hr_nav ul li span:hover,.hr_nav ul li.on span{background: #14944a;color: #fff;border-color: #14944a;}
@media only screen and (max-width:768px){
	.hr_nav{margin-top: 20px;}
	.hr_nav ul li a{font-size: 14px;}
	.hr_nav ul li span{font-size: 14px;}
}

/* photolist */
			.photolist {padding: 4% 0 5%;}
			.photolist .list_content {margin-top: 6%;}
			.photolist .list_content .flx_w{justify-content: flex-start;}
			/* .photolist .list_content .flx_w:after{content: "";width: 32.4%;} */
			.photolist .list_item{margin-right: 1.33%;margin-bottom: 3%;width: 24%;box-sizing: border-box;transition: all 0.3s;border: 1px solid #dedede;}
			.photolist .list_item:nth-child(4n){margin-right: 0;}
			.photolist .list_item:hover{border-color: #13944a;}
			.photolist .list_item:hover .title{color: #13944a;}
			/* .photolist .list_item:nth-child(3n){margin-right: 0;} */
			.photolist .list_item .list_img{position: relative;padding-bottom: 75%;width: 100%;height: 0;overflow: hidden;cursor: pointer;}
			.photolist .list_item .list_img img{position: absolute;top: 50%;left: 50%;width:auto;max-width: initial;height: 90%;transform: translate(-50%,-50%);}
			.photolist .list_item .title{margin:6px 5.4%;font-size: 16px;color: #1f1f1f;line-height: 32px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-align: left;font-weight: normal;text-align: center;}
			#baguetteBox-overlay .full-image img{max-height: 90%;}
			@media only screen and (max-width:1000px){
				.photolist .list_item .title{font-size: 16px;line-height: 28px;}
				
			
			}
			@media only screen and (max-width:768px){
				.photolist .list_content .flx_w{justify-content: space-between;}
				.photolist .list_content .flx_w:after{content: "";width: 32.4%;} 
				.photolist .list_item{margin-right: 0;width: 32.4%;}
				.photolist .nav_wrap .sec_nav .title{font-size: 20px;}
			}
			@media only screen and (max-width:480px){
				.photolist{padding: 30px 0;}
				.photolist .list_content .flx_w:after{width: 49%;} 
				.photolist .list_item{width: 49%;}
				.photolist .list_item .list_img{width: 100%;display: block;}
				.photolist .list_item .title{margin: 12px 10px;line-height: 1.5;font-size: 14px;}
				.photolist .list_item .txt{font-size: 0.875rem;min-height: 38px;}
			}
			
			/* photolist_team */
						.photolist_team {padding: 4% 0 5%;}
						.photolist_team .list_content {margin-top: 6%;}
						.photolist_team .list_content .flx_w{justify-content: flex-start;}
						/* .photolist_team .list_content .flx_w:after{content: "";width: 32.4%;} */
						.photolist_team .list_item{margin-right: 2.5%;margin-bottom: 3%;width: 18%;box-sizing: border-box;transition: all 0.3s;border: 1px solid #dedede;}
						.photolist_team .list_item:nth-child(5n){margin-right: 0;}
						.photolist_team .list_item:hover{border-color: #13944a;}
						.photolist_team .list_item:hover .title{color: #13944a;}
						/* .photolist_team .list_item:nth-child(3n){margin-right: 0;} */
						.photolist_team .list_item .list_img{position: relative;padding-bottom: 142%;width: 100%;height: 0;overflow: hidden;cursor: pointer;}
						.photolist_team .list_item .list_img img{position: absolute;top: 50%;left: 50%;width:93%;max-width: initial;transform: translate(-50%,-50%);}
						.photolist_team .list_item .title{margin:6px 5.4%;font-size: 16px;color: #1f1f1f;line-height: 32px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-align: left;font-weight: normal;text-align: center;}
						#baguetteBox-overlay .full-image img{max-height: 90%;}
						@media only screen and (max-width:1000px){
							.photolist_team .list_item .title{font-size: 16px;line-height: 28px;}
							
						
						}
						@media only screen and (max-width:768px){
							.photolist_team .list_content .flx_w{justify-content: space-between;}
							.photolist_team .list_content .flx_w:after{content: "";width: 32.4%;} 
							.photolist_team .list_item{margin-right: 0;width: 32.4%;}
							.photolist_team .nav_wrap .sec_nav .title{font-size: 20px;}
						}
						@media only screen and (max-width:480px){
							.photolist_team{padding: 30px 0;}
							.photolist_team .list_content .flx_w:after{width: 49%;} 
							.photolist_team .list_item{width: 49%;}
							.photolist_team .list_item .list_img{width: 100%;display: block;}
							.photolist_team .list_item .title{margin: 12px 10px;line-height: 1.5;font-size: 14px;}
							.photolist_team .list_item .txt{font-size: 0.875rem;min-height: 38px;}
						}
			
			/* joblist */
			.joblist{padding: 2.5% 0;}
			.joblist .list_hd{margin-bottom: 14px;text-align: left;border-bottom: 1px solid #ebebeb;}
			.joblist .list_hd h2{display: inline-block;padding: 8px 0 10px;font-size: 25px;color: #666;font-weight: normal;position: relative;}
			.joblist .list_hd h2::after{content: "";position: absolute;left: 0;bottom: -1px;width: 100%;height: 1px;background-color: #131f37;}
			.joblist .job_list {margin-top: 5%;}
			.joblist .job_list .job_hd{padding-bottom: 3%;margin-bottom: 4%;font-size: 28px;color: #13944a;border-bottom: 1px solid #e5e5e5; text-align:center;}
			.joblist .job_list .lf_list{width: 100%;}
			.joblist .job_list .lf_list ul li {padding: 10px;border-bottom: 1px solid #e5e5e5;}
			.joblist .job_list .lf_list ul li .job_name{font-size: 24px;font-weight: bold;color: #333;}
			.joblist .job_list .lf_list ul li .time{margin: 2% 0;color: #666;position: relative; font-size:16px;}
			.joblist .job_list .lf_list ul li .time .down{position: absolute;top: 50%;right: 0;width: 19px;height: 19px;transform: translateY(-50%);z-index: 1;cursor: pointer;background: url(../images/icon_04.png)no-repeat center/auto;}
			.joblist .job_list .lf_list ul li .con{display: none;font-size: 16px;line-height: 30px;}
			.joblist .job_list .lf_list ul li .more{display: inline-block;margin-top: 3%;font-size: 16px;color: #999;}
			.joblist .job_list .rt_part{width: 30%;}
			.joblist .job_list .rt_part .tit{padding-top: 10px;font-size: 25px;border-top: 3px solid #14944a;}
			.joblist .job_list .rt_part ul {margin-top: 6%;}
			.joblist .job_list .rt_part ul li{padding: 0 10px 10px;margin-bottom: 10px;font-size: 16px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;border-bottom: 1px solid #c5c5c5;box-sizing: border-box;}
			.joblist .job_list .rt_part ul li:hover{color: #787878;}
			@media only screen and (max-width:768px){
			.joblist{padding: 50px 0;}
			.joblist .list_hd h2{font-size: 20px;}
			.joblist .job_list .job_hd{font-size: 20px;}
			.joblist .job_list .lf_list ul li{padding: 3%;}
			.joblist .job_list .lf_list ul li .job_name{font-size: 16px;}
			.joblist .job_list .lf_list ul li .more{font-size: 14px;}
			.joblist .job_list .rt_part .tit{font-size: 20px;}
			}
			@media only screen and (max-width:680px){
				.joblist .job_list .lf_list{width: 100%;}
				.joblist .job_list .rt_part{margin-top: 30px;width:100%;}
			}
			@media only screen and (max-width:480px){
			.joblist{padding: 30px 0;}
			.joblist .list_hd h2{font-size: 18px;}
			.joblist .job_list .job_hd{padding: 6% 0;margin: 0;font-size: 18px;}
			.joblist .job_list .lf_list ul li .time{margin: 4% 0;}
			.joblist .job_list .lf_list ul li .con{line-height: normal;}
			.joblist .job_list .rt_part{width: 100%;}
			.joblist .job_list .rt_part .tit{font-size: 18px;}
			.joblist .job_list .rt_part ul li{font-size: 14px;}
			}
			
			.contact{padding: 54px 0 3.5%;}
			.contact .contact_mes .service_line{padding: 5% 3%;width: 41.4%;box-sizing: border-box;background: #f7f8fc;}
			.contact .contact_mes .service_line h2{font-size: 22px;color: #262b39;font-weight: normal;}
			.contact .contact_mes .service_line b{margin: 1% 0;font-size: 30px;color: #13944a;font-family: arial;letter-spacing: 1px;font-weight: normal;}
			.contact .contact_mes .service_line p{font-size: 16px;color: #555;}
			.contact .contact_mes .rt_part{width: 55%;border: 1px solid #f7f8fc;box-sizing: border-box;}
			.contact .contact_mes .rt_part .item{padding: 13% 3% 0;position: relative;width: 50%;height: 100%;box-sizing: border-box;}
			.contact .contact_mes .rt_part .item .flx_w{align-items: center;justify-content: center;}
			.contact .contact_mes .rt_part .item i{display: inline-block;margin-right: 10px;width: 75px;height: 58px;}
			.contact .contact_mes .rt_part .item i img{max-height: 100%;}
			.contact .contact_mes .rt_part .item .txt .tit{font-size: 22px;color: #262b39;}
			.contact .contact_mes .rt_part .item .txt .con{margin-top: 6px;font-size: 16px;color: #585d68;}
			@media only screen and (max-width:1300px){
				.contact .contact_mes .rt_part .item i{width: 50px;height: 40px;}
				.contact .contact_mes .rt_part .item .txt .tit{font-size: 18px;}
				.contact .contact_mes .rt_part .item .txt .con{font-size: 14px;}
			}
			@media only screen and (max-width:1000px){
				.contact .contact_mes .service_line{width: 100%;}
				.contact .contact_mes .rt_part{margin-top: 6%;width: 100%;border-left: 0;border-right: 0;}
				.contact .contact_mes .rt_part .item{padding: 6% 3%;width: 100%;}
			}
			@media only screen and (max-width:768px){
				.contact .contact_mes .service_line b{font-size: 22px;}
			}
			@media only screen and (max-width:480px){
				.contact .contact_mes .service_line{padding: 7% 3%;}
				.contact .contact_mes .service_line h2{font-size: 18px;}
				.contact .contact_mes .service_line p{font-size: 14px;}
				.contact .contact_mes .rt_part .item .txt .tit{font-size: 16px;}
				.contact .contact_mes .rt_part .item i{width: 40px;height: 33px;}
			}
			
			.contact .ditu{margin-top: 5%;}
			.contact .ditu .ditu_tit{font-size: 22px;color: #262b39;}
			.contact .ditu .lf_part{padding: 2.5% 0 2.5% 2%;width: 260px;box-sizing: border-box;}
			.contact .ditu .lf_part ul li{margin-top: 20px;}
			.contact .ditu .lf_part ul li:nth-child(1){margin-top: 0;}
			.contact .ditu .lf_part ul li .tit{font-size: 18px;}
			.contact .ditu .lf_part ul li .con{padding-left: 35px;margin-top: 8%;font-size: 16px;color: #585d68;box-sizing: border-box;}
			.contact .ditu .lf_part ul li .con.add{background: url(../images/ct_address.png)no-repeat left top;}
			.contact .ditu .lf_part ul li .con.tel{background: url(../images/ct_tel.png)no-repeat left top;background-size: 20px;}
			.contact .ditu .rt_part{width: calc(96% - 260px);width: -webkit-calc(96% - 260px);height: 500px;}
			@media only screen and (max-width:1200px){
				.contact .ditu .lf_part ul li .tit{font-size: 16px;}
				.contact .ditu .lf_part ul li .con{font-size: 14px;}
			}
			@media only screen and (max-width:768px){
				.contact .ditu .lf_part{padding: 5% 0 5%;width: 100%;}
				.contact .ditu .lf_part ul li{margin-top: 6%;}
				.contact .ditu .lf_part ul li .con{margin-top: 15px;}
				.contact .ditu .rt_part{width: 100%;height: 350px;}
			}
			@media only screen and (max-width:480px){
				.contact{padding:30px 0;}
				.contact .ditu .ditu_tit{font-size: 18px;}
				.contact .ditu .rt_part{display: none;}
			}
			#map {display: block;width: 100%;height: 100%;position: relative;border: none;}
			#map img {max-width:none;}
			#map label{max-width: none;border-color: #004893;}
			@media only screen and (max-width:992px){
				.map_bg{width: 100%;}
			}
			@media only screen and (max-width:480px){
				.map_bg{height: 350px;}
				#map{height: 350px;}
			}
			
			/* mes_ol */
			.messages{padding: 3% 0;background: #f7f8fc;}
			.messages .online_mes{margin-top: 30px;width: 100%;}
			.messages .online_mes .mes_box ul{width: 48%;}
			.messages .online_mes .mes_box ul li{margin: 10px 0;width: 100%;background: #fff;border: 1px solid #e5e5e5;}
			.messages .online_mes .mes_box ul li input{padding:0 60px 0 20px;width: 100%;height: 48px;line-height: 48px;box-sizing: border-box;font-size: 16px;color: #333;}
			.messages .online_mes .mes_box ul li input::-webkit-input-placeholder {color: #999;}
			.messages .online_mes .mes_box ul li textarea::-webkit-input-placeholder {color: #999;}
			.messages .online_mes .mes_box ul li.name input{background: url(../images/mes_icon01.png)no-repeat right 20px top 12px;}
			.messages .online_mes .mes_box ul li.phone input{background: url(../images/mes_icon02.png)no-repeat right 20px top 12px;}
			.messages .online_mes .mes_box ul li.mail{width:100%}
			.messages .online_mes .mes_box ul li.mail input{background: url(../images/mes_icon03.png)no-repeat right 20px top 12px;}
			.messages .online_mes .mes_box ul li.other input{background: url(../images/icon_other.png)no-repeat right 20px top 12px;}
			.messages .online_mes .mes_box ul li.code{width: 150px;position: relative;}
			.messages .online_mes .mes_box ul li.code input{padding-right:7px}
			.messages .online_mes .mes_box ul li.code .number{position: absolute;left: 120%;top: 50%;width: 100px;transform: translateY(-50%);}
			.messages .online_mes .mes_box .btn{width: 50%;}
			.messages .online_mes .mes_box .btn .last_content{margin:10px 0px;width: 100%;}
			.messages .online_mes .mes_box .btn .last_content textarea{resize: none;width: 100%;height: 170px;padding: 20px;box-sizing: border-box;font-family: "";font-size: 16px;color: #333;border: 1px solid #e5e5e5;}
			.messages .online_mes .mes_box .submit{display: inline-block;margin: 0 10px 0 0;width: 130px;padding: 12px 0;background: #fff;color: #14944a;font-size: 16px;cursor: pointer;border-radius: 6px;border: 1px solid #14944a;}
			.messages .online_mes .mes_box .submit:hover{background: linear-gradient(to right,#14944a,#19c15f);color: #fff;}
			.messages .online_mes .mes_box .btn button{display: inline-block;width: 130px;padding: 12px 0;background: #fff;font-size: 16px;cursor: pointer;color: #14944a;border-radius: 6px;border: 1px solid #14944a;}
			.messages .online_mes .mes_box .btn button:hover{background: linear-gradient(to right,#14944a,#19c15f);color: #fff;}
			@media only screen and (max-width:768px){
				.messages{padding: 30px 0;}
				.messages .online_mes{margin-top: 20px;}
				.messages .online_mes .mes_box ul li input{font-size: 14px;}
				.messages .online_mes .mes_box .btn .last_content textarea{font-size: 14px;}
				.messages .online_mes .mes_box{width: 100%;}
				.messages .online_mes .mes_box ul{width: 100%;}
				.messages .online_mes .mes_box .btn{width: 100%;}
				.messages .online_mes .mes_box .submit{padding: 10px 0;width: 100px;font-size: 14px;}
				.messages .online_mes .mes_box .btn button{padding: 10px 0;width: 100px;font-size: 14px;}
			}
			@media only screen and (max-width:480px){
			.messages .online_mes .mes_box ul li {margin: 10px 0 0;width: 100%;}
			.messages .online_mes .mes_box ul li input{padding: 0 40px 0 10px;height: 35px;line-height: 35px;font-size: 12px;}
			.messages .online_mes .mes_box .btn .last_content textarea{font-size: 12px;}
			.messages .online_mes .mes_box ul li.name input{background: url(../images/mes_icon01.png)no-repeat right 10px top 13px;}
			.messages .online_mes .mes_box ul li.phone input{background: url(../images/mes_icon02.png)no-repeat right 10px top 13px;}
			.messages .online_mes .mes_box ul li.mail input{background: url(../images/mes_icon03.png)no-repeat right 10px top 13px;}
			.messages .online_mes .mes_box ul li.other input{background: url(../images/icon_other.png)no-repeat right 10px top 13px;}
			.messages .online_mes .mes_box .btn .last_content{margin-top: 15px;}
			.messages .online_mes .mes_box .btn .last_content textarea{padding: 10px;}
			.messages .online_mes .mes_box .submit{padding: 10px 0;width: 100px;font-size: 12px;}
			.messages .online_mes .mes_box .btn button{padding: 10px 0;width: 100px;font-size: 12px;}
			.messages .online_mes .mes_box ul li.code img{left: 105%;}
			}
			
			/* 子公司 */
			.contact_zi{padding: 54px 0 3.5%;}
			.contact_zi .contact_mes{margin-bottom: 3%;}
			.contact_zi .contact_mes .service_line{padding: 5% 3%;width: 41.4%;box-sizing: border-box;background: #f7f8fc;}
			.contact_zi .contact_mes .service_line h2{margin-bottom: 10px;font-size: 22px;color: #262b39;font-weight: normal;}
			.contact_zi .contact_mes .service_line b{margin:0 0 4%;font-size: 30px;color: #13944a;font-family: arial;letter-spacing: 1px;font-weight: normal;}
			.contact_zi .contact_mes .service_line .top span{display: inline-block;margin-left: 12px;font-size: 16px;}
			.contact_zi .contact_mes .service_line p{font-size: 16px;color: #555;}
			.contact_zi .contact_mes .rt_part{width: 55%;border: 1px solid #f7f8fc;box-sizing: border-box;background: #2d7d50;}
			.contact_zi .contact_mes .rt_part .item{padding: 13% 3% 0;position: relative;width: 50%;height: 100%;box-sizing: border-box;}
			.contact_zi .contact_mes .rt_part .item .flx_w{align-items: center;justify-content: center;}
			.contact_zi .contact_mes .rt_part .item i{display: inline-block;margin-right: 10px;width: 75px;height: 58px;}
			.contact_zi .contact_mes .rt_part .item i img{max-height: 100%;filter: brightness(10);}
			.contact_zi .contact_mes .rt_part .item .txt .tit{font-size: 22px;color: #fff;}
			.contact_zi .contact_mes .rt_part .item .txt .con{margin-top: 6px;font-size: 16px;color: #fff;}
			@media only screen and (max-width:1300px){
				.contact_zi .contact_mes .rt_part .item i{width: 50px;height: 40px;}
				.contact_zi .contact_mes .rt_part .item .txt .tit{font-size: 18px;}
				.contact_zi .contact_mes .rt_part .item .txt .con{font-size: 14px;}
			}
			@media only screen and (max-width:1000px){
				.contact_zi .contact_mes .service_line{width: 100%;}
				.contact_zi .contact_mes .rt_part{margin-top: 6%;width: 100%;border-left: 0;border-right: 0;}
				.contact_zi .contact_mes .rt_part .item{padding: 6% 3%;width: 100%;}
			}
			@media only screen and (max-width:768px){
				.contact_zi .contact_mes .service_line b{font-size: 22px;}
			}
			@media only screen and (max-width:480px){
				.contact_zi{padding: 30px 0;}
				.contact_zi .contact_mes .service_line{padding: 7% 3%;}
				.contact_zi .contact_mes .service_line b{font-size: 20px;}
				.contact_zi .contact_mes .service_line h2{font-size: 16px;}
				.contact_zi .contact_mes .service_line p{font-size: 14px;}
				.contact_zi .contact_mes .rt_part .item .txt .tit{font-size: 16px;}
				.contact_zi .contact_mes .rt_part .item i{width: 40px;height: 33px;}
			}
			
			
			/* 工业互联网 */
			@media only screen and (max-width:480px){
				.industory_web .nei_title p{font-size: 20px;}
			}
			@media only screen and (max-width:320px){
				.industory_web .nei_title p{font-size: 18px;}
			}
			.industory_web .part_1 {padding: 7.5% 0 6.3%;}
			.industory_web .part_1 .content .img{padding: 0 8%;box-sizing: border-box;text-align: center;}
			.industory_web .part_1 .content .con{margin-top: 3.8%;}
			.industory_web .part_1 .content .con p{font-size: 20px;line-height: 29px;}
			@media only screen and (max-width:1000px){
				.industory_web .part_1 .content .con p{font-size: 18px;line-height: 28px;}
			}
			@media only screen and (max-width:768px){
				.industory_web .part_1 .content .con p{font-size: 16px;line-height: 24px;}
			}
			@media only screen and (max-width:480px){
				.industory_web .part_1{padding: 30px 0;}
				.industory_web .part_1 .content .con{margin-top: 30px;}
				.industory_web .part_1 .content .con p{font-size: 15px;line-height: 25px;}
			}
			
			.industory_web .part_2{padding: 5.8% 0 9.6%;background:url(../images/touru_bg.jpg)no-repeat center bottom/cover;background-color: #eef2f5;}
			.industory_web .part_2 ul{display: flex;flex-wrap: nowrap;justify-content: space-between;margin-top: 12.5%;padding: 0 2.2%;box-sizing: border-box;}
			.industory_web .part_2 ul li{width: 15%;min-width: 223px;}
			.industory_web .part_2 ul li:nth-child(even){position: relative;}
			.industory_web .part_2 ul li:nth-child(even):before{content: "";position: relative;display: block;padding-bottom: 45%;width: 100%;height:0;clear: both;}
			.industory_web .part_2 ul li .wrap{padding: 11% 19%;box-sizing: border-box;box-shadow: 0 0 20px rgba(0,0,0,0.2);border-radius: 8px;background: #fff;}
			.industory_web .part_2 ul li:nth-child(even) .wrap{background: #07c26b;color: #fff;}
			.industory_web .part_2 ul li .wrap .item{margin-bottom: 15%;}
			.industory_web .part_2 ul li .wrap .item span{display: inline-block;vertical-align: baseline;font-size: 18px;}
			.industory_web .part_2 ul li .wrap .item span.num{font-size: 48px;font-family: arial;}
			.industory_web .part_2 ul li .wrap .item .program_line{margin: 10px 0 8px;width: 100%;height: 4px;}
			.industory_web .part_2 ul li .wrap .item .program_line_outer{height: 100%;}
			.industory_web .part_2 ul li .wrap .item .program_line_inner{width: 0;height: 100%;transition: width 1 linear;/* animation: load_bar 1s 0s 1 linear forwards; */}
			.industory_web .part_2 ul li .wrap .item .program_line_inner.color1{background: #15d069;}
			.industory_web .part_2 ul li .wrap .item .program_line_inner.color2{background: #00a363;}
			.industory_web .part_2 ul li .wrap .item .program_line_inner.color3{background: #ff009c;}
			.industory_web .part_2 ul li .wrap .item .program_line_inner.color4{background: #fd9a00;}
			.industory_web .part_2 ul li .wrap .item .program_line_inner.color5{background: #007cff;}
			.industory_web .part_2 ul li .wrap .item .program_line_inner.color6{background: #606de4;}
			.industory_web .part_2 ul li .wrap .item .program_line_inner.color7{background: #ffc000;}
			.industory_web .part_2 ul li .wrap .item .program_line_inner.color8{background: #e000ff;}
			.industory_web .part_2 ul li .wrap .item .program_line_inner.color9{background: #007dff;}
			.industory_web .part_2 ul li .wrap .item .program_line_inner.color10{background: #00b9e2;}
			.industory_web .part_2 ul li .wrap .item p{font-size: 18px;}
			@keyframes load_bar{
				from{width: 0;}
				to{width: 30%;}
			}
			@-ms-keyframes load_bar{
				from{width: 0;}
				to{width: 30%;}
			}
			@-webkit-keyframes load_bar{
				from{width: 0;}
				to{width: 30%;}
			}
			@-moz-keyframes load_bar{
				from{width: 0;}
				to{width: 30%;}
			}
			/* .industory_web .part_2 ul li:nth-child(even) .wrap:before{content: "";position: relative;display: block;padding-bottom: 115%;width: 100%;height:0;clear: both;} */
			@media only screen and (max-width:1200px){
				.industory_web .part_2 ul{padding: 0;flex-wrap: wrap;}
				.industory_web .part_2 ul li{width: 20%;min-width: initial;}
			}
			@media only screen and (max-width:1000px){
				
				.industory_web .part_2 ul li .wrap{padding: 10%;}
				.industory_web .part_2 ul li .wrap .item span.num{font-size: 30px;}
				.industory_web .part_2 ul li .wrap .item p{font-size: 16px;}
			}
			@media only screen and (max-width:768px){
				.industory_web .part_2 ul{margin-top: 8%;}
				.industory_web .part_2 ul li .wrap .text p{font-size: 16px;}
				.industory_web .part_2 ul li .wrap .text p.em{margin-top: 5px;white-space: pre-wrap;}
			}
			@media only screen and (max-width:680px){
				.industory_web .part_2 ul{margin-top: 30px;padding: 0;justify-content: space-evenly;}
				.industory_web .part_2 ul li{margin-bottom: 20px;width: 30%;}
				/* .industory_web .part_2 ul li:nth-child(even){background: #07C26B;} */
				.industory_web .part_2 ul li:nth-child(even):before{content: initial;}
			}
			@media only screen and (max-width:480px){
				.industory_web .part_2{padding: 30px 0;}
				.industory_web .part_2 ul li{margin-bottom: 10px;width: 100%;}
				.industory_web .part_2 ul li .wrap{padding: 5% 10%;}
				.industory_web .part_2 ul li .wrap .item:nth-last-child(1){margin-bottom: 0;}
			}
			
			.industory_web .part_3{padding:6% 0 0;background-color: #07c26b;}
			.industory_web .part_3 .nei_title{color: #fff;}
			.industory_web .part_3 .content{margin-top: 5%;}
			.industory_web .part_3 .content ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
			.industory_web .part_3 .content ul li{width: 16%;max-width: 163px;color: #fff;}
			.industory_web .part_3 .content ul li .tit{margin-bottom: 19px;font-size: 24px;text-align: center;}
			.industory_web .part_3 .content ul li .con{font-size: 18px;line-height: 30px;}
			.industory_web .part_3 .content ul li:nth-child(1){transform: translateY(65%);}
			.industory_web .part_3 .content ul li:nth-child(2){transform: translateY(23%);}
			.industory_web .part_3 .content ul li:nth-child(5){transform: translateY(64%);}
			.industory_web .part_3 .content ul li:nth-child(6){transform: translateY(118%);}
			.industory_web .part_3 .content .img{margin-top: 47px;text-align: center;}
			.industory_web .part_3 .content .img.animate{animation: fdIn 1s 0s 1 linear forwards;}
			@keyframes fdIn{
				from{opacity: 0;}
				to{opacity: 1;}
			}
			@-ms-keyframes fdIn{
				from{opacity: 0;}
				to{opacity: 1;}
			}
			@-webkit-keyframes fdIn{
				from{opacity: 0;}
				to{opacity: 1;}
			}
			@-moz-keyframes fdIn{
				from{opacity: 0;}
				to{opacity: 1;}
			}
			@media only screen and (max-width:1400px){
				.industory_web .part_3 .content ul li .tit{font-size: 20px;}
				.industory_web .part_3 .content ul li .con{font-size: 16px;line-height: 28px;}
				.industory_web .part_3 .content ul li:nth-child(1){transform: translateY(30%);}
				.industory_web .part_3 .content ul li:nth-child(2){transform: translateY(7%);}
				.industory_web .part_3 .content ul li:nth-child(5){transform: translateY(7%);}
				.industory_web .part_3 .content ul li:nth-child(6){transform: translateY(30%);}
			}
			@media only screen and (max-width:1000px){
				.industory_web .part_3 .content ul li:nth-child(1),.industory_web .part_3 .content ul li:nth-child(2),.industory_web .part_3 .content ul li:nth-child(5),.industory_web .part_3 .content ul li:nth-child(6){transform: translateY(0);}
				.industory_web .part_3 .content ul li{margin-bottom: 20px;width: 32%;max-width: initial;}
				.industory_web .part_3 .content .img{margin-top: 4%;}
			}
			@media only screen and (max-width:768px){
				.industory_web .part_3 .content ul li .tit{font-size: 16px;}
				.industory_web .part_3 .content ul li .con{font-size: 14px;line-height: 26px;}
			}
			@media only screen and (max-width:480px){
				.industory_web .part_3{padding: 30px 0;}
				.industory_web .part_3 .content{margin-top: 30px;}
				.industory_web .part_3 .content ul li{width: 100%;}
				.industory_web .part_3 .content ul li .tit p{display: inline-block;}
			}
			
			.industory_web .part_4{margin: 6% 0 0;}
			.industory_web .part_4 .content{padding: 0 15%;margin-top: 5%;text-align: center;font-size: 20px;line-height: 30px;box-sizing: border-box;}
			@media only screen and (max-width:1000px){
				.industory_web .part_4 .content{padding: 0%;font-size: 18px;line-height: 28px;}
			}
			@media only screen and (max-width:768px){
				.industory_web .part_4 .content{padding: 0%;font-size: 16px;line-height: 24px;}
			}
			@media only screen and (max-width:480px){
				.industory_web .part_4{margin: 30px 0 0;}
				.industory_web .part_4 .content{font-size: 14px;}
			}
			
			
			/* 数字化工厂 */
			.ab_solution{padding: 0 0 3.5%;}
			.ab_solution .nei_title span{padding: 1% 3%;font-weight: bold;color: #fff;background-image: linear-gradient(to bottom,#6cbb44,#01b1b6);}
			.ab_solution .cul_box{position: relative;}
			.ab_solution .cul_box .m_img{display: none;}
			.ab_solution .culture_list{ width: 50%; height: 430px; padding-right: 500px; text-align: right; position: relative; /* overflow: hidden; */box-sizing: border-box;}
			.ab_solution .culture_list dd:after{ content: ""; display: inline-block; position: absolute; width: 233px; height: 48px; background: #dcdcdc; top: 54%; right: 20%; z-index: 1;transition: all .5s ease;}
			
			.ab_solution .culture_list:nth-child(2n){ padding-left: 500px; text-align: left; padding-right: 0px;}
			.ab_solution .culture_list .h_tit{display: none;font-size: 20px; color: #222222; font-weight: bolder;transition: all .5s ease;}
			.ab_solution .culture_list .con{margin-top: 130px;}
			.ab_solution .culture_list .con p{font-size: 20px;color: #000;line-height: 30px;}
			.ab_solution .culture_list .con p.row:after{ content: ""; display: inline-block; position: absolute; width: 233px; height: 48px; background: #dcdcdc; top: 54%; right: 20%; z-index: -1;transition: all .5s ease;}
			.ab_solution .culture_list:nth-child(1) .con p.row:after{ top: 32%;right: 21%;background: url(../images/line1.png)no-repeat center;}
			.ab_solution .culture_list:nth-child(2) .con p.row:after{ top: 32%;left: 21%;background: url(../images/line2.png)no-repeat center;}
			.ab_solution .culture_list:nth-child(3) .con p.row:after{ top: 55%;right:21%;background: url(../images/line3.png)no-repeat center;}
			.ab_solution .culture_list:nth-child(4) .con p.row:after{ top: 55%;left: 21%;background: url(../images/line4.png)no-repeat center;}
			.ab_solution .about_content{ position: relative;}
			.ab_solution .culture_center{ width: 396px; height: 396px; text-align: center; line-height: 396px;position: absolute;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);background: #fff;z-index: 1;border-radius: 50%;}
			.ab_solution .culture_list .culture_list_img{webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;width: 650px;height: 650px;position: absolute;overflow: hidden;transition: all .5s ease;transform: translate3d(0,0,0);z-index: -1;}
			.ab_solution .culture_list .culture_list_img img{width: 50%;position: absolute;opacity: 0;transition: all .5s ease;transform: translate3d(0,0,0);display: none;}
			.ab_solution .culture_list1 .culture_list_img{right: 0;bottom: 0;transform: translate3d(50%,50%,0);background-color: #23d2ba;background: url(../images/solution01.png)no-repeat left top;background-size: 100%;}
			.ab_solution .culture_list1 .culture_list_img img{left: 0;top: 0;}
			.ab_solution .culture_list2 .culture_list_img{left: 0;bottom: 0;transform: translate3d(-50%,50%,0);background-color: #1ca794;background: url(../images/solution02.png)no-repeat right top;background-size: 100%;}
			.ab_solution .culture_list2 .culture_list_img img{right: 0;top: 0;}
			
			.ab_solution .culture_list3 .culture_list_img{right: 0;top: 0;transform: translate3d(50%,-50%,0);background-color: #45dbdb;background: url(../images/solution03.png)no-repeat left bottom;background-size: 100%;}
			.ab_solution .culture_list3 .culture_list_img img{left: 0;bottom: 0;}
			
			.ab_solution .culture_list4 .culture_list_img{left: 0;top: 0;/* background-color: #0a4180; */background-color: #0a8080;transform: translate3d(-50%,-50%,0);background: url(../images/solution04.png) right bottom;background-size: 100%;}
			.ab_solution .culture_list4 .culture_list_img img{right: 0;bottom: 0;}
			/* .ab_solution .culture_list:hover .culture_list_img{ background: #fff;} */
			
			.ab_solution .solute_txt{font-size: 20px;line-height: 30px;}
			.ab_solution .solute_txt p{position: relative;padding-left: 28px;box-sizing: border-box;}
			.ab_solution .solute_txt p:after{content: "";position: absolute;left: 0;top: 7px;width: 7px;height: 16px;background: #13944a;}
			
			
			
			/* 指向放大图片 */
			.culture_list:hover .culture_list_img img {opacity: 1;transform: translate3d(0,0,0);}
			.culture_list:hover .culture_list_img span{ opacity: 0;}
			.culture_list:hover dd{transition: all .5s ease;}
			.culture_list1:hover .culture_list_img{transform: translate3d(50%,50%,0) scale(1.05);}
			.culture_list1:hover .culture_list_img{transform: translate3d(50%,50%,0) scale(1.05);}
			.culture_list2:hover .culture_list_img{transform: translate3d(-50%,50%,0) scale(1.05);}
			.culture_list3:hover .culture_list_img{transform: translate3d(50%,-50%,0) scale(1.05);}
			.culture_list4:hover .culture_list_img{transform: translate3d(-50%,-50%,0) scale(1.05);}
			.ab_solution .culture_list:hover dd:after{ background: #14a83a;}
			
			.culture_list .culture_list_img:before{content: '';display: block;height: 2px;top: 50%;width: 100%;left: 0;background-color: #fff;position: absolute;z-index: 1;}
			.culture_list .culture_list_img:after{content: '';display: block;height: 100%;left: 50%;width: 2px;top: 0;background-color: #fff;position: absolute;z-index: 1;}
			.culture_list .culture_list_img span{display: block;width: 22px;height: 22px;background-color: rgba(255,255,255,.3);-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;position: absolute;transition: opacity .5s ease;display: none;}
			.culture_list .culture_list_img span:after{content: '';display: block;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;position: absolute;left: 50%;top: 50%;width: 10px;height: 10px;margin-top: -5px;margin-left: -5px;background-color: #f6f9fb;}
			.culture_list1 .culture_list_img span{left: 25%;margin-left: -22px;bottom: 75%;margin-bottom: 0;}
			.culture_list2 .culture_list_img span{right: 25%;margin-right: -22px;bottom: 75%;margin-bottom: 0;}
			.culture_list3 .culture_list_img span{left: 25%;margin-left: -22px;top: 75%;margin-top: 0;}
			.culture_list4 .culture_list_img span{right: 25%;margin-right: -22px;top: 75%;margin-top: -0px;}
			@media screen and (max-width:1500px){
				.ab_solution .culture_list{height: 334px;}
				.ab_solution .culture_list .culture_list_img{width: 544px;height: 544px;}
				.ab_solution .culture_list .con{margin-top: 85px;}
				.ab_solution .culture_center{width: 300px;height: 300px;line-height: 300px;}
				.ab_solution .culture_list{padding-right: 437px;}
				.ab_solution .culture_list:nth-child(2n){padding-left: 437px;}
				.ab_solution .culture_list:nth-child(1) .con p.row:after{ top: 28%;right: 24%;}
				.ab_solution .culture_list:nth-child(2) .con p.row:after{ top: 28%;left: 24%;}
				.ab_solution .culture_list:nth-child(3) .con p.row:after{ top: 57%;right:24%;}
				.ab_solution .culture_list:nth-child(4) .con p.row:after{ top: 57%;left: 24%;}
			}
			@media screen and (max-width:1200px){
				.ab_solution .culture_list{padding-right:400px;height: 250px;}
				.ab_solution .culture_list:nth-child(2n){padding-left:400px;}
				.ab_solution .culture_list .con{margin-top: 65px;}
				.ab_solution .culture_list .con p{font-size: 16px;}
				.ab_solution .culture_list .culture_list_img{width: 420px;height: 420px;}
				.ab_solution .culture_center{width: 240px;height: 240px;line-height: 240px;}
				.ab_solution .solute_txt{font-size: 18px;line-height: 28px;}
			}
			@media screen and (max-width:1000px){
				.ab_solution .culture_list{padding-right: 250px;}
				.ab_solution .culture_list:nth-child(2n){padding-left: 250px;}
				.ab_solution .culture_list:nth-child(1) .con p.row:after{ right:0%;}
				.ab_solution .culture_list:nth-child(2) .con p.row:after{ left: 0;}
				.ab_solution .culture_list:nth-child(3) .con p.row:after{ right:0;}
				.ab_solution .culture_list:nth-child(4) .con p.row:after{ left: 0;}
			}
			@media screen and (max-width:768px){
				.ab_solution{margin-top: 30px;}
				.ab_solution .cul_box .m_img{display: block;text-align: center;}
				.ab_solution .cul_box .m_img img{width: 60%;;max-width: 350px;}
				.ab_solution .cul_box .culture_top{width: 90%;margin: 30px auto 0;}
				.ab_solution .culture_list .con{margin-top: 0px;}
				.ab_solution .culture_list .h_tit{display: block;margin-bottom: 10px;padding-bottom: 15px;border-bottom: 2px solid #13944a;font-size: 17px;}
				.ab_solution .culture_list .con p{padding: 0 2% 0 0;width: 49%;display: inline-block;vertical-align: text-top;box-sizing: border-box;}
				.ab_solution .culture_list:nth-child(1) .con p.row:after{ content:initial}
				.ab_solution .culture_list:nth-child(2) .con p.row:after{ content:initial}
				.ab_solution .culture_list:nth-child(3) .con p.row:after{ content:initial}
				.ab_solution .culture_list:nth-child(4) .con p.row:after{ content:initial}
				.ab_solution .culture_list .culture_list_img,.ab_solution .culture_center{ display: none;}
				.ab_solution .culture_list .culture_list_img{ display: none}
				.ab_solution .culture_list{ width: 100%; padding-right: 0px; height: auto; text-align: left; margin-bottom: 15px;}
				.ab_solution .culture_list:nth-child(2n){ padding-left: 0px; text-align: left;}
				.ab_solution .solute_txt{font-size: 16px;line-height: 24px;}
			}
			@media screen and (max-width:480px){
				.ab_solution .culture_list .h_tit{font-size: 16px;}
				.ab_solution .culture_list .con p{font-size: 15px;line-height: 25px;}
				.ab_solution .solute_txt{font-size: 15px;}
				.ab_solution .solute_txt p{padding-left: 16px;}
				.ab_solution .solute_txt p:after{top: 6px;width: 6px;height: 13px;}
			}
			
			
			.ab_xiaoyi{padding: 5.5% 0 6.1%;background: linear-gradient(to right,#6cbb46,#02b1b6);color: #fff;}
			.ab_xiaoyi .nei_title{color: #fff;}
			.ab_xiaoyi .content{margin-top: 3%;text-align: center;}
			.ab_xiaoyi .content p{font-size: 18px;line-height: 40px;}
			.ab_xiaoyi .content p span{font-size: 30px;color: #fafe07;}
			.ab_xiaoyi  ul{margin-top: 10px;justify-content: center;align-items: flex-end;flex-wrap: nowrap;}
			.ab_xiaoyi  ul li {margin-right: 33px;width: auto;text-align: center;}
			.ab_xiaoyi  ul li:nth-last-child(1){margin-right: 0;}
			.ab_xiaoyi  ul li .num{display: none;font-size: 24px;}
			.ab_xiaoyi  ul li .tit{margin-top: 20px;font-size: 20px;}
			.ab_xiaoyi  ul li .tit i,.ab_xiaoyi  ul li .tit span{display: inline-block;}
			.ab_xiaoyi  ul li .tit i{margin-right: 6px;width: 12px;height: 12px;background: #fff;}
			.ab_xiaoyi  ul li .img {position: relative;padding-bottom:465px;width: 100%;height: 0;overflow: hidden;}
			/* .ab_xiaoyi  ul li .img img{position: absolute;left: 50%;top: 50%;width: auto;transform: translate(-50%,-50%);} */
			.ab_xiaoyi  ul li .img .layout{position: absolute;left: 50%;bottom:0;width:100%;height: auto;transform: translateX(-50%);transform-origin: bottom;}
			.ab_xiaoyi  ul.animate li .img .layout{animation: s_scale 1.5s 0.2s 1 ease-out;}
			@keyframes s_scale{
				from{transform: translateX(-50%) scaleY(0);}
				to{transform: translateX(-50%) scaleY(1);}
			}
			@-webkit-keyframes s_scale{
				from{transform: translateX(-50%) scaleY(0);}
				to{transform: translateX(-50%) scaleY(1);}
			}
			@-ms-keyframes s_scale{
				from{transform: translateX(-50%) scaleY(0);}
				to{transform: translateX(-50%) scaleY(1);}
			}
			@-moz-keyframes s_scale{
				from{transform: translateX(-50%) scaleY(0);}
				to{transform: translateX(-50%) scaleY(1);}
			}
			.ab_xiaoyi  ul li .img .layout .img_num{position: absolute;left: 50%;top: 2.5%;transform: translateX(-50%);font-size: 24px;color: #000;}
			.ab_xiaoyi  ul.animate li:hover .img .layout{transform: translateX(-50%) scaleY(1.05);transition: all 0.3s ease-out;}
			/* .ab_xiaoyi  ul li:hover .img img{transform: translate(-50%,-50%) scaleY(1.05);transition: all 0.3s ease-out;transform-origin: bottom;} */
			.ab_xiaoyi  ul li:hover .tit{color: #fafe07;}
			.ab_xiaoyi  ul li:hover .tit i{background: #fafe07;}
			@media only screen and (max-width:1000px){
				.ab_xiaoyi .content p span{font-size: 24px;}
				.ab_xiaoyi  ul {justify-content: space-between;flex-wrap: wrap;}
				.ab_xiaoyi  ul li{margin-right: 0;width: 32%;}
				.ab_xiaoyi ul li .img{padding-bottom: 320px;}
				.ab_xiaoyi ul li .img .layout img{width: 65px;}
				.ab_xiaoyi ul li .img .layout .img_num{font-size: 20px;}
			}
			@media only screen and (max-width:768px){
				.ab_xiaoyi ul li .tit{font-size: 16px;}
			}
			@media only screen and (max-width:480px){
				.ab_xiaoyi{padding: 30px 0;}
				.ab_xiaoyi .content{margin-top: 6%;}
				.ab_xiaoyi .content p,.ab_xiaoyi .content p span{line-height: normal;font-size: 16px;}
				.ab_xiaoyi ul li .img{padding-bottom: 230px;}
				.ab_xiaoyi ul li:nth-last-child(-n+3) .img{padding-bottom: 150px;}
				.ab_xiaoyi ul li .img .layout img{width: 45px;}
				.ab_xiaoyi ul li .img .layout .img_num{font-size: 16px;}
				.ab_xiaoyi ul li .tit i{margin-top: 6px;width: 6px;height: 6px;}
				.ab_xiaoyi ul li .tit i{vertical-align: top;}
				.ab_xiaoyi ul li .tit span{max-width: calc(100% - 12px);width: -webkit-calc(100% - 12px);}
			}
			
			.ab_pro_deve{padding: 6.6% 0 1.5%;}
			.ab_pro_deve .list_content{position: relative;padding: 0 20px;margin-top: 45px;}
			.ab_pro_deve .list_content .img{text-align: center;}
			.ab_pro_deve .list_content .item > div p{margin: 10px 0;font-size: 16px;line-height: 26px;color: #3f3a39;}
			.ab_pro_deve .list_content .item .text_top{position: relative;margin-bottom: 20%;height: 210px;}
			.ab_pro_deve .list_content .item .text_top > div{position: absolute;left: 0;bottom: 0;width: 100%;padding: 0 8%;box-sizing: border-box;}
			.ab_pro_deve .list_content .item .text_btm{position: relative;margin-top: 20%;height: 210px;}
			.ab_pro_deve .list_content .item .text_btm > div{padding: 0 8%;box-sizing: border-box;}
			.ab_pro_deve #ab_pro_d{box-sizing: border-box;box-sizing: border-box;}
			.ab_pro_deve .slide_prev,.ab_pro_deve .slide_next{position: absolute;top: 50%;width: 20px;height: 25px;transform: translateY(-43%);z-index: 2;cursor: pointer;}
			.ab_pro_deve .slide_prev{left: 0;background: url(../images/pro_prev.png)no-repeat center;}
			.ab_pro_deve .slide_next{right: 0;background: url(../images/pro_prev.png)no-repeat center;}
			@media only screen and (max-width:1400px){
				.ab_pro_deve .list_content .item > div p{font-size: 14px;line-height: 24px;}
			}
			@media only screen and (max-width:768px){
				.ab_pro_deve .list_content .item > div p{line-height: normal;}
			}
				@media only screen and (max-width:480px){
					.ab_pro_deve{padding: 30px 0;}
					.ab_pro_deve .list_content .item{display: flex;flex-wrap: wrap;}
					.ab_pro_deve .list_content .item > div {width: 100%;}
					.ab_pro_deve .list_content .item > div p{font-size: 12px;}
					.ab_pro_deve .list_content .item .img{order: -1;}
					.ab_pro_deve .list_content .item .text_top > div{position: initial;}
					.ab_pro_deve .list_content .item .text_top,.ab_pro_deve .list_content .item .text_btm{margin: 0;height: auto;}
				}
				
				.ab_jf{padding: 9% 0 9.5%;background: #f4f4f4 url(../images/jf_bg.jpg)no-repeat center/cover;}
				.ab_jf .content{margin: 6% 0 0;text-align: center;}
				.ab_jf .content p{font-size: 24px;}
				.ab_jf .list_title{margin-bottom: 20px;font-size: 24px;}
				.ab_jf .content > div{margin-top: 20px;}
				.ab_jf .content > div span{display: inline-block;vertical-align: middle;font-size: 30px;color: #02abc0;text-shadow: 2px 2px 4px #6cbb46;font-weight: bold;}
				.ab_jf .list{margin-top:6%;display: flex;flex-wrap: wrap;justify-content: flex-start;}
				.ab_jf .list li{position: relative;margin-bottom: 2.5%;margin-right: 1.25%;width: 19%;text-align: center;}
				.ab_jf .list li:nth-child(5n){margin-right: 0%;}
				.ab_jf .list li p{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);font-size: 20px;color: #0e050b;white-space: nowrap;font-weight: bold;}
				.ab_jf .list li:nth-child(even) p{color: #fff;}
				@media only screen and (max-width:1000px){
					.ab_jf .content p{font-size: 22px;}
					.ab_jf .content > div span{font-size: 24px;}
					.ab_jf .list_title{font-size: 22px;}
					.ab_jf .list li p{font-size: 18px;}
				}
				@media only screen and (max-width:768px){
					.ab_jf .content p{font-size: 18px;}
					.ab_jf .content > div span{font-size: 20px;}
					.ab_jf .list_title{font-size: 18px;}
					.ab_jf .list li p{font-size: 16px;}
					
				}
				@media only screen and (max-width:680px){
					.ab_jf .list{margin-top: 30px;justify-content: space-between;}
					.ab_jf .list:after{content: "";width: 49%;}
					.ab_jf .list li{margin-right: 0;width: 49%;}
				}
				@media only screen and (max-width:480px){
					.ab_jf{padding: 30px 0;}
					.ab_jf .content{margin: 8% 0 5%;}
				}
				
				/* 智能工厂规划 */
                        .
				.p_wrap{padding: 0 3.3%;box-sizing: border-box;}
				@media only screen and (max-width:1000px){
					.p_wrap{padding: 0;}
				}
				
				/* .ab_planning{padding: 5.5% 0 5%;}
				.ab_planning .list_content .item{width: 33%;}
				.ab_planning .list_content .item:nth-child(2)::before{content: "";position: relative;display: block;padding-bottom: 32%;height: 0;}
				.ab_planning .list_content .item .img{position: relative;padding-bottom: 63%;width: 100%;overflow: hidden;}
				.ab_planning .list_content .item .img img{position: absolute;left: 50%;top: 50%;width: 100%;transform: translate(-50%,-50%);}
				.ab_planning .list_content .item .img .txt{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);color: #fff;font-weight: bold;font-size: 40px;white-space: nowrap;}
				.ab_planning .list_content .item ul li{margin-top: 3%;padding: 6px 2%;width: 48.5%;text-align: center;border-radius: 30px;box-sizing: border-box;border: 1px solid #13944a;font-size: 20px;color: #231815;}
				.ab_planning .content{margin-top: 5.2%;text-align: center;}
				.ab_planning .content strong{display: inline-block;max-width: 1212px;font-size: 30px;color: #14944a;font-weight: normal;line-height: 44px;}
				@media only screen and (max-width:1350px){
					.ab_planning .list_content .item .img .txt{font-size: 28px;}
					.ab_planning .list_content .item ul li{font-size: 16px;}
					.ab_planning .content strong{font-size: 24px;line-height: 35px;}
				}
				@media only screen and (max-width:1000px){
					.ab_planning .list_content .item .img .txt{font-size: 20px;}
					.ab_planning .list_content .item ul li{width: 100%;}
					.ab_planning .content strong{font-size: 18px;line-height: 28px;}
				}
				@media only screen and (max-width:480px){
					.ab_planning{padding: 30px 0;}
					.ab_planning .list_content .item{margin-bottom: 3%;width: 100%;}
					.ab_planning .list_content .item:nth-child(2){margin-bottom: 0;order: 1;}
					.ab_planning .list_content .item:nth-child(2)::before{content: initial;}
					.ab_planning .list_content .item ul li{width: 49%;font-size: 14px;}
					.ab_planning .content strong{font-size: 14px;line-height: 24px;}
				} */
				.ab_planning{padding: 5.5% 0 5%;}
				.ab_planning .p_wrap{padding: 0;}
				/* .ab_planning .list_content{padding: 0 5%;box-sizing: border-box;} */
				.ab_planning .list_content .item{width: 33%;}
				/* .ab_planning .list_content .item:nth-child(2)::before{content: "";position: relative;display: block;padding-bottom: 22%;height: 0;} */
				.ab_planning .list_content .item .img{position: relative;padding-bottom: 76%;margin: 0 auto;width: 76%;overflow: hidden;border-radius: 50%;border:3px solid transparent;box-sizing: border-box;}
				.ab_planning .list_content .item .img img{position: absolute;left: 50%;top: 50%;width: auto;max-width: initial;height: 100%;;transform: translate(-50%,-50%);}
				.ab_planning .list_content .item .img .mask{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.3);}
				.ab_planning .list_content .item:nth-child(1) .img{transform: translate(68%);}
				.ab_planning .list_content .item.mid{position: relative;z-index: 1;}
				.ab_planning .list_content .item.mid .img .mask{display: none;}
				.ab_planning .list_content .item.mid .img {transform: scale(1);transform-origin: bottom;border-color:#fff;}
				.ab_planning .list_content .item:nth-child(3) .img{transform: translate(-68%);}
				.ab_planning .list_content .item .img .txt{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);color: #fff;font-weight: bold;font-size: 40px;white-space: nowrap;}
				.ab_planning .list_content .item .con{margin-top: 15%;position: relative;}
				.ab_planning .list_content .item .con .txt{margin-bottom: 5%;font-size: 28px;color: #000;text-align: center;font-weight: bold;}
				.ab_planning .list_content .item:nth-child(1) .con:after{content: "";position: absolute;bottom: 110%;left: 50%;width: 178px;height: 214px;background: url(../images/line_left.png)no-repeat center/100% 100%;z-index:1}
				.ab_planning .list_content .item:nth-child(2) .con:after{content: "";position: absolute;bottom: 110%;left: 50%;width: 24px;height: 214px;background: url(../images/line_mid.png)no-repeat center/auto 100%;z-index:1;transform: translateX(-50%);}
				.ab_planning .list_content .item:nth-child(3) .con:after{content: "";position: absolute;bottom: 110%;right: 50%;width: 178px;height: 214px;background: url(../images/line_right.png)no-repeat center/100% 100%;z-index:1}
				.ab_planning .list_content .item ul li{margin-top: 3%;padding: 6px 2%;width: 48.5%;text-align: center;border-radius: 30px;box-sizing: border-box;border: 1px solid #13944a;font-size: 18px;color: #231815;}
				.ab_planning .list_content .item:nth-child(1) .con {padding-right: 14%;box-sizing: border-box;}
				.ab_planning .list_content .item:nth-child(3) .con {padding-left: 14%;box-sizing: border-box;}
				.ab_planning .content{padding: 0 1%;margin-top: 5.2%;text-align: center;box-sizing: border-box;}
				.ab_planning .content.animate{animation: scalexy 1.5s 0s 1 linear forwards;}
				@keyframes scalexy{
					0{transform: scale(0.8);}
					50%{transform: scale(1.05);}
					100%{transform: scale(1);}
				}
				@-ms-keyframes scalexy{
					0{transform: scale(0.8);}
					50%{transform: scale(1.05);}
					100%{transform: scale(1);}
				}
				@-webkit-keyframes scalexy{
					0{transform: scale(0.8);}
					50%{transform: scale(1.05);}
					50%{transform: scale(1);}
				}
				@-moz-keyframes scalexy{
					0{transform: scale(0.8);}
					50%{transform: scale(1.05);}
					100%{transform: scale(1);}
				}
				.ab_planning .content strong{display: inline-block;max-width: 1212px;font-size: 18px;color: #14944a;font-weight: normal;line-height: 34px;color: #fff;}
				.ab_planning .content strong:nth-child(1){font-size: 20px;}
				.ab_planning .content strong:nth-child(3){font-size: 16px;}
				.ab_planning .list_content .item.mid .content{margin-top: 7%;padding:4.3% 1%;background-color: #14944a;border-radius: 10px;box-sizing: border-box;border: 1px dashed #14944a;}
				.ab_planning .list_content .item.mid:hover .content{background: #fff;border-color: #14944a;}
					.ab_planning .item.mid:hover .content strong{color:#14944a}
				@media only screen and (max-width:1350px){
					.ab_planning .list_content .item:nth-child(1) .con:after,.ab_planning .list_content .item:nth-child(2) .con:after,.ab_planning .list_content .item:nth-child(3) .con:after{width: 50%;padding-bottom: 50%;height: 0;}
					.ab_planning .list_content .item .img .txt{font-size: 28px;}
					.ab_planning .list_content .item ul li{font-size: 16px;}
					/* .ab_planning .content strong{font-size: 24px;line-height: 35px;} */
				}
				@media only screen and (max-width:1000px){
					.ab_planning .list_content .item .con{margin-top: 28%;}
					.ab_planning .list_content .item .img .txt{font-size: 20px;}
					.ab_planning .list_content .item .con .txt{font-size: 20px;}
					.ab_planning .list_content .item ul li{width: 100%;}
					.ab_planning .content strong{font-size: 16px;line-height: 24px;}
					.ab_planning .content strong:nth-child(1){font-size: 16px;}
				}
				@media only screen and (max-width:480px){
					.ab_planning{padding: 30px 0;}
					.ab_planning .content strong{font-size: 18px;line-height: 24px;}
					.ab_planning .list_content .item{margin-bottom: 6%;width: 100%;}
					.ab_planning .list_content .item:nth-child(1) .con:after,.ab_planning .list_content .item:nth-child(2) .con:after,.ab_planning .list_content .item:nth-child(3) .con:after{content: initial;}
					.ab_planning .list_content .item:nth-child(2){margin-bottom: 0;order: 1;}
					.ab_planning .list_content .item:nth-child(2)::before{content: initial;}
					.ab_planning .list_content .item:nth-child(1) .img{transform: initial;}
					.ab_planning .list_content .item:nth-child(3) .img{transform: initial;}
					.ab_planning .list_content .item.mid .img{transform: scale(1);}
					.ab_planning .list_content .item ul li{width: 49%;font-size: 14px;}
					.ab_planning .list_content .item .con{margin-top: 7%;}
					.ab_planning .list_content .item .con .txt{font-size: 18px;}
					.ab_planning .list_content .item:nth-child(1) .con {padding-right: 0;}
					.ab_planning .list_content .item:nth-child(3) .con {padding-left: 0;}
					.ab_planning .content strong{font-size: 14px;line-height: 24px;}
					.ab_planning .content strong:nth-child(1){font-size: 14px;}
					.ab_planning .content strong:nth-child(3){font-size: 14px;}
				}
				
				.ab_why{padding: 9.5% 0 4%;margin-bottom: 5%;background: url(../images/why_bg.jpg)no-repeat top center/cover;}
				.ab_why .nei_wrap{padding: 0 3.7%;box-sizing: border-box;}
				.ab_why .nei_title{color: #fff;}
				.ab_why .nei_title .line{margin: 24px auto 0;width: 106px;height: 6px;background-color: #00b259;}
				.ab_why ul{transform: translateY(50%);}
				.ab_why ul li{padding: 2.5% 2% 5.3% 2.5%;width: 31.8%;background: #fff url(../images/why_item_bg.jpg)repeat-x top center;border-top: 3px solid #00b259;box-sizing: border-box;box-shadow: 0 0 5px rgba(0,0,0,.2);transition: transform 0.2s linear;}
				.ab_why ul li .tit{font-size: 32px;font-weight: bold;}
				.ab_why ul li .con{margin-top: 11%;}
				.ab_why ul li .con p{position: relative;margin-bottom: 9%;padding-left: 35px;box-sizing: border-box;font-size: 18px;}
				.ab_why ul li .con p:nth-last-child(1){margin-bottom: 0;}
				.ab_why ul li .con p::before{content: "";position: absolute;left: 0;top: 4px;width: 10px;height: 10px;background: #00b259;}
				.ab_why ul li:hover {transform: translateY(-10px);}
				@media only screen and (max-width:1400px){
					.ab_why ul li .tit{font-size: 24px;}
				}
				@media only screen and (max-width:1000px){
					.ab_why .nei_wrap{padding: 0;}
					.ab_why ul{margin-top: 6%;transform: initial;}
					.ab_why ul li .tit{font-size: 20px;}
					.ab_why ul li .con p{padding-left: 20px;font-size: 16px;}
				}
				@media only screen and (max-width:480px){
					.ab_why{padding: 30px 0;margin-bottom: 0;}
					.ab_why ul{margin-top: 30px;}
					.ab_why ul li{padding: 5% 2.5%;width: 100%;}
					.ab_why ul li .con{margin-top: 5%;}
					.ab_why ul li .con p{margin-bottom: 5%;font-size: 14px;line-height: 24px;}
				}
				
				/* ab_target_old */
				/* .ab_target{padding: 4% 0 4%;}
				.ab_target .wrap{padding: 0 5%;box-sizing: border-box;}
				.ab_target .content{margin: 6% 0 6.5%;padding:3% 1% 2.1%;box-sizing: border-box;font-size: 30px;background: #f9f9f9;border-bottom: 4px solid #14944a;}
				.ab_target .content b{color: #14944a;}
				.ab_target .content p{margin-top: 1.2%;color: #000;}
				.ab_target ul li{margin-bottom: 3.2%;width: 30%;position: relative;}
				.ab_target ul li .img{position: relative;padding-bottom: 50.5%;width: 100%;height: 0;overflow: hidden;background: #14944a;}
				.ab_target ul li .img img{position: absolute;left: 50%;top: 50%;width: 100%;transform: translate(-50%,-50%);}
				.ab_target ul li .text{position: absolute;left: 50%;top: 50%;width: 94%;max-width: 250px;transform: translate(-50%,-50%);color: #fff;font-size: 30px;line-height: 50px;text-shadow: #283d4f 2px 2.5px 1px;text-align: center;}
				@media only screen and (max-width:1000px){
					.ab_target .content{padding: 30px 1%;margin: 40px 0;font-size: 20px;}
					.ab_target ul li{width: 31.5%;}
					.ab_target ul li .text{font-size: 20px;line-height: normal;}
				}
				@media only screen and (max-width:480px){
					.ab_target{padding: 30px 0;}
					.ab_target .content{margin: 20px 0;font-size: 16px;}
					.ab_target ul li{width: 49%;}
					.ab_target ul li .text{font-size: 14px;}
				} */
				
				.ab_structure .part_1{padding: 3% 0 3.8%;background: #edeef0;}
				.ab_structure .part_1 .con{margin: 3.6% 0 5%;font-size: 30px;color: #040000;text-align: center;}
				.ab_structure .part_1 .con b{font-size: 34px;color: #00b259;}
				.ab_structure .part_1 .list_step{margin-top: 20px;}
				.ab_structure .part_1 .list_step ul li{}
				.ab_structure .part_1 .list_step ul li .wrap{position: relative;display: inline-block;width: 136px;height: 136px;z-index: 1;}
				.ab_structure .part_1 .list_step ul li .wrap p{position: absolute;left: 50%;top: 50%;width: 96%;transform: translate(-50%,-50%);text-align: center;font-size: 18px;color: #000;}
				.ab_structure .part_1 .list_step ul li .wrap:after{content: "";position: absolute;left: 50%;top: 50%;width: 100%;height: 100%;transform: translate(-50%,-50%);background: url(../images/circle_bg.png)no-repeat center/100%;z-index: -1;}
				.ab_structure .part_1 .list_step.animate ul li .wrap:after{animation: rotate 50s 0s infinite linear;}
				.ab_structure .part_1 .list_step.animate ul li:nth-child(even) .wrap:after{animation-direction: reverse;}
				@keyframes rotate{
					from{transform:translate(-50%,-50%) rotate(0);}
					to{transform:translate(-50%,-50%) rotate(1turn);}
				}
				@-webkit-keyframes rotate{
					from{transform:translate(-50%,-50%) rotate(0);}
					to{transform:translate(-50%,-50%) rotate(1turn);}
				}
				@-ms-keyframes rotate{
					from{transform:translate(-50%,-50%) rotate(0);}
					to{transform:translate(-50%,-50%) rotate(1turn);}
				}
				@-moz-keyframes rotate{
					from{transform:translate(-50%,-50%) rotate(0);}
					to{transform:translate(-50%,-50%) rotate(1turn);}
				}
				.ab_structure .part_2{padding: 4% 0;background: url(../images/green_line.png)no-repeat center top/ auto 409px;}
				.ab_structure .part_2 .con{margin: 0 auto;width: 100%;max-width: 951px;font-size: 30px;font-weight: bold;color: #fff;line-height: 50px;}
				.ab_structure .part_2 .con .line{margin: 6.8% auto 0;width: 100px;height: 9px;background: #fff;}
				.ab_structure .part_2 .list_item{margin-top: 79px;}
				.ab_structure .part_2 .list_item .item{position: relative;width: 29.5%;}
				.ab_structure .part_2 .list_item .item .num{position: absolute;left: 50%;top: 0;width: 114px;height: 114px;transform: translate(-50%,-50%);border-radius: 50%;color: #fff;line-height: 114px;font-size: 70px;font-weight: bold;text-align: center;background: #13944a;z-index: 2;}
				.ab_structure .part_2 .item .img{position: relative;padding-bottom: 63%;width: 100%;height: 0;overflow: hidden;}
				.ab_structure .part_2 .item .img img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 1;transition: all .2s linear;}
				.ab_structure .part_2 .item .text{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);font-size: 30px;font-weight: bold;color: #fff;text-align: center;z-index: 1;}
				.ab_structure .part_2 .item:hover .img img{transform: translate(-50%,-50%) scale(1.05);}
				@media only screen and (max-width:1000px){
					.ab_structure .part_1{padding: 4% 0;}
					.ab_structure .part_1 .con{font-size: 20px;}
					.ab_structure .part_1 .con b{font-size: 24px;}
					.ab_structure .part_1 .list_step ul li{margin-bottom: 10px;width: 32%;text-align: center;}
					.ab_structure .part_2 .con{font-size: 20px;line-height: 40px;}
					.ab_structure .part_2 .con .line{margin-top: 35px;width: 68px;height: 4px;}
					.ab_structure .part_2 .list_item .item{width: 31.5%;}
					.ab_structure .part_2 .list_item .item .num{width: 65px;height: 65px;font-size: 34px;line-height: 65px;}
					.ab_structure .part_2 .item .text{font-size: 20px;}
				}
				@media only screen and (max-width:768px){
					.ab_structure .part_1{padding:40px 0}
					.ab_structure .part_1 .con{font-size: 18px;line-height: 28px;}
					.ab_structure .part_1 .con b{font-size: 20px;}
					.ab_structure .part_2 .con{font-size: 18px;line-height: 28px;}
				}
				@media only screen and (max-width:480px){
					.ab_structure .part_1{padding: 30px 0;}
					.ab_structure .part_1 .con{margin: 30px 0 25px;font-size: 16px;line-height: 24px;}
					.ab_structure .part_1 .con b{font-size: 17px;}
					.ab_structure .part_1 .img_1 img{width: 85%;}
					.ab_structure .part_1 .list_step ul li .wrap{width: 100px;height: 100px;}
					.ab_structure .part_1 .list_step ul li .wrap p{font-size: 16px;}
					.ab_structure .part_2{padding: 30px 0;}
					.ab_structure .part_2 .con{font-size: 16px;line-height: 24px;}
					.ab_structure .part_2 .list_item{margin-top: 30px;}
					.ab_structure .part_2 .list_item .item{width: 100%;}
					.ab_structure .part_2 .list_item .item .num{width: 45px;height: 45px;line-height: 45px;font-size: 28px;}
				}
				
				/* .ab_step{padding: 3% 0;}
				.ab_step .list {margin-top: 8.5%;}
				.ab_step .list li{padding: 3% 1% 1%;margin-bottom: 2.5%;width: 15.1%;background: url(../images/why_item_bg.jpg)repeat-x center top;box-shadow: 0 5px 5px rgba(0,0,0,0.05);box-sizing: border-box;}
				.ab_step .list li i{display: inline-block;}
				.ab_step .list li p{margin: 10px 0 13px;font-size: 19px;}
				.ab_step .list li  span{display: inline-block;width: 32px;height: 20px;background: url(../images/icon_13.png)no-repeat center;}
				.ab_step .list li:hover{background: #00b259;}
				.ab_step .list li:hover i{filter:grayscale(1) brightness(100);}
				.ab_step .list li:hover p{color: #fff;}
				.ab_step .list li:hover span{filter:grayscale(1) brightness(100);}
				@media only screen and (max-width:1400px){
					.ab_step .list li i{width: 75px;}
					.ab_step .list li p{font-size: 18px;}
				}
				@media only screen and (max-width:1000px){
					.ab_step .list{margin-top: 40px;}
					.ab_step .list li{width: 23%;}
				}
				@media only screen and (max-width:768px){
					.ab_step{padding: 40px 0;}
					.ab_step .list li p{font-size: 16px;}
				}
				@media only screen and (max-width:480px){
					.ab_step{padding: 30px 0;}
					.ab_step .list li{width: 32%;border: 1px solid #c5c5c5;}
					.ab_step .list li i{width: 60px;}
					.ab_step .list li p{text-align: center;}
					.ab_step .list li span{background-size: 100%;width: 20px;height: 16px;}
				} */
				
				/* .ab_step{padding: 3% 0;}
				.ab_step .list {margin-top: 8.5%;}
				.ab_step .list li{padding: 3% 1% 1%;margin-bottom: 50px;width: 15.1%;background: url(images/why_item_bg.jpg)repeat-x center bottom;box-shadow: 0 5px 5px rgba(0,0,0,0.1);box-sizing: border-box;position: relative;border-top: 1px solid #e5e5e5;}
				.ab_step .list li .step_num{position: absolute;left: 50%;top: 0;width: 45px;height: 45px;transform: translate(-50%,-50%);text-align: center;line-height: 45px;border-radius: 50%;background: #14944a;color: #fff;font-size: 16px;}
				.ab_step .list li i{display: inline-block;}
				.ab_step .list li p{margin: 10px 0 13px;font-size: 19px;text-align: center;}
				.ab_step .list li  span{display: inline-block;width: 32px;height: 20px;background: url(images/icon_13.png)no-repeat center;}
				.ab_step .list li:hover{background: #00b259;}
				.ab_step .list li:hover i{filter:grayscale(1) brightness(100);}
				.ab_step .list li:hover p{color: #fff;}
				.ab_step .list li:hover span{filter:grayscale(1) brightness(100);}
				@media only screen and (max-width:1400px){
					.ab_step .list li i{width: 75px;}
					.ab_step .list li p{font-size: 18px;}
				}
				@media only screen and (max-width:1000px){
					.ab_step .list{margin-top: 40px;}
					.ab_step .list li{width: 23%;}
				}
				@media only screen and (max-width:768px){
					.ab_step{padding: 40px 0 10px;}
					.ab_step .list li{margin-bottom: 40px;}
					.ab_step .list li .step_num{width: 40px;height: 40px;font-size: 14px;line-height: 40px;}
					.ab_step .list li p{font-size: 16px;}
				}
				@media only screen and (max-width:480px){
					.ab_step{padding: 30px 0;}
					.ab_step .list li{width: 32%;border: 1px solid #c5c5c5;}
					.ab_step .list li i{width: 60px;display: none;}
					.ab_step .list li p{margin: 20px 0 13px;text-align: center;font-size: 14px;}
					.ab_step .list li span{background-size: 100%;width: 20px;height: 16px;}
					.ab_step .list li:nth-last-child(-n+3){margin-bottom: 0;}
				} */
				
				
				/* .ab_xyyg{padding: 2% 0 0;}
				.ab_xyyg .nei_title{}
				.ab_xyyg .content{padding: 0 0 1%;margin-top: 34px;background: url(../images/yg_bg.jpg)no-repeat center/cover;}
				.ab_xyyg .con {margin: 3.6% 0 5%;font-size: 30px;color: #040000;text-align: center;}
				.ab_xyyg .hd{padding: 1.6% 3% 1.6%;width: 100%;max-width: 530px;color: #fff;font-size: 28px;text-align: center;background: rgba(42,188,105,0.66);box-sizing: border-box;font-weight: bold;}
				.ab_xyyg .hd .line{margin: 6px auto 10px;width: 100%;max-width: 378px;height: 12px;background: #fff;}
				.ab_xyyg .hd p:nth-child(1){font-size: 35px;}
				.ab_xyyg .item_con{margin-top: 2.5%;width: 100%;}
				.ab_xyyg .item_con > div{width: 50%;}
				.ab_xyyg .item_con > div .box{position: relative;display: inline-block;padding: 53px 36px 40px;width: 100%;max-width: 366px;text-align: left;box-sizing: border-box;z-index: 1;}
				.ab_xyyg .item_con > div .box .text{padding: 2% 8%;background: rgba(42,188,105,0.66);color: #fff;box-sizing: border-box;}
				.ab_xyyg .item_con > div .box .text .tit{font-size: 25px;font-weight: bold;}
				.ab_xyyg .item_con > div .box .text .line{margin: 7px 0 6px;width: 50px;height: 8px;background: #fff;}
				.ab_xyyg .item_con > div .box .text ul li{font-size: 18px;line-height: 1.4;}
				.ab_xyyg .item_con .lf_part{text-align: right;}
				.ab_xyyg .item_con .lf_part .bg_img{position: absolute;right: 0;top: 50%;width: 493px;height: auto;max-width: initial;transform: translateY(-50%);z-index: -1;}
				.ab_xyyg .item_con .lf_part:nth-last-of-type(1){margin-top: 1%;}
				.ab_xyyg .item_con .rt_part{padding-left: 4%;margin-top: 6%;text-align: left;box-sizing: border-box;}
				.ab_xyyg .item_con .rt_part .bg_img{position: absolute;left: 0;top: 50%;width: 366px;height: auto;transform: translateY(-60%);}
				@media only screen and (max-width:1000px){
					.ab_xyyg .hd{font-size: 20px;}
					.ab_xyyg .hd .line{height: 4px;}
					.ab_xyyg .hd p:nth-child(1){font-size: 24px;}
					.ab_xyyg .item_con > div .box .text .tit{font-size: 20px;}
					.ab_xyyg .item_con > div .box .text .line{width: 40px;height: 4px;}
					.ab_xyyg .item_con > div .box .text ul li{font-size: 16px;line-height: 24px;}
				}
				@media only screen and (max-width:768px){
					.ab_xyyg .hd{padding: 20px 3%;width: 100%;max-width: initial;}
					.ab_xyyg .item_con{margin-top: 70px;}
					.ab_xyyg .item_con > div .box{padding: 24px 17px;}
					.ab_xyyg .item_con .lf_part .bg_img{width: 100%;height: 100%;}
					.ab_xyyg .item_con .rt_part .bg_img{display: none;width: 100%;height: 100%;}
					.ab_xyyg .item_con .lf_part:nth-last-of-type(1){margin-top: 5%;}
					.ab_xyyg .content{padding: 0 0 4%;}
				}
				@media only screen and (max-width:480px){
					.ab_xyyg .item_con > div{width: 100%;}
					.ab_xyyg .hd .line{width: 90%;}
					.ab_xyyg .hd{font-size: 17px;}
					.ab_xyyg .hd p:nth-child(1){font-size: 18px;}
					.ab_xyyg .item_con{margin-top: 30px;}
					.ab_xyyg .item_con > div .box .text{padding: 6% 5%;}
					.ab_xyyg .item_con > div .box .text .tit{font-size: 16px;}
					.ab_xyyg .item_con > div .box{padding: 10px 0;}
					.ab_xyyg .item_con .rt_part{padding: 0;}
				} */
				
				.ab_xyyg{padding: 3.8% 0 3%;background-color: #f6f6f6;}
				.ab_xyyg .con{margin: 3.6% 0 5%;font-size: 30px;color: #040000;text-align: center;}
				/* (2){margin-top: 3%;} */
				.ab_xyyg .content {padding: 0 5%;box-sizing: border-box;}
				.ab_xyyg .content ul li{margin-bottom: 30px;padding: 3% 4%;width: 28%;text-align: center;box-sizing: border-box;border-radius: 10px;box-shadow: 0 0 10px rgba(0,0,0,0.1);background: #fff;border: 2px solid transparent;}
				.ab_xyyg .content ul li:hover{border-color: #14944a;}
				/* .ab_xyyg .content ul li:nth-child(1):hover{border-color: #ffa600;}
				.ab_xyyg .content ul li:nth-child(2):hover{border-color: #fb1909;}
				.ab_xyyg .content ul li:nth-child(3):hover{border-color: #00aaff;}
				.ab_xyyg .content ul li:nth-child(4):hover{border-color: #a86fe2;}
				.ab_xyyg .content ul li:nth-child(5):hover{border-color: #ffff00;}
				.ab_xyyg .content ul li:nth-child(6):hover{border-color: #00ad57;} */
				.ab_xyyg .content ul li p{font-size: 24px;font-weight: bold;}
				.ab_xyyg .content ul li .circle_wrap{position: relative;margin: 0 auto ;margin-top: 15%;width: 80%;}
				.circle-progress-value {stroke-width: 6px;stroke:hsl(150, 100%, 34%) ;stroke-linecap : round;}
				.circle-progress-circle {stroke-width: 6px;stroke: hsl(237, 237, 237);}
				.circle-progress-text {font-size: 26px;fill: hsl(155, 100%, 36%);}
				/* .progress2 .circle-progress-value {stroke: hsl(4, 97%, 51%);}
				.progress2 .circle-progress-text {fill: hsl(9, 96%, 51%);}
				.progress3 .circle-progress-value {stroke: hsl(200, 100%, 50%);}
				.progress3 .circle-progress-text {fill: hsl(210, 66%, 66%);}
				.progress4 .circle-progress-value {stroke: hsl(270, 66%, 66%);}
				.progress4 .circle-progress-text {fill: hsl(240, 33%, 83%);}
				.progress5 .circle-progress-value {stroke: hsl(60, 100%, 50%);}
				.progress5 .circle-progress-text {fill: hsl(51, 95%, 52%);}
				.progress6 .circle-progress-value {stroke: hsl(150, 100%, 34%);}
				.progress6 .circle-progress-text {fill: hsl(145, 86%, 32%);} */
				[class^=circle_wrap]>svg{width: 100%;height: 100%;}
				@media only screen and (max-width:1000px){
					.ab_xyyg .con {font-size: 20px;}
					.ab_xyyg .content{padding: 0;}
					.ab_xyyg .content ul li{width: 32%;}
					.ab_xyyg .content ul li p{font-size: 20px;}
				}
				@media only screen and (max-width:768px){
					.ab_xyyg{padding: 40px 0;}
					.ab_xyyg .con{font-size: 18px;line-height: 28px;}
					.ab_xyyg .content ul li p{font-size: 16px;}
				}
				@media only screen and (max-width:480px){
					.ab_xyyg{padding: 30px 0;}
					.ab_xyyg .content ul li{padding: 3%;margin-bottom: 3%;width: 49%;}
					.ab_xyyg .content ul li .circle_wrap{width: 70%;}
					.ab_xyyg .con{margin: 25px 0;font-size: 16px;line-height: 24px;}
					.ab_xyyg .content ul li p{font-size: 15px;}
				}
				
				/* 战略规划与设计 */
				.ab_policy .part_1{padding: 4% 0 4.2%;background-color: #14944a;color: #fff;}
				.ab_policy .part_1 .content{padding: 0 1.5%;margin-top: 4.4%;font-size: 20px;line-height: 1.5;box-sizing: border-box;}
				@media only screen and (max-width:1000px){
					.ab_policy .part_1 .content{padding: 0;font-size: 16px;}
				}
				@media only screen and (max-width:480px){
					.ab_policy .part_1{padding:30px 0}
					.ab_policy .part_1 .content{font-size: 14px;line-height: 24px;}
				}
				
				.ab_policy .part_2{padding: 3% 0 4%;}
				.ab_policy .part_2 .content{padding: 5% 3.5% 3%;margin-top: 4%;box-sizing: border-box;background-color: #f8f8f8;}
				.ab_policy .part_2 .content .comm{font-size: 50px;font-weight: bold;line-height: 50px;}
				.ab_policy .part_2 .content p{font-size: 18px;color: #282828;line-height: 3;}
				.ab_policy .part_2 .content .slogan{margin-top: 3%;font-size: 18px;color: #14944a;font-weight: bold;}
				@media only screen and (max-width:1000px){
					.ab_policy .part_2{padding: 40px 0;}
					.ab_policy .part_2 .content .comm{font-size: 30px;line-height: 30px;}
					.ab_policy .part_2 .content p{font-size: 16px;line-height: 28px;}
				}
				@media only screen and (max-width:480px){
					.ab_policy .part_2{padding: 30px 0;}
					.ab_policy .part_2 .content{margin-top: 30px;}
					.ab_policy .part_2 .content .comm{font-size: 20px;line-height: 20px;}
					.ab_policy .part_2 .content p{font-size: 14px;line-height: 24px;}
					.ab_policy .part_2 .content .slogan{font-size: 15px;}
				}
				
				.ab_policy .part_3{padding: 47.5px 0 5%;}
				.ab_policy .part_3 .content_top{margin-top: 4%;}
				.ab_policy .part_3 .content_top .two_point{padding: 0 7%;box-sizing: border-box;}
				.ab_policy .part_3 .content_top .two_point .item{position: relative;padding: 3.5% 2.5% 5.5% 3%;width: 44%;box-sizing: border-box;}
				.ab_policy .part_3 .content_top .two_point .item:after{content: "";position: absolute;top: 0;right: 0;width: 91%;height: 74px;overflow: hidden;background: url(../images/icon_line1.png)no-repeat top right;z-index: -1;}
				.ab_policy .part_3 .content_top .two_point .item::before{content: "";position: absolute;bottom: 0;left: 0;width: 91%;height: 94%;max-height: 164px;overflow: hidden;background: url(../images/icon_line2.png)no-repeat bottom left;z-index: -1;}
				.ab_policy .part_3 .content_top .two_point .item .num{position: absolute;left: 0;top: 0;width: 60px;height: 60px;transform: translate(-30%,-9%);font-size: 31px;color: #fff;background: #1c784f;line-height: 60px;text-align: center;font-weight: bold;text-align: center;border-radius: 50%;z-index: 1;}
				.ab_policy .part_3 .content_top .two_point .item .con{font-size: 20px;line-height: 30px;color: #0e050b;}
				.ab_policy .part_3 .content_step{margin-top: 7.8%;padding: 0 1%;box-sizing: border-box;}
				.ab_policy .part_3 .content_step ul{justify-content: flex-start;}
				.ab_policy .part_3 .content_step ul li{position: relative;padding:5px 1%;margin-right: 4.4% ;width: 13%;color: #fff;text-align: center;background: #14944a;box-sizing: border-box;font-size: 25px;font-weight: bold;}
				.ab_policy .part_3 .content_step ul li:after{content: "";position: absolute;left: 108%;top: 50%;width: 20px;height: 25px;transform: translateY(-50%);background: url(../images/icon_14.png)no-repeat center;}
				.ab_policy .part_3 .content_step ul li:nth-child(1){border:3px dashed #14944a;color: #14944a;background: transparent;}
				.ab_policy .part_3 .content_step ul li:nth-last-child(1){margin-right: 0;}
				.ab_policy .part_3 .content_step ul li:nth-child(1):after,.ab_policy .part_3 .content_step ul li:nth-last-child(1):after{content: initial;}
				.ab_policy .part_3 .content_step ul li:hover{box-shadow: 5px 5px 0px #8c8c8c;transition: all .1s linear;}
				.ab_policy .part_3 .slogan p{position: relative;margin-top: 9%;padding-left: 26px;font-size: 20px;box-sizing: border-box;color: #0e050b;}
				.ab_policy .part_3 .slogan p::before{content: "";position: absolute;left: 0;top: 4px;width: 6px;height: 20px;background: #14944a;}
				@media only screen and (max-width:1200px){
					.ab_policy .part_3 .content_top .two_point{padding: 0;}
				}
				@media only screen and (max-width:1000px){
					.ab_policy .part_3 .content_top{margin-top: 30px;}
					.ab_policy .part_3 .content_top .two_point .item{padding: 3.5% 5.5% 5.5% 3%;width: 48%;}
					.ab_policy .part_3 .content_top .two_point .item .num{width: 45px;height: 45px;line-height: 45px;font-size: 20px;}
					.ab_policy .part_3 .content_top .two_point .item .con{font-size: 16px;line-height: 28px;}
					.ab_policy .part_3 .content_step ul li{font-size: 18px;}
					.ab_policy .part_3 .slogan p{font-size: 16px;line-height: 28px;}
				}
				@media only screen and (max-width:768px){
					.ab_policy .part_3 .content_top .two_point .item:after{background-size:100%;}
					.ab_policy .part_3 .content_top .two_point .item::before{background-size: 100%;}
					.ab_policy .part_3 .content_step ul{justify-content: space-between;}
					.ab_policy .part_3 .content_step ul:after{content: "";width: 31%;}
					.ab_policy .part_3 .content_step ul li{margin-bottom: 10px;margin-right: 0;width: 31%;}
					.ab_policy .part_3 .content_step ul li:after{width: 8px;height: 15px;left: 103%;background-size: 100%;}
					.ab_policy .part_3 .content_step ul li:nth-child(3n):after{content: initial;}
				}
				@media only screen and (max-width:480px){
					.ab_policy .part_3{padding: 30px 0;}
					.ab_policy .part_3 .content_top .two_point .item{margin:10px 0;padding: 15px 25px;width: 100%;}
					.ab_policy .part_3 .content_top .two_point .item .num{width: 35px;height: 35px;line-height: 35px;transform: translate(-23%,-25%);}
					.ab_policy .part_3 .content_top .two_point .item .con{font-size: 14px;line-height: 24px;}
					.ab_policy .part_3 .content_step ul li{font-size: 14px;width: 48%;}
					.ab_policy .part_3 .content_step ul li:nth-child(3n):after{content: "";}
					.ab_policy .part_3 .content_step ul li:nth-child(2n):after{content: initial;}
					.ab_policy .part_3 .slogan p{margin-top: 14px;font-size: 15px;line-height: 25px;}
				}
				
				.ab_policy .part_4 {padding: 7% 0 8%;background: #edeef0;}
				.ab_policy .part_4 .nei_title{color: #14944a;}
				.ab_policy .part_4 ul{margin-top: 4%;}
				.ab_policy .part_4 ul li{width: 19%;background: #14944a;}
				.ab_policy .part_4 ul li .img{position: relative;padding-bottom: 65%;width: 100%;height: 0;overflow: hidden;}
				.ab_policy .part_4 ul li .img img{position: absolute;width: 100%;left: 50%;top: 50%;transform: translate(-50%,-50%);transition: all .2s ease-out;}
				.ab_policy .part_4 ul li .con{padding: 7%;font-size: 18px;line-height: 28px;color: #fff;box-sizing: border-box;}
				.ab_policy .part_4 ul li:hover .img img{transform: translate(-50%,-50%) scale(1.05);}
				@media only screen and (max-width:1000px){
					.ab_policy .part_4 ul:after{content: "";width: 32%;}
					.ab_policy .part_4 ul li{margin-bottom: 2%;width: 32%;}
					.ab_policy .part_4 ul li .con{padding: 7% 5%;font-size: 16px;line-height: 24px;}
				}
				@media only screen and (max-width:768px){
					.ab_policy .part_4 ul{margin-top: 30px;}
				}
				@media only screen and (max-width:480px){
					.ab_policy .part_4{padding: 30px 0;}
					.ab_policy .part_4 ul li{margin-bottom: 20px;width: 100%;}
					.ab_policy .part_4 ul li .con{padding: 7% 3%;}
					.ab_policy .part_4 ul li:nth-last-child(1){margin-bottom: 0;}
				}
				
				.ab_policy .part_5{padding: 4% 0 5%;background: url(../images/ser_bg.jpg)no-repeat center/cover;}
				.ab_policy .part_5 .layout{margin-top: 6.5%;justify-content: space-around;}
				.ab_policy .part_5 .lf_part{width: 54%;}
				.ab_policy .part_5 .rt_part{width: 29%;}
				.ab_policy .part_5 .rt_part ul li{padding: 3.5% 0 4%;margin-bottom: 4.5%;font-size: 25px;color: #040000;text-align: center;letter-spacing: 14px;background: #cacaca;}
				@media only screen and (max-width:1000px){
					.ab_policy .part_5 .rt_part ul li{font-size: 18px;letter-spacing: 10px;}
				}
				@media only screen and (max-width:768px){
					.ab_policy .part_5{padding: 40px 0;}
					.ab_policy .part_5 .lf_part{width: 100%;}
					.ab_policy .part_5 .rt_part{margin-top: 20px;}
				}
				@media only screen and (max-width:480px){
					.ab_policy .part_5{padding: 35px 0;}
					.ab_policy .part_5 .layout{margin-top: 30px;}
					.ab_policy .part_5 .rt_part{width: 100%;}
					.ab_policy .part_5 .rt_part ul li{padding: 2% 0;font-size: 16px;}
				}
				@media only screen and (max-width:480px){
					.ab_policy .part_1 .nei_title p,.ab_policy .part_2 .nei_title p,.ab_policy .part_3 .nei_title p,.ab_policy .part_4 .nei_title p,.ab_policy .part_5 .nei_title p{font-size: 20px;}
					.ab_policy .part_1 .nei_title span.tit,.ab_policy .part_2 .nei_title span.tit,.ab_policy .part_3 .nei_title span.tit,.ab_policy .part_4 .nei_title span.tit,.ab_policy .part_5 .nei_title span.tit{margin: 0 5px;}
				}
				
/* partnerlist */
.partnerlist {padding: 4% 0 5%;}
.partnerlist .list_content {margin-top: 6%;}
.partnerlist .list_content .flx_w{justify-content: flex-start;}
/* .partnerlist .list_content .flx_w:after{content: "";width: 32.4%;} */
.partnerlist .list_item{margin-bottom: 0.2%;margin-right: 0.1%;width: 12.4%;box-sizing: border-box;transition: all 0.3s;box-shadow: 0 0 10px rgba(0,0,0,0.12);overflow: hidden;}
.partnerlist .list_item:nth-child(8n){margin-right: 0;}
/* .partnerlist .list_item:nth-child(3n){margin-right: 0;} */
.partnerlist .list_item .list_img{position: relative;padding-bottom: 70%;width: 100%;height: 0;overflow: hidden;cursor: pointer;transition: all .3s linear;}
.partnerlist .list_item .list_img img{position: absolute;top: 50%;left: 50%;width:auto;max-width: initial;height: 90%;transform: translate(-50%,-50%);}
.partnerlist .list_item:hover .list_img{transform: translateY(-10px);}
.partnerlist .list_item .title{margin:6px 5.4%;font-size: 16px;color: #1f1f1f;line-height: 32px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-align: left;font-weight: normal;text-align: center;}
@media only screen and (max-width:1200px){
	.partnerlist .list_item{width: 16.5%;}
	.partnerlist .list_item:nth-child(8n){margin-right: 0.1%;}
	.partnerlist .list_item:nth-child(6n){margin-right: 0%;}
}

@media only screen and (max-width:768px){
	/* .partnerlist .list_content .flx_w{justify-content: space-between;}
	.partnerlist .list_content .flx_w:after{content: "";width: 32.4%;} */
	/* .partnerlist .list_item{width: 32.4%;} */
}
@media only screen and (max-width:480px){
	.partnerlist{padding: 30px 0;}
	.partnerlist .list_content .flx_w{justify-content: space-between;}
	.partnerlist .list_content .flx_w:after{content: "";width: 33.1%;}
	.partnerlist .list_item{margin-right: 0;width: 33.1%;}
	.partnerlist .list_item .list_img{width: 100%;display: block;}
}

/* 数字化工厂aps */
.ab_pro_intro .con_title{padding-bottom: 3%;font-size: 36px;text-align: center;border-bottom: 1px solid #9a9a9a;}
			.ab_pro_intro .APS .green{color: #00b050;}
			.ab_pro_intro .APS .part_2 .tit{font-size: 24px;}
			.ab_pro_intro .APS .part_2 ul.list1{justify-content: flex-start;}
			.ab_pro_intro .APS .part_2 ul.list1 li{margin-top: 4%;margin-right: 8.75%;width:13%;}
			.ab_pro_intro .APS .part_2 ul.list1 li:nth-child(5n){margin-right: 0;}
			.ab_pro_intro .APS .part_2 ul.list1 li i{display: inline-block;}
			.ab_pro_intro .APS .part_2 ul.list1 li p{margin-top: 10%;font-size: 22px;color: #000;text-align: center;}
			.ab_pro_intro .APS .part_2 .aps_value{padding: 20px 20px 4%;margin-top: 6%;color: #fff;border-radius: 0 120px 120px 0;box-sizing: border-box;background: linear-gradient(to right,#00abbd,#64b83e);}
			.ab_pro_intro .APS .part_2 .aps_value .tit span{position: relative;display: inline-block;padding-bottom: 25px;font-size: 40px;font-weight: bold;}
			.ab_pro_intro .APS .part_2 .aps_value .tit span:after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 12px;background: linear-gradient(to right,#e6e5e1,#9b949b,#e6e5e1);}
			.ab_pro_intro .APS .part_2 .aps_value ul {}
			.ab_pro_intro .APS .part_2 .aps_value ul li{margin-top: 2%;width: 48%;font-size: 26px;}
			@media only screen and (max-width:1000px){
				.ab_pro_intro .con_title{padding-bottom: 24px;font-size: 26px;}
				.ab_pro_intro .APS .part_2 ul.list1 li p{font-size: 16px;}
				.ab_pro_intro .APS .part_2 .aps_value .tit span{padding-bottom: 18px;font-size: 26px;}
				.ab_pro_intro .APS .part_2 .aps_value .tit span:after{height: 6px;}
				.ab_pro_intro .APS .part_2 .aps_value ul li{font-size: 18px;}
			}
			@media only screen and (max-width:768px){
				.ab_pro_intro .con_title{font-size: 20px;}
				.ab_pro_intro .APS .part_2 .tit{font-size: 20px;}
				.ab_pro_intro .APS .part_2 .aps_value .tit span{font-size: 20px;}
				.ab_pro_intro .APS .part_2 .aps_value ul li{font-size: 16px;}
			}
			@media only screen and (max-width:480px){
				.ab_pro_intro .con_title,.ab_pro_intro .APS .part_2 .tit,.ab_pro_intro .APS .part_2 .aps_value .tit span{font-size: 16px;}
				.ab_pro_intro .APS .part_2 ul.list1 li{margin-right: 6.66%;width: 20%;}
				.ab_pro_intro .APS .part_2 ul.list1 li:nth-child(5n){margin-right: 6.66%;}
				.ab_pro_intro .APS .part_2 ul.list1 li:nth-child(4n){margin-right: 0;}
				.ab_pro_intro .APS .part_2 ul.list1 li p{font-size: 14px;}
				.ab_pro_intro .APS .part_2 .aps_value ul li{font-size: 14px;}
			}
			
			/* 数字化工厂scm */
			.ab_pro_intro .con_title{padding-bottom: 3%;font-size: 36px;text-align: center;border-bottom: 1px solid #9a9a9a;}
			.ab_pro_intro .SCM .green{color: #00b050;}
			.ab_pro_intro .SCM .part_2 .tit{font-size: 24px;}
			.ab_pro_intro .SCM .part_2 ul.list1{justify-content: flex-start;padding: 0 10%;box-sizing: border-box;}
			.ab_pro_intro .SCM .part_2 ul.list1 li{margin-top: 4%;margin-right: 10%;width:15%;}
			.ab_pro_intro .SCM .part_2 ul.list1 li:nth-child(4n){margin-right: 0;}
			.ab_pro_intro .SCM .part_2 ul.list1 li i{display: inline-block;}
			.ab_pro_intro .SCM .part_2 ul.list1 li p{margin-top: 10%;font-size: 22px;color: #000;text-align: center;}
			.ab_pro_intro .SCM .part_2 .scm_value{padding: 20px 20px 4%;margin-top: 6%;color: #fff;border-radius: 0 120px 120px 0;box-sizing: border-box;background: linear-gradient(to right,#00abbd,#64b83e);}
			.ab_pro_intro .SCM .part_2 .tit_temp .tit span{position: relative;display: inline-block;padding-bottom: 25px;font-size: 40px;font-weight: bold;}
			.ab_pro_intro .SCM .part_2 .tit_temp .tit span:after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 12px;background: linear-gradient(to right,#00a6c0,#6cba4c);}
			.ab_pro_intro .SCM .part_2 .scm_value .tit span{position: relative;display: inline-block;padding-bottom: 25px;font-size: 40px;font-weight: bold;}
			.ab_pro_intro .SCM .part_2 .scm_value .tit span:after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 12px;background: linear-gradient(to right,#e6e5e1,#9b949b,#e6e5e1);}
			.ab_pro_intro .SCM .part_2 .scm_value ul {}
			.ab_pro_intro .SCM .part_2 .scm_value ul li{margin-top: 2%;width: 48%;font-size: 26px;}
			@media only screen and (max-width:1000px){
				.ab_pro_intro .con_title{padding-bottom: 24px;font-size: 26px;}
				.ab_pro_intro .SCM .part_2 ul.list1{padding: 0;}
				.ab_pro_intro .SCM .part_2 ul.list1 li p{font-size: 16px;}
				.ab_pro_intro .SCM .part_2 .tit_temp .tit span{padding-bottom: 18px;font-size: 26px;}
				.ab_pro_intro .SCM .part_2 .tit_temp .tit span:after{height: 6px;}
				.ab_pro_intro .SCM .part_2 .scm_value .tit span{padding-bottom: 18px;font-size: 26px;}
				.ab_pro_intro .SCM .part_2 .scm_value .tit span:after{height: 6px;}
				.ab_pro_intro .SCM .part_2 .scm_value ul li{font-size: 18px;}
			}
			@media only screen and (max-width:768px){
				.ab_pro_intro .con_title{font-size: 20px;}
				.ab_pro_intro .SCM .part_2 .tit{font-size: 20px;}
				.ab_pro_intro .SCM .part_2 .tit_temp .tit span{font-size: 20px;}
				.ab_pro_intro .SCM .part_2 .scm_value .tit span{font-size: 20px;}
				.ab_pro_intro .SCM .part_2 .scm_value ul li{font-size: 16px;}
			}
			@media only screen and (max-width:480px){
				.ab_pro_intro .con_title,.ab_pro_intro .SCM .part_2 .tit,.ab_pro_intro .SCM .part_2 .scm_value .tit span,.ab_pro_intro .SCM .part_2 .tit_temp .tit span{font-size: 20px;}{font-size: 16px;}
				.ab_pro_intro .SCM .part_2 ul.list1 li{margin-right: 6.66%;width: 20%;}
				.ab_pro_intro .SCM .part_2 ul.list1 li p{font-size: 14px;}
				.ab_pro_intro .SCM .part_2 .scm_value{padding:20px 10px 4%;border-radius: 0 10px 10px 0;}
				.ab_pro_intro .SCM .part_2 .scm_value ul li{width: 100%;font-size: 14px;}
			}
			
			.ab_pro_intro .con_title{padding-bottom: 3%;font-size: 36px;text-align: center;border-bottom: 1px solid #9a9a9a;}
			.ab_pro_intro .IWMS .green{color: #00b050;}
			.ab_pro_intro .IWMS .part_2 .tit{font-size: 24px;}
			.ab_pro_intro .IWMS .part_2 ul.list1{justify-content: center;padding: 0 20%;box-sizing: border-box;}
			.ab_pro_intro .IWMS .part_2 ul.list1 li{margin-top: 6%;margin-right: 10%;width:22%;}
			.ab_pro_intro .IWMS .part_2 ul.list1 li:nth-child(3n){margin-right: 0;}
			.ab_pro_intro .IWMS .part_2 ul.list1 li i{display: inline-block;}
			.ab_pro_intro .IWMS .part_2 ul.list1 li p{margin-top: 10%;font-size: 22px;color: #000;text-align: center;}
			.ab_pro_intro .IWMS .part_2 .wms_value{padding: 20px 20px 4%;margin-top: 6%;color: #fff;border-radius: 0 120px 120px 0;box-sizing: border-box;background: linear-gradient(to right,#00abbd,#64b83e);}
			.ab_pro_intro .IWMS .part_2 .tit_temp .tit span{position: relative;display: inline-block;padding-bottom: 25px;font-size: 40px;font-weight: bold;}
			.ab_pro_intro .IWMS .part_2 .tit_temp .tit span:after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 12px;background: linear-gradient(to right,#00a6c0,#6cba4c);}
			.ab_pro_intro .IWMS .part_2 .wms_value .tit span{position: relative;display: inline-block;padding-bottom: 25px;font-size: 40px;font-weight: bold;}
			.ab_pro_intro .IWMS .part_2 .wms_value .tit span:after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 12px;background: linear-gradient(to right,#e6e5e1,#9b949b,#e6e5e1);}
			.ab_pro_intro .IWMS .part_2 .wms_value ul {}
			.ab_pro_intro .IWMS .part_2 .wms_value ul li{margin-top: 2%;width: 48%;font-size: 26px;}
			.ab_pro_intro .IWMS .part_3 {margin-top: 6%;}
			.ab_pro_intro .IWMS .part_3 .img{margin-top: 1%;}
			@media only screen and (max-width:1000px){
				.ab_pro_intro .con_title{padding-bottom: 24px;font-size: 26px;}
				.ab_pro_intro .IWMS .part_2 ul.list1{padding: 0;}
				.ab_pro_intro .IWMS .part_2 ul.list1 li p{font-size: 16px;}
				.ab_pro_intro .IWMS .part_2 .tit_temp .tit span{padding-bottom: 18px;font-size: 26px;}
				.ab_pro_intro .IWMS .part_2 .tit_temp .tit span:after{height: 6px;}
				.ab_pro_intro .IWMS .part_2 .wms_value .tit span{padding-bottom: 18px;font-size: 26px;}
				.ab_pro_intro .IWMS .part_2 .wms_value .tit span:after{height: 6px;}
				.ab_pro_intro .IWMS .part_2 .wms_value ul li{font-size: 18px;}
			}
			@media only screen and (max-width:768px){
				.ab_pro_intro .con_title{font-size: 20px;}
				.ab_pro_intro .IWMS .part_2 .tit{font-size: 20px;}
				.ab_pro_intro .IWMS .part_2 .tit_temp .tit span{font-size: 20px;}
				.ab_pro_intro .IWMS .part_2 .wms_value .tit span{font-size: 20px;}
				.ab_pro_intro .IWMS .part_2 .wms_value ul li{font-size: 16px;}
			}
			@media only screen and (max-width:480px){
				.ab_pro_intro .con_title,.ab_pro_intro .IWMS .part_2 .tit,.ab_pro_intro .IWMS .part_2 .wms_value .tit span,.ab_pro_intro .IWMS .part_2 .tit_temp .tit span{font-size: 20px;}{font-size: 16px;}
				/* .ab_pro_intro .IWMS .part_2 ul.list1 li{margin-right: 6.66%;width: 20%;} */
				.ab_pro_intro .IWMS .part_2 ul.list1 li p{font-size: 14px;}
				.ab_pro_intro .IWMS .part_2 .wms_value{padding:20px 10px 4%;border-radius: 0 10px 10px 0;}
				.ab_pro_intro .IWMS .part_2 .wms_value ul li{width: 100%;font-size: 14px;}
			}

			.ab_pro_intro .con_title{padding-bottom: 3%;font-size: 36px;text-align: center;border-bottom: 1px solid #9a9a9a;}
			.ab_pro_intro .MES .green{color: #00b050;}
			.ab_pro_intro .MES .part_2 .tit{font-size: 24px;}
			.ab_pro_intro .MES .part_2 ul.list1{justify-content: flex-start;padding: 0 10%;box-sizing: border-box;}
			.ab_pro_intro .MES .part_2 ul.list1 li{margin-top: 6%;margin-right: 10%;width:15%;}
			.ab_pro_intro .MES .part_2 ul.list1 li:nth-child(4n){margin-right: 0;}
			.ab_pro_intro .MES .part_2 ul.list1 li i{display: inline-block;}
			.ab_pro_intro .MES .part_2 ul.list1 li p{margin-top: 10%;font-size: 22px;color: #000;text-align: center;}
			.ab_pro_intro .MES .part_2 .mes_value{padding: 20px 20px 4%;margin-top: 6%;color: #fff;border-radius: 0 120px 120px 0;box-sizing: border-box;background: linear-gradient(to right,#00abbd,#64b83e);}
			.ab_pro_intro .MES .part_2 .tit_temp .tit span{position: relative;display: inline-block;padding-bottom: 25px;font-size: 40px;font-weight: bold;}
			.ab_pro_intro .MES .part_2 .tit_temp .tit span:after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 12px;background: linear-gradient(to right,#00a6c0,#6cba4c);}
			.ab_pro_intro .MES .part_2 .mes_value .tit span{position: relative;display: inline-block;padding-bottom: 25px;font-size: 40px;font-weight: bold;}
			.ab_pro_intro .MES .part_2 .mes_value .tit span:after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 12px;background: linear-gradient(to right,#e6e5e1,#9b949b,#e6e5e1);}
			.ab_pro_intro .MES .part_2 .mes_value ul {}
			.ab_pro_intro .MES .part_2 .mes_value ul li{margin-top: 2%;width: 48%;font-size: 26px;}
			.ab_pro_intro .MES .part_3 {margin-top: 6%;}
			.ab_pro_intro .MES .part_3 .img{margin-top: 1%;}
			@media only screen and (max-width:1000px){
				.ab_pro_intro .con_title{padding-bottom: 24px;font-size: 26px;}
				.ab_pro_intro .MES .part_2 ul.list1{padding: 0;}
				.ab_pro_intro .MES .part_2 ul.list1 li p{font-size: 16px;}
				.ab_pro_intro .MES .part_2 .tit_temp .tit span{padding-bottom: 18px;font-size: 26px;}
				.ab_pro_intro .MES .part_2 .tit_temp .tit span:after{height: 6px;}
				.ab_pro_intro .MES .part_2 .mes_value .tit span{padding-bottom: 18px;font-size: 26px;}
				.ab_pro_intro .MES .part_2 .mes_value .tit span:after{height: 6px;}
				.ab_pro_intro .MES .part_2 .mes_value ul li{font-size: 18px;}
			}
			@media only screen and (max-width:768px){
				.ab_pro_intro .con_title{font-size: 20px;}
				.ab_pro_intro .MES .part_2 .tit{font-size: 20px;}
				.ab_pro_intro .MES .part_2 .tit_temp .tit span{font-size: 20px;}
				.ab_pro_intro .MES .part_2 .mes_value .tit span{font-size: 20px;}
				.ab_pro_intro .MES .part_2 .mes_value ul li{font-size: 16px;}
			}
			@media only screen and (max-width:480px){
				.ab_pro_intro .con_title,.ab_pro_intro .MES .part_2 .tit,.ab_pro_intro .MES .part_2 .mes_value .tit span,.ab_pro_intro .MES .part_2 .tit_temp .tit span{font-size: 20px;}{font-size: 16px;}
				.ab_pro_intro .MES .part_2 ul.list1 li{margin-right: 6.66%;width: 20%;}
				.ab_pro_intro .MES .part_2 ul.list1 li p{font-size: 14px;}
				.ab_pro_intro .MES .part_2 .mes_value{padding:20px 10px 4%;border-radius: 0 10px 10px 0;}
				.ab_pro_intro .MES .part_2 .mes_value ul li{width: 100%;font-size: 14px;}
			}

.wp-pagenavi {CLEAR: both; MARGIN:0 auto; WIDTH: 100%; PADDING: 30px 0 30px; TEXT-ALIGN: center}
.wp-pagenavi a {
BORDER-RIGHT: #bfbfbf 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #bfbfbf 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; MARGIN: 2px;BORDER-LEFT: #bfbfbf 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #bfbfbf 1px solid; TEXT-DECORATION: none;border-radius:5px;
}
.wp-pagenavi a:hover {
BORDER-LEFT-COLOR:#13944a; BORDER-BOTTOM-COLOR:#13944a; BORDER-TOP-COLOR:#13944a; BORDER-RIGHT-COLOR:#13944a;background:#13944a; color:white; PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; MARGIN: 2px; PADDING-TOP: 5px;
}/*当前指上页码的边框色*/
.wp-pagenavi a.page-num-current {
BORDER-LEFT-COLOR:#13944a; BORDER-BOTTOM-COLOR:#13944a; BORDER-TOP-COLOR:#13944a; BORDER-RIGHT-COLOR:#13944a; background:#13944a; PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; MARGIN: 2px; PADDING-TOP: 5px; border:#13944a 1px solid;border-radius:5px;
color:#fff;
}/*当前选中页码的背景色*/
.text-norecord{ font-size:14px; line-height:35px;}
@media screen and (max-width: 640px) {
.m640{ display:none;}
}
	.about_other .part_1 {padding: 7.5% 0 0%;}
	.about_other .part_1 .content .img{padding: 0 8%;box-sizing: border-box;text-align: center;}
	.about_other .part_1 .content .con{margin-top: 3.8%;}
	.about_other .part_1 .content .con p{font-size: 20px;line-height: 29px;}
	@media only screen and (max-width:1000px){
		.about_other .part_1 .content .con p{font-size: 18px;line-height: 28px;}
	}
	@media only screen and (max-width:768px){
		.about_other .part_1 .content .con p{font-size: 16px;line-height: 24px;}
	}
	@media only screen and (max-width:480px){
	.about_other .part_1{padding: 30px 0 0;}
	.about_other .part_1 .content .con{margin-top: 30px;}
	.about_other .part_1 .content .con p{font-size: 15px;line-height: 25px;}
	}

.other_scm .repart1{padding-bottom: 3%;border-bottom: 1px solid #000;}
	.other_scm .pic_tit{margin-top: 3%;font-size: 18px;font-weight: bold;}
	.other_scm .repart2{margin: 3% 0;}
	.other_scm .repart2 .func_content .item{padding: 4% 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
	.other_scm .repart2 .func_content .item:nth-child(even){flex-flow: row-reverse;}
	.other_scm .repart2 .func_content .item .text_part{width: 35%;}
	.other_scm .repart2 .func_content .item .text_part .hd{margin-bottom: 20px;font-weight: bold;color: #009A43;font-size: 24px;}
	.other_scm .repart2 .func_content .item .text_part ul li{font-size: 18px;line-height: 30px;color: #3f3a39;}
	.other_scm .repart2 .func_content .item .img_part{width: 63%;}
	@media only screen and (max-width:1000px){
		.other_scm .repart2 .func_content .item .text_part .hd{font-size: 20px;}
		.other_scm .repart2 .func_content .item .text_part ul li{font-size: 16px;line-height: 28px;}
	}
	@media only screen and (max-width:768px){
		.other_scm .repart2 .func_content .item:nth-child(even){flex-flow: wrap;}
		.other_scm .repart2 .func_content .item .text_part{width: 100%;}
		.other_scm .repart2 .func_content .item .text_part .hd{font-size: 18px;}
		.other_scm .repart2 .func_content .item .img_part{width: 100%;margin-top: 20px;}
	}
	@media only screen and (max-width:480px){
		.other_scm .repart1{padding: 30px 0;}
		.other_scm .repart2{margin: 30px 0 0;}
		.other_scm .repart2 .func_content .item{padding: 6% 0;}
		.other_scm .repart2 .func_content .item .text_part .hd{margin-bottom: 12px;font-size: 16px;}
		.other_scm .repart2 .func_content .item .text_part ul li{font-size: 15px;line-height: 25px;}
	}
	
	.other_aps .repart1{padding-bottom: 3%;border-bottom: 1px solid #000;}
	.other_aps .pic_tit{margin-top: 3%;font-size: 18px;font-weight: bold;}
	.other_aps .repart2{margin: 3% 0;}
	.other_aps .repart2 .func_content .item{padding: 4% 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
	.other_aps .repart2 .func_content .item:nth-child(even){flex-flow: row-reverse;}
	.other_aps .repart2 .func_content .item .text_part{width: 50%;}
	.other_aps .repart2 .func_content .item .text_part .hd{margin-bottom: 20px;font-weight: bold;color: #009A43;font-size: 24px;}
	.other_aps .repart2 .func_content .item .text_part ul li{font-size: 18px;line-height: 30px;color: #3f3a39;}
	.other_aps .repart2 .func_content .item .img_part{width: 50%;}
	@media only screen and (max-width:1000px){
		.other_aps .repart2 .func_content .item .text_part .hd{font-size: 20px;}
		.other_aps .repart2 .func_content .item .text_part ul li{font-size: 16px;line-height: 28px;}
	}
	@media only screen and (max-width:768px){
		.other_aps .repart2 .func_content .item:nth-child(even){flex-flow: wrap;}
		.other_aps .repart2 .func_content .item .text_part{width: 100%;}
		.other_aps .repart2 .func_content .item .text_part .hd{font-size: 18px;}
		.other_aps .repart2 .func_content .item .img_part{width: 100%;margin-top: 20px;}
	}
	@media only screen and (max-width:480px){
		.other_aps .repart1{padding: 30px 0;}
		.other_aps .repart2{margin: 30px 0 0;}
		.other_aps .repart2 .func_content .item{padding: 6% 0;}
		.other_aps .repart2 .func_content .item .text_part .hd{margin-bottom: 12px;font-size: 16px;}
		.other_aps .repart2 .func_content .item .text_part ul li{font-size: 15px;line-height: 25px;}
	}
	
	.other_mes .repart1{padding-bottom: 3%;border-bottom: 1px solid #000;}
	.other_mes .pic_tit{margin-top: 3%;font-size: 18px;font-weight: bold;}
	.other_mes .repart2{margin: 3% 0;}
	.other_mes .repart2 .func_content .item{padding: 4% 0;}
	.other_mes .repart2 .func_content .item .text_part{width: 100%;}
	.other_mes .repart2 .func_content .item .text_part .hd{margin-bottom: 20px;font-weight: bold;color: #009A43;font-size: 24px;}
	.other_mes .repart2 .func_content .item .text_part ul li{font-size: 18px;line-height: 30px;color: #3f3a39;}
	.other_mes .repart2 .func_content .item .img_part{margin-top: 20px;width: 100%;}
	.other_mes .repart2 .list_layout{display: flex;flex-wrap: wrap;justify-content: space-between;}
	.other_mes .repart2 .list_layout .hd{margin-bottom: 20px;font-weight: bold;color: #009A43;font-size: 24px;}
	.other_mes .repart2 .list_layout ul li{font-size: 18px;line-height: 30px;color: #3f3a39;}
	@media only screen and (max-width:1000px){
		.other_mes .repart2 .func_content .item .text_part .hd{font-size: 20px;}
		.other_mes .repart2 .func_content .item .text_part ul li{font-size: 16px;line-height: 28px;}
		.other_mes .repart2 .list_layout .hd{font-size: 20px;}
		.other_mes .repart2 .list_layout ul li{font-size: 16px;line-height: 28px;}
	}
	@media only screen and (max-width:768px){
		.other_mes .repart2 .func_content .item:nth-child(even){flex-flow: wrap;}
		.other_mes .repart2 .func_content .item .text_part{width: 100%;}
		.other_mes .repart2 .func_content .item .text_part .hd{font-size: 18px;}
		.other_mes .repart2 .func_content .item .img_part{width: 100%;margin-top: 20px;}
	}
	@media only screen and (max-width:480px){
		.other_mes .repart1{padding: 30px 0;}
		.other_mes .repart2{margin: 30px 0 0;}
		.other_mes .repart2 .func_content .item{padding: 6% 0;}
		.other_mes .repart2 .func_content .item .text_part .hd{margin-bottom: 12px;font-size: 16px;}
		.other_mes .repart2 .func_content .item .text_part ul li{font-size: 15px;line-height: 25px;}
		.other_mes .repart2 .list_layout .hd{margin-bottom: 12px;font-size: 16px;}
		.other_mes .repart2 .list_layout ul li{font-size: 15px;line-height: 25px;}
	}
	
	.other_wms .repart1{padding-bottom: 3%;border-bottom: 1px solid #000;}
	.other_wms .pic_tit{margin-top: 3%;font-size: 18px;font-weight: bold;}
	.other_wms .repart2{margin: 3% 0;}
	.other_wms .repart2 .func_content .item{padding: 4% 0;}
	.other_wms .repart2 .func_content .item .text_part{width: 100%;}
	.other_wms .repart2 .func_content .item .text_part .hd{margin-bottom: 20px;font-weight: bold;color: #009A43;font-size: 24px;}
	.other_wms .repart2 .func_content .item .text_part ul li{font-size: 18px;line-height: 30px;color: #3f3a39;}
	.other_wms .repart2 .func_content .item .img_part{margin-top: 20px;width: 100%;}
	.other_wms .repart2 .list_layout{display: flex;flex-wrap: wrap;justify-content: space-between;}
	.other_wms .repart2 .list_layout .hd{margin-bottom: 20px;font-weight: bold;color: #009A43;font-size: 24px;}
	.other_wms .repart2 .list_layout ul li{font-size: 18px;line-height: 30px;color: #3f3a39;}
	@media only screen and (max-width:1000px){
		.other_wms .repart2 .func_content .item .text_part .hd{font-size: 20px;}
		.other_wms .repart2 .func_content .item .text_part ul li{font-size: 16px;line-height: 28px;}
		.other_wms .repart2 .list_layout .hd{font-size: 20px;}
		.other_wms .repart2 .list_layout ul li{font-size: 16px;line-height: 28px;}
	}
	@media only screen and (max-width:768px){
		.other_wms .repart2 .func_content .item:nth-child(even){flex-flow: wrap;}
		.other_wms .repart2 .func_content .item .text_part{width: 100%;}
		.other_wms .repart2 .func_content .item .text_part .hd{font-size: 18px;}
		.other_wms .repart2 .func_content .item .img_part{width: 100%;margin-top: 20px;}
	}
	@media only screen and (max-width:480px){
		.other_wms .repart1{padding: 30px 0;}
		.other_wms .repart2{margin: 30px 0 0;}
		.other_wms .repart2 .func_content .item{padding: 6% 0;}
		.other_wms .repart2 .func_content .item .text_part .hd{margin-bottom: 12px;font-size: 16px;}
		.other_wms .repart2 .func_content .item .text_part ul li{font-size: 15px;line-height: 25px;}
		.other_wms .repart2 .list_layout .hd{margin-bottom: 12px;font-size: 16px;}
		.other_wms .repart2 .list_layout ul li{font-size: 15px;line-height: 25px;}
	}
	
	
	
	
	
	

/* 产品页面 */
.ab_risk{ padding-top: 40px;}
.ab_risk ul{padding: 60px 0;}
.ab_risk ul li{ background: #00b259; box-sizing: border-box; width: 49.5%; padding: 20px; border-radius: 20px; }
.ab_risk ul li .img{  }
.ab_risk ul li .img img{ width: 100%; }
.ab_risk ul li .con{padding: 0 30px; padding-top: 20px; font-size: 24px; text-align: center; color: #FFFFFF; }
.ab_risk ul li .con p{}
@media (max-width: 1400px) {
	.ab_risk ul li .con{font-size: 20px;}
}
@media (max-width: 1024px) {
	.ab_risk ul li{padding: 15px;}
	.ab_risk ul li .con{font-size: 18px; padding: 0; padding-top: 20px;}
}
@media (max-width: 768px) {
	.ab_risk ul{ padding: ;}
	.ab_risk ul li{ width: 49%; }
	.ab_risk ul li .con{font-size: 16px; padding-top: 15px;}
}
@media (max-width: 480px) {
	.ab_risk ul{ padding: 20px 0 30px;}
	.ab_risk ul li{ width: 100%; margin-bottom: 15px; }
	.ab_risk ul li .con{font-size: 16px; line-height: 24px;}
}


/* ab_straits */
.ab_straits{ background-image: url(../images/ab_straits.jpg); position: relative; margin-bottom: 0; padding-bottom: 0; }
.ab_straits .nei_wrap{ padding: 0; }
.ab_straits ul{ }
.ab_straits ul li{ width: 24%; padding: 2% 2.5%;}
.ab_straits ul li .tit{ text-align: center; }
.ab_straits ul li .con{ text-align: justify; }
.ab_straits ul li .con p{ padding-left: 0; }
.ab_straits ul li .con p::before{ display: none;}
@media (max-width: 768px) {
	.ab_straits{ padding-bottom: 5%; }
	.ab_straits ul li{width: 49%; margin-bottom: 15px;}
}
@media (max-width: 480px) {
	.ab_straits{padding-bottom: 15px;}
	.ab_straits ul li{width: 100%; padding: 10px 20px; }
}

/* mission */
.ab_mission{ background: url(../images/ab_mission.jpg) no-repeat center; background-size: cover; padding-top: 16%;padding-bottom: 4%;}
.ab_mission .nei_title .line{margin: 24px auto 0;width: 106px;height: 6px;background-color: #00b259;}
.ab_mission .con{padding-top: 5%;}
.ab_mission .con h3{text-align: center; font-size: 28px; font-weight: normal;}
.ab_mission .con h4{ text-align: center;margin-top: 3%; font-weight: normal; font-size: 30px; position: relative; text-align: center;}
.ab_mission .con h4 i{ color: #FFFFFF; position: absolute; top: 0; left: 0; height: 100%; width: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 20px; box-sizing: border-box;}
.ab_mission .con h4 img{ max-width: 100%; }
.ab_mission .con .icon{ padding: 5% 0; font-size: 30px; display: flex; align-items: center; justify-content: center; color: #1c9850;}
.ab_mission .con .icon img{padding: 0 10px;}
.ab_mission .con ul{}
.ab_mission .con ul li{background: #9da5b2; width: 13%; padding: 20px 0; box-sizing: border-box; text-align: center; color: #FFFFFF; font-size: 28px; }
.ab_mission .con ul li:hover{ background-color: #1c9850; cursor: pointer; }
@media (max-width: 1240px) {
	.ab_mission .con h3{font-size: 24px}
	.ab_mission .con h4{font-size: 26px;}
	.ab_mission .con .icon{font-size: 28px;}
	.ab_mission .con ul li{font-size: 24px;}
}
@media (max-width: 1024px) {
	.ab_mission{ padding-top: 26%;}
	.ab_mission .con ul li{font-size: 24px}
}
@media (max-width: 768px) {
	.ab_mission{ padding-top: 9%;}
	.ab_mission .con h3{font-size: 20px;}
	.ab_mission .con h4{font-size: 18px;}
	.ab_mission .con h4 i{padding-bottom: 10px;}
	.ab_mission .con .icon{font-size: 18px;padding: 3% 0;}
	.ab_mission .con .icon img{width: 50px;}
	.ab_mission .con ul { justify-content: ; }
	.ab_mission .con ul li{font-size: 16px; padding: 10px 0; }
}
@media (max-width: 480px) {
	.ab_mission{padding: 30px 0;}
	.ab_mission .con h3{font-size: 16px;}
	.ab_mission .con h4 i{font-size: 16px;padding-bottom: 0;}
	.ab_mission .con h4 i{ position: static; color: #333;}
	.ab_mission .con h4 img{display: none}
	.ab_mission .con .icon img{width: 35px;}
	.ab_mission .con ul { justify-content: flex-start; }
	.ab_mission .con ul li{ width: 49%; margin: 2px 0.5%; }
	.ab_mission .con ul li:last-child{ width: 99%; }
}


.ab_target2{  padding: 4.5% 0 0; margin-bottom: 6%; position: relative; }
.ab_target2::after{ content: ""; display: block; width: 100%; height: 85%; position: absolute; top: 0; left: 0; background: url(../images/ab_target.jpg) no-repeat center; background-size: cover; z-index: -1;  }
.ab_target2 .nei_title{color: #FFFFFF;}
.ab_target2 .nei_title .line{margin: 24px auto 0;width: 106px;height: 6px;background-color: #00b259;}
.ab_target2 .con{  }
.ab_target2 .con h3{ color: #FFFFFF; font-size: 30px; text-align: center; margin-top: 30px; }
.ab_target2 ul{ }
.ab_target2 ul li{ width: 24%; border-top: 5px solid #14944a; background: #303543 url(../images/ab_target_icon.jpg) repeat-x top; padding: 0 10px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end; }
.ab_target2 ul li .icon{ padding-top: 30px; text-align: center;  }
.ab_target2 ul li .icon img{  }
.ab_target2 ul li .txt{ padding: 20px 0; text-align: center; }
.ab_target2 ul li .txt p{ font-size: 26px; color: #FFFFFF; }

/* solid */
.ab_target2 .solid{ padding-top: 30px; }
.ab_target2 .solid .onBox{  width: 50%; height: 100px; border-right: 2px solid #FFFFFF; }
.ab_target2 .solid .item{ width: 25%; display: flex; box-sizing: border-box;}
.ab_target2 .solid .item .inBox{ width: 50%; height: 100px; border-right: 2px solid #FFFFFF; border-top: 2px solid #FFFFFF; box-sizing: border-box; }
.ab_target2 .solid .item .inBox:nth-child(2){border-right: 0; border-top: 2px solid #FFFFFF;}
.ab_target2 .solid .item:last-child .inBox:nth-child(2){ border-top: 0; }
.ab_target2 .solid .item:first-child .inBox:nth-child(1){ border-top: 0; }
@media (max-width: 1240px) {
	.ab_target2 ul li .txt p{font-size: 22px;}
}
@media (max-width: 1024px) {
	.ab_target2 .con h3{font-size: 24px;}
	.ab_target2 ul li .txt p{font-size: 20px;}
}
@media (max-width: 768px) {
	.ab_target2 .con h3{font-size: 20px;}
	.ab_target2 ul li .txt p{font-size: 16px;}
	.ab_target2 .solid .item .inBox,
	.ab_target2 .solid .onBox{height: 50px;}
}
@media (max-width: 480px) {
	.ab_target2{ padding-top: 30px; padding-bottom: 20px; margin-bottom: 30px; /* background-image: url(../images/m_ab_target.jpg); */}
	.ab_target2::after{height: 100%;}
	.ab_target2 .solid{display: none;}
	.ab_target2 ul { padding-top: 30px; }
	.ab_target2 ul li{ width: 49%; margin-bottom: 10px; }
}



/* ab_flow */
.ab_flow{ padding-bottom: 4%;}
.ab_flow .nei_title .line{margin: 24px auto 0;width: 106px;height: 6px;background-color: #00b259;}
.ab_flow .con{ }
.ab_flow .con h3{ text-align: center; color: ; font-size: 30px; font-weight: normal; margin: 30px 0 50px; }
.ab_flow ul{}
.ab_flow ul li{width: 20%;}
.ab_flow ul li .icon{ position: relative; text-align: center;}
.ab_flow ul li .icon p{ padding-top: 5px; font-size: 30px; color: #FFFFFF; text-align: center; position: absolute; top: 0; left: 0; width: 100%; }
.ab_flow ul li .icon img{ max-width: 100%; }
.ab_flow ul li dl{ text-align: center; margin-top: 50px; }
.ab_flow ul li dt{ font-size: 24px; font-weight: bold; }
.ab_flow ul li dd{ font-size: 20px; margin-top: 10px;}
@media (max-width: 1240px) {
	.ab_flow ul li .icon p{font-size:24px;}
}
@media (max-width: 1024px) {
	.ab_flow ul li .icon p{font-size:20px;}
}
@media (max-width: 768px) {
	.ab_flow .con h3{font-size: 20px; margin: 20px 0 30px;}
	.ab_flow ul { justify-content: flex-start; }
	.ab_flow ul li{width: 33.33%; margin-bottom: 40px;}
	.ab_flow ul li .icon p{font-size:22px;}
	.ab_flow ul li dl{margin-top: 30px;}
	.ab_flow ul li dt{font-size: 20px;}
	.ab_flow ul li dd{font-size: 16px;}
}
@media (max-width: 480px) {
	.ab_flow{padding-bottom: 0;}
	.ab_flow ul li{margin-bottom: 30px;}
	.ab_flow ul li .icon p{font-size:16px;}
	.ab_flow ul li dl{margin-top: 18px;}
	.ab_flow ul li dt{font-size: 16px;}
	.ab_flow ul li dd{font-size: 15px;}
}



/* 内页新闻 */ 
 
.ab_news .top_img{transform:translateY(-15px);}
.ab_news{background:#edeef2; margin-top: 50px; padding: 60px 0 30px;}
.ab_news .list_wrap{margin-top:55px}
.ab_news .list_wrap ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.ab_news .list_wrap ul li{padding-bottom:15px;margin-bottom:15px;width: 47%;border-bottom:1px dashed #ccc}
.ab_news .list_wrap ul li .top .tit{display:inline-block;width:calc(100% - 85px);width:-webkit-calc(100% - 85px);font-size:18px;color:#333;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;vertical-align:text-bottom;font-weight:normal}
.ab_news .list_wrap ul li .top .time{font-size:14px;color:#555;display:inline-block;vertical-align:text-bottom}
.ab_news .list_wrap ul li .con{margin-top:7px;font-size:14px;line-height:25px;height:25px;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}
.ab_news .list_wrap ul li:hover .tit{color:#13944a;}
.ab_news .swiper-pagination{display:none}
@media only screen and (max-width:768px){
	.ab_news .list_wrap ul li .top .tit{font-size: 16px;}
}
@media only screen and (max-width:480px){
	.ab_news{ margin-top: 30px; padding: 30px 0 10px;}
	.ab_news .list_wrap{margin-top:55px}
	.ab_news .swiper-pagination{display:block}
	.ab_news .list_wrap ul{padding-bottom:40px}
	.ab_news .list_wrap ul li{width: 100%;}
	.ab_news .list_wrap ul li .top .tit{font-size:14px}
	.ab_news .list_wrap ul li:nth-last-child(-n+8){display: none;}
}


/* nav */
		.nav{margin-top: 37px;}
		#nav{border-radius: 50px;box-shadow: 0 0 15px rgba(0,0,0,0.18);}
		.nav .sec_pro_nav{margin: 0;background: #fff;position: relative;}
		/* .nav .sec_pro_nav::before{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 7px;background: #13944a;} */
		/* .nav .sec_pro_nav.animate::before{animation: an1 0.8s 0s cubic-bezier(.215,.61,.355,1) 1 forwards;}
		@keyframes an1{
			from{width: 0%;}
			to{width: 100%;}
		} */
		.nav .sec_pro_nav ul{width: auto;}
		.nav .sec_pro_nav ul li{display: inline-block;padding: 12px 10px;width: calc(100% / 7);width: -webkit-calc(100% / 7);height: auto;font-size: 14px;color: #000;font-family: arial;box-sizing: border-box;text-align: center;position: relative;}
		.nav .sec_pro_nav ul li > a{display:block}
		.nav .sec_pro_nav ul li:after{content: "";position: absolute;left: 50%;bottom: 0;width: 14px;height: 12px;background: #13944a;clip-path: polygon(50% 100%, 0% 100%, 100% 100%, 50% 100%);transition: all .3s linear;}
		.nav .sec_pro_nav ul li:hover:after{clip-path: polygon(50% 0, 0% 100%, 100% 100%, 50% 0);}
		/* .nav .sec_pro_nav ul li.cur{background: #13944a;color: #fff;} */
		/* .nav .sec_pro_nav ul li.cur:after{clip-path: polygon(0 0, 50% 100%, 50% 100%, 100% 0);}
		.nav .sec_pro_nav ul li:hover{background: #13944a;color: #fff;} */
		
		.nav .sec_pro_nav ul li .sample{margin: 0 auto;width: 60px;height: 60px;border-radius: 50%;overflow: hidden;background:#fff;display: none;}
		.nav .sec_pro_nav ul li p{display: flex;margin-top: 0px;flex-direction: column;justify-content: center;min-height: 36px;overflow: hidden;}
		.nav .sec_pro_nav .swiper-button-next, .nav .sec_pro_nav .swiper-button-prev{margin-top: 0;top: 0;width: 61px;height: 100%;background-color: rgba(255,255,255,0.6);box-shadow: 0 0 10px #ccc;}
		.nav .sec_pro_nav .swiper-button-prev:after,.nav .sec_pro_nav .swiper-button-next:after{content: initial;}
		.nav .sec_pro_nav .swiper-button-prev{left: 0;background-image: url(../images/icon_rec01.png);background-repeat: no-repeat;background-position: center;}
		.nav .sec_pro_nav .swiper-button-next{right: 0;background-image: url(../images/icon_rec02.png);background-repeat: no-repeat;background-position: center;}
		.my-button-disabled{visibility: hidden;}
		@media only screen and (max-width:1260px){
			.nav .sec_pro_nav ul li{padding: 17px 11px;}
		}
		@media only screen and (max-width:768px){
			.nav .tit{font-size: 20px;}
			.nav .sec_pro_nav ul li{padding: 10px;font-size: 14px;width: calc(100% / 3);width: -webkit-calc(100% / 3);}
		}
		@media only screen and (max-width:480px){
			.nav .nei_wrap{width: 100%;}
			.nav .tit{font-size: 16px;}
			.nav .sec_pro_nav .swiper-button-next, .nav .sec_pro_nav .swiper-button-prev{width: 28px;}
			.nav .sec_pro_nav ul li{padding: 4px;font-size: 12px;width: 36%;}
			.nav .sec_pro_nav ul li:after{height: 7px;}
			.nav .sec_pro_nav ul li p{min-height: 32px;}
		}

/* ab_zngcgh */
            .ab_zngcgh .wrap{min-width:0;}
		.ab_zngcgh .part1{padding: 5.7% 0 4%;}
		.ab_zngcgh .part1 .news_list{margin-top: 67px;position: relative;}
		.ab_zngcgh .part1 .news_page{display: none;position: absolute;left: 0;bottom: 5%;padding: 0 2%;width: 35.5%;height: auto;z-index: 2;box-sizing: border-box;}
		.ab_zngcgh .part1 .news_page .swiper-pagination{position: initial;text-align: left;}
		.ab_zngcgh .part1 .news_page .swiper-pagination-bullet{margin: 0 14px 0 0;width: 21px;height: 21px;background: #f5f5f5;border: 2px solid #323232;box-sizing: border-box;}
		.ab_zngcgh .part1 .news_page .swiper-pagination-bullet-active{background: #e60c24;border: 3px solid #e60c24;}
		.ab_zngcgh .part1 .layout{display: flex;flex-wrap: wrap;justify-content: space-between;box-sizing: border-box;background: #fff;align-items: flex-start;}
		.ab_zngcgh .part1 .img_part{width: 53%;background-image:linear-gradient(to bottom,#f7f7fa 50%,transparent 50%);}
		.ab_zngcgh .part1 .img_part .img{overflow: hidden;}
		.ab_zngcgh .part1 .img_part .img img{width: 100%;}
		.ab_zngcgh .part1 .content_part{padding: 7% 5% 3% 7.5%;width: 47%;box-sizing: border-box;background: #f7f7fa;min-height: 524px;}
		.ab_zngcgh .part1 .content_part .tit{margin-bottom: 23px;font-size: 30px;}
		.ab_zngcgh .part1 .content_part .time{font-size: 15px;margin-bottom: 10%;}
		.ab_zngcgh .part1 .content_part .con{font-size: 18px;color: #000;line-height: 30px;overflow: hidden;}
		.ab_zngcgh .part1 .content_part .con ul li{margin-bottom: 10px;}
		.ab_zngcgh .part1 .content_part .con ul li:last-child{margin-bottom: 0;}
		/* .ab_zngcgh .part1 .content_part .more{margin-top: 15%;display: inline-block;font-size: 18px;color: #808080;}
		.ab_zngcgh .part1 .content_part .more i{display: inline-block;margin-right: 10px;width: 28px;height: 28px;background: url(../images/icon_02.png)no-repeat center;vertical-align: middle;}
		.ab_zngcgh .part1 .content_part .more span{display: inline-block;vertical-align: middle;} */
		.ab_zngcgh .part1 .list_slide{position: absolute;left: 7.4%;bottom: 64px;width: 130px;z-index: 3;display: flex;flex-wrap: wrap;justify-content: space-between;}
		.ab_zngcgh .part1 #list_prev,.ab_zngcgh .part1 #list_next{position: relative;width: 46px;height: 46px;border-radius: 50%;border: 2px solid #b2b2b2;z-index: 2;cursor: pointer;box-sizing: border-box;}
		.ab_zngcgh .part1 #list_prev:hover,.ab_zngcgh .part1 #list_next:hover{background: #13944a;border-color: #13944a;}
		.ab_zngcgh .part1 #list_prev img,.ab_zngcgh .part1 #list_next img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
		.ab_zngcgh .part1 #list_prev:hover img,.ab_zngcgh .part1 #list_next:hover img{filter: brightness(100);}
		.ab_zngcgh .part1 #list_prev{left:3%}
		.ab_zngcgh .part1 #list_next{right:3%}
		@media only screen and (max-width:1440px){
			.ab_zngcgh .part1 .content_part .tit{font-size: 24px;}
			.ab_zngcgh .part1 .content_part .con{font-size: 16px;line-height: 28px;}
			/* .ab_zngcgh .part1 .content_part .more{margin-top: 10%;font-size: 16px;} */
		}
		@media only screen and (max-width:1260px){
			.ab_zngcgh .part1 .content_part{padding: 40px 5% 3%;min-height: 394px;}
			.ab_zngcgh .part1 .list_slide{left: 3%;bottom: 15px;}
		}
		@media only screen and (max-width:1080px){
			.ab_zngcgh .part1 .news_list{margin-top: 30px;}
			.ab_zngcgh .part1 .content_part .feat li{width: 15%;}
			.ab_zngcgh .part1 .content_part .feat li p{font-size: 16px;}
			.ab_zngcgh .part1 .content_part .tit{font-size: 24px;margin-bottom: 10px;}
			.ab_zngcgh .part1 .content_part .time{margin-bottom: 25px;}
			.ab_zngcgh .part1 .content_part .con{font-size: 16px;line-height: 28px;}
			.ab_zngcgh .part1 .img_part{width: 100%;}
			.ab_zngcgh .part1 .content_part{padding: 5% 3%;width: 100%;order: 2;}
			.ab_zngcgh .part1 #list_prev, .ab_zngcgh .part1 #list_next{width: 45px;height: 45px;}
			/* .ab_zngcgh .part1 .content_part .more{margin-top: 5%;}
			.ab_zngcgh .part1 .content_part .more i{margin-right: 8px;width: 24px;height: 24px;background-size: 100% auto;} */
			.ab_zngcgh .part1 .news_page{left: auto;right: 3%;padding: 0;width: auto;}
			.ab_zngcgh .part1 .news_page .swiper-pagination-bullet{margin: 0 0 0 14px;}
		}
		@media only screen and (max-width:768px){
			.ab_zngcgh .part1{padding: 40px 0 ;}
			.ab_zngcgh .part1 .img_part{margin: 0 auto;}
			.ab_zngcgh .part1 .box_wrap{max-height: initial;}
			.ab_zngcgh .part1 .content_part{min-height: 320px;}
			.ab_zngcgh .part1 .content_part .feat li i{display: inline-block;}
			.ab_zngcgh .part1 .content_part .feat li i img{width: 60px;}
			.ab_zngcgh .part1 .content_part .t{font-size: 15px;}
			.ab_zngcgh .part1 #list_prev, .ab_zngcgh .part1 #list_next{top: 20%;}
			.ab_zngcgh .part1 .content_part .con ul li{margin-bottom: 5px;}
			.ab_zngcgh .part1 .content_part .tit{font-size: 18px;}
			.ab_zngcgh .part1 .content_part .con{font-size: 14px;line-height: 24px;}
			.ab_zngcgh .part1 .list_slide{width: 110px;}
			.ab_zngcgh .part1 #list_prev, .ab_zngcgh .part1 #list_next{width: 40px;height: 40px;}
		}
		@media only screen and (max-width:480px){
			.ab_zngcgh .part1{padding: 30px 0;}
			.ab_zngcgh .part1 .content_part{min-height: 230px;}
			.ab_zngcgh .part1 .content_part .tit{font-size: 16px;}
			.ab_zngcgh .part1 .content_part .time{margin-bottom: 14px;}
			.ab_zngcgh .part1 .content_part .con{font-size: 14px;line-height: 24px;}
			.ab_zngcgh .part1 .content_part .con ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
			.ab_zngcgh .part1 .content_part .con ul li{width:49%}
			.ab_zngcgh .part1 .content_part .feat{display: none;}
			.ab_zngcgh .part1 .content_part .more span{font-size: 14px;}
			.ab_zngcgh .part1 .news_page .swiper-pagination-bullet{margin: 0 0 0 8px;width: 14px;height: 14px;}
			.ab_zngcgh .part1 .news_page{bottom: 3.5%;}
			.ab_zngcgh .part1 .content_part .more i{width: 12px;height: 12px;}
			.ab_zngcgh .part1 .list_slide{width: 98px;}
			.ab_zngcgh .part1 #list_prev, .ab_zngcgh .part1 #list_next{width: 36px;height: 36px;}
		}
		
.ab_zngcgh .part2{padding: 3.5% 0;background: #f8fafe;}
			.ab_zngcgh .part2 .layout{margin-top: 67px;}
			.ab_zngcgh .part2 .layout .item{width: 29.5%;position: relative;border-radius: 15px;overflow: hidden;filter:drop-shadow(0 0 15px rgba(0,0,0,0.2));transition: all .3s linear;/* clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 10%,5% 0); */}
			.ab_zngcgh .part2 .layout .item .wrap{clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 13.2%,99.7% 12.8%,99.6% 12.4%,99% 11.6%,98.6% 11.4%,98% 11%,97% 10.5%,96% 10.2%,95% 10%,5% 0);/* clip-path:inset(0 round 0 25% 0 0); */}
			.ab_zngcgh .part2 .layout .item .wrap:after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;background: linear-gradient(to top,rgba(255,255,255,1) 45%,rgba(255,255,255,0.8) 55%,transparent);z-index: 1;transition: all .3s linear;}
			.ab_zngcgh .part2 .layout .item .img{padding-bottom: 194px;}
			.ab_zngcgh .part2 .layout .item .img img{width: 100%;}
			.ab_zngcgh .part2 .layout .item .text_wrap{position: absolute;left: 0;bottom: 0;padding: 0 12% 2%;width: 100%;height: 270px;z-index: 2;box-sizing: border-box;}
			.ab_zngcgh .part2 .layout .item .text_wrap .tit{text-align: center;margin-bottom: 14%;font-size: 20px;font-weight: bold;}
			.ab_zngcgh .part2 .layout .item .text_wrap .slogan{font-size: 18px;line-height: 1.9;}
			@media only screen and (min-width:481px){
				.ab_zngcgh .part2 .layout .item:hover{filter:drop-shadow(0 0 10px rgba(0,0,0,0.2));}
				.ab_zngcgh .part2 .layout .item:hover:after{background: linear-gradient(to top,rgba(255,255,255,1) 40%,rgba(255,255,255,0.8) 50%,transparent);}
			}
			@media only screen and (max-width:1080px){
				.ab_zngcgh .part2{padding: 40px 0;}
				.ab_zngcgh .part2 .layout .item .text_wrap{padding: 0 8% 2%;height: 240px;}
				.ab_zngcgh .part2 .layout .item .text_wrap .slogan{font-size: 16px;}
				.ab_zngcgh .part2 .layout .item{width: 31.5%;}
				.ab_zngcgh .part2 .layout .item .text_wrap .tit{font-size: 18px;margin-bottom: 14px;}
				
			}
			@media only screen and (max-width:768px){
				.ab_zngcgh .part2 .layout .item .text_wrap{height: 194px;}
				.ab_zngcgh .part2 .layout .item .img{padding-bottom: 140px;}
				.ab_zngcgh .part2 .layout .item .text_wrap .slogan{line-height: 14px;line-height: 24px;}
			}
			@media only screen and (max-width:680px){
				.ab_zngcgh .part2 .layout{margin-top: 16px;}
				.ab_zngcgh .part2 .layout .item{margin-top: 18px;width: 100%;}
				.ab_zngcgh .part2 .layout .item .wrap{clip-path: polygon(0 0,0 100%,100% 100%,100% 0);}
				.ab_zngcgh .part2 .layout .item .img{padding-bottom: 0px;}
				.ab_zngcgh .part2 .layout .item{border-radius: 6px;}
			}
			@media only screen and (max-width:480px){
				.ab_zngcgh .part2{padding: 30px 0;}
			}
			
			.ab_target{padding: 4.5% 0 3.5%;}
			/* .ab_target .wrap{padding: 0 5%;box-sizing: border-box;} */
			.ab_target .content{margin: 0 0 67px;padding:0 1%;box-sizing: border-box;font-size: 18px;}
			.ab_target .content b{color: #14944a;}
			.ab_target .content p{margin-top: 1.2%;color: #000;}
			.ab_target ul li{margin-bottom: 3.2%;width: 30%;position: relative;}
			.ab_target ul li .img{position: relative;padding-bottom: 50.5%;width: 100%;height: 0;overflow: hidden;background: #14944a;}
			.ab_target ul li .img img{position: absolute;left: 50%;top: 50%;width: 100%;transform: translate(-50%,-50%);}
			.ab_target ul li .text{position: absolute;left: 50%;top: 50%;width: 94%;max-width: 163px;transform: translate(-50%,-50%);color: #fff;font-size: 30px;line-height: 50px;text-shadow: #283d4f 2px 2.5px 1px;text-align: center;}
			@media only screen and (max-width:1080px){
				.ab_target{padding: 40px 0;}
				.ab_target .content{margin: 0 0 30px;}
				.ab_target .content p{margin-top: 14px;}
				.ab_target ul li{width: 31.5%;}
				.ab_target ul li .text{font-size: 20px;line-height: normal;}
			}
			@media only screen and (max-width:768px){
				.ab_target .content{font-size: 16px;}
				.ab_target ul li .text{font-size: 16px;}
			}
			@media only screen and (max-width:480px){
				.ab_target{padding: 30px 0;}
				.ab_target .content{margin: 20px 0;font-size: 14px;}
				.ab_target .content p{margin-top: 10px;}
				.ab_target ul li{width: 49%;}
				.ab_target ul li:nth-last-child(-n+2){margin-bottom: 0;}
				.ab_target ul li .text{font-size: 14px;}
			}
			
			.ab_zngcgh .part4{padding: 6.2% 0 7.9%;background: url(/statics/znzz/image/part4_gcstep.jpg)no-repeat center/cover;}
			.ab_zngcgh .part4 .nei_title2 {color: #fff;}
			.ab_zngcgh .part4 .nei_title2 .title{color: #fff;}
			.ab_zngcgh .part4 .nei_title2 .slogan{margin-left: auto;margin-right: auto;max-width: 730px;}
			.ab_zngcgh .part4 .step_ul{margin-top: 5%;}
			.ab_zngcgh .part4 .step_ul > ul{flex-wrap: nowrap;}
			.ab_zngcgh .part4 .step_ul li{padding: 0 2%;width: 18%;max-width: 210px;background: #fff;box-sizing: border-box;text-align: center;border-radius: 4px;}
			.ab_zngcgh .part4 .step_ul li .tit{margin-top: 66px;font-size: 23px;color: #26bd71;font-weight: bold;}
			.ab_zngcgh .part4 .step_ul li span{display: inline-block;margin: 52px 0 30px;font-size: 69px;font-weight: bold;color:transparent;-webkit-text-stroke:0.4px #26bd71;line-height: 1em;}
			@media only screen and (min-width:481px){
				.ab_zngcgh .part4 .step_ul li:hover span{color: #26bd71;}
			}
			@media only screen and (max-width:1260px){
				.ab_zngcgh .part4 .step_ul > ul{flex-wrap: wrap;}
				.ab_zngcgh .part4 .step_ul li{width: 15%;max-width: initial;}
				.ab_zngcgh .part4 .step_ul li .tit{margin-top: 38px;font-size: 20px;}
				.ab_zngcgh .part4 .step_ul li span{margin: 34px 0 38px;font-size: 60px;}
			}
			@media only screen and (max-width:1080px){
				.ab_zngcgh .part4{padding: 40px 0;}
				.ab_zngcgh .part4 .step_ul li{margin: 1% 0;width: 32%;}
			}
			@media only screen and (max-width:768px){
				.ab_zngcgh .part4 .step_ul li{margin: 1% 0;width: 32%;}
				.ab_zngcgh .part4 .step_ul li .tit{font-size: 18px;}
				.ab_zngcgh .part4 .step_ul li span{font-size: 50px;}
			}
			@media only screen and (max-width:480px){
				.ab_zngcgh .part4{padding:30px 0;}
				.ab_zngcgh .part4 .step_ul li{width: 49%;}
				.ab_zngcgh .part4 .step_ul li .tit{margin-top: 24px;font-size: 16px;}
				.ab_zngcgh .part4 .step_ul li span{margin: 30px 0 24px;font-size: 44px;}
			}
			
			.ab_zngcgh .part5{padding: 7.8% 0 5%;background: url(../images/part5_7_3.jpg)no-repeat center/cover;}
			.ab_zngcgh .part5 .nei_title2 .slogan{max-width: 592px;}
			.ab_zngcgh .part5 .content{margin-top: 4%;font-size: 20px;}
			.ab_zngcgh .part5 .content p{margin-bottom: 28px;font-weight: bold;}
			.ab_zngcgh .part5 .content i{display: inline-block;margin-right: 8px;width: 18px;height: 18px;border: 1px solid #000;box-sizing: border-box;position: relative;border-radius: 50%;}
			.ab_zngcgh .part5 .content i:after{content: "";position: absolute;left: 50%;top: 50%;width: 8px;height: 8px;border-radius: 50%;background-color: #000;transform: translate(-50%,-50%);}
			@media only screen and (max-width:1260px){
				.ab_zngcgh .part5{padding: 40px 0;}
			}
			@media only screen and (max-width:768px){
				
				.ab_zngcgh .part5 .content{font-size: 18px;}
			}
			@media only screen and (max-width:480px){
				.ab_zngcgh .part5{padding: 30px 0;background: url(../images/part5_7_3.jpg)no-repeat left 27% center/cover;}
				.ab_zngcgh .part5 .content{font-size: 16px;}
				.ab_zngcgh .part5 .content p{margin: 20px 0 0;}
				.ab_zngcgh .part5 .content i{width: 14px;height: 14px;}
				.ab_zngcgh .part5 .content i:after{width: 6px;height: 6px;}
			}
			
			.ab_step{padding: 6.7% 0 1.7%;}
			.ab_step .list {margin-top: 67px;}
			.ab_step .list li{padding:20px 1%;margin-bottom: 50px;margin-right: calc((100% - 1080px) / 5);width: 146px;width:180px;box-sizing: border-box;position: relative;/* box-shadow:0 0 10px rgba(0 0 0/14%); */background:#fff;}
			.ab_step .list li:after{content:"";position: absolute;left: 112%;top: 35%;left:100%;top:50%;width: 70px;border-bottom: 1px dashed #696969;z-index:-1;}
			.ab_step .list li:nth-child(6n){margin-right: 0;}
			.ab_step .list li:nth-child(6n):after{content: initial;}
			.ab_step .list li i{display: inline-block;width:64px;/* width: 142px;height: 142px;border-radius: 50%;box-shadow:  0 0 30px rgb(0 0 0 /13%);line-height: 142px; */;display:none}
			.ab_step .list li p{margin: 34px 0 13px;margin:20px 0 13px;font-size: 18px;text-align: center;text-shadow: 0 0 1px #696969;font-weight:bold;padding:5px;border-radius:30px;background:#13944a;color:#fff;}
			.ab_step .list li  span{display: inline-block;margin: -4px 4px 0 0;font-size: 12px;vertical-align: middle;font-weight: normal;}
			.ab_step .list li .step_num{position: relative;margin:0 auto 13px;width: 105px;text-align: center;/* border-radius: 30px; */color: #000;font-size: 22px;/* box-shadow: 0 0 10px rgb(0 0 0 /14%); */font-weight: bold;background: rgba(255,255,255,1);}
			/* .ab_step .list li:hover p{color: #13944a;} */
			.ab_step .list li:hover span{filter:grayscale(1) brightness(100);}
			.ab_step .list li .right{display:none;}
			@media only screen and (max-width:1400px){
				.ab_step .list li p{font-size: 18px;}
			}
			@media only screen and (max-width:1260px){
				.ab_step .list li:after{width:22px}
				/* .ab_step .list li i img{width:75px} */
				/* .ab_step .list li .step_num{font-size: 18px;} */
				.ab_step .list li p{margin: 24px 0 13px;}
			}
			@media only screen and (max-width:1080px){
				.ab_step .list{margin-top: 40px;}
				.ab_step .list li{margin-right: 2.66%;width: 23%;}
				.ab_step .list li:after{left: 100%;}
				.ab_step .list li:nth-child(6n){margin-right: 2.66%;}
				.ab_step .list li:nth-child(6n):after{content: "";}
				.ab_step .list li:nth-child(4n){margin-right: 0;}
				.ab_step .list li:nth-child(4n):after{content: initial;}
			}
			@media only screen and (max-width:768px){
				.ab_step{padding: 40px 0 10px;}
				.ab_step .list li{margin-bottom: 40px;}
				/* .ab_step .list li i{width:100px;height: 100px;line-height: 100px;} */
				.ab_step .list li i img{width: 52px;}
				.ab_step .list li .step_num{/* width: 100px; */font-size: 16px;/* height: 30px;line-height: 30px; */}
				.ab_step .list li p{font-size: 15px;}
			}
			@media only screen and (max-width:480px){
				.ab_step{padding: 30px 0;}
				.ab_step .list li{margin-right: 0;width: 47%;border: 1px solid #c5c5c5;}
				.ab_step .list li:nth-last-child(-n+2){margin-bottom: 0;}
				.ab_step .list li i{width: 46px;display:none;}
				.ab_step .list li p{margin: 20px 0 0;text-align: center;font-size: 15px;background:transparent;color:#13944a}
				.ab_step .list li span{background-size: 100%;vertical-align: baseline;}
				.ab_step .list li:nth-child(6n){margin-right: 0;}
				.ab_step .list li:nth-child(2n):after{content: initial;}
				.ab_step .list li .step_num{font-size: 16px;}
			}
			
			.ab_zngcgh .part6 {padding: 6% 0;background: url(../images/part6_xy_bg.jpg)no-repeat center/cover;color: #fff;}
			.ab_zngcgh .part6  .nei_title2 .title{color:#fff}
			.ab_zngcgh .part6 .layout{margin-top: 67px;}
			.ab_zngcgh .part6 .lf_part{width: 47%;max-width: 506px;}
			.ab_zngcgh .part6 .lf_part .content{font-size: 20px;line-height: 1.5;}
			.ab_zngcgh .part6 .rt_part{width: 52%;}
			.ab_zngcgh .part6 .rt_part ul {}
			.ab_zngcgh .part6 .rt_part ul li{width: 20%;min-width: 146px;}
			.ab_zngcgh .part6 .rt_part ul li span{font-size: 47px;font-weight: bold;}
			.ab_zngcgh .part6 .rt_part ul li p{font-size: 18px;}
			.ab_zngcgh .part6 .rt_part ul:first-child li{margin-bottom: 15.5%;}
			@media only screen and (max-width:1260px){
				.ab_zngcgh .part6 .lf_part .content{font-size: 18px;line-height: 2;}
				.ab_zngcgh .part6 .rt_part ul li span{margin-bottom: 14px;display: inline-block;font-size: 36px;line-height: 1em;}
			}
			@media only screen and (max-width:1080px){
				.ab_zngcgh .part6{padding: 40px 0;}
				.ab_zngcgh .part6 .layout{margin-top: 30px;}
				.ab_zngcgh .part6 .lf_part{width: 100%;max-width: initial;}
				.ab_zngcgh .part6 .lf_part .content{font-size: 16px;}
				.ab_zngcgh .part6 .rt_part{margin-top:46px;width: 100%;}
				.ab_zngcgh .part6 .rt_part ul:first-child li{margin-bottom: 9.5%;}
				.ab_zngcgh .part6 .rt_part ul li span{font-size: 26px;}
				.ab_zngcgh .part6 .rt_part ul li p{font-size: 16px;}
			}
			@media only screen and (max-width:680px){
				.ab_zngcgh .part6 .rt_part ul li{width:32%;min-width: initial;}
			}
			@media only screen and (max-width:480px){
				.ab_zngcgh .part6{padding: 30px 0;}
				.ab_zngcgh .part6 .lf_part .content{font-size: 14px;line-height: 1.5;}
				.ab_zngcgh .part6 .rt_part{margin-top: 26px;}
				.ab_zngcgh .part6 .rt_part ul li span{font-size: 22px;margin-bottom: 10px;}
				.ab_zngcgh .part6 .rt_part ul li p{font-size: 14px;}
			}
			
			/* ab_pro_case */
			.ab_pro_case.template3{margin: 0;padding: 5% 0 0;background: #fff;}
			.ab_pro_case.template3 .img{margin-top: 67px;}
			.ab_pro_case.template3 .content_list {margin-top: 67px;}
			.ab_pro_case.template3 .content_list ul{justify-content: flex-start;}
			.ab_pro_case.template3 .content_list ul li{padding: 0;margin-right: 1.875%;margin-bottom: 1.8%;width: 18.5%;background: #fff;box-sizing: border-box;box-shadow: 0 0 20px rgb(0 0 0 / 20%);}
			.ab_pro_case.template3 .content_list ul li:nth-child(5n){margin-right: 0;}
			.ab_pro_case.template3 .content_list ul li .img{position: relative;padding-bottom: 34%;width: 100%;height: 0;overflow: hidden;}
			.ab_pro_case.template3 .content_list ul li .img img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: auto;height: 100%;}
			
			.ab_pro_case.template3 .content_list ul li:hover a.more{transform: translateY(-10px);}
			
			.ab_pro_case.template3 .tempWrap{margin-top: 10px;box-shadow:0 0 20px rgba(0 0 0 / 20%)}
			.ab_pro_case.template3 .content_content{margin-top: 10px;box-shadow:0 0 20px rgba(0 0 0 / 20%)}
			.ab_pro_case.template3 .content_content .item .wrap{display: flex;padding: 58px 48px;flex-wrap: wrap;justify-content: space-between;position: relative;background-repeat: no-repeat;background-position: center;background-size: cover;background-color: #000;box-sizing: border-box;}
			.ab_pro_case.template3 .content_content .item .lf_part{width: 30%;color: #fff;}
			.ab_pro_case.template3 .content_content .item .lf_part .title{font-size: 30px;}
			.ab_pro_case.template3 .content_content .item .lf_part .line{margin-top: 30px;width: 43px;height: 6px;background: #fff;}
			.ab_pro_case.template3 .content_content .item .rt_part{padding: 38px 24px 2% 46px;width: 68%;box-sizing: border-box;background: rgba(255,255,255,0.6);border-radius: 16px;}
			.ab_pro_case.template3 .content_content .item .rt_part .content_box{padding-right: 20px;height: 376px;box-sizing: border-box;overflow-y: scroll;}
			.ab_pro_case.template3 .content_content .item .rt_part .content_box .blank{height: 120px;}
			.ab_pro_case.template3 .content_content .item .rt_part .content_box::-webkit-scrollbar {
			 /*滚动条整体样式*/
			  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
			  height: 1px;
			  }
			  .ab_pro_case.template3 .content_content .item .rt_part .content_box::-webkit-scrollbar-thumb {
			  /*滚动条里面小方块*/
			  border-radius: 10px;
			  background   : #fff;
			  }
			  .ab_pro_case.template3 .content_content .item .rt_part .content_box::-webkit-scrollbar-track {
			  /*滚动条里面轨道*/
			  border-radius: 10px;
			  background   : rgba(218,218,218,0.8);
			  }
			.ab_pro_case.template3 .content_content .item .rt_part .row1{margin-bottom: 30px;}
			.ab_pro_case.template3 .content_content .item .rt_part .row1 .tip_hd{display: inline-block;padding:4px 6px;margin-bottom: 20px;width: 104px;font-size: 16px;background: url(../images/green_hd.png)no-repeat left center/100%;color:#fff;font-weight: bold;}
			.ab_pro_case.template3 .content_content .item .rt_part .row1 .content{font-size: 16px;line-height: 1.5;}
			
			/* add-css */
			.ab_pro_case.template3 .content_list .industry_category{/* margin-bottom: 1.5%; */border-bottom:1px solid #ccc}
			.ab_pro_case.template3 .content_list .ly{position:relative}
			.ab_pro_case.template3 .content_list .ly .lf_name{position:absolute;left:0;top:0;width:136px;height:100%;min-height: 30px;background-color:#13944a}
			.ab_pro_case.template3 .content_list .ly .lf_name .name{position: absolute;left:50%;top:50%;width:auto;transform:translate(-50%,-50%);font-size:20px;color:#fff;font-weight: bold;white-space: nowrap;}
			.ab_pro_case.template3 .content_list .ly ul{margin:0 0 0 auto;width:calc(100% - 136px);width:-webkit-calc(100% - 136px)}
			.ab_pro_case.template3 .content_list .ly ul li{display: block;padding: 0;margin-right: 0;margin-bottom:0;width:16.6%;background: #fff;box-sizing: border-box;box-shadow: 0 0 20px rgb(0 0 0 / 20%);box-shadow:initial}
			@media only screen and (max-width:1080px){
				.ab_pro_case.template3 .img{margin-top: 30px:}
				.ab_pro_case.template3 .content_list{margin-top: 30px;}
				.ab_pro_case.template3 .content_content .item .wrap{padding: 46px 36px;}
				.ab_pro_case.template3 .content_content .item .lf_part{margin-bottom: 30px;width: 100%;}
				.ab_pro_case.template3 .content_content .item .lf_part .title{font-size: 24px;}
				.ab_pro_case.template3 .content_content .item .lf_part .line{height: 4px;}
				.ab_pro_case.template3 .content_content .item .rt_part{padding: 30px 24px;width: 100%;border-radius: 8px;}
			}
			@media only screen and (max-width:900px){
				.ab_pro_case.template3 .content_list .ly .lf_name .name{font-size:14px;}
			}
			@media only screen and (max-width:768px){
				.ab_pro_case.template3{padding: 40px 0 0;}
				/* .ab_pro_case.template3 .content_list ul li:nth-child(-n+2){display: block;}
				.ab_pro_case.template3 .content_list ul li:nth-last-child(1){display: none;}
				.ab_pro_case.template3 .content_list ul{justify-content: space-between;}
				.ab_pro_case.template3 .content_list ul:after{content: "";width: 32%;}
				.ab_pro_case.template3 .content_list ul li{margin-right: 0;width: 32%;} */
				.ab_pro_case.template3 .content_content .item .wrap{padding: 35px 24px;}
				.ab_pro_case.template3 .content_content .item .lf_part .title{font-size: 18px;}
				.ab_pro_case.template3 .content_content .item .lf_part .line{margin-top: 24px;height: 3px;}
				.ab_pro_case.template3 .content_content .item .rt_part{padding: 30px 3%;border-radius: 4px;}
				.ab_pro_case.template3 .content_content .item .rt_part .content_box{height: 310px;}
				.ab_pro_case.template3 .content_content .item .rt_part .content_box::-webkit-scrollbar {
				 /*滚动条整体样式*/
				  width : 6px;  /*高宽分别对应横竖滚动条的尺寸*/
				  height: 1px;
				}
				.ab_pro_case.template3 .content_content .item .rt_part .row1 .tip_hd{font-size: 13px;width:90px;}
				.ab_pro_case.template3 .content_content .item .rt_part .row1 .content{font-size: 14px;line-height: 1.8;}
				.ab_pro_case.template3 .content_content .item .rt_part .content_box .blank{height: 60px;}
				
				.ab_pro_case.template3 .content_list{overflow-x: scroll;width:100%}
				.ab_pro_case.template3 .content_list .industry_category{width:768px}
			}
			@media only screen and (max-width:480px){
				.ab_pro_case.template3{padding: 30px 0 0;}
				.ab_pro_case.template3{margin-top: 30px;}
				/* .ab_pro_case.template3 .content_list ul:after{content: "";width: 48.5%;}
				.ab_pro_case.template3 .content_list ul li{margin-right: 0;width: 48.5%;} */
				.ab_pro_case.template3 .content_content .item .wrap{padding: 24px 4%;}
				.ab_pro_case.template3 .content_content .item .rt_part{padding: 20px 3%;}
				.ab_pro_case.template3 .content_content .item .rt_part .row1 .content{line-height: 24px;}
				.ab_pro_case.template3 .content_content .item .rt_part .row1{margin-bottom: 20px;}
				.ab_pro_case.template3 .content_content .item .rt_part .row1 .tip_hd{margin-bottom: 10px;}
			}
			
			.ab_news2{padding: 5% 0;}
			.ab_news2 .random_part{margin-top: 67px;}
			.ab_news2 .random_part .one{width: 33%;background-color: #f3f6ff;background-image: url(../images/one_left.jpg);background-repeat: no-repeat;background-size: auto 100%;background-position: right top;}
			.ab_news2 .random_part .item{padding: 20px 10% 38px 18px;font-size: 18px;height: 100%;box-sizing: border-box;}
			.ab_news2 .random_part .item > a{display: block;width: 100%;height: 100%;}
			.ab_news2 .random_part .item .top{color: #333;}
			.ab_news2 .random_part .item .top .title{font-size: 18px;line-height: 1.5;}
			.ab_news2 .random_part .item .top .con{margin-top: 33px;font-size: 14px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow: hidden;}
			.ab_news2 .random_part .item .time{color: #6a6a6a;position: absolute;left: 0;top: 100%;z-index: 1;}
			.ab_news2 .random_part .one .top{margin-top: ;}
			.ab_news2 .random_part .one .top .con{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
			.ab_news2 .random_part .two{width: 65.8%;}
			.ab_news2 .random_part .two .row{display: flex;flex-wrap: wrap;justify-content: space-between;}
			.ab_news2 .random_part .two .row .short{width: 32%;}
			.ab_news2 .random_part .two .row .long{width: 66%;}
			.ab_news2 .random_part .two .row1{margin-bottom: 1.8%;}
			.ab_news2 .random_part .two .row1 .short{background-color: #f8f8f8;}
			.ab_news2 .random_part .two .row1 .long{background-color: #e6eaff;background-image: url(../images/two_right.jpg);background-repeat: no-repeat;background-position: right bottom;background-size: auto 98%;}
			.ab_news2 .random_part .two .row1 .long .top{width: 80%;}
			.ab_news2 .random_part .two .row2 .short{background-color: #f8f8f8;order: 2;}
			.ab_news2 .random_part .two .row2 .long{background-color: #f0f0f0;}
			.ab_news2 .random_part .two .item .top .con{margin-top: 16px;}
			.ab_news2 .random_part .two .row .short .item .top .title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow: hidden;}
			.ab_news2 .random_part .two .row .long .item .top .title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}
			@media only screen and (max-width:1080px){
			    .ab_news2 .random_part{margin-top:30px}
			    .ab_news2 .random_part .item .top .title{font-size:16px}
			}
			@media only screen and (max-width:768px){
			    .ab_news2 .random_part .two .row1 .long .top{width: 100%;}
			}
			@media only screen and (max-width:680px){
			    .ab_news2 .random_part .one{width: 100%;}
			    .ab_news2 .random_part .two{margin-top:1.8%;width: 100%;}
			    .ab_news2 .random_part .two .row .short{width: 48%;}
			    .ab_news2 .random_part .two .row .long{width: 50%;}
			    .ab_news2 .random_part .item{padding: 20px 4% 30px;font-size:14px}
			    .ab_news2 .random_part .item .top .title{font-size:14px;}
			    .ab_news2 .random_part .item .top .con{margin-top:12px;-webkit-line-clamp: 2;}
			    .ab_news2 .random_part .item .time{top:103%}
			    .ab_news2 .random_part .two .row1 .long{background-size:auto 67%}
			}
			
			/* ab_news2 */
			.ab_news2 .list_part{padding:14px 20px 20px;margin-top:1.2%;background-color:#f8f8f8;background-image:url(../images/ab_news_bg.png);background-repeat:no-repeat;background-position: right bottom;background-size:auto 100%;box-sizing:border-box;}
			.ab_news2 .list_part .nav_top{position:relative}
			.ab_news2 .list_part .nav_top ul{justify-content:flex-start;margin-left:34px}
			.ab_news2 .list_part .nav_top ul li{padding:14px 22px 0 22px;font-size:18px}
			.ab_news2 .list_part .nav_top ul li i{display:inline-block;width:25px;height: 25px;filter:grayscale(1) brightness(0.5);vertical-align: text-bottom;margin-right:4px}
			.ab_news2 .list_part .nav_top ul li i img{display:block}
			.ab_news2 .list_part .nav_top ul li.on{color: #1aa445;background:#fff;box-shadow:0 -2px 6px rgb(0 0 0 / 10%)}
			.ab_news2 .list_part .nav_top ul li.on i{filter:grayscale(0) brightness(1)}
			.ab_news2 .list_part .nav_top a.more{position:absolute;top:0;right:0;font-size:18px;color: #1aa445;transition:all 0.3s linear}
			.ab_news2 .list_part .nav_top a.more:hover{transform:translateY(-3px)}
			.ab_news2 .list_part .list_content{padding:20px 0 4px 51px;width:54%;box-sizing:border-box;background:linear-gradient(to right,#fff 73%,transparent)}
			.ab_news2 .list_part .list_content .part ul li{display:flex;flex-wrap:wrap;justify-content:space-between;color:#2a2b2a;font-size:18px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e2e1e1}
			.ab_news2 .list_part .list_content .part ul li a{display:inline-block;width:calc(100% - 120px);width:-webkit-calc(100% - 120px);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
			.ab_news2 .list_part .list_content .part ul li a:hover{color:#1aa445}
			.ab_news2 .list_part .list_content .part ul li .time{width:120px;text-align:center}
			.ab_news2 .list_part .list_content .part ul li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0;}
			@media only screen and (max-width:1080px){
			    .ab_news2 .list_part{background-size:auto 68%}
			    .ab_news2 .list_part .nav_top ul li{padding:6px 10px 0 10px;font-size:16px}
			    .ab_news2 .list_part .nav_top a.more{font-size:16px;}
			    .ab_news2 .list_part .list_content{width: 100%;}
			    .ab_news2 .list_part .list_content .part ul li{font-size:16px}
			}
			@media only screen and (max-width:768px){
			    .ab_news2{padding:40px 0}
			    .ab_news2 .list_part .nav_top ul{margin-left:8px}
			    .ab_news2 .list_part .list_content{padding:20px 0 16px 3%;}
			    .ab_news2 .list_part .nav_top ul li i{width: 18px;height: 20px;}
			}
			@media only screen and (max-width:480px){
			    .ab_news2{padding:30px 0}
			    .ab_news2 .list_part{padding:18px 3%;margin-top:1.8%;}
			    .ab_news2 .list_part .nav_top a.more{display:none}
			    .ab_news2 .list_part .nav_top ul li{font-size:13px}
			    .ab_news2 .list_part .list_content .part ul li{font-size:14px;margin-bottom:10px;padding-bottom:10px;}
			}
			
			/* -----------------------------------数字化工厂新css start------------------------------------------ */
			
/* aab_solution2 */
.ab_solution2{padding: 5.7% 0 3.5%;}
		.ab_solution2 .nei_title span{padding: 1% 3%;font-weight: bold;color: #fff;background-image: linear-gradient(to bottom,#6cbb44,#01b1b6);}
		.ab_solution2 .cul_box{position: relative;}
		.ab_solution2 .cul_box .m_img{display: none;}
		.ab_solution2 .culture_list{ width: 50%; height: 376px; padding-right: 500px; text-align: right; position: relative; /* overflow: hidden; */box-sizing: border-box;}
		.ab_solution2 .culture_list:nth-last-child(-n+2){padding-bottom: 58px;height: auto;}
		.ab_solution2 .culture_list dd:after{ content: ""; display: inline-block; position: absolute; width: 233px; height: 48px; background: #dcdcdc; top: 54%; right: 20%; z-index: 1;transition: all .5s ease;}
		
		.ab_solution2 .culture_list:nth-child(2n){ padding-left: 500px; text-align: left; padding-right: 0px;}
		.ab_solution2 .culture_list .h_tit{margin-bottom: 10px;font-size: 20px; color: #000; font-weight: bolder;transition: all .5s ease;}
		.ab_solution2 .culture_list .con{margin-top: 64px;}
		.ab_solution2 .culture_list .con p{font-size: 17px;color: #000;line-height: 26px;}
		.ab_solution2 .culture_list .con p.row:after{ content: ""; display: inline-block; position: absolute; width: 270px; height: 129px; background-color: transparent; top: 54%; right: 20%; z-index: -1;transition: all .5s ease;background-repeat: no-repeat;background-size:100% auto}
		.ab_solution2 .culture_list:nth-child(1) .con p.row:after{ top: 19%;right: 19%;background-image: url(/statics/znzz/image/line1-2.png);background-position: right top;}
		.ab_solution2 .culture_list:nth-child(2) .con p.row:after{ top: 19%;left: 19%;background-image: url(/statics/znzz/image/line2-2.png);background-position: left top;}
		.ab_solution2 .culture_list:nth-child(3) .con p.row:after{ top: 21%;right:19%;background-image: url(/statics/znzz/image/line3-2.png);background-position: right bottom;}
		.ab_solution2 .culture_list:nth-child(4) .con p.row:after{ top: 21%;left: 19%;background-image: url(/statics/znzz/image/line4-2.png);background-position: left bottom;}
		.ab_solution2 .about_content{ position: relative;}
		.ab_solution2 .culture_center{ width: 396px; height: 396px; text-align: center; line-height: 396px;position: absolute;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);z-index: 1;border-radius: 50%;border: 1px dashed #a2d9d3;}
		.ab_solution2 .culture_center:after{content:"";position: absolute;left: 50%;top: 50%;width: 90%;height: 90%;background-color: #def8f5;border-radius: 50%;z-index: -2;transform: translate(-50%,-50%);}
		.ab_solution2 .culture_center:before{content: "";position: absolute;left: 50%;top: 50%;width:81%;height: 81%;background: #bdf7f0;border-radius: 50%;z-index: -1;transform: translate(-50%,-50%);}
		.ab_solution2 .culture_list .culture_list_img{webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;width: 650px;height: 650px;position: absolute;overflow: hidden;transition: all .5s ease;transform: translate3d(0,0,0);z-index: -1;}
		.ab_solution2 .culture_list .culture_list_img img{width: 50%;position: absolute;opacity: 0;transition: all .5s ease;transform: translate3d(0,0,0);display: none;}
		.ab_solution2 .culture_list1 .culture_list_img{right: 0;bottom: 0;transform: translate3d(50%,50%,0);background-size: 100%;}
		.ab_solution2 .culture_list1 .culture_list_img img{left: 0;top: 0;}
		.ab_solution2 .culture_list2 .culture_list_img{left: 0;bottom: 0;transform: translate3d(-50%,50%,0);background-size: 100%;}
		.ab_solution2 .culture_list2 .culture_list_img img{right: 0;top: 0;}
		
		.ab_solution2 .culture_list3 .culture_list_img{right: 0;top: 0;transform: translate3d(50%,-50%,0);background-size: 100%;}
		.ab_solution2 .culture_list3 .culture_list_img img{left: 0;bottom: 0;}
		
		.ab_solution2 .culture_list4 .culture_list_img{left: 0;top: 0;/* background-color: #0a4180; */background-size: 100%;}
		.ab_solution2 .culture_list4 .culture_list_img img{right: 0;bottom: 0;}
		/* .ab_solution2 .culture_list:hover .culture_list_img{ background: #fff;} */
		
		.ab_solution2 .solute_txt{font-size: 16px;line-height: 24px;text-align: center;color: #13944a;}
		.ab_solution2 .solute_txt .por{margin: 0 auto;max-width: 1044px;}
		
		
		
		/* 指向放大图片 */
		.ab_solution2 .culture_list:hover .con p.row:after{transform: scale(1.1);}
		.ab_solution2 .culture_list:hover .culture_list_img img {opacity: 1;transform: translate3d(0,0,0);}
		.ab_solution2 .culture_list:hover .culture_list_img span{ opacity: 0;}
		.ab_solution2 .culture_list:hover dd{transition: all .5s ease;}
		.ab_solution2 .culture_list1:hover .culture_list_img{transform: translate3d(50%,50%,0) scale(1.05);}
		.ab_solution2 .culture_list1:hover .culture_list_img{transform: translate3d(50%,50%,0) scale(1.05);}
		.ab_solution2 .culture_list2:hover .culture_list_img{transform: translate3d(-50%,50%,0) scale(1.05);}
		.ab_solution2 .culture_list3:hover .culture_list_img{transform: translate3d(50%,-50%,0) scale(1.05);}
		.ab_solution2 .culture_list4:hover .culture_list_img{transform: translate3d(-50%,-50%,0) scale(1.05);}
		.ab_solution2 .culture_list:hover dd:after{ background: #14a83a;}
		
		/* .culture_list .culture_list_img:before{content: '';display: block;height: 2px;top: 50%;width: 100%;left: 0;background-color: #fff;position: absolute;z-index: 1;}
		.culture_list .culture_list_img:after{content: '';display: block;height: 100%;left: 50%;width: 2px;top: 0;background-color: #fff;position: absolute;z-index: 1;} */
		.ab_solution2 .culture_list .culture_list_img span{display: block;width: 22px;height: 22px;background-color: rgba(255,255,255,.3);-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;position: absolute;transition: opacity .5s ease;display: none;}
		.ab_solution2 .culture_list .culture_list_img span:after{content: '';display: block;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;position: absolute;left: 50%;top: 50%;width: 10px;height: 10px;margin-top: -5px;margin-left: -5px;background-color: #f6f9fb;}
		.ab_solution2 .culture_list1 .culture_list_img span{left: 25%;margin-left: -22px;bottom: 75%;margin-bottom: 0;}
		.ab_solution2 .culture_list2 .culture_list_img span{right: 25%;margin-right: -22px;bottom: 75%;margin-bottom: 0;}
		.ab_solution2 .culture_list3 .culture_list_img span{left: 25%;margin-left: -22px;top: 75%;margin-top: 0;}
		.ab_solution2 .culture_list4 .culture_list_img span{right: 25%;margin-right: -22px;top: 75%;margin-top: -0px;}
		@media only screen and (min-width:481px){
			.ab_solution2 .culture_center:hover:after{animation: d1 1.4s 0s 1 linear forwards;}
			.ab_solution2 .culture_center:hover:before{animation: d2 1.4s 0s 1 linear forwards;}
		}
		@keyframes d1{
			0{width: 90%;height: 90%;}
			50%{width: 110%;height: 110%;}
			100%{width: 90%;height: 90%;}
		}
		@keyframes d2{
			0{width: 81%;height: 81%;}
			50%{width: 76%;height: 76%;}
			100%{width: 81%;height: 81%;}
		}
		@media screen and (max-width:1400px){
			.ab_solution2 .culture_list{height: 334px;}
			.ab_solution2 .culture_list .culture_list_img{width: 544px;height: 544px;}
			.ab_solution2 .culture_list .con{}
			.ab_solution2 .culture_center{width: 330px;height: 330px;line-height: 330px;}
			.ab_solution2 .culture_list{padding-right: 400px;}
			.ab_solution2 .culture_list:nth-child(2n){padding-left: 400px;}
			.ab_solution2 .culture_list .con p.row:after{width: 210px;}
			.ab_solution2 .solute_txt{margin-top: 30px;}
		}
		@media screen and (max-width:1200px){
			.ab_solution2 .culture_list{padding-right:360px;height: 250px;}
			.ab_solution2 .culture_list:nth-child(2n){padding-left:360px;}
			.ab_solution2 .culture_list .con{margin-top: 65px;}
			.ab_solution2 .culture_list .con p{font-size: 16px;}
			.ab_solution2 .culture_list .culture_list_img{width: 420px;height: 420px;}
			.ab_solution2 .culture_center{width: 240px;height: 240px;line-height: 240px;}
			.ab_solution2 .solute_txt{}
			.ab_solution2 .culture_list .h_tit{font-size:18px}
			
		}
		@media screen and (max-width:1000px){
			.ab_solution2 .culture_list{padding-right: 250px;}
			.ab_solution2 .culture_list:nth-child(2n){padding-left: 250px;}
			.ab_solution2 .culture_list:nth-child(1) .con p.row:after{ top:36%;right:0%;}
			.ab_solution2 .culture_list:nth-child(2) .con p.row:after{ top:36%;left: 0;}
			.ab_solution2 .culture_list:nth-child(3) .con p.row:after{ top:13%;right:0;}
			.ab_solution2 .culture_list:nth-child(4) .con p.row:after{ top:13%;left: 0;}
			.ab_solution2 .culture_list .h_tit{font-size:16px}
			.ab_solution2 .culture_center img{max-width:68%}
		}
		@media screen and (max-width:768px){
			.ab_solution2{padding:40px 0}
			.ab_solution2 .cul_box{margin-top:30px}
			.ab_solution2 .cul_box .m_img{display: block;text-align: center;}
			.ab_solution2 .cul_box .m_img img{width: 80%;}
			.ab_solution2 .cul_box .culture_top{width: 90%;margin: 30px auto 0;}
			.ab_solution2 .culture_list .con{margin-top: 0px;}
			.ab_solution2 .culture_list .h_tit{display: block;margin-bottom: 10px;padding-bottom: 15px;border-bottom: 2px solid #029aa7;font-size: 17px;}
			.ab_solution2 .culture_list .con p{padding: 0 2% 0 0;width: 49%;display: inline-block;vertical-align: text-top;box-sizing: border-box;}
			.ab_solution2 .culture_list:nth-child(1) .con p.row:after{ content:initial}
			.ab_solution2 .culture_list:nth-child(2) .con p.row:after{ content:initial}
			.ab_solution2 .culture_list:nth-child(3) .con p.row:after{ content:initial}
			.ab_solution2 .culture_list:nth-child(4) .con p.row:after{ content:initial}
			.ab_solution2 .culture_list .culture_list_img,.ab_solution2 .culture_center{ display: none;}
			.ab_solution2 .culture_list .culture_list_img{ display: none}
			.ab_solution2 .culture_list{ width: 100%; padding-right: 0px; height: auto; text-align: left; margin-bottom: 15px;}
			.ab_solution2 .culture_list:nth-child(2n){ padding-left: 0px; text-align: left;}
			.ab_solution2 .solute_txt{font-size: 16px;line-height: 24px;}
			.ab_solution2 .culture_list:nth-last-child(-n+2){padding-bottom:0}
		}
		@media screen and (max-width:480px){
			.ab_solution2{padding:30px 0}
			.ab_solution2 .cul_box{margin-top:20px}
			.ab_solution2 .culture_list .h_tit{font-size: 16px;}
			.ab_solution2 .culture_list .con p{font-size: 15px;line-height: 25px;}
			.ab_solution2 .solute_txt{font-size: 15px;}
			.ab_solution2 .solute_txt p:after{top: 6px;width: 6px;height: 13px;}
		}
		
		/* ab_xiaoyi2 */
		.ab_xiaoyi2{background-color: #f8fafe;background-image:url(/statics/znzz/image/xiaoyi2_bg.jpg);background-repeat: no-repeat;background-size: cover;background-position: center;}
		.ab_xiaoyi2 .bg2{padding: 69px 0;background-image: url(/statics/znzz/image/xiaoyi2_one.jpg);background-repeat: no-repeat;background-position: left 3% center;background-size: 49.8% auto;}
		.ab_xiaoyi2 .nei_title2 .slogan{margin-top: 54px;}
		.ab_xiaoyi2 .lf_part{width: 38%;}
		.ab_xiaoyi2 .rt_part{width: 60%;}
		.ab_xiaoyi2 .rt_part > div{align-items: flex-start;}
		.ab_xiaoyi2 .rt_part ul{padding: 5% 8%;width: 46%;background: #fff;border-radius: 30px;box-sizing: border-box;}
		.ab_xiaoyi2 .rt_part ul:first-child{margin-top: 10%;}
		.ab_xiaoyi2 .rt_part ul li{margin-bottom: 22%;}
		.ab_xiaoyi2 .rt_part ul li:last-child{margin-bottom: 0;}
		.ab_xiaoyi2 .rt_part ul li .num_top span{display: inline-block;line-height: 1em;vertical-align: baseline;}
		.ab_xiaoyi2 .rt_part ul li .num_top .num{font-size: 45px;}
		.ab_xiaoyi2 .rt_part ul li .num_top .unit{font-size: 20px;}
		.ab_xiaoyi2 .rt_part ul li .line_wrap{margin: 16px 0 4px;width: 100%;height: 5px;position: relative;}
		.ab_xiaoyi2 .rt_part ul li .line_wrap .line{position: relative;left: 0;top: 0;width: 0;height: 100%;}
		.ab_xiaoyi2 .rt_part ul li .line_wrap .line.green{background: #00ae76;}
		.ab_xiaoyi2 .rt_part ul li .line_wrap .line.blue{background: #06b7db;}
		.ab_xiaoyi2 .rt_part ul li .line_wrap .line.red{background: #ed1604;}
		.ab_xiaoyi2 .rt_part ul li .line_wrap .line.orange{background: #ff584a;}
		.ab_xiaoyi2 .rt_part ul li .line_wrap #line1.animate{animation:w53 2s 0s 1 forwards;}
		.ab_xiaoyi2 .rt_part ul li .line_wrap #line2.animate{animation:w75 2s 0s 1 forwards;animation-delay: 0.2s;}
		.ab_xiaoyi2 .rt_part ul li .line_wrap #line3.animate{animation:w73 2s 0s 1 forwards;animation-delay: 0.4s;}
		.ab_xiaoyi2 .rt_part ul li .line_wrap #line4.animate{animation:w10 2s 0s 1 forwards}
		.ab_xiaoyi2 .rt_part ul li .line_wrap #line5.animate{animation:w21 2s 0s 1 forwards;animation-delay: 0.2s;}
		.ab_xiaoyi2 .rt_part ul li .line_wrap #line6.animate{animation:w25 2s 0s 1 forwards;animation-delay: 0.4s;}
		.ab_xiaoyi2 .rt_part ul li .con{font-size: 24px;}
		@keyframes w53{
			from{width: 0;}
			to{width: 53%;}
		}
		@keyframes w75{
			from{width: 0;}
			to{width: 75%;}
		}
		@keyframes w73{
			from{width: 0;}
			to{width: 73%;}
		}
		@keyframes w10{
			from{width: 0;}
			to{width: 10%;}
		}
		@keyframes w21{
			from{width: 0;}
			to{width: 21%;}
		}
		@keyframes w25{
			from{width: 0;}
			to{width: 25%;}
		}
		@media only screen and (max-width:1260px){
			.ab_xiaoyi2 .nei_title2 .slogan{margin-top:20px}
			.ab_xiaoyi2 .rt_part ul{padding:5%}
			.ab_xiaoyi2 .rt_part ul li .num_top .num{font-size:30px}
			.ab_xiaoyi2 .rt_part ul li .line_wrap{height: 3px;}
			.ab_xiaoyi2 .rt_part ul li .con{font-size:20px}
		}
		@media only screen and (max-width:1000px){
			.ab_xiaoyi2 .rt_part ul{border-radius:10px}
			.ab_xiaoyi2 .rt_part ul li .con{font-size:18px}
		}
		@media only screen and (max-width:768px){
			.ab_xiaoyi2 .bg2{padding:40px 0}
			.ab_xiaoyi2 .rt_part ul li .num_top .num{font-size:26px}
			.ab_xiaoyi2 .rt_part ul li .line_wrap{height: 2px;}
			.ab_xiaoyi2 .rt_part ul li .con{font-size:17px}
		}
		@media only screen and (max-width:680px){
			.ab_xiaoyi2 .lf_part{width: 100%;}
			.ab_xiaoyi2 .rt_part{margin-top:24px;width: 100%;}
			.ab_xiaoyi2 .bg2{background-position:left  0 top 27%}
			.ab_xiaoyi2 .rt_part ul li .num_top .unit{font-size:14px}
		}
		@media only screen and (max-width:480px){
			.ab_xiaoyi2 .bg2{padding: 30px 0;}
			.ab_xiaoyi2 .rt_part ul{width: 48%;}
			.ab_xiaoyi2 .rt_part ul li{margin-bottom:16px}
			.ab_xiaoyi2 .rt_part ul li .num_top .num{font-size:20px}
			.ab_xiaoyi2 .rt_part ul li .line_wrap{margin:10px 0 6px}
			.ab_xiaoyi2 .rt_part ul li .con{font-size:14px}
		}
		
		/* .ab_pro_deve2 */
		.ab_pro_deve2{padding: 6.6% 0 1.5%;position: relative;z-index: 1;}
		.ab_pro_deve2 .bg{position: absolute;left: 0;bottom: -1%;width: 100%;height: 660px;z-index: -1;background: url(../images/deve2_bg.jpg)no-repeat center;background-size: cover;}
		.ab_pro_deve2 .list_content{position: relative;margin-top: 45px;}
		.ab_pro_deve2 .list_content .swiper-wrapper{align-items: initial;}
		.ab_pro_deve2 .list_content .swiper-slide{padding: 10px;box-sizing: border-box;}
		.ab_pro_deve2 .list_content .img{text-align: center;}
		.ab_pro_deve2 .list_content .item{padding: 40px 4% 20px;min-height: 490px;box-shadow: 0 0 10px rgba(17 128 6 / 10%);box-sizing: border-box;text-align: center;background: #fff;}
		.ab_pro_deve2 .list_content .item > div p{margin: 10px 0;font-size: 16px;line-height: 24px;color: #3f3a39;}
		.ab_pro_deve2 .list_content .item .year_title{font-size: 24px;color: #19a354;text-align: center;font-weight: bold;}
		.ab_pro_deve2 .list_content .item .text_top{position: relative;margin-bottom: 10px;height: 210px;}
		.ab_pro_deve2 .list_content .item .text_top > div{position: absolute;left: 0;bottom: 0;width: 100%;box-sizing: border-box;}
		.ab_pro_deve2 .list_content .item .text_btm{position: relative;margin-top: 10px;height: auto;}
		.ab_pro_deve2 .list_content .item .text_btm > div{box-sizing: border-box;}
		.ab_pro_deve2 #ab_pro_d{box-sizing: border-box;box-sizing: border-box;}
		.ab_pro_deve2 .slide_prev,.ab_pro_deve2 .slide_next{position: absolute;top: 50%;width: 20px;height: 25px;transform: translateY(-43%);z-index: 2;cursor: pointer;visibility:hidden}
		.ab_pro_deve2 .slide_prev{left: 0;background: url(../images/pro_prev2.png)no-repeat center;}
		.ab_pro_deve2 .slide_next{right: 0;background: url(../images/pro_next2.png)no-repeat center;}
		@media only screen and (max-width:1400px){
			.ab_pro_deve2 .list_content .item .year_title{font-size:20px}
			.ab_pro_deve2 .list_content .item > div p{font-size: 14px;line-height: 24px;}
			.ab_pro_deve2 .slide_prev,.ab_pro_deve2 .slide_next{visibility:visible}
			.ab_pro_deve2 .list_content .item .text_top{height: 180px;}
			.ab_pro_deve2 .list_content{margin-top:30px}
		}
		@media only screen and (max-width:1000px){
			.ab_pro_deve2 .list_content .item .year_title{font-size:18px}
			.ab_pro_deve2 .list_content .item{min-height:460px}
		}
		@media only screen and (max-width:768px){
			.ab_pro_deve2{padding:40px 0 10px}
			.ab_pro_deve2 .list_content .item > div p{line-height: normal;}
			.ab_pro_deve2 .list_content .item .year_title{font-size:16px}
			.ab_pro_deve2 .list_content .item .text_top{height: 150px;}
		}
			@media only screen and (max-width:480px){
				.ab_pro_deve2{padding: 30px 0 1%;}
				.ab_pro_deve2 .list_content{margin-top:20px;}
				.ab_pro_deve2 .list_content .item{padding:20px 3%;min-height:300px;border:2px solid #e8eeff}
				.ab_pro_deve2 .list_content .item > div {width: 100%;}
				.ab_pro_deve2 .list_content .item > div p{font-size: 12px;}
				.ab_pro_deve2 .list_content .item .img{height:auto}
				.ab_pro_deve2 .list_content .item .text_top > div{position: initial;}
				.ab_pro_deve2 .list_content .item .text_top,.ab_pro_deve2 .list_content .item .text_btm{margin: 0;height: auto;}
				.ab_pro_deve2 .list_content .swiper-slide{padding:0}
			}
			
			/* ab_jf2 */
			.ab_jf2{padding: 5% 0 4%;position: relative;z-index: 1;}
			.ab_jf2 .content{margin: 6% 0 3%;text-align: center;}
			.ab_jf2 .content p{font-size: 24px;}
			.ab_jf2 .list_title{margin-bottom: 20px;font-size: 24px;}
			.ab_jf2 .content > div{margin-top: 20px;}
			.ab_jf2 .content > div span{display: inline-block;vertical-align: middle;font-size: 30px;color: #02abc0;text-shadow: 2px 2px 4px #6cbb46;font-weight: bold;}
			.ab_jf2 .list{margin-top: 8.6%;display: flex;flex-wrap: wrap;justify-content: flex-start;}
			.ab_jf2 .list li{position: relative;margin-bottom: 4%;margin-right: 1.8%;width: 18%;box-shadow: 0 0 16px rgba(17 128 6 / 20%);}
			.ab_jf2 .list li:nth-child(5n){margin-right: 0%;}
			.ab_jf2 .list li .wrap{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;padding: 14px 25px;box-sizing: border-box;position: relative;}
			.ab_jf2 .list li .step{position: absolute;right: 6px;bottom: 100%;font-size: 16px;text-transform: uppercase;color: #14944a;transform: translateY(35%);}
			.ab_jf2 .list li .step .num{display: inline-block;font-size: 40px;font-weight: bold;font-family: arial;vertical-align: middle;font-style: italic;background-image:-webkit-linear-gradient(bottom,#14944a 60%,#5cb581 60%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
			.ab_jf2 .list li .img{width: 96px;}
			.ab_jf2 .list li p{width: calc(100% - 110px);width: -webkit-calc(100% - 110px);font-size: 17px;color: #333;white-space: nowrap;}
			@media only screen and (max-width:1400px){
				.ab_jf2 .list li .img{width: 70px;}
				.ab_jf2 .list li p{width: calc(100% - 80px);width: -webkit-calc(100% - 80px);}
				.ab_jf2 .list li .step .num{font-size:30px}
			}
			@media only screen and (max-width:1000px){
				.ab_jf2 .content p{font-size: 22px;}
				.ab_jf2 .content > div span{font-size: 24px;}
				.ab_jf2 .list_title{font-size: 22px;}
				.ab_jf2 .list li p{font-size: 18px;}
				.ab_jf2 .list li{margin-right:2%;width: 48%;}
				.ab_jf2 .list li:nth-child(5n){margin-right:2%}
			}
			@media only screen and (max-width:768px){
				.ab_jf2{padding: 40px 0;}
				.ab_jf2 .content p{font-size: 18px;}
				.ab_jf2 .content > div span{font-size: 20px;}
				.ab_jf2 .list_title{font-size: 18px;}
				.ab_jf2 .list li p{font-size: 16px;}
			}
			@media only screen and (max-width:680px){
				.ab_jf2 .list{margin-top:40px;justify-content: space-between;}
				.ab_jf2 .list:after{content: "";width: 49%;}
				.ab_jf2 .list li{margin-right: 0;width: 49%;}
			}
			@media only screen and (max-width:480px){
				.ab_jf2{padding: 30px 0;}
				.ab_jf2 .content{margin: 8% 0 5%;}
				.ab_jf2 .list li .wrap{padding:14px 12px;text-align:center}
				.ab_jf2 .list li .step{font-size:14px}
				.ab_jf2 .list li .step .num{font-size:20px;line-height:1em}
				.ab_jf2 .list li .img{margin:0 auto 10px;width: 50px;}
				.ab_jf2 .list li p{width: 100%;font-size:14px}
			}
			
			/* -----------------------------------数字化工厂新css end------------------------------------------ */
			
			
			/* -----------------------------------数智化顶层设计css start------------------------------------------ */
			.ab_risk2{padding: 5.7% 0 5%;}
			.ab_risk2 .layout{padding: 38px 4% 54px;margin: 0 auto;max-width: 1214px;box-shadow: 0 0 10px rgba(0 0 0 / 20%);border-radius: 10px;box-sizing: border-box;}
			.ab_risk2 .layout .content{margin-top: 48px;}
			.ab_risk2 .layout .content .part .wrap{display: flex;flex-wrap: wrap;justify-content: space-between;}
			.ab_risk2 .layout .content .part .img_part{width: 63%;}
			.ab_risk2 .layout .content .part .img_part img{width: 100%;}
			.ab_risk2 .layout .content .part .rt_part{width: 33%;font-size: 20px;box-sizing: border-box;}
			.ab_risk2 .layout .content .part .rt_part .hd{margin-bottom: 4px;}
			.ab_risk2 .layout .content .part .rt_part .con{line-height: 1.8;}
			.ab_risk2 .layout .con_nav{margin-top: 58px;}
			.ab_risk2 .layout .con_nav ul{display: flex;flex-wrap: wrap;justify-content: center;}
			.ab_risk2 .layout .con_nav ul li{margin: 0 7px;}
			.ab_risk2 .layout .con_nav ul li span{display: inline-block;padding: 10px 38px;font-size: 14px;border-radius: 50px;border: 1px solid #00d9bf;color: #4caba8;box-sizing: border-box;font-weight: bold;cursor: pointer;}
			.ab_risk2 .layout .con_nav ul li.on span{background: linear-gradient(0deg,#00dbc1,#00e19f);color:#fff;}
			@media only screen and (max-width:1260px){
				.ab_risk2 .layout .content{margin-top: 30px;}
				.ab_risk2 .layout .content .part .rt_part{font-size: 18px;}
				.ab_risk2 .layout .con_nav{margin-top: 40px;}
			}
			@media only screen and (max-width:768px){
				.ab_risk2{padding: 40px 0;}
				.ab_risk2 .layout{padding: 40px 4%;}
				.ab_risk2 .layout{border-radius: 6px;}
				.ab_risk2 .layout .content .part .rt_part{font-size: 16px;}
				.ab_risk2 .layout .con_nav ul li span{padding: 8px 26px;}
			}
			@media only screen and (max-width:680px){
				.ab_risk2 .layout{border-radius: 4px;padding: 30px 3%;}
				.ab_risk2 .layout .content .part .img_part{width:100%}
				.ab_risk2 .layout .content .part .rt_part{margin-top:20px;width:100%}
				.ab_risk2 .layout .content .part .rt_part{font-size: 14px;}
				.ab_risk2 .layout .content .part .rt_part .con{line-height: 24px;}
			}
			@media only screen and (max-width:480px){
				.ab_risk2{padding: 30px 0;}
				.ab_risk2 .layout .con_nav ul li span{font-size: 12px;}
			}
                  .ab_question2 .wrap{min-width:0;}
			.ab_question2 .box{min-width:0;width:100%;}
			.ab_question2 .part2{padding: 3.5% 0;background: #f8fafe;}
			.ab_question2 .part2 .layout{margin-top: 67px;}
			.ab_question2 .part2 .layout .item{width: 23.5%;position: relative;border-radius: 15px;overflow: hidden;filter:drop-shadow(0 0 15px rgba(0,0,0,0.2));transition: all .3s linear;/* clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 10%,5% 0); */}
			.ab_question2 .part2 .layout .item .wrap{clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 13.2%,99.7% 12.8%,99.6% 12.4%,99% 11.6%,98.6% 11.4%,98% 11%,97% 10.5%,96% 10.2%,95% 10%,5% 0);/* clip-path:inset(0 round 0 25% 0 0); */}
			.ab_question2 .part2 .layout .item .wrap:after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;background: linear-gradient(to top,rgba(255,255,255,1) 35%,rgba(255,255,255,0.9) 46%,transparent 60%);z-index: 1;transition: all .3s linear;}
			.ab_question2 .part2 .layout .item .box{padding-bottom: 160px;}
			.ab_question2 .part2 .layout .item .img{position: relative;padding-bottom: 100%;width: 100%;height: 0;overflow: hidden;}
			.ab_question2 .part2 .layout .item .img img{position: absolute;left: 50%;top: 50%;width: auto;max-width: initial;height: 100%;transform: translate(-50%,-50%);}
			.ab_question2 .part2 .layout .item .text_wrap{position: absolute;left: 0;bottom: 0;padding: 0 6% 2%;width: 100%;min-height: 218px;z-index: 2;box-sizing: border-box;}
			.ab_question2 .part2 .layout .item .text_wrap .tit{text-align: center;margin-bottom: 14px;font-size: 20px;font-weight: bold;}
			.ab_question2 .part2 .layout .item .text_wrap .slogan{font-size: 16px;line-height: 28px;}
			@media only screen and (min-width:481px){
				.ab_question2 .part2 .layout .item:hover{filter:drop-shadow(0 0 10px rgba(0,0,0,0.2));}
				.ab_question2 .part2 .layout .item:hover:after{background: linear-gradient(to top,rgba(255,255,255,1) 40%,rgba(255,255,255,0.8) 50%,transparent);}
			}
			@media only screen and (max-width:1080px){
				.ab_question2 .part2{padding: 40px 0;}
				.ab_question2 .part2 .layout{margin-top: 30px;}
				.ab_question2 .part2 .layout .item .text_wrap{padding: 0 8% 2%;min-height: 240px;}
				.ab_question2 .part2 .layout .item .text_wrap .slogan{font-size: 16px;}
				.ab_question2 .part2 .layout .item{margin-top: 30px;width: 48%;}
				.ab_question2 .part2 .layout .item .text_wrap .tit{font-size: 18px;margin-bottom: 14px;}
				
			}
			@media only screen and (max-width:768px){
				.ab_question2 .part2 .layout .item .text_wrap{min-height: 194px;}
				.ab_question2 .part2 .layout .item .box{padding-bottom: 140px;}
				.ab_question2 .part2 .layout .item .text_wrap .slogan{font-size: 16px;line-height: 24px;}
			}
			@media only screen and (max-width:680px){
				.ab_question2 .part2 .layout{margin-top: 16px;}
				.ab_question2 .part2 .layout .item .text_wrap{padding: 0 5% 20px;min-height: initial;}
				.ab_question2 .part2 .layout .item{margin-top: 18px;width: 100%;}
				.ab_question2 .part2 .layout .item .wrap{clip-path: polygon(0 0,0 100%,100% 100%,100% 0);}
				.ab_question2 .part2 .layout .item .box{padding-bottom: 0px;}
				.ab_question2 .part2 .layout .item{border-radius: 6px;}
			}
			@media only screen and (max-width:480px){
				.ab_question2 .part2{padding: 30px 0;}
				.ab_question2 .part2 .layout .item .text_wrap .slogan{font-size: 14px;line-height: 24px;}
			}
			
			/* .ab_mission2 */
                  .ab_mission2 .wrap{min-width:0;}
			.ab_mission2{padding: 5.5% 0;background:#fff url(../images/mis2_bg.jpg) no-repeat center bottom/100% auto;}
			.ab_mission2 .lf_part{width: 50%;}
			.ab_mission2 .lf_part .wrap{text-align: center;}
			.ab_mission2 .lf_part .row1{padding: 5.5% 0;color: #fff;background: #39c3a9;clip-path: polygon(0 42%, 0 100%, 100% 100%, 100% 42%,50% 0);font-size: 24px;font-weight: bold;}
			.ab_mission2 .lf_part .row2{padding: 5% 0;font-size: 24px;color: #39c3a9;font-weight: bold;background:#e8f9f6}
			.ab_mission2 .lf_part .row2 img{display: inline-block;margin: 0 18px;}
			.ab_mission2 .lf_part .row3{padding: 30px;box-sizing: border-box;background: #d7f3ee;box-sizing: border-box;}
			.ab_mission2 .lf_part .row3 ul:nth-child(1){display: flex;flex-wrap: nowrap;justify-content: center;margin-bottom: 30px;}
			.ab_mission2 .lf_part .row3 ul:nth-child(2){display: flex;flex-wrap: nowrap;justify-content: space-between;}
			.ab_mission2 .lf_part .row3 ul li span{display: block;padding: 14px 28px;font-size: 20px;color: #fff;background: #39c3a9;}
			.ab_mission2 .lf_part .row3 ul:nth-child(1) li{margin:0 2.5%;}
			.ab_mission2 .rt_part{width: 50%;}
			.ab_mission2 .rt_part .img{margin-top: 10px;}
			@media only screen and (max-width:1260px){
				.ab_mission2 .lf_part{width: 48%;}
				.ab_mission2 .lf_part .row1{font-size: 18px;}
				.ab_mission2 .lf_part .row2{font-size: 20px;}
				.ab_mission2 .lf_part .row2 img{width: 48px;}
				.ab_mission2 .lf_part .row3 ul li span{padding: 10px;font-size: 18px;}
				.ab_mission2 .rt_part{width: 48%;}
			}
			@media only screen and (max-width:1080px){
				.ab_mission2{padding: 40px 0;}
			}
			@media only screen and (max-width:768px){
				.ab_mission2 .lf_part{order: 2;margin-top:30px;width: 100%;}
				.ab_mission2 .rt_part{order: 1;width: 100%;}
				.ab_mission2 .rt_part .img{display: none;}
				.ab_mission2 .rt_part .nei_title2{text-align: center;}
				.ab_mission2 .lf_part .row3 ul:nth-child(2){justify-content: space-around;}
				.ab_mission2 .lf_part .row3 ul li span{font-size: 16px;}
				.ab_mission2 .lf_part .row2 img{width: 40px;}
			}
			@media only screen and (max-width:480px){
				.ab_mission2{padding: 30px 0;}
				.ab_mission2 .lf_part .row1,.ab_mission2 .lf_part .row2,.ab_mission2 .lf_part .row3 ul li span{font-size: 14px;}
				.ab_mission2 .lf_part .row2 img{width: 30px;}
				.ab_mission2 .lf_part .row3 ul li span{padding: 6px;}
				.ab_mission2 .lf_part .row3{padding:6% 3%;}
			}
			
			/* ab_target3 */
			.ab_target3{padding: 6.6% 0 10%;background: url(/statics/znzz/image/mubiao_bg.jpg)no-repeat center/cover;}
			.ab_target3 .lf_part{width: 50%;}
			.ab_target3 .rt_part{width: 50%;}
			.ab_target3 .rt_part ul li{margin-bottom: 5%;padding: 24px;width: 49.4%;background: #fff;box-sizing: border-box;border: 1px solid #e8eeff;}
			.ab_target3 .rt_part ul li p{font-size: 20px;font-weight: bold;}
			.ab_target3 .rt_part ul li i{display: inline-block;margin-top: 6px;width: 30px;height: 14px;background: url(../images/more_icon.png)no-repeat center/100% auto;}
			.ab_target3 .rt_part ul li:nth-last-child(-n+2){margin-bottom: 0;}
			@media only screen and (max-width:1080px){
				.ab_target3 .lf_part{width: auto;}
				.ab_target3 .rt_part{width: 60%;}
				.ab_target3 .rt_part ul li{padding: 18px;}
				.ab_target3 .rt_part ul li p{font-size: 18px;}
			}
			@media only screen and (max-width:768px){
				.ab_target3 .rt_part{margin-top: 30px;width: 100%;}
				.ab_target3 .rt_part ul li {margin-bottom: 1%;}
				.ab_target3 .rt_part ul li:nth-last-child(-n+2){margin-bottom: 1%;}
				.ab_target3 .rt_part ul li p{font-size: 16px;}
				.ab_target3 .rt_part ul li i{width: 22px;}
			}
			@media only screen and (max-width:480px){
				.ab_target3{padding: 30px 0;}
				.ab_target3 .rt_part ul li{padding:10px;width: 100%;}
				.ab_target3 .rt_part ul li p{font-size: 15px;}
			}
			
			/* ab_flow2 */
			.ab_flow2{padding: 5.5% 0;}
			.ab_flow2 .layout{margin-top: 48px;}
			.ab_flow2 .layout .item{padding: 4.4% 3% 8.2%;width: 19.1%;border-radius: 26px;box-sizing: border-box;background: #e6e9ef;}
			.ab_flow2 .layout .item .hd{margin-bottom: 26px;font-size: 20px;font-weight: bold;}
			.ab_flow2 .layout .item{position: relative;z-index: 1;}
			.ab_flow2 .layout .item ul li{margin-top: 6px;font-size: 18px;color: #333;}
			.ab_flow2 .layout .item i{display: block;position: absolute;width: auto;max-width: 50%;right: 14px;bottom: 20px;z-index: -1;}
			.ab_flow2 .layout .item:nth-child(1){background:#e6e9ef url(../images/ds_bg01.jpg) no-repeat center/cover}
			.ab_flow2 .layout .item:nth-child(2){background:#e6e9ef url(../images/ds_bg02.jpg) no-repeat center/cover}
			.ab_flow2 .layout .item:nth-child(3){background:#e6e9ef url(../images/ds_bg03.jpg) no-repeat center/cover}
			.ab_flow2 .layout .item:nth-child(4){background:#e6e9ef url(../images/ds_bg04.jpg) no-repeat center/cover}
			.ab_flow2 .layout .item:nth-child(5){background:#e6e9ef url(../images/ds_bg05.jpg) no-repeat center/cover}
			@media only screen and (max-width:1260px){
				.ab_flow2 .layout .item{border-radius: 10px;}
				.ab_flow2 .layout .item .hd{font-size: 18px;}
				.ab_flow2 .layout .item ul li{font-size: 16px;}
			}
			@media only screen and (max-width:1080px){
				.ab_flow2 .layout{margin-top: 30px;}
			}
			@media only screen and (max-width:768px){
				.ab_flow2{padding: 40px 0;}
				.ab_flow2 .layout{margin-top: 24	px;}
				.ab_flow2 .layout:after{content:"";width: 32%;}
				.ab_flow2 .layout .item{margin-top: 2%;width: 32%;}
				.ab_flow2 .layout .item i{max-width: 38%;}
			}
			@media only screen and (max-width:480px){
				.ab_flow2 .layout:after{width: 49%;}
				.ab_flow2 .layout .item{width: 49%;}
				.ab_flow2 .layout .item .hd{margin-bottom: 15px;font-size: 16px;}
				.ab_flow2 .layout .item ul li{font-size: 14px;}
			}
			
			/* ab_szh_value */
			.ab_szh_value{padding: 5.5% 0;background-color: #f8fafe;background-image:url(/statics/znzz/image/szh_value_bg.jpg);background-repeat: no-repeat;background-size: cover;background-position: center;}
			
			.ab_szh_value .nei_title2 .slogan{margin-top: 54px;}
			.ab_szh_value .lf_part{width: 40%;}
			.ab_szh_value .rt_part{width: 60%;}
			.ab_szh_value .rt_part > div{align-items: flex-start;}
			.ab_szh_value .rt_part ul{padding: 5% 8%;width: 46%;background: #fff;border-radius: 30px;box-sizing: border-box;border: 1px solid #e8eeff;}
			.ab_szh_value .rt_part ul:first-child{margin-top: 10%;}
			.ab_szh_value .rt_part ul li{margin-bottom: 22%;}
			.ab_szh_value .rt_part ul li:last-child{margin-bottom: 0;}
			.ab_szh_value .rt_part ul li .num_top span{display: inline-block;line-height: 1em;vertical-align: baseline;}
			.ab_szh_value .rt_part ul li .num_top .num{font-size: 45px;}
			.ab_szh_value .rt_part ul li .num_top .unit{font-size: 20px;}
			.ab_szh_value .rt_part ul li .line_wrap{margin: 16px 0 4px;width: 100%;height: 5px;position: relative;}
			.ab_szh_value .rt_part ul li .line_wrap .line{position: relative;left: 0;top: 0;width: 0;height: 100%;}
			.ab_szh_value .rt_part ul li .line_wrap .line.yellow{background: #ffd24a;}
			.ab_szh_value .rt_part ul li .line_wrap .line.green{background: #00ae76;}
			.ab_szh_value .rt_part ul li .line_wrap #line1.animate{animation:w30 2s 0s 1 forwards;}
			.ab_szh_value .rt_part ul li .line_wrap #line2.animate{animation:w50 2s 0s 1 forwards;animation-delay: 0.2s;}
			.ab_szh_value .rt_part ul li .line_wrap #line3.animate{animation:w50 2s 0s 1 forwards;animation-delay: 0.4s;}
			.ab_szh_value .rt_part ul li .line_wrap #line4.animate{animation:w30 2s 0s 1 forwards}
			.ab_szh_value .rt_part ul li .line_wrap #line5.animate{animation:w50 2s 0s 1 forwards;animation-delay: 0.2s;}
			.ab_szh_value .rt_part ul li .line_wrap #line6.animate{animation:w50 2s 0s 1 forwards;animation-delay: 0.4s;}
			.ab_szh_value .rt_part ul li .con{font-size: 24px;}
			@keyframes w30{
				from{width: 0;}
				to{width: 30%;}
			}
			@keyframes w50{
				from{width: 0;}
				to{width: 50%;}
			}
			@media only screen and (max-width:1000px){
				
			}
			@media only screen and (max-width:768px){
				
			}
			@media only screen and (max-width:480px){
				.ab_szh_value{padding: 30px 0;}
			}
			@media only screen and (max-width:1260px){
				.ab_szh_value .nei_title2 .slogan{margin-top:20px}
				.ab_szh_value .rt_part ul{padding:5%}
				.ab_szh_value .rt_part ul li .num_top .num{font-size:30px}
				.ab_szh_value .rt_part ul li .line_wrap{height: 3px;}
				.ab_szh_value .rt_part ul li .con{font-size:20px}
			}
			@media only screen and (max-width:1000px){
				.ab_szh_value .rt_part ul{border-radius:10px}
				.ab_szh_value .rt_part ul li .con{font-size:18px}
			}
			@media only screen and (max-width:768px){
				.ab_szh_value .bg2{padding:40px 0}
				.ab_szh_value .rt_part ul li .num_top .num{font-size:26px}
				.ab_szh_value .rt_part ul li .line_wrap{height: 2px;}
				.ab_szh_value .rt_part ul li .con{font-size:17px}
			}
			@media only screen and (max-width:680px){
				.ab_szh_value .lf_part{width: 100%;}
				.ab_szh_value .rt_part{margin-top:24px;width: 100%;}
				.ab_szh_value .bg2{background-position:left  0 top 27%}
				.ab_szh_value .rt_part ul li .num_top .unit{font-size:14px}
			}
			@media only screen and (max-width:480px){
				.ab_szh_value .bg2{padding: 30px 0;}
				.ab_szh_value .rt_part ul{width: 48%;}
				.ab_szh_value .rt_part ul li{margin-bottom:16px}
				.ab_szh_value .rt_part ul li .num_top .num{font-size:20px}
				.ab_szh_value .rt_part ul li .line_wrap{margin:10px 0 6px}
				.ab_szh_value .rt_part ul li .con{font-size:14px}
			}
			/* -----------------------------------数智化顶层设计css end------------------------------------------ */

/* -----------------------------------五星班组css start------------------------------------------ */
	/* ab_5make */
	.ab_5make .part1{padding: 5.7% 0 5%;background: url(../images/5make_part_bg01.jpg)no-repeat center/cover;}
		.ab_5make .part1 .layout{margin-top: 10px;align-items: center;}
		.ab_5make .part1 .lf_part{width: 50%;}
		.ab_5make .part1 .lf_part .row1{font-size: 18px;line-height: 1.9;}
		.ab_5make .part1 .lf_part .row2{margin-top: 9%;font-size: 24px;color: #13944a;line-height: 1.7;font-weight: bold;}
		.ab_5make .part1 .rt_part{width: 50%;text-align: center;}
		@media only screen and (max-width:1260px){
			
		}
		@media only screen and (max-width:1080px){
			.ab_5make .part1 .layout{margin-top: 30px;}
			.ab_5make .part1 .lf_part .row1{font-size: 16px;}
			.ab_5make .part1 .lf_part .row2{font-size: 18px;}
			.ab_5make .part1 .rt_part{width: 46%;}
		}
		@media only screen and (max-width:768px){
			.ab_5make .part1{padding: 40px 0;}
			.ab_5make .part1 .layout{justify-content: center;}
			.ab_5make .part1 .lf_part{width: 100%;}
			.ab_5make .part1 .rt_part{margin-top: 30px;width:70%}
		}
		@media only screen and (max-width:480px){
			.ab_5make .part1{padding: 30px 0;}
			.ab_5make .part1 .layout{margin-top: 20px;}
			.ab_5make .part1 .lf_part .row1{font-size: 14px;line-height: 24px;}
			.ab_5make .part1 .lf_part .row2{font-size: 14px;line-height: 24px;margin-top: 6%;}
			.ab_5make .part1 .rt_part{width: 90%;}
		}
		
.ab_5make .part2{padding: 5.5% 0;}
			.ab_5make .part2 .layout{margin: 48px auto 0;max-width: 1320px;z-index: 1;}
			.ab_5make .part2 .layout .part{padding:30px 24px;width: 47.6%;background: #fff;box-sizing: border-box;border-radius: 20px;box-shadow: 0 0 15px rgb(0 0 0 / 15%);}
			.ab_5make .part2 .layout .part .title{margin-top: 20px;font-size: 24px;font-weight: bold;text-align: center}
			.ab_5make .part2 .layout .part ul{margin-top: 60px;display: flex;flex-wrap: wrap;justify-content: space-between;}
			.ab_5make .part2 .layout .part ul li .num{font-size: 40px;}
			.ab_5make .part2 .layout .part ul li .num.red{color: #e6231d;}
			.ab_5make .part2 .layout .part ul li .num.green{color: #14944a;}
			.ab_5make .part2 .layout .part ul li p{margin-top: 10px;font-size: 20px;}
			.ab_5make .part2 .layout i{position: absolute;left: 50%;top: 48%;width: 20%;transform: translate(-50%,-50%);z-index: 2;text-align: center;}
			@media only screen and (max-width:1260px){
				.ab_5make .part2 .layout .part .title{font-size: 20px;}
				.ab_5make .part2 .layout .part ul{margin-top: 30px;}
				.ab_5make .part2 .layout .part ul li .num{font-size: 30px;}
				.ab_5make .part2 .layout .part ul li p{margin-top: 6px;font-size: 18px;}
			}
			@media only screen and (max-width:1080px){
				.ab_5make .part2 .layout .part{padding: 18px 16px;border-radius: 6px;}
				.ab_5make .part2 .layout .part ul li .num{font-size: 26px;}
				.ab_5make .part2 .layout .part ul li p{font-size: 16px;}
				.ab_5make .part2 .layout{margin: 30px auto 0;}
			}
			@media only screen and (max-width:768px){
				.ab_5make .part2{padding: 40px 0;}
				.ab_5make .part2 .layout .part ul{margin-top: 20px;}
				.ab_5make .part2 .layout .part ul li{padding: 5px 0;width: 50%;text-align: center;}
			}
			@media only screen and (max-width:480px){
				.ab_5make .part2{padding: 30px 0;}
				.ab_5make .part2 .layout{margin: 20px auto 0;}
				.ab_5make .part2 .layout .part:first-child{margin-bottom: 10%;}
				.ab_5make .part2 .layout .part .title{font-size: 16px;}
				.ab_5make .part2 .layout .part{padding: 14px 10px;width: 100%;}
				.ab_5make .part2 .layout .part ul li .num{font-size: 20px;}
				.ab_5make .part2 .layout .part ul li p{font-size: 14px;}
				.ab_5make .part2 .layout i{top:50%}
			}
			
			.ab_5make .part3{padding: 5.5% 0;background: #f8f8fd;}
			.ab_5make .part3 .layout{margin-top: 48px;}
			.ab_5make .part3 .layout .item{padding:5.5% 4%;width: 47.6%;background-color: #fff;box-sizing: border-box;border-radius: 20px;box-shadow: 0 0 15px rgb(0 0 0 / 15%);}
			.ab_5make .part3 .layout .item .hd{margin-bottom: 66px;font-size: 32px;font-weight: bold;}
			.ab_5make .part3 .layout .item ul li{margin-bottom: 13px;font-size: 20px;color: #666;}
			.ab_5make .part3 .layout .item ul li:last-child{margin-bottom: 0;}
			.ab_5make .part3 .layout .item:first-child{background-image: url(../images/wutong_01.png);background-repeat: no-repeat;background-size: 67%;background-position: right -29% bottom -5px;}
			.ab_5make .part3 .layout .item:last-child{background-image: url(../images/wutong_02.png);background-repeat: no-repeat;background-size: 67%;background-position: right -29% bottom -5px;}
			.ab_5make .part3 .layout .item.animate:first-child {animation:wt_sld 1s 0s 1 forwards}
			.ab_5make .part3 .layout .item.animate:last-child {animation:wt_sld 1s 1s 1 forwards}
			@media only screen and (min-width:481px){
				.ab_5make .part3 .layout .item:first-child:hover {animation: wth1 4s 0s infinite}
				.ab_5make .part3 .layout .item:last-child:hover {animation: wth1 4s 0s infinite}
			}
			@keyframes wth1{
				0{background-position: right -29% bottom -5px;}
				25%{background-position: right -33% bottom -5px;}
				50%{background-position: right -29% bottom -5px;}
				75%{background-position: right -26% bottom -5px;}
				100%{background-position: right -29% bottom -5px;}
			}
			@keyframes wt_sld{
				from{background-position: right -100% bottom -5px;}
				to{background-position: right -29% bottom -5px;}
			}
			@media only screen and (max-width:1260px){
				.ab_5make .part3 .layout .item:first-child{background-size:56% auto}
				.ab_5make .part3 .layout .item:last-child{background-size:56% auto}
				.ab_5make .part3 .layout .item{padding:3.5% 3%;border-radius:14px}
				.ab_5make .part3 .layout .item .hd{margin-bottom:30px;font-size:24px}
				.ab_5make .part3 .layout .item ul li{font-size:18px}
			}
			@media only screen and (max-width:1080px){
				.ab_5make .part3 .layout .item .hd {margin-bottom: 20px;font-size: 20px;}
			}
			@media only screen and (max-width:768px){
				.ab_5make .part3{padding:40px 0}
				.ab_5make .part3 .layout{margin-top:30px}
				.ab_5make .part3 .layout .item{border-radius:6px;}
				.ab_5make .part3 .layout .item .hd{font-size:18px}
				.ab_5make .part3 .layout .item ul li{font-size:16px}
			}
			@media only screen and (max-width:480px){
				.ab_5make .part3{padding:30px 0}
				.ab_5make .part3 .layout .item{margin-bottom:5%;width: 100%;}
				.ab_5make .part3 .layout .item .hd{font-size:16px;margin-bottom:16px}
				.ab_5make .part3 .layout .item ul li{margin-bottom:10px;font-size:14px}
				.ab_5make .part3 .layout .item:first-child{background-size:43% auto}
				.ab_5make .part3 .layout .item:last-child{background-size:43% auto;margin-bottom:0}
			}
			
			
			.ab_5make .part4{padding:5.5% 0;background:url(../images/5s_bg.jpg)no-repeat center/cover}
			.ab_5make .part4 .layout{margin-top: 37px;}
			.ab_5make .part4 .event_nav{width: 37.8%;}
			.ab_5make .part4 .event_nav ul{width: 100%;height: 100%;display: table;}
			.ab_5make .part4 .event_nav ul li{display: table-row;width: 100%;background: #ddd;box-sizing:border-box}
			.ab_5make .part4 .event_nav ul li .wrap{display: table-cell;padding:14px;box-sizing:border-box;vertical-align:middle}
			.ab_5make .part4 .event_nav ul li span{vertical-align: middle;font-size: 16px;}
			.ab_5make .part4 .event_nav ul li.on{background: #14944a;color: #fff;}
			.ab_5make .part4 .event_nav ul li i{display:inline-block;margin-right:12px;width: 80px;height: 80px;vertical-align:middle;line-height:80px;text-align:center;background:#00a077;border-radius:50%}
			.ab_5make .part4 .event_nav ul li i img{filter:brightness(100)}
			.ab_5make .part4 .event_nav ul li.on i{background:#fff}
			.ab_5make .part4 .event_nav ul li.on i img{filter:brightness(1)}
			.ab_5make .part4 .event_nav ul li .rt{display:inline-block;vertical-align:middle;width:calc(100% - 100px);width:-webkit-calc(100% - 100px)}
			.ab_5make .part4 .event_nav ul li .rt span{display:inline-block;margin-left:20px;font-size:25px;margin-bottom:14px}
			.ab_5make .part4 .event_nav ul li .rt p{font-size:16px}
			.ab_5make .part4 .event_content{width:61.5%}
			.ab_5make .part4 .event_content .img img{width: 100%;}
			@media only screen and (max-width:1260px){
				.ab_5make .part4 .event_nav ul li i{width: 60px;height: 60px;line-height:60px}
				.ab_5make .part4 .event_nav ul li i img{width:38px}
				.ab_5make .part4 .event_nav ul li .rt span{margin-left:0;margin-bottom:8px;font-size:18px}
			}
			@media only screen and (max-width:1080px){
				.ab_5make .part4 .event_nav ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
				.ab_5make .part4 .event_nav ul li{display: block;width: 25%;box-sizing: border-box;}
				.ab_5make .part4 .event_nav ul li span{display: block;}
				.ab_5make .part4 .event_nav ul li .wrap{text-align:center}
				.ab_5make .part4 .event_nav ul li i{margin: 0 0 12px 0;width: 46px;height: 46px;line-height:46px}
				.ab_5make .part4 .event_nav ul li .rt{width: 100%;}
				.ab_5make .part4 .event_nav{width: 100%;}
				.ab_5make .part4 .event_content{width: 100%;}
				.ab_5make .part4 .event_nav ul li i img{width: 30px;}
			}
			@media only screen and (max-width:768px){
				.ab_5make .part4{padding: 40px 0;}
				.ab_5make .part4 .layout{margin-top: 5%;}
				.ab_5make .part4 .event_nav ul li .rt span{font-size:16px}
				.ab_5make .part4 .event_nav ul li .rt p{font-size:14px}
			}
			@media only screen and (max-width:680px){
				.ab_5make .part4 .event_nav ul li{width: 50%;}
			}
			@media only screen and (max-width:480px){
				.ab_5make .part4{padding: 30px 0;}
				.ab_5make .part4 .layout{margin-top: 20px;}
				.ab_5make .part4 .event_nav ul li .rt span{font-size:15px}
				.ab_5make .part4 .event_nav ul li{padding: 15px 0;text-align: center;}
			}
			
			.ab_5make .part5{padding:5.5% 0}
			.ab_5make .part5 .layout{margin:48px auto 0;max-width:1358px;position: relative;z-index: 1;}
			.ab_5make .part5 .layout:after{content:"";position: absolute;left:50%;top:40px;width:100%;height: 0;border-bottom:1px dashed #14944a;transform:translateX(-50%);z-index: -1;}
			.ab_5make .part5 .layout .item{padding:0 3% 38px;width: 31.1%;text-align:center;background:url(../images/pt_wrap_bg.png)no-repeat center bottom/100%;box-sizing:border-box}
			.ab_5make .part5 .layout .item i{display:inline-block;width: 80px;height: 80px;border-radius:50%;background:linear-gradient(90deg,#00d8c0,#14944a);text-align:center;line-height:80px;}
			.ab_5make .part5 .layout .item .hd{font-size:22px;color:#000;margin:48px 0 42px}
			.ab_5make .part5 .layout .item .con{font-size:18px;line-height:30px;letter-spacing:2px}
			@media only screen and (max-width:1260px){
				
				.ab_5make .part5 .layout .item{padding:0 1% 20px}
				.ab_5make .part5 .layout .item .con{font-size:16px}
			}
			@media only screen and (max-width:1080px){
				.ab_5make .part5 .layout{margin:30px auto 0}
				.ab_5make .part5 .layout .item{width: 32%;}
				.ab_5make .part5 .layout .item i{width: 68px;height: 68px;line-height:68px}
				.ab_5make .part5 .layout .item i img{width: 36px;}
			}
			@media only screen and (max-width:768px){
				.ab_5make .part5{padding:40px 0}
				.ab_5make .part5 .layout .item{padding: 0 3% 20px;}
				.ab_5make .part5 .layout .item .hd{margin:26px 0;font-size:18px}
				.ab_5make .part5 .layout .item .con{line-height:normal}
				.ab_5make .part5 .layout .item .con p{margin-top:10px}
			}
			@media only screen and (max-width:680px){
				.ab_5make .part5 .layout{margin:16px auto 0}
				.ab_5make .part5 .layout .item{margin-top:5%;width: 100%;}
				.ab_5make .part5 .layout:after{content:initial}
				.ab_5make .part5 .layout .item i{width: 58px;height: 58px;line-height:58px}
				.ab_5make .part5 .layout .item .hd{margin:18px 0}
			}
			@media only screen and (max-width:480px){
				.ab_5make .part5{padding:30px 0}
				.ab_5make .part5 .layout .item i{width: 46px;height: 46px;line-height:46px}
				.ab_5make .part5 .layout .item i img{width: 26px;}
				.ab_5make .part5 .layout .item .hd{font-size:15px}
				.ab_5make .part5 .layout .item .con{font-size:14px;margin-top:6px}
			}
			
			.ab_5make .part6{padding:5.5% 0;background:#f8f8fd}
			.ab_5make .part6 .step_nav{border-bottom:1px solid #e2e4e5}
			.ab_5make .part6 .step_nav ul li{padding:16px 3%;width: 25%;text-align:center;font-size:22px;box-sizing:border-box}
			.ab_5make .part6 .step_nav ul li.on{background:linear-gradient(90deg,#00d8c0,#14944a);color:#fff;}
			.ab_5make .part6 .step_content{margin-top:48px}
			.ab_5make .part6 .step_content .part{display:flex;flex-wrap:wrap;justify-content: space-between;}
			.ab_5make .part6 .step_content .lf_part{width: 33%;}
			.ab_5make .part6 .step_content .lf_part .title{font-size:40px;font-weight:bold;}
			.ab_5make .part6 .step_content .lf_part .content{margin-top:38px;font-size:18px;line-height:30px;text-align:justify}
			.ab_5make .part6 .step_content .lf_part .content p{margin-bottom:6%}
			.ab_5make .part6 .step_content .rt_part{width:60%}
			@media only screen and (max-width:1260px){
				.ab_5make .part6 .step_nav ul li{padding:14px 3%;font-size:20px}
				.ab_5make .part6 .step_content .lf_part .title{font-size:30px}
				.ab_5make .part6 .step_content .lf_part .content{margin-top:24px}
			}
			@media only screen and (max-width:1080px){
				.ab_5make .part6 .step_nav ul li{font-size:17px}
				.ab_5make .part6 .step_content .lf_part .title{font-size:26px}
				.ab_5make .part6 .step_content .lf_part .content{font-size:16px;line-height:28px}
			}
			@media only screen and (max-width:768px){
				.ab_5make .part6{padding:40px 0}
				.ab_5make .part6 .step_nav ul li{font-size:16px}
				.ab_5make .part6 .step_content{margin-top:30px}
				.ab_5make .part6 .step_content .lf_part .title{font-size:20x}
				.ab_5make .part6 .step_content .lf_part{width: 100%;}
				.ab_5make .part6 .step_content .rt_part{width: 100%;}
			}
			@media only screen and (max-width:480px){
				.ab_5make .part6{padding:30px 0}
				.ab_5make .part6 .step_nav ul li{padding:10px 1%;font-size:14px}
				.ab_5make .part6 .step_content{margin-top:20px}
				.ab_5make .part6 .step_content .lf_part .title{font-size:18px}
				.ab_5make .part6 .step_content .lf_part .content{margin-top:10px;font-size:14px;line-height:24px}
				.ab_5make .part6 .step_content .lf_part{width: 100%;}
				.ab_5make .part6 .step_content .rt_part{width: 100%;}
			}
			
			.ab_5make .part7{padding:5.5% 0}
			.ab_5make .part7 .nei_title2 .slogan{margin-left:auto;margin-right:auto;max-width:1050px}
			.ab_5make .part7 .layout{margin-top:6%}
			.ab_5make .part7 .layout ul  li {margin-top:-3%}
			.ab_5make .part7 .layout ul  li .wrap{width: calc((90% - 420px) / 2);width:-webkit-calc((90% - 420px) / 2);max-width:378px;position:relative}
			.ab_5make .part7 .layout ul li:nth-child(even) .wrap{margin:0 0 0 auto}
			.ab_5make .part7 .layout ul li .wrap{padding:2% 14px;box-sizing:border-box;border-radius:20px;background-color:#f5f5f5;}
			.ab_5make .part7 .layout ul li .wrap .title{font-size:20px;font-weight:bold}
			.ab_5make .part7 .layout ul li .wrap  .con{font-size:18px;line-height:30px}
			.ab_5make .part7 .layout ul  li .wrap:after{content:"";position: absolute;left:115%;top:50%;width: 51px;height: 22px;background:url(../images/i_arrow2.png)no-repeat center/100% auto;transform:translateY(-50%)}
			.ab_5make .part7 .layout ul  li:nth-child(even) .wrap:after{left:auto;right:115%;background:url(../images/i_arrow3.png)no-repeat center/100% auto;}
			.ab_5make .part7 .layout .role_img{position: absolute;left:50%;top:50%;width: 30%;transform:translate(-50%,-50%);text-align:center;z-index: -1;}
			@media only screen and (max-width:1260px){
				.ab_5make .part7 .layout{margin-top:calc(6% + 48px)}
				.ab_5make .part7 .layout ul li{margin-top:-6%}
				.ab_5make .part7 .layout ul li .wrap{width: 28%;border-radius:10px}
				.ab_5make .part7 .layout ul li .wrap .title{font-size:18px}
				.ab_5make .part7 .layout ul li .wrap .con{font-size:16px;line-height:28px}
				.ab_5make .part7 .layout .role_img{width: 57%;}
			}
			@media only screen and (max-width:768px){
				
				.ab_5make .part7 .layout ul li .wrap{width: 34%;border-radius:8px}
				.ab_5make .part7 .layout ul li .wrap .con{font-size:14px;line-height:24px}
				.ab_5make .part7 .layout ul li .wrap:after{width: 30px;height: 12px;}
				.ab_5make .part7 .layout ul li .wrap .title{font-size:16px;margin-bottom:10px}
			}
			@media only screen and (max-width:680px){
				.ab_5make .part7 .layout{margin-top:30px}
				.ab_5make .part7 .layout ul li {margin-top:9%}
				.ab_5make .part7 .layout ul li .wrap{width: 45%;background:rgba(245,245,245,0.8)}
				.ab_5make .part7 .layout .role_img{width: 96%;}
			}
			@media only screen and (max-width:480px){
				.ab_5make .part7 .layout{margin-top:20px}
				.ab_5make .part7 .layout ul li .wrap{padding:10px 14px;width: 76%;border-radius:4px}
				.ab_5make .part7 .layout ul li .wrap:after{left:110%}
				.ab_5make .part7 .layout ul li:nth-child(even) .wrap:after{right:110%}
				.ab_5make .part7 .layout ul li .wrap .title{font-size:15px}
			}
			
			.ab_5make .part8{padding: 5.5% 0;background: #f8fafe;}
			
			.ab_5make .part8 .layout{margin-top: 67px;}
			.ab_5make .part8 .layout .item{width: 23.5%;position: relative;border-radius: 15px;overflow: hidden;filter:drop-shadow(0 0 15px rgba(0,0,0,0.2));transition: all .3s linear;/* clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 10%,5% 0); */}
			.ab_5make .part8 .layout .item .wrap{clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 13.2%,99.7% 12.8%,99.6% 12.4%,99% 11.6%,98.6% 11.4%,98% 11%,97% 10.5%,96% 10.2%,95% 10%,5% 0);/* clip-path:inset(0 round 0 25% 0 0); */}
			.ab_5make .part8 .layout .item .wrap:after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;background: linear-gradient(to top,rgba(255,255,255,1) 35%,rgba(255,255,255,0.9) 46%,transparent 60%);z-index: 1;transition: all .3s linear;}
			.ab_5make .part8 .layout .item .box{padding-bottom: 160px; width:100%;}
                  .ab_5make .part8 .layout .item .wrap{padding-bottom: 160px; min-width:0;}
			.ab_5make .part8 .layout .item .img{position: relative;padding-bottom: 100%;width: 100%;height: 0;overflow: hidden;}
			.ab_5make .part8 .layout .item .img img{position: absolute;left: 50%;top: 50%;width: auto;max-width: initial;height: 100%;transform: translate(-50%,-50%);}
			.ab_5make .part8 .layout .item .text_wrap{position: absolute;left: 0;bottom: 0;padding: 0 6% 2%;width: 100%;min-height: 218px;z-index: 2;box-sizing: border-box;}
			.ab_5make .part8 .layout .item .text_wrap .tit{text-align: center;margin-bottom: 14px;font-size: 20px;font-weight: bold;}
			.ab_5make .part8 .layout .item .text_wrap .slogan{font-size: 16px;line-height: 28px;}
			.ab_5make .part8 .layout .item .con{display:flex;flex-wrap:wrap;justify-content:space-between}
			.ab_5make .part8 .layout .item .con > li{width: 49%;font-size:16px;line-height:28px;white-space: nowrap;}
			@media only screen and (min-width:481px){
				.ab_5make .part8 .layout .item:hover{filter:drop-shadow(0 0 10px rgba(0,0,0,0.2));}
				.ab_5make .part8 .layout .item:hover:after{background: linear-gradient(to top,rgba(255,255,255,1) 40%,rgba(255,255,255,0.8) 50%,transparent);}
			}
			@media only screen and (max-width:1080px){
				.ab_5make .part8{padding: 40px 0;}
				.ab_5make .part8 .layout{margin-top:30px}
				.ab_5make .part8 .layout .item .text_wrap{padding: 0 8% 2%;min-height: 240px;}
				.ab_5make .part8 .layout .item .text_wrap .slogan{font-size: 16px;}
				.ab_5make .part8 .layout .item{    margin-top: 30px;width: 48%;}
				.ab_5make .part8 .layout .item .text_wrap .tit{font-size: 18px;margin-bottom: 14px;}
				
			}
			@media only screen and (max-width:768px){
				.ab_5make .part8 .layout .item .text_wrap{min-height: 150px;}
				.ab_5make .part8 .layout .item .box{padding-bottom: 140px;}
				.ab_5make .part8 .layout .item .text_wrap .slogan{line-height: 14px;line-height: 24px;}
			}
			@media only screen and (max-width:680px){
				.ab_5make .part8 .layout{margin-top: 16px;}
				.ab_5make .part8 .layout .item{margin-top: 18px;width: 100%;}
				.ab_5make .part8 .layout .item .wrap{clip-path: polygon(0 0,0 100%,100% 100%,100% 0);}
				.ab_5make .part8 .layout .item .box{padding-bottom: 0px;}
				.ab_5make .part8 .layout .item{border-radius: 6px;}
				.ab_5make .part8 .layout .item .text_wrap{padding:0 5% 20px}
				
			}
			@media only screen and (max-width:480px){
				.ab_5make .part8{padding: 30px 0;}
				.ab_5make .part8 .layout .item .text_wrap .tit{font-size:16px}
				.ab_5make .part8 .layout .item .con > li{font-size:14px;line-height:24px}
			}
			
			.ab_5make .part9{padding:5.5% 0}
			.ab_5make .part9 .content{margin-top:48px;}
			.ab_5make .part9 .nei_title2 .slogan{margin-left:auto;margin-right:auto;max-width:1068px}
			@media only screen and (max-width:768px){
				.ab_5make .part9 .content{margin-top:30px}
				.ab_5make .part9{padding:40px 0}
			}
			@media only screen and (max-width:680px){
				.ab_5make .part9{padding:30px 0}
			}
			
			.ab_5make .part10{padding: 5.5% 0;background: #f8fafe;}
			.ab_5make .part10 .nei_title2 .slogan{margin-left: auto;margin-right: auto;max-width: 730px;}
			.ab_5make .part10 .step_ul{margin-top: 5%;}
			.ab_5make .part10 .step_ul > ul{flex-wrap: nowrap;}
			.ab_5make .part10 .step_ul li{padding: 0 1%;width: 13.4%;background: #fff;box-sizing: border-box;text-align: center;border-radius: 10px;box-shadow:0 0 10px rgba(61 0 0 / 4%)}
			.ab_5make .part10 .step_ul li .tit{margin-top: 66px;margin-bottom:20px;font-size: 20px;color: #26bd71;font-weight: bold;}
			.ab_5make .part10 .step_ul li span{display: inline-block;margin: 52px 0 30px;font-size: 69px;font-weight: bold;color:transparent;-webkit-text-stroke:0.4px #ccc;line-height: 1em;}
			.ab_5make .part10 .step_ul li .con{font-size:18px;min-height:160px}
			.ab_5make .part10 .step_ul li .con p{margin-top:10px}
			@media only screen and (min-width:481px){
				.ab_5make .part10 .step_ul li:hover span{color: #26bd71;}
			}
			@media only screen and (max-width:1260px){
				.ab_5make .part10 .step_ul > ul{flex-wrap: wrap;}
				.ab_5make .part10 .step_ul > ul:after{content:"";width: 24%;}
				.ab_5make .part10 .step_ul li{margin-top:1.4%;width: 24%;max-width: initial;}
				.ab_5make .part10 .step_ul li .tit{margin-top: 38px;font-size: 20px;}
				.ab_5make .part10 .step_ul li span{margin: 10px 0 38px;font-size: 60px;}
			}
			@media only screen and (max-width:1080px){
				.ab_5make .part10{padding: 40px 0;}
				.ab_5make .part10 .step_ul > ul:after{content:initial;}
				.ab_5make .part10 .step_ul li{margin: 1% 0;width: 32%;}
				.ab_5make .part10 .step_ul li:nth-last-child(1){width:100%}
			}
			@media only screen and (max-width:768px){
				.ab_5make .part10 .step_ul li{margin: 1% 0;width: 32%;}
				.ab_5make .part10 .step_ul li .tit{font-size: 18px;}
				.ab_5make .part10 .step_ul li span{font-size: 50px;}
				.ab_5make .part10 .step_ul li .con{font-size:16px}
				.ab_5make .part10 .step_ul li .con p{margin-top:6px}
			}
			@media only screen and (max-width:480px){
				.ab_5make .part10{padding:30px 0;}
				.ab_5make .part10 .step_ul{margin-top:18px}
				.ab_5make .part10 .step_ul li{width: 49%;}
				.ab_5make .part10 .step_ul li .tit{margin-top: 24px;font-size: 16px;}
				.ab_5make .part10 .step_ul li span{margin: 30px 0 24px;font-size: 44px;}
				.ab_5make .part10 .step_ul li .con{font-size:14px}
			}
			
			.ab_5make .part11{padding:5.5% 0}
			.ab_5make .part11 .nei_title2{position:absolute;left:0;top:0;width:100%;z-index: 1;}
			.ab_5make .part11 .nei_title2 .slogan{font-size:30px}
			.ab_5make .part11 .xy_step{margin-top:30px;}
			.ab_5make .part11 .xy_step ul{position:relative;z-index: 1;}
			.ab_5make .part11 .xy_step ul:before{content:"";position: absolute;top:49px;left:50%;width:95%;height: 0;border-top:1px dashed #14944a;z-index: -1;transform:translateX(-50%)}
			.ab_5make .part11 .xy_step ul li{text-align:center;width:auto;max-width:110px}
			.ab_5make .part11 .xy_step ul li i{display:inline-block;margin-bottom:24px;width: 98px;height: 98px;line-height:98px;border-radius:50%;background:#f3f3f3;position: relative;transition:all .3s linear}
			.ab_5make .part11 .xy_step ul li i:after{content:"";position: absolute;left:150%;top:50%;width: 10px;height: 16px;background:url(../images/i2_con01.png)no-repeat center/100% auto;transform:translateY(-50%)}
			.ab_5make .part11 .xy_step ul li:nth-last-child(1) i:after{content:initial}
			.ab_5make .part11 .xy_step ul li .con{font-size:18px}
			@media only screen and (min-width:481px){
				.ab_5make .part11 .xy_step ul li:hover i{transform:translateY(-5px)}
			}
			@media only screen and (max-width:1260px){
				.ab_5make .part11 .nei_title2 .slogan{font-size:22px}
				.ab_5make .part11 .img img{width: 60%;}
				.ab_5make .part11 .xy_step ul li i:after{left: 124%;}
			}
			@media only screen and (max-width:1080px){
				.ab_5make .part11 .xy_step ul li i{width: 80px;height: 80px;line-height:80px}
				.ab_5make .part11 .xy_step ul li i img{width: 38px;}
				.ab_5make .part11 .xy_step ul:before{top:40px}
				.ab_5make .part11 .xy_step ul li .con{font-size:16px}
			}
			@media only screen and (max-width:768px){
				.ab_5make .part11{padding:40px 0}
				.ab_5make .part11 .nei_title2{position: initial;}
				.ab_5make .part11 .nei_title2 .slogan{font-size:18px}
				.ab_5make .part11 .img{margin-top:24px}
				.ab_5make .part11 .img img{width: 100%;}
				/* .ab_5make .part11 .xy_step ul:after{content:"";width:25%} */
				.ab_5make .part11 .xy_step ul {justify-content:flex-start}
				.ab_5make .part11 .xy_step ul li{margin-bottom:4%;width: 25%;max-width:initial}
				.ab_5make .part11 .xy_step ul li:nth-child(4n) i:after{content:initial}
				.ab_5make .part11 .xy_step ul:before{content:initial;}
				.ab_5make .part11 .xy_step ul li i{width: 70px;height: 70px;line-height:70px}
				.ab_5make .part11 .xy_step ul li i:after{left: 140%;}
				.ab_5make .part11 .xy_step ul li i img{width: 34px;}
			}
			@media only screen and (max-width:480px){
				.ab_5make .part11{padding:30px 0}
				.ab_5make .part11 .nei_title2 .slogan{font-size:14px}
				.ab_5make .part11 .xy_step ul li .con{font-size:13px}
				.ab_5make .part11 .xy_step ul li i{width: 58px;height: 58px;line-height:58px}
				.ab_5make .part11 .xy_step ul li i:after{left:120%;width: 6px;height: 10px;}
			}
/* -----------------------------------五星班组css end------------------------------------------ */

/* search_list */
.Search-criteria { background: #fff; margin: 30px 0; }
.search-ul { overflow: hidden; }
.search-ul li { float: left; }
.search-ul li a { font-size: 14px; line-height: 30px; padding: 0 10px; border-radius: 3px; margin: 10px; display: block; }
.criteria { padding: 8px 40px; border-bottom: 1px solid #ebebeb; position: relative; padding-left: 120px; }
.criteria .name { font-size: 14px; line-height: 30px; color: #000; position: absolute; left: 40px; top: 8px; margin: 10px; }
.search-ul li a.cur { background: #13944a; color: #fff; }
/* -----productlist_mode--- */
.productlist .case-item .pic{position: relative;padding-bottom: 60%;width: 100%;height: 0;overflow: hidden;}
.productlist .case-item .pic img{position: absolute;left: 50%;top: 50%;width: 100%;height: auto;transform: translate(-50%,-50%);}

/****** Detail-Case-list--style end ******/

@media only screen and (max-width:1200px){
	.Search-criteria { margin: 15px 0; }
	.criteria { padding: 10px 20px; padding-left: 100px; }
	
	.criteria .name { left: 20px; top: 10px; margin: 5px; }
	.search-ul li a { margin: 5px; }
}
@media only screen and (max-width:768px){
	.criteria { float: left; width: 100%; border-bottom: none; border-right: 1px solid #ebebeb; position: relative; padding: 6px 10px;box-sizing: border-box;}
	/* .criteria:nth-child(2n){border-right:0} */
	.criteria .name { position: relative; left: auto; top: auto; display: block; cursor: pointer; }
	.criteria .name i { transition: all 0.3s linear; transform: rotate(0deg); position: absolute; right: 0; top: 0; width: 30px; height: 100%; content: ""; display: block; background: url('../images/Icon-Down.png') no-repeat center center; background-size: 20px 20px; }
	.search-ul { position: absolute; left: 0; top: 60px; background: #fff; z-index: 8; display: none;box-shadow: 0 0 15px rgba(0 0 0 / 15%);}
	.criteria .name.cur i { transform: rotate(90deg); }
}
@media only screen and (max-width:480px){
	.criteria .name i{width:20px;background-size: 15px 15px;}
}