/* 轮播 */

.swiper-slide {
    width: 100%;
}

.swiper-slide img {
    width: 100%;
}

.swiper-containe {
    position: relative;
    min-width: 1200px;
    max-height: 600px;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 18px;
}

.swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.5);
    width: 14px;
    height: 14px;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper-containe {
    overflow: hidden;
}


/* 轮播 */

.public-box {
    width: 1200px;
    margin: 0 auto;
}

.module-title {
    padding: 37px 0;
    text-align: center;
}

.module-title p:nth-of-type(2) {
    margin-top: 28px;
}


/* 数据 */

.compang-proud {
    padding: 50px 34.5px;
    display: flex;
}

.compang-proud-item {
    width: 282px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #eee;
}

.compang-proud-item:last-of-type {
    border: unset;
}

.company-proud-data {
    font-size: 60px;
    color: #1781ff;
}


/* 服务中心 */

.business {
    padding-bottom: 35px;
}

.business-item {
    width: 380px;
    color: #000;
    margin-right: 30px;
}

.business-item:last-of-type {
    margin-right: 0;
}

.business-item img {
    width: 100%;
}

.business-item-top {
    background-color: #f5f6f7;
    position: relative;
    overflow: hidden;
}

.business-item-top img {
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    transform: translateX(-100%);
}

.business-item .active img {
    transform: translateX(0);
}

.business-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 37px 32px 10px 26px;
    box-sizing: border-box;
}

.business-content p:last-of-type {
    margin-top: 33px;
    line-height: 24px;
}

.business-item-bottom {
    transform: translateY(-5px);
    width: 100%;
    height: 218px;
}

.business-item-bottom {
    width: 100%;
    height: 100%;
}

.business-box .active {
    color: #fff;
}


/* 产品 */

.product {
    background-color: #f5f5f5;
    padding-bottom: 80px;
}

#product,
#scheme,
#superiority,
#company,
#guys,
#contact-us {
    animation-duration: 2s;
}

.product-recommend {
    width: 100%;
    height: 620px;
    /* background-image: url(../../img/1shouye-bg1.png); */
    /* background-size: 100% 100%; */
    display: flex;
    justify-content: space-between;
    transition: all 0.6s linear;
}






.product-ico {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}

.product-item:nth-of-type(1) .product-ico {
    background-image: url(../../img/1shouye-tu7-1.png);
}

.product-item:nth-of-type(2) .product-ico {
    background-image: url(../../img/1shouye-tu7-2.png);
}

.product-item-box {
    width: 350px;
    height: 100%;
    padding-left: 10px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    cursor: pointer;
}

.product-item-box img {
    transform: translateY(0px);
    transition: all 0.4s linear;
}

.product-item-box img:hover {
    transform: translateY(-4px);
}

.product-item {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
}

.product-item:last-of-type {
    margin-bottom: 10px;
}

.product-item-new {
    width: calc(50% - 10px);
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 11px 5px #d2def3;
}

.product-item-new .product-item-title {
    width: 100%;
    height: 80px;
    background: url(../../img/shouye-tu1.png) center center no-repeat;
    color: #fff;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item-new:last-of-type .product-item-title {
    background-image: url(../../img/shouye-tu2.png);
}

.product-item-new .product-item-title span {
    position: relative;
}

.product-item-new .product-item-title span::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 7px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    left: 0;
    bottom: -3px;
}

.product-item-new .product-item-title::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-right: 12px;
}

.product-item-new .product-content-item {
    height: 108px;
    width: 100%;
    box-sizing: border-box;
    padding: 24px 30px;
    display: flex;
    cursor: pointer;
}

.product-item-new .product-content-item img {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-right: 20px;
}

.product-item-new .product-content-item:hover {
    background-color: #edf4ff;
}

.product-item-new .product-content-item:hover #product-content-item-title::after {
    content: "";
    display: inline-block;
    background: url(../../img/right.png) center center no-repeat;
    width: 8px;
    height: 14px;
    margin-left: 21px;
}

.product-content-main {
    box-sizing: border-box;
    padding: 34px 48px 33px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-content-main>div:first-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.check-details-zt {
    width: 118px;
    line-height: 42px;
    color: #1472ff;
    font-size: 16px;
    border: 1px solid #1472ff;
    border-radius: 21px;
    text-align: center;
    cursor: pointer;
}

.check-details-zt:hover {
    color: #fff;
    background-color: #1472ff;
}

.product-show {
    height: 100%;
    display: flex;
    align-items: flex-start;
    display: none;
    overflow: hidden;
    flex-grow: 1;
    margin-left: 51px;
    box-sizing: border-box;
    padding: 33px 0;
}

.product-phone-show {
    width: 260px;
    height: 533px;
    padding: 65px 17px;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-image: url(../../img/1shouye-tu4-0.png);
    flex-shrink: 0;
}

.product-show-right {
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-name: product-show-right-init;
    /* margin: 0 45px 0 35px; */
    padding: 0 45px 0 35px;
    box-sizing: border-box;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-show-right-item {
    display: flex;
    align-items: center;
    margin-top: 34px;
    cursor: pointer;
}

.product-show-right-item .product-right-info {
    color: #fff;
    margin-left: 12px;
}

.product-show-right-item .product-right-info .product-right-title {
    font-size: 16px;
    line-height: 20px;
}

.product-show-right-item .product-right-info .product-right-content {
    font-size: 12px;
    line-height: 20px;
}

.product-show-right-item img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.product-title {
    transform: translateY(50px);
    animation-fill-mode: forwards;
    animation-duration: 1s;
}

.product-content {
    line-height: 18px;
    margin-top: 24px;
    transform: scale(0.5);
    opacity: 0;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}

.product-item-box {
    flex-shrink: 0;
}

.product-item-box .active {
    color: #fff;
    background-color: #f67524;
}

.product-item-box .active .product-title {
    transform: translateY(0);
}

.product-item-box .active .product-content {
    transform: scale(1);
    opacity: 1;
}

.product-item-box .active .product-ico {
    background-position: 0 100%;
}

#product-show-0 {
    display: flex;
}


/* 方案 */

.scheme {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 91px 30px 71px;
    min-width: 1200px;
    overflow: hidden;
}

.scheme img {
    width: auto;
}

.scheme-swiper {
    overflow: hidden;
}

.scheme-titile {
    width: 100%;
    border-bottom: 2px solid #eee;
    padding: 0 122px;
    box-sizing: border-box;
    display: flex;
    /* justify-content: space-between; */
}

.scheme-titile-item {
    color: #666;
    font-size: 16px;
    padding: 57px 0 37px;
    cursor: pointer;
    margin-right: 70px;
    white-space: nowrap;
}

.scheme-titile-item:last-of-type {
    margin-right: 0;
}

.scheme-titile .active {
    color: #0761ff;
    font-weight: bold;
    position: relative;
}

.scheme-titile .active::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #0761ff;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.scheme-content {}

.scheme-content .scheme-content-titile {
    color: #0761ff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 36px;
}

.scheme-content .scheme-content-main {
    line-height: 30px;
    margin: 36px 0 50px;
    font-size: 16px;
    color: #333;
}

.scheme-content .scheme-detail {
    width: 110px;
    height: 38px;
    border: solid 1px #0761ff;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}

.scheme-content .scheme-detail:hover {
    background-color: #0761ff;
    color: #fff;
}


/* 服务优势 */

.superiority {
    min-width: 1200px;
    width: 100%;
    height: 600px;
    background: url(../../img/1shouye-bg2.png) center center no-repeat;
    background-size: 100% 100%;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    transition: all 1s linear;
}

.superiority:hover {
    background-size: 102% 102%;
}

.superiority-ico {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.superiority-box {
    padding-top: 60px;
}

.superiority-item {
    width: 25%;
    padding: 0 5.9%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-flow: column;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.superiority-item:last-of-type {
    border: unset;
}

.superiority-item img {
    transition: all 0.8s linear;
    transform: rotateY(0deg);
}

.superiority-item:hover img {
    transform: rotateY(180deg);
}

.superiority-item-title {
    margin: 42px 0 55px;
}

.superiority-item-content {
    line-height: 30px;
}


/* 公司介绍 */

.company {
    padding: 100px 0;
}

.compamy-info-box {
    width: 608px;
    text-align: center;
}

.company-info-content {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin: 97px 0 85px;
    text-align: left;
}

.company-info-btn {
    width: 200px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 34px;
    color: #fff;
    font-size: 18px;
    position: relative;
}

.company-info-btn img {
    margin-left: 14px;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}

.company-info-btn-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    display: none;
}

.company-info-btn:hover .company-info-btn-cover {
    display: block;
}

.company-info-btn:first-of-type {
    background-image: linear-gradient(to right, #457cde 0%, #0775fe 100%);
}

.company-info-btn:last-of-type {
    margin-left: 20px;
    background-image: linear-gradient(to right, #f3a339 0%, #f3d06e 100%);
}


/* 合作伙伴 */

.guys {
    width: 100%;
    height: 410px;
    min-width: 1200px;
    background: url(../../img/1shouye-bg3.png) center center no-repeat;
}

.guys .bg-pic {
    width: inherit;
    position: absolute;
    overflow: hidden;
}

.guys .bg-pic img {
    width: 1920px;
    object-fit: contain;
}

.guys-list {
    background-color: #f5f5f5;
    margin: 0 auto;
    width: 1100px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: 28px;
    z-index: 10;
    box-shadow: 0 2px 10px rgba(87, 137, 249, 0.18);
}

.guys-item {
    width: 25%;
    height: 165px;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.guys-zanwei {
    width: 100%;
    height: 190px;
    display: none;
    background-color: #fff;
}


/* 联系我们 */

.contact-us {
    background-color: #252525;
    padding-bottom: 30px;
}

.contact-from {
    width: 690px;
    margin: 0 auto;
}

.contact-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-input div {
    width: 330px;
    height: 42px;
    background-color: #fff;
    margin-top: 23px;
    box-sizing: border-box;
    padding: 13px;
}

.contact-input div input {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    font-size: 14px;
}

.conact-submit {
    cursor: pointer;
    width: 240px;
    height: 50px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 41px;
}

.conact-submit:hover {
    background-color: #fff;
    color: #252525;
}

.product-flex {
    display: flex;
    flex-wrap: wrap;
}

.product-flex .product-item {
    width: 285px;
    height: 264px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 37px 25px 0;
    cursor: pointer;
    margin-bottom: 20px;
}


.product-flex .product-item:not(:nth-of-type(4n)) {
    margin-right: 12px;
}

.product-flex .product-item .icon {
    width: 52px;
    height: 52px;
    margin-bottom: 28px;
}

.product-flex .product-item .product-intro {
    line-height: 22px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-flex .product-item .product-btn {
    display: none;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.product-flex .product-item .product-btn .product-btn-sq {
    width: 108px;
    line-height: 40px;
    text-align: center;
    border: 1px solid;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 1px solid #0a7aff;
    color: #0a7aff;
}

.product-flex .product-item .product-btn .product-btn-sq::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    transition: 0.2s all;
    /* z-index: -1; */
}

.product-flex .product-item .product-btn .product-btn-sq span {
    position: relative;
    z-index: 1;
}

.product-flex .product-item .product-btn .product-btn-sq::after {
    background-color: #0a7aff;
}

.product-flex .product-item .product-btn .product-btn-sq:hover {
    color: #fff !important;
}

.product-flex .product-item:hover .product-btn {
    display: flex;
}

.product-flex .product-item:hover .product-intro {
    display: none;
}

.product-flex .product-item .product-btn .product-btn-sq:hover::after {
    left: 0%;
}

.scm-box {
    min-width: 1200px;
    width: 100%;
    height: 478px;
    background: url(../../img/back.png) center center no-repeat;
    background-size: 100% 100%;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    transition: all 1s linear;
    box-sizing: border-box;
    padding-top: 64px;
}

.scm-box:hover {
    background-size: 102% 102%;
}

.scm-box .scm-content {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.scm-box .scm-content .scm-more {
    width: 148px;
    height: 38px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    margin-left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.scm-box .scm-icon {
    width: 940px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.scm-box .scm-icon .scm-item {
    margin: 34px 51px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 133px;

}

.scm-box .scm-icon .scm-item>img {
    width: 50px;
    height: 46px;
    margin-bottom: 10px;
    transition: all 0.6s;
}

.scm-box .scm-icon .scm-item:hover img {
    transform: scale(1.2);
}


/* 媒体查询 */

@media screen and (max-width: 1440px) {
    .superiority {
        height: 450px;
    }

    .superiority-box {
        padding-top: 0;
    }

    .superiority-item {
        padding: 0 40px;
    }

    .superiority-item-title {
        margin: 17px 0 30px;
    }
}


/* 动画 */


/* 服务 */

@keyframes business-hover-hover-left {
    from {
        transform: translateX(-100%);
        color: #000;
    }

    to {
        transform: translateX(0);
        color: #fff;
    }
}

@keyframes business-hover-leave-left {
    from {
        transform: translateX(0);
        color: #fff;
    }

    to {
        transform: translateX(100%);
        color: #000;
    }
}

@keyframes business-hover-hover-right {
    from {
        transform: translateX(100%);
        color: #000;
    }

    to {
        transform: translateX(0);
        color: #fff;
    }
}

@keyframes business-hover-leave-right {
    from {
        transform: translateX(0);
        color: #fff;
    }

    to {
        transform: translateX(-100%);
        color: #000;
    }
}


/* 服务 */

@keyframes superiority-hover {
    form {
        /* background-size: 90% 90%; */
    }

    to {
        /* background-size: 100% 100%; */
    }
}

@keyframes superiority-leave {
    form {
        /* background-size: 100% 100%; */
    }

    to {
        /* background-size: 90% 90%; */
    }
}


/* 产品 */

@keyframes product-sort-title-hover {
    from {
        transform: translateY(50px);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes product-sort-title-leave {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(50px);
    }
}

@keyframes product-sort-content-hover {
    from {
        transform: scale(0.5);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes product-sort-content-leave {
    from {
        transform: scale(1);
        opacity: 1;
    }

    to {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes product-show-right-init {
    from {
        transform: translateX(50px);
        opacity: 0.2;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}


/* 公司 */

@keyframes company-info-btn-hover {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(10px);
    }
}

@keyframes company-info-btn-leave {
    from {
        transform: translateX(10px);
    }

    to {
        transform: translateX(0);
    }
}


/* 合作伙伴 */

@keyframes guys-hover-animation {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(0.9);
    }
}

@keyframes guys-leave-animation {
    from {
        transform: scale(0.9);
    }

    to {
        transform: scale(1);
    }
}


/* 模块进入 */

@keyframes init-up {
    from {
        transform: translateY(100px);
        opacity: 0.8;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}


/* S 2022/12/23 优质产品助您提升商业价值修改*/
.red-circle,
.green-circle,
.orange-circle {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 1rem;
    overflow: hidden;
    flex-shrink: 0;
    background-color: #ff4444;
    margin-right: 0.12rem;
    display: inline-block;
}

.green-circle {
    background-color: #99bb33;
}

.orange-circle {
    background-color: #f6a429;
}

.product-box {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 1px 8px 3px rgba(0, 0, 0, .1);
    background-color: #fff;
}

.product-box .product-box-top {
    background-color: #f5f5f5;
    box-sizing: border-box;
    padding: 10px 0 10px 22px;
}

.product-box .product-box-nav {
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    line-height: 1;
    padding: .2rem 0 .2rem .5rem;
}

.product-box .product-box-nav .active {
    color: #3574ff;
    font-weight: bold;
    position: relative;
}

.product-box .product-box-nav .active::after {
    position: absolute;
    content: '';
    width: 58px;
    height: 2px;
    background-color: #3574ff;
    border-radius: 1px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);

}

.product-box .product-box-nav>div {
    margin-right: 74px;
    font-size: 18px;
    color: #333;
}

.product-box .product-box-nav>div:hover {
    cursor: pointer;
}

.article-column-content {
    display: none;
}

.contentActive {
    display: block;
}

.product-box .product-box-nav-list {
    box-sizing: border-box;
    padding: 40px 40px 60px 40px;
    display: flex;
}

.product-box .product-box-nav-list .product-box-nav-list-left {
    background-color: #f5f8ff;
    border-radius: 10px;
    width: 430px;
    flex-shrink: 0;
}

.product-box .product-box-nav-list .product-box-nav-list-left .product-li,
.product-box .product-box-nav-list .product-box-nav-list-left .product-li1 {
    height: 100px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    padding-left: 35px;
    padding-top: 30px;
}

.product-box .product-box-nav-list .product-box-nav-list-left .product-li:nth-of-type(1),
.product-box .product-box-nav-list .product-box-nav-list-left .product-li1:nth-of-type(1) {
    border-radius: 10px 10px 0 0;
}

.product-box .product-box-nav-list .product-box-nav-list-left .product-li:nth-last-of-type(1),
.product-box .product-box-nav-list .product-box-nav-list-left .product-li1:nth-last-of-type(1) {
    border-radius: 0 0 10px 10px;
}

.product-box .product-box-nav-list .product-box-nav-list-left .product-li:hover,
.product-box .product-box-nav-list .product-box-nav-list-left .product-li1:hover {
    cursor: pointer;
}

.product-box .product-box-nav-list .product-box-nav-list-left .product-li .title,
.product-box .product-box-nav-list .product-box-nav-list-left .product-li1 .title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-box .product-box-nav-list .product-box-nav-list-left .product-li .intro,
.product-box .product-box-nav-list .product-box-nav-list-left .product-li1 .intro {
    font-size: 14px;
    color: #666;
}

.product-box .product-box-nav-list .product-box-nav-list-left .product-li.active,
.product-box .product-box-nav-list .product-box-nav-list-left .product-li1.active {
    background: url('../../img/xuan1.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.product-box .product-box-nav-list .product-box-nav-list-left .product-li.active::after,
.product-box .product-box-nav-list .product-box-nav-list-left .product-li1.active::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 12px solid #0e95f4;
    border-bottom: 12px solid transparent;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.product-box .product-box-nav-list .product-box-nav-list-left .product-li.active div,
.product-box .product-box-nav-list .product-box-nav-list-left .product-li1.active div {
    color: #fff;
}

.product-box .product-box-nav-list .product-box-nav-list-right,
.product-box .product-box-nav-list .product-box-nav-list-right1 {
    margin-left: 63px;
}

.product-box .product-box-nav-list .product-box-nav-list-right .hidden-content,
.product-box .product-box-nav-list .product-box-nav-list-right1 .hidden-content1 {
    display: none;
}

.product-box .product-box-nav-list .product-box-nav-list-right .title,
.product-box .product-box-nav-list .product-box-nav-list-right1 .title {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    min-height: 60px;
}

.product-box-nav-btn {
    display: flex;
    margin-left: 130px;
}

.product-box-nav-btn>div:nth-of-type(1) {
    display: inline-block;
    width: 140px;
    height: 42px;
    background-color: #0e95f4;
    border-radius: 21px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
}

.product-box-nav-btn>div:nth-of-type(2) {
    display: inline-block;
    width: 140px;
    height: 42px;
    box-sizing: border-box;
    border: 1px solid #0e95f4;
    background-color: #fff;
    border-radius: 21px;
    color: #0e95f4;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    margin-left: 40px;
}

.product-box-nav-btn>div:nth-of-type(1):hover,
.product-box-nav-btn>div:nth-of-type(2):hover {
    cursor: pointer;
}

.show-content,.show-content1 {
    display: block !important;
}

.other-title {
    font-size: 18px;
    color: #333;
    line-height: 30px;
}




/* E 2022/12/23 优质产品助您提升商业价值修改*/