body {
	font-family: '微软雅黑', '黑体', '宋体', tahoma, arial, sans-serif, "Lucida Grande", Verdana, Lucida, Helvetica;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
/*banner*/
.banner{
	position: relative;
	font-size: 0;
	max-width: 1920px;
	margin: 0 auto;
}
/* 为何 */
.why{
	margin-top: 70px;
	position: relative;
}
.why h3{
	width: 600px;
	margin: 0 auto;
}
.why .con{
	position: absolute;
	width: 670px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 150px;
}
.why .con .pic{
	margin: 0 auto;
}
.why .con .why01{
	width: 185px;
}
.why .con .why02{
	width: 270px;
	margin-top: -92px;
	z-index: 111;
	position: relative;
	transform: scale(0.95);
	animation: huxi 2s ease-in-out infinite;
}
.why .con .why03{
	width: 670px;
	position: relative;
	margin-top: -156px;
	z-index: 1;
}
@keyframes huxi{
	from{
		transform: scale(0.95);
	}
	50%{
		transform: scale(0.97) translateY(-7px);
	}
	to{
	transform: scale(0.95);
	}
}

/* 岗位 */
.gw{
	margin-top: 90px;
	overflow: hidden;
	position: relative;
}
.gw h3{
	width: 830px;
	margin: 0 auto 50px;
}
.gw .left,.gw .right{
	width: 470px;
	float: left;
}
.gw .con{
	width: 340px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 300px;
}
.gw .right{
	float: right;
}
.gw .con .yuan01{
	border: 1px solid #3a67b1;
	border-radius: 50%;
	width: 340px;
	height: 340px;
	position: absolute;
	top: 0px;
	left: 0px;
	animation: bowen 3s infinite linear;
	transform: scale(1);
	/* opacity: 0; */
}
.gw .con .yuan02{
	border: 1px solid #8cc0e8;
	border-radius: 50%;
	width: 420px;
	height: 420px;
	position: absolute;
	top: -40px;
	left: -40px;
	animation: bowen2 3s infinite linear;
	transform: scale(0.95);
}
@keyframes bowen{
	from{
		transform: scale(1);
		opacity: 1;
	}
	to{
		transform: scale(1.2);	
		opacity: 0;
	}
}
@keyframes bowen2{
	from{
		transform: scale(1);
		opacity: 1;
	}
	to{
		transform: scale(1.15);	
		opacity: 0;
	}
}
/* 市场 */
.bk{
	position: relative;
	/* top: -170px; */
	font-size: 0;
	background: url(../img/bk_bg.png) no-repeat center;
	height: 1100px;
}
.tj{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 16.2%;
}
.tj h3{
	width: 850px;
	margin: 0 auto;
	margin-top: 40px;
}
.tj ul{
	margin-top: 70px;
}
.tj li{
	float: left;
	margin-left: 10px;
	width: 231px;
	position: relative;
}
.tj li.first{
	margin-left: 0;
}
.tj li.xia{
	margin-top: 160px;
}
.tj li .btn{
	background: #fe804c;
	color: #FFFFFF;
	text-align: center;
	line-height: 36px;
	width: 100px;
	border-radius: 10px;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	font-size: 16px;
	cursor: pointer;
}
.yw{
	width: 80%;
	margin: 0 auto;
	margin-top: -70px;
	max-width: 1600px;
}
/* 报名 */
.contactWrap{
	background: #fff;
	margin-top: 90px;
}
.contact{
	overflow: hidden
}
.contact .shard_shuoming{
	width: 380px;
	margin: 0 auto;
	position: relative;
	top: 60px;
	left: -45px;
	color: #999;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
}
.contact .shard_shuoming a{
	color: #6c96f2;
	transition: all .3s;
}
.contact .shard_shuoming .icon{
	float: left;
	width: 18px;
	position: relative;
}
.contact .shard_shuoming .icon img{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
.contact .shard_shuoming .icon img.active{
	display: block;
}
.contact .shard_shuoming .font{
	float: right;
}
.contact .con{
    width: 1000px;
    background: #fff;
    z-index: 1;
    margin: 30px auto 70px;
    left: 0;
	right: 0;
    padding: 30px 5% 40px 0;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 12px 30px 0 rgba(0,0,0,0.2);
}
.contact .con .con_left{
	height: 270px;
	width: 800px;
	margin-top: 50px;
	margin-left: 180px;
}
.contact .con .con_left .txt_block{
	width: 260px;
	border-radius: 12px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #ccc;    
	background: url(../img/input_bg3.png) 7px center no-repeat;
	padding-left: 30px;
	display: flex;
	overflow: hidden;
	float: left;
	margin-right: 100px;
	font-size: 14px
}
.contact .con .con_left .txt_block.yanzheng{
	background: none;
	width: 288px;
	padding-left: 2px;
	margin-top: 40px;
}
.contact .con .con_left .txt_block.yanzheng input{
	width: 110px;
}
.contact .con .con_left .txt_block .yanzheng img{
	flex: 1;
}
.contact .con .con_left .txt_block02{
	background: url(../img/input_bg4.png) 7px center no-repeat;
	margin-top: 40px;
}
.contact .con .con_left .txt_block03{
	background: url(../img/input_bg.png) 7px center no-repeat;
}
.contact .con .con_left .txt_block04{
	background: url(../img/input_bg2.png) 7px center no-repeat;
	margin-top: 40px;
}
.contact .con .con_left .txt_block.active{
	border-color: #6B96FF;
    box-shadow: 0 3px 10px rgba(107,150,255,0.2);
	transition: all 0.3s;
}
.contact .con .con_left .txt_block.long{
	/*margin-right: 0;*/
}
/*.contact .con .con_left .txt_block.two_txt{
	margin-top: 40px;
}*/
.contact .con .con_left .txt_block p{
	float: left;
}
.contact .con .con_left .txt_block.long p{
	width: 80px;
}
.contact .con .con_left .txt_block input{
	float: left;
	width: 200px;
	margin-left: 10px;
}
.contact .con .con_left .con_btn{
	display: block;
	width: 200px;
    background: #116BCC;
    text-align: center;
    line-height: 47px;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    clear: both;
    /* margin: 0px auto; */
	margin-left: 250px;
    position: relative;
    top: 90px;
    font-size: 15px;
    transition: all 0.3s;
}
.contact .con .con_left .con_btn:hover{
	top: 87px;
}

.contact .con .con_right{
	position: absolute;
	right: -150px;
	top: -90px;
}
.contact h3{
    width: 649px;
	margin: 0 auto;
}
/* 优势 */
.ys{
	margin-top: 90px;
}
.ys h3{
	width: 860px;
	margin: 0 auto;
}
.ys .ys_con{
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.ys .ys_con div{
	position: absolute;
	width: 257px;
}
.ys .ys_con .ys01{
	bottom: 100px;
	left: -50px;
	animation: piao 3s ease-in infinite;
}
.ys .ys_con .ys02{
	width: 185px;
	bottom: -90px;
	left: 400px;
	animation: piao 2s linear infinite;
}
.ys .ys_con .ys03{
	bottom: 190px;
	right: -50px;
	animation: piao 3.2s ease-in-out infinite;
}
@keyframes piao{
	from{
		transform: translateY(-5px);
	}
	50%{
		transform: translateY(5px);
	}
	to{
		transform: translateY(-5px);
	}
}

/* 证书 */
.zheng{
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	margin-top: 140px;
	background: url(../img/zheng_bg.png) no-repeat;
	height: 640px;
}
.zheng_con{
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
}
.zheng h3{
	margin: 0 auto;
	width: 675px;
}
/* 报名条件 */
.tiaojian{
	margin-top: 70px;
	position: relative;
}
.tiaojian h3{
	width: 489px;
	margin: 0 auto;
}
.tiaojian ul{
	overflow: hidden;
}
.tiaojian li{
	width: 330px;
	float: left;
	box-sizing: border-box;
	margin-left: 104px;
	transition: all .7s;
}
.tiaojian li.first{
	margin-left: 0;
}
.tiaojian li h4{
	color: #333;
	font-size: 30px;
	letter-spacing: 7px;
	margin-left: 30px;
	font-weight: 300;
	margin-bottom: 15px;
}
.tiaojian li.chu{
	margin-top: 465px;
	position: relative;
	top: 180px;
}
.tiaojian li.zhong{
	margin-top: 286px;
	position: relative;
	top: 358px;
}
.tiaojian li.gao{
	position: relative;
	top: 645px;
}
.tiaojian li.active{
	top: 0;
}
.tiaojian li .info{
	color: #fff;
	font-size: 18px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	line-height: 34px;
	padding: 20px 20px;
}
.tiaojian li.chu .info{
	background: url(../img/tj01_bg.png) repeat-y;
	padding: 50px 20px;
}
.tiaojian li.zhong .info{
	background: url(../img/tj03bg.png) repeat-y;
}
.tiaojian li.gao .info{
	background: url(../img/tj02_bg.png) repeat-y;
}
.tiaojian li .info p{
	margin-top: 7px;
}
.jt01{
	position: absolute;
	bottom: 175px;
	left: 220px;
	width: 150px;
}
.jt02{
	position: absolute;
	bottom: 360px;
	left: 666px;
	width: 150px;
}
.ren{
	position: absolute;
	left: 156px;
	bottom: 320px;
}
/* 助力通关 */
.tg{
	max-width: 1920px;
	margin: 0 auto;
	margin-top: 50px;
	font-size: 0
}
/* 考试详情 */
.ks{
	margin-top: 70px;
}
.ks h3{
	width: 660px;
	margin: 0 auto;
}
/* 班型 */
.course{
	width: 1250px;
	margin: 0 auto;
	margin-top: 75px;
	position: relative;
	left: -30px;
}
.course h3{
	width: 660px;
	margin: 0 auto 20px;
}
.course .btn{
	position: absolute;
	background: #F12424;
	color: #fff;
	text-align: center;
	line-height: 60px;
	width: 120px;
	position: absolute;
	right: 37px;
	border-radius: 12px;
	font-size: 16px;
	transition: all .3s;
}
.course .btn1{
	top: 222px;
}
.course .btn2{
	top: 430px;
}
.course .btn3{
	top: 641px;
}
.course .btn:hover{
	transform: translateY(-3px);
	box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
}
/* 表单 */
.bd{
	background: url(../img/bd-bg.png) center;
	height: 519px;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 70px;
}
.bd_con{
	width: 500px;
	margin: 0 auto;
	margin-top: 200px;
}
.bd .tr{
	background: #fff;
	margin-top: 30px;
	line-height: 45px;
	border: 1px solid #fff;
	transition: all .3s;
}
.bd .tr.active{
	border: 1px solid #EB1212;
    box-shadow: 0 0 30px rgba(246,54,54,.1) inset;
}
.bd .tr span{
	color: #777;
	margin-left: 20px;
	font-size: 16px
}
.bd .tr input{
	width: 420px;
	line-height: 45px;
	height: 45px;
	color: #666;
	background: transparent;
}
.bd .btn{
	background: url(../img/bd_btn_bg.png) repeat-y;
	width: 200px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 20px;
	transition: all .3s;
}
.bd .btn:hover{
	transform: translateY(-2px);
	box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
}
.bd .shard_shuoming{
	width: 380px;
	margin: 0 auto;
	margin-top: 50px;
	color: #fff;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
}
.bd .shard_shuoming a{
	color: #ffe467;
	transition: all .3s;
}
.bd .shard_shuoming .icon{
	float: left;
	width: 18px;
	position: relative;
}
.bd .shard_shuoming .icon img{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
.bd .shard_shuoming .icon img.active{
	display: block;
}
.bd .shard_shuoming .font{
	float: right;
}

/*弹窗部分*/
.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;
	width: 285px;
	height: 47px;
	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;
}
