@charset "utf-8";
/* CSS Document */
*{ touch-action: pan-y; } 

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 { overflow-x: hidden; 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:1640px; 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;}


/*parts*/
div.fy {text-align:center;line-height:4rem; padding-top:40px;}
div.fy a { margin:2px 2px;padding:8px 12px;color:#727171;font-size:1.4em; display:inline; background:#fff; box-shadow: 2px 2px 6px rgba(0,0,0,0.2); }
div.fy a:hover{color:#fff; background:#1373b5; box-shadow: 2px 2px 6px rgba(0,0,0,0.2); }
div.fy a:active{ color:#fff; background:#1373b5; box-shadow: 2px 2px 6px rgba(0,0,0,0.2); }
div.fy span.current{ margin:2px 2px;padding:8px 12px; color:#fff;  font-size:1.4em; background:#1373b5; box-shadow: 2px 2px 6px rgba(0,0,0,0.2);  }
div.fy span.disabled{ margin:2px 2px;padding:8px 12px; color:#727171; font-size:1.4em; background: #fff; box-shadow: 2px 2px 6px rgba(0,0,0,0.2); }


/*手机导航*/
.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:#006383; 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:rgba(0,0,0,0.8);  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:2.4em; 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);}



/*header*/
.header,.header .menu a:after,.header .menu .links a{ transition:ease .5s all; -moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.header{ overflow: hidden; width: 100%; }
.header .logo{ padding: 12px 24px; float:left;}
.header .menu{ float:right;}
.header .menu>*{ float:left;}
.header .menu .links{ padding-right: 40px;}
.header .menu .links a{ position: relative;font-size: 1.6em; color: #555;  padding: 30px; display: inline-block;}
.header .menu a:hover,#m1 .m1,#m2 .m2,#m3 .m3,#m4 .m4,#m5 .m5,#m6 .m6{ background: #006383; color: #fff;}
.header .more{ padding: 28px 20px; background: #006383; float:right; cursor: pointer;}
.header .more img{ margin: 0 10px -3px 0; display: inline-block;}
.header .more a{  padding: 0 20px; font-size: 1.6em; color: #fff; display: inline-block;}
.header .more a:first-child{ border-right: 1px solid #fff; }

/*footer*/
.footer a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.footer{ background:#2e2e31; overflow:hidden; }
.footer .fo1{ padding: 60px 0 70px 0; border-bottom: 1px solid #464646; overflow:hidden;}
.footer .fo1>*{  float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.footer .fo1 .fo-logo{ width: 320px;}
.footer .fo1 .t h4{ font-size: 1.4em; color: #fff; line-height: 1.5; margin:40px 0 6px 0;}
.footer .fo1 .t h3{ font-size: 3em; font-weight:bold;  line-height: 1.5; color: #fff;}
.footer .fo1 .t p{ font-size: 1.4em; color: #888; line-height: 1.5;}
.footer .fo1 .fs{ padding-top: 20px;}
.footer .fo1 .fs p{  display: inline-block;}
.footer .fo1 .fs a{ margin-left: 12px; display: inline-block;}
.footer .fo1 .fs a img{ margin-bottom: -7px;}
.footer .fo1 .links{ padding: 0 6%; width: calc(100% - 520px); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.footer .fo1 .links .link{ float:left; width: 20%;}
.footer .fo1 .links .link h3 a{ font-size: 1.8em; color: #fff; font-weight: bold; line-height: 1.5; display: inline-block; margin-bottom: 14px; }
.footer .fo1 .links .link p a{ font-size: 1.6em; color: #888; line-height: 32px; height: 32px;  display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.footer .fo1 .links .link p:hover a{ color: #fff; text-decoration: underline;}
.footer .fo1 .two{ width: 200px; text-align: center; background: #006383; border-radius: 10px; padding: 15px 20px;}
.footer .fo1 .two img{ width: 100%;}
.footer .fo1 .two p{ font-size: 1.8em; color: #fff; margin-top: 20px;}
.footer .fo2{  overflow:hidden; padding:30px 0;}
.footer .fo2 .t1{ float:left;}
.footer .fo2 .t2{ float:right; }
.footer .fo2 p{ font-size:1.4em; color:#888; line-height:2;}
.footer .fo2 p a{ font-size: 1em;  color:#888; }
.footer .fo2 p a:hover{ text-decoration: underline;}
.footer .fo2 p span{ margin-left: 35px;}

.bottomlist{ background:#006383; 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 .txt .td{transition:ease-out 0.8s all;-moz-transition: ease-out 0.8s all; -webkit-transition:ease-out 0.8s all; -o-transition: ease-out 0.8s all;}
.banner .swiper-slide{ overflow: hidden; background-size:cover !important;  }
.banner .swiper-slide.ban1{ background: url(../images/banner1.jpg) center center no-repeat; }
.banner .swiper-slide.ban2{ background: url(../images/banner2.jpg) center center no-repeat; }
.banner .swiper-slide .txt{ display: flex;  height: 100vh; align-items:center; color: #fff; padding: 0 15%;}
.banner .swiper-slide .txt h3{ font-size: 3.4em; color: #fff; line-height: 1.5; display: inline-block; font-weight: 100; background: #006383; padding: 0px 24px; position: relative;}
.banner .swiper-slide .txt h3:after{ position: absolute; top:0; left: 99%; content: ""; width: 180px; height: 100%; background: url(../images/ban-t.png) left center no-repeat; background-size: auto 100%  !important}
.banner .swiper-slide .txt h4{ font-size: 6em; line-height: 1.5; font-weight: 900; font-family: "Microsoft Yahei";}
.banner .swiper-slide .txt p{ font-size: 3em; text-transform: uppercase; max-width: 500px; line-height: 1.2; letter-spacing: 2px;}
.banner .swiper-slide .txt img{ margin-top: 10px;}
/*i-tit*/
.i-tit{ text-align: center;}
.i-tit h3{ font-size: 2.4em; color: #333; line-height: 1.2;}
.i-tit h4{ font-size: 4.8em; color: #000; line-height: 1.5; font-weight: 900; margin-bottom: 5px;}
.i-tit h4 span{ font-size: 1em; color: #006383;}
.i-tit p{ font-size: 1.4em; color: #888; line-height: 1.5;}
/*ip*/
.ip .ip-slider .img img{transition:ease-out 0.8s all;-moz-transition: ease-out 0.8s all; -webkit-transition:ease-out 0.8s all; -o-transition: ease-out 0.8s all;}
.ip{ padding: 100px 0;}
.ip .ip-slider{ padding: 60px 0;}
.ip .ip-slider .tit{ background: #f3f3f3; display: flex; align-items: center;}
.ip .ip-slider .tit .t{ padding: 10px 35px; width: 60%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ip .ip-slider .tit .t h3{ font-size: 2.4em; color: #006383; font-weight: bold;  line-height: 1.5;}
.ip .ip-slider .tit .t p{ font-size: 1.6em; color: #006383; font-weight: bold; letter-spacing: 1px; line-height: 1.2; text-transform: uppercase;}
.ip .ip-slider .tit .i{ width: 40%; text-align: center; background: #006383; padding: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ip .ip-slider .img{ overflow: hidden;}
.ip .ip-slider .img img{ width: 100%;}
.ip .ip-slider .swiper-slide:hover .img img{ transform: scale(1.1);}
.ip .swiper-pagination-progressbar{ width: 720px; margin: 0 auto; left: calc(50% - 360px); top:auto; bottom: 0; background: #e8e8e8;  background: #e8e8e8; border-radius: 30px;  height: 12px; overflow: hidden; }
.ip .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{ background: #006383; border-radius: 20px;}
/*icus*/
.icus .icus-b .icusb,.icus .icus-b .icusb *,.icus .icus-b .icusb .txt .ti:after{transition:ease-out 0.8s all;-moz-transition: ease-out 0.8s all; -webkit-transition:ease-out 0.8s all; -o-transition: ease-out 0.8s all;}
.icus{ padding: 80px 0 120px 0; background: url(../images/icus-bg.jpg) center center no-repeat; background-size:cover !important; background-attachment: fixed !important;}
.icus .i-tit h3,.icus .i-tit h4,.icus .i-tit p{ color: #fff;}
.icus .icus-b{ margin-top: 50px; overflow: hidden;}
.icus .icus-b .icusb{ overflow: hidden;  position: relative; float:left; width: calc(50% - 20px); margin: 0 10px; background: #fff; padding-bottom: 150px;}
.icus .icus-b .icusb .img img{ width: 100%;}
.icus .icus-b .icusb .txt{ position: absolute; bottom:-310px; left: 0; width: 100%; z-index: 2;background: #fff;}
.icus .icus-b .icusb .txt img{ width: 100%;}
.icus .icus-b .icusb .txt .t{ padding: 25px 30px; background: rgba(0,99,131,0.8); color: #fff;}
.icus .icus-b .icusb .txt .t h3{ font-size: 2.4em; line-height: 28px;}
.icus .icus-b .icusb .txt .t h4{ font-size: 1.4em;line-height: 18px;}
.icus .icus-b .icusb .txt .t p{ font-size: 1.4em; line-height: 18px; margin-top: 6px; height: 18px;}
.icus .icus-b .icusb .txt .ti{ height: 340px; position: relative;}
.icus .icus-b .icusb .txt .ti:after{ position: absolute; top:0; left: 30px;   border-left: 55px solid transparent;   border-right: 55px solid transparent; border-top: 30px solid #006383;  content: " "; display: block;  width: 0; height: 0;}
.icus .icus-b .icusb:hover .txt .ti:after{left: calc(100% - 140px);}
.icus .icus-b .icusb:hover .txt{ bottom: 0;}
/*ie*/
.ie{ display: table;}
.ie>*{ display: table-cell; width: 50%; vertical-align: middle;}
.ie .img{ background:url(../images/iel.jpg) center right no-repeat #005780; background-size: contain !important; }
.ie .txt .tit{ padding: 80px 10%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ie .txt .tit .i-tit{ margin-bottom: 30px; text-align: left;}
.ie .txt .tit .t p{ font-size: 1.6em; color: #333; line-height: 2; text-indent: 2em;  padding-top: 30px;}
.ie .txt .ti{ overflow: hidden; padding:30px 10%; background: #e6e6e6;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ie .txt .ti div{ float:left; width:30%; margin-left:-7%;}
.ie .txt .ti div img{ width: 100%;}
.ie .txt .ti div:first-child{ margin-left: 0;}
/*inews*/
.inews .dots .dot .img img{transition:ease-out 0.8s all;-moz-transition: ease-out 0.8s all; -webkit-transition:ease-out 0.8s all; -o-transition: ease-out 0.8s all;}
.inews{ background: #f6f6f6; padding: 120px 0 160px 0;}
.inews .dots{ overflow: hidden; margin-top: 80px;}
.inews .dots .dot{ float:left; width: calc(25% - 30px); margin: 0 15px;}
.inews .dots .dot .txt{ padding: 30px 20px; background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.inews .dots .dot .txt h3{ font-size: 1.4em; color: #888; line-height: 1.5; margin-bottom: 35px;}
.inews .dots .dot .txt h4{ padding-left: 12px; font-size: 1.8em; color: #333; line-height: 24px; height: 48px; border-left: 4px solid #006383; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2;}
.inews .dots .dot .img{ overflow:hidden;}
.inews .dots .dot .img img{ width: 100%;}
.inews .dots .dot:hover .img img{ transform: scale(1.1);}

/*banners*/
.banners{ position: relative; background-size:cover !important;}
.about{ background:url(../images/banners/about-banner.jpg) center center no-repeat;}
.product{ background:url(../images/banners/product-banner.jpg) center center no-repeat;}
.sale{ background:url(../images/banners/sale-banner.jpg) center center no-repeat;}
.customer{ background:url(../images/banners/customer-banner.jpg) center center no-repeat;}
.news{ background:url(../images/banners/news-banner.jpg) center center no-repeat;}
.contact{ background:url(../images/banners/contact-banner.jpg) center center no-repeat;}
.banners>.warp2{ height:500px; display: flex; align-items: center;}
.banners>.warp2 .t{ text-align: right;  position: relative; width: 100%;}
.banners>.warp2 .t:after{ position: absolute; top:0;right:-30px; content: ""; background: #fff; width: 3px; height: 100%; box-shadow: 0 0 5px rgba(0,0,0,0.5);}
.banners>.warp2 .t h3,.banners>.warp2 .t p{ font-size: 2.4em; color: #fff; font-weight: bold; text-transform: uppercase; text-shadow: 0 0 5px rgba(0,0,0,0.5); line-height: 1.5;}

/*lists*/
.lists a .t{transition:ease-out 0.2s all;-moz-transition: ease-out 0.2s all; -webkit-transition:ease-out 0.2s all; -o-transition: ease-out 0.2s all;}
.lists a{ position: relative; float:left;  display: inline-block;}
.lists a>p{ text-align: center; font-size: 1.4em; color: #333; line-height: 1.5; padding: 15px; width: 150px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lists a .t{ transform: scaleY(0); transform-origin : 0 100% 0;  position: absolute; bottom: 0;  background: #006383; width: 100%; padding: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lists a .t span{ display: inline-block; width: 26px; height: 2px; background: #fff;}
.lists a .t h3{ font-size: 1.8em; color: #fff; line-height: 1.5; margin: 20px 0 10px 0;}
.lists a .t p{ font-size: 1.2em; color: #fff; line-height: 1.2; opacity: 0.58;}
.lists a:hover .t,.lists a.lock .t,
.c1 .c1 .t,.c2 .c2 .t,.cu1 .cu1 .t,.cu2 .cu2 .t,
.ab1 .ab1 .t,.ab2 .ab2 .t,.ab4 .ab4 .t,.ab5 .ab5 .t{transform: scaleY(1);}
.lists.p-list a{ width: 16%;}
.lists.p-list a>p{ width: auto;}

/*tits*/
.tits{ text-align: center; overflow: hidden; padding-bottom: 45px; }
.tits>h3{  font-size:11em; color: #fff; opacity: 0.23; text-transform: uppercase; transform: scaleX(0.8);}
.tits>h4{margin-top: -80px; position: relative; z-index: 2; font-weight: 800; font-size: 3em;  color: #006383;  line-height: 1.5; margin-bottom: 60px;}
.tits>span{ display: inline-block; width: 50px; height: 2px; background: #006383; border-left: 84px solid #fff; border-right:84px solid #fff;}


/*about*/
.about-t .ab1 .dots .dot *,.about-t .ab1 .dots .dot,.about-t .ab2 .hmore a{transition:ease-out 0.5s all;-moz-transition: ease-out 0.5s all; -webkit-transition:ease-out 0.5s all; -o-transition: ease-out 0.5s all;}
.about-t{background: #f4f4f4;}
.about-t .ab1{  padding: 80px 0 140px 0;}
.about-t .ab1 .txts{ display: flex; align-items: center;}
.about-t .ab1 .txts .tit{ width: 40%; text-align: center;}
.about-t .ab1 .txts .tit h3{ font-size: 11em; color: #333; opacity: 0.15; font-weight: bold; transform: scaleX(0.8); line-height: 1;}
.about-t .ab1 .txts .tit h4{  line-height: 1; font-size: 4.8em; color: #000; font-weight: 800;}
.about-t .ab1 .txts .tit h4 span{ font-size: 1em; color: #005780;}
.about-t .ab1 .txts .tit p{ font-size: 2.4em; color: #5a5a5a; line-height: 1.5; letter-spacing: 8px; margin-top: 6px;}
.about-t .ab1 .txts .txt{ width: 60%;}
.about-t .ab1 .txts .txt p{ font-size: 1.4em; color: #333; line-height: 1.5; text-indent: 2em;}
.about-t .ab1 .txts .txt p span{ font-size: 1em; color: #006383; font-weight: bold;}
.about-t .ab1 .dots{overflow: hidden; width: calc(100% + 30px); margin:70px 0 0 -15px;}
.about-t .ab1 .dots .dot{  display: flex; justify-content: center; align-items: center; padding: 25px; text-align: center; float:left; width: calc(33.33% - 30px); margin: 0 15px; background: #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.about-t .ab1 .dots .dot>*{ display: inline-block;}
.about-t .ab1 .dots .dot h3{ font-size: 6em; color: #333; opacity: 0.5; font-family: "Microsoft Yahei";}
.about-t .ab1 .dots .dot .d{ cursor: pointer; text-align: left; margin-left: 10px;}
.about-t .ab1 .dots .dot .d h4{ line-height: 1.5; font-size: 1.4em;  color:#333; opacity: 0.3; font-weight: bold; text-transform: uppercase;}
.about-t .ab1 .dots .dot .d p{ font-size: 2.4em; color: #555; font-weight: bold;}
.about-t .ab1 .dots .dot:hover{ background: #006383;}
.about-t .ab1 .dots .dot:hover h3,.about-t .ab1 .dots .dot:hover .d p,.about-t .ab1 .dots .dot:hover .d h4{ color: #fff;}
.about-t .ab2{ background:url(../images/ab-hbg.jpg) top center no-repeat; padding: 70px 0; background-size: 100% 60% !important;}
.about-t .ab2 .h-imgs{ text-align: center; position: relative;  padding: 0 8%;}
.about-t .ab2 .h-imgs img{ max-width: 100%;}
.about-t .ab2 .swiper-button-prev,.about-t .ab2 .swiper-button-next{ background-image:url(../images/hp-arrow.png); width: 37px; height: 71px; background-size: 37px 71px;}
.about-t .ab2 .swiper-button-prev{ transform: rotate(180deg);}
.about-t .ab2 .hmore{ text-align: center; margin-top: 60px;}
.about-t .ab2 .hmore a{ display: inline-block; font-size:  1.6em; color: #fff; padding: 10px 50px; background: #006383; }
.about-t .ab2 .hmore:hover a{ background: #333;}
.about-t .ab3{ padding: 60px 0 100px 0;}
.about-t .ab3 .tits h3{ color: #ccc;}
.about-t .ab3 .txt{  background: #006383; border-top-left-radius: 150px; display: flex; height: 360px; }
.about-t .ab3 .txt>*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.about-t .ab3 .txt .tit{ background: url(../images/ab3-logo.png) center center no-repeat; background-size: 70% auto !important; width: 40%; padding: 15% 20px 20px 12%;} 
.about-t .ab3 .txt .tit h3{ font-size: 2.8em; color: #fff; font-weight: bold;}
.about-t .ab3 .txt .img{ padding: 8% 0 0 6%; width: 60%; background: url(../images/ab3-bg.jpg) center center no-repeat; background-size: cover !important; border-bottom-right-radius: 150px;}
.about-t .ab3 .txt .img .t p{ font-size: 2.2em; color: #fff; line-height: 1.5; }
.about-t .ab3 .txt .img .t p:nth-child(2){ text-indent: 2em;}
.about-t .ab3 .txt .img .t p:nth-child(3){ text-indent: 4em;}
.about-t .ab3 .txt .img .t p:nth-child(4){ text-indent: 6em;}

/*honor*/
.honor{ padding: 80px 0; background: #f4f4f4;}
.honor .tits h3{ color: #fff; opacity: 0.58;}
.honor .dots{ overflow: hidden; width: calc(100% + 10px); margin: 40px 0 40px -10px;}
.honor .dots .dot{ float:left; width: calc(20% - 20px); margin: 10px 10px;}
.honor .dots .dot img{ width: 100%;}
/*quality*/
.quality{ padding: 80px 0; background: #f4f4f4;}
.quality .tits h3{ color: #fff; opacity: 0.58;}
.quality .dots{ overflow: hidden; width: calc(100% + 10px); margin: 40px 0 40px -10px;}
.quality .dots .dot{ float:left; width: calc(10% - 20px); margin: 10px 10px;}
.quality .dots .dot img{ width: 100%;}
.quality .dots .dot p{ text-align: center; font-size: 1.4em; color: #333; line-height: 24px; margin-top: 20px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1; }
/*partner*/
.partner{ padding: 80px 0; background: #f4f4f4;}
.partner .tits h3{ color: #fff; opacity: 0.58;}
.partner .dots{ overflow: hidden; width: calc(100% + 10px); margin: 40px 0 40px -10px;}
.partner .dots .dot{ float:left; width: calc(10% - 20px); margin: 10px 10px;}
.partner .dots .dot img{ width: 100%;}







/*product*/
.produt-t .dots .dot .img img{transition:ease-out 0.5s all;-moz-transition: ease-out 0.5s all; -webkit-transition:ease-out 0.5s all; -o-transition: ease-out 0.5s all;}
.produt-t{ background: #f4f4f4; padding: 80px 0;}
.produt-t .dots{ overflow: hidden; width: calc(100% + 20px); margin-left: -10px;}
.produt-t .dots .dot{ float:left; width: calc(33.33% - 20px); margin: 40px 10px;}
.produt-t .dots .dot .tit{ background: #e1e1e1; display: flex; align-items: center;}
.produt-t .dots .dot .tit .t{ padding: 10px 35px; width: 80%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.produt-t .dots .dot .tit .t h3{ font-size: 1.8em; color: #006383; font-weight: bold;  line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.produt-t .dots .dot .tit .t p{ font-size: 1.4em; color: #006383; font-weight: bold; letter-spacing: 1px; line-height: 18px; max-height: 36px; text-transform: uppercase; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2;}
.produt-t .dots .dot .tit .ta{ width: 20%; text-align: center;  padding: 12px; height: 80px; background: url(../images/arrow.png) center center no-repeat #006383; background-size: 54%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.produt-t .dots .dot .img{ overflow: hidden; }
.produt-t .dots .dot .img img{ width: 100%;}
.produt-t .dots .dot:hover .img img{ transform: scale(1.1);}

/*prodcutshow*/
.produtshow .p-more .pm .pmd .img img{transition:ease-out 0.5s all;-moz-transition: ease-out 0.5s all; -webkit-transition:ease-out 0.5s all; -o-transition: ease-out 0.5s all;}
.produtshow{ padding: 80px 0; background: #f4f4f4;}
.produtshow .pro-t{ margin-bottom: 70px; overflow: hidden;}
.produtshow .pro-t>*{ float:left; }
.produtshow .pro-t .img{ width: calc(60% - 50px); margin-right: 50px;}
.produtshow .pro-t .img img{ width: 100%;}
.produtshow .pro-t .txt{ width: 40%;}
.produtshow .pro-t .txt .tit{ margin: 30px 0;}
.produtshow .pro-t .txt .tit h3{ font-size: 2.4em; color: #006383; line-height: 1.2; font-weight: bold;}
.produtshow .pro-t .txt .tit p{ font-size: 1.4em; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: #006383; }
.produtshow .pro-t .txt .t h3{ font-size: 1.6em; color: #333; font-weight: bold; margin-bottom: 20px;}
.produtshow .pro-t .txt .t p{ font-size: 1.4em; color: #333; line-height: 1.5;}
.produtshow .pro-t .txt .ti{ margin-top: 45px;}
.produtshow .pro-t .txt .ti h3{ font-size: 1.6em; color: #333; font-weight: bold; margin-bottom: 20px;}
.produtshow .pro-t .txt .ti .ds{ overflow: hidden;}
.produtshow .pro-t .txt .ti .ds .d{ float:left;  margin-right: 30px; text-align: center; margin-bottom: 8px;}
.produtshow .pro-t .txt .ti .ds .d img{  margin-bottom: 20px;}
.produtshow .pro-t .txt .ti .ds .d p{ font-size: 1.4em; line-height: 1.5}
.produtshow .p-more>h3{  font-size: 1.6em; color: #333; font-weight: bold; margin-bottom: 20px;}
.produtshow .p-more .pm{ width: calc(100% + 20px); margin-left: -10px; overflow: hidden; }
.produtshow .p-more .pm .pmd{ float:left; width: calc(25% - 20px) ; margin: 0 10px;}
.produtshow .p-more .pm .pmd .img{ overflow: hidden;}
.produtshow .p-more .pm .pmd .img img{ width: 100%;}
.produtshow .p-more .pm .pmd .t{ padding:10px 12px; text-align: center; background: #006383;}
.produtshow .p-more .pm .pmd .t h3{ font-size: 1.6em; color: #fff; font-weight: bold; text-transform: uppercase; line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;} 
.produtshow .p-more .pm .pmd:hover .img img{ transform: scale(1.1);}
.produtshow .p-txts .p-table{ margin-top: 60px;}
.produtshow .p-txts .p-table h3{ font-size: 1.6em; font-weight: bold; margin-bottom: 20px; color: #333; }
.produtshow .p-txts .p-table table tr td{ font-size: 1.4em; padding: 12px; background: #fff; border-bottom: 1px solid #fff;}
.produtshow .p-txts .p-table .color,.produtshow .p-txts .p-table .ol tr td:first-child{ color: #fff; font-weight: bold; background: #006383;}



/*news*/
.news-t .dots .dot .img img{transition:ease-out 0.5s all;-moz-transition: ease-out 0.5s all; -webkit-transition:ease-out 0.5s all; -o-transition: ease-out 0.5s all;}
.news-t{ padding: 80px 0; background: #f4f4f4;}
.news-t .dots{ overflow: hidden; width: calc(100% + 40px); margin-left: -20px;}
.news-t .dots .dot{ float:left; width: calc(33.33% - 40px); margin:40px 20px; }
.news-t .dots .dot .img{ overflow: hidden;}
.news-t .dots .dot .img img{ width: 100%;}
.news-t .dots .dot .txt .t1{ padding: 20px 0; border-bottom: 1px solid #ddd;}
.news-t .dots .dot .txt .t1 h3{ font-size: 1.6em; color: #2c62bc;  line-height: 1.5;}
.news-t .dots .dot .txt .t1 h4{ font-size: 1.4em; color: #aaa;}
.news-t .dots .dot .txt .t2 h3{ margin: 20px 0 15px 0; font-size: 2em; color: #000; line-height: 28px; height: 28px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.news-t .dots .dot .txt .t2 p{ font-size: 1.6em; color: #888; line-height: 24px; height: 96px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:4;}
.news-t .dots .dot .txt .t2 span{ padding: 12px 40px; font-size: 1.4em; color: #fff; border-radius: 30px; display: inline-block; margin-top: 12px; background: #1373b5;}
.news-t .dots .dot:hover .img img{ transform: scale(1.1);}

/*newsshow*/
.newsshow .btn a{transition:ease-out 0.5s all;-moz-transition: ease-out 0.5s all; -webkit-transition:ease-out 0.5s all; -o-transition: ease-out 0.5s all;}
.newsshow{ padding:80px 0;}
.newsshow .boxs{ background:#f5f5f5; }
.newsshow .tit{ padding:40px; text-align:center;}
.newsshow .tit h3{ font-size:1.8em; color:#333333;  line-height:24px; margin-bottom:20px;}
.newsshow .tit .dot{ background:#727171; 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:#004098 !important; color:#fff !important;}

/*customer*/
.network{ text-align: center; padding: 120px 0 140px 0; background: #f4f4f4;}
.network img{ max-width: 100%;}
/*sale*/
.sale-t{ background: #f4f4f4; padding: 70px 0 130px 0;}
.sale-t .dots{ overflow: hidden; padding-top: 70px;}
.sale-t .dots .dot{ padding: 0 6% 50px 6%; float:left; width: calc(50% - 60px); margin: 0 30px;  background: #fff;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height: 360px;}
.sale-t .dots .dot span{ margin-top: -60px; display: inline-block; width: 120px; height: 120px; border-radius: 50%; background: #006383; text-align: center;  padding: 30px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.sale-t .dots .dot .t{ margin: 30px 0 40px 0;}
.sale-t .dots .dot .t h3{ font-size: 1.8em; color: #333; line-height: 1.2;}
.sale-t .dots .dot .t h4{ font-size: 1.8em; color: #333; line-height: 1.2;}
.sale-t .dots .dot p{ font-size: 1.4em; color: #333; line-height: 2;}
.sale-t .tip{ margin: 30px 8% 0 8%;}
.sale-t .tip p{ font-size: 1.4em; color: #333; line-height: 1.5;}
.sale-t .tip p sup{ color: #ff0000; transform: translateY(4px); display: inline-block;}

/*contact*/
/*map*/
.content-window-card { position: relative; box-shadow: none; bottom: 0; left: 0; width: auto; padding: 0;}
.content-window-card p { height: 2rem;}
.custom-info {border: solid 1px silver;}
div.info-top { position: relative; background: none repeat scroll 0 0 #F9F9F9; border-bottom: 1px solid #CCC; border-radius: 5px 5px 0 0;}
div.info-top div { display: inline-block; color: #333333; font-size: 14px; font-weight: bold; line-height: 31px; padding: 0 10px;}
div.info-top img { position: absolute; top: 10px; right: 10px; transition-duration: 0.25s;}
div.info-top img:hover { box-shadow: 0px 0px 5px #000;}
div.info-middle { font-size: 12px; padding: 10px 6px; line-height: 20px;}
div.info-bottom {height: 0px; width: 100%; clear: both; text-align: center;}
div.info-bottom img { position: relative;  z-index: 104;}
#map span { margin-left: 5px; font-size: 11px;}
.info-middle img { float: left; margin-right: 6px;}
#container{ height:720px;}

.contact-t .c1 .dot:after,.contact-t .c1 .dot{transition:ease-out 0.5s all;-moz-transition: ease-out 0.5s all; -webkit-transition:ease-out 0.5s all; -o-transition: ease-out 0.5s all;}
.contact-t{ background: #f4f4f4;  display: flex; }
.contact-t>*{  width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.contact-t .txt{ padding: 70px 5% 50px 13%;}
.contact-t .txt .tit h3{ font-size: 2.4em; color: #333; font-weight: bold; }
.contact-t .txt .tit p{ font-size: 1.8em; color: #787878; line-height: 1.5; text-transform: uppercase;}
.contact-t .txt .t{ margin: 40px 0 30px 0;}
.contact-t .txt .t h3{ font-size: 1.4em; color: #888; line-height: 40px;}
.contact-t .txt .t h3 img{ margin: 0 10px -10px 0;}
.contact-t .txt .t h4{ font-size: 4.8em; font-weight: 900; color: #006383;}
.contact-t .txt .t1{ padding-bottom: 35px;}
.contact-t .txt .t1 h3{ font-size: 1.4em; color: #333; font-weight: bold; margin-bottom: 14px;}
.contact-t .txt .t1 p{ font-size: 1.4em; color: #333; line-height: 2;}
.contact-t .txt .t2{ padding-top: 35px; border-top:1px solid #c4c4c4; }
.contact-t .txt .t2 p{ font-size: 1.4em; color: #333;  line-height: 2;}

/*feedback*/
.feedback  .btn .fc-btn{ transition:ease .5s all; -moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.feedback{ padding: 60px 0 70px 0; background: #f4f4f4;}
.feedback .tit{ margin-bottom: 20px;}
.feedback .tit p{ font-size: 1.4em; color: #333; line-height: 1.5; max-width: 80%;}
.feedback .dot{ width: calc(100% + 30px); margin-left: -15px;}
.feedback .dot input{ float:left; width: calc(33.33% - 30px); margin: 0 15px; margin-bottom:12px;}
.feedback  input,.feedback  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 #ddd; padding: 8px 20px; margin: 8px 0; background: #fff;}
.feedback  .fc-input{ width: 100%;}
.feedback  textarea{ width:100%;  font-family: "Arial","Microsoft Yahei";}
.feedback  .fc-input::-webkit-input-placeholder,.feedback  textarea::-webkit-input-placeholder { color:#727171;}
.feedback  .fc-input:-moz-placeholder,.feedback  textarea:-moz-placeholder { color:#727171;}
.feedback  .fc-input::-moz-placeholder,.feedback  textarea::-moz-placeholder { color:#727171;}
.feedback  .fc-input:-ms-input-placeholder,.feedback  textarea:-ms-input-placeholder { color:#727171;}
.feedback  .btn{ text-align: center;}
.feedback  .btn .fc-btn{ border-radius: 5px;  border:none; padding: 12px; width: 180px;  font-size:1.4em; color:#fff; line-height:24px; cursor:pointer; background: #1179b8; margin: 30px auto 0 auto;}
.feedback  .btn .fc-btn:hover{ background: #004098;}
