[v-cloak] {
    display: none;
}
.el-scrollbar__bar {
    z-index: 999999;
}
.home-register {
    position: relative;
}
.home-register-bg {
    background-position: 50%;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
@media (max-width: 1439px) {
    .por-container {
        max-width: 1200px;
    }
}

.por-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.home-register-content {
    font-size: 0;
    height: 150px;
    line-height: 150px;
    position: relative;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
}
.home-register-text {
    color: #fff;
    display: inline-block;
    font-size: 32px;
    line-height: 45px;
    max-width: calc(100% - 170px);
    padding-right: 150px;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .home-register-text {
        display: block;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
        max-width: none;
        padding: 0;
    }
}

.footer-service {
    background: #fff;
    position: relative;
}

.footer-service-wrapper {
    position: relative;
}

.footer-service-wrapper > ul {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: solid 1px #ededed;
}

.footer-service-wrapper > ul > li {
    float: left;
    width: 25%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.footer-service-wrapper > ul > li > a {
    display: block;
    position: relative;
    height: auto;
    padding: 28px 16px 16px 55px;
}

.footer-service-wrapper > ul > li > a > i {
    position: absolute;
    left: 0;
    top: 50%;
    width: 43px;
    height: 43px;
    margin-top: -20px;
    background-size: auto 100%;
}

.footer-service-wrapper > ul > li > a > h2 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
    color: #252b3a;
}

.footer-service-wrapper > ul > li > a > p {
    font-size: 14px;
    line-height: 18px;
    color: #666a75;
}

.footer-nav {
    background: #fff;
}

.footer-nav-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-nav-menus {
    float: left;
    width: calc(100% - 242px);
}

.footer-nav-submenus {
    float: left;
    width: 242px;
    padding-left: 4px;
}

.footer-nav-menus dl {
    float: left;
    width: 20%;
    padding-right: 30px;
    font-size: 14px;
}

.footer-nav-menus dl dt {
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 18px;
    color: #252b3a;
}

.footer-nav-menus dl dd {
    font-size: 14px;
    line-height: 24px;
}

.footer-link {
    -webkit-transition: .2s;
    transition: .2s;
}

.footer-nav-submenus-inner {
    float: left;
}

.footer-nav-contact {
    margin-bottom: 10px;
}

.footer-nav-contact-phone {
    margin-bottom: 12px;
    text-align: left;
}

.footer-nav-contact-phone>h2 {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 18px;
    color: #252b3a;
}

.footer-nav-contact-phone>a, .footer-nav-contact-phone>p {
    font-size: 20px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #252b3a;
    font-weight: 600;
    position: relative;
}

.footer-nav-contact-phone .contact-icon {
    opacity: 1;
}
.footer-nav-contact-phone>a i, .footer-nav-contact-phone>p i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    margin-right: 8px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.footer-nav-contact-phone>a span, .footer-nav-contact-phone>p span{
    margin-left: 28px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.footer-nav-wrapper:after, .footer-nav-wrapper:before {
    content: " ";
    display: table;
}
.footer-nav-content:after, .footer-nav-content:before {
    content: " ";
    display: table;
}
.footer-nav-wrapper:after {
    clear: both;
}

.footer-nav-content:after {
    clear: both;
}

.footer-nav-contact-icon, .footer-nav-contact-title {
    display: none;
}

.experience-btn {
    font-size: 14px;
    padding: 12px 19px;
    height: 40px;
}

@media (max-width: 768px) {
    .footer-service {
        display: none;
    }

    .home-register-content {
        flex-direction: column;
    }

    .experience-btn {
        height: 32px;
        padding: 8px 15px;
        font-size: 14px;
    }

    .footer-nav-contact-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 48px;
        border: 1px solid #e2e2e2;
        border-radius: 2px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 14px;
        color: #252b3a;
        line-height: 20px;
        margin-bottom: 2px;
    }

    .footer-nav-contact-icon i {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-size: 100% 100%;
        margin-right: 8px;
    }
    .footer-nav-contact-icon em {
        font-style: normal;
        font-weight: 700;
    }

    .footer-nav-menus {
        display: none;
    }

    .footer-nav-menus {
        padding-left: 0;
    }

    .footer-nav-submenus {
        padding-top: 16px;
        text-align: center;
    }

    .footer-nav-contact {
        display: none;
    }

    #footer .footer-primary {
        border-top: 0;
    }
}
@media (max-width: 1023px) {
    .footer-nav-submenus-inner{
        float: none;
        width: auto;
        padding-left: 0;
        background: none;
    }

    .footer-nav-submenus {
        float: none;
        width: auto;
        padding-left: 0;
        padding-right: 0;
        border: none;
        font-size: 0;
    }
}

@media (min-width: 1024px) {
    .footer-hots-mb {
        display: none;
    }
}

.footer-hots-mb {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.footer-hots-mb-wrapper {
    padding-top: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e2e2;
}

.footer-hots-mb-title {
    font-size: 14px;
    line-height: 18px;
    color: #252b3a;
    margin-bottom: 8px;
}

.footer-hots-mb ul li {
    display: inline-block;
    font-size: 0;
    padding-left: 8px;
    padding-right: 8px;
}

.footer-hots-mb ul a {
    font-size: 14px;
    line-height: 20px;
    color: rgba(37, 43, 58, .7);
}

/* =========================================
PC 端二级 Mega Panel（稳定版）
========================================= */
@media screen and (min-width: 992px) {
    /* 弹层外壳 */
    .pc-mega-panel {
        width: 1200px !important;
        padding: 0 !important;
        border: none !important;
        border-radius: 16px !important;
        background: #fff !important;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08) !important;
        overflow: hidden !important;
        inset: 75px 0 auto 0 !important;
        margin: 0 auto !important;
    }

    /* 去掉默认菜单样式 */
    .pc-mega-panel .el-menu {
        border-right: none !important;
        background: transparent !important;
    }

    .pc-mega-panel .el-menu-item {
        display: none !important;
    }

    /* 主体 */
    .mega-panel-box {
        display: flex;
        min-height: 360px;
        position: relative;
        background: #fff;
    }

    /* 左侧说明 */
    .mega-panel-left {
        width: 360px;
        min-height: 360px; /* 跟主体高度统一 */
        padding: 42px 28px;
        border-right: 1px solid #edf1f7;
        text-align: center;
        background: #fafcff;
        flex-shrink: 0;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .mega-panel-icon {
        width: 96px;
        height: 96px;
        margin: 0 auto 22px;
        border-radius: 24px;
        background: linear-gradient(180deg, #f1f6ff 0%, #e9f0ff 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #2457ff;
    }

    .mega-panel-left h3 {
        font-size: 24px;
        font-weight: 600;
        color: #1f2937;
        margin: 0 0 16px;
    }

    .mega-panel-left p {
        font-size: 14px;
        line-height: 2;
        color: #667085;
        margin: 0;
    }

    /* 右侧菜单区 */
    .mega-panel-center {
        flex: 1;
        padding: 34px 38px;
        min-width: 0;
    }

    .mega-panel-center h3 {
        font-size: 18px;
        font-weight: 600;
        color: #1f2937;
        margin: 0 0 26px;
    }

    .mega-panel-links {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 26px 36px;
    }

    .mega-panel-link {
        cursor: pointer;
        transition: all .25s ease;
        min-height: 90px;
        padding: 14px 16px;
    }

    .mega-panel-link h4 {
        font-size: 16px;
        font-weight: 600;
        color: #2d3440;
        margin: 0 0 8px;
        transition: all .25s ease;
    }

    .mega-panel-link p {
        font-size: 14px;
        line-height: 1.8;
        color: #9098a7;
        margin: 0;
    }

    .mega-panel-link:hover h4 {
        color: #2457ff;
        transform: translateX(3px);
    }

    /* 关闭图标 */
    .mega-panel-close {
        position: absolute;
        top: 20px;
        right: 24px;
        font-size: 24px;
        color: #a0a8b5;
        cursor: pointer;
        transition: all .25s ease;
        user-select: none;
    }

    .mega-panel-close:hover {
        color: #2457ff;
        transform: rotate(90deg);
    }

    /* 一级菜单 hover 高亮 */
    .el-menu--horizontal > .el-sub-menu.is-active .el-sub-menu__title {
        color: #2457ff !important;
        border-bottom: 3px solid #2457ff !important;
    }

    .el-menu--horizontal > .el-sub-menu .el-sub-menu__title {
        border-bottom: 3px solid transparent !important;
        transition: all .2s ease;
    }

    .el-menu--horizontal > .el-sub-menu:hover .el-sub-menu__title {
        color: #2457ff !important;
    }

    /* 当前选中的 mega 菜单项 */
    .mega-panel-link.is-active {
        background: #f3f7ff;
        border-radius: 12px;
        padding: 14px 16px;
    }

    .mega-panel-link.is-active h4 {
        color: #2457ff;
    }

    .mega-panel-link.is-active p {
        color: #5f6b7a;
    }
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

dl, ul {
    margin-top: 0;
    margin-bottom: 0;
}

ul {
    list-style: none;
    padding-left: 0;
}
a, dd, dl, h1, h2, h3, h4, h5, h6, li, p, ul {
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.el-carousel__indicator:hover button {
    opacity: 0.65;
}

.el-carousel__button {
    background-color: #191919;
    opacity: 0.3;
    width: 38px;
}

.el-carousel__container {
    height: 600px;
}

.carousel-height {
    height: 600px;
}

.el-carousel__arrow {
    background-color: #6C6E72;
}

.el-carousel__arrow:hover {
    background-color: #A3A6AD;
}

.product-container{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.banner-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 600px;
    justify-content: center;
    position: relative;
}

.banner-title {
    display: inline-block;
    max-width: calc(100% - 56px);
}

.banner-title .text-title-t2 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-title-t2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #252b3a;
}

.banner-btnGroup {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: var(--el-menu-text-color);
    display: inline-flex;
}

@media (min-width: 1024px) {
    .banner-title{
        margin-top: -50px;
    }
}

@media (max-width: 640px) {
    .el-carousel__button {
        width: 28px;
    }

    .carousel-height {
        height: 106.66667vw;
    }

    .el-carousel__container {
        height: 106.66667vw;;
    }

    .product-container{
        margin-left: 10px;
        margin-right: 10px;
    }

    .banner-main {
        height: 106.66667vw;;
    }
}

/*@media (max-width: 1440px) {*/
/*    .product-container{*/
/*        max-width: 1080px;*/
/*    }*/
/*}*/

/*轮播图导向格*/
.events-container {
    width: 100%;
    height: 100px;
    z-index: 99;
    position: absolute;
    bottom: 0;
    background: hsla(0, 0%, 100%, .5);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

@media (min-width: 768px){
    .events-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
    }

    .event-icon, .event-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .event-item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .event-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .event-icon {
        width: 60px;
        height: 95px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-left: 25px;
        margin-right: 25px;
        background-size: 100% 100%;
    }

    .event-desc, .event-title {
        color: #252b3a;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .event-title {
        font-size: 18px;
        height: 24px;
        line-height: 24px;
        font-weight: 700;
        -webkit-transition: all .2s;
        transition: all .2s;
        margin-bottom: 4px;
        margin: 0;
    }

    .event-desc {
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        width: 100%;
        margin: 0;
    }

    .event-desc, .event-title {
        color: #252b3a;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .por-container {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) and (max-width: 1599px) {
    .events-container {
        height: 90px;
    }
}

@media (max-width: 1439px) {
    .por-container {
        max-width: 1200px;
    }
}

@media (min-width: 768px) and (max-width: 1599px) and (min-width: 1377px) {
    .event-item:first-child {
        margin-left: -25px;
    }
}

@media (min-width: 768px) and (max-width: 1599px) {
    .event-content {
        width: calc(100% - 90px);
    }

    .event-icon {
        width: 44px;
        height: 90px;
        margin-left: 0;
    }

    .event-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 4px;
    }
}

@media (max-width: 767px) {
    .events-container {
        background: #f9fafc;
        height: 80px;
        width: 100%;
    }

    .events-container .events-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
    }

    .por-container {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .events-container .event-item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .events-container .event-item .event-icon {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 36px;
        height: 50px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .events-container .event-item .event-content .event-desc {
        display: none;
    }

    .events-container .event-item .event-content .event-title {
        font-size: 12px;
        color: #252b3a;
        height: 18px;
        line-height: 18px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0;
    }

    .events-container .event-item .event-content {
        padding-bottom: 12px;
    }
}

/*轮播图换页导航*/
.el-carousel__indicators--horizontal {
    bottom: 127px;
}
@media (min-width: 768px) and (max-width: 1599px) {
    .el-carousel__indicators--horizontal {
        bottom: 105px;
    }
}

.el-carousel__button {
    width: 40px;
    height: 4px;
    background: rgba(0, 0, 0, .15);
    opacity: .7;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 4px;
}

.is-active .el-carousel__button{
    background-color: #296dff;
    opacity: 0.3;
    width: 38px;
}

/*   内容开始*/
/*开始产品介绍*/
@media (max-width: 1439px) {
    .por-container {
        max-width: 1200px;
    }
}
.section-group-product {
    position: relative;
    background-size: 1920px auto;
}

.section-product {
    position: relative;
}

.section {
    padding: 64px 0;
}

.section-product .por-container {
    position: relative;
    z-index: 1;
}

.section-head {
    padding-bottom: 32px;
    text-align: center;
}

.section-head-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #252b3a;
}

@media (max-width: 1023px) {
    .section-product .product-container {
        display: none;
    }
}

@media (max-width: 1023px) {
    .section-head-title {
        font-size: 18px;
        line-height: 22px;
    }
}

.section-head-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px;
    color: #575d6c;
}

@media (max-width: 1023px) {
    .section-head-subtitle {
        font-size: 12px;
        line-height: 18px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
}

.section-head-subtitle a {
    margin-left: 1em;
    -webkit-transition: .2s;
    transition: .2s;
}

.product-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-nav, .product-nav-menu {
    position: relative;
}

.product-nav {
    width: 21.875%;
    min-height: 604px;
    padding-top: 16px;
    background-size: cover;
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
}

.product-wrapper {
    position: relative;
    width: 78.125%;
}

.product-content {
    height: 100%;
}

.product-nav-more {
    position: absolute;
    bottom: 188px;
    left: 32px;
}

.product-nav, .product-nav-menu {
    position: relative;
}

.product-nav-menu-inner {
    position: relative;
    padding: 25px 16px 6px 32px;
    font-size: 16px;
    line-height: 20px;
    color: #252b3a;
    -webkit-transition: .2s;
    transition: .2s;
}

.product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

.product-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 32px;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: .2s;
    transition: .2s;
    background: #fff;
}

.product-list>li {
    width: calc(33.33333333% - 15px);
    height: calc(33.33333333% - 10px);
    margin-bottom: 15px;
    margin-left: 15px;
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
}

.product-card i {
    display: block;
    width: 36px;
    height: 36px;
    background-size: cover;
    font-size: 36px;
    margin-bottom: 8px;
}

.product-card h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #252b3a;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-card p {
    font-size: 14px;
    line-height: 22px;
    color: #575d6c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 44px;
}

.product-tag {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    background: #296dff;
    padding: 0 4px;
    border: 1px solid #296dff;
    border-radius: 2px;
    font-style: normal;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
}

.product-tag-outline-grey {
    padding: 0 8px;
    background-color: transparent;
    border-color: #adb0b8;
    color: #8a8e99;
}

.product-labels .product-tag+.product-tag {
    margin-left: 4px;
}

.product-tag-outline-grey {
    padding: 0 8px;
    background-color: transparent;
    border-color: #adb0b8;
    color: #8a8e99;
}

.product-price em {
    font-style: normal;
    font-weight: 700;
    color: #296dff;
}

.product-nav-menu p {
    font-size: 14px;
    line-height: 22px;
    color: #575d6c;
}

.product-price span {
    font-size: 20px;
    line-height: 20px;
}
/*结束产品介绍*/
/*开始服务方案*/
.section {
    padding: 64px 0;
}

@media (min-width: 1024px) {
    .element-entrance-1.ee-enter {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    .element-entrance-1 {
        -webkit-transition: .5s;
        transition: .5s;
    }
}

.section-head {
    padding-bottom: 32px;
    text-align: center;
}

.por-carousel {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.por-carousel-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.por-carousel-slide {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
}

.home-solutions .solutions-container {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1440px;
    margin: 0 auto
}

.home-solutions .solutions-wrapper {
    position: relative
}

.home-solutions .solutions-wrapper .por-carousel {
    margin-left: -8px;
    margin-right: -8px
}

.home-solutions .solutions-next,
.home-solutions .solutions-prev {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer
}

.home-solutions .solutions-next i,
.home-solutions .solutions-prev i {
    display: block;
    font-size: 40px;
    color: #575d6c
}

.home-solutions .solutions-next.disabled i,
.home-solutions .solutions-prev.disabled i {
    color: #dfe1e6;
    cursor: default
}

.home-solutions .solutions-prev {
    right: 100%;
    margin-right: 32px
}

.home-solutions .solutions-next {
    left: 100%;
    margin-left: 32px
}

@media (max-width:1580px) {
    .home-solutions .solutions-container {
        padding-left: 118px;
        padding-right: 118px;
        max-width: 1516px
    }

    .home-solutions .solutions-prev {
        right: 100%;
        margin-right: 10px
    }

    .home-solutions .solutions-next {
        left: 100%;
        margin-left: 10px
    }
}

.home-solutions .solutions-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.home-solutions .solutions-list>li {
    width: 20%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-transition: .65s;
    transition: .65s
}

@media (min-width:1024px) {
    .home-solutions .solutions-list>li:hover {
        width: 40% !important
    }
}

.home-solutions .solutions-list+.solutions-list {
    margin-top: 16px
}

.home-solutions .solutions-card {
    display: block;
    position: relative;
    height: 316px;
    padding: 32px;
    background-size: cover;
    background-position: 0;
    overflow: hidden;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none
}

.home-solutions .solutions-card-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .5));
    -webkit-transition: .65s;
    transition: .65s
}

.home-solutions .solutions-card-text {
    position: absolute;
    top: 0;
    left: 32px;
    right: 32px;
    height: 164px;
    -webkit-transition: .65s;
    transition: .65s;
    margin-top: 196px
}

.home-solutions .solutions-card-text i {
    display: block;
    width: 48px;
    height: 48px;
    background-size: cover;
    margin-bottom: 16px;
    font-size: 48px;
    color: inherit
}

.home-solutions .solutions-card-text p {
    font-size: 14px;
    line-height: 22px;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
    width: 100% !important;
}

.home-solutions .solutions-card-title {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 34px
}

.home-solutions .solutions-card-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 34px;
    border-top: 2px solid;
    margin-top: 16px;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s
}

@media (min-width:1024px) {
    .home-solutions .solutions-list li:hover .solutions-card-cover {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
        background-image: linear-gradient(180deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .5))
    }

    .home-solutions .solutions-list li:hover .solutions-card-text {
        margin-top: 76px
    }

    .home-solutions .solutions-list li:hover .solutions-card-text p {
        opacity: 1;
        -webkit-transition: .65s .1s;
        transition: .65s .1s
    }

    .home-solutions .solutions-list li:hover .solutions-card-title:after {
        opacity: 1;
        -webkit-transition: .65s;
        transition: .65s
    }
}

@media (max-width:1023px) {
    .home-solutions .solutions-container {
        padding-left: 15px;
        padding-right: 15px
    }

    .home-solutions .solutions-next,
    .home-solutions .solutions-prev {
        display: none
    }

    .home-solutions .solutions-content {
        padding-bottom: 16px
    }

    .home-solutions .por-carousel-pagination {
        bottom: -6px
    }

    .home-solutions .por-carousel-bullet {
        height: 2px;
        margin: 0 2px
    }

    .home-solutions .por-carousel-bullet.active {
        background-color: #252b3a
    }

    .home-solutions .solutions-wrapper {
        overflow: hidden
    }

    .home-solutions .solutions-wrapper .por-carousel {
        margin-left: -2px;
        margin-right: -2px
    }

    .home-solutions .solutions-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0
    }

    .home-solutions .solutions-list>li {
        width: 50%;
        padding-left: 2px;
        padding-right: 2px;
        padding-bottom: 4px
    }

    .home-solutions .solutions-list+.solutions-list {
        margin-top: 0
    }

    .home-solutions .solutions-card {
        height: auto;
        padding: 64.70588235% 0 0
    }

    .home-solutions .solutions-card-cover {
        background-image: none;
        background: rgba(0, 0, 0, .5)
    }

    .home-solutions .solutions-card-text {
        top: 50%;
        left: 0;
        right: 0;
        height: auto;
        margin-top: 0;
        text-align: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .home-solutions .solutions-card-text i {
        width: 34px;
        height: 34px;
        font-size: 32px;
        margin: 0 auto 8px
    }

    .home-solutions .solutions-card-text p {
        display: none
    }

    .home-solutions .solutions-card-title {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0
    }

    .home-solutions .solutions-card-title:after {
        display: none
    }
}
/*结束服务方案*/
@media (min-width: 1024px) {
    .home-stack .section {
        padding-bottom: 226px;
        background-size: cover;
        background-position: 50%;
    }
}
@media (max-width: 1023px) {
    .home-stack .section {
        padding: 28px 0 112px;
        background-image: none !important;
    }
}

@media (max-width: 1023px) {
    .home-stack {
        background-size: cover;
        background-position: 50%;
    }
}

.home-stack .section-body{
    text-align: center;
}

@media (min-width: 1024px) {
    .hidden-pc {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .section-head {
        padding-bottom: 16px;
        text-align: center;
        padding-top: 20px;
    }
}
/*    内饰结束*/
.home-global-site-3d {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.home-global-site-3d .link-more {
    margin-top: 16px
}

.home-global-site-3d .por-container {
    height: 100%;
}

.home-global-site-3d #earth {
    width: 100% !important;
    height: 100% !important
}

.home-global-site-3d #labels {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    color: #fff
}

.home-global-site-3d #labels>div {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 18px;
    height: 29px;
    background: url(../image/blue.svg) no-repeat;
    background-size: contain;
    color: #252b3a
}

.home-global-site-3d #labels>div.rec {
    background: url(../image/orange.svg) no-repeat;
    background-size: contain
}

.home-global-site-3d #labels>div.rec .labelText:before {
    border-color: #e58026 !important
}

.home-global-site-3d #labels>div.rec .labelText:after {
    background: #e58026 !important
}

.home-global-site-3d #labels>div.rec .wave,
.home-global-site-3d #labels>div.rec .wave.wave2 {
    -webkit-box-shadow: inset #e58026 0 0 5px !important;
    box-shadow: inset 0 0 5px #e58026 !important
}

.home-global-site-3d #labels>div .labelText {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    padding: 3px 8px;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(91, 116, 148, .17);
    box-shadow: 0 2px 4px 0 rgba(91, 116, 148, .17);
    position: relative;
    -webkit-transform: translate(0) translate(30px, -30px);
    transform: translate(0) translate(30px, -30px)
}

.home-global-site-3d #labels>div .labelText,
.home-global-site-3d #labels>div .labelText .label-title {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.home-global-site-3d #labels>div .labelText .label-desc {
    display: none
}

.home-global-site-3d #labels>div .labelText:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 19px;
    border-top: 1px solid #045fcc;
    border-left: 1px solid #045fcc;
    background: transparent;
    left: -21px;
    top: 15px
}

.home-global-site-3d #labels>div .labelText:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 3px;
    background: #045fcc;
    left: -22px;
    top: 27px;
    border-radius: 50%
}

.home-global-site-3d #labels>div .labelText.bottom {
    -webkit-transform: translate(-100%) translate(-8px, -23px);
    transform: translate(-100%) translate(-8px, -23px)
}

.home-global-site-3d #labels>div .labelText.bottom:before {
    height: 9px;
    width: 17px;
    border: 1px solid #045fcc;
    border-bottom: none;
    border-left: none;
    left: auto;
    right: -18px;
    top: 12px
}

.home-global-site-3d #labels>div .labelText.bottom:after {
    left: auto;
    right: -19px;
    top: 20px
}

.home-global-site-3d #labels>div .labelText.left {
    -webkit-transform: translate(-100%) translate(-2px, -52px);
    transform: translate(-100%) translate(-2px, -52px)
}

.home-global-site-3d #labels>div .labelText.left:before {
    height: 38px;
    width: 10px;
    border: 1px solid #045fcc;
    border-bottom: none;
    border-left: none;
    left: auto;
    right: -11px;
    top: 13px
}

.home-global-site-3d #labels>div .labelText.left:after {
    left: auto;
    right: -12px;
    top: 49px
}

.home-global-site-3d #labels>div .waves {
    position: absolute;
    top: 0;
    left: 0;
    display: block
}

.home-global-site-3d #labels>div .waves .wave {
    width: 8px;
    height: 6px;
    position: absolute;
    top: 16px;
    left: 5px;
    -webkit-box-shadow: inset #548ee1 0 0 5px;
    box-shadow: inset 0 0 5px #548ee1;
    border-radius: 50%
}

.home-global-site-3d #labels>div .waves .wave.wave1 {
    -webkit-animation: none;
    animation: none
}

.home-global-site-3d #labels>div .waves .wave.wave2 {
    width: 16px;
    height: 11px;
    top: 14px;
    left: 1px;
    -webkit-animation: none;
    animation: none
}

@-webkit-keyframes warn2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    30% {
        opacity: .5
    }

    50% {
        opacity: .4
    }

    75% {
        opacity: .2
    }

    to {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

@keyframes warn2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    30% {
        opacity: .5
    }

    50% {
        opacity: .4
    }

    75% {
        opacity: .2
    }

    to {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

@-webkit-keyframes warn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    30% {
        opacity: .5
    }

    75% {
        opacity: .2
    }

    to {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

@keyframes warn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    30% {
        opacity: .5
    }

    75% {
        opacity: .2
    }

    to {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

.home-global-site-3d #labels>div:hover {
    z-index: 200000 !important
}

.home-global-site-3d #labels>div:hover .waves .wave1 {
    -webkit-animation: warn 1.5s ease-out infinite;
    animation: warn 1.5s ease-out infinite
}

.home-global-site-3d #labels>div:hover .waves .wave2 {
    -webkit-animation: warn2 1.5s ease-out infinite;
    animation: warn2 1.5s ease-out infinite
}

.home-global-site-3d #labels>div:hover .labelText {
    padding: 10px 12px;
    z-index: 10000
}

.home-global-site-3d #labels>div:hover .labelText .label-title {
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    font-weight: 600
}

.home-global-site-3d #labels>div:hover .labelText .label-desc {
    display: block
}

.home-global-site-3d .section-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 450px;
    height: calc(100% - 110px);
    float: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-body-diqiu{
    position: absolute;
    width: 100%;
    height: 180%;
    top: 100px;
    left:0;
}
.global-site-intro{text-align: center;}
.home-global-site-3d .section-body-left {
    height: 100%;
    min-width: 450px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-global-site-3d .section-body-left .global-site-intro-title {
    font-size: 24px;
    color: #252b3a;
    line-height: 20px
}

.home-global-site-3d .section-body-left .global-site-intro-desc {
    font-size: 14px;
    color: #252b3a;
    line-height: 24px;
    margin-top: 12px
}

.home-global-site-3d .section-body-left .global-site-intro-link {
    display: inline-block;
    font-size: 14px;
    color: #252b3a;
    line-height: 24px;
    margin-top: 16px;
    -webkit-transition: .2s;
    transition: .2s
}

.home-global-site-3d .section-body-left .global-site-intro-link i {
    margin-top: -2px;
    vertical-align: middle;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.home-global-site-3d .section-body-left .global-site-intro-link:hover {
    color: #296dff
}

.home-global-site-3d .section-body-left .global-site-intro-link:hover i {
    -webkit-transform: translate(4px);
    transform: translate(4px)
}

.home-global-site-3d .section-body-left .global-site-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
    padding-left: 40px;
    margin-top: 40px;
}
.home-global-site-3d .section-body-left .global-site-data:hover{
    background: rgb(231 236 240 / 38%);
    box-shadow: inset 8px 8px 20px 0 rgb(55 99 170 / 8%), inset -8px -8px 20px 0 #fff;
    border-color: transparent;
}
.home-global-site-3d .section-body-left .global-site-data .global-site-text {
    width: 50%;
    margin: 32px 0
}

.home-global-site-3d .section-body-left .global-site-data .global-site-text .title {
    height: 60px;
    line-height: 60px;
    font-size: 48px;
    color: #252b3a;
    -webkit-transition: all .3s;
    transition: all .3s
}

.home-global-site-3d .section-body-left .global-site-data .global-site-text .desc {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #000;
    margin-top: 8px
}

.home-global-site-3d .section-body-left .global-site-data .global-site-text:hover .title {
    color: #296dff
}

.home-global-site-3d .section-body-left .global-site-legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.home-global-site-3d .section-body-left .global-site-legend .legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    line-height: 24px
}

.home-global-site-3d .section-body-left .global-site-legend .legend span {
    color: #252b3a;
    font-size: 14px;
    margin-left: 10px
}

.home-global-site-3d .section-body-left .global-site-legend .legend+.legend {
    margin-left: 32px
}

.home-global-site-3d #mountNode {
    width: 100%;
    height: 100%;
    position: relative
}

.home-global-site-3d #mountNode .shadow {
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url(/static/image/shadow.png);
    background-size: 96% 96%;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0
}

.home-global-site-3d #mountNode .shadow2 {
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url(/static/image/shadow2.png);
    background-size: 100% 100%;
    background-position: -50% -50%;
    background-repeat: no-repeat;
    position: absolute;
    left: 100px;
    top: 100px;
    z-index: -1
}
@media (min-width:2500px) {
    .section-body-diqiu{
        height:240%
    }
}
@media (max-width:1280px) {
    .section-body-diqiu{
        height:130%
    }
}
@media (max-width:1023px) {
    .home-global-site-3d {
        height: auto
    }

    .home-global-site-3d .global-site-intro {
        display: none
    }

    .home-global-site-3d .global-site-legend,.section-body-diqiu{
        display: none !important
    }

    .home-global-site-3d .section-body-left {
        height: 100%;
        min-width: auto
    }

    .home-global-site-3d .section-body-left .global-site-data {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0
    }

    .home-global-site-3d .section-body-left .global-site-data .global-site-text {
        width: 50%;
        margin: 15px 0
    }

    .home-global-site-3d .section-body-left .global-site-data .global-site-text .title {
        height: 40px;
        line-height: 40px;
        font-size: 32px;
        color: #252b3a;
        -webkit-transition: all .3s;
        transition: all .3s;
        text-align: center
    }

    .home-global-site-3d .section-body-left .global-site-data .global-site-text .desc {
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        color: #000;
        margin-top: 5px;
        text-align: center
    }

    .home-global-site-3d .section-body-left .global-site-data .global-site-text:hover .title {
        color: #296dff
    }

    .home-global-site-3d .section-body-left .global-site-legend {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 24px;
        position: absolute;
        bottom: 0
    }

    .home-global-site-3d .section-body-left .global-site-legend .legend {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 24px;
        line-height: 24px
    }

    .home-global-site-3d .section-body-left .global-site-legend .legend span {
        color: #252b3a;
        font-size: 14px;
        margin-left: 10px
    }

    .home-global-site-3d .section-body-left .global-site-legend .legend+.legend {
        margin-left: 32px
    }
}

.home-information .section {
    background: #f8f9fb;
}

.home-information .information-news {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff
}

.home-information .information-news-column {
    width: 33.33333333%
}

.home-information .information-news-column+.information-news-column {
    border-left: 1px solid #dfe1e6
}

.home-information .information-news-card {
    padding: 32px;
    background-color: #fff;
    text-align: left
}

.home-information .information-news-card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home-information .information-news-card-title span {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #252b3a;
    -webkit-transition: .2s;
    transition: .2s
}

.home-information .information-news-card-title .por-icon {
    font-size: 14px;
    color: #252b3a;
    margin-left: 8px;
    -webkit-transition: .2s;
    transition: .2s
}

.home-information .information-news-card-title:hover .por-icon,
.home-information .information-news-card-title:hover span {
    color: #296dff
}

.home-information .information-news-card-title:hover .por-icon {
    -webkit-transform: translate(4px);
    transform: translate(4px)
}

.home-information .information-news-card-icon {
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 12px;
    background-size: cover
}

.home-information .information-news-card-list {
    margin-top: 24px
}

.home-information .information-news-card-list>li+li {
    margin-top: 16px
}

.home-information .information-news-card-list a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #252b3a;
    -webkit-transition: .2s;
    transition: .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-information .information-news-card-list a em {
    font-style: normal;
    font-weight: 600;
    color: inherit
}

.home-information .information-news-card-list a:hover {
    color: #296dff
}

@media (max-width:1023px) {
    .home-information {
        background-size: cover;
        background-position: top;
        background-color: #e6eff6
    }

    .home-information .section {
        background-image: none !important
    }

    .home-information .information-main {
        padding: 12px 15px 32px;
        background-size: 100% auto;
        background-position: 100% 0
    }

    .home-information .information-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 4px
    }

    .home-information .information-desc {
        width: 50%;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 8px
    }

    .home-information .information-frontground-m {
        position: absolute;
        top: 0;
        right: 0;
        bottom: -100%;
        width: 50%;
        background-size: auto 100%;
        background-position: top;
        background-repeat: no-repeat
    }

    .home-information .information-news {
        display: block;
        margin-top: 0
    }

    .home-information .information-news-column {
        width: auto
    }

    .home-information .information-news-column+.information-news-column {
        position: relative;
        border-left: none
    }

    .home-information .information-news-column+.information-news-column:before {
        content: "";
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        border-top: 1px solid #dfe1e6
    }

    .home-information .information-news-card {
        padding: 20px 15px
    }

    .home-information .information-news-card-title {
        margin-bottom: 12px
    }

    .home-information .information-news-card-title span {
        font-size: 14px;
        line-height: 18px
    }

    .home-information .information-news-card-title .por-icon {
        margin-left: 4px
    }

    .home-information .information-news-card-icon {
        width: 30px;
        height: 30px;
        margin-right: 12px
    }

    .home-information .information-news-card-list {
        margin-top: 12px
    }

    .home-information .information-news-card-list>li+li {
        margin-top: 8px
    }

    .home-information .information-news-card-list a {
        font-size: 12px;
        line-height: 18px
    }
}

@media (max-width: 1023px) {
    .home-global-site-3d .section-body-left .global-site-data {
        box-shadow: none;
    }
}
/*切换*/
.por-carousel-pagination {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1023px) {
    .home-solutions .por-carousel-bullet.active {
        background-color: #252b3a;
    }

    .home-solutions .por-carousel-bullet {
        height: 2px;
        margin: 0 2px;
    }
}
.por-carousel-bullet.active {
    background-color: #252b3a;
    opacity: 1;
}
@media (max-width: 768px) {
    .por-carousel-bullet {
        height: 2px;
        width: 24px;
        margin: 0 2px;
    }
}
.por-carousel-bullet {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 2px;
    width: 40px;
    background-color: #252b3a;
    background-clip: padding-box;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin: 0 4px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: .15;
}

.product-mb-container {
    display: none
}
@media (max-width:1023px) {
    .section-group-product {
        background-image: none !important
    }

    .section-product {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(38%, #e6eff6)) !important;
        background-image: linear-gradient(180deg, #fff, #e6eff6 38%) !important;
        background-size: 100% 100%
    }

    .section-product .product-container {
        display: none
    }

    .product-mb-container {
        display: block;
        background-color: #fff
    }

    .product-m-tab,
    .product-m-tab a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .product-m-tab a {
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 50%;
        height: 60px;
        padding-left: 16px;
        padding-right: 16px;
        border: 1px solid #dfe1e6;
        font-weight: 700;
        color: #252b3a
    }

    .product-m-tab a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -1px;
        right: -1px;
        border-bottom: 2px solid #0008ff;
        opacity: 0;
        -webkit-transition: .2s;
        transition: .2s
    }

    .product-m-tab a i {
        font-size: 24px;
        width: 24px;
        height: 24px;
        color: inherit;
        margin-right: 10px
    }

    .product-m-tab a+a {
        border-left: none
    }

    .product-m-tab a.active:before {
        opacity: 1
    }

    .product-m-tab-wrapper+.product-m-tab {
        margin-top: -1px
    }

    .product-m-tab-wrapper {
        border-left: 1px solid #dfe1e6;
        border-right: 1px solid #dfe1e6;
        overflow: hidden;
        -webkit-transition: .35s;
        transition: .35s
    }

    .product-m-tab-content {
        padding: 5px 15px
    }

    .product-m-tab-content:not(.show) {
        display: none
    }

    .product-m-card {
        display: block;
        padding: 10px 0
    }

    .product-m-card h5 {
        font-weight: 500;
        font-size: 14px;
        color: #252b3a
    }

    .product-m-card h5,
    .product-m-card p {
        line-height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .product-m-card p {
        margin-top: 4px;
        font-size: 12px;
        color: #575d6c
    }

    .product-mb-more {
        padding-top: 16px;
        text-align: center
    }
}

@media (max-width: 1023px) {
    .section {
        padding-top: 0;
        padding-bottom: 28px;
    }
}

@media (max-width: 768px) {
    .home-global-site-3d .section-body {
        width: 100%;
        float: unset;
        justify-content: center;
        align-items: center;
    }

    .home-global-site-3d .section-body-left .global-site-data {
        padding-left: unset;
    }
}

[data-loaded] {
    visibility: hidden;
}

[data-loaded="true"] {
    visibility: visible;
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
