@media screen and (min-width: 751px) {
    /* bannar图 */
    /*.bannar-box {*/
    /*    width: 100%;*/
    /*    height: 600px;*/
    /*    margin: 0 auto;*/
    /*    overflow: hidden;*/
    /*}*/
    /*.bannar {*/
    /*    width: 1920px;*/
    /*    height: 600px;*/
    /*    margin: 0 auto;*/
    /*    overflow: hidden;*/
    /*    text-align: center;*/
    /*    background-position: center;*/
    /*    background-size: auto 100%;*/
    /*}*/
    /*.bannar-phone {*/
    /*    display: none;*/
    /*}*/
    /*.bannar img {*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*}*/
    /* 产品分类 */
    .product-menu {
        width: 1200px;
        height: 140px;
        position: relative;
        top: -70px;
        left: 50%;
        margin-left: -600px;
        background: linear-gradient(180deg, #F2F3F5 0%, #FFFFFF 100%);
        box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.05);
        border-radius: 8px 8px 8px 8px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 50px 0px;
    }
    .product-menu a {
        text-align: center;
        width: 140px;
        cursor: pointer;
        color: #999999;
        font-size: 16px;
        transition: 0.5s;
        display: block;
    }
    .product-menu a:hover {
        color: #000;
        text-decoration-line: none;
    }
    .product-menu .active {
        text-align: center;
        width: 140px;
        cursor: pointer;
        color: #000;
    }
    .product-menu a img {
        width: 64px;
        height: 64px;
        margin-bottom: 10px;
    }
    .product-menu a:hover img {
        animation: tada 1s .1s ease both;
        -moz-animation: tada 1s .1s ease both;
    }
    @keyframes tada {
        0% {
            -webkit-transform: scale(1);
        }
        10%,
        20% {
            -webkit-transform: scale(0.8) rotate(-9deg);
        }
        30%,
        50%,
        70%,
        90% {
            -webkit-transform: scale(1.2) rotate(9deg);
        }
        40%,
        60%,
        80% {
            -webkit-transform: scale(1.2) rotate(-9deg);
        }
        100% {
            -webkit-transform: scale(1) rotate(0);
        }
    }
    .mySwiper-phone {
        display: none;
    }
    /* scrm部分 */
    .scrm-centent {
        width: 1200px;
        margin: 0px auto 40px;
        height: 600px;
        overflow: hidden;
    }
    .scrm-centent .title {
        text-align: center;
    }
    .scrm-centent .title p {
        color: #666666;
    }
    .scrm-centent .content {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }
    .scrm-centent .content .left-img {
        width: 680px;
        height: 460px;
        border-radius: 8px;
        padding: 40px 15px 40px;
        position: relative;
        overflow: hidden;
    }
    .scrm-centent .content .left-img .phoneBg {
        width: 680px;
        height: 460px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .scrm-centent .content .left-img .phoneBg img {
        width: 100%;
        height: 100%;
    }
    .scrm-centent .content .left-img .left-Box {
        width: 2800px;
        height: 400px;
        transition: 0.8s;
        background: #F7F8FA;
    }
    .scrm-centent .content .left-img .left-Box .image {
        width: 650px;
        height: 410px;
        float: left;
        margin-right: 20px;
        overflow: hidden;
    }
    .scrm-centent .content .left-img .left-Box .image img {
        width: 650px;
        height: 410px;
        border-radius: 10px;
    }
    .scrm-centent .content .right-menu {
        width: 440px;
    }
    .scrm-centent .content .right-menu .image {
        display: none;
    }
    .scrm-centent .content .right-menu .wow {
        padding: 5px 24px 5px;
        border-radius: 8px 8px 8px 8px;
        cursor: pointer;
    }
    .scrm-centent .content .right-menu .wow:hover {
        background: linear-gradient(90deg, #F6F9FF 0%, #FFFFFF 100%);
        border-radius: 8px 8px 8px 8px;
    }
    .scrm-centent .content .right-menu .wow h3 {
        transition: 0.5s;
        color: #666666;
    }
    .scrm-centent .content .right-menu .wow:hover h3 {
        color: #2A68FB;
    }
    .scrm-centent .content .right-menu .wow .img {
        display: inline-block;
    }
    .scrm-centent .content .right-menu .wow .img1 {
        display: none;
    }
    .scrm-centent .content .right-menu .wow:hover .img {
        display: none;
    }
    .scrm-centent .content .right-menu .wow:hover .img1 {
        display: inline-block;
    }
    .scrm-centent .content .right-menu .wow p {
        opacity: 0;
        color: #878FA4;
        transition: 0.5s;
        margin-top: -30px;
    }
    .scrm-centent .content .right-menu .wow:hover p {
        opacity: 1;
        margin-top: 0px;
    }
    /* more */
    .text-align {
        text-align: center;
        color: #666666;
        padding: 40px;
        font-size: 16px;
    }
}

@media screen and (max-width: 750px) {
    /* bannar图 */
    /*.bannar-box {*/
    /*    width: 100%;*/
    /*    margin: 0 auto;*/
    /*    overflow: hidden;*/
    /*}*/
    /*.bannar {*/
    /*    display: none;*/
    /*}*/
    /*.bannar-phone {*/
    /*    width: 100%;*/
    /*}*/
    /*.bannar img {*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*}*/
    /* 产品分类 */
    .mySwiper-pc {
        display: none;
    }
    .product-menu {
        display: flex;
        overflow: auto;
        padding: 0 0.12rem 0.24rem;
        margin-top: -0.7rem;
        position: relative;
        z-index: 2;
      }
      .product-menu a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: linear-gradient(180deg, #F2F3F5 0%, #FFFFFF 100%);
        box-shadow: 0.1rem 0.1rem 0.2rem 0px rgba(0, 0, 0, 0.05);
        border-radius: 0.08rem;
        border-image: linear-gradient(137deg, #ffffff, #f6f7f9) 2 2;
        flex: 0 0 2rem;
        height: 1.4rem;
        margin: 0 0.12rem;
        text-align: center;
      }
      .product-menu a img {
        width: 0.64rem;
        height: 0.64rem;
        margin-bottom: 0.08rem;
      }
      .product-menu a p {
        font-size: 0.2rem;
        line-height: 0.28rem;
        color: #999999;
      }
      .product-menu a.active p {
        color: #333333;
      }
    /* scrm部分 */
    .scrm-centent {
        overflow: hidden;
        margin-top: .5rem;
    }
    .scrm-centent .title {
        text-align: center;
    }
    .scrm-centent .title h2 {
        font-size: .36rem;
        line-height: .42rem;
        margin: 0 0 .2rem;
    }
    .scrm-centent .title p {
        color: #999;
        font-size: .24rem;
        line-height: .32rem;
        margin-bottom: .4rem;
    }
    .scrm-centent .content {
        margin: .32rem;
    }
    .scrm-centent .content .left-img {
        display: none;
    }
    .scrm-centent .content .right-menu {
        /* width: 4.4rem; */
    }
    .scrm-centent .content .right-menu .image {
        display: block;
    }
    .scrm-centent .content .right-menu .image img{
        width: 100%;
    }
    .scrm-centent .content .right-menu .wow {
        border-radius: .08rem;
        cursor: pointer;
        padding: 0;
        text-align: center;
        margin-bottom: 1rem;
    }
    .scrm-centent .content .right-menu .wow h3 {
        transition: 0.5s;
        font-size: .3rem;
        color: #333;
        margin: .26rem 0 .16rem;
    }
    .scrm-centent .content .right-menu .wow .img {
        display: none;
    }
    .scrm-centent .content .right-menu .wow .img1 {
        display: inline-block;
    }
    .scrm-centent .content .right-menu .wow p,.scrm-centent .content .right-menu .wow:hover p {
        color: #999;
        transition: 0.5s;
        opacity: 1;
        margin-top: 0rem;
        font-size: .24rem;
        line-height: .32rem;
    }
    /* more */
    .text-align {
        text-align: center;
        color: #666666;
        padding: .4rem;
        font-size: .16rem;
    }
}
