html,
body {
    overflow-x: hidden;
}

.wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.contactsBanner {
    width: 100%;
    height: auto;
}

.contactsBanner img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 122px;
}

.trainingCenter {
    width: 100%;
    display: flex;
    padding-bottom: 100px;
}

.trainingLeft {
    flex: 3;
    display: flex;
}

.trainingLeft ul {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    margin-left: 55%;
}

.trainingLeft ul li {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    text-align: center;
    height: 84px;
    line-height: 84px;
    background: #F8F8F8;
    width: 160px;
    font-family: AliRegular;
}

.trainingLeft ul li a {
    font-size: 24px;
    font-family: AliRegular;
    font-weight: 500;
}

.trainingLeft ul li a:hover {
    height: 84px;
    line-height: 84px;
    display: block;
    width: 160px;
    border-bottom: 1px solid #CA1421;
    color: #CA1421;
}

.trainingRight {
    flex: 7;
}

.ulList ul {
    width: 100%;
    margin-top: 101px;
}

.ulList ul li {
    width: 74%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DFDFDF;
    height: 50px;
    margin: 20px 0;
}

.lineL {
    width: 860px;
    height: 1px;
    margin-top: 30px;
    background: #DFDFDF;
}

.pNames {
    font-size: 15px;
    font-family: AliRegular;
    font-weight: 500;
    color: #2C2C34;
    margin-left: 15px;
}

.timesC {
    font-size: 14px;
    font-family: AliRegular;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-left: 25px;
    display: none;
}

.down {
    width: 98px;
    height: 30px;
    background: #CA1421;
    border-radius: 15px;
    display: block;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    font-family: AliRegular;
}

.Pager {
    width: 100%;
    padding-bottom: 100px;
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
    overflow: hidden;
}

.Pager ul {
    width: 31%;
    height: 30px;
    display: flex;
    justify-content: flex-start;
}

.Pager ul li {
    width: 20px;
    height: 20px;
    border: 1px solid #2C2C34;
    text-align: center;
    line-height: 20px;
    margin: 0 5px;
}

.Pager ul li a {
    width: 20px;
    height: 20px;
    display: block;
    color: #000;
}

.Pager ul .active a {
    width: 20px;
    height: 20px;
    display: block;
    color: #fff;
    background: #CA1421;
}
.Pager ul .active span {
    width: 20px;
    height: 20px;
    display: block;
    color: #fff;
    background: #CA1421;
}

.Pager ul li span {
    width: 20px;
    height: 20px;
    display: block;
    color: #000;
}


.activesC a {
    width: 20px;
    height: 20px;
    display: block;
    color: #fff;
    background: #CA1421;
}

.Pager ul li a:hover {
    width: 20px;
    height: 20px;
    display: block;
    color: #fff;
    background: #CA1421;
}

.dialog {
    width: 360px;
    height: 270px;
    background: #F8F8F8;
    box-shadow: 0px 0px 40px 0px rgba(44, 44, 52, 0.25);
    border-radius: 6px;
    top: 850px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    position: absolute;
}

.dialog a {
    font-size: 18px;
    font-family: PingFangSC;
    font-weight: 500;
    color: #2C2C34;
    display: block;
    margin-top: 50px;
    text-align: center;
}

.ma {
    width: 120px;
    height: 120px;
    background: #2D2D2D;
    margin: 0 auto;
    margin-top: 33px;
}

.contactsBanners {
    display: none;
}

.liansx li {
    position: relative;
}

.liansx li:first-child {
    width: 52px;
    height: 150px;
    background: #F7F8FA;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 18px 40px 0px rgba(67, 153, 226, 0.15), 0px 5px 10px 0px rgba(108, 13, 0, 0.15);
    border-radius: 26px;
    text-align: center;
    position: fixed;
    right: 0;
    bottom: 200px;
    z-index: 999;
}

.liansx li:first-child a {
    width: 17px;
    height: 83px;
    font-size: 16px;
    font-weight: 600;
    color: #340606;
    display: block;
    margin: 0 auto;
    margin-top: 55px;
    font-family: AliRegular;
}

.liansx li:last-child a {
    font-size: 18px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    background: #ca1421;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 18px 40px 0px rgba(67, 153, 226, 0.15), 0px 5px 10px 0px rgba(108, 13, 0, 0.15);
    border-radius: 50%;
    display: block;
    font-family: '楷体';
    text-align: center;
    position: fixed;
    right: 10px;
    bottom: 308px;
    z-index: 999;
    line-height: 30px;
    transform: rotate(-90deg);
    color: #ffffff;
}

.contactsBanners {
    display: none;
}

.tContents {
    display: none;
}

.ulLists {
    display: none;
}

.pagersC {
    display: none;
}

.last-contents {
    display: none;
}

.trainingCenterBanners {
    display: none;
}

@media (max-width: 767px) {
    .trainingCenterBanners {
        width: 100%;
        display: block;
    }
    .trainingCenterBanners img {
        width: 100%;
        display: block;
        margin-top: 80px;
    }
    .pagersC {
        display: block;
        width: 100%;
    }
    .pagersC ul {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .pagersC ul li {
        width: 20px;
        height: 20px;
        border: 1px solid #2C2C34;
        text-align: center;
        margin: 0 10px;
    }
    .pagersC ul li a:hover {
        color: #fff;
        display: block;
        width: 20px;
        height: 20px;
        background: #CA1421;
    }
    .ulLists {
        display: block;
        width: 100%;
    }
    .ulLists ul {
        width: 100%;
    }
    .ulLists ul li {
        display: flex;
        justify-content: space-between;
        margin: 10px;
    }
    .ulLists ul li a:last-child {
        color: #CA1421;
        font-family: AliMedium;
    }
    .contactsBanners {
        width: 100%;
        display: block;
    }
    .tContents {
        display: block;
        width: 100%;
    }
    .tContents ul {
        width: 100%;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .tContents ul li{
        font-family: AliMedium;
    }
    
    .tContents ul li a:hover {
        color: #CA1421;
    }
    .contactsBanner {
        display: none;
    }
    .trainingCenter {
        display: none
    }
    .Pager {
        display: none;
    }
    .dialog {
        display: none;
    }
    .liansx {
        display: none;
    }
    .last-contents {
        display: block;
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .footer {
        display: none;
    }
    .footers {
        display: block;
        width: 100%;
    }
    .footersCon {
        width: 100%;
        display: flex;
    }
    .footersCon ul {
        width: 30%;
    }
    .footersCon ul li {
        display: flex;
        width: 100%;
    }
    .footersCon ul li a {
        line-height: 30px;
        margin-left: 30px;
    }
    .rightfooters {
        display: flex;
        width: 70%;
        margin-top: 10px;
        justify-content: space-around;
    }
    .rights-one>img {
        width: 103px;
        display: block;
        height: 102px;
    }
    .rights-two>img {
        width: 103px;
        display: block;
        height: 102px;
    }
}
.navTitles {
        display: none;
        width: 100%;
        background: #2C2C34;
    }
    .navTitles ul {
    width: 100%;
    align-items: center;
    display: flex;
}
.navTitles ul li {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    height: 55px;
}
    .navTitles ul li a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #fff;
        font-family: AliMedium;
    }
    
    
    .navTitles ul li .actives {
        
    border-bottom: 3px solid #CA1421;
    }

/*@media (min-width: 768px) and (max-width: 991px) {*/
/*    .trainingCenterBanners {*/
/*        width: 100%;*/
/*        display: block;*/
/*    }*/
/*    .trainingCenterBanners img {*/
/*        width: 100%;*/
/*        display: block;*/
/*        margin-top: 80px;*/
/*    }*/
/*    .last-contents {*/
/*        display: block;*/
/*        width: 100%;*/
/*        height: 70px;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        flex-direction: column;*/
/*        padding-bottom: 20px;*/
/*    }*/
/*    .pagersC {*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/
/*    .pagersC ul {*/
/*        width: 100%;*/
/*        display: flex;*/
/*        justify-content: flex-end;*/
/*    }*/
/*    .pagersC ul li {*/
/*        width: 20px;*/
/*        height: 20px;*/
/*        border: 1px solid #2C2C34;*/
/*        text-align: center;*/
/*        margin: 0 10px;*/
/*    }*/
/*    .pagersC ul li a:hover {*/
/*        color: #fff;*/
/*        display: block;*/
/*        width: 20px;*/
/*        height: 20px;*/
/*        background: #CA1421;*/
/*    }*/
/*    .ulLists {*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/
/*    .ulLists ul {*/
/*        width: 100%;*/
/*    }*/
/*    .ulLists ul li {*/
/*        display: flex;*/
/*        justify-content: space-between;*/
/*        margin: 10px;*/
/*    }*/
/*    .ulLists ul li a:last-child {*/
/*        color: #CA1421;*/
/*    }*/
/*    .contactsBanners {*/
/*        width: 100%;*/
/*        display: block;*/
/*    }*/
/*    .tContents {*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/
/*    .tContents ul {*/
/*        width: 100%;*/
/*        height: 45px;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: space-around;*/
/*    }*/
/*    .tContents ul li a:hover {*/
/*        color: #CA1421;*/
/*    }*/
/*    .contactsBanner {*/
/*        display: none;*/
/*    }*/
/*    .trainingCenter {*/
/*        display: none*/
/*    }*/
/*    .Pager {*/
/*        display: none;*/
/*    }*/
/*    .liansx {*/
/*        display: none;*/
/*    }*/
/*    .last-content {*/
/*        display: none;*/
/*    }*/
/*    .last-tit,*/
/*    .last-con {*/
/*        font-size: 30px;*/
/*        line-height: 1.5;*/
/*    }*/
/*    .liansx {*/
/*        display: none;*/
/*    }*/
/*    .footer {*/
/*        display: none;*/
/*    }*/
/*    .footers {*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/
/*    .footersCon {*/
/*        width: 100%;*/
/*        display: flex;*/
/*    }*/
/*    .footersCon ul {*/
/*        width: 30%;*/
/*    }*/
/*    .footersCon ul li {*/
/*        display: flex;*/
/*        width: 100%;*/
/*        margin-top: 15px;*/
/*    }*/
/*    .footersCon ul li a {*/
/*        line-height: 2;*/
/*        margin-left: 30px;*/
/*        font-size: 30px;*/
/*    }*/
/*    .rightfooters {*/
/*        display: flex;*/
/*        width: 70%;*/
/*        margin-top: 10px;*/
/*        justify-content: space-around;*/
/*    }*/
/*    .rights-one>img {*/
/*        width: 220px;*/
/*        display: block;*/
/*        height: 200px;*/
/*    }*/
/*    .rights-two>img {*/
/*        width: 220px;*/
/*        display: block;*/
/*        height: 200px;*/
/*    }*/
/*    .rights-one>div {*/
/*        font-size: 30px;*/
/*    }*/
/*    .rights-two>div {*/
/*        font-size: 30px;*/
/*    }*/
/*}*/

/*@media (min-width: 992px) and (max-width: 1199px) {*/
/*    .liansx {*/
/*        display: none;*/
/*    }*/
/*}*/

@media (min-width: 1200px) {}