.navWrap{
	width: 1100px;
	margin: 0 auto;
	height: 150px;
}
.nav{
	position: relative;
	z-index: 1;
}
.nav li.nLi{
	float: left;
	height: 91px;
	display: inline;
	position: relative;
	width: 100px;
	margin: 0 5px;
	text-align: center;
}
.nav li.nLi h3{
	float: left;
	height: 91px;
}
.nav li.nLi h3 a{
	display: block;
	width: 100px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	line-height: 86px;
}
.sub{
	line-height: 59px;
	position: absolute;
	top: 91px;
	left: -60px;
	z-index: 999;
	display: none;
	color: #7e7e7e;
	width: 580px;
}
 .nav li.mdw .sub{
 	position: absolute;
 	top: 91px;
 	left: -55px;
 	width: 240px;
 	
 }
 .nav li.xw .sub{
 	position: absolute;
 	top: 91px;
 	left: -25px;
 }
.sub a{
	padding: 0 8px;
	color: #7e7e7e;
	font-size: 15px;
}
.sub a:hover{
	color: #529ad6;
}
.nav li.on h3 a{
	color: #fffc00;
	border-bottom: 5px solid #fffc00;
}
.nav li.on .sub{
	display: block;
}
.nav li{
	float: left;
}
.comp{position: relative;}
.comp .swiper-button-next{background: url(/Application/Home/View/cn/images/nRight.jpg); width:40px; height: 40px; top:325px;right:170px;-moz-border-radius: 50%; -webkit-border-radius: 50%;border-radius:50%;}
.comp .swiper-button-prev{background: url(/Application/Home/View/cn/images/nLeft.jpg); width:40px; height: 40px; top:325px;left:780px;-moz-border-radius: 50%; -webkit-border-radius: 50%;border-radius:50%;}