@font-face {
    font-family: 'Alimama FangYuanTi VF';
    src: url(../fonts/AlimamaFangYuanTiVF-Thin.ttf)
}

@font-face {
    font-family: 'MiSans';
    src: url(../fonts/MiSans-Demibold.ttf)
}

@font-face {
    font-family: 'HCWTXJHT';
    src: url(../fonts/hct.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%
}

:root {
    --color: #007EBC
}

*, *::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
}

._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
}

@media screen and (max-width: 1024px) {
    .scrollbar-thumb {
        width: 0 !important
    }
}

.scrollbar-track-y {
    z-index: 9999 !important
}

.scrollbar-track {
    background-color: transparent !important;
    right: 0 !important
}

.scrollbar-track:hover {
    cursor: grab
}

.scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5) !important
}

section {
    overflow: hidden
}

section.unset {
    overflow: unset
}

.common_back{
    width: 110px;
    height: 55px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border: 1px solid rgba(0, 10, 20, 0.1);
    position: absolute;
    top: 0;
    left: -180px;
}
.common_back .circle{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    background: #007EBC ;
}
.common_back .circle svg{
    width: 14px;
    height: 14px;
    color: #000;
}
.common_back p{
    font-size: 18px;
    color: #000;
}
.app {
    opacity: 0
}

.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: 78px;
    padding: 0 100px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .6s ease;
    border-bottom: 1px solid rgba(0, 10, 20, 0.06)
}

.header .l {
    display: flex;
    align-items: center
}

.header .l .logo {
    width: 143px;
    position: relative;
    margin: 0 30px 0 0
}

.header .l .logo img {
    width: 100%;
    transition: .6s ease
}

.header .l .logo img:nth-child(2) {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0
}

.header .l .oth {
    font-weight: bold;
    font-size: 14px;
    color: #007EBC;
    line-height: 20px;
    transition: .6s ease;
    position: relative
}

.header .l .oth:after {
    content: '';
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: #007EBC;
    opacity: 0.2;
    transition: .6s ease
}

.header .r {
    display: flex;
    align-items: center
}

.header .r .nav {
    display: flex;
    align-items: center;
    width: 671px;
    justify-content: space-between;
    transition: .6s ease
}

.header .r .nav .item:hover .level {
    clip-path: inset(0 0 0 0)
}

.header .r .nav .item .level {
    position: absolute;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    top: 78px;
    left: 0;
    clip-path: inset(0 0 100% 0);
    transition: .6s ease
}

.header .r .nav .item .level .joke {
    height: 100%;
    display: flex;
    gap: 0 47px;
    position: relative
}

.header .r .nav .item .level .joke a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    transition: .6s ease
}

.header .r .nav .item .level .joke a:hover {
    color: #007EBC
}

.header .r .nav .item:hover > a, .header .r .nav .item.on > a {
    color: #007EBC !important
}

.header .r .nav .item:hover > a img, .header .r .nav .item.on > a img {
    clip-path: inset(0 0 0 0)
}

.header .r .nav .item > a {
    font-weight: bold;
    font-size: 14px;
    color: #007EBC;
    transition: .6s ease;
    position: relative;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header .r .nav .item > a img {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 18px;
    clip-path: inset(0 100% 0 0);
    transition: .4s ease;
    object-fit: contain
}

.header .r .lag {
    display: flex;
    align-items: center;
    margin: 0 25px 0 50px;
    padding: 0 25px 0 0;
    position: relative;
    transition: .6s ease;
    width: 0px;
    opacity: 0;
    pointer-events: none
}

.header .r .lag:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 11px;
    background: #007EBC;
    opacity: 0.2;
    right: 0;
    transition: .6s ease
}

.header .r .lag p {
    font-size: 14px;
    color: #007EBC;
    margin: 0 5px;
    transition: .6s ease
}

.header .r .lag a {
    font-weight: bold;
    font-size: 14px;
    color: #007EBC;
    transition: .6s ease
}

.header .r .lag a.on {
    color: #007EBC
}

.header .r .menu {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative
}

.header .r .menu.on p {
    opacity: 0
}

.header .r .menu.on .p2 {
    opacity: 1
}

.header .r .menu .p2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.header .r .menu p {
    width: 50px;
    font-weight: bold;
    font-size: 14px;
    color: #007EBC;
    margin: 0 8px 0 0;
    transition: .6s ease
}

.header .r .menu svg {
    width: 30px;
    height: auto;
    overflow: visible;
    position: relative;
    top: -2px
}

.header .r .menu svg [fill]:not([fill=none]) {
    fill: #007EBC;
    transition: fill .25s ease
}

.header .r .menu svg circle {
    transition: .6s ease
}

.header .r .menu svg circle:nth-child(odd) {
    animation: menu-circle-move-odd 2s ease infinite
}

.header .r .menu svg circle:nth-child(2n) {
    animation: menu-circle-move-even 2s ease infinite
}

.header.on {
    background: #fff !important
}

.header.on .l .logo img:first-child {
    opacity: 0
}

.header.on .l .logo img:nth-child(2) {
    opacity: 1
}

.header.on .l .oth {
    color: #111
}

.header.on .l .oth:after {
    background: #111
}

.header.on .r .nav .item > a {
    color: #007EBC !important
}

.header.on .r .nav .item > a.on {
    color: #007EBC !important
}

.header.on .r .nav .item > a img {
    filter: unset
}

.header.on .r .lag p, .header.on .r .lag a {
    color: #007EBC !important
}

.header.on .r .menu p {
    color: #007EBC !important
}

.header.on .r .menu svg circle {
    fill: #007EBC !important
}

.header.menu_on {
    background: #fff !important
}

.header.menu_on .l .logo img:first-child {
    opacity: 0
}

.header.menu_on .l .logo img:nth-child(2) {
    opacity: 1
}

.header.menu_on .l .oth {
    color: #111
}

.header.menu_on .l .oth:after {
    background: #111
}

.header.menu_on .r .nav .item > a {
    color: #007EBC !important
}

.header.menu_on .r .nav .item > a.on {
    color: #007EBC !important
}

.header.menu_on .r .nav .item > a img {
    filter: unset
}

.header.menu_on .r .lag p, .header.menu_on .r .lag a {
    color: #007EBC !important
}

.header.menu_on .r .menu p {
    color: #007EBC !important
}

.header.menu_on .r .menu svg circle {
    fill: #007EBC !important
}

.header.menu_on .r .nav, .header.menu_on .r .lag {
    opacity: 0
}

header.active .header {
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 0px rgba(52, 55, 59, 0.1)
}

header.active .header .l .logo img:first-child {
    opacity: 0
}

header.active .header .l .logo img:nth-child(2) {
    opacity: 1
}

.head_background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 998;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: .6s ease
}

.head_background.on {
    pointer-events: auto;
    opacity: 1
}

.head_background.on .img_bottom {
    opacity: 1
}

.head_background.on .bg {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto
}

.head_background.on .wrap .item {
    transition: 1s;
    transition-delay: .5s;
    opacity: 1;
    transform: translateY(0)
}

.head_background .wrap {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center
}

.head_background .wrap .item {
    position: relative;
    cursor: pointer;
    transform: translateY(50px);
    opacity: 0
}

.head_background .wrap .item:not(:last-child) {
    margin: 0 120px 0 0
}

.head_background .wrap .item .show {
    font-weight: 400;
    font-size: 22px;
    color: #666666;
    transition: .6s;
    transition-delay: .4s
}

.head_background .wrap .item .hide {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.head_background .wrap .item .hide div {
    height: 48px;
    overflow-y: hidden;
    padding: 0 30px
}

.head_background .wrap .item .hide div:hover a {
    color: #007EBC
}

.head_background .wrap .item .hide a {
    line-height: 48px;
    display: block;
    white-space: nowrap;
    text-align: center;
    position: relative;
    transform: translateY(100%);
    transition: .7s
}

.head_background .wrap .item .hide a:hover p {
    color: var(--color)
}

.head_background .wrap .item .hide a p {
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    transition: ease .6s
}

.head_background .wrap .item.on .show {
    opacity: 0;
    transition-delay: unset
}

.head_background .wrap .item.on .hide {
    pointer-events: auto
}

.head_background .wrap .item.on .hide div a {
    transform: translateY(0)
}

.head_background .wrap .item.unset .hide div a {
    transition-delay: unset !important
}

.head_background.on {
    pointer-events: auto
}

.head_background.on .img_bottom {
    opacity: 1
}

.head_background.on .bg {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto
}

.head_background.on .wrap .item {
    transition: 1s;
    transition-delay: .3s;
    opacity: 1;
    transform: translateY(0)
}

.parallax .common_bg {
    transform: scale(1.1);
    transition: 4s ease
}

.parallax .common_bg.on {
    transform: scale(1)
}

footer {
    background: #007EBC;
    padding: 82px 0 0
}

footer .wrap {
    width: 1720px;
    margin: 0 auto
}

footer .footer_top {
    padding: 0 0 20px
}

footer .footer_top .wrap {
    display: flex;
    justify-content: space-between
}

footer .footer_top .wrap .l .logo {
    width: 230px;
    margin: 0 0 60px
}

footer .footer_top .wrap .l .tel {
    line-height: 1;
    margin: 0 0 80px
}

footer .footer_top .wrap .l .tel h5 {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.8;
    margin: 0 0 15px
}

footer .footer_top .wrap .l .tel p {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 55px
}
footer .footer_top .wrap .l .website_group:hover .hide{
    opacity: 1;
    pointer-events: auto;
}
footer .footer_top .wrap .l .website_group .hide{
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    z-index: 5;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid transparent;
    opacity: 0;
    pointer-events: none;
    transition: .6s ease;
    border-radius: 4px 4px 0 0 ;
}
footer .footer_top .wrap .l .website_group .hide a{
    line-height: 45px;
    padding: 0 18px;
    color: #fff;
    font-size: 16px;
    transition: .6s ease;
}

footer .footer_top .wrap .l .website_group {
    width: 150px;
    height: 43px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    cursor: pointer;
    position: relative;
}

footer .footer_top .wrap .l .website_group p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.5;
    margin: 0 14px 0 0;
    transition: 0.6s
}

footer .footer_top .wrap .l .website_group .iconfont {
    transform: rotate(180deg);
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.5;
    transition: 0.6s
}

footer .footer_top .wrap .l .website_group:hover {
}

footer .footer_top .wrap .l .website_group:hover p, footer .footer_top .wrap .l .website_group:hover .iconfont {
    opacity: 1
}

footer .footer_top .wrap .footer_nav {
    display: flex
}

footer .footer_top .wrap .footer_nav li a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 34px;
    opacity: 0.6;
    transition: 0.6s;
    text-align: left
}

footer .footer_top .wrap .footer_nav li .code{
    margin: 7px 0 0 90px;
}

footer .footer_top .wrap .footer_nav li .code img{
    width: 120px;
}

footer .footer_top .wrap .footer_nav li .code p{
    text-align: center;
    font-size: 14px;
    margin: 15px 0 0 0;
    color: #fff;
}


footer .footer_top .wrap .footer_nav li a:hover {
    opacity: 1
}

footer .footer_top .wrap .footer_nav li a:nth-child(1), footer .footer_top .wrap .footer_nav li a.big {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 0 30px;
    opacity: 1
}

footer .footer_top .wrap .footer_nav li:not(:nth-last-child(1)) {
    margin: 0 50px 0 0
}

footer .footer_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 23px 0 32px
}

footer .footer_bottom .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1
}

footer .footer_bottom .wrap .l {
    display: flex;
    align-items: center;
    justify-content: center
}

footer .footer_bottom .wrap .l p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.5
}

footer .footer_bottom .wrap .l a {
    display: block
}

footer .footer_bottom .wrap .l a:nth-child(2) {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.5;
    transition: 0.6s;
    margin: 0 0 0 10px
}

footer .footer_bottom .wrap .l a:nth-child(2):hover {
    opacity: 1
}

footer .footer_bottom .wrap .l a:nth-child(3) {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    transition: 0.6s;
    margin: 0 0 0 10px;
    opacity: 0.5
}

footer .footer_bottom .wrap .l a:nth-child(3):hover {
    opacity: 1
}

footer .footer_bottom .wrap .r {
    display: flex;
    align-items: center
}

footer .footer_bottom .wrap .r a {
    margin: 0 0 0 23px;
    font-size: 18px;
    color: #FFFFFF;
    transition: 0.6s;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #0075B1;
    display: flex;
    align-items: center;
    justify-content: center
}

footer .footer_bottom .wrap .r a:hover {
    background: #fff;
    color: #0075B1
}

footer .footer_bottom .wrap .r a:first-child {
    font-size: 22px
}

footer .footer_bottom .wrap .r a:hover {
    opacity: 1
}

@keyframes menu-circle-move-odd {
    0% {
        transform: translate(0)
    }
    50% {
        transform: translateY(8px)
    }
    100% {
        transform: translate(0)
    }
}

@keyframes menu-circle-move-even {
    0% {
        transform: translateY(4px)
    }
    50% {
        transform: translateY(-4px)
    }
    100% {
        transform: translateY(4px)
    }
}

.fixed_side {
    position: fixed;
    bottom: 40px;
    right: 37px;
    z-index: 9999
}

.fixed_side .item {
    transition: .6s ease
}

.fixed_side .item:hover {
    background: var(--color)
}

.fixed_side .item:hover .iconfont {
    color: #fff
}

.fixed_side .item {
    width: 58px;
    height: 58px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden
}

.fixed_side .item img {
    width: 100%;
    height: 100%
}

.fixed_side .item .iconfont {
    color: #000000;
    font-size: 23px;
    transition: .6s ease
}

.fixed_side .item:not(:last-child) {
    margin: 0 0 15px
}

@keyframes goAnimate {
    100% {
        transform: translateX(-50%)
    }
}

@keyframes go2Animate {
    0% {
        transform: translateX(-50%)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes roteAnimate__ {
    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.common_paging {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 15px
}

.common_paging a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    font-size: 14px;
    color: #111;
    transition: .4s ease
}

.common_paging a.on, .common_paging a:hover {
    background: #111;
    color: #fff
}

.common_blue {
    width: 1440px;
    height: 200px;
    background: #007EBC;
    border-radius: 20px;
    margin: 0 auto 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 170px 0 130px;
    position: relative;
    z-index: 1
}

.common_blue .text .p1 {
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    margin: 0 0 20px
}

.common_blue .text .p2 {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF
}

.common_blue .more {
    width: 160px;
    height: 55px;
    background: #FFFFFF;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #007EBC;
    transition: .6s ease
}

.common_page {
    padding: 87px 0 0;
    background: #F5F5F7
}

.common_page .wrap {
    width: 1440px;
    margin: auto
}

.common_page .wrap .title {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 62px
}

.common_page .wrap .content {
    display: flex;
    gap: 31px;
    margin: 0 0 122px;
    flex-wrap: wrap;
}

.common_page .wrap .content .item {
    width: 459px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 15px
}

.common_page .wrap .content .item:hover .img img {
    transform: scale(1.05)
}

.common_page .wrap .content .item:hover .text .p1 {
    color: var(--color)
}

.common_page .wrap .content .item .img {
    width: 100%;
    height: 270px;
    border-radius: 12px;
    overflow: hidden
}

.common_page .wrap .content .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.common_page .wrap .content .item .text {
    margin: 30px 0 0 0
}

.common_page .wrap .content .item .text .p1 {
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    line-height: 30px;
    transition: .6s ease
}

.common_page .wrap .content .item .text .dis {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 36px 0 0 0;
    padding: 30px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.common_page .wrap .content .item .text .dis .label {
    display: flex;
    align-items: center;
    gap: 0 10px
}

.common_page .wrap .content .item .text .dis .label .list {
    padding: 0 14px;
    width: fit-content;
    height: 32px;
    border-radius: 16px;
    border: 1px solid rgba(153, 153, 153, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    color: #B3B3B3
}

.common_page .wrap .content .item .text .dis .more {
    display: flex;
    align-items: center;
    gap: 0 9px
}

.common_page .wrap .content .item .text .dis .more p {
    font-weight: 500;
    font-size: 14px;
    color: #000000
}

.common_page .wrap .content .item .text .dis .more .iconfont {
    font-size: 12px;
    color: #000000
}


@media screen and (max-width: 1919px) {
    footer .footer_top .wrap .l .website_group .hide a{
        line-height: 2.34375vw;
         padding: 0px 0.9375vw;
         font-size: 0.8333333333vw;
    }
    footer .footer_top .wrap .footer_nav li .code{
        margin: 0.3645833333vw 0px 0px 4.6875vw;
    }
    footer .footer_top .wrap .footer_nav li .code img{
        width: 6.25vw;
    }
    footer .footer_top .wrap .footer_nav li .code p{
        font-size: 0.7291666666666667vw;
        margin: 0.78125vw 0 0 0;
    }
    .common_back{
        width: 5.7291666667vw;
        height: 2.8645833333vw;
        border-radius: 1.3020833333vw;
        padding: 0.4166666667vw;
        left: -9.375vw;
    }
    .common_back .circle{
        width: 1.8229166667vw;
        height: 1.8229166667vw;
        margin: 0px 0.5208333333vw 0px 0px;
    }
    .common_back .circle svg{
        width: 0.7291666667vw;
        height: 0.7291666667vw;
    }
    .common_back p{
        font-size: 0.9375vw;
    }
    ._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.0625vw;
        padding: 0px 5.2083333333vw;
    }
    .header .l .logo{
        width: 7.4479166667vw;
        margin: 0px 1.5625vw 0px 0px;
    }
    .header .l .oth{
        font-size: 0.7291666667vw;
        line-height: 1.0416666667vw;
    }
    .header .l .oth::after{
        left: -0.7291666667vw;
        height: 0.8333333333vw;
    }
    .header .r .nav{
        width: 34.9479166667vw;
    }
    .header .r .nav .item .level{
        height: 3.125vw;
        top: 4.0625vw;
    }
    .header .r .nav .item .level .joke{
        gap: 0px 2.4479166667vw;
    }
    .header .r .nav .item .level .joke a{
        font-size: 0.7291666667vw;
    }
    .header .r .nav .item > a{
        font-size: 0.7291666667vw;
        height: 4.0625vw;
    }
    .header .r .nav .item > a img{
        bottom: 0.9375vw;
    }
    .header .r .lag{
        margin: 0px 1.3020833333vw 0px 2.6041666667vw;
        padding: 0px 1.3020833333vw 0px 0px;
    }
    .header .r .lag::after{
        height: 0.5729166667vw;
    }
    .header .r .lag p{
        font-size: 0.7291666667vw;
        margin: 0px 0.2604166667vw;
    }
    .header .r .lag a{
        font-size: 0.7291666667vw;
    }
    .header .r .menu p{
        width: 2.6041666667vw;
        font-size: 0.7291666667vw;
        margin: 0px 0.4166666667vw 0px 0px;
    }
    .header .r .menu svg{
        width: 1.5625vw;
        top: -0.1041666667vw;
    }
    header.active .header{
        box-shadow: rgba(52, 55, 59, 0.1) 0px 0.15625vw 0.5208333333vw 0px;
    }
    .head_background .wrap .item{
        transform: translateY(2.6041666667vw);
    }
    .head_background .wrap .item:not(:last-child){
        margin: 0px 6.25vw 0px 0px;
    }
    .head_background .wrap .item .show{
        font-size: 1.1458333333vw;
    }
    .head_background .wrap .item .hide div{
        height: 2.5vw;
        padding: 0px 1.5625vw;
    }
    .head_background .wrap .item .hide a{
        line-height: 2.5vw;
    }
    .head_background .wrap .item .hide a p{
        font-size: 1.0416666667vw;
    }
    footer{
        padding: 4.2708333333vw 0px 0px;
    }
    footer .wrap{
        width: 89.5833333333vw;
    }
    footer .footer_top{
        padding: 0px 0px 1.0416666667vw;
    }
    footer .footer_top .wrap .l .logo{
        width: 11.9791666667vw;
        margin: 0px 0px 3.125vw;
    }
    footer .footer_top .wrap .l .tel{
        margin: 0px 0px 4.166666666666667vw;
    }
    footer .footer_top .wrap .l .tel h5{
        font-size: 0.8333333333vw;
        margin: 0px 0px 0.78125vw;
    }
    footer .footer_top .wrap .l .tel p{
        font-size: 1.875vw;
        line-height: 2.8645833333vw;
    }
    footer .footer_top .wrap .l .website_group{
        width: 7.8125vw;
        height: 2.2395833333vw;
        border-radius: 0.2083333333vw;
    }
    footer .footer_top .wrap .l .website_group p{
        font-size: 0.8333333333vw;
        margin: 0px 0.7291666667vw 0px 0px;
    }
    footer .footer_top .wrap .l .website_group .iconfont{
        font-size: 0.8333333333vw;
    }
    footer .footer_top .wrap .footer_nav li a{
        font-size: 0.7291666667vw;
        line-height: 1.7708333333vw;
    }
    footer .footer_top .wrap .footer_nav li a:nth-child(1), footer .footer_top .wrap .footer_nav li a.big{
        font-size: 0.9375vw;
        margin: 0px 0px 1.5625vw;
    }
    footer .footer_top .wrap .footer_nav li:not(:nth-last-child(1)){
        margin: 0px 2.604166666666667vw 0px 0px;
    }
    footer .footer_bottom{
        padding: 1.1979166667vw 0px 1.6666666667vw;
    }
    footer .footer_bottom .wrap .l p{
        font-size: 0.7291666667vw;
    }
    footer .footer_bottom .wrap .l a:nth-child(2){
        font-size: 0.7291666667vw;
        margin: 0px 0px 0px 0.5208333333vw;
    }
    footer .footer_bottom .wrap .l a:nth-child(3){
        font-size: 0.7291666667vw;
        margin: 0px 0px 0px 0.5208333333vw;
    }
    footer .footer_bottom .wrap .r a{
        margin: 0px 0px 0px 1.1979166667vw;
        font-size: 0.9375vw;
        width: 2.34375vw;
        height: 2.34375vw;
    }
    footer .footer_bottom .wrap .r a:first-child{
        font-size: 1.1458333333vw;
    }

    .fixed_side{
        bottom: 2.0833333333vw;
        right: 1.9270833333vw;
    }
    .fixed_side .item{
        width: 3.0208333333vw;
        height: 3.0208333333vw;
    }
    .fixed_side .item .iconfont{
        font-size: 1.1979166667vw;
    }
    .fixed_side .item:not(:last-child){
        margin: 0px 0px 0.78125vw;
    }
    .common_paging{
        gap: 0px 0.78125vw;
    }
    .common_paging a{
        width: 2.6041666667vw;
        height: 2.6041666667vw;
        font-size: 0.7291666667vw;
    }
    .common_blue{
        width: 75vw;
        height: 10.4166666667vw;
        border-radius: 1.0416666667vw;
        margin: 0px auto 5.2083333333vw;
        padding: 0px 8.8541666667vw 0px 6.7708333333vw;
    }
    .common_blue .text .p1{
        font-size: 1.5625vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .common_blue .text .p2{
        font-size: 0.9375vw;
    }
    .common_blue .more{
        width: 8.3333333333vw;
        height: 2.8645833333vw;
        border-radius: 1.4583333333vw;
        font-size: 0.8333333333vw;
    }
    .common_page{
        padding: 4.53125vw 0px 0px;
    }
    .common_page .wrap{
        width: 75vw;
    }
    .common_page .wrap .title{
        font-size: 1.875vw;
        margin: 0px 0px 3.2291666667vw;
    }
    .common_page .wrap .content{
        gap: 1.6145833333vw;
        margin: 0px 0px 6.3541666667vw;
    }
    .common_page .wrap .content .item{
        width: 23.90625vw;
        border-radius: 0.625vw;
        padding: 0.78125vw;
    }
    .common_page .wrap .content .item .img{
        height: 14.0625vw;
        border-radius: 0.625vw;
    }
    .common_page .wrap .content .item .text{
        margin: 1.5625vw 0px 0px;
    }
    .common_page .wrap .content .item .text .p1{
        font-size: 0.8854166667vw;
        line-height: 1.5625vw;
    }
    .common_page .wrap .content .item .text .dis{
        margin: 1.875vw 0px 0px;
        padding: 1.5625vw 0px 0px;
    }
    .common_page .wrap .content .item .text .dis .label{
        gap: 0px 0.5208333333vw;
    }
    .common_page .wrap .content .item .text .dis .label .list{
        padding: 0px 0.7291666667vw;
        height: 1.6666666667vw;
        border-radius: 0.8333333333vw;
        font-size: 0.7291666667vw;
    }
    .common_page .wrap .content .item .text .dis .more{
        gap: 0px 0.46875vw;
    }
    .common_page .wrap .content .item .text .dis .more p{
        font-size: 0.7291666667vw;
    }
    .common_page .wrap .content .item .text .dis .more .iconfont{
        font-size: 0.625vw;
    }
}
.menu_show {
    display: none;
}
@media screen and (max-width: 1024px) {
    .common_back{
        width: fit-content;
        height: 48px;
        border-radius: 25px;
        padding: 2px 20px 2px 10px;
        position: static;
        left: 0;
        margin: 0 0 30px;
    }
    .common_back .circle {
        width: 35px;
        height: 35px;
        margin: 0 10px 0 0;
    }
    .common_back .circle svg {
        width: 14px;
        height: 14px;
    }
    .common_back p {
        font-size: 16px;
    }
    .header{
        height: 60px;
        padding: 0 5%;
        background: #fff !important;
    }
    .header .r .nav{
        display: none;
    }
    .header .r .menu p{
        width: fit-content;
    }
    .header .r .menu p{
        font-size: 12px;
        margin: 0 10px 0 0;
    }
    .header .r .menu svg{
        width: 30px;
    }
    .header .l .logo {
        width: 94px;
        margin: 0 33px 0 0;
    }
    .header .l .oth {
        font-size: 10px;
        line-height: 15px;
    }
    .header .l .oth::after {
        left: -15px;
        height: 20px;
    }

    .parallax{
        transform: none!important;
    }

    footer{
        padding: 50px 0;
    }
    footer .wrap{
        width: 90%;
    }
    footer .footer_top .wrap{
        justify-content: center;
    }
    footer .footer_top .wrap .footer_nav{
        display: none;
    }
    footer .footer_top .wrap .l .logo {
        width: 125px;
        margin: 0 0 25px;
    }

    footer .footer_top .wrap .l .tel{
        text-align: left;
    }

    footer .footer_top .wrap .l .tel h5{
        font-size: 14px;
        margin: 0 0 15px;
    }
    footer .footer_top .wrap .l .tel p{
        font-size: 15px;
        line-height: 28px;
    }
    footer .footer_top .wrap .l .website_group{
        display: none;
    }
    footer .footer_top .wrap .l .tel{
        margin: 0;
    }
    .fixed_side{
        display: none;
    }


    .common_paging a{
        width: 40px;
        height: 40px;
        font-size: 12px;
    }
    .common_paging{
        gap: 0 10px;
    }

    .common_blue{
        width: 90vw;
        height: auto;
        border-radius: 10px;
        margin: 0 auto 50px;
        flex-direction: column;
        align-items: unset;
        padding: 20px 5%;
    }
    .common_blue .text .p1{
        font-size: 16px;
        margin: 0 0 10px;
    }
    .common_blue .text .p2{
        font-size: 13px;
    }
    .common_blue .more{
        width: fit-content;
        height: 40px;
        border-radius: 25px;
        padding: 0 29px;
        font-size: 12px;
        margin: 20px 0 0 0;
    }
    .common_page{
        padding: 50px 0 0 0;
    }
    .common_page .wrap .title{
        font-size: 24px;
        margin: 0 0 25px;
    }
    .common_page .wrap{
        width: 90%;
    }
    .common_page .wrap .content{
        flex-direction: column;
    }


    .common_page .wrap .content .item{
        width: 100%;
        height: auto;
        padding: 15px 15px 20px 15px;
        border-radius: 12px;
    }
    .common_page .wrap .content .item .img{
        height: auto;
    }
    .common_page .wrap .content .item .text{
        margin: 15px 0 0 0;
    }
    .common_page .wrap .content .item .text .p1{
        font-size: 16px;
        margin: 20px 0 15px;
        line-height: 25px;
        height: auto;
    }
    .common_page .wrap .content .item .text .dis{
        padding: 20px 0 0 0;
        margin: 20px 0 0 0;
        flex-direction: column;
        align-items: unset;
    }
    .common_page .wrap .content .item .text .dis .label .list{
        padding: 0 13px;
        height: 35px;
        background: #FFFFFF;
        border-radius: 18px;
        font-size: 12px;
    }
    .common_page .wrap .content .item .text .dis .label {
        gap: 0 5px;
    }
    .common_page .wrap .content .item .text .dis .more{
        gap: 0 6px;
        margin: 18px 0 0 0;
    }
    .common_page .wrap .content .item .text .dis .more p {
        font-size: 12px;
    }
    .common_page .wrap .content .item .text .dis .more .iconfont{
        font-size: 12px;
    }
    .common_page .wrap .content{
        gap: 30px;
        margin: 0 0 30px;
    }


    /**/
    footer .sj_nav{
        margin: 0 0 35px;
        display: block!important;
    }

    footer .sj_nav .item .show{
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        border-bottom: 1px solid rgba(255,255,255,.1);
        transition: .6s ease;
    }
    footer .sj_nav .item.all .show a{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    footer .sj_nav .item.on .show{
        border-bottom: 1px solid #fff;
    }
    footer .sj_nav .item:last-child .show{
        border-bottom: none;
    }
    footer .sj_nav .item .show a{
        color: #fff;
        font-size: 14px;
    }
    footer .sj_nav .item .show .add{
        position: relative;
        width: 12px;
        height: 12px;
    }
    footer .sj_nav .item .show .add:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
    }
    footer .sj_nav .item .show .add:before{
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        transition: .6s ease;
    }
    footer .sj_nav .item.on .show .add:before{
        opacity: 0;
    }
    footer .sj_nav .item .hide{
        overflow: hidden;
        display: none;
    }

    footer .sj_nav .item .hide > div{
        margin: 10px 0;
    }

    footer .sj_nav .item .hide a{
        color: #fff;
        font-size: 13px;
        display: block;
        width: 100%;
        line-height: 34px;
        opacity: .5;
        padding: 0 0 0 10px;
    }
    footer .footer_top .wrap .l{
        width: 100%;
    }
    /**/

    .head_background{
        display: none!important;
    }

    .menu_show {
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 99;
        top: 0;
        display: block;
        background-color: #fff;
        /* transition: cubic-bezier(0.77, 0, 0.175, 1) 1.5s; */
        transition: cubic-bezier(0.77, 0, 0.175, 1) 1s;
        clip-path: inset(0 0 100% 0);
    }
    .menu_show.active {
        clip-path: inset(0 0 0 0);
    }
    .menu_show.active .warp .item {
        transform: translateY(0);
        opacity: 1;
    }
    .menu_show.active .warp .item:nth-child(1) {
        transition-delay: 0.5s;
    }
    .menu_show.active .warp .item:nth-child(2) {
        transition-delay: 0.6s;
    }
    .menu_show.active .warp .item:nth-child(3) {
        transition-delay: 0.7s;
    }
    .menu_show.active .warp .item:nth-child(4) {
        transition-delay: 0.8s;
    }
    .menu_show.active .warp .item:nth-child(5) {
        transition-delay: 0.9s;
    }
    .menu_show.active .warp .item:nth-child(6) {
        transition-delay: 1s;
    }
    .menu_show.active .warp .item:nth-child(7) {
        transition-delay: 1.1s;
    }
    .menu_show.active .warp .item:nth-child(8) {
        transition-delay: 1.2s;
    }
    .menu_show .warp {
        max-height: 100vh;
        padding-top: 80px;
        display: flex;
        flex-direction: column;
    }
    .menu_show .warp .item {
        width: 90%;
        margin: 0 auto;
        border-bottom: 1px solid #cccccc;
        transform: translateY(20px);
        opacity: 0;
        transition: all 1s;
        font-size: 20px;
        color: #111;
    }
    .menu_show .warp .item.on a {
        color: #2C6DB6;
    }
    .menu_show .warp .item a {
        color: #333;
        font-size: 16px;
        display: block;
        width: 100%;
        padding: 5px 0;
    }
    .menu_show .warp .item .head a {
        color: #333;
        font-size: 16px;
        display: block;
        width: 100%;
        padding: 15px 0;
        text-transform: uppercase;
    }
    .menu_show .warp .item .body {
        padding-bottom: 10px;
        display: none;
    }
    .menu_show .warp .item .body a {
        font-size: 14px;
        line-height: 1.6;
        display: block;
        color: #666666;
        padding-left: 10px;
    }
    .menu_show .warp .item .head {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .menu_show .warp .item .head a {
        width: fit-content;
    }
    .menu_show .warp .item .head.active span {
        transform: rotate(0);
    }
    .menu_show .warp .item .head span {
        transform: rotate(-90deg);
        transition: all 0.5s;
        display: block;
    }
    .menu_show .warp .scroll {
        height: 70vh;
        overflow: auto;
    }
    .menu_show .warp .scroll::-webkit-scrollbar {
        width: 0;
    }

    .menu_show .warp .item .head span{
        font-size: 14px;
    }
    footer .footer_bottom{
        padding: 25px 0 0 0;
        margin: 25px 0 0 0;
    }
    footer .footer_bottom .wrap{
        flex-direction: column;
        align-items: unset;
    }
    footer .footer_bottom .wrap .l{
        justify-content: unset;
        flex-direction: column;
        align-items: unset;
        line-height: 28px;
    }
    footer .footer_bottom .wrap .l p{
        font-size: 13px;
    }
    footer .footer_bottom .wrap .l a:nth-child(2){
        font-size: 13px;
        margin: 0;
    }
    footer .footer_bottom .wrap .l a:nth-child(3){
        font-size: 13px;
        margin: 0;
    }
}

