* {
    padding: 0;
    margin: 0;
   
}

html{
    background-color: #fff;
}
body{
    background-color: #fff;
}
@font-face {
    font-family: "NotoSansSCMedium";
    src: url("./NotoSansSC-Medium.otf");
    font-weight: normal;
     
}
@font-face {
    font-family: "NotoSansSCLight";
    src: url("./NotoSansSC-Light.otf");
    font-weight: normal;
}

ul { 
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
}

p {
    cursor: default;
}

#header{
    width: 100%;
    height: .8rem;
    box-sizing: border-box;
    padding:0  .62rem ;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(249,247,250,.7);
    z-index: 100;
}
header{
    width: 100%;
    height: 100%;
}
.nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.logo{
    width: 1.62rem;
    display: block;
}
.logo img{
    width: 100%;
    display: block;
    cursor: pointer;
}
.nav-bar{
    width: 7rem;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
}
.nav-bar li{
    font-size: .18rem;
    color: #000000;
    box-sizing: border-box;
    padding-top: .28rem;
    height: 100%;
}
.nav-bar li p{
    cursor: pointer;
}
.nav-bar .active-li{
    border-bottom: 0.06rem solid #285990;
    color: #285990;
}
.active-li p{
    font-weight: bold;
}
.nav-bar li:hover{
    color: #285990;
}
.footer{
    background-color: #000;
    height: 2.38rem;
    width: 100%;
    padding: .48rem 0 .55rem;
    box-sizing: border-box;
    position: relative;
}
.contactUsTitle{
    display: flex;
    justify-content: flex-start;
    align-items:center;
    margin-bottom: .2rem;
}
.contactUsTitle img{
    width: .27rem;
    display: block;
    margin-right: .05rem;
}
.contactUsTitle p{
    font-size: .24rem;
    color: #ffffff;
}
.contactUs div{
    font-size: .16rem;
    color: #ffffff;
    line-height: .3rem;
}
.footerPos{
    position: relative;
}
.footerIconBox{
    position: absolute;
    left: 8.68rem;
    top:0rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footerIcon{
    width: .4rem;
    height: .4rem;
    position: relative;
    margin-right: .5rem;
}
.footerIconImg{
    width: 100%;
    display: block;
}
.footerIconImg2{
    width: 100%;
    display: none;
}
.codeImg{
    position: absolute;
    top: -1.72rem;
    left: -.55rem;
    width: 1.46rem;
    display: none;
}
.footerText{
    position: absolute;
    right: 0;
    top: 1.05rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 8.05rem;
}

.footerText p{
    font-size: .22rem;
    color: #aaaaaa;
    border-bottom: .02rem solid rgba(0, 0, 0, 0);
    text-align: center;
    cursor: pointer;
}
.footerText p:hover{
    color: #fff;
    font-weight: bold;
    border-bottom: .02rem solid #fff;
}
.backTop{
    position: absolute;
    right: .62rem;
    bottom: 1.5rem;
    width: .39rem;
    cursor: pointer;
}

.centers1300{
    width: 13rem;
    margin: 0 auto;
}

.centers{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.fulls{
    width: 100%;
    display: block;
}
.minWidth{
    min-width: 13rem;
}

#videoPlayBox{
    width: 100%;
    height:100%;
    position: fixed;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}
.videoPlayBox{
    width: 13rem;
    display: flex;
    justify-content: flex-end;
    align-content: flex-start;
    flex-wrap: wrap;
}
.closeVideoBtn{
    width: .63rem;
    margin-bottom: .2rem;
    cursor: pointer;
    opacity: .8;
}
.videoBox{
    width: 13rem;
}
.playBtn{
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    position: absolute;
    left: calc(50% - 1.085rem);
    top: calc(50% - 1.085rem);
    display: none;
}
.topPoster{
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}