@charset "utf-8";
body {
    /* 填写默认字体 */
    font-family: "DM Sans", "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
    color: #1e1d28;
    min-height: initial !important;
}
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont/iconfont.woff2?t=1681287520508') format('woff2'), url('../fonts/iconfont/iconfont.woff?t=1681287520508') format('woff'), url('../fonts/iconfont/iconfont.ttf?t=1681287520508') format('truetype');
}
@font-face {
    font-family: 'DM Sans';
    src: local('DM Sans SemiBold'), local('DMSans-SemiBold'), url('../fonts/dmsans/DMSans-SemiBold.woff2') format('woff2'), url('../fonts/dmsans/DMSans-SemiBold.woff') format('woff'), url('../fonts/dmsans/DMSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Onest';
    src: local('Onest SemiBold'), local('Onest-SemiBold'), url('../fonts/onest/Onest-SemiBold.woff2') format('woff2'), url('../fonts/onest/Onest-SemiBold.woff') format('woff'), url('../fonts/onest/Onest-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    src: local('DM Sans Regular'), local('DMSans-Regular'), url('../fonts/dmsans/DMSans-Regular.woff2') format('woff2'), url('../fonts/dmsans/DMSans-Regular.woff') format('woff'), url('../fonts/dmsans/DMSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.iconfonts {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grahccale;
}
/* slick 懒加载图片去边框 */
.slick-loading {
    opacity: 0;
}
/* 去除翻译插件边框 */
.goog-te-gadget-simple {
    border: none !important;
}
/* h1隐藏 */
.fszero {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -100;
}
/* 去除input记忆填充底色 */
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #333 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}
/* ph去除载入效果 */
@media screen and (max-width: 1200px) {
    .wow {
        animation: none;
    }
}
ul {
    padding: 0;
}
:root {
    font-size: 16px;
    --main-color: #1974E2;
    --flex-margin: -15px;
    --flex-padding: 15px;
    scroll-behavior: initial;
}
/* 翻译插件展位 */
.google-translate {
    min-width: 108px;
}
.fancybox-content {
    height: 800px !important;
}
.c_pcbtn {
    display: none;
}
@media screen and (max-width: 1200px) {
    .translated-ltr .header,
    .translated-rtl .header {
        top: 40px;
    }
}
.google-translate a {
    pointer-events: none;
}
.header {
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    padding: 30px;
    transition: all 0.5s;
    background-color: #fff;
}
.header .flex {
    padding-left: 100px;
    border-radius: 70px;
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s;
    --height: 70px;
}
.header.active {
    padding-top: 20px;
    padding-bottom: 20px;
}
.header.active .flex {
    background-color: #fff;
    /* border: 1px solid #fff; */
    /* box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06); */
}
.header.active .header-logo {
    width: 140px;
}
.header.active .hd_item.active .hd_link {
    height: calc(var(--height) - 14px);
}
.header-logo {
    width: 160px;
    display: block;
    line-height: var(--height);
}
.header-logo img {
    width: 100%;
}
@media screen and (min-width: 1200px) {
    .hd_list {
        display: flex;
        align-items: center;
        margin-right: 50px;
    }
    .hd_item {
        position: relative;
        margin-right: 50px;
    }
    .hd_item:last-child {
        margin-right: 0;
    }
    .hd_link {
        color: #000;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        height: var(--height);
    }
    .hd_item.active .hd_link {
        padding: 0 60px;
        border-radius: var(--height);
        background-color: var(--main-color);
        color: #fff !important;
    }
    .hd_item:hover .hd_link {
        color: var(--main-color);
    }
    .hd_second {
        position: absolute;
        background-color: #fff;
        padding: 18px 20px;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
    }
    .hd_second_link {
        white-space: nowrap;
        font-size: 16px;
        line-height: 1.75;
        color: #444;
        display: inline-block;
        padding: 5px 0;
    }
    .hd_second_item.active .hd_second_link {
        color: var(--main-color);
    }
    .hd_second_link:hover {
        color: var(--main-color);
    }
}
.hd_second {
    display: none;
}
.hd_three {
    display: none;
}
.header-center {
    display: flex;
    align-items: center;
}
.header-search {
    width: 200px;
    height: var(--height);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--height);
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.5s;
}
.header-search span {
    font-size: 21px;
    color: #000;
    opacity: 0.3;
}
.header-search p {
    color: rgba(0, 0, 0, 0.3);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-left: 10px;
    transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
    .header-search:hover {
        background-color: var(--main-color);
        border-color: var(--main-color);
    }
    .header-search:hover span {
        color: #fff;
        opacity: 1;
    }
    .header-search:hover p {
        color: #fff;
    }
}
.header-language {
    position: relative;
    z-index: 1;
    padding: 10px 0;
}
.header-language .content {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.header-language .content p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 6px;
    transition: all 0.5s;
}
.header-language .content span {
    font-size: 18px;
    color: #000000;
}
@media screen and (min-width: 1200px) {
    .header-language .content:hover p {
        color: var(--main-color);
    }
    .header-language .content:hover span {
        color: var(--main-color);
    }
}
.header-language .list {
    position: absolute;
    padding: 14px 25px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    display: none;
}
.header-language .list a {
    font-size: 18px;
    color: #333;
    line-height: 1.65;
    display: inline-block;
    padding: 4px 0;
}
.header-language .list li.active a {
    color: var(--main-color);
}
@media screen and (min-width: 1200px) {
    .header-language .list li:hover a {
        color: var(--main-color);
    }
}
/* search */
.search_view {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
    display: none;
}
.search_view form {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    animation: searchtit 1.3s ease both;
}
.search_view_tit {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}
.search_close {
    position: absolute;
    width: 34px;
    transition: all 0.36s;
    z-index: 1;
    right: 200px;
    top: 100px;
    cursor: pointer;
}
.search_close:hover {
    transform: rotate(-90deg);
}
body.search_open {
    overflow: hidden;
}
@keyframes searchtit {
    from {
        transform: translateY(-80px) scale(0.5);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}
.search_view_cont {
    position: relative;
    width: 1200px;
}
.search_view_cont input {
    width: 100%;
    height: 50px;
    color: #fff;
    padding-left: 10px;
    padding-right: 40px;
    border-bottom: 1px solid #999;
    transition: all 0.36s;
}
.search_view_cont input:focus {
    border-bottom: 1px solid #fff;
}
.search_view_cont button {
    padding: 4px;
    font-size: 26px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 1680px) {
    .search_view_tit {
        font-size: 26px;
        margin-bottom: 40px;
    }
    .search_view_cont button {
        font-size: 24px;
    }
    .search_close {
        width: 28px;
    }
}
@media screen and (max-width: 1440px) {
    .search_view_cont {
        width: 82.5%;
    }
    .search_view_tit {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .search_view_cont button {
        font-size: 22px;
    }
    .search_close {
        right: 140px;
        top: 100px;
        width: 24px;
    }
    .search_view_cont input {
        height: 45px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 991px) {
    .search_close {
        right: 90px;
        top: 100px;
        width: 24px;
    }
    .search_view_tit {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .search_close {
        right: 40px;
        top: 80px;
        width: 20px;
    }
    .search_view_tit {
        font-size: 20px;
    }
    .search_view_cont button {
        font-size: 18px;
    }
    .search_view_cont input {
        height: 40px;
    }
}
/* search-end */
.home-banner {
    overflow: hidden;
    position: relative;
}
.home-banner .swiper-container {
    width: 100%;
}
.home-banner .swiper-slide {
    overflow: hidden;
}
.home-banner .swiper-container {
    width: 100%;
}
.home-banner .swiper-slide {
    overflow: hidden;
}
.home-banner .slide-link {
    position: relative;
    display: block;
}
.home-banner .slide-link img {
    width: 100%;
}
.home-banner .slide-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}
@media screen and (max-width: 1200px) {
    .home-banner .slide-video {
        pointer-events: all;
    }
}
.home-banner .slide-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1200px) {
    .home-banner .slide-video video {
        display: none;
    }
}
.home-banner .slide-video .iconfont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
    z-index: 2;
    display: none;
}
@media screen and (max-width: 1200px) {
    .home-banner .slide-video .iconfont {
        display: block;
    }
}
.home-banner .slide-video>img {
    width: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
    z-index: 2;
    display: none;
}
@media screen and (max-width: 1200px) {
    .home-banner .slide-video>img {
        display: block;
    }
}
.home-banner .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    bottom: 24px;
    --wh: 12px;
    --interval: 12px;
}
.home-banner .swiper-pagination .swiper-pagination-bullet {
    width: var(--wh);
    height: var(--wh);
    background-color: #fff !important;
    opacity: 0.5 !important;
    margin: 0 var(--interval);
    transition: all 0.5s;
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
}
.home-banner-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.home-banner-dots .item {
    margin: 0 10px;
    width: 24px;
    transition: all 0.5s;
    opacity: 0.5;
    cursor: pointer;
}
.home-banner-dots .item img {
    width: 100%;
}
@media screen and (min-width: 1200px) {
    .home-banner-dots .item:hover {
        opacity: 1;
    }
}
.home-banner-dots .item.active {
    opacity: 1;
}
.home-ability {
    padding-top: 140px;
    padding-bottom: 140px;
}
.home-ability .hds {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.home-ability .hds .arrow {
    display: flex;
    align-items: center;
}
.home-ability .hds .prev,
.home-ability .hds .next {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #DCDCDC;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s;
}
.home-ability .hds .prev span,
.home-ability .hds .next span {
    font-size: 32px;
    color: #000000;
}
.home-ability .hds .prev {
    transform: rotate(180deg);
    margin-right: 20px;
}
@media screen and (min-width: 1200px) {
    .home-ability .hds .prev:hover,
    .home-ability .hds .next:hover {
        background-color: var(--main-color);
    }
    .home-ability .hds .prev:hover span,
    .home-ability .hds .next:hover span {
        color: #fff;
    }
}
.home-ability .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.home-ability .flex .left {
    width: 66.2650602%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 70px;
}
.home-ability .flex .right {
    width: 31.3253012%;
    align-self: flex-end;
}
.mod-tit80 {
    color: #222;
    font-family: Onest;
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.hc_cont1660 {
    width: 1660px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.home-ability-rcontent {
    width: 370px;
    padding-bottom: 110px;
    overflow: hidden;
}
.home-ability-rcontent>img {
    width: 48px;
    margin-bottom: 28px;
}
.home-ability-titem {
    color: #333;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline !important;
    text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
    .home-ability-titem:hover {
        color: var(--main-color);
    }
}
.home-ability-content {
    cursor: pointer;
    display: block;
}
.home-ability-content .img_box {
    padding-top: 62.1359223%;
    border-radius: 20px;
    margin-bottom: 34px;
}
.home-ability-content .text {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.5%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.home-ability-bitem {
    padding: 0 var(--flex-padding);
}
.home-ability-blist {
    margin: 0 var(--flex-margin);
}
.home-ability-scontent {
    cursor: pointer;
    display: block;
}
.home-ability-scontent .img_box {
    padding-top: 62.1359223%;
    border-radius: 20px;
    margin-bottom: 28px;
}
.home-ability-scontent .text {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.5%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.home-ability-bslick {
    width: 680px;
}
.home-ability-sitem {
    padding: 0 var(--flex-padding);
}
.home-ability-slist {
    margin: 0 var(--flex-margin);
}
.home-product {
    padding-bottom: 150px;
}
.home-product .hds {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.home-more {
    min-width: 160px;
    height: 44px;
    padding: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000;
    border-radius: 50px;
}
.home-more span {
    padding-left: 13px;
    padding-right: 13px;
    white-space: nowrap;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.home-more i {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #000000;
    background-color: #fff;
}
@media screen and (min-width: 1200px) {
    .home-more:hover {
        background-color: var(--main-color);
    }
    .home-more:hover i {
        transform: rotate(45deg);
    }
}
.home-product-list {
    margin: 0 -10px;
}
.home-product-item {
    padding: 0 10px;
}
.home-product-link {
    display: block;
}
.home-product-link .img_box {
    border-radius: 20px;
    padding-top: 96.66666666%;
}
.home-product-link .text {
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home-product-link .text p {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    text-transform: capitalize;
    display: inline;
    background-image: linear-gradient(90deg, #1974E2, #1974E2);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0% 1.2px;
    /* 初始宽度0，高度2px */
    transition: background-size 0.3s ease-in-out;
    transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
    .home-product-link:hover .img_box img {
        transform: scale(1.05);
    }
    .home-product-link:hover .text p {
        color: #1974E2;
        background-size: 100% 1.2px;
    }
}
.home-about {
    padding: 100px 0 150px;
    position: relative;
    z-index: 1;
}
.home-about::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 67.5422138%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #F1F7FF;
}
.home-about .title {
    width: 1263px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    text-align: center;
    margin-bottom: 28px;
    color: #000;
    font-family: Onest;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 115.625%;
}
.home-about .title span {
    color: #959595;
}
.home-about .text {
    margin-bottom: 50px;
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    text-align: center;
}
.home-about .text p {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}
.home-about .home-about-more {
    text-align: center;
    margin-bottom: 52px;
}
.home-about .home-about-more .home-more {
    background-color: var(--main-color);
}
.home-about .home-about-more .home-more i {
    color: var(--main-color);
}
@media screen and (min-width: 1200px) {
    .home-about-video:hover .img_box img {
        transform: scale(1.05);
    }
}
.home-about-video {
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.home-about-video .img_box {
    padding-top: 36.1445783%;
    border-radius: 20px;
}
.home-about-video .img_box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.3;
    z-index: 2;
}
.home-about-video .video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-about-video .video-play .play {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 44px;
    z-index: 5;
}
.home-about-video .video-play .play::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    left: 0;
    top: 0;
    z-index: -1;
    animation: donghua 2s 1s linear infinite;
}
.home-about-video .video-play .play img:first-child {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
    animation: donghua 2s linear infinite;
}
.home-about-video .video-play .play img:last-child {
    width: 18px;
}
.home-about-video .video-play p {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
@keyframes donghua {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(1.9);
        opacity: 0;
    }
}
.home-service {
    padding-bottom: 150px;
}
.home-service .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.home-service .left {
    width: 50%;
}
.home-service .left .img_box {
    padding-top: 98.79518072%;
    border-radius: 20px;
}
.home-service .right {
    width: 45.1807228%;
}
.home-service .right .subtit {
    color: #898989;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 60px;
}
.home-service .right .title {
    color: #222;
    font-family: Onest;
    font-size: 76px;
    font-style: normal;
    font-weight: 600;
    line-height: 131.579%;
    text-transform: capitalize;
    margin-bottom: 60px;
}
.home-service-item {
    margin-bottom: 46px;
    display: flex;
    align-items: center;
    width: 500px;
    max-width: 100%;
}
.home-service-item .iconfont {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    margin-right: 20px;
    flex-shrink: 0;
}
.home-service-item .content .key {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s;
}
.home-service-item .content .val {
    margin-top: 12px;
    color: #666;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 146.667%;
    transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
    .home-service-item:hover .content .key {
        color: var(--main-color);
    }
    .home-service-item:hover .content .val {
        color: var(--main-color);
    }
}
.home-service-item:last-child {
    margin-bottom: 0;
}
.footer {
    background-color: #000000;
}
.footer-top {
    padding: 116px 0 0;
}
.footer-top .flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 54px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.39);
}
.footer-top .left p {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 130.556%;
    text-transform: capitalize;
}
.footer-top .footer-logo {
    width: 254px;
    display: block;
    margin-bottom: 30px;
}
.footer-top .footer-logo img {
    width: 100%;
}
.footer-top .right {
    width: 600px;
}
.footer-top .right p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    margin-bottom: 30px;
}
.footer-top .right form {
    display: flex;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-top .right form input {
    width: calc(100% - 100px);
    padding: 0 30px;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer-top .right form input::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: rgba(255, 255, 255, 0.64);
}
.footer-top .right form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.64);
}
.footer-top .right form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.64);
}
.footer-top .right form input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, 0.64);
}
.footer-top .right form button {
    width: 100px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.footer-top .right form button img {
    opacity: 0.5;
    width: 26px;
    transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
    .footer-top .right form button:hover img {
        opacity: 1;
    }
}
.footer-center {
    padding: 70px 0 40px;
}
.footer-center .flex {
    display: flex;
    justify-content: space-between;
}
.footer-title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.footer-nav li {
    margin-bottom: 20px;
}
.footer-nav li:last-child {
    margin-bottom: 0;
}
.footer-nav a {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
    .footer-nav a:hover {
        text-decoration: underline;
    }
}
.footer-contact {
    max-width: 300px;
}
.footer-contact li {
    margin-bottom: 20px;
}
.footer-contact li:last-child {
    margin-bottom: 0;
}
.footer-contact .key {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 6px;
}
.footer-contact p,
.footer-contact a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
    .footer-contact a:hover {
        color: #fff;
        text-decoration: underline;
    }
}
.footer-media {
    display: flex;
    margin-top: 40px;
}
.footer-media a {
    margin-right: 16px;
}
.footer-media span {
    color: #fff;
    opacity: 0.3;
    font-size: 24px;
}
@media screen and (min-width: 1200px) {
    .footer-media a:hover span {
        opacity: 1;
    }
}
.footer-bottom {
    background-color: var(--main-color);
    padding: 12px 0;
}
.footer-bottom .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-bottom .flex .left {
    display: flex;
    align-items: center;
}
.footer-bottom .flex .left p,
.footer-bottom .flex .left a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 128.571%;
    text-transform: capitalize;
    margin-right: 15px;
}
@media screen and (min-width: 1200px) {
    .footer-bottom .flex .left a:hover {
        text-decoration: underline;
    }
}
.footer-bottom .flex .right {
    display: flex;
    align-items: center;
}
.footer-bottom .flex .right a {
    display: flex;
    align-items: center;
    color: rgba(234, 234, 234, 0.6);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 128.571%;
    text-transform: uppercase;
}
.footer-bottom .flex .right a::after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.6);
    flex-shrink: 0;
    margin: 0 12px;
}
@media screen and (min-width: 1200px) {
    .footer-bottom .flex .right a:hover {
        color: #EAEAEA;
        text-decoration: underline;
    }
}
.footer-bottom .flex .right a:last-child::after {
    display: none;
}
.about-video {
    padding-top: 18.75vw;
}
.about-info {
    padding: 100px 0;
}
.about-info .title {
    margin-bottom: 30px;
}
.about-info .text {
    margin-bottom: 30px;
}
.about-info .text p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.about-factory h3 {
    color: #222;
    font-family: "DM Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.about-info-list {
    margin: 0 -5px;
}
.about-info-item {
    padding: 0 5px;
}
.about-info-link {
    cursor: pointer;
}
.about-info-link .img_box {
    padding-top: 68.115942%;
    border-radius: 20px;
}
@media screen and (min-width: 1200px) {
    .about-info-link:hover .img_box img {
        transform: scale(1.05);
    }
}
.about-info-slick {
    position: relative;
}
.about-info-slick .carter_arrow {
    width: calc(100% + 120px);
    z-index: 3;
}
.mod-tit64 {
    color: #222;
    font-family: Onest;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 128.125%;
    text-transform: capitalize;
}
.mod-prev,
.mod-next {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 50%;
    background-color: #B6B6B6;
}
.mod-prev span,
.mod-next span {
    font-size: 10px;
    color: #fff;
}
.mod-prev {
    transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
    .mod-prev:hover,
    .mod-next:hover {
        background-color: var(--main-color);
    }
}
/* bread */
.bread {
    --text-color: #FFFFFF;
    --text-interval: 6px;
    --text-fontsize: 14px;
    --hover-color: #FFFFFF;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 12px 0;
    background: rgba(25, 116, 226, 0.3);
}
.mod_bread {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mod_bread_item {
    display: flex;
    align-items: center;
}
.mod_bread_link {
    display: flex;
    align-items: center;
}
.mod_bread_link .text {
    color: var(--text-color);
    font-size: var(--text-fontsize);
    transition: all 0.36s;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 128.571%;
    text-transform: capitalize;
}
.mod_bread_item>span {
    margin: 0 var(--text-interval);
    display: inline-block;
    font-size: var(--text-fontsize);
    color: var(--text-color);
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 128.571%;
    text-transform: capitalize;
}
.mod_bread_item:last-child>span {
    display: none;
}
.mod_bread_item:last-child>.text {
    font-weight: 600;
}
.mod_bread_link:hover .text {
    color: var(--hover-color) !important;
}
.mod_bread_link:hover span {
    color: var(--hover-color) !important;
}
/* bread-end */
.service-info {
    padding-top: 110px;
}
.service-info .title {
    width: 1010px;
    margin-bottom: 40px;
    max-width: 100%;
}
.service-info .text p {
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%;
}
.service-content {
    margin-top: 32px;
    position: relative;
}
.service-content img {
    width: 100%;
}
.service-item {
    position: absolute;
    width: 450px;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}
.service-item .iconfont {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--main-color);
    font-size: 36px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
}
.service-item .tits {
    color: #1974E2;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 129.167%;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.service-item .texts p {
    color: #666;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 146.667%;
}
.service-item:nth-child(1) {
    left: 26%;
    top: 34%;
}
.service-item:nth-child(2) {
    left: 50%;
    top: 18%;
}
.service-item:nth-child(3) {
    right: 26%;
    top: 34%;
    transform: translateX(50%) translateY(-50%);
}
.honor {
    padding: 100px 0 130px;
}
.honor .title {
    margin-bottom: 30px;
}
.honor .text {
    margin-bottom: 40px;
    width: 930px;
    max-width: 100%;
}
.honor .text p {
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 122.222%;
}
.honor-list {
    margin: 0 -20px -40px;
}
.honor-item {
    padding: 0 20px;
    margin-bottom: 40px;
}
.honor-content {
    background-color: #fff;
    padding: 30px 22px 22px;
    position: relative;
    border-bottom: 2px solid var(--main-color);
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.honor-content .img {
    margin-top: auto;
    margin-bottom: auto;
}
.honor-content img {
    width: 100%;
    height: auto;
}
.honor-content .tits {
    margin-top: 16px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 144.444%;
    text-transform: capitalize;
    text-align: center;
}
.honor-content .img {
    position: relative;
    z-index: 1;
}
.honor-content .img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all 0.5s;
    opacity: 0;
    background-color: #1974E233;
}
@media screen and (min-width: 1200px) {
    .honor-content:hover .img::after {
        opacity: 1;
    }
}
/* 分页 */
.mod_page {
    display: flex;
    align-items: center;
    justify-content: center;
    --margin-x: 7px;
    --fs: 14px;
    --iconfs: 20px;
    --wh: 40px;
    --bg: transparent;
    --page-color: #333;
    margin-top: 60px;
}
.mod_page_item {
    margin: 0 var(--margin-x);
}
.mod_page .prev,
.mod_page .next {
    margin: 0 calc(var(--margin-x) + 5px) !important;
}
.mod_page_item a {
    color: var(--page-color);
    transition: all 0.36s;
    display: block;
    text-align: center;
    border-radius: 50%;
    width: var(--wh);
    line-height: var(--wh);
    font-size: var(--fs);
    background-color: var(--bg);
}
.mod_page .prev a,
.mod_page .next a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--wh);
}
.mod_page .prev span {
    transform: rotate(180deg);
}
.mod_page .next span {
    transform: rotate(0deg);
}
.mod_page .prev span,
.mod_page .next span {
    font-size: var(--iconfs);
}
.mod_page_item.act a {
    background-color: var(--main-color);
    color: #fff;
}
@media screen and (min-width: 1200px) {
    .mod_page_item a:hover {
        background-color: var(--main-color);
    }
    .mod_page_item.prev a:hover span,
    .mod_page_item.next a:hover span {
        color: #fff;
    }
    .mod_page_item:not(.prev, .next) a:hover {
        color: #fff;
    }
}
/* 分页-end */
.product .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.product .left {
    width: 390px;
}
.product .left .title {
    color: #222;
    font-family: Onest;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 133.333%;
    text-transform: capitalize;
}
.product .right {
    width: calc(100% - 390px);
    padding-left: 70px;
}
.product .right .text {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px;
}
.product-nav {
    margin-top: 30px;
}
.product-nav-link {
    min-height: 70px;
    padding: 11px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s;
    background-color: #FFF;
    border-radius: 4px;
}
.product-nav-link p {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%;
    transition: all 0.5s;
    padding-right: 20px;
}
.product-nav-link span {
    font-size: 22px;
    color: #333;
}
.product-nav-item:not(:last-child) {
    margin-bottom: 16px;
}
.product {
    background-color: #F6FAFF;
    padding: 50px 0 100px;
}
.product-second {
    padding: 13px 64px;
    padding-right: 40px !important;
    position: relative;
    z-index: 1;
    margin-top: 20px;
    display: none;
}
.product-second::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 28px;
    top: 0;
    background-color: #D5D5D5;
}
.product-second-item {
    margin-bottom: 24px;
}
.product-second-item:last-child {
    margin-bottom: 0;
}
.product-second-link {
    position: relative;
    z-index: 1;
    color: #464646;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}
.product-second-link::before {
    content: "";
    position: absolute;
    right: calc(100% + 34px);
    width: 2px;
    height: 26px;
    background-color: var(--main-color);
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
    .product-second-link:hover {
        color: var(--main-color);
        text-decoration: underline;
    }
    .product-second-link:hover::before {
        opacity: 1;
    }
    .product-nav-item:hover .product-nav-link {
        background-color: var(--main-color);
    }
    .product-nav-item:hover .product-nav-link p {
        color: #fff;
    }
    .product-nav-item:hover .product-nav-link span {
        color: #fff;
    }
}
.product-second-item.active .product-second-link {
    color: var(--main-color);
    text-decoration: underline;
}
.product-second-item.active .product-second-link::before {
    opacity: 1;
}
.product-nav-item.active .product-second {
    display: block;
}
.product-nav-item.active .product-nav-link {
    background-color: var(--main-color);
}
.product-nav-item.active .product-nav-link p {
    color: #fff;
}
.product-nav-item.active .product-nav-link span {
    color: #fff;
    transform: rotate(180deg);
}
.product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px -30px;
}
.product-item {
    padding: 0 9px;
    width: 33.333333%;
    margin-bottom: 30px;
}
.product-link {
    padding: 26px;
    background-color: #fff;
    border-radius: 10px;
    display: block;
}
.product-link .imgs {
    margin-bottom: 26px;
}
.product-link .img_box {
    padding-top: 96.1977186%;
}
.product-link .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-link .content .tits {
    overflow: hidden;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    width: calc(100% - 30px);
    transition: all 0.5s;
}
.product-link .content span {
    font-size: 20px;
    color: #333333;
}
@media screen and (min-width: 1200px) {
    .product-link:hover {
        background-color: var(--main-color);
    }
    .product-link:hover .content .tits {
        color: #fff;
    }
    .product-link:hover .content span {
        color: #fff;
        transform: rotate(180deg);
    }
}
.prodeta-bitem {
    display: block !important;
}
.prodeta-info {
    background-color: #F7F7F7;
    padding-top: 205px;
    padding-bottom: 85px;
    margin-bottom: 50px;
    overflow: hidden;
}
.prodeta-info .flex {
    display: flex;
}
.prodeta-info .flex .left {
    width: 43.2624113%;
    margin-right: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prodeta-info .flex .left .img_box {
    padding-top: 96.1977186%;
}
.prodeta-info .flex .right {
    width: 44.68085106%;
}
.prodeta-info .flex .right .title {
    color: #333;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 106.25%;
    margin-bottom: 26px;
}
.prodeta-info .flex .right .text p {
    color: #666;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.5%;
}
.prodeta-slist {
    width: 18.61614497%;
    margin: -5px 0;
}
.prodeta-blist {
    width: 79.73640856%;
    border: 1px solid var(--main-color);
    border-radius: 10px;
    overflow: hidden;
}
.prodeta-sitem {
    padding: 5px 0;
}
.prodeta-sconts {
    cursor: pointer;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}
.prodeta-sconts .play {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(25, 116, 226, 0.3);
}
.prodeta-sconts .play img {
    width: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.prodeta-controls {
    margin-top: 106px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inquire-btn,
.cart-btn {
    min-width: 160px;
    height: 45px;
    padding: 0 20px;
    border-radius: 45px;
    border-radius: 100px;
    background: #000;
    cursor: pointer;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
    .inquire-btn:hover,
    .cart-btn:hover {
        background-color: var(--main-color);
    }
}
.prodeta-share {
    display: flex;
    align-items: center;
}
.prodeta-share p {
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    margin-right: 15px;
}
.prodeta-title {
    color: #1974E2;
    font-family: Onest;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 126.667%;
    text-transform: capitalize;
    padding-bottom: 20px;
    border-bottom: 1px solid #DEDEDE;
}
.prodeta-details {
    padding-bottom: 60px;
}
.prodeta-details .prodeta-title {
    margin-bottom: 24px;
}
.prodeta-details .edit p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.5%;
}
.editor-content.auto-adjust-img img {
    max-width: 100% !important;
    height: auto !important;
}
.editor-content.auto-adjust-img.is-mobile img {
    height: auto !important;
}
.editor-content.auto-adjust-img p.contains-pictures {
    padding: 0;
    margin: 0;
    font-size: 0;
    overflow-x: hidden;
}
@media (min-width: 1200px) {
    .editor-content.auto-adjust-img p.contains-pictures {
        white-space: nowrap;
    }
}
.editor-content.auto-adjust-img p.contains-pictures>img {
    display: inline-block;
    margin: 0 15px;
}
.prodate-information .editor-content.auto-adjust-img p.contains-pictures>img:first-child {
    margin-left: 0;
}
.prodate-information .editor-content.auto-adjust-img p.contains-pictures>img:last-child {
    margin-right: 0px;
}
.prodeta-download {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 25px;
}
.prodeta-download img {
    width: 30px;
    margin-bottom: 10px;
}
.prodeta-download p {
    color: #1974E2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
    .prodeta-download:hover p {
        text-decoration: underline;
    }
}
.prodeta-inquiry {
    padding-bottom: 60px;
}
.prodeta-inquiry .prodeta-title {
    margin-bottom: 24px;
}
.mod_form {
    --form-margin: -6px;
    --form-padding: 6px;
    --form-item-botton: 12px;
    --form-item-br: 10px;
    --form-item-width: 50%;
    --form-item-bg: #FAFAFA;
    --form-item-height: 60px;
    --form-item-padding: 20px;
    --form-label-size: 14px;
    --form-color: #666666;
    --form-textarea-height: 200px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--form-margin);
}
.mod_form .mod_form_item {
    width: var(--form-item-width);
    padding: 0 var(--form-padding);
    margin-bottom: var(--form-item-botton);
}
.mod_form .mod_form_item .conts {
    position: relative;
    background-color: var(--form-item-bg);
    border-radius: var(--form-item-br);
}
.mod_form .mod_form_item .conts label {
    position: absolute;
    left: var(--form-item-padding);
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.36s;
    font-size: var(--form-label-size);
    line-height: 1.2;
    color: var(--form-color);
}
.mod_form .mod_form_item .conts input {
    width: 100%;
    height: var(--form-item-height);
    padding: 0 var(--form-item-padding);
    font-size: var(--form-label-size);
    color: var(--form-color);
}
.mod_form .mod_form_item .conts textarea {
    height: var(--form-textarea-height);
    font-size: var(--form-label-size);
    padding: 22px var(--form-item-padding);
    width: 100%;
    color: var(--form-color);
}
.mod_form .mod_form_item .conts button {
    display: inline-flex;
    min-width: 160px;
    height: 44px;
    padding: 9px;
    background-color: #000;
    border-radius: 44px;
    margin-top: 22px;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s;
}
.mod_form .mod_form_item .conts button p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 131.25%;
    text-transform: capitalize;
    padding-left: 20px;
    padding-right: 15px;
    white-space: nowrap;
}
.mod_form .mod_form_item .conts button span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 14px;
    color: #000000;
}
@media screen and (min-width: 1200px) {
    .mod_form .mod_form_item .conts button:hover {
        background-color: var(--main-color);
    }
}
.mod_form .mod_form_item .conts.active label {
    top: 0 !important;
}
.mod_form .mod_form_item.button .conts {
    background-color: transparent;
    text-align: left;
    border: none;
}
.mod_form .mod_form_item.button {
    margin-bottom: 0;
}
.mod_form .mod_form_item.textarea .conts label {
    top: 30px;
}
.mod_form .mod_form_item.proname .conts {
    display: flex;
    align-items: center;
    background-color: var(--main-color);
}
.mod_form .mod_form_item.proname .conts label {
    position: static;
    flex-shrink: 0;
    transform: none;
    padding-left: var(--form-item-padding);
    margin-bottom: 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 162.5%;
}
.mod_form .mod_form_item.proname .conts input {
    width: 100%;
    padding-left: 5px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    height: 50px;
}
.mod_form .mod_form_item.block {
    width: 100%;
}
.prodeta-related {
    padding: 80px 0 110px;
    background-color: #F7F7F7;
}
.prodeta-related .prodeta-title {
    margin-bottom: 24px;
}
.prodeta-related-slick {
    position: relative;
}
.prodeta-related-slick .carter_arrow {
    z-index: 2;
    width: calc(100% + 120px);
}
.prodeta-related-list {
    margin: 0 var(--flex-margin);
}
.prodeta-related-item {
    padding: 0 var(--flex-padding);
}
.solution {
    padding: 100px 0 130px;
    background-color: #fff;
}
.solution-item {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px 60px;
    align-items: center;
}
.solution-item .left,
.solution-item .right {
    width: 50%;
    padding: 0 15px;
}
.solution-item .left .img_box {
    padding-top: 57.97101449%;
    border-radius: 20px;
}
.solution-item .right .tits {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 24px;
    display: block;
}
.solution-item .right .texts {
    margin-bottom: 50px;
}
.solution-item .right .texts p {
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.solution-item:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
    .solution-item:hover .left .img_box img {
        transform: scale(1.05);
    }
    .solution-item:hover .right .tits {
        color: var(--main-color);
    }
    .solution-item:hover .right .home-more {
        background-color: var(--main-color);
    }
    .solution-item:hover .right .home-more .iconfont {
        transform: rotate(45deg);
    }
}
.solution-item:nth-child(even) {
    flex-direction: row-reverse;
}
.news-primary {
    padding-top: 50px;
    padding-bottom: 70px;
    background-color: #F1F7FF;
    overflow: hidden;
}
.news-nav {
    display: flex;
}
.news-nav a {
    margin-right: 40px;
    min-width: 220px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 127.778%;
}
.news-nav a.active {
    background-color: var(--main-color);
    color: #fff;
}
@media screen and (min-width: 1200px) {
    .news-nav a:hover {
        background-color: var(--main-color);
        color: #fff;
    }
}
.news-nav a:last-child {
    margin-right: 0;
}
.news-primary-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
}
.news-primary-flex .left {
    width: 520px;
}
.news-primary-flex .left .img_box {
    padding-top: 67.3076923%;
    border-radius: 20px;
}
.news-primary-flex .right {
    width: 850px;
}
.news-primary-flex .right .time {
    color: #1974E2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 131.25%;
    margin-bottom: 30px;
}
.news-primary-flex .right .tits {
    color: #333;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 131.818%;
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-primary-flex .right .text {
    margin-bottom: 70px;
}
.news-primary-flex .right .text p {
    color: #666;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 146.667%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-content {
    padding: 80px 0 130px;
}
.news-list {
    margin: 0 -18px -40px;
}
.news-item {
    padding: 0 18px;
    margin-bottom: 40px;
}
.news-link {
    display: block;
}
.news-link .img_box {
    padding-top: 66.6666666%;
    border-radius: 20px;
}
.news-link .time {
    color: #1974E2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 128.571%;
    margin-top: 20px;
}
.news-link .text {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 131.25%;
    transition: all 0.5s;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (min-width: 1200px) {
    .news-link:hover .img_box img {
        transform: scale(1.05);
    }
    .news-link:hover .text {
        color: var(--main-color);
        text-decoration: underline;
    }
}
.faq {
    position: relative;
    z-index: 1;
    padding: 50px 0 80px;
}
.faq>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}
.faq .text {
    margin-top: 24px;
}
.faq .text p {
    color: #666;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 146.667%;
}
.faq-list {
    margin-top: 45px;
}
.faq-item {
    transition: all 0.5s;
    padding: 0 50px;
    background-color: rgba(255, 255, 255, 0.45);
    overflow: hidden;
}
.faq-item .hds {
    padding-top: 22px;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #DFDFDF;
    display: flex;
    justify-content: space-between;
    transition: all 0.5s;
    cursor: pointer;
    align-items: center;
}
.faq-item .hds p {
    color: #333;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 131.818%;
    transition: all 0.5s;
    padding-right: 20px;
}
.faq-item .hds .iconfont {
    font-size: 26px;
    color: #333333;
    margin-top: 2px;
}
.faq-item .bds {
    padding-top: 2px;
    display: none;
}
.faq-item .bds p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 146.667%;
    min-height: 140px;
    padding-bottom: 30px;
    width: 1100px;
    max-width: 100%;
}
.faq-item:nth-child(1) {
    border-radius: 10px 10px 0 0;
}
.faq-item:nth-child(1) .bds {
    display: block;
}
.faq-item.active {
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: var(--main-color);
}
.faq-item.active .hds p,
.faq-item.active .hds .iconfont {
    color: #fff;
}
.faq-item.active .hds .iconfont {
    transform: rotate(-180deg);
}
.faq-item.active+.faq-item {
    border-radius: 10px 10px 0 0;
}
.faq-item:last-child {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.customer-case {
    position: relative;
    background-color: #F1F7FF;
    z-index: 1;
    overflow: hidden;
}
.customer-case>img {
    position: absolute;
    width: 33.8541666%;
    right: 0;
    top: 0;
    z-index: -1;
}
.customer-case .hds {
    padding: 50px 0;
}
.customer-case .hds .text {
    margin-top: 22px;
    width: 930px;
}
.customer-case .hds .text p {
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%;
}
.customer-jumb img {
    width: 100%;
    height: auto;
}
.customer-jumb .img_box {
    padding-top: 39.0625%;
}
.customer-classic {
    padding: 80px 0 130px;
}
.customer-classic .hds {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 42px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 54px;
}
.customer-classic .hds .title {
    width: 41.3475177%;
    color: #222;
    font-family: Onest;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 112%;
    text-transform: capitalize;
}
.customer-classic .hds .text {
    width: 48.08510638%;
}
.customer-classic .hds .text p {
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%;
}
.customer-classic-item {
    margin-bottom: 40px;
}
.customer-classic-item .customer-classic-hds {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    padding-top: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid #DEDEDE;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    cursor: pointer;
}
.customer-classic-item .customer-classic-hds p {
    color: #333;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 113.333%;
    text-transform: uppercase;
    transition: all 0.5s;
}
.customer-classic-item .customer-classic-hds .number {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    color: #222;
    font-size: 100px;
    font-style: normal;
    font-weight: 900;
    line-height: 100px;
    text-transform: capitalize;
    opacity: 0.04;
}
.customer-classic-item .customer-classic-hds .iconfont {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    flex-shrink: 0;
    font-size: 18px;
    color: #fff;
    transform: rotate(45deg);
}
.customer-classic-item .bds {
    padding-top: 30px;
    display: none;
}
.customer-classic-item .bds .flex {
    padding: 20px;
    padding-right: 40px;
    background-color: #E6F1FF;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.customer-classic-item .bds .flex .imgs {
    width: 40.4744255%;
}
.customer-classic-item .bds .flex .imgs .img_box {
    padding-top: 52.7272727%;
    border-radius: 10px;
}
.customer-classic-item .bds .flex .texts {
    width: 55.8191252%;
}
.customer-classic-item .bds .flex .texts p {
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%;
}
.customer-classic-item.active .customer-classic-hds p {
    color: var(--main-color);
    text-decoration: underline;
}
.customer-classic-item.active .customer-classic-hds .iconfont {
    background-color: var(--main-color);
    color: #fff;
    transform: rotate(0deg);
}
@media screen and (min-width: 1200px) {
    .customer-classic-item:hover .customer-classic-hds p {
        color: var(--main-color);
        text-decoration: underline;
    }
    .customer-classic-item:hover .customer-classic-hds .iconfont {
        background-color: var(--main-color);
        color: #fff;
    }
}
.customer-classic-item:nth-child(1) .bds {
    display: block;
}
.customer-classic-item:last-child {
    margin-bottom: 0;
}
.contact-info {
    padding-bottom: 70px;
}
.contact-info .flex {
    display: flex;
    justify-content: space-between;
}
.contact-info .flex .left {
    width: 40.4255319%;
    border-radius: 20px;
    background: #F1F7FF;
    padding: 40px 70px 110px;
    margin-top: -130px;
    position: relative;
    z-index: 1;
}
.contact-info .flex .left .title {
    color: #222;
    font-family: Onest;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 128.125%;
    text-transform: capitalize;
    margin-bottom: 64px;
}
.contact-info .flex .left .title span {
    color: var(--main-color);
    font-weight: 700;
}
.contact-info .flex .left .item {
    margin-bottom: 40px;
}
.contact-info .flex .left .item .key {
    color: #222;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 129.167%;
    text-transform: capitalize;
    transition: all 0.5s;
    margin-bottom: 12px;
}
.contact-info .flex .left .item .val p,
.contact-info .flex .left .item .val a {
    color: #666;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 146.667%;
}
@media screen and (min-width: 1200px) {
    .contact-info .flex .left .item .val a:hover {
        color: var(--main-color);
    }
}
.contact-info .flex .left .item:last-child {
    margin-bottom: 0;
}
.contact-info .flex .right {
    width: 51.06382979%;
    padding-top: 70px;
}
.contact>img {
    width: 100%;
}
.home-news {
    padding-bottom: 130px;
}
.home-news .hds {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-news .hds .list {
    display: flex;
}
.home-news .hds .list .item {
    margin-right: 40px;
    cursor: pointer;
}
.home-news .hds .list .item:last-child {
    margin-right: 0;
}
.home-news .hds .list a {
    min-width: 220px;
    height: 50px;
    padding: 0 22px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F5;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media screen and (min-width: 1200px) {
    .home-news .hds .list a:hover {
        background-color: var(--main-color);
        color: #fff;
    }
}
.home-news .hds .list .item.active a {
    background-color: var(--main-color);
    color: #fff;
}
.home-news .flex {
    display: flex;
    justify-content: space-between;
    margin: 60px var(--flex-margin) 0;
}
.home-news .flex .left,
.home-news .flex .right {
    padding: 0 var(--flex-padding);
}
.home-news .flex .left {
    width: 40.12269938%;
}
.home-news .flex .left .arrow {
    display: flex;
    margin-top: 30px;
}
.home-news .flex .left .arrow .mod-prev {
    margin-right: 20px;
}
.home-news .flex .left .arrow .mod-prev,
.home-news .flex .left .arrow .mod-next {
    width: 38px;
    height: 38px;
    border-radius: 50%;
}
.home-news .flex .left .arrow .mod-prev span,
.home-news .flex .left .arrow .mod-next span {
    font-size: 22px;
}
.home-news .flex .right {
    width: 59.9386503%;
}
.home-news-blist {
    margin: 0 -5px;
}
.home-news-bitem {
    padding: 0 5px;
}
.home-news-blink {
    display: block;
}
.home-news-blink .img_box {
    padding-top: 67.278287%;
    border-radius: 20px;
    margin-bottom: 20px;
}
.home-news-blink .time {
    color: #1974E2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 128.571%;
    margin-bottom: 25px;
}
.home-news-blink .text {
    color: #1974E2;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home-news-slist {
    margin: 0 var(--flex-margin);
}
.home-news-sitem {
    padding: 0 var(--flex-padding);
}
.home-news-slink {
    display: block;
}
.home-news-slink .img_box {
    padding-top: 67.278287%;
    border-radius: 20px;
    margin-bottom: 16px;
}
.home-news-slink .time {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 128.571%;
    margin-bottom: 16px;
    transition: all 0.5s;
}
.home-news-slink .text {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (min-width: 1200px) {
    .home-news-slink:hover .img_box img {
        transform: scale(1.05);
    }
    .home-news-slink:hover .time {
        color: var(--main-color);
    }
    .home-news-slink:hover .text {
        color: var(--main-color);
        text-decoration: underline;
    }
}
.about-culture {
    padding-bottom: 250px;
}
.about-culture .text {
    margin-top: 30px;
    width: 720px;
}
.about-culture .text p {
    color: #666;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 146.667%;
}
.about-culture .flex {
    display: flex;
    margin-top: 40px;
}
.about-culture .flex .left,
.about-culture .flex .right {
    width: 50%;
}
.about-culture .flex .left {
    height: 600px;
    position: relative;
    z-index: 2;
}
.about-culture .flex .left>.img_box {
    padding-top: 82.19178082%;
    border-radius: 20px;
    height: 100%;
}
.about-culture .flex .left>.img_box img {
    object-fit: cover;
}
.about-culture .flex .right {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.about-culture .flex .right .bg-text {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    color: #222;
    font-family: Onest;
    font-size: 9.375vw;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    text-transform: capitalize;
    opacity: 0.03;
    margin-top: -20px;
}
.about-culture-text {
    width: 426px;
}
.about-culture-text .list {
    margin-bottom: 60px;
}
.about-culture-text .list .texts {
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 122.222%;
}
.about-culture-text .list .titles {
    font-size: 20px;
    font-weight: bold;
    color: var(--main-color);
    line-height: 1.65;
    margin-bottom: 10px;
    display: none;
}
.about-culture-text .arrow {
    display: flex;
    margin-top: 60px;
}
.about-culture-text .arrow .mod-prev {
    margin-right: 24px;
}
.about-culture-content {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 475px;
}
.about-culture-content .line {
    width: 100%;
}
.about-culture-content .imgs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 83.1578947%;
}
.about-culture-item {
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
.about-culture-item .icons {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    padding: 4px;
    border: 4px solid rgba(25, 116, 226, 0.2);
    background-clip: content-box;
    background-color: var(--main-color);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 0;
    position: absolute;
}
.about-culture-item .tits {
    width: 220px;
    position: absolute;
    text-align: right;
    right: calc(100% + 28px);
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.5%;
    text-transform: capitalize;
}
.about-culture-item:nth-child(1) {
    left: 24%;
    top: 6%;
}
.about-culture-item:nth-child(2) {
    left: 7.8%;
    top: 22%;
}
.about-culture-item:nth-child(3) {
    left: 0%;
    top: 50%;
}
.about-culture-item:nth-child(4) {
    left: 7.8%;
    bottom: 22%;
}
.about-culture-item:nth-child(5) {
    left: 24%;
    bottom: 6%;
}
.about-culture-item.active .tits {
    color: var(--main-color);
    font-size: 34px;
}
.about-culture-item.active .icons {
    animation: danghua2 1.8s infinite;
}
@keyframes danghua2 {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.15);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}
.about-slogan {
    padding: 65px 0 100px;
    background-color: #F4F7FE;
    position: relative;
}
.about-slogan .title {
    width: 630px;
    max-width: 100%;
}
.about-slogan .text {
    margin-top: 30px;
    width: 630px;
    max-width: 100%;
}
.about-slogan .text p {
    color: #666;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 146.667%;
}
.about-slogan-slick {
    max-width: 100%;
    width: 1290px;
    margin-top: 100px;
}
.about-slogan-list {
    display: flex;
    justify-content: space-between;
    margin: 0 -22px -32px;
}
.about-slogan-item {
    width: 25%;
    padding: 0 22px;
    margin-bottom: 32px;
}
.about-slogan-cont {
    background-color: #fff;
    transition: all 0.5s;
    padding: 30px 30px;
    border-radius: 10px;
    height: 100%;
    min-height: 240px;
}
.about-slogan-cont span {
    font-size: 44px;
    color: var(--main-color);
    margin-bottom: 24px;
}
.about-slogan-cont .texts p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.5%;
    transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
    .about-slogan-cont:hover {
        background-color: var(--main-color);
    }
    .about-slogan-cont:hover span {
        color: #fff;
    }
    .about-slogan-cont:hover .texts p {
        color: #fff;
    }
}
.about-slogan .hc_cont1410 {
    position: relative;
    z-index: 1;
}
.about-slogan .hc_cont1410>img {
    position: absolute;
    z-index: -1;
    right: 0;
    width: 48.93617%;
    top: calc(-140px - 65px);
    border-radius: 10px;
}
.product-link .img_box {
    border-radius: 10px;
}
.product-phnav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
    display: none;
    padding: 0px 0px 35px;
}
@media screen and (max-width: 768px) {
    .product-phnav {
        padding: 0px 0px 35px;
    }
}
.product-phnav a {
    font-size: 16px;
    color: #444;
    display: inline-block;
    padding: 4px 0;
    margin-right: 25px;
    margin-bottom: 20px;
}
.product-phnav a.active {
    color: var(--main-color);
    text-decoration: underline;
}
@media screen and (max-width: 1200px) {
    .product-phnav {
        display: flex;
    }
}
/* sitemap */
.sitemap_cont {
    padding: 100px 0;
}
.sitemap_cont_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.sitemap_cont_item {
    width: 25%;
    padding: 0 10px;
}
.sitemap_cont_link {
    display: block;
    text-align: center;
    line-height: 50px;
    background-color: var(--main-color);
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.sitemap_cont_link:hover {
    text-decoration: underline;
}
.sitemap_second_list {
    margin-top: 15px;
}
.sitemap_second_item {
    margin-bottom: 10px;
}
.sitemap_second_link {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    transition: all 0.36s;
    display: block;
    color: #222;
    padding: 4px 0;
}
.sitemap_second_link:hover {
    color: var(--main-color);
    text-decoration: underline;
}
@media screen and (max-width: 1680px) {
    .sitemap_cont {
        padding: 90px 0;
    }
    .sitemap_cont_link {
        line-height: 45px;
    }
    .sitemap_second_item {
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 1440px) {
    .sitemap_cont_item {
        padding: 0 8px;
    }
    .sitemap_cont {
        padding: 80px 0;
    }
    .sitemap_cont_list {
        margin: 0 -8px;
    }
    .sitemap_cont_link {
        line-height: 40px;
        font-size: 16px;
    }
    .sitemap_second_link {
        padding: 4px 0;
        line-height: 26px;
        font-size: 15px;
    }
}
@media screen and (max-width: 1200px) {
    .sitemap_cont {
        padding: 70px 0;
    }
}
@media screen and (max-width: 991px) {
    .sitemap_cont_item {
        padding: 0 5px;
    }
    .sitemap_cont_list {
        margin: 0 -5px;
        flex-wrap: wrap;
    }
    .sitemap_cont_item {
        width: 33.333333%;
        margin-bottom: 20px;
    }
    .sitemap_cont {
        padding: 60px 0;
    }
}
@media screen and (max-width: 768px) {
    .sitemap_cont {
        padding: 55px 0;
    }
    .sitemap_cont_list {
        flex-direction: column;
    }
    .sitemap_cont_item {
        width: 100%;
        margin-bottom: 10px;
    }
    .sitemap_second_list {
        margin-top: 10px;
    }
}
/* sitemap-end */
.privacy_cont {
    padding: 100px 0;
}
.privacy_cont .title {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: bold;
}
.privacy_cont .edit p {
    font-size: 16px;
    line-height: 32px;
    color: #333;
}
@media screen and (max-width: 1680px) {
    .privacy_cont {
        padding: 90px 0;
    }
    .privacy_cont .title {
        margin-bottom: 35px;
        font-size: 30px;
    }
}
@media screen and (max-width: 1440px) {
    .privacy_cont {
        padding: 80px 0;
    }
    .privacy_cont .title {
        margin-bottom: 35px;
        font-size: 28px;
    }
}
@media screen and (max-width: 1200px) {
    .privacy_cont {
        padding: 70px 0;
    }
    .privacy_cont .title {
        margin-bottom: 30px;
        font-size: 26px;
    }
}
@media screen and (max-width: 991px) {
    .privacy_cont {
        padding: 60px 0;
    }
    .privacy_cont .title {
        margin-bottom: 25px;
        font-size: 24px;
    }
}
@media screen and (max-width: 768px) {
    .privacy_cont {
        padding: 55px 0;
    }
    .privacy_cont .title {
        margin-bottom: 20px;
        font-size: 24px;
    }
}
/* newdate */
.newdate_info_tit {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: bold;
}
.newdate_info_date {
    font-size: 16px;
    line-height: 1.5;
}
.newdate_info {
    padding: 60px 0 20px;
    border-bottom: 1px solid #ccc;
}
.news_info {
    margin-bottom: 50px;
}
.news_info li {
    list-style: inherit;
}
.news_info ol,
.news_info ul {
    padding-left: 1rem;
}
.news_primary {
    padding-top: 50px !important;
    padding-bottom: 80px !important;
}
.news_info h2 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: bold;
    color: #222222;
    margin-bottom: 20px;
}
.news_info p {
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
    margin-bottom: 20px;
}
.news_info img {
    height: auto !important;
}
.newdate_main .pdrf_shares {
    margin-top: 50px;
}
.newdate_page {
    margin-top: 40px;
}
.newdate_page a:hover {
    color: var(--main-color);
}
.newdate_prev {
    margin-bottom: 20px;
}
.pdrf_shares_text {
    flex-shrink: 0;
    font-size: 22px;
    line-height: 1.2;
    margin-right: 5px;
}
.pdrf_shares {
    display: flex;
    align-items: center;
}
.newdate_page a {
    color: #666;
    font-size: 16px;
    line-height: 1.4;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
@media screen and (max-width: 1680px) {
    .newdate_info_tit {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .newdate_info {
        padding: 55px 0 20px;
    }
    .news_info h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .news_primary {
        padding-top: 40px !important;
        padding-bottom: 80px !important;
    }
    .pdrf_shares_text {
        font-size: 20px;
    }
    .news_info {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1440px) {
    .newdate_info_tit {
        margin-bottom: 15px;
        font-size: 24px;
    }
    .newdate_info {
        padding: 50px 0 15px;
    }
    .news_primary {
        padding-top: 35px !important;
        padding-bottom: 60px !important;
    }
    .newdate_info_date {
        font-size: 14px;
    }
    .news_info h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .news_info p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 12px;
    }
    .news_info {
        margin-bottom: 30px;
    }
    .pdrf_shares_text {
        font-size: 18px;
    }
    .newdate_page {
        margin-top: 30px;
    }
    .newdate_page a {
        font-size: 14px;
        line-height: 1.4;
    }
    .newdate_prev {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1200px) {
    .newdate_info_tit {
        font-size: 22px;
    }
    .newdate_info {
        padding: 40px 0 12px;
    }
    .news_primary {
        padding-top: 30px !important;
        padding-bottom: 50px !important;
    }
    .pdrf_shares_text {
        font-size: 16px;
    }
    .news_info h2 {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .newdate_info {
        padding: 35px 0 12px;
    }
    .newdate_info_tit {
        margin-bottom: 13px;
        font-size: 22px;
        line-height: 1.4;
    }
    .news_primary {
        padding-top: 25px !important;
        padding-bottom: 40px !important;
    }
}
/* newdate-end */
/* shop */
.shop_cont {
    padding: 80px 0px;
}
@media screen and (max-width: 1440px) {
    .shop_cont {
        padding: 70px 0px;
    }
}
@media screen and (max-width: 1200px) {
    .shop_cont {
        padding: 65px 0px;
    }
}
@media screen and (max-width: 991px) {
    .shop_cont {
        padding: 60px 0px;
    }
}
.shop_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shop_cheack {
    display: flex;
    align-items: center;
    width: 120px;
    min-width: 70px;
    margin-right: 10px;
}
.shop_photo {
    width: 200px;
    flex-shrink: 0;
}
.shop_photo_img {
    padding-top: 100%;
    border: 1px solid #ecebeb;
    transition: all 0.36s;
    display: block;
    overflow: hidden;
}
.shop_photo_img img {
    transform: scale(0.9);
}
.shop_photo_img:hover img {
    transform: scale(1);
}
.shop_photo_img:hover {
    border: 1px solid var(--main-color);
}
.shop_name {
    width: 30%;
    min-width: 200px;
    padding-right: 20px;
    padding-left: 20px;
}
.shop_list .shop_text {
    transition: all 0.36s;
}
.shop_number {
    width: 180px;
    flex-shrink: 0;
}
.shop_number_text,
.shop_operation_text,
.shop_text,
.shop_photo_text,
.shop_cheack_text {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}
.shop_list .shop_number_text,
.shop_list .shop_operation_text,
.shop_list .shop_text,
.shop_list .shop_photo_text,
.shop_list .shop_cheack_text {
    color: #222;
}
.shop_operation {
    width: 140px;
    flex-shrink: 0;
}
.shop_header {
    padding: 20px 0;
    background-color: var(--main-color);
}
.shop_row {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.shop_cont input[type=checkbox] {
    -webkit-appearance: auto;
    width: 18px;
    height: 18px;
    margin-top: 0;
    margin-right: 10px;
}
.shop_item .shop_row {
    padding: 20px 0;
    border-bottom: 1px solid #e2e2e2;
}
.shop_operation_btn {
    cursor: pointer;
    padding: 15px;
    box-sizing: content-box;
    display: inline-block;
}
.shop_operation_btn span {
    font-size: 20px;
}
.shop_operation_btn:hover span {
    color: var(--main-color);
}
.shop_operation {
    text-align: center;
}
.shop_number_control {
    display: flex;
    align-items: center;
}
.shop_number_control>div {
    cursor: pointer;
    width: 34px;
    line-height: 32px;
    border: 1px solid #e6e6e6;
    flex-shrink: 0;
    text-align: center;
    font-size: 18px;
    transition: all 0.36s;
}
.shop_number_control>div:hover {
    color: #fff;
    background-color: var(--main-color);
}
.shop_number_control input {
    display: inline-block;
    width: 60px;
    text-align: center;
    font-size: 16px;
}
@media screen and (max-width: 1680px) {
    .shop_cheack {
        width: 70px;
        min-width: 70px;
    }
    .shop_main {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 1560px) {
    .shop_cheack {
        width: 50px;
        min-width: 50px;
    }
    .shop_number {
        width: 160px;
    }
    .shop_photo {
        width: 190px;
    }
}
@media screen and (max-width: 1440px) {
    .shop_cont input[type=checkbox] {
        width: 15px;
        height: 15px;
    }
    .shop_photo {
        width: 180px;
    }
    .shop_number_text,
    .shop_operation_text,
    .shop_text,
    .shop_photo_text,
    .shop_cheack_text {
        font-size: 15px;
    }
    .shop_number_control>div {
        width: 30px;
        line-height: 28px;
        font-size: 16px;
    }
    .shop_number_control input {
        width: 45px;
        font-size: 14px;
    }
    .shop_operation_btn {
        padding: 12px;
    }
    .shop_operation_btn span {
        font-size: 18px;
    }
    .shop_number {
        width: 125px;
    }
    .shop_header {
        padding: 15px 0;
    }
    .shop_main {
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 1200px) {
    .shop_photo {
        width: 170px;
    }
    .shop_main {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .shop_photo {
        width: 150px;
    }
    .shop_operation {
        width: 120px;
    }
}
@media screen and (max-width: 768px) {
    .shop_header .shop_photo,
    .shop_header .shop_name,
    .shop_header .shop_number,
    .shop_header .shop_operation {
        display: none;
    }
    .shop_header {
        padding: 10px 0;
    }
    .shop_item .shop_row {
        padding: 16px 17px;
    }
    .shop_cont input[type=checkbox] {
        width: 14px;
        height: 14px;
    }
    .shop_row {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }
    .shop_item .shop_row {
        padding-bottom: 60px !important;
        padding: 16px 15px;
    }
    .shop_item {
        margin-bottom: 10px;
    }
    .shop_row>div {
        width: 100%;
    }
    .shop_number_control {
        justify-content: center;
    }
    .shop_name {
        width: 100%;
        text-align: center;
        padding: 15px 0 12px;
    }
    .shop_item .shop_cheack input {
        position: absolute;
        left: 0;
        bottom: 5px;
        margin: 12px !important;
        box-sizing: content-box;
    }
    .shop_item .shop_operation_btn {
        position: absolute;
        right: 0;
        bottom: 5px;
    }
    .shop_main {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}
/* shop */
.header-controls {
    display: flex;
    align-items: center;
}
.ct_aside1 {
    position: fixed;
    top: 66%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 10;
    --wh: 46px;
    --fs: 26px;
}
.ct_aside1_list {
    margin-bottom: 15px;
    transition: all 0.36s;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    padding: 14px 12px;
}
.ct_aside1_item {
    margin-bottom: 24px;
    position: relative;
    transition: all 0.36s;
    cursor: pointer;
}
.ct_aside1_item:last-child {
    margin-bottom: 0;
}
.ct_aside1_link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    transition: all 0.36s;
}
.ct_aside1_link span {
    font-size: var(--fs);
    color: rgba(255, 255, 255, 0.4);
}
.ct_aside1_item.active .ct_aside1_link span {
    color: #fff;
}
.ct_aside1_item:hover .ct_aside1_link span {
    color: #fff;
}
.ct_aside1_switch {
    width: var(--wh);
    height: var(--wh);
    border-radius: 50%;
}
.ct_aside1_switch {
    background-color: var(--main-color);
    position: relative;
    transition: all 0.36s;
    cursor: pointer;
    display: none;
    margin-left: auto;
    margin-right: auto;
}
.ct_aside1_switch::after,
.ct_aside1_switch::before {
    content: "";
    position: absolute;
    background-color: #fff;
    transition: all 0.36s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ct_aside1_switch::after {
    width: 2px;
    height: 15px;
}
.ct_aside1_switch::before {
    height: 2px;
    width: 15px;
}
.ct_aside1_switch.active {
    background-color: #031417;
    transform: rotate(-135deg);
}
.ct_aside1_cont {
    position: absolute;
    right: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%) translateX(100px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
    transition: all 0.36s;
    opacity: 0;
    pointer-events: none;
}
.ct_aside1_item.active .ct_aside1_cont {
    pointer-events: all;
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
}
.ct_aside1_cont::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 100%;
}
.ct_aside1_cont .qr {
    width: 100px;
    padding: 2px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    background-color: #fff;
}
.ct_aside1_cont .qr img {
    width: 100%;
}
.ct_aside1_cont a {
    display: inline-block;
    padding: 17px 22px;
    background-color: #fff;
    border-radius: 4px;
    color: #333;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    white-space: nowrap;
}
/* type-animatelist */
.ct_aside1_list.animatelist {
    transform: translateX(100px);
}
.ct_aside1_list.active {
    transform: translateX(0px);
}
/* type-animateitem */
.ct_aside1_list.animateitem .ct_aside1_item {
    transform: translateX(100px);
}
.ct_aside1_list.active .ct_aside1_item {
    transform: translateX(0px);
}
/* type-animateitem-rotate */
.ct_aside1_list.animateitem-rotate .ct_aside1_item {
    transform: translateX(80px) rotate(360deg);
}
.ct_aside1_list.active .ct_aside1_item {
    transform: translateX(0px) rotate(0deg);
}
@media screen and (max-width: 768px) {
    .ct_aside1_list {
        display: none;
    }
    .ct_aside1 {
        top: initial !important;
        right: 10px;
        bottom: 80px !important;
        transform: translateY(0);
    }
    .ct_aside1_switch {
        display: block;
    }
}
/* hover */
@media screen and (min-width: 1200px) {
    .ct_aside1_switch:hover {
        background-color: #031417;
    }
    .ct_aside1_item:hover .ct_aside1_cont {
        pointer-events: all;
        opacity: 1;
        transform: translateY(-50%) translateX(0px);
    }
}
/* 搜索页 */
.product_search {
    margin-bottom: 20px;
}
.product_search_tit {
    font-family: Redbold;
    font-size: 22px;
    color: #14151a;
    margin-bottom: 15px;
}
.product_search_text {
    background-color: #fff;
    padding: 12px 20px;
    color: #999999;
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1440px) {
    /* 搜索页 */
    .product_search_tit {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .product_search_text {
        padding: 10px 15px;
    }
    .product_search {
        margin-bottom: 15px;
    }
    /* 搜索页-end */
}

.footer-nav .erweima img {
    width: 120px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: 20px;
}