.header {
	width: 100%;
	height: auto;
}

.header-nav {
	width: 100%;
	border-top: 3px solid #0d4f8b;
	height: 96px;
	background: url(../img/k_03.jpg);
}

.header-nav-w {
	width: 1000px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}

.header-nav-w div {
	display: inline-block;
	float: left;
}

.header-nav-w div:nth-child(1) {
	width: 349px;
	height: 93px;
}

.header-nav-w div:nth-child(1) img {
	width: 100%;
	height: 100%;
}

.header-nav-w div:nth-child(2) {
	width: 650px;
	height: 93px;
	float: right;
	/* background-color: #FF0000; */
}

.header-nav-w div:nth-child(2) div {
	display: inline-block;
	float: left;
	width: 92px;
	height: 93px;
}

/* 轮播 */
.header-swiper {
	width: 100%;
	height: 359px;
	background: url(../img/k_15.jpg);
	padding-top: 22px;
}

.swiper-w {
	width: 948px;
	height: 312px;
	margin: 0 auto;
	
}
.swiper-slide{
	width: 948px !important;
	height: 312px;
	margin: 0 auto;
}
.swiper-pagination-bullets{
	width: auto !important;
}
.swiper-pagination{
	/* right: 10px; */
}
.swiper-pagination-bullet{
	width: 15px !important;
	height: 15px  !important;
	border-radius: 5px !important;
}

.swiper-bon-img {
	width: 1000px;
	height: 25px;
	margin: 0 auto;
}
