.cross-border{
    width: 100%;
    overflow: hidden;
}
.cross-border .warp{
    margin: 110px auto;
}
.cross-border .warp .title{
    text-align: center;
}
.cross-border .warp .title span{
    font-size: 40px;
    font-family: Source Han Sans CN;
    color: #333333;
    display: block;
    margin-bottom: 60px;
}
.cross-border .warp .title p{
    font-size: 16px;
    color: #888888;
    font-family: Source Han Sans CN;
}
.cross-border .warp .content{
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.cross-border .warp .content .item{
    text-align: center;
}
.cross-border .warp .content .item p{
    font-size: 20px;
    color: #333333;
    margin-top: 10px;
    font-family: Source Han Sans CN;
}
.cross-border .warp .content .line{
    width: 140px;
    height: 1px;
    border-bottom: 1px dashed #77B1FF;
    margin-top: 55px;
    margin-left: 5px;
    margin-right: 5px;
}
.cross-border .warp .content .item img{
    min-height: 95px;
}





.cross-border2{
    width: 100%;
    overflow: hidden;
    background: #F5F8FF;
}
.cross-border2 .warp{
    margin: 130px auto;
}
.cross-border2 .warp .title{
    text-align: center;
}
.cross-border2 .warp .title span{
    font-size: 40px;
    font-family: Source Han Sans CN;
    color: #333333;
    margin-bottom: 60px;
    display: block;
}
.cross-border2 .warp .title p{
    font-size: 16px;
    color: #888888;
    font-family: Source Han Sans CN;
}
.cross-border2 .warp .content{
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cross-border2 .warp .content .item{
    width: 380px;
    height: 450px;
    background: #FFFFFF;
    box-shadow: 0 0 30px 0 rgba(68, 122, 237, 0.2);
    border-radius: 40px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cross-border2 .warp .content .item .images{
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 60px;
}
.cross-border2 .warp .content .item .images img{
    width: 100%;
    height: 100%;
}

.cross-border2 .warp .content .item .text{
    text-align: center;
}

.cross-border2 .warp .content .item .text span{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin-bottom: 30px;
    display: block;
}
.cross-border2 .warp .content .item .text p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}





.cross-border3{
    width: 100%;
    overflow: hidden;
}
.cross-border3 .warp{
    margin: 143px auto 239px;
}
.cross-border3 .warp .title{
    margin: 0 auto 130px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    color: #333333;
}
.cross-border3 .warp .content{
    display: flex;
    justify-content: space-between;
}

.cross-border3 .warp .content .images{
    width: 600px;
    height: 1026px;
    background: #edeffb;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cross-border3 .warp .content .images img{
    width: 600px;
}

.cross-border3 .warp .content .right .item{
    width: 550px;
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 244px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.4s;
}

.cross-border3 .warp .content .right .item:hover{
    box-shadow: 0px 0px 30px 0px rgba(68, 122, 237, 0.2);
}
.cross-border3 .warp .content .right .item:last-child{
    margin-bottom: 0;
}
.cross-border3 .warp .content .right .item .spacing{
    display: flex;
}
.cross-border3 .warp .content .right .item img{
    width: 50px;
    height: 50px;
}
.cross-border3 .warp .content .right .item .spacing .text{
    margin-left: 30px;
}
.cross-border3 .warp .content .right .item .spacing .text span{
    font-size: 24px;
    font-family: Source Han Sans CN;
    color: #333333;
    margin-bottom: 30px;
    display: block;
}
.cross-border3 .warp .content .right .item .spacing .text p{
    width: 400px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    color: #888888;
    line-height: 30px;
    /*-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;*/
    display: -webkit-box;
    overflow: hidden;
}