@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: 'Roboto-Light';
  src: url('../font/ROBOTO-LIGHT.TTF');
}
/*--------------------------------------------------------------
    General
--------------------------------------------------------------*/
:root{
    --primary-color: #1ea6ff;
    --secondary-color: #D02127; 
}

body {
    background: #FFF;
    font-size: 15px;
    font-family: 'Roboto-Light';
}

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

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

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


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

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

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

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

.swiper-container{
    position: relative;
}

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

.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;
    transition: all 0.5s;
}

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

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

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

body{
    color: revert;
}

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

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

.article p {
    margin: 5px 0;
}

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

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

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

.article li{
    list-style: unset;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article li {
    clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header{
    background-color: #fff;
    z-index: 99;
    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.2);
}

#header::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 97;
}

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

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

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

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

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

.main-nav li:last-child a{
    padding: 0 0 0 40px;
}

.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-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: #8dc2fa;
    text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer{
    padding-top: 30px;
    padding-bottom: 30px;
    /* background-color: var(--primary-color); */
    background-image: linear-gradient(#319bdf, #5fc0fe);
    color: #FFF;
}

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

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

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

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

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

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

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

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

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

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

.banner.mobile{
    display: none;
}

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

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

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

.index-carousel .img{
    padding-bottom: 33.85%;
}

.index-carousel .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    margin: 0 7px!important;
    background-color: var(--primary-color);
    opacity: 0.5;
}

.index-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
}

.index-carousel .swiper-pagination{
    bottom: 30px;
}

.btn{
    color: #fff;
    font-size: 16px;
    background-color: #999999;
    border-radius: 45px;
    padding: 6px 23px;
    margin-top: 40px;
}

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

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

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

    .section-intro{
        font-size: 15px;
        line-height: 26px;
        margin-top: 40px;
    }

    #placeholderBox{
        height: 110px;
    }

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

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

    .main-nav{
        display: block;
    }

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

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

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

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

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

    #placeholderBox{
        height: 50px;
    }

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

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

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

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

    .btn-prev{
        left: 15px;
    }

    .btn-next{
        right: 15px;
    }

    .btn-prev i,
    .btn-next i{
        font-size: 15px;
    }

    .banner{
        display: none;
    }

    .banner.mobile{
        display: block;
    }

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

    .mobile-nav li > a > i {
        display: none;
    }
    .mobile-nav .drop-down > a > i {
        width: 50px;
        height: 43px;
        text-align: right;
        display: inline-block;
        padding-left: 10px;
        position: absolute;
        padding-right: 15px;
        right: 0;
        top: 13px;
        font-size: 14px;
    }
}

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

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

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

.index-about .img-group{
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.index-about .img-group .item{
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.index-about .img-group .item img{
    width: 100%;
}

.index-hot{
    background-color: #F3F3F3;
}

.index-hot .row{
    padding: 50px 60px 0 60px;
}

.index-hot .item{
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-top: 15px;
}

.index-hot .item .img img{
    transition: all 0.5s;
}

.index-hot .item:nth-child(1) .box,
.index-hot .item:nth-child(3) .box{
    background-color: #ececec;
}

.index-hot .item:nth-child(2) .box{
    background-color: #ffbea7;
}

.index-hot .item:nth-child(4) .box{
    background-color: #ffd1a7;
}

.index-hot .item:nth-child(5) .box{
    background-color: #b0edff;
}

.index-hot .item:nth-child(6) .box{
    background-color: #ffd0d4;
}

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

.index-hot .item .box .text h3{
    font-size: 35px;
    margin-bottom: 5px;
    text-align: center;
}

.index-hot .item .box .text h5{
    padding: 0 15px;
    text-align: center;
}

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

.index-hot .item .box:hover .img img{
    transform: scale(1.1);
}

.index-factory{
    background-image: url('../images/factory-bg.jpg');
    background-size: 100% 100%;
}

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

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

.index-factory .img-group{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}

.index-factory .img-group .img{
    box-shadow: 0.25rem 0.25rem 0.5rem #ababab;
}

.index-factory .item{
    width: 50%;
}

.index-factory .item:nth-child(1) .img{
    margin-left: 33%;
}

.index-factory .item:nth-child(2){
    margin-top: 25%;
}

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

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

.index-news .item{
    padding-left: 0;
    padding-right: 0;
}

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

.index-news .item .text{
    padding: 20px 20px 30px 20px;
}

.index-news .item .text h3,
.index-news .item .text p{
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-news .item .text h3{
    font-size: 29px;
    margin-bottom: 5px;
    -webkit-line-clamp: 1;
}

.index-news .item .text p{
    font-size: 15px;
    line-height: 20px;
    -webkit-line-clamp: 2;
}

.index-news .item:nth-child(1){
    background-color: #ababab;
}

.index-news .item:nth-child(2){
    background-color: #999999;
}

.footer .item-1{
    flex: 0 0 27%;
    max-width: 27%;
}

.footer .item-1 li{
    margin-top: 10px;
}

.footer .item-1 hr{
    width: 100px;
    height: 2px;
    background-color: #FFF;
    margin-bottom: 20px;
}

.footer .item-1 li{
    display: flex;
}

.footer .item-1 li:last-child{
    display: inline-block;
    line-height: 24px;
}

.footer .item-1 h4{
    font-weight: bold;
}

.footer .item-1 .info{
    display: flex;
    gap: 5px;
    margin-left: 5px;
}

.footer .item-1 li a{
    color: #fff;
    font-size: 15px;
}

.footer .item-2{
    flex: 0 0 16%;
    max-width: 16%;
    margin: 0 auto;
    text-align: right;
}

.footer .item-2 li{
    margin-bottom: 18px;
}

.footer .item-2 li a{
    color: #fff;
    font-size: 30px;
    line-height: 26px;
    text-transform: uppercase;
}

.footer .footerForm .form-item {
    padding-left: 0;
    padding-right: 0;
}

.footer .footerForm .form-item input,.footer .footerForm .form-item textarea{
    border: unset;
}

.footer .footerForm .form-item .form-control {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 4px;
    background-color: unset;
    font-size: 15px;
    font-family: 'Muller';
    margin-bottom: 8px;
    border-bottom: 2px solid #fff;
    border-radius: unset;
}

.footer .footerForm .form-item .form-control::placeholder {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.footer .footerForm .form-item .form-control:focus {
    box-shadow: unset;
}

.footer .footerForm .form-item textarea{
    height: 80px;
    padding-top: 3px;
}

.footer .footerForm .form-item:first-child .form-control{
    padding-top: 0;
}

.footer .footerForm .form-item:last-child{
    margin-top: 13px;
}

.footer .footerForm .form-item .send-btn{
    padding: 10px 0;    
    text-align: center;
    background-color: var(--primary-color);
    margin-top: 5px;
    cursor: pointer;
}

.footer .footer-line{
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin-top: 40px;
}

.footer .row:last-child{
    align-items: center;
    margin-top: 30px;
}

.footer .row:last-child .left{
    text-transform: uppercase;
}

.footer .row:last-child .left h3{
    font-size: 20px;
}

.social-media{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

.social-media .item img{
    height: 26px;
    object-fit: contain;
}

.social-media .item.item:nth-child(2) img{
    height: 22px;
}

.social-media .item.item:nth-child(3) img{
    height: 22px;
}

.social-media .item:last-child img{
    height: 22px;
}

header .logo,
header .main-nav{
    z-index: 98;
}

header .nav-products {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #fff;
    top: -22rem;
    transition: top 0.5s;
}

header .nav-products .main{
    max-width: 1200px;
    margin: 0 auto;
}

header .nav-products.show{
    top: 110px;
}

header .nav-products .swiper-slide a{
    color: #33333380;
}

header .nav-products .swiper-slide .img-box{
    width: 75%;
    margin: 10px auto 0 auto;
}

header .nav-products .swiper-slide .img-box .img{
    padding-bottom: 100%;
}

header .nav-products .swiper-slide h5{
    font-size: 20px;
    text-align: center;
    margin: 15px 0 25px 0;
}

header .nav-products .swiper-button-prev,
header .nav-products .swiper-button-next{
    z-index: 20;
}

header .nav-products .swiper-button-prev::after,
header .nav-products .swiper-button-next::after{
    font-size: 25px;
}


.product{
    background-color: #FAFAFA;
}

.product.product-search{
    padding-bottom: 80px;
}

.product .container{
    /* max-width: 1400px;  */
}

.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: sticky;
    top: 150px;
    width: 24%;
    height: 100%;
    padding: 0 15px;
}
.product .filter{
    display: block;
}

.product .level-1{
    margin-top: 0;
}
.product .list {
    width: 76%;
    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;
    margin-left: 30px;
    margin-bottom: 30px;
    line-height: 30px;
}
.product .filter .title{
    font-size: 30px;
    padding: 0;
}

.product .filter .plate-title{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 13px 15px 12px 20px;
    background-color: var(--primary-color);
}

.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.active{
    background-color: var(--primary-color);
}

.product .filter .level-1 > li{
    border-bottom: 1px solid #EEEEEE;
}

.product .filter .level-1 li{
    padding: 15px 15px 15px 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;
    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: 23px;
    cursor: pointer;
    transition: all .5s;
}

.product .filter .parent-li i:before{
    content: '+';
}

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

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

.product .filter .parent-li.active i:before{
    content: "-";
    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 .list .item{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
}

.products-item .box{
    background-color: #fff;
}

.products-item .box .text{
    padding: 20px 30px 20px 30px;
}

.products-item .box span{
    color: #cc3333;
    font-size: 17px;
    border-bottom: 1px solid #cc3333;
}

.products-item .box p{
    color: #999999;
    font-size: 17px;
    margin-top: 6px;
}

.products-item .box h3{
    font-size: 21px;
    margin-top: 10px;
    overflow: hidden;
}

.products-item:hover .img img{
    transform: scale(1.06);
}

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

.product-details{
    padding-top: 50px;
}

.product-details .swiper{
    padding-bottom: 45px;
}

.product-details .swiper-slide{
    display: flex;
    justify-content: center;
}

.product-details .swiper-button-prev,
.product-details .swiper-button-next{
    color: #ccc;
    transform: translateY(-50%);
}

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

.product-details .right{
    flex: 0 0 63%;
    max-width: 63%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 12%;
}

.product-details .right h3{
    color: #000;
    font-size: 25px;
    padding: 0 0 15px 0;
}

.product-details .right p{
    font-size: 20px;
    margin-bottom: 10px;
}

.product-details .right ul > li{
    color: #333;
    position: relative;
    padding-left: 20px;
    margin-top: 22px;
}

.product-details .right ul > li::before{
    content: '';
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    color: rgb(51, 51, 51);
    background-color: #333333;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.product-details .swiper-pagination .swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    margin: 0 7px;
}

.product-details .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #000000;
}

.products-article{
    padding-top: 0;
    padding-bottom: 0;
}

.products-article .plate-item{
    margin-bottom: 70px;
}

.products-article .plate-item:last-child{
    margin-bottom: 0;
}

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

.products-article .plate-item h3,
.products-related h3{
    color: #333;
    font-size: 48px;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.products-related a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.products-related .item{
    /* flex: 0 0 20%;
    max-width: 20%; */
}

.products-related .text{
    width: 100%;
    overflow: hidden;
}

.products-related .text h5{
    color: #333;
    font-size: 18px;
    margin-top: 8px;
}

.products-related .text p{
    color: #333;
    font-size: 20px;
    margin-top: 10px;
}

.products-related .text h5,
.products-related .text p{
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-related .btn{
    font-size: 15px;
    color: #fff;
    background-color: #999999;
    padding: 3px 15px;
    margin: 20px auto 0 auto;
    transition: all 0.5s;
}

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

.products-related .swiper-button-prev{
    left: -40px;
}
.products-related .swiper-button-next{
    right: -40px;
}

.products-maylike{
    padding-bottom: 80px;
}

/* .products-related .swiper-button-prev{
    left: -30px;
}
.products-related .swiper-button-next{
    right: -30px;
} */

.service .item{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

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

.service .item .left{
    flex: 0 0 47.5%;
    max-width: 47.5%;
}

.service .item .right{
    flex: 0 0 52.5%;
    max-width: 53%;
    padding-left: 10%;
}

.service .item .right h3{
    color: #333;
    font-size: 40px;
}

.service .item .right p{
    color: #333;
    font-size: 20px;
    margin-top: 30px;
    line-height: 30px;
}

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

.service .item:nth-child(even) .right{
    padding-left: 15px;
    padding-right: 10%;
}

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

.news{
    background-color: #f6f6f6;
}

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

.news .item{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    transition: all 0.5s;
}

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

.news .item .text{
    padding: 10px;
    background-color: #fff;
    overflow: hidden;
    transition: all 0.5s;
}

.news .item .text h3{
    font-size: 20px;
    color: #333333;
    margin: 5px 0 12px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .item .text p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color: #999999;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.news .item .text span{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    font-size: 14px;
    margin-top: 20px;
}

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

.news .item:hover .text h3,
.news .item:hover .text p,
.news .item:hover .text span{
    color: #fff;
}

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

.news-details h3,
.news-details h5{
    text-align: center;
}

.news-details h3{
    font-size: 30px;
    color: #333;
}

.news-details h5{
    color: #333;
    font-size: 18px;
    margin-top: 20px;
}

.news-details .article{
    margin-top: 40px;
}

.story-banner{
    padding-top: 0;
    padding-bottom: 50px;
}

.story-banner .img{
    padding-bottom: 57.26%;
}

.about{
    padding: 0;
}

.about h3{
    color: #333;
    font-size: 50px;
}

.about p{
    color: #333;
    font-size: 20px;
    margin-top: 40px;
    line-height: 35px;
}

.about-cert .swiper{
    padding: 60px 20px 40px 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.about-cert .box{
    box-shadow: 0rem 0rem 0.5rem #adadad;
    transition: all 0.3s ease;
}

.about-cert .box .img{
    padding-bottom: 142%;
}

.about-cert .box .img img{
    width: 100%;
}

.about-cert .box:hover{
    transform: scale(1.05);
}

.about-cert .title-box{
    display: flex;
    justify-content: center;
}

.about-cert .title-box h3{
    display: inline-block;
    color: #333;
    font-size: 50px;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    margin: 0 auto;
}

@media (max-width: 768px) {
    #header{
        display: flex;
        align-items: center;
    }
    #header .logo img{
        max-height: 30px;
    }
    .index-carousel .img{
        padding-bottom: 75%;
    }
    .index-carousel .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }
    .index-carousel .swiper-pagination{
        bottom: 20px;
    }
    .index-about{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .index-about .row{
        display: block;
    }
    .index-about .section-intro,
    .index-about .section-intro{
        line-height: 26px;
    }
    .index-about .section-title,
    .index-factory .section-title{
        margin-bottom: 10px;
    }
    .index-about .left{
        margin-bottom: 15px;
    }
    .index-about .left,.index-about .right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .index-about .right{
        padding-left: 5px;
        padding-right: 5px;
    }
    .index-about .btn,
    .index-factory .btn{
        font-size: 15px;
        margin-top: 20px;
        padding: 5px 22px;
    }
    .index-hot .row{
        padding-top: 0;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 30px;
    }
    .index-hot .item{
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .index-hot .item .box .text h3{
        font-size: 24px;
    }
    .index-hot .item .box .text{
        left: 10px;
        right: 10px;
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.4)
    }
    .index-factory .img-group{
        margin-top: 30px;
    }
    .index-factory .item:nth-child(1) .img{
        margin-left: 7%;
    }
    .index-factory .item:nth-child(2) .img{
        margin-left: -10%;
    }
    .index-news{
        padding-top: 30px;
    }
    .index-news .row{
        margin-top: 20px;
    }
    .index-news .item .text h3{
        font-size: 22px;
    }
    .index-news .item .text{
        padding: 15px 15px 20px 15px;
    }
    .mobile-footer{
        padding-bottom: 30px;
    }
    .mobile-footer .panel-heading .panel-title{
        font-size: 22px;
        color: #fff;
    }
    .mobile-footer .panel-body a{
        font-size: 16px;
        color: #fff;
    }
    .mobile-footer .panel-body li{
        margin-bottom: 15px;
    }
    .mobile-footer .panel-body li b{
        font-size: 16px;
    }
    .mobile-footer .panel-body li .info{
        margin-top: 5px;
    }
    .footer .footerForm .form-item .send-btn{
        margin-top: 15px;
    }
    .mobile-footer #footerForm{
        margin-top: 7px;
    }
    .mobile-footer h3{
        font-size: 18px;
        margin-top: 18px;
    }
    .social-media{
        gap: 20px;
        justify-content: unset;
        margin: 11px 0 20px 0;
    }
    .social-media .item img{
        height: 24px;
    }
    .social-media .item.item:nth-child(2) img{
        height: 20px;
    }
    .social-media .item:last-child img{
        height: 20px;
    }
    .product .row{
        display: block;
    }
    .product .filter-outer{
        width: 100%;
        position: unset;
    }
    .product .list{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 10px;
    }
    .product .filter .plate-title{
        font-size: 22px;
        padding: 11px 15px 10px 20px;
    }
    .product .filter .level-1 li{
        padding: 13px 15px 13px 20px;
    }
    .product .filter .level-1 li span{
        font-size: 17px;
    }
    .product .products-item{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .products-item .box h3{
        margin-top: 5px;
    }
    .pagination{
        padding-top: 20px;
    }
    .product-details .left,
    .product-details .right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product-details .right{
        padding-left: 15px;
        margin-top: 20px;
    }
    .product-details .swiper-button-prev:after, 
    .product-details .swiper-button-next:after{
        font-size: 35px;
    }
    .products-article .plate-item h3, .products-related h3{
        font-size: 27px;
        margin-bottom: 20px;
    }
    .products-related .swiper-button-prev{
        left: 0!important;
    }
    .products-related .swiper-button-next{
        right: 0!important;
    }
    .product-related .swiper-button-prev:after, 
    .product-related .swiper-button-next:after{
        font-size: 20px!important;
    }
    .product-details .right h3{
        font-size: 24px;
        padding: 0 0 10px 0;
    }
    .product-details .right ul > li{
        margin-top: 15px;
    }
    .product-details .right p{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .product-details .right ul > li::before{
        width: 10px;
        height: 10px;
    }
    .products-article .plate-item:first-child{
        margin-top: 20px;
    }
    .products-article .plate-item{
        margin-bottom: 40px;
    }
    .products-related{
        padding-top: 40px;
    }
    .products-related .swiper-button-prev::after,
    .products-related .swiper-button-next::after{
        font-size: 30px;
    }
    .products-related .text h5{
        font-size: 17px;
    }
    .products-related .text p{
        font-size: 19px;
    }
    .products-related .btn{
        font-size: 14px;
        margin: 15px auto 0 auto;
    }
    .products-maylike{
        padding-bottom: 60px;
    }
    .service .item{
        display: block;
        margin-bottom: 30px;
    }
    .service .item .left,
    .service .item .right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .service .item .right{
        padding-left: 15px;
    }
    .service .item .right h3{
        font-size: 23px;
        margin-top: 15px;
    }
    .service .item .right p{
        font-size: 15px;
        margin-top: 7px;
        line-height: 26px;
    }
    .news-details h3{
        font-size: 27px;
    }
    .story-banner{
        padding-bottom: 25px;
    }
    .about h3{
        font-size: 30px;
    }
    .about p{
        font-size: 16px;
        margin-top: 15px;
        line-height: 32px;
    }
    .about-cert{
        padding-top: 10px;
    }
    .about-cert .title-box h3{
        font-size: 30px;
    }
    .about-cert .swiper{
        padding: unset;
        margin-left: 0;
        margin-right: 0;
        margin-top: 30px;
    }
    .mobile-nav a{
        font-size: 20px;
    }
}

@media (min-width: 1024px) and (max-width: 1600px) {
    .main-nav a{
        font-size: 18px;
        padding: 0 35px;
    }
    .index-carousel .swiper-pagination-bullet{
        width: 13px;
        height: 13px;
    }
    .section-title{
        font-size: 45px;
    }
    .index-news .item .text h3{
        font-size: 26px;
    }
    header .nav-products .swiper-slide h5{
        font-size: 18px;
    }
    .products-article .plate-item h3, .products-related h3{
        font-size: 40px;
    }
    .about h3{
        font-size: 45px;
    }
    .about p{
        font-size: 18px;
        margin-top: 34px;
    }
    .service .item .right h3{
        font-size: 36px;
    }
    .service .item .right p{
        font-size: 18px;
    }
    .about-cert .title-box h3{
        font-size: 45px;
    }
}