.banner {
    background-image: url('../images/ecovadis/cp.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.banner .banner-main {
    height: 450px;
    padding-top: 150px;
}
.banner .banner-main > div {
    margin-left: 13.5%;
}
.banner .banner-main .text1 {
    font-weight: 800;
    font-size: 48px;
}
.banner .banner-main .text2 {
    margin-top: 30px;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
}

/* 板块一 */
.block1 .block-main {
    width: 1400px;
    box-shadow: 0px 2px 27px 0px rgba(17,25,4,0.09);
    border-radius: 20px;
    background-color: #fff;
    margin: -120px auto 0;
    padding: 58px;
    display: flex;
    justify-content: space-between;
}
.block1 .block-main .left {
    margin-right: 70px;
    position: relative;
    flex: 1;
}
.block1 .block-main .left .text1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7; /* 这里写几行就显示几行 */
    -webkit-box-orient: vertical;
    line-height: 30px;
    min-height: 210px;
}
.block1 .block-main .left .button {
    margin-top: 30px;
}
.block1 .block-main .left .tags {
    padding: 28px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: rgba(47, 170, 111, 0.06);
    border-radius: 10px;
    margin-top: 30px;
    width: 100%;
}
.block1 .block-main .left .tags .cell {
    display: flex;
    align-items: center;
}
.block1 .block-main .left .tags .cell img {
    margin-right: 5px;
}
.block1 .block-main .left .tags .cell .text {
    font-size: 18px;
}
.block1 .block-main .right {
    width: 580px;
    height: 400px;
    flex-shrink: 0;
    overflow: hidden;
    transition: .3s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.block1 .block-main .right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.block1 .block-main .right:hover {
    transform: scale(1.03);
}

/* 板块二 */
.block2 {
    padding-top: 112px;
}
.block2 .block-main {
    margin: 40px auto;
    min-width: 1200px;
    width: 1200px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.block2 .block-main > div {
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #B8DBC5;
}
.block2 .block-main > div.left {
    flex: 1 1 auto;
}
.block2 .block-main > div.right {
    flex: 1 1 auto;
}
.block2 .block-main > div .top {
    border-radius: 20px 20px 0 0;
    padding: 19px 0;
    background-color: rgba(64, 172, 109, 0.1);
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 22px;
    justify-content: center;
}
.block2 .block-main > div .bottom {
    display: flex;
    flex-wrap: wrap;
    padding: 0 50px;
    padding-bottom: 20px;
}
.block2 .block-main > div .bottom .cell {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    flex: 1 1 25%;
}
.block2 .block-main > div .bottom .cell img {
    margin: 48px auto 0;
    width: 140px;
    transition: .3s;
}
.block2 .block-main > div .bottom .cell img:hover {
    transform: scale(1.05);
}
.block2 .block-main > div .bottom .cell .text1 {
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
}
.block2 .block-main > div .bottom .cell .text2 {
    margin-top: 15px;
    font-size: 13px;
    color: #666666;
    line-height: 18px;
    width: 100%;
}
.block2 .tips {
    text-align: center;
    font-size: 16px;
    color: #666666;
}

/* 板块3 */
main > .block3 {
    margin-top: 100px;
    padding-bottom: 80px;
}
.block3 .block-main {
    width: 1200px;
    margin: 0 auto;
}
.block3 .block-main .tabs {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.block3 .block-main .tabs .item {
    line-height: 66px;
    text-align: center;
    border-bottom: solid 1px #E5E5E5;
    font-weight: bold;
    font-size: 1.2rem;
    color: #666666;
    /*width: 20%;*/
    cursor: pointer;
    flex: 1;
    min-width: max-content;
    padding: 0 10px;
}
.block3 .block-main .tabs .item.active {
    color: #2FAA6F;
    border-bottom: solid 1px #2FAA6F;
}
.block3 .block-main .tabs-content {
    margin-top: 44px;
    padding: 0 20px;
}
.block3 .block-main .tabs-content .text1 {
    font-weight: bold;
    font-size: 22px;
    margin-top: 50px;
    width: 100%;
    text-align: center;
}
.block3 .block-main .tabs-content .text2 {
    width: 100%;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin-top: 25px;
    text-align: center;
}
.block3 .block-main .tabs-content .text2 p {
    line-height: 1.5;
}
.block3 .block-main .tabs-content .text2 table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed; /* 关键属性，强制表格使用固定布局 */
    margin: 0 auto;
}
.block3 .block-main .tabs-content .text2 table,
.block3 .block-main .tabs-content .text2 th,
.block3 .block-main .tabs-content .text2 td {
  border: 1px solid #ddd;
}
.block3 .block-main .tabs-content .text2 td {
    padding: 10px 15px;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 0
}
.block3 .block-main .tabs-content img {
    margin-top: 20px;
    max-width: 100%;
}
.block3 .block-main .tabs-content .file-download {
    margin-top: 40px;
}
.block3 .block-main .tabs-content .file-download .item {
    height: 50px;
    border-bottom: 1px #E5E5E5 dashed;
    display: flex;
    align-items: center;
}
.block3 .block-main .tabs-content .file-download .item .file-btn {
    font-size: 0.9rem;
}
.block3 .block-main .tabs-content .file-download .item:hover {
    color: #666666;
}
.block3 .block-main .tabs-content .file-download .file-name {
    flex: 1;
}
.block3 .block-main .tabs-content .file-download .file-number {
    margin: 0 20px;
    color: #999;
}

main > .block4 {
    margin-top: 150px;
    height: 720px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('../images/ecovadis/cp-13.jpg');
    padding-top: 107px;
}
.block4 .block-title .title1,
.block4 .block-title .title2 {
    color: #fff;
}
.block4 .block-title .title1::after {
    background-color: #fff;
}
.block4 .block-main {
    width: 1200px;
    margin: 50px auto 0;
    display: flex;
    gap: 20px;
}
.block4 .block-main .item {
    width: 25%;
    height: 340px;
    background: #FFFFFF;
    border-radius: 10px;
    transition: .3s;
    padding-top: 50px;
}
.block4 .block-main .item:hover {
    transform: scale(1.05)
}
.block4 .block-main .item .img-box {
    width: 100%;
    height: 100px;
    text-align: center;
}
.block4 .block-main .item .text1 {
    margin-top: 20px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}
.block4 .block-main .item .text2 {
    font-size: 14px;
    color: #666666;
    margin: 30px auto 0;
    text-align: center;
}
.block4 .block-main .item .text2 .cell {
    margin-top: 8px;
}

/* 板块五 */
/*main > .block5 {*/
/*    margin-top: 100px;*/
/*    margin-bottom: 100px;*/
/*}*/
/*.block5 .block-main {*/
/*    width: 1200px;*/
/*    margin: 100px auto 0;*/
/*    position: relative;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
    /* row-gap: 60px; */
    /* padding-right: 80px; */
/*    background-image: url('../images/ecovadis/cp-15.jpg');*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% auto;*/
/*    background-position: center top;*/
/*}*/
/*.block5 .block-main .item {*/
/*    width: 20%;*/
/*    transform: translateY(-65%);*/
/*    margin-top: 5.1%;*/
/*}*/
/*.block5 .block-main .item:hover .icon-box {*/
/*    transform: scale(1.05)*/
/*}*/
/*.block5 .block-main .item .icon-box {*/
/*    width: 50%;*/
/*    aspect-ratio: 1 / 1;*/
/*    height: auto;*/
/*    background: #FFFFFF;*/
/*    border-radius: 50%;*/
/*    border: 1px solid #D5EEE2;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    padding: 10px;*/
/*    margin: 0 auto;*/
/*    transition: .3s;*/
/*}*/
/*.block5 .block-main .item .icon-box .img-box {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #2FAA6F;*/
/*    border-radius: 50%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.block5 .block-main .item .icon-box .img-box img {*/
/*    width: 40%;*/
/*}*/
/*.block5 .block-main .item .text1 {*/
/*    text-align: center;*/
/*    font-weight: bold;*/
/*    font-size: 18px;*/
/*    margin-top: 1rem;*/
/*}*/
/*.block5 .block-main .item .text2 {*/
/*    text-align: center;*/
/*    font-size: 14px;*/
/*    color: #666666;*/
/*    margin-top: 0.5rem;*/
/*}*/
/*.block5 .block-main .block-main-bg {*/
/*    position: absolute;*/
/*    top: 50px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    background-size: cover;*/
/*    background-position: center center;*/
/*    z-index: -1;*/
/*}*/
/*.block5 .block-main .block-main-bg img {*/
/*    width: 100%;*/
/*}*/
/* 板块二 */
main > .block5 {
    padding: 84px 0 115px 0;
    background-color: #F6F7F9;
}
.block5 .block-main {
    margin: 78px auto 0;
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 70px;
}
.block5 .block-main .item {
    width: 260px;
    height: 200px;
    background-color: #FFFFFF;
    border-radius: 20px;
    text-align: center;
    padding: 0 25px;
    position: relative;
}
.block5 .block-main .item .tag {
    margin-top: -24px;
    font-size: 48px;
    color: #2ABC75;
}
.block5 .block-main .item .text1 {
    margin-top: 35px;
    padding-bottom: 18px;
    border-bottom: #e5e5e5 solid 1px;
    font-weight: bold;
    font-size: 18px;
}
.block5 .block-main .item .text2 {
    font-size: 13px;
    color: #666666;
    line-height: 18px;
    margin-top: 12px;
}
.block5 .block-main .item::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 4px solid #2ABC75;
    border-right: 4px solid #2ABC75;
    transform: rotate(45deg) translateY(-50%);
    margin-left: 8px;
    vertical-align: middle;
    position: absolute;
    right: -25px;
    top: 50%;
}
.block5 .block-main .item:nth-of-type(4n)::after {
    display: none;
}

@media screen and (max-width: 1400px) {
    .block1 .block-main {
        width: 90%;
        padding: 40px
    }
    .block1 .block-main .left {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .banner .banner-main {
        height: 360px;
        padding-top: 90px;
    }
    .banner .banner-main .text1 {
        font-size: 2.4rem;
    }
    .banner .banner-main .text2 {
        font-size: 1.2rem;
        padding-right: 20px;
        margin-top: 20px;
    }
    .block1 .block-main .right {
        width: 400px;
        height: 255px;
    }
    .block1 .block-main .left {
        margin-right: 30px;
    }
    .block1 .block-main .left .tags {
        padding: 20px 0;
    }
    .block1 .block-main .left .tags .cell .text {
        font-size: 1rem;
    }
    .block1 .block-main .left .tags .cell img {
        width: 15px;
    }
    .block2 .block-main {
        padding: 0 20px;
        width: 100%;
        min-width: auto;
    }
    .block2 .block-main > div .top {
        font-size: 1.6rem;
        padding: 10px 0;
    }
    .block2 .block-main > div .bottom {
        padding: 0 30px 20px;
    }
    .block2 .block-main > div .bottom .cell img {
        margin-top: 20px;
        width: 78px;
    }
    .block2 .block-main > div .bottom .cell .text1 {
        font-size: 1.3rem;
    }
    .block2 .block-main > div .bottom .cell .text2 {
        font-size: 0.9rem;
    }
    .block2 .tips {
        font-size: 1rem;
        padding: 0 20px;
        line-height: 1.5;
    }
    .block3 .block-main {
        width: 95%;
    }
    main > .block4 {
        height: auto;
        padding-bottom: 50px;
    }
    .block4 .block-main {
        width: 95%;
        flex-wrap: wrap;
    }
    .block4 .block-main .item {
        width: auto;
        height: auto;
        flex: 1 1 0;
        padding: 40px 0;
    }
    .block4 .block-main .item .img-box {
        height: auto;
    }
    .block4 .block-main .item .img-box img {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }
    .block4 .block-main .item .text1 {
        font-size: 1.4rem;
    }
    .block4 .block-main .item .text2 {
        font-size: 1rem;
    }
    /*main > .block5 {*/
    /*    width: 95%;*/
    /*    margin-bottom: 80px;*/
    /*}*/
    /*.block5 .block-main {*/
    /*    width: auto;*/
    /*}*/
    /*.block5 .block-main .item .text1 {*/
    /*    font-size: 1rem;*/
    /*}*/
    /*.block5 .block-main .item .text2 {*/
    /*    font-size: 0.8rem;*/
    /*    overflow: hidden;*/
    /*    text-overflow: ellipsis;*/
    /*    display: -webkit-box;*/
    /*    -webkit-line-clamp: 1;*/
    /*    -webkit-box-orient: vertical*/
    /*}*/
    .block5 .block-main {
        width: 95%;
    }
    .block5 .block-main .item {
        width: 20%;
    }
    .block5 .block-main .item:nth-of-type(5n)::after {
        display: inline-block;
    }
    .block5 .block-main .item:nth-of-type(4n)::after {
        display: none;
    }
    .block5 .block-main .item:last-of-type::after {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    .block1 .block-main {
        flex-direction: column-reverse;
        padding: 20px;
        width: 85%;
    }
    .block1 .block-main .right {
        width: 100%;
        height: auto;
    }
    .block1 .block-main .left {
        margin-right: 0;
        margin-top: 20px;
    }
    .block1 .block-main .left .text1 {
        min-height: 0
    }
    .block3 .block-main {
        width: 95%;
    }
    .block3 .block-main .tabs {
        margin-top: 50px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .block3 .block-main .tabs .item {
        width: auto;
        flex: 1;
        /*min-width: 120px;*/
    }
    .block3 .block-main .tabs .item {
        font-size: 1.2rem;
    }
    .block4 .block-main {
        flex-wrap: wrap;
    }
    .block4 .block-main .item {
        flex: 1 1 47%;
    }
    .block5 .block-main {
        justify-content: center;
    }
    .block5 .block-main .item {
        width: 40%;
    }
    .block5 .block-main .item::after {
        display: none;
    }
    .block5 .block-main .item:nth-of-type(2n-1)::after {
        display: block;
    }
    
}
@media screen and (max-width: 768px) {
    .banner .banner-main {
        height: 330px;
        padding-top: 80px;
    }
    .banner .banner-main > div {
        margin-left: 5%;
    }
    .block2 {
        padding-top: 80px;
    }
    .block2 .block-main {
        flex-direction: column-reverse;
    }
    .block2 .block-main > div .bottom {
        padding: 0 10px 20px;
    }
    .block2 .block-main > div .bottom .cell img {
        width: 60px;
    }
    .block3 .block-main .tabs-content .text2 table td {
        padding: 5px;
    }
    .block3 .block-main .tabs-content .text2 table td * {
        font-size: 1rem !important;
    }
    .block4 .block-main .item {
        padding: 20px 0;
    }
    .block4 .block-main .item .text2 {
        margin-top: 20px;
    }
}
@media screen and (max-width: 680px) {
    .block5 .block-main .item {
        /*transform: translateY(-53%);*/
        /*min-width: 180px;*/
        margin-top: 4%;
    }
    .block5 .block-main .item .icon-box {
        padding: 0;
    }
}
@media screen and (max-width: 545px) {
    .block5 .block-main .item {
        /*transform: translateY(-44%);*/
        margin-top: 3%;
    }
}
@media screen and (max-width: 450px) {
    .block5 .block-main .item {
        /*transform: translateY(-30%);*/
        margin-top: 1%;
    }
}
@media screen and (max-width: 387px) {
    .block5 .block-main .item {
        /*transform: translateY(-20%);*/
        margin-top: 0%;
    }
    .block5 .block-main .item .text1 {
        margin-top: 0.5rem;
    }
}
