body {
    overflow-x: hidden;
}

.dis_none {
    display: none !important;
}

@media (min-width: 769px) {

    /* 滚动条整体样式 */
    ::-webkit-scrollbar {
        width: 10px;
        /* 设置滚动条宽度为 20px，可根据需求调整 */
    }

    /* 滚动条轨道样式 */
    ::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }

    /* 滚动条滑块样式 */
    ::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 5px;
    }

    /* 鼠标悬停在滑块上时的样式 */
    ::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


.xy_body {
    position: relative;
    width: 1900px;
    transform-origin: left top;

}

a {
    text-decoration: none;
}

/* 针对整个滚动条 */
.font_white {
    color: #fff;
}

.font_yellow {
    color: #f4bb40 !important;
}

.bg_gray {
    background-color: #e3e7e6;
}

.bg_yellow {
    background-color: #f5bb40;

}

.h3000 {
    height: 3000px;
}

.ma0 {
    margin: 0 auto;
}

.header {
    background: #000;
    display: block;
    justify-content: space-around;
    padding-top: 50px;
    padding-bottom: 44px;
    width: 100%;

}

.header .left {
    display: block;
    padding-left: 96px;
    float: left;
}

.header .left .img_logo {
    width: 623px;
    height: 68px;

}

.header .right {
    float: right;
    width: 740px;
    padding: 6px 0;
    display: flex;
    justify-content: space-between;
    padding-right: 40px;

}

.header .right .img_word {
    width: 462px;
    height: 49px;
}

.header .right_icon {
    display: inline-block;
    /* position: absolute; */
}

.header .right_icon .icon_menu {
    margin-left: 16px;
}

.header .right_icon .search_box {
    position: absolute;
    top: 60px;
    right: 0px;
}

.header .right_icon .search_box .input_search {
    font-size: 20px;
    padding: 10px;
    width: 400px;
}

.header .icon_head_right {

    margin-left: 78px;
}

/* 清除浮动 */
.clearfix {
    clear: both;
}

.body_page_img {
    display: block;
    max-width: 1920px;
    width: 1920px;
    opacity: 0.5;
    z-index: 0;
    position: absolute;
    /* left:330px; */
    left: 0;
    top: -72px;
    z-index: 1;
    /* opacity: 0; */
}

.body_page_button_box {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 100;
    font-size: 12px;
}

.body_page_button {

    padding: 4px;
    font-size: 12px;

}




.xy_main {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}



.xy_tc {
    text-align: center;
}

.xy_footer {
    background-color: #000000;
    padding: 100px 0px 40px 0;
}

.xy_footer_in {
    padding: 0 94px;
    color: #fff;
    font-size: 18px;

}

.xy_footer_in .top {
    display: flex;
    justify-content: space-between;
}

.xy_footer_in .top .foot_logo {
    height: 49px;
    margin-bottom: 18px;
}

.xy_footer_in .top .addr {
    padding-bottom: 14px;
    font-size: 20px;
}


.xy_footer_in .top .right {
    display: flex;
}

.xy_footer_in .top .right .qr_code {
    margin-right: 20px;
}

.xy_footer_in .top .right .qr_code_img {
    width: 166px;
    height: 166px;
}

.xy_footer_in .top .right .qr_code_text {
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 0px 0;
}

.xy_footer_in .bottom_copyright {
    margin-top: 20px;
    border-top: #be1a21 solid 1px;
    font-size: 20px;
    padding-top: 20px;
}


.swiper_arrow {
    width: 179px !important;
    height: 179px !important;
}