@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-Light';
    src: url('../font/Poppins-Light.ttf');
}

/*--------------------------------------------------------------
    General
--------------------------------------------------------------*/
:root{
    --primary-color: #C03DFF;
    --secondary-color: #02eefb; 
}

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

.swiper-container{
    position: relative;
}

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

.section-title{
    font-size: 36px;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
    text-align: center;
}

.section-subtitle{
    color: #666666;
    font-family: 'Poppins-Regular';
    font-size: 30px;
    text-transform: uppercase;
}

.section-head{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.section-line{
    display: flex;
    align-items: center;
    width: 27px;
    height: 2px;
    background-color: var(--primary-color);
    position: relative;
    margin-right: 10px;
}

.section-line::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    transform: translateY(-50%);
    background-color: var(--primary-color);
    border-radius: 50%;
}

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

.no-data{
    width: 100%;
    display: flex;
    justify-content: center;
}

.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 .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; */
}

/*--------------------------------------------------------------
# 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: #FFF; */
    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;
    max-width: 1770px;
}

/*--------------------------------------------------------------
# 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 a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 18px;
    padding: 0 35px;
    transition: 0.5s;
    text-transform: uppercase;
}

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

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #FFF;
    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 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #000;
}

.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: "\f107";
    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;
}

/* 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: #8dc2fa;
    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: rgba(40, 38, 70, 0.8);
    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: #010D03;
    color: #fff;
}

.footer {
    background-size: cover;
}

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


#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;
    background-color: var(--primary-color);
    font-size: 15px;
    font-family: 'Poppins-Regular';
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
}

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

.footer-line a {
    font-size: 15px;
    color: #fff;
    transition: 0.5s;
}

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

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

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

.footer-line .y-line {
    color: #fff;
    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: 200px;
}

.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 17px 0;
}

.footer .item {
    padding-left: 15px;
    padding-right: 15px;
    width: 21%;
}

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

.footer .item h4 {
    font-size: 16px;
    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 .img-box .img-item {
    text-align: center;
}

.footer .img-box .img-item:last-child img {
    padding-right: 0;
}

.footer .img-box .img-item img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.footer .img-box .img-item {
    margin-bottom: 10px;
}

.footer .img-box .img-item:last-child {
    margin-bottom: 0;
}

.footer .img-box h4 {
    font-size: 15px;
    color: #fff;
}

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

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

.mobile-footer .panel-heading {
    width: 100%;
    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: 20px;
    padding: 10px 0;
}

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

.social-links .social-item {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-top: 1rem;
    margin-right: 11px;
    transition: all 0.2s;
    border: 2px solid rgb(60, 60, 60);
    background-color: #222222;
}

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

.social-links .social-item:hover {
    border: 2px solid transparent;
    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: 22px;
    filter: grayscale(1) brightness(2);
}

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

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

.footer .item a {
    font-size: 15px;
    color: #ababab;
    transition: 0.5s;
}

.footer .item.item-0{
    width: 8%;
}

.footer .item.item-4 a {
    font-size: 15px;
}

.footer .item.item-4 li:nth-child(1) a {
    font-size: 15px;
}

.footer .item.item-4 li:nth-child(2) p {
    font-size: 15px;
}

.footer .item.item-4 a {
    color: #fff;
}

.footer .item.item-4 a:hover {
    color: var(--primary-color);
}


.footer .item a:hover {
    color: #fff;
}

.footer .item.item-2 {
    width: 12%;
}

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

.footer .item.item-3 .ul-box{
    display: flex;
}

.footer .item.item-3 .ul-box ul:last-child{
    padding-left: 30px;
}

.footer .item.item-5 {
    width: 11%;
}




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

.banner.mobile{
    display: none;
}

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

.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.8);
    margin: 0 auto;
}

.banner .text .title{
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
    margin-top: 100px;
}

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

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

.index-carousel .text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 15%;
    left: 0;
    color: #fff;
    z-index: 98;
    max-width: 1230px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.index-carousel .text h3{
    font-size: 51px;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
    padding-right: 120px;
}

.index-carousel .btn{
    color: #fff;
    font-size: 20px;
    background-color: #C03DFF;
    border-radius: unset;
    padding: 15px 35px;
    margin-top: 45px;
}

.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: 99;
    transition: all 0.5s;
    box-shadow: 0 0 2px 2px rgba(114,114,114,0.5);
}

.btn-prev i,
.btn-next i{
    font-size: 25px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}

.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: #FFF;
}

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

.faq-list li{
    margin-bottom: 1rem;
    background-color: var(--primary-color);
}

.faq-list .question{
    position: relative;
    color: #FFF;
    padding: 1rem 2rem;
}

.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: 13px;
    right: 2rem;
    font-size: 25px;
    transition: all 0.5s;
    transform: rotate(180deg);
}

.faq-list .answer{
    background-color: #FFF;
    padding: 10px 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;
}
@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;
    }
}

@media (min-width: 992px) {

}

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

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

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

    #placeholderBox{
        /* height: 110px; */
    }

    #header{
        /* height: 110px; */
        padding: 15px 0;
        border-bottom: 1px solid #666666;
    }

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

    .main-nav{
        display: block;
    }

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

    .mobile-nav{
        display: none;
    }

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

    .main-footer{
        display: block;
    }

    .mobile-footer{
        display: none;
    }

    .btn-prev{
        left: 180px;
    }

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

@media (max-width: 767px) {
    section{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

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

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

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

    #placeholderBox{
        /* height: 50px; */
    }

    #header{
        height: 50px;
        padding: 5px 0;
    }

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

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

.main-nav .search{
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 0px;
    padding-left: 10px;
}

.main-nav .search i{
    color: #fff;
    width: 19px;
    font-size: 22px;
    padding: 15px;
    transition: all 0.5s;
}

.main-nav .search .search-form{
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.main-nav .search .search-form input{
    width: 150px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 38px;
    padding-left: 10px;
}

.main-nav .search .search-form input::placeholder{
    font-size: 13px;
    font-family: 'Poppins-Medium';
}

.main-nav .search .search-form input:focus{
    box-shadow: rgba(115, 182, 41, 0.25) 0px 0px 0px 0.1rem;
    border-color: rgb(192, 61, 255);
}

.main-nav .search .search-form.show{
    opacity: 1;
    visibility: visible;
}

.search-form{
    display: flex;
    width: 100%;
}

/* .main-nav .search {
    padding: 0 23px;
}

.main-nav .search img {
    width: 20px;
    filter: invert(0);
    cursor: pointer;
}

.main-nav .search form {
    position: absolute;
    width: 200px;
    height: 65px;
    top: 100%;
    right: 0;
    padding-top: 16px;
    opacity: 0;
    overflow: hidden;
    transition: height .3s ease-out, opacity .3s ease-out;
}

.main-nav .search form>input {
    width: 100%;
    height: 43px;
    padding: 0 30px 0 16px;
    border: 1px solid #e8ebf1;
    appearance: none;
}

.main-nav .search form>input:focus {
    outline: unset;
    box-shadow: unset;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.main-nav .search form>input::placeholder {
    font-size: 13px;
}

.main-nav .search-form {
    padding-top: 8px;
} */

.main-nav>ul>li .current-flag {
    display: flex;
    align-items: center;
    margin-top: 1px;
    padding: 0 0 0 38px;
    height: 100%;
}

.main-nav>ul>li .current-flag img {
    width: 26px;
    margin-right: 7px;
}

.main-nav>ul>li .current-flag::after{
    content: '';
}

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

.main-nav>ul>li .country-list li img {
    margin-right: 7px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}


.index-carousel .left{
    margin-bottom: 80px;
}

.index-carousel .swiper-pagination{
    margin-left: 5px;
    margin-top: 80px;
}

.index-carousel .swiper-pagination-bullets.swiper-pagination-horizontal{
    width: auto;
    bottom: unset;
}

.index-carousel .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    position: relative;
    background-color: #fff;
    border-radius: unset;
    margin: 0 15px;
    opacity: 1;
    z-index: 1;
}

.index-carousel .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border: 6px solid transparent;
    z-index: 2;
  }

.index-carousel .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active{
    background-color: #00E2F3;
}

.index-carousel .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active::before {
    border: 6px solid #808283;
}

.index-carousel .right .img-box img{
    position: relative;
    max-width: 100%;
    z-index: 101;
}

.index-carousel .shape{
    position: absolute;
    right: 0;
    bottom: 82px;
    z-index: 100;
}

.index-carousel .shape img{
    width: 100%;
}

.index-carousel-shape{
    padding-top: 67px;
    padding-bottom: 0;
}

.index-carousel-shape img{
    max-width: 100%;
    object-fit: cover;
}

.index-products .row{
    margin-top: 40px;
}

.index-products .products-item{
    margin-bottom: 30px;
}

.products-item{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

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

.products-item .box .img{
    border: 1px solid #EEEEEE;
    position: relative;
    z-index: 4;
}

.products-item .box .text {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-color: rgba(0, 0, 0, 0.65);
    clip-path: polygon(0% 0%, 100% 32%, 100% 100%, 0% 100%);
    transition: all 0.5s;
    z-index: 5;
    opacity: 0;
}

.products-item .box h4{
    font-size: 21px;
    color: #fff;
    position: absolute;
    width: 100%;
    padding: 0 15px;
    left: 0;
    right: 0;
    bottom: 31%;
    z-index: 6;
}

.products-item:hover .box .text{
    opacity: 1;
}

.btn-item {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.btn-item .btn {
    color: #fff;
    border-radius: unset;
    background-color: var(--primary-color);
    padding: 9px 30px;
}

.btn-item .btn a {
    color: #fff;
    font-size: 18px;
}

.btn-item .btn:hover {
    background-color: var(--primary-color);
}

.btn-item .btn:hover a {
    color: #fff;
}

.index-about{
    background-image: url(../images/company_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.index-about .section-subtitle,.index-about .section-title{
    color: #fff;
}

.index-about .section-title{
    text-transform: uppercase;
}

.index-about p{
    color: #fff;
    font-size: 21px;
    font-family: 'Poppins-Regular';
    margin-top: 10px;
    line-height: 45px;
    text-align: center;
}

.index-about .counter-flex {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.index-about .counter-flex .item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.index-about .counter-flex .item img {
    width: 65px;
    height: 65px;
}

.index-about .counter-flex .item .counter,
.index-about .counter-flex .item .unit {
    color: var(--secondary-color);
    font-size: 49px;
    font-family: 'Poppins-Bold';
}

.index-about .counter-flex .item .counter-item {
    display: flex;
    margin-top: 5px;
}

.index-about .counter-flex .item .title {
    color: #fff;
    font-size: 18px;
    height: 54px;
    overflow: hidden;
    font-family: 'Poppins-Medium';
    padding: 0 5px;
    text-align: center;
    text-transform: uppercase;
}

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

.index-partner .item{
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}

.index-partner .item .img{
    padding-bottom: 69.93%;
    border: 1px solid #EEEEEE;
}

.index-news{
    background-color: #F4F5F8;
}

.index-news .section-title{
    width: 650px;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
}

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

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

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

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

.news-item .date .month{
    font-size: 15px;
    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{
    /* padding: 15px; */
}

.news-item .text .title{
    color: #202020;
    font-size: 18px;
    /* height: 45px; */
    line-height: 1.6;
    overflow: hidden;
    margin-bottom: 15px;
}

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

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

.news-item .text .more .line{
    width: 60%;
    height: 1px;
    background-color: #DCDCDC;
    margin: 0 15px;
    transition: all 0.5s;
}

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

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

.index-news .news-item.article-item{
    margin-bottom: 0;
}

.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;
    margin-bottom: 5px;
}

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

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

.news-item .info li span {
    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 {
    /* height: 79px; */
    overflow: hidden;
    /* margin: 15px 0; */
}

.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-right: 20px; */
    margin-top: 0;
    border-radius: 5px;
    position: relative;
    /* padding: 20px; */
}

.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: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

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

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

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

.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: 10px 20px 8px 20px;
}

.news-item.article-item .text{
    margin-right: 20px;
    padding: 10px 0 22px 20px;
}

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

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

#tool{
    display: none;
    position: fixed;
    top: 65%;
    right: 15px;
    transform: translateY(-50%);
    padding: 5px;
    background-color: #000;
    z-index: 999;
}

#tool .item{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
    margin-bottom: 7px;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s;
    z-index: 99;
}

#tool .item.active{
    background-color: var(--secondary-color);
}

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

#tool .item img{
    width: 100%;
    height: 100%;
}

#tool .item:last-child img{
    width: 18px;
    height: 18px;
    /* filter: brightness(100); */
    filter: grayscale(10) brightness(100);
}

#tool .item i{
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

#tool .item:first-child i{
    font-size: 28px;
}

#tool .item .info{
    position: absolute;
    top: -6px;
    right: -5px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    color: #FFF;
    padding: 5px 55px 5px 20px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
}

#tool .item .info a{
    color: #FFF;
}

#tool .item .info > :nth-child(2){
    margin-left: 7.5px;
}

#tool .item:hover{
    background-color: var(--primary-color);
}

#tool .item:hover .info{
    opacity: 1;
    visibility: visible;
}

#tool .item .qrcode{
    display: flex;
    position: absolute;
    z-index: 99;
    top: -6px;
    right: 45px;
    border: 6px solid var(--primary-color);
    opacity: 0;
    background: var(--primary-color);
}

#tool .item .qrcode img{
    width: 86px;
    height: 86px;
    object-fit: cover;
}

#tool .item .qrcode img:nth-child(1){
    margin-right: 5px;
}

#tool .item .qrcode img:nth-child(2){
    margin-left: 5px;
}

#tool .item.wechat:hover .qrcode{
    opacity: 1;
}


.inquiry {
    padding-top: 70px;
    padding-bottom: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/inquiry_bg.jpg');
}

.inquiry .container{
    max-width: 1230px;
}

.inquiry .section-title {
    color: #fff;
    font-size: 37px;
    font-family: 'Poppins-Medium';
    margin-bottom: 10px;
}

.inquiry .section-intro {
    width: 680px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 50px;
    /* font-family: 'Poppins-Regular'; */
    letter-spacing: 0.2px;
}

.inquiry #inquiryForm .item .title {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    font-family: 'Poppins-Regular';
    line-height: 1.333;
    text-align: left;
    margin-bottom: 7px;
}

.inquiry #inquiryForm .item .title b {
    color: #ff0000;
}

.inquiry #inquiryForm .item {
    margin-bottom: 25px;
}

.inquiry #inquiryForm .item:nth-last-child(2) {
    margin-bottom: 25px;
}

.inquiry #inquiryForm .item input,
.inquiry #inquiryForm .item textarea {
    height: 43px;
    border: unset;
    box-shadow: unset;
    background-color: #FFF;
    border: 1px solid #ccc;
}

.inquiry #inquiryForm .item:nth-child(4) input{
    height: 45px;
}

.inquiry #inquiryForm .item input:focus ,.item textarea:focus{
    box-shadow: unset;
    border: 2px solid var(--primary-color)!important;
}

.inquiry #inquiryForm .item input::placeholder{
    font-size: 14px;
    color: #c9c9c9;
}

.inquiry #inquiryForm .item textarea {
    width: 100%;
    height: 133px;
    resize: none;
    padding: 20px 12px;
    border-radius: 5px;
}

.inquiry #inquiryForm .bottom {
    display: flex;
    align-items: center;
}

.inquiry #inquiryForm .bottom .left {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: unset;
    /* height: auto; */
}

.inquiry.en #inquiryForm .bottom .left {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: unset;
}

.inquiry.en #inquiryForm .bottom .right {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.inquiry.en #inquiryForm .bottom .left p {
    font-size: 17px;
}

.inquiry #inquiryForm .bottom .right {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    padding-right: unset;
}

.inquiry #inquiryForm .bottom .left p {
    font-size: 15px;
    color: #999999;
    line-height: 1.389;
}

.inquiry #inquiryForm .bottom .right button {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    box-shadow: unset;
    padding: 11px 115px;
    border-radius: 30px;
    border: unset;
    background-color: var(--primary-color);
}

.casedetail {
    padding-top: 80px;
    padding-bottom: 80px;
}

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

.casedetail .left {
    padding-left: 15px;
    padding-right: 35px;
}

.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: 160px;
    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: 5px;
}

.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: #fff;
    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 33%;
    max-width: 33%;
    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 67%;
    max-width: 67%;
    float: left;
    padding-left: 5px;
    padding-right: 0;
}

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

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

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

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

.casedetail .solution-detail {
    padding-top: 0;
    padding-bottom: 0;
}

.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: 12px;
    border-right: 1px solid #B9B9B9;
}

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

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

.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 {
    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: 20px;
}

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

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

.casedetail.newsdetail .other .title{
    font-size: 28px;
}

.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{
    font-size: 30px;
    font-family: 'Poppins-Bold';
    line-height: 45px;
}

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

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

.solution-detail .left .title{
    font-size: 30px;
    font-family: 'Poppins-Bold';
    line-height: 40px;
}

.solution-detail .left .article{
    margin-top: 25px;
}

.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: brightness(0) invert(1);
}

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

.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 .main-box{
    margin-bottom: 60px;
}

.solution-detail .main{
    padding-bottom: 37.5%;
}

.solution-detail .other .other-box.news-box{
    border-top: 4px solid var(--primary-color);
}

.solution-detail .info li{
    height: 60px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
}

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

.solution-detail .info h4{
    font-size: 20px;
    font-family: 'Poppins-Medium';
    margin-bottom: 8px;
}
.solution-detail .info p{
    color: #666666;
    font-size: 15px;
    font-family: 'Poppins-Regular';
}

.solution-detail .box {
    position: sticky;
    top: 150px;
    padding: 37px 35px 35px 35px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-top: 4px solid var(--primary-color);
}

.contact{
    padding-bottom: 0;
}

.contact .container{
    background-color: #FBFBFB;
}

.contact .row{
    justify-content: space-between;
}

.contact .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}

.contact .item .box{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); */
}

.contact .item h5{
    font-size: 20px;
    font-family: 'Poppins-Light';
    margin: 0 0 10px 0;
}

.contact .item ul > li{
    font-size: 15px;
    font-family: 'Poppins-Regular';
    line-height: 25px;
    color: #999999;
    max-width: 435px;
    text-align: center;
    padding: 0 30px;
}

.contact .item ul > li a{
    color: #999999;
}

.contact .item ul > li a:hover{
    color: var(--primary-color);
}

.map{
    padding-top: 0;
}

.map iframe{
    width: 100%;
    height: 580px;
}

.solution{
    padding-top: 50px;
    padding-bottom: 80px;
}

.solution .item .img{
    padding-bottom: 86.49%;
}

.solution .item{
    margin-top: 30px;
    position: relative;
}

.solution .item .text{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 50px;
    right: 60px;
    bottom: 50px;
    left: 60px;
    color: #fff;
    background-color: var(--primary-color);
    background-color: rgba(192, 61, 255, 0.9);
    padding: 20px 20px 30px 20px;
    opacity: 0;
    transition: all 0.5s;
}

.solution .item .text h3{
    width: 100%;
    overflow-wrap: break-word;
    font-size: 21px;
    max-height: 75px;
    overflow: hidden;
    font-family: 'Poppins-Bold';
}

.solution .item .text h5{
    width: 100%;
    overflow-wrap: break-word;
    font-size: 15px;
    font-family: 'Poppins-Regular';
    padding: 12px 0 20px 0;
}

.solution .item:hover .text{
    opacity: 1;
}

.product #product-flow .more-btn,.solution #solution-flow .more-btn{
    color: #fff;
    margin-top: 30px;
    font-size: 15px;
    background-color: #24252A;
    padding: 6px 35px;
    border: unset;
    transition: all 0.5s;
}

.solution #solution-flow .layui-flow-more{
    margin: 35px 0 0 0;
}

.index-about.about{
    background-image: unset;
}

.about .section-subtitle, .about .section-title{
    color: #000;
}

.about p{
    font-size: 19px;
    color: #000;
    margin-top: 15px;
}

.about .row{
    margin-top: 30px;
}

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

.about .img{
    padding-bottom: 42.25%;
}

.company-culture{
    background-color: #F4F5F8;
}

.company-culture .item{
    width: 100%;
    display: flex;
    margin-bottom: 40px;
}

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

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

.company-culture .item:nth-child(even) .right{
    padding-left: 15px;
    padding-right: 30px;
}


.company-culture .left{
    flex: 0 0 44.5%;
    max-width: 44.5%;
}

.company-culture .left .img{
    padding-bottom: 68.015%;
}

.company-culture .right{
    flex: 0 0 55.5%;
    max-width: 55.5%;
    padding-left: 30px;
}

.company-culture .right h3{
    font-size: 36px;
    padding-right: 20px;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
}

.company-culture .right p{
    font-size: 17px;
    font-family: 'Poppins-Regular';
    margin-top: 10px;
    line-height: 38px;
}

.company-scale .row{
    margin-top: 50px;
}

.company-scale .item{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.company-scale .item .img-box{
    width: 80px;
    height: 80px;
}

.company-scale .item .img-box img{
    width: 100%;
}

.company-scale .item h3{
    font-size: 21px;
    padding: 18px 0 13px 0;
}

.company-scale .item p{
    color: #666666;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    font-family: 'Poppins-Regular';
    padding: 0 20px;
}

.company-different{
    background-color: #F4F5F8;
}

.company-different .row{
    margin-top: 15px;
}

.company-different .item{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.company-different .item .left{
    flex: 0 0 44.5%;
    max-width: 44.5%;
}

.company-different .item .left .img{
    padding-bottom: 68%;
}

.company-different .item .right{
    flex: 0 0 55.5%;
    max-width: 55.5%;
    padding-left: 50px;
}

.company-different .item .right h4{
    font-size: 29px;
    margin-bottom: 10px;
}

.company-different .item .right p{
    color: #666666;
    font-size: 19px;
    font-family: 'Poppins-Regular';
    line-height: 37px;
}

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

.company-different .item:nth-child(even) .right{
    padding-left: 15px;
    padding-right: 50px;
}

.company-cert .swiper-container{
    width: 900px;
    margin: 0 auto;
    margin-top: 30px;
}

.company-cert #cert .item .img{
    padding-bottom: 137.95%;
}

.company-cert .cert-prev{
    left: -100px;
}

.company-cert .cert-next{
    right: -100px;
}

.company-cert .cert-prev i, .company-cert .cert-next i{
    font-size: 20px;
}

.company-factory{
    background-color: #F4F5F8;
}

.company-factory #factory-flow{
    margin-top: 10px;
}

.company-factory #factory-flow .item{
    margin-top: 30px;
}

.company-factory #factory-flow .item .img{
    padding-bottom: 67.36%;
}

.company-factory #factory-flow .layui-flow-more{
    margin: 60px 0 0 0;
}

.company-factory #factory-flow .more-btn{
    font-size: 16px;
    color: #fff;
    border: unset;
    background-color: #24252A;
    padding: 8px 44px;
}

.product .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product .layui-flow-more{
    margin-bottom: unset;
}
.product .more-btn {
    margin-top: 4rem;
    margin-bottom: 0rem;
}
.product .filter-outer {
    width: 20%;
    display: block;
    position: sticky;
    top: 120px;
    height: 100%;
}
.product .filter{
    display: block;
}
.product .level-1{
    padding-top: 15px;
}
.product .list {
    width: 80%;
    padding-left: 5%;
}
.product .filter .title{
    font-size: 30px;
    font-family: 'Poppins-Medium';
    padding: 0 0 20px 0;
    color: #000;
    border-bottom: 1px solid #D9D9D9;
}

.product .filter-title {
    font-size: 20px;
    background-color: #fff;
    padding: 0 1rem;
    margin: 10px 0;
    border-left: 3px solid var(--primary-color);
}

.product .filter .level-1 li{
    padding: 15px 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s;
}
.product .filter .level-1 li a span{
    font-size: 15px;
    color: #202020;
    font-family: 'Poppins-Medium';
    transition: all 0.5s;
}

.product .filter .level-1 li:hover a span{
    color: var(--primary-color);
    /* text-decoration: underline; */
}

.product .filter .level-1 li:hover a{
    text-decoration: underline;
    text-decoration-color: var(--primary-color);
    text-underline-offset: 2px;
}

.product .filter .level-1 li:last-child{
    border-bottom: unset;
}

.product .filter .level-2 li{
    padding: 10px 0 10px 0;
}

.product .filter .parent-li i{
    width: 25px;
    text-align: right;
    /* color: #202020; */
    margin-top: 2px;
    font-size: 20px;
    cursor: pointer;
    transition: all .5s;
}
.product .filter .parent-li.active i:before{
    content: "\f106";
    transition: all .5s;
}
.product .filter .parent-li.active a{
    text-decoration: underline;
    text-decoration-color: var(--primary-color);
    text-underline-offset: 2px;
}
.product .filter .parent-li.active a span{
    color: var(--primary-color);
}
.product .filter .level-1 .level-2{
    max-height: 0;
    overflow: hidden;
}
.product .filter .level-1 .level-2.active{
    max-height: 600px;

}
.product .filter .level-1 .level-2 li a{
    color: #999999;
    font-size: 12px;
    font-family: 'Poppins-Regular';
    margin-left: 2px;
}

.product .filter .level-1 .level-2 li:hover a{
    text-decoration-color: #999999;
}

.product .filter .level-2 li.active a{
    color: var(--primary-color);
    text-decoration-color: var(--primary-color);
    text-decoration: underline;
}

.product .list .item{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    margin-left: -10px;
    margin-right: -10px;
}
.product .list .item .title{
    color: #202020;
    font-size: 40px;
    margin-left: 12.5px;
    margin-right: 12.5px;
    margin-bottom: 30px;
}
.product .list .item .bt-line hr{
    margin-top: 70px;
    margin-bottom: 70px;
}
.product .list .item:last-child .bt-line hr{
    display: none;
}
.product .list .no-data{
    width: 100%;
    margin-top: 20px;
}

.products-item .box h4{
    font-size: 15px;
}

.index-products .products-item .box h4{
    font-size: 22px;
    height: 46px;
    overflow: hidden;
    bottom: 20%;
}

.product .products-item{
    padding-left: 10px;
    padding-right: 10px;
}

.product .products-item .box h4{
    height: 46px;
    overflow: hidden;
    bottom: 17%;
    line-height: 23px;
}

.product .products-item .box .text{
    height: 35%;
}

.product-detail-1 {
    padding-top: 70px;
}

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

.product-detail-1 .img img{
    object-fit: contain;
}

.product-detail-1 .left {
    max-width: 43%;
    flex: 0 0 43%;
    padding-left: 15px;
}

.product-detail-1 .left .carousel-box #gallery {
    border: 1px solid #dfdddd;
}

.product-detail-1 .right {
    max-width: 57%;
    flex: 0 0 57%;
}

.product-detail-1 .right .p-item .item-title {
    font-size: 25px;
    font-family: 'Poppins-Regular';
    margin-top: 25px;
    margin-bottom: 10px;
}

.product-detail-1 .thumbs-box {
    position: relative;
    padding-left: 38px;
    padding-right: 38px;
    margin-top: 2rem;
}

.product-detail-1 .thumbs-box .swiper-wrapper .swiper-slide {
    border: 1px solid #dfdddd;
}

.product-detail-1 .thumbs-box .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid var(--primary-color);
}

.product-detail-1 .thumbs-box .swiper{
    padding: 0 5px;
}

.gallery-prev,
.gallery-next {
    position: absolute;
    width: 24px;
    height: 100%;
    background-color: #202020;
    bottom: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    display: block !important;
    transition: all 0.5s;
}

.gallery-prev {
    left: 0;
}

.gallery-next {
    right: 0;
}

.gallery-prev i,
.gallery-next i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}

.gallery-prev:hover,
.gallery-next:hover {
    background-color: var(--primary-color);
    color: #FFF;
    cursor: pointer;
}

.gallery-prev:hover i,.gallery-next:hover i{
    color: #fff;
}


.carousel-prev,
.carousel-next {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #202020;
    bottom: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    display: block !important;
    transition: all 0.5s;
}

.carousel-prev,.carousel-next{
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    z-index: 99;
}


.carousel-prev {
    left: 0;
}

.carousel-next {
    right: 0;
}

.carousel-prev i,
.carousel-next i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}

.carousel-prev:hover,
.carousel-next:hover {
    background-color: var(--primary-color);
    color: #FFF;
    cursor: pointer;
}

.carousel-prev:hover i,.carousel-next:hover i{
    color: #fff;
}


.thumbs-box .swiper-slide .img {
    border: 1px solid transparent;
}

.thumbs-box .swiper-slide.swiper-slide-thumb-active .img {
    border: 1px solid transparent;
}

.product-detail-1 .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.product-detail-1 .right .box {
    position: relative;
    height: 100%;
    padding: 0 45px 0 20px;
}

.product-detail-1 .right hr {
    margin: 25px 0 25px 0;
}

.product-detail-1 .right .title {
    font-size: 30px;
    line-height: 45px;
    color: #202020;
    margin-bottom: 30px;
}

.product-detail-1 .right .intro {
    color: #525653;
    max-height: 290px;
    font-size: 15px;
    font-family: 'Poppins-Regular';
    line-height: 32px;
    overflow-y: scroll;
    padding-right: 15px;
}

.product-detail-1 .right .intro::-webkit-scrollbar {
    width: 4px;
}

.product-detail-1 .right .intro::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: var(--primary-color);
}

.product-detail-1 .right .btn-group {
    display: flex;
    margin-top: 45px;
}

.product-detail-1 .right .btn-group .item {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 25px;
    transition: all 0.2s;
    transition-timing-function: ease-out;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Poppins-Regular';
}

.product-detail-1 .right .btn-group .email {
    background-color: #25d366;
}

.product-detail-1 .right .btn-group .contact {
    color: #ffffff;
    background-color: var(--primary-color);
}

.product-detail-1 .right .btn-group .download {
    background-color: #000000;
}

.product-detail-1 .right .btn-group .item img {
    margin-right: 10px;
}

.product-detail-1 .right .btn-group .item a {
    color: #ffffff;
}

.product-detail-1 .right .btn-group .item:nth-child(odd) {
    margin-right: 20px;
}

.product-detail-1 .right .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.product-detail-1 .right .col-lg-2 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.product-spec{
    padding-top: 0;
}

.product-spec .detail-tab{
    display: flex;
    margin-left: 0;
    margin-right: 0;
}

.product-spec .detail-tab .item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 40px;
    font-size: 15px;
    padding: 5px 20px;
    color: #202020;
    background-color: #EEEEEE;
    margin-right: 8px;
    cursor: pointer;
}

.product-spec .detail-tab .item.active{
    color: #fff;
    background-color: var(--primary-color);
}

.product-spec .detail-tab-content .item{
    display: none;
    border: 1px solid #EEEEEE;
    padding: 30px 30px 30px 30px;
}

.product-spec .detail-tab-content .item.active{
    display: block;
}

.product-recommend{
    padding-top: 0;
}

.product-recommend .section-title{
    text-align: center;
}

.product-recommend #recommend{
    margin-top: 35px;
}

.product-recommend .recommend-prev{
    left: 0;
}

.product-recommend .recommend-next{
    right: 0;
}

.product-recommend .item .img{
    border: 1px solid #EEEEEE;
}

.product-recommend .item .text{
    height: 56px;
    overflow: hidden;
    padding-top: 10px;
    text-align: center;
}

.product-recommend .swiper-container{
    padding: 0 80px;
}

.product-recommend .btn-prev,.product-recommend .btn-next{
    width: 44px;
    height: 44px;
    box-shadow: 0px 1px 10px 0px rgba(32, 32, 32, 0.5);
}

.sitemap .site-map {
    border-bottom: 1px solid #DDD;
    display: flex;
    text-align: left;
    align-items: center;
    padding: 10px 0;
}
.sitemap .site-map .father {
    background-color: #ECECEC;
    padding: 10px;
    width: 180px;
    font-size: 17px;
    text-align: center;
    transition: all 0.5s;
}
.sitemap .site-map .child {
    width: auto;
    padding: 7.5px 15px;
    font-size: 14px;
}
.sitemap .site-map .level-2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.product.search .list{
    width: 100%;
    padding-left: 0;
}

@media (min-width: 1024px) and (max-width: 1600px) {
    #header .logo img{
        max-height: 60px;
    }
    .main-nav a{
        font-size: 17px;
    }
    .index-carousel .img{
        height: calc(100vh - 120px);
    }
    .index-carousel .text h3{
        font-size: 40px;
    }
    .index-carousel .btn{
        font-size: 15px;
        padding: 10px 25px;
        margin-top: 40px;
    }
    .index-carousel .shape img{
        display: none;
    }
    .index-carousel .right .img-box{
        display: flex;
    }
    .index-carousel .right .img-box img{
        width: 70%;
    }
    .index-carousel .text{
        margin-top: 30px;
    }
    .index-carousel-shape{
        padding-top: 0;
    }
    .index-products .products-item .box h4{
        font-size: 20px;
    }
    .section-head{
        margin-bottom: 12px;
    }
    .section-subtitle {
        font-size: 18px;
    }
    .section-title{
        font-size: 35px;
    }
    .index-about p{
        font-size: 18px;
    }
    .index-about .counter-flex .item .counter, .index-about .counter-flex .item .unit{
        font-size: 45px;
    }
    .index-about .counter-flex .item .title{
        font-size: 17px;
    }
    .footer .item.item-2{
        width: 13%;
    }
    .footer-logo-column img{
        width: 170px;
    }
    .footer .item.item-0{
        display: none;
    }
    .social-links{
        width: 280px;
    }
    .social-links .social-item.twitter img, .social-links .social-item.tiktok img{
        width: 20px;
    }
    .social-links .social-item{
        width: 42px;
        height: 42px;
    }
    .social-links .social-item i{
        font-size: 20px;
    }
    .company-culture .right h3{
        font-size: 32px;
    }
    .company-culture .right p{
        font-size: 16px;
    }
    .company-different .item .right h4{
        font-size: 28px;
    }
    .company-different .item .right p{
        font-size: 18px;
    }
    .company-factory #factory-flow .more-btn{
        padding: 7px 40px;
    }
    .news-item .text .title{
        font-size: 17px;
        height: 54px;
    }
    .news-item.article-item .text .title{
        height: 54px;
    }
    .news-item .date .day{
        font-size: 24px;
    }
    .news-item .date .month{
        font-size: 14px;
    }
    .banner .text .title{
        font-size: 30px;
    }
    .product .filter .title{
        font-size: 28px;
        padding: 0 0 15px 0;
    }
    .product .level-1{
        padding-top: 12px;
    }
    .contact .item h5{
        font-size: 19px;
    }
    .contact .item ul > li{
        font-size: 14px;
        padding: 0 40px;
    }
    .inquiry .section-title{
        font-size: 34px;
        margin-bottom: 5px;
    }
    .inquiry .section-intro{
        font-size: 15px;
    }
    .inquiry #inquiryForm .item .title{
        font-size: 15px;
    }
    .inquiry #inquiryForm .bottom .right button{
        font-size: 16px;
        padding: 11px 100px;
    }
    .map iframe{
        height: 500px;
    }
    .contact .item .box img{
        width: 45px;
    }
    .inquiry #inquiryForm .item input{
        height: 40px;
    }
    .btn-item .btn a{
        font-size: 16px;
    }
    .products-item .box h4{
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    section{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #tool{
        display: none!important;
    }
    .index-news .section-title{
        width: auto;
    }
    .index-carousel .left{
        margin-bottom: 0;
    }
    .index-carousel .btn{
        font-size: 14px;
        margin-top: 25px;
        padding: 10px 25px;
    }
    .index-carousel .shape{
        display: none;   
    }
    .index-carousel .text{
        flex-direction: column-reverse;
    }
    .index-carousel .text h3{
        font-size: 25px;
        padding-right: 0;
        margin-top: 30px;
    }
    .index-carousel .right .img-box{
        display: flex;
        justify-content: center;
    }
    .index-carousel .right .img-box img{
        height: 260px;
    }
    .index-carousel .swiper-pagination{
        margin-top: 40px;
    }
    .index-carousel-shape{
        padding-top: 0;
    }
    .index-products .products-item .box h4{
        font-size: 18px;
    }
    .index-products .products-item .box .text{
        opacity: 1;
    }
    .section-head{
        margin-bottom: 10px;
    }
    .section-subtitle{
        font-size: 18px;
    }
    .section-title{
        font-size: 26px;
    }
    .index-products .item .box .text{
        opacity: 1;
    }
    .index-about{
        padding-bottom: 40px;
    }
    .index-about p{
        font-size: 16px;
        margin-top: 12px;
        line-height: 35px;
    }
    .index-about .counter-flex{
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .index-about .counter-flex .item{
        width: 50%;
        height: 125px;
    }
    .index-about .counter-flex .item .title{
        font-size: 15px;
        height: 46px;
    }
    .index-about .counter-flex .item .counter, .index-about .counter-flex .item .unit{
        font-size: 35px;
    }
    .btn-item{
        padding-top: 10px;
    }
    .btn-item .btn a{
        font-size: 15px;
    }
    .index-partner .row{
        margin-top: 10px;
    }
    .index-news .section-title{
        line-height: 33px;
    }
    .index-news .row{
        margin-top: 0;
    }
    .index-news .news-item.article-item{
        margin-top: 25px;
    }
    .news-item .text .title{
        font-size: 17px;
        height: 54px;
        margin-bottom: 10px;
    }
    .social-links {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .social-links .social-item.twitter img, .social-links .social-item.tiktok img {
        width: 22px;
    }
    .social-links .social-item {
        width: 40px;
        height: 40px;
    }
    .social-links .social-item i {
        font-size: 20px;
    }
    .footer-img{
        width: 150px;
    }
    .footer .item {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .mobile-footer .panel-heading .panel-title{
        padding: 15px 0;
    }
    .mobile-footer .panel-heading:after{
        font-size: 18px;
    }
    .footer .img-box{
        display: flex;
        margin-top: 10px;
    }
    .footer .img-box .img-item{
        margin-right: 30px;
    }
    .footer .img-box .img-item img{
        width: 105px;
        height: 105px;
    }
    .footer .img-box .img-item:last-child{
        margin-right: 0;
    }
    .footer .item p,.footer .img-box h4{
        color: #ababab;
    }
    .footer-line{
        margin-top: 1rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        color: #999999;
        flex-direction: column-reverse;
        border-top: 1px solid #fff;
        background-color: unset;
    }
    .footer-line .float-right{
        margin-bottom: 10px;
    }
    .footer .line-container{
        max-width: 100%!important;
    }
    .search{
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    .search i{
        color: #fff;
        margin-top: 10px;
        padding-right: 20px;
        font-size: 20px;
    }
    .search-form{
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 10px;
    }
    .search-form input{
        padding: 0 0 0 10px;
        height: 37px;
    }
    .search-form input::placeholder{
        font-size: 13px;
    }
    .mobile-nav-toggle i{
        margin: 12px 15px 0 0;
    }
    .mobile-nav .flag-li{
        display: none;
        margin-top: 8px;
    }
    .banner .img{
        padding-bottom: 50%;
    }
    .banner .text .title{
        font-size: 26px;
        margin-top: 40px;
    }
    .company-cert .swiper-container{
        width: 100%;
    }
    .inquiry .section-intro{
        width: 100%;
    }
    .inquiry #inquiryForm .bottom .left,.inquiry #inquiryForm .bottom .right{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .inquiry #inquiryForm .bottom{
        display: block;
    }
    .company-cert .cert-prev{
        left: 15px;
    }
    .company-cert .cert-next{
        right: 15px;
    }
    .company-culture .item{
        display: block;
    }
    .company-culture .left,.company-culture .right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about .img{
        padding-bottom: 56.25%;
    }
    .company-culture .right{
        padding-left: 15px;
    }
    .company-culture .right h3{
        font-size: 25px;
        padding-right: 0;
        margin: 15px 0 0 0;
    }
    .company-culture .right p{
        font-size: 16px;
        line-height: 34px;
    }
    .company-culture .item:nth-child(even){
        display: block;
    }
    .company-culture .item:nth-child(even) .right{
        padding-right: 15px;
    }
    .company-scale .item .img-box{
        width: 66px;
        height: 66px;
    }
    .company-scale .item{
        margin-bottom: 30px;
    }
    .company-scale .item h3{
        text-align: center;
    }
    .company-scale .item:last-child{
        margin-bottom: 0;
    }
    .company-scale .row{
        margin-top: 30px;
    }
    .company-different .row{
        margin-top: 20px;
    }
    .company-different .item{
        display: block;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .company-different .item:last-child{
        margin-bottom: 0;
    }
    .company-different .item .right{
        padding-left: 15px;
    }
    .company-different .item .right h4{
        font-size: 23px;
        margin-top: 14px;
    }
    .company-different .item .right p{
        font-size: 16px;
        line-height: 30px;
    }
    .company-different .item .left,.company-different .item .right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .company-different .item:nth-child(even) .right{
        padding-right: 15px;
    }
    .company-cert .swiper-container{
        margin-top: 25px;
    }
    .company-cert .cert-prev i, .company-cert .cert-next i{
        font-size: 18px;
    }
    .company-factory #factory-flow{
        margin-top: 20px;
    }
    .company-factory #factory-flow .item{
        margin-top: 0;
        margin-bottom: 20px;  
    }
    .company-factory #factory-flow .item:last-child{
        margin-bottom: 0;
    }
    .company-factory #factory-flow .layui-flow-more{
        margin: 40px 0 10px 0;
    }
    .company-factory #factory-flow .more-btn{
        font-size: 15px;
        padding: 7px 35px;
    }
    .company-culture .item{
        margin-bottom: 25px;
    }
    .inquiry{
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .inquiry .section-title{
        font-size: 28px;
        margin-bottom: 0;
    }
    .inquiry .section-intro{
        font-size: 15px;
        margin-bottom: 25px;
    }
    .inquiry #inquiryForm .item .title{
        font-size: 15px;
    }
    .inquiry #inquiryForm .bottom .left p{
        display: none;
    }
    .inquiry #inquiryForm .bottom .right{
        padding-left: 0;
    }
    .inquiry #inquiryForm .bottom .right button{
        width: 100%;
        font-size: 15px;
    }
    .product .row{
        display: block;
    }
    .product .filter .title{
        font-size: 27px;
        padding: 0 0 15px 0;
    }
    .product .filter-outer{
        width: 100%;
        position: unset;
    }
    .product .level-1{
        padding-top: 10px;
    }
    .product .list{
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .product .list .item{
        margin-left: 0;
        margin-right: 0;
    }
    .product .products-item{
        padding-left: 0;
        padding-right: 0;
    }
    .product .products-item .box .text{
        opacity: 1;
    }
    .product #product-flow .more-btn, .solution #solution-flow .more-btn{
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .product-detail-1{
        padding-top: 40px;
    }
    .product-detail-1 .left,.product-detail-1 .right{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .carousel-prev,.carousel-next{
        display: none!important;
    }
    .product-detail-1 .thumbs-box{
        padding-left: 30px;
        padding-right: 30px; 
    }
    .product-detail-1 .right .box{
        padding: 0;
    }
    .product-detail-1 .right .title{
        margin-top: 20px;
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .product-detail-1 .right .intro{
        font-size: 15px;
    }
    .product-detail-1 .right .btn-group{
        margin-top: 25px;
    }
    .product-spec .detail-tab{
        display: block;
    }
    .product-spec .detail-tab .item{
        width: 100%;
        flex-direction: column;
    }
    .inquiry #inquiryForm .item input{
        height: 40px;
    }
    .inquiry #inquiryForm .item textarea{
        padding: 15px 12px;
    }
    .product-spec .detail-tab-content .item{
        padding: 15px 25px 15px 25px;
    }
    .product-detail-1 .right .btn-group .item{
        font-size: 15px;
    }
    .product-detail-1 .right .btn-group{
        margin-top: 20px;
    }
    .product-detail-1 .right .btn-group .item{
        width: auto;
    }
    .product-recommend .swiper-container{
        padding: unset;
    }
    .product-recommend #recommend{
        margin-top: 30px;
    }
    .product-recommend .btn-prev, .product-recommend .btn-next{
        width: 35px;
        height: 35px;
    }
    .product-recommend .recommend-prev{
        left: 15px;
    }
    .product-recommend .recommend-next{
        right: 15px;
    }
    .solution{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .solution .item{
        margin-top: 0;
        margin-bottom: 30px;
    }
    .solution .item:last-child{
        margin-bottom: 0;
    }
    .solution .item .text{
        opacity: 1;
    }
    .solution .item .text h3{
        max-height: unset;
    }
    .solution-detail .main-box{
        margin-bottom: 25px;
    }
    .solution-detail .left{
        margin-bottom: 30px;
    }
    .solution-detail .box{
        position: unset;
        padding: 37px 30px 35px 30px;
    }
    .social-links{
        max-width: 100%;
    }
    .solution-detail .left .article{
        margin-top: 20px;
    }
    .pagination{
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .news-item.article-item .text .title{
        height: 54px;
    }
    .casedetail{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .casedetail .left{
        padding-left: 0;
        padding-right: 0;
    }
    .casedetail.newsdetail .left,.casedetail.newsdetail .right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .casedetail.newsdetail .left .title{
        font-size: 24px;
        line-height: 37px;
    }
    .casedetail .news-item{
        padding-right: 0;
        margin-bottom: 10px;
    }
    .casedetail .news-item .info li{
        display: flex;
        align-items: center;
    }
    .casedetail.newsdetail .news-item .info{
        margin-top: 10px;
    }
    .casedetail.newsdetail .other{
        position: unset;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }
    .casedetail.newsdetail .other .other-box.news-box{
        padding: 25px 30px 30px 30px;
    }
    .contact{
        padding-top: 0;
        padding-bottom: 0;
    }
    .contact .item{
        padding: 20px 0 0 0;
    }
    .contact .item h5{
        font-size: 18px;
        margin: 0 0 8px 0;
    }
    .contact .item .box{
        width: 80px;
        height: 80px;
    }
    .contact .item .box img{
        width: 45px;
    }
    .contact .item:last-child{
        padding: 20px 0 40px 0;
    }
    .map .container{
        padding-left: 0;
        padding-right: 0;
    }
    .map iframe{
        height: 250px;
    }
    .sitemap .site-map .father{
        width: 100px;
        padding: 8px;
        font-size: 15px;
    }
    .sitemap .site-map{
        max-width: 100%;
    }
    .sitemap .site-map .level-2{
        flex-direction: column;
    }
    .index-products .products-item .box h4{
        height: 43px;
        bottom: 19%;
    }
}