.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
}

.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}

.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}

.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}

.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}

.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}

table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px) {
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor: pointer;
}

.poorder #ert {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-he.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder #uioi {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-su.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder .tab-list .list .current {
    background-image: url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image: url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {

    /* 弹出框之后 body 上增加一个禁止滚动的类*/
    body.no-scroll,
    html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news,
    .xymob-menu-click .xypg-left-keys,
    .xymob-menu-click .xypg-left-contact,
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav>li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav>li:last-child {
    border-bottom: none;
}

.xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav>li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav>li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav>li:hover>a,
.xypg-left-nav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav>li:hover .first-nav-btn,
.xypg-left-nav>li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav>li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav>li>a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li>a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav>li>a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li.clicked>a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}


/*  */
body,
html {
    scroll-behavior: smooth;
}

p {
    margin: 0;
}

body {
    overflow-x: hidden;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.com-img2 {
    display: block;
    overflow: hidden;
}

.com-img2 img {
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
}

.com-img2:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.relative {
    position: relative;
}

.flex2 {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: center
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max1780 {
    padding-left: 3.64583vw;
    padding-right: 3.64583vw;
    margin: 0 auto;
}

.max1600 {
    max-width: 1600px;
    width: 90.625%;
    margin: 0 auto;
}

.max1500 {
    max-width: 1500px;
    width: 90.625%;
    margin: 0 auto;
}

.max1400 {
    max-width: 1400px;
    margin: 0 auto;
    width: 92%;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1300 {
    max-width: 1330px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}



.wrap2 {
    max-width: 1400px;
    margin: 0 auto;
    width: 92%;
}

.w-1420 {
    max-width: 1420px;
    margin-right: auto;
    margin-left: auto
}

/* @media(max-width: 1920px) {
    .wrap2 {
        margin-right: 150px;
        margin-left: 150px
    }
}

@media(max-width: 1600px) {
    .wrap2 {
        margin-right: 80px;
        margin-left: 80px
    }
}

@media(max-width: 1400px) {
    .wrap2 {
        margin-right: 60px;
        margin-left: 60px
    }
}

@media(max-width: 1280px) {
    .wrap2 {
        margin-right: 40px;
        margin-left: 40px
    }
}

@media(max-width: 1024px) {
    .wrap2 {
        margin-right: 20px;
        margin-left: 20px
    }
} */


.w-full {
    width: 100%;
}

.w-1-2 {
    width: 50%;
}

.w-1-3 {
    width: 33.3333%;
}

.w-1-4 {
    width: 25%;
}

@media (max-width: 768px) {

    .w-1-2,
    .w-1-3,
    .w-1-4 {
        width: 100% !important;
    }
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url(../fonts/gilroy-bold.otf) format('truetype');
}

@font-face {
    font-family: 'Gilroy-Regular';
    src: url(../fonts/gilroy-regular.otf) format('truetype');
}


/* header */

.header {
    width: 100%;
    z-index: 999;
    position: relative;
    height: 90px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.top-mid-flex {
    height: 100%
}

.logo {
    position: relative
}

.logo a {
    display: flex;
    align-items: center
}

.logo a img {
    max-width: 100%;
    max-height: 56px;
}

.logo h2 {
    margin-left: 10px;
    font-size: 26px;
    color: #000000;
    font-family: "Gilroy-Bold";
    margin-bottom: 0px;
}

.lang-es .logo h2 {
    font-size: 18px;
}


.logo h2 p {
    font-size: 18px;
    font-weight: normal;
    font-family: "Gilroy-Regular";
}


.top_right {
    padding-top: 15px;
    height: 100%;
}

.header-ss {
    margin-left: 10px;
    margin-right: 15px;
    position: relative;
    width: 30px;
    height: 100%;
}

.header-ss .ss_btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    background: url(//wm.cdn.cn86.cn/chenli/2026/03/23a8a21e4buvncdm.png) no-repeat center;
    cursor: pointer
}

.search-box {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    display: none;
    background: #fff;
    padding: 16px 20px;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%)
}

.header-ss .ss-search {
    width: 220px;
    position: relative;
    background: #fff;
    border: 1px solid var(--main-theme-color);
    display: flex
}

.header-ss .ss-search input {
    height: 34px;
    line-height: 34px;
    outline: 0;
    border: none;
    font-size: 0
}

.header-ss .ss-search #keyword {
    width: calc(100% - 50px);
    padding-left: 10px;
    color: #000;
    font-size: 14px
}

.header-ss .ss-search #s_btn {
    width: 50px;
    background-color: var(--main-theme-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(//wm.cdn.cn86.cn/chenli/2026/03/090e2ae720jfo9bh.png)
}

.head-message {
    margin-left: 10px;
    position: relative;
    padding: 8px 18px;
    background-color: var(--main-theme-color);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.head-message a {
    font-size: 16px;
    color: #fff !important;
}

.head-message:hover {
    background-color: var(--sub-theme-color);
}

.x-menu {
    position: relative;
}

.x-menu>li {
    position: relative;
    text-align: center;
}

.x-menu>li>a {
    display: flex;
    font-size: 18px;
    color: #000000;
    height: 75px;
    line-height: 40px;
    font-weight: normal;
    align-items: center;
    justify-content: center;
}

.x-menu>li>a i {
    margin-left: 5px;
}

.x-menu>li:hover>a {
    color: var(--main-theme-color) !important
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    width: 240px;
    left: 0%;
    top: 100%;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 10px 15px;
}

.x-sub-menu>li>a {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .3em .3em
}

.x-sub-menu>li>a:hover {
    color: var(--main-theme-color) !important;
}

@media (min-width:1200px) {
    .x-menu>li {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (min-width:1440px) {
    .x-menu>li {
        margin-left: 15px;
        margin-right: 15px
    }
}

.x-none {
    display: none;
}


/* banner */

.home-banner {
    width: 100%;
    position: relative;
}

.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-slide a {
    display: block;
}

.home-banner .swiper-slide a>img {
    display: block;
    width: 100%;
}

.home-banner .swiper-pagination1 {
    bottom: 15px;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 6px !important;
    transition: width .3s ease;
    opacity: 1;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: var(--main-theme-color);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}

.home-banner .swiper-slide .v_cover {
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 6.77vw;
}

.home-banner .swiper-slide .v_cover .v_con {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
    width: 100%;
    text-align: left;
}

.home-banner .swiper-slide .v_con * {
    transition-delay: transform 1s, opacity 0s;
    transition-duration: 1s;
    transform: translate3d(0, 80px, 0);
    opacity: 0
}

.home-banner .swiper-slide-active .v_con * {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.home-banner .swiper-slide-active .v_con :nth-child(1) {
    transition-delay: .3s
}

.home-banner .swiper-slide-active .v_con :nth-child(2) {
    transition-delay: .5s
}

.home-banner .swiper-slide-active .v_con :nth-child(3) {
    transition-delay: .7s
}

.v_tit_aa {
    color: #020b1b;
    font-size: 50px;
    margin-bottom: 20px;
    font-family: "Gilroy-Bold";
    line-height: 1.2;
    max-width: 500px;
}

.v_tit_bb {
    color: #020b1b;
    font-size: 20px;
    margin-bottom: 2.083vw;
    font-weight: normal;
    line-height: 1.5;
    max-width: 660px;
}

.v_tit_cc {
    display: flex;
    align-items: center;
}

.v_tit_cc a {
    display: block;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    padding: 15px 20px 12px;
    margin-right: 17px;
    background-color: var(--main-theme-color);
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}

.v_tit_cc a::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    content: "";
    background: var(--sub-theme-color);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    z-index: -1
}

.v_tit_cc a:hover {
    color: #fff !important;
}

.v_tit_cc a:hover::before {
    width: 100%;
}


/* section1 */

.section1 {
    position: relative;
    background: #f9fafc;
    padding-top: 3.64583vw;
    padding-bottom: 50px;
}

.hm-title {
    position: relative;
}

.hm-title h3 {
    color: #020b1b;
    font-size: 44px;
    line-height: 1.2;
    font-family: "Gilroy-Bold";
    margin-bottom: 10px;
}

.hm-title p {
    color: #535556;
    font-size: 18px;
    line-height: 1.5;
}

.product-swiper {
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.product-swiper .swiper-slide {
    position: relative;
    padding: 10px;
}

.product-swiper .swiper-slide a {
    display: block;
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 20px 40px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05);
}

.product-swiper .swiper-slide .img {
    position: relative;
}

.product-swiper .swiper-slide .img img {
    display: block;
    width: 100%;
}

.product-swiper .swiper-slide .txt {
    position: relative;
    padding-top: 10px;
    text-align: center;
}

.product-swiper .swiper-slide .txt h3 {
    color: #020b1b;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-family: "Gilroy-Bold";
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.product-swiper .swiper-slide .txt .pp-content {
    height: 105px;
    overflow: hidden;
}

.product-swiper .swiper-slide .txt .pp-content p {
    color: #454951;
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
    margin-bottom: 3px;
    padding-left: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    position: relative;
    text-align: left;
}

.product-swiper .swiper-slide .txt .pp-content p::before {
    content: "•";
    color: #6b7176;
    font-size: 16px;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.product-swiper .swiper-slide .txt .pmore {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    background: var(--main-theme-color);
    padding: 10px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    margin-top: 10px;
}

.product-swiper .swiper-slide:hover a {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05);
}

.product-swiper .swiper-slide:hover .txt h3 {
    color: var(--main-theme-color);
}

.product-swiper .swiper-slide:hover .txt .pmore {
    background: var(--sub-theme-color);
    color: #fff !important;
}

.product-click {
    margin-top: 35px;
}

.product-click .swiper-button-next1,
.product-click .swiper-button-prev1 {
    position: relative;
    width: 55px;
    height: 55px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: 0 10px;
    font-size: 0;
    outline: none;
    border: none;
    background: none;
    z-index: 99;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #a7a7a7;
}

.product-click .swiper-button-prev1 {
    background: url(//wm.cdn.cn86.cn/chenli/2026/03/bc162c0588pkkopj.png) no-repeat center rgba(255, 255, 255, 0.1);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.product-click .swiper-button-next1 {
    background: url(//wm.cdn.cn86.cn/chenli/2026/03/bc162c0588pkkopj.png) no-repeat center rgba(255, 255, 255, 0.1);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.product-click .swiper-button-prev1:hover {
    background-image: url(//wm.cdn.cn86.cn/chenli/2026/03/a16b9438d6hlveqw.png);
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.product-click .swiper-button-next1:hover {
    background-image: url(//wm.cdn.cn86.cn/chenli/2026/03/a16b9438d6hlveqw.png);
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}


/* section2 */

.section2 {
    position: relative;
    padding-top: 80px;
    padding-bottom: 60px;
    background: #fff;
}

.section2-top {
    position: relative;
}

.sec2-left {
    position: relative;
    padding-left: 2.60416vw;
    padding-bottom: 25px;
    width: 43.33%;
}

.sec2-left .img {
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.sec2-left .img img {
    width: 100%;
}

.sec2-left .sec2-wen {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 236px;
    height: 260px;
    background-color: #0e64c9;
    padding: 40px 30px;
    z-index: 99;
    color: #fff;
    font-size: 20px;
}

.pa1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.sec2-left .sec2-wen .a01 {
    font-family: "Gilroy-Bold";
    text-transform: capitalize;
    line-height: 1.5;
    font-size: 20px;
}

.sec2-left .sec2-wen .a02 {
    font-size: 3.125vw;
    font-family: "Gilroy-Bold";
    line-height: 1.1;
}

.pa2 {
    width: 37px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}

.pa2 .xian1 {
    width: 37px;
    height: 2px;
    background: #fff;
}

.pa2 .xian2 {
    width: 2px;
    height: calc(100% - 25px);
    background: #fff;
}

.sec2-right {
    position: relative;
    width: 50.66%;
}

.sec2-right .about-name {
    color: #091542;
    font-size: 44px;
    font-family: "Gilroy-Bold";
    line-height: 1.2;
}

.sec2-right .about-txt {
    font-size: 18px;
    color: #091542;
    line-height: 1.5;
    margin-bottom: 2.083vw;
}

.about-number {
    position: relative;
}

.about-number li {
    width: 50%;
    position: relative;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    padding: 1.5625vw 0;
    display: flex;
    align-items: center;
}

.about-number li .img {
    margin-right: 15px;
    text-align: center;
    width: 70px;
}

.about-number li .img img {
    max-height: 60px;
}

.about-number li h3 {
    color: #02162d;
    display: inline-block;
    margin-bottom: 0px;
}

.about-number li h3 i {
    font-style: inherit;
    color: #02162d;
    font-size: 40px;
    line-height: 1;
    font-family: "Gilroy-Bold";
}

.about-number li h3 p {
    font-size: 15px;
    font-weight: normal;
    font-style: inherit;
    color: #02162d;
}


/* section3 */

.section3 {
    position: relative;
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
    padding-bottom: 60px;
}

.parter_swiper {
    position: relative;
    overflow: hidden;
}

.parter_swiper .swiper-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.parter_swiper .swiper-slide a img {
    max-width: 100%;
}


/*  */

.floor_5_main {
    height: 720px;
    overflow: hidden;
    position: relative;
}

.floor_5_main .z_school_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.floor_5_main .z_school_bg li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: ease 1s;
    transform: scale(1.1);
    opacity: 0
}

.floor_5_main .z_school_bg li.on {
    transform: scale(1, 1);
    opacity: 1
}

.floor_5_main .z_school_bg li .imgbg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: ease 1s;
    -webkit-transition: ease 1s;
    -moz-transition: ease 1s;
    -ms-transition: ease 1s;
    -o-transition: ease 1s;
}

.floor_5_main .conx {
    margin-top: 0;
    position: relative;
    height: 100%;
}

.floor_5_main .z_school_swiper {
    width: calc(100% - 25.52%);
    overflow: hidden;
    position: relative;
    padding-left: 13.5416vw;
    height: 100%;
}

.floor_5_main .z_school_swiper .swiper-slide .tf0 {
    color: #fff;
    font-size: 44px;
    margin-bottom: 6.77083vw;
    font-family: "Gilroy-Bold";
    line-height: 1.1;
}

.floor_5_main .z_school_swiper .swiper-slide .tf1 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: "Gilroy-Bold";
    line-height: 1.2;
}

.floor_5_main .z_school_swiper .swiper-slide .tf2 {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-family: "Gilroy-Regular";
    max-width: 800px;
    margin-bottom: 2.60416vw;
}

.floor_5_main .z_school_swiper .swiper-slide .ljie a {
    display: block;
    width: 55px;
    height: 55px;
    background: url(//wm.cdn.cn86.cn/chenli/2026/03/804c23383f6czim5.png) no-repeat center #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.floor_5_main .z_school_swiper .swiper-slide {
    opacity: 0 !important;
    transition-duration: 0s !important;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.floor_5_main .z_school_swiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    transition-duration: 0ms !important;
}

.floor_5_main .z_school_tab {
    width: 25.52%;
    height: 100%;
    position: absolute;
    padding-top: 0;
    right: 0px;
    top: 0px;
}

.floor_5_main .z_school_tab ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.floor_5_main .z_school_tab li {
    height: 20%;
    width: 100%;
    background: transparent;
    border-left: 1px solid rgba(255, 255, 255, .5);
    text-align: left;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.floor_5_main .z_school_tab li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.floor_5_main .z_school_tab li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 10px 10px 4.166vw;
    height: 100%;
}

.floor_5_main .z_school_tab li::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--main-theme-color);
    transition: ease 1s;
    transform: translateX(-100%);
    opacity: 0
}

.floor_5_main .z_school_tab li.active::before {
    transform: translateX(0);
    opacity: 1
}

.floor_5_main .z_school_tab li .img {
    margin-right: 20px;
    position: relative;
    z-index: 9;
}

.floor_5_main .z_school_tab li p {
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    position: relative;
    margin-bottom: 0px;
    font-family: "Gilroy-Regular";
    z-index: 3;
}

.floor_5_main .z_school_tab li.active p {
    color: #fff
}


/* section4 */

.section4 {
    position: relative;
    padding-top: 3.64583vw;
    padding-bottom: 3.64583vw;
}

.section4-con {
    margin-top: 30px;
}

.section4-photo-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.section4-photo-list li {
    position: relative;
    width: calc(33.33% - 20px);
    margin: 0 10px 22px 10px;
    background-size: cover;
    padding: 25px 25px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    border: 1px solid transparent;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}

.section4-photo-list li .img {
    margin-bottom: 20px;
}

.section4-photo-list li .img img {
    max-width: 50px;
    max-height: 50px;
}

.section4-photo-list li a {
    display: block;
}

.section4-photo-list li .txt {
    position: relative;
}

.section4-photo-list li .txt h3 {
    color: #020b1b;
    font-size: 20px;
    font-family: "Gilroy-Bold";
    line-height: 1.5;
}

.section4-photo-list li .txt .pp {
    font-size: 16px;
    color: #4b515b;
    line-height: 1.5;
    margin-bottom: 10px;
}

.section4-photo-list li:hover {
    border-color: var(--main-theme-color);
}


/* section5 */

.section5 {
    position: relative;
    background: #f1f3f7;
    padding-top: 50px;
    padding-bottom: 50px;
}

.case-swiper {
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.case-swiper .swiper-slide {
    position: relative;
}

.case-swiper .swiper-slide a {
    display: block;
}

.case-swiper .swiper-slide .img {
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.case-swiper .swiper-slide .img img {
    display: block;
    width: 100%;
}

.case-swiper .swiper-slide .txt {
    position: relative;
    text-align: center;
    padding-top: 15px;
}

.case-swiper .swiper-slide .txt h3 {
    display: block;
    color: #020b1b;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0px;
    font-weight: normal;
    font-family: "Gilroy-Regular";
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.case-swiper .swiper-slide:hover .txt h3 {
    color: var(--main-theme-color);
}

.case-click {
    margin-top: 40px;
}

.case-click .swiper-button-next2,
.case-click .swiper-button-prev2 {
    position: relative;
    width: 55px;
    height: 55px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: 0 10px;
    font-size: 0;
    outline: none;
    border: none;
    background: none;
    z-index: 99;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #a7a7a7;
}

.case-click .swiper-button-prev2 {
    background: url(//wm.cdn.cn86.cn/chenli/2026/03/bc162c0588pkkopj.png) no-repeat center rgba(255, 255, 255, 0.1);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.case-click .swiper-button-next2 {
    background: url(//wm.cdn.cn86.cn/chenli/2026/03/bc162c0588pkkopj.png) no-repeat center rgba(255, 255, 255, 0.1);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.case-click .swiper-button-prev2:hover {
    background-image: url(//wm.cdn.cn86.cn/chenli/2026/03/a16b9438d6hlveqw.png);
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.case-click .swiper-button-next2:hover {
    background-image: url(//wm.cdn.cn86.cn/chenli/2026/03/a16b9438d6hlveqw.png);
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}


/* section6 */

.section6 {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section6-con {
    margin-top: 30px;
}

.section6-list li {
    position: relative;
    width: calc(33.33% - 30px);
    margin: 0 15px 20px 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.section6-list li a {
    display: block;
}

.section6-list li .img img {
    display: block;
    width: 100%;
}

.section6-list li .txt {
    position: relative;
    padding: 20px 20px;
}

.section6-list li .txt .stime {
    font-size: 14px;
    color: var(--main-theme-color);
    border-left: 2px solid var(--main-theme-color);
    padding-left: 10px;
    margin-bottom: 15px;
    line-height: 1;
}

.section6-list li .txt h3 {
    font-size: 20px;
    color: #020b1b;
    line-height: 1.5;
    margin-bottom: 10px;
    font-family: "Gilroy-Bold";
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.section6-list li .txt .pp {
    font-size: 16px;
    color: #3f4349;
    line-height: 1.5;
    margin-bottom: 1.5625vw;
}

.section6-list li .txt .remo {
    font-size: 16px;
    color: #0e64c9;
}

.section6-list li .txt .remo i {
    display: inline-block;
    width: 9px;
    height: 10px;
    background: url(//wm.cdn.cn86.cn/chenli/2026/03/03543b36ebflfbit.png) no-repeat;
    margin-left: 10px;
}

.section6-list li:hover .txt h3 {
    color: var(--main-theme-color);
}


/* foot */

.foot {
    position: relative;
    background: #06223b;
}

.foot-top {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}

.foot-item1 {
    position: relative;
    width: 57.85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 5.2083vw;
}

.foot-item2 {
    flex: 1;
    min-width: 1px;
    padding-left: 4.2083vw;
}

.foot-top .bti {
    color: #fff;
    font-size: 20px;
    font-family: "Gilroy-Regular";
    font-weight: normal;
    margin-bottom: 15px;
}

.foot-dao {
    margin-bottom: 1rem;
}

.foot-dao li a {
    display: block;
    line-height: 28px;
    font-size: 16px;
    color: #e4e6e8;
    font-family: "Gilroy-Regular";
}

.foot-dao li a:hover {
    color: var(--main-theme-color) !important;
}

.ft-sphone {
    margin-bottom: 15px;
}

.ft-sphone h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0px;
    font-family: "Gilroy-Regular";
    font-weight: normal;
    line-height: 1;
}

.ft-lxwm {
    font-size: 16px;
    color: #e4e6e8;
    line-height: 1.7;
    font-family: "Gilroy-Regular";
    margin-bottom: 20px;
}

.ft-lxwm p {
    padding-left: 25px;
    line-height: 28px;
}

.ft-lxwm p:nth-child(1) {
    background: url(//wm.cdn.cn86.cn/chenli/2026/03/d46ceba094nyemvk.png) no-repeat left 7px;
}

.ft-lxwm p:nth-child(2) {
    background: url(//wm.cdn.cn86.cn/chenli/2026/03/438170e700o38j6g.png) no-repeat left 7px;
}

.ft-lxwm p:nth-child(3) {
    background: url(//wm.cdn.cn86.cn/chenli/2026/03/71767f88a25w0dbh.png) no-repeat left 7px;
}

.ft-lxwm p:nth-child(4) {
    background: url(//wm.cdn.cn86.cn/chenli/2026/03/47ce85e891azuwwp.png) no-repeat left 7px;
}

.ft-lxwm p:nth-child(5) {
    background: url(//wm.cdn.cn86.cn/chenli/2026/03/c6dc82821aeyqxgd.png) no-repeat left 7px;
}


.ss-search2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.083vw;
    padding-right: 2.083vw;
}

.ss-search2 #keyword {
    flex: 1;
    min-width: 1px;
    outline: 0;
    border: none;
    padding-left: 10px;
    color: #565e65;
    font-size: 16px;
    line-height: 24px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-right: 10px;
}

.ss-search2 #s_btn {
    color: #fff;
    background: #0e64c9;
    padding: 10px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 16px;
}

.ss-search2 #s_btn:hover {
    color: #fff !important;
    text-decoration: underline;
}

.foot-share {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.foot-share a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 33px;
    height: 30px;
    margin-right: 7px;
    background: rgba(255, 255, 255, .2);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.foot-share a:hover {
    background-color: var(--main-theme-color);
}

.foot-banq {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .2);
    background: #06223b;
    color: #e4e6e8;
    font-size: 16px;
    padding: 25px 0;
    line-height: 1.5;
    font-family: "Gilroy-Regular";
}

.foot-banq a {
    color: #e4e6e8;
    font-family: "Gilroy-Regular";
}

.foot-banq a:hover {
    color: var(--main-theme-color) !important;
}


/* 响应式 */

@media (max-width: 1280px) {
    .logo a img {
        max-height: 40px;
    }

    .logo h2 {
        font-size: 22px;
    }

    .logo h2 p {
        font-size: 15px;
    }

    .head-message a {
        font-size: 14px;
    }

    .x-menu>li>a {
        font-size: 16px;
    }

    .v_tit_aa {
        font-size: 38px;
    }

    .v_tit_bb {
        font-size: 16px;
    }

    .v_tit_cc a {
        font-size: 14px;
        padding: 10px 15px 7px;
    }

    .hm-title h3 {
        font-size: 36px;
    }

    .hm-title p {
        font-size: 16px;
    }

    .product-swiper .swiper-slide .txt .pmore {
        font-size: 14px;
        padding: 6px 12px;
    }

    .sec2-right .about-name {
        font-size: 36px;
    }

    .sec2-right .about-txt {
        font-size: 16px;
    }

    .sec2-left .sec2-wen .a01 {
        font-size: 16px;
    }

    .sec2-left .sec2-wen {
        width: 216px;
        height: 230px;
        padding: 30px 25px;
    }

    .about-number li .img img {
        max-height: 40px;
    }

    .about-number li h3 i {
        font-size: 32px;
    }

    .about-number li h3 p {
        font-size: 14px;
    }

    .section1 {
        padding: 40px 0;
    }

    .section2 {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .section3 {
        padding-bottom: 30px;
    }

    .floor_5_main {
        height: 90vh;
    }

    .floor_5_main .z_school_swiper {
        padding-left: 4%;
        padding-right: 4%;
    }

    .floor_5_main .z_school_swiper .swiper-slide .tf2 {
        max-width: 100%;
    }

    .section4 {
        padding: 40px 0;
    }

    .section6 {
        padding: 50px 0;
    }

    .foot-top {
        padding: 40px 0;
    }

    .floor_5_main .z_school_swiper .swiper-slide .tf0 {
        font-size: 36px;
    }

    .floor_5_main .z_school_swiper .swiper-slide .tf1 {
        font-size: 20px;
    }

    .floor_5_main .z_school_swiper .swiper-slide .tf2 {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .sec2-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .sec2-right {
        width: 100%;
    }

    .sec2-right .about-txt {
        margin-bottom: 20px;
    }

    .section3 {
        padding: 20px 0;
    }

    .floor_5_main {
        height: 70vh;
    }

    .floor_5_main .z_school_tab li p {
        font-size: 16px;
    }

    .section6-list li .txt h3 {
        font-size: 17px;
        line-height: 1.2;
    }

    .section6-list li .txt .pp {
        line-height: 1.2;
    }

    .section6-list li .txt .remo {
        font-size: 14px;
    }

    .foot-item2 {
        padding-left: 0px;
    }
}

@media (max-width:768px) {
    .header {
        height: 60px;
    }

    .x-none {
        display: inline-block !important;
    }

    .hm-title h3 {
        font-size: 28px;
    }

    .hm-title p {
        font-size: 15px;
    }

    .floor_5_main .z_school_swiper .swiper-slide .tf0 {
        font-size: 32px;
    }

    .floor_5_main .z_school_swiper .swiper-slide .tf1 {
        font-size: 20px;
    }

    .floor_5_main .z_school_swiper .swiper-slide .tf2 {
        font-size: 15px;
    }

    .floor_5_main {
        height: 80vh;
    }

    .floor_5_main .z_school_swiper {
        width: 100%;
        padding-bottom: 150px;
    }

    .floor_5_main .z_school_tab {
        width: 100%;
        top: auto;
        bottom: 0px;
        height: auto;
    }

    .floor_5_main .z_school_tab ul {
        flex-direction: row;
    }

    .floor_5_main .z_school_tab li {
        width: 33.33%;
        height: 70px;
    }

    .floor_5_main .z_school_tab li .img {
        margin-right: 10px;
    }

    .floor_5_main .z_school_tab li .img img {
        max-height: 30px;
    }

    .floor_5_main .z_school_tab li p {
        font-size: 14px;
    }

    .section4-photo-list li {
        width: calc(50% - 20px);
        margin: 0 10px 22px 10px;
        padding: 15px 15px;
    }

    .section4-photo-list li .txt h3 {
        font-size: 18px;
    }

    .section4-photo-list li .txt .pp {
        font-size: 14px;
    }

    .section4-photo-list li .img img {
        max-width: 40px;
        max-height: 40px;
    }

    .case-swiper .swiper-slide .txt h3 {
        font-size: 16px;
    }

    .case-click {
        margin-top: 20px;
    }

    .section6-list li {
        width: calc(100% - 0px);
        margin: 0 0px 20px 0px;
    }

    .section6 {
        padding: 40px 0 20px;
    }

    .foot {
        margin-bottom: 70px;
    }

    .foot-top {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .ss-search2 {
        margin-bottom: 20px;
    }

    .foot-share a {
        margin-left: 0px;
        margin-right: 10px;
    }

    .foot-banq {
        padding: 20px 0;
    }

    .sec2-right .about-name {
        font-size: 28px;
    }

    .sec2-left .sec2-wen {
        width: 166px;
        height: 170px;
        padding: 20px 18px;
    }

    .sec2-left .sec2-wen .a02 {
        font-size: 30px;
    }

    .product-swiper {
        margin-top: 20px;
    }

    .product-swiper .swiper-slide a {
        border-radius: 15px;
        padding: 20px 15px 25px;
    }

    .product-swiper .swiper-slide .txt h3 {
        font-size: 18px;
    }

    .product-swiper .swiper-slide .txt .pp-content p {
        font-size: 14px;
    }

    .product-swiper .swiper-slide .txt .pp-content {
        height: auto;
        height: 120px;
    }
}

@media (max-width: 500px) {

    .foot-banq,
    .ft-lxwm {
        font-size: 14px;
    }

    .ss-search2 #s_btn {
        font-size: 14px;
    }

    .section6-con {
        margin-top: 20px;
    }

    .case-click .swiper-button-next2,
    .case-click .swiper-button-prev2 {
        width: 40px;
        height: 40px;
    }

    .floor_5_main .z_school_swiper .swiper-slide .ljie a {
        width: 40px;
        height: 40px;
    }

    .product-click .swiper-button-next1,
    .product-click .swiper-button-prev1 {
        width: 40px;
        height: 40px;
    }

    .product-click {
        margin-top: 25px;
    }

    .floor_5_main .z_school_tab ul {
        border-top: 1px solid rgba(255, 255, 255, .2);
    }
}

@media (max-width: 1200px) {
    .v_tit_aa {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .v_tit_bb {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .v_tit_cc a {
        line-height: 20px;
    }
}

@media (max-width: 600px) {
    .home-banner .swiper-pagination1 {
        bottom: 10px;
    }

    .v_tit_aa {
        font-size: 20px;
        margin-bottom: 0px;
        max-width: 60%;
    }

    .v_tit_bb {
        display: none !important;
    }

    .top_right {
        padding-top: 0px;
    }
}

@media (max-width: 768px) {
    .v_tit_cc {
        display: none;
    }
}



/* page-banner */

.page-banner {
    position: relative;
}

.page-banner>img {
    display: block;
    width: 100%;
}

.banner-fix {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    width: 100%;
    height: 100%;
}

.banner-fix .fll-con {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.banner-fix h4 {
    font-size: 36px;
    line-height: 1;
    font-family: "Gilroy-Bold";
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff
}

.banner-fix p {
    line-height: 1;
    font-size: 18px;
    font-family: "Gilroy-Regular";
    color: rgba(255, 255, 255, .8)
}

@media (max-width:992px) {
    .page-banner>img {
        height: 220px;
        object-fit: cover;
    }

    .banner-fix h4 {
        font-size: 30px;
    }

    .banner-fix p {
        font-size: 16px;
    }
}