
    @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_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_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: '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: 'icomoon2';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("/font/icomoon2.eot?#iefix") format("embedded-opentype"),
    url("/font/icomoon2.woff") format("woff"),
    url("/font/icomoon2.ttf") format("truetype"),
    url("/icomoon2.svg#$font") format("svg");
}
@font-face {
  font-family: '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");
}
:root{
    --MainColor:#2A7DE1;
    --TxtColor:#00263E;
}
.lan-pc {
    position: relative;
}
.lan-pc::before {
    content: '\e900';
    position: absolute;
    right: -25px;
    top: 2px;
    color: var(--TxtColor);
    font-size: 16px;
    font-family: icomoon3;
}
.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;
}
.mobile-header {
    position: fixed;
    left: 0px;
    width: 100%;
    display: none;
    z-index: 1000;
    transition: all 0.6s ease 0s;
    height: 60px;
    top:0px;
}
.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: 140px;
    margin-top: 18px;
}
.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;
}
.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-contact-det-f {
    float: right;
    width: 320px;
    height: 100%;
    background: #fff;
    margin-right: -320px;
    transition: all 0.8s ease 0s;
}
.mob-sr-close {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.mob-sr-close:before {
    content: '\e60b';
    font-family: icomoon;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 50px;
}
.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;
}
.coss-em::before {
    font-family: icomoon_35;
    content: '\e901';
}
.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;
}
.mob-nav-share {
    float: left;
    margin-top: 30px;
    overflow: hidden;
}
.mob-nav-share .fb3-sh {
    background-color: var(--MainColor);
    border-radius: 50%;
    color: #fff;
}
.mob-nav-share .fb3-sh:before {
    color: #fff;
}
.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;
}
.con-s-sin {
    float: left;
    width: 100%;
    margin-top: 35px;
}
.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: var(--MainColor);
    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;
}
.nav-f-2 {
  position: absolute;
  top: 80px;
  left: -12px;
  min-width: 100%;
  z-index: 1;
  background-color: #fff;
  min-width: 200px ;
  transition: all 0.3s ease 0s;
  opacity: 0;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 5%);
  visibility: hidden;
}

.nav-f-2 .nav-s-2:not(:last-child){
  border-bottom: 1px solid #c7c7c8;
}

.nav-f2-c1 {
  padding-bottom: 10px;
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 5px;
}

.nav-f-2-cet {
  float: left;
  padding: 30px 7%;
  padding-top: 10px;
  width: 100%;
}

.nav-ano-s-2:hover .img {
  transform: scale(1.2);
}

.nav-ano-s-2:hover .nav-as2-txt {
  color: #222;
}

.nav-as2-pic {
  float: left;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #EDEDED;
}

.nav-s-2 {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 10px;
}

.nav-s-2:hover {
  background-color: var(--MainColor);
}

.nav-s-2-a {
  float: left;
  padding: 10px  0px;
  font-size: 16px;
  color: #242424;
  position: relative;
  white-space: nowrap;
}

.show_down_2:before {
  content: '\e900';
  position: absolute;
  right: 10px;
  top: 10px;
  color: #FF8022;
  font-size: 16px;
  font-family: icomoon3;
  line-height: 20px;
  transition: all 0.3s ease 0s;
}

.nav-s-2:hover .nav-s-2-a {
  color: #fff;
}

.nav-f-3 {
  position: absolute;
  top: 0px;
  left: 100%;
  border-left: 1px solid rgb(226, 226, 226);
  box-shadow: 5px 4px 7px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
  min-width: 100%;
  z-index: 100;
  display: none;
}

.nav-s-2:hover .nav-f-3 {
  display: block;
}

.nav-s-3 {
  float: left;
  width: 100%;
}

.nav-s-3:hover .nav-s-3-a {
 color: var(--MainColor);
}
.eeee:hover .nav-f-2 {
  display: block !important;
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.nav-s-3-a {
  float: left;
  width: calc(100% - 0px);
  padding: 10px 20px 10px 20px;
  color: #222;
  font-size: 16px;
}
.fb3-sh:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    line-height: 20px;
    text-align: center;
    font-family: icomoon;
    font-size: 12px;
    transition: all 0.2s ease 0s;
    color: var(--MainColor);
            line-height: 25px;
}
.fb3-sh.facebook:before {
    content: '\e62c';
}
.fb3-sh.linkedin:before {
    content: '\e630';
}
.fb3-sh.youtube:before {
    content: '\e634';
}
.fb3-sh.twitter {
    text-align: center;
    line-height: 25px;
}
@media screen and (max-width: 980px) {
    .mobile-header {
        display: block;
    }
    .fb3-sh {
        width: 25px;
        height: 25px;
        display: block;
        float: left;
        position: relative;
        margin-left: 10px;
    }
    .fb3-sh:first-child {
    margin-left: 0px;
    }
} 
    .fix-right-f {
    position: fixed;
    top: calc(50% - 80px);
    right: 0px;
    width: 48px;
    z-index: 5;
}

.foot-b-up {
  width: 48px;
  height: 48px;
  background-color: #2A7DE1;
  cursor: pointer;
  z-index: 99;
  position: fixed;
  right: 0px;
  top: -80px;
  transition: all 1.2s ease 0s;
  border-radius: 5px;
}

.foot-b-up:before {
  content: "\e901";
  font-family: 'icomoon_9';
  top: 0px;
  line-height: 48px;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  position: absolute;
}

.fix-r-b {
    width: 48px;
    height: 48px;
    display: block;
    position: relative;
    background-color: #00263E;
    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: 10010;
    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(42,125,225,.5);
        border-radius: 2px;
    }
    .fix-right-f {
        top: calc(50% - 80px);
        width: 35px;
    }
    .foot-b-up:before {
    line-height: 35px;
    font-size: 14px;
  }

  .foot-b-up {
    width: 35px;
    height: 35px;
    background-color: rgba(42,125,225, .5);
    right: 0px;
  }
}    /* vietnamese */
@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVNSTAyLFyeg_IDWvOJmVES_HRUNXcSYIAi.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: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVNSTAyLFyeg_IDWvOJmVES_HRUNXYSYIAi.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: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVNSTAyLFyeg_IDWvOJmVES_HRUNXgSYA.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;
}

/* vietnamese */
@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HT4JG86Rb0bcw.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: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HT4JG87Rb0bcw.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: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HT4JG81Rb0.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;
}

/* vietnamese */
@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HScJ286Rb0bcw.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: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HScJ287Rb0bcw.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: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HScJ281Rb0.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;
}

/* vietnamese */
@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVPSTAyLFyeg_IDWvOJmVES_Hw4BXoKZA.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: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVPSTAyLFyeg_IDWvOJmVES_Hw5BXoKZA.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: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVPSTAyLFyeg_IDWvOJmVES_Hw3BXo.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;
}

/* vietnamese */
@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HTEJm86Rb0bcw.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: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HTEJm87Rb0bcw.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: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HTEJm81Rb0.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;
}

/* vietnamese */
@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HToIW86Rb0bcw.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: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HToIW87Rb0bcw.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: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HToIW81Rb0.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;
}

/* vietnamese */
@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HSMIG86Rb0bcw.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: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HSMIG87Rb0bcw.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: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HSMIG81Rb0.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;
}

/* vietnamese */
@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HSQI286Rb0bcw.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: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HSQI287Rb0bcw.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: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HSQI281Rb0.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;
}

/* vietnamese */
@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HS0Im86Rb0bcw.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: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HS0Im87Rb0bcw.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: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HS0Im81Rb0.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 4980718 */
    src: url('//at.alicdn.com/t/c/font_4980718_ov9nbq4ewcr.woff2?t=1759223020076') format('woff2'),
        url('//at.alicdn.com/t/c/font_4980718_ov9nbq4ewcr.woff?t=1759223020076') format('woff'),
        url('//at.alicdn.com/t/c/font_4980718_ov9nbq4ewcr.ttf?t=1759223020076') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-guanbi1:before {
    content: "\e8ec";
}

.icon-triangle-play:before {
    content: "\e617";
}

.icon-down1:before {
    content: "\e703";
}

.icon-rili:before {
    content: "\e60c";
}

.icon-pingbizuozhe:before {
    content: "\e6c6";
}

.icon-fax-fill:before {
    content: "\e620";
}

.icon-play:before {
    content: "\e664";
}

.icon-right:before {
    content: "\e600";
}

.icon-daohang:before {
    content: "\e640";
}

.icon-shouji:before {
    content: "\e601";
}

.icon-mail:before {
    content: "\e690";
}

.icon-dianhua:before {
    content: "\e729";
}

.icon-right1:before {
    content: "\e66f";
}

.icon-facebook:before {
    content: "\e676";
}

.icon-linkin1:before {
    content: "\e602";
}

.icon-youtube:before {
    content: "\e8e2";
}

.icon-tuite:before {
    content: "\e622";
}

.icon-facebookfacebook52:before {
    content: "\e60b";
}

.icon-in:before {
    content: "\e64d";
}

.icon-youtube-fill:before {
    content: "\e6a7";
}

.icon-tuite1:before {
    content: "\e90c";
}

.icon-search:before {
    content: "\e631";
}

.icon-down:before {
    content: "\e6da";
}


* {
    font-family: "Be Vietnam Pro", 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: 24px;
    font-size: 16px;
    color: #555555;
}

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;
}


body {
    overflow-x: hidden;
}

.henuoLogo {
    width: 230px;
}

.selectnav {
    color: var(--MainColor)
}

.head_jz {
    width: 94%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}


.head_nav {
    width: calc(100% - 320px);
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.head_nav_ul {
    display: flex;
    height: 100%;
    width: 100%;
    font-weight: 500;
    margin-right:80px;
    gap: 70px ;
    justify-content: right;
}

.eeee {
    display: flex;
    align-items: center;
}

.eeee>div {
    position: relative;
        white-space: nowrap;
    height: 100%;
}


.head_nav_ul .eeee:last-child>div {
    padding: 5px 15px;
    border-radius: 30px;
    height: auto;
    color: #fff;
    background-color: #257ce1;
}

.head_nav_right {
    display: flex;
    align-items: center;
}

.head_nav_right_icon {
    display: flex;
    align-items: center;
}

.Eng_flex {
    display: flex;
}

.head_nav_right_icon {
    margin: 0 35px;
}


.head_nav_right_icon>div {
    width: 21px;
    height: 21px;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0 3px;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #000;
}


.head_nav_right_icon i {
    font-size: 14px;
}



.ipzxnvw i {
    font-size: 22px;
}

.head_nav_right_icon a {
    line-height: 23px;
}


.NExic {
    margin-right: 12px;
}

.Dincv {
    margin-left: 8px;
}

.head {
    display: flex;
    height: 82px;
    transition: all 0.3s;
    align-items: center;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 1111;
    border-bottom: 1px solid #ebebeb;
}

.WIsxc {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.Kxco {
    font-size: 52px;
    font-weight: 700;
    color: #00263e;
}

.BNVxb {
    margin: 33px 0;
}

.UCvvs {
    padding: 10px 15px;
    display: inline-block;
    border-radius: 20px;
    color: #fff;
    background-color: #257ce1;
}


.inaberx {
    position: relative;
}

.WIsxc {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
}


.IBimG>div {
    width: 33%;
}

.IBimG {
    display: flex;
    width: 70%;
    gap: 20px;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.foot1_jz {
    text-align: center;
}

.lelxc {
    font-size: 42px;
    font-weight: 700;
    color: #00263e;
    margin: 0 auto;
    width: 33%;
}

.foot1_jz {
    padding: 110px 0;
}

.foot1 {
    background-image: url(/uploads/202511/Right-Solution_1762844039_WNo_1920d400.jpg);
    background-size: 1920px 100%;
    background-repeat: no-repeat;
}


.UCvvswe {
    margin-top: 20px;
}



.foot {
    background-color: #1a1a1a;
}

.foot_jz {
    max-width: 1380px;
    padding-top: 110px;
    width: 94%;
    margin: 0 auto;
}

.wzxv{
    width: calc(100% - 40px);
}
.footlog {
    width: 230px;
    display: block;
}

.foorxc {
    color: #fff;
    padding-bottom: 70px;
}

.sheixc {
    display: flex;
}

.footlog {
    margin-bottom: 33px;
}

.inzxcvgg {
    display: flex;
    margin-top: 25px;
}

.ziocv {
    margin-left: 12px;
    width: calc(100% - 30px);
}

.inzxcvgg i {
    font-size: 21px;
}


.sheixc>div:not(:last-child) {
    margin-right: 12px;
}

.foot_li {
    width: 25%;
}


.bzxcv_xc {
    font-size: 21px;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 1px solid #204f85;
    font-weight: 700;
}

.yxzcvHw {
    margin-top: 18px;
}

.yxzcvHw>div:not(:nth-child(1)) {
    margin-top: 20px;
}

.asfIxc {
    width: 60%;
    display: flex;
    justify-content: space-between;
}

.foot_ulv {
    display: flex;
    justify-content: space-between;
}



.coptyxc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #fff;
    padding: 15px 0;
    border-top: 1px solid #2d2d2d;
}


.inbe {
    width: 100%;
    background-image: url(/uploads/202507/inbann_1753757210_WNo_1921d501.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inbe_jz {
    max-width: 1380px;
    width: 94%;
    margin: 0 auto;
}

.main {
    display: flex;
}

.abnxc {
    font-size: 52px;
    font-weight: 700;
    color: #00263e;
}

.main {
    font-size: 16px;
    font-weight: 300;
    color: #555555;
    margin-top: 20px;
}

.xkcm {
    margin: 0 7px;
}

.swiper1wesda {
    margin-top: 50px;
}


.set {
    position: sticky;
    top: 80px;
}

.feacd_flx {
    max-width: 1380px;
    width: 94%;
    margin: 0 auto;
}

.feacd_flxPadd {
    padding: 110px 0;
    background-image: url(/templates/Web/en/images/kxzxczxc.jpg);
    background-repeat: no-repeat;
    margin-top: 110px;
    background-size: cover;
}


.main {
    width: 100%;
}


.main_jz {
    max-width: 1380px;
    width: 94%;
    margin: 0 auto;
    display: flex;
    font-weight: 300;
    align-items: center;
}

.mainwe {
    width: 100%;
    background-color: #f2f3f6;
    padding: 10px 0;
}

.ronxv {
    margin: 0 10px;
}


.Jxv_fwc {
    transition: all 0.3s;
    cursor: pointer;
}

.UCvvs {
    transition: all 0.3s;
    cursor: pointer;
}

.Jxv_fwc:hover {
    background-color: #00263e;
    transform: scale(0.9);
}

.UCvvs:hover {
    background-color: #00263e;
    transform: scale(0.9);
}

.Jxv_fwc1we:hover {
    color: #fff;
}



.uzxkvn:hover .vExcl {
    color: #257ce1;
}


.Ubzxv:hover .Alsd {
    color: #257ce1;
}

.Ubzxv:hover .Jxv_fwc {
    background-color: #00263e;
    transform: scale(0.9);
}

.sexvv:hover {
    background-color: #00263e;
    transform: scale(0.9);
}

.sexvv {
    transition: all 0.3s;
}

.uzxkvn:hover .bhizxcAll {
    color: #257ce1;
}

.bhizxcAll {
    color: #555555;
}

.CVvask {
    display: flex;
    align-items: center;
}


.head_nav_ul .eeee:last-child>div {
    transition: all 0.3s;
}

.head_nav_ul .eeee:last-child>div:hover {
    background-color: #00263e;
    transform: scale(0.9);
}

.selnavc .aubxv_A {
    color: var(--MainColor);
}

.nav-s-1-a {
    height: 100%;
    display: flex;
    align-items: center;
}


[ael="al-fix-w-conus"] {
    /* 示例样式 */
    cursor: pointer;
}

.Ulxcn_jzxcqwev {
    margin-bottom: 110px !important;
}


.foot a:hover {
    color: #257ce1;
    text-decoration: underline;
}

.inzxcvgg a {
    text-decoration: none !important;
}

.last {
    color: #257ce1;
    font-weight: 700;
}


.Nxxc {
    overflow: hidden;
}


.uzxkvn:hover.Nxxc img {
    transform: scale(1.1);
}

.act {
    background-color: #257ce1;
    color: #fff;
} 
    .vEl_box {
    width: 33%;
    display: flex;
    justify-content: center;
    padding: 40px 20px;
    background-color: #303030;
}




.Vel {
    padding: 40px 0;
    width: 100%;
    background-color: #111111;
}

.Woxc {
    width: 60px;
}

.Vel_jz {
    max-width: 1380px;
    width: 94%;
    display: flex;
    gap: 30px;
    margin: 0 auto;
}

.maxc {
    color: #fff;
    margin-left: 20px;
}

.abv_Xc {
    font-size: 48px;
    font-weight: 700;
}

.bcv {
    margin-top: 15px;
}

.abv_Xc span {
    font-size: 36px;
    font-weight: 600;
}

.auxcs {
    width: 100%;
    padding: 70px 0;
    background-image: url(/templates/Web/en/images/ausd.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.ihzxcv {
    padding: 40px;
    width: 50%;
    background-image: url(/templates/Web/en/images/ausd.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.auxcs_jz {
    max-width: 1380px;
    width: 94%;
    margin: 0 auto;
}

.kzxcv {
    width: 20px;
}

.ALL_left {
    width: 48%;
}

.ALL_right {
    width: 48%;
}

.All_box {
    display: flex;
    margin-top: 55px;
    align-items: center;
    justify-content: space-between;
}

.feacd {
    text-align: center;
}

.Dirxc {
    margin: 15px 0;
}


.UNxcv {
    font-size: 21px;
    font-weight: 700;
    color: #00263e;
}

.Linxc {
    display: flex;
    justify-content: space-between;
}

.Linvvx {
    width: calc(100% - 40px);
}

.Linvvx span {
    font-weight: 500;
    color: #1d1d1f;
}

.IxcUl .Linxc:not(:nth-child(1)) {
    margin-top: 20px;
}


.V_all {
    display: flex;

    align-items: center;
}


.Jxv_fwc {
    margin-top: 33px;
}

.Jxv_fwc {
    color: #fff;
    padding: 8px 40px;
    background-color: #257ce1;
    display: inline-block;
    border-radius: 30px;
}

.oiasf {
    margin-left: 12px ;
}

.IxcUl1we {
    margin-top: 33px;
}

.ihzxcv_flex {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.knzxcvb {
    font-size: 42px;
    font-weight: 700;
    color: #00263e;
}

.Servingwe {
    margin-top: 20px;
}

.ihzxcv .All_box {
    margin-top: 0;
}

.Driw {
    max-width: 1380px;
    width: 94% ;
    margin: 110px auto;
}

.Driw_box {
    text-align: center;
}

.sxasc {
    font-size: 42px;
    font-weight: 700;
    color: #00263e;
}

.ofaxc {
    margin-top: 20px;
}


/* .zbxvbzxc_box {
    display: flex;
    width: 100%;;
    padding: 30px;
    background: #f2f3f6;
    background: linear-gradient(to right, rgba(242, 243, 246, 1), rgba(242, 243, 246, 1));
    align-items: center;
    transition: all 0.3s;
    justify-content: space-between;
}

.zbxvbzxc_box:hover {
    background: linear-gradient(to right, rgba(31, 31, 36, 1), rgba(31, 31, 36, 0.7));
} */

.zbxvbzxc_box {
    width: 100%;;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: #f2f3f6;
    overflow: hidden;
}

.zbxvbzxc_box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(31,31,36,1), rgba(31,31,36,0.7));
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 0;
}

.zbxvbzxc_box:hover::after {
    opacity: 1;
}

.zbxvbzxc_box > * {
    position: relative;
    z-index: 1; /* 确保内容在伪元素上面 */
}



.oizxvc {
    font-size: 21px;
    font-weight: 700;
    color: #257ce1;
    margin-bottom: 20px;
}

.mnxcvv {
    width: 38%;
}

.zbxvbzxc {
    width: 45%;
}


.asizxv_felx {
    gap: 20px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}






.zbxvbzxc_box:hover .oizxvc {
    color: #fff;
}

.zbxvbzxc_box:hover .kzxcnvv p {
    color: #fff;
}

.cturin {
    max-width: 1380px;
    width: 94%;
    margin: 0 auto;
    margin-top: 110px;

}

.cturin_flex {
    display: flex;
    justify-content: space-between;
}

.cturin_left {
    width: 40.5%;
}
.cturin_left img{
    object-fit: cover;
    height: 100% ;
}
.cturin_right {
    width: 56%;
}

.nufawe {
    font-size: 42px;
    font-weight: 700;
    color: #00263e;
}

.Jerryw p {
    margin-top: 30px;
}

.xcb1_flex {
    margin-top: 33px;
}

.xcb1_flex {
    display: flex;
    justify-content: space-between;
}

.xcb1 {
    width: 50px;
}

.xcb1_evc {
    width: calc(100% - 80px);
}

.zxvxczxvb {
    font-size: 21px;
    font-weight: 700;
    color: #00263e;
    margin-bottom: 10px;
}

.zxkvnxc {
    margin-top: 30px;
}


.kzxc_flex img {
    width: 20px;
}

.kzxc_flex {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kzxnvbbbb {
    margin: 0 50px;
    font-size: 21px;
    font-weight: 700;
    color: #00263e;
}

.o9zxzv {
    position: relative;
}

.o9zxzv::after {
    position: absolute;
    width: 250px;
    left: -280px;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    background-color: #c2daf7;
    height: 1px;
}

.o9zxzvwe::after {
    left: auto;
    right: -280px;
}

.swiper1we img {
    width: auto;
    text-align: center;
}

.swiper1we {
    margin-top: 50px;
    text-align: center;
}

.swiper1we .swiper-wrapper {
    align-items: center;
}

.Jxv_fwc1we {
    margin-top: 0;
}

.wixchg {
    max-width: 1380px;
    width: 94%;
    margin: 0 auto;
    margin-top: 110px;
}


.wixchg_jzxc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zbxv_sd {
    font-size: 42px;
    font-weight: 700;
    color: #00263e;
}

.vzxc_ixc {
    margin-top: 20px;
}

.wrappersad {
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}


.ingxsxc img{
    width: 45px ;
}

.ingxsxc{
    width: 80px ;
    height: 80px ;
    line-height: 80px ;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
}

.Lidom{
    padding: 30px ;
      width: calc(33% - 9px);
    border-radius: 10px ;
    background-color: #f2f3f6;
}

.Lidom_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rubxv{
    font-size: 21px ;
    font-weight: 700;
    color: #00263e;
}

.jbxvv{
    margin-top: 20px ;
}

.HsxcUl{
    margin-top: 50px ;
    display: flex;
    gap: 20px ;
    flex-wrap: wrap;
}

.Ulxcn{
    display: flex;
    gap: 20px ;
}


.uzxkvn{
    width: 33.33% ;
}

.timex{
    font-size: 16px ;
    color: #555555;
}


.vExcl{
    font-size: 21px ;
    font-weight: 700;
    color: #1d1d1f;
}

.bhizxcAll{
    display: flex;
    align-items: center;
}

.ttxc{
    margin: 20px 0 ;
}

.timex{
    margin: 20px 0 10px 0 ;
}

.Ulxcn{
    margin-top: 50px ;
}
@media screen and (max-width: 980px) {
    .swiper1we img {
    height: 100%;
    max-width: 100%;
}
}
    .blog {
    max-width: 1380px;
    width: 94%;
    display: flex;
    justify-content: space-between;

    margin: 110px auto;
}


.ubxzc {
    width: 438px;
    overflow: hidden;
}



.blog_lidon>a:hover .ubxzc img{
    transform: scale(1.1);
}

.uxbvZ_rl {
    width: calc(100% - 468px);
}

.blog_lidon>a:hover .vakcvb{
    color: #2a7de1;
}

.uagsd_lix:hover .kznxvb{
    color: #2a7de1;
}

.uagsd{
      overflow: hidden;
}

.uagsd_lix:hover .uagsd img{
    transform: scale(1.1);
}

.blog_lidon>a:hover .bnzxco{
    color: #2a7de1;
}
.blog_lidon>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.blog_right {
    width: 340px;
}


.mazxt {
    font-size: 16px;
    color: #555555;
}


.vakcvb {
    font-size: 21px;
    font-weight: 700;
    color: #1d1d1f;
    margin: 10px 0;
}

.bnzxco {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.onbxv {
    margin-left: 12px;
}

.bnzxco {
    color: #555555;
}


.Ulxcv .blog_lidon:not(:last-child) {
    padding-bottom: 33px;
    border-bottom: 1px solid #69a6eb;
}


.Ulxcv .blog_lidon:not(:nth-child(1)) {
    margin-top: 33px;
}

.bzxv_ul li {
    padding: 20px 0;
    border-bottom: 1px solid #9fc6f2;
}

.blog_left {
    width: calc(100% - 390px);
}


.inxvbi {
    width: 100%;
    height: 50px;
    background-color: #f2f3f6;
}

.inxvbi {
    display: flex;
    align-items: center;
}

.inxvbi input {
    width: 100%;
    height: 100%;
}

.inxvbi i {
    font-size: 20px;
    margin-left: 12px;
}

.izbxnvb {
    width: 100%;
    height: 100%;
}



.uagsd {
    width: 111px;
}


.mzbc {
    width: calc(100% - 130px);
}

.uagsd_lix>a {
    display: flex;
    justify-content: space-between;
}

.mosyxc_lzxcd {
    margin-top: 50px;
}

.bzxv_ul_lxxc {
    font-size: 18px;
    font-weight: 700;
    color: #00263e;
}

.uagsd_lix {
    margin-top: 20px;
}

.mzlknxcv {
    font-size: 14px;
    color: #555555;
}


.kznxvb {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}


.mosyxc {
    font-size: 18px;
    font-weight: 700;
    color: #00263e;
}

.set {
    padding: 40px 20px;
    background-color: #f2f3f6;
    margin-top: 50px;
}
.acewe_texv{
    position: relative;
}
.blogdet{
    margin-top: 60px;
}
.acewe {
    width: 100%;
    height: 48px;
    background-color: #fff;
    margin-bottom: 10px;
    position: relative;
}

.acewe_box {
    margin-top: 33px;
}


.cozxnc {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #00263e;
}

.acewe_texv textarea{
    height: 120px ;
    background-color: #ffffff;
}

.rnxkv p{
    font-size: 13px;
}

.sexvv{
    padding: 10px 40px ;
    color: #fff;
    border-radius: 30px ;
    background-color: #2a7de1;
    display: inline-block;
    margin-top: 20px ;
}
.sexvvJBxv{
    text-align: center;
}


.estabw{
    font-size: 42px ;
    font-weight: 700;
    color: #00263e;
}

.izxvbb{
    display: flex;
    align-items: center;
}

.izxvbb i{
    color: #2a7de1;
    margin-right: 12px ;
}

.izxvbb_box{
    display: flex;
    margin-top: 20px ;
    justify-content: space-between;
}

.izxvbb_box_flex{
    display: flex;
}

.izxvbb1we{
    margin-right: 30px ;
}

.sheixc1qwe i{
    color: #2a7de1;
}


.fnaxcv{
    margin: 0 auto;
    margin-top: 110px ; 
}

.Nxzvspn span{
    font-weight: 700;
    color: #132b2c;
}

.Nxzvspn{
    display: flex;
    align-items: center;
}

.Ulxcn_jzxc{
    max-width: 1380px ;width: 94% ;
    margin: 0 auto;
}

.Linvxc{
    font-size: 38px ;
    font-weight: 700;
}

.PinLUn{
    margin-top: 70px ;
}    .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;
    color:#fff;
}
.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%;
        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;
}

.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 (min-width:1920px){
  .inbe{
    background-size: cover;
  }
  .foot1{
     background-size: cover;
  }
}



@media screen and (max-width:850px) {
    .head {
        display: none;
    }

    .IBimG {
        display: none;
    }

    .Kxco {
        font-size: 30px;
    }

    .WIsxc {
        width: 94%;
    }

    .BNVxb {
        margin: 20px 0;
    }

    .Vel_jz {
        flex-wrap: wrap;
    }

    p {
        font-size: 14px;
    }

    .Ulxcn_jzxcqwev {
        margin-bottom: 60px !important;
    }

    .vEl_box {
        width: 100%;
        justify-content: left;
    }

    .abv_Xc {
        font-size: 26px;
    }


    .inaberx {
        height: 600px;
    }

    .inaberx img {
        height: 100%;
        object-fit: cover;
    }

    .All_box {
        margin-top: 30px;
        flex-direction: column-reverse;
    }

    .knzxcvb {
        font-size: 26px;
    }

    .auxcs {
        padding: 30px 0;
    }

    .ALL_right {
        width: 100%;
    }

    .ALL_left {
        margin-top: 20px;
        width: 100%;
    }

    .ihzxcv_flex {
        flex-direction: column;
    }

    .ihzxcv {
        width: 100%;
        padding: 20px;
    }

    .sxasc {
        font-size: 30px;
    }

    .Driw {
        margin: 60px auto;
    }

    .asizxv_felx {
        margin-top: 33px;
    }

    .asizxv_felx {
        flex-direction: column;
    }

    .zbxvbzxc_box {
        width: 100%;
    }

    .zbxvbzxc_box {
        padding: 20px;
        flex-direction: column-reverse;
    }

    .mnxcvv {
        width: 100%;
    }

    .zbxvbzxc {
        width: 100%;
    }

    .cturin_flex {
        flex-direction: column;
    }

    .cturin_left {
        width: 100%;
        margin-top: 33px;
    }

    .contentzxnv {
        display: none !important;
    }

    .cturin {
        margin-top: 60px;
    }

    .Woxc {
        width: 40px;
    }

    .History {
        padding: 60px 0;
    }

    .swiper1wesda {
        margin-top: 33px;
    }

    .nufawe {
        font-size: 26px;
    }

    .swiper1wexc {
        margin-top: 33px;
    }

    .swiper1we {
        margin-top: 33px;
    }

    .Jerryw p {
        margin-top: 10px;
    }

    .cturin_right {
        width: 100%;
        margin-top: 0;
    }

    .xcb1_flex {
        margin-top: 20px;
    }

    .kzxnvbbbb {
        font-size: 18px;
        margin: 0 20px;
    }

    .o9zxzv {
        display: none;
    }

    .wixchg_jzxc {
        flex-direction: column;
    }

    .wixchg {
        margin-top: 60px;
    }

    .zbxv_sd {
        font-size: 26px;
    }

    .Jxv_fwc1we {
        margin-top: 20px;
    }

    .timex {
        margin: 15px 0 10px 0;
    }

    .HsxcUl {
        margin-top: 33px;
    }

    .ttxc {
        margin: 10px 0;
    }

    .rubxv br {
        display: none;
    }

    .Lidom {
        width: 100%;
        padding: 25px;
    }

    .Ulxcn {
        flex-wrap: wrap;
        margin-top: 33px;
    }

    .uzxkvn {
        width: 100%;
    }

    .foot1 {
        background-image: none;
        background-color: #f2f3f6;
    }

    .lelxc {
        font-size: 26px;
        width: 80%;
    }

    .foot1_jz {
        padding: 60px 0;
    }

    .foot_li {
        width: 100%;
    }

    .asfIxc {
        display: none;
    }

    .foot_jz {
        padding-top: 30px;
    }

    .foorxc {
        padding-bottom: 30px;
    }

    .Jxv_fwc {
        margin-top: 20px;
    }

    .zxvxczxvb {
        font-size: 18px;
    }

    .xcb1_evc {
        width: calc(100% - 70px);
    }

    .coptyxc {
        flex-wrap: wrap;
        gap: 5px;
    }

    .footlog {
        margin-bottom: 20px;
    }

    .coptyxc {
        padding: 10px 0;
        font-size: 12px;
    }

    .inzxcvgg {
        margin-top: 15px;
    }

    .abnxc {
        font-size: 30px;
    }

    .main {
        margin-top: 10px;
    }

    .next1 {
        display: none;
    }

    .prev1 {
        display: none;
    }

    .jbzxv {
        font-size: 18px;
    }

    .velMasx p {
        margin-top: 10px;
    }

    .IxcUl .Linxc:not(:nth-child(1)) {
        margin-top: 15px;
    }


    .cosfn {
        padding: 10px;
        height: 300px !important;
    }

    .FFlsd p {
        margin-top: 10px;
    }

    .hezuo {
        margin: 60px auto;
    }

    .inzv_ul li {
        width: auto;
    }

    .blog_right {
        display: none;
    }

    .blog_left {
        width: 100%;
    }

    .estabw {
        font-size: 26px;
    }

    .fnaxcv {
        margin-top: 60px;
    }

    .Linvxc {
        font-size: 26px;
    }

    .blog {
        margin: 60px auto;
    }

    .blog_lidon>a {
        flex-wrap: wrap;
    }

    .ubxzc {
        width: 100%;
    }

    .uxbvZ_rl {
        width: 100%;
        margin-top: 20px;
    }

    .getxc {
        margin-top: 60px;
    }

    .getxc {
        padding: 30px;
    }

    .buaxch {
        font-size: 26px;
    }

    .yanz {
        flex-wrap: wrap;
    }

    .butww3 {
        margin-top: 20px;
    }

    .shesi {
        flex-wrap: wrap;
    }

    .zuonxc {
        width: 100%;
        margin-top: 10px;
    }

    .shesi {
        margin-top: 10px;
    }

    .vzxvc_xc {
        margin: 60px auto;
    }

    .es_kncv {
        width: 94%;
        flex-wrap: wrap;
    }

    .es_kncv>div {
        margin: 8px 0;
        width: 100%;
    }

    .es_kncv {
        margin-top: 33px;
    }

    .hidasd_flex {
        flex-direction: column-reverse;
        padding: 20px;
    }

    .hidasd_right {
        width: 100%;
    }

    .hidasd {
        padding: 0;
        width: 100%;
    }

    .jbzvzxc {
        width: 100%;
    }

    .hzxcvv {
        padding: 140px 0 40px 0;
    }

    .smFLes_box {
        margin-top: 33px;
    }

    .eloMax {
        margin: 60px auto;
    }

    .lkxnb {
        font-size: 26px;
    }

    #map {
        margin-top: 33px;
        height: 400px !important;
    }

    .epJbzxv {
        flex-direction: column;
    }

    .Epc_left {
        width: 100%;
    }

    .Epc_right {
        width: 100%;
        margin-top: 20px;
    }

    .Lasdf {
        font-size: 26px;
    }

    .prduct_left {
        display: none;
    }

    .prduct_right {
        width: 100%;
    }

    .cus_right_box {
        padding: 20px;
    }

    .Ulxcn_jzxc {
        padding-bottom: 50px;
    }

    .prductqwe1 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .ozvnb {
        font-size: 26px;
    }

    .epJbzxv {
        margin-top: 60px;
    }

    .main_jz {
        flex-wrap: wrap;
    }

    .eloM_xc {
        margin: 60px auto;
        flex-direction: column-reverse;
    }

    .eloM_xc_right {
        width: 100%;
    }

    .eloM_xc_left {
        width: 100%;
        margin-top: 20px;
    }

    .zjxbvixc {
        font-size: 26px;
    }

    .ozbvb {
        font-size: 26px;
    }

    .Ubzxv>a {
        flex-direction: column;
    }

    .IBimGw {
        width: 100%;
    }

    .feacd_flxPadd {
        padding: 60px 0;
    }

    .feacd_flxPadd {
        margin-top: 60px;
    }

    .areYou_ul {
        margin-top: 33px;
    }

    .IBimGw_right {
        width: 100%;
        margin-top: 20px;
    }

    .feacd_jz {
        margin: 60px auto;
    }

    .PIxv {
        font-size: 26px;
    }

    .Serv {
        margin: 60px auto;
    }

    .oxcvPxc {
        padding: 60px 0;
    }

    .xinv_right {
        width: 100%;
    }

    .oxcvPxc_li {
        flex-direction: column-reverse;
    }

    .xinv_left {
        width: 100%;
        margin-top: 20px;
    }

    .Pxmcv {
        font-size: 26px;
    }

    .Dexxcv {
        font-size: 18px;
        margin-top: 20px;
    }

    .oxcvPxc_li:nth-child(even) {
        flex-direction: column-reverse;
    }

    .Capacity_jz {
        margin: 60px auto;
    }

    .Capacity_ulc {
        flex-wrap: wrap;
    }

    .zhxic {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .zhxic {
        color: #fff;
    }

    .Capacity_ulc li {
        width: 100%;
        text-align: left;
        padding: 10px;
        color: #fff;
        background-color: #257ce1;
    }

    .Capacity_ulc {
        margin-top: 33px;
    }

    .Capacity_ulc li:not(:nth-child(1)) {
        margin-top: 20px;
    }

    .xck_flex {
        margin-top: 33px;
        flex-wrap: wrap;
    }

    .xck_flex>div {
        width: 100%;
    }

    .zxcvvb {
        padding: 60px 0;
    }

    .cpsa {
        margin-top: 33px;
    }

    .lm_kzxv {
        flex-direction: column;
    }

    .lm_kzxv_right {
        width: 100%;
        margin-top: 20px;
    }

    .HiLoSQw {
        margin-top: 33px;
    }

    .Ubzxv_ulx{
        grid-template-columns: repeat(1 ,1fr);
    }
} 
