﻿@charset "utf-8";
/*CSS Document*/

/*顶部导航*/
.topheader{
	width: 100%;
    background: #f9f7f4;
    border-bottom: 1px solid #c9c9ca;
}

.top_nav .top_nav_ul{
	width: 100%;
}
.top_nav_ul li{
	float: left;
	height: 32px;
	line-height: 32px;
	margin: 0 14px;
}
.top_nav_ul li a{
	font-size: 12px;
	color: #000;	
}
.top_nav_ul li a:hover{
	color: #fca22c;
}

/*导航*/
.mpej_nav{
	width: 100%;
	background: #0084ff;
}
.mpej_nav .ejnav_con{
	padding: 15px 0;
}
.ejnav_con ..ej_ul{
	width: 100%;
}
.ej_ul li{
	float: left;
	margin: 0 25px;
	height: 30px;
	line-height: 30px;
}
.ej_ul li.right_border{
	width: 1px;
	height: 14px;
	background: #fff;
	margin: 8px 0 0;
}
.ej_ul li a{
	display: block;
	width: auto;
	padding: 0 20px;
	font-size: 18px;
	color: #fff;
}
.ej_fcul li a{
	padding: 0 10px;
}
.ej_ul li a.on {
	background: #024ac2;
}

