﻿
/*
新导航
*/

.header-container .search{
	float:left;
	width:378px;
	height:45px;
	margin:25px 0 0 26px;
	position: relative;
	*margin-left:0;
}
/*.header-container .search .sel{
	position: absolute;
	left:10px;
	top:5px;
	width:70px;
	height:33px;
	font-size: 16px;
	font-family: "微软雅黑";
	border:none;
}*/
.header-container .search .wrapper_dropdown{
	position: absolute;
	left:10px;
	top:5px;
	width:85px;
	height:33px;
	font-size: 16px;
	line-height: 33px;
	z-index: 99999;
	*left:29px;
}
.header-container .search .wrapper_dropdown .drop_btn{
	position: absolute;
	right:3px;
	top:14px;
	width:11px;
	height:6px;
	background: url(http://resfile.enetedu.com/Content/webImg/www/images/dropdown_btn.png) no-repeat;
}
.header-container .search .wrapper_dropdown .drop_menu{
	position: absolute;
	left:0;
	top:33px;
	width:85px;
	background-color: #fff;
	border:1px solid #ddd;
	border-bottom:0 none;
	display: none;
}
.header-container .search .wrapper_dropdown .drop_menu li{
	line-height: 30px;
	border-bottom:1px solid #ddd;
	cursor:pointer;
}
.header-container .search .wrapper_dropdown .drop_menu li a{
	display: block;
	padding-left: 10px;
}
.header-container .search .wrapper_dropdown .drop_menu li a:hover{
	background-color: #00ffff;
	color:White;
}
.header-container .search input{
	width:298px;
	height:43px;
	background: url(http://resfile.enetedu.com/Content/webImg/www/images/search_Bg.png) no-repeat;
	padding-left:95px;
	line-height: 43px;
	font-size: 16px;
	color:#797979;
}
.header-container .search .searchBtn{
	position: absolute;
	right:0;
	top:0;
	width:66px;
	height:41px;
	background:url(http://resfile.enetedu.com/Content/webImg/www/images/searchBtn_bg.png) no-repeat;
	/*border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;*/
	*top:1px;
}
.header-container .search .searchBtn img{
	position: absolute;
	left:50%;
	top:50%;
	margin:-12px 0 0 -12px;
}

.nav-container{
	width:990px;
	height:55px;
	margin:0 auto;
	background: url(http://resfile.enetedu.com/Content/webImg/www/images/nav_bigbg1.png) no-repeat;
}
.nav ul{
	/*padding:0 23px;*/
	/*overflow: hidden;*/
}
.nav ul li{
	float:left;
	width:88px;
	height:55px;
	border-right:1px solid #6baaeb;
	line-height: 55px;
	padding-left:52px;
	display: inline-block;
	position:relative;
	z-index:9999;
	font-family:微软雅黑;
}
.nav ul li.c90
{
	width:90px;
}
.nav ul li.home{
	width:89px;
	background: url(http://resfile.enetedu.com/Content/webImg/www/images/home.png) no-repeat 18px center;
	padding-left:52px;
	margin-left: 0px;
}
.nav ul li.zixun{
	background: url(http://resfile.enetedu.com/Content/webImg/www/images/nav_zixun_bg.png) no-repeat 30px center;
	position:relative;
}
.nav ul li.selectCourse{
	background: url(http://resfile.enetedu.com/Content/webImg/www/images/nav_selectCourse_bgIcon.png) no-repeat 30px center;
	position: relative;
}
.nav ul li.studyCenter{
	background: url(http://resfile.enetedu.com/Content/webImg/www/images/nav_studyCenter_bgIcon.png) no-repeat 26px center;
	position:relative;
}
.nav ul li.yanxiu{
	background: url(http://resfile.enetedu.com/Content/webImg/www/images/nav_yanxiu_bgIcon.png) no-repeat 30px center;
	position:relative;
}
.nav ul li.App{
	background: url(http://resfile.enetedu.com/Content/webImg/www/images/nav_app_bgIcon.png) no-repeat 30px center;
	position:relative;
}
.nav ul li.wxin_cur{
	background: url(http://resfile.enetedu.com/Content/webImg/www/images/nav_current.jpg) no-repeat left;
	padding-left: 52px;
	width:88px;
}
.nav ul li.sel_cur{
	background: url(http://resfile.enetedu.com/Content/webImg/www/images/sel_cur_bg.jpg) no-repeat left;
	padding-left: 52px;
	/*width:96px;*/
	width:88px;
	margin-left:0px;
}
.nav ul li.zxun_cur{
	background: url(http://resfile.enetedu.com/Content/webImg/www/images/zxun_cur.jpg) no-repeat left;
	padding-left: 52px;
	width:88px;
}
.nav ul li.yxiu_cur{
	background: url(http://resfile.enetedu.com/Content/webImg/www/images/yxiu_cur.jpg) no-repeat left;
	padding-left: 52px;
	width:88px;
}
.nav ul li.selectCourse .menu{
	position: absolute;
	left:-2px;
	top:55px;
	width:100%;
	height:auto;
	background-color: #fff;
	border:1px solid #ddd;
	border-top:0 none;
	display: none;
	z-index: 999;
}
.nav ul li.selectCourse .menu ul{
	padding:0;
}
.nav ul li.selectCourse .menu ul li{
	width:100%;
	height:30px;
	border-bottom:1px solid #ccc;
	padding:0;
	background: none;
	border-right:0 none;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.nav ul li.selectCourse .menu ul li.cur{
	background-color: #3287dd;
	color:white;
}
.nav ul li a:link,.nav ul li a:visited{
	display: block;
	font-size: 16px;
	color:white;
}
.nav ul li.wxin_cur a:link,.nav ul li.wxin_cur a:visited{
	color:#1e6fc3;
}
.nav ul li.sel_cur a:link,.nav ul li.sel_cur a:visited{
	color:#1e6fc3;
}
.nav ul li.yxiu_cur a:link,.nav ul li.yxiu_cur a:visited{
	color:#1e6fc3;
}
.nav ul li.zxun_cur a:link,.nav ul li.zxun_cur a:visited{
	color:#1e6fc3;
}
.nav ul li .menu{
	position: absolute;
	left:-2px;
	top:55px;
	width:100%;
	height:auto;
	background-color: #fff;
	border:1px solid #ddd;
	border-top:0 none;
	display: none;
	z-index: 999;
}
.nav ul #xxzx_cur .menu{
	position: absolute;
	left:-2px;
	top:55px;
	width:100%;
	height:auto;
	background-color: #fff;
	border:1px solid #ddd;
	border-top:0 none;
	display: none;
	z-index: 999;
}
.nav ul li .menu ul{
	padding:0;
}
.nav ul li .menu ul li{
	width:100%;
	height:30px;
	border-bottom:1px solid #ccc;
	padding:0;
	background: none;
	border-right:0 none;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.nav ul li .menu ul li.cur{
	background-color: #3287dd;
	color:white;
}


.header{
	height:92px;
	background: url(http://resfile.enetedu.com/Content/webImg/www/images/header-bg.png) no-repeat;
	overflow: inherit;
}
.header-container{
	width:990px;
	height:80px;
	margin:0 auto;
	padding-top:12px;
	position: relative;
}
.header-container .logo{
	/*background: url(http://resfile.enetedu.com/Content/webImg/www/images/logo.png) no-repeat left center;*/
	background: url("../NewContent/images/11.png") no-repeat left bottom;
	width:440px;
	height:80px;
	/*margin-bottom: 10px;*/
}
.header-container .logo h1 a{
	display: block;
	width:428px;
	height:80px;
	text-indent: -999px;
}
.header-container .header-nav{
	margin-top:43px;
	background: url(http://resfile.enetedu.com/Content/webImg/www/images/head-nav-bg.png) no-repeat;
	width:476px;
	height:37px;
	line-height: 40px;
}
.header-container .search{
	float:left;
	width:378px;
	height:43px;
	margin:25px 0 0 26px;
	position: relative;
}
.header-container .search .sel{
	position: absolute;
	left:10px;
	top:5px;
	width:90px;
	height:33px;
	font-size: 16px;
	font-family: "微软雅黑";
	border:none;
}
.header-container .search input{
	width:362px;
	height:43px;
	background: url(http://resfile.enetedu.com/Content/webImg/www/images/search_Bg.png) no-repeat;
	padding-left:100px;
	line-height: 43px;
	font-size: 16px;
	color:#797979;
}
.header-container .search .searchBtn{
	position: absolute;
	right:0;
	top:0;
	width:66px;
	height:41px;
	background-color:#258dc3;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.header-container .search .searchBtn img{
	position: absolute;
	left:50%;
	top:50%;
	margin:-12px 0 0 -12px;
}
.header-container .loginAndregister{
	position: absolute;
	right:20px;
	bottom:20px;
	font-size: 16px;
	text-align: center;
	color:#0b5fd7;
}
.header-container .loginAndregister a:link,.header-container .loginAndregister a:visited{
	font-size: 16px;
	color:#0b5fd7;
}