/** 全局样式 **/
*{
	margin:0px;
	padding:0px;
}
body{
	font-size:14px;
	/*width:100%;*/
	margin: 0px 20px;
}
li{
	list-style:none;
}
a{
	color:#0041E6;
	text-decoration: none;
}
/* 鼠标悬停在链接上 */  
a:hover {  
    color: #E6A300;  
}  

.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both
}


/** index.html **/
.header{
	width:100%;
	margin:0px auto;
	padding:20px 0px;
	
	display: flex;
}
.logo{
	width:40%;
	height:60px;
	
	
	display: flex;
}
.logoleft{
	/* width:238px; */
	/* height:56px; */
	padding-top: 4px;
	
}
.img {
	height: 100%;
	width: auto;
}

.logoright{
	/* width:259px;
	height:27px; */
	margin-left: 5px;
	font-size: 40px;
	font-weight: bold;
	color: #0041E6;
	
	display: flex;
	align-items: center;
}

.header-right {
	width: 60%;
	height: 50px;
	
	display: flex;
	justify-content: flex-end;
	
}

.header-right .item {
	display: flex;
	justify-content: center;
	align-items: center;
}

.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/banner.jpg") no-repeat center center;
	background-size: cover;
}
.banner .title{
	text-align: center;
	color: #05A69E;
	font-size: 50px;
	padding-top: 220px;
}
.nav{
	width: 100%;
	height: 80px;
	margin-top: 20px;
	/*border: 1px solid ;*/
	/* background-color: #A3C9FF; */
	background-color: #E6F1FF;

}
.nav-text{
    font-size: 20px;
}
.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 #e3fcfc solid;*/
    
}
.nav ul li a{
	font-weight: bold;
	color: #0041E6;
}
.infobg{
	width: 100%;
	padding: 10px 0px;
	/*background-color:#f3f3f3;*/
}
.info{

	background-color: #fff;
	/*margin: 0px auto;*/
	font-size: 16px;
	color: #333;
	line-height:32px;
	padding: 20px;
	
}
.info p {
    /* text-indent:2em; */
}
.footer{
	width:100%;
	height:50px;
	
	background:#0041E6;
	color: white;
	text-align: center;
	padding:60px 0px;

}
.footer a {
    /*text-decoration: underline;*/
}
