@charset "utf-8";

body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,div,span,a,aside,article,section,header,nav,footer,label,img{margin:0;padding:0;box-sizing:border-box;}
fieldset,img{border:0;}
img{/* vertical-align:middle; *//* max-width:100%; */}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:.875rem;font-family:inherit;margin:0;outline:none;resize:none;border:none;background:none;}
.clearfix:after{clear:both;content:".";display:block;height:0;overflow:hidden;visibility:hidden;}
.clearfix{zoom:1;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
body{color:#666;line-height:1.5;font-family:'Microsoft YaHei',Arial,'simsun',HELVETICA;min-width:320px;}
a{color:#666;text-decoration:none;transition:all ease 0.3s;}
a:hover{color:#009f2e;}


/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.mb15{margin-bottom:15px;}
.mb30{margin-bottom:30px;}
.container{position:relative;min-width:320px;width:100%;max-width:1500px;margin:0 auto;}
.pImg{position:relative;padding-top:100%;display:block;overflow:hidden;}
.pImg img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.5s;}
.bgImg{background-position:center;background-size:cover;position:relative;transition:all 0.5s;display:block;width:100%;height:100%;background-repeat: no-repeat;}
.pd60{padding: 117px 0;font-size:.875em;overflow:hidden;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.font14{font-size:.875em;}
.gray{background:#efefef;}
.pcHide{display:none;}



@font-face {
  font-family: 'iconfont';  /* project id 1152918 */
  src: url('../fonts/font_1152918_auzzl2c96di.eot');
  src: url('../fonts/font_1152918_auzzl2c96di.eot') format('embedded-opentype'),
  url('../fonts/font_1152918_auzzl2c96di.woff2') format('woff2'),
  url('../fonts/font_1152918_auzzl2c96di.woff') format('woff'),
  url('../fonts/font_1152918_auzzl2c96di.ttf') format('truetype'),
  url('../fonts/font_1152918_auzzl2c96di.svg#iconfont') format('svg');
}


.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  position:relative;
}
 
/* 头部 */
.header{height:110px;padding-top:20px;line-height:1.2;font-size:.875em;}
.headTie{padding:10px 0 0 20px;margin-left:20px;background: url('../images/h_line.png') no-repeat left center;}
.headTie a{color:#555;}
.headTie span{display:block;color:#009f2e;font-size:1.571em;font-weight:700;padding-bottom:5px;}
.headR{padding-top:10px;overflow:hidden;color:#555;}
.headR p{float:left;background: url('../images/tel1.png') no-repeat left center;padding-left:50px;margin-left:40px;}
.headR span{display: block;font-size:1.429em;font-family:Arial;color:#191919;margin-top:3px;}
.headR .p2{background-image: url('../images/tel2.png');}


/* PC导航 */
.nav{height:60px;line-height:60px;background:#009f2e;}
.navMain{padding-right:360px;}
.navMain>ul{display: flex;flex-flow: row wrap;justify-content: space-between;}
.nav .m{float:left;text-align:center;flex-grow:1;position:relative;z-index:10;padding-right:1px;}
.nav .m>a{color:#fff;display:block;position:relative;z-index:2; font-size: 18px;}
.nav .m>a::after{content:"";position:absolute;left:0;bottom:0;height:0;background:#fff;width:100%;transition:all .3s;z-index:-1;}
.nav .cur>a::after,.nav .m>a:hover::after,.nav .on>a::after{height:100%;}
.nav .cur>a,.nav .m>a:hover,.nav .on>a{color:#009f2e;}
.nav .navSub{position:absolute;left:0;top:120%;background:#eee;line-height:35px;width:100%;color:#333;font-size:.875rem;transform:scale(0);transition:top .4s,opacity .4s;opacity:0;}
.nav .navSub li{border-bottom:1px solid #ddd;line-height:35px;}
.nav .navSub a{color:#333;display:block;}
.nav .navSub a:hover{background:#009f2e;color:#fff;}
/*.nav .m1 .navSub{width:820px;text-align:left;overflow:hidden;}
.nav .m1 .navSub li{float:left;width:30%;border-right: 1px solid #ddd;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.nav .m1 .navSub li:nth-child(3n){width:40%;}
.nav .m1 .navSub li a{padding:0 15px;}*/
.nav .m:hover .navSub{transform:scale(1);opacity:1;top:100%;}
.search{position: absolute;right:0;background:#fff;top:15px;width:320px;height:30px;line-height:30px;border-radius:15px;padding:0 35px 0 20px;}
.search .text{font-size:12px;opacity:.8;width:100%;}
.search .btn{float:right;background: url('../images/sbtn.png') no-repeat left center;margin-right:-35px;width:35px;height:30px;cursor:pointer;opacity:.8;}
.search .btn:hover{opacity:1;}
.navFix{position: fixed;top:0;width:100%;left:0;z-index:99;}

/*  导航按钮 */
.navTrigger{position:absolute;top:22px;right:15px;width:28px;overflow:hidden;white-space:nowrap;color:transparent;z-index:20;cursor:pointer;display:none;}
.navTrigger span{display:block;height:2px;background:#009f2e;margin-bottom:6px;transition:all 0.3s;  -webkit-transform-origin: 0% 50%;-moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%;-o-transform-origin: 0% 50%;transform-origin: 0% 50%;}
.navTrigger span:nth-child(3){margin-bottom:0;}
.navTrigger-on span:nth-child(1){transform: translateX(4px) translateY(0px) rotate(45deg);}
.navTrigger-on span:nth-child(2){opacity:0;}
.navTrigger-on span:nth-child(3){transform:translateX(2px) translateY(2px) rotate(-45deg);}
.wapTel{font-family:"iconfont";position: absolute;color:#009f2e;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}

/* 广告轮播图 */
.banner{position:relative;overflow:hidden;}
.banner img{width:100%;}
.banner .small{display:none;}
.swiper-wrapper{transition-timing-function: ease-in-out;}
.banner .swiper-pagination-bullet{background:none;opacity:1;cursor:pointer;width:12px;height:12px;border:1px solid #fff;position: relative;bottom:80px;}
.banner .swiper-pagination-bullet:after{content:"";position:absolute;width:4px;height:4px;background:#fff;top:3px;left:3px;border-radius:100%;opacity:0;}
.banner .swiper-pagination-bullet-active{border-color: #fff;}
.banner .swiper-pagination-bullet-active::after{background:#fff;opacity:1;}

/* 实力 */
.strength{position:relative;z-index:5;box-shadow:0 8px 20px #ddd;font-size:.875rem; overflow:hidden;padding:38px 0;border-radius:100px;height:160px;margin-top:-80px;background:#fff;}
.strength li{float:left;width:25%;text-align:center;color:#888;border-right: 1px solid #e5e5e5;}
.strength li span{font-size:1.143em;color:#009f2e;display: inline-block;line-height:1;margin-bottom:10px;}
.strength li i{float:left;font-style:normal;font-size:3.125em;margin-right:5px;font-weight:700;}
.strength li:last-child{border:none;}

/* 工程案例 */
.case{padding-bottom:60px;}
.homeTie{margin-bottom:40px;font-size:.875rem;text-align:center;}
.homeTie h4{margin-top:5px;}
.hTitle{font-size:2.571rem;color:#191919;font-weight:700;}
.hTitle b{color:#009f2e;}
.hTitle span{position:relative;padding:0 25px;}
.hTitle span:before,.hTitle span:after{content:"";position:absolute;height:1px;background:#e5e5e5;width:80px;top:25px;}
.hTitle span:before{right:100%;}
.hTitle span:after{left:100%;}

.caseL{width:24%;background:#f4f4f4;}
.caseL .title{background:#009f2e;color:#fff;text-align:center;font-size:1.714em;padding:35px 0;line-height:1.4;border-bottom: 1px solid #fff;}
.caseL .title span{font-size:1.167em;display:block;}
.caseL li a{display: block;height:51px;line-height:51px;padding:0 5% 0 8%;color:#333;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;border-bottom: 1px solid #e4e4e4;font-weight:700;font-size:1.143em;height:60px;line-height:60px;}
.caseL li ul a{font-size:.97em;font-weight:400;padding-left:15%;background: url('../images/ly_li2.png') no-repeat 12% center;height:50px;line-height:50px;}
.caseL li a:hover{background:#009f2e;color:#fff;}
.caseL li ul a:hover{color:#009f2e;background: url('../images/ly_li2.png') no-repeat 12% center;}
.caseL .tel{background:#009f2e url('../images/p_icon.png') no-repeat 15px center;padding:30px 10px 10px 60px;height:120px;color:#fff;}
.caseL .tel span{display: block;font-size:1.429em;}




.caseR{width:74%;overflow:hidden;}
.caseR ul{margin-right:-20px;}
.caseR li{float:left;width:33.3%;padding-right:20px;margin-bottom:15px;}
.caseR li.big{width:100%;height:430px;background:#f6f6f6;}
.caseR li .pic{display: block;height:430px;width:50%;overflow:hidden;}
.caseR .font{width:50%;padding:35px;}
.caseR .font h4{font-size:1.714em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:20px;}
.caseR .font h4 a{color:#333;}
.caseR .font h4 a:hover{color:#009f2e;}
.caseR .font p{height:210px;margin-bottom:20px;overflow: hidden;line-height:1.8;opacity:.8;}
.caseR .font .btn{display:inline-block;width:160px;height:50px;line-height:48px;border:1px solid #009f2e;text-align:center;margin-right:25px;border-radius:5px;font-size:1.071em;}
.caseR .font .zx{background:#009f2e;color:#fff; background:linear-gradient(to left,#009f2e,#01b5d5);transition:0s;}
.caseR .font .btn:hover{background:#009f2e;color:#fff;}
.caseR li .pImg{padding-top:85%;}
.caseR .li a{display:block;position:relative;}
.caseR .li p{height:50px;line-height:50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;}
.caseR .li:hover img,.caseR li.big:hover .bgImg{transform: scale(1.1);}
.caseR .li a:before,.caseR .li a:after{position:absolute;content:'';opacity:0;transition:all 0.5s;transition-delay:.3s;z-index:2;top:0;right:0;bottom:0;left:0;}
.caseR .li a:before{border-top:1px solid #009f2e;border-bottom:1px solid #009f2e;transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0;}
.caseR .li a:after{border-right:1px solid #009f2e;border-left:1px solid #009f2e;transform:scale(1,0);transform-origin:100% 0;}
.caseR .li a:hover:before,.caseR .li a:hover:after{opacity:.6;transform:scale(1);transition: all 0.5s;}


/* 工程产品 */
.product{background:#f8f8f8;}
.proMenu{font-size:1.143em;margin-bottom:40px;text-align:center;}
.proMenu a{display:inline-block;position:relative;color:#fff;height:50px;line-height:50px;;background:#006c20;border-radius:25px;padding:0 15px;min-width:200px;margin:0 15px;z-index:2;overflow:hidden;}
.proMenu a::after{content:"";position:absolute;left:0;bottom:0;background:#009f2e;width:100%;height:0;z-index:-1;transition:all .5s;}
.proMenu .on,.proMenu a:hover{color:#fff;}
.proMenu .on::after,.proMenu a:hover::after{height:100%;}
.proMain{margin-right:-15px;}
.proMain li{float:left;width:20%;padding-right:15px;transition:all .5s;margin-bottom:10px;}
.proMain li:nth-child(6){display:none;}
.proMain li a{display:block;overflow:hidden;background:#fff;}
.proMain li .pImg{padding-top:80%;}
.proMain li p{color:#333;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;line-height:50px;height:50px;font-weight:700;border-top: 1px solid#e5e5e5;}
.proMain li a:hover img{transform: scale(1.1);}
.proMain li a:hover p{color:#009f2e;}
.proMain li a:hover{box-shadow:0 0 14px #ddd;}
.proMain .more{display: block;width:160px;height:40px;margin:0 auto;border:1px solid #ccc;border-radius:20px;text-align:center;line-height:40px;margin-top:30px;}
.proMain .more:hover{background:#009f2e;color:#fff;border-color:#00979c;width:260px;}

/* 优势 */
.odds{background:url('../images/odds_bg.jpg') no-repeat center;background-size:cover;background-attachment:fixed; color:#fff;text-align:center;}
.hTitlew{color:#fff;}
.odds li{float:left;width:25%;position: relative;text-align:center;padding:2% 3%;transition:all .5s;border-radius:15px;}
.odds li i{display:inline-block;width:130px;height:130px;background-repeat: no-repeat;transition:all .5s;}
.odds li h3{font-size:1.286em;margin:20px 0 15px 0;font-weight:700;padding-bottom:15px;position:relative;}
.odds li h3::after{content:"";position: absolute;left:50%;bottom:0;height:2px;width:25px;background:#fff;margin-left:-13px;}
.odds li p{min-height:80px;line-height:1.8;font-size:1.071em;}
.odds li:hover img{transform: scale(1.1);}
.oddsMain .btn{display:none;position: static;width:50px;height:30px;line-height:30px;margin-top:10px;background:#333;width:50px;height:30px;color:#fff;}
.odds li:hover{box-shadow:0 0 2px #fff inset;color:#00de42;}
.odds li:hover i{background-position: 0 -130px;}

/* 服务流程 */
.process{padding-bottom:0;}
.processMain{font-size:1.286em;overflow:hidden;margin:0 -8%;padding-left:4%;margin-bottom:40px;}
.processMain::after{content:"";position:absolute;;left:0;top:50%;width:100%;background:#006c20;height:8px;}
.processMain li{float:left; text-align:center;color:#333;width:12.25%;margin-left:-4%;}
.processMain li span{display:block;margin-bottom:30px;height:40px;transition:all .3s;}
.processMain li i{display:inline-block;font-style:normal;background:#fff;border-radius:100%;width:46px;line-height:46px;height:46px;font-size:1.286em;color:#fff;text-align:center;font-family:Arial;position: relative;background:#009f2e;border:8px solid #006c20;box-shadow:-2px -2px 5px #0f9ab2 inset;}
.processMain li i::after{content:"";position: absolute;width:1px;height:30px;background:#ccc;left:50%;margin-left:-1px;top:-38px;}
.processMain li:nth-child(2n){padding-top:70px;}
.processMain li:nth-child(2n) i::after{top:52px;}
.processMain li:nth-child(2n) span{margin-top:30px;margin-bottom:0;}
.processMain li:hover span,.pageBan_l h4 i{color:#009f2e;}
.editorial {display: block;width: 100%;height:120px;}
.parallax > use {animation: move-forever 12s linear infinite;transform-origin: 50% 50%;}
.parallax > use:nth-child(1) {animation-delay: -2s;}
.parallax > use:nth-child(2) {animation-delay: -2s;animation-duration: 5s;}
.parallax > use:nth-child(3) {animation-delay: -4s;animation-duration: 3s;}
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
/* 分页广告 */
.pageBan{background: url('../images/page_bg.jpg') no-repeat;color:#fff;padding:50px 0;overflow:hidden;background-size:cover;}
.pageBan_l{width:65%;letter-spacing:4px;}
.pageBan_l h4{font-size:1.286em;padding-bottom:15px;margin-bottom:15px;border-bottom: 1px solid rgba(255,255,255,.2);}
.pageBan_l h4 span{font-size:1.444em;display:block;}
.pageBan_l h4 i{font-style:normal;}
.pageBan_l p{opacity:.6;text-transform: uppercase;font-family:Arial;max-width:660px;}
.pageBan_r{max-width:35%;text-align:right;}
.pageBan_r .tel{font-size:1.714em;font-family:Arial;margin-bottom:25px;background: url('../images/p_tel.png') no-repeat;padding-left:50px;line-height:2;}
.pageBan_r .tel span{margin-left:15px;}
.pageBan_r .btn{display:inline-block;width:160px;height:48px;line-height:48px;background:#009f2e;color:#fff;text-align:center;border-radius:25px;margin-left:25px;}
.pageBan_r .btn:hover{background:#00979c;}

/* 关于 */
.aboutPic{width:44%;height:500px;overflow:hidden;}
.aboutPic .bgImg{animation:scale 30s infinite;}
.aboutTxt{width:53%;}
.aboutTxt .title{font-size:2.286em;color:#191919;margin-bottom:25px;padding-bottom:20px;font-weight:700;position:relative;}
.aboutTxt .title::after{content:"";position: absolute;left:0;bottom:0;width:60px;height:3px;background:#009f2e;}
.aboutTxt .title span,.aboutTxt .txt a{color:#009f2e;}
.aboutTxt .txt{height:210px;margin-bottom:20px;overflow:hidden;line-height:1.8;font-size:1.071em;}
.aboutTxt .txt a:hover{text-decoration:underline;}
.settingSide li{float:left;width:25%;text-align:center;}
.settingSide li .pImg{padding-top:70%;}
.settingSide li p{padding-top:12px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.settingSide li:hover img{transform: scale(1.1);}
@keyframes scale
{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}

/* 合作伙伴 */
.partner{background:#f9fbfd;font-size:1.143em;}
.partner li {float:left;padding-right:8px;margin-bottom:8px;width:12.5%;}
.partner li a{display: block;position:relative;overflow:hidden;background:#000;}
.partner li .pImg{padding-top:66%;}
.partner li p{position: absolute;width:100%;padding:0 10px;text-align:center;color:#009f2e;top:50%;opacity:0;transition:all .5s;transition-delay:.15s;}
.partner li a:hover img{transform: scale(1.1);opacity:.2;}
.partner li a:hover p{top:40%;opacity:1;}


/* 新闻快讯 */
.news{padding-bottom:40px;}
.newsL{width:37%;background:#f8f8f8;padding:30px 2.5%;position:relative;z-index:2;height:680px;}
.newsL::after{content:"";position: absolute;left:0;top:0;width:100%;height:260px; background:#009f2e;z-index:-1;}
.news .title{text-transform:uppercase;margin-bottom:25px;}
.news .title a{float:right;width:22px;height:22px;line-height:18px;color:#fff;border:2px solid #fff;border-radius:100%;text-align:center;font-family:"simsun";margin-top:15px;font-size:12px;font-weight:700;}
.news .title a:hover{background:#fff;color:#009f2e;}
.news .title span{display:block;color:#343434;font-size:1.714em;}
.news .title b{font-weight:400;color:#009f2e;}
.news .titlew,.news .titlew span{color:#fff;}
.newsScroll li .pic{display: block;height:300px;overflow:hidden;margin-bottom:25px;}
.newsScroll li h4{font-size:1.286em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:15px;}
.newsScroll li h4 a{color:#333;}
.newsScroll li h4 a:hover,.newsR li a:hover h4{color:#009f2e;}
.newsScroll li p,.newsR li p{height:120px;margin-bottom:10px;line-height:1.8;color:#777;}
.newsScroll li .date,.newsR li .date{display: block;text-align:right;position:relative;color:#777;}
.newsScroll .swiper-pagination{bottom:60px;left:8%;width:auto;}

.newsR{width:60%;background:#f8f8f8;margin-bottom:40px;padding:30px;position:relative;}
.newsR li{width:50%;}
.newsR li h4{font-size:1.143em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:15px;color:#333;transition:all .3s;}
.newsR li p{height:108px;}
.newsR li .date::after{content:"";position: absolute;left:0;bottom:10px;width:50px;height:1px;background:#ccc;transition:all .5s;}
.newsR li a:hover .date::after{width:80px;background:#009f2e;}
.newsBox2 li h4,.newsBox2 li p{background: url('../images/q.png') no-repeat left center;padding-left:30px;}
.newsBox2 li p{background: url('../images/a.png') no-repeat left 4px;}
.newsR .swiper-pagination{right:30px;bottom:auto;top:40px;width:auto;text-align:right;}
.news .swiper-pagination-bullet-active{width:30px;background:#009f2e;border-radius:10px;}




/*底部 */
.footer{background:url('../images/foot_bg.jpg');font-size:.875rem;color:#999;}
.footMain{padding:50px 0 40px 0;overflow:hidden;position:relative;line-height:1.8;}
.footMain::after,.footMain::before{content:"";position: absolute;left:33%;height:100%;width:1px;background:#2d2d39;top:0;}
.footMain::before{left:65%;}
.footL{width:32%;}
.fLogo{background: url('../images/flogo.png') no-repeat left center;padding:10px 0 10px 140px;font-size:1.143em;margin-bottom:20px;}
.fLogo span{display:block; color:#fff;font-size:1.5em;font-weight:700;}
.footWx .pic{width:130px;height:130px;margin-right:20px;}
.footWx p{float:left;padding:20px 0 30px 0;background: url('../images/wxicong.png') no-repeat left bottom;}
.footWx p span{display: block;}
.footContact{width:38%;padding:0 2%;}
.footContact .copy{height:80px;margin-bottom:20px;}
.footMenu{width:30%;overflow:hidden;display:flex;flex-flow: row wrap;justify-content: space-between;}
.footMenu ul{float:left;max-width:180px;}
.footMenu li{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.footMenu li h3{color:#fff;font-size:1.143em;margin-bottom:15px;}
.footer a,.firendlink a{color:#999;}
.footer a:hover,.firendlink a:hover{color:#fff;}
.firendlink{background:#10101f;padding:20px 0;font-size:.875rem;}
.firendlink span{color:#fff;}
.firendlink a{margin:0 6px;}

/*内页公用 */
.listWrap{overflow:hidden;padding:60px 0;font-size:.95em; line-height: 28px;}
.listBanner,.mzsmBanner{height:350px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;}
.listBanner h3{position:absolute;color:#fff;top:40%;font-size:2.5rem;text-transform:uppercase;width:100%;font-weight:700;padding-bottom:15px;animation:leftPic 1s;max-width:1500px;min-width:360px;left:50%;-webkit-transform: translate(-50%); -moz-transform: translate(-50%);-ms-transform: translate(-50%);-o-transform: translate(-50%); transform:translate(-50%);}
.listBanner h3 span{display: block;font-size:14px;font-weight: 400;opacity: 0.8;}
.breadCrumb{font-size:.875rem;overflow:hidden;background:#f7f7f7;padding:20px 0;}
.breadCrumb p span{position:relative;padding-left:20px;}
.breadCrumb span::after{position:absolute;left:0;font-family:"iconfont";top:0;} 
.breadCrumb .back{float:right;position:relative;color:#009f2e;border:1px solid #009f2e;line-height:26px;width:90px;text-align:center;}
.breadCrumb .back i{font-family:"iconfont";margin-right:5px;}
.breadCrumb .back:hover{background:#009f2e;color:#fff;}
.proSear{width:50%;margin:0 auto;height:50px;line-height:50px;margin-bottom:40px;padding:0 50px 0 15px;background:#eee;}
.proSear .btn{height:50px;line-height:50px;width:50px;text-align:center;font-size:16px;background:#333 url('../images/sicon.png') no-repeat center;color:#fff;cursor:pointer;transition:all 0.3s;float:left;margin-right:-50px;}
.proSear .txt{height:48px;line-height:48px;border-right:none;width:100%;padding:0 10px;float:left;}
.proSear .btn:hover{background-color:#111;}
@keyframes leftPic
{
  0%   {opacity:0;padding-top:60px;}
  100% {opacity:1;padding-top:0;}
}

/*内页公用菜单*/
.listMenu{background:#fff;margin-top:-64px;height:64px;line-height:64px;background: rgba(255, 255, 255, .9);padding:0 25px;font-size:1.143em;border-radius:5px 5px 0 0 ;}
.listMenu p{float:right;font-size:14px;background: url('../images/home_icon.png') no-repeat left center;padding-left:25px;opacity:.8;}
.listMenu .m{color:#191919;margin:0 30px;position:relative;display:inline-block;}
.listMenu .m::after{content:"";position: absolute;left:0;bottom:0;height:2px;width:100%;background:#009f2e;transform: scale(0,1);transform-origin:right;transition: transform .5s;}
.listMenu .m:hover,.listMenu .cur{color:#009f2e;}
.listMenu .cur::after{transform: scale(1);}

/* 左侧导航 */
.proWrap{padding-top:0;overflow: visible;}
.proWrap::after{content:"";position: absolute;top:0;left:0;width:200%;margin-left:-50%;background:#f7f7f7;height:70px;line-height:70px;z-index:-1;}
.proSider{width:22%;font-size:1.143em;float:left;}
.proSider .title{background:#009f2e;padding:30px;color:#fff;font-size:2em;text-transform: uppercase;}
.proSider .title span{display:block;font-family:Arial;font-size:0.556em;}
.proSider .title i{float:right;color:#009f2e;display:none;font-size:14px;cursor:pointer;position: relative;padding-right:25px;font-style:normal;}
.proSider .title i::after{content:"\e655";position:absolute;right:0;top:0;font-family:"iconfont";font-size:1.143rem;}
.proSide_sub{background:#f2f2f2;margin-bottom:30px;width:100%;}
.proSide_sub li{border-top: 1px solid #fff;}
.proSide_sub li a{padding:0 20px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;display:block;height:60px;line-height:60px;font-weight:700;}
.proSide_sub li i{font-family:"iconfont";margin-right:10px;font-style:normal;font-size:1.286em;position: relative;top:3px;}
.proSide_sub li a:hover,.proSide_sub li .cur{background:#009f2e;color:#fff;}
.proSide_sub ul{border-bottom: 1px solid #e6e6e6;font-size:.875em;}
.proSide_sub ul li a{padding:0;height:45px;line-height:45px;font-weight:400;}
.proSide_sub ul li{background: url('../images/ly_li2.png') no-repeat 15% center;padding-left:20%;line-height:40px;}
.proSide_sub ul li .cur,.proSider ul ul a:hover{color:#009f2e;background:none;}
.relaCase{background:#f2f2f2;padding:20px 30px;}
.relaCase .tie{height:45px;border-bottom: 1px solid #d7d7d7;font-size:1.25em;color:#333;margin-bottom:20px;}
.relaCase li .pImg{padding-top:80%;}
.relaCase li p{height:60px;line-height:60px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.relaCase li i,.proList li i{float:right;font-style:normal;margin-left:15px;}
.relaCase li:hover img{transform: scale(1.1);}


/* 案例例表 */
.proR{width:74%;}
.pro_bread{font-size:.875rem;height:70px;line-height:70px;overflow:hidden;margin-bottom:40px;}
.pro_bread strong{font-size:1.5em;font-weight:normal;color:#333;}
.pro_bread p{position:relative;padding-left:25px;}
.pro_bread p::after{content:"\e646";position:absolute;left:0;font-family:"iconfont"} 
.caseList{margin-right:-15px;}
.caseList li{float:left;width:33.3%;padding-right:20px;margin-bottom:15px;}
.caseList li .pImg{padding-top:84%;background:#000;}
.caseList li .pImg::after{content:"";position: absolute;display:inline-block;width:40px;height:40px;background: url('../images/icon1.png') no-repeat;left:50%;top:50%;margin-left:-20px;opacity:0;transition:all .5s;}
.caseList li a{display:block;position:relative;}
.caseList li a:before,.caseList li a:after{position:absolute;content:'';opacity:0;transition:all 0.5s;transition-delay:.3s;z-index:2;top:0;right:0;bottom:0;left:0;}
.caseList li a:before{border-top:1px solid #009f2e;border-bottom:1px solid #009f2e;transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0;}
.caseList li a:after{border-right:1px solid #009f2e;border-left:1px solid #009f2e;transform:scale(1,0);transform-origin:100% 0;}
.caseList li p{height:50px;line-height:50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;}
.caseList li a:hover img{transform: scale(1.1);opacity:.4;}
.caseList li a:hover .pImg::after{opacity:1;margin-top:-20px;}
.caseList li a:hover:before,.caseList a:hover:after{opacity:.6;transform:scale(1);transition: all 0.5s;}

/* 案例详情 */
.picSlide{position:relative;margin-bottom:40px;background:#e1e1e1;padding:30px;}
.picSlide li{text-align:center;height:100%;position: relative;}
.picSlide-top .pImg{padding-top:56%;}
.picSlide-thumbs{margin-top:1px;}
.picSlide-thumbs li{border-right:1px solid #fff;padding-top:12%;cursor:pointer;width:16.66%;position: relative;}
.picSlide-thumbs li::after{content:"";position: absolute;left:0;top:0;bottom:0;right:0;border:5px solid #009f2e;opacity:.7;transform: scale(0);transition:all .3s;}
.picSlide-thumbs .on::after{transform: scale(1);}
.picSlide .swiper-button-next,.picSlide .swiper-button-prev{top:45%;background:rgba(0, 0, 0,.5);text-align:center;width:50px;height:50px;line-height:50px;color:#fff;font-size:24px;font-family:Arial;transition:all .3s;}
.picSlide .swiper-button-prev{left:0;}
.picSlide .swiper-button-next{right:0;left:auto;}
.picSlide .swiper-button-next:hover,.picSlide .swiper-button-prev:hover{background:#009f2e;}

/* 产品列表 */
.proList {margin-right:-30px;}
.proList li{float:left;width:25%;margin-bottom:20px;padding-right:30px;}
.proList li a{display:block;}
.proList li .pImg{padding-top:80%;transition:all .3s;border:1px solid #ddd;transition:all .4s;}
.proList li p{height:60px;line-height:60px;color:#191919;white-space:nowrap;text-overflow: ellipsis;overflow: hidden;text-align:center;}
.proList li a:hover .pImg{box-shadow:0 0 10px #ccc;}
.proList li a:hover img{transform: scale(1.1);}
.proList li a:hover p{color:#009f2e;}
.searchList{width:100%;}
.searchList li{width:25%;}

/*  产品详情 */
.proShow_box1{background:#f4f4f4;}
.gallery{width:55%;position:relative;padding:10px 140px 10px 10px;}
.galleryBig{position:relative;height:520px;background:#fff;box-shadow:0 0 10px #ccc;}
.galleryBig li{height:520px;line-height:520px;text-align:center;}
.gallery img{height:100%;vertical-align: middle;}
.gallerySmall{position:absolute;z-index:10;top:0;right:10px;width:110px;height:520px;display: none;margin-top:10px;}
.gallerySmall li{border:1px solid #bdc4ce;padding-top:80%;cursor:pointer;pointer-events:initial !important;}
.gallerySmall li::after{content:"";position: absolute;left:0;top:0;bottom:0;right:0;}
.gallerySmall .on::after{border:2px solid #009f2e;}
.gallery .btn{background:#333;width:35px;height:35px;line-height:35px;text-align:center;color:#fff;opacity:0;}
.gallery .swiper-button-prev{left:10px;}
.gallery .swiper-button-next{right:160px;left:auto;}
.gallery:hover .btn{opacity:.8;}

.proShow_R{width:40%;overflow:hidden;height:520px;}
.proShow_R .title{margin-bottom:20px;color:#333;}
.proShow_R .title span{display:block;font-size:2.286em;color:#009f2e;}
.proShow_R .font{height:140px;line-height:2;overflow: hidden;}
.proShow_R .tel{border-bottom: 1px solid #ddd;padding:20px;margin:20px 0;border-top: 1px solid #ddd;font-size:1.5em;color:#191919;background: url('../images/zxtel.png') no-repeat left center;padding-left:40px;}
.proShow_R .btn{margin-top:30px;overflow:hidden;position:relative;}
.proShow_R .btn a{display:block; width:40%;height:50px;line-height:50px;text-align:center;background:#fff;color:#333;margin-bottom:35px;max-width:180px;border-radius:5px;box-shadow:2px 2px 6px #ccc;}
.proShow_R .btn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;font-size:1.286rem;line-height:1;top:2px;}
.proShow_R .btn a:nth-child(2){color:#009f2e;}
.proShow_R .btn a:hover{background:#009f2e;color:#fff;}
.proShow_R .wx{position: absolute;right:5%;top:0;width:120px;text-align:center;}
.proShow_R .wx img{width:100%;box-shadow:2px 2px 6px #ccc;}
.proShow_R .wx span{display:block;margin-top:10px;}

.proShow_fix{position: fixed;width:100%;top:0;left:0;background:#fff;padding:20px;box-shadow:0 0 10px #ccc;z-index:10;}
.proTie span{display:inline-block;border-bottom:1px solid #009f2e;height:45px;font-size:20px;color:#191919;}
.proTie,.proShow_menu{height:45px;border-bottom:1px solid #dcdcdc;font-size:1.286em;margin-bottom:25px;}
.proShow_menu span{display:inline-block;margin-right:30px;cursor:pointer;position:relative;height:45px;}
.proShow_menu span::after,.showTie2 h2::after{content:"";position: absolute;left:0;bottom:0;background:#009f2e;height:1px;width:0;transition:all .4s;}
.proShow_menu .on{color:#009f2e;}
.proShow_menu .on::after{width:100%;}
.proShow_con{width: 1400px;}
.proShow_tab{background:#fff;min-height:200px;overflow:hidden;margin-bottom:30px;font-size:.95rem; line-height: 28px;}
.proShow_tab .swiper-slide{padding:4%;}
.relative_pro li{width: 21.5%;}

/* 合作伙伴 */
.settingTop{background: #e3e3e3;margin-bottom: 45px;overflow: hidden;}
.settingTop .bgImg{width:50%; height:400px;}
.settingTop .font{width:50%;padding:4% 5%;position: relative;z-index:2;height:400px;background: #f6f6f6;}
.settingTop .font h3{font-size:1.857em;color:#009f2e;margin-bottom:30px;position:relative;padding-bottom:10px;}
.settingTop .font h3::after{content:"";position: absolute;left:0;bottom:0;height:1px;width:20px;background:#009f2e;}
.settingTop:hover .bgImg{transform: scale(1.05);}
.partnerList{padding-top:1px;padding-left:1px;}
.partnerList li{float:left;width:12.5%;border:1px solid #d9d9d9;margin-left:-1px;margin-top:-1px;position: relative;transition:all .5s;background:#fff;animation-fill-mode:inherit;overflow:hidden;}
.partnerList li .pImg{padding-top:65%;}
.partnerList li p{height:40px;line-height:30px;text-align:center;padding:0 10px;font-size:12px;transition:all .5s;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;position: absolute;bottom:-50px;text-align:center;background:#009f2e;height:40px;line-height:40px;color:#fff;width:100%;}
.partnerList li:hover p{bottom:0;}
.partnerList li:hover img{top:-15px;}


/* 新闻列表 */
.newsSlide{overflow:hidden;position:relative;text-align: center;margin-bottom:50px;}
.newsSlide li{text-align: left;background:#e3e3e3;overflow: hidden;padding:5px;}
.newsSlide li .pic{width:45.5%;height:530px;overflow: hidden;display:block;}
.newsSlide li .txt{width:54.5%;padding:6%;}
.newsSlide li h4{font-size: 1.429em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;position:relative;padding-bottom:20px;margin-bottom:30px;font-weight:700;}
.newsSlide li h4::after{content:"";position:absolute;left:0;bottom:0;height:1px;background:#009f2e;width:15px;transition:all 0.4s; }
.newsSlide li h4 a{color: #333;}
.newsSlide li h4 a:hover,.newsList li h3 a:hover{color: #009f2e;}
.newsSlide .slideIcon{position: absolute;bottom:0;right: 0;background:#009f2e; height: 80px;line-height: 80px;width:54.5%;z-index:2;left:auto;padding-left:6%;text-align: left;}
.newsSlide .swiper-pagination-bullet{width:10px;height:10px;cursor: pointer;background:#fff;}
.newsSlide .swiper-button-next, .newsSlide .swiper-button-prev{background:rgba(0,0,0,.8);width:80px;height:36px;opacity:1;font-size:20px;font-family:"宋体";font-weight:bold;line-height:36px;text-align:center;color:#fff;position: static;margin-top: 20px;display: none;}
.newsSlide li .pic{height:460px;}
.newsSlide li .txt{padding:5%;}
.newsSlide li:hover .bgImg{transform: scale(1.08);}
.newsList li{border-bottom: 1px solid #ddd;padding-bottom:40px;margin-bottom:40px;transition: all .3s;overflow: hidden;}
.newsList li .pic{float: left;width:420px;height:290px;margin-right:60px;overflow: hidden;}
.newsList li img{transition: all .5s;width:100%;height:100%;}
.newsList li h3{font-size: 1.571em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:12px;padding-top:10px;}
.newsList li h3 a{color:#333;}
.newsList li p{min-height:120px;}
.newsList li .date{display: block;color:#999;margin-bottom:25px;font-size:12px;}
.newsList li .date i{font-style: normal;margin-left:8px;}
.newsList li .more{display: inline-block;width:120px;height:38px;line-height:38px;text-align: center;margin-top:25px;border: 1px solid #ccc;}
.newsList li .more:hover{background: #009f2e;border: 1px solid #009f2e;color:#fff;}
.newsList li:hover{box-shadow: 6px 6px 6px #eee;}
.newsList li:hover img{transform: scale(1.1);}


/* 新闻详情 */
.picShow_l{width:72%;overflow:hidden;}
.showTitle{font-size:2.571em;color:#333;margin-bottom:8px;}
.newsShow .txt .date{margin-right:15px;}
.showTie{overflow:hidden;margin-bottom:40px;}
.showTie h2{font-size:1.714em;color:#333;margin-bottom:25px;}
.showTie .txt span{color:#454545;position:relative;padding-left:22px;font-size:1.143em;margin-right:15px;}
.showTie .txt span:before{content:"\e62e";font-family:"iconfont";position:absolute;left:0;top:-1px;}
.showTie .txt .s:before{content:"\e735";font-size:1.2rem;top:-2px;}
.showTie .bshare-custom{margin-top:-30px;}
.newsShow .showTie p{font-size:.75rem;color:#999;}
.showCon{overflow:hidden;margin-bottom:40px;}
.showCon .title{background:#eee;}
.showCon .title font{display:table; color:#fff;font-size:18px;padding:12px 30px;margin-bottom:20px;background:#009f2e}
.showCon .ce img{min-width:60%;}
.show-synopsis{background:#f7f8fa;padding:15px;margin-bottom:40px;}
.show-synopsis i{display:inline-block;width:15px;height:15px;margin-right:5px;}
.show-synopsis .r{margin-left:5px;margin-right:0;}
.r p{
      line-height: 2;
      width: 1450px !important;
}
.picShow_r{width:24%;overflow:hidden;}
.picShow_r .title{font-size:1.429em;color:#333;border-bottom: 1px solid #d9d9d9;height:40px;margin-bottom:25px;white-space:nowrap;text-overflow: ellipsis;}
.picShow_r .title span{display:inline-block;border-bottom: 1px solid #009f2e;height:40px;}
.picShow_r .title a{float:right;font-size:12px;margin-top:4px;}
.picShow_r li{border-bottom: 1px dotted #bfbfbf;padding-bottom:15px;margin-bottom:15px;overflow: hidden;font-size:12px;}
.picShow_r li .pImg{width:35%;float:left;padding-top:26%;margin-right:20px;border:1px solid #ddd;}
.picShow_r li h4{font-size:15px;margin-bottom:10px;}
.picShow_r li h4 a{color:#222;}
.picShow_r li h4 a:hover{color:#009f2e;}
.picShow_r li:hover img{transform: scale(1.1);}
.picShow_r li:last-child{border-bottom:none;}
.rightNews_w li h4{font-size:18px;padding-top:10px;}
.showPage{height:90px;line-height:90px;overflow:hidden;background:#f1f1f1;}
.showPage a{float:left;width:43%;margin-left: 300px;padding:0 20px;text-align: center;}
.showPage a i{font-style:normal;font-family:"宋体";font-weight:bold;padding-left:10px;margin-left:10px; border-left: 1px dotted #ccc;}
.showPage a:nth-child(2){float:right;text-align:right;}
.showPage a:nth-child(1) i{padding:0 10px 0 0;margin:0 10px 0 0; border-right: 1px dotted #ccc;border-left:none;}
.showPage a:nth-child(3){width:14%;text-align:center;border-left:1px solid #ddd;border-right:1px solid #ddd;}
.showPage a:hover{background:#009f2e;color:#fff;}
.rightNews,.rightContact{background:#f2f2f2;padding:5%;}
.rightNews_w,.rightContact_w{background:#fff;padding:8%;}
.rightContact{margin-top:30px;}
.rightContact h4{background: url('../images/zxicon.png') no-repeat left 8px;padding-left:30px;font-size:2em;color:#191919;font-family:Arial;font-weight:bold;border-bottom: 1px solid #ddd;padding-bottom:15px;margin-bottom:15px;}
.rightContact p{padding-left:80px;margin-bottom:10px;overflow:hidden;}
.rightContact p span{margin-left:-80px;float:left;}

/* 常见问题 */
.faq ul{padding-left:1px;padding-top:1px;overflow: hidden;}
.faq li{float:left;width:33.3%;position:relative;border:1px solid #e5e5e5;margin-left:-1px;margin-top:-1px;transition:all .3s;padding:2.5%;height:280px;background:#fff;}
.faq li::after{content:"";position: absolute;left:0;bottom:0;height:6px;background:#009f2e;transition:all .5s;width:0;}
.faq li h4{font-size:1.429em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;font-weight:700;margin-bottom:20px;color:#333;}
.faq li .tag{font-size:12px;margin:15px 0 20px 0;padding-left:25px;position:relative;color:#8f8f8f;}
.faq li .tag::after{content:"\e606";font-family:"iconfont";position:absolute;left:0;top:-2px;font-size:1.143rem;}
.faq li .txt{color:#777;height:100px;margin-bottom:15px;overflow:hidden;}
.faq li .date{color:#999;display:block;}
.faq li .date i{float:right;font-style:normal;font-size:1.286rem;font-family:"Arial";margin-top:-5px;}
.faq li:hover::after{width:100%;}
.faq li:hover{box-shadow:0 0 10px #ccc;}
.faq li:hover h4 {color:#009f2e;}
.faqList li {width:50%;height:auto;}


/* 下载中心 */
.downL{background: url('../images/adv_bg.jpg') no-repeat center bottom;background-size:cover;height:550px;width:22.5%;color:#fff;padding:4%;}
.downL .hTitle span{margin-bottom:15px;}
.downL h4{margin-top:150px;}
.downL .tel span{display:block;color:#fff;font-size:1.857em;font-family:Arial;margin-bottom:20px;}
.downL .tel{color:#aeaeae;}
.downL h5.tel  span{font-size:1.429em;}
.downR{width:75%;}
.downList li{background:#ededed;margin-bottom:10px;}
.downList li a{display:block;padding:2.5% 3%;color:#191919;}
.downList li span{float:right;color:#666;position:relative;padding-left:30px;margin-left:25px;}
.downList li span::after{content:"\e624";position:absolute;font-family:"iconfont";left:0;font-size:1.286rem;top:-5px}
.downList li a:hover{background:#009f2e;color:#fff;}
.downList li a:hover span{color:#fff;}
.downList .more{text-align:center;font-size:18px;}


/* 关于我们 */
.listTie{font-size:2.225rem;text-align:left;color:#009900;position:relative;padding-bottom:15px;margin-bottom:40px;}
.listTie::after{content:"";position: absolute;left:50%;bottom:0;margin-left:-10px;}
.profileL{width:20%; float:left;max-width:220px;}
.profileL .tie{font-size:2.125rem;color:#191919;position:relative;padding-bottom:15px;margin-bottom:60px;}
.profileL .tie span{display:block;font-size:1.294em;font-family:'Geometric','Arial';text-transform: uppercase;line-height:1.2;margin-top:15px;}
.profileL .tie span i{display: block;font-size:14px;font-style:normal;text-transform: none;}
.profileL .tie::after{content:"";position: absolute;left:0;bottom:0;height:1px;width:20px;background:#009f2e;}
.profileL h4{font-size:1.333em;color:#333;font-weight:bold;margin-bottom:50px;}
.profileL h4 span{display: block;font-size:12px;font-weight:normal;opacity:.5;line-height:1;margin-top:10px;}
.zxBtn{display:block;height:50px;line-height:50px;background:#009f2e;text-align:center;color:#fff;}
.zxBtn:hover{background:#a20400;color:#fff;}
.zxBtn i{font-family: "iconfont";font-style:normal;margin-right:10px;}
.profileR{line-height:1.8;}
.profileR .tie{font-size:2em;color:#009f2e;margin-bottom:25px;font-weight:bold;text-align: center;}
.profileBox1 .attest{padding-top:30px;margin-bottom:0;}

.culture{border-top: 1px solid #ddd;padding-top:50px;}
.culture ul{margin:0 -1%;}
.culture li{float:left;background:#f6f6f6;padding:20px;width:23%;min-height:380px;text-align:left;margin:0 1%;}
.culture li .pImg{padding-top:65%;}
.culture li h4{font-size:20px;color:#222;margin-bottom:15px;padding-bottom:10px;font-weight:normal;margin-top:15px;position:relative;}
.culture li h4 span{display:block;font-size:12px;font-family:Arial;color:#999;}
.culture li:hover img{transform: scale(1.1);}
.culture li h4 span:after{content:"";position:absolute;width:14px;height:1px;background:#e96713;bottom:0;left:0;transition:all .3s;}
























.aboutBox1 .font{max-width:1140px;text-align:center;margin:0 auto;font-size:1.143em;line-height:1.8;}
.aboutBox1 ul{border-top: 1px solid #d9d9d9;margin-top:50px;padding-top:40px;display: flex;flex-flow: row wrap;justify-content: space-between;overflow: hidden;font-size:1.286em;color:#333;text-align:center;}
.aboutBox1 li {padding-right:30px;}
.aboutBox1 li p{position: relative;}
.aboutBox1 li span{font-size:3.667em;font-family:Arial;font-weight:700;position:relative;line-height:1.2;}
.aboutBox1 li i{position: absolute;width:30px;height:30px;background:#009f2e;color:#fff;border-radius:100%;color:#fff;font-size:12px;text-align:center;line-height:30px;font-style:normal;top:10px;font-weight:300;}
.aboutPic{display: block;overflow: hidden;}
.aboutPic img,.coveMain li .bgImg{animation:scale 34s infinite;}


.honor{background: url('../images/pro_bg.jpg');}
.honorL{width:28%;background:#009f2e;color:#fff;padding:4%;height:400px;font-size:1.143em;line-height:1.8;}
.honorL .hTitle{font-weight:400;margin-bottom:30px;}
.honorR{width:72%;position: relative;background:#fff;height:400px;padding:4% 70px;text-align:center;}
.honorSlide li{width:33.3%;float:left;font-size:1.143em;}
.honorSlide li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;margin-top:15px;}
.honorSlide li .pImg{padding-top:68%;border:1px solid #ddd;}
.honorSlide li a:hover img{transform:scale(1.1);}
.honorSlide li a:hover p{color:#009f2e;}
.honorR .btn{width:20px;background-size:20px 40px;opacity:.5;left:20px;}
.honorR .swiper-button-next{left:auto;right:20px;}
.album ul{margin-right:-5px;}
.album li{float:left;width:20%;padding-right:5px;padding-bottom:5px;}
.album li .pImg{padding-top:80%;}
.album li p{position:absolute;background: rgba(0,0,0,.5);padding:0 5%;height:60px;line-height:60px;color:#fff;left:0;bottom:-60px;z-index:2;width:100%;transition:all .3s;text-align:center;}
.album li.big {width:40%;}
.album li:hover img{transform: scale(1.1);}
.album li:hover p{bottom:0;}
.history{overflow: visible;text-align:center;position:relative;background:#f8f8f8;}
.history::after{content:"";position: absolute;left:-50%;width:200%;background:#f8f8f8;height:100%;top:0;z-index:-1;}
.historyMain{padding-top:10px;overflow:hidden;}
.history li{float:left;width:25%;padding:0 2% 0 50px;background: url('../images/h_line2.png') no-repeat left top;min-height:160px;text-align:left;}
.history li h5{font-size:1.286em;margin-bottom:20px;}
.history li h5 span{display: block;font-size:2.556em;color:#333;font-family:Arial;font-weight:bold;letter-spacing:-1px;line-height:1.2;}
.history .btn{left:-70px;width:20px;background-size:20px 40px;top:64%;opacity:.5;}
.history .swiper-button-next{left:auto;right:-70px;}
.history .btn:hover,.honorR .btn:hover{opacity:1;}

/* 发展历程 */
.course{max-width:1400px;}
.courseL{float:left;width:300px;margin-left:-340px;border:4px solid #cecece;padding:4% 3%;line-height:1.2;}
.courseL h3{font-size:50px;color:#191919;margin-bottom:40px;font-weight:bold;}
.courseL p{font-size:24px;color:#009f2e;font-family:Arial;}
.courseL p span{display:block;font-size:64px;color:#b9b9b9;font-weight:bold;}
.courseR .pic img{float:left;width:33.3%;padding-right:1px;}
.courseR li{border-bottom: 1px dotted #d6d6d6;padding:40px 0 40px 125px;overflow: hidden;font-size:1.143em;color:#333;transition:all .4s;}
.courseR li .date{margin-left:-125px;width:90px;height:90px;border:4px solid #cecece;padding:10px;font-size:1.125em;float:left;display:block;line-height:1.2;color:#bbb;transition:all .4s;}
.courseR li .date i{display:block;font-style:normal;font-size:1.556em;font-family:Arial;font-weight:bold;}
.courseR .txt{vertical-align: middle;display: table-cell;height:90px;}
.courseR li:hover .date{border:4px solid #009f2e;color: #009f2e;}
.courseR li:hover{background:#f9f9f9;}

/* 图片列表 */
.picList ul{margin-right:-30px;}
.picList li{width:25%;text-align:center;float:left;padding-right:30px;margin-bottom:30px;}
.picList li a{display:block;overflow:hidden;}
.picList li .pImg{padding-top:69%;border:1px solid #e1e1e1;}
.honorList li .pImg{padding-top:122%;}
.honorList li{width:20%;}
.picList li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;margin-top:20px;}
.picList li a:hover img{transform:scale(1.1);}
.picList li a:hover p{color:#009f2e;}
.partnerList{background:none;}
.partnerList ul{padding-left:1px;}
.galy{background:#f5f5f5;}@charset "utf-8";

body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,div,span,a,aside,article,section,header,nav,footer,label,img{margin:0;padding:0;box-sizing:border-box;}
fieldset,img{border:0;}
img{/* vertical-align:middle; *//* max-width:100%; */}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;width: 1200px;}
button,input,select,textarea{font-size:.875rem;font-family:inherit;margin:0;outline:none;resize:none;border:none;background:none;}
.clearfix:after{clear:both;content:".";display:block;height:0;overflow:hidden;visibility:hidden;}
.clearfix{zoom:1;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
body{color:#666;line-height:1.5;font-family:'Microsoft YaHei',Arial,'simsun',HELVETICA;min-width:320px;}
a{color:#666;text-decoration:none;transition:all ease 0.3s;}
a:hover{color:#009f2e;}


/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.mb15{margin-bottom:15px;}
.mb30{margin-bottom:30px;}
.container{position:relative;min-width:320px;width:100%;max-width:1500px;margin:0 auto;}
.pImg{position:relative;padding-top:100%;display:block;overflow:hidden;}
.pImg img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.5s;}
.bgImg{background-position:center;background-size:cover;position:relative;transition:all 0.5s;display:block;width:100%;height:100%;background-repeat: no-repeat;}
.pd60{font-size:.875em;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.font14{font-size:.875em;}
.gray{background:#efefef;}
.pcHide{display:none;}



@font-face {
  font-family: 'iconfont';  /* project id 1152918 */
  src: url('../fonts/font_1152918_auzzl2c96di.eot');
  src: url('../fonts/font_1152918_auzzl2c96di.eot') format('embedded-opentype'),
  url('../fonts/font_1152918_auzzl2c96di.woff2') format('woff2'),
  url('../fonts/font_1152918_auzzl2c96di.woff') format('woff'),
  url('../fonts/font_1152918_auzzl2c96di.ttf') format('truetype'),
  url('../fonts/font_1152918_auzzl2c96di.svg#iconfont') format('svg');
}


.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  position:relative;
}
 
/* 头部 */
.header{height:110px;padding-top:20px;line-height:1.2;font-size:.875em;}
.headTie{padding:10px 0 0 20px;margin-left:20px;background: url('../images/h_line.png') no-repeat left center;}
.headTie a{color:#555;}
.headTie span{display:block;color:#009f2e;font-size:1.571em;font-weight:700;padding-bottom:5px;}
.headR{padding-top:10px;overflow:hidden;color:#555;}
.headR p{float:left;background: url('../images/tel1.png') no-repeat left center;padding-left:50px;margin-left:40px;}
.headR span{display: block;font-size:1.429em;font-family:Arial;color:#191919;margin-top:3px;}
.headR .p2{background-image: url('../images/tel2.png');}


/* PC导航 */
.nav{height:60px;line-height:60px;background:#009f2e;}
.navMain{padding-right:360px;}
.navMain>ul{display: flex;flex-flow: row wrap;justify-content: space-between;}
.nav .m{float:left;text-align:center;flex-grow:1;position:relative;z-index:10;padding-right:1px;}
.nav .m>a{color:#fff;display:block;position:relative;z-index:2; font-size: 18px;}
.nav .m>a::after{content:"";position:absolute;left:0;bottom:0;height:0;background:#fff;width:100%;transition:all .3s;z-index:-1;}
.nav .cur>a::after,.nav .m>a:hover::after,.nav .on>a::after{height:100%;}
.nav .cur>a,.nav .m>a:hover,.nav .on>a{color:#009f2e;}
.nav .navSub{position:absolute;left:0;top:120%;background:#eee;line-height:35px;width:100%;color:#333;font-size:.875rem;transform:scale(0);transition:top .4s,opacity .4s;opacity:0;}
.nav .navSub li{border-bottom:1px solid #ddd;line-height:35px;}
.nav .navSub a{color:#333;display:block;}
.nav .navSub a:hover{background:#009f2e;color:#fff;}
/*.nav .m1 .navSub{width:820px;text-align:left;overflow:hidden;}
.nav .m1 .navSub li{float:left;width:30%;border-right: 1px solid #ddd;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.nav .m1 .navSub li:nth-child(3n){width:40%;}
.nav .m1 .navSub li a{padding:0 15px;}*/
.nav .m:hover .navSub{transform:scale(1);opacity:1;top:100%;}
.search{position: absolute;right:0;background:#fff;top:15px;width:320px;height:30px;line-height:30px;border-radius:15px;padding:0 35px 0 20px;}
.search .text{font-size:12px;opacity:.8;width:100%;}
.search .btn{float:right;background: url('../images/sbtn.png') no-repeat left center;margin-right:-35px;width:35px;height:30px;cursor:pointer;opacity:.8;}
.search .btn:hover{opacity:1;}
.navFix{position: fixed;top:0;width:100%;left:0;z-index:99;}

/*  导航按钮 */
.navTrigger{position:absolute;top:22px;right:15px;width:28px;overflow:hidden;white-space:nowrap;color:transparent;z-index:20;cursor:pointer;display:none;}
.navTrigger span{display:block;height:2px;background:#009f2e;margin-bottom:6px;transition:all 0.3s;  -webkit-transform-origin: 0% 50%;-moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%;-o-transform-origin: 0% 50%;transform-origin: 0% 50%;}
.navTrigger span:nth-child(3){margin-bottom:0;}
.navTrigger-on span:nth-child(1){transform: translateX(4px) translateY(0px) rotate(45deg);}
.navTrigger-on span:nth-child(2){opacity:0;}
.navTrigger-on span:nth-child(3){transform:translateX(2px) translateY(2px) rotate(-45deg);}
.wapTel{font-family:"iconfont";position: absolute;color:#009f2e;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}

/* 广告轮播图 */
.banner{position:relative;overflow:hidden;}
.banner img{width:100%;}
.banner .small{display:none;}
.swiper-wrapper{transition-timing-function: ease-in-out;}
.banner .swiper-pagination-bullet{background:none;opacity:1;cursor:pointer;width:12px;height:12px;border:1px solid #fff;position: relative;bottom:80px;}
.banner .swiper-pagination-bullet:after{content:"";position:absolute;width:4px;height:4px;background:#fff;top:3px;left:3px;border-radius:100%;opacity:0;}
.banner .swiper-pagination-bullet-active{border-color: #fff;}
.banner .swiper-pagination-bullet-active::after{background:#fff;opacity:1;}

/* 实力 */
.strength{position:relative;z-index:5;box-shadow:0 8px 20px #ddd;font-size:.875rem; overflow:hidden;padding:38px 0;border-radius:100px;height:160px;margin-top:-80px;background:#fff;}
.strength li{float:left;width:25%;text-align:center;color:#888;border-right: 1px solid #e5e5e5;}
.strength li span{font-size:1.143em;color:#009f2e;display: inline-block;line-height:1;margin-bottom:10px;}
.strength li i{float:left;font-style:normal;font-size:3.125em;margin-right:5px;font-weight:700;}
.strength li:last-child{border:none;}

/* 工程案例 */
.case{padding-bottom:60px;}
.homeTie{margin-bottom:40px;font-size:.875rem;text-align:center;}
.homeTie h4{margin-top:5px;}
.hTitle{font-size:2.571rem;color:#191919;font-weight:700;}
.hTitle b{color:#009f2e;}
.hTitle span{position:relative;padding:0 25px;}
.hTitle span:before,.hTitle span:after{content:"";position:absolute;height:1px;background:#e5e5e5;width:80px;top:25px;}
.hTitle span:before{right:100%;}
.hTitle span:after{left:100%;}

.caseL{width:24%;background:#f4f4f4;}
.caseL .title{background:#009f2e;color:#fff;text-align:center;font-size:1.714em;padding:35px 0;line-height:1.4;border-bottom: 1px solid #fff;}
.caseL .title span{font-size:1.167em;display:block;}
.caseL li a{display: block;height:51px;line-height:51px;padding:0 5% 0 8%;color:#333;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;border-bottom: 1px solid #e4e4e4;font-weight:700;font-size:1.143em;height:60px;line-height:60px;}
.caseL li ul a{font-size:.97em;font-weight:400;padding-left:15%;background: url('../images/ly_li2.png') no-repeat 12% center;height:50px;line-height:50px;}
.caseL li a:hover{background:#009f2e;color:#fff;}
.caseL li ul a:hover{color:#009f2e;background: url('../images/ly_li2.png') no-repeat 12% center;}
.caseL .tel{background:#009f2e url('../images/p_icon.png') no-repeat 15px center;padding:30px 10px 10px 60px;height:120px;color:#fff;}
.caseL .tel span{display: block;font-size:1.429em;}




.caseR{width:74%;overflow:hidden;}
.caseR ul{margin-right:-20px;}
.caseR li{float:left;width:33.3%;padding-right:20px;margin-bottom:15px;}
.caseR li.big{width:100%;height:430px;background:#f6f6f6;}
.caseR li .pic{display: block;height:430px;width:50%;overflow:hidden;}
.caseR .font{width:50%;padding:35px;}
.caseR .font h4{font-size:1.714em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:20px;}
.caseR .font h4 a{color:#333;}
.caseR .font h4 a:hover{color:#009f2e;}
.caseR .font p{height:210px;margin-bottom:20px;overflow: hidden;line-height:1.8;opacity:.8;}
.caseR .font .btn{display:inline-block;width:160px;height:50px;line-height:48px;border:1px solid #009f2e;text-align:center;margin-right:25px;border-radius:5px;font-size:1.071em;}
.caseR .font .zx{background:#009f2e;color:#fff; background:linear-gradient(to left,#009f2e,#01b5d5);transition:0s;}
.caseR .font .btn:hover{background:#009f2e;color:#fff;}
.caseR li .pImg{padding-top:85%;}
.caseR .li a{display:block;position:relative;}
.caseR .li p{height:50px;line-height:50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;}
.caseR .li:hover img,.caseR li.big:hover .bgImg{transform: scale(1.1);}
.caseR .li a:before,.caseR .li a:after{position:absolute;content:'';opacity:0;transition:all 0.5s;transition-delay:.3s;z-index:2;top:0;right:0;bottom:0;left:0;}
.caseR .li a:before{border-top:1px solid #009f2e;border-bottom:1px solid #009f2e;transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0;}
.caseR .li a:after{border-right:1px solid #009f2e;border-left:1px solid #009f2e;transform:scale(1,0);transform-origin:100% 0;}
.caseR .li a:hover:before,.caseR .li a:hover:after{opacity:.6;transform:scale(1);transition: all 0.5s;}


/* 工程产品 */
.product{background:#f8f8f8;}
.proMenu{font-size:1.143em;margin-bottom:40px;text-align:center;}
.proMenu a{display:inline-block;position:relative;color:#fff;height:50px;line-height:50px;;background:#006c20;border-radius:25px;padding:0 15px;min-width:200px;margin:0 15px;z-index:2;overflow:hidden;}
.proMenu a::after{content:"";position:absolute;left:0;bottom:0;background:#009f2e;width:100%;height:0;z-index:-1;transition:all .5s;}
.proMenu .on,.proMenu a:hover{color:#fff;}
.proMenu .on::after,.proMenu a:hover::after{height:100%;}
.proMain{margin-right:-15px;}
.proMain li{float:left;width:20%;padding-right:15px;transition:all .5s;margin-bottom:10px;}
.proMain li:nth-child(6){display:none;}
.proMain li a{display:block;overflow:hidden;background:#fff;}
.proMain li .pImg{padding-top:80%;}
.proMain li p{color:#333;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;line-height:50px;height:50px;font-weight:700;border-top: 1px solid#e5e5e5;}
.proMain li a:hover img{transform: scale(1.1);}
.proMain li a:hover p{color:#009f2e;}
.proMain li a:hover{box-shadow:0 0 14px #ddd;}
.proMain .more{display: block;width:160px;height:40px;margin:0 auto;border:1px solid #ccc;border-radius:20px;text-align:center;line-height:40px;margin-top:30px;}
.proMain .more:hover{background:#009f2e;color:#fff;border-color:#00979c;width:260px;}

/* 优势 */
.odds{background:url('../images/odds_bg.jpg') no-repeat center;background-size:cover;background-attachment:fixed; color:#fff;text-align:center;}
.hTitlew{color:#fff;}
.odds li{float:left;width:25%;position: relative;text-align:center;padding:2% 3%;transition:all .5s;border-radius:15px;}
.odds li i{display:inline-block;width:130px;height:130px;background-repeat: no-repeat;transition:all .5s;}
.odds li h3{font-size:1.286em;margin:20px 0 15px 0;font-weight:700;padding-bottom:15px;position:relative;}
.odds li h3::after{content:"";position: absolute;left:50%;bottom:0;height:2px;width:25px;background:#fff;margin-left:-13px;}
.odds li p{min-height:80px;line-height:1.8;font-size:1.071em;}
.odds li:hover img{transform: scale(1.1);}
.oddsMain .btn{display:none;position: static;width:50px;height:30px;line-height:30px;margin-top:10px;background:#333;width:50px;height:30px;color:#fff;}
.odds li:hover{box-shadow:0 0 2px #fff inset;color:#00de42;}
.odds li:hover i{background-position: 0 -130px;}

/* 服务流程 */
.process{padding-bottom:0;}
.processMain{font-size:1.286em;overflow:hidden;margin:0 -8%;padding-left:4%;margin-bottom:40px;}
.processMain::after{content:"";position:absolute;;left:0;top:50%;width:100%;background:#006c20;height:8px;}
.processMain li{float:left; text-align:center;color:#333;width:12.25%;margin-left:-4%;}
.processMain li span{display:block;margin-bottom:30px;height:40px;transition:all .3s;}
.processMain li i{display:inline-block;font-style:normal;background:#fff;border-radius:100%;width:46px;line-height:46px;height:46px;font-size:1.286em;color:#fff;text-align:center;font-family:Arial;position: relative;background:#009f2e;border:8px solid #006c20;box-shadow:-2px -2px 5px #0f9ab2 inset;}
.processMain li i::after{content:"";position: absolute;width:1px;height:30px;background:#ccc;left:50%;margin-left:-1px;top:-38px;}
.processMain li:nth-child(2n){padding-top:70px;}
.processMain li:nth-child(2n) i::after{top:52px;}
.processMain li:nth-child(2n) span{margin-top:30px;margin-bottom:0;}
.processMain li:hover span,.pageBan_l h4 i{color:#009f2e;}
.editorial {display: block;width: 100%;height:120px;}
.parallax > use {animation: move-forever 12s linear infinite;transform-origin: 50% 50%;}
.parallax > use:nth-child(1) {animation-delay: -2s;}
.parallax > use:nth-child(2) {animation-delay: -2s;animation-duration: 5s;}
.parallax > use:nth-child(3) {animation-delay: -4s;animation-duration: 3s;}
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
/* 分页广告 */
.pageBan{background: url('../images/page_bg.jpg') no-repeat;color:#fff;padding:50px 0;overflow:hidden;background-size:cover;}
.pageBan_l{width:65%;letter-spacing:4px;}
.pageBan_l h4{font-size:1.286em;padding-bottom:15px;margin-bottom:15px;border-bottom: 1px solid rgba(255,255,255,.2);}
.pageBan_l h4 span{font-size:1.444em;display:block;}
.pageBan_l h4 i{font-style:normal;}
.pageBan_l p{opacity:.6;text-transform: uppercase;font-family:Arial;max-width:660px;}
.pageBan_r{max-width:35%;text-align:right;}
.pageBan_r .tel{font-size:1.714em;font-family:Arial;margin-bottom:25px;background: url('../images/p_tel.png') no-repeat;padding-left:50px;line-height:2;}
.pageBan_r .tel span{margin-left:15px;}
.pageBan_r .btn{display:inline-block;width:160px;height:48px;line-height:48px;background:#009f2e;color:#fff;text-align:center;border-radius:25px;margin-left:25px;}
.pageBan_r .btn:hover{background:#00979c;}

/* 关于 */
.aboutPic{width:44%;height:500px;overflow:hidden;}
.aboutPic .bgImg{animation:scale 30s infinite;}
.aboutTxt{width:53%;}
.aboutTxt .title{font-size:2.286em;color:#191919;margin-bottom:25px;padding-bottom:20px;font-weight:700;position:relative;}
.aboutTxt .title::after{content:"";position: absolute;left:0;bottom:0;width:60px;height:3px;background:#009f2e;}
.aboutTxt .title span,.aboutTxt .txt a{color:#009f2e;}
.aboutTxt .txt{height:210px;margin-bottom:20px;overflow:hidden;line-height:1.8;font-size:1.071em;}
.aboutTxt .txt a:hover{text-decoration:underline;}
.settingSide li{float:left;width:25%;text-align:center;}
.settingSide li .pImg{padding-top:70%;}
.settingSide li p{padding-top:12px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.settingSide li:hover img{transform: scale(1.1);}
@keyframes scale
{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}

/* 合作伙伴 */
.partner{background:#f9fbfd;font-size:1.143em;}
.partner li {float:left;padding-right:8px;margin-bottom:8px;width:12.5%;}
.partner li a{display: block;position:relative;overflow:hidden;background:#000;}
.partner li .pImg{padding-top:66%;}
.partner li p{position: absolute;width:100%;padding:0 10px;text-align:center;color:#009f2e;top:50%;opacity:0;transition:all .5s;transition-delay:.15s;}
.partner li a:hover img{transform: scale(1.1);opacity:.2;}
.partner li a:hover p{top:40%;opacity:1;}


/* 新闻快讯 */
.news{padding-bottom:40px;}
.newsL{width:37%;background:#f8f8f8;padding:30px 2.5%;position:relative;z-index:2;height:680px;}
.newsL::after{content:"";position: absolute;left:0;top:0;width:100%;height:260px; background:#009f2e;z-index:-1;}
.news .title{text-transform:uppercase;margin-bottom:25px;}
.news .title a{float:right;width:22px;height:22px;line-height:18px;color:#fff;border:2px solid #fff;border-radius:100%;text-align:center;font-family:"simsun";margin-top:15px;font-size:12px;font-weight:700;}
.news .title a:hover{background:#fff;color:#009f2e;}
.news .title span{display:block;color:#343434;font-size:1.714em;}
.news .title b{font-weight:400;color:#009f2e;}
.news .titlew,.news .titlew span{color:#fff;}
.newsScroll li .pic{display: block;height:300px;overflow:hidden;margin-bottom:25px;}
.newsScroll li h4{font-size:1.286em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:15px;}
.newsScroll li h4 a{color:#333;}
.newsScroll li h4 a:hover,.newsR li a:hover h4{color:#009f2e;}
.newsScroll li p,.newsR li p{height:120px;margin-bottom:10px;line-height:1.8;color:#777;}
.newsScroll li .date,.newsR li .date{display: block;text-align:right;position:relative;color:#777;}
.newsScroll .swiper-pagination{bottom:60px;left:8%;width:auto;}

.newsR{width:60%;background:#f8f8f8;margin-bottom:40px;padding:30px;position:relative;}
.newsR li{width:50%;}
.newsR li h4{font-size:1.143em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:15px;color:#333;transition:all .3s;}
.newsR li p{height:108px;}
.newsR li .date::after{content:"";position: absolute;left:0;bottom:10px;width:50px;height:1px;background:#ccc;transition:all .5s;}
.newsR li a:hover .date::after{width:80px;background:#009f2e;}
.newsBox2 li h4,.newsBox2 li p{background: url('../images/q.png') no-repeat left center;padding-left:30px;}
.newsBox2 li p{background: url('../images/a.png') no-repeat left 4px;}
.newsR .swiper-pagination{right:30px;bottom:auto;top:40px;width:auto;text-align:right;}
.news .swiper-pagination-bullet-active{width:30px;background:#009f2e;border-radius:10px;}




/*底部 */
.footer{background:url('../images/foot_bg.jpg');font-size:.875rem;color:#999;}
.footMain{padding:50px 0 40px 0;overflow:hidden;position:relative;line-height:1.8;}
.footMain::after,.footMain::before{content:"";position: absolute;left:33%;height:100%;width:1px;background:#2d2d39;top:0;}
.footMain::before{left:65%;}
.footL{width:32%;}
.fLogo{background: url('../images/flogo.png') no-repeat left center;padding:10px 0 10px 140px;font-size:1.143em;margin-bottom:20px;}
.fLogo span{display:block; color:#fff;font-size:1.5em;font-weight:700;}
.footWx .pic{width:130px;height:130px;margin-right:20px;}
.footWx p{float:left;padding:20px 0 30px 0;background: url('../images/wxicong.png') no-repeat left bottom;}
.footWx p span{display: block;}
.footContact{width:38%;padding:0 2%;}
.footContact .copy{height:80px;margin-bottom:20px;}
.footMenu{width:30%;overflow:hidden;display:flex;flex-flow: row wrap;justify-content: space-between;}
.footMenu ul{float:left;max-width:180px;}
.footMenu li{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.footMenu li h3{color:#fff;font-size:1.143em;margin-bottom:15px;}
.footer a,.firendlink a{color:#999;}
.footer a:hover,.firendlink a:hover{color:#fff;}
.firendlink{background:#10101f;padding:20px 0;font-size:.875rem;}
.firendlink span{color:#fff;}
.firendlink a{margin:0 6px;}

/*内页公用 */
.listWrap{overflow:hidden;padding:60px 0;font-size:.95em; line-height: 28px;}
.listBanner,.mzsmBanner{height: 350px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;}
.listBanner h3{position:absolute;color:#fff;top:40%;font-size:2.5rem;text-transform:uppercase;width:100%;font-weight:700;padding-bottom:15px;animation:leftPic 1s;max-width:1500px;min-width:360px;left:50%;-webkit-transform: translate(-50%); -moz-transform: translate(-50%);-ms-transform: translate(-50%);-o-transform: translate(-50%); transform:translate(-50%);}
.listBanner h3 span{display: block;font-size:14px;font-weight: 400;opacity: 0.8;}
.breadCrumb{font-size:.875rem;overflow:hidden;background:#f7f7f7;padding:20px 0;}
.breadCrumb p span{position:relative;padding-left:20px;}
.breadCrumb span::after{position:absolute;left:0;font-family:"iconfont";top:0;} 
.breadCrumb .back{float:right;position:relative;color:#009f2e;border:1px solid #009f2e;line-height:26px;width:90px;text-align:center;}
.breadCrumb .back i{font-family:"iconfont";margin-right:5px;}
.breadCrumb .back:hover{background:#009f2e;color:#fff;}
.proSear{width:50%;margin:0 auto;height:50px;line-height:50px;margin-bottom:40px;padding:0 50px 0 15px;background:#eee;}
.proSear .btn{height:50px;line-height:50px;width:50px;text-align:center;font-size:16px;background:#333 url('../images/sicon.png') no-repeat center;color:#fff;cursor:pointer;transition:all 0.3s;float:left;margin-right:-50px;}
.proSear .txt{height:48px;line-height:48px;border-right:none;width:100%;padding:0 10px;float:left;}
.proSear .btn:hover{background-color:#111;}
@keyframes leftPic
{
  0%   {opacity:0;padding-top:60px;}
  100% {opacity:1;padding-top:0;}
}

/*内页公用菜单*/
.listMenu{background:#fff;margin-top:-64px;height:64px;line-height:64px;background: rgba(255, 255, 255, .9);padding:0 25px;font-size:1.143em;border-radius:5px 5px 0 0 ;}
.listMenu p{float:right;font-size:14px;background: url('../images/home_icon.png') no-repeat left center;padding-left:25px;opacity:.8;}
.listMenu .m{color:#191919;margin:0 30px;position:relative;display:inline-block;}
.listMenu .m::after{content:"";position: absolute;left:0;bottom:0;height:2px;width:100%;background:#009f2e;transform: scale(0,1);transform-origin:right;transition: transform .5s;}
.listMenu .m:hover,.listMenu .cur{color:#009f2e;}
.listMenu .cur::after{transform: scale(1);}

/* 左侧导航 */
.proWrap{padding-top:0;overflow: visible;}
.proWrap::after{content:"";position: absolute;top:0;left:0;width:200%;margin-left:-50%;background:#f7f7f7;height:70px;line-height:70px;z-index:-1;}
.proSider{width:22%;font-size:1.143em;float:left;}
.proSider .title{background:#009f2e;padding:30px;color:#fff;font-size:2em;text-transform: uppercase;}
.proSider .title span{display:block;font-family:Arial;font-size:0.556em;}
.proSider .title i{float:right;color:#009f2e;display:none;font-size:14px;cursor:pointer;position: relative;padding-right:25px;font-style:normal;}
.proSider .title i::after{content:"\e655";position:absolute;right:0;top:0;font-family:"iconfont";font-size:1.143rem;}
.proSide_sub{background:#f2f2f2;margin-bottom:30px;width:100%;}
.proSide_sub li{border-top: 1px solid #fff;}
.proSide_sub li a{padding:0 20px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;display:block;height:60px;line-height:60px;font-weight:700;}
.proSide_sub li i{font-family:"iconfont";margin-right:10px;font-style:normal;font-size:1.286em;position: relative;top:3px;}
.proSide_sub li a:hover,.proSide_sub li .cur{background:#009f2e;color:#fff;}
.proSide_sub ul{border-bottom: 1px solid #e6e6e6;font-size:.875em;}
.proSide_sub ul li a{padding:0;height:45px;line-height:45px;font-weight:400;}
.proSide_sub ul li{background: url('../images/ly_li2.png') no-repeat 15% center;padding-left:20%;line-height:40px;}
.proSide_sub ul li .cur,.proSider ul ul a:hover{color:#009f2e;background:none;}
.relaCase{background:#f2f2f2;padding:20px 30px;}
.relaCase .tie{height:45px;border-bottom: 1px solid #d7d7d7;font-size:1.25em;color:#333;margin-bottom:20px;}
.relaCase li .pImg{padding-top:80%;}
.relaCase li p{height:60px;line-height:60px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.relaCase li i,.proList li i{float:right;font-style:normal;margin-left:15px;}
.relaCase li:hover img{transform: scale(1.1);}


/* 案例例表 */
.proR{width:74%;}
.pro_bread{font-size:.875rem;height:70px;line-height:70px;overflow:hidden;margin-bottom:40px;}
.pro_bread strong{font-size:1.5em;font-weight:normal;color:#333;}
.pro_bread p{position:relative;padding-left:25px;}
.pro_bread p::after{content:"\e646";position:absolute;left:0;font-family:"iconfont"} 
.caseList{margin-right:-15px;}
.caseList li{float:left;width:33.3%;padding-right:20px;margin-bottom:15px;}
.caseList li .pImg{padding-top:84%;background:#000;}
.caseList li .pImg::after{content:"";position: absolute;display:inline-block;width:40px;height:40px;background: url('../images/icon1.png') no-repeat;left:50%;top:50%;margin-left:-20px;opacity:0;transition:all .5s;}
.caseList li a{display:block;position:relative;}
.caseList li a:before,.caseList li a:after{position:absolute;content:'';opacity:0;transition:all 0.5s;transition-delay:.3s;z-index:2;top:0;right:0;bottom:0;left:0;}
.caseList li a:before{border-top:1px solid #009f2e;border-bottom:1px solid #009f2e;transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0;}
.caseList li a:after{border-right:1px solid #009f2e;border-left:1px solid #009f2e;transform:scale(1,0);transform-origin:100% 0;}
.caseList li p{height:50px;line-height:50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;}
.caseList li a:hover img{transform: scale(1.1);opacity:.4;}
.caseList li a:hover .pImg::after{opacity:1;margin-top:-20px;}
.caseList li a:hover:before,.caseList a:hover:after{opacity:.6;transform:scale(1);transition: all 0.5s;}

/* 案例详情 */
.picSlide{position:relative;margin-bottom:40px;background:#e1e1e1;padding:30px;}
.picSlide li{text-align:center;height:100%;position: relative;}
.picSlide-top .pImg{padding-top:56%;}
.picSlide-thumbs{margin-top:1px;}
.picSlide-thumbs li{border-right:1px solid #fff;padding-top:12%;cursor:pointer;width:16.66%;position: relative;}
.picSlide-thumbs li::after{content:"";position: absolute;left:0;top:0;bottom:0;right:0;border:5px solid #009f2e;opacity:.7;transform: scale(0);transition:all .3s;}
.picSlide-thumbs .on::after{transform: scale(1);}
.picSlide .swiper-button-next,.picSlide .swiper-button-prev{top:45%;background:rgba(0, 0, 0,.5);text-align:center;width:50px;height:50px;line-height:50px;color:#fff;font-size:24px;font-family:Arial;transition:all .3s;}
.picSlide .swiper-button-prev{left:0;}
.picSlide .swiper-button-next{right:0;left:auto;}
.picSlide .swiper-button-next:hover,.picSlide .swiper-button-prev:hover{background:#009f2e;}

/* 产品列表 */
.proList {margin-right:-30px;}
.proList li{float:left;width:25%;margin-bottom:20px;padding-right:30px;}
.proList li a{display:block;}
.proList li .pImg{padding-top:80%;transition:all .3s;border:1px solid #ddd;transition:all .4s;}
.proList li p{height:60px;line-height:60px;color:#191919;white-space:nowrap;text-overflow: ellipsis;overflow: hidden;text-align:center;}
.proList li a:hover .pImg{box-shadow:0 0 10px #ccc;}
.proList li a:hover img{transform: scale(1.1);}
.proList li a:hover p{color:#009f2e;}
.searchList{width:100%;}
.searchList li{width:25%;}

/*  产品详情 */
.proShow_box1{background:#f4f4f4;}
.gallery{width: 55%;position:relative;padding:10px 140px 10px 10px;}
.galleryBig{position:relative;left: 50px;height:520px;background:#fff;box-shadow:0 0 10px #ccc;}
.galleryBig li{height:520px;line-height:520px;text-align:center;}
.gallery img{height:100%;vertical-align: middle;}
.gallerySmall{position:absolute;z-index:10;top:0;right:10px;width:110px;height:520px;display: none;margin-top:10px;}
.gallerySmall li{border:1px solid #bdc4ce;padding-top:80%;cursor:pointer;pointer-events:initial !important;}
.gallerySmall li::after{content:"";position: absolute;left:0;top:0;bottom:0;right:0;}
.gallerySmall .on::after{border:2px solid #009f2e;}
.gallery .btn{background:#333;width:35px;height:35px;line-height:35px;text-align:center;color:#fff;opacity:0;}
.gallery .swiper-button-prev{left:10px;}
.gallery .swiper-button-next{right:160px;left:auto;}
.gallery:hover .btn{opacity:.8;}

.proShow_R{width:40%;overflow:hidden;height: 20%;position: relative;left: -80px;}
.proShow_R .title{margin-bottom:20px;color:#333;}
.proShow_R .title span{display:block;font-size: 1.9rem;color:#009f2e;}
.proShow_R .font{height:140px;line-height:2;overflow: hidden;}
.proShow_R .tel{border-bottom: 1px solid #ddd;padding:20px;margin:20px 0;border-top: 1px solid #ddd;font-size:1.5em;color:#191919;background: url('../images/zxtel.png') no-repeat left center;padding-left:40px;}
.proShow_R .btn{margin-top:30px;overflow:hidden;position:relative;height: 100%;}
.proShow_R .btn a{display:block; width:40%;height:50px;line-height:50px;text-align:center;background:#fff;color:#333;margin-bottom:35px;max-width:180px;border-radius:5px;box-shadow:2px 2px 6px #ccc;}
.proShow_R .btn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;font-size:1.286rem;line-height:1;top:2px;}
.proShow_R .btn a:nth-child(2){color:#009f2e;}
.proShow_R .btn a:hover{background:#009f2e;color:#fff;}
.proShow_R .wx{position: absolute;right:5%;top:0;width:120px;text-align:center;}
.proShow_R .wx img{width:100%;box-shadow:2px 2px 6px #ccc;}
.proShow_R .wx span{display:block;margin-top:10px;}

.proShow_fix{position: fixed;width:100%;top:0;left:0;background:#fff;padding:20px;box-shadow:0 0 10px #ccc;z-index:10;}
.proTie span{display:inline-block;border-bottom:1px solid #009f2e;height:45px;font-size:20px;color:#191919;}
.proTie,.proShow_menu{height:45px;border-bottom:1px solid #dcdcdc;font-size:1.286em;margin-bottom:25px;}
.proShow_menu span{display:inline-block;margin-right:30px;cursor:pointer;position:relative;height:45px;}
.proShow_menu span::after,.showTie2 h2::after{content:"";position: absolute;left:0;bottom:0;background:#009f2e;height:1px;width:0;transition:all .4s;}
.proShow_menu .on{color:#009f2e;}
.proShow_menu .on::after{width:100%;}
.proShow_con{width: 1300px;}
.proShow_tab{background:#fff;min-height:200px;overflow:hidden;margin-bottom:30px;font-size:.95rem; line-height: 28px;}
.proShow_tab .swiper-slide{padding:4%;}
.relative_pro li{width: 21.5%;}

/* 合作伙伴 */
.settingTop{background: #e3e3e3;margin-bottom: 45px;overflow: hidden;}
.settingTop .bgImg{width:50%; height:400px;}
.settingTop .font{width:50%;padding:4% 5%;position: relative;z-index:2;height:400px;background: #f6f6f6;}
.settingTop .font h3{font-size:1.857em;color:#009f2e;margin-bottom:30px;position:relative;padding-bottom:10px;}
.settingTop .font h3::after{content:"";position: absolute;left:0;bottom:0;height:1px;width:20px;background:#009f2e;}
.settingTop:hover .bgImg{transform: scale(1.05);}
.partnerList{padding-top:1px;padding-left:1px;}
.partnerList li{float:left;width:12.5%;border:1px solid #d9d9d9;margin-left:-1px;margin-top:-1px;position: relative;transition:all .5s;background:#fff;animation-fill-mode:inherit;overflow:hidden;}
.partnerList li .pImg{padding-top:65%;}
.partnerList li p{height:40px;line-height:30px;text-align:center;padding:0 10px;font-size:12px;transition:all .5s;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;position: absolute;bottom:-50px;text-align:center;background:#009f2e;height:40px;line-height:40px;color:#fff;width:100%;}
.partnerList li:hover p{bottom:0;}
.partnerList li:hover img{top:-15px;}


/* 新闻列表 */
.newsSlide{overflow:hidden;position:relative;text-align: center;margin-bottom:50px;}
.newsSlide li{text-align: left;background:#e3e3e3;overflow: hidden;padding:5px;}
.newsSlide li .pic{width:45.5%;height:530px;overflow: hidden;display:block;}
.newsSlide li .txt{width:54.5%;padding:6%;}
.newsSlide li h4{font-size: 1.429em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;position:relative;padding-bottom:20px;margin-bottom:30px;font-weight:700;}
.newsSlide li h4::after{content:"";position:absolute;left:0;bottom:0;height:1px;background:#009f2e;width:15px;transition:all 0.4s; }
.newsSlide li h4 a{color: #333;}
.newsSlide li h4 a:hover,.newsList li h3 a:hover{color: #009f2e;}
.newsSlide .slideIcon{position: absolute;bottom:0;right: 0;background:#009f2e; height: 80px;line-height: 80px;width:54.5%;z-index:2;left:auto;padding-left:6%;text-align: left;}
.newsSlide .swiper-pagination-bullet{width:10px;height:10px;cursor: pointer;background:#fff;}
.newsSlide .swiper-button-next, .newsSlide .swiper-button-prev{background:rgba(0,0,0,.8);width:80px;height:36px;opacity:1;font-size:20px;font-family:"宋体";font-weight:bold;line-height:36px;text-align:center;color:#fff;position: static;margin-top: 20px;display: none;}
.newsSlide li .pic{height:460px;}
.newsSlide li .txt{padding:5%;}
.newsSlide li:hover .bgImg{transform: scale(1.08);}
.newsList li{border-bottom: 1px solid #ddd;padding-bottom:40px;margin-bottom:40px;transition: all .3s;overflow: hidden;}
.newsList li .pic{float: left;width:420px;height:290px;margin-right:60px;overflow: hidden;}
.newsList li img{transition: all .5s;width:100%;height:100%;}
.newsList li h3{font-size: 1.571em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:12px;padding-top:10px;}
.newsList li h3 a{color:#333;}
.newsList li p{min-height:120px;}
.newsList li .date{display: block;color:#999;margin-bottom:25px;font-size:12px;}
.newsList li .date i{font-style: normal;margin-left:8px;}
.newsList li .more{display: inline-block;width:120px;height:38px;line-height:38px;text-align: center;margin-top:25px;border: 1px solid #ccc;}
.newsList li .more:hover{background: #009f2e;border: 1px solid #009f2e;color:#fff;}
.newsList li:hover{box-shadow: 6px 6px 6px #eee;}
.newsList li:hover img{transform: scale(1.1);}


/* 新闻详情 */
.picShow_l{width: 100%;overflow:hidden;}
.showTitle{font-size:2.571em;color:#333;margin-bottom:8px;}
.newsShow .txt .date{margin-right:15px;}
.showTie{margin-bottom:40px;}
.showTie h2{font-size:1.714em;color:#333;margin-bottom:25px;}
.showTie .txt span{color:#454545;position:relative;padding-left:22px;font-size:1.143em;margin-right:15px;}
.showTie .txt span:before{content:"\e62e";font-family:"iconfont";position:absolute;left:0;top:-1px;}
.showTie .txt .s:before{content:"\e735";font-size:1.2rem;top:-2px;}
.showTie .bshare-custom{margin-top:-30px;}
.newsShow .showTie p{font-size:.75rem;color:#999;}
.showCon{overflow:hidden;margin-bottom:40px;}
.showCon .title{background:#eee;}
.showCon .title font{display:table; color:#fff;font-size:18px;padding:12px 30px;margin-bottom:20px;background:#009f2e}
.showCon .ce img{min-width:60%;}
.show-synopsis{background:#f7f8fa;padding: 15px;margin-bottom: 40px;}
.show-synopsis i{display:inline-block;width:15px;height:15px;margin-right:5px;}
.show-synopsis .r{margin-left:5px;margin-right:0;}
.r p{
      line-height: 2;
      width: 1000px;
}
.picShow_r{width:24%;overflow:hidden;}
.picShow_r .title{font-size:1.429em;color:#333;border-bottom: 1px solid #d9d9d9;height:40px;margin-bottom:25px;white-space:nowrap;text-overflow: ellipsis;}
.picShow_r .title span{display:inline-block;border-bottom: 1px solid #009f2e;height:40px;}
.picShow_r .title a{float:right;font-size:12px;margin-top:4px;}
.picShow_r li{border-bottom: 1px dotted #bfbfbf;padding-bottom:15px;margin-bottom:15px;overflow: hidden;font-size:12px;}
.picShow_r li .pImg{width:35%;float:left;padding-top:26%;margin-right:20px;border:1px solid #ddd;}
.picShow_r li h4{font-size:15px;margin-bottom:10px;}
.picShow_r li h4 a{color:#222;}
.picShow_r li h4 a:hover{color:#009f2e;}
.picShow_r li:hover img{transform: scale(1.1);}
.picShow_r li:last-child{border-bottom:none;}
.rightNews_w li h4{font-size:18px;padding-top:10px;}
.showPage{height:90px;line-height:90px;overflow:hidden;background:#f1f1f1;}
.showPage a{float:left;width:43%;margin-left: 440px;padding:0 20px;text-align: center;}
.showPage a i{font-style:normal;font-family:"宋体";font-weight:bold;padding-left:10px;margin-left:10px; border-left: 1px dotted #ccc;}
.showPage a:nth-child(2){float:right;text-align:right;}
.showPage a:nth-child(1) i{padding:0 10px 0 0;margin:0 10px 0 0; border-right: 1px dotted #ccc;border-left:none;}
.showPage a:nth-child(3){width:14%;text-align:center;border-left:1px solid #ddd;border-right:1px solid #ddd;}
.showPage a:hover{background:#009f2e;color:#fff;}
.rightNews,.rightContact{background:#f2f2f2;padding:5%;}
.rightNews_w,.rightContact_w{background:#fff;padding:8%;}
.rightContact{margin-top:30px;}
.rightContact h4{background: url('../images/zxicon.png') no-repeat left 8px;padding-left:30px;font-size:2em;color:#191919;font-family:Arial;font-weight:bold;border-bottom: 1px solid #ddd;padding-bottom:15px;margin-bottom:15px;}
.rightContact p{padding-left:80px;margin-bottom:10px;overflow:hidden;}
.rightContact p span{margin-left:-80px;float:left;}

/* 常见问题 */
.faq ul{padding-left:1px;padding-top:1px;overflow: hidden;}
.faq li{float:left;width:33.3%;position:relative;border:1px solid #e5e5e5;margin-left:-1px;margin-top:-1px;transition:all .3s;padding:2.5%;height:280px;background:#fff;}
.faq li::after{content:"";position: absolute;left:0;bottom:0;height:6px;background:#009f2e;transition:all .5s;width:0;}
.faq li h4{font-size:1.429em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;font-weight:700;margin-bottom:20px;color:#333;}
.faq li .tag{font-size:12px;margin:15px 0 20px 0;padding-left:25px;position:relative;color:#8f8f8f;}
.faq li .tag::after{content:"\e606";font-family:"iconfont";position:absolute;left:0;top:-2px;font-size:1.143rem;}
.faq li .txt{color:#777;height:100px;margin-bottom:15px;overflow:hidden;}
.faq li .date{color:#999;display:block;}
.faq li .date i{float:right;font-style:normal;font-size:1.286rem;font-family:"Arial";margin-top:-5px;}
.faq li:hover::after{width:100%;}
.faq li:hover{box-shadow:0 0 10px #ccc;}
.faq li:hover h4 {color:#009f2e;}
.faqList li {width:50%;height:auto;}


/* 下载中心 */
.downL{background: url('../images/adv_bg.jpg') no-repeat center bottom;background-size:cover;height:550px;width:22.5%;color:#fff;padding:4%;}
.downL .hTitle span{margin-bottom:15px;}
.downL h4{margin-top:150px;}
.downL .tel span{display:block;color:#fff;font-size:1.857em;font-family:Arial;margin-bottom:20px;}
.downL .tel{color:#aeaeae;}
.downL h5.tel  span{font-size:1.429em;}
.downR{width:75%;}
.downList li{background:#ededed;margin-bottom:10px;}
.downList li a{display:block;padding:2.5% 3%;color:#191919;}
.downList li span{float:right;color:#666;position:relative;padding-left:30px;margin-left:25px;}
.downList li span::after{content:"\e624";position:absolute;font-family:"iconfont";left:0;font-size:1.286rem;top:-5px}
.downList li a:hover{background:#009f2e;color:#fff;}
.downList li a:hover span{color:#fff;}
.downList .more{text-align:center;font-size:18px;}


/* 关于我们 */
.listTie{font-size:2.225rem;text-align:left;color:#009900;position:relative;padding-bottom:15px;margin-bottom:40px;}
.listTie::after{content:"";position: absolute;left:50%;bottom:0;margin-left:-10px;}
.profileL{width:20%; float:left;max-width:220px;}
.profileL .tie{font-size:2.125rem;color:#191919;position:relative;padding-bottom:15px;margin-bottom:60px;}
.profileL .tie span{display:block;font-size:1.294em;font-family:'Geometric','Arial';text-transform: uppercase;line-height:1.2;margin-top:15px;}
.profileL .tie span i{display: block;font-size:14px;font-style:normal;text-transform: none;}
.profileL .tie::after{content:"";position: absolute;left:0;bottom:0;height:1px;width:20px;background:#009f2e;}
.profileL h4{font-size:1.333em;color:#333;font-weight:bold;margin-bottom:50px;}
.profileL h4 span{display: block;font-size:12px;font-weight:normal;opacity:.5;line-height:1;margin-top:10px;}
.zxBtn{display:block;height:50px;line-height:50px;background:#009f2e;text-align:center;color:#fff;}
.zxBtn:hover{background:#a20400;color:#fff;}
.zxBtn i{font-family: "iconfont";font-style:normal;margin-right:10px;}
.profileR{line-height:1.8;}
.profileR .tie{font-size:2em;color:#009f2e;margin-bottom:25px;font-weight:bold;text-align: center;}
.profileBox1 .attest{padding-top:30px;margin-bottom:0;}

.culture{border-top: 1px solid #ddd;padding-top:50px;}
.culture ul{margin:0 -1%;}
.culture li{float:left;background:#f6f6f6;padding:20px;width:23%;min-height:380px;text-align:left;margin:0 1%;}
.culture li .pImg{padding-top:65%;}
.culture li h4{font-size:20px;color:#222;margin-bottom:15px;padding-bottom:10px;font-weight:normal;margin-top:15px;position:relative;}
.culture li h4 span{display:block;font-size:12px;font-family:Arial;color:#999;}
.culture li:hover img{transform: scale(1.1);}
.culture li h4 span:after{content:"";position:absolute;width:14px;height:1px;background:#e96713;bottom:0;left:0;transition:all .3s;}
























.aboutBox1 .font{max-width:1140px;text-align:center;margin:0 auto;font-size:1.143em;line-height:1.8;}
.aboutBox1 ul{border-top: 1px solid #d9d9d9;margin-top:50px;padding-top:40px;display: flex;flex-flow: row wrap;justify-content: space-between;overflow: hidden;font-size:1.286em;color:#333;text-align:center;}
.aboutBox1 li {padding-right:30px;}
.aboutBox1 li p{position: relative;}
.aboutBox1 li span{font-size:3.667em;font-family:Arial;font-weight:700;position:relative;line-height:1.2;}
.aboutBox1 li i{position: absolute;width:30px;height:30px;background:#009f2e;color:#fff;border-radius:100%;color:#fff;font-size:12px;text-align:center;line-height:30px;font-style:normal;top:10px;font-weight:300;}
.aboutPic{display: block;overflow: hidden;}
.aboutPic img,.coveMain li .bgImg{animation:scale 34s infinite;}


.honor{background: url('../images/pro_bg.jpg');}
.honorL{width:28%;background:#009f2e;color:#fff;padding:4%;height:400px;font-size:1.143em;line-height:1.8;}
.honorL .hTitle{font-weight:400;margin-bottom:30px;}
.honorR{width:72%;position: relative;background:#fff;height:400px;padding:4% 70px;text-align:center;}
.honorSlide li{width:33.3%;float:left;font-size:1.143em;}
.honorSlide li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;margin-top:15px;}
.honorSlide li .pImg{padding-top:68%;border:1px solid #ddd;}
.honorSlide li a:hover img{transform:scale(1.1);}
.honorSlide li a:hover p{color:#009f2e;}
.honorR .btn{width:20px;background-size:20px 40px;opacity:.5;left:20px;}
.honorR .swiper-button-next{left:auto;right:20px;}
.album ul{margin-right:-5px;}
.album li{float:left;width:20%;padding-right:5px;padding-bottom:5px;}
.album li .pImg{padding-top:80%;}
.album li p{position:absolute;background: rgba(0,0,0,.5);padding:0 5%;height:60px;line-height:60px;color:#fff;left:0;bottom:-60px;z-index:2;width:100%;transition:all .3s;text-align:center;}
.album li.big {width:40%;}
.album li:hover img{transform: scale(1.1);}
.album li:hover p{bottom:0;}
.history{overflow: visible;text-align:center;position:relative;background:#f8f8f8;}
.history::after{content:"";position: absolute;left:-50%;width:200%;background:#f8f8f8;height:100%;top:0;z-index:-1;}
.historyMain{padding-top:10px;overflow:hidden;}
.history li{float:left;width:25%;padding:0 2% 0 50px;background: url('../images/h_line2.png') no-repeat left top;min-height:160px;text-align:left;}
.history li h5{font-size:1.286em;margin-bottom:20px;}
.history li h5 span{display: block;font-size:2.556em;color:#333;font-family:Arial;font-weight:bold;letter-spacing:-1px;line-height:1.2;}
.history .btn{left:-70px;width:20px;background-size:20px 40px;top:64%;opacity:.5;}
.history .swiper-button-next{left:auto;right:-70px;}
.history .btn:hover,.honorR .btn:hover{opacity:1;}

/* 发展历程 */
.course{max-width:1400px;}
.courseL{float:left;width:300px;margin-left:-340px;border:4px solid #cecece;padding:4% 3%;line-height:1.2;}
.courseL h3{font-size:50px;color:#191919;margin-bottom:40px;font-weight:bold;}
.courseL p{font-size:24px;color:#009f2e;font-family:Arial;}
.courseL p span{display:block;font-size:64px;color:#b9b9b9;font-weight:bold;}
.courseR .pic img{float:left;width:33.3%;padding-right:1px;}
.courseR li{border-bottom: 1px dotted #d6d6d6;padding:40px 0 40px 125px;overflow: hidden;font-size:1.143em;color:#333;transition:all .4s;}
.courseR li .date{margin-left:-125px;width:90px;height:90px;border:4px solid #cecece;padding:10px;font-size:1.125em;float:left;display:block;line-height:1.2;color:#bbb;transition:all .4s;}
.courseR li .date i{display:block;font-style:normal;font-size:1.556em;font-family:Arial;font-weight:bold;}
.courseR .txt{vertical-align: middle;display: table-cell;height:90px;}
.courseR li:hover .date{border:4px solid #009f2e;color: #009f2e;}
.courseR li:hover{background:#f9f9f9;}

/* 图片列表 */
.picList ul{margin-right:-30px;}
.picList li{width:25%;text-align:center;float:left;padding-right:30px;margin-bottom:30px;}
.picList li a{display:block;overflow:hidden;}
.picList li .pImg{padding-top:69%;border:1px solid #e1e1e1;}
.honorList li .pImg{padding-top:122%;}
.honorList li{width:20%;}
.picList li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;margin-top:20px;}
.picList li a:hover img{transform:scale(1.1);}
.picList li a:hover p{color:#009f2e;}
.partnerList{background:none;}
.partnerList ul{padding-left:1px;}
.galy{background:#f5f5f5;}

/* 联系*/
.conTie{margin-bottom:40px;font-size:1.286rem;}
.conTie span{color:#191919;font-size:2em;display: block;}
.contactBox .bgImg{width:50%;height:520px;float:left;}
.contactR{background:#eee;height:520px;width:50%;padding:3%;line-height: 1.8;}
.contactR .titie{font-size:2em;color:#009f2e;margin-bottom:20px;}
.contactR .font{max-height:420px;overflow-y: auto;}
.contactR .wx{float:right;margin-right:-160px;width:120px;}
.contactR .wx p{text-align:center;margin-bottom:20px;}
.contactR .wx p span{display:block;}
#dituContent{height:480px;}

/* 在线留言*/
.feedback{border-top: 1px solid #ddd;}
.feedbackL{width:24%;height:380px;float:left;}
.feedbackR{width:72.5%;float:right;}
.feedback p{width:49%;float: left;;height: 60px;line-height: 60px;position: relative;padding:0 15px 0 60px;margin-bottom: 10px;position: relative;border: 1px solid #ccc;background:#fff;}
.feedback p:nth-child(2n){float:right;}
.feedback p input{width: 100%;height: 100%;}
.feedback .tarea{width: 100%;height: 160px;padding-top: 15px;padding-bottom:15px;line-height: 1.6;}
.feedback i{content: "";font-family: "iconfont";color: #a0a0a0;font-style: normal;float: left;margin-left: -30px;font-size: 1rem;}
.feedback textarea{width: 100%;height: 100%;}
.feedback .code{clear: both;}
.feedback .code input{height: 60px;line-height: 60px;border: 1px solid #ddd;background:#fff;}
.feedback .code .c{width: 20%;padding: 0 15px;}
.feedback .code img{padding:19px;background:#fff;}
.feedback .code .sub {background: #009f2e;width: 30%;cursor: pointer;transition: all .3s;color: #fff;border:1px solid #009f2e;}
.feedback .sub:hover{background:#00979c;}