@font-face {
    font-family: 'sfprotectext';
    src: url("../fonts/SFPROTEXT-REGULAR.TTF")
}

@font-face {
    font-family: 'sfprotectext b';
    src: url("../fonts/SFPROTEXT-BOLD.TTF")
}

@font-face {
    font-family: 'sfprotectext m';
    src: url("../fonts/SFPROTEXT-MEDIUM.TTF")
}

@font-face {
    font-family: 'sfprotectext l';
    src: url("../fonts/SFPROTEXT-ULTRALIGHT.TTF")
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    font-family: "sfprotectext", "PingFang SC", "Microsoft YaHei", sans-serif
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'sfprotectext', 'PingFang SC', 'Microsoft YaHei', sans-serif
}

:root {
    --color: #ED6D00
}

*, *::after, *::before {
    box-sizing: border-box
}

.parallax {
    width: 100%;
    height: 100%
}

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
}

.lenis_scroll {
    height: 250px;
    overflow: hidden;
    overflow-y: scroll
}

.lenis_scroll::-webkit-scrollbar-thumb {
    background: #9B9A9A
}

.lenis_scroll::-webkit-scrollbar-track {
    background: #E9E9E9
}

.lenis_scroll::-webkit-scrollbar {
    width: 3px !important;
    display: block
}

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;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .6s ease;
    width: 100%;
    background: #fff;
}

.header.y {
    transform: translateY(-100%);
}

.header.head_search .l .display {
    transform: translateY(-20px);
    opacity: 0;
    pointer-events: none
}

.header.head_search .r {
    background: rgba(237, 239, 241, 0.6)
}

.header.head_search .r svg {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    transition-delay: .4s
}

.header.head_search .r .iconfont {
    transition-delay: unset;
    transform: scale(0);
    opacity: 0
}

.header .r {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: .6s ease
}

.header .r svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 20px;
    opacity: 0;
    transition: .6s ease
}

.header .r:hover .iconfont {
    color: var(--color)
}

.header .r .iconfont {
    color: #333333;
    font-size: 18px;
    transition: .6s ease;
    transition-delay: .4s
}

.header .l {
    width: calc(100% - 70px);
    height: 60px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    position: relative;
    transition: .6s ease
}

.header .l.hover {
    border-radius: 6px 6px 0 0
}

.header .l .logo {
    width: 75px
}

.header .l .logo img {
    width: 100%
}

.header .l .display {
    display: flex;
    align-items: center;
    height: 100%;
    transition: .6s ease
}

.header .l .display .nav {
    display: flex;
    align-items: center;
    height: 100%
}

.header .l .display .nav .item {
    height: 100%;
    position: relative
}

.header .l .display .nav .item.pro {
    position: static
}

.header .l .display .nav .item.on > a, .header .l .display .nav .item:hover > a {
    color: var(--color)
}

.header .l .display .nav .item:hover > a:after {
    width: 100%;
    left: 0
}

.header .l .display .nav .item:hover .level {
    clip-path: inset(0 0 0 0)
}

.header .l .display .nav .item:hover .level2 {
    pointer-events: auto
}

.header .l .display .nav .item:hover .level2 .joke {
    opacity: 1;
    transform: translateY(0)
}

.header .l .display .nav .item:not(:last-child) {
    margin: 0 44px 0 0
}

.header .l .display .nav .item > a {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease;
    position: relative
}

.header .l .display .nav .item > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--color);
    right: 0;
    bottom: 0;
    transition: .4s ease
}

.header .l .display .nav .item .level {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #FFFFFF;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #F0F2F4;
    display: flex;
    padding: 0 0 0 60px;
    clip-path: inset(0 0 100% 0);
    transition: 0.8s cubic-bezier(0.18, 0.73, 0.13, 0.99)
}

.header .l .display .nav .item .level .side {
    padding: 30px 58px 67px 0;
    margin: 0 30px 0 0;
    border-right: 1px solid #F0F2F4
}

.header .l .display .nav .item .level .side .list {
    width: 190px;
    height: 40px;
    border-radius: 20px;
    color: #ACB6BF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .6s ease
}

.header .l .display .nav .item .level .side .list:not(:last-child) {
    margin: 0 0 10px
}

.header .l .display .nav .item .level .side .list.on {
    color: #fff;
    background: #ED6D00
}

.header .l .display .nav .item .level .other {
    margin: 30px 0 50px
}

.header .l .display .nav .item .level .other .matter {
    display: none;
    gap: 35px;
    flex-wrap: wrap
}

.header .l .display .nav .item .level .other .matter.on {
    display: flex
}

.header .l .display .nav .item .level .other .matter .item:hover .pick {
    color: var(--color)
}

.header .l .display .nav .item .level .other .matter .item:hover .pic {
    border: 1px solid #ED6D00
}

.header .l .display .nav .item .level .other .matter .item:hover .pic .img {
    transform: scale(0.95)
}

.header .l .display .nav .item .level .other .matter .item .pick {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    margin: 0 0 12px;
    transition: .6s ease
}

.header .l .display .nav .item .level .other .matter .item .pic {
    width: 260px;
    height: 160px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: .6s ease
}

.header .l .display .nav .item .level .other .matter .item .pic .img {
    width: 100%;
    height: 100%;
    background: #F0F2F4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease
}

.header .l .display .nav .item .level .other .matter .item .pic .img img {
    object-fit: contain;
    max-height: 70%;
    max-width: 70%;
}

.header .l .display .nav .item .level2 {
    width: fit-content;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none
}

.header .l .display .nav .item .level2 .joke {
    background: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    top: 8px;
    position: relative;
    padding: 25px 30px;
    text-align: center;
    transform: translateY(10px);
    opacity: 0;
    transition: .6s ease
}

.header .l .display .nav .item .level2 .joke a {
    font-weight: 400;
    font-size: 14px;
    color: #737A80;
    display: block;
    white-space: nowrap;
    line-height: 42px;
    position: relative;
    transition: .6s ease
}

.header .l .display .nav .item .level2 .joke a:hover {
    color: var(--color)
}

.header .l .display .nav .item .level2 .joke a:hover:after {
    width: 100%;
    left: 0
}

.header .l .display .nav .item .level2 .joke a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: var(--color);
    right: 0;
    bottom: 0;
    transition: .4s ease
}

.header .l .display .chn {
    margin: 0 0 0 74px;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    cursor: pointer
}

.header .l .display .chn:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background: rgba(0, 0, 0, 0.1);
    left: -38px;
    top: 50%;
    transform: translateY(-50%)
}

.header .l .display .chn p {
    font-weight: 400;
    font-size: 14px;
    color: #333333
}

.header .l .display .chn .iconfont {
    color: #333333;
    font-size: 16px;
    transform: rotate(90deg)
}

.footer {
    background: #080404;
    padding: 103px 0 22px
}

.footer .top .wrap {
    width: 1600px;
    margin: auto;
    display: flex;
    justify-content: space-between
}

.footer .top .wrap .l {
    width: 553px
}

.footer .top .wrap .l .foo_logo {
    width: 150px
}

.footer .top .wrap .l .icon {
    margin: 50px 0 64px 0;
    display: flex;
    align-items: center;
    gap: 14px
}

.footer .top .wrap .l .icon .list {
    width: 36px;
    height: 36px;
    background: #1A1A1A;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease
}

.footer .top .wrap .l .icon .list:hover {
    background: var(--color)
}

.footer .top .wrap .l .icon .list .iconfont {
    color: #FFFFFF;
    font-size: 16px
}

.footer .top .wrap .l .p1 {
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 37px;
    margin: 0 0 35px
}

.footer .top .wrap .l .p2 {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    position: relative
}

.footer .top .wrap .l .p2:after {
    content: '';
    position: absolute;
    width: 99px;
    height: 2px;
    background: #ED6D00;
    bottom: -2px;
    left: 0
}

.footer .top .wrap .r {
    display: flex
}

.footer .top .wrap .r .foo_nav a {
    font-size: 24px;
    color: #999999;
    line-height: 56px;
    width: fit-content;
    display: block;
    transition: .6s ease
}

.footer .top .wrap .r .foo_nav a:hover {
    color: #fff
}

.footer .top .wrap .r .flex {
    margin: 0 0 0 333px
}

.footer .top .wrap .r .flex .list:not(:last-child) {
    margin: 0 0 52px
}

.footer .top .wrap .r .flex .list h5 {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    text-align: right;
    margin: 0 0 22px
}

.footer .top .wrap .r .flex .list .text {
    text-align: right
}

.footer .top .wrap .r .flex .list .text p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF
}

.footer .top .wrap .r .flex .list .text p:not(:last-child) {
    margin: 0 0 20px
}

.footer .links {
    padding: 24px 0 0 0;
    margin: 130px 0 0 0;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    position: relative
}

.footer .links:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: rgba(255, 255, 255, 0.1)
}

.footer .links p, .footer .links a {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    transition: .6s ease
}

.footer .links a:hover {
    color: var(--color)
}

.common_banner {
    height: 31.25vw;
    position: relative
}

.common_banner .parallax {
    display: flex;
    align-items: center;
    justify-content: center
}

.common_banner .parallax .text {
    text-align: center
}

.common_banner .parallax .text .p1 {
    font-weight: bold;
    font-size: 42px;
    color: #FAFAFA;
    margin: 0 0 24px
}

.common_banner .parallax .text .p2 {
    font-weight: 400;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7)
}

.w1200 {
    width: 1200px;
    margin: auto
}

.w1400 {
    width: 1400px;
    margin: auto
}

.common_paging {
    display: flex;
    align-items: center;
    justify-content: center
}

.common_paging a {
    font-weight: 400;
    font-size: 18px;
    color: #CCCCCC;
    margin: 0 15px
}

.common_paging a.on {
    color: #111111
}

.common_paging a:first-child {
    transform: rotate(180deg)
}

.common_paging a:first-child, .common_paging a:last-child {
    width: 50px;
    height: 50px;
    background: #E3E4E6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease
}

.common_paging a:first-child .iconfont, .common_paging a:last-child .iconfont {
    color: #FFFFFF;
    font-size: 12px
}

.common_paging a:first-child:hover, .common_paging a:last-child:hover {
    background: var(--color)
}

.header_search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 888;
    transition: 0.8s cubic-bezier(0.18, 0.73, 0.13, 0.99);
    clip-path: inset(0 0 100% 0)
}

.header_search.on {
    clip-path: inset(0 0 0 0)
}

.header_search.on .wrap .please_search, .header_search.on .wrap .cut, .header_search.on .wrap .content {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .4s
}

.header_search.on .wrap .cut {
    transition-delay: .5s
}

.header_search.on .wrap .content {
    transition-delay: .6s
}

.header_search .wrap {
    padding: 0 0 50px 0;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    width: 100%
}

.header_search .wrap .fix {
    position: sticky;
    position: -webkit-sticky;
    padding: 165px 0 0 0;
    top: -75px;
    background: #fff;
    z-index: 5
}

.header_search .wrap::-webkit-scrollbar {
    display: none
}

.header_search .wrap .please_search {
    height: 70px;
    background: rgba(246, 247, 248, 0);
    border-radius: 12px;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px 0 0;
    opacity: 0;
    transform: translateY(20px);
    transition: 1s
}

.header_search .wrap .please_search input {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0 30px;
    font-weight: 400;
    font-size: 16px
}

.header_search .wrap .please_search input::placeholder {
    color: #999999
}

.header_search .wrap .please_search .iconfont {
    font-size: 24px;
    color: var(--color);
    cursor: pointer
}

.header_search .wrap .cut {
    margin: 50px 0;
    border-bottom: 1px solid #000000;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateY(20px);
    transition: 1s
}

.header_search .wrap .cut p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    padding: 0 0 9px;
    margin: 0 30px 0 0
}

.header_search .wrap .cut .dis {
    display: flex;
    gap: 40px
}

.header_search .wrap .cut .dis .list {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    padding: 0 0 9px;
    transition: .6s ease;
    position: relative;
    cursor: pointer
}

.header_search .wrap .cut .dis .list.on {
    color: var(--color)
}

.header_search .wrap .cut .dis .list.on:after {
    width: 100%;
    left: 0
}

.header_search .wrap .cut .dis .list:hover {
    color: var(--color)
}

.header_search .wrap .cut .dis .list:after {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 0%;
    height: 2px;
    background: #ED6D00;
    right: 0;
    transition: .6s ease
}

.header_search .wrap .content {
    opacity: 0;
    transform: translateY(20px);
    transition: 1s
}

.header_search .wrap .content .matter {
    display: none
}

.header_search .wrap .content .matter.on {
    display: block
}

.header_search .wrap .content .matter .pro {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 39px 20px
}

.header_search .wrap .content .matter .pro .item {
    width: 100%;
    background: #F6F7F8;
    border-radius: 12px;
    padding: 52px 0 0 0;
    display: block
}

.header_search .wrap .content .matter .pro .item:hover .img img {
    transform: scale(1.05)
}

.header_search .wrap .content .matter .pro .item:hover .text .l .p1 {
    color: var(--color)
}

.header_search .wrap .content .matter .pro .item .img {
    width: 364px;
    height: 226px;
    margin: 0 auto 35px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header_search .wrap .content .matter .pro .item .img img {
    object-fit: contain;
    transition: 1s
}

.header_search .wrap .content .matter .pro .item .text {
    border-top: 1px solid #E3E4E6;
    padding: 27px 20px 32px 17px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.header_search .wrap .content .matter .pro .item .text .l .p1 {
    font-weight: 400;
    font-size: 22px;
    color: #111111;
    margin: 0 0 15px;
    transition: .6s ease
}

.header_search .wrap .content .matter .pro .item .text .l .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #828898
}

.header_search .wrap .content .matter .pro .item .text .more {
    display: flex;
    align-items: center;
    gap: 8px
}

.header_search .wrap .content .matter .pro .item .text .more p {
    font-weight: 400;
    font-size: 16px;
    color: #111111
}

.header_search .wrap .content .matter .pro .item .text .more .iconfont {
    font-size: 13px;
    color: #111
}

.header_search .wrap .content .matter .matter_news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 80px 0;
    margin: 0 0 80px
}

.header_search .wrap .content .matter .matter_news .item {
    width: 560px
}

.header_search .wrap .content .matter .matter_news .item:hover .img img {
    transform: scale(1.05)
}

.header_search .wrap .content .matter .matter_news .item:hover .text .p1 {
    color: var(--color)
}

.header_search .wrap .content .matter .matter_news .item:hover .text .more p, .header_search .wrap .content .matter .matter_news .item:hover .text .more .iconfont {
    color: var(--color)
}

.header_search .wrap .content .matter .matter_news .item .img {
    width: 100%;
    height: 344px;
    border-radius: 12px;
    overflow: hidden
}

.header_search .wrap .content .matter .matter_news .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.header_search .wrap .content .matter .matter_news .item .text {
    margin: 17px 0 0 0
}

.header_search .wrap .content .matter .matter_news .item .text .time {
    font-weight: 400;
    font-size: 14px;
    color: #ED6D00;
    margin: 0 0 20px
}

.header_search .wrap .content .matter .matter_news .item .text .p1 {
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    line-height: 28px;
    margin: 0 0 40px;
    height: 56px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .6s ease
}

.header_search .wrap .content .matter .matter_news .item .text .more {
    display: flex;
    align-items: center;
    gap: 8px
}

.header_search .wrap .content .matter .matter_news .item .text .more p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    transition: .6s ease
}

.header_search .wrap .content .matter .matter_news .item .text .more .iconfont {
    font-size: 14px;
    color: #111;
    transition: .6s ease
}

.fixed_side {
    position: fixed;
    bottom: 60px;
    right: 16px;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: .6s ease
}

.fixed_side.on {
    opacity: 1;
    pointer-events: auto
}

.fixed_side .item {
    width: 58px;
    height: 58px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    transition: .6s ease;
    overflow: hidden;
    cursor: pointer
}

.fixed_side .item img {
    width: 100%;
    height: 100%
}

.fixed_side .item:not(.no):hover {
    background: var(--color)
}

.fixed_side .item:not(.no):hover .iconfont {
    color: #fff
}

.fixed_side .item:not(:last-child) {
    margin: 0 0 15px
}

.fixed_side .item .iconfont {
    color: #000000;
    font-size: 23px;
    transition: .6s ease
}

.fixed_contact {
    position: fixed;
    right: 100px;
    bottom: 60px;
    width: fit-content;
    height: 46px;
    z-index: 999;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    background: var(--color);
}

@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;
    }

    .lenis_scroll {
        height: 13.0208333333vw;
    }

    .lenis_scroll::-webkit-scrollbar {
        width: 0.15625vw !important;
    }

    .header.head_search .l .display {
        transform: translateY(-1.0416666667vw);
    }

    .header .r {
        width: 3.125vw;
        height: 3.125vw;
        border-radius: 0.3125vw;
    }

    .header .r svg {
        width: 1.0416666667vw;
    }

    .header .r .iconfont {
        font-size: 0.9375vw;
    }

    .header .l {
        width: calc(100% - 3.6458333333vw);
        height: 3.125vw;
        border-radius: 0.3125vw;
        padding: 0px 1.5625vw;
    }

    .header .l.hover {
        border-radius: 0.3125vw 0.3125vw 0px 0px;
    }

    .header .l .logo {
        width: 3.90625vw;
    }

    .header .l .display .nav .item:not(:last-child) {
        margin: 0px 2.2916666667vw 0px 0px;
    }

    .header .l .display .nav .item > a {
        font-size: 0.7291666667vw;
    }

    .header .l .display .nav .item > a::after {
        height: 0.1041666667vw;
    }

    .header .l .display .nav .item .level {
        border-radius: 0px 0px 0.3125vw 0.3125vw;
        padding: 0px 0px 0px 3.125vw;
    }

    .header .l .display .nav .item .level .side {
        padding: 1.5625vw 3.0208333333vw 3.4895833333vw 0px;
        margin: 0px 1.5625vw 0px 0px;
    }

    .header .l .display .nav .item .level .side .list {
        width: 9.8958333333vw;
        height: 2.0833333333vw;
        border-radius: 1.0416666667vw;
    }

    .header .l .display .nav .item .level .side .list:not(:last-child) {
        margin: 0px 0px 0.5208333333vw;
    }

    .header .l .display .nav .item .level .other {
        margin: 1.5625vw 0px 2.6041666667vw;
    }

    .header .l .display .nav .item .level .other .matter {
        gap: 1.8229166667vw;
    }

    .header .l .display .nav .item .level .other .matter .item .pick {
        font-size: 0.8333333333vw;
        margin: 0px 0px 0.625vw;
    }

    .header .l .display .nav .item .level .other .matter .item .pic {
        width: 13.5416666667vw;
        height: 8.3333333333vw;
        border-radius: 0.4166666667vw;
    }

    .header .l .display .nav .item .level .other .matter .item .pic .img {
        border-radius: 0.4166666667vw;
    }

    .header .l .display .nav .item .level2 .joke {
        border-radius: 0.3125vw;
        top: 0.4166666667vw;
        padding: 1.3020833333vw 1.5625vw;
        transform: translateY(0.5208333333vw);
    }

    .header .l .display .nav .item .level2 .joke a {
        font-size: 0.7291666667vw;
        line-height: 2.1875vw;
    }

    .header .l .display .chn {
        margin: 0px 0px 0px 3.8541666667vw;
        gap: 0.4166666667vw;
    }

    .header .l .display .chn::after {
        height: 0.7291666667vw;
        left: -1.9791666667vw;
    }

    .header .l .display .chn p {
        font-size: 0.7291666667vw;
    }

    .header .l .display .chn .iconfont {
        font-size: 0.8333333333vw;
    }

    .footer {
        padding: 5.3645833333vw 0px 1.1458333333vw;
    }

    .footer .top .wrap {
        width: 83.3333333333vw;
    }

    .footer .top .wrap .l {
        width: 28.8020833333vw;
    }

    .footer .top .wrap .l .foo_logo {
        width: 7.8125vw;
    }

    .footer .top .wrap .l .icon {
        margin: 2.6041666667vw 0px 3.3333333333vw;
        gap: 0.7291666667vw;
    }

    .footer .top .wrap .l .icon .list {
        width: 1.875vw;
        height: 1.875vw;
        border-radius: 0.2604166667vw;
    }

    .footer .top .wrap .l .icon .list .iconfont {
        font-size: 0.8333333333vw;
    }

    .footer .top .wrap .l .p1 {
        font-size: 1.6666666667vw;
        line-height: 1.9270833333vw;
        margin: 0px 0px 1.8229166667vw;
    }

    .footer .top .wrap .l .p2 {
        font-size: 1.25vw;
    }

    .footer .top .wrap .l .p2::after {
        width: 5.15625vw;
        height: 0.1041666667vw;
        bottom: -0.1041666667vw;
    }

    .footer .top .wrap .r .foo_nav a {
        font-size: 1.25vw;
        line-height: 2.9166666667vw;
    }

    .footer .top .wrap .r .flex {
        margin: 0px 0px 0px 17.34375vw;
    }

    .footer .top .wrap .r .flex .list:not(:last-child) {
        margin: 0px 0px 2.7083333333vw;
    }

    .footer .top .wrap .r .flex .list h5 {
        font-size: 0.9375vw;
        margin: 0px 0px 1.1458333333vw;
    }

    .footer .top .wrap .r .flex .list .text p {
        font-size: 0.9375vw;
    }

    .footer .top .wrap .r .flex .list .text p:not(:last-child) {
        margin: 0px 0px 1.0416666667vw;
    }

    .footer .links {
        padding: 1.25vw 0px 0px;
        margin: 6.7708333333vw 0px 0px;
        gap: 1.5625vw;
    }

    .footer .links p, .footer .links a {
        font-size: 0.8333333333vw;
    }

    .common_banner .parallax .text .p1 {
        font-size: 2.1875vw;
        margin: 0px 0px 1.25vw;
    }

    .common_banner .parallax .text .p2 {
        font-size: 1.0416666667vw;
    }

    .w1200 {
        width: 62.5vw;
    }

    .w1400 {
        width: 72.9166666667vw;
    }

    .common_paging a {
        font-size: 0.9375vw;
        margin: 0px 0.78125vw;
    }

    .common_paging a:first-child, .common_paging a:last-child {
        width: 2.6041666667vw;
        height: 2.6041666667vw;
    }

    .common_paging a:first-child .iconfont, .common_paging a:last-child .iconfont {
        font-size: 0.625vw;
    }

    .header_search .wrap {
        padding: 0px 0px 2.6041666667vw;
    }

    .header_search .wrap .fix {
        padding: 8.59375vw 0px 0px;
        top: -3.90625vw;
    }

    .header_search .wrap .please_search {
        height: 3.6458333333vw;
        border-radius: 0.625vw;
        padding: 0px 2.0833333333vw 0px 0px;
        transform: translateY(1.0416666667vw);
    }

    .header_search .wrap .please_search input {
        padding: 0px 1.5625vw;
        font-size: 0.8333333333vw;
    }

    .header_search .wrap .please_search .iconfont {
        font-size: 1.25vw;
    }

    .header_search .wrap .cut {
        margin: 2.6041666667vw 0px;
        transform: translateY(1.0416666667vw);
    }

    .header_search .wrap .cut p {
        font-size: 0.8333333333vw;
        padding: 0px 0px 0.46875vw;
        margin: 0px 1.5625vw 0px 0px;
    }

    .header_search .wrap .cut .dis {
        gap: 2.0833333333vw;
    }

    .header_search .wrap .cut .dis .list {
        font-size: 0.8333333333vw;
        padding: 0px 0px 0.46875vw;
    }

    .header_search .wrap .cut .dis .list::after {
        height: 0.1041666667vw;
    }

    .header_search .wrap .content {
        transform: translateY(1.0416666667vw);
    }

    .header_search .wrap .content .matter .pro {
        gap: 2.03125vw 1.0416666667vw;
    }

    .header_search .wrap .content .matter .pro .item {
        border-radius: 0.625vw;
        padding: 2.7083333333vw 0px 0px;
    }

    .header_search .wrap .content .matter .pro .item .img {
        width: 18.9583333333vw;
        height: 11.7708333333vw;
        margin: 0px auto 1.8229166667vw;
    }

    .header_search .wrap .content .matter .pro .item .text {
        padding: 1.40625vw 1.0416666667vw 1.6666666667vw 0.8854166667vw;
    }

    .header_search .wrap .content .matter .pro .item .text .l .p1 {
        font-size: 1.1458333333vw;
        margin: 0px 0px 0.78125vw;
    }

    .header_search .wrap .content .matter .pro .item .text .l .p2 {
        font-size: 0.8333333333vw;
    }

    .header_search .wrap .content .matter .pro .item .text .more {
        gap: 0.4166666667vw;
    }

    .header_search .wrap .content .matter .pro .item .text .more p {
        font-size: 0.8333333333vw;
    }

    .header_search .wrap .content .matter .pro .item .text .more .iconfont {
        font-size: 0.6770833333vw;
    }

    .header_search .wrap .content .matter .matter_news {
        gap: 4.1666666667vw 0px;
        margin: 0px 0px 4.1666666667vw;
    }

    .header_search .wrap .content .matter .matter_news .item {
        width: 29.1666666667vw;
    }

    .header_search .wrap .content .matter .matter_news .item .img {
        height: 17.9166666667vw;
        border-radius: 0.625vw;
    }

    .header_search .wrap .content .matter .matter_news .item .text {
        margin: 0.8854166667vw 0px 0px;
    }

    .header_search .wrap .content .matter .matter_news .item .text .time {
        font-size: 0.7291666667vw;
        margin: 0px 0px 1.0416666667vw;
    }

    .header_search .wrap .content .matter .matter_news .item .text .p1 {
        font-size: 0.9375vw;
        line-height: 1.4583333333vw;
        margin: 0px 0px 2.0833333333vw;
        height: 2.9166666667vw;
    }

    .header_search .wrap .content .matter .matter_news .item .text .more {
        gap: 0.4166666667vw;
    }

    .header_search .wrap .content .matter .matter_news .item .text .more p {
        font-size: 0.8333333333vw;
    }

    .header_search .wrap .content .matter .matter_news .item .text .more .iconfont {
        font-size: 0.7291666667vw;
    }

    .fixed_side {
        bottom: 3.125vw;
        right: 0.8333333333vw;
    }

    .fixed_side .item {
        width: 3.0208333333vw;
        height: 3.0208333333vw;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 0.2083333333vw 0.625vw;
    }

    .fixed_side .item:not(:last-child) {
        margin: 0px 0px 0.78125vw;
    }

    .fixed_side .item .iconfont {
        font-size: 1.1979166667vw;
    }

    .fixed_contact {
        right: 5.2083333333vw;
        bottom: 3.125vw;
        height: 2.3958333333vw;
        padding: 0px 1.0416666667vw;
        font-size: 0.7291666667vw;
    }
}

@media screen and (max-width: 768px) {
    body {
        top: 0 !important;
    }
    .header {
        height: 60px;
        padding: 0 calc(5vw + 35px) 0 5vw;
        transform: unset !important;
        z-index: 99999;
    }

    .header .l .logo {
        width: 80px;
    }

    .header .l {
        width: calc(100% - 40px);
        height: unset;
        padding: 0;
    }

    .header .l .display .nav {
        display: none;
    }
    .header .l .display .chn p {
        font-size: 16px;
    }
    .header .l .display .chn .iconfont {
        font-size: 14px;
    }

    .header .r .iconfont {
        font-size: 18px;
    }

    .header.head_search .r svg {
        width: 16px;
    }

    .header .r {
        width: 40px;
        height: 40px;
    }

    .common_banner {
        height: 100vh;
    }

    .common_banner {
        height: 60vh;
    }

    .common_banner .parallax {
        transform: unset !important;
    }

    .common_banner .parallax .text {
        width: 90%;
    }

    .common_banner .parallax .text .p1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .common_banner .parallax .text .p2 {
        font-size: 16px;
    }

    .fixed_contact {
        display: none !important;
    }


    .header .menu {
        display: block !important;
    }

    .header .menu {
        margin: 0 0 0 15px;
        cursor: pointer;
        position: absolute;
        right: 5vw;
    }

    .header .menu .show {
        width: 25px;
        height: 17px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .header .menu .show span {
        width: 100%;
        height: 1px;
        background: #000;
        transition: .3s ease;
        transform-origin: left;
    }

    .header .menu .show span:first-child {
        transition-delay: .6s;
    }

    .header .menu .show span:nth-child(2) {
        transition-delay: .5s;
    }

    .header .menu .show span:nth-child(3) {
        transition-delay: .4s;
    }

    .header .menu .hide {
        position: absolute;
        width: 27px;
        height: 27px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .header .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 .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 .menu.on .show span {
        transform: scaleX(0);
    }

    .header .menu.on .show span:nth-child(1) {
        transition-delay: 0s;
    }

    .header .menu.on .show span:nth-child(2) {
        transition-delay: .1s;
    }

    .header .menu.on .show span:nth-child(3) {
        transition-delay: .2s;
    }

    .header .menu.on .hide:after {
        transform: scaleX(1);
        transition-delay: .4s;
    }

    .header .menu.on .hide:before {
        transform: scaleY(1);
        transition-delay: .3s;
    }
    .header_navbox {
        display: block !important;
        position: fixed;
        z-index: 9999;
        background: #FFFFFF;
        width: 100vw;
        height: 100vh;
        padding: 100px 5vw 0;
        clip-path: inset(0 0 100% 0);
        transition: 1s;
    }
    .header_navbox.on {
        clip-path: inset(0 0 0% 0);
    }
    .header_navbox .item {
        border-bottom: 1px solid #cccccc;
        position: relative;
    }
    .header_navbox .item .iconfont {
        position: absolute;
        right: 0px;
        top: 22px;
        font-size: 16px;
        color: #111111;
        transition: 0.6s;
    }
    .header_navbox .item.item_active .iconfont {
        transform: rotate(90deg);
    }
    .header_navbox .item>a {
        display: block;
        line-height: 60px;
        font-size: 16px;
        color: #111111;
        width: 50%;
    }
    .header_navbox .item .level2 {
        padding: 0 0 15px 20px;
        display: none;
    }
    .header_navbox .item .level2 a {
        display: block;
        font-size: 15px;
        line-height: 36px;
        color: #333;
    }
    .w1200,.w1400 {
        width: 90%;
    }
    .header_search .wrap .fix {
        top: 0;
        padding: 90px 0 0;
    }
    .header_search .wrap .please_search {
        height: 50px;
        border-radius: 4px;
    }
    .header_search .wrap .please_search .iconfont {
        font-size: 16px;
    }
    .header_search .wrap .please_search input {
        padding: 0 20px;
        font-size: 15px;
    }
    .header_search .wrap .cut {
        margin: 25px 0 15px;
    }
    .header_search .wrap .cut p {
        font-size: 15px;
        margin-right: 10px;
        padding: 0 0 10px;
    }
    .header_search .wrap .cut .dis {
        gap: 0 15px;
    }
    .header_search .wrap .cut .dis .list {
        font-size: 15px;
        padding: 0 0 10px;
    }
    .header_search .wrap .cut .dis .list::after {
        height: 1px;
    }
    .footer {
        padding: 40px 0 5px;
    }
    .footer .top .wrap {
        width: 90%;
        display: block;
    }
    .footer .top .wrap .l .foo_logo {
        width: 120px;
    }
    .footer .top .wrap .l {
        width: 100%;
    }
    .footer .top .wrap .l .foo_logo {
        margin: 0 auto 30px;
        display: block;
    }
    .footer .top .wrap .l .icon .list {
        width: 36px;
        height: 36px;
        border-radius: 4px;
    }
    .footer .top .wrap .l .icon {
        gap: 0 10px;
        margin: 0 0 20px;
        justify-content: center;
    }
    .footer .top .wrap .l .p2::after {
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
    }
    .footer .top .wrap .l .icon .list .iconfont {
        font-size: 16px;
    }
    .footer .top .wrap .l .p2 {
        font-size: 16px;
        text-align: center;
    }
    .footer .top .wrap .r {
        flex-direction: column-reverse;
        margin: 40px 0 0;
    }
    .footer .top .wrap .r .flex {
        margin: 0 0 20px;
    }
    .footer .top .wrap .r .flex .list h5,.footer .top .wrap .r .flex .list .text {
        text-align: center;
    }
    .footer .top .wrap .r .flex .list h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .footer .top .wrap .r .flex .list .text p {
        font-size: 15px;
        line-height: 2;
    }
    .footer .top .wrap .r .flex .list:not(:last-child) {
        margin-bottom: 15px;
    }
    .footer .top .wrap .r .foo_nav {
        display: none;
    }
    .footer .top .wrap .r .foo_nav a {
        font-size: 16px;
        line-height: 50px;
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.6);
    }
    .footer .links {
        margin: 30px 0 0;
        padding: 20px 0;
    }
    .footer .links p, .footer .links a {
        font-size: 15px;
    }
    .common_paging a:first-child, .common_paging a:last-child {
        width: 40px;
        height: 40px;
    }
    .common_paging a:first-child .iconfont, .common_paging a:last-child .iconfont {
        font-size: 14px;
    }
    .common_paging a {
        font-size: 16px;
        margin: 0 6px;
    }
    .parallax {
        transform: unset !important;
    }
    .fixed_side .item {
        width: 40px;
        height: 40px;
    }
    .fixed_side .item:not(:last-child) {
        margin-bottom: 8px;
    }
    .fixed_side .item .iconfont {
        font-size: 18px;
    }

    .header_search .wrap .content .matter .pro .item {
        border-radius: 6px;
        padding: 25px 0 0;
    }
    .header_search .wrap .content .matter .pro .item .img {
        width: 65vw;
        height: 65vw;
        margin: 0px auto 20px;
    }
    .header_search .wrap .content .matter .pro .item .text {
        padding: 20px;
        height: unset;
    }
    .header_search .wrap .content .matter .pro .item .text .l {
        width: 100%;
        margin-bottom: 15px;
    }
    .header_search .wrap .content .matter .pro .item .text .l .p1 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .header_search .wrap .content .matter .pro .item .text .l .p2 {
        font-size: 15px;
        line-height: 28px;
        height: 56px;
    }
    .header_search .wrap .content .matter .pro .item .text {
        display: block;
    }
    .header_search .wrap .content .matter .pro .item .text .more p {
        font-size: 15px;
    }
    .header_search .wrap .content .matter .pro .item .text .more .iconfont {
        font-size: 14px;
    }
    .header_search .wrap .content .matter .pro {
        grid-template-columns: repeat(1,1fr);
        gap: 30px;
    }
    .header_search .wrap .content .matter .matter_news .item {
        width: 100%;
    }

    .header_search .wrap .content .matter .matter_news .item {
        width: 100%;
        padding: 0 0 30px;
        border-bottom: 1px solid #cccccc;
    }
    .header_search .wrap .content .matter .matter_news {
        gap: 40px 0;
    }
    .news1 .bottom {
        padding: 40px 0 60px;
    }
    .header_search .wrap .content .matter .matter_news .item .img {
        height: 56vw;
        border-radius: 6px;
    }
    .header_search .wrap .content .matter .matter_news .item .text .time {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .header_search .wrap .content .matter .matter_news .item .text {
        margin: 20px 0 0;
    }
    .header_search .wrap .content .matter .matter_news .item .text .p1 {
        font-size: 18px;
        line-height: 24px;
        height: 48px;
        margin-bottom: 25px;
    }
    .header_search .wrap .content .matter .matter_news .item .text .more p {
        font-size: 15px;
    }
    .header_search .wrap .content .matter .matter_news .item .text .more .iconfont {
        font-size: 14px;
    }

}
