﻿@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "SWIS721";
  src: url("../fonts/../fonts/SWIS721 BLKCN BT BLACK.TTF");
}


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:center;line-height:4rem; padding-top:20px;}
div.fy a { margin:2px 2px; padding:6px 10px;color:#666;font-size:1.6em; display:inline; background: #fff; border-radius: 5px;}
div.fy a:hover{color:#fff;  background: #006db8; border-radius: 5px;}
div.fy a:active{ color:#fff;  background: #006db8; border-radius: 5px;}
div.fy span.current{  margin:2px 2px; padding:6px 10px; color:#fff;  font-size:1.6em;  background: #006db8; border-radius: 5px;}
div.fy span.disabled{  margin:2px 2px; padding:6px 10px; color:#666; font-size:1.6em; background: #fff; border-radius: 5px;}


/*手机导航*/
body{  position: relative;}
.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:100vh; 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,.header .m-dot:after{ color: #fff;  transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.header{ top:0; left: 0; width: 100%;  position: absolute; background: rgba(0,69,162,0.5);  z-index: 2; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between;}
.header .logo{ padding: 10px 0; width: 30%; text-align: center;}
.header .munes,.header .munes .mune{  display: flex; justify-content: flex-end;}
.header .munes{ width: 70%;}
.header .mune,.header .m-dot{ position: relative;}
.header .m-dot:after{ position: absolute; top:44px; right:20px; content: ""; width: 10px; height: 10px; background: url(../images/down.png) center center no-repeat; z-index: 2;}
.header .m-dot>a{ padding: 38px 36px;}
.header .mune .md{ position: absolute; top:100%; left: 0; width: 100%; 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 .m-dot span img{ margin: 0 6px -4px 0;}
.header .m-dot:hover:after{ transform: rotate(180deg);}
.header .mune .md a{ padding: 10px 4px 0 4px;}
.header .munes a{ color: #fff; font-size: 1.6em; text-transform: uppercase; line-height: 24px; display: block;}
.header .munes a:hover{ text-decoration: underline;}
.header .sreach{ padding: 38px 45px 35px 25px; background: rgba(0,69,162,0.5);}


/*footer*/
.footer a{ color: #fff;  transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.footer a:hover{ text-decoration: underline;}
.footer .fo1{ padding: 80px 0 60px 0; background: url(../images/fbg.jpg) right center no-repeat; background-size: cover !important;}
.footer .fo1 .warp{  display: flex; justify-content: space-between; }
.footer .fo1 .fmenu h3 a{ font-size: 1.6em; display: inline-block; padding-bottom: 25px; line-height: 24px; color: #fff; font-weight: bold; text-transform: uppercase;}
.footer .fo1 .fmenu p a{ color: rgba(255,255,255,0.5); font-size: 1.4em; line-height: 24px; height: 24px; margin-bottom: 10px;  display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;}
.footer .fo1 .fmenu{ display: flex; width: 60%; justify-content: space-between;}
.footer .fo1 .fm{ margin-right: 50px;}
.footer .fo1 .fc{ width: 30%; max-width: 380px;}
.footer .fo1 .fs{ display: flex; justify-content: space-between; margin-bottom: 50px;}
.footer .fo1 .fs span{ display: inline-block; border-radius: 50%; border: 1px solid rgba(255,255,255,0.3);  padding: 8px; margin-right: 20px;}
.footer .fo1 .fs span:hover{ border: 1px solid #fff;}
.footer .fo1 .fc .fct{ display: flex; justify-content: space-between;}
.footer .fo1 .fc .fct img{ padding-left: 10px;}
.footer .fo1 .fc .fct p{ font-size: 1.4em; color: #fff; line-height: 2; opacity: 0.7;}

.footer .fo2{ padding: 30px 0px; background: #113462;}
.footer .fo2 .warp{  display: flex; justify-content: space-between;}
.footer .fo2 .tip p{ font-size:1.4em; color: #fff; line-height: 1.5;}
.footer .fo2 .fweb{ margin-left: 20px;}
.footer .fo2 .fweb p{ font-size: 1.4em; color: #fff; line-height: 26px;}
.footer .fo2 .fweb p a{ font-size:1em; color: #fff;}

.bottomlist{ background:#333; 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;}

/*lines*/
.lines{ position: relative;}
.lines:after{ position: absolute; bottom:0; left: 0; content: "";  width: 100%; height: 10px; background: url(../images/lines.png) center center no-repeat; background-size: cover !important; z-index: 2;}

/*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 .swiper-slide{ position: relative; display: flex; align-items: center; background-size: cover !important; height: 100vh; overflow: hidden;}
.banner .swiper-slide .warp2{width: 100%;}
.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 .ban3{ background: url(../images/banner03.jpg) center center no-repeat; background-size: cover !important;}

.banner .txt{ transform: scale(0);}
.banner .txt h3{ font-size: 7.2em; font-weight: bold; line-height: 1; text-transform: uppercase; color: #fff; margin-bottom: 0px;}
.banner .txt h3 span{ font-weight: 100; font-size: 24px; background: #006db8; padding: 6px 4px; display: inline-block; transform: translateY(-10px);}
.banner .txt h4{ font-size: 4.8em; color: #fff; text-transform: uppercase; display: inline-block;  line-height: 52px; margin-bottom: 40px;}
.banner .txt h4 span{ font-weight: bold; font-size: 1.2em; line-height: 52px; transform: translateY(6px); display: inline-block;}
.banner .txt p{ font-size: 1.6em; color: #fff; line-height: 1.5; max-width: 600px; opacity: 0.5;}
.banner .swiper-slide-active .txt{ transform: scale(1);}
.banner .swiper-pagination{ text-align: left; left: calc(50% - 700px); padding-left: 0px; bottom: 20vh;}
.banner .swiper-pagination-bullet{ text-align: left; width: 10px; height: 10px;  opacity: 1; background: #aaa; border-radius: 0;}
.banner .swiper-pagination-bullet-active{ background: #006db8;}

.mob{ margin-top: 20px; font-size: 1.6em;  color: #fff; padding: 14px 60px; background: #006db8; display: inline-block;  position: relative; border-bottom: 3px solid #0045a5;}
.mob:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.4);}
/*ip*/
.ip,.ip .mySwiper2 .txt,.mob{ 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 .fp-tableCell{ vertical-align: bottom;}
.ip .tits{ border-bottom: 1px solid #e2e4e7; padding-bottom: 30px;}
.ip .ipl{ background-image:linear-gradient(180deg,#fff 50%,#e2e4e7 100%);}
.ip .iplb{ display: flex;}
.ip .mySwiper2{ width: 40%; position: relative;}
.ip .mySwiper2 .swiper-pagination{ text-align: left; left: 0;  bottom: 10vh;}
.ip .mySwiper2 .swiper-pagination-bullet{ text-align: left; width: 8px; height: 8px;  opacity: 1; background: #434343; }
.ip .mySwiper2 .swiper-pagination-bullet-active{ background: #006db8;}
.ip .mySwiper2 .txt{ transform: scale(0); opacity: 0; max-width: 340px; padding-top: 60px; padding-right: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ip .mySwiper2 .swiper-slide-active .txt{ transform: scale(1);  opacity: 1;}
.ip .mySwiper2 .txt h3{ font-size: 2.4em; color: #474747; text-transform: uppercase; line-height: 1.2; font-weight: bold;}
.ip .mySwiper2 .txt h4{ font-size: 1.8em; color: #474747; line-height: 1.5; margin: 10px 0 20px 0;} 
.ip .mySwiper2 .txt p{ font-size: 1.4em; color: #474747; line-height: 1.5;}
.ip .mySwiper2 .txt .dot{ display: flex; margin-top: 30px; flex-wrap: wrap; justify-content: space-between; margin-bottom: 70px;}
.ip .mySwiper2 .txt .dot .d{ text-align: center;}
.ip .mySwiper2 .txt .dot .d span{ padding: 7px; border-radius: 5px; border: 1px solid #dcdcdc; display:inline-block;}
.ip .mySwiper2 .txt .dot .d h5{ line-height: 1.5; margin-top: 4px; font-size: 1.4em; color: #8a8a8a;}
.ip .mySwiper{ position: relative; overflow: hidden; width: 60%;}
.ip .mySwiper .swiper-slide{ padding: 12vh 4% 8vh 10%; background: url(../images/iplbg.png) left center no-repeat; background-size:  auto 100% !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ip .mySwiper .swiper-slide{ position: relative; }
.ip .mySwiper .swiper-slide img{ max-width: 100%; width: 100%;}
.ip .mySwiper .txt{ position:absolute; top:6vh; right:0; text-align: right;}
.ip .mySwiper .t{ display: flex; }
.ip .mySwiper .txt h3{ line-height: 1.5; font-size: 1.4em; color: #474747;}
.ip .mySwiper .txt h4{ font-size: 3.6em; font-weight: bold; padding-left: 4px; color: #474747; line-height: 1;}
.ip .mySwiper .txt p{ font-size: 3.6em; color: #006db8; font-weight: bold;  margin-top: 20px;}
.ip .mySwiper .btn{ position: absolute; bottom: 80px; right:0; width: 90px;}
.ip .mySwiper .btn .swiper-button-next,.ip .mySwiper .btn .swiper-button-prev{ width: 20px; height: 30px; background-size: 20px 30px; background-image: url(../images/next.png); opacity: 1;}
.ip .mySwiper .btn .swiper-button-next{ right:0; }
.ip .mySwiper .btn .swiper-button-prev{ left: 0; transform: rotate(180deg);}
.ip .swiper-button-next.swiper-button-disabled,.ip  .swiper-button-prev.swiper-button-disabled{ filter:grayscale(100%);}
/*iin*/
.iin>div{ display: flex; }
.iin .txts,.iin .txts .d .t2 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;}
.iin .imgs{ width: 60%; position: relative;}
.iin .imgs .swiper-slide{ height: 100vh; background-size: cover !important; width: 100%;}
.iin .imgs .iin1{ background: url(../images/iin1.jpg) center center no-repeat; }
.iin .imgs .iin2{ background: url(../images/iin2.jpg) center center no-repeat; }
.iin .imgs .iin3{ background: url(../images/iin3.jpg) center center no-repeat; }
.iin .imgs .iin4{ background: url(../images/iin4.jpg) center center no-repeat; }
.iin  .swiper-pagination{ text-align: right; right:0; padding-right: 6%; bottom: 10vh;}
.iin  .swiper-pagination-bullet{ text-align: left; width: 10px; height: 10px;  opacity: 1; background: #aaa; border-radius: 0;}
.iin  .swiper-pagination-bullet-active{ background: #006db8;}
.iin .txts{ padding: 10vh 4% 20px 4%; max-width: 600px; width: 40%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.iin .txts .tits{ text-align: right;}
.iin .txts .tits .t{ justify-content: flex-end;}
.iin .txts .d{ margin-top: 60px; display: flex;}
.iin .txts .d .t1{ width: 110px;  position: relative;}
.iin .txts .d .t1 span{ position: relative; z-index: 2; font-size: 1.8em; color: #fff; line-height: 20px; width: 20px; padding: 3px; background: #006db8;}
.iin .txts .d .t1:after{ width: 40%; height: 1px; top:12px; content: ""; left:38px; position: absolute;  background: #006db8;}
.iin .txts .d .t1 h4{ text-align: center; font-size: 7.8em; font-weight: bold; color: #f7f7f7; line-height: 1; margin-top: -20px;}
.iin .txts .d .t2{ width: calc(100% - 110px);}
.iin .txts .d .t2 h3{ font-size: 2.4em; font-weight: bold; color: #474747; text-transform: uppercase; line-height: 1.2;}
.iin .txts .d .t2 h4{ font-size: 1.8em; color: #474747; line-height: 1.5; margin: 10px 0 30px 0;}
.iin .txts .d .t2 p{ font-size: 1.4em; line-height: 1.5;}
.iin .txts .d .t2 a{ margin: 20px 0 0 auto; display: block; width: fit-content; transform: scale(0);}
.iin .txts .d.hover .t2 a{ transform: scale(1);}
.iin .txts .d.hover .t2 p{ opacity: 0.5;}
/*iab*/
.iab .dots .dot .i img,.iab .dots .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;}
.iab{ background:url(../images/iab-bg.jpg) center center no-repeat; background-size: cover !important; color: #fff;}
.iab .tits .t h3{ -webkit-text-stroke: 1px #fff;}
.iab .tits .t h4,.iab .tits p{ color: #fff;}
.iab .tip{ justify-content: space-between;  margin: 60px 0 20vh 0; max-width: 1040px;}
.iab .tip p{ font-size: 1.4em; color: #fff; line-height: 1.5; text-indent: 2em;}
.iab .tip .t{ margin-top: 40px; display: flex; align-items: center; justify-content: space-between;}
.iab .tip .t h3{ font-size: 3.6em; line-height: 1.5;}
.iab .tip .t a{ margin-top: 0; border: 1px solid #fff; background: rgba(0,109,184,0);  border-bottom: 3px solid #fff;}
.iab .tip .t a:hover{ background: rgba(0,109,184,1); border: 1px solid rgba(0,109,184,1);}
.iab .dots{ display: flex; align-items: flex-end; }
.iab .dots .dot{ margin-top: 52px; padding: 15px 30px; width: 25%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #006db8; }
.iab .dots .dot .i{ width:fit-content; margin: 0 0 0 auto;}
.iab .dots .dot .i img{ width: 0px;}
.iab .dots .dot h3{ font-size: 1.6em; color: #fff;  margin-bottom: 10px; }
.iab .dots .dot .t{ display: flex; align-items: flex-end;}
.iab .dots .dot h4{ font-size: 4.8em; font-weight: bold; line-height: 1;}
.iab .dots .dot h4 span{ font-size: 1em;}
.iab .dots .dot p{ font-size: 1.6em; line-height: 1.5; margin-bottom: 6px; margin-left: 10px;}
.iab .dots .dot.hover img{ width: 52px;}
.iab .dots .dot.hover{ margin: 0; background-image:linear-gradient(180deg,#3c98da 50%,#006db8 100%);}
/*inews*/
.inews .in-txts .d,.inews .in-txts .d *,.inews .in-txts .d: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{ background-image:linear-gradient(90deg,#eee 40%,#fff 40%); overflow: hidden}
.inews .tit{ display: flex; align-items: flex-end; justify-content: space-between;}
.inews .tit a{ font-size: 1.6em; color: #8a8a8a; }
.inews .tit a:first-child{ padding-right: 20px; margin-right: 20px; border-right: 1px solid #8a8a8a;}
.inews .tit a:hover{ color: #006db8; font-weight: bold;}
.inews .in-txts{ margin-top: 30px; display: flex; justify-content: space-between;}
.inews .in-txts .img{ width: calc(35% - 100px); background: url(../images/news.jpg) center center no-repeat; background-size: cover !important; margin-right: 100px;}
.inews .in-txts .dot{ width: 65%;}
.inews .in-txts .d{ position: relative; margin-bottom: 30px;}
.inews .in-txts .d:last-child{ margin: 0;}
.inews .in-txts .d a{ display: flex; align-items: center;}
.inews .in-txts .d .i{ width: 30%; padding: 0 20px;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.inews .in-txts .d .i img{width: 100%;}
.inews .in-txts .d .txt{ width: calc(70% - 120px); border-right: 1px solid #d2d2d2; padding: 12px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.inews .in-txts .d .txt h3{ font-size: 1.8em; color: #474747; line-height: 24px; height: 24px;  margin-bottom: 14px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.inews .in-txts .d .txt p{ font-size: 1.4em; color: #aaa; line-height: 24px; height: 48px;  display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2;}
.inews .in-txts .d .txt span{ font-size: 1.4em; color: #474747; margin-top: 30px; display: inline-block;}
.inews .in-txts .d .date{ padding-left: 10px; width: 120px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.inews .in-txts .d .date h3{ font-size: 3.6em; color: #474747;  font-weight: bold;}
.inews .in-txts .d .date p{ font-size: 1.8em; color: #474747;}
.inews .in-txts .d *{ position: relative; z-index: 2;}
.inews .in-txts .d:after{ top:0; left: -20px; content: ""; position: absolute; width: 0%; height: calc(100%); background-image:linear-gradient(90deg,#52a7e6 0%,#006db8 100%);}
.inews .in-txts .d.hover{ padding: 10px 0;}
.inews .in-txts .d.hover:after{ width: 160%;}
.inews .in-txts .d.hover .txt h3,.inews .in-txts .d.hover .txt p,.inews .in-txts .d.hover .txt span,.inews .in-txts .d.hover .date h3,.inews .in-txts .d.hover .date p{ color: #fff;}
.inews .in-txts .d.hover .txt h3{ font-weight: bold;}
.inews .in-txts .d.hover .txt{ border-right:1px solid #80b7dc;}

/*tits*/
.tits .t{ display: flex; align-items: flex-end;}
.tits .t h3{ font-size: 6em; color: rgba(0,0,0,0); line-height: 1; font-weight: 800; -webkit-text-stroke: 1px #474747; padding-right: 6px;}
.tits .t h4{ font-size: 4.8em; color: #006db8; font-weight: 800; text-transform: uppercase; line-height: 1;}
.tits p{ font-size: 3em; font-weight: bold; color: #474747; line-height: 1.2;}

/*tits2*/
.tits2{ text-align: center;}
.tits2 h3{ font-size: 8.8em; color: #006db8; font-weight: 800; text-transform: uppercase; line-height: 1; opacity: 0.1; }
.tits2 h4{ font-size: 4.8em; color: #474747; line-height: 1.2; margin-top: -40px;}
.tits2 span{ width: 35px; height: 4px; background:#006db8; display: inline-block; margin: 20px auto 0 auto;}

/*banners*/
.banners{ height: 640px; background-size: cover !important; }
.about{ background: url(../images/banners/about-banner.jpg?v=1.2) 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;}
.device{ background: url(../images/banners/device-banner.jpg) center center no-repeat;}
.innovate{ background: url(../images/banners/innovate-banner.jpg) center center no-repeat;}

/*about*/
.about-t{ overflow: hidden; padding: 100px 0;}
.about-t .tit h3{ font-size: 4.2em; color: #eef3f8; font-family: "SWIS721"; text-transform: uppercase; line-height: 1.5;}
.about-t .tit h4{ font-size: 4.2em; color: #016cb8; }
.ab1 .txts{ margin-top: 90px; background: url(../images/about/ab1.png) top right no-repeat; background-size: calc(50%) auto;}
.ab1 .txt{ max-width: 40%;}
.ab1 .txt .t{ margin: 40px 0;}
.ab1 .txt .t h3{ font-size: 1.8em; color: #474747; font-weight: bold; line-height: 1.5;}
.ab1 .txt .t h4{ font-size: 1.4em; color: #474747; line-height: 1.2; letter-spacing: 0.5px;}
.ab1 .txt p{ font-size: 1.4em; color: #474747; line-height: 1.5; margin-bottom: 10px;}
.ab1 .img{ margin-top: 60px;}
.ab1 .img img{ max-width: 100%;}
.ab2 .tit{ padding: 60px 120px 30px 0; color: #fff; position: relative; background: #006db8; display: inline-block;}
.ab2 .tit:after{ position: absolute; top:0; right: 100%; content: ""; background: #006db8; width: 100%; height: 100%;}
.ab2 .tit h3,.ab2 .tit h4{ color: #fff;}
.ab2 .tit .t{ margin-top: 40px;}
.ab2 .tit .t p{ font-size: 1.4em; line-height: 1.5;}
.ab2 .abds{ display: flex; align-items: flex-end; flex-wrap: wrap; margin-top: -140px;}
.ab2 .abds .img{ width: 30%;}
.ab2 .abds .img img{ max-width: 95%;}
.ab2 .abds .abd{ width: 70%;}
.ab2 .abds .ad{ border-top:1px solid #fff; padding: 50px 60px 50px 15%; display: flex; flex-wrap: wrap; align-items: center; background: #eef3f8;}
.ab2 .abds .ad span{ width: 40px;}
.ab2 .abds .ad h3{ font-size: 2.4em; color: #474747; line-height: 1.5; width: 160px;}
.ab2 .abds .ad h4{ font-size: 1.4em; color: #474747; line-height: 1.5; opacity: 0.7; width: calc(100% - 200px);}
.ab3{ padding-top: 100px;}
.ab3 .imgs{ overflow: hidden; margin-top: 70px;}
.ab3 .imgs img{ width: 100%;}

/*innovate*/
.in3 .d .t1,.in3 .d .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;}
.innovate-t{ padding: 90px 0;}
.innovate-t .tit{ margin-top: 70px;}
.innovate-t .tit h3{ font-size: 4.2em; color: #eef3f8; font-family: "SWIS721"; text-transform: uppercase; line-height: 1.5;}
.innovate-t .tit h4{ font-size: 4.2em; color: #016cb8; }
.in1 .imgs{ background: #006db8; margin-top: 70px; display: flex; position: relative;}
.in1 .imgs .btn{ width: 280px; background: #006db8; position: absolute; bottom: 0; left: 0; z-index: 2; height: 90px;}
.in1 .imgs .swiper-button-white{ width: 140px; height: 90px; margin-top: 0; top:0; }
.in1 .imgs .swiper-button-prev{ border-right:1px solid #fff; left: 0;}
.in1 .imgs .swiper-button-next{ right:0;}
.in1 .img{ width: 60%;}
.in1 .img .swiper{ position: relative; overflow: hidden;}
.in1 .img .swiper img{ width: 100%;}
.in1 .img .mySwiper{ z-index: 2; position: absolute; bottom: 8%; right:25%; width: 20%; box-shadow: 0 0 7px rgba(0,0,0,0.3);}
.in1 .txt{ color: #fff; padding: 50px 40px 20px 6%; width: 40%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.in1 .txt h3{ font-size: 1.8em; font-weight: bold; line-height: 1.5; text-transform: uppercase;}
.in1 .txt p{ font-size: 1.4em; line-height: 1.5;}
.in2 .img img,.in4 .img img{ max-width: 100%;}
.in2 .img img{ margin-top: -80px;}
.in4 .img img{ margin-top: 50px;}
.in3 .dot{ margin-top: 60px; display: flex; flex-wrap: wrap;}
.in3 .d1{ background: url(../images/innovate/in3-1.jpg) center center no-repeat;}
.in3 .d2{ background: url(../images/innovate/in3-2.jpg) center center no-repeat;}
.in3 .d3{ background: url(../images/innovate/in3-3.jpg) center center no-repeat;}
.in3 .d4{ background: url(../images/innovate/in3-4.jpg) center center no-repeat;}
.in3 .d{ color: #fff;  height: 350px; width: 50%; background-size: cover !important; position: relative; overflow: hidden;}
.in3 .d .t1{ text-align: right; position: absolute; bottom: 40px; right: 60px;}
.in3 .d .t1 h3{ font-size: 3em; line-height: 1.5;}
.in3 .d .t1 h4{ font-size: 3.6em; font-weight: bold; text-transform: uppercase;}
.in3 .d .t2{ width: 100%; height: 100%; background: rgba(0,109,184,0.95); position: absolute; top:0; right:100%; padding: 8% 10%;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.in3 .d .t2 h3{ font-size: 3em; margin-bottom: 30px;}
.in3 .d .t2 h3 span{ font-size: 18px; text-transform: uppercase; opacity: 0.2; padding-left: 18px;}
.in3 .d .t2 .t{ display: flex; flex-wrap: wrap;}
.in3 .d .t2 p{ width: 50%; font-size: 1.4em; line-height: 1.2; margin-bottom: 10px; padding-right: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.in3 .d:hover .t1{ right: -400px;}
.in3 .d:hover .t2{ right: 0;}

/*product*/
.pro1 .pls a:after,.pro1 .pls,.pro1 .pls *,.pro2 .pls2 a,.pro2 .probox .box *,.pro2 .probox .box,.pro2 .probox .box span,.pro2 .probox .box span:after,.pro2 .probox .box span:before,.pro3 .prod .proi 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;}
.pro1{ padding-top: 100px; background-image: linear-gradient(180deg,#fff 0%,#eef3f8 100%); }
.pro1 .pls{ margin-top: 80px; display: flex; text-align: center; position: relative;}
.pro1 .pls:after{ position: absolute; bottom: 157px; left: 10%; width: 80%; content: ""; background: #006cb6; height: 2px;}
.pro1 .pls .img{ width: 80%; margin: 0 auto;}
.pro1 .pls .img img{ width: 100%;}
.pro1 .pls a{ position: relative; display: block; padding-bottom: 100px; }
.pro1 .pls a:after{ transform-origin : 100% 0% 50% ; position: absolute; top:0; left: -10%; width: 120%; content: ""; height: 100%; transform: scaleX(0); background-image: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,109,184,0.5) 100%); clip-path: polygon(0% 0%, 100% 0px,85% 100%, 15% 100%);}
.pro1 .pls a *{ position: relative; z-index: 2;}
.pro1 .pls span{ width: 6px; height: 12px; display: inline-block; margin: 60px auto 20px auto; background: #006cb6; transform: skewX(-20deg);}
.pro1 .pls p{ font-size: 2.4em; color: #474747; line-height: 32px; height: 32px;}
.pro1 .pls a:hover span,.pro1 .pls a.lock span{ transform: scale(1.6)skewX(-20deg);}
.pro1 .pls a:hover img,.pro1 .pls a.lock img{ transform: scale(1.2) !important;}
.pro1 .pls:hover a img{ transform: scale(0.8);}
.pro1 .pls a:hover p,.pro1 .pls a.lock p{transform: scale(1.1); color: #006cb6;}
.pro1 .pls a:hover:after,.pro1 .pls a.lock:after{ transform: scaleX(1);}
.pro2{ padding: 60px 0;}
.pro2 .pls2{ flex-wrap: wrap; display: flex; justify-content: center;}
.pro2 .pls2 a{ padding: 18px 12px; display: inline-block; font-size: 1.6em; color: #474747; margin: 4px;}
.pro2 .pls2 a:hover,.pro2 .pls2 a.lock{ background: #006cb6; color: #fff;}
.pro2 .probox{ margin-top: 50px; display: flex; flex-wrap: wrap;}
.pro2 .probox .box{ width: calc(50% - 60px); margin: 30px; background: #eef3f8; }
.pro2 .probox .box a{ display: block; padding: 20px;}
.pro2 .probox .box .img{ overflow: hidden;}
.pro2 .probox .box img{ width: 100%;}
.pro2 .probox .box .txt{ display: flex; justify-content: space-between; padding-top: 20px; align-items: center;}
.pro2 .probox .box .txt p{ padding-left: 10px; font-size: 2.4em; color: #474747; line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.pro2 .probox .box .t{ display: flex; align-items: center;}
.pro2 .probox .box .t h3{ font-size: 1.4em; color: #474747;}
.pro2 .probox .box span{ display: inline-block; margin: 7px; width: 5px; height: 5px; background: #474747; position: relative; border-radius: 50%;  margin-left: 70px;}
.pro2 .probox .box span:after{ position: absolute; top:2px; right:0 ; content: ""; background: #474747; height: 1px; width: 60px;}
.pro2 .probox .box span:before{  position: absolute; top:-8px; right:-8px; content: ""; border:1px solid #474747; height: 20px; width: 20px; border-radius: 50%;}
.pro2 .probox .box:hover .t span:after{ width: 100px; background: #fff; right: 14px;}
.pro2 .probox .box:hover .t span:before{ border:1px solid #fff;}
.pro2 .probox .box:hover .t span{ margin-left: 120px; background: #fff;}
.pro2 .probox .box:hover{ background: #006cb6;}
.pro2 .probox .box:hover p,.pro2 .probox .box:hover h3{ color: #fff;}
.pro2 .probox .box:hover img{ transform: scale(1.1);}
.pro3{ overflow: hidden;}
.pro3 .pro-ban{ height: 430px; background: url(../images/product/pro-pbg.jpg) center center no-repeat; background-size: cover !important;}
.pro3 .prot{ margin-top: -220px; display: flex; color: #fff;}
.pro3 .prot>*{ width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.pro3 .prot .ptxt{ display: flex; padding: 0px 40px 60px 0; flex-wrap: wrap; align-items: center; align-content: space-between; }
.pro3 .prot .ptxt .t{  width: calc(100% - 200px);}
.pro3 .prot .ptxt .t h3{ font-size: 4.2em; text-transform: uppercase; font-family: "SWIS721"; margin-bottom: 20px;}
.pro3 .prot .ptxt .t h4{ font-size: 4.2em; }
.pro3 .prot .ptxt span{ font-size: 18.6em;  width: 200px; text-align: right; font-family: "SWIS721";}
.pro3 .prot .ptxt p{ color: #474747; line-height: 2; font-size: 1.4em;}

.pro3 .prot .img{ background: #fff; padding: 50px; position: relative;}
.pro3 .prot .img:after{ background: #fff; position: absolute; content: ""; top:0; left: 100%; width: 8000px; height: 100%;}
.pro3 .prot .img img{ width: 100%;}
.pro3 .prod{ display: flex; flex-wrap: wrap; width: calc(100% + 40px); margin:60px 0 100px -20px;}
.pro3 .prod .proi{ overflow: hidden; width: calc(33.33% - 40px); margin: 20px 20px; border: 1px solid #ebebeb; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.pro3 .prod .proi img{ width: 100%;}
.pro3 .prod .proi:hover img{ transform: scale(1.1);}

/*device*/
.de1 .eql .eqt,.de1 .eql .eqt *,.de1 .eql .eqt:after,.de1 .eql .eqt:before,.de2 .dots .dot,.de2 .dots .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;}
.de1{ padding: 100px 0;}
.de1 .eqltxt{ margin-top: 80px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.de1 .eqtit{ width: 600px;}
.de1 .eqtit h3{ font-size: 4.2em; color: #eef3f8; font-family: "SWIS721"; text-transform: uppercase;}
.de1 .eqtit h4{ font-size: 2.4em; color: #016cb8; margin-top: 20px; line-height: 1.2;}
.de1 .eqtit p{ font-size: 3em; color: #016cb8; font-weight: bold; margin-top: 6px;}
.de1 .eql{ justify-content: space-between; display: flex; width: 40%; max-width: 560px;}
.de1 .eql .eqt{ padding: 20px; position: relative; align-content: center; display: flex; flex-wrap: wrap; text-align: center; border-radius: 10px; background: #e9ecf5; cursor: pointer; width: calc(33.33% - 20px); height: 180px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.de1 .eql .eqt:after{ font-size: 4.8em; color: #006db8; position: absolute; bottom: 0; left: 10px; width: 70px; height: 30px; font-weight: 800; overflow: hidden; opacity: 0.1;}
.de1 .eql .eqt.e1:after{ content: "01";}
.de1 .eql .eqt.e2:after{ content: "02";}
.de1 .eql .eqt.e3:after{ content: "03";}
.de1 .eql .eqt:before{position: absolute; z-index: -1;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid transparent;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    bottom: 0px;
    left: calc(50% - 15px);}
.de1 .eql .eqt h3{ font-size: 1.8em; color: #aaa; line-height: 1.5; width: 100%;}
.de1 .eql .eqt span{ width: 22px; height: 1px; background: #aaa; display: inline-block; margin: 4px auto;}
.de1 .eql .eqt h4{ font-size: 1.4em; color: #aaa; line-height: 1.2; width: 100%;}
.de1 .eql .eqt.hover:after{ color: #fff;}
.de1 .eql .eqt.hover:before{ bottom: -14px; border-top: 15px solid #006db8;}
.de1 .eql .eqt.hover{ text-align:left; background: #006db8;}
.de1 .eql .eqt.hover h3{ font-size: 1.4em; color: #fff; display: inline-block; width: auto;}
.de1 .eql .eqt.hover h4{ font-size: 1.8em; text-transform: uppercase; color: #fff; order: -1; }
.de1 .eql .eqt.hover span{ background: #fff; margin: 10px 10px;}
.de1 .eqr{  width: 100%;  overflow: hidden;}
.de1 .eqi{ position: relative; margin-top: 60px;}
.de1 .eqi .btn{ width: 280px; background: #006db8; position: absolute; bottom: 0; left: 0; z-index: 2; height: 90px;}
.de1 .eqi .swiper-button-white{ width: 140px; height: 90px; margin-top: 0; top:0; }
.de1 .eqi .swiper-button-prev{ border-right:1px solid #fff; left: 0;}
.de1 .eqi .swiper-button-next{ right:0;}
.de1 .eqi .eq1-slider{ position: relative; overflow: hidden;}
.de1 .eqi .eq1-slider img{ width: 100%;}
.de1 .eqi .txt{ padding: 30px 50px; position: absolute; bottom:0; right:0; width: calc(100% - 280px); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; z-index: 2; background: rgba(0,0,0,0.5);}
.de1 .eqi .txt p{ font-size: 1.4em; color: #fff; text-indent: 2em; line-height: 2;}
.de1 .eqi table tr td{ border: 1px solid #fff; font-size: 1.4em; color: #474747; line-height: 1.2; padding: 12px; text-align:center; vertical-align: middle;}
.de1 .eqi .co,.de1 .eqi tr:nth-child(2n-1){ background: #e9ecf5;}
.de1 .eqi .cb{ font-size: 2.4em;}
.de1 .eqi table tr:first-child td{ font-size: 2.4em; color: #fff; font-weight: bold; background: #006db8;}
.de1 .eqi{ display: none;}
.de2{ padding: 100px 0 120px 0; background-size: cover !important; background: url(../images/device/de-bg.jpg) center center no-repeat;}
.de2 .tit h3{ font-size: 4.2em; text-transform: uppercase; font-family: "SWIS721"; color: #fff;}
.de2 .tit h4{font-size: 4.2em; color: #fff; line-height: 1.5;}
.de2 .dots{ padding: 20px; margin-top: 60px; border-radius: 10px; background: rgba(255,255,255,0.3); display: flex; flex-wrap: wrap; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.de2 .dots .dot{margin: 10px 30px; width: calc(50% - 60px); background: #e9ecf5; border-bottom: 4px solid #e9ecf5;}
.de2 .dots .dot img{-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);}
.de2 .dots .dot a{  padding: 30px 6%; display: flex; align-items: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.de2 .dots .dot .d{ width: 80px; }
.de2 .dots .dot .t{ width: calc(100% - 140px);}
.de2 .dots .dot .t h3{ font-size: 1.8em; color: #474747; font-weight: bold;  line-height: 1.5;}
.de2 .dots .dot .t p{ font-size: 1.4em; color: #aaa; line-height: 1.5;}
.de2 .dots .dot .t2{ width: 60px; text-align: center;}
.de2 .dots .dot .t2 p{ font-size: 1.4em; color: #474747; line-height: 2;}
.de2 .dots .dot:hover{ background: #fff; box-shadow: 0 4px 10px rgba(0,0,0,0.2); border-bottom: 4px solid #006db8;}
.de2 .dots .dot:hover img{ -webkit-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
	-ms-filter:grayscale(0%);
	-o-filter:grayscale(0%);
	filter:grayscale(0%);}
.de2 .dots .dot:hover .t h3,.de2 .dots .dot:hover .t2 p{ color: #006db8;}

/*news*/
.new1 .nds .nd,.new1 .nds .nd *,.new1 .nd .t2 .t span:after,.new1 .nd .t2 .t span:before,.new2 .more span:after,.new2 .nd{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;}
.nlist{ display: flex; justify-content: center; text-align: center; margin: 60px 0 80px 0;}
.nlist a{ padding: 8px 30px; background: #eef3f8; display: flex; align-items: center; width: fit-content; margin: 0 20px;}
.nlist a img{ -webkit-filter:invert(100%);
	-moz-filter:invert(100%);
	-ms-filter:invert(100%);
	-o-filter:invert(100%);
	filter:invert(100%); margin-right: 12px;}
.nlist a p{ font-size: 2.4em; color: #474747; line-height: 1.5;}
.nlist a.lock{ background: #006db8;}
.nlist a.lock img{ -webkit-filter:invert(0%);
	-moz-filter:invert(0%);
	-ms-filter:invert(0%);
	-o-filter:invert(0%);
	filter:invert(0%);}
.nlist a.lock p{ color: #fff;}
.new1{ padding: 100px 0 110px 0;}
.new1 .nds{ width: calc(100% + 40px); margin-left: -20px; display: flex; }
.new1 .nds .nd{ width: calc(33.33% - 40px); margin:0 20px; background: #eef3f8;}
.new1 .nds .nd a{ padding: 40px; display: block;}
.new1 .nd .t1 h3{ font-size: 1.4em; color: #474747; line-height: 1.5;}
.new1 .nd .t1 h4{ margin: 20px 0; font-size: 2.4em; color: #474747; line-height: 28px; height: 28px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1; }
.new1 .nd .img img{ width: 100%;}
.new1 .nd .t2 p{ margin: 30px 0; font-size: 1.4em; color: #474747; line-height: 24px; height: 72px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:3;}
.new1 .nd .t2 .t{ border-top:1px solid #474747; display: flex; align-items: center; padding-top: 20px; justify-content: space-between;}
.new1 .nd .t2 .t h3{ font-size: 1.4em; color: #474747; line-height: 1.5;}
.new1 .nd .t2 .t span{ margin: 7px; width: 5px; height: 5px; background: #474747; position: relative; border-radius: 50%;}
.new1 .nd .t2 .t span:after{ position: absolute; top:2px; right:0 ; content: ""; background: #474747; height: 1px; width: 60px;}
.new1 .nd .t2 .t span:before{  position: absolute; top:-8px; right:-8px; content: ""; border:1px solid #474747; height: 20px; width: 20px; border-radius: 50%;}
.new1 .nd:hover .t1 h3,.new1 .nd:hover .t1 h4,.new1 .nd:hover .t2 p,.new1 .nd:hover .t2 h3{ color: #fff;}
.new1 .nd:hover .t2 .t span:after{ width: 100px; background: #fff; right: 14px;}
.new1 .nd:hover .t2 .t span:before{ border:1px solid #fff;}
.new1 .nd:hover .t2 .t span{ background: #fff;}
.new1 .nd:hover .t2 .t{ border-top:1px solid #fff;}
.new1 .nd:hover{ background: #006db8;}
.new2{ padding: 100px 0; background: #eef3f8; }
.new2 .nd{ background: #fff; margin-bottom: 50px;}
.new2 a{ display: flex; justify-content:space-between; padding: 40px 30px;}
.new2 .date{ width: 140px;}
.new2 .date h3{ font-size: 1.4em; color: #006db8; line-height: 1.5;}
.new2 .txt{ width: calc(100% - 300px);}
.new2 .txt h3{ margin-bottom: 20px; font-size: 2.4em; color: #474747; line-height: 28px; height: 28px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.new2 .txt p{ max-width: 800px; opacity: 0.8; font-size: 1.4em; color: #474747; line-height: 24px; height: 48px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2;}
.new2 .more{ display: flex; padding-top: 6%; width: 150px; text-align: left; justify-content: space-between;}
.new2 .more p{ font-size: 1.4em; color: #474747; line-height: 1.5;}
.new2 .more span{ margin: 7px; width: 5px; height: 5px; background: #474747; position: relative; border-radius: 50%;}
.new2 .more span:after{ position: absolute; top:2px; right:0 ; content: ""; background: #474747; height: 1px; width: 60px;}
.new2 .more span:before{  position: absolute; top:-8px; right:-8px; content: ""; border:1px solid #474747; height: 20px; width: 20px; border-radius: 50%;}
.new2 .nd:hover { border-bottom: 5px solid #006db8; box-shadow:  0 5px 15px rgba(0,0,0,0.2);}
.new2 .nd:hover .more span:after{ right: 13px;}
.new2 .nd:hover .txt h3{ color: #006db8;}

/*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:#006db8 !important; color:#fff !important;}

/*contact*/
.con2 .fc-btn{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 .tit h3{ font-size: 4.2em; color: #eef3f8; font-weight: bold; font-family: "SWIS721"; text-transform: uppercase;}
.contact-t .tit h4{ font-size: 4.2em; color: #474747; margin: 20px 0;}
.con1{ padding-top: 90px;}
.con1 .cfb{ padding-top: 90px; display: flex;}
.con1 .cfb .map{ width: 50%;}
.con1 .cfb .ctxt{ flex-wrap: wrap; display: flex; align-content: space-between; padding-left: 60px; max-width: 670px;}
.con1 .cfb .ctxt>*{ width: 100%;}
.con1 .cfb .ctxt .tit{ border-bottom: 3px solid #474747;}
.con1 .cfb .ctxt .dot{ display: flex; flex-wrap: wrap;}
.con1 .cfb .ctxt .d:first-child,.con1 .cfb .ctxt .d:last-child{ width: 100%;}
.con1 .cfb .ctxt .d{ display: flex; align-items: center; width: 50%; padding: 30px 0; border-bottom: 1px solid #aaa;}
.con1 .cfb .ctxt .t{ padding-left: 10px;}
.con1 .cfb .ctxt .t h3{ font-size: 1.8em; color: #474747; line-height: 1.5;}
.con1 .cfb .ctxt .t p{  font-size: 1.4em; color: #474747; line-height: 1.5;}
.con2{ padding: 80px 0 100px 0;}
.con2 form{ margin-top: 50px; justify-content: space-between; display: flex; flex-wrap: wrap;}
.con2 input,.con2 textarea{ width: 100%; font-size: 1.6em; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  line-height:24px; color:#000;  border: none; padding: 16px; background: #eef3f8;}
.con2 .dot{ width: calc(50% - 40px); margin-bottom: 40px;}
.con2 .dot h3,.con2 .dot3 h3{ font-size: 1.6em; color: #000; line-height: 1.5; margin-bottom: 10px;}
.con2 .dot3{ width: 100%;}
.con2 .dot3 textarea{ margin-bottom: 60px; padding: 16px;}
.con2 .btn{ margin: 0 60px 0 auto; }
.con2 .fc-btn{ border:none; padding:20px 65px;  font-size:1.6em; color:#fff; line-height:24px; cursor:pointer; background: #006db8; font-style: normal; }
.con2 .fc-btn:hover{ background-color: #000;}
.con2 .fc-input::-webkit-input-placeholder,.con2 textarea::-webkit-input-placeholder {  color:rgba(0,0,0,0.5); font-family: "Microsoft Yahei";}
.con2 .fc-input:-moz-placeholder,.con2 textarea:-moz-placeholder { color:rgba(0,0,0,0.5); font-family: "Microsoft Yahei";}
.con2 .fc-input::-moz-placeholder,.con2 textarea::-moz-placeholder { color:rgba(0,0,0,0.5); font-family: "Microsoft Yahei";}
.con2 .fc-input:-ms-input-placeholder,.con2 textarea:-ms-input-placeholder { color:rgba(0,0,0,0.5); font-family: "Microsoft Yahei";}

/*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:480px;}
