@charset "utf-8";

.sp_menu {
	height: 64px;
	background: #489d97;
}

.boxcenter {
	margin: 0 auto;
}

.sp_menu1 {
	width: 1200px;
	overflow: visible;
}

.sp_menu1_l {
	width: 120%;
	padding: 0px;
	top: -4px;
	position: relative;
}

.sp_menu1_l div {
	float: left;
	display: inline-block;
	cursor: pointer;
	width: 167px;
	height: 79px;
	text-align: center;
	line-height: 71px;
}

.sp_menu1_l div>a {
	color: #fff;
	display: block;
}

.sp_menu1_l div>a:hover {
	background: url(../images/hoactive.png) center 0px no-repeat;
	display: block;
	color: #fff;
}

.sp_menu1_l div ul {
	position: absolute;
	top: -9px;
	height: 88px;
	background-image: url(../images/sp_mbg1.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

.sp_menu1_l div ul li {
	color: #fff;
	font-size: 15px;
	margin-left: 35px;
	line-height: 88px;
	margin-right: 30px;
}

.sp_menu1_l div ul li a {
    width: 62px;
	color: #fff;
	float: left;
	display: inline-block;
	margin-right: 13px;
}

.sp_menu1_l div ul li a:hover {
	color: #ffee8d;
}

.sp_menu1_l div.spp2 ul {
	float: left;
	background-position: left top;
	right: 40px;
	width: 0px;
	z-index: 28;
}

.sp_menu1_l div.spp4 ul {
	float: left;
	margin-left: 200px;
	background-position: left top;
	right: 70px;
	width: 0px;
	z-index: 28;
}

.butSpp {
	position: relative;
	font-size: 16px;
	z-index: 0;
}

.butSpp span {
	display: block;
	position: relative;
	z-index: 30;
	color: #fff;
}

.butSpp em {
	display: none;
	width: 167px;
	height: 79px;
	background: url(../images/hoactive.png) center center no-repeat;
	position: absolute;
	top: 0px;
	z-index: 29;
	left: 0px;
}

.spp2 span {
	z-index: 30;
}

.spp2 em {
	z-index: 29;
}

.spp4 span {
	z-index: 30;
}

.spp4 em {
	z-index: 29;
}

/* 强制去掉导航栏的背景颜色 */
.nav li a:hover,
.curr-nav {
    background-color: transparent !important;
}