body {
	font-family: '微软雅黑', '黑体', '宋体', tahoma, arial, sans-serif, "Lucida Grande", Verdana, Lucida, Helvetica;
	max-width: 1920px;
	margin: 0 auto;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
/*提示弹窗*/
.hint{
	padding: 16px 22px;
	font-size: 14px;
	border-radius: 12px;
	background: rgba(0,0,0,0.9);
	color: #fff;
	position: fixed;
	top: 40%;
	z-index: 9999;
	left: 17%;
	display: none;
	box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.2);
}
.hint.current{
	background: #fff;
	color: #333;
	padding: 15px 20px;
	border: 1px solid #aaa;
	border-radius: 16px;
}
/*banner*/
.banner{
	height: 500px;
	width: 100%;
	background: url(../img/banner.png) center center no-repeat;
	margin: 0 auto;
}

/*报名*/
.apply{
	background: #F8F8F8;
	padding-top: 50px;
}

.apply .shard_shuoming{
	width: 380px;
	margin: 0 auto;
	position: relative;
	top: 45px;
	color: #999;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
}
.apply .shard_shuoming a{
	color: #6c96f2;
	transition: all .3s;
}
.apply .shard_shuoming .icon{
	float: left;
	width: 18px;
	position: relative;
}
.apply .shard_shuoming .icon img{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
.apply .shard_shuoming .icon img.active{
	display: block;
}
.apply .shard_shuoming .font{
	float: right;
}
.apply .contact h3{
    line-height: 68px;
    font-size: 48px;
    font-weight: bold;
    color: #ff6c48;
    text-align: center;
    animation: changesColor 10s linear infinite;
}

.apply .contact .con{
	overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 20px;
}

.apply .contact .con .txt_block{
	width: 260px;
	border-radius: 12px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #ccc;    
	padding-left: 10px;
	display: flex;
	overflow: hidden;
	float: left;
	margin-right: 30px;
	background: #fff;
	font-size: 14px
}
.apply .contact .con .txt_block p{
	width: 60px;
	text-align: right;
}
.apply .contact .con .txt_block.yanzheng{
	margin-right: 0;
}
.apply .contact .con .txt_block .yanzheng img{
	flex: 1;
}
.apply .contact .con .txt_block.active{
	border-color: #6B96FF;
    box-shadow: 0 3px 10px rgba(107,150,255,0.2);
	transition: all 0.3s;
}
.apply .contact .con .txt_block p{
	float: left;
}
.apply .contact .con .txt_block.long p{
	width: 80px;
}
.apply .contact .con .txt_block input{
	float: left;
	width: 200px;
	margin-left: 10px;
}
.apply .contact .con .con_btn{
	display: block;
	width: 200px;
	height: 45px;
    background: #e1413e;
    text-align: center;
    line-height: 45px;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    margin: 0px auto;
    font-size: 16px;
    transition: all 0.3s;
    position: relative;
    top: 70px;
    margin-bottom: 110px;
    transition: all 0.3s;
}
.apply .contact .con .con_btn:hover{
	box-shadow: 0 0 20px rgba(208, 66, 52, .3);
	background: #FF3333;
}
/*改变字体颜色动画*/
@keyframes changesColor{
	0%{
		color: orange;
	}
	20%{
		color: orangered;
	}
	40%{
		color: deepskyblue;
	}
	60%{
		color: hotpink;
	}
	80%{
		color: #09F768;
	}
	100%{
		color: orange;
	}
}

/* 前景解析 */
.section {
    width: 100%;
    min-width: 1200px;
    margin: auto;
    box-sizing: border-box;
}
.section4{
	margin: 100px auto 50px;
}
.w1000 {
    width: 1000px;
    margin: auto;
    box-sizing: border-box;
}
.big-tilet {
    display: table;
    margin: auto;
}
.i-block {
    display: inline-block;
    vertical-align: middle;
}
.big-tilet .title {
    font-size: 32px;
    background-color: #f60606;
    color: #fff;
    margin: 0 25px;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 28px;
}
.section4 .m2 {
    margin-top: 30px;
}
.section4 .m2 .small-title {
    font-size: 14px;
    color: #020202;
    opacity: 0.8;
    text-align: center;
    margin-bottom: 28px;
}
.clearfix {
    zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.section4 .m2 .list-show .right .list-item-all {
    margin-right: -30px;
}
.section4 .m2 .list-show .right .list-item-all .item {
    float: left;
    width: 217px;
    border-radius: 15px;
    border: solid 1px #a0a0a0;
    margin-right: 30px;
    padding: 14px;
    padding-bottom: 28px;
    box-sizing: border-box;
}
.section4 .m2 .list-show .right .list-item-all .item .title {
    font-size: 18px;
    color: #000000;
    opacity: 0.8;
    margin-bottom: 14px;
    text-align: center;
    font-weight: bold;
}
.section4 .m2 .list-show .right .list-item-all .item .img {
    width: 100%;
    height: 95px;
    background-color: #e6e4e4;
    margin-bottom: 20px;
}
.section4 .m2 .list-show .right .list-item-all .item .text {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    opacity: 0.8;
    margin-bottom: 15px;
}
.a-block {
    display: block;
}
.section4 .m2 .list-show .right .list-item-all .item .a-btn {
    width: 120px;
    height: 35px;
    background-color: #d80f0f;
    border-radius: 10px;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    margin: auto;
	transition: all 0.3s;
}
.section4 .m2 .list-show .right .list-item-all .item .a-btn:hover{
	background: #f42424;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* 考情分析，一消考试难在哪儿 */
.section7 {
    min-height: 656px;
    background: url(../img/section7_bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 40px;
}
.section7 .big-tilet {
    margin-bottom: 54px;
}
.section7 .m1 {
    position: relative;
}
.lf {
    float: left;
}
.rf {
    float: right;
}
.section7 .m1 .cf {
    height: 430px;
    background: url(../img/section7_img.png) center center no-repeat;
    position: relative;
    overflow: hidden;
	padding-top: 7px
}
.section7 .m1 .cont .box {
    margin-bottom: 40px;
}
.section7 .m1 .cont.lf .top, .section7 .m1 .cont.lf .bottom {
    position: relative;
    right: -75px;
}
.section7 .m1 .cont .title {
    width: 224px;
    height: 38px;
    border: solid 1px #d80f0f;
    font-size: 16px;
    line-height: 38px;
    color: #e02100;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.section7 .m1 .cont .text {
    width: 224px;
    font-size: 16px;
    color: #000000;
    opacity: 0.8;
	line-height: 22px;
	margin-left: 2px
}
.section7 .m1 .cont .box {
    margin-bottom: 40px;
}
.section7 .m1 .cont .box {
    margin-bottom: 40px;
}
.section7 .m1 .cont.rf .top, .section7 .m1 .cont.rf .bottom {
    position: relative;
    left: -75px;
}
.section7 .m1 .cf .center {
    width: 456px;
    margin: auto;
    margin-bottom: 20px;
}

.section7 .m1 .cf .bottom {
    width: 314px;
    margin: auto;
}

.section7 .m1 .cf .top {
    width: 314px;
    margin: auto;
    margin-bottom: 20px;
}
.section7 .m1 .cf .num-box {
    width: 128px;
    height: 128px;
    background-color: #f6ebeb;
    background: url(../img/section7_s1.png) no-repeat;
    background-size: 100% 100%;
    font-size: 26px;
    line-height: 128px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    transform: scale(1);
    transition: all .3s;
}
.section7 .m1 .cf .num-box:hover{
    transform: scale(1.1)
}

/*解决四大考试难题*/
.problem{
	margin-top: 50px;
    height: 722px;
}
.problem .problem_con{
    background: transparent url(../img/nanti.png) no-repeat center top;
    position: relative;
    height: 100%;
}
.problem .problem_con p{
    width: 198px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 15px;
    font-size: 18px;
    letter-spacing: 1px;
    background-color: #fff;
    position: absolute;
    cursor: pointer;
    transition: all 0.3s;
}
.problem .problem_con p.btn1{
	left: 54px;
    bottom: 129px;
    color: #3581e7;
    border: 1px solid #3581e7;
}
.problem .problem_con p.btn2{
	left: 352px;
    bottom: 85px;
    color: #ff6c48;
    border: 1px solid #ff6c48;
}
.problem .problem_con p.btn3{
    left: 652px;
    bottom: 103px;
    color: #3581e7;
    border: 1px solid #3581e7;
}
.problem .problem_con p.btn4{
    left: 952px;
    bottom: 85px;
    color: #ff6c48;
    border: 1px solid #ff6c48;
}
.problem .problem_con p.btn_blue:hover{
	background: #3581e7;
	color: #fff;
}
.problem .problem_con p.btn_orange:hover{
	background: #ff6c48;
	color: #fff;
}

/*优质品牌（图）*/
.box3{
    background: url(../img/box3-bg.jpg) no-repeat center 0;
    width: 100%;
    height: 500px;
    color: #fff;
}
.box3 .container{
	width: 1000px;
    margin: 0 auto;
	text-align: center;
	overflow: hidden
}
.box3 .title h4{
	font-size: 36px;
	margin-top: 70px;
    margin-bottom: 12px;
    font-weight: normal;
}
.box3 .title p{
	font-size: 22px;
	margin-bottom: 38px;
}
.five_box{
    width: 20%;
    display: inline-table;
}
.five_box img{
    max-width: 120px;
    height: auto;
    margin: 20px auto 0;
    display: block;
    color: #fff;
}
.five_box span{
	display: block;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 1;
    margin-top: 30px;
}
.five_box p{
    margin-top: 14px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 28px;
}

/*名师团队*/
.teacher{
	width: 1200px;
	margin: 70px auto;
}
.teacher .title{
	text-align: center;
	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;
}

/*课程体系*/
.course{
	width: 100%;
	padding-top: 45px;
	background: url(../img/course_bg.jpg) center center no-repeat;
    background-attachment: fixed;
	/* padding-bottom: 70px; */
	position: relative;
}
.block{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.course h3{
	position: relative;
	z-index: 10;
	text-align: center;
	margin-bottom: 15px;
}
.course h3 img{
	width: 400px;
}
.course_con{
	position: relative;
	z-index: 99;
}
.course_con img{
	width: 100%;
}
.course_con .btn{
	background: #CF0C0F;
	color: #fff;
	text-align: center;
	line-height: 45px;
	width: 110px;
	cursor: pointer;
	border-radius: 18px;
	transition: all 0.3s;
	font-size: 14px;
	margin: 0px auto;
	position: absolute;
	right: 109px;
}
.course_con .btn1{
	top: 126px;
}
.course_con .btn2{
	top: 250px;
}
.course_con .btn3{
	top: 374px;
}
.course_con .btn4{
	top: 503px;
}
.course_con .btn5{
	top: 627px;
}
.course_con .btn:hover{
	background: #f42424;
	transform: translateY(-5px);
}
.course_con .btn:active{
	background: #f42424;
	transform: translateY(1px);
}
/*十大学习模块*/
.mokuai{
	width: 1200px;
	margin: 30px auto;
	overflow: hidden;
}
.k6_1{
	font-size: 46px;
    text-align: center;
    font-weight: bold;
    color: #333333;
    margin-bottom: 8px;
    padding-top: 70px;
}
.k6_1 span{
	color: #477CFC;
}
.k6_2{
    color: #333333;
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
}
.k10{
    width: 217px;
    height: 246px;
    border: 1px solid #f56309;
    border-radius: 4px;
    float: left;
    margin-right: 25px;
    margin-top: 60px;
    margin-bottom: 60px;
    transition: all .3s;
}
.k10:hover{
	transform: translateY(-5px);
	box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.2);
}
.k10 img{
    width: 108px;
    height: 108px;
    display: block;
    margin: auto;
    margin-top: -56px;
    margin-bottom: 20px;
}
.k10_1{
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.k10_2{
    width: 186px;
    height: 74px;
    font-size: 16px;
    color: #333333;
    text-align: justify;
    margin: auto;
    margin-bottom: 28px;
}
.k10_3{
    width: 176px;
    height: 46px;
    border-radius: 46px;
    background: #f56309;
    margin: auto;
    padding-top: 1px;
}
.k10_4{
    width: 172px;
    height: 42px;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    border-radius: 46px;
    margin: auto;
    display: block;
    border: 1px solid #ffffff;
    cursor: pointer;
    background: linear-gradient(to right, #f56309, #f56309);
    transition: all 0.3s;
}
.k10_4:hover{
    background: #f56309;
	box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
	color: #fff;
}
.k10_4:active{
	transform: translateY(0);
}

/*弹窗部分*/
.changeShard img{
	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;
}

/* 学霸备考指南免费领 */
.ylseBox {
    width: 1100px;
    margin: 25px auto 50px;
}
.zlzx_tt {
    line-height: 49px;
    height: 49px;
    border-top: 1px solid #e4e4e4;
    position: relative;
}
.zlzx_tt span {
    line-height: 48px;
    border-top: 2px solid #e84e40;
    position: absolute;
    top: -1px;
    color: #404040;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 0 10px 0 10px;
}
.ylse_inpbox {
    padding: 10px;
}
.ylinp_box {
    width: 210px;
    float: left;
    margin-right: 15px;
}
.ylse_inpbox .ylse_inp {
    width: 198px;
    height: 42px;
    line-height: 44px;
    border: 1px solid #e8e8e8;
    outline: none;
    border-radius: 2px;
    padding-left: 10px;
    font-size: 12px;
    color: #626262;
}
.clear {
    clear: both;
}
.ylse_inpbox .ylse_btn {
    width: 160px;
    height: 45px;
    background: #E84E40;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
	border-radius: 5px;
	transition: all .3s;
}
.ylse_inpbox .ylse_btn:hover{
	background: #f42424;
}

/* 浮窗 */
.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;
		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;
	}
}


/* 网课 */
.wk{
	width: 1100px;
	margin: 0 auto;
	margin-top: 80px;
}
.wk_con{
	background: #fff;
	box-shadow: 0px 10px 14px #bc0a0f1a;
	padding: 26px;
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 40px;
}
.wk_con .wk_left{
	float: left;
	width: 750px;
}
.wk_con .wk_left ul{
	overflow: hidden;
	padding-bottom: 12px;
}
.wk_con .wk_left li{
	float: left;
	margin-right: 3px;
	text-align: center;
	color: #fff;
	background: #2f2f2f;
	width: 170px;
	line-height: 52px;
	font-size: 24px;
	cursor: pointer;
	font-weight: bold;
}
.wk_con .wk_left li.active{
	background: url(../img/red_bg.png) repeat-y center;
}
.wk_con .wk_left .video{
	position: relative;
}
.wk_con .wk_left .video .item{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.wk_con .wk_left .video .item.first{
	display: block;
}
.wk_con .wk_right{
	float: right;
	width: 270px;
	position: relative;
	height: 485px;
}
.wk_con .wk_right .wk_menu{
	position: absolute;
	left: 0;
	top: 50px;
	height: 435px;
	display: none;
}
.wk_con .wk_right .wk_menu.first{
	display: block;
}
.wk_con .wk_right .tit{
	color: #fff;
	background: url(../img/red_bg.png) repeat-y center;
	text-align: center;
	line-height: 56px;
	font-size: 24px;
	font-weight: bold;
}
.wk_con .wk_right .wk_name{
	color: #E71935;
	font-size: 26px;
	line-height: 50px;
	font-weight: bold;
	margin-top: 10px;
	border-bottom: 1px solid #E71935;
	text-align: center;
}
.wk_con .wk_right .article{
	text-indent: 2em;
	line-height: 22px;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
}
.wk_con .wk_right .wk_btn{
	position: absolute;
	width: 100%;
	background: #f4b83d;
	background: linear-gradient(to right, #f4b83d , orange);
	text-align: center;
	line-height: 56px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	bottom: 0;
	right: 0;
	font-weight: bold;
	transition: all .3s;
}
.wk_con .wk_right .wk_btn:hover{
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.5);
	transform: scale(1.05);
}
