/*header*/
.header{
	height: 42px;
	background:url('../images/header-bg.png') center center no-repeat;
}
.header-main{
	width: 1153px;
	height: 100%;
	margin: 0 auto;
}

/*logo*/
.logo{
	width: 134px;
	height: 42px;
	/* padding: 1px 0; */
	float: left;
	overflow: hidden;
}


.header-nav{
	margin-left: 216px;
	height: 42px;
}
.header-nav ul{
	/* overflow: hidden; */
	height: 42px;
}
.header-nav li{
	float: left;
	margin: 0 -2px;
	position: relative;
	z-index: 100;
}
.header-nav li a{
	display: block;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	width: 150px;
}
.header-nav li:hover,.header-nav li.cur{
	background: url('../images/op_black.png');
}

.nav-menu{
	position: absolute;
	left: 0;
	top: 43px;
	z-index: 90;
	background-color: #E6F4FF;
	border: 1px solid #BEE3FF;
	border-top: none;
	display: none;
}
.header-nav li .nav-menuLink{
	display: block;
	color: #363636;
	border-top: 1px solid #BEE3FF;
	font-size: 14px;
	height: 32px;
	line-height: 31px;
}
.header-nav li .nav-menuLink:hover{
	background-color: #0073CC;
	color: #fff;
}
.header-nav li:hover .nav-menu,.header-nav li.hover .nav-menu{
	display: block;
}
/*页脚*/
.footer{

}
/*底部教育导航栏*/
.bottom-tabNav{
	background-color: #F3F3F3;
	padding: 20px 0 0;
}
/*切换栏标头*/
.tabNav-title{
	width: 1153px;
	margin: 0 auto;
	position: relative;
}
.tabNav-name{
	width: 147px;
	height: 24px;
	padding-bottom: 8px;
	position: absolute;
	left: 0;
	top:0;
	z-index: 10;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	background: url('../images/tabNav-T.png') center center no-repeat;
	color: #fff;
}
.TBN-titleList{
	margin-left: 175px;
	overflow: hidden;
}

.TBN-titleList li{
	float: left;
	height: 24px;
	width: 204px;
	text-align: center;
	line-height: 24px;
	background: url('../images/tabNav-tit.png') center center no-repeat;
	cursor: pointer;
	margin: 0 15px;
}

.TBN-titleList li .TBN-tit{
	color: #6A6A6A;
	font-size: 12px;
}
.TBN-titleList li:hover,.TBN-titleList li.cur{
	background-image: url('../images/tabNav-titHover.png');
}
.TBN-titleList li:hover .TBN-tit,.TBN-titleList li.cur .TBN-tit{
	color: #0276D9;
}
/*切换栏主体*/
.tabNav-content{
	width: 1153px;
	margin: 0 auto;
	padding-top: 12px;
	background-color: #FFFFFF;
}
.tabNav-model{
	height: 128px;
/*height: 75px;*/
	overflow: hidden;
	white-space:nowrap;
}
.tabNav-model li{
	float: left;
	height: 32px;
	line-height: 32px;
	margin: 0 18px;
}
.tabNav-model li a{
	color: #565656;
	font-size: 12px;
	display: block;
}
.tabNav-model li a:hover{
	text-decoration: underline;
}


/*底部信息*/
.bottom-info{
	height: 135px;
	background: url('../images/bottom-bg.png') center center no-repeat;
	overflow: hidden;
}

.bottom-infoMain{
	width: 1153px;
	margin: 0 auto;
	overflow: hidden;
}

/*网站信息*/
.bottom-right{
	float: right;
	width: 50%;
	padding: 36px 0;
}
.identity{

	float: left;
}
.bottom-infoText{
	margin-left: 60px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	word-break: break-all;
}



/*底部连接*/
.bottom-left{

}
.bottom-left ul{
	overflow: hidden;
	padding: 26px 0;
}
.bottom-left ul li{
	float: left;
	margin: 9px 0;
	margin-right: 50px;
}
.bottom-left ul li .bottom-link{
	height: 25px;
	display: block;
	line-height: 25px;
	
}
.bottom-linkIcon{
	float: left;
	width: 25px;
	height: 25px;
	/*background: url('../images/bottom-icon.png') no-repeat;*/
	text-align: center;
	margin-right: 8px;
}
.bottom-linkIcon img{

}
.bottom-text{
	color: #fff;
	font-size: 14px;
}
.bottom-text:hover{
	text-decoration: underline;
}
/*标识区分*/
/*.bottom-linkIcon.lxwm{
	background-position: 0 1px;
}

.bottom-linkIcon.yhdl{
	background-position: -144px 1px;
}

.bottom-linkIcon.xwtgx{
	background-position: -271px 1px;
}

.bottom-linkIcon.wzdt{
	background-position: 3px -39px;
}

.bottom-linkIcon.dlgl{
	background-position: -144px -39px;
}*/

.bottom-linkIcon.lxwm img{
	margin: 1px 0px;
}

.bottom-linkIcon.yhdl img{
	margin: 3px 0;
}

.bottom-linkIcon.xwtgx img{
	margin: 3px 0;
}

.bottom-linkIcon.wzdt img{
	margin: 2px 0;
}

.bottom-linkIcon.dlgl img{
	margin: 3px 0;
}