.header {
	width: 100%;
	height: auto;
}

.header-bg {
	width: 100%;
	height: 125px;
	background: url(../img/001.jpg) no-repeat center top;
	overflow: hidden;
}

.b_width {
	width: 1000px;
	overflow: hidden;
}

.cen {
	margin: 0 auto;
}
.left{
	float: left;
}
.right{
	float: right;
	
}
.logo {
	display: block;
	margin: 15px 0 0 20px;
}
.topbox .right a {
    margin: 15px 0 0 15px;
	font-size: 12px;
	color: #666666;
}

.header-nav{
	width: 100%;
	height:38px;
	background: url(../img/002.jpg);
}
.navArea {
	/* padding-bottom: 25px; */
	width: 1000px;
	margin: 0 auto;
	/* background: url(../img/002.jpg); */
}
/* 
.navBg {
	border-top: 1px solid #0e81d5;
	border-bottom: 1px solid #0e81d5;
} */

.nav {
	height: 38px;
	margin: 0 auto;
	line-height: 38px;
	font-family: "微软雅黑";
}

.nav li {
	float: left;
}

.nav li a {
	display: block;
	width: 120px;
	height: 38px;
	text-align: center;
	font-size: 14px;
	/* font-weight: bold; */
	color: #FFFFFF;
}

.nav li a:hover,
.nav li a:hover.on {
	background:url(../img/003.jpg);
	text-decoration: none;
	color: #fff;
}

/*.nav li a.on{background:#0e81d5; color:#fff;}*/
.nav li a.on2 {
	/* background: #0e81d5; */
	text-decoration: none;
	color: #fff;
}

.nav li:hover.on {
	background: #0e81d5;
	text-decoration: none;
}

.nav li ul {
	display: none;
	position: absolute;
	z-index: 9999;
}

.nav li ul li {
	float: none;
	display: block;
	position: relative;
	line-height: 20px;
	_display: inline;
}

.nav li ul li .s {
	position: absolute;
	top: 0;
	left: 87px;
	border-left: 1px solid transparent;
}

.nav li ul li .s li {
	float: none;
}

.nav li ul li a {
	display: block;
	width: 120px;
	height: 38px;
	line-height: 38px;
	background: #971401;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
}

.nav li ul li a:hover {
	color: #fff;
	background:url(../img/003.jpg)
}

.nav .t,
.nav .t:hover {
	background: #0e81d5;
}


/* 轮播 */
.header-banner{
	width: 100%;
	height: 405px;
}
.swiper-container{
	width: 100%;
	height: 100%;
}
.swiper-container .swiper-slide {
	width: 100%;
	height: 367px;
}
.swiper-container .swiper-slide img{
	width: 100%;
	height: 100%;
}