body {
	font-family: '微软雅黑', '黑体', '宋体', tahoma, arial, sans-serif, "Lucida Grande", Verdana, Lucida, Helvetica;
	/*max-width: 1920px;*/
	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*/
.onebanner{
	height: 500px;
	width: 100%;
	background: url(../img/banner.png) center center no-repeat;
	margin: 0 auto;
}
.onebanner img{
	width: 100%;
	height: 100%;
}

/*报名*/
.apply{
	background: #F8F8F8;
	padding-top: 50px;
}
.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;
	}
}
.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;
}

/*政策解读*/
.bannerbox{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.bannerbox .banner{
    width: 1920px;
    position: absolute;
    left: 48%;
    margin-left: -960px;
}
.banner7{
    position: absolute;
    top: 325px;
    left: 49%;
    margin-left: -511px;
}
.banner7 li{
	padding: 7px 0 0 0;
    font-size: 16px;
}
.leyu{
	position: absolute;
	top: 443px; 
	left: 47%;
	width: 178px; 
	height: 50px;  
	background: #ec6941; 
	color: white; 
	font-size: 19px;
	line-height: 50px; 
	text-align: center; 
	border-radius: 5px; 
	float: left;
	transition: all 0.3s;
}
.leyu:hover{
	cursor: pointer;
	background: #FF4111;
	box-shadow: 0 12px 30px 0 rgba(0,0,0,0.1);
	top: 440px;
}

/*报考条件*/
.banner8{
    position: absolute;
    top: 371px;
    left: 50%;
    margin-left: -566px;
}
.banner8 li{
    width: 270px;
    float: left;
    padding: 7px 0 0 84px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}

/*考试科目及时间*/
.banner9{
    position: absolute;
    top: 392px;
    left: 50%;
    margin-left: -468px;
}
.banner9 li{
    float: left;
    width: 182px;
    height: 37px;
    background: #a52801;
    margin: 0 0 0 37px;
    color: white;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s;
}
.banner9 li:hover{
	opacity: 0.7;
	margin-top: -2px;
}

/*报名条件*/
.fix{
	width: 1200px;
    margin: auto;
}
.h1 {
    font-size: 32px;
    color: #000;
    text-align: center;
    padding-bottom: 40px;
    font-weight: bold;
    margin-top: 70px;
}
.red {
    color: #f05b48;
}
.h1-des {
    font-size: 14px;
    color: #535353;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 18px;
    font-size: 16px
}
.f2-box{
    justify-content: space-between;
    color: #333;
    margin: auto;
    margin-top: 30px;
    display: flex;
}
.f2-box-item{
    width: 285px;
}
.f2-box-item-text {
    border: 1px solid #ccc;
    border-top: none;
    padding: 0 15px;
    padding-bottom: 18px;
}
.f2-box-item-a {
    font-size: 22px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
.f2-box-item-b {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.f2-box-a .f2-box-item-b {
    height: 130px;
}
.f2-box-item-c {
    cursor: pointer;
    text-align: center;
    color: #07337e;
    font-weight: bold;
    font-size: 16px
}
.f2-box-item-c:hover{
	color: #aaa;
	transition: all 0.3s;
}
.f2-box-item-btn {
    cursor: pointer;
    width: 196px;
    height: 45px;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    background: #f05b48;
    margin: auto;
    margin-top: 20px;
    transition: all 0.3s;
}
.f2-box-item-btn:hover{
	background: #f42424;
	border-radius: 12px;
}

/*了解协议*/
.know_wrap{
    width: 100%;
    /*height: 336px;*/
    background: url(../img/know_bg.jpg) center top no-repeat;
    padding: 66px 0 30px 0;
    margin-top: 30px;
    background-size: cover;
}
.know{
    margin: 0 auto;
    width: 1180px;
    text-align: center;
}
.know a{
    display: block;
    width: 360px;
    height: 64px;
    line-height: 64px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #a6152b;
    border-radius: 32px;
    margin: 40px auto;
    transition: all 0.3s;
}
.know a:hover{
	background: #C20C28;
}

/*三阶四轮*/
.sanjieWrap{
	background: rgba(255,255,255,0.2);
	padding: 70px 0 20px;
	border-bottom: 1px solid #eee;
}
.stage_wrap{
    margin: 0px auto;
    width: 1180px;
	overflow: hidden;
}
.stage_wrap h3{
	margin-top: 0;
    line-height: 68px;
    font-size: 48px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.stage_con{
    height: 327px;
    padding-left: 60px;
    overflow: hidden;
}
.stage_con li{
    float: left;
    width: 243px;
    height: 327px;
    margin-right: 30px;
    box-sizing: border-box;
    margin-top: 50px;
    transition: all 1s ease-in-out;
    padding-top: 0;
}
.stage_con li h4{
    height: 48px;
    line-height: 48px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.stage_con li h4 em{
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 27px;
    margin: -5px 10px 0 0;
}
.stage_con li p{
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    padding: 26px 22px 0;
    box-sizing: border-box;
    border-radius: 20px 10px 0 0;
}
.stage_con .stage_01{
    padding-top: 90px;
}
.stage_01 h4{
	color: #6c8fe9;
}
/* .stage_01 h4 em{
	background: url(../img/stage_01.png) left bottom no-repeat;
} */
.stage_01 p{
	height: 189px;
    background-color: #6c8fe9;
}
.stage_con .stage_02{
    padding-top: 60px;
}
.stage_con li.stage_01{
    transition-delay: 0.025s;
}
.stage_con li.stage_02{
	transition-delay: 0.075s;
}
.stage_con li.stage_03{
	transition-delay: 0.125s;
}
.stage_con li.stage_04{
	transition-delay: 0.175s;
}
.stage_02 h4{
	color: #577fe4;
}
/* .stage_02 h4 em{
    background: url(../img/stage_02.png) left bottom no-repeat;
} */
.stage_02 p{
    height: 219px;
    background-color: #577fe4;
}
.stage_con .stage_03{
    padding-top: 30px;
}
.stage_03 h4{
	color: #396ae5;
}
/* .stage_03 h4 em{
    background: url(../img/stage_03.png) left bottom no-repeat;
} */
.stage_03 p{
    height: 249px;
	background-color: #396ae5;
}
.stage_04 h4{
    color: #0e47d8;
}
/* .stage_04 h4 em{
   	background: url(../img/stage_04.png) left bottom no-repeat;
} */
.stage_04 p{
    height: 279px;
    background-color: #0e47d8
}
.stage_bc{
	padding-left: 60px;
}
.stage_bc li{
    float: left;
    width: 243px;
    margin-right: 30px;
}
.stage_bc li a{
    display: block;
    width: 180px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #333;
    text-align: center;
    border: 1px solid #3a61c0;
    box-sizing: border-box;
    border-radius: 19px;
    margin: 20px auto;
    transition: all 0.3s;
}
.stage_bc li a:hover{
	background: #3a61c0;
	color: #fff;
}

/*六大服务*/
.six_wrap{
    width: 100%;
    background-color: #fff;
    padding: 65px 0 45px;
}
.six{
    margin: 0 auto;
    width: 1180px;
    text-align: center;
}
.six h3{
	margin-top: 0;
    line-height: 68px;
    font-size: 48px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.six em{
	color: #d93149;
}
.six img{
    margin: 35px auto;
}
.six a{
    display: block;
    width: 226px;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    color: #d93149;
    text-align: center;
    border: 1px solid #d93149;
    box-sizing: border-box;
    border-radius: 27px;
    margin: 0 auto;
    transition: all 0.3s;
}
.six a:hover{
	color: #fff;
	background: #d93149;
}

/*课程体系*/
.course{
	width: 100%;
	padding-top: 70px;
	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: rgba(0,0,0,0.7);
}
.course h3{
	text-align: center;
	position: relative;
	z-index: 999;
	color: #fff;
	font-size: 40px
}
.course h3 em{
	/*color: #f42424;*/
	color: #f05b48;
}
.course_con{
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
	z-index: 10;
	/*left: -58px;*/
}
.course_con>img{
    width: 80%;
    display: block;
    margin: 0 auto;
}
.course .btn{
	background: #F12424;
	color: #fff;
	text-align: center;
	line-height: 60px;
	width: 120px;
	position: absolute;
	bottom:237px;
	border-radius: 12px;
	font-size: 16px;
	transition: all .3s;
}
.course .btn1{
	left: 213px;
}
.course .btn2{
	left: 535px;
}
.course .btn3{
	left: 858px;
}
.course .btn4{
	left: 114px;
}
.course .btn:hover{
    transform: translateY(-2px);
}
.table{
	position: relative;
	z-index: 10;
	width: 1200px;
	margin: 70px auto;
	background: #fff;
	text-align: center;
	display: none;
}
table{
	line-height: 24px;
	width: 100%;
	font-size: 16px;
}
table th{
	background: #CCEBFF;
	color: #333;
	line-height: 50px;
	border-right: 1px solid #ccc;
}
table tr td{
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}
table tr td p{
	margin: 10px 0;
}
table tr td em{
	font-weight: bold;
}
table tr td .yuyue{
	cursor: pointer;
	color: #FFFFFF;
	width: 100px;
	height: 50px;
	background: #4AAADD;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	border-radius: 10px;
	margin: 60px auto;
	transition: all .3s;
}
table tr td .yuyue:hover{
	background: #6996ff;
}
table tr td.banxing{
	width: 130px;
	font-weight: bold;
	color: #333;
}
table tr td.kemu{
	width: 100px;
}
table tr td.mukuai{
	width: 100px;
	padding: 0 20px;
}
table tr td.fuwu{
	width: 500px;
	text-align: left;
	padding: 20px 20px;
}
.btn_detail{
	/*background: #CF0C0F;*/
	background: #f05b48;
	color: #fff;
	text-align: center;
	line-height: 45px;
	width: 136px;
	cursor: pointer;
	border-radius: 12px;
	transition: all 0.5s;
	font-size: 14px;
	margin: 0px auto;
}
.btn_detail:hover{
	background: #f42424;
	box-shadow: 0 12px 30px 0 rgba(0,0,0,0.1);
}

/* 师资力量 */
.teacher{
	background: #282C6B;
	position: relative;
}
.teacher h3{
	width: 460px;
	margin: 0 auto;
}
.teacher h3 img{
	width: 100%;
}
.tea_con{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	font-size: 0;
	position: relative;
}
.tea_list{
	position: relative;
	width: 560px;
}
.tea_con img{
	width: 100%;
}
.tea_list ul{
	right: 0;
	top: 130px;
	position: absolute;
	width: 90%;
}
.tea_list ul li{
	float: left;
	margin-left: 52px;
	margin-bottom: 40px;
	cursor: pointer;
	transition: all .3s;
}
.tea_list ul li.active{
	opacity: .7;
	transform: scale(0.9) translateY(-12px);
}
.tea_list ul li:hover{
	opacity: .7;
}
.teacher .pic{
	position: absolute;
	left: 563px;
	top: 2px;
	width: 500px;
	font-size: 0;
}
.teacher .pic p{
	display: none;
	position: absolute;
}
.teacher .yingwen{
	position: absolute;
	right: -10px;
	top: -100px;
	width: 90px;
}
.more_tea{
	position: absolute;
	bottom: 30px;
	right: 135px;
	color: #ddd;
	z-index: 10;
	font-size: 14px;
	cursor: pointer;
	transition: all .3s;
}
.more_tea:hover{
	color: #EB8054;
}
/* 十大学习模块 */
/*十大学习模块*/
.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{
	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: 75px auto 0;
}
.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;
	}
}