*{
	position: relative;
	z-index: 50;
}
body {
	font-family: '微软雅黑', '黑体', '宋体', tahoma, arial, sans-serif, "Lucida Grande", Verdana, Lucida, Helvetica;
	max-width: 1920px;
	margin: 0 auto;
}
.wrap{
	overflow: hidden;
	padding: 100px 0;
	background: #fff;
}
.ylbtn_box{
    z-index: 1;
}

/* banner */
.banner{
	font-size: 0;
	position: relative;
	/* background: url(../img/banner.jpg) center top; */
	width: 100%;
	left: 0;
	z-index: 9;
	/* background-attachment:fixed; */
}
.banner .btn{
	position: absolute;
	left: 18%;
	top: 52%;
	width: 23.8%;
	cursor: pointer;
	transition: all 0.3s;
	z-index: 200;
}
.banner .btn:hover{
	transform: translateY(-2px);
}

/*报名*/
.apply{
	background: #F8F8F8;
	padding-top: 50px;
	transition: all .3s;
}
.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;
	}
}

/* 优势 */
.bg_wrap{
	background: #fff;
}
.youshi{
	width: 1120px;
	margin: 0px auto;
	padding-bottom: 100px;
}
.youshi ul{
	overflow: hidden;
	padding-top: 120px;
}
.youshi li{
	float: left;
	width: 340px;
	margin: 0 15px;
}
.youshi h3{
	color: #fff;
	background: #2772C7;
	border-radius: 20px;
	text-align: center;
	cursor: pointer;
	line-height: 70px;
	margin-bottom: 18px;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 4px;
	transition: all .3s;
}
.youshi h3:hover{
	transform: translateY(-3px);
}
.youshi .block{
	border: 1px solid #5B97D5;
	color: #2773C7;
	line-height: 30px;
	box-sizing: border-box;
	padding: 58px 30px;
	position: relative;
}
.youshi .block.block1{
	padding-left: 66px;
}
.youshi .block.block2{
	padding: 20px 0 5px;
	padding-left: 30px;
}
.youshi .block .tr{
	overflow: hidden;
	margin-bottom: 15px;
}
.youshi .block .dot{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	float: left;
	background: #2773C7;
	margin-top: 9px;
	
}
.youshi .block .font{
	float: left;
	margin-left: 12px;
	font-size: 18px;
	width:200px;
}
.youshi .block.block2 .tr{
	margin-bottom: 10px;
}
.youshi .block.block2 .font{
	width: 260px;
}
.youshi .block .time{
	padding: 44.5px 45px;
	font-size: 18px;
	letter-spacing: 1px;
}
.youshi .block .sanjiao{
	position: absolute;
	width: 40px;
	right: -1px;
	bottom: -1px;
}
/* 对象 */
.duixiang{
	background: #F2F2F2;
}
.baoming{
	background: #2772C7;
	background: #2673c8;
	color: #fff;
	width: 1081px;
	margin: 0 auto;
	position: relative;
	left: -5px;
	overflow: hidden;
	padding: 20px 0;
}
.baoming h3{
	float: left;
	border: 1px solid #fff;
	width: 20px;
	padding: 10px 20px;
	line-height: 30px;
	font-size: 22px;
	margin-left: 120px;
}
.baoming .article{
	float: left;
	width: 700px;
	margin-left: 30px;
	line-height: 26px;
	margin-top: -14px;
}
.baoming .article p{
	margin-top: 10px;
}
.duixiang .other{
	width: 1120px;
	margin: 0 auto;
	line-height: 34px;
	margin-top: 20px;
	padding-bottom: 10px;
	position: relative;
	left: 15px;
}
.duixiang .other a:hover{
	color: #f42424;
}
.zhengshu{
	width: 600px;
	margin: 0 auto;
	padding-bottom: 100px;
}

/* 常见问题 */
.problem{
	background: #fff;
	padding-top: 100px;
}
.problem h3{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.problem h3 .tit{
	width: 400px;
	position: relative;
	z-index: 10;
}
.problem h3 .eng_tit{
	width: 300px;
	position: absolute;
	z-index: 1;
	opacity: 0.56;
	left: 88px;
	top: 17px;
	display: none;
}
.bg01{
	margin-top: 20px;
	position: relative;
}
.bg01>img{
	min-height: 758px;
}
.bg01 ul{
	position: absolute;
	width: 1200px;
	left: 50%;
	top: 0;
	margin-left: -600px;
	top: 150px;
	text-align: center;
	color: #D9A015;
}
.bg01 ul li{
	float: left;
	width: 296px;
	height: 300px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.bg01 ul li.last{
	border-right: none;
}
.bg01 ul .icon{
	width: 100px;
	margin: 0 auto;
	margin-top: 40px;
	transition: all .3s;
}
.bg01 ul .icon:hover{
	transform: translateY(-3px);
}
.bg01 ul li .info{
	margin: 50px auto 20px;
}
.bg01 ul li .btn{
	color: #FFFFFF;
	background: #0692DD;
	width: 120px;
	margin: 0 auto;
	border-radius: 12px;
	line-height: 34px;
	cursor: pointer;
	transition: all .3s;
}
.bg01 ul li .btn:hover{
	margin-top: -1px;
}

/* 报名流程 */
.liucheng{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.liucheng h3{
	position: relative;
}
.liucheng h3 .tit{
	width: 300px;
	position: relative;
	z-index: 10;
}
.liucheng h3 .eng_tit{
	width: 300px;
	position: absolute;
	z-index: 1;
	opacity: 0.56;
	left: 95px;
	top: 17px;
	display: none;
}
.liucheng ul{
	overflow: hidden;
	text-align: center;
	padding-top: 50px;
	padding-left: 40px;
}
.liucheng ul li{
	float: left;
}
.liucheng ul li .icon{
	width: 100px;
	margin-bottom: 30px;
	transition: all .3s;
	cursor: pointer;
}
.liucheng ul li .icon:hover{
	transform: scale(1.1)
}
.liucheng ul li span{
	color: #777;
	letter-spacing: 1px;
}
.liucheng .line{
	width: 70px;
	height: 2px;
	background: #ccc;
	float: left;
	margin: 55px 40px;
}

/* 学霸备考指南免费领 */
.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;
}