@charset "UTF-8";

@import "iconfont.css";

:root {
    --color-primary:#616670;
    --color-second:#1D1A4E;
    --color-active:#0966CF;
    --bg-color: #da251c;
    --btn-color:#1C5AAE;
    --btn-active: #2167CA;
    --font-family:"Barlow", sans-serif;;
	--title-family:"Outfit", sans-serif;
    --title-text-color:#1D1A4E;
    --text-color:#616670;
    --btn-radius: 4px;
}

html{font-size:16px}
@media screen and (max-width:1550px) {
html{font-size:15px}
}
@media screen and (max-width:1441px) {
html{font-size:14px}
}
@media screen and (max-width:1280px) {
html{font-size:13px}
}
@media screen and (max-width:992px) {
html{font-size:12px}
}


*, *:before, *:after{margin:0;padding:0;box-sizing:border-box;}
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:16px;font-family:PingFang SC,Microsoft YaHei,system-ui,-apple-system,tahoma,arial,Hiragino Sans GB,u5b8bu4f53,sans-serif;background:#fff;max-width:1920px;margin:0 auto;}
body.bg-grey{background:#F0F0F0;}

.bg-white{background:#fff;}

a{color:inherit;}
a:hover{text-decoration:none;color:var(--color-active);}

.uppercase {text-transform:uppercase;}
.hide{display:none;}
.hidebox{visibility: hidden;position: absolute;z-index: -1;height: 0;}
.wp{margin:0 auto;width:1400px;}
.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{transform: rotate(360deg);animation:circle 3s linear infinite;}

.display_flex{display:flex;}
.flex_wrap{flex-wrap:wrap;}

.swiper-button-prev::after,.swiper-button-next::after{display:none;}

/*---header---*/

.header{background:#fff;height:120px;}
.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:flex;align-items:center;gap:1rem}
.header .logo img{height:70px;}
.header .logo h1{font-size:20px;color:#333;font-weight:700;background:url(../images/line1.png) no-repeat left center;padding:0 0 0 17px;}
.header .logo h1 em{color:var(--color-active);font-weight:700;}
.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:var(--color-active);font-size:32px;font-weight:bold;}
.header .wx{width:90px;}


.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);}

/*---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  url(../images/foot_bg.jpg) no-repeat center top;}

.footer .wp{display:flex;justify-content:space-between;gap:10rem}

.foot-logo{width:270px;text-align:center;display:flex;flex-direction:column;align-items:center;}
.foot-logo >img{height:70px;}
.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{flex: 1;}

.foot-nav{}
.foot-nav ul{display:flex;justify-content:space-between;}
.foot-nav ul li{font-size:13px;}
.foot-nav ul li a{color:#8fa5ce;}

.foot-contact-box{margin:45px 0 0;display:flex;justify-content:space-between;}

.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);}
}


