/**公共部分**/
.display-flex {
    display: flex;
}

.justify-content-around {
    justify-content: space-around;
}

.banner-pr-index .h5 {
    color: #2058FF;
}

.banner-pr-index .p {
    color: #2058FF;
}

.banner-pr-index .title {
    color: #2058FF;
}

.banner-pr-index .title span {
    color: #000000;
}

.banner-pr-index .ptop {
    color: #2058FF;
    font-size: 24px;
    position: relative;
    top: -25px;
}

.banner-pr-index .pbottom {
    color: #2058FF;
    font-size: 20px;
    position: relative;
    top: -19px;
}

.banner-pr-index .pbottom span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #2058FF;
    border-radius: 50%;
}

/**深受70万+客户的选择与信赖**/
/* 客户案例logo滚动样式 */
.customers {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.logo-row {
    padding: 15px 0;
    white-space: nowrap;
    overflow: hidden;
}

.logo-track {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.logo-track li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
}

.logo-track img {
    max-height: 50px;
    max-width: 150px;
    width: auto;
    height: auto;
    display: block;
    transition: all 0.3s ease;
}

.logo-track img:hover {
    filter: grayscale(0);
    opacity: 1;
}

/* 奇数行向左滚动 */
.logo-row.odd .logo-track {
    animation: scrollLeft 100s linear infinite;
}

/* 偶数行向右滚动 */
.logo-row.even .logo-track {
    animation: scrollRight 100s linear infinite;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* 响应式调整 */
@media (max-width: 768px) {
    .logo-track li {
        margin: 0 15px;
    }

    .logo-track img {
        max-height: 30px;
        max-width: 100px;
    }

    .logo-row.odd .logo-track,
    .logo-row.even .logo-track {
        animation-duration: 20s;
    }
}


.customers {
    margin-top: 67px;
}

.banner-pr h5 {
    font-size: 72px;
}

.news-h5 {
    font-size: 72px;
}

/**第一部分**/
.index-model-one ul {
    display: flex;
    box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
}

.index-model-one ul li:hover {
    box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.13);
    cursor: pointer;
}

.index-model-one ul li {
    justify-content: space-between;
    text-align: center;
    height: 240px;
    padding: 33px 0px;
    border: 2px solid #fff;
    margin-top: 0px;
}

.index-model-one ul li .first-div {
    height: 89px;
}

.index-model-one ul li .item-con .item-title {
    height: 29px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: bold;
    font-size: 32px;
    color: #005BFF;
}

.index-model-one ul li .item-con .item-p {
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 16px;
    color: #666666;
}

/**优音通信**/
.new-detail .detail-content {
    display: flex;
    max-width: 960px;
    width: 90%;
    margin: 0 auto
}

.new-detail .detail-content .centerside,
.new-detail .detail-content .leftside,
.new-detail .detail-content .rightside {
    float: left;
    height: 67px;
    line-height: 67px;
    width: 200px;
    background: #F5F6FC;
    border-right: 1px solid #D4D4D4;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    font-size: 20px;
    color: #000000;
    text-align: center;
    position: relative;
    cursor: pointer
}

.new-detail .detail-content .active {
    background: linear-gradient(90deg, #2058FF 0%, #176DE6 99%);
    box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.13);
    color: #fff
}

.new-detail .new-detail-bottom .new-detail-bottom-wap .new-detail-box ul {
    margin-top: 42px;
}

.new-detail .new-detail-bottom .new-detail-bottom-wap .new-detail-box ul li:nth-child(odd) {
    margin-right: 10px;
}

.new-detail .new-detail-bottom .new-detail-bottom-wap .new-detail-box ul li:nth-child(even) {
    margin-left: 10px;
}

/* .new-detail .new-detail-bottom .new-detail-bottom-wap .new-detail-box ul li {
    margin: 0px 10px;
} */
.new-detail .new-detail-bottom .new-detail-bottom-wap .new-detail-box ul li img {
    width: 291px;
    height: 219px;
}

.new-detail .new-detail-bottom .new-detail-bottom-wap .new-detail-box ul li .second-div {
    width: 263px;
    height: 178px;
    background: #F4F6FC;
    border: 2px solid #F5F6FC;
    padding: 20px 10px;
}

.new-detail .new-detail-bottom .new-detail-bottom-wap .new-detail-box ul li .second-div .title1 {
    /* width: 137px; */
    height: 20px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 20px;
    color: #333333;
    line-height: 17px;
}

.new-detail .new-detail-bottom .new-detail-bottom-wap .new-detail-box ul li .second-div .content {
    width: 245px;
    height: 89px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 20px;
}

.new-detail .new-detail-bottom .new-detail-bottom-wap .new-detail-box ul li .second-div .button {
    width: 121px;
    height: 29px;
    border-radius: 14px;
    text-align: center;
    border: 1px solid #005BFF;
    /* width: 81px; */
    /* height: 12px; */
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #005BFF;
    line-height: 27px;
}

.new-detail .new-detail-bottom .new-detail-bottom-wap .new-detail-box ul li .second-div .button a {
    color: #005BFF;
}

.new-detail .new-detail-bottom .new-detail-bottom-wap .bottom-pack-up {
    display: none
}

.new-detail .new-detail-bottom .new-detail-bottom-wap .bottom-show-up {
    display: block;
    /*overflow: hidden*/
}

.new-detail .new-detail-bottom .new-detail-bottom-wap .new-detail-box ul li:hover {
    cursor: pointer;
    background-color: #ffffff;
    box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.13);
}

.new-detail .new-detail-bottom .new-detail-bottom-wap .new-detail-box ul li:hover .second-div .button {
    background: #005BFF;
    color: #ffffff;
}

.new-detail .new-detail-bottom .new-detail-bottom-wap .new-detail-box ul li:hover .second-div .button a {
    color: #ffffff;
}

/**深耕行业 为不同企业提供差异化解决方案**/

/* 悬停效果 */
.index-model-three .row .index-model-three-div .display-flex div:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.index-model-three .row .index-model-three-div .display-flex div:hover img {
    transform: scale(1.1);
}

/* 文字标签样式增强 */
.index-model-three .row .index-model-three-div .display-flex span {
    display: inline-block;
    width: 100px;
    height: 32px;
    background: rgba(0, 91, 255, 0.9);
    border-radius: 16px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.index-model-three .row .index-model-three-div .display-flex div:hover span {
    background: rgba(0, 91, 255, 1);
    transform: translateY(-10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* 添加半透明遮罩效果 */
.index-model-three .row .index-model-three-div .display-flex div {
    overflow: hidden;
}

.index-model-three .row .index-model-three-div .display-flex div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.index-model-three .row .index-model-three-div .display-flex div:hover::after {
    opacity: 1;
}

/**/
.index-model-three {
    background: url(../images/productions/sbg1.png) 100% 100% no-repeat;
    height: 480px;
    background-size: cover;
}

.index-model-three .row .index-model-three-div {
    margin-top: 40px;
}


.index-model-three .row .index-model-three-p {
    display: flex;
    justify-content: center;

}

.index-model-three .row .index-model-three-p p {
    width: 201px;
    height: 29px;
    border-radius: 14px;
    border: 1px solid #005BFF;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #005BFF;
    line-height: 29px;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
}

.index-model-three .row .index-model-three-div .display-flex div {
    position: relative;
}

.index-model-three .row .index-model-three-div .display-flex span {
    display: inline-block;
    width: 77px;
    height: 28px;
    background: #005BFF;
    border-radius: 4px;
    opacity: 0.8;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 20px;
}

/**权威认证 安全合规稳定的服务体系**/
.index-model-four {
    background: url(../images/productions/sbg2.png) 100% 100% no-repeat;
    height: 480px;
    padding-top: 80px;
    /* margin-bottom: 80px; */
    background-size: cover;
}

.index-model-four .index-model-four-div {
    margin: 40px 0;
    display: flex;
    justify-content: space-around;
}

.index-model-four .index-model-four-div div {
    transition: transform 0.5s ease;
}

.index-model-four .index-model-four-div div:hover {
    transform: scale(1.2);
    cursor: pointer;
}

.index-model-four .index-model-four-div div .tip {
    text-align: center;
    /* width: 69px; */
    height: 14px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 14px;
    margin-top: 20px;
}

/**新闻动态**/
.index-model-five div ul li {
    width: 314px;
    height: 334px;
    /* margin-left: 10px; */
    padding: 0 38px 38px 38px;
}

.index-model-five div ul li p {
    margin: 0;
}

.index-model-five div ul li .content {
    width: 315px;
    height: 81px;
    background: #F4F6FC;
    border-radius: 5px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding: 12px 10px 0 10px;
}

.index-model-five div ul {
    display: flex;
    justify-content: space-around;
    /* padding: 0 20px; */
    /* margin: 0 40px; */
}

.index-model-five .row .swiper-button-prev {
    width: 55px;
    height: 75px;
    background: url('../images/productions/swiper-left.png') 100% 100% no-repeat;
    position: absolute;
    top: 118px;
    left: -25px;
    color: rgba(0, 0, 0, 0) !important;
}

.index-model-five .row .swiper-button-next {
    width: 55px;
    height: 75px;
    background: url('../images/productions/swiper-right.png') 100% 100% no-repeat;
    color: rgba(0, 0, 0, 0) !important;
    position: absolute;
    top: 121px;
    right: -6px;
}