/* 标签栏样式 */
/* header 区域 */
@font-face {
    font-family: "SourceHanSans"; /* 定义字体名 */
    src: url("SourceHanSansSC-Medium.otf"); /* 引入网络字体文件 */
}
@font-face {
    font-family: "SourceHanSansLight"; /* 定义字体名 */
    src: url("SourceHanSansSC-Light.otf"); /* 引入网络字体文件 */
}
header {
  position: fixed;
  width: 100%;
  height: 1.1rem;
  left: 0rem;
  top: 0rem;
  z-index: 30;
  background: #fff;
}

/* logo部分 */
.logo {
  float: left;
}

.img_logo {
  width: 2.2rem;
  height: 0.5rem;
  margin-top: 0.3rem;
}

/* nav部分 */
.nav {
    float: right;
    font-size: 0.2rem;
    font-family: SourceHanSans;
    font-weight: 500;
    position: relative;
    z-index: 20;
}

.nav .droplLi {
    position: relative;
    float: left;
    width: 1.5rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    color: #FFFFFF;
}
.nav .droplLiTwo {
    position: relative;
    float: left;
    width: 1.5rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #FFFFFF;
}
.droplLiTwo{
    width: 1.5rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #FFFFFF;
}

.nav .droplLi a {
    color: #000;
    padding: 0.3rem 0;
    text-decoration: none;
    font-size: 0.21rem;
}

.nav .droplLi:hover a {
    cursor: pointer;
    color: #0058F3;
}
.nav .droplLi img{
    display: none;
}
.nav .droplLi a{
    color: #000!important;
    font-size: 0.21rem;
}
.nav .activeUrl img {
    display: block;
}
.nav .activeUrl a {
    color: #0058F3!important;
    /* text-decoration: underline;
    font-size: 0.22rem; */
}

#dropDown .droplLi a{
    color: #FFFFFF;
    text-decoration: none;
}
#dropDown .droplLi:hover a{
    cursor: pointer;
    color: #0058F3;
}

.Inverted_triangle {
    position: absolute;
    top: 0rem;
    left: 43%;
    width: 0.1875rem;
    height: 0.125rem;
}
  
.drop{
    display: none;
}
.dropUl{
    width:1.575rem;
    height:0.55rem;
    border-top: 0.0125rem solid #0058F3;
}
.dropUl #downClick{
    width:1.575rem;
    height:0.6rem;
    line-height: 0.55rem;
    background-color:rgba(13, 39, 89, 0.5);
}
  
.nav .droplLi .headactive {
    display: none;
}