﻿@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "fangzhengcutanheijianti941";
  src: url("../fonts/fangzhengcutanheijianti941.woff2") format("woff2"),
       url("../fonts/fangzhengcutanheijianti941.woff") format("woff"),
       url("../fonts/fangzhengcutanheijianti941.ttf") format("truetype"),
       url("../fonts/fangzhengcutanheijianti941.eot") format("embedded-opentype"),
       url("../fonts/fangzhengcutanheijianti941.svg") format("svg");
}
@font-face {
  font-family: "BAUHAUSL";
  src: url("../fonts/BAUHAUSL.woff2") format("woff2"),
       url("../fonts/BAUHAUSL.woff") format("woff"),
       url("../fonts/BAUHAUSL.ttf") format("truetype"),
       url("../fonts/BAUHAUSL.eot") format("embedded-opentype"),
       url("../fonts/BAUHAUSL.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:1780px; padding:0 20px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp2{ max-width:1700px; padding:0 20px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp3{ max-width:1240px; padding:0 20px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp4{ max-width:1500px; 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;
    padding-top: 20px;
}

    div.fy a {
        margin: 2px 4px;
        padding: 10px 24px;
        color: #666;
        font-size: 1.2em;
        display: inline-block;
        background: #e4e4e4;
        border-radius: 5px;
    }
div.fy a:hover{ background-color:#137a13;color:#FFF; box-shadow:2px 2px 6px rgba(0,0,0,0.6);}
div.fy a:active{ background-color:#137a13;color:#FFF; box-shadow:2px 2px 6px rgba(0,0,0,0.6);}
div.fy span.current{ margin:2px 4px; padding:10px 24px;background-color:#137a13;color:#FFF; font-size:1.2em; border-radius:5px; box-shadow:2px 2px 6px rgba(0,0,0,0.6);}
div.fy span.disabled{ margin:2px 4px; padding:10px 24px; color:#5b5b5b; font-size:1.2em; border-radius:5px;  background:#e4e4e4;}

/*手机导航*/
.m-header{ width:100%; background:#fff;}
#hamburger { width: 24px; height: 14px;	position:absolute;	top: 28px;	right: 25px;	z-index: 999;display: none;}
#hamburger:before, #hamburger:after, #hamburger span { background:#008d43; 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 .mune>a:after,.header .mune .m-dot a,.header .mune .mcen .m-list{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.header{ position:relative; z-index:4; border-bottom: 5px solid #008d43;}
.header .logo{ float:left; overflow: hidden; padding:5px 25px; width: 14%; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.header .mune{ text-align: center;}
.header .mune .mcen{ margin-left: 15%; background-image:linear-gradient(180deg,#fff 0%,#fff 36%,#137a13 36%,#137a13 82%,#fff 82%,#fff 100%);}
.header .mune .mcen .m-list{ display: inline-block;}
.header .mune .mcen .m-list>a{ display: inline-block; font-size:1.8em; color:#fff; padding:15px 20px; line-height:20px; margin: 40px 16px 20px 16px;}
.header .mune .mcen .m-list:hover>a,#m1 .m1,#m2 .m2,#m3 .m3,#m4 .m4,#m5 .m5,#m6 .m6,#m7 .m7{ color:#fff !important; background:#045b04 !important;}
.header .mune .dot{ float:right; overflow:hidden; margin-left:20px;}
.header .mune .dot a{ float:left; text-align:center; display:inline-block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.header .mune .dot .search{ background:#f2f1f0; padding:45px 40px;}
.header .mune .dot .group{ background:#008d43; padding:45px 30px; color:#fff; font-size:1.6em;}
.header .mune .dot .lun{ font-size:1.4em; color:#444; padding:45px 15px; background: #fff;}
.header .mune .dot a span img{ margin:0 10px -3px 0;}

.header .mune .m-dot{ border-top: 5px solid #008d43; display: none; left: 0; width: 100%; z-index: 0; position: absolute; top:calc(100%); background: #f2f1f0; padding: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center;}
.header .mune .m-dot a{ font-size: 1.6em; line-height: 24px; color: #333; margin: 0 40px;}
.header .mune .m-dot a:hover{ color:#008d43 !important;}
.header .mune .mcen .m-list:hover .m-dot{ display: block;z-index: 2;}

/*footer*/
.footer a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.footer{ background:#000; overflow:hidden; }
.footer .fo1{ background:#333; padding:40px 0 30px 0; overflow:hidden;}
.footer .fo1 .warp>*{ float:left;}
.footer .fo1 .left{ width:20%; border-right:1px solid #3e3e3e; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:20px 0 55px 0;}
.footer .fo1 .left img{ max-width:95%;}
.footer .fo1 .left h3{ font-size:1.6em; color:#e7e7e7; line-height:18px; padding:15px 0 5px 0; }
.footer .fo1 .left h4{ font-size:2.3em; color:#fff; font-weight:bold;}
.footer .fo1 .right{ width:80%;}
.footer .fo1 .right .mune{ float:left; width:calc(100% - 230px); overflow:hidden;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left:100px;}
.footer .fo1 .right .mune .dot{ width:20%; float:left;}
.footer .fo1 .right .mune a{ line-height:20px; display:inline-block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.footer .fo1 .right .mune h3 a{ font-size:1.6em; color:#fff;margin-bottom:15px;}
.footer .fo1 .right .mune p a{ font-size:1.4em; color:#919090; line-height:30px; height: 30px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1; max-width: 98%;}
.footer .fo1 .right .mune a:hover{ color:#fff;}
.footer .fo1 .right .two{ text-align:right; float:right;}
.footer .fo1 .right .two .t{ background:#fff; width:fit-content; border-radius:10px;  padding:8px; float:right; text-align:center; margin-bottom:20px;}
.footer .fo1 .right .two .t p{ font-size:1.6em; color:#6d6d6d; line-height:30px;}
.footer .fo1 .right .two .bshare-custom{ width:100%;}
.footer .fo1 .right .two .bshare-custom p{ display:inline-block; font-size:14px; color:#919090; line-height:24px;}

.footer .fo2{ background:#000; overflow:hidden; padding:12px 0;}
.footer .fo2 .left{ float:left;}
.footer .fo2 .right{ float:right;}
.footer .fo2 .left{ font-size:1.4em; line-height:20px; color:#919090;}
.footer .fo2 .right{ font-size:1.4em; color:#919090; line-height:20px;}
.footer .fo2 .right a{ font-size:1em; color:#919090;}
.footer .fo2 .right a:hover{ text-decoration:underline;}
.footer .fo2 .right span{ margin-left:25px;}
.footer .fo2 .right span img{ margin-bottom:-5px;}

.bottomlist{ background:#008d43; position:fixed; width:100%; bottom:0; left:0;  display:none; z-index:110;}
.bottomlist ul{ width:100%;}
.bottomlist ul li{ width:33.33%; 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 a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.banner .swiper-slide{ background-size:cover !important; height:846px;}
.banner .txt{ color:#fff; display:table; width:100%; height:846px;}
.banner .txt .t{ display:table-cell; vertical-align:middle;}
.banner .txt h3 {font-size:8em; font-family: "fangzhengcutanheijianti941";}
.banner .txt h4{ font-size:2.6em; font-weight:bold; padding:5px 0 30px 0; text-transform:uppercase;}
.banner .txt p{ font-size:4em; color:#fff; font-weight:bold;}
.banner .ban1 .txt .t{ float:right; padding:8% 14% 0 0; width:fit-content; text-align:center;}
.banner .ban2 .txt .t{ text-align:center; padding-bottom:24%;}
.banner .swiper-pagination-bullet{ background:#b3b3b3; opacity:1; width:16px; height:16px;}
.banner .swiper-pagination-bullet-active{ background:#fff;}
.banner .swiper-pagination{ bottom:40px;}

/*tits*/
.tits{ padding:0 35px; text-align:center; width:fit-content; margin:0 auto; overflow:hidden; position:relative;}
.tits:after{ position:absolute;top: calc(50% - 2px);left:0;width:100%;height: 4px;content:"";background: #666; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.tits>*{ background:#eceef1; padding:0 10px; position:relative; z-index:2; width:fit-content; margin:0 auto;}
.tits h3{ text-transform:uppercase; font-size:3.2em; color:#008d43; font-weight:bold; }

/*iab*/
.iab{ background:#eceef1; overflow:hidden;}
.iab .tits{ margin:60px  auto 70px auto;}
.iab .txts{ display:table; width:100%; vertical-align:middle;}
.iab .left,.iab .right{ display:table-cell; vertical-align:top;}
.iab .left{ width:52%;}
.iab .right{ width:48%; border-left:1px solid #cfd0d2; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  position:relative;}
.iab .left .txt{ width:100%; max-width:800px; padding:0 20px 25px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin:0 auto;}
.iab .left .txt h3{ font-size:2.8em; color:#008d43; font-weight:bold; padding:40px 0 10px 0; text-transform: uppercase;}
.iab .left .txt h4{ font-size:1.8em; color:#4b4b4b; line-height:18px; margin-bottom:24px;}
.iab .left .txt p{ font-size:1.6em; color:#4b4b4b; line-height:30px;}
.iab .left .txt img{  max-width:100%;}
.iab .right .dot{  float:left; width:50%; border-top:1px solid #cfd0d2; border-left:1px solid #cfd0d2; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-left:-1px; padding:20px 30px; height:360px;}
.iab .right .dot h3{ font-size:1.4em; color:#7d7d7d; line-height:24px;}
.iab .right .dot h4{ font-size:2em; color:#494949; font-weight:bold;}
.iab .right .dot h5{ padding:25% 0; text-align:center; font-weight:bold; font-size:8em; color:#008d43;}
.iab .right .dot h5>*{ display:inline-block;}
.iab .right .dot h5 span{ font-size:1em; line-height:70px;}
.iab .right .dot h5 p{ display:inline-block; font-size:20px; color:#494949; font-weight:normal;}
.iab .right .dot:nth-child(1){ background:url(../images/iab1.png) center center no-repeat;}
.iab .right .dot:nth-child(2){ background:url(../images/iab2.png) center center no-repeat;}
.iab .right .dot:nth-child(3){ background:url(../images/iab3.png) center center no-repeat;}
.iab .right .dot:nth-child(4){ background:url(../images/iab4.png) center center no-repeat;}
.iab .right .dot:nth-child(2) h5 p{ font-size:18px; color:#008d43;}
.iab .right .dot:nth-child(2) h5>*{ float:left;}
.iab .right .dot:nth-child(2) h5{ margin:0 auto; width:fit-content;}
.iab .right:after{ position:absolute; top:0; left:calc(50% - 2px); width:1px; height:60px; content:""; background:#cfd0d2;}
/*icompany*/
.icompany .boxs .box,.icompany .boxs .box *{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.icompany{ overflow:hidden;}
.icompany .tits{ margin: 35px auto 40px auto;}
.icompany .tits>*{ background: #fff;}
.icompany .boxs{ overflow: hidden; margin: 10px;}
.icompany .boxs .box{ overflow: hidden; position: relative; float:left; width: calc(33.33% - 20px); margin: 10px;}
.icompany .boxs .box img{ max-width: 100%;}
.icompany .boxs .box .t1 p{ text-transform: uppercase; font-size: 1.6em; color: #fff; line-height: 24px; z-index: 2; position:absolute; bottom:0; left: 0; width: 100%; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px 10px;  background: rgba(0,141,0,0.6); }
.icompany .boxs .box .t2{  position:absolute; top:0; left: 0; width: 100%; height: 100%; background: url(../images/icom-bg-1.jpg) bottom left no-repeat #008d43; background-size: contain; opacity: 0;}
.icompany .boxs .box .t2 .t{ display: table; height: 100%; max-width: 80%; text-align: center; margin:0 auto; margin-top: 40px;}
.icompany .boxs .box .t2 .t>div{  display: table-cell; vertical-align: middle;}
.icompany .boxs .box .t2 .t h3{ font-size: 20px; font-weight: bold; margin-bottom: 10px; color: #fff; line-height: 28px;}
.icompany .boxs .box .t2 .t p{ font-size: 14px; line-height: 24px; text-align: left; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:4; height: 96px;color: #fff;}
.icompany .boxs .box .t2 .t span{ display: inline-block; color: #fff; font-size: 1.4em; margin-top: 40px;}
.icompany .boxs .box:hover .t2{ opacity: 1;}
.icompany .boxs .box:hover .t2 .t{ margin-top: 0px;}
.icompany .boxs .box:hover .t1 p{  bottom: -100px;}

/*ip*/
.ip .boxs .gallery-top .left .txts .t1 a,.ip .boxs .gallery-thumbs *{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.ip{ padding:70px 0 0px 0; background:#eceef1;}
.ip .boxs{ margin-top:60px; position:relative;}
.ip .boxs .gallery-top{ border-bottom:1px solid #e3e5e8;}
.ip .boxs .gallery-top .left{ width:57%; float:left; }
.ip .boxs .gallery-top .left .txts{ display:table; width:100%; border-bottom:1px solid #e3e5e8; }
.ip .boxs .gallery-top .left .txts>*{ display:table-cell; width:50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; vertical-align:middle;}
.ip .boxs .gallery-top .left .txts .t1{ border-right:1px solid #e3e5e8; padding:70px 80px 50px 80px; background:#eceef1;}
.ip .boxs .gallery-top .left .txts .t1 h3{ font-size:3em; color:#008d43; font-weight:bold; margin-bottom:5px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1; height: 30px;}
.ip .boxs .gallery-top .left .txts .t1 h4{ font-size:1.4em; color:#7a7a7a; line-height:24px; margin-bottom:24px;}
.ip .boxs .gallery-top .left .txts .t1 p{ font-size:1.4em; color:#333; line-height:24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:3; height: 72px;}
.ip .boxs .gallery-top .left .txts .t1 a{ font-size:1.4em; color:#161616; line-height:24px; display:inline-block; padding:5px 15px; border:1px solid #d9d9d9; margin-top:40px;}
.ip .boxs .gallery-top .left .txts .t1 a:hover{ background:#008d43; border:1px solid #008d43; color:#fff;}
.ip .boxs .gallery-top .left .txts .t2{ background:#f2f4f6; border-top:1px solid #e3e5e8; padding:0 40px;}
.ip .boxs .gallery-top .left .txts .t2 .t{ width:fit-content; margin:0 auto;}
.ip .boxs .gallery-top .left .txts .t2 .t h3{ font-size:3.8em; color:#008d43;font-weight:bold; margin-bottom:5px;}
.ip .boxs .gallery-top .left .txts .t2 .t h4{ font-size:1.8em; color:#555; line-height:30px; margin-bottom:15px;}
.ip .boxs .gallery-top .left .txts .t2 .t p{ font-size:1.4em; color:#333; line-height:24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:3; height: 72px;}
.ip .boxs .gallery-top .right{ padding:20px 0; text-align:center; width:43%; float:right; border-left:1px solid #e3e5e8;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ip .boxs .gallery-top .right img{ max-width:100%;}
.ip .boxs .gallery-top .swiper-pagination{ width:57%; position:absolute; left:0; bottom:0; background:#000; color:#fff; text-align:left; padding:30px 4%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ip .boxs .gallery-top .swiper-pagination .swiper-pagination-current{ font-size:1.4em; color:#eceef2; font-weight:bold;}
.ip .boxs .gallery-top .swiper-pagination .swiper-pagination-total{ color:#b2b2b2; font-size:1.4em;font-weight:bold;}
.ip .boxs .dots{ width:57%; position:absolute; bottom:90px; left:0; text-align:center; padding:0 6%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ip .boxs .dots .gallery-thumbs{ max-width:1040px; float:right; width:100%;}
.ip .boxs .dots .gallery-thumbs p{ font-size:1.4em; color:#000; line-height:24px; margin-top:8px;}
.ip .boxs .gallery-thumbs .img{ position:relative; width:fit-content; margin:0 auto;}
.ip .boxs .gallery-thumbs .img img{ max-width:100%;}
.ip .boxs .gallery-thumbs .img .b{ position:absolute; top:0; left:0; opacity:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ip .boxs .gallery-thumbs .swiper-notification{ background:#151c21;}
.ip .boxs .gallery-thumbs .swiper-slide-thumb-active .img{ background:#008d43;}
.ip .boxs .gallery-thumbs .swiper-slide-thumb-active .a{ opacity:0;}
.ip .boxs .gallery-thumbs .swiper-slide-thumb-active .b{ opacity:1;}
.ip .boxs .gallery-top:after,.ip .boxs .gallery-top:before{ position:absolute; bottom:37px; left:7%; content:""; z-index:2;}
.ip .boxs .gallery-top:after{ background:#afb2b3; height:1px; width:44%;}
.ip .boxs .gallery-top:before{ background:#fff; height:2px; width:6%; z-index:3;}

/*is*/
.is *{transition:linear .3s all;-moz-transition: linear .3s all; -webkit-transition:linear .3s all; -o-transition: linear .3s all;}
.is{ background:#f5f5f5; padding:175px 0 125px 0;}
.is .txt{ width:100%; max-width:1660px;  margin:0 auto; display:table;}
.is .txt .img1,.is .txt .img2{ display:table-cell; position:relative; width:50%; background-size:contain !important; height:340px; vertical-align:middle;}
.is .txt .img1>img,.is .txt .img2>img{ opacity:0; max-width:100%;}
.is .txt .img1:after{ width:25%; content:""; top:0; left:0; right:0; margin:0 auto; height:100px; background:url(../images/is1.png) top center no-repeat; background-size:contain;}
.is .txt .imgs{ position:relative; width:fit-content; margin:0 auto;}
.is .txt .imgs img{ max-width:100%;}
.is .txt .imgs:first-child{ margin-top:-124px; margin-bottom:32px;}
.is .txt .imgs:last-child{ margin-top:60px;}
.is .txt .imgs .a{ position:absolute; top:0; left:0;}
.is .txt .img2 .imgs .a{ opacity:0;}
.is .txt .img1{ background:#fff;}
.is .txt .img2{ background:#008d43;}
.is .txt .t{  text-align:center;}
.is .txt .t h3{ font-size:2.4em; color:#008d43; margin-bottom:6px; margin-bottom: 12px;}
.is .txt .t h4{ font-size:1.4em; color:#7b7b7b; line-height:24px; }
.is .txt .t p{ font-size:1.4em; color:#2b2b2b; line-height:24px; max-width: 80%; margin: 0 auto; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:3; height: 72px;}
.is .txt .img2 h3,.is .txt .img2 h4,.is .txt .img2 p{ color:#fff;}
.is .txt .img1:hover h3,.is .txt .img1:hover h4,.is .txt .img1:hover p{ color:#fff;}
.is .txt .img1:hover,.is .txt .img2:hover{ background:#333;}
.is .txt .img1:hover .imgs:last-child .a{ opacity:0;}
.is .txt .img2:hover .imgs:last-child .b{ opacity:1;}
.is .txt .img2:hover .imgs:first-child .a{ opacity:1;}
.is .txt .img2:hover .imgs:first-child .b{ opacity:0;}

/*banners*/
.banners{ position:relative; height:595px; background-size:cover !important;}
.about{ background:url(../images/banners/about-banner.jpg) center center no-repeat;}
.product{ background:url(../images/banners/product-banner.jpg) center center no-repeat;}
.news{ background:url(../images/banners/news-banner.jpg) center center no-repeat;}
.join{ background:url(../images/banners/join-banner.jpg) center center no-repeat;}
.service{ background:url(../images/banners/service-banner.jpg) center center no-repeat;}
.contact{ background:url(../images/banners/contact-banner.jpg) center center no-repeat;}
.banners .txt{ padding-top:15%; max-width:50%;}
.banners .txt h3{ font-size:5.6em; font-weight:bold; margin-bottom:20px; color:#fff;}
.banners .txt h4{ font-size:1.6em; color:#fff; line-height:26px;}
.banners .txt>span{ display:inline-block; margin-top:15px; width:26px; height:2px; background:#b91419;}
.banners h3{ position: absolute; width: 760px; top: -26px; right: 210px; font-size: 18.8em; font-weight: bold; color: #fff; opacity: 0.05; transform: rotate(-90deg); transform-origin: 100% 0 0; text-transform:uppercase; letter-spacing:5px;}
.banners h3 span{ color:#008d43; font-size:1em;}
.join h3{top: -58px !important;}

/*tits2*/
.tits2{overflow:hidden;}
.tits2 h3{ text-transform: uppercase; display:inline-block;  font-size:2.8em; color:#008d43; font-weight:bold;}
.tits2 span{ display:inline-block; background:#008d43; width:52px; height:3px; margin:0 0 10px 15px;}
.tits2 h4{ font-size:2em; line-height:28px;  max-width: 600px; color:#4b4b4b; margin-top:10px;}

/*about*/
.about-t{ overflow:hidden;}
.about-t .tits{ margin:65px auto;}
.about-t .tits>*{ background:#fff;}
.about-t .ab1{ background:#f9f9f9; padding:60px 0;}
.about-t .ab1 .txts{ overflow:hidden;}
.about-t .ab1 .txts>*{ float:left; width:50%;}
.about-t .ab1 .txts .txt{ position:relative; margin-top:30px; max-width:780px; width:98%;}
.about-t .ab1 .txts .txt:after,.about-t .ab1 .txts .txt:before{ position:absolute; content:"";}
.about-t .ab1 .txts .txt:after{ width:6px; height:100%; right:4px; top:0; background:#eee; border-radius:5px;}
.about-t .ab1 .txts .txt:before{ width:14px; height:38px; right:0; top:20%; border-radius:10px; background:#dcdcdc; z-index:2;}
.about-t .ab1 .txts .txt p{ font-size:1.4em; color:#4b4b4b; line-height:24px;  margin:5px 0;  width:95%;}
.about-t .ab1 .txts img{ margin-top: 120px; max-width:100%;}
.about-t .ab1 .txts .right p{ text-align: center; font-size: 1.6em; color: #333; line-height: 24px; margin-top: 12px;}
.about-t .ab2{ padding:70px 0 25px 0; overflow:hidden;}
.about-t .ab2 .tits2{ margin-bottom:60px;}
.about-t .ab2 .txts p{ font-size:1.4em; color:#4b4b4b; line-height:30px; margin-bottom:30px;}
.about-t .ab2 .name{ float:right; margin-top:10px;}
.about-t .ab2 .name>*{ float:left;}
.about-t .ab2 .name p{ font-size:1.6em; color:#4b4b4b; line-height:30px;  padding-right:60px;}

.about-t .ab3 .development .dbt .db .t{transition:linear .3s all;-moz-transition: linear .3s all; -webkit-transition:linear .3s all; -o-transition: linear .3s all;}
.about-t .ab3{ overflow: hidden; background:url(../images/about/development.jpg) top center #f5f5f5; padding:100px 0 0px 0; background-size: cover !important;}
.about-t .ab3 .t2{ padding-top: 140px; color: #009944;}
.about-t .ab3 .t2 h3{ font-size: 3em; text-transform: uppercase; line-height: 30px; }
.about-t .ab3 .t2 h4{ font-size: 3.6em; font-weight: bold;  margin: 6px 0;}
.about-t .ab3 .t2 p{ font-size: 2.4em;}
.about-t .ab3 .development{ margin-top: -146px; /*overflow-x: scroll; overflow-y: hidden;*/}
.about-t .ab3 .development .dbt{ position: relative; display: table; padding: 80px 40px 0 40px; /*background: url(../images/about/development-m.png) bottom left no-repeat; */}
.about-t .ab3 .development .dbt .dm{z-index: 1; position: absolute; bottom: 0; left: 0; width: 100%;}
.about-t .ab3 .development .dbt .dm img{ width: 100%;}
.about-t .ab3 .development .dbt .db{ padding-top: 20px; position: relative; z-index: 2; display: table-cell; vertical-align:bottom; width: 10%; min-width: 180px;}
.about-t .ab3 .development .dbt .db .t{ padding: 0 10px;  height: 160px; position:relative;}
.about-t .ab3 .development .dbt .db .t:after{ position: absolute; content: ""; background: #03833c; top:0; left: 0; width: 1px ;height: 110%; z-index: -1;}
.about-t .ab3 .development .dbt .db .t:before{ position: absolute; content: ""; background:url(../images/about/dot.png) #f5f5f5; top: 0; left: -9px; width: 18px ;height: 22px; z-index: 0;}
.about-t .ab3 .development .dbt .db h3{ position: relative; z-index: 4; font-size: 4.8em; color: #009944; font-weight: lighter; margin-bottom: 5px; font-family: "BAUHAUSL";}
.about-t .ab3 .development .dbt .db p{ position: relative; z-index: 4; font-size: 1.4em; color: #555; line-height: 18px;}
.about-t .ab3 .development{ overflow-x: scroll; overflow-y: hidden;}
.about-t .ab3 .development .dbt .db:nth-child(1) .t{ padding-bottom: 40px;}
.about-t .ab3 .development .dbt .db:nth-child(2) .t{ padding-bottom: 80px;}
.about-t .ab3 .development .dbt .db:nth-child(3) .t{ padding-bottom: 120px;}
.about-t .ab3 .development .dbt .db:nth-child(4) .t{ padding-bottom: 160px;}
.about-t .ab3 .development .dbt .db:nth-child(5) .t{ padding-bottom: 200px;}
.about-t .ab3 .development .dbt .db:nth-child(6) .t{ padding-bottom: 240px;}
.about-t .ab3 .development .dbt .db:nth-child(7) .t{ padding-bottom: 320px;}
.about-t .ab3 .development .dbt .db:nth-child(8) .t{ padding-bottom: 460px;}
.about-t .ab3 .development .dbt .db:nth-child(9) .t{ padding-bottom: 460px;}
.about-t .ab3 .development .dbt .db:nth-child(10) .t{ padding-bottom: 480px;}
.about-t .ab3 .development .dbt .db:nth-child(11) .t,.about-t .ab3 .development .dbt .db:nth-child(12) .t,.about-t .ab3 .development .dbt .db:nth-child(13) .t{ padding-bottom: 480px;}
.about-t .ab3 .development .dbt .db:hover .t{ transform: translateY(-20px);}
.about-t .ab3 .development::-webkit-scrollbar-track {
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);
	background-color:#F5F5F5;
}
.about-t .ab3 .development::-webkit-scrollbar {
	width:4px;
	height: 8px;
	background-color:#F5F5F5;
}
.about-t .ab3 .development::-webkit-scrollbar-thumb {
	background-color:#FFF;
	background-image:-webkit-linear-gradient(top,#72be92 0,#72be92 100%);
}

.about-t .ab4{ display:table; width:100%;}
.about-t .ab4>*{ display:table-cell; width:50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; vertical-align:bottom;}
.about-t .ab4 .left{ width:45%; border-bottom:1px solid #009944;}
.about-t .ab4 .left .txt{ max-width:740px; float:right; padding:70px 20px 60px 0; width:100%;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.about-t .ab4 .left .txt img{ max-width:100%; margin-top:30px;}
.about-t .ab4 .right .tits2 h3,.about-t .ab4 .right .tits2 h4{ color:#fff;}
.about-t .ab4 .right .tits2 span{ background:#fff;}
.about-t .ab4 .right .tits2{ padding:65px 20px 60px 90px;}
.about-t .ab4 .right{ width:55%; background:#009944;}
.about-t .ab4 .right .boxs{ display:table; width:100%; max-width:900px;}
.about-t .ab4 .right .boxs>*{ display:table-cell; position:relative; vertical-align:middle;}
.about-t .ab4 .right .boxs .t{ position:absolute; bottom:10%; right:10%; text-align:right;}
.about-t .ab4 .right .boxs .t h3{ font-size:1.8em; color:#4b4b4b; font-weight:bold; line-height:28px;}
.about-t .ab4 .right .boxs .t p{ font-size:1.4em; line-height:28px; color:#555;}
.about-t .ab4 .right .boxs .img1{ width:340px;}
.about-t .ab4 .right .boxs .img1 img{ max-width:100%;}
.about-t .ab4 .right .boxs .img2{ width:calc(100% - 340px); background-size:cover !important;}
.about-t .ab4 .right .boxs .img2 h3,.about-t .ab4 .right .boxs .img2 p{ color:#fff;}
.about-t .ab5{ padding:70px 0 160px 0;}
.about-t .ab5 .tits2 p{ margin-top:5px; font-size:1.4em; color:#4b4b4b; line-height:28px;}
.about-t .ab5 .tits2{ margin-bottom:90px;}
.about-t .ab5 .ab5-slider{ padding:0 120px; position:relative;}
.about-t .ab5 .ab5-slider:after,.about-t .ab5 .ab5-slider:before{ position:absolute; top:0; width:120px; height:100%; content:""; z-index:2; background:#fff;}
.about-t .ab5 .ab5-slider:after{ left:0;}
.about-t .ab5 .ab5-slider:before{ right:0;}
.about-t .ab5 .ab5-slider img{ max-width:100%;}
.about-t .ab5 .ab5-slider .swiper-button-prev{ background-image:url(../images/about/abh-p.png);}
.about-t .ab5 .ab5-slider .swiper-button-next{ background-image:url(../images/about/abh-n.png);}
.about-t .ab5 .ab5-slider .swiper-button-prev,.about-t .ab5 .ab5-slider .swiper-button-next{ width:50px; height:50px; background-size:50px 50px;}
.about-t .ab6{ overflow:hidden; background:url(../images/about/ie.jpg) left center no-repeat; background-size:cover !important;}
.about-t .ab6>*{ float:left;}
.about-t .ab6 .left{ width:45% !important;}
.about-t .ab6 .left .txt{ max-width:720px; width:100%; float:right;}
.about-t .ab6 .left .tits2{ margin:80px 0 75px 0;}
.about-t .ab6 .left .t .d{ width:100%; overflow:hidden; margin-bottom:24px; padding-left:12%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.about-t .ab6 .left .t .d>*{ float:left;}
.about-t .ab6 .left .t span{ background:#009944; width:10px; height:10px; display: block;  margin-top: 9px;}
.about-t .ab6 .left .t h3{text-transform: uppercase; font-size:1.6em; color:#4b4b4b; line-height:28px; padding:0 24px 0 14px;}
.about-t .ab6 .left .t p{  font-size:1.4em; color:#239656; line-height:28px; text-transform:uppercase;}
.about-t .ab6 .right{ width:55%; overflow:hidden;}
.about-t .ab6 .right img{ width:100%;}
.about-t .ab7{ padding:100px 0 130px 0;}
.about-t .ab7 .dots{ margin-top:70px; overflow:hidden;}
.about-t .ab7 .dots .left{ float:left; width:40%;}
.about-t .ab7 .dots .right{ float:right; width:60%;}
.about-t .ab7 .dots .left .dot{ border-bottom:1px solid #009944;width: 60%;  margin: 0 auto; padding:40px 0;}
.about-t .ab7 .dots .left .dot h3{ font-size:1.6em; color:#505050; margin-bottom:15px;}
.about-t .ab7 .dots .left .dot p{ font-size:1.4em; color:#999; line-height:18px;}
.about-t .ab7 .dots .right img{ max-width:100%;}

/*news*/
.news-t .tits{ margin:60px auto;}
.n-list .tits>*{ background:#fff;}
.n-list .list{ text-align:center; margin-bottom:60px;}
.n-list .list a{ font-size:1.4em; color:#444; display:inline-block; border:1px solid #959595; border-radius:20px; padding:10px 40px; margin:0 20px;}
.n-list .list a:hover,.n-list .list .lock,.s1 .s1,.s2 .s2,.s3 .s3,.s4 .s4,.s5 .s5{ background:#009944 !important; border:1px solid #009944 !important; color:#fff !important;}
.news-t .nboxs .box:nth-child(2n-1){ background:#f8f8f8;}
.news-t .nboxs .box{ overflow:hidden;}
.news-t .nboxs .box a>*{ float:left;}
.news-t .nboxs .box .img{ width:300px; padding:12px 0;}
.news-t .nboxs .box .img img{ max-width:100%;}
.news-t .nboxs .box .txt{ width:calc(100% - 380px); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:45px 5% 20px 5%;}
.news-t .nboxs .box .txt h3{ font-size:2em; color:#333; line-height:24px; height:24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1; font-weight:bold; margin-bottom:15px;}
.news-t .nboxs .box .txt p{ font-size:1.4em; color:#666; line-height:24px; height:72px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:3;}
.news-t .nboxs .box .date{ width:80px; padding:6% 0 0 0; text-align:center;}
.news-t .nboxs .box .date h3{ font-size:3em; color:#999; margin-bottom:15px;}
.news-t .nboxs .box .date h4{ font-size:1.4em; color:#999;}
.news-t .nboxs .box:hover .txt h3{ color:#009944;}
.news-t .fy{ padding:50px 0;}

/*newsshow*/
.newsshow{ padding:0 0 80px 0;}
.newsshow .boxs{ background:#f5f5f5; }

.newsshow .tit{ padding:40px; text-align:center;}
.newsshow .tit h3{ font-size:2em; color:#333333; 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;}
.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;}

/*join*/
.join-t .j1 .dots .dot *,.join-t .j1 .dots .dot{transition:linear .3s all;-moz-transition: linear .3s all; -webkit-transition:linear .3s all; -o-transition: linear .3s all;}
.join-t .tits{ margin:100px auto 90px auto;}
.join-t .tits>*{ background:#fff;}
.join-t .j1 .dots{ padding:80px 30px 95px 30px; overflow:hidden;}
.join-t .j1 .dots .dot{ width:calc(25% - 60px); margin:0 30px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border:2px solid #d2d2d2; padding:3% 2%; position:relative; height:460px;}
.join-t .j1 .dots .dot .img{ position:absolute; top:30px; left:-45px; border:2px solid #d2d2d2; overflow:hidden; border-radius:50%;}
.join-t .j1 .dots .dot  h3{ font-size:2.8em; font-weight:bold; color:#666666; text-align:right; padding:12px 0 40px 0; text-transform: uppercase;}
.join-t .j1 .dots .dot  p{ font-size:1.4em; color:#676767; line-height:20px; height:260px;}
.join-t .j1 .dots .dot  span{ display:block; text-align:right; font-size:1.2em; color:#666666; text-transform:uppercase;}
.join-t .j1 .dots .dot:hover,.join-t .j1 .dots .dot:hover .img{ border:2px solid #009944;}
.join-t .j1 .dots .dot:hover{ background:#009944;}
.join-t .j1 .dots .dot:hover *{ color:#fff;}
.join-t .j2 .dots .join-slider .swiper-slide *,.join-t .j2 .dots .join-slider .swiper-slide{transition:linear .3s all;-moz-transition: linear .3s all; -webkit-transition:linear .3s all; -o-transition: linear .3s all;}
.join-t .j2{ background:url(../images/join/j2-1.jpg) left center no-repeat; background-size:contain; padding:35px 0 45px 0;}
.join-t .j2 .tits2 h3{ color:#fff;}
.join-t .j2 .tits2 span{ background:#fff;}
.join-t .j2 .tits2 h4{ color:#ddd;}
.join-t .j2 .dots{ position:relative; overflow:hidden;}
.join-t .j2 .dots .btns{ position:absolute; bottom:10px; left:5%; width:120px;}
.join-t .j2 .dots .join-slider{ float:right; width:80%; padding:20px;}
.join-t .j2 .dots .join-slider .swiper-slide{ background:#f2f1f0; padding:40px 55px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-bottom:10px solid #009944; box-shadow:-4px 4px 6px rgba(2,70,28,0.32);}
.join-t .j2 .dots .join-slider .swiper-slide h3{ font-size:2.4em; color:#008d43; line-height:30px;}
.join-t .j2 .dots .join-slider .swiper-slide .ds{ overflow:hidden; padding:5px 0 25px 0;}
.join-t .j2 .dots .join-slider .swiper-slide .d{ float:left;}
.join-t .j2 .dots .join-slider .swiper-slide .d>*{ float:left; font-size:1.4em; color:#bbbbbb; line-height:16px;}
.join-t .j2 .dots .join-slider .swiper-slide .d span{ margin-right:5px;}
.join-t .j2 .dots .join-slider .swiper-slide .d span img{ margin-top:2px;}
.join-t .j2 .dots .join-slider .swiper-slide .d h4{ margin-right:20px;}
.join-t .j2 .dots .join-slider .swiper-slide p{ font-size:1.2em; color:#777; line-height:20px; height:80px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:4;}
.join-t .j2 .dots .join-slider .swiper-slide a .txt>span{ margin-top:35px; display:block; text-align:right; }
.join-t .j2 .dots .join-slider .swiper-slide a .txt>span h5{ font-size:1.6em; color:#fff;  border-bottom:1px solid #fff; display:inline-block; line-height:30px; display:none;}
.join-t .j2 .dots .join-slider .swiper-slide:hover h3,.join-t .j2 .dots .join-slider .swiper-slide:hover .d h4,.join-t .j2 .dots .join-slider .swiper-slide:hover p{ color:#fff;}
.join-t .j2 .dots .join-slider .swiper-slide:hover{ background:#009944; transform:scale(1.05);}
.join-t .j2 .dots .join-slider .swiper-slide:hover .txt>span img{ display:none;}
.join-t .j2 .dots .join-slider .swiper-slide:hover .txt>span h5{ display:inline-block;} 
.join-t .j2 .dots .swiper-button-prev{ background-image:url(../images/join/jp.png); margin-top:-180px; left:42px;}
.join-t .j2 .dots .swiper-button-next{ background-image:url(../images/join/jn.png); margin-top:-126px; right: 35px;}
.join-t .j2 .dots .swiper-button-prev,.join-t .j2 .dots .swiper-button-next{ width:43px; height:43px; background-size:43px 43px;}
.join-t .j2 .dots .swiper-pagination{font-size:2.2em; color:#01632d;}
.join-t .j2 .dots .swiper-pagination .on{  font-size:1.75em; color:#fff;}
.join-t .j2 .dots .btns:after{ position:absolute; bottom:0; left:0; width:120px; height:1px; content:""; background:#00561f;}
.join-t .j2 .dots .btns:before{ position:absolute; bottom:-1px; left:0; width:25px; height:3px; content:""; background:#fff; z-index:2;}
/*joinshow*/
.joinshow{ padding-bottom:120px; }
.joinshow .join-list{ background:#f5f5f5; overflow:hidden;}
.joinshow .join-list .dot{ float:left; width:50%; border:1px solid #eee; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow:hidden; margin:-1px 0 0 -1px;}
.joinshow .join-list .dot>*{ float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow:hidden; padding:12px;}
.joinshow .join-list .dot h3{ font-size:1.6em; width:120px; line-height:20px;  color:#fff; background:#009944;}
.joinshow .join-list .dot p{ width:calc(100% - 120px); line-height:20px; font-size:1.4em; color:#333;}
.joinshow .join-list .txt{ width:100%; border:1px solid #eee; margin-top:-1px; padding:15px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.joinshow .join-list .txt p{ font-size:14px; line-height:24px;}

/*product*/
.product-list *,.product-boxs .box *,.product-boxs .box:after{transition:linear .3s all;-moz-transition: linear .3s all; -webkit-transition:linear .3s all; -o-transition: linear .3s all;}
.product-list{ display:table; width:100%; overflow:hidden;}
.product-list .dot{ display:table-cell; width:25%; background:url(../images/product/pbg2.jpg) center center no-repeat; background-size:cover !important; text-align:center; padding:20px; vertical-align:middle; height:300px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position:relative;}
.product-list .dot:after{ position:absolute; top:25%; height:50%; right:0px; width:1px; content:""; background:#009944}
.product-list .dot img{ opacity:0.6;}
.product-list .dot span{ display:block; width:26px; height:2px; background:#009944; margin:15px auto;}
.product-list .dot h3{word-break: break-all; font-size:1.6em; color:#c9c9c9; line-height:20px;}
.product-list .dot p{ font-size:1.2em; color:#c9c9c9; line-height:20px; text-transform:uppercase;}
.product-list .dot:hover h3,.product-list .dot:hover p,.product-list .dot.lock h3,.product-list .dot.lock p{ color:#fff !important;}
.product-list .dot:hover img,.product-list .dot.lock img{ opacity:0.9 !important;}
.product-list .dot:hover,.product-list .dot.lock{ background:url(../images/product/pbg.jpg) center center no-repeat !important; background-size:cover !important;}
.product-boxs{ padding:90px 0 100px 0; background:url(../images/product/p-bg.jpg) center center no-repeat; background-size:cover !important; overflow:hidden;}
.product-boxs .box{ width:calc(33.33% - 30px); margin:40px 15px; float:left; background:#e5e5e5; box-shadow:2px 2px 6px rgba(0,0,0,0.2); position:relative;}
.product-boxs .box:after{ position:absolute; bottom:100%; right:0; content:""; width:75px; height:0px; background:#009944;}
.product-boxs .box img{ max-width:100%;}
.product-boxs .box .txt{ overflow:hidden;}
.product-boxs .box .txt>*{ float:left; height:75px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.product-boxs .box .txt p{ width:calc(100% - 75px); font-size:1.6em; color:#444; line-height:30px;padding:0px 20px; margin: 22px 0; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1; height: 30px;}
.product-boxs .box .txt span{ background:url(../images/product/big.png) center center no-repeat #009944; width:75px; display:block; }
.product-boxs .box:hover{ background:#009944; text-align:right; }
.product-boxs .box:hover p{ font-size:1.8em; color:#fff;}
.product-boxs .box:hover span{ background:url(../images/product/arrow.png) left center no-repeat #009944;}
.product-boxs .box:hover:after{ height:30px;}

/*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:540px;}


.contact-t{ padding:100px 0;}
.contact-t .tits>*{ background:#fff;}
.contact-t .txts{ overflow:hidden; margin-top:80px;}
.contact-t .txts>*{ float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.contact-t .left{ background:url(../images/contact.jpg) bottom center no-repeat #008d43; background-size:contain; width:35%; box-shadow:3px 3px 3px rgba(4,116,46,0.32); height:520px; margin-bottom:10px; padding:30px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.contact-t .left .dot{ border-bottom:1px dashed #fff; padding:20px 0; max-width:300px; margin:0 auto; color:#fff;}
.contact-t .left .dot h3{ font-size:2.2em; color:#fff; margin-bottom:5px;}
.contact-t .left .dot p{ font-size:1.6em; line-height:26px;}
.contact-t .right{ width:65%; padding-left:40px;}
.contact-t .right form{ overflow:hidden;}
.contact-t .right form .box1{ width:calc(100% + 20px); margin:0 0 0 -10px;}
.contact-t .right form .box1 .fc-input{ width:calc(50% - 20px); margin:0 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float:left; margin-bottom:40px;}
.contact-t .right form .fc-input{ margin-bottom:40px;}

.contact-t input,.contact-t textarea{font-family: "Microsoft Yahei";  border:none; outline:none;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background:#fff; padding:20px 20px; font-size:1.8em; line-height:24px; color:#666; width:100%;  border:1px solid #e6e6e6; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.contact-t .fc-input::-webkit-input-placeholder{ color:#555;}
.contact-t .fc-input:-moz-placeholder{ color:#555;}
.contact-t .fc-input::-moz-placeholder{ color:#555;}
.contact-t .fc-input:-ms-input-placeholder {  color:#555;}
.contact-t .btn{ text-align:right;}
.contact-t .btn .fc-btn{ border:none; width:fit-content; padding:14px 60px; font-size:2em; color:#fff; line-height:24px; cursor:pointer; background:#008d43; margin-top:50px; transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;  box-shadow:3px 3px 3px rgba(4,116,46,0.32);}
.contact-t .btn .fc-btn:hover{ background:#000;}

/*service*/
.service-t *{transition:linear .3s all;-moz-transition: linear .3s all; -webkit-transition:linear .3s all; -o-transition: linear .3s all;}
.service-t .tits{ margin:100px auto 80px auto;}
.service-t .tits>*{ background:#fff;}
.service-t .boxs{ background:#f5f5f5; padding:60px 0 30px 0;}
.service-t .txt{ width:100%; max-width:1660px;  margin:120px auto; display:table; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.service-t .txt .img,.service-t .txt .img2{ display:table-cell; position:relative; width:50%; background-size:contain !important; height:340px; vertical-align:middle;}
.service-t .txt .img>img,.service-t .txt .img>img{ opacity:0; max-width:100%;}
.service-t .txt .img:after{ width:25%; content:""; top:0; left:0; right:0; margin:0 auto; height:100px; background:url(../images/is1.png) top center no-repeat; background-size:contain;}
.service-t .txt .imgs{ position:relative; width:fit-content; margin:0 auto;}
.service-t .txt .imgs img{ max-width:100%;}
.service-t .txt .imgs:first-child{ margin-top:-124px; margin-bottom:32px;}
.service-t .txt .imgs:last-child{ margin-top:60px;}
.service-t .txt .imgs .a{ position:absolute; top:0; left:0;}
.service-t .txt .img .imgs .b{ opacity:0;}
.service-t .txt .img{ background:#fff;}
.service-t .txt .img:first-child{ border-right:1px solid #008d43;}
.service-t .txt .t{  text-align:center;}
.service-t .txt .t h3{ font-size:2.4em; color:#008d43; margin-bottom: 12px;}
.service-t .txt .t h4{ font-size:1.4em; color:#7b7b7b; line-height:24px; margin-bottom:6px;}
.service-t .txt .t p{ font-size:1.4em; color:#2b2b2b; line-height:24px; max-width: 80%; margin: 0 auto; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:3; height: 72px;}
.service-t .txt .img:hover h3,.service-t .txt .img:hover h4,.service-t .txt .img:hover p{ color:#fff;}
.service-t .txt .img:hover,.service-t .txt .img:hover{ background:#008d43;}
.service-t .txt .img:hover .imgs .a{ opacity:0;}
.service-t .txt .img:hover .imgs .b{ opacity:1;}

/*quality*/
.quality{ padding:80px 0;}
.quality .tit{ padding:40px 40px 0 40px;}
.quality .tit .dot h4{ padding:2px 0;}
.quality .t{ padding:0 20px 0 0; margin:20px 0; height:600px; overflow: overlay;}
.quality .txt h3{ font-size:16px; font-weight:bold; margin-top:5px;}
.quality .txt h2{ font-size:18px; text-align:center; font-weight:bold;}
.quality .boxs{ padding-bottom:1px;}
.network{ text-align:center;}
.network p{ max-width:1000px; margin:0 auto;}
.network .txt{ padding:0 !important;}
.network .txt img{ margin-top: 40px;}
.network .boxs{ background:#fff;}
/*download*/
.download .boxs2{ padding:40px;}
.download .boxs2 .box{ overflow:hidden; margin:10px 0; background:#fff;}
.download .boxs2 .box a>*{ float:left; padding:6px 12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.download .boxs2 .box p{ width:calc(100% - 120px); font-size:1.4em; line-height:24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1; height:24px;}
.download .boxs2 .box span{ text-align:center; width:120px; background:#2b2b2b; font-size:1.4em; line-height:24px; color:#fff;}
.download .boxs2 .box:hover span{ background:#008d43;}
.download .tits,.network .tits,.quality .tits{ margin-bottom:60px}