
      


.xunpam{
    width: 1140px ;
    margin: 0 auto;
}
.reply {
    margin-top: 60px;
    border-radius: 10px;
    overflow: hidden;
}

.Enter {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px;
    background-color: #00529F;
}

.Ema {
    padding: 25px 10px;
    background-color: #EEEEEE;
}

.Emainput input {
    outline: none;
    border: 0;
    width: 98%;
    height: 100%;
    padding-left: 10px;
    background-color: transparent;

}

.Emainput {
    display: flex;
    justify-content: space-between;
}

.Emainput>div {
    width: 49%;
    border-radius: 10px;
    background-color: #ffffff;
    height: 45px;
}

.Ema>.Emainput:not(:nth-child(1)) {
    margin-top: 15px;
}

.cart>input {
    outline: none;
    border: 0;
    width: 98%;
    height: 100%;
    padding-left: 10px;
    background-color: transparent;
}

.cart img {
    transition: all 0.3s;
    transform: rotate(180deg);
    width: 20px;
    margin-right: 15px;
}

.cart:hover .downssss {
    transform: none;
}

.cart {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
    border-radius: 10px;
    background-color: #ffffff;
    height: 45px;
    position: relative;
}

#vuele {
    width: 80%;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.cart_down {
    transition: all 0.5s;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    top: 51px;
    background-color: #ffffff;
    position: absolute;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.cart:hover .cart_down {
    max-height: 600px;
}

#checkboxsss {
    cursor: pointer;
}

.cart_down_ul {
    padding: 62px 25px;
    display: flex;
    flex-wrap: wrap;
}

.cart_down_ul>li {
    cursor: pointer;
    font-size: 14px;
    padding: 10px 0;
    width: 32%;
    margin-right: 10px;
    display: flex;
}

#checkboxsss {
    margin-right: 10px;
}

.textinr textarea {
    outline: none;
    border: 0;
    width: 99%;
    height: 96%;
    padding-top: 10px;
    padding-left: 10px;
    background-color: transparent;
}

.textinr {
    width: 100%;
    height: 275px;
    border-radius: 10px;
    margin-top: 15px;
    background-color: #ffffff;
}

/* 修改placeholder的颜色 */
::placeholder {
    color: #4a4a4a;
    /* 设置占位符的颜色 */
}

/* 修改Webkit浏览器（如Chrome和Safari）中placeholder的颜色 */
::-webkit-input-placeholder {
    color: #4a4a4a;
}

/* 修改Firefox浏览器中placeholder的颜色 */
:-moz-placeholder {
    color: #4a4a4a;
}

/* 修改IE浏览器中placeholder的颜色 */
::-ms-input-placeholder {
    color: #4a4a4a;
}

.post {
    width: 121px;
    height: 48px;
    border: 1px solid #c4c4c4;

}

.post>img {
    width: 100%;
    height: 100%;
}

.code {
    width: 147px;
    height: 48px;
    border: 1px solid #c4c4c4;
    margin: 0 15px;
}

.code>input {
    outline: none;
    border: 0;
    width: 95%;
    height: 100%;
    padding-left: 10px;
    background-color: transparent;
}

.yanz {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.butww {
    transition: all 0.3s;
    cursor: pointer;
    width: 314px;
    height: 47px;
    background-color: #00529F;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.butww:hover {
    background-color: #E60012;
}

/* 修改placeholder的颜色 */
.code>input::placeholder {
    color: #E60012;
    /* 设置占位符的颜色 */
}

/* 修改Webkit浏览器（如Chrome和Safari）中placeholder的颜色 */
.code>input::-webkit-input-placeholder {
    color: #E60012;
}

/* 修改Firefox浏览器中placeholder的颜色 */
.code>input:-moz-placeholder {
    color: #E60012;
}

/* 修改IE浏览器中placeholder的颜色 */
.code>input::-ms-input-placeholder {
    color: #E60012;
}

.xinf>img {
    width: 20px;
    margin-right: 20px;
    height: 15px !important;
}

.xinf {
    font-size: 0;
}      .myBtn1 {
    position: relative;
    z-index: 99;
    background-color: #E60012;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    transition: all 1s;
    width: 50px;
    height: 50px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px
}
#Back{
    z-index:11  ;
    transition: all 1s;
    position: fixed;
    top: -100%;
    right: 15px;
}
#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: #E60012;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    transition: all 1s;
    width: 50px;
    height: 50px;
    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: #00529F;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    transition: all 1s;
    width: 50px;
    height: 50px;
    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;
    }
}      @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: 'icomoon_seh';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon_seh.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon_seh.woff") format("woff"), 
url("/font/icomoon_seh.ttf") format("truetype"), 
url("/font/icomoon_seh.svg#$font") format("svg");
}
@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: '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");
}
@font-face {
    font-family: 'icomoon4';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon4.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon4.woff") format("woff"), 
url("/font/icomoon4.ttf") format("truetype"), 
url("/icomoon4.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon5';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon5.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon5.woff") format("woff"), 
url("/font/icomoon5.ttf") format("truetype"), 
url("/icomoon5.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: 'icomoon_g';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon_g.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon_g.woff") format("woff"), 
url("/font/icomoon_g.ttf") format("truetype"), 
url("/icomoon_g.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon_26';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon26.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon26.woff") format("woff"), 
url("/font/icomoon26.ttf") format("truetype"), 
url("/icomoon26.svg#$font") format("svg");
}

/* cyrillic-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
.partners{
    text-align: center;
}
/* greek */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.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: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.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: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.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: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.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: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.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: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Inter', sans-serif;
}
.butww9:hover{
    background-color: #E60012;
}
a {
    color: inherit;
    /* 继承父元素的颜色 */
    text-decoration: none;
    cursor: pointer;
    /* 删除下划线 */
}
.head:hover{
    top: 0px !important;
}
.shjao>div img {
    width: 25px;
}
.needs_box_right{
     color:#4a4a4a;
}
.fwenw *{
    line-height: 1.75em;
    padding: revert;
     margin: revert;
}
.fwenw  h2{
    #00529F
}
.lgoa1_box{
    text-align: center;
}
.opimg img{
 width:100%;
}
.inquiryUl_li{
    margin-bottom:15px ;
}
#rst {
    transition: all 0.3s;
    position: fixed;
    z-index: 1111;
    top: 0;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.head_shang {
    width: 1140px;
    margin: 0 auto;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.Latest_right{
    position: sticky;
    top: 35px;
}
.head_shang::after {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background-color: #eaeaea;
}

.head {
    width: 100%;
    background-color: #ffffff;
}

.shjao {
    display: flex;
}
.scrollLoading{
    width: 100%;
}
.headShang_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shjao>div {
    margin-right: 10px;
}
.partner_TEct textarea{
    width: 97% !important;
    padding: 12px 0 0 12px !important;
    height: 95% !important; 
}
.cart_down_ul {
    padding: 20px 25px !important;
}
.search {
    margin: 5px;
    width: 15px;
}

.sousuo input {
    border: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    outline: none;
}
.sousuo form{
    width: 100%;
    height: 100%;
}
.sousuo {
    height:28px ;
    display: flex;
    align-items: center;
    border: 1px solid #eaeaea;
}

.headShang_left {
    width: 57%;
}

.hnlogo {
    font-size: 0;
}

.sousuo {
    width: 77%;
}

.main {
    width: 100%;
    background-color: #eee;
}

.main_jz {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.main_jz img {
    width: 9px;
    height: 12px;
}

.main_jz>div {
    font-size: 12px;
    padding: 15px 0;
    margin-right: 15px;
}


.Amci {
    width: 30px;
    font-size: 0;
    margin-right: 10px;
}

.Amci>img {
    width: 100%;
}

.Yss {
    transition: all 0.3s;
    color: #ffffff;
    font-size: 14px;
    width: 187px;
    height: 32px;
    background-color: #00529F;
    text-align: center;
    line-height: 32px;
}

.Yss:hover {
    cursor: pointer;
    /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; */
    background-color: #E60012;
}

.down {
    width: 10px;
}

.headShang_right {
    display: flex;
    align-items: center;
}


.butww1 {
    transition: all 0.3s;
    cursor: pointer;
    width: 314px;
    height: 47px;
    background-color: #00529F;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.butww1:hover {
    background-color: #E60012;
}


.Amcisss {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.Amcisss {
    font-size: 12px;
} 
.list>ul>li:hover{
     color:#E60012;
}


.head_xia {
    width: 1140px;
    margin: 0 auto;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hnlogo>a> img {
    width: 177px;
}

.list {
    width: 59%;
}

.list>ul {
    display: flex;
    font-weight: 500;
    justify-content: space-between;
}

.innbner {
    margin-top: 149px;
    width: 100%;
    position: relative;
    background-image: url();
    background-repeat: no-repeat;
    height: 647px;
    background-size: 1920px 647px;
}
.Food_inber{
    margin-top: 143px;
}

.After_sales  .Contact {
    background-color: #E60012;
}
.code>input{
    width: 93% !important;
}
.CONTACT1ss {
    cursor: pointer;
    transition: all 0.3s;
    width: 187px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    background-color: #ffffff;
    margin-top: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #353535;
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    25%,
    75% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }
}

.shake {
    animation: shake 0.5s ease-in-out;
}

.fwenw h2 {
    color: #000000;
}

.fwenw h3 {
    color: #4a4a4a;
}

.fwenw p {
    color: #4a4a4a;

}






.CONTACT1ss:hover {
    color: #ffffff;
    background-color: #00529F;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.PET {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    width: 417px;
}

.Injection {
    font-size: 36px;
    color: #ffffff;
}

.eeee {
    position: relative;
}

.yicn {
    position: absolute;
    top: 43px;
    left: -100px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -o-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.eeee:hover .yicn {
    background-color: rgba(255, 255, 255);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    visibility: visible;
    opacity: 1;
    top: 43px;
    z-index: 1111;
    left: 4px;
}


.yicn li::after {
    transition: all 0.5s;
    width: 0;
    background-color: #D3422F;
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.yicn li:hover::after {
    width: 100%;
}

#ssww li {
    transition: all 0.3s;
}

.yicn li {
    color: #353535 !important;
    white-space: nowrap;
}
img{
    height:auto;
}
.yicn>div {
    margin: 20px;
}

.yicn li {
    position: relative;
    padding: 15px 0;
    margin: 0 15px;
    list-style: none;
}


.scrollLoading{
    transition: all 0.3s;
}
.SolutionsIben {
    width: 100%;
    background-repeat: no-repeat;
    height: 440px;
    background-size: 1921px 100%;
    background-image: url(/uploads/202312/banner2_1701684418_WNo_1920d438.jpg);
    margin-top: 149px;
    position: relative;
}
.direct{
    top: 15% !important;
}
.Iben {
    width:100%;
    text-align: center;
    position: absolute;
    top: 50%;
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img1 {
    font-size: 0 !important;
}










.butww3 {
    transition: all 0.3s;
    cursor: pointer;
    width: 314px;
    height: 47px;
    background-color: #00529F;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.butww3:hover {
    background-color: #E60012;
}

.Makes{
    text-align: center;
}

.sales{
    width:70%;
}
.fenyww *{
    box-sizing: border-box;
    margin: revert;
    padding: revert;
    list-style: disc;
    color:#4a4a4a;
}





.foot {
    width: 100%;
    background-color: #F5F5F5;

}

.foot_jz {
    width: 1140px;
    margin: 0 auto;
    padding-top: 60px;
}

.anniufoot {
    width: 100%;
    background-image: url(/statics/images/footimg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 210px;
    position: relative;

}

.anniufoot_nri {
    text-align: center;
}

.FORAY {
    padding-top: 35px;
    font-size: 36px;
    font-weight: 500;
    color: #ffffff;
}



.foot_jz_UL>li>div:nth-child(1) {
    font-size: 18px;
}

.foot_jz_UL>li:nth-child(1) {
    width: 25%;
}

.foot_jz_UL {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mail {
    margin-right: 15px;
    width: 20px;
}

.phone {
    margin-right: 15px;
    width: 20px;
}
.cart img{
    width: 15px !important;
}
.zuobiao {
    margin-right: 15px;
    width: 20px;
}

.butww {
    height: 49px !important;
}

.felx {
    display: flex;
}

.foot_jz_UL>li>div {
    margin-bottom: 20px;
}

.foot_jz_UL>li>div:not(:nth-child(1)) {
    font-size: 14px;
}

.Started_foot>ul {
    flex-wrap: wrap;
    display: flex;
    font-size: 14px;
    padding: 15px 0;
    justify-content: space-between;
}

.Started_foot {
    position: relative;
}
.have{
    font-weight:400;
}
.Started_foot::after {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.foot_jz_UL a:hover {
    color: #E60012;
    text-decoration: underline;
}

.Started_foot a:hover {
    color: #E60012;
    text-decoration: underline;
}

.Mould>div {
    margin-bottom: 20px;
}


.plUs1 {
    display: flex;
    justify-content: space-between;
}

.plus {
    width: 15px;
}

.plusIMg {
    display: none;
}


.head_jz1 {
    display: none;
}

.Hdad {
    display: none;
}

.active {
    transform: rotate();
}


@media screen and (max-width:1440px) {
    .main_jz {
        width: 94%;
    }

}

@media screen and (min-width:1921px) {
    .innbner {
        background-size: cover !important;
    }
    .SolutionsIben{
        background-size: cover !important;
    }
    .ProPET{
        background-size: cover !important;
    }
}

@media screen and (max-width:1440px) {
    .After_sales_box{
        width:100% ; 
    }
    .reply{
        width:94% !important;
    }
    .head_shang {
        width: 94%;
    }

    .head_xia {
        width: 94%;
    }

    .foot_jz {
        width: 94%;
    }
}


@media screen and (max-width:850px) {
    #rst {
        display: none;
    }

    .FORAY {
        font-size: 27px;
    }

    .foot_jz_UL>li:nth-child(1) {
        width: 100%;
    }
  .foot{
    margin-bottom:60px ;
  }
    .foot_jz_UL>li {
        width: 100%;
    }

    .PET {
        width: 94%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .plusIMg {
        display: block;
    }

    .plUs1 {
        position: relative;
        padding-bottom: 10px;
    }

    .plUs1::after {
        width: 50px;
        height: 2px;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #00529F;
    }

    .Mould {
        transition: all 0.3s;
        max-height: 0;
        overflow: hidden;
    }

    .Started_foot>ul li {
        margin-right: 15px;
    }
}



@media screen and (max-width:850px) {
    .Started_foot>ul li:last-child{
        width: 100% !important; 
    }

    .smop{
         width:100%;
    }
    .SolutionsIben{
        margin-top: 80px !important;
    }
    .innbner {
        margin-top: 79px;
    }

    .Hdad {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .Hdad_left>a>img {
        width: 150px;
    }

    #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 */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .container {
        display: block;
        position: relative;
        cursor: pointer;
        font-size: 20px;
        user-select: none;
    }

    .checkmark {
        position: relative;
        top: 0;
        left: 0;
        height: 1.3em;
        width: 1.3em;
    }

    .checkmark span {
        width: 29px;
        height: 2px;
        background-color: #E60012;
        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;
    }

    .container input:checked+.checkmark span:nth-child(1) {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -o-transform: translateY(-50%) rotate(45deg);
    }

    .container input:checked+.checkmark span:nth-child(2) {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        -o-transform: translateY(-50%) rotate(-45deg);
    }

    .container input:checked+.checkmark span:nth-child(3) {
        transform: translateX(-50px);
        -webkit-transform: translateX(-50px);
        -moz-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        -o-transform: translateX(-50px);
        opacity: 0;
        /* display: none; */
    }

    .Hdad {
        position: fixed;
        top: 0;
        background-color: #ffffff;
        z-index: 111;
    }

    .Hdad_right_img {
        width: 28px;
        margin-right: 15px;
    }

    .Hdad_right_img img {
        width: 100%;
    }

    .Hdad {
        box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    }

    .Hdad_box {
        padding: 15px 0;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .Hdad_left {
        margin-left: 10px;
    }

    .Hdad_right {
        margin-right: 25px;
        display: flex;
    }


    .xialakuan {
        display: none;
        transition: all 0.3s;
        overflow: hidden;
        position: absolute;
        width: 100%;
        top: 77px;
        background-color: #ffffff;
        box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    }

    .xialakuan::after {
        width: 100%;
        content: '';
        position: absolute;
        top: 0;
        height: 2px;
        background-color: #D3422F;
    }

    .xialakuan>li {
        font-weight: 500;
        border-bottom: 1px solid #ddd;
        padding: 15px 15px 15px 15px;

    }

    .show {
        max-height: 500px;
    }

    .cat {
        position: relative;
    }
    .fenyww img{
        display:block;
    }
    .xialakuan img {
     right:10px ;
        position: absolute;
        top: 19px;
        width: 16px;
    }

    .catUl li {
        margin-top: 10px;
    }

    .catUl {
        margin-left: 20px;
        display: none;
        transition: all 0.3s;
    }

    .active {
        transform: rotate(180deg);
    }


    .sousuosaa {
        transition: all 0.3s;
        right: -500%;
        z-index: 111111;
        top: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: #E60012;
    }

    .guanbaaaa img {
        float: right;
        margin: 60px;
        width: 25px;
        height: 25px;
    }

    .actid img {
        width: 25px;
        height: 25px;
    }

    .serac1 {
        background-color: #ffffff;
        border-radius: 30px;
        height: 50px;
        width: 65%;
        border: 1px solid #ebece9;
    }

    .serac {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        justify-content: center;
        display: flex;
    }

    .actid {
        border-radius: 50%;
        height: 48px;
        background-color: #ffffff;
        border: 1px solid #ebece9;
        width: 53px;
    }

    .serac input {
        font-size: 14px;
        padding-left: 10px;
        height: 50px;
        width: 88%;
        border: 0;
        outline: none;
        background-color: transparent;
    }

    .bigpppp_right {
        height: 100%;
        background-color: #ffffff;
        width: 70%;
        float: right;
    }

    .bigpppp_right img {
        width: 40px;
        height: 40px;
    }

    .bigpppp_right>ul li {
        margin-left: 20px;
        margin-top: 30px;
        display: flex;
        align-items: center;

    }

    .bigpppp_right>ul>li div {
        margin-left: 15px;
        font-size: 16px;
        font-weight: 500;
    }


    .butww1{
        width:147px !important;
    }

    .cart_down_ul>li {
        width: 100% !important;
    }

    .cart_down_ul {
        padding: 0 10px !important;
    }
    butww1 {
        width:147px !important;
    }
    .partner_right_box {
        padding: 20px !important;
    }
    .xinf{
        display:none;
    }
    .Started_foot>ul li:not(:nth-child(1)){
        width: 46% ;
        margin-top:10px ;
    }
}





.langurlarrBtin {
    display: block;
    font-size: 16px;
    float: left;
    padding: 5px;
    padding-left: 45px;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
    }
    .langurlarrBtin:after {
    content: '';
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    border: 6px solid transparent;
    border-top-color: #fff;
    right: 10px;
    top: 13px;
    }
    .bllangurlarrBtin:after{
    border-top-color: #303030;
    }
    
    .LangUrlArrf {
    float: left;
    margin-left: 35px;
    position: relative;
    
    }
    
    .langurlarrBtin:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 6px;
    background-image: url(/new/templates/Web/en/images/cLang.png);
    background-repeat: no-repeat;
    width: 27px;
    height: 18px;
    background-position: 0 -46px;
    }
    
    .NewsCompany {
        width: 113px !important;
    }
    .langurlarrself {
    position: absolute;
    left: 0px;
    top: 37px;
    background: #fff;
    border-top: none;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    width: 115px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    display: none;
    }
    .After_sales_box{
        width:100%;
    }
    .langurlarr-self-a {
    display: block;
    padding: 5px;
    float: left;
    padding-left: 10px;
    position: relative;
    width: 100%;
    }
    .llsa-lf {
    float: left;
    background-repeat: no-repeat;
    width: 27px;
    height: 18px;
    background-position: 0 px;
    }
    .langsonname {
    float: left;
    margin-left: 9px;
    color: #444444;
    font-size: 12px;
    }      .Latest {
    width: 1140px;
    margin: 0 auto;
    margin-top: 130px;
    align-items: self-start;
    justify-content: space-between;
    display: flex;
    margin-bottom: 110px;
}

.Jan {
    position: relative;
}

.Jandiv {
    left: 27px;
    bottom: -32px;
    position: relative;
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #ff5c35;
    color: #ffffff;
    border-radius: 8px;

}

.Jandiv>div {
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;

}

.Janconet {
    padding: 50px 30px 20px 20px;
}

.Jan img {
    width: 100%;
}





.FaqUL>li:not(:nth-child(1)) a {
    margin-top: 33px;
}

.transportation {
    font-size: 21px;
    font-weight: bold;
    color: #3a3a3a;
}

.News {
    width: 56px;
    color: #ffffff;
    height: 24px;
    background-color: #D3422F;
    text-align: center;
    line-height: 24px;
}

.News_box {
    margin: 15px 0;
    display: flex;
    align-items: center;
}

.News_sj {
    color: #D3422F;
    margin-left: 15px;
}

.Oxidants {
    overflow: hidden;
    /* 隐藏超出容器高度的部分 */
    display: -webkit-box;
    /* 将元素显示为弹性盒子 */
    -webkit-line-clamp: 2;
    /* 设置最大显示行数为2行 */
    -webkit-box-orient: vertical;
    /* 设置弹性盒子的垂直方向排列 */
    text-overflow: ellipsis;
    /* 显示省略号 */
    color: #606060;
}



.ghaaa input {
    padding-left: 5px;
    width: 100%;
    outline: none;
    border: 0;
    background-color: transparent;
    height: 100%;
}

.ryimg {
    padding-left: 10px;
}

.ghaaa {
    display: flex;
    align-items: center;
    margin-top: 30px;
    height: 42px;
    border: 1px solid #e9e9e9;
    width: 99%;
}

.Latest_right img {
    width: 24px;
    height: 20px;
}

.Latest_right {
    width: 342px;
}

.hot {
    font-size: 21px;
    color: #3A3A3A;
    font-weight: 700;
    padding-left: 20px;
}

.w1 {
    display: flex;
    align-items: center;
}

.Coming {
    font-size: 14px;
}

.Coming li {
    font-size: 14px;
    color: #353535;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 20px;
}




.bosaaaa {
    padding-bottom: 30px;
}















.ghaaa form{
    width: 100%;
    height: 100%;
}





.FaqUL {
    width: calc(100% - 370px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.FaqUL  li{
    width:100% ; 
}









.Today {
    margin-top: 20px;
    width: 100%;
}

.Consultation {
    padding: 20px 15px;
}

.Today_box {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    width: 99%;
}

.aadwww1 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #00529F;
}

.irtnpu {
    width: 100%;
    background-color: #EEEEEE;
    height: 50px;
    margin-bottom: 10px;
}

.irtnpu input {
    padding-left: 10px;
    outline: none;
    border: 0;
    background-color: transparent;
    width: 98%;
    height: 100%;
}

.afint {
    margin-top: 20px;
}

.text {
    width: 100%;
    height: 188px;
    background-color: #EEEEEE;
}

.respect {
    color: #606060;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    margin-top: 15px;
}

.text textarea {
    padding-top: 10px;
    padding-left: 10px;
    width: 96%;
    height: 95%;
    outline: none;
    border: 0;
    background-color: transparent;
}

.caaw_left {
    width: 30%;
}

.caaw_left>img {
    width: 100%;
}

.FaqUL>li a{
    position: relative;
    display: flex;
    padding-bottom: 30px;
}

.caaw_right {
    margin-left: 25px;
    width: 60%;
}

.FaqUL>li a::after {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #eeeeee;
}

.Oct {
    font-size: 18px;
    font-weight: bold;
    color: #353535;
}

.Oct1 {
    font-size: 14px;
    color: #D3422F;
    margin: 20px 0;
}

.Oct2 {
    font-size: 14px;
    color: #353535;
}

.Learn {
    margin-top: 20px;
    font-size: 14px;
    color: #353535;
}

.butww1 {
    transition: all 0.3s;
    cursor: pointer;
    width: 314px;
    height: 47px;
    background-color: #00529F;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.butww1:hover {
    background-color: #E60012;
}

.xinf>img {
    width: 20px;
    margin-right: 20px;
}

.xinf {
    font-size: 0;
}


.FaqUL_vox {
    padding: 32px 15px 20px 15px;
}

.Admin {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.Admin::after {
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    position: absolute;
    bottom: -22px;
    left: 0;
    content: '';
}

.Blue img {
    width: 20px;
}

.Admin_flex {
    position: relative;
    width: 43%;
    display: flex;
    color: #414141;
    font-size: 14px;
    justify-content: space-between;
}
.fwenw a{
    color: rgb(230, 0, 18);
}
.Admin_flex::after {
    width: 2px;
    position: absolute;
    content: '';
    right: 29%;
    transform: translateX(-50%);
    top: 3px;
    background-color: #E60012;
}
.fwenw * {
    list-style: disc;
}
.exhibition {
    font-size: 30px;
    font-weight: 600;
    color: #353535;
}

.Admin {
    margin-top: 20px;
}

.fwenw {
    margin-top: 30px;
}

.showsss {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}







.Contact1 {
    width: 1140px;
    margin: 0 auto;
    margin-bottom: 130px;
}

.now {
    font-size: 36px;
    font-weight: bold;
    color: #353535;
    text-align: center;
}

.reply {
    margin-top: 60px;
    border-radius: 10px;
    overflow: hidden;
}

.Enter {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px;
    background-color: #00529F;
}

.Ema {
    padding: 25px 10px;
    background-color: #EEEEEE;
}

.Emainput input {
    outline: none;
    border: 0;
    width: 98%;
    height: 100%;
    padding-left: 10px;
    background-color: transparent;

}

.Emainput {
    display: flex;
    justify-content: space-between;
}

.Emainput>div {
    width: 49%;
    border-radius: 10px;
    background-color: #ffffff;
    height: 45px;
}

.Ema>.Emainput:not(:nth-child(1)) {
    margin-top: 15px;
}

.cart input {
    outline: none;
    border: 0;

    height: 100%;
    padding-left: 10px;
    background-color: transparent;
}

.cart {
    width: 100%;
    margin-top: 15px;
    border-radius: 10px;
    background-color: #ffffff;
    height: 45px;
}


.textinr textarea {
    outline: none;
    border: 0;
    width: 99%;
    height: 96%;
    padding-top: 10px;
    padding-left: 10px;
    background-color: transparent;
}

.textinr {
    width: 100%;
    height: 275px;
    border-radius: 10px;
    margin-top: 15px;
    background-color: #ffffff;
}

/* 修改placeholder的颜色 */
::placeholder {
    color: #4a4a4a;
    /* 设置占位符的颜色 */
}

/* 修改Webkit浏览器（如Chrome和Safari）中placeholder的颜色 */
::-webkit-input-placeholder {
    color: #4a4a4a;
}

/* 修改Firefox浏览器中placeholder的颜色 */
:-moz-placeholder {
    color: #4a4a4a;
}

/* 修改IE浏览器中placeholder的颜色 */
::-ms-input-placeholder {
    color: #4a4a4a;
}

.post {
    width: 121px;
    height: 48px;
    border: 1px solid #c4c4c4;

}

.post>img {
    width: 100%;
    height: 100%;
}

.code {
    width: 147px;
    height: 48px;
    border: 1px solid #c4c4c4;
    margin: 0 15px;
}

.code>input {
    outline: none;
    border: 0;
    width: 95%;
    height: 100%;
    padding-left: 10px;
    background-color: transparent;
}

.yanz {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.butww {
    transition: all 0.3s;
    cursor: pointer;
    width: 314px;
    height: 47px;
    background-color: #00529F;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.butww:hover {
    background-color: #E60012;
}

/* 修改placeholder的颜色 */
.code>input::placeholder {
    color: #E60012;
    /* 设置占位符的颜色 */
}

/* 修改Webkit浏览器（如Chrome和Safari）中placeholder的颜色 */
.code>input::-webkit-input-placeholder {
    color: #E60012;
}

/* 修改Firefox浏览器中placeholder的颜色 */
.code>input:-moz-placeholder {
    color: #E60012;
}

/* 修改IE浏览器中placeholder的颜色 */
.code>input::-ms-input-placeholder {
    color: #E60012;
}

.xinf>img {
    width: 20px;
    height: 15px !important;
    margin-right: 20px;
}

.xinf {
    font-size: 0;
}






.Contact {
    transition: all 0.3s;
    cursor: pointer;
    width: 187px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    font-size: 12px;
    font-weight: bold;
    background-color: #00529F;
    margin: 0 auto;
    color: #ffffff;
    margin-top: 45px;
}

.complex-button {
    /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    /* border-radius: 10px; */
}

.complex-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: skewX(-30deg);
    transition: all 1s ease-in-out;
}

.complex-button:hover::before {
    left: 100%;
}

.complex-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease-in-out;
}

.complex-button:hover::after {
    width: 100%;
}

.complex-button span {
    position: relative;
    z-index: 1;
}

.complex-button:hover {
    color: #ffffff;
    background-color: #E60012;
}







.Might {
    width: 1140px;
    margin: 0 auto;
    margin-bottom: 130px;
}

.Might1 {
    font-size: 36px;
    color: #353535;
    font-weight: 500;
}

.Might_ul {
    margin-top: 60px;
}

.Might_li3 {
    width: 20%;
}

.Might_li3>img {
    width: 100%;
}

.Might_li a {
    display: flex;
    justify-content: space-between;

}

.Might_li1_blod {
    align-items: self-end;
    font-size: 36px;
    font-weight: bold;
    color: #302F30;
    display: flex;
    justify-content: space-between;
}

.Might_li1_blod>div:nth-child(1) {
    font-size: 21px;
    font-weight: 600;
    color: #302F30;
}

.Might_li1_blod>div:nth-child(2) {
    font-size: 36px;
    font-weight: bold;
    color: #302F30;
}

.NewsCompany {
    transition: all 0.3s;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    line-height: 27px;
    width: 96px;
    height: 27px;
    border-radius: 20px;
    font-size: 12px;
    background-color: #E60012;
}

.NewsCompany:hover {
    background-color: #00529F;
}

.Might_li2 img {
    width: 35px;
}

.Might_li2 {
    width: 57%;
}

.Might_li2>div:nth-child(1) {
    font-size: 18px;
}

.Might_li2>div:nth-child(2) {
    margin-top: 25px;
    margin-bottom: 35px;
    font-size: 14px;
}

.Might_li {
    position: relative;
    padding-bottom: 50px;
}

.Might_li::after {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #EEEEEE;
}

.Might_ul>li:not(:nth-child(1)) {
    margin-top: 55px;
}



@media screen and (max-width:1440px) {
    .Latest {
        width: 94%;
    }

    .Contact1 {
        width: 94%;
    }

    .Might {
        width: 94%;
    }

}

@media screen and (max-width:850px) {

    .Latest {
        flex-direction: column;
    }

    .FaqUL {
        width: 100%;
    }

    .Admin_flex {
        width: 100%;
    }

    .Latest_right {
        margin-top: 20px;
        width: 100%;
    }

    .Admin {
        flex-direction: column;
    }

    .Latest {
        margin-bottom: 65px;
        margin-top: 65px;
    }

    .reply {
        margin-top: 30px;
    }

    .Contact1 {
        margin-bottom: 65px;
    }

    .Might1 {
        font-size: 24px;
    }

    .Might_li a {
        flex-direction: column-reverse;
    }

    .Might_li3 {
        width: 100%;
    }

    .Might_li2 {
        margin-top:15px ;
        width: 100%;
    }

    .Might {
        margin-bottom: 65px;
    }

    .Blue {
        margin-top: 25px;
    }

    .Might_li1_blod {
        display: none;
    }

    .FaqUL>li a {
        flex-direction: column;
    }

    .caaw_left {
        width: 100%;
    }

    .caaw_right {
        width: 100%;
        margin-left: 0;
    }
    .Admin_flex::after{
        display:none;
    }
    .exhibition{
        font-size: 24px;
    }
}
.Admin_flex::after{
  height: 87% ;
}
      .rili{
        width: 25px ;
        font-size: 0;
        margin-right: 5px ;
      }
      .rili img{
        width: 100%;
      }
      .Admin_flex>div{
        display: flex;
        align-items: center;
      }
 .fwenw *{
   word-wrap: break-word;
 }

 .FaqUL li{
   color: #4a4a4a;
 }
  