@charset "utf-8";
* {
	box-sizing: border-box;
}

body,
div,
p,
h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Microsoft Yahei;
}

img {
	border: 0;
	display: block;
	max-width: 100%;
	vertical-align: middle;
}
.fix-header{
	position: fixed;
    top: 0;
    z-index: 20;
    box-shadow: 0 1px 9px #9c9c9c;
    background: #ededed;
    width: 100%;
}
.silder{
	padding-top:78px
}
.info{
	float: right;
	padding-top:30px;
	/* padding:25px 0; */
	font-size: 14px;
}
.header {
	background: #ededed;
	height: auto;
	width: 100%;
}
.container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.logoPic {
	padding: 13px 0;
	float: left;
}

.footer {
	text-align: center;
	padding: 20px 0;
	font-size: 14px;
}

.login {
	position: absolute;
	right: 0;
	top: 60px;
	z-index: 19;
	width: 300px;
	min-height: 300px;
	background: #FFFFFF;
	border-radius: 3px;
}

.loginbox {
	width: 100%;
	position: relative;
}

.login-switch {
	position: absolute;
	right: 0;
	top: 0;
	width: 88px;
	height: 85px;
}

.lg-static {
	background: url(../../images/train/icon-lg-scan.png) no-repeat;
	width: 88px;
	height: 85px;
	display: block;
	cursor: pointer;
}

.lg-quick {
	background: url(../../images/train/icon-lg-pc.png) no-repeat;
	width: 88px;
	height: 85px;
	display: block;
	cursor: pointer;
}

.lg {
	padding: 15px 20px;
}

.lg-title {
	color: #086f3b;
	font-weight: bold;
	padding: 10px 0 10px 0;
	font-size: 16px;
}

.hd {
	padding: 0 0 20px 0;
}
.form-div{
	margin:8px 0 20px 0
}
.login p{
	font-size: 14px;
}
.form-input{
	border-radius: 4px;
	width:100%;
	padding:4px;
	line-height:37px;
	height:37px;
	border:1px solid #ccc;
	font-size: 14px;
}
.lgbtn{
	background:#027e3f;
	width:100%;
	height:37px;
	border:1px solid #027e3f;
	font-size: 14px;
	color:#fff;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
}
.lgbtn:hover{
	background:#056b37;
	cursor: pointer;
}
.testbtn{
	background:#77ba57;
	width:100%;
	height:37px;
	border:1px solid #77ba57;
	font-size: 14px;
	color:#fff;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
}
.testbtn:hover{
	background:#5da43b;
	cursor: pointer;
}
.coursebtn{
	background:#e69b30;
	width:100%;
	height:37px;
	border:1px solid #e69b30;
	font-size: 14px;
	color:#fff;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
}
.coursebtn:hover{
	background:#cf8215;
	cursor: pointer;
}

.ewm{
	padding:10px;
	text-align: center;
	margin: 0 auto;
	width: 180px;
}

.subdiv{
	border-top:1px solid #e3e3e3;
	width:100%;
	margin:14px 0;
	padding:10px 0 20px 0;
	height:55px
}
.subdiv .left{
	float: left;
	width:70%
}
.subdiv .right{
	float: right;
	width:30%
}

.js-silder {
	position: relative;
	min-width: 320px;
}

.silder-scroll {
	width: 100%;
	overflow: hidden;
}

.silder-main {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.silder-main-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.silder-main-img img {
	width: 100%;
}

.js-silder-ctrl {
	width: 100%;
	text-align: center;
}

.silder-ctrl-prev,
.silder-ctrl-next {
	position: absolute;
	top: 0;
	width: 8%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-family: "宋体";
	font-size: 52px;
	font-weight: 600;
	text-shadow: #666 2px 2px 5px;
}

.silder-ctrl-prev {
	left: 0;
	text-align: left;
}

.silder-ctrl-next {
	right: 0;
	text-align: right;
}

.silder-ctrl-prev>span,
.silder-ctrl-next>span {
	position: absolute;
	top: 50%;
	margin-top: -40px;
}

.silder-ctrl-prev>span {
	left: 0;
}

.silder-ctrl-next>span {
	right: 0;
}

.silder-ctrl-con {
	display: inline-block;
	width: 4%;
	padding: 10px 0;
	margin: 0 10px;
	cursor: pointer;
}

.silder-ctrl-con>span {
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	padding: 5px 0;
	cursor: pointer;
	background-color: #e4e4e4;
}

.silder-ctrl-con.active>span {
	background-color: #7bbedf;
}

@media (max-width: 768px) {
	.silder-ctrl-prev,
	.silder-ctrl-next {
		width: 10%;
		font-size: 26px;
		margin-top: -25px;
	}
	.silder-ctrl-con {
		width: 14px;
		height: 14px;
		padding: 0;
		margin: 0 5px;
	}
	.silder-ctrl-con>span {
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		padding: 0;
	}
}