@media screen and (max-width: 1280px) {
    .container {
        width: 1000px;
    }

    .fxy-header .nav-box {
        display: none;
    }

    .fxy-header .nav-toggle {
        display: inline-block;
        margin-left: 20px;
        cursor: pointer;
    }

    .fxy-header .nav {
        width: 60%;
        padding-top: 20px;
    }

    .fxy-header .mobile-nav {
        position: absolute;
        right: 0;
        top: 100px;
        width: 30%;
        background-color: #324e7e;
        padding-right: 80px;
    }

    .fxy-header .mobile-nav ul li {
        text-align: right;
        line-height: 50px;
    }

    .fxy-header .mobile-nav ul li a {
        color: #fff;
    }

    .fxy-special .special-box ul li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }

    .fxy-listpage .fxy-listpage-list .teacher-box ul li {
        width: 20%;
    }
}

@media screen and (max-width: 1000px) {
    .container {
        width: 800px;
    }

    .fxy-listpage .fxy-listpage-list .teacher-box ul li {
        width: 30%;
        margin-right: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        width: 670px;
    }

    .fxy-cont .new-events .new-box {
        padding-right: 0px;
    }

    .fxy-cont .new-events .events-box {
        padding-left: 0px;
        margin-top: 50px;
    }

    .fxy-hot-link .link-box ul li {
        width: 47%;
        margin-right: 2.5%;
        margin-bottom: 2.5%;
    }

    .fxy-header .logo {
        width: 30%;
    }

    .fxy-header .logo img {
        width: 100%;
    }

    .fxy-header .nav {
        padding-top: 8px;
    }

    .fxy-header .mobile-nav {
        top: 80px;
    }

    .fxy-listpage-list {
        margin-top: 40px;
    }

    .fxy-listpage .fxy-listpage-manu {
        padding-right: 0px;
    }

    .fxy-listpage .fxy-listpage-list .list-box ul li a {
        width: 66%;
    }

}

@media screen and (max-width: 414px) {
    .container {
        width: 370px;
    }

    .shaw-box {
        height: 70px;
    }

    .shaw-box img {
        height: 100%;
    }

    .fxy-hot-link .link-box ul li {
        width: 100%;
    }

    .fxy-header {
        padding: 10px 0;
    }

    .fxy-header .nav {
        padding-top: 0px;
    }

    .fxy-header .logo {
        width: 35%;
    }

    .fxy-header .search1 a.close {
        top: 0px;
        right: 0px;
    }

    .fxy-header .mobile-nav {
        width: 100%;
        padding-right: 10px;
    }

    .fxy-banner .swiper-horizontal>.swiper-pagination-bullets, .fxy-banner .swiper-pagination-bullets.swiper-pagination-horizontal, .fxy-banner .swiper-pagination-custom, .fxy-banner .swiper-pagination-fraction {
        bottom: 0px;
    }

    .fxy-header .mobile-nav {
        top: 50px;
    }

    .fxy-header .header-right .top-link a {
        font-size: 14px;
    }

    .fxy-listpage .fxy-listpage-list .leader-teacher-box ul li a .pic {
        width: 120px;
        height: 152px;
    }

    .fxy-listpage .fxy-listpage-list .leader-teacher-box ul li a .txt {
        margin-left: 120px;
        padding-left: 20px;
    }

    .fxy-listpage .fxy-listpage-list .teacher-box ul li a .pic {
        margin: 0 auto;
    }

    .fxy-listpage .fxy-listpage-list .teacher-box ul li {
        width: 100%;
    }

    .fxy-header .header-right {
        text-align: center;
    }

    .index-list h2 {
        font-size: 22px;
    }

    .fxy-cont .new-events .new-box .new-list ul li {
        padding: 26px 0 18px 0;
    }

    .fxy-special .special-box ul li a .icon {
        width: 80px;
    }

    .fxy-special .special-box ul li a .icon img {
        width: 100%;
    }

    .fxy-special .special-box ul li a .special-title {
        margin-left: 80px;
        padding-left: 20px;
        font-size: 16px;
    }

    .fxy-cont .new-events .events-box .events-list .events-title {
        padding-left: 15px;
    }
    .detail-box img {
        max-width: 370px;
    }
}

@media screen and (max-width: 375px) {
    .container {
        width: 360px;
    }


}