@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;
}

html,
body {
	min-width: 1200px;
	width: 100%;
	height: 100%;
}

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;
}

.px1200 {
	width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
}


/* banner */

.banner {
	overflow: hidden;
	height: 430px;
}

.banner .slick-slide img {
	width: 100%;
}

.banner .slick-slide {
	position: relative;
}

.banner .slick-slide:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(191, 191, 191, 0.8);
}

.banner .slick-list {
	max-width: 1200px;
	margin: 0 auto;
	overflow: visible;
}

.banner .slick-center {
	position: relative;
}

.banner .slick-center:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(../img/banner-bg.png) repeat-x;
	height: 115px;
}

.banner .slick-center:before {
	display: none;
}

.banner .slick-slider {
	overflow: hidden;
}

.banner .slick-dots {
	text-align: center;
	left: 0;
	right: 0;
	bottom: 40px;
}

.slick-dots li {
	margin: 0 20px;
}

.slick-dots li button {
	width: 10px;
	height: 10px;
}


/*头部*/

.top {
	width: 100%;
	min-width: 1200px;
	height: 98px;
	background: #004883 url(../img/top-zs.png) no-repeat 56% center;
}

.logo a {
	display: block;
	line-height: 98px;
	font-size: 0;
}

.logo img {
	vertical-align: middle;
}

.top-r p {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
	text-align: right;
	margin-top: 10px;
}

.top-r p a {
	color: rgba(255, 255, 255, 0.6);
}

.top-r p a:hover {
	color: rgba(255, 255, 255, 1);
}

.search {
	position: relative;
	width: 280px;
	height: 40px;
	background: #efefef;
	margin-top: 10px;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 280px;
	padding-left: 15px;
	padding-right: 48px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	background: none;
	color: #333;
}

.search .button {
	width: 46px;
	height: 40px;
	background: #216db8 url(../img/fdj.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-input-placeholder {
	color: #999;
}

input::-ms-input-placeholder {
	color: #999;
}


/*导航*/

.nav {
	width: 100%;
	height: 48px;
	line-height: 48px;
	background: #fff;
}

.nav>ul {
	font-size: 0;
}

.nav>ul>li {
	float: left;
	text-align: center;
	position: relative;
	width: 150px;
}

.nav>ul>li.active>a {
	/* border-bottom: 3px solid #fff; */
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li>a {
	display: block;
	font-size: 16px;
	text-align: center;
	position: relative;
}

.nav>ul>li.active>a {
	color: #1E69BD;
	font-weight: 600;
}

.nav>ul>li:hover>a {
	color: #1e69bd;
	font-weight: 600;
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	width: 100%;
	background: #fff;
	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: 40px;
	color: #333;
}

.nav>ul>li>div>ul>li a:hover {
	background: #1e69bd;
	color: #fff;
}


/*底部*/

.foot {
	background: url(../img/foot-bg.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 175px;
	margin-top: 30px;
}

.foot>div {
	color: #adb8c8;
}

.foot a {
	color: #adb8c8;
}

.foot-l {
	float: left;
	margin-top: 20px;
}

.foot-l h3 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 30px;
	padding-left: 16px;
	position: relative;
}

.foot-l h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 20px;
	background: #fff;
}

.foot-l p {
	font-size: 14px;
	line-height: 24px;
}

.foot-c {
	margin-left: 80px;
}

.foot-r {
	float: right;
	line-height: 142px;
	font-size: 0;
}

.foot-r img {
	vertical-align: middle;
}

.bq {
	line-height: 32px;
	text-align: center;
	font-size: 12px;
	color: #6a96b6;
	border-top: 1px solid #6a96b6;
}
.bq a{
	color: #6a96b6;
}