.bgCover{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*sustainability*/
.sustainability-page .part1{
    padding: 0 0 5.45rem 0;
}
.sustainability-page .part1 .inpage-title .name{
    width: 100%;
    max-width: 36.4rem;
    margin: 0 auto;
}
.sustainability-page .part1 .listBox .list:last-child{
    margin-bottom: 0;
}
.sustainability-page .part1 .list{ 
    display: flex; 
    justify-content: space-between;
    margin-bottom: 1.15rem;
}
.sustainability-page .part1 .list li{
    width: 49.14%; 
    height: 22.5rem;
    transition: 0.5s;
}
.sustainability-page .part1 .list li:first-child{
    margin-right: 1.72%;
}
.sustainability-page .part1 .list li a{
    display: block;
    position: relative;
    height: 100%;
    border-radius: 0.4rem;
    overflow: hidden;
    background-size: cover;
}
.sustainability-page .part1 .list li a .inpage-title{
    margin-bottom: 0;
    position: absolute;
    bottom: 2.3rem;
    left: 3rem;
}
.sustainability-page .part1 .list li a .inpage-title .name{
    color: #fff;
    display: inline-flex;
    align-items: center;
}
.sustainability-page .part1 .list li a .inpage-title .name::after{
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    margin-left: 0.95rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI4Ljg3IiBoZWlnaHQ9IjkuODYxIiB2aWV3Qm94PSIwIDAgOC44NyA5Ljg2MSI+PHBhdGggc3Ryb2tlPSIjMEY1QURFIiBzdHJva2Utd2lkdGg9Ii44NSIgZD0iTTUuMzIgMS40MjVILjMiLz48cGF0aCBkPSJNOC4wMiAyLjQ0M1Y5LjU2aC44NVYxaC0uNjFMMCA5LjI2bC42MDEuNjAxTDguMDIgMi40NDN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwRjVBREUiLz48L3N2Zz4=);
    background-size: 100% 100%;
    filter: brightness(0) invert(1);
}
.sustainability-page .part1 .list li a .text{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#0F5ADE,#75A2E8);
    color: #fff;
    padding: 2rem 2.9rem;
    box-sizing: border-box;
    transition: 0.5s;
}
.sustainability-page .part1 .list li:hover{
    width: 56.4%;
}
.sustainability-page .part1 .list li:hover a .text{
    top: 0;
}
.sustainability-page .part1 .list li a .text .inpage-title{
    position: initial;
}
.sustainability-page .part1 .list li a .text .inpage-title .name{
    max-width: 100%;
    display: block;
    position: relative;
}
.sustainability-page .part1 .list li a .text .inpage-title .name::after{
   position: absolute;
   right: 0;
   top: 0.5rem;
   transform: rotate(180deg);
}
.sustainability-page .part1 .list li a .text .txt{
    margin-top: 3rem;
    line-height: 1.33;
    width: 100%;
    max-width: 28.2rem;
}
.sustainability-page .part1 .list li a .text .txt p{
    position: relative;
    padding-left: 24px;
}
.sustainability-page .part1 .list li a .text .txt p::before{
    content: "";
    position: absolute;
    top: 0.6rem;
    left: 0;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background: #fff;
}
.sustainability-page .part2{
    background: url(../2024_images/zp/sustainabilityBg1.jpg) no-repeat center;
    background-size: cover;
    padding: 8rem 0 11rem 0;
}
.sustainability-page .part2 .inpage-title{
    color: #fff;
}
.sustainability-page .part2 .text{
    line-height: 1.33;
    width: 100%;
    max-width: 24rem;
    color: #fff;
    margin-bottom: 1rem;
}
.sustainability-page .part3{
    margin: 6rem 0;
}
.rowTwo{
    display: flex;
    justify-content: space-between;
}
.rowTwo .pic{
    overflow: hidden;
  
    width: 50%;
}
.rowTwo .pic em{
    display: block;
    padding-bottom: 65.7%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0.42rem;
    overflow: hidden;
}
.rowTwo .text{
    width: 41%;
}
.rowTwo .text .inpage-title{
    width: 100%;
    max-width: 22rem;
}
.rowTwo .text .txt{
    line-height: 1.33;
    margin: 3rem 0 1rem 0;
}
.rowTwo .text .index-more-btn{
    animation-delay: 0.2s;
}
.sustainability-page .part4{
    padding: 5.5rem 0;
    background: #F0F0F0;
}
.sustainability-page .part4 .box{
    background: url(../2024_images/zp/sustainabilityBg2.jpg) no-repeat bottom center;
    background-size: cover;
    padding: 4rem 5rem 9rem 5rem;
    border-radius: 0.5rem;
    box-sizing: border-box;
}
.sustainability-page .part4 .box .inpage-title{
    margin-bottom: 3rem;
}
.sustainability-page .part4 .box .text{
    margin-bottom: 1rem;
    width: 100%;
    max-width: 30rem;
}

.sustainability-page .part5{padding: 5.4rem 0;}
.sustainability-page .part5 .rowTwo .text .inpage-title{max-width: none;}
.sustainability-page .part5 .text .brief{margin: 3rem 0 1rem;}



/*Social Responsibility*/
.social-page{
    padding: 0;
}
.social-page .part1{
    background: url(../2024_images/zp/socialBg1.jpg) no-repeat bottom center;
    background-size: cover;
    padding: 4.95rem 0 4.8rem 0;
    overflow: hidden;
}
.social-page .part1 .inpage-title{
    margin-bottom: 11.25rem;
}
.social-page .part1 .textBox{
   width: 100%;
   max-width: 30rem;
   float: right;
}
.social-page .part1 .textBox .text{
    margin-bottom: 1rem;
    color: #fff;
   
}

.social-page .part2{
    margin: 6.5rem 0;
}
.social-page .part2 .rowTwo .text .inpage-title{
    margin: 8.5rem 0 3rem 0;
}
.social-page .part2 .rowTwo .text .txt {
    -webkit-line-clamp: 4;
}
.social-page .part3{
    background: url(../2024_images/zp/socialBg2.jpg) no-repeat bottom center;
    background-size: cover;
    padding: 5rem 0 12rem 0;
}
.social-page .part3 .inpage-title{
    margin-bottom: 3rem;
}

.social-page .part3 .txt{
    max-width: 30rem;
    width: 100%;
    margin-bottom: 1rem;
}

/*contributions-page*/
.contributions-page{
    padding: 0;
}
.contributions-page .part1{
    z-index: 1;
    position: relative;
    background: url(../2024_images/zp/contributionsBg1.jpg) no-repeat bottom center;
    background-size: cover;
    padding: 5rem 0 3.4rem 0;
}
.contributions-page .part1::before{
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
}
.contributions-page .part1 .inpage-title{
    justify-content: center;
    margin-bottom: 8.4rem;
    color: #fff;
}
.contributions-page .part1 .text{
    line-height: 1.33;
    text-align: center;
    color: #fff;
}
.contributions-page .part2{
    margin: 4.9rem 0 7.85rem 0;
}
.contributions-page .part2 .rowTwo .text{
    width: 48.78%;
}
.contributions-page .part2 .rowTwo .text .inpage-title{
    max-width: 100%;
}
.contributions-page .part2 .rowTwo .text .txt{
    color: #676767;
}
.contributions-page .part2 .rowTwo .pic{
    width: 35.7%;
}
.contributions-page .part2 .rowTwo .pic em{
    padding-bottom: 71%;
}
.contributions-page .part3{
    background: url(../2024_images/zp/contributionsBg2.jpg) no-repeat center;
    background-size: cover;
    padding: 5rem 0 11.45rem 0;
}
.contributions-page .part3 .inpage-title{
    justify-content: center;
    margin-bottom: 3rem;
 
}
.contributions-page .part3 .inpage-title .name{
    max-width: 25rem;
    text-align: center;
}
.contributions-page .part3 .text{
    color: #fff;
    max-width: 39rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.33;
}

.contributions-page .part4{
    margin: 5rem 0;
}
.contributions-page .part4 .box{
    display: flex;
    justify-content: space-between;
}
.contributions-page .part4 .box .pic{
    width:71.42% ;
}
.contributions-page .part4 .box .pic em{
    display: block;
    overflow: hidden;
    padding-bottom: 36.4%;
    border-radius: 0.42rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
.contributions-page .part4 .box .text{
    width: 21.42%;
    color: #676767;
    line-height: 1.33;
}
.contributions-page .part5{
    background: url(../2024_images/zp/contributionsBg3.jpg) no-repeat bottom center;
    background-size: cover;
    padding: 4.5rem 0 6.35rem 0;
}
.contributions-page .part5 .inpage-title{
    max-width: 30rem;
    margin-bottom: 1.6rem;
}
.contributions-page .part5 .text{
    color: #676767;
    max-width: 25rem;
    line-height: 1.33;
}

.employee-page .part1{
    background: url(../2024_images/zp/employeeBg1.png) no-repeat center top;
    background-size: cover;
    padding: 5rem 0 6.45rem 0;
}
.employee-page .part1 .box{
    display: flex;
    justify-content: flex-end;
}
.employee-page .part1 .box .textBox{
    max-width: 29.15rem;
}
.employee-page .part1 .box .textBox .inpage-title{
    margin-bottom: 2.5rem;
}
.employee-page .part1 .box .textBox .text{
    line-height: 1.33;
}
.employee-page .part2{
    margin: 5rem 0 5.35rem 0;
}
.employee-page .part2 .box{
    display: flex;
    height: 37.6rem;
}
.employee-page .part2 .box .item{
    flex: 0 0 5.85rem;
    transition: .5s ease-in-out;
    margin-left: 0.85rem;
    display: flex;
    position: relative;
    border: 1px #F0F0F0 solid;
    box-sizing: border-box;
}
.employee-page .part2 .box .item:first-child{
    margin-left: 0;
}
.employee-page .part2 .box .item .title{
    flex: 0 0 5.85rem;
    transition: .5s;
    position: relative;
    background: #F0F0F0;
    cursor: pointer;
}
.employee-page .part2 .box .item .title .num{
    position: absolute;
    bottom: 4.25rem;
    font-size: 2.8rem;
    line-height: 1;
    color: #676767;
    text-align: center;
    width: 100%;
    transform: rotate(-90deg);
    transition: 0.3s;
}
.employee-page .part2 .box .item .title .icon{
    position: absolute;
    top: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI4Ljg3IiBoZWlnaHQ9IjkuODYxIiB2aWV3Qm94PSIwIDAgOC44NyA5Ljg2MSI+PHBhdGggc3Ryb2tlPSIjMEY1QURFIiBzdHJva2Utd2lkdGg9Ii44NSIgZD0iTTUuMzIgMS40MjVILjMiLz48cGF0aCBkPSJNOC4wMiAyLjQ0M1Y5LjU2aC44NVYxaC0uNjFMMCA5LjI2bC42MDEuNjAxTDguMDIgMi40NDN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwRjVBREUiLz48L3N2Zz4=);
    background-size: 100% 100%;
    filter: brightness(0) invert(0.5);
    transition: 0.3s;
}
.employee-page .part2 .box .item .content{
    position: absolute;
    left: 6.85rem;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 1.7rem 4.15rem 0.5rem 4.15rem;
    overflow: hidden;
    background-size: cover;
    opacity: 0;
    box-sizing: border-box;
    
}
.employee-page .part2 .box .item .content .contentBox{
    max-height: 100%;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
}
.employee-page .part2 .box .item .content .inpage-title{
    color: #0F5ADE;
    margin-bottom: 1.4rem;
}
.employee-page .part2 .box .item .content .text{
    line-height: 1.33;
    margin-bottom: 5.25rem;
    width: 80%;
    min-height: 7.2rem;
}
.employee-page .part2 .box .item .content .img{
    display: block;
    width: 499px;
    border-radius: 0.42rem;
    overflow: hidden;
}
.employee-page .part2 .box .item.open{
    flex: 100%;
    border-color: #0F5ADE;
    border-radius: 0.42rem;
 
}
.employee-page .part2 .box .item.open::after{
    content: "";
    position: absolute;
    top: 1.8rem;
    right: 1.8rem;
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI4Ljg3IiBoZWlnaHQ9IjkuODYxIiB2aWV3Qm94PSIwIDAgOC44NyA5Ljg2MSI+PHBhdGggc3Ryb2tlPSIjMEY1QURFIiBzdHJva2Utd2lkdGg9Ii44NSIgZD0iTTUuMzIgMS40MjVILjMiLz48cGF0aCBkPSJNOC4wMiAyLjQ0M1Y5LjU2aC44NVYxaC0uNjFMMCA5LjI2bC42MDEuNjAxTDguMDIgMi40NDN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwRjVBREUiLz48L3N2Zz4=);
    background-size: 100% 100%;
    transition: 0.3s;
}
.employee-page .part2 .box .item.open .title{
    flex: 0 0 5.85rem;
    background: none;
}
.employee-page .part2 .box .item.open .title .num{
    color: #0F5ADE;
}
.employee-page .part2 .box .item.open .title .icon{
    opacity: 0;
}
.employee-page .part2 .box .item.open .content{
    opacity: 1;
    left: 5.85rem;
}
.employee-page .part2 .box .item.open .content .contentBox{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: .5s .5s;
}
.employee-page .part3{
    background: #F0F0F0;
    padding: 5rem 0 5.8rem 0;
}
.employee-page .part3 .inpage-title{
    margin-bottom: 4.95rem;
}
.employee-page .part3 .tab{
    display: flex;
    justify-content: center;
    border-bottom: 1px #676767 solid;
}
.employee-page .part3 .tab a{
    position: relative;
    display: block;
    line-height: 1.6rem;
    padding-bottom: 1.2rem;
    margin: 0 6.25rem;
    position: relative;
    transition: 0.3s;
}
.employee-page .part3 .tab a::before{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0F5ADE;
    transform: scaleX(0);
}
.employee-page .part3 .tab a.on{
    color: #0F5ADE;
}
.employee-page .part3 .tab a.on::before{
    transform: scaleX(1);
}
.employee-page .part3 .tabBox{
    margin-top: 3.2rem;
    overflow: hidden;
}
.employee-page .part3 .tabBox .box1{
    display: flex;
    justify-content: space-between;
}
.employee-page .part3 .tabBox .box1 .text{
    width: 35.7%;
}
.employee-page .part3 .tabBox .box1 .text h3{
    margin: 2rem 0 2.5rem 0;
}
.employee-page .part3 .tabBox .box1 .text .txt{
    line-height: 1.33;
}
.employee-page .part3 .tabBox .box1 .pic{
    width: 42.85%;
}
.employee-page .part3 .tabBox .box1 .pic .img{
    width: 100%;
    display: block;
    border-radius: 0.42rem;
    overflow: hidden;
}
.employee-page .part3 .tabBox .box2{
    display: flex;
    justify-content: space-between;
}
.employee-page .part3 .tabBox .box2 .item{
    width: 49.64%;
}
.employee-page .part3 .tabBox .box2 .item .text{
    padding: 0 3rem;
    line-height: 1.33;
    min-height:3.6rem ;
}
.employee-page .part3 .tabBox .box2 .item .pic{
    border-radius: .4rem;
    overflow: hidden;
    margin-top: 3.5rem;
}
.employee-page .part3 .tabBox .box2 .item .pic em{
    display: block;
    padding-bottom: 43.16%;
}
.employee-page .part4{
    margin: 5rem 0 5.65rem 0;
}
.clickItem{
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    margin-bottom: 6.9rem;
}
.clickItem .text{
    position: relative;
    width: 42.8%;
    box-sizing: border-box;
}
.clickItem .text h3{
    margin: 0.95rem 0 2.5rem 0;
    font-weight: normal;
}
.clickItem .text .txt{
    color: #676767;
}
/*.clickItem .text .txt{*/
/*    line-height: 1.2rem;*/
/*    height: 6rem;*/
/*    overflow: hidden;*/
/*    color: #676767;*/
/*    transition: 0.3s;*/
/*    transition: 0.3s;*/
/*        -webkit-line-clamp: 5;*/
/*}*/
/*.clickItem .text.on .txt{*/
/*    height: auto;*/
/*        -webkit-line-clamp: 500;*/
/*}*/
 .clickIcon{
    position: absolute;
    bottom: -0.4rem;
    right: 0;
    cursor: pointer;
    text-align: center;
}
.clickIcon p{
    color: #676767;
    font-size: 0.6rem;
    margin-bottom: 0.3rem;
}
.clickItem .text.on .clickIcon img{
    transform: rotate(180deg);
}

.clickItem .pic{
    width: 50%;
    overflow: hidden;
}
.clickItem .pic em{
    border-radius: 0.42rem;
    display: block;
    padding-bottom: 57.14%;
}
.clickItem:nth-child(2n){
    flex-direction: row-reverse;
    margin-bottom: 0;
}

.clickItem:nth-child(2) .pic{
    width: 57.14%;
}

.clickItem:nth-child(2) .text{
    width: 36%;
}

.employee-page .part5{
    position: relative;
    z-index: 1;
    padding: 5rem 0 4.5rem 0;
}
.employee-page .part5 .bg{
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    left: 0;
}
.employee-page .part5 .box{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    margin-top: 9.15rem;
    display: flex;
}
.employee-page .part5 .box .text{
    margin-top: 8.85rem;
    width: 42.85%;
}
.employee-page .part5 .box .text .txt{
    line-height: 1.33;
    color: #676767;
    margin-top: 1.9rem;
    width: 80%;
}
.employee-page .part5 .box .pic{
    width: 50.14%;
}
.employee-page .part5 .box .pic em{
    display: block;
    padding-bottom: 48.43%;
    border-radius: 0.42rem;
    overflow: hidden;
}

/*environmental-page*/
.environmental-page .part1{
    background: url(../2024_images/zp/environmentalBg1.jpg) no-repeat bottom center;
    background-size: cover;
    padding: 8.5rem 0 14rem;
}
.environmental-page .part1 .txt{
    width: 64%;
    margin: 0 auto;
    line-height: 1.33;
    text-align: center;
    color: #fff;
}
/*.environmental-page .part1 .box .left{*/
/*    width: 35%;*/
/*}*/
/*.environmental-page .part1 .box .right{*/
/*    position: relative;*/
/*    box-sizing: border-box;*/
/*    width: 54.28%;*/
/*}*/
/*.environmental-page .part1 .box .left .inpage-titl{*/
/*    margin-bottom: 1.85rem;*/
/*}*/
/*.environmental-page .part1 .box .left .text{*/
/*    line-height: 1.33;*/
/*}*/
/*.environmental-page .part1 .box .right .text{*/
/*    line-height: 1.2rem;*/
/*    height:4.8rem;*/
/*    -webkit-line-clamp: 4;*/
/*    overflow: hidden;*/
/*}*/
/*.environmental-page .part1 .box .right .clickIcon{*/
/*    filter: brightness(0) invert(1);*/
/*}*/

/*.environmental-page .part1 .box .right.on .text{*/
/*    height: auto;*/
/*    -webkit-line-clamp: 500;*/
/*}*/
/*.environmental-page .part1 .box .right.on .clickIcon img{*/
/*    transform: rotate(180deg);*/
/*}*/
.environmental-page .part2{
    padding-top: 5rem;
}
.environmental-page .part2 .box .item{
    margin-bottom: 6.5rem;
}
.clickItem .inpage-title{
    margin-bottom: 3rem;
}
.environmental-page .part2 .clickItem .text{
    width: 38%;
}
.environmental-page .part2 .clickItem .pic{
    width: 57%;
}
.environmental-page .part2 .clickItem .pic em{
    padding-bottom: 56.5%;
}
.environmental-page .part2 .clickItem:nth-child(2) .text{
    width: 32.57%;
}
.environmental-page .part3{line-height: 1.33;}
.environmental-page .part3 .top{padding: 5rem 0 20rem;background: url(../2024_images/zp/environmentalBg2.jpg) no-repeat bottom center;background-size: cover;color: #fff;}
.environmental-page .part3 .top .w1400{display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.environmental-page .part3 .top .w1400 > .con-r{width: 50%;}
.environmental-page .part3 .bottom{padding: 2.5rem 0 4.5rem;}
.environmental-page .part3 .bottom .w1400{display: flex;justify-content: space-between;align-items: flex-end;flex-wrap: wrap;}
.environmental-page .part3 .bottom .w1400 > .con-l{width: 50%;}
.environmental-page .part3 .bottom .w1400 > .con-r{width: 36%;}
.environmental-page .part3 .bottom .tit{margin-bottom: 1.8rem;}
.environmental-page .part3 .bottom .txt2{color: #676767;}
/*.environmental-page .part3 .box{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: self-start;*/
/*}*/
/*.environmental-page .part3 .box .inpage-title{*/
/*    width: 30%;*/
/*}*/
/*.environmental-page .part3 .box .right{*/
/*    width: 57.14%;*/
/*}*/
/*.environmental-page .part3 .box .right .text{*/
/*    color: #fff;*/
/*    display: flex;*/
/*    position: relative;*/
/*    border-radius: 0.42rem;*/
/*    background: linear-gradient(90deg,rgba(117,152,222,0.9),rgba(15,90,209,0.9));*/
/*    padding: 2.1rem 2rem 3.35rem 2rem;*/
/*    justify-content: space-between;*/
/*}*/
/*.environmental-page .part3 .box .right .text h3{*/
/*    width: 26.66%;*/
/*}*/
/*.environmental-page .part3 .box .right .text .textBox{*/
/*    width: 63.8%;*/
/*    position: relative;*/
/*    box-sizing: border-box;*/
/*}*/
/*.environmental-page .part3 .box .right .text .textBox .clickIcon{*/
/*    filter: brightness(0) invert(1);*/
/*}*/
/*.environmental-page .part3 .box .right .text .textBox.on .txt{*/
/*-webkit-line-clamp: 500;*/
/*    height: auto;*/
/*}*/
/*.environmental-page .part3 .box .right .text .textBox.on .clickIcon img{*/
/*    transform: rotate(180deg);*/
/*}*/
/*esgreport-page*/
.esgreport-page{
    background: #F0F0F0;
    padding: 5rem 0 9.45rem 0;
}
.esgreport-page .box{
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}
.esgreport-page .box .left{
    width: 29%;
}
.esgreport-page .box .left img{
    display: block;
    max-width: 100%;
}
.esgreport-page .box .right{
    width: 57.14%;
}
.esgreport-page .box .right .txt{
    margin-bottom: 2.75rem;
    padding-right: 5rem;
}
.esgreport-page .box .right .list li a{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.8rem 1.4rem 2.8rem 2.35rem;
    border-bottom: 1px #ACACAC solid;
    transition: 0.3s;
    z-index: 1;
}
.esgreport-page .box .right .list li a::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../2024_images/zp/reportBg1.png) no-repeat center;
    background-size: cover;
    opacity: 0;
    transition: 0.3s;
    border-radius: 0.3rem;
    overflow: hidden;
    z-index: -1;
}
.esgreport-page .box .right .list li a .num{
    color: #0F5ADE;
    transition: 0.3s;
}
.esgreport-page .box .right .list li a .textBox{
    width: 71.4%;
    position: relative;
    padding-right: 4rem;
    box-sizing: border-box;
}
.esgreport-page .box .right .list li a .title{
max-width: 100%;
    height: 1.6rem;
    position: relative;
   padding-right: 1.3rem;
   display: inline-block;
}
.esgreport-page .box .right .list li a .title span{
    line-height: 1.6rem;
    height: 1.6rem;
}
.esgreport-page .box .right .list li a .title::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0.8rem;
    height: 0.8rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI4Ljg3IiBoZWlnaHQ9IjkuODYxIiB2aWV3Qm94PSIwIDAgOC44NyA5Ljg2MSI+PHBhdGggc3Ryb2tlPSIjMEY1QURFIiBzdHJva2Utd2lkdGg9Ii44NSIgZD0iTTUuMzIgMS40MjVILjMiLz48cGF0aCBkPSJNOC4wMiAyLjQ0M1Y5LjU2aC44NVYxaC0uNjFMMCA5LjI2bC42MDEuNjAxTDguMDIgMi40NDN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwRjVBREUiLz48L3N2Zz4=);
    background-size: 100% 100%;
    filter: brightness(0) invert(1);
    opacity: 0;
}
.esgreport-page .box .right .list li a .icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 2.1rem;
    transition: 0.3s;
}
.esgreport-page .box .right .list li a .icon img{
    width: 100%;
}
.esgreport-page .box .right .list li a:hover::after{
    opacity: 1;
}
.esgreport-page .box .right .list li a:hover .num ,.esgreport-page .box .right .list li a:hover .title{
    color: #fff;
}
.esgreport-page .box .right .list li a:hover .icon{
    opacity: 0;
}
.esgreport-page .box .right .list li a:hover .title{
    font-size: 2rem;
    font-weight: 500;
}
.esgreport-page .box .right .list li a:hover .title::after{
    opacity: 1;
}

/*sustainable-page*/
.sustainable-page .part0{
    padding: 4.5rem 0 4rem;
    background: url(../2024_images/zp/sustainableBg0.jpg) no-repeat center;
    background-size: cover;
}
.sustainable-page .part0 .info{
    width: 50%;
    color: #fff;
}
.sustainable-page .part0 .info .tit{
    margin-bottom: 2.3rem;
}
.sustainable-page .part1{
    padding: 5rem 0 6rem 0;
}
.sustainable-page .part1 .rowTwo .text{
    width: 35.71%;
}
.sustainable-page .part1 .rowTwo .text .inpage-title{
    margin-bottom: 2.5rem;
}
.sustainable-page .part1 .rowTwo .text .txt{
    color: #676767;
    margin-top: 0;
}
.sustainable-page .part1  .rowTwo .pic{
    width: 57.14%;
}
.sustainable-page .part1 .rowTwo .pic em{
    padding-bottom: 46.25%;
}

.sustainable-page .part2{
    background: url(../2024_images/zp/sustainableBg1.jpg) no-repeat center;
    background-size: cover;
    padding: 5rem 0 6.8rem 0;
    color: #fff;
    text-align: center;
}
.sustainable-page .part2 .inpage-title{
    justify-content: center;
    margin-bottom: 3rem;
}
.sustainable-page .part2 .text{
    max-width: 50rem;
    margin: 0 auto;
    min-height: 10rem;
    line-height: 1.33;
}
.sustainable-page .part3{
    padding: 5rem 0 6.6rem 0;
}

.sustainable-page .part3 .clickItem{
    flex-direction: row-reverse;
    margin-bottom: 0;
}
.sustainable-page .part3 .clickItem .pic{
    width: 57.14%;
}
.sustainable-page .part3 .clickItem .pic em{
    padding-bottom: 63.75%;
}
.sustainable-page .part3 .clickItem .text{
    padding-right: 0;
    width: 35.71%;
}

/*business-page*/
.business-page .part1{
    margin: 5rem 0 7.15rem 0;
    overflow: hidden;
}
.business-page .part1 .titleBox{
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}
.business-page .part1 .inpage-title{
    margin-bottom: 5rem;
}
.business-page .part1 .titleBox .switch{
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}
.business-page .part1 .titleBox .switch .prev{
    transform:rotate(180deg);
    margin-right: 3.65rem;
}
.business-page .part1 .box{
    width: 40rem;
    margin: 0 auto;
}
.business-page .part1 .box a{
    position: relative;
    display: block;
    height: 40rem;
    border-radius: 0.42rem;
    overflow: hidden;
    transition: 0.5s;
}
.business-page .part1 .box a::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 13.5rem;
    background: linear-gradient(rgba(10,119,205,0),rgba(10, 119, 205, 1));
}
.business-page .part1 .box a .title{
    position: absolute;
    left: 0;
    bottom: 2rem;
    width: 100%;
    padding: 0 2.15rem;
    box-sizing: border-box;
}
.business-page .part1 .box a .title span{
    position: relative;
    padding-right: 1.5rem;
    display: block;
    text-align: right;
    color: #fff;
}
.business-page .part1 .box a .title span::after{
    opacity: 0;
    transition: 0.3s;
    content: "";
    position: absolute;
    top: 0.5rem;
    right: 0;
    width: 0.75rem;
    height: 0.75rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI4Ljg3IiBoZWlnaHQ9IjkuODYxIiB2aWV3Qm94PSIwIDAgOC44NyA5Ljg2MSI+PHBhdGggc3Ryb2tlPSIjMEY1QURFIiBzdHJva2Utd2lkdGg9Ii44NSIgZD0iTTUuMzIgMS40MjVILjMiLz48cGF0aCBkPSJNOC4wMiAyLjQ0M1Y5LjU2aC44NVYxaC0uNjFMMCA5LjI2bC42MDEuNjAxTDguMDIgMi40NDN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwRjVBREUiLz48L3N2Zz4=);
    background-size: 100% 100%;
    filter: brightness(0) invert(1);
}
/* .business-page .part1 .box .swiper-wrapper{
    margin-left: -10rem;
} */
.business-page .part1 .box li{
    width: 20rem;
}
.business-page .part1 .box li .num{
    padding: 1.7rem 0 0 1.85rem;

}
.business-page .part1 .box li.swiper-slide-active{
    width: 40rem !important;
}
.business-page .part1 .box li.swiper-slide-active .title{
    font-size: 2.8rem;
}
.business-page .part1 .box li.swiper-slide-active .title span::after{
opacity: 1;
}
.business-page .part2{
    background: #F0F0F0;
    padding: 5rem 0 5.2rem 0;
}
.business-page .part2 .inpage-title{
    width: 53%;
}

.business-page .part2 .textBox{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2.6rem;
}
.business-page .part2 .textBox .text{
    max-width: 19.6rem;
    line-height: 1.33;
    color: #676767;
}

/*折叠列表*/
.business-page .part2 .folding-list{
    border-bottom: 1px solid #676767;
}
.business-page .part2 .folding-list li{
    border-top: 1px #ACACAC solid;
    line-height: 1.33;
}
.business-page .part2 .folding-list li > .title{
    position: relative;
    padding-left: 16%;
    border-bottom: 0;
}
.business-page .part2 .folding-list li > .title .num{
    position: absolute;
    left: 0;
    top: 50%;
    color: #0F5ADE;
    transform: translateY(-50%);
}
.business-page .part2 .folding-list li > .title .name{
    flex: 1;
    overflow: hidden;
    margin-right: 1rem;
}
.business-page .part2 .folding-list li > .content{
    padding: 0 0 2.5rem;
    margin-left: 16%;
    border-bottom: 0;
    color: #676767;
}
.business-page .part2 .folding-list li > .content .links{
    margin-top: 1rem;
}
.business-page .part2 .folding-list li > .content .links a{
    color: #676767;
    transition: .3s;
}
.business-page .part2 .folding-list li > .content .links a:hover{
    color: #0F5ADE;
}
.business-page .part2 .folding-list li > .content .tit{
    color: #0F5ADE;
}
.business-page .part2 .folding-list li > .content .item+.item{
    margin-top: 2.5rem;
}

.business-page .part3{
    padding: 5rem 0 3.35rem 0;
}
.business-page .part3 .boxTop{
    margin-bottom: 1.75rem;
}
.business-page .part3 .boxTop .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.business-page .part3 .boxTop .text{
    line-height: 1.33;
    max-width: 45.35rem;
    margin-bottom: 1.5rem;

}
.business-page .part3 .boxTop .txtBox{
    display: flex;
    
}
.business-page .part3 .boxTop .txtBox .txt{
    max-width: 30rem;
    color: #676767;
    line-height: 1.33;
}
.business-page .part3 .boxTop .txtBox .txt:first-child{
    margin-right: 5rem;
}
.business-page .part3 .boxBtm{
    position: relative;
    padding-top: 8.65rem;
    z-index: 1;
}
.business-page .part3 .boxBtm .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    object-fit: cover;
}
.business-page .part3 .boxBtm .textBox{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.business-page .part3 .boxBtm .textBox .left{
    width: 35.71%;
    padding-top: 7.7rem;
}
.business-page .part3 .boxBtm .textBox .left em{
    display: block;
    border-radius: 0.42rem;
    overflow: hidden;
    padding-bottom: 64.8%;
}
.business-page .part3 .boxBtm .textBox .right{
    width: 49.85%;
}
.business-page .part3 .boxBtm .textBox .right .inpage-title{
    position: relative;
    padding-left: 50px;
}
.business-page .part3 .boxBtm .textBox .right .inpage-title::after{
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 1px;
    height: 100%;
    background: #D8D8D8;
    opacity: 0.4;
}
.business-page .part3 .boxBtm .textBox .right .text{
    padding-top: 1rem;
}
.business-page .part3 .boxBtm .textBox .right .text h3{
    line-height: 1.33;
    font-weight: normal;
    margin-bottom: 0.8rem;
}
.business-page .part3 .boxBtm .textBox .right .text .txt{
    line-height: 1.33;
    color: #676767;
}

/*20250507*/
.social-page .part4{padding: 6.4rem 0;}
.social-page .part4 > .w1400{display: flex;align-items: flex-end;justify-content: space-between;}
.social-page .part4 .cont-left{width: 40%;padding: 1.4rem 0;}
.social-page .part4 .cont-left .inpage-title{margin: 0;}
.social-page .part4 .cont-left .brief{margin: 2.6rem 0 1rem;}
.social-page .part4 .pic{width: 51%;border-radius: 0.42rem;overflow: hidden;}
.social-page .part4 .pic em{display: block;padding-bottom: 65.7%;}

.social-ff-page .part1{padding: 0 0 2.6rem;}
.social-ff-page .part1 > .w1400{display: flex;justify-content: space-between;}
.social-ff-page .part1 .left{width: 33.35%;}
.social-ff-page .part1 .left .inpage-title{padding-bottom: 1.85rem;}
.social-ff-page .part1 .left .icon{height: 4.5rem;}
.social-ff-page .part1 .right{width: 56.4%;}
.social-ff-page .part1 .right .blue{color: #0F5ADE;text-decoration: underline;}
.social-ff-page .part1 .right .ul{padding: 0.5rem 0;}
.social-ff-page .part1 .right .ul .li{border-top: 1px solid #D8D8D8;padding: 1.8rem 0;display: flex;}
.social-ff-page .part1 .right .ul .li:first-child{border-top: none;}
.social-ff-page .part1 .right .ul .li .num{flex-shrink: 0;width: 5.9rem;}
.social-ff-page .part1 .right .ul .li .cont{flex: 1;overflow: hidden;}
.social-ff-page .part1 .right .btm{color: #676767;}
.social-ff-page .part2 .w1400{position:relative;overflow: hidden;border-radius: 0.42rem;}
.social-ff-page .part2 img{width: 100%;border-radius: 0.42rem;transition: 0.8s;}
.social-ff-page .part2:hover img{transform: scale(1.1);}

@media screen and (min-width: 1921px) {
    .business-page .part3 .boxBtm{
        padding-top: 15rem;
    }
}

@media screen and (max-width: 1770px) {
    .business-page .part1 .box li{
        width: 14rem;
    }
    .business-page .part1 .box a{
        height: 37rem;
    }
}

/*笔记本1920*1080显示放大比例为125%，实际分辨率为1920/1.25=1536*/
@media screen and (max-width: 1550px) {
    .sustainability-page .part1 .list li a .text .txt{
        max-width: 100%;
    }
}

/*中屏PC，分辨率1366*/
@media screen and (max-width: 1440px) {
    .employee-page .part2 .box{
        height: 39rem;
    }
    .employee-page .part2 .box .item .content .text{
        margin-bottom: 1rem;
    }
}

/*小屏PC，分辨率1280*/
@media screen and (max-width: 1300px) {
    .employee-page .part2 .box {
            height: 42rem;
        }
}

/*pad横屏，分辨率1024*/
@media screen and (max-width: 1024px) {
    /*sustainability*/
    .sustainability-page .part1 .inpage-title .name{
        max-width: 100%;
    }
    .sustainability-page .part1,.sustainability-page .part4,.sustainability-page .part5{
        padding: 2rem 0;
    }
    .sustainability-page .part1 .list li a .text .txt{
        margin-top: 2rem;
    }
   .sustainability-page .part1 .list li{
        height: 19rem;
   }
   .sustainability-page .part2{
        padding: 5rem 0 8rem 0;
   }
   .sustainability-page .part3{
    margin: 2rem 0;
   }
   .sustainability-page .part4 .box{
        padding: 3rem 3rem 5rem 3rem;
   }
   .social-page .part1{
    padding: 2rem 0 ;
   }
   .social-page .part1 .inpage-title{
    margin-bottom: 2rem;
   }
   .social-page .part2 .rowTwo .text .inpage-title{
    margin: 0 0 2rem 0;
   }
   .social-page .part2{
    margin: 2rem 0;
   }
   .social-page .part3{
    padding: 3rem 0 4rem 0;
   }
   .social-page .part3 .inpage-title{
    margin-bottom: 2rem;
   }
   .contributions-page .part1{
    padding: 2rem 0;
   }
   .contributions-page .part1 .inpage-title{
    margin-bottom: 4rem;
   }
   .contributions-page .part2{
    margin: 2rem 0;
   }
   .contributions-page .part3{
    padding: 3rem 0 8rem 0;
   }
   .contributions-page .part4{
    margin: 2rem 0;
   }
   .employee-page .part3 .tab a{
    margin: 0 2rem;
   }
   .employee-page .part5{
    padding: 2rem 0;
   }
   .employee-page .part5 .box{
    margin-top: 2rem;
   }
   .employee-page .part5 .box .text{
    margin-top: 4rem;
   }
   .employee-page .part2{
    margin: 2rem 0;
   }
   .employee-page .part3{
    padding: 2rem 0;
   }
   .employee-page .part2 .box{
    display: block;
    height: auto;
   }
   .employee-page .part2 .box .item{
    height: auto;
    margin-bottom: 1rem;
    margin-left: 0;
   }
   .employee-page .part2 .box .item:last-child{
    margin-bottom: 0;
   }
   .employee-page .part2 .box .item .title{
    display: none;
   }
   .employee-page .part2 .box .item .content{
    position: relative;
    left: 0;
    opacity: 1;
   }
   .employee-page .part2 .box .item.open .content{
    left: 0;
   }
   .employee-page .part2 .box .item .content .contentBox{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
   }
   .employee-page .part3 .inpage-title{
    margin-bottom: 2rem;
   }
   .employee-page .part4{
    margin: 2rem 0;
   }
   .clickItem{
    margin-bottom: 2rem;
   }
   .employee-page .part1{
        z-index: 1;
        position: relative;
        padding: 2rem 0;
        color: #fff;
   }
   .employee-page .part1::before{
        content: '';
        z-index: -1;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0,0,0,.5);
   }
   .employee-page .part1 .box .textBox .inpage-title{
    margin-bottom: 2rem;
   }
   .environmental-page .part1{
    padding: 2rem 0 4rem;
   }
   .environmental-page .part2{
    padding-top: 2rem;
   }
   .clickItem .inpage-title{
    margin-bottom: 1rem;
   }
   .environmental-page .part2 .box .item{
    margin-bottom: 3rem;
   }
   .environmental-page .part3 .top{padding: 2rem 0;}
   .environmental-page .part3 .top .w1400 > .con-l{width: 100%;}
   .environmental-page .part3 .top .w1400 > .con-r{width: 100%;}
   .environmental-page .part3 .bottom{padding: 2rem 0;}
   .environmental-page .part3 .bottom .w1400 > .con-l{width: 100%;}
   .environmental-page .part3 .bottom .w1400 > .con-r{width: 100%;margin-top: 1.5rem;}
   .environmental-page .part3 .bottom .tit{margin-bottom: 1rem;}
   /*.environmental-page .part3 .box .right{*/
   /* width: 65%;*/
   /*}*/
   .esgreport-page{
    padding: 2rem 0;
   }
   .esgreport-page .box .right .txt{
    margin-bottom: 1.4rem;
   }
   .esgreport-page .box .right .list li a{
    padding: 1.8rem 1.4rem 1.8rem 2.35rem;
   }
   .esgreport-page .box .right .list li a .textBox{
    width: 80%;
   }
   .esgreport-page .box .right .list li a:hover .title span{
    font-size: 1.5rem;
   }
   .sustainable-page .part0,.sustainable-page .part1,.sustainable-page .part2,.sustainable-page .part3{
    padding: 2rem 0;
   }
   .sustainable-page .part0 .info{
       width: 100%
   }
   .business-page .part1{
    margin: 2rem 0;
   }
   .business-page .part1 .inpage-title{
    margin-bottom: 2rem;
   }
   .business-page .part2{
    padding: 2rem 0;
   }
   .business-page .part3{
    padding: 2rem 0 0 0;
   }
   .business-page .part3 .boxBtm{
    padding-top: 3.6em;
   }

    /*折叠列表*/
    .business-page .part2 .folding-list li > .title{
        padding: .8rem 0 .8rem 3rem;
    }
    .business-page .part2 .folding-list li > .title .name{
        margin-right: .5rem;
        line-height: 1.2;
    }
    .business-page .part2 .folding-list li > .content{
        padding: 0 0 1rem;
    }
    
    /*20250507*/
    .social-page .part4{padding: 3rem 0;}
}

/*phone和pad竖屏，分辨率820*/
@media screen and (max-width: 820px) {
    /*sustainability*/
    .sustainability-page .part1{
        padding-top: 0;
    }
    .sustainability-page .part1 .list{
        flex-wrap: wrap;
    }
    .sustainability-page .part1 .list li{
        width: 100%;
        height: 17rem;
    }
    .sustainability-page .part1 .list li:first-child{
        margin: 0 0 1.15rem 0;
    }
    .sustainability-page .part1 .list li:hover{
        width: 100%;
    }
    .sustainability-page .part1 .list li a .text{
        padding: 1rem;
    }
    .sustainability-page .part1 .list li a .text .txt{
        margin-top: 0.8rem;
    }
    .sustainability-page .part2{
        padding: 3rem 0 4rem 0;
    }
    .rowTwo{
        flex-wrap: wrap;
    }
    .rowTwo .pic ,.rowTwo .text{
        width: 100%;
    }
    .rowTwo .text{
        margin-top: 1rem;
    }
    .rowTwo .text .txt{
        margin-top: 1rem;
    }
    .sustainability-page .part4 .box{
        padding: 2rem 1rem;
    }
    .sustainability-page .part4 .box .inpage-title{
        margin-bottom: 2rem;
    }
    .sustainability-page .part5 .text{
        margin-bottom: 1rem;
    }
    .sustainability-page .part5 .text .brief{
        margin: 1rem 0 0.5rem;
    }
    .contributions-page .part1 .inpage-title{
        margin-bottom: 2rem;
    }
    .contributions-page .part2 .rowTwo .text{
        width: 100%;
        margin-top: 0;
    }
    .contributions-page .part2 .rowTwo .pic{
        width: 100%;
    }
    .contributions-page .part3{
        padding: 2rem 0 3rem;
    }
    .contributions-page .part3 .inpage-title{
        margin-bottom: 2rem;
    }
    .contributions-page .part4 .box{
        flex-wrap: wrap;
    }
    .contributions-page .part4 .box .pic{
        width: 100%;
    }
    .contributions-page .part4 .box .text{
        width: 100%;
        margin-top: 1rem;
    }
    .contributions-page .part5{
        padding: 2rem 0;
    }
    .employee-page .part2 .box .item .content {
    padding: 1rem;
    }
    .employee-page .part2 .box .item.open::after{
        right: 0.3rem;
        top: 0.2rem;
    }
    .employee-page .part2 .box .item .content .text{
        width: 100%;
    }
    .employee-page .part3 .tab a{
        margin: 0 0.4rem;
        font-size: 0.7rem;
    }
    .employee-page .part3 .tabBox{
        margin-top: 1rem;
    }
    .employee-page .part3 .tabBox .box1,.employee-page .part3 .tabBox .box2,.clickItem{
        flex-wrap: wrap;
    }
    .employee-page .part3 .tabBox .box1 .text,.employee-page .part3 .tabBox .box1 .pic,.employee-page .part3 .tabBox .box2 .item{
        width: 100%;
    }
    .employee-page .part3 .tabBox .box1 .text h3{
        margin: 1rem 0;
    }
    .employee-page .part3 .tabBox .box1 .text,.employee-page .part3 .tabBox .box2 .item:first-child{
        margin-bottom: 1rem;
    }
    .employee-page .part3 .tabBox .box2 .item .pic{
        margin-top: 1rem;
    }
    .employee-page .part3 .tabBox .box2 .item .text{
        min-height: auto;
        padding: 0;
    }
    .clickItem .text,.clickItem .pic,.clickItem:nth-child(2) .text,
    .clickItem:nth-child(2) .pic{
        width: 100%;
    }
    /*.clickItem .text{*/
    /*    margin-bottom: 1.5rem;*/
    /*}*/
   .clickItem .text h3{
    margin: 0 0 1rem 0;
   }
   .employee-page .part5 .box{
    flex-wrap: wrap;
   }
   .employee-page .part5 .box .text,.employee-page .part5 .box .pic{
    width: 100%;
   }
   .employee-page .part5 .box .text{
    margin-top: 0;
   }
   .employee-page .part5 .box .text .txt{
    margin: 1rem 0;
    width: 100%;
   }
   .environmental-page .part1 .txt{
        width: 100%;
   }
   .environmental-page .part1 .box,.environmental-page .part3 .box{
    flex-wrap: wrap;
   }
   .environmental-page .part1 .box .left,.environmental-page .part2 .clickItem .text,.environmental-page .part3 .box .inpage-title{
    width: 100%;
    margin-top: 1rem;
   }
   .environmental-page .part1 .box .right,.environmental-page .part2 .clickItem .pic,.environmental-page .part2 .clickItem:nth-child(2) .text{
    width: 100%;
   }
   /*.environmental-page .part3 .box .right{*/
   /* width: 100%;*/
   /* margin-top: 0;*/
   /*}*/
   /*.environmental-page .part3 .box .right .text{*/
   /* padding: 1rem;*/
   /* flex-wrap: wrap;*/
   /*}*/
   /*.environmental-page .part3 .box .right .text h3{*/
   /* width: 100%;*/
   /*}*/
   /*.environmental-page .part3 .box .right .text .textBox{*/
   /* width: 100%;*/
   /* margin-top: 1.4rem;*/
   /*}*/
   /*.environmental-page .part3{*/
   /* min-height: 36rem;*/
   /*}*/
   .esgreport-page .box{
    flex-wrap: wrap;
   }
   .esgreport-page .box .left{
    width: 100%;
   }
   .esgreport-page .box .left img{
    width: 10rem;
    margin: 0 auto;
   }
   .esgreport-page .box .right{
    width: 100%;
    margin-top: 2rem;
   }
   .esgreport-page .box .right .txt{
    padding-right: 0;
   }
   .esgreport-page .box .right .list li a{
    padding: 1rem 1rem 1rem 1rem;
   }
   .esgreport-page .box .right .list li a .icon{
    width: 1.4rem;
   }
   .esgreport-page .box .right .list li a:hover .title span{
    font-size: 1.1rem;
   }

   .sustainable-page .part1 .rowTwo .text,.sustainable-page .part3 .clickItem .text{
    width: 100%;
    margin-top: 0;
   }
   .sustainable-page .part1 .rowTwo .pic,.sustainable-page .part3 .clickItem .pic{
    width: 100%;
    margin-top: 1rem;
   }
   .sustainable-page .part1 .rowTwo .text .inpage-title,.sustainable-page .part2 .inpage-title{
    margin-bottom: 2rem;
   }
   .sustainable-page .part3 .clickItem .textBox{
    padding-right: 3rem;
   }
   .business-page .part1 .titleBox .switch .prev{
    margin-right: 0.6rem;
    position: relative;
    top: -2px;
   }
    .business-page .part1 .titleBox .switch img{
    width: 1.4rem;
    }
    .business-page .part2 .inpage-title{
        width: 100%;
    }
    .business-page .part2 .textBox{
        margin-bottom: 1.4rem;
    }
    .business-page .part2 .list li{
        padding: 1rem 0;
    }
    .business-page .part2 .list li .title::after{
        width: 0.6rem;
        height: 0.6rem;
        top: -0.1rem;
        right: 0;
    }
    .business-page .part2 .list li.open .title::after{
        width: 0.6rem;
        height: 0.6rem;
    }
    .business-page .part3 .boxTop .title .icon img{
        width: 2rem;
    }
    .business-page .part3 .boxTop .txtBox{
        flex-wrap: wrap;
    }
    .business-page .part3 .boxTop .txtBox .txt:first-child{
        margin: 0 0 1rem 0;
    }
    .business-page .part3 .boxBtm .textBox{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .business-page .part3 .boxBtm .textBox .left{
        width: 100%;
        padding-top: 0;
    }
    .business-page .part3 .boxBtm .textBox .right{
        width: 100%;
        margin-bottom: 1.4rem;
    }
    .business-page .part3 .boxBtm .textBox .right .inpage-title{
        padding-left: 0;
        margin-bottom: 3rem;
        border-left: 0;
    }
    .business-page .part3 .boxBtm .bg{
        height: 9rem;
    }
    .business-page .part3 .boxBtm{
        padding-top: 1rem;
    }
    .business-page .part3{
        padding-bottom: 1rem;
    }
    .business-page .part1 .box a{
        height: 20rem;
    }
    .business-page .part1 .box li.swiper-slide-active{
        width: 17rem !important;
    }
    .business-page .part1 .box li.swiper-slide-active .title,.business-page .part1 .box li .title{
        font-size: 1.4rem;
    }
    
    /*20250507*/
    .social-page .part4 > .w1400{flex-wrap: wrap;}
    .social-page .part4 .cont-left,
    .social-page .part4 .pic{width: 100%;}
    .social-page .part4 .cont-left{padding-top: 0;}
    .social-page .part4 .cont-left .brief{margin:1rem 0 0.5rem;}
    
    .social-ff-page .part1 > .w1400{flex-wrap: wrap;}
    .social-ff-page .part1 .left,
    .social-ff-page .part1 .right{width: 100%;}
    .social-ff-page .part1 .left{margin-bottom: 2rem;}
    .social-ff-page .part1 .left .icon{height: 2rem;}
    .social-ff-page .part1 .left .inpage-title{padding-bottom: 0;margin-bottom: 1rem;}
    .social-ff-page .part1 .right .ul .li{padding: 1rem 0;}
    .social-ff-page .part1 .right .ul .li .num{width: 2rem;}
}