/*  */
.prohs_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: var(--mt45p);
}

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

.prohs_left {
    width: 40%;
}

.prohs_right {
    width: 45%;
    position: relative;
}

.prohs_right input {
    border: 1px solid #999;
    outline: none;
    width: 100%;
    border-radius: 30px;
    padding: 15px 20px 15px 40px;
    color: #999;

}

.prohs_right i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #999;
}

.prohs_item {
    width: 49%;
    margin-right: 2%;
    margin-top: 2%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 43.86px 7.14px rgba(76, 76, 76, 0.1);
}

.prohs_item:nth-child(2n) {
    margin-right: 0;
}
.prohs_item:nth-child(1) {
    margin-top: 0;
}

.prohs_item:nth-child(2) {
    margin-top: 0;
}

.prohs_li1 {
    overflow: hidden;
}

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

.prohs_li2 {
    padding: 30px 30px 50px 30px;
    transition: all 0.3s ease;
    position: relative;
}

.prohs_p1 {
    font-size: var(--fs22);
}

.prohs_line {
    width: 100%;
    height: 1px;
    background: #e9e9e9;
    margin: 20px 0;
}

.prohs_p2 {
    color: #666666;
    font-size: var(--fs16);
    width: 90%;
}

.prohs_a1 {
    display: inline-block;
    text-align: right;
    width: 43px;
    height: 43px;
    line-height: 43px;
    background: var(--color);
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.prohs_p3 {
    margin-top: 30px;
    position: absolute;
    right: 30px;
    bottom: 20px;
    display: none;
}


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

.prohs_item:hover .prohs_p3 {
    display: block;
}

.prohs_item:hover .prohs_p3 i {
    color: #fff;
}

.prohs_item:hover .prohs_p1 {
    color: var(--blue);
}

/*  */


/*  */

.sub-visual2 {
    height: 20vh;
}

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

.prodea1_left {
    width: 20%;
}

.prodea1_right {
    width: 75%;
}

.prodea1_p1 {
    font-size: var(--fs18);
    color: var(--blue);
}

.prodea1_p2 {
    font-size: var(--fs28);
    color: var(--blue);
}

.prodea1_p3 {
    font-size: var(--fs18);
    color: #222;
    margin-top: 20px;
}

.prodea1_btn {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #ddd;
}

.prodea1_box1 {
    width: 22%;
    margin-right: 2%;
}

.prodea1_box1:nth-child(4n) {
    margin-right: 0;
}

.prodea1_box1:nth-child(4) {
    width: 25%;
}

.prodea1_s1 {
    font-size: 60px;
    color: var(--blue);
    line-height: 1.2;
}

.prodea1_s2 {
    font-size: 60px;
    color: var(--blue);
    line-height: 1.2;
}

.prodea1_s3 {
    font-size: var(--fs18);
    color: var(--blue);
}

.prodea1_s4 {
    font-size: var(--fs16);
    color: #222;
}

.his92abg2 {
    height: 645px;
}

.prodea1_p4 {
    font-size: var(--fs28);
    color: #222;
    margin-top: 40px;
}

.pro1swiper {
    margin-top: 20px;
    /* overflow: hidden; */
}

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

.pro1sw_left {
    width: 80%;
    position: relative;
}

.pro1sw_right {
    width: 13%;
    display: flex;
    justify-content: space-between;
}

.pro1sw_right span {
    display: inline-block;
    width: 57px;
    height: 57px;
    line-height: 55px;
    border: 1px solid #e8e8e8;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.pro1sw_right span:hover {
    background: var(--color);
    cursor: pointer;
}

.pro1sw_right span i {
    font-size: 22px;
}

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

.proa1swiper {
    margin-top: 20px;
}

.proa1slide {
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0px 0px 68px 0px rgba(116, 116, 116, 0.15); */
    background: #f7f7f7;
    background: #fff;
}

.proa1slide_li1 {
    overflow: hidden;
}

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

.proa1swiper_page span {
    background: var(--color) !important;
}

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

.proa1slide_li2 {
    padding: 40px 30px;
}

.prodea1_p5 {
    font-size: var(--fs24);
    color: #222;
}

.proa1slide:hover .prodea1_p5 {
    color: var(--blue);
}

.prodea1_p6 {
    margin-top: 15px;
    height: 125px;
    overflow-y: auto;
    padding-right: 10px;
}

.prodea1_p6::-webkit-scrollbar {
    width: 2px;
    height: 10px;
}

.prodea1_p6::-webkit-scrollbar-thumb {
    background: var(--blue);
    height: 50px;
}



.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: var(--blue) !important;
}

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

.prodea1_p7 span {
    display: inline-block;
    width: 49%;
    font-size: var(--fs18);
}

.about_bg1 {
    width: 100%;
    position: relative;
    margin-top: var(--mt25p);
}

.xyg_li {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xyg_l12 {
    border-radius: 10px;
    overflow: hidden;
}

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

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

.laybg {
    background: #000;
    opacity: 0.5;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 766;
    width: 100%;
    height: 100vh;
}

.layvideo {
    position: fixed;
    z-index: 799;
    max-width: 1100px;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.layvideo {
    max-height: 75vh;
    text-align: center;
}

.layvideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.laybg,
.layvideo {
    display: none;
}

.layclose {
    position: absolute;
    right: -40px;
    top: 0;
    color: #fff;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.layclose {
    transform: rotateZ(45deg);
}

.layclose i {
    font-size: 24px;
}

.layclose i,
.js_video_play i {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
    .layvideo {
        width: 100%;
    }

    .layclose {
        right: auto;
        left: 50%;
        transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
    }

    .layclose {
        bottom: -40px;
        top: auto;
    }
}


.ethylene {
    width: 100%;
    background: #f7f7f7;
}

.ethylene_main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: var(--mt45p);
}

.ethylene_left {
    width: 49%;
}

.ethylene_right {
    width: 49%;
}

.ethylene_li1 img {
    border-radius: 10px;
}

.ethylene_li2 {
    padding: 20px 15px;
}

.ethylene_p1 {
    font-size: var(--fs28);
    color: #222;
}

.ethylene_p2 {
    margin-top: 15px;
    font-size: var(--fs18);
}

.yjylzzp1_bg {
    width: 50%;
    padding: 30px;
    border-radius: var(--border10);
    background: hsla(0, 0%, 100%, .1);
    backdrop-filter: blur(20px);
}



/*  */


.prodea3_p1 {
    font-size: var(--fs18);
    margin-top: 20px;
    color: #222;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

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

.prodea3_ul1 {
    width: 48%;
}

.prodea3_ul2 {
    width: 48%;

}

.prodea3_p2 {
    font-size: var(--fs28);
    color: #222;
}

.prodea3_p3 {
    font-size: var(--fs18);
    color: #222;
    margin-top: 15px;
}

.prodea3_p4 {
    position: relative;
    font-size: var(--fs18);
    color: #222;
    margin-top: 10px;
    padding-left: 20px;
}

.prodea3_p4::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--blue);
    left: 5px;
    top: 7px;
}

.ethylene_m0 {
    margin-top: 0;
}

.ethylene_m2 {
    padding-top: 110px;
}

/*  */

.prodea4_p1 {
    font-size: var(--fs18);
    margin-top: 30px;
    color: #222;

}

.prodea4_p2 {
    font-size: var(--fs18);
    margin-top: 10px;
    color: #222;
}

.prodea4_p3 {
    font-size: var(--fs28);
    color: #222;
    margin-top: 30px;
}

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

.prodea4_item {
    width: 48%;
    margin-top: 30px;
    margin-right: 2%;
    position: relative;
}

.prodea4_item:nth-child(2n) {
    margin-right: 0;
}

.prodea4_li1 {
    overflow: hidden;
    border-radius: 10px;
}

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

.prodea4_item:hover .prodea4_li1 img,
.prodea4_pitem:hover .prodea4_li1 img {
    transform: scale(1.1);
}

.prodea4_li2 {
    position: absolute;
    left: 40px;
    bottom: 40px;
    color: #fff;
    font-size: var(--fs24);
}

.prodea4_p4 {
    font-size: var(--fs18);
    color: #222;
    margin-top: 20px;
}

.prodea4_p5 {
    font-size: var(--fs18);
    color: #222;
    margin-top: 10px;
    font-weight: 600;
}

.prodea4_box {
    width: 32%;
    margin-right: 2%;
    padding: 30px 45px;
    background: #fff;
    border-radius: 10px;
    /* border-left: 2px solid var(--blue); */
}

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

.prodea4_div2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: var(--mt45p);
}

.prodea4_p6 {
    font-size: var(--fs24);
    color: var(--blue);
}

.prodea4_p7 {
    font-size: var(--fs18);
    color: #222;
    margin-top: 10px;
}

.prodea4_div3 {
    width: 100%;
    background: #fff;
    padding: 100px 0 0 0;
}

.prodea4_plist {
    margin-top: var(--mt45p);
    display: flex;
    flex-wrap: wrap;
}

.prodea4_pitem {
    width: 23%;
    margin-right: 2%;
    position: relative;
}

.prodea4_pitem:nth-child(4n) {
    margin-right: 0;
}

.prodea4_li3 {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    left: 5%;
    width: 90%;
}

.prodea4_s1 {
    display: inline-block;
    width: 80%;
    color: #fff;
    font-size: var(--fs18);
}

.prodea4_s2 {
    display: inline-block;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
}

.prodea4_s2 i {
    color: var(--blue);
}

/*  */

.prodea5_img {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-top: var(--mt45p);
    box-shadow: 0px 0px 53.9px 1.1px rgba(1, 31, 43, 0.08);
    border-radius: var(--border10);
    padding: 40px;
}

.prodea5_img img {
    width: 100%;
    border-radius: var(--border10);
}

.proa5bg {
    position: relative;
    padding-bottom: 100px;
}

.proa5bg::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 460px;
    background: #F7F8FA;
    bottom: 00px;
}

.gganiubtn {
    z-index: 11;
}

.proa5swiper {
    margin-top: var(--mt45p);
    position: relative;
}

.proa5slide_li2 {
    background: #fff;
}


/*  */
.prodea6_p1 {
    margin-top: var(--mt45p);
}

.prodea6_div1 {
    display: flex;
    justify-content: space-between;
    margin-top: var(--mt45p);
}

.prodea6_item1 {
    border-radius: 10px;
    box-shadow: 0px 0px 68px 0px rgba(116, 116, 116, 0.15);
    width: 32%;
    padding: 25px 25px;
}

.prodea6_p2 {
    font-size: var(--fs24);
    color: var(--blue);
}

.prodea6_p3 {
    margin-top: 10px;
    font-size: var(--fs18);
    color: #222;
}

/*  */


.pipeline_tab {
    margin-top: var(--mt45p);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.pipeline_tab table {
    width: 100%;
    /* display: flex; */
    overflow-x: scroll;
    /* background: #eeeeee; */
    /* overflow: hidden; */
    /* border: 1px solid #c6c6c6; */
    font-size: 16px;
    table-layout: fixed;
}

.pipeline_tab th {
    /* width: 20%; */
    font-size: var(--fs20);
    height: 50px;
    background: var(--blue);
    color: #fff;
}

.pipeline_tab .pipeline_tr1 td {
    background: #d9dadd;
    color: #000;
    font-size: var(--fs18);
    font-weight: bold;
}

.pipeline_tab tr {
    width: auto;
    margin: 0 20px;
}

.pipeline_tab td {
    /* width: 50%; */
    height: 50px;
    /* line-height: 50px; */
    text-align: left;
    padding-left: 90px;
    /* border: 1px solid #c6c6c6; */
    color: var(--blue);
}

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

.pipeline_tr1 {
    background: #d9dadd;
}

.pipeline_tab tr:nth-child(1n) {
    background: #fff;
}

.pipeline_tab tr:nth-child(2n) {
    background: #f7f7f7;
}

.pipeline_tab tr td {
    border-left: 1px solid #eee;
}

.pipeline_tab tr td:first-child {
    border: none;
}


.pipeline_tab img {
    width: 100%;
}

.pipeline_tab table p {
    width: auto;
    margin-top: 0;
}

.prodea7_div1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: var(--mt45p);
    padding-bottom: 100px;
}

.prodea7_box1 {
    width: 49%;
}

.prodea7_box2 {
    width: 49%;
}

.prodea7_li1 {
    padding: 20px 30px;
    box-shadow: 0px 0px 68px 0px rgba(116, 116, 116, 0.15);
    border-radius: var(--border10);
}

.prodea7_box2:hover .prodea4_li1 img,
.prodea7_box1:hover .prodea4_li1 img {
    transform: scale(1.1);
}


.prodea7_div2 {
    background: #f7f7f7;
}

/*  */
.download {
    background: #f7f7f7;
}

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

.product_left {
    width: 25%;
}

.product_right {
    width: 70%;
    position: relative;
}


.down_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #e2e2e2;
}

.down_item:last-child {
    border-bottom: none;
}



.down_right {
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    padding: 30px 40px;
    border-radius: 10px;
}

.down_ul1 {
    display: flex;
    align-items: center;
}

.down_ul1 i {
    font-size: 26px;
    color: var(--blue);
}

.down_ul1 i {
    background: url(../baner/02/pdf3.svg) left center no-repeat;
    width: 25px;
    height: 35px;
    display: inline-block;
    background-size: 100% auto;
    margin-right: 10px;
}

.down_ul1 span {
    font-size: var(--fs18);
    color: #222;
}

.down_ul2 i {
    font-size: 22px;
    color: var(--blue);
}

.down_ul2 {
    line-height: 30px;
    display: flex;
    align-items: center;
}

.down_ul2 i.sdyunxiazai_o {
    font-size: 30px;
    position: relative;
    top: 2px;
}

.down_m4 {
    margin-top: var(--mt45p);
}

.down_ul2 a {
    margin-left: 10px;
}

.product_sty {
    position: sticky;
    top: 100px;
}


.down_sty .faq12ab {
    padding: 20px 20px;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.download_list a {
    display: block;
    padding: 10px 15px 0 15px;
}

.download_list a.on {
    color: var(--color);
}

.faq12ab {
    background: #fff;
    padding: 20px 0px;
}

.faq12abh4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    cursor: pointer;
    margin-top: 10px;

}


.faq12abh4.on {
    color: #fff;
    background: var(--blue);
    border-radius: 10px;
}

.faq12abh4:hover {
    color: #fff;
    background: var(--blue);
    border-radius: 10px;
}


.faq12abh4 i {
    opacity: 0;
}

.faq12abh4:hover i {
    opacity: 1;
}

.faq12abh4.on i {
    opacity: 1;
}

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

.pro_p1 {
    font-size: var(--fs48);
    line-height: 1.2;
    font-weight: var(--b400);
}

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

.proitem {
    padding-top: 45px;
    padding-bottom: 45px;
}

.proitem {
    width: 32%;
    margin-right: 14px;
    margin-top: 30px;
    position: relative;
}

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

.prolist_swiper {
    overflow: hidden;
}

.proitemli1 {
    background-image: url(../demo/probg.png);
    background-size: cover;
    background-position: center;
    padding: 30px 20px;
    text-align: center;
    min-height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.proitemli1 img {
    width: 200px;
}

.proitemli2 {
    background: #fff;
    padding: 20px 20px;
    min-height: 160px;
}

.proitem_p1 {
    font-size: var(--fs16);
    font-weight: var(--b400);
}

.proitemli2 p {
    position: relative;
    font-size: 12px;
    padding-left: 10px;
}

.proitemli2 p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #5d6063;
}

.proitemli3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #154b80;
    padding: 20px 15px;
    opacity: 0;
    transition: all 0.3s ease;
}

.proitem:hover .proitemli3 {
    opacity: 1;
}


.proitem_p2 {
    color: #fff;
    font-size: var(--fs16);
    margin-top: 10px;
}

.proitem_p3 {
    color: #fff;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 1.4;
}

.proitem_p4 {
    margin-top: 30px;
}

.proitem_p4 span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #ff2a17;
    color: #fff;
}

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

.pro_left {
    width: 50%;
}

.pro_right {
    width: 48%;
}

.pro_li1 {
    overflow: hidden;
}

.pro_li1 img {
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 24px
}

.pro_con {
    display: flex;
    border-bottom: 1px solid #ddd;
    width: fit-content;
}

.prot_item {
    padding-bottom: 10px;
    margin-right: 100px;
    font-size: 24px;
    color: #333;
    opacity: 0.7;
}

.prot_item.on {
    border-bottom: 2px solid #5e5e5e;
    opacity: 1;
}

.prot_item:last-child {
    margin-right: 0;
}

.prot_cont {
    display: none;
    margin-top: 20px;
}

.prot_put {
    width: 100%;
    position: relative;

}

.prot_put input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 10px;
    box-sizing: border-box;
    padding-left: 20px;
    margin-top: 20px;
}

.prot_put textarea {
    width: 100%;
    height: 100px;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 10px;
    box-sizing: border-box;
    padding-left: 20px;
}

.pro_li2 img {
    width: 100%;
}

.prot_put textarea:focus {
    outline: none;
}

.prot_put label {
    position: relative;
}

.prot_put label::before {
    content: "*";
    position: absolute;
    left: 1px;
    top: 10px;
    color: #ffb05e;
}

.prot_put .prot_email::before {
    content: "";
}


.prot_put input:focus {
    outline: none;
}

.prot_cont.on {
    display: block;
}

.ban_p1 {
    font-size: 14px;
    color: #1d5184;
}

.ban_p2 {
    color: #1d5184;
    font-size: 32px;
    font-weight: bold;
}

.ban_p3 {
    font-weight: bold;
    color: #1d5184;
    font-size: 20px;
}

.ban_p4 {
    margin-top: 40px;
}

.ban_p4 a {
    margin-right: 20px;
}

.ban_p42 {
    margin-top: 100px;
}

.ban_a1 {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    border: 1px solid #1d5184;
    color: #154b80;
    transition: all 0.3s ease;
}

.ban_a1:hover {
    background-color: #1d5184;
    color: #fff;
}

.pg-baner-wz1 {
    display: flex;
    justify-content: space-between;
}

.pg-baner2 {
    height: 100vh;
}

.pg-baner-wz2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro-baner-wz2 {
    align-items: center;
}

.pg_right_img {}

.pg_right_img img {

    width: 100%;
}

.pg_left {
    width: 70%;
}

.pg_right {
    width: 30%;
    padding-right: 5%;
    text-align: center;
}

.pg_right_li1 img {
    width: 100%;
}

.product_nav_wz {
    padding: 30px 0;
}

.product_nav_wz span {
    margin: 0 30px;
}

.product_nav_wz a {
    font-size: 20px;
    font-weight: bold;
}

.product_nav_wz .on {
    color: #1d5184;
}

.description {
    background: #f8f8f8;
}

.description_mian {
    display: flex;
    justify-content: space-between;

}

.description_left {
    width: 75%;
}

.description_right {
    width: 20%;
}

.description_p1 {
    font-size: 30px;
    font-weight: bold;
}

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

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

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

.descri_li1 {
    overflow: hidden;
}

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

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

.prodea2_item {
    margin-top: 2%;
    box-shadow: 0px 0px 53.9px 1.1px rgba(1, 31, 43, 0.08);
    border-radius: var(--border10);
    width: 32%;
    margin-right: 2%;
    padding: 30px;
    transition: all 0.3s ease;
}

.prodea2_p1 {
    font-size: var(--fs24);
    color: #222;
}

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

.prodea2_item:nth-child(4) {
    width: 48%;

}

.prodea2_item:nth-child(5) {
    width: 50%;
    margin-right: 0;
}

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

.prodea2_item2 .prodea3_p4 {
    width: 49%;
    margin-right: 1%;
}

.prodea2_item2 .prodea3_p4:nth-child(2n) {
    margin-right: 0;
}

.prodea2_item:hover {
    background: var(--blue);
}

.prodea2_item:hover .prodea2_p1,
.prodea2_item:hover .prodea3_p4 {
    color: #fff;
}

.prodea2_item:hover .prodea3_p4::before {
    background: #fff;
}

.prodea2_p2 {
    font-size: var(--fs24);
    color: #222;
    margin-top: 60px;
}

.prodea2_p3 {
    padding-top: 100px;
}

.prodea2_img {
    width: 100%;
    background: #eee;
    border-radius: var(--border10);
}

.prodea2_pitem1 {
    width: 49%;
}

.prodea2_pitem1:nth-child(2n) {
    margin-right: 0;
}

.prodea2_s1 {
    font-size: var(--fs24);
}

.esga1_p1 {
    margin-top: 0;
}

.xyg_l13 {
    position: absolute;
    left: 5%;
    top: 5%;
    backdrop-filter: blur(10px);
    background: rgb(255, 255, 255, 0.3);
    padding: 30px 40px;
    border-radius: var(--border10);
}

.xyg_l13_p1 {
    font-size: var(--fs18);
    color: #fff;
}

.xyg_l13_p2 {
    margin-top: 20px;
}

.xyg_l13_p2 img {
    width: 70%;
}

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

.esga2_item {
    width: 19%;
    margin-right: 1%;
    margin-top: var(--mt45p);
}

.esga2_item:nth-child(5n) {
    margin-right: 0;
}

.esga2_li1 {
    background: var(--blue);
    border-radius: var(--border10);
    padding: 15px 20px;
    text-align: center;
}

.esga2_li1 span {
    color: #fff;
    font-size: var(--fs20);
    margin-left: 10px;
}

.esga2_li1 img {
    width: 20px;
    margin-top: -2px;
}

.esga2_li2 {
    font-size: var(--fs18);
    border-radius: var(--border10);
    background: #ebf1ff;
    margin-top: 15px;
    padding: 15px 20px;
    min-height: 270px;
}


.esga2_p1 {
    font-size: var(--fs20);
    margin-top: 20px;
}

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

.esga2_ul {
    background: var(--blue);
    border-radius: var(--border10);
    padding: 40px 30px;
    width: 23.5%;
    margin-right: 2%;
}

.esga2_ul:nth-child(4n) {
    margin-right: 0;
}

.esga2_p2 {
    font-size: var(--fs24);
    color: #fff;
    margin-top: var(--mt35p);
}

.esga2_p3 {
    font-size: var(--fs18);
    color: #fff;
    margin-top: 10px;
}

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

.esga2_left {
    width: 36%;
    width: 37%;
}

.esga2_right {
    width: 60%;
    width: 61.5%;
}

.esga2_left:hover .xyg_l12 img,
.esga2_right:hover .xyg_l12 img {
    transform: scale(1.1);
}

/*  */

/*  */


.esg24cswiper {
    overflow: hidden;
    padding: 45px 0;
    position: relative;
}

.esg24c {
    position: relative;
}

.esg24c:before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    height: 60%;
    background: #f6f9fa;
    z-index: -1;
}

.esg24cp1 {
    font-size: var(--fs32);
    font-weight: var(--b400);
    line-height: 1.4;
}

.esg24cp2 {
    color: #444;
    margin-top: 15px;
}

.esg24cp3_div {
    display: flex;
    position: absolute;
    bottom: 80px;
}

.esg24cp3 {
    display: flex;
    /* margin-top: var(--mt45p);
    margin-right: 20px; */
}
.esg24cp32{
    margin-top: var(--mt45p);
}
.vimore52 {
    color: #222;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.vimore52 i {
    display: block;
    opacity: 1;
}

.esg24cimg {
    width: 355px;
    transition: all 0.4s;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.06);
    display: block;
}

.esg24cimg img {
    width: 100%;
    vertical-align: top;
}

.esg24cwz {
    width: calc(100% - 355px);
    padding-left: 7%;
    padding-top: 20px;
}

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

.esg24csub {
    position: absolute;
    width: 42%;
    width: 10%;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.esg24csub span {
    width: 50px;
    height: 50px;
    background: red;
}

.esg24csub {
    position: absolute;
    bottom: 130px;
    z-index: 3;
}

.esg24csub img {
    width: 100%;
}

.esg24csubm {
    width: 45px !important;
    height: 4px;
    background: #ddd;
}

.js_slideto.on {
    background: var(--blue);
}

.esg24cslide {
    opacity: 0 !important;
}

.esg24cslide.swiper-slide-active {
    opacity: 1 !important;
}

.esg24csub .esg24csubm {
    cursor: pointer;
    pointer-events: inherit
}

/*  */
.esg_tit {
    position: relative;
    margin-top: 10px;
}

.esg_li1 {
    overflow: hidden;
}

.esg_li1 img {
    width: 100%;
    transition: all 0.4s;
}

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

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

.esg_p1 {
    font-size: var(--fs16);
    width: 60%;
    margin-top: 30px;
    color: #fff;
}

.esg_p2 {
    display: flex;
    margin-top: 80px;
}

.xyg_l14 {
    text-align: center;
}

.xyg_l14 img {
    width: 60%;
}

.esga3_a1 {
    display: inline-block;
    color: red;
    font-size: var(--fs18);
    margin-top: var(--mt45p);
}

.esga3_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: var(--mt45p);
}

.esga3_item {
    width: 31%;
    margin-right: 2%;
}

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

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

.esga3_li1 {
    margin-top: 20px;
    padding: 0;
}

.mal3Swiper1 {
    overflow: hidden;
    margin-top: var(--mt45p);
}

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

.xyg_l15 {
    width: 80%;
    margin: 0 auto;
}

.vimore53:hover {
    background: #ffff;
    color: var(--blue);
}

.prodea1_p4m {
    margin-top: 0;
}

/*  */
@media screen and (max-width: 1440px) {
    .esga2_li2 {
        min-height: 200px;
    }
}

.mal3a1_bt1,
.mal3a1_bt2 {
    margin-top: 0;
}

.pc {
    display: block;
}

.phone {
    display: none;
}