.regenerate-banner .banner-text{
    justify-content: flex-start;
    align-items: flex-start;
}
.regenerate-banner .banner-text span{
    margin-top: 10.5%;
    margin-left: 20.5%;
}



.tab-container{
    width: 100%;

}


.container-img{
    width: 100%;
}
.cause-list{
    width: 100%;
}
.cause-item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 8px 0;
}
.cause-detail-box{
    background: #F8F8F8;
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.cause-detail{
    width: 70%;
    height: 100%;
    background: #F8F8F8;
    font-size: 16px;
    font-family:  PingFang SC,PingFangSC-Regular, "Microsoft YaHei",Helvetica,"微软雅黑Light", serif;
    font-weight: 400;
    color: #808080;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 0 9%;
    box-sizing: border-box;
}
.cause-detail div{
    width: 100%;
    text-align: left;
}
.cause-detail-title{
    /*width: 100%;*/
    font-size: 22px;
    font-weight: 400;
    color: #4D4D4D;
    margin-bottom: 20px;
}
.cause-item .cause-detail-img{
    width: 100%;
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 ;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cause-item .cause-detail-img img{
    width: 100%;
    height: auto;
    display: block;
}

.cause-list:nth-last-child(3) .cause-item:nth-child(2n+1){
    flex-direction: row-reverse;
}
.cause-list:nth-last-child(3) .cause-item:nth-child(2n+1) .cause-detail-box{
    justify-content: flex-start;
}
.cause-list:nth-last-child(3) .cause-item:nth-child(2n+1) .cause-detail-box .cause-detail{
    align-items: flex-start;
}
.cause-list:nth-last-child(1){
    margin-bottom: 6rem;
}
.cause-list:nth-last-child(1) .cause-item:nth-child(2n){
    flex-direction: row-reverse;
}
.cause-list:nth-last-child(1) .cause-item:nth-child(2n) .cause-detail-box{
    justify-content: flex-start;
}
.cause-list:nth-last-child(1) .cause-item:nth-child(2n) .cause-detail-box .cause-detail{
    align-items: flex-start;
}

/*核心生产*/
.core-production{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.core-production-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
.core-production-item-title{
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
}
.core-production-item-detail{
    width: 70%;
    box-sizing: border-box;
    color: #666666;
}
#pet .cause-list:nth-child(3) .cause-item:nth-child(2n){
    flex-direction: row-reverse;
}
#pet .cause-list:nth-child(3) .cause-item:nth-child(2n) .cause-detail-box{
    justify-content: flex-start;
}
#pet .cause-list:nth-child(3) .cause-item:nth-child(2n) .cause-detail-box .cause-detail{
    align-items: flex-start;
}
#pet .cause-list:nth-child(5) .cause-item:nth-child(2) .cause-detail-title ,#pet .cause-list:nth-child(5) .cause-item:nth-child(2) .cause-detail{
    text-align: right;
}
#pet .cause-list:nth-child(5) .cause-item:nth-child(2n+1){
    flex-direction: row-reverse;
}
#pet .cause-list:nth-child(5) .cause-item:nth-child(2n+1) .cause-detail-box{
    justify-content: flex-start;
}
#pet .cause-list:nth-child(5) .cause-item:nth-child(2n+1) .cause-detail-box .cause-detail{
    align-items: flex-start;
}

.grs_img_list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
    flex-wrap: wrap;
}
.grs_img_box{
    width: 32%;
    margin-right: 2%;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
    padding: 20px;
}
.grs_img_box:nth-child(3n){
    margin-right: 0;
}
.grs_img_box:last-child{
    margin-right: auto;
}
.grs_img_box_img {
    width: 100%;
    padding-bottom: 60%;
    position: relative;
    text-align: center;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}
.grs_img_box_img img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    /*margin: 0 auto;*/
    vertical-align: middle;
}

/*社会*/
.container-detail-text{
    width: 100%;
    font-size: 18px;
    text-indent: 2em;
    margin: 48px 0 16px;
}
.welfare-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
    flex-wrap: wrap;
}
.welfare-item{
    width: 48%;
    position: relative;
}
.welfare-item img{
    width: 100%;
}
.welfare-item-news{
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 25px;
}
.welfare-item-news-title{
    width: 100%;
    max-height: 56px;
    overflow: hidden;
    font-size: 28px;
}
.welfare-item-news-more{
    display: inline-block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
}




@media screen and (min-width: 1200px){
    .cause-detail{
        width: 61%;
    }
}
@media screen and (max-width: 1200px){
    .cause-detail{
        width: 61%;
        text-align: left;
    }
    .core-production-item-title{
        font-size: 18px;
    }
}



@media screen and (min-width: 992px){
    .cause-detail{
        width: 70%;
    }
    .cause-detail-title{
        margin-bottom: 15px;
    }


}
@media screen and (max-width: 992px){
    .cause-detail{
        width: 67%;
        font-size: 14px;
    }
    .cause-detail-title{
        margin-bottom: 15px;
    }
    .cause-detail-title{
        font-size: 20px;
    }

}
@media screen and (max-width: 880px){
    .cause-detail{
        width: 85%;
        font-size: 12px;

        padding: 0 15px;
    }
    .cause-detail-title{
        margin-bottom:  5px;
    }
    .cause-detail-title{
        font-size: 16px;
    }
    .core-production{
        display: block;
    }
    .core-production-item{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px){
    .welfare-item-news{
        padding: 0 20px;
    }
    .welfare-item-news-title{
        font-size: 20px;
    }
    .welfare-item-news-more{
        font-size: 14px;
    }
    .grs_img_list{
        flex-wrap: wrap;
    }
    .grs_img_box{
        width: 48%;
    }
    .container-detail-text{
        font-size: 16px;
    }

}




@media screen and (max-width: 450px){
    .cause-detail{
        align-items: flex-start;
        width: 100%;
    }
    .container-detail-text{
        font-size: 14px;
    }
    .cause-item{
        flex-direction: column-reverse !important;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .cause-detail-box{
        width: 100%;
        justify-content: center !important;
        align-items: center;
        padding: 10px 0;
    }
    .cause-item .cause-detail-img{
        max-width: 100%;
        flex: 1;
    }
    .welfare-item{
        width: 100%;
        margin: 0 0 32px 0;
    }
    .welfare-item-news-title{
        font-size: 16px;
    }
    .welfare-item-news{
        padding: 0 15px;
    }
}<!--0.0002288818359375-->