body{
	margin: 0;
}
#main{
	/*max-width:1200px;*/
	width: 100%;
	margin: 0 auto; 
}
.normalDiv{
	width: 100%;
	position: relative;
	clear: both;
}
.normalDiv img{
	width: 100%;
}
/*立即咨询按钮*/
#ask{
	position: absolute;
	bottom: 5%;
	/*border: 1px solid black;*/
	left: 42%;
	height: 9%;
	width: 17%;
	cursor: pointer;
}
/*线下+线上*/
#inout #head,#teacher #head{
	width: 86%;
	margin: 0 auto;
}
#inout #head .titleImg,#teacher #head .titleImg{
	width: 100%;
}
#tabHeadBox{
	height: 60px;
}
.tabHead{
	width: 11%;
	float: left;
	line-height: 36px;
	text-align: center;
	font-size: 25px;
	margin: 0 7%;
	border-bottom: 4px solid #0F7DBE;
	cursor: pointer;
}
#tabMainBox{
	width: 100%;
}
.tabMain{
	display: none;
	width: 100%;
}
.tabMain img{
	width: 100%;
}
/*咨询相关问题*/
#zixun{
	position: absolute;
	/*border: 1px solid black;*/
	height: 12%;
	bottom: 28%;
	right: 14%;
	width: 24%;
	cursor: pointer;
}
/*教师图片*/
#teacherBox{
	width: 100%;
	overflow: hidden;
}
.teacherPic{
	width: 22%;
	float: left;
	margin: 2% 1.5%;
	overflow: hidden;
	transition: 1s;
	position: relative;
}

.teacherPic:hover .hou{
	height: 100%;
	width: 100%;
}
.teacherPic .hou{
	height: 0px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	transition: 1s;
}
/*学生信息*/
#stuBox{
	width: 100%;
	overflow: hidden;
}
.stuInfo{
	width: 15%;
	float: left;
	margin: 1% 0.8%;
	position: relative;
}
.stuInfo .comPic{
	position: absolute;
	left: 0;
	top: 0;
}



/* 新样式 */
.infoTitle{
	text-align: center;
    font-weight: bold;
    font-size: 42px;
    margin: 44px;
}
#kingBox{
	height: 470px;
	background-color: #00A9FA;
	width: 1000px;
	margin: 0 auto;
}
#kingLeft {
    margin-left: 5%;
    margin-top: 4%;
    height: 80%;
    background-color: #3EBEFC;
    float: left;
    width: 30%;
	border-radius: 10px;
}

#kingRight {
    float: left;
    /* margin-left: 5%; */
    margin-top: 4%;
    height: 80%;
    width: 60%;
}

#kingRight .kingImg{
	width: 100%;
	/* height: 100%; */
	margin-left: 10px;
}

#kingLeft .smallTitle {
    width: 80%;
    margin-left: 10%;
    text-align: center;
    height: 90px;
    line-height: 90px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid white;
}

.TitleBox .infoTitle{
	margin-bottom: 0;
}
.TitleBox .smallTitle{
	text-align: center;
    font-size: 23px;
    margin-top: 5px;
    margin-bottom: 42px;
}
.normalDiv .innerImg{
	width: 80%;
	display: block;
	margin: 0 auto;
}
.normalDiv .askBtn3{
	display: block;
	margin: 36px auto;
	width: 20%;
	transition: 1s;
	cursor: pointer;
}
.normalDiv .askBtn3:hover{
	transform: scale(1.1);
}

.normalDiv .askBtn35 {
    position: absolute;
    width: 26%;
    left: 37%;
    bottom: 5%;
    cursor: pointer;
	transition: 1s;
}

.normalDiv .askBtn35:hover{
	transform: scale(1.1);
}

div#fengcaiBox {
	position: relative;
    width: 90%;
    margin: 0 auto;
    height: 450px;
}

div#fengCatRight {
	position: absolute;
    float: right;
    width: 78%;
    right: 0;
    top: 0;
}

#fengCatRight img {
	width: 100%;
}

div#fengcaiLeft {
    float: left;
    width: 24%;
    /* border: 1px solid; */
    height: 100%;
}

.leftTitle {
    width: 89%;
    background: #EC6941;
    height: 80px;
    margin: 10% 6%;
    border-radius: 10px;
    text-align: center;
    color: white;
    line-height: 80px;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
}


.tab_items .lessons {
    position: absolute;
    width: 114px;
    top: 60px;
    left: 48px;
}

.lessons {
    margin: 20px auto;
    border-collapse: collapse;
}
.tab_items .bgImg {
    height: 400px;
    width: 210px;
    border-radius: 20px;
}
.tab_items .tab_info {
    color: white;
    font-size: 24px;
    position: absolute;
    top: 230px;
    width: 210px;
    text-align: center;
}

.courseContent{
    width: 775px;
    height: 400px;
    border-radius: 15px;

}