.w-bg-banner {
    position: relative;
    background-image: url(../images/bg-banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
    padding-top: 120px;
    box-sizing: border-box;
}

.w-mask {
    background-image: url(../images/mask.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 323px;
    width: 100%;
    position: absolute;
    top: 352px;
}

.w-overview {
    text-align: center
}

    .w-overview img {
        display: block;
        margin: 0 auto;
        /* transition: transform 1.5s ease-out; */
        /* -webkit-transition: -webkit-transform 1.5s ease-out;
    -moz-transition: -moz-transform 1.5s ease-out;
    -o-transition: -o-transform 1.5s ease-out;
    -ms-transition: -ms-transform 1.5s ease-out; */
    }

    .w-overview .w-subtitle {
        font-size: 24px;
        line-height: 24px;
        margin-top: 20px;
    }

.w-ft24 {
    font-size: 24px
}

.w-ft16 {
    font-size: 16px
}

.w-overview-content {
    color: #F95E00;
    padding: 47px 110px;
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
}

    .w-overview-content li {
        margin: 0 110px;
    }

.w-distribution {
    position: relative;
}

.w-chinaMap {
    margin-top: -100px;
    margin-bottom: 35px;
}

.w-title-1 {
    font-size: 32px;
    font-weight: 700;
    color: #F95E00;
}

.w-title-2 {
    margin-top: 7px;
    font-size: 18px;
}

.w-title-3 {
    margin-top: 40px;
    color: #aaa;
    text-indent: 18px;
    background: url(../images/locate.png) no-repeat left center;
}

.w-list {
    width: 320px;
    margin-top: 40px;
}

    .w-list li {
        width: 320px;
        text-align: center;
        height: 38px;
        line-height: 38px;
        margin-bottom: 12px;
        color: #333;
        background-color: #EEEEEE;
    }

        .w-list li a {
            display: block;
        }

.w-carousel {
    background-color: #F3F7FA;
    padding: 90px 0;
}

.swiper-container {
    overflow: hidden;
    padding: 10px;
    margin-left: -10px;
}

.swiper-wrapper {
    width: 30500px;
}

.swiper-slide {
    width: 285px;
    height: 260px;
    background-color: white;
    transition: box-shadow 0.3s
}

    .swiper-slide:hover {
        box-shadow: 0px 0px 10px 2px #aaa;
    }

.w-title-4 {
    font-size: 16px;
    margin-top: 18px;
    text-align: center;
    font-weight: 700;
}

.w-title-5 {
    font-size: 14px;
    margin-top: 8px;
    text-align: center;
    color: #999;
    padding-bottom: 16px
}

.swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #F95E00;
    background-image: url('../images/more-left.png');
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-left: -20px;
    cursor: pointer;
    position: absolute;
    top: 130px;
    left: 0;
}

.swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: #F95E00;
    background-image: url('../images/more-right.png');
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    margin-right: -20px;
    cursor: pointer;
    position: absolute;
    top: 130px;
    right: 0;
}

.w-contact {
    padding: 100px 100px;
    text-align: center;
}

.w-contact-groups {
    margin-top: 60px;
}

    .w-contact-groups div {
        width: 480px;
        height: 80px;
        border: 1px solid #F95E00;
        box-sizing: border-box;
        line-height: 80px;
        border-radius: 1px;
        font-size: 16px;
    }

.w-phone {
    color: #F95E00;
    background: url(../images/phone.png) no-repeat 132px center;
}

.w-email {
    color: #F95E00;
    background-image: url(../images/email.png);
    background-color: #F95E00;
    background-repeat: no-repeat;
    background-position: 130px center;
    color: white;
    text-indent: 30px;
}
