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;
}

.top{
	background: #f3f8fb;
	line-height: 36px;
    border-bottom: 1px solid #f5f5f5;
    color: #878787;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.top_con{
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.top_con a{
	transition: all .2s;
}
.top_con a:hover{
	color: #999;
}


/* banner */
.banner{
	width: 100%;
	height: 500px;
	background: url(../img/banner.png) no-repeat center top;
}


/*报名*/
.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;
	margin-top: 0;
}
.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;
	}
}


/* 条例 */
.tiaoli{
	background: #0693DD;
	color: #fff;
	padding: 70px 0 30px;
}
.tiaoli .article{
	font-size: 16px;
	line-height: 26px;
	margin: 30px auto;
	width: 900px;
}
.tiaoli .tiaoli_btn{
	border: 1px solid #FFFFFF;
	border-radius: 12px;
	text-align: center;
	line-height: 40px;
	width: 150px;
	cursor: pointer;
	margin: 70px auto 0;
	transition: all .3s;
}
.tiaoli .tiaoli_btn:hover{
	background: #FFFFFF;
	color: #0693DD;
}
.rexian{
	bottom: 10px;
	right: 0;
	text-align: center;
	font-size: 26px
}

/*弹窗部分*/
.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;
}

/* 二维码 */
.code{
	text-align: center;
	margin-top: 90px;
}
.code h3{
	color: #555;
	font-size: 30px
}
.code img{
	width: 300px;
}

/* 证书分类 */
#w_zf {
    width: 1200px;
    height: 326px;
    margin: auto;
    background: url(../img/wuye-abc.png) no-repeat center;
    overflow: hidden;
    padding-top: 45px;
}
.w_fen01, .w_fen02, .w_fen03 {
    float: left;
    width: 150px;
    margin-top: 90px;
}
.w_fen01 {
    margin-left: 90px;
}
.w_fen02, .w_fen03 {
    margin-left: 295px;
}
.w_fm {
    border-top: 1px solid #0693dd;
    border-bottom: 1px solid #0693dd;
    line-height: 40px;
    color: #0693dd;
    font-size: 24px;
    text-align: center;
}
.w_zixun {
    width: 140px;
    background-color: #0693dd;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    color: white;
    margin-top: 26px;
    border-radius: 8px;
	transition: all .3s;
	border: 1px solid #0693dd;
}
.w_zixun:hover{
	background: #fff;
	color: #0693dd;
	border-radius: 16px;
}

/* 职业培训证书 */
.w_zz {
    width: 100%;
    height: 450px;
    background: url(../img/bg-wzheng.jpg) no-repeat center;
}

/* 报名条件 */
#w_baot {
    background: url(../img/w-baoming.png) no-repeat center top;
    width: 1200px;
    margin: 70px auto;
    height: 251px;
    padding-top: 96px;
}
#w_baot p {
    width: 566px;
    height: 120px;
    overflow: hidden;
    color: #414141;
    font-size: 18px;
    margin: auto;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
}
.w_xia {
    width: 60px;
    height: 24px;
    margin: auto;
    background: url(../img/w_xia.png) no-repeat center top;
}
.w_bbtn {
    width: 200px;
    height: 60px;
    background: url(../img/w_bbtn.png) no-repeat center;
    margin: auto;
    margin-top: 17px;
	transition: all .3s;
}
.w_bbtn:hover{ 
	background:url(../img/w_bbtn1.png) no-repeat center;
	border-radius: 12px;
}

/* 报名流程 */
#w_bl {
    width: 1200px;
    margin: 100px auto;
}

/* 常见问题答疑 */
.qing {
    display: block;
    clear: both;
    overflow: hidden;
}
.juzhong {
    display: block;
    width: 1250px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.cjti {
    text-align: center;
    padding-bottom: 32px;
}
.cjxbg {
    background: url(../img/x1.jpg) center center repeat-y;
}
.wtk {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 24px;
}
.rf {
    display: block;
    float: right;
    overflow: hidden;
}
.lf {
    display: block;
    float: left;
    overflow: hidden;
}
.hao1 {
    padding-right: 28px;
    background: url(../img/x2.jpg) center 30px repeat-x;
    height: 56px;
}
.hao2 {
    padding-left: 28px;
    background: url(../img/x2.jpg) center 30px repeat-x;
    height: 56px;
}
.hao10, .hao11 {
    transition: transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    -o-transition: -o-transform 0.5s;
}
.aq {
    padding-right: 18px;
    padding-left: 18px;
    width: 470px;
}
.aq1 {
    clear: both;
    overflow: hidden;
}
.aq11 {
    line-height: 28px;
    color: #be2b30;
    font-size: 18px;
    padding: 0 10px;
}
.aq12 {
    line-height: 30px;
    color: #1c1c1c;
    font-size: 14px;
    padding: 0 10px;
    width: 430px;
}
.niun a {
    display: block;
    float: left;
    margin: 0 10px;
    width: 304px;
    text-align: center;
    border: 2px solid #4776c4;
    font-size: 24px;
    line-height: 50px;
    color: #4776c4;
	transition: all 0.3s;
	border-radius: 12px;
}
.niun a:hover{
	background: #4776c4;
	color: #fff;
}

.aqq:hover .hao10, .aqq:hover .hao11{
	transform: translateY(-56px);
	-ms-transform:translateY(-56px);		/* IE 9 */
	-webkit-transform:translateY(-56px);	/* Safari and Chrome */
	-o-transform: translateY(-56px);		/* Opera */
	-moz-transform: translateY(-56px);	
	cursor: pointer
}


/* 学霸备考指南免费领 */
.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;
}