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

:root {
    --color: #004C9C;
    --color2: #E50214
}

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

*, *::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 {
    display: none;
    width: 0
}

[data-lenis-prevent] {
    padding: 0 0px 0 0
}

[data-lenis-prevent]::-webkit-scrollbar {
    width: 4px;
    display: block
}

[data-lenis-prevent]::-webkit-scrollbar-thumb {
    background: #666
}

[data-lenis-prevent]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1)
}

._scroll_y {
    position: fixed;
    top: 0;
    right: 3px;
    width: 6px;
    height: 100vh;
    z-index: 9999;
    border-radius: 10px
}

._scroll_y div {
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: black;
    opacity: 0;
    position: relative;
    transition: opacity 0.3s ease;
    cursor: grab
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0.4rem
}

::-webkit-scrollbar-track {
    background-color: transparent
}

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

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

[data-wheel]::-webkit-scrollbar-track {
    background-color: transparent
}

html.lenis, html.lenis body {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-scrolling iframe {
    pointer-events: none
}

section {
    overflow: hidden
}

section.unset {
    overflow: unset
}

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

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 0 60px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .6s ease
}

.header .left{
    display: flex;
    align-items: center;
    height: 100%;
    gap: 100px;
}

.header.on{
    height: 80px;
    background: #fff;
}
.header.hover_on{
    background: #fff;
}

.header.on .l .logo img:first-child,.header.hover_on .l .logo img:first-child {
    opacity: 0
}

.header.on .l .logo img:nth-child(2),.header.hover_on .l .logo img:nth-child(2) {
    opacity: 1
}

.header.on .nav .item > a,.header.hover_on .nav .item > a {
    color: #111
}

.header.on .nav .item > a:after,.header.hover_on .nav .item > a:after {
    background: #111
}

.header.on .r .head_search,.header.hover_on .r .head_search {
    color: #111
}

.header.on .r .head_lag .iconfont1, .header.on .r .head_lag .iconfont2, .header.on .r .head_lag p,
.header.hover_on .r .head_lag .iconfont1, .header.hover_on .r .head_lag .iconfont2, .header.hover_on .r .head_lag p
{
    color: #111
}

.header.on .r .more_contact,.header.hover_on .r .more_contact {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #111
}
/**/

header.active.header{
    height: 80px;
    background: #fff;
}

header.active .header .l .logo img:first-child,header.active .header.hover_on .l .logo img:first-child {
    opacity: 0
}

header.active .header .l .logo img:nth-child(2),header.active .header.hover_on .l .logo img:nth-child(2) {
    opacity: 1
}

header.active .header .nav .item > a,header.active .header.hover_on .nav .item > a {
    color: #111
}

header.active .header .nav .item > a:after,header.active .header.hover_on .nav .item > a:after {
    background: #111
}

header.active .header .r .head_search {
    color: #111
}

header.active .header .r .head_lag .iconfont1, header.active .header .r .head_lag .iconfont2, header.active .header .r .head_lag p,
.header.hover_on .r .head_lag .iconfont1, .header.hover_on .r .head_lag .iconfont2, .header.hover_on .r .head_lag p
{
    color: #111
}

header.active .header .r .more_contact {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #111
}

/**/
.header .l {
    width: 251px
}

.header .logo {
    width: 134px;
    height: 40px;
    display: block;
    position: relative
}

.header .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .6s ease
}

.header .logo img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.header .nav {
    display: flex;
    height: 100%;
    width: 645px;
    justify-content: space-between;
    transition: .6s ease;
}

.header .nav .item {
    position: relative
}

.header .nav .item:hover, .header .nav .item.on {
    color: var(--color)
}

.header .nav .item:hover > a:after, .header .nav .item.on > a:after {
    transform: translateX(-50%) scaleX(1)
}

.header .nav .item > a {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    transition: .6s ease;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .nav .item > a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 27%;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transform-origin: left;
    transition: .3s
}

.header .r {
    display: flex;
    align-items: center;
    transition: .6s ease;
}

.header .r .head_search {
    font-size: 17px;
    color: #fff;
    transition: .6s ease;
    margin: 0 38px 0 0;
    cursor: pointer
}

.header .r .head_search .iconfont{
    font-size: inherit;
}
.header .r .head_search:hover {
    color: var(--color)
}

.header .r .head_lag {
    margin: 0 30px 0 0;
    display: flex;
    align-items: center;
    cursor: pointer
}

.header .r .head_lag:hover .iconfont1, .header .r .head_lag:hover p, .header .r .head_lag:hover .iconfont2 {
    color: var(--color)
}

.header .r .head_lag .iconfont1 {
    font-size: 17px;
    color: #fff;
    transition: .6s ease
}

.header .r .head_lag p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    transition: .6s ease;
    margin: 0 3px 0 10px
}

.header .r .head_lag .iconfont2 {
    font-size: 15px;
    transition: .6s ease;
    color: #fff;
    transform: rotate(90deg)
}

.header .r .more_contact {
    width: 110px;
    height: 36px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    transition: .6s ease;
    color: #FFFFFF
}

.header .r .more_contact:hover {
    background: var(--color) !important;
    border: 1px solid transparent !important;
    color: #fff !important
}
.header.menu_on{
    background: transparent;
}
.header.menu_on .l .logo img:first-child{
    opacity: 1;
}
.header.menu_on .l .logo img:nth-child(2){
    opacity: 0;
}
.header.menu_on .nav,.header.menu_on .r{
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
}

.footer {
    background: #F5F5F7;
    padding: 61px 0 35px
}

.footer .wrap .top {
    display: flex;
    justify-content: space-between
}

.footer .wrap .top .foo_logo {
    width: 228px;
    height: 68px;
    object-fit: contain;
    display: block
}

.footer .wrap .top .r {
    width: 911px
}

.footer .wrap .top .r .foo_nav {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    border-bottom: 1px solid #DDDDE3;
    display: flex;
    justify-content: space-between
}

.footer .wrap .top .r .foo_nav a {
    padding: 0 0 26px;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    transition: .3s ease
}

.footer .wrap .top .r .foo_nav a:hover {
    color: var(--color)
}

.footer .wrap .top .r .message {
    display: flex;
    gap: 60px;
    margin: 24px 0 0 0
}

.footer .wrap .top .r .message p {
    font-weight: 400;
    font-size: 16px;
    color: #5F6977;
    line-height: 40px
}

.footer .wrap .top .r .message p span {
    color: #111111;
    font-weight: 500
}

.footer .wrap .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #DDDDE3;
    margin: 66px 0 0 0;
    padding: 20px 0 0 0
}

.footer .wrap .bottom .l {
    display: flex;
    align-items: center
}

.footer .wrap .bottom .l .pick p, .footer .wrap .bottom .l .pick a {
    font-weight: 400;
    font-size: 16px;
    color: #5F6977
}

.footer .wrap .bottom .l .pick span, .footer .wrap .bottom .l .pick a {
    margin: 0 0 0 15px
}

.footer .wrap .bottom .l .pick a {
    transition: .6s ease
}

.footer .wrap .bottom .l .pick a:hover {
    color: var(--color)
}

.footer .wrap .bottom .l .links {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 0 0 30px
}

.footer .wrap .bottom .l .links .list {
    width: 23px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.footer .wrap .bottom .l .links .list > img {
    object-fit: contain
}

.footer .wrap .bottom .l .links .list .code{
    position: absolute;
    width: 115px;
    max-width: unset;
    max-height: unset;
    bottom: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: .6s ease;
}

.footer .wrap .bottom .l .links .list:hover .code{
    opacity: 1;
}

.footer .wrap .bottom .r {
    font-weight: 400;
    font-size: 16px;
    color: #5F6977;
    transition: .6s ease
}

.footer .wrap .bottom .r:hover {
    color: var(--color)
}

.common_banner {
    height: 100vh;
    position: relative
}

.common_banner.bottom .parallax {
    align-items: flex-end;
    padding: 0 0 122px
}

.common_banner.on .parallax .common_bg {
    transform: scale(1)
}

.common_banner.on .parallax .wrap .title p, .common_banner.on .parallax .wrap .text p {
    transform: translateY(0)
}

.common_banner .parallax {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.common_banner .parallax .common_bg {
    transform: scale(1.1);
    transition: 5s
}

.common_banner .parallax .wrap {
    text-align: center
}

.common_banner .parallax .wrap .title {
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
    margin: 0 0 20px;
    height: 70px;
    overflow: hidden
}

.common_banner .parallax .wrap .title p {
    transform: translateY(100%);
    transition: 1s ease;
    transition-delay: .2s
}

.common_banner .parallax .wrap .text {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 32px;
    height: 32px;
    overflow: hidden
}

.common_banner .parallax .wrap .text p {
    transform: translateY(100%);
    transition: 1s ease;
    transition-delay: .4s
}

.w1400 {
    width: 1400px;
    margin: auto
}

.common_more {
    width: fit-content;
    padding: 0 19px;
    height: 36px;
    background: #D4E6F9;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #0161C6;
    transition: .6s ease
}

.common_more:hover {
    background: var(--color);
    color: #fff
}

.common_paging {
    display: flex;
    justify-content: center;
    align-items: center
}

.common_paging a:first-child {
    transform: rotate(180deg)
}

.common_paging a:first-child, .common_paging a:last-child {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(0, 76, 156, 0.09);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.common_paging a:first-child:hover, .common_paging a:last-child:hover {
    background: var(--color)
}

.common_paging a:first-child:hover .iconfont, .common_paging a:last-child:hover .iconfont {
    color: #fff
}

.common_paging a:first-child .iconfont, .common_paging a:last-child .iconfont {
    color: #004C9C;
    font-size: 13px;
    transition: .6s ease
}

.common_paging a {
    font-weight: 400;
    font-size: 18px;
    color: #5F6977;
    transition: .6s ease;
    margin: 0 15px
}

.common_paging a:hover, .common_paging a.on {
    color: var(--color)
}


.fixed_menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: .6s ease;
}
.fixed_menu.on{
    opacity: 1;
    pointer-events: auto;
}
.fixed_menu.on .content .first_nav{
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s;
}
.fixed_menu .black{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}


.fixed_menu .content{
    width: fit-content;
    height: 100vh;
    background: rgba(17, 17, 17,0.98);
    position: relative;
    z-index: 45;
    display: flex;
}

.fixed_menu .content .close{
    width: 40px;
    height: 40px;
    background: #111111;
    border: 1px solid #707070;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 60px;
    top: 97px;
    transition: .6s ease;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
}
.fixed_menu .content .close:hover{
    background: var(--color);
    border: 1px solid var(--color);
}

.fixed_menu .content .close svg{
    width: 16px;
    height: 16px;
}

.fixed_menu .content .first_nav{
    height: 100%;
    width: 442px;
    padding: 95px 0 0 145px;
    opacity: 0;
    transform: translateY(20px);
    transition: .6s ease;
}

.fixed_menu .content .first_nav .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 230px;
    line-height: 46px;
}
.fixed_menu .content .first_nav .item:hover p{
    font-weight: bold;
}
.fixed_menu .content .first_nav .item:not(:last-child) {
    margin: 0 0 5px;
}
.fixed_menu .content .first_nav .item p{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.fixed_menu .content .first_nav .item img{
    filter: brightness(0) invert(1);
    width: 12px;
    transform: rotate(-90deg);
}

.fixed_menu .content .last_level{
    width: 419px;
    height: 100%;
    background: rgba(23, 23, 23,0.98);
}
.fixed_menu .content .last_level .joke{
    position: relative;
    margin: 108px 0 0 77px;
}
.fixed_menu .content .last_level .joke .list{
    pointer-events: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .3s ,transform .6s .3s;
}
.fixed_menu .content .last_level .joke .list:not(:first-child){
    position: absolute;
    top: 0;
    left: 0;
}

.fixed_menu .content .last_level .joke .list.on{
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s;
    pointer-events: auto;
}

.fixed_menu .content .last_level .joke .list a{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    width: fit-content;
    transition: .6s ease;
}
.fixed_menu .content .last_level .joke .list a:hover{
    color: var(--color);
}
.fixed_menu .content .last_level .joke .list a:not(:last-child) {
    margin: 0 0 28px;
}

.fixed_menu2{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    transition: .6s ease;
    clip-path: inset(0 0 100% 0);
    transform: translateY(100px);
    border-top: 1px solid rgba(0,0,0,.1);
}
.fixed_menu2.height{
    height: 100px;
}

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

.fixed_menu2.head{
    transform: translateY(80px);
}

.fixed_menu2 .wrap{
    display: flex;
    justify-content: center;
    position: relative;
}
.fixed_menu2 .wrap .matter{
    position: relative;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .3s,transform .6s .3s;
    pointer-events: none;
}
.fixed_menu2 .wrap .matter.on{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition-delay: .3s;
}
.fixed_menu2 .wrap .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fixed_menu2 .wrap .matter .style2{
    display: flex;
    justify-content: center;
    gap: 50px;
    height: 100%;
    align-items: center;
}
.fixed_menu2 .wrap .matter .style2 a{
    font-weight: 400;
    font-size: 16px;
    color: #5F6977;
    text-align: center;
    transition: .6s ease;
}
.fixed_menu2 .wrap .matter .style2 a:hover{
    color: var(--color);
}

.fixed_menu2 .wrap .matter .style1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.fixed_menu2 .wrap .matter .style1 .item:hover .img img {
    transform: scale(1.05)
}

.fixed_menu2 .wrap .matter .style1 .item:hover .text {
    color: var(--color)
}

.fixed_menu2 .wrap .matter .style1 .item .img {
    /*width: 250px;*/
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px
}

.fixed_menu2 .wrap .matter .style1 .item .img img {
    transition: .6s ease;
    object-fit: contain;
    mix-blend-mode: multiply
}

.fixed_menu2 .wrap .matter .style1 .item .text {
    font-weight: 400;
    font-size: 16px;
    color: #5F6977;
    text-align: center;
    transition: .6s ease
}


@media screen and (max-width: 1919px) {
    [data-lenis-prevent]::-webkit-scrollbar{
        width: 0.2083333333vw;
    }
    ._scroll_y{
        right: 0.15625vw;
        width: 0.3125vw;
        border-radius: 0.5208333333vw;
    }
    ._scroll_y div{
        border-radius: 0.5208333333vw;
    }
    [data-wheel]::-webkit-scrollbar{
        width: 0.3645833333vw;
    }
    .header{
        height: 5.2083333333vw;
        padding: 0px 3.125vw;
    }
    .header .left{
        gap: 5.2083333333vw;
    }
    .header.on{
        height: 4.1666666667vw;
    }
    header.active.header{
        height: 4.1666666667vw;
    }
    .header .l{
        width: 13.0729166667vw;
    }
    .header .logo{
        width: 6.9791666667vw;
        height: 2.0833333333vw;
    }
    .header .nav{
        width: 33.59375vw;
    }
    .header .nav .item > a{
        font-size: 0.8333333333vw;
    }
    .header .r .head_search{
        font-size: 0.8854166667vw;
        margin: 0px 1.9791666667vw 0px 0px;
    }
    .header .r .head_lag{
        margin: 0px 1.5625vw 0px 0px;
    }
    .header .r .head_lag .iconfont1{
        font-size: 0.8854166667vw;
    }
    .header .r .head_lag p{
        font-size: 0.8333333333vw;
        margin: 0px 0.15625vw 0px 0.5208333333vw;
    }
    .header .r .head_lag .iconfont2{
        font-size: 0.78125vw;
    }
    .header .r .more_contact{
        width: 5.7291666667vw;
        height: 1.875vw;
        border-radius: 1.0416666667vw;
        font-size: 0.8333333333vw;
    }
    .header.menu_on .nav, .header.menu_on .r{
        transform: translateY(-0.5208333333vw);
    }
    .footer{
        padding: 3.1770833333vw 0px 1.8229166667vw;
    }
    .footer .wrap .top .foo_logo{
        width: 11.875vw;
        height: 3.5416666667vw;
    }
    .footer .wrap .top .r{
        width: 47.4479166667vw;
    }
    .footer .wrap .top .r .foo_nav{
        font-size: 0.8333333333vw;
    }
    .footer .wrap .top .r .foo_nav a{
        padding: 0px 0px 1.3541666667vw;
        font-size: 0.8333333333vw;
    }
    .footer .wrap .top .r .message{
        gap: 3.125vw;
        margin: 1.25vw 0px 0px;
    }
    .footer .wrap .top .r .message p{
        font-size: 0.8333333333vw;
        line-height: 2.0833333333vw;
    }
    .footer .wrap .bottom{
        margin: 3.4375vw 0px 0px;
        padding: 1.0416666667vw 0px 0px;
    }
    .footer .wrap .bottom .l .pick p, .footer .wrap .bottom .l .pick a{
        font-size: 0.8333333333vw;
    }
    .footer .wrap .bottom .l .pick span, .footer .wrap .bottom .l .pick a{
        margin: 0px 0px 0px 0.78125vw;
    }
    .footer .wrap .bottom .l .links{
        gap: 1.5625vw;
        margin: 0px 0px 0px 1.5625vw;
    }
    .footer .wrap .bottom .l .links .list{
        width: 1.1979166667vw;
        height: 0.9375vw;
    }
    .footer .wrap .bottom .l .links .list .code{
        width: 5.9895833333vw;
        bottom: calc(100% + 0.625vw);
    }
    .footer .wrap .bottom .r{
        font-size: 0.8333333333vw;
    }
    .common_banner.bottom .parallax{
        padding: 0px 0px 6.3541666667vw;
    }
    .common_banner .parallax .wrap .title{
        font-size: 2.6041666667vw;
        margin: 0px 0px 1.0416666667vw;
        height: 3.6458333333vw;
    }
    .common_banner .parallax .wrap .text{
        font-size: 1.0416666667vw;
        line-height: 1.6666666667vw;
        height: 1.6666666667vw;
    }
    .w1400{
        width: 72.9166666667vw;
    }
    .common_more{
        padding: 0 0.9895833333333334vw;
        height: 1.875vw;
        border-radius: 1.5625vw;
        font-size: 0.8333333333vw;
    }
    .common_paging a:first-child, .common_paging a:last-child{
        width: 2.5vw;
        height: 2.5vw;
    }
    .common_paging a:first-child .iconfont, .common_paging a:last-child .iconfont{
        font-size: 0.6770833333vw;
    }
    .common_paging a{
        font-size: 0.9375vw;
        margin: 0px 0.78125vw;
    }
    .fixed_menu .content .close{
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        left: 3.125vw;
        top: 5.0520833333vw;
    }
    .fixed_menu .content .close svg{
        width: 0.8333333333vw;
        height: 0.8333333333vw;
    }
    .fixed_menu .content .first_nav{
        width: 23.0208333333vw;
        padding: 4.9479166667vw 0px 0px 7.5520833333vw;
        transform: translateY(1.0416666667vw);
    }
    .fixed_menu .content .first_nav .item{
        width: 11.9791666667vw;
        line-height: 2.3958333333vw;
    }
    .fixed_menu .content .first_nav .item:not(:last-child){
        margin: 0px 0px 0.2604166667vw;
    }
    .fixed_menu .content .first_nav .item p{
        font-size: 0.8333333333vw;
    }
    .fixed_menu .content .first_nav .item img{
        width: 0.625vw;
    }
    .fixed_menu .content .last_level{
        width: 21.8229166667vw;
    }
    .fixed_menu .content .last_level .joke{
        margin: 5.625vw 0px 0px 4.0104166667vw;
    }
    .fixed_menu .content .last_level .joke .list{
        transform: translateY(0.5208333333vw);
    }
    .fixed_menu .content .last_level .joke .list a{
        font-size: 0.8333333333vw;
    }
    .fixed_menu .content .last_level .joke .list a:not(:last-child){
        margin: 0px 0px 1.4583333333vw;
    }
    .fixed_menu2{
        height: 11.9791666667vw;
        padding: 3.125vw 0px;
        transform: translateY(5.2083333333vw);
    }
    .fixed_menu2.height{
        height: 5.2083333333vw;
    }
    .fixed_menu2.head{
        transform: translateY(4.1666666667vw);
    }
    .fixed_menu2 .wrap .matter{
        transform: translateY(0.5208333333vw);
    }
    .fixed_menu2 .wrap .matter .style2{
        gap: 2.6041666667vw;
    }
    .fixed_menu2 .wrap .matter .style2 a{
        font-size: 0.8333333333vw;
    }
    .fixed_menu2 .wrap .matter .style1{
        gap: 1.5625vw;
    }
    .fixed_menu2 .wrap .matter .style1 .item .img{
        /*width: 13.0208333333vw;*/
        height: 3.6979166667vw;
        margin: 0px auto 0.7291666667vw;
    }
    .fixed_menu2 .wrap .matter .style1 .item .text{
        font-size: 0.8333333333vw;
    }
}

@media screen and (max-width: 1024px) {
    .header{
        display: none;
    }
    .header_mobile{
        display: block!important;
        overflow: hidden;
    }
    .header_mobile .top{
        position: fixed;
        width: 100%;
        height: 60px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
        background: #fff;
        padding: 0 5%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 999;
    }
    .header_mobile .top .logo{
        width: 100px;
        height: 28px;
        display: block;
    }
    .header_mobile .top .r{
        display: flex;
        align-items: center;
    }
    .header_mobile .top .logo img{
        height: 100%;
        object-fit: contain;
    }
    .header_mobile .top .r .menu{
        margin: 0 0 0 25px;
        cursor: pointer;
        position: relative;
    }
    .header_mobile .top .r .menu .show{
        width: 25px;
        height: 17px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .header_mobile .top .r .menu .show span{
        width: 100%;
        height: 1px;
        background: #000;
        transition: .3s ease;
        transform-origin: left;
    }
    .header_mobile .top .r .menu .show span:first-child{
        transition-delay: .6s;
    }
    .header_mobile .top .r .menu .show span:nth-child(2){
        transition-delay: .5s;
    }
    .header_mobile .top .r .menu .show span:nth-child(3){
        transition-delay: .4s;
    }
    .header_mobile .top .r .menu .hide{
        position: absolute;
        width: 27px;
        height: 27px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) rotate(45deg);
    }
    .header_mobile .top .r .menu .hide:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: #000;
        transform: scaleX(0);
        transition: .3s ease;
        transform-origin: left;
    }
    .header_mobile .top .r .menu .hide:before{
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: #000;
        transform: scaleY(0);
        transition: .3s ease;
        transform-origin: top;
    }
    .header_mobile .top .r .menu.on .show span{
        transform: scaleX(0);
    }
    .header_mobile .top .r .menu.on .show span:nth-child(1) {
        transition-delay: 0s;
    }
    .header_mobile .top .r .menu.on .show span:nth-child(2) {
        transition-delay: .1s;
    }
    .header_mobile .top .r .menu.on .show span:nth-child(3) {
        transition-delay: .2s;
    }
    .header_mobile .top .r .menu.on .hide:after{
        transform: scaleX(1);
        transition-delay: .4s;
    }
    .header_mobile .top .r .menu.on .hide:before{
        transform: scaleY(1);
        transition-delay: .3s;
    }
    .header_mobile .bottom{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 98;
        clip-path: inset(0 0 100%);
        transition: .6s ease;
    }
    .header_mobile .bottom .joke > ul >li{
        transform: translateY(10px);
        opacity: 0;
        transition: opacity .3s,transform .6s .3s;
    }
    .header_mobile.on .bottom{
        clip-path: inset(0 0 0 0);
    }
    .header_mobile.on .bottom .joke>ul>li{
        opacity: 1;
        transform: translateY(0);
    }
    .header_mobile .bottom .joke{
        padding: 80px 5% 30px 5%;
        height: calc(100vh - 47px);
        overflow: hidden;
        overflow-y: scroll;
    }
    .header_mobile .bottom .joke ul{
        margin: 0 0 20px;
        position: relative;
    }
    .header_mobile .bottom .joke ul ul{
        display: none;
    }
    .header_mobile .bottom .joke > ul > li{
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .header_mobile .bottom .joke ul li .show{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header_mobile .bottom .joke > ul > li > .show{
        height: 60px;
    }
    .header_mobile .bottom .joke ul li .show > a{
        font-size: 14px;
        color: rgba(0,0,0,.6);
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        line-height: 35px;
        transition: .6s ease;
    }
    .header_mobile .bottom .joke > ul > li > .show > a{
        color: #000;
        font-size: 16px;
    }
    .header_mobile .bottom .joke ul li .show .click{
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        cursor: pointer;
    }
    .header_mobile .bottom .joke ul li .show.on > a{
        color: var(--color) !important;
    }
    .header_mobile .bottom .joke ul li .show.on .click img{
        transform: rotate(180deg);
    }
    .header_mobile .bottom .joke ul li .show .click img{
        width: 12px;
        height: 12px;
        transition: .3s ease;
    }

    .header_mobile.black .top{
        background: #000;
        box-shadow: unset;
        border-bottom: 1px solid rgba(255,255,255,.2);
    }
    .header_mobile.black .top .r .menu .show span,.header_mobile.black .top .r .menu .hide:after,.header_mobile.black .top .r .menu .hide:before{
        background: #fff;
    }
    .header_mobile.black .bottom{
        background: #000;
    }
    .header_mobile.black .bottom .joke > ul > li{
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .header_mobile.black .bottom .joke ul li .show .click img{
        filter: brightness(0) invert(1);
    }
    .common_banner{
        height: 50vh;
        margin: 60px 0 0 0 ;
    }
    .common_banner .parallax .wrap .title{
        font-size: 22px;
        margin: 0 0 15px;
        height: auto;
    }
    .common_banner .parallax .wrap .text{
        font-size: 12px;
        line-height: 25px;
        height: auto;
    }
    .common_banner .parallax{
        transform: none!important;
    }
    .w1400{
        width: 90%;
    }
    .footer{
        padding: 45px 0;
    }
    .footer .wrap .top{
        flex-direction: column;
    }
    .footer .wrap .top .foo_logo{
        width: 120px;
        height: auto;
    }
    .footer .wrap .top .r{
        width: 100%;
        margin: 25px 0 0 0;
    }
    .footer .wrap .top .r .foo_nav{
        font-size: 13px;
        flex-wrap: wrap;
        gap: 10px 25px;
        justify-content: unset;
        padding: 0 0 20px;
    }
    .footer .wrap .top .r .foo_nav a{
        padding: 0;
        font-size: 15px;
    }
    .footer .wrap .top .r .message{
        margin: 15px 0 0 0 ;
        gap: 15px;
    }
    .footer .wrap .top .r .message p{
        font-size: 13px;
        line-height: 25px;
    }
    .footer .wrap .bottom{
        margin: 25px 0 0 0;
        padding: 15px 0 0 0;
        flex-direction: column;
        align-items: unset;
        line-height: 25px;
    }
    .footer .wrap .bottom .l .pick p, .footer .wrap .bottom .l .pick a,.footer .wrap .bottom .r{
        font-size: 13px;
    }
    .footer .wrap .bottom .l .pick span, .footer .wrap .bottom .l .pick a{
        margin: 0;
    }
    .footer .wrap .bottom .l .links{
        gap: 15px;
        margin: 0 0 15px;
        display: none;
    }
    .footer .wrap .bottom .l .links .list{
        width: 22px;
        height: 18px;
    }


    .common_banner .parallax .wrap{
        padding: 0 5%;
    }

    .common_more{
        padding: 0 20px;
        height: 38px;
        border-radius: 30px;
        font-size: 13px;
    }
    /**/
    .header_mobile .bottom .joke ul .other {
        display: flex;
        align-items: center;
        margin: 30px 0 0 0;
        transform: translateY(10px);
        opacity: 0;
        transition: opacity 0.3s, transform 0.6s .3s;
    }
    .header_mobile.on .bottom .joke>ul .other{
        opacity: 1;
        transform: translateY(0);
        transition-delay: 1s;
    }

    .header_mobile .bottom .joke ul .other .jtzj,    .header_mobile .bottom .joke ul .other .lag {
        display: flex;
        align-items: center;
        gap: 9px;
        cursor: pointer
    }

    .header_mobile .bottom .joke ul .other .lag .iconfont, .header_mobile .bottom .joke ul .other .jtzj .iconfont {
        font-size: 20px;
        color: #A6A6A6;
        transition: .6s ease
    }

    .header_mobile .bottom .joke ul .other .lag p,    .header_mobile .bottom .joke ul .other .jtzj p {
        font-weight: 400;
        font-size: 14px;
        color: #111;
        transition: .6s ease
    }

    .header_mobile .bottom .joke ul .other .line {
        width: 1px;
        height: 8px;
        background: #B6B6B7;
        margin: 0 20px;
        transition: .6s ease
    }
    /**/
}
