* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
ul,
ol {
    list-style-type: none;
    list-style-image: none;
}

.bg-img {
    display: flex;
    width: 100%;
    height: auto;
    background: url('../images/jindu/bg.jpg') no-repeat center top;
    background-size: 100% 100%;
}

.bg-img .main {
    display: flex;
    flex-flow: row wrap;

    padding: 20px;
    margin: 0px auto;
    margin-top: 280px;
    margin-bottom: 50px;
    width: 1080px;
    height: auto;
    background: #fff;
    border-radius: 1%;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.container_01 {
    width: 250px;
    height: 250px;
    margin: 0 10px;
    margin-top: 10px;
    border-radius: 5px;
}

.container_01 img {
    border-radius: 5px;
    width: 100%;
    height: 160px;
}

.container_01 p {
    margin: 5px 0;
    font-size: 13px;
}