
/******公共头部******/
.wrapper{
	width: 1200px;
	margin: 0 auto;
}
/*顶部状态栏*/	
.headerTop{
	height: 36px;
	line-height: 36px;
	background: #4e4e4e;
}
.headerTop .headerTopL{
	float: left;
	color: #fff;
}
.headerTop .headerTopR{
	float: right;
	color: #fff;
}
.headerTop .headerTopR a{
	color: #fff;
}
.headerTop .headerTopR span{
	margin: 0 22px;
}

/*登录状态*/
.headerTopR .personalInfo{
	float: left;
	position: relative;
}
.headerTopR .personalInfo p{
	padding-right: 15px;
	background: url(../imgs/icon_sj_r.png) right center no-repeat;
	cursor: pointer;
}
.headerTopR .personalInfo .bg{
	background: url(../imgs/icon_sj_d.png) right center no-repeat;
}
.headerTopR .personalInfo ul{
	position: absolute;
	left: -10px;
	top: 36px;
	z-index: 999;
	width: 100%;
	text-align: center;
	background: #4e4e4e;
	padding: 0 10px 2px;
	display: none;
}
.headerTopR .personalInfo ul li{
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #353535;
}
.headerTopR .personalInfo ul .lastLi{
	border: none;
}
.headerTopR .personalInfo ul li a:hover{
	color: #ffad2b;
}

/*头部中心*/
.headerCenter{
	height: 90px;
	line-height: 90px;
}
.headerCenter .logo{
	float: left;
	height: 44px;
	line-height: 44px;
	margin-top: 23px;
}
.headerCenter .logo img{
	float: left;
	height: 100%;
}
.headerCenter .logo span{
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #ffaa24;
	margin-left: 15px;
}
.headerCenter .searchBox{
	float: left;
	margin-left: 90px;
	margin-top: 23px;
	display: inline;
	position: relative;
}
.headerCenter .searchBox .search{
	float: left;
	width: 443px;
	height: 44px;
	line-height: 44px;
	background: #eeeeee;
	border: none;
	text-indent: 12px;
	font-size: 16px;
	font-family:'Microsoft YaHei';
	color: #333;
}
.headerCenter .searchBox .button{
	float: left;
	width: 90px;
	height: 44px;
	line-height: 44px;
	background: #0d3387;
	font-size: 16px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.headerCenter .tel{
	float: right;
	background: url(../imgs/icon_tel.png) no-repeat left center;
	text-indent: 60px;
	font-size: 22px;
	font-weight: bold;
	color: #5987ed;
}

/*头部导航*/
.headerNav{
	background: #5987ed;
}
.headerNav .navWrap{
	height: 52px;
	line-height: 52px;
	border-left: 1px solid #709af6;
}
.headerNav .navWrap .mainNav{
	position: relative;
	z-index: 100;
	float: left;
	width: 300px;
	text-align: center;
	border-top: 2px solid #fff;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	margin-top: -2px;
}
.headerNav .navWrap .active{
	border-top: 2px solid #0d3387;
	background: #0d3387;
}
.mainNav .mainNavA{
	position: absolute;
	left: 82px;
	top: 17px;
	width: 20px;
	height: 20px;
	background: url(../imgs/icon_all.png) 0 0 no-repeat;
}
.mainNav .mainNavH{
	display: block;
	color: #fff;
	border-right: 1px solid #709af6;
}
.mainNav .mainNavH:hover{
	border-top: 2px solid #0d3387;
	background: #0d3387;
	margin-top: -2px;
}
.mainNav .mainNavH.hover{
	border-top: 2px solid #0d3387;
	background: url(../imgs/icon_all.png) 200px -26px no-repeat #0d3387;
	margin-top: -2px;
}
.mainNav .courseNavTit{
	background: url(../imgs/icon_all.png) 200px -62px no-repeat;
}
.mainNav .courseNavTit:hover{
	background: url(../imgs/icon_all.png) 200px -26px no-repeat #0d3387;
}
/*侧导航*/
.mainNav .sideNav{
	position: absolute;
	top: 52px;
	left: -1px;
	width: 299px;
	background: #fff;
	border: 1px solid #5987ed;
	border-top: none;
	display: none;
}
.sideNav .sideNavLi{
	height: 34px;
	line-height: 34px;
	text-align: left;
	border-top: 1px solid #e1eafe;
}
.sideNav .sideNavLi h4{
	margin: 0 5px 0 30px;
	background: url(../imgs/icon_all.png) right -112px no-repeat;
}

.sideNav .sideNavLi.hover h4{
	position: absolute;
	z-index: 10;
	width: 300px;
	margin-left: 0;
	text-indent: 32px;
	background: #fff;
	border-left: 3px solid #5987ed;
}
.sideNav .sideNavLi.hover h4 a{
	color: #124fd8;
}
.sideNav .sideNavLi h4 a{
	font-size: 15px;
	font-weight: normal;
	color: #333;
}
.sideNav .sideNavLi .sidePage{
	position: absolute;
	left: 299px;
	top: 0;
	z-index: 5;
	width: 569px;
	padding: 10px 15px;
	border: 1px solid #5987ed;
	border-top: none;
	background: #fff;
	display: none;
}
.sideNav .sideNavLi .sidePage .courseSeries h5{
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
	color: #124fd8;
	text-align: left;
	border-bottom: 1px dashed #5987ed;
	cursor: auto;
}
.sideNav .sideNavLi .sidePage .courseSeries div{
	padding: 5px 10px;
}
.sideNav .sideNavLi .sidePage .courseSeries div a{
	float: left;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	color: #666;
	text-align: left;
	padding-right: 30px;
}
.sideNav .sideNavLi .sidePage .courseSeries div a:hover{
	color: #5987ed;
	text-decoration: underline;
}

/*中间内容*/
.container{
	background: #eeeeee;
	padding-top: 0px;
	padding-bottom: 10px;
}

/*公共底部*/
.foot{
	height: 110px;
	background: #272727;
	text-align: center;
	padding-top: 30px;
}
.foot p{
	color: #fff;
	margin-bottom: 14px;
}
.foot p span{
	margin: 0 15px;
}


/*分页*/
.container .paging{
	width: 440px;
	height: 26px;
	margin: 40px auto 0;
}
.container .paging a{
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color: #999999;
	text-align: center;
	background: #fff;
	float: left;
	margin-right: 12px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.container .paging span{
	float: left;
	width: 80px;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color: #999999;
	text-align: center;
	background: #fff;
	cursor: pointer;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.container .paging span.prev{
	margin-right: 30px;
}
.container .paging span.next{
	margin-left: 18px;
}
.container .paging a:hover{
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #5987ed;
	border: 1px solid #5987ed;
}
.container .paging a.active{
	background: #5987ed;
	color: #fff;
}
.container .paging span.hover{
	width: 78px;
	height: 24px;
	line-height: 24px;
	color: #5987ed;
	border: 1px solid #5987ed;
}