* {
    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", sans-serif !important;
}

@font-face {
    font-family: HarmonyOS Sans SC b;
    src: url("../../HarmonyOS_Sans_SC_Bold.ttf");
}
@font-face {
    font-family: HarmonyOS Sans SC r;
    src: url("../../HarmonyOS_Sans_SC_Regular.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;
}
.flex {
    display: flex;
}
/**/
header {
    width: 100%;
    height: 110px;
    position: fixed;
    z-index: 19991209;
    background: #ffffff;
}

header:before {
    content: "";
    width: 100%;
    height: 4px;
    background: #1264AC;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    z-index: 3;
    pointer-events: none;
}
header .header {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    position: relative;

}
header .header:after {
    content: "";
    width: 0px;
    height: 4px;
    background: #CA0000;
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: 0.6s;
    z-index: 10;
    pointer-events: none;
}
header .header .logo img {
    width: 187px;
}
header .header:before {
    content: "";
    width: 0px;
    height: 4px;
    background: #CA0000;
    position: absolute;
    bottom: -4px;
    right: 0;
    transition: 0.6s;
    z-index: 10;
    pointer-events: none;
}
header .header.header_load:before,header .header.header_load:after {
    width: 380px;
}
header .header>ul {
    display: flex;
    align-items: center;
}
header .header>ul>li>a {
    font-size: 20px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: #333333;
    transition: 0.6s;
    font-weight: bold !important;
}
header .header ul li:not(:nth-last-child(1)) {
    margin-right: 75px;
}
header .header ul li a:hover,header .header ul li a.on {
    color: #CA0000;
}
.section {
    position: relative;
}
.section .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.section .bg img {
    display: block;
    width: 100%;
    height: 100%;
}
.footer {
    background: #333333;
    padding: 40px 0;
}
.footer .joke {
    width: 75vw;
    margin: auto;
}
.footer .joke .footer_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .joke .footer_top .htmlLink {
    display: flex;
    align-items: center;
}
.footer .joke .footer_top .htmlLink a {
    display: block;
    font-size: 16px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    line-height: 26px;
    transition: 0.6s;
}
.footer .joke .footer_top .htmlLink span {
    display: block;
    font-size: 16px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    line-height: 26px;
    margin: 0 10px;
}
.footer .joke .footer_top .htmlLink a:hover {
    color: #CA0000;
}
.footer .joke .footer_top .frLink {
    display: flex;
    align-items: center;
}
.footer .joke .footer_top .frLink p,.footer .joke .footer_top .frLink a{
    font-size: 16px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    line-height: 26px;
}
.footer .joke .footer_top .frLink a {
    display: block;
    margin-right: 15px;
    transition: 0.6s;
}
.footer .joke .footer_top .frLink a:hover {
    color: #CA0000;
}
.footer .joke .footer_bottom {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.footer .joke .footer_top .footer_bottom p {
    font-size: 16px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 26px;
}
.footer .joke .footer_bottom a,.footer .joke .footer_bottom p {
    font-size: 16px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 26px;
}
.footer .joke .footer_bottom a {
    display: block;
    margin-left: 20px;
    transition: 0.6s;
}
.footer .joke .footer_bottom a:hover {
    color: #CA0000;
}
.header  .nav > li .hide {
    position: absolute;
    width: 100%;
    overflow: hidden;
    background: #fff;
    left: 0;
    top: 110px;
    height: 870px !important;
    z-index: -1;
    display: flex;
    /* justify-content: center; */
    box-shadow: 0 7px 32px -12px rgb(192 196 204 / 72%);
    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);
    justify-content: flex-end;
}
.header  .nav .nav_products:hover .hide {
    transform: scaleY(1);
    opacity: 1;
}
.header  .nav > li .hide .content {
    width: 87.5vw;
}
.header  .nav > li .hide .content ul {
    border-right: 1px solid  #E6E6E6;
    height: 100%;
    padding: 19px 0 0;
}
.header .nav > li .hide .content ul li {
    width: 330px;
    margin: 0 25px;
    height: 60px;
    font-size: 14px;
    font-family: ITCAvantGardeStd;
    font-weight: normal;
    color: #FFFFFF;
    transition: 0.6s;
    border-right: 1px solid transparent;

}
.header  .nav > li .hide .content ul > li > ul {
    position: absolute;
    top: 0;
    left: 100%;
}
.header  .nav > li .hide .content > ul {
    position: relative;
    width: fit-content;
    height: 100%;
    display: block;
}
.header  .nav > li .hide .content ul li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 60px;
    transition: 0.6s;
    padding: 0 12px;
    position: relative;
}
.header  .nav > li .hide .content ul li a .iconfont {
    transition: 0.6s;
}
.header  .nav > li .hide .content>ul>li>a .iconfont {
    font-size: 24px;
    color: rgba(18, 100, 172, 1);
    transition: 0.6s;
}
.header  .nav > li .hide .content ul li:hover>a {
    background: #F5F5F5;
}
.header  .nav > li .hide .content>ul > li a:after {
    content: "";
    width: 0;
    display: block;
    height: 2px;
    background: #1264AC;
    position: absolute;
    bottom: 0;
    left: 0px;
    transition: 1s;
}

.header  .nav > li .hide .content ul  li:hover>a:after {
    width: 100%;
}

.header  .nav > li .hide .content ul  li>a:hover {
    color: #1264AC;
}
.header  .nav > li .hide .content ul  li:hover>.iconfont {
    color: #1264AC;
}
.header .nav > li .hide .content ul > li > ul>li>ul {

    background: #F5F5F5;
}
.banner {
    margin-top: 112px;
    overflow: hidden;
    position: relative;
}
.banner img {
    width: 100%;
}
.banner h1 {
    font-size: 70px;
    font-family: HarmonyOS Sans SC b;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 120px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}
.banner h1 div {
    opacity: 0;
    transform: translateX(-20px);
}
.banner h1.active div {
    opacity: 1;
    transform: translateX(0px);
    transition: 1s;
}
.bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.bg img {
    display: block;
    width: 100%;
    height: 100%;
}
.secondary {
    position: absolute;
    bottom: 0;
    left: 120px;
    display: flex;
    padding: 30px 40px 10px 60px;

}
.secondary:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(72deg, #E60012, #07459C);
    transform: skew(-28deg);
    border-radius: 10px 10px 0 0 ;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.secondary:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    transform: skew(-28deg);
    border-radius: 10px 10px 0 0 ;
    position: absolute;
    top: 6px;
    left: 4px;
    z-index: 2;
}
.secondary a {
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 3;
    font-size: 22px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: #999999;
    transform-origin: center bottom;
    transition: 0.6s;
}
.secondary span {
    z-index: 3;
    position: relative;
    font-size: 22px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: #999999;
    display: block;
    margin: 0 25px;
}
.secondary a:hover {
    transform: scale(1.2);
    color: #000000;
}
html[lang='en'] .secondary a:hover {
    transform: scale(1);
}
.secondary a.on {
    transform: scale(1.2);
    color: #000000;
}
.page {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    transition: 0.6s;
    border: 1px solid #CCCCCC;
    font-size: 20px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: #666666;
    margin-right: 19px;
}
.page a:nth-last-child(1) {
    transform: rotateY(180deg);
    margin-right: 0;
}
.page a:hover,.page a.on {
    color: #FFFFFF;
    background: #1264AC;
}
header .header .header_right {
    display: flex;
    align-items: center;
}
header .header .header_right>div {
    display: flex;
    align-items: center;
    cursor: pointer;
}
header .header .header_right .lan {
    border-right: 1px solid #E6E6E6;
    padding-right: 15px;
    margin-right: 19px;
}
header .header .header_right .lan p {
    font-size: 18px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: #666666;
    margin: 0 8px 0 8px;
    transition: 0.6s;
}
header .header .header_right .lan .iconfont {
    font-size: 18px;
    font-weight: 700;
    transition: 0.6s;
}
header .header .header_right .lan .iconfont:nth-last-child(1) {
    transform: rotate(90deg);
}
header .header .header_right .search p {
    font-size: 18px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: #666666;
    margin: 0 0px 0 6px;
    transition: 0.6s;
}
header .header .header_right .search .iconfont {
    font-size: 18px;
    font-weight: 700;
    transition: 0.6s;
}
header .header .header_right .lan:hover p,header .header .header_right .lan:hover .iconfont,header .header .header_right .search:hover .iconfont,header .header .header_right .search:hover p {
    color: #CA0000;
}
header .header ul li {
    line-height: 110px;
}
header .header ul li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header .nav > li .hide .content ul>li>ul>li>ul>li>a {
    position: relative;

}
.header .nav > li .hide .content ul>li>ul>li>ul>li>a:after {
    width: 100%;
    height: 1px;
    background: #E6E6E6;
}
.header .nav > li .hide .content ul>li>ul>li>ul>li>a:hover {
    color: #CA0000;
}
.header .nav > li .hide .content ul>li>ul>li>ul>li>a:hover .iconfont {
    color: #CA0000;
}
.header .nav > li .hide .content ul>li>ul>li>ul>li>a .line {
    position: absolute;
    background: rgba(202, 0, 0, 1);
    transition: ease .2s;
    z-index: 5;
}

.header .nav > li .hide .content ul>li>ul>li>ul>li>a .l1, .header .nav > li .hide .content ul>li>ul>li>ul>li>a .l2 {
    left: 0;
    width: 0%;
    height: 1px;
    top: 0;
}
.header .nav > li .hide .content ul>li>ul>li>ul>li>a .l3, .header .nav > li .hide .content ul>li>ul>li>ul>li>a .l4 {
    position: absolute;
    width: 1px;
    height: 0%;
}
.header .nav > li .hide .content ul>li>ul>li>ul>li>a .l1 {
    transition-delay: 0.6s;
}
.header .nav > li .hide .content ul>li>ul>li>ul>li>a .l2 {
    right: 0;
    bottom: 0;
    left: unset;
    top: unset;
    transition-delay: 0.2s;
}
.header .nav > li .hide .content ul>li>ul>li>ul>li>a .l3 {
    right: 0;
    top: 0;
    transition-delay: 0.4s;
}
.header .nav > li .hide .content ul>li>ul>li>ul>li>a .l4 {
    left: 0;
    bottom: 0;
}
.header .nav > li .hide .content ul>li>ul>li>ul>li>a:hover .l1, .header .nav > li .hide .content ul>li>ul>li>ul>li>a:hover .l2 {
    width: 100%;
}
.header .nav > li .hide .content ul>li>ul>li>ul>li>a:hover .l3, .header .nav > li .hide .content ul>li>ul>li>ul>li>a:hover .l4 {
    height: 100%;
}
.header .nav > li .hide .content ul>li>ul>li>ul>li>a:hover .l1 {
    transition-delay: unset;
}
.header .nav > li .hide .content ul>li>ul>li>ul>li>a:hover .l2 {
    transition-delay: 0.4s;
}
.header .nav > li .hide .content ul>li>ul>li>ul>li>a:hover .l3 {
    transition-delay: 0.2s;
}
.header .nav > li .hide .content ul>li>ul>li>ul>li>a:hover .l4 {
    transition-delay: 0.6s;
}
.header .nav > li .hide .content ul li img {
    position: absolute;
    top: 29%;
    left: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.6s;
}

.header .nav > li .hide .content ul li:hover>img {
    opacity: 1;
}
.header_right .lan {
    position: relative;
    z-index: 9999;
}

.lanBox {
    position: absolute;
    width: 130px;
    padding-top: 50px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 999999;
    pointer-events: none;
}
.header_right .lan:hover .lanBox {
    pointer-events: auto;
}
header .header .header_right .lan:hover .iconfont:nth-last-child(2) {
    transform: rotate(90deg);
}
.header_right .lan:hover .lanBox .lan_joke {
    clip-path: inset(0% 0% -10% 0%);
    pointer-events: auto;
}
.lanBox a {
    display: block;
    line-height: 50px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: #666666;
    transition: 0.6s;
    background: #FFFFFF;
}
.lanBox .lan_joke {
    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;
}
.lanBox a:hover {
    background: #1264AC;
    color: #FFFFFF;
}
.searchBox {
    position: absolute;
    width: 100%;
    height: 270px;
    background: #FFFFFF;
    top: 114px;
    left: 0;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .8s cubic-bezier(0.82, -0.22, 0.15, 1.21);
    clip-path: inset(0% 0% 120% 0%);
    pointer-events: none;
}
.searchBox.search_active {
    clip-path: inset(0% 0% -10% 0%);
    pointer-events: auto;
}
.searchBox form {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 24px;
}
.searchBox form input {
    width: 820px;
    margin-right: 10px;
    border: none;
    font-size: 18px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #000000;
}
.searchBox form input::placeholder {
    font-size: 18px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #666666;
}
.searchBox form button {
    background: unset;
    font-size: 18px;
    color: #333333;
    transition: 0.6s;
}
.searchBox form button:hover {
    color: #CA0000;
}
.header .nav > li .hide.solution_hide {
    height: 120px!important;
}
.linkItem {
    width: 100% !important;
    display: flex;
    margin: 0px 0 0 !important;
    height: 120px;
    background: #F7F7F7;
    justify-content: center;
}
.linkItem .item {
    padding: 0 25px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}
.linkItem .item:not(:nth-last-child(1)) {
    /*margin-right: 45px;*/
}
.nav_products .linkItem .item p {
    line-height: 1.3;
    white-space: initial;
    font-size: 16px;
}
.nav .nav_products .linkItem .item p {
    font-weight: bold !important;
}
.nav_products .linkItem .item .iconfont img,.nav_products .linkItem .item .iconfont {
    line-height: 1;
}
.linkItem .item p {
    font-size: 18px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: #666666;
    transition: 0.6s;
    text-align: center;
    margin-top: 14px;
}
.linkItem .item .iconfont {
    width: 32px;
    height: 32px;
    position: relative;
    font-size: 32px;
    color: #666666;
    text-align: center;
    transition: 0.6s;
}
.linkItem .item:after{
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #CA0000, #1264AC);
    opacity: 0.1;
    transition: 0.6s;
}
.linkItem .item:hover:after,.linkItem .item.on:after {
    height: 100%;
}
.linkItem .item:before{
    content: "";
    width: 100%;
    height: 4px;
    background: #1264AC;
    position: absolute;
    bottom: 100%;
    left: 0;
    transition: 0.6s;

}
.linkItem .item:hover:before,.linkItem .item.on:before {
    bottom: 0;

}
.linkItem .item:hover p,.linkItem .item.on p {
    color: #CA0000;
}
.linkItem .item .iconfont img {
    transition: .6s;
}
.linkItem .item .iconfont img:nth-child(2) {
    opacity: 0;
}
.linkItem .item:hover .iconfont img:nth-child(1) ,.linkItem .item.on .iconfont img:nth-child(1)  {
    opacity: 0;
}
.linkItem .item:hover .iconfont img:nth-child(2) ,.linkItem .item.on .iconfont img:nth-child(2)  {
    opacity: 1;
}
.linkItem .item .iconfont img{
    filter: brightness(1) grayscale(10);
    opacity: 0.5!important;
    transition: 0.5s;
}
.linkItem .item:hover .iconfont img{
    opacity: 1!important;
    filter: unset;
}
.footer .joke .ewm {
    position: relative;
}
.footer .joke .ewm .iconfont {
    font-size: 24px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    cursor: pointer;
}
.footer .joke .ewm_box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 100px;
    top: 0px;
    padding-top: 30px;
    pointer-events: none;
    opacity: 0;
    transition: 0.6s;
}
.footer .joke .ewm:hover .ewm_box {
    opacity: 1;
}
.header .nav > li .hide .content ul li a p {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold!important;
}
.menu {
    display: none;
}
.ph_nav {
    display: none!important;
}
html[lang='en'] .footer .joke .footer_top .frLink {
    display: none;
}
.phone_lan,.phone_search {
    display: none;
}
@media screen and (max-width:1800px){
    header .header ul li:not(:nth-last-child(1)) {
        margin-right: 40px;
    }
    .footer .joke {
        width: 90vw;
    }
    .banner h1 {
        font-size: 60px;
    }
    html[lang='en'] header .header>ul>li>a {
        font-size: 18px;
    }
}
@media screen and (max-width:1600px){
    .banner h1 {
        font-size: 50px;
    }
    html[lang='en'] header .header>ul>li>a {
        font-size: 16px;
    }
    .header .nav > li .hide .content ul li {
        height: 50px;
    }
    .header .nav > li .hide .content ul li img {
        display: none;
    }
    .header .nav > li .hide {
        height: 550px !important;
    }
}
html[lang='en'] .secondary a.on {
    transform: scale(1);
}
@media screen and (max-width:1500px){
    header .header>ul>li>a {
        font-size: 16px;
    }
    header .header ul li {
        font-size: 30px;
    }
    header {
        height: 60px;
    }
    .searchBox {
        top: 62px;
        height: 200px;
    }
    header .header ul li {
        line-height: 80px;
    }
    .header .nav > li .hide {
        top: 60px;
    }
    .banner {
        margin-top: 62px;
    }
    header .header .header_right .lan p,header .header .header_right .search p {
        font-size: 16px;
    }
    header .header .logo {
        display: block;
        height: 60%;
    }
    header .header .logo img {
        width: auto;
        height: 100%;
    }
    html[lang='en'] header .header {
        padding: 0 40px;

    }
    .nav_products .linkItem .item p {
        font-size: 14px;
    }
}
@media screen and (max-width:1400px){
    .header .nav > li .hide .content ul li {
        height: 50px;
    }
    .header .nav > li .hide .content ul li a {
        font-size: 14px;
    }
    .header .nav > li .hide .content ul li {
        width: 300px;
    }
    .footer .joke .footer_top .htmlLink a,.footer .joke .footer_top .frLink p, .footer .joke .footer_top .frLink a,.footer .joke .footer_bottom a, .footer .joke .footer_bottom p {
        font-size: 14px;
    }
    .footer .joke .footer_bottom {
        margin-top: 5px;
    }
    .footer {
        padding: 25px 0;
    }
    .banner h1 {
        font-size: 40px;
        left: 5vw;
    }
    .secondary {
        left: 5vw;
        padding: 20px 40px 10px 40px;
    }
    .secondary a,.secondary span {
        font-size: 18px;
    }
    .secondary span {
        margin: 0 15px;
    }
    .footer .joke .ewm_box {
        width: 50px;
        height: 80px;
    }
    html[lang='en'] header .header>ul>li>a {
        font-size: 14px;
    }
}
@media screen and (max-width:1365px){

    header .header>ul>li>a {
        font-size: 18px;
    }
    header .header>ul>li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        border-bottom: 1px solid #cccccc;
    }
    .header .li-bot li {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        border: 1px solid rgba(0,0,0,0.1);
    }
    .header .li-bot li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header .li-bot li:nth-child(1) .iconfont {
        transform: rotate(180deg);
        width: fit-content;
    }
    header .header ul li a p,header .header ul li a {
        font-size: 18px;
        font-family: HarmonyOS Sans SC r;
        font-weight: 400;
        color: #333333;
        transition: 0.6s;
    }
    .header .li-bot {
        width: 100%;
        position: absolute;
        z-index: 10;
        left: 100%;
        top: 0;
        opacity: 0;
        transition: 0.65s;
        height: 100%;
        background: #ffffff;
    }
    .pc_nav {
        display: none!important;
    }
    .ph_nav {
        display: block!important;
    }
    header .header>ul,header .header .header_right,.searchBox {
        display: none;
    }
    .footer .joke .footer_top .htmlLink {
        display: none;
    }
    .footer .joke .footer_bottom {
        justify-content: center;
    }
    .footer .joke .ewm {
        display: none;
    }
    .footer .joke .footer_top {
        justify-content: center;
    }
    header .header {
        padding: 0 5vw;
    }
    .banner h1 {
        font-size: 30px;
    }
    .secondary {
        padding: 20px 20px 10px 20px;
    }
    .header .hearder_box>.menu {
        display: block!important;
        position: relative;
        left: 17px;
    }
    header .header .menu svg {
        stroke: #000000;
        width: 64px;
        height: 38px;
        stroke-width: 1px;
        stroke-linecap: round;
        stroke-linejoin: round;
        fill: none!important;
        display: block;
    }
    .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;
    }
    header .header>ul {
        width: 100%;
        position: fixed;
        height: 100vh;
        flex-direction: column;
        top: 62px;
        left: 0;
        display: block;
        background: #FFFFFF;
        opacity: 0;
        transition: 0.6s;
        pointer-events: none;
    }
    header .header>ul.active {
        opacity: 1;
        pointer-events: auto;
    }
    header .header ul li {
        line-height: unset;
    }
    header .header ul li:not(:nth-last-child(1)) {
        margin-right: 0;
    }
    header .header ul li {
        margin: 0;
        padding: 0 5vw;
    }
    .phone_lan,.phone_search {
        display: flex;
        align-items: center;
        position: relative;
        right: -20px;
        z-index: 30;
    }
    .phone_search {
        margin: 0 0 0 12px;
        font-size: 14px;
        color: #111111;
    }
    .phone_lan a {
        display: block;
        font-size: 14px;
        color: #111111;
    }
    .phone_lan a.on {
        color: #CA0000;
        font-weight: 700;
    }
    .phone_lan span {
        display: block;
        font-size: 14px;
        color: #111111;
        margin: 0 5px;
    }
    .hearder_box {
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width:768px){
    .load h1 {
        top: 50.3vw!important;
    }
    .footer .joke .footer_bottom {
        flex-direction: column;
    }
    .footer .joke .footer_top .htmlLink a, .footer .joke .footer_top .frLink p, .footer .joke .footer_top .frLink a, .footer .joke .footer_bottom a, .footer .joke .footer_bottom p {
        font-size: 12px;
    }
    .footer .joke .footer_top .frLink a {
        margin-right: 5px;
    }
    .footer {
        padding: 15px 0;
    }
    header {
        height: 60px;
    }
    .banner {
        margin-top: 62px;
        height: 40vh;
    }
    .banner img {
        height: 100%;
    }
    .page a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .secondary a, .secondary span {
        font-size: 14px;
    }
    .secondary a.on {
        transform: scale(1.1);
    }
}
