*{
	position: relative;
	z-index: 50;
}
body {
	font-family: '微软雅黑', '黑体', '宋体', tahoma, arial, sans-serif, "Lucida Grande", Verdana, Lucida, Helvetica;
	max-width: 1920px;
	margin: 0 auto;
}
.ylbtn_box{
    z-index: 1;
}
/* banner */
.banner{
	font-size: 0;
	position: relative;
	width: 100%;
	left: 0;
	z-index: 9;
}

/*报名*/
.apply{
	background: #f1f1f1;
	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;
	}
}

/* 热门项目 */
.wrap{
	background: #fff;
	overflow: hidden;
}
.hot{
	width: 1200px;
	margin: 0 auto;
	margin-top: 90px;
}
.hot h3{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.hot h3 .tit{
	width: 300px;
	position: relative;
	z-index: 10;
}
.hot h3 .eng_tit{
	width: 150px;
	position: absolute;
	z-index: 1;
	opacity: 0.56;
	left: 130px;
	top: 17px;
	display: none;
}
.hot .con{
	margin-top: 40px;
}
.hot ul{
	overflow: hidden;
	padding-top: 10px;
}
.hot li{
	float: left;
	color: #fff;
	text-align: center;
	letter-spacing: 6px;
	font-weight: bold;
	font-size: 18px;
	width: 164px;
	height: 40px;
	line-height: 40px;
	background: #0693DB;
	margin-right: 10px;
	cursor: pointer;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
	transition: all .3s;
}
.hot li:hover{
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
}
.hot li.last{
	margin-right: 0;
	width: 504px;
}
.hot ul.two li{
	background: #D99E13;
	height: 80px;
	line-height: 80px;
}
.hot ul.two li p{
	border-bottom: 1px solid #fff;
	line-height: 40px;
}
.hot ul.two li.last{
	background: #0693DB;
}

/* 报名条件 */
.tiaojian{
	width: 1200px;
	margin: 0 auto;
	margin-top: 100px;
}
.tiaojian h3{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.tiaojian h3 .tit{
	width: 300px;
	position: relative;
	z-index: 10;
}
.tiaojian h3 .eng_tit{
	width: 400px;
	position: absolute;
	z-index: 1;
	opacity: 0.56;
	left: 88px;
	top: 17px;
	display: none;
}
.tiaojian .con{
	width: 1050px;
	margin: 0 auto;
	margin-top: 120px;
}
.tiaojian ul{
	overflow: hidden;
	text-align: center;
}
.tiaojian li{
	float: left;
}
.tiaojian li.bet{
	margin: 0 150px;
}
.tiaojian li .pic{
	cursor: pointer;
	transition: all .3s;
	width: 240px;
}
.tiaojian li .pic:hover{
	transform: translateY(-3px);
}
.tiaojian li .font{
	margin-left: 50px;
	width: 160px;
}
.tiaojian li h4{
	color: #0393E8;
	letter-spacing: 2px;
	font-size: 26px;
	margin: 20px auto 5px;
}
.tiaojian li .btn{
	background: #F45A00;
	color: #fff;
	line-height: 40px;
	margin-top: 36px;
	cursor: pointer;
	transition: all .3s;
	letter-spacing: 3px;
}
.tiaojian li.last .btn{
	margin-top: 20px;
}
.tiaojian li .btn:hover{
	background: #f42424;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}

/* 常见问题 */
.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{
	position: relative;
}
.bg01>img{
	min-height: 758px;
}
.bg01 ul{
	position: absolute;
	width: 1200px;
	left: 50%;
	top: 90px;
	margin-left: -600px;
	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.b_none{
	border-bottom: 0;
	border-bottom: none;
}
.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;
}
.jieyou{
	position: relative;
}
.jieyou>img{
	min-height: 560px;
}
.jieyou ul{
	position: absolute;
	width: 1200px;
	left: 50%;
	top: 90px;
	margin-left: -600px;
	text-align: center;
}
.jieyou ul li{
	float: left;
	width: 180px;
	margin-right: 40px;
	transition: all .3s;
	cursor: pointer;
}
.jieyou ul li:hover{
	transform: translateY(-4px);
}
.jieyou ul li.deng03:hover{
	transform: translateY(0px);
}
.jieyou ul li.deng03{
	width: 320px;
	margin-top: -60px;
}
.jieyou ul li.last{
	margin-right: 0;
}

/* 报名流程 */
.liucheng{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 100px;
}
.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;
}
/* 证书样本 */
.yangben{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 100px;
	padding-bottom: 50px;
}
.yangben h3{
	position: relative;
}
.yangben h3 .tit{
	width: 300px;
	position: relative;
	z-index: 10;
}
.yangben h3 .eng_tit{
	width: 300px;
	position: absolute;
	z-index: 1;
	opacity: 0.56;
	left: 54px;
	top: 12px;
	display: none;
}
.yangben .zs_pic{
	width: 560px;
	margin: 70px auto;
}

/* 学霸备考指南免费领 */
.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;
}