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)
}

html,
body {
    margin: 0;
    padding: 0
}

body,
body.bg-light {
    margin: 0 !important;
    padding: 0 !important
}

body {
    font-family: Arial, sans-serif, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei" !important;
    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: #e99311;
    --swiper-theme-color: var(--primary-color)
}

a {
    text-decoration: none
}

.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: 75px;
    position: relative
}

header .logo {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

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

header .logo img {
    display: block;
    width: auto;
    height: auto;
    max-height: 56px;
    max-width: none;
    object-fit: contain
}

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
}

header .lang-wrapper .lang-dropdown {
    display: none;
    position: absolute;
    padding-top: 20px;
    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: #333;
    margin-right: 5px
}

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

header .lang-text {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    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;
    overflow: hidden
}

.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-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: 15px;
    font-weight: 550
}

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

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

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

.nav-pc .menu>ul>li>.sub-menu {
    display: none;
    width: auto;
    background: #fff;
    padding: 20px 10px;
    position: absolute;
    z-index: 999;
    margin: 0;
    margin-left: -30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -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: 15px;
    color: #000;
    padding: .5rem 2rem;
    display: block;
    font-weight: 400
}

.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: 15px;
    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: 12px;
    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: 12px;
    border-top-right-radius: 12px
}

.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: 12px;
    border-bottom-left-radius: 12px
}

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

.product-wrapper .product-list .product-item .product-item-info {
    margin: 10px 0;
    color: #999;
    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: #333;
    height: 30px;
    line-height: 30px
}

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

.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
}

.section-heading,
#latest-jobs-111 .latest-jobs-title,
.public-title h3,
.team-title h3,
.expertise-title,
.neibanner .neibannerdesc h2,
.page-content .page-content-title,
#pjax-content .page-title,
.hotjob-apply-card h1,
.hotjob-detail-main h1,
#sub-banner-111 .consultant h1 {
    margin: 0;
    font-family: Arial, sans-serif, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei";
    font-size: 28px;
    font-weight: 700;
    line-height: 1.12
}

.homepage-kicker {
    margin: 0 0 12px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-family: Arial, sans-serif, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25
}

.homepage-kicker-light {
    color: #fff
}

.homepage-kicker-dark {
    color: #000
}

.homepage-kicker-uppercase {
    text-transform: uppercase;
    letter-spacing: .14em
}

.homepage-kicker-accent::before {
    content: "";
    width: 48px;
    height: 2px;
    background: #e99310;
    flex: 0 0 auto
}

.blog-share h5 {
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.blog-share h5 .fa-share-alt,
.blog-share .sm-btn_social_inverse.li span,
.blog-share .sm-btn_social_inverse.fb span,
.blog-share .sm-btn_social_inverse.tw span {
    display: none !important
}

.blog-share h5::before,
.blog-share .sm-btn_social_inverse.li::before,
.blog-share .sm-btn_social_inverse.fb::before,
.blog-share .sm-btn_social_inverse.tw::before,
.blog-share .sm-btn_social_inverse.mail::before {
    content: "";
    display: block;
    flex: 0 0 auto;
    background-color: currentColor;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.blog-share h5::before {
    width: 24px;
    height: 24px;
    color: #e99310;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='2.5'/%3E%3Ccircle cx='6' cy='12' r='2.5'/%3E%3Ccircle cx='18' cy='19' r='2.5'/%3E%3Cpath d='M8.2 10.8l7-4.1M8.2 13.2l7 4.1'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='2.5'/%3E%3Ccircle cx='6' cy='12' r='2.5'/%3E%3Ccircle cx='18' cy='19' r='2.5'/%3E%3Cpath d='M8.2 10.8l7-4.1M8.2 13.2l7 4.1'/%3E%3C/svg%3E")
}

.blog-share .sm-btn_social_inverse.li::before,
.blog-share .sm-btn_social_inverse.fb::before,
.blog-share .sm-btn_social_inverse.tw::before,
.blog-share .sm-btn_social_inverse.mail::before {
    width: 16px;
    height: 16px
}

.blog-share .sm-btn_social_inverse.li::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='5' cy='5.5' r='1.7' fill='black'/%3E%3Crect x='3.4' y='8.4' width='3.2' height='12' rx='.6' fill='black'/%3E%3Cpath fill='black' d='M10 8.4h3v1.7h.1c.6-1 1.8-1.9 3.8-1.9 4.1 0 4.8 2.5 4.8 5.7v6.5h-3.2v-5.8c0-1.8-.4-3.2-2.4-3.2-1.8 0-2.9 1.2-2.9 3.2v5.8H10V8.4z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='5' cy='5.5' r='1.7' fill='black'/%3E%3Crect x='3.4' y='8.4' width='3.2' height='12' rx='.6' fill='black'/%3E%3Cpath fill='black' d='M10 8.4h3v1.7h.1c.6-1 1.8-1.9 3.8-1.9 4.1 0 4.8 2.5 4.8 5.7v6.5h-3.2v-5.8c0-1.8-.4-3.2-2.4-3.2-1.8 0-2.9 1.2-2.9 3.2v5.8H10V8.4z'/%3E%3C/svg%3E")
}

.blog-share .sm-btn_social_inverse.fb::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13.5 21v-7h2.4l.4-3h-2.8V9.2c0-.9.3-1.5 1.6-1.5H16.5V5.1c-.3 0-1.2-.1-2.2-.1-2.2 0-3.8 1.3-3.8 4V11H8v3h2.5v7h3z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13.5 21v-7h2.4l.4-3h-2.8V9.2c0-.9.3-1.5 1.6-1.5H16.5V5.1c-.3 0-1.2-.1-2.2-.1-2.2 0-3.8 1.3-3.8 4V11H8v3h2.5v7h3z'/%3E%3C/svg%3E")
}

.blog-share .sm-btn_social_inverse.tw::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='black' d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='black' d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'/%3E%3C/svg%3E")
}

.blog-share .sm-btn_social_inverse.mail::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='black' d='M502.3 190.8L327.4 338c-15.7 13.2-38.5 13.2-54.2 0L9.7 190.8C3.8 185.8 0 178.5 0 170.7V120c0-22.1 17.9-40 40-40h432c22.1 0 40 17.9 40 40v50.7c0 7.8-3.8 15.1-9.7 20.1zM0 214.7v177.3c0 22.1 17.9 40 40 40h432c22.1 0 40-17.9 40-40V214.7L353 349.8c-28.9 24.5-71.1 24.5-100 0L0 214.7z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='black' d='M502.3 190.8L327.4 338c-15.7 13.2-38.5 13.2-54.2 0L9.7 190.8C3.8 185.8 0 178.5 0 170.7V120c0-22.1 17.9-40 40-40h432c22.1 0 40 17.9 40 40v50.7c0 7.8-3.8 15.1-9.7 20.1zM0 214.7v177.3c0 22.1 17.9 40 40 40h432c22.1 0 40-17.9 40-40V214.7L353 349.8c-28.9 24.5-71.1 24.5-100 0L0 214.7z'/%3E%3C/svg%3E")
}

.public-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.public-title h3 {
    text-transform: none
}

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

.team-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.team-title h3 {
    text-transform: none
}

.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: #f5f7fa;
    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: 40px 0 60px;
    overflow: hidden;
}

.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: 12px
}

.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
}

/* 删除重复的分页样式 */

.news-wrapper {
    padding: 60px 0
}

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

.news-wrapper .news-list .news-item {
    position: relative;
    top: 0;
    border-radius: 12px;
    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: 60px 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: 28px;
    line-height: 1.12;
    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; */
    background: rgba(89, 90, 90, 1);
    padding: 40px 0;
}

/* 现代Footer样式 */
.modern-footer {
    background-color: #4F5152 !important;
    color: white;
    padding: 60px 0 40px 0;
}

.modern-footer .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}

@media (min-width: 992px) {
    .modern-footer .footer-left {
        flex: 1;
        max-width: 60%;
    }
}

.modern-footer .footer-right {
    flex: 0 0 auto;
    max-width: 300px;
    margin-top: 8%;
}

/* Logo样式 */
.modern-footer .footer-logo {
    margin: 0 0 30px 0;
}

.modern-footer .logo-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.modern-footer .logo-main {
    font-size: 32px;
    font-weight: bold;
    color: white;
    line-height: 1;
    position: relative;
}

.modern-footer .logo-main::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #FFA500, rgba(209, 125, 0, 1));
    border-radius: 50%;
    z-index: 1;
}

.modern-footer .logo-sub {
    font-size: 16px;
    font-weight: normal;
    color: white;
    margin-top: 5px;
}

/* 导航样式 */
.modern-footer .footer-nav {
    margin-bottom: 30px;
    display: none; /* PC端默认隐藏 */
}

.modern-footer .nav-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
}

.modern-footer .nav-row a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}
.footer-pc-nav {
    display: flex; /* PC端默认显示 */
    align-items: flex-start;
    margin-bottom: 20px;
}
.footer-pc-nav .footer-pc-nav-item {
    margin-right: 40px;
}
.footer-pc-nav .footer-pc-nav-item a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
    display: block;
    line-height: 30px;
}
.modern-footer .nav-row a:hover {
    color: #FFA500;
}

/* 法律信息 */
.modern-footer .footer-legal {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 14px;
}

.modern-footer .footer-legal a {
    color: white;
    text-decoration: none;
}

.modern-footer .footer-legal a:hover {
    color: #FFA500;
}

.modern-footer .footer-legal span {
    color: #ccc;
}

/* 社交媒体 */
.modern-footer .footer-social {
    margin-bottom: 30px;
}
.modern-footer .footer-social .icon {
    width: 40px;
    height: 40px;
}

.modern-footer .social-linkedin {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.modern-footer .social-linkedin:hover {
    background-color: white;
    color: #4F5152;
}

/* 版权信息 */
.modern-footer .footer-copyright {
    font-size: 14px;
    color: #ccc;
}

/* 右侧联系信息 */
.modern-footer .contact-section {
    margin-bottom: 40px;
}

.modern-footer .contact-title {
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.modern-footer .contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.modern-footer .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    color: white;
    margin: 0;
}

.modern-footer .contact-item .icon {
    width: 16px;
    max-height: 16px;
    font-size: 26px;
    line-height: 1;
    color: #FFA500;
    flex: 0 0 26px;
    margin-top: 5px;
}

.modern-footer .contact-icon {
    color: #FFA500;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

/* 网站制作方信息 */
.modern-footer .website-credit {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #ccc;
    margin-top: 20px;
}

.modern-footer .credit-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
}

.modern-footer .credit-icon {
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 50%;
    position: relative;
}

.modern-footer .credit-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border: 2px solid white;
    border-radius: 50%;
    border-top: none;
    border-right: none;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .modern-footer .footer-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .modern-footer .footer-left {
        /* max-width: 100%; */
        width: 100%;
        text-align: center;
    }
    
    .modern-footer .footer-logo {
        text-align: center;
        margin: 0 auto 30px;
    }
    
    .modern-footer .footer-right {
        min-width: auto;
        margin: 0 auto;
        text-align: center;
    }
    .modern-footer .contact-item {
        justify-content: center;
    }
    .modern-footer .website-credit {
        justify-content: center;
    }
    
    .modern-footer .nav-row {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px 24px;
    }
    .modern-footer .nav-row a{white-space:nowrap}
    
    .modern-footer .contact-info {
        gap: 10px;
    }
    
    /* 手机端：显示 footer-nav，隐藏 footer-pc-nav */
    .modern-footer .footer-nav {
        display: block;
    }
    .footer-pc-nav {
        display: none;
    }
}

/* 桌面端：导航不分行，由容器统一自动换行 */
@media (min-width: 992px) {
    /* PC端：显示 footer-pc-nav，隐藏 footer-nav */
    .footer-pc-nav {
        display: flex;
    }
    .modern-footer .footer-nav {
        display: none;
    }
    /* 以下样式保留，虽然 footer-nav 在 PC 端被隐藏，但为了兼容性保留 */
    .modern-footer .nav-row,
    .modern-footer .nav-row-licence {
        display: contents;
    }
    .modern-footer .nav-row {
        margin-bottom: 0;
        gap: 0;
    }
    .modern-footer .footer-nav a,
    .modern-footer .footer-nav span {
        white-space: nowrap;
    }
}
footer .footer-link {
    border-bottom: 1px solid #353535;
    padding-bottom: 20px
}

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

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

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

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

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

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

footer .footer-logo {
    width: 128px
}

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

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

footer .footer-menu li dt {
    font-size: 16px;
    color: #eee;
    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: end;
    -ms-flex-align: end;
    align-items: end;
    text-align: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

footer .footer-contact p:first-child {
    font-size: 20px;
    font-weight: 700;
    color: #eee
}

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: 350px; */
    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 .neibannerdesc-title {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.neibanner .neibannerdesc h2 {
    text-transform: none
}

.neibanner .neibannerdesc p {
    font-size: 17px;
    font-weight: 400;
    /* text-transform: uppercase; */
    color: #f1f1f1;
    margin-top: 20px;
    line-height: 2.6;
}

.neinav {
    width: 100%;
    background-color: rgba(0, 0, 0, .15);
    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: 30px 30px 0;
    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: 28px;
    font-weight: 700;
    line-height: 1.12;
    text-align: center
}

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

.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: 12px;
    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: 12px;
    border-top-right-radius: 12px
}

.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;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
}

.case-wrapper .case-item .case-item-title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    -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
}

/* 覆盖在轮播图上的留言表单样式 */
.overlay-contact-form {
    position: absolute;
    bottom: 0;
    right: 5%;
    /* transform: translateY(-50%); */
    z-index: 10;
    width: 400px;
    max-width: 90%;
}

/* 使表单右边与 container 右边对齐 */
/* 当 container 宽度为 88% 时（>=1400px） */
@media (min-width: 1400px) {
    .overlay-contact-form {
        right: calc((100% - 82%) / 2);
    }
}

/* 当 container 宽度为固定值时的对齐（小于1400px时） */
/* 注意：这些断点需要根据实际的 container 定义调整 */
/* 如果 container 使用固定宽度且居中，计算右边距 */
@media (max-width: 1399.98px) {
    .overlay-contact-form {
        right: 6%;
    }
}

.overlay-form-container {
    background-color: rgba(0, 0, 0, 0.85);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.overlay-form-title h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.overlay-form-title p {
    color: #ccc;
    font-size: 16px;
    margin: 0 0 25px 0;
}

.overlay-contact-form-inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-input-group {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.input-with-icon {
    position: relative;
    flex: 1;
}

.form-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(209, 125, 0, 1);
    font-size: 14px;
    z-index: 2;
}
.form-icon .icon {width: 14px; height: 14px}

.input-with-icon input {
    width: 100%;
    height: 45px;
    padding: 0 15px 0 35px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
}

.input-with-icon input:focus {
    box-shadow: 0 0 0 2px rgba(255, 107, 53, 0.3);
}

.input-with-icon input::placeholder {
    color: #999;
}

.form-textarea-group {
    width: 100%;
}

.form-textarea {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
}

.form-textarea:focus {
    box-shadow: 0 0 0 2px rgba(255, 107, 53, 0.3);
}

.form-textarea::placeholder {
    color: #999;
}

.overlay-submit-btn {
    width: 100%;
    height: 50px;
    background-color:rgba(209, 125, 0, 1);
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.overlay-submit-btn:hover {
    background-color: #e55a2b;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .overlay-contact-form {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: 100%;
        margin: 20px 0;
    }
    
    .overlay-form-container {
        margin: 0 15px;
    }
    
    .form-input-group {
        flex-direction: column;
        gap: 15px;
    }
    
    .overlay-form-title h3 {
        font-size: 20px;
    }
    
    .overlay-form-title p {
        font-size: 14px;
    }
}

.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 {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0;
    border-radius: 8px
}

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

.page-pagination .pagination>li>a,
.page-pagination .pagination>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: 45px;
    margin-right: -1px
}

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

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

.procontent1_l {
    height: 550px
}

.procontent1_l .gallery-top {
    height: 75%;
    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
}

.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: 28px;
    color: #333
}

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

.procont_lbot {
    margin-top: 30px;
    background-color: #f2f3f5;
    border-radius: 10px;
    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: 88%
    }
}

@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: 28px
    }

    .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
    }

    header .logo img {
        max-height: 44px
    }

    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: block;
        height: auto !important;
        line-height: 50px;
        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) {
    .job-banner{height: 500px !important}
    .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: 28px
    }

    .team-title h3 {
        font-size: 28px
    }

    .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
}

/* 左右布局轮播样式 */
.case-wrapper .swiper-slide {
    height: auto;
}

.case-slide-content {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    min-height: 300px;
}

.case-slide-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.case-slide-content:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--primary-color);
}

.case-image-wrapper {
    flex: 0 0 50%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.case-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.case-slide-content:hover .case-image-wrapper img {
    transform: scale(1.05);
}

.case-text-wrapper {
    flex: 0 0 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.case-text-wrapper h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.4;
    transition: all 0.3s ease;
}

.case-text-wrapper h3 a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

.case-text-wrapper p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}

.case-text-wrapper .read-more {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    align-self: flex-start;
    transition: all 0.3s ease;
}

.case-slide-content:hover .case-text-wrapper h3,
.case-slide-content:hover .case-text-wrapper h3 a {
    color: var(--primary-color);
}

.case-slide-content:hover .case-text-wrapper p {
    color: var(--primary-color);
}

.case-slide-content:hover .case-text-wrapper .read-more {
    color: var(--primary-color);
}

/* 删除重复的轮播导航样式 */

/* 响应式设计 */
@media (max-width: 768px) {
    .case-slide-content {
        flex-direction: column;
        min-height: auto;
    }
    
    .case-image-wrapper {
        flex: 0 0 100%;
        height: 200px;
    }
    
    .case-text-wrapper {
        flex: 0 0 100%;
        padding: 20px;
    }
}

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

/* 新的case-swiper样式 - 一屏显示两个卡片 */
.case-swiper-new {
    padding: 40px 0 60px;
    overflow: hidden;
}

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

.case-card {
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

.case-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* 悬停状态样式 */
.case-card:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--primary-color);
    z-index: 10;
}

.case-card:hover .case-text-section h3 {
    color: var(--primary-color);
}

.case-card:hover .case-text-section p {
    color: var(--primary-color);
}

.case-card:hover .case-text-section .read-more {
    color: var(--primary-color);
}

.case-card:hover .case-text-section .read-more i {
    transform: translateX(3px);
}

.case-card-content {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

/* 第一种布局：图片+文字 */
.case-layout-image-text {
    display: flex;
    height: 100%;
}

.case-layout-image-text .case-image-section {
    flex: 0 0 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.case-layout-image-text .case-image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.case-card:hover .case-layout-image-text .case-image-section img {
    transform: scale(1.05);
}

.case-layout-image-text .case-text-section {
    flex: 0 0 50%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.case-layout-image-text .case-text-section h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case-layout-image-text .case-text-section p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case-layout-image-text .case-text-section .read-more {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    align-self: flex-start;
    transition: all 0.3s ease;
}

.case-layout-image-text .case-text-section .read-more i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.case-layout-image-text .case-text-section .read-more:hover i {
    transform: translateX(3px);
}

/* 第二种布局：纯图片 */
.case-layout-image-only {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.case-layout-image-only img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.case-card:hover .case-layout-image-only img {
    transform: scale(1.05);
}

/* 第三种布局：纯文字 */
.case-layout-text-only {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.case-layout-text-only h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case-layout-text-only p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case-layout-text-only .read-more {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    align-self: flex-start;
    transition: all 0.3s ease;
}

.case-layout-text-only .read-more i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.case-layout-text-only .read-more:hover {
    color: var(--primary-color);
}

.case-layout-text-only .read-more:hover i {
    transform: translateX(3px);
}

/* 默认状态样式 - 确保所有文字都是黑色 */
.case-layout-image-text h3,
.case-layout-text-only h3 {
    color: #000;
}

.case-layout-image-text p,
.case-layout-text-only p {
    color: #666;
}

.case-layout-image-text .read-more,
.case-layout-text-only .read-more {
    color: #666;
}

/* 分页指示器样式 */
.case-wrapper .swiper-pagination {
    position: relative;
    margin-top: 30px;
    text-align: center;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    width: 100% !important;
}

.case-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ddd;
    opacity: 1;
    margin: 0 5px;
    transition: all 0.3s ease;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.case-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--primary-color);
    transform: scale(1.2);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .case-layout-image-text {
        flex-direction: column;
    }
    
    .case-layout-image-text .case-image-section {
        flex: 0 0 50%;
        height: 50%;
    }
    
    .case-layout-image-text .case-text-section {
        flex: 0 0 50%;
        padding: 20px;
    }
    
    .case-layout-text-only {
        padding: 20px;
    }
    
    .case-card {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .case-card {
        height: 200px;
    }
    
    .case-layout-image-text .case-text-section,
    .case-layout-text-only {
        padding: 15px;
    }
    
    .case-layout-image-text .case-text-section h3,
    .case-layout-text-only h3 {
        font-size: 16px;
    }
    
    .case-layout-image-text .case-text-section p,
    .case-layout-text-only p {
        font-size: 13px;
    }
}

/* 团队板块样式 */
.team-wrapper {
    background-color: #F8F8F8;
    padding: 60px 0;
}

.team-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.team-title h3 {
    font-size: 28px;
    font-weight: bold;
    color: #1A1A1A;
    margin: 0;
    font-family: Arial, sans-serif;
}

.team-view-more {
    background-color: #F7931E;
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(247, 147, 30, 0.3);
    display: inline-block;
    float: inline-start;
}

.team-view-more:hover {
    background-color: #e6851a;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(247, 147, 30, 0.4);
}

/* 团队滑动容器 */
.team-swiper-container {
    position: relative;
    overflow: hidden;
}

.team-swiper {
    padding: 20px 0;
}

.team-member-slide {
    width: 25%;
    padding: 0 15px;
}

.team-member-card {
    display: flex;
    align-items: center;
    /* background: white; */
    border-radius: 12px;
    padding: 20px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
    /*height: 120px;*/
}

.team-member-card:hover {
    cursor: pointer;
}

.team-member-card:hover .member-name {
    color: #F7931E;
}

.team-member-card:hover .member-position {
    color: #F7931E;
}

.member-avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
}

.member-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* 移除头像悬停缩放效果 */

.member-info {
    flex: 1;
    text-align: left;
}

.member-name {
    font-size: 18px;
    font-weight: bold;
    color: #1A1A1A;
    margin: 0 0 8px 0;
    font-family: Arial, sans-serif;
    line-height: 1.2;
}

.member-position {
    font-size: 14px;
    color: #666;
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.4;
}

/* 滑动箭头样式 */
.team-swiper-button-prev,
.team-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 10;
}

.team-swiper-button-prev {
    left: -20px;
}

.team-swiper-button-next {
    right: -20px;
}

.team-swiper-button-prev:hover,
.team-swiper-button-next:hover {
    background: #F7931E;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.team-swiper-button-prev i,
.team-swiper-button-next i {
    font-size: 16px;
    color: #333;
    transition: color 0.3s ease;
}

.team-swiper-button-prev:hover i,
.team-swiper-button-next:hover i {
    color: white;
}

/* 团队板块响应式设计 */
@media (max-width: 1200px) {
    .team-member-slide {
        width: 33.333%;
    }
}

@media (max-width: 768px) {
    .team-header {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .team-title h3 {
        font-size: 28px;
    }
    
    .team-member-slide {
        width: 50%;
    }
    
    .team-member-card {
        height: 100px;
        padding: 15px;
    }
    
    .member-avatar {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }
    
    .member-name {
        font-size: 16px;
    }
    
    .member-position {
        font-size: 13px;
    }
    
    .team-swiper-button-prev,
    .team-swiper-button-next {
        display: none;
    }
}

@media (max-width: 480px) {
    .team-wrapper {
        padding: 40px 0;
    }
    
    .team-title h3 {
        font-size: 28px;
    }
    
    .team-member-slide {
        width: 100%;
    }
    
    .team-member-card {
        height: 80px;
        padding: 10px;
    }
    
    .member-avatar {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    
    .member-name {
        font-size: 14px;
    }
    
    .member-position {
        font-size: 12px;
    }
}


    #latest-jobs-111 .jobs-wrapper #jobs-list .list-item:hover{
        background: rgba(255,255,255,1) !important;
    }
    #latest-jobs-111 .jobs-wrapper #jobs-list .list-item{
        background: rgba(143,143,143,0) !important;
    }
    #latest-jobs-111 .jobs-wrapper #jobs-list.jobs__slider .list-item{
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 40px;
        padding-right: 40px;
        
    }
    #latest-jobs-111 .jobs-wrapper #jobs-list.jobs__slider .slick-slide{
        margin-left: 0px;
        margin-right: 0px;
    }
    #latest-jobs-111 .jobs-wrapper #jobs-list.two__slider .slick-slide>div .list-item{
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 40px;
        padding-right: 40px;
    }
    #latest-jobs-111 .jobs-wrapper #jobs-list.two__slider .slick-slide>div {
       margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #latest-jobs-111 .jobs-wrapper #jobs-list .list-item .date-posted{
        color: rgba(255,255,255,1);
    }
    #latest-jobs-111 .jobs-wrapper #jobs-list .list-item .type-location{
        color: rgba(255,255,255,1);
    }
    #latest-jobs-111 .jobs-wrapper #jobs-list .list-item .job-title{
        color: rgba(255,255,255,1);
    }
    #latest-jobs-111 .jobs-wrapper #jobs-list .list-item .job-salary{
        color: rgba(255,255,255,1);
    }
    #latest-jobs-111 .jobs-wrapper #jobs-list .list-item .job-location{
        color: rgba(255,255,255,1);
    }
    #latest-jobs-111 .jobs-wrapper #jobs-list .list-item .job-type{
        color: rgba(255,255,255,1);
    }
    #latest-jobs-111 .jobs-wrapper #jobs-list .list-item .job-description{
        color: rgba(255,255,255,1);
    }
    #latest-jobs-111 .jobs-wrapper #jobs-list .list-item:hover .date-posted{
        color: rgba(0,0,0,1);
    }
    #latest-jobs-111 .jobs-wrapper #jobs-list .list-item:hover .type-location{
        color: rgba(0,0,0,1);
    }
    #latest-jobs-111 .jobs-wrapper #jobs-list .list-item:hover .type-location span:before{
        background: rgba(0,0,0,1);
    }
    #latest-jobs-111 .jobs-wrapper #jobs-list .list-item:hover .job-title{
        color: rgba(0,0,0,1);
    }
    #latest-jobs-111 .jobs-wrapper #jobs-list .list-item:hover .job-salary{
        color: rgba(0,0,0,1);
    }
    #latest-jobs-111 .jobs-wrapper #jobs-list .list-item:hover .job-location{
        color: rgba(0,0,0,1);
    }
    #latest-jobs-111 .jobs-wrapper #jobs-list .list-item:hover .job-type{
        color: rgba(0,0,0,1);
    }
    #latest-jobs-111 .jobs-wrapper #jobs-list .list-item:hover .job-description{
        color: rgba(0,0,0,1);
    }
    #latest-jobs-111 .jobs-wrapper #jobs-list .list-item:hover .primary-link,  #latest-jobs-111 .jobs-wrapper #jobs-list .list-item:hover .primary-link_inverse{
        color: rgba(255,153,0,1) !important;
    }
    #latest-jobs-111 .list-item:hover .title-icon-wrapper figure{
        background: rgba(255,153,0,1);
    }
    #latest-jobs-111 .jobs-wrapper #jobs-list .list-item:hover .primary-link:after{
        background: rgba(0,0,0,0);
        color: rgba(255,153,0,1);
        border: 1px solid rgba(0,0,0,0);
    }

     #latest-jobs-111 {
                overflow: hidden;
                position: relative;
            }

            #latest-jobs-111 a {
                text-decoration: none;
                outline: 0
            }

            #latest-jobs-111 figure {
                position: absolute;
                top: 0;
                width: 100%;
                height: 100%;
                background: #000;
                z-index: 0
            }

            #latest-jobs-111 figure img {
                position: relative;
                width: 100%;
                height: 100%;
                margin: 0 auto;
                font-family: "object-fit: cover; object-position: 50% 50%;";
                object-fit: cover;
                min-height: initial !important;
                max-height: none !important;
                opacity: 0.4
            }

            #latest-jobs-111 header.column_layout {
                flex-direction: column !important;
                flex: 0 0 30%
            }

            @media (max-width: 991px) {
                #latest-jobs-111 header.column_layout {
                    flex:0 0 100%;
                    width: 100%;
                    padding: 0 !important
                }
            }

            #latest-jobs-111 header p {
                width: 100%
            }

            #latest-jobs-111 .title-icon-wrapper {
                margin-bottom: 10px
            }

            #latest-jobs-111 .title-icon-wrapper figure {
                position: relative;
                width: 70px;
                height: 60px;
                padding: 10px;
                margin-right: 15px;
                margin-bottom: 0;
                background: transparent;
                border: 1px solid #fff;
                border-radius: 3px
            }

            #latest-jobs-111 .title-icon-wrapper figure img {
                width: 100%;
                height: 100%;
                opacity: 1;
                font-family: "object-fit: contain; object-position: 50% 50%;";
                object-fit: contain;
                min-height: initial !important;
                max-height: none !important
            }

            #latest-jobs-111 .title-icon-wrapper .job-title {
                margin-bottom: 0;
                width: 100%
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list {
                margin: 0
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list.slider-overflow .slick-list {
                overflow: visible;
                padding: 0 10%
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list.slider-overflow-right .slick-list {
                padding: 20px 10% 20px 0;
                margin-left: 7.5%
            }

            @media (max-width: 768px) {
                #latest-jobs-111 .jobs-wrapper #jobs-list.slider-overflow-right .slick-list {
                    margin-left:0
                }
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list.jobs__slider {
                display: none
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list.jobs__slider.slick-initialized {
                display: block
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list.two__slider .slick-slide {
                margin: 0
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list.two__slider .slick-slide>div {
                margin: 20px 20px 0 0 !important
            }

            @media (max-width: 768px) {
                #latest-jobs-111 .jobs-wrapper #jobs-list.two__slider .slick-slide>div {
                    margin:0 15px !important
                }
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list .list-item {
                background: #fff;
                position: relative;
                -webkit-transition: all .3s linear 0s;
                -o-transition: all .3s linear 0s;
                -moz-transition: all .3s linear 0s;
                transition: all .3s linear 0s
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list .list-item.border-top-hover:after {
                position: absolute;
                display: block;
                top: -1px;
                content: " ";
                width: 100%;
                background: #e99311;
                height: 5px;
                left: 0;
                border-radius: 5px;
                transform: scaleX(0);
                transition: transform 250ms ease
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list .list-item.border-top-hover:hover:after {
                transform: scaleX(1);
                transform-origin: 0% 100%
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list .list-item.border-bottom-hover:after {
                position: absolute;
                display: block;
                bottom: -1px;
                content: " ";
                border-radius: 5px;
                width: 100%;
                background: #e99311;
                height: 5px;
                left: 0;
                transform: scaleX(0);
                transition: transform 250ms ease
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list .list-item.border-bottom-hover:hover:after {
                transform: scaleX(1);
                transform-origin: 0% 100%
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list .list-item a {
                min-height: 350px;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-direction: normal;
                -webkit-box-orient: vertical;
                -webkit-flex-direction: column;
                -moz-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: start;
                -ms-flex-align: start;
                -webkit-align-items: flex-start;
                -moz-align-items: flex-start;
                align-items: flex-start;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                -moz-justify-content: center;
                justify-content: center
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list .list-item a.border {
                border: 1px solid #000 !important
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list .list-item a .card-title {
                line-height: 1.25 !important;
                display: block;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list .list-item a .job-item-wrapper {
                height: auto
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list .list-item a .job-description {
                letter-spacing: normal;
                line-height: 1.618 !important;
                display: block;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list .list-item a small {
                color: #6c757d
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list .list-item a .type-location {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                -moz-align-items: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                -webkit-justify-content: space-between;
                -moz-justify-content: space-between;
                justify-content: space-between;
                margin: 0
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list .list-item a .type-location span {
                position: relative;
                padding: 10px 15px
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list .list-item a .type-location span.no-spacer {
                padding: 10px 0
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list .list-item a .type-location span.no-spacer:before {
                display: none
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list .list-item a .type-location span:before {
                position: absolute;
                left: 6px;
                display: block;
                width: 1px;
                height: 50%;
                top: 50%;
                transform: translateY(-50%);
                background: #fff;
                content: ""
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list .list-item:hover {
                background: #e99311
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list .list-item:hover small,#latest-jobs-111 .jobs-wrapper #jobs-list .list-item:hover h4,#latest-jobs-111 .jobs-wrapper #jobs-list .list-item:hover h6,#latest-jobs-111 .jobs-wrapper #jobs-list .list-item:hover p {
                color: #fff
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list .list-item:hover .type-location span:before {
                background: #000
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list .list-item:hover .primary-link {
                color: #e99311
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list .list-item:hover .primary-link:after {
                background: #898989;
                border: 1px solid #898989;
                color: #e99311
            }

            #latest-jobs-111 .jobs-wrapper #jobs-list .list-item:hover .primary-link_inverse {
                color: #e99311
            }


            #latest-jobs-111 .jobs-wrapper.hide ul.slick-dots {
                display: none
            }

            #latest-jobs-111 .jobs-wrapper.right ul.slick-dots {
                transform: rotate(90deg);
                position: absolute;
                bottom: 50%;
                width: 20%;
                right: -10%
            }

            #latest-jobs-111 .jobs-wrapper.left ul.slick-dots {
                transform: rotate(90deg);
                position: absolute;
                bottom: 50%;
                width: 20%;
                left: -10%
            }

            #latest-jobs-111 .jobs-wrapper.bottom ul.slick-dots {
                bottom: -50px
            }


            /* Ensure the "Apply now" arrow SVG turns orange on hover */
            #latest-jobs-111 .jobs-wrapper #jobs-list .list-item:hover .primary-link_inverse svg path {
                fill: #e99310 !important;
            }


@media (max-width: 768px){.modern-footer .footer-bottom{text-align:center;align-items:center;display: block !important;}}
