/* 关于我们样式 */
/* 顶部图片start */
.about-img {
    background: url(../images/aboutUS/ahoutUS.jpg) no-repeat 50% 50% / cover;
    height: 596px;
    width: 100%;
}

@media (max-width: 1000px) {
    .about-img {
        background: url(../images/aboutUS/about-mobile.jpg) no-repeat 50% 50% / cover;
        height: 480px;
        width: 100%;
    }
}

/* 顶部图片end */

/* 关于云融start */
.about-yunrong {
    margin-top: 95px;
    overflow: hidden;
}

.about-yunrong .about-yunrong-content {
    background: #222C3F;
    color: #FFFFFF;
    width: calc(100% - 75px);
    margin-top: 59px;
    padding-bottom: 81px;
    position: relative;

}

.about-yunrong .about-yunrong-content .content {
    padding-top: 81px;
    padding-left: 46px;
    max-width: 594px;
    /* box-sizing: content-box; */
}

.about-yunrong .about-yunrong-content .content h1 {
    font-size: 42px;
    font-weight: 700;
    font-family: "SiYuanHeiTi-CN-kelun";
}

.about-yunrong .about-yunrong-content .content .enTitle {
    font-size: 16px;
    font-weight: 400;
}

.about-yunrong .about-yunrong-content .content p {
    font-size: 18px;
    margin-top: 46px;
}

.about-yunrong .about-yunrong-content .content span {
    font-size: 18px;
    font-weight: 700;
    font-family: "SiYuanHeiTi-CN-kelun";
}

.about-yunrong {
    position: relative;
}

@media (min-width: 1700px) {
    .about-yunrong .comeon {
        position: absolute;
        right: 0px;
        top: -59px;
        width: 885px;
        height: 508px;
        background: url(../images/aboutUS/comeon.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    .about-yunrong .comeon img {
        display: none;
    }
}
/* 宽度大于300px且小于或等于600px */
@media(min-width: 1400px) and (max-width: 1700px) {
    .about-yunrong .comeon {
        position: absolute;
        right: 0px;
        top: -59px;
        width: 685px;
        height: 380px;
        background: url(../images/aboutUS/comeon.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    .about-yunrong .comeon img {
        display: none;
    }
}

@media(min-width: 1001px) and (max-width: 1399px) {
    .about-yunrong .comeon {
        position: absolute;
        right: 0px;
        top: -59px;
        width: 440px;
        height: 320px;
        background: url(../images/aboutUS/comeon.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    .about-yunrong .comeon img {
        display: none;
    }
}

@media (max-width: 1000px) {
    .about-yunrong {
        margin-top: 32px;
        background: #FFFFFF;
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 50px;
    }

    .about-yunrong .about-yunrong-content {
        background: #FFFFFF;
        color: #303E59;
        width: 100%;
        margin-top: 0;
        padding-bottom: 0;
        position: static;
    }

    .about-yunrong .about-yunrong-content .content {
        padding-top: 60px;
        padding-left: 0;
        margin: 0 23px;
        max-width: 100%;
    }

    .about-yunrong .about-yunrong-content .content h1 {
        font-size: 32px;
        line-height: 48px;
        color: #303E59;
        text-align: center;
        margin-bottom: 36px;
    }

    .about-yunrong .about-yunrong-content .content .enTitle {
        display: none;
    }

    .about-yunrong .about-yunrong-content .content p {
        font-size: 14px;
        margin-top: 0;
        line-height: 26px;
        font-weight: 400;
    }

    .about-yunrong .about-yunrong-content .content span {
        font-size: 14px;
    }

    .about-yunrong {
        position: static;
    }

    .about-yunrong .comeon {
        width: 100%;
        position: static;
    }

    .about-yunrong .comeon img {
        width: 100%;
    }
}

/* 关于云融end */

/* 企业文化start */

.corporate-culture {
    /* height: 665px; */
    padding-top: 75px;
}

.corporate-culture .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.5%;
    text-align: center;
}

.corporate-culture .culture-content {
    margin-top: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 118px;
}

.margin-top {
    margin-top: 36px;
}

.margin-bottom1 {
    margin-bottom: 36px;
}

.corporate-culture .culture-content .content-item {
    width: 230px;
    height: 404px;
    border-radius: 185px;
    padding: 42px 21px;
    background: #fff;
    box-shadow: 0 100px 200px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-right: 16px;
}

.corporate-culture .culture-content .content-item:last-child {
    margin-right: 0px;
}

.corporate-culture .culture-content .content-item:hover .item-button {
    background: #FAB400;
    color: #F0F3FA;
}

.corporate-culture .culture-content .content-item .item-icon {
    width: 100%;
    height: 90px;
    position: relative;
}

.corporate-culture .culture-content .content-item .item-icon .bg {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(49, 62, 247, 0.05);
    position: absolute;
    top: -14px;
    left: 85px;
}

.corporate-culture .culture-content .content-item .item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #303e59;
}

.corporate-culture .culture-content .content-item .item-content {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #4B5F84;
    margin-top: 37px;
}

.corporate-culture .culture-content .content-item .item-button {
    height: 50px;
    width: 50px;
    margin-top: 50px;
    border-radius: 50%;
    background: #002FA7;
    overflow: hidden;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

@media (max-width: 1000px) {
    .corporate-culture{
        padding-top: 17px;
    }

    .corporate-culture .title {
        font-size: 32px;
    }
    
    .corporate-culture .culture-content {
        margin-top: 31px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 26px;
    }
    
    .margin-top {
        margin-top: 0px;
    }
    
    .margin-bottom1 {
        margin-bottom: 0px;
    }
    
    .corporate-culture .culture-content .content-item {
        margin-right: 0px;
        margin-bottom: 48px;
        box-shadow: 0 100px 200px rgba(1, 23, 54, 0.1);
    }

    .corporate-culture .culture-content .content-item .item-button {
        background: #FAB400;
        color: #F0F3FA;
    }
}
/* 企业文化end */

/* 合作伙伴start */
.partners {
    background: #D9DDE5;
}

.partners .partners-title {
    font-size: 48px;
    text-align: center;
    font-weight: 700;
    padding-top: 65px;
    padding-bottom: 48px;
}

.partners .partners-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 42px;
    padding-bottom: 95px;
}

.partners .list-item {
    width: 260px;
    height: 160px;
    padding: 15px;
    background: #fff;
    margin: 0 42px 40px 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: #2947A9;
    font-family: "SiYuanHeiTi-Bold";
}

.partners .list-item .line {
    background: #E0E3EB;
    height: 2px;
    width: 43.9px;
}

.partners .list-item:nth-child(2n) {
    background: #002FA7;
    color: #FFFFFF;
}

@media (max-width: 1000px) {    
    .partners .partners-title {
        font-size: 32px;
        padding-top: 65px;
        padding-bottom: 28px;
    }
    
    .partners .partners-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 ;
        padding-bottom: 45px;
    }
    
    .partners .list-item {
        margin: 20px 0;
    }
    
    .partners .list-item .line {
        background: #E0E3EB;
        height: 2px;
        width: 43.9px;
    }
    
    .partners .list-item:nth-child(2n) {
        background: #002FA7;
        color: #FFFFFF;
    }
}

/* 合作伙伴end */

/* 加入我们start */

.join-us .join-us-title {
    margin-top: 50px;
    margin-bottom: 48px;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    color: #292E3D;
}

.swiper-container {
    height: 419px;
    border: 1px solid #AEB5BF;
    box-shadow: 0 100px 200px rgba(1, 23, 54, 0.1);
    border-radius: 20px;
    margin-bottom: 24px;
    position: relative;
}

.join-us .join-us-content {
    margin: 0 30px;
    margin-top: 44px;
}

.join-us .join-us-content .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #011736;
    margin-bottom: 8px;
}

.join-us .join-us-content .description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #011736;
    margin-bottom: 24px;
}

.join-us .join-us-content p {
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    color: #4B5F84;
    max-width: 636px;
}

.join-us .join-us-content .arrangement {
    display: flex;
    justify-content: space-between;
}

.join-us .prev {
    position: absolute;
    right: 289px;
    bottom: 65px;
    z-index: 2;
    cursor: pointer;
}

.join-us .next {
    position: absolute;
    right: 223px;
    bottom: 65px;
    z-index: 2;
    cursor: pointer;
}

.join-us .join-us-email {
    font-size: 24px;
    line-height: 150%;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 81px;
    color: #011736;
}

.join-us .join-us-email .join-us-line {
    margin-top: 12px;
    height: 1px;
    max-width: 500px;
    width: 500px;
    background: #011736;
}

.margin-bottom {
    margin-bottom: 16px !important;
}

.swiper-bg {
    background: url(../images/aboutUS/join-bg.png) no-repeat;
    background-position: right;
}

.join-us-mobile{
    display: none;
}


@media (max-width: 1000px) {
    .join-us{
        display: none;
    }
    .join-us-mobile{
        display: block;
    }

    .join-us-mobile .join-us-title{
        margin-top: 50px;
        margin-bottom: 48px;
        font-size: 32px;
        font-weight: 700;
        text-align: center;
        color: #292E3D;
    }
    
    .join-us-mobile .join-us-content {
        min-height: 419px;
        border: 1px solid #AEB5BF;
        box-shadow: 0 100px 200px rgba(1, 23, 54, 0.1);
        border-radius: 20px;
        margin: 0 2px;
        margin-bottom: 24px;
        padding: 0 23px 17px 23px;
        background: url(../images/aboutUS/join-bg.png) no-repeat;
        background-position: right;
    }

    .join-us-mobile .join-us-content:last-child .description{
        margin-top: 10px;
    }
    
    .join-us-mobile .join-us-content .title {
        margin-top: 44px;
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        color: #011736;
        margin-bottom: 8px;
    }
    
    .join-us-mobile .join-us-content .description {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #011736;
        margin-bottom: 16px;
    }
    
    .join-us-mobile .join-us-content p {
        font-size: 14px;
        line-height: 34px;
        font-weight: 400;
        color: #4B5F84;
    }
    
    .join-us-mobile .join-us-email {
        font-size: 18px;
        line-height: 150%;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 42px;
        color: #011736;
    }
    
    .join-us-mobile .join-us-email .join-us-line {
        margin-top: 12px;
        height: 1px;
        width: 300px;
        background: #011736;
    }
}

/* 加入我们end */