html,
body {
    margin-top: 96px;
    font-family:Microsoft YaHei;
    color: #434343;
    width: fit-content;
}
.bannerImage{
    width: 100%;
    overflow: hidden;
    display: block;
    object-fit: cover;
    margin-top: 90px;
}

.content{
    margin-top: 96px;

}

.profile{
    width: 980px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    display: flex;
    position: relative;
    height:400px;
}
.advantage_mid{
    display: grid;
    width: 515px;
    height: 310px;
    background-color: #F4F4F4;
    padding:65px 80px 50px 240px;
    position: absolute;
    left:100px;
}
.advantage_left{
    position: absolute;
    left:0;
    top:80px;
}
.advantage_left>img{
    width: 300px;
}
.advantage_right>img{
    width: 100px;
}
.advantage_right{
    position: absolute;
    right:0;
    top:50px;
}

.profile_bottom{
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 40px;
    height: 220px;
}

.advantage{
    width: 236px;
    height: 100px;
    float: left;
}
.advantage:nth-child(1),
.advantage:nth-child(2),
.advantage:nth-child(3){
    padding-right: 12px;
}


.advantage>img{
    width:60px;
    text-align: center;
    padding-bottom: 15px;
}
.advantage_title{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}
.advantage_content{
    padding-right: 30px;
    font-size: 14px;
    line-height: 24px;
    width: 200px;
    text-align: justify;
}



.title_e_name{
    width: 154px;
    height: 33px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: justify;
    text-transform: uppercase;
    color: #434343;
}
.title_c_name{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #434343;
    margin:10px 0;
}


.advantage_mid button{
    width: 200px;
    height: 38px;
    color:white;
    background: #AD2B26;
    border-radius: 20px;
    border: none;
    font-size: 14px;
    cursor: pointer;
}


.customer button{
    width: 200px;
    height: 38px;
    line-height: 28px;
    display: block;
    border-radius: 20px;
    margin: 0 auto;
    background: #AD2B26;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 40px;

    border: none;
    cursor: pointer;
}
.customer a{
    text-decoration:none;
}
/*专业*/
.major{
    height: 68px;
    margin-bottom: 20px;
    text-align: center;
}
.major_main{
    height:220px;
    border-radius: 8px;
    position: relative;
}
.major_content{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    color: #FFFFFF;

    padding-left:24px;
    padding-right: 24px;
    background: rgba(211, 69, 62, 0.7);
    height:160px;
    border-radius: 8px;
    vertical-align: middle;
    display: none;
}


.major_image_main{
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    clear: both;
}

.hu-c-o {
    height: 295px;
    width: 305px;
    float: left;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    margin-right: 1%;
    background-color: #F4F4F4;
    border-radius: 8px;
}


.hu-c-o:hover .major_content{
    display: block;
}


.major_bottom{
    line-height: 24px;
    padding-top:10px;
    padding-left: 15px;
}
.tag{
    background-color: #D3453E;
    padding:0 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    float: right;
    margin-right: 10px;
}

/*排名*/
.ranking{
    text-align: center;
    clear: both;
    position: relative;
    margin-top:96px;
    color: #fff;
    height: 450px;
    width:100%;
}
.ranking>img{
    width:100px;
    position: absolute;
    top: -43px;
    right: 33px;
}
.ranking_main{
    width:880px;
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
    margin-top:30px;
}
.ranking_table{
    margin-top: 20px;
    border-collapse: collapse;
}
.ranking_table th,tr,td{
    border-bottom: 2px solid #000000;
    height: 30px;
    padding-left: 20px;
    background-color: rgb(255,255,255,15%);
}
.ranking_table tr th{
    background-color: #AD2B26;
}


/*申请*/
.apply{
    margin:0 auto;
}
.apply_main{
    width:600px;
    background-color: #F4F4F4;
    position: relative;
    padding-left:70px;
    margin-left: 60px;
    padding-top: 40px;
    padding-right: 220px;
    height: 440px;
}
.dot_1{
    width: 100px;
    position: absolute;
    left: -52px;
    bottom: 137px;
}
.apply_right>img{
    width:380px;
}
.apply_right{
    position: absolute;
    right:-220px;
    top:80px;
    margin-bottom: 30px;
}
.apply_title{
    font-weight: bold;
}
.apply_content{
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 40px;
}
.apply_main button{
    width: 200px;
    height: 38px;
    color:white;
    background: #AD2B26;
    border-radius: 20px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    margin-left: 24px;
}
.apply_content ul li::marker{
    color:#D3453E;
}
.apply_content li{
    list-style:square;
}
.interview_method ul li::marker{
    color:#000000;
}
.interview_method li{
    list-style:disc;
}

/*评估*/
.evaluate{
    height:155px;
    color: #fff;
    padding: 30px 63px;
    position: relative;
    margin: 60px auto;
}
.evaluate_question{
    margin:24px auto;
    width: 980px;
}
.evaluate_title{
    font-size: 24px;
    font-weight: bold;
    color: #AD2B26;
    margin-bottom: 20px;
    margin-top: 20px;
}
.evaluate_q{
    line-height: 32px;
}
.evaluate_q{
    width:430px;
    float: left;
}
.evaluate_q div img{
    width: 13px;
    padding-right: 10px;
}


.evaluate_btn{
    width: 200px;
    height: 38px;
    line-height: 38px;
    display: block;
    border-radius: 20px;
    background: #AD2B26;
    text-align: center;
    font-size: 14px;
    position: absolute;
    bottom: 110px;
    right: 205px;
    color: #fff;
    cursor: pointer;
}


/*导师*/
.lecturer{
    text-align: center;
}
.teacher_main{
    height: 320px;
}
.teacher_model{
    width: 270px;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 56px;
    height:305px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 14px;
}

.teacher_model>img{
    width: 170px;
    border-radius: 85px;
    position: absolute;
    left:0;
    top:0;
    z-index:9;
}
.teacher{
    font-size: 24px;
    padding-left: 12px;
}
.teacher_title{
    width:82%;
    background-color: #F4F4F4;
    font-size: 12px;
    line-height: 22px;
    position: absolute;
    right:0;
    bottom:0;
    padding-top:85px;
    height: 120px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 10px;
}
.teacher_title ul{
    padding-left: 28px;
}


/*案例*/
.case{
    text-align: center;
}
.case_main{
    height: 280px;
}
.student_model {
    width: 224px;
    float: left;
    margin-bottom: 6px;
    background-color: #F4F4F4;
    border-radius: 8px;
    height: 260px;
}

.student_model:nth-child(1),
.student_model:nth-child(2),
.student_model:nth-child(3){
    margin-right: 28px;
}

.student_model_img {
    width: 100%;
    border-radius: 8px;
    height: 215px;
}

.student_name{
    font-size: 18px;
    text-align: center;
    line-height: 42px;
}

.case_content{
    background: rgba(211, 69, 62, 0.7);
    height: 155px;
    border-radius: 8px;
    color: #fff;
    padding:30px 20px;
    text-align: left;
    font-size: 12px;
    line-height: 24px;
    display: none;
}
.case_content ul{
    padding-left: 12px;
    line-height: 22px;
}

.student_model:hover .case_content{
    display: block;
}

/*活动*/
.activity{
    margin-top: 96px;
}
.activity_main{
    background-color: #F3F3F3;
    font-size: 12px;
    line-height: 18px;
    float: left;
    width:260px;
    height: 171px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding:10px;
    color: #999999;
}
.activity_title{
    font-size: 20px;
    font-weight: bold;
    color: #111111;
}
.line{
    width:80px;
    height:2px;
    background-color: #AD2B26;
    margin-top: 10px;
}
.activity_en{
    font-size: 32px;
    color: #AD2B26;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 20px;
}
.activity>img{
    width:235px;
    float: left;
    margin-bottom: 20px;
}

.activity>img:nth-child(0),
.activity>img:nth-child(1),
.activity>img:nth-child(3),
.activity>img:nth-child(5),
.activity>img:nth-child(6),
.activity>img:nth-child(7)
{
    margin-right: 20px;
}




input:focus{
    outline: none;
}


.form_model{
     margin:0 auto;
     width: 808px;
     overflow: hidden;
     clear: both;
 }

.plan_form{
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    height: 294px;
}

.form_input{
    display: flex;
    margin-left: 100px;
}
.form_input_text{
    width: 250px;
    height: 38px;
    border: 1px solid #AD2B26;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #FFFFFF;
    padding-left: 20px;
}
.form_input_text input{
    background: center;
    border: none;
    width: 180px;
    height: 35px;
    color: #fff;
}
.plan_form form{
    text-align: -webkit-center;
    margin-top: 27px;
}
.form_submit{
    width: 150px;
    height: 38px;
    background: #AD2B26;
    border-radius: 30px;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 43px;
}
.plan_form_title{
    text-align: center;
    margin-top: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}































