*{
	margin:0;
	padding:0;
	outline:none;
	font-family: "微软雅黑";
}
ul li,ol li{
	list-style-type:none;
}
li:focus,a:focus,input:focus{
	outline:none;
}
a{
	text-decoration:none;
	blr:expression(this.onFocus=this.blur());
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

/*课程分类切换*/
.courses .tabs{
	width: 1020px;
	margin:0px auto;
}
.courses .tabs li{
	float: left;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	margin:0% 1.2% 0% 0%;
}
.courses .tabs li.tab1{
	background: url(../img/qjb-ju.png) no-repeat;
}
.courses .tabs li.tab2{
	background: url(../img/qjb-ju.png) no-repeat;
}
.courses .tabs li.tab1:hover{
	
	background: url(../img/qjb-huang.png) no-repeat;
}


/*专属定制 多元化课程方案*/

.clearfix:after{
	display:block;
	content:'';
	height:0;
	clear:both;
	visibility:hidden;
}  
.clearfix{
	zoom:1;
} 

.wrapper{
	width: 1020px;
	margin:0px auto;
}

.hide{
	display: none;
}

/*table*/
.courses .contents{

	}
.courses .contents .thead{
	background: #ff7935;
	color:#fff;
	font-size: 16px;
	font-weight:600;
	font-family: "微软雅黑";
	}
.courses .contents .change{
	background: #e3e3e3;
	}
.courses .contents .title{
	width: 1020px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	font-family: "微软雅黑";
	font-weight:700;
	color: #fff;
	text-align: center;
	margin:0px auto;
}
.courses .contents table{
	width: 1020px;
	overflow: auto;
	background: #fff;
	border: 1px solid #cccccc;
	text-align: center;
	margin:auto;
	border-collapse:collapse;
	border-spacing:0;
}
.courses .contents table tr{
	height: 36px;
	font-size: 14px;
	color: #333333;
	font-family: "微软雅黑";
	text-align: center;
	border: 1px solid #cccccc;
}
.courses .contents table td{
	border: 1px solid #cccccc;
}

.courses .contents table tr td a{
	width: 84px;
	height: 24px;
	line-height: 30px;
	color: #fff;
	background: #ce4524;
	border-radius: 4px;
	display: compact;
	margin: auto;
}
.courses .contents table tr td  a:hover{
	background:#fc6f4e;
	}

.box{
	text-align: center;
	padding-bottom: 40px;
	padding-top: 60px;
}





