@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
}

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 {
	background: url(../images/top-bg.png) no-repeat center top;
}

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;
	min-width: 100%;
	height: 100%;
	transition: all 0.5s
}

.pic:hover img {
	transform: scale(1.1)
}

.bg_img {
	position: relative;
	padding-top: 75%;
	overflow: hidden
}

.bg_img .a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s
}

.bg_img:hover .a {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	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: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99999
}

.logo {
	margin: 26px 0
}

.logo a {
	display: block
}

.logo img {
	display: block
}

.top-c {
	margin: 35px 0 0 336px;
}

.top-c img {
	display: block;
}

.search-con {
	display: block;
	font-size: 0;
	margin-top: 47px;
}

.search-con button {
	width: 56px;
	height: 56px;
	text-align: center;
	background: #1c5ed4;
	border-radius: 50%;
	cursor: pointer;
	font-size: 0;
}

.search-con button img {
	vertical-align: middle;
	width: 23px;
	transition: all 0.5s
}

.search-con button:hover img {
	transform: scale(1.05)
}

.search {
	width: 500px;
	height: 50px;
	background: #fff;
	margin-top: 20px;
	position: absolute;
	right: 0;
	top: 24px;
	z-index: 1;
	display: none
}

input,
button {
	border: none;
	outline: none
}

.search .text {
	width: 500px;
	padding-left: 15px;
	padding-right: 80px;
	height: 50px;
	font-size: 14px;
	background: none;
	color: #333;
}

.search .button {
	width: 80px;
	height: 50px;
	background: #1c5ed4 url(../images/fdj.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-input-placeholder {
	color: #999;
}

input::-ms-input-placeholder {
	color: #999;
}

.yc-search {
	line-height: 40px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none
}

.yc-search-bg {
	position: fixed;
	z-index: 99998;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8)
}

.search {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 99999
}

.nav {
	height: 54px;
	line-height: 54px;
	background: #1c5ed4;
}

.nav>ul {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}

.nav>ul>li {
	width: 9%;
	text-align: center;
	position: relative
}

.nav>ul>li>a {
	display: block;
	font-size: 21px;
	color: #fff;
	text-align: center;
	position: relative
}

.nav>ul>li.active>a,
.nav>ul>li:hover>a {
	background: #2db454;
	color: #fff
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 120%;
	min-width: 140px;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	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: 16px;
	line-height: 30px;
	color: #333;
	padding: 5px 0
}

.nav>ul>li>div>ul>li a:hover {
	font-weight: bold;
	background: #ECECEC
}

.foot {
	background: #1752bb;
	padding-top: 40px;
	padding-bottom: 25px;
	margin-top: 22px
}

.foot a {
	color: #fff
}

.link h3 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: url(../images/link-zs.png) no-repeat left center;
	padding-left: 27px;
	margin-bottom: 20px
}

.link>a {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin-right: 30px;
	padding: 0 18px;
	line-height: 36px;
	background: #2968c0;
	transition: all 0.3s
}

.link>a:hover {
	color: #fff;
	background: #f19023
}

.foot-bq {
	margin-top: 55px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #fff
}

.foot-bq a:hover {
	color: rgba(255, 255, 255, 0.7)
}