@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "EU-HZ";
  src: url("../fonts/EU-HZ.woff2") format("woff2"),
       url("../fonts/EU-HZ.woff") format("woff"),
       url("../fonts/EU-HZ.ttf") format("truetype"),
       url("../fonts/EU-HZ.eot") format("embedded-opentype"),
       url("../fonts/EU-HZ.svg") format("svg");
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite, code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio, video{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; outline-style:none;/*FF*/font-size:10px;font-family: "Arial","Microsoft Yahei"; list-style:none;}
body { line-height:1; }
a{ margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent;text-decoration:none; color:#333; cursor:pointer;outline:0;}
a:hover,a:focus{ text-decoration:none;  outline-style:none;/*FF*/ }
table { border-collapse:collapse; border-spacing:0;}
input, select {vertical-align:middle;}
/*css为clearfix，清除浮动*/
.clearfix::before,.clearfix::after{content:""; height:0; line-height:0; display: block;visibility: hidden; clear:both;}
.clearfix:after{clear:both;} 
.clearfix{*zoom:1;/*IE/7/6*/}

.warp{ max-width:1300px; padding:0 20px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp2{ max-width:1760px; padding:0 20px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.clear{ overflow:hidden;}
.clear2{ clear:both;}


h1,h2,h3,h4,h5,h6{ font-weight:normal;}
.play{transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all;}

/*all-img*/
.xxl,icu1{ display:block;}
.xl,.l,.m,.icu2{ display:none;}

/*parts*/
div.fy {text-align:center;line-height:4rem; padding-top:40px;}
div.fy a {  margin:2px 2px;padding:8px 12px;color:#232323;font-size:1.4em; display:inline; background-color:#fff; border:1px solid #a9a9a9;}
div.fy a:hover {background-color:#00883f;color:#FFF; border:1px solid #00883f;}
div.fy a:active { background-color:#00883f;color:#FFF;  border:1px solid #00883f;}
div.fy span.current { margin:2px 2px;padding:8px 12px; border:1px solid #00883f; background-color:#00883f;color:#FFF; font-size:1.4em;}
div.fy span.disabled {   margin:2px 2px;padding:8px 12px;color:#232323; font-size:1.4em; background-color:#fff; border:1px solid #a9a9a9;}

/*手机导航*/
.m-header{ width:100%; background:#fff;}
#hamburger {width: 24px; height: 14px;	position:absolute;	top: 25px;	right: 25px;	z-index: 999;display: none;}
#hamburger:before, #hamburger:after, #hamburger span { background:#377e1e; content: ''; display: block;    width: 20px;  height: 2px;}
#hamburger span {	margin: 4px 0 0 0;}
#hamburger:after {	margin: 4px 0 0 0;}
#hamburger.hb-fixed {	position: fixed;}
/* Hamburger animation */
#hamburger:before, #hamburger:after, #hamburger span {	-webkit-transition: none 0.3s ease 0.3s;	transition: none 0.3s ease 0.3s;	-webkit-transition-property: transform, top, bottom, left, opacity, margin;	transition-property: transform, top, bottom, left, opacity, margin;}
html.mm-opening #hamburger:before, html.mm-opening #hamburger:after {top: 20px;}
html.mm-opening #hamburger span {	left: -50px;	opacity: 0;}
html.mm-opening #hamburger:before {	transform: rotate( 45deg );	margin: 7.5px 0 0 0;}
html.mm-opening #hamburger:after {	transform: rotate( -45deg );margin: -7.5px 0 0 0;}
/*弹出input*/
.overCurtain {position: fixed; top:20px; right:40px; height:40px; width:40px;display:none; opacity:1; z-index:1000; cursor:pointer;}
.hide-center {background-color:#444;  position:fixed; z-index:999; display:none; width:100%; height:100%; top:0;}
.hide-center .boxs{ display:table; width:100%; height:100%;}
.hide-center .box{ display:table-cell; vertical-align:middle; padding:0 20px;}
.field__input{ float:left; width:100%; border:none; outline:none; height:60px; padding:20px 160px; font-size:3.2em; font-weight:bold; color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align:center; border-bottom:1px solid #ccc; background-color: transparent;}
.m-btn{ float:left;border:none; outline:none; background-color: transparent; padding:19.5px; height:60px; font-size:1.6em; font-weight:bold; color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width:140px; position:absolute; right:40px; text-transform:uppercase;}
.s-close { width:40px; height:40px; transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all; font-size:0px; margin-top:20px;	display:block;}
.s-close::before,.s-close::after {	content:'';	width:40px;	height:2px;	background:#FFF;	display:block; transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all;}
.s-close::before {	-webkit-transform:rotate(45deg);	transform:rotate(45deg);}
.s-close::after {	-webkit-transform:translateY(-2px) rotate(-45deg);	transform:translateY(-2px) rotate(-45deg);}
.s-close:hover:before{transform:rotate(90deg);}
.s-close:hover:after{ transform:rotate(0deg);}

.overCurtain2 {position: fixed; top: 0;    bottom: 0;    left: 0;    right: 0;width:100%;display:none; background-color:#000; opacity:0.7; z-index:999;}
.hide-center2 {position:fixed;right:0;left:0;	bottom:0;	top:20%;margin:auto;	display:none;	z-index:1000;	width: 100%;   max-width: 800px;	height:600px;}

/*header*/
.header .munes .mune a,.header .munes .mune a:after{ transition:ease .2s all;-moz-transition:transition:ease .2s all; -webkit-transition:transition:ease .2s all; -o-transition:transition:ease .2s all;}
.header .logo,.header .mune,.header .more{ float:left;}
.header .logo{ padding:12px 0;}
.header .munes{ float:right;}
.header .munes .mune a{ padding:40px 20px 32px 20px; font-size:1.6em; color:#464646; display:inline-block;  line-height:24px; position:relative; z-index:3;}
.header .munes .mune a:after{ position:absolute; bottom:100%; left:0; width:100%; height:100%; content:""; background:#468826; z-index:-1;}
.header .munes .mune a:hover,#m1 .m1,#m2 .m2,#m3 .m3,#m4 .m4,#m5 .m5,#m6 .m6,#m7 .m7{ color:#fff; }
.header .munes .mune a:hover:after,#m1 .m1:after,#m2 .m2:after,#m3 .m3:after,#m4 .m4:after,#m5 .m5:after,#m6 .m6:after,#m7 .m7:after{  bottom:0%; }
.header .munes .more span{ padding:40px 12px 30px 12px; display:inline-block; }
.header .munes .more .search img{ margin-bottom: -6px;}
.header .munes .more .lun a{ width:24px; height:24px;display: inline-block; line-height:24px; text-align:center; border-radius:50%; background:#318833; font-size:1.2em;  font-weight:bold; color:#fff;}

/*footer*/
.footer .fo1 .f-mune .dot a{ transition:ease .2s all;-moz-transition:transition:ease .2s all; -webkit-transition:transition:ease .2s all; -o-transition:transition:ease .2s all;}
.footer{ background:#3a3b39;}
.footer .fo1{ padding:40px 0;}
.footer .fo1 .warp2{ display:table; width:100%;}
.footer .fo1 .warp2>*{ display:table-cell; border-right:1px solid #626361; vertical-align:top; padding:20px;}
.footer .fo1 .f-con{ width:22%;}
.footer .fo1 .f-con h3{ font-size:2.5em; font-weight:bold; color:#fff; margin-bottom:5px;}
.footer .fo1 .f-con h4{ font-size:3.2em; color:#fff; opacity:0.07; font-weight:bold; margin-bottom:20px;}
.footer .fo1 .f-con p{ font-size:1.4em; color:#dcdcdc; line-height:40px;}
.footer .fo1 .f-con p span img{ margin:0 5px -5px 0;}
.footer .fo1 .f-con p span{ font-size:1.8em; font-weight:bold; color:#fff;}
.footer .fo1 .f-con .share{ margin-top:20px;}
.footer .fo1 .f-con .share span{ border:1px solid #7a7a79; border-radius:50%; width:40px; height:40px; display:inline-block; margin-right:10px; padding:9px 7px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.footer .fo1 .f-mune{ width:60%; padding:20px 0%;}
.footer .fo1 .f-mune .dot{ float:left; padding:0 30px; width:16.66%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.footer .fo1 .f-mune .dot a{ display:inline-block; }
.footer .fo1 .f-mune .dot h3 a{ color:#fff; font-size:1.8em; margin-bottom:20px;}
.footer .fo1 .f-mune .dot p a{ font-size:1.4em; color:#cecece; line-height:30px; height:30px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.footer .fo1 .f-mune:hover .dot a{ color:#666;}
.footer .fo1 .f-mune .dot a:hover{ color:#fff;}
.footer .fo1 .warp2>*.two{ border-right:none !important;}
.footer .fo1 .two{ text-align:center;}
.footer .fo1 .two p{ font-size:1.4em; color:#fff; padding:15px 0;}
.footer .fo1 .two .txt{ float:right; width:fit-content;}
.footer .fo2{ border-top:1px solid #626361; padding:18px 0; overflow:hidden;}
.footer .fo2 p{ font-size:1.4em; color:#cacaca; line-height:30px; float:left;}
.footer .fo2 p a{ font-size:1em; color:#cacaca;}
.footer .fo2 p:last-child{ float:right;}
.footer .fo2 p a:hover{ text-decoration:underline;}
.footer .fo1 .f-con .share>*{ width: 30px; height: 30px;	float: left;	cursor: pointer; background-position: center center ; margin: 0 4px; border:1px solid #7a7a79; border-radius:50%; width:40px; height:40px; display:inline-block; margin-right:10px; padding:9px 7px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#share-sina { background:url(../images/fs2.png) center center no-repeat; }
#share-qrcode { background:url(../images/fs1.png) center center no-repeat; }

.bottomlist{ background:#377e1e; position:fixed; width:100%; bottom:0; left:0;  display:none; z-index:200;}
.bottomlist ul{ width:100%;}
.bottomlist ul li{ width:25%; float:left; text-align:center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:5px;}
.bottomlist>ul>li>a>div{ font-size:1.6em; color:#fff;}
.bottomlist ul li img{ width:40px; height:40px;}

/*banner*/
.banner .swiper-slide .warp .txt a img{ transition:ease .2s all;-moz-transition:transition:ease .2s all; -webkit-transition:transition:ease .2s all; -o-transition:transition:ease .2s all;}
.banner .swiper-slide{ height:800px; background-size:cover;}
.banner .swiper-slide .warp{ display:table; height:100%;}
.banner .swiper-slide .warp .txt{ display:table-cell; text-align:center; vertical-align:middle; color:#fff;}
.banner .swiper-slide .warp .txt h3{ text-transform:uppercase; font-size:7em; font-weight:bold;}
.banner .swiper-slide .warp .txt h4{ font-size:3.6em; text-transform:uppercase; line-height:42px; padding:10px 0 35px 0;}
.banner .swiper-slide .warp .txt p{ font-size:2em; line-height:24px; max-width:800px; margin:0 auto;}
.banner .swiper-slide .warp .txt a{ color:#fff; display:inline-block; text-align:center; border:1px solid #fff; margin-top:115px; font-size:1.6em; padding:10px 12px; line-height:24px;}
.banner .swiper-slide .warp .txt a img{ margin:0 0 -3px 20px;}
.banner .swiper-slide .warp .txt a:hover img{ margin:0 -30px -3px 20px;}
/*ip*/
.ip .ip-slider .swiper-slide .txt:after,.ip .ip-slider .swiper-slide img{ transition:ease .2s all;-moz-transition:transition:ease .2s all; -webkit-transition:transition:ease .2s all; -o-transition:transition:ease .2s all;}
.ip{ padding:35px 0 240px 0; background:url(../images/ip-bg.jpg) center center no-repeat; background-size:cover;}
.ip .tit{ margin:0 0 35px 50px;}
.ip .tit h3{ font-size:2.5em; color:#494949; font-weight:bold; margin-bottom:12px;}
.ip .tit h3 span{ width:45px; height:5px; background:#00883f; margin:0 10px 5px 0; display:inline-block;}
.ip .tit h4{ font-size:3.2em; color:#4b4a4a; font-weight:bold; opacity:0.8;}
.ip .ip-slider{ padding:10px 15px;  margin:0 35px;}
.ip .ip-slider .swiper-slide{ box-shadow:0 0 5px #646464; background:#fff; padding:10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ip .ip-slider .swiper-slide img{ width:100%;}
.ip .ip-slider .swiper-slide div{ overflow:hidden;}
.ip .ip-slider .swiper-slide .txt p{ padding:20px 0 10px 0; font-size:1.6em; color:#383838; line-height:24px; width:calc(100% - 30px); overflow:hidden;text-overflow:ellipsis;white-space:nowrap; height:24px;}
.ip .ip-slider .swiper-slide .txt{ position:relative;}
.ip .ip-slider .swiper-slide .txt:after{ position:absolute; top:28px; right:0; width:30px; height:2px; background:#666; content:"";}
.ip .ip-slider .swiper-slide:hover img{ transform:scale(1.2);}
.ip .ip-slider .swiper-slide:hover .txt:after{ background:#489836; width:80%; top:50px; height:4px;}
.ip .ip-slider .swiper-button-next{ background-image:url(../images/ip-n.png); right:0;}
.ip .ip-slider .swiper-button-prev{ background-image:url(../images/ip-p.png); left:0;}
.ip .ip-slider .swiper-button-prev,.ip .ip-slider .swiper-button-next{ width:64px; height:64px; background-size:64px 64px; top:46%;}
/*icase*/
.icase{ background:url(../images/icase-bg.jpg) center center no-repeat; background-size:cover; position:relative;}
.icase .gallery-thumbs,.icase .gallery-top{ overflow:hidden;}
.icase .gallery-thumbs{ background:rgba(126,191,40,0.63); float:left; width:50%; max-width:440px; padding:70px 0 60px 0px;}
.icase .gallery-top{ margin-bottom:-70px; float:right; width:50%; max-width:670px; }
.icase .gallery-thumbs .btn{ position:relative; margin-top:50%; width:120px; height:16px; margin:50% auto 0 auto;}
.icase .gallery-thumbs .btn .swiper-button-white{ width:10px; height:16px; background-size:10px 16px; top:70%;}
.icase .gallery-thumbs .btn .swiper-pagination{ font-size:1.6em; color:#fff;}
.icase .gallery-thumbs .btn .swiper-pagination .on{ color:#9fc362; font-size:1em;}
.icase .gallery-thumbs .swiper-slide{ padding:0 55px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.icase .gallery-thumbs .swiper-slide .tit,.icase .gallery-thumbs .swiper-slide .txt{ color:#fff;}
.icase .gallery-thumbs .swiper-slide .tit{ margin-bottom:35px; position:relative;}
.icase .gallery-thumbs .swiper-slide .tit:after{ position:absolute; top:8px; left:-45px; width:40px; height:15px; background-image:url(../images/icase.png); content:"";}
.icase .gallery-thumbs .swiper-slide .tit h3{ font-size:2.6em; line-height:28px;}
.icase .gallery-thumbs .swiper-slide .tit h4{ font-size:1.4em; line-height:24px; text-transform:uppercase;}
.icase .gallery-thumbs .swiper-slide .txt p{ font-size:1.4em; line-height:24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:7; max-height:168px;}
.icase .gallery-thumbs .swiper-slide .txt span{ font-size:1.6em; line-height:24px; display:block; margin-top:30px;}
.icase:after{ position:absolute; width:175px; height:1px; background:#fff; content:""; left:35.5%; bottom:28%;}
.icase .gallery-top .tit{ padding:55px 20px 160px 0; text-align:right; color:#fff;}
.icase .gallery-top .tit h3{ text-transform:uppercase; font-size:2.5em; font-weight:bold; margin-bottom:10px; line-height:28px;}
.icase .gallery-top .tit h3 span{ width:46px; height:5px; line-height:28px; display:inline-block; background:#fff; margin:0 0 7px 10px;}
.icase .gallery-top .tit h4{ text-transform:uppercase; font-size:3.2em; font-weight:bold;}
/*iabout*/
.iabout .boxs .box img{ transition:ease .2s all;-moz-transition:transition:ease .2s all; -webkit-transition:transition:ease .2s all; -o-transition:transition:ease .2s all;}
.iabout{ background:url(../images/iabout-bg.jpg) center center no-repeat; background-size:cover; padding:160px 0 30px 0; text-align:center;}
.iabout .tit{ margin-bottom:20px;}
.iabout .tit h3{ font-size:2.5em; font-weight:bold; color:#494949;}
.iabout .tit span{ margin:10px 0 15px 0; width:46px; height:5px; background:#00883f; display:inline-block;}
.iabout .tit h4{ font-size:3.2em; color:#4b4a4a; font-weight:bold; opacity:0.8;}
.iabout .txt h4{ font-size:2em; color:#494949; line-height:24px; margin-bottom:32px;}
.iabout .txt p{ font-size:1.4em; line-height:26px; }
.iabout .boxs{ overflow:hidden; margin-top:45px;}
.iabout .boxs .box{ background:url(../images/iab-box.png) center center no-repeat; background-size:100% 100%; float:left; width:calc(25% - 140px); margin:0 70px; padding:40px 0;}
.iabout .boxs .box img{ margin-bottom:10px;}
.iabout .boxs .box:hover img{ transform:translateY(-10px);}
.iabout .boxs .box h4{ font-size:1.8em; color:#4b4b4b; line-height:30px;}
.iabout .boxs .box p{ font-size:1.4em; color:#818181; line-height:16px;}
/*inews*/
.inews .txts .left .txt h3,.inews .txts .right .box,.inews .txts .right .box h3{ transition:ease .2s all;-moz-transition:transition:ease .2s all; -webkit-transition:transition:ease .2s all; -o-transition:transition:ease .2s all;}
.inews{ background:url(../images/inews-bg.jpg) center center no-repeat; background-size:cover; padding:60px 0; overflow:hidden;}
.inews .tit{ margin-bottom:70px;}
.inews .tit h3{ text-transform:uppercase; font-size:2.5em; font-weight:bold; color:#494949; margin-bottom:10px;}
.inews .tit h3 span{ width:46px; height:5px; background:#00883f; display:inline-block; margin:0 10px 5px 0;}
.inews .tit h4{ font-size:3.2em; color:#4b4a4a; font-weight:bold; opacity:0.8; text-transform:uppercase;}
.inews .txts>*{ float:left; width:50%;}
.inews .txts .left{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-right:10%;}
.inews .txts .left .img img{ width:100%;}
.inews .txts .left .txt{ overflow:hidden; background:#f5f7f5; padding:25px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.inews .txts .left .txt>*{ float:left;}
.inews .txts .left .txt .date{ width:90px;}
.inews .txts .left .txt .date p{ font-size:3em; color:#565656;}
.inews .txts .left .txt .t{ width:calc(100% - 90px);}
.inews .txts .left .txt .t h3{ font-size:1.8em; color:#343534; line-height:24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1; height:24px;}
.inews .txts .left .txt .t p{ font-size:1.4em; color:#383838; line-height:24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2; height:48px;}
.inews .txts .left .txt:hover h3{ color:#489836;}
.inews .txts .right .box{ overflow:hidden; border-bottom:1px solid #eee; padding:40px 10px;}
.inews .txts .right .box a>*{ float:left;}
.inews .txts .right .box a .txt{ width:calc(100% - 160px);}
.inews .txts .right .box a .txt h3{ font-size:1.8em; color:#4a4b4a; line-height:24px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; height:24px; margin-bottom:15px;}
.inews .txts .right .box a .txt p{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2; font-size:1.4em; line-height:24px; height:48px;}
.inews .txts .right .box a .date{ width:160px; padding-left:80px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.inews .txts .right .box a .date h3{ font-size:2em; margin-bottom:10px; color:#707070;}
.inews .txts .right .box a .date p{ line-height:24px; color:#999;}
.inews .txts .right .box a .date p img{ margin:0 0 -5px 5px;}
.inews .txts .right .box:hover{ box-shadow:0  0 5px #737373;}
.inews .txts .right .box:hover .txt h3{ color:#00883f;}

/*banners*/
.banners{ position:relative; height:580px; background-size:cover;}
.about{ background:url(../images/banners/about-banner.jpg) center right no-repeat;}
.product{ background:url(../images/banners/product-banner.jpg) center right no-repeat;}
.case{ background:url(../images/banners/case-banner.jpg) center right no-repeat;}
.service{ background:url(../images/banners/service-banner.jpg) center right no-repeat;}
.news{ background:url(../images/banners/news-banner.jpg) center right no-repeat;}
.contact{ background:url(../images/banners/contact-banner.jpg) center right no-repeat;}
.banners .txt{display:table;width: 50%;float: right;padding: 10% 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;height: 580px;}
.banners .txt .t{display:table-cell; margin: 10%;vertical-align: middle;background:rgba(255,255,255,0.95); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:5% 6%;}
.banners .txt .t .tt>*{ display:inline;}
.banners .txt .t .tt h3{ font-size:8em; color:#363636; font-weight:800; text-transform:uppercase;}
.banners .txt .t .tt h4{ font-size:3.6em; color:#363636; text-transform:uppercase;}
.banners .txt .t .t2{ margin-top:15px;}
.banners .txt .t .t2 span{ width:35px; height:4px; background:#499f30; display:inline-block;}
.banners .txt .t .t2 h4{ padding:10px 0 15px 0; font-size:2.8em; color:#499f30; font-weight:bold;}
.banners .txt .t .t2 h5{ font-size:1em; color:#499f30; text-transform:uppercase;}
.banners .txt .t .tp{ position:absolute; top:28%; left:88%; }
.banners .txt .t .tp h3{ font-size:2.8em; font-weight:bold; color:#fff; margin-bottom:10px;}
.banners .txt .t .tp h4{ font-size:2.4em; color:#fff; text-transform:uppercase;}
.banners .txt .t .tp h4{ margin-left:-22px;}
.banners .txt .t .tp h4 img{ margin:0 5px -1px 0;}

/*tits*/
.tits{ text-align:center;}
.tits h3{ font-size:3em; color:#000;  text-transform:uppercase;}
.tits h4{ font-size:1.6em; color:#000; text-transform:uppercase; padding:14px 0 20px 0;}
.tits span{ width:40px; height:2px; background:#3f9e26; display:inline-block;}

/*about*/
.about-t .ab1 .dots .dot img{ transition:ease .2s all;-moz-transition:transition:ease .2s all; -webkit-transition:transition:ease .2s all; -o-transition:transition:ease .2s all;}
.about-t .ab1{ padding:80px 0 90px 0;}
.about-t .ab1 .txt{ padding:30px 0 50px 0;}
.about-t .ab1 .txt p{ font-size:1.6em; color:#3f3f3f; line-height:24px; }
.about-t .ab1 .txt h3{ color:#427b33; font-size:1.8em; line-height:24px; }
.about-t .ab1 .dots{ overflow:hidden; text-align:center;}
.about-t .ab1 .dots .dot{ float:left; width:25%; background-size:contain !important; color:#fff; padding:6% 0;}
.about-t .ab1 .dots .dot img{ margin-bottom:12%;}
.about-t .ab1 .dots .dot:hover img{ transform:scale(1.1);}
.about-t .ab1 .dots .dot h3{ font-size:2em; margin-bottom:10px; text-transform:uppercase;}
.about-t .ab2{ overflow:hidden; background:#eee;}
.about-t .ab2>*{ float:left; width:50%;}
.about-t .ab2 .txts{ width:50%; height:100%;}
.about-t .ab2 .txts .txt{ padding:40px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; max-width:800px; float:right;}
.about-t .ab2 .txts .txt .t .tits{ text-align:left}
.about-t .ab2 .txts .txt .t p{ font-size:1.6em; color:#3f3f3;; line-height:24px; margin-top:20px;}
.about-t .ab2 .txts .txt .t:first-child{ margin-bottom:10%;}
.about-t .ab2 .ab2-slider{ overflow:hidden;}
.about-t .ab2 .ab2-slider img{ max-width:100%;}
.about-t .ab2 .swiper-pagination-bullet{ background:#e5e5e5; opacity:0.8; width:12px; height:12px;}
.about-t .ab2 .swiper-pagination-bullet-active{ background:#bce355; opacity:1;}
.about-t .ab2 .swiper-pagination{ bottom:35px;}
.about-t .ab3{ padding:85px 0 160px 0;}
.about-t .ab3 .tits{ margin-bottom:30px;}
.about-t .ab3  img{ width:100%;}

/*news*/
.leads a{ transition:ease .2s all;-moz-transition:transition:ease .2s all; -webkit-transition:transition:ease .2s all; -o-transition:transition:ease .2s all;}
.leads{ text-align:center; margin:20px 0;}
.leads a{ font-size:1.6em; border-radius:40px; background:#f7f7f7; color:#323232; padding:12px 22px; margin:5px 10px; display:inline-block;}
.leads .lock,.leads a:hover { background:#489836; color:#fff;}

.news-t .boxs .box:after,.news-t .boxs .box:before{ transition:ease .6s all;-moz-transition:transition:ease .6s all; -webkit-transition:transition:ease .6s all; -o-transition:transition:ease .6s all;}
.news-t{ padding:85px 0;}
.news-t .tits{ margin-bottom:30px;}
.news-t .boxs{ overflow:hidden; width:calc(100% + 50px); margin-left:-25px;}
.news-t .boxs .box{ position:relative; float:left; width:calc(50% - 50px); margin:15px 25px; overflow:hidden; padding:20px 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.news-t .boxs .box:after,.news-t .boxs .box:before{ position:absolute; top:0; left:0; content:""; height:100%; width:0;}
.news-t .boxs .box:after{ background:#00883f;}
.news-t .boxs .box:before{ background:#f8f8f8;}
.news-t .boxs .box a>*{ float:left; position:relative; z-index:2;}
.news-t .boxs .box .date{ width:120px; text-align:center; border-right:1px solid #bfbdbd; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.news-t .boxs .box .date h3{ font-size:6em; color:#5a5a5a; }
.news-t .boxs .box .date h4{ font-size:1.8em; color:#a1a1a1;}
.news-t .boxs .box .txt{ width:calc(100% - 120px); padding:4px 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.news-t .boxs .box .txt h3{ font-size:1.8em; color:#00883f; line-height:24px; height:24px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; margin-bottom:8px;}
.news-t .boxs .box .txt h4{ font-size:1.2em; color:#555555; line-height:20px; height:40px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2;}
.news-t .boxs .box:hover:after{ width:6px;}
.news-t .boxs .box:hover:before{ width:100%;}

/*newsshow*/
.newsshow{ padding:80px 0;}
.newsshow .boxs{ background:#f5f5f5; }

.newsshow .tit{ padding:40px; text-align:center;}
.newsshow .tit h3{ font-size:2em; color:#333333; margin-bottom:10px; line-height:24px; margin-bottom:20px;}
.newsshow .tit .dot{ background:#00883f; padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.newsshow .tit .dot h4{ color:#fff; font-size:1.4em; display:inline-block; padding:14px 15px;}
.newsshow .txt{ padding:20px 40px; line-height:24px; color:#666666; }
.newsshow .txt *{ font-size:14px; line-height:24px;}
.newsshow .txt p{ font-size:14px; text-indent:2em;}
.newsshow .txt img{ max-width:95%; margin:0 auto; padding:5px 0;}
.newsshow .btn{ padding:40px;}
.newsshow .btn a{ display:block; background:#fff; font-size:1.4em; color:#333333; line-height:24px; padding:12px 20px; margin-top:10px;}
.newsshow .btn a:hover{ background:#00883f !important; color:#fff !important;}

/*service*/
.service-t .s2 .btn .fc-btn{ transition:ease .6s all;-moz-transition:transition:ease .6s all; -webkit-transition:transition:ease .6s all; -o-transition:transition:ease .6s all;}
.service-t .s1{ padding:80px 0;}
.service-t .s1 .tits{ margin-bottom:50px;}
.service-t .s1 .txts>*{ float:left;}
.service-t .s1 .txts{ overflow:hidden;}
.service-t .s1 .txts .img{ width:30%;}
.service-t .s1 .txts img{ max-width:95%;}
.service-t .s1 .txts .txt{ width:70%; padding:2% 0 0 2%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.service-t .s1 .txts .txt p{ font-size:1.8em; line-height:32px; color:#489836; }
.service-t .s2 .tits{ margin-bottom:60px;}
.service-t .s2 .dot{ width:calc(100% + 40px); margin-left:-20px;}
.service-t .s2 input,.service-t .s2 textarea{ outline:none; border:none; padding:15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size:1.4em; line-height:24px; color:#444; background:#f7f7f7;}
.service-t .s2 .dot .fc-input{ width:calc(33.33% - 40px); margin:0 20px 25px 20px; float:left;}
.service-t .s2 .fc-input{ width:calc(100%); margin-bottom:25px;}
.service-t .s2 textarea{ width:100%; margin-bottom:30px; font-family: "Arial","Microsoft Yahei";}
.service-t .s2 .fc-input::-webkit-input-placeholder {  color:#888;}
.service-t .s2 .fc-input:-moz-placeholder {   color:#888;}
.service-t .s2 .fc-input::-moz-placeholder {  color:#888;}
.service-t .s2 .fc-input:-ms-input-placeholder {  color:#888;}
.service-t .s2 .btn{ text-align:center;}
.service-t .s2 .btn .fc-btn{ padding:15px 200px; margin:30px 10px 0 10px; font-size:1.6em; color:#fff; line-height:24px; cursor:pointer; background:#00883f; box-shadow:0 4px 0 #006931;}
.service-t .s2 .btn .fc-btn:hover{  box-shadow:0 0px 0 #006931; }
.service-t .s3{ padding:80px 0 140px 0;}
.service-t .s3 .tits{ margin-bottom:60px;}
.service-t .s3 .txts div{ display:table; width:100%;}
.service-t .s3 .txts .tl{ border-bottom:4px solid #00883f;}
.service-t .s3 .txts .tl p{ border-left:3px solid #00883f; font-size:1.6em; color:#010101; line-height:24px;padding:4px 12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.service-t .s3 .txts .tr{ border-bottom:1px dashed #4c4c4c;}
.service-t .s3 .txts .tr p:first-child{ text-align:left; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; height:24px;}
.service-t .s3 .txts .tr a{ font-size:1em; background:#444; color:#fff; padding:4px 10px; display:inline-block; margin:0 auto; text-align:center;}
.service-t .s3 .txts .tr a:hover{ background:#00883f;}
.service-t .s3 .txts div p{ padding:12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align:center;  display:table-cell; font-size:1.4em; color:#010101;}
.service-t .s3 .txts div p:first-child{ width:55%; border:none;}
.service-t .s3 .txts div p{ width:15%;}

/*contact*/
/*map*/
.content-window-card { position: relative; box-shadow: none; bottom: 0; left: 0; width: auto; padding: 0;}
.content-window-card p { height: 2rem;}
.custom-info {border: solid 1px silver;}
div.info-top { position: relative; background: none repeat scroll 0 0 #F9F9F9; border-bottom: 1px solid #CCC; border-radius: 5px 5px 0 0;}
div.info-top div { display: inline-block; color: #333333; font-size: 14px; font-weight: bold; line-height: 31px; padding: 0 10px;}
div.info-top img { position: absolute; top: 10px; right: 10px; transition-duration: 0.25s;}
div.info-top img:hover { box-shadow: 0px 0px 5px #000;}
div.info-middle { font-size: 12px; padding: 10px 6px; line-height: 20px;}
div.info-bottom {height: 0px; width: 100%; clear: both; text-align: center;}
div.info-bottom img { position: relative;  z-index: 104;}
#map span { margin-left: 5px; font-size: 11px;}
.info-middle img { float: left; margin-right: 6px;}
#container{ height:600px;}

.contact-t .c1 .txts .dot span{ transition:ease .6s all;-moz-transition:transition:ease .6s all; -webkit-transition:transition:ease .6s all; -o-transition:transition:ease .6s all;}
.contact-t .c1{ padding:90px 0 100px 0;}
.contact-t .c1 .txts{ margin-top:70px; overflow:hidden; width:calc(100% + 100px); margin-left:-50px;}
.contact-t .c1 .txts .dot{ background:url(../images/contact/c-box.png) center center no-repeat; background-size:100% 100%; float:left; width:calc(33.33% - 100px); margin:0 50px; text-align:center;}
.contact-t .c1 .txts .dot h3{ font-size:2em; font-weight:bold; color:#666666; line-height:24px; padding:25px 0;}
.contact-t .c1 .txts .dot p{ font-size:1.8em; color:#888888; line-height:34px; max-width:84%; margin:0 auto; }
.contact-t .c1 .txts .dot p a{ font-size:1em;}
.contact-t .c1 .txts .dot p a:hover{ text-decoration:underline;}
.contact-t .c1 .txts .dot span{ width:220px; font-size:1.8em; margin:40px 0 60px 0; display:inline-block; padding:8px 30px; border-radius:5px; color:#fff; background-position:0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.contact-t .c1 .txts .dot:first-child span{background-image:linear-gradient(90deg,#4caefe 0%,#02e1fe 100%); box-shadow:0 0 10px #02e1fe;}
.contact-t .c1 .txts .dot:nth-child(2) span{background-image:linear-gradient(90deg,#25c3e9 0%,#44ffc7 100%);box-shadow:0 0 10px #44ffc7;}
.contact-t .c1 .txts .dot:nth-child(3) span{background-image:linear-gradient(90deg,#38b830 0%,#3eea6d 100%);box-shadow:0 0 10px #38b830;}
.contact-t .c1 .txts .dot span:hover{ background-position:220px 40px;}
.contact-t .c2 .tits{ margin-bottom:60px;}
.contact-t .c2 .txts{ margin-bottom:80px;}
.contact-t .c2 .txts p{ font-size:1.4em; color:#393939; line-height:24px; text-indent:2em;}

/*case*/
.case-t .txts .boxs .box img{ transition:ease .6s all;-moz-transition:transition:ease .6s all; -webkit-transition:transition:ease .6s all; -o-transition:transition:ease .6s all;}
.case-t{ padding:80px 0;}
.case-t .txts .tit{ position:relative; margin-top:70px;}
.case-t .txts .tit:after{ position:absolute; top:22px; right:0; width:calc(100% - 320px); height:3px; background:#bfbfbf; content:"";}
.case-t .txts .tit h3{ display:inline-block; background:#489836; font-size:2.4em; color:#fff; border-radius:40px; padding:12px 55px; position: relative;    z-index: 2;}
.case-t .txts .boxs{ overflow:hidden;}
.case-t .txts .boxs .box{ float:left; width:calc(33.33% - 20px); margin:30px 10px;}
.case-t .txts .boxs .box .img{ background:#000; overflow:hidden;}
.case-t .txts .boxs .box img{ width:100%;} 
.case-t .txts .boxs .box .txt{ position:relative; text-align:right;}
.case-t .txts .boxs .box .txt:after{ position:absolute; top:20px; width:80%; right:0; height:1px; border-bottom:1px dashed #cac8c8; content:"";}
.case-t .txts .boxs .box .txt p{ padding:10px 0; font-size:1.4em; color:#5d5d5d; line-height:24px; background:#fff; display:inline-block; background:#fff; padding-left:20px; position:relative; z-index:2;}
.case-t .txts .boxs:hover .box img{ opacity:0.4;}
.case-t .txts .boxs .box:hover img{ opacity:1; transform:scale(1.1);}
.case-t div.fy{ padding-top:0;}

/*product*/
.product-list .swiper-slide,.product-list .swiper-slide:after{ transition:ease .6s all;-moz-transition:transition:ease .6s all; -webkit-transition:transition:ease .6s all; -o-transition:transition:ease .6s all;}
.product-list{ padding:0 10%; text-align:center; color:#fff; position:relative;}
.product-list:after{ position:absolute; top:0; left:0; width:100%; background:#39861b; content:""; height:calc(100% - 20px);}
.product-list .pro-slider{ position:relative; }
.product-list .pro-slider:after{ position:absolute; top:30%; height:20%; width:2px; content:""; background:#2c5730; right:0;}
.product-list .swiper-slide{ overflow:hidden; position:relative; padding:50px 0 60px 0;}
.product-list .swiper-slide:after{ position:absolute; top:30%; height:20%; width:2px; content:""; background:#2c5730; left:0;}
.product-list .swiper-slide img{ opacity:0.6;}
.product-list .swiper-slide h3{ font-size:1.6em; color:#bad5af; line-height:20px; padding:15px 0;}
.product-list .swiper-slide h4{ font-size:1em; color:#bad5af; line-height:14px;}
.product-list .swiper-slide span{ position:absolute; right:0; bottom:-24px; font-family: "EU-HZ"; font-size:8.8em; color:#fff; opacity:0;}
.product-list .swiper-slide:hover{ transform:translateY(20px); background:#7eac2a;}
.product-list .swiper-slide:hover:after{ opacity:0;}
.product-list .swiper-slide:hover span{ opacity:0.25}
.product-list .swiper-slide:hover img{ opacity:1;}
.product-list .swiper-slide:hover h3,.product-list .swiper-slide:hover h4{ color:#fff;}

.pro-boxs .boxs .box .txt>*,.pro-boxs .boxs .box .img,.pro-boxs .boxs .box .img:after,.pro-boxs .boxs .box .txt{ transition:ease .6s all;-moz-transition:transition:ease .6s all; -webkit-transition:transition:ease .6s all; -o-transition:transition:ease .6s all;}
.pro-boxs{ padding:70px 0 60px 0;}
.pro-boxs .boxs{ width:calc(100% + 30px); margin-left:-15px;}
.pro-boxs .boxs .box{ float:left; width:calc(25% - 30px); margin:30px 15px;}
.pro-boxs .boxs .box .img img{ width:100%;}
.pro-boxs .boxs .box .img{ position:relative;}
.pro-boxs .boxs .box .img:after{ opacity:0; position:absolute; width:100%; height:100%; content:""; border:1px solid #96c935; top:0; left:0;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.pro-boxs .boxs .box .txt{ height:45px; width:100%; overflow:hidden; border:1px solid #39861b;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.pro-boxs .boxs .box .txt>*{ float:left; padding:10px 12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; line-height:24px;}
.pro-boxs .boxs .box .txt h3{ width:calc(100% - 60px); font-size:1.4em; color:#000; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; height:45px;}
.pro-boxs .boxs .box .txt span{ font-size:1em; color:#fff; text-align:center; background:#39861b; width:60px;}
.pro-boxs .boxs .box:hover .img:after{ opacity:1; width:calc(100% - 10px); height:calc(100% - 10px); top:4px; left:4px;}
.pro-boxs .boxs .box:hover .txt{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border:1px solid #96c935;}
.pro-boxs .boxs .box:hover .txt h3{ color:#fff; width:calc(100%) !important; text-align:center; background:#96c935;}
.pro-boxs .boxs .box:hover .txt span{ width:0;}

/*productshow*/
.pro-show .txts  .txt .btn a{ transition:ease .6s all;-moz-transition:transition:ease .6s all; -webkit-transition:transition:ease .6s all; -o-transition:transition:ease .6s all;}
.pro-show{ overflow:hidden; padding:60px 0;}
.pro-show .txts>*{ float:left; width:50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.pro-show .txts .img{ padding:5px; background-image:linear-gradient(90deg,#38b830 0%,#3eea6d 100%); }
.pro-show .txts .img img{ width:100%;}
.pro-show .txts  .txt{ padding:10px 6%;}
.pro-show .txts  .txt h3{ margin-bottom:12px; font-size:1.8em; color:#39861b;}
.pro-show .txts  .txt .t h4:first-child{ font-size:1.6em;}
.pro-show .txts  .txt .t *{ line-height:1.5; font-size:1.4em;}
.pro-show .txts  .txt .btn{ margin-top:30px;}
.pro-show .txts  .txt .btn a{ border:1px solid #999; border-radius:5px; padding:12px; display:inline-block; margin-right:20px; font-size:1.4em; color:#666;}
.pro-show .txts  .txt .btn a:hover{ background:#39861b; color:#fff;}