* {
  margin: 0;
  padding: 0;
}
.head {
  z-index: 9999;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 158px;
  background-color: #9dc300;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.head_logo {
  margin-top: 4px;
  width: 100%;
  height: 95px;
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.header {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-left {
  display: flex;
  align-items: center;
}
.header-left a img {
  width: 74px;
  height: 58px;
}
.header-left div {
  margin-left: 29px;
  display: flex;
  flex-direction: column;
}
.header-left div p {
  font-size: 21px;
  color: #9dc300;
  line-height: 1;
  letter-spacing: 3px;
}
.header-left div span {
  margin-top: 3px;
  font-size: 14px;
  color: #9dc300;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 100;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-right img {
  width: 36px;
  height: 36px;
}
.header-right div {
  margin-left: 12px;
  display: flex;
  flex-direction: column;
}
.header-right div span {
  font-size: 12px;
  color: #424242;
  line-height: 1;
}
.header-right div p {
  margin-top: 2px;
  font-size: 20px;
  color: #f08519;
  line-height: 1;
}
.navlist {
  width: 1200px;
  height: 59px;
  display: flex;
  justify-content: space-around;
}
.navlist a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.navlist a span {
  width: 108px;
  padding-bottom: 4px;
  border-bottom: 2px solid #9dc300;
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: center;
}
