<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


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: "原版宋体_0","SimSun-ExtB"; */ 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:1440px; padding:0 20px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp2{ max-width:1240px; 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:20px;}
div.fy a { margin:2px 2px;padding:8px 12px;color:#666;font-size:1.4em; display:inline; background: #fff;  border:1px solid #dcdcdc;}
div.fy a:hover{color:#fff;  background: #76900f; border:1px solid #76900f;}
div.fy a:active{ color:#fff;  background: #76900f;  border:1px solid #76900f;}
div.fy span.current{  margin:2px 2px;padding:8px 12px; color:#fff;  font-size:1.4em;  background: #76900f; border:1px solid #76900f;}
div.fy span.disabled{  margin:2px 2px;padding:8px 12px; color:#666; font-size:1.4em; background: #fff; border:1px solid #dcdcdc;}


/*手机导航*/
.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:#76900f; 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; left: 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 .s-close{ float: right; top:20px; right: 20px; position: absolute;}
.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: fit-content;	}

/*header*/
.header,.header .mune a,.header .mune .m-list&gt;a:after,.header .mune .m-dot.mp a img{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}

.header{ position: relative;  padding: 0 60px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-bottom: 3px solid #627a02;}
.header .logo{ float:left;  padding:10px 0px; max-width: 24%;}
.header .logo img{ max-width: 100%;}
.header .mune{ text-align: center; float:right;}
.header .mune&gt;*{ float:left;}
.header .mune .m-list&gt;a{ display: inline-block; font-size:1.6em; color:#000; padding:38px 25px; line-height:20px; position: relative;}
.header .mune .m-list:hover&gt;a,#m1 .m1,#m2 .m2,#m3 .m3,#m4 .m4,#m5 .m5,#m6 .m6,#m7 .m7{ color: #627a02 !important; font-weight: bold;}
.header .mune .sreach input{ float:left; font-size:1.4em; outline:none; border: none;  padding:3px 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  line-height:24px; color:#333; background: #e4e4e4; width: calc(100% - 40px);}
.header .mune .sreach form{ border-radius: 40px; overflow: hidden; margin: 34px 0 33px 35px;   position: relative;}
.header .mune .sreach .hs-btn{ background: url(../images/sreach.png) center center no-repeat #627a02; width: 40px;}
.header .mune .lun{ margin: 40px 0 40px 40px;}
.header .mune .lun&gt;*{ font-size: 1.6em; color: #5c5c5c;}
.header .mune .lun&gt;a:hover{ text-decoration: underline;}

.header .mune .m-dot{ border-top: 3px solid #627a02; display: none; left: 0; width: 100%; z-index: 0; position: absolute; top:calc(100%); background: #fff; padding: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center;}
.header .mune .m-dot.mp a{ display: inline-block;}
.header .mune .m-dot.mp a:hover img{ transform: scale(1.1);}
.header .mune .m-dot a{ font-size: 1.4em; line-height: 24px; color: #000; margin: 0 20px; }
.header .mune .m-dot a p{ font-size: 1em; margin-top: 6px;}
.header .mune .m-list:hover .m-dot{ z-index: 2; display: block; }
.header .mune .m-list:hover a:before{ opacity: 0.5; transform: rotate(180deg);}


/*footer*/
.footer a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.footer{ overflow:hidden; background: #76900f;}
.footer .fo1{ overflow:hidden;  padding:70px 0 40px 0;}
.footer .fo1 .warp2&gt;*{float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.footer .fo1 .txt{ width: 36%; color: #fff; padding-right: 20px;}
.footer .fo1 .txt h3{ color: #fff; font-size: 3.6em; font-weight: bold; margin-bottom: 15px;}
.footer .fo1 .txt p{ font-size: 1.6em; line-height: 24px; color: #fff; max-width: 340px;}

.footer .fo1 .mune{ width: 32%; overflow:hidden;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.footer .fo1 .mune .dot{ width: calc(50% - 30px); margin: 0 15px; float:left;}
.footer .fo1 .mune a{ line-height:20px; display:inline-block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.footer .fo1 .mune h3{ margin-bottom:20px; }
.footer .fo1 .mune h3 a{ font-size:1.8em; color:#fff; font-weight: bold; line-height: 24px;}
.footer .fo1 .mune p a{ font-size:1.4em; color:#fff; line-height:24px;  text-decoration: underline;}
.footer .fo1 .mune .dot .d{ margin-bottom: 40px;}
.footer .fo1 .two{ width: 32%; padding-left: 40px;}
.footer .fo1 .two .t .tit h3{ font-size: 1.8em; font-weight: bold; margin-bottom: 10px; color: #fff;}
.footer .fo1 .two .t .tit p{ font-size: 1.4em; line-height: 16px; color: #fff;}
.footer .fo1 .two .t .dot{ overflow:hidden; margin-top: 15px;}
.footer .fo1 .two .t .dot span{ float:left; width: 24px;}
.footer .fo1 .two .t .dot p{ float:left; width: calc(100% - 24px); font-size: 1.4em; line-height: 16px; color: #fff;}
.footer .fo1 .two .t .dot p a{ font-size: 1em; color: #fff;}
.footer .fo1 .two .t .dot p a:hover{ text-decoration: underline; }
.footer .fo1 .two img{ max-width: 100%;}
.footer .fo1 .two h4{ margin-top: 35px; font-size: 1.8em; font-weight: bold; color: #fff; margin-bottom: 12px;}
.footer .fo1 .two .imgs a{ display: inline-block; border: 1px solid #a0c700; border-radius: 50%; margin-right: 15px;}
.footer .fo1 .two .imgs img{ padding: 8px;}
.footer .fo1 .two .imgs a:hover{transform: scale(1.05);}

.footer .fo2{  text-align: center; overflow:hidden; padding:20px 0 15px 0; border-top:1px solid #657c0d;}
.footer .fo2 p{ font-size:1.4em; color:#e6f0bc; line-height:18px; float:left;}
.footer .fo2 p:last-child{float:right;}
.footer .fo2 p a{ font-size: 1em; color: #e6f0bc;}
.footer .fo2 p a:hover{ text-decoration: underline;}
.footer .fo2 p span img{ margin:0 0 -5px 10px; }

.bottomlist{ background:#000; 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&gt;ul&gt;li&gt;a&gt;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{ width: 100%;}
.banner .banner-slider{ width: 100%;}
.banner .swiper-slide img{ width: 100%;}
.banner .swiper-pagination-bullet{ margin:0 8px; background:#fff;width: 40px; height: 4px; border-radius: 0; opacity: 1;}
.banner .swiper-pagination-bullet-active{ background:#e62129; }
/*iab*/
.ivideo .txts .video .play{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.iab{ padding: 75px 0 80px 0; text-align: center; background: #fff;}
.iab .tit{ max-width: 1000px; margin: 0 auto;}
.iab .tit h3{ font-size: 4.8em; color: #333; border-bottom: 1px solid #000; display: inline-block; padding-bottom: 10px; margin-bottom: 35px;}
.iab .tit h4{ font-size: 2.4em; color: #888; line-height: 30px; margin-bottom: 25px;}
.iab .tit p{ font-size: 1.6em; color: #333; line-height: 30px; font-style: italic;}
.iab .dots{ margin-top: 50px; overflow: hidden;}
.iab .dots .dot{ float:left; width: calc(33.33% - 30px); margin: 0 15px;}
.iab .dots .dot .num{ width: 220px; height: 220px; padding: 22% 0; margin: 0 auto; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.iab .dots .dot .num:after{ position: absolute; top:0; left: 0; width: calc(100% - 20px); height: calc(100% - 20px); border-radius: 50%; content: ""; transform: rotate(45deg);  border-top:10px solid #acce22; border-right:10px solid #acce22;  border-bottom:10px solid #76900f; border-left:10px solid #fff;}
.iab .dots .dot .num h3{ font-size: 1.6em; color: #888; line-height: 55px; text-transform: uppercase; }
.iab .dots .dot .num h3 span{ font-size: 3.2em; font-weight: bold; color: #252525; transform: scaleX(0.8); display: inline-block; }
.iab .dots .dot p{ text-transform: uppercase; font-size: 2em; color: #888; line-height: 24px; margin-top: 45px;}
/*ivideo*/
.ivideo{ padding: 80px 0; background: #efefef;}
.ivideo .txts{ overflow: hidden; }
.ivideo .txts&gt;*{ float: left; width: 50%; padding: 0 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ivideo .txts .video{ position: relative;}
.ivideo .txts .video .play{ position: absolute; top:36%; left:36%; max-width: 22%; opacity: 0.5; cursor:pointer; }
.ivideo .txts .video .play:hover{ opacity: 1;}
.ivideo .txts .video img{ max-width: 100%;}
.ivideo .txts .txt{ padding-top: 10%;}
.ivideo .txts .txt h3{ font-size: 4.8em; color: #333; margin-bottom: 20px;}
.ivideo .txts .txt h4{ font-size: 1.8em; color: #333; line-height: 24px; text-transform: uppercase; margin-bottom: 25px;}
.ivideo .txts .txt p{ font-size: 1.6em; color: #888; line-height: 24px;}
.ivideo .txts .txt img{ margin-top: 10%;}
/*ip*/
.ip .boxs .box .img img,.ip .boxs .box .txt h3{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.ip{ padding: 80px 0 60px 0; background: url(../images/ip-bg.jpg) center center no-repeat; background-size: cover !important; background-attachment: fixed;}
.ip .tit{ text-align: center;}
.ip .tit h3{ font-size: 4.8em; color: #333; }
.ip .tit h4{ font-size: 2.4em; color: #969696; }
.ip .boxs{ padding: 0 40px; overflow: hidden; margin-top: 25px;}
.ip .boxs .box{ float:left; width: calc(50% - 20px); margin: 10px 8px; background: #fff; text-align: center;  padding: 50px 20px 10px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ip .boxs .box .txt h3{ font-size: 3em; font-weight: bold; color: #555;}
.ip .boxs .box .txt h4{ font-size: 2.4em; color: #b9b9b9; margin: 15px 0;}
.ip .boxs .box .img{ overflow:hidden;}
.ip .boxs .box .img img{ max-width: 100%;}
.ip .boxs .box:hover .txt h3{ color: #76900f;}
.ip .boxs .box:hover .img img{ transform: scale(1.05);}
/*ifd*/
.ifd .dot .img img{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.ifd{ padding: 60px 0;}
.ifd .dot{ display: table; width: 100%;}
.ifd .dot&gt;*{ display: table-cell; width: 50%; vertical-align: middle; }
.ifd .dot .img{ overflow: hidden; }
.ifd .dot .img img{ width: 100%;}
.ifd .dot .txt{ background: #f5f5f5; padding: 40px 6%;}
.ifd .dot .txt h3{ font-size: 3em; color: #76900f; font-weight: bold; text-transform: uppercase; margin-bottom: 30px;}
.ifd .dot .txt p{ font-size: 1.6em; color: #333; line-height: 24px;}
.ifd .dot:hover .img img{ transform: scale(1.05);}
/*inet*/
.inet{ background: #0f0f0f; padding: 70px 0 65px 0;}
.inet .tit{ text-align: center; margin-bottom: 40px;}
.inet .tit h3{ font-size: 4.8em; color: #fff;}
.inet .img img{ max-width: 100%;} 
/*inews*/
.inews .boxs .box .txt .more span,.inews .boxs .box .img img{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.inews{ padding: 70px 0 100px 0; }
.inews .tit{ text-align: center; margin-bottom: 60px;}
.inews .tit h3{ font-size: 4.8em; color: #333; }
.inews .boxs{ overflow:hidden;}
.inews .boxs .box{ float:left; width: calc(33.33% - 30px); margin: 0 15px;}
.inews .boxs .box .img img{ width: 100%;}
.inews .boxs .box .img{ overflow:hidden;}
.inews .boxs .box .txt{ padding: 40px 10px 0px 10px;}
.inews .boxs .box .txt h3{ font-size: 2em; color: #555; line-height: 30px; height: 60px;  margin-bottom: 10px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2;}
.inews .boxs .box .txt p{ font-size: 1.4em; color: #888; line-height: 18px; height: 36px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2;}
.inews .boxs .box .txt .more{ overflow:hidden; margin-top: 25px;}
.inews .boxs .box .txt .more span{ float:left; background: #acce22; border-radius: 5px; display: inline-block;  color: #fff; font-size: 1.4em; padding: 8px 25px;}
.inews .boxs .box .txt .more h4{ float:right; font-size: 1.4em; color: #bebebe; line-height: 30px;}
.inews .boxs .box:hover .img img{ transform: scale(1.1);}
.inews .boxs .box:hover .txt .more span{ background: #76900f;}

/*tits*/
.tits{ text-align: center;}
.tits h3{ font-size: 3em; color: #333; position: relative; padding-bottom: 16px;}
.tits span{ display: inline-block; width: 200px; height: 1px; background: #cacaca;}

/*banners*/
.banners{ height: 522px; background-size: cover !important;}
.about{ background: url(../images/banner/about-banner.jpg) center center no-repeat;}
.news{ background: url(../images/banner/news-banner.jpg) center center no-repeat;}
.network{ background: url(../images/banner/network-banner.jpg) center center no-repeat;}
.contact{ background: url(../images/banner/contact-banner.jpg) center center no-repeat;}
.features{ background: url(../images/banner/features-banner.jpg) center center no-repeat;}
.product{ height: 685px; background: url(../images/banner/product-banner.jpg) center center no-repeat;}
.product2{ height: 695px; background: url(../images/banner/product2-banner.jpg) center center no-repeat;}


/*m-list*/
.ml-list .dots div,.ml-list .dots div a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.ml-list{ background: #f7f7f7; padding: 0 20px; text-align: center;}
.ml-list .dots{ width:fit-content; display: inline-block; margin: 0 auto;}
.ml-list .dots div{ float:left; padding: 8px 0; border-bottom: 2px solid #f7f7f7;}
.ml-list .dots div a{ font-size: 1.6em; width: 220px; line-height: 30px; border-right:1px solid #ebebeb; display: inline-block; color: #333;}
.ml-list .dots div:first-child a{ border-left:1px solid #ebebeb;}
.ml-list .dots div.lock,.ml-list .dots div:hover{ border-bottom: 2px solid #627a02;}
.ml-list .dots div.lock a,.ml-list .dots div:hover a{  color: #627a02;}


/*network*/
.network-t{ text-align: center; padding: 85px 0 60px 0;}
.network-t img{ max-width: 100%;}


/*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 30px 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:460px;}

.contact-t { padding: 65px 0 90px 0; background: #f5f5f5;}
.contact-t .txts{ overflow: hidden; margin-top: 60px;}
.contact-t .txts&gt;*{ float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.contact-t .txts .fc{ width: 60%; padding-right: 40px;}
.contact-t .txts .fc h3{ font-size: 3em; color: #555; line-height: 32px; margin-bottom: 25px;}
.contact-t .txts .fc .dot{ overflow:hidden; margin-bottom: 24px;}
.contact-t .txts .fc .dot&gt;*{ float:left;}
.contact-t .txts .fc .dot span{ width: 50px; }
.contact-t .txts .fc .dot p{ width: calc(100% - 50px); font-size: 1.6em; color: #888; line-height: 24px; max-width: 400px;}
.contact-t .txts .fc .dot p a{ font-size: 1em; color: #888;}
.contact-t .txts .fc .dot p a:hover{ text-decoration: underline;}
.contact-t .txts .fd{ width: 40%;}
.contact-t .txts .fd h3{ margin-bottom: 15px; color: #76900f; font-size: 3em;}

.contact-t  .btn .fc-btn{transition:ease .5s all; -moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.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:#333; padding: 12px 15px;}
.contact-t  .fc-input{ width: 100%; margin-bottom: 12px;}
.contact-t  textarea{ width:100%; margin:0px 0 24px 0; font-family: "Arial","Microsoft Yahei";}
.contact-t  .fc-input::-webkit-input-placeholder,.contact-t  textarea::-webkit-input-placeholder { color:#888;}
.contact-t  .fc-input:-moz-placeholder,.contact-t  textarea:-moz-placeholder { color:#888;}
.contact-t  .fc-input::-moz-placeholder,.contact-t  textarea::-moz-placeholder { color:#888;}
.contact-t  .fc-input:-ms-input-placeholder,.contact-t  textarea:-ms-input-placeholder { color:#888;}
.contact-t  .btn .fc-btn{ border:none; padding:10px 40px;  font-size:1.4em; color:#fff; line-height:24px; cursor:pointer; background:  #343434;}
.contact-t  .btn .fc-btn:hover{ background: #76900f;}

/*features*/
.features-t .dot{ background: #f5f5f5; margin: 70px 0;}
.features-t .dot .img{ width: 450px; float:left; margin: -20px 0; padding: 0 5%;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.features-t .dot .txt{ width: calc(100% - 450px); padding: 40px 20px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.features-t .dot .img img{ max-width: 100%;}
.features-t .dot .txt h3{ font-size: 2.4em; line-height: 28px; margin-bottom: 15px; color: #76900f; text-transform: uppercase; font-weight: bold; }
.features-t .dot .txt p{ font-size: 1.6em; color: #333; line-height: 24px; max-width: 600px; }
.features-t .dot:nth-child(2n) .img{ float: right;}

/*product*/
.product-t{ padding: 70px 0;}
.product-t .imgs{ overflow: hidden; margin: 90px 0 70px 0; } 
.product-t table{ margin-top: 60px;}
.product-t table tr td{ background: #e6e5e5; padding: 10px 30px; font-size: 1.4em; color: #333; line-height: 24px; border-top: 1px solid #adacac; border-left: 1px solid #adacac;}
.product-t table tr:first-child td{ background: #5f5e5e;  color: #fff; text-transform: uppercase; font-size: 1.6em;}
.product-t table tr td:first-child{  border-left: none;}

.m3-2 .imgs img{ float:left; width: 25%;}
.m3-4 .imgs img{ float:left; width: calc(50% - 120px); margin: 0 60px;}

/*news*/
.news-t .dots .dot .txt .t:after,.news-t .dots .dot .img img,.news-t .dots .dot .txt .t .more span{transition:ease .5s all; -moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.news-t{ padding: 60px 0;}
.news-t .tits{ margin-bottom: 30px;}
.news-t .dots{ overflow:hidden; width: calc(100% + 30px); margin: 0 0 0 -15px;}
.news-t .dots .dot{ width: calc(33.33% - 30px); margin: 25px 15px; float:left; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.news-t .dots .dot .img{ overflow: hidden;}
.news-t .dots .dot .img img{ max-width: 100%;}
.news-t .dots .dot .txt{ padding: 0 20px 20px 20px;}
.news-t .dots .dot .txt .t{ padding-top: 40px; position:relative; margin-top: -20px; background: #fff;}
.news-t .dots .dot .txt .t:after{ position: absolute; top:0; left: 0; width: 20%;  height: 5px; content: ""; background: #acce22;}
.news-t .dots .dot .txt .t h3{ font-size: 2em; margin-bottom: 20px; color: #555; line-height: 30px; height: 60px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2;}
.news-t .dots .dot .txt .t p{ font-size: 1.4em; color: #888; line-height: 18px; height: 36px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2;}
.news-t .dots .dot .txt .t .more{ overflow:hidden; margin-top: 30px;}
.news-t .dots .dot .txt .t .more span{ float:left; display: inline-block; border-radius: 5px; background: #acce22; font-size: 1.4em; color: #fff; padding: 6px 25px; line-height: 18px;}
.news-t .dots .dot .txt .t .more h4{ float:right; font-size: 1.4em; color: #bebebe; line-height: 24px;}
.news-t .dots .dot:hover .txt .t:after{ width: 100%; background: #76900f;}
.news-t .dots .dot:hover .img img{ transform: scale(1.1);}
.news-t .dots .dot:hover .txt .t .more span{ background: #76900f;}


/*newsshow*/
.newsshow{ padding:80px 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:#666; 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:#000 !important; color:#fff !important;}


/*about*/
.about-t .ab2 .boxs .box img,.about-t .ab4 .swiper-slide img{transition:ease .5s all; -moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.about-t .ab1 .txt{ padding: 60px 0;}
.about-t .ab1 .txt .tits{ margin-bottom: 50px;}
.about-t .ab1 .txt .t p{ font-size: 1.6em; color: #555; line-height: 24px; margin-bottom: 25px;}
.about-t .ab1 .nums{ background: #acce22; border-bottom: 12px solid #8d9473; overflow: hidden; }
.about-t .ab1 .nums .num{ padding: 55px 0 40px 0; float:left; width: calc(33.33% - 40px); margin: 0 20px; text-align: center;}
.about-t .ab1 .nums .num h3{ font-size: 1.6em; color: #fff; margin-bottom: 16px;}
.about-t .ab1 .nums .num h3 span{ display: inline-block; font-size: 3em; font-weight: bold; transform: scaleX(0.8); color: #fff;}
.about-t .ab1 .nums .num h4{ font-size: 2em; color: #fff; text-transform: uppercase; }
.about-t .ab2{ padding: 70px 0;}
.about-t .ab2 .boxs{ overflow: hidden; }
.about-t .ab2 .boxs .box{ width: calc(33.33% - 30px); margin: 0 15px; float:left; margin-top: 50px; position: relative; overflow: hidden; }
.about-t .ab2 .boxs .box img{ width: 100%;}
.about-t .ab2 .boxs .box .t{ position: absolute; bottom: 0; left: 0; color: #fff; padding: 30px;}
.about-t .ab2 .boxs .box h3{ font-size: 1.8em; font-weight: bold; margin-bottom: 16px;}
.about-t .ab2 .boxs .box p{ font-size: 1.6em; line-height: 24px;}
.about-t .ab2 .boxs .box:hover img{ transform: scale(1.1);}
.about-t .ab4{ padding: 85px 0;}
.about-t .ab4 .tits{ margin-bottom: 80px;}
.about-t .ab4 .swiper-slide img{ width: 100%;}
.about-t .ab4 .swiper-slide{ overflow: hidden; }
.about-t .ab4 .swiper-slide:hover img{ transform: scale(1.1);}












</pre></body></html>