@charset "utf-8";
* {padding: 0;margin: 0;color:#333;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing: border-box;}
html, body {width: 100%;/*height: 100%;*//*overflow: hidden;*/}
a {text-decoration: none;color: #000;outline: none;display: block;}
img {
	display: inline-block;
}
body {
	width:100%;
	/*overflow: hidden;*/
	height: 100%;
	min-height: 100vh;
	background-color: #000032;
	min-width: 1024px;
}
.box {
	width: 100%;
	height: 100%;
	overflow-x: auto;
	/*min-width: 1024px;*/
}
.head {
	width: 100%;
	height:75px;
	/*overflow-y: hidden;*/
	/*overflow-x: auto;*/
	background-color: #14143d;
}
.head .head-div {
	width: 1024px;
	height: 75px;
	/*overflow: hidden;*/
	margin:0 auto;
	/*border:1px solid red;*/
}
.head .logo {
	float: left;
	margin-top:14px;
}
.head .head-right {
	float: right;
	position: relative;
}
.head .head-right  .btn-a{
	font-size:20px;
	line-height: 75px;
	margin-left: 30px;
	margin-right: 30px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
}
.head .head-right .btn-a1 {
	/*position: relative;*/
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
.head .head-right .course-div {
	display: none;
	width: 180px;
	overflow: hidden;
	position: absolute;
	right:105px;
	top:74px;
	z-index:99;
	background-color: #14143d;
}
.head .head-right .course-div li {
	width: 100%;
	height: 40px;
	cursor: pointer;
	text-align: center;
}
.head .head-right .course-div li a{
	color:#fff;
	line-height: 40px;
	font-size:16px;
	padding: 0 5px;
}




.content {
	width: 100%;
	overflow-x: auto;
}
