@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "MSTIFFHEIPRC-ULTRABOLD";
  src: url("../fonts/MSTIFFHEIPRC-ULTRABOLD.woff2") format("woff2"),
       url("../fonts/MSTIFFHEIPRC-ULTRABOLD.woff") format("woff"),
       url("../fonts/MSTIFFHEIPRC-ULTRABOLD.ttf") format("truetype"),
       url("../fonts/MSTIFFHEIPRC-ULTRABOLD.eot") format("embedded-opentype"),
       url("../fonts/MSTIFFHEIPRC-ULTRABOLD.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:1240px; padding:0 20px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp2{ max-width:1340px; 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 *{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
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; box-shadow: 2px 2px 5px rgba(0,0,0,0.1);}
div.fy a:hover{color:#fff;  background: #f47115; box-shadow: 2px 2px 5px rgba(0,0,0,0.1);}
div.fy a:active{ color:#fff;  background: #f47115; box-shadow: 2px 2px 5px rgba(0,0,0,0.1);}
div.fy span.current{  margin:2px 2px;padding:8px 12px; color:#fff;  font-size:1.4em;  background: #f47115; box-shadow: 2px 2px 5px rgba(0,0,0,0.1);}
div.fy span.disabled{ margin:2px 2px; padding:8px 12px; color:#666; font-size:1.4em; background: #fff; box-shadow: 2px 2px 5px rgba(0,0,0,0.1);}


/*手机导航*/
.m-header{ width:100%; background:#fff;}
#hamburger {width: 24px; height: 14px;	position:fixed;	top: 25px;	right: 25px;	z-index: 999;display: none;}
#hamburger:before, #hamburger:after, #hamburger span { background:#f47115; 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 .m-list>a img,.header .more a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.header{ position: relative; width: 100%;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.header .head-tit{ overflow: hidden; background: #1b1b1d;}
.header .logo{ float:left; }
.header .logo>a{ display: inline-block; position: relative; float:left;}
.header .logo>a:after{ position: absolute; top:0; right: 35px; content: ""; background: #f47115; height: 100%; width: 800px; transform: skewX(-35deg);}
.header .logo>a>img{ position: relative; z-index: 2; max-width: 100%; padding:14px 120px 14px 0; }
.header .logo .tit{ float:left; padding: 20px 0 0 0;}
.header .logo .tit h3{ font-size: 2.4em; font-weight: bold; text-transform: uppercase; font-style: italic; color: #fff;}
.header .logo .tit p{ line-height: 24px; font-size: 1.2em; color: #fff; text-transform: uppercase; }
.header .head-tit .tp{ float:right; padding: 20px 0;}
.header .head-tit .tp>*{ float:left;}
.header .head-tit .tp span{ margin-right: 20px;}
.header .head-tit .tp .t{ color: #fff;}
.header .head-tit .tp .t h3{ font-size: 1.4em; line-height: 18px;}
.header .head-tit .tp .t p{ line-height: 24px; font-size: 2em; font-style: italic; font-weight: bold;}

.header .mune{ float:left; }
.header .mune>*{ display: inline-block; }
.header .m-list{ float:left; }
.header .m-list>a{ display: inline-block; font-weight: bold; font-size:1.6em; color:#000; padding:18px 70px 18px 0; line-height:20px; position: relative;}
.header .m-list:hover>a,#m1 .m1,#m2 .m2,#m3 .m3,#m4 .m4,#m5 .m5,#m6 .m6,#m7 .m7{ color: #f47115 !important;  }

.header .m-dot{ display: none; left: 0; width: 100%; z-index: 0; position: absolute; top:calc(100%); background: rgba(255,255,255,0.9); padding: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center;}
.header .m-dot.mp a{ width: 10%; }
.header .m-dot.mp img{ max-width: 90%;}
.header .m-dot a{ text-transform: uppercase;  font-size: 1.4em; line-height: 24px; color: #585858; padding: 0 20px; text-align: center; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.header .m-dot a p{ font-size: 1em; margin-top: 6px;}
.header .m-list:hover .m-dot{ z-index: 2; display: block;}
.header .m-dot a:hover{ color: #f47115; font-weight: bold;}

.header .more{ float:right; position: relative; }
.header .more a{ background: #55aec2; color: #fff; font-size: 1.4em; line-height: 18px; display: inline-block; padding: 16px 60px; text-transform: uppercase;}
.header .more a img{ margin-right: 5px; margin-bottom: -9px;}
.header .more:hover>a{ background: #000 !important; color: #f47115; }

.header.h-showdown{ z-index: 2; background: #fff; position: fixed; left: 0; width: 100%; top:0%; }
.h-showdown2{ top:-100% !important;}

/*footer*/
.footer a,.footer .fo1 .right  .btn .fc-btn{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.footer .fo1{ background: url(../images/footer-bg.jpg) center center no-repeat; background-size: cover !important; overflow:hidden; }

#m1 .footer .fo1{ display: block;}
.footer .fo1{ display: none; padding: 60px 0 35px 0;}
.footer .fo1 .left{ width: 45%; float:left;}
.footer .fo1 .left .tits h3,.footer .fo1 .left .tits h4{ color: #fff;}
.footer .fo1 .left .tits h4 span{ background: #fff;}
.footer .fo1 .left .t{ margin: 20px 0 14px 0;}
.footer .fo1 .left .t p{ font-size: 1.4em; color: #fff; line-height: 24px;}
.footer .fo1 .right{ width: 55%; float:right; text-align:right;}
.footer .fo1 .right .tit{ margin-bottom: 25px;}
.footer .fo1 .right .tit h3{ font-size: 3em; color: #fff; font-weight: bold;}
.footer .fo1 .right .tit h4{ font-size: 2.4em; color: #fff; line-height: 32px;}

.footer .fo1 .right  input,.footer .fo1 .right  textarea{ border-radius: 5px;  font-size: 1.4em; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  line-height:24px; color:#000;  border:none;  background: #fff; padding: 10px 15px;}
.footer .fo1 .right .dot{ width: calc(100% + 50px); margin-left: -25px;}
.footer .fo1 .right .fc-input{ float:left; width: calc(50% - 50px); margin: 0 25px;}
.footer .fo1 .right textarea{ width:100%; margin:20px 0 25px 0; font-family: "Arial","Microsoft Yahei";}
.footer .fo1 .right textarea{ width:100%; margin:20px 0 25px 0; font-family: "Arial","Microsoft Yahei";}
.footer .fo1 .right .fc-input::-webkit-input-placeholder,.footer .fo1 .right  textarea::-webkit-input-placeholder { color:#bcbcbc; font-family: "Arial","Microsoft Yahei";}
.footer .fo1 .right  .fc-input:-moz-placeholder,.footer .fo1 .right  textarea:-moz-placeholder { color:#bcbcbc; font-family: "Arial","Microsoft Yahei";}
.footer .fo1 .right  .fc-input::-moz-placeholderT,.footer .fo1 .right  textarea::-moz-placeholder { color:#bcbcbc; font-family: "Arial","Microsoft Yahei";}
.footer .fo1 .right  .fc-input:-ms-input-placeholder,.footer .fo1 .right  textarea:-ms-input-placeholder { color:#bcbcbc; font-family: "Arial","Microsoft Yahei";}
.footer .fo1 .right  .btn{ text-align: right; }
.footer .fo1 .right  .btn .fc-btn{ border-radius: 13px; color: #fff; background: #55aec2; text-transform: uppercase;  padding: 6px 45px;  font-size:1.4em;  line-height:24px; cursor:pointer; }
.footer .fo1 .right  .btn .fc-btn:hover{ background: #000;}

.footer .fo2{ background: #232323; overflow:hidden; padding:15px 0; }
.footer .fo2 p{ float:left; font-size:1.4em; color:#fff; line-height:24px; text-align: center;}
.footer .fo2 p a{ font-size: 1em; color:#fff;}
.footer .fo2 p a:hover{ text-decoration: underline;}
.footer .fo2 p:last-child{ float:right;}

.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>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{ 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: 8px;}
.banner .swiper-pagination-bullet-active{ background:#f47115; }
/*ip*/
.ip .boxs .box{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.ip{ padding: 55px 0 95px 0;}
.ip .tit{ overflow: hidden; margin-bottom: 10px;}
.ip .tit .tits{ margin-bottom: 20px;}
.ip .tit .ipl{ padding: 10px 20px; border:1px solid #dedede;  text-align: right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ip .tit .ipl a{ padding: 0 25px; font-size: 1.4em; color: #333; line-height: 24px;}
.ip .tit .ipl a:hover{ color: #f47115; font-weight: bold;}
.ip .boxs{ overflow: hidden; width: calc(100% + 40px); margin-left: -20px;}
.ip .boxs .box{ float:left; width: calc(33.33% - 40px); margin: 20px; border: 1px solid #eee; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ip .boxs .box img{ width: 100%;}
.ip .boxs .box .txt{ overflow: hidden; background: #f7f7f7; border-top: 1px solid #eee;}
.ip .boxs .box .txt>*{ float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center;  padding: 12px;}
.ip .boxs .box .txt h3{ width: calc(100% - 50px); font-size: 1.6em; color: #333; line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1; margin: 12px 0; padding: 0 12px;}
.ip .boxs .box .txt span{ width: 50px; border-left: 1px solid #eee; background: #fff; font-size: 1.6em; color: #afafaf; line-height: 24px;}
.ip .boxs .box:hover{ border:1px solid #f47115;}
/*iab*/
.iab .txts .vt .txt a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.iab{ position: relative; background: url(../images/iab-bg.jpg) center center no-repeat; color: #fff; background-size: cover !important;}
.iab:after,.iab:before{ content: ""; position: absolute; top:-33px; width: 187px; height: 125px;}
.iab:after{ left: 0; background: url(../images/iabdl.png) center center no-repeat;}
.iab:before{ right: 0; background: url(../images/iabdr.png) center center no-repeat;}
.iab .txts{ padding: 75px 0 90px 0;}
.iab .txts .tit{ text-align: center; margin-bottom: 40px;}
.iab .txts .tit h3{ font-size: 1.6em; text-transform: uppercase; font-style: italic;  line-height: 24px; font-weight: bold;  margin-bottom: 20px;}
.iab .txts .tit h4{ margin: 0 auto;  display: inline-block; padding: 0 80px; font-size: 3em; font-weight: bold; font-style: italic; border-left: 2px solid #fff; border-right: 2px solid #fff;}
.iab .txts .vt{ overflow: hidden;}
.iab .txts .vt .img,.iab .txts .vt .txt{ float:left; width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.iab .txts .vt .img{ padding-right: 20px; text-align: center;}
.iab .txts .vt .txt h3{ font-size: 2.4em; font-weight: bold;}
.iab .txts .vt .txt span{ display: inline-block; width: 190px; height: 2px; background: #55aec2; margin: 18px 0;}
.iab .txts .vt .txt p{ font-size: 1.4em; line-height: 28px;}
.iab .txts .vt .txt a{ font-size: 1.4em; color: #fff;  border: 1px solid #fff;  border-radius: 5px; padding: 8px 30px; margin-top: 35px; display: inline-block; }
.iab .txts .vt .txt a:hover{ background: #f47115; border: 1px solid #f47115;}
.iab .dots{ padding: 40px 0; overflow: hidden; background-image:linear-gradient( 62deg,rgba(244,113,21,0.8) 0%,rgba(244,113,21,0.8) 50%,#000 50%,#000 100%);}
.iab .dots .warp>*{float:left; width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.iab .dots .warp .dot1{ padding: 0 5%;}
.iab .dots .warp .dot1 h3{ font-size: 2em; line-height: 1.5; font-weight: bold; color: #fff; text-transform: uppercase; }
.iab .dots .warp .dot2{ padding: 0 8%;}
.iab .dots .warp .dot2>*{ float: left;}
.iab .dots .warp .dot2 span{ margin-right: 20px;}
.iab .dots .warp .dot2 h3{ font-size: 2em; font-weight: bold; font-style: italic; margin-bottom: 12px; line-height: 24px;}
.iab .dots .warp .dot2 h4{ font-size: 3em; font-weight: 800; font-style: italic;}
/*inews*/
.inews .boxs .box .txt>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: 60px 0 70px 0;}
.inews .boxs{ margin-top: 50px; width: calc(100% + 30px); margin-left: -15px; overflow: hidden; }
.inews .boxs .box{ width: calc(33.33% - 30px); margin: 0 15px; float:left;}
.inews .boxs .box .img{ overflow: hidden;}
.inews .boxs .box .img img{ width: 100%;}
.inews .boxs .box .txt h3{ font-size: 1.6em; color: #333; line-height: 24px; font-weight: bold; margin: 16px 0 10px 0; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.inews .boxs .box .txt h4{ line-height: 16px; font-size: 1.2em; color: #333; position: relative; margin-bottom: 40px;}
.inews .boxs .box .txt h4 img{ margin: 0 5px -2px 0;}
.inews .boxs .box .txt h4:after{ position: absolute; bottom:-14px; left: 0; content: ""; width: 40px; height: 1px; background: #e2e2e2;}
.inews .boxs .box .txt p{ font-size: 1.2em; color: #333; line-height: 24px;height: 72px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:3;}
.inews .boxs .box .txt>span{ margin-top: 26px; display: inline-block; color: #fff; font-size: 1.2em; padding: 12px 40px; background: #b5b5b5;}
.inews .boxs .box:hover .txt>span{  background: #f47115;}
.inews .boxs .box:hover img{ transform: scale(1.1);}

/*tits*/
.tits h3{ font-size: 3em; color: #333; text-transform: uppercase;  font-weight: bold;}
.tits h3 span{ font-size: 1em; color: #f47115;}
.tits h4{ font-size: 2.4em; color: #333; margin:10px 0;}
.tits h4 span{ margin: 0px 0 6px 20px; width: 42px; height: 2px;  display: inline-block; background: #000;}


/*banners*/
.banners{ height: 450px; background-size: cover !important;}
.banners .txts{ text-align: right; display: table; width: auto; margin: 0 auto; height: 450px;}
.banners .txt{ display: table-cell; vertical-align: middle;}
.banners .txt h3{ text-shadow: 0 0 21px #000; font-family: "MSTIFFHEIPRC-ULTRABOLD"; font-size: 6em; text-transform: uppercase; color: #f47115; font-style: italic; margin-bottom: 20px;}
.banners .txt h4{ font-weight: bold; font-style: italic; color: #fff; font-size: 3em; }

.about{ background: url(../images/banners/about-banner.jpg) center center no-repeat;}
.contact{ background: url(../images/banners/contact-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;}
.case{ background: url(../images/banners/case-banner.jpg) center center no-repeat;}

/*case*/
.case-t{ padding:60px 0;}
.case-t .dots{ overflow:hidden; width: calc(100% + 30px); margin-left: -15px; margin-bottom: 20px;}
.case-t .dots .dot{ width: calc(33.33% - 30px); margin: 10px 15px; float:left;}
.case-t .dots .dot img{ width: 100%;}

/*news*/
.news-t .box,.news-t .box *{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 .box{ border-bottom: 1px solid #ccc;}
.news-t .box a{ display: table; width: 100%; padding: 30px 0;}
.news-t .box a>*{ display: table-cell; vertical-align: top; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;} 
.news-t .box a .img{ padding: 0 15px;width: 320px;}
.news-t .box a .img img{ width: 100%;}
.news-t .box a .txt{ padding: 0 40px;}
.news-t .box a .txt h3{ font-size: 2.4em; color: #333; margin: 10px 0 20px 0; line-height: 28px; height: 28px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.news-t .box a .txt p{ font-size: 1.4em; color: #888; line-height: 24px; height: 48px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.news-t .box a .txt h4{ font-size: 1.4em; color: #888; margin-top: 40px;}
.news-t .box a .txt h4 span img{  margin: 0 8px -3px 0;}
.news-t .box a .date{ width: 120px; text-align: right;}
.news-t .box a .date h3{ font-size: 3em; color: #e7e7e7; margin-bottom: 4px;}
.news-t .box a .date h4{ font-size: 1.4em; color: #e7e7e7;}
.news-t .box:hover{ border-bottom: 3px solid #f47115;}
.news-t .box:hover .date h3,.news-t .box:hover .date h4,.news-t .box:hover .txt h3{ color: #f47115;}
.news-t .box:hover .txt h3{ font-weight: bold;}

/*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;}


/*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:480px; }

.contact-t .c1{ background: url(../images/contact/c1-bg.jpg) center center no-repeat; background-size: cover !important; padding: 60px 0 100px 0;}
.contact-t .c2{ background: url(../images/contact/c2-bg.jpg) center center no-repeat; background-size: cover !important;}
.contact-t .c1 .tit{ text-align: center; margin-bottom: 70px;}
.contact-t .c1 .tit h3{ font-size: 3em; color: #f47115; margin-bottom: 16px; font-weight: bold;}
.contact-t .c1 .tit p{ font-size: 1.4em; color: #494949; line-height: 18px;}
.contact-t .c1 .dots{  overflow: hidden;}
.contact-t .c1 .dots .dot{ text-align: center; width: calc(20% - 20px); margin: 0 10px; float:left;}
.contact-t .c1 .dots .dot img{ max-width: 80%;}
.contact-t .c1 .dots .dot h3{ font-size: 2em; color: #454545; font-weight: bold; margin: 20px 0 16px 0;}
.contact-t .c1 .dots .dot p{ font-size: 1.4em; color: #242424; line-height: 24px;}

.contact-t .c2{ padding: 60px 0 80px 0;}
.contact-t .c2 .tit{ text-align: center; margin-bottom: 40px;}
.contact-t .c2 .tit h3{ text-transform: uppercase;  font-size: 3em; color: #f47115; margin-bottom: 12px;}
.contact-t .c2 .tit p{ font-size: 1.4em; color: #e6e6e6; line-height: 18px;}
.contact-t .dot{  width: calc(100% + 54px); margin: 0 0 0 -27px;}
.contact-t .dot .fc-input{ float:left; width: calc(50% - 54px); margin: 0px 27px 30px 27px;}
.contact-t .btn .fc-btn,.contact-t  input,.contact-t  textarea,#container{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; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  line-height:24px; color:#000;  border:1px solid #ccc;  background: #fff; padding: 10px 15px;}
.contact-t .fc-input{ width: 100%; }
.contact-t textarea{ width:100%; margin:0px 0 35px 0; font-family: "Arial","Microsoft Yahei";}
.contact-t .fc-input::-webkit-input-placeholder,.contact-t  textarea::-webkit-input-placeholder { color:#9b9b9b; font-family: "Arial","Microsoft Yahei";}
.contact-t  .fc-input:-moz-placeholder,.contact-t  textarea:-moz-placeholder { color:#9b9b9b; font-family: "Arial","Microsoft Yahei";}
.contact-t  .fc-input::-moz-placeholderT,.contact-t  textarea::-moz-placeholder { color:#9b9b9b; font-family: "Arial","Microsoft Yahei";}
.contact-t  .fc-input:-ms-input-placeholder,.contact-t  textarea:-ms-input-placeholder { color:#9b9b9b; font-family: "Arial","Microsoft Yahei";}
.contact-t  .btn{ text-align:center; }
.contact-t  .btn .fc-btn{ color: #000; text-transform: uppercase;  padding: 10px 60px;  font-size:1.4em; border: 1px solid #f47115; background: #f47115;  line-height:24px; cursor:pointer; }
.contact-t  .btn .fc-btn:hover{ color: #fff; background: #000;}

/*product*/
.p-list a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.p-list{ background: #000; text-align: center; }
.p-list a{ display: inline-block; font-size: 1.4em; color: #fff; line-height: 24px; padding: 18px 30px;}
.p-list a:hover,.p-list a.lock{ background: #f47115 !important;}
.product-t{ padding: 40px 0;}
.product-t .boxs{ overflow: hidden; width: calc(100% + 40px); margin-left: -20px;}
.product-t .boxs .box{ float:left; width: calc(33.33% - 40px); margin: 20px; border: 1px solid #eee; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.product-t .boxs .box img{ width: 100%;}
.product-t .boxs .box .txt{ overflow: hidden; background: #f7f7f7; border-top: 1px solid #eee;}
.product-t .boxs .box .txt>*{ float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center;  padding: 12px;}
.product-t .boxs .box .txt h3{ width: calc(100% - 50px); font-size: 1.6em; color: #333; line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1; margin: 12px 0; padding: 0 12px;}
.product-t .boxs .box .txt span{ width: 50px; border-left: 1px solid #eee; background: #fff; font-size: 1.6em; color: #afafaf; line-height: 24px;}
.product-t .boxs .box:hover{ border:1px solid #f47115;}

/*productshow*/
.productshow{ padding: 50px 0 80px 0;}
.productshow .txts{ overflow: hidden; display: table; width: 100%;}
.productshow .txts>*{ display: table-cell; vertical-align: middle; width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.productshow .txts .img{ width: 40%; border: 1px solid #d2d2d2;}
.productshow .txts .img img{ max-width: 100%;}
.productshow .txts .txt{ padding: 0 5%;}
.productshow .txts .txt h3{ margin-bottom: 20px; font-size: 3em; color: #f47115; font-weight: bold;}
.productshow .txts .txt .d{ margin-bottom: 6px;  overflow: hidden;}
.productshow .txts .txt .d>*{ text-transform: uppercase;  float:left; font-size: 1.6em; color: #333; line-height: 24px;}
.productshow .txts .txt .d span{ width: 180px;}
.productshow .txts .txt .phone{ background: #f47115; display: inline-block; border-radius: 40px; overflow: hidden; padding: 15px 35px; margin-top: 50px;}
.productshow .txts .txt .phone>*{ float:left;}
.productshow .txts .txt .phone h4{ color: #fff; font-size: 1.6em; font-weight: bold;}
.productshow .txts .txt .phone span img{ margin:-3px 5px 0 0;}
.productshow .psize{ margin: 70px 0;}
.productshow .psize h3{ margin-bottom: 30px;}
.productshow .psize img{ max-width: 100%;}
.productshow .psize h3,.productshow .pm h3{ font-size: 2.4em; color: #333; line-height: 28px;}

.productshow .boxs{ overflow: hidden; width: calc(100% + 40px); margin-left: -20px;}
.productshow .boxs .box{ float:left; width: calc(33.33% - 40px); margin: 20px; border: 1px solid #eee; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.productshow .boxs .box img{ width: 100%;}
.productshow .boxs .box .txt{ overflow: hidden; background: #f7f7f7; border-top: 1px solid #eee;}
.productshow .boxs .box .txt>*{ float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center;  padding: 12px;}
.productshow .boxs .box .txt h3{ width: calc(100% - 50px); font-size: 1.6em; color: #333; line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1; margin: 12px 0; padding: 0 12px;}
.productshow .boxs .box .txt span{ width: 50px; border-left: 1px solid #eee; background: #fff; font-size: 1.6em; color: #afafaf; line-height: 24px;}
.productshow .boxs .box:hover{ border:1px solid #f47115;}

/*about*/
.about-t .ab1{ max-width: 780px; margin:0 auto; text-align: center; padding: 50px 0 70px 0;}
.about-t .ab1 .tit{ margin-bottom: 40px;}
.about-t .ab1 .tit h3{ font-size: 1.6em; color: #333; font-weight: bold; font-style: italic; margin-bottom: 16px;}
.about-t .ab1 .tit h4{ display: inline-block;  padding: 0 90px; font-size: 3em; color: #f47115; font-weight: bold; font-style: italic; border-left: 4px solid #888; border-right: 4px solid #888;}
.about-t .ab1 .txt h3{ font-size: 2.4em; color: #333; font-weight: bold;}
.about-t .ab1 .txt span{ display: inline-block; width: 190px; height: 1px; margin: 20px auto; background: #797979;}
.about-t .ab1 .txt p{ font-size: 1.4em; color: #333; line-height:24px;}
.about-t .ab1 .txt .img{ margin-top: 40px;}
.about-t .ab1 .txt .img img{ max-width: calc(50% - 40px); margin: 0 20px; box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.about-t .ab2{ padding: 110px 0 100px 0; background:url(../images/about/ab2-bg.jpg) center center no-repeat; background-size: cover !important;}
.about-t .ab2 .tit{ margin-bottom: 45px;}
.about-t .ab2 .tit h3{ font-size: 3em; color: #f47115; font-style: italic; display: inline-block; border-bottom: 1px solid #fff; font-weight: bold; padding-bottom: 12px; margin-bottom: 14px;}
.about-t .ab2 .tit h4{ font-size: 3.6em; font-weight: 800; font-style: italic; text-transform: uppercase; color: #f47115;}
.about-t .ab2 .tit p{ font-size: 2.4em; font-style: italic; color: #f47115; text-transform: uppercase;}
.about-t .ab2 .txt h3{ font-size: 1.8em; line-height: 24px; color: #fff; font-weight: bold; margin-bottom: 14px; max-width: 50%;}
.about-t .ab2 .txt p{ font-size: 1.4em; color: #fff; line-height: 24px; max-width: 50%;}
.about-t .ab3 .swiper-slide .txt,.about-t .ab3 .swiper-slide img{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.about-t .ab3{ background: #353535; padding: 30px 0;}
.about-t .ab3 .swiper-slide{ position: relative; width:auto; background: #000;}
.about-t .ab3 .swiper-slide .txt{ opacity: 0; padding: 20px 16px; position: absolute; width: 90%; height: 90%; top:5%; left: 5%; background: url(../images/about/ab3-t.jpg.png) center center no-repeat; background-size:cover !important; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.about-t .ab3 .swiper-slide .txt h3{ font-size: 2.4em; font-weight: bold; color: #fff; margin-bottom: 20px;}
.about-t .ab3 .swiper-slide .txt p{ font-size: 1.4em; color: #a2a2a2; line-height: 24px;}
.about-t .ab3 .swiper-slide:hover .txt{ opacity: 1;}
.about-t .ab3 .swiper-slide:hover img{ opacity: 0.16;}

.about-t .ab4{ padding: 60px 0; overflow: hidden;}
.about-t .ab4 .txt{ padding: 10% 10% 0% 10%; float:right; width: 40%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.about-t .ab4 .txt h3{ font-size: 3em; color: #333; font-weight:bold; font-style: italic; }
.about-t .ab4 .txt span{ display: inline-block; width: 190px;  height: 1px; background: #2e2e2e; margin: 12px 0 16px 0;}
.about-t .ab4 .txt h4{ font-style: italic; font-size: 3.6em; color: #f47115; font-weight: 800; text-transform: uppercase;}
.about-t .ab4 .txt p{ font-style: italic; font-size: 2.3em; color: #333; text-transform: uppercase;}
.about-t .ab4 .img{ float:left; width: 60%;}







