/*!
* WMN Index Style
* Copyright © 2022 waimaoniu.com
*
* @link: https://www.waimaoniu.com/
* @author: lzx
* @version: 2.0.1
*/
.w-banner {
    background-color: #FAFAFA;
    position: relative
}

.w-banner .w-banner-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 39.22%
}

.w-banner .w-banner-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.w-banner .w-banner-item.banner-pc {
    display: block
}

.w-banner .w-banner-swiper {
    height: 100%
}

.w-banner .w-banner-link {
    display: block;
    height: 100%
}

.w-banner .w-banner-link>img {
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

@media screen and (max-width: 1080px) {
    .w-banner .w-banner-wrap {
        padding-bottom: 78.66%
    }

    .w-banner .w-banner-item.banner-pc {
        display: none
    }

    .w-banner .w-banner-item.banner-h5 {
        display: block
    }
}

.w-advantage {
    position: relative;
    background-color: #337EFF
}

.w-advantage .w-advantage-backing {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.w-advantage .w-advantage-container {
    padding: 64px 0;
    position: relative;
    z-index: 1
}

.w-advantage .w-advantage-content {
    overflow: hidden
}

.w-advantage .w-advantage-swiper {
    padding: 32px
}

.w-advantage .swiper-pagination {
    display: none
}

.w-advantage .swiper-slide {
    border-radius: 16px;
    box-shadow: 0 0 15px rgba(0, 116, 255, 0.16);
    background-color: #fff;
    transition: transform .5s
}

.w-advantage .w-advantage-item {
    text-align: center;
    padding: 32px 15%;
    height: 100%
}

.w-advantage .w-advantage-item>img {
    display: block;
    height: 240px;
    width: 100%;
    margin: 0 auto;
    object-position: center;
    object-fit: contain
}

.w-advantage .w-advantage-item>h3 {
    font-size: 24px;
    line-height: 1.576;
    margin: 16px 0 8px;
    color: #337EFF;
    letter-spacing: .1em
}

.w-advantage .w-advantage-item>p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    text-align: justify;
    text-align-last: center;
    color: #333
}

@media screen and (max-width: 1080px) {
    .w-advantage .w-advantage-container {
        padding: 24px 0
    }

    .w-advantage .w-advantage-wrap {
        padding: 0
    }

    .w-advantage .w-advantage-content {
        padding: 24px 0
    }

    .w-advantage .w-advantage-swiper {
        padding: 0;
        overflow: visible
    }

    .w-advantage .swiper-pagination {
        display: block;
        bottom: -28px !important
    }

    .w-advantage .swiper-slide {
        width: 75vw;
        border-radius: 8px
    }

    .w-advantage .swiper-slide:not(.swiper-slide-active) {
        transform: scale(0.85)
    }

    .w-advantage .w-advantage-item {
        padding: 32px
    }

    .w-advantage .w-advantage-item>img {
        height: auto;
        max-width: 80%
    }

    .w-advantage .w-advantage-item>h3 {
        font-size: 22px;
        line-height: 1.576;
        margin: 16px 0 0
    }

    .w-advantage .w-advantage-item>p {
        font-size: 14px;
        line-height: 1.576;
        margin-top: 8px
    }
}

.w-product {
    position: relative
}

.w-product .w-product-content {
    display: flex;
    align-items: center
}

.w-product .w-product-cover {
    width: 45%;
    padding: 0 5% 0 0;
    flex: auto
}

.w-product .w-product-cover-wrap {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.w-product .w-product-cover-wrap>a {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 66.66%
}

.w-product .w-product-cover-wrap>a:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.w-product .w-product-cover-wrap>a>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    z-index: 1;
    transition: transform .4s
}

.w-product .w-product-cover-wrap>a>p {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-shadow: 0 0 15px 1px #000;
    padding: 0 0 20px
}

.w-product .w-product-cover-wrap>a>p>span {
    display: block
}

.w-product .w-product-cover-wrap>a>p>span>i {
    font-size: 48px
}

.w-product .w-product-cover-wrap>a:hover>img {
    transform: scale(1.1)
}

.w-product .w-product-intro {
    width: 55%;
    flex: auto;
    padding: 24px 0 24px 32px;
    position: relative
}

.w-product .w-product-quote {
    position: absolute;
    color: #ebf2ff
}

.w-product .w-product-quote>i {
    font-size: 3em
}

.w-product .w-product-quote.left {
    top: 0;
    left: 0
}

.w-product .w-product-quote.right {
    bottom: 0;
    right: 0
}

.w-product .w-product-intro-wrap>h3 {
    font-size: 24px;
    line-height: 1.576;
    margin-bottom: 24px;
    text-align: center;
    color: #2458b3
}

.w-product .w-product-intro-wrap>p {
    font-size: 16px;
    line-height: 1.8;
    text-indent: 2em;
    color: #333;
    text-align: justify
}

.w-product .w-product-intro-wrap>a {
    margin-top: 16px
}

@media screen and (max-width: 1080px) {
    .w-product .w-product-content {
        flex-wrap: wrap;
        padding: 0
    }

    .w-product .w-product-cover {
        width: 100%;
        padding: 0
    }

    .w-product .w-product-intro {
        width: 100%;
        padding: 32px 0 0
    }

    .w-product .w-product-quote {
        display: none
    }

    .w-product .w-product-intro-wrap {
        text-align: center
    }

    .w-product .w-product-intro-wrap>h3 {
        font-size: 16px;
        line-height: 1.576;
        margin-bottom: 16px
    }

    .w-product .w-product-intro-wrap>p {
        font-size: 14px;
        line-height: 1.576;
        margin: 0 0 16px;
        text-align: justify
    }
}

.w-case .w-case-list {
    padding-bottom: 48px
}

.w-case .w-case-item {
    display: block;
    border: 1px solid #f0f0f0;
    padding: 1px;
    background-color: #fff
}

.w-case .w-case-item>a {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 50%
}

.w-case .w-case-item img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain
}

.w-voice .w-voice-content {
    position: relative;
    z-index: 0
}

.w-voice .w-voice-content:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 128px;
    height: 128px;
    background-color: #337EFF
}

.w-voice .w-voice-item {
    display: flex;
    padding-right: 32px
}

.w-voice .w-voice-cover {
    flex: auto;
    width: 50%;
    margin-bottom: 48px
}

.w-voice .w-voice-cover a {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #FAFAFA;
    overflow: hidden
}

.w-voice .w-voice-cover a:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.w-voice .w-voice-cover a:hover>img {
    transform: scale(1.1)
}

.w-voice .w-voice-cover img {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform .4s
}

.w-voice .w-voice-cover span {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    color: #fff
}

.w-voice .w-voice-cover span>i {
    font-size: 48px
}

.w-voice .w-voice-intro {
    flex: auto;
    width: 50%;
    background-color: #ebf2ff;
    margin-top: 48px
}

.w-voice .w-voice-intro .w-voice-intro-content {
    padding: 32px
}

.w-voice .w-voice-intro h3 {
    font-size: 24px;
    line-height: 1.576;
    padding: 12px 0;
    color: #337EFF;
    position: relative
}

.w-voice .w-voice-intro h3:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 96px;
    height: 3px;
    background-color: #E44438
}

.w-voice .w-voice-intro p {
    font-size: 16px;
    line-height: 1.8;
    text-indent: 2em;
    padding: 1.5em 0 1em;
    margin: 1em 0 0;
    text-align: justify
}

.w-voice .w-voice-swiper {
    position: relative
}

.w-voice .swiper-navigation {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 0;
    margin-left: -128px;
    line-height: 1
}

.w-voice .swiper-button-prev,
.w-voice .swiper-button-next {
    position: static;
    display: inline-block;
    margin: 0
}

.w-voice .swiper-pagination {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    bottom: 0;
    color: #fff;
    background-color: #E44438
}

.w-voice .swiper-pagination-current {
    font-size: 24px
}

@media screen and (max-width: 1080px) {
    .w-voice .w-voice-content:after {
        display: none
    }

    .w-voice .w-voice-item {
        flex-direction: column;
        padding-right: 0
    }

    .w-voice .w-voice-cover {
        width: 100%;
        margin-bottom: 0
    }

    .w-voice .w-voice-cover a {
        display: block;
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        background-color: #FAFAFA
    }

    .w-voice .w-voice-cover a:after {
        display: block;
        content: '';
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4)
    }

    .w-voice .w-voice-cover img {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .w-voice .w-voice-cover span {
        display: block;
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 50%;
        margin: -24px 0 0 -24px;
        color: #fff
    }

    .w-voice .w-voice-cover span>i {
        font-size: 48px
    }

    .w-voice .w-voice-intro {
        background-color: #fff;
        width: 100%;
        margin-top: 0
    }

    .w-voice .w-voice-intro .w-voice-intro-content {
        padding: 16px 0 40px
    }

    .w-voice .w-voice-intro h3 {
        font-size: 16px;
        line-height: 1.576;
        padding: 0 0 8px;
        text-align: center
    }

    .w-voice .w-voice-intro h3:after {
        left: 50%;
        width: 96px;
        height: 2px;
        margin-left: -48px
    }

    .w-voice .w-voice-intro p {
        font-size: 14px;
        line-height: 1.576;
        padding: 0
    }

    .w-voice .swiper-navigation {
        left: auto;
        right: 0;
        margin-left: 0
    }

    .w-voice .swiper-pagination {
        display: none
    }
}

.w-brand {
    background-color: #337EFF;
    position: relative
}

.w-brand .w-brand-backing {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center
}

.w-brand .w-brand-container {
    position: relative;
    z-index: 1
}

.w-brand .w-brand-content {
    position: relative
}

.w-brand .w-brand-list {
    display: flex;
    flex-wrap: wrap;
    padding: 7% 32px 5%;
    max-width: 80%;
    margin: 0 auto
}

.w-brand .w-brand-item {
    display: block;
    width: 20%;
    padding: 8px;
    margin-top: calc(-5% + 4px);
    cursor: default;
    transition: all .5s
}

.w-brand .w-brand-item:hover {
    opacity: .8
}

.w-brand .w-brand-item:nth-child(6) {
    margin-left: 10%
}

.w-brand .w-brand-item:nth-child(10) {
    margin-left: 20%
}

.w-brand .w-brand-item-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 110%;
    overflow: hidden
}

.w-brand .w-brand-item-wrap>div {
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.w-brand .w-brand-item-wrap>div>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

@media screen and (max-width: 1080px) {
    .w-brand .w-brand-list {
        padding: 0;
        max-width: none
    }

    .w-brand .w-brand-item {
        width: 33.33%;
        padding: 4px;
        margin-top: 0
    }

    .w-brand .w-brand-item:hover {
        transform: none
    }

    .w-brand .w-brand-item:nth-child(6) {
        margin-left: 0
    }

    .w-brand .w-brand-item:nth-child(10) {
        margin-left: 0
    }

    .w-brand .w-brand-item-wrap {
        padding-bottom: 75%
    }

    .w-brand .w-brand-item-wrap>div {
        -webkit-clip-path: none;
        clip-path: none;
        display: block
    }
}

.w-news .w-news-content {
    padding: 32px 0;
    position: relative
}

.w-news .w-news-content .backing {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #FAFAFA
}

.w-news .w-news-gallery {
    display: flex;
    position: relative
}

.w-news .w-news-skeleton {
    width: 50%;
    padding-bottom: 28.4%
}

.w-news .w-news-list {
    width: 50%
}

.w-news .w-news-cover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%
}

.w-news .w-news-cover a {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.8%
}

.w-news .w-news-cover img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.w-news .w-news-intro {
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 8px 0
}

.w-news .w-news-intro:after {
    display: block;
    content: '';
    position: absolute;
    top: 72px;
    left: 48px;
    width: 2px;
    height: 100%;
    background-color: #d9d9d9
}

.w-news .w-news-intro .num {
    display: block;
    flex: none;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 1.8em;
    background-color: #2965cc;
    color: #fff;
    margin: 0 24px;
    border-radius: 50%;
    font-weight: lighter
}

.w-news .w-news-intro .wrap {
    flex: auto
}

.w-news .w-news-intro .wrap p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #999
}

.w-news .w-news-intro .wrap p span {
    font-size: 24px
}

.w-news .w-news-intro .wrap a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.8;
    color: #333
}

.w-news .w-news-intro .wrap a:hover {
    text-decoration: underline
}

.w-news .w-news-item {
    padding: 8px 0
}

.w-news .w-news-item.active .w-news-cover {
    display: block
}

.w-news .w-news-item.active .w-news-intro .num {
    background-color: #E44438;
    color: #fff
}

.w-news .w-news-item.active .w-news-intro .wrap p,
.w-news .w-news-item.active .w-news-intro .wrap a {
    color: #E44438
}

.w-news .w-news-item:last-child .w-news-intro:after {
    display: none
}

@media screen and (max-width: 1080px) {
    .w-news .w-news-content {
        padding: 0
    }

    .w-news .w-news-content .backing {
        display: none
    }

    .w-news .w-news-gallery {
        display: block
    }

    .w-news .w-news-skeleton {
        display: none
    }

    .w-news .w-news-list {
        width: 100%
    }

    .w-news .w-news-cover {
        display: block;
        flex: none;
        position: static;
        width: 128px;
        margin-right: 8px
    }

    .w-news .w-news-intro {
        display: block;
        padding: 0
    }

    .w-news .w-news-intro:after {
        display: none
    }

    .w-news .w-news-intro .num {
        display: none
    }

    .w-news .w-news-intro .wrap {
        display: flex;
        flex-direction: column
    }

    .w-news .w-news-intro .wrap p {
        order: 1;
        font-size: 14px;
        line-height: 1.576
    }

    .w-news .w-news-intro .wrap p span {
        font-size: 16px
    }

    .w-news .w-news-intro .wrap a {
        font-size: 14px;
        line-height: 1.576;
        height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        word-break: break-word;
        white-space: normal;
        -webkit-line-clamp: 2
    }

    .w-news .w-news-item {
        display: flex;
        padding: 0;
        margin-bottom: 16px
    }

    .w-news .w-news-item.active .w-news-intro .wrap p {
        color: #999
    }

    .w-news .w-news-item.active .w-news-intro .wrap a {
        color: #333
    }
}
