@charset "utf-8";
/*------------------------------------------------------------
------------------------------------------------------------*/

.header .login a.back {
	border: none;
	line-height: 50px;
	height: 50px;
	color: #666;
	font-size: 16px;
}

.header .login a.back img {
	vertical-align: middle;
	margin-right: 10px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}
@font-face {
	font-family: 'shs';
	font-style: normal;
	src: url('../fonts/Source-Han-Sans.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Source-Han-Sans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/Source-Han-Sans.woff') format('woff'), /* Modern Browsers */
	url('../fonts/Source-Han-Sans.ttf')  format('truetype'); /* Safari, Android, iOS */
}

body,
table,
input, textarea, select, option {
	font-family:"shs";
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
/*------------------------------------------------------------
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration: none;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
body {
	min-width: 1250px;
	text-align:center;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	color: #fff;
	font-size: 16px;
	background-image: linear-gradient(to right,#040D29,#06133E,#040D29);
}
#container {
	padding-top: 113px;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.main {
	margin: 0 auto 140px;
	max-width: 1610px;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }
.vaTop { vertical-align: top !important; }
.vaMiddle { vertical-align: middle !important; }
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mr0 { margin-right: 0 !important; }

/*------------------------------------------------------------
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
img {
	vertical-align: top;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
/* header */
.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background: #061B3E;
}

.header .hInner {
	margin: 0 auto;
	padding: 23px 0 26px;
	max-width: 1610px;
	display: flex;
	justify-content: space-between;
}
.header .logo {
	margin:6px 0 0 25px;
}
.header .naviBox .naviList {
	margin: 13px 0 0;
}
.header .naviBox .naviList > li {
	display: inline-block;
	margin: 0 90px 0 0;
	position: relative;
}
.header .naviBox .naviList > li > a {
	display: block;
	color: #A8C9D0;
	font-size: 18px;
	line-height: 36px;
}
.header .naviBox .naviList li:hover > a {
	background: linear-gradient(to right, #26FDE6, #6AA5FD);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: -ms-linear-gradient( rgba(255,0,0,0),  rgba(255,0,0,0));
	-ms-background-clip: text;
	-ms-text-fill-color: transparent;
	color:#26FDE6;
}
.header .login a:hover {
	color:#26FDE6;
}
.header .login a {
	display: block;
	text-align: center;
	position: relative;
	line-height: 62px;
	width: 161px;
	height: 62px;
	font-size: 18px;
	color:#fff;
	background: linear-gradient(141deg, rgba(32,80,115,0.64) 0%, rgba(32,80,115,0) 100%);
	border-radius: 8px;
	opacity: 1;
	border: 1px solid #57E7F5;
}

/* footer */
.footer {
	padding: 100px 0 55px;
	overflow: hidden;
	background: #04162A url("../images/footer_bg.jpg") no-repeat center top;
}
.footer .fInner {
	margin: 0 auto 86px;
	max-width: 1610px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	color: #A8C9D0;
	font-size: 16px;
	line-height: 32px;
}
.footer .fInner .lBox {
	width: 366px;
}
.footer .fInner .lBox .logo {
	margin-bottom: 16px;
}
.footer .fInner .lBox .logo img {
	width: 203px;
}
.footer .fInner .naviBox {
	width: 937px;
	margin-right: 143px;
	display: flex;
	justify-content: space-between;
}
.footer .fInner .naviBox p {
	font-size: 24px;
	line-height: 35px;
	color:#fff;
	margin-bottom: 30px;
}
.footer .fInner .naviBox li {
	margin-bottom: 20px;
	font-size: 18px;
}
.footer .fInner .naviBox li a {
	color: #A8C9D0;
}
.footer .fInner .naviBox li a:hover {
	color:#26FDE6;
}
.footer .fInner .naviBox li a span {
	color:#566F7F;
	display: block;
	margin-bottom: 20px;
}
.footer .copyright {
	text-align: center;
	color: #A8C9D0;
}
/*-------pagePath----------------------*/
.pagePath {
	text-align:center;
}
.pagePath li {
	margin: 0 7px;
	display: inline-block;
}
.pagePath li a {
	padding: 0 29px;
	display: inline-block;
	color:#fff;
	font-size: 18px;
	border-radius: 50px;
	line-height: 46px;
	border: 1px solid #fff;
}
.pagePath li.on a,
.pagePath li a:hover {
	border: 1px solid #051034;
	background: linear-gradient(134deg, #26FDE6 0%, #6AA5FD 100%);
}
/*-------sideNavi----------------------*/
.sideNavi {
	position: fixed;
	right:0;
	top:45%;
}
.sideNavi li {
	position: absolute;
	right:0;
	margin-bottom: 1px;
	width: 50px;
	height: 50px;
	background: #03103B;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #57E7F5;
}
.sideNavi .ma {
	background: linear-gradient(134deg, #26FDE6 0%, #6AA5FD 100%);
	border-radius: 4px;
}
.sideNavi li a {
	width: 50px;
	height: 50px;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sideNavi .ma .maBox {
	position: absolute;
	display: none;
	top:-108px;
	left: -242px;
	width: 232px;
	height: 267px;
	border-radius: 10px;
	opacity: 1;
	border: 1px solid rgba(38, 253, 230, 1);
	background: #040E2D;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 0 0;
}
.sideNavi .ma .maBox img {
	width: 100%;
}
.sideNavi .ma .maBox span {
	margin-top: 15px;
	display: block;
	font-size: 18px;
	color:#fff;
}
.sideNavi .tel {
	top: 54px;
	transition: all 0.3s;
}
.sideNavi .mail {
	top: 108px;
	transition: all 0.3s;
}
.sideNavi .pageTop {
	top: 162px;
}
.sideNavi .tel span {
	display: none;
	background-image: -webkit-linear-gradient(134deg, #26FDE6 0%, #6AA5FD 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.sideNavi .mail span {
	display: none;
	background-image: -webkit-linear-gradient(134deg, #26FDE6 0%, #6AA5FD 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.sideNavi .ma:hover .maBox {
	display: block;
}
.sideNavi .tel:hover {
	width: 211px;
}
.sideNavi .tel:hover a {
	width: 211px;
}
.sideNavi .tel a:hover span {
	display: block;
}
.sideNavi .mail:hover {
	width: 200px;
}
.sideNavi .mail:hover a {
	width: 200px;
}
.sideNavi .mail a:hover span {
	display: block;
}
.sideNavi .mail:hover img,
.sideNavi .tel:hover img {
	margin-right: 10px;
}


/*------------------------------------------------------------
------------------------------------------------------------*/
@media all and (min-width: 1250px) and (max-width: 1620px) {
	.header .hInner {
		padding-right:40px;
		padding-left:40px;
	}
	.main {
		padding: 0 40px;
	}
	.footer .fInner {
		padding: 0 40px;
	}
	.footer .fInner .naviBox {
		margin-right: 0;
	}




}



.naviList li {
	position: relative;
}

.naviList li:hover ul {
	display: block;
}

.naviList ul {
	position: absolute;
	top: calc(100%);
	left: -40%;
	display: none;
	padding: 20px 40%;
	background-color: rgba(5, 27, 60, 0.9);
	text-align: left;
}

.naviList ul li {
	cursor: pointer;
	white-space: nowrap;
	line-height: 45px;
}


