
    @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_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_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: '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: '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");
}
:root{
    --MainColor:#be0008;
}
.mobile-header {
    position: fixed;
    left: 0px;
    width: 100%;
    display: none;
    z-index: 1000;
    transition: all 0.6s ease 0s;
    height: 60px;
    background-color: #fff;
    top:0px;
}
h1,h2,h3{
    font-size: 1em;
    font-weight:normal;
}
.mobile-tool {
    width: 100%;
}
html{
    scroll-behavior: smooth;
}
.mobile-tool-center {
    width: 94%;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}
.mobile-logo-f {
    float: left;
    white-space: nowrap;
    width: 35px;
    margin-top: 14px;
}
.mobile-logo-f:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mob-logo-img {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top: 0px;
}
.mob-nav-share {
    float: left;
    margin-top: 30px;
    overflow: hidden;
    display: flex;
    gap:10px;
}
.linkedin:before {
    content: '\e630';
}
.youtube:before {
    content: '\e634';
}
.mob-nav-share .fb3-sh {
    background-color: var(--MainColor);
    border-radius: 50%;
    color: #fff;
    position: relative;
}
.fb3-sh {
        width: 25px;
        height: 25px;
        display: block;
    text-align: center;
    }
.mob-nav-share .fb3-sh.twitter {
    line-height: 26px;
}
    .fb3-sh:before {
        line-height: 25px;
        color: #fff;
    }
.mobile-menu {
    cursor: pointer;
    float: right;
    width: 30px;
    text-align: center;
}
.mobile-menu:before {
    content: '\f0c9';
    display: block;
    font-family: icomoon5;
    font-size: 30px;
    color: var(--MainColor);
    line-height: 60px;
    float: left;
}
.mob-contact-btn {
    cursor: pointer;
    float: right;
    width: 30px;
    margin-right: 20px;
    text-align: center;
}
.mob-contact-btn:before {
    content: '\e900';
    display: block;
    font-family: icomoon5;
    font-size: 25px;
    color: var(--MainColor);
    line-height: 60px;
    float: left;
}
.mob-search-btn {
    cursor: pointer;
    float: right;
    width: 30px;
    margin-right: 20px;
    text-align: center;
}
.mob-search-btn:before {
    content: '\e900';
    font-family: icomoon_seh;
    display: block;
    font-size: 25px;
    color: var(--MainColor);
    line-height: 60px;
    float: left;
}
.mob-search-cover {
    position: fixed;
    right: 0px;
    width: 100%;
    height: 100%;
    background: var(--MainColor);
    z-index: 1001;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s ease 0s;
}
.mob-sr-close {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.mob-contact-det-f {
    float: right;
    width: 320px;
    height: 100%;
    background: #fff;
    margin-right: -320px;
    transition: all 0.8s ease 0s;
}
.mob-sr-close:before {
    content: '\e60b';
    font-family: icomoon;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 50px;
}
.fb3-sh:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-family: icomoon;
    font-size: 12px;
    transition: all 0.2s ease 0s;
}
.facebook:before {
    content: '\e62c';
}
.mob-search {
    position: absolute;
    width: 350px;
    left: calc(50% - 175px);
    top: 50%;
    transform: translate(0, -50%);
}
.mob-srh-form {
    float: left;
    width: 100%;
}
.mob-srh-in {
    float: left;
    width: calc(100% - 70px);
    border: none;
    height: 55px;
    border-radius: 27.5px;
    background: #fff;
    padding-left: 20px;
    font-size: 14px;
}
.srh-btn {
    float: left;
    width: 55px;
    height: 55px;
    margin-top: 0px;
    margin-left: 15px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    position: relative;
}
.srh-btn span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.srh-btn span:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '\e900';
    width: 100%;
    height: 100%;
    font-family: icomoon_seh;
    color: #202020;
    font-size: 20px;
    line-height: 55px;
    text-align: center;
}
.mob-con-cover {
    position: fixed;
    right: 0px;
    width: 100%;
    height: 100%;
    background: var(--MainColor);
    z-index: 1001;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s ease 0s;
}
.mob-con-d {
    float: left;
    margin: 30px 25px;
    width: calc(100% - 50px);
    position: relative;
}
.mob-con-d-close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.mob-con-d-close:before {
    content: '\e60b';
    font-family: icomoon;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #333;
    line-height: 30px;
}
.mob-nav-btn {
    float: right;
    width: 30px;
    height: 30px;
    position: relative;
    margin-top: 7px;
    cursor: pointer;
    transition: all 0.6s ease 0s;
}
.mob-nav-btn:before {
    content: '\e900';
    position: absolute;
    right: 5px;
    top: 3px;
    color: #363636;
    font-size: 18px;
    font-family: icomoon3;
}

.nav-f-3 {
  position: absolute;
  top: 0px;
  left: 100%;
  border-left: 1px solid rgb(226, 226, 226);
  border-radius: 3px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 5%);
      background-color: #fff;
  min-width: 100%;
  z-index: 100;
  display: none;
}

.ilos:hover .nav-f-3 {
  display: block;
}

.nav-s-3 {
  float: left;
  width: 100%;
}

.nav-s-3:hover .nav-s-3-a {
  color: var(--MainColor);
}

.nav-s-3-a {
  float: left;
  width: calc(100% - 0px);
  padding: 10px 20px 10px 20px;
  color: #222;
  font-size: 16px;
  white-space: nowrap;
}


.con-s-sin {
    float: left;
    width: 100%;
    margin-top: 35px;
}
.coss-em::before {
    font-family: icomoon_35;
    content: '\e901';
}
.cons-s-img {
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    position: relative;
}
.cons-s-img::before {
    position: absolute;
    width: 100%;
    line-height: 30px;
    text-align: center;
    color: #B61717;
    font-size: 26px;
}
.cons-s-t {
    float: left;
    margin-left: 4%;
    width: calc(92% - 30px);
    margin-top: 3px;
}
.cons-t-t1 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}
.cons-t-t2 {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 18px;
    margin-top: 10px;
}
.cons-s-img {
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    position: relative;
}
.coss-tel::before {
    content: '\e942';
    font-family: icomoon_35;
}
.mobile-dowshow {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 0px;
    background: #fff;
    transition: all 0.6s ease 0s;
    overflow: hidden;
    z-index: 1001;
}
.mb-down-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
}
.mb-down-close:before {
    content: '\e60b';
    display: block;
    font-family: icomoon;
    font-size: 22px;
    color: #1c1c1c;
    line-height: 30px;
    text-align: center;
}
.mob-nav1 {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.mob-nav-s1 {
    float: left;
    width: 100%;
    position: relative;
}
.mob-col-name1 {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #D6D6D6;
}
.mob-col-name1:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0;
    height: 1px;
    background: var(--MainColor);
    transition: all 0.6s ease 0s;
}
.mob-nav-a1 {
    float: left;
    font-size: 14px;
    padding-top: 13px;
    padding-bottom: 10px;
    color: #1c1c1c;
    text-transform: uppercase;
}
.mob-nav2 {
    float: left;
    width: 100%;
    display: none;
}
.mob-nav-s2 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
}
.mob-col-name2 {
    float: left;
    width: 100%;
}
.mob-nav-a2 {
    float: left;
    margin-left: 6%;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0s ease 0s;
    color: #1c1c1c;
}
.mob-nav3 {
    float: left;
    width: 100%;
    display: none;
}
.cersinp{
    cursor: pointer;
}
@media screen and (max-width: 850px) {
    .mobile-header {
        display: block;
    }
} 
    .fix-right-f {
    position: fixed;
    top: calc(50% - 80px);
    right: 0px;
    width: 48px;
    z-index: 30;
}
.fix-r-b {
    width: 48px;
    height: 48px;
    display: block;
    position: relative;
    background-color: var(--MainColor);
    border-radius: 5px;
    margin-top: 5px;
    cursor: pointer;
    transition: all 0.6s ease 0s;
}
.fix-r-b::before{
    position: absolute;
    width: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.fix-r-b:hover{
    background-color: #777;
}
.fly-wt::before{
    content: '\ea93';
    font-family: icomoon2;
}
.fly-em::before{
    content: '\e901';
    font-family: icomoon_35;
}
.fly-up{
    background-color: #20201F;
}
.fly-up::before{
    content: "\e901";
    font-family: 'icomoon_9';
}
.jump-send-cover {
    position: fixed;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: hidden;
    display: none;
    left: 0px;
    top: 0px;
}
#id-jump-send-f {
    width: 700px;
    margin: 0 auto;
    transition: all 0.6s ease 0s;
    margin-top: -800px;
    position: relative;
    background-color: #fff;
}
.jump-send-cet {
    padding: 30px;
}
.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(229,0,18,.5);
        border-radius: 2px;
    }
    .fix-right-f {
        top: calc(50% - 80px);
        width: 35px;
    }
}    /* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u-w4BMUTPHjxsIPx-mPCLQ7A.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: 'Lato';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u-w4BMUTPHjxsIPx-oPCI.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;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI9w2_FQft1dw.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: 'Lato';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI9w2_Gwft.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;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxsAUi-qJCY.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: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxsAXC-q.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;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI5wq_FQft1dw.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: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI5wq_Gwft.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;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI3wi_FQft1dw.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: 'Lato';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI3wi_Gwft.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;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHh30AUi-qJCY.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: 'Lato';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHh30AXC-q.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;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USSwaPGR_p.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: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USSwiPGQ.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;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjxAwXjeu.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: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.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;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwaPGR_p.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: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ.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;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh50XSwaPGR_p.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: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh50XSwiPGQ.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-family: "iconfont"; /* Project id 4966797 */
  src: url('//at.alicdn.com/t/c/font_4966797_a5484zweija.woff2?t=1753427400807') format('woff2'),
       url('//at.alicdn.com/t/c/font_4966797_a5484zweija.woff?t=1753427400807') format('woff'),
       url('//at.alicdn.com/t/c/font_4966797_a5484zweija.ttf?t=1753427400807') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.jiajin-dengluzhuceguanbi:before {
  content: "\e62c";
}

.jiajin-sanjiao_top:before {
  content: "\e605";
}

.jiajin-sanjiao-down:before {
  content: "\e606";
}

.jiajin-zuoyoujiantou:before {
  content: "\e602";
}

.jiajin-zuoyoujiantou1:before {
  content: "\e604";
}

.jiajin-kuaijin:before {
  content: "\e7f4";
}

.jiajin-wenda:before {
  content: "\e643";
}

.jiajin-down2:before {
  content: "\e623";
}

.jiajin-shangchuantupian:before {
  content: "\e62d";
}

.jiajin-xinhao:before {
  content: "\e612";
}

.jiajin-search:before {
  content: "\e631";
}

.jiajin-right1:before {
  content: "\e66f";
}

.jiajin-shouji:before {
  content: "\e601";
}

.jiajin-zuobiao:before {
  content: "\e615";
}

.jiajin-dianhua:before {
  content: "\e729";
}

.jiajin-facebookfacebook52:before {
  content: "\e60b";
}

.jiajin-in:before {
  content: "\e64d";
}

.jiajin-youtube-fill:before {
  content: "\e6a7";
}

.jiajin-tuite:before {
  content: "\e90c";
}

.jiajin-rili:before {
  content: "\e63e";
}

.jiajin-pingbizuozhe:before {
  content: "\e6b3";
}

.jiajin-bofang:before {
  content: "\e63d";
}

.jiajin-right:before {
  content: "\e600";
}

.jiajin-diqiu:before {
  content: "\e62e";
}

.jiajin-mail:before {
  content: "\e690";
}

.jiajin-seacher:before {
  content: "\e603";
}

.jiajin-down:before {
  content: "\e6da";
}

.jiajin-down1:before {
  content: "\e610";
}








* {
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

img {
  transition: all 0.3s;
  vertical-align: middle;
  width: 100%;
}

p {
  line-height: 19.2px;
  font-size: 16px;
  color: #6a6a6a;
}

u {
  text-decoration: none;
}

input {
  outline: none;
  border: 0;
  width: 100%;
  padding-left: 12px;
  height: 100%;
  transition: all 0.3s;
  background-color: transparent;
}

textarea {
  outline: none;
  border: 0;
  padding: 12px;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background-color: transparent;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}




.head {
  position: fixed;
  top: 0;
  z-index: 111;
  width: 100%;
}


.head_jz {
  max-width: 1380px;
  width: 94%;
  margin: 0 auto;
}

.sheJflex_lsxc {
  align-items: center;
  display: flex;
}

.head_top {
  height: 38px;
  background-color: #be0008;
}
.langnow-f{
  display: flex;
  gap:10px;
}
.lang-earch{
  margin-top: 2px;
}
.head_top_jz {
  max-width: 1380px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 94%;
  color: #fff;
  margin: 0 auto;
}

.head_bottom_JZ {
  max-width: 1380px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 94%;
  margin: 0 auto;
}

.head_bottom {
  height: 77px;
  background-color: #fff;
  transition: all 0.3s;
}

.uifg {
  display: flex;
  align-items: center;
}

.mianxc {
  font-size: 14px;
  margin-left: 8px;
}

.Enkx {
  font-size: 14px;
  margin: 0 10px;
}

.ixzcb {
  padding-top: 5px;
}

.lgox {
  font-size: 18px;
  font-weight: 800;
  color: #be0008;
  display: flex;
  align-items: center;
}

.lgox img {
  width: 35px;
}

.Home_ulx {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.eft {
  display: flex;
  align-items: center;
  position: relative;
}

.uxcv {
  margin-left: 12px;
}

.Home_ulx_fwx {
  width: calc(100% - 400px);
  height: 100%;
  display: flex;
  align-items: center;
}

.eft {
  font-size: 18px;
  position: relative;
  font-weight: 700;
}

.erjic {
  min-width: 180px;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 11;
  padding: 5px 0;
  display: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ilos {
  width: 100%;
  white-space: nowrap;
  padding: 5px 10px;
  font-size: 16px ;
  font-weight: 400;
  display: block;
  color: #262626;
  transition: all 0.3s;
  position: relative;
}

.ilos:hover >a{
  color: #be0008;
}

.eft:hover .erjic {
  display: block;
}

.inbnerw {
  margin: 0 20px;
  position: relative;
  margin-top: 115px;
}

.eadw {
  font-size: 36px;
}

.eadw h1 {
  font-size: 48px;
  font-weight: 800;
  margin: 15px 0;
  display: block;
}

.eadw_pP {
  top: 50%;
  max-width: 1380px;
  width: 94%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  position: absolute;
}

.rigx {
  width: 15px;
  margin-right: 12px;
}

.rigx_flex {
  display: flex;
  margin-top: 20px;
}

.jbzvAs {
  width: calc(100% - 27px);
}

.eadw_pP>div {
  width: 70%;
}

.tactw {
  padding: 10px 15px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  color: #be0008;
  display: inline-block;
  margin-top: 25px;
  cursor: pointer;
  border-radius: 5px;
}

.eft i {
  margin-left: 5px;
}

.Excp_jz {
  max-width: 1380px;
  width: 94%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
}

.Excp {
  height: 111px;
  background-color: #f6f6f6;
  margin: 20px 20px 0 20px;

}

.imgCs {
  width: 33px;
}

.imgCs_flex {
  justify-content: space-between;
  display: flex;
  width: 22.5%;
}

.ixnzxc {
  width: 1px;
  height: 70px;
  background-color: #e4e4e4;
}



.imgCs_w {
  width: calc(100% - 45px);
}

.zxvyu {
  font-size: 18px;
  font-weight: 700;
  color: #be0008;
}

.jzbxv {
  font-size: 14px;
  color: #6a6a6a;
  margin-top: 10px;
}

.goxzv {
  max-width: 1380px;
  width: 94%;
  margin: 0 auto;
  margin-top: 50px;
}

.icvvx {
  display: flex;
  align-items: center;
}

.hsdvXc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
}

.hsdvXc::after {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ccd1d1;
  height: 1px;
  content: '';
}

.View_allPxd {
  position: absolute;
  bottom: 0;
}

.tactw_flex {
  display: flex;
  justify-content: center;
}

.tactw_xcv {
  background-image: url(/templates/Web/en/images/fooet.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
  margin: 0 20px;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 30px;
  margin-top: -110px;
}

.consd {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
}


.icvvx>div:not(:last-child) {
  margin-right: 12px;
}

.icvvx i {
  color: #be0008;
  font-size: 18px;
}

.anxcvv {
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 10px;
  color: #132b2c;
  display: inline-block;
  position: relative;
}

.View_all {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 8px;
  background-color: #be0008;
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
}
.selectnav{
  color: var(--MainColor);
}
.View_allFlex {
  display: flex;
}


.View_allFlex i {
  margin-left: 8px;
}

.anxcvv::after {
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f0dcdd;
}

.bzxcVY {
  font-size: 16px;
  color: #be0008;
}

.anxcvv::before {
  width: 30px;
  height: 3px;
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  background-color: #be0008;
}

.cv_u {
  margin-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.cv_u::after {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ccd1d1;
  height: 1px;
  content: '';
}

.nfowe {
  display: flex;
  margin-top: 20px;
}

.ivxcxvb {
  margin-right: 12px;
}

.foxcv {
  width: 30%;
}

.ivxcxvb i {
  color: #be0008;
  font-size: 18px;
}

.nfowe {
  color: #6a6a6a;
}

.cv_u {
  display: flex;
  justify-content: space-between;
}

.bxc_xcvb {
  width: 60%;
  display: flex;
  justify-content: space-between;
}

.Terwe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #6a6a6a;
  padding: 15px 0;
}



.inweb {
  margin: 0 20px;
  margin-top: 115px;
  background-image: url(/uploads/202507/inb_1753069254_WNo_1862d337.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 337px;
  display: flex;
  align-items: center;
}
.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;
}
.v_inweb {
  max-width: 1380px;
  width: 94%;
  color: #fff;
  margin: 0 auto;
}

.Snab {
  font-size: 48px;
  font-weight: 800;
}

.mainx {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.xzvbx {
  margin: 0 5px;
}
.jxvb {
    margin-top: 20px;
    color: #fff;
}
.foot{
  padding-top: 200px;
}


.sheJflex {
  display: flex;
  align-items: center;
}

.LangUrlArrf {
  margin-left: 20px;
}
.fubxc * {
  padding: revert;
  margin: revert;
  list-style: revert;
}
/* .blog{
   padding-bottom: 110px ;
}
.cus{
     padding-bottom: 110px ;

}
.uasvb{
   padding-bottom: 110px ;
}
.bzxoiv{
    padding-bottom: 210px ;
}
.saoizx{
  padding-bottom: 210px ;
}
.OFFE_jz{
   padding-bottom: 210px ;
}

.gui_d{
     padding-bottom: 210px ;
} */
/* .proxc{
   padding-bottom: 100px ;
} */


.View_all{
  transition: all 0.3s ;
}
.View_all:hover{
  opacity: 0.8;
  transform: scale(0.9);
}

.tactw:hover{
  opacity: 0.8;
  transform: scale(0.9);
}

.tactw{
  transition: all 0.3s ;
}


.wonxcDpd:hover{
  opacity: 0.8;
  transform: scale(0.9);
}

.wonxcDpd{
  transition: all 0.3s ;
}


.knvxcvcv{
  position: sticky !important;
  top: 120px ;
} 
    .OFFE {
    padding: 110px 0;
    width: 100%;
    position: relative;
}

.bsxw {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
}


.znxv_xc {
    font-size: 38px;
    font-weight: 800;
    color: #132b2c;
    margin: 10px 0;
}

.OFFE_jz {
    max-width: 1380px;
    width: 94%;
    margin: 0 auto;
    position: relative;
    z-index: 11;
}

.bzxcVY_box {
    text-align: center;
}

.qixcx p {
    font-size: 14px;
}

.R1 {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border: 1px solid #f5d7d8;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    top: -36px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    justify-content: center;
    transform: translateX(-50%);
    background-color: #fff;
}
/* .foot{
    padding-top: 0px;
} */
.R1 img {
    width: 35px;
}

.R1Ul {
    display: flex;
    margin-top: 55px;
    gap: 20px;
    flex-wrap: wrap;
}

.R1Ul li {
    width: calc(33.33% - 14.5px);
    position: relative;
    margin-top: 40px;
    padding: 40px 10px;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.sR11 {
    display: none;
}


.ndoscow {
    font-size: 24px;
    font-weight: 700;
    color: #132b2c;
    text-align: center;
}

.tandw {
    margin: 8px 0;
      display: -webkit-box;        
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;        
  overflow: hidden;            
  text-overflow: ellipsis; 
}

.ieAll {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #132b2c;
}

.ieAll i {
    font-size: 16px;
    color: #efc0c2;
    margin-left: 8px;
}

.ieAll_flwex {
    display: flex;
    justify-content: center;
    width: 100%;
    transition: all 0.3s;
    border-radius: 8px;
    padding: 8px 0;
    margin-top: 20px;
    border: 1px solid #efc0c2;
}


.R1Ul li:hover .sR1 {
    display: none;
}

.R1Ul li:hover .sR11 {
    display: block;
}

.R1Ul li:hover .R1 {
    background-color: #be0008;
}

.R1Ul li:hover .ieAll_flwex {
    background-color: #be0008;
}

.R1Ul li:hover .ieAll {
    color: #fff;
}

.Cuwx {
    background-image: url(/templates/Web/en/images/beix.png);
    background-size: cover;
    display: flex;
    align-items: center;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    justify-content: center;
}

.xvvxc {
    width: 100%;
    background-image: url(/templates/Web/en/images/tie.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 77px 0 210px 0;
}

.xvvxc_jz {
    max-width: 1380px;
    width: 94%;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}




.Hosll {
    font-size: 38px;
    font-weight: 800;
    margin: 15px 0;
}


.lunxc_jz {
    max-width: 1396px;
    width: 94%;
    margin: 0 auto;
    position: relative;
    margin-top: -140px;
}

.Vciw {
    display: flex;
    align-items: center;
}


.siexc {
    position: relative;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.czxvb_xc {
    padding: 8px !important;
    padding-bottom: 40px !important;
}



.Vciw {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Vciw_flex {
    display: flex;
    color: #be0008;
    align-items: center;
    font-weight: 700;
    margin-top: 8px;
}

.pnzbv {
    padding: 20px 0 80px 0;

}

.uxnc_p {
    width: 80%;
    position: absolute;
    background-color: #be0008;
    bottom: -41px;
    left: 50%;
    border-radius: 8px;
    transform: translateX(-50%);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    height: 100px;
}

.uxnc_p_box {
    padding: 0 10px ;
    width: 99%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 105px;
    position: absolute;
    border-radius: 8px;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f6f6f6;
}

.uVc {
    font-size: 18px;
    font-weight: 700;
      display: -webkit-box;           /* 必须结合 -webkit-box 才能生效 */
  -webkit-box-orient: vertical;   /* 垂直排列 */
  -webkit-line-clamp: 2;          /* 限制显示 2 行 */
  overflow: hidden;               /* 超出隐藏 */
  text-overflow: ellipsis;        /* 省略号 */
    color: #132b2c;
}

.prev1::after {
    display: none !important;
}

.next1::after {
    display: none !important;
}

.prev1 {
    transform: rotate(180deg) !important;
    left: -48px !important;
}

.prev1 i {
    font-size: 30px;
    color: #be0008;
}

.next1 i {
    font-size: 30px;
    color: #be0008;
}

.next1 {

    right: -48px !important;
}


.nextzxv:hover.nextzxv i {
    opacity: 0.6;
}

.ixv_lxc_jx {
    max-width: 1380px;
    width: 94%;
    margin: 110px auto;
}


.ixv_lxc li {
    width: 50%;
    padding: 100px  33px;
}

.btxc {
    font-size: 24px;
    font-weight: 700;
    color: #132b2c;
}

.fasuc1 {
    background-color: #f6f6f6;
}

.ixv_lxc {
    border-radius: 15px;
    overflow: hidden;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.izxcv {
    background-repeat: no-repeat;
    background-size: cover;
}

.Basedw {
    margin-top: 20px;
}

.btxc1w {
    color: #fff;
}

.btxc1w p {
    color: #fff;
}

.Vciw_flex i {
    margin-left: 5px;
}

.hgxcx {
    padding: 110px 0;
    background-color: #f6f6f6;
    position: relative;
}

.hgxcx_jz {
    max-width: 1380px;
    width: 94%;
    margin: 0 auto;
}


.lexdcw {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
}

.tv_left {
    width: 48%;
    position: relative;
}

.ozxbpx {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.2);
}

.ozxbpx i {
    font-size: 36px;
    color: #be0008;
}

.tv_right {
    width: 48%;
}

.Txc_flex {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.WHOw {
    color: #be0008;
}

.knzxvv {
    font-size: 38px;
    font-weight: 800;
    color: #132b2c;
    margin: 10px 0 25px 0;
}

.certsd {

    text-align: center;
    color: #132b2c;
}

.certsd_box {
    margin-top: 50px;
}

.splw {
        font-size: 24px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 40px;
    background-color: #f6f6f6;
}

.certsd {
    position: relative;
}

.certsd::after {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    /* bottom: 0; */
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #be0008;
}

.swiper1we {
    margin-top: 50px !important;
}

.certsd_box {
    position: relative;
}

.pagination1we {
    bottom: -32px !important;
}

.pagination1we span {
    transition: all 0.3s;
}

.pagination1we .swiper-pagination-bullet-active {
    background-color: #be0008;
    width: 20px;
    border-radius: 8px;
}

.OURBlog_jz {
    max-width: 1380px;
    width: 94%;
    margin: 0 auto;
}

.OURBlog {
    padding: 110px 0 0 0;
    position: relative;
}

.blsUl {
    display: flex;
    gap: 20px;
    margin-top: 50px;
}

.blsUl li {
    width: 33.33%;

}

.lkzxvvv::after {
    width: 100%;
    height: 11px;
    background-color: #be0008;
    content: '';
    position: absolute;
    bottom: -6px;
    border-radius: 0 0 10px 10px;
    left: 0;
}

.lkzxvvv {
    position: relative;
    z-index: 1;
}

.eswe {
    padding: 20px 0 50px 0;
}

.bls_dicv {
    padding: 10px;
    z-index: 11;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.dicv {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.dicv_rlexc {
    display: flex;
    align-items: center;
    color: #6a6a6a;
}

.dicv_rlexc i {
    color: #be0008;
    margin-right: 12px;
}

.orcxc {
    margin-left: 15px;
}

.kzxvxc {
    font-size: 21px;
    font-weight: 700;
    color: #132b2c;
}

.avxBsd {
    margin-top: 15px;
}


.jxvb{
    margin-top: 20px ;
    color: #fff;
}

.zmkv{
    width: 100% ;
    background-color: #f6f6f6;
}


.iframeVideoBox {
    position: absolute;
        top: 0;
        width: 100%;
        padding-bottom: 56.4%;
        overflow: hidden;
    }

    .iframeVideoBox iframe {
        position: absolute;
        top: -10%;
        height: 100%;
        width: 300%;
        left: -100%;
        pointer-events: none;
    }
    .eadw_pP {
      z-index: 1;
    }

    .inbnerw{
        position: relative;
    }
    
    .inbnerw{
        overflow: hidden;
    }    .blog {
    max-width: 1380px;
    width: 94%;
    margin: 110px auto;
    display: flex;
    justify-content: space-between;
}

.blsLeft {
    width: 400px;
}

.lInv a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    padding: 10px;
    background-color: #ffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.blsRight {
    width: calc(100% - 430px);
}

.blog_left {
    width: calc(100% - 370px);
}

.lzxvc_ul>li:not(:nth-child(1)) {
    margin-top: 33px;
}

.blog_right {
    width: 330px;
}

.iconfw {
    display: flex;
    align-items: center;
    width: 100%;
    height: 49px;
    background-color: #f6f6f6;
}

.ozxcm {
    margin-left: 10px;
    border:none;
}
.nextpage-f{
    margin-top: 40px;
}
.npagein{
    width: 100%;
    font-size: 16px;
    color: #6A6A6A;
    display: block;
    margin-top: 10px;
}
.npagein:hover{
    color: var(--MainColor);
}
.pint{
    color:#132B2C;
    font-weight: 700;
}
.ozxcm i {
    font-size: 21px;
    color: #be0008;
}

.asdvb {
    width: 100%;
    margin-right: 8px;
    height: 100%;
}

.blxoc {
    padding: 20px;
}

.xinExc {
    display: flex;
    align-items: center;
}

.xinExc_xc {
    margin-top: 33px;
}

.mxcv {
    font-size: 21px;
    font-weight: 700;
}

.knzvbb i {
    font-size: 26px;
    color: #be0008;
    margin-right: 12px;
}


.bvlxc_xc {
    width: 95px;
}

.bxc_flex {
    justify-content: space-between;
    display: flex;
    margin-top: 20px;
}

.nzvc {
    color: #132b2c;
}

.naixng {
    font-size: 14px;
    color: #6a6a6a;
    margin-top: 5px;
}

.iacvv {
    width: calc(100% - 110px);
}

.jizv_yl>li:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}

.blxoc {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}




.asoc {
    width: 8px;
    position: absolute;
    height: 100%;
    right: -5px;
    border-radius: 0 8px 8px 0;
    top: 0;
    background-color: #be0008;
}


.lInv {
    position: relative;
}

.ivxcaaa {
    position: relative;
    z-index: 1;
}

.setA {
    padding: 30px 10px;
    margin-top: 33px;
    border-radius: 8px;
    position: sticky;
    top: 0;
    background-color: #ffff;
    z-index: 11;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.sacvb {
    font-size: 21px;
    font-weight: 700;
    color: #132b2c;
}

.pmnvIN {
    width: 100%;
    height: 45px;
    margin-top: 5px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

.setA_box {
    margin-top: 20px;
}

.hexcv {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    height: 131px;
    position: relative;
}

.pmnvIN:hover {
    background-color: #f3f3f3;
}

.hexcv:hover {
    background-color: #f3f3f3;
}

.knvxc {
    margin-top: 8px;
}

.View_all1we {
    padding: 8px 40px;
}

.setA_bx {
    width: 100%;
    position: absolute;
    height: 8px;
    bottom: -6px;
    background-color: #be0008;
    border-radius: 0 0 8px 8px;
}

.knvxcvcv {
    position: relative;
}

.blog_left_box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 33px;
}

.dicv_fwxc{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.devgxc{
    font-size: 38px ;
    font-weight: 800;
    color: #132b2c;
}

.bzxoiv{
    max-width: 1380px ;
    width: 94% ;
    margin: 0 auto;
}

.Yxvb{
    font-size: 38px ;
    color: #132b2c;
    font-weight: 900;
}

.pinxc{
    margin-top: 50px ;
}    .pinLun_box {
    margin-top: 55px;
}
.pinLun {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
.pinLun_flex {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #323133;
    height: 90px;
    border-radius: 15px ;
}
.asfwww>div {
    width: 20px;
    margin-right: 10px;
}

.asfwww {
    display: flex;
}
.alshgw {
    display: flex;
    width: 100%;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;

}

.asgjff {
    display: flex;
    align-items: center;
}

.asfwshuzi {
    font-size: 24px;
    font-weight: 700;

}

.asgjff {
    color: #fff;
}

.ssscasf {
    margin-left: 12px;
}
asdfwfw {
    position: relative;
}

.asdfwfw>div {
    padding-left: 20px;
    position: relative;
    margin-top: 20px;
}

.asdfwfw>div::after {
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ececec;
}
.gril img {
    width: 20px;
    margin-right: 15px;
}

.gril {
    display: flex;
    font-weight: 700;
    color: #1e1e1e;
    align-items: center;
}

.asfasfw {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-top: 20px;
}

.will_w {
    font-size: 18px;
    font-weight: 700;
    color: #1E1E1E;
    margin-top: 33px;
}

.will_L {
    margin-top: 20px;
    color: #606060;
}

.tetxct {
    width: 100%;
    height: 220px;
    margin-top: 20px;
}
.tetxct textarea {
    width: 100%;
    height: 100%;
    padding: 12px;
    border: 1px solid #ececec;
}
.in_flex>div {
    width: 48%;

}

.in_flex {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.invbpv {
    height: 45px;
    width: 100%;
    margin-top: 12px;
}

.invbpv input {
    width: 100%;
    height: 100%;
    padding-left: 12px;
    border: 1px solid #ececec;
}
.invbpv input:focus{
    border:1px solid var(--MainColor)
}
.in_flex p {
    font-size: 18px;
    font-weight: 700;
    color: #1E1E1E;
}

.pinLun_box {
    margin-top: 55px;
}


.stop_eTop {
    padding-top: 0;
}


.Submitww {
    width: 100%;
}

.asdwUl_box {
    max-width: 1370px;
    width: 94%;
    margin: 0 auto;
    margin-bottom: 135px;
}
.pinxc .button {
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    background-color: var(--MainColor);
    color: #fff;
    border-radius: 12px;
    text-align: center;
    line-height: 45px;
    margin-top: 30px;
    font-weight: 700;
    transition: all 0.15s ease-in;
    cursor: pointer;
}
.pinxc .button:hover{
    transform: translateY(-0.15rem);
    box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, .35);
}
.tetxct textarea:focus{
    outline: none;
    border: 1px solid #de0212;
}    @media screen and (max-width:850px) {
    .head {
        display: none;
    }

    .inbnerw {
        margin: 0;
        padding-top: 60px;
    }

    .eadw_pP {
        position: static;
        transform: none;
        width: 100%;
        background-color: #f6f6f6;
    }

    .eadw {
        font-size: 30px;
        width: 100%;
        color: #be0008;
    }

    .mainx {
        flex-wrap: wrap;
    }

    .GEhsxc {
        top: 60px;
        z-index: 11;
    }

    .infxc {
        margin: 60px auto;
    }

    .iframeVideoBox {
        display: none;
    }

    .eadw span {
        font-size: 30px;
    }

    .eadw h1 {
        font-size: 30px;
    }

    .ovnxcv_ul {
        gap: 20px;
    }

    .icxcv {
        width: 94%;
        margin: 0 auto;
        flex-direction: column-reverse;
    }

    .lexcvImd {
        width: 100%;
    }

    .doxnvP {
        margin-top: 10px;
        width: 100%;
    }

    .doxnv {
        width: 100%;
    }

    .ovnxcv_ul {
        margin-top: 33px;
    }

    .uasvb {
        margin-top: 60px;
    }

    .doxnv_lex {
        flex-direction: column;
    }

    .jxcbv_pvx {
        width: 100%;
    }

    .xvnb_xc {
        width: 100%;
    }

    .jxcbv {
        width: 100%;
    }

    .jxcbv {
        padding: 30px 0;
    }

    .eadiw span h2 {
        font-size: 28px;
    }

    .eadiw {
        font-size: 26px;
    }

    .eadw_pP>div {
        padding: 20px;
        width: 100%;
    }

    .foot {
        padding-top: 0;
    }

    .rigx_flex {
        color: #6a6a6a;
    }

    .Excp {
        margin: 20px 0 0 0;
        height: auto;
        padding: 10px 0;
    }

    .ixnzxc {
        display: none;
    }

    .imgCs_flex {
        width: 100%;
        padding: 10px 0;
    }

    .Excp_jz {
        flex-wrap: wrap;
    }

    .OFFE {
        padding: 60px 0;
    }

    .znxv_xc {
        font-size: 26px;
    }

    .R1Ul {
        margin-top: 33px;
    }

    .R1Ul li {
        width: 100%;
    }

    .Cuwx {
        font-size: 26px;
        margin-top: 20px !important;
    }

    .xvvxc {
        padding: 60px 0;
    }

    .lunxc_jz {
        margin-top: 60px;
    }

    .ixv_lxc_jx {
        margin: 60px auto;
    }

    .ixv_lxc {
        flex-wrap: wrap;
    }

    .ixv_lxc li {
        width: 100%;
        min-height: 200px;
    }

    .izxcv {
        display: none;
    }

    .fasuc1 {
        display: block;
    }

    .Txc_flex {
        flex-direction: column;
    }

    .tv_left {
        width: 100%;
    }

    .hgxcx {
        padding: 60px 0;
    }

    .tv_right {
        width: 100%;
        margin-top: 20px;
    }

    .knzxvv {
        font-size: 26px;
    }

    .swiper1we {
        margin-top: 33px !important;
    }

    .OURBlog {
        padding: 60px 0;
    }

    .blsUl li {
        width: 100%;
    }

    .blsUl {
        flex-wrap: wrap;
        margin-top: 33px;
    }

    .tactw_xcv {
        margin-top: 60px;
        padding: 70px 20px;
    }

    .consd {
        font-size: 26px;
    }

    .cv_u {
        flex-wrap: wrap;
    }

    .foxcv {
        width: 100%;
    }

    .cv_u {
        margin-top: 33px;
        padding-bottom: 33px;
    }

    .Terwe {
        padding: 10px 0;
        flex-wrap: wrap;
    }

    .inweb {
        margin: 0;
    }

    .zxv_jzxv {
        margin: 60px auto;
    }

    .Snab {
        font-size: 30px;
    }

    .asxd_ul {
        justify-content: space-between;
    }

    .asxd_ul li {
        width: calc(50% - 8.5px);
    }

    .Makingw {
        font-size: 26px;
    }

    .sR11_ul li:hover .kznvxcpsd {
        margin-top: 0;
    }

    .ontin_left {
        width: 100%;
        margin-top: 20px;
    }

    .ontin_right {
        width: 100%;
    }

    .ontin {
        margin: 60px auto;
        flex-direction: column-reverse;
    }

    .sR11_ul {
        flex-wrap: wrap;
    }

    .bxc_xcvb {
        display: none;
    }

    .sR11_ul li {
        width: 100%;
    }

    .Terwe>div:nth-child(1) {
        width: 100%;
    }

    .prev1 {
        display: none !important;
    }

    .next1 {
        display: none !important;
    }

    .Terwe>div {
        font-size: 12px;
    }

    .blog_right {
        display: none;
    }

    .blog_left {
        width: 100%;
    }

    .devgxc {
        font-size: 26px;
    }

    .blog {
        margin: 60px auto;
    }

    .Yxvb {
        font-size: 26px;
    }

    .lInv a {
        flex-direction: column;
    }

    .blsRight {
        width: 100%;
        margin-top: 20px;
    }

    .blsLeft {
        width: 100%;
    }

    .cus {
        flex-direction: column;
    }

    .cus_left {
        width: 100%;
    }

    .cus_right {
        width: 100%;
    }

    .cus_right_box {
        padding: 20px;
        margin-top: 33px;
    }

    .bxc_in_box {
        margin-top: 33px;
    }

    .ozvnb {
        font-size: 26px;
    }

    .cus {
        margin: 60px auto;
    }

    .nxcvIxc {
        font-size: 18px;
    }

    .jbx_xc {
        width: 40px;
        line-height: 40px;
        height: 40px;
    }

    .jbx_xc i {
        font-size: 21px;
    }

    .nxcvIxc {
        width: calc(100% - 60px)
    }

    .xinvv {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .LinvDOm {
        padding: 0;
    }

    .zxicv {
        display: none;
    }

    .imngx {
        flex-wrap: wrap;
    }

    .LinvDOm {
        box-shadow: none;
    }

    .scop_left {
        display: none;
    }

    .scop_right {
        width: 100%;
    }

    .proxc {
        margin: 60px auto;
    }

    .ljzsdbg_xc {
        margin-top: 33px;
    }

    .pro_der {
        flex-direction: column;
    }

    .pro_der_left {
        width: 100%;
    }

    .pro_der_right {
        width: 100%;
    }

    .pro_der_left {
        flex-direction: column-reverse;
    }

    .mySwiper2 {
        width: 100%;
    }

    .bzxcvxsd {
        width: 80% !important;
        margin: 0 auto;
        position: relative;
    }

    .mySwiper {
        height: auto !important;
    }

    .bzxcvxsd .swiper-button-prev {
        top: 1px;
        transform: none;
        left: -10%;
        top: 64px;
    }

    .bzxcvxsd .swiper-button-next {
        top: 1px;
        transform: none;
        left: 102%;
        top: 64px;
    }

    .pro_der {
        padding-top: 60px;
    }

    .Ausc {
        font-size: 26px;
    }

    .pro_der_right {
        margin-top: 20px;
    }

    .zbnv_y {
        margin-top: 10px;
    }

    .GEhsxc {
        flex-wrap: wrap;
    }

    .GEhsxc>div {
        width: 100%;

        font-size: 21px;
        height: 45px;
        line-height: 45px;
    }

    .kbnzxd_xc {
        border-radius: 0;
    }

    .scopwe1 {
        margin-top: 60px;
    }

    .GEhsxc>div:not(:last-child) {
        border-bottom: 1px solid #fff;
    }

    .pnzxv {
        margin-top: 60px;
    }

    .solxc {
        margin: 60px auto;
    }

    .yhzxvb {
        display: none;
    }

    .solxc {
        padding: 0;
        box-shadow: none;
    }

    .eecxzv {
        font-size: 26px;
    }

    .xcvv {
        flex-direction: column;
    }

    .souxc_left {
        width: 100%;
    }

    .souxc_right {
        padding: 20px;
        width: 100%;
    }

    .View_all1we {
        margin-top: 33px;
    }

    .kncb {
        font-size: 26px;
    }

    .xcvv_ul .xcvv:nth-child(even) {
        flex-direction: column;
    }

    .eivxc {
        font-size: 26px;
    }

    .ljzsdbg_xc .siexc {
        width: 49%;
    }

    .ljzsdbg_xc {
        gap: 0;
        justify-content: space-between;
    }

    .ljzsdbg_xc .siexc:not(:nth-child(-n + 2)) {
        margin-top: 55px;
    }

    .kxznv {
        width: 85%;
        font-size: 18px;
    }

    .gui_d {
        flex-direction: column-reverse;
    }

    .gui_d_right {
        width: 100%;
    }

    .gui_d_left {
        width: 100%;
        margin-top: 20px;
    }

    .ieAll_flwex1we {
        width: 94%;
    }

    .uVc {
        font-size: 16px;
    }

    .enxcvv {
        font-size: 26px;
    }
} 
