@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:#0e7c27;}

/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.container{position:relative;min-width:320px;width:100%;max-width:1600px;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%;}
.pd60{padding:80px 0;overflow:hidden;}
.mb40{margin-bottom:40px;}
.font14{font-size:.875em;}
.gray{background:#efefef;}
.pcHide{display:none;}


@font-face {
  font-family: 'iconfont';  /* Project id 2769793 */
  src: url('//at.alicdn.com/t/c/font_2769793_gb2ydc5ppt5.eot?t=1716296168335'); /* IE9 */
  src: url('//at.alicdn.com/t/c/font_2769793_gb2ydc5ppt5.eot?t=1716296168335#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/c/font_2769793_gb2ydc5ppt5.woff2?t=1716296168335') format('woff2'),
  url('//at.alicdn.com/t/c/font_2769793_gb2ydc5ppt5.woff?t=1716296168335') format('woff'),
  url('//at.alicdn.com/t/c/font_2769793_gb2ydc5ppt5.ttf?t=1716296168335') format('truetype'),
  url('//at.alicdn.com/t/c/font_2769793_gb2ydc5ppt5.svg?t=1716296168335#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:105px;padding-top:16px;color:#333;position:relative;background:#fff;overflow:hidden;font-size:1rem;}
.header .container{position:static;}
.headTie{margin-left:20px;padding-left:20px;background: url('../images/headLine.jpg') no-repeat left center;font-size:1.575em;line-height:1.2;margin-top:5px;color:#0e7c27;}
.headTie span{display:block;letter-spacing:2px;}
.headTel{background: url('../images/hTel.jpg') no-repeat left 80%;padding-left:30px;text-align:right;padding-top:4px;}
.headTel span{display:block;font-family:Arial;font-size:1.75em;color:#0e7c27;}
.searBtn{background:#f3f3f3;color:#0e7c27;width:105px;height:105px;position:absolute;right:0;top:0;font-family:"iconfont";text-align:center;line-height:105px;font-size:2em;}
.searBtn:hover{background:#333;color:#fff;}

/* PC导航 */
.nav{height:70px;line-height:70px;background:#0e7c27;font-size:1.125em;}
.nav>ul{display: flex;flex-flow: row wrap;justify-content: space-between;background: url('../images/nav_line.png') no-repeat left center;}
.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;background: url('../images/nav_line.png') no-repeat right center;}
.nav .m>a::after{content:"";position:absolute;left:0;bottom:0;height:0;background:#29aa27 url('../images/nav_lih.png') no-repeat center top;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:#fff;}
.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;overflow: hidden;}
.nav .navSub li{border-bottom:1px solid #ddd;line-height:35px;}
.nav .m4 .navSub{width:320px;}
.nav .m4 .navSub li{width:50%;float:left;}
.nav .navSub a{color:#333;display:block;}
.nav .navSub a:hover{background:#0e7c27;color:#fff;}
.nav .m:hover .navSub{transform:scale(1);opacity:1;top:100%;}
.navFix{position: fixed;z-index:99;width:100%;left:0;top:0;}

/*  导航按钮 */
.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:#0e7c27;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:#0e7c27;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}
.wapLang{position: absolute;right:96px;top:12px;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:14px;height:14px;border:1px solid #fff;position: relative;}
.banner .swiper-pagination-bullet:after{content:"";position:absolute;width:6px;height:6px;background:#fff;top:3px;left:3px;border-radius:100%;}
.banner .swiper-pagination-bullet-active{border-color: #0e7c27;}
.banner .swiper-pagination-bullet-active::after{background:#0e7c27;opacity:1;}

/* 我们的产品 */
.proL{width:20.5%;overflow:hidden;}
.proL .tie{height:110px;background:#0e7c27;color:#fff;font-size:2.25em;padding-top:15px;text-transform:uppercase;padding-left:12%;}
.proL .tie span{display:block;font-size:12px;font-family:Arial;}
.proL ul{background:#343836;padding:20px 5% 15px 12%;}
.proL li{margin-bottom:15px;}
.proL a{color:#fff;background: url('../images/p_arr.png') no-repeat left center;padding-left:20px;}
.proL a:hover{padding-left:30px;background-position:10px center;}
.proBox{width:75%;float:right;overflow:hidden;}
.proBox ul{margin-right:-30px;}
.proBox li{float:left;width:33.3%;padding-right:30px;margin-bottom:30px;}
.proBox li a{display:block;background:#fff;transition:all .5s;}
.proBox li .pImg{padding-top:76%;border:1px solid #dadada;transition:all .5s;}
.proBox li p{text-align:center;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-top:15px;}
.proBox li:hover img{transform: scale(1.1);}
.proBox li:hover a{color:#0e7c27;}
.proBox li:hover .pImg{border-color:#0e7c27;}
.product .hTitle,.product .hMore{display:none;}



/*  认证 */
.hTitle{font-size:2.625rem;margin-bottom:40px;color:#0e7c27;text-align:center;text-transform: uppercase;font-weight:700;line-height:1.2;}
.hTitle span{display:block;font-size:1.286em;margin-bottom:5px;color:#2e2e2e;text-transform:uppercase;opacity:.06;margin-bottom:-30px;}
.hTitleW span,.hTitleW{color:#fff;}
.hTitleW span{opacity:.15;}
.qualification{text-align:center;background:#0e7c27 url('../images/qualification.jpg') no-repeat center;background-size:cover;}
.qualification li{float:left;width:14.28%;text-align:center;}
.qualification li .pic{width:140px;height:140px;border-radius:100%;overflow:hidden;border:1px solid #eee;display:inline-block;box-shadow:0 2px 10px rgba(0, 0, 0, .1);transition:all .5s;}
.qualification .btn,.oddsMain .btn{display:none;position: static;background:#eee;color:#333;text-align:center;width:50px;text-align:center;line-height:26px;height:26px;margin-top:25px;transition:all .4s;}
.qualification .btn:hover,.oddsMain .btn:hover{background:#0e7c27;color:#fff;}
.qualification li a:hover{transform: scale(1.1);}

/* 公司优势 */
.odds{background:#f3f3f3 url('../images/odds_bg.jpg') no-repeat center;background-size:cover;overflow: hidden;position:relative;z-index:2;font-size:1em;text-align:center;}
.oddsMenu{display: flex;justify-content:space-between;text-align:center;color:#555;max-width:1280px;margin:0 auto;margin-bottom:50px;font-size:1.625em;position:relative;font-weight:700;}
.oddsMenu::after{content:"";position: absolute;left:0;top:38%;width:100%;height:3px;background:#0e7c27;z-index:-1;}
.oddsMenu li{cursor: pointer;}
.oddsMenu li span{display:block;margin-top:5px;}
.oddsMenu li i{display:inline-block;width:133px;height:133px;box-shadow:0 2px 4px #ccc;border-radius:100%;transition:all .5s;}
.oddsMenu li.on{color:#0e7c27;}
.oddsMenu li.on i{background-position:0 -133px;}

.oddsMain li{background:#fff url('../images/odds_logo.png') no-repeat 99% 90%;}
.oddsMain .pic{float:left; width:50%;height:460px;overflow:hidden;display:block;}
.oddsMain .info{float:right; width:50%;text-align:left;padding:2.5% 5%;line-height:1.8;}
.oddsMain .tie{font-size:3em;color:#0e7c27;font-weight:700;padding-bottom:15px;margin-bottom:30px;position:relative;}
.oddsMain .tie::after{content:"";position: absolute;left:0;bottom:0;width:60px;height:2px;background:#0e7c27;}
.oddsMain .pic .bgImg,.yyfw_main li img{animation:scale 30s infinite;}
.oddsMain .info p{margin-bottom:25px;background: url('../images/odds_li.png') no-repeat left 8px;padding-left:20px;}
.oddsMain .txt {height:190px;margin-bottom:10px;overflow:hidden;}
.oddsMain .btn{display:none;width:40px;height:26px;line-height:26px;color:#333;font-family:"simsun";font-weight:700;font-size:20px;position: static;background:#ccc;}
.oddsMain .more{display:inline-block;width:170px;height:46px;line-height:46px;border:1px solid #0e7c27;color:#0e7c27;text-align:center;border-radius:23px;}
.oddsMain .more:hover{background:#0e7c27;color:#fff;}

/*==行业应用==*/
.apply{overflow:hidden;position: relative;}
.apply::after{content:"";position:absolute;left:0;top:126px;bottom:0;background:#f0f2f4;width:100%;z-index:-1;}
.applySlide{width:60%;margin-left:-10%;height:700px;overflow:hidden;}
.applyR{width:46%;display: flex;flex-direction: column;justify-content: flex-end;height:700px;padding-bottom:70px;}
.applyR .top{position: relative;overflow:hidden;height:200px;}
.applyR .shell{height:200px;position:absolute;left:0;top:0;transition:opacity 1.2s;opacity:0;transform: scale(0);z-index:1;transition-delay:.1s;}
.applyR .on.shell{opacity:1;transform:scale(1);z-index:5;}
.applyR .top h4{color:#0e7c27;font-size:2.25em;margin-bottom:15px;}
.applyR .top p{height:80px;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;display: -webkit-box;overflow: hidden;line-clamp:3;-webkit-box-orient: vertical;text-overflow: -o-ellipsis-lastline;-webkit-line-clamp:3;}
.applyR .top .more{color:#0e7c27;font-size:.875em;}
.applyR .top .more:hover{color:#005513;padding-left:10px;}

.applyR .roll{margin-top:40px;overflow:hidden;padding-top:1px;padding-left:1px;font-size:1.125em;}
.applyR .roll li{float:left; width:25%;padding:20px;border: 1px #ddd solid;text-align: center;cursor: pointer;background: #fff;margin-left:-1px;margin-top:-1px;}
.applyR .roll li i{display:inline-block;width:76px;height:54px;background-repeat: no-repeat;margin-bottom:8px;transition:all .5s;}
.applyR .roll span{display: block;color:#333;}
.applyR .roll li.on{background: #0e7c27;color:#fff;}
.applyR .roll li.on span{color:#fff;}
.applyR .roll li.on i{background-position: 0 -54px;}
.partner {text-align:center;}
.partner .hTitle{z-index:2;position:relative;}
.partner .pic{margin-top:-8%;}
.partner .tel{font-size:1.250em;margin-top:-20px;line-height:60px;}
.partner .tel span{background: url('../images/tel.png') no-repeat left center;padding-left:30px;}
.partner .tel b{font-size:1.6em;color:#0e7c27;}




/* 对比 */
.contrast .box{width:50%;font-size:1.125em;position: relative;z-index:3;}
.contrast h4{height:70px;line-height:70px;background:#0e7c27;text-align:center;font-size:1.778em;color:#fff;font-weight:700;border-radius:10px 0 0;}
.contrast .box img{width:100%;}
.contrast .box .pic{margin-bottom:30px;background:none;padding:0;height:auto;}
.contrast .box li{margin-bottom:15px;height:80px;text-align:right;padding:0 90px;background:#e6f6e6;color:#0e7c27;position: relative;display: flex;align-items:center;justify-content:flex-end;}
.contrast .box li span{position: absolute;right:-40px;height:80px;line-height:80px;text-align:center;font-size:1.333em;font-weight:700;border-radius:100%;background:#0e7c27;color:#fff;width:80px;}
.contrast .box2 {z-index:2;}
.contrast .box2 h4{background:#8a8a8a;border-radius:0 10px 0 0;}
.contrast .box2 li{background:#ebebeb;color:#333;justify-content:flex-start;text-align:left;}
.contrast .img{position: absolute;left:50%;top:22%;margin-left:-51px;z-index:5;}

/* 产品优势 */
.proAdv{background: url('../images/proAdv_bg.jpg') no-repeat center;background-size:cover;}
.proAdv li{float:left;width:50%;overflow:hidden;height:255px;background:#f4f5f7;font-size:0.938em;line-height:1.8;}
.proAdv li .bgImg{float:left;width:50%;display:block;}
.proAdv li .txt{float:right;width:50%;padding:4% 5%;position:relative;}
.proAdv li .txt::after{content:"";position: absolute;border:15px solid transparent;border-right-color:#0e7c27;left:-30px;top:50%;margin-top:-15px;}
.proAdv li h4{font-size:2em;color:#0e7c27;font-weight:700;padding-bottom:10px;margin-bottom:15px;position:relative;line-height:1.4;}
.proAdv li h4::after{content:"";position: absolute;left:0;bottom:0;width:26px;height:2px;background:#0e7c27;}
.proAdv .two .bgImg{float:right;}
.proAdv .two .txt::after{border:15px solid transparent;border-left-color:#0e7c27;left:auto;right:-30px;}

/* 工艺流程 */
.process{background:#0e7c27 url('../images/process_bg.jpg') no-repeat;background-size:cover;background-attachment: fixed;}
.process .pic{position: relative;text-align:center;padding:0 3%;}
.process .zx{position: absolute;left:0;bottom:20%;width:12%;height:56px;line-height:56px;background:#fff;color:#0e7c27;text-align:center;border-radius:28px;}
.wapTxt{text-align:center;padding-top:20px;opacity:.8;display:none;clear:both;}
.process .zx:hover{background:#005513;color:#fff;}

/* 关于我们 */
.about{background: url('../images/about_bg.jpg') no-repeat center;background-size:cover;}
.aboutTxt{width:46%;height:480px;position:relative;font-size:0.938em;}
.aboutTxt .hTitle{text-align:left;}
.aboutTxt .txt{height:160px;margin-bottom:10px;overflow:hidden;line-height:1.8;}
.aboutTxt .tie{font-size:1.5em;color:#0e7c27;margin-bottom:10px;}
.hMore {width:160px;height:40px;line-height:38px;display:inline-block;border-radius:20px;border:1px solid #117b0f; color:#117b0f;padding:0 25px;}
.hMore i{float:right;font-family:"iconfont";font-style:normal;}
.hMore:hover{background:#117b0f;color:#fff;padding:0 35px;}.aboutNum{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content: space-between;color:#333;margin-bottom:20px;}
.aboutNum li{float:left;position:relative;}
.aboutNum li span{font-size:2.4em;position:relative;font-family:Arial;font-weight:bold;line-height:1.2;color:#0e7c27;}
.aboutNum li i{font-size:15px;font-weight:normal;font-style:normal;margin-left:5px;color:#666;}
.aboutPic{width:50%;height:480px;display:block;overflow:hidden;position: relative;z-index:2;border-radius:10px;}
.aboutPic .bgImg{animation:scale 30s infinite;position: relative;}
.aboutPic a::after{content:"";position:absolute;left:50%;top:50%;width:80px;height:80px;background: url('../images/vIcon.png') no-repeat;margin-left:-40px;margin-top:-40px;}

/* 公司环境 */
.setting{padding-top:50px;overflow:hidden;text-align:center;}
.settingMenu,.albumMenu{text-align:center;margin-bottom:40px;position:relative;}
.settingMenu a,.albumMenu a{display:inline-block;width:120px;height:32px;line-height:32px;background:#eee;margin:0 8px;color:#191919;}
.settingMenu a.on,.albumMenu a.on{background:#117b0f;color:#fff;}
.settingMenu::after,.settingMenu::before{content:"";position: absolute;left:0;top:50%;width:40%;height:1px;background:#cdcdcd;}
.settingMenu::before{left:auto;right:0;}
.settingMain,.settingBox{overflow:hidden;}
.settingBox li{float:left;width:25%;}
.settingBox li .pImg{padding-top:62%;border:1px solid #ddd;background:#000;}
.settingBox li p{height:50px;line-height:50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;}
.settingBox li:hover img{transform: scale(1.1);opacity:.4;}
.settingBox li:hover p{bottom:0;}
.settingBox .btn,.process .btn,.applySlide .btn{width:24px;height:40px;background:rgba(0,0,0,.5);color:#fff;line-height:40px;text-align:center;font-family:"simsun";font-weight:700;left:0;z-index:5;pointer-events:initial;cursor:pointer;top:55%;}
.settingBox .swiper-button-next,.applySlide .swiper-button-next{left:auto;right:0;}
.settingBox .btn:hover{background:#117b0f;right:0;opacity:1;}
.settingBox4 li .pImg{padding-top:70%;}
.process .btn{display:none;width:40px;height:24px;line-height:24px;}
.applySlide .btn{display:none;}


/* 新闻快讯 */
.news{font-size:.938em;overflow:hidden;}
.newsTop{margin-bottom:40px;overflow:hidden;position: relative;}
.newsTop .hTitle{text-align:left;margin-bottom:0;}
.newsMenu{text-align:center;font-size:1.143em;position:absolute;bottom:10px;right:0;}
.newsMenu a{display:inline-block;width:150px;height:50px;line-height:50px;background:#f5f5f5;margin-left:20px;position:relative;z-index:2;overflow:hidden;}
.newsMenu a::after{content:"";position: absolute;left:0;bottom:0;background:#117b0f;width:100%;height:100%;z-index:-1;transform-origin:right;transform: scale(0,1);transition:transform .5s;}
.newsMenu a:hover,.newsMenu .on{color:#fff;}
.newsMenu .on:after,.newsMenu a:hover::after{transform-origin:left;transform: scale(1);}
.newsMain .pic{float:left;width:48%;overflow:hidden;color:#777;border-bottom:2px solid #31944e;height:542px;}
.newsMain .pic .img{height:410px;display:block;margin-bottom:20px;overflow:hidden;}
.newsMain .pic:hover .bgImg{transform: scale(1.06);}
.newsMain .pic h4{font-size:1.2em;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsMain .pic h4 a{color:#191919;}
.newsMain .pic h4 a:hover{color:#0e7c27;}
.newsMain .pic .date{float:left;font-family:Arial;text-align:center;padding-right:20px;margin-right:20px;line-height:1.2;border-right: 1px solid #e5e5e5;}
.newsMain .pic .date b{display:block;font-size:1.714em;color:#555;}
.newsMain p a{color:#0e7c27;}

.newsMain .txt{width:48%;float:right;position: relative;}
.newsMain .txt a{display: block;color:#777;padding-left:180px;margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #e5e5e5;position:relative;}
.newsMain .txt h4{font-size:1.2em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:10px;color:#191919;transition:all .5s;}
.newsMain .txt .date{float:left; width:140px;text-align:center;color: #999;font-family: Arial;line-height: 1.2;margin-left:-180px;border-right: 1px solid #e5e5e5;height:80px;color: #0e7c27;}
.newsMain .txt .date b{font-size:3.125em;display: block;font-weight:normal;font-weight:700;margin-bottom:5px;}
.newsMain .txt a:hover h4{color:#0e7c27;}
.newsMain .txt a::after{content:"";position: absolute;left:0;bottom:-1px;width:0;height:1px;background:#0e7c27;transition:all .5s;}
.newsMain .txt a:hover::after{width:100%;}
.newsMain .txt:last-child a{margin-bottom:0;}
.newsMain .txt p{text-overflow:ellipsis;display: -webkit-box;overflow: hidden;line-clamp:2;-webkit-box-orient: vertical;text-overflow: -o-ellipsis-lastline;-webkit-line-clamp:2;}
.newsLi{padding-top:30px;overflow:hidden;clear:both;}
.newsLi li{float:left;width:30%;margin-bottom:20px;font-size:1.071em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsLi li span{float:right;color:#999;font-size:13px;margin-left:15px;}
.newsLi li:nth-child(3n-1){margin:0 5%;}
.newsLi li a:hover{padding-left:10px;} 


/* 公司优势 */
.firmAdv{padding:40px 0;background:#0e7c27;color:#fff;overflow:hidden;font-size:0.938em;}
.firmAdv ul{display: flex;justify-content: space-between;}
.firmAdv li{padding-left:90px;}
.firmAdv li i{float:left;width:70px;height:70px;border:1px solid #fff;text-align:center;border-radius:100%;margin-left:-90px;font-family:"iconfont";line-height:70px;font-style:normal;font-size:2.4em;}
.firmAdv li h4{font-weight:700;font-size:1.2em;margin-bottom:10px;}

/*底部 */
.footer{background:#282b30; font-size:0.875rem;color:#ccc;line-height:2em;overflow:hidden;}
.footMain{padding:45px 0;overflow:hidden;padding-right:150px;}
.footMenu{width:48%;overflow:hidden;display: flex;justify-content: space-between;}
.footMenu ul{float:left;padding-left:15px;}
.footMenu ul h4,.footR h4{color:#fff;font-size:1.143em;margin-bottom:15px;background: url('../images/ly_liw.png') no-repeat left center;padding-left:15px;}
.footMenu ul h4{margin-left:-15px;}
.footMenu1{overflow:hidden;width:50%;}
.footMenu1 li{float:left;width:50%;}
.footMenu1 li:nth-child(1){float:none;width:100%;}
.footMenu_wap{display:none;overflow:hidden;text-align:center;}
.footR{width:34%;margin-left:10%;}
.footR .tel{color:#fff;font-size:1.571em;margin-bottom:10px;}
.footR .txt{padding-left:25px;background: url('../images/footIcon.png') no-repeat left 4px;}
.footR p{padding-left:40px;}
.footR p span{margin-left:-40px;float:left;}
.footWx{width:150px;text-align:center;line-height:1.6;position: absolute;right:0;}
.footWx span{display:block;text-align:center;margin-top:10px;color:#fff;}

.footer a{color:#ccc;}
.footer a:hover{color:#fff;}
.copyright{padding:15px 0;position:relative;z-index:2;min-height:60px;}
.copyright::after{content:"";position: absolute;left:0;top:0;width:200%;margin-left:-50%;height:1px;background:#fff;z-index:-1;opacity:.1;}
.firendlink{padding-top:8px;clear: both;}
.firendlink span{color:#fff;font-size:14px;}
.firendlink a{margin:0 5px;}


/*内页公用 */
.listWrap{overflow:hidden;padding:60px 0;}
.listBanner,.mzsmBanner{height:420px;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:1600px;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,.menuBox p span{position:relative;padding-left:20px;}
.breadCrumb span::after,.menuBox p span::after{content:"\e646";position:absolute;left:0;font-family:"iconfont";top:0;} 
.breadCrumb .back{float:right;position:relative;color:#0e7c27;border:1px solid #0e7c27;line-height:26px;width:90px;text-align:center;}
.breadCrumb .back i{font-family:"iconfont";margin-right:5px;}
.breadCrumb .back:hover{background:#0e7c27;color:#fff;}
.proCrumb{background:#fff;}
.listBox{min-height:300px;}
.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;}
}
/*内页公用菜单*/
.menuBox{background:#f7f7f7;height:60px;line-height:60px;position:relative;font-size:14px;}
.menuBox::after{content:"";position: absolute;left:-50%;top:0;width:200%;background:#f7f7f7;height:100%;z-index:-1;}
.menuBox p span::after{line-height:1;top:2px;}
.listMenu{font-size:1.143rem;}
.listMenu a{display:inline-block;position:relative;color:#191919;margin-left:50px;}
.listMenu a:hover,.listMenu .cur{color:#0e7c27;}
.listMenu a::after{content:"";position: absolute;left:0;bottom:0;background:#0e7c27;width:0;height:2px;transition:all .5s;}
.listMenu .cur::after,.listMenu a:hover::after{width:100%;}
.pro_subMenu{text-align:center;font-size:.875rem;margin-bottom:30px;}
.pro_subMenu a{margin:0 10px;border:1px solid #ccc;height:36px;line-height:36px;display:inline-block;padding:0 15px;margin-bottom:5px;}
.pro_subMenu a:hover,.pro_subMenu .cur{background:#0e7c27;border:1px solid #0e7c27;color:#fff;}

/* 纸浆模塑*/
.moldingBan{background:#eff2f4;overflow:hidden;font-size:1.125em;}
.moldingBan .pic{width:40%;}
.moldingBan .txt{max-width:58%;color:#191919;}
.moldingBan h2{font-size:3em;color:#0e7c27;margin-bottom:20px;font-weight:700;line-height:1.2;}
.moldingBan h3{margin-bottom:40px;}
.moldingBan h3 span{display:block;margin-top:10px;}
.moldingBan h3 b{background:#e52f00;color:#fff;padding:0 15px;height:36px;line-height:36px;display:inline-block;border-radius:18px;}
.moldingBan p{background: url('../images/mIcon.png') no-repeat left 9px;padding-left:30px;margin-bottom:12px;font-size:1.333em;}
.moldingTie{font-size:42px;text-align:center;font-weight:700;color:#333;text-transform: uppercase;margin-bottom:50px;}
.moldingTie b{color:#0e7c27;}
.moldingTie span{display:block;font-size:12px;font-weight:400;opacity:.5;}

.moldingBox1 .bgImg{float:left; width:47%;height:500px;}
.moldingBox1 .txt{width:49%;float:right;font-size:1.5em;color:#333;padding-top:2%;height:500px;background: url('../images/proLogo.png') no-repeat left bottom;position: relative;}
.moldingBox1 .txt::after{content:"";position: absolute;right:0;bottom:25px;width:70%;height:1px;background:#0e7c27;}
.moldingBox1 h4{font-size:1.333em;}
.moldingBox1 p{margin-top:10px;}
.moldingBox1 .p2,.moldingBox1 b{font-weight:400;color:#0e7c27;}
.moldingBox2{background:#85c24d;text-align:center;}

.moldingBox3 ul{display: flex;justify-content: space-between;flex-flow: row wrap;text-align:center;}
.moldingBox3 li{float:left;width:30%;margin-bottom:60px;}
.moldingBox3 li .pImg{padding-top:86%;}
.moldingBox3 li .txt{background:#f8f8f8;padding:5% 3%;height:220px;}
.moldingBox3 li h4{font-size:2em;color:#0e7c27;margin-bottom:15px;}
.moldingBox3 li:last-child p{text-align:left;}

.moldingBox4{background:url('../images/vs_bg.jpg') no-repeat center;background-size:cover;background-attachment:fixed;}
.moldingBox4 .box{width:50%;position: relative;z-index:3;}
.moldingBox4 h4{height:70px;line-height:70px;;text-align:center;font-size:2.250em;color:#0e7c27;font-weight:700;height:90px;line-height:90px;margin-bottom:50px;}
.moldingBox4 .box li{margin-bottom:15px;height:80px;text-align:right;padding:0 70px;background:#0e7c27;color:#fff;position: relative;display: flex;align-items:center;justify-content:flex-end;border-radius:40px 0 0 40px;}
.moldingBox4 .box li span{position: absolute;right:-40px;height:80px;text-align:center;border-radius:100%;background:#117b0f;color:#fff;width:80px;border:4px solid #3dbb3a}
.moldingBox4 .box li i{font-style:normal;font-family:"iconfont";display:block;font-style:normal;margin-top:5px;font-size:1.143em;}
.moldingBox4 .box2 {z-index:2;}
.moldingBox4 .box2 h4{color:#333;}
.moldingBox4 .box2 li{background:#fff;color:#333;justify-content:flex-start;text-align:left;border-radius:0 40px 40px 0;}
.moldingBox4 .img{position: absolute;left:50%;top:5px;margin-left:-41px;z-index:5;}
 
.moldingBox5{background:url('../images/cpgy_bg.jpg') no-repeat center;background-size:cover;background-attachment:fixed; font-size:.875em;}
.moldingBox5 ul{margin-right:-25px;}
.moldingBox5 li{float:left;width:16.66%;padding-right:25px;text-align:center;}
.moldingBox5 li .pImg{padding-top:88%;}
.moldingBox5 li .txt{background:#fff;padding:15px;height:120px;}
.moldingBox5 li h4{font-size:1.143em;color:#3dbb3a;margin-bottom:10px;}
.moldingBox5 li:hover img,.moldingBox3 li:hover img,.strengSlide li:hover img{transform: scale(1.08);}

.yyfw_menu{width:48%;display:flex;flex-flow: row wrap;}
.yyfw_menu li{float:left;width:25%;margin-bottom:40px;flex-grow:1;}
.yyfw_menu li a{display:inline-block;width:140px;height:38px;line-height:36px;border:1px solid #3dbb3a;border-radius:18px;text-align:center;color:#3dbb3a;}
.yyfw_menu .on a{background:#3dbb3a;color:#fff;}
.yyfw_main{width:48%;position:relative;overflow:hidden;}
.yyfw_main li .pImg{padding-top:54%;}

.moldingBox7{background:#85c24d;overflow:hidden;text-align:center;position:relative;z-index:2;}
.moldingBox7::after{content:"";position: absolute;left:0;top:62%;height:1px;background:#fff;width:100%;z-index:-1;}
.strengSlide li{float: left;width:25%;position:relative;}
.strengSlide li .pImg{padding-top:74%;}
.strengSlide li p{position: absolute;left:0;bottom:-50px;width:100%;color:#fff;text-align:center;height:50px;line-height:50px;background:rgba(0,0,0,.5);transition:all .5s;}
.strengSlide li:hover p{bottom:0;}

/* 产品列表 */
.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%;float:left;}
.proSider .title{background:#0e7c27;padding:30px;color:#fff;font-size:2.25em;text-transform: uppercase;}
.proSider .title span{display:block;font-family:Arial;font-size:0.556em;}
.proSider .title i{float:right;color:#0e7c27;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%;font-size:1.125em;}
.proSide_sub li{border-top: 1px solid #fff;}
.proSide_sub li a{padding:0 30px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;display:block;height:55px;line-height:55px; color:#333;}
.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:#0e7c27;color:#fff;}
.proSide_sub .sub{border-bottom: 1px solid #e6e6e6;font-size:.975em;}
.proSide_sub ul li a{background: url('../images/ly_li2.png') no-repeat 15% center;padding-left:20%;line-height:50px;height:50px; font-weight:400;}
.proSide_sub ul a{padding:0;}
.proSide_sub ul .cur,.proSide_sub ul  a:hover{color:#0e7c27;background: url('../images/ly_li2.png') no-repeat 15% center;}
.relaCase{background:#f2f2f2;padding:20px 8%;}
.relaCase .tie{height:45px;border-bottom: 1px solid #d7d7d7;font-size:1.25em;color:#333;margin-bottom:20px;}
.relaCase li .pImg{padding-top:76%;}
.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.786em;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"} 
.proList {margin-right:-20px;}
.proList li{float:left;width:33.3%;margin-bottom:20px;padding-right:20px;}
.proList li a{display:block;}
.proList li .pImg{padding-top:74%;transition:all .4s;border:1px solid #ddd;}
.proList li .pImg:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#0e7c27;transition:all 0.3s;transform:perspective(400px) rotateX(-90deg);-moz-transform:perspective(400px) rotateX(-90deg);-webkit-transform:perspective(400px) rotateX(-90deg);-o-transform:perspective(400px) rotateX(-90deg);transform-origin:top;z-index:2;opacity:.7;}
.proList li .pImg:after{content:"";position:absolute;width:58px;height:58px;background: url('../images/pMore.png') no-repeat;left:50%;top:50%;margin-left:-27px;opacity:0;transition:all 0.3s;z-index:3;}
.proList p{padding:15px 10px;transition:all .4s;white-space:nowrap;text-overflow: ellipsis;overflow: hidden;text-align:center;}
.proList li a:hover img{transform: scale(1.1);}
.proList li a:hover .pImg:before{transform:perspective(200px) rotateX(0);}
.proList li a:hover .pImg:after{transition-delay:.1s;margin-top:-27px;opacity:1;}
.searchList li{width:25%;}

/*  产品详情 */
.proShow_box1{overflow:hidden;margin:40px 0;border:1px solid #ddd;}
.proShowTop{overflow:hidden;margin-bottom:50px;}
.gallery{width:50%;position:relative;border-right:solid 1px #ddd;padding-bottom:0;overflow:hidden;background:#fff;}
.gallery li{height:460px;line-height:460px;text-align:center;}
.gallery img{height:100%;width:auto;}
.gallery .swiper-pagination-bullet{background:#fff;opacity:.6;}
.gallery .swiper-pagination-bullet-active{opacity:1;}

.proShow_R{width:75%;}
.proShow_font{width:50%;overflow:hidden;line-height:1.8;padding:3% 4%;}
.proShow_font .title{margin-bottom:20px;color:#333;}
.proShow_font .title span{display:block;font-size:1.778em;color:#0e7c27; font-weight:bold;}
.proShow_font .font{height:200px;line-height:2;margin-bottom:20px;border-bottom: 1px solid #ddd;padding-bottom:20px;overflow: hidden;}
.proShow_font li{float: left;width:25%;border-right: 1px dotted #ddd;text-align:center;font-size:1.143em;}
.proShow_font li i{display:inline-block;width:37px;height:37px;background: url('../images/show_Icon.png') no-repeat;}
.proShow_font li:nth-child(2) i{background-position: -37px 0;}
.proShow_font li:nth-child(3) i{background-position: -74px 0;}
.proShow_font li:nth-child(4) i{background-position: -111px 0;}
.proShow_font li span{display: block;}
.proShow_font .btn{margin-top:30px;overflow:hidden;}
.proShow_font .btn a{width:32%;height:50px;line-height:50px;float:left;text-align:center;border:1px solid #ddd;color:#333;margin-bottom:10px;}
.proShow_font .btn a:nth-child(2){margin:0 2%;}
.proShow_font .btn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;font-size:1.286rem;line-height:1;top:2px;}
.proShow_font .btn a:hover{background:#0e7c27;color:#fff;}
.proShow_menu{margin-bottom:10px;text-align:center;overflow: hidden;}
.proShow_menu a{width:150px;height:40px;line-height:40px;border:1px solid #dcdcdc;display:inline-block;margin:0 10px;color:#333;border-radius:20px;}
.proShow_menu .on,.proShow_menu a:hover{background:#0e7c27;border:1px solid #0e7c27;color:#fff;}
.proShow_fix{position: fixed;width:100%;top:0;left:0;background:#fff;padding:20px;box-shadow:0 0 10px #ccc;z-index:10;}
.proTie{height:50px;line-height:50px;border-bottom:1px solid #dcdcdc;font-size:1.286em;margin-bottom:25px;margin-top:30px;}
.proTie span{display:inline-block;border-bottom:1px solid #0e7c27;;color:#0e7c27;height:50px; font-size:20px; font-weight:bold;}
.proShow_con3{width:100%;}
.proShow_con3 ul{margin-right:-30px;}
.solutionList{margin-right:-20px;}
.solutionList{width:auto;}

/* 案例列表 */
.listRight{width:78%;overflow: hidden;}
.caseList ul{margin-right:-20px;}
.caseList li{float:left;width:33.3%;padding-right:20px;margin-bottom:40px;}
.caseList li .pImg{padding-top:70%;border:1px solid #eee;}
.caseList li .txt{background:#f8f8f8;padding:4% 6%;height:120px;position:relative;z-index:2;}
.caseList li h4{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#333;margin-bottom:15px;transition:all .4s;}
.caseList li .txt::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:0;background:#0e7c27;transition:all .5s;z-index:-1;}
.caseList li .more{width:114px;height:36px;border-radius:3px;line-height:34px;text-align:center;border:1px solid #d5d5d5;display:inline-block;color:#999;font-size:12px;transition:all .4s;}
.caseList li i,.caseList .cMore i{font-style:normal;font-family:"iconfont";margin-left:10px;opacity:.6;}
.caseList li a:hover h4{color:#fff;}
.caseList li a:hover .more{background:#fff;border-color:#fff;color:#0e7c27;}
.caseList li a:hover img{transform: scale(1.1);}
.caseList li a:hover .txt::after{height:100%;}
.searchList{width:100%;}
.searchList li{width:25%;}

/* 案例详情 */
.caseShow{width:72%;border:1px solid #ddd;;}
.caseShow .title{text-align:center;background: url('../images/caseShow.jpg') no-repeat center; background-size: cover; font-size:2.571em;color:#0e7c27; text-align: center; padding: 50px 20px; border-bottom: 1px solid #0e7c27}
.picSlide{position:relative;;padding:5%;overflow: hidden;}
.picSlide li  img{width:100%;}
.picSlide li{text-align:center;height:100%;position: relative;}
.picSlide-top .pImg{padding-top:56%;}
.picSlide-thumbs{margin-top:10px;}
.picSlide-thumbs li{border-right:1px solid #fff;padding-top:10%;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 #0e7c27;opacity:.7;transform: scale(0);transition:all .3s;}
.picSlide-thumbs .on::after{transform: scale(1);}
.picSlide .btn{top:45%;background:rgba(0, 0, 0, .7);text-align:center;width:26px;height:50px;line-height:50px;color:#fff;font-size:14px;font-family:Arial;transition:all .3s;left:5%;}
.picSlide .swiper-button-next{right:5%;left:auto;}
.picSlide .btn:hover{background:#0e7c27;}
.showTie2{height:80px; background:#fafafa; border-bottom: 1px solid  #ddd;  padding: 0 4%;font-size:1.571em;line-height:80px;color:#0e7c27;}
.showTie2 span{position:relative;display:inline-block;}
.showTie2 span::after{content:"";position: absolute;left:0;bottom:0px;height:2px;background:#0e7c27;width:100%;}
.showTie2{border-top: 1px solid #ddd;}
.caseShow_info{padding:4% 5%;}

/* 公司宣传片 */
.videoList ul{margin-right:-40px;overflow: hidden;}
.videoList li{float:left;width:33.3%;padding-right:40px;margin-bottom:20px;}
.videoList li a{display: block;overflow: hidden;}
.videoList li .pImg{padding-top:74%;}
.videoList li p{height:60px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;transition:all .3s;line-height:60px;}
.videoList li p i{float:right;font-family:"iconfont";font-style:normal;}
.videoList li .pImg::after{content:"";position:absolute;left:0;top:0;background:#000;opacity:.5;width:100%;height:100%;transition:all .5s;z-index:4;}
.videoList li .pImg::before{content:"";position:absolute;left:50%;top:50%;width:90px;height:36px;background: url('../images/vIcon2.png') no-repeat;margin-left:-45px;margin-top:-18px;z-index:5;transition:all .5s;}
.videoList li:hover p{padding:0 15px;background:#f5f5f5;}
.videoList li:hover img{transform: scale(1.06);}
.videoShow{width:100%;height:600px;}
.layer_video{width:80% !important;height:90% !important;}



/* 关于我们 */
.listTie{font-size:2.625rem;text-align:center;color:#191919;position:relative;padding-bottom:15px;margin-bottom:40px;line-height:1.2;}
.listTie strong{font-weight:400;}
.listTie span{display: block;font-size:14px;margin-top:8px;}
.listTie::after{content:"";position: absolute;left:50%;bottom:0;width:20px;height:1px;background:#0e7c27;margin-left:-10px;}
.aboutBox1 .tie{font-size:2.571em;color:#0e7c27;margin-bottom:30px;line-height:1;}
.aboutBox1 .left{width:50%;line-height:1.8;padding-top:20px;position: relative;height:420px;}
.aboutBox1 .main{margin-bottom:40px;}
.aboutBox1 .font{overflow-y:auto;height:380px;}
.aboutBox1 .right{width:46%;height:420px;overflow:hidden;display:block;}
.aboutBox1 .tel{padding-left:40px;position: absolute;left:0;bottom:0;font-size:1.571em;font-family:Arial;color:#333;}
.aboutBox1 .tel::after{content:"\e603";position: absolute;font-family:"iconfont";left:0;font-size:1.6rem;top:-4px}
.aboutBox1 .tel span{font-weight:bold;margin-left:30px;font-size:1.182em;}
.aboutBox1 .qualification{background:none;}
.culture{background:url('../images/culture_bg.jpg') no-repeat center;background-size:cover;background-attachment: fixed;text-align:center;font-size:1em;line-height:1.8;}
.listTieW{color:#fff;}
.listTieW::after{background:#fff;}
.culture .txt{max-width:1340px;margin:0 auto;color:#fff;margin-bottom:40px;}
.culture li{float: left;width:29.3%;margin:0 2%;background:#fff;padding:2%;min-height:220px;border-left:5px solid #0e7c27;color:#666;}
.culture li h4{font-size:1.5em;font-weight:bold;margin-bottom:20px;color:#0e7c27;}
.culture li p{margin-bottom:5px;}
.honor{padding-bottom:60px;text-align: center;overflow:visible;position:relative;}
.honorSlide{overflow:hidden;border-top: 5px solid #0e7c27;}
.honorSlide li{width:25%;text-align:center;float:left;background: #fff;}
.honorSlide li a{display:block;overflow:hidden;border:1px solid #ebebeb;}
.honorSlide li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;line-height:35px;padding:10px;padding-top:0;}
.honorSlide li .pImg{padding-top:70%;}
.honorSlide li a:hover img{transform:scale(1.1);}
.honorSlide li a:hover p{color:#0e7c27;}
.honorSlide .btn{width:40px;height:40px;background:#0e7c27;text-align:center;line-height:40px;color:#fff;font-family:"Arial";left:-60px;top:60%}
.honorSlide .btn:hover{background: #0e7c27;}
.honorSlide .swiper-button-next{right:-60px;left:auto;}
.album{border-top: 1px solid #eee;}
.album li{float:left;width:20%;padding-right:5px;padding-bottom:5px;}
.album li .pImg{padding-top:76%;}
.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;}
.pMore{width:260px;height:50px;background:#0e7c27;margin:0 auto;color:#fff;line-height:50px;text-align:center;box-shadow:0 5px 6px #ddf6ff;margin-left:-130px;display:block;margin:0 auto;margin-top:50px;}
.pMore i{font-style:normal;margin-left:15px;}
.pMore:hover{color:#fff;width:360px;}
.partner2{background: url('../images/partner_bg2.jpg') no-repeat center;background-size:cover;}

/* 图片列表 */
.picList ul{margin-right:-30px;}
.picList li{width:33.3%;text-align:center;float:left;padding-right:30px;margin-bottom:30px;}
.picList li a{display:block;overflow:hidden;}
.picList li .pImg{padding-top:66%;border:1px solid #e1e1e1;}
.honorList li .pImg{padding-top:88%;}
.honorList li {width:25%;}
.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:#0e7c27;}
.galy{background:#f5f5f5;}

/* 合作伙伴 */
.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; font-size:16px;}
.settingTop .font h3{font-size:1.957em;color:#0e7c27;margin-bottom:30px;position:relative;padding-bottom:10px;}
.settingTop .font h3::after{content:"";position: absolute;left:0;bottom:0;height:1px;width:20px;background:#0e7c27;}
.settingTop:hover .bgImg{transform: scale(1.05);}
.partnerList{padding-top:1px;padding-left:1px;}
.partnerList li{float:left;width:14.28%;border:1px solid #d9d9d9;margin-left:-1px;margin-top:-1px;position: relative;transition:all .5s;overflow:hidden;}
.partnerList li p{background:#0e7c27;color:#fff;height:32px;line-height:32px;text-align:center;padding:0 10px;position:absolute;left:0;bottom:-32px;width:100%;font-size:12px;transition:all .5s;}
.partnerList li .pImg{padding-top:56%;}
.partnerList li:hover{z-index:2;border:1px solid #0e7c27;}
.partnerList li:hover img{margin-top:-15px;}
.partnerList li:hover p{bottom:0;}

/* 常见问题 */
.faqList li{float:left;width:50%;padding-right:10px;margin-bottom:10px;font-size:12px;}
.faqList li:nth-child(2n){float:right;}
.faqList li a{display:block;background:#fff;padding:4% 5%;color:#999;height:135px;border:1px solid #ddd;}
.faqList li h4,.faqList li p{padding-left:35px;}
.faqList li i{font-style:normal;width:24px;height:24px;background:#0e7c27;color:#fff;font-size:12px;text-align:center;line-height:24px;margin-left:-35px;float:left;}
.faqList li p i{background:none;border:1px solid #ccc;color:#999;}
.faqList li h4{font-size:16px;color:#191919;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.faqList li a:hover h4{color:#0e7c27;}
.faqList li a:hover{box-shadow:0 0 10px #ccc;}
.faqList2 li a{border:1px solid #ddd;}
.cMore{display:block;width:200px;height:42px;line-height:42px;border:1px solid #3e3e3e;background:#3e3e3e;color:#fff;border-radius:21px;text-align:center;margin:0 auto;margin-top:40px;}
.cMore:hover{background:#0e7c27;border:1px solid #0e7c27;color:#fff;width:260px;}

/* 新闻列表 */

.newsSlide{overflow:hidden;position:relative;text-align: center;margin-bottom:50px;}
.newsSlide li{text-align: left;background:#e3e3e3;overflow: hidden;}
.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:#0e7c27;width:15px;transition:all 0.4s; }
.newsSlide li h4 a{color: #333;}
.newsSlide li h4 a:hover,.newsList li h3 a:hover{color: #0e7c27;}
.newsSlide .slideIcon{position: absolute;bottom:0;right: 0;background:#0e7c27; 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:480px;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: #0e7c27;border: 1px solid #0e7c27;color:#fff;}
.newsList li:hover{box-shadow: 6px 6px 6px #eee;}
.newsList li:hover img{transform: scale(1.1);}

/* 新闻详情 */
.picShow_l{width:68.5%;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 .ce img{min-width:60%;}
.show-synopsis{background:#f7f8fa;padding:15px;margin-bottom:40px;}
.show-synopsis i{display:inline-block;width:15px;background: url('../images/a_l.png') no-repeat;height:15px;margin-right:5px;}
.show-synopsis .r{background: url('../images/a_r.png') no-repeat;margin-left:5px;margin-right:0;}
.picShow_r{width:27%;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 #0e7c27;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;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.picShow_r li h4 a{color:#222;}
.picShow_r li h4 a:hover{color:#0e7c27;}
.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%;padding:0 20px;}
.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:#0e7c27;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;}
/*应用领域 封面*/
.solutionIndex li{position: relative;overflow:hidden;margin-bottom:60px;}
.solutionIndex li .pic{width:76%;float:right;height:600px;overflow: hidden;display: block;}
.solutionIndex li .info{width:40%; position: absolute;left:10px;bottom:60px;top:60px;background:#fff ;padding:3.5%;line-height:2;transition:all .5s;box-shadow:0 2px 10px #e1e1e1;background-size:60%;}

.solutionIndex li h3{font-size:2.5em;margin-bottom:25px;line-height:1.2;}
.solutionIndex li h3 a{color:#000;position: relative;padding-bottom:20px;display:inline-block;}
.solutionIndex li h3 a::after{content:"";position:absolute;bottom:0;width:50px;height:3px;background:#0e7c27;left:0;}
.solutionIndex li .txt{height:190px;margin-bottom:20px;}
.solutionIndex li .more i{font-style:normal;width:26px;height:26px;border:1px solid #0e7c27;line-height:24px;border-radius:100%;text-align:center;margin-right:10px;display:inline-block;}
.solutionIndex li h3 a:hover,.solutionIndex li .more{color:#0e7c27;}
.solutionIndex li .more:hover{padding-left:10px;}
.solutionIndex li:nth-child(2n) .pic{float:left;}
.solutionIndex li:nth-child(2n) .info{left:auto;right:10px;}
.solutionIndex li .pic:hover .bgImg{ transform:scale(1.08) !important;}

/* 应用领域详情 */
.solutionShow{width:60%;overflow:hidden;position:relative;}
.solutionShow li{height:520px;}
.solutionShow .btn{width:35px;height:35px;border-radius:100%;background:#fff;text-align:center;color:#333;line-height:35px;font-family:"宋体";font-weight:bold;font-size:20px;transition:all .3s;}
.solutionShow .btn:hover{background:#0e7c27;color:#fff;}
.solutionFont{width:40%;height:520px;background:#f5f5f5;overflow: hidden;padding:4% 5%;}
.solutionFont .title{font-size:2em;color:#0e7c27;margin-bottom:30px;padding-bottom:15px;position: relative;}
.solutionFont .title::after{content:"";position:absolute;bottom:0;width:60px;height:2px;background:#0e7c27;left:0;}

.solutionCon{background:#f5f5f5;overflow: hidden;}
.solutionCon .tie,.relativeS .tie{font-size:2em;color:#333;margin-bottom:30px;}
.relativeS ul{margin-right:-30px;}
.relativeS li{float:left;width:25%;padding-right:30px;text-align:center;}
.relativeS li p{height:60px;line-height:60px;background:#fff;}
.relativeS li .pImg{padding-top:60%;}
.relativeS li a:hover img{transform: scale(1.1);}

/* 联系*/
#dituContent{height:480px;}
.contactBox1 ul{display: flex;overflow: hidden;border-radius:10px;padding: 80px 60px;box-shadow: 2px 2px 20px #ddd;justify-content: space-between;}
.contactBox1 li{position: relative;color:#666;font-size:1.429em;padding-left:60px;}
.contactBox1 span{display:block;color:#0e7c27;font-weight:bold;margin-top: 4px;}
.contactBox1 li:before{content:"";font-family:"iconfont"; position: absolute;left:0;top:0;bottom: 0;margin: auto;height: fit-content;color: #0e7c27;font-size: 40px;}
.contactBox1 li:nth-child(1):before{content: "\e603";}
.contactBox1 li:nth-child(2):before{content: "\e6ee";}
.contactBox1 li:nth-child(3):before{content: "\e63a";}
.contactBox2{margin:20px auto 80px auto;overflow:hidden;background:#fff;border-radius:8px;box-shadow: 2px 2px 20px #ddd;}
.feedback{width:50%;background:url('../images/feedabck_bg.jpg') no-repeat center;background-size:cover;padding:5%;color:#fff;}
.feedback .title{font-size:1.750em;margin-bottom: 30px;}
.feedback .title span{display:block;font-size:12px;opacity:.8;}
.feedback p{width:49%;float: left;;height: 60px;line-height: 60px;position: relative;margin-bottom: 10px;position: relative;border-bottom: 1px solid #fff;font-size:16px;}
.feedback p:nth-child(2n){float:right;}
.feedback p input{width: 100%;height: 100%;color:#fff;}
.feedback .tarea{width: 100%;height: 120px;padding-top: 15px;padding-bottom:15px;line-height: 1.6;}
.feedback textarea{width: 100%;height: 100%;color:#fff;}
.feedback .code{clear:both;padding-top:40px;}
.feedback .code input{height: 60px;line-height: 60px;border-bottom: 1px solid #fff;}
.feedback .code .c{width: 20%;padding: 0 15px;}
.feedback .code img{padding:19px;background:#fff;}
.feedback .sub {background: #fff;width: 30%;cursor: pointer;transition: all .3s;color: #fff;display:inline-block;height: 50px;line-height: 50px;margin-top:30px;color:#0e7c27;font-size:18px;border-radius:5px;}
.feedback .sub:hover{background:#0e7c27;color:#fff;}
.feedback input::-webkit-input-placeholder,.feedback textarea::-webkit-input-placeholder{color:#fff;}
.feedback input::-moz-placeholder,.feedback textarea::-moz-placeholder{ color:#fff;}
.feedback input:-moz-placeholder,.feedback textarea:-moz-placeholder{  color:#fff;}
.feedback input:-ms-input-placeholder,.feedback textarea:-ms-input-placeholder{ color:#fff;}
.contactInfo{width:50%;padding:3%;line-height:2;overflow:hidden;}
.contactInfo .txt{margin-bottom:30px;min-height:240px;}
.contactInfo .ewm{float: left;width:130px;text-align:center;font-size:14px;position: relative;margin-right:80px;}
.contactInfo .ewm span{display:block;}
.contactInfo .ewm::after{content:"";position: absolute;right:-40px;border-right: 1px dotted #ccc;top:20px;bottom:40px;}
.contactInfo .zx{display:inline-block;margin-top:40px;background:#0e7c27;color:#fff;font-size:14px;height:40px;line-height:40px;border-radius:20px;width:160px;text-align:center;}
.contactInfo .zx:hover{background:#0e7c27;}

