@charset "UTF-8";

/* -------------------------------------------------- THE MEGA -------------------------------------------------- */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.footer {
    position: relative;
}

.footer_link {
    position: relative;
    width: 100%;
    background-color: #fff;
}

.page {
    position: relative;
    /* max-width: 1400px; */
    /* margin: 0 auto; */
    margin-top: 128px;
    background: #f4f4f4;
}

@media (max-width: 1024px) {
    .page {
        margin-top: 65px;
    }
}

.sect_us {
    background: #fff;
}

.prod_rec {
    padding: 2.6em 3em;
    margin-bottom: 15px;
    background: #fff;
}

.sect_prod .swiper-slide .row {
    display: flex;
    flex-wrap: wrap;
}

.sect_prod .swiper-slide .row .span-6 {
    display: flex;
}

.media-box p {
    padding: 10px;
    line-height: 1.6;
}

.media-box .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav_transform1 ul.navCont li.child a span {
    text-transform: uppercase;
}

.laytxt {
    text-transform: uppercase;
}

.faq-box {
    position: relative;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 1rem;
    background: #fff;
    border: 1px solid #fff;
}

.faq-box .faq-num {
    margin-right: 5px;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    color: #97bacf;
}

.faq-box .faq-title {
    padding: 5px 0;
    font-size: 1.2rem;
}

.newsTit p span > span {
    padding: 0 0;
}

#swiperBan {
    position: relative;
    /* height: 550px !important; */
    width: 100%;
    max-width: 1400px;
    height: auto;
    aspect-ratio: 16 / 9;
}

#swiperBan .swiper-slide {
    position: relative;
    overflow: hidden;
    text-align: center;
}

#swiperBan .swiper-slide a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
}

#swiperBan .swiper-slide-active a {
    padding: 0 0;
}

#swiperBan .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-box .img-box {
    position: relative;
    overflow: hidden;
    width: 608px;
    height: 342px;
}

.about-box .img-box > img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media (max-width:991px) {

}

@media (max-width:768px) {
    #swiperBan {
        position: relative;
        height: 250px !important;
    }
}

.nav_transform1 ul.navCont li.child a p.title {
    text-transform: uppercase;
}

/* -------------------------------------------------- Language -------------------------------------------------- */

.language {
    position: relative;
    float: left;
    width: 9%;
    text-align: center;
    padding: 40px 0;
    z-index: 2;
}

.language-wrapper {
    position: relative;
}
.language-wrapper a.language-show {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.language-wrapper a.language-show > span {
    line-height: 35px;
    color: #000;
}

.language-wrapper .language-nav {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: calc(50% + 13px);
    transform: translateX(-50%);
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.language:hover .language-nav {
    display: block;
} 

.language-wrapper .language-nav .language-nav-item > a {
    position: relative;
    display: flex;
    justify-content: stretch;
    align-items: center;
    height: 35px;
    padding: 0 10px;
}
.language-wrapper .language-nav .language-nav-item > a > span {
    line-height: 35px;
    color: #6e6e6e;
}
.language-wrapper .language-nav .language-nav-item:hover > a > span {
    color: #000;
}

.language-wrapper .icon {
    width: 24px;
    height: 18px;
    margin: 8px 8px 8px 0;
    background-image: url("/static/assets/images/flag.png");
    background-repeat: no-repeat;
    background-position: center top;
}
.language-wrapper .icon.icon-cn {
    background-position: center 0px;
}
.language-wrapper .icon.icon-en {
    background-position: center -22px;
}

@media (max-width:1024px) {
    /*语言切换栏平板设备样式*/
    .language {
        display: block;
        width: 100%;
        padding: .7em 0;
    }
    .language .language-wrapper {
        position: relative;
    }
    .language .language-show {
        display: flex;
        align-items: center;
        padding: 1rem 0;
        color: #fff;
        text-decoration: none;
    }
    .language .language-show .icon {
        margin-right: 8px;
        font-size: 16px;
    }
    .language-wrapper a.language-show > span {
        line-height: 35px;
        color: #fff;
    }
    .language .language-nav {
        position: absolute;
        top: 100%;
        left: 50%;
        right: 0;
        background: #333;
        border: 1px solid #444;
        border-top: none;
        z-index: 1000;
        display: none;
    }
    .language:hover .language-nav {
        display: block;
    }
    .language .language-nav-item {
        display: block;
    }
    .language .language-nav-item a {
        display: flex;
        align-items: center;
        padding: 8px 12px;
        color: #fff;
        text-decoration: none;
    }
    .language .language-nav-item a:hover {
        background: #444;
    }
    .language .language-nav-item a .icon {
        margin-right: 8px;
        font-size: 16px;
    }
    .language .language-nav-item a.active {
        background: #555;
        font-weight: bold;
    }

    .language-wrapper .language-nav .language-nav-item > a > span {
        color: #fff;
    }
    .language-wrapper .language-nav .language-nav-item:hover > a > span {
        color: #fff;
    }
}