@import url('../../home/lib/bootstrap/css/bootstrap.min.css');
@import url('../../../static/font-awesome/css/font-awesome.css');
@import url('../../home/lib/animate/animate.min.css');
@import url('../../../static/swiper/swiper-bundle.css');
@import url('../../../static/layui/css/layui.css');

/*--------------------------------------------------------------
    Fonts
--------------------------------------------------------------*/

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../font/Poppins-Medium.ttf');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../font/Poppins-Bold.ttf');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../font/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../font/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: 'Poppins-SemiBoldItalic';
    src: url('../font/Poppins-SemiBoldItalic.ttf');
}

@font-face {
    font-family: 'BarlowCondensed-BoldItalic';
    src: url('../font/BarlowCondensed-BoldItalic.ttf');
}

@font-face {
    font-family: 'Anton-Regular';
    src: url('../font/Anton-Regular.ttf');
}

/*--------------------------------------------------------------
    General
--------------------------------------------------------------*/
:root {
    --primary-color: #E0B440;
    --secondary-color: #D02127;
}

body {
    background: #FFF;
    font-size: 15px;
    font-family: 'Poppins-Medium';
}

a {
    color: #202020;
    transition: all 0.5s;
}

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

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-title,
.section-subtitle,
.section-intro {
    margin: 0;
    padding: 0;
}

.section-title {
    font-size: 40px;
}

.section-subtitle {
    font-size: 30px;
}

.section-intro {
    font-size: 20px;
}

.text-primary {
    color: var(--primary-color);
}

.text-secondary {
    color: var(--secondary-color);
}

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

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

.bg-white {
    background-color: #FFF;
}

.img {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}

.img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    object-fit: cover;
}

.warp {
    margin: 1rem;
    padding: 1rem;
    transition: all 0.5s;
}

.warp:hover {
    box-shadow: 0 0 2px 2px rgba(114, 114, 114, 0.5);
}

.warp .img {
    padding-bottom: 100%;
}

body {
    color: revert;
}

.article {
    color: #fff;
}

.article .view {
    padding: 0;
    word-wrap: break-word;
    cursor: text;
    height: 90%;
}

.article pre {
    margin: .5em 0;
    padding: .4em .6em;
    border-radius: 8px;
    background: #f8f8f8;
}

.article p {
    margin: 5px 0;
}

.article p,
.article span {
    text-wrap-mode: wrap !important;
    word-wrap: break-word;
}

.article iframe,
.article table,
.article img,
.article img ul {
    max-width: 100%;
}

.article .h1,
.article .h2,
.article .h3,
.article .h4,
.article .h5,
.article .h6,
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    margin: revert;
    font-size: revert;
    font-weight: revert;
}

.article li {
    list-style: unset;
}

.article sup {
    font-size: revert;
    top: revert;
    line-height: revert;
}

.article td,
.article th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

.article .list-paddingleft-2 {
    padding-left: 30px;
}

.article .list-paddingleft-3 {
    padding-left: 60px;
}

.article .selectTdClass {
    background-color: #edf5fa !important
}

.article table.noBorderTable td,
.article table.noBorderTable th,
.article table.noBorderTable caption {
    border: 1px dashed #ddd !important
}

.article table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}

.article td,
.article th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

.article caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center;
}

.article th {
    border-top: 1px solid #BBB;
    background-color: #F7F7F7;
}

.article table tr.firstRow th {
    border-top-width: 2px;
}

.article .ue-table-interlace-color-single {
    background-color: #fcfcfc;
}

.article .ue-table-interlace-color-double {
    background-color: #f7faff;
}

.article td p {
    margin: 0;
    padding: 0;
}

.article ol,
.article ul {
    margin: 0;
    pading: 0;
    width: 95%
}

.article li {
    clear: both;
}

.article ol.custom_cn {
    list-style: none;
}

.article ol.custom_cn li {
    background-position: 0 3px;
    background-repeat: no-repeat
}

.article .pagebreak {
    display: block;
    clear: both !important;
    cursor: default !important;
    width: 100% !important;
    margin: 0;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination p {
    margin: 0;
    cursor: pointer
}

.pagination {
    justify-content: center;
    display: flex;
    padding-top: 2rem;
    padding-bottom: 0;
}

.pagination a {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 2px 12px;
    height: 40px;
    width: 40px;
    background: #FFF;
    text-decoration: none;
    color: #808080;
    font-size: 15px;
    line-height: 38px;
    position: relative;
}

.pagination a:hover {
    color: #FFF;
    background: var(--primary-color);
}

.pagination a.cur {
    border: none;
    background: var(--primary-color);
    color: #FFF;
}

.pagination a .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pagination p {
    float: left;
    padding: 2px 12px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    color: #bbb;
    border: 1px #CCC solid;
    background: #FCFCFC;
    margin-right: 8px;
}

.pagination p.pageRemark {
    border-style: none;
    background: none;
    margin-right: 0;
    padding: 4px 0;
    color: #666;
}

.pagination p.pageRemark b {
    color: red;
}

.pagination p.pageEllipsis {
    border-style: none;
    background: none;
    padding: 4px 0;
    color: #808080;
}

/*--------------------------------------------------------------
# placeholderBox
--------------------------------------------------------------*/
#placeholderBox {
    height: 110px;
    /*高度要和#header一致*/
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    background: var(--primary-color);
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #FFF;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background-color: #16161A;
    z-index: 999;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
    /* box-shadow: 0 0 5px 2px rgba(167,167,167,0.5); */
}

#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1630px;
}

#header .search {
    display: flex !important;
    align-items: center;
    position: relative;
}


#header .search img {
    width: 20px;
    cursor: pointer;
}

#header .search form {
    position: absolute;
    width: 180px;
    height: 65px;
    top: 100%;
    right: 0;
    padding-top: 10px;
    opacity: 0;
    overflow: hidden;
    transition: height .3s ease-out, opacity .3s ease-out;
}

#header .search form>input {
    width: 100%;
    padding: 0 48px 0 16px;
    height: 42px;
    color: #fff;
    background-color: #666;
    appearance: none;
}

#header .search form>input:focus {
    outline: unset;
    border-color: var(--primary-color);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

#header .search form>input::placeholder {
    color: #fff;
    font-size: 15px;
}

#header .search-form {
    padding-top: 8px;
}

/*--------------------------------------------------------------
# Top Navigation Menu
--------------------------------------------------------------*/
.main-nav {
    display: none;
}

/* .main-nav,
.main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
} */

.main-nav>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
    height: 70px;
    line-height: 70px;
}

.main-nav>ul>li.drop-down>a {
    line-height: 70px;
}

.main-nav>ul>li:nth-child(2) a {
    pointer-events: none;
}

.main-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 0 35px;
    transition: 0.5s;
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
    color: var(--primary-color);
    text-decoration: none;
}

.main-nav .drop-down:hover>a::after {
    content: "\f0d8";
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #383838;
    /* box-shadow: 0 0 30px rgba(127, 137, 161, 0.25); */
    transition: ease all 0.3s;
}

.main-nav .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    height: 50px;
    line-height: 50px;
    min-width: 180px;
    position: relative;
}

.main-nav .drop-down ul a {
    padding: 0 25px;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    color: #fff;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
    color: var(--primary-color);
}

.main-nav .drop-down>a:after {
    content: "\f0d7";
    font-family: FontAwesome;
    padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down>a {
    padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

.main-nav>ul>li .country-list li {
    min-width: 90px;
    align-items: center;
}

.main-nav .flag-li:hover>a {
    text-underline-offset: unset;
    text-decoration: unset;
}

.main-nav .flag-li .current-flag .d-lg-block {
    display: inline-block !important;
}

.main-nav .flag-li ul {
    left: 15%;
    padding: 0;
}

.main-nav .flag-li ul li {
    height: 45px;
    line-height: 45px;
}

.main-nav .flag-li img {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.main-nav .flag-li ul li img {
    margin-right: 8px;
}

.main-nav .flag-li ul a {
    padding: 0 10px !important;
    font-size: 15px !important;
    text-align: center;
}

.main-nav .flag-li ul a:hover {
    color: #fff !important;
    background-color: var(--primary-color);
}

.main-nav .current-flag:hover span {
    border-bottom: unset;
}

.main-nav>ul {
    display: flex;
    align-items: center;
}

.main-nav>ul>li:nth-last-child(2) {
    margin-left: 30px;
}

.main-nav>ul>li:nth-last-child(2) img {
    width: 19px;
}

.main-nav>ul>li:nth-last-child(3) {
    height: 38px;
    line-height: 38px;
}

.main-nav>ul>li:nth-last-child(3) a {
    color: #fff;
    border-radius: 30px;
    margin-left: 22px;
    background-color: var(--primary-color);
}

.main-nav>ul>li:nth-last-child(1) a {
    padding: 0 0 0 35px;
}

/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(40, 38, 70, 0.8);
    transition: 0.4s;
}

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

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: var(--primary-color);
    text-decoration: none;
}

/* .mobile-nav .drop-down > a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\f077";
} */

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: var(--primary-color);
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgb(28 28 28 / 80%);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding-top: 70px;
    padding-bottom: 0;
    background: #0F0E0F;
    color: #fff;
}

.footer {
    background-size: cover;
}

.footer.main-footer .container {
    max-width: 1630px;
}


#footer .row:before,
.row:after,
.container:before,
.container:after {
    display: unset;
    content: unset;
}

.footer-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-line {
    display: flex;
    justify-content: space-between;
    color: #999999;
    font-size: 15px;
    font-family: 'Poppins-Regular';
    border-top: 1px solid #3F3F3F;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 70px;
    background-color: #DEB951;
}

.footer-line .float-left,
.footer-line .float-right {
    color: #fff;
}

.footer-line .right span {
    color: #f1f1f1;
}

.footer-line a {
    color: #fff;
    transition: 0.5s;
}

.footer-line a:hover {
    color: #666666;
}

.footer-line .right a:first-child {
    margin-right: 15px;
}

.footer-line .right a:last-child {
    margin-left: 15px;
}

.footer-line .y-line {
    margin: 0 9px;
}

.footer-logo-column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    align-items: flex-start;
}

.footer-logo-column img {
    width: 270px;
}

.footer-logo-column .intro {
    font-size: 15px;
    font-family: 'Poppins-Regular';
    color: rgb(255, 255, 255);
    line-height: 2;
    margin-right: 150px;
    margin-top: 25px;
}

.footer h3 {
    font-size: 25px;
}

.footer ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer ul li {
    padding: 0 0 15px 0;
}

.footer ul li a {
    color: #fff;
}

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

.footer .item {
    padding-left: 15px;
    padding-right: 15px;
    width: 23%;
    position: relative;
}

.footer .item h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}

.footer .item h4 {
    font-size: 15px;
    color: #cccccc;
    padding: 9px 0;
}

.footer .item h4:first-child {
    padding: 0 0 9px 0;
}

.footer .item p {
    font-size: 15px;
    line-height: 25px;
}

.footer .item.item-1 {
    width: 30%;
}

.footer .item.item-2,
.footer .item.item-3 {
    width: 21%;
    padding-right: 30px;
}

.footer .item.item-3 {
    width: 24%;
    padding-left: 3.5%;
}

.footer .item.item-4 {
    width: 23%;
    padding-left: 4.5%;
    padding-right: 0;
}

.footer .item.item-2 ul li a,
.footer .item.item-3 ul li a {
    color: #ababab;
}

.footer .item.item-2 ul li a:hover,
.footer .item.item-3 ul li a:hover {
    color: #fff;
}


.footer .item.item-2::after,
.footer .item.item-3::after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #DEB951;
}

.footer .item.item-4 p,
.footer .item.item-4 p>a {
    color: #DEB951;
}

.social-links {
    width: 345px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 70px;
}

.social-links .social-item {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-top: 1rem;
    margin-right: 11px;
    transition: all 0.2s;
    border: 1px solid #3F3F3F;
    background-color: #222222;
}

.social-links .social-item i {
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #999999;
}

.social-links .social-item:hover {
    background-color: #fff;
}

.social-links .social-item:hover i {
    color: var(--primary-color);
}

.social-links .social-item.tiktok {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links .social-item.tiktok img {
    filter: brightness(100);
}

.social-links .social-item.tiktok:hover img {
    filter: unset;
}

.social-links .social-item.twitter,
.social-links .social-item.tiktok {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links .social-item.twitter img,
.social-links .social-item.tiktok img {
    width: 21px;
    filter: grayscale(2) brightness(1);
}

.social-links .social-item.tiktok img {
    width: 24px;
}

.social-links .social-item.twitter:hover img,
.social-links .social-item.tiktok:hover img {
    filter: unset;
}


/* Main Footer */
.main-footer {
    display: none;
}

/* Mobile Footer */
.mobile-footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
}

.mobile-footer .panel-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-footer .panel-heading:after {
    content: "＋";
    color: #FFF;
    right: 25px;
    font-size: 20px;
}

.mobile-footer .panel-heading.active:after {
    content: '－' !important;
}

.mobile-footer .panel-heading .panel-title {
    font-size: 19px;
    padding: 10px 0;
}

/*--------------------------------------------------------------
# Section Banner
--------------------------------------------------------------*/
.banner {
    position: relative;
    padding: 0;
}

.banner.mobile {
    display: none;
}

.banner .img {
    padding-bottom: 20.83%;
}

.banner.mobile .img {
    padding-bottom: 48%;
}

.banner .container {
    max-width: 1580px;
}

.banner .text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
    margin: 0 auto;
}

.banner .text .title {
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-family: 'Poppins-SemiBold';
}

.banner .breadcrumb {
    background-color: unset;
    padding: 20px 0 0 0;
    margin-bottom: 0;
    justify-content: center;
}

.banner .breadcrumb span,
.banner .breadcrumb a {
    color: #fff;
    font-size: 19px;
}

/*--------------------------------------------------------------
# Index Carousel
--------------------------------------------------------------*/
.index-carousel {
    padding: 0;
}

.index-carousel .img {
    height: calc(100vh - 100px);
    padding-bottom: 33.3%;
}

.index-carousel .img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.index-carousel .intro {
    position: absolute;
    width: 50%;
    top: 31%;
    left: 300px;
    color: #fff;
    font-size: 30px;
    font-family: 'Poppins-SemiBold';
    z-index: 2;
}

.index-carousel .text {
    position: absolute;
    bottom: 60px;
    left: 280px;
    padding: 25px 40px;
    z-index: 99;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.index-carousel .text ul {
    display: flex;
}

.index-carousel .text ul>li {
    margin-right: 66px;
    position: relative;
}

.index-carousel .text ul>li::after {
    content: '';
    width: 1px;
    height: 35px;
    background-color: var(--primary-color);
    position: absolute;
    margin-left: 33px;
    top: 50%;
    transform: translateY(-50%);
}

.index-carousel .text ul>li img {
    width: 31px;
    object-fit: contain;
    margin-right: 10px;
}

.index-carousel .text ul>li span {
    font-size: 18px;
    font-family: 'Poppins-Regular';
    color: #fff;
}

.index-carousel .text ul>li:last-child {
    margin-right: 0;
}

.index-carousel .text ul>li:last-child::after {
    content: unset;
}

.btn-prev,
.btn-next {
    /* width: 50px;
    height: 50px; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    /* background-color: #FFF; */
    cursor: pointer;
    z-index: 998;
    /* box-shadow: 0 0 2px 2px rgba(114,114,114,0.5); */
}

.btn-prev img,
.btn-next img {
    filter: saturate(0%) brightness(2.5);
    transition: filter ease 0.5s;
}

.btn-prev:hover img,
.btn-next:hover img {
    filter: saturate(100%) brightness(1);
}

/* .btn-prev i,
.btn-next i{
    color: #fff;
    font-size: 80px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
}

.btn-prev i{
    left: 48%;
}

.btn-next i{
    left: 52%;
} */

/* .btn-prev:hover,
.btn-next:hover{
    background-color: var(--primary-color);
} */

/* .btn-prev:hover i,
.btn-next:hover i{
    color: var(--primary-color);
} */

/*------------------------------------------------------------------
    FAQ
------------------------------------------------------------------*/
.faq-list {
    list-style: none;
    font-size: 20px;
    text-align: left;
    padding: 0;
}

.faq-list li {
    margin-bottom: 22px;
}

.faq-list .question {
    color: var(--primary-color);
    font-size: 17px;
    font-family: 'Poppins-Bold';
    padding: 18px 32px;
    position: relative;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    background-color: #666666;
    overflow: hidden;
}

.faq-list .question::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 100%;
    background-color: var(--primary-color);
    top: 0;
    left: 0;
}

.faq-list .collapsed .question {
    color: #fff;
    border: 1px solid transparent;
}

.faq-list .collapsed .question::before {
    content: unset;
}

.faq-list .collapsed .question::after {
    content: '\f107';
    font-family: FontAwesome;
    transform: rotate(0);
}

.faq-list .question::after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    top: 19px;
    right: 2rem;
    font-size: 25px;
    transition: all 0.5s;
    transform: rotate(180deg);
}

.faq-list .answer {
    color: #c2c1c1;
    font-family: 'Poppins-Regular';
    padding: 10px 2rem 0 2rem;
    font-size: 15px;
}

.faq .more-btn {
    background-color: var(--primary-color);
    border: none;
    color: #FFF;
    padding: 5px 30px;
    font-size: 18px;
}

.faq-list .show-more {
    margin-top: 2rem;
    text-align: center;
}

#product_trigger ul {
    display: none;
}

#product-sub-menu {
    display: none;
    transition: opacity 0.3s ease;
    opacity: 0;
    top: 100px;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #333333;
    z-index: 998;
    box-shadow: 2px 1px 2px 0px rgba(103, 103, 103, 0.2);
}

#product-sub-menu.show {
    display: block;
    opacity: 1;
}

#product-sub-menu ul {
    display: flex;
}

#product-sub-menu .nav-list {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px 0 150px 0;
}

#product-sub-menu .nav-list::before {
    content: '';
    position: absolute;
    width: 44%;
    height: 100%;
    background-color: #383838;
    top: 0;
    left: 0;
}

#product-sub-menu .left-group {
    flex: 0 0 20%;
    max-width: 20%;
    z-index: 1;
    position: relative;
}

#product-sub-menu .left-group::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 110%;
    right: 0;
    top: 0;
    background-color: #5E5E5E;
}

#product-sub-menu .left-group .ul-first {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-right: 10%;
}

#product-sub-menu .left-group ul>li {
    padding-top: 20px;
}

#product-sub-menu .left-group ul>li:first-child {
    padding-top: 0;
}

#product-sub-menu .left-group ul>li a {
    font-size: 16px;
    font-family: 'Poppins-Regular';
    padding: 0;
    white-space: pre-wrap;
    display: inline-flex;
    align-items: center;
    width: unset;
}

#product-sub-menu .left-group .ul-second {
    width: 0;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    left: 108%;
    opacity: 0;
    display: none;
    transition: all 0.2s;
    padding-left: 10%;
}

#product-sub-menu .left-group .item-first>a::after {
    content: "\f0da";
    font-family: FontAwesome;
    padding-left: 10px;
    opacity: 0;
    ;
    transition: opacity 0.5s;
}

#product-sub-menu .left-group .item-first.show>a {
    color: var(--primary-color) !important;
    transition: all 0.5s;
}

#product-sub-menu .left-group .item-first.show>a::after {
    opacity: 1;
}

#product-sub-menu .left-group .item-first.show .ul-second {
    width: 100%;
    display: block;
    opacity: 1;
}

#product-sub-menu .right-group {
    display: flex;
    align-items: center;
    flex: 0 0 55%;
    max-width: 55%;
    padding-left: 45px;
}

#product-sub-menu .right-group .img-box {
    width: 40%;
}

#product-sub-menu .right-group .img img {
    opacity: 0;
    transition: all 0.3s;
    object-fit: cover;
}

#product-sub-menu .right-group .img .show {
    opacity: 1;
}


#product-sub-menu .right-group .text {
    width: 60%;
    padding-left: 40px;
}

#product-sub-menu .right-group .text h3 {
    font-size: 29px;
    color: #fff;
    margin-bottom: 17px;
}

#product-sub-menu .right-group .text p {
    font-size: 16px;
    color: #c2c1c1;
    line-height: 30px;
    font-family: 'Poppins-Regular';
}

.swiper-container {
    position: relative;
}

.head-center {
    text-align: center;
}

.head-between {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
}

.head-between .left {
    width: 41%;
}

.head-between .right {
    width: 40%;
}

.head-center h4,
.head-left h4,
.head-between .left h4 {
    color: var(--primary-color);
    font-size: 21px;
    font-family: 'Poppins-SemiBold';
    padding-bottom: 12px;
    text-transform: uppercase;
}

.head-center h3,
.head-left h3,
.head-between .left h3 {
    color: #fff;
    font-size: 37px;
    font-family: 'Poppins-SemiBold';
}

.head-center p,
.head-between .right p {
    font-size: 16px;
    color: #c2c1c1;
    font-family: 'Poppins-Regular';
    line-height: 30px;
}

.head-left .line {
    width: 250px;
    height: 4px;
    margin: 40px 0 50px 0;
    background-color: var(--primary-color);
}

.head-center p {
    width: 700px;
    margin: 0 auto;
    line-height: 26px;
    margin-top: 13px;
}

.index-category {
    background-color: #16161A;
    padding-bottom: 320px;
}

.category-item .box {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.category-item {
    margin-top: 30px;
}

.category-item .text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 30px;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    overflow: hidden;
}

.category-item .text h3 {
    color: #fff;
    font-size: 24px;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 15px;
}

.category-item .text .move-item {
    height: 0;
    margin-top: 15px;
    transition: 0.5s ease;
}

.category-item .text .move-item p {
    color: #c2c1c1;
    font-size: 14px;
    font-family: 'Poppins-Regular';
}

.category-item .text .move-item span {
    display: inline-block;
    font-size: 16px;
    font-family: 'Poppins-Regular';
    color: var(--primary-color);
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-top: 17px;
}

.category-item:hover .text {
    background-color: rgba(0, 0, 0, 0.6);
}

.category-item:hover .text h3 {
    position: relative;
}

.category-item:hover .text .move-item {
    height: 160px;
    margin-top: 0;
    margin-bottom: 35px;
}

.index-intro {
    padding-top: 0;
    background-color: #333333;
    position: relative;
}

.index-intro .container {
    max-width: 1630px;
}

.index-intro .video-box {
    width: 100%;
    position: absolute;
    top: -190px;
    overflow: hidden;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border: 10px solid var(--primary-color);
    z-index: 2;
    cursor: pointer;
}

.index-intro .video-box::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.index-intro .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.index-intro .icon i {
    color: #FF0000;
    font-size: 70px;
}

.index-intro .video {
    max-width: 1230px;
    margin: 0 auto;
    padding-top: 0;
}

.index-intro .video .img {
    padding-bottom: 43%;
    background: #202020;
}

.index-intro .video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    object-fit: cover;
    z-index: 2;
}

.index-intro .text {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-top: 390px;
}

.index-intro .text h3 {
    font-size: 35px;
    font-family: 'Poppins-SemiBold';
    line-height: 1.25;
    color: #fff;
    margin-right: 35px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.index-intro .text ul {
    margin-bottom: 30px;
}

.index-intro .text ul>li {
    color: #c2c1c1;
    font-size: 17px;
    font-family: 'Poppins-Regular';
    line-height: 30px;
}

.index-intro .text ul>li img {
    margin-right: 5px;
}

.index-intro .btn {
    width: 300px;
    font-size: 18px;
    color: #fff;
    padding: 9px 0;
    border-radius: 30px;
    background-color: var(--primary-color);
}

.index-intro .btn-second {
    margin-left: 10px;
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.index-intro .bg img {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
}

.index-intro .bg::after {
    content: '';
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    bottom: 0;
}

.index-intro .left {
    padding-right: 30px;
}

.index-intro .left h4 {
    font-size: 26px;
    font-family: 'Poppins-SemiBold';
    color: #deb951;
}

.index-intro .right {
    padding-left: 30px;
}

.index-intro .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 30px;
}

.index-intro .item:last-child {
    border-bottom: unset;
    margin-bottom: 0;
    padding-bottom: 0;
}

.index-intro .icon-box {
    width: 45%;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.index-intro .icon-box .counter-item {
    padding-left: 20px;
}

.index-intro .icon-box .counter-item span,
.index-intro .icon-box .counter-item .unit .plus {
    display: inline;
    font-size: 35px;
    color: #deb951;
}

.index-intro .icon-box .counter-item .unit .plus {
    margin-left: -3px;
}

.index-intro .icon-box .counter-item .unit {
    font-size: 24px;
    display: inline;
    color: #deb951;
}

.index-intro .icon-box .counter-item .unit sup {
    font-size: 15px;
}

.index-intro .icon-box .counter-item p {
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins-SemiBold';
}

.index-intro .icon-box img {
    width: 60px;
    object-fit: contain;
}

.index-intro .text-box {
    width: 55%;
    padding-left: 32px;
}

.index-intro .text-box p {
    color: #c2c1c1;
    font-family: 'Poppins-Regular';
}

.index-intro.zh .text ul>li{
    font-size: 22px;
    line-height: 45px;
}

.index-intro.zh .left h4{
    font-size: 30px;
}

.index-intro.zh .text h3{
    font-size: 45px;
}

.index-intro.zh .btn{
    font-size: 20px;
}

.index-intro.zh .text-box p{
    font-size: 16px;
}

.index-intro.zh .icon-box img{
    width: 55px;
}

.index-project {
    padding-bottom: 120px;
    background-image: url('../images/project_bg.jpg');
    background-repeat: repeat;
    background-size: cover;
}

.index-project #project {
    margin-top: 40px;
    overflow: hidden;
}

.index-project .swiper-pagination {
    bottom: -65px;
}

.index-project .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 7px;
    background: #fff;
}

.index-project .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

.index-project .swiper-slide {
    transform-origin: center center;
}

.index-project .swiper-wrapper {
    perspective: none;
    /* 移除容器级透视，让每个 slide 自己控制透视 */
}

.index-project .swiper-slide {
    border: 5px solid #fff;
}

.index-video {
    background-color: #16161A;
}

.index-video .row {
    margin-top: 10px;
}

.index-video .video-box {
    position: relative;
}

.index-video .video-box::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.index-video .video-box .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.index-video .video-box .icon i {
    color: #FF0000;
    font-size: 60px;
}

.index-video .row {
    margin-left: -20px;
    margin-right: -20px;
}

.index-video .item {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    cursor: pointer;
}

.index-video .item .img {
    padding-bottom: 60.53%;
}

.index-video .item iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    object-fit: cover;
    z-index: 2;
}

.index-video .item h3 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-family: 'Poppins-SemiBold';
    padding-top: 15px;
}

.index-choose {
    background-color: #333333;
}

/* .index-choose .container {
    max-width: 1630px;
} */

.index-choose .row {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 30px;
}

.index-choose .item {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    transition: all 0.5s ease;
}

.index-choose .item .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 10px;
    border-radius: 15px;
    border: 1px solid var(--primary-color);
    transition: all 0.5s ease;
}

.index-choose .item .box img {
    height: 56px;
    margin-bottom: 19px;
    object-fit: contain;
    transition: all 0.5s ease;
}

.index-choose .item .box h3 {
    color: #fff;
    font-size: 17px;
    font-family: 'Poppins-SemiBold';
    text-align: center;
    height: 52px;
    overflow: hidden;
    line-height: 26px;
    margin-bottom: 15px;
}

.index-choose .item .box p {
    color: #c2c1c1;
    font-size: 14px;
    font-family: 'Poppins-Regular';
    text-align: center;
    line-height: 24px;
    height: 168px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.index-choose .item:hover .box {
    background-color: var(--primary-color);
}

.index-choose .item:hover .box img {
    filter: brightness(0) invert(1);
}

.index-choose .item:hover .box p {
    color: #fff;
}

.index-choose .img-box {
    text-align: center;
}

.index-solution {
    background-color: #16161A;
}

.index-solution .icon-row {
    margin-top: 70px;
}

.index-solution .item {
    /* margin: 0 auto; */
    text-align: center;
}

.index-solution .item img {
    max-height: 56px;
}

.index-solution .item h3 {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Poppins-SemiBold';
    margin-top: 15px;
}

.index-solution #solution {
    margin-top: 65px;
    padding: 0 15px 75px 15px;
}

.index-solution .swiper-pagination {
    bottom: 0;
}

.index-solution .swiper-pagination-bullet {
    width: 127px;
    height: 8px;
    margin: unset !important;
    background-color: #fff;
    opacity: 1;
    border-radius: unset;
}

.index-solution .swiper-pagination-bullet-active {
    background-color: #fff;
    position: relative;
}

.index-solution .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: var(--primary-color);
    border-radius: 5px;
}

.index-solution .swiper-pagination-bullet:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.index-solution .swiper-pagination-bullet:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.solution-item .box {
    position: relative;
    display: block;
    overflow: hidden;
}

.solution-item .box .img {
    border-radius: 10px;
    padding-bottom: 124.72%;
}

.solution-item .box .text {
    position: absolute;
    left: 0;
    top: 7px;
    right: 0;
    padding: 30px 30px 50px 30px;
    bottom: 0;
    opacity: 0;
    transform: translateX(-100%);
    /* opacity: 1;
    transform: translateX(0%); */
    border-radius: 5px;
    background: rgba(224, 180, 64, 0.90);
    transition: all 500ms ease;
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
}

.solution-item .box .text h3 {
    color: #fff;
    font-size: 60px;
    font-family: 'Anton-Regular';
    opacity: 0.8;
    margin-top: 25px;
}

.solution-item .box .text .last-box {
    color: #fff;
    position: absolute;
    bottom: 45px;
    left: 30px;
    width: 85%;
}

.solution-item .box .text .last-box h4 {
    font-family: 'Poppins-Bold';
    margin-bottom: 5px;
}

.solution-item .box .text .last-box .last {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.solution-item .box .text .last p {
    width: 80%;
    font-size: 24px;
    font-family: 'Poppins-Bold';
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
}

.solution-item .box .text .last img {
    position: absolute;
    right: 6px;
    bottom: 5px;
    height: 36px;
}

.solution-item:hover .box .text {
    transform: translateX(0%);
    opacity: 1;
}

.index-faq {
    background-color: #333333;
}

.index-faq #faqList {
    margin-top: 50px;
}

.index-faq .more-btn {
    color: #fff;
    font-size: 17px;
    padding: 7px 34px;
    border-radius: 30px;
    background-color: var(--primary-color);
    margin-top: 30px;
    border: unset;
}

.index-news {
    background-color: #16161A;
}

.news-item .img {
    padding-bottom: 66.40%;
}

.news-item .date {
    color: #fff;
    position: absolute;
    top: 22px;
    right: 20px;
    background-color: var(--primary-color);
    padding: 11px 11px 7px 11px;
    text-align: center;
}

.news-item .date .day {
    font-size: 23px;
    font-family: 'Poppins-Bold';
    line-height: 25px;
}

.news-item .date .month {
    font-size: 14px;
    font-family: 'Poppins-Regular';
    text-transform: uppercase;
}

.news-item .info {
    display: flex;
    padding: 8px 0 8px 0;
}

.news-item .info li:nth-child(1) {
    margin-right: 15px;
}

.news-item .info li img {
    margin-right: 3px;
}

.news-item .info li span {
    font-size: 12px;
}

.news-item .text .title {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    overflow: hidden;
    margin-bottom: 13px;
}

.news-item .text .more {
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}

.news-item .text .more a {
    text-transform: uppercase;
}

.news-item .text .more .line {
    width: 165px;
    height: 1px;
    background-color: #999999;
    margin: 0 15px;
}

.news-item:hover .more {
    color: var(--primary-color);
}

.news-item:hover .more .line {
    background-color: var(--primary-color);
}

.index-news .section-title {
    width: 650px;
    margin-right: auto;
    line-height: 47px;
}

.index-news .row {
    margin-top: 50px;
}

.index-news .news-box {
    position: relative;
}

.index-news #news {
    margin-top: 50px;
    padding-bottom: 70px;
}

.index-news .news-item.article-item {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

#index-news-prev {
    left: -110px;
}

#index-news-next {
    right: -110px;
}

#index-news-prev,
#index-news-next {
    top: 45%;
}

.news {
    padding-top: 0;
    padding-bottom: 80px;
}

.news .no-data {
    margin-top: 0;
    margin-bottom: 30px;
}

.news .row {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.news .pagination {
    padding-top: 50px;
}

.news.solution .row {
    margin-left: -17.5px;
    margin-right: -17.5px;
}

.news-item {
    padding-left: 17.5px;
    padding-right: 17.5px;
    margin-bottom: 55px;
}

.news-item .box {
    position: relative;
}

.news-item .img {
    /* border-radius: 5px; */
    padding-bottom: 66.4%;
}

.news-item .info {
    display: flex;
}

.news-item .info li {
    margin-right: 25px;
}

.news-item .info li img {
    margin-right: 5px;
}

.news-item .info li span {
    color: #fff;
    font-size: 12px;
    font-family: 'Poppins-Medium';
    margin-right: 15px;
    position: relative;
}

.news-item .info li span::after {
    content: '';
    position: absolute;
    /* left: 0; */
    right: -15px;
    top: 10%;
    display: inline-block;
    width: 1px;
    height: 80%;
    background-color: #B9B9B9;
}

.news-item .info li:last-child span::after {
    content: unset;
}

.news-item .title {
    overflow: hidden;
}

.news-item .title a {
    font-size: 15px;
    color: rgb(32, 32, 32);
    line-height: 1.5;
    font-family: 'Poppins-Medium';
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.news-item .text {
    margin-left: 0;
    margin-top: 0;
    position: relative;
}

.news-item .more {
    text-decoration: underline;
    text-decoration-color: #b9b9b9;
    text-underline-offset: 5px;
    margin-top: 5px;
    transition: all 0.5s;
}

.news-item:hover .more a {
    color: var(--primary-color);
}

.news-item:hover .more {
    text-decoration-color: var(--primary-color);
}

.news-item.article-item {
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-bottom: 25px;
}

.news-item.article-item.news-item .info li span::after {
    display: none;
}

.news-item.article-item .info li span {
    margin-right: 5px;
}

.news-item.article-item .info {
    background-color: #999999;
}

.news-item.article-item .box {
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.news-item.article-item .info {
    padding: 7px 20px 8px 20px;
}

.news-item.article-item .text {
    padding: 15px 20px 22px 20px;
    background-color: #666666;
}

.news-item.article-item .text .title {
    height: 51px;
}

.news-item.article-item .more {
    text-decoration: unset;
}

.news-item.article-item .more span {
    font-size: 14px;
}

.news-item.article-item .more i {
    font-size: 16px;
}

.product-category {
    position: relative;
    background-color: #16161A;
    overflow: hidden;
}

.product-category::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/category_bg.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    opacity: 0.15;
    z-index: 1;
    pointer-events: none;
}

.product-category .container {
    position: relative;
    z-index: 2;
}

.product-category .row {
    margin-top: 10px;
}

.product-category .head-center p {
    width: 100%;
    padding: 10px 150px 0 150px;
    text-align: center;
}

.lr-structure {
    background-color: #333333;
}

.lr-structure .item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.lr-structure .img-box {
    width: 52%;
}

.lr-structure .img-box .img {
    padding-bottom: 60.4%;
}

.lr-structure .text-box {
    width: 48%;
    padding-left: 60px;
    padding-right: 60px;
}

.lr-structure .text-box h3 {
    color: #fff;
    font-family: 'Poppins-SemiBoldItalic';
    text-transform: uppercase;
    padding-left: 17px;
    border-left: 5px solid var(--primary-color);
}

.lr-structure .text-box p {
    color: #c2c1c1;
    font-size: 16px;
    font-family: 'Poppins-SemiBold';
    line-height: 33px;
    margin-top: 25px;
}

.lr-structure .text-box p>b {
    font-weight: unset;
    color: var(--primary-color);
}

.lr-structure .item:nth-child(even) {
    flex-direction: row-reverse;
}

.lr-structure .item:nth-child(even) .text-box {
    padding-left: 40px;
    padding-right: 80px;
}

.inquiry {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #666666;
    position: relative;
    overflow: hidden;
}

.inquiry::before {
    content: '';
    position: absolute;
    width: 48%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/inquiry_bg.jpg);
    background-repeat: no-repeat;
    z-index: 1;
}

.inquiry .container {
    position: relative;
    z-index: 2;
}

.inquiry .row {
    align-items: center;
}

.inquiry .left {
    flex: 0 0 48%;
    max-width: 48%;
    margin-top: 0;
}

.inquiry .right {
    flex: 0 0 52%;
    max-width: 52%;
}

.inquiry.en h3 {
    display: block;
}

.inquiry h3 {
    text-shadow: unset;
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
    padding: 0 !important;
    font-size: 90px !important;
    font-family: "Poppins-Bold";
    text-stroke: 1px rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    line-height: 0.454;
    display: none;
}

.inquiry h5 {
    font-size: 55px;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
    margin-top: -20px;
}

.inquiry .subtitle {
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins-Regular';
}

.inquiry .title {
    color: #fff;
    font-size: 40px;
    font-family: 'Poppins-SemiBold';
    margin-top: 10px;
    margin-bottom: 15px;
}

.inquiry .intro {
    font-size: 15px;
    font-family: 'Poppins-Regular';
    line-height: 2;
    margin-bottom: 30px;
    padding-right: 60px;
}

.inquiry .info {
    margin-top: 30px;
}

.inquiry .info .item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}

.inquiry .info .item img {
    position: absolute;
    left: 0;
    top: 7px;
}

.inquiry .info .item:last-child {
    margin-bottom: 0;
}

.inquiry .info .title {
    font-size: 20px;
    font-family: 'Poppins-Medium';
    margin-bottom: 10px;
}

.inquiry .info ul>li {
    font-size: 16px;
    color: var(--primary-color);
    font-family: 'Poppins-SemiBold';
    line-height: 25px;
    margin-right: 100px;
}

.inquiry .info ul>li a {
    font-size: 16px;
    font-family: 'Poppins-SemiBold';
    color: var(--primary-color);
}

.eject-inquiry.inquiry::before {
    content: unset;
}

.eject-inquiry .inquiry-btn {
    background: var(--primary-color) !important;
}

.eject-inquiry {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9999;
    background-image: unset;
}

.eject-inquiry .container {
    position: relative;
    width: 1000px;
    padding: 55px;
    background-color: #666666;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 11px;
    border-radius: 30px;
    max-width: 1000px;
}

.eject-inquiry .close-inquriy {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.eject-inquiry .close-inquriy i {
    font-size: 30px;
    font-weight: 100;
}

.eject-inquiry .form {
    padding-left: 0;
}

.eject-inquiry .form .footer-intro {
    font-size: 14px;
}

.eject-inquiry h3 {
    font-size: 30px;
    font-family: 'Poppins-Bold';
    margin-bottom: 25px;
}

.form {
    padding: 0 0 0 35px;
}

.form .title {
    font-size: 35px;
    font-family: 'Poppins-SemiBold';
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
}

.form .subtitle {
    color: #c2c1c1;
    font-size: 15px;
    padding: 0 40px 15px 40px;
}

.form .row {
    display: flex;
    align-items: unset;
    margin: 0;
}

.form .row .item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 12px;
}

.form .row .item:nth-child(1),
.form .row .item:nth-child(3) {
    padding-right: 7.5px;
}

.form .row .item:nth-child(2),
.form .row .item:nth-child(4) {
    padding-left: 7.5px;
}

.form .row .item:last-child {
    display: flex;
    justify-content: space-between;
}

.form .row .item:last-child input {
    width: 355px;
    height: 55px;
}

.form .row .item:last-child img {
    width: 240px;
    height: 55px;
}

.form .row input,
.form .row select,
.form .row textarea {
    caret-color: #fff !important;
    width: 100%;
    height: 44px;
    color: #fff;
    padding: 6px 12px 6px 18px;
    border: 1px solid transparent;
    font-size: 15px;
    font-family: 'Poppins-Reuglar';
    background-color: #999;
}

.form .row input:focus,
.form .row select:focus,
.form .row textarea:focus {
    border: 1px solid var(--primary-color);
}


.form .row textarea {
    resize: none;
    height: 150px;
    padding: 12px 12px 6px 18px;
}

.form .row input::placeholder,
.form .row textarea::placeholder {
    color: #eee;
}

.form button {
    width: 100%;
    height: 45px;
    font-size: 16px;
    border: none;
    background-color: var(--primary-color);
    color: #FFF;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: 'Poppins-Medium';
}

.form .footer-intro {
    font-size: 13px;
    color: #999999;
}

.list-info .left {
    width: 42%;
}

.list-info .icon-row {
    justify-content: center;
    margin: 70px -35px 0 -35px;
}

.list-info .head-between {
    align-items: flex-start;
}

.list-info .item {
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
}

.list-info .item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: var(--primary-color);
}

.list-info .item:last-child::after {
    content: unset;
}

.product-list {
    background-image: url('../images/list_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.product-item {
    margin-top: 50px;
}

.product-item .img {
    padding-bottom: 67.43%;
    border: 3px solid #fff;
    border-radius: 10px;
    transition: ease 0.5s;
}

.product-item .img img {
    transition: ease 0.5s;
}

.product-item .text {
    text-align: center;
}

.product-item .text h4 {
    color: #fff;
    font-size: 25px;
    margin: 20px 0 10px 0;
    font-family: 'Poppins-SemiBold';
}

.product-item .text p {
    color: #c2c1c1;
    font-size: 16px;
    height: 75px;
    overflow: hidden;
    font-family: 'Poppins-Regular';
    line-height: 25px;
}

.product-item:hover .img {
    border: 3px solid var(--primary-color);
}

.product-item:hover .img img {
    transform: scale(1.1);
}

.list-intro {
    background-color: #333333;
}

.list-intro p {
    color: #c2c1c1;
    margin-top: 22px;
    font-size: 16px;
    font-family: 'Poppins-SemiBold';
    line-height: 33px;
}

.list-intro .right {
    padding-left: 60px;
}

.list-intro .right iframe {
    width: 100%;
    height: 100%;
}

.list-faq {
    position: relative;
    /* background-image: url(../images/faq_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
}

.list-faq::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/faq_bg.jpg');
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
}

.list-faq .container {
    z-index: 2;
    position: relative;
}

.product-detail-1 {
    position: relative;
    z-index: 99;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #17161B;
}

.product-detail-1 .left .img {
    padding-bottom: 67.43%;
}

.product-detail-1 .right {
    padding-left: 45px;
}

.product-detail-1 .right .title {
    color: #fff;
    font-size: 40px;
    font-family: 'Poppins-SemiBold';
    margin-top: 30px;
    margin-bottom: 20px;
}

.product-detail-1 .left {
    flex: 0 0 48%;
    max-width: 48%;
}

.product-detail-1 .right {
    flex: 0 0 52%;
    max-width: 52%;
    padding-left: 60px;
    padding-right: 0;
    z-index: 2;
}

.product-detail-1 .right .line {
    width: 120px;
    height: 4px;
    background-color: var(--primary-color);
    margin: 35px 0 40px 0;
}

.product-detail-1 .right h3 {
    color: #fff;
    font-size: 26px;
    font-family: 'Poppins-SemiBold';
}

.product-detail-1 .right p {
    color: #c2c1c1;
    font-size: 17px;
    font-family: 'Poppins-Regular';
    margin-top: 20px;
    line-height: 30px;
}

.product-detail-1 .btn-group {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.product-detail-1 .btn-group .contact-item a {
    color: #fff;
    font-size: 18px;
    padding: 10px 36px;
    background-color: #DEB951;
    border-radius: 30px;
}

.product-detail-1 .btn-group .download-item {
    color: #deb951;
    padding: 7px 36px;
    font-size: 18px;
    background-color: #333333;
    border: 2px solid #deb951;
    border-radius: 30px;
    margin-left: 18px;
}

.details-solution {
    background-color: #333333;
}

#thumbsBox {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
}

#thumbsBox .item {
    padding: 0 10px;
    width: 100%;
    max-width: 25%;
    margin-bottom: 20px;
    cursor: pointer;
}

#thumbsBox .item .img {
    padding-bottom: 75%;
    transition: box-shadow .2s;
}

#thumbsBox .item.active .img {
    box-shadow: 0 0 0 2px #DEB951;
}

#thumbsBox .thumb-total {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    font-family: 'Poppins-Regular';
    padding: 0 15px;
    color: #666666;
}

.about {
    background-color: #16161A;
}

.about .row {
    align-items: center;
}

.about .left img {
    max-width: 400px;
}

.about .right p {
    color: #c2c1c1;
    font-size: 18px;
    font-family: 'Poppins-Regular';
    line-height: 35px;
}

.about .right p>b {
    font-weight: normal;
    font-family: 'Poppins-SemiBold';
    line-height: 35px;
    color: var(--primary-color);
}

.about .video-row {
    margin-top: 60px;
}

.about iframe {
    width: 100%;
    height: 700px;
    border-radius: 20px;
}

.factory {
    padding-top: 0;
    background-color: #16161A;
}

.factory #factory {
    margin-top: 35px;
}

.factory #factory .img {
    padding-bottom: 73.02%;
    border-radius: 10px;
}

.factory .factory-prev {
    left: -70px;
}

.factory .factory-next {
    right: -70px;
}

.factory-prev img,
.factory-next img {
    width: 20px;
}

.partner {
    background-image: url(../images/partner_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.partner .row {
    margin-top: 50px;
}

.partner img {
    max-width: 100%;
}

.exhibition-solution {
    background-color: #333333;
}

.exhibition-solution .head-between .left {
    width: 45%;
}

.cooperation {
    background-color: #16161A;
}

.cooperation .head-center p {
    width: 770px;
}

.cooperation .row {
    margin-top: 50px;
    margin-left: -17.5px;
    margin-right: -17.5px;
}

.cooperation .item {
    position: relative;
    padding-left: 17.5px;
    padding-right: 17.5px;
}

.cooperation .item .img {
    border-radius: 10px;
}

.cooperation .item .text {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-align: center;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
    transition: 0.5s ease;
}

.cooperation .item .text img {
    height: 54px;
    margin-bottom: 20px;
}

.cooperation .item .text h3 {
    font-size: 26px;
    font-family: 'Poppins-SemiBold';
    line-height: 1.4;
    margin-bottom: 20px;
    padding: 0 30px;
}

.cooperation .item .text p {
    font-family: 'Poppins-Regular';
    padding: 0 40px;
}

.cooperation .item:hover .text {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
}

.factory-strength {
    background-color: #16161A;
}

.factory-strength .item {
    align-items: unset;
}

.factory-strength .item.align-center {
    align-items: center;
}

.factory-strength .text-box h3 {
    text-transform: unset;
}

.company-honor {
    position: relative;
    background-color: #16161A;
    background-repeat: no-repeat;
    min-height: 850px;
    overflow: hidden;
}

.company-honor::before {
    content: '';
    position: absolute;
    left: 0;
    top: 80px;
    bottom: 0;
    width: 100%;
    height: 85%;
    background-image: url('../images/honor.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
}

.company-honor .container {
    max-width: 1560px;
    z-index: 2;
}

.company-honor .head-left h3 {
    margin-bottom: 30px;
}

.company-honor .box {
    float: right;
    position: relative;
}

.company-honor #honor {
    width: 500px;
    height: 680px;
    float: left;
    overflow: hidden;
}

.company-honor .display-drawing {
    width: 400px;
    position: absolute;
    top: 50%;
    right: 0;
}

.company-honor .display-drawing .img {
    padding-bottom: 146.77%;
    margin-top: -50%;
}

.company-honor #honor .swiper-slide {
    height: 100px;
    cursor: pointer;
}

.company-honor #honor .swiper-slide .item {
    display: flex;
    align-items: center;
    height: 45px;
    /* margin-bottom: 65px; */
}

.company-honor #honor .swiper-slide:last-child .item {
    margin-bottom: 0;
}

.company-honor #honor .swiper-slide .item img {
    width: 28px;
    filter: grayscale(1);
    transition: all 0.5s;
}

.company-honor #honor .swiper-slide .item span {
    display: inline-block;
    align-items: center;
    width: 310px;
    height: 50px;
    overflow: hidden;
    font-size: 17px;
    font-family: 'Poppins-Regular';
    color: rgb(153, 153, 153);
    line-height: 1.389;
    text-align: left;
    margin-left: 40px;
    position: relative;
    transition: 0.3s;
}

.company-honor #honor .swiper-slide .item span::before {
    content: '';
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 50%;
    transition: 0.3s ease, transform 0s ease;
    /* 设置渐入效果 */
}

.company-honor #honor .swiper-slide .item span::after {
    content: '';
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    position: absolute;
    right: 0;
    top: 50%;
    transition: 0.3s ease, transform 0s ease;
    /* 设置渐入效果 */
}

.company-honor #honor .swiper-slide.swiper-slide-active .item img {
    filter: grayscale(0);
}

.company-honor #honor .swiper-slide.swiper-slide-active .item span {
    width: 430px;
    color: var(--primary-color);
    text-align: center;
    position: absolute;
    padding-left: 55px;
    padding-right: 55px;
    margin-left: 70px;
    font-family: 'Poppins-SemiBold';
}

.company-honor #honor .swiper-slide.swiper-slide-active .item span::before {
    width: 45px;
}

.company-honor #honor .swiper-slide.swiper-slide-active .item span::after {
    width: 45px;
}

.company-qualifications {
    background-color: #333333;
}

.company-qualifications .head-center h3 {
    margin-bottom: 10px;
}

.company-qualifications .item {
    margin-top: 30px;
    margin-bottom: 10px;
}

.company-qualifications .item .img {
    padding-bottom: 68.79%;
}

.company-qualifications .item h3 {
    font-size: 20px;
    font-family: 'Poppins-SemiBold';
    color: #fff;
    line-height: 1.4;
    height: 56px;
    overflow: hidden;
    text-align: center;
    margin: 15px 50px 0 50px;
}

.ad-choose {
    background-color: #16161A;
}

.advantage {
    padding-top: 0;
    background-color: #16161A;
}

.advantage .row {
    margin-left: 0;
    margin-right: 0;
}

/* .advantage .container{
    max-width: 1630px;
} */

.advantage .item {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #333333;
    margin-bottom: 30px;
}

.advantage .item:last-child {
    margin-bottom: 0;
}

.advantage .item .left {
    width: 48%;
    padding-left: 0;
    padding-right: 0;
}

.advantage .item .right {
    width: 52%;
}

.advantage .item .left .img {
    padding-bottom: 53.70%;
}

.advantage .item .right .text {
    padding-left: 65px;
    padding-right: 100px;
}

.advantage .item .right .title-box {
    display: flex;
    align-items: center;
}

.advantage .item .right .title-box h3 {
    color: #D8B44D;
    font-size: 110px;
    font-family: 'Poppins-SemiBold';
}

.advantage .item .right .title-box h5 {
    color: #fff;
    /* width: 500px; */
    font-size: 32px;
    font-family: 'Poppins-SemiBold';
    padding-left: 15px;
}

.advantage .item .right p {
    color: #fff;
    font-size: 19px;
    font-family: 'Poppins-Regular';
    margin-top: 2px;
    line-height: 1.6;
}

.advantage .item:nth-child(even) {
    flex-direction: row-reverse;
}

.advantage .item:nth-child(even) .right .text {
    padding-left: 80px;
}

.faq {
    overflow: hidden;
}

.faq::before {
    top: 0;
    background-color: #15141A;
    background-size: cover;
    background-position: 80px right;
    background-image: url(../images/faq_bg2.jpg);
    opacity: unset;
}

.faq .more-btn {
    padding: 4px 32px;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    background-color: transparent;
}


.switch {
    display: flex;
    justify-content: center;
    background-color: #16161A;
}

.switch .row {
    margin-left: -10px;
    margin-right: -10px;
    align-items: center;
}

.switch .item {
    font-size: 20px;
    font-family: 'Poppins-Regular';
    padding-left: 10px;
    padding-right: 10px;
}

.switch .item a {
    color: #D8B44D;
}

.switch .item.active .box {
    background-color: #D8B44D;
}

.switch .item.active a {
    color: #fff;
}

.switch .item .box {
    font-size: 19px;
    font-family: 'Poppins-SemiBold';
    padding: 10px 40px 10px 40px;
    border: 2px solid #D8B44D;
    border-radius: 30px;
    text-align: center;
}

.no-data {
    width: 100%;
    font-size: 20px;
    text-align: center;
    justify-content: center;
    color: #fff;
    margin: 0 auto;
}

.solution {
    padding-top: 0;
    background-color: #16161A;
}

.solution .container {
    max-width: 100%;
}

.solution .solution-item {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.solution .show-more,
.news .show-more,
.product-list .show-more,
.company-qualifications .show-more {
    font-size: 18px;
    margin: 0;
}

.solution .show-more .more-btn,
.news .show-more .more-btn,
.product-list .show-more .more-btn,
.company-qualifications .more-btn {
    color: #fff;
    padding: 6px 34px;
    border-radius: 30px;
    margin: 50px 0 0 0;
    background-color: #D8B44D;
    border: unset;
}

.product-list .show-more .more-btn {
    margin-right: 15px;
}

.product-list .show-more .more-btn.quote-btn {
    padding: 4px 34px;
    color: var(--primary-color);
    background-color: #333333;
    border: 2px solid var(--primary-color);
}

.product-list .head-left .line {
    margin: 40px 0 10px 0;
}

.solution-detail {
    background-color: #16161A;
}

.solution-detail .social-links {
    padding-top: 0;
}

.solution-detail .social-links .social-item {
    width: 32px;
    height: 32px;
    border: unset;
    border-radius: 5px;
    margin-right: 15px;
    background-color: #070707;
    transition: all 0.5s;
}

.solution-detail .social-links .social-item.tiktok img {
    width: 22px;
    filter: grayscale(1) brightness(6);
}

.solution-detail .social-links .social-item.twitter img {
    width: 20px;
    filter: grayscale(1) brightness(5);
}

.solution-detail .social-links .social-item i {
    color: #fff;
    font-size: 19px;
}

.solution-detail .social-links .social-item:hover {
    background-color: var(--primary-color);
}


.solution-detail .social-links {
    padding-top: 0;
}

.solution-detail .social-links .social-item {
    width: 32px;
    height: 32px;
    border: unset;
    border-radius: 5px;
    margin-right: 15px;
    background-color: #070707;
    transition: all 0.5s;
}

.solution-detail .social-links .social-item.tiktok img {
    width: 22px;
    filter: grayscale(1) brightness(6);
}

.solution-detail .social-links .social-item.twitter img {
    width: 20px;
    filter: grayscale(1) brightness(5);
}

.solution-detail .social-links .social-item i {
    color: #fff;
    font-size: 19px;
}

.solution-detail .social-links .social-item:hover {
    background-color: var(--primary-color);
}

.solution-detail .box {
    padding: 33px 35px 35px 30px;
    background-color: #666666;
    border-radius: 10px;
    margin-bottom: 30px;
}

.solution-detail .box .title {
    color: #fff;
    font-size: 28px;
    font-family: 'Poppins-Medium';
    margin-bottom: 25px;
}

.solution-detail .row>.left {
    padding-left: 30px;
}

/* .solution-detail .row > .right{
    padding-right: 30px;
} */

.solution-detail .info li {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #7C7C7C;
    margin-bottom: 25px;
    padding: 0 20px;
    border-radius: 5px;
}

.solution-detail .info li:last-child {
    margin-bottom: 20px;
}

.solution-detail .info .left {
    color: #fff;
    font-size: 19px;
    font-family: 'Poppins-Medium';
}

.solution-detail .info .right {
    color: #fff;
    font-size: 15px;
    font-family: 'Poppins-Regular';
}

.solution-detail .social-links {
    padding-top: 0;
}

.solution-detail .social-links .social-item {
    width: 38px;
    height: 38px;
    border: unset;
    border-radius: 5px;
    margin-right: 15px;
    background-color: #000000;
}

.solution-detail .social-links .social-item.twitter img {
    width: 21px;
    filter: brightness(0) invert(1);
}

.solution-detail .social-links .social-item i {
    color: #fff;
    font-size: 21px;
}

.solution-detail .right .img {
    padding-bottom: 53.95%;
    border-radius: 10px;
}

.solution-detail .right .text {
    padding: 35px 0 0 0;
    border-radius: 10px;
    position: relative;
}

.solution-detail .right .text .title {
    color: #fff;
    font-size: 30px;
    font-family: "Poppins-Bold";
    margin-bottom: 30px;
}

.solution-detail .right .text .intro {
    font-size: 17px;
    font-family: 'Poppins-Regular';
    color: rgb(102, 102, 102);
    line-height: 2;
}

.solution-detail .detail .item {
    display: flex;
    justify-content: center;
    border-radius: 10px;
}

.solution-detail .detail .item .left,
.solution-detail .detail .item .right {
    padding-left: 0;
    padding-right: 0;
    border-radius: 5px;
}


.solution-detail .detail .item .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F8F8F8;
    padding: 0 45px 0 45px;
}

.solution-detail .detail .item .left .img {
    border-radius: unset;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-bottom: 86%;
}

.solution-detail .detail .item .detail-title {
    font-size: 25px;
    font-family: 'Poppins-Medium';
    margin-bottom: 10px;
}

.solution-detail .detail .item .detail-intro {
    font-size: 15px;
    font-family: 'Poppins-Regular';
    color: rgb(102, 102, 102);
    line-height: 1.667;
    max-height: 200px;
    overflow: hidden;
}

.solution-detail .detail .item:nth-child(even) {
    flex-direction: row-reverse;
}

.solution-detail .detail .item:nth-child(even) .left .img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.solution-detail .box .news-box {
    padding: unset;
    box-shadow: unset;
    background-color: unset;
    border-bottom: unset;
    margin-top: unset;
}

.solution-detail .box .news-box h3 {
    margin-bottom: 25px;
    font-family: 'Poppins-Medium';
}

.solution-detail .box .news-box .news-ul li .img {
    padding-bottom: 68%;
    border-radius: 10px;
}

.solution-detail .news-box .news-ul li .left {
    padding-right: 5px;
}

.solution-detail .box .news-box .news-ul li .right {
    overflow: hidden;
    font-size: 15px;
    padding-right: 30px;
}

.solution-detail .news-box ul>li .right a {
    font-size: 19px;
    color: #000;
}

.solution-detail .news-box ul>li:hover .right a {
    color: var(--primary-color) !important;
}

.solution-carousel-prev {
    left: 40px !important;
}

.solution-carousel-next {
    right: 40px !important;
}

.solution-carousel-prev img,
.solution-carousel-next img {
    width: 22px;
}

.solution-detail .list-article {
    position: relative;
    margin: 0 20px;
    z-index: 2;
    margin-top: -30px;
    background-color: #666666;
    padding: 35px 50px 50px 50px;
    border-radius: 10px;
}

.solution-detail .list-article h3 {
    color: #fff;
    font-size: 35px;
    font-family: 'Poppins-Bold';
}

.solution-detail .list-article .article {
    color: #fff;
    margin-top: 20px;
}

.news-ul li {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 24px 0 !important;
}

.news-ul li:last-child {
    padding: 0 !important;
}

.news-ul li .img {
    padding-bottom: 64%;
    border-radius: 5px;
}

.news-ul li .left {
    width: 30%;
}

.news-ul li .right {
    overflow: hidden;
    width: 65%;
    margin-left: 5%;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.news-ul li .right a {
    color: #cccccc;
    font-size: 15px;
    color: #fff;
}

.news-ul li:hover .right a {
    height: 44px;
    overflow: hidden;
}

.solution-detail .box .news-box {
    padding: unset;
    box-shadow: unset;
    background-color: unset;
    border-bottom: unset;
    margin-top: unset;
}

.solution-detail .box .news-box h3 {
    color: #fff;
    margin-bottom: 27px;
    font-family: 'Poppins-Medium';
}

.solution-detail .box .news-box .news-ul li .img {
    padding-bottom: 123%;
    border-radius: 10px;
}

.solution-detail .news-box .news-ul li .left {
    padding-right: 5px;
}

.solution-detail .box .news-box .news-ul li .right {
    overflow: hidden;
    font-size: 15px;
    padding-right: 30px;
}

.solution-detail .news-box ul>li .right a {
    font-size: 18px;
    color: #fff;
}

.solution-detail .news-box ul>li:hover .right a {
    color: var(--primary-color) !important;
}

.solution-detail .bottom-article .article {
    margin-top: 60px;
}

.recommend-products {
    background-repeat: no-repeat;
    background-image: url('../images/recommend_bg.jpg');
    background-size: cover;
}

.related-carousel-prev {
    top: 50%;
    left: -80px !important;
}

.related-carousel-next {
    top: 50%;
    right: -80px !important;
    text-align: right;
}

.team {
    position: relative;
    background-image: url('../images/team_bg.jpg');
    background-size: cover;
}

.team::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #000;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
}

.team .container {
    position: relative;
    z-index: 2;
}

.team .item {
    margin-bottom: 50px;
}

.team .item .img {
    border-radius: 10px;
}

.team .item h3 {
    color: #fff;
    margin: 18px 0 13px 0;
    font-family: 'Poppins-SemiBold';
}

.team .item .img {
    padding-bottom: 59.73%;
}

.team .item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
}

.team .first-item {
    flex: 0 0 100%;
    max-width: 100%;
}

.team .first-item .img {
    padding-bottom: 39.13%;
}

.team .first-item h3 {
    font-size: 38px;
    margin: 25px 0 15px 0;
}

.team .first-item p {
    font-size: 16px;
}

.team .item p {
    line-height: 2;
    color: #c2c1c1;
}

.news {
    background-color: #16161A;
}

.news .container {
    max-width: 1630px;
}

.news .news-item .text .title {
    font-size: 18px;
    height: 54px;
}

.news .news-item.article-item .more span {
    font-size: 15px;
}

.casedetail .img {
    padding-bottom: 58.77%;
}

.casedetail .left {
    padding-left: unset;
    padding-right: 55px;
}

.casedetail .left .title {
    font-size: 40px;
    font-family: 'Poppins-Bold';
    line-height: 50px;
}

.casedetail .left .specific .item {
    display: flex;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 45px;
}

.casedetail .left .specific .item:nth-child(even) {
    flex-direction: row-reverse;
}

.casedetail .left .specific .item:last-child {
    margin-bottom: unset;
}

.casedetail .left .specific .item .img {
    padding-bottom: 58.54%;
}

.casedetail .left .specific .item .title,
.casedetail .left .specific .item .intro {
    color: #000000;
}

.casedetail .left .specific .item .intro {
    line-height: 30px;
}

.casedetail .left .specific .item .text {
    padding-left: 30px;
}

.casedetail .left .specific .item:nth-child(even) .text {
    padding-left: 15px;
    padding-right: 30px;
}

.casedetail .other {
    position: sticky;
    top: 220px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-right: unset;
}

.casedetail .other .title {
    font-size: 25px;
    font-family: 'Poppins-Medium';
    word-spacing: 3px;
    margin-bottom: 10px;
}

.casedetail .other .other-box {
    padding: 30px 20px 30px 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}

.casedetail .other .other-box .item .content {
    font-size: 18px;
}

.casedetail .other .other-box.news-box {
    border-top: 4px solid var(--primary-color);
    background-color: #666666;
    padding: 35px 35px 45px 35px;
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.1);
}

.casedetail .other hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.casedetail .other .example {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 8px 0 12px 0;
}

.casedetail .other .example .col-3 {
    flex: 0 0 30%;
    max-width: 30%;
    float: left;
    padding-left: 0;
}

.casedetail .other .example .col-3 .img {
    padding-bottom: 67%;
    /* border-radius: 5px; */
}

.casedetail .other .example .col-7 {
    flex: 0 0 70%;
    max-width: 70%;
    float: left;
    padding-left: 5px;
    padding-right: 0;
}

.casedetail .other .example .col-7 .example-title {
    height: 50px;
    overflow: hidden;
}

.casedetail .other .example .col-7 .example-title a {
    color: #fff;
    line-height: 25px;
    transition: all 0.2s;
    font-size: 15px;
    font-family: 'Poppins-Medium';
}

.casedetail .other .example .col-7 .name a {
    color: #fff;
}

.casedetail .other .example:hover .col-7 .example-title a {
    color: var(--primary-color);
}

.casedetail .solution-detail {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #666666;
}

.casedetail .inquiry-box {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 30px;
    padding-bottom: 35px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    border: 1px solid #e1e1e1;
}

.casedetail .inquiry-box .title {
    font-size: 20px;
    color: #202020;
}

.casedetail .inquiry-box #form textarea {
    height: 100px;
}

.casedetail .inquiry-box #form input,
.casedetail .inquiry-box #form textarea {
    font-size: 12px;
}

.casedetail #form .formbtn {
    padding: 9px 0;
}

.casedetail .other hr {
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #e1e1e1;
}

.casedetail .other .bottom-line {
    border-bottom: 4px solid #a3906d;
}

.casedetail .news-item .info li {
    padding-right: 15px;
    border-right: 1px solid #B9B9B9;
}

.casedetail .news-item .info li:last-child {
    border-right: unset;
}

.casedetail .news-item .info li span {
    font-size: 14px;
}

.casedetail .intro {
    font-size: 20px;
    font-family: 'Poppins-Medium';
    color: rgb(102, 102, 102);
    line-height: 1.75;
    margin-right: 70px;
}

.casedetail .news-item .info {
    margin-top: 40px;
    margin-bottom: 40px;
}

.casedetail .article {
    color: #fff;
    margin-top: 25px;
}

.casedetail .article p,
.casedetail .article span {
    word-wrap: break-word;
    text-wrap-mode: wrap !important;
}

.casedetail .news-item {
    padding-left: 0;
}

.casedetail .info-ul li {
    margin-bottom: 23px;
}

.casedetail .info-ul li p {
    font-size: 20px;
    margin-bottom: 5px;
}

.casedetail .info-ul li span {
    color: #666666;
    font-size: 15px;
    font-family: 'Poppins-Regular';
}

.casedetail .news-item {
    margin-bottom: 20px;
}

.casedetail .news-item .info li span {
    font-family: 'Poppins-Regular';
}

.casedetail .news-item .info li:nth-child(1) {
    margin-right: 30px;
}

.casedetail .news-item .info li span::after {
    content: unset;
}

.casedetail.newsdetail {
    background-color: #16161A;
}

.casedetail.newsdetail .switch {
    margin-bottom: 65px;
}

.casedetail.newsdetail .news-item .info {
    margin-top: 25px;
    margin-bottom: 0;
}

.casedetail.newsdetail .other .title {
    color: #fff;
    font-size: 30px;
}

.casedetail.newsdetail .other .other-box.news-box {
    padding: 25px 35px 30px 35px;
}

.casedetail.newsdetail .other hr {
    margin-top: 20px;
    margin-bottom: 15px;
}

.casedetail.newsdetail .left .title {
    color: #fff;
    font-size: 36px;
    font-family: 'Poppins-SemiBold';
    line-height: 50px;
}

.casedetail.newsdetail .left {
    flex: 0 0 66%;
    max-width: 66%;
}

.casedetail.newsdetail .other {
    flex: 0 0 34%;
    max-width: 34%;
}

.casedetail.newsdetail .other .other-box.news-box {
    border-top: 0;
    border-bottom: 4px solid var(--primary-color);
}

.doc {
    position: relative;
    background-color: #16161A;
    overflow: hidden;
}

.doc::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/category_bg.jpg);
    background-size: cover;
    opacity: 0.15;
    z-index: 1;
    pointer-events: none;
}

.doc .row {
    margin-left: -20px;
    margin-right: -20px;
}

.doc .container {
    position: relative;
    z-index: 2;
}

.doc .item {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
}

.doc .item .img {
    padding-bottom: 71.4%;
}

.doc .item .text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.doc .item .text h3 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 40px;
}

.doc .item .doc-btn {
    color: #fff;
    font-size: 18px;
    padding: 7px 36px;
    border-radius: 30px;
    color: #D8B44D;
    border: 2px solid #D8B44D;
}

.doc .item .doc-btn:hover {
    color: #fff;
    background-color: #D8B44D;
}

.contact {
    position: relative;
    background-color: #16161A;
    overflow: hidden;
}

.contact::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/contact_bg.jpg);
    background-size: contain;
    opacity: 0.15;
    z-index: 1;
    pointer-events: none;
}

.contact .row {
    margin-left: 0;
    margin-right: 0;
    align-items: center;
    position: relative;
    background-position: top;
    z-index: 2;
}

.contact .left,
.contact .right {
    width: 50%;
}

.contact .left .img {
    padding-bottom: 68.63%;
}

.contact .right {
    padding-left: 40px;
    padding-right: 220px;
}

.contact .right .head-left h4 {
    font-size: 25px;
}

.contact .right .head-left h3 {
    font-size: 38px;
    line-height: 1.25;
}

.contact .right .head-left p {
    font-size: 16px;
    color: #c2c1c1;
    font-family: 'Poppins-SemiBold';
    line-height: 35px;
    margin-top: 20px;
}

.map {
    background-color: #333333;
}

.map iframe,
.map #map {
    width: 100%;
    height: 650px;
    border-radius: 15px;
    margin-top: 30px;
}

.support {
    position: relative;
    background-image: url('../images/service_bg.jpg');
    background-size: cover;
}

.support .container {
    z-index: 2;
    position: relative;
}

.support::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #000;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
}

.support .left {
    flex: 0 0 28%;
    max-width: 28%;
    position: sticky;
    top: 140px;
    height: 100%;
}

.support .left .box {
    border-radius: 10px;
    padding: 35px 30px 35px 30px;
    background-color: #666666;
}

.support .left .box h3 {
    color: #fff;
    font-family: 'Poppins-SemiBold';
}

.support .right {
    flex: 0 0 72%;
    max-width: 72%;
}

.support ul {
    margin-top: 25px;
}

.support ul>li {
    padding-bottom: 13px;
    margin-bottom: 15px;
    border-bottom: 1px solid #C9CACA;
}

.support ul>li:last-child {
    border-bottom: unset;
    padding-bottom: 0;
    margin-bottom: 0;
}

.support ul>li a {
    font-size: 17px;
    color: #ababab;
}

.support ul>li a.active {
    color: #d8b44d;
}

.support .right {
    color: #fff;
    padding-left: 30px;
}

.support .right h3 {
    font-size: 34px;
    font-family: 'Poppins-SemiBold';
}

.support .right .article {
    margin-top: 20px;
}

.sitemap{
    background-color: #16161A;
}

.sitemap .container {
    max-width: 1600px;
}

.sitemap .site-map {
    border-bottom: 1px solid #DDD;
    padding: 10px 0;
    display: flex;
    text-align: left;
    align-items: center;
}

.sitemap .site-map .father {
    background-color: #ECECEC;
    padding: 10px;
    width: 140px;
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
    transition: all 0.5s;
}

.sitemap .site-map .child {
    padding: 5px 23px;
    font-size: 14px;
}

.sitemap .site-map .level-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    margin-left: 20px;
}

.sitemap .site-map .child{
    color: #fff;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 35px;
    }

    .section-subtitle {
        font-size: 25px;
    }

    .section-intro {
        font-size: 15px;
    }

    #placeholderBox {
        height: 70px;
    }

    #header {
        height: 70px;
        padding: 10px 0;
    }

    #header .logo img {
        max-height: 50px;
    }

    .btn-prev {
        left: 30px;
    }

    .btn-next {
        right: 30px;
    }

    .main-nav li>a>i {
        display: none;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    .section-title {
        font-size: 40px;
    }

    .section-subtitle {
        font-size: 30px;
    }

    .section-intro {
        font-size: 20px;
    }

    #placeholderBox {
        height: 100px;
    }

    #header {
        height: 100px;
        padding: 15px 0;
    }

    #header .logo img {
        max-height: 70px;
    }

    .main-nav {
        display: block;
    }

    .main-nav a {
        font-size: 18px;
        padding: 0 25px;
    }

    .mobile-nav {
        display: none;
    }

    .mobile-nav-toggle {
        display: none;
    }

    .main-footer {
        display: block;
    }

    .mobile-footer {
        display: none;
    }

    .btn-prev {
        left: 160px;
    }

    .btn-next {
        right: 160px;
    }
}

@media (max-width: 768px) {
    section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-title {
        font-size: 30px;
    }

    .section-subtitle {
        font-size: 20px;
    }

    .section-intro {
        font-size: 15px;
    }

    #placeholderBox {
        height: 50px;
    }

    #header {
        display: flex;
        align-items: center;
        height: 50px;
        padding: 5px 0;
    }

    #header .logo img {
        max-height: 37px;
    }

    .mobile-nav-toggle i {
        margin: 10px 15px 0 0;
    }

    .btn-prev,
    .btn-next {
        width: 30px;
        height: 30px;
    }

    .btn-prev {
        left: 15px;
    }

    .btn-next {
        right: 15px;
    }

    .btn-prev i,
    .btn-next i {
        font-size: 15px;
    }

    .banner.mobile {
        display: block;
    }

    .article tr,
    .article td,
    .article tr>div,
    .article td>div {
        width: auto !important;
        max-width: 100% !important;
    }

    .mobile-nav li>a>i {
        display: none;
    }

    .mobile-nav .drop-down>a>i {
        width: 50px;
        height: 43px;
        text-align: right;
        display: inline-block;
        padding-left: 10px;
        position: absolute;
        padding-right: 15px;
        right: 0;
        top: 13px;
        font-size: 14px;
    }

    .head-center p {
        width: unset;
    }

    .btn-prev img,
    .btn-next img {
        width: 17px;
    }

    .index-carousel .text {
        left: 0;
        right: 0;
        bottom: 0;
        padding: 20px 20px;
        border-radius: unset;
    }

    .index-carousel .text ul {
        flex-direction: column;
    }

    .index-carousel .text ul>li {
        margin-right: 0;
        margin-bottom: 20px;
    }


    .index-carousel .text ul>li:last-child {
        margin-bottom: 0;
    }

    .index-carousel .text ul>li span {
        font-size: 15px;
    }

    .index-carousel .text ul>li::after {
        content: unset;
    }

    .head-between {
        flex-direction: column;
    }

    .head-between .left,
    .head-between .right {
        width: 100%;
    }

    .head-center h4,
    .head-left h4,
    .head-between .left h4 {
        font-size: 18px;
        padding-bottom: 7px;
    }

    .head-center h3,
    .head-left h3,
    .head-between .left h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .head-center p,
    .head-left p,
    .head-between .right p {
        font-size: 15px;
        line-height: 25px;
    }

    .index-category {
        padding-bottom: 150px;
    }

    .index-category .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .index-category .head-between {
        margin-bottom: 0;
    }

    .category-item {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 20px;
    }

    .category-item .text {
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .category-item .text h3 {
        font-size: 17px;
        text-align: center;
        margin-bottom: 13px;
        position: unset !important;
    }

    .category-item .text .move-item {
        margin-top: 0 !important;
        height: unset !important;
        margin-bottom: unset !important;
    }

    .category-item .text .move-item p {
        display: none;
    }

    .category-item .text .move-item span {
        color: #fff;
        background-color: var(--primary-color);
        font-size: 13px;
        margin-top: 0;
        text-decoration: unset;
        padding: 2px 15px;
        border-radius: 15px;
    }

    .index-intro {
        padding-bottom: 0;
    }

    .index-intro .video-box {
        left: 0;
        top: -100px;
        border: 7px solid var(--primary-color);
    }

    .index-intro .video .img {
        padding-bottom: 53%;
    }

    .index-intro .icon i {
        font-size: 50px;
    }

    .index-intro .bg img {
        display: none;
    }

    .index-intro .text {
        margin-top: 115px;
    }

    .index-intro .left h4,
    .index-intro.zh .left h4 {
        font-size: 18px;
    }

    .index-intro .text h3,
    .index-intro.zh .text h3 {
        font-size: 23px;
        margin-right: 0;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .index-intro .text ul>li,
    .index-intro.zh .text ul>li {
        font-size: 15px;
        line-height: 26px;
    }

    .index-intro .text ul {
        margin-bottom: 20px;
    }

    .index-intro .btn-second {
        margin-left: 0;
    }

    .index-intro .btn,
    .index-intro.zh .btn {
        font-size: 15px;
        margin-bottom: 15px;
        padding: 6px 0;
    }

    .index-intro .item {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .index-intro .icon-box,
    .index-intro .text-box {
        width: 100%;
        padding-left: 0;
    }

    .index-intro .right {
        padding-left: 15px;
        margin-top: 30px;
    }

    .index-intro .icon-box img {
        width: 45px;
    }

    .index-intro .icon-box .counter-item span,
    .index-intro .icon-box .counter-item .unit .plus {
        font-size: 27px;
    }

    .index-intro .icon-box .counter-item .unit {
        font-size: 20px;
    }

    .index-intro .icon-box .counter-item p {
        font-size: 17px;
    }

    .index-intro .text-box p {
        font-size: 14px;
        margin-top: 5px;
    }

    .index-intro .right {
        padding-top: 30px;
        padding-bottom: 30px;
        background-image: url(../images/video_bg.png);
        background-size: cover;
    }

    .index-video .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .index-video .item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .index-project {
        padding-bottom: 80px;
    }

    .index-project #project {
        margin-top: 20px;
    }

    .index-project .head-center h3 {
        margin-bottom: 5px;
    }

    .index-project .head-center p {
        margin-top: 0;
    }

    .index-project .swiper-pagination {
        bottom: -50px;
    }

    .index-video .head-left h3 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 0;
    }

    .index-video .video-box .icon i {
        font-size: 50px;
    }

    .index-video .item {
        margin-top: 25px;
    }

    .index-video .item h3 {
        font-size: 17px;
        padding-top: 12px;
    }

    .index-choose .row {
        margin-top: 0;
    }

    .index-choose .item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .index-choose .item .box h3 {
        height: auto;
    }

    .index-choose .item .box p {
        height: auto;
    }

    .index-choose .item:hover .box {
        background-color: unset;
    }

    .index-choose .item:hover .box img {
        filter: unset;
    }

    .index-choose .item .box p {
        color: #c2c1c1 !important;
    }

    .index-choose .item .box img {
        margin-bottom: 10px;
    }

    .index-choose .item .box h3 {
        margin-bottom: 7px;
    }

    .index-solution .swiper-pagination {
        display: flex;
        justify-content: center;
    }

    .index-solution .icon-row {
        margin-top: 20px;
    }

    .index-solution .item {
        margin-bottom: 20px;
    }

    .index-solution .item h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .index-solution {
        padding: 30px 0 30px 0;
    }

    .index-solution #solution {
        padding: 0 0 40px 0;
        margin-top: 30px;
    }

    .index-solution .swiper-container {
        padding: 0 15px;
    }

    .index-faq #faqList {
        margin-top: 30px;
    }

    .faq-list .question {
        font-size: 15px;
        padding: 12px 35px 12px 25px;
    }

    .faq-list .question::after {
        right: 20px;
    }

    .faq-list .answer {
        padding: 10px 15px 0 15px;
    }

    .index-faq .more-btn {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 30px;
        margin-top: 10px;
    }

    .index-news .row {
        margin-top: 20px;
    }

    .index-news .news-item {
        margin-bottom: 20px;
    }

    .index-news .news-item.article-item {
        margin-bottom: 20px;
    }

    .index-news .news-item.article-item:last-child {
        margin-bottom: 0;
    }

    .footer-logo-column img {
        width: 150px;
    }

    .mobile-footer {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .mobile-footer .item {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .social-links {
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .social-links .social-item {
        width: 40px;
        height: 40px;
    }

    .social-links .social-item i {
        font-size: 19px;
    }

    .mobile-footer .panel-heading .panel-title {
        padding: 15px 0;
    }

    .mobile-footer .panel-heading .panel-title {
        color: #fff;
    }

    .mobile-footer .social-links {
        padding-bottom: 15px;
    }

    .panel-group .container {
        padding-left: 0;
        padding-right: 0;
    }

    .panel-group .container .float-right {
        margin-bottom: 10px;
    }

    .footer-line {
        margin-top: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        flex-direction: column-reverse;
    }

    .footer-line .float-right {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-line .float-right .item {
        width: auto;
        display: inline-block;
        padding: 0;
    }

    .footer-line .float-right .item:nth-last-child(2) span {
        display: none;
    }

    .footer-line .float-right .item:last-child {
        width: 100%;
    }

    .footer ul li a {
        color: #ababab;
    }

    .news{
        padding-bottom: 45px;
    }

    #collapse-3 p,
    #collapse-3 p>a {
        color: #DEB951;
    }

    .mobile-nav .search {
        display: flex;
        align-items: center;
        margin-left: 15px;
        margin-top: 0;
        position: relative;
        padding: 10px 10px 10px 0;
    }

    .mobile-nav .search img {
        width: 18px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        filter: brightness(100);
    }

    .mobile-nav .search .search-form {
        display: flex;
        align-items: center;
        padding-left: 0;
        padding-right: 10px;
        opacity: 1 !important;
    }

    .mobile-nav .search .search-form input {
        width: 91%;
        padding-left: 10px;
    }

    .mobile-nav .search .search-form input::placeholder {
        font-size: 13px;
    }

    .mobile-nav .search .search-form i {
        display: flex;
        align-items: center;
        width: 50px;
        height: 35px;
        color: #fff;
        margin-left: 15px;
        font-size: 20px;
    }

    .mobile-nav .search .search-form .form-control {
        height: calc(1.3em + .75rem + 2px);
    }

    .mobile-nav {
        background-color: #333333;
    }

    .banner .text .title {
        font-size: 24px;
    }

    .banner .breadcrumb {
        padding: 15px 0 0 0;
    }

    .banner .img {
        padding-bottom: 50%;
    }

    .banner .breadcrumb span,
    .banner .breadcrumb a {
        font-size: 15px;
        text-align: center;
    }

    .product-category .head-center p {
        padding: 10px 0 0 0;
    }

    .lr-structure .item {
        display: block;
        margin-top: 20px;
    }

    .lr-structure .img-box,
    .lr-structure .text-box {
        width: 100%;
    }

    .lr-structure .text-box,
    .lr-structure .item:nth-child(even) .text-box {
        padding: 0;
    }

    .lr-structure .text-box h3 {
        font-size: 22px;
        margin-top: 20px;
    }

    .lr-structure .text-box p {
        font-size: 15px;
        margin-top: 15px;
        line-height: 28px;
    }

    .inquiry::before {
        content: unset;
    }

    .inquiry {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .inquiry .left {
        padding-top: 30px;
        background-image: url(../images/inquiry_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .inquiry .left,
    .inquiry .right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .inquiry .right {
        margin-top: 10px;
    }

    .inquiry .row {
        flex-direction: column;
    }

    .inquiry .title {
        font-size: 27px;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .inquiry .intro {
        margin-bottom: 20px;
    }

    .inquiry .info ul>li {
        font-size: 14px;
        margin-right: 0;
    }

    .inquiry .info .item {
        margin-bottom: 20px;
    }

    .inquiry .info .item:last-child {
        margin-bottom: 30px;
    }

    .inquiry .info {
        margin-top: 15px;
    }

    .inquiry .info .title {
        font-size: 18px;
    }

    .form {
        padding: 0;
    }

    .form .subtitle {
        padding: 0 0 20px 0;
    }

    .form .row .item:nth-child(1),
    .form .row .item:nth-child(3) {
        padding-right: 0;
    }

    .form .row .item:nth-child(2),
    .form .row .item:nth-child(4) {
        padding-left: 0;
    }

    .form .row input {
        height: 42px;
    }

    .form .row input,
    .form .row select,
    .form .row textarea {
        font-size: 15px;
        padding: 6px 13px 6px 12px;
    }

    .form .row input::placeholder,
    .form .row select::placeholder,
    .form .row textarea::placeholder {
        font-size: 13px;
    }

    .form .row textarea {
        height: 100px;
        padding: 12px 13px 6px 12px;
    }

    .form button {
        font-size: 14px;
        height: 42px;
    }

    .eject-inquiry {
        padding: 30px 15px;
    }

    .eject-inquiry .close-inquriy {
        top: 15px;
        right: 15px;
    }

    .eject-inquiry .container {
        padding: 30px;
    }

    .index-solution .item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .list-info .icon-row {
        margin: 0 -15px 0 -15px;
    }

    .list-info .item::after {
        content: unset;
    }

    .product-list .head-left .line {
        width: 150px;
        margin: 20px 0 10px 0;
    }

    .product-item {
        margin-top: 30px;
    }

    .product-item .text h4 {
        font-size: 20px;
        margin: 15px 0 5px 0;
    }

    .product-item .text p {
        font-size: 14px;
        height: 62px;
        line-height: 21px;
    }

    .solution .show-more,
    .news .show-more,
    .product-list .show-more,
    .company-qualifications .show-more {
        font-size: 16px;
    }

    .product-list .show-more {
        margin-top: 15px;
    }

    .solution .show-more .more-btn,
    .news .show-more .more-btn,
    .product-list .show-more .more-btn,
    .company-qualifications .more-btn {
        padding: 3px 32px;
        margin-top: 15px;
    }

    .product-list .show-more .more-btn.quote-btn {
        padding: 2px 34px;
    }

    .list-intro p {
        margin-top: 17px;
    }

    .list-intro .right {
        padding-left: 15px;
        margin-top: 30px;
    }

    .list-intro .right iframe {
        height: 270px;
    }

    .index-solution .item img {
        max-height: 40px;
    }

    .no-data {
        font-size: 17px;
    }

    .product-detail-1 {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .product-detail-1 .left,
    .product-detail-1 .right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-detail-1 .right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-detail-1 .right .title {
        font-size: 31px;
        margin-top: 20px;
    }

    .product-detail-1 .right .line {
        margin: 25px 0 30px 0;
    }

    .product-detail-1 .right h3 {
        font-size: 22px;
    }

    .product-detail-1 .right p {
        font-size: 15px;
        margin-top: 15px;
        line-height: 28px;
    }

    .product-detail-1 .btn-group {
        margin-top: 20px;
    }

    .product-detail-1 .btn-group .download-item {
        font-size: 14px;
        padding: 6px 26px;
    }

    .product-detail-1 .btn-group .contact-item a {
        font-size: 15px;
        padding: 8px 26px;
    }

    .solution-item .box .text {
        transform: translateX(0%);
        opacity: 1;
    }

    .solution-item .box .text h3 {
        font-size: 50px;
    }

    .solution-item .box .text .last p {
        font-size: 22px;
    }

    .solution-item .box .text {
        padding: 30px 20px 30px 20px;
    }

    .solution-item .box .text .last img {
        height: 30px;
    }

    .cooperation .head-center p {
        width: 100%;
    }

    .about .left img {
        width: 200px;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .about .right p {
        font-size: 16px;
        line-height: 32px;
    }

    .about iframe {
        height: 270px;
    }

    .about .video-row {
        margin-top: 30px;
    }

    .factory .factory-prev {
        left: 15px;
    }

    .factory .factory-next {
        right: 15px;
        text-align: right;
    }

    .exhibition-solution .head-between {
        align-items: center;
    }

    .exhibition-solution .head-between .left {
        width: 100%;
    }

    .exhibition-solution .head-between .left h3 {
        margin-bottom: 10px;
    }

    .cooperation .row {
        margin-top: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    .cooperation .item {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 30px;
    }

    .cooperation .item .text {
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .company-honor #honor {
        height: 171px;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
    }

    .company-honor {
        min-height: unset;
        padding-top: 35px;
        padding-bottom: 0;
    }

    .company-honor::before {
        background-image: unset;
    }

    .company-honor .section-title {
        font-size: 30px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .company-honor .display-drawing {
        width: 100%;
        position: relative;
        top: 0;
        margin-bottom: 105px;
        margin-top: 0;
    }

    .company-honor .display-drawing .img {
        margin-top: unset;
    }

    .company-honor #honor .swiper-slide .item span {
        height: 48px;
        font-size: 16px;
        margin-left: 20px;
    }

    .company-honor #honor .swiper-slide.swiper-slide-active .item span::before {
        width: 30px;
    }

    .company-honor #honor .swiper-slide .item span::before,
    .company-honor #honor .swiper-slide .item span::after {
        display: none;
    }

    .company-honor #honor .swiper-slide.swiper-slide-active .item span {
        padding-left: unset;
        padding-right: unset;
    }

    .company-honor #honor .swiper-slide.swiper-slide-active .item span {
        width: unset;
        margin-left: 20px;
        position: unset;
        text-align: left;
    }

    .company-honor .box {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .company-honor h5 {
        margin-top: 30px;
    }

    .company-honor #honor .swiper-slide.swiper-slide-active .item span {
        width: unset;
        margin-left: 20px;
        position: unset;
        text-align: left;
    }

    .company-honor #honor .swiper-slide.swiper-slide-active .item span::after {
        display: none;
    }

    .company-honor #honor .swiper-slide .item img {
        width: 20px;
    }

    .company-honor #honor {
        width: unset;
        height: 45px;
        position: absolute;
        bottom: 45px;
    }

    .company-honor .head-left h3 {
        margin-bottom: 20px;
    }

    .honor-carousel-prev,
    .honor-carousel-next {
        top: 50%;
        margin-top: 0;
    }

    .honor-carousel-next {
        left: unset;
        right: 10px;
        transform: unset;
    }

    .honor-carousel-prev {
        left: 10px;
        transform: unset;
    }

    .honor-carousel-prev,
    .honor-carousel-next {
        background-color: #fff;
        transform: translateY(-50%);
        box-shadow: 0 0 2px 2px rgba(114, 114, 114, 0.5);
    }

    .honor-carousel-prev i {
        left: 48%;
    }

    .honor-carousel-next i {
        left: 52%;
    }

    .honor-carousel-prev i,
    .honor-carousel-next i {
        font-size: 20px;
        color: #000;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .honor-carousel-prev:hover,
    .honor-carousel-next:hover {
        background-color: var(--primary-color);
    }

    .honor-carousel-prev:hover i {
        color: #fff;
    }

    .honor-carousel-next:hover i {
        color: #fff;
    }

    .company-qualifications .item {
        margin-top: 15px;
    }

    .company-qualifications .item h3 {
        height: auto;
        font-size: 17px;
        line-height: 1.3;
        margin: 13px 50px 0 50px;
    }

    .advantage .item {
        display: block;
    }

    .advantage .item .left,
    .advantage .item .right {
        width: 100%;
    }

    .advantage .item .right .text {
        padding: 15px 0 30px 0;
    }

    .advantage .item .right .title-box h3 {
        font-size: 70px;
    }

    .advantage .item .right .title-box h5 {
        font-size: 25px;
    }

    .advantage .item .right p {
        font-size: 14px;
        line-height: 1.5;
    }

    .advantage .item:nth-child(even) .right .text {
        padding: 15px 0 30px 0;
    }

    .team {
        padding-top: 40px;
    }

    .team .first-item h3 {
        font-size: 26px;
        margin: 15px 0 10px 0;
    }

    .team .first-item p {
        font-size: 15px;
    }

    .team .item {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .team .first-item .img {
        padding-bottom: 59.73%;
    }

    .team .item h3 {
        font-size: 25px;
    }

    .switch .item {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .switch .item .box {
        font-size: 17px;
        padding: 8px 20px 8px 20px;
    }

    .solution {
        padding-bottom: 40px;
    }

    .solution .solution-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .solution .solution-item {
        margin-bottom: 30px;
    }

    .solution .show-more .more-btn {
        margin-top: 0;
    }

    .form-control:focus {
        border-color: var(--primary-color);
    }

    .solution-detail .list-article {
        margin: 20px 0 0 0;
        padding: 25px 30px 30px 25px;
    }

    .solution-detail .list-article h3 {
        font-size: 27px;
    }

    .solution-detail .list-article .article {
        margin-top: 15px;
    }

    .solution-carousel-prev {
        text-align: left;
        left: 20px !important;
    }

    .solution-carousel-next {
        text-align: right;
        right: 20px !important;
    }

    .related-carousel-prev {
        left: 15px !important;
    }

    .related-carousel-next {
        right: 15px !important;
    }

    .solution-detail {
        padding-top: 40px;
    }

    .solution-detail .row>.left {
        padding-left: 15px;
    }

    .solution-detail .social-links {
        width: auto;
    }

    .solution-detail .bottom-article .article {
        margin-top: 30px;
    }

    .solution-detail .social-links {
        padding-bottom: 0;
    }

    .solution-detail {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .solution-detail .box {
        padding: 20px 20px;
    }

    .solution-detail .box .title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .solution-detail .info li {
        height: 40px;
    }

    .solution-detail .info .left {
        font-size: 17px;
    }

    .solution-item .text {
        margin: 0;
    }

    .solution-detail .box {
        margin-bottom: 40px;
    }

    .solution-detail .right .text {
        padding: 20px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }

    .solution-detail .right .text .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .solution-detail .right .text .intro {
        font-size: 14px;
        line-height: 1.6;
    }

    .solution-detail .detail .item {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .solution-detail .detail .item:nth-child(even) {
        flex-direction: column;
    }

    .solution-detail .detail .item .right {
        padding: 15px 20px 20px 20px;
    }

    .solution-detail .article {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .solution-detail .social-links {
        width: 100%;
    }

    .solution-detail .row>.left {
        padding-left: 15px;
    }

    .solution-detail .box {
        padding: 30px 20px;
    }

    .solution-detail .info li:last-child {
        margin-bottom: 10px;
    }

    .solution-detail .detail .item .detail-title {
        font-size: 23px;
    }

    .solution-detail .box:last-child {
        margin-bottom: 20px;
    }

    .solution-detail .box .news-box h3 {
        margin-bottom: 20px;
    }

    .solution-detail .info .right {
        text-align: right;
    }

    .solution-detail .right .text {
        padding: 15px 0 10px 0;
    }

    .solution-detail .article {
        margin-top: 20px;
    }

    .solution-detail .info li {
        height: 50px;
    }

    .solution-detail .info .right {
        padding-left: 15px;
    }

    .solution-detail .news-box ul>li .right a {
        font-size: 16px;
    }

    .solution-detail .box .news-box .news-ul li .right {
        padding-right: 0;
    }

    .solution-detail .box .news-box h3 {
        font-size: 24px;
    }

    .solution-carousel-prev img,
    .solution-carousel-next img {
        width: 15px;
    }

    .recommend-products .product-item {
        margin-top: 10px;
    }

    .recommend-products {
        padding-top: 0;
    }

    .casedetail {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .casedetail .left {
        padding-right: 0;
    }

    .casedetail .left .title {
        font-size: 25px;
        line-height: 36px;
    }

    .casedetail .other {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        margin-top: 50px;
    }

    .casedetail .other .other-box.news-box {
        padding: 30px 30px 30px 30px;
    }

    .casedetail .social-links {
        width: auto;
    }

    .casedetail .info-ul li {
        margin-bottom: 20px;
    }

    .casedetail.newsdetail .left,
    .casedetail.newsdetail .right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .casedetail.newsdetail .left .title {
        font-size: 23px;
        line-height: 35px;
    }

    .casedetail .news-item .info li {
        padding-right: 0;
    }

    .casedetail .news-item .info li:nth-child(1) {
        margin-right: 15px;
    }

    .casedetail.newsdetail .news-item .info {
        margin-top: 15px;
    }

    .casedetail.newsdetail .other {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .casedetail.newsdetail .other .title {
        font-size: 25px;
    }

    .casedetail .article {
        margin-top: 20px;
    }

    .casedetail.newsdetail .other .other-box.news-box {
        padding: 25px 25px 30px 35px;
    }

    .doc {
        padding-top: 40px;
    }

    .doc .item .text h3 {
        margin-bottom: 30px;
    }

    .doc .item .doc-btn {
        font-size: 15px;
        padding: 6px 30px;
    }

    .contact .left,
    .contact .right {
        width: 100%;
    }

    .contact .right {
        padding: 15px 15px 0 15px;
    }

    .contact .right .head-left h4 {
        font-size: 18px;
    }

    .contact .right .head-left h3 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .contact .right .head-left p {
        font-size: 15px;
        margin-top: 12px;
        line-height: 30px;
    }

    .map iframe {
        height: 300px;
        margin-top: 10px;
    }

    .support .left,
    .support .right {
        position: unset;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .support .left .box {
        padding: 25px 30px 25px 30px;
    }

    .support ul>li a {
        font-size: 16px;
    }

    .support .left .box h3 {
        font-size: 26px;
    }

    .support .right h3 {
        font-size: 26px;
        margin-top: 30px;
    }

    .support ul {
        margin-top: 20px;
    }

    .related-carousel-prev,
    .related-carousel-next {
        top: 35%;
    }

    .index-carousel .img {
        height: calc(100vh - 50px);
    }

    .index-carousel .intro {
        width: 100%;
        font-size: 20px;
        top: 14%;
        left: 0;
        right: 0;
        padding: 0 50px;
        max-height: 300px;
        overflow: hidden;
    }

    .mobile-nav .flag-li {
        margin-top: 10px;
    }

    .mobile-nav .flag-li ul li img {
        margin-right: 8px;
    }

    .mobile-nav .flag-li .current-flag {
        display: flex;
        padding: 5px 20px 15px 20px;
    }

    .mobile-nav .flag-li .current-flag i{
        top: 8px;        
    }

    .mobile-nav .flag-li .current-flag span {
        margin-left: 10px;
    }

    .mobile-nav .flag-li ul{
        display: flex;
        flex-wrap: wrap;
    }

    .mobile-nav .flag-li ul li{
        width: 50%;
    }
    
    .sitemap .site-map .child{
        text-align: left;
    }
}


@media (min-width: 1024px) and (max-width: 1600px) {
    .category-item .text h3 {
        font-size: 22px;
    }

    .container {
        max-width: calc(100% - 60px) !important;
    }

    .head-center h4,
    .head-left h4,
    .head-between .left h4 {
        font-size: 20px;
    }

    .head-center h3,
    .head-left h3,
    .head-between .left h3 {
        font-size: 34px;
    }

    .index-intro .left h4 {
        font-size: 24px;
    }

    .index-intro .icon-box .counter-item p {
        font-size: 16px;
    }

    .index-intro .icon-box .counter-item span,
    .index-intro .icon-box .counter-item .unit .plus {
        font-size: 34px;
    }

    .index-intro .icon-box img {
        width: 52px;
    }

    .index-intro .text-box p {
        font-size: 15px;
    }

    .index-intro .item {
        margin-bottom: 20px;
        padding-bottom: 12px;
    }

    .index-intro .btn {
        width: auto;
        font-size: 17px;
        padding-left: 28px;
        padding-right: 28px;
    }

    .news-item .text .more .line {
        width: 150px;
    }

    .index-solution .swiper-pagination {
        display: flex;
        justify-content: center;
        padding: 0 30px;
    }

    .index-solution .item h3 {
        font-size: 17px;
    }

    .footer-logo-column img {
        width: 220px;
    }

    .footer .item.item-1 {
        width: 25%;
    }

    .inquiry {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .main-nav a {
        padding: 0 22px;
    }

    .product-detail-1 .right .title {
        font-size: 38px;
    }

    .product-detail-1 .right .line {
        margin: 30px 0 35px 0;
    }

    .product-detail-1 .btn-group {
        margin-top: 40px;
    }

    .solution-item .box .text .last p {
        font-size: 22px;
    }

    .solution-item .box .text .last img {
        height: 34px;
    }

    .solution-item .box .text h3 {
        font-size: 55px;
    }

    .product-detail-1 .right {
        padding-left: 50px;
    }

    .banner .text .title {
        font-size: 38px;
    }

    .factory .factory-prev {
        left: 30px;
    }

    .factory .factory-next {
        right: 30px;
    }

    .company-qualifications .item h3 {
        font-size: 18px;
    }

    .team .first-item h3 {
        font-size: 36px;
    }

    .switch .item .box {
        font-size: 18px;
    }

    .solution .solution-item {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .solution-item .box .text h3 {
        font-size: 52px;
    }

    .related-carousel-prev {
        left: 30px !important;
    }

    .related-carousel-next {
        right: 30px !important;
    }

    .solution-detail .box .title {
        font-size: 26px;
    }

    .news .news-item .text .title {
        font-size: 17px;
        height: 51px;
    }

    .contact .right .head-left h3 {
        font-size: 36px;
    }

    .contact .right {
        padding-right: 130px;
    }

    .inquiry .title {
        font-size: 36px;
    }

    .index-carousel .intro {
        top: 27%;
        font-size: 28px;
    }
}