    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        -webkit-appearance: none;
    }

    body {
        font-size: 16px;
        font-family: PingFangSC-Regular, Microsoft Yahei, helvetica neue, hiragino sans gb, arial, microsoft yahei ui, microsoft yahei, simsun, "sans-serif" !important;
    }

    ::-webkit-scrollbar {
        width: 7px;
        height: 7px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background: rgba(0, 0, 0, .45);
    }

    ::-webkit-scrollbar-track {
        border-radius: 10px;
    }

    .product .p-pc {
        min-width: 1170px;
    }

    .product .p-pc .p-unit {
        /*background: url(../img/partner-bg.jpg) 50% no-repeat;*/
        background-color: #0176C5;
        background-size: cover;
        padding-top: 45px;
    }

    .product .p-pc .p-unit h6 {
        margin-bottom: 60px;
        font-size: 38px;
        line-height: 53px;
        color: #fff;
        text-align: center;
    }

    .product .p-pc .p-unit .swiper-container {
        width: 100%;
        max-height: 525px;
    }

    .product .p-pc .p-unit .swiper-wrapper {
        margin: auto;
    }

    .product .p-pc .p-unit .my-slide ul {
        margin: 0 auto;
        width: 1170px;
    }

    ol,
    ul {
        padding: 0;
        margin: 0;
    }

    .product .p-pc .p-unit .my-slide ul li {
        float: left;
        width: 16.66667%;
        margin-bottom: 50px;
        text-align: center;
    }

    li {
        list-style-type: none;
    }

    .product .p-pc .p-unit .my-slide ul li img {
        height: 90px;
    }

    .product .p-pc .p-unit .my-slide ul li p {
        margin-top: 10px;
        font-size: 16px;
        color: hsla(0, 0%, 100%, .85);
    }

    p {
        margin: 0;
    }

    .product .p-pc .p-unit .my-slide ul:after {
        content: "";
        display: block;
        clear: both;
    }

    .product .p-pc .p-unit .swiper-button-next,
    .product .p-pc .p-unit .swiper-button-prev {
        height: 60px;
        width: 60px;
        background: url(../img/icon/swiper-left.e631ca9.png) 50% no-repeat;
        background-size: 30px 60px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -25px;
        opacity: .7;
    }

    .product .p-pc .p-unit .swiper-button-next,
    .product .p-pc .p-unit .swiper-button-prev {
        height: 60px;
        width: 60px;
        background: url(../img/icon/swiper-left.e631ca9.png) 50% no-repeat;
        background-size: 30px 60px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -25px;
        opacity: .7;
    }

    .product .p-pc .p-unit .swiper-button-next {
        background: url(../img/icon/swiper-right.2186143.png) 50% no-repeat;
        background-size: 30px 60px;
    }
