*{
	position: relative;
	z-index: 50;
}
body{
	font-family: '微软雅黑', '黑体', '宋体', tahoma, arial, sans-serif, "Lucida Grande", Verdana, Lucida, Helvetica;
}
.ylbtn_box{
    z-index: 1;
}
/* banner */
.banner{
    max-width: 1920px;
    margin: 0 auto;
	font-size: 0;
	position: relative;
	/* background: url(../img/banner.jpg) center top; */
	width: 100%;
	left: 0;
	z-index: 9;
}

/*报名*/
.apply{
    max-width: 1920px;
    margin: 0 auto;
	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: 15px;
    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{
	overflow: hidden;
	padding: 100px 0;
	background: #fff;
}
.menu{
	width: 1040px;
	margin: 0 auto;
	padding: 10px 0 22px;
	overflow: hidden;
	position: relative;
}
.menu .op{
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #ccc;
	z-index: 99;
	opacity: 0.3;
}
.l_op{
	left: -30px;
	top: 0;
}
.r_op{
	right: -30px;
	top: 0;
}
.menu ul{
	width: 9999px;
	margin-left: 17px;
}
.menu li{
	float: left;
	margin-right: 45px;
	background: #CCCCCC;
	text-align: center;
	color: #fff;
	padding: 10px 30px;
	/* border-radius: 15px; */
	cursor: pointer;
	transition: all .3s;
}
.menu li:hover{
	transform: translateY(-3px);
}
.menu li.shig{
	background: #D9A015;
}
.menu li.shig:hover{
	background: #D9A015 !important;
}
.menu li.zhil:hover{
	background: #0692DD !important;
}
.menu li.zil:hover{
	background: #49A35B !important;
}
.menu li.laow:hover{
	background: #DA7D81 !important;
}
.menu li.cail:hover{
	background: #F7931E !important;
}
.menu li.jix:hover{
	background: #F25B26 !important;
}
.menu li.anq:hover{
	background: #BE95E3 !important;
}
.menu li.shiy:hover{
	background: #7EA00E !important;
}
.menu li.cel:hover{
	background: #205157 !important;
}
.menu li.jianz:hover{
	background: #2E3192 !important;
}
.menu li.quy:hover{
	background: #03A6AF !important;
}
.menu li.yus:hover{
	background: #C95D43 !important;
}
.menu li.zhuangs:hover{
	background: #238FBD !important;
}
.menu li.zhuangs_j:hover{
	background: #617E86 !important;
}
.menu li.active{
	background: #0692DD;
}
/* main */
.main{
	width: 1040px;
	margin: 0 auto;
	position: relative;
	min-height: 547px;
	/* overflow: hidden; */
}
.main .item{
	/* box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1); */
	transition: all .3s;
	padding: 20px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	overflow: hidden;
	background: #fff;
}
.main .item:hover{
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
}
.main .item ul{
	position: relative;
}
.main .item li{
	float: left;
	width: 280px;
	margin-right: 80px;
}
.main .item li.last{
	margin-right: 0;
}
.main .item h3{
	background: #D9A015;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	line-height: 70px;
	border-radius: 30px;
	margin: 30px auto 20px;
	cursor: pointer;
	transition: all .3s;
}
.main .item h3:hover{
	transform: translateY(-5px);
}
.main .item li .article{
	border: 1px solid #D9A015;
	color: #D9A015;
	line-height: 30px;
	box-sizing: border-box;
	padding: 40px;
	height: 265px;
}
.main .item.ziliao h3{
	background: #49A35B;
}
.main .item.ziliao li .article{
	border: 1px solid #49A35B;
	color: #49A35B;
}
.wangxia li.one .article{
	padding-top: 50px;
}
.wangxia li.two .article{
	padding-top: 70px;
	padding-left: 75px;
}
.wangxia li.two .article .black{
	color: #333;
	font-size: 12px;
	line-height: 7px;
	margin-bottom: 12px;
}
.wangxia li.last .article{
	padding-top: 80px;
}
.main .item.laowu h3{
	background: #DA7D81;
}
.main .item.laowu li .article{
	border: 1px solid #DA7D81;
	color: #DA7D81;
}
.main .item.zhiliang h3{
	background: #0692DD;
}
.main .item.zhiliang li .article{
	border: 1px solid #0692DD;
	color: #0692DD;
}
.main .item.cailiao h3{
	background: #F7931E;
}
.main .item.cailiao li .article{
	border: 1px solid #F7931E;
	color: #F7931E;
}
.main .item.jixie h3{
	background: #F25B26;
}
.main .item.jixie li .article{
	border: 1px solid #F25B26;
	color: #F25B26;
}
.main .item.anquan h3{
	background: #BE95E3;
}
.main .item.anquan li .article{
	border: 1px solid #BE95E3;
	color: #BE95E3;
}
.main .item.shiyan h3{
	background: #7EA00E;
}
.main .item.shiyan li .article{
	border: 1px solid #7EA00E;
	color: #7EA00E;
}
.main .item.celiang h3{
	background: #205157;
}
.main .item.celiang li .article{
	border: 1px solid #205157;
	color: #205157;
}
.main .item.jianzheng h3{
	background: #2E3192;
}
.main .item.jianzheng li .article{
	border: 1px solid #2E3192;
	color: #2E3192;
}
.main .item.quyang h3{
	background: #03A6AF;
}
.main .item.quyang li .article{
	border: 1px solid #03A6AF;
	color: #03A6AF;
}
.main .item.yusuan h3{
	background: #C95D43;
}
.main .item.yusuan li .article{
	border: 1px solid #C95D43;
	color: #C95D43;
}
.main .item.zhuangshisheji h3{
	background: #238FBD;
}
.main .item.zhuangshisheji li .article{
	border: 1px solid #238FBD;
	color: #238FBD;
}
.main .item.zhuangshijianli h3{
	background: #617E86;
}
.main .item.zhuangshijianli li .article{
	border: 1px solid #617E86;
	color: #617E86;
}

/* 常见问题 */
.problem{
	background: #fff;
	max-width: 1920px;
	margin: 0 auto;
}
.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;
}
/* 证书样本 */
.yangben{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.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;
}

/* 学霸备考指南免费领 */
.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;
}