  




/*产品展示*/
.pro{width:100%; margin:0 auto; position: relative;   padding: 3.5% 0;background: #f5f8fa; }
.pro .pro_tit{text-align: center; margin-bottom: 2%;}
.pro .pro_tit h2{font-size: 62px;font-weight: bold;color: #93d01d; background: url('../images/pro_tit.png')  no-repeat center top; padding-top:2.5%;}
.pro .pro_tit h2 em{ color: #0181e0;}
.pro .pro_tit p{font-size: 18px; margin-top: 15px;}

.prolist{width: 90%; margin: 0 auto;}
.prolist ul{display: flex; display:-webkit-flex; -webkit-justify-content: center;   justify-content: center;flex-wrap: wrap;}
.prolist li{font-size: 23px;border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); line-height: 60px; text-align: center; margin: 15px 1%;width: 17%;transition: .5s; }
.prolist li a{color: #000;}
.prolist li:hover a{background: #0181e0;display: block;color: #fff;}

.telcase_box{display: none;}
.pro_box{width: 90%; margin:2% auto 0 auto;}
#top_scroll {overflow: hidden;width:100%; margin: 0 auto; height: 800px;}
.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%;color: #fff; background: #fff;}
.case-list .c-wrap img {width: 100%;height: 100%;object-fit: cover;}
.case-list .c-wrap .c-title {position: relative;bottom: 0;left: 0;width: 100%;font-size: 23px;line-height: 70px;font-weight: bold; transition: all .5s; text-align: center; color: #000;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1; border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
.case-list .c-wrap .c-text-box {opacity: 0;position: absolute;top: 0;left: 0;width: 100%;height: 74%;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;}
.case-list .c-wrap .c-text-box div {}
.case-list .c-wrap .c-text-box div img{width: 65%; display: block; margin: 0 auto; }
.case-list .c-wrap .c-text-box div .c-title2{text-align: center; font-size: 18px; margin-top: 20px;}
.case-list .c-wrap .c-text-box div .c-title2 em{display: block;font-size: 30px; margin-top: 20px;font-family: impact;}
.case-list .c-wrap:hover .c-text-box {opacity: 1;}

.pro_box .protel{width: 70%; margin: 0 auto; line-height: 35px; padding: 15px 0;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; font-size: 14px;}
.pro_box .protel .protel_a{width: 50%; text-align: center; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);transition: .5s; }
.pro_box .protel .protel_a:hover{background: #93d01d; color: #fff;}
.pro_box .protel .protel_b{width: 50%; text-align: center; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);transition: .5s; }
.pro_box .protel .protel_b:hover{background: #0181e0; color: #fff;}

.pro_box ul li:hover .protel_a{background: #93d01d; color: #fff;}
.pro_box ul li:hover .protel_b{background: #0181e0; color: #fff;}


.pro_more{width: 600px; margin:3% auto 0 auto; height: 55px; line-height: 55px;}
.pro_more ul{display: flex; display:-webkit-flex;-webkit-justify-content:space-between;   justify-content: space-between;}
.pro_more li{ background: #224ea7;text-align: center;border-radius: 40px;width: 50%;transition: .5s;color: #fff; }
.pro_more li a{color: #fff;}
.pro_more li:nth-child(2){background: #93d01d; font-size: 18px;text-align: center;width: 45%;}
.pro_more li:hover:nth-child(2){ background: #224ea7;}
.pro_more li i{font-size: 30px;display: inline-block; padding-right: 10px;}
.pro_more li em{font-size: 30px; font-family:"Axis";}

@media (max-width:1280px){
	#top_scroll ul li .img img{height: 250px;}
	.prolist li{font-size: 20px;}
}

@media screen and (max-width:790px){
	.pro .pro_tit h2 {font-size: 33px;background-size: 90%;padding-top: 30px}
	.pro .pro_tit p {margin-top: 5px;}
	.prolist{width: 95%;}
	.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;line-height: 40px ;}
	.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;}

}


/*公司简介*/
.about{width:100%; margin:0px auto; position: relative; overflow: hidden; padding: 5% 0;background: url(../images/aboutbg.jpg) no-repeat center bottom; }
.about .about_box{display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between; }
.about .about_l{ width: 40%; padding:2% 4% 4% 4%; }
.about .about_l h2{ color: #333; font-weight: bold; font-size:60px;text-transform: uppercase;}
.about .about_l h2 em{ font-weight:normal; color: #224ea7;font-size: 18px;display: block;}
.about .about_l p{ margin-top: 7%; line-height: 35px; font-weight:500;font-size: 18px;}
.about .about_l a{margin-top: 5%;width: 150px; height: 50px;line-height: 50px; background: #93d01d;text-align: center;color: #fff;display: block;}
.about .about_l a i{padding-left: 15px;}

.about .about_r{width: 60%; position: relative; }
.about .about_r img{ width: 100%;}

.about_shuzi{width: 85%; margin:4% auto 0 auto;}
.about_shuzi ul{display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between;}
.about_shuzi li{width: 25%;text-align: center;}
.about_shuzi .about_a{font-size: 18px;}
.about_shuzi .about_a div{font-size: 23px;font-weight: bold;}
.about_shuzi .about_a div span{font-family: "Axis";font-size:90px;color: #224ea7;padding-right: 10px;}

@media screen and (max-width: 1440px) {
	.about .about_l p{ margin-top: 5%; line-height: 33px; font-weight:500;font-size: 17px;}
	.about_shuzi {margin-top: 0;}
}

@media screen and (max-width: 1280px) {
	.about .about_l h2{font-size: 40px;}
}
@media screen and (max-width:790px){
	.about{padding: 3% 0;}
	.about .about_box{width: 95%;display:block;}
	.about .about_l{width: 100%;}
	.about .about_r{width: 100%;}
	.about_shuzi{width: 95%; margin-top: 4%;}
	.about_shuzi ul{flex-wrap: wrap;}
	.about_shuzi li{width: 49%; background: #0181e0;margin: 1px; color: #fff; padding: 15px 0;}
	.about_shuzi .about_a div span{font-size: 36px; color: #fff;}
	.about_shuzi .about_a div {font-size: 19px;}
	.about_shuzi .about_a { font-size: 15px; }
}


.adv{width:100%; margin:0px auto; position: relative; overflow: hidden; padding: 5% 0;background: url(../images/advbg.jpg) no-repeat center top;}
.adv_tit{margin-bottom: 2%; text-align: center; color: #fff;}
.adv_tit h2{ margin: 0 auto;line-height: 90px; font-weight: bold; font-size: 65px;}
.adv_tit h2 em{ color: #93d01d; font-style: normal;}
.adv_tit h3{font-size: 36px; padding: 10px 0 20px 0;}
.adv_tit p{background: #93d01d; width:350px; height: 55px;line-height: 55px;margin: 0 auto;border-radius:30px;font-family: impact; font-size: 38px;}
.adv_tit p i{font-size: 40px;}
.adv .adv_box{width: 85%; margin:5% auto 0 auto;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;flex-wrap: wrap;}
.adv dl{  background:#fff; width:23%;  margin-right:2%; overflow:hidden; box-shadow:0.1rem 0.1rem 0.5rem 0.1rem #f2f2f2;}
.adv dt{ width:100%;  }
.adv dt img{ display:block;width:100%; height: 100%;}
.adv dt span{ display:block; width:111px; height:111px;margin:-55px auto 0; position:relative;}
.adv dt span em{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transition: all 0.4s linear;transition: all 0.4s linear;}
.adv dt span img{display:block; width:111px; height:111px;}
.adv dt span i{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;visibility:hidden;-webkit-transform:translate3d(0,0,-65px) rotate3d(1,0,0,90deg);transform:translate3d(0,0,-65px) rotate3d(1,0,0,90deg);
-webkit-transform-origin:50% 0%;transform-origin:50% 0%;-webkit-transition:all 0.4s linear;transition:all 0.4s linear;}
.adv dd{margin-top: 0; padding-bottom: 3%;}
.adv dd h3{ margin-top:19px; text-align:center; font:22px " "; font-weight:bold; color:#271616;}
.adv dd p{ font-size: 18px; line-height:31px; color:#666; padding:15px 20px ; text-align:center;}
.adv dl:nth-child(4){ margin-right:0;}
.adv dl:hover em{opacity:0;visibility:hidden;-webkit-transform:translate3d(0,65px,0) rotate3d(1,0,0,-90deg);transform:translate3d(0,65px,0) rotate3d(1,0,0,-90deg);}
.adv dl:hover i{opacity:1;visibility:visible;-webkit-transform:rotate3d(1,0,0,0deg);transform:rotate3d(1,0,0,0deg);}

@media screen and (max-width:790px){
	.adv_tit h2{ line-height: 43px; font-size: 31px;}
	.adv_tit h2 em{display: block;}
	.adv_tit h3 {font-size: 19px;}
	.adv_tit p {width: 70%;height: 45px; line-height: 45px;font-size: 29px;}
	.adv .adv_box{width: 95%;flex-wrap: wrap;}
	.adv dl{width: 100%;box-shadow:none}
	.adv dt span{width: 80px; height: 80px;margin-top: -40px;;}
	.adv dt span img{width: 80px; height: 80px;}
}

/*实力*/
.cf{width:100%; margin:0 auto; position: relative;   padding: 3.5% 0;background: #f5f8fa; }
.cf .cf_tit{text-align: center; margin-bottom: 2%;}
.cf .cf_tit h2{font-size: 62px;font-weight: bold;color: #93d01d; background: url('../images/fahuo_tit.png')  no-repeat center top; padding-top:2.5%;}
.cf .cf_tit h2 em{ color: #0181e0;}
.cf .cf_tit p{font-size: 18px; margin-top: 15px; color: #666;}


.heixinlistbox {position: relative; margin:3% auto 0 auto;}
.heixinlist {width: 100%;visibility: visible;animation-duration: 1s;animation-name: fadeInUp;}
.hxin_item {position: relative;width: 800px;margin: 0 auto; padding: 0 15px;}

.hitbox{overflow: hidden;}
.hitbox img{width: 100%;/*opacity: 0.3;*/-webkit-filter: blur(3px); /* Chrome, Opera */-moz-filter: blur(3px);-ms-filter: blur(3px);    	filter: blur(3px);}
.heixinlist .slick-active .hitbox img{/*opacity: 1;*/filter: blur(0px);}
.hitbox img {transition: all 1s;width:100%;}
.heixinlist .slick-next {right: 22%;background: url(../images/next.png) no-repeat center rgba(0, 0, 0,0.4);background-size:60%;}
.heixinlist .slick-prev {left: 22%;background: url(../images/prev.png) no-repeat center rgba(0, 0, 0,0.4);background-size:60%;}
.heixinlist .slick-dots {bottom: 9px;}
.slick-dots li.slick-active {background: #999;}
.heixinlist .slick-dots li.slick-active {background: #93d01d;border-color:#93d01d;}
.heixinlist .slick-prev, .heixinlist .slick-next {width: 91px;height: 56px;z-index: 50;}
.heixinlist .slick-prev, .heixinlist .slick-next {width: 91px;height: 56px;z-index: 50;}

.heixinlist .slick-prev, .heixinlist .slick-next {width: 91px;height: 56px;z-index: 50;}



@media screen and (max-width:790px){
	.cf .cf_tit h2{font-size: 33px;background-size: 80%;}
	.cf .cf_tit p{font-size: 16px;margin-top: 0;}
	.heixinlist .slick-next{right: 0;}
	.heixinlist .slick-prev {left: 0%;}
}


/*news*/
.news{width:85%; margin:0 auto; position: relative; padding: 4% 0;}
.news .news_tit{text-align: center; margin-bottom: 2%;}
.news .news_tit h2{font-size: 62px;font-weight: bold;color: #93d01d; background: url('../images/news_tit.png')  no-repeat center top; padding-top:2.5%;}
.news .news_tit h2 em{ color: #0181e0;}
.news .news_tit p{font-size: 18px; margin-top: 15px; color: #666;}

.index_4_1{width: 100%; margin:3% auto 0 auto;}
.index_4_1 ul li{ float:left; width:32.48366013071895%; margin-right:1.27450980392157%;background: #fff;font-size: 16px; }
.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:#0181e0;font-family:Calibri;}
.index_4_1_mid_2_2{font-size:1.5em; color:#000; margin-top:.75em; margin-bottom:.75em;}
.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, #0181e0, #93d01d);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:790px){
	.news {width: 95%; margin-bottom: 150px;}
	.news .news_tit h2{font-size: 33px;background-size: 80%;}
	.news .news_tit p{font-size: 16px;margin-top: 0;}
	.index_4_1{width: 95%; margin-bottom: 100px;}
	.index_4_1 ul li{width: 100%; margin-right: 0;}
}

.home_liuyan{ width:100%;padding:4% 0; clear:both; position:relative;background: url(../images/homefivebg.jpg) repeat; height:300px;  }
.home_liuyan:after{content:'';position:absolute;left:0px;right:0px;top:33px;bottom:0px;background:url(../images/homefivebg02.png) no-repeat center center;background-size:100%;}
.home_liuyan .s_width{ width:80%; display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; position: absolute;left: 50%; margin-left: -40%; z-index: 10; }
.home_liuyan .container{position:relative; z-index:2; }
.home_liuyan .liuyan_l{ width:67%; padding-top:35px; }
.home_liuyan .liuyan_l h2{ font-size:52px;font-weight: bold;}
.home_liuyan .liuyan_l p{font-size: 26px;padding-top: 18px; text-align: center; color: #0e0e0e;}
.home_liuyan .liuyan_l a{clear:both;width: 435px;display:block;margin:25px auto 0px;text-align:center;color:#fff;height:58px;line-height:58px;border-radius:80px;background-color:#0181e0;background-image:linear-gradient(90deg, #0181e0 30%, #73be48 50%, #73be48);background-position:left center;background-size:200% 100%;background-repeat:no-repeat;transition:background-position .6s ease;cursor:pointer;margin-top: 50px; font-size:20px;}
.home_liuyan .liuyan_l a:hover{background-position:right center;}
.home_liuyan .liuyan_r{ position:relative; width:24%; padding:20px; background:#fff; box-shadow:-4px 4px 8px rgba(0, 0, 0, 0.1); }
.home_liuyan .liuyan_r h4{ font-size:20px;text-align: center;clear: both;line-height: 1;color: #1c1c1c;font-weight: bold;}
.home_liuyan .liuyan_r .liuyan_r_cont{ margin-top:18px;}
.layui-form-item{padding: 0 3px;float: left; width:100%;overflow: hidden;margin: 0 23px 0 0;border:none;font-size: 16px;color: #666;line-height: 50px;}
.layui-input{background: url(../images/dh.png) no-repeat 5px 13px; margin-bottom:15px;border: 1px solid #ececec; line-height: 35px; width: 85%; padding-left: 35px;}
.layui-textarea{width: 85%; display:block; background: url(../images/ben.png) no-repeat 5px 13px; border: 1px solid #ececec; line-height: 35px; padding-left: 35px;font-family: -webkit-body;}
.layui-btn{ display:block; background: #000; color:#fff;width: 85%;  text-transform: uppercase;  line-height: 35px; border:0!important; margin:15px auto 0 auto;}
.layui-btn-primary,.box_title{display: none;}


@media (max-width:770px){
	.home_liuyan{height: 21rem; margin-bottom: 2rem;display: none;}
	.home_liuyan .s_width{display: block; width: 95%; margin: 0 auto; position: relative;left: 0;}
	.home_liuyan .liuyan_l,.home_liuyan .liuyan_r h4{display: none;padding: 0;}
	.home_liuyan .liuyan_r{width: 100%; background: none;box-shadow:none}
}




.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 图 ===================== */
/* ------------------------ */
#banner{position:relative;overflow:hidden;width:100%;margin-top: 100px;}
#banner ul{position:relative;overflow:hidden;width:300%;margin: 0;}
#banner ul li{width:33.333%;float:left}
#banner ul li img{width:100%;display:block;}
#banner aside{position:absolute;top:0;bottom:0;height:0;width:90%;right:0;left:0;margin:auto}
#banner aside span{display:block;width:65px;height:65px;z-index:63;background:rgba(255,255,255,0.3);border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;position:relative;cursor:pointer;opacity:0;transition:all 0.3s;margin-top:-2%;}
#banner:hover aside span{opacity:1;}
#banner aside span:after{content:'';position:absolute;top:0;bottom:0;right:0;left:20%;margin:auto;width:27px;height:27px;border-top:3px solid #ffffff;border-left:3px solid #ffffff;-webkit-transform:rotateZ(-45deg);-moz-transform:rotateZ(-45deg);-ms-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}
#banner aside span.prev{float:left;}
#banner aside span.next{float:right;}
#banner aside span.next:after{left:0;right:20%;-webkit-transform:rotateZ(135deg);-moz-transform:rotateZ(135deg);-ms-transform:rotateZ(135deg);-o-transform:rotateZ(135deg);transform:rotateZ(135deg)}
#banner #bannerBtnS{width:85px;position:absolute;right:0;left:0;bottom:3%;margin:auto}
#banner  #bannerBtnS em{display:block;float:left;width:18px;height:18px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border:3px solid #fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 4.75px;background:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}
#banner  #bannerBtnS em.act{background:#f0c02e}

@media (max-width:750px){
	#banner{margin-top: 0;}
	#banner  #bannerBtnS em{width: 10px; height: 10px;}
}
.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;}


/*内页公司简介*/
.neiye{width:85%; margin:0 auto; position: relative; padding: 3% 0 2% 0;}
.neiye .neiye_tit{text-align: center; margin-bottom: 2%;}
.neiye .neiye_tit h2{font-size: 62px;font-weight: bold;color: #93d01d; background: url('../images/zx.png')  no-repeat center top; padding-top:2.5%;}
.neiye .neiye_tit h2 em{ color: #0181e0;}
.neiye .neiye_tit p{font-size: 18px; margin-top: 15px; color: #666;}
.se_about{ background: #fcfcfc; padding: 3%; line-height: 31px; margin: 2% auto 5% auto; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.1); width: 90%;}
.se_about p{ margin-bottom: 1%;text-indent:2em;font-size: 18px; line-height: 35px;}
.se_about img{width: 100%;text-indent:-4em;}



@media (max-width:790px){
.neiye {width: 95%;}
.neiye .neiye_tit h2{font-size: 33px;background-size: 80%;}
.neiye .neiye_tit p{font-size: 16px;margin-top: 0;}

.se_about{width: 95%;}
.se_about p{font-size: 16px; line-height: 31px;}
}

/*内页团队风采*/
.telprolist{display: none;}
.se_pro{width: 90%; margin: 0 auto;}
.rongyumain {padding: 100px 0 90px;}
.rongyumain h2.btitle {font-size: 36px;color: #333;line-height: 54px;font-weight: bold;text-align: center;height: 54px;overflow: hidden;}
.rongyumain .intro {margin: 20px auto 0;font-size: 16px;color: #555;line-height: 32px;max-width: 1200px;text-align: center;}
.rylist {overflow: hidden;padding: 0 0 50px;max-width: 1500px;margin: 0px auto 0;}
.rylist li {float: left;width: 33.33%;margin-bottom: 30px;}
.rylist li .lin {padding: 0 10px;}
.rylist li a {display: block;position: relative;}
.rylist li .pic {width: 100%;overflow: hidden;position: relative;font-size: 0;text-align: center;}
.rylist li img {max-width: 100%;}
.rylist li h3 {padding: 0 30px;position: relative;overflow: hidden;}
.rylist li h3 span {position: relative;z-index: 3;display: block;height: 40px;overflow: hidden;font-size: 16px;color: #333;line-height: 40px;white-space: nowrap;padding: 15px 30px 15px 0;background: url('../images/glass2.png') right no-repeat;border-top: 1px solid #ebebeb;}
.rylist li h3:before {content: '';position: absolute;left: 100%;bottom: 0;z-index: 0;width: 0;height: 100%;background-image: -webkit-gradient(linear, left top, right top, from(#ef7c00), to(#f8972e));
background-image: linear-gradient(to right, #ef7c00, #f8972e);}
.rylist li h3 span,.rylist li h3:before {-webkit-transition: .5s;transition: .5s;}
.rylist li:hover h3 span {color: #fff;background-image: url('../images/glass2h.png');border-top-color: transparent;}
.rylist li:hover h3:before {width: 100%;left: 0;-webkit-transition: width .5s;transition: width .5s;}


.rylist .c-wrap {position: relative;overflow: hidden;height: 100%;color: #fff; background: #fff;}
.rylist .c-wrap img {width: 100%;height: 100%;object-fit: cover;}
.rylist  .c-wrap .c-title {position: relative;bottom: 0;left: 0;width: 100%;font-size: 23px;line-height: 70px;font-weight: bold; transition: all .5s; text-align: center; color: #000;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1; border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
.rylist  .c-wrap .c-text-box {opacity: 0;position: absolute;top: 0;left: 0;width: 100%;height: 79%;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;}
.rylist  .c-wrap .c-text-box div {}
.rylist  .c-wrap .c-text-box div img{width: 65%; display: block; margin: 0 auto; }
.rylist  .c-wrap .c-text-box div .c-title2{text-align: center; font-size: 18px; margin-top: 20px;}
.rylist  .c-wrap .c-text-box div .c-title2 em{display: block;font-size: 30px; margin-top: 20px;font-family: impact;}
.rylist .c-wrap:hover .c-text-box {opacity: 1;}
.rylist  .c-wrap .c-text-box  a div{color: #fff;}

.rylist .protel{width: 70%; margin: 0 auto; line-height: 35px; padding: 15px 0;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; font-size: 14px;}
.rylist .protit{background: #f2f2f2;}
.rylist .protit .c-title{text-align: center;font-size: 23px;line-height: 70px;}
.rylist .protel .protel_a{width: 50%; text-align: center; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);transition: .5s; }
.rylist .protel .protel_a:hover{background: #93d01d; color: #fff;}
.rylist .protel .protel_b{width: 50%; text-align: center; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);transition: .5s; }
.rylist .protel .protel_b:hover{background: #0181e0; color: #fff;}

.se_pro ul li:hover .protel_a{background: #93d01d; color: #fff;}
.se_pro ul li:hover .protel_b{background: #0181e0; color: #fff;}


@media screen and (max-width: 1440px) {
.rylist {padding: 0 0 40px;}
.rylist li .lin {padding: 0 20px;}
}
@media screen and (max-width: 1100px) {
.se_pro{width: 95%; }
.rylist {padding: 0 0 30px; margin-top: 30px;}
.rylist li .lin {padding: 0 5px;}
.rylist li {width: 50%;}
.rylist li h3 {padding: 0 20px;}
.rylist .protel{width: 100%; padding: 0;}
.rylist .protit .c-title { line-height: 50px;font-size: 17px;color: #000;}
.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;}
}
@media screen and (max-width: 640px) {
	.telprolist{display: block;}
	.telprolist ul{width: 100%;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;flex-wrap: wrap;}
	.telprolist li{width: 33%; line-height: 35px;text-align: center; background: #0182e0; font-size: 16px; margin-bottom: 1px;}
	.telprolist li a{color: #fff;}
.rongyumain {padding: 40px 0 40px;}
.rylist li {width: 50%;margin-bottom: 15px;}
.rylist li img{width: 100%; max-width: 100%; max-height: auto;}
.rylist li .pic{height: auto; line-height: 0;}
.rylist li h3 span{height: 30px; line-height: 30px;}
.rongyumain .intro {margin: 0px auto 10px auto;}

.rylist  .c-wrap .c-text-box div img{width: 50%;  }
.rylist  .c-wrap .c-text-box div .c-title2{ font-size: 16px; margin-top: 10px;}
.rylist .c-wrap .c-text-box div .c-title2 em {
    display: block;
    font-size: 25px;
    margin-top: 10px;}
}


/* ===================== 内页 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: #171c32;padding: 7% 0 4% 0;}
.se_procont .s_width{background: #fff;padding: 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:65vh;}
#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: #0181e0;padding: 20px 0px;width: 200px; text-align: center; color: #fff;}
.se_product_box .se_product_cont p{font-size: 18px; line-height: 35px;}

@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.3rem 0.6rem;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: 17% 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%;}
	.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: 40vh;}
	.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;}
}



/*内页联系我们*/
.contact-uss {padding: 97px 10% 90px;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-justify-content: space-between;-moz-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.solute-title strong {display: block;margin-bottom: 22px;line-height: 1;color: #e03a3a;font-weight: normal;font-size: 38px;}
.solute-title small {display: block;line-height: 1;color: #999999;font-size: 28px;font-weight: lighter;text-transform: uppercase;}
.complaint-info {margin-top: 80px;margin-bottom: 155px;}
.complaint-info p {color: #333333;font-size: 16px;}
.add-list {width: 42.578%;}
.add-list p {position: relative;height: 74px;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;
padding-left: 10px;border-bottom: 1px solid #eeeeee;color: #333333;font-size: 16px;}
.add-list p:before {position: absolute;left: 0;bottom: -1px;content: "";width: 54px;height: 1px;background: #e03a3a;}
.tels b {display: block;line-height: 1;color: #e03a3a;font-weight: normal;}
.tels p{ line-height: 45px;}


/*内页产品展示*/
.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: 650px;height: 356px;}
.newslist li .pic {position: absolute;left: 0;top: 0;z-index: 1;width: 586px;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: #93d01d;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: #93d01d;}
.newslist li:hover h3 {color: #93d01d;}
.newslist li:hover label {background-color: #93d01d;}
@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: 31px; margin-bottom: 15px;text-indent:2em;}
.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: #0181e0;}
.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: #0181e0;}
.atc-pn a.ret {font-size: 14px;color: #fff;line-height: 34px;text-align: center;background-color: #0181e0;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: #0181e0;}
.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%;}
}


/*内页联系我们*/
.se_contact{display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between; background: #fff;}
.se_contact .se_contact_l{width: 34%; padding: 5% 0 5% 3%;}
.se_contact .se_contact_l h2:before{content: "";width: 80%; height: 1px; background:rgba(222, 226, 230, 1);;display: block;margin-bottom: 4%;}
.se_contact .se_contact_l p:after{content: "";width: 80%; height: 1px; background:rgba(222, 226, 230, 1);;display: block;margin-top: 4%;}
.se_contact .se_contact_l h2{font-size: 36px; font-weight: bold; margin-bottom: 3%;}
.se_contact .se_contact_l p{font-size: 18px; line-height: 40px;}
.se_contact .se_contact_l ul{width: 50%; display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between; margin-top: 4%;}
.se_contact .se_contact_l  li{width: 48%;}
.se_contact .se_contact_l  li img{width: 100%;}
.se_contact .se_contact_r{width: 55%;}
#map {width: 100%;height: 600px;}

@media screen and (max-width: 640px) {
	.se_contact{display: block;}
	.se_contact .se_contact_l{width: 100%;}
	.se_contact .se_contact_l h2{font-size: 28px;}
	.se_contact .se_contact_r{width: 100%;}
}


/*内页招聘信息*/
.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 =====================*/


.footerimgs {margin-bottom: 10px; width: 50px; height: 50px;position: fixed; bottom: 205px; right: 1%; width: 50px;z-index: 10;}
.footerimgs img{width: 100%;cursor:pointer;display: block;}
.footerimgs_h {position: fixed;left: -100%;right:100%;top:0;bottom: 0;text-align: center;font-size: 0; z-index:9999; display:none;}
.footerimgs_h:after {content:"";display: inline-block;vertical-align: middle;height: 100%;width: 0;}
.content1{display: inline-block; display: inline; zoom:1;	vertical-align: middle;position: relative;}
.content_mark{ width:100%; height:100%; position:fixed; left:0; top:0; z-index:555; background:#000 ; opacity:0.8;filter:alpha(opacity=50); display:none;  -webkit-filter:blur(3px) ;filter:blur(3px) }
.content{display: inline-block; *display: inline; *zoom:1;	vertical-align: middle;position: relative;right: -100%;}
.content1{display: inline-block; vertical-align: middle;position: relative; background: url('../images/end/ico-fbBackTop.png') center no-repeat;width: 50px; height: 50px;transition: .5s; cursor:pointer; ;}
.content1:hover{  background: url('../images/end/ico-fbBackTop_.png') center no-repeat; }
.content img{}

.footerimgs2 {margin-bottom: 10px; width: 50px; height: 50px;position: fixed; bottom: 145px; right: 1%; width: 50px;z-index: 10;}
.footerimgs2 img{width: 100%;cursor:pointer;display: block;}
.footerimgs_h2 {position: fixed;left: -100%;right:100%;top:0;bottom: 0;text-align: center;font-size: 0; z-index:9999; display:none;}
.footerimgs_h2:after {content:"";display: inline-block;vertical-align: middle;height: 100%;width: 0;}
.content2_mark{ width:100%; height:100%; position:fixed; left:0; top:0; z-index:555; background:#000 ; opacity:0.8;filter:alpha(opacity=50); display:none;  -webkit-filter:blur(3px) ;filter:blur(3px) }
.content2{display: inline-block; vertical-align: middle;position: relative; background: url('../images/end/ico-fbTel.png') center no-repeat;width: 50px; height: 50px;transition: .5s;  cursor:pointer;;}
.content2:hover{  background: url('../images/end/ico-fbTel_.png') center no-repeat; }

.footerimgs3 {margin-bottom: 10px; width: 50px; height: 50px;position: fixed; bottom: 85px; right: 1%; width: 50px;z-index: 10;}
.footerimgs3 img{width: 100%;cursor:pointer;display: block;}
.footerimgs_h3 {position: fixed;left: -100%;right:100%;top:0;bottom: 0;text-align: center;font-size: 0; z-index:9999; display:none;}
.footerimgs_h3:after {content:"";display: inline-block;vertical-align: middle;height: 100%;width: 0;}
.content3_mark{ width:100%; height:100%; position:fixed; left:0; top:0; z-index:555; background:#000 ; opacity:0.8;filter:alpha(opacity=50); display:none;  -webkit-filter:blur(3px) ;filter:blur(3px) }

.content3{display: inline-block; vertical-align: middle;position: relative; background: url('../images/end/ico-fbConsult.png') center no-repeat;width: 50px; height: 50px;transition: .5s;  cursor:pointer;;}
.content3:hover{ background: url('../images/end/ico-fbConsult_.png') center no-repeat; }


.footerly{width: 900px; height: 400px; background: #fff;display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between; overflow: hidden;}
.footerly .footerly_l{width: 40%;padding:50px 30px 20px 30px;}
.footerly .footerly_l h2{color: #000;display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between; text-align: left;}
.footerly .footerly_l h2 img{margin-right: 20px;}
.footerly .footerly_l h2 p{color: #000; font-size: 20px;}
.footerly .footerly_l h2 p em{font-size: 14px; color: #999;font-weight: 100;display: block;}
.footerly .liuyan_r_cont{width: 100%; margin: 30px auto 0 auto;}
.footerly .liuyan_r_cont .layui-form-item{padding: 0 3px;float: left; width:100%;overflow: hidden;margin: 0 23px 0 0;border:none;font-size: 16px;color: #666;line-height: 50px;}
.footerly .liuyan_r_cont .layui-input{ margin-bottom:15px;border: 1px solid #ececec; line-height: 35px; width: 95%; font-size: 13px; padding-left: 15px;transition: .5s; outline: none;opacity: 0.5;}
.footerly .liuyan_r_cont .layui-input:hover{border: 1px solid #73af1b; }
/* .footerly .liuyan_r_cont .layui-form-item input::-webkit-input-placeholder {color: #999;} */
.footerly .liuyan_r_cont .layui-input input:hover::-webkit-input-placeholder {color: #fff;}
.footerly .liuyan_r_cont .layui-textarea{width: 95%; display:block; border: 1px solid #ececec; line-height: 35px; font-family: -webkit-body; font-size: 13px; padding-left: 15px;transition: .5s; outline: none; opacity: 0.5;}
.footerly .liuyan_r_cont .layui-textarea:hover{border: 1px solid #73af1b; }
/* .footerly .liuyan_r_cont .layui-textarea input::-webkit-input-placeholder {color: #999;} */
.footerly .liuyan_r_cont .layui-textarea input:hover::-webkit-input-placeholder {color: #fff;}
.footerly .liuyan_r_cont .layui-btn{ display:block; background: #73af1b; color:#fff;width: 100%;  text-transform: uppercase;  line-height: 35px; border:0!important; margin:15px auto 0 auto;}
.footerly .liuyan_r_cont .layui-btn-primary,.box_title{display: none;}
.footerly .liuyan_r_cont .layui-form-label{display: none;}

.footerly .footerly_r{width: 55%;}
.footerly .footerly_r img{width: 100%;}


