/* 全局 所有板块宽度  可在当前改动但要根据defaultWidth里面的元素调整 */
.s4-defaultWidth {
    width: 1280px;
    margin: 0 auto;
    height: 100%;
}

/* 所有banner图全局样式 */
.s4-banner {
    height: 600px;
    position: relative;
}

/* bnner中的标题样式 除首页外 */
.s4-bannerTitle {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 80px;
    /* 80px为头部高度 */
}

.s4-bannerTitle span {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #191919;
}

.s4-bannerTitle p {
    color: #3D4060;
    line-height: 25px;
}

.s4-bannerTitle p i {
    /* 用于 案例：海量资源   |   轻松部署   |   代理无忧   |   合作共赢  间距 */
    margin: 0 20px;
}

.s4-button {
    margin-top: 50px;
}

/* 当前页面中 独立区域的padding */
.s4-padding {
    padding: 70px 0;
}

/* 当前页面中 独立区域里面内容上下padding */
.s4-contentPadding {
    padding-top: 70px;
}

/* banner中的全局按钮样式 */
.s4-bannerTitle .s4-button {
    display: flex;
    gap: 10px;
}

.s4-bannerTitle .s4-button a {
    color: #fff;
    background-color: #004CFF;
    border: 1px solid #004CFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 45px;
    font-size: 15px;
    box-shadow: 0px 3px 6px 1px rgba(2, 20, 183, 0.16);
}

.s4-bannerTitle .s4-button a:hover {
    background: #fff;
    color: #004CFF;
}

/* 所有板块标题全局样式 以及 所有板块标题下的描述 */
.s4-title-Description {
    text-align: center;
}

.s4-title-Description span {
    font-weight: 700;
    font-size: 26px;
    color: #191919;
}

.s4-title-Description p {
    color: #535353;
    font-size: 15px;
    margin: 25px 0 50px 0;
}

/* 描述里面的 a标签 */
.s4-title-Description p a {
    color: #2766FC;
    margin-left: 20px;
}

.s4-title-Description p a img {
    width: 8px;
    height: 12px;
    margin-left: 5px;
    line-height: 20px;
    margin-bottom: 2px;
}

.s4-title-Description p a:hover img {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

/* 为当前板块的内容 所设的上下margin值  */
.s4-margin-top {
    margin-top: 50px;
}

.margin {
    margin: 100px 0;
}

/* 全局导航s4-fixed样式 js控制添加类 全局写入场动画 */
.s4-fixed {
    position: fixed !important;
    top: 80px !important;
    width: 100%;
    z-index: 10;
}

@media (min-width: 769px) {
    .s4-h5 {
        display: none !important;
    }
}

/* 全局样式手机端样式 */
@media (max-width: 768px) {
    .s4-pc {
        display: none !important;
    }

    .s4-defaultWidth {
        width: 100% !important;
        padding: 5vw;
    }

    .s4-banner {
        height: 100vw;
    }

    .s4-title-Description span {
        font-size: 5vw;
        color: #030000;
    }

    .s4-title-Description p {
        font-size: 0px;
        margin: 5vw 0 5vw 0;
    }

    .s4-bannerTitle {
        justify-content: flex-end;
        padding-top: 0;
    }

    .s4-bannerTitle span {
        font-size: 7vw;
        margin-bottom: 5vw;
        text-align: center;
        color: #202021;
    }

    .s4-bannerTitle p {
        line-height: 1.5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .s4-button {
        margin-top: 5vw;
        justify-content: space-between;
    }

    .s4-bannerTitle .s4-button a {
        width: 30vw;
        height: 10vw;
        font-size: 3.8vw;
    }

    .s4-padding {
        padding: 7vw 0;
    }

    .s4-fixed {
        top: 0vw !important;
    }

    .s4-title-Description p a {
        margin-left: 2vw;
    }

    .s4-contentPadding {
        padding-top: 7vw;
    }


    /* 点击滑动目标样式 */
    .s4-navNavigation {
        box-shadow: 0px 3px 6px 1px rgba(0, 20, 87, 0.16);
        background: #FFFFFF;
        justify-content: normal;
        top: 0;
        gap: 8vw;
        width: 100%;
        overflow-y: auto;
        padding: 0 5vw;
    }

    .s4-navNavigation::-webkit-scrollbar {
        /* 取消滚动条 */
        display: none;
    }

    .s4-navNavigation .s4-itemGuide {
        font-family: "PingFang Regular";
        font-size: 4vw;
        white-space: nowrap;
        padding: 5vw 0;
        cursor: pointer;
        color: #222222;
        font-weight: bold;
    }

    .s4-navNavigation .colorCategory {
        color: #004CFF;
    }

    .s4-navNavigation .yingJingUnderline {
        height: 1.5px;
        background: #004CFF;
        position: absolute;
        bottom: 0vw;
    }

    .s4-navNavigation.s4-fixed {
        top: 17vw !important;
    }

}