body {
	font-family: '微软雅黑', '黑体', '宋体', tahoma, arial, sans-serif, "Lucida Grande", Verdana, Lucida, Helvetica;
	max-width: 1920px;
	margin: 0 auto;
}
img{
	width: 100%;
}
/*提示弹窗*/
.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;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
/* 头部 */
.header{
	height: 562px;
	position: relative;
	overflow: hidden;
}
.header .sanjiao{
	position: absolute;
	width: 60px;
	left: 50%;
	bottom: 0px;
	z-index: 10;
	margin-left: -30px;
}
.header.active .left{
	width: 30%;
	transition: all .5s;
}
.header.active .right{
	width: 70%;
	transition: all .5s;
}
.header .left{
	height: 100%;
	width: 50%;
	background-size: 100%;
	float: left;
	position: relative;
	z-index: 9;
	transition: all .5s;
}
.header .left .logo{
	width: 140px;
	position: absolute;
	left: 10px;
	top: 10px;
	display: none;
}
.header .left .fangge{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 120px;
}
.header .left .font{
	position: absolute;
	left: 26%;
	top: 42%;
	width: 120%;
}
.header .right{
	background: #306F78;
	height: 100%;
	width: 50%;
	float: right;
	position: relative;
	transition: all .5s;
}
.header .right .anniu{
	width: 100px;
	position: absolute;
	right: 20%;
	cursor: pointer;
	border-radius: 50%;
}
.header .right .anniu .two{
	display: none;
}
.header .right .img1{
	top: 20px;
}
.header .right .img2{
	top: 160px;
}
.header .right .img3{
	top: 300px;
}
.header .right .img4{
	top: 440px;
}
.header .right .con{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	width: 300px;
	position: absolute;
	left: 30%;
	top: 10%;
	display: none;
}
.header .right .con li{
	display: none;
	position: absolute;

}
.header .right .con h2{
	text-align: center;
	line-height: 30px;
	font-size: 26px
}
.header .right .con p{
	margin-bottom: 10px;
}

/* 条件 */
.tiaojian_title{
	margin-bottom:20px;
}
.tiaojian{
	margin: 0 auto;
	height:1100px;
}
.tiaojian .tj_con{
	width: 60%;
	margin: 0 auto;
	position: relative;
}
.tiaojian .tj_con .tj_menu{
	position: absolute;
	width: 50%;
	left: 4%;
	z-index: 10;
	border-radius: 50%;
	background: #fff;
}
.tiaojian .tj_con .tj_menu p{
	float: left;
	width: 49.8%;
	cursor: pointer;
	overflow: hidden;
}
.tiaojian .tj_con p.active img{
	transform: scale(0.97);
	opacity: 0.7;
}
.tiaojian .tj_con p img{
	transition: all .3s;
}
.tiaojian .tj_con p img:hover{
	transform: scale(0.97);
	/* opacity: 0.7; */
}
.tiaojian .tj_con .yuan{
	position: absolute;
	width: 24%;
	height: 24%;
	border-radius: 50%;
	left: 37.8%;
	top: 37.7%;
	color: #306f78;
	text-align: center;
	padding-top: 10.5%;
	font-size: 16px
}
.tiaojian .xiangxi{
	width: 50%;
	position: absolute;
	right: 4%;
	z-index: 7;
}
.tiaojian .xiangxi img{
	cursor: pointer;
}
.tiaojian .xiangxi ul{
	position: absolute;
	left: 2%;
	top: 1%;
	width: 94%;
	height: 98%;
	background: #fff;
	border-radius: 50%;
	display: none;
}
.tiaojian .xiangxi ul li{
	position: absolute;
	margin-top: 22%;
	margin-left: 90px;
	display: none;
	font-size: 16px;
	line-height: 25px;
}
@media screen and (max-width: 1700px) {
    .tiaojian .xiangxi ul li{
    	margin-top: 19%;
		margin-left: 60px;
		font-size: 14px;
    }
	.tiaojian{
		height:1000px;
	}
}
@media screen and (max-width: 1500px) {
    .tiaojian .xiangxi ul li{
    	margin-top: 19%;
		margin-left: 60px;
		font-size: 14px
    }
		.tiaojian{
		height:900px;
	}
}
@media screen and (max-width: 1400px) {
    .tiaojian .xiangxi ul li{
    	margin-top: 19%;
		margin-left: 60px;
		font-size: 12px;
		line-height: 20px;
    }
		.tiaojian{

	}
}

.tiaojian .xiangxi ul li p{
	width: 90%;

}
.tiaojian .xiangxi ul li p em{
	font-weight: bold;
}
.tiaojian .xiangxi ul li p.end{
	margin-bottom: 10px;
}

/* 大图 */
.datu{
	width: 100%;
	overflow: hidden;
	margin-top: 170px;

}
@media screen and (max-width: 1700px) {
	.datu{
		margin-top: 70px;
	}
}
@media screen and (max-width: 1600px) {
	.datu{
		margin-top: 20px;
	}
}
@media screen and (max-width: 1500px) {
	.datu{
		margin-top: -20px;
	}
}
@media screen and (max-width: 1400px) {
	.datu{
		margin-top: -50px;
	}
}
@media screen and (max-width: 1300px) {
	.datu{
		margin-top: -70px;
	}
}

/* 优势 */
.youshi{
	position: relative;
	background: url(../img/bg_gz.png) no-repeat;
	overflow: hidden;
	background-size: 100%;
	margin-top: -8px; 
	padding-bottom: 50px;

}
.youshi .content{
	width: 68%;
	margin: 0 auto;
	margin-top: 120px;
}
.youshi .content li{
	float: left;
	width: 48%;
	margin-bottom: 16px;
	cursor: pointer;
	position: relative;
}
.youshi .content li.red{
	width: 45.5%;
	height: 200%;
}
.youshi .content li p{
	position: absolute;
	top: 46%;
	left: -50%;
	width: 54%;
	display: none;
}
.youshi .content li.right p{
	left: 100%;
	width: 56%;
}
.youshi .content li.last p{
	left: 96%;
}
.youshi .content li .pic{
	width: 100%;
	transition: all .3s;
	position: relative;
	z-index: 999;
}
.youshi .content li:hover .pic{
	transform: translateY(-5px);
}

/* 课程体系 */
.course{
	margin: 20px auto;
	/* width: 1600px; */
	background-size: 100%;
	position: relative;
	transition: all .3s;
	text-align: center;
}
.course img.course_pic{
	width: 80%;
	height: 400px;
	margin-top: 4.5%;
}
.course .btn{
	padding: 14px 26px;
	cursor: pointer;
	position: absolute;
	font-size: 16px;
	background: #fff;
	right: 12%;
	transition: all .3s;
}
.course .btn1{
	position: absolute;
	top: 45%;
}
.course .btn2{
	position: absolute;
	top: 79%;
}
.course .btn:hover{
	transform: translateY(-2px);
}


@media screen and (max-width: 1700px) {
	.course img.course_pic{
		height: 380px;
	}
	.course .btn{
		padding: 14px 24px;
	}
}
@media screen and (max-width: 1600px) {
	.course img.course_pic{
		height: 350px;
	}
	.course .btn{
		padding: 14px 21px;
	}
}
@media screen and (max-width: 1500px) {
	.course img.course_pic{
		height: 320px;
	}
	.course .btn{
		padding: 12px 17px;
	}
}
@media screen and (max-width: 1400px) {
	.course img.course_pic{
		height: 300px;
	}
	.course .btn{
		padding: 12px 14px;
		font-size: 15px;
	}
}
@media screen and (max-width: 1300px) {
	.course img.course_pic{
		height: 280px;
}
}

.course1{
	margin: 20px auto;
	/* width: 1600px; */
	background-size: 100%;
	position: relative;
	transition: all .3s;
	text-align: center;
}
.course1 img.course_pic1{
	width: 80%;
	height: 600px;
	margin-top: 5%;
}
.anpai {
	margin-top:80px;
}

.kaoshi {
	margin-top:50px;

}

@media screen and (max-width: 1700px) {
	.course1 img.course_pic1{
		height: 500px;
	}
	.course .btn{
		padding: 14px 24px;
	}
}
@media screen and (max-width: 1600px) {
	.course1 img.course_pic1{
		height: 470px;
	}
	.course .btn{
		padding: 14px 21px;
	}
}
@media screen and (max-width: 1500px) {
	.course1 img.course_pic1{
		height: 430px;
	}
	.course .btn{
		padding: 12px 17px;
	}
}
@media screen and (max-width: 1400px) {
	.course1 img.course_pic1{
		height: 400px;
	}
	.course .btn{
		padding: 12px 14px;
		font-size: 15px;
	}
}
@media screen and (max-width: 1300px) {
	.course1 img.course_pic1{
		height: 370px;
}
}




/* 在线审核 */
.shenhe {
	position: relative;
	margin-top: 100px;
	font-size: 0;
}
.shenhe ul{
	position: absolute;
	overflow: hidden;
	width: 80%;
	left: 50%;
	top: 47%;
	margin-left: -39%;
	color: #fff;
	font-size: 22px;
	letter-spacing: 15px;
}
.shenhe ul li{
	float: left;
	width: 25%;
}
.shenhe ul input{
	background: transparent;
	border-bottom: 1px solid #fff;
	color: #fff;
	line-height: 30px;
	height: 30px;
	margin-left: -20px;
	padding-left: 1px;
	width: 60%;
}
@media screen and (max-width: 1400px) {
	.shenhe ul input{
		width: 54%;
	}
}
@media screen and (max-width: 1300px) {
	.shenhe ul input{
		width: 50%;
		font-size: 16px;
	}
	.shenhe ul{
		font-size: 20px;
	}
}
.shenhe_btn{
	position: absolute;
	top: 69%;
	left: 48%;
	width: 4%;
	cursor: pointer;
}
.shenhe_btn img{
	position: absolute;
}
.tijiao_active{
	display: none;
}
.shenhe .shard_shuoming{
	width: 380px;
	margin: 0 auto;
	margin-top: 85px;
	color: #fff;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
	letter-spacing: 0;
}
.shenhe .shard_shuoming a{
	color: #ffe467;
	transition: all .3s;
}
.shenhe .shard_shuoming .icon{
	float: left;
	width: 18px;
	position: relative;
}
.shenhe .shard_shuoming .icon img{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
.shenhe .shard_shuoming .icon img.active{
	display: block;
}
.shenhe .shard_shuoming .font{
	float: right;
}


/* 学霸备考指南免费领 */
.ylseBox {
    width: 1100px;
    margin: 25px 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;
}