@media screen and (min-width:768px) and (max-width: 1199px){
    header .menu .go {
        margin-right: 10px;
    }
    .tip-content {
        left: 30px
    }
    .tip-content .title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .uni-style {
        width: 100% !important;
        right: 0 !important;
        left: 0 !important;
    }
    .x-title {
        width: calc(100% - 100px);
    }
    .x .info-list {
        padding-left: 10px;
        padding-right: 10px;
    }
    .x .info-list .item {
        width: calc(33.33% - 20px);
        margin-right: 30px;
    }
    .about {
        padding-left: 10px;
        padding-right: 10px;
    }
    .product-swiper,
    .product-swiper .swiper-wrapper,
    .product-swiper .swiper-slide {
        width: 375px !important;
        height: 262px !important;
    }
    .product .right {
        width: 100%;
    }
    .product .right .item:nth-child(2n) .swiper-container {
        left: 425px;
        right: unset;
    }
    .product .right .item:nth-child(2n+1) .swiper-container {
        right: 425px;
        left: unset;
    }
    .product .right .item .description {
        width: 525px;
        height: 345px;
        padding-top: 60px;
    }
    .product .right .item .description .name {
        margin-bottom: 35px;
    }
    .product .right .item:nth-child(2n) .description {
        left: 0;
        padding-left: 30px;
        padding-right: 150px;
    }
    .product .right .item:nth-child(2n+1) .description {
        right: 0;
        padding-left: 150px;
        padding-right: 30px;
    }
    .product .right .item,
    .product .right .item .description .blueBg {
        height: 345px;
    }
    .product,
    .partners,
    .training,
    .footer {
        padding: 40px 10px 40px;
    }
    .partnerBg {
        bottom: -5%;
        height: calc(105% - 50px);
    }
    .training-pagination {
        right: 20% !important;
    }
    .left-arrow {
        left: calc(20% + 15px) !important;
        right: unset !important;
    }
    .right-arrow {
        left: calc(20% + 60px) !important;
        right: unset !important;
    }
    .footer {
        margin-top: 350px;
    }
    .footer .info .info-item.center {
        margin-left: 100px;
    }
}
@media screen and (min-width:768px) and (max-width: 1279px){
    .menuList .menu {
        margin-bottom: 20px;
    }
    .menuList ul {
        line-height: 50px;
    }
    .menuList .bottom {
        position: unset;
    }
    .line-name {
        margin-bottom: 20px;
    }
    .product .right .item .description .name {
        margin-bottom: 15px;
    }
}

@media screen and (min-width:1280px) and (max-width: 1439px){
    .menuList .menu {
        margin-bottom: 30px;
    }
    .menuList ul {
        line-height: 65px;
    }
    .menuList .bottom {
        position: unset;
    }
}
@media screen and (max-width: 939px){
    #pc-menu {
        display: none;  
    }
}