.page-container{
    width: 1200px;
    margin: 0 auto;
    border: 1px solid red;
}
.clear-fix::after{
    content: "";
    display: block;
    clear: both;
}
.consult-zx{
    cursor: pointer;
}

.banner-section {
  
}
.section2{
    text-align: center;
    margin: 50px 0;
}
.section2 header{
    text-align: center;
    font-weight: bold;
    font-size: 40px;
}
.section2 header .em{
    color: #f00;
}
.section3{
    height:466px;
    background: url(/public/assets/sjzwt/img/hj_advantage.png) no-repeat center;
    cursor: pointer;
}
.teacher-intro{
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}
.teacher-intro header{
    width: 428px;
    border-bottom: 2px solid #5a5a5a;
    margin-bottom: 40px;
}
.teacher-intro header p{
    font-size: 35px;
    font-weight: bold;
    color: #5a5a5a;
    font-style: italic;
}
.teacher-intro header p .small{
    font-size: 18px;
    font-weight: normal;
}

.question-section {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}
.question-section header{
    width: 428px;
    border-bottom: 2px solid #5a5a5a;
    margin-bottom: 40px;
}
.question-section header p{
    font-size: 35px;
    font-weight: bold;
    color: #5a5a5a;
    font-style: italic;
}
.question-section header p .small{
    font-size: 18px;
    font-weight: normal;
}
.question-section .question-container .question-list{
    float: left;
}
.question-section .question-container .question-list1{
    margin-right: 30px;
}
.question-section .question-container .question {
    margin-bottom: 20px;
}
.question-section .question-container .question .question-li{
    float: left;
    width: 350px;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    background: #5a5a5a;
    text-align: center;
    margin-right: 7px;
    transform: skewX(-20deg)
}
.question-section .question-container .question .click-ask{
    float: left;
    width: 205px;
    line-height:  50px;
    color: #5a5a5a;
    text-align: center;
    background: #fbc429;
    transform: skewX(-20deg);
    font-size: 22px;
}



.course-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}
.course-content header{
    width: 428px;
    border-bottom: 2px solid #5a5a5a;
    margin-bottom: 40px;
}
.course-content header p{
    font-size: 35px;
    font-weight: bold;
    color: #5a5a5a;
    font-style: italic;
}
.course-content header p .small{
    font-size: 18px;
    font-weight: normal;
}

/* tab */


/* tab */
.tabs-section .tab-container{
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    padding: 0 80px;
}

.tab-container .tab-select{
    float: left;
    font-size: 18px;
    color: #2562b3;
    border: 1px solid #9c9b9c;
    width: 195px;
    text-align: center;
    cursor: pointer;
    padding: 10px 0;

}
.tab-container .margin-right{
    margin-right:10px;
}
.content-container{
    padding-top: 30px;
    width: 1200px;
    margin: 0 auto;
}
.content-container .content{
    /* width: 7.5rem; */
    /* position: absolute; */
    display: none;
}
.content-container .current {
    display: block;
}

.tab-container .active {
    color: #fff;
    background: #2562b3;
}



.salary-section {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 50px;
}
.salary-section header{
    width: 428px;
    border-bottom: 2px solid #5a5a5a;
    margin-bottom: 40px;
}
.salary-section header p{
    font-size: 35px;
    font-weight: bold;
    color: #5a5a5a;
    font-style: italic;
}
.salary-section header p .small{
    font-size: 18px;
    font-weight: normal;
}

.salary-section .job-describe{
    font-size: 16px;
    color: #5a5a5a;
    line-height: 30px;
}
.salary-section .salary{
    text-align: center;
}



























.form-section{
    background: #ffd308;
    padding: 50px 0;
}
.form-title{
    text-align: center;
    font-size: 36px;
}
.form-section form .input-area{
    width: 444px;
    height: 54px;
    border: 1px solid #fff;
    margin: 0 auto;
    background:#fff;
    margin-bottom: 20px;
    line-height: 54px;
    border-radius: 30px;
    padding-left: 10px;
}
.form-section form .input-area label{
    font-size: 26px;
}
.form-section form .input-area input{
    height: 99%;
    border: none;
    outline: none;
    width: 80%;
    font-size: 26px;
    vertical-align: top;
}
.form-section form .submit-button{
    display: block;
    width: 242px;
    text-align: center;
    font-size: 26px;
    color: #1dabfd;
    background:#fff;
    outline: none;
    border: 2px solid #1dabfd;
    border-radius: 30px;
    padding: 10px 0;
    margin: 0 auto;
    margin-top: 15px;

}


