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

:root {
    --primary-color: #032e64;
    --secondary-color: #D02127;
}

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

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

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

.justify-center {
    justify-content: center;
}

.lazy-load{
    max-width: 100%;
}

.video-placeholder{
    max-width: 100%;
}

.video-placeholder img{
    max-width: 100%;
}

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

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

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

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

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

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

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

.article .h1, 
.article .h2, 
.article .h3, 
.article .h4, 
.article .h5, 
.article .h6, 
.article h1, 
.article h2, 
.article h3, 
.article h4, 
.article h5, 
.article h6{
    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;
}

/*--------------------------------------------------------------
# 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 !important;
}

.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: 60px;
    transition: background 0.5s;
    z-index: 100;
}

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

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

#header .container {
    display: flex;
    justify-content: space-between;
    max-width: 1510px;
    /* width: 100%; */
    position: relative;
    z-index: 1000;
}

/*--------------------------------------------------------------
# Top Navigation Menu
--------------------------------------------------------------*/
.main-nav {
    display: none;
}

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

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

.main-nav>ul>li.drop-down > a{
    pointer-events: none;
}

.main-nav>ul>li:nth-child(1) > a,.main-nav>ul>li:nth-child(2) > a{
    pointer-events: auto;
}

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

.main-nav>ul>li.is-open a{
    color: var(--primary-color);
}

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

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

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 1000;
    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: 55px;
    line-height: 50px;
    min-width: 180px;
    position: relative;
}

/* 隐藏产品大类的下拉 */
.main-nav .drop-down:nth-child(1) ul,.main-nav .drop-down:nth-child(2) ul,.main-nav .drop-down:nth-child(3) ul{
    /* display: none;*/
}


.main-nav .drop-down ul a {
    padding: 0 20px;
    font-size: 15px;
    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 .search {
    margin-left: 20px;
}

.main-nav .search img {
    filter: brightness(100);
    cursor: pointer;
    /* transition: all 0.5s; */
}

.main-nav .search form {
    position: absolute;
    width: 220px;
    height: 65px;
    top: 100%;
    right: 0;
    padding-top: 14px;
    /* box-shadow: 0 36px 43px -16px #24304f80; */
    opacity: 0;
    overflow: hidden;
    transition: height .3s ease-out, opacity .3s ease-out;
}

.main-nav .search form>input {
    width: 100%;
    height: 50px;
    padding: 0 20px 0 1.6rem;
    border: 1px solid #e8ebf1;
    appearance: none;
}

.main-nav .search form>input:focus {
    outline: unset;
    box-shadow: unset;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.main-nav .search form>input::placeholder {
    font-size: 15px;
}

.main-nav .search-form {
    padding-top: 8px;
}

/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgb(40 38 70 / 80%);
    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 li > a > i{
    display: 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: 70px;
    padding-bottom: 0;
    background: #fff;
    color: #FFF;
}

.footer{
    background-image: url(../images/footer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

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


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

.footer-line {
    display: flex;
    justify-content: space-between;
    color: #999999;
    font-size: 15px;
    border-top: 1px solid #666666;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 3rem;
}

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

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

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

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

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

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

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

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

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

/* Mobile Footer */
.mobile-footer {
    padding-top: 1.5rem;
    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;
}

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

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

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

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

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

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

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

.footer .item.item-2,
.footer .item.item-3 {
    width: 15%;
}

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

.footer .item-4 {
    width: 21%;
    padding-right: unset;
}


.footer .item.item-4 h3 {
    margin-bottom: 30px;
}

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

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


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

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

.news-ul li .right {
    /* height: 69px; */
    overflow: hidden;
    width: 70%;
    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: unset;
}

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

.news-ul li:hover .right a {
    color: var(--primary-color);
}


.footer .download-btn {
    font-size: 15px;
    padding: 11px 22px;
    border-radius: 10px;
}

.footer .download-btn a {
    color: #fff;
    font-size: 15px;
}

.footer .download-btn a:hover {
    color: #ffff;
}



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

.banner.mobile {
    display: none;
}

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

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

.banner .text {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
}

.banner .text .box {
    width: 1050px;
    text-align: center;
}

.banner h2 {
    font-size: 40px;
    font-family: 'Poppins-Bold';
}

.banner p {
    margin-top: 20px;
    font-size: 15px;
    font-family: "Poppins-Regular";
    color: rgb(255, 255, 255);
    line-height: 2;
    text-align: center;
}

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

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

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

.index-carousel h3 {
    font-size: 40px;
    font-family: 'Poppins-Bold';
    line-height: 60px;
    margin: 0 450px;
}

.index-carousel .intro{
    max-width: 1200px;
    margin: 50px auto 0 auto;
}

.index-carousel p {
    font-size: 18px;
    font-family: 'Poppins-Regular';
    margin-top: 50px;
    text-align: center;
}

.index-carousel .button-group {
    display: flex;
    justify-content: center;
    /* margin-top: 90px; */
    position: relative;
    z-index: 99;
}

.index-carousel .button-group > div{
    color: #fff;
    font-size: 16px;
    margin: 70px 20px 0 20px;
    padding: 15px 40px;
    transition: all 0.5s;
    cursor: pointer;
}

.index-carousel .button-group > div {
    border: 1px solid #fff;
}

.index-carousel .button-group > div:hover {
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid transparent;
}

.index-carousel .adv-img-group {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -135px;
    z-index: 99;
}

.adv-img-group .container {
    width: 1200px;
    border-radius: 20px;
    padding: 40px 51px;
    background-color: var(--primary-color);
}

.adv-img-group .item {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.adv-img-group .item img {
    width: 50px;
}

.adv-img-group .item .title {
    font-size: 18px;
    margin-top: 20px;
}

.carousel-layer {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.52);
}

.carousel-layer.show{
    display: flex;
}

.carousel-layer .container {
    width: 810px;
    background-color: #fff;
    padding: 55px 0;
    border-radius: 20px;
    position: relative;
}

.carousel-layer .close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 30px;
    right: 25px;
    color: #000000;
    opacity: 1;
    cursor: pointer;
}

.carousel-layer h3 {
    font-size: 40px;
    font-family: "Poppins-Bold";
    color: var(--primary-color);
    text-align: center;
    margin: 0 60px 30px 60px;
}

.carousel-layer .line {
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
    margin-bottom: 35px;
}

.carousel-layer .box {
    margin: 0 30px;
}

.carousel-layer .content {
    max-height: 500px;
    overflow: scroll;
    color: #202020;
    padding: 0 25px;
    text-align: left;
    font-family: 'Poppins-Light';
    line-height: 30px;
}

.carousel-layer .content::-webkit-scrollbar{
    width: 4px;
}

.carousel-layer .content::-webkit-scrollbar-thumb{
    border-radius: 2px;
    background-color: var(--primary-color);
}

.index-product {
    /** padding-top: 11rem; **/
}

.index-product h3 {
    margin-bottom: 20px;
}

.index-product .item {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
}

.index-product .item .box {
    display: flex;
    flex-direction: column;
    padding: 50px 50px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.2);
}

.index-product .item .title {
    font-size: 20px;
    font-family: 'Poppins-Bold';
    text-align: center;
    margin-top: 30px;
    line-height: 1.5;
    color: var(--primary-color);
    height: 60px;
    overflow: hidden;
}

.index-product .item .btn {
    color: #005eb8;
    font-size: 15px;
    margin: 25px auto 10px auto;
    padding: 8px 25px;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.5s;
}

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

.index-about {
    background-color: #F8F8F8;
    padding-bottom: 160px;
}

.index-about p {
    color: #666666;
    line-height: 27px;
    margin-top: 30px;
    margin-right: 50px;
    font-size: 16px;
    line-height: 35px;
    font-family: 'Poppins-Regular';
}

.index-about .img-box{
    margin-top: 15px;
}

.index-about .img-box img{
    height: 50px;
    margin-right: 10px;
    object-fit: cover;
}


.btn {
    color: #fff;
    font-size: 16px;
    margin-top: 50px;
    padding: 9px 27px;
    border-radius: 5px;
    background-color: var(--primary-color);
}

.btn:hover {
    color: #fff;
}

.index-about .right {
    background-image: url('../images/about_bg.png');
    background-repeat: no-repeat;
    background-position: 5px 170px;
    background-size: 90%;
    position: relative;
}

.index-about .right .video {
    background-color: #f0f0f0;
}

.index-about .right iframe {
    width: 550px;
    height: 420px;
    float: right;
    background-color: #202020;
}

.index-about .right .text {
    position: absolute;
    right: 15px;
    top: 540px;
    text-align: right;
    border-right: 5px solid var(--primary-color);
}

.index-about .right .text .title {
    font-size: 60px;
    font-family: "Poppins-Bold";
    line-height: 40px;
    padding-right: 30px;
    color: rgb(230, 230, 231);
}

.index-about .right .text .subtitle {
    font-size: 15px;
    font-family: "Poppins-Regular";
    padding-right: 30px;
    padding-top: 13px;
    color: rgb(32, 32, 32);
}

.index-about.about-details {
    padding-top: 0;
    padding-bottom: 80px;
    background-color: unset;
}

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

.index-about.about-details p {
    margin-top: 40px;
}

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

.index-about.about-details .right {
    flex: 0 0 44%;
    max-width: 44%;
    background-image: unset;
    padding-left: 20px;
}

.index-about.about-details .btn {
    font-size: 16px;
    /* padding: 10px 35px; */
    /* border-radius: unset; */
    margin-top: 40px;
}

.index-about.about-details ul {
    margin-top: 30px;
}

.index-about.about-details ul>li {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 40px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #666666;
}

.index-about.about-details ul>li:first-child {
    font-size: 16px;
    color: #666666;
    line-height: 35px;
    margin-top: 25px;
    margin-bottom: 30px;
    margin-right: 35px;
    padding-left: 0;
    font-family: 'Poppins-Regular';
}

.index-about.about-details ul>li:first-child::before {
    display: none;
}


.index-about.about-details ul>li::before {
    content: "\f00c";
    font-size: 14px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    background-color: var(--primary-color);
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-about.about-details ul>li:last-child {
    margin-bottom: 0;
}

.index-about.about-details .right iframe {
    width: 100%;
    height: 438px;
}

.index-experience {
    display: flex;
    align-items: center;
    background-image: url('../images/circle_bg.jpg');
    background-repeat: no-repeat;
    min-height: 700px;
}

.index-experience .container {
    max-width: 1510px;
}

.index-experience .img {
    border-radius: 30px;
    padding-bottom: 97.1%;
}

.index-experience .btn-prev {
    left: 30px;
}

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

.index-experience .right {
    padding-left: 50px;
    padding-right: 130px;
}

.index-experience .section-title {
    margin-right: 210px;
    margin-bottom: 30px;
}

.index-experience p {
    font-size: 16px;
    font-family: "Poppins-Regular";
    color: rgb(102, 102, 102);
    line-height: 2.25;
}

.index-experience .icon-box {
    width: 700px;
    margin-top: 40px;
}

.index-experience .icon-box .item {
    margin-bottom: 40px;
}
.index-experience .icon-box .item img {
    height: 45px;
}


.index-experience .icon-box .item .title {
    font-size: 16px;
    font-family: 'Poppins-Bold';
    margin-top: 20px;
}

.index-experience .icon-box .item:nth-child(3),
.index-experience .icon-box .item:nth-child(4) {
    margin-bottom: 10px;
}

.index-parts {
    padding-top: 100px;
    margin: 0 auto;
    background: #F8F8F8;
}

.index-parts .container {
    max-width: 1230px;
}

.index-parts .box {
    max-width: 1510px;
    position: relative;
}

.index-parts .img {
    padding-bottom: 77.74%;
}

.index-parts #parts {
    margin-top: 45px;
}

.index-parts .btn-prev {
    left: -130px;
}

.index-parts .btn-next {
    right: -130px;
}

.inquiry {
    background-color: #F8F8F8;
}

.inquiry .row {
    align-items: center;
    justify-content: space-between;
}


.inquiry .left .section-title {
    margin-right: 50px;
    margin-bottom: 45px;
}

.inquiry .info-group .item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.inquiry .info-group .item:last-child {
    margin-bottom: 0;
}

.inquiry .info-group .item img {
    position: absolute;
    padding-right: 50px;
}

.inquiry .info-group .item ul {
    font-size: 16px;
    color: #202020;
    margin-left: 50px;
}

.inquiry .info-group .item ul li,.inquiry .info-group .item ul li a{
    font-family: 'Poppins-Regular';
}

.inquiry .service-ul li{
    display: flex;
    align-items: center;
    line-height: 40px;
}

.inquiry .service-ul li span{
    font-size: 16px;
    font-family: 'Poppins-Regular';
}

.inquiry .service-ul li img{
    margin-right: 18px;
}

.inquiry h5{
    font-size: 20px;
    font-family: "Poppins-Bold";
    margin-top: 38px;
    margin-bottom: 15px;
    color: rgb(32, 32, 32);
}

.inquiry .right {
    flex: 0 0 48%;
    max-width: 48%;
}

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

.form .title {
    font-size: 25px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 5px;
}

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

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

.form .row .item {
    margin-bottom: 10px;
}

.form .row .item:last-child {
    display: flex;
    justify-content: space-between;
}

.form .row .item:last-child input {
    width: 355px;
    height: 55px;
}

.form .row .item:last-child img {
    width: 240px;
    height: 55px;
}

.form .row input,
.form .row select,
.form .row textarea {
    width: 100%;
    height: 36px;
    color: #a5a5a5;
    padding: 6px 12px 6px 18px;
    border: 1px solid #bcbcbc;
    font-size: 12px;
    font-family: 'Poppins-Reuglar';
}

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

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

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

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

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

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


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

.btn-prev i,
.btn-next i {
    font-size: 27px;
    font-weight: bold;
    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 {
    padding-top: 0;
}

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

.faq-list li {
    margin-bottom: 20px;
    background-color: #F9F9F9;
}

.faq-list .question {
    position: relative;
    display: flex;
    align-items: center;
    color: #202020;
    padding: 15px 35px;
    font-size: 16px;
    font-family: 'Poppins-Regular';
}

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

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

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

.faq-list .show-more {
    margin-top: 40px;
    border-radius: 5px;
    text-align: center;
}

.faq .more-btn {
    background-color: var(--primary-color);
    border: none;
    color: #FFF;
    padding: 6px 26px;
    font-size: 16px;
    font-family: 'Poppins-Regular';
    border-radius: 5px;
}

.dealer{
    padding-top: 0;
}

.dealer .left{
    flex: 0 0 45%;
    max-width: 45%;
}

.dealer .right{
    flex: 0 0 55%;
    max-width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 70px;
}

.dealer .right .img{
    padding-bottom: 102.4%;
}

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

.dealer h5{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin: 20px 0 20px 0;
}

.dealer p{
    font-size: 15px;
    color: #666666;
    font-family: 'Poppins-Regular';
    line-height: 30px;
}

.dealer .btn{
    font-size: 16px;
    margin-top: 30px;
    border-radius: 10px;
    /* padding: 11px 37px; */
}

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

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

.dealer-info .item:nth-last-child(1),.dealer-info .item:nth-last-child(2){
    margin-bottom: 0;
}

.dealer-info .item .box{
    color: #fff;
    border: 5px solid #fff;
    padding: 60px 50px;
    border-radius: 10px;
}

.dealer-info .item .box .line{
    width: 80px;
    height: 3px;
    background-color: #fff;
    margin: 25px 0;
}

.dealer-info .item .box h5{
    font-size: 25px;
    line-height: 37px;
}

.dealer-info .item .box p{
    font-size: 17px;
    font-family: 'Poppins-Regular';
    line-height: 35px;
}

.step .section-title{
    margin-bottom: 20px;
}

.step .item{
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.step .item .box{
    position: relative;
    z-index: 5;
    border-radius: 15px;
    background-color: rgb(248, 248, 248);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
}

.step .item .number{
    font-size: 50px;
    font-family: 'Poppins-Bold';
}

.step .item p{
    color: #666666;
    font-size: 15px;
    font-family: 'Poppins-Regular';
    line-height: 33px;
    height: 110px;
    overflow: hidden;
}

.step .item img{
    width: 110px;
    height: 110px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.05;
}

.nav-category{
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1000;
    background-color: #fff;
    z-index: 99;
    opacity: 1;
    position: relative;
}

.nav-category .nav-category-item{
    display: none;
    transition: ease all 0.4s;
    padding: 50px 0 50px 0;
}

.nav-category .nav-category-item.is-open{
    /*display: block;*/
}

.nav-category .container{
    max-width: 1510px!important;
    justify-content: space-between;
    width: 100%;
}

.nav-category .container .row{
    width: 100%;
    justify-content: space-between;
}

.nav-category .left{
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 55%;
    max-width: 55%;
    margin-left: -50px;
}

.nav-category .left .category-item{
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 35px;
}

.nav-category .left .category-item .title{
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    margin-top: 15px;
}

.nav-category .left .category-item:hover .title a{
    color: var(--primary-color);
}


.nav-category .left .img{
    padding-bottom: 64.36%;
}

.nav-category .right{
    flex: 0 0 45%;
    max-width: 45%;
    padding-left: 25px;
    padding-right: 0;
}

.nav-category .right .img-box{
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #fff;
}

.nav-category .right .img-box .img-box-item{
    width: 100%;
}

.nav-category .right .img{
    padding-bottom: 64.36%;
}

.nav-category .right h5{
    font-size: 15px;
    font-family: "Poppins-Regular";
    margin-top: 30px;
    color: rgb(102, 102, 102);
}

.nav-category .right h3{
    font-size: 22px;
    color: var(--primary-color);
    font-family: "Poppins-Bold";
    line-height: 1.4;
    margin: 13px 0;
}

.nav-category .right h3 a{
    color: var(--primary-color);
}

.nav-category .right p{
    color: #999999;
    font-size: 15px;
    font-family: "Poppins-Regular";
    height: 50px;
    overflow: hidden;
}

.nav-category:after {
    content: "";
    position: absolute;
    right: -100%;
    bottom: 0;
    background: #EEEEEE;
    top: 0;
    width: 148%;
    z-index: -1;
}

@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 {
        line-height: 50px;
        font-size: 35px;
        font-family: 'Poppins-Bold';
        text-align: center;
    }

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

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

    #placeholderBox {
        height: 160px;
    }

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

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

    .main-nav {
        display: block;
    }

    .main-nav a {
        font-size: 17px;
        padding: 0 21px;
    }

    .mobile-nav {
        display: none;
    }

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

    .main-footer {
        display: block;
    }

    .mobile-footer {
        display: none;
    }

    .btn-prev {
        left: 75px;
    }

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

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

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

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

.header-top-section {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    height: 60px;
    background-color: #F8F9F9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-top-wrapper .top-right .social-icon img {
    height: 16px;
}

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

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

.breadcrumb {
    background-color: #F5F5F5;
    margin-bottom: 80px;
}

.breadcrumb .container {
    max-width: 1510px;
}

.breadcrumb .active,
.breadcrumb .active a {
    color: var(--primary-color);
}

.land {
    padding-top: 0;
    padding-bottom: 30px;
}

.land .item {
    margin-bottom: 50px;
}

.land .item .img {
    padding-bottom: 64.36%;
}

.land .item .title {
    height: 50px;
    overflow: hidden;
    margin: 15px 50px 0 50px;
}

.land .item .title a {
    font-size: 15px;
}

.land.solution-land .item .title{
    height: 52px;
    overflow: hidden;
}

.land.solution-land .item .title a {
    font-size: 18px;
}

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

/*------------------------------------------------------------------
#   Product
------------------------------------------------------------------*/
.product {
    padding-top: 0;
    position: relative;
}

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

.product .layui-flow-more {
    margin-bottom: unset;
}

.product .more-btn {
    font-size: 15px;
    font-family: 'Poppins-Regular';
    margin-top: 1rem;
    margin-bottom: 0rem;
    color: #fff;
    border: unset;
    padding: 5px 25px;
    border-radius: 5px;
    background-color: var(--primary-color);
}

.product .filter-outer {
    width: 23%;
    display: block;
    position: relative;
}

.product .filter {
    width: 23%;
    display: block;
}

.product .filter .title {
    font-size: 20px;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
    padding: 10px 20px;
    color: #ffffff;
    background-color: var(--primary-color);
}

.product .filter .level-1 li {
    color: #202020;
    display: flex;
    align-items: center;
    /* text-transform: uppercase; */
    font-size: 15px;
    padding: 15px 20px;
    border-bottom: 1px solid #EEEEEE;
    cursor: pointer;
    /* width: 100%; */
}

.product .filter .level-1 li a {
    width: 100%;
    color: #202020;
    transition: all 0.2s;
}

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

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

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

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

.product .list {
     width: 100%;
        margin-left: unset;
        
}

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

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

.product-item .box .img {
    padding-bottom: 74.41%;
}

.product-item .box .text .title {
    height: 54px;
    overflow: hidden;
    font-size: 15px;
    margin-top: 10px;
}

.product-item .box .text .title>div {
    font-family: 'Poppins-Regular';
}

.product-detail-1 #thumbs {
    padding: 0px;
}

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

.product-detail-1 .img img {
    /* object-fit: contain; */
}

.product-detail-1 .left {
    max-width: 58.7%;
    flex: 0 0 58.7%;
    position: relative;
    display: flex;
    max-height: 318px;
}

.product-detail-1 .left .carousel-box {
    transform: rotate(90deg);
    margin-top: -53px;
    margin-left: 50px;
    margin-right: 65px;
}

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

.product-detail-1 .thumbs-box {
    display: none;
    position: relative;
    width: 15%;
    height: 100%;
    z-index: 99;
    overflow: hidden;
    height: 318px;
    padding: 35px 0;
}

.product-detail-1 .left #thumbs {
    height: 250px;
}

.product-detail-1 .left #gallery {
    width: 80%;
    margin-left: 10px;
}

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

.product-detail-1 .thumbs-box .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid var(--primary-color);
}

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

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

.gallery-prev {
    top: 0;
}

.gallery-next {
    bottom: 0;
}

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

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

#gallery .gallery-prev,
#gallery .gallery-next {
    width: 35px;
    height: 35px;
    top: 50%;
    border-radius: unset;
    box-shadow: unset;
}

#gallery .gallery-prev {
    left: 0;
}

#gallery .gallery-next {
    right: 0;
}

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

.thumbs-box .swiper-slide.img img {
    object-fit: contain;
}

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

.product-detail-1 {
    padding-bottom: 70px;
    margin-left: 15px;
}

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

.product-detail-1 .right h3 {
    height: 80px;
    overflow: hidden;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}

.product-detail-1 .right li {
    position: relative;
    display: flex;
    align-items: stretch;
    color: #666666;
    font-size: 15px;
    padding-left: 25px;
    line-height: 25px;
    margin-bottom: 10px;
}

.product-detail-1 .right li:last-child {
    margin-bottom: 0;
}

.product-detail-1 .right li::before {
    content: "\f105";
    font-size: 9px;
    font-family: FontAwesome;
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    color: #fff;
    background-color: #979798;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail-1 .right .btn-group {
    display: flex;
    margin-top: 30px;
}

.product-detail-1 .right .btn-group .item {
    font-size: 15px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    margin-right: 15px;
    padding: 7px 30px;
    transition: all 0.5s;
}

.product-detail-1 .right .btn-group .item:hover {
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid transparent;
}

.product-sepc .detail-tab {
    display: flex;
    justify-content: space-between;
}

.product-sepc .detail-tab .item {
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    color: #fff;
    background-color: #525653;
    margin-left: 3px;
    margin-right: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-sepc .detail-tab .item:first-child {
    margin-left: 0;
}

.product-sepc .detail-tab .item:last-child {
    margin-right: 0;
}

.product-sepc .detail-tab .item.active {
    color: #fff;
    border: unset;
    background-color: var(--primary-color);
}

.product-sepc .detail-tab .item:first-child {
    border-right: unset;
}

.product-sepc .detail-tab-content>div {
    display: none;
    padding: 30px 20px;
    overflow-x: auto;
    border: 1px solid #202020;
}

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

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

.product-sepc .detail-tab-content iframe {
    width: 100%;
    height: 500px;
}

.product-sepc .detail-tab-content .video{
    display: flex;
    flex-wrap: wrap;
}

.product-sepc .detail-tab-content .video .video-item{
    width: 50%;
    margin-bottom: 15px;
}

.product-sepc .detail-tab-content .video .video-item iframe{
    height: 270px;
}

.product-sepc .detail-tab-content .video .video-item:nth-child(odd){
    padding-right: 15px;
}

.product-sepc .detail-tab-content .video .video-item:nth-child(even){
    padding-left: 15px;
}

.product-sepc .detail-tab-content .video .video-item:nth-last-child(1),.product-sepc .detail-tab-content .video .video-item:nth-last-child(2){
    margin-bottom: 0;
}

.product-sepc .detail-tab-content .video .video-item .title{
    font-size: 15px;
    height: 23px;
    margin-top: 5px;
    overflow: hidden;
    text-align: center;
}

.product .details-list {
      width: 100%;
        margin-left: unset;
}

.recommend h3 {
    font-size: 35px;
    font-family: 'Poppins-Bold';
    padding-top: 90px;
    margin-bottom: 40px;
}

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

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

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

.recommend .recommend-prev,
.recommend .recommend-next {
    width: 40px;
    height: 40px;
    top: 37%;
}

.recommend .recommend-prev i,
.recommend .recommend-next i {
    font-size: 25px;
}

.news-box {
    padding: 30px 20px 35px 25px;
    margin-top: 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 5px solid var(--primary-color);
}

.news-box h3 {
    font-size: 23px;
    font-family: 'Poppins-Bold';
    margin-bottom: 25px;
}

.news-box ul>li {
    padding: 0 0 20px 0;
}

.news-box ul>li:last-child {
    padding: 0;
}

.news-box ul>li .right a {
    color: #202020;
    font-size: 15px;
    /* line-height: 15px; */
}

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

.news-box .news-ul li .right {
    width: 68%;
}

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

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

.strength .item {
    color: #fff;
    text-align: center;
    /* margin: 0 auto; */
}

.strength .item img {
    width: 72px;
}

.strength .item .title {
    font-size: 40px;
    font-family: 'Poppins-Regular';
    margin-top: 10px;
}

.strength .item p {
    font-size: 17px;
    text-transform: uppercase;
}

/*------------------------------------------------------------------
# environment
------------------------------------------------------------------*/
.environment {
    padding-top: 60px;
    padding-bottom: 80px;
}

.environment .box {
    position: relative;
}

.environment .box .swiper-wrapper .swiper-slide .img {
    padding-bottom: 66.66%;
}

.environment .box .btn-prev {
    left: -130px;
}

.environment .box .btn-next {
    right: -130px;
}

/*------------------------------------------------------------------
# certificate
------------------------------------------------------------------*/
.certificate {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #F8F8F8;
}

.certificate .box {
    position: relative;
    margin-top: 80px;
    margin-left: -50px;
    margin-right: -50px;
}

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

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

/*------------------------------------------------------------------
# Review
------------------------------------------------------------------*/

.index-review {
    padding-top: 60px;
}

.index-review h5 {
    color: #009b4c;
    font-size: 20px;
    font-family: 'Poppins-Medium';
}

.index-review .title {
    font-size: 35px;
    margin-top: 20px;
    font-family: 'Poppins-Bold';
}

.index-review .row {
    margin-top: 65px;
    position: relative;
}

.index-review .left {
    flex: 0 0 67%;
    max-width: 67%;
}

.index-review .left .img {
    padding-bottom: 61.31%;
    border-radius: 5px;
}

.index-review .right {
    display: flex;
    align-items: center;
    flex: 0 0 50%;
    max-width: 50%;
    position: absolute;
    top: 70px;
    right: 0;
    bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.index-review .review-area {
    max-width: 590px;
}

.index-review .review-items {
    /* background-color: #fff; */
    border-radius: 5px;
    position: relative;
    z-index: 9;
}

.index-review .review-items .client-items {
    display: flex;
    align-items: center;
    gap: 20px;
}

.index-review .review-items .client-items .client-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: contain;
    background-size: cover;
}

.index-review .review-items .client-items .client-content h3 {
    font-size: 20px;
    font-family: 'Poppins-Bold';
    margin-bottom: 5px;
}

.index-review .review-items .client-items .client-content span {
    color: #666666;
    font-size: 13px;
    font-family: 'Poppins-Regular';
}

.index-review .review-items .star {
    margin-top: 20px;
    margin-bottom: 15px;
}

.index-review .review-items .star i {
    font-size: 17px;
    color: #F8BC26;
    margin-right: 2px;
}

.index-review .review-area p {
    font-size: 15px;
    font-family: 'Poppins-Regular';
    line-height: 2;
    color: rgb(102, 102, 102);
}

.index-review .section-title-area .index-review-prev,
.index-review .section-title-area .index-review-next {
    top: 45px;
}

.index-review .section-prev,
.index-review .section-next {
    width: 42px;
    height: 42px;
}

.index-review .section-prev i,
.index-review .section-next i {
    font-size: 15px;
}

.index-review .section-prev {
    right: 90px;
}

.section-title-area {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: flex-end;
}

.section-title-area h5 {
    color: #009b4c;
    font-size: 20px;
    font-family: 'Poppins-Medium';
}

.section-title-area .title {
    font-size: 50px;
    margin-top: 20px;
    font-family: 'Poppins-Bold';
}

.section-title-area .left {
    width: 40%;
}

.section-title-area .right {
    width: 40%;
    position: relative;
    bottom: 0;
}

.section-prev,
.section-next {
    width: 65px;
    height: 65px;
    transform: translateY(-115%);
    box-shadow: unset;
    border: 1px solid #BFBFBF;
}

.section-next,
.section-prev {
    z-index: 888;
}

.section-next {
    right: 20px;
}

.section-prev {
    left: unset;
    right: 90px;
}

.section-prev i,
.section-next i {
    color: #BFBFBF;
    transition: all 0.5s;
}

.section-prev:hover,
.section-next:hover {
    background-color: #fff;
    border: 1px solid var(--primary-color);
}

.section-prev:hover i,
.section-next:hover i {
    color: var(--primary-color);
}

.solution-land .text {
    position: relative;
    border-radius: 5px;
    margin-right: 35px;
    margin-top: -50px;
    padding: 30px 20px;
    background-color: #F8F8F8;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.land.solution-land .item .img {
    border-radius: 5px;
    padding-bottom: 82.92%;
}

.land.solution-land .row {
    margin-left: -50px;
    margin-right: -50px;
}

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

.land.solution-land .item .title {
    margin: 0;
}

.land.solution-land .item .more {
    margin-top: 20px;
    text-decoration: underline;
    text-decoration-color: #b4b4b4;
    text-underline-offset: 4px;
    transition: all 0.5s;
}

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

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

.product.cases-list .left {
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 0;
    padding-right: 25px;
}

.product.cases-list .right {
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 0;
}

.product.cases-list .cases-item {
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #E5E5E5;
    padding-top: 40px;
    padding-bottom: 40px;
}

.product.cases-list .cases-item:first-child {
    padding-top: 0;
}

.product.cases-list .cases-item:last-child {
    border-bottom: unset;
}

.product.cases-list .cases-item .img {
    border-radius: 5px;
    padding-bottom: 83.41%;
}

.product.cases-list .cases-item .title {
    height: 76px;
    overflow: hidden;
    font-size: 25px;
}

.product.cases-list .cases-item .title a:hover {
    color: #202020;
}

.product.cases-list .cases-item p {
    font-size: 15px;
    font-family: "Poppins-Regular";
    color: rgb(102, 102, 102);
    line-height: 2.2;
    margin-top: 15px;
}

.product.cases-list .cases-item .more {
    font-size: 15px;
    text-decoration: underline;
    text-decoration-color: #8c8a8a;
    text-underline-offset: 7px;
    margin-top: 20px;
    text-decoration-thickness: 1px;
    transition: all 0.5s;
}

.product.cases-list .cases-item .more a {
    color: #202020;
}

.product.cases-list .cases-item:hover .title a {
    color: var(--primary-color);
}

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

.product.cases-list .cases-item:hover .more a {
    color: var(--primary-color);
}

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

.product.cases-list .cases-item:nth-child(even) .left {
    padding-left: 25px;
    padding-right: 0;
}

.product.cases-list .cases-item:nth-child(even) .right {
    padding-left: 0;
    padding-right: 15px;
}

.product.cases-list .list {
    width: 73%;
    margin-left: 4%;
}

.land.service-land .row {
    margin-left: -25px;
    margin-right: -25px;
}

.land.service-land .item .title{
    /* height: 60px; */
}

.land.service-land .item a {
    font-size: 16px;
}

.land.service-land .item {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 70px;
}

.no-data{
    width: 100%;
}

.service-details {
    padding-top: 0;
    padding-bottom: 50px;
}

.service-details .text {
    width: 860px;
    text-align: center;
    margin: 0 auto;
}

.service-details h3 {
    font-size: 35px;
    margin: 0 30px 40px 30px;
}

.service-details .section-subtitle {
    font-size: 20px;
    margin: 20px 0;
}

.service-details p {
    color: #666666;
    font-size: 15px;
    font-family: 'Poppins-Regular';
    line-height: 32px;
}

/* .step-services {
    background-color: #F1F1F1;
    padding-bottom: 30px;
} */

.step-services .section-title {
    font-size: 35px;
}

.step-services .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-top: 45px;
}

.step-services .item {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 20px;
}

.step-services .item .img {
    padding-bottom: 63.02%;
}

.step-services .item .title {
    font-size: 15px;
    margin: 10px 10px 10px 10px;
    height: 46px;
    overflow: hidden;
}

.purposes{
    background-image: url(../images/company_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
}

.purposes .section-title{
    color: #fff;
    margin: 0 200px;
}

.purposes .row{
    margin-top: 80px;
    justify-content: center;
}

.purposes .item{
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.purposes .item img{
    width: 67px;
    margin-bottom: 30px;
}

.purposes .item .title{
    font-size: 15px;
    margin: 0 30px;
}

.study{
    padding-top: 110px;
    padding-bottom: 110px;
    background-image: url(../images/study_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.study .left{
    padding-right: 40px;
}

.study .section-title{
    color: #fff;
    text-align: left;
    margin-bottom: 25px;
    font-size: 40px;
}

.study .intro{
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    font-family: 'Poppins-Regular';
}

.study .btn{
    font-size: 15px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 9px 30px;
    margin-top: 40px;
    transition: all 0.5s;
}

.study .btn:hover{
    border: 1px solid transparent;
    background-color: var(--primary-color);
}


.ideal{
    padding-bottom: 60px;
}

.ideal .row{
    margin-top: 60px;
    margin-left: -10px;
    margin-right: -10px;
}

.ideal .item{
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.ideal .item .box{
    padding: 40px 35px;
    background-color: var(--primary-color);
    border-radius: 10px;
}

.ideal .item .box .title{
    font-size: 25px;
    margin-bottom: 15px;
}

.ideal .item .box .intro{
    font-size: 15px;
    font-family: 'Poppins-Regular';
    line-height: 2;
}

.packing {
    padding-bottom: 100px;
}

.packing .section-title {
    font-size: 40px;
    margin-bottom: 60px;
}

.packing .left .img {
    padding-bottom: 65.11%;
}

.packing .right .img {
    padding-bottom: 64.8%;
}

.packing .item {
    margin-left: -20px;
    margin-right: -20px;
}

.packing .left,
.packing .right {
    padding-left: 10px;
    padding-right: 10px;
}

.packing .item,
.packing .item .right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    align-content: space-between;
}

.packing .item,
.packing .item .right .child-item {
    padding-left: 10px;
    padding-right: 10px;
}

.packing .swiper-pagination {
    bottom: -60px;
}

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

.packing .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px !important;
}

.service-recommend .recommend-prev {
    left: -130px;
}

.service-recommend .recommend-next {
    right: -130px;
}

.adv-land .item .img {
    padding-bottom: 74.35%;
}

#downloadCenter {
    width: 100%;
}

.download-result {
    padding-top: 0;
    padding-bottom: 70px;
}

.download-result .container {
    width: 100%;
}

.download-result .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.download-result .layui-flow-more {
    position: relative;
    left: 50%;
    /* transform: translateX(-50%); */
}

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

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

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

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

.download-result tbody tr:first-child th{
    height: 70px;
}

.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-size: 14px;
    font-weight: unset;
    padding-top: 17px;
    padding-right: 20px;
    padding-bottom: 14px;
    padding-left: 50px;
}

.download-result .list td:last-child {
    text-align: center;
}

.download-result .list button {
    font-size: 16px;
    font-family: 'Poppins-Regular';
    margin-top: 60px;
    border: unset;
    color: #fff;
    padding: 6px 30px;
    border-radius: 5px;
    background-color: var(--primary-color);
    margin-left: -30px;
}

.download-result .list .name {
    max-height: 46px;
    overflow: hidden;
    margin-right: 220px;
}

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

.download-result #search-form {
    width: 100%;
}

.download-result #search-form {
    background-color: var(--primary-color);
    margin-bottom: 40px;
    padding: 24px 22px;
}

.download-result .left,
.download-result .right {
    height: 66px;
    color: #999999;
    font-size: 16px;
    font-family: 'Poppins-Regular';
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.download-result .right {
    position: relative;
    display: flex;
    align-items: center;
}

.download-result .left ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 0 25px 0 25px;
}

.download-result .right input {
    width: 100%;
    height: 100%;
    border: unset;
    padding: 0 25px 0 25px;
}

.download-result .right .img-box {
    width: 50px;
    height: 50px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    right: 30px;
    cursor: pointer;
}

#tag-select {
    color: #999999;
    position: relative;
    z-index: 1;
}

#tag-select input {
    width: 100%;
    height: 100%;
    color: #999999;
    font-family: 'Poppins-Regular';
    padding: 0 20px;
    cursor: pointer;
    position: relative;
    border-width: 0;
}

#tag-select i {
    position: absolute;
    color: #202020;
    right: 30px;
    font-size: 22px;
}

#tag-select img {
    position: absolute;
    top: 40%;
    right: 20px;
    transform: rotate(-180deg);
}

#tag-select .tag-box {
    display: none;
    height: auto;
    overflow-y: auto;
    z-index: 99;
}

#tag-select .tag-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 1px solid #e1e1e1;
}

#tag-select .tag-ul li {
    color: #999999;
    font-size: 14px;
    font-family: 'Poppins-Regular';
    background: #fff;
    width: 100%;
    height: 58px;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0 20px;
    cursor: pointer;
}

.faq .container {
    text-align: center;
}

.faq .btn-group {
    margin: 0 auto 50px auto;
}

.faq .btn-group li {
    color: #fff;
    font-size: 16px;
    padding: 10px 41px;
    margin: 0 5px;
    cursor: pointer;
    background-color: #525653;
}

.faq .btn-group li.active {
    color: #fff;
    background-color: var(--primary-color);
}

.adv-details {
    padding-bottom: 200px;
    background-image: url('../images/adv_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.adv-details .left {
    flex: 0 0 56%;
    max-width: 56%;
}

.adv-details .left .box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.adv-details .left .img {
    padding-bottom: 100%;
}

.adv-details .right {
    flex: 0 0 44%;
    max-width: 44%;
}

.adv-details .form input {
    height: 44px;
}

.adv-details .form textarea {
    height: 145px;
}

.adv-details .form .subtitle {
    font-size: 15px;
}

.adv-details .adv-img-group {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -95px;
    z-index: 998;
}

.adv-about-template {
    padding-top: 170px;
    padding-bottom: 0;

}

.adv-recommend {
    background-color: #F8F8F8;
}

.adv-solution .left {
    flex: 0 0 44%;
    max-width: 44%;
    padding-right: 20px;
}

.adv-solution .right {
    flex: 0 0 56%;
    max-width: 56%;
    padding-left: 20px;
}

.adv-solution .section-title {
    font-size: 35px;
    margin-bottom: 40px;
}

.adv-solution .faq-list .question {
    padding: 14px 35px;
}


.adv-solution .faq-list li {
    background-color: #EDEDED;
}

.adv-solution .faq-list .answer {
    color: #666666;
    padding: 10px 2rem 0 2rem;
    max-height: 148px;
    overflow: hidden;
}

.adv-solution .faq-list .question::after {
    display: none;
}

.adv-solution .left .btn {
    font-size: 16px;
    margin-top: 20px;
    /* padding: 13px 42px; */
}

.adv-solution .right .img {
    padding-bottom: 60.16%;
}

.adv-solution .right .solution-box {
    position: relative;
}

.adv-solution .right .swiper-pagination {
    bottom: 20px;
}

.adv-solution .right .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.adv-faq {
    padding-top: 60px;
    background-color: #FAFAFA;
}

.adv-faq .section-title {
    font-size: 35px;
    margin-bottom: 40px;
}

.adv-faq li {
    background-color: #fff;
}

.adv-faq .faq-list .answer {
    background-color: #FAFAFA;
}

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

.adv-more .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.adv-more h5 {
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    margin: 0 100px 0 100px;
}

.adv-more .btn {
    color: var(--primary-color);
    font-size: 16px;
    border-radius: 30px;
    margin-top: 30px;
    background-color: #fff;
}

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

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

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

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

.news-item .img {
    border-radius: 5px;
    padding-bottom: 82.92%;
}

.news-item .info {
    display: flex;
    margin-bottom: 10px;
}

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

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

.news-item .info li span {
    font-size: 12px;
    font-family: 'Poppins-Medium';
}

.news-item .title {
    height: 79px;
    overflow: hidden;
    margin: 15px 0;
}

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

.news-item .text {
    margin-left: 0;
    margin-right: 20px;
    margin-top: -50px;
    border-radius: 5px;
    position: relative;
    background-color: #F8F8F8;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

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

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

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

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

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

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

.casedetail .left .title {
    font-size: 35px;
    font-family: 'Poppins-Bold';
    line-height: 50px;
}

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

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

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

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

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

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

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

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

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

.casedetail .other .title {
    font-size: 25px;
    font-family: 'Poppins-Medium';
    word-spacing: 3px;
    margin-bottom: 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 24%;
    max-width: 24%;
    float: left;
    padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.casedetail .news-item .info li span {
    font-size: 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;
}

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

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

.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 .box {
    padding: 30px 35px;
    background-color: #F8F8F8;
    border-radius: 10px;
    margin-bottom: 30px;
}

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

.solution-detail .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 li:first-child {
    height: 72px;
}

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

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

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

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

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

.solution-detail .right .text {
    margin-left: 40px;
    margin-right: 40px;
    padding: 50px;
    border-radius: 10px;
    background-color: #F8F8F8;
    margin-top: -120px;
    position: relative;
}

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

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

.solution-detail .right .text .article {
    margin-top: 30px;
}

.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: 30px;
    font-family: 'Poppins-Medium';
}

.solution-detail .box .news-box .news-ul li .img {
    border-radius: unset;
}

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

.solution-detail .box .news-box .news-ul li .right {
    height: 40px;
    overflow: hidden;
    font-size: 15px;
}

.solution-detail .cases-info-box .intro{
    font-family: "Poppins-Regular";
    color: rgb(102, 102, 102);
    line-height: 2;
}

.solution-detail .cases-info-box .btn{
    margin-top: 30px;
    font-size: 16px;
    padding: 9px 25px;
    border-radius: 6px;
}

.solution-detail .recommend h3{
    padding-top: 70px;
}

.solution-detail .recommend .box{
    padding: unset;
    background-color: unset;
    margin-bottom: 0;
}

.solution-detail .product-item{
    margin-bottom: 0;
}

.solution-detail .product-item .box .text .title{
    margin-bottom: 0;
}

#downloadForm{
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.52);
}

#downloadForm.show{
    display: flex;
}


#downloadForm .row{
    justify-content: center;
}

#downloadForm .right{
    flex: 0 0 40%;
    max-width: 40%;
}

#downloadForm .form{
    position: relative;
}

#downloadForm .form .subtitle{
    margin: 0 20px;
}

#downloadForm .i-box{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 35px;
    height: 35px;
    top: 20px;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
}

.policy h3{
    font-size: 35px;
}

.recommend.service-recommend{
    padding-top: 0;
    padding-bottom: 80px;
}

.recommend.service-recommend h3{
    padding-top: 70px;
}

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

.position-img {
    position: fixed;
    right: -7px;
    bottom: 120px;
    z-index:888;
}

.position-img img{
    width: 90px;
}


@media (max-width: 768px) {
    .header-top-section{
        display: none;
        /* width: 100%; */
    }
    .header-top-section .container{
        max-width: 100%;
    }
    #header{
        top: 0;
    }
    #header .logo img{
        max-height: 30px;
    }
    #header .container{
        width: 100%;
        /* max-width: 100%; */
        /* display: flex; */
        justify-content: space-between;
    }
    .index-carousel h3{
        font-size: 20px;
        margin: 0px 15px;
        line-height: 1.3;
    }
    .index-carousel .intro{
        margin: 40px 20px 40px 20px;
    }
    .index-carousel p{
        font-size: 13px;
        margin: 12px 50px 12px 50px;
    }
    .index-carousel .button-group > div{
        margin: 0;
        padding: 0;
    }
    .index-carousel .img{
        padding-bottom: 100%;
        height: 80vh;
    }
    .index-carousel .adv-img-group{
        /* top: 0px; */
        bottom: unset;
        margin-top: -50px;
    }
    .index-carousel .button-group{
        flex-direction: column;
        align-items: center;
    }
    .index-carousel .button-group > div{
        font-size: 12px;
        padding: 4px 20px;
        margin-bottom: 5px;
    }
    .index-carousel-prev{
        left: 5px;
    }
    .index-carousel-next{
        right: 5px;
    }
    .carousel-layer h3{
        font-size: 25px;
        margin: 0 30px 20px 30px;
    }
    .carousel-layer .close{
        top: 27px;
        right: 10px;
    }
    .carousel-layer .container {
        width: 100%;
        padding: 30px 0;
        margin: 0 15px;
    }
    .carousel-layer .box{
        margin: 0 15px;
    }
    .carousel-layer .content{
        max-height: 300px;
        padding: 0 15px;
    }
    .adv-img-group .container{
        width: 100%;
    }
    .index-experience .icon-box{
        width: 100%;
    }
    .index-parts .btn-prev{
        left: 0;
    }
    .index-parts .btn-next{
        right: 0;
    }
    .index-product{
        padding-top: 250px;
    }
    .index-product h3{
        margin-bottom: 30px;
    }
    .index-product .item{
        margin-bottom: 20px;
    }
    .index-product .item:last-child{
        margin-bottom: 0;
    }
    .index-product .item .box{
        padding: 30px 30px 20px 30px;
    }
    .index-product .item .title{
        font-size: 24px;
        margin-top: 20px;
    }
    .index-product .item .btn{
        font-size: 14px;
        padding: 7px 22px;
        margin: 15px auto 10px auto;
    }
    .index-about{
        padding-bottom: 120px;
    }
    .index-about p{
        font-size: 15px;
        line-height: 30px;
        margin-top: 30px;
        margin-right: 0;
    }
    .index-about .left{
        margin-bottom: 35px;
    }
    .index-about .right{
        background-image: unset;
    }
    .index-about .right iframe{
        width: 100%;
        height: 300px;
    }
    .index-about .right .text{
        top: unset;
        bottom: -85px;
    }
    .index-about .right .text .title{
        font-size: 35px;
        line-height: 25px;
        padding-right: 20px;
    }
    .index-about .right .text .subtitle{
        top: 0;
        padding-top: 10px;
        font-size: 16px;
        padding-right: 20px;
    }
    .index-about .img-box img{
        height: 40px;
    }
    .index-experience{
        min-height: unset;
        background-image: unset;
    }
    .index-experience .right{
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 20px;
    }
    .index-experience .btn-prev{
        left: 5px;
    }
    .index-experience .btn-next{
        right: 5px;
    }
    .index-experience p{
        font-size: 15px;
        line-height: 2.1;
    }
    .btn{
        font-size: 15px;
        padding: 8px 25px;
        margin-top: 30px;
    }
    .index-experience .icon-box{
        margin-left: 0;
        margin-right: 0;
        margin-top: 30px;
    }
    .index-experience .icon-box .item{
        margin-bottom: 30px;
        text-align: left;
    }
    .index-experience .icon-box .item img{
        /* width: 45px; */
        height: 51px;
    }
    .index-experience .icon-box .item:nth-child(even){
        text-align: left;
    }
    .index-experience .icon-box .item .title{
        font-size: 15px;
    }
    .index-parts{
        padding-top: 0;
    }
    .index-parts .section-title{
        font-size: 26px;
    }
    .index-parts #parts{
        margin-top: 30px;
    }
    .inquiry .left .section-title{
        font-size: 26px;
        line-height: 34px;
        margin-right: unset;
        margin-bottom: 30px;
    }
    .index-parts .btn-prev{
        left: 5px;
    }
    .index-parts .btn-next{
        right: 5px;
    }
    .inquiry .info-group .item{
        padding: 18px 30px 18px 20px;
        margin-bottom: 20px;
    }
    .inquiry .info-group .item img{
        width: 60px;
        padding-right: 30px;
    }
    .inquiry .right{
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 40px;
    }
    .form{
        padding: 25px 30px 25px 30px;
    }
    .form .subtitle{
        margin: 0 0 20px 0;
    }
    .social-links{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer .item{
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .footer-img{
        width: 140px;
    }
    .mobile-footer .panel-heading .panel-title {
        padding: 15px 0;
    }
    .footer .download-btn{
        font-size: 15px;
        padding: 8px 15px;
        border-radius: 6px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .inquiry .info-group .item .title{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .form .subtitle{
        font-size: 13px;
    }
    .footer-line{
        margin-top: 1rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        flex-direction: column-reverse;
    }
    .footer .download-btn a{
        font-size: 14px;
    }
    .panel-group .container{
        padding-left: 0;
        padding-right: 0;
    }
    .panel-group .container .float-right{
        margin-bottom: 5px;
    }
    .social-links .social-item{
        width: 36px;
        height: 36px;
    }
    .mobile-nav .drop-down > a > i {
        width: 50px;
        height: 43px;
        text-align: right;
        display: inline-block;
        padding-left: 10px;
        position: absolute;
        padding-right: 15px;
        right: 0;
        top: 13px;
        font-size: 14px;
    }
    .mobile-nav .search{
        display: flex;
        align-items: center;
        margin-left: 15px;
        margin-top: 0;
    }
    .mobile-nav .search img{
        display: none;
        filter: brightness(100);
    }
    .mobile-nav .search .search-form{
        display: flex;
        align-items: center;
        margin-top: 15px;
        padding-left: 0;
        padding-right: 10px;
        opacity: 1!important;
    }
    .mobile-nav .search .search-form input{
        padding-left: 10px;
    }
    .mobile-nav .search .search-form input::placeholder{
        font-size: 13px;
    }
    .mobile-nav .search .search-form i{
        display: flex;
        align-items: center;
        width: 50px;
        height: 35px;
        color: #fff;
        margin-left: 15px;
        font-size: 20px;
    }
    .mobile-nav .search .search-form .form-control{
        height: calc(1.3em + .75rem + 2px);
    }
    .breadcrumb{
        font-size: 14px;
        margin-bottom: 35px;
    }
    .breadcrumb .container {
        padding-left: 0;
        padding-right: 0;
    }
    .banner .img{
        padding-bottom: 50%;
    }
    .banner h2{
        font-size: 25px;
    }
    .land .item .title{
        max-height: 48px;
        height: auto;
        margin: 15px 40px 0 40px;
    }
    .land .item .title a{
        font-size: 15px;
    }
    .land .item{
        margin-bottom: 25px;
    }
    .land .item:last-child{
        margin-bottom: 0;
    }
    .product .filter{
        width: 100%;
        margin-bottom: 30px;
    }
    .product .filter .title{
        font-size: 17px;
    }
    .product .filter .level-1 li{
        font-size: 15px;
        padding: 13px 20px;
    }
    .product .filter .level-1 li a{
        font-size: 14px;
    }
    .product .list{
        width: 100%;
        margin-left: unset;
    }
    .product-item{
        margin-bottom: 25px;
    }
    .product-item:last-child{
        margin-bottom: 0;
    }
    .product-item .box .text .title{
        font-size: 15px;
        margin: 10px 10px 0 10px;
        height: 50px;
    }
    .product .more-btn{
        font-size: 14px;
        padding: 3px 25px;
        margin-top: 1.5rem;
    }
    .news-box{
        margin-top: 50px;
        padding: 25px 20px 25px 25px;
    }
    .news-box h3{
        font-size: 26px;
        margin-bottom: 20px;
    }
    .news-ul li:last-child{
        padding: 0!important;
    }
    .product-sepc .detail-tab{
        flex-direction: column;
    }
    .product-detail-1 .row {
        margin-right: 0;
        margin-left: 0;
    }
    .product-detail-1 .thumbs-box{
        height: 100%;
    }
    .product-detail-1 .left #thumbs{
        height: auto;
    }
    .product-detail-1 .thumbs-box{
        width: 100%;
        padding: 0px;
        order: 2;
        height: auto;
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .product-detail-1 .left,.product-detail-1 .right{
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 15px;
    }
    .product-detail-1 .left{
        padding-right: 15px;
        flex-direction: column;
        max-height: unset;
    }
    .product-detail-1{
        margin-left: 0;
        padding-bottom: 30px;
    }
    .product-detail-1 .right h3{
        font-size: 25px;
        line-height: 35px;
        height: auto;
        margin-top: 20px;
    }
    .product-detail-1 .left #gallery{
        order: 1;
        width: 100%;
        margin-left: 0;
    }
    .product-detail-1 .right .btn-group .item{
        font-size: 14px;
        padding: 6px 25px;
        margin-right: 10px;
    }
    .product.product-details .filter{
        padding-left: 15px;
        padding-right: 15px;
    }
    .product.product-details .news-box,.product.product-details .product-sepc,.product.product-details .recommend .recommend-box{
        margin-left: 15px;
        margin-right: 15px;
    }
    .product-sepc .detail-tab .item{
        margin-left: 0;
        margin-right: 0;
    }
    .gallery-prev, .gallery-next {
        position: absolute;
        width: 30px;
        height: 100%;
        display: none!important;
    }
    #gallery .gallery-prev,#gallery .gallery-next{
        display: block!important;
    }
    .product-sepc .detail-tab-content iframe{
        height: 250px;
    }
    .product-sepc .detail-tab-content>div{
        padding: 15px 10px;
    }
    .product-sepc .faq-list .question{
        font-size: 14px;
        padding: 12px 20px;
    }
    .product-sepc .faq-list .collapsed .question::after{
        font-size: 25px;
        right: 15px;
    }
    .product-sepc .faq-list .answer{
        font-size: 14px;
        padding: 10px 15px;
    }
    .product-sepc .faq-list li{
        margin-bottom: 15px;
    }
    .recommend h3{
        font-size: 27px;
        padding-top: 50px;
        margin-bottom: 30px;
    }
    .recommend .recommend-prev{
        left: 5px;
    }
    .recommend .recommend-next{
        right: 5px;
    }
    .recommend .recommend-prev, .recommend .recommend-next{
        width: 30px;
        height: 30px;
        top: 40%;
    }
    .recommend .recommend-prev i, .recommend .recommend-next i{
        font-size: 15px;
    }
    .index-about.about-details{
        padding-bottom: 40px;
    }
    .index-about.about-details .left{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .index-about.about-details .left .section-title{
        font-size: 28px;
    }
    .index-about.about-details ul{
        margin-top: 20px;
    }
    .index-about.about-details ul>li:first-child{
        margin-top: 20px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .index-about.about-details ul>li::before{
        width: 22px;
        height: 22px;
        line-height: 30px;
    }
    .index-about.about-details ul>li{
        font-size: 15px;
        padding-left: 40px;
        margin-bottom: 20px;
    }
    .index-about.about-details .btn{
        font-size: 14px;
        padding: 9px 22px;
        margin-top: 35px;
    }
    .index-about.about-details .right{
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
    }
    .index-about.about-details .right iframe{
        height: 250px;
    }
    .strength .item{
        width: 50%;
        margin-bottom: 30px;
    }
    .strength .item img{
        width: 60px;
    }
    .strength .item .title{
        font-size: 30px;
    }
    .strength .item p{
        font-size: 12px;
    }
    .strength .item:nth-last-child(1),.strength .item:nth-last-child(2){
        margin-bottom: 0;
    }
    .environment{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .environment .section-title{
        font-size: 27px;
        margin-bottom: 10px;
    }
    .environment .box .btn-prev{
        left: 5px;
    }
    .environment .box .btn-next{
        right: 5px;
    }
    .certificate{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .certificate .box{
        margin-top: 30px;
        margin-left: 40px;
        margin-right: 40px;
    }
    .certificate .box .btn-prev{
        left: -40px;
    }
    .certificate .box .btn-next{
        right: -40px;
    }
    .index-review{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .index-review .title{
        font-size: 30px;
    }
    .index-review .row{
        margin-top: 30px;
    }
    .index-review .left,.index-review .right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .index-review .right{
        position: unset;
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: unset;
        box-shadow: unset;
    }
    .index-review .right .box{
        position: relative;
        width: 100%;
        height: 100%;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    }
    .index-review .section-prev{
        left: 0;
    }
    .index-review .review-area{
        max-width: 100%;
    }
    .index-review .row{
        display: flex;
    }
    .index-review .review-items .client-items{
        gap: unsets;
    }
    .index-review .section-prev, .index-review .section-next{
        width: 30px;
        height: 30px;
    }
    .index-review .section-prev{
        left: 15px;
    }
    .index-review .section-next{
        right: 15px;
    }
    .index-review .section-title-area .index-review-prev, .index-review .section-title-area .index-review-next {
        top: 23%;
    }
    .index-review .review-items .star{
        height: 23px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .index-review .review-area p{
        font-size: 14px;
        height: 140px;
        overflow: hidden;
    }
    .land.solution-land .row{
        margin-left: -15px;
        margin-right: -15px;
    }
    .land.solution-land .item{
        padding-left: 15px;
        padding-right: 15px;
    }
    .solution-land .text{
        padding: 15px 20px;
    }
    .land.solution-land .item .more{
        font-size: 14px;
        margin-top: 20px;
    }
    .form button{
        font-size: 13px;
        height: 37px;
    }
    .banner p{
        font-size: 12px;
        line-height: 1.7;
        margin: 10px 15px 0 15px;
    }
    .product.cases-list .cases-item{
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column;
        height: fit-content;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .product.cases-list .list{
        width: 100%;
        margin-left: 0;
    }
    .product.cases-list .left,.product.cases-list .right{
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .product.cases-list .cases-item:nth-child(even){
        flex-direction: column;
    }
    .product.cases-list .cases-item:nth-child(even) .left{
        padding-left: 0;
    }
    .product.cases-list .left, .product.cases-list .right{
        padding-left: 0;
    }
    .product.cases-list .cases-item .title{
        margin-top: 15px;
        font-size: 20px;
        height: auto;
    }
    .product.cases-list .cases-item p{
        font-size: 15px;
        margin-top: 10px;
    }
    .product.cases-list .cases-item .more{
        font-size: 15px;
        margin-top: 15px;
    }
    .product.cases-list .cases-item:last-child{
        padding-bottom: 10px;
    }
    .solution-detail .box{
        padding: 25px 20px;
    }
    .solution-detail .box .title{
        font-size: 25px;
    }
    .solution-detail .info li{
        height: 40px;
        margin-bottom: 18px;
    }
    .solution-detail .info .left{
        font-size: 18px;
    }
    .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: 22px;
        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 .info li:first-child{
        height: 70px;
        /* margin-bottom: 25px; */
    }
    .solution-detail .detail .item:nth-child(even){
        flex-direction: column;
    }
    .solution-detail .detail .item .right{
        padding: 20px;
    }
    .solution-detail .box .news-box h3{
        margin-bottom: 20px;
    }
    .solution-detail .box .title{
        margin-bottom: 15px;
    }
    .solution-detail .box .news-box .news-ul li .right{
        font-size: 15px;
        height: 46px;
    }
    .solution-detail .cases-info-box .btn{
        font-size: 15px;
        padding: 6px 22px;
        margin-top: 20px;
    }
    .solution-detail .recommend h3{
        padding-top: 0;
    }
    .solution-detail .solutions-box{
        margin-top: 30px;
    }
    .solution-detail .right .text .title{
        line-height: 35px;
    }
    .solution-detail .right .text .article{
        margin-top: 10px;
    }
    .social-links{
        width: 100%;
    }
    .recommend.service-recommend .container{
        padding-left: 0;
        padding-right: 0;
    }
    .land.service-land .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .land.service-land .item{
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .land.service-land .item:last-child{
        margin-bottom: 0;
    }
    .service-details .text{
        width: 100%;
    }
    .service-details h3{
        font-size: 25px;
        margin: 0 10px 15px 10px;
        line-height: 35px;
    }
    .service-details .section-subtitle{
        font-size: 15px;
        margin: 13px 13px;
    }
    .service-details p{
        font-size: 15px;
        line-height: 30px;
    }
    .step-services .section-title{
        font-size: 25px;
        text-align: center;
    }
    .step-services .row{
        margin-top: 30px;
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    .step-services .item{
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .step-services .item .title{
        height: 40px;
        font-size: 13px;
    }
    .step-services .item:nth-last-child(1),.step-services .item:nth-last-child(2){
        margin-bottom: 0;
    }
    .packing{
        padding-bottom: 60px;
    }
    .packing .section-title{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .packing .item{
        padding-left: 0;
        padding-right: 0;
    }
    .packing .left, .packing .right{
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .packing .item, .packing .item .right{
        margin-top: 15px;
    }
    .packing .item .right .child-item{
        padding-left: 7.5px;
        padding-right: 7.5px;
        margin-bottom: 15px;
    }
    .packing .item, .packing .item .right .child-item:nth-last-child(1),.packing .item, .packing .item .right .child-item:nth-last-child(2){
        margin-bottom: 0;
    }
    .recommend.service-recommend{
        padding-top: 0;
    }
    .recommend.service-recommend h3{
        padding-top: 40px;
    }
    .recommend.service-recommend .recommend-box{
        margin-left: 15px;
        margin-right: 15px;
    }
    .news{
        padding-bottom: 40px;
    }
    .news .row{
        margin-left: -15px;
        margin-right: -15px;
    }
    .news-item{
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 45px;
    }
    .news-item .info{
        margin-bottom: 5px;
    }
    .news-item:last-child{
        margin-bottom: 0;
    }
    .news-item .title{
        height: 71px;
        margin: 10px 0;
    }
    .news-item .title a{
        font-size: 15px;
    }
    .news-item .more{
        font-size: 13px;
    }
    .casedetail{
        padding-bottom: 40px;
    }
    .casedetail .left{
        padding-right: 0;
    }
    .casedetail .left .title{
        font-size: 25px;
        line-height: 40px;
    }
    .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;
        margin-top: 35px;
    }
    .casedetail .other hr{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .casedetail .other .other-box.news-box{
        padding: 20px 20px 30px 25px;
    }
    .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;
    }
    .download-result .list .name{
        width: 170px;
        max-height: unset;
        margin-right: 0;
    }
    .download-result .list img{
        margin: 5px 0;
    }
    .download-result .list th{
        font-size: 14px;
        padding: 10px;
    }
    .download-result .list td{
        font-size: 13px;
        padding: 10px;
    }
    .download-result .left{
        margin-bottom: 12px;
    }
    .download-result .left, .download-result .right{
        height: 47px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .download-result #search-form{
        margin-bottom: 30px;
    }
    #tag-select input{
        height: 47px;
        padding: 0 15px;
        font-size: 15px;
    }
    #tag-select .tag-ul li{
        font-size: 14px;
        height: 40px;
    }
    .download-result .right input{
        font-size: 15px;
        padding: 0 15px 0 15px;
        height: 46px;
    }
    #search-form img{
        width: 18px;
    }
    #downloadForm .form{
        margin: 0 15px;
    }
    #downloadForm .right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    #downloadForm .form .subtitle{
        margin: 0 0 20px 0;
    }
    #downloadForm .i-box{
        right: 10px;
    }
    .download-result{
        padding-bottom: 40px;
    }
    .download-result .list button{
        margin-left: -30px;
        font-size: 15px;
        padding: 4px 25px;
        margin-top: 40px;
    }
    .about .map iframe{
        height: 360px;
    }
    .faq .btn-group{
        width: 100%;
        flex-direction: column;
        margin: 0 auto 30px auto;
    }
    .faq .btn-group li{
        font-size: 16px;
    }
    .faq-list .question{
        font-size: 17px;
        padding: 15px 30px 15px 20px;
    }
    .faq-list .question::after{
        right: 10px;
        font-size: 22px;
    }
    .faq-list .answer{
        padding: 10px 20px;
    }
    .faq-list .show-more{
        margin-top: 0;
    }
    .faq .more-btn{
        font-size: 15px;
        padding: 4px 25px;
        margin-top: 30px;
    }
    .casedetail .other .title{
        font-size: 25px;
    }
    .casedetail .other .other-box.news-box{
        padding: 20px 20px 10px 25px;
    }
    .form .title{
        font-size: 23px;
    }
    .policy h3{
        font-size: 30px;
    }
    .policy .article{
        margin-top: 20px;
    }
    .index-experience .section-title{
        font-size: 26px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .casedetail .intro{
        margin-right: 0;
        font-size: 15px;
    }
    .adv-details{
        padding-bottom: 300px;
    }
    .adv-img-group .container{
        padding: 20px;
    }
    .adv-details .left{
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .adv-details .left .box{
        margin-left: 0;
    }
    .adv-details .right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .adv-details .form input{
        height: 35px;
    }
    .adv-details .form textarea{
        height: 120px;
    }
    .adv-details .adv-img-group{
        bottom: 0;
    }
    .adv-img-group .item{
        margin-bottom: 20px;
    }
    .adv-img-group .item img{
        width: 45px;
    }
    .adv-img-group .item .title {
        font-size: 12px;
        margin-top: 20px;
        text-align: center;
    }
    .adv-about-template{
        padding-top: 40px;
    }
    .recommend.service-recommend h3{
        padding-left: 15px;
    }
    .adv-recommend{
        padding-bottom: 40px!important;
    }
    .adv-solution .left,.adv-solution .right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .adv-solution .section-title{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .adv-solution .faq-list .question{
        padding: 10px 25px;
    }
    .adv-solution .faq-list .answer{
        padding: 10px 20px 0 20px;
    }
    .adv-solution .left .btn{
        font-size: 15px;
        padding: 8px 20px;
        margin-bottom: 30px;
    }
    .adv-faq{
        padding-top: 30px;
    }
    .adv-faq .section-title{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .adv-more h5{
        font-size: 15px;
        margin: 0 15px 0 15px;
        line-height: 30px;
    }
    .adv-more .btn{
        font-size: 13px;
        margin-top: 20px;
    }
    .casedetail .other {
        position: unset;
    }
    .dealer .left,.dealer .right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .dealer .right{
        padding-left: 15px;
    }
    .dealer h3{
        font-size: 33px;
        margin-top: 20px;
    }
    .dealer h5{
        font-size: 16px;
        line-height: 29px;
        margin: 15px 0 10px 0;
    }
    .dealer p{
        font-size: 15px;
        line-height: 30px;
    }
    .dealer .btn{
        font-size: 15px;
        margin-top: 30px;
    }
    .dealer-info .item .box{
        padding: 25px 30px;
        border: 4px solid #fff;
    }
    .dealer-info .item .box h5{
        font-size: 18px;
    }
    .dealer-info .item .box p{
        font-size: 15px;
        line-height: 30px;
    }
    .dealer-info .item:nth-last-child(1), .dealer-info .item:nth-last-child(2){
        margin-bottom: 30px;
    }
    .dealer-info .item:nth-last-child(1){
        margin-bottom: 0;
    }
    .step .section-title{
        margin-bottom: 30px;
    }
    .step .item .box{
        padding: 20px 25px;
    }
    .step .item{
        margin-top: 0;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .step .item:last-child{
        margin-bottom: 0;
    }
    .step .item .number{
        font-size: 32px;
    }
    .step .item p{
        height: auto;
        overflow: unset;
        font-size: 15px;
        line-height: 30px;
    }
    
    .step .item img{
        width: 70px;
        height: 70px;
    }
    .inquiry .info-group .item img{
        width: 43px;
        padding-right: 15px;
    }
    .inquiry .info-group .item{
        padding: 18px 0 18px 0;
        margin-bottom: 0;
    }
    .inquiry .info-group .item:first-child{
        padding: 0 0 10px 0;
    }
    .inquiry .info-group .item ul li{
        font-size: 14px;
    }
    .inquiry h5{
        margin-top: 25px;
    }
    .inquiry .service-ul li{
        line-height: 41px;
    }
    .inquiry .service-ul li span{
        font-size: 15px;
    }
    .land.solution-land .item .title{
        max-height: 52px;
    }
    .land.solution-land .item .title a{
        font-size: 17px;
    }
    .product-detail-1 .right li{
        font-size: 14px;
        line-height: 23px;
    }
    .adv-details .left .box {
        width: 54%;
    }
    .purposes .section-title{
        margin: 0 20px;
    }
    .service-details{
        padding-bottom: 30px;
    }
    .purposes .section-title{
        font-size: 25px;
        line-height: 35px;
        text-align: center;
    }
    .purposes .row{
        margin-top: 40px;
    }
    .purposes .item img{
        width: 45px;
        margin-bottom: 25px;
    }
    .purposes .item:last-child{
        margin-bottom: 0;
    }
    .purposes .item .title{
        font-size: 14px;
    }
    .study{
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .study .left{
        padding-left: 20px;
        padding-right: 15px;
    }
    .study .section-title{
        font-size: 27px;
        margin-bottom: 15px;
    }
    .study .intro{
        font-size: 15px;
        line-height: 30px;
    }
    .study .btn{
        font-size: 14px;
        margin-top: 20px;
        padding: 7px 20px;
    }
    .ideal{
        padding-bottom: 40px;
    }
    .ideal .section-title{
        font-size: 25px;
    }
    .ideal .item:last-child{
        margin-bottom: 0;
    }
    .ideal .row{
        margin-top: 30px;
    }
    .ideal .item .box{
        padding: 30px 35px 40px 35px;
    }
    .product-sepc .detail-tab-content .video .video-item{
        width: 100%;
    }
    .product-sepc .detail-tab-content .video .video-item:nth-child(odd){
        padding-right: 0;
    }
    .product-sepc .detail-tab-content .video .video-item:nth-child(even){
        padding-left: 0;
    }
    .product-sepc .detail-tab-content .video .video-item:nth-last-child(1), .product-sepc .detail-tab-content .video .video-item:nth-last-child(2) {
        margin-bottom: 20px;
    }
    .position-img{
        bottom: 95px;
    }
    .position-img img{
        width: 78px;
    }
    .back-to-top{
        width: 35px;
        height: 35px;
        bottom: 50px;
    }
    .back-to-top i{
        padding-top: 8px;
    }
}