@import url('../../home/lib/bootstrap/css/bootstrap.min.css');
@import url('../../../static/font-awesome/css/font-awesome.css');
@import url('../../home/lib/animate/animate.min.css');
@import url('../../../static/swiper/swiper-bundle.css');
@import url('../../../static/layui/css/layui.css');

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

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

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

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

@font-face {
    font-family: 'Poppins-Thin';
    src: url('../font/Poppins-Thin.ttf');
}
/*--------------------------------------------------------------
    General
--------------------------------------------------------------*/
:root{
    --primary-color: #21a9e5;
    --secondary-color: #D02127; 
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# placeholderBox
--------------------------------------------------------------*/
#placeholderBox{
    height: 110px;/*高度要和#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{
    display: flex;
    align-items: center;
    z-index: 10000;
    padding: 20px 0;
    position: fixed;
    top: 95px;
    left: 0;
    right: 0;
    transition: all 0.5s;
    /* box-shadow: 0 0 5px 2px rgba(167,167,167,0.5); */
}

#header .container{
    position: relative;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    justify-content: center;
    max-width: 1670px;
    background-color: #E9ECEF;
    /* padding: 0; */
    padding-right: 360px;
    clip-path: polygon(0 0, 100% -50%, 100% 10000%, 2% 150%);
    -webkit-clip-path: polygon(0 0, 100% -50%, 100% 10000%, 2% 150%);
}


#header .container::before{
    content: '';
    position: absolute;
    bottom: 100%;   /* 放在元素上方 */
    right: 340px;
    transform: translateX(-50%); /* 居中ž对齐 */
    width: 0;
    height: 0;
    border-left: 15px solid transparent;  /* 左边透明 */
    border-right: 15px solid transparent; /* 右边透明 */
    border-bottom: 15px solid #D6DADE; /* 底边颜色 => 三角形向上 */
    z-index: -3;
}

.header-top-section {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    height: 95px;
    padding-bottom: 10px;
    background-color: #fff;
    box-shadow: rgba(167, 167, 167, 0.5) 0px 0px 5px 2px;
}

.header-top-section .container {
    max-width: 1700px;
}

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

.header-top-wrapper .logo img{
    max-height: 100px;
}

.whatsapp-contact{
    display: flex;
    align-items: center;
    padding-right: 0;
}

.whatsapp-contact .img-box{
    width: 50px;
    height: 50px;
}

.whatsapp-contact .img-box img{
    width: 100%;
}

.whatsapp-contact .text{
    margin-left: 13px;
}

.whatsapp-contact .text h5{
    color: #202020;
    font-size: 12px;
    font-family: 'Poppins-Regular';
    margin-top: 5px;
}

.whatsapp-contact .text p{
    font-size: 20px;
    font-family: 'Poppins-Medium';
}

.whatsapp-contact .text p a{
    color: #000;
}

.whatsapp-contact .text p a:hover{
    color: var(--primary-color);
}

.right-bar{
    display: flex;
    align-items: center;
}

.right-bar .line{
    width: 1px;
    height: 50px;
    background-color: #E5E5E5;
    margin: 0 25px;
}

.right-bar .top-social-group{
    display: flex;
    gap: 15px;
}

.right-bar .top-social-group .item img{
    height: 23px;
}

/*--------------------------------------------------------------
# Top Navigation Menu
--------------------------------------------------------------*/
.main-nav{
    padding-left: 150px;
    position: relative;
}

/* .main-nav::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 70px solid rgba(0, 0, 0, 0.5);
} */

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

/* .main-nav{
    padding-left: 80px;
}

.main-nav > ul{
    padding-left: 80px;
} */

.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: #202020;
    font-size: 19px;
    padding: 0 35px;
    transition: 0.5s;
}

/* .main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
    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;
}

.function-nav-wrapper {
    position: absolute;
    right: 0;
    top: -15px;
    width: 370px;
    height: calc(100% + 25px);
    /* 这里可以去掉原来的 box-shadow，因为我们会在 .function-nav 添加阴影 */
}

.function-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; /* 必须，为伪元素定位 */
    width: 100%;
    height: 100%;
    /* background-color: var(--primary-color); 移到 ::after */
    /* clip-path: polygon(0 0, 500% 0, 100% 500%, 10% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 500%, 10% 100%); 移到 ::after */
}

/* 阴影伪元素 */
.function-nav::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inherit;         /* 使用父元素的 clip-path */
    -webkit-clip-path: inherit;
    background-color: rgba(0,0,0,0.1); /* 阴影颜色 */
    filter: blur(10px);         /* 模糊阴影，更自然 */
    transform: translate(0, 0); /* 模拟阴影下移 */
    z-index: -2;                /* 放在背景下面 */
    /* clip-path: polygon(0 0, 500% 0, 100% 500%, 10% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 500%, 10% 100%); */
}

/* 背景形状伪元素 */
.function-nav::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E9ECEF;
    clip-path: polygon(0 0, 500% 0, 100% 500%, 10% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 500%, 10% 100%);
    z-index: -1; /* 在阴影下面 */
}

.function-nav .main-function-nav{
    padding-left: 0;
}

.function-nav .main-function-nav::before{
    content: unset;
}

.function-nav .country-list li {
    min-width: 80px;
    align-items: center;
}

.function-nav .flag-li{
    line-height: 0;
}

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

.function-nav .flag-li .current-flag {
    padding: 0 30px 0 35px;
}

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

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

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

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

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

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

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

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

.function-nav .item:nth-child(1){
    padding-left: 35px;
}

.function-nav .item i{
    color: #fff;
    font-size: 20px;
}

.function-nav .item .btn{
    font-size: 17px;
    color: #fff;
    background-color: var(--primary-color);
    padding: 8px 24px;
    border-radius: 30px;
}

/* 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(33, 169, 229, 1);
    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: 0;
    padding-bottom: 0;
    background: #010D03;
    color: #fff;
    position: relative;
}

.footer{
    margin-top: 150px;
    background-size: cover;
}

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

.footer .footer-content{
    padding-top: 240px;
}

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

.footer-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

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

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

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

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

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

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

.footer-line .y-line {
    margin: 0 9px;
}

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

/* .footer-logo-column img {
    width: 240px;
} */

.footer-logo-column .intro {
    font-size: 15px;
    font-family: 'Poppins-Regular';
    color: rgb(255, 255, 255);
    line-height: 2;
    margin-right: 150px;
    margin-top: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer .item-3{
    width: 19%;
    padding-right: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.news-ul li {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 22px 0 !important;
}

.news-ul li:last-child {
    padding: 0!important;
}


.news-ul li .img {
    padding-bottom: 64%;
    border: 2px solid #fff;
    border-radius: 5px;
}

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

.news-ul li .right {
    overflow: hidden;
    width: 62%;
    margin-left: 5%;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.footer .news-ul li .right {
    height: 44px;
    overflow: hidden;
}

.news-ul li .right a {
    color: #cccccc;
    font-size: 15px;
    color: #fff;
}

.news-ul li:hover .right a {
    color: var(--primary-color);
    height: 44px;
    overflow: hidden;
}


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

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

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

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

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

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

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

.banner.mobile{
    display: none;
}

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

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

.banner .container{
    max-width: 1580px;
}

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

.banner .text .title{
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    text-transform: uppercase;
}

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

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

.index-carousel .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 98;
    background-color: rgba(0,0,0,0.5);
}

.index-carousel .text .box{
    width: 680px;
}

.index-carousel .text h3{
    font-size: 38px;
    font-family: 'Poppins-Bold';
    line-height: 1.5;
}

.index-carousel .text p{
    font-size: 15px;
    font-family: 'Poppins-Regular';
    margin-top: 20px;
    line-height: 2;
}

.index-carousel .text .btn{
    color: #fff;
    font-size: 18px;
    padding: 10px 27px;
    border-radius: 30px;
    margin-top: 40px;
    background-color: var(--primary-color);
}

.index-carousel .swiper-pagination {
    width: 100px;
    position: absolute;
    left: unset;
    right: 0;
    top: 50%;
    transform: translateY(-25%);
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.index-carousel .swiper-pagination .swiper-pagination-bullet {
    width: 50px!important;
    height: auto;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: unset;
    padding: 2px 140px 2px 0;
    border-radius: 5px;
    opacity: 1;
    position: relative;
}

.index-carousel .swiper-pagination .swiper-pagination-bullet-active {
    font-size: 24px;
}


.index-carousel .swiper-pagination .swiper-pagination-bullet-active::before {
    content: '';
    position: absolute;
    width: 25px;    
    height: 2px;
    left: -40px;
    top: 50%;
    background-color: #fff;
}

.company-advantage{
    padding: 35px 0 40px 0;
    background-color: #F2F4F1;
}

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

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

.company-advantage .advantage-box .item{
    width: 25%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.company-advantage .advantage-box .item .ico{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border: 3px solid #E8EBEF;
    background-color: #FFFFFF;
    border-radius: 50%;
}

.company-advantage .advantage-box .item .ico img{
    width: 53px;
}

.company-advantage .advantage-box .item .txt{
    width: calc(100% - 100px);
    font-size: 25px;
    color: #FFF;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

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

.company-advantage .advantage-box .item .num-box span{
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.2px;
    margin-left: 2px;
}

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

.company-advantage .advantage-box .item .num{
    color: #202020;
    font-size: 22px;
    letter-spacing: 0.2px;
}

.company-advantage .advantage-box .item .text{
    height: 54px;
    overflow: hidden;
    font-family: 'Poppins-Regular';
    font-size: 12px;
    color: #666666;
    letter-spacing: 0.2px;
}

.index-about{
    padding-bottom: 170px;
}

.index-about .left{
    padding-right: 75px;
    position: relative;
}

.index-about .left .lg-img{
    overflow: unset;
}

.index-about .left .lg-img::before{
    content: '';
    position: absolute;
    bottom: -80px;
    left: 265px;
    width: 20px;
    height: 180px;
    background-color: #E9ECEF;
    z-index: 1;
}

.index-about .left .lg-img::after{
    content: '';
    position: absolute;
    top: 20px;
    right: -45px;
    width: 20px;
    height: 180px;
    background-color: #E9ECEF;
}

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

.index-about .sm-img{
    position: absolute;
    bottom: -90px;
    right: 30px;
    border: 10px solid #fff;
}

.index-about .sm-img img{
    width: 310px;
    height: 310px;
    position: relative;
}

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

.index-about .right h3{
    font-size: 38px;
    font-family: 'Poppins-Bold';
    padding: 20px 0;
}

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

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

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

.index-about .btn{
    color: #fff;
    margin-top: 35px;
    padding: 13px 30px;
    background-color: var(--primary-color);
    border-radius: 30px;   
}

.index-product{
    background-color: #F2F4F1;
}

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

.index-product .section-title{
    width: 450px;
    margin: 0 auto 30px auto;
}

.products-item{
    margin-top: 30px;
}

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

.products-item .box .img{
    border: 1px solid #DEDEDE;
}

.products-item .pop-up{
    width: 310px;
    position: absolute;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    background-color: #fff;
    bottom: 35px;
    padding: 13px 8px 11px 20px;
    left: -105%;
    /* left: 0; */
    transition: all 0.5s;
}

.products-item .pop-up a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.products-item .pop-up .btn{
    padding: 0;
}

.products-item .pop-up .info h5{
    font-size: 12px;
    height: 14px;
    overflow: hidden;
    font-family: 'Poppins-Regular';
    color: var(--primary-color);
}

.products-item .pop-up .info p{
    font-size: 19px;
    height: 29px;
    overflow: hidden;
    color: #202020;
}

.products-item .pop-up .info h4,.products-item .pop-up .info p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.products-item .pop-up .btn{
    color: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--primary-color);
}

.products-item .pop-up .btn i{
    font-size: 22px;
}

.products-item:hover .pop-up{
    left: 0;
}

.index-case .row{
    background-image: url(../images/solution_bg.jpg);
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
}

.index-case .section-title{
    margin-bottom: 40px;
}

.index-case .item{
    display: flex;
    align-items: flex-end;
    color: #fff;
    border-right: 1px solid #fff;
    background-color: rgba(0,0,0,0.5);
    height: 65vh;
    padding: 0;
    transition: all 0.5s;
}

.index-case .item:last-child{
    border-right: unset;
}

.index-case .box{
    padding: 0 30px 45px 30px;
}

.index-case .item h5{
    font-size: 25px;
    font-family: 'Poppins-Regular';
    margin-bottom: 15px;
}

.index-case .item h3 a{
    color: #fff;
    font-size: 26px;
    line-height: 37px;
    height: 73px;
    overflow: hidden;
    margin-bottom: 10px;
    display: inline-block;
}

.index-case .item p{
    font-size: 15px;
    line-height: 30px;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s, height 0.5s;
    font-family: 'Poppins-Regular';
    overflow: hidden;
}

.index-case .item .btn{
    color: #fff;
    border: 1px solid #fff;
    margin-top: 25px;
    border-radius: unset;
}

.index-case .item:hover{
    background-color: rgba(0,0,0,0.75);
}

.index-case .item:hover p{
    height: 140px;
    visibility: visible;
    opacity: 1;
}

.index-case .item:hover .btn{
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.news-item .box{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

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

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

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

.news-item .date .month{
    font-size: 16px;
    font-family: 'Poppins-Regular';
    text-transform: uppercase;
}

.news-item .info{
    display: flex;
    background-color: #F4F5F8;
    padding: 11px 30px 11px 30px;
}

.news-item .info li:nth-child(1){
    margin-right: 15px;
}

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

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

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

.news-item .text .title{
    color: #202020;
    font-size: 19px;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 15px;
}

.news-item .text .more{
    color: #333333;
    display: flex;
    align-items: center;
    transition: all 0.5s;
    justify-content: space-between;
}

.news-item .text .more .line{
    width: 60%;
    height: 1px;
    background-color: #999999;
    margin: 0 15px;
}

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

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

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

.news .news-item{
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}

.news-box{
    position: relative;
}

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

.index-news .section-title{
    width: 550px;
    margin: 0 auto;
    margin-bottom: 40px;
}

#news{
    padding-bottom: 80px;
}

#index-news-prev{
    left: -130px;
}

#index-news-next{
    right: -130px;
}

#index-news-prev,#index-news-next{
    top: 43%;
}

.index-contact{
    position: absolute;
    top: -150px;
    right: 0;
    left: 0;
    padding: 0;
}

.index-contact .box{
    width: 100%;
    height: 100%;
    position: relative;
}

.index-contact .img{
    padding-bottom: 20.42%;
}

.index-contact .img::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(215, 218, 221, 0.8);
}

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

.index-contact .text h3{
    color: #202020;
    font-size: 32px;
    font-family: 'Poppins-Bold';
}

.index-contact .text p{
    color: #202020;
    font-size: 18px;
    font-family: 'Poppins-Regular';
    margin: 20px 0 30px 0;
}

.index-contact .text .btn{
    color: var(--primary-color);
    font-size: 18px;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 30px;
    padding: 6px 24px;
}

/* .index-contact:hover .text .btn{
    color: #fff;
    background-color: var(--primary-color);
} */

.product{
    padding-bottom: 50px;
}

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

.product .container{
    max-width: 1700px; 
}

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

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

.product .filter .plate-title{
    color: #fff;
    font-size: 24px;
    font-family: 'Poppins-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;
    font-family: 'Poppins-Medium';
    transition: all 0.5s;
}

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

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

.product .filter .parent-li i{
    color: #020202;
    width: 25px;
    text-align: right;
    margin-top: 0px;
    font-size: 20px;
    font-family: 'Poppins-Regular';
    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;
    font-family: 'Poppins-Regular';
    margin-left: 2px;
}

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

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

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

.product .products-item{
    margin-top: 0;
    margin-bottom: 30px;
}

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

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

.product-detail-1 .img {
    /* box-shadow: 0 0 2px 2px rgba(114, 114, 114, 0.5); */
    padding-bottom: 100%;
}
.product-detail-1 .img img{
    object-fit: cover;
}

.product-detail-1 .left,.product-detail-1 .right{
    padding-left: 0;
    padding-right: 0;
}

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

.product-detail-1 .right .social-links{
    justify-content: flex-end;
    padding-top: 0;
}
.product-detail-1 .right .social-links .social-item{
    margin-top: 0;
    border: 1px solid #dcdcdc;
}
.product-detail-1 .right .social-links .social-item i{
    color: #333333;
}
.product-detail-1 .right .social-links .social-item:hover{
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}
.product-detail-1 .right .social-links .social-item:hover i{
    color: #fff;
}
.product-detail-1 .right .box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #F8F8F8;
    padding-left: 70px;
    padding-right: 40px;
}

.product-detail-1 .right .title {
    font-size: 28px;
    font-family: 'Poppins-Bold';
    margin-bottom: 40px;
    color: #202020;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.product-detail-1 .right .p-item .item-title{
    color: #333333;
    font-size: 25px;
    margin-bottom: 15px;
}

.product-detail-1 .right .p-item .intro {
    color: #666666;
    max-height: 320px;
    overflow-y: scroll;
    font-size: 15px;
    line-height: 1.875;
    padding-right: 10px;
}

.product-detail-1 .right .p-item .intro::-webkit-scrollbar{
    width: 3px;
}

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


.product-detail-1 .right .p-item .intro ul li{
    position: relative;
    display: block;
    margin-bottom: 5px;
}

/* .product-detail-1 .right .p-item .intro ul li::before{
    content: '';
    display: inline-block;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--primary-color);
    line-height: 30px;
    margin-right: 8px;
} */


.product-detail-1 .right .p-item .item{
    color: #999999;
    font-size: 15px;
    margin-bottom: 15px;
}
.product-detail-1 .right .p-item .item .round{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin-right: 10px;
}

.product-detail-1 .right .btn-group{
    display: flex;
    margin-top: 30px;
    /* position: absolute;
    bottom: 50px; */
}
.product-detail-1 .right .btn-group .item{
    display: flex;
    align-items: flex-start;
    padding: 8px 30px;
    transition: all 0.2s;
    transition-timing-function: ease-out;
    cursor: pointer;
    font-size: 22px;
}
.product-detail-1 .right .btn-group .email{
    background-color: #25d366;
}
.product-detail-1 .right .btn-group .contact{
    color: #ffffff;
    background-color: var(--primary-color);
}
.product-detail-1 .right .btn-group .item img{
    margin-right: 10px;
}
.product-detail-1 .right .btn-group .item a{
    color: #ffffff;
}
.product-detail-1 .right .btn-group .item:nth-child(odd){
    margin-right: 20px;
    border-radius: 30px;
}
.product-detail-1 .right .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

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

.gallery-prev,.gallery-next{
    width: 60px;
    height: 60px;
    border-radius: unset;
    box-shadow: unset;
    background-color: #8F8F8F;
}

.gallery-prev{
    left: 0;
}

.gallery-next{
    right: 0;
}

.gallery-prev i,.gallery-next i{
    font-size: 40px;
    color: #fff;
}

.product-detail-1 .plate-item{
    margin-top: 60px;
}

.product-detail-1 .plate-item h3{
    font-size: 38px;
    font-family: 'Poppins-Medium';
    margin-bottom: 20px;
}

.product-detail-1 .plate-item p{
    font-size: 20px;
    font-family: 'Poppins-Regular';
    color: rgb(51, 51, 51);
    line-height: 1.75;
}

.product-detail-1 .plate-item .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
}
/* .product-detail-1 .plate-item .left,.product-detail-1 .plate-item .right{
    width: 100%;
    flex: 0 0 47%;
    max-width: 47%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}
.product-detail-1 .plate-item .left:nth-last-child(1),.product-detail-1 .plate-item .left:nth-last-child(2){
    border-bottom: 1px solid #DADADA;
} */
.product-detail-1 .plate-item span{
    font-size: 20px;
    font-family: 'Poppins-Medium';
}
.product-detail-1 .plate-item .left span:nth-child(2){
    color: #666666;
}
.product-detail-1 .plate-item:nth-child(3) h3{
    margin-bottom: 40px;
}

.product-detail-1 .plate-item .item:nth-child(1) .left,.product-detail-1 .plate-item .item:nth-child(1) .right{
    padding-top: 25px;
    border-top: 1px solid #DADADA;
}


.recommend{
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 80px;
    background-color: #F2F2F2;
}

.recommend h3{
    font-size: 38px;
    font-family: 'Poppins-Medium';
}

#recommend{
    margin-top: 40px;
}

.recommend .product-item{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.recommend .recommend-box{
    position: relative;
}

.recommend-prev,.recommend-next{
    width: 55px;
    height: 55px;
    border-radius: unset;
    box-shadow: unset;
    background-color: #8F8F8F;
}

.recommend .recommend-prev{
    left: -150px;
}

.recommend .recommend-next{
    right: -150px;
}

.recommend-prev i,.recommend-next i{
    font-size: 37px;
    color: #fff;
}

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

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

.inquiry .section-title {
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.inquiry .section-intro {
    width: 870px;
    margin-left: auto;
    margin-right: auto;
    color: #202020;
    font-size: 20px;
    margin-bottom: 40px;
    letter-spacing: 0.2px;
}

.inquiry #inquiryForm .item .title {
    color: #202020;
    font-size: 18px;
    line-height: 1.333;
    text-align: left;
    margin-bottom: 7px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.inquiry:not(.zh) .section-title{
    font-family: 'Poppins-Bold',sans-serif;
}

.inquiry:not(.zh) .section-intro{
    font-size: 18px;
    line-height: 28px;
    font-family: 'Poppins-Regular',sans-serif;
}

.inquiry:not(.zh) #inquiryForm .item .title{
    text-transform: capitalize;
    font-family: 'Poppins-Regular',sans-serif;
}

.inquiry:not(.zh) #inquiryForm .item input::placeholder{
    font-family: 'Poppins-Regular',sans-serif;
}

.inquiry:not(.zh) #inquiryForm .bottom .left p {
    font-size: 16px;
    font-family: 'Poppins-Regular',sans-serif;
}

.inquiry:not(.zh) #inquiryForm .bottom .right button{
    font-family: 'Poppins-Regular',sans-serif;
}


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

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

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

    #placeholderBox{
        height: 95px;
    }

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

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

    .main-nav{
        display: block;
    }

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

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


.gallery-prev, .gallery-next {
    width: 60px;
    height: 60px;
    border-radius: unset;
    box-shadow: unset;
    background-color: #8F8F8F;
}

.gallery-prev {
    left: 0;
}

.gallery-next {
    right: 0;
}

.gallery-prev i, .gallery-next i {
    font-size: 40px;
    color: #fff;
}

.recommend-prev, .recommend-next {
    width: 55px;
    height: 55px;
    border-radius: unset;
    box-shadow: unset;
    background-color: #8F8F8F;
}

.recommend-prev i, .recommend-next i {
    font-size: 37px;
    color: #fff;
}

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

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

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

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

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

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

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

.envir{
    padding-top: 0;
}

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

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

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

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

.envir #envir-flow .layui-flow-more .more-btn {
    color: #fff;
    border: unset;
    padding: 9px 37px;
    font-size: 18px;
    font-family: 'Poppins-Medium';
    border-radius: 30px;
    background-color: #24252A;
    transition: all 0.5s;
}

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

.envir .container{
    max-width: 1400px;
}

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

.solution-list .solutions-item{
    margin-top: 50px;
}


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

.solutions-item .text{
    margin-top: 15px;
}

.solutions-item h4{
    font-size: 22px;
    font-family: 'Poppins-Medium';
}

.solutions-item p{
    font-size: 17px;
    color: #999999;
    font-family: 'Poppins-Regular';
    margin-top: 7px;
}

.solutions-item h4,.solutions-item p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
}

.solutions-item:hover h4{
    color: var(--primary-color);
}

.solution-detail .title {
    font-size: 38px;
    font-family: "Poppins-Bold";
    margin-bottom: 45px;
    line-height: 50px;
}


.casedetail .news-box {
    margin-top: 0;
}

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

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

.casedetail .left {
    padding-left: unset;
    padding-right: 55px;
}

.casedetail .left .title {
    color: #000000;
    font-size: 30px;
    font-family: 'Poppins-Bold';
    line-height: 40px;
}

.casedetail .left .specific .item {
    display: flex;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 45px;
}

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

.casedetail .left .specific .item:last-child {
    margin-bottom: unset;
}

.casedetail .left .specific .item .img {
    padding-bottom: 58.54%;
}

.casedetail .left .specific .item .title,
.casedetail .left .specific .item .intro {
    color: #000000;
}

.casedetail .left .specific .item .intro {
    line-height: 30px;
}

.casedetail .left .specific .item .text {
    padding-left: 30px;
}

.casedetail .left .specific .item:nth-child(even) .text {
    padding-left: 15px;
    padding-right: 30px;
}

.casedetail .other {
    position: sticky;
    top: 240px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-right: unset;
}

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

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

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

.casedetail .other .other-box.news-box {
    background-color: #fff;
    padding: 30px 40px 30px;
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid var(--primary-color);
}


.casedetail .other hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.casedetail .other .example {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 8px 0 8px 0;
}

.casedetail .other .example .col-3 {
    flex: 0 0 28%;
    max-width: 28%;
    float: left;
    padding-left: 0;
}

.casedetail .other .example .col-3 .img {
    padding-bottom: 78%;
}

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

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

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

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

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

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

.casedetail .inquiry-box {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 30px;
    padding-bottom: 35px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    border: 1px solid #e1e1e1;
}

.casedetail .inquiry-box .title {
    font-size: 20px;
    color: #202020;
}

.casedetail .inquiry-box #form textarea {
    height: 100px;
}

.casedetail .inquiry-box #form input,
.casedetail .inquiry-box #form textarea {
    font-size: 12px;
}

.casedetail #form .formbtn {
    padding: 9px 0;
}

.casedetail .other hr {
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #e1e1e1;
}

.casedetail .other .bottom-line {
    border-bottom: 4px solid #a3906d;
}

.casedetail .news-item .info li {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #B9B9B9;
}

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

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

.casedetail .intro {
    font-size: 20px;
    font-family: 'Poppins-Medium';
    color: rgb(102, 102, 102);
    line-height: 1.75;
    margin-right: 70px;
}

.casedetail .news-item .info {
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: unset;
    padding: 0;
}

.casedetail .article {
    margin-top: 30px;
}

.casedetail .news-item {
    padding-left: 0;
}


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

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

.social .social-item.wechat{
    position: relative;
    margin-right: unset;
}

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

.social-links .social-item:hover {
    background-color: #fff;
}

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

.social-links .social-item.tiktok {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links .social-item.tiktok img {
    filter: brightness(100);
}

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

.social-links .social-item.twitter,
.social-links .social-item.tiktok {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links .social-item.twitter img,
.social-links .social-item.tiktok img {
    width: 18px;
    filter: grayscale(1) brightness(2);
}

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

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

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

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

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

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

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

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

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

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

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

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

.map iframe{
    width: 100%;
}

.contact{
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

.map{
    padding-top: 0;
}

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

.main-function-nav .drop-down:hover > ul{
    left: 10%;
    top: 200%;
}

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

.function-nav .search i{
    color: #202020;
    width: 19px;
    transition: all 0.5s;
}

.function-nav .search .search-form{
    display: flex;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

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

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

.function-nav .search .search-form input:focus{
    box-shadow: rgba(115, 182, 41, 0.25) 0px 0px 0px 0.1rem;
    border-color: var(--primary-color);
}

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

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

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


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

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

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

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

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

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


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

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

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

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

/* .solution-detail .row > .right{
    padding-right: 30px;
} */

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

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

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

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

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

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

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

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

.solution-detail .right .text{
    padding: 35px 0 0 0;
    border-radius: 10px;
    position: relative;
}

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

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

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

.solution-detail .detail .item{
    display: flex;
    justify-content: center;
    border-radius: 10px;
}

.solution-detail .detail .item .left,.solution-detail .detail .item .right{
    padding-left: 0;
    padding-right: 0;
    border-radius: 5px;
}


.solution-detail .detail .item .right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F8F8F8;
    padding: 0 45px 0 45px;
}

.solution-detail .detail .item .left .img{
    border-radius: unset;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-bottom: 86%;
}

.solution-detail .detail .item .detail-title{
    font-size: 25px;
    font-family: 'Poppins-Medium';
    margin-bottom: 10px;
}
  
.solution-detail .detail .item .detail-intro{
    font-size: 15px;
    font-family: 'Poppins-Regular';
    color: rgb(102, 102, 102);
    line-height: 1.667;
    max-height: 200px;
    overflow: hidden;
}
  
.solution-detail .detail .item:nth-child(even){
    flex-direction: row-reverse;
}

.solution-detail .detail .item:nth-child(even) .left .img{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.solution-detail .box .news-box {
    padding: unset;
    box-shadow: unset;
    background-color: unset;
    border-bottom: unset;
    margin-top: unset;
}

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

.solution-detail .box .news-box .news-ul li .img {
    padding-bottom: 68%;
    border-radius: 10px;
}

.solution-detail .news-box .news-ul li .left {
    padding-right: 5px;
}

.solution-detail .box .news-box .news-ul li .right {
    overflow: hidden;
    font-size: 15px;
    padding-right: 30px;
    -webkit-line-clamp: 2;
}

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

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

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

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

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

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

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

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

.function-nav-xs{
    display: none;
}

@media (max-width: 768px) {
    .header-top-section{
        display: none;
    }
    .main-nav{
        display: none;
    }
    .function-nav-wrapper{
        display: none;
    }
    #header{
        top: 0;
    }
    #header .container{
        padding: 0 15px;
        background-color: unset;
        clip-path: unset;
        -webkit-clip-path:unset;
    }
    #header{
        background-color: #fff;
        box-shadow: 0 0 5px 2px rgba(167, 167, 167, 0.5);
        z-index: 9997;
    }
    #header .container::before{
        display: none;
    }
    #header .logo img {
        max-width: 90px;
        max-height: 50px;
    }
    .index-product .section-title,
    .index-news .section-title{
        width: auto;
    }
    #index-news-prev{
        left: 0;
    }
    #index-news-next{
        right: 0;
    }
    .index-carousel .img{
        padding-bottom: 120%;
    }
    .index-carousel .text .box{
        width: 100%;
    }
    .index-carousel .text h3{
        font-size: 25px;
        line-height: 1.4;
    }
    .index-carousel .text p{
        font-size: 14px;
        line-height: 1.8;
    }
    .index-carousel .text .btn{
        font-size: 15px;
        padding: 7px 24px;
        margin-top: 20px;
    }
    .index-carousel .img{
        height: auto;
    }
    .index-carousel .swiper-pagination{
        display: none;
    }
    .company-advantage .advantage-box .item{
        width: 100%;
        margin-bottom: 25px;
    }
    .company-advantage .advantage-box .item:last-child{
        margin-bottom: 0;
    }
    .company-advantage .advantage-box .item .ico{
        width: 80px;
        height: 80px;
    }
    .company-advantage .advantage-box .item .ico img{
        width: 42px;
    }
    .company-advantage .advantage-box .item .txt{
        padding-right: 0;
    }
    .company-advantage .advantage-box .item .ico{
        border: 2px solid var(--primary-color);
    }
    .company-advantage .advantage-box .item .num{
        font-size: 20px;
    }
    .company-advantage .advantage-box .item .text{
        height: 36px;
    }
    .products-item .pop-up{
        left: 0;
    }
    .index-about{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .index-about .sm-img img{
        width: 110px;
        height: 110px;
    }
    .index-about .left{
        padding-right: 15px;
    }
    .index-about .right{
        padding-left: 15px;
        margin-top: 100px;
    }
    .index-about .left .lg-img::before,
    .index-about .left .lg-img::after{
        content: unset;
    }
    .index-about .sm-img {
        bottom: -28px;
        right: 0;
    }
    .index-about .right{
        margin-top: 50px;
    }
    .index-about .right h5{
        font-size: 18px;
        line-height: 23px;
    }
    .index-about .right h3{
        font-size: 26px;
        padding: 12px 0 15px 0;
        line-height: 33px;
    }
    .index-about .right p{
        line-height: 32px;
    }
    .index-about .btn{
        padding: 8px 25px;
        margin-top: 25px;
    }
    .index-about ul{
        line-height: 40px;
    }
    .btn{
        font-size: 15px;
    }
    .section-title{
        font-size: 26px;
    }
    .index-product .section-title{
        margin: 0;
    }
    .index-case .item{
        height: 61vh;
    }
    .index-case .item h5{
        font-size: 23px;
        margin-bottom: 10px;
    }
    .index-case .item h3 a {
        font-size: 21px;
        line-height: 30px;
        height: 60px;
        margin-bottom: 5px;
    }
    .index-case .section-title{
        margin-bottom: 20px;
    }
    .index-case .box{
        padding: 0 15px 30px 15px;
    }
    .index-case .item{
        background-color: rgba(0, 0, 0, 0.75)!important;
        border-right: unset;
        border-bottom: 1px solid #fff;
    }
    .index-case .item h3{
        font-size: unset;
    }
    .index-case .item p{
        height: 140px!important;
        visibility: visible!important;
        opacity: 1!important;
    }
    .index-news .section-title{
        margin-bottom: 20px;
    }
    .news-item .date{
        top: 18px;
        right: 15px;
        padding: 6px 10px 6px 10px;
    }
    .news-item .date .day{
        font-size: 22px;
    }
    .news-item .date .month{
        font-size: 13px;
    }
    .news-item .info{
        padding: 11px 15px 11px 15px;
    }
    .news-item .text{
        padding: 15px;
    }
    .news-item .text .title {
        font-size: 16px;
        height: 50px;
        margin-bottom: 15px;
        line-height: unset;
    }
    .news-item .text .more span{
        font-size: 13px;
    }
    .news-item .text .more .line{
        width: 55%;
    }
    #index-news-prev, #index-news-next{
        top: 30%;
    }
    #index-news-prev{
        left: 10px;
    }
    #index-news-next{
        right: 10px;
    }
    #news{
        padding-bottom: 40px;
    }
    .index-contact{
        position: unset;
    }
    .index-contact .col-12{
        padding: 0;
    }
    .index-contact .text{
        padding: 0 15px;
    }
    .index-contact .text h3{
        font-size: 26px;
        text-align: center;
    }
    .index-contact .text p{
        font-size: 16px;
        margin: 10px 0 18px 0;
    }
    .index-contact .text .btn{
        font-size: 14px;
    }
    .index-contact .img{
        padding-bottom: 60%;
    }
    .footer{
        margin-top: 0;
    }
    .footer-img{
        width: 230px;
    }
    .footer .item {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .footer .social-media{
        gap: 10px;
    }
    .footer .social-media li a{
        border: 1px solid #3F3F3F;
        border-radius: 50%;
    }
    .footer .social-media{
        padding: 0 0 15px 0;
    }
    .mobile-footer .panel-heading {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-footer .panel-heading .panel-title {
        padding: 15px 0;
    }
    .mobile-footer .panel-heading .panel-title{
        color: #e2dfdf;
    }
    .panel-group .container {
        padding-left: 0;
        padding-right: 0;
    }
    .panel-group .container .float-right {
        margin-bottom: 10px;
    }
    .footer-line {
        margin-top: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        flex-direction: column-reverse;
    }
    .footer .news-ul{
        padding-bottom: 15px;
    }
    nav.mobile-nav{
        display: block;
    }
    .mobile-nav{
        display: none;
    }
    .inquiry{
        padding-top: 30px;
        padding-bottom: 30px;
    }

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

    .inquiry .section-intro{
        font-size: 15px;
        margin-bottom: 25px;
    }

    .inquiry:not(.zh) .section-intro{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

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

    .inquiry #inquiryForm .item .title{
        font-size: 14px;
    }

    .inquiry #inquiryForm .item input{
        height: 40px;
    }

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

    .inquiry #inquiryForm .bottom .right{
        padding-left: 0;
    }

    .inquiry #inquiryForm .bottom .right button,
    .inquiry:not(.zh) #inquiryForm .bottom .right button{
        width: 100%;
        font-size: 15px;
        padding: 10px 115px;
    }
    .inquiry .section-intro{
        width: unset;
    }
    .banner .img{
        padding-bottom: 40%;
    }
    .banner .text .title{
        font-size: 25px;
        margin-top: 0;
    }
    .product .filter-outer{
        position: unset;
        width: 100%;
        margin-bottom: 30px;
    }
    .product .list{
        width: 100%;
    }
    .product .filter .plate-title{
        font-size: 22px;
    }
    .product .filter .level-1 li{
        padding: 13px 15px 13px 20px;
    }
    .product .filter .level-1 li span{
        font-size: 15px;
    }
    .products-item .pop-up{
        padding: 10px 8px 10px 20px;
    }
    .products-item .pop-up .info p{
        font-size: 17px;
        height: unset;
    }
    .inquiry{
        margin-bottom: 0;
    }
    .inquiry #inquiryForm .bottom .left{
        display: none;
    }
    .inquiry #inquiryForm .bottom .right{
        width: 100%;
        max-width: 100%;
    }
    .product{
        padding-bottom: 40px;
    }
    .product .pagination{
        padding-top: 10px;
    }
    .pagination{
        padding-top: 30px;
    }
    .pagination a{
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .product-detail-1{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .gallery-prev, .gallery-next{
        width: 40px;
        height: 40px;
    }
    .gallery-prev i, .gallery-next i{
        font-size: 25px;
    }
    .product-detail-1 .right .box{
        padding-left: 20px;
        padding-right: 20px;
    }
    .product-detail-1 .right .title{
        font-size: 23px;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .product-detail-1 .right .p-item .intro{
        padding-right: 0;
    }
    .product-detail-1 .right .btn-group{
        margin-top: 10px;
        padding-bottom: 30px;
    }
    .product-detail-1 .right .btn-group .item:nth-child(odd){
        font-size: 15px;
    }
    .product-detail-1 .plate-item{
        margin-top: 30px;
    }
    .product-detail-1 .plate-item h3{
        font-size: 30px;
        margin-bottom: 0;
    }
    .product-detail-1 .plate-item p{
        font-size: 15px;
    }
    /* .product-detail-1 .plate-item .left, .product-detail-1 .plate-item .right{
        flex: 0 0 100%;
        max-width: 100%;
    } */
    .product-detail-1 .plate-item:nth-child(3) h3{
        margin-bottom: 30px;
    }
    .product-detail-1 .plate-item .item:nth-child(1) .left, .product-detail-1 .plate-item .item:nth-child(1) .right{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .product-detail-1 .plate-item span{
        font-size: 15px;
    }
    .product-detail-1 .item .left:nth-child(even){
        text-align: right;
    }
    .recommend{
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    #recommend{
        margin-top: 20px;
    }
    .recommend h3{
        font-size: 30px;
    }
    .recommend .recommend-prev{
        left: 0;
    }
    .recommend .recommend-next{
        right: 0;
    }
    .recommend-prev, .recommend-next{
        width: 40px;
        height: 40px;
        top: 48%;
    }
    .recommend-prev i, .recommend-next i{
        font-size: 25px;
    }
    .recommend .products-item{
        margin-top: 0;
    }
    .product-feature ul{
        margin-top: 30px;
    }
    .product-feature ul > li{
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .product-feature ul > li:nth-child(2){
        padding-top: 0;
        border-top: unset;
    }
    .product-feature ul > li .left, .product-feature ul > li .right{
        font-size: 14px;
    }
    .product-feature ul > li:first-child{
        padding-top: 20px;
    }
    .product-detail-1 .plate-item h3,
    .recommend h3{
        font-size: 27px;
    }
    .about .left .img{
        padding-bottom: 80%;
    }
    .about .right{
        margin-bottom: 35px;
    }
    .about .right h3{
        font-size: 25px;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .about .right p{
        font-size: 15px;
        line-height: 30px;
    }
    .envir{
        padding-bottom: 35px;
    }
    .envir .section-title{
        margin-bottom: 0;
    }
    .envir #envir-flow .layui-flow-more{
        margin-top: 30px;
    }
    .envir #envir-flow .layui-flow-more .more-btn{
        font-size: 13px;
        padding: 3px 28px;
    }
    .solution-list{
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .solution-list .solutions-item{
        margin-top: 30px;
    }
    .solutions-item h4{
        font-size: 18px;
    }
    .solutions-item p{
        font-size: 15px;
    }
    .solution-detail .social-links{
        padding-bottom: 0;
    }
    .solution-detail{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .solution-detail .title{
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .solution-detail .box{
        padding: 20px 20px; 
    }
    .solution-detail .box .title{
        font-size: 23px;
        margin-bottom: 20px;
    }
    .solution-detail .info li{
        height: 40px;
    }
    .solution-detail .info .left{
        font-size: 17px;
    }
    .solution-item .text{
        margin: 0;
    }
    .solution-detail .box{
        margin-bottom: 40px;
    }
    .solution-detail .right .text{
        padding: 20px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }
    .solution-detail .right .text .title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .solution-detail .right .text .intro{
        font-size: 14px;
        line-height: 1.6;
    }
    .solution-detail .detail .item{
        flex-direction: column;
        margin-bottom: 30px;
    }
    .solution-detail .detail .item:nth-child(even){
        flex-direction: column;
    }
    .solution-detail .detail .item .right{
        padding: 15px 20px 20px 20px;
    }
    .solution-detail .article{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .solution-detail .social-links{
        width: 100%;
    }
    .solution-detail .row > .left{
        padding-left: 15px;
    }
    .solution-detail .box{
        padding: 30px 20px;
    }
    .solution-detail .info li:last-child{
        margin-bottom: 10px;
    }
    .solution-detail .detail .item .detail-title{
        font-size: 23px;
    }
    .solution-detail .box:last-child{
        margin-bottom: 20px;
    }
    .solution-detail .box .news-box h3{
        font-size: 23px;
        margin-bottom: 20px;
    }
    .solution-detail .info .right{
        text-align: right;
    }
    .solution-detail .right .text{
        padding: 15px 0 10px 0;
    }
    .solution-detail .article{
        margin-top: 20px;
    }
    .solution-detail .info li{
        height: 50px;
    }
    .solution-detail .info .right{
        padding-left: 15px;
    }
    .solution-detail .news-box ul>li .right a{
        font-size: 16px;
    }
    .solution-detail .box .news-box .news-ul li .right{
        padding-right: 0;
    }   
    .casedetail{
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .casedetail .left{
        padding-right: 0;
    }
    .casedetail .left .title{
        font-size: 24px;
        line-height: 38px;
    }
    .casedetail .news-item{
        padding-right: 0;
        margin-bottom: 30px;
    }
    .casedetail .news-item .info{
        margin-top: 25px;
        margin-bottom: 0;
    }
    .casedetail .article{
        margin-top: 10px;
    }
    .casedetail .other{
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 35px;
        position: unset;
    }
    .casedetail .other hr{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .casedetail .other .other-box.news-box{
        padding: 20px 20px 30px 25px;
        position: unset;
    }
    .casedetail .other .example .col-3{
        flex: 0 0 30%;
        max-width: 30%;
    }
    .casedetail .other .example .col-7{
        flex: 0 0 70%;
        max-width: 70%;
        padding-right: 0;
    }
    .casedetail .news-item .info li{
        margin-right: 15px;
        padding-right: 15px;
    } 
    .casedetail .other .title{
        font-size: 23px;
    }
    .solution-detail .social-links .social-item{
        width: 35px;
        height: 35px;
    }
    .solution-detail .social-links .social-item i{
        font-size: 18px;
    }
    .solution-detail .social-links .social-item.tiktok img,
    .solution-detail .social-links .social-item.twitter img{
        width: 20px;
    }
    .contact{
        padding-top: 0;
        padding-bottom: 0;
    }
    .contact .item{
        padding: 20px 0 0 0;
    }
    .contact .item h5{
        font-size: 18px;
        margin: 0 0 8px 0;
    }
    .contact .item .box{
        width: 80px;
        height: 80px;
    }
    .contact .item .box img{
        width: 45px;
    }
    .contact .item:last-child{
        padding: 20px 0 40px 0;
    }    
    .map .container{
        padding-left: 0;
        padding-right: 0;
    }
    .map iframe{
        height: 250px;
    }    
    .function-nav-xs{
        display: block;
    }
    .search{
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    .search i{
        color: #fff;
        margin-top: 10px;
        padding-right: 20px;
        font-size: 20px;
    }
    .search-form{
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 10px;
    }
    .search-form input{
        padding: 0 0 0 10px;
        height: 37px;
    }
    .search-form input::placeholder{
        font-size: 13px;
    }
    .main-nav > ul{
        padding-left: 0;
    }
    .main-nav > ul > li{
        height: unset;
        line-height: unset;
    }
    .main-nav > ul > li.drop-down > a{
        line-height: unset;
    }
    .mobile-nav .flag-li .current-flag {
        display: flex;
        align-items: center;
        margin-top: 10px;
        padding: 10px 20px 10px 20px!important;
    }
    .mobile-nav .flag-li .current-flag span {
        margin-left: 10px;
    }
    .mobile-nav .flag-li.drop-down > a:after{
        display: none;
    }
    .mobile-nav .flag-li.drop-down ul{
        box-shadow: unset;
        background-color: unset;
    }
    .mobile-nav .flag-li.drop-down ul a{
        color: #fff;
    }
    .mobile-nav .flag-li.drop-down ul a:hover{
        color: #fff;
    }
    .mobile-nav .flag-li ul li img {
        margin-right: 8px;
    }
    .mobile-nav .flag-li a{
        font-size: 16px;
        padding: 12px 15px!important;
    }
    .mobile-nav .drop-down ul{
        padding: 0;
    }
    .mobile-nav .flag-li.drop-down li{
        height: unset;
        line-height: unset;
    }
    .article iframe{
        height: 250px;
    }
    #header .container{
        justify-content: space-between;
    }
    .mobile-nav{
        background-color: #E9ECEF;
    }
    .mobile-nav a{
        color: #202020;
    }
    .search i{
        color: #202020;
    }
}

@media (min-width: 1024px) and (max-width: 1600px) {
    .header-top-section .container{
        max-width: calc(100% - 50px);
    }
    .main-nav{
        padding-left: 20px;
    }
    .main-nav a{
        font-size: 17px;
        padding: 0 30px;
    }
    .company-advantage .container,
    .product .container,
    .container,
    #header .container{
        max-width: calc(100% - 50px);
    }
    .index-about .right h3{
        font-size: 36px;
    }
    .index-about .btn{
        padding: 10px 30px;
    }
    section{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .section-title{
        font-size: 36px;
    }
    .index-product .section-title{
        margin: 0 auto 20px auto;
    }
    .index-case .item h3 a{
        font-size: 25px;
    }
    .index-news .news-box,.recommend .recommend-box{
        padding: 0 70px;
    }
    .index-news #index-news-prev,
    .recommend .recommend-prev{
        left: 0;
    }
    .index-news #index-news-next,
    .recommend .recommend-next{
        right: 0;
    }
    .btn-prev, .btn-next{
        width: 40px;
        height: 40px;
    }
    .product .filter .plate-title{
        font-size: 22px;
    }
    .product .filter .level-1 li span{
        font-size: 16px;
    }
    .banner .text .title{
        font-size: 35px;
    }
    .inquiry .section-title{
        font-size: 35px;
    }
    .product-detail-1 .plate-item h3{
        font-size: 35px;
    }
    #recommend{
        margin-top: 20px;
    }
    .solution-detail .title{
        font-size: 36px;
    }
    .news-item .date .day{
        font-size: 25px;
    }
    .news-item .date .month{
        font-size: 15px;
    }
    .index-carousel .text .box{
        margin-top: 30px;
    }
    .index-carousel .text .btn{
        padding: 8px 27px;
    }
}