.header {
	width: 100%;
	height: auto;
	position: relative;
}

.header-top {
	width: 100%;
	height: 110px;
	position: absolute;
	top: 0;
	z-index: 99;
	width: 100%;
	text-align: center;
	height: 110px;
	background-color: #FFF;
	filter: alpha(opacity:70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7
}

.header-top-w {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.top-w-logo {
	width: 240px;
	height: 110px;
}

.top-w-logo img {
	display: block;
	margin: 25px auto;
}

.top-w-nav {
	width: 665px;
	height: auto;
}

/* 导航栏 */
.navArea {
	/* padding-bottom: 25px; */
	/* background: url(../images/nav_bg.png) repeat-x 0 bottom; */
}

.navBg {
	/* border-top: 1px solid #0e81d5; */
	/* border-bottom: 1px solid #0e81d5; */
}

.nav {
	height: 110px;
	margin: 0 auto;
	line-height: 110px;
	font-family: "微软雅黑";
}

.nav li {
	float: left;
}

.nav li a {
	display: block;
	width: 83px;
	text-align: center;
	font-size: 16px;
	/* font-weight: bold; */
	/* color: #0e81d5; */
}

.nav li a:hover,
.nav li a:hover.on {
	/* background: #0e81d5; */
	text-decoration: underline;
	color: #cc9900;
}

/*.nav li a.on{background:#0e81d5; color:#fff;}*/
.nav li a.on2 {
	/* background: #0e81d5; */
	text-decoration: none;
	color: #cc9900;

}

.nav li:hover.on {
	/* background: #0e81d5; */
	text-decoration: none;
}

.nav li ul {
	display: none;
	position: absolute;
	top: 75px;
	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;
	background-color: #8e745a;
}

.nav li ul li .s li {
	float: none;
	background-color: #8e745a;
}

.nav li ul li a {
	display: block;
	width: 83px;
	height: 29px;
	line-height: 29px;
	background: rgba(142, 116, 90, 0.8);
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
}

.nav li ul li a:hover {
	color: #cc9900;
	/* background: #41a3eb */
}

.nav .t,
.nav .t:hover {
	/* background: #0e81d5; */
}


/* 轮播 */
.header-banner {
	width: 100%;
	height: 785px;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
}

.swiper-container .hide {
	opacity: 0;
}

.swiper-button-prev img,
.swiper-button-next img {
	width: 35px;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 12px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	/* position: relative; */
	background-color: rgba(0, 0, 0, .3);
	/* opacity: 0.3; */
	border-radius: 8px;
}

.swiper-pagination {
	width: 80px !important;
	height: 20px !important;
	left: 48% !important;
	bottom: 30px !important;
	background-color: rgba(0, 0, 0, .3);
	border-radius: 50px;
}
