* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    /*font-weight: 200!important;*/
}
body {
    width: 100%;
    overflow-x: hidden;
    opacity: 0;
    font-family: 'Microsoft YaHei', 'PingFang SC',  sans-serif !important;
}
@font-face {
    font-family: OsMedium;
    src: url("../fonts/Oswald-Medium.ttf");
}
*,
*::after,
*::before {
    box-sizing: border-box;
}
::-webkit-scrollbar {
    width: 0;
}
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;
}
#my-scrollbar {
    height: 100vh;
}
.scroll-content {
    overflow: hidden;
}
.scrollbar-thumb {
    width: 5px !important;
}
@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;
}
#my-scrollbar .scroll-content > section,
#my-scrollbar .scroll-content > footer {
    overflow: hidden;
}
/**/
header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 100px;
}
header .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 260px;
    transition: 0.6s;
}
header .header .logo {
    width: 151px;
    height: 38px;
    position: relative;
}
header .header .logo img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    transition: 0.4s;
}
header .header .logo img:nth-child(1) {
    opacity: 0;
}
header .header.header_white {
    background: #FFFFFF;
}
header .header.header_on {
    background: #FFFFFF;
    box-shadow: 6px 1px 5px rgba(0,0,0,0.2);
}
header .header.header_mouse {
    background: #FFFFFF;
    box-shadow: 6px 1px 5px rgba(0,0,0,0.2);
}
header .header.header_white .logo img:nth-child(1) {
    opacity: 1;
}
header .header.header_white .logo img:nth-child(2) {
    opacity: 0;
}
header .header.header_on .logo img:nth-child(1) {
    opacity: 1;
}
header .header.header_on .logo img:nth-child(2) {
    opacity: 0;
}
header .header.header_mouse .logo img:nth-child(1) {
    opacity: 1;
}
header .header.header_mouse .logo img:nth-child(2) {
    opacity: 0;
}
header .header nav {
    display: flex;
    align-items: center;
    height: 100%;
}
header .header nav li>a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    transition: 0.6s;
    line-height: 100px;
}
header .header nav li {
    height: 100%;
}
header .header nav li:hover .level {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
}
header .header nav li:hover .level .level_item .left img {
    opacity: 1;
}
header .header.header_white nav a,header .header.header_white .language p,header .header.header_white .language .iconfont {
    color: #6A6A6A;
}
header .header.header_on nav a,header .header.header_on .language p,header .header.header_on .language .iconfont {
    color: #6A6A6A;
}
header .header.header_mouse nav a,header .header.header_mouse .language p,header .header.header_mouse .language .iconfont {
    color: #6A6A6A;
}
header .header nav a:hover {
    color: #324299!important;
}
header .header nav li:not(:nth-last-child(1)) {
    margin-right: 80px;
}
header .header .language {
    display: flex;
    align-items: center;
    cursor: pointer;
}
header .header .language .iconfont {
    font-size: 18px;
    color: #FFFFFF;
    transition: 0.6s;
    margin-right: 9px;
}
header .header .language p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    transition: 0.6s;
}
header .header .language:hover p,header .header .language:hover .iconfont {
    color: #324299!important;
}
.more {
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
}
.more p {
    font-size: 0.9375vw;
    font-family: OsMedium;
    font-weight: bold;
    color: #324299;
    line-height: 0.8;
    transform: translateY(-0.1vw);
}
.more .iconfont {
    font-size: 0.729vw;
    color: #324299;
    margin-left: 5px;
    line-height: 1.1;
}
.more:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 1px;
    background-color: #0000dc;
    opacity: 0;
    transition: 0.5s ease-out;
}
.more:hover:after {
    width: 100%;
    opacity: 1;
}
.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.banner img {
    display: block;
    width: 100%;
    transform: scale(1.1);
    transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;
}
.banner.aos-animate img {
    transform: scale(1);
}
.banner .text {
    position: absolute;
    left: 13.54vw;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}
.banner .text h1 {
    font-size: 2.60416666666vw;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}
.banner .text h1 div, .banner .text p div {
    transform: translateX(5px);
    opacity: 0;
    transition: 1s;
}
html[lang='en'] .banner .text p div {
    min-width: 6px;
}
.banner .text h1.active div, .banner .text p.active div {
    transform: translateX(0);
    opacity: 1;
}
.banner .text p {
    font-size: 0.9375vw;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.secondLink {
    padding: 1.66666666667vw 0;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72.9166666667vw;
    margin: auto;
}
.secondLink a {
    display: block;
    font-size: 0.9375vw;
    font-weight: bold;
    color: #333333;
    transition: 0.6s;
    position: relative;
    width: fit-content;
}
.secondLink a:not(:nth-last-child(1)) {
    margin-right: 160px;
}
.secondLink a:hover ,.secondLink a.on {
    color: #324299;
}
.secondLink a:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #324299;
    position: absolute;
    left: 0;
    bottom: -1.66666666667vw;
    transition: 0.6s;
    transform: scaleX(0);
}
.secondLink a:hover:after,.secondLink a.on:after {
    transform: scaleX(1);
}
footer {
    position: relative;
    padding: 70px 0 79px;
}
footer .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
footer .bg img {
    display: block;
    width: 100%;
    height: 100%;
}
footer .main {
    width: 1400px;
    margin: auto;
}
footer .footer_joke {

    display: flex;
    justify-content: space-between;
}
footer .footer_joke .logo img {
    display: block;
    width: 151px;
    height: 38px;
}
footer .footer_joke .ewm{
    width: 120px;
    margin-top: 40px;
}
footer .footer_joke ul {
    display: flex;
}
footer .footer_joke ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    opacity: 0.5;
    transition: 0.6s;
    display: block;
}
footer .footer_joke ul li a:nth-child(1) {
    font-size: 18px;
    opacity: 1;
    margin-bottom: 15px ;
    position: relative;
}
footer .footer_joke ul li a:nth-child(1):hover {
    color: #324299!important;
}
footer .footer_joke ul li:not(:nth-last-child(1)) {
    margin-right: 100px;
}
footer .footer_joke ul li a:hover {
    opacity: 1;
}
footer .footer_contact {
    margin-top: 30px;
}
footer .footer_contact h3 {
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    opacity: 0.5;
}
footer .footer_contact p {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 36px;
    opacity: 0.5;
}
footer .sj {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 60px;
}
footer .sj p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.5;
}
footer .sj a {
    display: block;
    transition: 0.6s;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.5;
}
footer .sj a:hover {
    opacity: 1;
}
footer .sj a:nth-last-child(1) {
    margin-left: 15px;
}
.page {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(102, 102, 102, 0.3);
    border-radius: 50%;
    font-size: 20px;
    font-family: OsMedium;
    font-weight: 100;
    color: #999999;
    transition: 0.6s;
}
.page a:hover,.page a.on {
    border: 1px solid transparent;
    background: #324299;
    color: #FFFFFF;
}
.page a.iconfont {
    font-size: 12px;
}
.page a:nth-child(1) {
    transform: rotate(180deg);
}
.page a:not(:nth-last-child(1)) {
    margin-right: 25px;
}
.level {
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    transform-origin: center top;
    transform: scaleY(0);
    opacity: 0;
    transition: opacity .6s linear, transform .4s cubic-bezier(0.82, -0.22, 0.15, 1.21);
    pointer-events: none;
}
.level .level_item {
    width: 100%;
    display: flex;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
}
.level .level_item .left {
    display: flex;
    background: #F4F4F4;
    width: 64%;
    display: flex;
    padding: 68px 67px 68px 260px;
    justify-content: space-between;
}
.level .level_item .left .flex h5 {
    font-size: 22px;
    font-weight: bold!important;
    color: #333333;
    line-height: 1;
    margin-bottom: 40px;
}
.level .level_item .left img {
    width: 330px;
    display: block;
    height: auto;
    opacity: 0;
    transition: 0.4s;
}
.level .level_item .left .flex {
    padding-top: 20px;
}
.level .level_item .left .flex .a_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 150px;
}
.level .level_item .left .flex .a_box a {
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
}
.level .level_item .left .flex .a_box a:after {
    content: "";
    width: 0%;
    height: 1px;
    background: #324299;
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: 0.4s;
}
.level .level_item .left .flex .a_box a p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    transition: 0.4s;
}
.level .level_item .left .flex .a_box a .iconfont {
    color: #333333;
    margin-right: 10px;
    transition: 0.4s;
    font-size: 14px;
}
.level .level_item .left .flex .a_box a:hover p,.level .level_item .left .flex .a_box a:hover .iconfont {
    color: #324299;
}
.level .level_item .left .flex .a_box a:hover:after {
    width: 100%;
}
.level .level_item .right {
    padding: 68px 0 0 89px;
}
.level .level_item .right h3 {
    font-size: 32px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    margin-bottom: 30px;
}
.level .level_item .right p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
}
.level .level_item .right img {
    position: absolute;
    bottom: 0;
    right: 13px;
}
.menu {
    display: none;
    --color: #000;
    width: 64px;
    height: 36px;
    padding: 0;
    margin: 0;
    outline: none;
    position: relative;
    border: none;
    background: none;
    cursor: pointer;
    -webkit-appearence: none;
    -webkit-tap-highlight-color: transparent;
}
.menu svg {
    width: 64px;
    height: 38px;
    top: -3px;
    left: 16px;
    stroke: #000000;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    display: block;
    position: absolute;
}
.menu svg path {
    transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
    stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
    stroke-dashoffset: var(--offset, 126px);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.menu svg path:nth-child(2) {
    --duration: .7s;
    --easing: ease-in;
    --offset: 100px;
    --array-2: 74px;
}
.menu svg path:nth-child(3) {
    --offset: 133px;
    --array-2: 107px;
}
.menu.active svg path {
    --offset: 57px;
}
.menu.active svg path:nth-child(1), .menu.active svg path:nth-child(3) {
    --delay: .15s;
    --easing: cubic-bezier(.2, .4, .2, 1.1);
}
.menu.active svg path:nth-child(2) {
    --duration: .4s;
    --offset: 2px;
    --array-1: 1px;
}
.menu.active svg path:nth-child(3) {
    --offset: 58px;
}
.phone {
    display: none !important;
}
.pc {
    display: block !important;
}
html[lang="en"] .level .level_item .left .flex .a_box {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px 0px;
}
html[lang="en"] .level .level_item .left .flex .a_box a {
    width: 50%;
}
html[lang="en"] .level .level_item .left .flex {
    width: calc(100% - 340px);
}
@media screen and (max-width: 1600px) {
    header .header {
        padding: 0 5vw;
    }
    footer .main {
        width: 90%;
    }
    .level .level_item .left {
        padding: 68px 67px 68px 10vw;
    }
}
@media screen and (max-width: 1400px) {
    footer {
        padding: 60px 0 40px;
    }
    footer .footer_joke ul li a {
        font-size: 12px;
        line-height: 2;
    }
    footer .footer_joke ul li a:nth-child(1) {
        font-size: 16px;
        line-height: 1.5;
    }
    footer .footer_contact h3 {
        font-size: 20px;
    }
    footer .footer_contact p {
        font-size: 12px;
        line-height: 2;
    }
    footer .footer_joke ul {
        display: none;
    }
    .level .level_item .left .flex .a_box {
        grid-gap: 30px 80px;
    }
    .level .level_item .right {
        padding: 40px 40px 0 40px;
    }
}
@media screen and (max-width: 1024px) {
    .more p {
        font-size: 14px;
    }
    header .header nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #FFFFFF;
        z-index: -1;
        display: block;
        padding: 80px 20px 0;
        transform: translateX(100%);
        transition: 1s;
        transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    }
    header .header nav.on {
        transform: translateX(0%);
    }
    header .header nav li:not(:nth-last-child(1)) {
        margin-right: 0;
    }
    header .header nav li {
        height: unset;
        border-bottom: 1px solid rgba(0, 0, 0, .08);
        position: relative;
    }
    header .header nav li:after {
        content: "";
        width: 8px;
        height: 10px;
        clip-path: polygon(0 0%, 100% 50%, 0% 100%);
        background: #666666;
        position: absolute;
        top: 22px;
        right: 5px;
        transition: 0.6s;
    }
    header .header nav li.on:after {
        transform: rotate(90deg);
    }
    .level .level_item .left .flex {
        padding: 0;
    }
    .level .level_item .right {
        display: none;
    }
    .level .level_item .left img,.level .level_item .left .flex h5 {
        display: none;
    }
    .level .level_item .left {
        width: 100%;
        padding: 0;
    }
    .level .level_item .left .flex .a_box a .iconfont {
        display: none;
    }
    .level .level_item .left .flex .a_box a p {
        font-size: 12px;
        opacity: 0.6;
        line-height: 18px;
        margin-bottom: 14px;
    }
    header .header nav li .level {
        display: none;
    }
    .level {
        pointer-events: auto;
        position: unset;
        opacity: 1;
        transform: unset;
    }
    .level .level_item .left .flex .a_box {
        display: block;
    }
    .level .level_item .left,.level .level_item {
        background: unset;
    }
    .level .level_item {
        position: unset;
    }
    header .header nav li>a {
        line-height: 1;
        padding: 20px 0;
        width: 50%;
    }
    header {
        height: 60px;
    }
    header .header .logo {
        width: 100px;
        height: 25px;
    }
    .secondLink a {
        font-size: 14px;
    }
    .secondLink {
        width: 90%;
    }
    .menu {
        display: block;
    }
    header .header {
        background: #FFFFFF !important;
        box-shadow: 6px 1px 5px rgba(0,0,0,0.2) !important;
    }
    header .header .logo img:nth-child(2) {
        opacity: 0!important;
    }
    header .header .logo img:nth-child(1) {
        opacity: 1!important;
    }
    header .header nav a, header .header .language p, header .header .language .iconfont {
        color: #6A6A6A!important;
    }
    footer .footer_joke {
        justify-content: center;
    }
    footer .footer_contact {
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    header {
        height: 50px;
    }
    header .header .logo {
        width: 80px;
        height: 20px;
    }
    header .header {
        background: #FFFFFF !important;
        box-shadow: 6px 1px 5px rgba(0,0,0,0.2) !important;
    }
    header .header .logo img:nth-child(2) {
        opacity: 0!important;
    }
    header .header .logo img:nth-child(1) {
        opacity: 1!important;
    }
    header .header nav a, header .header .language p, header .header .language .iconfont {
        color: #6A6A6A!important;
    }
    footer .footer_joke ul {
        display: none;
    }
    footer .footer_joke img {
        width: 100px;
        height: unset;
    }
    footer .bg {
        height: 101%;
    }

    footer {
        padding: 40px 0 20px;
    }
    footer .footer_contact h3 {
        font-size: 18px;
    }
    .banner {
        padding-top: 50px;
    }
    .banner .text {
        left: 5vw;
    }
    .banner .text h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .banner .text p {
        font-size: 12px;
    }
    .secondLink a:not(:nth-last-child(1)) {
        margin-right: 0;
    }
    .secondLink {
        justify-content: space-between;
        padding: 15px 0;
    }
    .secondLink a:after {
        bottom: -17px;
    }
    .phone {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}
