* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    /*line-height: 1;*/
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif
}

html {
    font-size: 62.5%
}

*,
*::after,
*::before {
    box-sizing: border-box
}

img {
    object-fit: cover;
    vertical-align: middle
}

img:not(.none) {
    max-width: 100%;
    max-height: 100%
}

textarea {
    resize: none;
    font-family: inherit
}

button {
    border: none;
    cursor: pointer
}

.bezier .swiper-wrapper,
.div_bezier {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important
}

table {
    border-collapse: collapse
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: .4rem
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0)
}

[data-wheel]::-webkit-scrollbar {
    width: 7px
}

[data-wheel]::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    border-radius: .4rem
}

[data-wheel]::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0)
}

[data-scrollbar] {
    height: 100vh
}

.scroll-content {
    overflow: hidden
}

.scrollbar-thumb {
    width: 5px !important
}

@media screen and (max-width: 1024px) {
    .scrollbar-thumb {
        width: 0 !important
    }
}

.scrollbar-track-y {
    z-index: 9999 !important
}

.scrollbar-track {
    background-color: rgba(0, 0, 0, 0) !important;
    right: 0 !important
}

.scrollbar-track:hover {
    cursor: grab
}

.scrollbar-thumb {
    background: rgba(0, 0, 0, .5) !important
}

section {
    overflow: hidden
}

section.unset {
    overflow: unset
}

@keyframes swing {
    0% {
        -webkit-transform: rotateZ(10deg);
        -moz-transform: rotateZ(10deg);
        transform: rotateZ(10deg)
    }

    100% {
        -webkit-transform: rotateZ(-10deg);
        -moz-transform: rotateZ(-10deg);
        transform: rotateZ(-10deg)
    }
}

header[id] {
    display: none
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* transition: all .2s ease-out 0s */
    transition: all .3s ease-out
}

.header .header_box1 {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.header .header_box1 .l {
    position: relative
}

.header .header_box1 .l .logo {
    position: relative;
    z-index: 5
}

.header .header_box1 .l .logo img {
    display: block
}

.header .header_box1 .l .logo .logo_bg1 {
    width: 517px
}

.header .header_box1 .l .logo .logo_img {
    width: 313px;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5
}

.header .header_box1 .l .l_animate {
    position: absolute;
    top: 78px;
    left: 54px;
    z-index: 4;
    -webkit-animation: swing 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-animation: swing 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation: swing 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    cursor: pointer
}

.header .header_box1 .header_r {
    width: calc(100vw - 517px)
}

.header .header_box1 .header_r .header_r_t {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 45px;
    background: maroon;
    padding: 0 100px 0 0
}

.header .header_box1 .header_r .header_r_t .nav {
    display: flex;
    align-items: center
}

.header .header_box1 .header_r .header_r_t .nav a {
    display: block;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    margin: 0 25px;
    position: relative
}

.header .header_box1 .header_r .header_r_t .nav a::after {
    content: "";
    width: 1px;
    height: 10px;
    background: #fff;
    opacity: .2;
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%)
}

.header .header_box1 .header_r .header_r_t .time {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    margin-right: 35px
}

.header .header_box1 .header_r .header_r_t .lan {
    margin-left: 25px
}

.header .header_box1 .header_r .header_r_t .lan a {
    font-weight: 300;
    font-size: 16px;
    color: #fff
}

.header .header_box1 .header_r .header_r_t .search {
    margin-left: 50px;
    width: 50px;
    height: 24px;
    background: rgba(0, 0, 0, .2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header .header_box1 .header_r .header_r_t .search a {
    display: block;
    font-size: 12px;
    color: #fff
}

.header .header_box1 .header_r .header_r_b {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 100px 0 0
}

.header .header_box1 .header_r .header_r_b .item {
    position: relative
}

.header .header_box1 .header_r .header_r_b .item.on:after {
    transform: scaleX(1)
}

.header .header_box1 .header_r .header_r_b .item:hover .level {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0)
}

.header .header_box1 .header_r .header_r_b .item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -4px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: 1s ease
}

.header .header_box1 .header_r .header_r_b .item .level {
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 10px);
    opacity: 0;
    pointer-events: none;
    transition: .6s ease;
    top: 100%;
    width: 200px
}

.header .header_box1 .header_r .header_r_b .item .level>div {
    width: 100%;
    background: #fff;
    margin: 20px 0 0 0;
    padding: 20px 0;
    border-top: 3px solid #eb6d11
}

.header .header_box1 .header_r .header_r_b .item .level>div a {
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ab0e17;
    transition: .6s
}

.header .header_box1 .header_r .header_r_b .item .level>div a:hover {
    background: #f6e9e9
}

.header .header_box1 .header_r .header_r_b .item:not(:nth-last-child(1)) {
    margin-right: 55px
}

.header .header_box1 .header_r .header_r_b .item>a {
    display: block;
    font-weight: 500;
    font-size: 22px;
    color: #fff
}

.header .header_box1 .header_r .header_r_b .item:hover:after {
    transform: scaleX(1)
}

.header.hide {
    opacity: 0;
    pointer-events: none
}

body.acquiesce .header {
    border-bottom: 1px solid rgba(128, 0, 0, .1)
}

body.acquiesce .header .header_box1 {
    background: #f5f2f2
}

body.acquiesce .header .header_box1 .header_r .header_r_b .item:after {
    background: maroon
}

body.acquiesce .header .header_box1 .header_r .header_r_b .item a {
    color: maroon
}

.economic_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .4s;
    padding: 10px 103px 10px 100px;
    height: 110px
}

.economic_header.on {
    background: maroon;
    height: 80px
}

.economic_header.on:before {
    opacity: 0
}

.economic_header.on .r .t {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px)
}

.economic_header.on .r .t2 {
    transform: translateY(-22px)
}

.economic_header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -5px;
    height: 100%;
    right: 0;
    background: url(/static/images/head-bg.png) center repeat-x;
    background-size: auto 99%;
    opacity: .8;
    transition: .6s ease
}

.economic_header .l {
    display: flex;
    align-items: center
}

.economic_header .l .logo {
    position: relative;
    display: flex;
    align-items: center
}

.economic_header .l .logo .img {
    width: 313px
}

.economic_header .l .logo .logo_line {
    width: 1px;
    height: 30px;
    background: #fff;
    margin: 0 20px
}

.economic_header .l .logo .img2 {
    width: 140px
}

.economic_header .r .t {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 45px;
    transition: .6s ease
}

.economic_header .r .t .nav {
    display: flex;
    align-items: center
}

.economic_header .r .t .nav a {
    display: block;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    margin: 0 25px;
    position: relative
}

.economic_header .r .t .nav a::after {
    content: "";
    width: 1px;
    height: 10px;
    background: #fff;
    opacity: .2;
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%)
}

.economic_header .r .t .time {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    margin-right: 35px
}

.economic_header .r .t .lan {
    margin-left: 25px;
    position: relative
}

.economic_header .r .t .lan::after {
    content: "";
    width: 1px;
    height: 10px;
    background: #fff;
    opacity: .2;
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%)
}

.economic_header .r .t .lan a {
    font-weight: 300;
    font-size: 16px;
    color: #fff
}

.economic_header .r .t .search {
    margin-left: 50px;
    cursor: pointer;
    position: relative;
    z-index: 12
}

.economic_header .r .t .search a {
    display: block;
    font-size: 15px;
    color: #fff
}

.economic_header .r .t2 {
    transition: .6s ease;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.economic_header .r .t2 .item {
    position: relative
}

.economic_header .r .t2 .item.on:after {
    transform: scaleX(1)
}

.economic_header .r .t2 .item:hover .level {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0)
}

.economic_header .r .t2 .item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -4px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: 1s ease
}

.economic_header .r .t2 .item .level {
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 10px);
    opacity: 0;
    pointer-events: none;
    transition: 1s ease;
    top: 100%;
    width: 200px
}

.economic_header .r .t2 .item .level>div {
    width: 100%;
    background: #fff;
    margin: 20px 0 0 0;
    padding: 20px 0;
    border-top: 3px solid #eb6d11
}

.economic_header .r .t2 .item .level>div a {
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ab0e17;
    transition: .6s
}

.economic_header .r .t2 .item .level>div a:hover {
    background: #f6e9e9
}

.economic_header .r .t2 .item:not(:nth-last-child(1)) {
    margin-right: 50px
}

.economic_header .r .t2 .item>a {
    display: block;
    font-weight: 500;
    font-size: 20px;
    color: #fff
}

.economic_header .r .t2 .item:hover:after {
    transform: scaleX(1)
}

.head_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    clip-path: inset(0 0 100% 0);
    transition: cubic-bezier(0.77, 0, 0.175, 1) 1s
}

.head_menu.on {
    clip-path: inset(0 0 0 0)
}

.head_menu.on .top {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .4s
}

.head_menu.on .wrap .item {
    opacity: 1;
    transform: translateY(0);
    transition: .4s ease
}

.head_menu .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.head_menu .wrap {
    display: flex;
    justify-content: center;
    position: relative;
    top: 35%
}

.head_menu .wrap .item {
    transform: translateY(30px);
    opacity: 0;
    transition: .4s;
    min-width: 108px
}

.head_menu .wrap .item.unset {
    transition-delay: unset !important
}

.head_menu .wrap .item:not(:last-child) {
    margin: 0 85px 0 0
}

.head_menu .wrap .item>a {
    font-weight: bold;
    font-size: 20px;
    color: #fff
}

.head_menu .wrap .item .level {
    margin: 40px 0 0 0
}

.head_menu .wrap .item .level .list>a {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    width: fit-content;
    display: block
}

.head_menu .wrap .item .level .list .headline {
    display: flex;
    cursor: pointer
}

.head_menu .wrap .item .level .list .headline a {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    line-height: 40px
}

.head_menu .wrap .item .level .list .headline .iconfont {
    margin: 8px 0 0 6px;
    color: #c8161d;
    font-size: 12px
}

.head_menu .wrap .item .level .list .hide {
    overflow: hidden;
    display: none
}

.head_menu .wrap .item .level .list .hide>div {
    margin: 10px 0 25px 0
}

.head_menu .wrap .item .level .list .hide a {
    font-weight: 300;
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
    line-height: 24px;
    display: block;
    width: fit-content;
    transition: .6s ease
}

.head_menu .wrap .item .level .list .hide a:hover {
    color: #fff
}

.head_menu .top {
    position: absolute;
    top: 0;
    left: 0;
    height: 94px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 91px 0 71px;
    z-index: 12;
    transform: translateY(10px);
    opacity: 0;
    transition: 1s
}

.head_menu .top .l_img {
    width: 313px
}

.head_menu .top .l_img img {
    width: 100%
}

.head_menu .top .right {
    display: flex;
    align-items: center
}

.head_menu .top .right .time {
    font-weight: 300;
    font-size: 16px;
    color: #fff
}

.head_menu .top .right .m_nav {
    margin: 0 64px 0 70px
}

.head_menu .top .right .m_nav a {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    position: relative
}

.head_menu .top .right .m_nav a:not(:last-child) {
    margin: 0 60px 0 0
}

.head_menu .top .right .m_nav a:not(:last-child):after {
    content: "";
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, .2)
}

.head_menu .top .right .m_search {
    width: 50px;
    height: 24px;
    background: rgba(255, 255, 255, .2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 64px 0 50px
}

.head_menu .top .right .m_search .iconfont {
    color: #fff;
    font-size: 14px
}

.head_menu .top .right .close {
    width: 26px;
    height: 26px;
    position: relative;
    transform: rotate(45deg);
    cursor: pointer;
    transition: .6s ease
}

.head_menu .top .right .close:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    transform-origin: top left
}

.head_menu .top .right .close:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    transform-origin: top
}

.head_menu .top .right .close:hover {
    transform: rotate(-45deg)
}

.scroll_head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 54px;
    background: #730000;
    display: flex;
    justify-content: space-between;
    padding: 0 252px 0 242px;
    /* transition: all .2s ease-out 0s; */
    transition: all .3s ease-out;
    opacity: 0;
    pointer-events: none
}

.scroll_head.show {
    opacity: 1;
    pointer-events: auto
}

.scroll_head .s_logo {
    width: 361px;
    height: 114px;
    position: relative;
    top: -30px
}

.scroll_head .s_logo .img1 {
    width: 100%
}

.scroll_head .s_logo .img2 {
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 262px;
    z-index: 21;
    position: absolute
}

.scroll_head .links {
    display: flex;
    align-items: center
}

.scroll_head .links a {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    position: relative
}

.scroll_head .links a:hover:after,
.scroll_head .links a.on:after {
    transform: scaleX(1)
}

.scroll_head .links a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: 1s ease
}

.scroll_head .links a:not(:last-child) {
    margin: 0 42px 0 0
}

.scroll_head .r {
    display: flex;
    align-items: center
}

.scroll_head .r .menu {
    width: 28px;
    margin: 0 0 0 45px;
    cursor: pointer;
    overflow: hidden
}

.scroll_head .r .menu div {
    width: 100%;
    height: 1px;
    background: #fff;
    transition: .3s ease
}

.scroll_head .r .menu div:not(:first-child) {
    margin: 7px 0 0 0
}

.scroll_head .r .menu div:first-child {
    transition-delay: .1s
}

.scroll_head .r .menu div:nth-child(2) {
    transition-delay: .2s
}

.scroll_head .r .menu div:nth-child(3) {
    transition-delay: .3s
}

.scroll_head .r .menu.on div {
    transform: translateX(100%)
}

footer {
    position: relative;
    z-index: 1;
    background: #9c0c18;
    padding: 70px 0 36px 0
}

footer .click_top {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    width: 160px;
    height: 60px;
    background: #9c0c18;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

footer .click_top .iconfont {
    font-size: 17px;
    transform: rotate(-90deg);
    color: #fff;
    position: relative;
    top: -15px
}

footer .bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 1819px;
    height: 471px
}

footer .wrap {
    width: 1400px;
    margin: auto
}

footer .wrap .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 50px;
    border-bottom: 1px solid rgba(244, 244, 244, .3);
    margin: 0 0 50px
}

footer .wrap .top img {
    width: 415px
}

footer .wrap .top .text img {
    width: 329px
}

footer .wrap .center {
    display: flex
}

footer .wrap .center .item:not(:last-child) {
    margin: 0 188px 0 0
}

footer .wrap .center .item h1 {
    font-weight: bold;
    font-size: 18px;
    color: #fff
}

footer .wrap .center .item .message {
    margin: 30px 0 0 0
}

footer .wrap .center .item .message .up {
    display: flex;
    align-items: center
}

footer .wrap .center .item .message .up:not(:last-child) {
    margin: 0 0 24px
}

footer .wrap .center .item .message .up .iconfont {
    font-size: 19px;
    color: #fff;
    margin: 0 12px 0 0
}

footer .wrap .center .item .message .up a {
    font-weight: 500;
    font-size: 18px;
    color: #fff
}

footer .wrap .center .item .dis {
    margin: 30px 0 0 0;
    display: flex
}

footer .wrap .center .item .dis .list:not(:last-child) {
    margin: 0 45px 0 0
}

footer .wrap .center .item .dis .list a {
    font-weight: 400;
    font-size: 16px;
    color: #e8c2c5;
    display: block;
    line-height: 32px
}

footer .wrap .link {
    margin: 62px 0 0 0;
    padding: 34px 0 0 0;
    border-top: 1px solid rgba(244, 244, 244, .3);
    display: flex;
    align-items: center;
    justify-content: space-between
}

footer .wrap .link .l {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #fff
}

footer .wrap .link .l a {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 0 0 0 30px
}

footer .wrap .link a {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    opacity: .8;
    transition: .4s
}

footer .wrap .link a:hover {
    opacity: 1
}

.header_join {
    position: fixed;
    top: 20px;
    width: 93.75vw;
    height: 84px;
    background: #9c0c18;
    border-radius: 42px;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 30px 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header_join .logo {
    display: flex;
    align-items: center
}

.header_join .logo .logo_img {
    display: block;
    width: 266px
}

.header_join .logo .logo_line {
    width: 1px;
    height: 32px;
    background: #fff;
    margin: 0 17px 0 20px
}

.header_join .logo .logo_txt {
    width: 84px
}

.header_join .r {
    display: flex;
    align-items: center
}

.header_join .r a {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    display: block;
    margin-left: 55px;
    position: relative
}

.header_join .r a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -10px;
    transform: scaleX(0);
    transition: .4s
}

.header_join .r a:hover:after,
.header_join .r a.on:after {
    transform: scaleX(1)
}

.header_join .r form {
    display: flex;
    align-items: center;
    height: 45px;
    background: #bd3541;
    border-radius: 23px;
    padding: 0 26px 0 0;
    margin-left: 55px
}

.header_join .r form input {
    width: 260px;
    background: unset;
    border: unset;
    padding: 0 0 0 20px;
    font-weight: 300;
    font-size: 14px;
    color: #fff
}

.header_join .r form input::placeholder {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    opacity: .5
}

.header_join .r form .iconfont {
    font-size: 14px;
    color: #fff;
    opacity: .5;
    cursor: pointer;
    background: unset
}

.header_library {
    position: fixed;
    background: #9c0c18;
    right: 0;
    left: 18px;
    top: 20px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
    padding: 0 75px 0 40px;
    border-radius: 42px 0px 0px 42px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.header_library .header_l {
    display: flex;
    align-items: center
}

.header_library .header_l .logo {
    display: flex;
    align-items: center
}

.header_library .header_l .logo .logo_img {
    display: block;
    width: 266px
}

.header_library .header_l .logo .logo_line {
    width: 1px;
    height: 32px;
    background: #fff;
    margin: 0 17px 0 20px
}

.header_library .header_l .logo .logo_txt {
    width: 84px
}

.header_library .header_l p {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    margin-left: 65px
}

.header_library .header_r {
    display: flex;
    align-items: center
}

.header_library .header_r a {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    display: block;
    margin-left: 55px;
    position: relative
}

.header_library .header_r a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -10px;
    transform: scaleX(0);
    transition: .4s
}

.header_library .header_r a:hover:after {
    transform: scaleX(1)
}

.header_library.open {
    left: 138px
}

.snav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    z-index: 998;
    border-left: 3px solid #82318e;
    background-color: #f6f6f6;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding-top: 129px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.snav .close {
    position: absolute;
    left: 0;
    top: 32px;
    height: 60px;
    width: 50px;
    border-radius: 0 28px 28px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background: url(/static/images/close2.svg) center center no-repeat #fff;
    cursor: pointer;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.snav .snav-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(/static/images/icons02.png) center center no-repeat #fff;
    cursor: pointer
}

.snav ul {
    padding-bottom: 200px;
    background: url(/static/images/zz6.png) center bottom no-repeat;
    background-size: 180px
}

.snav ul li {
    position: relative;
    margin-bottom: 4px
}

.snav ul li .v1 {
    display: block;
    height: 56px;
    line-height: 56px;
    padding-left: 33px;
    font-weight: 400;
    font-size: 16px;
    color: #111;
    overflow: hidden;
    transition: .4s;
    position: relative
}

.snav ul li .v1::after {
    content: url("/static/images/arrows1.png");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 32px;
    transition: .4s
}

.snav ul li .v1:hover,
.snav ul li .v1.hover {
    color: #fff;
    background: #c8161d
}

.snav ul li .v1:hover::after,
.snav ul li .v1.hover::after {
    filter: brightness(0) invert(1)
}

.snav ul li .sub {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    width: 0;
    overflow: hidden;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.snav ul li .sub a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #111;
    text-align: center;
    overflow: hidden;
    position: relative
}

.snav ul li .sub a:hover {
    color: #c8161d
}

.snav ul li:hover .sub {
    width: 140px
}

.snav.open {
    width: 180px
}

.snav.open .close {
    width: 87px
}

.snav.open .snav-menu {
    display: none
}

.body_library {
    padding-left: 60px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.body_library.open {
    padding-left: 180px
}

.x-footer {
    margin: 50px 0 0 0
}

.slot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 174px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.slot .slot-track {
    width: 11.1111111111%;
    position: relative;
    height: 100%;
    overflow: hidden
}

.slot .slot-track .s7 {
    top: 140px
}

.slot .slot-track .s8 {
    top: 110px
}

.slot .slot-track .s9 {
    top: 60px
}

.slot .slot-track .s10,
.slot .slot-track .s12 {
    top: 30px
}

.slot .slot-track .s11 {
    top: 0px
}

.slot .slot-track .s13 {
    top: 60px
}

.slot .slot-track .s14 {
    top: 90px
}

.slot .slot-track .s15 {
    top: 120px
}

.slot .slot-track .s4 {
    background: #6e050e
}

.slot .slot-track .s5 {
    background: #b41c28
}

.slot .slot-track .s6 {
    background: #6e050e
}

.slot .slot-track .s7 {
    background: #b41c28
}

.slot .slot-track .s8 {
    background: #6e050e
}

.slot .slot-track .s10 {
    background: #6e050e
}

.slot .slot-track .s11 {
    background: #b41c28
}

.slot .slot-track .s12 {
    background: #6e050e
}

.slot .slot-track .s9 {
    background: #b41c28
}

.slot .slot-track .slot-item {
    will-change: top, bottom;
    top: 150px;
    bottom: 0;
    position: relative;
    height: 100%;
    width: 101%;
    left: -0.5%
}

.slot .slot-track .slot-item:hover .code {
    opacity: 1
}

.slot .slot-track .slot-item:hover .icon {
    opacity: 0
}

.slot .slot-track .slot-item .code {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    opacity: 0;
    transition: .3s ease
}

.slot .slot-track .slot-item .code img {
    width: 100%;
    object-fit: contain
}

.slot .slot-track .slot-item .icon {
    transition: .3s ease;
    position: relative;
    overflow: hidden;
    margin: auto;
    top: 32px;
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.slot .slot-track .slot-item .icon:before {
    content: "";
    display: block;
    padding-top: 67.16418%
}

.slot .slot-track .slot-item .icon .i {
    position: absolute;
    left: 0;
    top: 0;
    width: 33px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.slot .slot-track .slot-item .icon img.i {
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.head_menu .wrap.PE,
.header.PE{
    display: none;
}
@media screen and (max-width: 1920px) {
    .header .header_box1 .l .logo .logo_bg1 {
        width: 26.92708333vw;
      }
      .header .header_box1 .l .logo .logo_img {
        width: 16.30208333vw;
        top: 1.25vw;
      }
      .header .header_box1 .l .l_animate {
        top: 4.0625vw;
        left: 2.8125vw;
      }
      .header .header_box1 .header_r {
        width: calc(100vw - 26.92708333vw);
      }
      .header .header_box1 .header_r .header_r_t {
        height: 2.34375vw;
        padding: 0 5.20833333vw 0 0;
      }
      .header .header_box1 .header_r .header_r_t .nav a {
        font-size: 0.83333333vw;
        margin: 0 1.30208333vw;
      }
      .header .header_box1 .header_r .header_r_t .nav a::after {
        width: 0.05208333vw;
        height: 0.52083333vw;
        right: -1.25vw;
      }
      .header .header_box1 .header_r .header_r_t .time {
        font-size: 0.83333333vw;
        margin-right: 1.82291667vw;
      }
      .header .header_box1 .header_r .header_r_t .lan {
        margin-left: 1.30208333vw;
      }
      .header .header_box1 .header_r .header_r_t .lan a {
        font-size: 0.83333333vw;
      }
      .header .header_box1 .header_r .header_r_t .search {
        margin-left: 2.60416667vw;
        width: 2.60416667vw;
        height: 1.25vw;
        border-radius: 0.625vw;
      }
      .header .header_box1 .header_r .header_r_t .search a {
        font-size: 0.625vw;
      }
      .header .header_box1 .header_r .header_r_b {
        height: 3.38541667vw;
        padding: 0 5.20833333vw 0 0;
      }
      .header .header_box1 .header_r .header_r_b .item:after {
        height: 0.05208333vw;
      }
      .header .header_box1 .header_r .header_r_b .item .level {
        width: 10.41666667vw;
      }
      .header .header_box1 .header_r .header_r_b .item .level > div {
        margin: 1.04166667vw 0 0 0;
        padding: 1.04166667vw 0;
        border-top: 0.15625vw solid #eb6d11;
      }
      .header .header_box1 .header_r .header_r_b .item .level > div a {
        height: 2.23958333vw;
        font-size: 0.9375vw;
      }
      .header .header_box1 .header_r .header_r_b .item:not(:nth-last-child(1)) {
        margin-right: 2.86458333vw;
      }
      .header .header_box1 .header_r .header_r_b .item > a {
        font-size: 1.14583333vw;
      }
      .header .header_box1 .l .l_animate{
        width: 1.35416666vw;
      }

      .scroll_head {
        height: 2.8125vw;
        padding: 0 13.125vw 0 12.60416667vw;
      }
      .scroll_head .s_logo {
        width: 18.80208333vw;
        height: 5.9375vw;
        top: -1.5625vw;
      }
      .scroll_head .s_logo .img2 {
        top: 2.08333333vw;
        width: 13.64583333vw;
      }
      .scroll_head .links a {
        font-size: 0.9375vw;
      }
      .scroll_head .links a:after {
        bottom: -0.15625vw;
        height: 0.05208333vw;
      }
      .scroll_head .links a:not(:last-child) {
        margin: 0 2.1875vw 0 0;
      }
      .scroll_head .r .menu {
        width: 1.45833333vw;
        margin: 0 0 0 2.34375vw;
      }

      .scroll_head .r .menu div:not(:first-child) {
        margin: 0.36458333vw 0 0 0;
      }

      .x-footer {
        margin: 2.60416667vw 0 0 0;
      }
      .slot {
        height: 9.0625vw;
      }
      .slot .slot-track .s7 {
        top: 7.29166667vw;
      }
      .slot .slot-track .s8 {
        top: 5.72916667vw;
      }
      .slot .slot-track .s9 {
        top: 3.125vw;
      }
      .slot .slot-track .s10,
      .slot .slot-track .s12 {
        top: 1.5625vw;
      }
      .slot .slot-track .s13 {
        top: 3.125vw;
      }
      .slot .slot-track .s14 {
        top: 4.6875vw;
      }
      .slot .slot-track .s15 {
        top: 6.25vw;
      }
      .slot .slot-track .slot-item {
        top: 7.8125vw;
      }
      .slot .slot-track .slot-item .code {
        padding: 1.04166667vw;
      }
      .slot .slot-track .slot-item .icon {
        top: 1.66666667vw;
        width: 3.33333333vw;
        height: 3.33333333vw;
      }
      .slot .slot-track .slot-item .icon .i {
        width: 1.71875vw;
      }
      
      footer {
        padding: 3.64583333vw 0 1.875vw 0;
      }
      footer .click_top {
        top: -1.30208333vw;
        width: 8.33333333vw;
        height: 3.125vw;
        border-radius: 1.82291667vw;
      }
      footer .click_top .iconfont {
        font-size: 0.88541667vw;
        top: -0.78125vw;
      }
      footer .bg {
        width: 94.73958333vw;
        height: 24.53125vw;
      }
      footer .wrap {
        width: 72.91666667vw;
      }
      footer .wrap .top {
        padding: 0 0 2.60416667vw;
        margin: 0 0 2.60416667vw;
      }
      footer .wrap .top img {
        width: 21.61458333vw;
      }
      footer .wrap .top .text img {
        width: 17.13541667vw;
      }
      footer .wrap .center .item:not(:last-child) {
        margin: 0 9.79166667vw 0 0;
      }
      footer .wrap .center .item h1 {
        font-size: 0.9375vw;
      }
      footer .wrap .center .item .message {
        margin: 1.5625vw 0 0 0;
      }
      footer .wrap .center .item .message .up:not(:last-child) {
        margin: 0 0 1.25vw;
      }
      footer .wrap .center .item .message .up .iconfont {
        font-size: 0.98958333vw;
        margin: 0 0.625vw 0 0;
      }
      footer .wrap .center .item .message .up a {
        font-size: 0.9375vw;
      }
      footer .wrap .center .item .dis {
        margin: 1.5625vw 0 0 0;
      }
      footer .wrap .center .item .dis .list:not(:last-child) {
        margin: 0 2.34375vw 0 0;
      }
      footer .wrap .center .item .dis .list a {
        font-size: 0.83333333vw;
        line-height: 1.66666667vw;
      }
      footer .wrap .link {
        margin: 3.22916667vw 0 0 0;
        padding: 1.77083333vw 0 0 0;
        border-top: 0.05208333vw solid rgba(244, 244, 244, 0.3);
      }
      footer .wrap .link .l {
        font-size: 0.83333333vw;
      }
      footer .wrap .link .l a {
        font-size: 0.83333333vw;
        margin: 0 0 0 1.5625vw;
      }
      footer .wrap .link a {
        font-size: 0.83333333vw;
      }
      .head_menu .wrap .item {
        transform: translateY(1.5625vw);
        min-width: 5.625vw;
      }
      .head_menu .wrap .item:not(:last-child) {
        margin: 0 4.42708333vw 0 0;
      }
      .head_menu .wrap .item > a {
        font-size: 1.04166667vw;
      }
      .head_menu .wrap .item .level {
        margin: 2.08333333vw 0 0 0;
      }
      .head_menu .wrap .item .level .list > a {
        font-size: 0.83333333vw;
        line-height: 2.08333333vw;
      }
      .head_menu .wrap .item .level .list .headline a {
        font-size: 0.83333333vw;
        line-height: 2.08333333vw;
      }
      .head_menu .wrap .item .level .list .headline .iconfont {
        margin: 0.41666667vw 0 0 0.3125vw;
        font-size: 0.625vw;
      }
      .head_menu .wrap .item .level .list .hide > div {
        margin: 0.52083333vw 0 1.30208333vw 0;
      }
      .head_menu .wrap .item .level .list .hide a {
        font-size: 0.625vw;
        line-height: 1.25vw;
      }
      .head_menu .top {
        height: 4.89583333vw;
        padding: 0 4.73958333vw 0 3.69791667vw;
        transform: translateY(0.52083333vw);
      }
      .head_menu .top .l_img {
        width: 16.30208333vw;
      }
      .head_menu .top .right .time {
        font-size: 0.83333333vw;
      }
      .head_menu .top .right .m_nav {
        margin: 0 3.3333333333333vw 0 3.64583333vw;
      }
      .head_menu .top .right .m_nav a {
        font-size: 0.83333333vw;
      }
      .head_menu .top .right .m_nav a:not(:last-child) {
        margin: 0 3.125vw 0 0;
      }
      .head_menu .top .right .m_nav a:not(:last-child):after {
        right: -1.5625vw;
        width: 0.05208333vw;
        height: 0.52083333vw;
      }
      .head_menu .top .right .m_search {
        width: 2.60416667vw;
        height: 1.25vw;
        border-radius: 0.625vw;
        margin: 0 3.33333333vw 0 2.60416667vw;
      }
      .head_menu .top .right .m_search .iconfont {
        font-size: 0.72916667vw;
      }
      .head_menu .top .right .close {
        width: 1.35416667vw;
        height: 1.35416667vw;
      }
      .head_menu .top .right .close:after {
        height: 0.10416667vw;
        border-radius: 0.52083333vw;
      }
      .head_menu .top .right .close:before {
        width: 0.10416667vw;
        border-radius: 0.52083333vw;
      }
      .header_join {
        top: 1.0416666666vw;
        width: 93.75vw;
        height: 4.375vw;
        border-radius: 2.1875vw;
        padding: 0 1.5625vw 0 2.0833333333vw;
    }
    
    .header_join .logo .logo_img {
        width: 13.854166666vw
    }
    
    .header_join .logo .logo_line {
        height: 1.666666666vw;
        margin: 0 0.885416666666vw 0 1.0416666vw
    }
    
    .header_join .logo .logo_txt {
        width: 4.375vw
    }
    
    .header_join .r a {
        font-size: 1.145833333vw;
        margin-left: 2.86458333333vw;
    }
    
    .header_join .r a:after {
        bottom: -0.5208333333vw;
    }
    
    .header_join .r form {
        height: 2.34375vw;
        border-radius: 1.197916666vw;
        padding: 0 1.3541666666vw 0 0;
        margin-left: 2.864583333vw
    }
    
    .header_join .r form input {
        width: 13.541666666vw;
        padding: 0 0 0 1.041666666vw;
        font-size: 0.7291666666vw;
    }
    
    .header_join .r form input::placeholder {
        font-size: 0.72916666666vw;
    }
    
    .header_join .r form .iconfont {
        font-size: 0.72916666666vw;
    }
    .header_join .logo .logo_img{
        width: 13.8541666666vw;
    }
    .header_join .logo .logo_txt{
        width: 4.375vw;
    }
}

@media screen and (max-width: 1024px) {
    
    .header_join{
        border-radius: 0;
        width: 100%;
        padding: 0 5vw;
        top: 0;
        height: 60px;
    }
    .header_join .logo .logo_img{
        width: 180px;
    }
    .header_join .logo .logo_txt{
        width: 60px;
    }
    .header_join .logo .logo_line{
        height: 20px;
        margin: 0 10px;
    }

    .head_menu .wrap.PC,
    .header.PC{
        display: none;
    }
    .head_menu .wrap.PE,
    .header.PE{
        display: flex;
    }
    .header .header_box1{
        padding: 0 5%;
        height:60px;
        background-color: #6e050e;
    }

    .header .header_box1 .l .logo{
        display: block;
    }
    .head_more {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        margin-left: 20px;
        z-index: 999999999999999;
        cursor: pointer;
        transition: all 1s;
      }
      .head_more.active {
        background-color: #252627;
      }
      .head_more.active .head_click .show div {
        background: #fff;
      }
      .head_more.active .head_click .hide:after,
      .head_more.active .head_click .hide:before {
        background-color: #fff;
      }
    
      .head_more.white .show div {
        background: #fff !important;
      }
      .head_more.white .hide:after,
      .head_more.white .hide:before {
        background: #fff !important;
      }
      .head_more .head_click {
        display: block!important;
        position: relative;
        width: 20px;
        height: 14px;
      }
      .head_more .head_click .show {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }
      .head_more .head_click .show div {
        width: 100%;
        height: 2px;
        background: #fff;
        transition: 0.6s;
        transition-delay: 0.3s;
      }
      .head_more .head_click .hide {
        width: 100%;
        height: 24px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
      }
      .head_more .head_click .hide:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 2px;
        background: #fff;
        transform: rotate(45deg) scaleX(0);
        transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
      }
      .head_more .head_click .hide:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 2px;
        background: #fff;
        transform: rotate(-45deg) scaleX(0);
        transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
      }
      .head_more .head_click.on .show div {
        transition-delay: unset;
      }
      .head_more .head_click.on .show div:first-child {
        transform: translateY(-5px);
        opacity: 0;
      }
      .head_more .head_click.on .show div:nth-child(2) {
        opacity: 0;
      }
      .head_more .head_click.on .show div:last-child {
        transform: translateY(5px);
        opacity: 0;
      }
      .head_more .head_click.on .hide:after {
        transform: rotate(45deg) scaleX(1);
        transition-delay: 0.3s;
      }
      .head_more .head_click.on .hide:before {
        transform: rotate(-45deg) scaleX(1);
        transition-delay: 0.3s;
      }
    .header .header_box1 .l .logo .logo_bg1 {
        width: 33.927083vw;
    }
    .header .header_box1 .l .logo .logo_img {
        width: 21.302083vw;
        left: 16.02vw !important;
    }
    .head_menu .top .l_img{
        width: 18.302083vw;
    }
    .head_menu .top{
        height: 50px;
        padding: 0 5%;
    }
    .head_menu .top .right .m_search,
    .head_menu .top .right .m_nav{
        display: none;
    }
    .head_menu .top {
        height: 80px;
    }
    .head_menu .top .right .close {
        width: 24px;
        height: 24px;
        margin-left: 40px;
    }
    .head_menu .top .right .time{
        font-size: 14px;
    }

    .head_menu .wrap.PE .item .level{
        margin-top: 0;
        display: none;
    }
    .head_menu .wrap.PE{
        width: 90%;
        top: 0;
        height: calc(100vh - 200px);
        margin: 100px auto 0;
        display: flex;
        justify-content: start;
        flex-direction: column;
    }

     .head_menu .wrap.PE .item{
        border-bottom: 1px solid #666;
        transition: all 1s;
    }
    .head_menu .wrap.PE .item .head{
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all 1s;
        border-bottom: 1px solid transparent;
    }
    .head_menu .wrap.PE .item .head .icon{
        transition: all .5s;
    }
    .head_menu .wrap.PE .item .head .icon span{
        color: #fff;
        font-size: 14px;
    }
    .head_menu .wrap.PE .item .head a{
        font-size: 18px;
        color: #fff;
        height: 60px;
        line-height: 60px;
        display: inline-block;
    }
    .head_menu .wrap.PE .item:not(:last-child){
        margin-right: 0;
    }

    .head_menu.on .wrap.PE .item {
        opacity: 0;
        transform: translateY(30px);
    }
    .head_menu.on .wrap.PE .item{
        opacity: 1;
        transform: translateY(0);
    }
    .head_menu.on .wrap.PE .item:nth-child(1){
        transition-delay: .5s !important;
    }
    .head_menu.on .wrap.PE .item:nth-child(2){
        transition-delay: .6s !important;
    }
    .head_menu.on .wrap.PE .item:nth-child(3){
        transition-delay: .7s !important;
    }
    .head_menu.on .wrap.PE .item:nth-child(4){
        transition-delay: .8s !important;
    }
    .head_menu.on .wrap.PE .item:nth-child(5){
        transition-delay: .9s !important;
    }
    .head_menu.on .wrap.PE .item:nth-child(6){
        transition-delay: 1s !important;
    }
    .head_menu.on .wrap.PE .item:nth-child(7){
        transition-delay: 1.1s !important;
    }
    .head_menu.on .wrap.PE .item:nth-child(8){
        transition-delay: 1.2s !important;
    }
    .head_menu.on .wrap.PE .item:nth-child(9){
        transition-delay: 1.3s !important;
    }
    .head_menu.on .wrap.PE .item:nth-child(10){
        transition-delay: 1.4s !important;
    }
    .head_menu.on .wrap.PE .item:nth-child(11){
        transition-delay: 1.5s !important;
    }
    .head_menu.on .wrap.PE .item:nth-child(12){
        transition-delay: 1.6s !important;
    }
    .head_menu .wrap.PE .item .level{
        padding: 10px;
    }
    .head_menu .wrap.PE .item .head.active{
        border-bottom: 1px solid #666;
    }
    .head_menu .wrap.PE .item .head.active .icon{
        transform: rotate(90deg);
    }
    .head_menu .wrap .item .level .list .headline a,
    .head_menu .wrap .item .level .list > a {
        font-size: 16px;
        line-height: 1.6;
        color: #ccc;
        height: 40px;
        line-height: 40px;
    }
    .head_menu .wrap .item .level .list .headline{
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
    .head_menu .wrap .item .level .list .headline .icon{
        transition: all .5s;
    }
    .head_menu .wrap .item .level .list .headline.active .icon{
        transform: rotate(90deg);
    }
      .head_menu .wrap .item .level .list .headline .iconfont{
        font-size: 12px;
        color: #fff;
      }
      .head_menu .wrap.PE{
        overflow: auto;
      }
      .head_menu .wrap.PE::-webkit-scrollbar {
        width: 0 !important;
        }
      .head_menu .wrap .item .level .list .hide a{
        font-size: 12px;
        line-height: 30px;
        height: 30px;
      }
      .head_menu .wrap .item .level .list .hide{
        padding-left: 10px;
      }
      .head_menu .wrap .item .level .list .hide > div{
        margin: 0 10px;
      }
      body::-webkit-scrollbar {
        width: 0 !important;
        }
        .header.PE .header_box1 .header_r{
            height: 70px;
        }
        .header .header_box1 .l .logo .logo_img{
            width: 200px;
            position: static !important;
        }
        .header .header_box1{
            display: flex;
            align-items: center;
        }
        .header .header_box1 .l{
            width: 220px;
            height: fit-content;
        }
        .head_menu .top .l_img{
            width: 220px;
        }


        .x-footer{
            display: none;
        }

        .sj_x_footer{
            display: block!important;
            background: #9c0c18;
        }


    footer{
        padding: 35px 0;
    }
    footer .wrap{
        width: 90%;
    }
    footer .wrap .top{
        padding: 0 0 10px;
        margin: 0 0 20px;
        flex-direction: column;
    }
    footer .wrap .top img{
        width: 200px;
        margin: 0 0 20px;
    }
    footer .wrap .top .text img{
        width: 150px;
    }
    footer .wrap .center{
        flex-direction: column;
    }
    footer .wrap .center .item h1{
        font-size: 16px;
    }
    footer .wrap .center .item .dis .list a{
        font-size: 14px;
        line-height: 32px;
    }
    footer .wrap .center .item .dis{
        margin: 15px 0 0 0;
        display: none;
    }
    footer .wrap .center .item .sj_dis{
        display: flex!important;
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px 0 0 0;
    }
    footer .wrap .center .item .sj_dis a{
        font-weight: 400;
        font-size: 14px;
        color: #e8c2c5;
        display: block;
        line-height: 30px;
        margin: 0 8px 0 0;
    }
    footer .wrap .center .item:not(:last-child) {
        margin: 0 0 30px;
    }


    footer .wrap .top{
        /*border-bottom: none;*/
    }

    footer .wrap .link{
        margin: 25px 0 0 0;
        padding: 20px 0 0 0;
        flex-direction: column;
    }
    footer .wrap .center .item .message{
        margin: 15px auto 0;
        width: 64%;
    }
    footer .wrap .link .l,footer .wrap .link .l a,footer .wrap .link > a{
        font-size: 12px;
        line-height: 2;
        flex-direction: column;
    }
    footer .wrap .center .item .message .up{
        flex-direction: column;
        justify-content: center;
    }
    footer .wrap .center .item .message .up .iconfont{
        font-size: 22px;
        margin: 4px 15px 10px 0;
    }
    footer .wrap .center .item .message .up a{
        font-size: 14px;
        text-align: center;
    }
    footer .wrap .center .item .message .up:not(:last-child) {
        margin: 0 0 15px;
    }
    footer .wrap .center .item h1{
        text-align: center;
    }
    body.acquiesce .header .header_box1{
        background-color: #6e050e;
    }

    
}
@media screen and (max-width: 767px) {
    .head_menu .wrap.PE .item .head a {
        font-size: 16px;
    }
    .head_menu .top .right .close {
        margin-left: 20px;
    }
    .header .header_box1 .l,
    .head_menu .top .l_img {
        width: 200px;
    }
    .head_menu .top .right .time{
        display: none;
    }
    .head_menu .wrap.PE .item .head a{
        height: 50px;
        line-height: 50px;
    }
    .head_menu .wrap .item .level .list .headline a, .head_menu .wrap .item .level .list > a {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }
    .head_menu .wrap .item .level .list .hide a {
        font-size: 10px;
        line-height: 24px;
        height: 24px;
    }
    .head_menu .wrap.PE{
        margin-top: 80px;
        height: calc(100vh - 150px);
    }

    .header_join .logo .logo_img{
        width: 160px;
    }
    .header_join .logo .logo_txt{
        width: 50px;
    }
}