.maintain{
    width: 100%;
   
}

 .maintain_title{
    text-align: center;
    line-height: 30px;
    margin-top: 30px ;
    color: #626262;
    

}
 .maintain_title  .title_next{
    margin-top: 20px;

}
.maintain .maintain_box{
    /* box-shadow:3px 3px 3px 3px rgba(239, 238, 242, 0.8), 5px 5px 5px 5px rgba(255,255,255,0.9); */
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    line-height: 40px;
    text-align: center;
    width: 206px;
    height: 250px;
    margin: 0px 1%;
    padding: 10px;
    color: #535353;
    font-weight: bold;
    float:left;
    border:1px solid #e4e8ed;
}
.maintain .maintain_box img{
    margin-top: 10%;
    height: 50%;


}

.maintain .maintain_content{
    width: 76%;
    display: flex;
    justify-content: center;
    margin: 60px auto 0;

}

.maintain .maintain_box p{
    font-size: 18px
    
}

.capacity{
    margin-top: 4%;
    background: #FBFBF8;
    height: 500px;
    padding-top: 20px;

}

.capacity .capacity_content{
    display: flex;
    /* justify-content: space-around; */
    justify-content: center;
    margin: 5% auto 0;
    height: 180px;
   width:965px;
 
}


.capacity .capacity_img{
    width: 200px;
    border-right: 1px solid #D4E1F0;
    margin-left: 20px;
    line-height: 20px;
    padding-right: 20px;
    color: #AFAFAD;
   float:left;
}

.capacity_content .capacity_img:nth-of-type(4){
    border: none;

}


.capacity .capacity_img img{
    /* width: 40%; */
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    margin-bottom: 15px;

}

.scene_content{
    display: flex;
    justify-content: center;
    margin: 4% auto 0;
    width:1080px;
}
.scene_content_img {
    width:200px;
    margin: 0 20px;
    background: #F5F5F2;
    padding: 15px;
    margin-bottom: 40px;
    line-height: 25px;
    float:left;
    height:270px;
}
.scene_content_img img{
    width: 100%;


}
.scene_content_img p{
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 2%;

}

.scene_content_img span{
    text-align: center;
    font-size: 14px;
    display: block;
    color: #AFAFAD;

}