/*  */
.js_xiala4 {
    cursor: pointer;
}

.js_xiala4m {
    position: absolute;
    top: 100%;
    left: -30%;
    display: none;
    width: 200px;
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    z-index: 999;
    text-align: center;
    border-radius: 10px;
}

.js_xiala4m2 {
    width: 110px;
    /*left: 60px;*/
    left: 0;
}

/*  */
.nwa42logo {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.nwa42logo {
    inset: 0;
    margin: auto;
}

/* .nwa42logo{animation-name: nwa42logo;} */
@keyframes nwa42logo {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }

    70% {
        opacity: 0.9;
        transform: scale(2);
    }

    85% {
        opacity: 0;
        transform: scale(3.5);
    }

    100% {
        opacity: 0;
        transform: scale(3.5);
    }
}

@keyframes fadebig {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(5);
        opacity: 0;
    }
}

.fadebig {
    opacity: 0;
    -webkit-opacity: 0;
}

.fadebig.is-inview,
.fadebigaos-animate {
    animation: 1s fadebig 0.3s;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.nwa42wz2 .pro0827p1 {
    animation-delay: 1.5s !important
}

.nwa42wz2 .nwa42wzp9 {
    animation-delay: 1.7s !important
}

.nwa42wz2 .nwa42wzp11 {
    animation-delay: 1.9s !important
}

/*  */

.brand_bg {
    background: var(--bgs);
}

.bangban img,
.bangban video {
    width: 100%;
    max-height: 694px;
    object-fit: cover;
}

.brand_p1 {
    font-size: var(--fs42);
    color: var(--colors2);
    font-weight: bold;
}

.brand_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    flex-wrap: wrap;
}

.brand_title_r select {
    background: transparent;
    color: var(--colors2);
    border: 1px solid var(--colors2);
    outline: none;
    font-weight: bold;
    cursor: pointer;
    padding: 4px 10px !important;
    width: 185px;
    height: 50px !important;
    font-size: var(--fs16);
}

.brand_title_r {
    position: relative;
}

.brand_title_r i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    color: var(--colors2);
    font-size: var(--fs18);
}

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

.brand_item {
    width: 49%;
    display: flex;
    background: #fff;
    margin-top: 30px;
}

.brand_item:nth-child(1),
.brand_item:nth-child(2) {
    margin-top: 0;
}

.brand_item:hover .brand_p2 {
    color: var(--colors2);
}

.brand_li1 {
    overflow: hidden;
}

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

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

.brand_ul1 {
    width: 30%;
}

.brand_ul2 {
    width: 70%;
    padding: 15% 50px;
}

.brand_p2 {
    font-size: var(--fs20);
    color: #222;
    font-weight: bold;
    min-height: 90px;
    transition: all 0.3s ease;

}

.brand_p3 {
    font-size: var(--fs16);
    color: #666;
}


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

.brandactivity_item {
    width: 32%;
    margin-right: 2%;
    margin-top: 50px;
    height: auto;
    position: relative;
    padding-bottom: 50px;
}

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

.brandactivity_item::before {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    /* background: transparent; */
    content: '';
}

.brandactivity_item:hover::before {
    height: 100%;
    background: #fff;
}

.brandactivity_item:hover .bitem_p2 {
    color: var(--colors2);
}

.brandactivity_item:hover .bitem_p3 span {
    background: rgba(0, 0, 0, 1) -webkit-linear-gradient(left, rgba(72, 132, 201, 1) 0%, rgba(103, 213, 142, 1) 100%) no-repeat 0 0;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;

}

.brandactivity_item:hover .bitem_p3 i {
    background: rgba(0, 0, 0, 1) -webkit-linear-gradient(left, rgba(72, 132, 201, 1) 0%, rgba(103, 213, 142, 1) 100%) no-repeat 0 0;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}


.bitem_li1 {
    overflow: hidden;
    position: relative;
    padding-bottom: 42.2%;
}

.brandactivity_item:hover .bitem_li1 img {
    transform: scale(1.03);
}

.bitem_li1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
}

.bitem_li1,
.bitem_li2,
.brandactivity_item::before {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}


.bitem_li2 {
    position: relative;
    padding: 25px;
    padding-bottom: 50px;
}

.bitem_p1 {
    font-size: 14px;
    color: #999;
}

.bitem_p2 {
    font-size: var(--fs20);
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    white-space: break-spaces;
    -webkit-box-orient: vertical;
}

.bitem_p3 {
    display: flex;
    padding: 0 25px;
    height: 50px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    align-items: center;
}


.payvideo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.newpagenewm {
    margin-top: var(--mt45p);
    display: flex;
    align-items: center;
    justify-content: center;
}

.newpagenewm a.on,
.newpagenewm a:hover {
    background: var(--color2);
    color: #fff;
}

.newpagenewm a {
    position: relative;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    background: #f6f6f6;
}

/*  */


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

.new_left {
    width: 47%;
}

.new_right {
    width: 50%;
}

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

.new_bg {
    margin-top: 30px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.new_li1 {
    /* border-radius: 10px; */
    overflow: hidden;
}

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

.new_bg:hover .new_li1 img,
.new_item:hover .new_li1 img {
    transform: scale(1.1);
}

.new_p1 {
    font-size: var(--fs16);
    color: #fff;
}

.new_p2 {
    font-size: var(--fs20);
    color: #fff;
    font-weight: bold;
}

.new_li2 {
    position: absolute;
    left: 5%;
    bottom: 30px;
    width: 90%;
}

.new_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 20px;
    /* border-top: 1px solid #e6e9ee; */
    margin-top: 30px;
    transition: all 0.3s ease;
    border-radius: var(--border10);

}


.new_item:hover {
    background: #fff;

}

.new_item1 {
    width: 60%;
}

.new_item2 {
    width: 35%;
}

.new_p3 {
    font-size: var(--fs18);
    color: #222;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.new_item:hover .new_p3 {
    color: var(--colors2);
}

.new_p4 {
    font-size: var(--fs16);
    color: #999;
}

.new_nav {
    width: 100%;
    background: #fff;
}

.new_nav1 {
    display: flex;
    gap: 30px;
}

.new_act {
    display: inline-block;
    padding: 20px 0;
    font-size: var(--fs18);
    color: #666;
    font-weight: bold;
}

.new_act.on {
    border-bottom: 2px solid var(--color2);
    color: var(--color2);
}

.new_bg2 {
    background: #eef4fc;
}

.new91b {
    background-color: #fff;
}

.new91bimg {
    width: 100%;
    border-radius: var(--border10);
    overflow: hidden;
    position: relative;
}

.new91bimg img {
    width: 100%;
}

.new91bp2,
.new91bimg img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.new91blink:hover .new91bp2 {
    color: var(--color);
}

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

.new91bp1 {
    color: #666;
    line-height: 1;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.new91bn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}

.new91blink {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 5%;
    position: relative;
    padding-bottom: 20px;
}

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

.new91bp2 {
    font-size: var(--fs20);
    font-weight: var(--b700);
    line-height: 1.4;
}

.new91bwz,
.new91bp1 {
    padding: 20px;
}

.new91bp1 {
    padding-top: 0;
    padding-bottom: 0;
}

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

.newx_main {
    padding-bottom: 100px;
}

/*  */
.newd12 {
    margin-top: 100px;
}

.newd12m {
    padding: 0 6%;
}

.newd12p1 {
    margin-top: 10px;
    color: #666;
}

.newd12p2 {
    font-size: var(--fs32);
    color: #000;
    line-height: 1.4;
    font-weight: var(--b600);
}

.newd12p3 {
    margin-top: var(--mt45p);
    padding-top: var(--mt45p);
    border-top: 1px solid #eee;
}

.newd12p3 img,
.newd12p3 video {
    max-width: 100%;
    width: 75%;
}

.newd12p3 b,
.newd12p3 strong {
    font-weight: var(--b700);
}

.newd12p3 h4 {
    color: var(--color2);
    font-size: var(--fs20);
    font-weight: bold;
    position: relative;
    padding-left: 15px;
}

.newd12p3 h5 {
    font-size: var(--fs18);
}

.newd12p3 h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 20px;
    background: var(--color2);
    border-radius: 3px;
}

.newd12p5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.newd12p5 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #eee;
    margin-top: var(--mt70p);
}

.newd12p5aicon1 {
    margin-right: 10px;
}

.newd12p5aicon2 {
    margin-left: 10px;
}

/*  */

#aboutusVideo {
    position: relative;
    overflow: hidden;
    height: 100vh;
    min-height: 500px;
}

#aboutusVideo video,
#aboutusVideo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#aboutusVideo .play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}

#aboutusVideo .play {
    background: var(--color);
}

#aboutusVideo .play {
    display: flex;
    align-items: center;
    justify-content: center;
}

#aboutusVideo .play i {
    color: #fff;
    font-size: 20px;
}

#aboutusVideo .contentBox {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
}

#aboutusVideo .title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: 10%;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.4;
    color: transparent;
    background: linear-gradient(90deg, #fff, #ceebfe);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 3;
    text-align: center;
}

#aboutusVideo .baner25more {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    bottom: 10%;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.4;
    background: linear-gradient(90deg, #fff, #ceebfe);
    -webkit-background-clip: text;
    background-clip: text;
    z-index: 3;
    text-align: center;
}



/* #aboutusVideo .title{display: none;} */
/*  */
.scentific {
    background-image: url(/demo/public/scientificbg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.scentific_li1 img {
    width: 100%;
}

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

.scentific_li1 img {
    border-radius: var(--border15);
    overflow: hidden;
}


.scentific_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.scentific_item {
    width: 15%;
    position: relative;
    margin-right: 6%;
}

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

.scentific_item::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 70px;
    background: #eae9ea;
    opacity: 0.5;
    z-index: 1;
}

.scentific_item:nth-child(5n)::before {
    display: none;
}

.scentific_p1 {
    margin-top: 20px;
}

.scentific_s2 {
    font-size: var(--fs16);
    margin-left: -10px;
}

.scentific_p3 {
    font-size: var(--fs62);
    line-height: 1;
    font-weight: bold;
    color: var(--colors2);
}

/* .scentific_p3 .counter {
    background: rgba(0, 0, 0, 1) -webkit-linear-gradient(left, rgba(72, 132, 201, 1) 0%, rgba(103, 213, 142, 1) 100%) no-repeat 0 0;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
} */

.scentific_p4 {
    font-size: var(--fs16);
    color: #555;
    font-weight: bold;
}

.research {
    background: #f7f7f7;
}

/*  */

.download_bg {
    background: #f7f7f7;

}

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

.download_left {
    width: 25%;
}

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

.down_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    /* border-bottom: 1px solid #e2e2e2; */
    background: #fff;
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    margin-top: 20px;
}

.down_item:hover .down_ul1 span:nth-child(3) {
    color: var(--colors2);
}

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

.down_item:first-child {
    margin-top: 0;
}

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

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

.down_ul1 i {
    font-size: 26px;
    color: #ea586b;
}

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

.down_ul1 span {
    max-width: 520px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

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

.down_ul2 i {
    font-size: 22px;
}

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

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


.down_sty {
    position: sticky;
    top: 100px;
    /* margin-top: 20px; */
    /* box-shadow: 0 0 25px rgba(0, 0, 0, 0.08); */
    background: #fff;
    box-shadow: none;
}

.downp1 {
    margin: 0px 25px;
    border-bottom: 1px solid #ddd;
    padding: 20px 0px 10px 0;
    font-size: var(--fs20);
}

.downp2 {
    position: relative;
    padding-left: 15px;
}

.downp2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    background-size: 100% auto;
    background: #666;
}

.down_litem {
    display: flex;
    justify-content: space-between;
    padding: 10px 25px;
    height: 50px;
}

.down_litem i {
    display: none;
}

.down_litem.on {
    background: var(--line-bg);
    color: #fff;
}

.down_litem.on i {
    display: block;
}

.down_litem.on .downp2::before {
    background: #fff;
}

.down_litem:hover {
    cursor: pointer;
}

/*  */

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


.pro_label {
    margin-right: 30px;
}

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

.pro_label input {
    -webkit-appearance: auto;
}

.pro_inp_p1 {
    font-size: var(--fs18);
    font-weight: var(--b400);
    position: relative;
    padding-left: 15px;
}

.pro_inp_p1:before {
    content: '*';
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--colors2);
}

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

.pro_inputli1 {
    width: 32%;
    margin-right: 20px;
}

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

.pro_inputli1 input {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #ccc;
    outline: none;
    margin-top: 10px;
}

.pro_inputli1 textarea {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #ccc;
    outline: none;
}

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

.pro_btna {
    margin-top: 30px;
}

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


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

/* .pro_inp_more span {
    width: 160px;
} */

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

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

.talent_p1::before {
    display: none;
}

.talent_p1 {
    padding-left: 0;
}

.down_litem.active i {
    display: inline-block;
}

.down_litem.active {
    color: var(--colors2);
}

.down_litem:hover {
    color: var(--colors2);
}

.down_litem:hover i {
    display: inline-block;
    color: var(--colors2);
}

/**/
.manual_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
}


.manual_item3 {
    background: #fff;
    padding: 20px 40px;
    margin-top: 20px;
}

.manualm0 {
    margin-top: 0;
}

.manual_p2 {
    font-size: var(--fs24);
    color: #333;
}

.manual_p1 {
    font-size: var(--fs16);
    color: #666;
}

.manual_item:hover {
    cursor: pointer;
}

.serv_List {
    display: none;
    padding: 30px 50px 60px 50px;
    box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.28);
    margin: 20px 0;
}

.qua_List {
    margin: 0;
    border-radius: 0 0 8px 8px;
    box-shadow: none;
    background: #fff;
    padding: 0px 50px 60px 50px;
}

.qua_List h4 {
    padding: 25px 0 0 0;
    font-weight: bold;

}

.qua_List h4:first-child {
    border-top: 1px solid #e8e8e8;
}

.qua_title p {
    font-size: var(--fs16);
    color: #666;
    margin-top: 5px;
}

.manual_s1 {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #a2a2a2;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.manual .on .manual_s1 {
    border: 1px solid var(--line-bg);
    background: var(--line-bg);
    color: #fff;
    transform: rotate(180deg);
}

.con_more {
    display: flex;
    margin-top: var(--mt30p);
}

.con_more span {
    width: auto;
    padding: 0 20px;
}

.con_more i {
    font-size: 25px;
    margin-right: 10px;
}


/**/

.dealer {
    background: #f7f7f7;
}

.dealer_search {
    display: flex;
    margin-top: 30px;
    width: 100%;
    position: relative;
}

.dealer_search input {
    background: #fff;
    width: 85%;
    outline: none;
    border: none;
    height: 63px;
    padding: 0 50px;
}

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

.dealer_search .more19 {
    width: 15%;
}

.dealer_title {
    margin-top: 25px;
}

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

.dealer_p1 {
    font-size: var(--fs28);
    text-align: center;
    font-weight: bold;
}

.dealer_p2 {
    text-align: center;
    font-size: var(--fs16);
    color: #666;
    margin-top: 20px;
}

.dealer_list.on {
    display: none;
}

.dealer_item {
    background: #fff;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 30px;
    transition: all 0.3s ease;
}

.dealer_ul1 {
    width: 70%;
}

.dealer_ul2 {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.dealer_ul2 .more19-fff {
    border: 1px solid #eee;
}

.dealer_ul2 .more19-fff i {
    margin-left: 10px;
}



.dealer_p3 {
    font-size: var(--fs20);
    font-weight: bold;
}

.dealer_p4 {
    font-size: var(--fs16);
    color: #666;
}

.dealer_item:hover .more19-fff {
    background: var(--line-bg);
    color: #fff;
}

.dealer_item:hover .dealer_p3 {
    color: var(--colors2);
}

.dealer_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);

}

/*  */

.product {
    background: #f7f7f7;
}

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

.product_select {
    position: relative;
}


.product_select select {
    background: transparent;
    color: #000;
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
    font-weight: bold;
    margin: 0 5px;
    cursor: pointer;
    padding: 4px 0px !important;
    width: 240px;
    height: 48px !important;
}

.product_select i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    color: #000;
    font-size: var(--fs18);
}

.product_search {
    width: 40%;
    /* margin: 0 auto; */
    position: relative;
    height: 50px;
    line-height: 48px;
    display: flex;
    box-sizing: border-box;
    transition: all 0.3s ease;
    border-bottom: 1px solid #ddd;

}

.product_search::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: var(--colors2);
}

.product_search:hover::before {
    width: 100%;
    transition: 0.5s;
}


.product_search i {
    font-size: 25px;
    color: var(--colors2);
}

.product_search input::placeholder {
    color: #999;
}

.hl2proatxt {
    width: calc(100% - 60px);
    background: none;
    border: none;
    outline: none;
    font-size: 18px;
}

.hl2proaicon,
.hl2proatxt {
    line-height: 48px;
    height: 48px;
}

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

.product_item {
    width: 32%;
    margin-right: 2%;
    background: #fff;
    padding: 70px 25px;
    text-align: center;
    margin-top: 40px;
    transition: all 0.3s ease;
}

.product_item .pro_p0 {
    /*width: 130px;*/
    height: 17px;
}

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

.product_item:hover {
    box-shadow: 0 80px 120px rgb(0 0 0 / 20%);
    transform: translateY(-10px);

}

.product_item:hover .pro_p3 {
    opacity: 1;
}

.product_item:hover .pro_p1 {
    color: var(--colors2);
}

.pro_p1 {
    font-size: var(--fs24);
    color: #222;
    font-weight: bold;
}

.pro_p2 {
    font-size: var(--fs16);
    color: #666;
}


.pro_p3 .pro_btn {
    width: 200px;
    margin: 0 auto;
    margin-top: 20px;
}

.pro_li1 {
    overflow: hidden;
    width: 270px;
    height: 260px;
    margin: 30px auto;
}

.pro_li1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.pro_p0,
.pro_p2,
.pro_p3 {
    opacity: 0;
    transition: all 0.3s ease;
}

.product_item2 .pro_p0,
.product_item2 .pro_p2 {
    opacity: 1;
}

/*  */

.abt26btc2bg,
.abt26btc3bg,
.abt26btc4bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 300;
    /* background: #000; */
    /* opacity: 0.5; */
    background: linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48));
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    display: none;
}

.abt26btc2,
.abt26btc3,
.abt26btc4 {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 310;
    display: none;
    /* width: 80%; */
    max-width: 80%;
    max-height: 90vh;
}

.abt26btc2close2,
.abt26btc3close3,
.abt26btc4close4 {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(/demo/public/guanbi.png) center no-repeat;
    background-size: cover;
}

.abt26btc4close4 {
    right: -40px;
    z-index: 11;
    top: 10px;
}


.pro_pop {
    width: 1400px;
    margin: 0 auto;
    background: #fff;
    /* border-radius: 20px; */
    padding: 90px 80px 80px 80px;
    background: url(/demo/public/pop_bg1.jpg) center no-repeat;
    background-size: cover;
    height: 707px;
}

.pro_pop4 {
    background: none;
    height: 70vh;
    padding: 0 0px;
    width: 1250px;
    border-radius: 10px;
    overflow: hidden;
}


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

.pop_left {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop_left img {
    width: 70%;
}

.pop_right {
    width: 50%;
}

.pop_p1 {
    font-size: var(--fs36);
    color: #fff;
}

.pop_p2 {
    font-size: var(--fs20);
    color: #fff;
}

.pop_line {
    margin-top: 20px;
    height: 2px;
    background: rgb(255, 255, 255, 0.3);
}

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

.pop_titem {
    width: 50%;
    margin-top: 45px;
}

.pop_btit1_s1 {
    font-size: var(--fs32);
    font-weight: bold;
    color: #fff;
}

.pop_btit1_s2 {
    font-size: var(--fs32);
    color: #fff;
}

.pop_btit1_s3 {
    font-size: 14px;
    color: #fff;
}

.pop_tlist_btn {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    /* background: #fff;
    padding: 10px 30px; */
}

.pop_tlist2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 320px;
    overflow-y: auto;
    margin-top: 10px;
}

.pop_tlist2::-webkit-scrollbar {
    width: 3px;
}

.pop_tlist2::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 5px;

}

.pop_tlist2::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 5px;
}

.pop_titem2 {
    width: 100%;
    margin-top: 15px;
}

.pop_btit1_s4 {
    font-size: var(--fs16);
    color: #fff;
    padding-left: 15px;
    position: relative;
}

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

.pop_btit1_s5 {
    font-size: 14px;
    color: #fff;
    padding-left: 15px;
}

.pop_tlist_btn2 {
    margin-top: 30px;
}

.pop_tlist_btn2 .more19 {
    width: 200px;
    gap: 15px;
}

/*  */
.solution_p1 {
    margin-top: 25px;
    text-align: center;
}

.solution_p1-line span {
    background: rgba(0, 0, 0, 1) -webkit-linear-gradient(left, #60606E 0%, #b9b9b9 100%) no-repeat 0 0;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.solution_p1-line span {
    background-size: 0;
    transition: all 0.5s ease;
}

.solution_p1-line.is-inview>span {
    background-size: 100%;
}


.solution_yt .dot {
    width: 10px;
    height: 10px;
    background: rgb(161, 255, 159);
}

.solution_yt .dot::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 40%;
    width: 20%;
    height: 20%;
    border-radius: 50%;
    background-color: rgba(161, 255, 159);
}

.solution_yt .dot::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-color: rgba(161, 255, 159);
    opacity: 0.37;
}

.solution_yt .dot::after {
    animation: scale2 2s linear infinite;
}


.solution_yt .item .message .title {
    background: rgba(0, 0, 0, 1) -webkit-linear-gradient(left, rgba(72, 132, 201, 1) 0%, rgba(103, 213, 142, 1) 100%) no-repeat 0 0;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-left: 0;

}

@keyframes scale2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.solution-content .dot-content.panel1 {
    top: 32%;
    left: 11%;
}

.solution-content .dot-content.panel2 {
    top: 15%;
    left: 17%;
}

.solution-content .dot-content.panel3 {
    top: 17%;
    left: 32%;
}

.solution-content .dot-content.panel4 {
    top: 30%;
    left: 43%;
}

.solution-content .dot-content.panel5 {
    top: 17%;
    left: 54%;
}

.solution-content .dot-content.panel6 {
    top: 12%;
    left: 63%;
}

.solution-content .dot-content.panel7 {
    top: 58%;
    left: 20%;
}

.solution-content .dot-content.panel8 {
    top: 58%;
    left: 30%;
}

.solution-content .dot-content.panel9 {
    top: 71%;
    left: 55%;
}

.solution-content .dot-content.panel10 {
    top: 59%;
    left: 83%;
}

/*  */
.solution1_m12 {
    margin-top: var(--plr120);
}

.solution1_main {
    position: relative;
}

.pubzzm {
    animation-name: soluP1;
    margin-top: var(--mt45p);
    width: 100%;

}

.pubzzm img {
    width: 100%;
    max-height: 100vh;
}

.pubzz {
    position: relative;
}

.ani_in {
    will-change: transform, opacity;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: paused;
    animation-delay: calc(var(--progress)* -1s);
    animation-timing-function: cubic-bezier(.22, .61, .36, 1);
}

@keyframes soluP1 {
    0% {
        -webkit-clip-path: inset(3vh 7.5vw 3vh 7.5vw round 15px 15px 15px 15px);
        clip-path: inset(3vh 7.5vw 3vh 7.5vw round 15px 15px 15px 15px)
    }

    to {
        -webkit-clip-path: inset(0 round 0 0 0 0);
        clip-path: inset(0 round 0 0 0 0)
    }
}

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

.solution2_f7 {
    background: #f7f7f7;
}

.card-wrapper {
    position: sticky;
    position: -webkit-sticky;
    top: 80px !important;
}

.solution1_con {
    min-height: 80vh;
    border-radius: 20px;
    padding: 7% 7%;
}

.solution1_p1 {
    font-size: var(--fs24);
    color: #000;
}

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

.sectionxx-1 {
    /*background: url(/demo/public/solubg1.jpg);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sectionxx-2 {
    /*background: url(/demo/public/solubg2.jpg);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sectionxx-3 {
    /*background: url(/demo/public/solubg3.jpg);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.solution1_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 280px;
}

.solution1_item {
    width: 23%;
    margin-right: 2%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}

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

.solution1_left {
    width: 20%;
}

.solution1_right {
    width: 75%;
}

.solution_p2 {
    font-size: var(--fs18);
    color: #000;
    font-weight: bold;
}

.solution_p3 {
    font-size: 14px;
    color: #999;
}


/*  */
.solution3_video video {
    width: 100%;
}

.solution3_video.ani_in {
    animation-duration: 1.3s;
}

/*  */

/*  */
.esg10c .esg9bswiper{
    overflow: visible;
}
.esg10c_s {
    padding-top: var(--ptb);
}

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

.solution3_video video {
    width: 100%;
}

.solution3_video.ani_in {
    animation-duration: 1.3s;
}

.solue2_slide {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
}

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

.solue2_li1 {
    overflow: hidden;
}

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

.solue2_li2 {
    padding: 20px 30px;
    min-height: 250px;
}

.solue2_p1 {
    font-size: var(--fs22);
    font-weight: bold;
}

.solue2_p2 {
    margin-top: 20px;
}

.solue2_p3 {
    font-size: var(--fs16);
    color: #666;
}

.parallax28 {
    position: relative;
    overflow: hidden;
    min-height: 600px;
    padding-bottom: 47.25%;
    padding-bottom: 0;
    height: 95vh;
}

.parallax28bg {
    position: absolute;
    width: 102%;
    height: 102%;
    left: -1%;
    top: -1%;
}

.parallax28bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.parallax28bg {
    will-change: transform;
}

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

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

.parallax28wz {
    max-width: 400px;
    padding-top: 0;
}

.parallax28p3 {
    color: #fff;
    margin-top: var(--mt35p);
}

.parallax28img {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    border-radius: var(--border15);
}

.parallax28img {
    max-width: 430px;
    padding: 20px;
    width: 60%;
}

.parallax28p4 {
    color: #fff;
    line-height: 1;
}

.parallax28caseing {
    border-radius: var(--border10);
    overflow: hidden;
    margin-top: var(--mt25p);
}

.parallax28caseing img {
    width: 100%;
}

.parallax28h5 {
    font-size: var(--fs20);
    color: #fff;
    line-height: 1.4;
    margin-top: 5px;
}

.parallax28jj {
    color: #fff;
    margin-top: var(--mt10p);
}

.parallax28imgm {
    padding-top: 20px;
}

.parallax28page {
    margin-top: var(--mt15p);
}

.parallax28wz2 {
    display: none;
}

.right .parallax28wz2 {
    display: block;
}

.right .parallax28wz1 {
    display: none;
}

.parallax28nicon {
    display: inline-block;
    width: 70px;
    height: 70px;
    position: relative;
}

.parallax28nicon img {
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    inset: 0;
    margin: auto;
}

.parallax28nwz {
    text-align: center;
    max-width: 684px;
}

.parallax28nwzm {
    background: rgba(000, 000, 000, 0.2);
    backdrop-filter: blur(20px);
    border-radius: var(--border15);
}

.parallax28nwzm {
    padding: 45px 30px;
    min-height: 390px;
}

.parallax28np1 {
    font-size: var(--fs28);
    line-height: 1.4;
    margin-top: 5px;
}

.parallax28np2 {
    margin-top: var(--mt15p);
}

.parallax28nwzm {
    color: #fff;
}

.parallax28n {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.parallax28n {
    bottom: 32%;
    z-index: 6;
    display: flex;
    justify-content: flex-start;
}

.right .parallax28n {
    justify-content: flex-end;
}

.lt28bwz {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 6;
}

.lt28bwz {
    top: 38%;
    width: 100%;
}

.lt28bwzm {
    /* padding: 0 8% */
    margin-top: var(--mt45p);
}

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

.lt28bwzm li {
    text-align: center;
    margin-top: 7%;
    padding: 0 1%;
    transition: all 0.5s ease;
}

.lt28bwzm-4 li {
    width: 25%;
}

.lt28bwzm-4 li:nth-child(-n+4) {
    margin-top: 0;
}

.cneg27bwzp0 {
    color: #fff;
    line-height: 1.4;
    font-size: var(--fs16);
    padding-bottom: 5px;
    margin-top: 10px;
}

.cneg27bwzicon {
    display: inline-block;
    width: 70px;
    height: 70px;
    position: relative;
}

/*  */

.payvideo {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

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

.payvideo-mid {
    width: 50px;
    height: 50px;
}

.payvideo-mid i {
    font-size: 18px;
}

.payvideo {
    /* background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px); */
    border-radius: 50%;
    cursor: pointer;
    /*background: var(--color2);*/
}

.payvideo i {
    color: #fff;
}

.payvideo:hover {
    /* background: #fff; */
    transition: all 0.3s ease;
    /*transform: scale(1.1);*/
}


.pubhover {
    transition: all 0.3s ease;
}

.pubhover:hover {
    background: url(/demo/public/pubhover.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;

}

.pubhover2:hover::before {
    background: url(/demo/public/pubhover.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.pubhover3:hover {
    background: url(/demo/public/pubhover3.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.pubhover4:hover {
    background: url(/demo/public/pubhover4.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

/*  */
.xtl30 {
    padding-top: var(--ptb);
    position: relative;
}

.xtl30m {
    position: sticky;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    top: 0;
}

.xtl30mbg {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.xtl30mbg {
    transform: scale(1.3);
    filter: brightness(100%);
}

.xtl30mzz {
    position: absolute;
    width: 40vw;
    height: 40vw;
    border: 800px solid #fff;
    box-sizing: content-box;
    border-radius: 50%;
}

.xtl30mzz {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.xtl30mzz {
    box-shadow: inset 0 10px 20px rgba(255, 255, 255, 0.2), inset 0 -10px 20px rgba(240, 240, 240, 0.5), inset 10px 0 20px rgba(232, 227, 227, 0.5), inset -10px 0 20px rgba(247, 243, 243, 0.5);
}

.xtl30n {
    height: 200vh;
}

/*  */


.product_titlele {
    display: flex;
    gap: 20px;
}

.esg9bswipersolu {
    overflow: hidden;
    padding-top: var(--mt45p);
    margin-top: 0;
}

.esg9bswiper .product_item {
    margin-top: 0;
    box-shadow: none;
}

/*  */

.js_nav_subccmn {
    height: 320px;
    overflow-y: auto;
}

.js_nav_subccmn::-webkit-scrollbar {
    width: 5px;
}

.js_nav_subccmn::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 5px;

}

.js_nav_subccmn::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 5px;
}

/* .js_nav_subccmn::-webkit-scrollbar-thumb:hover {
    background: red;
} */


/*  */

.search-result-main {
    display: block;
    margin-top: 120px !important;
    padding-top: 20px;
}

.search-result-main-p {
    font-size: 12px;
    color: #9d9d9c;
    margin-top: 0;
}

.search-result-main .input-warp {
    position: relative;
    width: 434px;
    margin: 60px auto;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    background: url(/img/search2.png) 13px 13px no-repeat;
    background-size: 20px auto;
}

.search-result-main .input-warp input {
    width: 78%;
    height: 46px;
    line-height: 46px;
    margin-left: 43px;
    border-color: transparent;
    background-color: transparent;
    outline: none;
    color: #666;
}

.searchtab {
    min-height: 400px;
}

.search-class-list {
    border-bottom: 1px solid #ddd;
}

.search-class-list li {
    float: left;
    font-size: 16px;
}

.search-class-list li.on a {
    color: #000;
}

.search-class-list li a {
    padding: 0 26px;
    padding-left: 0;
    color: #999;
    line-height: 45px;
    position: relative;
}

.search-class-list li.on a span:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #3071b7;
}

.search-result-main a {
    display: block;
}

.search-result-title {
    color: #999;
    padding-top: 20px;
}

.casedvh1 {
    height: 620px;
    background: #000;
}

.more10-color:hover {
    background: #fff;
    color: var(--color2);
    border: 1px solid var(--color2);
}

.site-baner-p2 .more10-color:hover {
    border: none;
}

/*  */
.service_bg {
    position: relative;
    overflow: hidden;
}

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

.service_bg:hover img {
    transform: scale(1.1)
}

.service_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(20%, -50%);
    color: #fff;
    width: 30%;
}

.service_p1 {
    color: #fff;
    font-size: var(--fs32);
    font-weight: bold;
}

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

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

.service {
    background: #f7f7f7;
}

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

.service_item {
    background: #fff;
    width: 32%;
    margin-right: 2%;
    padding: 50px 40px;
}

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

.service_p4 {
    font-size: var(--fs28);
    color: #222;
    font-weight: bold;
}

.service_p5 {
    font-size: var(--fs20);
    padding: 16px 0;
    font-weight: bold;
}

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

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

.service_p7 i {
    background: rgba(0, 0, 0, 1) -webkit-linear-gradient(left, rgba(72, 132, 201, 1) 0%, rgba(103, 213, 142, 1) 100%) no-repeat 0 0;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-right: 15px;
    font-weight: 800;
}

.service_p7 span {
    color: #0056a7;
}

.htfootsharea:last-child .htftssubm {
    position: relative;
    top: 60px;
}

/*  */
@media screen and (max-width:1440px) {
    .new_p3 {
        margin-top: 10px;
    }
    /*.solue2_p1{*/
    /*    font-size: 22px;*/
    /*}*/
}
