﻿@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
}

@font-face {
	font-family: 'sySong';
	src:
		url('sySong.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

html,
body {
	min-width: 1400px;
	width: 100%;
}

body {
	padding-top: 140px;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

img,
input {
	border: 0;
	outline: none;
}

body .clear {
	clear: both;
	height: 0 !important;
	width: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.px1400 {
	width: 1400px;
	max-width: 1400px;
	margin: 0 auto;
}

.pic img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.pic:hover img {
	transform: scale(1.1);
}

@keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		-moz-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		-moz-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

/*头部*/
.pc {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 161px;
	z-index: 99999;
	background: #376E9C;
}

.top {
	height: 140px;
}

.pc.on .top {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.logo {
	margin-top: 16px;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
	width: 485px;
}


/*search*/

.search {
	width: 237px;
	height: 34px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	margin-top: 37px;
	position: relative;
	z-index: 1;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 237px;
	padding-left: 10px;
	padding-right: 40px;
	height: 32px;
	font-size: 14px;
	background: none;
	color: #fff;
}

.search .button {
	width: 40px;
	height: 32px;
	background: url(../images/fdj.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
}

input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.8);
}

input::-moz-input-placeholder {
	color: rgba(255, 255, 255, 0.8);
}

input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.8);
}



/*导航*/

.nav {
	height: 54px;
	line-height: 54px;
	margin-top: 19px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.nav>ul {
	font-size: 0;
}

.nav>ul>li {
	float: left;
	width: 200px;
	text-align: center;
	position: relative;
}

.nav>ul>li>a {
	display: block;
	font-size: 20px;
	color: #fff;
	text-align: center;
	position: relative;
}

.nav>ul>li.active>a,
.nav>ul>li:hover>a {
	font-weight: bold;
}

.nav>ul>li>div {
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	min-width: 120px;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	border-top: 2px solid #376E9C;
	z-index: 9999;
	overflow: hidden;
	line-height: normal;
	display: none;
}

.nav>ul>li>div>ul {
	overflow: hidden;
}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 14px;
	line-height: 42px;
	color: #333;
}

.nav>ul>li>div>ul>li a:hover {
	background: #376E9C;
	color: #fff;
}


/*底部*/

.foot {
	background: #376E9C;
	width: 100%;
	padding-top: 10px;
}

.foot a {
	color: #fff;
}

.link-k {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.link {
	line-height: 36px;
	padding: 25px 0;
	color: rgba(255, 255, 255, 0.2);
}

.link span {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	padding-left: 20px;
	position: relative;
}

.link span::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 3px;
	height: 28px;
	background: #fff;
}

.link>a {
	display: inline-block;
	font-size: 18px;
	margin: 0 50px;
	color: rgba(255, 255, 255, 1);
	transition: all 0.3s;
}

.link>a:hover {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: underline;
}

.foot-d {
	margin-top: 50px;
}

.foot-logo img {
	display: block;
}

.foot-dz p {
	line-height: 16px;
	line-height: 36px;
	color: #fff;
}

.foot-dz p span {
	padding-right: 30px;
}

.foot-dz1 {
	margin-left: 112px;
}

.foot-bq {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
	padding: 10px 0;
	margin-top: 50px;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
}