.settings {
    width: 100%;
    height: 30vw;
}
.settings img {
    width: 100%;
    height: 100%;
}
.tailorisms {
    width: 100%;
    margin-bottom: 3vw;
}
.tailorisms_box {
    width: 75vw;
    margin: 1vw auto;
}
.honors {
    width: 100%;
}
.honors_name {
    font-size: 1vw;
    font-weight: bold;
    text-align: center;
    margin: 3vw 0vw;
}
.honors_Content {
    width: 100%;
    padding: 1vw;
    box-sizing: border-box;
    background-color: #eee;
    color: #000000;
    font-size: 0.8vw;
    line-height: 2vw;
    text-align: justify;
}
.glory {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.glory_box {
    width: 24%;
    height: auto;
    background-color: #ffffff;
    margin-right: 1.25%;
    margin-top: 2vw;
}
.glory_box:nth-child(4n) {
    margin-right: 0vw;
}
.glory_box_img {
    width: 100%;
    height: 14vw;
}
.glory_box_img_s {
    width: 100%;
    height: 24vw;
}
.glory_box_img img {
    width: 100%;
    height: 100%;
}
.glory_box_img_s img {
    width: 100%;
    height: 100%;
}
.glory_box_title {
    text-align: center;
    font-size: 0.8vw;
    color: #000000;
    border: 1px solid #ddd;
    line-height: 2vw;
    margin-top: 1vw;
}