@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

h2,
h3,
i,
em {
	font-style: normal;
}

html,
body {
	font-family: "微软雅黑";
}

input,
img,
a {
	outline: none;
	border: 0;
}

body .clear {
	clear: both;
	height: 0 !important;
	width: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

@keyframes icon-yh {
	0% {
		transform: translate(-50%, -50%) rotateZ(0);
	}

	10% {
		transform: translate(-50%, -50%) rotateZ(10deg);
	}

	20% {
		transform: translate(-50%, -50%) rotateZ(0);
	}

	30% {
		transform: translate(-50%, -50%) rotateZ(-10deg);
	}

	40% {
		transform: translate(-50%, -50%) rotateZ(0);
	}

	50% {
		transform: translate(-50%, -50%) rotateZ(10deg);
	}

	60% {
		transform: translate(-50%, -50%) rotateZ(0);
	}

	70% {
		transform: translate(-50%, -50%) rotateZ(-10deg);
	}

	80% {
		transform: translate(-50%, -50%) rotateZ(0);
	}

	90% {
		transform: translate(-50%, -50%) rotateZ(10deg);
	}

	100% {
		transform: translate(-50%, -50%) rotateZ(0);
	}
}

.header {
	background: url("../image/hearder.jpg") no-repeat center center;
	background-size: cover;
}

.px1320 {
	max-width: 1320px;
	margin: 0 auto;
}

.head {
	padding: 49px 0;
	position: relative;
	border-bottom: 1px solid #0e78d6;
}

.logo {
	float: left;
}

.seach {
	float: right;
}

input {
	color: #fff;
}

input[type="text"] {
	width: 226px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.2);
	padding-right: 90px;
	padding-left: 44px;
}

.seach-bg {
	background: url("../image/seach.png") no-repeat 14px center;
}

input::-webkit-input-placeholder {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5)
}

input:-moz-placeholder {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

input:-ms-input-placeholder {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.seach {
	margin-top: 30px;
	width: 360px;
	height: 40px;
	border-radius: 5px;
	position: relative;
}

.seach .btn {
	display: inline-block;
	position: absolute;
	width: 70px;
	background-color: #e6a535;
	color: #ffffff;
	right: 0;
	border-radius: 5px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 2px;
}

#nav {
	border-top: 1px solid #1a35a5;
}

#nav::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.nav>ul>li {
	position: relative;
	float: left;
	width: 12.5%;
	text-align: center;
	line-height: 60px;
}

.nav>ul>li>img {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.nav>ul>li>a {
	display: block;
	font-size: 16px;
	color: #ffffff;
}

.nav>ul>li>ul {
	position: absolute;
	left: 0;
	right: 0;
	display: none;
	z-index: 999;
	background: rgba(14, 94, 163, 0.8);
}

.nav>ul>li>ul>li {
	text-align: center;
	line-height: 40px;
}

.nav>ul>li>ul>li>a {
	font-size: 14px;
	color: #ffffff;
}

.nav>ul>li>ul>li:hover {
	background-color: #1e58a3;
}

.nav>ul>li:hover img {
	transition: all 0.5s;
	transform: rotate(180deg);
}

.nav>ul>li:hover {
	background-color: #0e5ea3;
}

.footer {
	background-color: #0e5ea3;
	padding: 25px 0;
}

.foot {
	overflow: hidden;
}

.foot-l {
	float: left;
	margin-top: 20px;
}

.foot-l p {
	font-size: 14px;
	line-height: 40px;
	color: #ffffff;
}

.foot-l p img {
	padding-right: 6px;
	vertical-align: middle;
}

.foot-r {
	float: right;
	overflow: hidden;
}

.vx {
	text-align: center;
	float: left;
	margin-left: 10px;
}

.vx>div {
	background: rgba(255, 255, 255, .4);
	margin-top: -4px;
}

.vx>div>h2 {
	font-size: 12px;
	line-height: 30px;
	color: #ffffff;
}

.vx>img {
	width: 90px;
	height: 90px;
}

.vx>p {
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}

li {
	cursor: pointer;
}


/* 移动端头部 */

.top {
	max-width: 1920px;
	margin: 0 auto;
	position: fixed;
	right: 10px;
	top: 18px;
	width: 25px;
	height: 25px;
	z-index: 9999;
}

.wap {
	display: none;
}

.top>img {
	display: block;
	width: 100%;
}

.wap-menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
	font-size: 0;
}

.close-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wap-menu img {
	height: 25px;
}

.m-head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px;
	z-index: 999;
}

.banner a {
	display: block;
}

.banner img {
	width: 100%;
}

@media screen and (max-width: 1320px) {
	.px1320 {
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media screen and (max-width: 1024px) {
	body {
		padding-top: 60px;
	}

	.footer {
		padding: 20px 0;
	}

	.header {
		display: none;
	}

	.nav {
		display: none;
	}

	.wap {
		display: block;
	}

	.m-logo {
		font-size: 0;
	}

	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		padding: 10px;
		z-index: 999;
		box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
		background-color: #0e5ea3;
	}

	.m-logo {
		font-size: 0;
	}

	.m-logo a {
		font-size: 0;
		line-height: 40px;
	}

	.m-logo img {
		max-height: 40px;
		max-width: 80%;
		vertical-align: middle;
	}

	.m-tlink {
		padding: 10px 15px 0 15px;
	}

	.m-tlink a {
		font-size: 14px;
		margin-right: 15px;
		margin: 5px 0;
		color: #fff;
		display: inline-block;
		font-size: 14px;
		line-height: 24px;
		background: #fff;
		color: #004980;
		line-height: 30px;
		padding: 0 15px;
		border-radius: 5px;
	}

	.m-search {
		margin: 0 15px;
		padding-right: 50px;
		padding-left: 10px;
		position: relative;
		line-height: 35px;
		margin-top: 15px;
		/* border: 1px solid rgba(255, 255, 255, 0.8); */
		border-radius: 5px;
	}

	.m-search input[type="text"] {
		display: block;
		width: 93%;
		line-height: 25px;
		background: none;
		color: #fff;
		padding: 0;

	}

	.m-search input[type="text"]::placeholder {
		color: #fff;
	}

	.m-search input[type="image"] {
		position: absolute;
		right: 10px;
		top: 12.5px;
		height: 15px;
	}

	.m-nav {
		position: fixed;
		top: 60px;
		left: 100%;
		right: 0;
		bottom: 0;
		z-index: 999;
		background: #2171b5;
		overflow-y: scroll;
	}

	.m-nav ul {
		padding: 0 15px;
	}

	.m-nav ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.m-nav ul li>span.on {
		transform: rotateZ(90deg);
	}

	.m-nav ul li ul {
		display: none;
	}

	.m-nav ul li ul li {
		border: none;
	}

	.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("../image/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;
	}
}

@media screen and (max-width: 640px) {
	.foot-l {
		float: none;
		width: auto;
		margin: 0 auto;
		text-align: center;
	}

	.foot-r {
		float: none;
		width: auto;
	}

	.foot-r {
		width: 210px;
		margin: 0 auto;
	}
}