*{margin:0;padding:0;list-style: none;text-decoration: none;}
body{background: #f3f4f8;}
input{background: #f3f4f8;}
.aid_banner img{
    width:100%;
    height:500px;
}
.aid_nav{
    width:1200px;
    margin:-45px auto;
}
.aid_nav ul{
    display: flex;
}
.aid_nav ul a{
    text-decoration: none;
    border-right:1px solid #fff;
}
.aid_nav ul li{
    width:200px;
    height:60px;
    background: #C73226;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
}
.aid_nav ul a:last-child{
    border-right:none;
}
.aid_nav ul li:hover{
    background: #223747;
}
/* 项目背景 */
.aid_setting{
    width:100%;
    height:388px;
    margin-top:110px;
    background: url(/Public/Home/images/scholarship_img/introduce.jpg);
}
.aid_setting_main{
    width:1200px;
    margin:0 auto;
    display: flex;
}
.aid_setting_main_font h5{
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    line-height: 60px;
    letter-spacing: 2px;
}
.aid_setting_main_font p{
    font-size: 14px;
    font-weight: 400;
    color: #BABABA;
    line-height: 40px;
}
.aid_setting_main_font span{
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    letter-spacing: 1px;
}
.aid_setting_main_font a{
    width: 120px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    border: 1px solid #C73226;
    border-radius: 10px;
    font-size: 16px;
    color: #C73226;
    text-decoration: none;
    margin-top:45px;
    text-align:center;
    margin-left:230px;
}
.aid_setting_main_font a:hover{
    background:#C73226;
    color:#fff;
    transition:all 0.3s ease-in-out; 
}
/* 尊享 */
.aid_plan_main{
    width:1200px;
    margin:0 auto;
    text-align: center;
    padding-top:60px;
}
.aid_plan h5{
    font-size: 26px;
    font-weight: bold;
    color: #C73226;
    line-height: 30px;
    letter-spacing: 1px;
}
.aid_plan span{
    font-size: 14px;
    font-weight: 400;
    color: #BEBEBE;
    line-height: 30px;
    margin-top:10px;
    display: inline-block;
}
.aid_plan p{
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
}
.aid_plan_main p{
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    margin-top:20px;
}
.aid_plan_main a{
    width: 186px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    border: 1px solid #C73226;
    border-radius: 10px;
    font-size: 16px;
    color: #C73226;
    text-decoration: none;
    margin-top:30px;
}
.aid_plan_main a:hover{
    background:#C73226;
    color:#fff;
    transition:all 0.3s ease-in-out; 
}
/* 申请计划 */
.apply{
    width: 100%;
    height: 410px;
    background: url(/Public/Home/images/scholarship_img/conditions_bg.jpg);
    margin-top:60px;
    background-size: 100% 100%;
    padding-top: 50px;
}
.apply_main{
    width:1200px;
    margin:0 auto;
    text-align: center;
    
}
.apply_main_ul{
    display: flex;
    margin-top:40px;
}
.apply_main_ul li{
    width: 240px;
    height: 182px;
    color: #FFFFFF;
    background: rgba(198,198,198,0);
    transition: 0.4s;
    border-radius: 8px;
}
.apply_main_ul li b{
    font-size: 60px;
    font-weight: bold;
}
.apply_main_ul p{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top:15px;
}
.apply_main_ul li:hover{
    background: rgba(198,198,198,0.3);
    box-shadow: 0px 10px 37px 0px rgba(0, 0, 0, 0.09);
}
.apply a{
    width: 132px;
    height: 36px;
    display: inline-block;
    background: #C7382A;
    text-decoration: none;
    border-radius: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    letter-spacing: 3px;
    margin-top:34px;
}
/* 参与计划理由 */
.reason{
    width:1200px;
    margin:0 auto;
    text-align: center;
    padding-top:70px;
}
.reason_ul{
    display: flex;
    margin-top:40px;
}
.reason_ul li{
    width:560px;
    height:160px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    text-align: left;
    margin-right:80px;
}
.reason_ul li:last-child{
    margin-right:0;
}
.reason_ul li p{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 45px;
}
.reason_ul li span{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
.reason_ul li img{
    width:98px;
    height:98px;
    margin:30px 25px;
}
.li_div{
    width:355px;
    margin:15px 0;
}
.reason_ul li:hover{
    background: #CA3D32;
    cursor: pointer;
    transition: 0.6s;
}
.reason_ul li:hover p{
    color: #fff;
}
.reason_ul li:hover span{
    color: #fff;
}
.process{
    width:100%;
    height:726px;
    /* margin-top:30px; */
    background: url(/Public/Home/images/scholarship_img/iamge.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 30px;
}
/* 师资团队 */
.teachers_title{
    padding-top:60px;
}
.teachers{
    width:100%;
    height:400px;
    margin-top: 30px;
    background: url(/Public/Home/images/scholarship_img/team.jpg) no-repeat;
    background-size: 100% 100%;
}
.teachers_main{
    width:1200px;
    /* background: red; */
    margin:0 auto;
    display: flex;
}
#tit{
    width:7%;
    margin-top: 58px;
    font-weight:500;
}
#wrap{
    width:93%;
}
#tit li{
    line-height: 42px;
}
/* #tit li:hover{
    color: #C73226;
    cursor: pointer;
} */
#tit span{
    width:65px;
    text-align: right;
    display: inline-block;
}
#con dt{
    
}
#con dt li{
    text-align: center;
}
#con dt li img{
    width:166px;
    height: 175px;
    border-radius: 15px;
}
#con dt li{
    margin-right:50px;
    margin-top:35px;
}
#con dt li p{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
}
#con dt li span{
    display: inline-block;
    width:160px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 23px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.select{
    color: #C73226;
    cursor: pointer;
}
/* 录取案例 */
.case{
    margin-bottom:50px;
    padding-top: 60px;
}
.aid_plan{
    width:1200px;
    margin:0 auto;
    /* margin-top: 60px; */
    text-align: center;
}
.title_for{
    width:1200px;
    margin:0 auto;
    display: flex;
    margin-top:30px;
}
.title_for li{
    text-align: center;
    height:54px;
    line-height: 54px;
    font-size: 20px;
    color: #FFFFFF;
    background: #C73226;
}
.title_for li:nth-child(1){
    width:114px;
}
.title_for li:nth-child(2){
    width:180px;
}
.title_for li:nth-child(3){
    width:113px;
}
.title_for li:nth-child(4){
    width:260px;
}
.title_for li:nth-child(5){
    width:110px;
}
.title_for li:nth-child(6){
    width:185px;
}
.title_for li:nth-child(7){
    width:100px;
}
.title_for li:nth-child(8){
    width:144px;
}
.title_for_mian{
    width:1200px;
   
    margin:0 auto;
    color: #666666;
}
.title_for_mian ul{
    display: flex;
    text-align: center;
    background: #FEFBFB;
}
.title_for_mian ul li{
    height:42px;
    line-height: 42px;
}
.title_for_mian ul li a{
    color: #C73226;
    text-decoration: none;
}
.title_for_mian ul:nth-child(2n){
    background: #F9EDEC;
}
.title_for_mian ul li:nth-child(1){
    width:114px;
}
.title_for_mian ul li:nth-child(2){
    width:180px;
}
.title_for_mian ul li:nth-child(3){
    width:111px;
}
.title_for_mian ul li:nth-child(4){
    width:260px;
}
.title_for_mian ul li:nth-child(5){
    width:111px;
}
.title_for_mian ul li:nth-child(6){
    width:184px;
}
.title_for_mian ul li:nth-child(7){
    width:94px;
}
.title_for_mian ul li:nth-child(8){
    width:147px;
}

/* 返回顶部 */
.title_for_mian_btn a{
    width: 132px;
    height: 36px;
    display: inline-block;
    background: #C7382A;
    text-decoration: none;
    border-radius: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    letter-spacing: 3px;
    margin-top:34px;
}