.banner{
    background:#F3F7FC

}
.banner-element .mid{
    overflow: hidden;
    padding-top: 150px;
    /* padding-bottom: 50px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner-left{
    /* width: 500px; */
    /* height: 500px; */
    /* float:left; */
}
.banner-right{
    /* float:left; */
    width: 859px;
    margin-left: 50px;
}
.banner-left .left-title{
    font-size: 32px;
    color:#333;
    margin-bottom: 50px;
    line-height: 1.5;
}
.banner-right .intro-text{
    color:#666;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
}
.content{
    background:#F3F7FC;
    /* padding:100px 0; */
    overflow:hidden
}
.content .service-element{
    width: 480px;
    height: 148px;
    padding:50px;
    background:#fff;
    border-radius: 16px;
    position:relative;
    float:left;
}
.content .service-element:nth-child(2n+1){
    margin-left: 40px;
    margin-bottom: 50px;
}
.service-title{
    color:#333;
    font-size: 32px;
    margin: 100px 0 50px 0;
    text-align: center;
}
.content .service-element .service-text{
    /* padding:40px 60px; */
    /* text-align: center; */
    line-height: 1.5;
    font-size: 14px;
    color:#61708D;
    margin-bottom: 50px;
}
.content .service-element.hover{
    background:#25A5D7;
}
.content .service-element.hover .service-inner-title{
    color:#fff;
}
.content .service-element.hover .service-text{
    color:#fff;
}
.content .service-element .service-inner-title{
    font-size: 24px;
    color:#333;
    margin-bottom: 20px;
}
.content .service-element .service-text{
    font-size: 16px;
    color:#333;
    line-height: 1.5;
}
.content .service-element .service-img{
    width: 82px;
    height: 143px;
    position:absolute;
    bottom:0;
    right:50px;
}
.content .service-element .service-img img{
    width: 100%;
    height: 100%;
}
.service-ee{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    position:relative;
    margin-top: 50px;
}
.service-ee:last-child{
    padding-bottom: 100px;
}
.service-ee .se-title{
    font-size: 50px;
    color:#333;
    margin-bottom: 20px;
    font-weight: 700;
}
.service-ee .service-bg{
    position: absolute;
    top:0;
    left:0;
    width: 470px;
    height: 220px;
}
.service-ee .service-bg img{
    width: 100%;
    height: 100%;
}
.service-ee .se-text{
    font-size: 16px;
    color:#7A7A7A;
    line-height: 1.5;
}
