@charset "utf-8";

body {
    /* 填写默认字体 */
    font-family: "SyL", "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: 'Montserrat';
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url('../fonts/montserrat/Montserrat-Medium.woff2') format('woff2'), url('../fonts/montserrat/Montserrat-Medium.woff') format('woff'), url('../fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('../fonts/montserrat/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/montserrat/Montserrat-SemiBold.woff') format('woff'), url('../fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/montserrat/Montserrat-Regular.woff2') format('woff2'), url('../fonts/montserrat/Montserrat-Regular.woff') format('woff'), url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Light'), local('Montserrat-Light'), url('../fonts/montserrat/Montserrat-Light.woff2') format('woff2'), url('../fonts/montserrat/Montserrat-Light.woff') format('woff'), url('../fonts/montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SyL';
    src: url('../fonts/shs/SourceHanSansCN-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SyL';
    src: url('../fonts/shs/SourceHanSansCN-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SyL';
    src: url('../fonts/shs/SourceHanSansCN-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SyL';
    src: url('../fonts/shs/SourceHanSansCN-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* 谷歌翻译后防止与sticky产生冲突 */
.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 {
    display: none;
}

/* 去除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; */
    }
}

:root {
    font-size: 16px;
    --main-color: #DE2324;
    --flex-margin: -15px;
    --flex-padding: 15px;
    --padd-x40: 40px;
    --padd-x100: 100px;
}

/* 翻译插件展位 */
.google-translate {
    min-width: 108px;
}

.fancybox-content {
    height: 800px !important;
}

.c_pcbtn {
    display: none;
}

.header {
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    transition: all 0.5s;
}

.header-logo {
    width: 225px;
    display: block;
    line-height: var(--height);
}

.header-logo img {
    width: 100%;
}

.header {
    background-color: #F3F3F3;
    --height: 110px;
}

.header::before {
    content: "";
    width: 100%;
    height: 8px;
    display: block;
    background-color: var(--main-color);
    margin-bottom: 8px;
}

.header .mask {
    position: absolute;
    width: 340px;
    height: 16px;
    right: 0;
    top: 0;
    display: block;
    background: linear-gradient(to right, var(--main-color) 50%, #1E1E1E 50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 14px 100%, 0 8px);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padd-x40);
}

.header-content>.right {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1200px) {
    .hd_list {
        display: flex;
        align-items: center;
        margin-right: 3.125rem;
    }

    .hd_item {
        /* margin-right: 3rem; */
        position: relative;
    }

    .hd_item .imgs {
        position: absolute;
        width: 33px;
        bottom: -6px;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.5s;
        opacity: 0;
    }

    .hd_item .imgs img {
        width: 100%;
    }

    .hd_item:hover .imgs {
        opacity: 1;
    }

    .hd_item:last-child {
        margin-right: 0;
    }

    .hd_link {
        display: flex;
        align-items: center;
        height: var(--height);
    }

    .hd_link p {
        font-size: 22px;
        font-weight: normal;
        line-height: normal;
        color: #000000;
        transition: all 0.5s;
    }

    .hd_link .icons {
        margin-left: 6px;
    }

    .hd_link .icons span {
        font-size: 16px;
        color: #262536;
    }

    .hd_item.active .hd_link p {
        color: var(--main-color);
    }

    .hd_item:hover .hd_link p {
        color: var(--main-color);
    }
}

.header-controls {
    display: flex;
    align-items: center;
}

.header-cs {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.header-cs span {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 22px;
    color: var(--main-color);
}

.header-cs i {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: -1;
}

.header-cs i:nth-child(1) {
    animation: cs-animate 4s linear infinite;
}

.header-cs i:nth-child(2) {
    animation: cs-animate 4s 2s linear infinite;
}

@keyframes cs-animate {
    from {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 1;
    }

    to {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

.header-tel {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    border-radius: 56px;
    min-width: 250px;
    padding: 0 24px;
    background-color: var(--main-color);
    margin-left: 2.5rem;
}

.header-tel span {
    font-size: 22px;
    color: #fff;
}

.header-tel p {
    font-size: 22px;
    font-weight: normal;
    line-height: normal;
    color: #FFFFFF;
    margin-left: 12px;
    transform: translateY(-2px);
}

.home_banner {
    position: relative;
    z-index: 2;
    padding: 0 var(--padd-x40);
}

.home_banner .swiper-container {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.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;
    background-color: #fff;
}

.home_banner .slide-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.home_banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.home_banner .slide-inner {
    position: relative;
}

.home_banner .home_banner_content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 3.75rem;
    z-index: 2;
    pointer-events: none;
}

.home_banner .home_banner_content p {
    font-size: 48px;
    font-weight: 500;
    line-height: normal;
    color: #FFFFFF;
}

@media screen and (min-width:2000px) {
    .home_banner .home_banner_content p{
        font-size: 56px;
    }
}

.home_banner-bottom {
    position: absolute;
    bottom: 5.5rem;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 0 60px;
    pointer-events: none;
}

.home_banner_link {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 84px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    overflow: hidden;
    pointer-events: all;
}

.home_banner_link a {
    width: 230px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.home_banner_link a p {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    color: #FFFFFF;
    margin-right: 25px;
}

.home_banner_link a span {
    font-size: 24px;
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .home_banner_link a:hover {
        background-color: var(--main-color);
    }
}

.home_banner_link a:last-child {
    border-right: none;
}

.home-product {
    padding: 7.5rem 0 6.25rem;
}

.mod-tit40,
.mod-tit40 p {
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    color: #000000;
}

.mod-tit40 span,
.mod-tit40 p span {
    color: var(--main-color);
}

.home-product-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 var(--padd-x100);
}

.home-product-header .left {
    width: 36%;
}

.home-product-header .left .text {
    margin-top: 12px;
}

.home-product-header .left .text p {
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    color: #666666;
}

.home-product-nav {
    display: flex;
    align-items: center;
}

.home-product-nav .item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3rem;
    cursor: pointer;
}

.home-product-nav .item .icons {
    width: 0;
    transition: all 0.5s;
    margin-right: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.home-product-nav .item .icons span {
    font-size: 24px;
    color: var(--main-color);
}

.home-product-nav .item p {
    font-size: 22px;
    font-weight: 350;
    line-height: normal;
    color: #000000;
    transition: all 0.5s;
}

.home-product-nav .item:last-child {
    margin-right: 0;
}

.home-product-nav .item.active .icons {
    width: 24px;
    font-size: 0;
}

.home-product-nav .item.active p {
    color: var(--main-color);
    font-weight: 500;
}

@media screen and (min-width: 1200px) {
    .home-product-nav .item:hover p {
        color: var(--main-color);
        font-weight: 500;
    }
}

.home-product-slick {
    padding: 0 var(--padd-x40);
    margin-top: 3.4375rem;
}

.home-product-list {
    margin: 0 -5px;
}

.home-product-list .slick-dots {
    margin-top: 30px;
    --wh: 21px;
    --margin-x: 14px;
}

.home-product-list .slick-dots li {
    background-color: #D8D8D8;
    border: 1px solid transparent;
    padding: 6px;
    background-clip: content-box;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .home-product-list .slick-dots li:hover {
        border: 1px solid var(--main-color);
        background-color: var(--main-color);
    }
}

.home-product-list .slick-dots li.slick-active {
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
}

.home-product-item {
    padding: 0 5px 10px;
}

.mod-product-link {
    display: block;
    height: 100%;
    padding: 50px 50px;
    transition: all 0.5s;
    background-color: #fff;
    border-radius: 12px;
}

.mod-product-link .tits {
    font-size: 24px;
    font-weight: 350;
    line-height: normal;
    color: #000000;
}

.mod-product-link .texts {
    margin-top: 10px;
}

.mod-product-link .texts p {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: #DE2324;
}

.mod-product-link .imgs-box {
    margin-top: 2.5rem;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.mod-product-link .imgs-box .imgs {
    width: 72.46376811%;
    margin: 0 auto;
    transition: all 0.5s;
}

.mod-product-link .imgs-box .imgs .img_box {
    padding-top: 100%;
}

.mod-product-link .imgs-box::after {
    content: "";
    position: absolute;
    width: 100%;
    padding-top: 48.7804878%;
    bottom: 0;
    left: 0;
    background-color: #E5E5E5;
    transition: all 0.5s;
    z-index: -1;
    border-radius: 20px;
}

.mod-product-link .mod-product-link-conts {
    width: 86%;
    text-align: center;
    height: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 1200px) {
    .mod-product-link:hover {
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.04);
    }

    .mod-product-link:hover .tits {
        font-weight: 500;
    }

    .mod-product-link:hover .imgs-box::after {
        background-color: var(--main-color);
    }
}

.hc_container {
    background-color: #F3F3F3;
}

.home-solution {
    position: relative;
    z-index: 1;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    padding-top: 6rem;
}

.home-solution>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.home-solution-header {
    margin-bottom: 4.0625rem;
    padding: 0 var(--padd-x100);
}

.home-solution-header .lefts{
    width: initial;
}

.home-solution-header .title {
    color: #fff;
}

.home-solution-header .text {
    margin-top: 12px;
}

.home-solution-header .text p {
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    color: rgba(255, 255, 255, 0.8);
}

.home-solution-content {
    display: flex;
    justify-content: space-between;
    padding-left: var(--padd-x100);
}

.home-solution-nav {
    width: 240px;
}

.home-solution-navitem {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    height: 65px;
    border-radius: 65px;
    transition: all 0.5s;
    cursor: pointer;
}

.home-solution-navitem .lefts {
    display: flex;
    align-items: center;
}

.home-solution-navitem .lefts .imgs {
    width: 30px;
    margin-right: 10px;
}

.home-solution-navitem .lefts .imgs img {
    width: 100%;
}

.home-solution-navitem .lefts p {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    color: #FFFFFF;
}

.home-solution-navitem .icons {
    width: 24px;
    text-align: center;
    font-size: 0;
    transition: all 0.5s;
    overflow: hidden;
    width: 0;
}

.home-solution-navitem .icons span {
    font-size: 24px;
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .home-solution-navitem:hover {
        background-color: var(--main-color);
    }

    .home-solution-navitem:hover .icons {
        width: 24px;
        margin-left: 25px;
    }
}

.home-solution-navitem.active {
    background-color: var(--main-color);
}

.home-solution-navitem.active .icons {
    width: 24px;
    margin-left: 25px;
}

.home-solution-navitem:last-child {
    margin-bottom: 0;
}

.home-solution-slick {
    width: 70.8333333%;
    background: rgba(216, 216, 216, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(71px);
    backdrop-filter: blur(71px);
    border-radius: 20px 0 0 0;
    padding-right: var(--padd-x100);
    padding-bottom: 3rem;
    padding-left: 4.5rem;
    padding-top: 2.5rem;
}

.home-solution-hd {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    cursor: pointer;
    padding: 10px 0;
}

.home-solution-hd .lefts {
    display: flex;
}

.home-solution-hd .lefts .iconfont {
    font-size: 24px;
    color: var(--main-color);
    margin-right: 26px;
    margin-top: 7px;
    margin-left: -24px;
    margin-right: 0;
    opacity: 0;
}

.home-solution-hd .lefts p {
    font-size: 24px;
    font-weight: 350;
    line-height: normal;
    color: #FFFFFF;
    transition: all 0.5s;
}

.home-solution-hd .icons {
    margin-top: 7px;
    transition: all 0.5s;
}

.home-solution-hd .icons span {
    font-size: 24px;
    color: #fff;
}

.home-solution-item {
    padding: 18px 0;
    border-bottom: 1px solid rgba(216, 216, 216, 0.3);
}

.home-solution-item:last-child {
    border: none;
}

.home-solution-bd {
    padding-left: 50px;
    padding-bottom: 30px;
    display: none;
}

.home-solution-bd .edit {
    margin-bottom: 20px;
}

.home-solution-bd .edit p {
    font-size: 16px;
    font-weight: 350;
    line-height: 2.25;
    color: rgba(255, 255, 255, 0.8);
}

.home-solution-more {
    display: inline-flex;
    align-items: center;
}

.home-solution-more p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.75;
    transition: all 0.5s;
}

.home-solution-more .iconfont {
    font-size: 20px;
    color: #fff;
    margin-left: 12px;
}

@media screen and (min-width: 1200px) {
    .home-solution-more:hover p {
        color: var(--main-color);
    }

    .home-solution-more:hover .iconfont {
        color: var(--main-color);
        transform: translateX(10px);
    }
}

.home-solution-item:first-child .home-solution-bd {
    display: block;
}

.home-solution-item.active .home-solution-hd .lefts .iconfont {
    margin-left: 0px;
    margin-right: 26px;
    opacity: 1;
}

.home-solution-item.active .home-solution-hd .lefts p {
    color: var(--main-color);
}

.home-solution-item.active .home-solution-hd .icons {
    transform: translateX(100%);
    opacity: 0;
}

@media screen and (min-width: 1200px) {
    .home-solution-item:hover .home-solution-hd .lefts p {
        color: var(--main-color);
    }

    .home-solution-item:hover .home-solution-hd .icons span {
        color: var(--main-color);
    }
}

.home-server {
    padding: 10.3125rem var(--padd-x40) 0;
    background-color: #F9F9F9;
}

.home-server-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.home-server-list .items {
    width: 50%;
    padding: 0 10px;
}

.home-server-link {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 3.125rem 4.0625rem;
    transition: all 0.5s;
}

@media screen and (min-width:2000px) {
    .home-server-link {
        padding: 3.125rem 4.0625rem 4vw;
    }
}

.home-server-link .icons {
    width: 65px;
    margin-bottom: 24px;
}

.home-server-link .icons img {
    width: 100%;
}

.home-server-link .tits {
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.home-server-link .texts {
    margin-bottom: 3.75rem;
}

.home-server-link .texts p {
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    color: #FFFFFF;
}

.home-server-link .more span {
    font-size: 24px;
    color: #fff;
}

.home-server-link .bgs {
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.home-server-link .bgs img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.home-server-link .bgs-hover {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    opacity: 0;
}

.home-server-link .bgs-hover img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.items.active .home-server-link {
    background-color: var(--main-color);
}

.items.active .home-server-link .bgs {
    opacity: 0;
}

.items.active .home-server-link .bgs-hover {
    opacity: 1;
}

.home-video {
    position: relative;
    z-index: 2;
    padding: 70px 0;
}

.home-video>img {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: initial;
    left: 0;
    top: 0;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.home-video .home-video-img {
    padding-right: 80px;
    position: relative;
    cursor: pointer;
}

.home-video .home-video-img>img {
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .home-video .home-video-img .home-video-btn:hover {
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.home-video-btn {
    transition: all 0.5s;
    width: 210px;
    height: 70px;
    border-radius: 70px;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 19px;
    cursor: pointer;
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.home-video-btn p {
    flex-grow: 1;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 350;
    text-align: center;
    color: #FFFFFF;
}

.home-video-btn img {
    flex-shrink: 0;
    width: 36px;
}

.home-news {
    padding: 6.25rem var(--padd-x40) 7.5rem;
    position: relative;
    z-index: 1;
}

.home-news>img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.home-news .title {
    text-align: center;
}

.home-news .text {
    text-align: center;
    margin-top: 12px;
}

.home-news .text p {
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    color: #666666;
}

.home-news-list {
    margin: 3rem -5px 4rem;
}

.home-news-item {
    padding: 0 5px;
}

.home-news-link {
    display: block;
    --br: 12px;
    --x64: 64px;
    border-radius: var(--br);
    transition: all 0.5s;
}

.home-news-link .img_box {
    padding-top: 53.9473684%;
    border-radius: var(--br);
    margin-bottom: 40px;
}

.home-news-link .tab {
    padding: 0 var(--x64);
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: #DE2324;
    margin-bottom: 8px;
}

.home-news-link .tits {
    font-size: 24px;
    font-weight: 350;
    line-height: normal;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 var(--x64) 40px;
}

.home-news-link .time_more {
    background-color: #fff;
    border-radius: var(--br);
    padding: 26px var(--x64);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-news-link .time_more .time {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
}

.home-news-link .time_more .iconfont {
    font-size: 24px;
    color: var(--main-color);
}

@media screen and (min-width: 1200px) {
    .home-news-link:hover {
        background-color: #fff;
    }

    .home-news-link:hover .img_box img {
        transform: scale(1.05);
    }

    .home-news-link:hover .time_more .iconfont {
        transform: translateX(10px);
    }
}

.home-news .btns {
    text-align: center;
}

.mod-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 242px;
    height: 65px;
    border-radius: 65px;
    background-color: var(--main-color);
    transition: all 0.5s !important;
    cursor: pointer;
}

.mod-link p {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    color: #FFFFFF;
    margin-right: 20px;
}

.mod-link span {
    font-size: 24px;
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .mod-link:hover {
        transition: all 0.5s !important;
        transform: translateY(5px) !important;
    }
}

.page_banner {
    padding: 0 var(--padd-x40);
    position: relative;
    z-index: 1;
}

.page_banner .imgs img {
    width: 100%;
    border-radius: 20px;
}

.page_banner .page-bread {
    position: absolute;
    z-index: 2;
    min-width: 405px;
    bottom: var(--bottom-f16);
    left: var(--padd-x40);
    --bottom-f16: -16px;
    --bottom-16: 16px;
}

/* bread */
.bread {
    width: 100%;
    --text-color: #fff;
    --text-interval: 8px;
    --text-fontsize: 14px;
    --icon-fontsize: 18px;
    --hover-color: #000;
    padding-left: 3.75rem;
    background-color: var(--main-color);
    padding-right: 35px;
    position: relative;
    clip-path: polygon(0 0, calc(100% - 38px) 0, 100% 24px, 100% 100%, 0 100%);
}

.bread::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 12px;
    background-color: #1E1E1E;
    left: 0;
    top: 0;
}

.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;
    padding: 14px 0;
}

.mod_bread_link span {
    color: var(--text-color);
}

.mod_bread_link .text {
    color: var(--text-color);
    font-size: var(--text-fontsize);
    transition: all 0.36s;
}

.mod_bread_item .iconfont {
    font-size: 18px;
    margin-right: 10px;
}

.mod_bread_item>span {
    margin: 0 var(--text-interval);
    display: inline-block;
    font-size: var(--text-fontsize);
    color: var(--text-color);
}

.mod_bread_item:last-child>span {
    display: none;
}

@media screen and (min-width: 1200px) {
    .mod_bread_link:hover .text {
        color: #fff !important;
    }

    .mod_bread_link:hover span {
        color: #fff !important;
    }
}

/* bread-end */
.about-info {
    position: relative;
    z-index: 1;
    padding: 7.5rem var(--padd-x100) 19rem;
    overflow: hidden;
}

@media screen and (min-width:2000px) {
    .about-info {
        padding: 7.5rem var(--padd-x100) 19vw;
    }
}

.about-info>img {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
}

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

.about-info .left {
    width: 43.3526011%;
}

.about-info .right {
    width: 48.8372093%;
    padding-top: 20px;
    align-self: flex-end;
}

.about-info .right .text p {
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
    color: #1E1E1E;
}

.about-info .home-video-btn {
    position: static;
    transform: none;
    margin-top: 2.5rem;
}

.about-info .title {
    margin-right: -11.5625rem;
}

.mod-number {
    margin: 5.625rem -10px -25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mod-number-item {
    padding: 0 10px;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-end;
    flex-shrink: 0;
}

.mod-number-item .imgs {
    width: 32px;
    flex-shrink: 0;
    margin-right: 18px;
    margin-bottom: 18px;
}

.mod-number-item .imgs img {
    width: 100%;
}

.mod-number-item .number {
    display: flex;
    align-items: center;
    margin-right: 14px;
}

.mod-number-item .number .val,
.mod-number-item .number .unit {
    font-family: "Montserrat";
    font-size: 72px;
    font-weight: 600;
    line-height: normal;
    color: #1E1E1E;
}

.mod-number-item .texts {
    font-size: 16px;
    margin-bottom: 18px;
    font-weight: 300;
    line-height: normal;
    color: #262536;
}

.page_banner {
    overflow: initial;
    position: relative;
    z-index: 2;
}

.ph_text {
    display: none;
}

.about-info2 {
    position: relative;
    z-index: 1;
    margin-top: 6.875rem;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    z-index: 5;
}

.about-info2>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.about-info2 .item {
    width: 33.333333%;
    padding: 40px;
    min-height: 490px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.5s;
}

@media screen and (min-width:200px) {
    .about-info2 .item{
        min-height: 15vw;
    }
}

.about-info2 .item .icons {
    margin-bottom: 22px;
}

.about-info2 .item .icons span {
    font-size: 48px;
    color: #fff;
}

.about-info2 .item .subtit {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 14px;
    transition: all 0.5s;
}

.about-info2 .item .title p {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: #FFFFFF;
    transition: all 0.5s;
}

.about-info2 .item.active {
    background: rgba(216, 216, 216, 0.3);
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
}

.about-info2 .item.active .icons span {
    color: var(--main-color);
}

.about-info2 .item.active .subtit {
    color: var(--main-color);
}

.about-info2 .item.active .title p {
    color: var(--main-color);
}

.about-info2 .item:last-child {
    border-right: none;
}

.about-org {
    padding: 0 var(--padd-x100);
}

.about-org {
    padding-top: 5.9375rem;
}

.about-org .title {
    text-align: center;
}

.about-org .text {
    margin-top: 12px;
    text-align: center;
}

.about-org .text p {
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    color: #666666;
}

.about-org .imgs {
    width: 1667px;
    margin: 3.75rem auto 0;
    max-width: 100%;
}

.about-org .imgs img {
    width: 100%;
}

.about-quality {
    padding: 6.875rem var(--padd-x100) 0;
}

.about-quality-header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
}

.about-quality-header .left {
    margin-right: 8.75rem;
    max-width: 50%;
}

.about-quality-header .left .text {
    margin-top: 12px;
}

.about-quality-header .left .text p {
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    color: #666666;
}

.about-quality-nav {
    display: flex;
}

.about-quality-nav .items {
    margin-right: 40px;
    border-radius: 65px;
    min-width: 242px;
    height: 65px;
    padding: 0 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.about-quality-nav .items p {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    color: #1E1E1E;
    margin-right: 16px;
    transition: all 0.5s;
}

.about-quality-nav .items span {
    font-size: 24px;
    color: #1E1E1E;
}

.about-quality-nav .items.active {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.about-quality-nav .items.active p {
    color: #fff;
}

.about-quality-nav .items.active span {
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .about-quality-nav .items:hover {
        background-color: var(--main-color);
        border-color: var(--main-color);
    }

    .about-quality-nav .items:hover p {
        color: #fff;
    }

    .about-quality-nav .items:hover span {
        color: #fff;
    }
}

.about-quality-nav .items:last-child {
    margin-right: 0;
}

.about-quality-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 20px;
}

.about-quality-content>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.about-quality-list {
    padding: 0 40px;
}

.about-quality-list .slick-track {
    display: flex;
    flex-wrap: wrap;
}

.about-quality-list .slick-slide {
    height: initial;
}

.about-quality-list .slick-slide>div {
    height: 100%;
}

.about-quality-list .about-quality-item,
.about-quality-list .about-quality-conts {
    height: 100%;
}

.about-quality-conts {
    padding: 3.75rem 40px 2.25rem;
    min-height: 390px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.5s;
    position: relative;
}

@media screen and (min-width:2000px) {
    .about-quality-conts{
        padding: 3vw 40px 2.25vw;
    }

 
}

.about-quality-conts::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
    transition: all 0.5s;
    opacity: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.about-quality-conts .number {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    color: #DE2324;
    margin-bottom: 27px;
}

.about-quality-conts .tits {
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.about-quality-conts .texts {
    margin-bottom: 25px;
}

@media screen and (min-width:2000px) {
    .about-quality-conts .texts{
        margin-bottom: 1vw;
    }
}

.about-quality-conts .texts p {
    font-size: 20px;
    font-weight: 350;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.8);
}

.about-quality-conts .mod-link {
    transition: all 0.5s;
    transform: translateY(20px);
    opacity: 0;
}

@media screen and (min-width: 1200px) {
    .about-quality-conts:hover {
        background: rgba(216, 216, 216, 0.3);
        -webkit-backdrop-filter: blur(60px);
        backdrop-filter: blur(60px);
    }

    .about-quality-conts:hover::after {
        opacity: 1;
    }

    .about-quality-conts:hover .mod-link {
        transform: translateY(0px);
        opacity: 1;
    }
}

.about-honor {
    padding: 7.5rem var(--padd-x100) 6.875rem;
    overflow: hidden;
}

.about-honor .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about-honor .left {
    width: 33.13953488%;
}

.about-honor .left .text {
    margin-top: 12px;
}

.about-honor .left .text p {
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    color: #666666;
}

.about-honor .right {
    width: 61.62790697%;
}

.about-honor-nav {
    margin-top: 30px;
    width: 500px;
    max-width: 100%;
}

.about-honor-item {
    padding: 40px 0;
    border-bottom: 1px solid rgba(7, 56, 115, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.about-honor-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
    background-color: var(--main-color);
    opacity: 0;
}

.about-honor-item p {
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
    padding-right: 30px;
}

.about-honor-item .iconfont {
    font-size: 24px;
    color: var(--main-color);
}

.about-honor-item.active::after {
    opacity: 1;
}

.about-honor-item.active p {
    font-weight: bold;
    color: var(--main-color);
}

@media screen and (min-width: 1200px) {
    .about-honor-item:hover::after {
        opacity: 1;
    }

    .about-honor-item:hover p {
        font-weight: bold;
        color: var(--main-color);
    }
}

.about-honor-list {
    margin: 0 -23px;
}

.about-honor-items {
    padding: 0 23px;
}

.about-honor-conts .img_box {
    padding-top: 141.486068%;
}

.about-honor-arrow {
    display: flex;
    justify-content: flex-end;
    margin-top: 32px;
}

.mod-prev,
.mod-next {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.5s;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 64px;
    height: 64px;
    background-color: #FDFDFD;
}

.mod-prev span,
.mod-next span {
    color: #262536;
    font-size: 24px;
}

@media screen and (min-width: 1200px) {

    .mod-prev:hover,
    .mod-next:hover {
        background-color: var(--main-color) !important;
        border-color: var(--main-color);
    }

    .mod-prev:hover span,
    .mod-next:hover span {
        color: #fff;
    }
}

.mod-prev {
    margin-right: 27px;
    transform: rotate(180deg);
}

.contact-info {
    padding-top: 6.625rem;
    overflow: hidden;
}

.contact-info .flex {
    display: flex;
    align-items: center;
}

.contact-info .left {
    width: calc(100% - 42.1875%);
}

.contact-info .left .imgs {
    margin-right: -430px;
}

.contact-info .left .imgs .img_box {
    padding-top: 43.18181818%;
}

.contact-info .right {
    width: 42.1875%;
    z-index: 2;
    min-height: 670px;
    background-color: #fff;
    border-radius: 20px 0 0 20px;
    padding: 60px 77px 40px;
    position: relative;
    z-index: 1;
}

.contact-info .right>img {
    position: absolute;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    width: 65.06172839%;
    z-index: -1;
}

.contact-info-select {
    display: flex;
}

.contact-info-select .item {
    margin-right: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    cursor: pointer;
    height: 65px;
    border-radius: 65px;
    min-width: 240px;
    padding: 0 20px;
    background-color: #fff;
}

.contact-info-select .item p {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    color: #1E1E1E;
    margin-right: 12px;
    transition: all 0.5s;
}

.contact-info-select .item .iconfont {
    font-size: 24px;
    color: #1E1E1E;
}

.contact-info-select .item.active {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.contact-info-select .item.active p {
    color: #fff;
}

.contact-info-select .item.active .iconfont {
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .contact-info-select .item:hover {
        background-color: var(--main-color);
        border-color: var(--main-color);
    }

    .contact-info-select .item:hover p {
        color: #fff;
    }

    .contact-info-select .item:hover .iconfont {
        color: #fff;
    }
}

.contact-info-select .item:last-child {
    margin-right: 0;
}

.contact-item {
    margin-bottom: 40px;
}

.contact-item .key {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
    margin-bottom: 10px;
    padding-bottom: 14px;
    position: relative;
    z-index: 1;
}

.contact-item .key::after {
    content: "";
    width: 68px;
    height: 1px;
    background: linear-gradient(90deg, #DE2324 0%, rgba(222, 35, 36, 0) 99%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.contact-item .cont p,
.contact-item .cont a {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.03em;
    color: #1E1E1E;
}

@media screen and (min-width: 1200px) {
    .contact-item .cont a:hover {
        color: var(--main-color);
    }
}

.contact-item.tel .cont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-item.tel .cont a {
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.03em;
    color: #DE2324;
    margin-bottom: 14px;
    display: inline-block;
}

.contact-item.tel .cont a:last-child {
    margin-bottom: 0;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.fadeInRight,
.fadeInLeft,
.fadeInUp,
.fadeInDown {
    animation-duration: 1.1s;
}

.contact-info-slick {
    margin-top: 30px;
}

.contact-form {
    padding: 8.125rem var(--padd-x100) 10rem;
    overflow: hidden;
}

.contact-form-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.contact-form-content .left {
    width: 34.88372093%;
}

.contact-form-content .left .text {
    margin-top: 12px;
}

.contact-form-content .left .text p {
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0em;
    color: #666666;
}

.contact-form-content .left .contact-social {
    margin-top: 6.25rem;
}

.contact-form-content .left .contact-social .tits {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.05em;
    color: #666666;
}

.contact-form-content .right {
    width: 56.97674419%;
}

.contact-social-list {
    display: flex;
    margin-top: 16px;
}

.contact-social-list .items {
    position: relative;
    z-index: 1;
    margin-right: 35px;
}

.contact-social-list .items .qr {
    position: absolute;
    width: 98px;
    height: 98px;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 13px);
    opacity: 0;
    transition: all 0.5s;
}

.contact-social-list .items .qr img {
    width: 100%;
}

.contact-social-list .items:hover .qr {
    opacity: 1;
}

.contact-social-list .items:last-child {
    margin-right: 0;
}

.contact-social-list .link {
    width: 25px;
    display: block;
}

.contact-social-list .link img {
    width: 100%;
}

.mod_form {
    --form-margin: -17px;
    --form-padding: 17px;
    --form-item-botton: 32px;
    --form-item-br: 12px;
    --form-item-width: 50%;
    --form-item-bg: #F5F6F8;
    --form-item-height: 66px;
    --form-item-padding: 47px;
    --form-label-size: 18px;
    --form-color: #1E1E1E;
    --form-textarea-height: 196px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--form-margin);
}

.mod_form .mod_form_item:last-child {
    margin-bottom: 0;
}

.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: transparent;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.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);
    text-transform: capitalize;
    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: 26px var(--form-item-padding);
    width: calc(100% - 100px);
    color: var(--form-color);
}

.mod_form .mod_form_item .conts button {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    right: 28px;
    bottom: 28px;
}

.mod_form .mod_form_item .conts button span {
    color: #fff;
    font-size: 24px;
}

.mod_form .mod_form_item .conts button:hover {
    transform: scale(1.1);
}

.mod_form .mod_form_item .conts.active label {
    top: 0 !important;
}

.mod_form .mod_form_item.button .conts {
    background-color: transparent;
    text-align: center;
    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: #F4F4F4;
}

.mod_form .mod_form_item.proname .conts label {
    position: static;
    flex-shrink: 0;
    transform: none;
    padding-left: var(--form-item-padding);
    margin-bottom: 0;
}

.mod_form .mod_form_item.proname .conts input {
    width: 100%;
    padding-left: 5px;
}

.mod_form .mod_form_item.block {
    width: 100%;
}

.contact-firend {
    padding: 7.5rem var(--padd-x100) 6.5rem;
    position: relative;
    z-index: 1;
    border-radius: 20px 20px 0 0;
    margin-bottom: -20px;
    overflow: hidden;
}

.contact-firend>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.contact-firend .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1920px;
    margin: 0 auto;
}

.contact-firend .left {
    width: 33.333%;
}

.contact-firend .left .title {
    color: #fff;
}

.contact-firend .left .text {
    margin-top: 12px;
}

.contact-firend .left .text p {
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    color: #D3D3D3;
}

.contact-firend .right {
    width: 59.76744186%;
}

.contact-firend-list {
    margin: 0 -15px;
}

.contact-firend-list .items {
    padding: 0 15px;
    margin-bottom: 28px;
}

.contact-firend-list .img_box {
    padding-top: 31.81818181%;
}

.contact-firend-list .slick-dots {
    --wh: 21px;
    --margin-x: 14px;
}

.contact-firend-list .slick-dots li {
    transition: all 0.5s;
    border: 1px solid transparent;
    background-color: #D8D8D8;
    background-clip: content-box;
    padding: 6px;
}

.contact-firend-list .slick-dots li button {
    display: none;
}

@media screen and (min-width: 1200px) {
    .contact-firend-list .slick-dots li:hover {
        border: 1px solid var(--main-color);
        background-color: var(--main-color);
    }
}

.contact-firend-list .slick-dots li.slick-active {
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
}

.contact-firend-list .slick-slide>div:last-child .items {
    margin-bottom: 0;
}

.simulation-info {
    padding: 5.625rem var(--padd-x100) 7.5rem;
    overflow: hidden;
}

.simulation-info .flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.simulation-info .left {
    width: 50%;
}

.simulation-info .left .mod-link {
    margin-top: 55px;
}

.simulation-info .right {
    width: 50%;
    padding-left: 5rem;
}

.simulation-info-list .item {
    padding: 40px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
}

.simulation-info-list .item .imgs {
    width: 38px;
    margin-right: 36px;
    flex-shrink: 0;
}

.simulation-info-list .item .imgs img {
    width: 100%;
}

.simulation-info-list .item p {
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
}

.simulation-info-list .item:last-child {
    border-bottom: none;
}

.simulation-info-list .item:first-child {
    border-top: 1px solid #D8D8D8;
}

.simulation-content {
    padding: 0 var(--padd-x40) 11.875rem;
}

.simulation-content .content {
    margin: 0 auto;
    max-width: 100%;
}

.simulation-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -40px;
}

.simulation-item {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
}

.simulation-item:nth-child(even) {
    transform: translateY(3.125rem);
}

.simulation-link {
    display: block;
    height: 100%;
    background-color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
    padding: 65px;
}

.simulation-link .tits {
    font-size: 32px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
    margin-bottom: 17px;
    transition: all 0.5s;
}

.simulation-link .texts {
    margin-bottom: 5.25rem;
    width: 660px;
    max-width: 100%;
}

.simulation-link .texts p {
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.6);
    transition: all 0.5s;
}

.simulation-link .imgs {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    transition: all 0.5s;
}

.simulation-link .imgs img {
    height: 100%;
    width: auto;
}

.simulation-link .bgs {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.5s;
    opacity: 0;
}

.simulation-link .bgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 1200px) {
    .simulation-link:hover .tits {
        color: #fff;
    }

    .simulation-link:hover .texts p {
        color: rgba(255, 255, 255, 0.6);
    }

    .simulation-link:hover .imgs {
        opacity: 0;
    }

    .simulation-link:hover .bgs {
        opacity: 1;
    }
}

.news-nav {
    margin-top: 5.5rem;
    padding: 0 var(--padd-x100);
}

.news-nav-list {
    display: flex;
}

.news-nav-list .item {
    margin-right: 4.375rem;
}

.news-nav-list .links {
    display: flex;
    align-items: center;
}

.news-nav-list .links .icons {
    width: 24px;
    overflow: hidden;
    text-align: center;
    width: 0;
    transition: all 0.5s;
    margin-right: 13px;
    margin-right: 0;
}

.news-nav-list .links .icons span {
    font-size: 24px;
    color: var(--main-color);
}

.news-nav-list .links p {
    font-size: 22px;
    font-weight: 350;
    line-height: normal;
    color: #000000;
    transition: all 0.5s;
}

.news-nav-list .item.active .links .icons {
    width: 24px;
    margin-right: 13px;
}

.news-nav-list .item.active .links p {
    font-weight: 500;
    color: var(--main-color);
}

@media screen and (min-width: 1200px) {
    .news-nav-list .links:hover .icons {
        width: 24px;
        margin-right: 13px;
    }

    .news-nav-list .links:hover p {
        font-weight: 500;
        color: var(--main-color);
    }
}

.news-nav-list .item:last-child {
    margin-right: 0;
}

.news-content {
    padding: 0 var(--padd-x40) 6.25rem;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    margin: 4.6875rem -5px -15px;
}

.news-item {
    width: 33.333333%;
    margin-bottom: 15px;
    padding: 0 5px;
}

.news-mores {
    text-align: center;
    margin-top: 4rem;
}

.join {
    padding: 5.9375rem var(--padd-x100) 8.125rem;
}

.join-content {
    max-width: 1920px;
    margin: 0 auto;
}

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

.join-content .left {
    width: 32.558139%;
}

.join-content .left .text {
    margin-top: 12px;
}

.join-content .left .text p {
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    color: #666666;
}

.join-content .right {
    width: 63.372093%;
}

@media screen and (min-width: 1200px) {
    .join-nav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

.join-nav {
    margin-top: 56px;
}

.join-nav .item {
    margin-bottom: 45px;
}

.join-nav .item .mod-link {
    background-color: transparent;
    border: 1px solid rgba(16, 16, 16, 0.1);
    transform: translateY(0);
    cursor: pointer;
}

.join-nav .item .mod-link p {
    color: #1E1E1E;
    transition: all 0.5s;
}

.join-nav .item .mod-link span {
    color: #1E1E1E;
}

@media screen and (min-width: 1200px) {
    .join-nav .item .mod-link:hover {
        background-color: var(--main-color);
        border-color: var(--main-color);
    }

    .join-nav .item .mod-link:hover p {
        color: #ffff;
    }

    .join-nav .item .mod-link:hover span {
        color: #fff;
    }
}

.join-nav .item.active .mod-link {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.join-nav .item.active .mod-link p {
    color: #ffff;
}

.join-nav .item.active .mod-link span {
    color: #fff;
}

.join-nav .item:last-child {
    margin-bottom: 0;
}

.join-item {
    overflow: hidden;
    --x-left: 40px;
    transition: all 0.5s;
}

.join-item .tops {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: var(--x-left);
    padding-right: 23px;
    padding-bottom: 25px;
    padding-top: 25px;
    border-bottom: 1px solid #D8D8D8;
    transition: all 0.5s;
    cursor: pointer;
}

.join-item .tops>div {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
}

.join-item .tops .names {
    width: 230px;
    flex-shrink: 0;
    transition: all 0.5s;
}

.join-item .tops .type {
    flex-shrink: 0;
    width: 80px;
    transition: all 0.5s;
}

.join-item .tops .address {
    width: 120px;
    flex-shrink: 0;
    transition: all 0.5s;
}

.join-item .tops .pay {
    width: 80px;
    flex-shrink: 0;
    transition: all 0.5s;
}

.join-item .tops .btns {
    display: flex;
    align-items: center;
    width: 120px;
    flex-shrink: 0;
}

.join-item .tops .btns p {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    color: #DE2324;
    transition: all 0.5s;
    margin-right: 15px;
}

.join-item .tops .btns span {
    font-size: 12px;
    color: var(--main-color);
}

.join-item .bottoms {
    padding-left: var(--x-left);
    padding-right: var(--x-left);
    padding-top: 20px;
    padding-bottom: 45px;
    display: none;
}

.join-item .bottoms .edits {
    margin-bottom: 2.5rem;
}

.join-item .bottoms .edits h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #000000;
    margin-bottom: 12px;
}

.join-item .bottoms .edits p {
    font-size: 16px;
    font-weight: 350;
    line-height: normal;
    color: #666666;
}

.join-item .bottoms .emails {
    display: flex;
    align-items: center;
}

.join-item .bottoms .emails p {
    font-size: 16px;
    font-weight: 350;
    line-height: normal;
    color: #000000;
    margin-right: 6px;
}

.join-item .bottoms .emails a {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #DE2324;
}

@media screen and (min-width: 1200px) {
    .join-item .bottoms .emails a:hover {
        text-decoration: underline;
    }
}

.join-item.hds {
    background: transparent !important;
}

.join-item.hds .tops {
    padding-bottom: 16px;
    padding-top: 0 !important;
    border-bottom: 1px solid #D8D8D8;
}

.join-item.hds .tops>div {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: #999999;
}

.join-slick .item:nth-child(1) .join-item:nth-child(2) .bottoms {
    display: block;
}

.join-item.active {
    background-color: #ECF1F6;
    border-radius: 12px;
}

.join-item.active .tops {
    border-color: var(--main-color);
    background-color: var(--main-color);
    border-radius: 12px;
}

.join-item.active .tops>div {
    color: #fff;
}

.join-item.active .tops .btns p {
    color: #fff;
}

.join-item.active .tops .btns span {
    color: #fff;
    transform: rotate(180deg);
}

.hc_container {
    background-color: #F3F3F3;
}

.product {
    padding: 7.8125rem 0 6.875rem;
    overflow: hidden;
}

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

.product-content .left {
    width: 304px;
}

.product-content .mask {
    width: 1px;
    background-color: #D8D8D8;
    margin: 0 20px;
}

.product-content .right {
    width: 65.69767442%;
}

.mod-conent100 {
    padding: 0 var(--padd-x100);
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.header-select .mod-conent100 {
    max-width: initial;
}

.product-nav {
    --x-padd40: 40px;
}

.product-nav-item {
    margin-bottom: 3rem;
}

.product-nav-item:last-child {
    margin-bottom: 0;
}

.product-nav-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 65px;
    border-radius: 65px;
    border: 1px solid rgba(16, 16, 16, 0.1);
    padding: 0 var(--x-padd40);
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    background-color: #F5F5F5;
    cursor: pointer !important;
}

.product-nav-cont:hover {
    border-color: var(--main-color);
    background-color: var(--main-color);
}

.product-nav-cont:hover a,
.product-nav-cont:hover .iconfont {
    color: #fff;
}

.product-nav-cont a {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    color: #1E1E1E;
    padding-right: 20px;
    display: block;
}

.product-nav-cont .iconfont {
    color: #1E1E1E;
    font-size: 24px;
}

.product-second-box {
    margin-top: -24px;
    border-radius: 20px;
    background-color: #fff;
    display: none;
}

.product-second {
    padding: 3.9375rem var(--x-padd40) 2.5rem;
}

.product-second-item {
    margin-bottom: 2.5rem;
}

.product-second-item:last-child {
    margin-bottom: 0;
}

.product-second-link {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    color: #1E1E1E;
}

.product-second-item.active .product-second-link {
    color: var(--main-color);
}

@media screen and (min-width: 1200px) {
    .product-second-link:hover {
        color: var(--main-color);
    }
}

.product-nav-item.current .product-second-box {
    display: block;
}

.product-nav-item.active .product-nav-cont {
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
}

.product-nav-item.active .product-nav-cont a {
    color: #fff;
}

.product-nav-item.active .product-nav-cont span {
    color: #fff;
    transform: rotate(90deg);
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--flex-margin) -30px;
}

.product-item {
    width: 50%;
    padding: 0 var(--flex-padding);
    margin-bottom: 30px;
}

.product-item .mod-product-link {
    background-color: transparent;
}

@media screen and (min-width: 1200px) {
    .product-item .mod-product-link:hover {
        background-color: #fff;
    }
}

.product-page {
    width: 65.69767442%;
    margin-left: auto;
}

/* 分页 */
.mod_page {
    display: flex;
    align-items: center;
    justify-content: center;
    --item-interval: 8px;
    --item-font: 24px;
    --ietm-color: #000000;
    --item-wh: 64px;
    --item-bg: #e6e6e6;
    --icon-font: 24px;
}

.mod_page_item {
    margin: 0 var(--item-interval);
}

.mod_page .prev,
.mod_page .next {
    margin: 0 var(--item-interval) !important;
}

.mod_page_item a {
    color: var(--ietm-color);
    transition: all 0.36s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: var(--item-wh);
    height: var(--item-wh);
    font-size: var(--item-font);
    background-color: transparent;
}

.mod_page .prev a,
.mod_page .next a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--item-wh);
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1200px) {

    .mod_page .prev a:hover,
    .mod_page .next a:hover {
        background-color: var(--main-color);
        border-color: var(--main-color);
    }

    .mod_page .prev a:hover span,
    .mod_page .next a:hover span {
        color: #fff;
    }
}

.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(--icon-font);
}

/* 高亮 */
.mod_page_item.active a {
    background-color: var(--main-color);
    color: #fff;
}

/* hover */
@media screen and (min-width: 1200px) {
    .mod_page_item a:hover {
        background-color: var(--main-color);
    }

    .mod_page_item:not(.prev, .next) a:hover {
        color: #fff;
    }

    .mod_page_item.prev a:hover span,
    .mod_page_item.next a:hover span {
        color: #fff;
    }
}

/* 分页-end */
.product-page {
    margin-top: 70px;
}

.service-info {
    padding: 5.3125rem var(--padd-x40) 0;
}

.service-info .content {
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.service-info .title {
    text-align: center;
}

.service-info .text {
    margin-top: 12px;
}

.service-info .text p {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    color: #666666;
}

.service-info-list {
    margin: 3.125rem -5px 0;
    display: flex;
}

.service-info-item {
    padding: 0 5px;
    width: 33.333333%;
}

.service-info-conts {
    background-color: #fff;
    border-radius: 12px;
    transition: all 0.5s;
    cursor: pointer;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 380px;
    padding-top: 1.875rem;
    position: relative;
    z-index: 1;
    padding: 20px;
}

.service-info-conts .bgs {
    height: 100%;
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    transition: all 0.5s;
    opacity: 0;
}

.service-info-conts .bgs img {
    height: 100%;
    width: auto;
}

.service-info-conts .icons {
    margin-bottom: 18px;
}

.service-info-conts .icons .iconfont {
    color: var(--main-color);
    font-size: 48px;
}

.service-info-conts .tits {
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    color: #1E1E1E;
    text-align: center;
    margin-bottom: 18px;
    transition: all 0.5s;
}

.service-info-conts .texts p {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    color: #666666;
    transition: all 0.5s;
}

.service-info-conts .btns {
    width: 242px;
    height: 65px;
    border-radius: 65px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    margin-top: 3.125rem;
    margin-top: 0;
    margin-bottom: -65px;
    opacity: 0;
}

.service-info-conts .btns p {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    color: #DE2324;
    margin-right: 16px;
}

.service-info-conts .btns span {
    color: var(--main-color);
    font-size: 24px;
}

@media screen and (min-width: 1200px) {
    .service-info-item.active .service-info-conts {
        background-color: var(--main-color);
    }

    .service-info-item.active .service-info-conts .bgs {
        opacity: 1;
    }

    .service-info-item.active .service-info-conts .icons .iconfont {
        color: #fff;
    }

    .service-info-item.active .service-info-conts .tits {
        color: #fff;
    }

    .service-info-item.active .service-info-conts .texts p {
        color: #fff;
    }

    .service-info-item.active .service-info-conts .btns {
        margin-top: 3.125rem;
        margin-bottom: 0px;
        opacity: 1;
    }
}

.service-design {
    padding-top: 6.25rem;
    padding-bottom: 2rem;
    overflow: hidden;
}

.service-design .content {
    padding: 0 var(--padd-x100);
}

.service-design .title {
    text-align: center;
}

.service-design .text {
    margin-top: 15px;
}

.service-design .text p {
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    color: #666666;
    text-align: center;
}

.service-design .flex {
    display: flex;
    justify-content: space-between;
    margin: 40px -10px 0;
}

.service-design .left,
.service-design .center,
.service-design .right {
    width: 33.333333%;
    padding: 0 10px;
}

.service-design .left {
    margin: -10px 0;
}

.service-design .left-item {
    height: 50%;
    padding: 10px 0;
}

.service-design .left-item-link {
    background-color: #DE2324;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 3.5rem 3.5rem 2.875rem;
    display: block;
}

.service-design .left-item-link .tits {
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    color: #FFFFFF;
}

.service-design .left-item-link .texts {
    margin-top: 12px;
}

.service-design .left-item-link .texts p {
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    color: #DCDCDC;
}

.service-design .left-item-link .icons {
    margin-top: 2.5rem;
}

.service-design .left-item-link .icons span {
    font-size: 18px;
    color: #fff;
}

.service-design .left-item-link .bgs {
    position: absolute;
    height: 100%;
    width: auto;
    right: 0;
    top: 0;
    z-index: -1;
    transition: all 0.5s;
}

.service-design .left-item-link .bgs img {
    height: 100%;
    width: auto;
}

.service-design .left-item-link:hover,
.service-design .center-item:hover {
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2);
    transform: scale(1.01);
}

.service-design .left-item:last-child .left-item-link {
    background-color: #1E1E1E;
}

.service-design .center-item {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 3.375rem 25px;
    text-align: center;
    overflow: hidden;
    border-radius: 12px;
}

.service-design .center-item .bgs {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.service-design .center-item .bgs img {
    width: 100%;
    height: 100%;
}

.service-design .center-item .tits {
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    color: #FFFFFF;
}

.service-design .center-item .texts {
    margin-top: 15px;
}

.service-design .center-item .texts p {
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    color: #FFFFFF;
}

.service-design .center-item .mores {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
}

.service-design .center-item .mores span {
    color: #fff;
    font-size: 24px;
}

.service-design .right-item {
    background-color: #fff;
    overflow: hidden;
    border-radius: 12px;
    padding: 3.5rem;
    height: 100%;
}

.service-design .right-item .tits {
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    color: #DE2324;
    margin-bottom: 26px;
}

.service-design .download-link {
    padding: 28px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D8D8D8;
}

.service-design .download-link p {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
    padding-right: 20px;
    transition: all 0.5s;
}

.service-design .download-link .iconfont {
    font-size: 18px;
    color: var(--main-color);
}

@media screen and (min-width: 1200px) {
    .service-design .download-link:hover p {
        color: var(--main-color);
    }
}

.service-design .download-item:first-child .download-link {
    border-top: 1px solid #D8D8D8;
}

.service-content {
    padding-top: 3.4375rem;
    padding-bottom: 7.5rem;
}

.service-content .content {
    padding: 0 var(--padd-x100);
}

.service-content .contact-form-content {
    padding: 3.125rem 3.75rem;
    background-color: #fff;
    border-radius: 12px;
}

.solution-item {
    margin-bottom: 2.5rem;
}

.solution-item:last-child {
    margin-bottom: 0;
}

.solution-link {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    padding: 2.875rem 4.25rem;
    position: relative;
    z-index: 1;
    background-color: #fff;
    transition: all 0.5s;
}

.solution-link .tits {
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    color: #1E1E1E;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.solution-link .texts {
    width: 550px;
    max-width: 100%;
    margin-bottom: 26px;
}

.solution-link .texts p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.85;
    color: #666666;
    transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.solution-link .mores {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}

.solution-link .mores span {
    color: #262536;
    font-size: 24px;
}

.solution-link .imgs {
    position: absolute;
    z-index: -1;
    height: 100%;
    right: 0;
    top: 0;
    transition: all 0.5s;
    mix-blend-mode: multiply;
    position: relative;
}

.solution-link .imgs::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}

.solution-link .imgs img {
    height: 100%;
    width: auto;
}

.solution-link .bgs {
    position: absolute;
    z-index: -2;
    height: 100%;
    right: 0;
    top: 0;
    transition: all 0.5s;
    opacity: 0;
}

.solution-link .bgs img {
    height: 100%;
    width: auto;
}

@media screen and (min-width: 1200px) {
    .solution-link:hover {
        background-color: var(--main-color);
    }

    .solution-link:hover .tits {
        color: #fff;
    }

    .solution-link:hover .texts p {
        color: #fff;
    }

    .solution-link:hover .mores {
        background: #fff;
        border-color: #fff;
    }

    .solution-link:hover .mores span {
        color: var(--main-color);
    }

    .solution-link:hover .imgs {
        opacity: 0;
    }

    .solution-link:hover .bgs {
        opacity: 1;
    }
}

.solution {
    padding: 6.25rem 0 6.875rem;
}

.soludeta_banner {
    padding: 0 var(--padd-x40);
}

.soludeta_banner .content {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.soludeta_banner .content img {
    width: 100%;
}

.soludeta_banner-cont {
    position: absolute;
    left: 0;
    bottom: 145px;
    width: 100%;
    padding: 0 60px;
    z-index: 2;
}

.soludeta_banner-cont .title {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.soludeta-bread {
    margin-top: 3rem;
}

.soludeta-bread .bread {
    padding-left: 0;
    background-color: transparent;
    padding-right: 0;
    position: relative;
    clip-path: none;
    --text-color: #9E9E9E;
    --hover-color: #000;
}

.soludeta-bread .bread::before {
    display: none;
}

@media screen and (min-width: 1200px) {
    .soludeta-bread .mod_bread_link:hover .text {
        color: #000 !important;
    }

    .soludeta-bread .mod_bread_link:hover span {
        color: #000 !important;
    }
}

.soludeta-info {
    padding-top: 4rem;
    overflow: hidden;
}

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

.soludeta-info .left {
    width: 32%;
}

.soludeta-info .right {
    width: 64.82558139%;
}

.soludeta-info-item {
    padding: 2.5rem 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
}

.soludeta-info-item .imgs {
    width: 38px;
    flex-shrink: 0;
    margin-right: 2.25rem;
}

.soludeta-info-item .imgs img {
    width: 100%;
}

.soludeta-info-item p {
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
}

.soludeta-info-item:nth-child(1) {
    border-top: 1px solid #D8D8D8;
}

.soludeta-introduce {
    padding-top: 7.8125rem;
    overflow: hidden;
}

.soludeta-introduce .flex {
    display: flex;
    margin: 0 -12px;
}

.soludeta-introduce .left,
.soludeta-introduce .right {
    width: 50%;
    padding: 0 12px;
}

.soludeta-lcontent {
    background-color: var(--main-color);
    border-radius: 20px;
    overflow: hidden;
    padding: 4.375rem 4.375rem 3.125rem;
    min-height: 587px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}

.soludeta-arrow {
    display: flex;
    margin-top: 30px;
}

.soludeta-lcont .title {
    color: #fff;
}

.soludeta-lcont .text {
    margin-top: 24px;
    width: 580px;
    max-width: 100%;
}

.soludeta-lcont .text p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.9;
    color: #FFFFFF;
    font-family: Montserrat;
}

.soludeta-rlist {
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

.soludeta-rlist .slick-list {
    height: 100%;
}

.soludeta-rlist .slick-track {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.soludeta-rlist .slick-track .slick-slide {
    height: initial;
}

.soludeta-rlist .slick-track .slick-slide>div {
    height: 100%;
}

.soludeta-rlist .slick-track .slick-slide .soludeta-ritem,
.soludeta-rlist .slick-track .slick-slide .soludeta-rcont,
.soludeta-rlist .slick-track .slick-slide .img_box,
.soludeta-rlist .slick-track .slick-slide .img_box img {
    height: 100%;
}

.soludeta-rlist .slick-track .slick-slide .img_box img {
    object-fit: cover;
}

.soludeta-rconts .img_box {
    padding-top: 69.45754716%;
}

.soludeta-introduce-bottom {
    margin-top: 24px;
    border-radius: 20px;
    overflow: hidden;
}





/* .soludeta-introduce-bottom .img_box {
    padding-top: 30.23255813%;
} */

.soludeta-superior {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    overflow: hidden;
}

.soludeta-superior-list {
    margin: 56px -12px -24px;
    display: flex;
    flex-wrap: wrap;
}

.soludeta-superior-item {
    margin-bottom: 24px;
    padding: 0 12px;
    width: 25%;
}

.soludeta-superior-conts {
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 44px 45px;
    background-color: #fff;
    height: 100%;
}

.soludeta-superior-conts>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
    transition: all 0.5s;
    opacity: 0;
}

.soludeta-superior-conts .icons {
    position: relative;
    z-index: 1;
    width: 64px;
    margin-bottom: 34px;
}

.soludeta-superior-conts .icons img {
    width: 100%;
    transition: all 0.5s;
}

.soludeta-superior-conts .icons img:last-child {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
}

.soludeta-superior-conts .tits {
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    color: #1E1E1E;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.soludeta-superior-conts .texts p {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    color: #666666;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .soludeta-superior-conts:hover {
        background-color: var(--main-color);
        border-color: var(--main-color);
    }

    .soludeta-superior-conts:hover>img {
        opacity: 1;
    }

    .soludeta-superior-conts:hover .icons img:first-child {
        opacity: 0;
    }

    .soludeta-superior-conts:hover .icons img:last-child {
        opacity: 1;
    }

    .soludeta-superior-conts:hover .tits {
        color: #fff;
    }

    .soludeta-superior-conts:hover .texts p {
        color: #fff;
    }
}

.soludeta-jumb {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-height: 37.5vw;
    padding: 70px 0;
}

.soludeta-jumb>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.soludeta-jumb .flex {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.soludeta-jumb-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.soludeta-jumb-title p {
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.soludeta-jumb-list {
    display: flex;
}

.soludeta-jumb-item {
    margin-right: 20px;
}

.soludeta-jumb-item:last-child {
    margin-right: 0;
}

.soludeta-jumb-content {
    position: absolute;
    bottom: 4.375rem;
    left: 0;
    width: 100%;
}

.soludeta-jumb-link {
    min-width: 170px;
    height: 112px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 20px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 12px;
}

.soludeta-jumb-link .conts {
    transition: all 0.5s;
    position: relative;
    padding-top: 35px;
    width: 100%;
}

.soludeta-jumb-link .conts .imgs {
    position: absolute;
    width: 28px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.soludeta-jumb-link .conts .imgs img {
    width: 100%;
}

.soludeta-jumb-link .conts .tits {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-align: center;
}

.soludeta-jumb-link .hovers {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s;
    opacity: 0;
    left: 0;
    top: 0;
    padding: 0 20px;
}

.soludeta-jumb-link .hovers .lefts {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.soludeta-jumb-link .hovers .lefts .imgs {
    width: 28px;
    flex-shrink: 0;
    margin-right: 17px;
}

.soludeta-jumb-link .hovers .lefts .imgs img {
    width: 100%;
}

.soludeta-jumb-link .hovers .lefts p {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    color: #FFFFFF;
}

.soludeta-jumb-link .hovers .iconfont {
    font-size: 24px;
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .soludeta-jumb-item.active .soludeta-jumb-link {
        background-color: var(--main-color);
        border-color: var(--main-color);
        min-width: 550px;
    }

    .soludeta-jumb-item.active .soludeta-jumb-link .conts {
        opacity: 0;
    }

    .soludeta-jumb-item.active .soludeta-jumb-link .hovers {
        opacity: 1;
    }
}

.soludeta-related {
    padding-top: 7.5rem;
}

.soludeta .home-product-header {
    padding: 0 60px;
}

.soludeta .home-product {
    padding-bottom: 0 !important;
}

.soludeta .home-product-header {
    margin-bottom: 3.75rem;
}

.mod-conent40 {
    padding: 0 40px;
}

.soludeta-product {
    display: flex;
}

.hc_container.about {
    background-color: #fff;
}

.soludeta-rconts {
    height: 100%;
}

.chip-info {
    padding: 6rem 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.chip-info>img {
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    opacity: 0.6;
}

.chip-info-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3.75rem;
}

.chip-info-header .left {
    width: 65%;
}

.chip-info-list {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0 -18px -66px;
}

.chip-info-item {
    padding: 0 18px;
    margin-bottom: 66px;
    width: 16.6666666%;
}

.chip-info-item:not(:nth-child(13)) .chip-info-conts>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 20px;
    opacity: 0;
    transition: all 0.5s;
}

.chip-info-item:not(:nth-child(13)) .chip-info-conts p {
    transition: all 0.5s;
}

.chip-info-item:not(:nth-child(13)).active .chip-info-conts {
    background-color: #1E1E1E;
}

.chip-info-item:not(:nth-child(13)).active .chip-info-conts>img {
    opacity: 1;
}

.chip-info-item:not(:nth-child(13)).active .chip-info-conts p {
    color: #fff;
}

.chip-info-item:nth-child(13) .chip-info-conts>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
    border-radius: 12px;
}

.chip-info-item:nth-child(13) .chip-info-conts p {
    color: #fff;
}

.chip-info-conts {
    position: relative;
    z-index: 1;
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    transition: all 0.5s;
}

.chip-info-conts .imgs {
    width: 37.5px;
    margin-bottom: 15px;
}

.chip-info-conts .imgs img {
    width: 100%;
}

.chip-info-conts p {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
}

.chip-info-conts .arrows {
    position: absolute;
    width: 37px;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.chip-info-conts .arrows img {
    width: 100%;
}

.chip-info-conts .arrows2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 8px;
}

.chip-info-conts .arrows2 img {
    width: 100%;
}

.chip-info-conts .arrows3 {
    position: absolute;
    width: 47px;
    left: 100%;
    bottom: 100%;
}

.chip-info-conts .arrows3 img {
    width: 100%;
    height: auto;
}

.chip-ability {
    background-color: #fff;
    padding: 6rem 0;
}

.chip-ability .text {
    margin-top: 12px;
}

.chip-ability .text p {
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0em;
    color: #666666;
}

.chip-ability-list {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -15px -30px;
}

.chip-ability-item {
    width: 20%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.chip-ability-link {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    height: 100%;
    padding: 60px 25px 50px;
    min-height: 485px;
    border-radius: 14px;
}

.chip-ability-link>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.chip-ability-link .tops {
    width: 100%;
}

.chip-ability-link .tits {
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    color: #DE2324;
    margin-bottom: 14px;
    padding-left: 20px;
}

.chip-ability-link .text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
    color: #666666;
    position: relative;
    padding-left: 20px;
}

.chip-ability-link .text p::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #666666;
    left: 0;
    top: 17px;
    border-radius: 50%;
}

.chip-ability-link .mod-link {
    margin-top: 35px;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(100%);
}

@media screen and (min-width: 1200px) {
    .chip-ability-link:hover .mod-link {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer {
    background-color: #1E1E1E;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer>img {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 53.54166667%;
}

.footer-top {
    padding: 6.25rem 0 7.5rem;
}

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

.footer-top .flex .left {
    width: 52.32558139%;
}

.footer-top .flex .right {
    width: 40%;
    text-align: right;
}

.footer-top .flex .right .title {
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    color: #DE2324;
    margin-bottom: 5px;
}

.footer-top .flex .right .text {
    margin-bottom: 28px;
}

.footer-top .flex .right .text p {
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.5);
}

.footer-top .flex .right .mod-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 490px;
    height: 72px;
    border-radius: 72px;
    background-color: var(--main-color);
    margin-bottom: 40px;
}

.footer-top .flex .right .mod-link img {
    width: 22px;
    flex-shrink: 0;
    margin-right: 19px;
}

.footer-top .flex .right .mod-link p {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    color: #FFFFFF;
}

.footer-top .flex .right .p1 {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    text-align: right;
    color: rgba(255, 255, 255, 0.25);
    margin-bottom: 10px;
}

.footer-top .flex .right .p2 {
    margin-bottom: 6px;
}

.footer-top .flex .right .p2 p,
.footer-top .flex .right .p2 a {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    text-align: right;
    color: rgba(255, 255, 255, 0.25);
}

.footer-top .flex .right .p2 a:hover {
    color: #fff;
}

.footer-top .flex .right .p2 p img {
    width: 15px;
}

.footer-top .flex .right .p3 p,
.footer-top .flex .right .p3 a {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    text-align: right;
    color: rgba(255, 255, 255, 0.25);
}

@media screen and (min-width: 1200px) {
    .footer-top .flex .right .p3 a:hover {
        color: #fff;
    }
}

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

.footer-top-item .tits {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    color: #FFFFFF;
    margin-bottom: 25px;
    display: block;
}

.footer-top-item .item {
    margin-bottom: 12px;
}

.footer-top-item .item a {
    font-size: 18px;
    font-weight: normal;
    line-height: 2;
    color: rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 1200px) {
    .footer-top-item .item a:hover {
        color: #fff;
    }
}

.footer-bottom {
    padding-bottom: 3.4375rem;
}

.footer-bottom .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom .flex .title {
    font-size: 120px;
    font-weight: 500;
    line-height: normal;
    color: #DE2324;
    transition: all 0.5s;
    font-family: Montserrat;
}

.footer-bottom .flex span {
    font-size: 60px;
    color: var(--main-color);
}

@media screen and (min-width: 1200px) {
    .footer-bottom .flex:hover .title {
        transform: skewX(-14deg);
    }

    .footer-bottom .flex:hover span {
        font-size: 60px;
        color: var(--main-color);
    }
}

.prodeta-feature {
    padding: 6rem 0;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.prodeta-feature .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.prodeta-feature .flex .left {
    width: 36.6279069%;
}

.prodeta-feature .flex .right {
    width: 55.23255813%;
}

.prodeta-feature-mcont {
    border-radius: 12px;
}

.prodeta-feature-mcont .img_box {
    padding-top: 50.52631578%;
    border-radius: 12px;
}

.prodeta-feature-tlist {
    margin-top: 32px;
    margin-bottom: 70px;
}

.prodeta-feature-conts {
    min-height: 250px;
}

.prodeta-feature-conts p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.75;
    color: #666666;
}

.prodeta-feature-arrow {
    display: flex;
}

.prodeta-feature-arrow .mod-prev,
.prodeta-feature-arrow .mod-next {
    background-color: #fff;
}

.prodeta-feature-mlist {
    border-radius: 12px;
    overflow: hidden;
}

.prodeta .home-product-header {
    margin-bottom: 50px;
}

.about-course {
    background: #F7FAFF;
    padding: 6rem 0 0;
    overflow: hidden;
}

.about-course-arrow {
    display: flex;
}

.about-course-arrow .mod-prev,
.about-course-arrow .mod-next {
    background: transparent;
}

.about-course-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.about-course-header .left {
    width: 70%;
}

.about-course-header .left .text {
    margin-top: 12px;
}

.about-course-header .left .text p {
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0em;
    color: #666666;
}

.about-course-nav {
    display: flex;
    margin: 0 -25px;
}

.about-course-nav-item {
    width: 33.333333%;
    padding: 0 25px;
}

.about-course-nav-cont {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    height: 92px;
    text-align: center;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    background-color: #F7FAFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.about-course-nav-cont>img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    opacity: 0;
    transition: all 0.5s;
    z-index: -1;
}

.about-course-nav-cont .tits {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #1E1E1E;
    margin-bottom: 2px;
    transition: all 0.5s;
}

.about-course-nav-cont .text p {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    color: #1E1E1E;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .about-course-nav-cont:hover {
        background-color: var(--main-color);
        border-color: var(--main-color);
    }

    .about-course-nav-cont:hover>img {
        opacity: 1;
    }

    .about-course-nav-cont:hover .tits {
        color: #fff;
    }

    .about-course-nav-cont:hover .text p {
        color: #fff;
    }
}

.about-course-nav-item.active .about-course-nav-cont {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.about-course-nav-item.active .about-course-nav-cont>img {
    opacity: 1;
}

.about-course-nav-item.active .about-course-nav-cont .tits {
    color: #fff;
}

.about-course-nav-item.active .about-course-nav-cont .text p {
    color: #fff;
}

.about-course-content {
    overflow: hidden;
    margin-top: 3.5rem;
    padding-top: 20px;
    position: relative;
    z-index: 1;
}

.about-course-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 59px;
    background: linear-gradient(to right, #DFE1E6 0%, #DFE1E6 50%, transparent 50%);
    background-size: 8px 100%;
    z-index: -1;
}

.about-course-list .slick-list {
    overflow: initial;
}

.about-course-list {
    overflow: hidden;
    padding-top: 40px;
}

.about-course-cont {
    position: relative;
    z-index: 1;
}

.about-course-cont::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000000;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 0;
    transition: all 0.5s;
    z-index: -1;
}

.about-course-cont::before {
    content: "";
    position: absolute;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #000000;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 0;
    transition: all 0.5s;
    border: 5px solid rgba(222, 35, 36, 0.4);
    background: rgba(222, 35, 36, 0.6);
    opacity: 0;
}

.about-course-cont .tits {
    font-size: 22px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
    margin-bottom: 18px;
    padding-top: 20px;
    text-align: center;
    transition: all 0.5s;
}

.about-course-cont .texts p {
    font-size: 18px;
    font-weight: 350;
    line-height: normal;
    text-align: center;
    color: #1E1E1E;
}

@media screen and (min-width: 1200px) {
    .about-course-cont:hover::after {
        background-color: var(--main-color);
    }

    .about-course-cont:hover::before {
        opacity: 1;
    }

    .about-course-cont:hover .tits {
        color: var(--main-color);
        font-weight: bold;
    }
}

.slick-current .about-course-cont::after {
    background-color: var(--main-color);
}

.slick-current .about-course-cont::before {
    opacity: 1;
}

.slick-current .about-course-cont .tits {
    color: var(--main-color);
    font-weight: bold;
}

.about-course {
    padding-bottom: 22.7rem;
    padding-top: 7.5rem;
    position: relative;
    z-index: 1;
    margin-top: -14px;
}

@media screen and (min-width:2000px) {
    .about-course {
        padding-bottom: 30.7rem;
    }
}

.about-course>img {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
}

.about-course-year {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5.625rem;
    z-index: -2;
}

@media screen and (min-width:2000px) {
    .about-course-year {
        bottom: 5.625vw;
    }
}

.about-course-yitem {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.about-course-yitem p {
    font-family: "Montserrat";
    font-size: 15.625vw;
    font-weight: bold;
    line-height: normal;
    background: linear-gradient(180deg, rgba(214, 221, 231, 0.6) 0%, rgba(255, 255, 255, 0.102) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

@media screen and (min-width: 1921px) {
    .about-course-yitem p {
        font-size: 280px;
    }
}

.home-about {
    padding: 8rem 0 13rem;
    position: relative;
    z-index: 1;
    background-color: #F9F9F9;
    overflow: hidden;
}

@media screen and (min-width: 2000px) {
    .home-about {
        padding: 8rem 0 13vw;
    }
}

.home-about>.bg2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.home-about>.bg1 {
    position: absolute;
    width: 100%;
    bottom: 40%;
    transform: translateY(50%);
    left: 0;
    z-index: -1;
}

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

.home-about .left {
    width: 55.48837209%;
}

.home-about .left .mod-tit40,
.home-about .left .mod-tit40 p {
    font-size: 36px;
}

.home-about .left .mod-number {
    margin-top: 5rem !important;
    width: 734px;
}

.home-about .left .mod-link {
    margin-top: 2.5rem !important;
}

.home-about .right {
    width: 42.15116279%;
    position: relative;
    z-index: 1;
}

.home-about .right::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #D8D8D8 0%, #D8D8D8 50%, transparent 50%);
    background-size: 100% 12px;
    z-index: -1;
    left: 12px;
    top: 0%;
}

.home-about-swiper {
    height: 740px;
    position: relative;
}

.home-about-swiper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6.25rem;
    background: linear-gradient(to bottom, #F9F9F9 0%, transparent 100%);
    left: 0;
    top: 0;
    display: block;
    z-index: 10;
}

.home-about-swiper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6.25rem;
    background: linear-gradient(to top, #F9F9F9 20%, transparent 100%);
    left: 0;
    bottom: 0;
    display: block;
    z-index: 10;
}

.home-about-swiper .swiper-slide {
    height: initial !important;
}

.home-about-sconts {
    padding: 30px 0;
    position: relative;
    z-index: 1;
    padding-left: 5rem;
    cursor: pointer;
}

.home-about-sconts .iconfont {
    position: absolute;
    left: 0px;
    top: 35px;
    font-size: 24px;
    color: #000000;
    transform: rotate(90deg);
}

.home-about-sconts .tits {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.63;
    letter-spacing: 0em;
    color: #1E1E1E;
    transition: all 0.5s;
}

.home-about-sconts .texts p {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.6363636;
    letter-spacing: 0em;
    color: #1E1E1E;
    transition: all 0.5s;
}

.home-about-sconts .texts p span {
    font-size: 22px;
    transition: all 0.5s;
}

.swiper-slide-active .home-about-sconts .tits {
    font-size: 36px;
    font-weight: 500;
    color: var(--main-color);
    line-height: 1.2;
}

.swiper-slide-active .home-about-sconts .iconfont {
    font-size: 36px;
    color: var(--main-color);
    transform: translateX(2px) rotate(0deg);
}

.swiper-slide-active .home-about-sconts .texts p {
    font-weight: bold;
    font-size: 36px;
    color: var(--main-color);
    font-weight: 500;
    line-height: 1.2;
}

.swiper-slide-active .home-about-sconts .texts p span {
    font-size: 40px;
    color: #1E1E1E !important;
}

.header-content {
    position: relative;
    z-index: 2;
}

.header-select {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    /* display: none; */
    transition: all 0.5s;
    opacity: 1;
    pointer-events: none;
    transform: translateY(-50%);
    z-index: -1;
}

.header-select.shows {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0%);
}

.header-select.shows .header-select-content {
    opacity: 1;
}

.header-select-content {
    padding: 50px 0 60px;
    border-radius: 0px 0px 12px 12px;
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(112px);
    backdrop-filter: blur(112px);
    position: relative;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.header-select-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    left: 0;
    bottom: 0;
    background-color: var(--main-color);
}

.header-select-content::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 16px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #1E1E1E 50%, #DE2324 50%);
    z-index: 2;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 7px, 100% 100%, 0 100%);
}

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

.header-select-content .left {
    width: 55%;
    padding-left: 4.375rem;
}

.header-select-content .mask {
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    display: block;
    position: static !important;
    transform: none !important;
    height: initial !important;
}

.header-select-content .right {
    width: 560px;
    padding-right: 4.375rem;
    text-align: right;
}

.header-select-content .right .title {
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    color: #DE2324;
    margin-bottom: 10px;
}

.header-select-content .right .text {
    margin-bottom: 3.125rem;
}

.header-select-content .right .text p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: normal;
    line-height: 2;
    text-align: right;
    letter-spacing: 0em;
    color: #666666;
}

.header-select-content .right .link {
    display: inline-flex;
    width: 489px;
    max-width: 100%;
    height: 72px;
    border-radius: 72px;
    background-color: var(--main-color);
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.header-select-content .right .link img {
    width: 24px;
    flex-shrink: 0;
    margin-right: 23px;
}

.header-select-content .right .link p {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    color: #FFFFFF;
}

@media screen and (min-width: 1200px) {
    .header-select-content .right .link:hover {
        transform: translateY(10px);
    }
}

.header-select-content .right .hds-tel {
    margin-top: 7rem;
}

.header-select-content .right .hds-tel .tits {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.header-select-content .right .hds-tel .tits::after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: 0;
    width: 68px;
    height: 1px;
    background: linear-gradient(90deg, #DE2324 0%, rgba(222, 35, 36, 0) 99%);
}

.header-select-content .right .hds-tel a {
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.03em;
    color: #DE2324;
}

@media screen and (min-width: 1200px) {
    .header-select-content .right .hds-tel a:hover {
        text-decoration: underline;
    }
}

.header-select-item .tits {
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
    margin-bottom: 14px;
    font-weight: bold;
}

.header-select-item .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -30px;
}

.header-select-item .list>li {
    margin-bottom: 10px;
    width: 25%;
    padding: 0 20px;
    margin-bottom: 40px;
    position: relative;
}

/* .header-select-item .list>li::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-color: #a1a1a1;
    left: 0;
    bottom: 0;
} */


.header-select-item .list>li:last-child {
    margin-bottom: 0;
}

.header-select-item .list>li>a {
    display: block;
    border-right: 1.5px solid #a1a1a1;
    height: 120px;
    position: relative;
}

.header-select-item .list>li:nth-child(4n)>a {
    border-right: none;
}

.header-select-item .list>li>a .iconfont {
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #1e1d28;
    font-size: 20px;
}

.header-select-item .list>li>a p {
    font-size: 20px;
    line-height: 1.85;
    color: #444;
    display: block;
    padding: 5px 0;
    font-weight: bold;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .header-select-item .list a:hover p {
        color: var(--main-color);
    }

    .header-select-item .list>li>a:hover .iconfont {
        color: var(--main-color);
        transform: translateX(5px);
    }
}

@media screen and (min-width: 1200px) {

    .soludeta-arrow .mod-prev:hover,
    .soludeta-arrow .mod-next:hover {
        background-color: #444 !important;
    }
}

.home_banner-progress {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 5.5rem;
    right: 6.25rem;
    z-index: 4;
}

.current-number,
.sum-number {
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.current-number {
    color: #FFFFFF;
}

.sum-number {
    color: rgba(255, 255, 255, 0.3);
}

.home_banner-pbox {
    width: 250px;
    flex-shrink: 0;
    height: 3px;
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 10px;
}

.home_banner-pactive {
    width: 0%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    transition: all 0.5s;
}

.prodeta-section {
    position: relative;
    z-index: 1;
}

.prodeta-banner-content {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.prodeta-banner-content .img_box {
    min-height: 763px;
    padding-top: 41.48590021%;
}

.prodeta-banner-content .img_box img {
    object-fit: cover;
}

.prodeta-banner-cont {
    position: absolute;
    width: 50%;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.prodeta-banner-cont .title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    color: #FFFFFF;
    margin-bottom: 2.8125rem;
}

.prodeta-banner-cont .mod-link {
    margin-top: 5.3125rem;
}

.prodeta-banner-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -25px;
}

.prodeta-banner-list .item {
    margin-bottom: 25px;
    margin-right: 3.125rem;
}

.prodeta-banner-list a {
    display: flex;
    align-items: center;
}

.prodeta-banner-list a span {
    font-size: 24px;
    color: var(--main-color);
    margin-right: 8px;
}

.prodeta-banner-list a p {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    text-decoration: underline;
    color: #DE2324;
}

@media screen and (min-width: 1200px) {
    .prodeta-banner-list a:hover {
        transform: translateY(-4px);
    }
}

.product .mod-product-link {
    padding: 50px 35px;
}

.product .mod-product-link .imgs-box .imgs {
    width: 60%;
}

.prodeta-banner-section2 {
    margin-bottom: 80px;
}

.prodeta-banner-section2 .soludeta-bread {
    margin-bottom: 4rem;
}

.prodeta-info {
    width: 46.5116279%;
}

.prodeta-info .title {
    margin-bottom: 32px;
}

.prodeta-info .text p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.85;
    color: #666666;
}

.prodeta-info-list {
    display: flex;
    flex-wrap: wrap;
    margin: 4.375rem -12px -48px;
}

.prodeta-info-item {
    width: 33.333333%;
    padding: 0 12px;
    margin-bottom: 48px;
}

.prodeta-info-conts .imgs {
    width: 38px;
    height: 40px;
    margin-bottom: 10px;
}

.prodeta-info-conts .imgs img {
    width: 100%;
}

.prodeta-info-conts .texts {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: normal;
    line-height: 36px;
    color: #000000;
}

.prodeta-imgsbox {
    position: absolute;
    /* width: 45.63953488%; */
    width: 36%;

    right: var(--padd-x100);
    top: 15%;
    height: 1400px;
    z-index: 20;
}

.prodeta-imgs {
    width: 100%;
    padding: 70px 40px;
    text-align: center;
    position: sticky;
    left: 0;
    top: calc(150px + 115px);
    border-radius: 12px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.3);
    /* border: 1px solid rgba(255, 255, 255, 0.6); */
    -webkit-backdrop-filter: blur(194px);
    backdrop-filter: blur(194px);
}

.prodeta-imgs .imgs {
    width: 390px;
    margin: 0 auto;
}

.prodeta-imgs .img_box {
    padding-top: 100%;
}

.prodeta-info-right {
    display: none;
}

.prodeta-feature {
    overflow: hidden;
}

.hd_second {
    display: none;
}

.hc_container.newsdetas {
    background-color: #F3F3F3;
}

.newsdeta .soludeta-bread {
    margin-top: 50px;
}

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

.news-contant .goback {
    display: flex;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 7rem;
    cursor: pointer;
}

.news-contant .goback .icons {
    width: 20px;
    margin-right: 10px;
    flex-shrink: 0;
}

.news-contant .goback .icons svg {
    width: 100%;
}

.news-contant .goback p {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.05em;
    color: #000000;
}

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

.news-contant .flex>.left {
    width: 61.4285714%;
}

/* .news-contant .flex>.left h1 {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.2;
    color: var(--second-color);
} */

.news-contant .flex>.left .titles {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.2;
    color: var(--second-color);
}

.news-contant .flex>.left .info {
    display: flex;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 43px;
    flex-wrap: wrap;
}

.news-contant .flex>.left .info .icons {
    width: 16px;
    margin-right: 8px;
    flex-shrink: 0;
}

.news-contant .flex>.left .info .icons img {
    width: 100%;
}

.news-contant .flex>.left .info .text {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.05em;
    color: #666666;
}

.news-contant .flex>.left .info .item {
    display: flex;
    align-items: center;
    margin-right: 33px;
}

.news-contant .flex>.left .edit {
    padding-bottom: 4rem;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 35px;
}

.news-contant .flex>.left .edit p {
    margin-bottom: 0;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    color: #1E1E1E;
}

.news-contant .flex>.left .switch-link {
    display: flex;
    align-items: center;
    margin: 0 -15px;
    position: relative;
}

.news-contant .flex>.left .switch-link>.list svg {
    flex-shrink: 0;
}

.news-contant .flex>.left .switch-link>.list svg svg {
    width: 20px;
}

.news-contant .flex>.left .switch-link>.list:hover span {
    color: var(--main-color);
}

.news-contant .flex>.left .switch-link .prev-link,
.news-contant .flex>.left .switch-link .next-link {
    padding: 0 15px;
    display: flex;
    align-items: center;
    width: 50%;
}

.news-contant .flex>.left .switch-link .prev-link .icons,
.news-contant .flex>.left .switch-link .next-link .icons {
    flex-shrink: 0;
}

.news-contant .flex>.left .switch-link .prev-link .icons img,
.news-contant .flex>.left .switch-link .next-link .icons img {
    width: 100%;
}

.news-contant .flex>.left .switch-link .prev-link p,
.news-contant .flex>.left .switch-link .next-link p {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: #222;
    transition: all 0.5s;
    width: 100%;
    line-height: 2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-contant .flex>.left .switch-link .prev-link:hover p,
.news-contant .flex>.left .switch-link .next-link:hover p {
    color: var(--main-color);
}

.news-contant .flex>.left .switch-link .prev-link {
    justify-content: flex-start;
}

.news-contant .flex>.left .switch-link .prev-link .icons {
    margin-right: 16px;
    transform: rotate(180deg);
}

.news-contant .flex>.left .switch-link .prev-link .icons span {
    color: var(--main-color);
    font-size: 22px;
}

.news-contant .flex>.left .switch-link .next-link {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.news-contant .flex>.left .switch-link .next-link .icons {
    margin-left: 16px;
}

.news-contant .flex>.left .switch-link .next-link .icons span {
    color: var(--main-color);
    font-size: 22px;
}

.news-contant .flex>.left .switch-link .next-link p {
    text-align: right;
}

.news-contant .flex .right {
    width: 31.81818181%;
}

.news-contant .flex .right .title {
    margin-bottom: 2.75rem;
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0.05em;
    color: #1E1E1E;
}

.news-contant .flex .right .home-news-link {
    margin-bottom: 3rem;
}

.news-contant .flex .right .home-news-link:last-child {
    margin-bottom: 0;
}

.header.active {
    --height: 90px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
}

.header-select-content .mask {
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    display: block;
    position: static;
    clip-path: none;
    height: initial;
}

.home-solution-blist {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.home-solution-blist .slick-list {
    height: 100%;
}

.home-solution-blist .slick-track {
    height: 100%;
}

.home-solution-blist .slick-slide {
    height: 100%;
}

.home-solution-blist .slick-slide>* {
    height: 100%;
}

.home-solution-bitem {
    height: 100%;
    width: 100%;
}

.home-solution-bitem img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.footer-top-item.hidden {
    display: none;
}

.ph-video-bg,
.ph-video-img {
    display: none;
}

/* hover */
.application-content {
    padding-top: 4.625rem;
    padding-bottom: 8.125rem;
}

.application-right {
    background-color: #fff;
    border-radius: 20px;
    --paddx64: 64px;
}

.application-pain {
    padding: 4rem var(--paddx64) 4.25rem;
}

.application-pain .title {
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    color: #DE2324;
    margin-bottom: 40px;
}

.application-pain .application-tits {
    margin-bottom: 30px;
}

.application-pain .soludeta-info-item p {
    font-size: 20px;
}

.application-pain .soludeta-info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.application-tits {
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    color: #000000;
}

.application-info {
    padding: 65px var(--paddx64);
    background-color: var(--main-color);
    border-radius: 20px;
}

.application-info-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.application-info-hd .application-tits {
    color: #fff;
}

.application-info-hd .arrow {
    display: flex;
}

.application-info-hd .mod-prev,
.application-info-hd .mod-next {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-color: #fff;
}

.application-info-hd .mod-prev span,
.application-info-hd .mod-next span {
    font-size: 18px;
    color: #fff;
}

@media screen and (min-width: 1200px) {

    .application-info-hd .mod-prev:hover,
    .application-info-hd .mod-next:hover {
        border-color: #fff !important;
        background-color: #fff !important;
    }

    .application-info-hd .mod-prev:hover span,
    .application-info-hd .mod-next:hover span {
        color: var(--main-color);
    }
}

.application-info-hd .mod-prev {
    margin-right: 15px;
}

.application-info-conts .texts {
    width: 970px;
    max-width: 100%;
    margin-bottom: 3.125rem;
}

.application-info-conts .texts p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.application-info-conts .img_box {
    padding-top: 23.4741784%;
}

.application-advantage {
    padding: 5rem var(--paddx64) 6.875rem;
    overflow: hidden;
}

.application-advantage .soludeta-superior-list {
    flex-wrap: wrap;
    margin: 0 -17px -34px;
}

.application-advantage .soludeta-superior-item {
    margin-bottom: 34px;
    padding: 0 17px;
    width: 50%;
}

.application-advantage .application-tits {
    margin-bottom: 32px;
}

.application-advantage .soludeta-superior-conts {
    padding: 40px 32px;
}

.application .contact-form {
    background-color: #fff;
}

.home-apps {
    padding: 7.5rem 0;
}

.home-apps .home-product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}

.home-apps .soludeta-jumb .mod-conent100 {
    max-width: 100% !important;
    padding: 0 60px;
}

.home-apps .soludeta-jumb-link .conts .tits {
    white-space: nowrap;
}

.home-apps-content {
    padding: 0 var(--padd-x40);
}

.hd_three {
    display: none;
}

.header-select-second {
    margin-top: 5px;
    padding-bottom: 20px;
}

.header-select-sitem {
    margin-bottom: 8px;
}

.header-select-sitem:last-child {
    margin-bottom: 0;
}

.header-select-slink {
    font-size: 16px;
    display: inline-block;
    line-height: 1.75;
    padding: 0px 0;
    color: #666;
}

@media screen and (min-width: 1921px) {
    .about-course .mod-conent100 {
        max-width: 90%;
    }
}


.hd_link .icons {}


.hd_item {
    padding: 0 1.15rem;
    margin-right: 0 !important;
}

@media screen and (max-width:1680px) {
    .hd_item {
        padding: 0 1rem;
    }
}

.header-tel p {
    font-family: "Montserrat";
    font-weight: 600;
}

.home-solution-nav {
    padding-bottom: 6rem;
}

.soludeta-llist {
    width: 100%;
}


.soludeta-introduce-bottom img {
    /* width: 100% !important; */
    height: auto !important;
    float: initial !important;  
}

.soludeta-introduce-bottom p {
    font-size: 20px;
    line-height: 1.75;
    color: #444;
    margin-bottom: 5px;
}

.soludeta-introduce-bottom p:last-child {
    margin-bottom: 0;
}

.about-honor .right {
    width: 61%;
}

.about-honor-list .slick-slide>div {
    margin-bottom: 30px;
}

@media screen and (max-width:1200px) {
    .about-honor-list .slick-slide>div {
        margin-bottom: 25px;
    }
}

.about-honor-conts {
    cursor: pointer;
}

.contact-info-list .slick-list {
    overflow: initial !important;
}



.home-solution-slick .slick-list {
    height: 100% !important;
}

.home-solution-bd {
    display: none;
}


.soludeta-jumb-blist {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.soludeta-jumb-bitem {
    height: 100%;
}

.soludeta-jumb-bcont {
    width: 100%;
    position: relative;
    z-index: 1;
}

.soludeta-jumb-bcont img {
    width: 100%;
}

.header-select-second {
    display: none !important;
}

/* .header-select {
    opacity: 1 !important;
    pointer-events: all !important;
    transform: translateY(0%) !important;
}

.header-select .header-select-content{
    opacity: 1;
} */

.header-select-item .tits {
    display: none;
}


.hd_type1_down {
    position: absolute;
    transition: all 0.5s;
    width: 870px;
    display: flex;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(19, 60, 91, 0.17);
    border-radius: 0 0 6px 6px;
    left: 0;
    transform: translateX(-20%);
    top: 100%;
    z-index: 2;
}

.hd_type1_down .lefts {
    width: calc(100% - 320px);
    padding: 40px 50px;
}

.hd_type1_down .lefts .tits {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.hd_type1_down .flexs {
    display: flex;
}

.hd_type1_down .list1 {
    padding-right: 30px;
    border-right: 1px solid #ccc;
    width: 50%;
}

.hd_type1_down .item1 {
    margin-bottom: 6px;
}

.hd_type1_down .item1 a {
    padding: 10px 18px;
    width: 100%;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hd_type1_down .item1 a p {
    font-size: 18px;
    line-height: 1.65;
    color: #666;
    transition: all 0.5s;
}

.hd_type1_down .item1 a span {
    font-size: 17px;
    color: #666;
    opacity: 0;
    transform: translateX(-10px);
}

@media screen and (min-width: 1200px) {
    .hd_type1_down .item1 a:hover {
        background-color: var(--main-color);
    }

    .hd_type1_down .item1 a:hover p {
        color: #fff;
    }

    .hd_type1_down .item1 a:hover span {
        color: #fff;
        opacity: 1;
        transform: translateX(0px);
    }
}

.hd_type1_down .item1.active a {
    background-color: var(--main-color);
}

.hd_type1_down .item1.active a p {
    color: #fff;
}

.hd_type1_down .item1.active a span {
    color: #fff;
    opacity: 1;
    transform: translateX(0px);
}

.hd_type1_down .item1:last-child {
    margin-bottom: 0;
}

.hd_type1_down .list2-slick {
    padding-left: 30px;
    width: 50%;
}

.hd_type1_down .item2 a {
    font-size: 16px;
    color: #666;
    line-height: 1.65;
    display: inline-block;
    padding: 8px 0;
}

@media screen and (min-width: 1200px) {
    .hd_type1_down .item2 a:hover {
        color: var(--main-color);
    }
}

.hd_type_rights {
    width: 320px;
    background-color: #F7F9FC;
    padding: 35px 40px;
}

.hd_type_rights .title {
    font-size: 20px;
    line-height: 1.65;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.hd_type_rights .recommends {
    text-align: center;
}

.hd_type_rights .recommends .tits {
    font-size: 16px;
    color: #333;
    line-height: 1.65;
    font-weight: bold;
    margin-bottom: 8px;
}

.hd_type_rights .recommends .texts {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 18px;
}

.hd_type_rights .recommends .img_box {
    padding-top: 100%;
}

.hd_type2_down,
.hd_type3_down {
    position: absolute;
    transition: all 0.5s;
    display: flex;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(19, 60, 91, 0.17);
    border-radius: 0 0 6px 6px;
    left: 0;
    transform: translateX(-20%);
    top: 100%;
    align-items: flex-start;
    z-index: 2;
}

.hd_type2_down .lefts,
.hd_type3_down .lefts {
    padding: 30px 35px;
}

.hd_type2_down .item,
.hd_type3_down .item {
    width: 100%;
    margin-bottom: 16px;
}

.hd_type2_down .item a,
.hd_type3_down .item a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 0;
}

.hd_type2_down .item .imgsa,
.hd_type3_down .item .imgsa {
    position: relative;
    z-index: 1;
    width: 26px;
    margin-right: 10px;
}

.hd_type2_down .item .imgsa img,
.hd_type3_down .item .imgsa img {
    width: 100%;
    transition: all 0.5s;
}

.hd_type2_down .item .imgsa img:last-child,
.hd_type3_down .item .imgsa img:last-child {
    opacity: 1;
}

.hd_type2_down .item p,
.hd_type3_down .item p {
    font-size: 18px;
    color: #333;
    line-height: 1.65;
    white-space: nowrap;
    transition: all 0.5s;
}


.hd_type2_down .item:hover p,
.hd_type3_down .item:hover p {
    color: var(--main-color);
}

.hd_type2_down .list {
    min-width: 170px;
}

.hd_type3_down .lefts {
    width: 500px;
}

.hd_type3_down .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -20px;
}

.hd_type3_down .list .item {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 20px;
}

.pcdown {
    opacity: 0;
    transform: translateY(-20px) translateX(-25%);
    pointer-events: none;
}

.hd_item:hover .pcdown {
    opacity: 1;
    transform: translateY(0px) translateX(-25%);
    pointer-events: all;
}

.hd_type2_down .centers{
    width: 280px;
    flex-shrink: 0;
    background-color: #fff;
    padding: 80px 35px 30px;
    border-left: 1px solid #E6E6E6;   
}
  
.hd_type2_down .centers-items .texts p{
    font-size: 16px;
    color: #555;
    line-height: 1.75;
}

.hd_type2_down .hd_type_rights .title{
    display: none;
}

.hd_type2_down .hd_type_rights .recommends .tits,
.hd_type2_down .hd_type_rights .recommends .texts{
    display: none;
}

.hd_type2_down .lefts .tits{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 24px;
}

.hd_type_rights .img_box{
    padding-top: 100%;
}

.hd_type2_down .hd_type_rights .img_box:not(:first-child){
    display: none !important;
}

.hd_item:nth-child(8) .hd_type2_down,
.hd_item:nth-child(7) .hd_type2_down
{
    right: 0;
    left: initial !important;
    transform: translateY(-20px) translateX(20%);
}

.hd_item:nth-child(8):hover .pcdown,
.hd_item:nth-child(7):hover .pcdown{
    transform: translateY(0px) translateX(20%);
}


@media screen and (max-width:1440px) {
    .hd_item:nth-child(6) .hd_type2_down,
    .hd_item:nth-child(5) .hd_type2_down,
    .hd_item:nth-child(4) .hd_type2_down{
        right: 0;
        left: initial !important;
        transform: translateY(-20px) translateX(20%);
    }

    .hd_item:nth-child(6):hover .pcdown,
    .hd_item:nth-child(5):hover .pcdown,
    .hd_item:nth-child(4):hover .pcdown{
        transform: translateY(0px) translateX(20%);
    }
}



.about-honor-conts .img_box img{
    height: auto;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.laustext{
    font-size: 18px;
    padding: 24px 20px;
}

.layui-layer-btn .layui-layer-btn0{
    background-color: var(--main-color);
}

.edit_active img {
    /* width: initial !important;  */
}

.hd_type2_down .hd_type_rights img:not(:first-child){
    display: none;
}

.hd_type2_down .hd_type_rights img{
    width: 100%;
    height: 100%;
}

.home-solution-header{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}


@media screen and (min-width:2000px) {
    .home-about .mod-conent100{
        max-width: 90%;
    }
}

.home-solution-list{
    max-height: 760px;
    padding-right: 30px;
}

.mCSB_outside+.mCSB_scrollTools {
    right: -4px !important;
}

.home-solution .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--main-color) !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
}

@media screen and (max-width:1680px) {
    .home-solution-list{
        max-height: 700px;
    }
}

@media screen and (max-width:14400px) {
}


.home-video{
    display: none !important;
}

.home-video-pc{
    position: relative;
    z-index: 3;
    overflow: hidden;
    /* width: 90%; */
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.home-video-pc-boxs{
    position: relative;
    z-index: 3;
    overflow: hidden;
    pointer-events: none;
}

/* .home-video-pc-boxs::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 13%;
    background-color: #fff;
    z-index: 6;
    left: 0;
    top: 0;
    display: none;
}

.home-video-pc-boxs::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 13%;
    background-color: #fff;
    z-index: 6;
    left: 0;
    bottom: 0;
    display: none;
} */

.home-video-pc svg{
    width: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 4;
}

/* .home-video-pcbg{
    position: relative;
    z-index: 1;
    width: 100%;
    transform: scale(1.01);
    cursor: pointer;
} */

.home-video-pc video{
    /* position: absolute; */
    width: 100%;
    object-fit: cover;
    border-radius: 20px;

}

.video-cover{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 2;
    transition: all 0.5s;

}

/* @media screen and (max-width:1200px) {
    .home-video{
        display: block !important;
    }

    .home-video-pc{
        display: none;
    }
} */

.home-solution-nav-ph{
    display: none !important;
}


.chip-info-item:nth-child(6) .arrows{
    display: none;
}

html{
    scroll-padding-top: 100px;
}

.home-video-pc video{
}

.home-video-ph{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    display: none;
    z-index: 3;
}

.home-video-pc-boxs{
    pointer-events: all;
}

@media screen and (max-width:768px) {
    .home-video-ph{
        display: block;
    }
}

.left-item.block{
    width: 100%;
    margin: 10px 10px;
}

.service-design .flex{
    flex-wrap: wrap;
}

.fuwutitle{
    margin-top: 70px;
}

.fuwutext{
    margin-bottom: 30px;
}

.home_banner_content{
    display: none !important;
}

/* .service-design .flex .bottoms{
    padding: 0 10px;
    width: 100%;
} */


.fuwu-edit p{
    text-align: center;
}

.fuwu-edit p img{
    width: 100%;
}