body {
    background: #fff;
    color: #555;
}

body,
p {
    font-family: "Open Sans", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    line-height: 26px;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212121;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
}

h1 {
    font-size: 36px;
    line-height: 48px;
}

h2 {
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -.5px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: -.2px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

.alert .icon {
    margin-right: 15px;
}

/* Global styles
================================================== */
html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    border: 0;
    margin: 0;
    padding: 0;
}

.body-inner {
    position: relative;
    overflow: hidden;
}

.preload {
    position: fixed;
    background: #fff url(../images/preload.gif) center center no-repeat;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

a:link,
a:visited {
    text-decoration: none;
}

a {
    color: inherit;
    transition: .2s ease;
}

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

a.read-more {
    color: #ffb600;
    font-weight: 700;
    text-transform: uppercase;
}

a.read-more:hover {
    color: #222;
}

section,
.section-padding {
    padding: 70px 0;
    position: relative;
}

.no-padding {
    padding: 0;
}

.gap-60 {
    clear: both;
    height: 60px;
}

.gap-40 {
    clear: both;
    height: 40px;
}

.gap-30 {
    clear: both;
    height: 30px;
}

.gap-20 {
    clear: both;
    height: 20px;
}

.mrb-30 {
    margin-bottom: 30px;
}

.mrb-80 {
    margin-bottom: -80px;
}

.mrt-0 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

.pab {
    padding-bottom: 0;
}

a:focus {
    outline: 0;
}

.ts-padding {
    padding: 60px;
}

.solid-bg {
    background: #f9f9f9;
}

.dark-bg {
    background: #252525;
    color: #fff;
}

.dark-bg h2,
.dark-bg h3 {
    color: #fff;
}

.solid-row {
    background: #f0f0f0;
}

.bg-overlay {
    position: relative;
}

.bg-overlay .container {
    position: relative;
    z-index: 1;
}

.bg-overlay:after {
    background-color: rgba(0, 46, 91, 0.8);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bg-overlay:after {
    position: relative;
}

.bg-overlay:after {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.content-hidden {
    position: absolute;
    height: 1px;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    overflow: hidden;
}

/* Dropcap */
.dropcap {
    font-size: 48px;
    line-height: 60px;
    padding: 0 7px;
    display: inline-block;
    font-weight: 700;
    margin: 5px 15px 5px 0;
    position: relative;
    text-transform: uppercase;
}

.dropcap.primary {
    background: #ffb600;
    color: #fff;
}

.dropcap.secondary {
    background: #3a5371;
    color: #fff;
}

/* Title */
.title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
}

/* Title Border */
/* Section title */
.section-title {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
}

.section-sub-title {
    font-weight: 900;
    font-size: 30px;
    line-height: 46px;
    margin: 0 0 60px;
    color: #212121;
}
.section-sub-title:before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    bottom: 48px;
    left: 50%;
    margin-left: -15px;
    background: #ffb600;
}

@media (max-width: 575px) {
    .section-sub-title {
        font-size: 28px;
    }
}

/* Column title */
.column-title {
    margin: 0 0 40px;
}

.column-title-small {
    font-size: 20px;
    margin: 0 0 25px;
}

/* Page content title */
.page-content-title.first {
    margin-top: 0;
}

/* Video responsive */
.embed-responsive {
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Input form */
.form-control {
    box-shadow: none;
    border: 1px solid #dadada;
    padding: 5px 20px;
    height: 44px;
    background: none;
    color: #959595;
    font-size: 14px;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #ffb600;
}

hr {
    background-color: #e7e7e7;
    border: 0;
    height: 1px;
    margin: 40px 0;
}

.alert hr {
    background: initial;
    margin: initial;
    border-top: 1px solid;
    height: initial;
    margin-bottom: 1rem;
    opacity: .2;
}

.logo {
    padding-right: 15px;
}

blockquote {
    padding: 25px;
    margin: 20px 0;
    background: #f9f9f9;
    position: relative;
    border-left: 3px solid #ffb600;
    padding-left: 40px;
}

blockquote.text-center {
    border-top: 3px solid #ffb600;
    border-left: 0;
    padding-left: 25px;
    padding-top: 50px;
}

blockquote.text-center:before {
    left: 50%;
    top: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

blockquote.text-right {
    border-right: 3px solid #ffb600;
    padding-right: 40px;
    border-left: 0;
    padding-left: 25px;
}

blockquote.text-right:before {
    left: auto;
    right: 5px;
}

blockquote:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 28px;
    color: #E5E5E5;
    top: 5px;
    left: 5px;
    font-weight: 700;
    z-index: 0;
}

blockquote p {
    font-size: 14px;
    line-height: 22px;
    position: relative;
    z-index: 1;
    font-style: italic;
    margin-bottom: 0;
}

cite {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

/* Ul, Ol */
.list-round,
.list-arrow,
.list-check {
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
}

.list-round li {
    line-height: 28px;
}

.list-round li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    margin-right: 10px;
    color: #ffb600;
    font-size: 12px;
}

.list-arrow {
    padding: 0;
}

ul.list-arrow li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    margin-right: 10px;
    color: #ffb600;
    font-size: 16px;
    font-weight: bold;
}

ul.list-check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    margin-right: 10px;
    color: #ffb600;
    font-size: 14px;
}

/* Bootstrap */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a {
    border: 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background: none;
}

.pattern-bg {
    background: #f5f5f5 url(../images/crossword.png);
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

/* Button */
.btn:active, .btn:focus {
    box-shadow: none !important;
}

.btn-primary,
.btn-dark {
    border: 0;
    border-radius: 3px;
    /*padding: 12px 20px 10px;*/
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    transition: 350ms;
    font-size: 14px;
}

@media (max-width: 767px) {
    .btn-primary,
    .btn-dark {
        font-size: 13px;
    }
}

.btn-white.btn-primary {
    background: #fff;
    color: #ffb600;
}

.btn-primary {
    background: #ffb600;
}

.btn-dark {
    background: #23282d;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover {
    background: #111;
    color: #fff;
}

.btn-primary:hover:active, .btn-primary:hover:focus,
.btn-dark:hover:active,
.btn-dark:hover:focus,
.btn-white.btn-primary:hover:active,
.btn-white.btn-primary:hover:focus {
    color: #fff;
    background-color: #111 !important;
}

.general-btn {
    margin-top: 50px;
}

/* Bootstrap */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a {
    border: 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background: none;
}

.pattern-bg {
    background: #f5f5f5 url(../images/crossword.png);
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

/* Top Bar
================================================== */
.top-bar {
    padding: 8px 0;
    background: #ebebeb;
    position: relative;
}

/* Top info */
ul.top-info {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.top-info li {
    position: relative;
    line-height: 10px;
    display: inline-block;
    margin-left: 0;
    padding-right: 15px;
}

ul.top-info li i {
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

ul.top-info li p.info-text {
    margin: 0;
    line-height: normal;
    display: inline-block;
    flex-direction: column;
}

/* Top social */
.top-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: -12px;
}

@media (max-width: 767px) {
    .top-social ul {
        margin-right: 0;
    }
}

.top-social ul li {
    display: inline-block;
    padding: 0;
}

.top-social ul li a {
    color: #2c2c2c;
    font-size: 14px;
    transition: 400ms;
    padding: 9px 12px;
}

.top-social ul li a:hover {
    color: #333;
}

/* Top bar border */
.top-bar-border {
    padding: 8px 20px 8px;
    border-bottom: 1px solid #ddd;
}

.top-bar-border ul.top-info {
    color: #707070;
    font-weight: 400;
}

.top-bar-border .top-social li a {
    color: #7c7c7c;
}

.top-bar-border ul.top-info li i {
    color: #ffb600;
}

/* Header area
================================================== */
.header {
    background: #fff;
    position: relative;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.header-one,
.header-one .site-navigation {
    background: #23282d;
}

.header-one .navbar-collapse {
    padding-left: 0;
}

@media (max-width: 991px) {
    .navbar-collapse.collapse {
        overflow-y: auto;
    }
}

.header-one ul.navbar-nav > li {
    padding-left: 0;
    padding-right: 30px;
}

@media (max-width: 991px) {
    .header-one ul.navbar-nav > li {
        padding-right: 0;
    }
}
.main-content img {
    max-width: 100%;
    height: auto;
}
.main-content a {
    font-weight: bold;
    text-decoration: underline dotted;
}
.main-content p,.main-content div {
    line-height: 30px;
}
.header-one .logo-area {
    padding: 30px 0;
}

.navbar-fixed {
    z-index: 9999;
    position: fixed;
    width: 100%;
    top: 0;
}

.header-two {
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    padding: 15px 0;
}

.header-two .site-navigation {
    transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}

.header-two .navbar-fixed {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 30px rgba(11, 34, 68, 0.10);
    backdrop-filter: blur(10px);
}

ul.navbar-nav > li > a {
    padding: 15px 0 !important;
    color: #fff;
}

@media (max-width: 991px) {
    ul.navbar-nav > li > a {
        padding: 1px 0 !important;
    }
    .navbar-nav {
        margin-bottom: 15px;
    }
}

ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
    color: #ffb600 !important;
}

/*-- Logo --*/
.logo img {
    width: auto;
    height: 35px;
}

.header-two .logo img {
    height: 30px;
}

/* header right */
.header-right {
    float: right;
}

ul.top-info-box {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

@media (max-width: 767px) {
    ul.top-info-box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }
}

ul.top-info-box li {
    position: relative;
    float: left;
    margin-left: 0;
    border-right: 1px solid #dedede;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 25px;
    margin-right: 25px;
}

@media (max-width: 767px) {
    ul.top-info-box li {
        border: 0;
        text-align: center;
        margin: 0;
        flex: 0 0 50%;
        padding: 0;
        margin-top: 10px;
    }
}

@media (max-width: 400px) {
    ul.top-info-box li {
        border: 0;
        text-align: center;
        margin: 0;
        flex: 0 0 100%;
        margin-top: 15px;
    }
}

ul.top-info-box li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

ul.top-info-box li.last {
    border-right: 0;
}

ul.top-info-box li .info-box span.info-icon {
    font-size: 20px;
    display: inline-block;
    text-align: center;
    margin: 2px 5px 0 0;
    position: relative;
}

ul.top-info-box li .info-box .info-box-content {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    flex-direction: column;
}

ul.top-info-box li .info-box .info-box-title {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: normal;
}

ul.top-info-box li .info-box .info-box-subtitle {
    margin: 0;
    line-height: normal;
    font-size: 15px;
    font-weight: 700;
    color: #111;
}

/*-- Search start --*/
ul.top-info-box > li.nav-search {
    cursor: pointer;
    padding-left: 30px;
    margin-left: 30px;
}

ul.top-info-box > li.nav-search:before {
    position: absolute;
    content: '';
    background: #ddd;
    left: 0;
    width: 1px;
    height: 40px;
    top: 50%;
    margin-top: -10px;
}

ul.top-info-box > li.nav-search i {
    font-size: 20px;
    top: 10px;
    position: relative;
    cursor: pointer;
    color: #999;
}

/* Main navigation */
.navbar-toggler {
    float: left;
    margin-top: 10px;
    padding: 12px;
}

.navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

.navbar-toggler {
    margin: 10px 0;
    padding: 6px;
    border-radius: 0;
    font-size: 1rem;
    background: #ffb600;
}

.navbar-toggler:focus {
    outline: 0;
}

.navbar-dark .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
    color: #ffb600;
    position: relative;
}

ul.navbar-nav > li {
    padding: 0 13px;
    position: relative;
}

@media (max-width: 1200px) {
    ul.navbar-nav > li {
        padding: 0 9px;
    }
    ul.navbar-nav > li .nav-link {
        font-size: 12px;
    }
}

.header-two .navbar-nav > .header-get-a-quote {
    top: -4px;
}

@media (max-width: 991px) {
    .header-two ul.navbar-nav > li {
        padding: 0;
        width: 100%;
    }
}

ul.navbar-nav > li:last-child {
    padding-right: 0;
}

ul.navbar-nav > li:last-child:after {
    background: none;
}

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
    background: none;
}

ul.navbar-nav > li > a i {
    font-weight: 700;
}

@media (max-width: 991px) {
    ul.navbar-nav > li > a i {
        float: right;
        background: #222;
        padding: 6px 10px;
        margin-top: 7px;
    }
    .header-two ul.navbar-nav > li > a i {
        color: #fff;
    }
    .header-two ul.navbar-nav > li.active > a i,
    .header-two ul.navbar-nav > li > a.active i {
        color: #ffb600;
    }
}

ul.navbar-nav > li > a:after,
ul.navbar-nav > li > a:after {
    display: none;
}

ul.navbar-nav > li > a {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    text-rendering: optimizeLegibility;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: -.2px;
    font-size: 14px;
    margin: 0;
    line-height: 40px;
    padding: 30px 0;
    transition: 350ms;
}

.navbar-light ul.navbar-nav > li > a,.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 13px;
}

/*.navbar-light ul.navbar-nav > li.active  > a {*/
/*    */
/*}*/

/* Dropdown */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
    border-radius: 0;
}

.dropdown-submenu > a:after {
    display: block;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    float: right;
    margin-top: 0;
    margin-right: -5px;
    border: 0;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-menu {
    text-align: left;
    background: #fff;
    z-index: 100;
    min-width: 200px;
    border-radius: 0;
    border: 0;
    border-top: 2px solid #ffb600;
    padding: 0 20px;
    margin: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

@media (max-width: 991px) {
    .dropdown-menu {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    }
}

.dropdown-menu-large {
    min-width: 400px;
}

.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dropdown-menu-large > li > ul > li > a {
    padding-left: 0;
}

.dropdown-menu-large > li > ul > li.active > a {
    color: #ffb600 !important;
}

.navbar-nav > li > .dropdown-menu a {
    background: none;
}

.dropdown-menu li a {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    padding: 15px 0;
    letter-spacing: .3px;
    border-bottom: 1px solid #e5e5e5;
    color: #333333;
}

@media (max-width: 991px) {
    .dropdown-menu li a {
        padding: 12px 0;
    }
}

.dropdown-menu li:last-child > a {
    border-bottom: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    color: #ffb600;
}

@media (min-width: 991px) {
    ul.nav li.dropdown:hover ul.dropdown-menu {
        display: block;
    }
}

@media (min-width: 991px) {
    ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 100%;
        top: 0;
        display: none;
    }
    ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > .dropdown-menu > .active > a {
    background: none;
    color: #ffb600;
}

/*-- Nav Search start --*/
.site-navigation .container,
.search-area {
    position: relative;
}

.search-area {
    min-height: 70px;
    padding-right: 0;
}

.nav-search {
    position: absolute;
    cursor: pointer;
    top: 22px;
    right: 0;
}

@media (max-width: 991px) {
    .nav-search {
        top: 17px;
    }
}

.search-block {
    background-color: #ededec;
    box-shadow: 0 2px 5px rgba(255, 255, 255, 0.1);
    display: none;
    padding: 10px;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 300px;
    z-index: 10;
    margin-top: 0;
}

@media (max-width: 991px) {
    .search-block {
        top: 58px;
    }
}

.search-block .form-control {
    background-color: #ffffff;
    border: none;
    width: 100%;
    height: 40px;
    padding: 0 12px;
}

.search-block .search-close {
    position: absolute;
    top: -56px;
    font-size: 32px;
    cursor: pointer;
    background: #ffffff;
    padding: 5px;
}

@media (max-width: 991px) {
    .search-block .search-close {
        top: -46px;
    }
}

.search-area .nav-search {
    top: 23px;
}

.search-area .search-block .search-close {
    top: -50px;
}

.search-area .search-block {
    right: 0;
}

/* Get a quote */
.header-get-a-quote .btn-primary {
    padding: 12px 25px !important;
    font-size: 13px;
    border-radius: 3px;
    line-height: normal;
    text-transform: capitalize;
    color: #fff;
    margin-top: 5px;
}

@media (max-width: 1200px) {
    .header-get-a-quote .btn-primary {
        padding: 12px !important;
    }
}

@media (max-width: 991px) {
    .header-get-a-quote .btn-primary {
        padding: 12px 30px !important;
    }
}

.header-get-a-quote .btn-primary:hover {
    background: #272d33;
    color: #ffb600 !important;
}

ul.navbar-nav > li.header-get-a-quote:hover > a:after {
    position: relative;
    content: no-close-quote;
}

/* Table of Content
==================================================
1.    Slider
2.    Call to action
3.    Features
4.    Facts
5.    Services
6.   Project area
7.   Content area
8.   Testimonial
9.   Subscribe area
10.   News section
11.   Footer
12.   Sub Pages
13.   Contact Us
14.   News Listing
15.   News Single
16.   Sidebar
17.   Error page
*/
/* Slider
================================================== */
/*-- Main slide --*/
.banner-carousel .banner-carousel-item {
    height: 700px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
}

@media (max-width: 991px) {
    .banner-carousel .banner-carousel-item {
        height: 550px;
    }
}

@media (max-width: 575px) {
    .banner-carousel .banner-carousel-item {
        height: 450px;
    }
}

.slider-content {
    position: relative;
    height: 100%;
    width: 100%;
}

.slide-title-box {
    font-size: 16px;
    line-height: 39px;
    background: #ffb600;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    margin: 0 0 10px;
}

.slide-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    color: #fff;
    margin: 20px 0 10px;
}

@media (max-width: 991px) {
    .slide-title {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .slide-title {
        font-size: 16px;
    }
}

.slide-sub-title {
    font-style: normal;
    font-size: 60px;
    line-height: 58px;
    margin: 20px 0;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
}

@media (max-width: 991px) {
    .slide-sub-title {
        font-size: 46px;
    }
}

@media (max-width: 575px) {
    .slide-sub-title {
        font-size: 30px;
        line-height: 30px;
    }
}

.slider-text {
    display: table;
    vertical-align: bottom;
    color: #fff;
    padding-left: 40%;
    width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
}

.slider-text .slide-head {
    font-size: 36px;
    color: #0052a5;
    position: relative;
}

.slider-img {
    display: block;
    position: absolute;
    top: -80px;
    left: 20%;
    width: 314px;
    max-height: 100%;
}

.slider-img img {
    display: block;
    position: relative;
    max-height: 100%;
    width: auto;
}

.slider.btn {
    margin: 15px 5px 0;
    border: 2px solid transparent;
}

@media (max-width: 575px) {
    .slider.btn {
        font-size: 12px;
    }
}

.slider.border {
    background: none;
    border: 2px solid #ffb600 !important;
}

.slider.border:hover {
    background: #ffb600;
    border: 2px solid transparent;
}

/* Carousel control */
.banner-carousel .carousel-control {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    text-shadow: none;
    transition: all .25s ease;
    padding: 0;
    outline: 0;
    border: 0;
}

@media (max-width: 575px) {
    .banner-carousel .carousel-control {
        display: none !important;
    }
}

.banner-carousel .slick-dots {
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: 60px;
}

.slick-dots li button::before {
    font-size: 12px;
}

.slick-dots li button:hover:before, .slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ffb600;
}

.slick-slide {
    outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
    opacity: 1;
    filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
    left: 20px;
}

.banner-carousel .carousel-control.right {
    right: 20px;
}

.banner-carousel .carousel-control i {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 58px;
    width: 60px;
    height: 60px;
    font-size: 22px;
    border-radius: 0;
    transition: all 500ms ease;
}

.banner-carousel .carousel-control i:hover {
    background: #ffb600;
    color: #fff;
}

/*-- Animation */
.banner-carousel [data-animation-in] {
    opacity: 0;
}

/* slick Box slider */
.box-slider-content {
    top: 50%;
    padding: 0;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .box-slider-content {
        top: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        left: 20px;
        bottom: 40px;
        width: calc(100% - 40px);
    }
}

.box-slider-text {
    background: #111;
    background: rgba(0, 0, 0, 0.65);
    display: inline-block;
    padding: 20px 30px;
    max-width: 650px;
}

.box-slide-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    color: #fff;
}

@media (max-width: 767px) {
    .box-slide-title {
        font-size: 16px;
    }
}

.box-slide-sub-title {
    font-size: 30px;
    margin: 8px 0 10px;
    color: #fff;
}

@media (max-width: 767px) {
    .box-slide-sub-title {
        font-size: 26px;
    }
}

.box-slide-description {
    color: #fff;
}

@media (max-width: 767px) {
    .box-slide-description {
        font-size: 15px;
    }
}

.box-slider-text .btn {
    padding: 5px 15px;
}

.box-slide.owl-theme .owl-controls {
    margin: -20px;
}

/* Call to action
================================================== */
.call-to-action {
    background-color: #272d33;
    padding: 30px;
}

.call-to-action-title {
    color: #fff;
    margin: 0;
    padding: 25px 0;
    line-height: normal;
    font-size: 22px;
    text-transform: capitalize;
}

/* Action style box */
.call-to-action-box {
    margin-top: -50px;
}

.call-to-action-box .action-style-box {
    background: #ffb600;
    padding: 30px;
}

.action-title {
    color: #fff;
    margin: 0;
    line-height: 36px;
    font-size: 18px;
    text-transform: uppercase;
}

/* Intro
================================================== */
/* Intro */
.ts-intro {
    padding-right: 20px;
}

.into-title {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 18px;
    line-height: normal;
    margin: 0;
}

.into-sub-title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 32px;
    line-height: normal;
    margin: 10px 0;
}

/*-- Featured Tab --*/
.featured-tab {
    padding-left: 15px;
}

.featured-tab .nav-tabs {
    border: 0;
}

.featured-tab .nav-tabs > li > a {
    font-family: 'Roboto Slab', serif;
    background: #272d33;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 50px;
    margin: 0 1px 20px;
    padding: 0 20px;
    border: 0 !important;
    transition: all 300ms ease;
}

.featured-tab .tab-content {
    border-top: 0;
    padding: 0;
    overflow: hidden;
}

.featured-tab .nav.nav-tabs {
    margin-bottom: 10px;
}

.featured-tab .nav-tabs > li.active > a {
    color: #fff;
    background: #ffb600;
    position: relative;
}

.featured-tab .nav-tabs > li.active > a:after {
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    bottom: -20px;
    left: 50%;
    border-width: 10px;
    border-style: solid;
    border-color: #ffb600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.featured-tab .lead {
    font-size: 18px;
    line-height: 28px;
    color: #303030;
    font-weight: 400;
}

.featured-tab .tab-pane img.pull-left {
    margin: 0 30px 10px 0;
}

.featured-tab .tab-pane img.pull-right {
    margin: 0 0 0 30px;
}

.featured-tab .tab-icon i {
    font-size: 230px;
}

.tab-image-content {
    padding-left: 0;
}

.featured-tab .border-title.border-left {
    display: inline-block;
    margin-bottom: 25px;
    font-size: 20px;
}

/* Tab services */
.featured-tab.tab-services .nav-tabs > li > a {
    font-size: 14px;
    padding: 0 21px;
    text-transform: capitalize;
}

.featured-tab.tab-services .nav.nav-tabs {
    margin-bottom: 20px;
}

/* Facts
================================================== */
.facts-wrapper {
    text-align: center;
}

.facts-wrapper .ts-facts {
    color: #fff;
}

.ts-facts .ts-facts-icon i {
    font-size: 42px;
    color: #ffb600;
}

.ts-facts .ts-facts-content .ts-facts-num {
    color: #fff;
    font-size: 44px;
    margin: 30px 0 20px;
}

.ts-facts .ts-facts-content .ts-facts-title {
    font-size: 16px;
    color: #ffb600;
    margin: 0;
}

/* Services
================================================== */
/* Service box */
.ts-service-box .ts-service-icon i {
    font-size: 36px;
    float: left;
    color: #ffb600;
}

.ts-service-box .ts-service-box-content {
    margin-left: 62px;
    margin-bottom: 30px;
}

.tab-content .ts-service-box .ts-service-box-content {
    margin-left: 90px;
}

.ts-service-box .ts-service-box-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 28px;
}

.ts-service-box .ts-service-box-info {
    margin-left: 25px;
    margin-bottom: 40px;
}

.service-box-title {
    font-size: 16px;
    margin: 0 0 10px;
}

.service-box-title a {
    color: #333;
}

.service-box-title a:hover {
    color: #ffb600;
}

/* Service box bg */
.ts-service-box-bg {
    background: #252525;
    color: #fff;
    padding: 30px;
}

.ts-service-box-bg h4,
.ts-service-box-bg h3 {
    color: #fff;
}

/* Icon squre */
.ts-service-icon.icon-round i {
    font-size: 24px;
    color: #fff;
    background: #ffb600;
    text-align: center;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    position: relative;
    float: none;
}

/* Icon left */
.ts-service-box.icon-left .ts-service-box-icon {
    float: left;
}

.ts-service-box.icon-left .ts-service-box-icon i {
    background: #ffb600;
    color: #fff;
}

.ts-service-box.icon-left .ts-service-box-info {
    margin-left: 90px;
}

.ts-service-box.icon-left .ts-service-box-info h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

/* Service no box */
.service-no {
    font-size: 48px;
    color: #dbdbdb;
    float: left;
    margin-top: 10px;
}

.ts-service-box-content .ts-service-box-info {
    margin-left: 90px;
}

/* Service Image */
.ts-service-image-wrapper {
    margin-bottom: 30px;
}

.ts-service-icon i {
    font-size: 28px;
    margin-right: 15px;
    margin-top: 2px;
}

.ts-service-info {
    margin-left: 30px;
}

.ts-service-info h3 {
    font-size: 16px;
}

.ts-service-info .learn-more {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.ts-service-info .learn-more:hover {
    color: #ffb600;
}

/* Service Classic */
.ts-service-classic .ts-service-icon i {
    font-size: 24px;
    float: left;
    color: #fff;
    background: #ffb600;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s;
}

.ts-service-classic .ts-service-box-info {
    margin-left: 80px;
}

.ts-service-classic:hover .ts-service-icon i {
    background: #ffb600;
}

/* Projects area
================================================== */
/* Project filter nav */
.shuffle-btn-group {
    display: inline-block;
    margin: 20px 0 50px;
    width: 100%;
    border-bottom: 3px solid #ffb600;
}

.shuffle-btn-group li {
    display: inline-block;
    color: #212121;
    font-size: 14px;

    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s;
    cursor: pointer;
    margin: 0;
}

.shuffle-btn-group li a.active {
    color: #212121;
    background: #ffb600;
}
.shuffle-btn-group li a {
    display: block;
    padding: 6px 25px;
    padding-top: 10px;
}

/* Project shuffle Item */
.shuffle-item {
    padding: 0;
}

.shuffle-item .project-img-container {
    position: relative;
    overflow: hidden;
    height: 300px;
    width: 100%;
}
.project-img-container .item-info-title {
    background: #103230;
    color: #ffffff;
    position: absolute;
    z-index: 99;
    left: 20px;
    top: 20px;
    padding: 3px 10px 2px;
    font-size: 12px;
    line-height: 1.5;
}

.shuffle-item .project-img-container img {
    -webkit-transform: perspective(1px) scale3d(1.1, 1.1, 1);
    transform: perspective(1px) scale3d(1.1, 1.1, 1);
    transition: all 400ms;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shuffle-item .project-img-container:hover img {
    -webkit-transform: perspective(1px) scale3d(1.15, 1.15, 1);
    transform: perspective(1px) scale3d(1.15, 1.15, 1);
}

.shuffle-item .project-img-container:after {
    opacity: 0;
    position: absolute;
    content: '';
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 400ms;
}

.shuffle-item .project-img-container:hover:after {
    opacity: 1;
}

.shuffle-item .project-img-container .gallery-popup .gallery-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
    padding: 5px 12px;
    background: #ffb600;
    color: #fff;
    opacity: 0;
    -webkit-transform: perspective(1px) scale3d(0, 0, 0);
    transform: perspective(1px) scale3d(0, 0, 0);
    transition: all 400ms;
}

.shuffle-item .project-img-container:hover .gallery-popup .gallery-icon {
    opacity: 1;
    -webkit-transform: perspective(1px) scale3d(1, 1, 1);
    transform: perspective(1px) scale3d(1, 1, 1);
}

.shuffle-item .project-img-container .project-item-info {
    position: absolute;
    top: 50%;
    margin-top: -10%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 30px;
    z-index: 101;
}

.shuffle-item .project-img-container .project-item-info-content {
    opacity: 0;
    -webkit-transform: perspective(1px) translate3d(0, 15px, 0);
    transform: perspective(1px) translate3d(0, 15px, 0);
    transition: all 400ms;
}

.shuffle-item .project-img-container .project-item-info-content .project-item-title {
    font-size: 20px;
}

.shuffle-item .project-img-container .project-item-info-content .project-item-title a {
    color: #fff;
}

.shuffle-item .project-img-container .project-item-info-content .project-item-title a:hover {
    color: #ffb600;
}

.shuffle-item .project-img-container .project-item-info-content .project-cat {
    background: #ffb600;
    display: inline-block;
    padding: 2px 8px;
    font-weight: 700;
    color: #000;
    font-size: 10px;
    text-transform: uppercase;
}

.shuffle-item .project-img-container:hover .project-item-info-content {
    opacity: 1;
    -webkit-transform: perspective(1px) translate3d(0, 0, 0);
    transform: perspective(1px) translate3d(0, 0, 0);
}

.general-btn .btn-primary:hover {
    background: #000;
}

/* Project owl */
.owl-theme.project-slide {
    margin-top: 60px;
}

.project-slide .item {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.project-item img {
    width: 100%;
    max-width: auto;
    transition: all 0.6s ease 0s;
}

.project-item:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.project-item-content {
    position: absolute;
    bottom: -1px;
    padding: 15px 20px;
    width: 100%;
    background: #ffb600;
}

.owl-theme.project-slide .owl-nav > div {
    position: absolute;
    top: -70px;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.project-slide .owl-nav > div {
    display: inline-block;
    margin: 0 2px;
    font-size: 20px;
    background: #ffb600;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.owl-theme.project-slide .owl-nav > .owl-prev {
    right: 35px;
    left: auto;
}

/* Projects Single page */
.project-title {
    font-size: 30px;
}

.project-info-label {
    color: #303030;
    font-weight: 700;
    font-size: 14px;
}

.project-info-content {
    font-size: 12px;
}

.project-info li {
    margin-bottom: 5px;
}

.project-link {
    margin-top: 15px;
}

/* Content area
================================================== */
/* Accordion */
.accordion-group .card {
    border-radius: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #dfdfdf !important;
}

.accordion-group .card-body {
    padding: 15px 20px;
}

.accordion-group .card-body img {
    max-width: 100px;
    margin-bottom: 10px;
}

.accordion-group .card-header .btn {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 13px 15px;
    padding-bottom: 10px;
}

.accordion-group .card-header .btn:before {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    z-index: 0;
    font-size: 14px;
    right: 16px;
    padding: 3px 8px 1px;
    text-align: center;
    border-radius: 3px;
    top: 12px;
    content: "\f107";
    font-weight: 700;
    background-color: #333;
    color: #fff;
    transition: .3s;
}

.accordion-group .card-header .btn[aria-expanded="true"] {
    color: #ffb600;
}

.accordion-group .card-header .btn[aria-expanded="true"]::before {
    content: "\f106";
    background-color: #ffb600;
}

.accordion-group.accordion-classic .card-header .btn:before {
    display: none;
}

/* Clients */
.clients-logo {
    margin: 0 0 30px;
    border: 1px solid #dadada;
    min-height: 105px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.clients-logo img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
}

/* Testimonial
================================================== */
.testimonial-area {
    padding: 100px 0;
    background-color: #ffb600;
    background-image: url(../images/parallax2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.testimonial-area .border-title,
.testimonial-area .border-sub-title {
    color: #fff;
}

.quote-item .quote-text {
    margin: 0 0 10px;
    display: inline-block;
    padding: 0 40px 30px 60px;
    background-color: #fff;
    position: relative;
    font-size: 16px;
    font-style: italic;
}

@media (max-width: 575px) {
    .quote-item .quote-text {
        padding: 0 40px 30px 50px;
    }
}

.quote-item .quote-text:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 30px;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #ffc009;
}

.testimonial-slide .slick-dots {
    bottom: -35px;
}

img.testimonial-thumb {
    max-width: 80px;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
}

.quote-item-info {
    padding-top: 15px;
    display: inline-block;
}

.quote-author {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 2px;
    font-weight: 700;
    display: block;
    color: #ffb600;
}

.quote-item-footer {
    margin-top: 0;
    margin-left: 60px;
}

@media (max-width: 575px) {
    .quote-item-footer {
        margin-left: 0;
    }
}

/* Testimonial Border */
.quote-item.quote-border .quote-text-border {
    border: 1px solid #ffb600;
    padding: 20px;
    position: relative;
    line-height: 28px;
    color: #666;
    font-size: 18px;
    text-align: center;
}

.quote-item.quote-border .quote-text-border:before {
    border: 12px solid;
    border-color: #e1e1e1 transparent transparent;
    border-top-color: #ffb600;
    bottom: -24px;
    position: absolute;
    content: "";
    display: block;
    height: 0;
    width: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.quote-item.quote-border .quote-text-border:after {
    border: 12px solid;
    border-color: #fff transparent transparent;
    bottom: -22px;
    position: absolute;
    content: "";
    display: block;
    height: 0;
    width: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.quote-item.quote-border .quote-item-footer {
    margin-left: 0;
    text-align: center;
    margin-top: 35px;
}

.quote-item.quote-border .quote-item-footer img.testimonial-thumb {
    float: none;
    margin: 0;
}

.quote-item.quote-border .quote-item-footer .quote-item-info {
    display: block;
}

/* Subscribe area
================================================== */
.subscribe {
    background: #ffb600;
    padding: 0;
}

/* Call to action */
.subscribe-call-to-acton {
    min-height: 115px;
    padding: 30px 0 0 30px;
}

@media (max-width: 575px) {
    .subscribe-call-to-acton {
        text-align: center;
        padding: 30px 0;
        min-height: auto;
    }
}

.subscribe-call-to-acton h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
}

.subscribe-call-to-acton h4 {
    color: #fff;
    font-size: 24px;
    margin: 0;
}

/* Newsletter */
.ts-newsletter {
    background: #252525;
    position: relative;
    min-height: 115px;
    padding: 15px 0 0 50px;
}

@media (max-width: 767px) {
    .ts-newsletter {
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .ts-newsletter {
        padding: 30px 5px 15px 5px;
        min-height: auto;
        text-align: center;
    }
}

.ts-newsletter:after {
    content: "";
    position: absolute;
    background: #252525;
    display: block;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
}

.newsletter-form input {
    background: none;
    font-size: 12px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* News section
================================================== */
.latest-post {
    position: relative;
}

.latest-post .image-angle:before {
    border-bottom: 20px solid #f9f9f9;
}

.latest-post .post-title {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    font-weight: 600;
}

.latest-post .post-title a {
    color: #303030;
}

.latest-post .post-title a:hover {
    color: #ffb600;
}

.latest-post-meta {
    font-size: 13px;
    text-transform: uppercase;
}

.latest-post .post-body {
    padding: 20px 0 5px;
}

/* Footer
================================================== */
/*- Footer common */
.site-footer {
    background-color: #1a1a1a;
    color: #cccccc;
    height: 540px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.site-footer__main {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    padding: 34px 380px 20px;
}

.site-footer__container {
    max-width: 2800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}

.site-footer__column {
    min-width: 0;
}

.site-footer__heading {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
}

.site-footer__contact {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.45;
}

.site-footer__contact strong {
    color: #ffffff;
    display: block;
    margin-bottom: 3px;
    font-weight: 600;
}

.site-footer__contact p {
    margin: 0;
}

.site-footer__contact-content {
    white-space: normal;
}

.site-footer__media-list,
.site-footer__news-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer__media-item,
.site-footer__news-item {
    margin-bottom: 14px;
}

.site-footer__media-item:last-child,
.site-footer__news-item:last-child {
    margin-bottom: 0;
}

.site-footer__media-link,
.site-footer__news-link {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.site-footer__media-link:hover,
.site-footer__news-link:hover {
    color: #42a5f5;
}

.site-footer__media-link img,
.site-footer__news-link img {
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    display: block;
    object-fit: cover;
    background: #ffffff;
}

.site-footer__media-link span,
.site-footer__news-text {
    display: block;
    font-size: 15px;
    line-height: 1.45;
}

.site-footer__media-link span,
.site-footer__news-title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.site-footer__news-date {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: #888888;
}

.site-footer__social {
    display: flex;
    gap: 14px;
    margin-top: 20px;
}

.site-footer__social-item {
    position: relative;
}

.site-footer__social-trigger {
    padding: 0;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.site-footer__social-trigger svg {
    width: 34px;
    height: 34px;
    display: block;
}

.site-footer__social-trigger:hover,
.site-footer__social-trigger:focus-visible,
.site-footer__social-item:hover .site-footer__social-trigger,
.site-footer__social-item:focus-within .site-footer__social-trigger {
    opacity: 0.92;
    transform: translateY(-1px);
}

.site-footer__social-trigger:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.28);
    outline-offset: 4px;
}

.site-footer__social-popup {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 12px);
    transform: translate(-50%, 8px);
    min-width: 160px;
    max-width: 220px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(20, 20, 20, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 20;
}

.site-footer__social-popup::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 12px;
    height: 12px;
    background: rgba(20, 20, 20, 0.96);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transform: translateX(-50%) rotate(45deg);
}

.site-footer__social-item:hover .site-footer__social-popup,
.site-footer__social-item:focus-within .site-footer__social-popup {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.site-footer__social-popup--qr {
    min-width: 124px;
    padding: 10px;
}

.site-footer__social-popup--qr img {
    width: 104px;
    height: 104px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    background: #ffffff;
}

.site-footer__social-popup--qr .site-footer__social-popup-text {
    margin-top: 8px;
}

.site-footer__social-popup-text {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
    white-space: pre-line;
    word-break: break-word;
}

.site-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 12px 380px;
}

.site-footer__container--bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.site-footer__copyright,
.site-footer__record,
.site-footer__record a {
    color: #9f9f9f;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
}

.site-footer__record a:hover {
    color: #42a5f5;
}

@media (max-width: 1200px) {
    .site-footer {
        height: auto;
        overflow: visible;
    }

    .site-footer__container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .site-footer__main,
    .site-footer__bottom {
        padding-left: 24px;
        padding-right: 24px;
    }

    .site-footer__container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .site-footer__container--bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

#back-to-top {
    right: 40px;
    top: auto;
    z-index: 10;
    display: none;
}

#back-to-top .btn:focus {
    outline: 0;
    box-shadow: none;
}

@media (max-width: 767px) {
    #back-to-top {
        right: 15px;
    }
}

#back-to-top.position-fixed {
    bottom: 20px;
}

#back-to-top .btn.btn-primary {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 3px;
    color: #ffb600;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
}

#back-to-top .btn.btn-primary svg {
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 767px) {
    #back-to-top .btn.btn-primary {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
}

#back-to-top .btn.btn-primary:hover {
    color: #fff;
}

/* Sub Pages
================================================== */
/*-- Title border --*/
.main-container .border-left {
    margin-bottom: 30px;
}

/*-- Banner --*/
.banner-area {
    position: relative;
    min-height: 300px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
}

.banner-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 900;
}

@media (max-width: 767px) {
    .banner-title {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .banner-title {
        font-size: 32px;
    }
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-heading {
    text-align: center;
}

.breadcrumb {
    padding: 0;
    background: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus,
.breadcrumb li a:hover {
    color: #fff !important;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

/*-- About us page --*/
/* Slider pages */
.page-slider .carousel-control {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    text-shadow: none;
    transition: all .25s ease;
    padding: 0;
    outline: 0;
    border: 0;
}

.page-slider .carousel-control.left {
    left: 0;
}

.page-slider .carousel-control.right {
    right: 0;
}

.page-slider .carousel-control i {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 70px;
    width: 40px;
    height: 70px;
    font-size: 22px;
    border-radius: 0;
    transition: all 500ms ease;
}

.page-slider .carousel-control i:hover {
    background: #ffb600;
    color: #fff;
}

.page-slider.small-bg .item {
    min-height: 330px;
    background-size: cover;
}

.page-slider.small-bg .box-slider-content {
    left: 20%;
}

.page-slider.small-bg .box-slider-text {
    background: rgba(0, 0, 0, 0.55);
    padding: 5px 20px;
}

.page-slider.small-bg .box-slide-title {
    font-size: 28px;
    color: #fff;
    font-weight: 900;
}

/*-- Get a quote page --*/
.page-quote-form {
    background: #f2f2f2;
    padding: 30px 50px 50px;
}

.get-a-quote-img {
    margin-bottom: -190px;
}

/*-- Partners carousel --*/
.partner-logo {
    border: 1px solid #eee;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.partner-logo img {
    transition: 350ms;
    opacity: .6;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.partner-logo:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#partners-carousel .partner-logo {
    border: 0;
    border-right: 1px solid #eee;
    padding: 0 15px;
    margin-top: 20px;
}

#partners-carousel .partner-logo.last {
    border-right: 0;
}

/*-- Team page --*/
.team-slide .slick-slide {
    margin-left: 25px;
    padding-bottom: 60px;
}

.team-slide .slick-list {
    margin-left: -25px;
}

.team-slide .carousel-control {
    position: absolute;
    bottom: 0;
    left: 50%;
    border: 0;
    background-color: #ddd;
    height: 37px;
    width: 37px;
    border-radius: 4px;
    transition: .3s;
    z-index: 6;
}

.team-slide .carousel-control:hover {
    background-color: #ffb600;
    color: #fff;
}

.team-slide .carousel-control.left {
    -webkit-transform: translateX(calc(-50% - 25px));
    transform: translateX(calc(-50% - 25px));
}

.team-slide .carousel-control.right {
    -webkit-transform: translateX(calc(-50% + 25px));
    transform: translateX(calc(-50% + 25px));
}

.team-slide .carousel-control.slick-disabled {
    opacity: .4;
}

.team-slide .carousel-control.slick-disabled:hover {
    background-color: #ddd;
    color: #000;
}

.ts-team-wrapper {
    position: relative;
    overflow: hidden;
}

.ts-team-wrapper .ts-team-content {
    position: absolute;
    top: 76%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 25px;
    margin-top: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    transition: 350ms;
}

@media (max-width: 1200px) {
    .ts-team-wrapper .ts-team-content {
        top: 72%;
    }
}

@media (max-width: 575px) {
    .ts-team-wrapper .ts-team-content {
        text-align: center;
    }
}

.ts-team-wrapper .ts-name {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 3px;
    line-height: normal;
    color: #ffb600;
}

.ts-team-wrapper .ts-designation {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 700;
}

.ts-team-wrapper .team-social-icons a i {
    color: #fff;
    margin-right: 8px;
    text-align: center;
    transition: 400ms;
}

.ts-team-wrapper .team-social-icons a i:hover {
    color: #ffb600;
}

.ts-team-wrapper:hover .ts-team-content {
    top: 0;
    padding-top: 50px;
}

/* Team Classic */
.ts-team-content-classic {
    margin-top: 15px;
}

.ts-team-content-classic .ts-name {
    font-size: 16px;
    margin-bottom: 5px;
    color: #212121;
}

.ts-team-content-classic .ts-designation {
    color: #888;
    margin-bottom: 5px;
    font-weight: 600;
}

.ts-team-content-classic .team-social-icons a i {
    color: #999;
}

.ts-team-content-classic .team-social-icons a i:hover {
    color: #ffb600;
}

/*-- Pricing table  --*/
.ts-pricing-box {
    margin: 20px 0;
    padding: 0;
    text-align: center;
    background: #f9f9f9;
}

.ts-pricing-box .ts-pricing-header {
    background: #252525;
    color: #fff;
    position: relative;
    padding: 30px 20px;
}

.ts-pricing-box .ts-pricing-name {
    font-size: 18px;
    line-height: normal;
    margin: 0 0 5px 0;
    color: #fff;
}

.ts-pricing-box .ts-pricing-price {
    font-size: 44px;
    color: #fff;
    margin: 15px 0 0;
    display: inline-block;
}

.ts-pricing-box .ts-pricing-price > small {
    font-size: 16px;
    line-height: 16px;
    display: block;
    margin-top: 15px;
    color: #fff;
}

.ts-pricing-box .ts-pricing-features {
    padding: 15px 0;
}

.ts-pricing-box .ts-pricing-features ul {
    padding: 0 20px;
}

.ts-pricing-box .ts-pricing-features ul > li {
    padding: 20px 0;
    border-top: 1px dotted #e5e5e5;
}

.ts-pricing-box .ts-pricing-features ul > li:first-child {
    border-top: 0;
}

.ts-pricing-box .plan-action {
    padding-bottom: 40px;
}

/* Pricing featured */
.ts-pricing-box.ts-pricing-featured .ts-pricing-header {
    background: #ff9800;
}

/* Contact Us
================================================== */
.map {
    height: 450px;
    z-index: 1;
}

.contact-info-box {
    margin-top: 20px;
}

.contact-info-box i {
    float: left;
    font-size: 24px;
    color: #ffb600;
}

.contact-info-box-content {
    padding-left: 40px;
}

.contact-info-box-content h4 {
    font-size: 16px;
    margin-top: 0;
    line-height: normal;
    font-weight: 700;
}

.contact-info-box-content p {
    margin-bottom: 0;
}

label {
    font-weight: 400;
}

/* Contact page 2 */
.ts-service-box.text-center .ts-service-icon.icon-squre i {
    float: none;
    margin-bottom: 20px;
}

.ts-service-box.text-center .ts-service-box-content {
    margin: 0;
}

/* News Listing
================================================== */
.post {
    border-bottom: 1px solid #dadada;
    padding: 0 0 30px;
    margin: 0 0 45px;
}

.post.last {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.post-body {
    padding: 20px 0;
}

.entry-header .entry-title {
    font-size: 24px;
    margin: 5px 0 15px;
    position: relative;
    line-height: 34px;
    text-transform: capitalize;
}

.entry-header .entry-title a {
    color: #303030;
}

.entry-header .entry-title a:hover {
    color: #ffb600;
}

.post-single .entry-header .entry-title {
    font-size: 28px;
}

/* Meta */
.post-meta {
    padding-bottom: 10px;
}

.post-meta a {
    color: #303030;
}

.post-meta a:hover {
    color: #ffb600;
}

.post-meta span {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #dadada;
    line-height: 12px;
    display: inline-block;
}

.post-meta i {
    color: #bbb;
    margin-right: 3px;
}

.post-meta .post-comment {
    border-right: 0;
}

.post-meta .post-comment .comments-link {
    margin-left: 5px;
}

.post-footer .btn.btn-primary {
    font-size: 12px;
    margin-top: 10px;
}

/* 分页组件 */
.pagination-block {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.pagination {
    margin: 0;
}
.pagination_info {
    margin: 0 10px;
    display: flex;
    align-items: center;
}
.pagination li a,.pagination li span {
    border-radius: 0 !important;
    margin-right: 8px;
    color: #7c7c7c;
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination li.disabled span {
    cursor: not-allowed;
}
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > li > a:hover {
    color: #fff;
    background: #ffb600;
    border: 1px solid transparent;
}

/* News Single
================================================== */
.tags-area {
    margin: 20px 0;
}

.post-tags a {
    border: 1px solid #dadada;
    color: #7c7c7c;
    display: inline-block;
    font-size: 12px;
    padding: 3px 10px;
    margin-left: 3px;
}

.post-tags a:hover {
    background: #ffb600;
    color: #fff;
    border: 1px solid transparent;
}

/* Post social */
.post-social-icons > li {
    display: inline-block;
}

.post-social-icons a i {
    margin-left: 5px;
    font-size: 12px;
    width: 28px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    text-align: center;
}

.post-social-icons a i.fa-qq {
    background: #0085ff;
}

.post-social-icons a i.fa-weixin {
    background: #2aae67;
}

.post-social-icons a i.fa-weibo {
    background: #d52c2b;
}

.post-social-icons a i.fa-star {
    background: #ffbf2a;
}

/* Author box */
.author-box {
    border: 1px solid #dadada;
    padding: 20px 20px 15px;
    margin: 20px 0;
}

.author-img img {
    width: 110px;
    height: 110px;
    margin-right: 30px;
}

.author-info h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}

.author-info h3 span {
    font-size: 12px;
    color: #999;
    border-left: 1px solid #AFAFAF;
    padding-left: 10px;
    margin-left: 10px;
    font-weight: 500;
}

/* Comments area */
.comments-area {
    margin: 40px 0;
}

.comments-list .comment-content {
    margin: 15px 0;
}

.comments-list .comment-reply {
    color: #303030;
    font-weight: 400;
}

.comments-list .comment-reply:hover {
    color: #ffb600;
}

.comments-counter {
    font-size: 18px;
}

.comments-counter a {
    color: #323232;
}

.comments-list {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

.comments-list .comment {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.comments-list .comment.last {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comments-list img.comment-avatar {
    width: 84px;
    height: 84px;
    margin-right: 30px;
}

@media (max-width: 575px) {
    .comments-list img.comment-avatar {
        width: 40px;
        height: 40px;
        margin-right: 25px;
    }
}

.comments-list .comment-author {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
    font-size: 16px;
    color: #303030;
}

.comments-list .comment-date {
    color: #959595;
    margin-bottom: 5px;
    font-size: 12px;
}

@media (max-width: 575px) {
    .comments-list .comment-date {
        float: none !important;
        display: inline-block;
    }
}

.comments-reply {
    list-style: none;
    margin: 0 0 0 70px;
}

@media (max-width: 767px) {
    .comments-reply {
        margin: 0;
        padding: 0;
    }
}

.comments-form {
    margin-bottom: 0;
}

.comments-form .title-normal {
    margin-bottom: 20px;
}

.comments-form .btn.btn-primary {
    margin-top: 20px;
}

/* Sidebar
================================================== */
.sidebar .widget-title {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px;
    padding-left: 15px;
    text-transform: uppercase;
    border-left: 3px solid #ffb600;
}

/* Widget common */
.sidebar .widget {
    margin-bottom: 40px;
}

.sidebar-left .widget {
    margin-right: 20px;
}

.sidebar-right .widget {
    margin-left: 20px;
}

.sidebar .widget.box {
    padding: 25px;
}

.widget.box.solid {
    background: #f2f2f2;
}

.widget.box.red {
    background: #ec483b;
    color: #fff;
}

.widget.box.red .widget-title {
    color: #fff;
}

.widget ul li {
    line-height: 30px;
}

.sidebar .widget ul li a {
    color: #303030;
}

.sidebar .widget ul li a:hover {
    color: #ffb600;
}

.sidebar .widget ul li i {
    margin-right: 5px;
}

.sidebar .btn {
    font-weight: 700;
    font-size: 12px;
    margin-top: 15px;
    padding: 10px 25px;
}

/* Sidebar nav */
.sidebar ul.nav-tabs {
    border: 0;
}

.sidebar ul.nav-tabs li {
    width: 100%;
}

.sidebar ul.nav-tabs li a {
    color: #303030;
    border-radius: 0;
    padding: 15px 0;
    padding-left: 0;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    display: block;
    transition: 400ms;
}

.sidebar ul.nav-tabs li.active a,
.sidebar ul.nav-tabs li:hover a {
    color: #ffb600;
}

.sidebar ul.nav-tabs li {
    color: #303030;
    line-height: normal;
}

.sidebar ul.nav-tabs li:last-child a {
    border-bottom: 0;
}

/* Service menu */
.sidebar ul.service-menu li {
    width: 100%;
}

.sidebar ul.service-menu li a {
    background-color: #f4f4f4;
    padding: 15px 20px;
    border: 0;
    margin-bottom: 8px;
    position: relative;
    transition: 400ms;
    display: block;
}

.sidebar ul.service-menu li.active a,
.sidebar ul.service-menu li:hover a {
    background: #ffb600;
    color: #fff;
    cursor: pointer;
}

/* Recent News */
.widget.recent-posts .widget-title {
    margin-bottom: 35px;
}

.widget.recent-posts ul li {
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
    margin-bottom: 17px;
}

.widget.recent-posts ul li:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget.recent-posts .posts-thumb img {
    margin-right: 15px;
    width: 90px;
    height: 70px;
}

.widget.recent-posts .post-info .entry-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.widget.recent-posts .post-info .entry-title a {
    color: #303030;
    display: inline-block;
}

.widget.recent-posts .post-info .entry-title a:hover {
    color: #ffb600;
}

.widget.recent-posts .post-date {
    font-weight: 400;
    color: #999;
    text-transform: capitalize;
}

/* Widget tags */
.widget-tags ul > li {
    float: left;
    margin: 3px;
}

.sidebar .widget-tags ul > li a {
    border: 1px solid #dadada;
    color: #303030;
    display: block;
    font-size: 14px;
    padding: 3px 15px;
    transition: all 0.3s ease 0s;
}

.sidebar .widget-tags ul > li a:hover {
    background: #ffb600;
    color: #fff;
    border: 1px solid transparent;
}

/* Error page
================================================== */
.error-page .error-code h2 {
    display: block;
    font-size: 200px;
    line-height: 200px;
    color: #303030;
    margin-bottom: 20px;
}

.error-page .error-body .btn {
    margin-top: 30px;
    font-weight: 700;
}

/* 首页轮播图 */
.home-banner.swiper-container {
    height: 600px;
}
.swiper-button-next,.swiper-button-prev {
    background: rgba(0, 0, 0, 0.3);
    color: #ececec;
    font-size: 28px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: none;
}
/*清除自带的左右箭头*/
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '';
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
.swiper-container:hover .swiper-button-next,.swiper-container:hover .swiper-button-prev {
    display: flex;
}
.swiper-pagination-bullet-active {
    background: #ffffff;
}
.navbar-mobile {
    display: none;
}
.swiper-outside-prev,.swiper-outside-next {
    background: none;
    display: flex;
    color: #999;
}
.swiper-outside-next {
    right: -50px;
    left: auto;
}
.swiper-outside-prev {
    left: -50px;
    right: auto;
}

@media (max-width: 991px) {
    .home-banner.swiper-container {
        height: 400px;
    }
    .navbar-pc {
        display: none;
    }
    .navbar-mobile {
        display: block;
    }
}
@media (max-width: 767px) {
    .banner-area {
        min-height: 200px;
    }
    .home-banner.swiper-container {
        height: 300px;
    }
}
/* 首页轮播结束 */

/*首页关于我们面板  start*/
.home-company {
    background-color: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);
    height: 380px;
    overflow: hidden;
    border-radius: 4px;
}
.home-company .txt {
    padding: 30px 40px 40px 40px;
    line-height: 28px;
}
.home-company .txt .content {
    margin-bottom: 20px;
    height: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 30px;
}
.home-company .txt .content p {
    line-height: 30px;
}
.home-company .txt h2 {
    font-size: 24px;
    margin-bottom: 28px;
}
.home-company .img {
    padding: 0;
    height: 100%;
    object-fit: cover;
}
.home-company .img img {
    width: 100%;
    height: 380px;
    object-fit: cover
}
@media (max-width: 767px) {
    .home-company {
        overflow: auto;
        height: auto;
    }
    .home-company .img img {
        height: 250px;
    }
    .home-company .txt h2 {
        margin-bottom: 20px;
    }
}
/*首页关于我们面板  结束*/

/* 首页产品 开始 */
.home-product .section-title {
    margin-bottom: 40px;
}
.home-product .section-title h4 {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 20px;
}
.home-product .section-title h4:after {
    position: absolute;
    left: 0;
    top: -9px;
    width: 5px;
    height: 46px;
    background: #ffb600;
    content: "";
}
.property-controls ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    color: #666666;
    font-weight: 500;
    margin-right: 35px;
    position: relative;
    cursor: pointer;
}
.property-controls {
    text-align: right;
}
.property-controls ul li:after {
    position: absolute;
    right: -22px;
    top: -1px;
    content: "|";
    color: #b1b0b0;
}
.property-controls ul li:last-child:after {
    content: none;
}
.property-controls ul li:last-child {
    margin-right: 0;
}
.property-controls .nav {
    display: block;
}
.property-controls .nav-tabs {
    border: 0;
}
.property-controls .nav-tabs a.active {
    color: #ffb600;
}
.property-item {
    margin-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
}
.property-item .pi-pic {
    height: 350px;
    position: relative;
    margin-bottom: 25px;
}
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.property-item .pi-text {
    position: relative;
}
.property-item .pi-text .pt-price {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.property-item .pi-pic .label {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    padding: 3px 10px 2px;
    display: inline-block;
    background: #0166D0;
    color: #ffffff;
    position: absolute;
    left: 20px;
    top: 20px;
}
.property-item .pi-pic .label.c-red {
    background: #D41800;
}
.property-item .pi-pic .label.c-magenta {
    background: #103230;
}
.property-item .pi-text h5 a {
    font-size: 20px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
.property-item .pi-text .heart-icon {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    font-size: 14px;
    color: #ffb600;
}
.property-item .desc {
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 1rem;
    height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

@media only screen and (max-width: 767px) {
    .property-controls {
        text-align: left;
    }
    .property-controls ul li {
        margin-right: 24px;
        margin-bottom: 20px;
    }
    .property-controls ul li:after {
        right: -17px;
    }
}
/* 首页产品 结束 */

/* 首页案例 */
.nomore {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    color: #a0a0a0;
}
/* 首页案例 结束 */

/*首页新闻*/
.home-news {
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);
    background-color: #fff;
}
.home-news h3 {
    font-size: 16px;
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
}
.home-news h3 em {
    float: right;
    font-size: 12px;
    margin-top: 4px;
    font-style: normal;

}
.home-news h3 em a {
    color: #666666;
}
.home-news ul {
    list-style: none;
    padding: 0;
}
.home-news .imggroup {
    display: flex;
    border-bottom: 1px solid #EEEEEE;
}
.home-news .imggroup .imggroup-img {
    padding-right: 15px;
}
.home-news .imggroup .imggroup-img img {
    width: 110px;
    height: 80px;
    object-fit: cover;
}
.home-news .imggroup .imggroup-text .title {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.5;
}
.home-news .imggroup .imggroup-text .title a {
    color: #303030;
    line-height: 1.5;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 22px;
    -webkit-line-clamp: 1;
}
.home-news .imggroup .imggroup-text .title a:hover {
    color: #ffb600;
}
.home-news .imggroup .imggroup-text .desc {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 15px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.home-news li.item {
    padding: 15px 70px 15px 0;
    position: relative;
    border-bottom: 1px solid #EEEEEE;
}
.home-news li.item .date {
    position: absolute;
    right: 0;
    font-size: 13px;
}
/*首页新闻 结束*/

/*列表页*/
.blog-item.large-blog {
    padding-bottom: 25px;
}
.blog-item {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
.blog-item.large-blog .bi-pic {
    float: none;
    margin-bottom: 25px;
    margin-left: 0;
}
.blog-item.large-blog .bi-pic img {
    min-width: 100%;
    height: 370px;
    object-fit: cover;
}
.blog-item .bi-pic {
    float: right;
    margin-left: 30px;
}
.blog-item .bi-pic img {
    width: 330px;
    height: 220px;
    object-fit: cover;
}
.blog-item .bi-text {
    overflow: hidden;
}
.blog-item .bi-text h4 a {
    line-height: 31px;
}
.blog-item .bi-text h4 a:hover {
    color: #ffb600;
}
.blog-item .bi-text ul {
    padding: 0;
    margin-bottom: 16px;
}
.blog-item .bi-text ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #999999;
    font-weight: 500;
    margin-right: 32px;
}
.blog-item .bi-text .desc {
    font-family: "Montserrat", sans-serif;
    color: #666666;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 15px 0;
}
.blog-item .bi-text .read-more {
    font-size: 14px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .blog-item.large-blog .bi-pic img {
        height: 200px;
    }
    .blog-item .bi-pic {
        float: none;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .blog-item .bi-pic img {
        width: 100%;
        height: 200px;
    }
}
/*列表页结束*/

/*新闻详情页*/
.bc-related-post {
    background: #f5f5f5;
    padding: 15px 20px 12px;
    margin-bottom: 65px;
}
.bc-related-post .previous-post,.bc-related-post .next-post {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.bc-related-post .next-post {
    float: right;
}
.bc-related-post .previous-post:hover,.bc-related-post .next-post:hover {
    color: #ffb600;
}
/*新闻详情页结束*/

.filter {
    margin-bottom: 30px;
    padding: 0 15px 15px 15px;
}
.filter .option {
    padding-top: 15px;
}
.filter .option .option-title {
    min-width: 80px;
    float: left;
    font-weight: bold;
}
.filter ul {
    list-style: none;
    padding-left: 0;
    margin: 0 0 0 90px;
}
.filter ul li {
    float: left;
}
.filter ul li a {
    display: block;
    padding: 2px 10px 2px 10px;
}
.filter ul li a.active {
    color: #ffb600;
}

/*产品详情页*/
.product__details__text .product__details__rating {
    margin-bottom: 12px;
    font-size: 12px;
}
.product__details__text .product__details__price {
    font-size: 30px;
    color: #dd2222;
    font-weight: 600;
    margin-bottom: 15px;
}
.product__details__text ul {
    border-top: 1px solid #ebebeb;
    padding-top: 40px;
    margin-top: 50px;
    padding-left: 0;
}
.product__details__text ul li {
    list-style: none;
    line-height: 36px;
}
.product__details__text ul li b {
    font-weight: 700;
    width: 170px;
    display: inline-block;
}
.product__details__tab .nav-tabs li a {
    font-size: 16px;
    color: #999999;
    font-weight: 700;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
}
.product__details__tab .nav-tabs li {
    margin-bottom: 0;
}
.product__details__tab .nav-tabs {
    border-bottom: none;
    justify-content: center;
    position: relative;
    padding: 0;
    margin: 0;
}
.product__details__tab {
    padding-top: 60px;
}
.product__details__tab .nav-tabs:before {
    position: absolute;
    left: 0;
    top: 12px;
    height: 1px;
    width: 370px;
    background: #ebebeb;
    content: "";
}
.product__details__tab .nav-tabs:after {
    position: absolute;
    right: 0;
    top: 12px;
    height: 1px;
    width: 370px;
    background: #ebebeb;
    content: "";
}
.product__details__tab .product__details__tab__desc {
    padding-top: 44px;
}
.product__details__text ul li .share {
    display: inline-block;
}
.product__details__text ul li .share a {
    display: inline-block;
    font-size: 15px;
    color: #1c1c1c;
    margin-right: 25px;
}

/*招聘页面样式*/
.job-item {
    border-radius: 2px;
    transition: .5s;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: none;
}
.job-item:hover {

    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}
/*招聘页面样式结束*/

.home-page .home-hero {
    position: relative;
    min-height: 100vh;
    width: 100%;
    background-color: #0b0f16;
    color: #ffffff;
    overflow: hidden;
}

.home-page .home-hero__slider {
    position: relative;
    min-height: 100vh;
    width: 100%;
}

.home-page .home-hero__slide {
    position: relative;
    min-height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-page .home-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.26);
    z-index: 1;
}

.home-page .home-hero__inner {
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
}

.home-page .home-hero__slide-inner {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.home-page .home-nav {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) auto minmax(240px, 1fr);
    align-items: center;
    width: 100%;
    min-height: 0;
    padding: 6px 36px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 30px rgba(11, 34, 68, 0.10);
    backdrop-filter: blur(10px);
}

.home-page .home-nav__brand {
    grid-column: 1;
    justify-self: end;
    margin-right: 150px;
}

.home-page .home-nav__brand-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.home-page .home-nav__brand-image {
    display: block;
    width: auto;
    max-width: none;
    height: 104px;
}

.home-page .home-nav__brand-text {
    color: #17345d;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

.home-page .home-nav__menu-wrap {
    grid-column: 2;
    display: flex;
    justify-content: center;
    width: auto;
}

.home-page .home-nav__actions {
    grid-column: 3;
    display: flex;
    justify-self: start;
    justify-content: flex-start;
    align-items: center;
    margin-left: 48px;
}

.home-page .home-nav__lang {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
}

.home-page .home-nav__lang::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: 14px;
}

.home-page .home-nav__lang-current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 0;
    padding: 8px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #17345d;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    transition: color 0.25s ease;
}

.home-page .home-nav__lang:hover .home-nav__lang-current,
.home-page .home-nav__lang:focus-within .home-nav__lang-current {
    color: #0f4086;
}

.home-page .home-nav__lang-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 0.25s ease;
}

.home-page .home-nav__lang:hover .home-nav__lang-arrow,
.home-page .home-nav__lang:focus-within .home-nav__lang-arrow {
    transform: rotate(225deg) translateY(-1px);
}

.home-page .home-nav__lang-menu {
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 100%;
    padding: 8px 0;
    border: 1px solid rgba(15, 64, 134, 0.1);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 32px rgba(15, 52, 93, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(4px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.home-page .home-nav__lang:hover .home-nav__lang-menu,
.home-page .home-nav__lang:focus-within .home-nav__lang-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.home-page .home-nav__lang-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 88px;
    padding: 10px 16px;
    border-radius: 0;
    color: #5b6474;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.home-page .home-nav__lang-link:hover,
.home-page .home-nav__lang-link.is-active {
    background: rgba(15, 64, 134, 0.08);
    color: #0f4086;
}

.home-page .home-nav__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 56px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: auto;
    max-width: calc(100% - 280px);
}

.home-page .home-nav__item {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.home-page .home-nav__item.has-child::after,
.home-page .home-nav__item[class*="has-child"]::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 140%;
    height: 16px;
    transform: translateX(-50%);
}

.home-page .home-nav__link {
    display: inline-flex;
    align-items: center;
    position: relative;
    color: #17345d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 0;
    white-space: nowrap;
}

.home-page .home-nav__link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #0f4086;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s ease;
}

.home-page .home-nav__item:hover .home-nav__link,
.home-page .home-nav__item.active .home-nav__link {
    color: #0f4086;
}

.home-page .home-nav__item:hover .home-nav__link::after,
.home-page .home-nav__item.active .home-nav__link::after {
    transform: scaleX(1);
}

.home-page .home-nav__arrow {
    display: inline-block;
    color: #17345d;
    font-size: 0;
    line-height: 1;
    margin-left: 6px;
    transform: translateY(-1px);
}

.home-page .home-nav__arrow::before {
    content: "v";
    font-size: 11px;
    line-height: 1;
}

.home-page .home-nav__dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    min-width: 180px;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    background: #ffffff;
    background-color: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 30;
    transform: translate(-50%, 6px) scaleY(0.18);
    transform-origin: top center;
    transition: opacity 0.3s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.42s;
}

.home-page .home-nav__dropdown::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #40d8f5 0%, #66d9ff 50%, #40d8f5 100%);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.48s ease;
}

.home-page .home-nav__dropdown::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.18) 100%);
    transform: scaleY(1);
    transform-origin: top center;
    opacity: 0.9;
    pointer-events: none;
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}

.home-page .home-nav__item.has-child:hover .home-nav__dropdown,
.home-page .home-nav__item[class*="has-child"]:hover .home-nav__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0) scaleY(1);
    transition-delay: 0s;
}

.home-page .home-nav__item.has-child:hover .home-nav__dropdown::before,
.home-page .home-nav__item[class*="has-child"]:hover .home-nav__dropdown::before {
    transform: scaleX(1);
}

.home-page .home-nav__item.has-child:hover .home-nav__dropdown::after,
.home-page .home-nav__item[class*="has-child"]:hover .home-nav__dropdown::after {
    transform: scaleY(0);
    opacity: 0;
}

.home-page .home-nav__dropdown-item {
    padding: 0;
    margin: 0;
}

.home-page .home-nav__dropdown-link {
    display: block;
    padding: 10px 14px;
    background: transparent;
    color: #1f2937;
    font-size: 15px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.home-page .home-nav__dropdown-link:hover,
.home-page .home-nav__dropdown-item.active .home-nav__dropdown-link {
    background: rgba(64, 216, 245, 0.18);
    color: #66d9ff;
}

.home-page .home-nav__dropdown-item.has-sub-child {
    padding-bottom: 6px;
}

.home-page .home-nav__dropdown-item.has-sub-child > .home-nav__dropdown-link {
    font-weight: 600;
    color: #17345d;
}

.home-page .home-nav__subdropdown {
    margin: 0;
    padding: 2px 0 0 0;
    list-style: none;
}

.home-page .home-nav__subdropdown-item {
    margin: 0;
    padding: 0;
}

.home-page .home-nav__subdropdown-link {
    display: block;
    padding: 8px 14px 8px 30px;
    background: transparent;
    color: #526072;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.home-page .home-nav__subdropdown-link:hover,
.home-page .home-nav__subdropdown-item.active .home-nav__subdropdown-link {
    background: rgba(64, 216, 245, 0.12);
    color: #0f4086;
}

.home-page .home-hero__content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 4% 120px;
    text-align: center;
}

.home-page .home-hero__title {
    font-size: 72px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
    max-width: 980px;
    color: #ffffff;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28);
}

.home-page .home-hero__arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    backdrop-filter: blur(10px);
}

.home-page .home-hero__arrow--prev {
    left: 32px;
}

.home-page .home-hero__arrow--next {
    right: 32px;
}

.home-page .home-hero:hover .home-hero__arrow,
.home-page .home-hero:focus-within .home-hero__arrow {
    opacity: 1;
    pointer-events: auto;
}

.home-page .home-hero__arrow:hover {
    background: rgba(255, 255, 255, 0.24);
}

.home-page .home-hero__arrow.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}

.home-page .home-motion-item {
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-page .home-motion-item:not(.is-visible) {
    opacity: 0;
    will-change: opacity, transform;
}

.home-page .home-motion-item--hero-overlay:not(.is-visible) {
    transform: scale3d(1.04, 1.04, 1);
}

.home-page .home-motion-item--hero-nav {
    transition-delay: 0.12s;
}

.home-page .home-motion-item--hero-nav:not(.is-visible) {
    transform: translate3d(0, -22px, 0);
}

.home-page .home-motion-item--hero-title {
    transition-delay: 0.24s;
}

.home-page .home-motion-item--hero-title:not(.is-visible) {
    transform: translate3d(0, 34px, 0);
}

.home-page .home-motion-item--about:not(.is-visible) {
    transform: translate3d(0, 36px, 0);
}

.home-page .home-motion-item--section:not(.is-visible) {
    transform: translate3d(0, 44px, 0);
}

.home-page .home-motion-item--section-soft:not(.is-visible) {
    transform: translate3d(0, 28px, 0);
}

.home-page .home-motion-item--card:not(.is-visible) {
    transform: translate3d(0, 30px, 0) scale(0.985);
}

.home-page .home-motion-item--advantage:not(.is-visible) {
    transform: translate3d(0, 24px, 0);
}

@media (prefers-reduced-motion: reduce) {
    .home-page .home-motion-item,
    .home-page .home-motion-item.is-visible,
    .home-page .home-motion-item:not(.is-visible) {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        will-change: auto !important;
    }
}

@media (max-width: 1200px) {
    .home-page .home-nav__brand-image {
        max-width: none;
        height: 88px;
    }
    .home-page .home-nav__menu {
        gap: 30px;
    }
    .home-page .home-nav__link {
        font-size: 16px;
    }
    .home-page .home-nav__arrow {
        font-size: 10px;
    }
    .home-page .home-nav__actions {
        margin-left: 24px;
    }
    .home-page .home-nav__lang-current {
        padding: 8px 0;
    }
    .home-page .home-nav__lang-link {
        min-width: 72px;
        padding: 9px 14px;
    }
    .home-page .home-hero__title {
        font-size: 52px;
    }
}

@media (max-width: 768px) {
    .home-page .home-hero,
    .home-page .home-hero__slider,
    .home-page .home-hero__slide,
    .home-page .home-hero__slide-inner {
        min-height: 78vh;
    }
    .home-page .home-nav {
        min-height: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 8px 20px;
    }
    .home-page .home-nav__brand,
    .home-page .home-nav__menu-wrap,
    .home-page .home-nav__actions {
        justify-self: auto;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    .home-page .home-nav__brand-link {
        justify-content: center;
        width: 100%;
    }
    .home-page .home-nav__brand-image {
        max-width: none;
        height: 76px;
    }
    .home-page .home-nav__menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        max-width: 100%;
    }
    .home-page .home-nav__actions {
        justify-content: center;
        margin-top: 8px;
    }
    .home-page .home-nav__lang-current {
        padding: 8px 0;
    }
    .home-page .home-nav__lang-menu {
        top: calc(100% + 8px);
    }
    .home-page .home-nav__link {
        font-size: 16px;
    }
    .home-page .home-hero__title {
        font-size: 38px;
    }
    .home-page .home-hero__arrow {
        width: 44px;
        height: 44px;
    }
    .home-page .home-hero__arrow--prev {
        left: 16px;
    }
    .home-page .home-hero__arrow--next {
        right: 16px;
    }
}

.home-page .home-about {
    padding: 0 0 96px;
    background: #ffffff;
}

.home-page .home-about::before {
    display: none;
}

.home-page .home-about__head {
    padding: 88px 250px 48px;
    text-align: center;
    background: #f7f7f7;
}

.home-page .home-about__title {
    margin: 0 0 12px;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.15;
    color: #222222;
}

.home-page .home-about__subtitle {
    margin: 0;
    font-size: 24px;
    line-height: 1.4;
    color: #999999;
}

.home-page .home-about__divider {
    display: none;
}

.home-page .home-about__body {
    position: relative;
    display: flex;
    gap: 60px;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 56px 250px 0;
    background: #ffffff;
}

.home-page .home-about__body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-top: 26px solid #f7f7f7;
    transform: translateX(-50%);
}

.home-page .home-about__intro {
    width: 52%;
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    align-self: stretch;
    box-sizing: border-box;
}

.home-page .home-about__intro-title {
    margin: 0 0 14px;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    color: #222222;
}

.home-page .home-about__intro-subtitle {
    margin: 0 0 26px;
    font-size: 20px;
    line-height: 1.4;
    color: #888888;
}

.home-page .home-about__desc {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.75;
    color: #555555;
}

.home-page .home-about__desc:last-child {
    margin-bottom: 0;
}

.home-page .home-about__content {
    color: #555555;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    transform: translateY(10px);
}

.home-page .home-about__content p {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.75;
    color: #555555;
}

.home-page .home-about__content img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 28px;
    border-radius: 24px;
}

.home-page .home-about__content p:last-child {
    margin-bottom: 0;
}

.home-page .home-about__values {
    width: 48%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 20px;
}

.home-page .home-about__value {
    min-height: 0;
}

.home-page .home-about__value-num {
    display: block;
    margin: 0 0 14px;
    font-size: 68px;
    font-weight: 600;
    line-height: 1;
    color: #eaeaea;
}

.home-page .home-about__value-content {
    padding-top: 0;
    padding-left: 0;
}

.home-page .home-about__value-title {
    margin: 0 0 12px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.25;
    color: #333333;
}

.home-page .home-about__value-desc {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #555555;
}

@media (max-width: 1200px) {
    .home-page .home-about {
        padding-bottom: 88px;
    }
    .home-page .home-about::before {
        display: none;
    }
    .home-page .home-about__title {
        font-size: 40px;
    }
    .home-page .home-about__head {
        padding: 80px 32px 44px;
    }
    .home-page .home-about__body {
        gap: 40px;
        padding: 48px 120px 0;
    }
    .home-page .home-about__intro-title {
        font-size: 32px;
    }
    .home-page .home-about__value-num {
        font-size: 60px;
    }
    .home-page .home-about__value-title {
        font-size: 24px;
    }
}

@media (max-width: 1024px) {
    .home-page .home-about::before {
        display: none;
    }
    .home-page .home-about__body {
        flex-direction: column;
        padding: 44px 40px 0;
    }
    .home-page .home-about__intro,
    .home-page .home-about__values {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .home-page .home-about {
        padding-bottom: 72px;
    }
    .home-page .home-about::before {
        display: none;
    }
    .home-page .home-about__head {
        padding: 64px 20px 40px;
    }
    .home-page .home-about__title {
        font-size: 34px;
    }
    .home-page .home-about__subtitle {
        font-size: 18px;
    }
    .home-page .home-about__divider {
        display: none;
    }
    .home-page .home-about__body {
        padding: 38px 20px 0;
    }
    .home-page .home-about__intro-title {
        font-size: 28px;
    }
    .home-page .home-about__intro-subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .home-page .home-about__values {
        gap: 28px 20px;
    }
}

@media (max-width: 640px) {
    .home-page .home-about__values {
        grid-template-columns: 1fr;
    }
    .home-page .home-about__title {
        font-size: 32px;
    }
    .home-page .home-about__intro-title {
        font-size: 26px;
    }
    .home-page .home-about__value {
        min-height: 0;
    }
    .home-page .home-about__value-content {
        padding-left: 0;
    }
}

.home-page .home-solution-showcase {
    padding: 104px 250px 112px;
    background: #f4f7fb;
}

.home-page .home-solution-showcase__head {
    max-width: 860px;
    margin: 0 auto 40px;
    text-align: center;
}

.home-page .home-solution-showcase__mark {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 4px;
    color: #8c97a4;
}

.home-page .home-solution-showcase__title {
    margin: 0 0 18px;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.15;
    color: #222222;
}

.home-page .home-solution-showcase__subtitle {
    margin: 0;
    font-size: 18px;
    line-height: 1.85;
    color: #667085;
}

.home-page .home-solution-showcase__cats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    max-width: 1180px;
    margin: 0 auto 38px;
}

.home-page .home-solution-showcase__cat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid rgba(34, 34, 34, 0.1);
    border-radius: 999px;
    background: #ffffff;
    color: #4b5563;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.home-page .home-solution-showcase__cat.is-active,
.home-page .home-solution-showcase__cat:hover {
    border-color: rgba(46, 122, 255, 0.14);
    background: linear-gradient(135deg, #2f7cff 0%, #6a4dff 100%);
    color: #ffffff;
    box-shadow: 0 14px 26px rgba(67, 98, 255, 0.16);
}

.home-page.toy-list-page .toy-solution-showcase__cats {
    position: relative;
    z-index: 4;
    overflow: visible;
    gap: 16px;
    max-width: 1280px;
}

.home-page.toy-list-page .toy-solution-showcase__pill-item {
    position: relative;
    z-index: 1;
}

.home-page.toy-list-page .toy-solution-showcase__pill-item.has-dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 16px;
}

.home-page.toy-list-page .toy-solution-showcase__pill-item .home-solution-showcase__cat {
    min-width: 150px;
    height: 46px;
    padding: 0 18px;
    box-sizing: border-box;
}

.home-page.toy-list-page .toy-solution-showcase__pill-item.has-dropdown .home-solution-showcase__cat {
    padding-right: 34px;
    position: relative;
}

.home-page.toy-list-page .toy-solution-showcase__pill-item.has-dropdown .home-solution-showcase__cat::after {
    content: "v";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    line-height: 1;
}

.home-page.toy-list-page .home-solution-showcase__cat.is-related-active {
    border-color: rgba(46, 122, 255, 0.14);
    background: linear-gradient(135deg, #2f7cff 0%, #6a4dff 100%);
    color: #ffffff;
    box-shadow: 0 14px 26px rgba(67, 98, 255, 0.16);
}

.home-page.toy-list-page .toy-solution-showcase__dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    min-width: 196px;
    padding: 8px 0;
    border: 1px solid rgba(27, 34, 48, 0.08);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(6px);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0s linear 0.24s;
    z-index: 12;
}

.home-page.toy-list-page .toy-solution-showcase__pill-item.has-dropdown:hover .toy-solution-showcase__dropdown,
.home-page.toy-list-page .toy-solution-showcase__pill-item.has-dropdown:focus-within .toy-solution-showcase__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
    transition-delay: 0s;
}

.home-page.toy-list-page .toy-solution-showcase__pill-item.has-dropdown:hover,
.home-page.toy-list-page .toy-solution-showcase__pill-item.has-dropdown:focus-within {
    z-index: 5;
}

.home-page.toy-list-page .toy-solution-showcase__dropdown-button {
    display: block;
    width: 100%;
    padding: 10px 16px;
    border: 0;
    background: transparent;
    color: #475164;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.home-page.toy-list-page .toy-solution-showcase__dropdown-button:hover,
.home-page.toy-list-page .toy-solution-showcase__dropdown-button.is-active {
    background: rgba(47, 124, 255, 0.12);
    color: #0f4086;
}

.home-page .home-solution-showcase__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    max-width: 1600px;
    margin: 0 auto;
}

.home-page .home-solution-showcase__card {
    display: none;
    flex-direction: column;
    padding: 18px 18px 26px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.home-page .home-solution-showcase__card.is-active {
    display: flex;
}

.home-page .home-solution-showcase__card:hover {
    transform: translate3d(0, -8px, 0);
    border-color: rgba(46, 122, 255, 0.14);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.1);
}

.home-page .home-solution-showcase__image-wrap {
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border-radius: 18px;
    background: linear-gradient(180deg, #f7f9fc 0%, #eef3fb 100%);
}

.home-page .home-solution-showcase__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.45s ease;
}

.home-page .home-solution-showcase__card:hover .home-solution-showcase__image {
    transform: scale(1.035);
}

.battery-list-page .home-solution-showcase__image-wrap,
.toy-list-page .home-solution-showcase__image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.battery-list-page .home-solution-showcase__image {
    width: 68%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
}

.toy-list-page .home-solution-showcase__image {
    width: 74%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
}

.home-page .home-solution-showcase__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-top: 20px;
}

.home-page .home-solution-showcase__card-title {
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.35;
    color: #222222;
}

.home-page .home-solution-showcase__scene {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #667085;
}

.home-page .home-solution-showcase__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 126px;
    min-height: 42px;
    margin-top: auto;
    padding: 0 20px;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.home-page .home-solution-showcase__link:hover {
    transform: translate3d(0, -2px, 0);
    background: #2f7cff;
    box-shadow: 0 12px 24px rgba(47, 124, 255, 0.2);
}

@media (max-width: 1200px) {
    .home-page .home-solution-showcase {
        padding: 92px 32px 100px;
    }
    .home-page .home-solution-showcase__title {
        font-size: 40px;
    }
    .home-page .home-solution-showcase__card-title {
        font-size: 24px;
    }
}

@media (max-width: 1024px) {
    .home-page .home-solution-showcase__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .home-page .home-solution-showcase {
        padding: 72px 20px 80px;
    }
    .home-page .home-solution-showcase__head {
        margin-bottom: 32px;
    }
    .home-page .home-solution-showcase__title {
        font-size: 34px;
    }
    .home-page .home-solution-showcase__subtitle {
        font-size: 16px;
        line-height: 1.8;
    }
    .home-page .home-solution-showcase__cats {
        justify-content: flex-start;
        gap: 10px;
        margin-bottom: 28px;
    }
    .home-page .home-solution-showcase__cat {
        min-height: 40px;
        padding: 0 16px;
        font-size: 14px;
    }
    .home-page.toy-list-page .toy-solution-showcase__cats {
        gap: 10px;
        margin-bottom: 28px;
        justify-content: flex-start;
    }
    .home-page.toy-list-page .toy-solution-showcase__pill-item .home-solution-showcase__cat {
        min-width: 132px;
        height: 40px;
        min-height: 40px;
        padding: 0 14px;
        font-size: 14px;
    }
    .home-page.toy-list-page .toy-solution-showcase__pill-item.has-dropdown .home-solution-showcase__cat {
        padding-right: 30px;
    }
    .home-page.toy-list-page .toy-solution-showcase__pill-item.has-dropdown .home-solution-showcase__cat::after {
        right: 13px;
    }
    .home-page.toy-list-page .toy-solution-showcase__dropdown {
        left: 0;
        min-width: 172px;
        transform: translateX(0) translateY(6px);
    }
    .home-page.toy-list-page .toy-solution-showcase__pill-item.has-dropdown:hover .toy-solution-showcase__dropdown,
    .home-page.toy-list-page .toy-solution-showcase__pill-item.has-dropdown:focus-within .toy-solution-showcase__dropdown {
        transform: translateX(0) translateY(0);
    }
    .home-page .home-solution-showcase__card {
        padding: 14px 14px 22px;
    }
    .home-page .home-solution-showcase__body {
        gap: 14px;
        padding-top: 16px;
    }
    .home-page .home-solution-showcase__card-title {
        font-size: 22px;
    }
}

@media (max-width: 640px) {
    .home-page .home-solution-showcase__grid {
        grid-template-columns: 1fr;
    }
}

.home-page .home-news-showcase {
    padding: 104px 250px 112px;
    background: #ffffff;
}

.home-page .home-news-showcase__inner {
    max-width: 1600px;
    margin: 0 auto;
}

.home-page .home-news-showcase__title {
    margin: 0 0 45px;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.15;
    color: #222222;
}

.home-page .home-news-showcase__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px;
}

.home-page .home-news-showcase__card {
    display: flex;
    flex-direction: column;
    gap: 26px;
    transition: transform 0.35s ease;
}

.home-page .home-news-showcase__image-wrap {
    display: block;
    overflow: hidden;
    border-radius: 16px;
    background: #f3f6fb;
}

.home-page .home-news-showcase__image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.home-page .home-news-showcase__card:hover .home-news-showcase__image {
    transform: scale(1.05);
}

.home-page .home-news-showcase__card:hover {
    transform: translate3d(0, -8px, 0);
}

.home-page .home-news-showcase__body {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.home-page .home-news-showcase__card-title {
    margin: 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4;
    color: #222222;
}

.home-page .home-news-showcase__card-title a {
    color: inherit;
    text-decoration: none;
}

.home-page .home-news-showcase__card-title a:hover {
    color: #2f7cff;
}

.home-page .home-news-showcase__desc {
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #666666;
}

.home-page .home-news-showcase__link {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: 2px;
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: color 0.25s ease;
}

.home-page .home-news-showcase__link::after {
    content: "→";
    margin-left: 8px;
    transition: transform 0.25s ease;
}

.home-page .home-news-showcase__link:hover {
    color: #0055bb;
}

.home-page .home-news-showcase__link:hover::after {
    transform: translate3d(2px, 0, 0);
}

.home-page .home-advantage-strip {
    min-height: 130px;
    padding: 24px 250px;
    background: #f8f8f8;
    border-top: 1px solid rgba(34, 34, 34, 0.06);
    border-bottom: 1px solid rgba(34, 34, 34, 0.06);
    display: flex;
    align-items: center;
}

.home-page .home-advantage-strip__wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    max-width: 1800px;
    margin: 0 auto;
    width: 100%;
}

.home-page .home-advantage-strip__item {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 12px;
    transition: transform 0.35s ease;
}

.home-page .home-advantage-strip__icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
}

.home-page .home-advantage-strip__icon svg {
    width: 100%;
    height: 100%;
    fill: #0f4086;
}

.home-page .home-advantage-strip__icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform 0.35s ease;
}

.home-page .home-advantage-strip__title {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    color: #222222;
}

.home-page .home-advantage-strip__desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #555555;
}

.home-page .home-advantage-strip__item:hover {
    transform: translate3d(0, -6px, 0);
}

.home-page .home-advantage-strip__item:hover .home-advantage-strip__icon img {
    transform: scale(1.08);
}

@media (max-width: 1200px) {
    .home-page .home-news-showcase {
        padding: 92px 32px 100px;
    }
    .home-page .home-news-showcase__title {
        font-size: 40px;
    }
    .home-page .home-advantage-strip {
        padding: 56px 32px;
        min-height: 0;
    }
    .home-page .home-advantage-strip__title {
        font-size: 28px;
    }
    .home-page .home-advantage-strip__desc {
        font-size: 17px;
    }
    .home-page .home-advantage-strip__icon {
        width: 65px;
        height: 65px;
    }
}

@media (max-width: 900px) {
    .home-page .home-news-showcase__grid {
        grid-template-columns: 1fr;
    }
    .home-page .home-advantage-strip__wrap {
        flex-direction: column;
        gap: 50px;
    }
}

@media (max-width: 768px) {
    .home-page .home-news-showcase {
        padding: 72px 20px 80px;
    }
    .home-page .home-news-showcase__title {
        margin-bottom: 32px;
        font-size: 34px;
    }
    .home-page .home-news-showcase__card-title {
        font-size: 22px;
    }
    .home-page .home-news-showcase__desc {
        font-size: 16px;
    }
    .home-page .home-advantage-strip {
        padding: 48px 20px;
        min-height: 0;
    }
}


.home-page .home-product-showcase {
    padding: 96px 250px 110px;
    background: #f7f7f7;
}

.home-page .home-product-showcase--light {
    background: #ffffff;
}

.home-page .home-product-showcase__head {
    margin: 0 auto 52px;
    text-align: center;
}

.home-page .home-product-showcase__title {
    margin: 0 0 12px;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.15;
    color: #222222;
}

.home-page .home-product-showcase__subtitle {
    margin: 0;
    font-size: 24px;
    line-height: 1.4;
    color: #999999;
}

.home-page .home-product-showcase__slider {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
}

.home-page .home-product-showcase:not(.is-slider-ready) .home-product-showcase__slider {
    overflow: visible;
}

.home-page .home-product-showcase__slider .swiper-wrapper {
    align-items: flex-start;
}

.home-page .home-product-showcase:not(.is-slider-ready) .home-product-showcase__slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    transform: none !important;
}

.home-page .home-product-showcase__slide {
    display: flex;
    height: auto;
    align-self: flex-start;
}

.home-page .home-product-showcase:not(.is-slider-ready) .home-product-showcase__slide {
    width: auto !important;
}

.home-page .home-product-showcase.is-fallback-slider .home-product-showcase__slide {
    display: none;
}

.home-page .home-product-showcase.is-fallback-slider .home-product-showcase__slide.is-fallback-visible {
    display: flex;
}

.home-page .home-product-showcase:not(.is-slider-ready):not(.is-fallback-slider) .home-product-showcase__slide:nth-child(n+4) {
    display: none;
}

.home-page .home-product-showcase__slide .home-product-showcase__card {
    width: 100%;
    min-height: 100%;
    height: 100%;
}

.home-page .home-product-showcase.is-fallback-slider .home-product-showcase__arrow {
    opacity: 1;
    visibility: visible;
}

.home-page .home-product-showcase.is-fallback-slider .home-product-showcase__arrow.swiper-button-disabled {
    opacity: 0.35;
}

.home-page .home-product-showcase__foot {
    display: none;
}

.home-page .home-product-showcase__pagination {
    position: static;
    width: auto;
}

.home-page .home-product-showcase__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px 0 0;
    background: rgba(34, 34, 34, 0.22);
    opacity: 1;
}

.home-page .home-product-showcase__pagination .swiper-pagination-bullet-active {
    background: #222222;
}

.home-page .home-product-showcase__arrow {
    position: absolute;
    top: 50%;
    z-index: 6;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    padding: 0;
    border: 1px solid rgba(15, 64, 134, 0.14);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #0f4086;
    font-size: 18px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.home-page .home-product-showcase__arrow--prev {
    left: 20px;
}

.home-page .home-product-showcase__arrow--next {
    right: 20px;
}

.home-page .home-product-showcase__slider:hover .home-product-showcase__arrow,
.home-page .home-product-showcase__arrow:focus-visible {
    opacity: 1;
    visibility: visible;
}

.home-page .home-product-showcase__arrow:hover {
    background: #0f4086;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 64, 134, 0.24);
}

.home-page .home-product-showcase__arrow.swiper-button-disabled {
    cursor: default;
    opacity: 0.35;
}

.home-page .home-product-showcase__card {
    position: relative;
    height: auto;
    padding: 18px 18px 26px;
    background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
    border: 1px solid rgba(34, 34, 34, 0.08);
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05), 0 2px 6px rgba(15, 23, 42, 0.04);
    transform: translate3d(0, 0, 0);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.home-page .home-product-showcase__card::before {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: -16px;
    height: 30px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(27, 50, 94, 0.18) 0%, rgba(27, 50, 94, 0.06) 42%, rgba(27, 50, 94, 0) 75%);
    opacity: 0.45;
    filter: blur(10px);
    transform: translate3d(0, 8px, 0) scale(0.92);
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none;
}

.home-page .home-product-showcase__card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    border: 1px solid rgba(88, 128, 255, 0.12);
    opacity: 0;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.home-page .home-product-showcase__card:hover {
    transform: translate3d(0, -12px, 0);
    border-color: rgba(46, 122, 255, 0.18);
    box-shadow: 0 30px 70px rgba(27, 50, 94, 0.18), 0 8px 20px rgba(27, 50, 94, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.home-page .home-product-showcase__card:hover::before {
    opacity: 0.72;
    transform: translate3d(0, 12px, 0) scale(1);
}

.home-page .home-product-showcase__card:hover::after {
    opacity: 1;
}

.home-page .home-product-showcase__visual {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: linear-gradient(180deg, #f7f9fc 0%, #eef3fb 100%);
    border-radius: 18px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 -10px 18px rgba(27, 50, 94, 0.04);
}

.home-page .home-product-showcase__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: opacity 0.35s ease, transform 0.5s ease;
}

.home-page .home-product-showcase__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 48%, rgba(46, 122, 255, 0.08) 100%);
    pointer-events: none;
}

.home-page .home-product-showcase__image--main {
    opacity: 1;
}

.home-page .home-product-showcase__image--hover {
    opacity: 0;
    transform: scale3d(1.03, 1.03, 1);
}

.home-page .home-product-showcase__image--main.image-reveal,
.home-page .home-product-showcase__image--main.image-reveal.is-loaded {
    opacity: 1;
    filter: none;
}

.home-page .home-product-showcase__image--hover.image-reveal,
.home-page .home-product-showcase__image--hover.image-reveal.is-loaded {
    opacity: 0;
    filter: none;
}

.home-page .home-product-showcase__card:hover .home-product-showcase__image--main {
    opacity: 0;
    transform: scale3d(1.03, 1.03, 1);
}

.home-page .home-product-showcase__card:hover .home-product-showcase__image--hover {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.home-page .home-product-showcase__card:hover .home-product-showcase__visual {
    background: linear-gradient(180deg, #f5f8ff 0%, #eef3fb 100%);
}

.home-page .home-product-showcase__name {
    margin: 0;
    display: -webkit-box;
    min-height: calc(1.35em * 2);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.35;
    color: #222222;
    text-align: center;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-page .home-product-showcase__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding-top: 18px;
    position: relative;
    z-index: 1;
}

.home-page .home-product-showcase__meta {
    margin: 0;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(46, 122, 255, 0.08);
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #4a628c;
}

.home-page .home-product-showcase__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 128px;
    min-height: 42px;
    margin-top: auto;
    padding: 0 22px;
    border: 1px solid rgba(46, 122, 255, 0.12);
    border-radius: 999px;
    background: linear-gradient(135deg, #2f7cff 0%, #6a4dff 100%);
    box-shadow: 0 12px 24px rgba(67, 98, 255, 0.22);
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.home-page .home-product-showcase__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: -140%;
    width: 90%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.34) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-22deg);
    transition: left 0.45s ease;
}

.home-page .home-product-showcase__link::after {
    content: "→";
    margin-left: 8px;
    font-size: 15px;
    transition: transform 0.25s ease;
}

.home-page .home-product-showcase__link:hover {
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 16px 28px rgba(67, 98, 255, 0.28);
    filter: saturate(1.08);
}

.home-page .home-product-showcase__link:hover::before {
    left: 150%;
}

.home-page .home-product-showcase__link:hover::after {
    transform: translate3d(2px, 0, 0);
}

@media (max-width: 1200px) {
    .home-page .home-product-showcase {
        padding: 88px 32px 96px;
    }
    .home-page .home-product-showcase:not(.is-slider-ready) .home-product-showcase__slider .swiper-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .home-page .home-product-showcase__title {
        font-size: 40px;
    }
    .home-page .home-product-showcase__name {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .home-page .home-product-showcase {
        padding: 72px 20px 80px;
    }
    .home-page .home-product-showcase:not(.is-slider-ready) .home-product-showcase__slider .swiper-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .home-page .home-product-showcase__head {
        margin-bottom: 40px;
    }
    .home-page .home-product-showcase__title {
        font-size: 34px;
    }
    .home-page .home-product-showcase__subtitle {
        font-size: 18px;
    }
    .home-page .home-product-showcase__foot {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .home-page .home-product-showcase__card {
        padding: 14px 14px 22px;
    }
    .home-page .home-product-showcase__name {
        font-size: 22px;
    }
    .home-page .home-product-showcase__body {
        gap: 12px;
        padding-top: 16px;
    }
    .home-page .home-product-showcase__link {
        min-width: 118px;
        min-height: 40px;
        font-size: 14px;
        padding: 0 18px;
    }
}

/* 关于我们列表页 */
.about-list-page .about-hero {
    min-height: 560px;
    background-position: center center;
}

.home-page .home-nav {
    transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease, transform 0.3s ease;
}

.home-page .home-nav.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    grid-template-columns: minmax(240px, 1fr) auto minmax(240px, 1fr);
    min-height: 0;
    padding: 6px 36px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 30px rgba(11, 34, 68, 0.10);
    backdrop-filter: blur(10px);
}

.home-page .home-nav.is-fixed .home-nav__brand-image {
    max-width: none;
    height: 104px;
}

.home-page .home-nav.is-fixed .home-nav__link {
    color: #17345d;
}

.home-page .home-nav.is-fixed .home-nav__link::after {
    background: #0f4086;
}

.home-page .home-nav.is-fixed .home-nav__arrow {
    color: #17345d;
}

.home-page .home-nav.is-fixed .home-nav__item:hover .home-nav__link,
.home-page .home-nav.is-fixed .home-nav__item.active .home-nav__link {
    color: #0f4086;
}

.home-page .home-nav.is-fixed .home-nav__dropdown {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 40px rgba(11, 34, 68, 0.12);
}

.home-page .home-nav.is-fixed .home-nav__dropdown-link {
    color: #17345d;
}

.home-page .home-nav.is-fixed .home-nav__dropdown-link:hover,
.home-page .home-nav.is-fixed .home-nav__dropdown-item.active .home-nav__dropdown-link {
    color: #0f4086;
}

.home-page .home-nav.is-fixed .home-nav__dropdown-item.has-sub-child > .home-nav__dropdown-link {
    color: #17345d;
}

.home-page .home-nav.is-fixed .home-nav__subdropdown-link {
    color: #526072;
}

.home-page .home-nav.is-fixed .home-nav__subdropdown-link:hover,
.home-page .home-nav.is-fixed .home-nav__subdropdown-item.active .home-nav__subdropdown-link {
    color: #0f4086;
}

.about-list-page.has-fixed-home-nav .home-about__head {
    padding-top: 128px;
}

.about-list-page .about-hero .home-hero__inner {
    min-height: 560px;
}

.about-list-page .about-hero__content {
    max-width: 980px;
    margin: auto;
    padding: 0 20px 84px;
    text-align: center;
}

.about-list-page .about-hero .home-hero__title {
    font-size: 56px;
    line-height: 1.2;
}

.about-list-page .about-hero__subtitle {
    max-width: 760px;
    margin: 22px auto 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 19px;
    line-height: 1.9;
}

.about-list-page .about-hero__breadcrumb {
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.8;
}

.about-list-page .about-hero__breadcrumb a,
.about-list-page .about-hero__breadcrumb span {
    color: inherit;
}

.about-list-page .about-overview {
    padding: 112px 0 78px;
    background: #ffffff;
}

.about-list-page .about-overview__grid {
    display: grid;
    grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
    column-gap: 54px;
    row-gap: 34px;
    align-items: start;
}

.about-list-page .about-overview__heading {
    padding-top: 8px;
}

.about-list-page .about-overview__title,
.about-list-page .about-section-head__title {
    margin: 0;
    color: #111111;
    font-size: 44px;
    line-height: 1.18;
    font-weight: 600;
}

.about-list-page .about-overview__keywords {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-list-page .about-overview__keywords li {
    min-height: 120px;
    padding: 24px 18px;
    border-radius: 22px;
    background: #f7f9fc;
    border: 1px solid rgba(15, 64, 134, 0.08);
    color: #1a2840;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about-list-page .about-overview__cards {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.about-list-page .about-overview__card {
    padding: 34px 32px 30px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(15, 64, 134, 0.08);
    box-shadow: 0 20px 50px rgba(11, 34, 68, 0.06);
}

.about-list-page .about-overview__card h3 {
    margin: 0 0 18px;
    font-size: 28px;
    line-height: 1.3;
    color: #111111;
}

.about-list-page .about-overview__card p {
    margin-bottom: 16px;
    color: #56616d;
    font-size: 16px;
    line-height: 1.95;
}

.about-list-page .about-overview__card p:last-child {
    margin-bottom: 0;
}

.about-list-page .about-values {
    padding: 54px 0 70px;
    background: #ffffff;
}

.about-list-page .about-section-head {
    max-width: 920px;
    margin: 0 auto 42px;
    text-align: center;
}

.about-list-page .about-values__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.about-list-page .about-values__item {
    position: relative;
    padding: 34px 32px 30px;
    min-height: 240px;
    border-radius: 28px;
    background: #f7f9fc;
    border: 1px solid rgba(15, 64, 134, 0.08);
    overflow: hidden;
}

.about-list-page .about-values__num {
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 72px;
    line-height: 1;
    font-weight: 700;
    color: rgba(15, 64, 134, 0.08);
}

.about-list-page .about-values__item h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.35;
    color: #111111;
}

.about-list-page .about-values__item p {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    color: #5e6672;
    line-height: 1.9;
}

.about-list-page .about-strength {
    padding: 18px 0 72px;
    background: #f6f8fb;
}

.about-list-page .about-strength__wrap {
    width: min(1480px, calc(100% - 72px));
    margin: 0 auto;
}

.about-list-page .about-strength__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.about-list-page .about-strength__card {
    position: relative;
    min-height: 260px;
    padding: 34px 34px 32px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(43, 116, 224, 0.16) 0, rgba(43, 116, 224, 0) 34%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    border: 1px solid rgba(15, 64, 134, 0.08);
    box-shadow: 0 20px 60px rgba(11, 34, 68, 0.06);
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.about-list-page .about-strength__card::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -60px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(15, 64, 134, 0.04);
}

.about-list-page .about-strength__card:hover {
    transform: translateY(-8px);
    border-color: rgba(15, 64, 134, 0.16);
    box-shadow: 0 28px 70px rgba(11, 34, 68, 0.12);
}

.about-list-page .about-strength__num {
    position: absolute;
    top: 20px;
    right: 22px;
    font-size: 72px;
    line-height: 1;
    font-weight: 700;
    color: rgba(15, 64, 134, 0.08);
}

.about-list-page .about-strength__icon {
    position: relative;
    z-index: 1;
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(15, 64, 134, 0.12) 0%, rgba(63, 127, 218, 0.18) 100%);
    color: #0f4086;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.about-list-page .about-strength__icon svg {
    width: 30px;
    height: 30px;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.about-list-page .about-strength__title {
    position: relative;
    z-index: 1;
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.35;
    color: #111111;
}

.about-list-page .about-strength__desc {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 16px;
    line-height: 1.95;
    color: #5e6672;
    max-width: 520px;
}

.about-list-page .about-exhibition {
    padding: 70px 0 120px;
    background: #ffffff;
}

.about-list-page .about-exhibition__wrap {
    width: min(1480px, calc(100% - 72px));
    margin: 0 auto;
}

.about-list-page .about-section-head--light {
    margin-bottom: 38px;
}

.about-list-page .about-exhibition__slider {
    position: relative;
    width: min(1398px, calc(100% - 72px));
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.about-list-page .about-exhibition__slide {
    width: 450px;
    height: auto;
}

.about-list-page .about-exhibition__card {
    height: 100%;
    width: 450px;
    border-radius: 22px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(11, 34, 68, 0.08);
}

.about-list-page .about-exhibition__media {
    position: relative;
    width: 450px;
    aspect-ratio: 9 / 5;
    overflow: hidden;
}

.about-list-page .about-exhibition__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-list-page .about-exhibition__arrow {
    position: absolute;
    top: 50%;
    z-index: 6;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    border: 1px solid rgba(15, 64, 134, 0.14);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #0f4086;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.about-list-page .about-exhibition__arrow svg {
    width: 18px;
    height: 18px;
    display: block;
}

.about-list-page .about-exhibition__arrow--prev {
    left: 20px;
}

.about-list-page .about-exhibition__arrow--next {
    right: 20px;
}

.about-list-page .about-exhibition__slider:hover .about-exhibition__arrow,
.about-list-page .about-exhibition__slider:focus-within .about-exhibition__arrow {
    opacity: 1;
    visibility: visible;
}

.about-list-page .about-exhibition__arrow:hover {
    background: #0f4086;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 64, 134, 0.24);
}

@media (max-width: 1199px) {
    .about-list-page .about-overview,
    .about-list-page .about-exhibition {
        padding-left: 0;
        padding-right: 0;
    }
    .about-list-page .about-overview__title,
    .about-list-page .about-section-head__title {
        font-size: 36px;
    }
    .about-list-page .about-overview__grid {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    .about-list-page .about-overview__keywords {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .about-list-page .about-overview {
        padding-top: 90px;
    }
    .about-list-page .about-values__grid {
        grid-template-columns: 1fr;
    }
    .about-list-page .about-values__item {
        min-height: 220px;
    }
    .about-list-page .about-strength__grid {
        grid-template-columns: 1fr;
    }
    .about-list-page .about-strength__card {
        min-height: 220px;
    }
}

@media (max-width: 767px) {
    .about-list-page .about-hero,
    .about-list-page .about-hero .home-hero__inner {
        min-height: 420px;
    }
    .home-page .home-nav.is-fixed {
        min-height: 72px;
        padding: 16px 18px;
    }
    .about-list-page.has-fixed-home-nav .home-about__head {
        padding-top: 112px;
    }
    .about-list-page .about-hero__content {
        padding-bottom: 56px;
    }
    .about-list-page .about-hero .home-hero__title {
        font-size: 34px;
    }
    .about-list-page .about-hero__subtitle {
        margin-top: 18px;
        font-size: 15px;
    }
    .about-list-page .about-hero__breadcrumb {
        margin-top: 18px;
        font-size: 13px;
    }
    .about-list-page .about-overview {
        padding: 72px 0 42px;
    }
    .about-list-page .about-values {
        padding: 34px 0 48px;
    }
    .about-list-page .about-strength {
        padding: 0 0 48px;
    }
    .about-list-page .about-exhibition {
        padding: 48px 0 72px;
    }
    .about-list-page .about-overview__eyebrow,
    .about-list-page .about-section-head__eyebrow {
        letter-spacing: 3px;
    }
    .about-list-page .about-overview__title,
    .about-list-page .about-section-head__title {
        font-size: 30px;
    }
    .about-list-page .about-overview__lead,
    .about-list-page .about-section-head__desc {
        font-size: 15px;
    }
    .about-list-page .about-overview__grid {
        row-gap: 24px;
    }
    .about-list-page .about-overview__title {
        font-size: 34px;
    }
    .about-list-page .about-overview__keywords {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    .about-list-page .about-overview__keywords li {
        min-height: 92px;
        padding: 18px 14px;
        border-radius: 18px;
        font-size: 16px;
    }
    .about-list-page .about-overview__cards {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .about-list-page .about-overview__card {
        padding: 26px 20px 22px;
        border-radius: 22px;
    }
    .about-list-page .about-overview__card h3 {
        margin-bottom: 14px;
        font-size: 24px;
    }
    .about-list-page .about-values__item {
        padding: 26px 22px 24px;
        border-radius: 22px;
        min-height: 0;
    }
    .about-list-page .about-values__num {
        top: 14px;
        right: 16px;
        font-size: 56px;
    }
    .about-list-page .about-values__item h3 {
        font-size: 22px;
    }
    .about-list-page .about-strength__wrap {
        width: calc(100% - 40px);
    }
    .about-list-page .about-strength__grid {
        gap: 18px;
    }
    .about-list-page .about-strength__card {
        min-height: 0;
        padding: 26px 22px 24px;
        border-radius: 22px;
    }
    .about-list-page .about-strength__icon {
        width: 56px;
        height: 56px;
        margin-bottom: 16px;
        border-radius: 18px;
        font-size: 24px;
    }
    .about-list-page .about-strength__num {
        top: 14px;
        right: 16px;
        font-size: 56px;
    }
    .about-list-page .about-strength__title {
        margin-bottom: 14px;
        font-size: 22px;
    }
    .about-list-page .about-strength__desc {
        font-size: 15px;
        line-height: 1.9;
    }
    .about-list-page .about-exhibition__wrap {
        width: calc(100% - 40px);
    }
    .about-list-page .about-exhibition__slider {
        width: calc(100% - 40px);
    }
    .about-list-page .about-exhibition__slide,
    .about-list-page .about-exhibition__card,
    .about-list-page .about-exhibition__media {
        width: min(450px, calc(100vw - 72px));
    }
    .about-list-page .about-exhibition__arrow {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        font-size: 16px;
    }
}

/* 储能电池列表页 */
.battery-list-page .battery-hero {
    position: relative;
    min-height: 560px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: stretch;
    overflow: visible;
}

.battery-list-page .battery-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 21, 44, 0.28) 0%, rgba(8, 21, 44, 0.62) 100%);
}

.battery-list-page .battery-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.battery-list-page .battery-section {
    padding: 0 0 120px;
    background: #f5f7fa;
}

.battery-list-page .battery-section .container {
    position: relative;
    z-index: 2;
    margin-top: -44px;
}

.battery-list-page .battery-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    max-width: 980px;
    margin: 0 auto 42px;
}

.battery-list-page .battery-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid rgba(34, 34, 34, 0.1);
    border-radius: 999px;
    background: #ffffff;
    color: #1f2937;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.battery-list-page .battery-tab:hover,
.battery-list-page .battery-tab.is-active {
    color: #ffffff;
    border-color: rgba(46, 122, 255, 0.14);
    background: linear-gradient(135deg, #2f7cff 0%, #6a4dff 100%);
    box-shadow: 0 12px 26px rgba(66, 102, 245, 0.28);
}

.battery-list-page .battery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.battery-list-page .battery-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.battery-list-page .battery-card__image {
    display: block;
    aspect-ratio: 4 / 3;
    background: #eef1f4;
}

.battery-list-page .battery-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.battery-list-page .battery-card__body {
    padding: 24px;
}

.battery-list-page .battery-card__category {
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #8a8f99;
    text-transform: uppercase;
}

.battery-list-page .battery-card__title {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.4;
}

.battery-list-page .battery-card__title a {
    color: #111111;
}

.battery-list-page .battery-card__desc {
    margin-bottom: 0;
    color: #666666;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .battery-list-page .battery-hero {
        min-height: 560px;
    }
    .battery-list-page .battery-hero__inner {
        min-height: 560px;
    }
    .battery-list-page .battery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .battery-list-page .battery-hero {
        min-height: 420px;
    }
    .battery-list-page .battery-hero__inner {
        min-height: 420px;
    }
    .battery-list-page .battery-section {
        padding: 0 0 80px;
    }
    .battery-list-page .battery-section .container {
        margin-top: -30px;
    }
    .battery-list-page .battery-grid {
        grid-template-columns: 1fr;
    }
    .battery-list-page .battery-tabs {
        justify-content: flex-start;
        gap: 10px;
        margin-bottom: 28px;
    }
    .battery-list-page .battery-tab {
        min-height: 40px;
        padding: 0 16px;
        font-size: 14px;
        width: auto;
    }
}

/* 玩具模型列表页 */
.toy-list-page .toy-hero {
    position: relative;
    min-height: 560px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: stretch;
}

.toy-list-page .toy-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(25, 18, 11, 0.24) 0%, rgba(25, 18, 11, 0.56) 100%);
}

.toy-list-page .toy-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.toy-list-page .toy-section {
    padding: 120px 0;
    background: #f8f6f2;
}

.toy-list-page .toy-heading {
    margin-bottom: 40px;
    text-align: center;
}

.toy-list-page .toy-mark {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 4px;
    color: #9c8f7a;
}

.toy-list-page .toy-title {
    margin-bottom: 20px;
}

.toy-list-page .toy-desc {
    max-width: 760px;
    margin: 0 auto;
    color: #666666;
    line-height: 1.9;
}

.toy-list-page .toy-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-bottom: 42px;
}

.toy-list-page .toy-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    padding: 12px 24px;
    color: #2a2117;
    background: #ffffff;
    border: 1px solid rgba(42, 33, 23, 0.12);
    text-decoration: none;
    transition: all 0.25s ease;
}

.toy-list-page .toy-tab:hover,
.toy-list-page .toy-tab.is-active {
    color: #ffffff;
    background: #2a2117;
    border-color: #2a2117;
}

.toy-list-page .toy-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.toy-list-page .toy-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border: 1px solid rgba(42, 33, 23, 0.08);
    overflow: hidden;
}

.toy-list-page .toy-card__image {
    display: block;
    aspect-ratio: 4 / 3;
    background: #efe9df;
}

.toy-list-page .toy-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.toy-list-page .toy-card__body {
    padding: 24px;
}

.toy-list-page .toy-card__category {
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #9c8f7a;
    text-transform: uppercase;
}

.toy-list-page .toy-card__title {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.4;
}

.toy-list-page .toy-card__title a {
    color: #2a2117;
}

.toy-list-page .toy-card__desc {
    margin-bottom: 0;
    color: #666666;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .toy-list-page .toy-hero,
    .toy-list-page .toy-hero__inner {
        min-height: 560px;
    }
    .toy-list-page .toy-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .toy-list-page .toy-hero,
    .toy-list-page .toy-hero__inner {
        min-height: 420px;
    }
    .toy-list-page .toy-section {
        padding: 80px 0;
    }
    .toy-list-page .toy-grid {
        grid-template-columns: 1fr;
    }
    .toy-list-page .toy-tab {
        min-width: 0;
        width: calc(50% - 7px);
    }
}

/* 解决方案列表页 */
.solution-list-page .solution-section {
    padding: 120px 0;
    background: #f4f7fb;
}

.solution-list-page .solution-heading,
.news-list-page .news-heading,
.contact-list-page .contact-heading {
    margin-bottom: 40px;
    text-align: center;
}

.solution-list-page .solution-mark,
.news-list-page .news-mark,
.contact-list-page .contact-mark {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 4px;
    color: #8c97a4;
}

.solution-list-page .solution-title,
.news-list-page .news-title,
.contact-list-page .contact-title {
    margin-bottom: 20px;
}

.solution-list-page .solution-desc,
.news-list-page .news-desc,
.contact-list-page .contact-desc {
    max-width: 760px;
    margin: 0 auto;
    color: #666666;
    line-height: 1.9;
}

.solution-list-page .solution-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.solution-list-page .solution-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.solution-list-page .solution-card__image {
    display: block;
    aspect-ratio: 4 / 3;
    background: #e9eef5;
}

.solution-list-page .solution-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-list-page .solution-card__body {
    padding: 24px;
}

.solution-list-page .solution-card__mark {
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #8c97a4;
    text-transform: uppercase;
}

.solution-list-page .solution-card__title {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.4;
}

.solution-list-page .solution-card__title a {
    color: #111111;
}

.solution-list-page .solution-card__desc {
    margin-bottom: 0;
    color: #666666;
    line-height: 1.8;
}

.solution-list-page .solution-hero {
    position: relative;
    min-height: 560px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: stretch;
}

.solution-list-page .solution-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 21, 44, 0.24) 0%, rgba(8, 21, 44, 0.56) 100%);
}

.solution-list-page .solution-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.solution-list-page .solution-scenes {
    padding: 108px 250px 120px;
    background: #f4f7fb;
}

.solution-list-page .solution-scenes__head {
    margin-bottom: 40px;
    text-align: center;
}

.solution-list-page .solution-scenes__title {
    margin: 0;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.15;
    color: #222222;
}

.solution-list-page .solution-scenes__list {
    display: flex;
    flex-direction: column;
    gap: 56px;
    max-width: 1380px;
    margin: 0 auto;
}

.solution-list-page .solution-scenes__group {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.solution-list-page .solution-scenes__group-head {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(15, 64, 134, 0.1);
}

.solution-list-page .solution-scenes__group-title {
    margin: 0;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    color: #1f2a37;
}

.solution-list-page .solution-scenes__items {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.solution-list-page .solution-scene {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    align-items: center;
    gap: 42px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.solution-list-page .solution-scenes__items .solution-scene:nth-child(even) {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.solution-list-page .solution-scenes__items .solution-scene:nth-child(even) .solution-scene__media {
    order: 2;
    justify-self: end;
}

.solution-list-page .solution-scenes__items .solution-scene:nth-child(even) .solution-scene__body {
    order: 1;
}

.solution-list-page .solution-scene__media {
    width: 100%;
    max-width: 620px;
    justify-self: start;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(180deg, #eef3fb 0%, #f7f9fc 100%);
    aspect-ratio: 16 / 9;
}

.solution-list-page .solution-scene__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.solution-list-page .solution-scene__body {
    max-width: 560px;
}

.solution-list-page .solution-scene__cate {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 4px;
    color: #8c97a4;
}

.solution-list-page .solution-scene__name {
    margin: 0 0 18px;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.2;
    color: #222222;
}

.solution-list-page .solution-scene__desc {
    margin: 0 0 26px;
    font-size: 17px;
    line-height: 1.9;
    color: #667085;
}

.solution-list-page .solution-scene__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2f7cff 0%, #6a4dff 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 14px 26px rgba(67, 98, 255, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.solution-list-page .solution-scene__link:hover {
    color: #ffffff;
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 18px 30px rgba(67, 98, 255, 0.24);
}

/* 新闻资讯列表页 */
.news-list-page .news-hero {
    position: relative;
    min-height: 560px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: stretch;
}

.news-list-page .news-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 21, 44, 0.24) 0%, rgba(8, 21, 44, 0.56) 100%);
}

.news-list-page .news-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.news-list-page .news-cards-section {
    padding: 108px 250px 120px;
    background: #fafafa;
}

.news-list-page .news-cards-head {
    max-width: 1600px;
    margin: 0 auto 34px;
}

.news-list-page .news-cards-title {
    margin: 0;
    color: #111111;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
}

.news-list-page .news-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    max-width: 1600px;
    margin: 0 auto;
}

.news-list-page .news-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.news-list-page .news-card:hover {
    transform: translate3d(0, -8px, 0);
    border-color: rgba(46, 122, 255, 0.14);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.1);
}

.news-list-page .news-card__image {
    display: block;
    aspect-ratio: 16 / 8.5;
    background: #efefef;
}

.news-list-page .news-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-list-page .news-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px 22px 24px;
}

.news-list-page .news-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #888888;
}

.news-list-page .news-card__title {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.45;
}

.news-list-page .news-card__title a {
    color: #111111;
}

.news-list-page .news-card__desc {
    margin: 0 0 20px;
    color: #666666;
    line-height: 1.85;
}

.news-list-page .news-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: auto;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2f7cff 0%, #6a4dff 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(67, 98, 255, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.news-list-page .news-card__link:hover {
    color: #ffffff;
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 16px 28px rgba(67, 98, 255, 0.24);
}

.news-list-page .news-cards-pagination {
    max-width: 1600px;
    margin: 40px auto 0;
}

.news-list-page .news-cards-pagination .pagination {
    justify-content: center;
    margin-bottom: 0;
}

/* 通用详情页 */
.detail-page .detail-hero,
.detail-page .detail-hero .home-hero__inner {
    min-height: 560px;
}

.detail-page .detail-hero {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.detail-page .detail-main {
    padding: 108px 250px 120px;
    background: #fafafa;
}

.detail-page .detail-main__layout {
    display: grid;
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    gap: 30px;
    max-width: 1600px;
    margin: 0 auto;
    align-items: start;
}

.detail-page .detail-sidebar {
    display: flex;
    flex-direction: column;
    gap: 22px;
    position: sticky;
    top: 120px;
}

.detail-page .detail-panel {
    padding: 28px 24px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.detail-page .detail-panel__title {
    margin: 0 0 18px;
    color: #111111;
    font-size: 22px;
    line-height: 1.3;
}

.detail-page .detail-category-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.detail-page .detail-category-nav__link {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 0 18px;
    border-radius: 14px;
    background: #f5f7fb;
    color: #1f2937;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.detail-page .detail-category-nav__link:hover,
.detail-page .detail-category-nav__link.is-active {
    background: linear-gradient(135deg, #2f7cff 0%, #6a4dff 100%);
    color: #ffffff;
    transform: translate3d(0, -2px, 0);
}

.detail-page .detail-meta-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.detail-page .detail-meta-card__row {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.detail-page .detail-meta-card__row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.detail-page .detail-meta-card__label {
    color: #8a93a0;
    font-size: 13px;
    letter-spacing: 1px;
}

.detail-page .detail-meta-card__value {
    color: #111111;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6;
    word-break: break-word;
}

.detail-page .detail-latest-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.detail-page .detail-latest-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    text-decoration: none;
}

.detail-page .detail-latest-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.detail-page .detail-latest-item__title {
    color: #111111;
    line-height: 1.7;
    transition: color 0.25s ease;
}

.detail-page .detail-latest-item__date {
    color: #8a93a0;
    font-size: 13px;
}

.detail-page .detail-latest-item:hover .detail-latest-item__title {
    color: #2f7cff;
}

.detail-page .detail-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.detail-page .detail-article {
    padding: 38px 42px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.06);
}

.detail-page .detail-article__head {
    margin-bottom: 28px;
}

.detail-page .detail-article__cate {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-bottom: 16px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(47, 124, 255, 0.1);
    color: #2f7cff;
    font-size: 13px;
}

.detail-page .detail-article__title {
    margin: 0 0 18px;
    color: #111111;
    font-size: 40px;
    line-height: 1.25;
}

.detail-page .detail-article__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 18px;
    color: #8a93a0;
    font-size: 14px;
}

.detail-page .detail-article__meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.detail-page .detail-article__meta-icon {
    width: 16px;
    height: 16px;
    display: block;
    flex-shrink: 0;
}

.detail-page .detail-article__summary {
    margin: 0;
    color: #666666;
    font-size: 16px;
    line-height: 1.9;
}

.detail-page .detail-product-scene {
    max-width: 860px;
    margin: -2px auto 0;
    color: #666666;
    font-size: 17px;
    line-height: 1.9;
    text-align: center;
}

.detail-page .detail-article__cover {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 24px;
    background: linear-gradient(180deg, #eef3fb 0%, #f7f9fc 100%);
    aspect-ratio: 16 / 8.6;
}

.detail-page .detail-article__cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-page .detail-article__content {
    color: #333333;
}

.detail-page .detail-article__content img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.detail-page .detail-article__content p,
.detail-page .detail-article__content div {
    line-height: 1.95;
}

.detail-page .detail-article__pagination {
    margin-top: 28px;
}

.detail-page .detail-post-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.detail-page .detail-post-nav__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 24px 26px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.05);
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.detail-page .detail-post-nav__item span {
    color: #8a93a0;
    font-size: 13px;
    letter-spacing: 1px;
}

.detail-page .detail-post-nav__item strong {
    color: #111111;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
}

.detail-page .detail-post-nav__item:hover {
    transform: translate3d(0, -4px, 0);
    border-color: rgba(46, 122, 255, 0.14);
    box-shadow: 0 22px 42px rgba(15, 23, 42, 0.08);
}

.detail-page .detail-post-nav__item.is-disabled {
    pointer-events: none;
    opacity: 0.72;
}

.detail-page .detail-main--news .detail-main__layout--news {
    grid-template-columns: minmax(0, 1fr);
    max-width: 1200px;
}

.detail-page .detail-main--news .detail-content-wrap {
    gap: 34px;
}

.detail-page .detail-main--news .detail-article {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.detail-page .detail-main--news .detail-post-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    padding-top: 26px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.detail-page .detail-main--news .detail-post-nav__item {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 10px;
    min-width: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.detail-page .detail-main--news .detail-post-nav__item span {
    color: #111111;
    font-size: 15px;
    letter-spacing: 0;
}

.detail-page .detail-main--news .detail-post-nav__item strong {
    color: #666666;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    min-width: 0;
}

.detail-page .detail-main--news .detail-post-nav__item:hover {
    transform: none;
    border-color: transparent;
    box-shadow: none;
}

.detail-page .detail-main--news .detail-post-nav__item:hover strong {
    color: #2f7cff;
}

.detail-page .detail-main--news .detail-post-nav__item.is-disabled {
    opacity: 1;
}

.detail-page .detail-main--news .detail-post-nav__item.is-disabled span,
.detail-page .detail-main--news .detail-post-nav__item.is-disabled strong {
    color: #9ca3af;
}

.detail-page .detail-main--product .detail-main__layout--product {
    grid-template-columns: minmax(0, 1fr);
    max-width: 1440px;
}

.detail-page .detail-main--product .detail-content-wrap {
    gap: 0;
}

.detail-page .detail-main--product .detail-article {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.detail-page .detail-main--product .detail-article__head {
    margin-bottom: 42px;
}

.detail-page .detail-main--product .detail-article__title {
    margin-bottom: 0;
    text-align: center;
    font-size: 44px;
}

.detail-page .detail-product-media {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
    gap: 28px;
    margin: 0 auto 40px;
}

.detail-page .detail-product-media__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.detail-page .detail-product-media__image--main {
    width: 50%;
    justify-self: center;
}

.detail-page .detail-main--product .detail-article__content {
    padding: 0;
    margin: 0 auto;
    max-width: 1100px;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    text-align: left;
}

.detail-page .detail-product-content-head {
    margin: 8px 0 28px;
    text-align: center;
}

.detail-page .detail-product-content-title {
    margin: 0;
    color: #111111;
    font-size: 30px;
    line-height: 1.35;
}

@media (max-width: 991px) {
    .news-list-page .news-cards-section {
        padding: 88px 20px 100px;
    }
    .news-list-page .news-cards-head {
        margin-bottom: 28px;
    }
    .news-list-page .news-cards-title {
        font-size: 34px;
    }
    .news-list-page .news-cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }
    .detail-page .detail-main {
        padding: 88px 20px 100px;
    }
    .detail-page .detail-main__layout {
        grid-template-columns: 1fr;
    }
    .detail-page .detail-sidebar {
        position: static;
        top: auto;
    }
    .detail-page .detail-article {
        padding: 32px 28px;
    }
    .detail-page .detail-article__title {
        font-size: 34px;
    }
    .detail-page .detail-main--product .detail-article {
        padding: 0;
    }
    .detail-page .detail-main--product .detail-article__head {
        margin-bottom: 32px;
    }
    .detail-page .detail-main--product .detail-article__title {
        font-size: 38px;
    }
    .detail-page .detail-product-scene {
        max-width: 760px;
        font-size: 16px;
    }
    .detail-page .detail-product-media {
        max-width: 100%;
        gap: 24px;
        margin-bottom: 32px;
    }
    .detail-page .detail-product-media__image--main {
        width: 50%;
    }
    .detail-page .detail-main--product .detail-article__content {
        padding: 0;
        max-width: 100%;
    }
    .detail-page .detail-product-content-head {
        margin-bottom: 24px;
    }
    .detail-page .detail-product-content-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .news-list-page .news-hero,
    .news-list-page .news-hero__inner {
        min-height: 420px;
    }
    .news-list-page .news-cards-section {
        padding: 76px 20px 88px;
    }
    .news-list-page .news-cards-title {
        font-size: 28px;
    }
    .news-list-page .news-cards-grid {
        grid-template-columns: 1fr;
    }
    .news-list-page .news-card__body {
        padding: 20px 18px 22px;
    }
    .news-list-page .news-card__title {
        font-size: 22px;
    }
    .news-list-page .news-card__desc {
        font-size: 14px;
        line-height: 1.8;
    }
    .detail-page .detail-hero,
    .detail-page .detail-hero .home-hero__inner {
        min-height: 420px;
    }
    .detail-page .detail-main {
        padding: 76px 20px 88px;
    }
    .detail-page .detail-panel {
        padding: 24px 20px;
        border-radius: 20px;
    }
    .detail-page .detail-article {
        padding: 24px 20px;
        border-radius: 22px;
    }
    .detail-page .detail-article__cate {
        margin-bottom: 14px;
    }
    .detail-page .detail-article__title {
        font-size: 28px;
    }
    .detail-page .detail-article__meta {
        gap: 12px;
    }
    .detail-page .detail-article__cover {
        margin-bottom: 24px;
        border-radius: 18px;
        aspect-ratio: 16 / 10;
    }
    .detail-page .detail-post-nav {
        grid-template-columns: 1fr;
    }
    .detail-page .detail-post-nav__item {
        padding: 20px 18px;
        border-radius: 18px;
    }
    .detail-page .detail-main--product .detail-article {
        padding: 0;
    }
    .detail-page .detail-main--product .detail-article__head {
        margin-bottom: 24px;
    }
    .detail-page .detail-main--product .detail-article__title {
        font-size: 30px;
        text-align: left;
    }
    .detail-page .detail-product-scene {
        max-width: 100%;
        font-size: 15px;
        text-align: left;
    }
    .detail-page .detail-product-media {
        grid-template-columns: 1fr;
        max-width: 100%;
        gap: 18px;
        margin-bottom: 24px;
    }
    .detail-page .detail-product-media__image--main {
        width: 100%;
    }
    .detail-page .detail-main--product .detail-article__content {
        padding: 0;
        max-width: 100%;
        border-radius: 0;
    }
    .detail-page .detail-product-content-head {
        margin-bottom: 18px;
    }
    .detail-page .detail-product-content-title {
        font-size: 24px;
    }
}

/* 联系我们列表页 */
.contact-list-page .contact-hero,
.contact-list-page .contact-hero .home-hero__inner {
    min-height: 560px;
}

.contact-list-page .contact-hero {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: stretch;
}

.contact-list-page .contact-showcase {
    padding: 108px 250px 120px;
    background: #fafafa;
}

.contact-list-page .contact-showcase__head {
    max-width: 1600px;
    margin: 0 auto 34px;
}

.contact-list-page .contact-showcase__title {
    margin: 0;
    color: #111111;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
}

.contact-list-page .contact-showcase__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    max-width: 1600px;
    margin: 0 auto 32px;
}

.contact-list-page .contact-info-card {
    min-height: 100%;
    padding: 30px 28px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.contact-list-page .contact-info-card__top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.contact-list-page .contact-info-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, #2f7cff 0%, #6a4dff 100%);
    color: #ffffff;
    font-size: 18px;
    box-shadow: 0 12px 24px rgba(67, 98, 255, 0.18);
    flex-shrink: 0;
}

.contact-list-page .contact-info-card__icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

.contact-list-page .contact-info-card__label {
    margin: 0;
    color: #8a93a0;
    font-size: 14px;
    letter-spacing: 2px;
}

.contact-list-page .contact-info-card__value {
    color: #111111;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.7;
    word-break: break-word;
}

.contact-list-page .contact-map-media {
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(180deg, #eef3fb 0%, #f7f9fc 100%);
    aspect-ratio: 16 / 7.2;
}

.contact-list-page .contact-map-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-list-page .contact-map-media__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 24px;
    color: #7b8794;
    font-size: 16px;
    text-align: center;
}

@media (max-width: 991px) {
    .solution-list-page .solution-grid,
    .contact-list-page .contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .news-list-page .news-item {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .solution-list-page .solution-section,
    .news-list-page .news-section,
    .contact-list-page .contact-section {
        padding: 80px 0;
    }
    .solution-list-page .solution-grid,
    .contact-list-page .contact-grid {
        grid-template-columns: 1fr;
    }
    .news-list-page .news-item {
        padding: 18px;
        gap: 18px;
    }
    .news-list-page .news-item__title {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .contact-list-page .contact-showcase {
        padding: 88px 20px 100px;
    }
    .contact-list-page .contact-showcase__title {
        font-size: 34px;
    }
    .contact-list-page .contact-showcase__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .contact-list-page .contact-map-media {
        aspect-ratio: 16 / 8.5;
    }
}

@media (max-width: 767px) {
    .contact-list-page .contact-hero,
    .contact-list-page .contact-hero .home-hero__inner {
        min-height: 420px;
    }
    .contact-list-page .contact-showcase {
        padding: 76px 20px 88px;
    }
    .contact-list-page .contact-showcase__title {
        font-size: 28px;
    }
    .contact-list-page .contact-showcase__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .contact-list-page .contact-info-card {
        padding: 24px 20px;
    }
    .contact-list-page .contact-info-card__top {
        gap: 12px;
        margin-bottom: 14px;
    }
    .contact-list-page .contact-info-card__icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        font-size: 16px;
    }
    .contact-list-page .contact-info-card__value {
        font-size: 20px;
    }
    .contact-list-page .contact-map-media {
        border-radius: 18px;
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 991px) {
    .solution-list-page .solution-hero,
    .solution-list-page .solution-hero__inner {
        min-height: 560px;
    }
    .solution-list-page .solution-scenes {
        padding-left: 20px;
        padding-right: 20px;
    }
    .solution-list-page .solution-scene,
    .solution-list-page .solution-scene:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 26px;
    }
    .solution-list-page .solution-scene:nth-child(even) .solution-scene__media,
    .solution-list-page .solution-scene:nth-child(even) .solution-scene__body {
        order: initial;
    }
    .solution-list-page .solution-scene__body {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .solution-list-page .solution-hero,
    .solution-list-page .solution-hero__inner {
        min-height: 420px;
    }
    .solution-list-page .solution-scenes {
        padding: 80px 20px;
    }
    .solution-list-page .solution-scenes__head {
        margin-bottom: 28px;
    }
    .solution-list-page .solution-scenes__title {
        font-size: 34px;
    }
    .solution-list-page .solution-scenes__list {
        gap: 20px;
    }
    .solution-list-page .solution-scene {
        gap: 20px;
    }
    .solution-list-page .solution-scene__name {
        font-size: 28px;
    }
    .solution-list-page .solution-scene__desc {
        font-size: 15px;
    }
}

/* Home alternating section surfaces */
.home-page .home-product-showcase,
.home-page .home-about,
.home-page .home-solution-showcase,
.home-page .home-news-showcase {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.home-page .home-product-showcase > *,
.home-page .home-about > *,
.home-page .home-solution-showcase > *,
.home-page .home-news-showcase > * {
    position: relative;
    z-index: 1;
}

.home-page .home-product-showcase::before,
.home-page .home-product-showcase--light::before,
.home-page .home-about::after,
.home-page .home-solution-showcase::before,
.home-page .home-news-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.home-page .home-product-showcase__title,
.home-page .home-about__title,
.home-page .home-about__intro-title,
.home-page .home-about__value-title,
.home-page .home-solution-showcase__title,
.home-page .home-solution-showcase__card-title,
.home-page .home-news-showcase__title,
.home-page .home-news-showcase__card-title,
.home-page .home-news-showcase__card-title a {
    color: #1b2230;
}

.home-page .home-product-showcase__subtitle,
.home-page .home-about__subtitle,
.home-page .home-about__intro-subtitle,
.home-page .home-about__content,
.home-page .home-about__content p,
.home-page .home-about__value-desc,
.home-page .home-solution-showcase__mark,
.home-page .home-solution-showcase__subtitle,
.home-page .home-solution-showcase__scene,
.home-page .home-news-showcase__desc {
    color: #5f6674;
}

.home-page .home-product-showcase {
    background: #ffffff;
}

.home-page .home-product-showcase::before {
    background:
        radial-gradient(circle at 25% 22%, rgba(214, 183, 122, 0.18) 0 8%, rgba(214, 183, 122, 0) 9% 100%),
        radial-gradient(circle at 75% 78%, rgba(197, 168, 110, 0.14) 0 7%, rgba(197, 168, 110, 0) 8% 100%),
        radial-gradient(circle at 0 50%, rgba(186, 149, 88, 0.08) 0 14%, rgba(186, 149, 88, 0) 15% 100%) 18px 18px / 72px 72px,
        radial-gradient(circle at 100% 50%, rgba(186, 149, 88, 0.08) 0 14%, rgba(186, 149, 88, 0) 15% 100%) 18px 18px / 72px 72px,
        linear-gradient(45deg, rgba(199, 170, 115, 0.08) 1px, transparent 1px) 0 0 / 36px 36px,
        linear-gradient(-45deg, rgba(199, 170, 115, 0.08) 1px, transparent 1px) 0 0 / 36px 36px;
    opacity: 0.9;
}

.home-page .home-product-showcase--light {
    background: #f2f3f5;
}

.home-page .home-product-showcase--light::before {
    background:
        radial-gradient(ellipse at 20% 18%, rgba(131, 213, 221, 0.24) 0 12%, rgba(131, 213, 221, 0) 32%),
        radial-gradient(ellipse at 78% 32%, rgba(119, 190, 229, 0.18) 0 10%, rgba(119, 190, 229, 0) 28%),
        repeating-radial-gradient(circle at 50% 50%, rgba(88, 181, 197, 0.08) 0 2px, rgba(88, 181, 197, 0) 2px 18px),
        repeating-radial-gradient(circle at 50% 50%, rgba(124, 202, 232, 0.07) 0 1px, rgba(124, 202, 232, 0) 1px 32px);
    opacity: 0.82;
}

.home-page .home-product-showcase--light .home-product-showcase__title,
.home-page .home-product-showcase--light .home-product-showcase__subtitle {
    color: #1b2230;
}

.home-page .home-product-showcase--light .home-product-showcase__subtitle {
    color: #5f6674;
}

.home-page .home-product-showcase--light .home-product-showcase__arrow {
    border-color: rgba(27, 34, 48, 0.12);
    background: rgba(255, 255, 255, 0.9);
    color: #1b2230;
}

.home-page .home-product-showcase--light .home-product-showcase__arrow:hover {
    background: #2f7cff;
    color: #ffffff;
}

.home-page .home-product-showcase--light .home-product-showcase__pagination .swiper-pagination-bullet {
    background: rgba(27, 34, 48, 0.18);
}

.home-page .home-product-showcase--light .home-product-showcase__pagination .swiper-pagination-bullet-active {
    background: #1b2230;
}

.home-page .home-product-showcase--light .home-product-showcase__card {
    background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
    border-color: rgba(27, 34, 48, 0.06);
}

.home-page .home-about {
    background: #ffffff;
    padding-bottom: 104px;
}

.home-page .home-about::after {
    background:
        radial-gradient(circle at 22% 18%, rgba(194, 165, 124, 0.12) 0 5%, rgba(194, 165, 124, 0) 6% 100%),
        radial-gradient(circle at 78% 82%, rgba(184, 154, 113, 0.1) 0 5%, rgba(184, 154, 113, 0) 6% 100%),
        radial-gradient(circle at 0 50%, rgba(199, 172, 128, 0.08) 0 13%, rgba(199, 172, 128, 0) 14% 100%) 20px 24px / 86px 86px,
        radial-gradient(circle at 100% 50%, rgba(199, 172, 128, 0.08) 0 13%, rgba(199, 172, 128, 0) 14% 100%) 20px 24px / 86px 86px,
        linear-gradient(45deg, rgba(200, 173, 133, 0.055) 1px, transparent 1px) 0 0 / 42px 42px,
        linear-gradient(-45deg, rgba(200, 173, 133, 0.055) 1px, transparent 1px) 0 0 / 42px 42px;
    opacity: 0.62;
}

.home-page .home-about__head,
.home-page .home-about__body {
    background: transparent;
}

.home-page .home-about__body::before {
    display: none;
}

.home-page .home-about__value-num {
    color: rgba(27, 34, 48, 0.09);
}

.home-page .home-solution-showcase {
    background: #f3f4f6;
}

.home-page .home-solution-showcase::before {
    background:
        radial-gradient(circle at 50% 50%, rgba(171, 156, 173, 0.1) 0 32%, rgba(171, 156, 173, 0) 33% 100%) 0 0 / 56px 56px,
        radial-gradient(circle at 50% 50%, rgba(151, 177, 173, 0.09) 0 32%, rgba(151, 177, 173, 0) 33% 100%) 28px 28px / 56px 56px,
        linear-gradient(45deg, rgba(170, 163, 186, 0.07) 1px, transparent 1px) 0 0 / 56px 56px,
        linear-gradient(-45deg, rgba(144, 171, 167, 0.065) 1px, transparent 1px) 0 0 / 56px 56px;
    opacity: 0.78;
}

.home-page .home-solution-showcase__cat {
    border-color: rgba(27, 34, 48, 0.1);
    background: rgba(255, 255, 255, 0.76);
    color: #475164;
    backdrop-filter: blur(6px);
}

.home-page .home-solution-showcase__cat.is-active,
.home-page .home-solution-showcase__cat:hover {
    border-color: rgba(47, 124, 255, 0.18);
    background: linear-gradient(135deg, #2f7cff 0%, #6a4dff 100%);
    color: #ffffff;
}

.home-page .home-solution-showcase__card {
    background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
    border-color: rgba(27, 34, 48, 0.06);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.home-page .home-news-showcase {
    background: #ffffff;
}

.home-page .home-news-showcase::before {
    background:
        radial-gradient(circle at 18px 18px, rgba(176, 188, 204, 0.16) 0 8px, rgba(176, 188, 204, 0) 9px) 0 0 / 180px 120px,
        radial-gradient(circle at 36px 14px, rgba(176, 188, 204, 0.14) 0 7px, rgba(176, 188, 204, 0) 8px) 0 0 / 180px 120px,
        radial-gradient(circle at 54px 18px, rgba(176, 188, 204, 0.16) 0 8px, rgba(176, 188, 204, 0) 9px) 0 0 / 180px 120px,
        radial-gradient(circle at 30px 28px, rgba(176, 188, 204, 0.11) 0 6px, rgba(176, 188, 204, 0) 7px) 0 0 / 180px 120px,
        linear-gradient(180deg, rgba(176, 188, 204, 0.12) 0 2px, transparent 2px 100%) 16px 30px / 44px 18px repeat,
        radial-gradient(circle at 112% 50%, rgba(176, 188, 204, 0.1) 0 22%, rgba(176, 188, 204, 0) 23% 100%) 0 0 / 180px 120px,
        radial-gradient(circle at -12% 50%, rgba(176, 188, 204, 0.1) 0 22%, rgba(176, 188, 204, 0) 23% 100%) 0 0 / 180px 120px,
        linear-gradient(120deg, rgba(226, 232, 240, 0.22) 0%, rgba(226, 232, 240, 0) 34%) 0 0 / 100% 100%;
    opacity: 0.7;
}

.home-page .home-news-showcase__card {
    padding: 20px;
    border: 1px solid rgba(31, 50, 86, 0.07);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 34px rgba(31, 50, 86, 0.06);
}

.home-page .home-news-showcase__image-wrap {
    border-radius: 20px;
}

img.image-reveal {
    opacity: 0.42;
    filter: blur(16px);
    transition: opacity 0.5s ease, filter 0.6s ease;
    will-change: opacity, filter;
}

img.image-reveal.is-loaded {
    opacity: 1;
    filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
    img.image-reveal {
        transition: none;
    }
}

@media (max-width: 1200px) {
    .home-page .home-about {
        padding-bottom: 96px;
    }
}

@media (max-width: 768px) {
    .home-page .home-about {
        padding-bottom: 80px;
    }

    .home-page .home-news-showcase__card {
        padding: 16px;
        border-radius: 22px;
    }
}
