﻿.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 {
    height: 763px;
    background: #F3F7FD;
    padding-top: 20px;
}
.cooperate-page .item-5 .item-inner {
    width: 1200px;
    margin: 0 auto;
}
.cooperate-page .item-5 .item-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
}
.cooperate-page .item-5 .item-content .content-left {
    width: 377px;
    height: 470px;
    margin-right: 35px;
}
.cooperate-page .item-5 .item-content .content-left img {
    width: 100%;
    height: 100%;
    display: block;
}
.cooperate-page .item-5 .item-content .content-right {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    width: 676px;
}
.cooperate-page .item-5 .item-content .content-right .right-item {
    width: 373px;
    height: 225px;
}
.cooperate-page .item-5 .item-content .content-right .right-item img {
    width: 100%;
    height: 100%;
}
.cooperate-page .item-5 .item-content .content-right .right-item:nth-child(1) {
    margin-bottom: 20px;
}
.cooperate-page .item-5 .item-content .content-right .right-item:nth-child(even) {
    margin-left: 35px;
}
.cooperate-page .item-5 .i-title.section-title .text {
    padding: 12px 80px;
    background-position: 0 35px;
}
.cooperate-page .item-5 .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-2 .item-inner {
    width: 1200px;
    margin: 0 auto;
}
.cooperate-page .item-2 .item-inner .list {
    height: 490px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 46px;
}
.cooperate-page .item-2 .item-inner .list-item {
    width: 585px;
    height: 192px;
    background: #F5F6F8;
    border-radius: 8px;
    padding: 25px 30px 0;
}
.cooperate-page .item-2 .item-inner .list-item:nth-child(1) {
    margin-bottom: 30px;
}
.cooperate-page .item-2 .item-inner .list-item:nth-child(even) {
    margin-left: 30px;
}
.cooperate-page .item-2 .item-inner .list-item-top {
    display: flex;
    align-items: center;
}
.cooperate-page .item-2 .item-inner .list-item-top-icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.cooperate-page .item-2 .item-inner .list-item-top-icon img {
    width: 100%;
    height: 100%;
}
.cooperate-page .item-2 .item-inner .list-item-top-title {
    height: 34px;
    font-size: 24px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
}
.cooperate-page .item-2 .item-inner .list-item-bottom {
    padding-top: 20px;
}
.cooperate-page .item-2 .item-inner .list-item-bottom-desc {
    height: 84px;
    font-size: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 23px;
}
.cooperate-page .item-2 .item-inner .horizontal {
    height: 176px;
    background: #3380FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 6px 0 0;
}
.cooperate-page .item-2 .item-inner .horizontal-text {
    width: 400px;
    height: 42px;
    font-size: 30px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 35px;
}
.cooperate-page .item-4 {
    background: #F3F7FD;
}
.cooperate-page .item-4 .item-inner {
    width: 1200px;
    margin: 0 auto;
    height: 477px;
    display: flex;
    justify-content: space-between;
}
.cooperate-page .item-4 .item-inner .inner-right {
    width: 455px;
    height: 387px;
}
.cooperate-page .item-4 .item-inner .inner-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cooperate-page .item-4 .item-inner .left-title {
    padding-top: 12px;
    position: relative;
}
.cooperate-page .item-4 .item-inner .left-title::after {
    content:"";
    width: 48px;
    height: 3px;
    background: #3380FF;
    position: absolute;
    left: 0;
    bottom: -4px;
}
.cooperate-page .item-4 .item-inner .left-title .zh {
    height: 39px;
    font-size: 28px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 33px;
    margin-right: 10px;
}
.cooperate-page .item-4 .item-inner .left-title .en {
    height: 34px;
    font-size: 28px;
    font-family: Inter, Inter;
    font-weight: 400;
    color: rgba(51, 128, 255, 0.05);
    line-height: 33px;
}
.cooperate-page .item-4 .item-inner .left-desc {
    margin-top: 30px;
    width: 692px;
    height: 308px;
    font-size: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
}
.cooperate-page .item-3 {
    position: relative;
    height: 87px;
    background: #3380FF;
}
.cooperate-page .item-3 .item-inner {
    width: 1200px;
    margin: 0 auto;
}
.cooperate-page .item-3 .item-content {
    display: flex;
    justify-content: space-between;
}
.cooperate-page .item-3 .item-content .content-i {
    width: 278px;
    height: 87px;
    background: rgba(255, 255, 255, 0.31);
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cooperate-page .item-3 .item-content .content-i.active {
    background-color: #156BF7;
}
.cooperate-page .item-3 .item-content .content-i .i-text {
    font-size: 22px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
}
.cooperate-page .item-1 {
    position: relative;
    background: url('/assets/images/about/about_bg.png') no-repeat;
    background-size: cover;
    background-position: center;
    height: 429px;
}
.cooperate-page .item-1 .item-top {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
}
.cooperate-page .item-1 .item-top .des-title {
    padding-top: 180px;
    width: 747px;
    font-size: 56px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 66px;
}
.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;
}