html,
body,
div,
span,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
video {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: rgba(0, 0, 0, 0);
    font-size: 100%
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Arial, sans-serif, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei";
    background-color: #f5f7fa
}

article,
hgroup,
menu,
nav,
section,
aside,
details,
figcaption,
figure,
footer,
header {
    display: block
}

nav ul,
ul,
li {
    list-style: none
}

blockquote {
    quotes: none
}

blockquote:before,
blockquote:after {
    content: none
}

:root {
    --primary-color: #c7000a;
    --swiper-theme-color: var(--primary-color)
}

a {
    text-decoration: none
}

.text-gray {
    color: #666;
}

.text-gray-200 {
    color: #999;
}

.text-ellipsis {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

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

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

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

header {
    height: 105px;
    position: relative
}

header .logo {
    max-width: 200px
}

header .logo img {
    width: 100%
}

header .lang-wrapper {
    position: relative;
    cursor: pointer
}

header .lang-wrapper:hover .lang-dropdown {
    display: block
}

header .lang-wrapper .lang-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    padding: 0 10px;
    height: 30px;
    background-color: var(--primary-color);
}

header .lang-wrapper .lang-dropdown {
    display: none;
    position: absolute;
    padding-top: 35px;
    right: 0
}

header .lang-wrapper .lang-dropdown ul {
    width: 150px;
    background-color: #fff;
    padding: 15px 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

header .lang-wrapper .lang-dropdown ul li a {
    display: block;
    padding: 0 25px;
    line-height: 40px;
    color: #333;
    border-radius: 4px;
    font-size: 15px
}

header .lang-wrapper .lang-dropdown ul li a:hover {
    color: var(--primary-color);
    background-color: #f2f2f2
}

header .lang-icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
    color: #fff;
    margin-right: 5px
}

header .search-icon {
    width: 19px;
    height: 19px;
    cursor: pointer;
    color: #333;
}

header .lang-text {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap
}

header .search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    position: absolute;
    top: 0;
    height: 75px;
    width: 100%;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

header .search-wrapper.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header .search-wrapper .search-wrapper-content {
    width: 70%
}

header .search-wrapper .search-input {
    width: calc(100% - 150px);
    height: 40px;
    border: 1px solid #e8e8e8;
    padding-left: 20px;
    border-radius: 40px
}

header .search-wrapper .search-submit {
    width: 120px;
    height: 38px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    border: none;
    margin-left: 10px;
    border-radius: 30px
}

header .search-wrapper .search-close {
    cursor: pointer;
    width: 30px
}

.main-slider {
    position: relative;
    display: block;
    overflow: hidden
}

.main-slider:hover .swiper-button-next,
.main-slider:hover .swiper-button-prev {
    opacity: 1
}

.main-slider .container {
    position: relative;
    z-index: 30
}

.main-slider .swiper-slide {
    position: relative
}

.main-slider .swiper-slide .swiper-silde-img {
    width: 100%;
    min-height: 400px;
    /* 	max-height: 800px; */
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 7000ms ease;
    transition: -webkit-transform 7000ms ease;
    transition: transform 7000ms ease;
    transition: transform 7000ms ease, -webkit-transform 7000ms ease
}

.main-slider .swiper-slide-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-slider .swiper-slide-content .more {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none !important;
    background-color: var(--primary-color);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 50px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    overflow: hidden;
    letter-spacing: .2em;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition-delay: 2500ms;
    transition-delay: 2500ms;
    -webkit-transition: opacity 2000ms ease, color 500ms ease, background 500ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, color 500ms ease, background 500ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease, -webkit-transform 2000ms ease
}

.main-slider .swiper-slide-active .main-slider-shape-1 {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    opacity: .5
}

.main-slider .swiper-slide-active .swiper-silde-img {
    /* 	-webkit-transform: scale(1.15);
	transform: scale(1.15) */
}

.main-slider .swiper-slide-active .more,
.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active p {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0)
}

.main-slider h2 {
    margin: 0;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 900;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.02em;
    text-shadow: 2px -1px 4px #000
}

.main-slider p {
    font-size: 18px;
    color: #eee;
    margin: 0;
    line-height: 30px;
    margin-bottom: 53px;
    opacity: 0;
    font-weight: 400;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition-delay: 2500ms;
    transition-delay: 2500ms;
    -webkit-transition: opacity 2000ms ease, color 500ms ease, background 500ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, color 500ms ease, background 500ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease, -webkit-transform 2000ms ease;
    text-shadow: 2px -1px 4px #000
}

.main-slider-shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: cover;
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    z-index: 2
}

.main-slider__content {
    position: relative;
    display: block;
    z-index: 30
}

.main-slider__nav {
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    opacity: 0
}

.main-slider__nav .swiper-button-next {
    right: 15px
}

.main-slider__nav .swiper-button-prev {
    left: 15px
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
    display: none
}

.main-slider__nav .fa {
    position: relative;
    font-size: 30px;
    color: #333
}

/* 三级菜单样式修复 */
.main-nav {
    background-color: #b81e1e;
    background: url(../images/header_nav_bg.jpg) no-repeat center top;
}

.navbar {
    padding: 0;
}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: center;
}

.nav-item {
    position: relative;
}

.nav-link {
    color: white !important;
    padding: 12px 20px !important;
    font-size: 14px;
    transition: all 0.3s ease;
}

.nav-link:hover {
    background-color: #000000;
}

.nav-item a.active {
    background-color: var(--primary-color);
    font-weight: bold;
}

/* 二级下拉菜单基础样式 */
.dropdown-menu {
    background-color: rgba(172, 30, 78, 0.85);
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    min-width: 180px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    font-size: 14px;
}

/* 三级下拉菜单样式（右侧展开） */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    /* 三级菜单在二级菜单右侧 */
    min-width: 160px;
    /* 三级菜单宽度适配 */
}

.dropdown-item {
    color: white;
    padding: 10px 20px;
    transition: all 0.3s ease;
    white-space: nowrap;
    /* 防止文字换行 */
}

.dropdown-item:hover {
    background-color: #000000;
    color: white;
}

/* 二级和三级菜单项分隔线，确保所有级别的菜单都有相同的分隔样式 */
.dropdown-menu .dropdown-item,
.dropdown-submenu .dropdown-menu .dropdown-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* 增强优先级，确保普通二级菜单项也显示分隔线 */
.dropdown-menu>li>.dropdown-item,
.dropdown-submenu .dropdown-menu>li>.dropdown-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* 所有级别的最后一个菜单项都没有分隔线 */
.dropdown-menu .dropdown-item:last-child,
.dropdown-submenu .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

/* 大屏幕下（md以上）启用悬停下拉 */
@media (min-width: 768px) {

    /* 父菜单悬停时显示二级下拉菜单 */
    .hover-dropdown:hover>.dropdown-menu {
        display: block;
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

    /* 大屏幕下二级和三级菜单项分隔线 */
    .dropdown-menu .dropdown-item,
    .dropdown-submenu .dropdown-menu .dropdown-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    }

    /* 大屏幕下最后一个菜单项无分隔线 */
    .dropdown-menu .dropdown-item:last-child,
    .dropdown-submenu .dropdown-menu .dropdown-item:last-child {
        /* border-bottom: none !important; */
    }

    /* 二级菜单悬停时显示三级下拉菜单 */
    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
    }

    /* 初始化下拉菜单状态（配合动画） */
    .hover-dropdown .dropdown-menu {
        display: none;
        /* 默认隐藏 */
        opacity: 0;
        transform: translateY(10px);
        visibility: hidden;
        transition: all 0.3s ease;
        /* 平滑过渡 */
    }

    .dropdown-submenu .dropdown-menu {
        transform: translateX(10px);
        /* 三级菜单动画方向 */
    }
}

/* 小屏幕下保持Bootstrap默认点击触发 */
@media (max-width: 767.98px) {

    .navbar-collapse {
        max-height: none;
        overflow: visible;
    }

    .navbar-nav {
        width: 100%;
    }

    .hover-dropdown .dropdown-menu,
    .dropdown-submenu .dropdown-menu {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        width: 33.333% !important;
        min-width: 33.333% !important;
        max-width: 33.333% !important;
        background-color: #b81e1e;
        padding: 0;
    }

    .hover-dropdown.show .dropdown-menu,
    .dropdown-submenu.show .dropdown-menu {
        display: block;
    }

    .dropdown-toggle {
        cursor: pointer;
        position: relative;
    }

    .dropdown-submenu .dropdown-toggle {
        cursor: pointer;
        position: relative;
    }

    /* .dropdown-submenu .dropdown-toggle::after {
        content: '›';
        position: absolute;
        right: 15px;
        font-size: 18px;
        font-weight: bold;
    } */

    /* 小屏幕下二级和三级菜单项分隔线 */
    .dropdown-menu .dropdown-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    /* 小屏幕下最后一个菜单项无分隔线 */
    .dropdown-menu .dropdown-item:last-child {
        border-bottom: none;
    }

    .page-content .page-content-card .card-body {
        padding: 10px;
    }
}

#main-slider-pagination {
    z-index: 10;
    bottom: 59px;
    left: 50%;
    width: 100%;
    max-width: 88%;
    -webkit-transform: translate(-50%, calc(-50% + 95px));
    transform: translate(-50%, calc(0% + 0px));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 5px
}

#main-slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    opacity: .4;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin: 0
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    height: 10px;
    opacity: 1
}

.menu-mobile {
    padding: 0 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.menu-mobile .open-icon {
    display: block;
    opacity: 1
}

.menu-mobile .close-icon {
    display: none;
    opacity: 0
}

.menu-mobile.open .open-icon {
    opacity: 0;
    display: none
}

.menu-mobile.open .close-icon {
    opacity: 1;
    display: block
}

.rotate-icon a::after {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: var(--primary-color) !important
}

.nav-pc {
    height: 100%
}

.nav-pc a {
    /* text-transform: uppercase */
}

.nav-pc .menu-dropdown-icon>a::after {
    content: "";
    font-family: "FontAwesome";
    cursor: pointer;
    float: right;
    /* background: #fff; */
    color: #333;
    margin-left: 5px
}

.nav-pc .menu {
    height: 100%
}

.nav-pc .menu>ul {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.nav-pc .menu>ul:before,
.nav-pc .menu>ul:after {
    content: "";
    display: table
}

.nav-pc .menu>ul:after {
    clear: both
}

.nav-pc .menu>ul>li {
    padding: 0 20px;
    margin: 0;
    height: 100%;

}

.nav-pc .menu>ul>li a {
    white-space: nowrap;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;

}

.nav-pc .menu>ul>li a>i.fa {
    margin-left: 5px
}

.nav-pc .menu>ul>li a.active {
    color: var(--primary-color);

    background-color: #efefef;
    padding: 0 10px;


}

.nav-pc .menu>ul>li:hover>a {
    color: var(--primary-color)
}

.nav-pc .menu>ul>li {
    position: relative;
}

.nav-pc .menu>ul>li>.sub-menu {
    display: none;
    width: auto;
    background: #fff;
    padding: 10px 0;
    position: absolute;
    z-index: 999;
    margin: 0;
    left: 0;
    top: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.nav-pc .menu>ul>li>.sub-menu:before,
.nav-pc .menu>ul>li>.sub-menu:after {
    content: "";
    display: table
}

.nav-pc .menu>ul>li>.sub-menu:after {
    clear: both
}

.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list {
    min-height: 80px
}

.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list>.sub-menu-item {
    margin: 0;
    padding-bottom: 0
}

.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list>.sub-menu-item a {
    font-size: 14px;
    color: #000;
    padding: 10px 20px;
    display: block;
    font-weight: 400;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-decoration: none;
}

.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list>.sub-menu-item a:hover {
    color: var(--primary-color);
    background-color: #f2f2f2;
}

.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list.normal-sub {
    left: auto;
    right: 0;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list.normal-sub>li {
    width: auto;
    padding: 0 20px
}

.nav-pc .menu>ul>li>.sub-menu>.sub-menu-list.normal-sub>li a {
    width: auto;
    border: 0;
    padding: 1em 0
}

.product-wrapper {
    margin-top: 60px
}

.product-wrapper .link-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-wrapper .link-section a {
    font-size: 14px;
    color: #111;
    margin: 0 10px
}

.product-wrapper .product-list {
    margin-top: 10px
}

.product-wrapper .product-list .product-item {
    margin: 12px 0
}

.product-wrapper .product-list .product-item .product-item-wrapper {
    display: block;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(100, 100, 100, .1);
    box-shadow: 0 2px 8px rgba(100, 100, 100, .1);
    position: relative;
    top: 0;
    -webkit-transition: top .5s;
    transition: top .5s
}

.product-wrapper .product-list .product-item .product-item-wrapper:hover {
    top: -4px
}

.product-wrapper .product-list .product-item .product-item-wrapper:hover .pic img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.product-wrapper .product-list .product-item .product-item-wrapper:hover .content-wrapper {
    background-color: var(--primary-color);
    color: #fff
}

.product-wrapper .product-list .product-item .product-item-wrapper:hover .content-wrapper .product-item-title {
    color: #fff
}

.product-wrapper .product-list .product-item .product-item-wrapper:hover .content-wrapper .product-item-info {
    color: #fff
}

.product-wrapper .product-list .product-item .product-item-wrapper:hover .content-wrapper .product-item-bottom .price {
    color: #fff
}

.product-wrapper .product-list .product-item .product-item-wrapper:hover .public-more {
    color: #fff
}

.product-wrapper .product-list .product-item .product-item-wrapper:hover .public-more::after {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.product-wrapper .product-list .product-item .pic {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.product-wrapper .product-list .product-item .pic img {
    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    border: none !important;
    padding: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product-wrapper .product-list .product-item .content-wrapper {
    padding: 15px 15px 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.product-wrapper .product-list .product-item .product-item-title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.product-wrapper .product-list .product-item .product-item-info {
    margin: 10px 0;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.product-wrapper .product-list .product-item .product-item-bottom .price {
    display: inline-block;
    color: #666;
    height: 30px;
    line-height: 30px
}

.product-wrapper .product-list .product-item .product-item-bottom .price .price-unit {
    font-size: 12px;

}

.product-wrapper .product-list .product-item .product-item-bottom .public-more {
    font-size: 12px;
    padding: 5px 10px;
    line-height: 20px
}

.product-wrapper .product-more {
    margin-top: 30px
}

.public-title h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase
}

.public-title p {
    font-size: 14px;
    color: #333;
    text-transform: uppercase
}

.public-more {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    border: solid 1px #eee;
    -webkit-transition: .1s;
    transition: .1s;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 2.5rem;
    color: #666;
    font-size: 13px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s
}

.public-more::after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s
}

.public-more:hover {
    color: #fff;
    border-color: var(--primary-color)
}

.public-more:hover::after {
    background-color: var(--primary-color)
}

.about-wrapper {
    margin-top: 60px;
    margin-bottom: 10px
}

.about-wrapper .left-img {
    height: 580px
}

.about-wrapper .left-img img {
    max-height: 120%
}

.about-wrapper .about-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.about-wrapper .about-right .count-wrapper {
    margin-top: 10px
}

.about-wrapper .about-right .count-wrapper .count-item {
    margin-right: 30px
}

.about-wrapper .about-right .count-wrapper .count-item p {
    font-size: 16px
}

.about-wrapper .about-right .count-wrapper .count-text .number {
    font-weight: 700;
    font-size: 36px;
    color: var(--primary-color)
}

.about-wrapper .about-right .count-wrapper .count-text .unit {
    font-size: 14px;
    color: #666
}

.about-wrapper .about-right .about-right-content {
    position: absolute;
    height: 100%;
    left: 0px;
    background: #fff;
    padding: 80px 60px
}

.about-wrapper .about-right .about-right-content h2 {
    font-size: 30px;
    font-weight: 700
}

.about-wrapper .about-right .about-right-content p {
    font-size: 14px;
    color: #333;
    text-transform: uppercase
}

.about-wrapper .about-right .about-right-content .info {
    margin-top: 20px;
    line-height: 1.8;
    color: #555;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical
}

.about-wrapper .about-right .about-right-content .public-more {
    margin-top: 20px;
    font-size: 14px
}

.case-wrapper {
    background-color: #fff;
    padding: 60px 0;
    position: relative
}

.case-wrapper .case-next,
.case-wrapper .case-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: -50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
    text-align: center;
    z-index: 999
}

.case-wrapper .case-next i,
.case-wrapper .case-prev i {
    font-size: 30px;
    color: #333
}

.case-wrapper .case-next,
.case-wrapper .case-prev {
    display: none
}

.case-wrapper .case-swiper {
    padding: 0 12px 30px
}

.case-wrapper .case-swiper .swiper-wrapper {
    padding: 20px 0
}

.case-wrapper .case-swiper .swiper-slide {
    border-radius: 12px;
    overflow: hidden
}

.case-wrapper .case-swiper .swiper-slide:hover .swiper-slide-img::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.case-wrapper .case-swiper .swiper-slide:hover .swiper-slide-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.case-wrapper .case-swiper .swiper-slide:hover .case-content-wrapper::before {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.case-wrapper .case-swiper .swiper-slide:hover .case-content-wrapper::after {
    color: #fff
}

.case-wrapper .case-swiper .swiper-slide:hover .case-content-wrapper h3 {
    color: #fff
}

.case-wrapper .case-swiper .swiper-slide:hover .case-content-wrapper p {
    color: #fff
}

.case-wrapper .case-swiper .swiper-slide .swiper-slide-img {
    overflow: hidden;
    position: relative;
    border-radius: 5px
}

.case-wrapper .case-swiper .swiper-slide .swiper-slide-img::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(27, 24, 37, .3);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    z-index: 1
}

.case-wrapper .case-swiper .swiper-slide img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease
}

.case-wrapper .case-swiper .swiper-slide .case-content-wrapper {
    padding: 25px 50px 25px 25px;
    position: relative;
    background-color: #fff;
    margin: -50px 30px 15px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    height: 90px
}

.case-wrapper .case-swiper .swiper-slide .case-content-wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--primary-color);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1
}

.case-wrapper .case-swiper .swiper-slide .case-content-wrapper::after {
    display: inline-block;
    content: "";
    font-size: 12px;
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--primary-color)
}

.case-wrapper .case-swiper .swiper-slide .case-content-wrapper h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    height: 20px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
}

.case-wrapper .case-swiper .swiper-slide .case-content-wrapper p {
    color: #7b7981;
    font-size: 14px;
    margin-top: 5px;
    height: 20px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease
}

.case-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #000;
    opacity: .2;
    margin: 0 5px;
    border-radius: 20px;
    -webkit-transition: opacity .5s, background-color .5s, width .5s;
    transition: opacity .5s, background-color .5s, width .5s;
    -webkit-transition-delay: .5s, .5s, 0s;
    transition-delay: .5s, .5s, 0s
}

.case-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary-color);
    width: 30px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.news-wrapper {
    padding: 60px 0
}

.news-wrapper .news-list {
    padding: 30px 0
}

.news-wrapper .news-list .news-item {
    position: relative;
    top: 0;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    margin: 10px 0;
    -webkit-transition: top .5s;
    transition: top .5s;
    -webkit-box-shadow: 0 2px 8px rgba(100, 100, 100, .1);
    box-shadow: 0 2px 8px rgba(100, 100, 100, .1)
}

.news-wrapper .news-list .news-item:hover .news-item-img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.news-wrapper .news-list .news-item:hover .card-body {
    background-color: var(--primary-color);
    color: #fff
}

.news-wrapper .news-list .news-item:hover .card-body .card-title {
    color: #fff
}

.news-wrapper .news-list .news-item:hover .card-body .card-text {
    color: #fff
}

.news-wrapper .news-list .news-item:hover .card-body .card-info {
    color: #fff
}

.news-wrapper .news-list .news-item:hover .card-body .card-info i {
    color: #fff
}

.news-wrapper .news-list .news-item:hover .card-body .more {
    color: #fff
}

.news-wrapper .news-list .news-item .news-item-img {
    position: relative;
    overflow: hidden;
}

.news-wrapper .news-list .news-item .news-item-img a {
    display: block;
    height: 100%
}

.news-wrapper .news-list .news-item .news-item-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.news-wrapper .news-list .news-item .card-body {
    display: inline-block;
    padding: 20px 20px 15px;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    width: 100%
}

.news-wrapper .news-list .news-item .card-body .card-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-wrapper .news-list .news-item .card-body .card-text {
    margin-top: 5px;
    font-size: 13px;
    color: #222;
    height: 66px;
    line-height: 22px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-wrapper .news-list .news-item .card-body .card-info {
    margin-top: 5px;
    font-size: 13px;
    color: #666;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-wrapper .news-list .news-item .card-body .card-info i {
    color: #999;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-wrapper .news-list .news-item .card-body .card-info span {
    margin-right: 10px
}

.news-wrapper .news-list .news-item .card-body .more {
    margin-top: 10px;
    font-size: 12px;
    text-align: right;
    color: var(--primary-color);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-wrapper .news-more {
    margin-top: 20px
}

.news-wrapper .news-more .public-more {
    background-color: #fff;
    padding: 10px 20px;
    font-size: 14px
}

.custom-wrapper {
    padding: 10px 0;
    background-color: #fff
}

.custom-wrapper .custom-list {
    margin: 20px 0 0;
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2
}

.custom-wrapper .custom-list .custom-item {
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: .3s;
    transition: .3s
}

.custom-wrapper .custom-list .custom-item:hover {
    -webkit-box-shadow: 0 0 8px #ddd;
    box-shadow: 0 0 8px #ddd;
    z-index: 1;
    cursor: pointer
}

.custom-wrapper .custom-list .custom-item .pic {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s;
    height: 100%
}

.custom-wrapper .custom-list .custom-item .pic img {
    width: 100%
}

.contact-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #25292f
}

.contact-wrapper .public-title {
    text-align: center
}

.contact-wrapper .public-title h3 {
    color: #fff;
    font-size: 36px;
    margin: 10px 0
}

.contact-wrapper .public-title p {
    color: #999;
    font-size: 20px
}

.contact-wrapper .contact-content {
    padding: 20px;
    background-color: none
}

.contact-wrapper .contact-content .contact-form {
    margin: 30px 0
}

.contact-wrapper .contact-content input {
    width: 20%;
    height: 40px;
    padding-left: 15px;
    color: #000;
    font-size: 16px;
    border: 1px solid #ccc;
    margin-right: 20px;
    border-radius: 5px
}

.contact-wrapper .contact-content input::-webkit-input-placeholder {
    color: #999
}

.contact-wrapper .contact-content input::-moz-placeholder {
    color: #999
}

.contact-wrapper .contact-content input:-ms-input-placeholder {
    color: #999
}

.contact-wrapper .contact-content input::-ms-input-placeholder {
    color: #999
}

.contact-wrapper .contact-content input::placeholder {
    color: #999
}

.contact-wrapper .contact-content input:focus {
    border-color: var(--primary-color)
}

.contact-wrapper .contact-content .remark {
    width: 38%
}

.contact-wrapper .contact-content button {
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 5px;
    width: 20%
}

footer {
    /* background-color: #1f232b; */
    padding: 10px 0px 0px 0px
}

.footer-link {
    border-bottom: 20px solid #c7000a;
    padding-bottom: 20px
}

.footer-link .public-title {
    color: #aaa
}

.footer-link .public-title p {
    color: #555
}

.footer-link ul {
    margin-left: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-link ul li {
    margin-right: 30px
}

.footer-link ul a {
    color: #333;
    font-weight: 200;
    font-size: 14px
}

.footer-link ul a:hover {
    color: var(--primary-color)
}

.footer-logo {
    width: 128px
}

footer .footer-menu {
    padding-top: 20px
}

footer .footer-menu li {
    margin-right: 85px;
    font-size: 14px
}

footer .footer-menu li dt {
    font-size: 13px;
    color: #666;
    margin-bottom: 5px
}

footer .footer-menu li a {
    color: #999;
    line-height: 30px
}

footer .footer-menu li a:hover {
    color: var(--primary-color)
}

footer .footer-contact {
    margin-top: 20px;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

footer .footer-contact p {
    font-size: 13px;
    margin-bottom: 5px
}

footer .footer-contact p:first-child {
    font-size: 13px;

    color: #eee
}

footer .container .left .footer-link-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    /* margin-top: 10px; */
}

footer .container .left .footer-link-wrapper li {
    margin-right: 20px;
    margin-bottom: 10px;
}

footer .container .left .footer-link-wrapper a {
    color: #333;
}

footer .container .left .footer-link-wrapper a:hover {
    color: #333 !important;
}

footer .footer-contact .qrcodes {
    margin-top: 10px;
    text-align: center
}

footer .footer-contact .qrcodes .qrcode-img {
    margin-left: 5px
}

footer .footer-contact .qrcodes img {
    width: 100px;
    height: 100px;
    background-color: #eee
}

footer .footer-contact .qrcodes p {
    margin-top: 5px
}

.copyriht {
    padding: 10px 0;
    /* background-color: #171717; */
    text-align: center;
    font-size: 14px;
    color: #666
}

.copyriht a {
    color: #666
}

.neibanner {
    width: 100%;
    /* 	height: 400px; */
    position: relative
}

.neibanner img {
    width: 100%;
    /* 	height: 100%; */
    -o-object-fit: cover;
    object-fit: cover
}

.neibanner .neibannerdesc {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 1;
    color: #fff
}

.neibanner .neibannerdesc .neibannerdesc-title {
    margin-bottom: 40px
}

.neibanner .neibannerdesc h2 {
    margin-top: 5px;
    font-size: 44px;
    font-weight: 400
}

.neibanner .neibannerdesc p {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #f1f1f1
}

.neinav {
    width: 100%;
    background-color: rgba(255, 255, 255, .25);
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.neinav .neinav-wrapper li {
    margin: 5px 20px 5px 0
}

.neinav .neinav-wrapper li a {
    color: #eee;
    display: inline-block;
    line-height: 35px;
    font-size: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
}

.neinav .neinav-wrapper li.active a {
    background-color: var(--primary-color);
    border-radius: 40px;
    padding: 0 15px;
    font-size: 15px;
    color: #fff;
    font-weight: 500
}

.neinav .neinav-wrapper li:hover a {
    color: #fff
}

.neinav .neiposition i.fa {
    color: #ccc
}

.neinav .neiposition i.neiposition-icon {
    color: #ccc;
    margin-right: 5px
}

.neinav .neiposition a {
    font-size: 14px;
    color: #ccc
}

.neinav .neiposition a:hover {
    color: #fff
}

.page-content {
    padding: 40px 0
}

.page-content .page-content-card {
    border: none
}

.page-content .page-content-card .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 30px 0 30px;
    border-bottom: 1px solid #eee
}

.page-content .page-content-card .tabs .tabs-item {
    cursor: pointer;
    font-size: 16px;
    color: #333;
    padding: 10px 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-right: 40px;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    margin-bottom: -2px
}

.page-content .page-content-card .tabs .tabs-item.active {
    color: #000;
    border-bottom: 3px solid #000;
    font-weight: 600
}

.page-content .card-body {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    line-height: 2rem
}

.page-content .card-body img {
    max-width: calc(100% - 60px);
    height: auto
}

.page-content .page-content-title {
    font-size: 24px;
    text-align: center
}

.page-content .page-content-timeline {
    border-top: 1px solid #eee;
    padding: 5px 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.page-content .page-content-timeline .page-content-timeline-left {
    font-size: 14px;
    font-weight: 600;
    color: #333
}

.page-content .page-content-timeline .page-content-timeline-left a {
    color: var(--primary-color)
}

.page-content .page-content-timeline .page-content-timeline-left span {
    margin: 0px 5px
}

.page-content .page-content-timeline .page-content-timeline-left i {
    font-style: normal
}

.page-content .page-content-timeline .page-content-timeline-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-content .page-content-timeline .page-content-timeline-right img {
    height: 22px;
    -webkit-filter: brightness(200%) grayscale(200%);
    filter: brightness(200%) grayscale(200%);
    margin-right: 10px
}

.page-content .page-content-detags {
    margin: 40px 0px 0px
}

.page-content .page-content-detags p {
    font-size: 14px
}

.page-content .page-content-detags p span {
    color: #666
}

.page-content .page-content-detags p a {
    font-size: 14px;
    margin: 0px 5px;
    color: var(--primary-color)
}

.page-content .next-prev {
    margin-top: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #eee
}

.page-content .next-prev .row {
    padding: 20px 0
}

.page-content .next-prev .row .next-prev-left,
.page-content .next-prev .row .next-prev-right {
    font-size: 14px;
    color: #666
}

.page-content .next-prev .row .next-prev-right {
    text-align: right
}

.page-content .next-prev .row a {
    color: var(--primary-color)
}

.page-list.product-wrapper {
    margin-top: 30px
}

.page-list.case-wrapper {
    padding: 30px 0
}

.page-list .news-wrapper {
    padding: 30px 0
}

.page-list .product-filter {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 10px
}

.page-list .product-filter .filter-row {
    line-height: 30px;
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0
}

.page-list .product-filter .filter-row:last-child {
    border-bottom: none
}

.page-list .product-filter .filter-title {
    padding: 0 15px;
    margin-right: 10px;
    text-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-list .product-filter .filter-values li a {
    display: inline-block;
    font-size: 14px;
    color: #000;
    padding: 0 15px;
    background-color: #f2f2f2;
    margin: 5px 8px;
    border-radius: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.page-list .product-filter .filter-values li:hover a,
.page-list .product-filter .filter-values li.active a {
    background-color: var(--primary-color);
    color: #fff
}

.case-wrapper .case-item {
    display: block;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    position: relative;
    top: 0;
    -webkit-transition: top .5s;
    transition: top .5s;
    margin-bottom: 30px
}

.case-wrapper .case-item .case-item-img {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.case-wrapper .case-item .case-item-img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    border: none !important;
    padding: 0
}

.case-wrapper .case-item .case-content-wrapper {
    padding: 15px 15px 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: var(--bs-light);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.case-wrapper .case-item .case-item-title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.case-wrapper .case-item .case-item-info {
    margin: 10px 0;
    color: #666;
    font-size: 14px;
    text-align: left;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.case-wrapper .case-item:hover {
    top: -4px
}

.case-wrapper .case-item:hover .case-item-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.case-wrapper .case-item:hover .case-content-wrapper {
    background-color: var(--primary-color);
    color: #fff
}

.case-wrapper .case-item:hover .case-content-wrapper .case-item-title {
    color: #fff
}

.case-wrapper .case-item:hover .case-content-wrapper .case-item-info {
    color: #fff
}

.contact-wrapper.page-content {
    background: none
}

.contact-wrapper.page-content h3 {
    font-size: 28px;
    margin: 20px 0;
    color: #1a1a1a
}

.contact-wrapper.page-content h4 {
    color: #999;
    font-size: 14px
}

.contact-wrapper.page-content h5 {
    color: #999;
    font-size: 14px;
    margin-top: 20px
}

.contact-wrapper.page-content .contact_blline {
    height: 4px;
    width: 80px;
    background-color: var(--primary-color)
}

.contact-wrapper.page-content .contact-info-list {
    margin: 20px 0;
    border-top: 1px solid #e6e6e7
}

.contact-wrapper.page-content .contact-info-list p {
    font-size: 14px;
    color: #999;
    padding-bottom: 5px
}

.contact-wrapper.page-content .contact-info-list h6 {
    color: #242424;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    cursor: default;
    -webkit-transition: all .5s;
    transition: all .5s;
    word-break: break-all
}

.contact-wrapper.page-content .contact-info-list .col-6 {
    margin: 15px 0px
}

.contact-wrapper.page-content .contact_br form input {
    width: 49%;
    border: 1px solid #ededed;
    background: #f5f5f7;
    padding: 10px 20px;
    height: 60px;
    font-size: 16px;
    margin-bottom: 15px
}

.contact-wrapper.page-content .contact_br form textarea {
    width: 100%;
    height: 130px;
    font-size: 16px;
    border: 1px solid #ededed;
    background: #f5f5f7;
    padding: 20px
}

.contact-wrapper.page-content .contact_br form button {
    background: var(--primary-color);
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 58px;
    border: 0px;
    cursor: pointer;
    text-align: center;
    margin-top: 15px;
    border-radius: 50px
}

.contact-wrapper.page-content .contact_t {
    margin: 50px 0px 0;
    padding: 10px 0px;
    border-top: 1px solid #f2f2f2
}

.newslistp_bot {
    width: 100%;
    height: auto;
    margin-top: 30px
}

.newslistp_bot ul li {
    margin-bottom: 40px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.newslistp_bot ul li a {
    display: block;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden
}

.newslistp_botimg {
    width: 100%;
    height: 190px;
    overflow: hidden
}

.newslistp_botimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease
}

.newslistp_botdes {
    padding: 15px;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: all .5s;
    transition: all .5s
}

.newslistp_botdes h3 {
    color: #333;
    font-size: 16px
}

.newslistp_botdes p {
    font-size: 14px;
    color: #333;
    width: 100%;
    text-align: right
}

.newslistp_bot ul li:hover .newslistp_botimg img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.newslistp_bot ul li:hover .newslistp_botdes h3,
.newslistp_bot ul li:hover .newslistp_botdes p {
    color: var(--primary-color)
}

.newslistp_bot ul li:hover .newslistp_botdes {
    background-color: var(--primary-color);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1)
}

.newslistp_bot ul li:hover .newslistp_botdes h3,
.newslistp_bot ul li:hover .newslistp_botdes p {
    color: #fff
}

.page-pagination {
    text-align: center;
    width: 100%
}

.page-pagination .pagination,
.page-pagination .pager {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0;
    border-radius: 8px
}

.page-pagination .pagination>li,
.page-pagination .pager>li {
    display: inline
}

.page-pagination .pagination>li>a,
.page-pagination .pagination>li>span,
.page-pagination .pager>li>a,
.page-pagination .pager>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: var(--primary-color);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.page-pagination .pagination>li:first-child>a,
.page-pagination .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.page-pagination .pagination>li:last-child>a,
.page-pagination .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.page-pagination .pagination>li>a:focus,
.page-pagination .pagination>li>a:hover,
.page-pagination .pagination>li>span:focus,
.page-pagination .pagination>li>span:hover {
    z-index: 2;
    color: var(--primary-color);
    background-color: #eee;
    border-color: #ddd
}

.page-pagination .pagination>.active>a,
.page-pagination .pagination>.active>a:focus,
.page-pagination .pagination>.active>a:hover,
.page-pagination .pagination>.active>span,
.page-pagination .pagination>.active>span:focus,
.page-pagination .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.page-pagination .pagination>.disabled>a,
.page-pagination .pagination>.disabled>a:focus,
.page-pagination .pagination>.disabled>a:hover,
.page-pagination .pagination>.disabled>span,
.page-pagination .pagination>.disabled>span:focus,
.page-pagination .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.page-pagination .pagination .jumpto {
    display: inline-block;
    margin-left: 2px
}

.page-pagination .pagination .jumpto input {
    padding: 6px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: #fff;
    border: 1px solid #ddd;
    float: left
}

.page-pagination .pagination .jumpto .page_number {
    width: 125px;
    text-align: center;
    margin-right: -1px
}

.page-pagination .pager>.disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.product-content-info {
    margin-top: 60px
}

.procontent_1 {
    width: 100%;
    background-color: #f9fafc;
    position: relative;
    overflow: hidden;
    padding: 50px 0
}

.procontent1_l {
    height: 400px
}

.procontent1_l .gallery-top {
    height: 90%;
    width: 100%;
    overflow: hidden;
    border-radius: 10px
}

.procontent1_l .gallery-top .swiper-slide {
    /* border: 1px solid #ddd; */
    border-radius: 10px
}

.procontent1_l .gallery-thumbs {
    height: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    overflow: hidden
}

.procontent1_l .gallery-thumbs .swiper-slide {
    height: 100%;
    border: 1px solid #999;
    opacity: .4;
    border-radius: 10px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.procontent1_l .gallery-thumbs .swiper-slide-thumb-active {
    border-color: #000;
    opacity: 1
}

.procontent1_l .swiper-slide {
    background: none;
    overflow: hidden
}

.procontent1_l .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 10px
}

.procont_ltop h2 {
    font-size: 21px;
    color: #333
}

.procont_ltop p {
    letter-spacing: 1px;
    margin-top: 10px;
    font-size: 16px;
    color: #333
}

.procont_lbot {
    margin-top: 20px;
    background-color: #efeef0;
    border-radius: 5px;
    padding: 20px
}

.procont_lbot p {
    font-size: 15px;
    line-height: 30px
}

.procontent_zx {
    margin-top: 40px
}

.procontent_zx a {
    width: 150px;
    height: 40px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #111;
    color: #fff;
    border-radius: 30px;
    margin-right: 10px
}

.procontent_zx a .fa {
    margin-right: 5px
}

.procontent_zx .product-info-price {
    background-color: var(--primary-color)
}

.procontent_zx .product-info-price .price-text {
    font-size: 18px;
    font-weight: 600
}

.download-wrapper .card-body {
    padding: 50px
}

.download-wrapper .card-body .list-header {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px
}

.download-wrapper .card-body .row {
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.download-wrapper .card-body .row .card-title {
    margin: 25px 0
}

.download-wrapper .card-body .row .create_time {
    color: #666
}

.download-wrapper .card-body .row .btn {
    border-radius: 50px;
    font-size: 14px
}

@media(min-width: 1400px) {
    .container {
        max-width: 1200px
    }
}

@media(max-width: 1199.98px) {
    .nav-pc {
        max-width: calc(100% - 300px);
        overflow: hidden
    }

    .nav-pc .menu>ul>li {
        padding: 0 15px
    }

    .nav-pc .menu>ul>li a {
        font-size: 14px
    }

    .footer-link .left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-link .left .footer-link-wrapper {
        margin: 10px 0 0 0 !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-link .left .footer-link-wrapper li {
        margin-right: 10px
    }

    .footer-link .left .footer-link-wrapper a {
        font-weight: 400;
        font-size: 13px
    }

    .footer-menu ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .neibanner {
        height: 230px
    }

    .neibanner .neibannerdesc p {
        font-size: 18px
    }

    .neibanner .neibannerdesc h2 {
        font-size: 32px
    }

    .neinav .neinav-wrapper li a {
        font-size: 12px
    }

    .neinav .neinav-wrapper li.active a {
        font-size: 12px
    }
}

@media(max-width: 991.98px) {
    header {
        height: 60px
    }

    .neibanner img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    .page-header {
        padding: 10px 0 0 10px !important
    }

    .page-list .news-wrapper {
        padding: 10px 0
    }

    .page-list.case-wrapper {
        padding: 10px 0
    }

    .page-list.product-wrapper {
        margin-top: 10px
    }

    header .lang-wrapper .lang-dropdown {
        padding-top: 15px
    }

    header .search-wrapper {
        height: 60px
    }

    header .search-wrapper .search-wrapper-content {
        width: 90% !important
    }

    header .search-wrapper .search-input {
        width: calc(100% - 130px);
        height: 35px
    }

    header .search-wrapper .search-submit {
        height: 33px;
        width: 90px
    }

    .main-slider h2 {
        font-size: 45px
    }

    .main-slider p {
        font-size: 16px;
        margin-bottom: 40px
    }

    .main-slider .swiper-slide-content {
        padding: 0 30px
    }

    .main-slider .swiper-slide-content .more {
        font-size: 14px;
        padding: 10px 20px
    }

    .main-slider .main-slider__nav {
        display: none
    }

    #main-slider-pagination {
        bottom: 20px
    }

    .menu-mobile {
        display: block !important
    }

    .nav-pc .menu>ul {
        display: none !important
    }

    .nav-pc .menu>ul>li {
        width: 100%;
        display: block;
        height: auto !important;
        line-height: 50px;
        border-bottom: 1px solid #f2f2f2;
        background: #fff
    }

    .nav-pc .menu>ul>li a {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-weight: 400
    }

    .nav-pc .menu>ul>li>.sub-menu {
        padding: 0 25px;
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0
    }

    .nav-pc .menu>ul>li>.sub-menu.normal-sub {
        width: 100%
    }

    .nav-pc .menu>ul>li>.sub-menu .sub-menu-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    .nav-pc .menu>ul>li>.sub-menu .sub-menu-list>.sub-menu-item {
        width: 100%;
        border-bottom: 1px solid #f2f2f2
    }

    .nav-pc .menu>ul>li>.sub-menu .sub-menu-list>.sub-menu-item a {
        padding: 0 1em
    }

    .nav-pc .menu>ul>li>.sub-menu .sub-menu-list>.sub-menu-item:last-child {
        border: none
    }

    .nav-pc .menu>ul>li>.sub-menu>li {
        width: 100%;
        margin-top: 20px
    }

    .nav-pc .menu>ul>li>.sub-menu>li:first-child {
        margin: 0
    }

    .nav-pc .menu>ul>li>.sub-menu>li>ul {
        position: relative
    }

    .nav-pc .menu>ul>li>.sub-menu>li>ul>li {
        float: none
    }

    .nav-pc .menu .show-on-mobile {
        display: block !important;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100vw;
        height: calc(100vh - 60px);
        background-color: rgba(0, 0, 0, .5);
        border-top: 1px solid #e5e5e5;
        z-index: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
        overflow-y: auto
    }

    .product-wrapper .public-title {
        text-align: center
    }

    .product-wrapper .link-section {
        margin-bottom: 10px;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .product-wrapper .link-section a {
        margin-top: 10px
    }

    .about-wrapper .about-right {
        height: 500px
    }

    .about-wrapper .about-right .about-right-content {
        padding: 40px 60px;
        left: 0;
        bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .about-wrapper .left-img {
        width: 100%;
        height: auto;
        border-radius: 0
    }

    .about-wrapper .left-img img {
        width: 100%
    }

    .footer-link .left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-link .left .footer-link-wrapper {
        margin: 10px 0 0 0 !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-link .left .footer-link-wrapper li {
        margin-right: 10px
    }

    .footer-link .left .footer-link-wrapper a {
        font-weight: 400;
        font-size: 13px
    }

    .footer-contact {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: start !important;
        text-align: left !important
    }

    .footer-contact .qrcodes .qrcode-img {
        margin: 0 5px 0 0 !important
    }

    .next-prev .next-prev-right {
        text-align: left !important
    }
}

@media(max-width: 575.98px) {
    .main-slider h2 {
        font-size: 36px;
        line-height: 40px
    }

    .main-slider p {
        font-size: 16px;
        margin-bottom: 40px
    }

    .main-slider .swiper-slide-content {
        padding: 0 30px
    }

    .main-slider .swiper-slide-content .more {
        font-size: 14px;
        padding: 10px 20px
    }

    .main-slider .main-slider__nav {
        display: none
    }

    #main-slider-pagination {
        bottom: 20px
    }

    .about-wrapper .about-right {
        height: auto
    }

    .about-wrapper .about-right .about-right-content {
        position: relative;
        padding: 30px 15px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .about-wrapper .about-right .about-right-content h2 {
        font-size: 24px
    }

    .public-title h3 {
        font-size: 24px
    }

    .public-title p {
        font-size: 14px
    }

    .product-wrapper .public-title {
        text-align: center
    }

    .product-wrapper .link-section {
        margin-bottom: 10px;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .product-wrapper .link-section a {
        margin-top: 10px
    }

    .case-wrapper .case-next {
        right: 0 !important
    }

    .news-wrapper .public-title {
        text-align: center
    }

    .custom-wrapper {
        padding: 30px 0 !important
    }

    .custom-wrapper .public-title {
        text-align: center
    }

    .contact-wrapper .contact-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contact-wrapper .contact-content input,
    .contact-wrapper .contact-content button {
        width: 100%;
        margin: 0 0 10px 0 !important
    }

    .contact-wrapper .contact-content .remark {
        width: 100%
    }

    .contact-wrapper .contact-content button {
        height: 50px
    }

    .footer-link .left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-link .left .footer-link-wrapper {
        margin: 10px 0 0 0 !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-link .left .footer-link-wrapper li {
        margin-right: 10px
    }

    .footer-link .left .footer-link-wrapper a {
        font-weight: 400;
        font-size: 13px
    }

    .footer-contact {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: start !important;
        text-align: left !important
    }

    .footer-contact .qrcodes .qrcode-img {
        margin: 0 5px 0 0 !important
    }

    .download-wrapper .card-body {
        padding: 20px
    }

    .download-wrapper .card-body .row .btn {
        font-size: 12px;
        padding: 6px 10px
    }
}

#backTop {
    position: fixed;
    right: 10px;
    top: 75%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 888;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

#backTop span {
    cursor: pointer;
    background: #fff;
    border: 1px solid #f0f0f0;
    width: 40px;
    height: 50px;
    color: #fff;
    display: block;
    position: relative;
    margin: 0px 0;
    right: 0
}

#backTop span:first-child {
    border-radius: 5px 5px 0 0
}

#backTop span:last-child {
    border-radius: 0 0 5px 5px
}

#backTop span#gttop {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important
}

#backTop span#gttop i {
    color: #fff
}

#backTop span i {
    z-index: 1
}

#backTop span small {
    width: 180px;
    height: 180px;
    position: absolute;
    left: -220px;
    top: 0;
    -webkit-box-shadow: 0 0 9pt rgba(0, 0, 0, .1);
    box-shadow: 0 0 9pt rgba(0, 0, 0, .1);
    visibility: hidden;
    opacity: 0;
    background: #fff;
    z-index: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

#backTop span small.telTop {
    width: auto;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    padding: 0 15px;
    text-align: center;
    font-size: 18px;
    color: #333;
    right: 70%;
    left: auto;
    visibility: hidden
}

#backTop span:hover.ft-tel small.telTop {
    visibility: visible;
    opacity: 1;
    right: 100%
}

#backTop span:hover.ft-wx small.weixin {
    visibility: visible;
    opacity: 1;
    left: -190px
}

#backTop span i {
    text-align: center;
    color: #333;
    width: 40px;
    height: 50px;
    font-style: inherit;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -20px;
    font-size: 15px
}

#backTop span.ft-tel i {
    font-size: 18px
}

#backTop a {
    color: #fff;
    display: block;
    cursor: pointer
}

#backTop span small b {
    width: 25px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: -22px;
    z-index: 999;
    font-size: 26px
}

/* 左侧联系栏容器 */
.contact-sidebar {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    max-width: 300px;
    width: 100%;
}

/* 标题栏样式 */
.contact-header {
    background-color: var(--primary-color);
    color: #fff;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

/* 联系内容区域 */
.contact-content {
    padding: 15px;
}

/* 联系项通用样式 */
.contact-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e5e5e5;
}

.contact-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* 联系项标题 */
.contact-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 500;
    color: #333;
}

.contact-title i {
    margin-right: 8px;
    color: var(--primary-color);
    font-size: 18px;
}

/* 联系信息样式 */
.contact-icon {
    padding-left: 26px;
    /* 与图标对齐 */
}

.contact-iphone {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 5px;
}

.contact-qq {
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
}

/* 在线咨询按钮 */
.online-buttons {
    display: flex;
    gap: 10px;
    padding-left: 0px;
}

.online-btn {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 5px 5px;
    border-radius: 3px;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    flex-wrap: wrap;
}

.online-btn:hover {
    background-color: #e9e9e9;
    color: var(--primary-color);
    border-color: #ccc;
}

.online-btn i {
    margin-right: 5px;
    color: #666;
}

/* 响应式调整 */
@media (max-width: 767.98px) {
    .contact-sidebar {
        max-width: 100%;
    }

    .contact-header {
        padding: 10px 15px;
        font-size: 15px;
    }

    .contact-content {
        padding: 12px;
    }

    .online-buttons {
        flex-wrap: wrap;
    }

    .online-btn {
        flex: 1;
        justify-content: center;
        padding: 6px 5px;
    }
}

@media (max-width: 575.98px) {
    .online-buttons {
        flex-direction: column;
        gap: 8px;
    }

    .online-btn {
        width: 100%;
    }
}

/* 面包屑导航样式 - 重点优化 */
.page-header {
    display: flex;
    /* 使用flex布局 */
    justify-content: space-between;
    /* 两端对齐，可根据需求调整 */
    align-items: center;
    /* 垂直居中对齐 */
    /* 可添加适当的内边距 */
    padding: 30px 0px 0 10px;
    border-bottom: 1px solid #f0f0f0;
}

/* 面包屑导航样式 - 重点优化 */
.breadcrumb-container {
    /*      margin-bottom: 25px;
      padding-bottom: 10px;
      border-bottom: 1px solid #f0f0f0; */
}

.breadcrumb {
    --bs-breadcrumb-divider: '>';
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    background-color: transparent;
    font-size: 13px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #999;
    padding: 0 8px;
}

.breadcrumb-item a {
    color: #666;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #333;
    font-weight: 500;
}

.breadcrumb-label {
    color: #666;
    margin-right: 5px;
    display: none;
}

@media (min-width: 768px) {
    .breadcrumb-label {
        display: inline;
    }
}

/* 页面标题样式 */
.page-title {
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.page-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 80px;
    height: 2px;
    background-color: var(--primary-color);
}

/* 左侧产品菜单样式 */
.product-sidebar {
    border: 1px solid #e5e5e5;
}

.sidebar-header {
    background-color: #d42626;
    color: #fff;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-menu li {
    border-bottom: 1px dashed #e5e5e5;
    font-size: 14px;
}

.sidebar-menu>li:last-child {
    border-bottom: none;
}

.sidebar-menu a {
    display: block;
    padding: 10px 15px 10px 30px;
    color: #333;
    text-decoration: none;
    position: relative;
    transition: all 0.2s ease;
}

.sidebar-menu a:hover {
    color: #d42626;
    background-color: #f9f9f9;
    padding-left: 35px;
}

/* 菜单前的图标 */
.sidebar-menu>li>a::before {
    content: '+';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 12px;
}

/* 修改后的类名 */
.sidebar-menu>li>a.menu-collapsed::before {
    content: '+';
}

.sidebar-menu>li>a:not(.menu-collapsed)::before {
    content: '-';
}

/* 子菜单样式 */
.submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

.submenu a {
    padding-left: 45px;
    font-size: 13px;
    color: #666;
}

.submenu a::before {
    content: '•';
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 8px;
}

.submenu a.active {
    color: #d42626;
    font-weight: bold;
}

/* 子菜单展开/折叠动画 */
.submenu-container {
    transition: all 0.3s ease;
}

/* 子菜单高亮样式 */
.submenu-item.active {
    background-color: #f8f9fa;
    /* color: #d42626; */
    font-weight: 500;
}

/* 父菜单展开状态样式 */
.menu-collapsed.expanded {
    color: #d42626;
    font-weight: 500;
}



/* 折叠图标动画 */
.menu-icon {
    transition: transform 0.3s ease;
}

/* 修改后的类名 */
.menu-collapsed .menu-icon {
    transform: rotate(0deg);
}

.menu-icon {
    transform: rotate(180deg);
}

/* 响应式设计调整 */
@media (max-width: 992px) {
    .product-sidebar {
        margin-bottom: 30px;
    }

    .content-section {
        padding: 0;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .breadcrumb-label {
        display: none;
    }

    .sidebar-menu a {
        padding: 8px 15px 8px 25px;
    }

    .sidebar-menu a:hover {
        padding-left: 30px;
    }
}

/* 移动端菜单切换按钮 */
.mobile-menu-toggle {
    display: none;
    background-color: var(--primary-color);
    color: white;
    border: none;
    width: 100%;
    font-weight: bold;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    cursor: pointer;

}

/* 响应式调整 */
@media (max-width: 991.98px) {
    .mobile-menu-toggle {
        display: block;
    }

    .column-left {
        margin-bottom: 1rem;
    }
}

@media (max-width: 767.98px) {
    #productSidebar {
        display: none;
    }

    #productSidebar.d-none {
        display: block !important;
    }
}

/* 顶部联系信息栏 */
.top-bar {
    background-color: #fff;
    padding: 8px 0;
    font-size: 16px;
}

.contact-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.contact-info .item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.contact-info .item i {
    color: var(--primary-color);
}

.language-switch {
    margin-left: 20px;
}

.language-switch a {
    color: #333;
    text-decoration: none;
    margin-left: 10px;
}

.language-switch a.active {
    color: var(--primary-color);
    font-weight: bold;
}

/* 品牌横幅 */
.brand-banner {
    /* background-color: #c7000a; */
    padding: 10px 0;
    color: white;
    background: url(../images/header_bg.jpg) no-repeat center top;
}

.brand-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 155px;
    margin-right: 15px;
}

.brand-slogan {
    text-align: right;
}

.brand-slogan h2 {
    font-size: 20px;
    margin: 0 0 5px 0;
    font-weight: bold;
    /*letter-spacing: 0px;*/
}

.brand-slogan p {
    font-size: 16px;
    margin: 0;
    opacity: 0.9;
}

/* 主导航栏 */
.main-nav {
    /* background-color: #b81e1e; */
    background: url(../images/header_nav_bg.jpg) no-repeat center top;
}

/* 面包屑导航 */
.breadcrumb-container {
    margin: 0px 0;
    font-size: 13px;
}

.breadcrumb {
    --bs-breadcrumb-divider: '>';
    margin: 0;
    padding: 8px 0;
    background-color: transparent;
}

.breadcrumb-item a {
    color: #666;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #333;
}

/* 轮播图/横幅区域 */
.banner-carousel {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.banner-slide {
    display: flex;
    transition: transform 0.5s ease;
}

.banner-item {
    min-width: 100%;
}

.banner-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* 内容区域 */
.content-row {
    margin-bottom: 30px;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .contact-info {
        gap: 15px;
    }

    .nav-link {
        padding: 12px 15px !important;
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .main-nav {
        position: relative;
        z-index: 9999;
    }

    .navbar .container {
        display: flex;
        justify-content: flex-end;
    }

    .brand-container {
        flex-direction: column;
        text-align: center;
    }

    .logo {
        /* margin-bottom: 15px; */
        justify-content: center;
    }

    .brand-slogan {
        text-align: center;
    }

    .contact-info {
        flex-wrap: nowrap;
        justify-content: center;
        gap: 5px;
    }

    .contact-info .item {
        flex-shrink: 0;
        gap: 2px;
        font-size: 11px;
    }

    .contact-info .item strong {
        font-size: 11px;
    }

    .contact-info .item img {
        width: 14px;
    }

    .language-switch {
        width: auto;
        margin-left: 5px;
        text-align: center;
        margin-top: 0;
    }

    .language-switch a {
        margin-left: 5px;
        font-size: 11px;
    }

    .nav-home-link {
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 6px 12px;


        background: transparent;

        border-radius: 4px;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .nav-home-link:hover {
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        text-decoration: none;
    }

    .nav-home-link i {
        font-size: 16px;
    }

    .navbar-toggler {
        display: block;
        margin-left: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 4px 8px;
        background: transparent;
        border: 1px solid #d69090;
        border-radius: 4px;
        cursor: pointer;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 20px;
        height: 2px;
        background-color: #fff;
        position: relative;
        box-shadow: 0 5px 0 #fff, 0 -5px 0 #fff;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 9999;
        padding-left: 0;
        margin-left: auto;
        justify-content: flex-end;
        display: none;
    }

    .navbar-collapse.show {
        display: block;
        width: 40%;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: stretch;
        background-color: #b81e1e;
        /* padding: 10px 0; */
        margin-right: 0;
    }

    .nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .nav-link {
        padding: 12px 15px !important;
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
    }

    .dropdown-menu {
        position: static;
        background-color: #b81e1e;
        width: 33.333% !important;
        min-width: 33.333% !important;
        max-width: 33.333% !important;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        height: auto;
        min-height: 0;
        max-height: none;
    }

    .dropdown-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding: 12px 15px;
        font-size: 13px;
    }

    .mobile-nav-container {
        position: relative;
        width: 100%;
        z-index: 9999;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-nav-level {
        display: none;
        opacity: 0;
        transition: opacity 0.3s ease;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background-color: #b81e1e;
        z-index: 9999;
        margin-right: 0;
    }

    .mobile-nav-level[data-level="1"] {
        display: block;
        opacity: 1;
        position: relative;
        width: 100%;
        height: auto;
        z-index: 1000;
    }

    .mobile-nav-level[data-level="2"],
    .mobile-nav-level[data-level="3"] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 9999;
        margin-right: 0;
    }

    .mobile-nav-back-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .mobile-nav-back {
        background: none;
        border: none;
        color: white;
        font-size: 16px;
        padding: 12px 15px;
        cursor: pointer;
        margin-left: 0;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .mobile-nav-back:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .mobile-nav-back-btn {
        background: none;
        border: none;
        color: white;
        font-size: 16px;
        padding: 12px 15px;
        cursor: pointer;
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .mobile-nav-back-btn:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .mobile-nav-submenu {
        position: static;
        background-color: #b81e1e;
        width: 33.333% !important;
        min-width: 33.333% !important;
        max-width: 33.333% !important;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        padding-left: 0;
        padding-right: 0;
        height: auto;
        min-height: 0;
        max-height: none;
    }

    .mobile-nav-submenu .dropdown-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .mobile-nav-submenu .dropdown-item:last-child {
        border-bottom: none;
    }
}

@media (min-width: 992px) {
    .mobile-nav-back-item {
        display: none !important;
    }

    .mobile-nav-back-btn {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .top-bar {
        padding: 5px 0;
    }

    .contact-info {
        gap: 10px;
        font-size: 13px;
    }

    .logo img {
        height: 50px;
    }

    .brand-slogan h2 {
        font-size: 16px;
        letter-spacing: initial;
    }

    .brand-slogan p {
        font-size: 13px;
    }

    .page-content .page-content-title {
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    .contact-info .item {}

    .language-switch {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .brand-banner {
        padding: 10px 0;
    }
}

/* 首页联系方式 */
/* 可选：为列添加一些样式使布局更清晰 */
.custom-col {
    /* border: 1px solid #ddd; */

    min-height: 80px;
    /* 确保列有足够高度 */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* 图片列样式 */
.image-col {
    align-items: center;
}

/* 图片自适应样式 */
.col-image {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
}


/* 左侧产品中心导航 */
.product-sidebar {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
}

.sidebar-title {
    background-color: #d10000;
    color: white;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 18px;
}

.product-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-nav li {
    border-bottom: 1px dashed #e0e0e0;
}

.product-nav li:last-child {
    border-bottom: none;
}

.product-nav a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.product-nav a:hover,
.product-nav a.active {
    background-color: #ffffff;
    color: #d10000;
    padding-left: 20px;
}

/* 核心竞争力区域 */
.competitive-advantages {
    margin-top: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    padding: 15px;
}

.advantages-title {
    color: #d10000;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #d10000;
    background-image: url(../images/six_hx_en.jpg);
    height: 45px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.advantage-item {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: center;
    flex-wrap: nowrap;
    border: 1px solid #ddd;
    padding: 5px;
}

.advantage-item:hover {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: center;
    flex-wrap: nowrap;
    border: 1px solid #c7000a;
    padding: 5px;
}

.advantage-icon {
    flex-shrink: 0;
}

.advantage-icon img {
    width: 100px;
    height: auto;
    object-fit: contain;
}

.advantage-text {
    flex-grow: 1;
}


.advantage-text span {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-size: 13px;
}

/* 热门产品区域 */
.hot-products {
    margin-top: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
}

.hot-title {
    background-color: #d10000;
    color: white;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 18px;
}

.product-grid {
    padding: 15px;
}

.product-card {
    margin-bottom: 15px;
}

.product-card img {
    width: 100%;
    height: auto;
    border: 1px solid #e0e0e0;
}

.product-card p {
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
}

/* 联系我们区域 */
.contact-section {
    margin-top: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
}

.contact-section-title {
    background-color: #d10000;
    color: white;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 18px;
}

.contact-details {
    padding: 15px;
}

.contact-phone {
    background-color: #d10000;
    color: white;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 5px;
}

.contact-phone strong {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.contact-phone-number {
    font-size: 22px;
    font-weight: bold;
}

.other-contacts p {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.other-contacts i {
    color: #d10000;
}

/* 右侧内容区域 */
.content-header {
    margin-bottom: 10px;
    background-color: #eee;
    background: url(../images/menu_index_bg.jpg) center top;
}

.content-title {
    background-color: #d10000;
    color: white;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
}

.content-block {
    margin-bottom: 30px;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 15px;
}

.image-grid img {
    width: 100%;
    height: auto;
    border: 1px solid #e0e0e0;
}

.text-content {
    padding: 15px;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    font-size: 14px;
}

.two-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.column-item {
    border: 1px solid #e0e0e0;
    padding: 10px;

}

.column-item img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.column-item h4 {
    color: #d10000;
    font-size: 16px;
    margin-bottom: 10px;
    /* 	  background: url(../images/menu_index_bg.jpg)  center top; */
}

.column-item p {
    font-size: 14px;
    margin-bottom: 0;
}

/* 公司资讯区域 */
.news-section {
    /* border: 1px solid #e0e0e0; */
    margin-bottom: 20px;
}

.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
    padding: 10px 15px;
    /* border-bottom: 1px solid #e0e0e0; */
}

.news-title {
    color: #d10000;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}

.news-more {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.news-content {
    padding: 15px;
}

.news-image {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.news-text {
    margin-bottom: 15px;
    font-size: 14px;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-list li {
    padding: 8px 0;
    border-bottom: 1px dashed #e0e0e0;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.news-list li:last-child {
    border-bottom: none;
}

.news-list a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-list a:hover {
    color: #d10000;
}

.news-date {
    color: #999;
    font-size: 12px;
}

/* 产品展示区域 */
.products-showcase {
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
}

.products-header {
    background-color: #f5f5f5;
    padding: 10px 15px;
    border-bottom: 1px solid #e0e0e0;
}

.products-title {
    color: #d10000;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}

.products-content {
    padding: 15px;
}

/* 合作伙伴区域 */
.partners {
    margin-bottom: 30px;
}

.partners-title {
    text-align: center;
    color: #d10000;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.partners-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.partner-logo {
    height: 60px;
    object-fit: contain;
}

/* 响应式调整 */
@media (max-width: 991.98px) {
    .two-columns {
        grid-template-columns: repeat(2, 1fr);
    }

    .two-columns .column-item:last-child {
        grid-column: span 2;
    }
}

/* 联系窗口基础样式 - 全新命名 */
.online-service-panel {
    position: fixed;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 9999;
    transition: all 0.3s ease;
    display: block;
}

/* 窗口内容容器 - 全新命名 */
.service-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    width: 140px;
    transition: all 0.3s ease;
    position: relative;
}

/* 头像区域 - 全新命名 */
.service-header {
    background: linear-gradient(135deg, #c7000a 0%, #c7000a 100%);
    padding: 10px 0;
    text-align: center;
}

.service-avatar-online {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.8);
    object-fit: cover;
}

.service-name {
    color: #fff;
    margin-top: 8px;
    font-weight: 600;
    font-size: 14px;
}

.service-time {
    color: rgba(255, 255, 255, 0.9);
    font-size: 11px;
}

/* 电话区域 - 全新命名 */
.service-phone-section {
    padding: 12px;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
}

.phone-label {
    color: #666;
    font-size: 12px;
    margin-bottom: 5px;
}

.phone-num {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-num i {
    color: #c7000a;
    margin-right: 5px;
    font-size: 16px;
}

/* 微信区域 - 全新命名 */
.service-wechat-section {
    padding: 12px;
    text-align: center;
}

.wechat-label {
    color: #666;
    font-size: 12px;
    margin-bottom: 8px;
}

.wechat-code {
    width: 120px;
    height: 120px;
    margin: 0 auto 8px;
    border: 1px solid #f0f0f0;
    padding: 3px;
}

.wechat-tip {
    color: #999;
    font-size: 11px;
    line-height: 1.3;
}

/* 关闭按钮 - 全新命名 */
.service-close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    cursor: hand;
    color: #000;
    font-weight: bold;
    transition: all 0.2s ease;
    border: 2px solid rgba(0, 0, 0, 0.2);
    font-size: 16px;
    line-height: 1;
    z-index: 10000;
    pointer-events: auto;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-sizing: border-box;
}

.service-close-btn:hover {
    background-color: rgba(255, 0, 0, 0.7);
    color: #fff;
    border-color: rgba(255, 0, 0, 0.5);
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
    box-shadow: 0 2px 8px rgba(255, 0, 0, 0.3);
}

/* Chrome特定优化 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .service-close-btn {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .service-close-btn:hover {
        background-color: rgba(255, 0, 0, 0.7);
    }
}

/* 最小化按钮 - 全新命名 */
.service-toggle-btn {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c7000a 0%, #c7000a 100%);
    box-shadow: 0 4px 15px rgba(78, 114, 185, 0.4);
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 9998;
}

@media (max-width: 767.98px) {
    .image-grid {
        grid-template-columns: 1fr;
    }

    .two-columns {
        grid-template-columns: 1fr;
    }

    .two-columns .column-item:last-child {
        grid-column: span 1;
    }

    /* 移动端隐藏在线服务面板 */
    .online-service-panel {
        display: none;
    }

    .service-toggle-btn {
        display: none;
    }
}

/* 按钮容器：用于定位二维码（关键） */
.qrcode-hover-container {
    position: relative;
    display: inline-block;
    /* 适应按钮宽度 */
}

/* 二维码弹窗：默认隐藏，悬停时显示 */
.qrcode-popup {
    display: none;
    /* 默认隐藏 */
    position: absolute;
    bottom: -170px;
    /* 弹窗在按钮上方 */
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

/* 悬停显示二维码 */
.qrcode-hover-container:hover .qrcode-popup {
    display: block;
}

/* 二维码图片 */
.qrcode-img {
    width: 120px;
    height: 120px;
    border: 1px solid #eee;
}

/* 简单文字说明 */
.qrcode-tip {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

/*招聘页面*/
/* 岗位头部 */
.job-header {
    /* border-bottom: 1px solid #eee; */
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.job-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.job-salary {
    font-size: 1.2rem;
    color: #e64340;
    font-weight: 500;
    margin-bottom: 1rem;
}

.job-meta-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.job-meta-item {
    font-size: 0.9rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.job-update-time {
    font-size: 0.85rem;
    color: #9ca3af;
    text-align: right;
}

/* 岗位内容模块 */
.job-section {
    margin-bottom: 2rem;
}

.job-section-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eee;
}

.job-desc-list,
.job-require-list {
    padding-left: 1.5rem;
    margin-bottom: 0;
}

.job-desc-item,
.job-require-item {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 0.8rem;
}

/* 响应式适配 */
@media (max-width: 767.98px) {
    .job-card {
        padding: 0.2rem;
    }

    .job-title {
        font-size: 1.5rem;
    }

    .job-meta-list {
        gap: 0.8rem;
    }

    .job-update-time {
        text-align: left;
        margin-top: 0.8rem;
        display: block;
    }
}

@media (max-width: 575.98px) {
    .job-header {
        padding-bottom: 1rem;
    }

    .job-meta-item {
        font-size: 0.85rem;
    }

    .job-section-title {
        font-size: 1rem;
    }

    .job-desc-item,
    .job-require-item {
        font-size: 0.9rem;
    }
}