
    @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");
}
@font-face {
  font-family: "iconfont"; /* Project id 4996467 */
  src: url('//at.alicdn.com/t/c/font_4996467_e78cckgy8w.woff2?t=1755164408616') format('woff2'),
       url('//at.alicdn.com/t/c/font_4996467_e78cckgy8w.woff?t=1755164408616') format('woff'),
       url('//at.alicdn.com/t/c/font_4996467_e78cckgy8w.ttf?t=1755164408616') format('truetype');
}
input:focus, textarea:focus {
  outline: none;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youjiantou:before {
  content: "\e644";
}

.icon-zuojiantou:before {
  content: "\e647";
}

.icon-shouji:before {
  content: "\e601";
}

.icon-dianhua:before {
  content: "\e6b9";
}

.icon-youjian:before {
  content: "\e62f";
}

.icon-daohang:before {
  content: "\e640";
}

.icon-xiangxiajiantou:before {
  content: "\e60b";
}

.icon-jiantou:before {
  content: "\e65e";
}

.icon-sanjiao:before {
  content: "\e60e";
}

.icon-Youtube-fill:before {
  content: "\e883";
}

.icon-linkin:before {
  content: "\e600";
}
:root{
    --MainColor:#1e5cab;
    --AssColor:#FDD000;
    --TxtColor:#333333;
    --TxtColor2:#1D5CAA;
    --TxtColor3:#4D4D4D;
    --ClubMarTop:115px;/*大板块上下间距*/
    --Gradient:linear-gradient(to right, #1E5CAB, #001c4b);
    --Turn_Gradient:linear-gradient(to right,  #001c4b,#1E5CAB);
    --Tran_Gra:linear-gradient(to bottom, rgba(0, 28, 75, 0.8), rgba(30, 92, 171, 0.4));
}
h1, h2, h3 {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 1em;
}
* {
    box-sizing: border-box;
}
.hdsharef{
  display: flex;
  gap:7px;
  margin-left: 2.8%;
}
.icon-facebook:before {
  content: "\e66a";
}

.icon-a-icons8-twitter1:before {
  content: "\e604";
}
body{
    font-family: "Poppins", sans-serif;
    margin: 0;
    overflow-x: hidden;
}
.iconwe{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #fff;
    line-height: 22px;
    text-align: center;
    color: #173259;
    transition: all 0.3s ease 0s;
}
.iconwe .iconfont{
    font-size: 12px;
}
.iconwe:hover{
    background-color: var(--AssColor);
}
.iconwe:hover i{
    color: #fff;
}
a {
    text-decoration: none;
    display: block;
}

.cet{
  max-width: 1380px;
  width: 94%;
  margin:0 auto;
}
.cet2{
  max-width: 1600px;
  width: 94%;
  margin:0 auto;
}
.ac{
  color: var(--AssColor);
}
.header-f {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 99;
    transition: all 0.6s ease 0s;
    border-bottom: 1px solid rgba(255,255,255,.3);
    }
.hd-cov{
    position: absolute;
    background: var(--Gradient);
    width: 100%;
    height: 100%;
    left: 0px;
    top:0px;
    opacity: 0;
    z-index: 1;
    transition: all 0.6s ease 0s;
}
.head-b-cet {
    display: flex;
    height: 105px;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}
.bjbarwbtn{
    height: 38px;
    padding: 0 27px;
    background: var(--Gradient);
    line-height: 38px;
    display: inline-flex;
    justify-content: center;
    transition: all 0.3s ease 0s;
}
.bjbarwbtn:hover{
    background: var(--AssColor);
}
.bjbarwbtn:hover .bjbarbtn-t{
    color: var(--TxtColor);
}
.bjbarwbtn:hover .bjbarbtn-ico{
    color: var(--TxtColor);
}
.bjbarbtn-in{
    display: flex;
    gap: 15px;
}
.bjbarbtn-t{
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    transition: all 0.3s ease 0s;
}
.h-s-form{
    width: 100%;
    height: 30px;
    border-radius: 15px;
    border: 1px solid var(--MainColor);
    display: block;
    position: relative;
}
.search-in{
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    color: #fff;
    padding-left: 20px;
}
.search-btn {
    width: 40px;
    height: 24px;
    border-radius: 14px;
    background-color: var(--MainColor);
    position: absolute;
    right: 4px;
    top: 2px;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.6s ease 0s;
}
.search-btn::before {
    content: '\e900';
    width: 100%;
    position: absolute;
    font-family: icomoon_seh;
    color: #fff;
    font-size: 14px;
    transition: all 0.6s ease 0s;
    text-align: center;
    line-height: 24px;
}
.search-btnfx {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.bjbarbtn-ico{
    color: #fff;
    font-size: 10px;
    transition: all 0.3s ease 0s;
}
.yebtn{
    background: var(--AssColor);
    transition: all 0.3s ease 0s;
}
.yebtn:hover{
    background-color: #fff;
    transform: translateY(-0.15rem);
    box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, .35);
}
picture{
      width: 100%;
    display: block;
}
.tit_1{
    display: flex;
    justify-content: center;
}
.tit1in{
    display: flex;
    gap: 20px;
}
.titicof{
        width: 17px;
        display: flex;
        align-items: center;
}

.tit1_t{
    color:var(--AssColor);
    font-size: 16px;
}
.tit_2{
    font-size: 38px;
    color: var(--TxtColor);
    font-weight: bold;
    text-align: center;
    margin:0 auto;
    margin-top: 5px;
    max-width: 800px;
    width: 100%;
    text-align: center;

}
.tit_3{
    font-size: 16px;
    text-align: center;
    color: var(--TxtColor3);
    max-width: 800px;
    width: 100%;
    margin:0 auto;
        margin-top: 5px;
}
.ico-titf{
}
.icotit-in{
    max-width: 870px;
    width: 100%;
    margin:0 auto;
    position: relative;
    display: flex;
    justify-content: center;
}
.icotit-in::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #A6A6A6;
    position: absolute;
    top:50%;
    left: 0px;
    z-index: 1;
}
.icotit-tf{
    padding:0px 20px;
    display: flex;
    background-color: #fff;
    position: relative;
    z-index: 5;
}
.icotit-t{
    margin-left: 35px;
    margin-right: 35px;
    font-size: 18px;
    font-weight: bold;
    color: var(--TxtColor);
}
.icotitimgf{
    width: 12px;
    margin-top: 2px;
}
.img{
  width: 100%;
  display: block;
}
.lan-pc {
    position: relative;
}
.lan-pc::before {
    content: '\e900';
    position: absolute;
    right: -25px;
    top: 2px;
    color: var(--TxtColor);
    font-size: 16px;
    font-family: icomoon3;
}
.logo-f {
    width: 162px;
    display: flex;
    align-items: center;
}
.btn-maincolor-txt{
  height: 38px;
  padding:0 27px;
  background-color: var(--AssColor);
  color:var(--TxtColor);
  font-size: 16px;
  font-weight: bold;
  line-height: 38px;
  white-space: nowrap;
  transition: all 0.6s ease 0s;
  cursor: pointer;
}
.btn-maincolor-txt:hover{
    transform: translateY(-0.15rem);
    box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, .35);
}
.h-b-right {
    justify-content: flex-end;
    display: flex;
    width: calc(97% - 162px);
    align-items: center;
}
.hd-top-s2{
  margin-left: 2%;
  display: flex;
}
.btn-maincolor-txt.hd{
  margin-left: 5%;
}
.nav-f{
  width: 55%;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.nav-s-1{
  display: flex;
  align-items: center;
  position: relative;
}
.nav-s-pro-1{
  display: flex;
  align-items: center;
}
.nav-f-pro-2{
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 80px;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 5%);
    padding:30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.nav-s-pro-2{
    width: 25%;
    padding-right: 5%;
}
.nav-s-pro2-af{
    display: flex;
    gap:20px;
}
.nav-s-proaicof{
    display: flex;
    align-items: center;
}
.nav-s-proaico{
    height: 30px;
    width: auto;
}
.nav-s-2-pro-a{
    font-size: 16px;
    font-weight: bold;
    color: var(--TxtColor);
}
.nav-s-2-pro-a:hover{
    color: var(--MainColor);
}
.nav-s-3-pro-a:hover{
    color: var(--MainColor);
}
.nav-s-3-pro-a{
    margin-top: 15px;
        font-size: 16px;
    color: var(--TxtColor);
}

.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: 100px;
    margin-top: 16px;
}
.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: #fff;
    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: #fff;
    line-height: 60px;
    float: left;
}
.nav-s-1:hover .nav-f-2 {
    display: block !important;
    top: 105px;
    opacity: 1;
    visibility: visible;
}
.nav-s-pro-1:hover .nav-f-pro-2 {
    top: 105px;
    opacity: 1;
    visibility: visible;
}
.nav-s-1:hover .nav-s-1-a{
    color: var(--AssColor);
}
.nav-s-1:hover .nav-sj{
    color: var(--AssColor);
}
.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: #fff;
    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: 0px;
  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-s-1-a {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease 0s;
}
.selectnav{
    color: var(--AssColor);
}
.htselmf {
    display: none;
}
.nav-f-2 .nav-s-2:not(:last-child){
  border-bottom: 1px solid #c7c7c8;
}
.nav-sj{
        position: absolute;
      right: -17px;
    top: 8px;
    color: #fff;
    font-size: 10px !important;
    transition: all 0.3s ease 0s;
}

.nav-f2-c1 {
  padding-bottom: 10px;
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 5px;
}

.search-btn-j {
    width: 30px;
    height: 30px;
    border: none;
    top: 0px;
    background: none;
    float: left;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.search-btn-j::before {
    content: '\e900';
    position: absolute;
    width: 50px;
    height: 30px;
    font-family: icomoon_seh;
    color: var(--AssColor);
    font-size: 18px;
    transition: all 0.6s ease 0s;
    text-align: center;
    line-height: 30px;
}
.search-btn-j:hover:before{
    color: #fff;
}
.LangUrlArrf {
    position: relative;
    margin-left: 2%;
}
.langurlarrBtin {
    float: left;
    width: calc(100% - 30px);
    margin-left: 8px;
    cursor: pointer;
}
.lan-pc {
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-right: 20px;
}
.lan-pc::before {
    content: '\e900';
    position: absolute;
    right: 0px;
    top: 2px;
    color: #fff;
    font-size: 16px;
    font-family: icomoon3;
}
.langurlarrself {
    position: absolute;
    padding: 10px 0;
    width: calc(100% + 30px);
    display: none;
    min-height: 10px;
    left: 0px;
    top: 100%;
    background-color: #fff;
    z-index: 5;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px;
}
.langurlarr-self-a {
    display: block;
    padding: 5px;
    float: left;
    padding-left: 10px;
    position: relative;
    width: 100%;
}
.llsa-lf {
    float: left;
    background-repeat: no-repeat;
    width: 27px;
    height: 18px;
    background-image: url(/templates/Web/en/images/cLang.png);
}
.langsonname {
    float: left;
    margin-left: 9px;
    color: #444444;
    font-size: 12px;
}

.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;
}
.searcc::before {
    content: '\e60b';
    font-family: icomoon;
}
.nav-s-2 {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 10px;
}

.nav-s-2:hover {
  background: var(--Gradient);
}

.nav-s-2-a {
  float: left;
  padding: 10px  0px;
  font-size: 16px;
  color: var(--TxtColor);
  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, 1);
  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: 50px;
  opacity: 1;
  visibility: visible;
}

.nav-s-3-a {
  float: left;
  width: calc(100% - 0px);
  padding: 10px;
  color: var(--TxtColor);
  font-size: 16px;
  white-space: nowrap; 
}
.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;
}

/* foot */
.foot-all{
    background: url(/uploads/202508/ftbk_1755141897_WNo_1911d823.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: auto;
    position: relative;
    z-index: 1;
    color:#fff;
    margin-top:var(--ClubMarTop);
}
.fot-cov{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(30, 92, 171, 0.4), rgba(0, 28, 75, 0.8));
}
.c5-cet{
    display: flex;
    justify-content: space-between;
}
.c5{
    padding-top: 70px;
    position: relative;
    z-index: 5;
}
.c5l{
    width: 700px;
}
.c5t1{
    font-size: 38px;
    font-weight: bold;
}
.ftl1r{
    display: flex;
    align-items: center;
}
.foot{
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding-top: 85px;
    position: relative;
    z-index: 5;
    margin-top: 80px;
}
.ftlay{
    display: flex;
    justify-content: space-between;
}
.ft-b1{
    width:40% ;
    padding-right: 10%;
}
.ftb2-f{
    width: 60%;
    display: flex;
    justify-content: space-between;
}
.ft-logo{
    width: 162px;
}
.ftconm{
    margin-top: 35px;
}
.ftl3rs{
    display: flex;
    margin-top: 15px;
    gap:15px;
}
.ftconico{
    font-size: 14px;
    color: var(--AssColor);
    margin-top: 5px;
}
.ftl3rs:not(:first-child) .ftconico{
    font-size: 18px;
}
.fl3rt{
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease 0s;
}
.fl3rt:hover{
    color: var(--AssColor);
}
.ftsharef{
    display: flex;
    margin-top: 40px;
    gap:10px;
}
.ftqk-t{
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(255,255,255,.6);
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    position: relative;
    padding-right: 20px;
}
.ftqk-t::before{
    content: "";
    position: absolute;
    width: 36px;
    height: 2px;
    background-color: var(--AssColor);
    left: 0px;
    bottom:-1px;
}
.ftb-m{
    padding-top: 20px;
}
.ftb-s{
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    transition: all 0.3s ease 0s;
}
.ftb-s:hover{
    color: var(--AssColor);
}
.ftl2-mb{
    margin-top: 75px;
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}
.ftlb-s{
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.ftlb-s:hover{
    color: var(--AssColor);
}
/*  R_ */
.i6{
    display: flex;
}
.i6l{
    width: 46%;
    position: relative;
    padding-bottom: 15px;
}
.i6r{
    width: 54%;
}
.i6lcov{
    position: absolute;
    left: 0px;
    bottom:-15px;
    z-index: 1;
    clip-path: polygon(0 0, calc(65% - 370px) 0, 100% 370px, 100% 100%, 0 100%);
    width:567px;
    height: 370px;
    background: var(--Gradient);
}
.i6lplayf{
    position: relative;
    cursor: pointer;
}
.i6lplayf:hover .playbtn{
    background: linear-gradient(to right, var(--AssColor),var(--AssColor));
        background-clip: text;
}
.i6lplayf:hover .playbtnf{
    border: 1px solid var(--AssColor);
} 
.i6lplayf:hover .tex{
    border: 1px solid var(--AssColor);
} 
.i6lplayf:hover .tex2{
    border: 1px solid var(--AssColor);
} 
.i6lpicf{
    position: relative;
    margin-left: 15px;
    width: calc(100% - 15px);
    z-index: 5;
        clip-path: polygon(0 0, calc(100% - 70px) 0, 100% 70px, 100% 100%, 0 100%);
}
.playbtnf{
    position: absolute;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border:1px solid #001C4B;
    text-align: center;
    line-height: 49px;
    z-index: 5;
}

.tex {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border:1px solid #001C4B;
    animation: kuod 2s infinite ease-in-out;
    z-index: 0;
}
.tex2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    border:1px solid #001C4B;
    animation: kuod2 2s infinite ease-in-out;
    animation-delay: .5s;
    z-index: 0;
}
@keyframes  kuod
{
    0%   {transform: scale(1);opacity: 1;}
    100%  {transform: scale(2);  opacity: 0;}
}
@keyframes  kuod2
{
    0%   {transform: scale(1);opacity: 1;}
    100%  {transform: scale(2);  opacity: 0;}
}
.playbtn{
font-size: 24px;
    background: linear-gradient(to right, #1E5CAB, #011E4E);
      -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.i6r{
    padding-left: 2.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.i6r-t1{
    font-size: 38px;
    font-weight: bold;
    color: var(--TxtColor);

}
.i6r-t2{
    color: var(--TxtColor);
    font-size: 16px;

}
.i6r-t3{
    color: var(--TxtColor3);
    font-size: 16px;

}
/* -----*/

.i3msslbtnr{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    transition: all 0.6s ease 0s;
    background: var(--Gradient);
}

.i7{
    margin-top: var(--ClubMarTop);
}
.i7-m{
    margin-top: 50px;
}
.i7-s{
    padding:10px;
}
.i7sin{
box-shadow: 0 0.15rem 0.5rem rgba(30, 34, 40, .1);
}
/* */
.i8{
    margin-top: var(--ClubMarTop);
    background: url(/templates/Web/en/images/i8bk.jpg) center no-repeat;
}
.i8m{
    margin-top: 25px;
}
.i8lay1{
    width: calc(100% + 25px);
    margin-left: -25px;
    display: flex;
    flex-wrap: wrap;
}
.i8-s{
    padding-left: 25px;
    margin-top: 25px;
    width: 16.66%;
}
.i8moref{
    margin-top: 80px;
    display: flex;
    justify-content: center;
}
.i8morin{
    display: flex;
    gap:30px;
    cursor: pointer;
}
.i8morin:hover .i3msslbtnr{
    background: var(--AssColor);
}
.i8morin:hover .icon-xiangxiajiantou{
    color: var(--TxtColor);
}
.i8mort{
    font-size: 16px;
    color: var(--TxtColor);
    margin-top: 5px;
}
.i9{
    margin-top: var(--ClubMarTop);
    background: url() no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: px;
    position: relative;
}
.i9-r{
    position: absolute;
    right: 0px;
    bottom: -55px;
    z-index: 5;
    width: calc(100% - (50% - 690px));
}
.i3hds-if{
    display: flex;
    justify-content: center;
}
.i9m{
    background-color: #fff;
    display: flex;
    margin-top: 75px;
    box-shadow: 0 0.15rem 0.5rem rgba(30, 34, 40, .1);
}
.i9ms{
    padding:60px 0;
    width: 25%;
    position: relative;
}
.i9ms::before{
    content: "";
    position: absolute;
    left: 30px;
    width: 0;
    bottom: 0px;
    height: 6px;
    background-color: var(--AssColor);
    transition: all 0.6s ease 0s;
}
.i9ms:hover:before{
    width: calc(100% - 60px);
}
.i9ms:hover .i9ico-1{
    display: none;
}
.i9ms:hover .i9ico-2{
    display: block;
}
.i9ms:hover .i9t1{
    color: var(--TxtColor2);
}
.i9s-in{
    padding:0 12%;
    border-right: 1px solid #A6A6A6;
    height: 100%;
}
.i9ms:last-child .i9s-in{
    border-right: none;
}
.i9t1{
    font-size: 21px;
    font-weight: bold;
    color: var(--TxtColor);
    margin-top: 45px;
    text-align: center;
}
.i9t2{
    font-size: 16px;
    color:var(--TxtColor3);
    margin-top: 20px;
    text-align: center;
}
.i9ico-1,.i9ico-2{
    height: 80px;
}
.i9ico-2{
    display: none;
}
.banncov {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(0, 28, 75, 0.8), rgba(30, 92, 171, 0.4));
}
.i5btnf{
margin-top: 30px;
display: flex;
justify-content: flex-end;
}
.i5-hd{
    position: absolute;
    width: 100%;
    left: 0px;
    top:96px;
    z-index: 5;
}
.i5-hd-cet{
    display: flex;
    justify-content: space-between;
}
.i5hd-l{
    width: 50%;
}
.i5hd-r{
    width: 50%;
    padding-left: 2%;
}
.i5hdl-t2{
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    width: 500px;
}
.i5hdrt1f{
    display: flex;
justify-content: flex-end;
}
.i5hdr-t1{
    width: 650px;
    color: #fff;
    font-size: 16px;
    text-align: right;
}
.hd_2{
    position: relative;
    top:0px;
}
@media screen and (max-width: 1400px) {
    .i9-r {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 5;
    width: 97%;
    margin-left: 3%;
    padding-top: 50px;
    }
}
@media screen and (max-width: 980px) {
    .ftl2-mb {
    margin-top: 35px;
    padding: 15px 0;
    flex-wrap: wrap;
    }
    .ftsharef {
    margin-top: 20px;
    }
    .ftbox{
        margin-top: 20px;
    }
    .ftbox:nth-child(2),.ftbox:nth-child(1){
        margin-top: 0px;
    }
    .ftb-s {
    margin-top: 5px;
    }
    .ftqk-t {
    padding-bottom: 20px;
    padding-right: 10px;
    }
    .ftb2-f {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 10px;
    }
    .ft-b1 {
    width: 50%;
    padding-right: 0%;
    }
    .ftlay {
    flex-wrap: wrap;
    }
    .foot {
    padding-top: 50px;
    margin-top: 40px;
    }
    .c5 {
    padding-top: 40px;
    }
    .btn-maincolor-txt.hd {
    margin-left: 0%;
    }
    .ftl1r{
        width: 100%;
        margin-top: 20px;
    }
    .c5l {
    width: 100%;
    }
    .c5-cet{
    flex-wrap: wrap;
    }
    .i9{
        height: auto;
    }
    .i9::before{
        content: "";
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 50px;
        left: 0px;
        bottom: -2px;
        z-index: 3;
    }
    .i9t1 {
    margin-top: 25px;
    }
    .i9s-in {
    padding: 30px 12%;
    border-bottom: 1px solid #A6A6A6;
    border-right: none;
    height: auto;
    }
    .i9s-in:last-child{
        border-bottom: none;
    }
    .i9ms {
    padding: 0px 20px;
    width: 100%;
    }
   .i9m {
    margin-top: 35px;
    flex-wrap: wrap;
    }
        .i9-r {
        padding-top: 30px;
    }
    .i8moref {
    margin-top: 40px;
    }
    .i8m{
    margin-top: 10px;
    }
    .i8-s {

    width:33.33%;
    }
    .i7-m {
    margin-top: 30px;
    }
    .icotit-tf {
    padding: 0px 5px;
    }
    .icotit-t{
        margin-left: 15px;
        margin-right: 15px;
    }
    .i6lpicf {
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
    }
    .i5 .i5-hd{
         position: relative;
    left: 0px;
    top: 0px;
    padding-top: 40px;
    }
    .i5btnf {
    justify-content: flex-start;
    }
    .i5hdr-t1 {
    width: 100%;
    text-align: left;
    }
    .i5hdrt1f {
    justify-content: flex-start;
    margin-top: 20px;
    }
    .i5hdl-t2 {
    width: 100%;
    }
    .i5hd-r {
    width: 100%;
    }
    .i5hd-l {
    width: 100%;
    }
    .i5-hd-cet {
    flex-wrap: wrap;
    }
    :root{
    --ClubMarTop:50px;/*大板块上下间距*/
    }
    .i6lcov{
    bottom:-15px;
    clip-path: polygon(
        0 0,
        max(0.1%, calc(65% - 370px)) 0,
        100% 370px,
        100% 100%, 
        0 100%
        );
    backface-visibility: hidden; /* 强制浏览器优化渲染 */
    width:100%;
    height: 270px;
    }
    .i6lcov::after {
  content: "";
  position: absolute;
  bottom: -1px; /* 轻微覆盖 */
  left: 0px;
  width: calc(100% + 2px);
  height: 5px;
  background: #fff;
  z-index: 8;
}
    .i6{
        flex-wrap: wrap;
    }
    .i6l {
    width: 100%;
    }
    .i6r {
    display: block;
    padding-left: 0%;
    width: 100%;
    margin-top: 30px;
    }
    .header-f {
        display: none;
    }
    .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;
    }
}


@media screen and (max-width:980px) {
    .br{
    display:none;
}
.fs-230{
         font-size:115px!important;
    }
.fs-103{
        font-size:50px!important;
    }
.fs-96{
        font-size:48px!important;
    }
    .fs-85{
         font-size:42px!important;
    }
    .fs-80{
         font-size:40px!important;
    }
    .fs-75{
         font-size:38px!important;
    }
.fs-72{
         font-size:37px!important;
    }
      .fs-66{
         font-size:37px!important;
    }
     .fs-62{
         font-size:36px!important;
    }
    .fs-60{
         font-size:35px!important;
    }
.fs-56{
         font-size:30px!important;
    }
     .fs-50{
         font-size:28px!important;
    }
    .fs-48{
         font-size:28px!important;
    }
.fs-46{
         font-size:28px!important;
    }
     .fs-40{
         font-size:28px!important;
    }
     .fs-38{
         font-size:25px!important;
    }
    .fs-36{
         font-size:18px!important;
    }
    .fs-35{
        font-size:18px!important;
   }
.fs-34{
         font-size:18px!important;
    }
    .fs-32{
        font-size:18px!important;
}
    .fs-30{
        font-size:18px!important;
}
.fs-28{
        font-size:17px!important;
}
.fs-27{
        font-size:17px!important;
}
.fs-26{
        font-size:16px!important;
}
.fs-24{
        font-size:16px!important;
    }
.fs-23{
        font-size:16px!important;
    }
.fs-22{
        font-size:16px!important;
    }
.fs-21{
        font-size:15px!important;
    }
    .fs-20{
        font-size:15px!important;
    }
    .fs-18{
        font-size:14px!important;
    }
    .fs-17{
        font-size:14px!important;
    }
     .fs-16{
        font-size:14px!important;
    }
    .fs-15{
        font-size:13px!important;
    }
.fs-14{
    font-size:12px!important;
}
}


.bjbarwbtn{
    cursor: pointer;
}.searc {
  display: -webkit-box;            /* 弹性伸缩盒子 */
  -webkit-box-orient: vertical;    /* 垂直排列 */
  -webkit-line-clamp: 2;           /* 限制显示 3 行 */
  overflow: hidden;                /* 超出隐藏 */
  text-overflow: ellipsis;         /* 超出显示省略号 */
}
 
    .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: var(--AssColor);
  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: var(--Gradient);
    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: #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;
    }
    .foot-b-up:before {
    line-height: 35px;
    font-size: 14px;
  }

  .foot-b-up {
    width: 35px;
    height: 35px;
    background-color: rgba(253,208,0, .5);
    right: 0px;
  }
}     .ps-bann-f{
    width: 100%;
    background-repeat: no-repeat;
        background-image: url(/uploads/202508/inbann_1755159083_WNo_1914d549.jpg);
        background-attachment: fixed;
    position: relative;
    z-index: 1;
    background-position: 50% 0px;
    position:relative;
        height:549px;
        display:flex;
    flex-direction: column;
    justify-content: end;
}
.inban-cov{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(0, 28, 75, 0.8), rgba(30, 92, 171, 0.4));
}
.banntf2{
    display: flex;
    align-items: center;
    height: calc(100% - 150px);
}
.psban-cet{
    height: calc(100% - 150px);
    display:flex;
    align-items:center;
    justify-content: center;
    position: relative;
    z-index: 5;
}
.bann-in-t{
    width: 1140px;
    margin:0 auto;
    color:#fff;
}
.bann-t1{
    font-size: 48px;
    font-weight: bold;
    color:#fff;
    text-align: center;
    width: 100%;
}
.bann-t2{
    margin-top: 15px;
    font-size: 21px;
}
.bannt2in{
    color: #fff;
}
.bannf2-t1{
    font-size: 42px;
    font-weight: bold;
}
.bannt2in .hb-con-btn{
    margin-top: 50px;
}
.bannt2in2{
    width: 870px;
}
.bannf2-t2{
    font-size: 16px;
    margin-top: 20px;
}
.bann-btn{
    width: 240px;
    background-color: #B41717;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.bann-btn:hover .limove {
    animation: limove 1100ms infinite;
}

.inbann-bre{
    text-align: center;
    width: 100%;
    color: #fff;
    margin-top: 10px;
}
.inbann-bre a{
    display: inline;
}
/* .inbann-bre a:hover{
    color: #c32929;
    text-decoration: underline;
} */
.inbb-ico{
    color: #686868;
}
.inbann-bre-text{
    color: #fff;
    font-size: 16px;
}
.bre-now{
    color: #3E4751;
}
.breico::before{
    content: "\e900";
    font-family: 'icomoon_9';
    color: #3E4751;
    font-size: 12px;
}
.bre-end{
    color:var(--AssColor)
}
@media screen and (min-width:1921px) {
    .ps-bann-f {
        background-size: 100%;
    }
}
@media screen and (max-width:1190px) {
    .bann-in-t {
        width: 94%;
    }
}
@media screen and (max-width:980px) {
    .bannt2in .hb-con-btn {
    margin-top: 30px;
}
    .bannt2in2 {
    width: 100%;
}
    .banntf2 {
    height: calc(100% - 60px);
}
    .ps-bann-f{
        background-image: url();
    height:300px;
    }
    .psban-cet {
        height: calc(100% - 60px);
    }
}  p {
  line-height: 24px;
  color: #4d4d4d;

}


* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  list-style: none;
}

img {
  width: 100%;
  vertical-align: middle;
  transition: all 0.3s;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

input {
  outline: none;
  border: 0;
  width: 100%;
  padding-left: 12px;
  height: 100%;
  transition: all 0.3s;
  background-color: transparent;
}
textarea{
    outline: none;
  border: 0;
  width: 100%;
  padding-left: 12px;
  height: 100%;
  transition: all 0.3s;
  background-color: transparent;
}

.mainBox {
  width: 100%;
  padding: 10px 0;
  background-color: #f0f0f0;
}

.mainJz {
  max-width: 1380px;
  width: 94%;
  margin: 0 auto;
  margin-top: 105px;
  color: #4d4d4d;
  display: flex;
  align-items: center;
}

.knb {
  margin: 0 10px;
}


.assImg{
  overflow: hidden;
}

.KNXvOd:hover .assImg img{
   transform: scale(1.1);  
}

.KNXvOd:hover .searc{
  color: #1d5caa;
}

.BlogIMGs{
  overflow: hidden;
}

.blogFlex:hover .BlogIMGs img{
   transform: scale(1.1);  
}
.blogFlex:hover .Ice{
  color: #1d5caa;
}

.blogFlex:hover .Viexc{
  color: #1d5caa;
}

.i3msslbtnr{
  transition: all 0.3s ;
}

.blogFlex:hover .i3msslbtnr{
      background: #fdd000 !important; 
    color: #333333 !important;
}

  .blog {
    max-width: 1380px;
    width: 94%;
    display: flex;
    justify-content: space-between;
    margin: 110px auto;
}



.blogRight {
    width: 340px;
}


.blogLeft {
    width: calc(100% - 380px);
}


.BlogIMGs {
    width: 400px;
    position: relative;
}


.MarYU {
    padding: 5px 10px;
    background-color: #fdd000;
    color: #333333;
    position: absolute;
    display: inline-block;
    bottom: 12px;
    right: 12px;
}

.blogFlex>a {
    justify-content: space-between;
    display: flex;
    padding: 10px;
}

.blogFlex {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.Fullyw {
    width: calc(100% - 420px);
}

.Viexc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    font-weight: 600;
    color: #333333;
    border-top: 1px solid #d4d4d4;
}


.Ice {
    font-size: 21px;
    font-weight: 700;
    color: #333333;
}

.summedayr {
    margin: 20px 0;
}

.blogUls li:not(:nth-child(1)) {
    margin-top: 20px;
}




.rtnse {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    padding-bottom: 5px;
    position: relative;
}

.rtnse::after {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background-color: #707070;
}

.rtnse::before {
    width: 50px;
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 11;
    height: 3px;
    background: var(--Gradient);

}

.Lizxc {
    padding: 15px;
    color: #595757;
}

.Lizxc>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
}

.UvnUl {
    margin-top: 20px;
}

.Lizxc i {
    color: #fff;
}

.Lizxc:hover {
    background: var(--Gradient);
    color: #fff;
}

.assImg {
    width: 110px;
}

.Julyw {
    width: calc(100% - 120px);
}


.amzxcDiv {
    display: flex;
    justify-content: space-between;
}


.KNXvOd {
    margin-top: 20px;
}


.jbzc_w {
    font-size: 14px;
    color: #595757;
}

.searc {
    color: #1a1a1a;
}



.setA {
    padding: 30px 10px;
    margin-top: 33px;
    border-radius: 8px;
    position: sticky;
    top: 110px ;
    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;
}
.mainBao {
    width: 100%;
    padding: 15px 0;
    background-color: #f0f0f0;
    margin-top: 106px;
}
.bre-now{
    color: var(--AssColor);
}
.mian {
    display: flex
;
    align-items: center;
    max-width: 1380px;
    width: 94%;
    margin: 0 auto;
    font-weight: 500;
    color: #595757;
}

.xkzc {
    margin: 0 10px;
}
.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;
}


.setA_bx {
    width: 100%;
    position: absolute;
    height: 8px;
    bottom: -6px;
    background-color: #be0008;
    border-radius: 0 0 8px 8px;
}



.View_all {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.tioxdc:not(:nth-child(1)) {
    margin-top: 50px;
}



.Qianght {
    position: relative;
}

.riliFw {
    display: flex;
}

.riliFwFlex {
    display: flex;
}


.riliFw i {
    margin-right: 12px;
}


.riliFw1we {
    margin-left: 30px;
}

.bzxvuwc {
    display: flex;
    margin-top: 33px;
    justify-content: space-between;
}

.QANHAw {
    margin-top: 50px;
    font-size: 21px;
    font-weight: 700;
}

.sahwx i {
    font-size: 21px;
    color: #000000;
}

.riliFw i {
    color: #1d5caa;
}


.RichText {
    margin-top: 20px;
}

.viD_Ul1 li {
    width: 49%;
}

.viD_Ul1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.viD_Ul1 li:not(:nth-child(-n + 2)) {
    margin-top: 20px;
}

.AlsoB {
    font-size: 38px;
    font-weight: 700;
    color: #1a1a1a;
}

.AlsoB_fex {
    margin-top: 110px;
}

.viD_Ul1 {
    margin-top: 50px;
}


.viD_Ul1 li {
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.viD_Ul1 li:hover .Iwnc {
    color: #1d5caa;
}

.viD_Ul1 li:hover .Hiimg img {
    transform: scale(1.1);
}





.jbxJHwe {
    font-size: 38px;
    font-weight: 700;
    color: #1a1a1a;
}

.blog_left_boxsd {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.sahwx {
    display: flex;
    align-items: center;
}

.sahwx div {
    margin: 0 5px;
}

.Aihv {
    font-size: 38px;
    font-weight: 700;
    color: #333333;
    line-height: 45px;
}

.blogLeftBox {
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.Taggedw{
    margin-top: 50px ;
    color: #4d4d4d;
}

.Taggedw span{
    font-weight: 700;
    color: #1a1a1a;
}

.PinLun{
    margin-top: 110px ;
}

.ashdb{
    max-width: 1380px ;
    width: 94% ;
    margin: 0 auto;
    margin-top: 110px ;
}  
.home-banner-f{
    position: relative;
}
.banntf{
    position: absolute;
    width: 100%;
    height: calc(100% - 106px);
    left: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    z-index: 10;
}
.banncet {
    max-width: 1200px;
    width: 94%;
    color: #fff;
    margin: 0 auto;
}
.ban-t1{
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    animation-duration: 4s;
}
.ban-t2{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
    animation-duration: 4s;
}
.bannbtnf{
    margin-top: 60px;
    display: flex;
    justify-content: center;
}
.banbtnf-cet{
    display: flex;
    gap: 30px;
}
.btn-j-wa{
    height: 38px;
    padding: 0 27px;
    background-color: #fff;
    line-height: 38px;
    display: flex;
    justify-content: center;
}
.banbtn-in{
    display: flex;
    gap:15px;
}
.btnj-t{
    color: var(--TxtColor2);
    font-size: 16px;
    white-space: nowrap;
}
.btnj{
    color: var(--TxtColor2);
    font-size: 10px;
}
.home-banner-f{
    position: relative;
    z-index: 4;
}
.cetm-1{
    margin-top: -55px;
    position: relative;
    z-index: 5;
}
.i2{
    display: flex;
    background-color: #fff;
    box-shadow: 0 0.15rem 0.5rem rgba(30, 34, 40, .1);
}
.i2s{
    width: 33.3%;
    border-right: 1px solid #A6A6A6;
    display: flex;
    justify-content: center;
    padding:35px 0px;
}
.i2s:last-child{
    border-right: none;
}
.i2sl-img2{
    display: none;
}
.i2s-in{
    display: flex;
}
.i2s-l{
    width: 62px;
    display: flex;
    align-items: center;
}
.i2s-l img{
    width: 100%;
}
.i2sr{
    width: calc(100% - 62px);
    padding-left: 8%;
}
.i2sr-t1{
    font-size: 19px;
    font-weight: bold;
    color: var(--TxtColor);
}
.i2sr-t2{
    margin-top: 8px;
    color: var(--TxtColor3);
    font-size: 16px;
}
.i3{
    margin-top: var(--ClubMarTop);
}
.i3-m{
    margin-top: 50px;
}
.i3hd-s{
    padding:15px;
    border-right: 1px solid #A6A6A6;
    cursor: pointer;
    transition: all 0.6s ease 0s;
    background: #fff;
}
.i3hd-s:first-child{
    border-left: 1px solid #A6A6A6;
}
.i3hds-if{
    display: flex;
    justify-content: center;
}
.i3ico-2{
    display: none;
}
.i3ico-1,.i3ico-2{
    height: 42px;
    width: auto;
}
.i3hds-t{
    margin-top: 10px;
    color: var(--TxtColor);
    font-size: 18px;
    text-align: center;
    transition: all 0.6s ease 0s;
}
.i3hd .swiper-slide-thumb-active{
    background: var(--Gradient);
}
.i3hd .swiper-slide-thumb-active .i3ico-1{
    display: none;
}
.i3hd .swiper-slide-thumb-active .i3ico-2{
    display: block;
}
.i3hd .swiper-slide-thumb-active .i3hds-t{
    color: #fff;
}
.i3mff{
    filter: drop-shadow(0 0.15rem 0.5rem rgba(30, 34, 40, .1));
}
.i3-mshowf{
    margin:0 auto;
    background: #fff;            
            /* 精确斜切右上角（20px×20px） */
    clip-path: polygon(
        0 0,
        calc(100% - 80px) 0,
        100% 80px,
        100% 100%,
        0 100%
    );
    margin-top: 100px;            
}
.i3mss{
}
.i3misin{
    display: flex;
}
.i3mss-l{
    padding:40px 4%;
    border-bottom: 6px solid var(--AssColor);
    width: 52%;
    padding-right: 90px;
}
.i3mss-t1{
    color: var(--MainColor);
    font-size: 21px;
    font-weight: bold;
}
.i3mss-t2{
    margin-top: 10px;
    color:var(--TxtColor3);
    font-size: 16px;
}
.i3mss-lp{
    margin-top: 10px;
}
.i3mss-lp-s{
    margin-top: 20px;
    color:var(--TxtColor3);
    font-size: 16px;
    position: relative;
    padding-left: 17px;
}
.cir{
    position: absolute;
    left: 0px;
    top:10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border:1px solid var(--AssColor);
}
.cir::before{
    content: "";
    width: 2px;
    height: 2px ;
    background-color: var(--AssColor);
    border-radius: 50%;
    position: absolute;
    left: 1px;
    top:1px;
}
.i3mssl-btnf{
    border-top: 2px solid #D2D2D2;
    padding-top: 18px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.i3msslbl{
    color: var(--TxtColor3);
    font-size: 16px;
    margin-top: 7px;
}
#i8lay2{
  display: flex;
  max-height: 0;          /* 初始高度为0 */
  overflow: hidden;       /* 隐藏溢出内容 */
  transition: max-height 0.6s ease;
}
#i8lay2.active{
    max-height: 500px;      /* 设置为大于实际高度的值 */
}
.i3mss-r{
    width: 48%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: auto;
    background-repeat: no-repeat;
    position: relative;
}
.i3mss-cov{
    height: 100%;
    background: linear-gradient(to right, #1E5CAB, #011E4E);
    opacity: .8;
}
.i3mss-r-img{
    position: absolute;
    left: -50px;
    top:50%;
    transform: translateY(-50%);
}

.i4{
    margin-top: var(--ClubMarTop);
}
.{
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    width: 103.5%;
    margin-left: -3.5%;
}
.i4ms{
    width: 50%;
    padding-left: 3.5%;
    margin-top: 45px;
}
.i4-s{
    height: 100%;
    filter: drop-shadow(0 0.15rem 0.5rem rgba(30, 34, 40, .1));
}
.i4s-in{
        position: relative;
    height: 100%;
    padding-bottom: 60px;
    background-color: #F5F5F5;
    clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 80px, 100% 100%, 0 100%);
}
.i4tf{
    padding:30px 25px;
}
.i4t1{
    font-size: 21px;
    font-weight: bold;
    color: var(--TxtColor);
}
.i4t2{
    margin-top: 10px;
    font-size: 16px;
    color: var(--TxtColor3);
}
.i4btn{
    position: absolute;
    left: 25px;
    bottom: 30px;
}
.i5{
    position: relative;
    margin-top: var(--ClubMarTop);
    background: url() no-repeat;
    background-size: cover!important;
    background-position: center!important;
    background-attachment: fixed!important;
    height:815px;
    transition: all 0.6s ease 0s;
}

.i5btn{
    
}

.i5-m{
    display: flex;
    position: relative;
    z-index: 5;
    height: 100%;
}
.i5s{
    width: 14.285%;
    border-right: 1px solid rgba(255,255,255,.3);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.i5s-icof{
    display: flex;
    justify-content: center;
}
.i5s-in{
    margin-bottom: 70px;
}
.i5s-ico{
    height: 57px;
}
.i5s-ico.ic2{
    display: none;
}
.i5s-t{
    color: #fff;
    font-size: 21px;
    margin-top: 10px;
    text-align: center;
}
.icet3{
    margin-top: var(--ClubMarTop);
}


.i10{
    margin-top: 165px;
}
.i10-m{
    margin-top: 50px;
    display: flex;
    width: calc(100% + 25px);
    margin-left: -25px;
}
.i10-s{
    width: 33.3%;
    padding-left: 25px;
}
.i10s-in{
    box-shadow: 0 0.15rem 0.5rem rgba(30, 34, 40, .1);
}
.i10s-tf{
    padding:25px; 
}
.i10-t1{
    font-size: 21px;
    font-weight: bold;
    color:var(--TxtColor);
}
.i10-t2{
    margin-top: 20px;
    color:var(--TxtColor3);
    font-size: 16px;
}
.i10.i3mssl-btnf {
    border-top: 1px solid #A6A6A6;
    margin-top: 40px;
}  .faixc {
    max-width: 1380px;
    width: 94%;
    margin: 110px auto;
}


.i6Box {
    margin-top: 50px;
}


.achwe {
    color: #333333;
    font-weight: 500;
}


.equipmw p:not(:nth-child(1)) {
    margin-top: 20px;
}



.i6Box_left {
    width: 48%;
}


.i6Box_right {
    width: 48%;
    position: relative;
}


.i6Box_right img{
    height: 100% ;
    object-fit: cover;
}

.i6Box {
    display: flex;
    justify-content: space-between;
}

.bjbarwbtn {
    margin-top: 20px;
}


.LKdf {
    padding-top: 110px;
    position: relative;
    z-index: 11;
    max-width: 1380px;
    width: 94%;
    margin: 0 auto;
}

.tit_2weq {
    color: #fff;
}

.tit_3weq {
    color: #fff;
}

.a3m_box {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}



.into {
    max-width: 1380px;
    width: 94%;
    margin: 0 auto;
    margin-top: 250px;
    display: flex;
    justify-content: space-between;
}

.asv {
    text-align: left;
}

.Sodv p {
    margin-top: 20px;
}

.into_left {
    width: 48%;
}

.into_right {
    width: 48%;
}

.Exvx {
    display: inline-block;
    color: #333333;
    margin-top: 20px;
    padding: 8px 10px;
    background-color: var(--AssColor);
}

.bxcV {
    max-width: 1380px;
    width: 94%;
    margin: 0 auto;
}

.Kacv {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.kiu_left {
    width: 48%;
}

.ratewe {
    padding-left: 20px;
}

.ratewe li {
    color: #4d4d4d;
    margin-top: 15px;
}

.ratewe * {
    list-style: disc;
}

.ratewe li::marker {
    color: var(--AssColor);
}


.LinIv {
    width: 100%;
    padding: 110px 0;
    margin-top: 110px;
    background-image: url(/templates/Web/en/images/Lin.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.LinIv::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 28, 75, 0.8), rgba(30, 92, 171, 0.4));
}




.LinIv_jz {
    max-width: 1380px;
    width: 94%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}



.Imgxc {
    width: 48%;
}

.Imgxc img{
    height: 100% ;
    object-fit: cover;
}

.rateweqwe li {
    color: #fff;
    margin-top: 10px;
}



.Doypaw {
    color: #fff;
    margin-top: 10px;
    font-size: 38px;
    font-weight: 700;
}

.ImgxcRight {
    width: 48%;
}

.LinIv_jz {
    display: flex;
    justify-content: space-between;
}


.i4wie {
    margin-top: 40px;
}

.Dixc_jz {
    max-width: 1380px;
    width: 94%;
    margin: 110px auto;
}

.swiperWasd {
    padding: 10px !important;
}


.mayAlso {
    max-width: 1380px;
    width: 94%;
    margin: 0 auto;
}

.WJbv {
    color: #333333;
    font-size: 21px;
    font-weight: 700;
}

.FaqW {
    margin-top: 50px;
}

.fully_div {
    padding: 20px;
}

.qieHE {
    width: 100%;
    filter: drop-shadow(0 0.15rem 0.5rem rgba(30, 34, 40, .1));
}

.areFlex {
    display: flex;
    transition: all 0.3s ;
    padding: 15px 40px;
    background: #ffffff;
    -webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 40px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 40px, 100% 100%, 0 100%);
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.FaqW>li:not(:nth-child(1)) {
    margin-top: 20px;
}

.utomaw {
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.LeafOW{
    padding-bottom: 0;
}  .FoeAll {
    font-size: 38px;
    font-weight: 700;
    color: #333333;
}

.sizePW {
    margin: 30px 0;
}
.i4-m {
    margin-top: 5px;
    display: flex
;
    flex-wrap: wrap;
    width: 103.5%;
    margin-left: -3.5%;
}



.Guz li {
    width: calc(33.33% - 20px);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.Guz {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}

.Bex {
    text-align: center;
    padding: 20px 0;
}

.Hkgx {
    max-width: 1380px;
    width: 94%;
    margin: 110px auto;
}

.jcxv {
    padding-bottom: 0;
     clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 60px, 100% 100%, 0 100%);
}

.LeafOW {
    font-size: 21px;
    font-weight: 700;
    color: #333333;
    padding: 20px 0;
}

.swiperWxlc {
    margin-top: 50px;
    padding: 10px !important;
}


.i4wie{
    position: relative;
}


.swiper-button-prev:after, .swiper-button-next:after{
    display: none !important;
}

.prev1{
    width: auto !important;
     left: -70px !important;
}

.prev1 .i3msslbtnr{
    transform: rotate(180deg);
}

.next1{
      width: auto !important;
       right: -70px !important;
}
  @media screen and (max-width:850px) {
    .faixc {
        margin: 60px auto;
    }

    .tit_2 {
        font-size: 26px;
    }

    .i6Box {
        margin-top: 30px;
        flex-direction: column-reverse;
    }

    .i6Box_right {
        width: 100%;
    }

    .i6Box_left {
        width: 100%;
        margin-top: 20px;
    }

    .i4 {
        margin-top: 60px;
    }

    .i4ms {
        margin-top: 30px;
        width: 100%;
        padding-left: 0;
    }

    .tit_3 {
        width: 100%;
    }

    .i9 {
        margin-top: 60px;
        height: auto;
        padding-bottom: 60px;
    }

    .LKdf {
        padding-top: 60px;
    }

    .a3m {
        margin-top: 30px;
    }

    .a3ms {
        width: 100%;
        padding: 20px;
    }

    .a3ms:nth-child(3) {
        border-bottom: 1px solid #A6A6A6;
    }

    .into {
        margin-top: 60px;
        flex-direction: column-reverse;
    }

    .into_right {
        width: 100%;
    }

    .into_left {
        width: 100%;
        margin-top: 30px;
    }

    .Kacv {
        margin-top: 30px;
        gap: 20px;
        flex-direction: column;
    }

    .kiu_left {
        width: 100%;
    }

    .LinIv {
        padding: 60px 0;
        margin-top: 60px;
    }

    .LinIv_jz {
        flex-direction: column;
    }

    .Imgxc {
        width: 100%;
    }

    .ImgxcRight {
        width: 100%;
        margin-top: 30px;
    }

    .Doypaw {
        font-size: 26px;
    }

    .Dixc_jz {
        margin: 60px auto;
    }

    .i4wie {
        margin-top: 30px;
    }

    .FaqW {
        margin-top: 30px;
    }

    .WJbv {
        font-size: 18px;
    }

    .LeafOW {
        font-size: 18px;
    }

    .areFlex {
        padding: 10px 20px;
        -webkit-clip-path: none;
        clip-path: none;
    }

    .LiDomc>a {
        padding: 35px 0;
        flex-direction: column;
    }

    .vasdwe_right {
        width: 100%;
    }

    .vasdwe_left {
        width: 100%;
        margin-top: 20px;
    }

    .Lias {
        font-size: 26px;
    }

    .Wax_ul>.LiDomc:nth-child(even)>a {
        flex-direction: column;
    }

    .blogRight {
        display: none;
    }

    .blogLeft {
        width: 100%;
    }

    .blog {
        margin: 60px auto;
    }

    .FoeAll {
        font-size: 26px;
    }

    .sizePW {
        margin: 20px 0;
    }

    .Guz li {
        width: 100%;
    }

    .Hkgx {
        margin: 60px auto;
    }

    .swiperWxlc {
        margin-top: 30px;
    }

    .blogFlex>a {
        flex-direction: column;
    }

    .BlogIMGs {
        width: 100%;
    }

    .Fullyw {
        width: 100%;
        margin-top: 20px;
    }

    .Ice {
        font-size: 18px;
    }

    .Aihv {
        font-size: 26px;
        line-height: 40px;
    }

    .PinLun {
        margin-top: 60px;
    }

    .ashdb {
        margin-top: 60px;
    }

    .AlsoB {
        font-size: 26px;
    }

    .i10-m {
        flex-wrap: wrap;
        margin-left: 0;
        gap: 20px;
    }

    .i10-m {
        width: 100%;
    }

    .i10-s {
        width: 100%;
        padding-left: 0;
    }

    .Infor_flex {
        flex-direction: column-reverse;
    }

    .Infor_flex {
        padding: 0;
        box-shadow: none;
    }

    .Infor_right {
        width: 100%;
    }

    .Infor_left::after {
        display: none;
    }

    .Infor_left {
        padding: 0;
        width: 100%;
        margin-top: 20px;
        background-image: none;
        clip-path: none;
    }

    .Geixc {
        font-size: 26px;
    }

    .Infor {
        margin: 60px auto;
    }

    .swiper1w {
        margin-top: 33px;
    }

    .o9zxzv {
        display: none;
    }

    .kzxc_flex {
        margin-top: 60px;
    }


    .epJbzxv {
        margin-top: 60px;
        flex-direction: column;
    }

    .Epc_left {
        width: 100%;
    }

    .Epc_right {
        width: 100%;
        margin-top: 20px;
    }

    .Packag {
        font-size: 26px;
    }

    .mySwiper {
        padding: 0 !important;
    }

    .mySwiper2 {
        margin: 0 !important;
        box-shadow: none;
    }

    .viD_Ul li {
        width: 100%;
    }

    .Iwnc {
        font-size: 18px;
    }

    .viD {
        margin: 60px auto;
    }

    .blogRight {
        display: none;
    }

    .viD_Ul1 {
        gap: 20px;
        margin-top: 30px;
    }

    .AlsoB_fex {
        margin-top: 60px;
    }

    .viD_Ul1 li {
        width: 100%;
    }
}