.about-info {
    height: auto;
    overflow: hidden;
}

.about-info .info {
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.about-info .info .text {
    width: 50%;
    height: auto;
    overflow: hidden;
    padding-right: 3%;
    position: relative;
    z-index: 1;
}

.about-info .info .text h3 {
    font-size: 46px;
    color: #eee;
    line-height: 46px;
}

.about-info .info .text h2 {
    font-size: 40px;
    color: #000;
    font-family: "SourceHanSans-Bold";
}

.about-info .info .text .line {
    width: 30px;
    height: 4px;
    background: #00783D;
    margin: 3% 0;
}

.about-info .info .text p {
    font-size: 18px;
    color: #000;
    line-height: 36px;
    text-indent: 36px;
    margin-top: 2%;
}

.about-info .info .img {
    width: 50%;
    position: relative;
    z-index: 1;
    margin-top: 1rem;
}

.about-info .info .info-t {
    width: 69%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-info .nums {
    height: auto;
    overflow: hidden;
    padding: 70px 0;
    background: url("../images/about-nums-bg.jpg") no-repeat center/cover;
}

.about-info .nums li {
    width: 25%;
    float: left;
    text-align: center;
    color: #fff;
}

.about-info .nums li h1 {
    font-size: 20px;
    color: #FAC105;
}

.about-info .nums li h1 b {
    font-size: 56px;
    font-family: "BebasNeue";
}

.about-info .nums li h1 span {
    font-family: "SourceHanSans-Bold";
}

.about-info .nums li p {
    font-size: 18px;
}

.about-info .nums li p i {
    font-size: 18px;
    margin-right: 5px;
    display: inline-block;
}

.product-show {
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    /*background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);*/
    background-image: linear-gradient(135deg, #f5f7fa 0%, #ecf1f9 100%);
}

.product-show .container {
    width: 1680px;
    margin: 0 auto;
    position: relative;
    transition: all .5s;
}

.product-show .tabs {
    text-align: center;
    margin-bottom: 60px;
}

.product-show .tabs .item {
    height: 64px;
    line-height: 64px;
    padding: 0 60px;
    font-size: 24px;
    color: #000000;
    cursor: pointer;
    margin: 0 14px;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 5px;
    transition: all .5s;
}

.product-show .tabs .item.active, .product-show .tabs .item:hover {
    background: linear-gradient(45deg, #036231 0%, #0C9A54 100%);
    color: #FFFFFF;
}

.product-show .swiper {
    height: auto;
    overflow: hidden;
}

.product-show .titleDsc {
    margin-bottom: 60px;
}

.product-show .swiper1 {
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}

.product-show .swiper1 .swiper-slide {
    height: 440px;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    transition: all .5s;
}
.product-show .swiper1 .swiper-slide:hover{
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.12), 0 1px 18px 0 rgba(0,0,0,.14);
}
.product-show .swiper1 .swiper-slide:hover h2{
    color: #0A9B54;
}
.product-show .swiper1 .swiper-slide .tag {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 80px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FAA105;
    border-radius: 0px 50px 0px 50px;
    color: #fff;
    font-size: 22px;
}

.product-show .swiper1 .swiper-slide h2 {
    padding-top: 70px;
    text-align: center;
    color: #000;
    font-size: 24px;
    font-family: "SourceHanSans-Bold";
}

.product-show .swiper1 .swiper-slide p {
    color: #555;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    width: 70%;
    margin: 15px auto 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.product-show .swiper1 .swiper-slide img {
    width: 100%;
    height: 290px;
    object-fit: contain;
}

.product-show .swiper1 .swiper-pagination {
    bottom: 0;
}

.product-show .swiper1 .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 6px;
}

.product-show .swiper1 .swiper-pagination-bullet-active {
    background: #00783D;
}


/*! <=991 手机端 */
@media all and (max-width: 991px) {
    .product-show {
        padding: .9rem 0;
    }

    .product-show .container {
        width: auto;
        padding: 0 .3rem;
    }

    .product-show .tabs {
        margin-bottom: .3rem;
    }

    .product-show .tabs .item {
        height: .8rem;
        line-height: .8rem;
        padding: 0 .2rem;
        font-size: .3rem;
        margin: 0 .05rem;
    }

    .product-show .titleDsc {
        margin-bottom: .3rem;
        font-size: .23rem;
    }

    .product-show .swiper1 {
        padding-bottom: .65rem;
    }

    .product-show .swiper1 .swiper-slide {
        height: auto;
        border-radius: 0 .5rem 0 .5rem;
    }

    .product-show .swiper1 .swiper-slide .tag {
        width: .9rem;
        height: .8rem;
        border-radius: 0 .5rem 0 .5rem;
        font-size: .28rem;
    }

    .product-show .swiper1 .swiper-slide h2 {
        padding-top: .5rem;
        font-size: .32rem;
    }

    .product-show .swiper1 .swiper-slide p {
        width: 80%;
        font-size: .28rem;
        line-height: .4rem;
        margin: .2rem auto 0;
        height: .8rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .product-show .swiper1 .swiper-pagination-bullet {
        width: .16rem;
        height: .16rem;
        margin: 0 .1rem;
    }


}
@media (max-width: 991px) {
    /* about-info */
    .about-info .info {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .about-info .info .text {
        width: 100%;
        padding-right: 0;
        margin-bottom: .3rem;
    }

    .about-info .info .text h3 {
        font-size: .56rem;
        line-height: .56rem;
        text-align: center;
    }

    .about-info .info .text h2 {
        font-size: .5rem;
        text-align: center;
    }

    .about-info .info .text .line {
        width: .6rem;
        height: .04rem;
        margin: .35rem 0;
    }

    .about-info .info .text p {
        font-size: .28rem;
        line-height: .52rem;
        text-indent: .56rem;
    }

    .about-info .info .img {
        width: 100%;
    }

    .about-info .info .info-t {
        width: 100%;
    }

    .about-info .nums {
        padding: .8rem 0 .2rem;
    }

    .about-info .nums li {
        width: 50%;
        margin-bottom: .6rem;
    }

    .about-info .nums li h1 {
        font-size: .28rem;
    }

    .about-info .nums li h1 b {
        font-size: .6rem;
    }

    .about-info .nums li p {
        font-size: .28rem;
    }

    .about-info .nums li p i {
        font-size: .28rem;
        margin-right: .1rem;
    }

    .about-info .slogan img {
        width: 100%;
        height: 4.5rem;
    }

    .about-info .slogan .text {
        padding: 1rem .8rem 0;
    }

    .about-info .slogan .text h2 {
        font-size: .4rem;
        letter-spacing: .04rem;
    }

    .about-info .slogan .text .line {
        width: .7rem;
        height: .07rem;
        margin: .3rem auto;
    }

    .about-info .slogan .text h1 {
        font-size: .3rem;
        color: #fff;
    }

    .about-info .fc {
        margin: .7rem 0 .5rem;
    }

    .about-info .fc ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .about-info .fc ul li {
        width: 48.5%;
        float: none;
        margin: 0 0 .2rem 0;
    }

    .about-info .fc ul li:first-child {
        width: 100%;
        margin-left: 0;
    }
}