@charset "utf-8";


/*项目推广二、三级栏目*/
#xm_nav{
	/*border: 1px solid red;*/
	margin: 0 auto;
	margin-top: 1%;
}
.xm_nav_row{
	background: #f5f5f5;
	color: #333;
}
.xm_nav_ul{
	/*border: 1px solid red;*/
	height: auto;
	overflow: hidden;
}
.xm_nav_ul li{
	float: left;
	width: 8%;
	line-height: 45px;
	text-align: center;
}
.xm_nav_ul li a{
	color: #333;
	text-decoration: none;
}
/*.xm_nav_ul li a:hover{
	background: #C2030B;
	display: block;
	color: #fff;
	text-decoration: none;
}*/

.xm_nav_ul_small{
	border-bottom: 1px solid #F4CAD4;
	height: auto;
	overflow: hidden;
	display: none;
}
.xm_nav_ul_small:nth-child(1){
	display: block;
}

.xm_nav_ul_small li{
	float: left;
	width: 8%;
	text-align: center;
	line-height: 45px;
}
.xm_nav_ul_small li a{
	color: #666;
	text-decoration: none;
}
/*.xm_nav_ul_small li a:hover{
	color: #C2030B;
	text-decoration: none;
}*/

/*特效*/
.xm_nav_ul li.myHover a{
	background: #C2030B;
	color: #fff;
	display: block;
}
.xm_nav_ul_small li.myHover2 a{
	color: #C2030B;
}
.xm_nav_ul li.myHoverInit a{
	background: #C2030B;
	color: #fff;
	display: block;
}
.xm_nav_ul_small li.myHoverInit2 a{
	color: #C2030B;
}

@media(max-width: 768px){
	.xm_nav_ul li{
		width: 20%;
		font-family: 微软雅黑;
	}
	.xm_nav_ul_small li{
		width:20%;
		font-family: 微软雅黑;
	}
}