* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ml0 {
    margin-left: 0 !important;
}

body {
    display: block;
}

.dis_none {
    display: none !important;
}

@media (min-width: 769px) {
    .xy_body {
        min-width: 1600px;
    }

    .bg_gray {
        min-width: 1600px;
    }

    .xy_footer {

        min-width: 1600px;
    }

    .header {

        min-width: 1600px;
    }

    .xy_main {
        width: 1600px;
    }

    .right_out {
        width: 1264px;
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


.xy_body {
    position: relative;

}

a {
    text-decoration: none;
}

/* 针对整个滚动条 */
.font_white {
    color: #fff;
}

.font_yellow {
    color: #f4bb40 !important;
}

.bg_gray {
    background-color: #e3e7e6;

}

.bg_yellow {
    background-color: #f5bb40;

}

.bg_black {
    background-color: #000;

}

.bg_black2 {
    background-color: #1a1a1a
}

.h3000 {
    height: 3000px;
}

.ma0 {
    margin: 0 auto;
}

.header {
    background: #000;
    display: block;
    justify-content: space-around;
    padding-top: 44px;
    padding-bottom: 38px;
    width: 100%;
}

.header .left {
    display: block;
    padding-left: 82px;
    float: left;
}

.header .left .img_logo {
    width: 519px;
    height: 53px;

}

.header .right {
    float: right;
    width: 630px;
    padding: 2px 0;
    display: flex;
    justify-content: space-between;
    padding-right: 40px;

}

.header .right .img_word {
    width: 388px;
    height: 41px;
}

.header .right_icon {
    display: inline-block;
    /* position: absolute; */
}

.header .right_icon .icon_menu {
    margin-left: 14px;
    width: 35px;
    height: 35px;
}

.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: 1600px;
    width: 1600px;
    opacity: 0.5;
    z-index: 0;
    position: absolute;
    /* left:330px; */
    left: 0;
    top: -60px;
    z-index: 9999;
    /* opacity: 0; */
    /* 允许鼠标穿透  */
    pointer-events: none;
}

.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;
    margin: 0 auto;
}



.xy_tc {
    text-align: center;
}

.xy_footer {
    background-color: #000000;
    padding: 80px 0px 40px 0;
}

.xy_footer_in {
    padding: 0 80px;
    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: 10px;
}

.xy_footer_in .top .addr {
    padding-bottom: 8px;
    font-size: 18px;
}


.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: 138px;
    height: 138px;
}

.xy_footer_in .top .right .qr_code_text {
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 0px 0;
}

.xy_footer_in .bottom_copyright {
    margin-top: 20px;
    border-top: #be1a21 solid 1px;
    font-size: 18px;
    padding-top: 14px;
}

.navbar {
    width: 100%;
}

.navbar .item_title {
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-left: solid 6px #be1a21;
    padding-left: 20px;
}

.navbar .item_title .title .zh {
    font-size: 36px;
    /* font-weight: normal; */
}

.navbar .item_title .title .en {
    font-size: 27px;
    margin-left: 18px;
    color: #65635e;
}

.navbar .item_title .more {
    font-size: 25px;
    color: #bd1b21;
}

.btn_top_black {
    position: fixed;
    bottom: 140px;
    right: 140px;
}

.btn_top_black img {
    width: 116px;
    height: 116px;
}