@font-face {
  font-family: siyuan;
  src: url(../SOURCEHANSANSCN-REGULAR.OTF);
}
* {
  margin: 0;
  padding: 0;
  font-family: siyuan;
}
.head {
  z-index: 9999;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 100px;
  background: url(../img/head_bg.png) no-repeat center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header {
  width: 1200px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-left {
  display: flex;
  align-items: center;
}
.header-left a {
  display: flex;
  align-items: center;
}
.header-left a img {
  width: 192px;
  height: 84px;
}
.header-left a i {
  margin: 0 12px 0 11px;
  width: 1px;
  height: 45px;
  background-color: #fff;
}
.header-left a div {
  display: flex;
  flex-direction: column;
}
.header-left a div p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
}
.header-left a div span {
  margin-top: 10px;
  font-size: 12px;
  color: #fff;
  line-height: 1;
}
.header-right {
  width: 208px;
  height: 55px;
  background-color: #6cb92e;
  border-radius: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
}
.header-right span {
  margin-left: 5px;
}
.navlist {
  height: 100%;
  display: flex;
}
.navlist a {
  width: 88px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.navlist a p {
  font-size: 14px;
  line-height: 1;
}
.navlist a span {
  margin-top: 12px;
  font-size: 10px;
  line-height: 1;
}
.navlist a:last-child {
  margin-right: 0;
}
.navlist .navActive,
.navlist a:hover {
  background-color: #6cb92e;
}
.navlist .navActive p,
.navlist a:hover p,
.navlist .navActive span,
.navlist a:hover span {
  color: #fff;
}
