header {
  width: 100%;
  height: 1.2rem;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
}

.headBox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.6rem;
}

.headLogo {
  width: 3.94rem;
  padding-top: 0.22rem;
}

.headLogo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.headR {
  height: 100%;
}

.headtop {
  display: flex;
  align-items: center;
  padding-top: 0.15rem;
  padding-bottom: 0.1rem;
  padding-right: 1.6rem;
  flex-direction: row-reverse;
}

.headtopone {
  margin-left: 0.34rem;
  width: 2.71rem;
  height: 0.45rem;
}

.headtoptwo{
  width: 2.41rem;
  height: 0.45rem;

}

.headbottom {
  display: flex;
  align-items: center;
  padding: 0.13rem 1.79rem 0.13rem 0;
  /* background-color: #0B4DB2; */
  background-image: url(../img/header/background.png);
  background-repeat: no-repeat;
  background-size: cover;
}


.headNav {
  /* xiu */
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: .55rem;
  position: relative;
  white-space: nowrap;
}

.headNav:hover::after,
.headNav.header-active::after {
  width: 100%;
}

.headNav .navOne {
  /* xiu */
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;

}

.headNav:hover .navOne,
.headNav.header-active .navOne {
  font-weight: bold;
  font-size: 0.18rem;
  color: #FFFFFF;
}

.navTwoBox {
  /* xiu */
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 1.2rem;
  height: 3.2rem;
  z-index: 10;
  display: none;
  width: 14rem;
  box-sizing: border-box;
}

.navTwoBC {
  width: 14rem;
  height: 100%;
}

.navTwoBCBox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  height: 100%;
}

.navtwoLife {
  /* xiu */
  background: rgba(254, 254, 254, 1);
  height: 100%;
  padding: 0.55rem 0.55rem 0.55rem 0.64rem;
  box-sizing: border-box;
}

.navtwoRight {
  background-color: rgba(242, 247, 255, 0.95);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 0.4rem;
  padding-left: 0.88rem;
  box-sizing: border-box;
}

.navtwoRightA{
  padding-left:0.6rem;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-content:flex-start;
}

.smallone {
  margin-right: 1rem;
}

.smallTitle {
  display: flex;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #232323;
  margin-bottom: 0.3rem;
}

/* .slist {
  margin-top: 0.2rem;
} */

.slistNava {
  display: block;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  margin-bottom: 0.1rem;
}

.navTwoTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  margin-bottom: .3rem;
  font-weight: bold;
  font-size: 0.24rem;
  /* color: #0B4DB2; */
  color: #666666;
}

/* .slistNav:hover .slistNava,
.slistNav.header-active .slistNava {
  color: #0B4DB2 !important;
} */

.slistNava:hover{
  color: #0B4DB2
}

.navTwoimg {
  width: 2.2rem;
  height: 1.2rem;
}

.navtwoRighttwo {
  display: flex;
  align-items: center;
  align-content:flex-start;
  flex-wrap: wrap;
  background-color: rgba(242, 247, 255, 0.95);
  width: 100%;
  height: 100%;
  padding-top: 0.4rem;
  padding-left: 0.6rem;
  box-sizing:border-box;
}


.smalltwo {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #232323;
  width: 2rem;
  margin-right: 0.5rem;
  padding-bottom: 0.15rem;
  border-bottom: 0.01rem solid #DEDEDE;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.smalltwo:last-child {
  margin-right: 0;
}

.lang {

  margin-left: .26rem;
}

.search {
  margin-left: 0.64rem;
}

.lang img,
.search img {
  width: .18rem;
  height: .18rem;
}

/* .navTwoBL {
  width: 5.05rem;
}


/* 
.navTwo {
  display: block;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  padding: 0 .2rem .2rem;
  margin-bottom: .2rem;
  border-bottom: .02rem solid transparent;
  transition: all .3s;
  width: 100%;
  box-sizing: border-box;
}

.navTwo:hover {
  color: #0A2F60;
  border-bottom: .02rem solid #0A2F60;
}

.headSwiper {
  width: 5.26rem;
  height: 3.24rem;
}

 */


.navtwoRight .smallone:last-child {
  margin-right: 0;
}


@media only screen and (max-width: 768px) {
  header {
    display: none;
  }
}
