@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: "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:1200px; padding:0 15px;  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 4px; padding:8px 12px;color:#666;font-size:1.2em; display:inline; border:1px solid #e4e4e4;}
div.fy a:hover{ background-color:#000;color:#FFF;}
div.fy a:active{ background-color:#000;color:#FFF;}
div.fy span.current{ margin:2px 4px; padding:8px 12px;background-color:#000;color:#FFF; font-size:1.2em;}
div.fy span.disabled{ margin:2px 4px; padding:8px 12px; color:#5b5b5b; font-size:1.2em;  border:1px solid #e4e4e4;}

/*手机导航*/
.m-header{ width:100%; background:#fff;}
#hamburger { width: 24px; height: 14px;	position:fixed;	top: 28px;	right: 25px;	z-index: 999;display: none;}
#hamburger:before, #hamburger:after, #hamburger span { background:#000; 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,.header .mune .m-dot .m-list,.header .mune .m-dot .m-list a,.header .mune .m-dot>a{transition:ease 1s all;-moz-transition: ease 1s all; -webkit-transition:ease 1s all; -o-transition: ease 1s all;}
.header{ background: rgba(255,255,255,1); border-bottom: 1px solid #b3b3b3; padding:0 5%;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.header .logo{ float:left; overflow: hidden; padding:12px 2%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.header .mune{float:right;}
.header .mune>*{ float:left;}
.header .mune .m-dot{ padding: 16px 20px; position:relative;}
.header .mune .m-dot .m-list{ display: none; position:  absolute; top: calc(120% + 1px); left: 0; width: 100%; background: rgba(255,255,255,0.85); padding: 10px 12px; opacity: 0;  z-index:-1 !important;}
.header .mune .m-dot>a{ font-size:1.4em; color:#333; line-height:20px;}
.header .mune .m-dot .m-list a{ font-size: 1.4em; color:#999; display: block; line-height: 28px;}
.header .mune .m-dot .m-list a:hover{ color: #000;}
.header .mune .m-dot:hover .m-list{ display: block; top: calc(100% + 1px); opacity: 1;  z-index: 5 !important;}
.header .mune .dot{ overflow:hidden; margin-left:70px;}
.header .mune .dot>*{ padding:16px 15px; float:left;}
.header .mune .dot a{ text-align:center; display:inline-block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 1.4em; line-height: 20px; color:#666;}
.header .mune .dot a span img{ margin:0 4px -2px 0; line-height: 20px;}
.header .mune .dot .heart img{margin-top: 3px;}
.header .mune .dot .lun a{ font-size:1.4em; color:#666;}
.header .mune .dot .lun span{ background: #b3b3b3; font-size: 1.4em; line-height: 20px; width: 2px; height:10px; margin: 0px 5px; display: inline-block;}
.h-showdown{ position: fixed; width: 100%; background: rgba(255,255,255,0.95); z-index: 4;}

/*footer*/
.footer a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.footer{ background:#000; overflow:hidden; }
.footer .fo1{ text-align: center; color: #fff;  background: url(../images/fc-bg.jpg) center center no-repeat #000; padding: 10% 0 5% 0; background-size: cover !important;}
.footer .fo1 .txt h3{ display: inline-block; margin: 0 auto; border-bottom: 1px solid #fff; font-size: 2.2em; line-height: 40px; margin-bottom: 20px;}
.footer .fo1 .txt h4{ font-size: 1.6em; text-transform: uppercase; font-weight: bold; margin-bottom: 12px;}
.footer .fo1 .txt p{font-family: "axisstd-light"; line-height: 28px; font-size: 1.4em;}
.footer .fo1 .txt p span{font-family: "axisstd-light"; font-size: 1em; margin: 0 6px;}
.footer .fo1 .txt p a{ color: #fff;  font-size: 1em;}
.footer .fo1 .txt p a:hover{ text-decoration: underline;}

.footer .fo2 .mune{ overflow:hidden;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  padding: 70px 0 120px 0;}
.footer .fo2 .mune .dot{ width:20%; float:left;}
.footer .fo2 .mune a{ line-height:20px; display:inline-block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.footer .fo2 .mune h3 a{ font-size:1.6em; color:#fff;margin-bottom:12px;}
.footer .fo2 .mune p a{ font-size:1.4em; color:#fff; line-height:24px;}
.footer .fo2 .mune a:hover{ text-decoration: underline;}
.footer .fo2 .ft{ text-align: center;}
.footer .fo2 .ft img{ max-width: 100%;}
.footer .fo2 .ft p{ padding: 50px 0 40px 0; font-size: 1.4em; color: #fff;}

.footer-message{ z-index: 2; position: fixed; right: 25px; bottom: 0;}
.footer-message .fmt{ background: #666; border-top-left-radius: 5px; border-top-right-radius: 5px; overflow: hidden; cursor: pointer;}
.footer-message .fmt span{ background: #333; padding: 8px;}
.footer-message .fmt>*{ float:left;}
.footer-message .fmt p{ padding: 8px 14px; font-size: 1.4em; color: #fff;}
.footer-message .fmbox{background: #fff; border:1px solid #999; position: fixed; bottom: -100%; right: 25px; width: 280px;}
.footer-message .fmbox .tit{ padding: 15px 12px; border-bottom: 1px solid #b3b3b3;}
.footer-message .fmbox .tit p{ font-size: 1em; color: #808080; line-height: 20px; margin-top: 14px;}
.footer-message .fmbox .tit span{ display: inline-block; width:15px; height: 18px; position: absolute; top: 6px; right: 10px; cursor: pointer;}
.footer-message .fmbox .tit:after{ content: ""; display: inline-block; width:15px; height: 2px; background: #999; position: absolute; top: 12px; right: 10px; cursor: pointer;}
.footer-message .fmbox .txt{ padding: 18px 12px;}
.footer-message .fmbox .txt h3{ font-size: 1.4em; color: #000; margin-bottom: 15px;}
.footer-message .fmbox input,.footer-message .fmbox textarea{   border:none; outline:none;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background:#fff; padding:6px 8px; font-size:1.4em; line-height:20px; color:#666; width:100%;  border-bottom:1px solid #808080; position:relative; margin-bottom: 14px;}
.footer-message .fmbox .fc-input::-webkit-input-placeholder{ color:#808080; }
.footer-message .fmbox .fc-input:-moz-placeholder{ color:#808080; }
.footer-message .fmbox .fc-input::-moz-placeholder{ color:#808080; }
.footer-message .fmbox .fc-input:-ms-input-placeholder {  color:#808080; }
.footer-message .fmbox textarea::-webkit-input-placeholder{ color:#000; }
.footer-message .fmbox textarea:-moz-placeholder{ color:#000; }
.footer-message .fmbox textarea::-moz-placeholder{ color:#000; }
.footer-message .fmbox textarea:-ms-input-placeholder {  color:#000; }
.footer-message .fmbox .btn{ text-align:right;}
.footer-message .fmbox .btn .fc-btn{  border:none; width:100%; padding:4px 0px; font-size:1.4em; color:#fff; line-height:24px; cursor:pointer; background:#000;}
.footer-message .fmbox{transition:ease 1s all;-moz-transition: ease 1s all; -webkit-transition:ease 1s all; -o-transition: ease 1s all;}
.footer-message .fup{ bottom:0;}

.bottomlist{ background:#333; position:fixed; width:100%; bottom:0; left:0;  display:none; z-index:110;}
.bottomlist ul{ width:100%;}
.bottomlist ul li{ width:33.33%; float:left; text-align:center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:5px;}
.bottomlist>ul>li>a>div{ font-size:1.6em; color:#fff;}
.bottomlist ul li img{ width:40px; height:40px;}

/*banner*/
.banner a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.banner{ position: relative; z-index: 0;}
.banner .swiper-slide{ background-size:cover !important; height:784px;}
.banner .txt{ color:#fff; display:table; width:100%; height:784px;}
.banner .txt .t{ display:table-cell; vertical-align:middle;}
.banner .swiper-slide.black .txt{ color: #000;}
.banner .swiper-slide.black .txt h3,.banner .swiper-slide.black .txt h4{ text-shadow: 1px 1px 2px #fff;}
.banner .txt h3 {font-size:4.5em; text-transform:uppercase;font-family: "axisstd-light"; text-shadow: 1px 1px 2px #999;}
.banner .txt h4{ font-size:3.6em; padding:25px 0 0 0; text-transform:uppercase;font-family: "axisstd-light"; text-shadow: 1px 1px 2px #999;}
.banner .swiper-pagination-bullet{ text-align: right; background:#fff; opacity:0.5; width:14px; height:14px;}
.banner .swiper-pagination-bullet-active{ background:#fff; opacity: 1;}
 .banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0 8px;}
.banner .swiper-pagination{ bottom:30px;  width:auto; left: auto; right: 10%;}
.banner .swiper-button-white{ width: 22px; height: 36px; background-size: 22px 36px;}
.banner .swiper-button-prev{ left: 30px;}
.banner .swiper-button-next{ right: 30px;}
/*ipl*/
.ipl .dots .dot,.ipl .dots .dot *{transition:ease 1s all;-moz-transition: ease 1s all; -webkit-transition:ease 1s all; -o-transition: ease 1s all;}
.ipl .dots .dot .txt p{transition:ease 0.3s all;-moz-transition: ease 0.3s all; -webkit-transition:ease 0.3s all; -o-transition: ease 0.3s all;}
.ipl{ padding: 90px 0 120px 0;}
.ipl .tit h3{ margin-bottom: 30px; font-size: 3em; color: #000;}
.ipl .dots{ overflow: hidden; width: calc(100% + 30px); margin-left: -15px;}
.ipl .dots .dot{ float: left; width: calc(20% - 30px); margin: 0 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center;}
.ipl .dots .dot .img{ position: relative;}
.ipl .dots .dot .img img{ width: 100%;}
.ipl .dots .dot .img .t{ position:absolute; top: 0; left: 0; background: rgba(0,0,0,0.5); width: 100%; height: 100%; text-align: center; opacity: 0;}
.ipl .dots .dot .img .t p{ line-height: 24px; padding: 60% 0; color: #fff; font-size: 1.4em;}
.ipl .dots .dot .txt p{ font-size: 1.4em; color: #000; line-height: 20px; padding: 20px 0; height: 20px;}
.ipl .dots .dot:hover .txt p{ opacity: 0;}
.ipl .dots .dot:hover .img .t p{ padding: 46% 0;}
.ipl .dots .dot:hover .img .t{ opacity: 1;}
/*inp*/
.inp{ background: url(../images/new-product.jpg) center center no-repeat; background-size: cover !important; height: 685px;}
.inp .t{ padding-top: 18%; padding-left: 8%; color: #4d4d4d;}
.inp .t h3{ font-size: 4em; margin-bottom: 20px; }
.inp .t h4{ font-size: 2.4em;}
/*ifp*/
.ifp .dots p,.ifp .dots .img,.ifp .dots img{transition:ease 1s all;-moz-transition: ease 1s all; -webkit-transition:ease 1s all; -o-transition: ease 1s all;}
.ifp{ padding: 80px 0 50px 0;}
.ifp .tit h3{ margin-bottom: 30px; font-size: 3em; color: #000;}
.ifp .dots{ width: calc(100% + 30px); margin-left: -15px; text-align: center;}
.ifp .dots .img{overflow:hidden;}
.ifp .dots img{ width: 100%;}
.ifp .dots p{ font-size: 1.4em; padding: 20px 0; opacity: 0; transform: translateY(20px);}
.ifp .swiper-button-black{ width: 16px; height: 30px; background-size: 16px 30px;}
.ifp .swiper-button-prev{ left: 0px;}
.ifp .swiper-button-next{ right: 0px;}
.ifp .swiper-slide:hover p{ opacity: 1; transform: translateY(0px);}
.ifp .swiper-slide:hover img{ transform:scale(1.05);}
/*iab*/
.iab{ background: url(../images/iab.jpg) center center no-repeat; background-size: cover; color: #fff;}
.iab .txt{ max-width: 540px; padding:100px 0;}
.iab .txt h3{ font-size: 2.4em; margin-bottom: 30px;}
.iab .txt p{ font-size: 1.4em; line-height: 24px; padding-bottom: 16px;}
/*iab2*/
.iab2{ padding: 160px 0 100px 0;}
.iab2 .dots{ overflow: hidden; width: calc(100% + 10px); margin-left: -5px; margin-bottom: 110px;}
.iab2 .dots .dot{ width: calc(33.33% - 10px); margin: 0 5px; float:left;}
.iab2 .dots .dot>*{ height: 280px;}
.iab2 .dots .dot .txt { background: #ededed; display: table;}
.iab2 .dots .dot .txt .t{ display: table-cell; vertical-align: middle; padding: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.iab2 .dots .dot .txt .t p{ font-size: 1.4em; color: #000; line-height:20px;}
.iab2 .icon{ text-align: center;}
.iab2 .icon img{ max-width: 100%;}

/*banners*/
.banners{ position:relative; height:550px; background-size:cover !important; color: #000;  text-shadow: 1px 1px 2px #888;}
.about{ height: 450px; background:url(../images/banners/about-banner.jpg) center center no-repeat;}
.news{ height: 450px; background:url(../images/banners/news-banner.jpg) center center no-repeat;}
.contact{ height: 450px; background:url(../images/banners/contact-banner.jpg) center center no-repeat;}
.banners .txt{ display: table; width: 100%; height: 550px;}
.banners .txt .t{ display: table-cell;  vertical-align: middle;}
.banners .txt .t h3{ font-size: 4em; margin-bottom: 20px;}
.banners .txt .t h4{ line-height: 45px; font-size: 2.8em;}
.banners.news .txt .t h4,.banners.contact .txt .t h4,.banners.about .txt .t h4{  max-width: 600px; }
.banners.white{ color:#fff; text-shadow: 1px 1px 2px #999;}
.banners.right{ text-align: right;}
.contact .txt,.news .txt,.about .txt{ height: 450px;}

/*product*/
.lead{ padding:35px 0;}
.lead .warp>*{ font-size: 1.4em; color: #000; text-transform: uppercase;font-family: "axisstd-light";}
.lead .warp a:last-child{}
.lead .warp a:hover{ text-decoration: underline;}

.product-two a{transition:ease 1s all;-moz-transition: ease 1s all; -webkit-transition:ease 1s all; -o-transition: ease 1s all;}
.product-two{ padding: 30px 0;}
.product-two a{ font-size: 1.4em; color: #999; line-height: 24px; border-left:1px solid #999; display: inline-block; padding: 0 4%;}
.product-two a:first-child{border: none;}
.product-two a:hover,.product-two a.lock{ color: #000;}

.product-list .box,.product-list .box *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.product-list{ padding: 0 0 80px 0; overflow: hidden;}
.product-list .box{padding:2px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: calc(25% - 20px); margin: 30px 10px; float:left;}
.product-list .box .img{ background: #fff; text-align: center; overflow:hidden;}
.product-list .box img{ max-width: 100%;}
.product-list .box .txt{background: #fff; padding:40px 10% 12px 10%; color: #000; }
.product-list .box .txt h3{ line-height: 24px; font-size: 1.4em; font-family: "axisstd-regular";}
.product-list .box .txt p{ line-height: 24px; font-size: 1.4em; font-family: "axisstd-light"; display:-webkit-box; -webkit-box-orient:vertical; overflow:hidden; -webkit-line-clamp:1; height: 24px;}
.product-list .box:hover img{ transform: scale(1.05);}
.product-list .box:hover{ text-align:center; padding:2px; background-image:linear-gradient(#fff 0%,#fff 50%, #545359 100%);}

/*productshow*/
.productshow{ padding: 0 0 80px 0; }
.productshow .tits{ padding: 30px 0 90px 0; color: #000;}
.productshow .tits h3{ margin-bottom: 30px; font-size: 3.2em;}  
.productshow .tits p{ font-size: 1.4em; line-height: 24px;}
.productshow .txts{ overflow: hidden;}
.productshow .txts .img{ width: 460px; float:left; border: 1px solid #999; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.productshow .txts .img img{ width: 100%;}
.productshow .txts .txt{ width: calc(100% - 460px); padding-left: 20px; float: right; max-width: 500px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.productshow .txts .txt .tit h3{ border-bottom: 1px solid #000; font-size: 3em; color: #000; line-height: 60px;font-family: "axisstd-regular";}
.productshow .txts .txt .dot{ padding: 45px 0 40px 0; border-bottom: 1px solid #999;}
.productshow .txts .txt .dot h4{ font-size: 2.4em; line-height: 24px; margin-bottom: 10px;}
.productshow .txts .txt .dot p{ font-size: 1.8em; line-height: 24px; }
.productshow .txts .txt .btn{ padding-top: 40px;}
.productshow .txts .txt .btn a{font-family: "axisstd-light"; font-size: 1.8em; line-height: 32px;  display: block;}
.productshow .txts .txt .btn a:hover{ text-decoration: underline;}

/*contact*/
.contact-t .feedback .btn .fc-btn{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.contact-t{ overflow: hidden; padding: 60px 0 160px 0;}
.contact-t .txt{ float:left;  width: 50%; max-width: 480px; color: #000;}
.contact-t .feedback{ float:right;  width: 50%; max-width: 400px;}
.contact-t .txt h3{ font-size: 2.4em;  margin-bottom: 30px;}
.contact-t .txt h4{ font-size: 2.4em;  border-bottom: 1px solid #000; padding-bottom: 14px; margin-bottom: 16px;}
.contact-t .txt p{ font-size: 1.4em; line-height: 32px;}
.contact-t .txt a{ font-size: 1em;}
.contact-t .txt a:hover{ text-decoration: underline;}
.contact-t .feedback h3{ margin-bottom: 10px; line-height: 24px; font-size: 1.6em;}
.contact-t .feedback input,.contact-t .feedback textarea{   border:none; outline:none;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background:#fff; padding:6px 8px; font-size:1.4em; line-height:20px; color:#000; width:100%;  border:1px solid #999; position:relative; margin-bottom: 20px;}
.contact-t .feedback .btn{ text-align:right;}
.contact-t .feedback .btn .fc-btn{  border:none; width: auto; padding:8px 20px; font-size:2em; color:#fff; line-height:24px; cursor:pointer; background:#000;}
.contact-t .feedback .btn .fc-btn:hover{ box-shadow:4px 4px 6px #999;}

/*news*/
.news-t .boxs .box,.news-t .boxs .box *{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.news-t{ padding: 40px 0 80px 0;}
.news-t .boxs{ overflow: hidden; width: calc(100% + 24px); margin-left: -12px;}
.news-t .boxs .box{ float:left; width: calc(25% - 24px); margin:20px 12px; background: #f7f7f7;}
.news-t .boxs .box img{ width: 100%;}
.news-t .boxs .box .img{ overflow: hidden;}
.news-t .boxs .box .txt{ padding: 20px;}
.news-t .boxs .box .txt h3{ margin-bottom: 20px; font-size: 1.2em; color: #808080;}
.news-t .boxs .box .txt p{ color: #000; font-size: 1.4em; line-height: 20px; height: 80px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:4;}
.news-t .boxs .box .txt span{color: #000; font-size: 1.4em; border: 1px solid #000; padding: 6px 20px; display: inline-block;  margin-top: 25px;}
.news-t .boxs .box:hover img{ transform: scale(1.05);}
.news-t .boxs .box:hover .txt span{ background: #000; color: #fff;}

/*newsshow*/
.newsshow{ padding:0 0 80px 0;}
.newsshow .boxs{ background:#f5f5f5; }

.newsshow .tit{ padding:40px; text-align:center;}
.newsshow .tit h3{ font-size:2em; color:#333333; line-height:24px; margin-bottom:20px;}
.newsshow .tit .dot{ background:#000; padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.newsshow .tit .dot h4{font-family: "axisstd-light"; color:#fff; font-size:1.4em; display:inline-block; padding:14px 15px;}
.newsshow .txt{ padding:20px 40px; line-height:24px; color:#666666; }
.newsshow .txt *{ font-size:14px; line-height:24px;}
.newsshow .txt p{ font-size:14px;}
.newsshow .txt img{ max-width:95%; margin:0 auto; padding:5px 0;}
.newsshow .btn{ padding:40px;}
.newsshow .btn a{font-family: "axisstd-light"; 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 .ab1{ background: url(../images/about/ab1-bg.jpg) center center no-repeat; background-size:cover !important;}
.about-t .ab1 .txts{ padding: 100px 0 80px 0; display: table; width: 100%;}
.about-t .ab1 .txts>*{ display: table-cell; vertical-align: middle;}
.about-t .ab1 .txts .tit{ width: 30%;}
.about-t .ab1 .txts .tit h3{ font-size: 3em; padding-left: 15px;}
.about-t .ab1 .txts .txt p{ font-size: 1.6em; line-height: 24px; margin-bottom: 16px;}
.about-t .ab2{ padding: 80px 0 100px 0;}
.about-t .ab2 .dots{ width: calc(100% + 54px); margin-left: -27px; overflow: hidden;}
.about-t .ab2 .dots .dot{ width: calc(33.33% - 54px); margin: 0 27px; float:left;}
.about-t .ab2 .dots .dot img{ width: 100%;}
.about-t .ab2 .dots .dot .txt h3{ padding: 60px 0 20px 0; font-size: 1.6em;}
.about-t .ab2 .dots .dot .txt p{ padding: 40px 0 0 0; font-size: 1.4em; line-height: 20px;}
.about-t .ab3{ background: url(../images/about/ab3-bg.jpg) center center no-repeat; background-size: cover !important;}
.about-t .ab3 .txts{ height: 460px; color: #fff;  display: table; width: calc(100% + 10%);}
.about-t .ab3 .txts>*{ display: table-cell; vertical-align: middle;}
.about-t .ab3 .txts .tit{ width: 55%;}
.about-t .ab3 .txts .tit h3{ font-size: 4em;}
.about-t .ab3 .txts .txt p{ font-size: 1.6em; line-height: 24px;}


