.ecosystem-partner-body {
    background: rgba(240, 240, 244, 1);
}

.ecosystem-partner-body .section-header {
    font-family: MicrosoftYaHei;
    text-align: center;
    font-size: 40px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 400;
}

/* banner */
.ecosystem-partner-body .ecosystem-partner-banner-box {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.ecosystem-partner-banner-box img {
    width: 100%;
}

.ecosystem-partner-banner-box .banner-text {
    position: absolute;
    width: 1200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 400;
}

.ecosystem-partner-banner-box .banner-text .banner-text-title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 700;
}

.ecosystem-partner-banner-box .banner-text .banner-text-desc {
    font-family: MicrosoftYaHei;
    margin-top: 30px;
}

.ecosystem-partner-banner-box .banner-text .banner-text-btn {
    margin-top: 60px;
}


.ecosystem-partner-banner-box .banner-text .btn-default {
    font-family: MicrosoftYaHei;
    display: inline-block;
    width: 150px;
    height: 48px;
    line-height: 48px;
    background: #FFFFFF;
    border-radius: 5px;
    font-size: 18px;
    color: #D7000F;
    letter-spacing: 0.56px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}

.ecosystem-partner-banner-box .banner-text .btn-primary {
    background: #D7000F;
    color: #FFFFFF;
}

/* 加入流程 */
.ecosystem-partner-body .ecosystem-partner-join-process-box {
    position: relative;
    background: rgba(240, 240, 244, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 74px 0 96px 0;
}

.ecosystem-partner-join-process-box .join-process-header {
}

.ecosystem-partner-join-process-box img {
    margin: 48px 0;
}

.ecosystem-partner-join-process-box .btn-primary {
    display: block;
    width: 192px;
    height: 64px;
    line-height: 64px;
    background: #D7000F;
    border-radius: 6.38px;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}

/* 合作伙伴权益 */
.ecosystem-partner-body .ecosystem-partner-rights-box {
    position: relative;
    background: #FFFFFF;
    text-align: center;
    padding: 74px 0 94px 0;
}

.ecosystem-partner-rights-box .rights-header {
}

.ecosystem-partner-rights-box .rights-content {
    width: 1280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
    margin: 0 auto;
}

.ecosystem-partner-rights-box .rights-content .rights-content-item-box {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
}

.rights-content .rights-content-item {
    position: relative;
    width: 408px;
    height: 280px;
    margin: 28px 28px 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
    cursor: pointer;
    overflow: hidden;
}

.ecosystem-partner-rights-box .rights-content .rights-content-item:nth-child(3n) {
    margin: 28px 0 0 0;
}

.ecosystem-partner-rights-box .rights-content .rights-content-item .rights-content-item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 22, 61, 0.45);
}

.ecosystem-partner-rights-box .rights-content .rights-content-item .rights-content-item-body {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.rights-content-item-body .item-body-icon {
    width: 64px;
    height: 64px;
}

.rights-content-item-body .item-body-title {
    font-family: MicrosoftYaHei-Bold;
    margin-top: 18px;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.62px;
    font-weight: 700;
}

.rights-content-item-body .item-body-desc {
    font-family: MicrosoftYaHei;
    margin-top: 38px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.ecosystem-partner-rights-box .rights-content .rights-content-item:hover .rights-content-item-body {
    top: 28px;
}

.ecosystem-partner-rights-box .rights-content .rights-content-item:hover .item-body-desc {
    opacity: 1;
}

/* 合作伙伴类型 */
.ecosystem-partner-body .ecosystem-partner-type-box {
    position: relative;
    text-align: center;
    padding: 74px 0 96px 0;
}

.ecosystem-partner-type-box .type-header {
}

.ecosystem-partner-type-box .type-content {
    width: 1280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 48px;
    margin: 0 auto;
}

.ecosystem-partner-type-box .type-content .type-content-item {
    position: relative;
    text-align: center;
    width: 408px;
    height: 454px;
    margin-right: 28px;
    background: #FFFFFF;
    padding: 0 30px;
}

.ecosystem-partner-type-box .type-content .type-content-item:nth-child(3n) {
    margin-right: 0;
}

.type-content-item .item-icon {
    margin-top: 60px;
    width: 64px;
    height: 64px;
}

.type-content-item .item-title {
    font-family: MicrosoftYaHei-Bold;
    margin-top: 16px;
    text-align: center;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 700;
}

.type-content-item .item-desc {
    font-family: MicrosoftYaHei;
    margin-top: 34px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
    overflow: hidden;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
}

.type-content-item .item-btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
}

.type-content-item .item-btn a {
    font-family: MicrosoftYaHei;
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(215, 0, 15, 1);
    border-radius: 5px;
    font-size: 16px;
    color: #D7000F;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}

.type-content-item .item-btn a:hover {
    background: #D7000F;
    border: 1px solid rgba(215, 0, 15, 1);
    color: #FFFFFF;
}

/* 数字产业联盟 */
.ecosystem-partner-body .ecosystem-partner-deia-box {
    position: relative;
    padding: 72px 0 96px 0;
    width: 100%;
    background: rgb(240, 240, 244);
}

.ecosystem-partner-deia-box .deia-header {
    font-family: MicrosoftYaHei;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1.25px;
    font-weight: 400;
}

.ecosystem-partner-deia-box .deia-content {
    width: 1280px;
    padding-top: 48px;
    margin: 0 auto;
}

.deia-content .header {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0,0,0,0.85);
    letter-spacing: 0;
    text-align: justify;
    line-height: 28px;
    font-weight: 400;
}

.deia-content .more-view {
    margin-top: 24px;
    text-align: right;
}

.deia-content .more-view .more-btn {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #D7000F;
    letter-spacing: 0;
    text-align: justify;
    height: 22px;
    line-height: 22px;
    font-weight: 400;
}

.deia-content .unit-view {
    margin-top: 34px;
}

.deia-content .unit-view .title {
    position: relative;
    height: 24px;
    padding-left: 13px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    font-weight: 400;
}

.deia-content .unit-view .title::before {
    position: absolute;
    display: block;
    content: "";
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
    background: #D7000E;
}

.deia-content .unit-view .content {
    margin-top: 28px;
    width: 1280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.unit-view .content .unit-item {
    width: 408px;
    height: 90px;
    margin: 0 24px 28px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    background: #FFFFFF;
}

.unit-view .content .unit-item:hover {
     box-shadow: 8px 8px 20px 0 rgba(0, 16, 34, 0.13);
}

.unit-view .content .unit-item:nth-child(3n) {
    margin-right: 0;
}

.unit-item .logo {
    flex: 0 0 116px;
    height: 58px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.unit-item .name {
    flex: 1;
    margin-left: 26px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    text-align: justify;
    font-weight: 400;
}

.deia-content .all-view {
    margin-top: 12px;
    text-align: center;
}

.all-view .all-btn {
    display: inline-block;
    width: 184px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(215, 0, 15, 1);
    border-radius: 4px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #D7000F;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}

.deia-content .all-view a:hover {
    background: #D7000F;
    border: 1px solid rgba(215, 0, 15, 1);
    color: #FFFFFF;
}

/* 伙伴联盟展示 */
.ecosystem-partner-body .ecosystem-partner-publicity-box {
    position: relative;
    width: 100%;
    background: url("/images/ecosystemPartner/video_bg.png") no-repeat top left 100%;
    padding: 72px 0 96px 0;
}

.ecosystem-partner-publicity-box .publicity-header {
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 1.25px;
    font-weight: 400;
}

.ecosystem-partner-publicity-box .publicity-content {
    position: relative;
    height: 500px;
    margin: 48px 104px 0;
    background-image: url("/images/ecosystemPartner/pic_video_bg1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: rgba(0, 22, 61, 0.35);*/
}

.publicity-content .video-mask {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 22, 61, 0.35);
}

.publicity-content img {
    /*width: 250px;*/
    width: 64px;
    cursor: pointer;
}

/* 成功案例 */
.ecosystem-partner-suss-case-box {
    width: 100%;
    background: #E0E4ED;
    padding: 74px 0 96px 0;
}

.ecosystem-partner-suss-case-box .ecosystem-partner-suss-case {
    width: 1280px;
    margin: 0 auto;
}

.ecosystem-partner-suss-case-box .ecosystem-partner-suss-case-title {
    font-family: MicrosoftYaHei;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1.25px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 48px;
}

.ecosystem-partner-suss-case-box .ecosystem-partner-suss-case-cont {
    width: 1280px;
    height: 668px;
}

.ecosystem-partner-suss-case-box .ecosystem-partner-suss-case-left {
    width: 200px;
    height: 100%;
    float: left;
}

.ecosystem-partner-suss-case-box .ecosystem-partner-suss-case-right-box {
    width: 1080px;
    height: 100%;
    float: left;
    padding: 80px 64px 0 64px;
    background: #FFFFFF;
    position: relative;
}

.ecosystem-partner-suss-case-box .ecosystem-partner-suss-case-right {
    display: none;
}

.ecosystem-partner-suss-case-box .ecosystem-partner-suss-case-right:first-child {
    display: block;
}

.ecosystem-partner-suss-case-box .ecosystem-partner-suss-case-item-title {
    width: 100%;
    height: 167px;
    line-height: 167px;
    background-color: #f4f5f8;
}

.ecosystem-partner-suss-case-box .ecosystem-partner-suss-case-item-title.active {
    background-color: #fafafc;
}

.ecosystem-partner-suss-case-box .ecosystem-partner-suss-case-item-title-txt {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.22px;
    text-align: center;
    border-left: 7px solid #f4f5f8;
    padding-left: 50px;
}

.ecosystem-partner-suss-case-box .ecosystem-partner-suss-case-item-title.active .ecosystem-partner-suss-case-item-title-txt {
    font-family: MicrosoftYaHei-Bold;
    color: #D7000F;
    border-left: 7px solid #D7000F;
}

.ecosystem-partner-suss-case-box .ecosystem-partner-suss-case-item-name {
    display: block;
    font-family: MicrosoftYaHei-Bold;
    font-size: 28px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
}

.ecosystem-partner-suss-case-box .ecosystem-partner-suss-case-item-name:hover {
    color: #D7000F;
}

.ecosystem-partner-suss-case-box .ecosystem-partner-suss-case-item-desc {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    text-align: justify;
    line-height: 32px;
    margin: 24px 0 48px 0;
}

.ecosystem-partner-suss-case-box .ecosystem-partner-suss-case-item-btn {
    width: 120px;
    height: 40px;
    line-height: 36px;
    border: 1px solid #D7000F;
    border-radius: 4px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #D7000F;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 142px;
}

.ecosystem-partner-suss-case-box .ecosystem-partner-suss-case-item-btn:hover {
    color: #fff;
    background-color: #D7000F;
    cursor: pointer;
}

.ecosystem-partner-suss-case-box .ecosystem-partner-suss-case-partner {
    position: absolute;
    left: 64px;
    bottom: 81px;
}

.ecosystem-partner-suss-case-box .ecosystem-partner-suss-case-partner-item {
    display: block;
    width: 238px;
    height: 88px;
    line-height: 88px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    text-align: center;
    float: left;
    background: #F9F9F9;
    box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.06);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    margin-bottom: 10px;
}

.ecosystem-partner-suss-case-box .ecosystem-partner-suss-case-partner-item:first-child {
    box-shadow: none;
}

.ecosystem-partner-suss-case-box .ecosystem-partner-suss-case-partner-item.active {
    background: #D7000F;
    color: #FFFFFF;
}

.ecosystem-partner-suss-case-box .ecosystem-partner-suss-case-partner-item:hover {
    background: #D7000F;
    color: #FFFFFF;
}

.ecosystem-partner-suss-case-box .ecosystem-partner-suss-case-more-btn {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0.18px;
    text-align: center;
    position: absolute;
    right: 64px;
    bottom: 40px;
}

.ecosystem-partner-suss-case-box .ecosystem-partner-suss-case-name-list {
    display: none;
}

/* 合作伙伴代表 */
.ecosystem-partner-body .ecosystem-partner-list-box {
    position: relative;
    background: #FFFFFF;
    padding: 74px 0 96px;
}

.ecosystem-partner-list-box .list-header {
    padding: 0;
}

.ecosystem-partner-wrap {
    width: 1200px;
    margin: 40px auto 0 auto;
    color: #333;
}

.ecosystem-partner-wrap .ecosystem-partner-title {
    font-size: 20px;
    padding: 0 10px;
    border-left: 3px solid #D7000F;
}

.ecosystem-partner-wrap .ecosystem-partner-list {
    margin: 15px 0 0 0;
    padding: 0 0 0 30px;
    list-style: disc;
}

.ecosystem-partner-wrap .ecosystem-partner-list li {
    list-style: disc;
    color: #D7000F;
    float: left;
    width: 33%;
    padding-right: 20px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}

.ecosystem-partner-wrap .ecosystem-partner-list li .list-content {
    color: #333;
    height: 100%;
}


/* 视频悬浮窗口 */
.mask-cover {
    position: fixed;
    opacity: .5;
    background-color: #000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1002;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.video-float {
    width: 90%;
    height: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -45%;
    margin-top: -250px;

    background-color: #000;
    z-index: 1003;
    display: none;
}

.video-float video {
    width: 100%;
    height: 100%;
}

.video-close {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    width: 48px;
    cursor: pointer;
}

@media (min-width: 280px) and (max-width: 768px) {
    .video-float {
        height: 300px;
        margin-top: -150px;
        width: 100%;

        margin-left: -50%;
    }

    .video-close {
        height: 40px;
        width: 40px;
    }
}

/*遮罩层显示时body的样式*/
.not-scroll {
    overflow: hidden;
}
