@font-face {
    font-family: 'Archivo';
    src: url(../fonts/Archivo-Medium.ttf)
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif
}

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 20px 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-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;
    object-fit: cover
}

:root {
    --color: #223B73
}

.fixed_menu {
    position: fixed;
    right: 63px;
    top: 3px;
    width: 1129px;
    height: 700px;
    background: #fff;
    border-radius: 10px;
    z-index: 99;
    clip-path: inset(0 0 100% 0);
    transition: 0.8s cubic-bezier(0.18, 0.73, 0.13, 0.99)
}

.fixed_menu.on {
    clip-path: inset(0 0 0 0)
}

.fixed_menu .position {
    position: absolute;
    bottom: 48px;
    left: 76px
}

.fixed_menu .position p {
    font-weight: 400;
    font-size: 16px;
    color: #111111
}

.fixed_menu .position .dis {
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
    gap: 32px
}

.fixed_menu .position .dis .list {
    width: 22px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center
}

.fixed_menu .position .dis .list img {
    object-fit: contain
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 0 120px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .6s ease
}

.header.on {
    height: 70px;
    background: #fff
}

.header.on .logo img:first-child {
    opacity: 0
}

.header.on .logo img:last-child {
    opacity: 1
}

.header.on .r .nav .item > a {
    color: #111111
}

.header.on .r .search, .header.on .r .lag {
    color: #111
}

.header.on .r .menu .show span {
    background: #111
}

.header.menu_on .r .nav .item > a {
    font-weight: bold;
    color: #111111
}

.header.menu_on .r .nav .item .hide {
    transition: .6s ease;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

.header.menu_on .r .menu .show span {
    transform: scaleX(0);
    transition-delay: unset
}

.header.menu_on .r .menu .show span:nth-child(2) {
    transition-delay: .2s
}

.header.menu_on .r .menu .hide {
    transform: translate(-50%, -50%) scale(1);
    transition-delay: .4s
}

.header .logo {
    width: 90px;
    position: relative
}

.header .logo img {
    width: 100%;
    transition: .6s ease
}

.header .logo img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.header .r {
    display: flex;
    align-items: center
}

.header .r .nav {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header .r .nav .item {
    position: relative
}
.header .r .nav .item:not(:last-child) {
    margin: 0 80px 0 0;
}

.header .r .nav .item .hide {
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none
}

.header .r .nav .item .hide a {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    transition: .6s ease;
    display: block;
    width: fit-content;
    white-space: nowrap;
    /*line-height: 40px*/
}
html[lang="en"] .header .r .nav .item .hide a{
    white-space: unset;
}
.header .r .nav .item .hide a:not(:last-child) {
    margin: 0 0 13px;
}

.header .r .nav .item .hide a:hover {
    color: #D2292E
}

.header .r .nav .item > a {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    padding: 15px 0;
    transition: .6s ease
}

.header .r .nav .item > a:hover {
    color: #D2292E !important
}

.header .r .search {
    margin: 0 45px 0 58px;
    color: #FFFFFF;
    font-size: 17px;
    transition: .6s ease
}

.header .r .lag {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 32px 0 0;
    transition: .6s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .r .lag svg{
    width: 18px;
    height: 18px;
    margin: 0 7px 0 0;
}
.header .r .lag svg path{
    fill: #fff;
    transition: .6s ease;
}
.header.on .r .lag svg path{
    fill: #1A1A1A;
}

header.active .header .r .lag svg path{
    fill: #1A1A1A;
}


.header .r .hover_lag{
    position: relative;
    z-index: 1;
}
.header .r .hover_lag .hide{
    position: absolute;
    top: 100%;
    left: 0;
    pointer-events: none;
}
.header .r .hover_lag:hover .hide{
    pointer-events: auto;
}
.header .r .hover_lag:hover .hide > div{
    opacity: 1;
    transform: translateY(20px);
}
.header .r .hover_lag .hide > div{
    width: fit-content;
    padding: 8px 0;
    background: #fff;
    transform: translateY(25px);
    box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    opacity: 0;
    transition: .6s ease;
}
.header .r .hover_lag .hide > div a{
    font-size: 14px;
    color: #000;
    white-space: nowrap;
    line-height: 30px;
    transition: .6s ease;
    padding: 0 30px;
}
.header .r .hover_lag .hide > div a:hover{
    color: var(--color);
}

.header .r .menu {
    cursor: pointer;
    position: relative
}

.header .r .menu .hide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: .3s ease;
    width: 15px
}

.header .r .menu .hide img {
    width: 100%
}

.header .r .menu .show {
    width: 25px
}

.header .r .menu .show span {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    transition: .3s ease;
    transform-origin: left;
    transition-delay: .3s
}

.header .r .menu .show span:last-child {
    margin: 7px 0 0 0
}

header.active .header {
    height: 80px
}

header.active .header .logo img:first-child {
    opacity: 0
}

header.active .header .logo img:last-child {
    opacity: 1
}

header.active .header .r .nav .item > a {
    color: #111111
}

header.active .header .r .search, header.active .header .r .lag {
    color: #111
}

header.active .header .r .menu .show span {
    background: #111
}

@keyframes menuAnimate {
    0% {
        width: 0
    }
    50% {
        width: 100%
    }
    100% {
        width: 0
    }
}

.footer {
    background: #223B73;
    padding: 84px 0 47px;
    position: relative
}

.footer .top {
    display: flex;
    justify-content: space-between
}
.footer .top .l{}

.footer .top .l .foo_logo {
    width: 153px;
    display: block;
    margin: 0 0 56px
}

.footer .top .l .a1 {
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF
}

.footer .top .l p {
    font-weight: 400;
    font-size: 16px;
    color: #B4C0DB;
    line-height: 36px
}
.footer .top .l{
    width: 400px;
}

.footer .top .l p:nth-child(3) {
    margin: 0 0 38px
}

.footer .top .foo_nav {
    display: flex;
    position: relative
}

.footer .top .foo_nav:after {
    content: '';
    position: absolute;
    left: -81px;
    top: 0;
    width: 1px;
    height: 388px;
    background: #334C82
}

.footer .top .foo_nav .item:not(:last-child) {
    margin: 0 87px 0 0
}
html[lang='en'] .footer .top .foo_nav .item:not(:last-child){
    margin: 0 32px 0 0;
}
html[lang='ja'] .footer .top .foo_nav .item:not(:last-child){
    margin: 0 32px 0 0;
}
.footer .top .foo_nav .item a {
    transition: .6s ease
}

.footer .top .foo_nav .item a:hover {
    color: #D2292E !important
}

.footer .top .foo_nav .item > a {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    margin: 0 0 30px;
    width: fit-content
}

.footer .top .foo_nav .item .level a {
    font-weight: 400;
    font-size: 16px;
    color: #B4C0DB;
    /*line-height: 50px;*/
    width: fit-content;
    display: block
}
.footer .top .foo_nav .item .level a:not(:last-child) {
    margin: 0 0 27px;
}

html[lang='en'] .footer .top .foo_nav .item .level a{
    font-size: 13px;
}

.footer .bottom {
    margin: 64px 0 0 0;
    position: relative;
    padding: 42px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer .bottom .l {
    display: flex;
    align-items: center;
    gap: 10px
}

.footer .bottom .l a, .footer .bottom .l p {
    font-weight: 400;
    font-size: 16px;
    color: #B4C0DB
}

.footer .bottom .l a {
    transition: .6s ease
}

.footer .bottom .l a:hover {
    color: #fff
}

.footer .bottom .l .dis {
    display: flex;
    gap: 34px;
    margin: 0 0 0 34px
}
.footer .bottom .l .dis .list{
    position: relative;
}
.footer .bottom .l .dis .list .hide{
    position: absolute;
    width: 112px;
    bottom: calc(100% + 15px);
    left: 50%;
    transform: translate(-50%,-10px);
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    transition: .6s ease;
}
.footer .bottom .l .dis .list:hover .hide{
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%,0);
}
.footer .bottom .l .dis .list .hide img{
    width: 100%;
}
.footer .bottom .r {
    display: flex;
    align-items: center
}

.footer .bottom .r .links {
    /*width: 395px;*/
    display: flex;
    justify-content: space-between
}

.footer .bottom .r .links a {
    font-weight: 400;
    font-size: 16px;
    color: #B4C0DB;
    transition: .6s ease
}

.footer .bottom .r .links a:hover {
    color: #fff
}

.footer .bottom:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    background: #334C82;
    left: 50%;
    transform: translateX(-50%);
    top: 0
}

.footer .back {
    position: absolute;
    right: 21px;
    bottom: 23px;
    z-index: 6;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: .6s ease
}

.footer .back:hover {
    background: #D2292E
}

.footer .back:hover > div .iconfont, .footer .back:hover > div p {
    color: #fff
}

.footer .back > div {
    position: relative;
    top: -2px
}

.footer .back > div .iconfont {
    color: #111111;
    font-size: 14px;
    transform: rotate(-90deg);
    font-weight: 200;
    transition: .6s ease
}

.footer .back > div p {
    font-weight: 400;
    font-size: 12px;
    color: #111111;
    margin: 3px 0 0 0;
    transition: .6s ease
}

.parallax {
    width: 100%;
    height: 100%
}

.w1440 {
    width: 1440px;
    margin: auto
}

.w1680 {
    width: 1680px;
    margin: auto
}

.common_banner {
    height: 100vh
}

.common_banner .parallax {
    display: flex;
    align-items: center;
    justify-content: center
}

.common_banner .parallax .text {
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center
}

.common_banner .parallax .dis {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 54px 0 0 0
}

.common_banner .parallax .dis .list {
    /*width: 120px;*/
    padding: 0 30px;
    height: 50px;
    border-radius: 38px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    transition: .6s ease
}

.common_banner .parallax .dis .list:hover {
    background: var(--color);
    color: #fff;
    border: 1px solid transparent
}

.common_banner .parallax .dis .list:not(:last-child) {
    margin: 0 60px 0 0
}

.common_banner .parallax .position {
    position: fixed;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 30px);
    z-index: 9;
    width: max-content;
    height: 56px;
    background: #FFFFFF;
    border-radius: 38px;
    display: flex;
    align-items: center;
    padding: 0 3px;
    opacity: 0;
    transition: 2s;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05)
}

.common_banner .parallax .position.hide {
    opacity: 0 !important;
    pointer-events: none !important;
    transition: 0.6s !important
}

.common_banner .parallax .position.aos-animate {
    opacity: 1;
    transform: translate(-50%, 0)
}

.common_banner .parallax .position a {
    height: 50px;
    padding: 0 26px;
    border-radius: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease;
    font-weight: 400;
    font-size: 16px;
    color: #111111
}

.common_banner .parallax .position a:hover {
    color: var(--color)
}

.common_banner .parallax .position a.on {
    background: var(--color);
    color: #fff !important
}

.common_paging {
    display: flex;
    align-items: center;
    justify-content: center
}

.common_paging a {
    font-weight: 400;
    font-size: 16px;
    color: #111;
    margin: 0 14px
}

.common_paging a.on {
    color: #19499D;
    font-weight: bold
}

.common_paging a:first-child .iconfont {
    transform: rotate(180deg)
}

.common_paging a:first-child, .common_paging a:last-child {
    width: 40px;
    height: 40px;
    border: 1px solid #EBEBF3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .6s ease
}

.common_paging a:first-child:hover, .common_paging a:last-child:hover {
    border: 1px solid #264083
}

.common_paging a:first-child:hover .iconfont, .common_paging a:last-child:hover .iconfont {
    color: #D2292E
}

.common_paging a:first-child .iconfont, .common_paging a:last-child .iconfont {
    color: var(--color);
    font-size: 14px;
    transition: .6s ease
}

.item_hover {
    overflow: hidden
}

.item_hover:hover img {
    transform: scale(1.05)
}

.item_hover img {
    width: 100%;
    height: 100%;
    transition: 1.2s ease
}

.all_maks{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.5);
    z-index: 98;
    opacity: 0;
    pointer-events: none;
    transition: .6s ease;
}
.all_maks.on{
    opacity: 1;
    pointer-events: auto;
}

@media screen and (max-width: 1919px) {
    .header .r .lag svg{
        width: 0.9375vw;
        height: 0.9375vw;
        margin: 0px 0.3645833333vw 0px 0px;
    }
    .header .r .hover_lag:hover .hide > div{
        transform: translateY(1.0416666667vw);
    }
    .header .r .hover_lag .hide > div{
        padding: 0.4166666667vw 0px;
        transform: translateY(1.3020833333vw);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.5208333333vw;
        border-radius: 0.2604166667vw;
    }
    .header .r .hover_lag .hide > div a{
        font-size: 0.7291666667vw;
        line-height: 1.5625vw;
        padding: 0px 1.5625vw;
    }
    [data-lenis-prevent]{
        padding: 0px 1.0416666667vw 0px 0px;
    }
    [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;
    }
    .fixed_menu{
        right: 3.28125vw;
        top: 0.15625vw;
        width: 58.8020833333vw;
        height: 36.4583333333vw;
        border-radius: 0.5208333333vw;
    }
    .fixed_menu .position{
        bottom: 2.5vw;
        left: 3.9583333333vw;
    }
    .fixed_menu .position p{
        font-size: 0.8333333333vw;
    }
    .fixed_menu .position .dis{
        margin: 1.0416666667vw 0px 0px;
        gap: 1.6666666667vw;
    }
    .fixed_menu .position .dis .list{
        width: 1.1458333333vw;
        height: 0.8854166667vw;
    }
    .header{
        height: 5.2083333333vw;
        padding: 0px 6.25vw;
    }
    .header.on{
        height: 3.6458333333vw;
    }
    .header .logo{
        width: 4.6875vw;
    }
    .header .r .nav .item:not(:last-child) {
        margin: 0 4.1666666vw 0 0;
    }
    .header .r .nav .item .hide{
        top: calc(100% + 1.5625vw);
        transform: translateY(1.0416666667vw);
    }
    .header .r .nav .item .hide a{
        font-size: 0.8333333333vw;
    }
    .header .r .nav .item .hide a:not(:last-child) {
        margin: 0 0 0.677083vw;
    }
    .header .r .nav .item > a{
        font-size: 0.7291666667vw;
        padding: 0.78125vw 0px;
    }
    .header .r .search{
        margin: 0px 2.34375vw 0px 3.0208333333vw;
        font-size: 0.8854166667vw;
    }
    .header .r .lag{
        font-size: 0.8333333333vw;
        margin: 0px 1.6666666667vw 0px 0px;
    }
    .header .r .menu .hide{
        width: 0.78125vw;
    }
    .header .r .menu .show{
        width: 1.3020833333vw;
    }
    .header .r .menu .show span{
        height: 0.1041666667vw;
    }
    .header .r .menu .show span:last-child{
        margin: 0.3645833333vw 0px 0px;
    }
    header.active .header{
        height: 4.1666666667vw;
    }
    .footer{
        padding: 4.375vw 0px 2.4479166667vw;
    }
    .footer .top .l .foo_logo{
        width: 7.96875vw;
        margin: 0px 0px 2.9166666667vw;
    }
    .footer .top .l .a1{
        font-size: 1.6666666667vw;
    }
    .footer .top .l{
        width: 20.8333333vw;
    }
    .footer .top .l p{
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }
    .footer .top .l p:nth-child(3){
        margin: 0px 0px 1.9791666667vw;
    }
    .footer .top .foo_nav::after{
        left: -4.21875vw;
        height: 20.2083333333vw;
    }
    .footer .top .foo_nav .item:not(:last-child){
        margin: 0px 4.53125vw 0px 0px;
    }
    html[lang='en'] .footer .top .foo_nav .item:not(:last-child){
        margin: 0 1.66666vw 0 0;
    }
    html[lang='ja'] .footer .top .foo_nav .item:not(:last-child){
        margin: 0 32px 0 0;
    }
    .footer .top .foo_nav .item > a{
        font-size: 0.8333333333vw;
        margin: 0px 0px 1.5625vw;
    }
    .footer .top .foo_nav .item .level a{
        font-size: 0.8333333333vw;
    }
    html[lang='en'] .footer .top .foo_nav .item .level a{
        font-size: 0.6770833333vw;
    }
    .footer .bottom{
        margin: 3.3333333333vw 0px 0px;
        padding: 2.1875vw 0px 0px;
    }
    .footer .bottom .l{
        gap: 0.5208333333vw;
    }
    .footer .bottom .l a, .footer .bottom .l p{
        font-size: 0.8333333333vw;
    }
    .footer .bottom .l .dis{
        gap: 1.7708333333vw;
        margin: 0px 0px 0px 1.7708333333vw;
    }
    .footer .bottom .l .dis .list .hide{
        width: 5.8333333333vw;
        bottom: calc(100% + 0.78125vw);
        transform: translate(-50%, -0.5208333333vw);
    }
    .footer .bottom .r .links a{
        font-size: 0.8333333333vw;
    }
    .footer .back{
        right: 1.09375vw;
        bottom: 1.1979166667vw;
        width: 3.125vw;
        height: 3.125vw;
    }
    .footer .back > div{
        top: -0.1041666667vw;
    }
    .footer .back > div .iconfont{
        font-size: 0.7291666667vw;
    }
    .footer .back > div p{
        font-size: 0.625vw;
        margin: 0.15625vw 0px 0px;
    }
    .w1440{
        width: 75vw;
    }
    .w1680{
        width: 87.5vw;
    }
    .common_banner .parallax .text{
        font-size: 2.0833333333vw;
    }
    .common_banner .parallax .dis{
        margin: 2.8125vw 0px 0px;
    }
    .common_banner .parallax .dis .list{
        height: 2.6041666667vw;
        border-radius: 1.9791666667vw;
        font-size: 0.8333333333vw;
        padding: 0 1.5625vw;
    }
    .common_banner .parallax .dis .list:not(:last-child){
        margin: 0px 3.125vw 0px 0px;
    }
    .common_banner .parallax .position{
        bottom: 3.125vw;
        transform: translate(-50%, 1.5625vw);
        height: 2.9166666667vw;
        border-radius: 1.9791666667vw;
        padding: 0px 0.15625vw;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0.2083333333vw 0.2083333333vw;
    }
    .common_banner .parallax .position a{
        height: 2.6041666667vw;
        padding: 0px 1.3541666667vw;
        border-radius: 1.9791666667vw;
        font-size: 0.8333333333vw;
    }
    .common_paging a{
        font-size: 0.8333333333vw;
        margin: 0px 0.7291666667vw;
    }
    .common_paging a:first-child, .common_paging a:last-child{
        width: 2.0833333333vw;
        height: 2.0833333333vw;
    }
    .common_paging a:first-child .iconfont, .common_paging a:last-child .iconfont{
        font-size: 0.7291666667vw;
    }
    .footer .bottom .l .dis .list{
        width: 1.1979166667vw;
    }
}


@media screen and (max-width: 1800px) {
    .index3 .content .item img{
        max-width: 70%;
        max-height: 70%;
    }
}


@media screen and (max-width: 1024px) {
    .header{
        height: 60px!important;
        background: #fff;
        padding: 0 5%;
    }
    .header .logo{
        width: 75px;
    }
    .header .logo img:first-child{
        opacity: 0;
    }
    .header .logo img:last-child{
        opacity: 1;
    }
    .header .r .nav{
        display: none;
    }
    .header .r .search{
        font-size: 16px;
        margin: 0 20px 0 0;
    }
    .header .r .lag{
        font-size: 16px;
        margin: 0 25px 0 0;
    }
    .header .r .menu .hide{
        width: 15px;
    }
    .fixed_menu{
        display: none;
    }
    .header .r .menu .show{
        width: 25px;
    }
    .header .r .menu .show span{
        height: 2px;
    }
    .header .r .menu .show span:last-child {
        margin: 7px 0px 0px;
    }
    .header .r .search, .header .r .lag {
        color: #111;
    }
    .header .r .search, .header .r .lag {
        color: #111;
    }
    .header .r .menu .show span {
        background: #111;
    }
    .footer{
        padding: 70px 0;
    }
    .footer .top .foo_nav{
        display: none;
    }
    .footer .top .l .foo_logo{
        width: 85px;
        margin: 0 0 30px;
    }
    .footer .top{
        justify-content: center;
    }
    .footer .top .l .a1{
        font-size: 18px;
        width: fit-content;
        display: block;
    }
    .footer .top .l p:nth-child(3) {
        margin: 0px 0px 10px;
    }
    .footer .top .l p{
        font-size: 13px;
        line-height: 34px;
    }
    .footer .top .l{
        width: 100%;
    }
    .footer .top{
        width: 100%;
    }
    .footer .top .l{
        width: 100%;
    }
    .w1440{
        width: 90%;
    }
    .footer .bottom{
        margin: 25px 0 0 0;
        padding: 25px 0 0 0;
        flex-direction: column;
        align-items: unset;
    }
    .footer .bottom .l a, .footer .bottom .l p,.footer .bottom .r .links a{
        font-size: 13px;
        line-height: 25px;
    }
    .footer .bottom .l{
        gap: 0;
        flex-direction: column;
        align-items: unset;
    }
    .footer .bottom .l .dis{
        display: none;
    }
    .footer .back{
        display: none;
    }

    .banner .parallax{
        transform: none!important;
    }
}

@media screen and (max-width: 1024px) {
    .common_banner .parallax .text{
        font-size: 18px;
        line-height: 30px;
        padding: 0 5%;
    }
    .common_banner .parallax .dis .list{
        width: fit-content;
        height: 40px;
        border-radius: 38px;
        font-size: 12px;
    }
    .common_banner .parallax > div{
        width: 90%;
    }
    .common_banner .parallax .dis{
        margin: 45px 0 0 0;
    }
    .common_banner .parallax .dis .list:not(:last-child) {
        margin: 0px 25px 0px 0px;
    }
    .common_paging a:first-child, .common_paging a:last-child {
        width: 40px;
        height: 40px;
        border: 1px solid #EBEBF3;
    }
    .common_paging a:first-child .iconfont, .common_paging a:last-child .iconfont{
        font-size: 14px;
    }
    .common_paging a{
        font-size: 14px;
        margin: 0 10px;
    }
    .w1680{
        width: 100%;
    }
    .header .r .hover_lag .hide > div{
        padding: 15px 0;
    }
    .header .r .hover_lag:hover .hide > div {
        transform: translateY(26px);
    }
    .header .r .hover_lag .hide > div a{
        font-size: 14px;
        line-height: 25px;
        padding: 0 15px;
        display: block;
        border-radius: 5px;
    }
    .header .r .hover_lag .hide{
        left: -10px;
    }

    .header .r .lag svg {
        width: 17px;
        height: 17px;
        margin: 0 5px 0 0;
    }
    .header .r .lag svg path{
        fill: #000;
    }

}

