﻿@charset "utf-8";

/* CSS Document */   

.wrapper{ overflow:visible;}
a:focus{outline:none;}

*{

	margin:0;

	padding:0;

}

body{ background-color:#fff;

font-family:"方正兰亭黑简体",'Microsoft YaHei',}

a{

	text-decoration:none;

	color:#666;

}

.clear{

	clear:both;

}

li{

	list-style:none

}

/*top*/

#top{

	background:url(../images/top_bj_02.jpg) repeat-x;

	height:20px;

}

.top_nav{

	width:950px;

	margin:0 auto;

	overflow:hidden;

	font-size:11px;

}

.top_nav_l{

	float:left;

}

.top_nav_m,.top_nav_r{

	float:right;

}

.top_nav_l ul li{

	float:left;

	list-style:none;

}

.top_nav_l ul li a{

	display:block;

	color:#666;

	padding:0 24px;

	margin-top:2px;

	border-right:1px solid #98aaaf;

}

.top_nav_l ul li a.no_border{

	border:none;

}

.home{

	background:url(../images/home_03.jpg) no-repeat 10px 3px;

}

.center{

	background:url(../images/sanjiao_03.jpg) no-repeat 75px 6px;

}

/*language*/

.language a{

	color:#129fdd;

	padding:0 25px;

	background:url(../images/language_sanjiao_03.jpg) no-repeat 80px 5px;

}

/*search*/

.txt{

	height:17px;

	border:1px solid #ccc;

	width:126px;

	border-right:none;

	color:#999;

	background:url(../images/yuyin_03.jpg) right no-repeat #FFF;

}

.btn{

	height:19px;

	border:1px solid #ccc;

	width:52px; border:none; 

	background:url(../images/search_02.jpg) no-repeat;

}

/*logo_nav*/

.logo_nav{

	width:1192px;

	margin:0 auto;

	padding:20px 0 15px;

}

.logo{

	float:left;

	width:156px;

	height:44px;

}

.logo_n{

	float:right;

}

.logo_n p{

	font-size:14px;

	color:#999;

	float:right;

	 margin-bottom:14px;

}

.logo_n p span{

	color:#0e9bda;

	font-weight:bold;

}

.logo_n ul{	

	clear:both;

	float:right;

	width:auto;

	*width:660px;

}

.logo_n ul li{

	float:left;

	list-style:none;

}

.logo_n ul li a{

	color:#666;

	font-size:12px;

	margin-left:26px;

}

/**********导航***************/

#nav{

	clear:both;

	height:48px;


}

.navinner{

	width:1192px;

	margin:0 auto;

	/*overflow:hidden;*/

}

.navinner ul{

	background-color:#003368;

	/*overflow:hidden;*/

}
.navinner .hasBg{
	background: url("/public/ckgsb/emba/images/header_jt.png") no-repeat 109px center;
}
.navinner ul li{

	float:left;

	list-style:none;

	position: relative;
}
.navinner ul li .text{
	position: absolute;
	width: 185px;
	background: #003368;
	min-height: 40px;
	display: none;
	top:48px;
	left:-20px;
	overflow: hidden;
	z-index: 2;
}
.navinner ul li .text a{
	width: 185px;
	min-height: 40px;
	border-bottom: 1px solid #26517f;
	display: block;
	font-size: 14px;
	color: rgb(255, 255, 255);
	text-align: center;
	line-height: 40px;
	margin: 0;
	padding: 0;
}
.navinner ul li .text a:hover{
	/*background: #0d3d70;*/
	font-weight: bold;
	transition: all 0.5s;
}
.navinner ul li>a.hov{
	font-size:24px;
	background-color:#003368;
	font-weight:500;
	text-shadow:1px 1px 1px #333;
}
.navinner ul li:hover a.hov{
	background-color:#003368;
}
.navinner ul li a{

	display:block;

	float:left;

	height:48px;

	padding:0 32px;

	line-height:48px;

	font-size:16px;

	color:#FFF;
	/*width: 82px;*/
	text-align: center;
}

.navinner ul li.hover a,.navinner ul li:hover a{

	background:#003368;

}



/*****************************************个人提升二级菜单1.21*********************************/
.ee_p_menu{
    z-index:61;
    display:none;
    width:100%;
    border-bottom:1px solid #b8b8b8;
    box-shadow:0 2px 2px #b8b8b8;
    padding:30px 0 50px;
    overflow:hidden;
    position:relative;
    background-color:#fff;
}
.ee_h_menu a.hover,.navinner ul li:hover a.hover{
    background-color:#fff;
    color:#003368;
    text-decoration:underline;
}
.ee_menu_main{
    width:1192px;
    margin:0 auto;
}
.ee_menu_main div{
    min-width:245px;
    max-width:260px;
    float:left;
    margin-left:60px;
}
.ee_menu_main div.ee_menu_m_f{
    margin-left:0;
}
.ee_p_menu ul li{
    line-height:26px;
}
.ee_p_menu ul li a{
    font-size:12px;
    color:#636363;
}
.ee_menu_main h6{
    font-size:16px;
    color:#5d5d5d;
    border-bottom:1px solid #c5c4c4;
    padding-bottom:10px;
}
.ee_p_menu ul li a:hover{
    color:#003368;
    text-decoration:underline;
}
.ee_menu_main div .ee_menu_more{
    color:#003368;
    text-decoration:underline;
}

.navinner ul .active{background-color: #185293}
