html,
body {
    overflow-x: hidden;

}

#aside_right ul li .aside_common_show.aside_txt_show a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.page_info {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slider_banner_text1 p {
    line-height: 1.3;
}

.slider_banner_text3 {
    margin-top: 30px;
}

.slider_banner_header .slider_banner_text1 {
    max-height: 5vw;
    overflow-y: auto;
    font-size: 60px;
    font-family: Lancelot;
    margin: 30px 0;
}

.slider_banner_h1 a {
    font-family: Lancelot;
    font-weight: 400;
    font-size: 60px;
    color: #FFFFFF;
}

.swiper-horizontal {
    overflow: hidden;
}

.faq-title b {
    top: 41%;
    transform: rotate(-90deg);
}

.faq-item .faq-title.show-title b {
    transform: rotate(0);
}

@media screen and (max-width:1366px) {
    .slider_banner_header .slider_banner_h1 a {
        font-size: 40px;
    }
}

@media screen and (max-width:950px) {
    .slider_banner_header .slider_banner_h1 a {
        font-size: 20px;
    }

    .page_info {
        height: auto;
        margin-top: 5%;
    }

    .slider_banner_text3 {
        margin: 0;
    }
}