
    @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;
    }
} 
    .mfp-iframe-holder {
    padding-bottom: 40px;
    padding-top: 40px;
}
.mfp-container {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 8px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
background: rgba(0,0,0,0.5);
z-index:-1;
overflow:hidden;
transition: all 0.3s ease 0s;   
opacity:0;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    max-width: 900px;
    width: 100%;	
animation: et_pb_fade_in_scale .5s cubic-bezier(.77,0,.175,1) 1;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.mfp-iframe-scaler {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    padding-right: 6px;
    right: -6px;
    text-align: right;
    width: 100%;

background: 0 0;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: none;
    overflow: visible;
    padding: 0;
    touch-action: manipulation;
    z-index: 1046;
top:-40px;
position: absolute;
font-size: 28px;
    font-style: normal;
    height: 44px;
    line-height: 44px;
}
.mfp-iframe-scaler iframe {
    background: #000;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media screen and (max-width:850px) {
    .mfp-iframe-holder .mfp-content {
    max-width: 90%;
    }
}    .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;
    }
}    .re-prof{
    width: 1313px;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
}
.reprotit{
    text-align: left;
}
.rep-tit{
    font-size: 36px;
}
.repbtn{
    width: 36px;
    height: 36px;
    background-color: #E50012;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.smatff{
    position: relative;
    width: calc(100% - 100px);
    margin: 0 auto;
}
.rep-prev{
    left: -48px
}
.rep-next{
    right: -48px;
}
.rep-f{
    margin-top: 50px;
}
.rep-m{
    margin-top: 50px;
}
.rep-tf{
    padding:35px 5%;
}
.rept1{
    font-size: 16px;
    text-align: center;
    color: #4D4D4D;
    font-weight: 700;
}
.main-f{
    padding-bottom: 0px;
}
.rept2{
    margin-top: 15px;
    color: #3E4751;
    font-size: 16px;
    text-align: center;
}
.rep-btn{
    width: 178px;
    background-color: #B41717;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 30px;
}
.rpsin-f{
    padding:10px;
}
.reps{
    display: block;
    box-shadow: 0 0.15rem 0.5rem rgba(30, 34, 40, .1);
    padding:20px;
    height: 100%;
}
.reps:hover img{
    transform: scale(1.1);
}
.re-prof .swiper-slide{
    height: auto;
}
.re-prof .reps{
    height: 100%;
}
.repbtn{
    position: absolute;
}

@media screen and (max-width:1363px) {
    .re-prof .cet{
        width: 94%;
    }
    .re-prof {
        width: calc(94% - 172px);
        margin-top: 50px;
    }
}


@media screen and (max-width:980px) {
    .rpsin-f{
        padding-bottom: 30px;
    }
    .rep-tf {
        padding: 20px 5%;
    }
    .smatff{
        padding-bottom: 50px;
    }
    .rep-next {
        right: 0px;
    }
    .rep-prev {
        left: 0px;
    }
    .repbtn {
        position: absolute;
        top: auto;
        transform: translateY(0%);
        bottom:0px;
    }
    .re-prof {
        width: 100%;
    }
    .rep-f .rep-m{
        margin-top: 0px;
    }
    .rep-f .reps {
        margin-top: 20px;
    }
}    @font-face {
font-display: swap;
    font-style: normal;
    font-weight: 400;
font-family: "ico"; 
src: 
url("/font/icomoon_pl.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon_pl.woff") format("woff"), 
url("/font/icomoon_pl.ttf") format("truetype"), 
url("/font/icomoon_pl.svg#$font") format("svg");
}
.revcommth{
    background-color: rgb(246, 246, 246);
    border-radius: 10px;
    padding:20px;
    color: #132b2c;
margin-top: 30px;
    font-size: 16px;
    margin-bottom: 30px;
}
.revcbg{
    font-size: 42px;
    font-weight: bold;
}
.review-title{
    width:100%;
    color: #000;
    font-size: 14px;
}
.aggrat-val{
    font-size:22px;
font-weight:700;
color:#B61717;
font-style:italic;
}
.aggrating-star-f{
width:160px;
    overflow: hidden;
}
.aggrat-full{
    float: left;
    font-family: ico;
    font-size: 24px;
    color: var(--MainColor);
    width: 30px;
    height: 30px;
}
.aggrat-full:before {
    content: '\e9d9';
}
.agrf-emp:before{
    content: '\e9d7';
}
.aggrat-hs-f{
    float:left;
width: 30px;
    height: 30px;
font-family: ico!important;
    font-size: 24px;
    color: var(--MainColor);
position: relative;
}
.aggrat-hs-emp{
    float: left;
    width: 30px;
    height: 30px;
}
.aggrat-hs-emp:before {
font-family: ico !important;
    content: '\e9d7';
}
.aggrat-hs-full{
    position:absolute;
    width: 13px;
    height: 30px;
overflow:hidden;
}
.aggrat-hs-full:before {
font-family: ico !important;
    content: '\e9d9';
}
.r0tip{
    color:#3E4751;
}
.r0t2{
font-size:12px;
}
.rev-sel-show-f2{
width:100%;
margin-top:15px;
}
.rev-sel-show-f{
width:122px;
    height:25px;
line-height:25px;
font-size:14px;
padding-left:10px;
    border:1px solid #AAAAAA;
position:relative;
background: linear-gradient(#fff,#E4E4E4);
cursor:pointer;
}
.rev-sel-show-f:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 11px;
    right: 10px;
    top: 9px;
    background: url(/new/templates/Web/en/images/prodown.png);
background-size:100%;
background-repeat:no-repeat;
}
.rev-sel-show-f:hover{
    background: #E4E4E4;
}
.rev-sel-all{
    position:absolute;
top:25px;
left:0px;
width:120px;
height:25px;
line-height:25px;
font-size:1.4rem;
padding-left:10px;
    border:1px solid #AAAAAA;
display:none;
z-index:99;
}
.rev-sel-all:hover{
   background:#f8f8f8;
}
.review-f{
    width:100%;	
position:relative;
}
.review-t{
width:100%;
display:none;
}
.rev-s-top1{
    width:100%;
    margin-top:30px;	
    display: flex;
}
.re-readmore-f{
width:100%;
cursor:pointer;
}
.re-readmore-cover{
width:100%;
height:15px;
background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
}
.re-readmore{
width:calc(100% - 40px);
background:#fff;
position:relative;
font-size:16px;
color:#B61717;
padding:10px 20px;	
}
.re-readmore:hover{
    color:#333;
}
.re-readmore:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 11px;
left:0px;
    top: 15px;
    background: url(/new/templates/Web/en/images/prodown.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.rev-flag{
    width: 36px!important;
display:block!important;
}
.rev-name-c{
width:calc(100% - 51px);
margin-left:15px;
font-size:16px;
margin-top:9px;
color:#000;
}
.rev-s-top2{
width:100%;
margin-top:12px;
    display: flex;
}
.rev-star-f{
width:100px;
}
.rev-star-s {
    float: left;
    font-family: ico;
    font-size: 14px;
    color: var(--MainColor);
    width: 20px;
    height: 20px;
    position: relative;
}
.review-s-start-text{
width:100px;
font-size:14px;
color:#3E4751;
}
.rev-star-s:before {
    position: absolute;
    content: '\e9d9';
}
.rev-s-top3{
    float:left;
width:100%;
font-size:14px;
color:#3E4751;
margin-top:5px;
}
.review-s{
    width:100%;
    margin-top:20px;	
}
.rev-pass-tip{
    color:#383838;
font-style:italic;
}
.rev-content{
width:100%;
font-size:16px;
line-height:30px;
margin-top:20px;
color:#000;
}
.rev-send-f{
width:100%;
margin-top:40px;
}
.rev-send-txt{
width:100%;
font-size: 16px;
color: #000;
}
.rev-send-star-f{
width:100%;
margin-top:10px;
    overflow: hidden;
}
.rev-send-in-f{
width:100%;
margin-top:20px;
}
.r-s-in-s-f{
width:100%;
}
.r-s-in-s-f2{
width:49%;
margin-top:25px;
    overflow: hidden;
}
.r-s-i-s-txt{
width:100%;
font-size: 16px;
color: #000;
}
.r-s-i-s-txt2{
    float:left;
width:100%;
font-size: 16px;
margin-top:10px;
color: #000;
}
.r-s-i-s-cont{
width:100%;
margin-top:10px;
border:1px solid #DCDCDC;
border-radius:7px;
height:98px;
padding:10px 15px;
outline: none;
font-size: 15px;
    color: #414141;
}
.r-s-i-s-cont:focus{
    border:1px solid var(--MainColor);
}
.r-s-i-s-input:focus{
    border:1px solid var(--MainColor);
}
.res-inff{
display: flex;
}
.r-s-in-s-f2:last-child{
margin-left: 2%;
}
.r-s-i-s-input{
            float:left;
width:100%;
border:1px solid #DCDCDC;
border-radius:7px;
height:40px;
padding:10px 15px;
font-size: 15px;
    color: #414141;
    font-family: Arial,'Roboto',  sans-serif;
margin-top:15px;
}
.r-s-i-s-input:focus{
    border:1px solid #;
}
.r-s-i-s-tip-f{
    float:left;
position:relative;
display:none;
}
.r-s-i-s-tip-arrow{
    position:absolute;
top:14px;
}
/* .r-s-i-s-tip-arrow:before{
    content:'';
    float: left;
    width: 0; 
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #DCDCDC transparent transparent;
}
.r-s-i-s-tip-arrow:after{
    content:'';
    position:absolute;
left:1px;
    width: 0; 
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
} */
.r-s-i-s-tip{
    float:left;
margin-top:16px;
border:1px solid #DCDCDC;
border-radius:5px;
padding:10px 15px;
}
.r-s-i-s-tip-ico{
    float:left;
    width:25px;
    height:25px;
    position:relative;
    color:#;
font-size:25px;
}
.r-s-i-s-tip-ico:before{
    content:'\ea08';
position:absolute;
font-family: ico;
}
.r-s-i-s-tip-txt{
    float:left;
font-size: 16px;
margin-left:10px;
margin-top:4px;
color:#3E4751;
}
.r-s-but-f{
width:100%;
margin-top:30px;
}
.r-s-but{
width: 100%;
    height: 40px;
line-height: 40px;
border-radius: 20px;
color:#fff;
background:var(--MainColor);
font-size: 16px;
cursor:pointer;
text-align:center;
}
.r-s-but:hover{
    background:#;
}
.rev-send-star-s{
            float:left;
    font-family: ico;
    font-size: 24px;
    color: #;
    width: 30px;
    height: 30px;
    position: relative;
cursor:pointer;
}
.rev-send-star-s:hover{
    color:var(--MainColor);
}
.emptyheart:before {
    position: absolute;
    content: '\e9d7';
}
.heart:before {
    position: absolute;
    content: '\e9d9';
}    /* 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/202509/4444_1757660100_WNo_1862d336.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 336px;
  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 ;
} 
    .infxc {
    max-width: 1380px;
    width: 94%;
    margin: 110px auto;
}



.inJcc {
    max-width: 1380px;
    width: 94%;
    position: relative;
    margin: 0 auto;
}

.jxcbv {
    width: 50%;
    padding: 50px 0;
    background-image: url(/img/ixcbeij.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    padding-right: 10px;
    justify-content: right;
}


.eadiw {
    font-size: 36px;
    color: #be0008;
}

.eadiw span h2 {
    font-size: 38px;
    font-weight: 900!important;
    color: #132b2c;
    margin: 5px 0;
    display: block;
}



.jxcbv_pvx {
    width: calc(100% - 100% - (100% - 1380px) - ((100% - 1380px) / 2));
}

.xvnb_xc {
    width: 50%;
}

.icxcv {
    display: flex;
    justify-content: space-between;
}

.xvnb_xc img {
    height: 100%;
    object-fit: cover;
}

.uasvb {
    max-width: 1380px;
    width: 94%;
    margin: 0 auto;
    margin-top: 110px ;
}


.doxnv {
    width: 271px;
}

.doxnv_lex {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    align-items: center;
    border-radius: 8px;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;
}

.doxnvP {
    width: calc(100% - 300px);
}

.lexcvImd {
    width: 49%;
  position: relative;
}

.knbx {
    font-size: 26px;
    font-weight: 700;
}

.wonxcDpd_box {
    border: 1px solid #d24f54;
    display: inline-block;
    border-radius: 5px;
    margin-top: 20px;

}

.wonxcDpd {
    display: flex;
    padding: 10px 15px;
    color: #6a6a6a;
}

.wonxcDpd i {
    margin-left: 5px;
    color: #be0008;
}

.asoc {
    width: 8px;
    position: absolute;
    height: 100%;
    right: -5px;
    border-radius: 0 8px 8px 0;
    top: 0;
    background-color: #be0008;
}

.ovnxcv_ul{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
    margin-top: 50px ;
}


.ovnxcv_ul>li:not(:nth-child(-n + 2)){
    margin-top: 20px ;
}
    .scop_left {
    width: 338px;
}

.prmsd {
    width: 100%;
    line-height: 59px;
    font-size: 24px;
    font-weight: 700;
    padding-left: 12px;
    color: #fff;
    background-color: #be0008;
    border-radius: 0 30px 0 0;
}


.scop {
    max-width: 1380px;
    width: 94%;
    margin: 0 auto;
}

.inpxc {
    width: 94%;
    margin: 20px auto 0;
    border-radius: 5px;
    height: 41px;
    border: 1px solid #f4f4f4;
    display: flex;
    align-items: center;
}

.anxcvvkncv {
    margin-left: 12px;
    color: #f4f4f4;
    font-size: 26px !important;
}

.envDc {
    display: flex;
    padding: 12px;
    /* background-color: #f6f6f6; */
    align-items: center;
}

.omvbc {
    margin-left: 20px;
    padding-top: 5px;
}

.omvbc i {
    font-size: 21px;
}

.ljzv_xc {
    font-size: 21px;
    font-weight: 700;
    color: #132b2c;
}

.Diam {
    width: 7px;
    height: 7px;
    margin-right: 12px;
    border-radius: 50%;
    background-color: #be0008;
}

.OdmFlex {
    display: flex;
    align-items: center;
    color: #6a6a6a;
    padding: 5px 12px;
}

.scopbox {
    border-radius: 0 30px 0 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.omvbc i {
    color: #be0008;
}

.kibcv {
    height: 0;
    transition: all 0.3s;
    overflow: hidden;
}

.scop_right {
    width: calc(100% - 380px);
}

.scop {
    display: flex;
    justify-content: space-between;
}

.ljzsdbg_xc .siexc {
    width: calc(33.33% - 14.5px);
}

.Rnex {
    font-size: 38px;
    font-weight: 900;
    color: #132b2c;
}

.ljzsdbg_xc {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ljzsdbg_xc .siexc:not(:nth-child(-n + 3)) {
    margin-top: 50px;
}

.jxv_ylxc {
    padding: 20px 0;
}




.iznxv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #f6f6f6;
}


.iznxvUlx {
    margin-top: 50px;
}

.iznxvUlx li {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.kxznv {
    font-size: 24px;
    font-weight: 700;
    width: 93%;
}

.iznxv {
    font-size: 24px;
}

.cope_p p:not(:nth-child(1)) {
    padding-top: 20px;
}

.cope_p {
    padding: 20px;
}

.baxcvy i {
    font-size: 36px;
}

.bzxv_xc i {
    font-size: 26px;
}

.cope_p_sd {
    height: 0;
    transition: all 0.3s;
    overflow: hidden;
}

.iznxvUlx li:not(:nth-child(1)) {
    margin-top: 33px;
}

.gui_d {
    max-width: 1380px;
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}


.gui_d_right {
    width: 330px;
}

.setA_xoc {
    margin-top: 0;
}

.gui_d_left {
    width: calc(100% - 360px);
}


.enxcvv {
    font-size: 38px;
    font-weight: 900;
    color: #132b2c;
}

.knxvp_xc {
    margin: 20px 0;
}

.proxcwe0{
    padding-bottom: 0;
}    .proxc {
    max-width: 1380px;
    width: 94%;
    margin: 110px auto;
}

.omvbc{
    cursor: pointer;
}
.ieAll_flwex1we {
    width: 420px;
    margin: 0 auto;
    margin-top: 40px;
}
.imgcet{
    margin: 0 auto;
    margin-top: 30px;
    width: 830px;
}
.LinvDOm {
    position: relative;
    padding: 60px;
    border-radius: 15px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.divnx {
    margin: 20px 0;
}

.rinvx {
    position: static;
    margin: 0 auto;
    transform: none;
}


.eivxc {
    font-size: 38px;
    font-weight: 900;
    margin-top: 20px;
}
.imgx-f{
    display: flex;
    justify-content: center;
}
.page{
    margin-top: 108px;
}
.imngx {
    display: flex;
    margin: 10px 0;
    position: relative;
    z-index: 5;
    width: 79%;
    margin-left: -3%;
}
.baxcvy .iconfont{
    color: var(--MainColor);
}
.bzxv_xc .iconfont{
    color: var(--MainColor);
}
.prosin{
    width: 20%;
    padding-left: 3%;
    display: block;
}
picture{
    display: block;
}

.LinvDOm {
    position: relative;
}

.zxicv {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ;
    opacity: 0;
    width: 655px;
    height: 100%;
    z-index: 1;
}

.zxicv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.LinvDOm:hover .zxicv {
    opacity: 1;
}

.LinvDOm:hover .sR1 {
    display: none;
}

.LinvDOm:hover .sR11 {
    display: block;
}

.LinvDOm:hover .rinvx{
    background-color: #be0008;
}


.LinvDOm:hover .ieAll_flwex1we{
    background-color: #be0008;
    position: relative;
    z-index: 5;
}

.LinvDOm:hover .ieAll{
    color: #fff;
}
.knvxc >p{
    color: var(--MainColor);
}

.lignUl .LinvDOm:not(:nth-child(1)){
    margin-top: 50px ;
}    .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 ;
}    .jbx_xc {
    width: 50px;
    height: 50px;
    background-color: #be0008;
    text-align: center;
    line-height: 50px;
    border-radius: 8px;
}

.jbx_xc i {
    font-size: 26px;
    color: #fff;
}



.cus {
    max-width: 1380px;
    width: 94%;
    margin: 0 auto;
    margin-top: 110px ;
    align-items: center;
    display: flex;
    justify-content: space-between;
}


.nxcvIxc {
    font-size: 21px;
    color: #6a6a6a;
}

.cus_left {
    width: 375px;
}


.jbx_xc_flx {
    display: flex;
    justify-content: space-between;
}

.nxcvIxc {
    width: calc(100% - 80px);
}

.jbx_xc_flx1we {
    align-items: center;
    margin-bottom: 20px;
}

.xinvv {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #f8e3e4;
    margin-bottom: 30px;
    font-size: 38px;
    font-weight: 900;
    color: #132b2c;
}

.xinvv::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #be0008;
    width: 50px;
    height: 3px;
}

.cus_right {
    width: calc(100% - 420px);

}


.cus_right_box{
    width: 100% ;
    padding: 60px 40px;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.bxc_in {
    width: 49%;
    height: 57px;
    border: 1px solid #dedede;
    border-radius: 5px;
    transition: all 0.3s;
    position: relative;
}

.Comp_xc {
    width: 100%;
    height: 57px;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-top: 20px;
    transition: all 0.3s;

}


.osfv {
    width: 100%;
    height: 210px;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-top: 20px;
    transition: all 0.3s;
    position: relative;
}

.bxc_in_fw {
    display: flex;
    justify-content: space-between;
}

.bxc_in_box {
    margin-top: 50px;
}


.ihxcv {
    color: #be0008;
}

.ozvnb {
    color: #132b2c;
    font-size: 38px;
    font-weight: 900;
}

.bxc_in:hover {
    background-color: #f6f6f6;
}

.Comp_xc:hover {
    background-color: #f6f6f6;
}

.osfv:hover {
    background-color: #f6f6f6;
}

.yanz {
    display: flex;
}

.post {
    text-align: center;
    line-height: 45px;
    width: 100px;
    background-color: #fff;
    height: 38px;
}

.code {
    width: 100px;
    border: 1px solid #dfdfdf;
    height: 38px;
    margin: 0 20px;
    border-radius: 5px;
    position: relative;
}

.code input {
    width: 100%;
    height: 100%;
    padding-left: 12px;
}

.butww3 {
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px ;
    padding:  0 20px ;
    height: 38px;
    font-weight: 700;
    border-radius: 5px ;
    background-color: #be0008;
    text-align: center;
    line-height: 38px;
    color: #fff;
}

.yanz_flex {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}


.butww3:hover {
    transform: scale(0.9);
    opacity: 0.9;
}


.earthwe {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 24px;
}

.Get_jz{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zxcwdsdase{
    font-size: 24px ;
    font-weight: 700;
    color: #333333;
    margin-bottom: 33px;
}
    .pro_der {
    max-width: 1380px;
    width: 94%;
    margin: 0 auto;
    align-items: center;
}
.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;
}
.pro_der_left {
    display: flex;
    align-items: center;
    width: 49%;
}


.mySwiper {
    width: 100%;
    height: 325px;
}


.mySwiper2 {
    width: calc(100% - 150px);
}


.pro_der {
    padding-top: 110px;
}


.bzxcvxsd {
    width: 100px !important;
    position: relative;
}

.bzxcvxsd .swiper-button-next {
    top: auto;
    bottom: -54px !important;
    left: calc(50% - 15px);
    width: 25px;
    height: 25px;
}

.bzxcvxsd .swiper-button-next::after {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}



.bzxcvxsd .swiper-button-prev {
    top: -25px;
    bottom: auto;
    left: calc(50% - 15px);
    width: 25px;
    height: 25px;
}
.bzxcvxsd .nnn{
    color: #132B2C;
    font-size: 16px;
}
.nnn::after{
    content: '';
}
.pro_der_right {
    width: 48%;
}


.pro_der {
    display: flex;
    justify-content: space-between;
}


.mySwiper2 {
    border-radius: 8px !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.mySwiper .swiper-slide {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.mySwiper {
    padding: 8px !important;
}



.Ausc {
    font-size: 38px;
    font-weight: 900;
    color: #132b2c;
}


.eabc {
    margin: 20px 0;
}

.ozxnv li{
    position: relative;
    padding-left: 20px ;
    font-size: 16px ;
    font-weight: 700;
    color: #6a6a6a;
}

.ozxnv li::after{
    width: 10px ;
    height: 10px ;
    background-color: #be0008;
    border-radius: 50% ;
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
}

.ozxnv li:not(:nth-child(1)){
    margin-top: 20px ;
}

.wonxcDpd {
    padding: 7px 15px ;
}

.zbnv_y{
    margin-top: 33px ;
}

.scopwe1{
    margin-top: 110px ;
}

.wonxcDpd_boxwe{
    margin-left: 10px ;
}

.GEhsxc{
    display: flex;
    position: sticky;
    top: 98px;
}

.GEhsxc>div{
    width: 33.33% ;
    font-size: 24px ;
    font-weight: 700;
    background-color: #f6f6f6;
    height: 60px ;
    text-align: center;
    line-height: 60px ;
    color: #132b2c;
}

.tagpage>div{
    display: none;
}

.tagpage{
    padding: 40px 30px;

}.tagpage p{

line-height:2em;
font-size:16px;
}.tagpage ul{

line-height:1.5em;
font-size:16px;
}.tagpage ol{

line-height:1.5em;
font-size:16px;
}
.tagpage li{
list-style: disc;
line-height:1.5em;
font-size:16px;
}

.tagpage h2{
line-height:3em;
color:#c00006;
font-size:24px;
}.tagpage table{
border: 1px solid #000000;
width:100%;
line-height:1.5em;
font-size:16px;

}


.tagpage table {
  line-height: 2em;
  font-size: 16px;
  width: 100% !important;
  border: 1px solid black !important;
  border-collapse: collapse !important;
}
.tagpage table tr {

  border: 1px solid black !important;

}

.tagpage td, th {
  padding: 5px !important;
}
.tagpage h3{
line-height:2em;

font-size:20px;
}
.tagpage a{
    text-decoration: none; /* 去掉下划线 */
    color: #7b1b1e; /* 默认链接颜色 */
    font-weight: bold; /* 加粗字体 */
    transition: color 0.3s ease; /* 增加鼠标悬停时的颜色过渡效果 */
}

.tagpage a:hover {
    color: #0056b3; /* 鼠标悬停时的颜色 */
    text-decoration: underline; /* 鼠标悬停时显示下划线 */
}

.kbnzxd_xc{
    border-radius: 20px 20px 0 0 ;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.pnzxv{
    margin-top: 110px;
}    @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;
    }
} 
    .Hjzbv{
        line-height: 60px ;
    }
  