/* 大屏幕 */

@media (min-width: 1600px) {
    .container {
        width: 1600px;
    }
    .mobile {
        display: none
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .container {
        width: 1200px;
    }
    .mobile {
        display: none
    }
    .full-dropdown {
        top: 130px;
    }
    .about-01 .list {
        width: 220px;
        margin-right: 20px;
    }
    .about-01 .bottom {
        margin-right: -20px;
    }
    .about-02 .swiper-container {
        width: 1100px;
    }
    .about-02 .swiper-slide img {
        width: 250px;
    }
    .about-03 img {
        width: 100%;
    }
}


/* 平板电脑和小屏电脑之间的分辨率 */

@media (max-width: 640px) {
    .container {
        width: 100%;
    }
    .banner {
        height: 300px;
    }
    .banner .container {
        padding: 40px 20px;
        margin: 0;
    }
    .banner .aboutzlxk {
        font-size: 28px;
    }
    .banner .line {
        margin-top: 20px;
    }
    .banner .swiper-container p {
        font-size: 20px;
        margin: 20px 0;
    }
    .banner .swiper-container .detail {
        font-size: 14px;
        margin-bottom: 30px;
        display: block;
    }
    .banner .swiper-container {
        width: 100%;
        margin-bottom: 0px;
    }
    .aigav {
        display: none;
    }
    .about-title {
        text-align: center;
        font-size: 20px;
        margin-top: 30px;
    }
    .about-line {
        margin: 10px auto 20px auto;
    }
    .about-01 .main {
        padding: 0 20px;
    }
    .about-01 .main p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .about-01 .list {
        width: 48%;
        padding: 30px 20px;
        height: 400px;
        float: left;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .about-01 .bottom {
        margin-right: -2%;
        padding: 0 20px;
    }
    .about-01 .list img {
        width: 50px;
    }
    .about-01 .list .bt {
        font-size: 14px;
        margin-top: 10px;
    }
    .about-01 .list-line {
        margin: 10px auto;
        width: 70px;
        height: 1px;
        background: #333;
    }
    .about-01 .list-line {
        margin: 15px auto;
    }
    .about-01 .detail {
        line-height: 20px;
    }
    .about-02 .swiper-container {
        width: 80%;
        margin-top: 20px;
    }
    .about-02 .swiper-slide img {
        width: 100%;
    }
    .pc {
        display: none;
    }
    .about-02 .swiper-button-next,
    .about-02 .swiper-button-prev {
        top: 80%;
    }
    .about-02 {
        height: 500px;
    }
    .about-03 img {
        display: none;
    }
    .about-03 {
        height: 189px;
    }
    .footer-content {
        margin-bottom: 0px;
    }
}