*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
img{
    font-size: 12px;
}
input{
    color: #5C5C5C;
}
button{
    outline: none;
    border: none;
    cursor: pointer;
}
html,body{
    width: 100%;
    height: 100%;
    min-width: 1124px;
    min-height: 100%;
    -webkit-text-size-adjust:none;
}
#container{
    width: 100%;
    height: auto;
}
.main{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#header{
    width: 100%;
    height: 59px;
    position: sticky;
    top: 0;
    left: 0;
    background: #FFFFFF;
    z-index: 10000;
    box-shadow: 1px 3px 34px 2px rgba(113, 93, 83, 0.3);
}
#header.active-bg{  
    background: #48A5FF;
}
.nav_box{
    max-width: 1124px;
    height: 59px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.nav_box .nav_left{
    width: 146px;
    height: 59px;
}
.nav_box .nav_left img{
    width: 122px;
    padding-top: 5px;
}
/* 导航菜单 */
.nav_box .nav_center{
    flex: 1;
    height: 59px;
    text-align: left;
    margin: 0px 20px 0px 20px;
}
.nav_box .nav_center ul{
    width: 100%;
    height: 59px;
}
.nav_box .nav_center ul a{
    display: inline-block;
}
.nav_box .nav_center ul a li{
    float: left;
    height: 59px;
    line-height: 59px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #383838;
    margin: 5px 50px;
    position: relative;
}
.nav_box .nav_center ul a li i{
    display: none;
    position: absolute;
    width: 26px;
    height: 2px;
    left: 50%;
    bottom: 14px;
    margin-left: -13px;
    background-color: #ffaf00;
}
.nav_box .nav_center ul li.active{  
    font-family: Source Han Sans CN;
    color: #353535;
    font-weight: 600;
}
.nav_box .nav_center ul li span:hover{
    font-family: Source Han Sans CN;
    color: #353535;
    font-weight: 600;
}

/* 导航按钮 */
.nav_box .nav_right{
    /*width: 180px;*/
    height: 63px;
    display: flex;
    margin-right: 20px;
}
.nav_box .nav_right button{
    flex: 1;
    margin: 15.5px 7.5px;
    width: 76px;
    height: 28px;
    border-radius: 14px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    cursor: pointer; 
    border: 1px solid #EB6020;
    background: #FFFFFF;
    color: #EB6020;
}

.nav_box .nav_right #registered{
    background: #EB6020;
    box-shadow: -1px 1px 5px 0px rgba(235, 96, 32, 0.56);
    color: #FFFFFF;
}


/* banner */
.swhzbanner_box{
    width: 100%;
    height: 680px;
    background: #ffffff;
}   
.swhzbanner{
    max-width: 1600px;
    /* width: 100%; */
    height: 680px;
    margin: 0 auto;
    position: relative;
}
.swhzbanner .poster{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 680px;
}
.swhzbanner .poster img{
    width: 100%;
    height: 680px;
}
.swhzbanner .banner_title{
    position: absolute;
    top: 111px;
    left: 89px;
}
.swhzbanner .banner_title img{
    width: 587px;
}

/* banner */
.banner_box{
    width: 100%;
    height: 520px;
    background:#FFFFFF;
    /*background: linear-gradient(0deg, #F1923D 0%, #EF6737 100%);*/
    position: relative;
}   
.banner_box .swiper-container{
    width: 100%;
    height: 520px!important;
}
.banner_box .swiper-pagination-bullets{
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 20px!important;
    z-index: 1000;
}
#swiper4 .swiper-pagination-bullet-active{
    display: block;
    width: 30px!important;
    height: 5px!important;
    margin: 0 4px;
    background: #FFFFFF!important;
    opacity: 1;
    border-radius: 3px;
}
#swiper4 .swiper-pagination-bullet{
    display: block;
    width: 30px!important;
    height: 5px!important;
    margin: 0 4px;  
    background: #FFFFFF;
    border-radius: 3px;
}
.banner{
    max-width: 1124px;
    margin: 0 auto;
    height: 520px;
    display: flex;
    justify-content: center;
}
.banner .poster{
    height: 520px;
}
.banner .poster img{
    height: 520px;
}
.banner .poster .img1{
    margin-left:400px;
    height: 460px;
    margin-top: 30px;
}
.banner_cont{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 300px;
}
.registereds_main{
    position: relative;
    max-width: 1124px;
    margin: 0 auto;
}
.banner_cont h4{
    position: absolute;
    top: 103px;
    left: 0px;
    width: 172px;
    height: 31px;
    line-height: 31px;
    background: #FCE04C;
    border-radius: 15px 3px 15px 3px;
    text-align: center;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-style: italic;
    color: #EE5135;
    z-index: 1000;
}
.banner_cont .signature_cont{
    position: absolute;
    top: 370px;
    left: 360px;
    text-align: center;
}
.banner_cont .signature_cont img{
    height: 65px;
}
.banner_cont .signature_cont p{
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.banner_cont .signature_cont p span{
    font-size: 20px;
}
.banner_cont .banner_title{
    position: absolute;
    top: 155px;
    left: 0px;
    z-index: 1000;
}
.banner_title .title h3{      
    font-size: 48px!important;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #FFFFFF;
    text-shadow: 0px 4px 13px rgba(230, 140, 81, 0.44);
}
.banner_title .title span{    
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FEFEFE;
    line-height: 45px;
}
.banner_title .title span label{
    color: #FDE04C;
}
.banner_title .desc{
    padding-top: 40px;
}
.banner_title .desc p{    
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    display: flex;
    align-items: center;
}
.banner_title .desc p span{
    display: inline-block;
}

/* 免费领取 */
.registered_cont{
    width: 210px;
    height: 245px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(0,69,213,0.3);
    border-radius: 17px;
    position: absolute;
    top: 103px;
    right: 0px;
    z-index: 1000;
}
.registered_title{
    width: 110px;
    height: 37px;
    background: #FFD946;
    border-radius: 17px 0px 14px 0px;
    line-height: 37px;
    font-size: 19px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #603C0D;
    text-align: center;
}
.registered_desc{
    padding: 24px 0px 15px 24px;
}
.registered_desc p{
    font-size: 23px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #5C5C5C;
    line-height: 32px;
}
.registerMessage_phone{
    width: 162px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 24px auto;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #FFAB00;
}
.registerMessage_phone img{
    width: 10px;
    height: 12px;
    margin-left: 13px;
}
.registerMessage_phone input{
    margin-left: 5px;
    flex: 1;
    overflow: hidden;
}
::-webkit-input-placeholder{
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #979797;
}
.registerMessage_btn{
    width: 162px;
    height: 36px;
    margin: 14px auto;
}
.registerMessage_btn button{
    width: 162px;
    height: 36px;
    background: #FFAB00;
    border-radius: 6px;
    font-size: 17px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}

/* 内容区 */
#section{
    width: 100%;
    height: auto;
    background: #F8F8F8;
}
.section1{
    width: 100%;
    /* padding-bottom: 88px; */
}
.video_guide{
    max-width: 1124px;
    margin: 50px auto;
}
.video_main{
    width: 100%;
    padding-top: 0px;
}
.video_main dl{
    width: 100%;
    display: flex;
}
.video_main dl dt{
    width: 50%;
}
.video_main dl dt .video_cont{
    width: 100%;
    /* height: 316px; */
    position: relative;
    border-radius: 11px;
}
.video_main dl dt .video_cont #video1{
    border-radius: 11px;
}
/* 视频遮罩 */
.video_main .video_desc{
    width: 100%;
    height: 315.5px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    position: absolute;
    top: 0;
    left: 0;
}
.video_desc #logo{
    width: 129px;
    position: absolute;
    top: 20px;
    left: 20px;
}
.video_desc #name{
    width: 80px;
    position: absolute;
    top: 150px;
    right: 10px;
}
.video_desc p{
    width: 10px;  
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    right: 100px;
    top: 110px;
}
.video_desc h3{
    width: 10px;  
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    right: 70px;
    top: 218px;
}
.video_main dl dt .video_cont #video_play{
    width: 68px;
    height: 68px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -34px;
    margin-left: -34px;
    z-index: 1000;
    cursor: pointer;
}
.video_main dl dd{
    width: 50%;
    padding: 33px 0px 0px 119px;
}
.video_main dl dd img{
    width: 47px;
}
.video_main dl dd h3{
    font-size: 31px;
    color: #333333;
    padding-top: 20px;
}
.video_main dl dd p{
    font-size: 18px;
    color: #666464;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 40px;
}
.video_main dl dd p span{
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    color: #666464;
    border: 1px solid #666464;
    border-radius: 50%;
    margin-right: 5px;
}
.submit_btn1,.submit_btn2{
    width: 224px;
    height: 48px;
    margin: 0 auto;
}
.submit_btn1 button{
    width: 224px;
    height: 48px;
    background: #FFC040;
    box-shadow: 0px 5px 9px 0px rgba(185,115,0,0.5);
    border-radius: 24px;
    text-align: center;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}
.submit_btn2 button{
    width: 224px;
    height: 48px;
    background: #EB6020;
    box-shadow: -1px 1px 5px 0px rgba(235, 96, 32, 0.56);
    border-radius: 24px;
    text-align: center;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}

/* 专家团队 */
#expert_cont{   
    width: 100%;
    height: auto;
    background: #FFFFFF;
    padding-bottom: 74px;
}
.expert_detail{
    max-width: 1124px;
    height: auto;
    margin: 44px auto 0px;
    padding: 0px 30px;
    position: relative;
}
#swiper_expert{
    width: 100%;
}
.expert_list{
    width: 100%;
    height: 365px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.expert_list .expert_list_l{
    width: 365px;
    height: 365px;
    background: #F8F8F8;
    text-align: center;
    padding-top: 20px;
    margin-right: 66px;
}
.expert_list .expert_list_l img{
    width: 319px;
}
.expert_list .expert_list_r{
    flex: 1;
    /* padding-top: 50px; */
}
.expert_list_r .expert_introduce{
    width: 100%;
    display: flex;
    margin-top: 40px;
}
.expert_list_r .expert_introduce img{
    width: 27px;
    height: 19px;
    margin-top: 5px;
}
.expert_list_r .expert_introduce div{
    margin-left: 20px;
}
.expert_list_r .expert_introduce h3{   
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #EB6020;
}
.expert_list_r .expert_introduce span{    
    font-size: 18px;
    display: block;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    padding-top: 5px;
}
.expert_list_r .expert_introduce ul li{
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
}
.expert_list_r .expert_introduce p{   
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666464;
    line-height: 23px;
}
.expert_detail .btn{
    width: 23px;
    height: 44px;
}
.expert_detail .btn img{
    width: 100%;
}
.expert_detail .swiper-button-prev1{
    position: absolute;
    left: -25px;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
}
.expert_detail .swiper-button-next1{
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
}




/* 学编程 */
.section2{
    width: 100%;
    height: auto;
    background: #F8F8F8;
    padding-bottom: 28px;
}
.cont1{
    max-width: 1124px;
    height: auto;
    margin: 0 auto;
}
.title1{
    width: 100%;
    text-align: center;
}
.title1 h3{
    font-size: 31px;    
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;;
    padding-top: 55px;
}
.title1 span{
    display: block;
    width: 47px;
    height: 2px;
    background: #EB6020;
    margin: 15px auto 0px;
}
.title1 label{
    display: block;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666464;
    padding-top: 14px;
}
.area_district{
    max-width: 1124px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    margin: 36px auto 0px;
}
.district_box{
    width: 31%;
    height: auto;
    margin-bottom: 15px;   
    margin: 0px 10px 30px 10px;
    background: #FFFFFF;
    border-radius: 6px;
}
.district_box dl{
    width: 100%;
}
.district_box dl dt img{
    width: 100%;
}
.district_box dl dd{
   padding: 10px 10px 20px 15px;
}
.district_box dl dd h3{
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.district_box dl dd p{  
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    padding-top: 14px;
}
.area_district .district_box:hover{
    /* box-shadow: 0px 0px 11px 0px rgba(255,159,0,0.3); */
    -webkit-animation: active .5s ease-in-out forwards;
    cursor: default;
}

@-webkit-keyframes active{
    0%{
        -webkit-transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.05);
    }
}

/* 渐进式课程体系 */
.section3{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    padding-bottom: 50px;
}
.cont3{
    max-width: 1124px;
    margin: 0 auto;
}
.advantage_cont{
    max-width: 1124px;
    margin: 30px auto 34px;
    text-align: center;
}
.advantage_cont img{
    width: 100%;
}
.advantage_cont p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666464;
    padding-top: 39px;
}

/* 滑过放大效果 */
@-webkit-keyframes active_img{
    0%{
        -webkit-transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.05);
    }
}

/* 极客星码全体系课程 */
.section4{
    width: 100%;
    height: auto;
    background: #F8F8F8;
    padding-bottom: 34px;
}
.cont4{
    max-width: 1124px;
    height: auto;
    margin: 0 auto;
}
.title1 label a{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #666464;
    margin-right: 3px;
}
.teacher_module{
    max-width: 1124px;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 14px auto 28px;
}
.teacher_list{
    width: 25%;
    height: auto;
    margin: 0px 10px;
    position: relative;
}
.teacher_list:hover{
    -webkit-animation: active_img .5s ease-in-out forwards;
    cursor: default;
}
.teacher_list img{
    width: 100%;
}
.teacherImg{
    width: 100%;
    position: absolute;
    left: 10px;
    top: 270px;
}
.teacher_list span{
    display: block;
    width: 65px;
    height: 21px;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    text-align: center;
    line-height: 21px; 
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    right: 10px;
    top: 270px; 
}
.teacherImg p:first-child{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}
.teacherImg p:nth-child(2){
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFEFE;
}
.teacher_list .teacher_desc{
    /* width: 100%; */
    position: absolute;
    left: 10px;
    top: 335px;
}
.teacher_desc ul li{  
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 17px;
}

/* 优秀学员 */
.section5{
    width: 100%;
    height: auto;
    background: #FFFFFF;
}
.cont5{
    max-width: 1124px;
    margin: 0 auto;
}
.student_module{
    max-width: 1124px;
    margin: 37px auto 0px;
    padding: 0px 30px;
    position: relative;
}
.student_module .btn1{
    width: 23px;
    height: 44px;
}
.student_module .btn1 img{
    width: 100%;
}
.student_module .swiper-button-prev1{
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -57px;
}
.student_module .swiper-button-next1{
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -57px;
}
.student_list{
    width: 1124px;
    display: flex;
    justify-content: space-between;
}
.student_list .student_list_l{
    width: 356px;
    background: url('../images/home/personbg.png') no-repeat;
    background-size: contain;
    background-position: center center;
    text-align: center;
    margin-right: 30px;
}
.student_list .student_list_l img{
    width: 241px;
    margin: 0 auto;
}
.student_list .student_list_r{
    flex: 1;
}
.student_list .student_list_r h3{       
    font-size: 21px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #EB6020;
}
.student_list .student_list_r a{
    display: block;
    width: 224px;
    height: 48px;
    margin: 44px auto;
}
.student_list .student_list_r button{
    width: 224px;
    height: 48px;
    background: #EB6020;
    box-shadow: -1px 1px 5px 0px rgba(235, 96, 32, 0.56);
    border-radius: 24px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}
.student_introduce{
    width: 680px;
    margin-top: 32px;
}
.student_introduce .student_title{
    width: 160px;
    height: 26px;
    display: flex;
    align-items: center;
}
.student_introduce .student_title img{
    width: 26px;
    margin-right: 19px;
}
.student_introduce .student_title span{   
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.student_introduce div p{
    padding-left: 45px;
    width: 700px;
}
.student_introduce div p:first-child{  
    width: 660px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    padding-top: 14px;
}
.student_introduce div p:nth-child(2){
    width: 660px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    padding-top: 13px;
}
.student_introduce div .desc{
    width: 660px;
    font-size: 14px!important;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333!important;
    line-height: 24px;
}


/* 成果展示动画效果 */
@-webkit-keyframes play_video{
    0%{
        -webkit-transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.05);
    }
}

/* 成果展示 */
.section6{
    width: 100%;
    height: auto;
    background: #F8F8F8;
    padding-bottom: 28px;
}
.cont6{
    max-width: 1124px;
    height: auto;
    margin: 0 auto;
}
.cont6 .work_cont{
    max-width: 1124px;
    display: flex;
    justify-content: space-between;
    margin: 36px auto 0px;
    position: relative;
}
/* .work_cont .work_detail:hover{
    -webkit-animation: play_video .8s ease-in-out forwards;
} */
.swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;
    border-radius: 50%;
    background: #E7F2FF;
    margin: 0rem .18rem;
}
#pagination2 .swiper-pagination-bullet-active{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #EB6020!important;
}
#swiper2{
    width: 100%;
    height: 380px;
}
.work_detail{
    width: 340px;
    height: 325px;
    /* margin: 0 20px; */
    padding: 15px 14px 28px 14px;   
    background: #FFFFFF;
    border-radius: 9px;
    box-shadow: 1px 4px 24px 2px rgba(194,194,194,.27);
}
.works_video{
    width: 100%;
    height: 174px;
    position: relative;
}
.works_video img{
    width: 100%;
    height: 174px;
}
.works_video .play_cont{
    width: 100%;
    height: 174px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10000;
    /* background: rgba(0, 0, 0, 0.6); */
}
.works_video .play_cont img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
}
.work_desc{
    width: 100%;
}
.work_desc p:first-child{ 
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #202020;
    padding-top: 16px;
}
.work_desc p:nth-child(2){ 
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #9D9D9D;
    line-height: 20px;
    padding-top: 11px;
}


@keyframes jingsai_active{
    0%{
        -webkit-transform: translate(0,0);
    }
    100%{
        -webkit-transform: translate(0,-10px);
    }
}
/* 助力升学、留学 */
.section7{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    padding-bottom: 35px;
}
.cont7{
    max-width: 1124px;
    margin: 0 auto;
}
.section7 .jingsai_cont{
    width: 100%;
    height: auto;
    margin: 55px auto 46px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.jingsai_list{
    width: 32%;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 1px 4px 24px 2px rgba(194, 194, 194, 0.27);
    padding: 27px 30px 45px 30px;
}
.jingsai_list:hover{
    animation: jingsai_active .4s ease-in-out forwards;
}
.jingsai_list dl dt{
    text-align: center;
    height: 140px;
}
.jingsai_list dl dt img{
    height: 120px;
}
.jingsai_list dl dd{
    /* padding-top: 23px; */
}
.jingsai_list dl dd p:first-child{
    text-align: center;      
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #414141;
}
.jingsai_list dl dd p:nth-child(2){
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #777777;
    line-height: 22px;
    padding-top: 10px;
}

/* 选择理由 */
.section8{
    width: 100%;
    height: auto;
    background: #4a4a4a;
}
.cont8{
    max-width: 100%;
    height: 546px;
    background: url('../images/home/bgImg.png') no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
}
.advant_cont{
    max-width: 1124px;
    margin: 68px auto 60px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.advant_list{
    width: 20%;
}
.advant_list dl{
    text-align: center;
}
.advant_list dl dt img{
    height: 40px;
}
.advant_list dl dd{
    padding-top: 15px;
    color: #FFFFFF;
}
.advant_list dl dd p:first-child{ 
    font-size: 31px;
    font-family: Source Han Sans CN;
    font-weight: bold;
}
.advant_list dl dd p:nth-child(2){
    font-weight: normal;
    font-size: 20px!important;
    padding-top: 10px;
}
.advant_list dl dd p:nth-child(3){
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    text-align: left;
    padding-top: 15px;
}


/* 资质荣誉 */
.section9{
    width: 100%;
    height: auto;
    background: #FFFFFF;
}
.cont9{
    max-width: 1124px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 26px;
}
.cert_cont{
    max-width: 1124px;
    height: auto;
    margin: 32px auto 0px;
}
#swiper3 .swiper-slide{
    width: 100%;
    height: 320px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 10px;
}
.cert_detail{
    width: 32%;
    height: 260px;
    background: #FFFFFF;
    box-shadow: 1px 4px 20px 2px rgba(194, 194, 194, 0.27);
    text-align: center;
    padding: 33px 19px 26px 19px;
}
.cert_detail dl dt{
    width: 100%;
    background: url('../images/home/certbg.png') no-repeat;
    background-size: contain;
    background-position: center center;
}
.cert_detail dl dt img{
    width: 201px;
}
.cert_detail dl dd p{   
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    padding-top: 22px;
}
#swiper3 .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #D2D2D2;
    border-radius: 50%;
}
#swiper3 .swiper-pagination-bullet-active{
    width: 10px;
    height: 10px;
    background: #EB6020!important;
    border-radius: 50%;
}


/* 媒体报道  新闻动态 */
.section10{
    width: 100%;
    height: auto;
    background: #F8F8F8;
}
.cont10{
    max-width: 1124px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 63px;
    padding-top: 35px;
}
.news_content{
    max-width: 1124px;
    height: auto;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.mtbd_box{
    width: 615px;
    height: auto;
}
.news_title{
    text-align: center;
}
.news_title h3{  
    font-size: 31px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.news_title span{
    display: block;
    width: 47px;
    height: 2px;
    background: #EB6020;
    margin: 15px auto 0px;
}
.mtbd_detail{
    width: 615px;
    height: 281px;
    background: #FFFFFF;
    box-shadow: 1px 4px 24px 2px rgba(194, 194, 194, 0.27);
    border-radius: 7px;
    margin-top: 21px;
    padding: 50px 20px 24px 20px;
}
.mtbd_detail ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mtbd_detail ul a{
    display: inline-block;
    width: 48%;
}
.mtbd_detail ul a li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 45px;
}
.mtbd_detail ul a li img{
    width: 78px;
}
.mtbd_detail ul a li p{
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    padding-left: 9px;
}
.mtbd_detail .more{
    width: 78px;
    height: 26px;
    display: block;
    margin: 0 auto;
}
.mtbd_detail .more button{
    width: 78px;
    height: 26px;
    background: #EB6020;
    box-shadow: -1px 1px 5px 0px rgba(235, 96, 32, 0.56);
    border-radius: 7px;  
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

.xwdt_box{
    width: 450px;
    height: auto;
}
.xwdt_detail{
    width: 100%;
    height: 281px;
    background: #FFFFFF;
    box-shadow: 1px 4px 24px 2px rgba(194, 194, 194, 0.27);
    border-radius: 7px;
    margin-top: 21px;
    padding: 20px 27px 0px 23px;
}
.xwdt_detail .more{
    width: 78px;
    height: 26px;
    display: block;
    margin: 12px auto 0px;
}
.xwdt_detail .more button{
    width: 78px;
    height: 26px;
    background: #EB6020;
    box-shadow: -1px 1px 5px 0px rgba(235, 96, 32, 0.56);
    border-radius: 7px;  
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0px auto;
}
.xwdt_detail ul li{  
    line-height: 28px;
    position: relative;
    padding-left: 10px;
}
.xwdt_detail ul li::before{
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #333333;
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    left: 0px;
}
.xwdt_detail ul li a{
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.xwdt_detail ul li a:hover{
    color: #EB6020;
}

/* 底部导航 */
#footer{
    width: 100%;
    height: auto;
    background: #3B3C3D;
    padding-bottom: 33px;
}
.introduce_box{
    max-width: 1124px;
    margin: 40px auto 0px;
    display: flex;
}
.introduce_l{
    width: 320px;
}
.introduce_l h3{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.introduce_l p{       
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    padding-top: 15px;
}
.introduce_r{
    flex: 1;
}
.introduce_r ul{
    width: 500px;
    display: flex;
    justify-content: center;
    padding-left: 92px;
}
.introduce_r ul li{
    flex: 1;
    text-align: center;
}
.introduce_r ul li a{    
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    position: relative;
}
.introduce_r ul li a::after{
    content: "";
    width: 2px;
    height: 18px;
    background: #FFFFFF;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -9px;
}
.introduce_r ul li:last-child>a::after{
    content: none;
}
.introduce_r ul li a:hover{
    color: #659EFD;
}
.footer_cont{
    max-width: 1124px;
    margin: 40px auto 0px;
}
.web_linkCont{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.web_linkCont .tel{
    width: 22%;
    margin-top: 10px;
}
.tel .info_list{
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
}
.web_linkCont .info_list img{
    width: 28px;
}
.web_linkCont .info_list span{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 11px;
}
.web_linkCont .info_list span a{
    font-size: 14px;
    font-weight: 500;
}
.link{
    width: 30%;
    height: 130px;
    text-align: left;
}
.link ul{
    width: 100%;
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    position: relative;
    padding-left: 40px;
}
.link ul::before{
    content: "";
    width: 1px;
    height: 133px;
    background: #FFFFFF;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -56.5px;
}
.link ul li{
    width: 30%;
    margin: 0px 10px;
    line-height: 32px;
    /* line-height: 30px; */
}
.link ul li a{  
    display: inline-block;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}
.link ul li a:hover{
    color: #659EFD;
}
.share{
    flex: 1;
    margin-top: 0px;
    padding-left: 50px;
}
.share div{
    width: 140px;
    height: auto;
    text-align: center;
    float: left;
}
.share div img{
    width: 90px;
    margin: 0 auto;
}
.share div span{
    display: block;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    /* line-height: 31px; */
}
.web_introduce{
    text-align: center;
    margin-top: 40px;
}
.web_introduce ul{
    width: 40%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
}
.web_introduce ul li{
    text-align: center;
    flex: 1;
}
.web_introduce ul li a{  
    font-size: 12px;
    display: inline-block;
    transform: scale(0.89);
   font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.web_introduce ul li a:hover{
    color: #659EFD;
}
.web_introduce p{
    line-height: 15px;
}
.web_introduce p a{
    font-size: 12px;
    display: inline-block;
    transform: scale(0.89);
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.web_introduce p a:hover{
    color: #659EFD;
}
.web_introduce p label{   
    font-size: 12px;
    display: inline-block;
    transform: scale(0.89);
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.advertise_cont{
    width: 100%;     
    height: 60px;
    background: #FFFFFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.advertise_cont a{
    display: inline-block;
}
.advertise_cont a img{
    height: 40px;
    margin: 0px 5px;
}


/* 立即领取浮框 */
.float_dialog{
    width: 100%; 
    height: 56px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    bottom: -130px;
    left: 0;
    z-index: 1000!important;
    display: flex;
    justify-content: center;
}
.upmove{
    -webkit-animation: move .5s ease-in-out forwards;
}
.float_cont{
    width: 1000px;    
    height: 56px;
    line-height: 56px;
    position: relative;
}
.float_cont #renwu{
    width: 105px;
    position: absolute;
    bottom: 0;
    left: 80px;
}
.float_cont p{
    position: absolute;   
    font-size: 22px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    left: 173px;    
}
.float_cont p span{
    color: #FA6A00;
}
.float_cont .form{
    width: 378px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    left: 571px;
    top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;  
    background: #FFFFFF;
    border-radius: 21px;
}
.float_cont .form .registeredPhone{
    flex: 1;
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
}
.form .registeredPhone img{
    width: 14px;
    height: 17px;
    margin-left: 25px;
}
.form .registeredPhone input{
    flex: 1;
    height: 42px;
    margin-left: 9px;
    font-size: 16px;
}
.form .registeredPhone ::-webkit-input-placeholder{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}
.form button{
    width: 128px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #FA6A00;
    border-radius: 0px 21px 21px 0px;  
    font-size: 17px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}
.back{
    width: 56px;
    height: 56px;  
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    right: 0;
    bottom: -56px;
    z-index: 2000!important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}   
.backmove{
    -webkit-animation: backmove .25s ease-in-out forwards;
}
.back img{
    width: 24px;
    height: 25px;
}

/* 浮窗动画 */
@-webkit-keyframes move{
    0%{
        bottom: -130px;
        opacity: 0;
    }
    100%{
        bottom: 0;
        opacity: 1;
        filter: none;
    }
}

/* 箭头动画 */
@-webkit-keyframes backmove{
    0%{
        bottom: -56px;
        opacity: 0;
    }
    100%{
        bottom: 0;  
        opacity: 1;
        filter: none;
    }
}
/* 右侧浮窗 */
.fixed-contain{
    width: 76px;
    height: 220px;
    background: #FFFFFF;
    box-shadow: 0 0px 10px 2px rgba(0,0,0,.2);
    border-radius: 60px;
    position: fixed;
    top: 50%;
    margin-top: -88px;
    right: 17px;
    z-index: 1000;
    padding: 20px 0px;
}
.fixed-contain ul{
    width: 76px;
    height: 200px;
    position: absolute;
    top: 10px;
    left: 0;
    display: flex;
    flex-direction: column; 
    align-items: center;
    box-sizing: border-box;
    justify-content: space-around;
    padding: 0px 0px;
}
.fixed-contain ul li{
    cursor: pointer;
    width: 76px;
    text-align: center;
    position: relative;
}
.fixed-contain ul li img{
    width: 48px;
}
.fixed-contain ul li p{
    font-size: 12px;
    color: #474747;
    padding-top: 4px;
}
.fixed-contain ul li #zixun{
    position: absolute;
    top: 10px;
    right: 70px;
    width: 178px;
    /* display: none; */
}
.fixed-contain ul li #teltips{
    position: absolute;
    top: 10px;
    right: 70px;
    width: 178px;
}
.fixed-contain ul li #erweima{
    position: absolute;
    top: -40px;
    right: 70px;
    width: 178px;
}
.fixed-contain ul li .tips img{
    width: 100%;
}
.fixed-contain ul li .tips{
    overflow: hidden;
    display: none;
}

/* 适配1400px以下尺寸屏幕 */
@media screen and (max-width: 1400px){
    /* html,body{
        min-width: 1124px!important;
    } */
    .registered_cont{
        position: absolute;
        top: 105px;
        right: 10px;
    }
    .district_box{
        width: 28%;
        margin: 0px 15px 30px 15px;
    }
    .advantage_cont{
        max-width: 1080px;
    }
    /* 优秀学员 */
    .student_list{
        max-width: 1080px;
    }
}

/* 浮窗滑过效果 */
.list-move{
    -webkit-animation: list-move .4s ease-in-out forwards;
}
@keyframes list-move{
    0%{
        -webkit-transform: translate(30px,0);
        opacity: 0;
    }
    100%{
        -webkit-transform: translate(-20px,0);
        opacity: 1;
    }
}

/* 注册弹窗 */
.registered_dialog{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 30000!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.registered_box{
    width: 473px;
    height: 294px;
    background: url('../images/home/dialog_bg.png') no-repeat center;
    background-size: cover;
    position: relative;
}
.registered_box #close{
    width: 22px;
    height: 22px;
    position: absolute;
    top: 10px;
    right: 18px;
    cursor: pointer;
}
.registered_box #close img{
    width: 100%;
}
.registered_box #close img:hover{
    -webkit-animation: rotate_btn .5s ease-in-out forwards;
}
.registered_form{
    width: 220px;
    height: auto;
    position: absolute;
    top: 23px;
    right: 25px;
}
.registered_form p{
    font-size: 17px;
    font-family: STYuanti-SC-Bold, STYuanti-SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
}
.registered_form p span{
    font-size: 32px;
}
.form_list{
    width: 100%;
}
/* 手机号 */
.form_list .form_phone{
    width: 100%;
    height: 31px;
    background: #FFFFFF;
    position: relative;
    border-radius: 6px;
    margin-top: 20px;
}
.form_list .form_phone input{
    width: 100%;
    height: 31px;
    line-height: 31px;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 13px;
}
/* 验证码 */
.form_list .form_yzm{
    width: 100%;
    height: 31px;
    background: #FFFFFF;
    border-radius: 6px;
    margin-top: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_yzm input{
    width: 60%;
    height: 31px;
    padding-left: 13px;
}
.form_yzm span{
    display: inline-block;
    flex: 1;
    height: 31px;  
    line-height: 31px;
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #EE5536;
    cursor: pointer;
    position: relative;
    text-align: center;
}
.form_yzm span::before{
    content: "";
    width: 1px;
    height: 14px;
    background: #979797;
    position: absolute;
    left: 0px;
    top: 9px;
}
/* 错误校验码 */
.form_list .prompt-text{
    color: red;
    font-size: 12px;
    line-height: 20px;
    /* text-align: center; */
}
/* 协议 */
.form_xieyi{
    width: 100%;
    height: 15px;
    padding-top: 8px;
    position: relative;
}
.form_xieyi input{
    width: 15px;
    float: left;
}
.form_xieyi label{  
    display: inline-block;
    float: left;
    width: 230px;
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    transform: scale(0.8);
    position: absolute;
    left: -5px;
}

.btn_register{
    width: 100%;
    /* height: 34px; */
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.btn_register button{
    width: 100%;
    height: 34px;    
    background: #FFFFFF;
    border-radius: 17px; 
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #EF6237;
    box-shadow: 0px 6px 20px 0px rgba(220, 81, 48, 0.8);
}

/* 视频弹窗 */
.video_dialog{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 30000!important;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.video_dialog .video_cont{
    width: 612px;
    height: 459px;
    border-radius: 11px;
    position: relative;
}
.video_dialog .video_cont img{
    width: 56px;
    height: 56px;
    position: absolute;
    right: -70px;
    top: 0px;
    cursor: pointer;
}
.video_dialog .video_cont #video{
    width: 100%;
    height: 100%;
    /* border-radius: 11px; */
    /* height: 600px; */
}


/* 预约课程 */
.layui-layer{
    border-radius: 10px!important;
    background: #59AFFF!important;
    border-radius: 17px!important;
}
.layui-layer-shade{
    background: rgba(0,0,0)!important;
    opacity: 0.5!important;
}   
#yuyue_success{
    padding: 10px; 
    /* border-radius: 6px; */
}
.yuyue_dialog{
    text-align: center;
    position: relative;
}
.yuyue_dialog #yuyue_close{
    width: 14px;
    height: 14px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.yuyue_dialog #yuyue_close:hover{
    -webkit-animation: rotate_btn .5s ease-in-out forwards;
}
@-webkit-keyframes rotate_btn{
    0%{
        -webkit-transform: rotate(0);
    }
    100%{
        -webkit-transform: rotate(180deg);
    }
}
.yuyue_dialog .yuyue_title{  
    font-size: 21px;
    font-family: STYuanti-SC-Bold, STYuanti-SC;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 29px;
}
.yuyue_dialog .yuyue_desc{
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.yuyue_dialog .yuyue_desc p{ 
    font-size: 14px;
    font-family: STYuanti-SC-Bold, STYuanti-SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 10px;
}
.yuyue_dialog .qr_code{
    width: 162px;
    height: 162px;
    background: #FFC040;
    border-radius: 7px;
    padding: 3px;
    margin: 0 auto;
    margin-top: 18px;
}
.yuyue_dialog .qr_code img{
    width: 100%;
    border-radius: 6px;
}
.yuyue_dialog p{
    font-size: 14px;
    font-family: STYuanti-SC-Bold, STYuanti-SC;
    font-weight: bold;
    color: #FFFFFF;
    padding-top:16px;
}
/* 商务通咨询弹窗 */
.zixun_dialog{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20000;
    background: rgba(0,0,0,.5);
}
.zixun_dialog .zixun_box{
    width: 505px;
    height: 333px;
    background: url('../images/zixunImg.png') no-repeat;
    background-size: contain;
    background-position: center center;
}
.zixun_title{
    width: 100%;
    position: relative;
}
.zixun_title img{
    width: 25px;
    position: absolute;
    top: 26px;
    right: 20px;
    cursor: pointer;
}
.zixun_cont{
    margin-top: 80px;
    margin-left: 50px;
}
.zixun_cont p:first-child{
    width: 260px;
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 0px 2px 12px rgba(113, 93, 83, 0.5), 0px 3px 3px rgba(186, 79, 0, 0.5);
}
.zixun_cont p:nth-child(2){ 
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 63px;
    text-shadow: 0px 2px 12px rgba(113, 93, 83, 0.5), 0px 3px 3px rgba(186, 79, 0, 0.5);
}
.zixun_btn{
    width: 220px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zixun_btn a{
    display: inline-block;
    width: 45%;
}
.zixun_btn a:first-child{
    margin-right: 15px;
}
.zixun_btn button{
    width: 100%;
    height: 35px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(113,93,83,0.5), 0px 2px 6px 0px rgba(206,69,26,0.57);
    border-radius: 6px; 
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FF8B00;
}