@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
--------------------------------------------------------------*/
* {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins-Medium';
}

:root{
    --primary-color: #00d17b;
    --secondary-color: #D02127; 
}

body {
    background: #FFF;
    font-size: 15px;
    /* overflow-x: hidden; */
}

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

.no-data{
    width: 100%;
    font-size: 16px;
    margin-top: 30px;
}


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

.section-title{
    color: #202020;
    font-size: 38px;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
}

.section-subtitle{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 20px 0 10px 0;
    color: #999999;
}

.section-subtitle .line{
    width: 130px;
    height: 1px;
    background-color: #999999;
    position: relative;
}

.section-subtitle .line:first-child{
    margin-right: 25px;
}

.section-subtitle .line:last-child{
    margin-left: 25px;
}

.section-subtitle .line::before{
    content: "";
    position: absolute;
    top: -2px;
    left: auto;
    right: 0;
    width: 5px;
    height: 5px;
    background-color: #B2B2B2;
    border-radius: 50%;
}

.section-subtitle .line:last-child:before{
    left: 0;
}

.section-intro{
    font-size: 20px;
    color: #cccccc;
    margin-top: 20px;
}

.section-subtitle,.section-intro{
    font-family: 'Poppins-Regular';
}

.swiper-container{
    position: relative;
}

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

.btn{
    color: var(--primary-color);
    margin-top: 10px;
    font-size: 17px;
    border: 2px solid var(--primary-color);
    border-radius: 30px;
    padding: 10px 40px;
    transition: all 0.5s;
}

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

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

.no-data{
    width: 100%;
    font-size: 18px;
}

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

.pagination{
    justify-content:center;
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 0;
}

.pagination a:first-child,.pagination a:nth-last-child(2){
    width: auto;
    font-size: 15px;
}

.pagination a{
    display:block;
    float:left;
    margin-right:10px;
    padding:2px 12px;
    height: 43px;
    width: 50px;
    background:#FFF;
    text-decoration:none;
    color: #666666;
    font-size: 17px;
    line-height:38px;
    position: relative;
    font-family: 'Poppins-Regular';
}

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

.pagination a.cur{
    color:var(--primary-color);
    position: relative;
}

.pagination a.cur::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px;
    background-color: var(--primary-color);
}

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

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

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

.pagination .pagination-box{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DFDFDF;
}

/*--------------------------------------------------------------
# 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: 70px;
    transition: background 0.5s;
    z-index: 11;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    z-index: 999;
    padding: 20px 0;
    position: fixed;
    top: 50px;
    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: 0 0 0 80px;
    max-width: 100%;
}

/*--------------------------------------------------------------
# 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: 80px;
    line-height: 80px;
}

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

.main-nav a {
    display: block;
    position: relative;
    color: #202020;
    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 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);
    background-color: #000; */
    background-color: var(--primary-color);
    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: #202020;
    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(119 119 123 / 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;
}

.function-nav{
    /* width: 100%; */
    display: flex!important;
    align-items: center;
}

.function-nav .item{
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
}

.function-nav .item{
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    cursor: pointer;
}

.function-nav .search i{
    font-size: 22px;
}

.function-nav .search:hover{
    background-color: var(--primary-color);
}

.function-nav .search:hover i{
    color: #fff;
}

.function-nav .quote{
    width: auto;
    text-transform: uppercase;
}

.function-nav .quote a{
    font-size: 18px;
    padding: 0 20px 0 25px;
}

.function-nav .quote:hover a{
    transform: scale(1.02);
}

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

.footer{
    background-size: cover;
}

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


#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;
    margin-bottom: 20px;
}

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

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

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

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

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

.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 .item {
    padding-left: 15px;
    padding-right: 15px;
    width: 20%;
}

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

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

.footer .item input,
.footer .item textarea,
.footer .item button {
    border: none;
    width: 100%;
}

.footer .item input {
    height: 45px;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 10px;
}

.footer .item textarea {
    margin-top: 5px;
    resize: none;
    height: 65px;
    padding-left: 10px;
    padding-top: 5px;
}

.footer .item button {
    height: 35px;
    font-size: 12px;
    margin-top: 5px;
    background-color: #FFF;
    color: #202020;
    outline: none;
}

.footer .item .footer-intro{
    color: #fff;
    font-size: 15px;
    font-family: 'Poppins-Regular';
    margin-top: 35px;
    line-height: 30px;
}

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

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

.footer .item-2{
    width: 17%
}

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

.footer .item-4{
    width: 25%;
    padding-right: 0;
}

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

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

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

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

.footer .bottom-links{
    background-color: var(--primary-color);
    margin-top: 50px;
}

.footer .bottom-links .box{
    display: flex;
    justify-content: space-between;
}

.footer .bottom-links .left{
    font-family: 'Poppins-Regular';
    padding: 16px 0;
}

.footer .bottom-links .right{
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.footer .social-media{
    display: flex;
    gap: 5px;
}

.footer .social-media li{
    width: 35px;
    height: 35px;
    background-color: #222222;
    border-radius: 50%;
    padding: 0;
    transition: all 0.5s;
}

.footer .social-media li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .social-media img {
    height: 13px;
    filter: brightness(0) invert(1);
    margin-left: 2px;
    transition: all 0.5s;
}

.footer .social-media li:hover{
    background-color: #fff;
}

.footer .social-media li:hover img{
    filter: unset;
}

.footer .social-media .whatsapp-li img{
    height: 15px;
}

/* Main Footer */
.main-footer {
    display: none;
    /* background-color: #202020; */
}

/* Mobile Footer */
.mobile-footer {
    padding-top: 30px;
    padding-bottom: 1.5rem;
    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: 18px;
    padding: 10px 0;
}


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

/* .banner.mobile{
    display: none;
} */

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

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

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


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

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

.index-carousel .index-carousel-pagination {
    text-align: center;
    bottom: 100px !important;
}
.index-carousel .index-carousel-pagination .swiper-pagination-bullet{
    width: 52px;
    height: 10px;
    border-radius: unset;
    background-color: #fff;
    opacity: 1;
}
.index-carousel .index-carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: var(--primary-color);
}

.btn-prev,
.btn-next{
    width: 63px;
    height: 63px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #FFF;
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.btn-prev i,
.btn-next i{
    color: var(--primary-color);
    font-size: 27px;
    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: 38px;
    }

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

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

    #placeholderBox{
        height: 130px;
    }

    #header{
        height: 80px;
        padding: 20px 0;
    }

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

    .main-nav{
        display: block;
    }

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

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

    .section-subtitle{
        font-size: 17px;
        margin: 15px 0 10px 0;
    }

    .section-subtitle .line{
        width: unset;
    }

    .section-subtitle .line::before,.section-subtitle .line::after{
        display: none;
    }

    .section-subtitle .line:first-child{
        margin-right: 0;
    }

    .section-subtitle .line:last-child{
        margin-left: 0;
    }

    .section-intro{
        font-size: 14px;
        margin-top: 13px;
    }

    #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{
        /* display: none; */
    }

    .banner.mobile{
        display: block;
    }

    .article tr,.article td,.article tr > div,.article td > div{
        width: auto!important;
        max-width: 100%!important;
    }
}

.header-top-section {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    height: 50px;
    background-color: var(--primary-color);
}

.header-top-section .container {
    max-width: 100%;
    margin-left: 345px;
    margin-right: 40px;
}

.header-top-section::before {
    content: '';
    width: 335px;
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 0;
    background-color: #fff;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
}

/* .header-top-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--primary-color);
    z-index: -1;
} */

.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
}

.header-top-wrapper .contact-list {
    display: flex;
    align-items: center;
}

.header-top-wrapper .contact-list span {
    color: #fff;
    padding-top: 0px;
}

.header-top-wrapper .contact-list li {
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.header-top-wrapper .contact-list li img{
    width: 20px;
    height: 20px;
    margin-top: 1px;
    object-fit: contain;
}

.header-top-wrapper .contact-list .line {
    width: 1px;
    height: 19px;
    background-color: #fff;
}

.header-top-wrapper .contact-list .position {
    padding-left: 15px;
}

.header-top-wrapper .contact-list li span,
.header-top-wrapper .contact-list li a {
    color: #fff;
    margin-left: 10px;
    font-size: 15px;
    font-family: 'Poppins-Light';
}

.header-top-wrapper .contact-list .dealer-li a span{
    font-size: 17px;
    font-family: 'Poppins-Medium';
}

.header-top-wrapper .contact-list .dealer-li:hover a{
    text-decoration: underline;
    text-underline-offset: 2px;
}

.header-top-wrapper .contact-list .btn{
    width: 115px;
    color: var(--primary-color);
    font-size: 15px;
    margin-top: -4px;
    margin-left: 23px;
    background-color: #fff;
    padding: 1px;
    display: inline-block;
    border-radius: 15px;
}

.header-top-wrapper .contact-list li i {
    margin-right: 10px;
}

.header-top-wrapper .contact-list li a {
    color: #fff;
}

.header-top-wrapper .contact-list li .link {
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins-Medium';
}

.header-top-wrapper .top-right {
    display: flex;
    align-items: center;
    gap: 80px;
}

.header-top-wrapper .top-right .social-icon a {
    margin-left: 18px;
}

.header-top-wrapper .top-right .social-icon img {
    height: 16px;
    filter: brightness(0) invert(1);
}

.header-top-wrapper .top-right .social-icon span {
    color: #fff;
    font-family: 'Poppins-Medium';
    margin-left: 5px;
}

.company-advantage{
    padding: 10px 0;
    background-color: var(--primary-color);
}

.company-advantage .container{
    max-width: 1600px;
}

.company-advantage .advantage-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.company-advantage .advantage-box .item{
    padding: 0 0 1rem 0;
    width: auto;
    text-align: center;
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
}

.company-advantage .advantage-box .item .ico{
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.company-advantage .advantage-box .item .ico img{
    max-height: 58px;
}

.company-advantage .advantage-box .item .txt{
    font-size: 25px;
    color: #FFF;
    text-align: left;
}

.company-advantage .advantage-box .item .num-box{
    display: flex;
    align-items: center;
}

.company-advantage .advantage-box .item .num-box span{
    font-family: 'Poppins-Bold';
    font-size: 18px;
    letter-spacing: 0.2px;
    margin-left: 2px;
}

.company-advantage .advantage-box .item .num-box span sup{
    font-size: 12px;
}

.company-advantage .advantage-box .item .num{
    font-size: 24px;
    font-family: 'Poppins-Bold';
    letter-spacing: 0.2px;
}

.company-advantage .advantage-box .item .text{
    font-size: 17px;
    font-family: 'Poppins-Regular';
    color: #FFF;
    letter-spacing: 0.2px;
}

.index-about{
    padding-top: 80px;
    padding-bottom: 80px;
}

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

.index-about .img{
    padding-bottom: 74.1%;
    border-radius: 15px;
}

.index-about .row{
    display: flex;
    align-items: center;
}

.index-about h5{
    font-size: 20px;
    font-family: 'Poppins-Regular';
    color: #666666;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.index-about h3{
    font-size: 35px;
    font-family: 'Poppins-Bold';
}

.index-about ul{
    line-height: 45px;
}

.index-about ul li img{
    margin-right: 8px;
}

.index-about .left{
    flex: 0 0 51%;
    max-width: 51%;
    padding-right: 30px;
}

.index-about .right{
    flex: 0 0 49%;
    max-width: 49%;
}

.index-about .left h3{
    margin: 15px 10px 13px 0;
    line-height: 50px;
    text-transform: uppercase;
}

.index-about .left p{
    color: #666666;
    font-size: 15px;
    font-family: 'Poppins-Regular';
    line-height: 32px;
    margin-bottom: 10px;
}

.index-about .left p > b{
    font-family: 'Poppins-Bold';
    color: var(--primary-color);
}

.index-factory{
    overflow: hidden;
    background-color: #282828;
}

.index-factory .section-title{
    color: #fff;
    text-transform: uppercase;
}

.index-factory #factory{
    margin-top: 40px;
    margin-left: -900px;
    margin-right: -900px;
}

.index-factory #factory .img{
    padding-bottom: 54%;
}

.index-factory .index-factory-prev{
    left: 265px;
}

.index-factory .index-factory-next{
    right: 265px;
}

.category-switch{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.category-switch .item{
    font-size: 20px;
    font-family: 'Poppins-Regular';
    border: 2px solid var(--primary-color);
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 30px;
    padding: 10px 40px 10px 40px;
}

.category-switch .item a{
    color: var(--primary-color);
}

.category-switch .item.active{
    background-color: var(--primary-color);
}

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

.category-switch .item .box{
    text-align: center;
}

.index-products .content .item{
    display: none;
}

.index-products .content .item.active{
    display: block;
}

.index-products .swiper-container{
    margin-top: 60px;
}

.index-products .swiper{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.product .row{
    display: flex;
    flex-wrap: wrap;
}
.product .layui-flow-more{
    margin-bottom: unset;
}
.product .more-btn {
    margin-top: 4rem;
    margin-bottom: 0rem;
}
.product .filter-outer {
    display: block;
    position: relative;
    top: 0;
    width: 25%;
    height: 100%;
}
.product .filter{
    display: block;
}

.product .level-1{
    margin-top: 0;
    border: 1px solid #EEEEEE;
}
.product .list {
    width: 75%;
    padding-left: 0;
}
.product .list .section-title{
    font-size: 30px;
    margin-left: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.product .list p{
    color: #666666;
    font-size: 18px;
    font-family: 'Poppins-Regular';
    margin-left: 30px;
    margin-bottom: 30px;
    line-height: 30px;
}
.product .filter .title{
    font-size: 30px;
    font-family: 'Poppins-Medium';
    padding: 0;
}

.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 .parent-li{
    background-color: #F4F4F4;
}

.product .filter .level-1.active{
    background-color: var(--primary-color);
}

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

.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{
    color: #020202;
    width: 25px;
    text-align: right;
    margin-top: 0px;
    font-size: 15px;
    cursor: pointer;
    transition: all .5s;
}

.product .filter .parent-li.active{
    background-color: var(--primary-color);
}

.product .filter .parent-li.active span{
    color: #fff;
}

.product .filter .parent-li.active i{
    color: #fff;
}

.product .filter .parent-li.active i:before{
    content: "\f068";
    transition: all .5s;
}

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

.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{
    padding: 15px 15px 12px 20px;
    border-bottom: 1px solid #EEEEEE;
}

.product .filter .level-1 .level-2 > li a{
    color: #999999;
    font-size: 15px;
    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);
}

.product .info.filter{
    margin-top: 30px;
}

.product .info.filter .item{
    position: relative;
    padding: 20px 20px 10px 50px;
    border-bottom: 1px solid #DAD8D9;
}

.product .info.filter .item:last-child{
    border-bottom: unset;
}

.product .info.filter .item img {
    filter: invert(1);
    position: absolute;
    left: 15px;
    top: 26px;
}

.product .info.filter .title {
    font-size: 18px;
    font-family: 'Poppins-Medium';
    margin-bottom: 0;
}

.product .info.filter .level-1 span{
    font-size: 20px;
    font-family: 'Poppins-Bold';
}

.product .info.filter .level-2 .item ul > li{
    font-size: 14px;
    color: #000;
    font-family: 'Poppins-Regular';
    line-height: 25px;
}

.product .info.filter .level-2 .item:first-child ul > li{
    margin-right: 35px;
}

.product .list .item{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    margin-left: 12.5px;
}

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

.products-item .img{
    padding-bottom: 100%;
    transition: all 0.5s;
}

.products-item .title{
    color: #202020;
    font-size: 22px;
    padding-top: 15px;
    text-align: center;
}

.products-item .line{
    width: 50px;
    height: 2px;
    margin-top: 15px;
    background-color: var(--primary-color);
}

.products-item:hover .img{
    box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.1);
}

.products-item:hover .title{
    color: var(--primary-color);
}

.product .products-item{
    margin-bottom: 50px;
}

.index-products .products-prev{
    left: -140px;
}

.index-products .products-next{
    right: -140px;
}

.index-oem{
    background-image: url('../images/oem_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.index-oem .section-title{
    color: #fff;
}

.index-oem .row{
    margin-top: 25px;
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.index-oem .item{
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-top: 25px;
}

.index-oem .item .img{
    padding-bottom: 112.4%;
}

.index-oem .item h3{
    color: #fff;
    font-size: 19px;
    line-height: 28px;
    margin-top: 10px;
    text-align: center;
}

#cert{
    margin-top: 50px;
    margin-left: -40px;
    margin-right: -40px;
}

#cert .img{
    padding-bottom: 129.15%;
}

#cert .swiper-slide{
    transform: scale(0.7);
    transform-origin: bottom;
}

#cert .swiper-slide-prev,
#cert .swiper-slide-next {
    transform: scale(0.85);
}

#cert .swiper-slide-prev{
    transform-origin: left bottom;
}

#cert .swiper-slide-next{
    transform-origin: right bottom;
}

#cert .swiper-slide-active {
    transform: scale(1);
}

.index-cert .index-cert-prev{
    left: -140px;
}

.index-cert .index-cert-next{
    right: -140px;
}

.index-cert .index-cert-prev,.index-cert .index-cert-next{
    top: 65%;
}

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

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

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

.inquiry .right {
    flex: 0 0 55%;
    max-width: 55%;
    padding-left: 15px;
}

.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: 39px;
    font-family: 'Poppins-Bold';
    margin-top: 0;
    margin-bottom: 10px;
}

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

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

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

.inquiry .info .item.whatsapp-item img{
    filter: brightness(0);
} 

.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 {
    color: #fff;
    font-family: 'Poppins-Regular';
    line-height: 25px;
    margin-right: 80px;
}

.inquiry .info ul > li a{
    color: #fff;
}

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


.form {
    padding: 45px 60px 45px 60px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 10px 0px rgba(32, 32, 32, 0.15);
}

.form .title {
    font-size: 30px;
    text-transform: uppercase;
    color: #202020;
    margin-bottom: 10px;
}

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

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

.form .row .item {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 10px;
}

.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 {
    width: 100%;
    height: 44px;
    color: #202020;
    padding: 6px 12px 6px 18px;
    border: 1px solid #bcbcbc;
    font-size: 15px;
    font-family: 'Poppins-Reuglar';
}

.form .row input::placeholder,
.form .row select::placeholder,
.form .row textarea::placeholder{
    font-size: 13px;
}

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

.form .row select {
    padding: 6px 12px 6px 15px;
}

.form .row select option:disabled {
    color: #ffffff;
    background-color: #C8C8C8;
}

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

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

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

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


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

.news-item .date{
    color: #fff;
    position: absolute;
    top: 20px;
    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 .title{
    color: #333333;
    font-size: 18px;
    line-height: 1.6;
    overflow: hidden;
    margin-bottom: 10px;
}

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

.news-item .text .more span{
    transition: all 0.5s;
}

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

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

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

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

.news-item {
    margin-bottom: 55px;
}

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

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

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

.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 .intro{
    font-size: 15px;
    color: #666666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    font-family: 'Poppins-Regular';
    display: -webkit-box;
    word-break: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    margin-bottom: 20px;
}

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

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

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

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

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

.news-item.article-item{
    margin-bottom: 25px;
}

.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: 15px 0 22px 20px;
}

.news-item.article-item .text .title{
    display: -webkit-box;
    word-break: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: 57px;
}

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

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

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

.index-news{
    padding-top: 80px;
    padding-bottom: 65px;
    background-color: #F9F9F9;
}

.index-news .section-title{
    width: 700px;
    margin: 0 auto;
}

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

.index-news .fra.news-item .more .line{
    width: 49%;
}   

.news-item-first .box{
    display: flex;
    align-items: center;
}

.news-item-first .left{
    flex: 0 0 36.429%;
    max-width: 36.429%;
    padding-left: 0;
    padding-right: 0;
}

.news-item-first .right{
    flex: 0 0 63.571%;
    max-width: 63.571%;
}

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

.news-item-first .text .title{
    font-size: 28px;
    color: rgb(51, 51, 51);
    line-height: 1.333;
    height: unset!important;
}

.news-item-first .text .intro{
    -webkit-line-clamp: 3;
    line-height: 2;
    padding-right: 30px;
}
  
.news-item-first .text .more .line{
    width: 80%;
}

.index-news .news-item-first .left{
    flex: 0 0 28%;
    max-width: 28%;
}

.index-news .news-item-first .right{
    flex: 0 0 72%;
    max-width: 72%;
}

.index-news .news-item-first .img{
    padding-bottom: 68.825%;
}

.index-news .news-item-first .text .title{
    font-size: 25px;
}

.index-news .news-item-first .text .intro{
    -webkit-line-clamp: 2;
}

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

.index-news .index-news-prev{
    left: -140px;
}

.index-news .index-news-next{
    right: -140px;
}


.product-detail-1 .container {
    width: 100%;
    max-width: 1230px;
}

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

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

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

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

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

.gallery-prev,
.gallery-next {
    position: absolute;
    width: 30px;
    height: 100%;
    background-color: #F4F4F4;
    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 {
    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;
}

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

.thumbs-box .swiper-slide.swiper-slide-thumb-active .img {
    border-color: var(--primary-color);
}

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

.product-detail-1 .right {
    position: relative;
    background-color: #F3F3F3;
    padding: 50px;
}

.product-detail-1 .right .title {
    /* height: 80px; */
    font-size: 35px;
    font-family: 'Poppins-Bold';
    margin-bottom: 30px;
    padding-bottom: 23px;
    color: #202020;
    border-bottom: 1px solid #CDCDCD;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-detail-1 .right .intro {
    color: #202020;
    font-family: 'Poppins-Regular';
    font-size: 15px;
    line-height: 26px;
    max-height: 280px;
    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 .recommend {
    margin: 6.4rem 0;
}

.product-detail-1 .right .contact-btn{
    margin-top: 30px;
}

.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-detail-1 .right .recommend .child {
    padding: 8px 0;
    text-align: center;
    border: 2px solid #b9b9b9;
}

.product-detail-1 .right .recommend .child a {
    color: #000;
    font-size: 15px;
}

.product-detail-1 .right .recommend .child:hover {
    transition: 0.2s;
    border: 2px solid var(--primary-color);
}

.product-detail-1 .right .contact-btn a {
    font-size: 18px;
    font-family: 'Poppins-Regular';
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
    background-color: var(--primary-color);
}

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

.product-feature .container{
    width: 100%;
    max-width: 1255px;
}

.product-feature ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.product-feature ul > li{
    width: 48%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.product-feature ul > li:nth-child(1),.product-feature ul > li:nth-child(2){
    border-top: 1px solid #DADADA;
    padding-top: 25px;
}

.product-feature ul > li .left{
    color: #202020;
    padding-left: 0;
    width: 40%;
}

.product-feature ul > li .right{
    color: #666666;
    padding-right: 0;
    width: 60%;
}

.product-feature ul > li .left,.product-feature ul > li .right{
    font-size: 18px;
    word-wrap: break-word;
    font-family: 'Poppins-Regular';
}

.product-key{
    background-color: #F4F4F4;
}

.product-key .row{
    margin-top: 0;
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.product-key .row .item{
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-top: 45px;
}

.product-key .row .item .img{
    padding-bottom: 73.76%;
}

.product-key .row .item h5{
    color: #202020;
    font-size: 20px;
    padding: 12px 0 7px 0;
    font-family: 'Poppins-Bold';
}

.product-key .row .item p{
    color: #666666;
    line-height: 25px;
    font-family: 'Poppins-Regular';
}

.configurations{
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.configurations #canvas{
	position: absolute;
	width: 100%;
    height: 940px;
} 

.configurations #output{
    position: relative;
}

.configurations canvas{
    width: 100%;
}

.configurations .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.configurations h3{
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.configurations h5{
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 15px 0 10px 0;
}

.configurations .item{
    margin-top: 40px;
}

.configurations .item .img{
    padding-bottom: 62.857%;
}

.configurations .item h4{
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

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

.why .section-title{
    color: #fff;
}

.why .row{
    margin-top: 40px;
}

.why .row .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.why .row .item .box{
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    border-radius: 8px;
}

.why .row .item .box img{
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.why .row .item h5{
    color: #fff;
    font-size: 19px;
    height: 60px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 20px;
    text-align: center;
}

.why.custom .row .item{
    flex: 0 0 20%;
    max-width: 20%;
}

.why.custom .row .item .box{
    width: 135px;
    height: 135px;
}

.why.custom .row .item .box img{
    width: 74px;
    height: 74px;
}

.why.custom .container{
    max-width: 1270px;
}

.about .left .img{
    border-radius: 5px;
}

.about .left img{
    max-width: 100%;
}

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

.about .left .img{
    padding-bottom: 41.032%;
}

.about .right{
    padding-left: 15px;
    margin-bottom: 50px;
}

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

.about .right h5{
    color: #666666;
    font-size: 20px;
    font-family: 'Poppins-Regular';
    text-transform: uppercase;
    margin-bottom: 15px;
}

.about .right h3{
    font-size: 35px;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
    margin-bottom: 23px;
}

.about .right p{
    font-size: 16px;
    font-family: 'Poppins-Regular';
    color: #666666;
    line-height: 32px;
}

.about-country{
    padding-top: 100px;
    padding-bottom: 110px;
    background-image: url(../images/country_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.about-country .section-title{
    text-align: left;
}

.about-country .row{
    margin-top: 45px;
}

.about-country .item{
    margin-bottom: 50px;
}

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

.about-country .item .num-box{
    font-size: 40px;
    font-weight: bold;
    font-family: 'Poppins-Bold';
    display: flex;
    color: var(--primary-color);
}

.about-country .item .text{
    font-size: 19px;
    font-family: 'Poppins-Medium';
    text-transform: uppercase;
}

.about-projects .section-title{
    margin-bottom: 40px;
}

.about-projects .swiper-slide .img{
    padding-bottom: 75.2%;
}

.about-projects .swiper-slide .text{
    font-size: 18px;
    font-family: 'Poppins-Regular';
    line-height: 28px;
    margin-top: 12px;
    text-align: center;
}

.about-projects .index-projects-prev{
    left: -140px;
}

.about-projects .index-projects-next{
    right: -140px;
}

.about-projects .swiper-slide:hover .text a{
    color: var(--primary-color);
}

.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: 10px;
    margin-right: 11px;
    transition: all 0.2s;
    border: 1px solid #3F3F3F;
    /* background-color: #f8f8f8; */
}

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

.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: 22px;
    filter: grayscale(2) brightness(100);
}

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

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


.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: 2px solid #fff;
    border-radius: 5px;
}

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

.news-ul li .right {
    overflow: hidden;
    width: 71%;
    margin-left: 4%;
    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 .row.category-switch{
    margin-top: 0;
}

.solution .category-switch .box{
    font-size: 20px;
}

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

.solution .row .solution-item{
    margin-top: 45px;
    padding-left: 20px;
    padding-right: 20px;
}

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

.solution .row .solution-item .text{
    height: 54px;
    overflow: hidden;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.solution .row .solution-item .text .title{
    font-size: 18px;
    font-family: 'Poppins-Regular';
}

.solution .row .solution-item:hover .title{
    color: var(--primary-color);
}

.solution .pagination{
    margin-top: 50px;
}


.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 {
    padding-top: 80px;
    padding-bottom: 80px;
}

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

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

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

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

.solution-detail .info .left{
    font-size: 18px;
    font-family: 'Poppins-Medium';
}

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

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

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

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

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

.solution-detail .left{
    flex: 0 0 37%;
    max-width: 37%;
}

.solution-detail .right{
    flex: 0 0 63%;
    max-width: 63%;
}

.solution-detail .right .img{
    padding-bottom: 66%;
    border: 1px solid #ECECEC;
    border-radius: 10px;
}

.solution-detail .right .text .title{
    font-size: 30px;
    font-family: "Poppins-Bold";
    line-height: 40px;
    margin-bottom: 20px;
}

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

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

.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 {
    font-size: 25px;
    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 {
    height: 54px;
    overflow: hidden;
    font-size: 15px;
}

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

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

.oem{
    padding-top: 0;
    padding-bottom: 0;
}

.oem .item{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.oem .item:nth-child(even){
    background-color: #F4F4F4;
}

.oem .item .row{
    display: flex;
    align-items: center;
}

.oem .item .img{
    padding-bottom: 66.66%;
}

.oem .item .right{
    padding-left: 35px;
}

.oem .item .right h5{
    font-size: 30px;
    font-family: 'Poppins-Bold';
    padding-bottom: 23px;
    border-bottom: 1px solid #CCCCCC;
}

.oem .item .right p{
    color: #333333;
    font-size: 18px;
    font-family: 'Poppins-Regular';
    line-height: 35px;
    padding-top: 23px;
}

.oem .item .right .btn{
    color: #fff;
    border-radius: unset;
    background-color: var(--primary-color);
    padding: 10px 28px;
    font-size: 17px;
    font-family: 'Poppins-Regular';
    margin-top: 30px;
    cursor: pointer;
}


.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;
    padding: 0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 11px;
    border-radius: 30px;
}

.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 h3{
    font-size: 30px;
    font-family: 'Poppins-Bold';
    margin-bottom: 25px;
}

.eject-inquiry .form{
    border-radius: 15px;
}

.eject-inquiry .form .title{
    font-size: 33px;
    margin-bottom: 5px;
}

.eject-inquiry .form .subtitle{
    font-size: 18px;
    padding: 1px 0 7px 0;
}

.eject-inquiry .form button{
    margin-bottom: 10px;
}

.eject-inquiry .form .row textarea{
    height: 130px;
}

.eject-inquiry .form .row input::placeholder, .eject-inquiry .form .row textarea::placeholder{
    font-size: 14px;
}

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

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

.news .news-item.article-item{
    margin-bottom: 35px;
}


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

.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: 200px;
    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 .container{
    max-width: 1230px;
}

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

.casedetail.newsdetail .other .title{
    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{
    font-size: 30px;
    font-family: 'Poppins-Bold';
    line-height: 40px;
}

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

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

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


.contact h3{
    font-size: 40px;
    font-family: 'Poppins-Bold';
    margin-bottom: 40px;
}

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

.contact .left p{
    color: #666666;
    font-size: 16px;
    font-family: 'Poppins-Regular';
    line-height: 32px;
    margin: 15px 0 15px 0;
}

.contact .contact-ul li{
    display: flex;
    margin-bottom: 20px;
}

.contact .contact-ul li .img-box{
    width: 40px;
}

.contact .contact-ul li span{
    font-size: 15px;
}

.contact .left{
    padding-right: 70px;
}

.contact .right{
    padding-left: 30px;
    padding-right: 15px;
}

.contact .right #footerForm .form-control{
    height: 50px;
    background-color: #FAFAFA;
}

.contact .right #footerForm .form-control::placeholder{
    font-size: 12px;
    font-family: 'Poppins-Regular';
}

.contact .right #footerForm .textarea{
    height: 110px;
}

.contact .right .item:nth-child(2){
    display: flex;
    flex-wrap: wrap;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.contact .right .item:nth-child(2) .item-child{
    display: flex;
    flex-wrap: wrap;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.contact #map {
    height: 500px;
}

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

.contact .container {
    max-width: 1560px;
    padding: 0;
}

.contact .info-group{
    background-color: #FBFBFB;
}

.contact .info-group .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 30px 45px 30px;
    transition: all 0.5s;
}

.contact .info-group .item img{
    height: 47px;
}

.contact .info-group .item h3{
    font-size: 21px;
    color: rgb(0, 0, 0);
    font-family: 'Poppins-Light';
    margin-top: 15px;
    margin-bottom: 13px;
}

.contact .info-group .item h5 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact .info-group .item h5 span {
    font-size: 20px;
    color: #fff;
    margin-left: 20px;
    font-family: 'Poppins-Mediu';
}

.contact .info-group .item ul {
    color: #fff;
}

.contact .info-group .item ul>li {
    font-size: 15px;
    color: #878787;
    line-height: 25px;
    margin-bottom: 5px;
    text-align: center;
}

.contact .info-group .item ul>li .contact-item{
    font-size: 20px;
    margin-top: 20px;
}

.contact .info-group .item ul>li:last-child {
    margin-bottom: unset;
}

.contact .info-group .item ul>li,.contact .info-group .item ul>li p{
    font-family: 'Poppins-Light';
}

.contact .info-group .item ul>li a{
    color: #878787;
}

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

.contact .info-group .item:first-child ul>li{
    font-size: 15px;
    margin-bottom: 5px;
    padding: 0 50px;
}

.contact .info-group .item:last-child ul>li:last-child{
    margin-bottom: 0;
}


.contact .info-group .item:last-child ul>li span{
    font-family: 'Poppins-Bold';
}

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

.contact .img-group {
    display: flex;
    justify-content: space-between;
    margin: 80px 80px 0 80px;
}

.contact .img-group .item {
    text-align: center;
}

.contact .img-group img {
    width: 225px;
}

.contact .img-group h5 {
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
}


.search-form-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: fixed;
    top: 130px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    opacity: 0;
    z-index: -1;
}

.search-form{
    display: flex;
    width: 1500px;
    max-width: calc(100% - 30px);
    /* border: 1px solid #F2F2F2; */
}

.search-form .row{
    width: 100%;
}

.search-form .search-item{
    height: 60px;
    position: relative;
    border: 1px solid #F2F2F2;
    border-right: unset;
}

.search-form .search-item:nth-child(1){
    width: calc(100% - 140px);
}

.search-form .search-item:nth-child(2){
    width: 140px;
    /* height: 61px; */
    border: unset;
    /* margin-top: 20px; */
}

.search-form .search-item input,.search-form .search-item button{
    width: 100%;
    height: 100%;
    border: none;
}

.search-form .search-item input{
    font-size: 20px;
    color: #fff;
    background-color: unset;
    padding-left: 170px;
}

.search-form .search-item button{
    position: absolute;
    height: calc(100% + 2px);
    top: 0;
    right: 0;
    top: -1px;
    bottom: 0px;
    text-transform: uppercase;
    transition: all 0.5s;
    padding: 2px 0;
}

.search-form .search-item button:hover{
    color: #fff;
    background-color: var(--primary-color);
}

.search-form .icon-item{
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    left: 30px;
}

.search-form .icon-item i{
    font-size: 18px;
}

.search-form .icon-item span{
    font-size: 18px;
    margin-left: 10px;
    text-transform: uppercase;
}

.close-item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    padding: 25px;
    top: 60px;
    right: 210px;
    border: 2px solid #fff;
    border-radius: 100%;
    cursor: pointer;
}

.close-item i{
    color: var(--primary-color);
    font-size: 32px;
}

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

.product.product-search .list .item{
    margin-left: 0;
}

.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: 130px;
    font-size: 18px;
    text-align: center;
    transition: all 0.5s;
}
.sitemap .site-map .child {
    width: 200px;
    padding: 0 15px;
    font-size: 14px;
}
.sitemap .site-map .level-2{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#tool{
    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;
    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;
}


/* 媒体查询 */
@media (min-width: 1024px) and (max-width: 1600px) {
    #placeholderBox{
        height: 122px;
    }
    #header{
        height: 72px;
    }
    #header .container{
        padding:  0 0 0 30px;
    }
    .index-factory #factory{
        margin-left: -850px;
        margin-right: -850px;
    }
    .inquiry{
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .function-nav .item{
        width: 72px;
        height: 72px;
    }
    .function-nav .quote{
        width: auto;
    }
    .index-carousel .img {
        height: calc(100vh - 229px);
        padding-bottom: 23.3%;
    }
    .company-advantage .container{
        max-width: calc(100% - 60px);
    }
    .main-nav a{
        font-size: 17px;
        padding: 0 23px;
    }
    .function-nav .quote a{
        font-size: 17px;
    }
    .company-advantage .advantage-box .item .ico img{
        max-height: 50px;
    }
    .company-advantage .advantage-box .item .num{
        font-size: 22px;
    }
    .company-advantage .advantage-box .item .text{
        font-size: 15px;
    }
    .index-about .left h3{
        font-size: 32px;
        line-height: 40px;
    }
    .index-factory .index-factory-prev{
        left: 120px;
    }
    .index-factory .index-factory-next{
        right: 120px;
    }
    .index-products .products-prev,.index-cert .index-cert-prev,.index-news .index-news-prev{
        left: 0;
    }
    .index-products .products-next,.index-cert .index-cert-next,.index-news .index-news-next{
        right: 0;
    }
    .btn{
        font-size: 15px;
        padding: 8px 35px;
        margin-top: 10px;
    }
    .section-title{
        font-size: 36px;
    }
    .section-intro{
        font-size: 19px;
    }
    .btn-prev, .btn-next{
        width: 52px;
        height: 52px;
    }
    .btn-prev i, .btn-next i{
        font-size: 22px;
    }
    .category-switch .item{
        font-size: 18px;
        padding: 8px 40px 8px 40px;
    }
    .index-products .swiper-container,.index-news .swiper-container{
        padding: 0 100px;
    }
    .index-cert .swiper-container{
        padding: 0 120px;
    }
    .products-item .title{
        font-size: 20px;
    }
    .products-item .line{
        margin-top: 13px;
    }
    .index-oem .item h3{
        font-size: 18px;
    }
    .form .row input{
        height: 42px;
    }
    .form .row textarea{
        height: 130px;
    }
    .inquiry .title{
        font-size: 38px;
    }
    .inquiry .info .item{
        margin-bottom: 30px;
    }
    .inquiry .info .title{
        font-size: 18px;
    }
    .inquiry .info ul > li{
        font-size: 14px;
    }
    .news-item .text .more .line{
        width: 54%;
    }
    .form .title{
        font-size: 30px;
    }
    .function-nav .search i{
        font-size: 20px;
    }
    .footer-logo-column img{
        width: 200px;
    }
    .footer .item a{
        font-size: 15px;
    }
    .footer .item p{
        font-size: 14px;
    }
    .footer .item h3{
        font-size: 23px;
    }
    .product .filter .level-1 li span{
        font-size: 17px;
    }
    .product .info.filter .level-2 .item ul > li{
        font-size: 14px;
    }
    .about .right h3{
        font-size: 33px;
    }
    .why .row .item .box{
        width: 160px;
        height: 160px;
    }
    .why .row .item .box img{
        width: 85px;
        height: 85px;
    }
    .why .row .item h5{
        font-size: 18px;
    }
    .why.custom .row .item .box{
        width: 130px;
        height: 130px;
    }
    .why.custom .row .item .box img{
        width: 70px;
        height: 70px;
    }
    .about-country{
        background-position: 65% 50%;
    }
    .about-projects .index-projects-prev{
        left: 0;
    }
    .about-projects .index-projects-next{
        right: 0;
    }
    .about-projects .swiper-container{
        padding: 0 100px;
    }
    .about-projects .swiper-slide .text{
        font-size: 17px;
        height: 56px;
        overflow: hidden;
    }
    .solution .category-switch .box{
        font-size: 18px;
    }
    .oem .item .right h5{
        font-size: 29px;
    }
    .oem .item .right p{
        font-size: 17px;
    }
    .oem .item .right .btn{
        font-size: 17px;
    }
    .header-top-section::before{
        width: 300px;
    }
    .header-top-section .container{
        margin-left: 315px;
    }
    #header .logo img{
        max-height: 60px;
    }
    .search-form{
        justify-content: center;
    }
    .search-form .search-item:nth-child(1){
        width: calc(100% - 200px);
    }
    .close-item{
        right: 120px;
    }
    .contact .info-group .item:first-child ul>li{
        padding: 0 30px;
    }
    .search-form-box{
        top: 122px;
    }
}

@media (max-width: 768px) {
    section{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header-top-section{
        display: none;
    }
    #header{
        top: 0;
    }
    #header .container{
        padding: 0 15px;
    }
    #header .logo img{
        max-height: 37px;
    }
    .function-nav{
        display: none!important;
    }
    .index-news .section-title{
        max-width: 100%;
    }
    .index-about .left,.index-about .right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .index-products .swiper{
        padding-left: 0;
        padding-right: 0;
    }
    .index-products .products-prev,.index-cert .index-cert-prev,.index-news .index-news-prev{
        left: 0;
    }
    .index-products .products-next,.index-cert .index-cert-next,.index-news .index-news-next{
        right: 0;
    }
    .index-products .swiper-container{
        margin-top: 15px;
        padding: 0 50px;
    }
    .products-item .title{
        font-size: 19px;
    }
    .inquiry .left .section-title{
        font-size: 26px;
        line-height: 34px;
        margin-right: unset;
        margin-bottom: 30px;
    }
    .inquiry .info-group .item{
        padding: 18px 30px 18px 20px;
        margin-bottom: 20px;
    }
    .inquiry .info-group .item img{
        width: 60px;
        padding-right: 30px;
    }
    .inquiry .right{
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 40px;
    }
    #cert{
        margin-left: 0;
        margin-right: 0;
    }
    .form{
        padding: 25px 30px 25px 30px;
    }
    .form .subtitle{
        margin: 0 0 20px 0;
    }
    .index-carousel .img{
        height: unset;
        padding-bottom: 56%;
    }
    .company-advantage .advantage-box{
        padding-left: 5px;
    }
    .company-advantage .advantage-box .item{
        width: 100%;
    }
    .company-advantage .advantage-box .item .ico{
        width: 25%;
        display: flex;
        align-items: center;
    }
    .company-advantage .advantage-box .item .txt{
        width: 75%;
    }
    .company-advantage .advantage-box .item .num,.company-advantage .advantage-box .item .num-box span{
        font-size: 20px;
    }
    .company-advantage .advantage-box .item .text{
        font-size: 15px;
    }
    .company-advantage .advantage-box .item .ico{
        width: 25%;
        justify-content: center;
    }
    .company-advantage .advantage-box .item .ico img {
        max-height: 42px;
    }
    .company-advantage .advantage-box .item .txt{
        width: 75%;
        padding-left: 0;
    }
    .index-about{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .index-about .left{
        padding-right: 15px;
    }
    .index-about .right{
        margin-bottom: 20px;
    }
    .index-about .row{
        flex-direction: column-reverse;
    }
    .index-about h5{
        font-size: 15px;
        letter-spacing: 1.5px;
    }
    .index-about .left h3{
        font-size: 21px;
        line-height: 30px;
        margin: 10px 0 10px 0;
    }
    .index-about ul{
        line-height: 43px;
    }
    .index-about ul li{
        font-size: 13px;
    }
    .index-about .left,.index-about .right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .btn{
        font-size: 15px;
        padding: 8px 30px;
        margin-top: 5px;
    }
    .index-factory #factory{
        margin-left: 0;
        margin-right: 0;
        margin-top: 30px;
    }
    .index-factory .index-factory-prev{
        left: 15px;
    }
    .index-factory .index-factory-next{
        right: 15px;
    }
    .category-switch{
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0;
    }
    .category-switch .item{
        font-size: 15px;
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
        padding: 7px 30px 7px 30px;
    }
    .index-oem .row{
        margin-top: 0;
    }
    .index-oem .item h3{
        font-size: 15px;
        line-height: 20px;
        height: 60px;
        overflow: hidden;
    }
    #cert{
        margin-top: 25px;
    }
    .index-cert .swiper-container{
        padding-left: 50px;
        padding-right: 50px;
    }
    .index-cert .index-cert-prev, .index-cert .index-cert-next{
        top: 50%;
    }
    .inquiry{
        padding-top: 30px;
        padding-right: 30px;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .inquiry .left{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .inquiry .title{
        font-size: 27px;
        margin-bottom: 0;
    }
    .inquiry .intro{
        padding-right: 0;
        margin-bottom: 20px;
    }
    .inquiry .info ul > li{
        font-size: 14px;
        margin-right: 0;
    }
    .inquiry .info .item{
        margin-bottom: 18px;
    }
    .form .subtitle{
        margin: 0 0 10px 0;
    }
    .form .row input{
        height: 40px;
    }
    .form .row textarea{
        height: 130px;
    }
    .form button{
        font-size: 15px;
        margin-left: 7.5px;
        margin-right: 7.5px;
    }
    .index-news{
        padding-top: 35px;
        padding-bottom: 30px;
    }
    .index-news #news{
        margin-top: 20px;
    }
    .index-news .index-news-prev{
        left: 15px;
    }
    .index-news .index-news-next{
        right: 15px;
    }
    .index-news .index-news-prev,.index-news .index-news-next{
        top: 27%;
    }
    .footer .item {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .footer-img{
        width: 130px;
    }
    .footer .social-media{
        gap: 10px;
    }
    .footer .social-media li a{
        border: 1px solid #3F3F3F;
        border-radius: 50%;
    }
    .footer .social-media{
        padding: 30px 0 15px 0;
    }
    .mobile-footer .panel-heading .panel-title {
        padding: 15px 0;
    }
    .mobile-footer .panel-heading .panel-title{
        color: #e2dfdf;
    }
    .panel-group .container {
        padding-left: 0;
        padding-right: 0;
    }
    .panel-group .container .float-right {
        margin-bottom: 10px;
    }
    .mobile-footer .panel-heading .panel-title {
        padding: 15px 0;
    }
    .footer-line {
        margin-top: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        flex-direction: column-reverse;
    }
    .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;
    }
    .search-form{
        display: flex;
        flex-direction: column;
    }
    .search-form-box{
        top: 50px;
    }
    .search-form .search-item{
        border-right: 1px solid #fff;
    }
    .search-form .search-item:nth-child(1),.search-form .search-item:nth-child(2){
        width: 100%;
    }
    .search-form .search-item:nth-child(2){
        margin-top: 20px;
    }
    .search-form .icon-item{
        left: 20px;
    }
    .search-form .icon-item span{
        font-size: 15px;
        margin-left: 10px;
    }
    .search-form .search-item{
        height: 57px;
    }
    .close-item{
        right: 15px;
    }
    .search-form .icon-item i{
        font-size: 17px;
    }
    .search-form .search-item button{
        font-size: 13px;
        height: 90%;
    }
    .search-form .search-item input{
        font-size: 15px;
        padding-left: 130px;
    }
    .close-item{
        width: 36px;
        height: 35px;
        padding: 23px;
    }
    .close-item i{
        font-size: 30px;
    }
    .banner .img {
        padding-bottom: 40%;
    }
    .banner .text .title {
        font-size: 24px;
    }
    .product .row{
        justify-content: center;
    }
    .product .filter{
        margin-bottom: 30px;
    }
    .product .filter-outer{
        width: 100%;
    }
    .product .info.filter{
        display: none;
    }
    .product .list .item{
        margin-left: 0;
        margin-right: 0;
    }
    .product .products-item{
        padding-left: 12.5px;
        padding-right: 12.5px;
    }
    .product .list{
        width: 100%;
        margin-left: -12.5px;
        margin-right: -12.5px;
    }
    .product .products-item{
        margin-bottom: 40px;
    }
    .pagination a{
        width: 40px;
        height: 40px;
    }
    .pagination a:first-child, .pagination a:nth-last-child(2){
        font-size: 11px;
    }
    .product-detail-1 {
        padding-bottom: 30px;
    }

    .product-detail-1 .left,
    .product-detail-1 .right {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        max-width: unset;
        flex: unset;
    }

    .product-detail-1 .left {
        margin-bottom: 1rem;
    }

    .product-detail-1 .right {
        padding-top: 2rem;
    }

    .product-detail-1 .right .recommend {
        margin: 5rem 0;
    }

    .product-detail-1 .right .title {
        font-size: 25px;
        height: unset;
        margin-bottom: 25px;
        padding-bottom: 20px;
    }

    .product-detail-1 .right .download {
        margin-top: 35px;
    }

    .product-feature{
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .product-feature ul{
        margin-top: 30px;
    }
    .product-feature ul > li{
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .product-feature ul > li:nth-child(2){
        padding-top: 0;
        border-top: unset;
    }
    .product-feature ul > li .left, .product-feature ul > li .right{
        font-size: 14px;
    }
    .product-feature ul > li:first-child{
        padding-top: 20px;
    }
    .product-detail-1 .right .contact-btn a{
        font-size: 17px;
    }
    .configurations h3{
        margin-bottom: 15px;
    }
    .configurations h5{
        font-size: 17px;
        margin: 15px 0 0 0;
    }
    .configurations .item{
        margin-top: 35px;
    }
    .configurations .item h4{
        font-size: 18px;
    }
    .product-key .row .item{
        margin-top: 25px;
    }
    .product-key .row .item h5{
        font-size: 19px;
        padding: 14px 0 5px 0;
    }
    .product-key .row .item p{
        font-size: 15px;
    }
    .configurations .item{
        margin-top: 25px;
    }
    .why .row{
        margin-top: 10px;
    }
    .why .row .item .box{
        width: 120px;
        height: 120px;
    }
    .why .row .item .box img{
        width: 70px;
        height: 70px;
    }
    .why .row .item h5{
        font-size: 15px;
        height: 63px;
        margin-top: 17px;
        line-height: 21px;
    }
    .about .right h3{
        font-size: 25px;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .about .right p{
        font-size: 15px;
        line-height: 30px;
    }
    .about .left .img{
        padding-bottom: 80%;
    }
    .why.custom .row .item{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .why.custom .row .item .box{
        width: 110px;
        height: 110px;
    }
    .why.custom .row .item .box img{
        width: 60px;
        height: 60px;
    }
    .about-country{
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .about-country .row{
        margin-top: 15px;
    }
    .about-country .item .num-box{
        font-size: 30px;
    }
    .about-country .item .text{
        font-size: 16px;
    }
    .about-country .item{
        margin-bottom: 35px;
    }
    .about-projects .index-projects-prev{
        left: 15px;
    }
    .about-projects .index-projects-next{
        right: 15px;
    }
    .about-projects .swiper-slide .text{
        font-size: 17px;
    }
    .about-projects .section-title{
        margin-bottom: 25px;
    }
    .about-projects .index-projects-prev,.about-projects .index-projects-next{
        top: 39%;
    }
    .solution .row.category-switch{
        margin-left: -15px;
        margin-right: -15px;
    }
    .solution .category-switch .item{
        width: calc(100% - 30px);
        margin-left: 0;
        margin-right: 0;
    }
    .solution .category-switch .item:last-child{
        margin-bottom: 0;
    }
    .solution{
        padding-bottom: 40px;
    }
    .solution .row{
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 10px;
    }
    .solution .row .solution-item{
        padding-left: 15px;
        padding-right: 15px;
    }
    .solution .category-switch .box{
        font-size: 17px;
    }
    .solution .row .solution-item{
        margin-top: 25px;
    }
    .solution .row .solution-item .text .title{
        font-size: 17px;
    }
    .solution .pagination{
        margin-top: 0;
    }
    .solution-detail{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .solution-detail .box{
        padding: 20px 20px; 
    }
    .solution-detail .box .title{
        font-size: 25px;
        margin-bottom: 20px;
    }
    .solution-detail .info li{
        height: 40px;
    }
    .solution-detail .info .left{
        font-size: 18px;
    }
    .solution-item .text{
        margin: 0;
    }
    .solution-detail .box{
        margin-bottom: 40px;
    }
    .solution-detail .right .text{
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }
    .solution-detail .right .text .title{
        font-size: 24px;
        line-height: 30px;
        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;
    }
    .casedetail.newsdetail .other .other-box.news-box{
        padding: 30px 25px;
    }
    .solution-detail .left,.solution-detail .right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .solution-detail .info .left{
        flex: 0 0 37%;
        max-width: 37%;
    }
    .solution-detail .info .right{
        flex: 0 0 63%;
        max-width: 63%;
    }
    .solution-detail .social-links{
        margin-top: 15px;
    }
    .news-ul li .left{
        flex: 0 0 28%;
        max-width: 28%;
    }
    .news-ul li .right{
        flex: 0 0 68%;
        max-width: 68%;
    }
    .oem .item{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .oem .item .right{
        padding-left: 15px;
    }
    .oem .item .right h5{
        font-size: 25px;
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .oem .item .right p{
        font-size: 16px;
        padding-top: 20px;
    }
    .oem .item .right .btn{
        font-size: 15px;
        margin-top: 20px;
        padding: 8px 25px;
    }
    .eject-inquiry .form .title{
        font-size: 28px;
    }
    .eject-inquiry .form .subtitle{
        font-size: 16px;
    }
    .eject-inquiry .close-inquriy i{
        font-size: 25px;
    }
    .eject-inquiry .close-inquriy{
        right: 15px;
    }
    .eject-inquiry .form button{
        margin-left: 0;
        margin-right: 0;
    }
    .casedetail{
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .casedetail .left{
        padding-right: 0;
    }
    .casedetail .left .title{
        font-size: 25px;
        line-height: 36px;
    }
    .casedetail .other{
        position: unset;
    }
    .casedetail.newsdetail .left,.casedetail.newsdetail .right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .casedetail.newsdetail .left{
        padding: 0 15px;
    }
    .casedetail.newsdetail .left .title{
        font-size: 23px;
        line-height: 35px;
    }
    .casedetail.newsdetail .other{
        margin-top: 30px;
        padding-right: 15px;
    }
    .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;
    }
    .contact .left{
        padding-right: 15px;
    }
    .contact .left p{
        font-size: 15px;
        line-height: 30px;
    }
    .contact .right{
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 30px;
    }
    .contact h3{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .contact .right .item:nth-child(2) .item-child{
        margin-bottom: 15px;
    }
    .contact .right .item:nth-child(2) .item-child:last-child{
        margin-bottom: 0;
    }
    .contact .info-group .item {
        padding: 25px 20px 0 20px;
    }
    .contact .info-group .item:last-child {
        padding: 25px 20px 30px 20px;
    }
    .contact .info-group .item:first-child ul>li{
        padding: 0;
    }
    .contact .info-group .item img{
        height: 42px;
    }
    .contact .map iframe{
        height: 270px;
    }
    .solution .row .solution-item .text{
        height: unset;
    }
    #tool{
        display: none;
    }
}