header {
  width: 100%;
  border-bottom: 1px solid #E0E3DE;
}
header .head-p {
  width: 1080px;
  height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head-p .head-p-l {
  display: flex;
  align-items: center;
}
header .head-p .head-p-l .logo {
  display: block;
  width: 120px;
  height: 40px;
}
header .head-p .head-p-l .logo img {
  width: 120px;
  height: 40px;
}
header .head-p .head-p-l .nav-p {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
header .head-p .head-p-l .nav-p a {
  display: block;
  height: 67px;
  padding: 0 16px;
}
header .head-p .head-p-l .nav-p a div {
  color: #333333;
  font-size: 16px;
  font-family: M;
  padding-top: 25px;
}
header .head-p .head-p-l .nav-p a span {
  display: none;
  display: block;
  width: 5px;
  height: 5px;
  background: #FFFFFF;
}
header .head-p .head-p-l .nav-p .active {
  background: #199569;
}
header .head-p .head-p-l .nav-p .active div {
  color: #FFFFFF;
}
header .head-p .head-p-l .nav-p .active span {
  border-radius: 5px;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 4px;
}
header .head-p .head-p-r {
  position: relative;
  width: 210px;
  height: 32px;
  border-radius: 25px;
  border: 1px solid #E0E3DE;
}
header .head-p .head-p-r input {
  width: 160px;
  margin-left: 12px;
  padding-top: 6px;
  color: #999999;
  font-size: 16px;
  font-family: M;
}
header .head-p .head-p-r input::placeholder {
  color: #999999;
  font-size: 16px;
  font-family: M;
}
header .head-p .head-p-r button {
  position: absolute;
  top: 6px;
  right: 12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
header .head-p .head-p-r button img {
  width: 20px;
  height: 20px;
}
header .head-m {
  display: none;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  padding: 0 16px;
}
header .head-m .menu {
  width: 24px;
  height: 24px;
}
header .head-m .menu img {
  width: 24px;
  height: 24px;
}
header .head-m .m-logo {
  display: block;
  width: 120px;
  height: 40px;
}
header .head-m .m-logo img {
  width: 120px;
  height: 40px;
}
header .head-m button {
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 2;
}
header .head-m button img {
  width: 24px;
  height: 24px;
}
header .head-m input {
  display: none;
  position: absolute;
  right: 12px;
  width: 303px;
  height: 36px;
  border-radius: 25px;
  border: 1px solid #E0E3DE;
  color: #999999;
  font-size: 16px;
  font-family: M;
  padding-left: 12px;
}
header .head-m input::placeholder {
  color: #999999;
  font-size: 16px;
  font-family: M;
}
header .head-m .m-nav {
  display: none;
  position: fixed;
  left: 0;
  top: 44px;
  z-index: 9999999999999999999;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: calc(100% - 44px);
}
header .head-m .m-nav .m-nav-t {

  background: #F8F8F8;
  border-radius: 0px 0px 12px 12px;
}
header .head-m .m-nav .m-nav-t a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  color: #333333;
  font-size: 16px;
  font-family: M;
}
header .head-m .m-nav .m-nav-t a:nth-child(1) {
  border-bottom: 1px solid #D9D9D9;
}
header .head-m .m-nav .m-nav-t a span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #333333;
  margin-left: 16px;
  margin-right: 8px;
}
footer {
  background: #F5F5F5;
  border-top: 1px solid #E0E3DE;
  margin-top: 40px;
}
footer .footer-p {
  height: 165px;
  margin: 0 auto;
  text-align: center;
  padding-top: 32px;
}
footer .footer-p .footer-t {
  width: 120px;
  height: 40px;
}
footer .footer-p .footer-t img {
  width: 120px;
  height: 40px;
}
footer .footer-p .yinsi {
  margin-top: 18px;
}
footer .footer-p .yinsi a {
  display: inline-block;
  color: #666666;
  font-size: 16px;
  font-family: S;
  margin-right: 24px;
  margin-top: 12px;
}
footer .footer-p .yinsi a:last-child {
  margin-right: 0;
}
footer .footer-p .yinsi a:hover {
  color: #333333;
  text-decoration: underline !important;
}
@media screen and (min-width: 860px) and (max-width: 1079px) {
  header .head-p {
    display: none;
  }
  header .head-m {
    display: flex;
  }
}
@media screen and (min-width: 750px) and (max-width: 859px) {
  header .head-p {
    display: none;
  }
  header .head-m {
    display: flex;
  }
}
@media screen and (min-width: 560px) and (max-width: 749px) {
  header .head-p {
    display: none;
  }
  header .head-m {
    display: flex;
  }
  footer .footer-p {
    height: auto;
    padding-bottom: 32px;
  }
  footer .footer-p .yinsi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
    text-align: left;
    padding: 0 6px;
  }
  footer .footer-p .yinsi a {
    margin-right: 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 0) and (max-width: 559px) {
  header .head-p {
    display: none;
  }
  header .head-m {
    display: flex;
  }
  footer .footer-p {
    height: auto;
    padding-bottom: 32px;
  }
  footer .footer-p .yinsi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
    text-align: left;
    padding: 0 6px;
  }
  footer .footer-p .yinsi a {
    margin-right: 0;
    font-size: 14px;
  }
}
