header {
  background: white;
  height: 70px;
  margin-bottom: 8px;
}

.center {
  display: inline-block;
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h-img {
  position: relative;
  margin-right: 100px;
  width: 180px;
  height: 50px;
  background-size: 100%;
}

.h-text {
   /* margin-right: -440px; */
}

.h-text>ul {
  display: flex;

  align-items: center;


}

.h-text>ul>li {
  list-style-type: none;
  margin-left: 34px;

}

.h-text>ul>li>a {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  color: #7b7b7b;
  line-height: 91px;
  width: 96px;
  height: 91px;
  cursor: pointer;

}

.h-text>ul>li.cur a {
  color: rgb(171,55,56);


}

.h-text>ul>li>a:hover {
  color: rgb(115, 2, 4);
  
}

