*{
   margin: 0;
   padding: 0;
   box-sizing: border-box; 
   font-family: PingFangSC-Regular;
}
blockquote,
button, 
dd, dl, 
dt, 
fieldset,
form, 
h1, 
h2, 
h3, 
h4,
h5, 
h6, 
hr, 
input,
legend, 
li, 
ol,
p, 
pre,
td, 
textarea,
th, 
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    cursor: pointer;
    text-decoration: none;
}
.activeS{
    background: #FFFFFF;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
}


@media screen and (min-width:1200px){
    .containerS{
        width: 1196px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px){
    .containerS{
        width: 970px;
    }
}

@media screen and (min-width:768px) and (max-width:991px){
    .containerS{
        width: 750px;
    }
}
.containerS{
    margin: 0 auto;
}
.navS{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1000;
}
@media screen and (min-width:1200px){
    .navS{
        height: 80px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px){
    .navS{
        height: 65px;
    }
}

@media screen and (min-width:768px) and (max-width:991px){
    .navS{
        height: 50px;
    }
}
.navS .containerS{
    margin: 0 auto;
    position: relative;
    height: 100%;

}
.navSbar-brand{
    position: absolute;
    left: 0;
    top: 31%;
    z-index: 30;
}
.navSbar-brand img{
    width: 110px;
    height: 30px;
}
.navSbar-navS{
    position: absolute;
    right: 0;
    width: 49%;
    height: 100%;
 
}

.navSbar-navS ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navSbar-navS li{
    color: #989FB3;
    font-size: 14px;
    font-weight: 500;
    line-height: 5.5em;
    position: relative;
}
@media screen and (min-width:1200px){
    .navSbar-navS li{
        line-height: 80px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px){
    .navSbar-navS li{
        line-height: 65px;
    }
}

@media screen and (min-width:768px) and (max-width:991px){
    .navSbar-navS li{
        line-height: 50px;
    }
}

.navSbar-navS .index{
    margin-right: 15px;
}
.navSbar-navS li a{
    /* padding: 0 1em; */
    color: #FFFFFF;
    font-weight: normal;
    display: block;

}
.activeS li a{
    color: #1B2133;
 }
.navSbar-navS .headerOn a{
    /* color: #2E5FE5; */
    font-weight: 900;
}
.activeS .headerOn a{
    color: #2E5FE5;
 }


