@font-face {
    font-family: "DINCond-Bold";
    src: url("../fonts/DINCond-Bold.otf");
}

@font-face {
    font-family: "SourceHanSansCN-Regular r";
    src: url("https://www.sansg.com/fonts/SourceHanSansCN-Regular.otf");
}

@font-face {
    font-family: "SourceHanSansCN-Regular b";
    src: url("https://www.sansg.com/fonts/SOURCEHANSANSCN-BOLD.OTF");
}


@font-face {
    font-family: "Akzidenz-Grotesk BQ Condensed A";
    src: url("../fonts/AkzidenzGroteskBQ-MdCndAlt.otf");
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif !important;
}
body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif !important;
}
*,
*::after,
*::before {
    box-sizing: border-box;
}
::-webkit-scrollbar {
    width: 0;
}
img {
    object-fit: cover;
    vertical-align: middle;
}
* img:not(#container img) {
    max-width: 100%;
    max-height: 100%;
}

.BMap_Marker img{
    max-width: 100% !important;
    max-height: 100% !important;
    position: relative;
}

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;
}
.public_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.public_banner {
    width: 100%;
    height: 860px;
    position: relative;
    z-index: 1;
    overflow: unset!important;
    transition: 1s;
}
.public_banner .wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.public_banner .wrap .content {
    padding: 0 189px;
}
.public_banner .wrap .content .headline {
    display: flex;
    align-items: center;
    margin: 0 0 30px 0;
}
.public_banner .wrap .content .headline .line {
    width: 0;
    height: 3px;
    background: #FFFFFF;
    margin: 0 14px 0 0;
    transition: 1s;
}
.public_banner .wrap .content .headline p {
    font-size: 60px;
    color: #FFFFFF;
    font-family: "SourceHanSansCN-Regular b", sans-serif !important;
}
.public_banner .wrap .content .text {
    width: 542px;
    font-size: 45px;
    font-family: "PingFang-SC-Bold", sans-serif;
    color: #FFFFFF;
    line-height: 65px;
    display: none;
}
.public_banner .wrap .position {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    /* height: 88px;
    display: flex;
    align-items: center;
    justify-content: center; */
    overflow: hidden;
}
.public_banner .wrap .position .list{
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.public_banner .wrap .position:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: 3s;
    transform: translateX(-100%);
}
.public_banner .wrap .position a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
}
.public_banner .wrap .position a:not(:last-child) {
    margin: 0 218px 0 0;
}
.public_banner .wrap .position a:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 5px;
    background: #E41937;
    transition: 0.3s;
}
.public_banner .wrap .position a:hover:after,
.public_banner .wrap .position a.on:after {
    width: 100%;
    left: 0;
}
.public_banner .solution {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    height: 90px;
    background: #F5F5F5;
    display: flex;
}
.public_banner.on{
    transform: translateY(-90px);
}
.public_banner .solution .red {
    width: fit-content;
    height: 100%;
    background: #E41937;
    padding: 0 141px 0 159px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}
.public_banner .solution .choose {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 55px 0 92px;
    border-right: 1px solid #e6e6e6;
    cursor: pointer;
}
.public_banner .solution .choose > p {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin: 0 75px 0 0;
}
.public_banner .solution .choose > .iconfont {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    transform: rotate(90deg);
}
.public_banner .solution .choose .hide {
    position: absolute;
    width: 1176px;
    top: 90px;
    left: 0;
    background: #fff;
    z-index: 2;
    box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);
    padding: 25px 20px;
    display: flex;
    transform: scaleY(0);
    opacity: 0;
    transform-origin: center top;
    transition: opacity 0.2s linear, transform 0.4s cubic-bezier(0.82, -0.22, 0.15, 1.21);
}
.public_banner .solution .choose .hide .l {
    width: 314px;
    margin: 0 100px 0 0;
    height: fit-content;
}
.public_banner .solution .choose .hide .l a {
    height: 58px;
    border-bottom: 1px solid #efefef;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px 0 12px;
    position: relative;
}
.public_banner .solution .choose .hide .l a:after {
    content: '';
    position: absolute;
    right: 87%;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #e41937;
    transition: 0.2s;
}
.public_banner .solution .choose .hide .l a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 0;
    background: #e41937;
    transition: 0.2s;
}
.public_banner .solution .choose .hide .l a .line {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.public_banner .solution .choose .hide .l a .line div {
    position: absolute;
    width: 0;
    height: 1px;
    right: 0;
    bottom: 0;
    background: #e41937;
    transition: 0.2s;
}
.public_banner .solution .choose .hide .l a .line:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #e41937;
    transition: 0.2s;
    left: 0;
    top: 0;
}
.public_banner .solution .choose .hide .l a .line:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 0;
    background: #e41937;
    transition: 0.2s;
    right: 0;
    top: 0;
}
.public_banner .solution .choose .hide .l a p {
    color: #333333;
    transition: 0.6s;
}
.public_banner .solution .choose .hide .l a .iconfont {
    display: block;
    font-size: 18px;
    color: #333333;
    transition: 0.6s;
    opacity: 0;
}
.public_banner .solution .choose .hide .l a:hover .iconfont {
    opacity: 1;
    transition-delay: 0.6s;
}
.public_banner .solution .choose .hide .l a:hover:after {
    width: 13%;
}
.public_banner .solution .choose .hide .l a:hover:before {
    height: 100%;
    transition-delay: 0.2s;
}
.public_banner .solution .choose .hide .l a:hover .line:after {
    width: 100%;
    transition-delay: 0.4s;
}
.public_banner .solution .choose .hide .l a:hover .line:before {
    height: 100%;
    transition-delay: 0.6s;
}
.public_banner .solution .choose .hide .l a:hover .line div {
    width: 87%;
    transition-delay: 0.8s;
}
.public_banner .solution .choose .hide .l a:hover p,
.public_banner .solution .choose .hide .l a:hover .iconfont {
    color: #e41937;
}
.public_banner .solution .choose .hide .r {
    width: 500px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.public_banner .solution .choose .hide .r .img {
    display: none;
}
.public_banner .solution .choose .hide .r .img.on {
    display: block;
}
.public_banner .solution .choose:hover .hide {
    transform: scaleY(1);
    opacity: 1;
}
.public_banner.aos-animate .wrap .content .headline .line {
    width: 51px;
    display: none;
}
.public_banner.aos-animate .wrap .position:after {
    transform: translateX(0);
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 137px;
    z-index: 9999;
    padding: 0 53px 0 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 1s;
    pointer-events: none;
}
.header.hide_on{
    transform: translateY(-85px);
}
.header > * {
    pointer-events: auto;
}
.header .l {
    display: flex;
    align-items: center;




}
.header .l .logo {
    width: 191px;
    height: 61px;
    position: relative;
    margin: 0 30px 0 0;
}
.header .l .logo:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 21px;
    background: #FFFFFF;
    opacity: 0.5;
    transition: 0.5s;
}
.header .l .logo img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 1s;
}
.header .l .logo img:nth-child(2) {
    opacity: 0;
}
.header .l .code {
    transition: 0.6s;
}
.header .l .code span {
    color: #fff;
    font-size: 16px;
    transition: 1s;
    font-family: "PingFang Bold", sans-serif;
    font-weight: 400;
}
.header .l .code p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 2.5px;
    transition: 1s;
    font-family: "Arial",sans-serif!important;
    font-weight: 400;
}
.header .r {
    display: flex;
    align-items: center;
    position: relative;
}
.header .r .head_clone {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.7s cubic-bezier(0, 0.82, 0.34, 1.07);
}
.header .r .head_clone .joke {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.header .r .head_clone .joke:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: #E41937;
    border-radius: 50%;
    z-index: -1;
}
.header .r .head_clone .iconfont {
    color: #fff;
    font-size: 17px;
}
.header .r .language {
    transition: 1s;
    transition-delay: 0.6s;
}
.header .r .language img {
    transition: 0.7s;
    width: 36px;
}
.header .r .language .iconfont {
    font-size: 24px;
    color: #fff;
    transition: 0.7s;
}
.header .r .line {
    width: 1px;
    height: 9px;
    background: #D8D8D8;
    opacity: 0.5;
    margin: 0 15px;
    transition: 1s;
    transition-delay: 0.6s;
}
.header .r .menu {
    transition: 1s;
    transition-delay: 0.6s;
}
.header .r .menu .show {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.header .r .menu .show p {
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 8px 0 0;
    transition: 0.7s;
    position: relative;
    top: 2px;

}
.header .r .menu .show .flex {
    width: 14px;
    height: 14px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4px;
}
.header .r .menu .show .flex div {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    transition: 0.7s;
}
.header.on {
    background: #fff;
    height: 85px;
}
.header.on .l .logo:after {
    background: #000;
    opacity: 0.3;
}
.header.on .l .logo img:nth-child(1) {
    opacity: 0;
}
.header.on .l .logo img:nth-child(2) {
    opacity: 1;
}
.header.on .l .code span,
.header.on .l .code p {
    color: #5b5b5b;
}
.header.on .r .language img {
    filter: invert();
}
.header.on .r .line {
    background: rgba(216, 216, 216, 0.5);
}
.header.on .r .menu .show p {
    color: rgba(0, 0, 0, 0.6);
}
.header.on .r .menu .show .flex div {
    background: #666666;
}
.header.on .r .head_clone{
    top: 156%;
}
.header.half_on {
    background: transparent;
}
.header.half_on .l .logo:after {
    background: #000;
    opacity: 0.3;
}
.header.half_on .l .logo img:nth-child(1) {
    opacity: 0;
}
.header.half_on .l .logo img:nth-child(2) {
    opacity: 1;
}
.header.half_on .l .code span,
.header.half_on .l .code p {
    color: #5b5b5b;
}
.header.half_on .r .language img {
    filter: unset;
}
.header.half_on .r .line {
    background: #D8D8D8;
}
.header.half_on .r .menu .show p {
    color: #fff;
}
.header.half_on .r .menu .show .flex div {
    background: #fff;
}
body .header.click_on {
    background: transparent !important;
}
.header.click_on .l .logo img:nth-child(1) {
    opacity: 1 !important;
}
.header.click_on .l .logo img:nth-child(2) {
    opacity: 0 !important;
}
.header.click_on .l .logo:after {
    opacity: 0!important;
}

body .header.click_on .l .code span, body .header.click_on .l .code p{
    color: #fff!important;
}
/*.header.click_on .l .code {*/
/*    opacity: 0!important;*/
/*}*/
.header.click_on .r .line,
.header.click_on .r .language,
.header.click_on .r .menu {
    opacity: 0 !important;
    transform: translatey(-10px) !important;
    transition-delay: unset !important;
}
.header.click_on .r .head_clone {
    transform: translateY(-50%) scale(1) !important;
    transition-delay: 0.6s !important;
}
body#block .header {
    background: #fff;
    height: 85px;
}
body#block .header .l .logo:after {
    background: #000;
    opacity: 0.3;
}
body#block .header .l .logo img:nth-child(1) {
    opacity: 0;
}
body#block .header .l .logo img:nth-child(2) {
    opacity: 1;
}
body#block .header .l .code span,
body#block .header .l .code p {
    color: #5b5b5b;
}
body#block .header .r .language .iconfont {
    color: #000;
}
body#block .header .r .line {
    background: rgba(216, 216, 216, 0.5);
}
body#block .header .r .menu .show p {
    color: rgba(0, 0, 0, 0.6);
}
body#block .header .r .language img {
    filter: invert();
}
body#block .header .r .menu .show .flex div {
    background: #666666;
}
.menu_background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: 1s;
}
.menu_background .overlay-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block;
    opacity: 0;
    visibility: hidden;
}
.menu_background .overlay-nav .overlay-nav_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.menu_background .overlay-nav .overlay-nav_bg .overlay-nav_path {
    fill: #282828;
}
.menu_background .wrap {
    width: 100%;
    padding: 0 5%;
    display: flex;
    justify-content: center;
    position: relative;
    transition: 1s;
    opacity: 0;
    transform: translateY(10px);
}
.menu_background .wrap .item {
    text-align: center;
    min-width: 126px;
    height: fit-content;
    transition: 1s;
    cursor: pointer;
}
.menu_background .wrap .item:not(:last-child) {
    margin: 0 173px 0 0;
}
.menu_background .wrap .item > a {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    margin: 0 0 20px 0;
    transition: 0.6s;
}
.menu_background .wrap .item .leve a {
    font-size: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 50px;
    display: block;
    transition: 0.6s;
}
.menu_background .wrap .item a:hover {
    color: #E41937;
}
.menu_background .wrap .item.on {
    /*transform: translateY(-46px);*/
}
.menu_background .wrap .item.on .leve {
    display: block !important;
}
.menu_background.on {
    pointer-events: auto;
}
.menu_background.on .after {
    transform: scaleX(1) translateZ(0);
}
.menu_background.on .wrap {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
}
.public_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.public_pagination a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #292929;
    transition: 0.6s;
}
.public_pagination a:not(:last-child) {
    margin: 0 10px 0 0;
}
.public_pagination a.on,
.public_pagination a:hover {
    color: #fff;
    background: #E41937;
}
footer {
    background: #3A3A3A;
    position: relative;
}
footer .speed_joke {
    width: 100%;
    height: 100%;
    padding: 101px 0 37px 0;

}
footer .top {
    overflow: hidden;
    padding: 0 0 65px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .top .wrap {
    width: 1643px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
footer .top .wrap .l .headline {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 0 51px 0;
    display: none;
}
footer .top .wrap .l .swiper {
    width: 260px;
}
footer .top .wrap .l .swiper .swiper-slide .list {
    display: flex;
}
footer .top .wrap .l .swiper .swiper-slide .list p {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 200;
    line-height: 30px;
    margin: 0 15px 0 0;
}
footer .top .wrap .l .swiper-pagination {
    width: fit-content;
    position: static;
    display: flex;
    align-items: center;
    margin: 38px 0 52px 0;
}
footer .top .wrap .l .swiper-pagination span {
    width: 7px;
    height: 7px;
    margin: 0 20px 0 0;
    opacity: 1;
    position: relative;
    background: transparent;
    border-radius: 0;
}
footer .top .wrap .l .swiper-pagination span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.57142857);
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transition: 0.3s;
}
footer .top .wrap .l .swiper-pagination span:last-child {
    margin: 0;
}
footer .top .wrap .l .swiper-pagination span.swiper-pagination-bullet-active:after {
    background: #fff;
    transform: translate(-50%, -50%) scale(1);
}
footer .top .wrap .l .link {
    display: flex;
    align-items: center;
}
footer .top .wrap .l .link a{
    position: relative;
}
footer .top .wrap .l .link a .hide{
    width: 87px;
    left: 50%;
    transform: translateX(50px) translateY(-50%);
    opacity: 0;
    transition: 0.6s ease;
    top: 50%;
    z-index: 1;
    position: absolute;
    max-width: fit-content!important;
    max-height: fit-content!important;
    pointer-events: none;
}
footer .top .wrap .l .link a:hover .hide{
    opacity: 1;
    transform: translateX(30px) translateY(-50%);
    pointer-events: auto;
}
footer .top .wrap .l .link a:not(:last-child) {
    margin: 0 33px 0 0;
}
footer .top .wrap .l .link a .iconfont {
    color: #5e5e5e;
    font-size: 25px;
    transition: 0.7s;
}
footer .top .wrap .l .link a:nth-child(3) .iconfont,
footer .top .wrap .l .link a:nth-child(5) .iconfont {
    transform: scale(0.85);
}
footer .top .wrap .l .link a:hover .iconfont {
    color: #fff;
}
footer .top .wrap .r {
    display: flex;
}
footer .top .wrap .r .item {
    text-align: center;
}
footer .top .wrap .r .item:not(:last-child) {
    margin: 0 136px 0 0;
}
footer .top .wrap .r .item > a {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    margin: 0 0 23px 0;
}
footer .top .wrap .r .item .leve a {
    font-family: "PingFang-SC-Light", sans-serif;
    font-size: 16px;
    color: #a7a7a7;
    line-height: 35px;
    display: block;
}
footer .top .wrap .r .item a {
    transition: 0.6s;
}
footer .top .wrap .r .item a:hover {
    color: #E41937;
}
footer .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 48px 0 0 0;
}
footer .bottom .joke {
    width: 1643px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .bottom .joke p,
footer .bottom .joke a {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}
footer .bottom .joke a {
    transition: 0.6s;
}
footer .bottom .joke a:hover {
    color: #E41937;
}

footer .top .wrap .l .list.PE{
    display: none;
}
.header .r .head_clone .joke.PE{
    display: none;
}

@keyframes iconfont {
    0% {
        transform: translateX(-40%);
        opacity: 0;
    }
    30%,
    60% {
        transform: translateX(0);
        opacity: 1;
    }
    90%,
    100% {
        transform: translateX(50%);
        opacity: 0;
    }
}


.menu_background .wrap.PE{
    display: none;
}
/*# sourceMappingURL=style.css.map */
.public_banner .wrap .position::before{
    width: 100%;
    height: 90px;
    display: block;
    content: '';
    /* bottom: 0; */
    bottom: -15px;
    position: absolute;
    background-image: linear-gradient(to top,rgba(0,0,0,.5), transparent);;
}
.public_banner .wrap::after{
    width: 40%;
    height: 100%;
    display: block;
    content: '';
    bottom: 0;
    position: absolute;
    z-index: -1;
    background-image: linear-gradient(to right,rgba(0,0,0,.5), transparent);;
}
.public_banner .wrap .content .headline p{
    text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}

html[lang="en"] footer .top .wrap .r .item:not(:last-child){
    margin-right: 60px;
}

html[lang="en"] .menu_background .wrap.PC .item:not(:last-child){
    margin-right: 0;
}
html[lang="en"] .menu_background .wrap.PC{
    justify-content: space-between;
}
html[lang="en"] .menu_background .wrap.PC .item{
    position: relative;
}
html[lang="en"] .menu_background .wrap.PC .item .leve{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
html[lang="en"] .menu_background .wrap.PC .item .leve a{
    white-space: nowrap;
    font-size: 18px;
    line-height: 40px;
}
html[lang="en"] .menu_background .wrap.PC .item > a{
    font-size: 24px;
}
@media screen and (max-width: 1856px) {
    .public_banner .wrap .content{
        padding: 0 5%;
    }
    footer .top .wrap,
    footer .bottom .joke{
      width: 90%;
    }
    .public_banner .wrap .position a {
        font-size: 20px;
    }
    .public_banner .wrap .content .headline p {
        font-size: 56px;
    }
    .menu_background .wrap .item:not(:last-child){
        margin-right: 8.010416666vw;
    }
    .menu_background .wrap .item > a {
        font-size: 1.5625vw;
    }
    .menu_background .wrap .item .leve a{
        font-size: 1.14583333vw;
        line-height: 2.60416666vw;
    }
    footer .top .wrap .r .item:not(:last-child){
        margin-right: 7.08333333333333vw;
    }
    .public_banner{
        max-height: 100vh;
    }
    /* .public_banner .wrap .position { */
    .public_banner .wrap .position .list{
        height: 80px;
      }

    html[lang="en"] footer .top .wrap .r .item .leve a {
        font-size: 14px;
    }
    html[lang="en"] footer .top .wrap .r .item > a {
        font-size: 18px;
    }
}
@media screen and (max-width: 1700px) {
    .public_banner .wrap .content .headline p {
        font-size: 52px;
    }
    .header .l .logo {
        width: 150px;
        height: 48px;
    }
    
}
@media screen and (max-width: 1680px) {
    .public_banner .solution .red {
      padding: 0 120px;
    }
    .public_banner .solution .choose {
        padding: 0 40px 0 70px;
    }
    .public_banner .solution {
        height: 80px;
        bottom: -5px;
    }
    .public_banner .solution .choose .hide{
        top: 80px;
    }
    .public_banner .solution .red {
        padding: 0 100px;
    }
    html[lang="en"] footer .top .wrap .r .item:not(:last-child) {
        margin-right: 50px;
    }
    html[lang="en"] footer .top .wrap .r .item .leve a {
        font-size: 12px;
        line-height: 30px;
    }
    html[lang="en"] footer .top .wrap .r .item > a {
        font-size: 16px;
    }
    html[lang="en"] footer .top {
        padding-bottom: 50px;
    }
    html[lang="en"] footer .speed_joke {
        padding-top: 50px;
    }
}
@media screen and (max-width: 1600px) {
    .public_banner .wrap .content .headline p{
        font-size: 48px;
    }
    .public_banner .wrap .position a {
        font-size: 18px;
    }
    .public_banner .solution .choose .hide {
        width: 900px;
    }
    html[lang="en"] footer .top .wrap .r .item:not(:last-child) {
        margin-right: 40px;
    }
}
@media screen and (max-width: 1440px) {
    footer .top .wrap .r .item:not(:last-child) {
        margin-right: 6.083333vw;
    }
    footer .speed_joke {
        padding-bottom: 30px;
        padding-top: 70px;
    }
    footer .bottom{
        margin-top: 30px;
    }
    .menu_background .wrap .item:not(:last-child) {
        margin-right: 7.010417vw;
    }
    footer .top .wrap .r .item > a {
        font-size: 18px;
    }
    .menu_background .wrap .item > a {
        margin-bottom: 30px;
    }
    .header {
        height: 100px;
    }
    .header.on {
        height: 80px;
    }
    .public_banner .wrap .position a:not(:last-child) {
        margin: 0 160px 0 0;
    }


    html[lang="en"] footer .top .wrap .l .swiper .swiper-slide .list p {
        font-size: 12px;
    }
    html[lang="en"] footer .top .wrap .r .item:not(:last-child) {
        margin-right: 30px;
    }

    html[lang="en"] .menu_background .wrap.PC .item .leve a{
        font-size: 16px;
        line-height: 40px;
    }
    html[lang="en"] .menu_background .wrap.PC .item > a{
        font-size: 22px;
    }
}

@media screen and (max-width: 1280px) {
    footer .top .wrap .r .item:not(:last-child) {
        margin-right: 5.083333vw;
    }
    .menu_background .wrap .item:not(:last-child) {
        margin-right: 6.010417vw;
    }
    footer .top {
        padding-bottom: 40px;
    }
    .public_banner .solution .choose .hide .l {
        width: 250px;
        margin: 0px 70px 0 0;
    }
    .public_banner .solution .choose .hide .r {
        width: 420px;
        height: 300px;
    }
    .public_banner .solution .choose .hide {
        width: 770px;
    }


    html[lang="en"] .menu_background .wrap.PC .item .leve a{
        font-size: 14px;
        line-height: 30px;
    }
    html[lang="en"] .menu_background .wrap.PC .item > a{
        font-size: 20px;
    }
}
@media screen and (max-width: 1150px) {
    footer .top .wrap .r .item:not(:last-child) {
        margin-right: 4.083333vw;
    }
    .menu_background .wrap .item:not(:last-child) {
        margin-right: 5.010417vw;
    }
    .header .l .logo {
        width: 120px;
        height: 39px;
    }
    footer .top .wrap .l .swiper {
        width: 230px;
    }

    .public_banner .solution .choose .hide .l{
        margin-right: 30px;
    }
    .public_banner .solution .choose .hide .r {
        width: 360px;
        height: 220px;
    }
    .public_banner .solution .choose .hide {
        width: 680px;
    }
}
@media screen and (max-width: 1024px) {
    .public_banner .wrap .position{
        overflow: unset;
    }

    footer .bottom .joke .faif{
        display: none;
    }
    footer .bottom .joke a{
        display: block;
    }
    footer .top .wrap .l .link:last-child{
        display: none;
    }
     .header .l .code p {
        font-size: 12px !important;
    }
    
    *,body {
        font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif !important;
    }
    .header .r .line{
        display: none;
    }
    .header .r .language{
        display: none;
    }
    .menu_background .wrap.PC{
        display: none;
    }
    footer .top .wrap .r{
        display: none;
    }
    .public_banner .wrap .position a {
        font-size: 16px;
    }

    .public_banner .wrap .position{
        bottom: 20px;
    }
    .public_banner .wrap .position .list{
    /* .public_banner .wrap .position { */
        height: 60px;
    }
    .public_banner{
        height: 50vh;
        /* margin-top: 60px; */
    }
    .public_banner .wrap .content .headline p {
        font-size: 42px;
    }
    .public_banner .wrap .content{
        padding-left: 30px;
    }
    .header{
        height: 60px!important;
        padding: 0 30px;
        /* background-color: #fff; */
    }
    /* .header .l .logo img:nth-child(1){
        opacity: 0;
    }
    .header .l .logo img:nth-child(2){
        opacity: 1;
    } */
    /* .header .l .code span, .header .l .code p {
        color: #5b5b5b;
    } */
    .public_banner .wrap .content .headline .line {
        margin-right: 0;
    }
    .public_banner .wrap .position a:not(:last-child) {
        margin: 0 120px 0 0;
    }
    .header .r .language img {
        filter: invert();
    }
    /* .header .r .menu .show p {
        color: rgba(0, 0, 0, 0.6);
    }
    .header .r .menu .show .flex div{
        background: #666666;
    } */
    .header .l .code span, .header .l .code p{
        font-size: 14px;
    }
    .header.on .l .logo:after {
        background: #000;
        opacity: 0.3;
    }
    .public_banner .wrap .content{
        width: 100%;
        text-align: center;
    }
    .public_banner .wrap .content .headline{
        justify-content: center;
    }
    .public_banner .solution .choose .hide .r{
        display: none !important;
      }
      .public_banner .solution .choose .hide {
        width: 290px;
      }
      .public_banner .solution .choose .hide .l{
        margin-right: 0;
      }
      .public_banner .solution .choose .hide .l a {
        height: 48px;
        font-size: 14px;
      }
      footer .top .wrap .l .swiper .swiper-slide{
        display: flex;
      }
      footer .top .wrap .l .swiper{
        width: 100%;
      }
      footer .top .wrap .l{
        width: 100%;
      }
      footer .speed_joke{
        padding-top: 60px;
      }
      footer .top .wrap, footer .bottom .joke{
        width: 100%;
        padding: 0 30px;
      }
      footer .bottom {
        margin-top: 20px;
    }
    footer .speed_joke {
        padding-bottom: 20px;
    }
    footer .top .wrap .l .list.PE{
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    footer .top .wrap .l .list.PE .item .head a{
        color: #fff;
        height: 60px;
        line-height: 60px;
    }
    footer .top .wrap .l .list.PE .item .head{
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid hsla(0,0%,100%,.05);
    }
    footer .top .wrap .l .list.PE .item .head.active span{
        transform: rotate(90deg);
    }
    footer .top .wrap .l .list.PE .item .head span{
        color: #fff;
        transition: all 1s;
    }
    footer .top .wrap .l .list.PE .item .leve{
        display: none;
    }

    footer .top .wrap .l .swiper-pagination{
        display: none;
    }
    footer .top .wrap .l .swiper{
        margin-bottom: 40px;
    }
    .header .r .head_clone {
        right: -30px;
        width: 80px;
        height: 80px;
        top: 50% !important;
    }
    .header .r .head_clone .joke:after {
        width: 40px;
        height: 40px;
    }
    .header .r .head_clone .joke.PE{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header .r .head_clone .joke.PC{
        display: none;
    }
    .menu_background .wrap .item .head.active span{
        transform: rotate(90deg);
    }
    footer .top .wrap .l .list.PE .item .leve{

        border-bottom: 1px solid hsla(0,0%,100%,.05);
    }
    footer .top .wrap .l .list.PE .item .leve .ls{
        display: flex;
        flex-direction: column;
        padding: 12px 0 12px 10px;
    }
    footer .top .wrap .l .list.PE .item .leve a{
        color: rgba(255, 255, 255, 0.5);
        font-size: 14px;
        line-height: 2.2;
    }
    .menu_background .wrap.PE{
        display: flex;
        flex-direction: column;
        padding: 0 30px;
        margin-top: 100px;
        justify-content: space-between;
    }
    .menu_background .wrap .item:not(:last-child){
        margin-right: 0;
    }
    .menu_background .wrap.PE .leve{
        display: none;
        border-bottom: 1px solid hsla(0,0%,100%,.05);
    }
    .menu_background .wrap.PE .leve .list{
        padding: 12px 0 12px 10px;
    }
    .menu_background .wrap .item .head a{
        color: #fff;
        font-size: 16px;
        margin-bottom: 0;
    }
    .menu_background .wrap .item .head{
        height: 60px;
        line-height: 60px;
        text-align: left;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid hsla(0,0%,100%,.05);
    }
    .menu_background .wrap .item .head span{
        color: #fff;
        display: block;
        transition: all 1s;
    }
    .menu_background{
        align-items: start;
    }

    .menu_background .wrap .item .leve a{
        text-align: left;
        font-size: 14px;
        line-height: 2.2;
    }
    .menu_background .wrap .item{
        transform: translateY(20px);
        transition: all 1s;
        opacity: 0;
    }
    .menu_background.on .wrap .item{
        opacity: 1;
        transform: translateY(0);
    }
    .menu_background.on .wrap .item:nth-child(2){
        transition-delay: .3s;
    }
    .menu_background.on .wrap .item:nth-child(3){
        transition-delay: .6s;
    }
    .menu_background.on .wrap .item:nth-child(4){
        transition-delay: .9s;
    }
    .menu_background.on .wrap .item:nth-child(5){
        transition-delay: 1.2s;
    }
    .menu_background.on .wrap .item:nth-child(6){
        transition-delay: 1.5s;
    }
    .menu_background.on .wrap .item:nth-child(7){
        transition-delay: 1.8s;
    }
    body.active{
        overflow: hidden !important;
    }
    body#block .header{
        height: 80px;
    }
    html[lang="en"] .public_banner .wrap .position a:not(:last-child) {
        margin: 0 60px 0 0;
    }
}
@media screen and (max-width: 767px) {
    .public_banner .wrap .position a:not(:last-child) {
        margin: 0 60px 0 0;
    }

    html[lang="en"] .public_banner .wrap .position .scroll{
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    html[lang="en"] .public_banner .wrap .position .scroll .scroll-content{
        overflow: unset;
    }
    html[lang="en"] .public_banner .wrap .position .list{
        min-width: max-content;
    }
}

@media screen and (max-width: 540px) {
    .public_banner {
        height: 120vw;
    }
    .public_img {
        object-position: 20%;
    }
    .menu_background .wrap.PE{
        padding: 0 20px;
    }
    .header{
        padding: 0 20px;
    }
    .header .r .line{
        margin: 0 10px;
    }
    /* .public_banner {
        height: 70vh;
      } */

      .public_banner .wrap .content .headline p {
        font-size: 36px;
    }
    .public_banner .wrap .content {
        padding-left: 20px;
    }

    .header .l .logo {
        width: 100px;
        height: 32px;
    }
    .header .l .logo {
        margin-right: 20px;
    }
    .header .l .logo:after {
        right: -12px;
    }
    .public_pagination a {
        font-size: 14px;
        width: 32px;
        height: 32px;
      }
      .public_banner .solution .red {
        padding: 0 50px;
        font-size: 16px;
      }
      .public_banner .solution .choose {
        padding: 0 20px 0 50px;
    }
    .public_banner .solution .choose > p {
        margin-right: 40px;
        font-size: 16px;
    }
    .public_banner .solution{
        height: 60px;
        transform: translateY(100%);
        bottom: 0;
    }
    .public_banner .wrap .content{
        height: 60px;
      }
      .public_banner .solution .choose .hide {
        width: 210px;
    }
    .public_banner .solution .choose .hide {
        top: 60px;
    }
    footer .top .wrap, footer .bottom .joke{
        padding: 0 20px
    }
    footer .bottom .joke {
        flex-direction: column;
        align-items: start;
    }
    footer .display{
        margin-top: 10px;
    }
    .faif {
        width: 25px !important;
        height: 25px !important;
    }
    footer .top .wrap .l .swiper .swiper-slide{
        flex-direction: column;
    }
    footer .speed_joke{
        padding-top: 13.6vw;
    }
    footer .top .wrap .l .swiper {
        margin-bottom: 20px;
    }
    .public_banner .solution .choose .hide .l a {
        height: 40px;
        padding: 0 5px;
    }
    .public_banner .solution{
        transform: none;
    }
    html[lang="en"] .public_banner .solution .choose .hide .l a{
        font-size: 12px;
    }
    html[lang="en"] .public_banner .solution .choose .hide {
        padding: 15px;
    }
    html[lang="en"] .public_banner .wrap .position a {
        font-size: 14px;
    }
    html[lang="en"] .public_banner .wrap .position a:not(:last-child) {
        margin: 0 40px 0 0;
    }
}
@media screen and (max-width: 450px) {
    .public_banner .wrap .position a:not(:last-child) {
        margin: 0 40px 0 0;
    }
    footer .top .wrap .l .swiper .swiper-slide .list div{
        display: flex;
        flex-direction: column;
    }
    footer .bottom .joke p, footer .bottom .joke a {
        font-size: 12px;
    }
    html[lang="en"] .public_banner .solution .red {
        padding: 0 30px;
    }
    html[lang="en"] .public_banner .solution .choose {
        padding-left: 30px;
    }
}
@media screen and (max-width: 414px) {
    .public_banner .wrap .position a:not(:last-child) {
        margin: 0 20px 0 0;
    }
    .public_banner .wrap .content .headline p {
        font-size: 32px;
    }
    html[lang="en"] .public_banner .solution .choose > p {
        font-size: 14px;
        margin-right: 20px;
    }
    html[lang="en"] .public_banner .solution .choose .hide .l a .iconfont{
        display: none;
    }
}
@media screen and (max-width: 375px) {
    .public_banner .solution .choose {
        padding: 0 20px 0 30px;
    }
    .page .wrap .matter .headline {
        margin-bottom: 20px;
    }
    .public_banner .solution .choose .hide {
        width: 172px;
    }

    html[lang="en"] .public_banner .solution .choose .hide {
        width: 200px;
    }
}