.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.homePage_contain_texture {
    width: 100%;
    overflow: hidden;
}

.homePage_contain_texture img {
    width: 100%;
}

.homepage_text {
    background-color: #D6D6D6;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.homePage_contain_text_1 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background-color: #D6D6D6;
}

.d_flex {
    display: flex;
}

.order_change {
    order: 0;
}

.homePage_contain_text_1 h1 {
    font-weight: bold;
}

@media(max-width:1500px) {
    .homePage_contain_text_1 {
        font-size: 18px;
        background-color: #D6D6D6;
    }

    .homePage_contain_text_1 h1 {
        font-size: 25px;
    }
}

@media(max-width:1130px) {
    .homePage_contain_text_1 {
        font-size: 16px;
        background-color: #D6D6D6;
    }

    .homePage_contain_text_1 h1 {
        font-size: 20px;
    }
}

@media(max-width:1020px) {
    .homePage_contain_text_1 {
        font-size: 12px;
        background-color: #D6D6D6;
    }

    .homePage_contain_text_1 h1 {
        font-size: 18px;
    }
}

@media(max-width:992px) {
    .homePage_contain_text_1 {
        font-size: 24px;
        background-color: #D6D6D6;
    }

    .homePage_contain_text_1 h1 {
        font-weight: bold;
        font-size: 32px;
    }

    .homePage_contain_text_1 {
        padding: 30px 0;
    }

    .order_change {
        order: 1;
    }
}

@media(max-width: 600px) {
    .homePage_contain_text_1 {
        font-size: 20px;
        background-color: #D6D6D6;
    }

    .homePage_contain_text_1 h1 {
        font-weight: bold;
        font-size: 30px;
    }

    .homePage_contain_text_1 {
        padding: 20px 0;
    }
}

@media(max-width:400px) {
    .homePage_contain_text_1 {
        font-size: 15px;
        background-color: #D6D6D6;
    }

    .homePage_contain_text_1 h1 {
        font-weight: bold;
        font-size: 25px;
    }

    .homePage_contain_text_1 {
        padding: 10px 0;
    }
}

.help {
    text-align: center;
    font-weight: bold;
    background-color: rgb(41, 41, 41);
    color: white;
    padding: 50px 0;
    letter-spacing: 20px;

}

@media(max-width:365px) {
    .help h1 {
        font-size: 30px;
    }
}

.homepage_9_texture img {
    width: 100%;
}

.homepage_9_texture .mask {
    background-color: rgba(0, 0, 0, 0.411);
}

.botton_selection {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: gray;
    line-height: 36px;

}

.botton_selection a {
    height: 33.33333%;
    text-decoration: none;
    border-bottom: 3px white solid;
    display: flex;
    justify-content: center;
}

.botton_selection a span {
    color: white;
    margin: auto 0;
    font-size: 36px;
}

.homepage_9_texture {
    position: relative;
}

.homepage_9_texture_text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.397);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.homepage_9_texture_text_p {
    margin: 0 auto;
}

.homepage_9_texture_text h1 {
    text-align: center;
    margin-bottom: 50px;
}

.homepage_9_texture_text_p p {
    font-size: 30px;
    letter-spacing: 5px;
}

@media(max-width:1500px) {
    .homepage_9_texture_text h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .homepage_9_texture_text_p p {
        font-size: 20px;
        letter-spacing: 3px;
    }
}

@media(max-width:1250px) {
    .homepage_9_texture_text h1 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .homepage_9_texture_text_p p {
        font-size: 14px;
        letter-spacing: 3px;
    }
}

@media(max-width:600px) {
    .homepage_9_texture {
        width: 100%;
        height: 50vh;
        background-position: center;
        background-size: cover;
        background-image: url(../image/homepage_05.jpg);
    }

    .homepage_9_texture img {
        display: none;
    }
}

@media(max-width:992px) {
    .botton_selection a {
        padding: 20px;
    }
}

.News {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    background-color: rgb(41, 41, 41);
    color: white;
    letter-spacing: 20px;
}

.new_img img {
    width: 100%;

}

.news_text {
    padding: 20px;
}
.news_text span{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 25px;
}
.news_text a{
    color: black;
    text-decoration: none;
}
hr {
    background-color: black;
}
@media(max-width:1150px){
    .news_text span{
    font-size: 20px;
}
}