
.bang_box_home_de{
    position: absolute;
    float: right;
    width: 312px;
    height: 520px;
    background: #fff;
    box-shadow: 0 0 7px 2px rgba(6,0,1,.04);
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
}

.project_top{
    height: 232px;
    border-bottom: 1px solid #f5f5f5;
}
.project_top h3{
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 24px;
    margin-bottom: 27px;
}
.project_top h3 span:nth-child(2){
    padding: 0 5px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #afb1b3;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    color: #96989a;
    display: inline-block;
    text-align: center;
}
.project_top ul li{
    font-size: 14px;
    font-weight: 400;
    color: grey;
    line-height: 36px;
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.project_top ul li:first-child span{
    font-size: 14px;
    font-weight: 400;
    color: #f66;
    line-height: 20px;
}
.project_top ul li:first-child span strong{
    font-size: 20px;
    font-weight: 400;
    color: #f66;
    line-height: 20px;
    font-weight: 700;
}
.project_top ul li:nth-child(2) span{
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 20px;
}
.project_top ul li:nth-child(3) span{
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 20px;
}
.project_top .btn_two{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.project_top .btn_two span{
    width: 134px;
    background: rgba(253,244,239,1);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #ff6634;
    text-align: center;
    line-height: 34px;
    display: inline-block;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fenxishi{
    width: 280px;
    height: 86px;
    padding-top: 18px;
}
.fenxishi h4{
    font-size: 16px;
    font-weight: 700;
    color: #1f1f1f;
    line-height: 16px;
}
.fenxishi .tese li{
    font-size: 14px;
    font-weight: 400;
    color: #626466;
    float: left;
    margin-right: 9px;
    margin-top: 15px;
}
.kefu{
    width: 280px;
    height: 70px;
}
.kefu ul li{
    display: flex;
    margin-bottom: 24px;
}
.kefu_img_box{
    width: 56px;
    height: 56px;
    margin-right: 12px;
    overflow: hidden;
    position: relative;
}
.head_img{
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
.kefu ul li .name_box{
    width: 165px;
    position: relative;
}
.kefu ul li .name_box h6{
    font-size: 16px;
    font-weight: 700;
    color: #1f1f1f;
    line-height: 16px;
}
.kefu ul li .name_box h6 span{
    font-size: 12px;
    font-weight: 400;
    color: #2284f4;
    width: 60px;
    height: 16px;
    background: #f2f8ff;
    border-radius: 2px;
    text-align: center;
    margin-left: 6px;
    display: inline-block;
}
.kefu ul li .name_box .fuwu{
    font-size: 14px;
    font-weight: 400;
    color: #8f8f8f;
    line-height: 34px;
}
.kefu ul li .name_box .fuwu span{
    color: #ff5644;
}
.kefu ul li .name_box .tel{
    font-size: 14px;
    font-weight: 700;
    color: #ff5d4c;
    line-height: 14px;
    display: flex;
    align-items: center;
}
.kefu ul li button{
    font-size: 14px;
    font-weight: 400;
    color: #ff6634;
    width: 80px;
    height: 32px;
    border: 1px solid #ff6634;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    background: #fff;
    float: right;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
}
.youhui{
    width: 280px;
    height: 60px;
    background: #fff7ed;
    border-radius: 2px;
    margin-top: 20px;
}
.youhui .left_you{
    float: left;
    height: 60px;
    padding-left: 18px;
}
.youhui .left_you h4{
    font-size: 14px;
    font-weight: 700;
    color: #ff9a27;
    line-height: 28px;
    margin-top: 7px;
}
.youhui .left_you p{
    font-size: 12px;
    font-weight: 400;
    color: #b2a88a;
}
.youhui span{
    width: 72px;
    height: 26px;
    background: #ff9a27;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    margin-top: 17px;
    float: right;
    margin-right: 16px;
    cursor: pointer;
}