body {
    background: #ecf0f8 !important;
}

.swiper {
    width: 100%;
    height: 100%;
}

.title3 {
    font-size: 33px;
}

.button-s {
    background: #268bff;
    color: #fff;
    width: 165px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #268bff;
    border-radius: 4px;
}

.button-n {
    border: 1px solid #268bff;
    color: #268bff;
    line-height: 50px;
    text-align: center;
    width: 165px;
    height: 50px;
    border-radius: 4px;
}


/* 轮播图 */

.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}


/* 轮播图分页器样式修改 */

.mySwiper .swiper-horizontal>.swiper-pagination-bullets,
.mySwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.mySwiper .swiper-pagination-custom,
.mySwiper .swiper-pagination-fraction {
    bottom: 100px !important;
    width: 1180px !important;
    min-width: 1180px !important;
    left: 50% !important;
    transform: translateX(-50%);
}

.mySwiper .swiper-pagination {
    /* background-color: rgba(0, 11, 23, .1); */
    text-align: left !important;
}

.mySwiper .swiper-pagination-bullet {
    width: 36px !important;
    border-radius: 0 !important;
    height: 3px !important;
    opacity: 1 !important;
    background: rgb(51, 51, 51, .1) !important;
}

.mySwiper .swiper-pagination-bullet-active {
    position: relative;
}


/* 轮播图分页器增加 动画样式 5秒的加载动画  */

.mySwiper .swiper-pagination-bullet-active::after {
    content: '';
    background: #007aff !important;
    width: 36px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    animation: speed 5s linear both;
}

@keyframes speed {
    0% {
        /* width: 0 !important; */
        width: 0px;
        /* top: 0; */
    }
    100% {
        /* top: 10px; */
        width: 36px;
        /* width: 36px !important; */
    }
}

.font,
.font ul,
.font a,
.font li {
    line-height: 60px;
    color: rgb(23, 24, 27);
    font-size: 14px;
}

.font img {
    margin-top: -8px;
    width: 15px;
    height: 16px;
}

.content {}

.title2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 8px;
    font-weight: 400;
}

.produce {
    padding: 36px 26px;
}

.produce-head {
    border-bottom: 1px solid rgba(0, 11, 23, .06);
}

.produce-head .p-img {
    width: 36px;
    height: 36px;
}

.produce-head .p-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.produce-head p {
    margin-left: 13px;
}

.produce-head .tag {
    border: 1px solid rgba(0, 113, 239, .7);
    padding: 0 3.5px;
    height: 20px;
    line-height: 20px;
    margin-left: 8px;
}

.produce-b-title {
    margin-bottom: 12px;
}

.produce-b-subtitle {
    line-height: 24px;
}

.amplify {
    background: #ffffff;
    border-radius: 4px;
    margin-bottom: 8px;
    overflow: hidden;
}

.amplify:hover {
    /* height: 106px; */
    animation: bigamplify 0.2s linear both;
}

.eject {
    display: none;
}

.amplify:hover .produce-b-subtitle {
    /* display: none; */
    animation: graduallynone 0.2s linear both;
}

.amplify:hover .eject {
    display: block;
    animation: graduallyshow 0.2s linear both;
    margin-top: 30px;
}

.backimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Solution {
    position: relative;
    height: 616px;
}

.Solution-content {
    width: 100%;
    height: calc(100% - 80px);
    position: absolute;
    top: 0;
    left: 0;
}

.Solution-tabs {
    padding: 16px 12px 0;
    backdrop-filter: blur(14px);
    height: 408px;
    width: 236px;
    background: rgba(23, 24, 27, .5);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.Solution-tabs .tab-item {
    position: relative;
    z-index: 5;
}

#active {
    background-color: #0071ef;
    opacity: 1;
    border-radius: 2px;
    height: 52px;
    position: absolute;
    top: 16px;
    left: 12px;
    width: 236px;
}

.Solution-middle {
    width: 588px;
    background: rgba(23, 24, 27, .4);
    height: 368px;
    padding: 56px 60px 0;
    backdrop-filter: blur(14px);
}

.Solution-middle i {
    color: #fff !important;
}

.s-title {
    margin-bottom: 16px;
}

.ColumnSwiper .swiper-slide {
    color: #fff;
}

.ColumnSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 成功案例 */

.Case {
    height: 368px;
    width: 176px;
    backdrop-filter: blur(14px);
    background: rgba(23, 24, 27, .5);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.Case ul {
    margin-top: 28px;
}

.Case ul li {
    width: 80px;
    height: 76px;
    margin-bottom: 16px;
    background: #fff;
    border-radius: 8px;
    position: relative;
}

.Home_rightComp__OFDMj {
    opacity: 1;
    height: 88px;
    width: 88px;
    border-width: 4px;
    -webkit-transform-origin: center;
    transform-origin: center;
    background: #fff;
    border-color: #fff;
    -webkit-transform: translate(-4px, -4px);
    transform: translate(-4px, -4px);
    -webkit-transition: opacity .3s ease-in-out, height .3s ease-in-out, width .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, height .3s ease-in-out, width .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, height .3s ease-in-out, width .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, height .3s ease-in-out, width .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.Case ul li:hover {
    /* width: 88px; */
    /* height: 88px; */
    /* position: absolute; */
    /* transform: translate(-4px, -4px); */
    /* transition: opacity .3s ease-in-out, transform .3s ease-in-out, height .3s ease-in-out, width .3s ease-in-out, -webkit-transform .3s ease-in-out; */
}

.Case ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 经过放大产品 */

@keyframes bigamplify {
    0% {
        /* height: 250px; */
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-4px);
        /* height: 266px; */
    }
}


/* 逐渐显示 */

@keyframes graduallyshow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* 逐渐隐藏 */

@keyframes graduallynone {
    0% {
        opacity: 1;
        height: 72px;
    }
    100% {
        opacity: 0;
        height: 0;
    }
}

.service-list {
    border-radius: 4px;
}

.service-list>li {
    padding: 47px 32px 70px;
    width: 157px;
    height: 217px;
    background: #fff;
    cursor: pointer;
    /* overflow: hidden; */
}

.service-item .show {
    display: none;
}

.service-item .none {
    display: block;
}

.none>ul>li {
    margin-top: 28px;
    font-size: 12px;
    color: rgb(128, 128, 130);
    /* position: relative; */
    /* padding-left: 20px; */
}

.none>ul>li>i {
    font-size: 16px !important;
    margin-right: 5px;
}


/* .none>ul>li::after {
    content: '√';
    position: absolute;
    top: 0;
    left: 0;
} */

.service-item i {
    font-size: 22px !important;
    color: #268bff;
}

.service-item {
    border-left: 1px solid rgba(128, 128, 13, .10);
}

.servic-active i {
    color: #fff;
}

.servic-active {
    width: 294px !important;
    padding: 0 !important;
    height: 334px !important;
    /* background-color: #17181b !important; */
}

.servic-active .show {
    display: block;
}

.servic-active .none {
    display: none;
}

.servic-active img {
    width: 100%;
    height: 96px;
}

.serviceability {
    /* background: #fff; */
}


/* 众多品牌的一致认可 */

.brand {
    background-color: #fff;
}

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


/* .item {
    width: 222px;
    height: 84px;
    box-shadow: 0px 4px 7px 1px rgba(17, 45, 191, 0.11);
    border-radius: 8px 8px 8px 8px;
    transition: all .3s;
    margin-bottom: 15px;
}

.item:hover {
    box-shadow: 0px 4px 7px 1px rgba(17, 45, 191, 0.3);
}

.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.item {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 6px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .059);
    height: 60px;
    margin-right: 10px;
    margin-top: 10px;
    overflow: hidden;
    transition: all .4s;
    width: 110px;
}

.item:hover {
    transform: translate3d(0, -3px, 0);
    box-shadow: 0px 4px 7px 1px rgba(17, 45, 191, 0.3);
}

.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 证书 获得多项资质证书，专业能力备受认可 */

.certificate {}

.certificate ul li .c-img {
    width: 72px;
    height: 72px;
    margin: 0 auto;
}

.certificate ul li .c-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.certificate ul li p {
    width: 100px;
    text-align: center;
    margin-top: 16px;
    line-height: 1.6;
}

@media (min-width: 320px) and (max-width: 1200px) {
    .mySwiper .swiper-horizontal>.swiper-pagination-bullets,
    .mySwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
    .mySwiper .swiper-pagination-custom,
    .mySwiper .swiper-pagination-fraction {
        bottom: 100px !important;
        width: 1170px !important;
        min-width: 1170px !important;
        left: 50% !important;
        transform: translateX(-50%);
    }
    .Solution {
        width: 1180px;
    }
    .brand {
        width: calc(1180px - 0px) !important;
    }
}

.glist div {
    width: calc(100% / 5);
    margin-bottom: 40px;
}

.card {
    width: 100%;
    height: 400px;
    background: linear-gradient(to bottom, rgb(107, 204, 245), rgb(8, 178, 221));
    border-radius: 30px;
}

.scard {
    /* background-color: #fff; */
    /* box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, .1); */
    border-radius: 20px !important;
    height: 268px;
    width: 990px;
    margin: 0 auto;
    overflow: unset !important;
    box-shadow: 0 0 16px 0 rgba(16, 21, 20, .2);
}

.mySwiper2 {
    /* height: 300px; */
    border-radius: 20px !important;
    height: 220px !important;
    width: 990px !important;
    /* margin: 0 auto !; */
    /* border: 1px solid rgba(16, 21, 20, .1); */
    box-shadow: 0 0 16px 0 rgba(16, 21, 20, .2);
    padding: 20px !important;
}

.mySwiper2 .swiper-slide {
    text-align: center;
    /* font-size: 18px; */
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* -webkit-justify-content: center; */
    /* justify-content: center; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mySwiper2 .swiper-slide .img {
    width: 340px;
    height: 220px;
    margin-right: 20px;
}

.mySwiper2 .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.mySwiper2 .swiper-slide .logo {
    height: 40px;
    /* width: 316.16px; */
    margin-bottom: 14px;
}

.mySwiper2 .swiper-slide .logo img {
    width: auto;
    height: 100%;
    /* object-fit: cover; */
}

.swiper-cont {
    height: 100%;
    align-items: flex-start;
}

.swiper-text {
    text-align: left;
    font-size: 14px;
    line-height: 1.9;
    color: #333;
}

.next,
.prev {
    font-size: 30px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 16px 0 rgba(16, 21, 20, .2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.next:hover,
.prev:hover {
    /* background: rgba(0, 113, 239, .8); */
    background: #0071ef;
    color: #fff;
}

.next {
    right: 4px;
}

.prev {
    left: 4px;
}