@charset "utf-8";
.banner{
	width: 100%;
	height: 500px;
	background: url(../img/banner.jpg) no-repeat center center;
	position: relative;
	top: 0;
	left: 0;
}
.bar{
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 440px;
	left: 0;
	z-index: 333;
}
.barCon{
	width: 980px;
	height: 50px;
	margin: 5px auto;
	overflow: hidden;
}
.barCon ul{
	width: 1000px;
}
.barCon ul li{
	width: 100px;
	height: 50px;
	margin-right: 10px;
	color: #333;
	font-size: 22px;
	line-height: 50px;
	text-align: center;
	float: left;
	cursor: pointer;
}
.sx{
	background-color: #fdd100;
}
.yy{
	background-color: #24b9fe;
}
.yw{
	background-color: #01deb3;
}
.dl{
	background-color: #ffaa1c;
}
.ls{
	background-color: #ff7a7b;
}
.sw{
	background-color: #2bc8ff;
}
.wl{
	background-color: #fbc015;
}
.hx{
	background-color: #ff735e;
}
.zz{
	background-color: #b966ff;
}
/*banner结束*/

/*内容开始*/
.content{
	margin-top: 45px;
	
}
.bg{
	width: 1030px;
	height: 545px;
	margin: 0 auto 47px;
	position: relative;
	overflow: hidden;
}
.bg h1{
	font-size: 46px;
	text-align: center;
	margin: 20px auto 10px;
	color: #333;
}
.bg img{
	position: relative;
	top: -8px;
	left: 50%;
	margin-left: -70px;
}
.teachingPlan{
	background: url(../img/bg_01.png) no-repeat center center;
}
.learningPlan{
	background: url(../img/bg_02.png) no-repeat center center;
}
.Courseware{
	background: url(../img/bg_03.png) no-repeat center center;
}
.testQuestions{
	background: url(../img/bg_04.png) no-repeat center center;
}
.bg ul{
	width: 917px;
	margin: 0 auto;
}
.bg ul li{
	width: 917px;
	height: 46px;
	font-size: 20px;
	color: #333;
	position: relative;
	line-height: 46px;
}
.bg ul li p{
	float: left;
	line-height: 46px;
	
}
.bg ul li span{
	float: right;
	line-height: 46px;
}
.bg ul li a{
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
	width: 917px;
	height: 20px;
}
.teachingPlan ul li.active{
	color: #ca6e00;
}
.learningPlan ul li.active{
	color: #006fa6;
}
.Courseware ul li.active{
	color: #00876d;
}
.testQuestions ul li.active{
	color: #c40000;
}
.teachingPlan h1 a:hover{
	color: #ca6e00;
}
.learningPlan h1 a:hover{
	color: #006fa6;
}
.Courseware h1 a:hover{
	color: #00876d;
}
.testQuestions h1 a:hover{
	color: #c40000;
}