﻿@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "HANDEL GOTHIC BT";
  src: url("../fonts/HANDEL GOTHIC BT.woff2") format("woff2"),
       url("../fonts/HANDEL GOTHIC BT.woff") format("woff"),
       url("../fonts/HANDEL GOTHIC BT.ttf") format("truetype"),
       url("../fonts/HANDEL GOTHIC BT.eot") format("embedded-opentype"),
       url("../fonts/HANDEL GOTHIC BT.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:1440px; padding:0 20px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp2{ max-width:1800px; padding:0 20px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp3{ max-width:1600px; 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:50px;}
div.fy a { margin:2px 5px;padding:8px 12px;color:#666;font-size:1.4em; display:inline; box-shadow:0px 2px 8px rgba(0,0,0,0.1);  background: #fff;}
div.fy a:hover{ background-color:#8fb066;color:#FFF; box-shadow:0px 2px 8px rgba(0,0,0,0.1); }
div.fy a:active{ background-color:#8fb066;color:#FFF; box-shadow:0px 2px 8px rgba(0,0,0,0.1);}
div.fy span.current{ margin:2px 5px;padding:8px 12px;background-color:#8fb066;color:#FFF; font-size:1.4em; box-shadow:0px 2px 8px rgba(0,0,0,0.1);  }
div.fy span.disabled{ margin:2px 5px;padding:8px 12px; color:#aaaaaa; box-shadow:0px 2px 8px rgba(0,0,0,0.1); font-size:1.4em; background: #fff;}

/*手机导航*/
.m-header{ width:100%; background:#fff;}
#hamburger {width: 24px; height: 14px;	position:absolute;	top: 24px;	right: 25px;	z-index: 1000; display: none;}
#hamburger:before, #hamburger:after, #hamburger span { background:#8fb066; 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,.header,.header *,.header .mune .m-list>a:after{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.header{ width: 100%; z-index: 999; text-align: center; border-bottom: 1px solid #cdcdcd;}
.header .logo{ float:left;  padding:18px 0px; }
.header .mune span img{ margin-top: -5px;}
.header .mune{ float:right;}
.header .mune>*{ display: inline-block;}
.header .mune .m-list>a{ display: inline-block; font-size:1.8em; color:#000; padding:30px 0px; line-height:20px; margin: 0 30px; position: relative;}
.header .mune .m-list>a:after{ position: absolute; bottom: 0; left:0; width: 100%; height: 5px; content: ""; background: #8fb066; transform: scaleX(0);}
.header .mune a:hover,#m1 .m1,#m2 .m2,#m3 .m3,#m4 .m4,#m5 .m5{  color: #8fb066 !important;}
.header .mune .m-list>a:hover:after,#m1 .m1:after,#m2 .m2:after,#m3 .m3:after,#m4 .m4:after,#m5 .m5:after{ transform: scaleX(1);}
.header .more a{ display: inline-block; font-size: 1.8em; color: #fff; line-height: 24px; margin: 24px 20px; background: #e9b946; padding:4px 20px; border-radius: 20px;}
.header .more a:hover{ background: #8fb066; color: #fff !important;}


/*footer*/
.footer a,.footer .fo1 .right .search .shares .box div{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.footer{ overflow:hidden; background: #474747;}
.footer .fo1{ padding:65px 0 30px 0; overflow:hidden; }
.footer .fo1 .warp>*{  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.footer .fo1 .left{ float:left;}
.footer .fo1 .right{ float:right;}
.footer .fo1 .left h3{ text-transform: uppercase;  color: #fff; font-size: 3.2em; font-weight: bold;}
.footer .fo1 .left h3 span{ font-size: 1em; color: #8fb066;}
.footer .fo1 .left h4{ font-size: 2.4em; color: #fff; line-height: 36px; margin-bottom: 20px;}
.footer .fo1 .left p{ font-size: 1.6em; color: #8c8c8c; line-height: 24px;}
.footer .fo1 .right>*{ float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.footer .fo1 .right .search{ padding-right: 25px;}
.footer .fo1 .right .search h3{ font-size: 3.6em; color: #939292; font-weight: bold;  margin: 20px 0 0 0; font-style: italic;}
.footer .fo1 .right .search  form{ margin: 12px 0; overflow: hidden;}
.footer .fo1 .right .search p{ font-size: 1.4em; color: #888; line-height: 18px;}
.footer .fo1 .right .search input{ outline:none; border:none; padding:8px 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size:1.8em; line-height:24px; float:left;}
.footer .fo1 .right .search .fc-input{ width: 270px;}
.footer .fo1 .right .search .fc-btn{ width: 80px; background: url(../images/sreach.png) center center no-repeat #e9b946;}
.footer .fo1 .right .search .shares{ margin-top: 20px;}
.footer .fo1 .right .search .shares .box div:hover{ transform: translateY(-5px);}
.footer .fo1 .right .two{ background: #8fb066; border-radius: 26px; padding: 26px; }
.footer .fo1 .right .two img{ max-width: 100%;}


.footer .fo2{ overflow:hidden; padding:12px 0; border-top: 1px solid #646464;}
.footer .fo2 p{ font-size:1.4em; color:#939090; line-height:24px; display:inline-block; float: left;}
.footer .fo2 p:last-child{ float:right;}
.footer .fo2 a{ font-size: 1em; color: #939090;}
.footer .fo2 a:hover{ text-decoration: underline;}

.footer .fo1 .shares .box {	width: 250px;	height: 25px;}
.footer .fo1 .shares .box > div { width: 36px;	height: 36px; float: left;	cursor: pointer;	border-radius: 4px;	background-size: contain; margin: 0 18px 0 0;}
#share-qrcode { background-image: url(../images/wechat.png); }
#share-douban { background-image: url(../images/db.png); }
#share-qzone { background-image: url(../images/qzone.png); }
#share-sina { background-image: url(../images/sina.png); }
#share-qq { background-image: url(../images/qq.png); }



.bottomlist{ background:#8fb066; 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 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:750px;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner  .swiper-pagination-custom,.banner  .swiper-pagination-fraction{ bottom: 40px;}
.banner .swiper-pagination-bullet{ width: 30px; height: 4px; border-radius: 5px; background: #fff; opacity: 1; }
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0 5px;}
.banner .swiper-pagination-bullet-active{ background: #8fb066;}
/*ip*/
.ip .tit .dots .dot a img,.ip .txts .box1 .txt img,.ip .txts .dot img{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.ip{ overflow: hidden;}
.ip .tit{ background: #8fb066; overflow: hidden; padding: 30px 0;}
.ip .tit .warp3{ display: table; width:100%;}
.ip .tit .warp3>*{ display: table-cell; width: 50%; vertical-align: middle;}
.ip .tit .txt h3{ color: #fff; font-size: 3.6em; font-weight: bold; line-height: 45px;}
.ip .tit .dots .dot{ display: inline-block; overflow: hidden; text-align: center;margin: 15px 25px;}
.ip .tit .dots .dot a{ overflow: hidden; display: inline-block;}
.ip .tit .dots .dot a>*{ float:left; line-height: 40px;}
.ip .tit .dots .dot p{ font-size: 1.6em; color: #59881d; padding-left: 15px;}
.ip .tit .dots:hover img{ transform: scale(0.8);}
.ip .tit .dots .dot a:hover img{ transform: scale(1);}
.ip .txts{ overflow: hidden; width: calc(100% + 10px); margin:0 0 0 -5px;}
.ip .txts .left img,.ip .txts .right .box2 img,.ip .txts .right .img img{ width: 100%;}
.ip .txts .left{ width: calc(33.33% - 10px); margin: 0 5px; float:left;}
.ip .txts .right{ width: calc(66.66% - 10px); margin: 0 5px; float:left;}
.ip .txts .right .box2 .dot{ float:left;  width:  calc(50% - 10px); margin: 0 5px; }
.ip .txts .right .box2{ width: calc(100% + 10px); margin:0 0 10px -5px;}
.ip .txts .dot,.ip .txts .right .box1{ position: relative;}
.ip .txts .right .box1{ margin-bottom: 10px;}
.ip .txts .right .box2{ overflow: hidden;}
.ip .txts .txt{ position: absolute; bottom: 0; left: 0;}
.ip .txts .dot{ margin: 0 0 10px 0;}
.ip .txts .dot .img{ overflow:hidden;}
.ip .txts .dot .txt{ padding: 40px 50px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ip .txts .dot .txt .t{ float: left; width: calc(100%); text-align:center}
.ip .txts .dot .txt h3{ font-size: 1.6em; color: #000; line-height: 20px; font-weight: bold; text-transform: uppercase;}
.ip .txts .dot .txt span{float:right; font-size: 1.6em; color: #888; line-height: 20px; margin-top: 20px;}
.ip .txts .box1 .txt{ left: 50%;  height: 100%; background: rgba(237,185,59,0.9); width: 400px; color: #fff; padding: 50px 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: right;}
.ip .txts .box1 .txt h3{  padding-top: 20%; font-size: 2.4em; font-weight: bold; margin-bottom: 30px; text-transform: uppercase;}
.ip .txts .box1 .txt img{ padding-right: 15%; display: inline-block; text-align: right; margin-bottom: 15%;}
.ip .txts .box1 .txt h4{ font-size: 3.6em;  line-height: 48px; font-weight: bold; text-transform: uppercase; text-align: left;}
.ip .txts .box1 .txt img:hover{ transform:translateX(20px);}
.ip .txts .dot:hover img{ transform: scale(1.05);}
/*iab*/
.iab{ background: url(../images/iab-bg.jpg) center center no-repeat; background-size:cover !important; }
.iab .warp2{ position: relative; height: 824px}
.iab .txt{ position: absolute; bottom: 0; right: 0; width: 46%; margin-right: 4%; background: rgba(255,255,255,0.9); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 3% 6%;}
.iab .txt h3{ text-transform: uppercase; font-size: 2.8em; color: #333; font-weight: bold;}
.iab .txt span{ display: inline-block;  width: 180px; height: 8px; background: #8fb066; margin: 12px 0 20px -50px;}
.iab .txt h4{ font-size: 2.4em; color: #333; line-height: 24px; margin-bottom: 30px;}
.iab .txt p{ font-size: 1.6em; color: #333; line-height: 24px;}
/*iline*/
.iline{ padding: 30px 0; text-align: center;}
.iline img{ max-width: 100%;}



/*lead*/
.lead {  padding: 30px 0 12px 0;}
.lead *{ line-height: 24px;}
.lead span{ font-size: 1.6em; color: #555;}
.lead span img{ margin-right: 5px;}
.lead a{ font-size: 1.6em; color: #ccc;}
.lead a:hover{ text-decoration: underline; }
/*tits*/
.tits { text-align: center;}
.tits span{ margin-bottom: 24px; display: block;}
.tits h3{ font-size:3.6em; color:#333; font-weight:bold; }


/*banners*/
.banners{ height:600px; 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;}
.contact{ background:url(../images/banners/contact-banner.jpg) center center no-repeat;}

/*about*/
.about-t .ab-txt .img .tip img{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.about-t .ab-txt{ padding: 40px 0 80px 0;}
.about-t .ab-txt .img{ position: relative; margin-bottom: 100px;}
.about-t .ab-txt .img>img{ width: 100%;}
.about-t .ab-txt .img .tip { max-width: 360px; position: absolute; top: 0; left: 6%; background: rgba(237,185,59,0.9); color: #fff; padding: 50px 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: right;}
.about-t .ab-txt .img .tip h3{  padding-top: 38%; font-size: 2.4em; font-weight: bold; margin-bottom: 30px; text-transform: uppercase;}
.about-t .ab-txt .img .tip img{ padding-right: 15%; display: inline-block; text-align: right; margin-bottom: 18%;}
.about-t .ab-txt .img .tip h4{ font-size: 3.6em;  line-height: 48px; font-weight: bold; text-transform: uppercase; text-align: left;}
.about-t .ab-txt .img .tip img:hover{ transform:translateX(20px);}
.about-t .txts{ display: table; width: 100%;}
.about-t .txts>*{ display: table-cell; vertical-align: middle;}
.about-t .txts .tl{ width: 40%; padding-bottom: 10%; text-align: center;}
.about-t .txts .tl h3{ font-size: 4em; color: #f08200; font-weight: bold; margin-bottom: 20px; font-style: italic;}
.about-t .txts .tl h4{font-family: "HANDEL GOTHIC BT";font-size: 2.2em; color: #333; line-height: 30px;  font-style: italic;}
.about-t .txts .tr p{ text-indent: 2em;  font-size: 1.6em; color: #333; line-height: 30px; margin-bottom: 30px;}

/*news*/
.news-t .news-txt .dot .txt *,.news-t .news-txt .dot .txt,.news-t .news-txt .dot .img img{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.news-t{ background: #f7f7f7; padding-bottom: 80px;}
.news-t .news-txt{ max-width: 1250px; margin: 50px auto 0 auto; overflow: hidden;}
.news-t .news-txt .dot{ float:left; width: calc(33.33% - 30px); margin: 15px; box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.news-t .news-txt .dot .img{ overflow: hidden;}
.news-t .news-txt .dot .img img{ width: 100%;}
.news-t .news-txt .dot .txt{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 25px;}
.news-t .news-txt .dot .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;}
.news-t .news-txt .dot .txt h4{ font-size: 1.4em; color: #8fb066; margin: 5px 0 10px 0;}
.news-t .news-txt .dot .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 .news-txt .dot .txt span{ display: inline-block; margin-top: 24px; font-size: 1.2em; color: #999;}
.news-t .news-txt .dot:hover .txt *{ color:#fff; }
.news-t .news-txt .dot:hover .txt{ background: #8fb066;}
.news-t .news-txt .dot:hover img{ transform: scale(1.05);}


/*newsshow*/
.newsshow{ padding:0 0 80px 0;}
.newsshow .boxs{ background:#f5f5f5; margin-top: 40px;}

.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; text-indent:2em;}
.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:#8fb066 !important; color:#fff !important;}


/*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:360px; border:1px solid #ddd;}

.contact-t .c1{ padding: 0px 0 80px 0; }
.contact-t .c1 .txts{ overflow: hidden; margin-top: 60px;}
.contact-t .c1 .txts>*{ float: left;}
.contact-t .c1 .txts .txt{ width: 48%;}
.contact-t .c1 .txts .map{ width: 52%;}
.contact-t .c1 .txts .txt h3{ font-size: 2.4em; color: #e9b946;  margin-bottom: 40px; text-transform: uppercase; font-family: "HANDEL GOTHIC BT";}
.contact-t .c1 .txts .txt p{ font-size: 1.4em; line-height: 24px; color: #333;  margin-bottom: 15px;}
.contact-t .c1 .txts .txt p span img{ margin-bottom: -8px; margin-right: 8px;}
.contact-t .c1 .txts .txt p a{ font-size: 1em; color: #333; }
.contact-t .c1 .txts .txt p a:hover{text-decoration: underline;}
.contact-t .c2{ padding: 70px 0 80px 0; background: #f6f6f6;}
.contact-t .c2 .tit{ text-align: center;}
.contact-t .c2 .tit h3{ font-size: 3.6em; color: #333; font-weight: bold; margin-bottom: 20px;}
.contact-t .c2 .tit span{ width: 42px; height: 1px; background: #828282; display: inline-block;}
.contact-t .c2 .txts{ max-width: 1250px; margin: 0 auto;}
.c2 .btn .fc-btn{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.c2 .dot{ width:calc(100% + 30px); margin:40px 0 0 -15px;}
.c2 input,.c2 textarea{ outline:none; border:1px solid #e2e2e2; padding:8px 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size:1.4em; line-height:24px; color:#888;}
.c2 .fc-input{ width:calc(33.33% - 30px); margin:0 15px 30px 15px; float:left;}
.c2 textarea{ width:100%; margin-bottom:40px; font-family: "Arial","Microsoft Yahei";}
.c2 .fc-input::-webkit-input-placeholder { color:#666;}
.c2 .fc-input:-moz-placeholder { color:#666;}
.c2 .fc-input::-moz-placeholder { color:#666;}
.c2 .fc-input:-ms-input-placeholder { color:#666;}
.c2 .btn{ text-align:center;}
.c2 .btn .fc-btn{ text-transform: uppercase;  border-radius: 5px; border:none; padding:12px 35px; margin:0 10px; font-size:1.6em; color:#fff; line-height:24px; cursor:pointer; background:#8fb066;}
.c2 .btn .fc-btn:hover{ background:#e9b946; }


/*product*/
.product-t .pro-boxs .pro-list p{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.product-t{ background: #f7f7f7; }
.product-t .pro-boxs{ padding: 60px 0 90px 0; overflow: hidden;}
.product-t .pro-boxs .pro-list{ width: 220px; margin:16px 40px 0 0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff;  border-radius: 25px; padding: 0 10px 20px 10px;}
.product-t .pro-boxs .pro-list h3{ font-size: 2.4em; color: #fff; background: #94c5b2; font-weight: bold; width: calc(100% + 20px); margin-left: -10px; border-radius: 25px; text-align: center; padding: 12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.product-t .pro-boxs .pro-list p{ border-bottom: 4px solid #f7f7f7; padding: 16px 16px 10px 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 1.6em; color: #333; line-height: 20px;}
.product-t .pro-boxs .pro-list p a{ display: block;}
.product-t .pro-boxs .pro-list p:hover,.product-t .pro-boxs .pro-list p.lock{ border-bottom: 4px solid #94c5b2;}
.product-t .pro-boxs .pro-list p:hover a,.product-t .pro-boxs .pro-list p.lock a{ font-weight: bold !important;}

.product-t .pro-boxs .boxs .box,.product-t .pro-boxs .boxs .box *{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.product-t .pro-boxs .boxs{ width: calc(100% - 260px); float:left; overflow: hidden;}
.product-t .pro-boxs .boxs .box{ text-align: center; float:left; width: calc(33.33% - 26px); margin: 16px 13px; background: #fff; padding: 40px 0;}
.product-t .pro-boxs .boxs .box .img{ overflow:hidden;}
.product-t .pro-boxs .boxs .box .img img{ width: 100%;}
.product-t .pro-boxs .boxs .box .txt h3{ font-size: 1.8em; color: #333; line-height: 24px; height: 24px;  display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1; text-transform: uppercase; max-width: 96%; margin-top:25px;}
.product-t .pro-boxs .boxs .box .txt p{ font-size: 1.6em; color: #888; line-height: 24px; height: 24px;  display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;  text-transform: uppercase; max-width: 96%;}
.product-t .pro-boxs .boxs .box .txt p a{ font-size: 1em;}
.product-t .pro-boxs .boxs .box .txt span{ display: inline-block; margin-top:25px; background: #8fb066; padding: 12px 30px; border-radius: 40px; font-size: 1.6em; color: #fff;} 
.product-t .pro-boxs .boxs .box:hover{ box-shadow: 4px 4px 20px rgba(0,0,0,0.2);}

/*productshow*/
.product-t .pro-boxs .pro-show{ margin-top: 16px;  width: calc(100% - 260px); float:left; overflow: hidden;}
.product-t .pro-boxs .pro-show .txts{ overflow: hidden;}
.product-t .pro-boxs .pro-show .txts>*{ float:left; width: 50%;}
.product-t .pro-boxs .pro-show .txts .img img{ width: 100%;}
.product-t .pro-boxs .pro-show .txts .txt{ padding-left: 4%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.product-t .pro-boxs .pro-show .txts .txt h3{ font-size: 3em; color: #333; font-weight: bold; margin: 12px 0; line-height: 32px; text-transform: uppercase;}
.product-t .pro-boxs .pro-show .txts .txt h4{ font-size: 1.6em; color: #888;  padding-bottom: 12px; border-bottom: 1px solid #797979; margin-bottom: 24px; text-transform: uppercase;}
.product-t .pro-boxs .pro-show .txts .txt p{ font-size: 1.8em; line-height: 36px; color: #333;}
.product-t .pro-boxs .pro-show .txts .txt p span{ font-size: 1em; font-weight: bold;}

    .product-t .pro-boxs .pro-show .txts .txt table tr td {
        vertical-align: middle;
        padding: 12px 10px;
        border: 1px solid #d5d5d5;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size:14px;
    }

    .product-t .pro-boxs .pro-show .txts .txt table tr {
        background-color: #fff;
    }

        .product-t .pro-boxs .pro-show .txts .txt table tr:first-child {
            background: #94c5b2;
            color: #fff;
        }

    .product-t .pro-boxs .pro-show .txts .link {
        padding-top: 8px;
        border-top: 1px solid #d5d5d5;
        margin-top: 15px;
    }

        .product-t .pro-boxs .pro-show .txts .link a {
            font-size: 1.6em;
            color: #000;
            line-height: 24px;
            display: block;
        }
.product-t .pro-boxs .pro-show .btns{ border-top:1px solid #d5d5d5; margin-top: 90px;}
.product-t .pro-boxs .pro-show .btns a{ font-size: 1.6em; color: #000; line-height: 24px; padding: 12px 0; display: block;  float:left; width: 50%;}
.product-t .pro-boxs .pro-show .btns a:last-child{ text-align:right;} 




