@charset "UTF-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none
}

html,
body {
	color: #333;
	font-size: 16px;
	font-family: "Î¢ÈíÑÅºÚ";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
	background-color: #fff;
	max-width: 1920px
}

li {
	list-style: none
}

a {
	text-decoration: none;
	display: block
}

img,
input {
	border: 0;
	outline: none
}

.wap {
	display: none
}

.top>img.wap {
	display: none
}

body .clear {
	clear: both;
	height: 0 !important;
	width: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important
}

.px1400 {
	max-width: 1400px;
	margin: 0 auto
}

.px1600 {
	max-width: 1600px;
	margin: 0 auto
}

.pic {
	padding-top: 70%;
	position: relative;
	overflow: hidden
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 1s;
	object-fit: cover
}

.pic img:hover {
	transform: scale(1.05)
}

@keyframes icon-yh {
	0% {
		transform: rotateZ(0)
	}

	10% {
		transform: rotateZ(10deg)
	}

	20% {
		transform: rotateZ(0)
	}

	30% {
		transform: rotateZ(-10deg)
	}

	40% {
		transform: rotateZ(0)
	}

	50% {
		transform: rotateZ(10deg)
	}

	60% {
		transform: rotateZ(0)
	}

	70% {
		transform: rotateZ(-10deg)
	}

	80% {
		transform: rotateZ(0)
	}

	90% {
		transform: rotateZ(10deg)
	}

	100% {
		transform: rotateZ(0)
	}
}

.titline i {
	display: inline;
	font-style: normal;
	position: relative;
	background-image: linear-gradient(#003d87, #003d87);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .5s
}

a:hover .titline {
	color: #003d87
}

a:hover .titline i {
	background-size: 100% 1px
}

.nav-box {
	background-color: rgba(231, 244, 255, 0.9)
}

.nav>ul>li {
	float: left;
	position: relative;
	width: 7.6%;
	text-align: center
}

.nav>ul>li:first-child {
	border-left: none;
	margin-left: 0
}

.nav>ul>li>a {
	display: inline-block;
	font-size: 20px;
	color: #333;
	text-align: center;
	line-height: 56px;
	position: relative;
	padding: 0 10px
}

.nav>ul>li.active>a {
	font-weight: 600;
	color: #003d87
}

.nav>ul>li:hover>a::before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 5px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #003d87;
	width: 0
}

.nav>ul>li:hover>a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 2px;
	background-color: #003d87
}

.nav>ul>li:hover>a {
	color: #003d87
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	min-width: 100%;
	text-align: center;
	background: rgb(255 255 255);
	z-index: 99;
	overflow: hidden;
	line-height: normal;
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	background-color: rgba(231, 244, 255, 0.9)
}

.nav>ul>li>div>ul {
	overflow: hidden
}

.nav>ul>li>div>ul>li {
	width: 100%;
	padding: 0 10px
}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	white-space: nowrap
}

.nav>ul>li>div>ul>li:hover a {
	color: #fff
}

.nav>ul>li>div>ul>li:hover {
	background-color: #003d87
}

.h-top {
	background: url(/images/head-bj.jpg) no-repeat;
	background-size: cover;
	padding-top: 10px;
	padding-bottom: 20px
}

.logo {
	float: left
}

.h-top>.px1400 {
	position: relative
}
.h-top>.px1600 {
	position: relative
}
.h-right {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 0
}

.h-right .en {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	line-height: 56px;
	vertical-align: middle;
	margin-right: 24px
}

.h-right .en:hover {
	opacity: 0.7
}

.ser {
	display: inline-block
}

.ser input {
	width: 244px;
	height: 46px;
	border-radius: 23px;
	background-color: rgba(255, 255, 255, 0.1);
	padding-left: 20px;
	padding-right: 35px;
	line-height: 46px;
	color: #fff
}

.ser input::placeholder {
	font-size: 14px;
	line-height: 46px;
	color: #ffffff;
	opacity: 0.8
}

.ser-img {
	width: 18px;
	height: 20px;
	background: url(/images/ser.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 42%;
	right: 15px;
	transform: translateY(-50%)
}

.foot {
	background: url(/images/foot-bj.jpg) no-repeat;
	background-size: cover;
	padding: 40px 6%
}

.foot-l p {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #d4e5fb
}

.foot-l {
	width: 55%;
	font-size: 0;
	padding-right: 20px;
	float: left
}

.code {
	margin-top: 20px
}

.code a {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 12px
}

.code a.wx {
	background: url(/images/wx.png) no-repeat #043776;
	background-position: center center
}

.code a.wb {
	background: url(/images/wb.png) no-repeat #043776;
	background-position: center center
}

.code a.dy {
	background: url(/images/dy.png) no-repeat #043776;
	background-position: center center
}

.code a img {
	width: 110px;
	height: 110px;
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	opacity: 0;
	transition: all 0.3s
}

.code a:hover img {
	bottom: 55px;
	z-index: 1;
	opacity: 1
}

.foot-r {
	float: right;
	width: 45%;
	text-align: left
}

.foot-r b {
	display: block;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 1px;
	color: #d4e5fb;
	margin-bottom: 25px
}

.foot-r b img {
	margin-right: 10px;
	vertical-align: middle
}

.foot-r ul li {
	float: left;
	width: 33.3%
}

.foot-r ul li a {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #d4e5fb;
	transition: all 0.3s
}

.foot-r ul li a::before {
	content: '?';
	margin-right: 3px
}

.foot-r ul li a:hover {
	padding-left: 10px
}

@media screen and (max-width:1400px) {
	.px1400 {
		padding-left: 10px;
		padding-right: 10px
	}
.px1600 {
		padding-left: 10px;
		padding-right: 10px
	}

	.logo {
		padding-left: 10px
	}
}

@media screen and (max-width:1200px) {
	.logo a img {
		width: 700px
	}

	.foot {
		padding: 40px 3%
	}
}

@media screen and (max-width:1024px) {

	html,
	body {
		font-size: 14px
	}

	body {
		padding-top: 60px
	}

	.pc {
		display: none
	}

	.wap {
		display: block
	}

	.top {
		max-width: 1920px;
		margin: 0 auto;
		position: fixed;
		right: 10px;
		top: 18px;
		width: 25px;
		height: 25px;
		z-index: 9999
	}

	.top>img {
		display: block;
		width: 100%
	}

	.wap-menu {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99999;
		font-size: 0
	}

	.wap-menu img {
		height: 25px
	}

	.close-menu {
		display: none;
		position: absolute;
		right: 0;
		top: 0
	}

	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #003d87;
		padding: 10px;
		z-index: 999;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1)
	}

	.m-logo {
		font-size: 0
	}

	.m-logo a {
		font-size: 0;
		line-height: 40px
	}

	.m-logo img {
		max-height: 40px;
		max-width: 85%;
		line-height: 40px;
		vertical-align: middle
	}

	.m-tlink {
		padding: 10px 15px 0 15px
	}

	.m-tlink a {
		font-size: 12px;
		margin-right: 10px;
		color: #fff;
		display: inline-block;
		line-height: 24px;
		background: #fff;
		color: #304174;
		line-height: 24px;
		padding: 0 15px;
		border-radius: 5px
	}

	.m-search {
		margin: 0 15px;
		padding-right: 50px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		line-height: 35px;
		border: 1px solid #fff;
		border: 1px solid rgba(255, 255, 255, 0.5);
		margin-top: 15px
	}

	.m-search input[type="text"] {
		display: block;
		width: 100%;
		line-height: 25px;
		background: none;
		color: #fff
	}

	.m-search input[type="text"]::placeholder {
		color: #fff
	}

	.m-search input[type="image"] {
		position: absolute;
		right: 10px;
		top: 10px;
		height: 15px
	}

	.m-nav {
		position: fixed;
		top: 60px;
		left: 100%;
		right: 0;
		bottom: 0;
		z-index: 999;
		background: #003d87;
		overflow-y: scroll;
		border-top: 1px solid rgba(255, 255, 255, 0.5)
	}

	.m-nav ul {
		padding: 0 15px
	}

	.m-nav ul li {
		border-bottom: 1px solid #fff;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		position: relative
	}

	.m-nav ul li>span.on {
		transform: rotateZ(90deg)
	}

	.m-nav ul li ul {
		display: none;
		overflow: hidden
	}

	.m-nav ul li ul li {
		border: none;
		float: left;
		width: 33%
	}

	.m-nav>ul>li a {
		display: block;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0;
		position: relative;
		color: #fff
	}

	.m-nav>ul>li ul li a {
		padding: 10px 0
	}

	.m-nav>ul>li>span {
		position: absolute;
		width: 20px;
		height: 20px;
		background: url(/images/m-nav_down.png) no-repeat;
		background-size: 14px 14px;
		background-position: center center;
		right: 0;
		top: 15px;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s
	}

	.foot-l {
		float: none;
		width: auto;
		padding-right: 0
	}

	.foot-r {
		float: none;
		width: auto;
		margin-bottom: 20px
	}
}

@media screen and (max-width:480px) {
	.foot {
		padding: 30px 2%
	}

	.foot-r b {
		font-size: 20px;
		margin-bottom: 15px
	}

	.foot-r ul li {
		width: 50%
	}

	.foot-l p,
	.foot-r ul li a {
		font-size: 12px;
		line-height: 26px
	}

	.foot-l {
		text-align: center
	}
}