/*s-head*/
.s-head {
	width: 1100px;
	margin: 0 auto;
	height: 90px;
}

.s-logo {
	margin-top: 15px;
}

.s-search {
	height: 40px;
	padding-top: 25px;
}

.s-sear {
	height: 40px;
	background: #fff;
	margin-right: 3px;
}

.s-fenlei {
	display: block;
	width: 110px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border: 1px solid #6fc0f6;
}
.s-fenlei span{
	margin-right: 10px;
}
.s-fenlei a {
	margin-left: 5px;
}

.s-sear input {
	height: 38px;
	line-height: 38px;
	padding-left: 10px;
	color: #a8a8a8;
	width: 240px;
}
.s-sear .input-search{
	border: 1px solid #6fc0f6;
	margin-left: 10px;
	height: 40px;
}
.s-sou {
	width: 80px;
	text-align: center;
	height: 40px;
	background: #3d95de;
}
.s-sou a{
	color: #fff;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	width: 80px;
}
.s-sou a img {
	margin:-2px 10px 0 -5px;
}

.s-check {
	width: 100px;
	text-align: center;
	height: 40px;
	margin-left: 8px;
	background: #3d95de url("../images/icon_bianmu.png") no-repeat scroll left 7px center;
}
.s-check a{
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	margin-left: 15px;
}
/*s-nav*/
.s-nav {
	width: 1100px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	background: #72bbf5;
	margin: 0 auto;
}

.s-nav a {
	color: #fff;
}

.s-navCon {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

.s-navConL {
	width: 200px;
	text-align: center;
	color: #fff;
}
/*年级导航展开*/
.s-navZK {
	width: 480px;
	min-height: 175px;
	border: 1px solid #a5d2f6;
	position: absolute;
	top: 40px;
	left: 0;
	overflow: hidden;
	padding: 10px 30px;
	font-size: 16px;
	z-index: 999;
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0 !important;
}

.s-navZK-cur {
	display: inline-block;
	background: #3d95d5;
	color: #fff;
}

.s-navZK ul li {
	float: left;
}

.s-navZK ul li a {
	color: #3485c0;
	padding: 0 10px;
}

/*课程导航展开*/
.s-coursenavZK {
	width: 150px;
	position: absolute;
	top: 40px;
	border: 1px solid #a5d2f6;
	left: 292px;
	overflow: hidden;
	/* padding: 10px 30px; */
	font-size: 16px;
	z-index: 999;
	text-align: center;
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0 !important;
}

.s-coursenavZK ul li {
	width: 157px;
	text-align: center;
	/* float:left; */
}

.s-coursenavZK ul li a {
	color: #3485c0;
	padding: 0 10px;
}

/*资源分类展开*/
.s-rescatalognavZK {
	border: 1px solid #6fc0f6;
	width: 110px;
	/* height: 175px;**/
	position: absolute;
	margin-top: 39px;
	overflow: hidden;
	font-size: 14px;
	z-index: 10;
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0 !important;
}

.s-rescatalognavZK ul li {
	width: 80px;
	text-align: center;
}

.s-rescatalognavZK ul li a:hover {
	color: #ffffff;
	height: 25px;
	background-color: #3D95D5
}

.s-rescatalognavZK ul li a {
	color: #3485c0;
	height: 25px;
	width: 111px;
	display: inline-block;
	text-align: center;
}

.s-navCon img {
	margin-left: 10px;
}

.s-navR>li {
	float: left;
	padding: 0 30px;
}
.s-navR>li:hover{
	background: #3d95de;
	cursor: pointer;
}
.s-cur {
	background: #3d95de;
	color:#fff;
}