body{
	font-family: '微软雅黑', '黑体', '宋体', tahoma, arial, sans-serif, "Lucida Grande", Verdana, Lucida, Helvetica;
    max-width: 1920px;
    margin: 0 auto;
}

.video{
	min-width: 800px !important;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

/*banner*/
.banner{
	position: relative;
}
.banner .btn{
	position: absolute;
	bottom: 30px;
	cursor: pointer;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 200px;
	background: #F9D18C;
	color: #fff;
	letter-spacing: 5px;
	font-size: 20px;
	border-radius: 30px;
	line-height: 50px;
	text-align: center;
	transition: all .3s;
	padding-left: 7px;
	font-weight: bold;
}
.banner .btn:hover{
	transform: translateY(-2px);
}
.hua{
	margin-top: 30px;
}
.hua ul{
	overflow: hidden;
}
.hua ul li{
	float: left;
	margin-right: 15px;
	width: 390px;
	position: relative;
}
.hua ul li.last{
	margin-right: 0;
}
.hua ul li .btn{
	position: absolute;
	width: 70px;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	cursor: pointer;
	font-size: 0;
	border-radius: 18px;
	transition: all .3s;
}
.hua ul li .btn:hover{
	transform: translateY(-2px);
}
/* 网课 */
.wk{
	margin-top: 70px;
	position: relative;
}
.wk h3{
	font-size: 50px;
	color: #333333;
	text-align: center;
	letter-spacing: 1px;
}
.wk h3 span{
	color: #F42424;
	margin-left: 17px;
}
.wk_tit{
	width: 590px;
	margin: 13px auto 20px;
}
.wk_con{
	height: 479px;
}
.wk_con .video{
	float: left;
	position: relative;
}
.wk_con .video .block{
	position: absolute;
	display: none;
}
.wk_con .video .block.first{
	display: block;
}
.wk_con .info{
	float: right;
	width: 350px;
}
.wk_con .info .wk_menu{
	overflow: hidden;
}
.wk_con .info .wk_menu p{
	float: left;
	width: 49%;
	line-height: 57px;
	text-align: center;
	background: #2f2f2f;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
}
.wk_con .info .wk_menu p.first{
	margin-right: 2%;
}
.wk_con .info .wk_menu p.active{
	background: linear-gradient(to right, #d32429 , #ee4042);
}
.wk_con .info .teainfo{
	width: 320px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
}
.wk_con .info .teainfo .infoitem{
	position: absolute;
	height: 397px;
	display: none;
}
.wk_con .info .teainfo .infoitem.first{
	display: block;
}
.wk_con .info .teainfo h3{
	font-size: 36px;
	border-bottom: 3px solid #d32429;
	padding-bottom: 10px;
}
.wk_con .info .teainfo .article{
	margin-top: 20px;
	text-indent: 2em;
	line-height: 24px;
	font-size: 16px;
}
.wk_con .info .teainfo .btn{
	background: #f4b83d;
	background: -webkit-linear-gradient(right, #f4b83d , #f4b83d);
	background: -o-linear-gradient(right, #f4b83d, #f4b83d);
	background: -moz-linear-gradient(right, #f4b83d, #f4b83d);
	background: linear-gradient(to right, #f4b83d , #f4b83d);
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 18px;
	letter-spacing: 1px;
	position: absolute;
	width: 320px;
	bottom: 2px;
	right: 3px;
	transition: all .3s;
}
.wk_con .info .teainfo .btn:hover{
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.5);
	transform: scale(1.05);
}

/* 八大 */
.bada{
	margin-top: 70px;
}
.bada h3{
	width: 630px;
	margin: 0 auto;
}
.bada ul{
	overflow: hidden;
	padding-top: 40px;
}
.bada li{
	float: left;
	position: relative;
	margin-left: 20px;
	width: 285px;
	transition: all .3s;
	font-size: 0;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 26px;
}
.bada li:hover{
	transform: translateY(-5px);
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.bada li.first{
	margin-left: 0;
	clear: both;
}
.bada li .font{
	position: absolute;
	bottom: 68px;
	font-size: 12px;
	color: #999;
	left: 47px;
}
.bada li .font em{
	margin: 0 7px;
}
.bada li .font span{
	cursor: pointer;
	transition: all .3s;
}
.bada li .font span:hover{
	color: #3184E2;
}
.bada li .btn{
	position: absolute;
	bottom: 0;
	line-height: 45px;
	text-align: center;
	width: 100%;
	left: 0;
	color: #777;
	font-size: 14px;
	cursor: pointer;
	transition: all .3s;
}
.bada li .btn p{
	width: 90%;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	transition: border-color .3s;
}
.bada li .btn:hover{
	background: #3184E2;
	color: #fff;
}
.bada li .btn:hover p{
	border-color: #3184E2;
}
/*在线审核*/
.contactWrap{
	background: #fff;
}
.contact{
	overflow: hidden
}
.contact .shard_shuoming{
	width: 380px;
	margin: 0 auto;
	position: relative;
	top: 50px;
	color: #999;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
}
.contact .shard_shuoming a{
	color: #eb313e;
	transition: all .3s;
}
.contact .shard_shuoming .icon{
	float: left;
	width: 18px;
	position: relative;
}
.contact .shard_shuoming .icon img{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
.contact .shard_shuoming .icon img.active{
	display: block;
}
.contact .shard_shuoming .font{
	float: right;
}
.contact .con{
    width: 900px;
    background: #fff;
    z-index: 1;
    margin: 130px auto 50px;
    left: -50px;
    padding: 30px 5% 40px 0;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 12px 30px 0 rgba(0,0,0,0.2);
}
.contact .con .con_left{
	height: 270px;
	width: 800px;
	margin: 20px auto;
}
.contact .con .con_left .txt_block{
	width: 260px;
	border-radius: 12px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #ccc;    
	background: url(../img/input_bg3.png) 7px center no-repeat;
	padding-left: 30px;
	display: flex;
	overflow: hidden;
	float: left;
	margin-right: 100px;
	font-size: 14px
}
.contact .con .con_left .txt_block.yanzheng{
	background: none;
	width: 288px;
	padding-left: 2px;
	margin-top: 40px;
}
.contact .con .con_left .txt_block.yanzheng input{
	width: 110px;
}
.contact .con .con_left .txt_block .yanzheng img{
	flex: 1;
}
.contact .con .con_left .txt_block02{
	background: url(../img/input_bg4.png) 7px center no-repeat;
	margin-top: 40px;
}
.contact .con .con_left .txt_block03{
	background: url(../img/input_bg.png) 7px center no-repeat;
}
.contact .con .con_left .txt_block04{
	background: url(../img/input_bg2.png) 7px center no-repeat;
	margin-top: 40px;
}
.contact .con .con_left .txt_block.active{
	border-color: #6B96FF;
    box-shadow: 0 3px 10px rgba(107,150,255,0.2);
	transition: all 0.3s;
}
.contact .con .con_left .txt_block.long{
	/*margin-right: 0;*/
}
/*.contact .con .con_left .txt_block.two_txt{
	margin-top: 40px;
}*/
.contact .con .con_left .txt_block p{
	float: left;
}
.contact .con .con_left .txt_block.long p{
	width: 80px;
}
.contact .con .con_left .txt_block input{
	float: left;
	width: 200px;
	margin-left: 10px;
}
.contact .con .con_left .con_btn{
	display: block;
	width: 200px;
	height: 45px;
    background: #e1413e;
    text-align: center;
    line-height: 45px;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    clear: both;
    margin: 0px auto;
    position: relative;
    top: 90px;
    font-size: 15px;
    transition: all 0.3s;
}
.contact .con .con_left .con_btn:hover{
	box-shadow: 0 0 20px rgba(208, 66, 52, .6);
	top: 87px;
}

.contact .con .con_right{
	position: absolute;
	right: -150px;
	top: -90px;
}
.contact h3{
    width: 630px;
    margin: 0 auto;
	margin-top: 60px;
}
/*.contact h3 em{*/
/*	color: #F32425;*/
/*}*/
/* 丰收 */
.fs{
	background: #F5F6FA;
	overflow: hidden;
	margin-top: 40px;
}
.fs h3{
	width: 630px;
	margin: 30px auto
}
.fs .fs_con{
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
.fs .zhong{
	position: absolute;
	width: 300px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 20px;
}
.fs .left{
	float: left;
}
.fs .right{
	float: right;
}
.fs p{
	margin-bottom: 40px;
}
.yw{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.yw h3{
	width: 630px;
	margin: 60px auto 30px
}
.yw .left{
	float: left;
	position: relative;
}
.yw .right{
	float: right;
}
.yw .block{
	margin-bottom: 20px;
	position: relative;
	font-size: 0
}
.yw .btn{
	position: absolute;
	width: 100px;
	cursor: pointer;
	bottom: 20px;
	right: 20px;
	transition: all .3s;
	font-size: 0;
	border-radius: 14px;
}
.yw .btn:hover{
	transform: translateY(-2px);
}
.bm{
	margin-top: 30px;
	position: relative;
	background: url(../img/bm_bg.png);
	height: 236px;
	background-size: 100%;
}
.bm_con{
	position: absolute;
	width: 1000px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 30px;
}
.bm_con h3{
	width: 630px;
	margin: 0 auto;
}
.bm_con .tr_wrap{
	overflow: hidden;
	margin-left: 80px;
	margin-top: 20px;
}
.bm_con .tr{
	background: #fff;
	border-radius: 12px;
	width: 230px;
	line-height: 40px;
	margin-right: 70px;
	float: left;
}
.bm_con .tr span{
	width: 30px;
	margin-left: 10px;
}
.bm_con .tr input{
	font-size: 14px;
	width: 150px;
	color: #666;
}
.bm_con .btn{
	background: #FEBE04;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	letter-spacing: 3px;
	width: 160px;
	margin: 10px auto;
	cursor: pointer;
	border-radius: 20px;
	transition: all .3s;
}
.bm_con .btn:hover{
	transform: translateY(-2px);
}
.bm_con .shard_shuoming{
	width: 380px;
	margin: 0 auto;
	margin-top: 25px;
	color: #fff;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
}
.bm_con .shard_shuoming a{
	color: #ffe467;
	transition: all .3s;
}
.bm_con .shard_shuoming .icon{
	float: left;
	width: 18px;
	position: relative;
}
.bm_con .shard_shuoming .icon img{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
.bm_con .shard_shuoming .icon img.active{
	display: block;
}
.bm_con .shard_shuoming .font{
	float: right;
}
/* 三大 */
.sanda{
	background: #F5F6FA;
	padding: 70px 0;
}
.sanda h3{
	width: 630px;
	margin: 0 auto 30px;
}
.sanda ul{
	overflow: hidden;
}
.sanda li{
	float: left;
	margin-left: 30px;
	position: relative;
	width: 380px;
}
.sanda li.first{
	margin-left: 0;
}
.sanda li .font{
	position: absolute;
	width: 287px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 150px;
	line-height: 36px;
	color: #777;
}
.sanda li .font p{
	cursor: pointer;
	transition: all .2s;
}
.sanda li .font p:hover{
	color: #3184E2;
	text-decoration: underline;
}
.sanda li .btn{
	background: #F5F6FA;
	color: #777;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 102px;
	font-size: 14px;
	cursor: pointer;
	transition: all .3s;
}
.sanda li .btn:hover{
	background: #3184E2;
	color: #fff;
	transform: translateY(-3px);
}
.course{
	margin-top: 70px;
}
.course h3{
	width: 630px;
	margin: 0 auto 26px;
}
.course_con{
	position: relative;
}
.course_con .btn{
	background: #F12424;
	color: #fff;
	text-align: center;
	line-height: 60px;
	width: 120px;
	position: absolute;
	right: 105px;
	border-radius: 12px;
	font-size: 16px;
	transition: all .3s;
}
.course_con .btn:hover{
	transform: translateY(-2px);
}
.course_con .btn1{
	top: 121px;
}
.course_con .btn2{
	top: 241px;
}
.course_con .btn3{
	top: 365px;
}
/*名师团队*/
.teacher{
	width: 1200px;
	margin: 90px auto;
}
.teacher .title{
	width: 630px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.teacher ul{
	overflow: hidden;
	margin-left: 20px;
}
.teacher ul li{
	float: left;
	position: relative;
	margin-right: 40px;
	cursor: pointer;
}
.teacher ul li .sow{
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background: rgba(0,0,0,0.7);
	width: 100%;
	color: #fff;
	height: 100%;
	display: none;
}
.teacher ul li .sow h5{
	line-height: 60px;
	background: rgba(0,0,0,0.5);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	font-size: 22px
}
.teacher ul li .sow p{
	font-size: 18px;
	margin: 10px auto 15px;
}
.teacher ul li .sow span{
	width: 90%;
	display: block;
	margin: 0 auto;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
.teacher ul li .sow .btn_teacher{
    background: #CF0C0F;
    color: #fff;
    text-align: center;
    line-height: 40px;
    width: 120px;
    cursor: pointer;
    border-radius: 12px;
    box-shadow: 0 12px 30px 0 rgba(0,0,0,0.1);
    transition: all 0.5s;
    font-size: 14px;
    margin: 0px auto;
    position: absolute;
	left: 50%;    
	margin-left: -60px;
	bottom: 20px;
	display: none;
}
.teacher ul li .sow .btn_teacher:hover{
	background: #f42424;
    box-shadow: 0 12px 30px 0 rgba(0,0,0,0.2);
    bottom: 22px;
}

.shili{
	margin-top: 90px;
}
.shili h3{
	width: 630px;
	margin: 0 auto 20px;
}
.shili .title{
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
}
.shili .title p{
	line-height: 40px;
	border-bottom: 2px solid #3083E1;
	position: absolute;
	top: -1px;
	color: #404040;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	padding: 0 10px 0 10px;
}
.shili .title span{
	color: #A0A0A0;
	font-size: 12px;
	position: absolute;
	right: 10px;
	bottom: -5px;
	cursor: pointer;
	transition: all .3s;
}
.shili .title span:hover{
	color: #3083E1;
	bottom: -4px;
}
.shili_con{
	margin-top: 30px;
	overflow: hidden;
}
.shili_con .left{
	float: left;
	background: #516AE0;
	color: #fff;
	font-size: 22px;
	letter-spacing: 9px;
	width: 300px;
	padding-bottom: 34px;
	border-radius: 4px;
}
.shili_con .left p{
	border-radius: 5px;
	text-align: center;
	line-height: 51px;
	border: 1px solid #fff;
	width: 220px;
	margin: 21px auto;
	transition: all .5s;
	cursor: pointer;
	padding-left: 3px;
}
.shili_con .left p.first{
	margin-top: 60px;
}
.shili_con .left p:hover{
	background: #fff;
	color: #516AE0;
}
.shili_con .left p.active{
	background: #fff;
	color: #516AE0;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
	transform: translateY(-5px);
}
.shili_con .right{
	float: right;
	width: 870px;
	font-size: 0;
	margin-top: -10px;
}
.shili_con .right ul{
	position: relative;
}
.shili_con .right li{
	position: absolute;
	display: none;
	width: 100%;
}

/*弹窗部分*/
.changeShard{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	display: none;
}
.changeShard .shardBox{
	width: 450px;
	position: absolute;
    top: 176.5px;
    left: 50%;
    margin-left: -220px;
	box-shadow: 0 0 13px 2px rgba(0, 0, 0, .1);
	background: #fff;
	border-radius: 19px;
	padding-bottom: 20px;
}
.changeShard .shardBox .tan_close{
	position: absolute;
	right: -30px;
	top: -15px;
	cursor: pointer;
	width: 28px;
}
.changeShard .shardBox .title{
    font-size: 0;
}
.changeShard .shardBox h3{
	text-align: center;
	margin-top: 30px;
	font-size: 21px;
	letter-spacing: 1px;
	color: #0729AE;
}
.changeShard .shardBox .info{
	width: 330px;
	margin: 0px auto;
	margin-top: 20px;
	border: 1px solid #ddd;
	line-height: 47px;
	transition: all .3s;
	overflow: hidden;
}
.changeShard .shardBox .info.active{
	border-color: #3B7BE8;
}
.changeShard .shardBox .info .icon{
	float: left;
	width: 40px;
	text-align: center;
}
.changeShard .shardBox .info .icon img{
	vertical-align: middle;
	width: 24px;
}
.changeShard .shardBox .info .icon.icon_n img{
	width: 21px;
}
.changeShard .shardBox .info .icon .act{
	display: none;
}
.changeShard .shardBox .info input{
	float: left;
	margin-left: 3px;
	line-height: 47px;
	height: 47px;
	width: 285px;
	font-size: 15px;
}
.changeShard .shardBox .toGet{
	background: url(../img/tan_btnbg.png) repeat-y;
	background-size: 100%;
	color: #fff;
	text-align: center;
	line-height: 48px;
	font-size: 17px;
	letter-spacing: 1px;
	cursor: pointer;
	width: 230px;
	margin: 0 auto;
	margin-top: 20px;
	transition: all .3s;
}
.changeShard .shardBox .toGet:hover{
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.5);
	transform: scale(1.05);
}
.changeShard .shardBox .shard_shuoming{
	width: 240px;
	margin: 0 auto;
	margin-top: 15px;
	color: #999;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
}
.changeShard .shardBox .shard_shuoming a{
	color: #6c96f2;
	transition: all .3s;
}
.changeShard .shardBox .shard_shuoming .icon{
	float: left;
	width: 18px;
	position: relative;
}
.changeShard .shardBox .shard_shuoming .icon img{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}
.changeShard .shardBox .shard_shuoming .icon img.active{
	display: block;
}
.changeShard .shardBox .shard_shuoming .font{
	float: right;
	width: 220px;
}

/* 浮窗 */
.fc{
	position: fixed;
	top: 20%;
	right: 5px;
	z-index: 999;
	width: 150px;
	font-size: 0;
}
.fu_di{
    width: 100%;
}
.fc ul{
	position: absolute;
	top: 120px;
	left: 0;
	color: #fff;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	width: 98%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.fc ul li{
	border-bottom: 1px solid #4D5FC1;
	transition: all .3s;
}
.fc ul li:hover{
	background: #FDEE21;
	transform: translateY(-2px);
	color: #4349B2;
}
.fc ul li:active{
	transform: translateY(0px);
}
.fu_top{
	position: absolute;
	bottom: 35px;
	width: 60px;
	left: 0;
	right: 0;
	margin: 0 auto;
	cursor: pointer;
}
@media screen and (max-width: 4000px) {
    .fc {
		top: 22%;
		width: 190px;
    }
	.fc ul{
		top: 140px;
		font-size: 17px;f
		line-height: 52px;
	}
	.fu_top{
		width: 70px;
		bottom: 40px;
	}
}
@media screen and (max-width: 2000px) {
    .fc {
		top: 20%;
		width: 150px;
    }
	.fc ul{
		top: 120px;
		font-size: 15px;
		line-height: 40px;
	}
	.fu_top{
		bottom: 35px;
		width: 60px;
	}
}
@media screen and (max-width: 1500px) {
    .fc {
		top: 20%;
		width: 130px;
    }
	.fc ul{
		top: 90px;
		font-size: 13px;
		line-height: 38px;
		width: 97%;
	}
	.fu_top{
		bottom: 25px;
		width: 50px;
	}
}
.footer{
	margin-top: 70px;
}