@charset "UTF-8";
/**
 * @desc 青岛滨海学院_style
 */
.banner {
    width: 100%;
    height: 100vh;
}

    .banner .myswiperBanner .swiper-slide video {
        width: 100%;
        height: 100%;
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        object-fit: cover;
        object-position: center center;
    }

.myswiperBanner {
    width: 100%;
    height: 100%;
}

    .myswiperBanner .swiper-pagination {
        bottom: 35px;
    }

        .myswiperBanner .swiper-pagination .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            background: #fff;
            opacity: 0.8;
            margin: 0 15px;
        }

            .myswiperBanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background: #B6AD60;
            }

.banner-bg {
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

    .banner-bg::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
        background: url(../img/home/btm_bg.png) repeat-x;
        background-position: center bottom;
        transition: all 0.5s;
        z-index: -1;
        pointer-events: none;
    }

    .banner-bg i {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        position: absolute;
        left: 50%;
        bottom: 98px;
        transform: translateX(-50%);
    }

.fixed-r {
    position: fixed;
    right: 40px;
    top: 60%;
    transform: translateY(-50%) translateX(200%);
    z-index: 9999;
    transition: all 2s;
    box-shadow: 1px 2px 29px 0px rgba(121, 168, 216, .29);
}

    .fixed-r.on {
        transform: translateY(-50%) translateX(0);
    }

    .fixed-r ul {
        padding: 0 9px 6px;
        border-radius: 6px;
        background: #FAFAFA;
    }

        .fixed-r ul li a {
            display: block;
            color: #787C7B;
            text-align: center;
            padding: 14px 0 12px;
            border-bottom: 1px solid #F4F4F4;
        }

            .fixed-r ul li a i {
                font-size: 19px;
            }

            .fixed-r ul li a p {
                margin-top: 5px;
                font-size: 12px;
                transition: all .3s;
            }

            .fixed-r ul li a:hover p {
                color: #0048B4;
            }

.top {
    height: 52px;
    margin-top: 10px;
    border-radius: 6px;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .top i {
        color: #787C7B;
        font-size: 27px;
    }

.mySwiperVertical {
    width: 100%;
    height: 100vh;
}

    .mySwiperVertical .swiper-slide {
        height: 100%;
        display: block;
    }

.second-slide {
    padding-top: 7.5rem;
}

.myswiperSecond .swiper-pagination {
    width: 9.375rem !important;
    height: 3.625rem;
    right: 0.625rem;
    padding-bottom: 1.125rem;
    left: auto !important;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    transform: translateX(0) !important;
    overflow: hidden;
}

    .myswiperSecond .swiper-pagination .swiper-pagination-bullet {
        display: block;
        width: auto;
        height: auto;
        margin-right: 0.9375rem;
        font-weight: 600;
        background: transparent;
        color: rgba(255, 255, 255, .8);
        font-size: 1rem;
        opacity: initial;
    }

.myswiperSecond .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(1);
}

.myswiperSecond .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1.3);
}

.myswiperSecond .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.myswiperSecond .swiper-pagination .swiper-pagination-bullet-active {
    color: #D8C660;
}

.myswiperSecond .swiper-button-prev {
    color: #fff;
    width: 8px;
    height: 9px;
    top: auto;
    bottom: 33px;
    right: 153px;
    left: auto;
    opacity: initial;
}

.myswiperSecond .swiper-button-next {
    color: #fff;
    width: 8px;
    height: 9px;
    top: auto;
    bottom: 33px;
    right: 20px;
    opacity: initial;
}

    .myswiperSecond .swiper-button-prev::after,
    .myswiperSecond .swiper-button-next::after {
        font-size: 13px;
    }

.slide-content {
    position: relative;
    text-align: left;
    /* background: #fff; */
}

.second-title {
    color: #fff;
    font-size: 2.125rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5625rem;
}

    .second-title::before {
        content: '';
        display: block;
        width: 4.0625rem;
        height: 0.25rem;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

.second-c {
    width: 44.125rem;
    height: 23.4375rem;
    margin: 0 auto;
}

.myswiperSecond {
    height: 100%;
}

.second-lb {
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

    .second-lb img {
        width: 100%;
        height: 100%;
        transition: all .5s ease;
    }

        .second-lb img:hover {
            transform: scale(1.1);
        }

.second-lb-t {
    width: 100%;
    height: 7.5rem;
    padding-left: 1.25rem;
    padding-bottom: 1.5625rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 8;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    display: flex;
    align-items: flex-end;
    justify-content: start;
    pointer-events: none;
}

    .second-lb-t p {
        color: #fff;
        font-size: 1.25rem;
        width: 60%;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.second-l {
    position: absolute;
    left: 0;
    top: 0;
}

.second-r {
    position: absolute;
    right: 0;
    top: 0;
}

.second-item {
    width: 21.4375rem;
    height: 11.25rem;
    border: 1px solid #E6E6E6;
    border-bottom-width: 0.25rem;
    margin-bottom: 0.9375rem;
    transition: all .5s ease;
    background: #fff;
}

    .second-item:hover {
        border-color: #0048B4;
    }

    .second-item a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 1.5rem 1.5625rem;
    }

        .second-item a h2 {
            color: #000000;
            font-size: 1.125rem;
            font-weight: 600;
            margin: 0.625rem 0;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .second-item a p {
            color: #666666;
            font-size: 0.875rem;
            line-height: 1.25rem;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .second-item:nth-of-type(2n) {
        margin-bottom: 0;
    }

.second-line {
    width: 3.5625rem;
    height: 0.1875rem;
    background: #0048B4;
}

.second-time {
    color: #999999;
    font-size: 0.8125rem;
    margin-top: 0.625rem;
}

.second-b {
    margin-top: 1.25rem;
}

    .second-b ul {
        display: flex;
    }

        .second-b ul li {
            margin-right: 1.25rem;
            background: #fff;
        }

            .second-b ul li:first-child,
            .second-b ul li:nth-of-type(3) {
                margin-right: 1.5rem;
            }

            .second-b ul li:last-child {
                margin-right: 0;
            }

            .second-b ul li a {
                display: block;
                width: 21.4375rem;
            }

                .second-b ul li a .second-pic {
                    height: 12.0625rem;
                    overflow: hidden;
                }

                    .second-b ul li a .second-pic img {
                        width: 100%;
                        height: 100%;
                        transition: all .5s ease;
                    }

                .second-b ul li a h2 {
                    color: #333333;
                    font-size: 1.125rem;
                    line-height: 1.5rem;
                    font-weight: 600;
                    padding: 0.9375rem;
                    border: 1px solid #E6E6E6;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    transition: all .5s ease;
                }

                .second-b ul li a:hover h2 {
                    border-color: #0048B4;
                }

                .second-b ul li a:hover .second-pic img {
                    transform: scale(1.1);
                }

.second-sub {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: -40px;
}

.second-more {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: -40px;
    transition: all .5s ease;
    z-index: 2;
}

    .second-more:hover {
        color: #0E479A;
    }

.third-slide {
    padding-top: 11.25rem;
    text-align: left !important;
}

.third-container {
    display: flex;
    padding: 3.125rem;
    background: #fff;
}

.third-l {
    width: 35.8125rem;
}

.slide-top {
    border-bottom: 1px solid #DCDCDC;
    position: relative;
}

    .slide-top::before {
        content: ' ';
        display: block;
        width: 4.0625rem;
        height: 0.1875rem;
        background: #0048B4;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .slide-top span {
        color: #0048B4;
        font-size: 11px;
        text-transform: uppercase;
    }

.slide-title {
    color: #0048B4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3125rem 0 0.9375rem;
}

    .slide-title h1 {
        font-size: 2.1875rem;
        font-weight: 600;
    }

    .slide-title a {
        color: #23439B;
        font-size: 0.875rem;
        font-weight: 600;
        display: flex;
        align-items: center;
    }

        .slide-title a i {
            margin-right: 0.5rem;
        }

.third-btm {
    padding-top: 2.5rem;
}

.myswiperThird .swiper-slide {
    text-align: left;
}

.myswiperThird .swiper-pagination {
    width: 100%;
    height: 7.5rem;
    right: 0;
    left: auto;
    bottom: 6.25rem;
    padding-right: 1.875rem;
    padding-left: 1.25rem;
    padding-bottom: 1.125rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
}

    .myswiperThird .swiper-pagination .swiper-pagination-bullet {
        display: block;
        width: auto;
        height: auto;
        margin-right: 0.9375rem;
        font-weight: 600;
        background: transparent;
        color: rgba(255, 255, 255, .8);
        font-size: 1rem;
        opacity: initial;
    }

        .myswiperThird .swiper-pagination .swiper-pagination-bullet:last-child {
            margin-right: 0;
        }

    .myswiperThird .swiper-pagination .swiper-pagination-bullet-active {
        color: #D8C660;
    }

.third-lb {
    display: block;
}

.third-pic {
    height: 21.375rem;
    overflow: hidden;
}

    .third-pic img {
        width: 100%;
        height: 100%;
        transition: all .5s ease;
    }

.third-text {
    width: 100%;
    height: 6.25rem;
    padding: 1.25rem 1.5625rem;
    border: 1px solid #E6E6E6;
    border-bottom-width: 0.25rem;
    transition: all .5s ease;
}

    .third-text h2 {
        color: #333333;
        font-size: 1.125rem;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .third-text p {
        color: #999999;
        font-size: 0.875rem;
        margin-top: 0.9375rem;
    }

.third-lb:hover .third-pic img {
    transform: scale(1.1);
}

.third-lb:hover .third-text {
    border-color: #0048B4;
}

.third-r {
    flex: 1;
    margin-left: 4.6875rem;
}

ul.third-btm {
    overflow-y: auto;
    max-height: 30rem;
}

    ul.third-btm li {
        height: 5.5rem;
        border-bottom: 1px solid #DCDCDC;
    }

        ul.third-btm li a {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            ul.third-btm li a h2 {
                width: 75%;
                color: #333333;
                font-size: 1.125rem;
                transition: all .5s ease;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

            ul.third-btm li a p {
                color: #999999;
                font-size: 0.875rem;
            }

            ul.third-btm li a:hover h2 {
                color: #0048B4;
            }

.myswiperFourth {
    padding-bottom: 2.8125rem;
}

.fourth-slide {
    padding-top: 11.25rem;
    text-align: left !important;
}

    .fourth-slide .slide-top {
        border: none;
    }

.fourth-btm {
    padding-top: 1.875rem;
    position: relative;
}

.myswiperFourth > .swiper-scrollbar {
    width: 100%;
    left: 0;
}

.myswiperFourth .swiper-slide {
    position: relative;
    transition: all .3s;
}

.fourth-btm .swiper-button-nextFourth,
.fourth-btm .swiper-button-prevFourth {
    top: auto;
    bottom: -3.125rem;
    width: 2rem;
    height: 2rem;
    background: #E0E0E0;
    border-radius: 50%;
    transition: all .5s ease;
}

.fourth-btm .swiper-button-nextFourth {
    right: 0;
}

.fourth-btm .swiper-button-prevFourth {
    left: auto;
    right: 3.25rem;
}

    .fourth-btm .swiper-button-nextFourth::after,
    .fourth-btm .swiper-button-prevFourth::after {
        color: #fff;
        font-size: 0.75rem;
    }

    .fourth-btm .swiper-button-nextFourth:hover,
    .fourth-btm .swiper-button-prevFourth:hover {
        background: #0048B4;
    }

.fourth-lb {
    width: 20.625rem;
    height: 27.875rem;
    display: flex;
    position: relative;
}

.fourth-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

    .fourth-pic img {
        width: 100%;
        height: 100%;
        transition: all .5s ease;
    }

    .fourth-pic:hover img {
        transform: scale(1.1);
    }

.fourth-lb .character-info {
    z-index: 3;
}

.fourth-lb-t {
    width: 20.625rem;
    height: 100%;
    padding: 3.75rem 3.125rem;
    background: #0048B4;
    text-align: left;
    color: #fff;
    opacity: 0;
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 20.625rem;
    transform: translateX(-20.625rem);
}

    .fourth-lb-t h1 {
        font-size: 1.875rem;
        padding-bottom: 1.25rem;
        border-bottom: 0.1875rem solid rgba(255, 255, 255, .4);
        position: relative;
    }

        .fourth-lb-t h1::after {
            content: ' ';
            display: block;
            width: 3.75rem;
            height: 0.1875rem;
            background: #fff;
            position: absolute;
            left: 0;
            bottom: -0.1875rem;
            z-index: 9;
        }

    .fourth-lb-t p {
        font-size: 1.125rem;
        line-height: 2.125rem;
        padding-top: 1.25rem;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .fourth-lb-t > div {
        text-align: right;
    }

        .fourth-lb-t > div i {
            font-size: 0.625rem;
        }

.myswiperFourth .swiper-slide:hover {
    width: 41.25rem !important;
}

.myswiperFourth .swiper-slide .fourth-lb:hover .fourth-lb-t {
    opacity: 1;
    transform: translateX(0);
}

.fifth-slide {
    padding-top: 8.75rem;
    text-align: left !important;
}

.fifth-container .slide-top {
    border: none;
}

    .fifth-container .slide-top span,
    .fifth-container .slide-title,
    .fifth-container .slide-title a {
        color: #fff;
    }

    .fifth-container .slide-top::before {
        background: #fff;
    }

.fifth-content {
    padding-top: 1.875rem;
}

    .fifth-content ul {
        display: flex;
    }

        .fifth-content ul li {
            width: 25%;
            height: 18.75rem;
            overflow: hidden;
        }

        .fifth-content ul.fifth-top li:last-child,
        .fifth-content ul.fifth-btm li:first-child {
            width: 50%;
        }

        .fifth-content ul li a::before {
            content: ' ';
            display: block;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, .2);
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
        }

        .fifth-content ul li a {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
        }

            .fifth-content ul li a img {
                width: 100%;
                height: 100%;
                transition: all .9s ease;
            }

            .fifth-content ul li a .fifth-t {
                width: 100%;
                padding: 1.25rem 3.125rem;
                position: absolute;
                bottom: 0;
                left: 0;
            }

                .fifth-content ul li a .fifth-t p {
                    color: #FFFFFF;
                    font-size: 1.25rem;
                    margin-bottom: 0.625rem;
                    opacity: 0.5;
                }

                .fifth-content ul li a .fifth-t h2 {
                    color: #FFFFFF;
                    font-size: 1.25rem;
                    font-weight: normal;
                }

        .fifth-content ul li:hover a::before {
            z-index: 0;
        }

        .fifth-content ul li:hover a img {
            transform: scale(1.1);
        }

.sixth-slide {
    padding-top: 8.75rem;
    text-align: left !important;
}

.sixth-container .slide-top {
    border: none;
}

.sixth-content {
    padding-top: 1.875rem;
    display: flex;
}

.sixth-l {
    width: 25.25rem;
    height: 17.25rem;
    margin-right: 1.5625rem;
    overflow: hidden;
}

    .sixth-l img {
        width: 100%;
        height: 100%;
        transition: all .5s ease;
    }

    .sixth-l:hover img {
        transform: scale(1.1);
    }

.sixth-r {
    flex: 1;
}

    .sixth-r ul {
        display: flex;
        flex-wrap: wrap;
    }

        .sixth-r ul li {
            width: calc((100% - 3.125rem) / 3);
            height: 8.3125rem;
            margin-right: 1.5625rem;
            margin-bottom: 0.625rem;
            overflow: hidden;
            position: relative;
        }

            .sixth-r ul li:nth-of-type(3n) {
                margin-right: 0;
            }

            .sixth-r ul li:nth-of-type(4),
            .sixth-r ul li:nth-of-type(5),
            .sixth-r ul li:nth-of-type(6) {
                margin-bottom: 0;
            }

            .sixth-r ul li a {
                display: block;
                width: 100%;
                height: 100%;
            }

                .sixth-r ul li a img {
                    width: 100%;
                    height: 100%;
                    transition: all .5s ease;
                }

                .sixth-r ul li a p {
                    width: 100%;
                    height: 2.8125rem;
                    background: rgba(0, 0, 0, .6);
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    color: #fff;
                    font-size: 1.125rem;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    transition: all .5s ease;
                }

            .sixth-r ul li:hover a img {
                transform: scale(1.1);
            }

            .sixth-r ul li:hover p {
                bottom: -2.8125rem;
            }

.sixth-slide .footer {
    height: 20.875rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sixth-slide .footer-c {
    padding-top: 4.0625rem;
}

.sixth-slide .footer_link {
    bottom: 6.25rem;
}

.sixth-slide .ft-btm {
    bottom: 1.875rem;
}

/**
 * 学校简介
 */
.common-banner {
    /* height: 580px; */
    position: relative;
}

    .common-banner img {
        width: 100%;
    }

.inner-bg {
    width: 100%;
    height: 265px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

    .inner-bg::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
        background: url(../img/home/inner_bg.png) repeat-x;
        background-position: center bottom;
        transition: all 0.5s;
        z-index: -1;
        pointer-events: none;
    }

.common-content {
    padding-top: 40px;
}

.common-l {
    width: 270px;
    margin-right: 75px;
    white-space: nowrap;
}

.common-title {
    width: 100%;
    height: 99px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-nav {
}

    .common-nav li {
        height: 60px;
        border-bottom: 1px solid #E8EBEC;
    }

        .common-nav li:last-child {
            border: none;
        }

        .common-nav li a {
            display: block;
            width: 100%;
            height: 100%;
            color: #333;
            font-size: 18px;
            background: #F5F5F5;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all .5s ease;
            border-left: 3px solid transparent;
        }

            .common-nav li a:hover, .common-nav li a.active {
                color: #0048B4;
                background: #DCE1E8;
            }

            .common-nav li a.active {
                border-color: #0048B4;
            }

.common-r {
    /* flex: 1; */
    width: calc(100% - 270px - 75px);
    padding-top: 5px;
}

.common-crumbs {
    height: 40px;
    font-size: 14px;
    border-bottom: 2px solid #E6E6E6;
}

    .common-crumbs .fz {
        color: #0048B4;
        font-size: 16px;
        margin-right: 6px;
    }

    .common-crumbs a {
        color: #333;
    }

        .common-crumbs a:hover {
            color: #0048B4;
        }

.common-point {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #333;
    margin: 0 12px 0 8px;
}

.common-crumbs .jt {
    color: #333;
    font-size: 11px;
    margin: 0 10px;
}

.common-crumbs p {
    color: #0048B4;
}

.common-list {
    min-height: 600px;
}

    .common-list ul li {
        height: 60px;
        padding-left: 20px;
        border-bottom: 1px dashed #E4E4E4;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

        .common-list ul li::before {
            content: ' ';
            display: block;
            width: 4px;
            height: 4px;
            background: #0048B4;
            position: absolute;
            left: 3px;
            top: 50%;
            transform: translateY(-50%);
        }

        .common-list ul li a {
            width: 80%;
            height: 100%;
            color: #333;
            line-height: 60px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            transition: all .5s ease;
        }

            .common-list ul li a:hover {
                color: #0048B4;
            }

        .common-list ul li span {
            flex: 1;
            color: #666;
            text-align: right;
            white-space: nowrap;
        }

.common-article {
    padding: 30px 0 50px;
}

    .common-article img {
        display: block;
        max-width: 100%;
        margin: 20px auto;
        border-radius: 15px;
    }

    .common-article p {
        color: #333;
        font-size: 16px;
        text-indent: 2rem;
        line-height: 2;
        margin-bottom: 10px;
        text-align: justify;
    }

.common-list ol {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}

    .common-list ol li {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
    }

        .common-list ol li:nth-of-type(3n) {
            margin-right: 0;
        }

        .common-list ol li a {
            display: block;
            padding-bottom: 45px;
        }

.ol-pic {
    height: 256px;
    overflow: hidden;
    text-align: center;
}

    .ol-pic img {
        width: 100%;
        height: 100%;
        transition: all .5s ease;
    }

.ol-title {
    color: #333;
    margin-top: 20px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s ease;
}

.common-list ol li:hover .ol-pic img {
    transform: scale(1.1);
}

.common-list ol li:hover .ol-title {
    color: #0048B4;
}

.article-title {
    color: #0048B4;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 30px 0 20px;
}

.article-twoImg {
    display: flex;
}

    .article-twoImg img {
        width: 49%;
    }

        .article-twoImg img:first-child {
            margin-right: 2%;
        }

.practice-title {
    padding: 20px 0;
}

    .practice-title h2 {
        text-align: center;
        margin-bottom: 15px;
    }

    .practice-title p {
        text-indent: 2rem;
        line-height: 1.5;
    }

.education-list {
    padding: 30px 0 50px;
}

    .education-list ul li {
        padding: 35px 0;
        border-bottom: 1px solid #EDEDED;
        transition: all .5s ease;
    }

        .education-list ul li a {
            display: flex;
        }

.education-list-l {
    width: 330px;
    height: 180px;
    margin-right: 60px;
    overflow: hidden;
}

    .education-list-l img {
        width: 100%;
        height: 100%;
        transition: all .5s ease;
    }

.education-list-r {
    width: calc(100% - 390px);
    padding: 15px 15px 15px 0;
}

    .education-list-r h2 {
        color: #000;
        font-weight: 600;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        transition: all .5s ease;
    }

    .education-list-r p {
        color: #666;
        font-size: 16px;
        margin: 20px 0 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: all .5s ease;
    }

    .education-list-r span {
        display: block;
        color: #666;
        font-size: 14px;
        transition: all .5s ease;
    }

.education-list ul li:hover .education-list-r h2,
.education-list ul li:hover .education-list-r p,
.education-list ul li:hover .education-list-r span {
    color: #0048B4;
    /* box-shadow: 0 0 40px 5px rgba(121, 168, 216, .29); */
}

.education-list ul li:hover .education-list-l img {
    transform: scale(1.1);
}

.course-content {
    padding: 30px 0 50px;
}

.course-title {
    text-align: center;
    margin-bottom: 20px;
}

    .course-title h2 {
        color: #000;
        font-weight: 600;
        margin-bottom: 5px;
    }

.course-sub {
    color: #9093A9;
    font-size: 14px;
}

.course-content p {
    color: #333;
    font-size: 16px;
    text-indent: 2rem;
    line-height: 2;
    margin-bottom: 10px;
}

.course-ul {
    padding: 25px 0 0 6px;
    display: flex;
    flex-wrap: wrap;
}

    .course-ul li {
        width: calc((100% - 76px) / 3);
        height: 48px;
        color: #333;
        margin-right: 38px;
        margin-bottom: 22px;
        padding-left: 24px;
        border: 1px solid #E5E5E5;
        display: flex;
        align-items: center;
        position: relative;
    }

        .course-ul li:nth-of-type(3n) {
            margin-right: 0;
        }

        .course-ul li::before {
            content: ' ';
            width: 8px;
            height: 8px;
            border: 1px solid #0048B4;
            position: absolute;
            left: -5px;
            top: 50%;
            transform: translateY(-50%);
        }

.news-container {
    position: relative;
    padding-top: 50px;
}

    .news-container .common-r {
        width: 100%;
    }

    .news-container .education-list ul li {
        padding-left: 35px;
    }

        .news-container .education-list ul li:hover {
            box-shadow: 0 0 50px 0 rgba(121, 168, 216, .29);
        }

.common-crumbs .wz {
    color: #0048B4;
    font-size: 13px;
    margin-right: 6px;
}

.news-top {
    width: 100%;
    height: 100px;
    background: #fff;
    padding: 0 80px;
    position: absolute;
    top: -90px;
    left: 0;
    z-index: 2;
    box-shadow: 0 0 50px 0 rgba(121, 168, 216, .29);
}

.news-title {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .news-title h2 {
        color: #0048B4;
        font-size: 30px;
        font-weight: 600;
    }

    .news-title span {
        color: #0048B4;
        font-size: 30px;
        text-transform: uppercase;
    }

    .news-title div {
        width: 4px;
        height: 4px;
        background: #0048B4;
        margin: 0 20px;
    }

.news-top .common-crumbs {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
}

    .news-top .common-crumbs a {
        display: block;
        color: #333;
    }

        .news-top .common-crumbs a:hover {
            color: #0048B4;
        }

    .news-top .common-crumbs p {
        color: #333;
    }

.common-detail {
    padding: 30px 0 50px;
}

.detail-title {
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}

.detail-sub {
    color: #9C9C9C;
    font-size: 16px;
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px dashed #DADADA;
		display: flex;
		align-items: center;
		justify-content: center;
}
.detail-sub img {
	display: block;
	width: 24px;
	margin-left: 20px;
	cursor: pointer;
}
.wx-ewm {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 12px;
	color: #888;
}
.wx-top {
	font-weight: 600;
	display: flex;
	justify-content: space-between;
}
.wx-top i {
	font-size: 12px;
	cursor: pointer;
}
.wx-middle img {
	display: block;
	margin: 10px auto;
}
.wx-btm {
	line-height: 1.6;
}
@media screen and (min-width: 769px) {
	.wx-ewm {
		width: 300px;
	}
	.wx-middle img {
		min-width: 240px;
	}
}
@media screen and (max-width: 768px) {
	.wx-ewm {
		width: 70%;
	}
	.wx-middle img {
		width: 90%;
	}
}

.detail-content {
    padding-top: 30px;
}

    .detail-content p {
        color: #333;
        font-size: 16px;
        text-indent: 2rem;
        line-height: 2;
        margin-bottom: 10px;
    }

    .detail-content img {
        display: block;
        max-width: 100%;
        margin: 20px auto;
        height: auto;
    }

.common-detail ul {
    display: flex;
    flex-wrap: wrap;
}

    .common-detail ul li {
        width: calc((100% - 120px) / 4);
        /* height: 446px; */
        margin-right: 40px;
        margin-bottom: 60px;
        position: relative;
    }

        .common-detail ul li:nth-of-type(4n) {
            margin-right: 0;
        }

        .common-detail ul li a {
            display: block;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

            .common-detail ul li a img {
                width: 100%;
                height: 100%;
                transition: all .5s ease;
            }

            .common-detail ul li a:hover img {
                transform: scale(1.1);
            }

.character-info {
    width: 100%;
    height: 5.625rem;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 1.875rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.character-name {
    font-size: 1.4375rem;
    margin-bottom: 0.625rem;
}

.character-info p {
    width: 100%;
    font-size: 1rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.mySwiper {
    width: 100%;
    height: auto;
    padding-top: 4px;
    user-select: none;
}

.mySwiper2 {
    width: 100%;
    height: auto;
    user-select: none;
}

    .mySwiper2 .swiper-wrapper {
        align-items: center;
    }

    .mySwiper2 .swiper-button-next, .mySwiper2 .swiper-button-prev {
        color: #fff;
    }

.swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    max-height: 5.73vw;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lg-t {
    width: 100%;
    padding: 17% 0 10%;
    border-radius: 15px;
    margin: 30px 0 60px;
}

    .lg-t .bs-img {
        display: block;
        margin: 0 auto;
    }

    .lg-t .lg-content {
        padding: 10% 80px 0;
    }

        .lg-t .lg-content p {
            color: #fff;
        }

.lg-box .course-title {
    margin-top: 40px;
}

.lg-c {
    display: flex;
    margin-top: 40px;
}

.lg-c-l {
    width: 40%;
}

    .lg-c-l img {
        width: 100%;
    }

        .lg-c-l img:last-child {
            margin-top: 30px;
        }

.lg-c-r {
    flex: 1;
    margin-left: 60px;
}

.lg-b {
    display: flex;
    margin-top: 20px;
}

.lg-b-l {
    flex: 1;
    margin-right: 50px;
}

    .lg-b-l img {
        width: 100%;
        margin-bottom: 0;
    }

.lg-b-title {
    color: #0048B4;
}

    .lg-b-title h1 {
        font-size: 26px;
    }

    .lg-b-title span {
        display: block;
        font-size: 26px;
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 15px;
    }

.lg-b-r {
    width: 37%;
}

    .lg-b-r img {
        width: 100%;
    }

.pf-one {
    display: flex;
    align-items: flex-start;
    padding-top: 30px;
}

    .pf-one .pf-one-l {
        width: 452px;
        height: 288px;
        margin: 0;
        border-radius: 0;
    }

.pf-one-r {
    padding: 0 40px;
    position: relative;
}

    .pf-one-r h2 {
        color: #0048B4;
        font-size: 21px;
    }

    .pf-one-r span {
        display: block;
        color: #666;
        font-size: 15px;
        padding: 10px 0 15px;
        border-bottom: 1px solid #EBEFF9;
    }

    .pf-one-r img {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
    }

.pf-one .pf-one-font {
    padding-top: 10px;
    line-height: 1.9;
    margin-bottom: 0;
}

.pf-two {
    margin: 60px 0 40px;
}

    .pf-two img {
        margin-top: 30px;
    }

.pf-three {
    margin-bottom: 50px;
}

.pf-swiper {
    margin-top: 40px;
}

    .pf-swiper ul {
        display: flex;
    }

        .pf-swiper ul li {
            width: 14.6%;
            height: 438px;
            margin-right: 0.8%;
            border-radius: 15px;
            overflow: hidden;
            transition: all .5s ease;
        }

            .pf-swiper ul li:last-child {
                margin-right: 0;
            }

            .pf-swiper ul li img {
                width: 100%;
                height: 100%;
                transition: all .5s ease;
            }

            .pf-swiper ul li.active,
            .pf-swiper ul li:hover {
                width: 38.4%;
            }

                .pf-swiper ul li:hover img {
                }

.pf-four {
    margin-bottom: 150px;
}

.pf-four-b {
    position: relative;
}

.pf-four-l {
    width: 660px;
    padding: 60px 170px 60px 60px;
    margin-top: 40px;
    background: #EDEEF2;
    border-radius: 15px;
}

.pf-four-r {
    position: absolute;
    right: 0;
    top: 70px;
}

    .pf-four-r img {
        margin: 0;
    }

.pf-four-data {
    width: 100%;
    height: 100%;
    padding: 60px 40px;
    position: absolute;
    top: 0;
    left: 0;
}

    .pf-four-data ul {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        border-left: 1px solid rgba(255, 255, 255, .4);
        border-top: 1px solid rgba(255, 255, 255, .4);
    }

        .pf-four-data ul li {
            width: 33.3333%;
            color: #fff;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border-right: 1px solid rgba(255, 255, 255, .4);
            border-bottom: 1px solid rgba(255, 255, 255, .4);
        }

            .pf-four-data ul li h2 {
                font-size: 35px;
                margin-bottom: 10px;
            }

            .pf-four-data ul li span {
                font-size: 15px;
            }

.pf-five-c {
    position: relative;
    margin: 30px 0 70px;
}

    .pf-five-c p {
        width: 340px;
        color: #fff;
        position: absolute;
        right: 60px;
        top: 50%;
        transform: translateY(-50%);
    }

.pf-six {
    height: 430px;
    padding-top: 50px;
    position: relative;
    border-radius: 15px;
}

    .pf-six .course-title h2 {
        color: #fff;
    }

    .pf-six .course-title .course-sub {
        color: #fff;
    }

.pf-six-c {
    width: 80%;
    padding: 45px 60px;
    background: #fff;
    border-radius: 15px;
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 25px 15px rgba(121, 168, 216, .29);
}

.pf-pic {
    display: flex;
    margin: 120px 0 40px;
}

    .pf-pic img {
        width: calc((100% - 60px) / 3);
        margin: 0;
        margin-right: 30px;
        box-shadow: 0 0 25px 5px rgba(121, 168, 216, .29);
    }

        .pf-pic img:last-child {
            margin-right: 0;
        }

.infor-list {
    padding: 20px 0 50px;
}

    .infor-list ul {
        display: flex;
        flex-wrap: wrap;
    }

        .infor-list ul li {
            width: calc((100% - 120px) / 4);
            padding-top: 18%;
            margin-right: 40px;
            margin-bottom: 40px;
            overflow: hidden;
            position: relative;
            box-shadow: 0 0 25px 4px rgba(121, 168, 216, .29);
        }

            .infor-list ul li:nth-of-type(4n) {
                margin-right: 0;
            }

            .infor-list ul li a {
                display: block;
                width: 100%;
                height: 100%;
            }

            .infor-list ul li .infor-pic {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: all .5s;
                position: absolute;
                left: 0;
                top: 0;
            }

            .infor-list ul li .infor-c {
                width: 100%;
                height: 50px;
                position: absolute;
                left: 0;
                bottom: 0;
                z-index: 1;
                background: rgba(0, 0, 0, .5);
                color: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .infor-list ul li:hover .infor-pic {
                transform: scale(1.1);
            }

.institution-top {
    padding: 0;
    padding-left: 50px;
}

    .institution-top .news-title {
        display: flex;
        align-items: center;
    }

        .institution-top .news-title h2 {
            font-size: 20px;
            padding-right: 45px;
            display: flex;
        }

            .institution-top .news-title h2 i {
                display: block;
                width: 28px;
                height: 28px;
                border-radius: 50%;
                color: #fff;
                background: #0048B4;
                display: flex;
                align-items: center;
                justify-content: center;
                font-weight: normal;
                margin-left: 15px;
            }

    .institution-top ul {
        flex: 1;
        height: 100%;
        display: flex;
        align-items: center;
    }

        .institution-top ul li {
            flex: 1;
            height: 100%;
        }

            .institution-top ul li a {
                display: block;
                height: 100%;
                color: #333;
                font-size: 20px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-left: 1px solid #EBEBEB;
            }

            .institution-top ul li:hover a,
            .institution-top ul li.active a {
                color: #fff;
                background: linear-gradient(to bottom right, rgb(0, 72, 180), rgba(0, 72, 180, 0.9), rgb(35 215 203));
            }

.institution-list {
    padding: 20px 0 50px;
}

    .institution-list ul {
        display: flex;
        flex-wrap: wrap;
    }

        .institution-list ul li {
            width: calc((100% - 80px) / 3);
            margin-right: 40px;
            margin-bottom: 45px;
            overflow: hidden;
        }

            .institution-list ul li:nth-of-type(3n) {
                margin-right: 0;
            }

            .institution-list ul li a {
                display: block;
                width: 100%;
                height: 100%;
                position: relative;
            }

                .institution-list ul li a .institution-pic {
                    padding-top: 38%;
                    transition: all .5s;
                }

                .institution-list ul li a p {
                    color: #fff;
                    width: 100%;
                    height: 100%;
                    font-size: 20px;
                    font-weight: 600;
                    padding-right: 40px;
                    padding-left: 20px;
                    position: absolute;
                    top: 0;
                    right: 0;
                    background: linear-gradient(to left, rgba(0, 40, 151, 1), rgba(0, 40, 151, .6), rgba(255, 255, 255, 0));
                    display: flex;
                    align-items: center;
                    justify-content: flex-end;
                }

            .institution-list ul li:hover .institution-pic {
                transform: scale(1.1);
            }

@media screen and (max-width: 1700px) {
    .pf-four-l {
        width: 500px;
        padding: 30px 120px 30px 30px;
    }

    .pf-four-r {
        width: 440px;
    }
}

@media screen and (max-width: 1670px) {
    .pf-six {
        height: 500px;
    }
    .pf-six .pf-six-c {
        padding: 30px 60px;
    }
}

@media screen and (max-width: 1520px) {
    .nav > ul > li {
        margin-left: 35px;
    }

    .w1440 {
        max-width: 1200px;
    }

    .third-l {
        width: 40%;
    }

    .second-c {
        width: calc(100% - 724px);
    }

    .second-b ul li {
        flex: 1;
    }

        .second-b ul li a {
            width: 100%;
        }

    .lg-c-r {
        margin-left: 30px;
    }

        .lg-c-r p {
            line-height: 1.6;
        }

    .lg-t .lg-content {
        padding: 10% 45px 0;
    }

    .lg-b-l p {
        line-height: 1.6;
    }

    .lg-b-r {
        width: 40%;
    }

    .pf-one .pf-one-l {
        width: 400px;
        height: 255px;
    }

    .pf-one-r {
        padding: 0 0 0 20px;
    }

    .pf-one .pf-one-font,
    .pf-two p,
    .pf-three p,
    .pf-four p,
    .pf-five-c p,
    .pf-six .pf-six-c,
    .pf-seven p {
        line-height: 1.6;
    }

    .pf-five-c p {
        right: 30px;
    }

    .pf-four {
        margin-bottom: 120px;
    }

    .pf-four-l {
        width: 500px;
        padding: 30px 120px 30px 30px;
    }

    .pf-four-r {
        width: 440px;
    }

    .pf-four-data {
        padding: 30px;
    }

    .pf-six .pf-six-c {
        padding: 30px;
    }

    .pf-pic {
        margin-top: 80px;
    }
}

@media (max-width: 1400px) {
    .nav > ul > li {
        margin-left: 30px;
    }
}

@media screen and (max-width: 1320px) {
    .logo {
        top: 57px;
    }

        .logo a img {
            height: 40px;
        }

    .common-content {
        padding: 40px 15px 0;
    }

    .second-slide {
        padding: 120px 15px 0;
    }

    .third-slide {
        padding: 180px 15px 0;
    }

    .fourth-container,
    .fifth-container,
    .sixth-container {
        padding: 0 15px;
    }

    .third-r {
        flex: initial;
        width: calc(60% - 40px);
        margin-left: 40px;
    }

    .second-c {
        width: calc(100% - 560px);
    }

    .second-item {
        width: 260px;
    }

    .footer-c {
        padding: 80px 15px 0 !important;
    }

    .footer_link {
        right: 15px;
    }

    .ft-btm {
        padding: 0 15px;
    }

    .footer-c .ft-logo {
        margin-bottom: 25px;
    }
}

@media (max-width: 1200px) {
    .nav > ul > li {
        margin-left: 25px;
    }

    .lg-t .bs-img {
        width: 60%;
    }

    .lg-c {
        display: block;
    }

    .lg-c-l {
        width: 55%;
        margin: 0 auto;
    }

    .lg-b-r {
        width: 45%;
    }

    .pf-one {
        display: block;
    }

        .pf-one .pf-one-l {
            width: auto;
            height: auto;
            margin: 0 auto;
            margin-bottom: 20px;
        }

    .pf-one-r {
        padding: 0;
    }

        .pf-one-r img {
            display: none;
        }

        .pf-one-r h2, .pf-one-r span {
            text-align: center;
        }

    .pf-one .pf-one-font {
        padding-top: 15px;
    }

    .pf-four {
        margin-bottom: 40px;
    }

        .pf-four .pf-four-l {
            width: 100%;
            padding-right: 30px;
            margin-bottom: 30px;
        }

    .pf-four-r {
        width: 100%;
        position: relative;
        top: 0;
    }

        .pf-four-r img {
            width: 100%;
        }

    .pf-four-data {
        top: 0;
        padding: 60px 40px;
    }

    .pf-six {
        height: auto;
    }

        .pf-six .pf-six-c {
            width: 100%;
            color: #fff;
            padding-bottom: 40px;
            position: initial;
            transform: translate(0);
            background: transparent;
            box-shadow: initial;
        }

    .pf-six-c p {
        color: #fff;
    }

    .pf-pic {
        margin-top: 40px;
    }

    .institution-list ul li a p {
        padding-right: 20px;
    }
}

@media (max-width: 992px) {
    .mySwiper .swiper-slide {
        max-height: initial;
        height: 10vw;
    }

        .mySwiper .swiper-slide img {
            min-height: 40px;
        }

    html {
        font-size: 16px !important;
    }

    body {
        padding-top: 60px;
    }

    .w1440 {
        display: block;
        padding-top: 0;
    }

    .h-top, .h-btm, .header::before, .inner-bg {
        display: none;
    }

    .header {
        padding: 0;
        transition: initial;
    }

    .mobile-top {
        display: flex;
        padding: 0 15px;
    }

    .menu-link, .mobile-nav, .mobile-nav.active {
        display: block;
    }

    .news-top {
        height: auto;
        position: initial;
        box-shadow: initial;
        padding: 0;
    }

    .common-crumbs {
        height: auto;
    }

    .news-top .common-crumbs {
        position: initial;
        transform: initial;
    }

    .news-title {
        margin-bottom: 10px;
    }

        .news-title h2 {
            font-size: 20px;
        }

        .news-title div {
            margin: 0 10px;
        }

        .news-title span {
            font-size: 20px;
        }

    .common-l {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .common-title {
        width: 100%;
        height: 60px;
        font-size: 24px;
    }

    .common-nav {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
    }

        .common-nav li {
            flex: 1;
            width: 25%;
            border-bottom: 3px solid #F5F5F5 !important;
        }

            .common-nav li a {
                font-size: 16px;
                border-left: none;
                border-bottom: 3px solid transparent;
            }

    .common-r {
        width: 100%;
        padding-top: 0;
    }

    .common-crumbs {
        padding-bottom: 15px;
    }

    .common-list {
        min-height: auto;
        margin-bottom: 50px;
    }

    .education-list ul li,
    .news-container .education-list ul li {
        padding-left: 0;
        padding-top: 0;
    }

        .education-list ul li a {
            display: block;
        }

        .news-container .education-list ul li:hover {
            box-shadow: initial;
        }

    .education-list-l {
        width: 100%;
        height: auto;
        margin-right: 0;
    }

    .education-list-r {
        width: 100%;
        padding: 15px;
    }

        .education-list-r h2 {
            font-size: 18px;
        }

        .education-list-r p {
            font-size: 14px;
        }

    .article-title {
        font-size: 20px;
    }

    .banner {
        height: 50vh;
    }

    .mySwiperVertical {
        height: auto !important;
    }

        .mySwiperVertical > .swiper-wrapper {
            height: auto;
            display: flex;
            flex-direction: column;
        }

        .mySwiperVertical .second-slide,
        .mySwiperVertical .third-slide,
        .mySwiperVertical .fourth-slide {
            height: auto !important;
            padding: 50px 15px;
        }

        .mySwiperVertical .sixth-slide {
            padding-bottom: 0;
        }

    .second-title {
        font-size: 24px;
    }

    .second-sub {
        display: none;
    }

    .second-l, .second-r {
        position: initial;
        display: flex;
    }

    .second-item {
        width: 49%;
    }

        .second-item:first-child {
            margin-right: 2%;
        }

    .second-c {
        width: 100%;
        margin-bottom: 15px;
    }

    .second-b ul {
        flex-wrap: wrap;
    }

        .second-b ul li {
            flex: initial;
            width: 49%;
            margin-bottom: 10px;
            margin-right: 2% !important;
        }

            .second-b ul li:nth-of-type(2n) {
                margin-right: 0 !important;
            }

            .second-b ul li a {
                width: 100%;
            }

    .third-container {
        padding: 0;
        background: transparent;
    }

    .third-l {
        width: 100%;
        margin-bottom: 30px;
    }

    .slide-top {
        border: none;
    }

    .third-slide .slide-top span, .third-slide .slide-title, .third-slide .slide-title a {
        color: #fff;
    }

    .third-slide .slide-top::before {
        background: #fff;
    }

    .third-r {
        width: 100%;
        margin-left: 0;
    }

    ul.third-btm li {
        height: 50px;
    }

        ul.third-btm li a h2 {
            color: #fff;
            font-size: 16px;
        }

        ul.third-btm li a p {
            color: #fff;
        }

    .fourth-lb {
        width: 100%;
        height: auto;
    }

    .myswiperFourth .swiper-slide,
    .myswiperFourth .swiper-slide:hover {
        width: calc((100% - 40px) / 3) !important;
    }

    .character-info {
        height: auto;
        padding: 10px 15px;
    }

    .character-name {
        font-size: 18px;
    }

    .character-info p {
        font-size: 14px;
    }

    .fourth-lb-t {
        width: 100%;
    }

    .fourth-pic {
        width: 100%;
        height: auto;
    }

    .swiper-slide .fourth-pic img {
        height: auto;
    }

    .fourth-lb-t {
        display: none;
    }

    .fourth-btm {
        padding-bottom: 30px;
    }

        .fourth-btm .swiper-button-next {
            left: 50%;
            right: auto;
            bottom: -25px;
            transform: translateX(10px);
        }

        .fourth-btm .swiper-button-prev {
            left: 50%;
            right: auto;
            bottom: -25px;
            transform: translateX(-42px);
        }

    .fifth-slide,
    .sixth-slide {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .slide-title h1 {
        font-size: 24px;
    }

    .fifth-content ul {
        flex-wrap: wrap;
    }

        .fifth-content ul li {
            width: 33.3333% !important;
        }

            .fifth-content ul li a .fifth-t {
                padding: 10px 12px;
            }

                .fifth-content ul li a .fifth-t h2 {
                    font-size: 16px;
                }

                .fifth-content ul li a .fifth-t p {
                    font-size: 14px;
                }

    .sixth-content {
        display: block;
    }

    .sixth-l {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .sixth-slide .footer {
        position: relative;
        margin-top: 30px;
        height: 374px;
    }

    .sixth-r ul li a p {
        font-size: 16px;
    }

    .common-detail ul li {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
        margin-bottom: 30px;
    }

        .common-detail ul li:nth-of-type(3n) {
            margin-right: 0;
        }

        .common-detail ul li:nth-of-type(4n) {
            margin-right: 20px;
        }

    .lg-c-l {
        width: 48%;
    }

    .lg-c-r {
        margin-left: 0;
    }

    .lg-t {
        padding-top: 15%;
    }

        .lg-t .lg-content {
            padding: 60px 45px 0;
        }

            .lg-t .lg-content p {
                line-height: 1.6;
                font-size: 14px;
            }

    .lg-b-title h1, .lg-b-title span {
        font-size: 20px;
    }

    .lg-b-l p {
        font-size: 14px;
    }

    .lg-b-r {
        width: 38%;
    }

    .pf-one {
        padding-top: 0;
    }

    .infor-list ul li {
        width: calc((100% - 40px) / 3);
        padding-top: 25%;
        margin-right: 20px;
        margin-bottom: 20px;
    }

        .infor-list ul li:nth-of-type(3n) {
            margin-right: 0;
        }

        .infor-list ul li:nth-of-type(4n) {
            margin-right: 20px;
        }

        .infor-list ul li .infor-c {
            height: 40px;
        }

    .institution-top {
        height: 80px;
        box-shadow: 0 0 25px 0 rgba(121, 168, 216, .29);
    }

        .institution-top .news-title h2 {
            padding: 0 25px 0 20px;
        }

    .institution-list {
        padding-top: 40px;
    }

        .institution-list ul li {
            width: calc((100% - 40px) / 3);
            margin-right: 20px;
            margin-bottom: 25px;
        }

            .institution-list ul li a .institution-pic {
                padding-top: 50%;
            }

            .institution-list ul li a p {
                font-size: 16px;
            }
}

@media (max-width: 767px) {
    .common-list ol li {
        width: 100%;
        margin-right: 0;
    }

    .ol-pic {
        height: auto;
    }

    .second-c, .third-pic {
        height: 300px;
    }

    .second-l, .second-r {
        display: block;
    }

    .second-item {
        width: 100%;
        margin-right: 0 !important;
    }

    .second-b {
        display: none;
    }

    .second-lb-t {
        height: 80px;
    }

        .second-lb-t p {
            font-size: 16px;
        }

    .myswiperSecond .swiper-pagination {
        width: 100px !important;
        padding-bottom: 10px;
    }

        .myswiperSecond .swiper-pagination .swiper-pagination-bullet {
            margin-right: 10px;
        }

    .myswiperFourth .swiper-slide,
    .myswiperFourth .swiper-slide:hover {
        width: calc((100% - 20px) / 2) !important;
    }

    .fifth-content ul li {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .fifth-content ul li {
        height: 200px;
    }

    .sixth-r ul li {
        width: 49%;
        margin-right: 0;
    }

        .sixth-r ul li:nth-of-type(2n+1) {
            margin-right: 2%;
        }

    .footer {
        height: auto;
    }

    .footer-c {
        padding-top: 40px !important;
    }

    .ft-i {
        display: block;
    }

        .ft-i p {
            margin-right: 0;
            margin-bottom: 10px;
        }

    .footer_link {
        bottom: 100px;
    }

    .ft-btm {
        position: initial;
        padding: 0;
        padding-bottom: 40px;
        margin-top: 30px;
    }

    .common-detail ul li {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
        margin-bottom: 30px;
    }

        .common-detail ul li:nth-of-type(2n) {
            margin-right: 0;
        }

        .common-detail ul li:nth-of-type(3n) {
            margin-right: 20px;
        }

    .lg-c-l {
        width: 62%;
    }

    .lg-b {
        display: block;
    }

    .lg-b-l {
        margin-right: 0;
    }

    .lg-b-title {
        text-align: center;
    }

    .lg-b-r {
        margin: 0 auto;
    }

    .pf-five-c img {
        height: 250px;
    }

    .pf-pic img {
        width: calc((100% - 20px) / 3);
        margin-right: 10px;
    }

    .institution-top {
        height: auto;
        box-shadow: initial;
    }

        .institution-top .news-title {
            display: block;
        }

            .institution-top .news-title h2 {
                display: block;
                width: 100%;
                padding: 0;
                text-align: center;
                margin-bottom: 20px;
            }

                .institution-top .news-title h2 i {
                    display: none;
                }

        .institution-top ul {
            height: 80px;
            box-shadow: 0 0 25px 0 rgba(121, 168, 216, .29);
        }

    .institution-list ul li {
        width: calc((100% - 20px) / 2);
        margin-right: 0 !important;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .institution-top ul li a {
        font-size: 18px;
    }

    .institution-list ul li a .institution-pic {
        padding-top: 45%;
    }

    .institution-list ul li:nth-of-type(2n) {
        margin-left: 20px;
    }
}

@media (max-width: 576px) {
    .mobile-logo a {
        height: 30px;
    }

        .mobile-logo a img {
            max-height: 30px;
        }

    .course-ul li {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
        font-size: 14px;
    }

        .course-ul li:nth-of-type(2n) {
            margin-right: 0 !important;
        }

        .course-ul li:nth-of-type(3n) {
            margin-right: 20px;
        }

    .second-c, .third-pic {
        height: 200px;
    }

    ul.third-btm li {
        height: auto;
        padding: 10px 0;
    }

        ul.third-btm li a {
            flex-wrap: wrap;
        }

            ul.third-btm li a h2 {
                width: 100%;
                margin-bottom: 10px;
            }

    .myswiperFourth .swiper-slide,
    .myswiperFourth .swiper-slide:hover {
        width: calc((100% - 20px) / 2) !important;
    }

    .common-nav li {
        flex: initial;
        width: 50%;
    }

    .footer_link {
        position: initial;
        margin-top: 30px;
    }

        .footer_link ul li {
            margin: 0 10px;
        }

    .ft-btm {
        display: block;
    }

        .ft-btm p {
            margin-bottom: 10px;
        }

        .ft-btm div {
            display: block;
        }

            .ft-btm div span {
                display: block;
            }

                .ft-btm div span:nth-child(1) {
                    margin-bottom: 10px;
                }

    .sixth-slide .footer {
        height: auto;
    }

    .lg-t {
        padding-top: 80px;
    }

        .lg-t .lg-content {
            padding: 60px 20px 0;
        }

        .lg-t .bs-img {
            width: 80%;
        }

    .lg-c-l {
        width: 100%;
    }

    .lg-b-r {
        width: 50%;
    }

    .pf-four-data {
        padding: 30px;
    }

        .pf-four-data ul li h2 {
            font-size: 26px;
        }

        .pf-four-data ul li span {
            font-size: 14px;
        }

    .pf-five-c p {
        right: 15px;
    }

    .infor-list ul li {
        width: calc((100% - 15px) / 2);
        padding-top: 35%;
        margin-left: 15px;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

        .infor-list ul li:nth-of-type(2n + 1) {
            margin-left: 0;
        }

    .institution-top ul {
        height: 50px;
    }

        .institution-top ul li a {
            font-size: 16px;
        }
}

@media (max-width: 415px) {
    .lg-b-r {
        width: 100%;
    }

    .pf-four-r img {
        height: 400px;
    }

    .pf-four-data ul li {
        width: 50%;
    }

    .pf-five-c {
        margin-bottom: 40px;
    }

        .pf-five-c img {
            display: none;
        }

        .pf-five-c p {
            width: 100%;
            position: initial;
            color: #333;
            transform: initial;
        }

    .pf-pic {
        display: block;
    }

        .pf-pic img {
            width: 100%;
            margin-right: 0;
            margin-bottom: 20px;
            box-shadow: 0 0 15px 2px rgba(121, 168, 216, .29);
        }

    .infor-list ul li {
        width: 100%;
        padding-top: 50%;
        margin-left: 0;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .institution-list ul li {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 20px;
    }

        .institution-list ul li a .institution-pic {
            padding-top: 35%;
        }
}

@media screen and (min-width: 992px) and (max-width: 1920px) {
    .header {
        padding: 0 3.125rem 1.25rem;
    }

        .header::before {
            height: 16.375rem;
        }

    .head_wit.header::before {
        height: 11.375rem;
    }

    .h-top {
        padding-top: 1.875rem;
    }

        .h-top ul li a {
            font-size: 0.875rem;
            margin-left: 0.9375rem;
            padding-left: 0.9375rem;
            display: flex;
            align-items: center;
        }

            .h-top ul li a::after {
                width: 1px;
                height: 0.75rem;
            }

        .h-top ul li:nth-child(1) a i {
            margin-right: 0.3125rem;
        }

        .h-top ul li a span::before {
            height: 0.125rem;
        }

        .h-top ul li a.search:hover input#content {
            width: 8.75rem;
        }

        .h-top ul li a.search i {
            right: 0.1875rem;
        }

    #content {
        height: 1.375rem;
        padding: 0 1.25rem 0 0.625rem;
    }

    .logo {
        top: 2.375rem;
        left: 3.125rem;
    }

        .logo a img {
            width: 22.875rem;
        }

    .nav {
        margin-top: 1.375rem;
    }

        .nav > ul > li {
            margin-left: 4.6875rem;
        }

            .nav > ul > li > a {
                font-size: 1.25rem;
            }

    .nav-second {
        width: 11.3125rem;
        padding-top: 0.9375rem;
        transform-origin: center 1.25rem;
    }

        .nav-second::before {
            top: 1.25rem;
            box-shadow: 0 0 0.3125rem rgba(0, 0, 0, .1);
        }

        .nav-second ul {
            padding: 1.5625rem 0;
        }

            .nav-second ul li a {
                font-size: 1.125rem;
                line-height: 3rem;
            }
}