
        

@font-face {
    font-family: 'icomoon_35';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url("/font/icomoon35.eot?#iefix") format("embedded-opentype"),
    url("/font/icomoon35.woff") format("woff"),
    url("/font/icomoon35.ttf") format("truetype"),
    url("/icomoon35.svg#$font") format("svg");
}

@font-face {
    font-family: 'icomoon';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    font-family: "icomoon";
    src: url("/font/icomoon.eot?#iefix") format("embedded-opentype"),
    url("/font/icomoon.woff") format("woff"),
    url("/font/icomoon.ttf") format("truetype"),
    url("/font/icomoon.svg#$font") format("svg");
}

@font-face {
    font-family: 'icomoon2';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url("/font/icomoon2.eot?#iefix") format("embedded-opentype"),
    url("/font/icomoon2.woff") format("woff"),
    url("/font/icomoon2.ttf") format("truetype"),
    url("/icomoon2.svg#$font") format("svg");
}

@font-face {
    font-family: 'icomoon_9';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url("/font/icomoon_9.eot?#iefix") format("embedded-opentype"),
    url("/font/icomoon_9.woff") format("woff"),
    url("/font/icomoon_9.ttf") format("truetype"),
    url("/icomoon_9.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon3';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon3.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon3.woff") format("woff"), 
url("/font/icomoon3.ttf") format("truetype"), 
url("/icomoon3.svg#$font") format("svg");
}

.con-sf{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}
.con-bs-l{
    width: 40%;
    overflow: hidden;
    height:499px;
    background-image: url(/uploads/202412/1-4-1732332195-WNo-712d1176_1735032966_WNo_712d1176.png);
    background-size: cover;
    align-items: center;
    display:flex;
}


.con-bs-r{
    width: 60%;
    box-shadow: 0px 0.1rem 0.6rem rgba(30,34,40,.15);
    padding:0 3%;
    align-items: center;
    display: flex;
    background-color: #fff;
}
.conbsl-m{
    margin-left: 14%;
    color: #fff;
}
.consl-t1{
    font-size: 24px;
}
.conifs{
    color: #fff;
    font-size: 16px;
    padding-left: 35px;
    position: relative;
    width: 100%;
    margin-top: 35px;
    display: block;
}
.conifs:hover{
    color: #e48c26;
}
.conifs::before {
    position: absolute;
    font-size: 18px;
    color: #fff;
    left: 0px;
    top: -2px;
    font-family: icomoon_35;
}
.cif-em::before {
    content: '\e901';
}
.cif-tel::before {
    content: '\e942';
}
.cif-addr::before {
    content: "";
    width: 21px;
    height: 27px;
    background: url(/comm/templates/Web/en/images/jt2.png) no-repeat;
    background-size: contain;
}
.conbsl-sharef{
    margin-top: 35px;
}
.conbsl-sharef .ft-b4-sh{
    background-color: #fff;
}
.conbsl-sharef .ft-b4-sh:before {
    color: #27140F;
}
.conbsl-sharef .ft-twitter{
    color: #27140F;
    line-height: 22px;
}

.sem-tit{
    text-align: left;
    margin-bottom: 10px;
}
.send-m-f{
    width: 100%;
}
.sem-in-f{
    display: flex;
    flex-wrap: wrap;
}
.sem-in-sf{
    margin-top: 10px;
    width: 100%;
    position: relative;
}
.semin-send-error {
    position: absolute;
    padding: 8px;
    font-size: 12px;
    border: 1px solid #c80000;
    color: #c80000;
    right: 5px;
    top: 5px;
    border-radius: 10px;
    display: none;
}
.semin-send-down {
    background: #B61717;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 50;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding-left: 2%;
    transition: all 0.8s ease 0s;
    opacity: 0;
}
.semin-send-in:focus + .semin-send-down {
    opacity: 1;
    top: 45px;
}
.semin-short {
    width: 49%;
}
.semin-r {
    margin-left: 2%;
}
.semin-send-in {
    height: 45px;
    border: none;
    background: #F5F4F5;
    display: block;
    width: 100%;
    padding-left: 10px;
    font-size:16px;
color:#3E4751;
}

.semin-send-error-2 {
    position: absolute;
    padding: 8px;
    font-size: 12px;
    border: 1px solid #c80000;
    color: #c80000;
    right: 5px;
    bottom: 5px;
    border-radius: 10px;
    display: none;
}
.sem-textarea-sf{
    margin-top: 10px;
    width: 100%;
    position: relative;
}
.semin-send-textarea{
    width: 100%;
    height: 145px;
    background: #F5F4F5;
    border-radius: 0;
    padding: 10px;
    border: none;
    font-size:16px;
color:#3E4751;
}
.semin-submit{
    background: #e48c26;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    border:none;
}
.semin-submit:hover{
    background-color: #000;
}

@media screen and (max-width:980px) {
    .semin-r {
        margin-left: 0%;
    }
    .semin-short {
        width: 100%;
    }
    .con-sf {
        margin-top: 30px;
    }
    .con-bs-r {
        width: 100%;
        margin-top: 20px;
        align-items: flex-start;
        padding:20px 3%;
        padding-bottom: 25px;
    }
    .cif-addr::before {
        content: "";
        width: 20px;
        height: 21px;
        background-size: 100%;
    }
    .conifs::before {
        font-size: 16px;
        top:0px;
    }
    .conifs {
        margin-top: 20px;
        padding-left: 30px;
    }
    .con-bs-l {
        width: 100%;
        overflow: hidden;
        background-size: 567px 499px;
        align-items: center;
        display: flex;
        height: 300px;
    }
}

.jump-send-cover {
    position: fixed;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    z-index: 10100;
    overflow: hidden;
    display: none;
    left: 0px;
    top: 0px;
}
#id-jump-send-f {
    width: 1140px;
    margin: 0 auto;
    transition: all 0.6s ease 0s;
    margin-top: -800px;
    position: relative;
}
.jump-send-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-radius: 50%;
}
.jump-send-close:before {
    content: '\e60b';
    width: calc(100% + 1px);
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: icomoon;
    font-size: 25px;
    color: #181717;
    line-height: 35px;
    text-align: center;
}


@media screen and (max-width:980px) {
    .jump-send-close:before {
        font-size: 20px;
        line-height: 25px;
    }
    .jump-send-close {
        right: 10px;
        top: 10px;
        width: 25px;
        height: 25px;
    }
    .jump-send-cover .con-bs-r {
        margin-top: 0px;
    }
    .sem-textarea-sf .semin-send-down{
        display: none;
    }
    .jump-send-f{
        width: 94%!important;
    }
    .jump-send-cover .con-bs-l{
        display: none;
    }
    .fix-r-b::before {
        width: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    .fix-r-b {
        width: 35px;
        height: 35px;
        background-color: rgba(182,23,23,.5);
        border-radius: 2px;
    }
    .fix-right-f {
        top: calc(50% - 80px);
        width: 35px;
    }
}        .myBtn1 {
    position: relative;
    z-index: 99;
    background-color: #002751;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    transition: all 1s;
    width: 45px;
    height: 45px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px
}
#Back{
    z-index:11  ;
    transition: all 1s;
    position: fixed;
    top: 60%;
    right: 15px;
    opacity: 0;
}
#myBtn2 img {
    width: 27px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
#myBtn2:hover {
    background-color: #777;
}
#myBtn2 {
    position: relative;
    margin: 15px 0;
    right: 0px;
    z-index: 99;
    background-color: #6bbb5e;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    transition: all 1s;
    width: 45px;
    height: 45px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px   
}
.myBtn1 img {
    width: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.myBtn1:hover {
    background-color: #777;
}

#myBtn {
    position: relative;
    z-index: 99;
    background-color: #002751;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    transition: all 1s;
    width: 45px;
    height: 45px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px
}

#myBtn img {
    width: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

#myBtn:hover {
    background-color: #777;
}

@media screen and (max-width:850px) {
    #myBtn1 {
        opacity: 0.5;
    }

    #myBtn {
        opacity: 0.5;
    }
}        /* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-display: block;
    font-family: "bootstrap-icons";
    src: url("/statics/bootstrap-icons-1.11.3/font/fonts/bootstrap-icons.woff2?2ab2cbbe07fcebb53bdaa7313bb290f2") format("woff2"),
        url("/statics/bootstrap-icons-1.11.3/font/fonts/bootstrap-icons.woff?2ab2cbbe07fcebb53bdaa7313bb290f2") format("woff");
}

html{
    font-size: 16px ;
}

.iframeVideoBox {
    position: absolute;
    top: 0;
    width: 100%;
    padding-bottom: 56.4%;
    overflow: hidden;
}

.iframeVideoBox::after{
    width: 100% ;
    height: 100% ;
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

.iframeVideoBox iframe {
    position: absolute;
    top: 0%;
    height: 100%;
    width: 300%;
    left: -100%;
    pointer-events: none;
}

.Uswwe_d {
    position: absolute;
    top: 273px;
    left: 0;
    z-index: 1;
}

html{
    font-size: 16px;
}



#page3 {
    overflow: hidden;
}

.Highlight {
    color: #ffcc00;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5; /* 固定行高 */
}

img {
    transition: all 0.3s;
    vertical-align: middle;
    width: 100%;
 height:auto;
}

u {
    text-decoration: none;
}

input {
    outline: none;
    border: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}


textarea {
    outline: none;
    border: 0;
    background-color: transparent;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

h2 {
    font-size: 48px;
    font-weight: 700;
    color: #001E61;
}

p {
    color: #666666;
    line-height: 24px;
}

strong {
    font-weight: 700;
    color: #333333;
}




.banenr {
    width: 100%;
    overflow: hidden;
}


.hend {
    width: 100%;
    z-index: 1111;
    position: fixed;
}

.hend_jz {
    max-width: 1600px;
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}



.hend_jz1w::after {
    width: 100%;
    height: 1px;
    background-color: #7585a9;
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
}

.hend_jz_left {
    width: 172px;

}



.shejia>div {
    width: 22px;
    margin: 0 5px;
}

.shejia {
    display: flex;

}

.mail {
    width: 18px;
    margin-right: 12px;
}

.mail_flex {
    display: flex;
    align-items: center;
    color: #fff;
}
.timewe_div p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}


.vwecutting p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}



.Linewe{
    display: -webkit-box;
    -webkit-line-clamp: ;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.mail_lfrw {
    display: flex;
}

.Englwe {
    display: flex;
    align-items: center;
}

.Englwewdiqiu {
    width: 18px;
}

.downw {
    width: 15px;
}

.hend_jz_right {
    max-width: 1150px;
    width: 80%;
}

.seac {
    width: 18px;
}

.Englwe {
    color: #fff;
}

.seacwe {
    display: flex;
}

.seacwelxx {
    display: flex;
    margin-right: 12px;

}

.hend_jz_right_top {
    display: flex;
    padding: 10px 0;
    font-size: 14px;
    justify-content: space-between;
}

.mail_lfrw {
    width: 60%;
    justify-content: space-between;
}

.zxcw {
    margin-left: 12px;
}

.zxcwdEnglish {
    margin-left: 8px;
}

.zxcw input::placeholder {
    color: #fff;
}

.zxdswx {
    display: flex;
    justify-content: space-between;
}

.eeee {
    position: relative;
}

.erjic {
    min-width: 220px;
    background: #fff;
    position: absolute;
    left: 0px;
    overflow: hidden;
    top: 60px;
    z-index: 11;
    display: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ilos {
    width: 100%;
    white-space: nowrap;
    line-height: 30px;
    padding: 8px 20px;
    display: block;
    color: #262626;
    transition: all 0.3s;
    border-bottom: 1px solid #ddd;
}

.xzb_flex {
    display: flex;
    align-items: center;
    font-weight: 700;
    height: 68px;
    line-height: 68px;
    color: #fff;
}

.down_w {
    width: 11px;
    margin-left: 12px;
}

.eeee:hover .erjic {
    display: block;
}

.ilos:hover {
    background-color: #001e61;
    color: #fff;
}

.zxcw input {
    color: #fff;
}

.banenr {
    position: relative;
}

.HexHouk {
    display: none;
}

.Linesw {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.Solutionswe {
    font-size: 30px;
    color: #fff;
    margin: 33px 0;
}

.Uswe {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    color: #001E61;
    font-size: 17px;
}

.wer {
    width: 5px;
    margin-left: 12px;
}

.Uswe_div {
    background-color: #ffcc00;
    display: inline-block;
    cursor: pointer;
}

.Uswwe_d {
    width: 100%;
}

.hend {
    background-color: rgba(0, 30, 97, 0.8) !important;
}

.hend_jz1w::after {
    display: none;
}

.Usw {
    max-width: 1600px;
    width: 94%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
}

.juzx {
    max-width: 766px;
    width: 94%;
    margin: 0 auto;
    margin-top: 75px;
    position: relative;
    height: 1px;
    background-color: #e9e9e9;
}

.juzx::after {
    width: 33.3333%;
    height: 2px;
    background-color: #ffcc00;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
}

.Rich_text h2{
    font-size: 30px ;
}
.show {
    height: 300px;
}


.foort {
    width: 100%;
    background-image: url(/uploads/202412/foot_1734590695_WNo_8001d1284.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: right;
}

.foort_jz {
    padding: 60px 0;
    max-width: calc(100% - ((100% - 1600px)/2));
    width: 94%;
}

.HORIZO_jz {
    max-width: calc(100% - ((100% - 1140px)/2));
    width: 94%;
}

.Startedwe {
    font-size: 48px;
    font-weight: 700;

    color: #001E61;
}

.Getwesd {
    width: 30%;
}

.footimg {
    position: relative;
    width: 60%;
}

.footimg>div {
    top: -135px;
    position: absolute;
}

.foort_jz {
    display: flex;
    justify-content: space-between;
}

.foow {
    width: 100%;
    height: 20px;
    background-color: #ffcc00;
}

.foot_bottom {
    width: 100%;
    background-image: url(/statics/images/footimg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.foot_bottom_jz {
    max-width: 1600px;
    width: 94%;
    margin: 0 auto;
    padding: 60px 0;
}

.foot_logo {
    width: 172px;
}

.wphonew {
    width: 20px;
    margin-right: 12px;
}

.wmail {
    display: flex;
}

.wmail_Li {
    width: 25%;
}

.City {
    width: 95%;
}

.foot_bottom {
    color: #fff;
}

.wmail:nth-child(1) {
    margin-top: 33px;
}

.wmail:not(:nth-child(1)) {
    margin-top: 25px;
}

.Companyw>div:nth-child(1) {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 33px;
}

.Companyw>div:not(:nth-child(-n + 2)) {
    margin-top: 25px;
}

.foot_bottom_jz>ul {
    display: flex;
    justify-content: space-between;
}


.Companyw_x {
    width: 65%;
    display: flex;
    margin-top: 37px;
    justify-content: space-between;
}

.foot_toop {
    display: flex;
    justify-content: space-between;
}

.Policyw {
    display: flex;
    width: 40%;
    justify-content: space-between;
}

.foot_toop {
    max-width: 1600px;
    width: 94%;
    font-size: 12px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}

.foot_toop::after {
    width: 100%;
    height: 1px;
    background-color: #2a4379;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.Companywff {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


.vdoorw_dov:hover .Vieww {
    background-color: #ffcc00;
}

.Uswe_div:hover {
    background-color: #001E61;
}

.Uswe_div:hover .Uswe {
    color: #fff;
}

/* .Uswe_div:hover */

.Rich_text {
    margin-top: 20px;
}

.Rich_text * {
    padding: revert;
    margin: revert;
    list-style: disc;
    line-height: 24px;
}

.Rich_text a {
    color: #38761d;
}

.Rich_text a:hover {
    text-decoration: underline;
}

.Rich_text img {
    max-width: 100%;
    width: auto;
}


.foot_bottom a:hover {
    color: #ffcc00;
    text-decoration: underline;
}

.Vieww {
    cursor: pointer;
}












.abbenr {
    width: 100%;
    height: 450px;
    background-image: url(/uploads/202501/Blog_1735802598_WNo_1920d540.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.Pct_sld {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
}

.main {
    font-size: 40px;
    font-weight: 700;
}

.Hmex {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.rsic {
    width: 18px;
    margin: 0 10px;
} 
        .bex {
    width: 100%;
    background-image: url(/statics/images/bj1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    position: relative;
    z-index: 1;
}


.bex_jz {
    max-width: 1630px;
    width: 94%;
    margin: 0 auto;
    margin-bottom: 110px;
    margin-top: -70px;
    padding-top: 20px;
}

/* .beix_vox li {
    width: 33.333%;
    padding: 0 15px;

} */

.canpImg {
    position: relative;
    height: 300px;
    line-height: 300px;
}

.renmw img {
    top: 0;
    position: absolute;
    left: 0;
}


.canpImg>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.renmw {
    width: 40px;
    position: absolute;
    top: 20px;
    left: 20px;
    height: 46px;
}

.renmw_div {
    background-color: #fff;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.renmw_div::after {
    width: 100%;
    height: 0px;
    background-color: #ffcc00;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
}

.renmw_div:hover::after {
    height: 6px;
}

.renmw_div:hover {
    margin-top: -20px;
}


.renmw_div:hover .Vieww {
    color: #fff;
    background-color: #ffcc00;
}

.renmw_div:hover .sadc {
    color: #001E61;
}

.renmw_div:hover .Laser p {
    color: #001E61;
}

.PCSw {
    padding: 30px;
}

.sadc {
    font-size: 42px;
    font-weight: 700;
    color: #333333;
}


.Laser {
    font-size: 16px;
    font-weight: 700;
    margin: 25px 0 50px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制显示两行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    /* 保持换行 */
}

.ViewweAll {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 17px;
}

.xcv {
    font-size: 12px;
    margin-left: 12px;
}

.Vieww {
    display: inline-block;
    padding: 8px 15px;
    background-color: #001e61;
    margin-top: 70px;
    transition: all 0.3s;
}

.beix_vox {
    display: flex;
    /* margin-top: -40px; */
}

.Explore {
    width: 100%;
    background-image: url(/statics/images/bj2.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.Explore_jz {
    max-width: 1600px;
    width: 94%;
    margin: 0 auto;
    padding-top: 110px;
    margin-bottom: 160px;
}


.Explore_box {
    text-align: center;
}

.withwe {
    margin-top: 10px;
}


/* .zxdvkl>div {
    width: 49%;
} */

.swiperwen .zxdvkl{
    height: auto !important;
}

.vdoorw_dov {
    padding: 30px;
    height: 100%;
    display: flex;
    background-color: #fff;
    border: 1px solid #ededef;
    position: relative;
    justify-content: space-between;
}


.toplogo {
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
    left: 0;
}




.vdoorw_dov:hover .toplogo {
    opacity: 1;
    z-index: 1;
}

.vdoorw_dov:hover::after {
    height: 6px;
}

.vdoorw_dov::after {
    width: 100%;
    height: 0px;
    background-color: #ffcc00;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
}



.zxcwoo:hover::after {
    height: 6px;
}

.zxcwoo::after {
    width: 100%;
    height: 0px;
    background-color: #ffcc00;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
}



.pro_e {
    width: 48%;
}

.pro_e img {
    height: 100%;
    object-fit: contain;
}

.andwe {
    width: 48%;
}

.andwe p {
    display: -webkit-box;
    /* Flexbox 布局 */
    -webkit-box-orient: vertical;
    /* 设置块元素的方向为垂直 */
    -webkit-line-clamp: 4;
    /* 显示的最大行数 */
    overflow: hidden;
    /* 超出部分隐藏 */
    text-overflow: ellipsis;
    /* 显示省略号 */
    white-space: normal;
    /* 保持正常的文本换行 */
}

.T140Aw {
    font-size: 36px;
    font-weight: 700;
    color: #001E61;
    margin-bottom: 10px;
    height: 88px;
}

.Viewwwe {
    margin-top: 33px;
}

.vdoorw {
    margin-top: 55px;
}

/* .vdoorw {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */

.zxdvkl>div:not(:nth-child(-n + 2)) {
    margin-top: 30px;
}


.About_lea {
    width: 100%;
    background-image: url(/uploads/202412/aboy-1-_1734506027_WNo_7336d2792.jpg);
    background-repeat: no-repeat;
    background-size: calc(1920px - 100px) 100%;
    display: flex;
    justify-content: right;
}

.About_lea_jz {
    max-width: calc(100% - ((100% - 1600px)/2));
    width: 94%;
    padding: 110px 0;
    display: flex;
    justify-content: space-between;
}

.About_lea_left {
    width: 40%;
}

.LEADcw p {
    margin-top: 20px;
}

.sales_ul {
    display: flex;
    justify-content: space-between;
    margin-top: 33px;
}

.shuxc {
    font-size: 48px;
    font-weight: 700;
    color: #001E61;
    margin-bottom: 10px;
}

.shuxc span {
    font-size: 21px;
    font-weight: 400;
}

.Uswe_divwe {
    margin-top: 33px;
}

.About_lea_right {
    width: 55%;
    position: relative;
}

.zvwv::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #ffffff, transparent);
}


.zxdvkl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.About_lea_right>div {
    top: -187px;
    height: 698px;
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.About_lea_right>div img {
    position: absolute;
    top: 0;
    height: 100%;
    width: auto;
}

.bfas {
    width: 100px;
    height: 100px;
    /* Ensure the element is square */
    position: absolute;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    top: 50%;
    cursor: pointer;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
}



.bfas::after {
    width: 100px;
    height: 100px;
    z-index: 1;
    content: '';
    background-color: rgba(236, 213, 100, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    animation: diffuse 3s infinite;
}

.bfas img {
    position: relative;
    z-index: 2;
}

@keyframes diffuse {
    0% {
        transform: scale(1);
        opacity: .4;
    }

    100% {
        transform: scale(2);
        opacity: .1;
    }
}

.renmw_div {
    position: relative;
}

.bolgwe {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s;
    z-index: -1;
}


.renmw_div:hover .bolgwe {
    opacity: 1;
    z-index: 1;
}


/* .bfas::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background-color: rgba(241, 196, 0, 0.6);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
    z-index: -1;
    animation: diffusion 1.5s infinite ease-out;
} */


@keyframes diffusion {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

.ustom {
    width: 100%;
    background-image: url(/statics/images/bj4.png);
    background-repeat: no-repeat;
    background-size: cover;

}

.ustom_jz {
    max-width: 1600px;
    width: 94%;
    margin: 0 auto;
    padding: 110px 0;
}

.swiper_zhw {
    margin-top: 55px;
    padding: 30px 0 !important;
}

.swiper_zhw .swiper-slide-active>img {
    transform: scale(1.2);
}

/* .swiper_zhw .swiper-wrapper{
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
} */

.swiper_zhw .swiper-slide {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.zxcwxc img {
    width: auto;
    margin-right: 25px;
}

.zxcwxc {
    display: flex;
    width: 23%;
}

.brand {
    width: 85%;
}

.brandwe {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}


.xcvss {
    font-size: 36px;
    font-weight: 700;
    color: #001e61;
    margin-bottom: 20px;
}

.ooper {
    width: 100%;
    margin: 0 auto;
}


.insd_ul {
    display: flex;
    margin-top: 55px;
}

.insd_ul li {
    transition: all 1s;
    cursor: pointer;
    position: relative;
    flex: 1;
    overflow: hidden;
    height: 520px;

}

.insd_ul .Uswe_divwe {
    opacity: 0;
}

.bej {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    transition: all 0.3s;
}

.insd_ul li:hover .bej {
    opacity: 1;
}


.insd_ul li:hover .bej {
    opacity: 1;
}

.insd_ul li:hover {
    flex: 3;
}

.insd_ul li:not(:nth-child(1)) {
    margin-left: 5px;
}

.HINPwe {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.zxcvwePHINPAr {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #001E61;
}

.insd_ul li:hover .zxcvwePHINPAr {
    font-size: 36px;
}

.News_c {
    width: 100%;
    background-image: url(/statics/images/ziyuna.png);
}

.Viewwwebox {
    margin-top: 0;
}

.Better {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 0 10px;
}


.Getwe {
    max-width: 1630px;
    width: 94%;
    margin: 0 auto;
    padding: 110px 0 140px 0;
}

.theGet {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #001e61;
}

.timeweblxi li {
    width: 33.333%;
    padding: 0 10px;
}


.timeweblxi {
    margin-top: 55px;
    display: flex;
}

.timewe img {
    width: 12px;
}

.timewe {
    display: flex;
    font-size: 14px;
    align-items: center;
    color: #808080;
}

.timewe_div {
    padding: 25px;
}

.Linewe {
    font-size: 16px;
}

.Linewe {
    margin: 20px 0;
    font-weight: 700;
}

.zxcwoo {
    border: 1px solid #f1f1f1;
    cursor: pointer;
    position: relative;
}

.blxiwe img {
    width: 100%;
}

.Vieww:hover {
    background-color: #ffcc00;
}


.zxcwoo:hover .Linewe u {
    color: #001E61;
    text-decoration: underline;
}

.blxiwe {
    overflow: hidden;
}

.zxcwoo:hover .blxiwe img {
    transform: scale(1.1);
}

.swiperwe3 .swiper-scrollbar {
    max-width: 766px;
    width: 94%;
    margin: 0 auto;
    margin-top: 75px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    height: 2px;
    background-color: #e9e9e9;
}


.swiperwen  .swiper-scrollbar {
    max-width: 766px;
    width: 94%;
    margin: 0 auto;
    margin-top: 75px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    height: 2px;
    background-color: #e9e9e9;
}

.swiperwen .swiper-scrollbar-drag {
    background-color: #ffcc00;
    height: 2px;
}

.scrollbarwe {
    position: relative;
    display: flex;
    justify-content: center;
}


.bex_jz {
    padding-bottom: 50px;
}

.swiperwe3 .swiper-scrollbar-drag {
    background-color: #ffcc00;
    height: 2px;
}

.bex .prevrt {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    left: 30px;
}


.bex .nextrt {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    right: 30px;
}



.Explore .nextrt1we {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    right: 30px;
    top: 59%;
}


.Explore .prevrt1we {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    left: 30px;
    top: 59%;
}


.bex_jz{
    content-visibility: auto;
    contain-intrinsic-size: 300px; /* 预估高度为 300px */
}


.canpImg{
    aspect-ratio: 523 / 300; /* 固定宽高比 */
}
.renmw_div{
    aspect-ratio: 523.328 / 681.500;
}


.Explore .swiper-button-prev:after,
.Explore .swiper-button-next:after {
    font-size: 18px !important;
    color: #001e61 !important;
    font-weight: 900;
}


.Explore .swiper-button-prev.swiper-button-prev:hover {
    background-color: #001e61;
    color: #fff !important;
}

.Explore .swiper-button-prev.swiper-button-prev:hover:after {
    color: #fff !important;
}


.Explore .swiper-button-next.swiper-button-next:hover {
    background-color: #001e61;
    color: #fff !important;
}

.Explore .swiper-button-next.swiper-button-next:hover:after {
    color: #fff !important;
}








.bex .swiper-button-prev:after,
.bex .swiper-button-next:after {
    font-size: 18px !important;
    color: #001e61 !important;
    font-weight: 900;
}


.bex .swiper-button-prev.swiper-button-prev:hover {
    background-color: #001e61;
    color: #fff !important;
}

.bex .swiper-button-prev.swiper-button-prev:hover:after {
    color: #fff !important;
}


.bex .swiper-button-next.swiper-button-next:hover {
    background-color: #001e61;
    color: #fff !important;
}

.bex .swiper-button-next.swiper-button-next:hover:after {
    color: #fff !important;
}        

.blog_box{
    width: 100% ;
    background-image: url(/statics/images/blsd.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top  left;
}


.blog_x{
    max-width: 1140px ;
    width: 94% ;
    margin: 0  auto;
    padding: 110px 0 ;
}

.time1_fw img{
    width: 18px ;
}

.time1_fw{
    color: #001E61;
    display: flex;
   align-items: center;
}

.zxcwde{
    padding: 20px 30px ;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.PHINPAh1{
    font-size: 48px ;
    font-weight: 700;
    color: #001E61;
}

.time1_fw img{
    margin-right: 12px ;
}

.zuozewe{
    display: flex;
}

.zuozewe .time1_fw:nth-child(1){
    margin-right: 30px ;
}

.shej img{
    width: 18px ;
}

.shej{
    display: flex;
}

.ascdx{
    display: flex;
    margin-top: 20px ;
    justify-content: space-between;
    align-items: center;
}

.shej div:not(:nth-child(1)){
    margin-left: 10px ;
}

.Betterw{
    font-size: 36px ;
    font-weight: 700;
    color: #333333;
}

.pinglun{
    margin-top: 33px ;
}        .Malw {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Malw_left {
    width: 48%;
}




.Malw_right {
    width: 48%;
}

.Lineww>div:nth-child(1) {
    font-size: 24px;
    font-weight: 700;
    color: #E48C26;
}


.Lineww>div:nth-child(2) {
    margin-top: 20px;
    color: #332C2B;
}

.Malw {
    max-width: 1350px;
    width: 94%;
    margin: 0 auto;
    margin-top: 135px ;
}
.Malw_right>.Lineww:not(:nth-child(1)){
    margin-top: 33px ;
}

.zxfsww::after{
    width: 200px ;
    content: 'Consult the Machine';
}

.zxfsww{
    width: 200px ;
}

.Malw_bx{
  max-width: 1350px ;
  width: 94% ;
  margin: 0 auto;
  margin-top: 55px ;
}

.fueb{
    padding: 20px ;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.Like_Y{
    max-width: 1350px ;
    width: 94%;
    margin: 0 auto;
    margin-top: 135px ;
}

.vasf{
    font-size: 36px ;
    font-weight: 700;
    color: #202121;
}

.uldin_div{
    margin-top: 55px ;
    max-width: 1370px ;
    width: 94% ;
    margin: 0 auto;
    margin-bottom: 135px ;
}

.ssssafas li{
    width: 33.33% ;
    padding: 0 10px ;
}

.asfvgv{
    padding: 10px 0 ;
    text-align: center;
    background-color: #e3e3e3;
    font-weight: 500;
    font-size: 18px ;
}
.ssssafas{
    margin-top: 55px ;
     display: flex;
     
}        @font-face {
font-display: swap;
    font-style: normal;
    font-weight: 400;
font-family: "ico"; 
src: 
url("/new/font/icomoon_pl.eot?#iefix") format("embedded-opentype"), 
url("/new/font/icomoon_pl.woff") format("woff"), 
url("/new/font/icomoon_pl.ttf") format("truetype"), 
url("/new/font/icomoon_pl.svg#$font") format("svg");
}
.review-f{
    float:left;
width:100%;
margin-top:20px;
}
.re-title{
    float:left;
width:100% ;
padding:30px 30px;
background:#F7F7F7;
border-radius: 7px;
}
.re-t-num{
            float:left;
color:#001e61;
font-size:25px;
}
.re-t-n2{
    color:#000;
font-size:16px;
}
.re-t-share-f{
        float:right;
}
.re-t-s{
    float: left;
    width: 30px;
    height: 30px;
    
}
.re-t-s:before {
    width: 30px;
    display: inline-block;
    font-family: icomoon;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
}
.re-t-s:hover:before{
    color:#cf0023;
}
.rts-twitter:before {
    color: #219bcf;
    content: '\e62b';
}
.rts-facebook{
    margin-left:15px;
}
.rts-facebook:before {
    color: #66679d;
    content: '\e62c';
}
.re-main-f{
    float:left;
width:100%;
padding-bottom:10px;
}
.re-single-f{
    float:left;
width:100%;
margin-top:30px;
position:relative;
    /*border-bottom:1px solid #CCCCCC;*/
}
.re-single-f:before{
    content:'';
    position:absolute;
height:calc(100% - 25px);
width:2px;
background:#cf0023;

}
.re-m-l-m-f{
    float:left;
width:calc(100% - 25px);
margin-left:25px;
padding-bottom:20px;
}
.re-m-title{
    float:left;
width:100%;
}
.re-m-user{
    float:left;
width:35px;
}
.re-m-t-name{
    float:left;
width:calc(100% - 60px);
margin-left:25px;
color:#383838;
font-size:16px;
margin-top:10px;
}
.rev-pass-tip {
    color: #383838;
    font-style: italic;
}
.re-m-content{
    float:left;
width:100%;
color:#4c4c4c;
font-size:16px;
line-height:30px;
margin-top:20px;
font-family: 'Roboto',  sans-serif;
}
.re-send-f{
    float:left;
width:100%;
margin-top:30px;
}
.re-send-title-f{
    float:left;
width:100%;
}
.re-send-t-b{
    float:left;
width:100%;
color:#000;
font-size:20px;
font-weight:bold;
}
.re-send-t-m{
    float:left;
width:100%;
color:#4c4c4c;
font-size:15px;
margin-top:20px;
font-family: 'Roboto',  sans-serif;
}
.re-send-in-f{
    float:left;
width:100%;
margin-top:10px;
}
.re-send-in-cont{
    float: left;
    width: 100% ;
    margin-top: 10px;
    border: 1px solid #DCDCDC;
    height: 98px;
    padding: 10px 15px;
    outline: none;
border-radius: 7px;
font-size: 15px;
    color: #000;
    font-family: Arial,'Roboto',  sans-serif;
}
.re-send-in-cont:hover{
    border: 1px solid #002751;
}
.re-send-input-f{
    float:left;
width: 49% ;
font-family: 'Roboto',  sans-serif;
margin-top:20px;
}

.re-s-inp-txt{
    float:left;
width:100%;
font-size:15px;
color:#707071;
}
.intip{
    color:#cf0023;
display:none;
}
.intip:before{
    content: '\ea08';
    position: absolute;
    font-family: ico;
}
.rsif2{
margin-left: 2% ;
}
.re-s-inp{
    float: left;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #DCDCDC;
    height: 50px;
    padding: 10px 15px;
    outline: none;
    font-size: 15px;
    color: #000;
    font-family: Arial,'Roboto',  sans-serif;
border-radius: 7px;
}
.re-s-inp:hover{
    border: 1px solid #002751;
}
.re-send-btn{
    float:left;
width:100%;
padding-top:15px;
padding-bottom:15px;
    background-color: #002751;
color:#fff;
font-size:18px;
margin-top:25px;
text-align:center;
border-radius: 7px;
cursor:pointer;
}
.re-send-btn:hover{
    background:#ffcc00;
}





.Ton_ul>li {
width: 33.3333%;
}

.arrt {
text-align: left;
font-weight: 700;
    color: #333333;
margin: 15px 0;
}

.Ton_ul li {
margin-top: 0;
}

.Ton_ul {
margin-top: 0;
}

.videoimg {
overflow: hidden;
}

.videoimg img {
transition: all 0.3s;
}

.Ton_ul{
display: flex;
flex-wrap: wrap;
padding: 0 10px ;
}
.Ton_ul li:not(:nth-child(-n + 3)){
margin-top: 20px ;
}

.Ton_ul li:hover .videoimg img {
transform: scale(1.1);
}

.Ton_ul li:hover .arrt {
color: #00a4f8;
}
.ib1-m-p-btn2{
position: absolute;
left: 50% ;
top: 50% ;
transform: translate(-50% , -50%);
}
.Products{
  max-width: 1350px ;
  width: 94% ;
  margin: 110px auto;
}







        @media screen and (min-width:1921px) {
    .About_lea {
        background-size: cover;
    }
}



@media screen and (max-width:850px) {
    .hend {
        display: none;
    }

    .Linesw {
        font-size: 26px;
    }

    .Solutionswe {
        font-size: 18px;
    }

    .beix_vox {
        margin-top: 60px;
    }

    .juzx {
        margin-top: 33px;
    }

    .bex_jz {
        margin-bottom: 60px;
    }

    .Usw {
        position: static;
        padding: 20px 0;
        transform: none;
    }

    .blxiwecc {
        padding: 0;
    }

    .Framew {
        height: auto;
    }

    .iframeVideoBox {
        display: none;
    }

    .Uswwe_d {
        position: static !important;
    }

    .Uswwe_d {
        background-color: #f3f4ff;
    }

    .Download_ef>div:not(:nth-child(1)) {
        margin-left: 0px;
        margin-top: 10px;
    }

    .rts::after {
        width: 100%;
        bottom: -129px;


    }

    .Download_ef {
        flex-wrap: wrap;
    }

    .Download_ef>div {
        width: 100%;
    }

    .beix_vox li {
        width: 100%;
        padding: 0;
    }

    .foot_bottom {
        margin-bottom: 60px;
    }

    .beix_vox li:not(:nth-child(1)) {
        margin-top: 20px;
    }

    .sadc {
        font-size: 26px;
    }

    .Explore .prevrt1we {
        display: none;
    }

    .Explore .nextrt1we {
        display: none;
    }

    .bex .nextrt {
        display: none;
    }

    .bex .prevrt {
        display: none;
    }

    .mblSw {
        margin: 0 auto;
        width: 92%;
        margin: 0 auto;
    }

    .Linesw {
        color: #333;
    }

    .Solutionswe {
        color: #666;
    }

    .Explore_jz {
        padding-top: 60px;
    }

    .About_lea_right>div {
        position: relative;
        top: auto;
    }

    h2 {
        font-size: 26px;
    }

    .shuxc {
        font-size: 26px;
    }

    .About_lea_jz {
        padding: 60px 0;
    }

    .About_lea_jz {
        margin: 0 auto;
        flex-direction: column-reverse;
    }

    .About_lea_right {
        width: 100%;
    }

    .About_lea_left {
        width: 100%;
        margin-top: 20px;
    }

    .Explore_jz {
        margin-bottom: 60px;
    }

    .ustom_jz {
        padding: 60px 0;
    }

    .brandwe {
        flex-wrap: wrap;
    }

    .zxcwxc {
        width: 100%;
    }

    .zxcwxc:not(:nth-child(1)) {
        margin-top: 20px;
    }

    .insd_ul {
        flex-wrap: wrap;
        margin-top: 33px;
    }

    .insd_ul li {
        width: 100%;
        flex: none !important;
    }

    .theGet {
        font-size: 26px;
    }

    .Getwe {
        padding: 60px 0 70px 0;
    }

    .Better {
        padding: 0;
        flex-wrap: wrap;
    }

    .Viewwwebox {
        margin-top: 20px;
    }

    .timeweblxi {
        flex-wrap: wrap;
    }

    .timeweblxi li {
        width: 100%;
        padding: 0;
    }

    .timeweblxi li:not(:nth-child(1)) {
        margin-top: 20px;
    }

    .footimg>div {
        position: static;
    }

    .Startedwe {
        font-size: 26px;
    }

    .foort_jz {
        margin: 0 auto;
    }

    .footimg {
        display: none;
    }

    .Getwesd {
        width: 100%;
    }

    .foot_bottom_jz>ul {
        flex-wrap: wrap;
    }

    .wmail_Li {
        width: 100%;
    }

    .Companyw {
        width: 48% !important;
    }

    .Companyw_x {
        width: 100%;
        flex-wrap: wrap;
        justify-content: normal;
        justify-content: space-between;
    }

    .Companyw_x li:not(:nth-child(-n + 2)) {
        width: 48%;
        margin-top: 20px;
    }

    .Companyw>div:not(:nth-child(-n + 2)) {
        margin-top: 15px;
    }

    .vdoorw {
        margin-top: 33px;
    }

    .vdoorw li {
        width: 100%;
    }

    .Companyw>div:nth-child(1) {
        margin-bottom: 20px;
    }

    .vdoorw_dov {
        flex-direction: column-reverse;
    }

    .pro_e {
        width: 100%;
    }

    .andwe {
        width: 100%;
    }

    .T140Aw {
        font-size: 26px;
    }

    .vdoorw_dov {
        padding: 20px;
    }

    .vdoorw li:not(:nth-child(1)) {
        margin-top: 20px;
    }

    .foot_bottom_jz {
        padding: 30px 0;
    }

    .swiper_zhw {
        margin-top: 33px;
    }

    .xcvss {
        font-size: 26px;
    }

    .insd_ul li:not(:nth-child(1)) {
        margin-left: 0;
        margin-top: 10px;
    }

    .foot_toop {
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .Policyw {
        flex-wrap: wrap;
    }

    .Policyw {
        width: 100%;
    }

    .Policyw div {
        padding: 10px 0;
    }

    .Companywff .Companyw {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .shejia>div {
        margin: 0;
        margin-right: 10px;
    }

    .timewe_div {
        padding: 15px;
    }

    .Solutionswe {
        margin: 20px 0;
    }

    .Vieww {
        margin-top: 33px;
    }

    .brandwe {
        margin-top: 33px;
    }

    .i1_ul li {
        margin-top: 60px;
        padding-bottom: 100px;
    }

    .zxcvwePHINPAr {
        transition: all 0.3s;
    }

    .Cases {
        margin: 60px auto;
    }

    .HexHouk {
        display: block;
    }

    .blog_x {
        padding: 60px 0;
    }

    .Getwe {
        padding: 60px 0;
    }

    .PHINPAh1 {
        font-size: 26px;
    }

    .bnxz_div {
        flex-wrap: wrap;
    }

    .blxiwe {
        width: 100%;
    }

    .blog_obx {
        margin: 60px auto;
    }

    .blxiwecc {
        width: 100%;
        margin-top: 20px;
    }

    .cata {
        margin: 60px auto;
    }

    .catawe li {
        width: 100%;
    }

    .Download_flex {
        flex-direction: column;
    }

    .Cata {
        width: 100%;
    }

    .lessw {
        width: 100%;
        margin-top: 20px;
    }

    .catawe li:not(:nth-child(1)) {
        margin-top: 20px;
    }

    .proIg_lt a {
        flex-direction: column;
    }

    .proIg {
        width: 100%;
    }

    .proIg_l {
        width: 100%;
    }

    .DCNC {
        margin: 60px auto;
    }

    .intelligent_ul {
        margin-top: 33px;
    }

    .gui_f {
        flex-direction: column-reverse;
    }

    .czxcw {
        width: 100%;
    }

    .gui_f_left {
        width: 100%;
        margin-top: 20px;
    }

    .flow {
        font-size: 26px;
    }

    .intelligent {
        width: 80%;
    }

    .Lasser {
        font-size: 26px;
    }

    .andCNC {
        width: 100%;
        flex-direction: column;
    }

    .Center {
        width: 100%;
    }

    .Center:not(:nth-child(1)) {
        margin-top: 20px;
    }

    .achinin_box {
        margin-top: 60px;
    }

    .They_div {
        padding: 15px;
    }

    .gui_f {
        margin-bottom: 60px;
    }

    .pro_det_box {
        padding: 60px 0;
    }

    .zxcwMachining {
        font-size: 26px;
    }

    .about {
        padding: 60px 0 60px 0;
    }

    .abnt {
        flex-direction: column-reverse;
        margin-bottom: 60px;
    }

    .abnt_right {
        width: 100%;
    }

    .abnt_left {
        width: 100%;
        margin-top: 20px;
    }

    .Linewe1 {
        font-size: 26px;
        width: 100%;
    }

    .xlmkk {
        width: 100%;
        align-items: self-start;
        flex-direction: column;
    }

    .Uswe_div {
        margin-top: 20px;
    }

    .pro_s {
        margin-top: 60px;
    }

    .Betterw {
        font-size: 26px;
    }

    .Get_jz {
        flex-direction: column;
    }

    .Get_left {
        width: 100%;
    }

    .cus_right {
        width: 100%;
        margin-top: 20px;
    }

    .Get {
        padding: 20px;
        margin: 60px auto;
    }

    .Hmex {
        flex-wrap: wrap;
    }

    .zxcvvww_ul li {
        width: 100%;
        padding: 0;
    }

    .main {
        font-size: 30px;
    }

    .withwer {
        width: 100%;
    }

    .post {
        width: 70px;
    }

    .Pct_sld {
        width: 100%;
    }

    .butww3 {
        width: 150px;
    }

    .code {
        width: 70px;
        margin: 0 10px;
    }

    .Naw_flex {
        margin-bottom: 10px;
    }

    .ontaw {
        margin-bottom: 20px;
    }

    .wmail_Li {
        padding: 20px;
    }

    .bexkv {
        display: none;
    }

    .swiperwe {
        height: 200px !important;
        padding-top: 50px !important;
    }

    .i1_ul {
        flex-wrap: wrap;
    }

    .i1_ul li {
        width: 48%;
    }

    .i1_ul li:not(:nth-child(-n + 2)) {
        margin-top: 20px;
    }

    .Corporate {
        padding: 60px 0;
    }

    .Customers {
        margin: 60px auto;
    }

    .moreKonw {
        margin-top: 33px;
    }

    .Help_f_roigt {
        position: static;
        min-width: auto;
        width: 100%;
    }

    .swiper2_cv {
        padding: 20px 0;
        background-color: rgb(241 233 233 / 30%);
        position: static;
    }

    .swiper2 {
        width: 100%;
    }

    .Help_f {
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 60px;
    }

    .Customers1 {
        margin-bottom: 33px;
    }

    .Help_f_left {
        width: 100%;
    }

    .Help_f_roigt {
        padding: 20px;
    }

    .led_div {
        width: 85%;
    }
}














































































@media screen and (max-width:850px) {

    .HexHouk {
        display: block;
    }

    .Hdad {
        width: 100%;
        display: flex;
        transition: all 0.3s;
        justify-content: space-between;
    }

    .Hdad_left>img {
        width: 130px;
    }

    #checkbox {
        display: none;
    }

    .toggle {
        position: relative;
        width: 40px;
        height: 40px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        transition-duration: .3s;
    }

    .bars {
        width: 100%;
        height: 4px;
        background-color: rgb(76, 189, 151);
        border-radius: 5px;
        transition-duration: .3s;
    }

    /* Hide the default checkbox */

    .inbenr {
        margin-top: 67px;
    }

    .xiala {
        width: 33px;
    }

    .checkmark span {
        width: 29px;
        height: 2px;
        background-color: #333;
        position: absolute;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .checkmark span:nth-child(1) {
        top: 10%;
    }

    .checkmark span:nth-child(2) {
        top: 50%;
    }

    .checkmark span:nth-child(3) {
        top: 90%;
        display: block;
    }


    .Hdad {
        position: fixed;
        top: 0;
        z-index: 111;
        /* border-radius: 0 0 10px 10px ; */
    }

    .Hdad_right_img {
        width: 29px;
        margin-right: 20px;
    }

    .Hdad_right_img img {
        width: 100%;
    }

    .Hdad_box {
        padding: 15px 0;
        width: 100%;
        position: relative;
        display: flex;
        /* background-color: #fff; */
        align-items: center;
        justify-content: space-between;
    }

    .Hdad_left {
        margin-left: 10px;
    }

    .Hdad_right {
        margin-right: 15px;
        display: flex;
        align-items: end;
    }

    .xialakuan {
        transition: all 0.3s;
        overflow: hidden;
        z-index: 111;
        height: 0;
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        background-color: #ffffff;
        box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    }

    .xialakuan {
        display: block;
    }

    .sousuosaa {
        display: block;
    }

    .xialakuan::after {
        width: 100%;
        content: '';
        position: absolute;
        top: 0;
        height: 2px;
        background-color: var(--bt);
    }

    .xialakuan>li {
        font-weight: 500;
        border-bottom: 1px solid #ddd;
        padding: 15px 15px 15px 15px;
    }


    .cat {
        position: relative;
    }

    .xialakuan>li img {
        right: 20px;
        position: absolute;
        top: 19px;
        width: 16px;
    }

    .Closure>img {
        width: 35px;
    }

    .catUl li {
        margin-top: 10px;
    }

    .catUl {
        height: 0;
        overflow: hidden;
        margin-left: 20px;
        transition: all 0.3s;
    }

    .active {
        transform: rotate(180deg);
    }

    .ClosureImg_div {
        position: relative;
        width: 100%;
        height: 35px;
    }

    .ClosureImg {
        position: absolute;
        right: 10px;
        top: 9px;
        width: 35px;
    }

    .ClosureImg img {
        width: 100%;
    }

    .sousuosaa {
        transition: all 0.3s;
        right: -500%;
        z-index: 111111;
        top: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.9);
    }

    .guanbaaaa img {
        float: right;
        margin: 55px;
        cursor: pointer;
        width: 35px;
    }

    .actid img {
        /* padding: 12px; */
        width: 25px;
    }

    .serac1 {
        background-color: #ffffff;
        border-radius: 10px;
        height: 50px;
        width: 68%;
        border: 1px solid #ebece9;
    }

    .serac {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        justify-content: space-around;
        display: flex;
    }

    .actid {
        border-radius: 50%;
        height: 50px;
        background-color: #ffffff;
        border: 1px solid #ebece9;
        width: 50px;
    }

    .HINPwe {
        width: 94%;
    }

    .serac input {
        font-size: 14px;
        padding-left: 20px;
        height: 50px;
        width: 88%;
        border: 0;
        outline: none;
        background-color: transparent;
    }

    .Leading_b {
        height: 933px;
    }

    .boxnersss {
        padding-top: 209px;
        flex-direction: column;
    }

    .JERA {
        height: 300px;
    }

    .cpxq {
        flex-direction: column;
    }

    .cpxq_left {
        width: 100%;
    }

    .cpxq_right {
        width: 100%;
        margin-top: 20px;
    }

    .piew {
        font-size: 25px;
    }

    .Descriptionw {
        margin-top: 20px;
    }
}    