﻿@charset "utf-8";
/* CSS Document */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite, code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio, video{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; outline-style:none;/*FF*/font-size:10px;  font-family: "Arial","Microsoft Yahei";  list-style:none;}
body { line-height:1; }
a{ margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent;text-decoration:none; color:#333; cursor:pointer;outline:0;}
a:hover,a:focus{ text-decoration:none;  outline-style:none;/*FF*/ }
table { border-collapse:collapse; border-spacing:0;}
input, select {vertical-align:middle;}
/*css为clearfix，清除浮动*/
.clearfix::before,.clearfix::after{content:""; height:0; line-height:0; display: block;visibility: hidden; clear:both;}
.clearfix:after{clear:both;} 
.clearfix{*zoom:1;/*IE/7/6*/}

.warp{ max-width: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:right;line-height:4rem; padding-top:20px;}
div.fy a { margin:2px 2px;padding:8px 12px;color:#666;font-size:1.8em; display:inline; background: #fff; border-top-right-radius: 10px; border-bottom-right-radius: 10px;}
div.fy a:hover{color:#fff; background: #204f8b; }
div.fy a:active{ color:#fff; background: #204f8b; }
div.fy span.current{  margin:2px 2px;padding:8px 12px; color:#fff;  font-size:1.8em;  background: #204f8b;border-top-right-radius: 10px; border-bottom-right-radius: 10px;}
div.fy span.disabled{  margin:2px 2px;padding:8px 12px; color:#666; font-size:1.8em; background: #fff;  border-top-right-radius: 10px; border-bottom-right-radius: 10px;}


/*手机导航*/
.m-header{ width:100%; background:#fff;}
#hamburger { width: 24px; height: 14px;	position:absolute;	top: 25px;	right: 25px;	z-index: 999;display: none !important;}
#hamburger:before, #hamburger:after, #hamburger span { background:#fff; 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 .mune .md{ color: #fff;  transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.header{ background: rgba(32,79,139,0.9); z-index: 2; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; top:0; left: 0;}
.header .warp{ display: flex; align-items: center; justify-content: space-between;}
.header .logo{ padding: 10px 0;}
.header .logo img{ padding-right: 70px; border-right:1px solid #fff;}
.header .munes,.header .munes .mune{  display: flex; align-items: center;}
.header .munes a{ color: #fff; font-size: 1.6em; text-transform: uppercase; line-height: 24px;}
.header .munes a:hover{ text-decoration: underline;}
.header .munes .mune .m-dot{ position: relative; margin: 0 40px; padding: 40px 0;} 
.header .lun{ background: #fff; border-radius: 10px; display: flex; align-items: center;}
.header .lun a{ font-size: 1.4em; color: #000; margin: 8px 0; padding: 0 10px; opacity: 0.5;}
.header .lun a:first-child{ border-right: 1px solid #000;}
.header .lun a:hover,.header .lun a.lock{ opacity: 1;}
.header .mune .md{ position: absolute; top:100%; left: calc(50% - 80px); width: 160px;  z-index: 2; text-align: center;  background: rgba(0,69,162,0.5); border-top:1px solid #fff; transform-origin : 50% 0 0; padding: 10px 0; transform: scale(0);}
.header .mune .m-dot:hover .md{ transform: scale(1);}
.header .mune .md a{ display: block; padding: 10px 4px 0 4px;}

/*footer*/
.footer a,.footer .fo1 .fs span{ color: #fff;  transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.footer .fo1{ padding: 80px 0 110px 0; background: url(../images/footer-bg.jpg) bottom center no-repeat; background-size: cover !important; }
.footer .fo1 .warp{  display: flex; justify-content: space-between; align-items: center;}
.footer .fo1 .fmenu{ display: flex; justify-content: flex-end;  max-width: 850px;  width: calc(100% - 360px); flex-wrap: wrap;}
.footer .fo1 .fm h3 a{ font-size: 1.8em; display: inline-block;  line-height: 24px; color: #fff; text-transform: uppercase;  padding-bottom: 20px;}
.footer .fo1 .fm{ justify-content: space-between; max-width: 850px;  width: 100%; display: flex; border-bottom: 1px solid #97aecc; align-items: center; height: auto; }
.footer .fo1 .fs{ margin-top: 20px; }
.footer .fo1 .fs span{ display: inline-block; border-radius: 50%;  padding: 11px; margin-left: 20px; border: 1px solid rgba(255,255,255,0.3);}
.footer .fo1 .fs span:hover{  border: 1px solid rgba(255,255,255,1);}
.footer a:hover{ text-decoration: underline;}
.footer .fo2{ background: #173468; padding:0 0 40px 0px;}
.footer .fo2 p{ font-size:1.6em; color: #fff; line-height: 1.5; opacity: 0.7;}
.footer .fo2 p a{ font-size: 1em; }
.footer .fo2 span{ display: inline-block; margin-left: 50px;}

.bottomlist{ background:#204f8b; position:fixed; width:100%; bottom:0; left:0;  display:none; z-index:400;}
.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{ transition:ease 2.5s all;-moz-transition: ease 2.5s all; -webkit-transition:ease 2.5s all; -o-transition: ease 2.5s all; }
.banner{ border-bottom: 5px solid #2a5690;}
.banner .swiper-slide{ position: relative; display: flex; align-items: center; background-size: cover !important; height: 100vh; overflow: hidden;}
.banner .ban1{ background: url(../images/banner01.jpg) center center no-repeat; background-size: cover !important;}
.banner .ban2{ background: url(../images/banner02.jpg) center center no-repeat; background-size: cover !important;}
.banner .ban1 .txt{ padding-left: 10%;}
.banner .ban2 .txt{ padding-right: 10%; text-align: right;}
.banner .ban2{ justify-content: flex-end;}
.banner .txt{ transform: scale(0);}
.banner .txt h3{ font-size: 5.8em; font-weight: bold; line-height: 1.1; color: #fff;}
.banner .txt h4{ font-size: 3em; color: #fff; line-height: 1.5; text-transform: uppercase; font-weight: 100;  padding: 12px 0; }
.banner .txt span{ display: inline-block; width: 190px; height: 5px; background: #fff; margin-bottom: 20px;}
.banner .txt p{ font-size: 4.8em; color: #fff; line-height: 1.5; font-weight: bold;}
.banner .swiper-slide-active .txt{ transform: scale(1);}
.banner .swiper-pagination-bullet{ width: 50px; height: 10px; border-radius: 10px; opacity: 1; background: #fff; margin: 0 10px !important;}
.banner .swiper-pagination-bullet-active{ background: #204f8b;}
/*iab*/
.more 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;}
.more{ padding: 10px 35px; background: #2a5690; display: flex; align-items: center;}
.more p{ font-size: 1.8em; color: #fff; line-height: 24px; padding-right: 12px;}
.more:hover img{ padding-left: 20px;}

.iab{ align-items: flex-end; padding: 90px 0 120px 0; display: flex; background: url(../images/iab-bg.png) right center no-repeat; background-size: auto 90%;}
.iab .img{ width: 46%;}
.iab .img img{ width: 100%;}
.iab .txt{ padding: 0 40px; max-width: 800px; width: 54%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.iab .txt .tit{ display: flex; justify-content: space-between; margin-bottom: 30px; align-items: center;}
.iab .txt .tip{ margin-bottom: 100px;}
.iab .txt .tip h3{ font-size: 1.8em; color: #474747; font-weight: bold; margin-bottom: 20px; }
.iab .txt .tip p{ font-size: 1.4em; color: #474747; line-height: 1.5; }
.iab .txt .dots{ display: flex; border-right: 1px solid #bfbfbf;}
.iab .txt .dots .d{ padding: 60px 20px 50px 20px; border-left: 1px solid #bfbfbf; width: 33.33%; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.iab .txt .dots .d img{ margin-bottom: 20px;}
.iab .txt .dots .d p{ font-size: 1.4em; line-height: 1.5; color: #474747; }
/*ip*/
.ip .ipst span,.ip .ipsb .box .ipb:after,.ip .ipsb .box .ipb:before,.ip .ipsb .box .ipb,.ip .ipsb .box .ipb .t p{ 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;}
.ip{ padding: 110px 0 140px 0; background: url(../images/ip-bg.jpg) top center no-repeat; background-size: 100% auto; border-bottom: 10px solid #204f8b;}
.ip .tits h3,.ip .tits .t h4,.ip .tits .t p{ color: #fff;}
.ip .ipst{ text-align: right; width: calc(100% - 360px); margin: -50px 0 120px auto;}
.ip .ipst span{ padding: 10px 6px; font-size: 1.8em; color: #fff;  border-radius: 5px; border: 1px solid #7ecef4; display: inline-block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center; margin-left: 10px; cursor: pointer; background-image:linear-gradient(135deg,rgba(33,43,87,0) 0%,rgba(151,204,215,0) 75%);}
.ip .ipst span.hover{ font-weight: bold; background-image:linear-gradient(135deg,rgba(33,43,87,0.7) 0%,rgba(151,204,215,0.7) 75%);  border: none;}
    .ip .ipst span a {
        color: #fff
    }
.ip .ipsb .box .b{ display: flex; justify-content: space-between;}
.ip .ipsb .box .ipb{ text-align: center; background: #eee; overflow: hidden; width: calc(33.33% - 40px); max-width: 400px; position: relative;}
.ip .ipsb .box .ipb:after,.ip .ipsb .box .ipb:before{ position: absolute; content: "";}
.ip .ipsb .box .ipb:after{ background: #204f8b; bottom:-260px; left: 120%; width: 200%; height: 100%; transform: rotate(-35deg);}
.ip .ipsb .box .ipb:before{ background: url(../images/more2.png) center center no-repeat; background-size: contain; width: 30px; height: 30px; right:-30px; bottom: -30px; z-index: 2;}
.ip .ipsb .box .ipb>*{ position: relative; z-index: 2;}
.ip .ipsb .box .ipb .img{ padding: 30px 0;}
.ip .ipsb .box .ipb .img img{ max-width: 100%;}
.ip .ipsb .box .ipb .t p{ font-size: 1.8em; color: #474747; margin:10px 20px 25px 20px; line-height: 32px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height: 32px;  display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.ip .ipsb .box .ipb:hover .t p{ text-align:left; width: calc(100% - 80px); color: #fff; font-size: 2.4em;}
.ip .ipsb .box .ipb:hover{ box-shadow: 10px 10px 10px rgba(53,53,53,0.5); background: #2b5c9c;}
.ip .ipsb .box .ipb:hover:after{ left: -40%;}
.ip .ipsb .box .ipb:hover:before{ bottom: 20px; right:20px;}
.ip .ipsb .box{ display: none;}
/*icase*/
.icase .dots .d{ 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;}
.icase{ padding-top: 120px; height: 100vh; background: url(../images/icase-bg.jpg) center center no-repeat; background-size: cover !important;  background-attachment: fixed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } 
.icase .tits h3,.icase .tits .t h4,.icase .tits .t p{ color: #fff;}
.icase .tip{ margin: 40px 0 110px;}
.icase .tip p{ font-size: 1.4em; color: #fff; line-height: 1.5;  max-width: 700px}
.icase .dots{ max-width: 700px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.icase .dots .d{ padding: 12px 20px; border-radius: 5px; width: calc(33.33% - 40px); border: 1px solid #7ecef4; margin-top: 60px; background-image:linear-gradient(135deg,rgba(33,43,87,0) 0%,rgba(151,204,215,0) 75%);}
.icase .dots .d span{ text-align: right; display: block; }
.icase .dots .d h3{ font-size: 2.4em; line-height: 1.2; color: #fff;}
.icase .dots .d p{ font-size: 1.4em; color: #fff; line-height:2; }
.icase .dots .d:hover{ font-weight: bold; background-image:linear-gradient(135deg,rgba(33,43,87,0.7) 0%,rgba(151,204,215,0.7) 75%); border: 0px;}
/*inews*/
.inews .txts .nds .nd,.inews .txts .nds .nd *,.inews .txts .nds .nd:after{ 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;}
.inews{ padding: 80px 0 100px 0; background: #fcfcfc;}
.inews .tit{ display: flex; justify-content: space-between; align-items: center;}
.inews .txts{ margin-top: 90px; display: flex; }
.inews .txts .img{ width: 45%; background: url(../images/inews.jpg) center center no-repeat; background-size: cover !important; border-bottom: 10px solid #204f8b;}
.inews .txts .nds{ padding-left: 20px; width: 55%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  display: flex; flex-wrap: wrap;}
.inews .txts .nds .nd{ position: relative; padding: 40px; width: calc(50% - 8px); background: #eee; margin: 4px; overflow: hidden; border-bottom: 3px solid #eee;}
.inews .txts .nds .nd:after{ position: absolute; top:0; right: -80px; content: ""; background-image: url(../images/nd-bg.png); opacity: 0.1; width: 20%; height: 100%; background-size: auto 100%;}
.inews .txts .nds .nd h3{ font-size: 1.4em; color: #474747; line-height: 1.5; margin-bottom: 14px;}
.inews .txts .nds .nd h4{ font-size: 1.8em; color: 474747; line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.inews .txts .nds .nd p{ font-size: 1.4em; color: #474747; line-height: 24px; height: 24px;  display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.inews .txts .nds .nd span{  display: inline-block; margin-top: 88px; font-size: 1.4em; color: #474747; line-height: 1.5;}
.inews .txts .nds .nd h5{ font-size: 1.4em; color: #204f8b; line-height: 1.5; position: absolute; bottom:40px; right:-80px; }
.inews .txts .nds .nd:hover{ background: #fff; border-bottom: 3px solid #204f8b;}
.inews .txts .nds .nd:hover:after{ right: 0px;}
.inews .txts .nds .nd:hover h4{ font-weight: bold; color: #204f8b;}
.inews .txts .nds .nd:hover p{ height: 72px; -webkit-line-clamp:3;}
.inews .txts .nds .nd:hover h5{ right:30px; }
.inews .txts .nds .nd:hover span{ margin-top: 40px;}

/*banners*/
.banners{ height: 680px; background-size: cover !important; }
.about{ background: url(../images/banners/about-banner.jpg) center center no-repeat;}
.case{ background: url(../images/banners/case-banner.jpg) center center no-repeat;}
.contact{ background: url(../images/banners/contact-banner.jpg) center center no-repeat;}
.news{ background: url(../images/banners/news-banner.jpg) center center no-repeat;}
.product{ background: url(../images/banners/product-banner.jpg) center center no-repeat;}
.service{ background: url(../images/banners/service-banner.jpg) center center no-repeat;}

/*tits*/
.tits h3{ font-size: 2.5em; color: #204f8b; line-height: 1.5; margin-bottom: 12px;}
.tits .t{ display: flex; align-items: flex-end;}
.tits .t h4{ font-size: 3.6em; color: #204f8b; line-height: 1.2; font-weight: bold;  text-transform: uppercase;}
.tits .t p{ padding-left: 10px; font-size: 1.8em; color: #204f8b; text-transform: uppercase;}

/*tits2*/
.tits2 h3{ font-size: 7.4em; font-weight: 800; color: #204f8b; opacity: 0.14; text-transform: uppercase; margin-left: -0.8em; line-height: 1;}
.tits2 h4{ font-size: 4.8em; font-weight: 800; margin-top: -0.8em; color: #204f8b;  text-transform: uppercase;}

/*about*/
.ab2 .dot .t2{ 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;}
.ab1{ position: relative; padding-top:120px; }
.ab1:after{ content: ""; background: url(../images/about/abi.png) bottom right no-repeat; background-size: 60% auto; position: absolute; bottom:0; right:0; width: 100%; height: 100%; z-index: -1;}
.ab1:before{ content: ""; background: url(../images/about/ab-bg.jpg) bottom left no-repeat; background-size: 60% auto; position: absolute; bottom:0; right:0; width: 100%; height: 100%; z-index: -1;}
.ab1 .txt{ margin-top: 45px; width: 64%; margin-bottom: 70px;}
.ab1 .txt h3{ font-size: 2em; color: #000; line-height: 1.2;} 
.ab1 .txt .t{ display: flex; justify-content: flex-end;position: relative; }
.ab1 .txt .t:after{ position: absolute; top:20px; content: ""; background: #474747; width: 100%; height: 1px; z-index: -1;}
.ab1 .txt .t h4{ font-size: 3.2em; color: #474747; line-height: 1.2;  padding: 0px 10px;  background: #fff;}
.ab1 .txt .t h4 span{ font-size: 1em; color: #204f8b; font-weight: 800;}
.ab1 .txt p{ font-size: 1.4em; color: #474747; line-height: 1.5; }
.ab1 .txt p span{ font-size: 1.2em; color: #000; font-weight: bold;}
.ab1 .img{ text-align: center; margin-bottom: -70px;}
.ab1 .img img{ max-width: 100%;}
.ab2{ padding: 140px 0 180px 0; background: url(../images/about/abc.jpg) center center no-repeat; background-size: cover !important;}
.ab2 .dots{ display: flex; margin-top: 50px;}
.ab2 .dots .dot{ cursor: pointer; text-align: center; padding: 80px 0; width: 33.33%; position: relative; }
.ab2 .dot .t1{ padding: 90px 0;}
.ab2 .dot .t1 h3{ padding: 10px 20px; font-size: 3em; color: #fff; background: #204f8b; display:inline-block; text-transform: uppercase;}
.ab2 .dot .d1{ background: url(../images/about/abc1.jpg) center center no-repeat; }
.ab2 .dot .d2{ background: url(../images/about/abc2.jpg) center center no-repeat; }
.ab2 .dot .d3{ background: url(../images/about/abc3.jpg) center center no-repeat; }
.ab2 .dot .t2{ transform: scale(0); padding: 100px 20px 20px 80px; text-align: left; color: #fff; position: absolute; top:0; left: 0; width: 100%; height: 420px; background:url(../images/about/abc-tb.jpg) center center no-repeat; background-size: cover !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ab2 .dot .t2 h3{ font-size: 6em; text-transform: uppercase; line-height: 1; font-weight: 800;}
.ab2 .dot .t2 h4{ font-size: 3em; line-height: 1.2; margin-bottom: 40px;}
.ab2 .dot .t2 p{ font-size: 1.6em; line-height: 1.5;}
.ab2 .dot:hover .t2{ transform: scale(1);}
.ab3{ padding: 140px 0; background: url(../images/about/abh.jpg) center center no-repeat; background-size: cover !important;}
.ab3 .imgs{  max-width: 1200px; margin: 0 auto;}
.ab3 .honor-slider{  margin-top: 70px; padding: 40px 0;}
.ab3 .honor-slider img{ width: 100%;}

/*product*/
.p-list 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;}
.p-list{ justify-content: center; display: flex; flex-wrap: wrap; text-align: center; background: #204f8b;}
.p-list a{  padding:20px 50px; line-height: 1.2; font-size: 2.2em; color: #fff; border-right: 1px solid #73bfe8;}
.p-list a:last-child{ border: none;}
.p-list a:hover,
.p1 .p1,.p2 .p2,.p3 .p3,.p4 .p4,.p5 .p5,.p6 .p6,.p7 .p7{ background-image:linear-gradient(90deg,rgba(33,43,87,0.4) 0%,rgba(151,204,215,0.4) 100%); border-radius: 10px; border-right: 1px solid #73bfe8;}

.pro-all{ padding: 120px 0;}
.pro-show{ display: flex; background: url(../images/product/changxing.png) left 80% no-repeat; background-size: 60% auto;}
.pro-show .txt{ width: 45%; padding-right: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.pro-show .txt .t{ margin-top: 60px; max-width: 560px;}
.pro-show .txt .t p{ font-size: 1.4em; line-height: 1.5; margin-bottom: 20px;}
.pro-show .txt .t p span{ font-size: 1em; color: #204f8b; font-weight: bold;}
.pro-show .pl-slider{ width: 55%;}
.pro-show .img{border: 1px solid #dcdcdc; position: relative;  border-bottom: 4px solid #204f8b;   border-top: 4px solid #204f8b; }
.pro-show .img img{ width: 100%;}
.pro-show .img .t{ position: absolute; bottom:30px; left: 40px;}
.pro-show .img .t p{ font-size: 2.4em; color: #000; line-height: 1.5;}

.pro-imgs .pld *,.pro-imgs .pd,.pro-imgs .pd *,.pro-imgs .ptl span:after,.pro-imgs .ptl span{ 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;}
.pro-imgs{ margin-top: 40px;}
.pro-imgs .psb,.pro-imgs .ptd{ display: none;}
.pro-imgs .pl2{ flex-wrap: wrap; display: flex;}
.pro-imgs .pld{ margin-right: 70px; cursor: pointer;}
.pro-imgs .pl2 h3{ font-size: 7.2em; font-weight: 800; color: #204f8b; text-transform: uppercase; margin-left: -0.8em; line-height: 1; opacity: 0;}
.pro-imgs .pl2 h4{ font-size: 1.8em; margin-top: -0.8em; color: #474747; line-height: 24px;}
.pro-imgs .pld.hover h3{ opacity: 0.14;}
.pro-imgs .pld.hover h4{ font-size: 2.2em; color: #204f8b; font-weight: 800;}
.pro-imgs .pimgs{ width: calc(100% + 50px); margin:40px 0 0  -25px; display: flex; flex-wrap: wrap;}
.pro-imgs .pimgs .fy{ width: 100%;}
.pro-imgs .pd{ border: 1px solid #dcdcdc; width: calc(33.33% - 50px); margin: 25px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.pro-imgs .pd .img{ overflow: hidden;}
.pro-imgs .pd img{ width: 100%;}
.pro-imgs .pd .t{ display: flex; padding: 16px 10px; align-items: center; background: #dcdcdc; justify-content: space-between;}
.pro-imgs .pd .t p{ font-size: 1.8em; color: #000; line-height: 24px; width: calc(100% - 80px); height: 24px;  display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.pro-imgs .pd .t span{ border-radius: 30px; font-size: 1.4em; color: #474747; line-height: 18px; padding: 4px 10px; background: #fff;}
.pro-imgs .pd:hover img{ transform: scale(1.1);}
.pro-imgs .pd:hover .t p{ color: #fff;}
.pro-imgs .pd:hover .t{ background: #204f8b;}
.pro-imgs .pd:hover .t span{ background: #000; color: #fff;}
.pro-imgs .ptxt{ margin-top: 80px;}
.pro-imgs .ptl{ padding: 12px 20px; background: #204f8b;}
.pro-imgs .ptl span{ cursor: pointer; position: relative; font-size: 1.8em; color: #fff; line-height: 28px; padding: 6px 60px; display: inline-block; border-right: 1px solid #fff;}
.pro-imgs .ptl span:last-child{ border: none;}
.pro-imgs .ptl span:after{ position: absolute; z-index: -1;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid transparent;
    content: " "; display: block; width: 0; height: 0; bottom: 0px; left: calc(50% - 10px);}
.pro-imgs .ptl span.hover:after{ border-top: 20px solid #204f8b; bottom: -24px;}
.pro-imgs .ptl span.hover{ font-size: 2.4em;}

.pro-imgs .ptt{ margin-top: 70px;}
.pro-imgs .ptt img{ max-width: 100%; margin: 20px 0;}
.pro-imgs .ptt h3{ font-size: 2.4em; font-weight: bold; margin-bottom: 20px;}
.pro-imgs .ptt .pta{ margin: 20px 0; overflow: auto;}
.pro-imgs .ptt p{ font-size: 1.6em; line-height: 1.5;}
.pro-imgs .ptt p span{ font-size: 1em; color: #204f8b; font-weight: bold;}
.pro-imgs .ptt table{ text-align: center;}
.pro-imgs .ptt table tr td{ font-size: 1.6em; color: #333; line-height: 1.5; padding: 12px; border: 1px solid #f5f5f5; vertical-align: middle; }
.pro-imgs .ptt table tr:nth-child(2n-1){ background: #f5f5f5;}
.pro-imgs .ptt table tr:first-child td,.pro-imgs .ptt .tc td{ background: #204f8b; color: #fff;}
.pro-imgs .ptt .tip1{ display: flex; flex-wrap: wrap;}
.pro-imgs .ptt .tip1 .d{ width: 33.33%;}
.pro-imgs .ptt .p5v{ text-align: center; max-height: 80vh; overflow: auto;}
.pro-imgs .ptt .p5v img{ min-width: 600px; display: inline-block;}

/*service*/
.ser-boxs .imgs .swiper-pagination-bullet,.sert .st,.sert .st *{ 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;}
.service-t{ padding: 110px 0;}
.ser-boxs{ margin-top: 90px; display: flex; flex-wrap: wrap; align-items: center; overflow: hidden;}
.ser-boxs .imgs{   width: 60%; position: relative;}
.ser-boxs .imgs .tit{ padding: 24px 30px; position:absolute; bottom: 0; left: 0; background: rgba(32,79,139,0.7); z-index: 2; width: 100%; display: flex; align-items: flex-end; color: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ser-boxs .imgs .tit h3{ font-size: 3em; font-weight: bold; text-transform: uppercase;}
.ser-boxs .imgs .tit p{ font-size: 1.4em; text-transform: uppercase; padding-left: 6px;}
.ser-boxs .imgs .swiper-pagination{ bottom: 30px; width: 110px; border-radius: 5px;  background: #fff; z-index: 3; right: 40px; left: auto;}
.ser-boxs .imgs .swiper-pagination-bullet{ width: 10px; height: 10px; border-radius: 10px; opacity: 1; background: #fff; margin: 0 0px !important;}
.ser-boxs .imgs .swiper-pagination-bullet-active{ width: 40px;  background: #2b88ff;}
.ser-boxs .ser-slider{ height: 600px;}
.ser-boxs .swiper-slide{  background-size: cover !important; height: 100%;}
.ser-boxs .ser1{ background: url(../images/service/s1.jpg) center center no-repeat;}
.ser-boxs .ser2{ background: url(../images/service/s2.jpg) center center no-repeat;}
.ser-boxs .ser3{ background: url(../images/service/s3.jpg) center center no-repeat;}
.ser-boxs .ser4{ background: url(../images/service/s4.jpg) center center no-repeat;}
.sert{ display: flex; flex-wrap: wrap; min-height: 600px; background: #204f8b; width: 40%; align-items: center; align-content: center;}
.sert .st{ cursor: pointer; padding: 40px 70px; display: flex; color: #fff; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; align-items: center;}
.sert .st .t{ width: calc(100%);}
.sert .st h3{ font-size: 1.8em; color: #fff; margin-bottom: 16px; line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.sert .st h4{ font-size: 1.4em;  color: rgba(255,255,255,0.7); line-height: 1.5;}
.sert .st .more{ width: 160px; justify-content: center; padding: 8px 4px; margin-right: -160px; opacity: 0; border: 1px solid #fff; background: rgba(255,255,255,0); height: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.sert .st.hover,.sert .st:hover{ width: calc(100% + 40px); margin-left: -40px; background-image: linear-gradient(
90deg,#2658af 0%,#204f8b 100%); position: relative; z-index: 2;}
.sert .st.hover .more,.sert .st:hover .more{ opacity: 1; margin: 0;}
.sert .st.hover .t,.sert .st:hover .t{ width: calc(100% - 160px);}
.serb{ margin-top: 70px; width: 100%;}
.serb .sbox{ display:none;}
.serb .tit{ padding: 20px 60px; background-image: linear-gradient(90deg,#275ab7 0%,#204f8b 100%); width: 100%;}
.serb .tit h3{ font-size: 1.8em; color: #fff; font-weight: bold; line-height: 1.5;}
.serb .box{ background: #eee; padding: 30px 60px;}
.serb .box h3{ font-size: 1.6em; color: #204f8b; line-height: 1.5; margin-bottom: 10px;} 
.serb .box p{  font-size: 1.4em; line-height: 1.5; color: #333; }
.serb .box img{ margin: 20px auto; display: block;}
.serb .box .tb{ overflow: auto;}
.serb .sbox2.box .tb table{ text-align: center; max-width: 800px; margin: 0 auto;}
.serb .box .tb table tr td{ font-size: 1.4em; line-height: 1.5;  padding: 12px 20px; vertical-align: middle;}
.serb .box .tb table tr:nth-child(2n-1) td{ background: #f5f5f5; }
.serb .box .tb table tr:nth-child(2n) td{ background: #fff; }
.serb .box .tb table tr:first-child td{ font-size: 1.6em; color: #fff; background: #1f488f; font-weight: bold;}

/*case*/
.case-t{ padding: 120px 0; background: #eee;}
.case-t .apls{ position: relative; margin-top: 50px;}
.case-t .apls:after{ position: absolute; width: 40%; right:0; height: 100%; content: ""; background: #204f8b; top:0;}
.case-t .apls:before{ position: absolute; top:0; left: 0; width: 100%; height: 100%; background: url(../images/case-logo.png) center top no-repeat; background-size: 40% auto; content: ""; z-index: 1;}
.case-t .apls .swiper-slide{ display: flex; flex-wrap: wrap; align-items: flex-end; position: relative; z-index: 2;}
.case-t .apls .tit{ display: flex; width: 100%;  align-items: flex-end; margin-bottom: 120px; padding-bottom: 10px;  opacity: 0;}
.case-t .apls .tit h3{ font-size: 3.6em; color: #000; line-height: 1; }
.case-t .apls .tit h4{ font-size: 1.8em; color: #000; line-height: 1; padding-left: 10px;}
.case-t .apls .img{ width: 65%;}
.case-t .apls .img img{ width: 100%;}
.case-t .apls .txt{ padding: 20px 30px; width: 35%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #fff; opacity: 0;}
.case-t .apls .txt .t1{ min-height: 240px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  padding-bottom: 20px;}
.case-t .apls .txt .t1 p{ max-width: 340px; margin: 0 auto; font-size: 1.4em; color: #fff; line-height: 1.5;}
.case-t .apls .txt .t2{ padding-bottom: 120px;}
.case-t .apls .txt .t2 p{ font-size: 4.8em; font-weight: 800; text-transform: uppercase; line-height: 1.5;}
.case-t .apls .swiper-slide-active .txt,.case-t .apls .swiper-slide-active .tit{ opacity: 1;}
.case-t .apls .btn{ position:absolute ; z-index: 2; top:80px; left: 0; width: 200px; height: 40px;}
.case-t .apls .swiper-button-next,.case-t .apls .swiper-button-prev{ width: 12px; height: 15px; background-size: contain; background-image: url(../images/case/cn.png); top:auto; bottom:0;}
.case-t .apls .swiper-button-next{ right: 0;}
.case-t .apls .swiper-button-prev{ left: 0; transform: rotate(180deg);}
.case-t .apls .swiper-pagination{ font-size: 24px; color: #aaa; bottom: 0;}
.case-t .apls .swiper-pagination-current{ font-size: 48px; font-weight: bold; color: #204f8b; line-height: 30px;}
.case-t .apls .swiper-pagination-total{ font-size: 24px; color: #aaa;}

/*news*/
.news-t .nd *,.news-t .nd .img:after,.news-t .nd .img:before{ 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: 100px 0; background: url(../images/news-bg.jpg) left bottom no-repeat; background-size: 100% auto;}
.news-t .tits2{ margin-bottom: 60px;}
.news-t .nd{ border-bottom: 1px solid #eee;}
.news-t .nd:nth-child(2){ border-top:1px solid #eee;}
.news-t .nd a{ align-items:flex-start; display: flex; padding: 40px 0;}
.news-t .nd a>*{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.news-t .nd .time{ display: flex; align-items:flex-start; width: 20%; -webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);}
.news-t .nd .time h3{ font-size: 5.6em; color: #979797; font-weight: bold; border-right:1px solid #eee; padding-right: 10px; margin-right: 10px;}
.news-t .nd .time p{ font-size: 1.4em; color: #979797;  line-height: 1.5; padding: 6px 0;}
.news-t .nd .img{ height:auto; overflow: hidden; background: #000; width: calc(30% - 60px); margin: 0 30px; position: relative;}
.news-t .nd .img:after,.news-t .nd .img:before{ position: absolute; content: "";}
.news-t .nd .img:after{ background: url(../images/news/nd.png) center center no-repeat; background-size: 0% auto; width: 100%; left: 0; height: 100%; top:0; }
.news-t .nd .img:before{ width: 80%; height: 20%; background: rgba(32,79,139,0.6); bottom:0; left: 100%; clip-path: polygon(20px 0, 100% 0%, 100% 100%, 0 100%);}
.news-t .nd .img img{ width: 100%;}
.news-t .nd .txt{ width: 50%;}
.news-t .nd .txt h4{ font-size: 1.4em; color: #080808; width: 110px; text-align: center; background: #eaeaea; padding: 8px 12px; line-height: 1.5; margin-bottom: 30px;}
.news-t .nd .txt h3{ margin: 30px 0; font-size: 2.4em; color: #080808; line-height: 28px; font-weight: bold; height: 28px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.news-t .nd .txt>p{ font-size: 1.4em; color: rgba(0,0,0,0.8); line-height: 24px;  height: 48px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2;}
.news-t .nd .txt .mo{ position: relative; margin-top: 20px; overflow: hidden; width: 110px; height: 32px; display: flex; align-items: center; text-align: center;}
.news-t .nd .txt .m1{ width: 100%; text-align: left;}
.news-t .nd .txt .m2{ display: flex; align-items: center;  position: absolute;  top:0; right: 100%; width: 100%; content: "";  background: #fff; height: 100%;}
.news-t .nd .txt .m2 p{ font-size: 1.6em; color: #204f8b; line-height: 24px;}
.news-t .nd .txt .m2 p:last-child{ padding: 3px 10px; border-radius: 50%; border: 1px solid #204f8b; margin-left: 10px;}
.news-t .nd:hover .time{ -webkit-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
	-ms-filter:grayscale(0%);
	-o-filter:grayscale(0%);
	filter:grayscale(0%);}
.news-t .nd:hover .time h3,.news-t .nd:hover .time p,.news-t .nd:hover .txt h3{ color: #204f8b;}
.news-t .nd:hover .time h3{border-right:1px solid #204f8b;}
.news-t .nd:hover .txt .m2{ right: 0%;}
.news-t .nd:hover .txt h4{ color: #fff; background: #204f8b;}
.news-t .nd:hover .img img{ opacity: 0.3;}
.news-t .nd:hover .img:after{ background-size: 20% auto;}
.news-t .nd:hover .img:before{ left: 20%;}

/*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; background: #eee;}
.newsshow .boxs{ background:#fff; }
.newsshow .tit{ padding:40px; text-align:center; border-bottom: 1px solid #eee;}
.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:#204f8b !important; color:#fff !important;}

/*contact*/
.form .fc-btn,.map:after{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 .ctxts{ display: flex; justify-content: space-between; margin-top: -100px; align-items: center;}
.contact-t{ padding: 120px 0 80px 0;}
.contact-t .dots{ margin: 60px 0 80px 0; display: flex; justify-content: space-between;}
.contact-t .dots .dot{ display: flex; align-items: flex-end;}
.contact-t .dots .dot .t{ padding-left: 20px;}
.contact-t .dots .dot h3{ font-size: 1.6em; color: #000;}
.contact-t .dots .dot p{ font-size: 1.4em; color: rgba(0,0,0,0.5); line-height: 2;}

.form form{ justify-content: space-between; display: flex; flex-wrap: wrap;}
.form input,.form textarea{ width: 100%; 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; padding: 10px 0px;  border-bottom: 1px dashed #527192; }
.form .dot{ width: calc(50% - 40px); margin-bottom: 50px;}
.form .dot h3,.form .dot3 h3{ font-size: 1.6em; color: #000; line-height: 1.5;}
.form .dot2{ margin: 10px 0 90px 0; width: 100%;}
.form .dot2 h3{ font-size: 2.4em; color: #000; line-height: 1.5; margin-bottom: 25px;}
.form .dot2 .d2{ display: flex;}
.form .dot2 .d{ margin-right: 60px; display: flex; align-items: center; width: auto;}
.form .dot2 input{ width: auto;}
.form .dot2 p{ font-size: 1.4em; color: #000; line-height: 1.5;}
.form .dot3{ width: 100%;}
.form .dot3 textarea{ border: 1px solid #7f7f7f; margin-top: 15px; padding: 16px;}

.form .btn{ margin: 30px 0 0 0; }
.form .fc-btn{ border:none; padding:8px 60px 8px 10px;;  font-size:1.6em; color:#fff; line-height:24px; cursor:pointer; background: #204f8b no-repeat; font-style: normal; background-image: url(../images/arrow.png); background-position: 100px center; }
.form .fc-btn:hover{ background-color: #000;}
.form .fc-input::-webkit-input-placeholder,.form textarea::-webkit-input-placeholder {  color:rgba(0,0,0,0.5); font-family: "Microsoft Yahei";}
.form .fc-input:-moz-placeholder,.form textarea:-moz-placeholder { color:rgba(0,0,0,0.5); font-family: "Microsoft Yahei";}
.form .fc-input::-moz-placeholder,.form textarea::-moz-placeholder { color:rgba(0,0,0,0.5); font-family: "Microsoft Yahei";}
.form .fc-input:-ms-input-placeholder,.form textarea:-ms-input-placeholder { color:rgba(0,0,0,0.5); font-family: "Microsoft Yahei";}

.map{ overflow: hidden; position: relative;}
.map:after{ content: ""; position: absolute; top:0; left: 0; width: 100%; height: 100%; opacity: 0.3;  background: #204f8b; z-index: 300;}
.map:hover:after{ left: 100%; transform: scale(0); }

/*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: 1.5; padding: 12px 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:580px;}
