.hide {
    display: none;
}

#mid_all {
    width: 1100px;
    margin: auto;
    overflow: hidden;
}   
    .menu-img-box {
        margin-top: 30px;
        overflow: hidden;
	margin-left: 300px;
    }
        .img-box {
            float: left;
            margin-right: 80px;
            cursor: pointer;
        }
        .img-box:hover p {
            color: #1993ff;
        }
        .img-box-cli p {
            color: #1993ff !important;
        }
        .img-box p {
            text-align: center;
            font-weight: bold;
            color: #555;
        }
    .menu-box {
        width: 100%;
        margin-top: 50px;
    }
        .menu-box h2 {
            text-align: center;
        }
        .menu-img {
            width: 80%;
            display: block;
            margin: auto;
        }