/*企业实力*/
.shili{ width: 100%; margin: 2% auto 4% auto;} 
.shili ul{display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between; width: 85%; margin: 0 auto ;}
.shili li{width: 25%; text-align: center;}
.shili li+li{background: url(../images/line.jpg)no-repeat left center #fff;}
.shili li p{font-size: 72px;color: #333;font-weight: bold;}
.shili li p:after{content: '+';width: 22px;height: 22px;border-radius: 50%;display: inline-block;background: #00923f;font-size: 16px;color: #fff;font-weight: lighter;line-height: 21px;position: relative;top: -40px;left: 5px;}
.shili li d{font-size: 18px;color: #666;}
.shili li:last-child p:after{content: '天';font-size: 14px;}

@media screen and (max-width:790px){
	.shili ul{flex-wrap: wrap;}
	.shili li{width: 50%;margin-bottom: 30px; }
	.shili li p {font-size: 50px;}
	.shili li:nth-child(3){background:none}
}


/*首页公司简介*/
.index-about {margin: 60px auto;padding-bottom: 1%;}
.index-about .about_tit{text-align: center; margin-bottom: 2%;color: #00923f;}
.index-about .about_tit:before{content: "about us";font-size:65px; font-weight: bold; color: #000; opacity: 0.05;display: block;text-transform: uppercase;}
.index-about .about_tit h2{font-size: 62px;font-weight: bold;margin-top: -50px;}
.index-about .about_tit h2 em{color: #fdc109;}
.index-about .about_tit p{font-size: 18px; margin-top: 15px; color: #888484;}
.index-about .wrap{width: 100%; margin: 0 auto;background: url(../images/aboutbg.jpg)no-repeat center top;}
.index-about ul{width: 85%; margin: 0 auto;display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between; padding: 4% 0;}
.index-about li{width: 25%; color: #fff;text-align: center;border-right:1px solid transparent; border-color: rgba(255, 255, 255, 0.3);}
.index-about li:nth-child(4){border-right:none}
.index-about li i{font-size: 50px;}
.index-about li h3{font-size: 22px; line-height: 60px;}
.index-about li em{font-size: 12px;}
.index-about .about-base{width: 80%; margin: 0 auto; padding: 3%  0 3% 2.5% ; display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between;background:rgba(255,255,255,1);box-shadow: 0px 0px 10px #999;}
.about-pic {width: 40%;position: relative;z-index: 0;padding-left: 20px;}
.about-pic:before {content: "";display: inline-block;position: absolute;left: 30px;top: 30px;width: 97%;height: 95%;background: url(../images/ge.png) repeat;border: 8px solid #c0c9d2;z-index: -1;}
.about-pic img {width: 100%;-webkit-box-shadow: 0 5px 20px rgba(5,66,99,.15);-moz-box-shadow: 0 5px 20px rgba(5,66,99,.15);-ms-box-shadow: 0 5px 20px rgba(5,66,99,.15);-o-box-shadow: 0 5px 20px rgba(5,66,99,.15);
box-shadow: 0 5px 20px rgba(5,66,99,.15);-webkit-border-top-right-radius: 60px;-moz-border-top-right-radius: 60px;-ms-border-top-right-radius: 60px;-o-border-top-right-radius: 60px;border-top-right-radius: 60px;}
.about-info {position: relative;width: 50%; padding-top: 4%;}
.about-info h4{font-size: 30px;font-weight: bold;}
.about-info h4 em{display: block; font-size: 20px; font-weight: normal;color: #fff; background: #00aa4b; border-radius:0 10px 0 10px; width:55%; line-height: 45px; text-align: center; margin-top: 2%;}
.about-info p {font-size: 18px;color: #9b9aac;line-height: 40px;margin-top: 50px;}  
.about-info a{display: block;width: 150px; line-height: 50px; text-align: center;background: #00923f;text-align: center;font-size: 18px;color: #fff;border-radius: 10px;transition: .5s;margin-top: 4%;}
.about-info a:hover{background: #f14918;background-image: linear-gradient(to bottom,#ff7e00, #d62926);}


@media screen and (max-width: 1280px) {
	.about-info h4 em{ font-size: 16px;}
	.about-info p{font-size: 16px; line-height: 31px;}
	
}

@media screen and (max-width: 790px) {
	.index-about .about_tit h2{font-size: 50px;}
	.index-about .about_tit:before{font-size: 50px;}
	.index-about .about_tit p{width: 90%; margin: 0 auto;font-size: 16px;}
	.index-about ul{display: none;}
	.index-about .wrap{background: none;}
	.index-about .about-base{width: 95%; display: block;box-shadow: 0 0 0 }
	.about-pic {width: 100%; padding-left: 0;}
	.about-pic:before{display: none;}
	.about-info {width: 100%;}
	.about-info h4{font-size: 25px;}
	.about-info h4 em{width: 70%;}
	.about-info p{margin-top: 20px;}

}
/*首页应用领域*/
.yingyong {margin: 60px auto 0;padding-bottom: 35px;}
.yingyong .yingyong_tit{text-align: center; margin-bottom: 2%;color: #00923f;}
.yingyong .yingyong_tit:before{content: "application area";font-size:65px; font-weight: bold; color: #000; opacity: 0.05;display: block;text-transform: uppercase;}
.yingyong .yingyong_tit h2{font-size: 62px;font-weight: bold;margin-top: -50px;}
.yingyong .yingyong_tit h2 em{color: #fdc109;}
.yingyong .yingyong_tit p{font-size: 18px; margin-top: 15px; color: #888484;}


.c-list {position: relative;z-index: 4;display: flex;flex-wrap: wrap;align-items: flex-start; flex-wrap: wrap; margin:3.5em auto; display: -webkit-flex;  width: 85%; flex-direction: row;   -webkit-flex-direction: row;    -webkit-flex-wrap: wrap;}
.c-list li {width: 23%;padding: 0 8px 4px 8px;position: relative;}

.c-list .c-wrap {position: relative;overflow: hidden;height: 100%;color: #fff; background: #000;}
.c-list .c-wrap img {width: 100%;height: 100%;object-fit: cover; opacity: 0.8;}
.c-list .c-wrap .c-title {position: absolute;bottom: 40%;left: 0;width: 100%;font-size: 40px;line-height: 34px;transition: all .5s;text-align: center;}
.c-list .c-wrap .c-title span{display: block;font-weight: 500;font-size: 15px; line-height: 50px;text-transform: uppercase;}
.c-list .c-wrap .c-title em{display: block;font-size: 60px; margin-bottom: 25px;}
.c-list .c-wrap .c-text-box {opacity: 0;position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;line-height: 26px;-webkit-backdrop-filter: saturate(180%) blur(10px);backdrop-filter: saturate(180%) blur(10px);background-color: rgba(0, 0, 0, 0.5);transition: all .5s;}
.c-list .c-wrap .c-text-box div {width: 100%;}
.c-list .c-wrap .c-text-box .c-title2 {margin-bottom: 20px;font-weight: bold;font-size: 40px;line-height: 50px;text-align: center;}
.c-list .c-wrap .c-text-box .c-text{text-align: center;font-weight: 500;font-size: 15px; line-height: 50px;text-transform: uppercase;} 
.c-list .c-wrap:hover .c-title {opacity: 0;}
.c-list .c-wrap:hover .c-text-box {opacity: 1;}

@media screen and (max-width: 1280px) {
	.c-list .c-wrap .c-text-box .c-title2 {font-size: 30px;}
}

@media screen and (max-width: 790px) {
	.yingyong .yingyong_tit  h2{font-size: 50px;}
	.yingyong .yingyong_tit:before{font-size: 30px;}
	.yingyong .yingyong_tit p{width: 90%; margin: 0 auto;font-size: 16px;}
	.c-list{width: 95%;}
	.c-list li {width: 45%;}
	.c-list .c-wrap .c-title{bottom: 12%;font-size: 30px;}
	.c-list .c-wrap .c-title em,.c-list .c-wrap .c-title span{display: none;}
	
}
/*adv*/
.adv{width: 100%; margin: 0 auto;background: url(../images/advbg.jpg)no-repeat center top; background-attachment: fixed; background-size: cover; padding: 4% 0;}
.adv .adv_tit{text-align: center; margin-bottom: 2%;color: #00923f; }
.adv .adv_tit:before{content: "application area";font-size:65px; font-weight: bold; color: #fff; opacity: 0.05;display: block;text-transform: uppercase;}
.adv .adv_tit h2{font-size: 62px;font-weight: bold;margin-top: -50px;}
.adv .adv_tit p{font-size: 18px; margin-top: 15px; color: #fff;}

.about_more{width: 85%; margin: 0 auto;}
.whlist {margin: 50px auto ;font-size: 0;text-align: center;}
.whlist li {display: inline-block;width: 20%;position: relative;}
.whlist li a {display: block;position: relative;overflow: hidden;padding: 10% 0 13% 0;background:#16ae56}
.whlist li:nth-child(2n) a{background:#ecfff4} 
.whlist li:hover a {border-color: #0ead62;}
.whlist i {position: absolute;left: 0;top: 0;z-index: 0;width: 100%;height: 100%;background-size: 20px 20px;opacity: 0;-webkit-transition: 0.6s;transition: 0.6s;}
.whlist i.bg1 {background-image: linear-gradient(45deg, #0ead62 0%, transparent 0);-webkit-transform: translate(-20%, 0%);        transform: translate(-20%, 0%);}
.whlist i.bg2 {background-image: linear-gradient(45deg, transparent 0%, #0ead62 0);-webkit-transform: translate(90%, 0%);        transform: translate(90%, 0%);}
.whlist li:hover i.bg1,.whlist li:hover i.bg2 {-webkit-transform: translate(0, 0);        transform: translate(0, 0);opacity: 1;}
.whlist .tupian {width: 100%;height: 145px;position: relative;background: url('../images/zuan1.png') bottom no-repeat;-webkit-transition: .5s;transition: .5s;}
.whlist li:hover .tupian {background-image: url('../images/zuan1h.png');}
.whlist li .hex {position: absolute;left: 50%;top: 50%;z-index: 1;width: 114px;height: 113px;-webkit-transition: 2s;transition: 2s;background: url('../images/hex1h.png') center no-repeat;margin-left: -57px;margin-top: -57px;}
.whlist li:nth-child(2n) .hex {background: url('../images/hex1.png') center no-repeat;}
.whlist li:hover .hex {background-image: url('../images/hex1h.png');-webkit-transform: rotate(330deg);        transform: rotate(330deg);}
.whlist .pic {position: absolute;left: 50%;top: 50%;z-index: 2;width: 80px;height: 80px;margin-left: -40px;margin-top: -40px;}
.whlist .pic .fig {position: absolute;left: 0;top: 0;z-index: 1;width: 100%;height: 100%;}
.whlist .i1 .p1 .fig {background: url('../images/wh1h.png') center no-repeat;}
.whlist .i1 .p2 .fig {background: url('../images/wh1.png') center no-repeat;}
.whlist .i2 .p1 .fig {background: url('../images/wh2.png') center no-repeat;}
.whlist .i2 .p2 .fig {background: url('../images/wh2h.png') center no-repeat;}
.whlist .i3 .p1 .fig {background: url('../images/wh3h.png') center no-repeat;}
.whlist .i3 .p2 .fig {background: url('../images/wh3.png') center no-repeat;}
.whlist .i4 .p1 .fig {background: url('../images/wh4.png') center no-repeat;}
.whlist .i4 .p2 .fig {background: url('../images/wh4h.png') center no-repeat;}
.whlist .i5 .p1 .fig {background: url('../images/wh5.png') center no-repeat;}
.whlist .i5 .p2 .fig {background: url('../images/wh5h.png') center no-repeat;}
.rollover {-webkit-transform-style: preserve-3d;        transform-style: preserve-3d;position: relative;overflow: visible!important;-webkit-transition: 1s;transition: 1s;}
.rollover .p1,.rollover .p2 {position: absolute;top: 0;left: 0;width: 100%;height: 100%;-webkit-backface-visibility: hidden;        backface-visibility: hidden;}
.rollover .p2 {-webkit-transform: rotateY(180deg);        transform: rotateY(180deg);}
li:hover .rollover {-webkit-transform: rotateY(180deg);        transform: rotateY(180deg);}
.whlist li .wz {position: relative;z-index: 3;}
.whlist li h3 {font-size: 22px;color: #fff;line-height: 44px;height: 44px;overflow: hidden;-webkit-transition: .5s;transition: .5s; font-weight: bold;}
.whlist li:nth-child(2n) h3 {color: #0ead62;}
.whlist li .hx {width: 38px;height: 2px;background-color: #0ead62;margin: 26px auto 20px;-webkit-transition: .5s;transition: .5s;}
.whlist li .txt {font-size: 18px;color: #fff;line-height: 36px;height: 75px;max-width: 240px;overflow: hidden;margin: 0 auto;padding: 0 10px;-webkit-transition: .5s;transition: .5s;}
.whlist li:nth-child(2n) .txt {color: #666;}
.whlist li .txt span {display: inline-block;}
.whlist li:hover h3 {color: #fff;}
.whlist li:hover .txt {color: #fff;}
.whlist li:hover .hx {background-color: #fff;}
@media screen and (max-width: 1440px) {
.wenhua {  border-top-left-radius: 200px;}
}
@media screen and (max-width: 1280px) {
	.about_more{width: 90%;}
	.whlist li .txt {font-size: 16px; line-height: 31px;}
}
@media screen and (max-width: 1023px) {
	.adv{padding-top: 15%;}
	.adv .adv_tit  h2{font-size: 50px;}
	.adv .adv_tit:before{font-size: 30px;}
	.adv .adv_tit p{width: 90%; margin: 0 auto;font-size: 16px;}
.whlist{width: 98%;}
.whlist .pic{width: 50px; height: 50px;}
.whlist .hex {background-size: 75%;margin-left: -1.8rem;margin-top: -1.8rem;}
.whlist .pic .fig {top: 0.5rem; left: 0.5rem;}
.wenhua {  padding: 100px 0 140px;}
.whlist li a{padding:10px 0 0 0;}
.whlist li {  width: 50%;  margin-top: 24px;width: 100%;}
.whlist .tupian {  height: 160px;display: none;}
.whlist li .wz {  margin-top: 0;}
.whlist li .hx {  margin-top: 14px; margin-bottom: 10px;}
}
@media screen and (max-width: 750px) {
.wenhua {  padding: 80px 0 100px;  border-top-left-radius: 100px;}
}
@media screen and (max-width: 640px) {
.whlist li h3 {  font-size: 18px;  line-height: 32px;  height: 32px;}
.whlist li .txt {  font-size: 16px;  line-height: 30px;  height: 90px;}
}


/*产品展示*/
.pro{width:100%; margin:0 auto; position: relative;   padding: 3.5% 0 0 0;background:#f5f5f5; }
.pro .pro_tit{text-align: center; margin-bottom: 2%;color: #00923f;}
.pro .pro_tit:before{content: "product display";font-size:65px; font-weight: bold; color: #000; opacity: 0.05;display: block;text-transform: uppercase;}
.pro .pro_tit h2{font-size: 62px;font-weight: bold;margin-top: -50px;}
.pro .pro_tit h2 em{color: #fdc109;}
.pro .pro_tit p{font-size: 18px; margin-top: 15px; color: #888484;}

.prolist{width: 100%; margin: 0 auto; padding: 2% 0;}

.hl_main5_content{width:85%; margin:auto;border-top:none;  position: relative; }
.hl_main5_content a{ color:#666666}
.hl_main5_content1{width:100%; overflow:hidden; }
.hl_main5_content1 ul{display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between;}
.hl_main5_content1 ul li{  display:inline;  width:10%; text-align:center; border-right:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); }
.hl_main5_content1 ul li:nth-child(9){ border-right:none}
.hl_main5_content1 ul li .gao{ text-align:center; color:#666666; font-size:20px;   line-height:20px!important; padding-top: 20px;}
.hl_main5_content1 ul li img{ text-align:center; color:#666666; font-size:16px;  line-height:20px!important; }
.hl_main5_content1 ul li img.ve{-moz-transition: all 1.0s;-webkit-transition:all 1.0s;-o-transition:all 1.0s;transition:all 1.0s;}
.hl_main5_content1 ul li:hover img.ve{transform: rotateY(180deg);-webkit-transform: rotateY(180deg);	/* Safari 和 Chrome */-moz-transform: rotateY(180deg);	/* Firefox */}


.telcase_box{display: none;}
.pro_box{width: 90%; margin:2% auto 0 auto;}
#top_scroll {overflow: hidden;width:100%; margin: 0 auto; height:1000px;}
.case-list {position: relative;z-index: 4;}
.case-list li {width: 23%;padding: 0 1% 15px 1%;position: relative; float: left;}

.case-list .c-wrap {position: relative;overflow: hidden;height: 100%}
.case-list .c-wrap img {width: 100%;height: 100%;object-fit: cover;transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.case-list .c-wrap:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
.case-list .c-wrap .c-title {position: relative;bottom: 0;left: 0;width: 100%;font-size: 20px;line-height: 70px;transition: all .5s; text-align: center; color: #fff;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;background: #00923f; font-weight: bold;}

@media screen and (max-width:1440px){
	.pro .pro_tit h2{font-size: 50px;}
	.pro .pro_tit p{font-size: 16px;}
}

@media (max-width:1280px){
	#top_scroll ul li .img img{height: 250px;}
	.case-list .c-wrap .c-title {font-size: 16px;}
}

@media screen and (max-width:790px){
	.pro .pro_tit{padding-top: 5%;}
	.pro .pro_tit:before{font-size: 30px;}
	.pro .pro_tit p{width: 90%; margin: 0 auto;}
	.prolist{display: none;}
	.pro .prolist li{ width: 33%;line-height: 37px;font-size: 16px; margin: 6px 2px;}
	.case-list li {width: 48%;}
	.pro_box{display: none;}
	.telcase_box{display: block;width: 100%;}
	.telcase-list {position: relative;z-index: 4;display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between;flex-wrap: wrap;}
	.telcase-list li {width: 46%;padding: 1% 1% 0 1%;position: relative; background: #f2f2f2; margin: 1%;}
	.telcase-list .c-wrap {position: relative;overflow: hidden;color: #fff;}
	.telcase-list .c-wrap img {width: 100%;height: 100%;object-fit: cover;}
	.telcase-list .c-wrap p{text-align: center;color: #000;font-size: 18px; line-height: 40px;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
	.telcase-list .protel{width: 100%; margin: 0 auto; line-height: 35px;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; font-size: 14px;}
	.telcase-list .protel .protel_a{width: 50%; text-align: center;background: #93d01d; color: #fff;;transition: .5s; }
	.telcase-list .protel .protel_b{width: 50%; text-align: center;background: #0181e0; color: #fff;;transition: .5s; }
	.pro_more{width: 80%;line-height: 45px;height: 45px;display: none;}
	.pro_more ul{display: block;}
	.pro_more li{width: 100%;}
	.pro_more li em{font-size: 25px;}
	.pro_more li:nth-child(2){display: none;}

}



/*实力*/
.case{width:100%; margin:0 auto; position: relative;   padding: 3.5% 0; }
.case .case_tit{text-align: center; margin-bottom: 2%;color: #00923f;}
.case .case_tit:before{content: "factory";font-size:65px; font-weight: bold; color: #000; opacity: 0.05;display: block;text-transform: uppercase;}
.case .case_tit h2{font-size: 62px;font-weight: bold;margin-top: -50px;}
.case .case_tit h2 em{color: #fdc109;}
.case .case_tit p{font-size: 18px; margin-top: 15px; color: #888484;}
.case  .swiper-container.casebox { width: 100%; padding-top: 30px; padding-bottom: 1.5%; } 
.case .swiper-container.casebox .swiper-slide { background-position: center; background-size: cover; width: 600px; height: 455px; border: 10px solid #fff; box-sizing: border-box }
.case  .swiper-container.casebox .swiper-slide img{width: 100%;}

@media screen and (max-width:1440px){
	.case .case_tit h2{font-size: 50px;}
	.case .case_tit p{font-size: 16px;}
}

@media screen and (max-width:790px){
	.case .case_tit h2 {font-size: 33px;background-size: 90%;padding-top: 10px}
	.case .case_tit p {margin-top: 5px;line-height: 28px;}
}



/*news*/
.news{width:85%; margin:0 auto; position: relative; padding:0 0 4% 0;}
.news .news_tit{text-align: center; margin-bottom: 2%;color: #00923f;}
.news .news_tit:before{content: "news";font-size:65px; font-weight: bold; color: #000; opacity: 0.05;display: block;text-transform: uppercase;}
.news .news_tit h2{font-size: 62px;font-weight: bold;margin-top: -50px;}
.news .news_tit h2 em{color: #fdc109;}
.news .news_tit p{font-size: 18px; margin-top: 15px; color: #888484;}

.index_4_1{width: 100%; margin:3% auto 0 auto;}
.index_4_1 ul li{ float:left; width:32%; margin-right:1.27450980392157%;background: #f2f2f2;font-size: 16px;border:1px solid transparent; border-color: rgba(151, 151, 151, 0.1); }
.index_4_1 ul li:nth-child(3n){margin-right:0}
.index_4_1_mid_1{overflow:hidden; position:relative;}
.index_4_1_mid_1 img{width:100%;}
.index_4_1_mid_2{margin:0 5%; margin-top:2.125em; }
.index_4_1_mid_2_1{color:#16ae56;font-family:Calibri;}
.index_4_1_mid_2_2{font-size:1.5em; color:#000; margin-top:.75em; margin-bottom:.75em;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.index_4_1_mid_2_3{color:#666;display: -webkit-box;-webkit-box-orient: vertical;  -webkit-line-clamp: 2;   overflow: hidden;word-wrap:break-word;word-break:break-all; line-height:1.9;}



.index_4_2{text-align:center; margin:4.375em 0;}
.index_4_1_mid{overflow:hidden; position:relative;padding-bottom: 20px;}
.index_4_1_mid:after{ height:1.70807453416149%; left:50%; background-position:center top; background-repeat:no-repeat; background-size:cover;content:''; position:absolute; bottom:-1.70807453416149%; width:84.50704225352113%;transform:translateX(-50%); background-image: linear-gradient(to right, #16ae56, #fdc109);border-radius:20px 20px 0 0;  }
.index_4_1 ul li:hover .index_4_1_mid:after{bottom:0;-webkit-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; -moz-transition-duration: 0.5s; transition-duration: 0.5s; }
.a-image-hover{align-items:center;color:#fff;display:flex;font-size:14px; font-family:Arial, Helvetica, sans-serif;height:100%;justify-content:center;left:0;letter-spacing:0;line-height:1;position:absolute;top:0;width:100%;z-index:2}
.a-image-hover span{display:inline-block;opacity:0;transform:translate3d(-30px,0,0);transition:all .5s cubic-bezier(.14,1,.34,1) 0s}
.a-image-hover span:first-child{transition-delay:.03s}
.a-image-hover span:nth-child(2){transition-delay:.06s}
.a-image-hover span:nth-child(3){transition-delay:.09s}
.a-image-hover span:nth-child(4){transition-delay:.12s}
.index_4_1 ul li:hover .a-image-hover span{opacity:1;transform:translateZ(0)}
.index_4_1 ul li:hover .a-image-hover span:first-child{transition-delay:.12s}
.index_4_1 ul li:hover .a-image-hover span:nth-child(2){transition-delay:.06s}
.index_4_1 ul li:hover .a-image-hover span:nth-child(3){transition-delay:.04s}
.index_4_1 ul li:hover .a-image-hover span:nth-child(4){transition-delay:.03s}
.index_4_1_mid_1:after{background-color:rgba(0,0,0,.3);content:"";height:100%;left:0; z-index:1;opacity:0;position:absolute;top:0;transition:all .5s cubic-bezier(.4,.8,.74,1) 0s;width:100%}
.index_4_1 ul li:hover .index_4_1_mid_1:after{opacity:1;}
.index_4{overflow:hidden; background: #f7f9fb; padding-top: 4%;}

@media screen and (max-width:1440px){
	.news .news_tit h2{font-size: 50px;}
	.news .news_tit p{font-size: 16px;}
}



@media screen and (max-width:790px){
	.news {width: 100%; margin-bottom: 150px;}
	.news .news_tit h2{font-size: 33px;background-size: 80%;}
	.news .news_tit p{font-size: 15px;margin-top: 0; line-height: 28px;}
	.index_4_1{width: 95%; margin-bottom: 100px;}
	.index_4_1 ul li{width: 100%; margin-right: 0;}
	.index_4_1_mid_2_2{font-size:18px;}
	.index_4_1_mid_2_3{font-size: 15px;}
}



.news_box{ margin: 0 auto;}
.news_box li{ line-height: 55px; border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
.news_box li span{float: right;}
.flex-center{width: 85%; margin: 5% auto; text-align: center;}


/* ===================== 内页 Banner 图 ===================== */
.inbanner {width: 100%;height: 500px;position: relative;overflow: hidden; background: #000;}
.inbanner > img {position: relative;width: 100%;height: 100%;-o-object-fit: cover;	object-fit: cover;z-index: 0; opacity: 0.5;}
.inbanner .cer {position: relative;height: 100%;}
@media screen and (max-width: 1440px) {
	.inbanner {height: 500px;}
}
@media screen and (max-width: 1023px) {
.inbanner {	height: 300px;}
}
@media screen and (max-width: 750px) {
.inbanner {	height: 180px;}
}
.inbanner2 {width: 100%;height: 380px;position: relative;overflow: hidden;background: #000;}
.inbanner2 > img {position: relative;width: 100%;height: 100%;-o-object-fit: cover;	object-fit: cover;z-index: 0;opacity: 0.7;}
.ibcate {position: absolute;width: 100%;left: 0;bottom: 50%;z-index: 1;color: #fff;text-align: center;overflow: hidden;margin-bottom: -90px;}
.ibcate .cn {font-size: 54px;line-height: 56px;font-weight: bold;letter-spacing: 2px;text-indent: 2px;}
.ibcate .en {font-size: 28px;}
.ibcate .hx {width: 40px;height: 3px;background-color: #fff;margin: 25px auto 10px auto;}
.mouse {width: 50px;height: 50px;margin-top: 123px;margin-left: -25px;position: absolute;left: 50%;top: 50%;z-index: 2;/*font-size: 16px; line-height: 28px; color: #fff; text-align: center;*/
background: url('../images/jtd-ib.png') center 0 no-repeat;}
@media screen and (max-width: 750px) {
.ibcate {margin-bottom: -83px;}
.ibcate .cn {font-size: 36px;}
.ibcate .en {font-size: 18px;line-height: 60px;}
.ibcate .hx {margin: 0 auto;}
.mouse{display: none;}
}
.baninfo {height: 70px;position: relative;z-index: 2;background-color: #f1f1f1;}
.baninfo .cer8 {height: 100%;}
.tree {height: 100%;font-size: 14px;line-height: 70px;color: #666;padding-left: 30px;background: url('../images/point1.png') 0 no-repeat;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.tree a {display: inline-block;height: 100%;color: #666;vertical-align: middle;}
.tree a:hover,.tree a.leaf {color: #ef7c00;}
.tree i {display: inline-block;width: 28px;height: 100%;vertical-align: middle;text-align: center;}


/*内页公司简介*/
.about_ore{  position:relative; margin-top:40px;}
.about_ore:before {content: ""; width: 193px;height: 193px;background: url(../images/about-bg02.png) left top no-repeat; display: block;position: absolute;left: 0;top: 0;opacity: 0.8;}
.about_ore .wrap{ background:#fff;overflow: hidden;width: 81.25%;margin-right: auto; margin-left: auto; }
.about_ore .tit{ margin:60px auto; }
.about_ore .tit h2{ font-size:42px; margin-bottom:20px; padding:5px 0; text-indent:40px; position:relative; font-weight: bold;}
.about_ore .tit h2:before {content: '';display: block; width: 17px;height: 17px;border-radius: 100%;border: 3px solid #FF4639;background: #fff;position: absolute; margin-right:20px;top:5px;}
.about_ore .tit p{ font-size:18px; line-height:34px;}
.about_ore .about_orepic{clear:both; width:100%;position: relative;}
.about_orebox{width: 85%; margin: 0 auto;}
.about_orebox p{color:#333;font-size:18px; line-height:35px; margin-bottom:15px; text-indent:20px;}


@media screen and (max-width:1440px){
	.about_ore .tit h2{ font-size:36px; padding-bottom: 10px;}
	.about_ore .tit p{font-size: 16px; line-height: 31px;}
}

@media screen and (max-width:1280px){
	.about_ore .tit h2{ font-size:32px; padding-bottom: 0px;}
	.about_ore .tit p{font-size: 16px; line-height: 31px;}
	.about_ore .about_orepic{margin: 0 auto;}
	.about_orebox p{color: #333;padding: 20px;}
}

@media screen and (max-width:790px){
	.about_ore .wrap{width: 95%;}
	.about_ore .tit{margin: 10px  auto 20px auto;}
	.about_ore .tit h2{ font-size:22px;}
	.about_orebox {width: 95%;}
	.about_ore .about_orepic img{width: 100%;}
	.about_ore .about_oreitem{width: 100%;}
	.about_orebox p{padding: 0;}

}


/*内页团队风采*/

.se_pro{width: 85%; margin: 3% auto;}
.se_pro ul {-webkit-justify-content: center;   justify-content:center;display: flex; display:-webkit-flex;flex-wrap: wrap;}
.se_pro ul li {transition: all .3s ease;width: 22%; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); margin: 0 1% 2% 1%;}
.se_pro ul li .pro_pic img {width: 100%;}
.se_pro ul li .pro_pic i {display: none;}
.se_pro ul li .pro_tit {font-size: 18px;color: #282727;line-height:70px;display: block;text-align: center;background: #f2f2f2;}
.se_pro ul li .pro_pic {position: relative;display: block;overflow: hidden;}
.se_pro ul li .pro_pic i {display: block;position: absolute;left: -100%;top: 0;width: 100%;height: 100%;background-image: -webkit-linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5),hsla(0,0%,100%,0));transform: skewx(-25deg);-o-transform: skewx(-25deg);-moz-transform: skewx(-25deg);-webkit-transform: skewx(-25deg);}
.se_pro ul li:hover .pro_pic i {transition: all .3s ease;left: 100%}
.se_pro ul li:hover {transition: all .3s ease;transform: translateY(-6px);-webkit-transform: translateY(-6px);-moz-transform: translateY(-6px);box-shadow: 0 26px 40px -24px rgba(0,36,100,.5);-webkit-box-shadow: 0 26px 40px -24px rgba(0,36,100,.5);-moz-box-shadow: 0 26px 40px -24px rgba(0,36,100,.5)}

@media screen and (max-width:1280px){
	.se_pro ul li {width: 31%;}
}
@media screen and (max-width:790px){
	.se_pro{width: 98%;}
	.se_pro ul {margin-left: 0;}
	.se_pro ul li {width: 47%;}
	.se_pro ul li .pro_tit{font-size: 16px;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;line-height: 52px;}
}


/* ===================== 内页 Banner 图 ===================== */
.inbanner2 {width: 100%;height: 380px;position: relative;overflow: hidden;background: #000;}
.inbanner2 > img {position: relative;width: 100%;height: 100%;-o-object-fit: cover;	object-fit: cover;z-index: 0;opacity: 0.7;}
.inbanner3 {width: 100%;height: 850px;position: relative;z-index: 2;overflow: hidden;-webkit-perspective: 1500px;        perspective: 1500px;}
.inbanner3 .ibwrap {position: relative;width: 100%;height: 100%;z-index: 0;overflow: hidden;}
.inbanner3 .ibwrap > img {position: relative;width: 100%;height: 100%;-o-object-fit: cover;    object-fit: cover;z-index: 0;}

/*产品详情*/
.se_procont{width: 100%;  background:url(../images/advbg.jpg) no-repeat center top;padding: 7% 0 4% 0;}
.se_procont .s_width{background: #fff;padding:2% 4%;display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between;width: 80%; margin: 0 auto;}
.se_procont .se_procont_l{width: 45%;}
.l{float: left;}
.r{float: right;}

#showbigpic{width: 100%;max-width:800px;}
.piclist{width:89%;overflow: hidden; margin:0 auto}
#modal-pic{height:58vh;}
#modal-pic img{width: 100%;}

.modal-dialog{width: 100%;}

.absolute{position:absolute}
.arrow-left{top:5px;left:5px;color:white;cursor: pointer;width:20px;height:100px; background:url(../images/lleft.png) no-repeat center top; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.arrow-right{top:5px;right:5px;color:white;cursor: pointer;width:20px;height:100px; background:url(../images/rright.png) no-repeat center top; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.arrow-left:hover{ background:url(../images/left_h2.png) no-repeat center top;}
.arrow-right:hover{ background:url(../images/right_h2.png) no-repeat center top;}
#mycarousel{transition: all .4s;}
.espcms_pro_photo li{ float:left; width:80px; margin-right:10px; text-indent:0;}
.espcms_pro_photo li img{width:76px;height:auto; background: #fff  }

.se_product_box{width: 85%; margin: 4% auto;}
.se_product_box .se_product_tit{font-size: 30px; font-weight: bold;background: #00923f;padding: 20px 0px;width: 200px; text-align: center; color: #fff;}
.se_product_box .se_product_cont p{font-size: 18px; line-height: 35px;}

.se_product_bg{margin-top: 3%;}
.biaoge{overflow-x: auto;}
.biaoge td{padding:0.5% 1%;white-space: nowrap;font-size: 16px;}

table {width: 100%;border-collapse: collapse;}
table td {border: 1px solid #e6e7ea;padding: 0.5%;line-height: 31px; }
.biaoge p{font-size: 16px; line-height: 31px;}

@media screen and (min-width: 1025px) {

.se_procont_r{width: 50%;padding-top: 4%;}
.se_procont .se_procont_r h1 {color: #333333;line-height: 1.25; font-size: 40px; font-weight: 800;}
.se_procont .se_procont_r .aside {margin-top:20px;line-height: 1.25; }
.se_procont .se_procont_r .aside span{font-size: 16px;}
.se_procont .se_procont_r .imax {margin:16px 0 20px 0;padding-top: 16px;border-top: #eeeeee solid 1px;color: #666666;font-size: 16px;}
.se_procont .se_procont_r .imax p{ line-height: 31px;}
.se_procont .se_procont_r .btns { margin-top: 12%;}
.se_procont .se_procont_r .btns .btn {z-index: 2;display: inline-block;vertical-align: top;position: relative;overflow: hidden;min-width: 120px;line-height: 45px;padding: 0.1rem 0.2rem;border-radius: 70px;text-align: center;font-size: 16px;border: #e0e0e0 solid 1px;-webkit-transition: all 250ms ease-out 0s;transition: all 250ms ease-out 0s;color: #333333;}
.se_procont .se_procont_r .btns .btn:after {background-color: #0181e0;opacity: 1;z-index: -1;content: " ";position: absolute;border-radius: 50%;left: 50%;top: 50%;background-color: #fff;width: 108%;padding-bottom: 108%;-webkit-transform: translate(-50%, -50%) scale(0);transform: translate(-50%, -50%) scale(0);pointer-events: none;}

.se_procont .se_procont_r .btns .btn:nth-child(1n+2) {margin-left: 0.6rem;}
.se_procont .se_procont_r .btns .btn2 {color: #0181e0;border-color: #0181e0;}
}
@media screen and (min-width: 1025px) {
.se_procont .se_procont_r .btn1:hover {color: #171c32;}
.se_procont .se_procont_r .btn2 {color: #0181e0;border-color: #0181e0;}
.se_procont .se_procont_r .btn2:hover {color: #171c32;}
}
@media screen and (max-width: 1024px) {
  .se_procont .se_procont_r {max-width: 100%;margin-top: 0.7rem;width: 514px;margin-left: auto;margin-right: auto;padding-bottom: 0.4rem;}
.se_procont .se_procont_r .btns {position: relative;margin-top: 0.6rem;bottom: 0;}
}

@media screen and (max-width: 790px) {
	.inbanner2 {height: 180px;}
	.se_procont{padding: 0% 0 4% 0;}
	.se_procont .s_width{width: 98%; display: block;}
	.se_procont .se_procont_l{width: 100%;}
	.se_procont .se_procont_r{width: 90%;    margin-top: 0;}
	.se_procont .se_procont_r h1{font-size: 25px; padding-top: 3%;}
	.se_procont .se_procont_r .aside {margin-top: 10px;}
	.se_procont .se_procont_r .imax{font-size: 15px;}
	.se_procont .se_procont_r .imax p{line-height: 24px;}
	.se_procont .se_procont_r .btns .btn{min-width: 100px;line-height: 28px;}
	.right-fd{display: none!important;}

	.se_procont .s_width{background: #fff;padding: 0%;width: 95%;}
	#modal-pic {height: 35vh;}
	.se_product_box .se_product_tit{font-size: 23px;width: 150px;padding: 10px 0;}
	.se_product_box .se_product_cont p{font-size: 16px; line-height: 31px;}
}



/*anli xiangqing*/
.case_wx{width: 200px; display: block;margin: 0 auto;}
.case_wx img{width: 100%;}
.atc-con i{text-align: center;display: block;}

/*6产品详情*/
.propage-out {width: 100%;position: relative;z-index: 2;margin-top: -676px;}
.propage-wrap {background-color: #fff;padding: 20px 20px 20px 20px;}
.profirst {overflow: hidden;min-height: 410px; margin-top: 4%;}
.xijie {width: 49%;height: auto;float: left;z-index: 1;position: relative;}
.xijie .bigpic {width: 100%;height: 100%;position: relative;text-align: center;font-size: 0;}
.xijie .bigpic img {max-width: 100%;max-height: 100%;}
.proinfo {float: right;width: 45%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;    -ms-flex-align: center;        align-items: center;}
.proinfo .proname {font-size: 36px;line-height: 50px;color: #333;margin-bottom: 28px;}
.aside {margin-top: 0.1rem;line-height: 31px;}
.aside span{font-size:16px;}
.proinfo .xiangxi {font-size: 16px;line-height: 31px;color: #666;max-height: 160px;overflow: auto;margin-top: 24px;}
.proinfo .probtnarea {font-size: 0;margin-top: 50px;}
.proinfo .probtn {display: inline-block;width: 178px;height: 58px;border: 1px solid #ddd;border-radius: 5px;margin-left: 34px;color: #fff;font-size: 16px;line-height: 58px;text-align: center;position: relative;
overflow: hidden; background: #00aa4b;}
.proinfo .probtn:first-child {margin-left: 0;}
.proinfo .probtn:hover {color: #333;border-color: #00aa4b;}
@media screen and (max-width: 1440px) {
.propage-wrap {  padding: 100px 80px 140px;}
}
@media screen and (max-width: 1200px) {
.propage-out {  margin-top: -546px;}
.propage-wrap {  padding: 80px 60px 120px;}
}
@media screen and (max-width: 1100px) {
.proinfo .probtn {  width: 111px;  margin-left: 24px;}
}
@media screen and (max-width: 1024px) {
  .aside{display: none;}
.propage-wrap {  padding: 60px 40px 100px;}
.profirst {  height: auto;}
.xijie {  float: none;  width: 100%;  margin-bottom: 50px;}
.proinfo {  float: none;  width: 100%;  height: auto;}
.proinfo .proname {  font-size: 30px;}
.proinfo .xiangxi {  max-height: none;}
}
@media screen and (max-width: 750px) {
.propage-out {  margin-top: -92px;}
.propage-wrap {  padding: 60px 0 90px;}
.proinfo .probtn {  height: 48px;  line-height: 48px;}
}



/*内页联系我们*/
.cont-smtit {position: relative;display: table;padding: 40px 28px 28px 40px;z-index: 10;-webkit-transition: all .7s ease;transition: all .7s ease;overflow: hidden}
.cont-smtit strong {display: inline-block;position: relative;z-index: 3;font-size: 56px;color: #cadbed;font-weight: bold;background: -webkit-linear-gradient(left, #cadbed, #fff);
-webkit-background-clip: text;-webkit-text-fill-color: transparent;-webkit-transition: all 2s ease;transition: all 2s ease}
.cont-smtit:before,.cont-smtit:after {content: '';display: block;position: absolute;-webkit-transition: all 0.7s ease .7s;transition: all 0.7s ease .7s;filter: alpha(opacity=0);-moz-opacity: 0;
-khtml-opacity: 0;z-index: 1}
.cont-smtit:before {width: 80px;height: 80px;left: -20px;background-color: #00923f;background-image: -webkit-linear-gradient(-45deg, #101520 0%, #00923f 100%);background-image: -o-linear-gradient(-45deg, #101520 0%, #00923f 100%);background-image: linear-gradient(-45deg, #101520 0%, #00923f 100%)}
.cont-smtit:after {width: 60px;height: 60px;right: -20px;bottom: 0;background-color: #00923f;background-image: -webkit-linear-gradient(-45deg, #101520 0%, #00923f 100%);background-image: -o-linear-gradient(-45deg, #101520 0%, #00923f 100%);background-image: linear-gradient(-45deg, #101520 0%, #00923f 100%)}
.cont-smtit i {height: 1px;position: absolute;left: 60px;top: 0;filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;width: 0;z-index: 2;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 100%);
background-image: -o-linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 100%);background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 100%);-webkit-transition: all 1s ease 1.4s;transition: all 1s ease 1.4s}
.contact1 {width: 100%;background: url(../images/contact-spbg.jpg) center no-repeat;background-size: cover}
.contact1 .wrap {padding-top: 100px;padding-bottom: 130px;width: 85%; margin: 0 auto;position: relative;}
.contact1 .text {width: 50.33333%;font-size: 16px;color: #ecf5ff;line-height: 1.75;margin-top: 50px;margin-bottom: 72px;}
.contact1 .btnbox {width: 50.33333%;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;overflow: hidden}
.contact1 .btnbox .swtbtn {width: 48%;background: #00923f;font-size: 20px;color: #fff;text-align: center;font-weight: bold;padding: 23px 0px;letter-spacing: 5px;transition: all linear 0.3s;
cursor: pointer}
.contact1 .btnbox .swtbtn:hover {background: #08af50}
.contact1 .btnbox .telbtn {width: 36%;background: #fff;background: -webkit-linear-gradient(left, #c8f7dc, #fff);line-height: 1;color: #00923f;font-size: 18px;padding-left: 95px;padding-top: 10px;
padding-bottom: 10px;letter-spacing: 2px;position: relative;transition: all linear 0.3s}
.contact1 .btnbox .telbtn:before {content: "";width: 36px;background: url(../images/contact-tb01.png) center no-repeat;background-size: 100%;position: absolute;left: 38px;top: 0;bottom: 0;transition: all linear 0.3s}
.contact1 .btnbox .telbtn strong {clear: both;display: block;font-size: 24px;padding-top: 4px;letter-spacing: 3px}
.contact1 .btnbox .telbtn:hover {background: #00923f;color: #fff}
.contact1 .btnbox .telbtn:hover:before {background: url(../images/ProIcon01.png) center no-repeat}
.contact1 .address {background: url(../images/contact-tb02.png) left center no-repeat;padding-left: 45px;font-size: 16px;color: #ecf5ff;line-height: 36px;margin-top: 36px}
.contact1 .fwbox {border-top:1px solid transparent; border-color: rgba(255, 255, 255, 0.2);overflow: hidden}
.contact1 .fwbox p {width: 33%;float: left;border-left:1px solid transparent; border-color: rgba(255, 255, 255, 0.2);;line-height: 1;text-align: center;padding: 42px 0;transition: all linear 0.3s}
.contact1 .fwbox p:first-child {border: none}
.contact1 .fwbox p strong {font-size: 40px;color: #00923f;background: -webkit-linear-gradient(left, #00923f, #ecf5ff);-webkit-background-clip: text;-webkit-text-fill-color: transparent;display: inline-block}
.contact1 .fwbox p span {font-size: 16px;color: #fff;display: block;margin-top: 20px}
.contact1 .fwbox p:hover {background: #00923f;filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1}


@media screen and (max-width:790px){
	.contact1 .wrap {width: 95%; }
	.cont-smtit strong{font-size: 26px;}
	.cont-smtit:before{width: 35px;height: 35px;left:0;}
	.cont-smtit:after{display: none;}
	.contact1 .text{display: none;}	
	.contact1 .btnbox{width: 100%; display: block;}
	.contact1 .btnbox .swtbtn{display: none;}
	.contact1 .btnbox .telbtn{width: 100%;background: none;padding-left: 60px}
	.contact1 .btnbox .telbtn strong{padding-left: 60px; padding-top: 20px;}
	.contact1 .btnbox .telbtn:before{left:0}
	.contact1 .address{padding-left: 0;}
	.contact1 .fwbox p strong{font-size: 20px;}
	.contact1 .fwbox p span{padding: 0 5%; line-height: 28px;}
}


/*内页产品展示*/
.probanner{background: #cdd0d1; padding: 25px 0; text-align: center; margin-top: 125px;}
.probanner .cn{color: #fff;font-size:36px; font-weight: bold;}
.se_prolist{width: 85%; margin: 0 auto;}
.se_prolist ul{display: flex; display:-webkit-flex; -webkit-justify-content:center;   justify-content: center;flex-wrap: wrap;}
.se_prolist li{ padding:0 3%; line-height: 7vh; text-align: center; margin: 1% 0.5%;transition: .5s; background: #fff;color: #333; cursor:pointer; font-weight: 700;}
.se_prolist li a{color: #333;}
.se_prolist li:hover{ background: #dd2118;}
.se_prolist li:hover a{ color: #fff;}


.se_tuandui { width:75%; margin:0 auto 1rem auto; }
.se_tuandui ul{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.se_tuandui li{width:31%; margin:0 1% 2% 1%; position:relative; overflow:hidden; border:1px solid #eee; color:#fff;}
.se_tuandui li:nth-child(3n){ margin-right:0px;}
.se_tuandui li .p-img{  margin:0 auto 0px auto;  text-align:center;  position:relative; overflow:hidden;width: 100%;object-fit: cover; object-position: center; }
.se_tuandui li .p-name{ line-height:65px; word-break:break-all; word-wrap: break-word; overflow:hidden;text-align: center; font-weight: 700; color:#fff;background:#343643;text-transform: uppercase; word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.se_tuandui li .p-img img{ width:100%; height: 100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_tuandui li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_tuandui p{ font-size:18px; line-height:35px; color:#333;}
.se_tuandui p span{ font-size:20px;  color:#e9e9e9;}
.se_tuandui li .p-name em{font-weight: 100; padding: 0 2%;}
.se_tuandui ul li:hover{cursor:pointer; }
.se_tuandui ul li:hover .p-name{ color: #fff;}
.se_tuandui li:hover .p-name{background: #0088ff;}


.se_case { width:85%; margin:4% auto 1rem auto; }
.se_case ul{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.se_case li{padding:0; width:14%; margin:0 1% 2% 0; position:relative; overflow:hidden; border:1px solid #eee; color:#fff;}
.se_case li:nth-child(4n){ margin-right:0px;}
.se_case li .p-img{  margin:0 auto 0px auto;  text-align:center;  position:relative; overflow:hidden;width: 100%;object-fit: cover; object-position: center; }
.se_case li .p-name{ line-height:65px; word-break:break-all; word-wrap: break-word; overflow:hidden;text-align: center; font-weight: 500; color:#fff;background:#2778be;text-transform: uppercase; }
.se_case li .p-img img{ width:100%; height: 100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_case li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}



@media (max-width:1440px){
	.se_tuandui li .p-img{}
}
@media (max-width:1280px){
	.se_tuandui { width:95%; margin:1rem auto 1rem auto; }
	.se_tuandui li{width: 23%;}
	.se_tuandui li .p-img{}
}

@media (max-width:1000px){
	.se_tuandui li .p-img{height: 185px;}
	.se_tuandui ul li i{  background:none;}
}



.fenye{width: 1280px; margin: 0 auto 1% auto;display: flex; display:-webkit-flex;-webkit-justify-content:center;   justify-content: center; align-items: center;-webkit-align-items: center; height: 45px;}
.fenye_zong{ font-size: 12px; padding: 0 10px; text-align: center;  border: 1px solid #dddddd;margin: 0 3px 6px;color: #666; line-height: 26px;}

.seprobox_l{ background: #fff; width: 100%; }
.seprobox_l h3 {margin-top: 50px;margin-bottom: 40px;font-size: 36px;color: #000000;line-height: 1.3;font-weight: bold;}
.seprobox_l h3 i {margin-right: 3.125%;font-size: 36px;color: #c4c4c4;font-family: "Consolas";font-style: normal;font-weight: normal;line-height: 1;opacity: 0.5;}
.seprobox_l h3 i:before {content: "";width: 12px;height: 3px;background: #c4c4c4;display: inline-block;vertical-align: middle;margin-right: 17px;}
.seprobox_l p {margin-top: 40px;margin-bottom: 40px;color: #000000;line-height: 1.8;text-indent:2em;}
.seprobox_l p img{text-indent:-4em; display: block; margin: 0 auto;}


@media (max-width:1000px){
.fenye{width: 100%; margin: 0 auto 0 auto;height: 180px;padding-bottom: 15%; display: flex; display:-webkit-flex;-webkit-justify-content:center;   justify-content: center; align-items: center;-webkit-align-items: center;}
.fenye_zong{ font-size: 14px; width: 100px; background: #f2f2f2; text-align: center;  line-height: 35px;}
}



/*se_hangye*/


.cer8 {padding: 0 0 120px;width: 85%; margin: 0 auto;}
.newslist {overflow: hidden;width: 80%; margin: 0 auto;}
.newslist li {width: 100%;border-bottom: 1px solid #e8ecf0;padding: 25px 0;}
.newslist li:last-child {border-bottom: 0 none;}
.newslist li a {display: block;position: relative;overflow: hidden;padding-left: 45%;height: 356px;}
.newslist li .pic {position: absolute;left: 0;top: 0;z-index: 1;width: 40%;height: 100%;overflow: hidden;}
.newslist li .pic img {-o-object-fit: cover;    object-fit: cover; width: 100%;}
.newslist li h3 {font-size: 24px;color: #333;line-height: 42px;height: 42px;overflow: hidden;}
.newslist li .txt {font-size: 16px;color: #666;line-height: 32px;height: 64px;overflow: hidden;margin: 20px 0 58px;}
.newslist li .date {font-size: 24px;color: #00923f;line-height: 36px;font-family: "amerigobt";height: 36px;padding-top: 48px;overflow: hidden;}
.newslist li label {display: block;width: 32px;height: 32px;font-size: 0;cursor: pointer;background: #c3c3c3 url('../images/jtr-n.png') center no-repeat;border-radius: 50%;}
.newslist li,.newslist h3,.newslist label {-webkit-transition: .5s;transition: .5s;}
.newslist li:hover {border-bottom-color: #00923f;}
.newslist li:hover h3 {color: #00923f;}
.newslist li:hover label {background-color: #00923f;}
@media screen and (max-width: 1440px) {
	.newslist {width: 100%;}
	.newslist li .txt {  line-height: 30px;  height: 90px;  margin-bottom: 32px;}
}
@media screen and (max-width: 1200px) {
.newslist li a {  padding-left: 540px;}
.newslist li .pic {  width: 480px;}
}
@media screen and (max-width: 1023px) {
.newslist li {  padding: 60px 0;}
.newslist li a {  }
.newslist li .pic { width: 100%; position: relative;}
}
@media screen and (max-width: 840px) {
	.cer8 {width: 100%;}
.newslist li a {  height: auto;}
.newslist li .date {  padding-top: 20px;}
.newslist li label {  display: none;}
}
@media screen and (max-width: 750px) {
.newslist li {  padding: 40px 0;}
.newslist li .txt {  display: none;}
.newslist li h3 {  font-size: 20px;  line-height: 32px;  height: 96px;}
}
@media screen and (max-width: 600px) {
.newslist li a {  padding-left: 0;}
.newslist li h3 {  font-size: 18px;  line-height: 30px;  height: auto;}
.newslist li .date {  padding-top: 10px;  font-size: 18px;}
}

/*新闻详情页*/
.greybgnews {background-color: #f8fafb;padding: 50px 0 80px;overflow: hidden;}
.greybgnews .cer8{ max-width: 1600px; margin:0 auto; padding: 0 30px;}
.main {position: relative; margin: 0 auto;}
.atc {padding: 40px 70px 70px;background-color: #fff;}
.atc-h {border-bottom: 1px solid #e7e7e7;padding-bottom: 20px;position: relative;text-align: center;}
.atc-h h1 {font-size:38px;color: #333;line-height: 46px;font-weight: bold;margin-bottom: 24px;}
.atc-date {font-size: 14px;color: #888;line-height: 30px;}
.atc-date span {display: inline-block;margin-right: 48px;}
.atc-con {padding: 44px 0 76px;font-size: 16px;line-height: 28px;color: #555;text-align: justify;}
.atc-con p{line-height: 35px; margin-bottom: 15px;text-indent:2em; font-size: 17px;}
.atc-con img {max-width: 100%; display: block; margin: 10px auto;}
.atc-con .videowrap {width: 1440px;position: relative;text-align: center;margin: 50px auto;overflow: hidden;}
.atc-con video {width: 100%;height: 612px;}
@media screen and (max-width: 1440px) {
.atc {padding: 40px 50px 60px;}
.videowrap {width: 100%;padding-bottom: 42.5%;height: 0;}
.video {position: absolute;top: 0;left: 0;z-index: 1;width: 100%;height: 100%;}
}
@media screen and (max-width: 1300px) {
}
@media screen and (max-width: 1023px) {
.greybgnews {padding: 60px 0 150px 0;background-color: #fff; }
.greybgnews .cer8{ max-width: 95%; padding: 0;}
.atc {padding: 0 30px;}
}
@media screen and (max-width: 960px) {
.atc-con {padding-bottom: 60px;}
.atc-date span {margin-right: 24px;}
}
@media screen and (max-width: 750px) {
.atc {padding: 0 0;}
.atc-h h1 {font-size: 26px;margin-bottom: 0;}
}
.atc-pn {position: relative;padding-top: 26px;padding-right: 160px;border-top: 1px solid #ddd;}
.atc-pn a {display: block;overflow: hidden;font-size: 14px;color: #666;line-height: 34px;margin-top: 10px;}
.atc-pn a:hover {color: #00923f;}
.atc-pn a label {display: inline-block;border: 1px solid #ccc;width: 98px;height: 32px;text-align: center;font-size: 14px;line-height: 32px;margin-right: 15px;-webkit-transition: 0.3s;transition: 0.3s;}
.atc-pn a:hover label {border-color: #00923f;}
.atc-pn a.ret {font-size: 14px;color: #fff;line-height: 34px;text-align: center;background-color: #00923f;width: 110px;height: 34px;position: absolute;right: 0;bottom: 0;z-index: 1;margin-top: 0;}
.atc-pn a.ret:hover {opacity: 0.8;}
@media screen and (max-width: 960px) {
.atc-pn {padding-right: 0;}
.atc-pn a.ret {position: static;width: 200px;height: 50px;line-height: 50px;border-radius: 5px;display: block;margin: 40px auto 0;font-size: 18px;}
}
.zhaopinout {padding: 110px 0 100px;}
.cate7 {position: relative;padding-top: 80px;padding-bottom: 22px;font-weight: bold;text-align: center;}
.cate7 .en {font-size: 140px;color: rgba(83, 185, 112, 0.06);line-height: 152px;text-transform: uppercase;position: absolute;left: 0;top: 0;z-index: 1;width: 100%;font-family: "Times New Roman";}
.cate7 .cn {font-size: 32px;color: #333;line-height: 50px;position: relative;z-index: 2;}
.cate7:after {content: '';position: absolute;left: 50%;bottom: 0;z-index: 0;width: 30px;height: 3px;margin-left: -15px;background-color: #00923f;}
.zpintro {font-size: 16px;color: #666;line-height: 34px;text-align: center;max-width: 920px;margin: 24px auto 0;}
.zpintro span {display: block;}
@media screen and (max-width: 1023px) {
.cate7 .en {font-size: 100px;line-height: 120px;}
.zhaopinout {padding: 90px 0 90px;}
}
@media screen and (max-width: 920px) {
.zpintro span {display: inline;}
}
@media screen and (max-width: 750px) {
.cate7 .en {font-size: 70px;line-height: 100px;}
.zhaopinout {padding: 70px 0 80px;}
}
.rec-head {height: 70px;background-color: #f5f5f5;overflow: hidden;padding: 0 110px;margin-top: 82px;}
.rec-head .th {float: left;padding: 10px 0;width: 20%;height: 50px;overflow: hidden;font-size: 18px;color: #333;line-height: 50px;text-align: center;font-weight: bold;}
.rec-head .th.zhiwei {text-align: left;}
.reclist {background-color: #fff;}
.rec-hand {height: 70px;background-color: #fff;overflow: hidden;padding: 0 110px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.rec-hand .td {float: left;padding: 10px 0;width: 20%;height: 50px;overflow: hidden;font-size: 16px;color: #555;line-height: 50px;text-align: center;}
.rec-hand .td.zhiwei {text-align: left;}
.reclist li:nth-child(even) .rec-hand {background-color: #f5f5f5;}
.reclist li.on .rec-hand {background-image: -webkit-gradient(linear, left top, right top, from(#255ba9), to(#10a560));background-image: linear-gradient(to right, #255ba9, #10a560);}
.reclist li.on .rec-hand .td {color: #fff;}
.reclist li:hover .rec-hand {background-color: rgba(32, 180, 184, 0.2);}
.rec-hand,.reclist .td {-webkit-transition: 0.6s;transition: 0.6s;}
.reclist .rec-con {display: none;}
.reclist .rec-txt {font-size: 16px;color: #777;line-height: 30px;padding: 40px 110px 60px;border: 1px solid #1373c0;background-color: #f5f5f5;}
.reclist .rec-txt .email {display: inline-block;color: #1373c0;text-decoration: underline;}
.reclist .rec-txt h3 {font-size: 18px;color: #333;font-weight: bold;margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
.rec-head,.rec-hand {padding: 0 80px;}
.reclist .rec-txt {padding: 40px 80px 60px;}
}
@media screen and (max-width: 1200px) {
.rec-head,.rec-hand {padding: 0 60px;}
.reclist .rec-txt {padding: 40px 60px 60px;}
}
@media screen and (max-width: 1023px) {
.rec-head,.rec-hand {padding: 0 40px;}
.reclist .rec-txt {
padding: 40px 40px 60px;
}
}
@media screen and (max-width: 1023px) {
.rec-head .th,.rec-hand .td {width: 22%;}
.rec-head .th.zhiwei,.rec-hand .td.zhiwei {width: 34%;}
.rec-head .th.bumen,.rec-hand .td.bumen {display: none;}
}
@media screen and (max-width: 750px) {
.rec-head .th.addr,.rec-hand .td.addr {display: none;}
.rec-head .th {width: 30%;}
.rec-head .th.zhiwei {width: 40%;}
.rec-hand .td {width: 30%;}
.rec-hand .td.zhiwei {width: 40%;}
.rec-head,.rec-hand {padding: 0 20px;}
.reclist .rec-txt {padding: 40px 20px 50px;}
}
@media screen and (max-width: 660px) {
.rec-head .th.renshu,.rec-hand .td.renshu {display: none;}
}


/*内页合作案例*/
.kehulist {overflow: hidden;margin: 90px 0 72px;border-top: 1px solid #f2f2f2;border-left: 1px solid #f2f2f2;}
.kehulist li {float: left;width: 20%;text-align: center;}
.kehulist li a {display: block;background-color: #fff;overflow: hidden;border-bottom: 1px solid #f2f2f2;border-right: 1px solid #f2f2f2;}
.kehulist .pic {width: 100%;height: 138px;overflow: hidden;font-size: 0;line-height: 138px;}
.kehulist img {max-width: 70%;max-height: 70%;-webkit-transition: 0.3s;transition: 0.3s;}
.kehulist li:hover img {-webkit-transform: scale(1.04, 1.04);transform: scale(1.04, 1.04);}
.huotip {font-size: 18px;color: #666;line-height: 38px;text-align: center;position: relative;height: 38px;}
.huotip span {display: inline-block;vertical-align: top;letter-spacing: 1px;padding: 0 26px;}
.huotip i {display: inline-block;width: 40px;height: 1px;vertical-align: middle;background-color: #666;}
@media screen and (max-width: 1280px) {
.kehulist li {width: 25%;}
}
@media screen and (max-width: 960px) {
.huobanmain {padding: 100px 0 60px;}
.huobanmain h2.btitle {font-size: 32px;}
.kehulist li {width: 33.33%;}
.huocon {line-height: 30px;}
}
@media screen and (max-width: 640px) {
.huobanmain {padding: 80px 0 60px;}
.kehulist li {width: 50%;}
}


/*内页联系我们*/

.ul-contact{overflow:hidden;z-index:1;margin: 80px auto;}
.ul-contact h4{ font-size:30px;color: #333333; font-weight: 300; display:block; overflow:hidden;margin-bottom:100px; text-align:center}
.ul-contact li{float:left;width:17%;text-align: center; margin:0 1.5%;}
.ul-contact li:nth-child(1),.ul-contact li:nth-child(2),.ul-contact li:nth-child(4),.ul-contact li:nth-child(5){ margin-top:75px;}
.ul-contact li strong{position: relative; z-index: 1; display:block; width:60%;padding:12%; font-weight:normal; text-align:center; margin:5px auto 10px;}
.ul-contact li strong img{ width:100%; border-radius:50%; text-align:center; box-shadow: 0px 0.03rem 0.21rem rgba(5,26,85,0.1);}
.ul-contact .txt{margin:20px 0;text-align:center;font-size:16px;color:#666;line-height:26px;padding-bottom:18px;position:relative}
.ul-contact .txt .zx{cursor:pointer;}
.ul-contact .txt .ctel{ font-size:20px;font-weight: 700;color: #F60; line-height: 30px;}
.ul-contact .txt span{display:block;font-size:24px;color:#222;font-weight:700;margin-bottom:5px;line-height:30px}
.ul-contact .txt p a{display:inline-block}


.contactore{  width: 100%; padding:90px auto; overflow:hidden; background:url(../images/about_bg.jpg) repeat}
.contactore .wrap{ padding:40px 0; width: 80%; margin: 0 auto;}
.contactore .tit{ margin-top:90px;}
.contactore .tit img{text-align: center;display: block; margin: 0 auto;}
.contactore .tit h3{ text-align:center;   font-size:48px; margin-bottom:30px; font-weight: bold;}
.contactore .tit p{ text-align:center; font-size:18px; }
.contactore ul{overflow: hidden; margin-top:30px;}
.contactore li{float: left;width:22%;margin:0 1.5%;border:1px solid #f0f3fa; background:#fff;box-shadow: 2px 0 20px rgba(21, 53, 129, 0.2);border-radius: 10px;margin-bottom:30px;text-align: center;box-sizing: border-box;padding:30px 0;}
.contactore li img{width: 58px;}
.contactore li span{font-size: 18px;color:#4b556e;font-weight: bold;display: block;margin-top: 20px;}
.contacttwo{ width:100%; background:url(../images/about_bg.jpg) repeat; overflow:hidden; }
.contacttwo img{ position:relative; z-index:9;}
.contacttwo .left{ width:42%; float:left; color:#fff;position:absolute;margin:-18% 0 0 12%; z-index:999}
.contacttwo .left strong{ font-size:40px; }
.contacttwo .left p{ font-size:18px;margin:40px 0; line-height:34px;}
.contacttwo .left .btn {background-image: linear-gradient(to right, #58a1d2 0%, #4f51a1 50%, #58a1d2 100%); background-size: 200% auto;transition: 0.5s;padding:13px 40px; font-size:18px; display:inline-block; color:#fff; border-radius:30px;
}
.contacttwo .left .btn:hover {background-position: right center;color: #fff;}


@media screen and (max-width: 640px) {
	.ul-contact{padding-bottom: 150px;}
	.ul-contact h4{ font-size:26px;}
	.ul-contact li{width: 100%;}
	.ul-contact li:nth-child(1), .ul-contact li:nth-child(2), .ul-contact li:nth-child(4), .ul-contact li:nth-child(5){margin-top: 0;}
	.ul-contact .txt{margin-bottom: 0;}
	.contactore{display: none;}
	.contactore .tit{margin-top: 50px;}
	.contactore .tit h3{font-size: 36px; margin-bottom: 0;}
	.contactore .tit p{font-size: 15px; line-height: 28px;}
	.contactore .wrap{width: 95%;}
	.contactore li{width: 30%;font-size: 18px;}
}

/*内页招聘信息*/
.linian {text-align: center;}
.linian h2.btitle {font-size: 42px;color: #222;line-height: 66px;height: 66px;overflow: hidden;}
.linianfig {position: relative;width: 1000px;max-width: 100%;height: 400px;overflow: hidden;margin: 0 auto;}
.liniancon {margin: 30px 0 90px;font-size: 16px;color: #333;line-height: 34px;}
.liniancon img {max-width: 100%;}
.zpout {padding: 110px 0 120px; width: 80%; margin: 0 auto;;}
.rec-head {height: 76px;background-color: #fff;overflow: hidden;padding-left: 70px;border-bottom: 2px solid #333;}
.rec-head .th {float: left;padding: 18px 0;width: 20%;height: 76px;overflow: hidden;font-size: 16px;color: #222;line-height: 40px;text-align: center;}
.rec-head .th.zhiwei {text-align: left;}
.reclist {background-color: #fff;}
.reclist li {border-bottom: 1px solid #ddd;}
.rec-hand {height: 64px;line-height: 64px;background-color: #fff;padding-left: 70px;overflow: hidden;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.rec-hand .td {float: left;padding: 12px 0;width: 20%;overflow: hidden;font-size: 16px;color: #222;line-height: 40px;text-align: center;height: 40px;}
.rec-hand .td.zhiwei {text-align: left;}
.reclist li:hover .rec-hand {background-color: #eee;}
.reclist li.on .rec-hand {background-color: #333;}
.reclist li.on .rec-hand .td {color: #fff;}
.reclist li,.rec-hand,.reclist .td {-webkit-transition: 0.5s;transition: 0.5s;}
.reclist .rec-con {display: none;}
.rec-txt {color: #444;line-height: 31px;padding: 34px 70px 46px;background-color: #f7f7f7; font-family: serif;}
.rec-txt .email {color: #1d6bdd;}
.rec-txt .email:hover {text-decoration: underline;}
@media screen and (max-width: 1080px) {
.rec-head,.rec-hand {    padding-left: 40px;}
.rec-txt {padding: 34px 40px 46px;}
}





/*===================== 响应式代码 END =====================*/

.liuyan {margin: 60px auto;padding-bottom: 1%; width: 85%;}
.liuyan .liuyan_tit{text-align: center; margin-bottom: 2%;color: #00923f;}
.liuyan .liuyan_tit:before{content: "message";font-size:65px; font-weight: bold; color: #000; opacity: 0.05;display: block;text-transform: uppercase;}
.liuyan .liuyan_tit h2{font-size: 62px;font-weight: bold;margin-top: -50px;}
.liuyan .liuyan_tit h2 em{color: #fdc109;}
.liuyan .liuyan_tit p{font-size: 18px; margin-top: 15px; color: #888484;}

.message{  padding:70px}
.message .tit{ margin-bottom:50px; text-align:center;color: #111;}
.message .tit h3{font-weight:600; font-size:48px; margin-bottom:0;}
.message .tit p{ font-size:18px}
.message form{ width:80%; margin:0 auto;overflow:hidden}

.message .layui-form-item {margin-bottom: 5px; overflow: hidden; width:48%; float:left}
.message .layui-form-item:nth-child(6){width: 96%!important;}
.message .layui-form-item:nth-child(7){width: 100%!important;}
.message ul li.wenb {position: relative;width:100%; }
.message ul li.wenb .fl{ width:95%;}
.btnclick{ width:30%; margin-top:20px;}
.message .layui-form-label {width: 100%; display:block; overflow:hidden;text-align:left; font-size: 18px; line-height:50px; color:#333e46}
.message .layui-input { width:93%; border:0; color:#666; font-size:15px;height: 42px;line-height: 42px;  border:#e0e0e0 1px solid;text-indent: 35px;*text-indent:0px;}
.message .layui-input:nth-child(1){ background:rgba(255,255,255,1)url(../images/icon-text-user.png) no-repeat 10px center;}
.message .layui-input:nth-child(2){ background:rgba(255,255,255,1)url(../images/icon-text-tel.png) no-repeat 12px center; }
.message .layui-textarea {background:rgba(255,255,255,1)url(../images/icon-text-tel.png) no-repeat 10px 17px;;  border:0; width:93%;  border:#e0e0e0 1px solid;  height: 150px; line-height: 20px; font-size:15px;margin: 6px 0 30px; padding:3%; color: #666; resize: none;}
.message  .layui-btn{ padding:13px 70px;margin:30px auto;display: block;cursor:pointer;font-size:20px; color:#fff; border-radius:50px;text-align:center;border: 0px;background-color:#00aa4b;}
.message  .layui-btn:hover{background:#00aa4b;}


@media screen and (max-width:790px){
	.liuyan{width: 90%;}
	.liuyan .liuyan_tit h2{font-size: 50px;}
	.liuyan .liuyan_tit p{font-size: 16px;}	
	.message{padding: 0;}
	.message form{width: 100%;}
	.message .layui-btn{margin-bottom: 150px;}
}