/* CSS Document */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0
}

html {
	background: #ffffff;
	position: relative;
	height: 100%;
	font-size: 125%;
	overflow-x: hidden;
}

@media (max-width:1200px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:1024px) {
	html {
		font-size: 87.5%;
	}
}

@media (max-width:768px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:540px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:440px) {
	html {
		font-size: 87.5%;
	}
}

@media (max-width:340px) {
	html {
		font-size: 75%;
	}
}

body {
	min-height: 100%;
	font-size: 100%;
	color: #333;
	font-family: "Microsoft YaHei";
	margin: 0 auto;
	position: relative;
	background: #ffffff;
	box-sizing: border-box;
	padding-bottom: 13rem;
}

form {
	display: inline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	font-family: "Microsoft YaHei";
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th {
	text-align: inherit
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

input,
img {
	vertical-align: middle
}

ol,
ul {
	list-style: none
}

em,
i {
	font-style: normal
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
}

textarea {
	resize: none
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

/* ---- menu in PC Style ---- */
/* ---- banner of index Style ---- */
.bannerBox {
	width: 100%;
	background: url(../img/banner.jpg) center center no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.bannerBox .banner {
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	height: 32rem;
}

.toolBox {
	padding: 0.7rem 0 0.6rem;
}

.searchBox {
	height: 1.3rem;
	float: right;
	width: 9.4rem;
	border-radius: 0.6rem;
	padding: 0 2rem 0 0.6rem;
	position: relative;
	background: rgba(255, 255, 255, 0.43);
}

.searchBox .btn {
	position: absolute;
	right: 0.5rem;
	top: 0;
	height: 1.3rem;
	width: 1.3rem;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	outline: none;
	background: url(../img/icon_search.png) center center no-repeat;
	background-size: auto 1rem;
	cursor: pointer;
}

.searchBox .text_input {
	display: block;
	width: 100%;
	height: 1.3rem;
	line-height: 1.3rem;
	border: none;
	outline: none;
	background: none;
	font-size: 0.8rem;
	color: #fff;
}

.toolBox .links {
	float: right;
	margin-right: 0.5rem;
}

.toolBox .links li {
	float: left;
	padding: 0 0.5rem;
	height: 1.3rem;
	line-height: 1.3rem;
	font-size: 0.7rem;
	color: #fff;
}

.toolBox .links li img {
	margin-right: 0.4rem;
	height: 1rem;
	width: auto;
}

@media (max-width:2000px) {
	.bannerBox {
		background-size: auto 100%;
	}
}

@media (max-width:1200px) {
	.searchBox {
		margin-right: 0.6rem;
	}

	.toolBox .links li {
		font-size: 0.8rem;
	}
}

@media (max-width:768px) {
	.toolBox {
		display: none;
	}
}

/* ---- logoMenu of index Style ---- */
.logoMenu {
	height: 4.1rem;
}

.logoMenu .logo {
	height: 4.1rem;
	width: 19rem;
	float: left;
}

.menuBox {
	margin: 0.6rem 0 0;
	float: right;
	position: relative;
	height: 3.5rem;
	background: #0b52b3;
	width: 37rem;
}
.menuBox::before {
	content: "";
	position: absolute;
	left: -3.45rem;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 3.5rem solid #0b52b3;
	border-left: 3.5rem solid transparent;
}

.menuBox i {
	position: absolute;
	left: 100%;
	top: 0;
	height: 3.5rem;
	background: #0b52b3;
	width: 200%;
}

.menu_pc {
	height: 3.5rem;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}

.menu_pc>li {
	width: 15%;
	height: 3.5rem;
	float: left;
	position: relative;
	text-align: center;
}

.menu_pc>li:first-of-type {
	width: 10%;
}

.menu_pc>li>a {
	display: flex;
	width: 100%;
	height: 3.5rem;
	line-height: 3.5rem;
	font-size: 0.9rem;
	line-height: 1.2rem;
	color: #fff;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 1rem 0;
	display: block;
}

.menu_pc>li>a:hover {
	text-decoration: none;
}

.menu_pc .submenu {
	left: 0;
	max-height: 0;
	position: absolute;
	top: 100%;
	z-index: 0;
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-ms-perspective: 400px;
	-o-perspective: 400px;
	perspective: 400px;
	width: 100%;
	padding-top: 0px;
}

.menu_pc .submenu li {
	opacity: 0;
	background: rgba(0, 0, 0, 0.49);
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transition: opacity .4s, -webkit-transform .5s;
	-moz-transition: opacity .4s, -moz-transform .5s;
	-ms-transition: opacity .4s, -ms-transform .5s;
	-o-transition: opacity .4s, -o-transform .5s;
	transition: opacity .4s, transform .5s;
}

.menu_pc .submenu li a {
	display: block;
	padding: 0.4rem;
	line-height: 1.3rem;
	text-align: center;
	font-size: 0.9rem;
	color: #fff;
}

.menu_pc .submenu li:hover a {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.49);
	text-decoration: none;
}

.menu_pc>li .submenu {
	z-index: 10;
}

.menu_pc>li:hover .submenu,
.menu_pc>li:focus .submenu {
	max-height: 2000px;
	z-index: 10;
}

.menu_pc>li:hover .submenu li,
.menu_pc>li:focus .submenu li {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.menu_pc li:hover .submenu li:nth-child(1) {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.menu_pc li:hover .submenu li:nth-child(2) {
	-webkit-transition-delay: 15ms;
	-moz-transition-delay: 15ms;
	-ms-transition-delay: 15ms;
	-o-transition-delay: 5ms;
	transition-delay: 15ms;
}

.menu_pc li:hover .submenu li:nth-child(3) {
	-webkit-transition-delay: 30ms;
	-moz-transition-delay: 30ms;
	-ms-transition-delay: 30ms;
	-o-transition-delay: 30ms;
	transition-delay: 30ms;
}

.menu_pc li:hover .submenu li:nth-child(4) {
	-webkit-transition-delay: 60ms;
	-moz-transition-delay: 60ms;
	-ms-transition-delay: 60ms;
	-o-transition-delay: 60ms;
	transition-delay: 60ms;
}

.menu_pc li:hover .submenu li:nth-child(5) {
	-webkit-transition-delay: 90ms;
	-moz-transition-delay: 90ms;
	-ms-transition-delay: 90ms;
	-o-transition-delay: 90ms;
	transition-delay: 90ms;
}

.menu_pc li:hover .submenu li:nth-child(6) {
	-webkit-transition-delay: 120ms;
	-moz-transition-delay: 120ms;
	-ms-transition-delay: 120ms;
	-o-transition-delay: 120ms;
	transition-delay: 120ms;
}

.menu_pc li:hover .submenu li:nth-child(7) {
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-o-transition-delay: 50ms;
	transition-delay: 150ms;
}

.menu_pc li:hover .submenu li:nth-child(8) {
	-webkit-transition-delay: 180ms;
	-moz-transition-delay: 180ms;
	-ms-transition-delay: 180ms;
	-o-transition-delay: 80ms;
	transition-delay: 180ms;
}

.menu_pc li:hover .submenu li:nth-child(9) {
	-webkit-transition-delay: 210ms;
	-moz-transition-delay: 210ms;
	-ms-transition-delay: 210ms;
	-o-transition-delay: 210ms;
	transition-delay: 210ms;
}

.menu_pc .submenu li:nth-child(1) {
	-webkit-transition-delay: 210ms;
	-moz-transition-delay: 210ms;
	-ms-transition-delay: 210ms;
	-o-transition-delay: 210ms;
	transition-delay: 210ms;
}

.menu_pc .submenu li:nth-child(2) {
	-webkit-transition-delay: 180ms;
	-moz-transition-delay: 180ms;
	-ms-transition-delay: 180ms;
	-o-transition-delay: 80ms;
	transition-delay: 180ms;
}

.menu_pc .submenu li:nth-child(3) {
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	transition-delay: 150ms;
}

.menu_pc .submenu li:nth-child(4) {
	-webkit-transition-delay: 120ms;
	-moz-transition-delay: 120ms;
	-ms-transition-delay: 120ms;
	-o-transition-delay: 120ms;
	transition-delay: 120ms;
}

.menu_pc .submenu li:nth-child(5) {
	-webkit-transition-delay: 90ms;
	-moz-transition-delay: 90ms;
	-ms-transition-delay: 90ms;
	-o-transition-delay: 90ms;
	transition-delay: 90ms;
}

.menu_pc .submenu li:nth-child(6) {
	-webkit-transition-delay: 60ms;
	-moz-transition-delay: 60ms;
	-ms-transition-delay: 60ms;
	-o-transition-delay: 60ms;
	transition-delay: 60ms;
}

.menu_pc .submenu li:nth-child(7) {
	-webkit-transition-delay: 30ms;
	-moz-transition-delay: 30ms;
	-ms-transition-delay: 30ms;
	-o-transition-delay: 30ms;
	transition-delay: 30ms;
}

.menu_pc .submenu li:nth-child(8) {
	-webkit-transition-delay: 15ms;
	-moz-transition-delay: 15ms;
	-ms-transition-delay: 15ms;
	-o-transition-delay: 15ms;
	transition-delay: 15ms;
}

.menu_pc .submenu li:nth-child(9) {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
@media (max-width:1200px) {
	.menuBox i {
		width: 30rem;
	}
}
@media (max-width:768px) {
	.logoMenu {
		padding: 0.5rem 0.3rem;
	}

	.logoMenu .logo {
		height: 3.6rem;
		width: auto;
	}

	.menuBox {
		display: none;
	}

	.menuBox i {
		display: none;
		width: 0;
	}

	.menuBox::before {
		display: none;
	}
}

/* ---- pc menu_btn of index Style ---- */
.toggleNav {
	display: none;
}

@media (max-width:768px) {
	.toggleNav {
		display: block;
		position: absolute;
		top: 1.1rem;
		right: 0.5rem;
		cursor: pointer;
		color: #fff;
		padding: 0.35rem 0 0 0.2rem;
		border: 0.1rem solid #fff;
		border-radius: 0.3rem;
		width: 2rem;
		height: 2rem;
		z-index: 9999;
		/* background: rgba(255,255,255,0.6); */
	}

	.toggleNav.open span.m,
	.toggleNav.open span.n,
	.toggleNav.open span.u {
		opacity: 1;
	}

	.toggleNav span.m,
	.toggleNav span.n,
	.toggleNav span.u {
		font-size: 1rem;
		opacity: 0;
		-webkit-transition: 250ms;
		transition: 250ms;
		letter-spacing: 0.1rem;
	}

	.toggleNav span.e {
		display: inline-block;
		height: 1.2rem;
		width: 1.2rem;
	}

	.toggleNav span.e.btn-close span.bar:nth-child(1) {
		-webkit-transition: 250ms;
		transition: 250ms;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 0.5rem;
	}

	.toggleNav span.e.btn-close span.bar:nth-child(2) {
		opacity: 0;
		-webkit-transition: 250ms;
		transition: 250ms;
	}

	.toggleNav span.e.btn-close span.bar:nth-child(3) {
		-webkit-transition: 250ms;
		transition: 250ms;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		bottom: 0.5rem;
	}

	.toggleNav span.e span.bar {
		-webkit-transition: 250ms;
		transition: 250ms;
		position: relative;
		display: block;
		background: #fff;
		border-radius: 0.1rem;
		border-bottom: 0.1rem solid #fff;
		width: 1.35rem;
		height: 0.1rem;
	}

	.toggleNav span.e span.bar:nth-child(2) {
		margin: 0.4rem 0;
	}

	.toggleNav:hover span.m,
	.toggleNav:hover span.n,
	.toggleNav:hover span.u {
		opacity: 1;
		-webkit-transition: 250ms;
		transition: 250ms;
	}
}


/* ---- menu in mobile Style ---- */
.navPaneBtn {
	display: none;
}

.navPane {
	display: none;
	-webkit-transition: 250ms;
	transition: 250ms;
	position: fixed;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
	top: 0;
	height: 100%;
	width: 85%;
	background: rgba(11, 82, 179, 0.9);
	box-shadow: 0px 0.3rem 0.6rem rgba(11, 82, 179, 0.98);
	z-index: 9998;
	padding: 5%;
	overflow-y: auto;
}

.navPane.open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: 250ms;
	transition: 250ms;
}

.mobileSearch {
	height: 2rem;
	width: 100%;
	border-radius: 1rem;
	padding: 0 3rem 0 1rem;
	position: relative;
	background: rgba(255, 255, 255, 0.43);
	margin-bottom: 5%;
}

.mobileSearch .btn {
	position: absolute;
	right: 0.5rem;
	top: 0;
	height: 2rem;
	width: 2rem;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	outline: none;
	background: url(../img/icon_search.png) center center no-repeat;
	background-size: auto 1rem;
	cursor: pointer;
}

.mobileSearch .text_input {
	display: block;
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	border: none;
	outline: none;
	background: none;
	font-size: 1rem;
	color: #fff
}

@media (max-width:768px) {
	.navPaneBtn {
		display: none;
		position: fixed;
		right: 0;
		width: 100%;
		height: 100%;
		top: 0px;
		background: rgba(0, 0, 0, 0.1);
		z-index: 998;
	}

	.navPaneBtn.open {
		display: block;
	}

	.navPane {
		display: block;
	}

	.mobileMenu {
		width: 100%;
		padding: 5% 0;
	}

	.mobileMenu>li {
		display: block;
		margin: 0;
		padding: 0;
		border: 0px;
		position: relative;
	}

	.otherlinks {
		border-top: 1px solid rgba(255, 255, 255, 0.43);
		margin: 5% auto 0;
		padding-bottom: 0;
	}

	.mobileMenu>li>a.afinve {
		display: inline-block;
		overflow: hidden;
		padding: 0px 5%;
		text-align: left;
		line-height: 3.2rem;
		color: #fff;
		transition: all .3s;
		position: relative;
		text-decoration: none;
		font-size: 1.2rem;
		position: relative;
		z-index: 1;
		margin-right: 3.2rem;
	}

	.otherlinks>li>a.afinve {
		width: 100%;
		text-align: center;
		margin-right: 0;
	}

	.mobileMenu>li>a.btn {
		position: absolute;
		height: 3.2rem;
		width: 3.2rem;
		top: 0;
		right: 0;
	}

	.mobileMenu li a .arrow::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		margin: -0.4rem auto 0;
		width: 0.8rem;
		height: 0.8rem;
		font-size: 0;
		line-height: 0;
		background-image: url(../img/arrow_right.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% auto;
		z-index: 99;
	}

	.mobileMenu li a .arrow.open::before {
		background-image: url(../img/arrow_down.png);
		background-size: auto 100%;
	}

	.mobileMenu>li>a.active,
	.mobileMenu>li>a:hover {
		color: #FFF;
	}

	.mobileMenu>li>ul.sub-menu,
	.mobileMenu>li>ul.sub-menu>li>ul.sub-menu {
		display: none;
		list-style: none;
		clear: both;
		margin: 0.4rem 0px 0px 8%;
		padding-bottom: 0.3rem;
	}

	.mobileMenu>li>ul.sub-menu li {
		background: none;
		margin: 0px;
		padding: 0px;
	}

	.mobileMenu>li>ul.sub-menu li>a {
		display: block;
		font-size: 1.1rem;
		line-height: 2.6rem;
		padding-left: 1.1rem;
		color: #fff;
		clear: both;
	}

	.mobileMenu>li>ul.sub-menu li>a.active,
	.mobileMenu>li>ul.sub-menu li>a:hover,
	.mobileMenu>li>ul.sub-menu>li.active>a {
		color: #FFF;
	}

}

/* ---- footer style ---- */
.footerBox {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.copyrightBox {
	width: 100%;
	background: #1e1e1e;
}

.copyright {
	width: 100%;
	height: 2.4rem;
	line-height: 2.4rem;
	text-align: left;
	padding: 0 3.5%;
	font-size: 0.7rem;
	color: #666666;
}

.copyright b {
	font-weight: normal;
	display: inline-block;
}

.contactBox {
	background: #0044af;
	padding: 2.1rem 0 1.8rem;
}

.contactBox .contact {
	padding: 0 7rem 0 12.3rem;
	position: relative;
}

.contactBox .contact .logo {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	height: 7.3rem;
	width: 10.5rem;
	justify-content: center;
	align-items: center;
	background: url(../img/footer_border.png) right center no-repeat;
	box-sizing: auto 82.2%;

}

.contactBox .contact .logo img {
	width: 90%;
	max-width: 7.4rem;
}

.contactBox .contact .qrcode {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 6rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contactBox .contact .qrcode img {
	width: 100%;
	max-width: 5.5rem;
	height: auto;
}

.contactBox .contact h1 {
	height: 2rem;
	line-height: 2rem;
	font-size: 1rem;
	color: #80b2dd;
	font-weight: normal;
}

.contactBox .contact p {
	min-height: 1.6rem;
	line-height: 1.2rem;
	padding: 0.2rem 0;
	font-size: 0.7rem;
	color: #80b2dd;
	word-break: break-all;
	word-wrap: break-word;
}

@media (max-width:768px) {

	.copyright {
		height: auto;
		min-height: 2rem;
		line-height: 1.4rem;
		text-align: center;
		padding: 0.3rem 0;
		font-size: 0.9rem;
	}

	.contactBox {
		padding: 3.5% 0 3%;
	}

	.contactBox .contact {
		padding: 0 0rem 8rem 8rem;
	}

	.contactBox .contact .logo {
		height: auto;
		width: 7rem;
		bottom: 8rem;
	}

	.contactBox .contact .logo img {
		width: 85%;
		max-width: 7.4rem;
	}

	.contactBox .contact .qrcode {
		position: absolute;
		right: 0px;
		top: auto;
		bottom: 0;
		height: 7rem;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.contactBox .contact .qrcode img {
		width: 100%;
		max-width: 7rem;
		height: auto;
	}

	.contactBox .contact h1 {
		display: none;
	}

	.contactBox .contact p {
		font-size: 0.9rem;
	}
}

/* ---- 主框架 ---- */
.container {
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}

.longLeft {
	width: 73.75%;
	float: left;
}

.shortRight {
	width: 22%;
	float: right;
}

@media (max-width:1200px) {
	.container {
		padding: 0 0.6rem;

	}
}

@media (max-width:768px) {
	.longLeft {
		width: 100%;
	}

	.shortRight {
		width: 100%;
	}
}

/* ---- 后期维护 ---- */