.dp_line{
    font-size: 0;
    display:flex;
}
.b-title{
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-top: 4px;
}
/*主页主体部分*/
.content-main{
    margin-bottom: 30px;
    overflow: hidden;
    height:330px;
    display: flex;
}
.calling-card .content-main{
    height: 280px;
}
.function .content-main{
    height: 290px;
}
.outer-border{
    position: relative;
    margin-left: 150px;
}
.outer-image{
    align-self: flex-end;
}
.inner-img{
    width: 147px;
    height: 249px;
    z-index: 1;
    position: absolute;
    top: 43px;
    left: 11px;
    overflow: hidden;
}
.content{
    width: 800px;
    overflow: hidden;
    margin: 0 auto;
    margin-top:30px;
}
.content-p{
    width:410px;
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.calling-card .content-p{
    margin-top: -48px;
}
.content-p-one{
    margin-top: 15px;
}
.content-p-one:nth-child(1){
    margin-top: 0;
}
.content-p-one .p1{
    font-size: 15px;
    color:#333333;
    line-height: 24px;
    font-weight: 700;
    margin-right: 10px;
}
.content-p-one .p2{
    font-size: 14px;
    color:#555555;
    line-height: 24px;
}

.active-card{
    overflow: hidden;
    background-size:100% 100%;
}

.active-card .active-card-line{
    border-color:#dedede;
}
.function-content{
    width:100%;
    overflow: hidden;
    margin-top: 10px;
    padding:0 20px;
}
.function{
    overflow: hidden;
}

.function-one{
    width:25%;
    float:left;
    margin-top: 30px;
}
.function-one-img{
    width:52px;
    height:52px;
    margin: 0 auto;
}
.fun1{
    background:  no-repeat 0 0;
}
.fun2{
    background:  no-repeat -52px 0;
}
.fun3{
    background:  no-repeat -104px 0;
}
.fun4{
    background:  no-repeat -156px 0;
}
.fun5{
    background:  no-repeat -208px 0;
}
.fun6{
    background:  no-repeat -260px 0;
}
.fun7{
    background:  no-repeat -312px 0;
}
.fun8{
    background:  no-repeat -364px 0;
}
.function-one-p{
    text-align: center;
}
.function-one-p p{
    margin-top:10px;
    color:#555555;
}
.hx{
    width: 12px;
    height: 4px;
    display: inline-block;
    border-top: 1px solid #555555;
    margin: 0 6px;
}
.inner-img-box img{
    width:100%;
}
.activity_image{
    margin-left: 30px;
}
.find_image{
    margin-left: 100px;
}
.active-card .content-p{
    margin-left: 80px;
}
.find-card .content-main{
    margin-bottom: 0;
}