header {
  width: 100%;
  height: 1rem;
  background: linear-gradient(to bottom, rgb(158, 152, 145, 0.5), rgb(189, 183, 178, 0.3));
  /*box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);*/
  position: fixed;
  top: 0;
  z-index: 99;
}
.aHead{
    background: linear-gradient(to bottom, rgb(158, 152, 145, 0.5), rgb(189, 183, 178, 0.3));
}
.aHead .headNav a{
    color: #030303;
}
.aHead .headNav a:hover{
    font-weight: bold;
}
.langcon{
    height: 100%;
    display: flex;
        align-items: center;
    cursor: pointer;
    position: relative;
}
.langxiala{
    width: 1.2rem;
    position: absolute;
    background: linear-gradient(to bottom, #9E9891, #BDB7B2);
    padding: 0.1rem 0.1rem 0.3rem;
    top: 100%;
    display: none;
}
.langxialak{
    padding: 0.1rem 0.2rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #fff;
  border-bottom: 0.01rem solid #fff;
}
.langxiala a{
    display: block !important;
        margin-left: 0 !important;
        width: auto !important;
        height: auto !important;
}
.langcon:hover .langxiala{
    display: block;
}
.langxialak:hover{
    /*color: #fff;*/
    font-weight: bold;
}
.NewHeader {
  width: 100%;
  height: 1rem;
  background: #FFF;
  box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  z-index: 99;
}
.colorlogo{
    display: none;
}
.NewHeader:hover{
    background: #A7947E;
}
.aHead .colorlogo{
    display: block;
}
.aHead .wlogo{
    display: none;
}
.NewHeader:hover .NewheadNav a{
    color: #fff;
}
.headBox {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

.headLogo {
  width: .96rem;
  height: .61rem;
  display: flex;
}

.headNav {
  display: flex;
  margin-left: 4.7rem;
  height: 1rem;
  align-items: center;
}

.headNav a {
  display: block;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  margin: 0 .25rem;
  align-content: center;
  width: 100%;
  height: 100%;
  line-height: 1rem;
}

.NewheadNav a:hover,
.NewheadNav a.active {
  font-weight: bold;
}

.NewheadNav {
  display: flex;
}

.NewheadNav a {
  display: flex;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #030303;
  margin: 0 .25rem;
}

.NewheadNav a:hover,
.NewheadNav a.active {
  font-weight: bold;
}

.headR {
    height: 100%;
  display: flex;
  align-items: center;
}

.headR a {
  display: flex;
  margin-left: .4rem;
  position: relative;
  width: 0.18rem;
  height: 0.18rem;
}
.en{
    margin-left: 0.12rem !important;
}
.lang{
    /*display: flex;*/
    margin-left: .4rem;
    position: relative;
    
    /*width: 0.18rem;*/
    /*height: 0.18rem;*/
}
.lang::before {
  content: '';
  width: .01rem;
  height: .18rem;
  background: #FFFFFF;
  position: absolute;
  left: -.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.Newlang::before {
  content: '';
  width: .01rem;
  height: .18rem;
  background: #000;
  position: absolute;
  left: -.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.aHead .lang::before{
    background: #000;
}
.NewHeader:hover .Newlang::before{
    background: #fff;
}

.aHead .headR a img{
    filter: grayscale(100%) brightness(0%);
}

.NewHeader:hover .searchImg{
    filter:brightness(0) invert(1);
}

.searchImg{
    filter: grayscale(100%) brightness(0%);
}

.lang{
    width: 0.18rem;
    height: 0.18rem;
    background: url('/assets/img/bdiqiu.png') no-repeat;
    background-size: 100% 100%;
}
.lang img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Newlang{
    width: 0.18rem;
    height: 0.18rem;
    background: url('/assets/img/newdiqu.png') no-repeat;
    background-size: 100% 100%;
}
.Newlang img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aHead .lang{
    background: url('/assets/img/diqiu.png') no-repeat;
    background-size: 100% 100%;
}
.NewHeader:hover .Newlang{
    background: url('/assets/img/bdiqiu.png') no-repeat;
    background-size: 100% 100%;
}
.en{
    width: 0.17rem;
    height: 0.21rem;
    background: url('/assets/img/lang.png') no-repeat;
    background-size: 100% 100%;
}
.en img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aHead .en{
    background: url('/assets/img/en.png') no-repeat;
    background-size: 100% 100%;
}

.NewEn{
    width: 0.17rem;
    height: 0.21rem;
    background: url('/assets/img/newEn.png') no-repeat;
    background-size: 100% 100%;
}
.NewEn img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.NewHeader:hover .NewEn{
    background: url('/assets/img/lang.png') no-repeat;
    background-size: 100% 100%;
}


@media only screen and (max-width:768px){
    header{
        display:none;
    }
    .headR a{
            width: 0.38rem;
    height: 0.38rem;
    }
    .lang{
         width: 0.38rem;
    height: 0.38rem;
    }
    .en{
            width: 0.37rem;
    height: 0.41rem;
    }
}