/* banner */
.swiper {
    width: 100%;
}

.swiper-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;
    position: relative;

}
.swiper-pagination span{
    outline: none;
}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    width: 19px;
    height: 36px;
    opacity: 0.8;
}

.swiper-pagination span {
    width: 120px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 0;
}

/* 首页内容标题 */
.title {
    text-align: center;
    padding: 84px 0 40px;
}

.title p {
    margin-top: 39px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #333333;
}

/* 推荐信息 */
.tjxx {
    padding: 0 0 80px;
}

.tjxx .w {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tjxx .w a {
    position: relative;
    display: block;
    width: 32.64%;
    margin-bottom: 20px;
    transition: all .3s;
}

.tjxx .w a>span {
    display: block;
    position: absolute;
    left: 36px;
    bottom: 36px;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 3px;
    color: #ffffff;
}

.tjxx .w a>span p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #fffefe;
}
.tjxx .w a>span em {
    display: none;
}

.tjxx .w a img {
    width: 100%;
    height: auto;
}

.tjxx .w a:nth-child(1),
.tjxx .w a:nth-child(4) {
    width: 65.97%;
}

.tjxx .w a:nth-child(6) {
    width: 32.1%;
}
.tjxx .w a img {
    width: 100%;
    height: auto;
}
.tjxx .w a:hover span {
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 4px;
    color: #ffffff;
}
.tjxx .w a:hover i {
    color: #df2023 !important;
}
.tjxx .w a:hover>span em {
    display: inline;
}
.tjxx .w a:hover p {
    margin-top: 10px;
}

/* 核心业务 */
.hxyw {
    padding: 0 0 130px;
    background-image: url(../images/hxyw_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.hxyw .lis {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



.hxyw .lis a {
    position: relative;
    display: block;
    width: 13.89%;
    margin: 0 0.6% 3% 0;
    padding: 14% 0 0;
    background-color: rgb(244, 247, 251, .6) !important;
    border-radius: 8px;
    border: solid 1px #333333;
    text-align: center;
}

.hxyw .lis a:hover {
    background-color: #f21f1f !important;
    border: solid 1px #f21f1f;
}

.hxyw .lis a span {
    position: absolute;
    left: 0;
    top: 56%;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 2px;
    color: #2d1b1b;
}

.hxyw .lis a:hover span {
    color: #fff;
}

.hxyw .lis a:nth-child(7) span,
.hxyw .lis a:nth-child(8) span,
.hxyw .lis a:nth-child(9) span,
.hxyw .lis a:nth-child(10) span {
    top: 62%
}

.hxyw .lis a:nth-child(1) {
    background: url(../images/hxyw_hbg1.png) no-repeat center 20%;
}

.hxyw .lis a:nth-child(2) {
    background: url(../images/hxyw_hbg2.png) no-repeat center 20%;
}

.hxyw .lis a:nth-child(3) {
    background: url(../images/hxyw_hbg3.png) no-repeat center 20%;
}

.hxyw .lis a:nth-child(4) {
    background: url(../images/hxyw_hbg4.png) no-repeat center 20%;
}

.hxyw .lis a:nth-child(5) {
    background: url(../images/hxyw_hbg5.png) no-repeat center 20%;
}

.hxyw .lis a:nth-child(6) {
    background: url(../images/hxyw_hbg6.png) no-repeat center 20%;
}

.hxyw .lis a:nth-child(7) {
    background: url(../images/hxyw_hbg7.png) no-repeat center 20%;
}

.hxyw .lis a:nth-child(8) {
    background: url(../images/hxyw_hbg8.png) no-repeat center 20%;
}

.hxyw .lis a:nth-child(9) {
    background: url(../images/hxyw_hbg9.png) no-repeat center 20%;
}

.hxyw .lis a:nth-child(10) {
    background: url(../images/hxyw_hbg10.png) no-repeat center 20%;
}

.hxyw .lis a:nth-child(11) {
    background: url(../images/hxyw_hbg11.png) no-repeat center 20%;
}

.hxyw .lis a:nth-child(12) {
    background: url(../images/hxyw_hbg12.png) no-repeat center 20%;
}

.hxyw .lis a:nth-child(1):hover {
    background: url(../images/hxyw_bg1.png) no-repeat center 20% #f21f1f;

}

.hxyw .lis a:nth-child(2):hover {
    background: url(../images/hxyw_bg2.png) no-repeat center 20% #f21f1f;
}

.hxyw .lis a:nth-child(3):hover {
    background: url(../images/hxyw_bg3.png) no-repeat center 20% #f21f1f;
}

.hxyw .lis a:nth-child(4):hover {
    background: url(../images/hxyw_bg4.png) no-repeat center 20% #f21f1f;
}

.hxyw .lis a:nth-child(5):hover {
    background: url(../images/hxyw_bg5.png) no-repeat center 20% #f21f1f;
}

.hxyw .lis a:nth-child(6):hover {
    background: url(../images/hxyw_bg6.png) no-repeat center 20% #f21f1f;
}

.hxyw .lis a:nth-child(7):hover {
    background: url(../images/hxyw_bg7.png) no-repeat center 20% #f21f1f;
}

.hxyw .lis a:nth-child(8):hover {
    background: url(../images/hxyw_bg8.png) no-repeat center 20% #f21f1f;
}

.hxyw .lis a:nth-child(9):hover {
    background: url(../images/hxyw_bg9.png) no-repeat center 20% #f21f1f;
}

.hxyw .lis a:nth-child(10):hover {
    background: url(../images/hxyw_bg10.png) no-repeat center 20% #f21f1f;
}

.hxyw .lis a:nth-child(11):hover {
    background: url(../images/hxyw_bg11.png) no-repeat center 20% #f21f1f;
}

.hxyw .lis a:nth-child(12):hover {
    background: url(../images/hxyw_bg12.png) no-repeat center 20% #f21f1f;
}

/* 资深讲师 */
.zsjs {
    padding: 0 0 80px;
}

.zsjs .w {
    position: relative;
}

.zsjs .w .swiper-button-prev1 {
    position: absolute;
    top: 50%;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    width: 19px;
    height: 36px;
    opacity: 0.8;
    left: -50px;
    color: #000;
    z-index: 10;
        display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.zsjs .w .swiper-button-prev1::after{
        content: 'prev';
        font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.zsjs .w .swiper-button-next1 {
    position: absolute;
    top: 50%;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    width: 19px;
    height: 36px;
    opacity: 0.8;
    right: -50px;
    color: #000;
    z-index: 10;
        display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.zsjs .w .swiper-button-disabled{
    opacity: 0.35 !important;
}
.zsjs .w .swiper-button-next1::after{
    content: 'next';
        font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.zsjs .w ul {
    display: flex;
    justify-content: space-between;
}

.zsjs .w li {
    width: 18.75%;
}

.zsjs .w li a {
    display: block;
    width: 100%;
}

.zsjs .mySwiper6 .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    text-align: left;
}
.zsjs .mySwiper6 .swiper-wrapper .swiper-slide a .pic{
    padding-top: 145.192%;
    position: relative;
}

.zsjs .mySwiper6 .swiper-wrapper .swiper-slide a img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;

}

.zsjs .mySwiper6 .swiper-wrapper .swiper-slide a h6 {
    margin: 17px 0 4px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #2e2e2e;
}

.zsjs .mySwiper6 .swiper-wrapper .swiper-slide a span {
    font-size: 12px;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #a4a4a4;
}

.zsjs .mySwiper6 .swiper-wrapper .swiper-slide a p {
    margin-top: 8px;
    font-size: 16px;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: -1px;
    color: #999999;
}

.zsjs .w li a img {
    display: block;
    width: 100%;
}

.zsjs .w li a h6 {
    margin: 17px 0 4px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #2e2e2e;
}

.zsjs .w li a span {
    font-size: 12px;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #a4a4a4;
}

.zsjs .w li a p {
    margin-top: 8px;
    font-size: 16px;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: -1px;
    color: #999999;
}

/* 活动与新闻 */
.news {
    padding: 0 0 98px;
    background-color: #fafafa;
}

.news .w {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.news .w .left {
    width: 31.94%;

}

.news .w .left .swiper-slide {
    flex-wrap: wrap;
    padding-bottom: 55px;
    background-color: #f3f3f3;
}

.news .w .left .swiper-pagination {
    left: 50%;
    display: flex;
    justify-items: center;
    margin-left: -45px;
}

.news .w .left .swiper-pagination span {
    width: 11px;
    height: 11px;
    padding: 0;
    background-color: #333;
    border-radius: 5px;
}

.news .w .left h6 {
    display: block;
    width: 100%;
    margin-top: 32px;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
    padding: 0 23px;
}

.news .w .left span {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
    font-size: 16px;

    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #666769;
    padding: 10px 23px;
}

.news .w .left span i {
    display: block;
    width: 50%;
    padding-left: 28px;
    height: 32px;
    line-height: 32px;
}

.news .w .left span i:nth-child(1) {
    width: 44%;
    background: url(../images/new_l.png) no-repeat left center;
}

.news .w .left span i:nth-child(2) {
    width: 56%;
    background: url(../images/date.png) no-repeat left center;
}



.news .w .left p {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    line-height: 27px;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666769;
    text-align: left;
    padding: 0 23px;
}


.news .w .right {
    width: 65.208%;
}

.news .w .right .top {
    display: flex;
    height: 44px;
    padding-bottom: 20px;
    line-height: 24px;
    justify-content: space-between;
    vertical-align: baseline;
    overflow: hidden;
}

.news .w .right .top span {
    font-size: 24px;
    line-height: ;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.news .w .right .top a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #999999;
}

.news .w .right .cen {
    height: 526px;
    padding: 0;
}

.news .w .right .cen li a {
    display: flex;
    justify-content: space-between;
    height: 40px;
    padding-left: 17px;
    background: url(../images/san.png) no-repeat left center;
    transition: all 0s;
    cursor: pointer;
}

.news .w .right .cen li a img {
    width: 200px;
    height: 120px;
    display: none;
}

.news .w .right .cen li a p {
    display: none;
}

.news .w .right .cen li a h6 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-stretch: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 2px;
    color: #333333;
}

.news .w .right .cen li a span {
    font-size: 16px;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.6;
}


.news .w .right .cen li a.on {
    position: relative;
    display: block;
    height: 162px;
    padding-left: 0;
    background: none;
    padding: 20px 0;
    border: #e6e6e6 1px solid;
    border-left: none;
    border-right: none;
}

.news .w .right .cen li a.on img {
    display: block;
    float: left;
    margin-right: 20px;
}

.news .w .right .cen li a.on h6 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 20px 0 8px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;

    line-height: 27px;
    letter-spacing: 2px;
    color: #333333;
}

.news .w .right .cen li a.on p {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.6;
}

.news .w .right .cen li a.on span {
    position: absolute;
    right: 0;
    bottom: 20px;
    line-height: 16px;
}

.news .newm {
    display: flex;
    align-self: center;
    margin: 0 auto;

}

.news .newm a {
    display: block;
    width: 180px;
    text-align: center;
    line-height: 52px;
    height: 52px;
    border-radius: 8px;
    border: solid 2px #f21f1f;
    font-size: 16px;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #f21f1f;
    margin: 0 30px;
}

.link {
    padding: 16px 0 100px;
}

.link .title {
    text-align: left;

}
.link .title img{
    width: 80%;

}
.link .w {
    display: flex;
    flex-wrap: wrap;
}

.link a {
    margin-right: 40px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #333333;
}

@media (max-width: 1500px) {
    .news .w .left span i {
        width: 100% !important;
    }
}
@media (max-width: 1300px) {
    .zsjs {
    width: 100%;
    padding: 0 60px 80px;
}
}
@media (max-width: 1200px) {
    .tjxx .w a span {
        left: 26px;
        bottom: 26px;
        font-size: 36px;
        letter-spacing: 2px;
    }

    .tjxx .w a span p {
        font-size: 16px;
        letter-spacing: 2px;
        color: #fffefe;
    }

    .tjxx .w a:hover span {
        font-size: 40px;
        letter-spacing: 2px;
    }

    .hxyw .lis a span {
        font-size: 18px;
        line-height: 24px;
    }


    .zsjs .w a h6 {
        font-size: 16px;
        line-height: 23px;
    }

    .zsjs .w a p {
        font-size: 14px;
        line-height: 24px;
    }

    .news .w .left p {
        display: block;
        width: 100%;
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #666769;
        text-align: left;
        padding: 0 23px;
    }

    .news .w .right .cen li a h6 {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        font-stretch: normal;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 0px;
        color: #333333;
    }

    .news .w .right .cen li a.on p {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 40px;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 18px;
        letter-spacing: 0px;
        color: #000000;
        opacity: 0.6;
    }

    .link .w {
        display: flex;
        flex-wrap: wrap;
    }

    .link a {
        margin-right: 40px;
        font-size: 20px;
    }
}


@media (max-width: 992px) {
    .tjxx .w a span {
        left: 16px;
        bottom: 16px;
        font-size: 26px;
        letter-spacing: 1px;
    }

    .tjxx .w a:hover span {
        font-size: 30px;
        letter-spacing: 2px;
    }

    .hxyw .lis a span {
        font-size: 14px;
        line-height: 20px;
    }

    .title p {
        font-size: 20px;
    }

    .zsjs .w li a h6 {
        font-size: 14px;
        line-height: 23px;
    }

    .zsjs .w li a p {
        font-size: 12px;
        line-height: 18px;
    }

    .news .w .left span i {
        font-size: 14px !important;
        letter-spacing: 0px;
    }
}
@media(min-width:769px) {
    .liskg{
        display: none;
    }
}
/* 手机站 */
@media(max-width:768px) {
    .swiper {
        margin-top: 12vw;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
        color: #fff;
        width: 9px;
        height: 13px;
        opacity: 0.8;
    }

    .swiper-pagination span {
        width: 3.2vw;
        height: 3.2vw;
        background-color: #ffffff;
        border-radius: 1.6vw;
    }

    /* 首页内容标题 */
    .title {
        text-align: center;
        padding: 5.6vw 0 5.6vw;
    }

    .title img {
        max-width: 50%;
    }

    .title p {
        margin-top: 3.2vw;
        font-size: 3.2vw;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333;
    }

    /* 推荐信息 */
    .tjxx {
        padding: 0 0 5.6vw;
    }

    .tjxx .w {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .tjxx .w a {
        position: relative;
        display: block;
        width: 48%;
        margin-bottom: 5.6vw;
        border-radius: 4px;
    }

    .tjxx .w a span {
        display: block;
        position: absolute;
        left: 3.2vw;
        bottom: 3.2vw;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 3px;
        color: #ffffff;
    }

    .tjxx .w a span p {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #fffefe;
    }


    .tjxx .w a img {
        width: 100%;
        height: auto;
    }

    .tjxx .w a:nth-child(1) {
        width: 100%;
    }

    .tjxx .w a:nth-child(4) {
        width: 48%;
        overflow: hidden;
    }

    .tjxx .w a:nth-child(4) img {
        width: 200% !important;
    }

    .tjxx .w a:nth-child(6) {
        width: 48%;

    }



    .tjxx .w a:hover span {
        font-size: 4.8vw;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
    }

    .tjxx .w a:hover p {
        margin-top: 10px;
    }

    /* 核心业务 */
    .hxyw {
        padding: 0 0 5.6vw;
        background-image: url(../images/hxyw_bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }


    .hxyw .lis {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .liskg{
        display: block;
        font-size: 14px;
        line-height: 40px;
        text-align: center;
        margin: 0 auto;
    }


    .hxyw .lis a {
        position: relative;
        display: block;
        width: 48%;
        padding: 46% 0 0;
        background-color: rgb(244, 247, 251, .6);
        border-radius: 8px;
        border: solid 1px #333333;
        text-align: center;

    }

    .hxyw .lis a:hover {
        background-color: #f21f1f;
        border: solid 1px #f21f1f;
    }

    .hxyw .lis a span {
        position: absolute;
        left: 0;
        top: 56%;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 4vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 6vw;
        letter-spacing: 2px;
        color: #2d1b1b;
    }

    .hxyw .lis a:hover span {
        color: #fff;
    }

    .hxyw .lis a:nth-child(7) span,
    .hxyw .lis a:nth-child(8) span,
    .hxyw .lis a:nth-child(9) span,
    .hxyw .lis a:nth-child(10) span {
        top: 62%
    }

    .hxyw .lis a:nth-child(1) {
        background: url(../images/hxyw_hbg1.png) no-repeat center 20%;
    }

    .hxyw .lis a:nth-child(2) {
        background: url(../images/hxyw_hbg2.png) no-repeat center 20%;
    }

    .hxyw .lis a:nth-child(3) {
        background: url(../images/hxyw_hbg3.png) no-repeat center 20%;
    }

    .hxyw .lis a:nth-child(4) {
        background: url(../images/hxyw_hbg4.png) no-repeat center 20%;
        
    }

    .hxyw .lis a:nth-child(5) {
        background: url(../images/hxyw_hbg5.png) no-repeat center 20%;
        display: none;
    }

    .hxyw .lis a:nth-child(6) {
        background: url(../images/hxyw_hbg6.png) no-repeat center 20%;
        display: none;
    }

    .hxyw .lis a:nth-child(7) {
        background: url(../images/hxyw_hbg7.png) no-repeat center 20%;
        display: none;
    }

    .hxyw .lis a:nth-child(8) {
        background: url(../images/hxyw_hbg8.png) no-repeat center 20%;
        display: none;
    }

    .hxyw .lis a:nth-child(9) {
        background: url(../images/hxyw_hbg9.png) no-repeat center 20%;
        display: none;
    }

    .hxyw .lis a:nth-child(10) {
        background: url(../images/hxyw_hbg10.png) no-repeat center 20%;
        display: none;
    }

    .hxyw .lis a:nth-child(11) {
        background: url(../images/hxyw_hbg11.png) no-repeat center 20%;
        display: none;
    }

    .hxyw .lis a:nth-child(12) {
        background: url(../images/hxyw_hbg12.png) no-repeat center 20%;
        display: none;
    }

    .hxyw .lis a:nth-child(1):hover {
        background: url(../images/hxyw_bg1.png) no-repeat center 20% #f21f1f;

    }

    .hxyw .lis a:nth-child(2):hover {
        background: url(../images/hxyw_bg2.png) no-repeat center 20% #f21f1f;
    }

    .hxyw .lis a:nth-child(3):hover {
        background: url(../images/hxyw_bg3.png) no-repeat center 20% #f21f1f;
    }

    .hxyw .lis a:nth-child(4):hover {
        background: url(../images/hxyw_bg4.png) no-repeat center 20% #f21f1f;
    }

    .hxyw .lis a:nth-child(5):hover {
        background: url(../images/hxyw_bg5.png) no-repeat center 20% #f21f1f;
    }

    .hxyw .lis a:nth-child(6):hover {
        background: url(../images/hxyw_bg6.png) no-repeat center 20% #f21f1f;
    }

    .hxyw .lis a:nth-child(7):hover {
        background: url(../images/hxyw_bg7.png) no-repeat center 20% #f21f1f;
    }

    .hxyw .lis a:nth-child(8):hover {
        background: url(../images/hxyw_bg8.png) no-repeat center 20% #f21f1f;
    }

    .hxyw .lis a:nth-child(9):hover {
        background: url(../images/hxyw_bg9.png) no-repeat center 20% #f21f1f;
    }

    .hxyw .lis a:nth-child(10):hover {
        background: url(../images/hxyw_bg10.png) no-repeat center 20% #f21f1f;
    }

    .hxyw .lis a:nth-child(11):hover {
        background: url(../images/hxyw_bg11.png) no-repeat center 20% #f21f1f;
    }

    .hxyw .lis a:nth-child(12):hover {
        background: url(../images/hxyw_bg12.png) no-repeat center 20% #f21f1f;
    }

    /* 资深讲师 */
    .zsjs {
        padding: 0 0 5.6vw;
    }

    .zsjs .w ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .zsjs .w li {
        width: 48%;
    }

    .zsjs .w li:nth-child(5) {
        display: none;
    }

    .zsjs .w li a {
        display: block;
        width: 100%;
    }

    .zsjs .w li a img {
        display: block;
        width: 100%;
    }

    .zsjs .w li a h6 {
        margin: 3vw 0 0.8vw;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 5.6vw;
        letter-spacing: 0px;
        color: #2e2e2e;
    }

    .zsjs .w li a span {
        font-size: 3.2vw;
        font-stretch: normal;
        line-height: 5.6vw;
        letter-spacing: 0px;
        color: #a4a4a4;
    }

    .zsjs .w li a p {
        font-size: 4vw;
        font-stretch: normal;
        line-height: 7.2vw;
        letter-spacing: -1px;
        color: #999999;
    }

    /* 活动与新闻 */
    .news {
        padding: 0 0 5.6vw;
        background-color: #fafafa;
    }

    .news .w {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .news .w .left {
        width: 100%;

    }

    .news .w .left .swiper-slide {
        flex-wrap: wrap;
        padding-bottom: 5.6vw;
        background-color: #f3f3f3;
    }

    .news .w .left .swiper-pagination {
        left: 50%;
        display: flex;
        justify-items: center;
        margin-left: -45px;
    }

    .news .w .left .swiper-pagination span {
        width: 11px;
        height: 11px;
        padding: 0;
        background-color: #333;
        border-radius: 5px;
    }

    .news .w .left h6 {
        display: block;
        width: 100%;
        margin-top: 32px;
        text-align: left;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        color: #333333;
        padding: 0 23px;
    }

    .news .w .left span {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        text-align: left;
        font-size: 16px;

        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        color: #666769;
        padding: 10px 23px;
    }

    .news .w .left span i {
        display: block;
        width: 50%;
        padding-left: 28px;
        height: 32px;
        line-height: 32px;
    }

    .news .w .left span i:nth-child(1) {
        width: 44%;
        background: url(../images/new_l.png) no-repeat left center;
    }

    .news .w .left span i:nth-child(2) {
        width: 56%;
        background: url(../images/date.png) no-repeat left center;
    }



    .news .w .left p {
        display: block;
        width: 100%;
        font-size: 16px;
        font-weight: normal;
        line-height: 27px;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #666769;
        text-align: left;
        padding: 0 23px;
    }


    .news .w .right {
        width: 100%;
    }

    .news .w .right .top {
        display: flex;
        height: 56px;
        padding-top: 20px;
        line-height: 24px;
        justify-content: space-between;
        vertical-align: baseline;
        overflow: hidden;
    }

    .news .w .right .top span {
        font-size: 24px;
        line-height: 44px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333;
    }

    .news .w .right .top a {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 32px;
        letter-spacing: 0px;
        color: #999999;
    }

    .news .w .right .cen {
        height: auto;
        padding: 5.6vw;
    }

    .news .w .right .cen li a {
        display: flex;
        justify-content: space-between;
        height: 32px;
        padding-left: 17px;
        background: url(../images/san.png) no-repeat left center;
        transition: all .3s;
        cursor: pointer;
    }

    .news .w .right .cen li a img {
        width: 200px;
        height: 120px;
        display: none;
    }

    .news .w .right .cen li a p {
        display: none;
    }

    .news .w .right .cen li a h6 {
        flex: 1;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
        font-stretch: normal;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0px;
        color: #333333;
    }

    .news .w .right .cen li a span {
        font-size: 16px;
        font-stretch: normal;
        line-height: 32px;
        letter-spacing: 0px;
        color: #000000;
        opacity: 0.6;
    }


    .news .w .right .cen li a.on {
        position: relative;
        display: block;
        height: 29vw;
        padding-left: 0;
        background: none;
        padding: 10px 0;
        border: #e6e6e6 1px solid;
        border-left: none;
        border-right: none;
        margin-bottom: 10px;
    }

    .news .w .right .cen li a.on img {
        display: block;
        float: left;
        margin-right: 10px;
        width: 40vw;
        height: auto;
    }

    .news .w .right .cen li a.on h6 {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin: 0 0 0;
        font-size: 16px;
        font-weight: 400;
        font-stretch: normal;

        line-height: 28px;
        letter-spacing: 0px;
        color: #333333;
    }

    .news .w .right .cen li a.on p {
        display: none;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 40px;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #000000;
        opacity: 0.6;
    }

    .news .w .right .cen li a.on span {
        position: absolute;
        right: 0;
        bottom: 20px;
        line-height: 16px;
    }

    .news .newm {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;

    }

    .news .newm a {
        display: block;
        width: 40vw;
        text-align: center;
        line-height: 40px;
        height: 40px;
        border-radius: 8px;
        border: solid 2px #f21f1f;
        font-size: 16px;
        font-stretch: normal;
        letter-spacing: 1px;
        color: #f21f1f;
        margin: 0 2vw;
    }

    .link {
        padding: 4vw 0 5.6vw;
    }

    .link .title {
        text-align: left;

    }

    .link .title img {
        max-width: 70%;

    }

    .link .w {
        display: flex;
        flex-wrap: wrap;
    }

    .link a {
        font-size: 4.8vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 7.6vw;
        letter-spacing: 1px;
        color: #333333;
    }
}