﻿.cooperate-page {
    background: #F2F2F2;
    user-select: none;
}
.cooperate-page .index-item {
    width: 100%;
}
.cooperate-page .index-item .item-inner .section-title {
    display: flex;
    justify-content: center;
}
.cooperate-page .index-item .item-inner .section-title .text {
    padding: 14px 120px;
    background: url('/assets/images/index/title_bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 26px;
}
.cooperate-page .item-5 .item-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    display: flex;
}
.cooperate-page .item-5 .item-content .content-left {
    flex: 1;
    position: relative;
}
.cooperate-page .item-5 .item-content .content-left .left-img {
    position: absolute;
    width: 569px;
    height: 745px;
    left: -60px;
}
.cooperate-page .item-5 .item-content .content-left .left-btn {
    width: 344px;
    height: 107px;
    background: #FFFFFF;
    box-shadow: 3px 4px 6px 0px rgba(204, 204, 204, 0.25), inset 2px 0px 41px 0px rgba(1, 164, 255, 0.43);
    border-radius: 6px 6px 6px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 62px;
}
.cooperate-page .item-5 .item-content .content-left .left-btn::after {
    position: absolute;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #2A77FF;
    content:"";
    right: 0;
}
.cooperate-page .item-5 .item-content .content-left .left-btn::before {
    position: absolute;
    content:"";
    width: 8px;
    height: 107px;
    background: #2A78FF;
    left: 0;
    border-radius: 6px 0 0 6px;
}
.cooperate-page .item-5 .item-content .content-left .left-btn .btn-text {
    height: 45px;
    font-size: 32px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #2A77FF;
    line-height: 38px;
}
.cooperate-page .item-5 .item-content .content-right {
    display: flex;
    flex-direction: column;
    width: 676px;
    box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 0.25);
    opacity: 1;
    position: relative;
    z-index: 2;
}
.cooperate-page .item-5 .item-content .content-right .right-f {
    position: absolute;
    width: 633px;
    height: 45px;
    background: rgba(68, 191, 255, 0.33);
    box-shadow: 1px -2px 10px 0px rgba(185, 185, 185, 0.25);
    border-radius: 11px 11px 11px 11px;
    opacity: 1;
    z-index: -1;
    top: -20px;
    left: 18px;
}
.cooperate-page .item-5 .item-content .content-right .right-item {
    display: flex;
    padding: 35px 32px 25px 50px;
    background: #FFFFFF;
    flex: 1;
    margin-bottom: 25px;
    border-radius: 3px;
}
.cooperate-page .item-5 .item-content .content-right .right-item:last-child {
    margin-bottom: 0;
}
.cooperate-page .item-5 .item-content .content-right .right-item .img-desc {
    height: 28px;
    font-size: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 550;
    color: #333333;
    line-height: 23px;
}
.cooperate-page .item-5 .item-content .content-right .right-item .img {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
}
.cooperate-page .item-5 .item-content .content-right .right-item .img img {
    width: 100%;
    height: 100%;
}
.cooperate-page .item-5 .item-content .content-right .right-item .right-item-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 56px;
    flex: 1;
}
.cooperate-page .item-5 .item-content .content-right .right-item .right-item-desc {
    width: 416px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 19px;
}
.cooperate-page .item-5 .i-title {
    height: 210px;
    background: url('/assets/images/cooperate/item5_title_1.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    padding-top: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cooperate-page .item-5 .i-title .text {
    text-align: center;
    width: 308px;
    height: 39px;
    font-size: 28px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
}
.cooperate-page .item-5 .i-title .sub-text {
    height: 20px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 21px;
    padding-top: 30px;
}
.cooperate-page .item-6 {
    margin-top: 30px;
}
.cooperate-page .item-6 .item-inner {
    background: url('/assets/images/cooperate/item6_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 835px;
    min-width: 1200px;
}
.cooperate-page .item-6 .i-title {
    padding: 50px 0 60px 0;
}
.cooperate-page .item-6 .i-title.section-title .text {
    padding: 9px 60px;
    background-position: 0 33px;
    color: #fff;
}
.cooperate-page .item-6 .i-title .text {
    text-align: center;
    font-size: 28px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #333333;
}
.cooperate-page .item-6 .i-title .sub-text {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    display: flex;
    justify-content: center;
    padding-top: 25px;
}
.cooperate-page .item-6 .line {
    width: 52px;
    height: 0px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 3px solid;
    border-image: linear-gradient(81deg, rgba(255, 255, 255, 0), #3380ff) 3 3;
}
.cooperate-page .item-6 .i-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cooperate-page .item-6 .i-con .con-col {
    width: 18%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 106px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(155, 155, 155, 0.25), inset 1px 4px 8px 0px rgba(163, 163, 163, 0.1);
    margin-bottom: 20px;
    border-radius: 10px 10px 10px 10px;
}
.cooperate-page .item-6 .i-con .con-col .col-des {
    font-size: 20px;
    font-weight: 550;
    color: #333333;
    margin-left: 24px;
}
.cooperate-page .item-6 .i-con .con-col .img-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cooperate-page .item-6 .i-con .con-col .img-wrap .img-des {
    font-size: 20px;
    font-weight: 550;
    color: #333333;
}
.cooperate-page .item-6 .i-con .con-col .img-wrap > img {
    width: 50px;
    height: 50px;
}
.cooperate-page .item-4 .item-inner {
    width: 1200px;
    margin: 0 auto;
}
.cooperate-page .item-4 .i-title {
    padding: 50px 0 60px 0;
}
.cooperate-page .item-4 .i-title.section-title .text {
    padding: 12px 58px;
    background-position: 0 25px;
    margin: 0 280px;
}
.cooperate-page .item-4 .i-title .text {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #333333;
}
.cooperate-page .item-4 .i-title .sub_text {
    padding: 0 60px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
    text-align: center;
}
.cooperate-page .item-4 .item-content {
    display: flex;
    justify-content: space-between;
}
.cooperate-page .item-4 .item-content .content-i {
    width: 216px;
    height: 298px;
    background: #FFFFFF;
    border-radius: 6px;
    opacity: 1;
    overflow: hidden;
}
.cooperate-page .item-4 .item-content .content-i .i-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    background-color: #0194FF;
    border-radius: 6px 6px 0 0;
    padding: 20px 0;
    background: url('/assets/images/cooperate/item4_title_1.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.cooperate-page .item-4 .item-content .content-i .i-top .i-text {
    height: 28px;
    font-size: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 23px;
}
.cooperate-page .item-4 .item-content .content-i .i-top .i-dot {
    width: 9px;
    height: 9px;
    background: #2D7EFF;
    border-radius: 100%;
}
.cooperate-page .item-4 .item-content .content-i .i-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
}
.cooperate-page .item-4 .item-content .content-i .i-img .img {
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(197, 197, 197, 0.25);
    border-radius: 50%;
    opacity: 1;
    padding: 16px;
}
.cooperate-page .item-4 .item-content .content-i .i-img .img img {
    width: 100%;
    height: 100%;
}
.cooperate-page .item-4 .item-content .content-i .i-desc {
    font-size: 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
    padding: 0 9px;
}
.cooperate-page .item-4 .item-content .content-i .i-desc .des-b {
    color: #000;
}
.cooperate-page .item-3 {
    position: relative;
}
.cooperate-page .item-3 .item-inner {
    width: 1200px;
    margin: 0 auto;
}
.cooperate-page .item-3 .i-title {
    padding: 40px 0 30px 0;
    position: relative;
}
.cooperate-page .item-3 .i-title.section-title .text {
    padding: 12px 90px;
    background-position: 0 32px;
    margin: 0 60px;
}
.cooperate-page .item-3 .i-title .sub_text {
    height: 25px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
    text-align: center;
}
.cooperate-page .item-3 .i-title .text {
    text-align: center;
    font-size: 28px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #333333;
    padding-bottom: 30px;
}
.cooperate-page .item-3 .item-content {
    display: flex;
    justify-content: space-between;
}
.cooperate-page .item-3 .item-content .content-i {
    width: 278px;
    height: 438px;
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cooperate-page .item-3 .item-content .content-i .i-icon {
    width: 157px;
    height: 157px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}
.cooperate-page .item-3 .item-content .content-i .i-icon img {
    width: 100%;
    height: 100%;
    display: block;
}
.cooperate-page .item-3 .item-content .content-i .i-top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 44px;
    margin-bottom: 20px;
}
.cooperate-page .item-3 .item-content .content-i .i-top .i-text {
    font-size: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 550;
    color: #333333;
    line-height: 23px;
    position: relative;
}
.cooperate-page .item-3 .item-content .content-i .i-top .i-text::after {
    content:"";
    position: absolute;
    width: 38px;
    height: 6px;
    background: #3380FF;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
}
.cooperate-page .item-3 .item-content .content-i .i-img {
    margin-bottom: 16px;
    height: 185px;
    overflow: hidden;
}
.cooperate-page .item-3 .item-content .content-i .i-img img {
    width: 100%;
    height: 100%;
    display: block;
}
.cooperate-page .item-3 .item-content .content-i .i-btn {
    width: 189px;
    height: 55px;
    background: #3380FF;
    border-radius: 60px 60px 60px 60px;
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cooperate-page .item-3 .item-content .content-i .i-btn .i-btn-text {
    font-size: 22px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
}
.cooperate-page .item-3 .item-content .content-i .i-desc {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 19px;
}
.cooperate-page .item-1 {
    position: relative;
    height: 514px;
    background: url('/assets/images/cooperate/index_1.png') no-repeat;
    background-size: cover;
    background-position: center;
}
.cooperate-page .item-1 .item-top {
    display: flex;
    padding-top: 107px;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
.cooperate-page .item-1 .item-top .des-title {
    width: 504px;
    height: 100px;
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 20px;
}
.cooperate-page .item-1 .item-top .des-sub {
    width: 560px;
    height: 56px;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    margin-bottom: 20px;
}
.cooperate-page .item-1 .item-top .btn-wrap {
    display: flex;
}
.cooperate-page .item-1 .item-top .btn-wrap .btn {
    width: 145px;
    height: 45px;
    font-size: 18px;
    color: #333;
    border: 2px solid #333333;
    border-radius: 6px;
    display: flex;
    cursor: pointer;
}
.cooperate-page .item-1 .item-top .btn-wrap .btn + .btn {
    margin-left: 20px;
}
.cooperate-page .item-1 .item-top .btn-wrap .btn.primary {
    background-color: #0194FF;
    color: #fff;
    border-color: transparent;
}
.cooperate-page .item-1 .item-top .top-img {
    width: 545px;
    height: 390px;
}
.cooperate-page .item-1 .item-top .top-img > img {
    width: 100%;
    height: 100%;
}
.cooperate-page .item-1 .item-bottom {
    width: 100%;
    height: 86px;
    position: absolute;
    bottom: 0;
}
.cooperate-page .item-1 .item-bottom .b-inner {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.cooperate-page .item-1 .item-bottom .inner-item {
    width: 278px;
    height: 84px;
    border-radius: 4px;
    background-color: #fff;
    padding-top: 18px;
}
.cooperate-page .item-1 .item-bottom .inner-item > p {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cooperate-page .item-1 .item-bottom .inner-item > p .img {
    width: 25px;
    height: 25px;
    overflow: hidden;
    margin-right: 10px;
    object-fit: scale-down;
}
.cooperate-page .item-1 .item-bottom .inner-item > p .title {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
}
.cooperate-page .item-1 .item-bottom .inner-item .des {
    font-size: 14px;
    color: #666;
    padding-top: 10px;
    font-weight: 400;
}
.cooperate-page .item-1 .item-bottom .b-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.1;
    position: absolute;
}