@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;} 

/*all-img*/
.xxl,icu1{ display:block;}
.xl,.l,.m,.icu2{ display:none;}

/*parts*/
div.fy {text-align:right;line-height:4rem; padding-top:20px;}
div.fy a { margin:2px 2px;padding:8px 12px;color:#7f7e7e;font-size:1.8em; display:inline; background: #fff; border: 1px solid #ddd;}
div.fy a:hover{color:#fff;  background: #03277e; border: 1px solid #03277e;}
div.fy a:active{ color:#fff;  background: #03277e; border: 1px solid #03277e;}
div.fy span.current{  margin:2px 2px;padding:8px 12px; color:#fff;  font-size:1.8em;  background: #03277e;border: 1px solid #03277e;}
div.fy span.disabled{  margin:2px 2px;padding:8px 12px; color:#7f7e7e; font-size:1.8em; background: #fff;  border: 1px solid #ddd;}


/*手机导航*/
.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,.header .mune a,.header .m-list>a img,.header .more a,.header .m-list.more .lun .lm{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.header{ border-bottom: 1px solid rgba(255,255,255,0.5); background: rgba(3,39,126,0.64); z-index: 2;  position: absolute; left: 0; width: 100%; top:0%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.header .logo{ padding: 24px 0; float:left; }
.header .mune{ padding: 44px 0; float:right; overflow: hidden; }
.header .mune>*,.header .m-list{ float:left; }
.header .m-list>a{ opacity: 0.5; display: inline-block;  font-size:1.6em; color:#fff; padding:0 30px; line-height:22px; position: relative;}
.header .m-list:hover>a{opacity: 1; }
#m1 .m1,#m2 .m2,#m3 .m3,#m4 .m4,#m5 .m5,#m6 .m6,#m7 .m7{ opacity: 1; text-transform: uppercase !important; }
.header .m-list.more{ padding-left: 100px;}
.header .m-list.more>*{ color: #fff; float:left; cursor: pointer;}
.header .m-list.more .lun{ margin-right: 40px;  position: relative; }
.header .m-list.more .lun span{ position: relative; font-size: 1.8em; color: #fff; display: inline-block;}
.header .m-list.more .lun span:after{ position: absolute; bottom: 5px; right: -12px; background: url(../images/up.png) center center no-repeat; width: 8px; height: 5px; content: "";}
.header .m-list.more .lun .lm{ display: none; opacity: 0; position: absolute; top:110%; left: -8px; background: rgba(255,255,255,0.8); padding:6px 10px;}
.header .m-list.more .lun .lm a{ line-height: 1.2; font-size: 1.4em;}
.header .m-list.more .lun:hover .lm{ display: block; opacity: 1;}

.header .mune .ms{ transform: translateX(0px); opacity: 1; }


/*footer*/
.footer a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.footer{ background:url(../images/footer-bg.jpg) center center no-repeat; background-size: cover !important; overflow:hidden; }
.footer .warp{  width: 100%;}
.footer .fo1{ padding: 40px 0;}
.footer .fo1 .links{ overflow: hidden; border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 25px;}
.footer .fo1 .links .flogo{ float:left; }
.footer .fo1 .links .f-mune{ padding-top: 24px; float:right; }
.footer .fo1 .links .f-mune a{ font-size: 1.6em; color: rgba(255,255,255,0.7); line-height: 1.5; text-transform: uppercase; font-weight:bold; margin-left: 70px;} 
.footer .fo1 .links .f-mune a:hover{ color: #fff;}
.footer .fo1 .txts{ overflow: hidden;padding-top: 40px;}
.footer .fo1 .txts .txt{ float:left;}
.footer .fo1 .txts .txt h3{ font-size: 1.4em; color: rgba(255,255,255,0.8); font-weight: bolder; text-transform: uppercase; margin-bottom: 40px;}
.footer .fo1 .txts .txt p{ font-size: 1.4em; color: rgba(255,255,255,0.7); line-height: 1.5;}
.footer .fo1 .txts .fs{ width: 460px; float:right; }
.footer .fo1 .txts .fs .fsd{ text-align: right; margin-bottom: 50px;}
.footer .fo1 .txts .fs .fsd a{ display: inline-block; margin-left: 10px;}
.footer .fo1 .txts .fs .fss .f-input{ float:left; width:350px; border:none; outline:none; padding:14px 20px; font-size:1.4em; font-weight:bold; color:rgba(0,0,0,0.7); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #cfd7e7;}
.footer .fo1 .txts .fs .fss .f-btn{ height: 44px; padding: 14px 0; float:left; border:none; outline:none; background-color:#18a0ae; font-size:1.4em;  text-transform: uppercase;  color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width:110px; position:absolute;  text-transform:uppercase;}


.footer .fo2{ border-top:1px solid rgba(255,255,255,0.2); overflow: hidden; padding: 24px 0;}
.footer .fo2 p{ font-size: 1.4em; color: #cacaca; float:left;}
.footer .fo2 p:last-child{  float:right;}
.footer .fo2 p a{ font-size: 1em; color: #cacaca; }
.footer .fo2 p a:hover{ text-decoration: underline;}

.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 *{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.banner{  width: 100%;}
.banner .banner-slider{ height: 940px;}
.banner .banner-slider .swiper-slide{ background-size: cover !important;} 
.banner .swiper-pagination-bullet{ opacity: 0.8; background: #fff; width: 14px; height: 14px;}
.banner .swiper-pagination-bullet-active{ opacity: 1; background: #03277e;}
.banner .txt img{ max-width: 55%;}
.banner .txt{ text-align: right; padding-top: 20%;}
.banner .ban2 .txt{ text-align: left;}
/*ip*/
.ip .ipl div{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.ip{ position: relative; display: table; background: rgba(0,0,0,0.8); overflow: hidden; width: 100%;}
.ip>*{  height: 100%; display: table-cell; vertical-align: middle; width:  50%;}
.ip .ipl{ overflow: hidden;}
.ip .ipl div{cursor: pointer; float:left; width: 70%; margin-right: -52%;}
.ip .ipl div.hover{ margin-right: -10%;}
.ip .ipl img{ max-width: 100%;}
.ip .ip-s{ position: absolute; top:0; right: 0; width: 50.1%;}
.ip .ip-s .box{ width: 100%; height: 100%;  display: none; background-size:cover !important;}
.ip .ip-s .ip1{ background: url(../images/ip1.jpg) center center no-repeat; }
.ip .ip-s .ip2{ background: url(../images/ip2.jpg) center center no-repeat; }
.ip .ip-s .ip3{ background: url(../images/ip3.jpg) center center no-repeat; }
/*iab*/
.iab{ background:url(../images/iab-bg.jpg) center center no-repeat; background-size: cover !important; height: 100vh;}
.iab .txt{ width: 80%; padding: 30% 0 0 0;}
.iab .txt h3{ font-size: 1.4em; color: rgba(255,255,255,0.8); font-weight: bolder; text-transform: uppercase; line-height: 1.5; padding-left: 7%;}
.iab .txt p{ font-size: 1.4em; line-height: 1.5; color: rgba(255,255,255,0.7); padding-top: 20px; padding-left: 7%;}
.iab .txt a{ padding: 16px 0px 0 0; margin-top: 6%; display: block; border-top: 1px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.5); font-size: 1.6em;  font-style: italic; text-align: right;}
.iab .txt a span img{ margin: 0px 0 4px 12px;}
/*iall*/
.iall{ padding: 140px 0;}
.iall .boxs{ width: 100%; display: table; background: #f4f8fb;}
.iall .boxs>*{ width: 50%; display: table-cell; vertical-align:bottom;}
.iall .boxs .box1{ padding: 40px 5% 80px 5%; background: url(../images/iall1.jpg) center center no-repeat; background-size: cover !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.iall .boxs .box1 h3{ font-size: 2.4em; color: #fff; font-weight: bolder; margin-bottom: 40px;}
.iall .boxs .box1 img{ max-width: 100%;}
.iall .boxs .box1 a{ position: relative; z-index: 3; width: 60%; margin-left: -20%; padding: 16px 0px 0 0; margin-top: -6%; display: block; border-top: 1px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.5); font-size: 1.6em;  font-style: italic; text-align: right;}
.iall .boxs .box1 a span img{ margin: 0px 0 4px 12px;}
.iall .boxs .box2 .box2-1{  background: url(../images/net.jpg) center center no-repeat; background-size: cover  !important;  padding:75px 40px;}
.iall .boxs .box2 .box2-1 img{ max-width: 100%;}
.iall .boxs .box2 .box2-1 h3{ color: #fff; font-size: 2.4em; font-weight: bolder; margin-top: 20px;}
.iall .boxs .box2 .box2-2{ padding: 40px; background: url(../images/iall3.jpg) center center no-repeat; background-size: cover !important;}
.iall .boxs .box2 .box2-2 .txt{ max-width: 340px;}
.iall .boxs .box2 .box2-2 .txt h3{font-size: 2.4em; color: #fff; font-weight: bolder; margin-bottom: 15px;}
.iall .boxs .box2 .box2-2 .txt p{ font-size: 1.4em; color: #fff; line-height: 1.2;}
.iall .boxs .box2 .box2-2 a{ width: 100%; padding: 16px 0px 0 0; margin-top: 6%; display: block; border-top: 1px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.5); font-size: 1.6em;  font-style: italic; text-align: right;}
.iall .boxs .box2 .box2-2 a span img{ margin: 0px 0 4px 12px;}

/*banners*/
.banners{ height: 750px; 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;}
.news{ text-align: right; background: url(../images/banners/news-banner.jpg) center center no-repeat;}
.contact{ text-align: right; background: url(../images/banners/contact-banner.jpg) center center no-repeat;}
.network{ text-align: right; background: url(../images/banners/network-banner.jpg) center center no-repeat;}
.banners .txt{  display: table; width: 100%; height: 750px;}
.banners .txt .ti{ padding-top: 5%; display: table-cell; vertical-align: middle;}
.banners .txt .ti img{ max-width: 55%;}

/*tits*/
.tits{ text-align: center;}
.tits h3{ font-size: 2.4em; color: #070505; line-height: 1.2; font-weight: bold; text-transform: uppercase;}
.tits h4{ font-size: 1.4em; color: rgba(0,0,0,0.5); line-height: 1.5;}

/*about*/
.about-t .ab1 .txts{ overflow: hidden;}
.about-t .ab1 .txts>*{ float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.about-t .ab1 .txts .img{ width: 30%;}
.about-t .ab1 .txts .img img{ max-width: 100%;}
.about-t .ab1 .txts .txt{ padding-left: 4%; width: 70%;}
.about-t .ab1 .txts .txt .st{ overflow: hidden; margin-bottom: 26px;}
.about-t .ab1 .txts .txt .st>*{ float:left;}
.about-t .ab1 .txts .txt .st a{ padding-left: 10px; font-size: 1.4em; color: rgba(0,0,0,0.7); display: inline-block;}
.about-t .ab1 .txts .txt .st a:hover{text-decoration: underline;}
.about-t .ab1 .txts .txt .t h3{ font-size: 2.4em; color: rgba(0,0,0,0.9); font-weight: bold;}
.about-t .ab1 .txts .txt .t h4{ font-size: 1.6em; color: rgba(0,0,0,0.6); line-height: 1.5; margin-bottom: 25px;}
.about-t .ab1 .txts .txt .t p{ font-size: 1.4em;  color: rgba(0,0,0,0.9); line-height: 1.5;}
.about-t .ab2{ background: #f5f6f8;}
.about-t .ab2 .t-img img{ margin-top: -80px; max-width: 100%;}
.about-t .ab2 .tits{ margin: 50px 0;}
.about-t .ab2 .dots{ padding-bottom: 60px; overflow:hidden;}
.about-t .ab2 .dots .dot{ float:left; width: 33.33%; text-align: center;}
.about-t .ab2 .dots .dot .img img{ max-width: 40%;}
.about-t .ab2 .dots .dot .t p{ font-size: 1.4em; color: rgba(0,0,0,0.8); line-height: 1.5; max-width: 200px; margin: 20px auto 0 auto;}
.about-t .ab3 .honor-slider .swiper-button-white,.about-t .ab3 .honor-slider img{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.about-t .ab1{ padding: 70px 0 160px 0;}
.about-t .ab3{ padding: 60px 0 50px 0;}
.about-t .ab3 .tits{ margin-bottom: 40px;}
.about-t .ab3 .honor-slider{ padding: 10px 6%;}
.about-t .ab3 .honor-slider img{ width: 100%;}
.about-t .ab3 .honor-slider img:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.about-t .ab3 .honor-slider .swiper-button-white{ background-color: #eee; width: 46px; height: 84px; background-size: 16px 34px;}
.about-t .ab3 .honor-slider .swiper-button-white:hover{ background-color: #03277e;}

/*network*/
.network-t{ padding: 70px 0 80px 0;}
.network-t .tits{ margin-bottom: 50px;}
.network-t .net-map img{ max-width: 100%;}

/*news*/
.news-t .nl a,.news-t .news-top .dot,.news-t .news-top .dot *,.news-t .news-top .dot .img:after,.news-t .news-txts .ndt,.news-t .news-txts .ndt *{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.news-t{ padding: 70px 0;}
.news-t .nl{ width: fit-content; background: #03277e; border-radius: 35px; display:block; margin: 40px auto;}
.news-t .nl a{ padding: 12px 20px; display: inline-block; font-size: 1.8em; color: rgba(0,0,0,0.8); background: #eceef2; border-radius: 40px;  text-transform: uppercase; margin: 0 -1px;}
.news-t .nl a:hover,.news-t .nl a.lock{ background: #03277e; color: #fff;}
.news-t .news-top{ overflow: hidden; width: calc(100% + 20px); margin-left: -10px;}
.news-t .news-top .dot{ background: #eceef2; float:left; width: calc(50% - 20px); margin: 10px 10px; overflow: hidden; box-shadow: 2px 2px 10px rgba(0,0,0,0.2);}
.news-t .news-top .dot a>*{ float:left; width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.news-t .news-top .dot .img{ position: relative; background: #03277e; overflow: hidden;}
.news-t .news-top .dot .img:after{ position: absolute; top:calc(50% - 14px); left: calc(50% - 14px); content: ""; background: url(../images/news/nd.png) center center no-repeat; background-size: 29px 29px; width: 29px; height: 29px; opacity: 0;}
.news-t .news-top .dot .img img{ width: 100%;}
.news-t .news-top .dot .txt{  padding:40px 30px;}
.news-t .news-top .dot .txt h3{ font-weight: bold; font-size: 1.8em; color: rgba(0,0,0,0.8); line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.news-t .news-top .dot .txt h4{ font-size: 1.4em; color: rgba(0,0,0,0.5); line-height: 1.5; margin: 10px 0;}
.news-t .news-top .dot .txt p{ font-size: 1.4em; color: rgba(0,0,0,0.5); line-height: 18px; height: 36px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2;}
.news-t .news-top .dot .txt span{font-size: 1.4em; color: rgba(0,0,0,0.8);  display: inline-block; margin-top: 30px;}
.news-t .news-top .dot:hover{ background: #fff; }
.news-t .news-top .dot:hover .img img{ opacity: 0.3;}
.news-t .news-top .dot:hover .img:after{ opacity: 1;}
.news-t .news-top .dot:hover .txt h3{ color: #03277e;}
.news-t .news-top .dot:hover .txt span{ color: #00abee;}
.news-t .news-txts{ margin-top: 50px;}
.news-t .news-txts .ndt{  margin: 20px 0;}
.news-t .news-txts .ndt a{ display: table; width: 100%;}
.news-t .news-txts .ndt a>*{ display: table-cell; vertical-align: middle;}
.news-t .news-txts .ndt .t{padding: 30px 0; border-bottom: 1px solid #cdcdcd;}
.news-t .news-txts .ndt .t .tit{ overflow: hidden; margin-bottom: 20px;}
.news-t .news-txts .ndt .t .tit>*{ float:left;}
.news-t .news-txts .ndt .t .tit h3{ font-size: 1.8em; color: rgba(0,0,0,0.8); font-weight: bold; line-height: 24px; height: 24px; max-width: calc(100% - 110px); display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.news-t .news-txts .ndt .t .tit span{ padding-left: 10px; width: 90px; font-size: 1.4em; color: rgba(0,0,0,0.5); line-height: 24px;}
.news-t .news-txts .ndt .t p{ font-size: 1.4em; line-height: 24px; height: 48px; color: rgba(0,0,0,0.8); display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2;}
.news-t .news-txts .ndt .more{ width: 130px; text-align: center;}
.news-t .news-txts .ndt:hover .t .tit h3{ color: #03277e;}
.news-t .news-txts .ndt:hover .more img{ transform: rotate(-90deg);}

/*newsshow*/
.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:#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; text-indent:2em;}
.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;}

/*product*/
.product-t .sp-slider *,.product-t .pl a,.product-t .pboxs .box .img img,.product-t .pboxs .box .txt:after,.product-t .pboxs .box .txt p,.product-t .pl2 a{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.product-t{ padding: 70px 0;}
.product-t .sp-slider{ position: relative; margin-top: 50px; padding: 10px 6%;}
.product-t .sp-slider:after,.product-t .sp-slider:before{ z-index: 2; position: absolute; top:0; content: ""; width: 5%; height: 100%; background: #fff;}
.product-t .sp-slider:after{ left: 0;}
.product-t .sp-slider:before{ right: 0;}
.product-t .sp-slider img{ width: 100%;}
.product-t .sp-slider img:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.product-t .sp-slider .swiper-button-white{ background-color: #eee; width: 46px; height: 84px; background-size: 16px 34px;}
.product-t .sp-slider .swiper-button-white:hover{ background-color: #03277e;}
.product-t .pl{ margin: 80px 0 20px 0; text-align: center; }
.product-t .pl a{ margin: 5px 20px; padding: 14px 40px; background: #eceef2; border-radius: 40px; font-size: 1.8em; color: rgba(0,0,0,0.8); text-transform: uppercase; display: inline-block;}
.product-t .pl a:hover,.product-t .pl a.lock,.product-t .pl2 a:hover,.product-t .pl2 a.lock{ background: #03277e; color: #fff;}
.product-t .pl2{ margin-bottom: 10px; text-align: center; margin: 0 auto; overflow: hidden;}
.product-t .pl2 a{ display: inline-block;  min-width: calc(10% - 8px); margin: 4px; background: #f4f4f4; font-size: 1.4em; color: #333; line-height: 1.5; padding: 5px 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  text-align: center;}
.product-t .pboxs{ overflow: hidden; width: calc(100% + 40px); margin-left: -20px;}
.product-t .pboxs .box{ box-shadow: 0 10px 10px rgba(0,0,0,0.2); border: 1px solid #d2d2d2; width: calc(25% - 40px);  margin: 20px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.product-t .pboxs .box .img{ overflow: hidden; border-bottom: 1px solid #d2d2d2;}
.product-t .pboxs .box .img img{ width: 100%;}
.product-t .pboxs .box .txt{ position: relative; padding: 12px;}
.product-t .pboxs .box .txt:after{ transform: scaleX(0); content: ""; width: 100%; left: 0; top:0; height: 100%; background: #03277e; position: absolute; }
.product-t .pboxs .box .txt p{ position: relative; z-index: 2; font-size: 1.8em; color: rgba(0,0,0,0.8); line-height: 24px; height: 24px; text-align: center; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.product-t .pboxs .box:hover .img img{ transform: scale(1.05);}
.product-t .pboxs .box:hover .txt:after{ transform: scaleX(1);}
.product-t .pboxs .box:hover .txt p{ color: #fff; }

/*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:620px;}

.contact-t .c1{ padding: 70px 0 70px 0;}
.contact-t .c1 .boxs{ overflow: hidden; margin-top: 95px;}
.contact-t .c1 .boxs .tit{ margin: 0px 0 50px 0;}
.contact-t .c1 .boxs .tit>*{ display: inline-block;}
.contact-t .c1 .boxs .tit h3{ font-size: 2.4em; color: #000;}
.contact-t .c1 .boxs .tit h4{ font-size: 1.8em; color: #000; margin-left: 5px;}
.contact-t .c1 .boxs .txt{ float:left; width: 45%; padding-right: 5%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.contact-t .c1 .boxs .txt .dot{ border-bottom: 1px solid #dcdcdc;  margin-bottom: 35px; padding-bottom: 12px;}
.contact-t .c1 .boxs .txt .dot p{ overflow: hidden;}
.contact-t .c1 .boxs .txt .dot p span{ float:left; display:inline-block; font-size: 1.4em; color: rgba(0,0,0,0.6); line-height: 32px; }
.contact-t .c1 .boxs .txt .dot p span:last-child{ width: calc(100% - 60px);}
.contact-t .c1 .boxs .txt .dot p img{ margin: 0 20px -10px 0;}
.contact-t .c1 .boxs .fd{ float:left; width: 55%;}
.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 .c1 .boxs .fd .form .dot .ft1{ background: url(../images/contact/c2-1.png) 20px  center no-repeat;}
.contact-t .c1 .boxs .fd .form .dot .ft2{ background: url(../images/contact/c2-2.png) 20px  center no-repeat;}
.contact-t .c1 .boxs .fd .form .fc-txt{ background: url(../images/contact/c2-3.png) 20px 20px no-repeat;}

.contact-t  .btn .fc-btn,.contact-t .c2 .join-slider .swiper-slide,.contact-t .c2 .join-slider .swiper-slide h4,.contact-t .c2 .join-slider .swiper-slide .img{transition:ease .5s all; -moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.contact-t  input,.contact-t  textarea{ font-size: 1.4em; outline:none; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  line-height:24px; color:#000; border-radius: 5px; border: 1px solid #d2d2d2; border-bottom: 6px solid #d2d2d2; padding: 20px 20px 20px 65px;}
.contact-t  .fc-input{ width: 100%; margin-bottom: 35px;}
.contact-t  textarea{ width:100%; margin:35px 0; font-family: "Arial","Microsoft Yahei";}
.contact-t  .fc-input::-webkit-input-placeholder,.contact-t  textarea::-webkit-input-placeholder { color:rgba(0,0,0,0.6);}
.contact-t  .fc-input:-moz-placeholder,.contact-t  textarea:-moz-placeholder { color:rgba(0,0,0,0.6);}
.contact-t  .fc-input::-moz-placeholder,.contact-t  textarea::-moz-placeholder { color:rgba(0,0,0,0.6);}
.contact-t  .fc-input:-ms-input-placeholder,.contact-t  textarea:-ms-input-placeholder { color:rgba(0,0,0,0.6);}
.contact-t  .btn .fc-btn{ float:right; border:none; padding:20px 90px 20px 65px;  font-size:1.8em; color:#fff; line-height:24px; cursor:pointer; background: url(../images/contact/send.png) 80% center no-repeat #03277e;}
.contact-t  .btn .fc-btn:hover{ background: url(../images/contact/send.png) 80% center no-repeat #000;}








