* {
    margin: 0;
    padding: 0;
}

/*@font-face {*/
/*    font-family: 'Bebas-Regular';*/
/*    src: url('./font/Bebas-Regular.otf'); */
/*}*/
/*@font-face {*/
/*    font-family: 'OPPOSans-R';*/
/*    src: url('./font/OPPOSans-R.ttf'); */
/*}*/
/*@font-face {*/
/*    font-family: 'OPPOSans-B';*/
/*    src: url('./font/OPPOSans-B.ttf'); */
/*}*/
/*@font-face {*/
/*    font-family: 'OPPOSans-H';*/
/*    src: url('./font/OPPOSans-H.ttf'); */
/*}*/
/*@font-face {*/
/*    font-family: 'OPPOSans-L';*/
/*    src: url('./font/OPPOSans-L.ttf'); */
/*}*/
/*@font-face {*/
/*    font-family: 'OPPOSans-M';*/
/*    src: url('./font/OPPOSans-M.ttf'); */
/*}*/
ul,
li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

body,
html {
    width: 100vw;
    position: relative;
    overflow-x: hidden;
    background-color: #fff;
}

@media screen and (min-width:1600px) {

    body,
    html {
        font-size: 20px;
    }
}

@media screen and (max-width:1600px) and (min-width:1400px) {

    body,
    html {
        font-size: 17px;
    }
}

@media screen and (max-width:1400px) and (min-width:1200px) {

    body,
    html {
        font-size: 14px;
    }
}

@media screen and (max-width:1200px) and (min-width:1000px) {

    body,
    html {
        font-size: 12px;
    }
}

@media screen and (max-width:1000px) and (min-width:750px) {

    body,
    html {
        font-size: 10px;
    }
}

header {
    width: 100vw;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: top 0.5s ease-in-out 0s;
}

header img.logomax {
    width: 12.76vw;
    margin: 1.25rem 2.08vw;
    display: block;
    cursor: pointer;
}

header img.logomin {
    cursor: pointer;
    display: none;
}

header img.navbtn {
    display: none;
}

header ul {
    font-size: 0.8rem;
    color: rgba(77, 77, 77, 0.67);
    letter-spacing: 0.1rem;
    margin-right: 6.41vw;
    font-family: OPPOSans-M;
    font-weight: 500;
}

header li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3.59vw;
}

header li.active {
    color: #e40032;
}


footer {
    width: 62.5vw;
    padding: 0 18.75vw;
    background-color: #000;
}
footer .pcshow{
    display: flex;
    flex: 1;
}
footer .pcshow .ul{
    flex: 1;
}
footer .top {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
}

footer .top h2 {
    font-size: 1.2rem;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.6;
    letter-spacing: 1px;
    margin: 2.8vw 0 1.6vw;
}

footer .top>div:first-child { 
    display: inline-flex;
    justify-content: flex-end;
    align-items: flex-start; 
}

footer .top>div:last-child { 
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}



footer .top ul li {
    display: flex;
    justify-content: flex-start; 
    align-items: flex-start;
    margin-right: 2vw;
    margin-bottom: .6rem;
}  
footer .top ul li .p span{
    white-space: nowrap;
    /* display: block; */
}
 footer .top ul li .p .t{
    flex: 1;
 }
footer .top ul li .p span:first-child{
    margin-right: 2vw;
}
footer .top ul li img {
    width: 1.25vw;
    height: 1.25vw;
    margin-right: 0.8vw; 
    transform: translateY(-50%);
    margin-top: 0.6rem;
} 
.wapshow{
    display: none !important;
}
footer .top ul li .p {
    font-size: 0.7rem;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.3rem;
    opacity: 0.6;
    letter-spacing: 0.5px;   
    display: flex;
    align-items: baseline;
}
footer .top ul li .p .hhbr{
    display: none;
}
footer .top .img {
    width: 5.94vw;
    height: 5.94vw;
    min-width: 100px;
    min-height: 100px;
    display: inline-block;
    margin: 2.8vw 0.3125vw 2vw 2vw;
    border: 1px solid #fff;
}


footer .top .img img {
    width: 100%;
    height: 100%;
    position: relative;
    top: -0.3125vw;
    left: 0.3125vw;
}

footer .top .img p {
    display: none;
}

footer .bottom {
    border-top: 1px solid rgba(253, 253, 253, 0.5);
    padding: 0.8rem 0;
    display: block;
    text-align: left;
    font-size: 0.6rem;
    letter-spacing: 1.5px;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.4;
}

/* 置顶 */
.totop {
    width: 3.65vw;
    height: 3.65vw;
    position: fixed;
    right: 2.08vw;
    bottom: 33.33vh;
    z-index: 99;
    display: none;
    cursor: pointer;
}

.totop img {
    width: 3.65vw;
    height: 3.65vw;
}

/* 大标题 */
.title {
    text-align: center;
    width: 100vw;
    padding: 7vw 0 0;
    position: relative;
    transition: all 1s 0s ease;
    opacity: 0;
    top: 5vw;
}

.title h1 {
    font-size: 4rem;
    font-family: Bebas-Regular;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 4.5vw;
    display: block;
    width: 100vw;
    text-align: center;
}

.title h1 img {
    width: 12.55vw;
    margin-top: 1vw;
}

.title h2 {
    font-size: 2rem;
    /* font-family: OPPOSans-B;  */
    color: #000000;
    font-weight: 500;
    letter-spacing: 5px;
}

/* 分页器 */
.pagenav {
    display: block;
    width: 100%;
    margin-top: 1.6vw;
    justify-content: normal;
}

.pagenav .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagenav .pagination li {
    min-width: 1.77vw;
    height: 1.77vw;
    line-height: 1.77vw;
    text-align: center;
    font-size: 0.7em;
    margin: 0 0.27vw;
    color: #6C6F72;
    border: 1px solid #CFD5DF;
    padding: 0 0.2vw;
    box-sizing: border-box;
}

.pagenav .pagination li a {
    display: block;
}

.pagenav .pagination li.active {
    color: #fff;
    border: 1px solid #222;
    background: #222;

}

.pagenav .pagination li img {
    width: 0.4vw;
    margin-top: 0.5rem;
}

.banner img {
    transform: scale(1.2);
}

.nav li {
    position: relative;
    line-height: 50px;
}

.nav li .sub {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.7);
    min-width: 120px;
    display: none;
}

.nav li .sub .v2 {
    padding: 15px 10px;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    color: #333;
}

.nav li .sub .v2.on,
.nav li .sub .v2:hover {
    background: #e40032;
    color: #fff;
}

@media only screen and (min-width: 750px) {
    .nav li {
        line-height: 1.5;
    }

    .nav {
        /* display: flex;
        align-items: flex-start; */
    }

    .nav li .sub {
        top: 100%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        background: rgba(255, 255, 255, 0.7);
        min-width: 6.25vw;
    }

    .nav li .sub .v2 {
        padding: 0.781vw 0.520vw;
        font-size: 0.729vw;
        line-height: 1.5;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
    }

    .nav li .sub .v2.on,
    .nav li .sub .v2:hover {
        background: #e40032;
    }
   
}

@media only screen and (max-width: 749px) {
    .nav li {
        position: relative;
        line-height: 1.5;
    }

    .nav li .sub {
        padding-top: 1rem;
        width: 100%;
        position: static;
        display: block;
        background: none;
        padding-left: 2em;
        font-size: 1.3rem;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .nav li .sub .v2 {
        position: relative;
        padding: 1.5rem 1rem;
        text-align: left;
    }

    .nav li .sub .v2:hover {
        background: none;
        color: #333;
    }

    .nav li .sub .v2::before {
        position: absolute;
        left: -6px;
        top: 47%;
        transform: translateY(-50%);
        content: '>';
        color: #666;
        display: block;
    }
    
}