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;
}
/*头部*/
.w1200{
	width: 1200px;
	margin: 0 auto;
}

/*banner*/
.banner{
    background: url(../img/banner.jpg) no-repeat center top;
    height: 500px;
    position: relative;
}
.bannerBtn{
	width: 300px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background: #3388FC;
	border-radius: 12px;
	position: absolute;
	left: 50%;
	font-size: 18px;
	margin-left: -150px;
	bottom: 65px;
	transition: all 0.3s;
}
.bannerBtn:hover{
	box-shadow: 0 12px 30px 0 rgba(0,0,0,0.2);
	background: #5577FF;
	bottom: 72px;
}

/*现在学*/
.nowStudy{
	padding-bottom: 70px;
}
.nowStudy h3{
    font-size: 46px;
    color: #333333;
    text-align: center;
    line-height: 70px;
    padding-top: 70px;
}
.nowStudy .article{
	font-size: 16px;
    color: #909090;
    line-height: 28px;
    text-align: center;
    padding-top: 10px;
}
.nowStudy ul{
    width: 1000px;
    margin: 60px auto;
    padding: 10px;
    overflow: hidden;
    
}
.nowStudy ul li{
	float: left;
    text-align: center;
    margin-left: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: #999 0 0 10px;
    padding: 10px;
}
.study_btn{
	width: 350px;
    margin: 0 auto;
    background: #e60012;
    font-size: 22px;
    color: #FFF;    
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s;
}
.study_btn:hover{
	background: #FF0000;
	box-shadow: 0 12px 30px 0 rgba(0,0,0,0.1);
}


/*应用Bim*/
.bg01{
	background: url(../img/bj01.jpg) no-repeat center top;
	padding-bottom: 350px;
    color: #fff;
}
.bg01 h3{
    font-size: 46px;
    text-align: center;
    line-height: 70px;
    padding-top: 70px;
}
.bg01 h3 em{
    color: #ffd200;
    font-size: 60px;
}
.bg01 .article{
	padding: 50px 0;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
}
.bg01 .bg01_btn{
    width: 350px;
    margin: 0 auto;
    background: #e60012;
    font-size: 22px;
    color: #FFF;    
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s;
}
.bg01 .bg01_btn:hover{
	background: #FF0000;
	transform: translateY(-1px);
	box-shadow: 0 12px 30px 0 rgba(0,0,0,0.1);
}

/*面授实操*/
.bg02{
	background: url(../img/bj02.jpg) no-repeat center top;
    padding-bottom: 400px;
}
.bg02 h3{
	font-size: 46px;
    color: #333333;
    text-align: center;
    line-height: 70px;
    padding-top: 70px;
}
.bg02 .article{
    padding-top: 25px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #909090;
    line-height: 28px;
    text-align: center;
}

/*只差一门*/
.bg03{
    /*background: #94bade;*/
    padding-bottom: 60px;
    /*color: #fff;*/
}
.bg03 h3{
    font-size: 46px;
    text-align: center;
    line-height: 70px;
    padding-top: 70px;
}
.bg03 .article{
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    padding-top: 10px;
}
.bg03 ul{
	width: 1024px;
    margin: 50px auto;
    padding: 15px;
    overflow: hidden;
}
.bg03 ul li{
    color: #fff;
	float: left;
	box-shadow: #666 0 0 10px;
    background: #a4d0db;
    font-size: 16px;
    line-height: 28px;
    width: 190px;
    height: 113px;
    text-align: center;
    padding-bottom: 50px;
    margin-left: 80px;
    transition: all 0.3s;
    cursor: pointer;
}
.bg03 ul li:hover{
	background: #FFAC29;
	transform: scale(1.02);
	margin-top: -2px;
}

/*在线审核*/
.bg04{
	background: url(../img/bj04.jpg) center no-repeat;
    padding: 80px 0 120px;
}
.bg04 h3{
    font-size: 46px;
    text-align: center;
    line-height: 70px;
}
.bg04 h3 em{
    color: #ffd200;
    font-size: 60px;
}
.contact{
	position: relative;
}
.contact .con{
    width: 900px;
    z-index: 1;
    margin: 50px auto 50px;
    padding: 30px 5% 70px 0;
    border-radius: 10px;
    position: relative;
	overflow: hidden;
    box-shadow: 0 12px 30px 0 rgba(0,0,0,0.2);
}
.contact .con .txt_block{
	width: 260px;
	border-radius: 12px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #ccc;    
	display: flex;
	overflow: hidden;
	float: left;
	margin-left: 100px;
	margin-top: 50px;
	font-size: 14px
}
.contact .con .txt_block.active{
	box-shadow: 0 0 10px 1px  rgba(98,143,255,0.2);
	border-color: rgba(98,143,255,0.2);
}
.contact .con .txt_block p{
	width: 110px;
	text-align: right;
}
.contact .con .txt_block input{
	width: 100%;
}
.con_btn{
	width: 300px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background: #3388FC;
	border-radius: 12px;
	position: absolute;
	left: 50%;
	font-size: 18px;
	margin-left: -150px;
	bottom: -100px;
	transition: all 0.3s;
}
.con_btn:hover{
	box-shadow: 0 12px 30px 0 rgba(0,0,0,0.2);
	bottom: -99px;
	transform: scale(1.02);
	background: #224EFF;
}
.contact .shard_shuoming{
	width: 380px;
	margin: 0 auto;
	color: #999;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
	position: relative;
	top: 10px;
}
.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;
}
/*课程安排*/
.course{
	background: url(../img/course_bg.jpg) no-repeat center;
	height: 1720px;
	position: relative;
    background-attachment: fixed;
}
.course .couser_block{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
}
.courseCon{
	position: relative;
	z-index: 10;
}
.course .title{
	line-height: 100px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	color: #fff;
	font-size: 36px;
	text-align: center;
	position: relative;
	z-index: 10;
	background: rgba(255,255,255,0.2);
	font-weight: bolder;
}
.table{
	width: 1000px;
	margin: 0px auto;
	font-size: 16px;
	position: relative;
	top: 70px;
	z-index: 10;
	text-align: center;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 12px 30px 0 rgba(0,0,0,0.3);
}
.courseBtn{
	width: 300px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background: #3388FC;
	border-radius: 12px;
	position: absolute;
	left: 50%;
	font-size: 18px;
	margin-left: -150px;
	bottom: 36px;
	transition: all 0.3s;
}
.courseBtn:hover{
	box-shadow: 0 12px 30px 0 rgba(0,0,0,0.2);
	background: #5577FF;
	bottom: 47px;
}
.table .tr{
	overflow: hidden;
}
.table .tr .td{
	float: left;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
.table .tr .td p{
	line-height: 30px;
}
.table .tr .td.td01{
	width: 160px;
}
.table .tr .td.td02{
	width: 250px;
}
.table .tr .td.td03{
	width: 420px;
}
.table .tr .td.td04{
	width: 167px;
	border-right: 0;
}
.table .tr.tr01{
	line-height: 50px;
	background: #BBC9FF;
}
.table .tr.tr02 .td{
	height: 200px;
}
.table .tr.tr02 .td01{
	padding-top: 95px;
}
.table .tr.tr02 .td02{
	padding-top: 40px;
}
.table .tr.tr02 .td03{
	padding-top: 40px;
}
.table .tr.tr02 .td04{
	padding-top: 95px;
}

.table .tr.tr03 .td{
	height: 260px;
}
.table .tr.tr03 .td01{
	padding-top: 107px;
}
.table .tr.tr03 .td02{
	padding-top: 119px;
}
.table .tr.tr03 .td03{
	padding-top: 42px;
}
.table .tr.tr03 .td04{
	padding-top: 119px;
}

.table .tr.tr04 .td{
	height: 230px;
}
.table .tr.tr04 .td01{
	padding-top: 112px;
}
.table .tr.tr04 .td02{
	padding-top: 72px;
}
.table .tr.tr04 .td03{
	padding-top: 40px;
}
.table .tr.tr04 .td04{
	padding-top: 112px;
}

.table .tr.tr05 .td{
	height: 260px;
}
.table .tr.tr05 .td01{
	padding-top: 107px;
}
.table .tr.tr05 .td02{
	padding-top: 119px;
}
.table .tr.tr05 .td03{
	padding-top: 42px;
}
.table .tr.tr05 .td04{
	padding-top: 119px;
}

.table .tr.tr06 .td{
	height: 200px;
}
.table .tr.tr06 .td01{
	padding-top: 95px;
}
.table .tr.tr06 .td02{
	padding-top: 95px
}
.table .tr.tr06 .td03{
	padding-top: 40px;
}
.table .tr.tr06 .td04{
	padding-top: 95px;
}

.tr07{
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.table .tr.tr07 .td{
	height: 200px;
}
.table .tr.tr07 .td01{
	padding-top: 95px;
}
.table .tr.tr07 .td02{
	padding-top: 95px
}
.table .tr.tr07 .td03{
	padding-top: 40px;
}
.table .tr.tr07 .td04{
	padding-top: 95px;
}


/*弹窗部分*/
.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;
	height: 47px;
	margin-left: 3px;
	line-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;
}


/* 学霸备考指南免费领 */
.ylseBox {
    width: 1100px;
    margin: 25px auto;
}
.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;
}