@media screen and (min-device-width: 1680px) {
.animated{
    opacity: 0;
}
.animate29style{
    -webkit-animation: rotation 1.5s linear; 
    -ms-animation: rotation 1.5s linear; 
    animation: rotation 1.5s linear; 
}
@-webkit-keyframes rotation { 
    from { 
      -webkit-transform:rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform:rotate(0deg);  
      
    } 
    to { 
        -webkit-transform:rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform:rotate(180deg); 
    } 
}
@keyframes rotation { 
    from { 
      -webkit-transform:rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform:rotate(0deg);  
    } 
    to { 
        -webkit-transform:rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform:rotate(180deg); 
    } 
}
    /*新官网首页*/
    #indexbanner {}

    .swiper-container {
        width: 100%;
        height: 100%;
    }

    .sswiper-slide {
        text-align: center;
        font-size: 18px;
        /*background: #fff;*/
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    #bannerbox .swiper-pagination-bullet {
        width: 30px;
        height: 6px;
        text-align: center;
        line-height: 18px;
        font-size: 12px;
        color: #FFF;
        background: rgba(255, 255, 255, 1);
        opacity: 0.49;
        margin: 0 7px;
        border-radius: 3px;
    }

#bannerbox a{
    display: block;
    width: 100%;
}
#bannerbox .swiper-slide{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#bannerbox .swiper-slide img{
    width: 100%;
    height: 100%;
}
    #bannerbox .swiper-pagination-bullet-active {
        color: #FFA800;
        background: #FFFFFF;
        opacity: 1;
    }
    .SkipPage{
        width: 254px !important;
        height: 68px;
        background: #FFFFFF;
        border-radius: 36px;
        position: absolute;
        bottom: 106px;
        left: 27%;
        transform: translateX(-50%);
        font-size: 26px;
        font-weight: 500;
        color: #FFA800;
            display: -webkit-flex !important;
            display: flex !important;
    justify-content: center;
    align-items: center;
    }
    /*免费领取样式*/
    .Free_of_charges {
        position: relative;
    }

    .Free_of_charge {
        width: 320px;
        height: 400px;
        background: #FFFFFF;
        border-radius: 6px;
        position: absolute;
        top: 138px;
        right: 0;
        z-index: 9;
        box-sizing: border-box;
        padding: 30px 20px 0;
    }

    .Free_of_charge>h3 {
        width: 100%;
        text-align: center;
        font-size: 22px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #666666;
        line-height: 22px;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Free_of_charge>h3>i {
        display: block;
        width: 36px;
        height: 1px;
        background: #CCC;
        margin: 0 12px;
    }

    .Free_of_charge>p {
        font-size: 20px;
        font-weight: 600;
        color: #F7B402;
        line-height: 14px;
        text-align: center;
        margin: 30px auto 0;
    }

    .Free_of_charge>p>i {
        font-size: 26px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: #F7B402;
        line-height: 26px;
        padding: 0 5px;
    }

    input {
        background: none;
        outline: none;
        border: none;
    }

    button {
        border: none;
        background-color: transparent;
        outline: none;
    }

    .Free_of_charge input {
        width: 100%;
        height: 44px;
        box-sizing: border-box;
        background: #F5F5F5;
        border-radius: 6px;
        margin-bottom: 16px;
        padding-left: 15px;
        font-size: 14px;
        font-weight: 400;
        color: #333333;
    }

    .Free_of_charge input::-webkit-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        color: #CCC;
        line-height: 44px;
    }

    .Free_of_charge #code1 {
        width: 100px;
        height: 100%;
        margin-bottom: 0px;
    }

    .Free_of_charge>.hl_yzm {
        width: 100%;
        height: 44px;
        background: #F5F5F5;
        border-radius: 6px;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        padding: 0 20px 0 0;
    }

    .Free_of_charge #code1 {
        width: 150px;
        height: 100%;
    }

    .Free_of_charge #btnSendCode1 {
        border: none;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        color: #F7B402;
        margin-bottom: 0px;
    }

    .Free_of_charge>.hl_yzm>i {
        display: block;
        width: 3px;
        height: 16px;
        background-color: #CCCCCC;
    }

    .aloudname {
        margin-top: 30px;
    }

    .Free_of_chargex {
        width: 100%;
        height: 44px;
        background: #F7B400;
        border-radius: 6px;
        line-height: 44px;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        color: #FFFFFF;
        margin-top: 16px;
        cursor: pointer;
    }

    .Free_of_charge>span {
        display: block;
        font-size: 12px;
        font-weight: 400;
        color: #CCCCCC;
        margin-top: 20px;
        text-align: center;
    }

    /*首页内容*/
    #faceback {
        width: 100%;
        height: 780px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/lessimg.jpg) no-repeat;
        /* background-size: 100% 100%; */
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1920px 780px;
        overflow: hidden;
    }

    .black_tit {
        width: 100%;
        height: 50px;
        font-size: 50px;
        font-weight: 600;
        color: #333333;
        line-height: 50px;
        letter-spacing: 4px;
        -webkit-text-stroke: 2px #333333;
        text-stroke: 2px #333333;
        text-align: center;
    }

    .white_tit {
        width: 100%;
        height: 50px;
        font-size: 50px;
        font-weight: 600;
        color: #FFC600;
        line-height: 50px;
        letter-spacing: 4px;
        /* -webkit-text-stroke: 2px #333333;
    text-stroke: 2px #333333; */
        text-align: center;
    }

    .Challengebox {
        margin: 131px auto 0;
    }

    .Challengebox>span {
        display: block;
        width: 950px;
        height: 160px;
        font-size: 20px;
        font-weight: 400;
        color: #333333;
        line-height: 40px;
        text-align: justify;
        margin: 50px auto 0;
        text-justify: inter-ideograph;

    }

    .grow_up {
        margin: 162px auto 0;
    }

    .grow_up>span {
        display: block;
        width: 950px;
        height: 80px;
        font-size: 20px;
        font-weight: 400;
        color: #333333;
        line-height: 40px;
        margin: 66px auto 0;
        text-align: justify;
        text-justify: inter-ideograph;
    }

    .turntable {
        margin: 230px auto 0;
    }

    .turntable>div {
        position: relative;
        height: 580px;
    }

    .basement0 {
        width: 580px;
        height: 581px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
    }

    .basement1 {
        width: 237px;
        height: 92px;
        position: absolute;
        top: -49px;
        right: 15%;
    }

    .basement2 {
        width: 249px;
        height: 81px;
        position: absolute;
        top: 376px;
        right: 5%;
    }

    .basement3 {
        width: 223px;
        height: 80px;
        position: absolute;
        top: 598px;
        left: 50%;
        transform: translateX(-50%);
    }

    .basement4 {
        width: 254px;
        height: 84px;
        position: absolute;
        top: 376px;
        left: 5%;
    }

    .basement5 {
        width: 240px;
        height: 88px;
        position: absolute;
        top: -49px;
        left: 15%;
    }

    .choicebox {
        margin: 80px auto 0;
    }

    .choiceboxP1 {
        font-size: 18px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 18px;
        text-align: center;
        margin-top: 58px;
    }

    .choiceboxP2 {
        font-size: 22px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: #FFFFFF;
        line-height: 22px;
        letter-spacing: 5px;
        margin-top: 12px;
        text-align: center;
    }

    .choicebox>ul {
        margin: 120px auto 0;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
    }

    .choicebox>ul li {
        width: 280px;
        height: 280px;
        border-radius: 50%;
        border: 1px solid #464132;
        margin-left: -50px;
    }

    .choicebox>ul li:nth-child(1) {
        margin-left: 0;
    }

    .choicebox>ul li .choiceboxT {
        height: 100%;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /*display:none;*/
    }

    .choicebox>ul li .choiceboxT p {
        font-size: 40px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: #999999;
        line-height: 40px;
        letter-spacing: 4px;
        margin: 30px auto 21px;
    }

    .choicebox>ul li .choiceboxT span {
        font-size: 18px;
        font-weight: 400;
        color: #666666;
        line-height: 18px;
        text-align: center;
    }

    .choicebox>ul li:hover {
        transition: 0.5s;
        width: 280px;
        height: 510px;
        background: #F7B400;
        border-radius: 150px;
        z-index: 9;
        border: 1px solid #F7B400;
    }

    .choicebox>ul li:hover .choiceboxD {
        display: block;
    }

    .choicebox>ul li:hover .choiceboxT {
        display: none;
    }

    .choicebox>ul li .choiceboxD {
        height: 100%;
        display: none;
    }

    .choicebox>ul li .choiceboxD>div {
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .choicebox>ul li .choiceboxD h3 {
        font-size: 40px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: #FFFFFF;
        line-height: 40px;
        letter-spacing: 4px;
        margin: 30px auto 21px;
        text-align: center;
    }

    .choicebox>ul li .choiceboxD p {
        font-size: 18px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 18px;
        text-align: center;
        margin-bottom: 33px;
    }

    .choicebox>ul li .choiceboxD i {
        display: block;
        width: 30px;
        height: 1px;
        margin: 0 auto 28px;
        background: #fff;
    }

    .choicebox>ul li .choiceboxD span {
        display: block;
        width: 180px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
        margin: 0 auto;
    }

    .Our_courses {
        margin: 80px auto 0;
    }

    .Our_courses>h2 {
        font-size: 18px;
        font-weight: 500;
        color: #999999;
        line-height: 18px;
        margin-bottom: 15px;
        text-align: center;
    }

    .Our_courses>h3 {
        font-size: 22px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: #333333;
        line-height: 22px;
        letter-spacing: 5px;
        text-align: center;
    }

    .Our_coursesbox {
        width: 100%;
        margin: 60px auto 0;
    }

    .Our_courbox {
        display: none;
        position: relative;
    }

    .Our_coursesbox .tab {
        width: 100%;
        overflow: hidden;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        margin-bottom: 51px;
    }

    .Our_coursesbox .tab li {
        height: 30px;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #999999;
        line-height: 30px;
        cursor: pointer;
        margin: 0 30px;
        box-sizing: border-box;
        padding-bottom: 5px;
    }

    .on {
        display: block;
    }

    .Our_coursesbox .tab li.cur1 {
        border-bottom: 2px solid #F7B400;
        color: #333333;
    }

    .Our_courbox>ul {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }

    .Our_courbox>ul li:nth-child(2) {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .Our_courbox1 {
        width: 1200px;
        height: 450px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images19.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .Our_courbox2 {
        width: 1200px;
        height: 450px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images23.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .Our_courbox3 {
        width: 1200px;
        height: 450px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images27.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .Our_courbox4 {
        width: 1200px;
        height: 450px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images31.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .Our_courbox:hover .Our_courboxs {
        display: block;
    }

    .Our_courboxs {
        display: none;
    }

    .Our_courbox>div>div {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .Our_courbox>div>div>h2 {
        font-size: 32px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 32px;
        letter-spacing: 4px;
    }

    .Our_courbox>div>div>i {
        display: block;
        width: 64px;
        height: 1px;
        background: #999999;
        margin: 24px auto 23px;
    }

    .Our_courbox>div>div>p {
        height: 13px;
        font-size: 13px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 12px;
        letter-spacing: 3px;
        text-align: center;
        margin-bottom: 72px;
    }

    .Our_courbox>div>div>a {
        width: 180px;
        height: 50px;
        border-radius: 25px;
        border: 1px solid #999999;
        line-height: 50px;
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        text-align: center;
    }

    .Our_courbox>div>div>a:hover {
        background: #F7B400;
        border-radius: 25px;
        border: 1px solid #F7B400;
        color: #FFFFFF;
    }

    .Teaching_Specialty {
        margin: 98px auto 0;
    }

    .h2title {
        font-size: 18px;
        font-weight: 500;
        color: #999999;
        line-height: 18px;
        text-align: center;
        margin-bottom: 15px;
    }

    .h3title {
        font-size: 22px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: #333333;
        line-height: 22px;
        letter-spacing: 5px;
        text-align: center;
    }

    .Teaching_Specialtybox>ul {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        margin-top: 90px;
    }

    .Teaching_SpecL {
        width: 960px;
        height: 1256px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images32.png) no-repeat;
        /* background-size: 100% 100%; */
        background-repeat: no-repeat;
        background-position: center;
        background-size: 960px 1256px;
        box-sizing: border-box;
        padding-right: 29px;
        padding-top: 73px;
        align-items: flex-end;
    }

    .Teaching_SpecR {
        width: 960px;
        height: 1256px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images34.png) no-repeat;
        /* background-size: 100% 100%; */
        background-repeat: no-repeat;
        background-position: center;
        background-size: 960px 1256px;
        box-sizing: border-box;
        padding-left: 29px;
        padding-top: 73px;
        margin-left: -1px;
        align-items: flex-start;
    }

    .Teaching_Specialtybox>ul li {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;


    }

    .Teaching_Spec1 {
        font-size: 30px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #7B5A00;
        line-height: 30px;

    }

    .Teaching_Spec2 {
        font-size: 22px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: rgba(123, 90, 0, 0.6);
        line-height: 22px;
        letter-spacing: 5px;
        margin-top: 18px;
    }

    .Teaching_Spec3 {
        display: block;
        width: 547px;
        font-size: 14px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #333333;
        line-height: 30px;
        text-align: justify;
        text-justify: inter-ideograph;
        margin-top: 40px;
    }

    .Teaching_Spec4 {
        display: block;
        width: 540px;
        height: 1px;
        background: rgba(153, 153, 153, 0.6);
        margin-top: 40px;
    }

    .Teaching_Spec5 {
        width: 540px;
        margin-top: 30px;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
    }

    .Teaching_SpecL .Teaching_Spec5>li {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-right: 36px;
    }

    .Teaching_Spec5>li>div {
        background: #FFD000;
        border-radius: 8px;
        font-size: 14px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 22px;
        text-align: center;
        box-sizing: border-box;
        padding: 6px 9px;
        margin-bottom: 22px;
    }

    .Teaching_Spec5>li>p {
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 14px;
        padding-left: 7px;
        margin-bottom: 20px;
    }

    .Teaching_Spec6 {
        background: #FFA800;
        border-radius: 8px;
        box-sizing: border-box;
        padding: 6px 9px;
        margin-bottom: 22px;
        font-size: 14px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 22px;
        margin-top: 30px;
    }

    .Teaching_SpecR p {
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 14px;
        margin-bottom: 20px;
    }

    /*多元化、学终端*/
    .terminalbox {
        margin-top: 100px;
        position: relative;
    }

    .terminalP {
        font-size: 20px;
        font-weight: 400;
        color: #333333;
        line-height: 20px;
        text-align: center;
        margin: 47px auto 0;
    }

    .terminalUL {

        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        /* margin: 108px auto 0; */
        position: absolute;
        top: 162px;
        left: 50%;
        transform: translate(-50%);
    }

    .terminalUL>li:nth-child(1) {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .terminalUL>li:nth-child(3) {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .terminalUL>li>i {
        display: block;
        width: 2px;
        height: 120px;
        background: #999999;
        margin: 0 24px;
    }

    .terminalUL>li p {
        margin-bottom: 10px;
        font-size: 14px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #666666;
    }

    .terminalD {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        margin: 162px auto 0;
    }

    .terminalDT {
        width: 50vw;
        height: 291px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images41.png) no-repeat;
        background-size: 100% 100%;
        position: relative;
    }

    .terminalDT3 {
        width: 418px;
        height: 399px;
        position: absolute;
        bottom: 0;
        right: 0;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images37.png) no-repeat;
        background-size: 100% 100%;
    }


    #terminalDT1 .sswiper-slide img {
        width: 418px;
        height: 399px;
    }

    .terminalDT2 {
        width: 140px;
        height: 150px;
        position: absolute;
        top: 370px;
        left: 0;
    }

    .terminalDT2>h2 {
        font-size: 18px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 18px;
        letter-spacing: 2px;
        margin-bottom: 25px;
    }

    .terminalDT2>p {
        font-size: 12px;
        font-weight: 600;
        color: #666666;
        line-height: 12px;
        position: relative;
        padding-left: 10px;
        margin-bottom: 20px;
    }

    .terminalDT2>p:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        height: 3px;
        background: #F7B400;
        border-radius: 50%;
    }

    .terminalDD {
        width: 50vw;
        height: 291px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images47.png) no-repeat;
        background-size: 100% 100%;
        position: relative;
    }

    .terminalDT4 {
        width: 140px;
        height: 150px;
        position: absolute;
        top: 370px;
        right: 120px;
    }

    .terminalDT4>h2 {
        font-size: 18px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 18px;
        letter-spacing: 2px;
        margin-bottom: 25px;
    }

    .terminalDT4>p {
        font-size: 12px;
        font-weight: 600;
        color: #666666;
        line-height: 12px;
        position: relative;
        padding-left: 10px;
        margin-bottom: 20px;
    }

    .terminalDT4>p:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        height: 3px;
        background: #F7B400;
        border-radius: 50%;
    }

    .terminalDT6 {
        width: 329px;
        height: 403px;
        position: absolute;
        bottom: 109px;
        left: 51px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images43.png) no-repeat;
        background-size: 100% 100%;
    }

    #terminalDT5 .sswiper-slide img {
        width: 330px;
        height: 399px;
    }

    /*教学成果*/
    .Achievementsbox {
        width: 100%;
        height: 570px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images50.png) no-repeat;
        /* background-size: 100% 100%; */
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1920px 570px;
        margin: 100px auto -20px;
    }

    .Achievements {
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .Achievements>h2 {
        font-size: 18px;
        font-weight: 500;
        color: #333333;
        line-height: 18px;
        margin-bottom: 12px;
        text-align: center;
    }

    .Achievements>h3 {
        font-size: 22px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: #333333;
        line-height: 22px;
        letter-spacing: 5px;
        text-align: center;
    }

    .Achievements>h4 {
        font-size: 26px;
        font-weight: 400;
        color: #333333;
        line-height: 26px;
        letter-spacing: 60px;
        margin-top: 60px;
        text-align: center;
    }

    .Achievements>a>img {
        margin-top: 80px;
        cursor: pointer;
    }

    /*资讯*/
    .real_time {
        margin: 100px auto 0;
    }

    .real_timeul1 {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }

    .real_timeul1 li {
        width: 386px;
    }

    .real_timeulT {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }

    .real_timeulT>div {
        margin-left: 15px;
    }

    .real_timeulT>div>h2 {
        font-size: 18px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #999999;
        line-height: 18px;
        margin-bottom: 12px;
    }

    .real_timeulT>div>h3 {
        font-size: 22px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: #333333;
        line-height: 22px;
        letter-spacing: 5px;
    }

    .real_timeulT>a {
        width: 40px;
        height: 40px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images48.png) no-repeat;
        background-size: 100% 100%;
        margin-top: 16px;
        margin-right: 20px;
    }

    .real_timeulT>a:hover {
        width: 40px;
        height: 40px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images49.png) no-repeat;
        background-size: 100% 100%;
        margin-top: 16px;
    }

    .real_timeul2 {
        width: 100%;
        margin-top: 60px;
    }

    .real_timeul2>div {
        position: relative;
    }

    .real_timeul2>div>img {
        display: block;
        width: 100%;
        height: 217px;
    }

    /* .real_timeul2>div:hover {
    background: #0E0E0E;
    opacity: 0.8;
} */

    .real_timeul2>div:hover div {
        display: block;
    }

    .real_timeul2>div>div {
        width: 100%;
        height: 217px;
        position: absolute;
        top: 0;
        left: 0;
        background: #0E0E0E;
        opacity: 0.8;
        display: none;
    }

    .See_more {
        width: 100px;
        height: 40px;
        border: 1px solid #999999;
        text-align: center;
        line-height: 40px;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
    }

    .See_more:hover,
    .See_more:visited,
    .See_more:link,
    .See_more:active {
        color: #FFFFFF;
    }

    .real_timeul2>ul {
        border: 1px solid #CCC;
        border-top: none;
    }

    .real_timeul2>ul li {
        width: 345px;
        padding: 15px 20px;
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .real_timeul2>ul li:hover {
        background: #F7B402;
        color: #fff;
    }

    /*  */

    #bigbox {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        overflow: hidden;
        margin: 50px auto 0;
    }

    .bg {
        width: 600px;
        height: 582px;
        background: url("https://res.maxiaoha.cn/new2hlweb/home/imagesL2.png") no-repeat bottom;
        overflow: hidden;
    }

    .bgR {
        width: 600px;
        height: 582px;
        background: url("https://res.maxiaoha.cn/new2hlweb/home/imagesR1.png") no-repeat bottom;
        overflow: hidden;
    }

    .phone {
        width: 370px;
        height: 330px;
        background-size: 100%;
        margin-left: 200px;
        position: relative;
        z-index: -1;
        margin-top: 190px;
    }

    .phoneD {
        width: 386px;
        height: 400px;
        background-size: 100%;
        margin-left: 39px;
        position: relative;
        z-index: -1;
        margin-top: 75px;

    }

    .image {
        width: 100%;
        height: 100%;
        position: relative;
        transform-origin: left top;
        transform: rotate(-30deg);
    }

    .image>div {
        width: 100%;
        height: 100%;
        transform-origin: left top;
        transform: rotate(30deg);
        position: absolute;
        bottom: 0;
        transition: all 1s;
    }

    .imageD {
        width: 100%;
        height: 100%;
        position: relative;
        transform-origin: left top;
        transform: rotate(30deg);
    }

    .imageD>div {
        width: 100%;
        height: 100%;
        transform-origin: left top;
        transform: rotate(-30deg);
        position: absolute;
        bottom: 0;
        transition: all 1s;
    }


    .img0 {
        left: 0;
        z-index: 100;
    }

    .img1 {
        left: 50%;
        z-index: 200;
    }

    .img2 {
        animation: two 2s forwards;
    }

    .imgD0 {
        left: 0;
        z-index: 100;
    }

    .imgD1 {
        left: 100%;
        z-index: 200;
    }

    .imgD2 {
        animation: two 2s forwards;
    }

    @keyframes two {
        0% {
            left: 0;
            z-index: 50;
        }

        50% {
            left: 0;
            z-index: 50;
        }

        99% {
            left: 100%;
            z-index: 50;
        }

        100% {
            left: 100%;
            z-index: 300;
        }
    }

    #bigbox img {
        /* width: 100%; */
        height: 100%;
        display: block;
    }
}

@media screen and (min-width: 1367px) and (max-width: 1680px) {

    /*新官网首页*/
    #indexbanner {}

    .swiper-container {
        width: 100%;
        height: 100%;
    }

    .sswiper-slide {
        text-align: center;
        font-size: 18px;
        /*background: #fff;*/
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    #bannerbox .swiper-pagination-bullet {
        width: 30px;
        height: 6px;
        text-align: center;
        line-height: 18px;
        font-size: 12px;
        color: #FFF;
        background: rgba(255, 255, 255, 1);
        opacity: 0.49;
        margin: 0 7px;
        border-radius: 3px;
    }

    #bannerbox a{
        display: block;
        width: 100%;
    }
    #bannerbox .swiper-slide{
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    #bannerbox .swiper-slide img{
        width: 100%;
        height: 100%;
    }
    #bannerbox .swiper-pagination-bullet-active {
        color: #FFA800;
        background: #FFFFFF;
        opacity: 1;
    }
    .SkipPage {
        width: 254px !important;
        height: 68px;
        background: #FFFFFF;
        border-radius: 36px;
        position: absolute;
        bottom: 85px;
        left: 27%;
        transform: translateX(-50%);
        font-size: 26px;
        font-weight: 500;
        color: #FFA800;
        display: -webkit-flex !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    /*免费领取样式*/
    .Free_of_charges {
        position: relative;
    }

    .Free_of_charge {
        width: 320px;
        height: 400px;
        background: #FFFFFF;
        border-radius: 6px;
        position: absolute;
        top: 138px;
        right: 0;
        z-index: 9;
        box-sizing: border-box;
        padding: 30px 20px 0;
    }

    .Free_of_charge>h3 {
        width: 100%;
        text-align: center;
        font-size: 22px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #666666;
        line-height: 22px;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Free_of_charge>h3>i {
        display: block;
        width: 36px;
        height: 1px;
        background: #CCC;
        margin: 0 12px;
    }

    .Free_of_charge>p {
        font-size: 20px;
        font-weight: 600;
        color: #F7B402;
        line-height: 14px;
        text-align: center;
        margin: 30px auto 0;
    }

    .Free_of_charge>p>i {
        font-size: 26px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: #F7B402;
        line-height: 26px;
        padding: 0 5px;
    }

    input {
        background: none;
        outline: none;
        border: none;
    }

    button {
        border: none;
        background-color: transparent;
        outline: none;
    }

    .Free_of_charge input {
        width: 100%;
        height: 44px;
        box-sizing: border-box;
        background: #F5F5F5;
        border-radius: 6px;
        margin-bottom: 16px;
        padding-left: 15px;
        font-size: 14px;
        font-weight: 400;
        color: #333333;
    }

    .Free_of_charge input::-webkit-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        color: #CCC;
        line-height: 44px;
    }

    .Free_of_charge #code1 {
        width: 100px;
        height: 100%;
        margin-bottom: 0px;
    }

    .Free_of_charge>.hl_yzm {
        width: 100%;
        height: 44px;
        background: #F5F5F5;
        border-radius: 6px;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        padding: 0 20px 0 0;
    }

    .Free_of_charge #code1 {
        width: 150px;
        height: 100%;
    }

    .Free_of_charge #btnSendCode1 {
        border: none;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        color: #F7B402;
        margin-bottom: 0px;
    }

    .Free_of_charge>.hl_yzm>i {
        display: block;
        width: 3px;
        height: 16px;
        background-color: #CCCCCC;
    }

    .aloudname {
        margin-top: 30px;
    }

    .Free_of_chargex {
        width: 100%;
        height: 44px;
        background: #F7B400;
        border-radius: 6px;
        line-height: 44px;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        color: #FFFFFF;
        margin-top: 16px;
        cursor: pointer;
    }

    .Free_of_charge>span {
        display: block;
        font-size: 12px;
        font-weight: 400;
        color: #CCCCCC;
        margin-top: 20px;
        text-align: center;
    }

    /*首页内容*/
    #faceback {
        width: 100%;
        height: 780px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/lessimg.jpg) no-repeat;
        /* background-size: 100% 100%; */
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1920px 780px;
        overflow: hidden;
    }

    .black_tit {
        width: 100%;
        height: 50px;
        font-size: 50px;
        font-weight: 600;
        color: #333333;
        line-height: 50px;
        letter-spacing: 4px;
        -webkit-text-stroke: 2px #333333;
        text-stroke: 2px #333333;
        text-align: center;
    }

    .white_tit {
        width: 100%;
        height: 50px;
        font-size: 50px;
        font-weight: 600;
        color: #FFC600;
        line-height: 50px;
        letter-spacing: 4px;
        /* -webkit-text-stroke: 2px #333333;
    text-stroke: 2px #333333; */
        text-align: center;
    }

    .Challengebox {
        margin: 131px auto 0;
    }

    .Challengebox>span {
        display: block;
        width: 950px;
        height: 160px;
        font-size: 20px;
        font-weight: 400;
        color: #333333;
        line-height: 40px;
        text-align: justify;
        margin: 50px auto 0;
        text-justify: inter-ideograph;
    }

    .grow_up {
        margin: 162px auto 0;
    }

    .grow_up>span {
        display: block;
        width: 950px;
        height: 80px;
        font-size: 20px;
        font-weight: 400;
        color: #333333;
        line-height: 40px;
        margin: 66px auto 0;
        text-align: justify;
        text-justify: inter-ideograph;
    }

    .turntable {
        margin: 230px auto 0;
    }

    .turntable>div {
        position: relative;
        height: 580px;
    }

    .basement0 {
        width: 580px;
        height: 581px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
    }

    .basement1 {
        width: 237px;
        height: 92px;
        position: absolute;
        top: -49px;
        right: 15%;
    }

    .basement2 {
        width: 249px;
        height: 81px;
        position: absolute;
        top: 376px;
        right: 5%;
    }

    .basement3 {
        width: 223px;
        height: 80px;
        position: absolute;
        top: 598px;
        left: 50%;
        transform: translateX(-50%);
    }

    .basement4 {
        width: 254px;
        height: 84px;
        position: absolute;
        top: 376px;
        left: 5%;
    }

    .basement5 {
        width: 240px;
        height: 88px;
        position: absolute;
        top: -49px;
        left: 15%;
    }

    .choicebox {
        margin: 80px auto 0;
    }

    .choiceboxP1 {
        font-size: 18px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 18px;
        text-align: center;
        margin-top: 58px;
    }

    .choiceboxP2 {
        font-size: 22px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: #FFFFFF;
        line-height: 22px;
        letter-spacing: 5px;
        margin-top: 12px;
        text-align: center;
    }

    .choicebox>ul {
        margin: 120px auto 0;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
    }

    .choicebox>ul li {
        width: 280px;
        height: 280px;
        border-radius: 50%;
        border: 1px solid #464132;
        margin-left: -50px;
    }

    .choicebox>ul li:nth-child(1) {
        margin-left: 0;
    }

    .choicebox>ul li .choiceboxT {
        height: 100%;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /*display:none;*/
    }

    .choicebox>ul li .choiceboxT p {
        font-size: 40px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: #999999;
        line-height: 40px;
        letter-spacing: 4px;
        margin: 30px auto 21px;
    }

    .choicebox>ul li .choiceboxT span {
        font-size: 18px;
        font-weight: 400;
        color: #666666;
        line-height: 18px;
        text-align: center;
    }

    .choicebox>ul li:hover {
        transition: 0.5s;
        width: 280px;
        height: 510px;
        background: #F7B400;
        border-radius: 150px;
        z-index: 9;
        border: 1px solid #F7B400;
    }

    .choicebox>ul li:hover .choiceboxD {
        display: block;
    }

    .choicebox>ul li:hover .choiceboxT {
        display: none;
    }

    .choicebox>ul li .choiceboxD {
        height: 100%;
        display: none;
    }

    .choicebox>ul li .choiceboxD>div {
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .choicebox>ul li .choiceboxD h3 {
        font-size: 40px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: #FFFFFF;
        line-height: 40px;
        letter-spacing: 4px;
        margin: 30px auto 21px;
        text-align: center;
    }

    .choicebox>ul li .choiceboxD p {
        font-size: 18px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 18px;
        text-align: center;
        margin-bottom: 33px;
    }

    .choicebox>ul li .choiceboxD i {
        display: block;
        width: 30px;
        height: 1px;
        margin: 0 auto 28px;
        background: #fff;
    }

    .choicebox>ul li .choiceboxD span {
        display: block;
        width: 180px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
        margin: 0 auto;
    }

    .Our_courses {
        margin: 80px auto 0;
    }

    .Our_courses>h2 {
        font-size: 18px;
        font-weight: 500;
        color: #999999;
        line-height: 18px;
        margin-bottom: 15px;
        text-align: center;
    }

    .Our_courses>h3 {
        font-size: 22px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: #333333;
        line-height: 22px;
        letter-spacing: 5px;
        text-align: center;
    }

    .Our_coursesbox {
        width: 100%;
        margin: 60px auto 0;
    }

    .Our_courbox {
        display: none;
        position: relative;
    }

    .Our_coursesbox .tab {
        width: 100%;
        overflow: hidden;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        margin-bottom: 51px;
    }

    .Our_coursesbox .tab li {
        height: 30px;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #999999;
        line-height: 30px;
        cursor: pointer;
        margin: 0 30px;
        box-sizing: border-box;
        padding-bottom: 5px;
    }

    .on {
        display: block;
    }

    .Our_coursesbox .tab li.cur1 {
        border-bottom: 2px solid #F7B400;
        color: #333333;
    }

    .Our_courbox>ul {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }

    .Our_courbox>ul li:nth-child(2) {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .Our_courbox1 {
        width: 1200px;
        height: 450px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images19.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .Our_courbox2 {
        width: 1200px;
        height: 450px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images23.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .Our_courbox3 {
        width: 1200px;
        height: 450px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images27.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .Our_courbox4 {
        width: 1200px;
        height: 450px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images31.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .Our_courbox:hover .Our_courboxs {
        display: block;
    }

    .Our_courboxs {
        display: none;
    }

    .Our_courbox>div>div {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .Our_courbox>div>div>h2 {
        font-size: 32px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 32px;
        letter-spacing: 4px;
    }

    .Our_courbox>div>div>i {
        display: block;
        width: 64px;
        height: 1px;
        background: #999999;
        margin: 24px auto 23px;
    }

    .Our_courbox>div>div>p {
        height: 13px;
        font-size: 13px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 12px;
        letter-spacing: 3px;
        text-align: center;
        margin-bottom: 72px;
    }

    .Our_courbox>div>div>a {
        width: 180px;
        height: 50px;
        border-radius: 25px;
        border: 1px solid #999999;
        line-height: 50px;
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        text-align: center;
    }

    .Our_courbox>div>div>a:hover {
        background: #F7B400;
        border-radius: 25px;
        border: 1px solid #F7B400;
        color: #FFFFFF;
    }

    .Teaching_Specialty {
        margin: 98px auto 0;
    }

    .h2title {
        font-size: 18px;
        font-weight: 500;
        color: #999999;
        line-height: 18px;
        text-align: center;
        margin-bottom: 15px;
    }

    .h3title {
        font-size: 22px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: #333333;
        line-height: 22px;
        letter-spacing: 5px;
        text-align: center;
    }

    .Teaching_Specialtybox>ul {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        margin-top: 90px;
    }

    .Teaching_SpecL {
        width: 960px;
        height: 1256px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images32.png) no-repeat;
        /* background-size: 100% 100%; */
        background-repeat: no-repeat;
        background-position: center;
        background-size: 960px 1256px;
        box-sizing: border-box;
        padding-right: 29px;
        padding-top: 73px;
        align-items: flex-end;
    }

    .Teaching_SpecR {
        width: 960px;
        height: 1256px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images34.png) no-repeat;
        /* background-size: 100% 100%; */
        background-repeat: no-repeat;
        background-position: center;
        background-size: 960px 1256px;
        box-sizing: border-box;
        padding-left: 29px;
        padding-top: 73px;
        margin-left: -1px;
        align-items: flex-start;
    }

    .Teaching_Specialtybox>ul li {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;


    }

    .Teaching_Spec1 {
        font-size: 30px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #7B5A00;
        line-height: 30px;

    }

    .Teaching_Spec2 {
        font-size: 22px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: rgba(123, 90, 0, 0.6);
        line-height: 22px;
        letter-spacing: 5px;
        margin-top: 18px;
    }

    .Teaching_Spec3 {
        display: block;
        width: 547px;
        font-size: 14px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #333333;
        line-height: 30px;
        text-align: justify;
        text-justify: inter-ideograph;
        margin-top: 40px;
    }

    .Teaching_Spec4 {
        display: block;
        width: 540px;
        height: 1px;
        background: rgba(153, 153, 153, 0.6);
        margin-top: 40px;
    }

    .Teaching_Spec5 {
        width: 540px;
        margin-top: 30px;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
    }

    .Teaching_SpecL .Teaching_Spec5>li {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-right: 36px;
    }

    .Teaching_Spec5>li>div {
        background: #FFD000;
        border-radius: 8px;
        font-size: 14px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 22px;
        text-align: center;
        box-sizing: border-box;
        padding: 6px 9px;
        margin-bottom: 22px;
    }

    .Teaching_Spec5>li>p {
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 14px;
        padding-left: 7px;
        margin-bottom: 20px;
    }

    .Teaching_Spec6 {
        background: #FFA800;
        border-radius: 8px;
        box-sizing: border-box;
        padding: 6px 9px;
        margin-bottom: 22px;
        font-size: 14px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 22px;
        margin-top: 30px;
    }

    .Teaching_SpecR p {
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 14px;
        margin-bottom: 20px;
    }

    /*多元化、学终端*/
    .terminalbox {
        margin-top: 100px;
        position: relative;
    }

    .terminalP {
        font-size: 20px;
        font-weight: 400;
        color: #333333;
        line-height: 20px;
        text-align: center;
        margin: 47px auto 0;
    }

    .terminalUL {

        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        /* margin: 108px auto 0; */
        position: absolute;
        top: 162px;
        left: 50%;
        transform: translate(-50%);
    }

    .terminalUL>li:nth-child(1) {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .terminalUL>li:nth-child(3) {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .terminalUL>li>i {
        display: block;
        width: 2px;
        height: 120px;
        background: #999999;
        margin: 0 24px;
    }

    .terminalUL>li p {
        margin-bottom: 10px;
        font-size: 14px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #666666;
    }

    .terminalD {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        margin: 162px auto 0;
    }

    .terminalDT {
        width: 50vw;
        height: 291px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images41.png) no-repeat;
        background-size: 100% 100%;
        position: relative;
    }

    .terminalDT3 {
        width: 418px;
        height: 399px;
        position: absolute;
        bottom: 0;
        right: 0;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images37.png) no-repeat;
        background-size: 100% 100%;
    }


    #terminalDT1 .sswiper-slide img {
        width: 418px;
        height: 399px;
    }

    .terminalDT2 {
        width: 140px;
        height: 150px;
        position: absolute;
        top: 370px;
        left: 0;
    }

    .terminalDT2>h2 {
        font-size: 18px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 18px;
        letter-spacing: 2px;
        margin-bottom: 25px;
    }

    .terminalDT2>p {
        font-size: 12px;
        font-weight: 600;
        color: #666666;
        line-height: 12px;
        position: relative;
        padding-left: 10px;
        margin-bottom: 20px;
    }

    .terminalDT2>p:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        height: 3px;
        background: #F7B400;
        border-radius: 50%;
    }

    .terminalDD {
        width: 50vw;
        height: 291px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images47.png) no-repeat;
        background-size: 100% 100%;
        position: relative;
    }

    .terminalDT4 {
        width: 140px;
        height: 150px;
        position: absolute;
        top: 370px;
        right: 120px;
    }

    .terminalDT4>h2 {
        font-size: 18px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 18px;
        letter-spacing: 2px;
        margin-bottom: 25px;
    }

    .terminalDT4>p {
        font-size: 12px;
        font-weight: 600;
        color: #666666;
        line-height: 12px;
        position: relative;
        padding-left: 10px;
        margin-bottom: 20px;
    }

    .terminalDT4>p:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        height: 3px;
        background: #F7B400;
        border-radius: 50%;
    }

    .terminalDT6 {
        width: 329px;
        height: 403px;
        position: absolute;
        bottom: 109px;
        left: 51px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images43.png) no-repeat;
        background-size: 100% 100%;
    }

    #terminalDT5 .sswiper-slide img {
        width: 330px;
        height: 399px;
    }

    /*教学成果*/
    .Achievementsbox {
        width: 100%;
        height: 570px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images50.png) no-repeat;
        /* background-size: 100% 100%; */
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1920px 570px;
        margin: 100px auto -20px;
    }

    .Achievements {
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .Achievements>h2 {
        font-size: 18px;
        font-weight: 500;
        color: #333333;
        line-height: 18px;
        margin-bottom: 12px;
        text-align: center;
    }

    .Achievements>h3 {
        font-size: 22px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: #333333;
        line-height: 22px;
        letter-spacing: 5px;
        text-align: center;
    }

    .Achievements>h4 {
        font-size: 26px;
        font-weight: 400;
        color: #333333;
        line-height: 26px;
        letter-spacing: 60px;
        margin-top: 60px;
        text-align: center;
    }

    .Achievements>a>img {
        margin-top: 80px;
        cursor: pointer;
    }

    /*资讯*/
    .real_time {
        margin: 100px auto 0;
    }

    .real_timeul1 {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }

    .real_timeul1 li {
        width: 386px;
    }

    .real_timeulT {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }

    .real_timeulT>div {
        margin-left: 15px;
    }

    .real_timeulT>div>h2 {
        font-size: 18px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #999999;
        line-height: 18px;
        margin-bottom: 12px;
    }

    .real_timeulT>div>h3 {
        font-size: 22px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: #333333;
        line-height: 22px;
        letter-spacing: 5px;
    }

    .real_timeulT>a {
        width: 40px;
        height: 40px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images48.png) no-repeat;
        background-size: 100% 100%;
        margin-top: 16px;
        margin-right: 20px;
    }

    .real_timeulT>a:hover {
        width: 40px;
        height: 40px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images49.png) no-repeat;
        background-size: 100% 100%;
        margin-top: 16px;
    }

    .real_timeul2 {
        width: 100%;
        margin-top: 60px;
    }

    .real_timeul2>div {
        position: relative;
    }

    .real_timeul2>div>img {
        display: block;
        width: 100%;
        height: 217px;
    }

    /* .real_timeul2>div:hover {
    background: #0E0E0E;
    opacity: 0.8;
} */

    .real_timeul2>div:hover div {
        display: block;
    }

    .real_timeul2>div>div {
        width: 100%;
        height: 217px;
        position: absolute;
        top: 0;
        left: 0;
        background: #0E0E0E;
        opacity: 0.8;
        display: none;
    }

    .See_more {
        width: 100px;
        height: 40px;
        border: 1px solid #999999;
        text-align: center;
        line-height: 40px;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
    }

    .See_more:hover,
    .See_more:visited,
    .See_more:link,
    .See_more:active {
        color: #FFFFFF;
    }

    .real_timeul2>ul {
        border: 1px solid #CCC;
        border-top: none;
    }

    .real_timeul2>ul li {
        width: 345px;
        padding: 15px 20px;
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .real_timeul2>ul li:hover {
        background: #F7B402;
        color: #fff;
    }

    /*  */

    #bigbox {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        overflow: hidden;
        margin: 50px auto 0;
    }

    .bg {
        width: 600px;
        height: 582px;
        background: url("https://res.maxiaoha.cn/new2hlweb/home/imagesL2.png") no-repeat bottom;
        overflow: hidden;
    }

    .bgR {
        width: 600px;
        height: 582px;
        background: url("https://res.maxiaoha.cn/new2hlweb/home/imagesR1.png") no-repeat bottom;
        overflow: hidden;
    }

    .phone {
        width: 370px;
        height: 330px;
        background-size: 100%;
        margin-left: 200px;
        position: relative;
        z-index: -1;
        margin-top: 190px;
    }

    .phoneD {
        width: 386px;
        height: 400px;
        background-size: 100%;
        margin-left: 39px;
        position: relative;
        z-index: -1;
        margin-top: 75px;

    }

    .image {
        width: 100%;
        height: 100%;
        position: relative;
        transform-origin: left top;
        transform: rotate(-30deg);
    }

    .image>div {
        width: 100%;
        height: 100%;
        transform-origin: left top;
        transform: rotate(30deg);
        position: absolute;
        bottom: 0;
        transition: all 1s;
    }

    .imageD {
        width: 100%;
        height: 100%;
        position: relative;
        transform-origin: left top;
        transform: rotate(30deg);
    }

    .imageD>div {
        width: 100%;
        height: 100%;
        transform-origin: left top;
        transform: rotate(-30deg);
        position: absolute;
        bottom: 0;
        transition: all 1s;
    }


    .img0 {
        left: 0;
        z-index: 100;
    }

    .img1 {
        left: 50%;
        z-index: 200;
    }

    .img2 {
        animation: two 2s forwards;
    }

    .imgD0 {
        left: 0;
        z-index: 100;
    }

    .imgD1 {
        left: 100%;
        z-index: 200;
    }

    .imgD2 {
        animation: two 2s forwards;
    }

    @keyframes two {
        0% {
            left: 0;
            z-index: 50;
        }

        50% {
            left: 0;
            z-index: 50;
        }

        99% {
            left: 100%;
            z-index: 50;
        }

        100% {
            left: 100%;
            z-index: 300;
        }
    }

    #bigbox img {
        /* width: 100%; */
        height: 100%;
        display: block;
    }

    .bigimgphone {
        width: 83px;
        height: 583px !important;
    }
}

@media screen and (min-width: 500px) and (max-width: 1366px) {

    /*新官网首页*/
    #indexbanner {}

    .swiper-container {
        width: 100%;
        height: 100%;
    }

    .sswiper-slide {
        text-align: center;
        font-size: 18px;
        /*background: #fff;*/
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    #bannerbox .swiper-pagination-bullet {
        width: 30px;
        height: 6px;
        text-align: center;
        line-height: 18px;
        font-size: 12px;
        color: #FFF;
        background: rgba(255, 255, 255, 1);
        opacity: 0.49;
        margin: 0 7px;
        border-radius: 3px;
    }
#bannerbox a{
    display: block;
    width: 100%;
}
#bannerbox .swiper-slide{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#bannerbox .swiper-slide img{
    width: 100%;
    height: 100%;
}
    #bannerbox .swiper-pagination-bullet-active {
        color: #FFA800;
        background: #FFFFFF;
        opacity: 1;
    }
    .SkipPage {
        width: 254px !important;
        height: 68px;
        background: #FFFFFF;
        border-radius: 36px;
        position: absolute;
        bottom: 70px;
        left: 27%;
        transform: translateX(-50%);
        font-size: 26px;
        font-weight: 500;
        color: #FFA800;
        display: -webkit-flex !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    /*免费领取样式*/
    .Free_of_charges {
        position: relative;
    }

    .Free_of_charge {
        width: 320px;
        height: 400px;
        background: #FFFFFF;
        border-radius: 6px;
        position: absolute;
        top: 138px;
        right: 0;
        z-index: 9;
        box-sizing: border-box;
        padding: 30px 20px 0;
    }

    .Free_of_charge>h3 {
        width: 100%;
        text-align: center;
        font-size: 22px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #666666;
        line-height: 22px;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Free_of_charge>h3>i {
        display: block;
        width: 36px;
        height: 1px;
        background: #CCC;
        margin: 0 12px;
    }

    .Free_of_charge>p {
        font-size: 20px;
        font-weight: 600;
        color: #F7B402;
        line-height: 14px;
        text-align: center;
        margin: 30px auto 0;
    }

    .Free_of_charge>p>i {
        font-size: 26px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: #F7B402;
        line-height: 26px;
        padding: 0 5px;
    }

    input {
        background: none;
        outline: none;
        border: none;
    }

    button {
        border: none;
        background-color: transparent;
        outline: none;
    }

    .Free_of_charge input {
        width: 100%;
        height: 44px;
        box-sizing: border-box;
        background: #F5F5F5;
        border-radius: 6px;
        margin-bottom: 16px;
        padding-left: 15px;
        font-size: 14px;
        font-weight: 400;
        color: #333333;
    }

    .Free_of_charge input::-webkit-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        color: #CCC;
        line-height: 44px;
    }

    .Free_of_charge #code1 {
        width: 100px;
        height: 100%;
        margin-bottom: 0px;
    }

    .Free_of_charge>.hl_yzm {
        width: 100%;
        height: 44px;
        background: #F5F5F5;
        border-radius: 6px;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        padding: 0 20px 0 0;
    }

    .Free_of_charge #code1 {
        width: 150px;
        height: 100%;
    }

    .Free_of_charge #btnSendCode1 {
        border: none;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        color: #F7B402;
        margin-bottom: 0px;
    }

    .Free_of_charge>.hl_yzm>i {
        display: block;
        width: 3px;
        height: 16px;
        background-color: #CCCCCC;
    }

    .aloudname {
        margin-top: 30px;
    }

    .Free_of_chargex {
        width: 100%;
        height: 44px;
        background: #F7B400;
        border-radius: 6px;
        line-height: 44px;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        color: #FFFFFF;
        margin-top: 16px;
        cursor: pointer;
    }

    .Free_of_charge>span {
        display: block;
        font-size: 12px;
        font-weight: 400;
        color: #CCCCCC;
        margin-top: 20px;
        text-align: center;
    }

    /*首页内容*/
    #faceback {
        width: 100%;
        height: 780px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/lessimg.jpg) no-repeat;
        /* background-size: 100% 100%; */
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1920px 780px;
        overflow: hidden;
    }

    .black_tit {
        width: 100%;
        height: 50px;
        font-size: 50px;
        font-weight: 600;
        color: #333333;
        line-height: 50px;
        letter-spacing: 4px;
        -webkit-text-stroke: 2px #333333;
        text-stroke: 2px #333333;
        text-align: center;
    }

    .white_tit {
        width: 100%;
        height: 50px;
        font-size: 50px;
        font-weight: 600;
        color: #FFC600;
        line-height: 50px;
        letter-spacing: 4px;
        /* -webkit-text-stroke: 2px #333333;
    text-stroke: 2px #333333; */
        text-align: center;
    }

    .Challengebox {
        margin: 131px auto 0;
    }

    .Challengebox>span {
        display: block;
        width: 950px;
        height: 160px;
        font-size: 20px;
        font-weight: 400;
        color: #333333;
        line-height: 40px;
        text-align: justify;
        margin: 50px auto 0;
        text-justify: inter-ideograph;
    }

    .grow_up {
        margin: 162px auto 0;
    }

    .grow_up>span {
        display: block;
        width: 950px;
        height: 80px;
        font-size: 20px;
        font-weight: 400;
        color: #333333;
        line-height: 40px;
        margin: 66px auto 0;
        text-align: justify;
        text-justify: inter-ideograph;
    }

    .turntable {
        margin: 230px auto 0;
    }

    .turntable>div {
        position: relative;
        height: 580px;
    }

    .basement0 {
        width: 580px;
        height: 581px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
    }

    .basement1 {
        width: 237px;
        height: 92px;
        position: absolute;
        top: -49px;
        right: 15%;
    }

    .basement2 {
        width: 249px;
        height: 81px;
        position: absolute;
        top: 376px;
        right: 5%;
    }

    .basement3 {
        width: 223px;
        height: 80px;
        position: absolute;
        top: 598px;
        left: 50%;
        transform: translateX(-50%);
    }

    .basement4 {
        width: 254px;
        height: 84px;
        position: absolute;
        top: 376px;
        left: 5%;
    }

    .basement5 {
        width: 240px;
        height: 88px;
        position: absolute;
        top: -49px;
        left: 15%;
    }

    .choicebox {
        margin: 80px auto 0;
    }

    .choiceboxP1 {
        font-size: 18px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 18px;
        text-align: center;
        margin-top: 58px;
    }

    .choiceboxP2 {
        font-size: 22px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: #FFFFFF;
        line-height: 22px;
        letter-spacing: 5px;
        margin-top: 12px;
        text-align: center;
    }

    .choicebox>ul {
        margin: 120px auto 0;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
    }

    .choicebox>ul li {
        width: 280px;
        height: 280px;
        border-radius: 50%;
        border: 1px solid #464132;
        margin-left: -50px;
    }

    .choicebox>ul li:nth-child(1) {
        margin-left: 0;
    }

    .choicebox>ul li .choiceboxT {
        height: 100%;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /*display:none;*/
    }

    .choicebox>ul li .choiceboxT p {
        font-size: 40px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: #999999;
        line-height: 40px;
        letter-spacing: 4px;
        margin: 30px auto 21px;
    }

    .choicebox>ul li .choiceboxT span {
        font-size: 18px;
        font-weight: 400;
        color: #666666;
        line-height: 18px;
        text-align: center;
    }

    .choicebox>ul li:hover {
        transition: 0.5s;
        width: 280px;
        height: 510px;
        background: #F7B400;
        border-radius: 150px;
        z-index: 9;
        border: 1px solid #F7B400;
    }

    .choicebox>ul li:hover .choiceboxD {
        display: block;
    }

    .choicebox>ul li:hover .choiceboxT {
        display: none;
    }

    .choicebox>ul li .choiceboxD {
        height: 100%;
        display: none;
    }

    .choicebox>ul li .choiceboxD>div {
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .choicebox>ul li .choiceboxD h3 {
        font-size: 40px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: #FFFFFF;
        line-height: 40px;
        letter-spacing: 4px;
        margin: 30px auto 21px;
        text-align: center;
    }

    .choicebox>ul li .choiceboxD p {
        font-size: 18px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 18px;
        text-align: center;
        margin-bottom: 33px;
    }

    .choicebox>ul li .choiceboxD i {
        display: block;
        width: 30px;
        height: 1px;
        margin: 0 auto 28px;
        background: #fff;
    }

    .choicebox>ul li .choiceboxD span {
        display: block;
        width: 180px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
        margin: 0 auto;
    }

    .Our_courses {
        margin: 80px auto 0;
    }

    .Our_courses>h2 {
        font-size: 18px;
        font-weight: 500;
        color: #999999;
        line-height: 18px;
        margin-bottom: 15px;
        text-align: center;
    }

    .Our_courses>h3 {
        font-size: 22px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: #333333;
        line-height: 22px;
        letter-spacing: 5px;
        text-align: center;
    }

    .Our_coursesbox {
        width: 100%;
        margin: 60px auto 0;
    }

    .Our_courbox {
        display: none;
        position: relative;
    }

    .Our_coursesbox .tab {
        width: 100%;
        overflow: hidden;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        margin-bottom: 51px;
    }

    .Our_coursesbox .tab li {
        height: 30px;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #999999;
        line-height: 30px;
        cursor: pointer;
        margin: 0 30px;
        box-sizing: border-box;
        padding-bottom: 5px;
    }

    .on {
        display: block;
    }

    .Our_coursesbox .tab li.cur1 {
        border-bottom: 2px solid #F7B400;
        color: #333333;
    }

    .Our_courbox>ul {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }

    .Our_courbox>ul li:nth-child(2) {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .Our_courbox1 {
        width: 1200px;
        height: 450px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images19.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .Our_courbox2 {
        width: 1200px;
        height: 450px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images23.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .Our_courbox3 {
        width: 1200px;
        height: 450px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images27.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .Our_courbox4 {
        width: 1200px;
        height: 450px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images31.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .Our_courbox:hover .Our_courboxs {
        display: block;
    }

    .Our_courboxs {
        display: none;
    }

    .Our_courbox>div>div {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .Our_courbox>div>div>h2 {
        font-size: 32px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 32px;
        letter-spacing: 4px;
    }

    .Our_courbox>div>div>i {
        display: block;
        width: 64px;
        height: 1px;
        background: #999999;
        margin: 24px auto 23px;
    }

    .Our_courbox>div>div>p {
        height: 13px;
        font-size: 13px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 12px;
        letter-spacing: 3px;
        text-align: center;
        margin-bottom: 72px;
    }

    .Our_courbox>div>div>a {
        width: 180px;
        height: 50px;
        border-radius: 25px;
        border: 1px solid #999999;
        line-height: 50px;
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        text-align: center;
    }

    .Our_courbox>div>div>a:hover {
        background: #F7B400;
        border-radius: 25px;
        border: 1px solid #F7B400;
        color: #FFFFFF;
    }

    .Teaching_Specialty {
        margin: 98px auto 0;
    }

    .h2title {
        font-size: 18px;
        font-weight: 500;
        color: #999999;
        line-height: 18px;
        text-align: center;
        margin-bottom: 15px;
    }

    .h3title {
        font-size: 22px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: #333333;
        line-height: 22px;
        letter-spacing: 5px;
        text-align: center;
    }

    .Teaching_Specialtybox>ul {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        margin-top: 90px;
    }

    .Teaching_SpecL {
        width: 960px;
        height: 1256px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images32.png) no-repeat;
        /* background-size: 100% 100%; */
        background-repeat: no-repeat;
        background-position: center;
        background-size: 960px 1256px;
        box-sizing: border-box;
        padding-right: 29px;
        padding-top: 73px;
        align-items: flex-end;
    }

    .Teaching_SpecR {
        width: 960px;
        height: 1256px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images34.png) no-repeat;
        /* background-size: 100% 100%; */
        background-repeat: no-repeat;
        background-position: center;
        background-size: 960px 1256px;
        box-sizing: border-box;
        padding-left: 29px;
        padding-top: 73px;
        margin-left: -1px;
        align-items: flex-start;
    }

    .Teaching_Specialtybox>ul li {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;


    }

    .Teaching_Spec1 {
        font-size: 30px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #7B5A00;
        line-height: 30px;

    }

    .Teaching_Spec2 {
        font-size: 22px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: rgba(123, 90, 0, 0.6);
        line-height: 22px;
        letter-spacing: 5px;
        margin-top: 18px;
    }

    .Teaching_Spec3 {
        display: block;
        width: 547px;
        font-size: 14px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #333333;
        line-height: 30px;
        text-align: justify;
        text-justify: inter-ideograph;
        margin-top: 40px;
    }

    .Teaching_Spec4 {
        display: block;
        width: 540px;
        height: 1px;
        background: rgba(153, 153, 153, 0.6);
        margin-top: 40px;
    }

    .Teaching_Spec5 {
        width: 540px;
        margin-top: 30px;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
    }

    .Teaching_SpecL .Teaching_Spec5>li {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-right: 36px;
    }

    .Teaching_Spec5>li>div {
        background: #FFD000;
        border-radius: 8px;
        font-size: 14px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 22px;
        text-align: center;
        box-sizing: border-box;
        padding: 6px 9px;
        margin-bottom: 22px;
    }

    .Teaching_Spec5>li>p {
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 14px;
        padding-left: 7px;
        margin-bottom: 20px;
    }

    .Teaching_Spec6 {
        background: #FFA800;
        border-radius: 8px;
        box-sizing: border-box;
        padding: 6px 9px;
        margin-bottom: 22px;
        font-size: 14px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 22px;
        margin-top: 30px;
    }

    .Teaching_SpecR p {
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 14px;
        margin-bottom: 20px;
    }

    /*多元化、学终端*/
    .terminalbox {
        margin-top: 100px;
        position: relative;
    }

    .terminalP {
        font-size: 20px;
        font-weight: 400;
        color: #333333;
        line-height: 20px;
        text-align: center;
        margin: 47px auto 0;
    }

    .terminalUL {

        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        /* margin: 108px auto 0; */
        position: absolute;
        top: 162px;
        left: 50%;
        transform: translate(-50%);
    }

    .terminalUL>li:nth-child(1) {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .terminalUL>li:nth-child(3) {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .terminalUL>li>i {
        display: block;
        width: 2px;
        height: 120px;
        background: #999999;
        margin: 0 24px;
    }

    .terminalUL>li p {
        margin-bottom: 10px;
        font-size: 14px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #666666;
    }

    .terminalD {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        margin: 162px auto 0;
    }

    .terminalDT {
        width: 50vw;
        height: 291px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images41.png) no-repeat;
        background-size: 100% 100%;
        position: relative;
    }

    .terminalDT3 {
        width: 418px;
        height: 399px;
        position: absolute;
        bottom: 0;
        right: 0;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images37.png) no-repeat;
        background-size: 100% 100%;
    }


    #terminalDT1 .sswiper-slide img {
        width: 418px;
        height: 399px;
    }

    .terminalDT2 {
        width: 140px;
        height: 150px;
        position: absolute;
        top: 370px;
        left: 0;
    }

    .terminalDT2>h2 {
        font-size: 18px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 18px;
        letter-spacing: 2px;
        margin-bottom: 25px;
    }

    .terminalDT2>p {
        font-size: 12px;
        font-weight: 600;
        color: #666666;
        line-height: 12px;
        position: relative;
        padding-left: 10px;
        margin-bottom: 20px;
    }

    .terminalDT2>p:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        height: 3px;
        background: #F7B400;
        border-radius: 50%;
    }

    .terminalDD {
        width: 50vw;
        height: 291px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images47.png) no-repeat;
        background-size: 100% 100%;
        position: relative;
    }

    .terminalDT4 {
        width: 140px;
        height: 150px;
        position: absolute;
        top: 370px;
        right: 120px;
    }

    .terminalDT4>h2 {
        font-size: 18px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 18px;
        letter-spacing: 2px;
        margin-bottom: 25px;
    }

    .terminalDT4>p {
        font-size: 12px;
        font-weight: 600;
        color: #666666;
        line-height: 12px;
        position: relative;
        padding-left: 10px;
        margin-bottom: 20px;
    }

    .terminalDT4>p:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        height: 3px;
        background: #F7B400;
        border-radius: 50%;
    }

    .terminalDT6 {
        width: 329px;
        height: 403px;
        position: absolute;
        bottom: 109px;
        left: 51px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images43.png) no-repeat;
        background-size: 100% 100%;
    }

    #terminalDT5 .sswiper-slide img {
        width: 330px;
        height: 399px;
    }

    /*教学成果*/
    .Achievementsbox {
        width: 100%;
        height: 570px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images50.png) no-repeat;
        /* background-size: 100% 100%; */
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1920px 570px;
        margin: 100px auto -20px;
    }

    .Achievements {
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .Achievements>h2 {
        font-size: 18px;
        font-weight: 500;
        color: #333333;
        line-height: 18px;
        margin-bottom: 12px;
        text-align: center;
    }

    .Achievements>h3 {
        font-size: 22px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: #333333;
        line-height: 22px;
        letter-spacing: 5px;
        text-align: center;
    }

    .Achievements>h4 {
        font-size: 26px;
        font-weight: 400;
        color: #333333;
        line-height: 26px;
        letter-spacing: 60px;
        margin-top: 60px;
        text-align: center;
    }

    .Achievements>a>img {
        margin-top: 80px;
        cursor: pointer;
    }

    /*资讯*/
    .real_time {
        margin: 100px auto 0;
    }

    .real_timeul1 {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }

    .real_timeul1 li {
        width: 386px;
    }

    .real_timeulT {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }

    .real_timeulT>div {
        margin-left: 15px;
    }

    .real_timeulT>div>h2 {
        font-size: 18px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #999999;
        line-height: 18px;
        margin-bottom: 12px;
    }

    .real_timeulT>div>h3 {
        font-size: 22px;
        font-family: "DINAlternate-Bold, DINAlternate";
        font-weight: bold;
        color: #333333;
        line-height: 22px;
        letter-spacing: 5px;
    }

    .real_timeulT>a {
        width: 40px;
        height: 40px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images48.png) no-repeat;
        background-size: 100% 100%;
        margin-top: 16px;
        margin-right: 20px;
    }

    .real_timeulT>a:hover {
        width: 40px;
        height: 40px;
        background: url(https://res.maxiaoha.cn/new2hlweb/home/images49.png) no-repeat;
        background-size: 100% 100%;
        margin-top: 16px;
    }

    .real_timeul2 {
        width: 100%;
        margin-top: 60px;
    }

    .real_timeul2>div {
        position: relative;
    }

    .real_timeul2>div>img {
        display: block;
        width: 100%;
        height: 217px;
    }

    /* .real_timeul2>div:hover {
    background: #0E0E0E;
    opacity: 0.8;
} */

    .real_timeul2>div:hover div {
        display: block;
    }

    .real_timeul2>div>div {
        width: 100%;
        height: 217px;
        position: absolute;
        top: 0;
        left: 0;
        background: #0E0E0E;
        opacity: 0.8;
        display: none;
    }

    .See_more {
        width: 100px;
        height: 40px;
        border: 1px solid #999999;
        text-align: center;
        line-height: 40px;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
    }

    .See_more:hover,
    .See_more:visited,
    .See_more:link,
    .See_more:active {
        color: #FFFFFF;
    }

    .real_timeul2>ul {
        border: 1px solid #CCC;
        border-top: none;
    }

    .real_timeul2>ul li {
        width: 345px;
        padding: 15px 20px;
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .real_timeul2>ul li:hover {
        background: #F7B402;
        color: #fff;
    }

    /*  */

    #bigbox {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        overflow: hidden;
        margin: 50px auto 0;
    }

    .bg {
        width: 600px;
        height: 582px;
        background: url("https://res.maxiaoha.cn/new2hlweb/home/imagesL2.png") no-repeat bottom;
        background-size: 100% 100%;
        overflow: hidden;
    }

    .bgR {
        width: 600px;
        height: 582px;
        background: url("https://res.maxiaoha.cn/new2hlweb/home/imagesR1.png") no-repeat bottom;
        background-size: 100% 100%;
        overflow: hidden;
    }

    .phone {
        width: 370px;
        height: 330px;
        background-size: 100%;
        margin-left: 200px;
        position: relative;
        z-index: -1;
        margin-top: 190px;
    }

    .phoneD {
        width: 386px;
        height: 400px;
        background-size: 100%;
        margin-left: 39px;
        position: relative;
        z-index: -1;
        margin-top: 75px;

    }

    .image {
        width: 100%;
        height: 100%;
        position: relative;
        transform-origin: left top;
        transform: rotate(-30deg);
    }

    .image>div {
        width: 100%;
        height: 100%;
        transform-origin: left top;
        transform: rotate(30deg);
        position: absolute;
        bottom: 0;
        transition: all 1s;
    }

    .imageD {
        width: 100%;
        height: 100%;
        position: relative;
        transform-origin: left top;
        transform: rotate(30deg);
    }

    .imageD>div {
        width: 100%;
        height: 100%;
        transform-origin: left top;
        transform: rotate(-30deg);
        position: absolute;
        bottom: 0;
        transition: all 1s;
    }


    .img0 {
        left: 0;
        z-index: 100;
    }

    .img1 {
        left: 50%;
        z-index: 200;
    }

    .img2 {
        animation: two 2s forwards;
    }

    .imgD0 {
        left: 0;
        z-index: 100;
    }

    .imgD1 {
        left: 100%;
        z-index: 200;
    }

    .imgD2 {
        animation: two 2s forwards;
    }

    @keyframes two {
        0% {
            left: 0;
            z-index: 50;
        }

        50% {
            left: 0;
            z-index: 50;
        }

        99% {
            left: 100%;
            z-index: 50;
        }

        100% {
            left: 100%;
            z-index: 300;
        }
    }

    #bigbox img {
        /* width: 100%; */
        height: 100%;
        display: block;
    }

    .bigimgphone {
        width: 83px;
        height: 583px !important;
    }
}
.l_width100 * {
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    transition:all .4s ease;
}

.Later2{
    width: 573px;
    height: 572px;
}
.Later3{
    width: 575px;
    height: 574px;
}
.Later4{
    width: 76px;
    height: 76px;
}
.Later5{
    width: 80px;
    height: 80px;
}
.ditu{
    position: relative;
}
.dituimg{
    width: 100%;
    height: 146px !important;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
