@font-face {
    font-family: Barlow;
    src: url("../fonts/Barlow-Regular.ttf");
}
@font-face {
    font-family: Source Han Sans CN;
    src: url("../fonts/ITCAvantGardeStd-BkCn.otf");
}
@font-face {
    font-family: Source Han Sans CN M;
    src: url("../fonts/SourceHanSansCN-Medium.otf");
}
@font-face {
    font-family: HarmonyOS_Sans_Regular;
    src: url("../fonts/HarmonyOS_Sans_Regular.ttf");
}
@font-face {
    font-family: SJxingkai-C-Regular;
    src: url("../fonts/1.ttf");
}
@font-face {
    font-family: SourceHanSansCN-Regular;
    src: url("https://www.sansg.com/fonts/SourceHanSansCN-Regular.otf");
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    font-family: SourceHanSansCN-Regular !important;
}

body {
    width: 100%;
    overflow-x: hidden;
    perspective: 2000px;
    transition: 0.6s;
    font-family: SourceHanSansCN-Regular !important;
}

body.active {
    background: #000;
}

*, *::after, *::before {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 0;
}

#my-scrollbar {
    height: 100vh;
}

.scrollbar-thumb {
    width: 5px !important;
}

.scrollbar-track-y {
    z-index: 9999 !important;
}

.scrollbar-track {
    background-color: transparent !important;
    right: 0 !important;
}

.scrollbar-track:hover {
    cursor: grab;
}

img {
    object-fit: cover;
    vertical-align: bottom;
}

textarea {
    resize: none;
    font-family: inherit;
}

button {
    border: none;
    cursor: pointer;
}

.header{
    width: 100%;
    height: 102px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 1s;

    /* background-color: #fff; */
}
.header .logo{
    position: relative;
    width: 145px;
    min-height: 47px;
    display: block;
}
.header .logo img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1s;
}
.header .logo img:nth-child(2){
    opacity: 0;
}
.header .other{
    display: flex;
    align-items: center;
}
.header .other nav {
    display: flex;
    align-items: center;
    /*居中*/
    justify-content: center;
    transition: 1s;
}
.header .other nav ul li > a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    transition: 1s;

    /* color: rgba(0, 0, 0, 1); */
}
.header .other nav ul {
    display: flex;
    align-items: center;
}
.header .other nav ul li:not(:last-child){
    margin: 0 70px 0 0;
}
/*.header .other nav a li{*/
/*    display: none;*/
/*    margin: 0 20px;*/
/*    transition: 1s;*/
/*}*/
.header .other nav ul li{
    position: relative;
    padding: 20px 0;
    cursor: pointer;
}
.header .other nav ul li .secondary{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 58px;
    width: 110px;
    padding: 20px 0;
    background-color: #000;
    border-radius: 8px;
    transition: 1s;
    opacity: 0;
    pointer-events: none;
    display: none;

}
.header .other nav ul li:hover .secondary{
    opacity: 1;
    pointer-events: auto;
}
.header .other nav ul li .secondary a{
    line-height: 35px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    display: block;
    color: rgba(255,255,255,0.5);
    text-align: center;
}

.header .other .menu{
    width: 34px;
    height: 34px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 1s;
}
.header .other .menu .joke div{
    width: 13px;
    height: 1px;
    background: #FFFFFF;
    transition: 0.6s;
}
.header .other .menu .joke div:nth-child(2n){
    width: 9px;
}
.header .other .menu .joke div:not(:last-child) {
    margin: 0 0 5px 0;
}

.header.menu_on{
    background: transparent!important;
}
.header.menu_on .other nav{
    transform: translateY(-15px);
    opacity: 0;
    pointer-events: none;
}
.header.menu_on .other .menu {
    border: 1px solid #fff !important;
}
.header.menu_on .other .menu .joke div {
    background: #fff !important;
}
.header.menu_on .logo img:nth-child(1) {
    opacity: 1 !important;
}
.header.menu_on .logo img:nth-child(2) {
    opacity: 0 !important;
}
.header.menu_on .other .menu .joke div:nth-child(2){
    transform: translateX(20px);
    opacity: 0;
}
.header.menu_on .other .menu .joke div:nth-child(1){
    transform: rotate(-45deg) translate(-4px,4px);
}

.header.menu_on .other .menu .joke div:nth-child(3){
    transform: rotate(45deg) translate(-4px,-4px);
}
.header.menu_on .other .menu .joke div:not(:nth-child(2)){
    width: 20px;
}

.header.on_active{
    background: #fff;
}
.header.on_active .logo img:nth-child(1){
    opacity: 0;
}
.header.on_active .logo img:nth-child(2){
    opacity: 1;
}
.header.on_active .other nav a{
    color: rgba(0, 0, 0, 1);
}
.header.on_active .other .menu{
    border: 1px solid #000;
}
.header.on_active .other .menu .joke div{
    background: #000;
}

.common_more{
    width: 120px;
    height: 41px;
    border: 1px solid #333333;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px 0 29px;
    position: relative;
}
.common_more p {
    font-size: 16px;
    font-family: Barlow;
    font-weight: 400;
    color: #333333;
}
.common_more .circle{
    width: 18px;
    height: 18px;
    background: #F6F6F6;
    border: 1px solid #000000;
    border-radius: 50%;
}

/* swiper */
.bezier .swiper-wrapper {
    transition-timing-function: cubic-bezier(.77, 0, .175, 1);
}

footer{
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,0.13);
    background: #fff;
}
footer .wrap{
    width: 1432px;
    margin: 62px auto 18px;
}
footer .wrap .hotline{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 0 72px 0;
}
footer .wrap .hotline p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    margin: 0 26px 0 0;
}
footer .wrap .hotline a{
    font-size: 30px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #666666;
    position: relative;
    top: 6px;
}
footer .wrap .content{
    display: flex;
    justify-content: space-between;
    margin: 0 0 101px 0;
}
footer .wrap .content .left{
    display: flex;
}
footer .wrap .content .left .picture{
    margin: 10px 59px 0 0;
}
footer .wrap .content .left .text{
    display: flex;
    grid-gap: 0 20px;
}
footer .wrap .content .left .picture > img{
    width: 183px;
}
footer .wrap .content .left .picture .color{
    width: 188px;
    height: 45px;
    background: #ECECEC;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .wrap .content .left .picture .color img{
    width: 78px;
}
footer .wrap .content .left .picture .color p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin: 0 0 0 9px;
}
footer .wrap .content .left .text p{
    font-size: 14px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #666666;
    line-height: 26px;
}
footer .wrap .content .code{
    text-align: center;
    display: none;
}
footer .wrap .content .code img{
    width: 100px;
}
footer .wrap .content .code p{
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
footer .wrap .link .images_icon{
    display: flex;
    align-items: center;
    margin: 0 0 24px 0;
}
footer .wrap .link .images_icon a:not(:last-child) {
    margin: 0 34px 0 0;
}
footer .wrap .link .images_icon a svg,footer .wrap .link .images_icon a svg path{
    fill: #fff;
    width: 20px;
}
footer .wrap .link .images_icon a:first-child svg,footer .wrap .link .images_icon a:nth-child(2) svg{
    transform: scale(1.3);
}
footer .wrap .link .images_icon a{
    background: #999999;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.6s;
}
footer .wrap .link .images_icon a > img{
    width: 35px;
}
footer .wrap .link .images_icon a:hover{
    background: #c19a63;
}
footer .wrap .link .images_icon a .hide{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -115px;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
}
footer .wrap .link .images_icon a:hover .hide{
    opacity: 1;
    pointer-events: auto;
}
footer .wrap .link > a{
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    display: block;
}
footer .wrap .link > a:not(:last-child) {
    margin: 0 0 20px 0;
}

/* menu_background */
.menu_background{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #929497;
    width: 100%;
    height: 100vh;
    display: none;
}
.menu_background .joke{
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.menu_background .joke ul:not(:last-child){
    margin: 0 248px 0 0;
}
.menu_background .joke ul > a{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    display: block;
}
.menu_background .joke ul .second{
    margin: 49px 0 0 0;
    text-align: center;
}
.menu_background .joke ul .second a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #DADADA;
    display: block;
    transition: 1s;
}
.menu_background .joke ul .second a:not(:last-child) {
    margin: 0 0 27px 0;
}
.menu_background .joke ul .second a:hover{
    color: #fff;
}

.common_paging{
    display: flex;
    align-items: center;
    margin: 17px 0 0 0;
}
.common_paging a{
    padding: 0 10px;
    height: 25px;
    border: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #787878;
    margin: 0 5px 0 0;
    transition: 0.7s;
}
.common_paging a.opacity{
    color: #E0E0E0;
}
.common_paging a.on,.common_paging a:hover{
    background: rgba(193, 154, 99, 1);
    color: #fff;
    border: 1px solid transparent;
}

.common_paging p{
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #787878;
}
.common_paging input{
    width: 50px;
    height: 25px;
    border: 1px solid #E0E0E0;
    padding: 0 0 0 5px;
}


.header .mobile_menu{
    display: none;
}


.mobile_background{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    transition: 1s;
    transform: translateY(-100%);
    background: #fff;
    display: none;
}

@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){

}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
	.header {
        height: 80px;
    }
}

@media screen and (max-width: 1600px){
	footer .wrap .content .left .text p {
        font-size: 12px;
    }
    footer .wrap{
        max-width: 90%;
    }
}

@media screen and (max-width: 1440px){
    /* .header .logo {
        width: 260px;
    } */
    
	footer .wrap {
        width: 90%;
    }
    footer .wrap .content .left .picture .color p {
        font-size: 14px;
    }
    footer .wrap .content .left .picture .color {
        width: 170px;
        height: 40px;
    }
    footer .wrap .link .images_icon a svg, footer .wrap .link .images_icon a svg path {
        width: 16px;
    }
    footer .wrap .link .images_icon a:not(:last-child) {
        margin: 0 25px 0 0;
    }
    footer .wrap .content .left .picture{
        margin-right: 30px;
    }
    footer .wrap .link .images_icon a {
        width: 36px;
        height: 36px;
    }
    footer .wrap .link .images_icon a > img {
        width: 30px;
    }
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}

@media screen and (max-width: 1024px){

    .header {
        padding: 0 30px;
    }
    /* .header .logo{
        width: 220px;
    } */
    .header .logo img{
        top: 50%;
        transform: translateY(-50%);
    }
    .header{
        background-color: #fff;
    }
    .header .other{
        display: none;
    }
    footer .wrap .content .left{
        flex-direction: column;
    }
    footer .wrap .content .left .text{
        margin-top: 30px;
    }
    footer .wrap {
        width: 100%;
        padding: 0 30px;
    }
    .headerlogo img:nth-child(1) {
        opacity: 0;
    }
    .header .logo img:nth-child(2){
        opacity: 1;
    }
    .header .mobile_menu{
        display: block;
        transform: scale(.4);
        transform-origin: right;
    }
    .mobile_menu .line {
        fill: none;
        stroke: rgba(0,0,0,0.5);
        stroke-width: 4;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }
    .mobile_menu .line.line1 {
        stroke-dasharray: 60 207;
    }
    .mobile_menu .line.line2 {
        stroke-dasharray: 60 60;
    }
    .mobile_menu .line.line3 {
        stroke-dasharray: 60 207;
    }
    .mobile_menu.opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
    }
    .mobile_menu.opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
    }
    .mobile_menu.opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
    }
    body{
        perspective: none;
    }
    .header {
        height: 60px;
    }

    .mobile_menu{
        display: block!important;
        transform: scale(0.35);
        transform-origin: right;
    }
    .mobile_menu .line {
        fill: none;
        stroke: rgba(0,0,0,0.5);
        stroke-width: 4;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }
    .mobile_menu .line.line1 {
        stroke-dasharray: 60 207;
    }
    .mobile_menu .line.line2 {
        stroke-dasharray: 60 60;
    }
    .mobile_menu .line.line3 {
        stroke-dasharray: 60 207;
    }
    .mobile_menu.opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
    }
    .mobile_menu.opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
    }
    .mobile_menu.opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
    }



    .mobile_background{
        display: block;
    }
    .mobile_background.active{
        transform: translateY(0);
    }
    .mobile_background.active .joke ul li{
        opacity: 1;
        transform: translateY(0);
    }
    .mobile_background.active .joke ul li:nth-last-child(1){
        transition-delay: .5s;
    }
    .mobile_background.active .joke ul li:nth-last-child(2){
        transition-delay: .7s;
    }
    .mobile_background.active .joke ul li:nth-last-child(3){
        transition-delay: .9s;
    }
    .mobile_background.active .joke ul li:nth-last-child(4){
        transition-delay: 1.1s;
    }
    .mobile_background.active .joke ul li:nth-last-child(5){
        transition-delay: 1.3s;
    }
    .mobile_background.active .joke ul li:nth-last-child(6){
        transition-delay: 1.5s;
    }
    .mobile_background.active .joke ul li:nth-last-child(7){
        transition-delay: 1.7s;
    }

    .mobile_background .joke{
        position: relative;
        margin: 80px 0 0 0;
        height: 85vh;
        overflow: scroll;
    }

    .mobile_background .joke ul li{
        border-bottom: 1px solid rgba(0, 0, 0, 0.09);
        text-align: left;
        width: 90%;
        opacity: 0;
        transition: all 1s;
        margin: auto;
        transform: translateY(-20px);
    }

    .mobile_background .joke ul li > a{
        width: fit-content;
    }
    .mobile_background .joke ul li > a,.mobile_background .joke ul li .headline{
        padding: 20px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        color: #333;
        margin: 0!important;
        font-family: Roboto;
        font-weight: 400;
        font-family: "PingFang SC r", sans-serif;
    }

    .mobile_background .joke ul li .headline .icon_click{
        width: 50px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
        position: relative;
        left: 4px;
    }
    .mobile_background .joke ul li .headline .icon_click svg{
        width: 14px;
        height: 14px;
        fill: #000;
    }
    .mobile_background .joke ul li.on .headline .icon_click{
        transform: rotate(90deg);
    }

    .mobile_background .joke ul li .headline a{
        font-size: 14px;
        color: #333;
        font-weight: 400;
        font-family: "PingFang SC r", sans-serif;
        margin: 0!important;
    }
    .mobile_background .joke ul li > a.on{
        color: #EC6816 ;
    }
    .mobile_background .joke ul li > a .iconfont{
        color: #333;
        font-size: 16px;
        transition: 0.6s;
    }
    .mobile_background .joke ul li.on > a .iconfont{
        transform: rotate(90deg);
    }
    .mobile_background .joke ul li .hidden{
        overflow: hidden;
        display: none;
    }

    .mobile_background .joke ul li:not(.mobile_products) .hidden div a{
        font-size: 12px;
        color: #000;
        opacity: 0.5;
        font-family: Roboto;
        font-weight: 400;
    }
    .mobile_background .joke ul li .hidden div{
        margin: -7px 0 12px 0;
    }
    .mobile_background .joke ul li .hidden .list a{
        display: block;
        font-size: 12px;
        color: #000;
        opacity: 0.5;
        line-height: 10px;
        font-family: Roboto;
        font-weight: 400;
    }

    .mobile_background .joke ul li .hidden .list{
        display: flex;
        align-items: center;
        line-height: 32px;
    }
    .mobile_background .joke ul li.mobile_products .hidden .list{
        line-height: 60px;
    }
    .mobile_background .joke ul li .hidden .list p{
        font-size: 13px;
        color: #000;
        opacity: 0.5;
        font-family: Roboto;
        font-weight: 400;
    }
    .mobile_background .joke ul li .hidden div img{
        width: 43px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 27px 0 0;
        object-fit: contain;
    }

    footer .wrap{
        max-width: 100%;
    }
    footer .wrap .content{
        flex-direction: column;
    }
    footer .wrap .content .left{
        margin-bottom: 30px;
    }
}




@media screen and (max-width: 820px){

    footer .wrap .content .left .scroll{
        overflow-x: scroll;
    }
    footer .wrap .content .left .text{
        width: 700px;
    }

/* }


@media screen and (max-width: 768px){ */
	footer .wrap .content{
        flex-direction: column;
        margin-bottom: 30px;
    }
    footer .wrap .content .left .picture{
        margin-right: 0;
        display: flex;
        justify-content: center;
    }
    footer .wrap .content .left .text p{
        text-align: center;
    }
    footer .wrap .content .left .text{
        margin: 30px 0;
    }
    footer .wrap .content .link{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer .wrap .hotline{
        margin-bottom: 30px;
    }
    footer .wrap{
        margin-top: 40px;
    }
}


@media screen and (max-width: 540px){
	footer .wrap .hotline a {
        font-size: 24px;
        top: 0;
    }
    footer .wrap .hotline p {
        margin-right: 10px;
    }
    footer .wrap .link > a:not(:last-child) {
        margin: 0 0 10px 0;
    }
    footer .wrap .content .left .text {
        margin: 20px 0;
    }
    footer .wrap {
        padding: 0 20px;
        margin-top: 20px;
    }
    footer .wrap .content .left .picture .color img {
        width: 60px;
    }
    footer .wrap .content .left .picture .color {
        width: 160px;
        height: 40px;
    }
    footer .wrap .hotline{
        align-items: center;
    }
    footer .wrap .content{
        margin-bottom: 0;
    }
    .header {
        padding: 0 20px;
    }
    .header .logo {
        width: 160px;
    }
}


@media screen and (max-width: 414px){
    footer .wrap .hotline a {
        font-size: 20px;
    }
    footer .wrap .hotline {
        margin-bottom: 10px;
    }
    footer .wrap .link .images_icon a:not(:last-child) {
        margin: 0 20px 0 0;
    }
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 