@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');
}

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

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

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

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

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

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

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

.section-title{
    font-size: 40px;
    font-family: 'Poppins-Bold';
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination a{
    display:block;
    float:left;
    margin-right:10px;
    padding:2px 12px;
    height: 45px;
    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: 15px;
    transition: background 0.5s;
    z-index: 11;
} */

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

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

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

#header .logo img{
    filter: brightness(300) grayscale(1);
}

#header.header-scrolled{
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(167,167,167,0.5);
}

#header.header-scrolled img{
    filter: unset;
}

#header.header-scrolled .main-nav a{
    color: #000;
}

/*--------------------------------------------------------------
# Top Navigation Menu
--------------------------------------------------------------*/
.main-nav{
    display: none;
}
.main-nav,
.main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

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

.main-nav > ul > .search{
    display: flex;
    padding-left: 20px;
}

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

.main-nav > ul > .search .search-form{
    position: relative;
}

.main-nav > ul > .search .search-form input{
    width: 170px;
    border-radius: 20px;
    padding: 0 13px 0 13px;
}

.main-nav > ul > .search .search-form input::placeholder{
    color: #999999;
    font-size: 14px;
    font-family: 'Poppins-Regular';
    /* padding-left: 10px; */
}

.main-nav > ul > .search .search-form i{
    position: absolute;
    font-size: 16px;
    right: 15px;
    cursor: pointer;
}

.main-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 0 35px;
    transition: 0.5s;
    font-size: 20px;
    font-family: 'Poppins-Medium';
}

.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: "\f0d7";
    font-family: FontAwesome;
    padding-left: 10px;
}

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

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

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

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

/* Mobile Navigation */

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

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

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

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
    color: #454545;
    text-decoration: none;
}

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

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

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

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

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

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

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

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(40, 38, 70, 0.8);
    overflow: hidden;
    display: none;
}

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

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer{
    padding-top: 80px;
    padding-bottom: 60px;
    background-color: #F2F2F3;
    color: #FFF;
}

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

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

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

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

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

.footer .social{
    display: flex;
    margin-top: 70px;
    margin-bottom: 30px;
}

.footer .whatsapp img{
    width: 28px!important;
    margin-top: 2px;
    filter: grayscale(100%) brightness(60%);
    transition: all 0.5s;
}

.footer .whatsapp:hover img{
    filter: unset;
}

.footer .social-item{
    margin-right: 25px;
}

.footer .social-item i{
    color: #666666;
    font-size: 30px;
    transition: all 0.5s;
}

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

.footer .social a:hover img{
    filter: unset;
}

/* Main Footer */


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

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

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

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

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

.footer .footer-1 img{
    width: 265px;
    margin-bottom: 40px;
}

.footer .footer-1 ul li{
    float: left;
    padding: 0 35px 0 0;
    color: #858585;
    position: relative;
}

.footer .footer-1 ul li:after{
    content: '|';
    position: absolute;
    right: 15px;
    top: 2px;
}

.footer .footer-1 ul li:last-child:after{
    content: '';
}

.footer .footer-1 ul li:first-child{
    padding-left: 0;
}

.footer .footer-1 ul li a{
    color: #8D8D8D;
    font-family: 'Poppins-Regular';
    font-size: 18px;
}

.footer .footer-1 ul li a:hover{
    color: #202020;
}

.footer .footer-1 img{
    margin-bottom: 0;
    margin-bottom: 0;
}

.footer .footer-2{
    font-family: 'Poppins-Regular';
    font-size: 18px;
    color: #8D8D8D;
    flex: 0 0 40%;
    max-width: 40%;
}

.footer .footer-2 .contact-box{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 3px;
}

.footer .footer-2 .contact-box p{
    font-size: 18px;
    font-family: 'Poppins-Regular';
    line-height: 32px;
}

.footer .copyright{
    color: #202020;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
}

#footSearch{
    display: flex;
    margin-top: 12px;
    margin-bottom: 86px;
    position: relative;
    z-index: 0;
    justify-content: flex-end;
}

#footerEmail{
    height: 40px;
    line-height: 40px;
    padding-left: 1rem;
    font-size: 15px;
    border: none;
    font-family: 'poppins-regular',sans-serif;
    color: #8D8D8D;
    width: 100%;
}

#footerGoSearch{
    border: none;
    outline: none;
    background-color: var(--primary-color);
    color: #FFF;
    font-family:
    'poppins-regular',sans-serif;
    font-size: 15px;
    width: 34%;
    text-align: center;
}

.footer .footer-2 .wechat{
    position: relative;
}

.footer .footer-2 .wechat .qr-code{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 90px;
    height: 90px;
    line-height: 70px;
    padding: 10px;
    background-color: #FFF;
    top: -110px;
    left: -32px;
}

.footer .footer-2 .social .wechat .qr-code:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-top: 15px solid #FFF;
    top: 90px;
    left: 30px;
}

.footer .footer-2 .wechat .qr-code img{
    width: 100%;
    height: 100%;
}

.footer .footer-2 .wechat:hover .qr-code{
    opacity: 1;
    visibility: visible;
}


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

.banner.mobile{
    display: none;
}

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

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

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

.banner .text .title{
    color: #fff;
    font-size: 40px;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
}
/*--------------------------------------------------------------
# Index Carousel
--------------------------------------------------------------*/
.index-carousel{
    padding: 0;
}

.index-carousel .img{
    padding-bottom: 46.875%;
    height: 100vh;
}

.index-carousel .text{
    color: #fff;
    display: flex;
    align-items: center;
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
}

.index-carousel .text h5{
    font-size: 20px;
    font-family: 'Poppins-Bold';
}

.index-carousel .text h3{
    width: 800px;
    font-size: 50px;
    font-family: 'Poppins-Bold';
    line-height: 70px;
    text-transform: uppercase;
    margin: 30px 0 30px 0;
}

.index-carousel .text p{
    font-size: 20px;
    font-family: 'Poppins-Regular';
}

.index-carousel .text .btn{
    font-size: 18px;
    color: #fff;
    background-color: var(--primary-color);
    margin-top: 50px;
    padding: 13px 35px;
}


.index-carousel .index-carousel-next{
    right: 180px;
    margin-top: 90px;
}

.index-carousel .index-carousel-prev{
    left: unset;
    right: 180px;
}

.index-carousel .index-carousel-prev,.index-carousel .index-carousel-next{
    width: 70px;
    height: 70px;
    opacity: 0.3;
    top: 50%;
}

.index-carousel .index-carousel-prev:hover,.index-carousel .index-carousel-next:hover{
    opacity: 1;
    background-color: #fff;
}

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

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

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

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

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

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

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

.btn-prev:hover i,
.btn-next:hover i{
    color: #FFF;
}

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

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

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

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

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

.faq-list .answer{
    background-color: #FFF;
    padding: 10px 2rem;
    font-size: 15px;
}

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

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

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

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

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

    #placeholderBox{
        height: 70px;
    }

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

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

    .btn-prev{
        left: 30px;
    }

    .btn-next{
        right: 30px;
    }
    .main-nav li > a > i {
        display: none;
    }
}

@media (min-width: 992px) {

}

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

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

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

    #placeholderBox{
        height: 0;
    }

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

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

    .main-nav{
        display: block;
    }

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

    .mobile-nav{
        display: none;
    }

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

    .main-footer{
        display: block;
    }

    .mobile-footer{
        display: none;
    }

    .btn-prev{
        left: -135px;
    }

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

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

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

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

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

    #placeholderBox{
        height: 50px;
    }

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

    #header .logo img{
        display: flex;
        align-items: center;
        max-height: 28px;
    }

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

    .banner.mobile{
        display: block;
    }
}

.swiper-box{
    position: relative;
}

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

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

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

.index-strength .row{
    justify-content: space-between;
}

.index-strength .item{
    flex: 20%;
    max-width: 20%;
    display: flex;
    align-items: center;
}

.index-strength .item .text{
    margin-left: 15px;
}

.index-strength .item .text p{
    color: #fff;
    font-size: 25px;
    font-family: 'Poppins-Bold';
}

.index-strength .item .text h5{
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins-Regular';
}

.index-strength{
    padding-top: 30px;
    padding-bottom: 30px;
}

.index-about iframe{
    width: 100%;
    height: 500px;
    border-radius: 5px;
}

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

.index-about h5{
    font-size: 18px;
    color: #202020;
    letter-spacing: 3px;
}

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

.index-about .left{
    flex: 0 0 44%;
    max-width: 44%;
}

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

.index-about .right h3{
    margin: 15px 10px 25px 0;
    line-height: 55px;
}

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

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

.index-product{
    background-image: url('../images/product_bg.jpg');
    background-size: cover;
    padding-bottom: 0;
}

.index-product .section-title{
    width: 600px;
    margin: 0 auto;
    line-height: 55px;
}

.index-product .swiper{
    margin-top: 50px;
    padding-bottom: 70px;
}

.index-product .box{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.index-product .box .img img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.index-product .box .img{
    padding-bottom: 78.125%;
}

.index-product .box .text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 15px 20px 15px;
}

.index-product .box .text h4{
    font-size: 20px;
    font-family: 'Poppins-Bold';
    text-align: center;
}

.index-product .box .text p{
    color: #666666;
    font-size: 12px;
    font-family: 'Poppins-Regular';
    text-align: center;
    margin: 8px 0 7px 0;
    height: 36px;
    overflow: hidden;
}

.index-product .btn{
    font-size: 12px;
    margin-top: 5px;
    padding: 4px 10px;
    border: 1px solid var(--primary-color);
}

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

#index-product-prev,#index-product-next{
    top: 40%;
}

.index-solution .left h3{
    width: 500px;
    line-height: 55px;
    font-size: 40px;
    font-family: 'Poppins-Bold';
}

.index-solution .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-solution .right .btn{
    margin-top: 0;
    padding: 10px 35px;
}

.index-solution .row{
    margin-top: 30px;
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.solution-item{
    position: relative;
    margin-top: 25px;
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.solution-item .mask{
    position: absolute;
    top: 0;
    right: 12.5px;
    bottom: 0;
    left: 12.5px;
    opacity: 0;
    border-radius: 10px;
    transition: all 0.5s;
}

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

.solution-item:hover .mask{
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
}

.solution-item .mask img{
    position: absolute;
    top: 30px;
    right: 30px;
}

.solution-item .mask .title{
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 50px;
    font-size: 25px;
    font-family: 'Poppins-Bold';
    color: #fff;
}

.index-news{
    padding-top: 0;
}

.index-news .img{
    padding-bottom: 75%;
}

.index-news .row{
    padding-top: 25px;
}

.index-news .img-box{
    max-width: 160px;
    height: 100%;
}

.index-news .img-box img{
    border-radius: 10px;
}

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

.index-news .item{
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E5E5E5;
}

.index-news .item:last-child{
    border-bottom: unset;
    padding-bottom: 0;
    /* border-bottom: 1px solid #E5E5E5; */
}

.index-news .item:last-child .text{
    padding-top: 25px;
}

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

.index-news .text{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    left: 180px;
    bottom: 0;
    justify-content: center;
}

.index-news ul{
    display: flex;
    margin-bottom: 5px;
}

.index-news ul > li{
    margin-left: 15px;
}

.index-news ul > li span{
    font-size: 12px;
    margin-left: 5px;
}

.index-news ul > li:first-child{
    margin-left: 0;
}

.index-news .text .title{
    font-size: 19px;
    height: 68px;
    overflow: hidden;
    padding: 10px 0 0 0;
}

.index-news .left{
    flex: 0 0 40%;
    max-width: 40%;
}

.index-news .right{
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 195px;
    position: relative;
}

.index-news .right .img{
    border-radius: 30px;
}

.index-news .box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    position: absolute;
    top: 60px;
    bottom: 60px;
    right: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    background-color: #F5F3F2;
    padding: 0 40px 0 40px;
}

.index-news .right .title{
    font-size: 20px;
    margin: 15px 0 15px 0;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}

.index-news .intro{
    color: #666666;
    font-size: 12px;
    font-family: 'Poppins-Regular';
    line-height: 22px;
}

.index-news .right:hover .title{
    color: var(--primary-color);
}

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

#tool .item{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
    margin-bottom: 6px;
    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;
}

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

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

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

.product .filter .level-1 li{
    padding: 15px 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s;
}

.product .filter .level-1 li.active i::before{
    content: "\f107";
}

.product .filter .level-1 li a span{
    font-size: 15px;
    color: #202020;
    font-family: 'Poppins-Medium';
    transition: all 0.5s;
}

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

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

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

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

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

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

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

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

.product .list .item{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    padding-left: 0;
    padding-right: 0;
    margin-left: -12.5px;
    margin-right: -25px;
}
.product .list .item .title{
    color: #202020;
    font-size: 40px;
    margin-left: 12.5px;
    margin-right: 12.5px;
    margin-bottom: 30px;
}
.product .list .item .bt-line hr{
    margin-top: 70px;
    margin-bottom: 70px;
}
.product .list .item:last-child .bt-line hr{
    display: none;
}
.product .list .no-data{
    width: 100%;
    margin-top: 20px;
}
.product-item{
    padding-left: 22.5px;
    padding-right: 22.5px;
    margin-bottom: 50px;
}
.product-item .img{
    border: 1px solid #ECECEC;
    padding-bottom: 74.84%;
}
.product-item .text{
    height: 50px;
    margin-bottom: 0;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.product-item .text a{
    font-size: 17px;
    color: #202020;
    transition: all 0.2s;
}
.product-item:hover .more{
    text-decoration-color: var(--primary-color);
}
.product-item:hover .more a{
    color: var(--primary-color);
}
.product-item .more{
    font-size: 12px;
    font-family: 'Poppins-Medium';
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: #837e7e;
    margin-top: 15px;
}

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

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

.inquiry .container{
    padding: 0;
}

.inquiry .section-title{
    font-size: 40px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    margin-bottom: 18px;
    font-family: 'Poppins-Medium';
}

.inquiry .section-intro{
    width: 600px;
    margin: 0 auto;
    font-size: 15px;
    font-family: 'Poppins-Regular';
    color: rgb(255, 255, 255);
    margin-bottom: 60px;
}

.inquiry #inquiryForm .row{
    margin-left: -10px;
    margin-right: -10px;
}

.inquiry #inquiryForm .item .title{
    font-size: 17px;
    font-weight: 100;
    line-height: 1.333;
    text-align: left;
    margin-bottom: 10px;
}

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

.inquiry #inquiryForm .item{
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

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

.inquiry #inquiryForm .item input,.inquiry #inquiryForm .item textarea{
    height: 53px;
    border: unset;
    box-shadow: unset;
    background-color: #FFF;
    padding: 0 20px;
}

.inquiry #inquiryForm .item input:focus{
    box-shadow: unset;
}

.inquiry #inquiryForm .item input::placeholder{
    color: #c9c9c9;
}

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

.inquiry #inquiryForm .bottom{
    display: flex;
}

.inquiry #inquiryForm .bottom .left{
    width: 37%;
    flex: 0 0 37%;
    max-width: 37%;
    padding-left: unset;
    margin-top: 5px;
}

.inquiry #inquiryForm .bottom .left p{
    color: #999999;
}

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

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

.product-details .carousel-container{
    overflow-x: hidden;
    max-width: 100%;
    position: relative;
}

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

.product-details .title{
    font-size: 36px;
    color: rgb(32, 32, 32);
    margin-top: 12px;
    margin-bottom: 30px;
    line-height: 50px;
}

.product-details .subtitle{
    font-size: 20px;
    font-family: 'Poppins-Regular';
    color: rgb(136, 136, 136);
    margin-top: 2px;
}

.product-details .info-row .right .intro{
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height: 2;
    text-align: left;
    margin-bottom: 45px;
}

.details-carousel-next , .details-carousel-prev{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0,0.561);
    cursor: pointer;
    border-radius: unset;
    z-index: 99;
    transition: all 0.5s;
    box-shadow: unset;
}

.details-carousel-next i,
.details-carousel-prev i{
    color: #fff;
    font-size: 45px;
    position: absolute;
    top: 50%;
    opacity: 0.8;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
}

.details-carousel-prev{
    left: 0;
}

.details-carousel-next{
    right: 0;
}

.product-details .left{
    flex: 0 0 44%;
    max-width: 44%;
}

.product-details .right{
    flex: 0 0 56%;
    max-width: 56%;
    padding-left: 40px;
}

.product-details .right .intro {
    color: #666666;
    height: 216px;
    font-size: 15px;
    font-family: 'Poppins-regular';
    line-height: 30px;
    overflow-y: scroll;
    padding-right: 10px;
    margin-bottom: 30px;
}
.product-details .right .intro::-webkit-scrollbar{
    width: 4px;
}

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

.product-details .btn-group{
    display: flex;
}

.product-details .btn-group .item{
    padding: 11px 25px;
    background-color: #000000;
    margin-right: 15px;
}

.product-details .btn-group .item:first-child{
    background-color: #25D366;
}

.product-details .btn-group .item:last-child{
    background-color: var(--primary-color);
    margin-right: unset;
}

.product-details .btn-group .item:last-child i{
    font-size: 16px;
}

.product-details .btn-group .item a{
    color: #fff;
}

.product-details .btn-group .item i{
    position: relative;
    top: 2px;
    color: #fff;
    font-size: 20px;
    margin-right: 5px;
    margin-top: 0px;
}

.product-data{
    padding: 20px 0 18px 0;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
}

.product-data .row{
    display: flex;
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
}

.product-data .left{
    display: flex;
    align-items: center;
    margin-left: -32px;
    margin-right: -32px;
}

.product-data .left .item{
    font-size: 20px;
    cursor: pointer;
    padding-left: 32px;
    padding-right: 32px;
}

.product-data .left .item.active{
    color: var(--primary-color);
}

.product-data .right .btn{
    font-size: 15px;
    font-family: 'Poppins-Regular';
    margin-top: 0;
    color: #fff;
    border-radius: 0;
    padding: 8px 20px;
    background-color: var(--primary-color);
    cursor: pointer;
}

.product-data .right .btn img{
    margin-right: 5px;
}

.product-data .box{
    display: flex;
    justify-content: space-between;
}

.product-data-details{
    padding-top: 60px;
    padding-bottom: 70px;
}

.product-data-details h3{
    font-size: 38px;
    font-family: 'Poppins-Bold';
    margin-bottom: 50px;
}

.product-data-details .plate-item .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
}
.product-data-details .plate-item .left,.product-data-details .plate-item .right{
    width: 100%;
    flex: 0 0 48%;
    max-width: 48%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.product-data-details .plate-item span{
    color: #202020;
    font-size: 19px;
    font-family: 'Poppins-Regular';
}

.product-data-details .plate-item .left span:nth-child(2){
    color: #666666;
}

.product-data-details .plate-item:nth-child(3) h3{
    margin-bottom: 40px;
}

.product-data-details .plate-item .left:nth-child(1),.product-data-details .plate-item .left:nth-child(2){
    border-top: 1px solid #EEEEEE;
    padding-top: 20px;
}

.product-data-details .item{
    display: none;
}

.product-data-details .item.active{
    display: block;
}

.product-data-details iframe{
    width: 100%;
    height: 600px;
    padding: 0 150px;
    margin-top: 20px;
}

#related{
    margin-top: 50px;
}
#related .product-item{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
}

.about .row{
    align-items: center;
    margin-left: 0;
    margin-right: 0;
}

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

.about .left iframe{
    width: 100%;
    height: 700px;
}

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

.about .right h3{
    font-size: 38px;
    font-family: 'Poppins-Bold';
    line-height: 55px;
    margin-bottom: 30px;
}

.about .right .article{
    color: #666666;
    line-height: 30px;
    font-family: 'Poppins-Regular';
}

.about .right .article b{
    color: var(--primary-color);
    font-family: 'Poppins-Bold';
}

.certificate{
    padding-top: 70px;
    padding-bottom: 75px;
    background-color: #FAFAFA;
}
.certificate .section-title{
    margin-bottom: 60px;
}
.certificate .box {
    position: relative;
    margin-left: -55px;
    margin-right: -55px;
}
.certificate .box .swiper-wrapper .swiper-slide .img{
    padding-bottom: 150%;
}
.certificate .box .swiper-slide {
    transition: 300ms;
    transform: scale(0.58);
}

.certificate .box .swiper-slide.swiper-slide-prev,
.certificate .box .swiper-slide.swiper-slide-next{
    transform: scale(0.8);
}

.certificate .box .swiper-slide.swiper-slide-prev{
    transform-origin: left;
}

.certificate .box .swiper-slide.swiper-slide-next{
    transform-origin: right;
}

.certificate .box .swiper-slide-active,
.certificate .box .swiper-slide-duplicate-active{
    transform: scale(1);
}
.certificate .box .btn-prev{
    left: -75px;
}

.certificate .box .btn-next {
    right: -75px;
}

.envir .section-title{
    margin-bottom: 30px;
}

.envir .img {
    padding-bottom: 71.5%;
}

.envir #envir-flow .row{
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.envir #envir-flow .item {
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-top: 25px;
}

.envir #envir-flow .layui-flow-more {
    margin: 0;
    margin-top: 50px;
}

.envir #envir-flow .layui-flow-more .more-btn {
    color: var(--primary-color);
    border: unset;
    padding: 6px 36px;
    font-size: 15px;
    font-family: 'Poppins-Medium';
    border-radius: 30px;
    border: 2px solid var(--primary-color);
    background-color: #fff;
    transition: all 0.5s;
}

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

.solution{
    position: relative;
    font-size: 20px;
    padding-top: 0;
}

.solution a{
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solution .fa{
    display: flex;
    align-items: center;
    color: var(--primary-color);
    font-size: 22px;
    margin-right: 20px;
    width: 25px;
    height: 25px;
    align-self: center;
}

.solution .ico{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.solution .ico img{
    width: 22px;
    height: 100%;
}

.solution .container:first-child{
    height: 70px;
    line-height: 70px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #F8F8F8;
}

.solution .category-toggle{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    background-color: transparent;
    font-size: 25px;
}

.solution .category-toggle:after{
    content: '\f0c9';
    font-family: FontAwesome;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.solution .category-toggle.active:after{
    content: '\f00d';
}

.solution .category-switch hr{
    margin: 10px 0 15px 0;
}

.solution .toggle-nav{
    display: none;
    overflow: hidden;
    padding-bottom: 30px;
}

.solution .toggle-nav ul{
    list-style: none;
    padding: 0;
}

.solution .toggle-nav ul li{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 0 20px 0;
    cursor: pointer;
}

.solution .toggle-nav ul li.active{
    color: var(--primary-color);
}

.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: 180px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-right: unset;
}

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

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

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

.casedetail .other .other-box.news-box {
    border-top: 4px solid var(--primary-color);
    background-color: #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 30%;
    max-width: 30%;
    float: left;
    padding-left: 0;
}

.casedetail .other .example .col-3 .img {
    padding-bottom: 75%;
    border-radius: 15px;
}

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

.casedetail .other .example .col-7 .example-title {
    height: 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: 15px;
    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: 30px;
}

.casedetail .article p, .casedetail .article span{
    word-wrap: break-word;
}

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

.social-links {
    width: 345px;
    display: flex;
    flex-wrap: wrap;
    /* padding-top: 5rem; */
}

.social-links .social-item {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-top: 1rem;
    margin-right: 10px;
    transition: all 0.2s;
    border: 1px solid #f4f4f4;
    /* background-color: #f8f8f8; */
}

.social-links .social-item i {
    font-size: 24px;
    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: 24px;
    filter: grayscale(2) brightness(2);
}

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

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

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

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

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

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

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

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

#solution-flow{
    padding-top: 30px;
}

#solution-flow .layui-flow-more{
    margin: 0;
    padding-top: 50px;
}

#solution-flow .more-btn{
    font-size: 17px;
    padding: 5px 30px;
    border-radius: 30px;
    background-color: #fff;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

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

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

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

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

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

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

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

.news-item .img {
    border-radius: 15px;
}

.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;
    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 {
    font-size: 19px;
    height: 87px;
    overflow: hidden;
}

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

.news-item .text {
    margin-left: 0;
    /* margin-right: 20px; */
    margin-top: 0;
    border-radius: 5px;
    position: relative;
    /* padding: 20px; */
}

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

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

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

.news-item.article-item{
    padding-left: 22.5px;
    padding-right: 22.5px;
    margin-bottom: 80px;
}

.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{
    padding: 18px 2px 5px 2px;
}

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

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

.news .pagination{
    padding-top: 0;
}

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

.category-switch{
    padding-bottom: 0;
    background-color: #F8F8F8;
}

.category-switch .row{
    display: flex;
    justify-content: center;
}

.category-switch .menu{
    width: 22px;
    height: 22px;
    margin-right: 20px;
}

.category-switch .item{
    font-size: 18px;
    border: 2px solid var(--primary-color);
    margin-left: 20px;
    margin-right: 20px;
    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;
}

.news-switch{
    background-color: unset;
}

.contact .container{
    max-width: 1420px;
}

.contact .row{
    display: flex;
}

.contact iframe{
    width: 100%;
    height: 100%;
}

.contact .left{
    padding-left: 0;
    padding-right: 0;
}

.contact .right{
    display: flex;
    flex-direction: column;
    background-color: #333333;
    padding-top: 50px;
    padding-right: 55px;
    padding-bottom: 50px;
    padding-left: 55px;
}

.contact .right .section-title{
    color: #fff;
    font-family: 'Poppins-Medium';
}

.contact .contact-ul{
    color: #fff;
    padding: 35px 0;
}

.contact .contact-ul li{
    display: flex;
    position: relative;
    margin-bottom: 30px;
}

.contact .contact-ul li:last-child{
    margin-bottom: 0;
}

.contact .contact-ul img{
    position: absolute;
    left: 0;
    top: 0;
}

.contact .contact-ul h5{
    margin-bottom: 3px;
}

.contact .contact-ul .text{
    padding-left: 35px;
}

.contact .contact-ul .text p{
    line-height: 25px;
}

.contact .social-media{
    display: flex;
}

.contact .social-media li{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.contact .social-media li:last-child{
    margin-right: 0;
}

.contact .social-media li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #666666;
}

.contact .social-media li i{
    font-size: 22px;
    color: #fff;
}

.contact .social-media img{
    width: 24px;
    filter: grayscale(1) brightness(6);
}

.contact .social-media li:first-child img{
    width: 22px;
}

.contact .social-media a:hover{
    background-color: var(--primary-color);
    transition: all 0.5s;
}

.sitemap .site-map {
    width: 100%;
    border-bottom: 1px solid #DDD;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    align-items: center;
}
.sitemap .site-map .father {
    background-color: #ECECEC;
    padding: 10px;
    width: 130px;
    font-size: 18px;
    font-family: "Roboto Regular",sans-serif;
    text-align: center;
    transition: all 0.5s;
}
.sitemap .site-map .child {
    width: 143px;
    padding: 0 15px;
    font-size: 13px;
    text-align: center;
}
.sitemap .site-map .level-2{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

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

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

.casedetail.newsdetail .other{
    flex: 0 0 32%;
    max-width: 32%;
}
.casedetail.newsdetail .news-item{
    margin-bottom: 45px;
}

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

@media (max-width: 768px) {
    .footer{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer .footer-1 img{
        width: 180px;
        margin-bottom: 25px;
    }
    .footer .footer-1 ul li{
        padding: 0 24px 0 0;
    }
    .footer .footer-1 ul li a{
        font-size: 15px;
    }
    .footer .footer-1 ul li:after{
        right: 10px;
        top: 0px;
    }
    .footer .social-item i{
        font-size: 24px;
    }
    .footer .whatsapp img{
        width: 23px!important;
        margin-top: 2px;
    }
    .footer .footer-2{
        flex: 0 0 100%;
        max-width: 100%;
    }
    #footSearch{
        margin-top: 15px;
        margin-bottom: 20px;
    }
    #footSearch .search-form{
        padding-left: 0;
    }
    #footerSearchInput{
        height: 34px;
        line-height: 34px;
        font-size: 13px;
    }
    #footerGoSearch{
        width: 52%;
        font-size: 12px;
    }
    #footerEmail{
        font-size: 14px;
        padding-left: 10px;
        margin-right: 0;
        height: 33px;
    }
    .footer .footer-2 .contact-box p{
        font-size: 14px;
        text-wrap: wrap;
    }
    .footer .copyright{
        font-size: 16px;
        margin-top: 5px;
    }
    .footer .social{
        margin-top: 8px;
    }
    .footer .social-item img{
        margin-bottom: 0;
    }
    #header .logo img{
        filter: unset;
    }
    #tool{
        display: none;
    }
    .index-product .section-title{
        width: auto;
        line-height: 34px;
    }
    .index-solution .left h3{
        width: auto;
    }
    .index-news .left,.index-news .right{
        flex: 0 0 100%;
        max-width: 100%;
        /* display: none; */
    }
    .index-about .left,.index-about .right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .index-carousel .text h3{
        width: auto;
    }
    .solution-item{
        padding-left: 15px;
        padding-right: 15px;
    }
    .index-solution .row{
        margin-left: -15px;
        margin-right: -15px;
    }
    .index-about .right{
        padding-left: 15px;
    }
    .index-carousel .text{
        top: -30px;
    }
    .index-carousel .text h5{
        font-size: 14px;
    }
    .index-carousel .text h3{
        font-size: 25px;
        line-height: 38px;
        margin: 15px 0 10px 0;
    }
    .index-carousel .text p{
        font-size: 14px;
    }
    .index-carousel .text .btn{
        font-size: 13px;
        margin-top: 25px;
        padding: 6px 15px;
    }
    .index-carousel .index-carousel-prev, .index-carousel .index-carousel-next{
        width: 45px;
        height: 45px;
        opacity: 0.5;
        top: 75%;
    }
    .index-carousel .index-carousel-prev:hover, .index-carousel .index-carousel-next:hover{
        opacity: 1;
    }
    .index-carousel .index-carousel-prev{
        left: unset;
        right: 75px;
    }
    .index-carousel .index-carousel-next{
        left: unset;
        margin-top: 0;
        right: 15px;
    }
    #header{
        background-color: #fff;
        box-shadow: 0 0 5px 2px rgba(167, 167, 167, 0.5);
    }
    .index-carousel .img{
        padding-bottom: 130%;
    }
    .index-carousel .index-carousel-prev, .index-carousel .index-carousel-next{
        top: 81%;
    }
    .index-strength .row{
        display: flex;
        flex-wrap: wrap;
    }
    .index-strength .item{
        flex: 100%;
        max-width: 100%;
        margin-bottom: 40px;
        padding-left: 28px;
    }
    .index-strength .item:last-child{
        margin-bottom: 25px;
    }

    .index-strength .item img{
        width: 45px;
    }
    .index-about iframe{
        height: 230px;
    }
    .index-about h5{
        font-size: 15px;
        margin-top: 10px;
    }
    .index-about .right h3{
        font-size: 25px;
        line-height: 35px;
        margin: 15px 10px 14px 0;
    }
    .index-about .right p{
        font-size: 15px;
        line-height: 35px;
    }
    .index-strength .item .text p{
        font-size: 23px;
    }
    .btn{
        font-size: 14px;
        padding: 8px 17px;
    }
    .index-product .swiper{
        margin-top: 20px;
        padding-bottom: 40px;
    }
    #index-product-prev, #index-product-next{
        top: 30%;
    }
    .index-solution .left h3{
        width: 200px;
        font-size: 20px;
        line-height: 30px;
    }
    .index-solution .right .btn{
        font-size: 13px;
        padding: 7px 22px;
    }
    .index-solution .row{
        margin-top: 0;
    }
    .solution-item .mask{
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.8);
    }
    .solution-item .mask img{
        display: none;
    }
    .solution-item .mask .title{
        font-size: 19px;
        bottom: 32px;
    }
    .index-news .img-box{
        max-width: 100%;
    }
    .index-news .text{
        position: unset;
    }
    .index-news ul{
        margin-top: 10px;
        margin-left: 2px;
    }
    .index-news .text .title{
        font-size: 15px;
        height: 56px;
        padding: 5px 0 0 0;
        margin: 0 0 0 2px;
    }
    .index-news .row{
        padding-top: 0;
    }
    .index-news .item{
        padding-top: 30px;
    }
    .index-news .item:last-child .text{
        padding-top: 10px;
    }
    .index-news .right{
        padding-top: 25px;
        padding-right: 15px;
    }
    .index-news .box{
        width: 100%;
        position: unset;
        border-radius: unset;
        padding: 10px 20px 20px 20px;
    }
    .index-news .right .img{
        border-radius: unset;
    }
    .index-news .right .title{
        font-size: 17px;
        line-height: 25px;
        height: 75px;
        margin: 10px 0 10px 0;
    }
    .product .filter-outer{
        width: 100%;
        position: unset;
    }
    .product .list{
        width: 100%;
        padding-left: 0;
        margin-right: -15px;
        margin-top: 40px;
    }
    .banner .img{
        padding-bottom: 45%;
    }
    .banner .text .title{
        font-size: 25px;
    }
    .product .filter .title{
        font-size: 28px;
        padding: 0 0 15px 0;
    }
    .inquiry .section-intro{
        width: unset;
    }
    .inquiry #inquiryForm .bottom{
        display: flex;
        flex-wrap: wrap;
    }
    .inquiry #inquiryForm .bottom .right{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product .list{
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .product .list .item{
        margin-left: 0;
        margin-right: 0;
    }
    .product-item{
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .product-item:last-child{
        margin-bottom: 0;
    }
    .inquiry #inquiryForm .row{
        margin-left: 0;
        margin-right: 0;
    }
    .inquiry #inquiryForm .item{
        padding-left: 15px;
        padding-right: 15px;
    }
    .product .list{
        margin-top: 30px;
    }
    .product-item .text{
        margin-top: 10px;
    }
    .product-item .text a{
        font-size: 16px;
    }
    .product-item .more{
        margin-top: 10px;
    }
    .product-item:last-child{
        margin-bottom: 0;
    }
    .product .filter .level-1 li{
        padding: 10px 0 10px 0;
    }
    .pagination{
        padding-top: 10px;
    }
    .pagination a{
        width: 40px;
        height: 40px;
    }
    .inquiry{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .inquiry .section-title{
        font-size: 28px;
        margin-bottom: 5px;
    }
    .inquiry .section-intro{
        font-size: 13px;
        margin-bottom: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .inquiry #inquiryForm .item .title{
        font-size: 13px;
    }
    .inquiry #inquiryForm .item input,.inquiry #inquiryForm .item textarea{
        height: 40px;
        padding: 0 15px;
    }
    .inquiry #inquiryForm .item input::placeholder{
       font-size: 13px; 
    }
    .inquiry #inquiryForm .item textarea{
        height: 100px;
    }
    .inquiry #inquiryForm .bottom{
        display: block;
        flex-direction: column;
        flex-wrap: unset;
    }
    .inquiry #inquiryForm .bottom .left{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .inquiry #inquiryForm .bottom .right{
        text-align: left;
        padding-left: 0;
    }
    .inquiry #inquiryForm .bottom .right button{
        width: 100%;
        font-size: 15px;
        padding: 9px 100px;
    }
    .inquiry #inquiryForm .bottom .left p{
        font-size: 13px;
        margin-top: 13px;
        margin-left: 2px;
    }
    .inquiry #inquiryForm .item:nth-last-child(2){
        margin-bottom: 20px;
    }
    .product-details .row{
        flex-direction: column;
    }
    .product-details .left, .product-details .right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .details-carousel-next, .details-carousel-prev{
        width: 40px;
        height: 40px;
    }
    .details-carousel-next i, .details-carousel-prev i{
        font-size: 23px;
    }
    .product-details .right{
        padding-left: 15px;
    }
    .product-data .left{
        margin-left: 0;
        margin-right: 0;
    }
    .product-data .left .item{
        padding-left: 0;
        padding-right: 0;
    }
    .product-data .box{
        flex-direction: column;
    }
    .product-details .title{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .product-details .right .intro{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .product-details .btn-group .item{
        font-size: 14px;
        padding: 8px 14px;
    }
    .product-data .left{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .product-data .left .item{
        width: 100%;
        margin-bottom: 15px;
    }
    .product-data .right .btn{
        font-size: 13px;
        padding: 6px 14px;
    }
    .product-data-details{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .product-data-details h3{
        font-size: 28px;
        margin-bottom: 15px;
    }
    #related{
        margin-top: 20px;
    }
    #related-prev,#related-next{
        top: 40%;
    }
    .search-form{
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 10px;
    }
    .search-form input{
        padding: 0 0 0 10px;
        margin-right: 15px;
        height: 37px;
    }
    .search-form input::placeholder{
        font-size: 13px;
    }
    .search-form i{
        font-size: 20px;
        display: flex;
        align-items: center;
        color: #fff;
    }
    .mobile-nav{
        background-color: var(--primary-color);
    }
    .product-data{
        padding: 20px 0 25px 0;
    }
    .product-data-details .plate-item .item{
        margin-bottom: 0;
    }
    .product-data-details .plate-item .left, .product-data-details .plate-item .right{
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 20px;
    }
    .product-data-details .plate-item .left:nth-child(1), .product-data-details .plate-item .left:nth-child(2){
        border-top: unset;
        padding-top: 0;
    }
    .product-data .left .item{
        font-size: 18px;
    }
    .product-data-details .plate-item span{
        font-size: 17px;
    }
    .product-data-details h3{
        font-size: 25px;
    }
    .certificate .box{
        margin-left: 0;
        margin-right: 0;
    }
    .certificate .box .btn-next{
        right: 0;
    }
    .certificate .box .btn-prev{
        left: 0;
    }
    .about .left{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .about .left iframe{
        height: 220px;
    }
    .about .right{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .about .right h3{
        font-size: 22px;
        line-height: 35px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .certificate{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .certificate .box{
        padding-left: 50px;        
        padding-right: 50px;
    }
    .certificate .section-title{
        margin-bottom: 20px;
    }
    .envir .section-title{
        margin-bottom: 0;
    }
    .envir #envir-flow .layui-flow-more{
        margin-top: 30px;
    }
    .envir #envir-flow .layui-flow-more .more-btn{
        font-size: 13px;
        padding: 1px 20px;
    }
    .solution .category-switch p,.solution .toggle-nav ul li p{
        font-size: 16px;
    }
    .solution .container:first-child{
        height: 50px;
        line-height: 55px;
    }
    .solution .category-toggle{
        top: 10px;
        width: 30px;
        height: 30px;
    }
    .solution .category-toggle{
        top: 5px;
        font-size: 22px;
    }
    .solution .toggle-nav ul li{
        padding: 10px 0 15px 0;
    }
    .solution .category-switch hr{
        margin: 10px 0 10px 0;
    }
    .solution .ico{
        width: 22px;
        height: 22px;
    }
    .category-switch .menu{
        width: 20px;
        height: 20px;
    }
    #solution-flow{
        padding-top: 10px;
    }
    .casedetail{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .casedetail .left{
        padding-right: 0;
    }
    .casedetail .left .title{
        font-size: 35px;
    }
    .casedetail .other{
        flex: 0 0 100%;
        max-width: 100%;
        position: unset;
        padding-left: 0;
        padding-top: 30px;
    }
    .solution-detail .social-links{
        width: auto;
    }
    .casedetail .other .other-box.news-box{
        padding: 28px 25px 35px 25px;
    }
    .casedetail .info-ul li:last-child{
        margin-bottom: 18px;
    }
    .related-products{
        padding-top: 10px;
    }
    .news{
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .news .row{
        margin-left: -15px;
        margin-right: -15px;
    }
    .news-item.article-item{
        padding-left: 15px;
        padding-right: 15px;
    }
    .category-switch .item{
        font-size: 13px;
        margin-bottom: 15px;
        padding: 8px 18px 7px 18px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .news-item.article-item{
        margin-bottom: 30px;
    }
    .news-item.article-item .info{
        padding: 13px 2px 0px 2px;
    }
    .news-item .title{
        font-size: 16px;
        height: 75px;
    }
    .casedetail.newsdetail .left,.casedetail.newsdetail .right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .casedetail .left .title{
        font-size: 28px;
        line-height: 40px;
    }
    .casedetail.newsdetail .other{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .casedetail.newsdetail .news-item{
        margin-bottom: 20px;
    }
    .casedetail .other hr{
        margin-top: 20px;
    }
    .casedetail .other .title{
        margin-bottom: 10px;
    }
    .casedetail .news-item .info{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .casedetail .news-item .info li{
        padding-right: 0;
    }
    .casedetail.newsdetail .other .other-box.news-box{
        padding: 25px 35px 40px 30px;
    }
    .casedetail .other .example .col-7 .example-title a{
        font-size: 14px;
    }
    .contact{
        padding-top: 0;
        padding-bottom: 0;
    }
    .contact .left iframe{
        height: 250px;
    }
    .contact .right{
        padding-top: 25px;
        padding-right: 25px;
        padding-bottom: 30px;
        padding-left: 25px;
    }
    .contact .contact-ul{
        padding: 30px 0;
    }
    .contact .contact-ul .text p{
        font-size: 14px;
    }
    .contact .contact-ul li{
        margin-bottom: 25px;
    }
    .contact .social-media{
        flex-wrap: wrap;
    }
    .contact .social-media li{
        width: 37px;
        height: 37px;
        margin-bottom: 5px;
    }
    .contact .social-media img{
        width: 20px;
    }
    .contact .social-media li:first-child img{
        width: 18px;
    }
    .contact .social-media li i{
        font-size: 17px;
    }
    .mobile-nav a > i{
        display: none;
    }
    .mobile-nav .drop-down > a > i {
        width: 50px;
        height: 43px;
        text-align: right;
        display: inline-block;
        padding-left: 10px;
        position: absolute;
        padding-right: 15px;
        right: 0;
        top: 13px;
        font-size: 14px;
    }
    .mobile-nav .active.drop-down > a:after {
        content: unset;
    }
    #solution-flow .layui-flow-more{
        padding-top: 30px;
    }
    #solution-flow .more-btn{
        font-size: 13px;
        padding: 1px 20px;
    }
    .news-item.article-item{
        margin-bottom: 30px;
    }
    .no-data{
        font-size: 14px;
    }
    .search-list .product-item{
        padding-left: 15px;
        padding-right: 15px;
    }
    .index-carousel .img{
        height: unset;
    }
    .product-data-details iframe{
        height: 255px;
        margin-top: 10px;
        padding: 0;
    }
    .product-details .btn-group{
        flex-wrap: wrap;
    }
    .product-details .btn-group .item:last-child{
        margin-top: 10px;
    }
}

@media (min-width: 1024px) and (max-width: 1600px) {
    #header .logo img{
        max-height: 43px;
    }
    #header .container{
        width: 1200px;
    }
    .main-nav a{
        font-size: 18px;
        padding: 0 22px;
    }
    .main-nav > ul > .search .search-form input{
        width: 150px;
    }
    .container{
        width: 1200px;
    }
    .index-carousel .text h3{
        font-size: 45px;
        line-height: 55px;
    }
    .index-carousel .text .btn{
        font-size: 16px;
        padding: 12px 30px;
    }
    .index-carousel .text h5{
        font-size: 18px;
    }
    .index-carousel .index-carousel-prev, .index-carousel .index-carousel-next{
        width: 60px;
        height: 60px;
    }
    .index-carousel .index-carousel-prev,.index-carousel .index-carousel-next{
        right: 100px;
    }
    .index-strength .item .text h5{
        font-size: 12px;
    }
    .index-about h3{
        font-size: 35px;
        line-height: 49px!important;
    }
    .index-about .right p{
        font-size: 17px;
        line-height: 37px;
    }
    .index-about .right h3{
        margin: 15px 10px 20px 0;
    }
    .index-product{
        padding-top: 60px;
    }
    .btn{
        font-size: 15px;
    }
    .section-title{
        font-size: 35px;
        line-height: 50px!important;
    }
    #footerGoSearch{
        width: 45%;
    }
    .btn-prev{
        left: -80px;
    }
    .btn-next{
        right: -80px;
    }
    .index-solution .left h3{
        font-size: 35px;
        line-height: 50px;
    }
    .index-news .text .title{
        font-size: 17px;
        padding: 10px 0 0 0;
    }
    .product-details .title{
        font-size: 35px;
    }
    .about .right h3{
        font-size: 35px;
        line-height: 50px;
    }
    .about .right{
        padding-right: 110px;
    }
    section{
        padding-top: 55px;
    }
    .news-item .title{
        font-size: 17px;
        height: 79px;
    }
    .news-item.article-item{
        margin-bottom: 70px;
    }
    .category-switch .item{
        font-size: 17px;
    }
    .banner .text .title{
        font-size: 37px;
    }
    .product-data-details h3{
        font-size: 35px;
    }
    .product .filter .title{
        font-size: 28px;
    }
    .product-item .text a{
        font-size: 16px;
    }
    .product-item{
        padding-left: 17.5px;
        padding-right: 17.5px;
    }
    #footSearch{
        margin-bottom: 70px;
    }
    .footer .footer-1 ul li a{
        font-size: 17px;
    }
    .footer .footer-2 .contact-box p{
        font-size: 17px;
    }
    .inquiry{
        padding-top: 65px;
    }
    .inquiry .section-intro{
        margin-bottom: 50px;
    }
    .inquiry #inquiryForm .item .title{
        font-size: 16px;
    }
    .inquiry .container{
        width: 1170px;
    }
    .certificate .box{
        margin-left: 0;
        margin-right: 0;
    }
}

