/*common start*/
/* ::-webkit-scrollbar {
    display: none;
} */

@font-face {
    font-family: 'LXGW975GothicSC-200W';
    src: url('../fonts/LXGW975GothicSC-200W.woff2') format('woff2'),
         url('../fonts/LXGW975GothicSC-200W.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LXGW975GothicSC-300W';
    src: url('../fonts/LXGW975GothicSC-300W.woff2') format('woff2'),
         url('../fonts/LXGW975GothicSC-300W.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LXGW975GothicSC-400W';
    src: url('../fonts/LXGW975GothicSC-400W.woff2') format('woff2'),
         url('../fonts/LXGW975GothicSC-400W.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LXGW975GothicSC-500W';
    src: url('../fonts/LXGW975GothicSC-500W.woff2') format('woff2'),
         url('../fonts/LXGW975GothicSC-500W.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LXGW975GothicSC-600W';
    src: url('../fonts/LXGW975GothicSC-600W.woff2') format('woff2'),
         url('../fonts/LXGW975GothicSC-600W.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* Back to Top button */
.backTop {
    position: fixed;
    right: 100px;
    bottom: 100px;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background-color: #11b4e3;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.backTop::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #fff;
    /* white upward triangle */
}

.backTop.backTop--visible {
    opacity: 1;
    pointer-events: auto;
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 0.83328vw;
    color: #000;
    font-family: "LXGW975GothicSC-300W", "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
}

.form-control:focus,
.form-check-input:focus,
.form-select:focus {
    border-color: #000 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.line-clamp {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.line-clamp-4 {
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.line-clamp-6 {
    display: -webkit-box;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bg-f5 {
    background: #f5f5f5;
}

.container {
    max-width: 80%;
    padding: 0;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
}


a {
    text-decoration: none;
    color: #000;
}

button {
    outline: none !important;
}

button:focus {
    border: none !important;
    box-shadow: none !important;
}

.navbar-toggler:focus {
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color) !important
}


/*固定图片比例*/
.fixed-ratio {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

/*默认3:2*/
.fixed-ratio::before {
    content: "\0020";
    display: block;
    width: 100%;
    height: 0;
    padding: 33.33% 0;
}

/*比例4:2.5*/
.fixed-ratio.rectangle::before {
    content: "\0020";
    display: block;
    width: 100%;
    height: 0;
    padding: 31.25% 0;
}

/*比列2:1*/
.fixed-ratio.half::before {
    padding: 25% 0;
}

/*比列1:1*/
.fixed-ratio.square::before {
    padding: 50% 0;
}

/*比列3:4*/
.fixed-ratio.frectangle::before {
    padding: 66.66% 0;
}

.fixed-ratio>img,
.fixed-ratio>div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.fixed-ratio>img,
.fixed-ratio>img {
    object-fit: cover;
}

/*common end*/

/* Header begin */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
    transition: background-color .25s ease, backdrop-filter .25s ease, box-shadow .25s ease, transform .25s ease;
}

.site-header.header--stick {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(21, 64, 120, .88);
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
    /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06); */
}

.header-inner {
    padding: 2rem 0;
    max-width: 80%;
    margin: 0 auto;
}

.header-logo img {
    height: 3rem;
}

.head_search {
    width: 1.25rem;
    display: block;
    height: 1.25rem;
    padding: 0;
    border: none;
    background: none;
}

#searchModal .submit {
    background: #00c0f7;
    border: none;
}

.head_lang .icon {
    width: 1.25rem;
}

.head_lang {
    position: relative;
}

.head_lang .lang-btn {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer
}

.head_lang .lang-caret {
    width: 0;
    height: 0;
    border-left: .25rem solid transparent;
    border-right: .25rem solid transparent;
    border-top: .35rem solid #fff
}

.head_lang .lang-popover {
    position: absolute;
    top: calc(100% + .5rem);
    right: 0;
    background: #fff;
    border-radius: .5rem;
    padding: .5rem 0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .15);
    min-width: 4.5rem;
    display: none;
    z-index: 1000
}

.head_lang.open .lang-popover {
    display: block
}

.head_lang .lang-popover::before {
    content: "";
    position: absolute;
    top: -.4rem;
    right: .65rem;
    width: 0;
    height: 0;
    border-left: .4rem solid transparent;
    border-right: .4rem solid transparent;
    border-bottom: .4rem solid #fff
}

.head_lang .lang-item {
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    padding: .4rem 1rem;
    text-align: left;
    font-size: 1rem;
    color: #000
}
.head_lang .lang-item.active {
    background: rgba(0, 0, 0, .05)
}

.head_lang .lang-item:hover {
    background: rgba(0, 0, 0, .05)
}

.hamburger {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.25rem;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.hamburger span {
    display: block;
    height: 2px;
    width: 100%;
    background: white;
    border-radius: 2px;
}

.hamburger span:nth-child(2) {
    width: 50%;
}

.offcanvas-menu {
    --bs-offcanvas-width: 15rem;
    background: rgba(21, 64, 120, .88);
    color: #fff;
    border: none !important;
}

.offcanvas-menu .offcanvas-body {
    padding: 5rem 0 0
}

.menu {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.menu-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 2rem;
    color: #fff;
    background: transparent;
    border: none;
    text-align: left;
    opacity: 0;
    font-size: 1.25rem;
    will-change:transform,opacity
}
@keyframes menuFadeUp{from{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}

.menu-link:hover {
    background: rgba(255, 255, 255, .08)
}

.menu-link.active {
    background: rgba(255, 255, 255, .18);
    font-weight: 600
}

.menu-toggle {
    cursor: pointer
}

.menu-toggle .menu-caret {
    width: 0;
    height: 0;
    border-left: .3rem solid transparent;
    border-right: .3rem solid transparent;
    border-top: .45rem solid rgba(255, 255, 255, .85)
}

.menu-toggle[aria-expanded="true"] .menu-caret {
    transform: rotate(180deg)
}

.submenu {
    display: flex;
    flex-direction: column;
    margin: .25rem 0 .5rem 0
}

.submenu-link {
    position: relative;
    display: block;
    color: #9ecbff;
    padding: .375rem 1rem .375rem 2.75rem;
    font-size: 1rem;
}

.submenu-link::before {
    content: "";
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: .2rem;
    height: .2rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, .45)
}

.submenu-link:hover {
    background: rgba(255, 255, 255, .08)
}

.offcanvas-menu .offcanvas-header {
    padding: .75rem 1rem;
    border-bottom: none
}

.offcanvas-menu .btn-close {
    opacity: .85
}

.offcanvas-menu .btn-close:hover {
    opacity: 1
}



.consent-bar{position:fixed;left:0;right:0;bottom:0;background:#0e2c56;color:#fff;padding:1rem 0;z-index:10000;transform:translateY(100%);transition:transform .3s ease}
.consent-bar.show{transform:translateY(0)}
.consent-bar .consent-inner{max-width:80%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.consent-bar .consent-text{font-size:.9375rem;line-height:1.6}
.consent-bar .consent-btn{background:#00c0f7;color:#fff;border:none;border-radius:999px;padding:.5rem 1.25rem}

.search-modal .modal-content {
    border-radius: .75rem
}

.search-modal .search-form .form-control {
    flex: 1
}

/* Header end */





/*footer*/
footer {
    background: url("../images/map_bg.png") no-repeat 60% center;
    padding: 4rem 0;
}

.footer-logo img {
    height: 2.5rem;
}

.foot-info {
    grid-column: span 8;
    padding: 2rem 10rem 2rem 0;
}

.foot-info .info-item {
    gap: 1rem;
}

.foot-info .icon {
    width: 1.5rem;
}

.foot-info .info-item span {
    color: #888888;
    font-size: 1.25rem;
    display: block;
    flex: 1 1 0;
}

.foot-copy {
    grid-column: span 4;
    padding-top: 1rem;
}

.foot-copy .foot-hr {
    border-top: 1px solid #c5c5c5
}

.foot-copy .title {
    color: #242424;
    font-size: 1.5rem
}

.foot-copy .foot-link {
    color: #7491b5;
    font-size: 1.25rem;

}

.foot-copy .foot-link:hover {
    text-decoration: underline
}

.foot-copy .copy {
    font-size: 1.25rem;
    color: #888888;
    margin: 0
}

/*footer end*/

/*breadcrumb begin*/
.breadcrumb {
    margin: 0;
    border-bottom: 1px solid #cbd7e9;
}
.breadcrumb ul,.breadcrumb li{
    list-style: none;
    margin: 0;
    padding: 0;  
}
.breadcrumb li {
    font-size: 1.25rem;
    display: flex;
    text-transform: capitalize;
}

.breadcrumb li+li::before{content:">";display:inline-block;margin:0 .5rem;color:#888}


/*breadcrumb end*/
.bg-base{
    background: #eff5ff;
}


@media (max-width: 1200px) {

    html,
    body {
        font-size: 16px;
    }

    .grid-container {
        gap: 1rem;
    }

    .header-inner {
        padding: 1rem 0;
    }

    .hamburger {
        width: 2rem;
        height: 2rem;
        gap: 0.5rem;
    }

    .hamburger span {
        height: 2px;
    }

    .header-logo img {
        height: 2.25rem;
    }

    .offcanvas-menu {
        --bs-offcanvas-width: 10rem;
    }

    .banner-swiper {
        height: 50vh;
    }

    .public_title {
        font-size: 1.875rem;
    }



}


@media (max-width: 768px) {

    .container {
        max-width: 90%;
    }

    .header-inner {
        padding: 1rem 0;
        max-width: 90%;
    }

    .header-logo img {
        height: 1.5rem;
    }

    .hamburger {
        width: 1.5rem;
        height: 1.5rem;
        gap: 0.25rem;
    }

    .hamburger span {
        height: 2px;
    }

    .offcanvas-menu {
        --bs-offcanvas-width: 12rem;
    }

    .public_title {
        font-size: 1.125rem;
    }
    .foot-info{
        grid-column: span 12;
        padding: 2rem 0 0;
    }
    .foot-info .info-item span{
        font-size: 1rem;
    }
    .foot-copy{
        grid-column: span 12;
    }
    .foot-copy .title{
        font-size: 1.25rem;
    }
    .foot-copy .copy{
        font-size: 0.875rem;
    }

.foot-copy .foot-link {
  
    font-size: 1rem;

}


}
