/** 全局样式 **/
*{
	margin:0px;
	padding:0px;
}
body{
	font-size:14px;
}
li{
	list-style:none;
}
a{
	color:#000;
	text-decoration: none;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both
}


/** index.html **/
.header{
	width:1200px;
	margin:0px auto;
}
.logo{
	width:100%;
	height:100px;
	margin:10px 0px;
}
.logoleft{
	width:238px;
	height:56px;
	
}
.logoright{
	width:259px;
	height:27px;
}
.menu{
	width:100%;
	height:50px;
}
.menubtn{
	width:242px;
	height:50px;
	background-image: url(../img/course_menu_bg.png);
	background-repeat: no-repeat;
	padding-left: 100px;
}
.menubtn a{
	color: white;
	font-size: 18px;
	line-height: 50px;
}
.menu ul li{
	width:130px;
	height:50px;
	float:left;
	text-align: center;
	line-height:50px;
}
.menu ul li a{
	font-size: 16px;
}
.main{
	width:100%;
}
.banner{
	width:100%;
	height:500px;
	background:#fff url("../img/banner1.jpg") no-repeat center center;
	background-size: cover
}
.banner .title{
	text-align: center;
	color: white;
	font-size: 50px;
	padding-top: 220px;
}
.nav{
	width: 1000px;
	height: 80px;
	margin:0px auto;
}
.nav ul{
	padding: 20px 0px;
}
.nav ul li{
	width: 299px;
	height: 40px;
	float: left;
	text-align: center;
	line-height: 40px;
}
.nav ul li:nth-child(1),.nav ul li:nth-child(2),.nav ul li:nth-child(3)
{border-right: 1px #d9d9d9 solid;}
.nav ul li a{
	font-size: 18px;
}
.infobg{
	width: 100%;
	padding: 60px 0px;
	background-color:#f3f3f3;
}
.info{
	width: 1000px;
	height: 600px;
	background-color: #fff;
	margin: 0px auto;
	padding: 50px;
	font-size: 16px;
	line-height:300%;
	text-indent:0px;
}
.footer{
	width:100%;
	height:50px;
	
	background:#23282d;
	color: white;
	text-align: center;
	padding:50px 0px;

}
