

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(./fonts/fa-solid-901.eot);
    src: url(./fonts/fa-solid-901.eot?#iefix) format("embedded-opentype"),url(./fonts/fa-solid-901.woff2) format("woff2"),url(./fonts/fa-solid-901.woff) format("woff"),url(./fonts/fa-solid-901.ttf) format("truetype"),url(./fonts/fa-solid-901.svg) format("svg")
}
:root {
    --mColor1: #605FE7;
    --mColor2: #0e2b5c;
    --mColor3: #0b2653;
    --mColor4: #87330c;
    --mColor5: #7A7A7A;
    --mColor6: #61CE70;
    --mColor7: #FFA800;
    --mColor8: #4054B2;
    --mColor9: #23A455;
    --mColor10: #000;
    --mColor11: #FFF;
}
html{
    width: 100%;
    overflow-x: hidden;
}
*{
    margin: 0;
    font-family: "Poppins", sans-serif;
    padding: 0;
}
img{
    user-select: none;
}
.titleBold{
    /* font-family: 'DroidSansBold'; */
}
.sectionItem{
    width: 100vw !important;
    left: -15px;
}
@media (min-width: 1200px){
    .sectionItem{
        width: 100vw !important;
        left: calc((100vw - 1185px) / -2) !important;
    }
    #recaptchaField2 {
        transform: translateX(15px);
    }
}
.page-numbers{
    padding: 0px 10px;
    text-align: center;
    border: 1px solid var(--mColor1);
    color: black;
    margin: 0px 2px;
}
.overlayBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    pointer-events: auto;
}
.formShow {
    width: auto;
    position: fixed;
    top: 50%;
    z-index: 110000;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
/* .page-numbers:not(:last-child){
    border-right: none;
} */
.current{
    padding: 0px 10px;
    text-align: center;
    background-color: var(--mColor1);
    color: white;
}
h1,
h2{
    /* font-family: '微软雅黑'; */
    font-weight: bold;
    margin: 5px 0px;
    margin-bottom: 8px;
}
h1{
    font-size: 64px;
}
a{
    text-decoration: none !important;
}
li{
    list-style-type: none;
}
button {
    outline: none !important;
}
.btn-primary:hover{
    color: white !important;
    background: #4bb8ff !important;
    transition-duration: .5s;
}
.rBtn{
    background-color: #f9f7f8;
    border: solid 2px #2e5b9e;
    border-radius: 50px;
    padding: 15px 40px;
    font-weight: bold;
    color: #2e5b9e;
    font-size: 20px;
}
.rBtn2{
    background-color: #2e5b9e;
    border: solid 2px #2e5b9e;
    border-radius: 50px;
    padding: 15px 40px;
    color: white;
    font-size: 20px;
}
.btn:hover{
    color: white !important;
    background: #2e5b9e !important;
    transition-duration: .5s;
}
.btn:active{
    background: #97d6ff !important;
    transition-duration: .2s;
}
.btn2:hover{
    color: #2e5b9e !important;
    background: white !important;
    transition-duration: .5s;
}
.btn2:active{
    background: #97d6ff !important;
    transition-duration: .2s;
}
.btn-lg:hover{
    color: white !important;
    background: #4bb8ff !important;
    transition-duration: .5s;
}
.btn-lg:active{
    background: #97d6ff !important;
    transition-duration: .2s;
}
.btn-primary:active{
    background: #97d6ff !important;
    transition-duration: .2s;
}
.flowHidden{
    overflow-x: hidden;
}
.swiper-wrapper{
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
}
.fsize60{
    font-size: 60px;
}
.fsize58{
    font-size: 58px;
    /* font-family: 'DroidSansBold'; */
    margin-bottom: 0px;
}
.fsize55{
    margin-top: 0px;
    font-size: 50px;
}
.fsize50{
    font-size: 50px;
}
.fsize48{
    font-size: 48px;
}
.fsize46{
    font-size: 46px;
}
.fsize40{
    font-size: 40px;
}
.fsize36{
    font-size: 36px;
}
.fsize32{
    font-size: 32px;
}
.fsize24{
    font-size: 24px;
}
.fsize20{
    font-size: 20px;
}
.fsize19{
    font-size: 19px;
}
.fsize18{
    font-size: 18px;
}
.fsize16{
    font-size: 16px;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.f1 { flex: 1; }
.mColor1{
    color:var(--mColor1);
}
.required {
    color: #ff6464;
    margin-left: -15px;
    margin-top: 35px;
    position: absolute;
    font-size: 30px;
    font-weight: 100;
}
.breadcrumb{
    flex-wrap: wrap;
    display: flex;
}
@media (min-width: 1600px){
    .container {
        width: 1600px !important;
    }
    .containerIn {
        width: 1280px !important;
    }
}
@media (max-width: 768px){
    .sizeLg {
        /* text-align: justify !important; */
        /* word-break: break-all; */
    }
    .container {
        width: 100% !important;
    }
    .xspd10{
        padding:50px 10px;
    }
    .xspd10t10{
        padding:10px 10px !important;
    }
    .formShow{
        width:100vw;
    }
}
.Editbutton {
    background-color: #0693e3;
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease-in, transform 0.3s ease;
    font-size: 18px;
    font-weight: bold;
    border: none;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}
.edit-link {
    position: absolute;
    color: white;
    font-size: 18px;
    height: 100px;
    z-index: 999999;
    display: flex;
    justify-content: flex-end;
    margin: 50px auto;
    opacity: .4;
    right: 50px;
}
.edit-link>a {
    height: 0px;
    padding: 20px;
    animation-name: zoomAnimation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    display: block;
    width: auto;
    line-height: 0px;
    text-align: center;
}
.breadcrumb a{
    color:white;
}
.scrolled{
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 100vw;
}
.scrolled>.site-header-inner>.woostify-container{
    transform: translateX(-7px);
}
@keyframes zoomAnimation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.header-top {
    background-color: #0C0C0C;
    color: #fff;
    padding: 5px 0;
}

.header-top span {
    margin-right: 20px;
}

.header-top a {
    color: #fff;
}

.header-top a:hover {
    color: var(--mColor1);
}

.header-top .header-top-r span a {
    text-align: center;
    border-radius: 50px;
    width: 24px;
    vertical-align: text-bottom;
    height: 24px;
    line-height: 24px;
    background-color: #fff;
    display: inline-block;
    margin-left: 5px;
}

.header-top .header-top-r span a i {
    color: #333;
    font-size: 14px;
}

.header-top .header-top-r span a:hover {
    background-color: var(--mColor1);
}

.header-top .header-top-r span a:hover i {
    color: #fff;
    font-size: 14px;
}

.header-top .header-top-r .header-top-bth:hover {
    background-color: var(--mColor1);
    border: 1px solid var(--mColor1);
}

.header-top .header-top-r .header-top-bth {
    color: #fff;
    border: 1px solid #fff;
    line-height: 24px;
    padding: 0 10px;
    height: 24px;
    font-size: 14px;
    border-radius: 50px;
}

.primary-navigation li.current-menu-item>a .menu-item-text {
    border-bottom: 3px solid var(--mColor1);
}

.swiper-wrapper{aspect-ratio: 1920 / 820;}


@media (max-width: 1200px){
    .header-top{display: none;}
}

.ps-1600{padding-left:  max(15px, calc((100vw - min(100vw, 1600px)) / 2));}
.pe-1600{padding-right:  max(15px, calc((100vw - min(100vw, 1600px)) / 2));}
.py-1600{padding-top:  max(15px, calc((100vw - min(100vw, 1600px)) / 2));padding-bottom:  max(15px, calc((100vw - min(100vw, 1600px)) / 2));}
.px-1600{padding-left:  max(15px, calc((100vw - min(100vw, 1600px)) / 2));padding-right:  max(15px, calc((100vw - min(100vw, 1600px)) / 2));}
.ms-1600{margin-left:  max(15px, calc((100vw - min(100vw, 1600px)) / 2));}
.me-1600{margin-right:  max(15px, calc((100vw - min(100vw, 1600px)) / 2));}

@media (min-width: 1200px) {
    .col-md-1 { width: calc(100% / 12 * 1); }
    .col-md-2 { width: calc(100% / 12 * 2); }
    .col-md-3 { width: calc(100% / 12 * 3); }
    .col-md-4 { width: calc(100% / 12 * 4); }
    .col-md-5 { width: calc(100% / 12 * 5); }
    .col-md-6 { width: calc(100% / 12 * 6); }
    .col-md-7 { width: calc(100% / 12 * 7); }
    .col-md-8 { width: calc(100% / 12 * 8); }
    .col-md-9 { width: calc(100% / 12 * 9); }
    .col-md-10 { width: calc(100% / 12 * 10); }
    .col-md-11 { width: calc(100% / 12 * 11); }
    .col-md-12 { width: calc(100% / 12 * 12); }
}
@media (min-width: 1200px) {
    .col-xl-1 { width: calc(100% / 12 * 1); }
    .col-xl-2 { width: calc(100% / 12 * 2); }
    .col-xl-3 { width: calc(100% / 12 * 3); }
    .col-xl-4 { width: calc(100% / 12 * 4); }
    .col-xl-5 { width: calc(100% / 12 * 5); }
    .col-xl-6 { width: calc(100% / 12 * 6); }
    .col-xl-7 { width: calc(100% / 12 * 7); }
    .col-xl-8 { width: calc(100% / 12 * 8); }
    .col-xl-9 { width: calc(100% / 12 * 9); }
    .col-xl-10 { width: calc(100% / 12 * 10); }
    .col-xl-11 { width: calc(100% / 12 * 11); }
    .col-xl-12 { width: calc(100% / 12 * 12); }
}
@media (max-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12
     {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12
     {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
/* 最大 48px（H1 / Banner） */
.fs-48 { font-size: clamp(28px, 4vw, 48px) !important; line-height: 1.2 !important; }
/* 最大 42px */
.fs-42 { font-size: clamp(30px, 3.6vw, 42px) !important; line-height: 1.25 !important; }
/* 最大 36px（H2） */
.fs-36 { font-size: clamp(26px, 3vw, 36px) !important; line-height: 1.3 !important; }
/* 最大 32px（H3） */
.fs-32 { font-size: clamp(22px, 2.6vw, 32px) !important; line-height: 1.35 !important; }
/* 最大 28px */
.fs-28 { font-size: clamp(20px, 2.2vw, 28px) !important; line-height: 1.4 !important; }
/* 最大 24px（H4 / 卡片标题） */
.fs-24 { font-size: clamp(18px, 1.8vw, 24px) !important; line-height: 1.45 !important; }
/* 最大 20px */
.fs-20 { font-size: clamp(16px, 1.4vw, 20px) !important; line-height: 1.6 !important; }
/* 最大 18px（正文） */
.fs-18 { font-size: clamp(15px, 1.2vw, 18px) !important; line-height: 1.7 !important; }
/* 最大 16px（小字） */
.fs-16 { font-size: clamp(14px, 1vw, 16px) !important; line-height: 1.8 !important; }
.cf-turnstile{display: block;}