body{
	font-family: '微软雅黑', '黑体', '宋体', tahoma, arial, sans-serif, "Lucida Grande", Verdana, Lucida, Helvetica;
	max-width: 1920px;
	margin: 0 auto;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
/* banner */
.banner{
	font-size: 0;
	position: relative;
	background: url(../img/banner.png) no-repeat center;
	height: 703px;
}
.banner .btn{
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	bottom: 40px;
	width: 770px;
}
.banner .btn p{
	cursor: pointer;
	transition: all .3s;
}
.banner .btn .banner_btn1{
	float: left;
}
.banner .btn .banner_btn2{
	float: right;
}
.banner .btn p:hover{
	transform: translateY(-2px);
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.5);
}
/* 报考疑问 */
.yiwen {
	margin-top: 70px;
}
.yiwen .title{
	width: 638px;
	margin: 0 auto 20px;
}
.yiwen .yw_con{
	overflow: hidden;
}
.yiwen .yw_con div{
	position: relative;
}
.yiwen .yw_con .left{
	float: left;
}
.yiwen .yw_con .right{
	float: right;
}
.yiwen .yw_con ul{
	position: absolute;
	left: 60px;
	top: 70px;
	color: #555;
	line-height: 46px;
	font-size: 18px;
}
	
.yiwen .yw_con ul li{
	transition: all .3s;
}
.yiwen .yw_con ul li:hover{
	cursor: pointer;
	color: #F14857;
}
/* 报名 */
.bm{
	font-size: 0;
	margin-top: 30px;
	position: relative;
	background: url(../img/banner2.png) no-repeat center;
	height: 257px;
	overflow: hidden;
}
.bm .title{
	width: 687px;
	margin: 0 auto;
	margin-top: 30px;
}
.bm .bd{
	overflow: hidden;
	width: 1050px;
	margin: 0 auto;
	margin-top: 25px;
}
.bm .bd .tr{
	float: left;
	background: #fff;
	border-radius: 30px;
	width: 300px;
	line-height: 50px;
	margin-left: 70px;
	overflow: hidden;
}
.bm .bd .tr.first{
	margin-left: 4px;
}
.bm .bd .tr p{
	font-size: 20px;
	color: #666;
	text-align: right;
	width: 80px;
	letter-spacing: 1px;
	float: left;
}
.bm .bd .tr input{
	float: left;
	line-height: 50px;
	height: 50px;
	width: 210px;
	font-size: 16px
}
input::placeholder {
	color: #ccc;
}
.bm .btn{
	background: #FFB924;
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 50px;
	margin: 0 auto;
	margin-top: 10px;
	width: 210px;
	border-radius: 50px;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all .3s;
}
.bm .btn:hover{
	transform: translateY(-2px);
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.5);
}
.bm .shard_shuoming{
	width: 380px;
	margin: 0 auto;
	margin-top: 26px;
	color: #fff;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
}
.bm .shard_shuoming a{
	color: #ffe467;
	transition: all .3s;
}
.bm .shard_shuoming .icon{
	float: left;
	width: 18px;
	position: relative;
}
.bm .shard_shuoming .icon img{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
.bm .shard_shuoming .icon img.active{
	display: block;
}
.bm .shard_shuoming .font{
	float: right;
}
/* 查询入口 */
.rukou{
	background: url(../img/rukou_bg.png) no-repeat center;
	height: 699px;
	overflow: hidden;
}
.rukou .title{
	width: 599px;
	margin: 0 auto;
	margin-top: 70px;
}
.rukou .con{
	margin-top: 20px;
	position: relative;
	left: 12px;
}
.rukou .con ul{
	position: absolute;
	width: 1100px;
	top: 70px;
	left: 48px;
}
.rukou .con ul li{
	background: #F7F7F7;
	color: #666;
	text-align: center;
	width: 120px;
	line-height: 45px;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
	cursor: pointer;
	transition: all .3s;
	font-size: 16px;
	letter-spacing: 1px;
}
.rukou .con ul li.active{
	background: #529AFF;
	color: #fff;
}
.rukou .con ul li:hover{
	background: #529AFF;
	color: #fff;
}
.rukou .con .time_search{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 60px;
	width: 560px;
	line-height: 52px;
	border: 2px solid #1F7FE6;
}
.rukou .con .time_search input{
	width: 365px;
	line-height: 52px;
	height: 52px;
	float: left;
	padding-left: 15px;
	font-size: 16px
}
.rukou .con .time_search .btn{
	float: left;
	background: #1F7FE6;
	text-align: center;
	color: #fff;
	width: 180px;
	cursor: pointer;
	transition: all .3s;
}
.rukou .con .time_search .btn:hover{
	background: #1F6AD7;
}
.rukou .shard_shuoming{
	width: 380px;
	margin: 0 auto;
	margin-top: 15px;
	color: #999;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 130px;
}
.rukou .shard_shuoming a{
	color: #6c96f2;
	transition: all .3s;
}
.rukou .shard_shuoming .icon{
	float: left;
	width: 18px;
	position: relative;
}
.rukou .shard_shuoming .icon img{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
.rukou .shard_shuoming .icon img.active{
	display: block;
}
.rukou .shard_shuoming .font{
	float: right;
}
/* 改革 */
.gaige{
	margin-top: 70px;
}
.gaige .title{
	width: 563px;
	margin: 0 auto;
}
.gaige ul{
	overflow: hidden;
	padding-top: 30px;
}
.gaige li{
	float: left;
	position: relative;
	margin-left: 30px;
	transition: all .3s;
}
.gaige li.first{
	margin-left: 0;
}
.gaige li .info{
	position: absolute;
	top: 95px;
	left: 30px;
	width: 222px;
	line-height: 26px;
	font-size: 16px;
	color: #555;
}
.gaige li .info .top{
	margin-bottom: 30px;
	font-size: 17px
}
.gaige li .info p{
	margin-bottom: 5px;
	line-height: 24px;
	color: #666
}
.gaige li:hover{
	transform: translateY(-3px);
}
/* banner3 */
.banner3{
	height: 204px;
	background: url(../img/banner3.png) no-repeat center;
}
.banner3 .con{
	position: relative;
	height: 204px;
}
.banner3 .con .btn{
	position: absolute;
	background: #FFB923;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	font-size: 24px;
	line-height: 60px;
	width: 270px;
	right: 0;
	top: 50%;
	border-radius: 30px;
	cursor: pointer;
	margin-top: -20px;
	transition: all .3s;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
}
.banner3 .con .btn:hover{
	transform: translateY(-2px);
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.5);
}
/* 优势 */
.ys{
	margin-top: 70px;
}
.ys .title{
	width: 605px;
	margin: 0 auto;
}
.ys ul{
	overflow: hidden;
	padding-top: 20px;
} 
.ys li{
	float: left;
	position: relative;
	margin-left: 35px;
}
.ys li.first{
	margin-left: 0;
}
.ys li .info{
	position: absolute;
	width: 300px;
	line-height: 26px;
	color: #777;
	top: 240px;
	left: 30px;
	font-size: 18px;
}
.ys li .info p{
	text-indent: 2em;
}
.ys li .info .btn{
	background: #529AFE;
	color: #fff;
	text-align: center;
	width: 200px;
	margin: 0 auto;
	line-height: 40px;
	margin-top: 50px;
	cursor: pointer;
	transition: all .3s;
}
.ys li .info .btn:hover{
	transform: translateY(-2px);
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.5);
}
/* 服务 */
.fuwu{
	background: url(../img/fuwu.png) no-repeat center;
	height: 709px;
	margin-top: 40px;
}
/* 课程体系 */
.course{
	margin-top: 70px;
}
.course .title{
	width: 488px;
	margin: 0 auto 20px;
}
.course li{
	position: relative;
}
.course li .info{
	position: absolute;
	bottom: 45px;
	right: 40px;
}
.course li .info .block{
	float: left;
	text-align: center;
	margin-right: 36px;
	color: #777;
	cursor: pointer;
}
.course li .info .block img{
	width: 60px;
	margin-bottom: 5px;
}
.course li .info .block:hover{
	color: #529AFE;
}
/* 名师介绍 */
.teacher{
	background: url(../img/teacher_bg.png) no-repeat center;
	height: 696px;
	margin-top: 30px;
	overflow: hidden;
}
.teacher .title{
	width: 487px;
	margin: 0 auto;
	margin-top: 70px;
}
.teacher .con{
	overflow: hidden;
	padding-top: 30px;
}
.teacher .con .left{
	float: left;
}
.teacher .con .left div{
	width: 586px;
	margin-bottom: 17px;
	position: relative;
}
.teacher .con .left .two{
	margin-left: 90px;
}
.teacher .con .left div p{
	position: absolute;
	top: 50px;
	left: 140px;
	text-indent: 2em;
	line-height: 26px;
	width: 430px;
	color: #666;
}
.teacher .con .right{
	float: right;
	position: relative;
}
.teacher .con .right .info{
	position: absolute;
	line-height: 30px;
	bottom: 48px;
	left: 30px;
}
.teacher .con .right .more{
	position: absolute;
	bottom: 17px;
	right: 10px;
	cursor: pointer;
	color: #529AFE;
	transition: all .3s;
}
.teacher .con .right .more:hover{
	color: #1C76E0;
}
/* 对比 */
.duibi{
	margin-top: 70px;
}
.duibi .title{
	width: 566px;
	margin: 0 auto 30px;
}
.duibi .con{
	position: relative;
}
.duibi .con ul{
	position: absolute;
	top: 90px;
	right: 40px;
	font-size: 0;
}
.duibi .con ul li{
	margin-top: -12px;
	transition: all .3s;
}
.duibi .con ul li:hover{
	transform: translateY(-2px);
}
/* 图片放大 */
.big_pic{
	width: 630px;
	position: fixed;
	z-index: 999;
	top: 0;
	display: none;
}
.big_shard{
	position: fixed;
	z-index: 998;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
/* 评价 */
.pingjia{
	background: url(../img/pingjia_bg.png) no-repeat center;
	height: 622px;
	margin-top: 70px;
}
.pingjia .con .left{
	float: left;
	width: 630px;
	margin-top: 30px;
}
.pingjia .con .left .title{
	width: 468px;
	margin: 0 auto 15px;
}
.pingjia .con .right{
	float: right;
	margin-top: -38px;
	position: relative;
}
.pingjia .con .right .tongdao{
	width: 400px;
	position: absolute;
	top: 175px;
	font-size: 16px;
	left: 37px;
}
.pingjia .con .right .tongdao .tr{
	background: #fff;
	margin-bottom: 40px;
	line-height: 52px;
	overflow: hidden;
	border-radius: 30px;
	transition: all .3s;
}
.pingjia .con .right .tongdao .tr.active{
    box-shadow: 0 0 30px rgba(254,184,34,.2) inset;
}
.pingjia .con .right .tongdao .tr p{
	float: left;
	width: 70px;
	text-align: right;
	color: #777;
}
.pingjia .con .right .tongdao .tr input{
	float: left;
	line-height: 52px;
	height: 52px;
	padding-left: 5px;
	width: 320px;
	background: transparent;
}
.pingjia .con .right .tongdao .btn{
	background: #FEB822;
	color: #fff;
	text-align: center;
	line-height: 54px;
	width: 260px;
	font-size: 26px;
	letter-spacing: 1px;
	border-radius: 30px;
	margin: 0 auto;
	transition: all .3s;
	margin-top: 20px;
}
.pingjia .con .right .tongdao .btn:hover{
	transform: translateY(-2px);
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.5);
}
.pingjia .shard_shuoming{
	width: 380px;
	margin: 0 auto;
	margin-top: 15px;
	color: #fff;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
}
.pingjia .shard_shuoming a{
	color: #ffe467;
	transition: all .3s;
}
.pingjia .shard_shuoming .icon{
	float: left;
	width: 18px;
	position: relative;
}
.pingjia .shard_shuoming .icon img{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
.pingjia .shard_shuoming .icon img.active{
	display: block;
}
.pingjia .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;
	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;
}