
/*#carousel_pre ,#carousel_next{
    outline: none;
    width:48px;
    height:68px;
    border:0px;
    cursor:pointer;
    position:absolute;
    top:50%;
    z-index:5;
    display:inline-block;
    margin-top:-34px;
}

#carousel_pre{
    left: 50px;
    background: url("http://cdn.xuansiwei.com/chens2113/image/web/banner_left_normal.png");
}

#carousel_next{
    right: 50px;
    background: url("http://cdn.xuansiwei.com/chens2113/image/web/banner_right_normal.png");
}
#carousel_pre:hover{
    background: url("http://cdn.xuansiwei.com/chens2113/image/web/banner_left_pressed.png");

}
#carousel_next:hover{
    background: url("http://cdn.xuansiwei.com/chens2113/image/web/banner_right_pressed.png");

}*/

.div_block{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px
}
.div_hor_block{
    /*display: flex;
    display: -webkit-flex; !* Safari *!
    flex-direction: row;
    justify-content:center;*/
    margin-top:50px
}
.img_block{
    margin-right: 20px;
}
.img_block p{
    font-size: 14px;
    color: #737373;
    margin-top: 10px;
    text-align: left;

}



#social .img_block{
    padding: 30px;

}


#social p{
    text-align: center;
    font-size: 20px;
    color: #333333;
}
#cmservice{
    align-items: flex-start;
}
#cmservice p{
    text-align: center
}

.mbottom{
    /*position: absolute;
    bottom: 0;*/
    margin-top: 230px;
}
.mbottom p{
    color: #1a1a1a;
    font-size: 20px;
}

.detail{
    background-color: rgba(255,185,1,0.6);
    color: #ffb901;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding:20px;

}
.detail p{
    text-align: center;
    margin: 0 ;
    color: #ffffff;
    margin-top: 10px;
    font-size: 20px;
}
