.headers {
  max-width: 1300px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  color: #666666;
}

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

.headers .header_right a {
  color: #666666;
}

.headers .header_right a:hover {
  color: #ff4000;
}

.headers .header_right .sg {
  margin: 0 12px;
}

.headers .header_right .a_active {
  color: #ff4000;
}

.headers .header_right > .li2 {
  width: 90px;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 200;
  margin-left: 20px;
}

.headers .header_right > .li2:hover > .ul {
  position: absolute;
  top: 49px;
  width: 90px;
  color: #000;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(1, 1, 1, 0.1);
}

.headers .header_right > .li2:hover > .ul > a {
  color: #000 !important;
}

.headers .header_right > .li2:hover > .ul > div {
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #ccc;
}

.headers .header_right > .li2 > .ul {
  position: absolute;
  top: 60px;
  width: 90px;
  color: #000;
  background-color: #fff;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(1, 1, 1, 0.1);
}

.headers .header_right > .li2 > .ul > div {
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #ccc;
}
