@import url('../css/reset.css');
header .head {
  width: 1280px;
  padding: 0px 36px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head .menu {
  background: #54A726;
  box-shadow: 0px 5px 0px 0px #3B8118;
  border-radius: 42px 42px 42px 42px;
  padding: 12px 20px;
  display: none;
}
header .head .menu img {
  width: 24px;
  height: 20px;
}
header .head .m-logo {
  display: none;
}
header .head .m-logo img {
  width: 126px;
}
header .head .head-l {
  display: flex;
  align-items: center;
}
header .head .head-l .logo {
  margin-right: 60px;
}
header .head .head-l .logo img {
  width: 144px;
  height: 80px;
}
header .head .head-l nav {
  background: #54A726;
  border-radius: 40px;
  box-shadow: 0px 5px 0px 0px #3B8118;
  display: flex;
  align-items: center;
  overflow: hidden;
}
header .head .head-l nav a {
  padding: 14px 48px;
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}
header .head .head-l nav a:hover {
  background: #41901A;
}
header .head .head-l nav .d {
  padding: 14px 25px;
}
header .head .search-box {
  background: #54A726;
  box-shadow: 0px 5px 0px 0px #3B8118;
  border-radius: 42px 42px 42px 42px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head .search-box input {
  border: none;
  background: #54A726;
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  margin-right: 5px;
  display: none;
  width: 170px;
}
header .head .search-box input::-webkit-input-placeholder {
  color: #fff;
}
header .head .search-box button {
  cursor: pointer;
}
header .head .search-box button img {
  width: 24px;
  height: 24px;
  background: #54A726;
}
header .head .m-list-box {
  position: fixed;
  top: 71px;
  left: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  display: none;
}
header .head .m-list-box .m-list-chlid {
  background: #01424B;
  width: 100%;
}
header .head .m-list-box .m-list-chlid ul li {
  border-top: 1px solid #D9D9D9;
}
header .head .m-list-box .m-list-chlid ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
}
header .head .m-list-box .m-list-chlid ul li a img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
header .head .m-list-box .m-list-chlid ul li a span {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
header .head .m-list-box .m-list-chlid ul li:last-child {
  border-bottom: 1px solid #D9D9D9;
}
#content {
  flex: 1;
  padding: 20px 36px;
  width: 1280px;
  margin: 0 auto;
}
#content .bread {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 12px;
}
#content .bread a {
  color: #FFFFFF;
}
footer .foot {
  width: 1280px;
  margin: 0 auto;
  padding: 25px 36px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .foot .foot-l {
  width: 769px;
}
footer .foot .foot-l span {
  font-family: b;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 19px;
}
footer .foot .foot-l p {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}
footer .foot .foot-r {
  display: flex;
  flex-direction: column;
  align-items: end;
}
footer .foot .foot-r .logo {
  margin-bottom: 8px;
}
footer .foot .foot-r .logo img {
  width: 144px;
  height: 80px;
}
footer .foot .foot-r ul {
  display: flex;
}
footer .foot .foot-r ul li {
  margin-right: 27px;
}
footer .foot .foot-r ul li a {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #E1E1E1;
}
footer .foot .foot-r ul li a:hover {
  color: #fff;
}
footer .foot .foot-r ul li:last-child {
  margin-right: 0;
}
.xian {
  display: block !important;
}
.none {
  display: none !important;
}
@media (min-width: 860px) and (max-width: 1200px) {
  header .head {
    height: 71px;
    width: 100%;
    padding: 8px 16px;
  }
  header .head .menu {
    display: block;
  }
  header .head .m-logo {
    display: block;
  }
  header .head .head-l {
    display: none;
  }
  #content {
    padding: 16px;
    width: 100%;
  }
  footer .foot {
    width: 100%;
    padding: 16px;
  }
  footer .foot .foot-l {
    display: none;
  }
  footer .foot .foot-r {
    width: 100%;
    align-items: center;
    margin-bottom: 16px;
  }
  footer .foot .foot-r ul {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  header .head {
    height: 71px;
    width: 100%;
    padding: 8px 16px;
  }
  header .head .menu {
    display: block;
  }
  header .head .m-logo {
    display: block;
  }
  header .head .head-l {
    display: none;
  }
  #content {
    padding: 16px;
    width: 100%;
  }
  footer .foot {
    width: 100%;
    padding: 16px;
  }
  footer .foot .foot-l {
    display: none;
  }
  footer .foot .foot-r {
    width: 100%;
    align-items: center;
    margin-bottom: 16px;
  }
  footer .foot .foot-r ul {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  header .head {
    height: 71px;
    width: 100%;
    padding: 8px 16px;
  }
  header .head .menu {
    display: block;
  }
  header .head .m-logo {
    display: block;
  }
  header .head .head-l {
    display: none;
  }
  #content {
    padding: 16px;
    width: 100%;
  }
  footer .foot {
    width: 100%;
    padding: 16px;
  }
  footer .foot .foot-l {
    display: none;
  }
  footer .foot .foot-r {
    width: 100%;
    align-items: center;
    margin-bottom: 16px;
  }
  footer .foot .foot-r ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  footer .foot .foot-r ul li {
    margin-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  header .head {
    height: 71px;
    width: 100%;
    padding: 8px 16px;
  }
  header .head .menu {
    display: block;
  }
  header .head .m-logo {
    display: block;
  }
  header .head .head-l {
    display: none;
  }
  #content {
    padding: 16px;
    width: 100%;
  }
  footer .foot {
    width: 100%;
    padding: 16px;
  }
  footer .foot .foot-l {
    display: none;
  }
  footer .foot .foot-r {
    width: 100%;
    align-items: center;
    margin-bottom: 16px;
  }
  footer .foot .foot-r ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  footer .foot .foot-r ul li {
    margin-right: 0;
  }
}
