.home-banner {
    width: 100%;
    height: 41.67vw;
    min-width: 1170px;
    min-height: 488px;
    /* position: relative; */
}

    .home-banner .pc_show {
        height: 100%;
    }

    .home-banner .swiper-slide {
        width: 100%;
        height: 100%;
    }

        .home-banner .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.banner-fiexd {
    height: 0;
    position: relative;
}

.home-banner .swiper-container-banner {
    width: 100%;
    height: 100%;
}

.banner-fiexd .page-cur {
    position: absolute;
    z-index: 9999;
    left: 5px;
    top: 3.5vw;
    /* width: 33px; */
    /* height: 15px; */
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    color: #fff;
    /* line-height: 75px; */
}

.banner-fiexd .progress {
    position: absolute;
    z-index: 9999;
    left: 36%;
    top: calc(39.07vw - 39px);
    width: 170px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}

    .banner-fiexd .progress.active .line {
        float: left;
        display: block;
        height: 1px;
        background: #fff;
        -webkit-animation: progressbar2 5s infinite;
        animation: progressbar2 5s infinite
    }

/* Chrome, Safari, Opera */
@-webkit-keyframes progressbar2 {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

/* Standard syntax */
@keyframes progressbar2 {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.banner-fiexd .next {
    position: absolute;
    z-index: 9999;
    right: 0;
    top: calc(39.07vw - 80px);
    width: 370px;
    height: 80px;
    background: #219d11;
}

    .banner-fiexd .next .next-btn {
        display: block;
        float: left;
        width: 185px;
        line-height: 80px;
        text-align: center;
        font-size: 20px;
        color: #fff;
        position: relative;
    }

        .banner-fiexd .next .next-btn .prev-line,
        .banner-fiexd .next .next-btn .next-line {
            width: 40px;
            height: 15px;
            display: block;
            position: absolute;
            cursor: pointer;
        }

        .banner-fiexd .next .next-btn .prev-line {
            background: url(../img/arrow-prev.png) no-repeat;
            left: 20px;
            top: 32.5px;
        }

        .banner-fiexd .next .next-btn .next-line {
            background: url(../img/arrow-next.png) no-repeat;
            right: 20px;
            top: 32.5px;
        }

    .banner-fiexd .next .next-preview {
        display: block;
        float: left;
        width: 185px;
        height: 80px;
    }

        .banner-fiexd .next .next-preview img {
            width: 100%;
            height: 100%;
        }


/*关于*/
.home-about {
    width: 100%;
    position: relative;
}

    .home-about .left-img {
        position: absolute;
        z-index: 0;
        top: 260px;
        height: 120px;
        width: calc((100vw - 1170px)/2 + 200px);
        min-width: 200px;
    }

.left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-about .left-desc,
.home-about .left-desc1 {
    position: absolute;
    top: 260px;
    left: calc((100vw - 1170px)/2 + 30px);
    line-height: 120px;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #ddd;
}

.home-about .about-left {
    float: left;
    width: 40%;
}

.home-about .about-right {
    float: left;
    width: 60%;
}

    .home-about .about-right .title {
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 600;
        color: #333;
        line-height: 34px;
        margin-top: 40px;
    }

    .home-about .about-right .desc {
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #656565;
        line-height: 32px;
    }

    .home-about .about-right .more {
        margin-top: 80px;
    }

/*人物*/
.home-person .person-left {
    float: left;
    width: 50%;
}

    .home-person .person-left .head {
        color: #333;
        font-size: 48px;
        font-family: Arial;
        font-weight: bold;
        line-height: 32px;
        margin-top: 80px;
    }

        .home-person .person-left .head .line {
            width: 24px;
            height: 4px;
            display: block;
            background: #333;
            margin: 20px 0;
            margin-left: 2px;
        }

    .home-person .person-left .desc {
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #656565;
        line-height: 32px;
        margin-top: 80px;
    }

    .home-person .person-left .more {
        margin-top: 80px;
    }

.home-person .person-right {
    float: right;
    width: 50%;
    text-align: right;
    position: relative;
}

    .home-person .person-right .name {
        position: absolute;
        left: -120px;
        top: 80px;
        font-size: 32px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #333;
        /* line-height: 43px; */
    }

    .home-person .person-right .post {
        position: absolute;
        left: -120px;
        top: 152px;
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #999;
        /* line-height: 43px; */
    }

    .home-person .person-right .line {
        position: absolute;
        left: -30px;
        top: 164px;
        width: 254px;
        height: 1px;
        background: #999;
    }

/* 商品 */
.home-product {
    width: 100%;
}

    .home-product .item {
        height: 375px;
        width: 100%;
    }

        .home-product .item img {
            height: 100%;
            width: auto;
            overflow-y: auto;
            overflow-x: hidden;
            display: block;
            /* float: left; */
            padding: 0;
            margin: 0;
        }

    .home-product .product {
        width: 500px;
        height: 100%;
        display: block;
        /* float: left; */
        padding: 40px 70px;
        margin: 0;
    }

        .home-product .product .head {
            margin-top: 20px;
            display: block;
        }

        .home-product .product .describe {
            font-size: 16px;
            font-family: Source Han Sans CN;
            font-weight: 400;
            color: #999;
            line-height: 26px;
            margin-top: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
        }

        .home-product .product .more {
            position: absolute;
            bottom: 40px;
        }

    .home-product .swiper-slide {
        width: auto;
    }

    .home-product .product-popup {
        bottom: -100%;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(33, 157, 17, .5);
    }

        .home-product .product-popup span {
            color: #fff;
            display: block;
            font-size: 22px;
            text-align: center;
            letter-spacing: 2px;
            margin-top: 170px;
        }

    .home-product .product-slide:hover .product-popup {
        bottom: 0;
        transition: all .5s;
        -moz-transition: all .5s;
        /* Firefox 4 */
        -webkit-transition: all .5s;
        /* Safari å’Œ Chrome */
        -o-transition: all .5s;
        /* Opera */
    }

.home-news .head {
    position: relative;
}

    .home-news .head .more {
        position: absolute;
        right: 0;
        top: 50px;
    }

.home-news .news-info {
    width: 100%;
    margin-top: 80px;
}

    .home-news .news-info .news-item {
        float: left;
        width: 30%;
    }

        .home-news .news-info .news-item:first-child {
            margin-right: 5%;
        }

        .home-news .news-info .news-item:last-child {
            margin-left: 5%;
        }

        .home-news .news-info .news-item .code {
            font-size: 48px;
            font-family: Arial;
            font-weight: bold;
            color: #333;
            line-height: 26px;
        }

        .home-news .news-info .news-item .name {
            font-size: 20px;
            font-family: Source Han Sans CN;
            font-weight: 400;
            color: #333;
            line-height: 75px;
        }

        .home-news .news-info .news-item .list {
            margin-top: 20px;
        }

            .home-news .news-info .news-item .list a {
                font-size: 16px;
                font-family: Source Han Sans CN;
                font-weight: 400;
                color: #999;
                line-height: 40px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                cursor: pointer;
            }

                .home-news .news-info .news-item .list a:hover {
                    color: #219d11;
                }

.home-contact .more {
    margin-top: 40px;
}

.home-contact .contact-info {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    line-height: 36px;
}

    .home-contact .contact-info:first-child {
        margin-top: 40px;
    }

    .home-contact .contact-info img {
        display: inline-block;
        width: 20px;
        height: 20px;
    }

    .home-contact .contact-info span {
        display: inline-block;
        margin-left: 10px;
    }

.home-contact .tel {
    border-left: 1px solid #ddd;
    text-align: left;
    display: block;
    width: 100%;
    margin-top: 50px;
    padding-left: 40px;
}

    .home-contact .tel .num1 {
        font-size: 16px;
        font-family: Arial;
        font-weight: bold;
        color: #333;
        line-height: 26px;
        letter-spacing: 2px;
        display: block;
    }

    .home-contact .tel .num2 {
        font-size: 24px;
        font-family: Arial;
        font-weight: bold;
        color: #333;
        line-height: 34px;
        letter-spacing: 4px;
        display: block;
    }

.home-contact .map {
    margin-top: 40px;
}

    .home-contact .map img,
    .home-contact .map p {
        width: 100%;
        height: 390px;
        object-fit: cover;
    }

@media screen and (max-width: 1170px) {

    .banner-fiexd .page-cur {
        top: 41px;
    }

    .banner-fiexd .progress {
        top: 418px;
    }

    .banner-fiexd .next {
        top: 377px;
    }

    .home-about .left-desc {
        left: 30px;
    }
}

/* 移动设备 */
@media screen and (max-width:900px) {
    .home-banner {
        width: 100%;
        height: 2.21rem;
        min-width: auto;
        min-height: auto;
    }

        .home-banner .swiper-slide img {
            height: 2.21rem;
        }

    .home-about .about-left {
        width: 100%;
        padding-left: 0.58rem;
    }

    .home-about .about-right {
        width: 100%;
        margin-top: 0.75rem;
    }

        .home-about .about-right .title {
            padding-left: 0.58rem;
            font-size: 0.14rem;
            line-height: 0.24rem;
        }

        .home-about .about-right .desc {
            margin-top: 0.3rem;
            font-size: 0.14rem;
            line-height: 0.24rem;
        }

    .home-about .left-img {
        width: 2.42rem;
        height: 0.6rem;
        top: 1.54rem;
    }

    .home-about .left-desc,
    .home-about .left-desc1 {
        font-size: 0.12rem;
        line-height: 0.6rem;
        left: calc(5% + 0.58rem);
    }

    .home-about .left-desc1 {
        top: 1.44rem;
    }

    .home-about .left-desc {
        top: 1.64rem;
    }

    .home-about .about-right .more {
        margin-top: 0.24rem;
    }

    .home-person .person-right,
    .home-person .person-left {
        width: 100%;
        float: none;
    }

    .home-person .person-right {
        margin-top: 0.5rem;
    }

        .home-person .person-right .name {
            left: 0;
            font-size: 0.16rem;
            top: 1rem;
        }

        .home-person .person-right .post {
            left: 0;
            font-size: 0.12rem;
            top: 1.32rem;
        }

        .home-person .person-right .line {
            width: 1.26rem;
            height: 0.01rem;
            top: 1.4rem;
            left: 0.5rem;
        }

        .home-person .person-right .cover {
            width: 2rem;
            height: 2.67rem;
        }

    .home-person .person-left {
        position: relative;
        padding-left: 0.58rem;
    }

        .home-person .person-left .head {
            position: absolute;
            font-size: 0.32rem;
            line-height: 100%;
            top: -4.74rem;
        }

            .home-person .person-left .head .line {
                width: 0.12rem;
                height: 0.02rem;
                margin: 0.16rem 0;
            }

        .home-person .person-left .desc {
            letter-spacing: 0.01rem;
            font-size: 0.14rem;
            line-height: 0.24rem;
        }

        .home-person .person-left .more {
            margin-top: 0.3rem;
        }

    .home-product .item {
        height: 1.875rem;
    }

    .home-product .product {
        padding-left: 0.58rem;
        padding-right: 0.38rem;
        padding-top: 0;
        padding-bottom: 0.32rem;
        width: auto;
    }

        .home-product .product .describe {
            font-size: 0.12rem;
            line-height: 0.22rem;
            margin-top: 0.2rem;
        }

        .home-product .product .more {
            position: static;
            margin-top: 0.32rem;
        }

    .home-product .product-item a {
        width: 50%;
        float: left;
    }

        .home-product .product-item a:nth-child(3n+0) {
            width: 100%;
        }

        .home-product .product-item a img {
            width: 100%;
            height: 1.875rem;
            object-fit: cover;
        }

    .home-news .head {
        padding-left: 0.58rem;
    }

        .home-news .head .more {
            position: static;
            margin-top: 0.32rem;
        }

    .home-news .news-info .news-item {
        width: 100%;
        margin-top: 0.46rem;
    }

        .home-news .news-info .news-item:first-child {
            margin-right: 0;
        }

        .home-news .news-info .news-item:last-child {
            margin-left: 0;
        }

    .home-news .news-info {
        margin-top: 0;
    }

        .home-news .news-info .news-item .code {
            font-size: 0.32rem;
            line-height: 100%;
        }

        .home-news .news-info .news-item .name {
            font-size: 0.14rem;
            line-height: 100%;
            margin-top: 0.16rem;
        }

        .home-news .news-info .news-item .list a {
            font-size: 0.14rem;
            line-height: 0.34rem;
        }

    .home-contact .head {
        padding-left: 0.58rem;
    }

    .home-contact .contact-info img {
        width: 0.14rem;
        height: 0.14rem;
    }

    .home-contact .contact-info {
        font-size: 0.14rem;
        line-height: 0.34rem;
    }

        .home-contact .contact-info span {
            margin-left: 0.1rem;
        }

    .home-contact .tel {
        border-left: 0;
        padding-left: 0.24rem;
    }

        .home-contact .tel .num1 {
            font-size: 0.2rem;
            line-height: 0.3rem;
        }

        .home-contact .tel .num2 {
            font-size: 0.32rem;
            line-height: 0.42rem;
        }

    .home-contact .map {
        margin-top: 0.32rem;
    }

        .home-contact .map img,
        .home-contact .map p {
            height: 1.72rem;
        }
}
