/*!
 * wz.base.css for master
 * Author wzcoder.com
 * @Copyright 2005-2024 wzcoder.com (http://www.wzcoder.com)
 * @version 2.0.2
 * @Last update 2024-10-23-10:35 AM
 */

/*--------------------------------------------------------------
# 第三方css
--------------------------------------------------------------*/
@import url("/vendor/animate.css/animate.css");
@import url("/vendor/aos@2.3.4/aos.css");
@import url("/vendor/bootstrap/5.3.3/css/bootstrap.min.css");
@import url("/vendor/bootstrap-icons@1.11.0/bootstrap-icons.css");
@import url("/vendor/glightbox@3.2.0/css/glightbox.min.css");
@import url("/vendor/owlcarousel@2.3.4/assets/owl.carousel.min.css");


:root {
    --default-color: #024077;
    --default-color-rgb: 2, 64, 119;
    --accent-color: #d5b369;
    --accent-color-rgb: 213, 179, 105;
    --heading-color: #024077;
    --surface-color: #ffffff;
    --contrast-color: #ffffff;
    --nav-color: rgba(255, 255, 255, 1);
    --dark-color: #212732;
    --dark-color-rgb: 33, 39, 50;
    --text-color-primary: #212732;
    --text-color-primary-rgb: 33, 39, 50;
    --text-color-secondary: #8191a1;
    --light-bg-color: #f1f5f4;
    --dark-bg-color: #000000;
    --border-color: #e2e8f0;
    --border-color-rgb: 226, 232, 240;
    --border-radius: 10px;
    --border-radius-larger: 15px;
    --animate-delay: 0.5s;
    --logo-color-light: #d5b369;
    --logo-color-light-rgb: 213, 179, 105;
    --linear-gradient: 45deg, var(--accent-color-rgb) 0%, var(--logo-color-light) 100%;
    --btn-linear-gradient: 180deg, var(--accent-color-rgb) 0%, var(--logo-color-light) 100%;
    --btn-linear-gradient-hover: 180deg, var(--logo-color-light) 0%, var(--accent-color-rgb) 100%;
    --default-font: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --heading-font: 'Poppins', sans-serif;
    --default-gutter-y: 30px;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-color-primary);
    background-color: #ffffff;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
}

html[lang^=zh-] body {
    font-family: -apple-system, "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "Heiti SC", sans-serif;
}

::selection {
    background: var(--default-color);
    color: #fff
}

::-moz-selection {
    background: var(--default-color);
    color: #fff
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
}

body a {
    color: var(--text-color-primary);
    text-decoration: none;
}

a:hover, a:focus {
    color: var(--default-color);
    text-decoration: none;
}


/*--------------------------------------------------------------
# 默认button样式
--------------------------------------------------------------*/
.w-btn-default {
    background-color: var(--default-color);
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: var(--border-radius);
    padding: 8px 26px;
    font-size: 14px;
    display: inline-flex;
    transition: all .6s;
    position: relative;
    overflow: hidden;
    font-family: var(--heading-font);
}


.w-btn-default:hover, .w-btn-default:focus, .w-btn-default:active {
    background-color: rgba(var(--default-color-rgb), 0.8);
    color: #ffffff;
}


.w-btn-default-outline {
    display: inline-flex;
    background-color: transparent;
    border: 1px solid var(--default-color);;
    border-radius: 50px;
    transition: all .6s;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    color: var(--default-color);
    position: relative;
    overflow: hidden;
}

.w-btn-default-outline:hover, .w-btn-default-outline:focus, .w-btn-default-outline:active {
    border-color: var(--default-color);
    background: var(--default-color);
    color: #FFFFFF;
}

.w-btn-default:before, .w-btn-default-outline:before {
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.w-btn-default:hover:before,
.w-btn-default-outline:hover:before {
    animation: btn-click .75s;
    z-index: 1
}

@keyframes btn-click {
    0% {
        background: rgba(0, 0, 0, .25);
        transform: translateX(-50%) translateY(-50%) scale(0)
    }

    to {
        background: 0 0;
        transform: translateX(-50%) translateY(-50%) scale(1)
    }
}


.w-mask-bg {
    background-color: rgba(var(--default-color-rgb), 0.3);
}

/*--------------------------------------------------------------
# 默认分页样式
--------------------------------------------------------------*/
.pagination li .page-link {
    color: var(--default-color);
}

.pagination li.active {
    color: var(--focus-color);
}

.pagination li.active .page-link {
    border-color: var(--default-color);
    background-color: var(--default-color);
    color: #FFFFFF;
    z-index: 10;
}

/*--------------------------------------------------------------
# 视频设置为16:9
--------------------------------------------------------------*/
.video {
    position: relative;
    /*padding-bottom: 56.25%;*/
    /*height: 0;*/
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
# 图片设置为16:10
--------------------------------------------------------------*/
.img-resize,
.flex-img-resize {
    position: relative;
    height: 0;
    overflow: hidden;
}

.img-resize__16x9 {
    padding-bottom: 56.25%;
}

.img-resize__16x10 {
    padding-bottom: 62.5%;
}

.img-resize__10x16 {
    padding-bottom: 160%;
}

.img-resize img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.flex-img-resize .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
}

.section-bg {
    background-color: var(--light-bg-color);
}

.section-dark {
    background-color: var(--dark-bg-color);
}

.section-title {
    padding-bottom: 50px;
}

.section-title.text-start {
    text-align: left;
}

.section-title.text-center {
    text-align: center;
}

.section-title.text-end {
    text-align: right;
}

.section-footer {
    padding-top: 30px;
}

.section-title h2, .section-title__v2 h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    color: var(--default-color);
}

.section-title h2::after, .section-title__v2 h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background-color: var(--border-color);
    bottom: -10px;
    left: 0;
}

.section-title.text-start h2::after, .section-title__v2.text-start h2::after {
    left: 0;
}

.section-title.text-center h2::after, .section-title__v2.text-center h2::after {
    left: calc(50% - 30px);
}

.section-title.text-end h2::after, .section-title__v2.text-end h2::after {
    right: 0;
}


.text-white .section-title h2::after,
.text-white .section-title__v2 h2::after {
    background: #FFFFFF;
}

.section-dark .section-title h2,
.text-white .section-title h2,
.text-white .section-title p {
    color: #FFFFFF;
}

.section-title p {
    font-size: 16px;
    /*color: var(--text-color-secondary);*/
}

@media (max-width: 768px) {
    .section-title h2 {
        font-size: 26px;
    }

    .section-title p {
        font-size: 14px;
    }

}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--default-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: var(--accent-color);
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
  # 文字超出用省略号...
--------------------------------------------------------------*/
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*--------------------------------------------------------------
  # 图片经过放大...
--------------------------------------------------------------*/
.zoom {
    overflow: hidden;
    border-radius: 0;
}

.zoom img {
    transition: 0.3s ease-in-out;
}

.zoom:hover img {
    overflow: hidden;
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}

/*--------------------------------------------------------------
  # 图片圆角处理
--------------------------------------------------------------*/

.radius-image {
    border-radius: var(--border-radius);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
    transition: all 0.6s ease-out;
    width: 100%;
    height: 100vh;
}

#preloader:before,
#preloader:after {
    content: "";
    position: absolute;
    border: 4px solid var(--default-color);
    border-radius: 50%;
    animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
    animation-delay: -0.5s;
}

@keyframes animate-preloader {
    0% {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        opacity: 1;
    }

    100% {
        width: 72px;
        height: 72px;
        top: calc(50% - 36px);
        left: calc(50% - 36px);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

.banner-video {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    width: 100%;
    height: auto;
    z-index: -1;
}

/*@media (max-width: 767.98px) {*/
/*    .banner-video {*/
/*        bottom: 0;*/
/*        width: auto;*/
/*        height: 100%;*/
/*    }*/
/*}*/

.banner-inner {
    padding-top: 100px;
    height: 30vh;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.banner-inner-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    -webkit-animation: scaleAnim 5s ease forwards;
    animation: scaleAnim 5s ease forwards;
    z-index: -1;
}

.banner-inner-wrapper,
.breadcrumb, .breadcrumb a {
    color: #FFFFFF;
}

.breadcrumb-container {
    text-align: center;
}

.breadcrumb {
    display: inline-flex;
}

.breadcrumb, .breadcrumb a {
    font-size: 14px;
    opacity: 0.6;
    transition: ease-in-out 0.3s;
}

.breadcrumb {
    margin-top: 10px;
}

.breadcrumb span.bi {
    line-height: 26px;
}

.breadcrumb a:hover {
    opacity: 1;
}

.banner-inner-wrapper h3 {
    font-size: 44px;
    letter-spacing: 1px;
}

.banner-inner {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    .banner-inner {
        padding-top: 50px;
        height: 56.25vw;
    }

    .banner-inner-wrapper h3 {
        font-size: 2rem;
    }
}

.page-navbar {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 10;
}

.page-navbar-list {
    height: 70px;
    margin-bottom: 0;
}

.page-navbar-list li {
    display: inline-flex;
    position: relative;
}


.page-navbar-list li:not(:last-child):after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}

.page-navbar-list a {
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}


.page-navbar-list a:before {
    content: "";
    position: absolute;
    left: 25px;
    height: 2px;
    bottom: 3px;
    background-color: var(--default-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.page-navbar-list li:first-child a {
    padding-left: 0;
}

.page-navbar-list li:first-child a:before {
    left: 0;
}

.page-navbar-list li.active a {
    color: var(--default-color);
}

.page-navbar-list a:hover:before, .page-navbar-list li.active a:before {
    visibility: visible;
    width: 40px;
}
