body{
        max-width: 750px;
    margin: 0 auto;
}
img{
        aspect-ratio: 16 / 9 !important;
        max-width:100%;

    border-radius:6px;

}
@font-face {
  font-family: "FBD";
  src: 
    /*url(".FZCYSK.woff2") format("woff2"),*/
    url("SourceHanSerifCN-Bold.otf");

}
@font-face {
  font-family: "ABC";
  src: url("SourceHanSerifCN-SemiBold.otf");

}

@font-face {
  font-family: "Source Han Serif CN";
  src: 
    /*url(".FZCYSK.woff2") format("woff2"),*/
    url("SourceHanSerifCN-SemiBold.otf") format("opentype");

}

@font-face {
  font-family: "SourceHanSerifCN-Medium";
  src: 
    /*url(".FZCYSK.woff2") format("woff2"),*/
    url("SourceHanSerifCN-Medium.otf") format("opentype");

}

@font-face {
  font-family: "SourceHanSerifCN-Regular";
  src: url("SourceHanSerifCN-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


.header {
    width: 100%;
    height: 69px;
    background: #C81D14;
    border-radius: 0px 0px 0px 0px;
    padding: 13px 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.header .logo {
    width: 117px;
    height: 44px;
}

.header .logo img {
    width: 100%;
    height: 100%;
}

.header .headzj {
    display: flex;
}

.header .headzj .zjbox {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 16px;
}

.header .headzj .zjbox img {
    width: 25px;
    height: 25px;
}

.header .headzj .zjbox span {
    margin-top: 2px;
    width: 24px;
    height: 12px;
    font-family: FZYaSongS-B-GB;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 12px;
    font-style: normal;
    text-transform: none;
        text-align: center;
}

.nav {
    width: 100%;
    height: 56px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 15px 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    overflow-x: auto;
}

.nav .nava {
    font-family: ABC;
    font-weight: 400;
    font-size: 16px;
    color: #C81D14;
    font-style: normal;
    text-transform: none;
    padding: 6px 15px 6px;
    white-space: nowrap;
}

.nav .active {
    background: #C81D14;
    border-radius: 0px 0px 0px 0px;
    color: #fff;
}

.footer {
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
    background: #DA261D;
}

.footer .footernav {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 15px;
}

.footer .footernav a {
    height: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.footer .footernav span {
    margin: 0 8px;
    height: 15px;
    overflow: hidden;
}

.footer .footerinfo {
    width: 100%;
}

.footer .footerinfo p {
    width: 100%;
    margin-bottom: 15px;
    font-family: SourceHanSerifCN-Medium, SourceHanSerifCN-Medium;
    font-weight: normal;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
}

.footer .footerinfo p a {
    display: inline-block;
}

.footer .footerinfo p:last-child {
    margin-bottom: 0;
}