
@import url("all.css");
@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('../font/iconfont.ttf') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-toBottom:before {
  content: "\e613";
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0px; border: 0; font-size: 100%; outline: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; }
/* always display scrollbars */
body { font: 14px/1.8 "HiraginoSansGB-W3", "STHeiti", 'Microsoft yahei', tahoma; margin: 0 auto; color: #666; background-color: #fff; font-family:"HiraginoSansGB-W3","STHeiti",'Microsoft yahei',tahoma !important; min-width: 1200px;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
input { outline: none; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; }
::-moz-selection{ background:#119241; color:#fff; text-shadow:none;}
::selection { background:#119241; color:#fff; text-shadow:none;} 
a { text-decoration: none; blr: expression(this.onFocus=this.blur()); cursor: pointer; color: #666}
a:link, a:visited { text-decoration: none; transition: all 300ms ease 0s; -moz-transition: all 300ms ease 0s; /* Firefox 4 */ -webkit-transition: all 300ms ease 0s; /* Safari and Chrome */ -o-transition: all 0.2s ease-in-out 0s; /* Opera */ }
a:active, a:hover { text-decoration: none; transition: all 300ms ease 0s; -moz-transition: all 300ms ease 0s; /* Firefox 4 */ -webkit-transition: all 300ms ease 0s; /* Safari and Chrome */ -o-transition: all 0.2s ease-in-out 0s; /* Opera */ }
li::marker{display: none;content: ''}
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.l,.fl,.left { float: left; }
.r,.fr,.right { float: right; }
.vt { vertical-align: top; }
.vm { vertical-align: middle; }
.tc {    text-align: center;}
.inner,.container{ width: 1200px; margin: 0px auto;position: relative;}

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #00865e url(../image/loader.gif) center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 50px; width: 50px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; padding: 0; border: none; outline: none;opacity:0.6}
.slick-prev,.slick-next { background-color: #7f7f7f; width: 52px; height: 52px; z-index: 10; top: 50%; margin-top: -26px;}
.slick-prev:before,.slick-next:before{  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #119241; transform: scale(0); -webkit-transform: scale(0); transition: all .5s; -webkit-transition: all .5s; opacity: 0; visibility: hidden\9; z-index: -1;}
.slick-prev:hover:before,.slick-next:hover:before{ transform: none; -webkit-transform: none; opacity: 1; visibility: visible\9;}
.slick-prev i,.slick-next i { position: absolute; top: 50%; left: 50%; margin-top: -6px; margin-left: -3px; border-top: 6px solid transparent; border-bottom: 6px solid transparent;}
.slick-prev { left: 0px; }
.slick-next { right: 0px; }
.slick-prev i{ border-right: 6px solid #fff; }
.slick-next i{ border-left: 6px solid #fff; }
/* Dots */
@-webkit-keyframes scaleUpDown {
    from { -webkit-transform: scale(1.08); transform: scale(1.08); }
    to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}

@keyframes scaleUpDown {
    from { -webkit-transform: scale(1.08); transform: scale(1.08); }
    to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}

.slick-dots{ font-size:0; text-align:center; position:absolute; left:0; right:0; bottom:20px;  }
.slick-dots li{ transition:200ms; -webkit-transition:200ms; width:8px; height:8px; background:none; border-radius:100%; border:2px solid #fff; margin:0 6px; display: inline-block;*zoom: 1;*display: inline; vertical-align:middle; }
.slick-dots li a{ display:block; width:100%; height:100%; }
.slick-dots li.slick-active,.slick-dots li:hover{ background:#fff; }

.header{position: fixed;z-index: 99;left: 0;top: 0;background-color: #fff;width: 100%;height: 90px;-moz-box-shadow: 0px 2px 5px #ddd;-webkit-box-shadow: 0px 2px 5px #ddd;box-shadow: 0px 2px 5px #ddd;}
.logo{margin-top: 5px;}
.navsider{margin-top: 20px;}
.navsider ul li{float: left;}
.navsider ul li a{font-size: 16px;display: block;padding: 0 18px;line-height: 50px;}
.navsider ul li a:hover,.navsider ul li.active a{background: #119241;color: #fff}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto { position: absolute; bottom: -30px; width: 100%; }
/* LOADER */
.bx-wrapper .bx-loading { min-height: 50px; background: url(../image/bx_loader.gif) center center no-repeat #fff; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 2000; }
/* PAGER */
.bx-wrapper .bx-pager { text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; color: #666; padding-top: 20px; }
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; *zoom: 1; *display: inline; }
.bx-wrapper .bx-pager.bx-default-pager a { background: #fff; text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0 7px; outline: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active { background: #119241; }
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev { left: 5%; background: url(../image/a_l3.png) no-repeat 0 bottom; }
.bx-wrapper .bx-next { right: 5%; background: url(../image/a_r3.png) no-repeat right bottom; }
.bx-wrapper .bx-prev:hover { background-position: 0 top; }
.bx-wrapper .bx-next:hover { background-position: right top; }
.bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top: -14px; outline: 0; width: 54px; height: 54px; text-indent: -9999px; z-index: 9999; }
.bx-wrapper .bx-controls-direction a.disabled { display: none; }
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto { text-align: center; }
.bx-wrapper .bx-controls-auto .bx-start { display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0; background: url(../image/controls.png) -86px -11px no-repeat; margin: 0 3px; }
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0; }
.bx-wrapper .bx-controls-auto .bx-stop { display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0; background: url(../image/controls.png) -86px -44px no-repeat; margin: 0 3px; }
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px; }
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align: left; width: 80%; }
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { right: 0; width: 35px; }
/*index style end*/
.bannerpanel { position: relative; }
.banner { position: relative; width: 100%; overflow: hidden; left: 0px; top: 0px; z-index: 1; }
.banneritem { position: relative; width: 100%; height: 100%; overflow: hidden; }
.banneritem .pic { position: absolute; width: 100%; height: 100%; }
.banneritem .imgIn img { visibility: visible !important; -webkit-animation: scaleUpDown 1.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940); animation: scaleUpDown 1.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940); }

@-webkit-keyframes scaleUpDown {
    from { -webkit-transform: scale(1.1); transform: scale(1.1); }
    to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}

@keyframes scaleUpDown {
    from { -webkit-transform: scale(1.1); transform: scale(1.1); }
    to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}

.banneritem .pic img { width: 100%; display: block; }
.banerBtns { height: 11px; bottom: 210px; position: absolute; width: 100%; left: 0px; z-index: 99; text-align: center; display: none; }
.banerBtns span { height: 11px; line-height: 11px; width: 11px; margin: 0px 6px; display: inline-block; overflow: hidden; background: url(../image/num_1.png) no-repeat scroll center center; cursor: pointer; opacity: 0; }
.banerBtns span.cur { background: url(../image/num_2.png) no-repeat scroll center center; }
.bannerfont { text-align: center; width: 1200px; position: absolute; z-index:8; left: 50%; top: 50%; height: 100px; margin: -50px 0px 0px -600px; transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-in-out 0s; /* Firefox 4 */ -webkit-transition: all 0.2s ease-in-out 0s; /* Safari and Chrome */ -o-transition: all 0.2s ease-in-out 0s; /* Opera */ }



.bannerpanel .go-down { position:absolute; left:50%; bottom:60px; width:50px; height:50px; line-height:50px; text-align:center; font-size:50px; color:#fff; z-index:7; margin-left: -25px;}
.bannerpanel .go-down:before{background: url(../image/mouse.png) no-repeat scroll center center; content: '';width: 50px;height: 50px;display: block;}
.bannerpanel .go-down:after { content:'﹀﹀'; font-size:14px; line-height:9px; font-weight:100; width:14px; height:auto; margin:0 auto; overflow:hidden; display:block; word-break:break-all;word-wrap:break-word; position:relative; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}
.bannerpanel .go-down:after{
  -webkit-animation: down_ami 1.5s linear infinite 0s;
  -moz-animation: down_ami 1.5s linear infinite 0s;
  -o-animation: down_ami 1.5s linear infinite 0s;
  -ms-animation: down_ami 1.5s linear infinite 0s;
  animation: down_ami 1.5s linear infinite 0s;
}

@keyframes down_ami { 
  0% {
    top:0px;
    opacity: 0;
  }
  50% {
    top:10px;
    opacity: .5;
  }
  100% {
    top:20px;
    opacity: 1;
  }
}


/*底部*/
footer{width:100%;height:auto;background:#006426;min-width:1200px}
footer a{color: #fff;}
footer a:hover{color: #fff;}

footer .footer-wrap{width:1200px;margin:0 auto;height:100%}
footer .footer-wrap .top{height:150px;line-height:150px;text-align:center}
footer .footer-wrap .top img{vertical-align:middle}
footer .footer-wrap .footer-nav{height:85px;line-height:85px;border-bottom:1px solid #efefef;text-align:center}
footer .footer-wrap .footer-nav a{transition:all linear 0.1s;padding:0 33px;color:#fff;font-size:15px}
footer .footer-wrap .footer-info{height:136px;border-bottom:1px solid #efefef;line-height:135px;text-align:center}
footer .footer-wrap .footer-info span{padding-left:25px;font-size:14px;color:#fff;}
footer .footer-wrap .footer-info span i{margin-right: 5px;}
footer .footer-wrap .footer-copyright{padding-top:20px;height:76px;text-align:center;font-size:13px;color:#fff}
footer .footer-wrap .footer-copyright p:last-child{margin-top:20px}

.no-mediaqueries body { min-width: 1280px; }
@keyframes iconShow {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.index-prodcut{padding:115px 0;}
.title{font-size: 40px;color: #119241;position: relative;margin-bottom: 30px;padding-bottom: 20px;text-align: center;line-height: 1}
.title:after{content: '';position: absolute;left: 50%;width: 80px;height: 1px;background: #119241;bottom: 0;margin-left: -40px;}


.nav-product{text-align: center;margin-bottom: 20px}
.nav-product * {-webkit-box-sizing: border-box;box-sizing: border-box;}
.bhn-list{display:inline-block;text-align:center}
.bhn-list li{float:left;position:relative;z-index:1;}
.bhn-list li:before{visibility:hidden;position:absolute;left:50%;bottom:-16px;margin-left:-15px;width:30px;height:5px;background:#0a64aa;opacity:0;content:''}
.bhn-list li.active a{background:#119241;color:#fff;border-color: #119241}
.bhn-list li.active:before{visibility:visible;opacity:1}
.bhn-list li a{color: #333;display: block;font-size:18px;line-height:20px;border:1px solid #333;border-radius:5px;padding:20px 30px;margin:0 10px;height:60px;-webkit-transition:all .17s;-o-transition:all .17s;transition:all .17s;cursor:pointer}
.bhn-list li a:hover,.bhn-list li.on a,.bhn-list li a.active{color: #fff;background-color: #119241;border-color: #119241}
.n-gridlist .item{width:378px;float:left;margin:0 15px;background:#fff;position:relative;border: 1px solid #119241;overflow:hidden;-webkit-transition:all ease 300ms;-moz-transition:all ease 300ms;-ms-transition:all ease 300ms;-o-transition:all ease 300ms;transition:all ease 300ms}
.n-gridlist .item a{width:100%;display:block;cursor:pointer}
.n-gridlist .item img{max-width:100%;height:auto;display:block}
.n-gridlist .item h3{width:100%;height:64px;line-height:64px;text-align:center;font-size:16px;-webkit-transition:all ease 300ms;-moz-transition:all ease 300ms;-ms-transition:all ease 300ms;-o-transition:all ease 300ms;transition:all ease 300ms;background-color: #efefef}
.n-gridlist .item .bg{position:absolute;width:380px;height:auto;left:-400px;top:0;z-index:8;background:url(../image/red80.png) repeat 0 0;text-align:center;-webkit-transition:all ease 300ms;-moz-transition:all ease 300ms;-ms-transition:all ease 300ms;-o-transition:all ease 300ms;transition:all ease 300ms}
.n-gridlist .item .bg s{width:50px;height:50px;display:block;border-radius:100%;margin:-25px 0 0 -25px;background-color:#fff;background-position:-22px 18px;position: absolute;top: 50%;left: 50%;}
.n-gridlist .item:hover{background:#333333;box-shadow:0 2px 8px rgba(0,0,0,0.2)}
.n-gridlist .item:hover h3{color:#fff;background-color: #119241}
.n-gridlist .item:hover .bg{left:0}
.nyIcon {background: url(../image/nyIcon.png) no-repeat;display: inline-block;vertical-align: middle;}
.index-prodcut .bd{position: relative;height:600px;}
.index-prodcut .bd .box{display:block;opacity: 0;position: absolute;width:100%;height:600px;top:20px;left:0px;z-index:0}
.index-prodcut .bd .box.active{display:block;opacity: 1;z-index:3}
.index-prodcut .slick-prev{left: -50px}
.index-prodcut .slick-next{right: -50px}
.index-prodcut .slick-prev:before, .index-prodcut .slick-next:before{background-color: #119241}

.index-about{padding:115px 0;}
.index-about .fl{width: 580px;    margin-top: 115px;}
.index-about .fl h2{color: #119241;font-size: 28px;margin-top: 0;}
.index-about .fl .c{font-size: 16px;line-height: 32px;margin-top: 20px;}
.index-about .fl .more{margin-top: 20px;}
.more a { display: inline-block;  width: 150px; height: 50px; line-height: 50px; color: #119241; font-size: 14px; background: #efefef; border-radius: 24px; cursor: pointer; text-align: center; position: relative; overflow: hidden; }
.more a:hover{background-color: #119241;color: #fff}
.about-video{position: relative;}
.about-video .vico{  position: absolute; left: 50%; top: 50%; margin: -45px 0px 0px -33px;  color: #fff; text-align: center; z-index: 9;}
.about-video .vico i{ background: url(../image/video1.png) no-repeat scroll center top; width: 66px; height: 66px; display: block; margin: 0px auto 10px; transition: 400ms; -webkit-transition: 400ms;}
.about-video:hover .vico i{transform: scale(0.8); -webkit-transform: scale(0.8);}


.index-plant{padding: 60px 0;background-color: #f8f8f8}
.honor-list { margin-top: 70px; position: relative; padding: 0 47px; }
.honor-info figure { margin: 0 7px; padding: 10px; border-radius: 0; transition: 430ms; background:#ccc; background-size: contain;}
.honor-info figure img { display: block; max-width: 100%; line-height: 1; transition: 450ms; max-height: 222px;margin: 0 auto}

.honor-info:hover figure {background: #0a63aa; }
.honor-info:hover figure img { transform: scale(1.06); -webkit-transform: scale(1.06); -moz-transform: scale(1.06); }

.honor-list .slick-dots { position: relative; bottom: 0; margin-top: 34px; text-align: center; }
.honor-list .slick-dots li { display: inline-block; margin-right: 12px; width: auto; margin-left: 0; height: auto; }
.honor-list .slick-dots li:last-child { margin-right: 0; }
.honor-list .slick-dots li button { padding: 0; margin: 0; border: none; outline: none; width: 14px; height: 14px; border-radius: 50%; background: #cec8ce; cursor: pointer; transition: 355ms; }
.honor-list .slick-dots li.slick-active button { background: #49A986; }
.honor-list p{margin-top: 10px;text-align: center;}
.honor-list .imghide a:before{position: absolute;top: 50%;left: 50%;margin: -25px 0 0 -25px;z-index: 5;display: none;transition: 450ms;background: url(../image/fd.png) 0 0 no-repeat;content: '';width: 50px;height: 50px;}
.honor-list .imghide a:hover:before{display: block;}
.honor-list .imghide a{display: block;position:relative;z-index: 3;background: none}

#section5{background-size: cover;    color: #898989;}
.index-contact{height: 752px;}
.index-contact .inner{padding-top: 170px;}
.index-contact .c{color: #fff;}
.index-contact h2 { font-size: 34px; color: #fff; font-weight: normal; line-height: 38px;margin-bottom: 20px;padding-bottom: 20px;position: relative;}
.index-contact h2:before{position: absolute;left: 0;bottom: 0;content: '';width: 100px;height: 2px;background-color: #fff;}
.index-contact span { width: 410px; display: block; margin: 10px 0;}
.index-contact .mapbox1{width: 700px;height: 400px;position: relative;}
.back4_botRight { position: absolute; width: 478px; height: 307px; background: #119241; z-index: 0; bottom: -10px; right: -10px;}
#andamap{z-index: 1!important} 


.page-page,.product-page{padding: 185px 0 80px;}
.product-page .n-gridlist .item{margin: 0px 10px 30px;}

.pages{text-align: center; width:100%;}
ul.pagination{display:inline-block;padding:0;margin:2rem auto;}
ul.pagination li{display:inline}
ul.pagination li a{color:black;float:left;padding:8px 16px;text-decoration:none;transition:background-color .3s;border:1px solid #ddd}
ul.pagination li a.active{background-color:#119241;color:white;border:1px solid #119241}
ul.pagination li a:hover:not(.active){background-color:#ddd}

.bgf5{background-color: #F5F5F5}

.page-content{padding: 185px 0 80px;}
.news-content{padding:60px 70px;width:1060px;background-color:#fff;margin:0px auto}
.news-content h2.tit{font-size:28px; font-weight:400;}
.news-content .meta { color:#999;margin-top: 10px;}
.news-content .meta  span{padding:0 5px;}
.news-content .edit-cont{ padding:3% 0%; margin-top:2%; border-top:1px solid #eee; font-size:16px; color:#666; line-height:2;}
.news-content .edit-cont img{display: inline-block;}
.news-content .bshare{margin-top: 10px;}

.previous{ padding:26px 0px 0; border-top:1px solid #dedede; position:relative; margin-top: 50px;}
.previous .previ{ display:block; width:130px; height:44px; text-align:center; line-height:44px; color:#333333; background-color: #dedede;}
.previous .prev{ float:left;}
.previous .next{ float:right;}
.backlist{ display:block; width:145px; height:44px; text-align:center; line-height:44px; color:#fff; background:#119241; position:absolute; left:50%; margin-left:-72px; top:26px;}
.backlist:hover{ background:#666;}
.previous .previ:hover{ background:#119241; color:#fff;}

.iboxT { padding: 0 0 30px; text-align: center; color: #b4b4b4; }
.iboxT .zh { font: 45px/1.4 "microsoft yahei"; color: #119241; margin-bottom: 15px; }
.iboxT .mz { color: #b4b4b4; letter-spacing: 4px; text-transform: uppercase; position: relative; padding: 0px 15px; }
.iboxT .mz .i1, .iboxT .mz .i2 { height: 1px; background-color: #d2d2d2; position: absolute; top: 50%; width: 112px; overflow: hidden; display: block; }
.iboxT .mz .i1 { right: 100%; }
.iboxT .mz .i2 { left: 100%; }
.iboxT .c{font-size:18px;text-align:center;color:#666;line-height:30px;width:640px;margin:0 auto;display: block;}


.page-about{padding: 115px 0 0}
.gsjj{padding: 115px 0;}
.gsjj .inner{width: 1280px;}
.gsjj .box{width: 600px;margin-top: 115px;}
.gsjj .box h1{font-size: 30px;font-weight: 400;margin-bottom: 30px}
.gsjj .scapic{width:625px;}

.gsjj .box .more{margin-top: 20px;}

.qywh{padding:80px 0 120px;}
.qywh .slick-arrow{background: url(../image/yw_btn.png) 0 -115px no-repeat;top: 50%;margin-top: -50px;height: 100px;width: 100px;z-index: 3;-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;transition: all .2s;}
.qywh .slick-arrow.slick-prev{left: 160px}
.qywh .slick-arrow.slick-next{right: 160px;background-position: -85px -115px;}
.qywh .slick-arrow.slick-prev:hover{background-position: 0px 0;}
.qywh .slick-arrow.slick-next:hover{background-position: -85px 0;}
.qywh .box{color:#fff;position:absolute;top:47%;left:50%;opacity:1;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:1px solid #fff;text-align:center;padding:5% 7% 5%;box-sizing:border-box}
.qywh .box h2{font-size:34px;font-weight: 400}
.qywh .box .c{margin:0 auto;line-height:24px;margin-top:3%}
.qywh .slick-dots{bottom: 50px;}

.honor{padding: 115px 0;background-color: #f8f8f8}


.imghide {overflow: hidden;}
.plant{padding:115px 0;}
.plant-list  img {width: 97%;margin: 0 auto}
.plant-list { margin: 0 -60px;padding: 0!important}
.plant-list .slick-prev{left: -50px;}
.plant-list .slick-next{right:  -50px;}
/*联系*/
.contact-page{padding-top: 240px;}
.contact-c{padding-bottom: 80px;}
.contact-c .con{width: 40%;}
.contact-c .con span{font-family: georgia,serif;font-size: 30px;color: #119241;}
.contact-c .con .qrcode{text-align: center;margin-top: 20px;}
.contact-c .con .qrcode p{margin-top: 10px;}
.contact-c .con .qrcode div{width: 48%;}
.contact-c .con .qrcode div img{max-width: 100%}
.contact-c .mapbox{width: 56%;height: 440px; border: 1px solid #ccc; padding: 10px;}
.feedback{min-height:300px;padding:80px 0;background:#f5f5f5;margin-top: 4rem;}
.feedback .title{margin-bottom: 40px;}
.feedback textarea,.feedback input{background:transparent;font-size:14px;color:#888;outline:none;border:0}
.feedback *{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.feedback .wal{max-width:770px}
.feedback .form li{width:50%;padding:0 0 20px 50px;position:relative;float:left}
.feedback .form li .name{position:absolute;z-index:10;left:50px;right:auto;top:0;bottom:auto;line-height:52px;font-size:14px;color:#666;padding-left:10px}
.feedback .form li .name span{position:absolute;z-index:10;left:0;right:auto;top:0;bottom:auto;color:#119241}
.feedback .form li .input{min-height:52px;border-bottom:#ccc solid 1px;position:relative;z-index:8}
.feedback .form li .input input{width:100%;height:52px;line-height:52px;padding-left:10px;font-size:14px;color:#666}
.feedback .form .li_01{width:100%;padding:45px 0 30px 50px}
.feedback .form .li_01 .input{background:#e6e6e6;border:0}
.feedback .form li .input textarea{width:100%;height:165px;line-height:32px;padding:10px 15px;font-size:14px;color:#666}
.feedback .form li.lzm{top:8px}
.feedback .form li.lzm img{width:90px;position:absolute;z-index:10;left:auto;right:0;top:10px;bottom:auto}
.feedback .form .submit input{width:100%;height:59px;font-size:16px;color:#fff;cursor:pointer;margin: 0 auto;background-color: #119241;display: block;}
.feedback .form li.on .name {opacity: 0;}
.feedback .form li.on .input {border-color: #119241;}
.Validform_checktip{position: absolute;top: 12px;}
.feedback .Validform_wrong{right: 0;color: #f00;}
.Validform_checktip.Validform_right{display: none;}
.feedback .form li.lzm .Validform_wrong{right: auto;left: 100px;}

.map{margin-right:350px;position:relative}
.map .n-map{position:absolute;bottom:-60px;right:-3vw;width:124px}
.map svg{width:850px;height:714px}
.map circle{fill:#fff;pointer-events:none;opacity:0}
.map circle.on{opacity:1}
.map polygon{cursor:pointer;fill:#888888;stroke:#bebebe;stroke-width:0.5;opacity:1;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}
.map polygon:hover,.map polygon.active{opacity:0.8}
.map-province{white-space:nowrap;position:absolute;margin:5px 0 0 -20px;width:40px;pointer-events:none;color:#fff;font-size:12px;text-align:center}
.branch-area{width:60px;height:60px;background-color:white;border-radius:100%;position:absolute;z-index:10;margin:-30px 0 0 -30px;text-align:center;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}
.branch-area.on{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.branch-area:before{content:"";width:80px;height:80px;border-radius:100%;position:absolute;background-color:rgba(255,255,255,0.4);top:-10px;left:-10px;z-index:-1}
.branch-area .number{font-size:22px;color:#119241;line-height: 1}
.branch-area .name{margin-top:5px}
#jianli{display:none}
.address-box{width:300px;height:430px;background-color:#fff;-webkit-box-shadow:0 0 10px #eee;box-shadow:0 0 10px #eee;margin-top:100px}
.address-box .tt{height:60px;color:#fff;font-size:18px;line-height:60px}
.address-box .tt > div{width:50%;height:100%;position:relative;cursor:pointer}
.address-box .tt .province{background-color:#119241}
.address-box .tt .city{background-color:#5c5c5c}
.address-box dt{position:relative;padding-left:20px}
.address-box dt i{-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:block;position:absolute;top:50%;margin-top:-10px;right:10%;width:20px;height:20px;line-height:20px;text-align:center}
.address-box dt.on i{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
.address-box dd{position:absolute;top:60px;left:100%;width:200%;color:#5c5c5c;background-color:white;display:none;height:370px;overflow:hidden;overflow-y:auto}
.address-box .tt .province dd{left:0}
.address-box .tt .city dd{left:-100%}
.address-box dd li{height:40px;line-height:40px;text-align:center;border-bottom:1px dashed #eee}
.address-box .cc{height:370px;overflow:hidden;overflow-y:auto}
.address-box .cc li{padding:20px}
.address-box .cc li + li{border-top:1px solid #eee}
.address-box .cc h3{font-size:16px;color:#123c7b}
.address-box .cc p{font-size:14px;color:#292929;line-height:2}

/*全站的弹窗样式*/
@keyframes bounceIn{0%{opacity:0;transform:scale(.5)}100%{opacity:1;transform:scale(1)}}
@keyframes bounceOut{0%{opacity:0;transform:scale(1)}100%{opacity:1;transform:scale(0)}}
@keyframes bounceInOut{0%{opacity:0;transform:scale(.5)}15%{opacity:1;transform:scale(1)}85%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(0)}}

.sharonTips {animation-fill-mode: both;animation-duration: .3s;z-index: 19910119;width: 260px;position: fixed;-webkit-overflow-scrolling:touch;background-color: #fff; -webkit-background-clip: content;box-shadow: 1px 1px 50px rgba(0,0,0,.3);left: 50%;top:50%;margin-left:-130px;font-size: 14px;}
.sharonTips-shade {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index:19910116;background-color: #000;opacity: 0.3;}

/*弹窗的动画行为*/
.anim-bounceIn {animation-name:bounceIn}
.anim-bounceOut {animation-name:bounceOut;}
.anim-bounceInOut {animation-name:bounceInOut;animation-duration: 2.4s;}


/*弹窗的样式*/
.sharonTips-toast{position:fixed;top:50%;left:50%;width:auto;padding: 15px 30px;text-align:center;color:#fff;border-radius:3px;background:rgba(0,0,0,0.7);z-index: 19910120;}
.sharonTips-confirm{}
.sharonTips-prompt input{width: 100%;height: 30px;line-height: 30px;}


.sharonTips-title {padding: 0 80px 0 20px;height: 42px;line-height: 42px;border-bottom: 1px solid #eee;font-size: 14px;color: #333;overflow: hidden;background-color: #F8F8F8;}
.sharonTips-content {position: relative;padding: 20px;line-height: 24px;word-break: break-all;font-size: 14px;overflow-y: auto;}
.sharonTips-closeBtn {position: absolute;right: 15px;top: 15px;font-size: 0;line-height: initial;}
.sharonTips-closeBtn a {display: inline-block;vertical-align: top;position: relative;width: 16px;height: 16px;margin-left: 10px;font-size: 12px;background:url('../image/sharonTips-icon.png') 0 -40px no-repeat;}
.sharonTips-btn {text-align: right;padding: 0 10px 12px;pointer-events: auto;user-select: none;}
.sharonTips-btn a {height: 28px;line-height: 28px;margin: 0 6px;padding: 0 15px;border: 1px solid #dedede;background-color: #f1f1f1;color: #333; border-radius: 2px;font-weight: 400;cursor: pointer;text-decoration: none;display: inline-block;vertical-align: top;}
.sharonTips-btn a.yesBtn {border-color: #4898d5;background-color: #2e8ded;color: #fff;}



/*animate.css 的一点补充动画*/

.fadeInLeftSmall {animation-name: fadeInLeftSmall;}
@keyframes fadeInLeftSmall {
    from { opacity: 0;transform: translate3d(-10%, 0, 0);}
    to { opacity: 1;transform: none;}
}



.fadeInRightSmall {animation-name: fadeInRightSmall;}
@keyframes fadeInRightSmall {
    from {opacity: 0;transform: translate3d(10%, 0, 0);}
    to { opacity: 1;transform: none;}
}

.picture-page .n-gridlist .item img{max-height: 250px;margin: 0 auto}
.picture-page .n-gridlist{display: flex; flex-wrap: wrap;;}
.picture-page .n-gridlist .item{    display: inline-flex;}
.picture-page .n-gridlist .item .bg{height: 100%}

/*公司展示*/
.zhanshi-page{padding-top: 180px;padding-bottom: 0;}
.zhanshi_1{padding-bottom: 80px;}
.zhanshi_1_c .pic{display:block;width:100%;overflow:hidden;position:relative;background-size:cover;background-repeat:no-repeat;background-position:center center}
.zhanshi_1_c .pic img{display:block;width:100%;transition:600ms;-webkit-transition:600ms}
.zhanshi_1_c .cover{background:url(../image/bg2.png);color:#fff;opacity:0;display:none\9;display:block;position:absolute;top:0;left:0;right:0;bottom:0;transition:600ms;-webkit-transition:600ms}
.zhanshi_1_c .ti{text-align:center;margin-top:23.5%}
.zhanshi_1_c .entra{transform:translateY(60px);-webkit-transform:translateY(60px);opacity:0;transition:400ms;-webkit-transition:400ms}
.zhanshi_1_c .ti .nowti{display:block;font-size:20px;margin-top:8px;transition-delay:50ms;-webkit-transition-delay:50ms;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:1.4;font-style:normal}
.zhanshi_1_c .ti .line{display:block;width:40px;height:1px;margin:0 auto;background:#fff;margin-top:20px;transition-delay:100ms;-webkit-transition-delay:100ms}
.zhanshi_1_c .tx{width:296px;position:absolute;left:50%;margin-left:-148px;bottom:45px;border:1px solid #fff;padding:2px 0;max-height:50px;text-align:center;border-radius:50px;transition-delay:150ms;-webkit-transition-delay:150ms;font-size:20px}
.zhanshi_1_c .ico{width:25px;height:25px;background-image:url(../image/big.png);position:absolute;top:20px;left:25px;transform:scale(0);-webkit-transform:scale(0);opacity:0;display:none\9;background-repeat:no-repeat;background-position:center center}
.zhanshi_1_c .item {display:block;float:left;position:relative;margin-left: 10px}
.zhanshi_1_c .item:first-child{margin-left:0}
.zhanshi_1_c .item:hover .ico{transform:scale(1);-webkit-transform:scale(1);opacity:1;display:block\9}
.zhanshi_1_c .item:hover .cover{opacity:1;display:block\9}
.zhanshi_1_c .ti .tii{display:block}
.zhanshi_1_c .item:hover .entra{transform:translateY(0);-webkit-transform:translateY(0);opacity:1}
.zhanshi_1_c .slick-next{right: -50px;}
.zhanshi_1_c .slick-prev{left:-60px;}
.zhanshi_1_c .slick-arrow:hover,.honor .slick-arrow:hover,.index-prodcut .slick-arrow:hover{background-color: #ff0000;opacity: 1;}

.zhanshi_2{padding: 80px 0;background-repeat: no-repeat;background-position: center center;background-size: cover;background-attachment: fixed;}
.ix-ab-l { width: 45%; }
.ix-ti .line { width: 19px; height: 6px; background: #119241; margin-bottom: 14px; display: block;}
.c-black { color: #333; }
.ix-ti .en { font-size: 53px; margin-bottom: 5px; }
.ix-ti .ch { font-size: 40px; }
.ix-ab-l .tx { font-size: 16px; line-height: 36px !important; height: 180px; margin: 41px 0 69px 0; }
.zhanshi_2 .ix-ti { position: absolute; left: 15px; top: 40px; }
.pro-a { display: block; overflow: hidden; color: #fff; position: relative; }
.pro-a .pic { width: 66.64%; float: right; }
.pro-a .txts { width: 530px; background: #119241; position: absolute; left: 0; bottom: 0; z-index: 9; }
.pro-a .txts .pa { padding: 44px 55px 68px 55px; position: relative; z-index: 9; }
.pro-a .txts .nowti { font-size: 20px; margin-bottom: 20px; }
.pro-a .txts .line { width: 33px; height: 1px; background: #fff; background: rgba(255,255,255,.5); margin-bottom: 15px; }
.pro-a .txts .tx { height: 50px; }
.pro-a .txts:before, .pro-a .txts:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-size: cover; background-repeat: no-repeat; transition: 600ms; -webkit-transition: 600ms; }
.zhanshi_2 { position: relative; }
.zhanshi_2 .slick-arrow{ width:28px; height:28px; background:#959595; border-radius:100%; display:block; position:relative; z-index:99; }
.zhanshi_2 .slick-arrow i{ display:block; position:absolute; top:0; bottom:0; width:35px; transition:transform 300ms; -webkit-transition:transform 300ms; }
.zhanshi_2 .slick-prev i{ right:11px; background:url(../image/ix-ico-4.png) no-repeat left center; border: 0;margin: 0;left: auto}
.zhanshi_2 .slick-next i{ left:11px; background:url(../image/ix-ico-5.png) no-repeat right center;border: 0;margin: 0}

.zhanshi_2 .slick-arrow { bottom: 24px; position: absolute; background: #fff; top: auto}
.zhanshi_2 .slick-prev { left: 583px; opacity: 1}
.zhanshi_2 .slick-next { left: 632px; opacity: 1 }

.zhanshi_2 .slick-arrow:hover { background-color: #119241; }
.zhanshi_2 .slick-prev:hover i { background-position: right center; transform: translateX(-5px); -webkit-transform: translateX(-5px); }
.zhanshi_2 .slick-next:hover i { background-position: left center; transform: translateX(5px); -webkit-transform: translateX(5px); }
.slick-prev:before, .slick-next:before{content: '';display: none;}
.zhanshi_2 .item a:hover{color: #fff}

.popnews {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10001;
  left: 0;
  top: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.54s
}

.popbgs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  filter: alpha(opacity=70);
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: 0.54s 0.4s
}

.popclose {
  width: 50px;
  height: 50px;
  position: fixed;
  left: 30px;
  top: 50%;
  margin-top: -25px;
  background: url(../image/close.png) center no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 5;
  transition: all 0.42s;
  left: -50px
}

.popclose:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg)
}

.poptext {
  height: 100%;
  position: absolute;
  width: 1000px;
  left: 100%;
  top: 0;
  z-index: 4;
  transition: 0.58s
}

.popwrs {
  background: #fff;
  height: 100%;
  min-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow: scroll\9
}

.popwrs::-webkit-scrollbar,
.serscoll::-webkit-scrollbar {
  width: 5px;
  height: 5px
}

.popwrs::-webkit-scrollbar-thumb,
.serscoll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #000000
}

.popwrs::-webkit-scrollbar-track,
.serscoll::-webkit-scrollbar-track {
  border-radius: 5px
}

.popnewtext {
  width: 710px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 100px
}

.popnews.show {
  visibility: visible
}

.popnews.show .popbgs {
  opacity: 1;
  visibility: visible;
  transition: 0.65s
}

.popnews.show .popclose {
  left: 50%;
  transition: 0.4s 0.3s left, 0.4s transform;
  margin-left: -550px
}

.popnews.show .poptext {
  left: 50%;
  margin-left: -500px
}

@media screen and (max-width: 1200px){
  .index-prodcut .slick-next,.zhanshi_1_c .slick-next{right: 0;}
  .index-prodcut .slick-prev,.zhanshi_1_c .slick-prev{left: 0;}
  .back4_botRight{right: 0;}
  .banneritem .pic img{width: auto;max-height: 100%;}
  .gsjj .inner{width: 1200px;}
}

