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

.bannerImage:hover{
    transform: scale(1.0);
}
.content{
    margin-top: 96px;
}

.profile{
    width: 980px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
}
.advantage_mid{
    width: 980px;
    overflow: hidden;
    text-align: center;
}


.profile_bottom{
    width: 895px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 40px;
    height: 235px;
    position: relative;
}

.advantage{
    width: 230px;
    height: 185px;
    float: left;
    box-shadow:7px 5px 32px 0px rgba(246, 246, 246, 0.5);
    background-color: #F6F6F6;
    padding: 20px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
    border-radius: 10px;
    text-align: justify;
    margin-left:13px;
    margin-right: 16px;
}
.advantage:hover{
    color: #000;
}



.advantage_model{
    width: 1520px;
    height: 250px;
    margin: 0 auto;
    position: absolute;
    overflow: hidden;
}


.advantage_title{
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 16px;
}
.advantage_img>img{
    width: 40px;
    float: right;
}

.advantage_content{
    font-size: 12px;
    line-height: 24px;
    text-align: justify;
}
.line{
    width:130px;
    height:3px;
    background-color: #BE5B0B;
    margin: 20px auto;
}


.title_e_name{
    height: 33px;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #434343;
}
.title_c_name{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    color: #434343;
    margin:5px 0;
}
.arrow_div{
    margin-top: 140px;
    position: absolute;
    width: 980px;
}
.next {
    float: left;
    cursor: pointer;
}
.prev {
    float: right;
    cursor: pointer;
}
.profile button{
    width: 200px;
    height: 38px;
    line-height: 28px;
    display: block;
    border-radius: 20px;
    margin: 0 auto;
    background: #BE5B0B;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 40px;
    border: none;
    cursor: pointer;
}
.profile button:hover{
    background-color: #000;
    color: #fff;
}

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

    border: none;
    cursor: pointer;
}
.customer button:hover{
    background-color: #000;
    color: #fff;
}
.customer a{
    text-decoration:none;
}
/*专业*/
.major{
    margin-bottom: 20px;
    text-align: center;
    clear: both;
    width:980px;
}


.major_main{
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    clear: both;
    width:980px;
}
.course_tag{
    width:208px;
    height:55px;
    background-color: #168482;
    color: #fff;
    margin-right:18px;
    margin-left:18px;
    float: left;
    border-radius: 10px;
    line-height: 55px;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.course-o{
    display: none;
    text-align: left;
}

.course-o tr td:nth-child(1){
    padding-left: 75px;
}
.course-o tr td:nth-child(2){
    padding-left: 120px;
}

.course-o:nth-child(3) tr td:nth-child(1){
    padding-left: 0;
    text-align: center;
}
.course-o:nth-child(3) tr td:nth-child(2){
    padding-left: 40px;
    padding-right: 40px;
}

.course-o:nth-child(3) tr td:nth-child(2) ul{
    padding-left: 20px;
}

.course-o:nth-child(4) tr td:nth-child(1){
    padding-left: 0;
    text-align: center;
}
.course-o:nth-child(4) tr td:nth-child(2){
    padding-left: 40px;
    padding-right: 40px;
}

.course-o:nth-child(4) tr td:nth-child(2) ul{
    padding-left: 20px;
}


.show{
    display: block;
}
.course_tag img{
    position: absolute;
    left: 88px;
    display: none;
}

.course_group{
    height: 70px;
}

.course_content{
    margin-top: 20px;
    font-size: 14px;
}
.table{
    border-collapse: collapse;
}
.table tr td{
    border: 1px solid #D9D9D9;
    /*padding: 0;*/
    margin: 0;
    width:460px;
    padding-top:10px;
    padding-bottom: 10px;
    line-height: 24px;
}
.table  tr>td:nth-child(1){
    font-weight: bold;
    background-color: #f1f3f4;

}


/*热门专业*/
.major_left{
    width:400px;
    float: left;
    position: relative;
    height: 460px;
}
.major_img img{
    cursor: pointer;
}
.major_right{
    width:500px;
    float: right;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
}
.major_title{
    font-weight: bold;
    font-size: 22px;
    margin-left: -20px;
    margin-bottom: 15px;
}
.major_en{
    color: #BE5B0B;
    margin-left:-20px;
    margin-bottom: 5px;
    font-size: 16px;
}
.content_title{
    font-weight: bold;
}
.request ul{
    margin-top:0px;
    margin-left:-17px;
}
.major_pro{
    display:none;
}

.show{
    display: block;
}

/*申请*/
.apply{
    height:460px;
    overflow: hidden;
    clear: both;
    background-color: #F4F4F4;
    margin:0 auto;
}
.apply_main{
    width: 980px;
    position: relative;
    padding-top: 25px;
    margin:0 auto;
}

.apply_img{
    width: 400px;
    position: absolute;
    top: 25px;
    float: left;
    display: block;
    height: 406px;
}
.apply_img:hover .imgs{
    width: 400px;
    height: 406px;
    background-color: #BE5B0B;
    filter: alpha(Opacity=60);
    opacity: .6;
    border-radius: 15px;
}

.apply_title{
    font-weight: bold;
}
.apply_content{
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px;
}
.apply_main button{
    width: 200px;
    height: 38px;
    color:white;
    background: #BE5B0B;
    border-radius: 20px;
    border: none;
    font-size: 14px;
    cursor: pointer;
}
.apply_main button:hover{
    background-color: #000;
    color: #fff;
}

.undergraduate ul li::marker{
    color:#168482;

}
.undergraduate li{
    list-style:square;
}

.postgraduate ul li::marker{
    color:#D03F73;
}
.postgraduate li{
    list-style:square;
}

.sec_li  ul li::marker{
    color:#000;
}
.sec_li li{
    list-style:disc;
}

.apply_btn{
    color: #fff;
    text-align: center;
    padding: 12px 0;
    height: 30px;
}

.undergraduate_btn{
    background-color:#168482;
    width:55px;
    float: left;
    border-radius: 6px;
    margin-right: 15px;
    cursor: pointer;
    box-shadow: 0px 3px 14px 0px rgba(162, 154, 154, 0.8);
}
.undergraduate_btn:hover{
    transform: scale(1.1);
}


.postgraduate_btn{
    background-color: #D03F73;
    width:55px;
    float: left;
    border-radius: 6px;
    cursor: pointer;
}
.postgraduate_btn:hover{
    transform: scale(1.1);
}
.undergraduate{
    clear: both;
}
.postgraduate{
    clear: both;
}


/*评估*/
.evaluate{
    clear:both;
    height:128px;
    color: #fff;
    padding: 30px 63px;
    position: relative;
    overflow: hidden;
}
.evaluate_question{
    margin:20px auto;
    width: 980px;
}
.evaluate_title{
    width: 288px;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 20px;
    margin-top: -16px;
    margin-left: 5px;
    background-color: #BE5B0B;
    padding: 5px;
}
.evaluate_title:hover{
    margin-top: -10px;
    margin-left: -2px;
}

.evaluate_q{
    width:370px;
    float: left;
    line-height: 32px;
}
.evaluate_q div img{
    width: 13px;
    padding-right: 10px;
}


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


/*导师*/
.lecturer{
    text-align: center;
    overflow: hidden;
    clear: both;
    width:980px;
}
.teacher_main{
    height: 400px;
    padding-top:10px;
    padding-left: 17px;
}
.teacher_model{
    width: 210px;
    float: left;
    overflow: hidden;
    margin-right: 30px;
    height:375px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 14px;
    box-shadow: 0px 3px 14px 0px rgba(162, 154, 154, 0.8);
    border-radius: 10px;
}
.teacher_model a{
    color: #000;
    text-decoration:none;
}
.teacher_img{
    background-color: #F4F4F4;
    position: relative;
    height: 206px;
    overflow: hidden;
}
.teacher_img img{
    width: 100%;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.teacher_model:hover img{
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}

.teacher_model:hover .ask{
   background-color: #BE5B0B;
    color: #fff;
}

.ask{
    width: 100px;
    margin: 0 auto;
    border: 1px solid #BE5B0B;
    color: #BE5B0B;
    margin-top: 10px;
}

.teacher{
    font-size: 18px;
    font-weight: bold;
    margin:10px 0;
}
.teacher_title{
    font-size: 14px;
    line-height: 24px;
    height: 80px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}
.teacher_title ul{
    padding-left: 28px;
}


/*案例*/
.case{
    text-align: center;
    overflow: hidden;
    clear: both;
    width:980px;
}
.case_main{
    height: 605px;
}
.student_model {
    width: 460px;
    float: left;
    margin-bottom: 35px;
    height: 280px;
    position: relative;
    margin-right: 15px;
    margin-left:15px;
    overflow: hidden;
    border-radius: 10px;

}

.student_img{
    width: 450px;
    height: 223px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.student_img>img{
    width: 450px;
    position: absolute;
    border-radius: 10px;
    top:0;
    left:0;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}




.student_model:hover .student_img>img{
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
    filter: grayscale(100%);
}

.student_model:hover .more{
    background-color: #BE5B0B;
    color: #fff;
}


.student_model a{
    color: #000;
}
.more{
    font-size: 14px;
    width: 100px;
    margin: 0 auto;
    border: 1px solid #BE5B0B;
    color: #BE5B0B;
    margin-top: 10px;
    text-align: center;
    float: right;
}

.case_content{
    background-color: #fff;
    height: 105px;
    width: 318px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    bottom:16px;
    right:10px;
    padding-top:15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 200px;
    box-shadow: 0px 0px 14px -4px rgba(162, 154, 154, 0.8);
}
.case_content span{
    font-weight: bold;
}
.logo{
    font-size: 20px;
    margin-bottom: 10px;
    height: 35px;
    clear: both;
}
.logo>img{
    width: 28px;
    margin-right:10px;
    float: left;
}
.logo span{
    line-height: 35px;
}

/*活动*/
.activity{
    margin-top: 77px;
    height: 395px;
    position: relative;
}
.activity_main{
    background-color: #F3F3F3;
    font-size: 12px;
    line-height: 20px;
    float: left;
    width: 255px;
    height: 160px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 15px;
    color: #999999;
}
.activity_title{
    font-size: 20px;
    font-weight: bold;
    color: #111111;
}
.line1{
    width:80px;
    height:2px;
    background-color: #BE5B0B;
    margin-top: 15px;
    margin-bottom: 15px;
}

.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;
}




.book{
    width: 145px;
    height: 182px;
    background-color: #BE5B0B;
    position: absolute;
    right: 18px;
    bottom: 0;
    cursor: pointer;
}
.book img{
    width: 100px;
    margin: 76px 22px;
}
.book:hover{
    transform: scale(1.1);
}


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 #BE5B0B;
    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: #BE5B0B;
    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;
}































