*{
	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: 1200px;
	margin:0px auto;
}
.courses .tabs li{
	float: left;
	width: 169px;
	height: 50px;
	line-height: 42px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	margin:0% 1% 0% 0%;
}
.courses .tabs li.tab1{
	background: url(../img/btn_WXZ.png) no-repeat;
}
.courses .tabs li.tab2{
	
	background: url(../img/btn_WXZ.png) no-repeat;
}
.courses .tabs li.tab1:hover{
	
	background: url(../img/btn_XZ.png) no-repeat;
}


/*专属定制 多元化课程方案*/

.clearfix:after{
	display:block;
	content:'';
	height:0;
	clear:both;
	visibility:hidden;
}  
.clearfix{
	zoom:1;
} 

.wrapper{
	width: 1200px;
	margin:0px auto;
}

.table1-bg{
	background: #39968d;
}
.hide{
	display: none;
}

/*table*/
.courses .contents{
	margin-top:18px;
	}
.courses .contents .thead{
	background: #636363;
	color:#fff;
	font-size: 20px;
	font-weight:600;
	}
.courses .contents .change{
	background: #e5e5e5;
	}
.courses .contents .title{
	width: 1200px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	font-weight:700;
	color: #fff;
	text-align: center;
	margin:0px auto;
}
.courses .contents table{
	width: 1200px;
	overflow: auto;
	background: #fff;
	border: 1px solid #dddddd;
	text-align: center;
	margin:auto;
	border-collapse:collapse;
	border-spacing:0;
}
.courses .contents table tr{
	height: 50px;
	font-size: 18px;
	color: #333333;
	text-align: center;
	border: 1px solid #8a8a8a;
}
.courses .contents table td{
	border: 1px solid #8a8a8a;
}

.courses .contents table tr td a{
	width: 88px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #53a6c7;
	border-radius: 4px;
	display: block;
	margin: auto;
}
.courses .contents table tr td  a:hover{
	background:#1a6684;
	}







