@font-face {
    font-family: 'Bebas Neue';
    src: url("../fonts/BEBASNEUE-REGULAR.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
}

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 {
    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-stopped {
    overflow: hidden
}

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

section {
    overflow: hidden
}

section.unset {
    overflow: unset
}

:root {
    --color: #069AB2
}

.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: 88px;
    padding: 0 60px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .6s ease
}

.header.on {
    background: #FFFFFF;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.05)
}

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

.header.on .logo img:last-child {
    opacity: 1
}

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

.header.on .nav .item > a {
    color: #1A1A1A
}

.header.on .r .lag .iconfont, .header.on .r .head_search .iconfont {
    color: #1A1A1A
}

.header .logo {
    width: 130px;
    position: relative
}

.header .logo img {
    width: 100%;
    transition: .6s ease
}

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

.header .nav {
    display: flex;
    height: 100%;
    justify-content: space-between
}

.header .nav .item {
    height: 100%;
    position: relative;
    cursor: pointer
}

.header .nav .item:not(:last-child) {
    margin: 0 45px 0 0
}

.header .nav .item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 120px;
    pointer-events: none
}

.header .nav .item:hover:after,.header .nav .item.on:after {
    transform: scaleX(1)
}

.header .nav .item:hover:before {
    pointer-events: auto
}

.header .nav .item:hover .hide {
    pointer-events: auto
}

.header .nav .item:hover .hide > div {
    clip-path: inset(0 0 0 0 round 4px)
}



.header .nav .item .hide {
    position: absolute;
    top: 100%;
    left: -2px;
    overflow: hidden;
    pointer-events: none
}

.header .nav .item .hide > div {
    width: fit-content;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 30px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 30px 36px;
    margin: 15px 0 0 0;
    clip-path: inset(0 0% 100% 0 round 4px);
    transition: .6s ease
}

.header .nav .item .hide > div .hide_list {
    text-align: center;
    position: relative
}

.header .nav .item .hide > div .hide_list:hover img:nth-child(2) {
    transform: translateX(-50%) rotate(180deg)
}

.header .nav .item .hide > div .hide_list img {
    width: 55px;
    height: fit-content;
    object-fit: contain
}

.header .nav .item .hide > div .hide_list img:nth-child(2) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 1s
}

.header .nav .item .hide > div .hide_list p {
    margin: 10px 0 0 0;
    font-weight: 400;
    font-size: 15px;
    color: #1A1A1A;
    white-space: nowrap
}

.header .nav .item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 12px;
    left: 0;
    background: #069AB2;
    transform-origin: left;
    transition: .6s ease;
    transform: scaleX(0)
}

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

.header .nav .item:hover > a,.header .nav .item.on > a{
    color: var(--color) !important;
}

.header .r {
    width: 130px;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    cursor: pointer
}

.header .r .lag {
    margin: 0 20px 0 0
}

.header .r .lag .iconfont {
    font-size: 16px;
    color: #fff;
    transition: .6s ease
}

.header .r .head_search {
    cursor: pointer
}

.header .r .head_search .iconfont {
    font-size: 16px;
    color: #fff;
    transition: .6s ease
}

header.active .header {
    background: #FFFFFF;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.05)
}

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

header.active .header .logo img:last-child {
    opacity: 1
}

header.active .header .nav .item:hover > a {
    color: var(--color)
}

header.active .header .nav .item > a {
    color: #1A1A1A
}

header.active .header .r .lag .iconfont, header.active .header .r .head_search .iconfont {
    color: #1A1A1A
}

header.search_on .header {
    background: #FFFFFF;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.05)
}

header.search_on .header .logo img:first-child {
    opacity: 0
}

header.search_on .header .logo img:last-child {
    opacity: 1
}

header.search_on .header .nav .item:hover > a {
    color: var(--color)
}

header.search_on .header .nav .item > a {
    color: #1A1A1A
}

header.search_on .header .r .lag .iconfont, header.search_on .header .r .head_search .iconfont {
    color: #1A1A1A
}

.footer {
    background: #1A1A1A;
    padding: 84px 0 30px 0
}

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

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

.footer .wrap .top .l {
    display: flex;
    gap: 0 125px
}

.footer .wrap .top .l .item a {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 42px;
    display: block;
    width: fit-content;
    transition: .6s ease
}

.footer .wrap .top .l .item a:hover {
    color: var(--color)
}

.footer .wrap .top .r {
    position: relative
}

.footer .wrap .top .r .backScrollTop {
    position: absolute;
    left: calc(100% + 140px);
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease;
    cursor: pointer
}

.footer .wrap .top .r .backScrollTop:hover {
    border: 1px solid transparent;
    background: var(--color)
}

.footer .wrap .top .r .backScrollTop .iconfont {
    font-size: 20px;
    color: #fff;
    opacity: .5;
    transform: rotate(-90deg);
    transition: .6s ease
}

.footer .wrap .top .r .pic {
    text-align: right
}

.footer .wrap .top .r .pic img {
    width: 155px
}

.footer .wrap .top .r .pic p {
    font-weight: 400;
    font-size: 14px;
    color: #069AB2;
    margin: 12px 0 0 0
}

.footer .wrap .links {
    margin: 145px 0 0 0;
    display: flex;
    justify-content: space-between
}

.footer .wrap .links p, .footer .wrap .links a {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    display: inline
}

.footer .wrap .links a {
    transition: .6s ease
}

.footer .wrap .links a:hover {
    color: var(--color)
}

.footer .wrap .links div a {
    margin: 0 0 0 10px
}

.footer .wrap .links .other {
    display: flex;
    gap: 0 30px
}

.footer .wrap .links .other a {
    margin: 0
}

.parallax {
    width: 100%;
    height: 100%;
    position: relative
}

.common_more {
    width: fit-content;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.common_more:hover .circle img {
    transform: translate(5px, -50%)
}

.common_more:hover .circle:after {
    transform: rotate(25deg)
}

.common_more p {
    font-weight: 400;
    font-size: 16px;
    color: #fff
}

.common_more .circle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: relative;
    margin: 0 0 0 25px
}

.common_more .circle:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px dashed #FCFCFC;
    transition: .4s ease
}

.common_more .circle img {
    width: 28px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -15px;
    transition: .3s ease
}

.common_more.on p {
    color: #069AB2
}

.common_more.on .circle:after {
    border: 1px dashed #069AB2
}

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

.common_banner .top {
    /*height: calc(100vh + 1200px)*/
    height: 100vh;
}

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

.common_banner .top .parallax .wrap {
    text-align: center;
    width: 1150px;
    margin: auto
}

.common_banner .top .parallax .wrap.active .p2 {
    transform: none !important;
    opacity: 1 !important
}

.common_banner .top .parallax .wrap .p1 {
    font-weight: bold;
    font-size: 46px;
    color: #FFFFFF;
    transform: scale(0.43, 0.43);
}

.common_banner .top .parallax .wrap .p2 {
    font-weight: 800;
    font-size: 46px;
    color: #FFFFFF;
    /*transform: translate3d(0px, 80px, 0px) scale(0.5, 0.5);*/
    /*opacity: 0*/
}

.common_banner .black {
    background: #1A1F20;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.common_banner .black .jump {
    text-align: center
}

.common_banner .black .jump .text {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    line-height: 46px
}

.common_banner .black .jump .common_more {
    margin: 60px auto 0
}

/**/
.common_banner .position{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
    z-index: 6;
    text-align: center;
    opacity: .6;
}
.common_banner .position p{
    color: #fff;
    font-size: 14px;
}
.common_banner .position .bor{
    width: 18px;
    height: 28px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    position: relative;
    top: -3px;
    margin: 10px auto 0;
}
.common_banner .position .bor div{
    width: 2px;
    height: 4px;
    background: #fff;
    margin: 5px auto 0;
    animation: divAnimate 2s ease infinite;
}
@keyframes divAnimate {
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(4px);
    }
    100%{
        transform: translateY(0);
    }
}
/**/

.common_content {
    width: 1200px;
    margin: 96px auto 0;
    position: relative;
    display: flex;
    justify-content: flex-end
}

.common_content .pic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 758px;
    height: 710px;
    overflow: hidden
}

.common_content .pic:hover img {
    transform: scale(1.05)
}

.common_content .pic img {
    width: 100%;
    height: 100%;
    transition: 1s ease
}

.common_content .jump {
    width: 640px;
    height: auto;
    background: #1A1F20;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 73px 90px 92px;
    position: relative;
    z-index: 5;
    margin: 90px 0 0 0;
}

.common_content .jump .message {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 0 15px
}

.common_content .jump .headline {
    font-weight: 500;
    font-size: 38px;
    color: #FFFFFF;
    padding: 0 0 35px;
    border-bottom: 1px solid #fff;
    position: relative
}

.common_content .jump .headline:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 120px;
    height: 1px;
    background: #069AB2
}

.common_content .jump .pick {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
    margin: 56px 0 0 0
}

.common_content .jump table {
    margin: 42px 0 0 0
}

.common_content .jump table td {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    padding: 12px 36px
}

.common_content .jump table td:first-child {
    padding-left: 0
}

.common_content .jump table td:last-child {
    padding-right: 0
}

.common_bottom {
    position: relative;
    z-index: 1
}

.common_bottom .img {
    width: 100%
}

.common_bottom .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.common_bottom .wrap .icon {
    width: 87px;
    height: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto
}

.common_bottom .wrap .icon img {
    object-fit: contain;
    transition: .6s ease
}

.common_bottom .wrap .text {
    margin: 45px 0 0 0;
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF
}

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

.common_paging a {
    padding: 0 20px;
    height: 50px;
    background: #EDEDED;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin: 0 10px;
    transition: .6s ease
}

.common_paging a.on {
    background: #069AB2;
    color: #fff
}

.common_paging a.point {
    background: transparent;
    padding: 0 5px
}

.common_paging a:hover {
    color: #069AB2
}

.common_paging .next:hover, .common_paging .prev:hover {
    background: #069AB2;
    color: #fff
}

@keyframes goAnimate {
    100% {
        transform: translateX(-50%)
    }
}

@keyframes go2Animate {
    100% {
        transform: translateX(50%)
    }
}

@media screen and (max-width: 1919px) {
    .header {
        height: 4.5833333333vw;
        padding: 0 3.125vw
    }

    .header .logo {
        width: 6.7708333333vw
    }

    .header .nav .item:not(:last-child) {
        margin: 0 2.34375vw 0 0
    }

    .header .nav .item:hover .hide > div {
        clip-path: inset(0 0 0 0 round .2083333333vw)
    }

    .header .nav .item .hide {
        left: -.1041666667vw
    }

    .header .nav .item .hide > div {
        border-radius: .2083333333vw;
        padding: 1.5625vw;
        gap: 1.5625vw 1.875vw;
        margin: .78125vw 0 0 0;
        clip-path: inset(0 0% 100% 0 round .2083333333vw)
    }

    .header .nav .item .hide > div .hide_list img {
        width: 2.8645833333vw
    }

    .header .nav .item .hide > div .hide_list p {
        margin: .5208333333vw 0 0 0;
        font-size: .78125vw
    }

    .header .nav .item:after {
        height: .1041666667vw;
        bottom: .625vw
    }

    .header .nav .item > a {
        font-size: .78125vw
    }

    .header .r {
        width: 6.7708333333vw
    }

    .header .r .lag {
        margin: 0 1.0416666667vw 0 0
    }

    .header .r .lag .iconfont {
        font-size: .8333333333vw
    }

    .header .r .head_search .iconfont {
        font-size: .8333333333vw
    }
}

.fixed_search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9998;
    padding: 180px 0 0 0;
    clip-path: inset(0 0 100% 0);
    transition: 1s
}

.fixed_search .after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1
}

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

.fixed_search .wrap {
    width: 554px;
    margin: auto
}

.fixed_search .wrap .title {
    display: flex;
    align-items: center
}

.fixed_search .wrap .title .iconfont {
    font-size: 18px;
    color: #000;
    margin: 0 18px 0 0;
    cursor: pointer
}

.fixed_search .wrap .title input {
    width: 434px;
    font-size: 20px;
    color: #000;
    border: none
}

.fixed_search .wrap .title input::placeholder {
    color: #999
}

.fixed_search .wrap .content {
    padding: 50px 0 0 38px
}

.fixed_search .wrap .content.on .show {
    display: none
}

.fixed_search .wrap .content.on .hide {
    display: block
}

.fixed_search .wrap .content .show .p1 {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5)
}

.fixed_search .wrap .content .show .flex {
    margin: 20px 0 0 0
}

.fixed_search .wrap .content .show .flex .list {
    display: flex;
    align-items: center
}

.fixed_search .wrap .content .show .flex .list:not(:last-child) {
    margin: 0 0 25px
}

.fixed_search .wrap .content .show .flex .list p {
    font-size: 14px;
    color: #000
}

.fixed_search .wrap .content .show .flex .list svg {
    width: 18px;
    height: 18px;
    transform: rotate(-45deg);
    margin: 0 0 0 10px
}

.fixed_search .wrap .content .hide {
    display: none
}

.fixed_search .wrap .content .hide .p1 {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    margin: 0 0 35px
}

.fixed_search .wrap .content .hide .flex .item p {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.3)
}

.fixed_search .wrap .content .hide .flex .item .pick {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    margin: 13px 0 0 0
}


.common_down{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    z-index: 5;
}

.common_down p{
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.common_down .bor{
    width: 25px;
    height: 38px;
    border-radius: 25px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    margin: 10px auto 0;
}

.common_down .bor span{
    width: 2px;
    height: 5px;
    background: #fff;
    margin: 12px 0 0;
}
@media screen and (max-width: 1919px) {
    .common_down{
        bottom: 5.2083333333vw;
    }
    .common_down p{
        font-size: 0.7291666667vw;
    }
    .common_down .bor{
        width: 1.3020833333vw;
        height: 1.9791666667vw;
        border-radius: 1.3020833333vw;
        margin: 0.5208333333vw auto 0px;
    }
    .common_down .bor span{
        width: 0.1041666667vw;
        height: 0.2604166667vw;
        margin: 0.625vw 0px 0px;
    }
}
@media screen and (max-width: 1919px) {
    [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;
    }
    .header{
        height: 4.5833333333vw;
        padding: 0px 3.125vw;
    }
    .header.on{
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0.2604166667vw 1.40625vw 0px;
    }
    .header .logo{
        width: 6.7708333333vw;
    }
    .header .nav .item:not(:last-child){
        margin: 0px 2.34375vw 0px 0px;
    }
    .header .nav .item::before{
        width: 6.25vw;
    }
    .header .nav .item:hover .hide > div{
        clip-path: inset(0px round 0.2083333333vw);
    }
    .header .nav .item .hide{
        left: -0.1041666667vw;
    }
    .header .nav .item .hide > div{
        border-radius: 0.2083333333vw;
        padding: 1.5625vw;
        gap: 1.5625vw 1.875vw;
        margin: 0.78125vw 0px 0px;
        clip-path: inset(0px 0% 100% 0px round 0.2083333333vw);
    }
    .header .nav .item .hide > div .hide_list img{
        width: 2.8645833333vw;
    }
    .header .nav .item .hide > div .hide_list p{
        margin: 0.5208333333vw 0px 0px;
        font-size: 0.78125vw;
    }
    .header .nav .item::after{
        height: 0.1041666667vw;
        bottom: 0.625vw;
    }
    .header .nav .item > a{
        font-size: 0.78125vw;
    }
    .header .r{
        width: 6.7708333333vw;
    }
    .header .r .lag{
        margin: 0px 1.0416666667vw 0px 0px;
    }
    .header .r .lag .iconfont{
        font-size: 0.8333333333vw;
    }
    .header .r .head_search .iconfont{
        font-size: 0.8333333333vw;
    }
    header.active .header{
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0.2604166667vw 1.40625vw 0px;
    }
    header.search_on .header{
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0.2604166667vw 1.40625vw 0px;
    }
    .footer{
        padding: 4.375vw 0px 1.5625vw;
    }
    .footer .wrap{
        width: 62.5vw;
    }
    .footer .wrap .top .l{
        gap: 0px 6.5104166667vw;
    }
    .footer .wrap .top .l .item a{
        font-size: 0.7291666667vw;
        line-height: 2.1875vw;
    }
    .footer .wrap .top .r .backScrollTop{
        left: calc(100% + 7.2916666667vw);
        width: 2.2916666667vw;
        height: 2.2916666667vw;
    }
    .footer .wrap .top .r .backScrollTop .iconfont{
        font-size: 1.0416666667vw;
    }
    .footer .wrap .top .r .pic img{
        width: 8.0729166667vw;
    }
    .footer .wrap .top .r .pic p{
        font-size: 0.7291666667vw;
        margin: 0.625vw 0px 0px;
    }
    .footer .wrap .links{
        margin: 7.5520833333vw 0px 0px;
    }
    .footer .wrap .links p, .footer .wrap .links a{
        font-size: 0.7291666667vw;
    }
    .footer .wrap .links div a{
        margin: 0px 0px 0px 0.5208333333vw;
    }
    .footer .wrap .links .other{
        gap: 0px 1.5625vw;
    }
    .common_more:hover .circle img{
        transform: translate(0.2604166667vw, -50%);
    }
    .common_more p{
        font-size: 0.8333333333vw;
    }
    .common_more .circle{
        width: 1.3020833333vw;
        height: 1.3020833333vw;
        margin: 0px 0px 0px 1.3020833333vw;
    }
    .common_more .circle img{
        width: 1.4583333333vw;
        left: -0.78125vw;
    }
    .common_banner .top .parallax .wrap{
        width: 59.8958333333vw;
    }
    .common_banner .top .parallax .wrap .p1{
        font-size: 2.3958333333vw;
    }
    .common_banner .top .parallax .wrap .p2{
        font-size: 2.3958333333vw;
        transform: translate3d(0px, 4.1666666667vw, 0px) scale(0.5, 0.5);
    }
    .common_banner .black{
        height: 15.625vw;
    }
    .common_banner .black .jump .text{
        font-size: 1.25vw;
        line-height: 2.3958333333vw;
    }
    .common_banner .black .jump .common_more{
        margin: 3.125vw auto 0px;
    }
    .common_content{
        width: 62.5vw;
        margin: 5vw auto 0px;
    }
    .common_content .pic{
        width: 39.4791666667vw;
        height: 36.9791666667vw;
    }
    .common_content .jump{
        width: 33.3333333333vw;
        padding: 4.6875vw 3.8020833333vw 4.6875vw 4.7916666667vw;
        margin: 4.6875vw 0px 0px;
    }
    .common_content .jump .message{
        font-size: 1.0416666667vw;
        margin: 0px 0px 0.78125vw;
    }
    .common_content .jump .headline{
        font-size: 1.9791666667vw;
        padding: 0px 0px 1.8229166667vw;
    }
    .common_content .jump .headline::after{
        width: 6.25vw;
    }
    .common_content .jump .pick{
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
        margin: 2.9166666667vw 0px 0px;
    }
    .common_content .jump table{
        margin: 2.1875vw 0px 0px;
    }
    .common_content .jump table td{
        font-size: 0.8333333333vw;
        padding: 0.625vw 1.875vw;
    }
    .common_bottom .wrap .icon{
        width: 4.53125vw;
        height: 4.53125vw;
    }
    .common_bottom .wrap .text{
        margin: 2.34375vw 0px 0px;
        font-size: 1.6666666667vw;
    }
    .common_paging a{
        padding: 0px 1.0416666667vw;
        height: 2.6041666667vw;
        border-radius: 0.15625vw;
        font-size: 0.8333333333vw;
        margin: 0px 0.5208333333vw;
    }
    .common_paging a.point{
        padding: 0px 0.2604166667vw;
    }
    .fixed_search{
        padding: 9.375vw 0px 0px;
    }
    .fixed_search .wrap{
        width: 28.8541666667vw;
    }
    .fixed_search .wrap .title .iconfont{
        font-size: 0.9375vw;
        margin: 0px 0.9375vw 0px 0px;
    }
    .fixed_search .wrap .title input{
        width: 22.6041666667vw;
        font-size: 1.0416666667vw;
    }
    .fixed_search .wrap .content{
        padding: 2.6041666667vw 0px 0px 1.9791666667vw;
    }
    .fixed_search .wrap .content .show .p1{
        font-size: 0.6770833333vw;
    }
    .fixed_search .wrap .content .show .flex{
        margin: 1.0416666667vw 0px 0px;
    }
    .fixed_search .wrap .content .show .flex .list:not(:last-child){
        margin: 0px 0px 1.3020833333vw;
    }
    .fixed_search .wrap .content .show .flex .list p{
        font-size: 0.7291666667vw;
    }
    .fixed_search .wrap .content .show .flex .list svg{
        width: 0.9375vw;
        height: 0.9375vw;
        margin: 0px 0px 0px 0.5208333333vw;
    }
    .fixed_search .wrap .content .hide .p1{
        padding: 0.625vw 0px;
        font-size: 0.625vw;
        margin: 0px 0px 1.8229166667vw;
    }
    .fixed_search .wrap .content .hide .flex .item p{
        font-size: 0.6770833333vw;
    }
    .fixed_search .wrap .content .hide .flex .item .pick{
        font-size: 0.7291666667vw;
        margin: 0.6770833333vw 0px 0px;
    }
}
@media screen and (max-width: 1024px) {

    .header{
        height: 60px;
        padding: 0 5%;
    }
    .header .logo{
        width: 100px;
    }
    .header .logo img:last-child {
        opacity: 1;
    }
    .header .logo img:first-child {
        opacity: 0;
    }
    .header {
        background: #FFFFFF;
        box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.05);
    }
    .header .nav {
        display: none;
    }
    .header .r{
        width: fit-content;
    }
    .header .r .head_search .iconfont{
        font-size: 16px;
    }
    .header .r .lag{
        margin: 0 20px 0 0;
    }
    .header .r .lag .iconfont{
        font-size: 16px;
    }
    .header .r .lag .iconfont, .header .r .head_search .iconfont {
        color: #1A1A1A;
    }

    .common_banner .top .parallax{
        transform: none!important;
    }


    .head_click {
        display: block !important;
        position: relative;
        width: 22px;
        height: 16px;
        cursor: pointer;
        margin: 0 0 0 30px;
    }

    .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_click .show div:first-child {
        transition-delay: 0.4s;

    }

    .head_click .show div:nth-child(2) {
        transition-delay: 0.5s;
    }

    .head_click .show div:last-child {
        transition-delay: 0.6s;
    }

    .head_click .show div {
        width: 100%;
        height: 2px;
        background: #000;
        transition: 0.3s;
    }

    .head_click .hide {
        width: 100%;
        height: 24px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    .head_click .hide:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 2px;
        background: #000;
        transform: rotate(45deg) scaleX(0);
        transition: .75s cubic-bezier(.19, 1, .22, 1);
    }

    .head_click .hide:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 2px;
        background: #000;
        transform: rotate(-45deg) scaleX(0);
        transition: .75s cubic-bezier(.19, 1, .22, 1);
    }

    .head_click.on .show div {
        transition-delay: unset;
    }

    .head_click.on .show div:first-child {
        width: 0;
    }

    .head_click.on .show div:nth-child(2) {
        width: 0;
        transition-delay: 0.1s;
    }

    .head_click.on .show div:last-child {
        width: 0;
        transition-delay: 0.2s;
    }

    .head_click.on .hide:after {
        transform: rotate(45deg) scaleX(1);
        transition-delay: 0.6s;
    }

    .head_click.on .hide:before {
        transform: rotate(-45deg) scaleX(1);
        transition-delay: 0.6s;
    }

    /*    */
    .mobile_background {
        opacity: 1;
        display: block !important;
    }

    .mobile_background {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        transition: 0.6s;
        background: #fff;
        display: none;
        clip-path: inset(0% 0% 100% 0%);
    }

    .mobile_background_active {
        clip-path: inset(0% 0% 0% 0%);
    }

    .mobile_background .joke {
        position: relative;
        margin: 84px 0 0 0;
        height: 86vh;
        overflow: scroll;
    }

    .mobile_background .joke ul li {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        text-align: left;
        margin: auto;
    }

    .mobile_background_active .joke ul li {
        display: block;
    }

    .mobile_background .joke ul li > a, .mobile_background .joke ul li .headline a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        color: #111;
        margin: 0 !important;
        font-weight: 400;
        padding: 16px 3%;
    }

    .mobile_background .joke ul li.teshu .headline a {
        width: 100%;
        justify-content: unset;
    }

    .mobile_background .joke ul li .headline {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile_background .joke ul li .headline .iconfont {
        color: #111;
        font-size: 14px;
        position: relative;
        left: -3%;
        transition: 0.3s ease;
    }

    .mobile_background .joke ul li > a.on {
        color: #00388B;
    }

    .mobile_background .joke ul li > a .iconfont {
        color: #333;
        font-size: 16px;
        transition: 0.6s;
    }

    .mobile_background .joke ul li.on > a .iconfont {
        transform: rotate(90deg);
    }

    .mobile_background .joke ul li .hidden {
        overflow: hidden;
        display: none;
    }

    .mobile_background .joke ul li .hidden .list .display {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 35px;
        padding: 0 3%;
    }

    .mobile_background .joke ul li .hidden .list.cxk_2 .display a {
        width: 100%;
        height: 100%;
    }

    .mobile_background .joke ul li .hidden .list .display a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.5);
        font-weight: 400;
        width: 100%;
    }

    .mobile_background .joke ul li .hidden .list .display .iconfont {
        color: #111;
        font-size: 14px;
        position: relative;
        left: 0;
    }

    .mobile_background .joke ul li .hidden .list .level {
        overflow: hidden;
        display: none;
    }

    .mobile_background .iconfont {
        /*transition: 0.6s;*/
    }

    .mobile_background .iconfont.on {
        transform: rotate(90deg);
    }

    .mobile_background .joke ul li .hidden .list .level a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 13px;
        color: #b4b4b4;
        font-weight: 400;
        height: 41px;
        line-height: 30px;
        width: 90%;
        margin: auto;
    }

    .mobile_background .joke ul li .hidden > div {
        margin: 0 0 20px;
    }

    .mobile_background .joke .dis_button {
        display: flex;
        width: 100%;
        padding: 0 3%;
        margin: 25px 0 0 0;
    }

    .mobile_background .joke .dis_button .common_more {
        margin: 0 15px 0 0;
    }

    .mobile_background .joke .dis_button .place {
        position: relative;
    }

    .mobile_background .joke .dis_button .place .code {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 10px);
        top: calc(100% + 15px);
        width: 100px;
        opacity: 0;
        pointer-events: none;
        transition: 1s;
        background: #fff;
        border-radius: 6px;
        box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);
    }

    .mobile_background .joke .dis_button .place:hover .code {
        opacity: 1;
        transform: translate(-50%, 0);
    }

    .fixed_search {
        padding: 120px 0 0 0;
    }
    .fixed_search .wrap {
        width: 90%;
        max-height: 84vh;
        overflow: hidden;
        overflow-y: scroll;
    }
    .fixed_search .wrap .title .iconfont {
        font-size: 18px;
        margin: 0 18px 0 0;
    }
    .fixed_search .wrap .title input {
        width: 100%;
        font-size: 16px;
        border: none;
    }
    .fixed_search .wrap .content {
        padding: 35px 0 0 0;
    }
    .fixed_search .wrap .content .show .p1{
        font-size: 13px;
    }
    .fixed_search .wrap .content .show .flex{
        margin: 25px 0 0 0;
    }
    .fixed_search .wrap .content .show .flex .list:not(:last-child) {
        margin: 0 0 25px;
    }
    .fixed_search .wrap .content .show .flex .list p {
        font-size: 14px;
        width: 82%;
    }
    .fixed_search .wrap .content .show .flex .list{
        align-items: unset;
    }
    .fixed_search .wrap .content .show .flex .list svg {
        width: 18px;
        height: 18px;
        transform: rotate(-45deg);
        margin: 0 0 0 10px;
    }
    .fixed_search .wrap .content .hide .p1 {
        padding: 12px 0;
        border-bottom: 1px solid #f0f0f0;
        font-size: 12px;
        margin: 0 0 35px;
    }
    .fixed_search .wrap .content .hide .flex .item p {
        font-size: 13px;
        color: rgba(0, 0, 0, 0.3);
    }
    .fixed_search .wrap .content .hide .flex .item{
        margin: 0 0 25px;
        display: block;
    }
    .fixed_search .wrap .content .hide .flex .item .pick {
        font-size: 13px;
        margin: 13px 0 0 0;
    }

    .footer .wrap .top .l{
        display: none;
    }
    .footer .wrap .top .r .pic img {
        width: 155px;
        margin: auto;
        display: block;
    }
    .footer .wrap .top .r .pic {
        text-align: center;
    }
    .footer .wrap .top{
        justify-content: center;
    }
    .footer{
        padding: 50px 0;
    }
    .footer .wrap .links{
        margin: 25px 0 0 0;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .footer .wrap .links .other{
        gap: 0 12px;
        justify-content: center;
        margin: 5px 0 0 0;
    }
    .footer .wrap .links div a {
        margin: 0;
    }
    .footer .wrap .links p, .footer .wrap .links a {
        font-size: 12px;
    }
    .footer .wrap{
        width: 90%;
    }
    .footer .wrap .top .r .pic p {
        font-size: 14px;
        margin: 12px 0 0 0;
    }
    .footer .wrap .top .r .backScrollTop{
        display: none;

    }

    .common_more p{
        font-size: 12px;
    }
    .common_more .circle {
        width: 25px;
        height: 25px;
        margin: 0 0 0 25px;
    }
    .common_more .circle img {
        width: 28px;
        left: -15px;
    }
    .common_banner .top{
        height: 100vh!important;
    }
    .common_banner.on .top .parallax .common_bg{
        transform: scale(1) !important;
    }
    .common_banner .top .parallax .wrap{
        width: 90%;
    }
    .common_banner .top .parallax .wrap .p1{
        font-size: 24px;
        transform: none!important;
    }
    .common_banner .top .parallax .wrap .p2{
        transform: none!important;
        font-size: 24px;
        opacity: 1!important;
    }
    .common_banner .black{
        height: auto;
        padding: 40px 5%;
    }
    .common_banner .black .jump .text{
        font-size: 13px;
        line-height: 30px;
    }
    .common_banner .black .jump .text br{
        display: none;
    }
    .common_bottom .wrap .icon {
        width: 50px;
        height: 50px;
    }
    .common_bottom .wrap .text{
        margin: 20px 0 0 0;
        font-size: 15px;
    }
    .common_bottom .img {
        height: 218px;
    }
    .common_content{
        width: 100%;
        margin: 45px auto 0;
        flex-direction: column;
    }
    .common_content .pic{
        width: 100%;
        height: auto;
        position: static;
    }
    .common_content .jump {
        width: 100%;
        height: auto;
        padding: 80px 5%;
        margin: 0;
    }
    .common_content .jump > div{
        width: 100%;
    }
    .common_content .jump .headline::after {
        width: 30%;
    }
    .common_content .jump .headline {
        font-size: 20px;
        padding: 0 0 15px;
    }
    .common_content .jump table td {
        font-size: 11px;
        padding: 13px 10px 13px 0;
    }
    .common_content .jump table{
        margin: 30px 0 0 0;
    }
    .common_content .jump .message {
        font-size: 15px;
        margin: 0 0 15px;
    }
    .wind_power1 .wrap .common_content .jump .headline{
        font-size: 20px!important;
        padding: 0 0 15px!important;
    }
    .common_content .jump .pick{
        font-size: 13px;
        line-height: 28px;
    }

    .common_down{
        bottom: 35px;
    }
    .common_down p{
        font-size: 14px;
    }
    .common_down .bor {
        width: 25px;
        height: 38px;
        border-radius: 25px;
        border: 1px solid #fff;
        display: flex;
        justify-content: center;
        margin: 10px auto 0;
    }
    .common_down .bor span{
        width: 2px;
        height: 5px;
        margin: 12px 0 0;
    }
    .common_banner .position{
        bottom: 20px;
    }
}
