/* 后加 */
.add-flex{
    border: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    box-shadow: 0 !important;
    margin: 0 !important;
}
#product-item-active h3{
    color: #71bf44;
}
.product-details-content tr,
.product-details-content td{
    border: 1px solid #ccc !important;
}
/* end */

/*banner*/
.banner-section{
    width: 100%;
    height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/*crumb*/
.crumb{
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px
    rgba(0, 0, 0, 0.1);
}
.crumb-lf,
.crumb .y-1320{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.crumb .y-1320{
    height: 50px;
}
.crumb-lf img{
    padding-right:10px;
}
.crumb-lf p{
    font-size: 16px;
    line-height: 26px;
    color: #999999;
}
.crumb-rg{
    display: flex;
}
.crumb-rg .crumb-item a{
    display: block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #999999;
    text-align: center;
    transition: all 400ms;
}
.crumb-rg-active,
.crumb-rg .crumb-item a:hover{
    background-color: #71bf44;
    color: #fff !important;
}

/*公司简介-公司简介*/
.gsjj-content{
    padding-top: 33px;
    display: flex;
    justify-content: space-between;
}
.gsjj-font{
    width: 59.54%;
    font-size: 14px;
    line-height: 26px;
    color: #999999;
}
.gsjj-img{
    width: 35.37%;
}
.gsjj-img img{
    width: 100%;
    transition: all 600ms;
}
.gsjj-img div{
    overflow: hidden;
    border-radius: 12px;
}
.gsjj-img:hover img{
    transform: scale(1.2);
}


/*公司简介-发展历程*/
.fzlc-section{
    padding: 56px 0 47px;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 75px;
}
#fzlc-swiper{
    overflow: hidden;
    padding-top:65px;
    position: relative;
}
.fzlc-slide{
    background-color: #ffffff;
    border-radius: 12px;
    padding: 35px 18px;
    transition: all 400ms;
    top: 0;
    position: relative;
    height: 100%;
}
.fzlc-slide h3{
    font-size: 20px;
    line-height: 36px;
    color: #71bf44;
    padding-bottom: 15px;
}
.fzlc-slide>div,
.fzlc-slide p{
    font-size: 14px !important;
    line-height: 26px !important;
    color: #666666 !important;
}
.fzlc-bottom-box{
    position: relative;
    overflow: hidden;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
#fzlc-prev,
#fzlc-next{
    width: 36px;
    height: 36px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
#fzlc-prev img,
#fzlc-next img{
    max-width: 100%;
}
#fzlc-prev{
    left: 0;
}
#fzlc-next{
    right: 0;
}
#fzlc-active .fzlc-slide{
    box-shadow: 0px 0px 8px 0px
    rgba(0, 0, 0, 0.08);
    top: -10px;
}
#fzlc-page{
    width: 100%;
    padding: 38px 0;
}
#fzlc-page{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#fzlc-page .fzlc-page-slide div{
    width: 10px;
    height: 10px;
    position: relative;
    background-color: #ccc;
    border-radius: 50%;
    transition: all 400ms;
}
#fzlc-page .fzlc-page-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
}
#fzlc-page .fzlc-page-slide div::after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%;
    transition: all 400ms;
}
#fzlc-swiper .swiper-slide,
#fzlc-page .fzlc-page-slide{
    width: 22.87%;
    margin-right: 2.8%;
}
#fzlc-page,
#fzlc-swiper .swiper-wrapper{
    transition: all 600ms;
    transform: translateX(0);
}
#fzlc-swiper .swiper-wrapper{
    align-items: flex-end;
}
#fzlc-page-active div{
    background-color: #71bf44 !important;
}
#fzlc-page-active div::after{
    border: 1px solid #71bf44 !important;
}
#fzlc-page .fzlc-page-slide div p{
    font-size: 14px;
    line-height: 26px;
    color: #71bf44;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top:17px;
    opacity: 0;
    white-space: nowrap;
    transition: all 400ms;
}
#fzlc-page #fzlc-page-active p{
    opacity: 1;
    display: block;
}

@media (max-width: 1335px){
    #fzlc-swiper{
        padding-top: 50px;
    }
}
@media (max-width: 1200px){
    #fzlc-swiper{
        padding-top: 40px;
    }
}
@media (max-width: 990px){
    #fzlc-swiper .swiper-slide,
    #fzlc-page .fzlc-page-slide{
        width: 32%;
        margin-right: 2%;
    }
}
@media (max-width: 767px) {
    #fzlc-swiper .swiper-slide,
    #fzlc-page .fzlc-page-slide{
        width: 100%;
        margin-right: 15px;
    }
    #fzlc-active .fzlc-slide{
        box-shadow: 0px 0px 8px 0px
        rgba(0, 0, 0, 0.08);
        top: 0;
    }
    #fzlc-swiper{
        padding-top: 15px;
    }
    #fzlc-page{
        padding: 30px 0;
    }
}



/*公司简介-组织框架*/
.gsjj-top{
    padding-top:70px;
}
.zzkj-img-box{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    text-align: center;
    padding:30px 0 38px;
    margin-top: 26px;
}
.zzkj-img-box img{
    max-width: 100%;
}


/*荣誉资质*/
.ryzz-swiper-box{
    padding-top: 48px;
    position: relative;
    padding-bottom: 51px;
}
#ryzz-swiper{
    overflow: hidden;
}
.ryzz-img-box{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    background-color: #f5f5f5;
}
.ryzz-img-box img{
    max-height: 319px;
    max-width: 100%;
}
#ryzz-page{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
#ryzz-page .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: #dbdbdb;
    opacity: 1;
    margin: 0 10px;
    transition: all 400ms;
}
#ryzz-page .swiper-pagination-bullet-active{
    background-color: #71bf44;
}


@media (max-width: 1335px) {
    .gsjj-content {
        padding-top: 20px;
    }
    .fzlc-section{
        margin-top: 60px;
    }
    .ryzz-swiper-box{
        padding: 30px 0 40px;
    }
    .banner-section{
        height: 290px;
    }
}
@media (max-width: 1200px) {
    .banner-section{
        height: 230px;
    }
    .ryzz-img-box{
        padding: 10px;
    }
    .gsjj-content{
        padding-top: 15px;
    }
    .zzkj-img-box{
        margin-top: 20px;
        padding: 30px;
    }
    .gsjj-top{
        padding-top: 60px;
    }
    .crumb-lf p,
    .crumb-rg .crumb-item a{
        font-size: 14px;
    }
    .ryzz-swiper-box{
        padding: 20px 0 35px;
    }
}
@media (max-width: 990px){
    .crumb-rg .crumb-item a{
        padding: 0 15px;
        width: auto;
    }
    .gsjj-content{
        flex-wrap: wrap;
        justify-content: center;
    }
    .gsjj-img{
        width: 70%;
        order: -1;
    }
    .gsjj-font{
        width: 100%;
        margin-top: 20px;
    }
    .fzlc-section{
        margin-top: 40px;
        padding: 30px 0 40px;
    }
    .gsjj-top{
        padding-top: 40px;
    }
    .banner-section{
        height: 200px;
    }
}
@media (max-width: 767px){
    .banner-section{
        height: 110px;
    }
    .crumb-lf, .crumb .y-1320{
        flex-wrap: wrap;
    }
    .crumb .y-1320{
        height: auto;
        padding: 10px;
    }
    .crumb-rg{
        flex-wrap: wrap;
        margin-top: 5px;
    }
    .crumb-rg .crumb-item a{
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
    }
    .gsjj-img{
        width: 100%;
    }
    .fzlc-section{
        margin-top: 25px;
    }
    .fzlc-section{
        padding: 25px 0 30px;
    }
    .gsjj-top{
        padding-top: 25px;
    }
    .gsjj-content{
        padding-top: 10px;
    }
    .zzkj-img-box{
        margin-top: 10px;
        padding: 12px 10px;
    }
    .ryzz-swiper-box{
        padding: 10px 0 30px;
    }
    #ryzz-page .swiper-pagination-bullet{
        margin: 0 5px;
    }
}





/*产品中心*/
.page-section .y-1320{
    display: flex;
    justify-content: space-between;
}
.page-lf-box{
    width:21.59%;
}
.page-lf,.product-option-list{
    width: 100%;
}
.page-lf>h3{
    width: 100%;
    height: 70px;
    line-height: 70px;
    background-color: #71bf44;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}
.page-lf{
    background-color: #ffffff;
    border: solid 1px #71bf44;
}
.product-option-list{
    padding: 0 7px 11px;
}
.product-option>div,
.product-wrap>li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 16px 17px 20px;
    margin-top: 6px;
    cursor: pointer;
}
.product-wrap{
    display: none;
}
.product-option>div{
    background-color: #f0f0f0;
}
.product-wrap>li{
    background-color: #f9f9f9;
}
.product-option>div>h3{
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}
.product-option>div>img{
    transform: rotate(-90deg);
    transition: all 400ms;
}
.product-wrap li a{
    font-size: 16px;
    color: #999999;
}
.product-option-active>img{
    transform: rotate(0deg) !important;
}
.product-option>div>h3,
.product-wrap>li>a>h3{
    width: calc(100% - 20px);
    text-align: justify;
}
.product-rg-box{
    width: 74.62%;
}
.product-item{
    margin-bottom: 20px;
}
.product-item a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 1px #e5e5e5;
}
.product-img{
    width: 50.76%;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
    overflow: hidden;
}
.product-img img{
    max-width: 100%;
    max-height: 100%;
    transition: all 600ms;
}
.product-item:hover .product-img img{
    transform: scale(1.06);
}
.product-font{
    width:45.17%;
    padding-right: 22px;
}
.product-font h3{
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    padding-bottom: 23px;
    position: relative;
}
.product-font h3::before{
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    height: 3px;
    background-color: #71bf44;
    bottom: 0;
    left: 0;
}
.product-font p{
    padding: 42px 0;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}
.product-font button{
    width: 114px;
    height: 36px;
    background-color: #71bf44;
    font-size: 14px;
    color: #fff;
}


/*分页*/
.page-box{
    padding: 30px 0 40px;
}
.page-box ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.page-box ul li{
    margin: 5px 10px;
}
.page-box ul li:nth-of-type(1){
    display: none;
}
.page-box ul li a{
    display: block;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 16px;
    background-color: #cccccc;
    text-align: center;
    transition: all 400ms;
    white-space: nowrap;
}
.page-box ul li a:hover,
.active a{
    background-color: #71bf44 !important;
}

@media (max-width: 1200px){
    .page-lf>h3{
        font-size: 22px;
    }
    .page-lf>h3{
        height: 60px;
        line-height: 60px;
    }
    .product-font h3{
        font-size: 18px;
    }
    .product-font p{
        padding: 30px 0;
    }
    .product-img{
        height: 300px;
        padding: 12px 10px;
    }
}
@media (max-width: 990px){
    .page-section .y-1320{
        flex-wrap: wrap;
    }
    .page-lf-box{
        width: 100%;
    }
    .page-lf>h3{
        font-size: 18px;
        height: 50px;
        line-height: 50px;
    }
    .product-option>div, .product-wrap>li a{
        padding: 13px 16px 13px 20px;
    }
    .product-rg-box{
        width: 100%;
        margin-top: 25px;
    }
    .page-box{
        padding: 20px 0 25px;
    }
    .page-box ul li{
        margin: 0 6px;
    }
    .page-box ul li a{
        padding: 8px 14px;
    }
}
@media (max-width: 767px){
    .page-lf>h3{
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .product-option>div, .product-wrap>li a{
        font-size: 14px;
        padding: 10px 15px;
    }
    .product-option>div>h3{
        font-size: 14px;
    }
    .product-rg-box{
        margin-top: 15px;
    }
    .product-item a{
        flex-wrap: wrap;
    }
    .product-img{
        width: 100%;
    }
    .product-font{
        width: 100%;
        padding:12px 10px;
    }
    .product-img{
        height: 185px;
    }
    .product-font h3{
        font-size: 14px;
        line-height: 26px;
        padding-bottom: 8px;
    }
    .product-font p{
        padding: 15px 0 20px;
        line-height: 24px;
    }
    .product-font button{
        width: 90px;
        height: 32px;
        font-size: 12px;
    }
    .page-box{
        padding: 0;
    }
    .page-box ul li a{
        padding: 5px 11px;
    }
    .page-box ul{
        flex-wrap: wrap;
    }
    .page-box ul li{
        margin: 5px;
    }
}




/*产品中心-详情*/
.product-details-top{
    display: flex;
    justify-content: space-between;
}
.product-details-swiper-box{
    width: 47.72%;
}
#product-details-swiper{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.product-details-img{
    height: 420px;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-details-img img{
    max-width: 100%;
    max-height: 100%;
}
#product-details-prev,
#product-details-next{
    background-image: none !important;
}
#product-details-prev::after,
#product-details-next::after{
    color: #71bf44;
    font-size: 32px;
}
.product-details-font{
    width: calc(52.28% - 50px);
}
.product-details-font h3{
    font-weight: bold;
    font-size: 26px;
    color: #71bf44;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    margin: 58px 0 90px;
}
.product-details-font h3::before{
    content: '';
    display: block;
    width: 90px;
    height: 1px;
    background-color: #71bf44;
    position: absolute;
    left: 0;
    bottom: 0;
}
.product-details-font p{
    width: 220px;
    height: 36px;
    background-color: #71bf44;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    color: #ffffff;
}
.product-details-font a{
    display: block;
    border: solid 1px #71bf44;
    width: 220px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    color: #71bf44;
    text-align: center;
    margin-top: 30px;
}
.product-details-bottom{
    padding-top: 67px;
}
.product-details-option{
    background-color: #f5f5f5;
    border-bottom: 1px solid #71bf44;
    display: flex;
}
.product-details-option li{
    width: 167px;
    height: 60px;
    line-height: 60px;
    color: #666;
    font-size: 20px;
    border-right: 1px solid #e6e6e6;
    text-align: center;
    transition: all 400ms;
    cursor: pointer;
}
.product-details-option li:nth-last-of-type(1){
    border-right: 0;
}
.product-details-active,
.product-details-option li:hover{
    background-color: #71bf44 !important;
    color: #fff !important;
}
.product-details-content li{
    padding: 42px 34px 150px 21px;
    /*min-height: 344px;*/
    display: none;
}
.product-details-content li,
.product-details-content li p{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    /* text-align: justify; */
}
.next-prev-box{
    border-top: 1px solid #dbdbdb;
    padding: 10px 18px 0;
    display: flex;
    justify-content: space-between;
}
.next-prev-box p{
    font-size: 14px;
    line-height: 26px;
    color: rgba(102,102,102,0.72);
    transition: all 200ms;
}
.next-prev-box p:nth-last-of-type(1){
    padding-top: 3px;
}
.next-prev-box p:hover{
    color:#666666;
}
.next-prev-box>div{
    width: calc(100% - 200px);
}
.next-prev-box>a{
    color: #71bf44;
    font-size: 14px;
    position: relative;
}
.next-prev-box>a::before{
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #71bf44;
    top: 30px;
}
@media (max-width: 1335px){
    .product-details-font h3{
        font-size: 22px;
        margin: 58px 0 75px;
    }
    .product-details-img{
        height: 350px;
    }
    .product-details-bottom{
        padding-top: 50px;
    }
    .product-details-option li{
        height: 50px;
        line-height: 50px;
        width: 150px;
        font-size: 16px;
    }
    .product-details-content li{
        padding: 35px 25px 120px 25px;
    }
    .next-prev-box{
        padding: 10px 15px 0;
    }
}

@media (max-width: 1200px){
    .product-details-content li{
        padding: 25px 0 110px;
    }
}
@media (max-width: 990px){
    .product-details-img{
        height: 280px;
        padding: 12px 10px;
    }
    .product-details-font h3{
        font-size: 20px;
        margin: 35px 0 45px;
    }
    .product-details-font a,
    .product-details-font p{
        width: 178px;
        font-size: 12px;
    }
    .product-details-font a{
        margin-top: 20px;
    }
    .product-details-bottom{
        padding-top: 30px;
    }
    .product-details-option li{
        width: 25%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .next-prev-box{
        padding: 10px 0 0;
    }
}
@media (max-width: 767px){
    .product-details-top{
        flex-wrap: wrap;
    }
    .product-details-font,
    .product-details-swiper-box{
        width: 100%;
    }
    .product-details-font h3{
        font-size: 16px;
        margin: 15px 0 12px;
        text-align: center;
    }
    .product-details-font h3::before{
        left: 50%;
        transform: translateX(-50%);
    }
    .product-details-font a, .product-details-font p{
        width: 80%;
    }
    .product-details-font p{
        margin: 0 auto;
    }
    .product-details-font a{
        margin: 10px auto 0;
    }
    .product-details-option li{
        font-size: 12px;
    }
    .product-details-bottom{
        padding-top: 15px;
    }
    .product-details-content li{
        padding: 12px 0 30px;
    }
    .next-prev-box{
        flex-wrap: wrap;
        justify-content: right;
        padding: 8px 0 0;
    }
    .next-prev-box>div{
        width: 100%;
        margin-top: 12px;
    }
    .next-prev-box>a{
        order: -1;
    }
    .next-prev-box>a::before{
        top: 25px;
    }
    .next-prev-box p:nth-last-of-type(1){
        padding-top: 0;
    }
}




/*研发创新*/
.yfjd-list{
    display: flex;
    justify-content: space-between;
    padding: 34px 0 60px;
    position: relative;
}
.jd-next,.jd-prev{
    background: none;
    width: auto;
    height: auto;
    top: 45%;
}
.jd-next{
    right: -5.5%;
}
.jd-prev{
    left: -5.5%;
}
.jd-prev:after{
    display: none;
}
.jd-next:after{
    display: none;
}
.yfjd-item{
    width: 31.81%;
    background-color: #fafafa;
    box-shadow: 0px 0px 8px 0px
    rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
}
.yfjd-img{
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.yfjd-img img{
    max-width: 100%;
    transition: all 600ms;
}
.yfjd-item:hover .yfjd-img img{
    transform: scale(1.2);
}
.yfjd-font{
    padding: 20px 20px 40px;
}
.yfjd-font h3{
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    padding-bottom: 15px;
}
.yfjd-font p{
    font-size: 14px;
    line-height: 26px;
    color: #999999;
}

.jshz-section{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 55px 0 59px;
}
.jshz-font{
    margin:26px 0 21px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px
    rgba(33, 24, 21, 0.08);
    border-radius: 12px;
    padding: 24px 20px 28px;
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    text-align: justify;
}
.jshz-list{
    display: flex;
    justify-content: space-between;
}
.jshz-item{
    width: 31.81%;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px
    rgba(33, 24, 21, 0.08);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px 0 28px;
}
.jshz-item img{
    max-width: 100%;
    transition: all 600ms;
}
.jshz-item:hover img{
    transform: scale(1.2);
}

.zzyf-section{
    padding-top: 60px;
}
.zzyf-swiper-box{
    padding:38px 0 32px;
    position: relative;
}
#ryzs-swiper,
#zzyf-swiper{
    overflow: hidden;
}
.zzyf-img{
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}
.zzyf-img img{
    max-width: 100%;
    transition: all 600ms;
}
.zzyf-img:hover img{
    transform: scale(1.2);
}
#ryzs-page,
#zzyf-page{
    bottom: 0;
}
#ryzs-page .swiper-pagination-bullet,
#zzyf-page .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: #cccccc;
    opacity: 1;
    transition: all 400ms;
    margin-right: 12px;
}
#ryzs-page .swiper-pagination-bullet-active,
#zzyf-page .swiper-pagination-bullet-active{
    background-color: #71bf44;
}
.ryzs-section{
    padding-top: 48px;
}
@media (max-width: 1335px){
    .yfjd-list{
        padding: 25px 0 60px;
    }
    .zzyf-swiper-box{
        padding: 25px 0 32px;
    }
}
@media (max-width: 1200px){
    .yfjd-list{
        padding: 20px 0 60px;
    }
    .jshz-font{
        margin: 20px 0;
    }
    .zzyf-swiper-box{
        padding: 20px 0 30px;
    }
}
@media (max-width: 990px){
    .yfjd-font h3{
        font-size: 16px;
    }
    .yfjd-font{
        padding: 12px 12px 26px;
    }
    .zzyf-section{
        padding-top: 40px;
    }
    .jshz-section{
        padding: 40px 0 50px;
    }
    .yfjd-list{
        padding: 20px 0 45px;
    }
}
@media (max-width: 767px){
    .yfjd-list{
        flex-wrap: wrap;
        padding: 10px 0 10px;
    }
    .yfjd-item{
        width: 100%;
        margin-bottom: 15px;
    }
    .yfjd-font{
        padding: 10px 10px 15px;
    }
    .yfjd-font p{
        line-height: 22px;
    }
    .yfjd-font h3{
        padding-bottom: 6px;
    }
    .jshz-section{
        padding: 25px 0 10px;
    }
    .jshz-font{
        margin: 10px 0;
        padding: 12px 10px ;
    }
    .jshz-list{
        flex-wrap: wrap;
    }
    .jshz-item{
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
    }
    .ryzs-section,
    .zzyf-section{
        padding-top: 25px;
    }
    .zzyf-swiper-box{
        padding: 10px 0 25px;
    }
    #ryzs-page .swiper-pagination-bullet, #zzyf-page .swiper-pagination-bullet{
        margin-right: 10px;
    }
}


/*产品服务*/
.zxnr-section{
    padding: 68px 0 50px;
}
.cpfw-list{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.cpfw-item{
    width: 48.63%;
    display: flex;
    justify-content: space-between;
}
.cpfw-font{
    width: 50.77%;
    padding: 0 20px;
}
.cpfw-font h3{
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #ffffff;
    padding:38px 0 18px;
}
.cpfw-font ul li{
    border-top: 1px solid rgba(255,255,255,0.3);
    padding: 8px 0;
}
.cpfw-font ul li p{
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}
.cpfw-img{
    width:49.23% ;
    overflow: hidden;
}
.cpfw-img img{
    transition: all 600ms;
    max-width: 100%;
}
.cpfw-item:hover .cpfw-img img{
    transform: scale(1.2);
}
.cpfw-item:nth-of-type(1) .cpfw-font{
    background-color: #00b285;
}
.cpfw-item:nth-of-type(2) .cpfw-font{
    background-color: #ff9326;
}
.cpfw-item:nth-of-type(3) .cpfw-font{
    background-color: #6e9fdb;
}
.cpfw-item:nth-of-type(4) .cpfw-font{
    background-color: rgb(76,209,244);
}
.cpfw-item:nth-of-type(5) .cpfw-font{
    background-color: #008ae3;
}

#fxfwnr ul li{
    display: flex;
    justify-content: space-between;
    min-height: 40px;
    padding: 0 10px;
    align-items: center;
}
#fxfwnr ul li p{
    width: 43%;
    line-height: 17px;
    padding: 7px 0;
}
.cpfw-item:nth-of-type(1),
.cpfw-item:nth-of-type(2),
.cpfw-item:nth-of-type(3),
.cpfw-item:nth-of-type(4){
    margin-bottom: 40px;
}
@media (max-width: 1477px){
    .jd-next {
        right: -1%;
    }
    .jd-prev {
        left: -1%;
    }
}
@media (max-width: 1335px){
    .zxnr-section{
        padding: 60px 0 40px;
    }
    .cpfw-img img{
        height: 100%;
    }
    .cpfw-font h3{
        padding: 10px 0 16px;
    }
    .cpfw-font{
        padding: 10px 15px;
    }
.jd-next {
    right: -4%;
}
.jd-prev {
    left: -4%;
}
}
@media (max-width: 990px){
    .cpfw-font{
        width: 100%;
    }
    .cpfw-item{
        flex-wrap: wrap;
    }
    .zxnr-section{
        padding: 40px 0 25px;
    }
    .cpfw-item:nth-of-type(1), .cpfw-item:nth-of-type(2){
        margin-bottom: 18px;
    }
    .cpfw-img{
        display: none;
    }
}
@media (max-width: 767px){
.jd-next {
    right: 0;
}
.jd-prev {
    left: 0;
}
    .cpfw-item{
        width: 100%;
    }
    .zxnr-section{
        padding: 25px 0 10px;
    }
    .cpfw-item:nth-of-type(1),
    .cpfw-item:nth-of-type(3),
    .cpfw-item:nth-of-type(2){
        margin-bottom: 10px;
    }
    .cpfw-font h3{
        font-size: 16px;
        padding: 6px 0 10px;
    }
    .cpfw-img{
        display: block;
        width: 100%;
        order: -1;
    }
    .cpfw-img img{
        height: auto;
        width: 100%;
    }
}




/*技术内容*/
.jsnr-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 53px 0 50px;
}
.jsnr-item{
    position: relative;
    width: 23.48%;
}
.jsnr-item>div{
    background-color: #f5f5f5;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}
.jsnr-img{
    border-radius: 12px;
    overflow: hidden;
}
.jsnr-img img{
    max-width: 100%;
    max-height: 186px;
    transition: all 600ms;
}
.jsnr-item .jsnr-img:hover img{
    transform: scale(1.2);
}
.jsnr-item>p{
    position: absolute;
    font-weight: bold;
    font-size: 36px;
    color: #71bf44;
    left: 20px;
    top: -20px;
    z-index: 99;
    line-height: 1;
}
.jsnr-item:nth-of-type(1),
.jsnr-item:nth-of-type(2),
.jsnr-item:nth-of-type(3),
.jsnr-item:nth-of-type(4){
    margin-bottom: 47px;
}
.jsnr-font{
    /*min-height: 88px;*/
    padding: 24px 25px;
}
.jsnr-font p{
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}
@media (max-width: 1335px){
    .jsnr-list{
        padding: 45px 0 40px;
    }
    .jsnr-font{
        padding: 20px;
    }
}
@media (max-width: 1200px){
    .jsnr-list{
        padding: 35px 0 30px;
    }
    .jsnr-item>p{
        font-size: 30px;
        top: -17px;
        left: 12px;
    }
    .jsnr-font{
        padding: 20px 15px;
    }
}
@media (max-width: 990px){
    .jsnr-item{
        width: 48%;
    }
    .jsnr-img img{
        width: 100%;
        height: auto;
        max-height: none;
    }
    .jsnr-item:nth-of-type(1),
    .jsnr-item:nth-of-type(2),
    .jsnr-item:nth-of-type(3),
    .jsnr-item:nth-of-type(4),
    .jsnr-item:nth-of-type(5),
    .jsnr-item:nth-of-type(6){
        margin-bottom: 30px;
    }
    .jsnr-list{
        padding: 28px 0 30px;
    }
}
@media (max-width: 767px){
    .jsnr-item{
        width: 100%;
    }
    .jsnr-item:nth-of-type(1),
    .jsnr-item:nth-of-type(2),
    .jsnr-item:nth-of-type(3),
    .jsnr-item:nth-of-type(4),
    .jsnr-item:nth-of-type(5),
    .jsnr-item:nth-of-type(7),
    .jsnr-item:nth-of-type(6){
        margin-bottom: 25px;
    }
    .jsnr-item>p{
        font-size: 22px;
        top: -12px;
    }
    .jsnr-list{
        padding: 14px 0 10px;
    }
}


/*合作单位*/
.hzdw-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hzdw-list li{
    width: 23.48%;
    box-shadow: 0px 0px 10px 0px
    rgba(4, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    padding: 10px 0 25px;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    transition: all 400ms;
    cursor: pointer;
}
.hzdw-list li div{
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hzdw-list li div img{
    max-width: 100%;
    max-height: 100%;
}
.hzdw-list li p{
    text-align: center;
    font-size: 14px;
    color: #666666;
    padding: 0 10px;
    transition: all 400ms;
}
.hzdw-list li:hover{
    top: -10px;
}
.hzdw-list li:hover p{
    color: #71bf44;
}
.hzdw-section .page-box{
    padding-top: 20px;
}
@media (max-width: 1335px){
    .hzdw-list li{
        margin-bottom: 22px;
    }
    .hzdw-list li div{
        height: 100px;
        padding: 10px;
    }
}
@media (max-width: 1200px){
    .hzdw-list li{
        width: 32%;
    }
}
@media (max-width: 767px){
    .hzdw-list li{
        width: 48%;
    }
    .hzdw-list li div{
        height: 75px;
    }
    .hzdw-list li{
        padding: 10px 0 15px;
        margin-bottom: 13px;
    }
    .hzdw-list li:hover{
        top: 0;
    }
    .hzdw-list li:nth-last-of-type(1),
    .hzdw-list li:nth-last-of-type(2){
        margin-bottom: 0;
    }
}




/*销售分布图*/
.xsfbt-img{
    margin: 28px 0 75px;
    padding: 15px;
    text-align: center;
    background-color: #fff;
}
.xsfbt-img img{
    max-width: 100%;
}
@media (max-width: 1200px){
    .xsfbt-img{
        margin: 20px 0 0;
    }
}
@media (max-width: 767px){
    .xsfbt-img{
        margin: 10px 0 0;
    }
}


/*物理配送*/
.wlps-list{
    padding: 38px 0 50px;
}
.wlps-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
    margin-bottom: 30px;
}
.wlps-item:nth-of-type(2n){
    flex-direction: row-reverse;
}
.wlps-item:nth-last-of-type(1){
    margin-bottom: 0;
}
.wlps-img,
.wlps-font{
    width: 50%;
}
.wlps-font{
    padding:0 113px;
}
.wlps-font h3{
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    color: #666666;
    padding-bottom: 50px;
}
.wlps-font p{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}
.wlps-img{
    overflow: hidden;
}
.wlps-img img{
    max-width: 100%;
    transition: all 600ms;
}
.wlps-img:hover img{
    transform: scale(1.2);
}
@media (max-width: 1335px){
    .wlps-font{
        padding: 0 55px;
    }
    .wlps-list{
        padding: 25px 0 40px;
    }
    .wlps-item{
        margin-bottom: 25px;
    }
}
@media (max-width: 1200px){
    .wlps-font h3{
        font-size: 20px;
        padding-bottom: 20px;
    }
    .wlps-font p{
        font-size: 14px;
        line-height: 24px;
    }
    .wlps-list{
        padding: 20px 0 30px;
    }
    .wlps-item{
        margin-bottom: 20px;
    }
}
@media (max-width: 990px){
    .wlps-list{
        padding: 15px 0 20px;
    }
    .wlps-font h3{
        font-size: 18px;
        padding-bottom: 16px;
    }
    .wlps-font{
        padding: 0 30px;
    }
}
@media (max-width: 767px){
    .wlps-list{
        padding: 10px 0 0;
    }
    .wlps-item:nth-of-type(2n){
        flex-direction: row;
    }
    .wlps-item{
        flex-wrap: wrap;
    }
    .wlps-img{
        width: 100%;
    }
    .wlps-font{
        width: 100%;
        padding: 15px 10px;
    }
    .wlps-font h3{
        padding-bottom: 6px;
        font-size: 16px;
    }
}


/*合作单位——详情*/
.hzdw-details-content{
    display: flex;
    justify-content: space-between;
    padding: 50px 0 40px;
}
.hzdw-details-lf{
    width: 58.33%;
    border-radius: 12px;
    padding: 38px 28px 95px;
    background-color: #f5f5f5;
}
.hzdw-details-rg{
    width: 39.39%;
}
.hzdw-details-lf div,
.hzdw-details-lf p{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    text-align: justify;
    text-indent: 2em;
}
.hzdw-details-section .y-1320 h3{
    font-weight: bold;
    font-size: 26px;
    color: #333333;
    text-align: center;
    position: relative;
}
.hzdw-details-section .y-1320 h3::before{
    content: '';
    display: block;
    width: 107px;
    height: 3px;
    background-color: #71bf44;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.hzdw-details-img{
    border-radius: 12px;
    overflow: hidden;
}
.hzdw-details-img img{
    width: 100%;
}
.hzdw-details-lx{
    margin-top: 20px;
    padding: 26px 60px;
    background-color: #f5f5f5;
    border-radius: 12px;
}
.hzdw-details-lx p{
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    padding-bottom: 10px;
}
.hzdw-details-lx li{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}
@media (max-width: 1335px){
    .hzdw-details-section .y-1320 h3{
        font-size: 24px;
    }
}
@media (max-width: 1200px) {
    .hzdw-details-lx{
        padding: 26px 30px;
    }
}
@media (max-width: 990px){
    .hzdw-details-content{
        flex-wrap:wrap;
        padding: 40px 0;
    }
    .hzdw-details-rg{
        width: 100%;
        order: -1;
    }
    .hzdw-details-lf{
        width: 100%;
        margin-top: 20px;
    }
}
@media (max-width: 767px){
    .hzdw-details-section .y-1320 h3{
        font-size: 18px;
    }
    .hzdw-details-content{
        padding: 20px 0 0;
    }
    .hzdw-details-lx{
        padding: 15px 15px;
        margin-top: 15px;
    }
    .hzdw-details-lf{
        margin-top: 15px;
        padding: 15px 15px 30px;
    }
}

/*社会招聘*/
.shzp-list{
    padding: 35px 0 30px;
}
.shzp-item{
    padding: 30px;
    box-shadow: 0px 0px 10px 0px
    rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin-bottom: 20px;
}
.shzp-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.shzp-top-lf{
    width: calc(100% - 200px);
}
.shzp-rg{
    width:160px;
    display: flex;
    align-items: center;
}
.shzp-rg span{
    padding-right: 25px;
    color: #666666;
    font-size: 16px;
}
.shzp-title{
    display: flex;
}
.shzp-title h3{
    color: #333333;
    font-size: 22px;
}
.shzp-title p{
    font-size: 14px;
    color: #ffffff;
    padding: 3px 11px;
    background-color: #71bf44;
    border-radius: 4px;
    margin-left: 35px;
}
.shzp-yq{
    display: flex;
    margin-top: 25px;
}
.shzp-yq li{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    padding: 0 8px;
    position: relative;
}
.shzp-yq li::before{
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 10px;
    background-color: #e6e6e6;
    left: 0 ;
    top: 50%;
    transform: translateY(-50%);
}
.shzp-yq li:nth-of-type(1){
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #ea5504;
    padding:0 8px 0 0;
}
.shzp-yq li:nth-of-type(1)::before{
    display: none;
}
.shzp-bottom{
    border-top: 1px solid #e6e6e6;
    padding: 58px 0 70px;
    margin-top: 30px;
}
.shzp-bottom>h3{
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    padding-bottom: 10px;
}
.shzp-bottom>h3:nth-of-type(1){
    padding-bottom: 15px;
}
.shzp-zwld{
    display: flex;
    padding-bottom: 38px;
    flex-wrap: wrap;
}
.shzp-zwld li{
    color: #666666;
    line-height: 28px;
    font-size: 14px;
    background-color: #f6f7fa;
    border-radius: 4px;
    padding: 2px 23px;
    margin:5px 20px 5px 0;
}
.shzp-content{
    padding-bottom: 35px;
}
.shzp-content p{
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}
.shzp-jl{
    width: 320px;
    height: 50px;
    background-color: #71bf44;
    border-radius: 12px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
}
.shzp-bottom{
    display: none;
}
@media (max-width: 1200px){
    .shzp-list{
        padding: 30px 0;
    }
    .shzp-title h3{
        font-size: 20px;
    }
    .shzp-title p{
        font-size: 12px;
        padding: 4px 10px;
        margin-left: 20px;
    }
    .shzp-title{
        align-items: center;
    }
    .shzp-yq li:nth-of-type(1){
        font-size: 20px;
    }
    .shzp-yq li,
    .shzp-rg span{
        font-size: 14px;
    }
    .shzp-item{
        padding: 25px;
    }
    .shzp-yq{
        margin-top: 20px;
    }
    .shzp-bottom>h3{
        font-size: 16px;
    }
    .shzp-bottom{
        padding: 32px 0 60px;
    }
    .shzp-jl{
        width: 280px;
        font-size: 14px;
    }
}
@media (max-width: 990px){
    .shzp-content,
    .shzp-zwld{
        padding-bottom: 25px;
    }
    .shzp-yq li:nth-of-type(1),
    .shzp-title h3{
        font-size: 18px;
    }
}
@media (max-width: 767px){
    .shzp-item{
        padding: 15px 10px;
        margin-bottom: 15px;
    }
    .shzp-bottom{
        padding: 15px 0 30px;
        margin-top: 15px;
    }
    .shzp-top,
    .shzp-yq{
        flex-wrap: wrap;
    }
    .shzp-top-lf{
        width: 100%;
    }
    .shzp-rg{
        margin-top: 10px;
    }
    .shzp-title h3{
        font-size: 16px;
    }
    .shzp-yq li:nth-of-type(1){
        font-size: 14px;
    }
    .shzp-title p{
        padding: 3px 8px;
        margin-left: 15px;
    }
    .shzp-yq li{
        font-size: 12px;
    }
    .shzp-rg{
        width: 100%;
        justify-content: space-between;
        margin-top: 15px;
    }
    .shzp-zwld li{
        margin: 5px 15px 5px 0;
    }
    .shzp-list{
        padding: 10px 0 0;
    }
    .shzp-content, .shzp-zwld{
        padding-bottom: 20px;
    }
    .shzp-jl{
        font-size: 12px;
        height: 38px;
        line-height: 38px;
        width: 230px;
    }
}