@charset "utf-8";

.head-page .sustainability_item>a span {
    color: #2E69AE;
}


.tit_desc {
    max-width: 348px;
    margin: 8px auto 0;
}

/* 产品追溯 */
.develop_pg01{
    background: url(../img/develop_bg01.jpg) no-repeat center/cover;
}
.develop_pg01 .lists{
    padding: 0 70px;
    box-sizing: border-box;
}
.develop_pg01 .img{
    width: 39.72%;
}
.develop_pg01 .texts {
    width: 56.4%;
}
.develop_pg01 .texts_icon{
    width: 89px;
}
.develop_pg01 .links{
    width: calc(100% - 89px);
    padding-left: 60px;
    box-sizing: border-box;
}
.develop_pg01 .link{
    width: 100%;
    height: 190px;
    margin-bottom: 54px;
    padding: 0 55px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 5px 10px 5px rgba(92,187,87,0.15);
}
.develop_pg01 .link::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 24px;
    top: 0;
    z-index: -1;
}
.develop_pg01 .link:nth-child(1){
    background: url(../img/develop_pg01_linkbg.png) no-repeat center/cover;
}
.develop_pg01 .link:nth-child(1)::before{
    background: url(../img/develop_pg01_link.png) no-repeat center/cover;
}
.develop_pg01 .link:nth-child(2){
    background: url(../img/develop_pg02_linkbg.png) no-repeat center/cover;
    margin-bottom: 0;
}
.develop_pg01 .link:nth-child(2)::before{
    background: url(../img/develop_pg02_link.png) no-repeat center/cover;
}
.develop_pg01 .line{
    max-width: 310px;
    height: 2px;
    background: #58B962;
    margin: 15px 0 20px;
    width: 57%;
}
.develop_pg01 .width1400 {
    padding: 0 15px;
    box-sizing: border-box;
}
.develop_pg01 .items .item{
    display: flex;
    align-items: center;
}
.develop_pg01 .items .item_box{
    width: 388px;
    height: 80px;
    background: linear-gradient(0deg, #58B962 0%, #8ADC92 100%);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.develop_pg01 .items .item::after{
    content: "";
    display: block;
    width: 73px;
    height: 15px;
    background: url(../img/develop_pg01_icon.png) no-repeat center/cover;
    margin: 0 15px;
}
.develop_pg01 .items .item:last-child::after{
    display: none;
}
.develop_pg02 .lists{
    padding: 20px 16px;
    box-sizing: border-box;
    background: #58B962;
    max-width: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 45px auto 0;
}
.develop_pg03 .list .img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.develop_pg03 .list:nth-child(1){
    width: 69.31%;
}
.develop_pg03 .list:nth-child(1) .img{
    background: #58B962;
    padding: 21px 16px;
    box-sizing: border-box;
}
.develop_pg03 .list:nth-child(2){
    width: 29%;
}
.develop_pg03 .list .text {
    text-align: center;
    margin-top: 30px;
}


/* 绿色低碳 */
.develop_carbon_pg01{
    background: url(../img/develop_carbon_pg04.png) no-repeat center/cover;
}
.develop_carbon_pg01 .imgs{
    position: relative;
    z-index: 1;
    width: 47.28%;
    margin-left: 2.55%;
    border-radius: 0px 0px 0px 44px;
    overflow: hidden;
    padding-bottom: 75px;
}
.develop_carbon_pg01 .img_box{
    position: absolute;
    left: 24px;
    top: 24px;
    width: 100%;
    border-radius: 0px 0px 0px 44px;
    overflow: hidden;
    
}
.develop_carbon_pg01 .swiper-container{
    position: initial;
}
.develop_carbon_pg01 .swiper-pagination{
    bottom: 0;
    width: 100%;
}
.develop_carbon_pg01 .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background: #58B962;
    border-radius: 8px;
    opacity: 0.5;
    transition: all .4s;
    margin: 0 4px;
}
.develop_carbon_pg01 .swiper-pagination-bullet-active{
    width: 40px;
    opacity: 1;
}
.develop_carbon_pg01 .texts{
    width: 43.25%;
}
.develop_carbon_pg01 .texts .con {
    margin: 8px 0 45px;
}
.develop_carbon_pg01 .links{
    max-width: 550px;
    width: 80%;
}
.develop_carbon_pg01 .link{
    height: 66px;
    background: #8ADC92;
    border-radius: 16px;
    border-image: linear-gradient(0deg, #58B962, #8ADC92) 10 10;
    overflow: hidden;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.develop_carbon_pg01 .link:last-child{
    margin-bottom: 0;
}
.develop_carbon_pg01 .link span{
    font-weight: 600;
}




.develop_carbon_pg02{
    background: url(../img/develop_carbon_bg02.jpg) no-repeat center/cover;
    min-height: 960px;
    position: relative;
}
.develop_carbon_pg02 .adive_box{
    max-width: 560px;
}
.develop_carbon_pg02 .page_tit{
    color: #216443;
}
.develop_carbon_pg02 .con{
    color: #547B34;
    line-height: 1.72;
    margin: 25px 0 10px;
}
.develop_carbon_pg02 .ftit{
   line-height: 1.72;
   color: #547B34;
}
.develop_carbon_pg02 .lists{
    max-width: 1684px;
    width: 92%;
    position: absolute;
    right: 0;
    top: 65px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.develop_carbon_pg02 .list{
    padding: 0 13px;
    box-sizing: border-box;
    margin-bottom: 25px;
    box-shadow: -8px 18px 21px 0px rgba(41,78,18,0.07);
}
.develop_carbon_pg02 .list:nth-last-child(2){
    margin-bottom: 0;
}
.develop_carbon_pg02 .list .icon{
    width: 97px;
    height: 97px;
    background: linear-gradient(0deg, #58B962 0%, #8ADC92 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.develop_carbon_pg02 .list .icon_text{
    max-width: 167px;
    margin-left: 20px;
}
.develop_carbon_pg02 .list .icon_text_tit {
    font-weight: bold;
    color: #547B34;
}
.develop_carbon_pg02 .list .icon_text_con{
    font-size: 15px;
    color: #FF9C00;
    line-height: 1.875;
    margin-top: 8px;
    font-weight: 500;
}
.develop_carbon_pg02 .list .icon_text_con span{
    color: #547B34;
}
.develop_carbon_pg02 .list:nth-child(1),.develop_carbon_pg02 .list:nth-child(5){
    height: 124px;
    border-radius: 62px 0 0 62px;
}
.develop_carbon_pg02 .list:nth-child(2),.develop_carbon_pg02 .list:nth-child(3){
    height: 143px;
    background: rgba(255,255,255,.7);
}
.develop_carbon_pg02 .list:nth-child(1){
    background: rgba(255,255,255,.5);
    max-width: 983px;
    width: 60%;
}
.develop_carbon_pg02 .list:nth-child(2){
    max-width: 1185px;
    width: 72%;
    border-radius: 72px 0 0 72px;
}
.develop_carbon_pg02 .list:nth-child(2) .icon,.develop_carbon_pg02 .list:nth-child(3) .icon{
    width: 113px;
    height: 113px;
}
.develop_carbon_pg02 .list:nth-child(3){
    border-radius: 72px;
    max-width: 1430px;
    width: 85%;
}
.develop_carbon_pg02 .list:nth-child(4){
    height: 168px;
    background: #FFFFFF;
    border-radius: 84px;
    max-width: 1684px;
    width: 100%;
    background: linear-gradient(0deg, #fff 0%, rgba(255,255,255,.65) 100%);
}
.develop_carbon_pg02 .list:nth-child(4) .icon{
    width: 132px;
    height: 132px;
}
.develop_carbon_pg02 .list:nth-child(5){
    background: rgba(255,255,255,.65);
    max-width: 1132px;
    width: 68%;
}
.develop_carbon_pg02 .lists_img{
    position: absolute;
    right: 7.15%;
    top: 20px;
    max-width: 46%;
}
.develop_carbon_pg03{
    background: url(../img/develop_carbon_pg03.png) no-repeat center/cover;
}
.develop_carbon_pg04{
    padding-bottom: 110px;
    box-sizing: border-box;
    background: url(../img/develop_carbon_pg04.png) no-repeat center/cover;
}
.develop_carbon_pg04 .imgs{
    position: relative;
    z-index: 1;
    width: 47.28%;
    margin-left: 2.55%;
    border-radius: 0px 0px 0px 44px;
}
.develop_carbon_pg04 .img_box{
    position: absolute;
    left: 24px;
    top: 24px;
    width: 100%;
    border-radius: 0px 0px 0px 44px;
    overflow: hidden;
}
.develop_carbon_pg04 .texts{
    width: 43.25%;
}
.develop_carbon_pg04 .texts .con{
    margin: 30px 0 50px;
}
.develop_carbon_pg04 .link{
    width: 30.68%;
    margin-right: 3.98%;
}
.develop_carbon_pg04 .link:nth-child(3n){
    margin-right: 0;
}
.develop_carbon_pg04 .link .tit {
   margin-top: 12px;
   text-align: center;
}

/* 再生认证 */
.hexagon_items .item{
    width: 199px;
    height: 231px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background: url(../img/hexagon_item.png) no-repeat center/cover;
    overflow: hidden;
    padding: 25px;
    box-sizing: border-box;
}
.hexagon_items .item:last-child{
    margin-right: 0;
}
.hexagon_items .item img{
    display: block;
    max-height: 100%;
}
.sustainability_recycled .nav .item{
    height: 80px;
    background: #F1F1F1;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}
.sustainability_recycled .nav .item:hover{
    background: #58B962;
    color: #fff;
}
.sustainability_recycled .nav .item.active{
    background: #58B962;
    color: #fff;
}
.sustainability_recycled .page_content{
    background: url(../img/recycled_bg.png) no-repeat center/cover;
}
.sustainability_recycled .list{
    width: 20.05%;
    margin-right: 6.6%;
    position: relative;
    margin-bottom: 50px;
    cursor: pointer;
}
.sustainability_recycled .list:nth-child(4n){
    margin-right: 0;
}
@media only screen and (max-width: 1600px) {
    .develop_carbon_pg02 .list:nth-child(4){
        height: 120px;
    }
    .develop_carbon_pg02 .list:nth-child(4) .icon {
        width: 110px;
        height: 110px;
    }
    .develop_carbon_pg02 .lists_img{
        max-width: 40%;
        right: 4%;
    }
    .develop_carbon_pg02 .list:nth-child(2){
        width: 66%;
    }
    .develop_carbon_pg02 .list:nth-child(1), .develop_carbon_pg02 .list:nth-child(5){
        height: 114px;
    }
    .develop_carbon_pg02 .list:nth-child(2), .develop_carbon_pg02 .list:nth-child(3){
        height: 112px;
    }
    .develop_carbon_pg02 .list:nth-child(2) .icon, .develop_carbon_pg02 .list:nth-child(3) .icon {
        width: 95px;
        height: 95px;
    }
    .develop_carbon_pg02{
        min-height: 820px;
    }
}
@media only screen and (max-width: 1480px) {
    .develop_pg01 .items .item_box{
        width: 360px;
    }
    .develop_carbon_pg01 .link{
        margin-bottom: 22px;
    }
    .develop_carbon_pg02 .list:nth-child(3){
        width: 78%;
        height: 100px;
    }
    .develop_carbon_pg02 .list:nth-child(4){
        width: 90%;
        height: 105px;
    }
    .develop_carbon_pg02 .list:nth-child(2){
        width: 64%;
    }
    .develop_carbon_pg02 .list:nth-child(1){
        width: 54%;
    }
    .develop_carbon_pg02 .list:nth-child(4) .icon{
        width: 92px;
        height: 92px;
    }
    .develop_carbon_pg02 .list .icon_text{
        max-width: initial;
    }
    .develop_carbon_pg02 .lists_img{
        max-width: 35%;
    }
    .develop_carbon_pg02 .list:nth-child(2) .icon_text {
        max-width: 210px;
    }
    .develop_carbon_pg02 .list:nth-child(1), .develop_carbon_pg02 .list:nth-child(5){
        height: 105px;
    }
    .develop_carbon_pg02 .list:nth-child(2) .icon, .develop_carbon_pg02 .list:nth-child(3) .icon{
        width: 85px;
        height: 85px;
    }
    .develop_carbon_pg02 {
        min-height: 770px;
    }
    .develop_carbon_pg02 .list .icon{
        height: 85px;
        width: 85px;
    }
}
@media only screen and (max-width: 1440px) {
    .develop_carbon_pg01 .link{
        height: 60px;
    }
}
@media only screen and (max-width: 1400px) {
    .sustainability_recycled .list{
        margin-bottom: 30px;
    }
    .develop_pg01 .items .item_box {
        width: 342px;
    }
    .develop_carbon_pg01 .links{
        width: 100%;
    }
    .develop_carbon_pg02 .list:nth-child(2){
        width: 63%;
    }
    .develop_carbon_pg02 .list{
        margin-bottom: 20px;
    }
    .develop_carbon_pg02 {
        min-height: 748px;
    }
}
@media only screen and (max-width: 1366px) {
    .develop_pg01 .items .item_box {
        width: 328px;
    }
    .develop_carbon_pg01 .link {
        height: 56px;
    }
    .develop_carbon_pg02 .list .icon_text{
        margin-left: 10px;
    }
    .develop_carbon_pg02 .adive_box{
        width: 36%;
    }
    .develop_carbon_pg02 .list:nth-child(3){
        width: 70%;
    }
}
@media only screen and (max-width: 1355px) {
    .hexagon_items .item{
        width: 170px;
        height: 198px;
    }
    .certificate_lists .list .img {
        height: 342px;
    }
}
@media only screen and (max-width: 1280px) {
    .develop_pg01 .items .item_box {
        width: 308px;
    }
    .develop_pg01 .link{
        height: 168px;
    }
}
@media only screen and (max-width: 1240px) {
    .develop_pg01 .items .item_box {
        width: 290px;
    }
}
@media only screen and (max-width: 1200px) {
    .sustainability_recycled .nav .item{
        height: 60px;
    }
    .sustainability_recycled .list{
        width: 22%;
        margin-right: 4%;
    }
    .hexagon_items .item {
        width: 150px;
        height: 175px;
    }
    .develop_pg01 .items .item_box {
        width: 250px;
        height: 70px;
    }
    .develop_pg01 .link {
        height: 148px;
    }
    .develop_pg01 .texts_icon {
        width: 70px;
    }
    .develop_pg01 .links {
        width: calc(100% - 70px);
    }
}
@media only screen and (max-width: 1043px) {
    .hexagon_items .item {
        width: 128px;
        height: 146px;
    }
    .develop_pg01 .items .item_box {
        width: 214px;
        height: 60px;
    }
    .develop_pg01 .link{
        margin-bottom: 30px;
        padding: 0 0 0 45px;
    }
    .develop_pg01 .line{
        margin: 12px 0 15px;
    }
    .develop_carbon_pg01 .link{
        height: 50px;
    }
    .develop_carbon_pg01 .texts .con {
        margin: 8px 0 30px;
    }
    .develop_carbon_pg02 .lists_img{
        display: none;
    }
    .develop_carbon_pg02 .list:nth-child(2) .icon_text {
        max-width: initial;
    }
    .develop_carbon_pg02 {
        min-height: 734px;
    }
    .develop_carbon_pg04{
        padding-bottom: 90px;
    }
}
@media only screen and (max-width: 960px) {
    .develop_pg01 .lists {
        padding: 0 30px;
    }
    .develop_pg01 .items .item_box {
        width: 185px;
        height: 55px;
    }
    .develop_pg01 .items .item::after{
        width: 60px;
        height: 11px;
    }
    .develop_carbon_pg04 {
        padding-bottom: 70px;
    }
}
@media only screen and (max-width: 768px) {
    .hexagon_items .item {
        width: 48%;
        height: 80px;
        background: none;
        border: 1px solid #58B962;
        margin-right: 4%;
        margin-bottom: 15px;
        padding: 5px;
    }
    .hexagon_items .item:nth-child(2n){
        margin-right: 0;
    }
    .sustainability_recycled .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .sustainability_recycled .list:last-child {
        margin-bottom: 0;
    }
    .certificate_lists .list .text{
        padding: 15px 0;
    }
    .certificate_lists .list:last-child .text{
        padding-bottom: 0;
    }
    .sustainability_recycled .nav .item {
        height: 50px;
    }
    .hexagon_items {
        padding-bottom: 15px;
    }

    .develop_pg01 .lists {
        padding: 0;
    }
    .develop_pg01 .link{
        margin-bottom: 20px;
    }
    .develop_pg01 .link::before{
        width: calc(100% - 24px);
    }
    .develop_pg01 .items .item{
        margin-bottom: 15px;
    }
    .develop_pg01 .items .item_box {
        width: auto;
        height: 45px;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .develop_pg01 .texts_icon {
        width: 50px;
        transform: rotate(-90deg);
        margin: 25px auto;
    }
    .develop_pg01 .items .item::after {
        width: 49px;
        height: 9px;
        margin: 0 10px;
    }
    .develop_pg01 .img {
        width: 100%;
    }
    .develop_pg01 .texts {
        width: 100%;
    }
    .develop_pg01 .links {
        width: 100%;
        padding-left: 0;
    }
    .develop_pg02 .lists {
        padding: 15px 10px;
        max-width: 100%;
        margin: 20px auto 0;
    }
    .develop_pg03 .list:nth-child(1) {
        width: 100%;
    }
    .develop_pg03 .list:nth-child(2) {
        width: 100%;
    }
    .develop_pg03 .list .text{
        margin-top: 20px;
    }
    .develop_pg03 .list:nth-child(1) .img{
        padding: 15px 10px;
    }
    .develop_carbon_pg04 .imgs{
        width: 100%;
        margin-left: 0;
    }
    .develop_carbon_pg04 .texts {
        width: 100%;
        margin-top: 30px;
    }
    .develop_carbon_pg04 .img_box{
        left: 10px;
        top: 10px;
    }
    .develop_carbon_pg04 .texts .con {
        margin: 15px 0 20px;
    }
    .develop_carbon_pg04 .link {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .develop_carbon_pg04 .link:nth-child(3n){
        margin-right: 2%;
    }
    .develop_carbon_pg04 .link:nth-child(2n){
        margin-right: 0;
    }
    .develop_carbon_pg04{
        padding-bottom: 10px;
    }
    .develop_carbon_pg01 .imgs{
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        padding-bottom: 55px;
    }
    .develop_carbon_pg01 .img_box{
        top: 10px;
        left: 10px;
    }
    .develop_carbon_pg01 .texts {
        width: 100%;
    }
    .develop_carbon_pg01 .swiper-slide{
        flex-direction: column-reverse;
    }
    .develop_carbon_pg01 .link {
        height: 44px;
        margin-bottom: 15px;
    }
    .develop_carbon_pg01 .texts .con {
        margin: 8px 0 20px;
    }
    .develop_carbon_pg02 .adive_box {
        width: 100%;
        max-width: 100%;
    }
    .develop_carbon_pg02 .lists {
        max-width: 100%;
        width: 92%;
        position: initial;
        margin: 20px auto 0;
    }
    .develop_carbon_pg02 .list:nth-child(1){
        width: 100%;
    }
    .develop_carbon_pg02 .list:nth-child(2){
        width: 100%;
        height: 75px;
        border-radius: 15px;
    }
    .develop_carbon_pg02 .list:nth-child(3){
        width: 100%;
        height: 75px;
        border-radius: 15px;
    }
    .develop_carbon_pg02 .list:nth-child(4){
        width: 100%;
        height: 75px;
        border-radius: 15px;
    }
    .develop_carbon_pg02 .list:nth-child(5){
        width: 100%;
    }
    .develop_carbon_pg02 .list:nth-child(2) .icon, .develop_carbon_pg02 .list:nth-child(3) .icon{
        width: 40px;
        height: 40px;
    }
    .develop_carbon_pg02 .list:nth-child(4) .icon {
        width: 40px;
        height: 40px;
    }
    .develop_carbon_pg02 .list .icon{
        width: 40px;
        height: 40px;
        display: none;;
    }
    .develop_carbon_pg02 .list .icon_text {
        margin-left: 0;
        width: 100%;
    }
    .develop_carbon_pg02 .list:nth-child(1), .develop_carbon_pg02 .list:nth-child(5){
        height: 75px;
        border-radius: 15px;
    }
    .develop_carbon_pg02 .list .icon_text_con{
        margin-top: 1px;
    }
    .develop_carbon_pg02 .list{
        padding: 0 20px;
        box-sizing: border-box;
    }
    .develop_carbon_pg02 .con{
        margin: 15px 0 10px;
    }
}