@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "本墨绪圆";
  src: url("../fonts/本墨绪圆.woff2") format("woff2"),
       url("../fonts/本墨绪圆.woff") format("woff"),
       url("../fonts/本墨绪圆.ttf") format("truetype"),
       url("../fonts/本墨绪圆.eot") format("embedded-opentype"),
       url("../fonts/本墨绪圆.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: "原版宋体_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:1720px; padding:0 20px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp2{ max-width:1440px; 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: #458dcb;}
div.fy a:active{ color:#fff;  background: #458dcb;}
div.fy span.current{  margin:2px 2px;padding:8px 12px; color:#fff;  font-size:1.4em;  background: #458dcb; 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:absolute;	top: 25px;	right: 25px;	z-index: 999;display: none;}
#hamburger:before, #hamburger:after, #hamburger span { background:#458dcb; 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>a:after{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}

.header{ background: rgba(0,0,0,0.6); position:fixed; width: 100%; top:0; left: 0;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; z-index: 2; box-shadow: 0 0 25px rgba(0,0,0,0.55);}
.header .logo{ float:left;  padding:22px 0px; max-width: 24%;}
.header .logo img{ max-width: 100%;}
.header .more{ float:right; padding: 28px 0;}
.header .more a{ line-height: 22px; display: inline-block;  padding: 0 25px;}
.header .more a:last-child{ border-left: 1px solid #fff;}
.header .mune{ text-align: center; }
.header .mune>*{ display: inline-block; }
.header .mune .m-list>a{ display: inline-block; font-size:1.6em; color:#fff; padding:30px 35px; line-height:20px; position: relative;}
.header .mune .m-list>a:after{ position: absolute; bottom: 0px; left: 0; height: 2px; width: 100%; content: ""; background: #458dcb; transform: scaleX(0);}
.header .mune .m-list:hover>a,#m1 .m1,#m2 .m2,#m3 .m3,#m4 .m4,#m5 .m5,#m6 .m6,#m7 .m7{ color: #458dcb !important; font-weight: bold; }
.header .mune .m-list:hover>a:after,#m1 .m1:after,#m2 .m2:after,#m3 .m3:after,#m4 .m4:after,#m5 .m5:after,#m6 .m6:after,#m7 .m7:after{ transform: scaleX(0.8) !important;}
.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:#fff; background: #458dcb; width: 120px;}
.header .mune .sreach form{ border-radius: 40px; overflow: hidden; margin: 25px 0 25px 35px;   position: relative;}
.header .mune .sreach .hs-btn{ background: url(../images/sreach.png) center center no-repeat #458dcb; width: 30px;}
.header .mune .sreach form:after{ position: absolute; top:0; left:30px; content: ""; background: #fff; width: 1px; height: 100%; transform: scaleY(0.6); opacity: 0.6;}

.header .mune .m-dot{ display: none; left: 0; width: 100%; z-index: 0; position: absolute; top:calc(100%); background: rgba(243,244,246,0.9); padding: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center;}
.header .mune .m-dot a{ font-size: 1.6em; line-height: 24px; color: #585858; 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-dot a:hover{ color: #458dcb;}

.header.h-showdown{ top:-100%; }

/*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: url(../images/f-bg.jpg) center bottom no-repeat; background-size: cover !important;}

.footer .fo1{ overflow:hidden;  padding:90px 0 70px 0;}
.footer .fo1 .mune{ width: 65%; float:left; overflow:hidden;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.footer .fo1 .mune .dot{ float:left; width: 170px; max-width: 15%; padding-right: 20px; overflow:hidden;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.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:24px; }
.footer .fo1 .mune h3 a{ font-size:1.4em; color:#fff; font-weight: bold; line-height: 24px;}
.footer .fo1 .mune p a{ font-size:1.4em; color:rgba(255,255,255,0.2); line-height:24px;  height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;}
.footer .fo1 .mune p:hover a{ color: #fff; text-decoration: underline;}
.footer .fo1 .two{ max-width: 35%; text-align: right; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.footer .fo1 .two .tit h3{ font-size: 1.4em; font-weight: bold; color: #fff;}
.footer .fo1 .two .tit h4{ font-size: 2.4em; font-family: "本墨绪圆"; color: #fff; margin: 12px 0;}
.footer .fo1 .two .img{ margin-left: 14px; display: inline-block; border-radius: 20px; border-right: 15px solid #458dcb; border-left: 15px solid #458dcb; border-top:20px solid #458dcb; border-bottom: 20px solid #0c5da3; }
.footer .fo1 .two img{ max-width: 100%;}
.footer .fo1 .two .imgs{ margin-top: 15px;}
.footer .fo1 .two .imgs a{ margin: 0 5px; display: inline-block; border-radius: 50%;  background: #343535;}
.footer .fo1 .two .imgs img{  padding: 7px;}
.footer .fo1 .two .imgs a:hover{ background: #fff; }

.footer .fo2{ border-top:1px solid rgba(255,255,255,0.1); padding: 25px 0;}
.footer .fo2 .warp{ display: table; width: 100%;}
.footer .fo2 .warp>*{ display: table-cell; vertical-align: middle; }
.footer .fo2 .warp .t{ width: 100px;}
.footer .fo2 .warp .t h3{ font-size: 1.4em; color: rgba(255,255,255,0.5);}
.footer .fo2 .warp .m a{ display: inline-block; font-size: 1.4em; color: rgba(255,255,255,0.2); margin: 5px 15px;}
.footer .fo2 .warp .m a:hover{ color: #fff; }


.footer .fo3{  text-align: center; overflow:hidden; padding:30px 0 35px 0; border-top:1px solid rgba(255,255,255,0.1);}
.footer .fo3 p{ font-size:1.2em; color:rgba(255,255,255,0.2); line-height:18px; float:left;}
.footer .fo3 p:last-child{float:right;}
.footer .fo3 p a{ font-size: 1em; color: rgba(255,255,255,0.2);}
.footer .fo3 p a:hover{ text-decoration: underline;}
.footer .fo3 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>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: 0; opacity: 1;}
.banner .swiper-pagination-bullet-active{ background:#458dcb; }
/*iab*/
.iab{ padding: 120px 0; background: url(../images/iab-bg.jpg) right center no-repeat; background-size: cover !important;}
.iab .txts{ overflow:hidden;}
.iab .txts>*{ float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.iab .txts .txt{ width: 45%; padding-right: 40px;}
.iab .txts .txt .tit h3{ font-size: 4.8em; color: #333; line-height: 52px; margin-bottom: 30px;}
.iab .txts .txt .tit h3 span img{ margin: 0 5px -5px 0;}
.iab .txts .txt .tit h4{ font-size: 2.4em; color: #333; font-weight: bold; line-height: 28px;}
.iab .txts .txt .tit h5{ font-size: 1.8em; color: #333; line-height: 24px; margin-bottom: 20px;}
.iab .txts .txt .tit p{ font-size: 1.4em; color: #333; line-height: 24px; text-align: justify;}
.iab .txts .txt .dots{ overflow: hidden; margin-top: 50px;}
.iab .txts .txt .dots .dot span{ background:url(../images/num.png) left center no-repeat; font-family: "本墨绪圆";font-size: 48px;color: #fff;background-size: 100% 100%; line-height: 70px; padding: 4px 6px 0 6px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.iab .txts .txt .dots .dot{ float:left; width: 50%; margin-bottom: 20px;}
.iab .txts .txt .dots .dot h3,.iab .txts .txt .dots .dot p{ font-size: 1.4em; color: #333; line-height: 24px;}
.iab .txts .img{ width: 55%;}
.iab .txts .img img{ max-width: 100%;}
/*ip*/
#m1 .btn{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
#m1 .btn{ display: inline-block; background-image:linear-gradient(135deg,#23577d 0%,#23577d 50%,#458dcb 50%,#458dcb 100%); font-size: 1.6em; color: #fff; padding: 10px 50px; box-shadow: 0 0 7px rgba(11,91,149,0.61); background-size: 100% 100%; background-position: left center; }
#m1 .btn:hover{background-size: 250% 100%; }

.ip{ width:100%; background:url(../images/ip-bg.jpg) top center no-repeat; background-size: cover !important; padding: 90px 0 160px 0;}
.ip .tit{ margin-bottom: 100px;}
.ip .tit h4{ font-size: 3em; font-weight: bold; color: #fff; margin-top: 10px; text-transform: uppercase; }
.ip .boxs .box,.ip .boxs .box *{transition:ease 1s all;-moz-transition: ease 1s all; -webkit-transition:ease 1s all; -o-transition: ease 1s all;}
.ip .boxs{ overflow: hidden; }
.ip .boxs .box{ color: #fff; float:left; width: 25%; text-align: center; padding: 20px 0;}
.ip .boxs .box .btn{ box-shadow: 0 0 7px rgba(0,0,0,0.61);}
.ip .boxs .box h3{ font-size: 2em; line-height: 24px;font-weight: lighter; color: #fff; text-transform: uppercase; padding-bottom: 70px;}
.ip .boxs .box img{ max-width: 100%;}
.ip .boxs .box .txt{ padding-top: 80px;}
.ip .boxs:hover .box{ opacity: 0.4;}
.ip .boxs .box:hover{ opacity: 1;}
.ip .boxs .box:hover img{ transform: scale(1.1);}
.ip .boxs .box:hover .btn{ background-size: 250% 100%; }
/*idots*/
.idots .dots .dot img,.idots .dot2 .img img{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.idots{ padding: 30px 0;}
.idots .dots{ width: calc(100% +  50px); margin-left: -25px; overflow: hidden;}
.idots .dots .dot{ float:left; width: calc(50% - 50px); margin: 20px 25px; position: relative;  }
.idots .dots .dot .img{overflow: hidden;}
.idots .dots .dot .img img{ width: 100%;}
.idots .dots .dot .txt{ position: absolute; bottom: 20px; left: 40px; background: rgba(35,87,125,0.9);  overflow: hidden; padding: 40px 30px; width: calc(100% - 80px); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.idots .dots .dot .txt>*{ float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.idots .dots .dot .txt .d{ width: 80px;}
.idots .dots .dot .txt .d img{ max-width: 100%; padding-top: 10px;}
.idots .dots .dot .txt .t{ max-width:calc(100% - 80px);}
.idots .dots .dot .txt .t span{ width: 175px; height: 1px; background: #fff;  display: inline-block; margin: 10px 0 20px 0;}
.idots .dots .dot .txt .t p { font-size: 2.4em; font-weight: bold; color: #fff; text-transform: uppercase;}
.idots .dot2{ overflow:hidden; margin: 20px 0; position: relative;}
.idots .dot2 img{ width: 100%;}
.idots .dot2 .txt{ position: absolute; top:0; left: 0; width: 100%; padding: 14% 0; text-align: center; }
.idots .dot2 .txt span{ width: 500px;  display: inline-block; height: 1px; background: #fff; margin: 12px 0;}
.idots .dot2 .txt p{ color: #fff;  font-weight: bold; font-size: 2em;text-transform: uppercase;}
.idots .dots .dot:hover .img img,.idots .dot2:hover .img img{ transform: scale(1.1);}
/*inews*/
.inews .boxs .box:after,.inews .boxs .box:before,.inews .boxs .box,.inews .boxs .box .txt ,.inews .boxs .box .txt *{transition:ease 0.5s all;-moz-transition: ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;}
.inews{background: #f3f3f3; padding: 70px 0 60px 0;}
.inews .boxs{ padding: 30px 0 0px 0; overflow: hidden; width: calc(100% + 30px); margin: 0 0 0 -15px;}
.inews .boxs .box{ position: relative; float:left; width: calc(33.33% - 30px); margin: 0 15px;}
.inews .boxs .box:after{ position: absolute; content: ""; top:-40px; right: 20px; width: 40px; height: 60px; background-image:linear-gradient(-90deg,#23577d 0%,#23577d 50%,#458dcb 50%,#458dcb 100%); opacity: 0;}
.inews .boxs .box:before{ position: absolute; content: ""; top:100%; left: 0; width: 100%; height: 0px; background-image:linear-gradient(-90deg,#23577d 0%,#23577d 50%,#458dcb 50%,#458dcb 100%);}

.inews .tit h4{ font-weight: bold; font-size: 3em; color: #333; margin-top: 10px; text-transform: uppercase;}
.inews .boxs .box .img img{ width: 100%;}
.inews .boxs .box .txt{ padding: 30px 15px; background: #fff;}
.inews .boxs .box .txt h3{font-weight: lighter; font-size:2em; line-height: 24px; height: 24px; margin-bottom: 15px; color: #333; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1; }
.inews .boxs .box .txt h4{font-weight: lighter; font-size: 1.4em; color: #888888; line-height: 24px; height: 48px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2; }
.inews .boxs .box .txt span{font-weight: lighter; font-size: 1.4em; color: #888; line-height: 24px; margin-top: 20px; display: inline-block;}
.inews .boxs .box:hover:after{ opacity: 1; top:-25px;}
.inews .boxs .box:hover{ box-shadow: 0 0 15px rgba(0,0,0,0.15);}
.inews .boxs .box:hover .txt{ background: #23577d;}
.inews .boxs .box:hover .txt *{ color: #fff; }


/*tits*/
.tits{ text-align: center;}
.tits h3{ font-size: 2.4em; color: #000; font-weight: bold; margin-bottom:10px;}
.tits h4{ text-transform: uppercase; font-size: 2.4em; color: #c6c6c6; font-weight: bold;}

/*banners*/
.banners{ height: 640px; background-size: cover !important;}
.about{ background: url(../images/banner/about-banner.jpg) center center no-repeat;}
.contact{ background: url(../images/banner/contact-banner.jpg) center center no-repeat;}
.vision{ background: url(../images/banner/vision-banner.jpg) center center no-repeat;}
.product{ background: url(../images/banner/product-banner.jpg) center center no-repeat;}
.workshop{ background: url(../images/banner/workshop-banner.jpg) center center no-repeat;}


/*contact*/
.contact-t .dot,.contact-t .boxs .box,.contact-t .boxs .box a,.contact-t .boxs .box.box4 a img{transition:ease .5s all; -moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.contact-t{ padding: 80px 0 120px 0; background: url(../images/contact/con-bg.jpg) center center no-repeat; background-size: cover !important;}
.contact-t .tit{ overflow:hidden;}
.contact-t .tit .tits{ float:left; text-align: left;}
.contact-t .tit .more{ float:right; text-align: right;}
.contact-t .tit .more h3{ font-size: 1.8em; color: #333; line-height: 24px; margin: 15px 0; font-weight: bold; }
.contact-t .tit .more h4{ font-weight: bold; color: #c02825; font-size: 3em; font-family: "本墨绪圆";}
.contact-t .boxs{ margin-top: 45px; display: table; width: 100%;}
.contact-t .boxs .box{ display: table-cell; width: 25%; padding: 40px 2%;}
.contact-t .boxs .box.box1{ background: url(../images/contact/c-box1.jpg) center center no-repeat; background-size: cover !important;}
.contact-t .boxs .box.box2{ background: url(../images/contact/c-box2.jpg) right bottom no-repeat #fff; background-size: contain !important;}
.contact-t .boxs .box.box3{ background: #f9f9f9;}
.contact-t .boxs .box.box4{ background: url(../images/contact/c-box4.jpg) right bottom no-repeat #fff; background-size: contain !important;}
.contact-t .boxs .box h3{ font-size: 1.8em; color: #333; font-weight: bold; line-height: 24px; margin-bottom: 15px;}
.contact-t .boxs .box p{ font-size: 1.4em; color: #555; line-height: 24px;}
.contact-t .boxs .box.box1 h3,.contact-t .boxs .box.box1 p{ color: #fff;}
.contact-t .boxs .box.box1 p a{ font-size: 1em; color: #fff;}
.contact-t .boxs .box.box1 p a:hover{ text-decoration: underline;}
.contact-t .boxs .box.box2 a{ padding: 10px 30px; background: #0c5da3; margin-top: 30px; font-size: 1.4em; color: #fff; display: inline-block;}
.contact-t .boxs .box.box3 a{ padding: 10px 30px; background: #eaa631; margin-top: 55px; font-size: 1.4em; color: #fff; display: inline-block;}
.contact-t .boxs .box.box4 a{ margin-top: 25px; display: inline-block;}
.contact-t .boxs .box.box2 a:hover,.contact-t .boxs .box.box3 a:hover{ background: #000;}
.contact-t .c1 .boxs .fd .form .dot{ width: calc(100% + 30px); margin-left: -15px;}
.contact-t .c1 .boxs .fd .form .dot .fc-input{ float:left; width: calc(50% - 30px); margin: 0 15px;}
.contact-t .boxs .box:nth-child(2n){ border-bottom: 7px solid #e1e1e1;}
.contact-t .boxs .box:nth-child(2n-1){ border-bottom: 7px solid #e8e8e8;}
.contact-t .boxs .box:hover{ border-bottom: 7px solid #0c5da3;}
.contact-t .boxs .box.box4 a:hover img{ transform: scale(0.9);}
/*feedback*/
/*lead*/
.lead{ border-bottom: 1px solid #e1dede; padding: 20px 0;}
.lead .warp2>*{ font-size: 1.4em; color: #000;}
.lead .warp2 span{  padding: 0 12px;}
.lead .warp2 a:hover{ text-decoration: underline; }

.feedback{ background: url(../images/contact/con-bg.jpg) center center no-repeat; background-size: cover !important;}
.feedback .btn .fc-btn{transition:ease .5s all; -moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.feedback input,.feedback textarea{ font-size: 1.6em; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  line-height:24px; color:#000;  border: 1px solid #ddd; padding: 12px 20px;}
.feedback{ padding: 0;}
.feedback .ff{ padding: 55px 0 70px 0;}
.feedback .ff form{ margin-top: 50px;}
.feedback .ff .dot{ width: calc(100% + 30px); margin-left: -15px; overflow: hidden;}
.feedback .ff .dot input{ width: calc(33.33% - 30px); margin:0 15px 30px 15px; float:left; }
.feedback .ff textarea{ width:100%; margin:0px 0 40px 0; font-family: "Arial","Microsoft Yahei";}
.feedback .fc-input::-webkit-input-placeholder,.feedbacktextarea::-webkit-input-placeholder { color:#666;}
.feedback .fc-input:-moz-placeholder,.feedbacktextarea:-moz-placeholder { color:#666;}
.feedback .fc-input::-moz-placeholder,.feedbacktextarea::-moz-placeholder { color:#666;}
.feedback .fc-input:-ms-input-placeholder,.feedbacktextarea:-ms-input-placeholder { color:#666;}
.feedback .btn{ text-align:center;}
.feedback .btn .fc-btn{ border:none; padding:12px 70px; border-radius: 5px;  font-size:1.6em; color:#fff; line-height:24px; cursor:pointer; background: #0052b6;}
.feedback .btn .fc-btn:hover{ background: #000;}
/*hr*/
.hr{ padding: 60px 0 80px 0;}
.hr .dots{ margin-top: 45px;}
.hr .dots .dot{ padding: 0 3%; border: 2px solid #ddd; margin: 15px auto; max-width: 1200px; border-top:10px solid #0c5da3; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.hr .dots .dot .i{ overflow:hidden; padding: 25px 0 14px 0;}
.hr .dots .dot .i h3{ font-size: 1.8em; color: #0c5da3; float:left;}
.hr .dots .dot .i p{ float:right; font-size: 1.4em; color: #666; line-height: 24px;}
.hr .dots .dot .d{ margin-bottom: 10px;}
.hr .dots .dot .d p{ display: inline-block; font-size: 1.4em; color: #333; line-height: 24px; margin:0 36px 5px 0;}
.hr .dots .dot .t{ margin-bottom: 25px;}
.hr .dots .dot .t p{font-size: 1.4em; color: #333; line-height: 24px;}
.hr .dots .dot .hc{ padding: 10px 0;  border-top:1px solid #ccc; text-align: center; }
.hr .dots .dot .hc span{ display: inline-block; margin: 4px 8px; font-size: 1.4em; color: #666; line-height: 30px;}

/*news*/
.news-t .n-list a{transition:ease .5s all; -moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.news-t{ padding: 50px 0;}
.news-t .n-list{ text-align: center; padding: 40px 0 20px 0;}
.news-t .n-list a{ font-size: 1.6em; color: #333; line-height: 24px; margin: 0 10px; background: #f5f5f5; border-radius: 40px; display: inline-block; padding: 6px 25px;}
.news-t .n-list a:hover,.news-t .n-list a.lock{ color: #fff; background: #0c5da3;}
.news-t .dots{ overflow:hidden; width: calc(100% + 24px); margin-left: -12px;}
.news-t .dots .dot{ width: calc(33.33% - 24px); margin: 35px 12px; float:left; }
.news-t .dots .dot .img{ overflow:hidden; }
.news-t .dots .dot .img img{ width: 100%;}
.news-t .dots .dot .txt{ border-bottom: 1px solid #d6d6d6; padding: 25px 0 20px 0;}
.news-t .dots .dot .txt h3{ font-size: 2em; color: #333; line-height: 24px; height: 24px; margin-bottom: 16px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.news-t .dots .dot .txt p{ font-size: 1.4em; color: #333; line-height: 24px; height: 48px; margin-bottom: 16px; display:-webkit-box;-webkit-box-orient:vertical; overflow:hidden; -webkit-line-clamp:2;}
.news-t .dots .dot .txt span{ font-size: 1.4em; color: #333; line-height: 24px;}

/*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;}

/*vision*/
.vision-t .v3 .dots .dot .d,.vision-t .v3 .dots .dot img{transition:ease .5s all; -moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.vision-t .v1 .vt1{ overflow: hidden; background: #f6f6f6; padding: 65px 0 80px 0;}
.vision-t .v1 .vt1 p{ font-size: 1.4em; color: #333; line-height: 24px;}
.vision-t .v1 .vt2{ padding: 70px 0; overflow: hidden;}
.vision-t .v1 .vt2 .tit{ float:left; width: 24%;}
.vision-t .v1 .vt2 .tit h3{ font-size: 2.4em; color: #0c5da3; font-weight: bold; margin-bottom: 20px;}
.vision-t .v1 .vt2 .tit p{ font-size: 1.8em; color: #333; line-height: 32px;}
.vision-t .v1 .vt2 .dots{ float:left; width: 76%;}
.vision-t .v1 .vt2 .dots .dot{ width:100%; margin: 20px 0px; overflow: hidden; }
.vision-t .v1 .vt2 .dots .dot>*{ float:left; }
.vision-t .v1 .vt2 .dots .dot .t{ width: 60px; position: relative; text-align: center; }
.vision-t .v1 .vt2 .dots .dot .t:after{ position: absolute;  right: 0; top:0; content: ""; background: #ccc; width: 1px; height: 56px;}
.vision-t .v1 .vt2 .dots .dot .t h3{ font-size: 1.8em; color: #0c5da3; }
.vision-t .v1 .vt2 .dots .dot .d{ width: calc(100% - 60px); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 26px;}
.vision-t .v1 .vt2 .dots .dot .d h3{ font-size: 1.8em; color: #333; font-weight: bold;  margin-bottom: 16px;}
.vision-t .v1 .vt2 .dots .dot .d p{ font-size: 1.4em; color: #555; line-height: 24px; }
.vision-t .v2{ overflow: hidden; }
.vision-t .v2 .boxs{ width: 100%; display: table; }
.vision-t .v2 .box{ display: table-cell; width: 50%; vertical-align: middle;}
.vision-t .v2 .box.box2 img,.vision-t .v2 .box.box3 img{ width: 100%;}
.vision-t .v2 .box.box1{ background: url(../images/vision/v2-1.jpg) center center no-repeat; background-size: cover !important;}
.vision-t .v2 .box.box4{ background: url(../images/vision/v2-4.jpg) center center no-repeat; background-size: cover !important;}
.vision-t .v2 .box .txt{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.vision-t .v2 .box .txt .tit{ overflow: hidden; display: table; margin-bottom: 30px;}
.vision-t .v2 .box .txt .tit>*{  display: table-cell; vertical-align: middle;}
.vision-t .v2 .box .txt .tit h3{ font-size: 1.6em; color: #fff; line-height: 24px; padding-left: 20px;}
.vision-t .v2 .box .txt .t h3{ font-size: 2.4em; color: #fff; font-weight: bold; max-width: 96%;}
.vision-t .v2 .box .txt .t .td{ margin: 14px 0;}
.vision-t .v2 .box .txt .t p{ font-size: 1.6em; color: #fff; line-height: 24px; max-width: 96%;}
.vision-t .v2 .box .txt .timer p{ float:right; display:inline-block; width: 210px; max-width: 40%; border-bottom: 1px solid #fff; font-size: 1.4em; color: #fff; padding: 40px 0  10px 0;}
.vision-t .v2 .box.box1 .txt{ float:right; max-width:100%; width: 700px; padding-left: 5%;}
.vision-t .v2 .box.box4 .txt{ max-width:100%; width: 700px;}
.vision-t .v2 .box.box4 .txt .tit{ padding-left: 10%;}
.vision-t .v2 .box.box4 .txt .t{padding-left: 10%;}
.vision-t .v2 .box.box4 .timer p{ float:left; text-align:right; }
.vision-t .v3{ padding: 80px 0 120px 0; background: #f6f6f6;}
.vision-t .v3 .tits{ margin-bottom: 50px;text-align: left; }
.vision-t .v3 .tits h3{ color: #0c5da3;}
.vision-t .v3 .dots{  overflow: hidden; }
.vision-t .v3 .dots .dot{ background: #fff;  width:100%; margin: 12px 0px; float:left; display: table; border-radius: 20px; overflow: hidden; }
.vision-t .v3 .dots .dot>*{ display: table-cell; vertical-align: middle;}
.vision-t .v3 .dots .dot .d{ background: #d9d9d9; width: 100px; text-align: center; }
.vision-t .v3 .dots .dot .t{ padding: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.vision-t .v3 .dots .dot .t h3{ font-size: 1.8em; color: #333; font-weight: bold;  margin-bottom: 12px;}
.vision-t .v3 .dots .dot .t p{ font-size: 1.4em; color: #555; line-height: 24px;}
.vision-t .v3 .dots .dot:hover .d{ background: #eee;}
.vision-t .v3 .dots .dot:hover img{ transform: rotateY(360deg);}

/*workshop-m*/
#m6 .lead{ background: #f0f0f0;}
.workshop-m{ padding: 60px 0 100px 0; background: #f0f0f0;}
.workshop-m .tits{ margin-bottom: 40px;}
.workshop-m .tits h3{ color: #0c5da3;}
.workshop-m .dots{ overflow: hidden; width: calc(100% + 30px); margin:0 0 0 -15px;}
.workshop-m .dots .dot{ width: calc(50% - 30px); margin: 15px; float:left; }
.workshop-m .dots .dot img{ width: 100%;}
.workshop-m .dots .dot .txt{ background: #0c273f; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 45px 50px; height: 360px;}
.workshop-m .dots .dot .txt h3{ font-size: 2.4em; font-weight: bold; color: #fff; margin-bottom: 12px;}
.workshop-m .dots .dot .txt p{ font-size: 1.4em; color: #fff; line-height: 24px; text-align: justify;}
.workshop-m .dot2{ display: table; width: 100%; margin: 15px 0;}
.workshop-m .dot2>*{ display: table-cell; vertical-align: top;}
.workshop-m .dot2 .img{ width: 60%;}
.workshop-m .dot2 .img img{ width: 100%;}
.workshop-m .dot2 .txt{ padding: 2%; width: 40%; background: #0c273f; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.workshop-m .dot2 .txt h3{ font-size: 2.4em; color: #fff; font-weight: bold;  margin-bottom: 30px;}
.workshop-m .dot2 .txt p{ font-size: 1.4em; color: #fff; line-height: 24px;  text-align: justify;}

/*technology*/
.technology-t .t2 .t2-4 .dots .txt .t,.technology-t .t2 .t2-4 .dots .txt .t h3,.technology-t .t2 .t2-4 .dots .txt .t p{transition:ease .5s all; -moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.technology-t{ background: #f0f0f0;}
.technology-t .tits h3{ color: #0c5da3;}
.technology-t .t1{ padding: 60px 0;}
.technology-t .t1 .tits{ margin-bottom: 30px;}
.technology-t .t1 .boxs{ overflow:hidden; width: calc(100% + 24px); margin: 0 0 0 -12px;}
.technology-t .t1 .boxs .box1{ padding: 10% 5%; width: calc(66.66% - 24px); margin: 12px; float:left; height: 480px; background: url(../images/technology/tec1.jpg) center center no-repeat; background-size:cover !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.technology-t .t1 .boxs .box1 h3{ font-size: 3.6em; font-weight: bold;  color: #fff; margin-bottom: 20px;}
.technology-t .t1 .boxs .box1 p{ font-size: 2.4em; color: #fff; line-height: 36px;}
.technology-t .t1 .boxs .box{ float:left;  width: calc(33.33% - 24px); margin: 12px;}
.technology-t .t1 .boxs .box img{ width: 100%;}
.technology-t .t1 .boxs .box .txt{ background: #fff; height: 200px; padding: 30px 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.technology-t .t1 .boxs .box .txt h3{ font-size: 2.4em; color: #0c5da3; font-weight: bold; margin-bottom: 10px;}
.technology-t .t1 .boxs .box .txt p{ font-size: 1.4em; color: #000; line-height: 24px;}
.technology-t .t2{ padding: 50px 0 70px 0;}
.technology-t .t2 .t2-1 .dots{ overflow: hidden; margin-top: 50px;}
.technology-t .t2 .t2-1 .dots>*{ float:left;}
.technology-t .t2 .t2-1 .dots .txt{ width: calc(100% - 580px); margin-right: 20px;}
.technology-t .t2 .t2-1 .dots .txt .dot{ display: table; width: 100%; margin-bottom: 20px; background: #fff;}
.technology-t .t2 .t2-1 .dots .txt .dot>*{ display: table-cell; vertical-align: middle;}
.technology-t .t2 .t2-1 .dots .txt .dot .t{ width: 120px; color: #fff; text-align: center;}
.technology-t .t2 .t2-1 .dots .txt .dot .t h3,.technology-t .t2 .t2-1 .dots .txt .dot .t h4{ padding: 16px 12px; font-size: 1.8em; font-weight: bold;}
.technology-t .t2 .t2-1 .dots .txt .dot .t h3{ background: #0c5da3; }
.technology-t .t2 .t2-1 .dots .txt .dot .t h4{ background: #458dcb; }
.technology-t .t2 .t2-1 .dots .txt .dot .ti{ padding: 20px 40px;}
.technology-t .t2 .t2-1 .dots .txt .dot .ti p{ font-size: 1.6em; color: #000; line-height: 24px;}
.technology-t .t2 .t2-1 .dots .img{ position: relative; width: 560px;}
.technology-t .t2 .t2-1 .dots .img h3{ position: absolute; top:40px; left: 35px; font-weight: bold; font-size: 2.4em; color: #fff; line-height: 32px;}
.technology-t .t2 .t2-1 .dots .img img{ max-width: 100%;}
.technology-t .t2 .t2-2{ padding: 60px 0;}
.technology-t .t2 .t2-2>h3{ font-size: 2.4em; color: #0c5da3; font-weight: bold; margin-bottom: 25px;}
.technology-t .t2 .t2-2 .boxs{ overflow: hidden;}
.technology-t .t2 .t2-2 .boxs .box1{ background: #fff; float:left; width: calc(56% - 20px); margin-right: 20px;}
.technology-t .t2 .t2-2 .boxs .box1>h3{ background: #336699; font-size: 2em; color: #fff;font-weight: bold; padding: 22px 30px;}
.technology-t .t2 .t2-2 .boxs .box1 .bo{ overflow:hidden; }
.technology-t .t2 .t2-2 .boxs .box1 .bo .bi{ padding:0 5%; float:left; width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.technology-t .t2 .t2-2 .boxs .box1 .bo .bi:first-child{ border-right: 1px solid #f0f0f0;}
.technology-t .t2 .t2-2 .boxs .box1 .bo .bi .b{ margin: 40px 0;}
.technology-t .t2 .t2-2 .boxs .box1 .bo .bi .b h3{ font-size: 1.8em; color: #333; line-height: 24px; font-weight: bold; margin-bottom: 10px;}
.technology-t .t2 .t2-2 .boxs .box1 .bo .bi .b p{ font-size: 1.6em; color: #555; line-height: 24px; text-indent: 1.5em;}
.technology-t .t2 .t2-2 .boxs .box2{ width: calc(44%); float:left;}
.technology-t .t2 .t2-2 .boxs .box2 .box{ padding: 40px 30px; background: #fff; margin-bottom: 12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.technology-t .t2 .t2-2 .boxs .box2 .box h3{ font-size: 2em; color: #0c5da3; font-weight: bold; margin-bottom: 25px;}
.technology-t .t2 .t2-2 .boxs .box2 .box p{ font-size: 1.6em; color: #555; line-height: 28px;}
.technology-t .t2 .t2-3>h3{ font-size: 2.4em; color: #0c5da3; font-weight: bold; margin-bottom: 40px;}
.technology-t .t2 .t2-3 .img img{ width:100%;}
.technology-t .t2 .t2-4>h3{font-size: 2.4em; color: #0c5da3; font-weight: bold; margin-bottom: 50px;}
.technology-t .t2 .t2-4{ padding: 100px 0 0px 0;}
.technology-t .t2 .t2-4 .dots{ display:table; width: 100%;}
.technology-t .t2 .t2-4 .dots>*{ display: table-cell; vertical-align: middle;}
.technology-t .t2 .t2-4 .dots .img img{  width: 100%;}
.technology-t .t2 .t2-4 .dots .img{ width: 56%;}
.technology-t .t2 .t2-4 .dots .txt{ width: 44%;}
.technology-t .t2 .t2-4 .dots .txt .t{ cursor: pointer; border-left: 10px solid #0d6fb8; background: #fff; padding: 5% 4%;}
.technology-t .t2 .t2-4 .dots .txt .t h3{ font-size: 1.8em; color: #333; line-height: 24px; font-weight: bold; margin-bottom: 10px;}
.technology-t .t2 .t2-4 .dots .txt .t p{ font-size: 1.6em; color: #333; line-height: 24px; text-indent: 3em;}
.technology-t .t2 .t2-4 .dots .txt .t:hover{ background: #0d6fb8;}
.technology-t .t2 .t2-4 .dots .txt .t:hover h3,.technology-t .t2 .t2-4 .dots .txt .t:hover p{ color: #fff;}

/*product*/
.product-t .p-list a,.product-t .boxs .box .img img,.product-t .boxs .box .txt span,.product-t .boxs .box .img:after{ transition:ease .5s all; -moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
#m4 .product-t{ background: #f9f9f9;}
.product-t{ background: #f9f9f9;}
.product-t .p-list{ text-align: center; padding: 60px 0;}
.product-t .p-list a{ padding: 12px 5%; font-size: 1.6em; background: #fff; color: #888; line-height: 24px; border-radius: 5px; display: inline-block; margin: 5px 10px; box-shadow: 5px 5px 2px #d8d8d8;}
.product-t .p-list a:hover,.product-t .p-list .lock{ color: #fff; background: #0c5da3;}
.product-t .boxs{ overflow:hidden; padding-bottom: 70px;}
.product-t .boxs .box{ text-align: center; float:left; width: calc(33.33% - 20px); margin: 10px; background: #fff;}
.product-t .boxs .box .img{ padding:8% 4%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position:relative; }
.product-t .boxs .box .img:after{ position: absolute; bottom: 20px; left: 0; right: 0; margin: 0 auto; content: ""; background:#e8e8e8; border-radius: 50%; text-shadow: 0 0 5px #e8e8e8; width: 40%; height: 20px; -webkit-filter: blur(2px);  -moz-filter: blur(2px); -ms-filter: blur(2px); -o-filter: blur(2px); filter: blur(2px);}
.product-t .boxs .box .img img{ max-width: 100%;}
.product-t .boxs .box .txt{ padding: 40px 20px;}
.product-t .boxs .box .txt h3{ font-size: 1.6em; color: #333; font-weight: bold; line-height: 24px;}
.product-t .boxs .box .txt h4{ font-size: 1.6em; color: #333; line-height: 24px;}
.product-t .boxs .box .txt span{ font-size: 1.4em; color: #555; padding: 8px 40px; border: 1px solid #e5e5e5; border-radius: 40px; margin-top: 30px; display: inline-block; }
.product-t .boxs .box:hover .img img{ transform: translateY(-25px);}
.product-t .boxs .box:hover .img:after{ width: 60%;}
.product-t .boxs .box:hover .txt span{ border: 1px solid #458dcb; background: #458dcb; color: #fff;}
.product-t .fy{ padding-top: 50px;}
/*productshow*/
.productshow .pshow .txts .btn a{ transition:ease .5s all; -moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.productshow .lead{ padding-top: 120px;}
.productshow .pshow{ overflow:hidden; padding: 50px 0 80px 0;}
.productshow .pshow .imgs{ width: 50%; float:left; position: relative; }
.productshow .pshow .txts{ max-width: 560px; padding-left: 4%; width: 46%; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.productshow .pshow .imgs1 .img,.productshow .pshow .imgs2 .img{ position: relative; display: none; border: 1px solid #e5e5e5; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 20px 20px 20% 20px;}
.productshow .pshow .imgs1 .img:after,.productshow .pshow .imgs2 .img:after{ position: absolute; bottom: 6%; left: 0; right: 0; margin: 0 auto; content: ""; background:#e8e8e8; border-radius: 50%; text-shadow: 0 0 5px #e8e8e8; width: 50%; height: 5%; -webkit-filter: blur(6px);  -moz-filter: blur(6px); -ms-filter: blur(6px); -o-filter: blur(6px); filter: blur(6px);}
.productshow .pshow .pi-top .hover{ background: #eee;}
.productshow .pshow .pi-top .sud{ overflow: hidden; }
.productshow .pshow .pi-top .sud a.po{ float:left; width: 25%; padding: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.productshow .pshow .pi-top img{ max-width: 100%;}
.productshow .pshow .pi-top:hover{  position: relative;}
.productshow .pshow .imgs1{ background: #fff; position: relative;}
.productshow .pshow .pi-top .sud a.co{ margin: 20px 5px 0 5px; float:left; display: inline-block; width: 20px; height: 20px; border: 1px solid #eee; border-radius: 50%; }
.productshow .pshow .txts .tit h3{ font-size: 2.4em; font-weight: bold; color: #333;}
.productshow .pshow .txts .tit h4{ font-size: 1.6em; color: #b4b4b4; line-height: 24px; margin: 10px 0 16px 0;}
.productshow .pshow .txts .sd{ border-top: 1px solid #d1d2d3; border-bottom: 1px solid #d1d2d3; padding: 20px 0;}
.productshow .pshow .txts .sd table tr td{ overflow:hidden; padding: 15px 0;}
.productshow .pshow .txts .sd table tr td:first-child{ width: 40%; font-size: 1.6em; color: #000; line-height: 24px; font-weight: bold; padding-right: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.productshow .pshow .txts .sd table tr td:last-child{ font-size: 1.6em; color: #000; line-height: 24px; width: 60%;}
.productshow .pshow .txts .si{ overflow: hidden;  padding:10px 0 20px 0;}
.productshow .pshow .txts .si span{ float:left; display: inline-block; width: calc(16.66% - 10px); margin: 5px;}
.productshow .pshow .txts .si span img{ max-width: 100%;}
.productshow .pshow .txts .ss h3{ font-size: 1.6em; color: #000; font-weight: bold;  line-height: 24px;}
.productshow .pshow .txts .ss .sa a{ display: inline-block; border-radius: 50%; background: #313131; margin: 10px 10px 0 0;}
.productshow .pshow .txts .ss .sa a img{ padding: 10px;}
.productshow .pshow .txts .ss .sa a:hover{ background: #666;}
.productshow .pshow .txts .btn{ margin-top: 30px;}
.productshow .pshow .txts .btn a{ border: 1px solid #eee; display:block; margin: 10px 0; font-size: 1.4em; color: #333; line-height: 24px; padding: 8px 16px; }
.productshow .pshow .txts .btn a:hover{ background: #0c5da3; color: #fff;}


/*about*/
#m2 .lead{ background: #f9f9f9;}
.about-t .ab1{ background: #f9f9f9; padding: 90px 0 120px 0;}
.about-t .ab1 .txts{ overflow:hidden;}
.about-t .ab1 .txts>*{ float:left; width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.about-t .ab1 .txts .tit h3{ font-size: 3em; font-weight: bold; color: #004098;}
.about-t .ab1 .txts .tit h4{ font-size: 2.4em; color: #888; text-transform: uppercase; line-height: 32px;}
.about-t .ab1 .txts .tit span{ display: inline-block;  width: 200px; height: 1px; background: #888; margin: 20px 0 30px 0;}
.about-t .ab1 .txts .t p{ font-size: 1.4em; color: #000; line-height: 24px; margin-bottom: 26px; text-align: justify;}
.about-t .ab1 .txts .tt{ margin-top: 45px;}
.about-t .ab1 .txts .tt h3{ font-size: 1.8em; color: #333; line-height: 24px; font-weight: bold; }
.about-t .ab1 .txts .tt h4{ font-size: 1.4em; color: #333; line-height: 24px;}
.about-t .ab1 .txts .img{ padding-left: 4%;}
.about-t .ab1 .txts .img img{ max-width: 100%;}
.about-t .ab1 .txts .img .dots{ overflow: hidden; margin-top: 50px;}
.about-t .ab1 .txts .img .dots .dot span{ background:url(../images/num.png) left center no-repeat; font-family: "本墨绪圆";font-size: 48px;color: #fff;background-size: 100% 100%; line-height: 70px; padding: 4px 6px 0 6px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.about-t .ab1 .txts .img .dots .dot{ width: 42%; float:left; margin:0 4% 20px 4%;}
.about-t .ab1 .txts .img .dots .dot h3,.about-t .ab1 .txts .img .dots .dot p{ font-size: 1.4em; color: #333; line-height: 24px;}
.about-t .ab2 img{ max-width: 100%;}
.about-t .ab3{ background:url(../images/about/ab3-bg.jpg) center center no-repeat; padding: 90px 0 140px 0; overflow: hidden; background-size: cover !important;}
.about-t .ab3 .tit h3{ font-size: 3em; font-weight: bold; color: #fff; margin-bottom: 55px;}
.about-t .ab3 .tit h4{ font-size: 2.4em; color: rgba(255,255,255,0.5); text-transform: uppercase;}
.about-t .ab3 .tit{ position: relative; float:left; width: 30%; padding-left: calc(30% - 280px); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.about-t .ab3 .tit .swiper-button-prev,.about-t .ab3 .tit .swiper-button-next{ background-size: 58px 58px; width: 58px; height: 58px;}
.about-t .ab3 .tit .swiper-button-prev{ top:360px; left: 50%; background-image: url(../images/about/ab3-p.png);}
.about-t .ab3 .tit .swiper-button-next{ top:440px; left: 50%; right: auto; background-image: url(../images/about/ab3-n.png);}
.about-t .ab3 .ab3-slider{ float:left; width: 70%; padding: 80px 40px 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.about-t .ab3 .ab3-slider .img img{ max-width: 100%;}
.about-t .ab3 .ab3-slider .swiper-slide{ border-radius: 20px; overflow: hidden;}
.about-t .ab3 .ab3-slider .swiper-slide .txt{ background: #fff; padding: 15px 30px;}
.about-t .ab3 .ab3-slider .swiper-slide .txt h3{ font-size: 2.4em; color: #083f6f; font-weight: bold; font-style: italic; margin-bottom: 15px;}
.about-t .ab3 .ab3-slider .swiper-slide .txt p{ font-size: 1.6em; color: #333; line-height: 24px;}
.about-t .ab4{ padding: 110px 0 90px 0; overflow: hidden; background: url(../images/about/ab4-bg.jpg) center center no-repeat; background-size: cover !important;}
.about-t .ab4 .tit{ float:left; width:280px;}
.about-t .ab4 .tit h3{ font-size: 3em; color: #0c5da3; font-weight: bold; line-height: 36px; margin: 10px 0;}
.about-t .ab4 .tit h4{ font-size: 3em; font-weight: bold; text-transform: uppercase; color: #c6c6c6;}
.about-t .ab4 .ab4-slider{ float:left; width: calc(100% - 280px);}
.about-t .ab4 .ab4-slider img{ width: 100%;}
.about-t .ab5{ height: 750px; background:url(../images/about/video.jpg) center center no-repeat; background-size: cover !important;}
.about-t .ab5 .alead{ width: 100%; height: 100%;}
.about-t .com{ padding: 60px; overflow: hidden;}
.about-t .com .img{ float:left; width: calc(12.5% - 20px); margin: 0 10px;}
.about-t .com .img img{ width: 100%;}




