/* common */
/*@font-face {*/
/*    font-family: Roboto;*/
/*    src: url("../fonts/Roboto-Regular.ttf");*/
/*}*/
@font-face {
    font-family: PingFang SC l;
    src: url("https://www.sansg.com/fonts/pingfang/PingFang%20SC-Light.otf");
}
@font-face {
    font-family: PingFang SC r;
    src: url("https://www.sansg.com/fonts/pingfang/PingFang%20SC%20Regular.ttf");
}

@font-face {
    font-family: PingFang SC m;
    src: url("https://www.sansg.com/fonts/pingfang/PingFang%20Medium.ttf");
}

@font-face {
    font-family: PingFang SC b;
    src: url("https://www.sansg.com/fonts/pingfang/PingFang%20Bold.ttf");
}
@font-face {
    font-family: PowerLinePlain;
    src: url("../fonts/POWERN.TTF");
}
@font-face {
    font-family: DINCond-Bold;
    src: url("../fonts/DINCond-Bold.otf");
}
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
}
.banner1 {
    display: none;
}
body {
    width: 100%;
    overflow-x: hidden;
    background: #fff;
}

*, *::after, *::before {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 0;
}

#my-scrollbar {
    height: 100vh;
}

.scroll-content {
    overflow: hidden;
}

#Horizontal{
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
}

.scrollX{
    width: fit-content;
    height: 100vh;
    display: flex;
}

.scrollbar-thumb {
    width: 5px !important;
}

@media screen and (max-width: 1365px) {
    .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, .5) !important;
}

img {
    object-fit: cover;
    vertical-align: bottom;
    max-width: 100%;
}

textarea {
    resize: none;
    font-family: inherit;
}

button {
    border: none;
    cursor: pointer;
}

.bezier .swiper-wrapper {
    transition-timing-function: cubic-bezier(.77, 0, .175, 1);
}

/*video*/
*[onclick*='video_alert(this)'] video {
    display: none;
}

.alert_video {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: 1s;
}

.video_active {
    pointer-events: auto !important;
    opacity: 1 !important;
}

.alert_video .joke {
    display: flex;
    position: relative;
    z-index: 2;
}

.alert_video .joke .video {
    width: 100%;
    height: 576px;
    display: block;
}

.alert_video .joke .video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.alert_video .joke .close {
    margin: 0 0 0 25px;
    cursor: pointer;
    height: fit-content;
    transition: 1s;
}

.alert_video .joke .close:hover{
    transform: rotate(90deg);
}

.alert_video .joke .close svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.alert_video .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
}

.alert_video.all .joke {
    width: 100%;
    height: 100%;
}

.alert_video.all .joke .video {
    height: 100%;
    object-fit: cover;
}

.alert_video.all .close {
    position: absolute;
    top: 50px;
    right: 50px;
}

.alert_video.all .joke .video video {
    object-fit: cover;
}

.none {
    display: none;
}

.block{
    display: block;
}

#my-scrollbar .scroll-content section {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

/* common */

.fixed_cursor{
    pointer-events: none;
}
.cursor {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    transition: opacity .3s, color .4s;
    /*mix-blend-mode: difference;*/
    z-index: 99999;
    opacity: 0;
}

.xiao_cursor{
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
}
body:hover .cursor,body:hover .xiao_cursor{
    opacity: 1;
}
.banner1 .bg {
    transition-timing-function: unset!important;
}
.header {
    position: fixed;
    height: 100px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 31px 0 45px;
    transition: all 1s;
    background: #FFFFFF;
}
.header.white1 {
    background: unset;
}
.header.white {
    background: unset;
}
.header.white1 .language {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.header.white1 .language a {
    color: #FFFFFF;
}
.header.white .language {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.header.white .language a {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.header .language {
    font-size: 12px;
    font-family: PingFang SC r;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    border: 1px solid #333333;
    opacity: 1;
    border-radius: 10px;
    padding: 0 8px;
    transition: 0.6s;
    cursor: pointer;
    position: relative;
}
.header .language a {
    color: #333333;
}
.header .language .lan_box  {
    position: absolute;
    width: 130px;
    padding-top: 50px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 999999;
    pointer-events: none;
}
.header .language:hover .lan_box {
    pointer-events: auto;
}
.header .language:hover .lan_box .lan_joke {
    clip-path: inset(0% 0% -10% 0%);
    pointer-events: auto;
}
.lan_box .lan_joke {
    width: 100%;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    clip-path: inset(0% 0% 120% 0%);
    transition: 0.6s;
    pointer-events: none;
}
.lan_box a {
    display: block;
    width: 100%;
    font-size: 12px;
    font-family: PingFang SC r;
    font-weight: 400;
    line-height: 50px;
    color: #333333;
    transition: 0.6s;
    background: #FFFFFF;
    text-align: center;
}
.lan_box a:hover {
    color: #005CA9;
}
.header .logo {
    display: flex;
    align-items: center;
}
.header .logo img {
    /* filter: grayscale(1) brightness(5); */
    transition: 0.6s;
}
.header .logo img:last-child{
    filter: grayscale(1) brightness(5);
}
.header .logo img:first-child{
    opacity: 1;
}
.header .logo img:last-child{
    opacity: 0;
}
.header_on .logo img:first-child{
    opacity: 1;
}
.header_on .logo img:last-child {
    opacity: 0;
}
.header_on .logo img {
    /* filter: unset; */
}

.header.white .logo img:first-child{
    opacity: 0 !important;
}
.header.white .logo img:last-child {
    opacity: 1 !important;
}
.header.header_on .logo .ui-link img {
    filter: unset;
}
.header.header_on .other .language img {
    filter: invert();
    opacity: 0.8;
}

.header.header_on .other .language svg .b,.header,.header.header_on .other .language svg .f {
    fill:#000;
}
.header.header_on .other .language svg .e,.header.header_on .other .language svg .d,.header.header_on .other .language svg .f {
    stroke:rgb(0,0,0);
}
.header.header_on .other .line {
    background: #000000;
    opacity: 1;
}
.header.header_on .other .menu p {

    color: #2D2A3A;
}
.header.header_on .other .menu .hamburger .hide div {

    background: #2D2A3A;
}
.header.header_on .other .menu .hamburger > div:not(.hide) {
    background: #2D2A3A;
}
.header .logo .gp p {
    font-size: 16px;
    font-family: PingFang-SC-Bold;
    line-height: 19px;
    color: #5b5b5b;
    transition: 0.6s;
}
.header.header_on .logo .gp p {
    color: #5B5B5B;
}
.header .logo .line {
    width: 1px;
    height: 21px;
    background: #F5F5F5;
    opacity: 0.5;
    margin: 0 15px;
}
.header.header_on .logo .line {
    background: #000;
}
.header .other {
    display: flex;
    align-items: center;
}
.header .other ul {
    display: flex;
    align-items: center;
}
.header .other ul li a {
    display: block;
    font-size: 18px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 30px;
    color: #333333;
    margin-right: 104px;
    transition: 0.6s;
}
.header .other ul li a:hover,.header .other ul li a.on {
    color: rgba(0, 91, 168, 1);
}
.header .other ul li {

}
.header .other .line {
    width: 1px;
    height: 9px;
    background: #707070;
    opacity: 0.5;
    margin: 0 15px;
}

.header .other .menu {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header .other .menu p {
    font-size: 12px;
    font-family: PingFang SC;

    color: #333333;
    margin: 0 8px 0 0;
    transition: .6s;
}

.header .other .menu .hamburger {
    width: 18px;
    cursor: pointer;
    position: relative;
}
.header .other .menu .menu_box {
    width: 14px;
    height: 14px;
    position: relative;
    transition: 0.6s;
}
.header .other .menu .menu_box div {
    width: 0px;
    height: 1px;
    background: #333333;
    transition: 0.6s;
    animation: menu 2s infinite ease-in-out;
}
.header .other .menu .menu_box div:nth-child(2) {
    margin: 5px 0;

}
.header .other .menu .menu_box div:nth-child(3) {
    animation-delay: 0.3s;
}
.header .other .menu .menu_box div:nth-child(1) {
    animation-delay: 0.5s;
}
.header.header_on .other .menu .menu_box div {
    background: #000;
}
.header.white1 .other .menu .menu_box div {
    background: #ffffff;
}
.header.white .other .menu .menu_box div {
    background: #ffffff;
}
.header .other .menu.on .menu_box div {
    width: 16px;
    animation: unset;
}
.header .other .menu.on .menu_box div:nth-child(2) {
    opacity: 0;
}
.header .other .menu.on .menu_box div:nth-child(1) {
    transform: rotate(45deg) translateY(8px);
}
.header .other .menu.on .menu_box div:nth-child(3) {
    transform: rotate(-45deg)  translateY(-8px);
}
@keyframes menu {
    0% {
        width: 0;
    }
    50% {
        width: 15px;
    }
    100% {
        width: 0;
    }
}
.header .other .menu .hamburger .hide {
    opacity: 0;
    transition: 1s;
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 100%;
}

.header .other .menu .hamburger .hide div {
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.header .other .menu .hamburger .hide div:nth-child(1) {
    transform: rotate(45deg);
}

.header .other .menu .hamburger .hide div:nth-child(2) {
    transform: rotate(-45deg);
}

.header .other .menu .hamburger > div:not(.hide) {
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    transition: 0.6s;
}

.header .other .menu .hamburger > div:not(:last-child) {
    margin: 0 0 6px 0;
}

.header .other .menu .hamburger > div:nth-child(3) {
    width: 11px;
}

.header .other .menu .hamburger:hover > div {
    width: 100%;
}

.header .other .menu.on .hamburger .hide {
    opacity: 1;
    transition-delay: 0.6s;
}

.header .other .menu.on .hamburger > div:not(.hide) {
    width: 0;
}


 .more {
    margin: 86px 0 0 0;
    width: 200px;
    height: 45px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
}

 .more p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #FFFFFF;
    position: relative;
    z-index: 5;
}

 .more .line {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.8s;
    display: flex;
    justify-content: space-between;
}

 .more .line .left {
    width: 61px;
    height: 100%;
}

 .more .line div > div {
    transition: 0.85s;
}

 .more .line .left div:nth-child(1) {
    width: 15px;
    height: 1px;
     background: #0c395e;
}

 .more .line .left div:nth-child(2) {
    width: 1px;
    height: calc(100% - 2px);
     background: #094a81;
}

 .more .line .left div:nth-child(3) {
    width: 100%;
    height: 1px;
     background: #0b375d;
}

 .more .line .right {
    width: 61px;
    height: 100%;
    transform: rotateY(180deg);
}

 .more .line .right div:nth-child(1) {
    width: 100%;
    height: 1px;
     background: #116278;
}

 .more .line .right div:nth-child(2) {
    width: 1px;
    height: calc(100% - 2px);
     background: #0c84a0;
}

 .more .line .right div:nth-child(3) {
    width: 15px;
    height: 1px;
     background: #106075;
}

 .more .color {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: 0.8s;
}

 .more .color:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 115px 115px 0 0;
    border-color: #005ca9 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1s;
}

 .more .color:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #07afd3;
    position: absolute;
    right: 0;
    top: 0;
}
.more:hover p {
    /*color: #FFFFFF!important;*/
}
 .more:hover .left div:first-child {
    width: 100px;
}

 .more:hover .right div:first-child {
    width: 100px;
}

 .more:hover .left div:last-child {
    width: 100px;
}

 .more:hover .right div:last-child {
    width: 100px;
}

 .more:hover .line {
    opacity: 0;
}

 .more:hover .color {
    opacity: 1;
    transition-delay: 0.5s;
}

.footer {
    height: fit-content!important;
    background: #3A3A3A;
}
.footer .fp-tableCell {
    height: fit-content!important;
}
.footer .joke {
    width: 1520px;
    margin: auto;
}
.footer .footer_top {
    padding-top: 100px;
    padding-bottom: 64px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer_top .marketing img {
    display: block;
    margin-bottom: 44px;
    width: 187px;
}
.footer .footer_top .marketing .footer_swiper {
    margin: 0;
    padding-bottom: 20px;
}
.footer .footer_top .marketing .footer_swiper .contentItem {
    display: flex;
}
.footer .footer_top .marketing .footer_swiper .contentItem .name {
    font-size: 14px;
    font-family: PingFang SC r;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
    margin-right: 10px;
}
.footer .footer_top .marketing .footer_swiper .contentItem .contentInfo p {
    font-size: 14px;
    font-family: PingFang SC r;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
    white-space: nowrap;
}
.footer .footer_top .marketing .footer_swiper .swiper-pagination {
    text-align: left;
    bottom: 30px!important;
}
.footer .footer_top .marketing .footer_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 0.4;
    transition: 0.6s;
}
.footer .footer_top .marketing .footer_swiper .swiper-pagination .swiper-pagination-bullet-active {
    transform: scale(2);
    opacity: 1;
}
.footer .footer_top .marketing .footer_swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px!important;
}
.footer .footer_top .marketing .shareList {
    display: flex;
    align-items: center;
}
.footer .footer_top .marketing .shareList a {
    font-size: 20px;
    color: rgba(255,255,255,0.2);
    transition: 1s;
}
.footer .footer_top .marketing .shareList a:hover {
    color: rgba(255,255,255,1);
}
.footer .footer_top .marketing .shareList a:not(:nth-last-child(1)) {
    margin-right: 27px;
}
.footer .footer_top .marketing .shareList a:hover {
    color: #fff;
}
.footer .footer_top .joke {
    display: flex;
    justify-content: space-between;
}
.footer .footer_top .joke .links {
    display: flex;
}
.footer .footer_top .joke .links ul li:nth-child(1) a {
    font-size: 20px;
    font-family: PingFang SC r;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    /*text-align: center;*/
    display: block;
    transition: 1s;
}
.footer .footer_top .joke .links ul li:nth-child(1) a:hover {
    color: #005CA9;
}
.footer .footer_top .joke .links ul li:not(:nth-child(1)) a {
    display: flex;
    font-size: 16px;
    font-family: PingFang SC r;
    font-weight: 400;
    line-height: 35px;
    color: #FFFFFF;
    opacity: 0.5;
    transition: 1s;
    text-align: center;
}
.footer .footer_top .joke .links ul li:not(:nth-child(1)) a .iconfont {
    margin-right: 5px;
}
.footer .footer_top .joke .links ul li a:hover {
    opacity: 1;
}
.footer .footer_top .joke .links ul:not(:nth-last-child(1)) {
    margin-right: 80px;
}
.footer .footer_top .joke .links2 a {
    display: block;
    font-size: 20px;
    font-family: PingFang SC r;
    font-weight: 400;
    margin-bottom: 20px;
    color: #FFFFFF;
    transition: 1s;
    position: relative;
    width: fit-content;
}
.footer .footer_top .joke .links2 a:after {
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 5px;
    transition: 1s;
    background: #005CA9;
}
.footer .footer_top .joke .links2 a:hover {
    color: #005CA9;
}

.footer .footer_bt .joke {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 42px 0 38px;
}
.footer .footer_bt .joke a {
    font-size: 14px;
    font-family: PingFang SC r;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.5;
    transition: 1s;
}
.footer .footer_bt .joke a:hover {
    opacity: 1;
}
.banner1 {
    overflow: hidden;
}
.banner1 .text h1 {
    display: flex;
}
.banner1 .text p {
    display: flex;
}
.banner1 .text h1 div,.banner1 .text p div {
    display: flex;
    opacity: 0;
    transform: translateX(-20px);
    transition: 1s;
}
.banner1 .text h1.active div,.banner1 .text p.active div {
    opacity: 1;
    transform: translateX(0px);
}

.swiper-fade .swiper-slide{
    opacity: 0 !important;
}
.swiper-fade .swiper-slide-active{
    opacity: 1 !important;
}


/* .fixed_menu .the_right nav.PC{
    display: flex !important;
} */
.fixed_menu .the_right nav.PE{
    display: none !important;
}
.fixed_menu .the_right nav .list .item .towlist{
    width: 100% !important;
    display: none;
}
.fixed_menu .the_right nav .list .item .itemhead{
    display: flex;
    cursor: pointer;
    align-items: center;
    width: 200px;
    justify-content: space-between;
}
.fixed_menu .the_right nav .list .item .itemhead.active svg{
    transform: rotate(0);
}
.fixed_menu .the_right nav .list .item .towlist .towItem a{
    font-size: 16px;
    line-height: 51px;
    padding-left: 20px;
    opacity: 0.5;
    transition: 0.6s;
}
.fixed_menu .the_right nav .list .item .towlist .towItem a:hover {
    opacity: 1;
}
.fixed_menu .the_right nav .list .item .itemhead svg,
.fixed_menu .the_right nav .list .item .itemhead svg path{
    fill: rgba(255, 255, 255, 1);
    opacity: .6;
    width: 15px;
    margin: 0 0 0 15px;
}
.footer .footer_top .joke .links ul li:nth-child(1) {
    margin-bottom: 10px;
}
.fixed_menu .the_right nav .list .item .itemhead svg{
    transform: rotate(-90deg);
    height: 50px;
    transition: all .5s;
}
.fixed_menu .the_right nav.PE{
    transform: translateY(20vh);
}
.header .other .language img{
    transition: .6s;
}
.footer .footer_top .marketing .shareList a svg{
    width: 18px;
    opacity: 0.2;
    height: 18px;
    transition: all 1s;
}
.footer .footer_top .marketing .shareList a svg:hover{
    opacity: 1;
}
.header.hide{
    transform: translateY(-100%);
}
.header.white1 {
    background: unset;
}
.header.white1 .logo .gp p{
    color: #fff !important;
}
.header.white .logo .gp p{
    color: #fff !important;
}
.header.white1 .other .language img{
    filter: none !important;
    opacity: 1 !important;
}
.header.white .other .language img{
    filter: none !important;
    opacity: 1 !important;
}
.header.white1 .other .language svg .b,.header,.header.white1 .other .language svg .f {
    fill:#fff;
}
.header.white .other .language svg .b,.header,.header.white .other .language svg .f {
    fill:#fff;
}
.header.white1 .other .language svg .e,.header.white1 .other .language svg .d,.header.white1 .other .language svg .f {
    stroke:rgb(255,255,255);
}
.header.white .other .language svg .e,.header.white .other .language svg .d,.header.white .other .language svg .f {
    stroke:rgb(255,255,255);
}

.header.white1 .other .menu p{
    color: #fff !important;
}
.header.white .other .menu p{
    color: #fff !important;
}
.header.white1 .other .menu .hamburger .hide div{
    background-color: #fff !important;
}
.header.white .other .menu .hamburger .hide div{
    background-color: #fff !important;
}
.header .logo img:last-child{
    position: absolute;
    left: 0;
}
.header .logo a{
    position: relative;
}
.fixed_menu .the_right .icon_svg .er,
.footer .footer_top .marketing .shareList .er{
    position: relative;
    margin-right: 27px;
}

.fixed_menu .the_right .icon_svg .er svg{
    margin-right: 0;
}
.fixed_menu .the_right .icon_svg .er .mark,
.footer .footer_top .marketing .shareList .er .mark{
    position: absolute;
    display: flex;
    height: auto;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
    justify-content: space-around;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
}
.fixed_menu .the_right .icon_svg .er:hover .mark,
.footer .footer_top .marketing .shareList .er:hover .mark {
    opacity: 1;
}
.fixed_menu .the_right .icon_svg .er .mark .item,
.footer .footer_top .marketing .shareList .er .mark .item {
    width: 120px;
    padding: 15px 10px;
}
.fixed_menu .the_right .icon_svg .er .mark .item p {
    display: block;
    font-size: 14px;
    font-family: PingFang SC r;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
    text-align: center;
    margin: 10px 0 0;
}
.fixed_menu .the_right .svg {
    left: 140px !important;
    width: 200px;
}
.ph_p {
    display: block;
    font-size: 14px;
    font-family: PingFang SC r;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
}
.footer .footer_top .marketing .shareList a .iconfont {
    font-size: 100px;
    color: #FFFFFF;
}
.footer .footer_top .marketing .shareList a p {
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 15px;
}
.fixed_menu .the_right .icon_svg .er svg {
    display: none;
}
.fixed_menu .the_right .icon_svg .er .mark, .footer .footer_top .marketing .shareList .er .mark {
    position: unset;
    background: unset;
    box-shadow: unset;
    opacity: 1;
    transform: unset;
    flex-direction: column;
    align-items: center;
}
.header .other .nav {
    display: flex;
    align-items: center;
}
.header .other .nav a {
    display: block;
    font-size: 18px;
    font-weight: 200;
    color: #333;
    transition: 0.6s;
    margin-right: 80px;
}
.header.header_on .other .nav a {
    color: #2D2A3A;
}

.header.white1 .other .nav a {
    color: #FFFFFF;
}
.header.white .other .nav a {
    color: #FFFFFF;
}
.header .other .nav a:hover {
    color: #005CA9!important;
}
.mb_link {
    display: flex;
    width: 1680px;
    margin: 150px auto 0;
    align-items: center;

}
.mb_link a {
    display: flex;
    align-items: center;
    transition: 0.6s;
}
.mb_link a {
    font-size: 16px;
    font-family: PingFang SC r;
    font-weight: 300;
    line-height: 36px;
    color: #999;
}
.mb_link a .iconfont {
    margin-right: 5px;
}
.mb_link span {
    display: block;
    margin: 0 6px;
    color: #999;
}
.mb_link a:hover,.mb_link a.on {
    color: #005ca9;
}
html[lang='en'] .banner1 .text h1 div {
    min-width: 8px;
    text-align: center;
}
html[lang='en'] .banner1 .text p div {
    min-width: 5px;
    justify-content: center;
}
html[lang='en'] .banner1 .text h1 {
    font-size: 28px !important;
}
html[lang='en'] .banner1 .text p {
    font-size: 18px !important;
}
@media screen and (max-width: 2560px){
    html[lang='en'] .footer .joke {
        width: 90%;
    }
    html[lang='en'] .footer .footer_top .joke .links ul:not(:nth-last-child(1)) {
        margin-right: 50px;
    }
    html[lang='en'] .footer .footer_top .joke .links ul li:nth-child(1) a {
        font-size: 18px;
    }
    html[lang='en'] .footer .footer_top .joke .links ul li:not(:nth-child(1)) a {
        font-size: 14px;
    }
}


@media screen and (max-width: 2048px){
    html[lang='en'] .header .other .nav a {
        margin-right: 60px;
        font-size: 16px;
    }
    html[lang='en'] .footer .footer_top .joke .links ul:not(:nth-last-child(1)) {
        margin-right: 40px;
    }
    html[lang='en'] .footer .footer_top .joke .links ul li:not(:nth-child(1)) a {
        font-size: 12px;
    }
    html[lang='en'] .footer .footer_top .joke .links ul li:nth-child(1) a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1856px){

}

@media screen and (max-width: 1792px){
	.banner1 .text h1 {
        font-size: 52px !important;
    }
    .banner1 .text p {
        font-size: 24px !important;
    }
    .mb_link {
        width: 90%;
    }
    html[lang='en'] .header .other .nav a {
        margin-right: 40px;
    }

    html[lang='en'] .footer .footer_top .joke .links ul:not(:nth-last-child(1)) {
        margin-right: 30px;
    }
    html[lang='en'] .footer .footer_top .joke .links ul li:not(:nth-child(1)) a {
        font-size: 10px;
    }
    html[lang='en'] .footer .footer_top .joke .links ul li:nth-child(1) a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1680px){

	.footer .joke{
        width: 90%;
    }
    .footer .footer_top .joke .links ul:not(:nth-last-child(1)) {
        margin-right: 60px;
    }
    .footer .footer_top {
        padding-top: 70px;
    }
    html[lang='en'] .header .other .nav a {
        margin-right: 30px;
        font-size: 14px;
    }
    html[lang='en'] .header .logo .gp p {
        font-size: 14px;
    }

}

@media screen and (max-width: 1600px){
    .mb_link {
        margin: 130px auto 0;
    }
    .banner1 .text h1 {
        font-size: 44px !important;
    }
    .header .other .nav a {
        margin-right: 50px;
    }
    .fixed_menu .wrap {
        height: 65vh;
    }
    .fixed_menu .picture {
        height: 100% !important;

    }
    .header .other .nav a {
        font-size: 14px;
    }
}
.kefu {
    position: fixed;
    top: 70%;
    right: 0;
    transform: translateY(-50%);
    z-index: 999;
    background: #FFFFFF;
    box-shadow: 6px 1px 5px rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.6s;
    display: none;
}
.kefu .iconfont {
    font-size: 24px;
    color: #666666;
    margin-bottom: 5px;
    display: block;
    transition: 0.6s;
}
.kefu p {
    writing-mode: vertical-rl;
    font-size: 14px;
    color: #666666;
    text-align: center;
    letter-spacing: 3px;
    transition: 0.6s;
}
.kefu:hover {
    background: #005CA9;
}
.kefu:hover p,.kefu:hover .iconfont {
    color: #FFFFFF;
}
@media screen and (max-width: 1440px){
    .footer .footer_top .joke .links ul li:nth-child(1) a {
        font-size: 18px;
        text-align: left;
    }
    .footer .footer_top .joke .links ul li:not(:nth-child(1)) a {
        font-size: 14px;
    }
    .header {
        height: 100px;
    }

    .footer .footer_top {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .footer .footer_top .joke .links ul li a {
        font-size: 14px;
    }
    .footer .footer_top .joke .links2 a{
        font-size: 18px;
    }
    .footer .footer_bt .joke {
        padding: 30px 0;
    }
    .footer .footer_top .joke .links ul:not(:nth-last-child(1)) {
        margin-right: 70px;
    }
    html[lang='en'] .header .other .nav a {
        margin-right: 30px;
        font-size: 12px;
    }
    html[lang='en'] .footer .footer_top .joke .links ul li:not(:nth-child(1)) a {
        font-size: 9px;
    }
    html[lang='en'] .footer .footer_top .joke .links ul li:nth-child(1) a {
        font-size: 12px;
    }
    html[lang='en'] .footer .footer_top .marketing .footer_swiper .contentItem .contentInfo p {
        font-size: 12px;
    }
}

@media screen and (max-width: 1400px){
    .header .other .nav a {
        margin-right: 30px;
    }
    .mb_link {
        margin: 120px auto 0;
    }

}

@media screen and (max-width: 1366px){
    .footer .footer_top .joke .links ul:not(:nth-last-child(1)) {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1365px){
    .header .other .nav {
        display: none;
    }
    html[lang='en'] .footer .footer_top .joke .links {
        display: none;
    }
    html[lang='en'] .footer .joke {
        justify-content: center;
    }
}




@media screen and (max-width: 820px){
    .mb_link a {
        font-size: 14px;
    }
    .footer .footer_top .marketing img {
        margin: 0 auto 20px;
    }
    .fixed_menu .the_right .icon_svg .er, .footer .footer_top .marketing .shareList .er img {
        margin: 0 auto 0px;
    }
    .mb_link {
        margin: 70px auto 0;
    }
    .header .other .language {
        display: none;
    }
    .fixed_menu .the_right nav.PC{
        display: none !important;
    }
    .fixed_menu .the_right nav.PE{
        display: flex !important;
    }
    .fixed_menu .wrap,
    .fixed_menu .the_right{
        width: 100%;
        height: 100%;
    }
    .fixed_menu .the_right .svg{
        position: absolute;
        right: 30px;
        bottom: 120px;
    }
    .fixed_menu .the_right .icon_svg{
        position: absolute;
        right: 30px;
        bottom: 60px;
    }
    .fixed_menu .the_right{
        display: flex;
        justify-content: center;
    }
    .header{
        height: 80px;
        padding: 0 30px;
        background-color: #fff;
    }
    .header .logo .gp p{
        color: #2D2A3A;
        font-size: 14px;

    }
    .header .logo a{
        width: 160px;
        display: block;
    }
    .header .other .language img {
        filter: invert();
        opacity: 0.8;
    }
    .header .logo .line,
    .header .other .line{
        background: #2D2A3A;
        opacity: 1;
    }
    .header .other .menu .hamburger > div:not(.hide),
    .header .other .menu .hamburger .hide div{
        background: #2D2A3A;
    }
    .header .other .menu p {
        color: #2D2A3A;
    }

    .banner1{
        margin-top: 80px !important;
        height: 60vh !important;
    }
    .banner1 .text h1 {
        font-size: 38px !important;
    }
    .banner1 .text{
        right: 30px !important;
        left: 30px !important;
    }
    .banner1 .text p {
        font-size: 22px !important;
        margin-top: 5px !important;
    }
    .footer .footer_top .joke .links,
    .footer .footer_top .joke .links2{
      display: none;
    }
    .footer .footer_top .marketing h2{
        margin-bottom: 20px
    }
    .footer .footer_bt .joke {
        padding: 20px 0;
    }
    .footer .footer_top .marketing .footer_swiper {
        padding-bottom: 60px;
    }

    .header .logo img:first-child {
        opacity: 1 !important;
    }
    .header .logo img:last-child{
        opacity: 0 !important;
    }
    .header .other .menu .menu_box div{
        background-color: #000000;
    }
    .header .other .language svg .b,
    .header,
    .header .other .language svg .f{
        fill: #000 !important;
    }
    .d, .f {
        stroke: #000 !important;
    }
    .footer .footer_top .marketing h2 {
        text-align: center;
    }
    .footer .footer_top .marketing .footer_swiper .contentItem {
        display: block;
        text-align: center;
    }
    .fixed_menu .the_right .icon_svg .er .mark, .footer .footer_top .marketing .shareList .er .mark {
        position: unset;
        background: unset;
        box-shadow: unset;
        opacity: 1;
        transform: unset;
        flex-direction: column;
        align-items: center;
    }

    .footer .footer_top .marketing .footer_swiper{
        padding-bottom: 0px;
    }
    .fixed_menu .the_right .icon_svg,.fixed_menu .the_right .svg {
        display: none!important;
    }
    .fixed_menu .the_right nav.PE {
        justify-content: center;
    }
    .footer .footer_top .marketing .shareList a {
        display: none;
    }
    .footer .footer_top .marketing .shareList {
        justify-content: center;
    }
    .footer .footer_top .joke {
        justify-content: center;
    }
    .fixed_menu .the_right .icon_svg .er, .footer .footer_top .marketing .shareList .er {
        margin-right: 0;
    }
    html[lang='en'] .banner1 .text h1 {
        font-size: 20px !important;
        flex-wrap: wrap;
    }
    html[lang='en'] .banner1 .text h1 div {
        min-width: 5px !important;
    }
    html[lang='en'] .banner1 .text p {
        font-size: 16px !important;
    }
    html[lang='en'] .banner1 .links .item {
        font-size: 13px;
        width: 50%;
        margin: 0;
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    html[lang='en'] .banner1 .links .item:nth-last-child(1):nth-child(odd) {
        width: 100%;
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    html[lang='en'] .banner1 .links .item:nth-child(2n-1) {
        border-right: 1px solid rgba(255,255,255,0.1);
    }
    html[lang='en'] .banner1 .links {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    html[lang='en'] .banner1 .text {
        transform: translateY(-50%);
    }
    html[lang='en'] .mb_link a {
        line-height: 1.4;
    }
}


@media screen and (max-width: 768px){

}


@media screen and (max-width: 540px){
    .mb_link a {
        font-size: 12px;
    }
    .fixed_menu .the_right nav .list .item .towlist .towItem a {
        line-height: 38px!important;
    }
    .header{
        padding: 0 20px;
        height: 60px;
    }
    .header .logo .gp p {
        font-size: 12px;
        line-height: 16px;
    }
    .header .logo a {
        width: 140px;
        display: flex;
        align-items: center;
    }
    .header .other .line,
    .header .logo .line {
        margin: 0 10px;
    }
    .header .other .language{
        width: 28px;
    }
    .banner1{
        margin-top: 60px !important;
    }
	.banner1 .text {
        right: 20px !important;
        left: 20px !important;
    }
    .banner1 .text p{
        display: flex !important;
        flex-wrap: wrap !important;
        line-height: 24px !important;
        font-size: 16px !important;
    }
    .banner1 .text h1 {
        font-size: 28px !important;
    }
    .footer .footer_bt .joke {
        display: flex;
        flex-direction: column;
    }
    .footer .footer_bt .joke a:first-child{
        margin-bottom: 5px;
    }
    .footer .footer_top {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .footer .footer_bt .joke a {
        font-size: 12px;
        text-align: center;
    }
    .footer .footer_top .marketing h2{
        font-size: 24px;
    }
    .footer .footer_top .marketing .footer_swiper .contentItem .contentInfo p,
    .footer .footer_top .marketing .footer_swiper .contentItem .name {
        font-size: 12px;
        line-height: 26px;
    }
    .fixed_menu .the_right .icon_svg .er{
        margin-right: 20px;
    }
}


@media screen and (max-width: 414px){
    .header .logo a {
        width: 120px;
    }
    .footer .footer_top .joke .marketing,
    .footer .footer_top .marketing .footer_swiper{
        width: 100%;
    }

}

@media screen and (max-width: 375px){

}

@media screen and (max-width: 360px){

}
@media screen and (min-width: 1921px){
    .mb_link {
        width: 87.5vw;

    }
}
 .more .line .right div {
    background: #07afd3!important;
}
 .more .line .left div {
    background: #005ca9!important;
}

