@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-medium';
    src: url('../../font/POPPINS-MEDIUM.TTF');
}

@font-face {
    font-family: 'poppins-light';
    src: url('../../font/POPPINS-LIGHT.TTF');
}

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

body {
    background: #FFF;
    font-size: 18px;
}

a {
    color: #bfbfbf;
    transition: all 0.2s;
}

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

section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

blockquote {
    border-left: unset;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1530px;
    }

    .related_container {
        max-width: 1786px;
        margin: 0 auto;
    }
}

.theme-color {
    color: var(--primary-color)
}

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

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

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

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

.img {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    object-fit: cover;
}

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

.img-contain{
    object-fit: contain;
}

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

.prev-btn,
.next-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    box-shadow: 0 0 2px 2px rgba(201, 201, 201, 0.5);
    background-color: #fff;
    transform: translateY(-50%);
    transition: all 0.3s;
    color: #000;
}

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

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

.prev-btn {
    top: 50%;
    left: 0;
}

.next-btn {
    top: 50%;
    right: 0;
}

.more-btn {
    font-size: 20px;
    color: #FFF;
    padding: 8px 20px;
    border: none;
    border-radius: 5px;
}

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

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

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}
/*--------------------------------------------------------------
# Hot Products
--------------------------------------------------------------*/
.hot-products {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.hot-products .container{
    width: 100%;
}
.hot-products .box{
    display: flex;
    padding: 20px 30px;
    margin-bottom: 80px;
    background: url('../images/web3_bg.png');
    background-repeat: no-repeat;
    background-position-y: bottom;
}
.hot-products .box:last-child{
    margin-bottom: unset;
}
.hot-products .box .left{
    width: 35%;
    padding-right: 75px;
}
.hot-products .box .left .img{
    padding-bottom: 100%;
}
.hot-products .box .left .img img{
    object-fit: contain;
}
.hot-products .box .right{
    width: 65%;
    margin-top: 60px;
}
.hot-products .box .right .img{
    padding-bottom: 66.66%;
}
.hot-products .box .right .text{
    color: #fff;
}
.hot-products .box .right .text > div{
    padding: 0 20px;
}
.hot-products .box .right .swiper .swiper-wrapper .swiper-slide img{
    object-fit: cover;
    border-radius: 15px;
}
.hot-products .bottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 50px;
}
.hot-products .bottom .title{
    color: #fff;
    margin-right: 130px;
}
.hot-products .prev-btn i{
    left: 48%;
}
.hot-products .next-btn i{
    left: 52%;
}
.hot-products .prev-btn,.hot-products .next-btn{
    width: 45px;
    height: 45px;
    color: var(--primary-color);
    box-shadow: unset;
}
.hot-products .prev-btn i,.hot-products .next-btn i{
    font-size: 40px;
}
.hot-products .prev-btn:hover{
    color: #fff;
}
.hot-products .next-btn:hover{
    color: #fff;
}

.hot-products .prev-btn{
    left: unset;
    right: 64px;
}
/*--------------------------------------------------------------
# Recommend Products
--------------------------------------------------------------*/
.related-products {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.related-products .section-title {
    padding-bottom: 4rem;
}

.related-products .box {
    position: relative;
    padding: 0 100px;
    margin: 0 66px;
}

.related-products .box .img {
    padding-bottom: 100%;
}

.related-products .box .text {
    font-family: "poppins-medium", sans-serif;
    font-size: 15px;
    text-align: center;
    padding: 0 15px;
    margin: 10px 0;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.5s;
}

.related-products .box .product-name {
    color: #FFF;
    text-align: center;
    padding: 10px 0;
    background-color: var(--primary-color);
}

.related-products .box .part {
    padding: 2rem;
}

.related-products .box .part .img img {
    padding: 2rem;
}

.related-products .box .part .intro-box {
    height: 166px;
}

.related-products .box .part .intro {
    display: block;
    width: 100%;
    height: 42px;
    margin-top: 20px;
}

.related-products .box .part .intro .icon {
    margin-top: 5px;
}

.related-products .box .part .intro span {
    padding-left: 15px;
}

.related-products .swiper-slide {
    border: 1px solid var(--primary-color);
}

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

.related-prev,
.related-next {
    color: #000;
}

.related-prev i,
.related-next i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: bold;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: transparent;
    z-index: 999;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
    /* box-shadow: 4px -9px 16px #272424; */
}

#header.ru .main-nav a{
    padding: 0 23px;
}

#header .container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

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

/*--------------------------------------------------------------
# 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;
    font-size: 18px;
}

.main-nav a {
    display: block;
    position: relative;
    color: #ffffff;
    padding: 0 35px;
    text-transform: capitalize;
    transition: 0.3s;
}

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

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    border-top: 6px solid var(--primary-color);
    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 ul .level-1:last-child a{
    padding-right: 0;
}
.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;
}

.main-nav .nav-contact-btn {
    height: 44px;
    line-height: 44px;
    margin: 13px 0 13px 25px;
    border-radius: 30px;
    background-color: var(--primary-color);
}

.main-nav .nav-contact-btn a {
    color: white;
}

.main-nav .nav-contact-btn a:hover {
    color: white;
}


.main-nav .country{
    width: 110px;
    text-align: center;
}


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

.main-nav .flag-li .current-flag {
    padding: 0 0 0 25px;
}

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

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

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

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

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

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

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

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

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

.main-nav .flag-li img{
    margin-right: 10px;
}
/*--------------------------------------------------------------
# Products Catalogue
--------------------------------------------------------------*/
.product-catalogue .container {
    width: 100%;
}

.product-catalogue .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.product-catalogue {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background: #f6f6f6;
}

.product-catalogue .img {
    padding-bottom: 47%;
}

.catalogue-box:hover .img-hover {
    cursor: pointer;
    opacity: 1;
}

.product-catalogue .img-hover {
    position: absolute;
    top: 0;
    bottom: 30px;
    right: 15px;
    left: 15px;
    background-color: rgba(0, 0, 0, 0.37);
    opacity: 0;
    transition: 0.3s;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-catalogue .img-hover .name a {
    color: #fff;
}

.product-catalogue .img-hover .more a {
    color: #fff;
    font-family: 'poppins-regular';
    text-decoration: underline;
}

/*--------------------------------------------------------------
# service
--------------------------------------------------------------*/
.service {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background: var(--primary-color);
}

.service .container {
    width: 100%;
}

.service .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.service .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 68px;
}

.service .intro {
    color: #cccccc;
    font-family: 'poppins-regular';
    /* margin: 0 10%; */
}

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

.service .service-flex .item{
    width: 19%;
}
.service .service-flex .item:last-child{
    width: 21%;
}
/*--------------------------------------------------------------
# company
--------------------------------------------------------------*/
.company {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background: url('../images/company_bg.jpg');
    background-size: cover;
}

.company .container {
    width: 100%;
}

.company .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.company.zh .slogan {
    margin-right: 25%;
}

.company .slogan{
    margin-right: 10%;
    line-height: 1.4;
}

.company .intro {
    line-height: 2.3;
    margin-right: 130px;
}

.company .more {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    text-align: center;
    width: 175px;
    padding: 10px 20px;
}

.company .row{
    display: flex;
    flex-wrap: column;
}
.company .row .left{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
/*--------------------------------------------------------------
# promise
--------------------------------------------------------------*/
.promise {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background: #f6f6f6;
}

.promise .container {
    width: 100%;
}

.promise .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.promise .intro {
    line-height: 2;
}

.promise .slogan {
    margin-right: 25%;
}

.promise .promise-box {
    padding: 4.7rem;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.07) 0 0 11px;
    border-radius: 15px;
    transition: all 0.2s;
}

.promise .promise-box .describe {
    height: 86px;
    line-height: 1.7;
}

.promise .promise-box:hover{
    color: #fff;
    background-color: var(--primary-color);
}
.promise .promise-box:hover img{
    filter: brightness(100);
}

/*--------------------------------------------------------------
# plate
--------------------------------------------------------------*/
.plate {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.plate .container {
    width: 100%;
}

.plate .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.plate .title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.plate .bar-line {
    width: 5px;
    height: 30px;
    background: var(--primary-color);
    display: inline-block;
    margin-right: 1.8rem;
}

.plate .intro {
    font-size: 12px;
    line-height: 2;
}

.plate .more {
    font-size: 12px;
    color: var(--primary-color);
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}

.plate .jump {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px;
}

.plate .jump span {
    display: flex;
    align-items: center;
}

.plate .jump a {
    color: white;
}

.plate .news-box {
    display: flex;
    border: 1px solid #cccccc;
}

.plate .news-box .img {
    width: 23%;
    padding-bottom: 18.6%;
}

.plate .news-box .intro {
    width: 77%;
    line-height: 30px;
    padding: 10px 20px;
}

.plate .news-box .intro .more {
    font-size: 12px;
    color: #202020;
    text-decoration: underline;
}

.products {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

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

.products .container {
    width: 100%;
}

.products .row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.products .title {
    display: flex;
    align-items: center;
    font-size: 25px;
}

.products .bar-line {
    width: 5px;
    height: 25px;
    background: var(--primary-color);
    display: inline-block;
    margin-right: 1.3rem;
}

.products .filter {
    margin-top: 1rem;
    width: 25%;
    display: block;
}

.products .filter-mobile {
    display: none;
}

.products .list {
    width: 75%;
    padding-left: 3%;
}

.products .filter-title {
    font-family: 'poppins-medium', sans-serif;
    font-size: 20px;
    background-color: #fff;
    padding: 0 1rem;
    margin: 10px 0;
    border-left: 3px solid var(--primary-color);
}

.products .filter .level-1 li {
    background-color: #F4F4F4;
    padding: 15px 2rem;
}

.products .filter .level-1 li a {
    font-family: 'poppins-medium', sans-serif;
    font-size: 15px;
    color: #202020;
    transition: 0.5s;
}

.products .filter .level-1 li a:hover {
    color: var(--primary-color);
}

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

.products .filter .level-1 li.active a {
    color: #FFF;
}

.products .filter .level-2 li:first-child {
    border-top: none;
}

.products .filter .level-2 li {
    background-color: #FFF;
    border-top: 1px solid #F4F4F4;
    border-left: 1px solid #F4F4F4;
    border-right: 1px solid #F4F4F4;
}

.products .filter .level-2 li a {
    font-family: 'poppins-medium', sans-serif;
    font-size: 12px;
    color: #999;
}

.products .filter .level-2 li.active {
    background-color: #057FCA;
}

.products .filter .level-2 li.active a {
    color: #FFF;
}

.products .list .item {
    margin-top: 1rem;
}

.products .list .img {
    padding-bottom: 100%;
    box-shadow: 1px 1px 10px #f0f0f0;
}

.products .list .text {
    height: 36px;
    padding: 0 20px;
    margin: 10px 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.products .list .text .title {
    justify-content: center;
    text-align: center;
    font-family: 'poppins-medium', sans-serif;
    font-size: 15px;
    color: #202020;
}

.products .list .item:hover .text > .title {
    transition: all 0.5s;
    color: var(--primary-color);
}

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

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

.product-detail-1 .left {
    max-width: 32%;
    flex: 0 0 32%;
    padding-left: 0;
    padding-right: 30px;
}
.product-detail-1 .left .swiper-slide .img img{
    object-fit: contain;
}
.product-detail-1 .left .carousel-box #gallery {
    border: 1px solid #dfdddd;
}

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

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

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

.gallery-prev {
    left: 0;
}

.gallery-next {
    right: 0;
}

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

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

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

.thumbs-box .swiper-slide.swiper-slide-thumb-active .img {
    border-color: var(--primary-color);
}
.product-detail-1{
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.product-detail-1 .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

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

.product-detail-1 .right .title {
    height: 80px;
    font-family: 'poppins-medium', sans-serif;
    font-size: 40px;
    color: #202020;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-detail-1 .right .intro {
    height: 288px;
    font-family: 'poppins-regular', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #666666;
    overflow: hidden;
}

.product-detail-1 .right .recommend {
    margin: 6.4rem 0;
}
.product-detail-1 .right .contact-btn{
    display: flex;
    position: absolute;
    bottom: 50px;
}
.product-detail-1 .right .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

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

.product-detail-1 .right .recommend .child {
    padding: 8px 0;
    text-align: center;
    border: 2px solid #b9b9b9;
}

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

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

.product-detail-1 .right .contact-btn a {
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
    font-family: '';
    background-color: var(--primary-color);
}
.product-detail-select {
    padding-top: 0rem;
    padding-bottom: 8rem;
}
.product-detail-select .container{
    width: 100%;
}
.product-detail-select .container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.product-detail-select .product-detail-select-title{
    font-size: 40px;
    color: #202020;
    padding: 20px 30px;
    position: relative;
    background-color: #f6f6f6;
    box-shadow: 1px 1px 10px #dbd8d8;
    border-radius: 10px;
    transition: all 0.2s;
}
.product-detail-select-this{
    margin-bottom: 40px;
}
.product-detail-select-this:last-child{
    margin-bottom: unset;
}
.product-detail-select .product-detail-select-title.active{
    color: #fff;
    background-color: var(--primary-color);
}
.product-detail-select .product-detail-select-title i {
    font-size: 35px;
}
.product-detail-select .product-detail-select-title > div{
    display: inline;
    margin-left: 35px;
}
.product-detail-select .content{
    display: none;
    padding: 3rem 4rem;
}
.product-detail-select .content.accessories .item{
    margin-top: 25px;
}
.product-detail-select .content.accessories .item .img{
    padding-bottom: 67.4%;
}
.product-detail-application {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-color: var(--primary-color);
}
.product-detail-application .container{
    width: 100%;
}
.product-detail-application .container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.product-detail-application .row{
    display: flex;
}
.product-detail-application .left{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-detail-application .left .text{
    color: #fff;
    margin-bottom: 30px;
}
.product-detail-application .left .text .intro{
    font-family: "poppins-regular";
    line-height: 30px;
}
.product-detail-application .left .img-box{
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.product-detail-application .left .img-box .item{
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.product-detail-application .left .img-box .item .img{
    padding-bottom: 66.07%;
}
.product-detail-application .left .img-box .item .img img{
    object-fit: cover;
}
.product-detail-application .right .tiktok-play .img{
    padding-bottom: 59.18%;
}
.product-detail-application .right .tiktok-play .img-hover{
    left: 0;
}

.product-detail-2 {
    padding-top: 0rem;
    padding-bottom: 8rem;
}
.product-detail-2 .container {
    width: 100%;
}
.product-detail-2 .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.product-detail-2 .detail-tab .item {
    font-family: 'poppins-medium', sans-serif;
    font-size: 40px;
    color: #202020;
    background-color: #f6f6f6;
    border-right: 1px solid white;
    padding: 20px 30px;
    cursor: pointer;
    margin-bottom: 40px;
    box-shadow: 1px 1px 10px #f0f0f0;
    border-radius: 20px;
}
.product-detail-2 .detail-tab .item .title{
    display: inline;
    margin-left: 40px;
}
.product-detail-2 .detail-tab .item::before {
    font-family: FontAwesome;
    content: "\f0d7";
}
.product-detail-2 .detail-tab .item.active {
    color: #fff;
    background-color: var(--primary-color);
}
.product-detail-2 .detail-tab .item.active::before{
    content: "\f0d8";
}
.detail-tab-content-box > div {
    background-color: #F4F4F4;
    display: none;
    padding: 3rem 4rem;
}

.detail-tab-content-box > div {
    overflow-x: auto;

}

.detail-tab-content-box > div.active {
    display: block;
}

.detail-tab-content-box img,
.detail-tab-content-box table {
    max-width: 100% !important;
}

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

.main-img .main-img-padding-bottom {
    padding-bottom: 26.04%;
}

.main-img .main-phone-img-padding-bottom {
    padding-bottom: 38.6%;
}

.main-img .text{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
}

.main-img .text .box{
    width: 860px;
}

.main-img .text .box .title{
    text-transform: capitalize;
}
.main-img .text .box .intro{
    font-family: "poppins-regular";
}
.factory{
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.factory .index-3{
    padding: 80px 0 65px 0;

}
.factory .container {
    width: 100%;
}
.factory .container-fluid{
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.factory .item {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}

.factory .img {
    padding-bottom: 61.09%;
}

.factory #factory-flow .layui-flow-more {
    text-align: center;
}

.factory #factory-flow .btn {
    padding: 7px 33px;
    font-size: 18px;
    background: var(--primary-color);
    color: white;
    margin-top: 6rem;
    margin-bottom: 4rem;
}

.news {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.news .container {
    width: 100%;
}

.news .news-box {
    display: flex;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.news .news-box .img {
    width: 23%;
    padding-bottom: 18.6%;
}

.news .news-box .title {
    width: 77%;
    padding: 10px 20px;
}

.news .news-box .title .main a {
    color: #202020;
    line-height: 30px;
}

.news .news-box .title .main a:hover {
    transition: 0.2s;
    color: var(--primary-color);
}

.news .news-box .title .sub {
    margin-top: 13px;
    line-height: 20px;
}

/* news-product */
.news .right {
    padding-left: 50px;
}

.news .right .like .title {
    color: #fff;
    padding: 7px 20px;
    background: var(--primary-color);
}

.news .right .like .product {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}

.news .right .like .product .col-3 {
    width: 30%;
    float: left;
    border: 1px solid #eeeeee;
}

.news .right .like .product .col-7 {
    width: 65%;
    float: left;
    margin-left: 5%;
}

.news .right .like .product .col-7 .name a {
    color: #202020;
}

.news .right .like .product .col-7 .name a:hover {
    transition: 0.2s;
    color: var(--primary-color);
}

/* news-video */
.news .right .latest .title {
    color: #fff;
    padding: 7px 20px;
    background: var(--primary-color);
}

.news .right .latest .video {
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}

.news .right .latest .video .img{
    padding-bottom: 80%;
}

.news .right .latest .video .intro {
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.news .right .latest .video .intro a {
    color: #202020;
}

.news .right .latest .video .intro a:hover {
    transition: 0.2s;
    color: var(--primary-color);
}

.category-tab .container {
    width: 100%;
}

.category-tab {
    padding-top: 3rem;
}

.category-tab .section-title {
    margin-bottom: 3rem;
}

.category-tab .box {
    display: flex;
    justify-content: center;
}

.category-tab .box .item {
    width: 25%;
    padding: 0 10px;
}

.category-tab .box .tab-item {
    width: 100%;
    text-align: center;
    font-family: 'poppins-medium', sans-serif;
    font-size: 20px;
    color: #202020;
    background-color: #FFF;
    border: 1px solid #F4F4F4;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
}

.category-tab .box .tab-item.active {
    background-color: var(--primary-color);
    color: #FFF;
}

/* videos */
.videos {
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.videos .container {
    width: 100%;
}

.videos .row{
    display: flex;
    flex-wrap: wrap;
}

.videos .filter{
    width: 20%;
    display: block;
    margin-right: 3%;
}
.videos .filter .title{
    padding: 10px 20px;
    color: #ffffff;
    background-color: var(--primary-color);
}
.videos .filter .active a{
    color: var(--primary-color);
}
.videos .filter .level-1 li{
    font-size: 15px;
    padding: 15px 20px;
    background-color: #f4f4f4;
}
.videos .row .list .p-item{
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.videos .list{
    width: 77%;
}
.videos .list .item .img{
    cursor: pointer;
    padding-bottom: 73.9%;
}
.videos .list .item .text a{
    cursor: pointer;
    color: #202020;
    transition: all 0.2s;
}
.videos .list .item .text a:hover{
    color: var(--primary-color);
}
.justify-center{
    justify-content: center;
}
.layui-flow-more {
    margin: unset;
}
.layui-flow-more .btn{
    color: #fff;
    margin: 50px 0 0 0;
}
.layui-flow-more button{
    font-size: 18px;
    padding: 9px 30px;
    background-color: var(--primary-color);
}
.layui-flow-more .btn:hover{
    color: #fff;
}
#downloadCenter {
    width: 100%;
}

.download-result {
    padding-top: 8rem;
    padding-bottom: 21rem;
}

.download-result .container {
    width: 100%;
}
.download-result .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.download-result .layui-flow-more {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.download-result .result-count {
    font-family: 'poppins-medium', sans-serif;
    font-size: 20px;
}

.download-result .list .even {
    background-color: #F4F4F4;
}

.download-result .list th {
    position: relative;
    background-color: var(--primary-color);
    font-family: 'poppins-medium', sans-serif;
    font-size: 20px;
    color: #FFF;
    padding-top: 20px;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-left: 50px;
    font-weight: unset;
}

.download-result .list th:after {
    margin-left: 10px;
}

.download-result .list th i {
    margin-left: 10px;
    cursor: pointer;
}
#sortName.active:before{
    content: '\f106' !important;
}
#sortType.active:before{
    content: '\f106' !important;
}
#sortMb.active:before{
    content: '\f106' !important;
}
.download-result .list th:last-child:after {
    content: '';
}

.download-result .list td {
    font-family: 'poppins-medium', sans-serif;
    font-size: 15px;
    font-weight: unset;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
}

.download-result .list button {
    margin-top: 8rem;
}

.download-result .list .name{
    margin-right: 230px;
}

.download-result .tfoot-nd{
    font-size: 20px!important;
    padding-top: 60px!important;
    padding-bottom: unset!important;
}

.about .container {
    width: 100%;
}

/* certificate */
.certificate {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f6f6f6;
    background-image: url('../images/certificate_bg.jpg');
}

.certificate .container {
    width: 100%;
}

.certificate .box {
    position: relative;
    padding: 0 100px;
}
.certificate .box .swiper-wrapper .swiper-slide .img{
    padding-bottom: 150%;
}
.certificate .box .swiper-slide {
    transition: 300ms;
    transform: scale(0.6);
}

.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: 0;
}
.certificate .box .btn-next {
    right: 0;
}

.newsdetail .container {
    width: 100%;
}

.solutiondetail {
    padding-top: 3rem;
    padding-bottom: 0;
}

.solutiondetail .container {
    width: 100%;
}

/* Mobile Navigation */

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

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

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

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

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

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

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

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

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

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

.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #065e77;
}

.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
--------------------------------------------------------------*/
.footer {
    padding-top: 9rem;
    padding-bottom: 1.8rem;
    background: var(--primary-color);
    color: #FFF;
}

#footer .container {
    width: 100%;
}

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

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

.footer-flex .right-flex{
    display: flex;
    justify-content: flex-end;
}
.footer-line {
    color: #bfbfbf;
    font-size: 17px;
    border-top: 1px solid #EFEFEF82;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 6rem;
}

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

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

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

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

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

.footer ul li {
    padding: 0 0 15px 0;
    text-transform: capitalize;
}

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

.footer .item h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

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

.footer .item p {
    font-size: 17px;
    font-family: 'poppins-regular';
}

.footer .social-links {
    display: flex;
    padding-top: 8rem;
}

.footer .social-links .social-item {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 1.5rem;
    transition: all 0.5s;
}
.footer .social-links .social-item.tiktok {
    width: 37px;
    height: 37px;
    margin-top: 4px;
}
.footer .social-links .social-item i {
    font-size: 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
}

.footer .item a {
    font-family: "poppins-regular";
    font-size: 17px;
    color: #cccccc;
    transition: 0.5s;
}

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

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

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

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

.footer .item button {
    height: 35px;
    font-size: 12px;
    font-family: "poppins-medium", sans-serif;
    margin-top: 5px;
    background-color: #FFF;
    color: #202020;
    outline: none;
}
.footer .item.item-5{
    width: 45%;
    margin-right: 3.5%;
}
.footer .item.item-2,
.footer .item.item-3 {
    width: 30%;
}

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

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

.footer .item-4 {
    width: 42%;
}

.footer.zh .item.item-0{
    display: none;
}

.footer.zh .item.item-2{
    width: 35%;
}

.footer.zh .item-4{
    width: 45%;
}

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

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

.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;
    font-family: 'poppins-medium', sans-serif;
    line-height: 38px;
}

.pagination a:hover {
    color: #fff;
    background: var(--primary-color);
    border: 1px var(--primary-color) solid;
}

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

.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: 0px;
    padding: 4px 0px;
    color: #666;
}

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

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

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

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

.mobile-footer .item {
    width: 100%;
}

.mobile-footer .item a {
    color: #FFF;
}

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

.mobile-footer .other {
    border-top: 1px solid #EFEFEF82;
    padding-top: 1rem;
    margin-top: 1rem;
    text-align: center
}

.mobile-footer .other a {
    color: #FFF;
}

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

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

.index-carousel .text {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 98;
}

.index-carousel .text h3{
    width: 1100px;
    font-size: 59px;
    font-weight: bold;
    font-family: 'poppins-bold';
    text-align: center;
    margin-top: 30px;
}

.index-carousel .text h5{
    width: 800px;
    text-align: center;
    font-size: 23px;
    line-height: 40px;
    margin-top: 40px;
}

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


/* .index-carousel-pagination {
    text-align: center;
    bottom: 50px !important;
}

.index-carousel-pagination .swiper-pagination-bullet {
    width: 80px;
    height: 6px;
    border-radius: unset;
    background-color: #FFF;
} */
.index-carousel #pc_banner{
    display: block;
}
.index-carousel #mobile_banner{
    display: none;
}
.index-carousel .swiper-pagination-bullet{
    background: var(--primary-color)
}
.swiper-pagination {
    display: flex;
    width: 1200px;
    justify-content: center;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #ffd516!important;
    border: unset;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 50px;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 8px;
}
.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;
}
.company-bg-pb{
    padding-bottom: 68.57%;
}
.index-bg-pb{
    padding-bottom: 41%;
}
.index-bg-pb img{
    object-fit: cover;
}
.tiktok-play{
    position: relative;
}
.tiktok-play .img-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.37);
    opacity: 0;
    transition: 0.3s;
}
.tiktok-play .img-hover i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 30px;
}
.tiktok-play .img-hover:hover{
    cursor: pointer;
    opacity: 1;
}
/*--------------------------------------------------------------
# Configurations
--------------------------------------------------------------*/
.configurations {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.configurations .container {
    width: 100%;
}
.configurations .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.configurations #canvas{
	position: absolute;
	width: 100%;
	height: 940px;
} 
.configurations #output{
    position: relative;
}
.configurations .index-1 .subtitle {
    font-size: 20px;
    padding-bottom: 60px;
    margin: 0 80px;
}
.configurations .container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.configurations .img{
    padding-bottom: 67.4%;
}
.configurations .text > div{
    color: #fff;
}
/*--------------------------------------------------------------
# Latest News
--------------------------------------------------------------*/
.latest-news {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.latest-news .container {
    width: 100%;
}
.latest-news .box{
    display: flex;
    flex-wrap: wrap;
}
.latest-news .box .text .title{
    font-size: 20px;
}
.latest-news .box .text .title a{
    color: #202020;
    transition: all 0.2s;
}
.latest-news .box .text .intro,.latest-news .box .text .date{
    font-size: 15px;
    line-height: 25px;
    font-family: 'poppins-regular';
}
.latest-news .box .left{
    width: 38%;
    padding-left: 0;
}
.latest-news .box .left .img{
    padding-bottom: 52.41%;
}
.latest-news .box .left .text{
    color: #999999;
    padding: 25px 40px 25px 30px;
    background-color: #f6f6f6;
}
.latest-news .box .left:hover .title a{
    color: var(--primary-color);
}
.latest-news .box .right{
    width: 62%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding-left: 0;
    padding-right: 0;
}
.latest-news .box .right .item{
    width: 100%;
    display: flex;
    transition: all 0.2s;
    margin-bottom: 10px;
}
.latest-news .box .right .item:last-child{
    margin-bottom: 0;
}
.latest-news .box .right .item .img{
    width: 30%;
    padding-bottom: 17%;
}
.latest-news .box .right .item .text{
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    color: #999999;
}
.latest-news .box .item:hover{
    box-shadow: 1px 1px 10px #f0f0f0;
}
.latest-news .box .item:hover .text .title a{
    color: var(--primary-color);
}
/*--------------------------------------------------------------
# Video Library
--------------------------------------------------------------*/
.video-library {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.video-library .row{
    display: flex;
    flex-wrap: wrap;
}
.video-library .container{
    width: 100%;
}
.video-library .container-fluid{
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.video-library .item{
    margin-top: 30px;
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.video-library .item .box a{
    color: #202020;
    cursor: pointer;
    transition: all 0.2s;
}
.video-library .item .box a:hover{
    color: var(--primary-color);
}

.video-library .item .box .img{
    padding-bottom: 67.76%;
}
/*--------------------------------------------------------------
# Our Sales
--------------------------------------------------------------*/
.our-sales{
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-image: url('../images/sales_bg.jpg');
    background-size: cover;
}
.our-sales .container{
    width: 100%;
}
.our-sales .item-box{
    display: flex;
    justify-content: space-around;
}
.our-sales .item{
    width: 20%;
    color: #fff;
}
.our-sales .item:first-child{
    padding-left: 0;
}
.our-sales .item:last-child{
    padding-right: 0;
}
.our-sales .item .img-box{
    width: 60%;
    margin: 0 auto;
}
.our-sales .item .img-box .img{
    border-radius: 50%;
    padding-bottom: 100%;
}
.our-sales .item .text .name{
    margin-top: 15px;
    margin-bottom: 15px;
}
.our-sales .item .text .position,.our-sales .item .text .phone,.our-sales .item .text .email{
    font-size: 20px;
    font-family: 'poppins-regular';
}
.our-sales .item img{
    object-fit: cover;
}
/*--------------------------------------------------------------
# About Company
--------------------------------------------------------------*/
.about-company{
    background: unset;
}
.about-company .index-1{
    padding: 80px 0;
}
/*--------------------------------------------------------------
# Workflow
--------------------------------------------------------------*/
.workflow{
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-image: url(../images/workflow_bg.jpg);
}
.workflow .container{
    width: 100%;
}
.workflow .item{
    padding: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 35px;
}

.workflow .item:last-child{
    margin-bottom: unset;
}

.workflow .item .text .intro{
    line-height: 25px;
    margin-right: 510px;
    font-family: 'poppins-regular';
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog{
    padding-top: 8rem;
    padding-bottom: 5rem;
}
.blog .container{
    width: 100%;
}
.blog .container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.blog .item .img{
    padding-bottom: 52.45%;
}
.blog .item .img img{
    object-fit: cover;
}
.blog .item .box{
    opacity: 0;
    position: absolute;
    overflow: hidden;
    left: 15px;
    right: 15px;
    bottom: 0;
    padding: 20px;
    background-color: #fbfbfb;
    transition: all 0.2s;
}
.blog .item .box .text .title a{
    color: #202020;
}
.blog .item .box .text .intro{
    color: #999999;
    font-family: 'poppins-regular';
}
.blog .item .box .text .more a{
    color: #202020;
    border-bottom: 1px solid #202020;
}
.blog .item:hover .box{
    height: auto;
    opacity: 1;
}
.blog .item .box:hover .text .title a{
    color: var(--primary-color);
}
.blog .item .box:hover .text .more a{
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}
.blog-detail{
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.blog-detail .container{
    width: 100%;
}
.blog-detail table,
.blog-detail img{
    max-width: 100%;
}
/*--------------------------------------------------------------
# ProductList
--------------------------------------------------------------*/
.productlist{
    padding-top: 8rem;
    padding-bottom: 8rem;
}
/* .productlist .row{
    display: flex;
    flex-wrap: wrap;
} */
.productlist .container{
    width: 100%;
}
.productlist .item{
    padding: 40px 30px;
    margin-bottom: 50px;
    background-color: var(--primary-color);
}
.productlist .item:last-child{
    margin-bottom: 30px;
}
.productlist .item .box .left{
    width: 42%;
    display: flex;
    justify-content: center;
    padding-left: unset;
}
.productlist .item .box .left .img-box{
    width: 59%;
}
.productlist .item .box .left .img-box .img{
    padding-bottom: 100%;
}
.productlist .item .box .left .img-box .img img{
    object-fit: contain;
}
.productlist .item .box .right{
    width: 58%;
}
.productlist .item .box .right .text{
    color: #fff;
}
.productlist .item .box .right .text .intro{
    line-height: 25px;
    font-family: 'poppins-regular';
}
.productlist .item .box .right .text .parm{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
.productlist .item .box .right .text .parm .box{
    width: 48%;
    height: 30px;
    display: flex;
    /* justify-content: space-between; */
    overflow: hidden;
    margin-bottom: 15px;
}
.productlist .item .box .right .text .parm .box:nth-child(odd){
    margin-right: 2%;
}
.productlist .item .box .right .text .parm .box .parm-name,.productlist .item .box .right .text .parm .box .parm-info{
    display: inline;
    height: 30px;
}
.productlist .item .box .right .text .parm .box .parm-info{
    margin-left: 15px;
    font-family: 'poppins-regular';
}
.productlist .item .box .right .skip{
    transition: all 0.2s;
}
.productlist .item .box .right .skip .button{
    width: 163px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    transition: all 0.2s;
}
.productlist .item:hover .box .right .skip .button{
    color: var(--primary-color);
    background-color: #fff;
}
.productlist .box{
    position: relative;
}
.productlist .box .related-prev,.productlist .box .related-next{
    width: 42px;
    height: 42px;
    z-index: 998;
}
.productlist .box .related-prev{
    left: -21px;
}
.productlist .box .related-next{
    right: -21px;
}
.productlist .box .related-prev:hover i{
    color: #202020;
}
.productlist .box .related-prev:hover{
    background-color: #fff;
}
.productlist .box .related-next:hover i{
    color: #202020;
}
.productlist .box .related-next:hover{
    background-color: #fff;
}
#footer-map{
    width: 400px;
    height: 300px;
}
#footer-map .amap-marker-label{
    color: #000;
}
@media (min-width: 768px) {
    .section-title {
        font-size: 35px;
    }

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

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

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

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

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

    .btn-prev {
        left: 30px;
    }

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

@media (min-width: 992px) {

}

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

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

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

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

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

    #header .logo img {
        margin-top: -5px;
        max-height: 79px;
        filter: brightness(0) invert(1);;
    }

    .main-nav {
        display: block;
    }

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

    .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: 768px) {
    /* iframe {
        height: 300px !important;
    } */

    section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

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

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

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

    #placeholderBox {
        height: 60px;
    }

    .back-to-top {
        right: 0;
        bottom: 15px;
    }

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

    #header .logo img {
        max-height: unset;
        width: 40px;
        height: 40px;
    }
    .mobile-nav .drop-down,.active ul {
        display: block!important;
    }
    .mobile-nav .nav-contact-btn{
        margin-top: 15px;
        margin-left: 20px;
        margin-right: 20px;
        border-radius: 30px;
        background-color: var(--primary-color);
    }
    .mobile-nav .nav-contact-btn a{
        text-align: center;
        padding: 7px 20px;
    }
    .mobile-nav-toggle {
        top: 8px;
    }

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

    .mobile-footer .panel {
        border: unset;
        box-shadow: unset;
        background-color: unset;
    }

    .mobile-footer .panel-body {
        padding: 0 15px;
    }

    .mobile-footer .panel-heading .panel-title {
        font-size: 18px;
    }

    .mobile-footer .other {
        padding-top: 2rem;
        margin-top: 2rem;
        font-size: 14px;
    }

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

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

    /* .index-carousel #pc_banner{
        display: none;
    } */

    .index-carousel #mobile_banner{
        display: block;
    }

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

    .related-products .box {
        position: relative;
        padding: 0 55px;
        margin: unset;
    }

    .related-products .box .part {
        padding: 1.5rem;
    }

    .related-products .box .part .intro-box {
        height: 128px;
    }

    .related-products .box .part .intro {
        display: block;
        width: 100%;
        height: 36px;
        margin-top: 10px;
    }

    .product-catalogue .img-hover {
        opacity: 1;
        bottom: 0;
    }

    .product-catalogue .catalogue-box {
        margin-bottom: 20px;
    }

    .service {
        padding: 0;
    }

    .service .intro {
        margin: 0 9%;
        height: 70px;
    }

    .promise .slogan {
        margin-right: unset;
    }
    .promise .intro {
        font-size: 16px;
    }
    .promise .promise-box {
        padding: 4rem;
    }

    .promise .promise-box .describe {
        height: unset;
        line-height: 1.7;
    }

    .plate .box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .plate .news-box {
        display: block;
    }

    .plate .news-box .img {
        width: 100%;
        padding-bottom: 70.6%;
    }

    .plate .news-box .intro {
        width: 100%;
    }

    .plate .support-logo img {
        width: 50%;
    }

    .plate .jump {
        padding: 10px 25px;
    }

    .plate .jump img {
        width: 50%;
    }

    /*--------------------------------------------------
     Product
    ---------------------------------------------------*/
    .products {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .products .pagination {
        padding-top: unset;
    }

    .products .filter-mobile {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        position: relative;
    }

    #productFilter .mobile-filter-header {
        position: relative;
        display: block;
        font-size: 20px;
        font-family: "poppins-medium", sans-serif;
        background: var(--primary-color);
        padding: 10px;
        color: #FFF;
        border: none;
    }

    #productFilter .mobile-filter-header i {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }

    #productFilter .level-1 {
        padding: 5px 0 5px 10px;
        background-color: #F4F4F4;
    }

    #productFilter .level-1 a {
        color: #202020;
        font-family: 'poppins-medium', sans-serif;
        font-size: 18px;
    }

    #productFilter .level-2 {
        padding: 10px 0 10px 20px;
    }

    #productFilter .level-2 a {
        font-family: 'poppins-regular', sans-serif;
        font-size: 15px;
    }

    #productFilter a.collapsed i::before {
        content: "\f078" !important;
    }

    .products .filter {
        display: none;
    }

    .products .filter-mobile {
        display: block;
    }

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

    .products .list .row {
        margin: 0;
    }

    .products .list .text {
        height: 46px;
    }

    .products .list .text .title {
        font-size: 20px;
    }

    .product-detail-1 {
        padding-bottom: 3rem;
    }

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

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

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

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

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

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

    .product-detail-2 {
        padding-top: 0rem;
        padding-bottom: 3rem;
    }

    .product-detail-2 .detail-tab .item {
        padding: 10px 0;
    }

    .detail-tab-content-box > div {
        padding: 2rem 1rem;
    }

    .detail-tab-content-box iframe {
        height: 300px !important;
    }

    .related-products {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .related-products .box {
        padding: 0 60px;
    }

    .related-products .section-title {
        padding-bottom: 2rem;
        margin-bottom: 0;
    }

    .related-products .box .text {
        font-size: 20px;
    }

    .news {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .news .pagination {
        padding-top: unset;
        padding-bottom: 40px;
    }

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

    .news .news-box {
        display: block;
    }

    .news .right {
        padding-left: 15px;
    }

    .news .news-box .img {
        width: 100%;
        padding-bottom: 70.6%;
    }

    .news .news-box .title {
        width: 100%;
        padding: 10px 15px;
    }

    .news .news-box .intro {
        width: 100%;
    }

    .news .right .latest .video:last-child {
        border-bottom: unset;
    }

    .category-tab {
        padding-top: 1rem;
    }

    .category-tab .section-title {
        margin-bottom: 2rem;
    }

    .category-tab .box {
        flex-wrap: wrap;
    }

    .category-tab .box .item {
        width: 100%;
        margin-bottom: 10px;
    }

    .category-tab .box .tab-item {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }

    .factory #factory-flow .btn {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .certificate .box {
        position: relative;
        padding: 0 50px;
        margin: unset;
    }

    .certificate .swiper {
        overflow: hidden;
        margin: 0;
    }
    .certificate .swiper .swiper-slide-prev {
        margin-left: 0 !important;
        margin-right: 5% !important;
    }
    .certificate .mySwiper-2 .swiper-wrapper {
        align-items: center;
    }
    .video {
        padding-bottom: 2rem;
    }

    .video .pagination {
        padding-top: unset;
    }
    .download-result .list th{
        padding-left: 15px;
        padding-right: 15px;
    }
    .download-result .list td {
        padding-left: 20px;
        padding-right: 20px;
    }
    .download-result .list .name {
        margin-right: unset;
    }
    .our-sales .item-box{
        display: block;
    }
    .our-sales .item{
        width: 100%;
        margin-bottom: 50px;
    }
    .our-sales .item:last-child{
        margin-bottom: unset;
    }
    .our-sales .item .img-box {
        width: 40%;
        margin: 0 auto;
    }
    .our-sales .item .text{
        text-align: center;
    }
    .download-result {
        padding-top: 8rem;
        padding-bottom: 12rem;
    }
    .download-result .list button {
        margin-top: 4rem;
    }
    .layui-flow-more button {
        font-size: 14px;
    }
    /* .videos .row {
        display: block;
    } */
    .videos{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .videos .filter {
        width: 100%;
        margin-right: unset;
    }
    .videos .list {
        width: 100%;
    }
    .videos .filter-mobile{
        width: 100%;
    }
    .videos .layui-flow-more .btn{
        margin: 30px 0 0 0;
    }
    .videos #productFilter .level-1.active a{
        color: var(--primary-color);
    }
    #channleVideoItem iframe {
        width: 100%;
        height: 400px;
    }
    .main-img .text {
        top: 0;
    }
    .main-img .intro {
        font-size: 13px;
        line-height: 2;
        padding: 10px 0;
        border-bottom: 1px solid #EFEFEF;
        margin-bottom: 20px;
    }
    .blog .item .box{
        opacity: 1;
        position: unset;
    }
    .inquriy .row{
        margin-right: -30px;
        margin-left: -30px;
    }
    .footer .container{
        padding-left: 0;
        padding-right: 0;
    }
    .main-img .main-img-padding-bottom {
        padding-bottom: 48%;
    }
    .blog-detail .index-1{
        padding: 30px 0;
    }
    .blog{
        padding-bottom: 3rem;
    }
    .pagination{
        padding-top: 0;
        padding-bottom: 0;
        margin: 0;
    }
    .company .row {
        display: block;
    }
    .company .slogan {
        margin-right: unset;
    }
    .company .intro{
        margin-right: unset;
    }
    .company .row .col-xs-12 {
        padding-left: unset;
        padding-right: unset;
    }
    .service .index-1{
        padding: 30px 0;
    }
    .service .service-flex {
        flex-wrap: wrap;
    }
    .service .service-flex .item {
        width: 50%;
    }
    .service .service-flex .item:last-child{
        width: 50%;
    }
    .promise .col-xs-12.pb-lg-5{
        padding-left: unset;
        padding-right: unset;
    }
    .promise .promise-box {
        padding: 3rem;
    }
    .factory .index-3 {
        padding: 30px 0;
    }
    .certificate .container{
        padding-left: unset;
        padding-right: unset;
    }
    .workflow{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .workflow .item{
        padding: 20px;
        margin-bottom: 30px;
    }
    .workflow .item .text .intro{
        margin-right: unset;
    }
    .productlist {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .productlist .item {
        padding: 15px;
        margin-bottom: 20px;
    }
    .productlist .item .box .left .img-box {
        width: 58%;
        margin-bottom: 20px;
    }
    .productlist .item .box .left,.productlist .item .box .right{
        width: 100%;
        padding-left: unset;
        padding-right: unset;
    }
    .productlist .item .box .right .text .parm .box .parm-info{
        margin-left: 10px;
    }
    .productlist .item .box .right .text .parm{
        display: block;
    }
    .productlist .item .box .right .text .parm .box:nth-child(odd){
        margin-right: 0;
    }
    .productlist .item .box .right .text .parm .box{
        width: 100%;
    }
    .productlist .layui-flow-more .btn{
        margin: 10px 0 0 0;
    }
    .productlist .item .box .right .skip .button {
        width: 140px;
        padding: 5px 0;
    }
    .configurations .index-1 .subtitle{
        margin: 0;
        font-size: 15px;
        padding-bottom: 20px;
    }
    .product-detail-1 .left{
        padding-left: 0;
        padding-right: 0;
    }
    .product-detail-1 .right{
        padding: 15px;
    }
    .product-detail-1 .right .title{
        padding-bottom: unset;
    }
    .product-detail-1 .right .intro{
        height: auto;
        margin-bottom: 20px;
    }
    .product-detail-1 .right .contact-btn{
        position: unset;
    }
    
    .product-detail-select .product-detail-select-title{
        font-size: 20px;
        padding: 15px;
    }
    .product-detail-select .product-detail-select-title i{
        font-size: 30px;
        position: absolute;
        top: 14px;
    }
    .product-detail-select .product-detail-select-title > div{
        margin-left: 35px;
    }
    .product-detail-select .content{
        padding: 15px;
    }
    .product-detail-select-this{
        margin-bottom: 30px;
    }
    .product-detail-select{
        padding-bottom: 30px;
    }
    .product-detail-application{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .product-detail-application .row{
        display: block;
    }
    .product-detail-application .left .text .intro{
        font-size: 14px;
    }
    .product-detail-application .left .img-box .item{
        margin-bottom: 20px;
    }
    .productlist .box .related-prev, .productlist .box .related-next{
        width: 30px;
        height: 30px;
    }
    .productlist .box .related-prev{
        left: -15px;
    }
    .productlist .box .related-next{
        right: -15px;
    }
    .swiper-pagination-bullets.swiper-pagination-horizontal{
        bottom: 30px;
    }
    .company .index-1{
        padding: 30px;
    }
    .company .more{
        width: 140px;
        padding: 5px 0;
    }
    .hot-products .container{
        padding-left: 0;
        padding-right: 0;
    }
    .hot-products .box {
        display: block;
        margin-bottom: 30px;
    }
    .hot-products .box .left{
        width: 66%;
        margin: 0 auto;
        padding-right: unset;
    }
    .hot-products .box .right{
        width: 100%;
        margin-top: 20px;
    }
    .hot-products .bottom{
        margin-top: 20px;
    }
    .hot-products .prev-btn, .hot-products .next-btn{
        width: 30px;
        height: 30px;
    }
    .hot-products .prev-btn{
        right: 45px;
    }
    .hot-products .prev-btn i, .hot-products .next-btn i{
        font-size: 20px;
    }
    .latest-news .index-1{
        padding-left: 0;
        padding-right: 0;
    }
    .latest-news .box{
        display: block;
    }
    .latest-news .box .left{
        padding-right: unset;
    }
    .latest-news .box .left,.latest-news .box .right{
        width: 100%;
        margin-bottom: 20px;
    }
    .latest-news .box .left .text{
        padding: 20px;
    }
    .latest-news .box .right .item{
        display: block;
        margin-bottom: 20px;
    }
    .latest-news .box .left, .latest-news .box .right{
        margin-bottom: 20px;
    }
    .latest-news .box .right .item:last-child{
        margin-bottom: unset;
    }
    .latest-news .box .right .item .img{
        width: 100%;
        padding-bottom: 52.41%;
    }
    .latest-news .box .right .item .text{
        width: 100%;
        padding: 20px;
        background-color: #f6f6f6;
    }
    .video-library .index-1{
        padding-right: 0;
        padding-left: 0;
    }
    .video-library .layui-flow-more .btn{
        margin: 30px 0 0 0;
    }
    .configurations .index-1{
        padding: 30px 0;
    }
    .configurations .col-lg-3:last-child{
        padding-bottom: unset;
    }
    .video-library .row{
        display: block;
    }
    .workflow .item{
        padding: 0;
    }
    .workflow .item .title{
        display: flex;
        height: 72px;
        font-size: 20px;
        padding-left: 15px;
        margin-left: -15px;
        margin-right: -15px;
        align-items: center;
        background-size: cover;
    }
    iframe {
        height: 258px;
    }
    .tiktok-play .img-hover{
        left: 0;
        right: 0;
    }
    .service .icon img{
        height: 50px;
    }
    .hot-products .bottom .title{
        font-size: 22px;
    }
    .index-carousel .text h3{
        max-width: 100%;
        font-size: 30px;
        text-align: center;
        line-height: 1.2;
        padding: 0 30px;
    }
    .index-carousel .text h5{
        max-width: 100%;
        padding: 0 5px;
        font-size: 16px;
        line-height: 30px;
        margin-top: 20px;
    }
    .index-carousel .text .btn{
        font-size: 17px;
        margin-top: 25px;
        padding: 8px 35px;
    }
}

@media (min-width: 1024px) and (max-width: 1600px) {
    .index-carousel .text h3{
        font-size: 48px;
    }
    .index-carousel .text h5{
        width: 600px;
        font-size: 18px;
        line-height: 30px;
        margin-top: 30px;
    }
    .index-carousel .text .btn{
        font-size: 20px;
        padding: 10px 50px;
        margin-top: 40px;
    }
}

@media (min-width: 768px) and (max-width:1023px){
    .hot-products .box {
        display: flex;
    }
    .hot-products .box .right{
        width: 60%;
    }
    .our-sales .item{
        width: 50%;
    }
    .our-sales .item-box {
        display: flex;
        flex-wrap: wrap;
    }
    .hot-products .box .left{
        width: 55%;
        padding-right: 5%;
    }
    .productlist .item .box .left .img-box {
        width: 50%;
        margin-bottom: 30px;
    }
    .download-result .list th{
        padding-left: 15px;
        padding-right: unset;
    }
    #channleVideoItem iframe {
        width: 600px;
        height: 400px;
    }
}