@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:#09a43f;}


/* 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:70px 0;font-size:.875em;overflow:hidden;}
.mb40{margin-bottom:40px;}
.font14{font-size:.875em;}
.gray{background:#efefef;}

@font-face {
  font-family: 'iconfont';  /* Project id 2288898 */
  src: url('//at.alicdn.com/t/font_2288898_y8grcw9mxb.eot?t=1637048432956'); /* IE9 */
  src: url('//at.alicdn.com/t/font_2288898_y8grcw9mxb.eot?t=1637048432956#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/font_2288898_y8grcw9mxb.woff2?t=1637048432956') format('woff2'),
  url('//at.alicdn.com/t/font_2288898_y8grcw9mxb.woff?t=1637048432956') format('woff'),
  url('//at.alicdn.com/t/font_2288898_y8grcw9mxb.ttf?t=1637048432956') format('truetype'),
  url('//at.alicdn.com/t/font_2288898_y8grcw9mxb.svg?t=1637048432956#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{z-index:99;padding:20px 0;height:110px;}
.header:before{opacity:0; content:"";position:absolute;bottom:0;z-index:-1;width:100%;height:80%;background: #fff;transition: all .4s ease-in-out;}
.header .logo{float:left;display: flex;}
.header .logo img{ /* max-height: 100%; */}
.header .logo .txt{display: block;color:#424141;font-size:17px;border-left:1px #ddd solid;padding-left:30px;margin-left:30px;}
.header .logo .txt b{display: block;color:#09a43f;font-size:30px;}
.header .logo .txt font{color:#09a43f}
.header .tel{position: relative;float: right;margin: 0px 0 0 60px;padding-left: 60px;font-size: 16px;color: #515151; background:url(../images/tel2.png) no-repeat left;}

/*.header .tel:before{content:"\e6ee";font-family: "iconfont";position: absolute;left:0;top: 0;bottom: 0;margin: auto;display: flex;margin-right: 10px;color: #09a43f;font-size: 40px;justify-content: center;align-items: center;border-radius: 50%;}*/
.header .tel font{display: block;color:#09a43f;font-size: 26px;margin-top: 5px;line-height: 1;}
.head-nav{ background: #2f2f2f;}
.head-nav .nav{display:flex;flex-flow: row wrap;align-content: flex-start;}
.head-nav .nav > li{position: relative;margin-right:1px;/* flex-grow: 1; */flex: 1;/* flex-shrink: 0; */display: inline-block;}
.head-nav .nav > li > a{position: relative;z-index:1;display: block;color:#fff;font-size: 17px;text-align: center;padding: 20px 2px;}
.head-nav .nav > li > a:before{content:"";position:absolute;right:0;top:0;bottom: 0;margin: auto;width:1px;height: 50%;background: rgba(255,255,255,0.2);}
.head-nav .nav > li > a:after{content:"";position: absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%;background:#09a43f;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.head-nav .nav > li:hover > a,.head-nav .nav > li.active > a{color:#fff; }
.head-nav .nav > li:hover > a:after,.head-nav .nav > li.active > a:after{transform: scale(1);transform-origin:left;}
.head-nav .nav .sub{display:none;width: max-content;min-width: 100%;left:0%;top: 100%;position:absolute;border:1px #ddd solid;background: rgba(255,255,255,1);padding: 0px 0;z-index: 999;text-align: center;/* box-shadow: 0 0 10px #ddd; */}
.head-nav .nav .sub a{display: block;color: #000;font-size: 14px;padding: 8px 10px;}
.head-nav .nav .sub a:hover{color:#fff; background:#09a43f;}
/*.header .nav li:last-child .sub{display: none !important;}*/
.head-nav .m4 .navSub{/*width:320px;column-count: 2;*/}
 




.headFix2{position: fixed;left:0;top:0;right:0;z-index:88}
/*.headFix .logo{line-height:90px;}
.headFix .logo img{height:60px;}
.headFix .nav{height:90px;padding-top:45px;}
.headFix .headR{top:5px;}
.headFix .headR .tel{font-size:20px;}
.headFix .nav .m>a{height:45px;}*/

/* 头部右侧 */
.headR{position:absolute;right:0;top:12px;line-height:30px;}
.headR .sIcon{float:left;font-family:"iconfont";color:#999;position:relative;font-size:1.286rem;}
.headR .sIcon::after{content:"";position: absolute;height:20px;width:1px;border-right:1px dotted #ccc;right:-20px;top:6px;}
.headR .tel{float:left;padding-left:55px;color:#09a43f;font-size:26px;font-weight:700;font-family:Arial;float:right;margin-left:10px;background: url('../images/tel.png') no-repeat 25px center;background-size:22px;}
.wapTel{font-family:"iconfont";position: absolute;color:#09a43f;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}
.pcLang{float:left; color:#ee1d23;font-size:12px;margin-left:15px;border-radius:100%;height:26px;width:26px;border:1px solid #ee1d23;text-align:center;line-height:26px;margin-right:20px;margin-top:2px;}
.pcLang:hover{background:#ee1d23;color:#fff;}

/* PC端搜索 */
.search{position: absolute;padding:20px;background:#333; background: rgba(0,0,0,.5);left:0;top:100%;display:none;width:100%;padding-top:0;border-top: 1px solid #333;}
.search form{width:40%;margin:0 auto;margin-top:15px;background:#fff;height:50px;line-height:50px;padding:0 50px 0 20px;}
.search .txt{width:100%;height:50px; line-height:40px;color:#666;float:left;}
.search .btn{float:left;width:50px;height:50px; cursor:pointer;transition:all 0.3s;background:#333 url('../images/sIcon.png') no-repeat center;border-left:1px solid #666;margin-right:-50px;}
.search .btn:hover{background-color:#09a43f;}

/*  导航按钮 */
.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:#09a43f;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:#09a43f;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}
.wapLang{position: absolute;right:96px;top:19px;display:none;font-size:2em;line-height:1;color:#09a43f;font-family:"iconfont";}

/* 广告轮播图 */
.banner{position:relative;overflow:hidden;}
.banner img{width:100%;}
.banner .small{display:none;}
.swiper-wrapper{transition-timing-function: ease-in-out;}
.banner .swiper-pagination{bottom:30px}
.banner .swiper-pagination span{margin:0 6px !important}
.banner .swiper-pagination-bullet{background:none;opacity:1;cursor:pointer;width:12px;height:12px;border:1px solid #fff;position: relative;}
.banner .swiper-pagination-bullet:after{content:"";position:absolute;/* width:6px; *//* height:6px; */background: #09a43f;top: 0;left: 0;right: 0;bottom: 0;border-radius:100%;opacity:0;}
.banner .swiper-pagination-bullet-active{border-color: #09a43f;}
.banner .swiper-pagination-bullet-active::after{background: #09a43f;opacity:1;}

/* 产品 */
.product{font-size:1em;overflow:hidden;}
.proMenu{width:18%;}
.proMenu ul{padding-bottom:55px;background:#f5f5f5;}
.proMenu h3{font-size:1.125em;color:#666;padding-bottom:30px;margin-bottom:30px;border-bottom: 1px solid #ccc;letter-spacing:5px;}
.proMenu h3 span{display:block;color:#222;font-size:2em;letter-spacing:0;}
.proMenu li {margin-bottom:6px;}
.proMenu li a{display:block;color:#333;height:50px;line-height:50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;padding-left:15%;position:relative;background: url('../images/p_li.png') no-repeat 8% center;z-index:2;}
.proMenu li a::after{content:"";position: absolute;left:0;top:0;width:0;height:100%;background:#09a43f;transition:all .5s;border-radius:0 25px 25px 0;z-index:-1;}
.proMenu li a:hover{color:#fff;background: url('../images/p_liw.png') no-repeat 8% center;}
.proMenu li a:hover::after{width:100%;}

.proMain{width:80%;overflow:hidden;}
.proMain ul{margin-right:-20px;}
.proMain li{float:left;width:25%;padding-right:20px;margin-bottom:20px;text-align:center;}
.proMain li a{display:block;overflow:hidden;border:1px solid #e2e2e2;}
.proMain li .pImg{padding-top:68%;}
.proMain li p{height:50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;padding:0 5px;line-height:34px;}
.proMain li a:hover img{transform: scale(1.1);}
.proMain li a:hover {border-color: #09a43f;box-shadow:0 0 6px #ffbdbd;}


/* 核心优势 */
.odds{position:relative;background:#fff; margin-bottom: 60px;}
.oddsMain li .pic{height:420px;position:relative;display:block;cursor: auto;overflow: hidden;}
.oddsMain li .bgImg{animation:scale 40s infinite;}
.oddsMain li .pic::after{content:"";position: absolute;left:0;top:0;width:8%;background:#09a43f;opacity:.8;height:100%;}
.oddsMain li .txt{padding:30px 0;padding-left:70px;text-align:left;}
.oddsMain li i{float:left;width:52px;height:64px;background: url('../images/odds_li.png') no-repeat;line-height:64px;margin-left:-70px;color:#fff;font-size:1.875em;font-style:normal;text-align:center;}
.oddsMain li h4{font-size:1.75em;color:#222;padding-bottom:15px;margin-bottom:15px;position:relative;}
.oddsMain li h4 span{display:block;font-size:12px;color:#999;}
.oddsMain li h4::after{content:"";position: absolute;left:0;bottom:0;width:36px;height:2px;background:#222;}
.oddsMain li p{width:48%;line-height:1.6;}
.oddsMain li b{display: flex;margin-bottom: 5px;font-weight:400;align-items: center;}
.oddsMain li b:before{ content: "";display: block;width:8px;height:8px;margin-right: 10px;border-radius:50%;background: #09a43f;transition: all ease 0.3s;}.oddsMain li font{color:#09a43f}
.swiperBtn{display:inline-block;margin-top:30px;width:40px;height:26px;line-height:26px;background:#ddd;text-align:center;font-family:"iconfont";position: static;transform: rotate(180deg);}
.oddsMain .swiperBtn{display:none;}
.oddsMain .swiper-button-next,.applyMain .swiper-button-next{transform: rotate(0deg);} 

.oddsMenu{position: absolute;left:50%;width:19%;bottom:0;background:#09a43f;z-index:5;max-width:300px;margin-left:500px;font-size:1.25em;color:#fff;border-radius:10px;}
.oddsMenu h3{font-size:1.6em;text-align:center;line-height:1.2;padding:20px 10px;}
.oddsMenu h3 b{display:block;font-size:1.375em;}
.oddsMenu h3 span{font-size:12px;opacity:.6;display:block;}
.oddsMenu li{height:80px;line-height:80px;border-top: 1px solid #09a43f;padding-left:16%;position:relative;z-index:2;cursor: pointer;}
.oddsMenu li::after{content:"";position:absolute;right:0;background:#333 url('../images/ly_liw2.png') no-repeat 20% center;width:0;height:100%;border-left: 3px solid #09a43f;z-index:-1;transition:all .5s;}
.oddsMenu .on::after{width:120%;}
.odds .tel{position: absolute;bottom:30px;left:50%;margin-left:120px;text-align:right;z-index:4;}
.odds .tel h4{background: url('../images/odds_tel.png') no-repeat left center;padding-left:30px;}
.odds .tel h4 span{color:#09a43f;font-size:1.25em;}
.odds .tel a{display:inline-block;width:150px;height:40px;line-height:40px;background:#09a43f;color:#fff;text-align:center;margin-top:8px;}
.odds .tel i{font-style:normal;font-family:"iconfont";margin-right:10px;}
.odds .tel a:hover{background:#333;}

/* 行业应用 */
.apply{text-align:center;position:relative;}
.apply::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:310px;background-size:cover;background: url('../images/apply_bg.jpg') no-repeat center;z-index:-1;}
.hTitle{font-size:1.75rem;color:#222;text-align:center;margin-bottom:50px;}
.hTitle span{display:block;color:#09a43f;text-transform: uppercase;font-family:Arial;font-size:1.214em;}
.hTitle b{position:relative;padding:0 15px;font-weight:400;}
.hTitle b:before,.hTitle b:after{content:"";position:absolute;height:2px;background:#222;width:10px;top:50%;display:inline-block;}
.hTitle b:before{right:100%;}
.hTitle b:after{left:100%;}

.applyMain li{float:left;width:20%;}
.applyMain li h4{background:#fff;display: flex;padding:15px;position:relative;font-size:1.286em;color:#333;transition:all .5s;justify-content: space-between;align-items: center;}
.applyMain li h4::after{content:"";position: absolute;left:50%;top:-16px;border:8px solid transparent;border-bottom-color:#fff;margin-left:-8px;transition:all .5s;}
.applyMain li h4 i{color: #09a43f; font-style: normal; font-size: 1.3em;}
.applyMain li h4 span{display:block;font-size:12px;opacity:.6;}
.applyMain li .pImg{padding-top:80%;}
.applyMain li:hover img{transform: scale(1.1);}
.applyMain li:hover h4{background:#09a43f;color:#fff;}
.applyMain li:hover h4 i{color:#fff}
.applyMain li:hover h4::after{border-bottom-color:#09a43f;}
.applyMain .swiperBtn{display:inline-block;width:45px;height:45px;border-radius:100%;margin:0 10px;margin-top:30px;background:#fff;color:#09a43f;line-height:45px;font-size:1.5rem;}
.applyMain .swiperBtn:hover{background:#09a43f;color:#fff;}

/* 工程案例 */
.case{background:#f5f6f7;font-size:1em;}
.caseSlide li{float:left;width:25%;}
.caseSlide li .pImg{padding-top:70%;background:#000;}
.caseSlide li .pImg::after,.settingBox li .pImg::after{content:"";position: absolute;left:50%;top:40%;background: url('../images/c_more.png') no-repeat center;width:48px;height:48px;margin-left:-24px;margin-top:-24px;transition:all .5s;opacity:0;}
.caseSlide li p{height:60px;line-height:60px;border-bottom: 1px solid #e0e0e0;}
.caseSlide li p::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:1px;background:#09a43f;transform-origin:right;transform: scale(0,1);transition:transform .5s;}
.caseSlide li:hover img{transform: scale(1.1);opacity:.5;}
.caseSlide li:hover .pImg::after,.settingBox li:hover .pImg::after{top:50%;opacity:1;}
.caseSlide li:hover p::after{transform-origin:left;transform: scale(1);}
.caseSlide .btn{border-radius:100%;width:38px;height:38px;border:2px solid #ccc;font-family:"iconfont";text-align:center;line-height:34px;left:-60px;transform: rotate(180deg);font-size:18px;top:52%;}
.caseSlide .swiper-button-next{left:auto;right:-60px;transform: rotate(0);}
.caseSlide .btn:hover{border-color:#09a43f;color:#09a43f;}
.case .more{display: block;width:200px;height:46px;line-height:44px;border:1px solid #09a43f;color:#09a43f;border-radius:23px;text-align:center;font-size:14px;margin:0 auto;margin-top:40px;} 
.case .more i{font-family:"iconfont";margin-left:15px;font-style:normal;font-size:16px;}
.case .more:hover{background:#09a43f;color:#fff;}

/* 关于我们 */
.about{overflow: visible;}
.aboutTxt{width:46%;height:540px;position:relative;}
.aboutTxt::after{content:"";position: absolute; background:#09a43f;height:120px;left:-150%;width:300%;bottom:0;z-index:-1;}
.aboutTxt .title{font-size:2.571em;margin-bottom:30px;padding-bottom:30px;position:relative;color:#191919;font-weight:bold;position:relative;letter-spacing:5px;}
.aboutTxt .title span{display:block;text-transform:uppercase;opacity:.1;height:34px;line-height:1;overflow:hidden;font-size:1.5em;font-family:Arial;letter-spacing:-3px;}
.aboutTxt .title::after{content:"";position: absolute;left:0;bottom:0;height:3px;width:70px;background:#09a43f;}
.aboutTxt .txt{height:170px;margin-bottom:10px;overflow:hidden;line-height:1.8;}
.aboutTxt .more {width:140px;height:40px;line-height:40px;color:#09a43f;display:inline-block;text-align:center;border:1px solid #09a43f;border-radius:20px;}
.aboutTxt .more:hover{background:#09a43f;color:#fff;width:200px;}

.aboutNum{position:absolute;left:0;bottom:0;width:100%;background:#09a43f;color:#fff;font-size:1.143em;height:120px; display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content: space-between;padding-top:20px;}
.aboutNum li{float:left;color:#fff;position:relative;text-align:center;}
.aboutNum li span{font-size:3em;position:relative;font-family:Arial;font-weight:bold;line-height:1.2;}
.aboutNum li i{float:right; font-size:16px;font-weight:normal;font-style:normal;top:5px;margin-left:5px;}
.aboutPic{width:50%;height:540px;display:block;overflow:hidden;position: relative;z-index:2;}
.aboutPic .bgImg{animation:scale 30s infinite;}
@keyframes scale
{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}

/* 公司环境 */
.setting{padding-top:40px;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;font-size:1.071em;}
.settingMenu a.on,.albumMenu a.on{background:#09a43f;color:#fff;}
.settingMenu::after,.settingMenu::before{content:"";position: absolute;left:0;top:50%;width:30%;height:1px;background:#cdcdcd;z-index:-1;}
.settingMenu::before{left:auto;right:0;}
.settingMain,.settingBox{overflow:hidden;width:100%;}

.settingBox li{float:left;width:25%;font-size:1.143em;}
.settingBox li .pImg{padding-top:70%;border:1px solid #ddd;background:#fff;}
.settingBox li p{margin-top:15px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;}
.settingBox li:hover img{transform: scale(1.1);opacity:.5;}
.settingBox li:hover p{bottom:0;}
.settingBox3 li .pImg{padding-top:80%;}
.settingBox .btn{width:24px;height:40px;background:rgba(9,164,63,.8);color:#fff;line-height:40px;text-align:center;font-family:"simsun";font-weight:700;left:0;z-index:5;pointer-events:initial;cursor:pointer;}
.settingBox .swiper-button-next{left:auto;right:0;}
.settingBox .btn:hover{background:#333;right:0;opacity:1;}
/*--*/
.honor-item .pImg{display: flex;height: 270px;width: initial;padding-top: initial;align-items: center;justify-content: center;background: #fff;}
.honor-item .pImg img{right: 0;top: 0;width:auto;margin: auto;width: fit-content;}
.honor-item li:hover .pImg img{opacity: 1; }


/* 新闻快讯 */
.news{background:#f6f7f8;}
.newsL{float: left;width:32%;background:#fff;overflow:hidden;}
.newsL ul{border:1px solid #e9e9e9;}
.newsL2{margin:0 2%;}
.newsL .pic{height:280px;overflow:hidden;position:relative;display:block;}
.newsL .pic img{height:100%;width:100%;transition:all .5s;}
.newsL .pic span{position: absolute;right:0;bottom:0;width:120px;height:40px;line-height:40px;color:#fff;text-align:center;background: rgba(0,0,0,.8);}
.newsL .pic:hover span{background: rgba(9,164,63,.8);}
.newsL ul{padding:25px 6%;}
.newsL li.txt{height:140px;border-bottom: 1px solid #cecece;margin-bottom:20px;}
.news li h4{font-size:1.429em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#333;transition:all .3s;margin-bottom:15px;}
.news li h4 a{color:#191919;}
.news li h4 a:hover{color:#09a43f;}
.news li .date{display:block;font-size:12px;opacity:.6;margin-top:10px;}
.newsL li.list {line-height:35px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsL li.list span{float:right;color:#999;font-size:12px;margin-left:20px;}
.newsL li.list a:hover{padding-left:10px;background-position: 10px center;color:#09a43f;}

.newsR{background:#f2f2f2;height:605px;width:30%;position:relative;padding:70px 3% 30px 3%;}
.newsR li{height:130px;}
.newsR li h4{margin-bottom:10px;}
.newsR li p{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsL .pic:hover img{transform: scale(1.1);}

/*底部 */
.footer{background:#4b4b4b;font-size:.875em;color:#d2d2d2;line-height:2em;overflow:hidden;}
.footMain{overflow:hidden;padding:45px 16% 45px 0;}
.footL{width:42%;max-width:520px;}
.footMenu{padding:15px 0;overflow:hidden;line-height:2.2;border-top: 1px solid #595959;border-bottom: 1px solid #595959;}
.footMenu a{float:left;width:33.3%;background: url('../images/ly_liw.png') no-repeat left center;padding-left:15px;}
.footL .tel{margin-top:20px;font-size:1.571em;background: url('../images/fTel.png') no-repeat left center;padding-left:25px;color:#fff;}
.footR{width:52%;max-width:560px;padding:15px 0 0 30px;border-top: 1px solid #595959;background: url('../images/footIcon.png') no-repeat left 22px;}
.footR p{margin-top:15px;}
.footWx{position: absolute;right:0;top:45px;width:140px;text-align:center;} 
.footWx img{width:100%;margin-bottom:5px;}
.footer a{color:#d2d2d2;}
.footMenu a{color:#fff;}
.footer a:hover{color:#fff;text-decoration: underline;}
.firendlink{padding:15px 0;position:relative;border-top: 1px solid #595959;}
.firendlink::after{content:"";position: absolute;left:0;top:-1px;background:#4a4a4a;width:200%;height:1px;margin-left:-50%;}
.firendlink a{margin:0 15px;}
.firendlink a:hover{color:#fff;}

/*内页公用 */
.listWrap{overflow:hidden;padding:60px 0;font-size:.875em;}
.listBanner,.mzsmBanner{height:400px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;}
.listBanner h3{position:absolute;color:#fff;top:40%;font-size:2.625rem;text-transform:uppercase;width:100%;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%);  text-align: center;}
.listBanner h3 span{display: block;font-size:20px;opacity: 0.8;}
.breadCrumb{font-size:.875rem;overflow:hidden;background:#f5f5f5;padding:15px 0;border-bottom: 1px solid #ddd;line-height:30px;}
.breadCrumb p span{background: url('../images/home_icon.png') no-repeat left center;padding-left:25px;}
.breadCrumb .back{float:right;color:#fff;background:#666;line-height:30px;padding:0 10px;}
.breadCrumb .back:hover{background:#09a43f;color:#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/sBtn.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{text-align:center;font-size:1.125rem;overflow:hidden;display:flex;flex-flow: row wrap;justify-content: center;margin-top:50px;}
.listMenu a{float:left;height:46px;line-height:46px;border-radius:5px;margin:5px 12px;padding:0 20px;background:#f7f7f7;border:1px solid #ddd;border-radius:6px;position: relative;z-index:2;min-width:140px;}
.listMenu a::after{content:"";position: absolute;left:0;bottom:0;background:#09a43f;z-index:-1;width:100%;height:0;transition:all .5s;}
.listMenu a:hover,.listMenu .cur{color:#fff;border-color:#09a43f;}
.listMenu a:hover::after,.listMenu .cur::after{height: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:#09a43f;border:1px solid #09a43f;color:#fff;}

/* 产品列表 */
.proSider{width:22%;font-size:1.143em;float:left;}
.proShow .proSider{float:right;}
.proSider .title{background:#09a43f;padding:20px 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:#09a43f;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{border:1px solid #e4e4e4;border-top:none;margin-bottom:25px;}
.proSide_sub li a{display:block;height:70px;line-height:70px;padding:0 6%;color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;position: relative;border-top:1px solid #ddd; font-weight: bold;}
.proSide_sub li i{font-family:"iconfont";margin-right:5px;font-style:normal;font-size:1.286em;position: relative;top:3px;}
.proSide_sub li:last-child a{border-bottom:none;}
.proSide_sub>li>a:after{content:"";position:absolute;left:-1px;top:0;height:0;width:3px;background:#09a43f;transition:all 0.3s;}
.proSide_sub li a:hover,.proSide_sub li .cur{color:#09a43f;background:#f5f5f5;}
.proSide_sub li .cur:after,.proSide_sub li a:hover:after{height:100%;}
.proSide_sub li ul{font-size:.889em;border-top: 1px solid #ddd;padding:5px 0;}
.proSide_sub li ul a{background: url('../images/ly_li.png') no-repeat 15% center;padding-left:20%;color:#666;height:36px;line-height:36px;font-size:15px;border:none;font-weight:500;}
.proSide_sub li ul .cur,.proSide_sub li ul a:hover{background: url('../images/ly_li.png') no-repeat 15% center;color:#09a43f; }
/*--*/
.proSide_sub .sub{display: block !important;}

.relaPro{margin-top:25px;}
.relaPro .tie{background: #f8f8f8;padding:20px 5%;border:1px solid #ddd;border-top: 1px solid #09a43f;margin-bottom:10px;font-size:1.5em;color:#333;}
.relaPro li .pImg{padding-top:64%;border:1px solid #ddd;background:#fff;}
.relaPro li p{height:60px;line-height:60px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.relaPro li i,.proList li i{float:right;font-style:normal;margin-left:15px;}
.relaPro li:hover img{transform: scale(1.1);}

.proList_r{width:76%;font-size:1.143em;}
.proList {margin-right:-30px;}
.proList li{float:left;width:33.3%;margin-bottom:20px;padding-right:30px;}
.proList li a{display:block;}
.proList li .pImg{padding-top:72%;transition:all .3s;border:1px solid #d1d1d1;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{border-color: #09a43f;}
.proList li a:hover img{transform: scale(1.1);}
.proList li a:hover p{color:#09a43f;}
.searchList li{width:25%;}

/*  产品详情 */
.proShow_box1{margin-bottom:60px;overflow: hidden;}
.gallery{width:48%;position:relative;}
.galleryBig{position:relative;height:500px;background:#fff;border:1px solid #ddd;}
.galleryBig li{height:500px;line-height:500px;text-align:center;}
.galleryBig p{position: absolute;bottom:-40px;left:0;height:40px;line-height:40px;text-align:center;width:100%;background: rgba(0,0,0,.6);color:#fff;transition:all .5s;}
.galleryBig p i{font-family:"iconfont";font-style:normal;margin-right:15px;}
.galleryBig:hover p{bottom:0;}
.gallery img{max-height:100%; vertical-align: middle;}
.gallerySmall{margin:10px 50px 0 50px;}
.gallerySmall li{cursor:pointer;pointer-events:initial !important;background:#fff;width:20%;height:100px;line-height:100px;text-align:center;}
.gallerySmall li::after{content:"";position: absolute;left:0;top:0;bottom:0;right:0;border:1px solid #bdc4ce;}
.gallerySmall .on::after{border:2px solid #09a43f;}
.gallery .btn{background:#333;width:35px;height:100px;line-height:100px;text-align:center;color:#fff;top:auto;bottom:0;opacity:.6;left:0;}
.gallery .swiper-button-next{right:0px;left:auto;}
.gallery .btn:hover {opacity:1;}

.proShow_R{width:48%;overflow:hidden;height:610px;background:#f4f4f4;padding:3%;}
.proShow_R .title{margin-bottom:20px;color:#333;border-bottom: 1px solid #ddd;font-size:2em;padding-bottom:20px;}
.proShow_R .font{min-height:120px;line-height:2;}
.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 .tel p{ font-size: 14px; line-height: 20px;}
.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:#f00;}
.proShow_R .btn a:hover{background:#09a43f;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_main{width:72%;}
.proShow_main .title,.showTie2{height:80px; background:#fafafa; border:1px solid  #ddd;  padding: 0 4%;font-size:1.571em;line-height:80px;color:#09a43f;}
.proShow_main .title span,.showTie2 span{position:relative;display:inline-block;}
.proShow_main .title span::after,.showTie2 span::after{content:"";position: absolute;left:0;bottom:0px;height:2px;background:#09a43f;width:100%;}
.proShow_main .info{padding:4%;border-bottom: 1px solid #ddd;min-height:400px;border:1px solid #ddd;border-top:none;}
.proShow_main .tie{margin-bottom:30px;font-size:1.286em;border-left:3px solid #09a43f;padding-left:20px;line-height:1;color:#333;}
.relaPros{margin-top:30px;overflow:hidden;}
.relaPros .tie{font-size:1.5em;}



/* 案例列表 */
.caseList ul{margin-right:-40px;}
.caseList li{float:left;width:33.3%;padding-right:40px;margin-bottom:40px;}
.caseList li .pImg{padding-top:70%;border-radius:5px 5px 0 0;border: 1px #eee solid;}
.caseList li .txt{background:#f8f8f8;padding:4% 6%;height:120px;position:relative;z-index:2;}
.caseList li h4{font-size:1.143em;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:#09a43f;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:#09a43f;}
.caseList li a:hover img{transform: scale(1.1);}
.caseList li a:hover .txt::after{height:100%;}

/* 案例详情 */
.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:#09a43f; text-align: center; padding: 50px 20px; border-bottom: 1px solid #09a43f}
.picSlide{position:relative;;padding:5%;overflow: hidden;}
.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 #09a43f;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:#09a43f;}
.showTie2{border-top: 1px solid #ddd;}
.caseShow_info{padding:4% 5%;}


/* 应用领域 */
.solutionIndex li{background:#f8f8f8;overflow:hidden;margin-bottom:20px; line-height:26px;}
.solutionIndex li .pic{width:50%;overflow:hidden;display:block;height:430px;}
.solutionIndex li .txt{width:50%;padding:4%;position:relative;}
.solutionIndex li h4{font-size: 2.143em;font-weight:normal;position:relative;padding-bottom:15px;margin-bottom:30px;}
.solutionIndex li h4::after{content:"";position:absolute;left:0;bottom:0;height:1px;background:#09a43f;width:15px;transition:all 0.4s; }
.solutionIndex li h4 a{color:#333;}
.solutionIndex li .txt .info{min-height:130px;}
.solutionIndex li .more{text-align:center;display:inline-block;font-size:12px;font-family:Arial;margin-top:25px;width:160px;border:none;height:46px;line-height:46px;color:#fff;background:#09a43f;}
.solutionIndex li .more:hover{width:220px;color:#fff;border:none;}
.solutionIndex li:nth-child(2n) .txt{float:left;} 
.solutionIndex li:nth-child(2n) .pic{float:right;}
.solutionIndex li:hover .bgImg{transform: scale(1.05);}
.solutionIndex li h4 a:hover{color:#09a43f;}

/* 应用领域详情 */
.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:#09a43f;color:#fff;}
.solutionFont{width:40%;height:520px;background:#f5f5f5;overflow: hidden;padding:4% 5%;}
.solutionFont .title{font-size:2em;color:#09a43f;margin-bottom:30px;padding-bottom:15px;position: relative;}

.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);}

/* 新闻列表 */
.newsSlide{overflow:hidden;position:relative;text-align: center;margin-bottom:50px;padding-bottom:0;}
.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:5%;}
.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:#09a43f;width:15px;transition:all 0.4s; }
.newsSlide li h4 a{color: #333;}
.newsSlide li h4 a:hover,.newsList li h3 a:hover{color: #09a43f;}
.newsSlide .slideIcon{position: absolute;bottom:0;right: 0;background:#09a43f; 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;opacity:.6;}
.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 .swiper-pagination-bullet-active{opacity:1;}
.newsList{background:#f1f1f1;padding:70px 0;overflow:hidden;font-size:.813rem;}
.newsList ul{margin-right:-25px;}
.newsList li{float:left;padding-right:25px;width:33.3%;margin-bottom:25px;}
.newsList li a{background:#fff;padding:6%;display:block;color:#777;}
.newsList li .pImg{padding-top:60%;margin-bottom:15px;}
.newsList li h3{font-size:1.231em;color:#333;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsList li p{height:80px;margin-bottom:15px;margin-top:15px;border-bottom: 1px solid #ddd;padding-bottom:15px;}
.newsList li i{font-style:normal;float:right;font-size:16px;}
.newsList li .date{color:#999;margin-bottom:10px;}
.newsList li a:hover{box-shadow:0 0 10px #ccc;}
.newsList li a:hover img{transform:scale(1.1);}
.newsList li a:hover h3,.newsList li a:hover i{color:#09a43f;}

.faqList ul{padding-left:1px;padding-top:1px;overflow: hidden;}
.faqList 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:260px;}
.faqList li::after{content:"";position: absolute;left:0;bottom:0;height:6px;background:#09a43f;transition:all .5s;width:0;}
.faqList li h4{font-size:1.429em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;font-weight:700;margin-bottom:10px;color:#333;}
.faqList li .tag{font-size:12px;margin:15px 0 20px 0;padding-left:25px;position:relative;color:#8f8f8f;}
.faqList li .tag::after{content:"\e606";font-family:"iconfont";position:absolute;left:0;top:-2px;font-size:1.143rem;}
.faqList li .txt{color:#777;height:100px;margin-bottom:15px;overflow:hidden;}
.faqList li .date{color:#999;display:block;}
.faqList li .date i{float:right;font-style:normal;font-size:1.286rem;font-family:"Arial";margin-top:-5px;}
.faqList li:hover::after{width:100%;}
.faqList li:hover{box-shadow:0 0 10px #ccc;}
.faqList li:hover h4 {color:#09a43f;}


/* 新闻详情 */
.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:26%;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 #09a43f;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:#09a43f;}
.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:#09a43f;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;}
.newsRelative{margin-top:40px;}
.newsRelative .tie{font-size:1.714em;color:#191919;margin-bottom:20px;}
.newsRelative li{float: left;width:48%;height:46px;line-height:46px;border-bottom: 1px solid #eee;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;background: url('../images/ly_li.png') no-repeat left center;padding-left:15px;}
.newsRelative li:nth-child(2n){float:right;}
.newsRelative li span{float:right;opacity:.5;margin-left:15px;}


/* 关于我们 */
.listTie{font-size:2.5rem;text-align:center;color:#191919;position:relative;margin-bottom:40px;line-height:1.2;}
.listTie span{display: block;font-size:14px;margin-top:8px;}
.aboutBox1{font-size:1em;text-align:center;}
.aboutBox1 .more{display:inline-block;margin-top:50px;width:180px;height:42px;line-height:40px;border:1px solid #ccc;border-radius:21px;letter-spacing:2px;}
.aboutBox1 .more:hover{background:#09a43f;border-color: #a57608;color:#fff;}
.aboutBox1 .pic{margin-top:60px;}

.aboutNum2{max-width:1200px;margin:0 auto;background:#fff;padding:30px 5%;box-shadow:0  5px  15px #ddd;border-radius:70px;display:flex;justify-content: space-between;height:120px;margin-top:60px;z-index:2;position:relative;text-align:left;}
.aboutNum2 li span{float:left;margin-right:20px;font-size:3.375em;font-weight:700;font-family:Arial;color:#09a43f;line-height:1;}
.aboutNum2 li p{float:left;}
.aboutNum2 li b{display:block;color:#09a43f;}

.culture li{float:left;width:25%;height:500px;text-align:center;color:#fff;position:relative;}
.culture li .txt{position: absolute;padding:0 10px;bottom:50px;width:100%;transition:all .4s;}
.culture li i{display:inline-block;width:50px;height:50px;margin-bottom:10px;opacity:0;transition:all .4s;}
.culture li h4{font-size:1.625em;font-weight:700;}
.culture li p{margin-top:20px;opacity:0;transition:all .4s;transition-delay:.15s;top:40px;}
.culture li:hover .txt{bottom:80px;}
.culture li:hover i{opacity:1;}
.culture li:hover p{opacity:1;top:0;}

.honor{font-size:1em;}
.honorSlide li{float:left;width:25%;text-align:center;}
.honorSlide li a{display: block;position: relative;overflow:hidden;}
.honorSlide li p{margin-top:15px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.honorSlide li .pImg{padding-top:70%;border:1px solid #ddd;}
.honor .swiper-pagination{position: static;margin-top:40px;height:2px;background:#e7e7e7;background:#e7e7e7;}
.swiper-pagination-progress .swiper-pagination-progressbar{background:#09a43f;}

.settingMenu2{text-align:center;margin-bottom:50px;overflow:hidden;}
.settingMenu2 a{display:inline-block;width:140px;height:40px;background:#fff;border-radius:5px;line-height:40px;margin:0 20px;position:relative;z-index:2;}
.settingMenu2 a::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:0;background:#09a43f;z-index:-1;transition:all .5s;}
.settingMenu2 .on::after,.settingMenu2 a:hover::after{height:100%;}
.settingMenu2 .on,.settingMenu2 a:hover{color:#fff;}

.setting2{background:#f5f5f5;overflow: hidden;}
.setting2 li{float:left;width:20%;padding-right:5px;padding-bottom:5px;}
.setting2 li .pImg{padding-top:74%;}
.setting2 li p{position:absolute;background: rgba(0,0,0,.5);padding:0 5%;height:50px;line-height:50px;color:#fff;left:0;bottom:-50px;z-index:2;width:100%;transition:all .3s;text-align:center;}
.setting2 li.big {width:40%;}
.setting2 li:hover img{transform: scale(1.1);}
.setting2 li:hover p{bottom:0;}


/* 图片列表 */
.picList ul{margin-right:-30px;}
.picList li{width:25%;text-align:center;float:left;padding-right:30px;margin-bottom:30px;font-size:1.143em;}
.picList li a{display:block;overflow:hidden;}
.picList li .pImg{padding-top:70%;border:1px solid #e1e1e1;}
.honorList li .pImg{padding-top:130%;}
.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:#09a43f;}
.galy{background:#f5f5f5;}
.teamList li{width:33.3%;}
.teamList li .pImg{padding-top:68%;}


/* 联系*/
#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:#09a43f;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: #09a43f;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:3%;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%;}
.feedback .tarea{width: 100%;height: 120px;padding-top: 15px;padding-bottom:15px;line-height: 1.6;}
.feedback textarea{width: 100%;height: 100%;}
.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:#09a43f;font-size:18px;border-radius:5px;}
.feedback .sub:hover{background:#09a43f;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:#09a43f;color:#fff;font-size:14px;height:40px;line-height:40px;border-radius:20px;width:160px;text-align:center;}
.contactInfo .zx:hover{background:#09a43f;}

/*------*/
/*==首页产品↓==*/
.bga{background: #f6f6f6;}
.productHome{}
.productHome .product-list{margin-top:60px}
.pro-top{display: flex;margin-bottom: 10px;padding: 30px 30px;box-shadow: 2px 10px 15px #dedede;border-radius: 10px;background: #fff;flex-wrap: wrap;}
.pro-top li{ width: 11%;margin: 0 5px 10px 5px;}
.pro-top a{display: flex;color: #595959;font-size: 16px;align-items: center;}
.pro-top a:before{opacity:0; content: "";display: block;width:8px;height:8px;margin-right: 10px;border-radius:50%;background: #09a43f;transition: all ease 0.3s;}
.pro-top li:hover a:before{opacity:1}
.pro-top li:hover a{color:#09a43f}


/*==产品列表2↓==*/
.proList2{margin:0 0 -20px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.proList2 li{display: inline-block;width: calc(20% - 20px);margin: 0 0 20px 20px;}
.proList2 a{display: block;border:1px #ddd solid; background: #fff;}
.proList2 .pImg{padding-top:72%;}
.proList2 h4{color:#484848;font-size:16px;margin:11px 0; text-align:center}
.proList2 li:hover h4{color:#09a43f; }
.proList2 li:hover a{border-color:#09a43f}
.proList2 li a:hover img{transform: scale(1.1);}
.proList2.lx3 li{width: calc(33.3% - 20px);}
