* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.pd80px {
    padding: 80px 0px;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.environ_box {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.environ_left {
    width: 50%;
}

.environ_right {
    width: 45%;
}

.environ_li1 {
    overflow: hidden;
    font-size: 0;
}

.environ_li1 img {
    width: 100%;
    transition: all 0.3s ease;
}

.environ_left:hover .environ_li1 img,
.divers_ul:hover .environ_li1 img,
.divers_ul1:hover .environ_li1 img,
.safety_ul2:hover .environ_li1 img {
    transform: scale(1.1);
}

.environ_p1 {
    font-size: 20px;
    color: #222;
    text-align: justify;
}

.environ_p2 {
    font-size: 28px;
    color: #222;
    margin-top: 65px;
    font-weight: bold;
}

.environ_p4 {
    margin-top: 40px;
}

.environ_p4 img {
    width: 100%;
    max-width: 100%;
}

.environ_p3 {
    font-size: 20px;
    color: #555;
    margin-top: 10px;
    text-align: justify;
}

.environ_box2 {
    margin-top: 65px;
}

.environ_box4 {
    margin-top: 40px;
}

.environ_box5 {
    margin-top: 80px;
}

.environ_box2 img {
    width: 100%;
}

.environ_box3 {
    display: flex;
    flex-wrap: wrap;
}

.environ_item {
    position: relative;
    margin-top: 20px;
    width: 32%;
    margin-right: 20px;
}

.environ_item:nth-child(3n) {
    margin-right: 0px;
}

.environ_item:hover .environ_li1 img {
    transform: scale(1.1);
}

.environ_li2 {
    position: absolute;
    bottom: 20px;
    left: 5%;
    width: 90%;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
}

.water_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 65px;
}

.water_left {
    width: 20%;
}

.water_right {
    width: 75%;
}

.water_p1 {
    font-size: 28px;
    font-weight: bold;
    color: #222;
}

.water_p2 {
    font-size: 18px;
    color: #555;
    text-align: justify;
}

.water_p3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.water_li1 {
    margin-top: 20px;
}

.water_li1 img {
    width: 100%;
}

.water_li2 {
    margin-top: 20px;
}

.water_p4 {
    position: relative;
    font-size: 24px;
    color: #222;
    padding-left: 15px;
    font-weight: bold;
}

.water_p4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 20px;
    background-color: #6db131;
    border-radius: 10px;
}

.water_p5 {
    margin-top: 10px;
}

.water_p6 {
    margin-top: 40px;
}

.water_box2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}

.water_ul1 {
    width: 49%;
}

.water_ul2 {
    width: 49%;
}

.climate_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}

.climate_left {
    width: 48%;
}

.climate_right {
    width: 48%;
}

.climate_p1 {
    font-size: 20px;
    color: #6db131;
}


.climate_li1 img {
    width: auto;
}

.climate_li1 {
    margin-top: 20px;
}

.climate_line {
    border-top: 2px solid #6db131;
    padding: 15px 0;
    border-bottom: 2px solid #eaeaea;
    margin-top: 15px;
}

.climate_p2 {
    margin: 20px 0;
}

.innovation_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
}

.innovation_item {
    width: 33%;
}

.innova_p1 {
    margin-top: 10px;
}

.innova_s1 {
    font-size: 40px;
    color: #6db131;
    font-weight: bold;
}

.innova_s2 {
    font-size: 18px;
    color: #555;
}

.innovation_box2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 45px;
}

.innovation_ul1 {
    width: 50%;
}

.innovation_ul2 {
    width: 50%;
}

.innovation_p1 {
    font-size: 24px;
    font-weight: bold;
    color: #222;
}

.innovation_li1 {
    width: 50%;
    padding: 0 10px;
    border-left: 2px solid #6db131;
    margin-top: 20px;
}

.innovation_ul3 {
    display: flex;
}

.innovation_p2 {
    font-size: 18px;
    color: #222;
}

.innovation_p3 {
    font-size: 40px;
    color: #6db131;
    font-weight: bold;
    position: relative;
}

/* .innovation_p3::before {
    content: "";
    position: absolute;
    top: 64px;
    left: 0px;
    width: 50px;
    height: 2px;
    background-color: #6db131;
} */

.innovation_p4 {
    font-size: 16px;
    color: #555;
    line-height: 28px;
    margin-top: 10px;
}

.innovation_p3 span {
    color: #555;
    font-size: 16px;
}

.chain_p1 {
    margin-top: 45px;
}

.chain_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 45px;
}

.chain_h4 {
    font-size: 20px;
    color: #346da9;
    font-weight: bold;
}

.chain_p2 {
    position: relative;
    margin-top: 10px;
    color: #555;
    padding-left: 15px;
}

.chain_p2::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 5px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #346da9;
}

.chain_left {
    width: 50%;
}

.chain_right {
    width: 45%;
}

.chain_li1 {
    overflow: hidden;
}

.chain_li1 img {
    width: 100%;
    transition: all 0.3s ease;
}

.chain_li1:hover img {
    transform: scale(1.1);
}

.chain_box2 {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.chain2_left {
    width: 45%;
}

.chain2_right {
    width: 50%;
}

.chain_p3 {
    font-size: 18px;
    color: #222;
}

.divers_img1 {
    margin: 0 auto;
    margin-top: 45px;
    text-align: center;
}

.divers_img1 img {
    width: auto;
}

.divers_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
}

.divers_item {
    width: 23%;
    background: #6db131;
    font-size: 18px;
    border-radius: 8px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}

.divers_main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 45px;
}


.divers_ul {
    width: 32%;
    position: relative;
}

.divers_p1 {
    color: #fff;
    font-size: 20px;
}

.divers_p2 {
    color: #fff;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-top: 10px;
}


.divers_li1 {
    position: absolute;
    bottom: 20px;
    left: 5%;
    width: 90%;
    z-index: 2;
}

.divers_ul:hover .divers_p2 {
    height: 70px;
    overflow: visible;
}

.divers_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
}

.divers_ul1 {
    width: 24%;
}

.divers_li2 {
    background: #f9f9f9;
    padding: 20px;
    min-height: 170px;
}

.divers_p3 {
    font-size: 20px;
    font-weight: bold;
    color: #222;
}

.divers_p4 {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
}

.divers_box2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 40px;
}

.divers_ul2 {
    width: 25%;
}


.divers_p5 {
    font-size: 40px;
    color: #6db131;
    font-weight: bold;
}

.divers_s1 {
    font-size: 18px;
    color: #555;
}

.divers_p6 {
    font-size: 24px;
    font-weight: bold;
    color: #222;
}

.divers_box3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 80px;
}

.divers_ul3 {
    width: 48%;
}

.divers_ul4 {
    width: 48%;
}

.divers_ul5 {
    width: 49%;
    position: relative;
}

.divers_ul5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    opacity: 0;
}

.divers_ul5:hover::before {
    opacity: 1;
}

.divers_title {
    display: flex;
    justify-content: space-between;
    width: 90%;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 10px;
}

.divers_s2 {
    position: relative;
    font-size: 20px;
    color: #222;
    padding-left: 10px;
}

.divers_s2::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    width: 3px;
    height: 20px;
    background: #6db131;
}

.divers_s3 {
    font-size: 20px;
    color: #888;
}

.divers_li3 {
    margin-top: 20px;
}


.invi2 {
    display: none;
}

.invi2.active {
    display: block;
}

.invite_tab2 {
    padding: 0 100px 20px 0;
}

.invite_p4 {
    font-size: 28px;
    /* font-weight: bold; */
    color: #555;
}

.invite_tab2.active .invite_p4 {
    color: #6db131;
    border-bottom: 2px solid #6db131;
}

.invi_title {
    display: flex;
    margin-top: 65px;
}

.safety_box1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #f9f9f9;

}

.safety_ul1 {
    width: 55%;
    padding: 0 40px;
}

.invite_p2 {
    font-size: 18px;
    color: #555;
}

.safety_ul2 {
    width: 45%;
}

.ant_p1 {
    text-align: center;
}

.ant_p2 {
    font-size: 16px;
    color: #555;
    text-align: center;
    margin-top: 22px;
}

.ant_title {
    margin-top: 45px;
    position: relative;
}

.ant_li1 {
    position: absolute;
    left: 6%;
    top: 15%;
}

.ant_p3 {
    font-size: 28px;
    color: #fff;
}

.ant_p4 {
    color: #fff;
    margin-top: 40px;
    line-height: 1.2;
}

.ant_p4 span {
    font-size: 20px;
}

.ant_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ant_ul1 {
    width: 25%;
    text-align: center;
    border-right: 1px solid #ddd;
    margin: 40px 0;
}

.ant_ul2 {
    width: 33%;


}

.ant_ul1:last-child {
    border-right: none;
}

.ant_p5 {
    font-size: 48px;
    font-weight: bold;
    color: #222;
}

.ant_p6 {
    font-size: 28px;
    color: #222;
}

.ant_p7 {
    font-size: 16px;
    color: #555;
}

.ant_p8 {
    font-size: 16px;
    color: #555;
    margin-top: 25px;
    text-align: justify;
}

.activity_div {
    margin-top: 80px;
    position: relative;
}

.diversSwiper {
    overflow: hidden;
    margin-top: 45px;
    width: 90%;
}

.activity_p1 {
    font-size: 24px;
    color: #222;
    font-weight: bold;
    margin-top: 20px;
}

.activity_p2 {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
}

.activity_p3 {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.divers_line {
    position: relative;
}

.divers_line::before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: 2px;
    height: 300px;
    background: #d2d2d2;
}

.banner_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 105%;
}

.sldhbbtn span {
    display: inline-block;
    width: 41px;
    height: 41px;
    line-height: 39px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #555;
    margin: 0 10px;
    transition: all 0.3s ease;
    color: #555;
}

.sldhbbtn {
    display: flex;
    justify-content: space-between;
}

.sldhbbtn span:hover {
    cursor: pointer;
    border: 1px solid #67ac49;
    background: #fff;
    color: #67ac49;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);

}

.gover_box {
    margin-top: 40px;
}

.gover_li1 {
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #6db131;
    padding: 10px 0;
}

.gover_li2 {
    padding: 40px 50px;
    background: #fafafa;
    border-bottom: 2px solid #6db131;
}

.gover_p1 {
    font-size: 20px;
    color: #222;
}

.gover_p2 {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
}

.gover_box2 {
    display: flex;
    justify-content: space-between;
}

.gover_ul1 {
    width: 48%;
}

.gover_ul2 {
    width: 48%;
}

.gover_li3 {
    background: #4080c3;
}

.gover_p3 {
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    color: #555;
}

.gover_p3::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #346da9;
    border-radius: 50%;
}

.gover_li4 {
    min-height: 230px;
}

.gover_li5 {
    background: #83969b;
}

.stake_img1 {
    margin-top: 40px;
    text-align: center;
}

.stake_p1 {
    margin-top: 20px;
    font-size: 20px;
    color: #555;
    text-align: justify;
}

.zooldepro_cpm {
    display: none;
}

.zooldepro_cpm.on {
    display: block;
    animation: zoomIn1 1s ease-in-out;
}

.zooldepro_img.on {
    animation: zoomIn2 1s ease-in-out;
}

@keyframes zoomIn1 {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes zoomIn2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.zooldetail_pro {
    margin-top: 40px;
}

.zooldetail_prolist {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.zooldetail_left {
    width: 50%;
}

.zooldetail_right {
    width: 50%;
    padding: 0 5%;
    margin-top: 40px;
}

.zooldepro_img {
    display: none;
}

.zooldepro_img.on {
    display: block;
}

.zooldepro_img img {
    width: 100%;
}

.zooldepro_p1 {
    font-size: 44px;
    color: #333;
    margin-top: 90px;
    font-weight: bold;
}

.zooldepro_p2 {
    margin-top: 20px;
}

.zooldepro_p3 {
    font-size: 18px;
    color: #555;
    margin-top: 30px;
    text-align: justify;
}

.zooldepro_p4 {
    margin-top: 60px;
}

.zooldepro_p2 span {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 25px;
    color: #555;
    font-size: 14px;
    border: 1px solid #555;
    margin-right: 15px;
    margin-top: 20px;
}

.zooldepro_item {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-right: 30px;
}

.zooldepro_item.on {
    color: #6db131;
    border-bottom: 2px solid #6db131;
}

.zooldepro_item:hover {
    cursor: pointer;
}

.esgry_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.esgry_ul1 {
    width: 30%;
}

.esgry_ul2 {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
}

.zooldepro_p5 {
    font-size: 16px;
    color: #555;
    width: 80%;
    margin-top: 15px;
    text-align: justify;
}

.esgry_ul2_li {
    width: 32%;
    padding: 20px 40px;
    box-shadow: 0px 0px 15.2px 0.8px rgba(51, 51, 51, 0.09);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.esgry_ul2_li:nth-child(3n) {
    margin-right: 0;
}

.esgry_ul2_li img {
    /* height: 50px; */
    max-width: 100%;
    transition: all 0.3s ease;
}

.esgry_ul2_li img:hover {
    transform: scale(1.1);
}

.esgry_ul2_li2 {
    margin-top: 20px;
}

.esg_tl {
    position: relative;
}

.esgtl_btn {
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 1;
}

.esgtl_page {
    text-align: end;
}

.esgtl_btn span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    margin-left: 20px;
    transition: all 0.3s ease;
}

.esgtl_page .swiper-pagination-bullet-active {
    background: #fff;
}

.esgtl_page .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    border-radius: 8px;
    background: #fff;
}


.esgtl_btn i {
    font-size: 26px;
    color: #555;
}

.esgtl_btn span:hover {
    background: #6db131;
    color: #fff;
    cursor: pointer;
}

.esgtl_btn span:hover i {
    color: #fff;
}

.tzbgaodescal {
    padding-left: 0;
}

.tzbgaoyoun1 {
    border: none;
    border-bottom: 1px solid rgb(222, 224, 222);
    padding: 10px 10px;
    border-radius: 0;
}

.tzbgf1 ul li:hover .tzbgaoyoun1 {
    border: none;
    border-bottom: 1px solid #6db131;
}

.tzbgaoyoun1 .abesgicon1 {
    top: 10px;
}

.esgtl_bg1 {
    width: 100%;
}

.esg_zc .dshdiv30 {
    padding-bottom: 0;
}

.tzbgf1 ul li {
    margin-bottom: 15px;
}

.esg_tltitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.esgtl_p1 {
    margin-top: 60px;
}

.esgtl_p1 a {
    color: #6db131;
    background: #fff;
}

.esgtl_swiper {
    overflow: hidden;
}

.esgtl_p2 {
    color: #fff;
    font-size: 36px;
}

.esgtl_p3 {
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
    width: 50%;
}

.esg_zc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.esg_zc1 {
    width: 49%;
}

.esg_zc2 {
    width: 49%;
}

.esg_zc1_con1 li {
    width: 100% !important;
}

.esg_zca1 {
    display: inline-block;
    margin-top: 20px;

}

.business_ebox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.business_ebox_left {
    width: 20%;
}

.business_ebox_right {
    width: 75%;
}

.business_ep1 {
    font-size: 16px;
    color: #222;
    text-align: justify;
}

.ethic_page {
    text-align: center;
    margin-top: 30px;
}


.ethic_slide {
    text-align: center;
}

.ethic_p1 {
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: justify;
}

.business_ebox2 {
    margin-top: 40px;
}

.business_ule1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.business_ule2 {
    width: 49%;
    border: 1px solid #ddd;
    padding: 30px 40px;
}

.business_ule2 i {
    font-size: 26px !important;
}

.business_ule3 i {
    font-size: 30px !important;
}

.business_ule3 {
    width: 49%;
    border: 1px solid #ddd;
    padding: 30px 40px;
}

.business_ep2 {
    font-size: 24px;
    color: #222;
}

.business_ep3 {
    font-size: 20px;
}

.business_ep4 {
    margin-top: 10px;
    width: 25px;
    height: 3px;
    background: #6db131;
    border-radius: 5px;
}

.business_icon1 {
    margin: 10px 0;
    display: inline-block;
}

.certificat {
    background: #fafafa;
}

.certificat_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.certificat_ul1 {
    width: 20%;
}

.certificat_ul2 {
    width: 75%;
}

.certificat_con {
    display: none;
}

.certificat_con.on {
    display: block;
}

.certificat_item {
    padding: 0px 30px;
    background: #fff;
}

.certificat_item:last-child .certificat_li1 {
    border-bottom: none;
}

.certificat_li1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px;
    border-bottom: 1px solid #ddd;
}

.certificat_p1 {
    font-size: 22px;
    color: #555;
}

.certificat_p1 i {
    font-size: 24px;
    color: #555;
}

.certificat_item.on .certificat_p1 {
    color: #72b938;
}

.certificat_item.on .certificat_p1 i {
    color: #72b938;
}

.certificat_item:hover {
    cursor: pointer;
}

.certificat_item:hover .certificat_p1 {
    color: #72b938;
}

.certificat_item:hover .certificat_p1 i {
    color: #72b938;
}

.certificat_p2 {
    font-size: 32px;
    color: #72b938;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}

.certificat_p2::before {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    background: #72b938;
    bottom: -1px;
    left: 0;
}

.certificat_ul3 {
    display: flex;
    flex-wrap: wrap;
}

.certificat_title {
    width: 31%;
    margin-right: 25px;
    background-image: url(../20240906/img/certificatbg1.jpg?v1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 30px;
    margin-top: 30px;
}

.certificat_title:nth-child(3n) {
    margin-right: 0;
}

.certificat_p3 {
    font-size: 18px;
    color: #346da9;
    min-height: 60px;
}

.certificat_p4 {
    margin-top: 150px;
}

.certificat_p4 a {
    width: 170px;
    height: 38px;
    line-height: 38px;
}

.honors_p1 {
    font-size: 40px;
    line-height: 1.2;
    color: #72b938;
    font-weight: bold;
    text-align: center;
}

.honors {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.honors_item {
    width: 31%;
    margin-right: 30px;
    margin-top: 20px;
    text-align: center;
    border: 1px solid #ebebeb;
}

.honors_item:nth-child(3n) {
    margin-right: 0;
}

.honors_item2{
    width: 23%;
}
.honors2{
    justify-content: center;
}

.honors_item2:nth-child(3n){
    margin-right: 30px;
}
.honors_item2:nth-child(4n){
    margin-right: 0px;
}


.honors_li1 img {
    max-width: 70%;
    transition: all 0.3s ease;
}

.honors_li1 {
    /* border: 1px solid #ebebeb; */
    min-height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.honors_item:hover .honors_li1 img {
    transform: scale(1.1);
}

.honors_li2 {
    background: #fafafa;
    padding: 20px 0;
    font-size: 20px;
    min-height: 110px;
}
.honors_li2 i{
    font-size: 30px;
}

.green_p1 {
    font-size: 36px;
    color: #72b938;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;

}

.green_p1 img {
    height: 50px;
    margin-right: 20px;
}

.green_p2 {
    font-size: 28px;
    color: #222;
    text-align: center;
    margin-top: 30px;
}

.green_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.green_item {
    width: 32%;
    margin-right: 10px;
    margin-top: 20px;
    text-align: center;
}

.green_item:nth-child(3n) {
    margin-right: 0;
}

.green_li1 img {
    width: 100%;
    transition: all 0.3s ease;
}

.green_li1 {
    overflow: hidden;
}

.green_item:hover .green_li1 img {
    transform: scale(1.1);
}


.pagination p {
    margin: 0;
    cursor: pointer
}

.pagination .prev,
.pagination .next {
    font-size: 23px;
}

.pagination {

    height: 40px;
    margin: 40px auto 40px;
    vertical-align: middle;
}

.pagination a,
.pagination p {
    vertical-align: middle;
}


.pagination a {
    font-size: 16px;
    margin: 0 5px;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    width: 40px;
    line-height: 40px;
    background: #ececec;
    color: #333;
    border-radius: 50%;
    text-align: center;
}

.pagination a:hover {
    color: #fff;
    background: #6db131;
    ;
}

.pagination a.nohover {
    font-size: 16px;
}

.pagination a.on {
    border: none;
    background: #6db131;
    ;
    color: #fff;
}

.pagination p {
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 0 18px;
    background: #ececec;
    margin: 0 5px;
    color: #333;
    line-height: 40px;
    font-size: 16px;
}

.pagination p.pageRemark {
    border-style: none;
    background: none;
    margin-right: 0px;
    padding: 4px 0px;
    color: #666;
}

.pagination p.pageRemark b {
    color: red;
}

.pagination p.pageEllipsis {
    border-style: none;
    background: none;
    padding: 4px 0px;
    color: #808080;
}

.dates li {
    font-size: 14px;
    margin: 20px 0
}

.dates li span {
    float: right
}

.green_p3 {
    font-size: 18px;
    color: #999;
    margin-top: 20px;
}

.green_p4 {
    font-size: 24px;
    color: #222;
    margin-top: 10px;
}

.chaine_box {
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px;
}

.chaine_box span {
    display: inline-block;
    border-radius: 8px;
    padding: 8px 45px;
    background: #6db131;
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
    margin-right: 20px;
}

.chaine_p1 {
    font-size: 28px;
    color: #222;
    margin-top: 65px;
    font-weight: bold;
}

.chaine_list {
    display: flex;
    flex-wrap: wrap;
}

.chaine_title {
    width: 33%;
    position: relative;
    margin-top: 20px;
}

.chaine_title::before {
    position: absolute;
    right: 60px;
    top: 30px;
    content: '';
    width: 1px;
    height: 60px;
    background: #ccc;
}

.chaine_title:last-child::before {
    display: none;
}

.chaine_box span:nth-child(3n) {
    margin-right: 0;
}

.chaine_s1 {
    font-size: 48px;
    color: #6db131;
    font-weight: bold;
}

.chaine_s2 {
    font-size: 28px;
    color: #222;
}

.chaine_s3 {
    font-size: 16px;
    color: #666;
}

.chaine_s4 {
    margin-top: 30px;
}

.manual_p1 {
    font-size: 20px;
    color: #222;
    font-weight: bold;
}

.manual_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.manual {
    margin: 40px 0;
}

.manual li {
    border-top: 1px solid #c4c4c4;
    padding: 20px 0;
}

.problema_main .manual li {
    padding: 35px 0;
}

.problema_main .serv_List {
    margin-top: 0;
}

.manual:hover li {
    cursor: pointer;
}

.manual li.on {
    padding-bottom: 0;
}

.manual li:last-child {
    border-bottom: 1px solid #c4c4c4;
}

.manual_s1 {
    display: block;
    color: #6db131;
}

.manual_s2 {
    color: #6db131;
    display: none;
}

.manual_s2 i,
.manual_s1 i {
    font-size: 25px;
}

.manual li.on .manual_s1 {
    display: none;
}

.manual li.on .manual_s2 {
    display: block;
}

.intera_p4 {
    margin-top: 15px;
    color: #999;
    font-size: 16px;
}

.intera_p4 i {
    font-size: 20px;
}

.serv_List {
    display: none;
    padding: 40px 50px 40px 50px;
    /* box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.28); */
    margin: 20px 0 0 0;
    /* border-radius: 20px; */
    background: #fafafa;
    border-bottom: 1px solid #6db131;
}

.user_p3 {
    font-size: 18px;
    color: #555;
    text-align: justify;
}


.manual_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.manual_ul {
    width: 31%;
    margin-right: 30px;
}

.manual_ul:nth-child(3n) {
    margin-right: 0;
}

.manual_li1 img {
    width: 100%;
}

.manual_p2 {
    font-size: 24px;
    color: #222;
    margin-top: 20px;
}

.manual_p3 {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
    text-align: justify;

}

.carbon_main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.carbon_ul1 {
    width: 49%;
    margin-top: 20px;
}

.carbon_li1 {
    overflow: hidden;
    font-size: 0;
}

.carbon_li1 img {
    width: 100%;
    transition: all 0.3s ease;
}

.carbon_ul2 {
    width: 49%;
    margin-top: 20px;
}

.carbon_ul1:hover .carbon_li1 img,
.carbon_ul2:hover .carbon_li1 img {
    transform: scale(1.1);
}

.carbon_p1 {
    font-size: 22px;
    color: #222;
    margin-top: 20px;
    font-weight: bold;
}

.carbon_p2 {
    font-size: 18px;
    color: #555;
    margin-top: 10px;
}

/**/
.resume_from {
    width: 100%;
    background-image: url(../img/about/aboutimg7.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


.resume_p3 {
    text-align: center;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}

.resume_ul4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.resume_ul4 li {
    width: 49%;
    position: relative;
}

.resume_ul4 .resume_li1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.resume_t1 {
    width: 70%;
}

.resume_t2 {
    width: 28%;
    position: relative;
}

.resume_t2 .layui-btn {
    margin-top: 30px;
    margin-bottom: 0 !important;
    height: 76% !important;
    width: 100% !important;
    border: 1px solid #d4d4d4;
    background: #f6f9fb !important;
    color: #222 !important;
    border-radius: 8px;
}

.resume_t2 .layui-btn-container {
    height: 100% !important;
}

.layui_title {
    /* position: absolute; */

}

.resume_ul4 input {
    margin-top: 30px;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    border: 1px solid #d4d4d4;
    outline: none;
    background: rgb(255, 255, 255, 0.2);
    border-radius: 8px;
    /* color: #fff; */
}

.resume_ul4 textarea {
    width: 100%;
    margin-top: 30px;
    height: 120px;
    padding: 20px;
    border: 1px solid #d4d4d4;
    outline: none;
    background: rgb(255, 255, 255, 0.2);
    border-radius: 8px;
    /* color: #fff; */

}

.resume_p2 {
    margin-top: 30px;
}

.resume_p2 a {
    width: 178px;
}

.resume_m1 {
    margin-top: 30px;
}

.inproclabel {
    padding: 0 5px;
    transition: all 0.3s ease;
    position: absolute;
    left: 15px;
    top: 48px;
    font-size: 16px;
    /* color: #fff; */
}

.js_ttx.on .inproclabel {
    top: 18px;
    /* background: rgb(255, 255, 255, 0.2); */
}

.inproclabel i {
    color: red;
    padding-left: 5px;
}


.problema {
    background: #f6f9fb;
}

.problema_tit {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.problema_s1 {
    font-size: 36px;
    color: #67ac49;
    font-weight: bold;
}

.problema_left {
    width: 30%;
}

.problema_right {
    width: 70%;
}

.problema_search {
    width: 90%;
    position: relative;
}

.problema_search input {
    width: 100%;
    height: 47px;
    line-height: 47px;
    outline: none;
    background: #fff;
    border-radius: 30px;
    padding: 0 180px 0 45px;
}

.problema_search i {
    position: absolute;
    top: 13px;
    left: 20px;
}

.problema_search span {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    background: #67ac49;
    font-size: 18px;
    cursor: pointer;
    padding: 10px 60px;
    border-radius: 30px;
}

.problema_main .serv_List {
    background: none;
    padding: 20px 0px 35px 0px;
}

#stockFrame{
    height: 1000px;
}

/**/
@media screen and (max-width:1440px) {
    .w1400 {
        width: 1200px;
    }
}

@media screen and (max-width:768px) {
    .w14 {
        width: 90% !important;
        margin: 0 auto;
    }

    .pd80px {
        padding: 40px 0;
    }

    .environ_box {
        margin-top: 25px;
        flex-wrap: wrap;
    }

    .environ_left {
        width: 100%;
    }

    .environ_right {
        width: 100%;
        margin-top: 20px;
    }

    .environ_p1 {
        font-size: 16px;
    }

    .environ_p2 {
        font-size: 20px;
        margin-top: 30px;
    }

    .water_box {
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .water_left {
        width: 100%;
    }

    .water_right {
        width: 100%;
        /* margin-top: 20px; */
    }

    .water_p2 {
        font-size: 14px;
    }

    .water_p4 {
        font-size: 18px;
    }

    .water_p4::before {
        top: 10px;
    }

    .water_p1 {
        font-size: 20px;
    }

    .water_p6 {
        margin-top: 20px;
    }

    /*.ban_top1 {*/
    /*    margin-top: 60px !important;*/
    /*}*/

    .water_p3 {
        font-size: 18px;
        margin-top: 10px;
    }

    .water_box2 {
        margin-top: 0;
        flex-wrap: wrap;
    }

    .water_ul1 {
        width: 100%;
    }

    .water_ul2 {
        width: 100%;
    }

    .climate_li1 img {
        width: 100%;
    }

    .climate_li3 img {
        width: auto;
    }

    .climate_box {
        flex-wrap: wrap;
    }

    .climate_left {
        width: 100%;
    }

    .climate_right {
        width: 100%;
        margin-top: 20px;
    }

    .climate_li2 img {
        width: auto;
    }

    .environ_box2 {
        margin-top: 25px;
    }

    .environ_p3 {
        font-size: 14px;
    }

    .environ_item {
        width: 100%;
        margin-right: 0;
    }

    .environ_li2 {
        font-size: 16px;
    }

    .innovation_box {
        margin-top: 25px;
    }

    .innovation_item {
        width: 100%;
    }

    .innova_s1 {
        font-size: 26px;
    }

    .innova_s2 {
        font-size: 14px;
    }

    .water_p7::before {
        top: 7px;
    }

    .innova_p1 {
        margin-top: 0;
    }

    .innovation_ul1 {
        width: 100%;
    }

    .innovation_ul2 {
        width: 100%;
        margin-top: 20px;
    }

    .innovation_p1 {
        font-size: 20px;
    }

    .innovation_p1 {
        font-size: 14px;
    }

    .innovation_p2 {
        font-size: 14px;
    }

    .innovation_p3 {
        font-size: 24px;
    }

    .innovation_p4 {
        font-size: 14px;
    }

    /* .innovation_p3::before {
        top: 40px;
        width: 35px;
    } */

    .innovation_p3 span {
        font-size: 14px;
    }


    .chain_p1 {
        margin-top: 25px;
    }

    .chain_box {
        margin-top: 25px;
    }

    .chain_left {
        width: 100%;
    }

    .chain_right {
        width: 100%;
        margin-top: 20px;
    }

    .chain_box2 {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .chain2_left {
        width: 100%;
    }

    .chain2_right {
        width: 100%;
    }

    .chain_p3 {
        font-size: 16px;
        margin-top: 20px;
    }

    .chain_p2 {
        margin-top: 0;
    }

    .chain_h5 {
        margin-bottom: 20px;
    }

    .invite_p4 {
        font-size: 16px;
    }

    .invi_title {
        margin-top: 25px;
    }

    .invite_tab2 {
        padding: 0 5px 10px 0;
    }

    .safety_ul1 {
        width: 100%;
        padding: 15px 20px;
    }

    .safety_ul2 {
        width: 100%;
    }

    .invite_p2 {
        font-size: 14px;
    }

    .divers_img1 img {
        width: 100%;
    }

    .environ_box4 {
        margin-top: 20px;
    }

    .environ_box5 {
        margin-top: 20px;
    }

    .divers_img1 {
        margin-top: 20px;
    }

    .divers_li3 img {
        width: 100%;
    }

    .divers_item {
        font-size: 14px;
    }

    .divers_main {
        margin-top: 15px;
    }

    .divers_ul {
        width: 100%;
        margin-top: 10px;
    }

    .divers_p1 {
        font-size: 16px;
    }

    .w1200 {
        width: 100%;
    }

    .divers_p5 {
        font-size: 24px;
    }

    .divers_s1 {
        font-size: 14px;
    }

    .divers_ul2 {
        width: 50%;
        margin-top: 10px;
    }

    .divers_box2 {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .divers_p6 {
        font-size: 18px;
    }

    .divers_box3 {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .divers_ul3 {
        width: 100%;
    }

    .divers_ul4 {
        width: 100%;
        margin-top: 20px;
    }

    .divers_s2 {
        font-size: 14px;
    }

    .divers_s3 {
        font-size: 14px;
    }

    .divers_s2::before {
        top: 2px;
        height: 16px;
    }

    .divers_ul1 {
        width: 100%;
        margin-top: 20px;
    }

    .divers_p4 {
        font-size: 14px;
    }

    .divers_li2 {
        padding: 20px 14px;
    }

    .divers_p3 {
        font-size: 16px;
    }

    .divers_li2 {
        min-height: 120px;
    }

    .divers_box {
        margin-top: 0;
    }

    .ant_list {
        flex-wrap: wrap;
    }

    .ant_ul1 {
        width: 50%;
        margin: 15px 0;
    }

    .ant_p5 {
        font-size: 24px;
    }

    .ant_p6 {
        font-size: 16px;
    }

    .ant_p7 {
        font-size: 14px;
    }


    .ant_p3 {
        font-size: 20px;
    }

    .ant_p4 {
        margin-top: 20px;
        line-height: 1.2;
    }

    .ant_ul1:nth-child(2) {
        border: none;
    }

    .ant_p8 {
        font-size: 14px;
        margin-top: 10px;
    }

    .ant_title {
        margin-top: 25px;
    }

    .divers_ul:hover .divers_p2 {
        height: 110px;
    }

    .activity_div {
        margin-top: 20px;
    }

    .ant_p2 {
        font-size: 14px;
    }

    .ant_p2 {
        font-size: 14px;
    }

    .diversSwiper {
        margin-top: 25px;
        width: 100%;
    }

    .activity_p1 {
        font-size: 18px;
        margin-top: 10px;
    }

    .activity_p2 {
        font-size: 14px;
    }

    .stake_p1 {
        margin-top: 10px;
        font-size: 14px;
    }

    .gover_box {
        margin-top: 20px;
    }

    .gover_li1 {
        font-size: 14px;
    }

    .gover_p2 {
        font-size: 14px;
    }

    .gover_p1 {
        font-size: 16px;
    }

    .gover_li2 {
        padding: 20px 20px;
    }

    .gover_p3 {
        font-size: 14px;
    }

    .gover_p2 {
        font-size: 14px;
    }

    .gover_box2 {
        flex-wrap: wrap;
    }

    .gover_ul1 {
        width: 100%;
    }

    .gover_ul2 {
        width: 100%;
        margin-top: 20px;
    }

    .gover_li4 {
        min-height: auto;
    }

    .stake_img1 {
        margin-top: 20px;
    }

    .stake_img1 img {
        width: 100%;
    }

    .green_item {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }

    .green_p2 {
        font-size: 18px;
        margin-top: 10px;
    }

    .green_p4 {
        font-size: 16px;
    }

    .green_p3 {
        font-size: 14px;
        margin-top: 10px;
    }

    .chaine_box span {
        display: inline-block;
        border-radius: 8px;
        padding: 5px 24px;
        background: #6db131;
        font-size: 14px;
        color: #fff;
        margin-top: 10px;
        margin-right: 10px;
    }

    .chaine_p1 {
        font-size: 18px;
        margin-top: 25px;
    }

    .manual_p1 {
        font-size: 16px;
    }

    .manual li {
        padding: 10px 0;
    }

    .chaine_s1 {
        font-size: 18px;
    }

    .chaine_s2 {
        font-size: 14px;
    }

    .chaine_s3 {
        font-size: 14px;
    }

    .chaine_title::before {
        display: none;
    }

    .chaine_s4 {
        margin-top: 10px;
    }

    .chaine_s7::before {
        top: 5px;
    }

    .manual {
        margin: 20px 0;
    }

    .certificat_ul1 {
        width: 100%;
    }

    .certificat_ul2 {
        width: 100%;
        margin-top: 20px;
    }

    .certificat_title {
        width: 100%;
        padding: 30px 30px;
        margin-top: 20px;
        margin-right: 0;
    }

    .certificat_p4 a {
        margin-left: 0;
        width: 140px;
    }

    .certificat_p1 {
        font-size: 18px;
    }

    .certificat_li1 {
        padding: 15px 0;
    }

    .certificat_p2 {
        font-size: 20px;
    }

    .certificat_p4 {
        margin-top: 120px;
    }

    .honors_item {
        width: 100%;
        margin-right: 0;
    }

    .honors_li1 img {
        max-width: 50%;
    }

    .honors_li1 {
        min-height: 160px;
    }

    .honors_item:nth-child(3) .honors_li1 img {
        max-width: 30%;
    }

    .honors_li2 {
        padding: 10px 0;
        font-size: 14px;
    }

    .honors_p1 {
        font-size: 22px;
    }

    .serv_List {
        padding: 20px;
    }

    .user_p3 {
        font-size: 14px;
    }

    .manual_ul {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }

    .manual_p3 {
        font-size: 14px;
    }

    .manual_p2 {
        font-size: 18px;
        margin-top: 10px;
    }

    .carbon_ul1 {
        width: 100%;
    }

    .carbon_ul2 {
        width: 100%;
    }

    .carbon_p1 {
        font-size: 18px;
        margin-top: 10px;
    }

    .business_ebox_left {
        width: 100%;
    }

    .business_ebox_right {
        width: 100%;
        margin-top: 20px;
    }

    .business_ep1 {
        font-size: 14px;
    }

    .business_ule2 {
        padding: 20px 30px;
        width: 100%;
    }

    .business_ule3 {
        padding: 20px 30px;
        width: 100%;
        margin-top: 10px;
    }

    .business_ep2 {
        font-size: 16px;
    }

    .business_ep3 {
        font-size: 14px;
    }

    .ethic_p1 {
        width: 100%;
        font-size: 14px;
    }

    .esgtl_bg1 {
        height: 320px;
    }

    .esgtl_p2 {
        font-size: 22px;
    }

    .ethic_page {
        margin-top: 10px;
    }

    .esg_zc1 {
        width: 100%;
    }

    .esg_zc2 {
        width: 100%;
        margin-top: 10px;
    }

    .tzbgf1 ul li {
        padding: 0;
    }

    .tzbgf1 ul {
        padding: 0;
    }

    .esg_zc1 .abesgh2 {
        padding: 0;
        width: 100% !important;
    }

    .esg_zc2 .abesgh2 {
        padding: 0;
        width: 100% !important;
        margin-top: 10px;
    }

    .esg_zca1 {
        margin-top: 10px;
    }

    .esgtl_p3 {
        width: 100%;
        font-size: 14px;
    }

    .esgtl_btn {
        display: none;
    }

    .esgtl_page {
        text-align: center;
        margin-top: 20px;
    }

    .esgtl_p1 a {
        margin-left: 0;
    }

    .esgtl_p1 {
        margin-top: 30px;
    }

    .esgry_ul1 {
        width: 100%;
    }

    .esgry_ul2 {
        width: 100%;
        margin-top: 20px;
    }

    .zooldepro_p5 {
        margin-top: 10px;
        width: 100%;
        font-size: 14px;
    }

    .zooldepro_p4 {
        margin-top: 20px;
    }

    .zooldetail_prolist {
        flex-wrap: wrap;
    }

    .zooldetail_left {
        width: 100%;
    }

    .zooldetail_right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .zooldepro_p1 {
        font-size: 22px;
        margin-top: 30px;
    }

    .esgry_ul2_li {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }

    .zooldepro_p3 {
        font-size: 14px;
        margin-top: 20px;
    }

    .zooldepro_cpm .zooldepro_p4 a {
        margin-left: 0;
    }

    .carbon_p2 {
        font-size: 14px;
    }

    .news_www2 {
        margin-top: 60px !important;
    }

    .zooldepro_p2 span {
        margin-top: 14px;
        padding: 5px 15px;
        margin-right: 10px;
    }

    .zooldepro_p2 {
        margin-top: 0;
    }

    .problema_left {
        width: 100%;
    }

    .problema_right {
        width: 100%;
        margin-top: 20px;
    }

    .resume_ul4 input {
        height: 45px;
        margin-top: 15px;
    }

    .inproclabel {
        font-size: 14px;
        top: 25px;
    }

    .resume_ul4 textarea {
        margin-top: 15px;
        height: 90px;
        padding: 10px;
    }

    .js_ttx.on .inproclabel {
        top: 5px;
    }

    .resume_m1 {
        margin-top: 15px;
    }

    .resume_m1 a {
        margin-left: 0;
    }

    .problema_search {
        width: 100%;
    }

    .problema_search input {
        padding: 0 100px 0 45px;
    }

    .problema_search span {
        font-size: 14px;
        padding: 10px 30px;
    }

    .problema_s1 {
        font-size: 20px;
    }

    .serv_List {
        margin-top: 15px;
    }

    .problema_main .serv_List {
        padding: 10px 0;
    }

    .resume_t1 {
        width: 100%;
    }

    .resume_t2 {
        width: 100%;
    }

    .resume_t2 .layui-btn {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .problema_main .manual li {
        padding: 10px 0;
    }

    .intera_p4 {
        font-size: 14px;
        margin-top: 10px;
    }

    .pagination {
        margin: 20px 0 0 0;
    }

    .manual_s2 i,
    .manual_s1 i {
        font-size: 20px;
    }
    #stockFrame{
        height: 400px;
    }
}