@charset "UTF-8";

html {-webkit-text-size-adjust:none;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
img{max-width:100%;height:auto;width:auto\9;}
.video embed,.video object,.video iframe{width:100%;height:auto;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{margin:0;padding:0;outline:0;font-size:100%;background:transparent}
fieldset,img,input,button,hr,textarea{border:0;}
:focus {outline: 0;}
address, caption, cite, code, dfn, em, b,th, i,var, optgroup {font-style: normal;font-weight: normal;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
abbr, acronym {border: 0;font-variant: normal;}
input, button, textarea, select, optgroup, option {font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;}
code, kbd, samp, tt {font-size:100%;}
input, button, textarea, select {*font-size: 100%;}
ol, ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th {text-align: left;}
sup, sub {font-size: 100%;vertical-align: baseline;}

:link, :visited, ins {text-decoration: none;}

blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}

.cl{*zoom:1}
.cl:before,.cl:after{display:table;content:" ";}
.cl:after{clear:both;}


body{color:#666;font-size:12px;font-family:"Microsoft YaHei",Microsoft YaHei,Arial, Helvetica, sans-serif;background:#fff;max-width:1920px;margin:0 auto;}
body.bg-grey{background:#F0F0F0;}

.bg-white{background:#fff;}

a{color:#444;}
a:hover{text-decoration:none;color:#0056CB;}

.uppercase {text-transform:uppercase;}
.hide{display:none;}
.hidebox{visibility: hidden;position: absolute;z-index: -1;height: 0;}
.wp{margin:0 auto;width:1200px;}
.wp2{margin:0 auto;width:1220px;}
.pr{position:relative;}
.fl{float:left;}.fr{float:right;}
.oh{overflow:hidden;}
.mt15{margin-top:15px;}.mt140{margin-top:140px;}

@-webkit-keyframes circle{
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}

.tocircle{
-webkit-transform: rotate(360deg);
animation: circle 3s linear infinite;
-moz-animation: circle 3s linear infinite;
-webkit-animation: circle 3s linear infinite;
-o-animation: circle 3s linear infinite;
}
/*---header---*/


.header{background:#fff;height:140px;}
.header .wp{height:100%;background:url(../images/headbg.jpg) no-repeat left center;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;}
.header .logo{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;}
.header .logo img{float:left;margin-right:17px;}
.header .logo h1{float:left;font-size:20px;color:#333;font-weight:bold;background:url(../images/line1.png) no-repeat left center;padding:0 0 0 17px;}
.header .logo h1 em{color:#005bee;font-weight:bold;}
.header .logo h1 p{display:block;font-size:16px;color:#666;margin:10px 0 0 0;}

.header .head-right{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;}
.header .tel{text-align:right;margin-right:35px;}
.header .tel em{background:url(../images/tel.png) no-repeat;padding:0 0 0 27px;font-size:14px;color:#999;line-height:21px;display:inline-block;}
.header .tel span{display:block;color:#0056cb;font-size:32px;font-weight:bold;}


.nav{background:#12203A;}
.nav .wp > ul{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;}
.nav .wp > ul > li{position:relative;flex:1;text-align:center;}
.nav .wp > ul > li:not(:last-child)::after{content:"";width:1px;height:16px;background:rgba(255,255,255,0.3);position:absolute;right:0;top:17px;}
.nav .wp > ul > li > a{display:inline-block;width:100%;font-size:14px;color:#fff;text-align:center;height:50px;line-height:50px;box-sizing:border-box;position:relative;}
.nav .wp > ul > li > a::after{display:none;content:"";background:url(../images/arrow.png) no-repeat center;width:10px;text-align:center;height:6px;position:absolute;bottom:5px;left:calc(50% - 5px);}

.nav .wp > ul > li ul{position:absolute;width:100%;height:auto;left:0;top:50px;text-align:center;z-index:1000;background:rgba(18,32,58,0.75);box-shadow:rgba(0,0,0,0.14) 0px -6px 9px 0px;transform:rotate3d(1,0,0,-90deg);-webkit-transform: rotate3d(1,0,0,-90deg);-o-transform:rotate3d(1,0,0,-90deg);-webkit-transform-origin:0 0 0;-moz-transform-origin:0 0 0;transform-origin:0 0 0;-khtml-opacity:0;-moz-opacity:0;opacity:0;transition: transform 0.5s, opacity 0.3s;-webkit-transition: -webkit-transform 0.5s, opacity 0.3s;}
.nav .wp > ul > li ul > li{float:none;border-bottom:1px solid rgba(255,255,255,0.3);margin:0 10px;position:relative;}
.nav .wp > ul > li ul > li:last-child{border:none;}
.nav .wp > ul > li ul > li > a{display:block;padding:10px 0;color:#fff;font-size:14px;line-height:22px;}
.nav .wp > ul > li ul > li > a:hover{color:#0056CB;}

.nav .wp > ul > li:hover > a::after,.nav .wp > ul > li.active > a::after{display:block;}

.nav .wp > ul > li:hover > a > i{transform:rotate(180deg);-o-transform: rotate(180deg);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);}
.nav .wp > ul > li:hover > ul{-moz-opacity:1;-khtml-opacity:1;opacity:1;transform:rotate3d(0,0,0,0);-webkit-transform:rotate3d(0,0,0,0);-o-transform:rotate3d(0,0,0,0);}


#banner img{width:100%;}
#banner .swiper-container-horizontal > .swiper-pagination-bullets{bottom:20px;}
#banner .swiper-pagination-bullet {height:14px;width:14px;border:1px solid #fff;margin:0 8px;background:none;border-radius:50%;opacity:1;box-sizing:border-box;}
#banner .swiper-pagination-bullet-active{background:#fff;}

/*---footer---*/

.foot-link{line-height:30px;padding:10px 0;background:#0056CB;}
.foot-link span{font-size:12px;color:#fff;}
.foot-link a{margin-left:15px;font-size:12px;color:#fff;}


.footer{padding:85px 0 70px;overflow:hidden;background:#12203A;}

.footer .wp{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;}

.foot-logo{width:200px;text-align:center;}
.foot-logo em{font-size:12px;color:#899ec6;border:1px solid #203252;display:inline-block;padding:5px 15px;margin:34px 0 0;}
.foot-logo span{display:block;font-size:28px;color:#2276e8;margin:5px 0 0;}
.foot-logo p{font-size:14px;color:#fff;margin:10px 0 0;}
.foot-logo .more{margin:15px 0 0;width:100%;line-height:42px;color:#fff;background:#0056CB;display:inline-block;border-radius:20px;text-align:center;font-size:16px;}
.foot-logo .more img{vertical-align:text-top;margin-right:9px;}

.foot-right{width:890px;}

.foot-nav{}
.foot-nav ul{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;}
.foot-nav ul li{font-size:12px;}
.foot-nav ul li a{color:#8fa5ce;}

.foot-contact-box{margin:45px 0 0;}

.foot-contact{float:left;}
.foot-contact dl{margin:0 0 30px;}
.foot-contact dl dt{border-bottom:1px solid #24395E;padding:0 0 10px;font-size:14px;color:#fff;font-weight:bold;}
.foot-contact dl dd{font-size:12px;color:#8fa5ce;margin:10px 0 0;}
.foot-contact p{font-size:12px;color:rgba(143,165,206,0.34);}

.foot-code{float:right;width:120px;text-align:center;margin:15px 0 0;}
.foot-code p{font-size:12px;color:#8fa5ce;margin:10px 0 0;}

@keyframes turn{
  0%{-webkit-transform:rotate(0deg);}
  25%{-webkit-transform:rotate(90deg);}
  50%{-webkit-transform:rotate(180deg);}
  75%{-webkit-transform:rotate(270deg);}
  100%{-webkit-transform:rotate(360deg);}
}


