/* CSS Document */

@font-face {
  font-family: "GOTHA-MEDIUM";
  src: url("../fonts/GOTHAMPRONARROWMEDIUM.TTF") format("truetype");
}

@font-face {
  font-family: "20THFONT";
  src: url("../fonts/20THFONT.TTF") format("truetype");
}

*{ touch-action: pan-y; } 
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 { overflow-x: hidden; 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:1440px; padding:0 20px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp2{ max-width:1740px; 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;}


/*parts*/
div.fy {text-align:center;line-height:4rem; padding-top:40px;}
div.fy a { margin:2px 6px;padding:8px 12px;color:#727171;font-size:1.4em; display:inline; background:#fff; border-radius: 4px; }
div.fy a:hover{color:#fff; background:#96cb3d; border-radius: 4px; }
div.fy a:active{ color:#fff; background:#96cb3d; border-radius: 4px; }
div.fy span.current{ margin:2px 6px;padding:8px 12px; color:#fff;  font-size:1.4em; background:#96cb3d; border-radius: 4px; }
div.fy span.disabled{ margin:2px 6px;padding:8px 12px; color:#727171; font-size:1.4em; background: #fff; border-radius: 4px; }


/*手机导航*/
.m-header{ width:100%; background:#fff;}
.htop #hamburger:before,.htop  #hamburger:after,.htop  #hamburger span{ background: #333;}
#hamburger {width: 24px; height: 14px;	position:absolute;	top: 20px;	right: 25px; z-index: 999;display: none;}
#hamburger:before, #hamburger:after, #hamburger span { background:#fff; 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;} 


/*header*/
.header a,.header,.header .lun .ll{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.header{ display: flex; position:absolute; width: 100%; z-index: 9; padding: 7px 70px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; justify-content: space-between; align-items: center;}
.header .logo2,.header .lun p span img.b{ display: none;}
.header .menu{ display: flex;}
.header .menu a{ text-transform: uppercase; font-size: 1.4em; color: #fff; line-height: 1.5; margin: 0 30px;  font-weight: 100;}
.header .menu .md{ z-index: 4; display: none; position: absolute; top:100%; left: 0; width: 100%; text-align: center; padding: 16px 0;  background: #070707; border-top:1px solid #333;}
.header .luns{ display: flex; align-items: center;}
.header .luns form{ background: #96cb3d; display: flex; border-radius: 10px; padding: 5px 10px;}
.header .luns input{ font-size: 1.4em; outline:none; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  line-height:24px; color:#fff; width: 100%; background: transparent; }
.header .luns input::-webkit-input-placeholder{ color:#fff; }
.header .luns input:-moz-placeholder{ color:#fff; }
.header .luns input::-moz-placeholder{ color:#fff; }
.header .luns input:-ms-input-placeholder{ color:#fff; }
.header .luns .hsrea{ width: 170px;}
.header .luns .hbtn{ width: 24px; background: url(../images/sreach.png) center center no-repeat;  cursor:pointer; }

.header .lun{ padding: 8px 0; position: relative; margin-left: 30px;}
.header .lun p{ cursor: pointer; font-size: 1.4em; color: #fff; line-height: 1.5;  font-weight: 100;}
.header .lun p span{font-size: 1em; color: #fff;}
.header .lun p span img{ width: 20px; display: inline-block; margin-bottom: -5px;}
.header .lun .ll{ position: absolute;  top:100%; left: calc(50% - 60px); width: 120px; background: #96cb3d; padding: 12px 0; border-radius: 5px; text-align: center; transform: scale(0); transform-origin : 50% 0 0;}
.header .lun:hover .ll{ transform: scale(1);}
.header .lun .ll a{ display: block; font-size: 1.4em; line-height: 1.5; padding: 4px 12px; color: #fff; text-transform: uppercase;}
.header a:hover{ text-decoration: underline;}
.htop .header{ position: static; background: #fff;}
.htop .header .logo1,.htop .header .lun p span img.a{ display: none;}
.htop .header .logo2,.htop .header .lun p span img.b{ display: inline-block;}
.htop .header .menu a,.htop .header .lun p{ color: #333;}

/*footer*/
.footer a,.ban-footer .bfs img,.footer .fs img{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}

.footer{ background: #292929;}
.footer .warp2{ padding: 90px 0 120px 0; border-bottom: 1px solid #494c4c; display: flex; justify-content: space-around;}
.footer .f-menu{ display: flex;}
.footer .f-menu .fmd{ margin: 0 30px;}
.footer .f-menu .fmd h3 a{ font-size: 1.8em; color: #fff; font-family: "GOTHA-MEDIUM"; margin-bottom: 60px; display: inline-block; text-transform: uppercase; line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.footer .f-menu .fmd p a{ font-size: 1.4em; color: #888; line-height: 28px;  height: 28px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.footer .f-menu .fmc{ max-width: 300px;}
.footer .f-menu .fmc p{ font-size: 1.4em; color: #888; line-height: 1.5;}
.footer .f-menu .fmc .fs{ margin-top: 20px;}
.footer .f-menu .fmc .fs img{ margin-right: 20px;}
.footer .f-menu a:hover{ text-decoration: underline;}
.footer .two{ height: fit-content !important; background: #ec882e; border-radius: 20px;}
.footer .two .top{ text-align: center;}
.footer .two .top a{ display: block; padding: 14px 0;}
.footer .two .img{ padding: 20px; background: #fff; border-radius: 20px;}
.footer .fo2{ text-align: center; padding: 30px 0 25px 0;}
.footer .fo2 p{ font-size: 1.4em; color: #888; line-height: 1.5;}
.footer .fo2 p a{ font-size: 1em; color: #888;}
.footer .fo2 p a:hover{ text-decoration: underline;}


.bottomlist{ background:#96cb3d; position:fixed; width:100%; bottom:0; left:0;  display:none; z-index:200;}
.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 .swiper-slide .t{transition:ease-out 0.8s all;-moz-transition: ease-out 0.8s all; -webkit-transition:ease-out 0.8s all; -o-transition: ease-out 0.8s all;}
.banner .banner-slider .img img{ width: 100%;}
.banner .swiper-slide{ position: relative;}
.banner .swiper-slide .t{ position: absolute; top:40%; left: 16%; max-width: 550px; color: #fff; opacity: 0;}
.banner .swiper-slide .t h3{ font-size: 8.6em; font-family: "20THFONT"; text-transform: uppercase;}
.banner .swiper-slide .t h4{ font-size: 5.2em; font-family: "20THFONT"; text-transform: uppercase;}
.banner .swiper-slide .t p{ font-size: 1.8em; line-height: 1.5;}
.banner .swiper-slide .t span{ font-size: 1.8em;  padding: 12px 40px; background: #96cb3d; display: inline-block; margin-top: 30px; border-radius: 40px; color: #fff;}
.banner .swiper-slide.ban1 .t{ color: #ec882e;}
.banner .swiper-slide.ban2 .t{ left: 10%;}
.banner .swiper-slide.ban3 .t p{ font-size: 1.8em;}
.banner .swiper-slide.ani-slide .t{ top:30%; opacity: 1;}

#m1 .more{ padding: 10px 24px; font-size: 1.4em; color: #fff; border-radius: 20px; display: inline-block; margin-top: 70px; transition:ease-out 0.8s all;-moz-transition: ease-out 0.8s all; -webkit-transition:ease-out 0.8s all; -o-transition: ease-out 0.8s all;}
#m1 .more:hover{ box-shadow: 2px 2px 10px rgba(83,83,83,0.4);}
/*iab*/
.iab .iabt{ margin: 90px 0; display: flex; align-items: center; padding-left: calc(50% - 720px); position: relative;}
.iab .iabt:after{ position: absolute; content: ""; background: #96cb3d; width: 80px; height: 100%; border-top-right-radius: 80px;  border-bottom-right-radius: 80px; top:0; left: 0;}
.iab .iabt .txt{ width:50%; padding: 0 6% 0 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; z-index: 2;}
.iab .iabt .txt h3{ font-size: 3.6em; color: #555; text-transform: uppercase; font-family: "20THFONT"; position: relative; display: block;}
.iab .iabt .txt h3:after{ position: absolute; bottom:calc(100% + 16px); left: 0; background: #96cb3d; border-radius: 50%; content: ""; width: 30px; height: 30px;}
.iab .iabt .txt h3 span{ font-size: 1em; color: #96cb3d; font-family: "20THFONT";}
.iab .iabt .txt h4{ font-size: 1.8em; color: #555; line-height: 1.5; text-transform: uppercase; margin-bottom: 45px;}
.iab .iabt .txt p{ font-size: 1.4em; color: #888; line-height: 1.5;}
.iab .iabt .txt a{  background: #ec882e;}
.iab .iabt .img{ padding-left: 30px; width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.iab .iabt .img img{ width: 100%; border-top-left-radius: 80px; border-bottom-left-radius: 80px;}
.iadbs .warp{ display: flex; justify-content: space-between;} 

.iabd,.iabd *,.iabd:after{transition:ease-out 0.8s all;-moz-transition: ease-out 0.8s all; -webkit-transition:ease-out 0.8s all; -o-transition: ease-out 0.8s all;}
.iab .iadbs{ padding-bottom: 90px;}
.iadbs .iabd{ padding: 20px 25px; max-width: 220px; width: 20%; border: 1px solid #e3e3e3; border-radius: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative;}
.iadbs .iabd:after{ position: absolute; content: ""; width: 22px; height: 22px;  background: #e3e3e3; border: 12px solid #fff; border-radius: 50%; top:-12px; right:-18px;}
.iadbs .iabd .img .b{ display: none;}
.iadbs .iabd .t h3{ margin: 16px 0; display: flex; color: #96cb3d; font-size: 18px; align-items: flex-end;}
.iadbs .iabd .t span{ font-size: 48px; font-family: "GOTHA-MEDIUM";}
.iadbs .iabd .t sup{ font-size:18px; margin:0 0 auto 10px;}
.iadbs .iabd .t p{ font-size: 1.4em; color: #333; line-height: 1.2;}
.iadbs .iabd:hover{ background: #96cb3d; border: 1px solid #96cb3d;}
.iadbs .iabd:hover:after{ background: #96cb3d;}
.iadbs .iabd:hover .a{ display: none;}
.iadbs .iabd:hover .b{ display: block;}
.iadbs .iabd:hover .t h3,.iadbs .iabd:hover .t p{ color: #fff;}
/*iv*/
.iv img{transition:ease-out 0.8s all;-moz-transition: ease-out 0.8s all; -webkit-transition:ease-out 0.8s all; -o-transition: ease-out 0.8s all;}
.iv{ padding: 200px 0 160px 0; background: url(../images/iv-bg.jpg) center center no-repeat;  text-align: center; color: #fff; background-size: cover !important;}
.iv .tit{ position: relative;  width: fit-content; margin: 0 auto; }
.iv h3{ position: relative; font-size: 4.8em; font-family: "20THFONT"; text-transform: uppercase;  z-index: 1;}
.iv .tit:after,.iv .tit:before{ position: absolute; content: ""; border-radius: 50%; z-index: 0;}
.iv .tit:after{ width: 48px; height: 48px; top:-28px; left: -34px; background: #ec882e; }
.iv .tit:before{ right:-4px; bottom:3px; width: 14px; height: 14px; background: #96cb3d; z-index: 2;}
.iv p{ font-size: 2.4em; line-height: 1.5; text-transform: uppercase; margin: 20px 0 60px 0;}
.iv:hover img{ cursor: pointer; transform: scale(0.9);}
/*ip*/
.i-tit{ position: relative;  width: fit-content;  margin: 0 auto;}
.i-tit:after{ width: 30px; height: 30px; top:-10px; left: -24px; background: #96cb3d; content: ""; position: absolute; border-radius: 50%;}
.i-tit h3{ font-size: 3.6em; color: #333; font-family: "20THFONT"; text-align: center; text-transform: uppercase; position: relative; z-index: 2;}

.ip{ padding: 110px 0 140px 0; position: relative; overflow: hidden; }
.ip:after,.ip:before{ position: absolute; content: ""; border-radius: 50%;}
.ip:after{ width: 360px; height: 360px; background: #eee; bottom: -20px; left: -260px;}
.ip:before{ width: 480px; height: 480px; background: #96cb3d; top: -60px; right: -350px;}
.ip .ip-imgs{ width: calc(100% + 50px); margin: 70px 0 0 -25px; display: flex;}
.ip .ip-imgs .ipd,.ip .ip-imgs .ipd *,.ip .ip-imgs .ipd:after{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.ip .ip-imgs .ipd{ background: #000; position: relative; width: calc(33.33% - 50px); margin: 0 25px; overflow: hidden; border-radius: 20px; z-index: 2;}
.ip .ip-imgs .ipd:after{ position:absolute; top:22%; right:18%; content: ""; background: #7cbe2e; width: 50px; height: 50px; border-radius: 50%; transform: scale(0);}
.ip .ip-imgs .ipd .img img{ width: 100%;}
.ip .ip-imgs .ipd .t{ position: absolute; top:0; left: 0; background: url(../images/ip-icon.png) center center no-repeat; background-size: 60% !important; width: 100%; height: 100%; text-align: center;  display: flex; align-items: center; justify-content: center; transform: scale(0);}
.ip .ip-imgs .ipd .t p{ font-size: 3em; font-family: "20THFONT"; text-transform: uppercase; color: #fff;}
.ip .ip-imgs .ipd:hover:after{ transform: scale(1);}
.ip .ip-imgs .ipd:hover .img img{ opacity: 0.3;}
.ip .ip-imgs .ipd:hover .t{ transform: scale(1);}
/*ibe*/
.ibe .iber .t{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.ibe{ display: flex; padding: 130px 0 130px calc(50% - 720px); background:url(../images/ibe-bg.jpg) center center no-repeat; background-size: cover !important;}
.ibe .i-tit{ text-align: left;}
.ibe .i-tit:after{ top:-16px; left: -16px; background: #ec882e;}
.ibe .i-tit h3{ color: #fff; text-align: left;}

.ibe .ibel{ width: 400px; padding-right: 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ibe .ibel .more{ background: #fff; color: #96cb3d !important;}
.ibe .iber{ padding-left: 40px; width: calc(100% - 400px); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; 
    --swiper-navigation-color: #fff;
    --swiper-navigation-size: 30px;}
.ibe .iber .iber-slider{ padding-bottom: 40px; }
.ibe .iber .img img{width: 100%;}
.ibe .iber .img{ overflow: hidden; border-radius: 10px;}
.ibe .iber .t{ padding: 16px 20px; border-radius: 10px; position: absolute; bottom: -20px; left: 20px; background: #ec882e;  opacity: 0;}
.ibe .iber .t p{ font-size: 1.6em; color: #fff; text-transform: uppercase; font-weight: bold;}
.ibe .iber .swiper-slide:hover .t{ left: 10px; opacity: 1;}
/*inews*/
.inews{ padding: 120px 0 90px 0;}
.inews .in1{ display: flex; margin-bottom: 70px;}
.inews .in1 .i-tit{ margin: 0 0 0 auto;}
.inews .in1 .in-tit{ text-align: right; width: 30%; order: 2;}
.inews .in1 .in-tit .more{ background: #96cb3d;}
.inews .in1 .in-txts{ width: 70%;}
.inews .swiper .swiper-pagination-bullet{ width: 36px; height: 8px; background: #d0d0d0; opacity: 1; border-radius: 10px;}
.inews .swiper .swiper-pagination-bullet-active{background: #96cb3d;}
.inews .swiper .swiper-pagination{ text-align: right;}
.inews .swiper{ --swiper-theme-color: #ff6600; --swiper-pagination-color: #00ff33;}

.inews  .swiper-slide h3{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.inews  .swiper-slide h3{ font-size: 2.4em; color: #000; font-family: "20THFONT"; line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1; margin-bottom: 24px;}
.inews  .swiper-slide p{ font-size: 1.4em; color: #888; line-height: 24px; height: 48px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2; } 
.inews  .swiper-slide span{ font-size: 1.6em; color: #888; display: inline-block; margin-top: 60px;}
.inews  .swiper-slide:hover h3{ color: #96cb3d;}

.inews .in2{ overflow: hidden; border-radius: 20px; background: #96cb3d;}
.inews .in2 a{ display: flex; color: #fff;  align-items: center;}
.inews .in2 .img,.inews .in2 .txt{ width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.inews .in2 .img img{ width: 100%;}
.inews .in2 .txt{ padding: 20px 50px;}
.inews .in2 .txt h3{ font-size: 2.4em; font-family: "20THFONT"; line-height: 32px; height: 64px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2; margin-bottom: 20px;}
.inews .in2 .txt p{ font-size: 1.4em; line-height: 24px; height: 72px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:3;}
.inews .in2 .txt span{ display: inline-block; margin-top: 30px;}
/*icul*/
.icul{ padding: 180px 0; background: url(../images/iab-c.jpg) center center no-repeat; background-size: cover !important;}
.icul .i-tit h3{ color: #fff;} 
.icul .i-tit:after{ width: 94px; height: 94px; top: -36px;}
.icul .i-tit:before{ position: absolute; content: ""; border-radius: 50%; right: -11px; bottom: -11px; width: 24px; height: 24px; background: #ec882e; z-index: 2;}
.icul .iculs{ margin-top: 80px; color: #fff; text-align: center;}
.icul .iculs p{ font-size: 2.4em; line-height: 2; text-transform: uppercase;}


/*banners*/
.banners{ display: flex; align-items: center;  height: 599px; background-size: cover !important; text-align: center; justify-content: center;}
.banners .txt .t p{ font-size: 8.6em; color: #fff; text-transform: uppercase; font-family: "20THFONT";}
.banners .txt .t p span{ font-size: 1em; color: #96cb3d; font-family: "20THFONT";}

.about{ background-attachment: fixed; background: url(../images/banners/about-banner.jpg) center center no-repeat;}
.news{ align-items: flex-end; background: url(../images/banners/news-banner.jpg) center center no-repeat;}
.contact{ background: url(../images/banners/contact-banner.jpg) center center no-repeat;}
.join{ background: url(../images/banners/join-banner.jpg) center center no-repeat;}
.product{ align-items: flex-end; background: url(../images/banners/product-banner.jpg) center center no-repeat;}
.strength{ background: url(../images/banners/strength-banner.jpg) center center no-repeat;}

/*n-list*/
.n-list a{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.n-list{ margin: 6% 0 10% 0; display: flex; flex-wrap: wrap; justify-content: center;}
.n-list a{ font-size: 1.8em; color: #96cb3d; font-family: "20THFONT"; display: flex; background: #fff; border-radius: 10px; margin:10px 20px; padding: 16px 65px; text-transform: uppercase; max-width: 360px; align-items: center; line-height: 1.2;}
.n-list a:hover,.n-list a.lock{ color: #fff !important; background: #ec882e !important; }

/*about*/
.top-o{ position: relative; overflow: hidden;}
.top-o:after{ position: absolute; width:480px; height: 480px; content: ""; background: #96cb3d; left: calc(50% - 240px); top:-400px; border-radius: 50%;}

.ab1{ padding: 110px 0 130px 0;}
.ab1 .i-tit{ text-align: center; margin-bottom: 45px;}
.ab1 .i-tit:after{ display: none;}
.ab1 .i-tit h3 span{ font-size: 1em; color: #96cb3d; font-family: "20THFONT";}
.ab1 .i-tit h4{ font-size: 1.8em; color: #555; line-height: 1.5; text-transform: uppercase;}
.ab1 .iadbs .warp{ padding: 0;}
.ab1 .ab1-t{ padding-bottom: 80px;}
.ab1 .ab1-t p{ font-size: 1.4em; color: #888; line-height: 1.5; text-align: center; margin-bottom: 26px;}

.ab2{ padding: 80px 0 130px 0; background: url(../images/ab2.jpg) center center no-repeat; background-size: cover !important;}
.ab2 .i-tit h3{ color: #fff;}
.ab2 .i-tit:after{ left: -14px;}
.ab2 .his-slider{ padding: 90px calc(50% - 720px) 0 calc(50% - 720px); position: relative;}
.ab2 .his-slider:after{ position:absolute; top:135px; left: 0; width: 100%; height: 1px; content: ""; border-bottom: 1px dashed #b0b0b0; z-index: 0;}
.ab2 .his-slider .swiper-slide{ background: #fff; border-radius: 10px; position: relative;}
.ab2 .his-slider .swiper-slide:after{ width: 11px; height: 11px; content: ""; position: absolute; border: 12px solid #ec882e; border-radius: 50%; top:28px; right:14px;}
.ab2 .his-slider .data{ width: 130px; height: 130px; background: #96cb3d; border-radius: 50%; display: flex;  justify-content: center; align-items: center; margin: -20px 0 0 -40px; position: relative; z-index: 2;}
.ab2 .his-slider .data h3{ font-size: 3.6em; font-family: "20THFONT"; color: #fff;}
.ab2 .his-slider .t{ position: relative; padding: 5px 50px 50px 50px;}
.ab2 .his-slider .t p{ font-size: 1.4em; color: #555; line-height: 1.5;}

.ab3{ padding: 100px 0; overflow: hidden;}
.ab3 .boxs{ margin-top: 40px; display: flex; justify-content: space-between;}
.ab3 .boxs>*{ width: 640px; max-width: calc(50% - 20px);}
.ab3 .boxs .box{ margin: 20px 0;}
.ab3 .boxs .box .img{ position: relative; }
.ab3 .boxs .box .img:after{ position: absolute; content: ""; width: 90px; height: 90px; border-radius: 50%; z-index: -1;}
.ab3 .boxs .box.b1 .img:after{bottom: -65px; left: 10px; background: #eaeaea;}
.ab3 .boxs .box.b2 .img:after{bottom: -46px; right: 95px; background: #fae3cd;}
.ab3 .boxs .box.b3 .img:after{top: -38px; right: 10px; background: #fae3cd;}
.ab3 .boxs .box.b4 .img:after{top: -58px; left: 26px; background: #eaeaea;}

.ab3 .boxs .box .img img{ width: 100%; border-radius: 10px;}
.ab3 .boxs .box .tit{ padding: 40px 30px;}
.ab3 .boxs .box .tit h3{ font-size: 3.6em; color: #96cb3d; font-family: "20THFONT"; text-transform: uppercase; margin-bottom: 10px;}
.ab3 .boxs .box .tit p{ font-size: 1.6em; color: #555; line-height: 1.5; text-transform: uppercase;}
.ab3 .boxs .box2{ padding-top: 40px;}
.ab3 .boxs .box2 .box{ display: flex; flex-wrap: wrap;}
.ab3 .boxs .box2 .box .tit{ width: 100%; order: -1;}

/*strength*/
.str1{ padding: 80px 20px;}
.str1 .tit{ text-align: center;}
.str1 .i-tit:after{ right:-14px; left: auto;}
.str1 .tit p{ margin: 30px auto 0 auto; max-width: 1150px; font-size: 1.4em; color: #888; line-height: 1.5;}
.str1 .imgs{ display: flex; margin-top: 50px;}
.str1 .imgs .img{ width: calc(33.33% - 18px); margin: 0 9px;}
.str1 .imgs .img img{width: 100%;}
.str1 .mb{ text-align: center;}
.str1 .more{ background: #ec882e; margin-top: 60px !important;}
.str2{ display: flex; align-items: center; background: #96cb3d;}
.str2 .txt{ padding: 20px 8%; text-align:left; width: 40%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #fff;}
.str2 .txt .i-tit h3{ color: #fff;}
.str2 .txt .i-tit{ margin: 0 0 10px 10px;}
.str2 .txt .i-tit:after{ background: #ec882e; left: -15px; top:-14px;}
.str2 .txt p{ font-size: 1.4em; line-height: 2;}
.str2 .img{ min-height: 640px; width: 60%; background-size: cover !important;}
.str3{ padding: 100px 0 80px 0; background: #f2f2f2;}
.str3 .warp{ display: flex; justify-content: space-between;}
.str3 .tit .i-tit:after{ background: #ec882e; top:10px; left: -16px;}
.str3 .tit h3{ text-align: left; line-height: 1.5;}
.str3 .tit h3:nth-child(2){ color: #96cb3d;}
.str3 .tit a{ background: #ec882e; margin-top: 40px !important;}
.str3 .icons{ display: flex; background: #96cb3d; border-radius: 40px;}
.str3 .icons .icon{ padding: 20px 50px;}
.str3 .icons .icon:nth-child(2n){ background: #81b826;}
.str4{ padding: 90px 0;}
.str4 .imgs{ margin-top: 20px; display: flex;  flex-wrap: wrap;}
.str4 .imgs .img{ margin: 40px 0 0 0; width: 20%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center; border-right:1px solid #d8d8d8;}
.str4 .imgs .img img{ max-width: 100%;}
.str4 .imgs .img:nth-child(5n){ border-right: none;}

/*equipment*/
.equipment .img img{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.equipment{ width: calc(100% - 330px); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.equipment .imgs{ display: flex;flex-wrap: wrap;}
.equipment .img{ overflow: hidden; width: calc(50% - 20px); margin: 10px;}
.equipment .img img{ width: 100%;}
.equipment .img:hover img{ transform: scale(1.1);}
/*honor*/
.honor .img{ overflow: hidden; width: calc(33.33% - 20px); margin: 10px;}



/*prorudct*/
.product-t .boxs .box .txt *,.product-t .boxs .box .img img,.product-t .boxs .box .txt h3:after{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.product-t{ padding: 80px 0; background: #ededed;}
.product-t .boxs{ max-width: 1600px; margin: 0 auto; display: flex; flex-wrap: wrap;}
.product-t .boxs .box{ width: calc(25% - 30px); margin:20px 15px;}
.product-t .boxs .box .img{ overflow: hidden;border-radius: 10px; }
.product-t .boxs .box .img img{ width: 100%;}
.product-t .boxs .box .txt{ padding: 20px 30px;}
.product-t .boxs .box .txt p{ font-size: 1.4em; color: #888; line-height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.product-t .boxs .box .txt h3{ padding-left: 16px; margin-left: -16px; font-size: 1.8em; color: #555; line-height: 28px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1; position: relative;}
.product-t .boxs .box .txt h3:after{ position: absolute; top:calc(50% - 6px); left:0; content: ""; background: #96cb3d; width: 12px; height: 12px; border-radius: 50%; transform: scale(0)}
.product-t .boxs .box:hover .img img{ transform: scale(1.1);}
.product-t .boxs .box:hover h3{ color: #96cb3d;}
.product-t .boxs .box:hover h3:after{ transform: scale(1);}

/*productshow*/
.productshow .pro-list a:after,.productshow .pro-list a,.pro-txt .txts .btn a{transition:ease-out 0.5s all;-moz-transition: ease-out 0.5s all; -webkit-transition:ease-out 0.5s all; -o-transition: ease-out 0.5s all;}
.productshow{ padding: 80px 0; background: #ededed;}
.productshow .warp{ display: flex;}
.productshow .pro-list{ width: 330px; padding-right: 36px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.productshow .pro-list a{ font-size: 1.8em; color: #96cb3d; background: #fff; display: block; margin: 26px 0; padding: 16px 30px; text-transform: uppercase; font-family: "20THFONT"; border-radius: 10px; position: relative; overflow: hidden;}
.productshow .pro-list a:after{ position: absolute; top:0; height: 100%; width: 64px; right:-32px; content: ""; background: #e2e2e2; border-radius: 50%;}
.productshow .pro-list a:hover,.productshow .pro-list a.lock,
.equ .equ,.hon .hon{ background: #96cb3d !important; color: #fff !important;}
.productshow .pro-list a:hover:after,.productshow .pro-list a.lock:after,
.equ .equ:after,.hon .hon:after{ background: #a6eb31 !important;}

.pro-txt{ padding: 30px; width: calc(100% - 330px); background: #fff; border-radius: 10px; overflow: hidden; display: flex; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.pro-txt .imgs{ width: 50%; }
.pro-txt .imgs img{ width: 100%;}
.pro-txt .mySwiper{ 
    --swiper-navigation-color: #96cb3d;
    --swiper-navigation-size: 30px;}
.pro-txt .mySwiper .swiper-slide{ border: 1px solid #e5e5e5;}
.pro-txt .txts{ padding: 30px 0 0 30px; display: flex; align-content: space-between; flex-wrap: wrap; width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.pro-txt .txts>*{width: 100%;} 
.pro-txt .txts .tit h3{ font-size: 2.4em; color: #8cba37; line-height: 1.5;}
.pro-txt .txts .tit h4{ font-size: 1.8em; color: #888; line-height: 1.5; text-transform:uppercase;}
.pro-txt .txts .t p{ font-size: 1.6em; color: #888; line-height: 2;}
.pro-txt .txts .color p{ font-size: 1.6em; color: #888; line-height: 2;}
.pro-txt .txts .color .cs span{ border: 1px solid #ddd; width: 24px; height: 24px; border-radius: 50%; display: inline-block; margin: 5px;}
.pro-txt .txts .btn{ padding-top: 20px;}
.pro-txt .txts .btn a{ font-size: 1.6em; line-height: 1.5; display: block; padding: 12px 20px; background: #f5f5f5; border-radius: 10px; margin-top: 10px; font-family: "20THFONT"; text-transform: uppercase;}
.pro-txt .txts .btn a:hover{ background: #96cb3d; color: #fff; }

/*news*/
.news-t .dot .img img,.news-t .dot .txt,.news-t .dot .txt *{transition:ease-out 0.5s all;-moz-transition: ease-out 0.5s all; -webkit-transition:ease-out 0.5s all; -o-transition: ease-out 0.5s all;}
.news-t{ padding: 60px 0 100px 0; background: #ededed;}
.news-t .dot{ background: #fff; overflow:hidden; border-radius: 10px; margin-top: 70px;}
.news-t .dot a{ display: flex;}
.news-t .dot .img img{ width: 100%;}
.news-t .dot .img{ overflow: hidden; width: 60%;}
.news-t .dot .txt{ width: 40%; padding: 50px 50px 20px 50px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.news-t .dot .txt h3{ font-size: 2.4em; color: #333; line-height: 32px; height: 96px;  display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:3;  font-family: "20THFONT"; margin-bottom: 20px;}
.news-t .dot .txt p{ font-size: 1.4em; color: #888; line-height: 32px; height: 96px;  display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:3;}
.news-t .dot .txt h4{ font-size: 1.4em; color: #888; line-height: 1.5; margin: 5% 0  10% 0;}
.news-t .dot .txt span{ font-size: 1.8em; color: #fff; line-height: 1.2; display: inline-block; background: #ec882e; padding: 12px 40px; border-radius: 40px;}
.news-t .dot:hover .txt{ background: #96cb3d;}
.news-t .dot:hover .txt h3,.news-t .dot:hover .txt,.news-t .dot:hover .txt p,.news-t .dot:hover .txt h4{ color: #fff;} 
.news-t .dot:hover .img img{ transform: scale(1.1);}

/*newsshow*/
.newsshow .btn a{transition:ease-out 0.5s all;-moz-transition: ease-out 0.5s all; -webkit-transition:ease-out 0.5s all; -o-transition: ease-out 0.5s all;}
.newsshow{ padding:80px 0;}
.newsshow .boxs{ background:#f5f5f5; }
.newsshow .tit{ padding:40px; text-align:center;}
.newsshow .tit h3{ font-size:1.8em; color:#333333;  line-height:24px; margin-bottom:20px;}
.newsshow .tit .dot{ background:#727171; 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:100%; margin:0 auto; padding:0px 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:#ec882e !important; color:#fff !important;}

/*contact*/
.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; opacity: 0.8;}

#container,.map,.map .tip{transition:ease-out 0.5s all;-moz-transition: ease-out 0.5s all; -webkit-transition:ease-out 0.5s all; -o-transition: ease-out 0.5s all;}
.map{ position: relative; background: #000;}
.map .tip{ display: flex; align-items: center; position: absolute; top:calc(50% - 140px); left: calc(50% - 140px); width: 280px; height: 280px; background: rgba(150,203,61,0.85); border-radius: 50%;}
.map .tip h3{ color: #fff;}
.map .tip .i-tit:after{ background: #ec882e;}
.map:hover #container{ opacity: 1;}
.map:hover .tip{ transform: scale(0)rotate(360deg);}

.contact-t .btn .fc-btn{transition:ease-out 0.5s all;-moz-transition: ease-out 0.5s all; -webkit-transition:ease-out 0.5s all; -o-transition: ease-out 0.5s all;}
.contact-t{ padding: 90px 0; background: #ededed;}
.contact-t .i-tit:after{ background: #ec882e; right:-12px; left: auto;}
.contact-t .ctxt{ display: flex; justify-content: space-between; margin-top: 60px;}
.contact-t .ctxt .tl{ display: flex; width: 30%; flex-wrap: wrap; align-content: space-between;}
.contact-t .ctxt .tl .td{ padding: 40px; background: #fff; width: 100%; height: calc(50% - 16px); border-radius: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-size:cover !important;}
.contact-t .ctxt .tl .t1{ background:url(../images/ct1.png) right center no-repeat;}
.contact-t .ctxt .tl .t2{ background:url(../images/ct2.png) right center no-repeat;}
.contact-t .ctxt .tl h3{ font-size: 1.8em; color: #96cb3d; text-transform: uppercase; line-height: 1.5; font-weight: bold;  margin-bottom: 24px;}
.contact-t .ctxt .tl p{ font-size: 1.4em; color: #888; line-height: 1.5;}
.contact-t .ctxt .tl .t2 p{ font-size: 2.4em; color: #888; line-height: 1.5;}
.contact-t .ctxt .tl .t2 p a{ font-size: 1em; color: #888;}
.contact-t .ctxt .tl .t2 p a:hover{text-decoration: underline;}
.contact-t .ctxt .tr{ overflow: hidden; background: #fff; display: flex; width: calc(70% - 35px);  border-radius: 20px;}
.contact-t .ctxt .tt{width: calc(100% - 280px); padding: 60px 50px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.contact-t .ctxt .tt h3{ font-size: 2.4em; font-weight: bold; text-transform: uppercase; margin-bottom: 40px;}
.contact-t .ctxt .ti{  background: url(../images/c-txt.jpg) center center no-repeat; background-size: cover !important; width: 280px;}

.contact-t input,.contact-t textarea{ font-size: 1.4em; outline:none; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  line-height:24px; color:#000; width: 100%; background: transparent; border-bottom: 1px solid #e7e7e7;}
.contact-t .dot{ width: calc(100% + 50px); margin-left: -25px; overflow: hidden;}
.contact-t .dot .d{ width: calc(50% - 50px); margin:0 25px 30px 25px; float:left; }
.contact-t input::-webkit-input-placeholder,.contact-t textarea::-webkit-input-placeholder{ color:#888; font-family: "Microsoft Yahei";}
.contact-t input:-moz-placeholder,.contact-t textarea::-webkit-input-placeholder{ color:#888;  font-family: "Microsoft Yahei";}
.contact-t input::-moz-placeholder,.contact-t textarea::-webkit-input-placeholder{ color:#888; font-family: "Microsoft Yahei";}
.contact-t input:-ms-input-placeholder,.contact-t textarea::-webkit-input-placeholder{ color:#888;  font-family: "Microsoft Yahei";}
.contact-t .btn .fc-btn{ width: auto; margin-top: 50px; border:none; padding:6px 12px;  font-size:1.4em; color:#fff; line-height:24px; cursor:pointer; background:#ec882e; text-transform: uppercase; background-size: 24%; border-radius: 5px;}
.contact-t .btn .fc-btn:hover{ background:#0e050b;}

.contact-t .cds{ display: flex; width: calc(100% + 20px); margin: 60px 0 0 -10px;}
.contact-t .cd{padding: 30px 10px;border-radius: 20px;margin: 0 10px;background: #fff;width: calc(20% - 20px);text-align: center;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.contact-t .cd .ci{background: #eee;padding: 30px;display: inline-block;margin: 0 auto;border-radius: 50%;}
.contact-t .cd .ci img{ width:45px;}
.contact-t .cd .ct h3{ font-size: 1.8em; color: #000; line-height: 1.5; text-transform: uppercase; margin-top: 30px;}
.contact-t .cd .ct h4{ font-size: 1.6em; color: #838383; border-bottom: 1px solid #838383; display: inline-block;   margin: 15px 0 20px 0;}
.contact-t .cd .ct h5{ font-size: 1.4em; color: #000; text-transform: uppercase; margin-bottom: 12px;}
.contact-t .cd .ct p{ font-size: 2em; font-weight: bold; color: #96cb3d;}
