@import url('../css/reset.css');
header {
  background: #F17322;
}
header .head {
  width: 1280px;
  margin: 0 auto;
  border-radius: 0px 0px 0px 0px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head .logo img {
  width: 234px;
  height: 68px;
}
header .head .head-r {
  display: flex;
  align-items: center;
}
header .head .head-r .all-t {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  margin-right: 24px;
}
header .head .head-r .all-t:hover {
  text-decoration: underline;
}
header .head .head-r .search-box {
  width: 254px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
header .head .head-r .search-box input {
  border: none;
  background: #fff;
  width: 150px;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
header .head .head-r .search-box img {
  width: 32px;
  height: 32px;
}
header .head .head-r .menu {
  width: 28px;
  height: 28px;
  display: none;
}
header .menu-box {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}
header .menu-box .m-child {
  width: 246px;
  height: 100vh;
  overflow-y: scroll;
  background: #fff;
  padding: 50px 0 0 17px;
}
header .menu-box .m-child .close {
  width: 28px;
  height: 28px;
  margin-bottom: 26px;
}
header .menu-box .m-child .menu-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  margin-bottom: 24px;
  padding: 0 8px 10px 0;
  box-sizing: border-box;
}
header .menu-box .m-child .menu-list a img {
  width: 20px;
  height: 20px;
}
header .menu-box .m-child .menu-list a span {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
#content {
  width: 1280px;
  margin: 0 auto;
  padding: 8px 20px;
  flex: 1;
}
#content .bread {
  color: #666666;
  margin-bottom: 8px;
}
#content .bread a {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
footer {
  background: #F17322;
}
footer .foot {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .foot .foot-logo img {
  width: 234px;
  height: 68px;
  margin-right: 16px;
}
footer .foot ul {
  display: flex;
  align-items: center;
}
footer .foot ul li {
  margin-right: 32px;
}
footer .foot ul li a {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
footer .foot ul li:last-child {
  margin-right: 0;
}
footer .foot ul li:hover a {
  font-weight: 600;
}
@media (min-width: 860px) and (max-width: 1200px) {
  header .head {
    width: 100%;
    padding: 0 12px;
    height: 60px;
  }
  header .head .logo img {
    width: 140px;
    height: auto;
  }
  header .head .head-r .all-t {
    display: none;
  }
  header .head .head-r .search-box {
    width: 173px;
    padding: 0 6px;
    margin-right: 2px;
  }
  header .head .head-r .search-box input {
    width: calc(100% - 26px);
  }
  header .head .head-r .menu {
    display: block;
  }
  #content {
    width: 100%;
    padding: 8px 12px;
  }
  footer .foot {
    width: 100%;
    flex-direction: column;
  }
  footer .foot .foot-logo img {
    width: 180px;
    height: auto;
    margin-right: 0;
  }
  footer .foot ul {
    margin-bottom: 10px;
  }
  footer .foot ul li {
    margin: 0 8px 0 0;
  }
  footer .foot ul li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  header .head {
    width: 100%;
    padding: 0 12px;
    height: 60px;
  }
  header .head .logo img {
    width: 140px;
    height: auto;
  }
  header .head .head-r .all-t {
    display: none;
  }
  header .head .head-r .search-box {
    width: 173px;
    padding: 0 6px;
    margin-right: 2px;
  }
  header .head .head-r .search-box input {
    width: calc(100% - 26px);
  }
  header .head .head-r .menu {
    display: block;
  }
  #content {
    width: 100%;
    padding: 8px 12px;
  }
  footer .foot {
    width: 100%;
    flex-direction: column;
  }
  footer .foot .foot-logo img {
    width: 180px;
    height: auto;
    margin-right: 0;
  }
  footer .foot ul {
    margin-bottom: 10px;
  }
  footer .foot ul li {
    margin: 0 8px 0 0;
  }
  footer .foot ul li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  header .head {
    width: 100%;
    padding: 0 12px;
    height: 60px;
  }
  header .head .logo img {
    width: 140px;
    height: auto;
  }
  header .head .head-r .all-t {
    display: none;
  }
  header .head .head-r .search-box {
    width: 173px;
    padding: 0 6px;
    margin-right: 2px;
  }
  header .head .head-r .search-box input {
    width: calc(100% - 26px);
  }
  header .head .head-r .menu {
    display: block;
  }
  #content {
    width: 100%;
    padding: 8px 12px;
  }
  footer .foot {
    width: 100%;
    flex-direction: column;
  }
  footer .foot .foot-logo img {
    width: 180px;
    height: auto;
    margin-right: 0;
  }
  footer .foot ul {
    margin-bottom: 10px;
  }
  footer .foot ul li {
    margin: 0 8px 0 0;
  }
  footer .foot ul li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  header .head {
    width: 100%;
    padding: 0 12px;
    height: 60px;
  }
  header .head .logo img {
    width: 140px;
    height: auto;
  }
  header .head .head-r .all-t {
    display: none;
  }
  header .head .head-r .search-box {
    width: 173px;
    padding: 0 6px;
    margin-right: 2px;
  }
  header .head .head-r .search-box input {
    width: calc(100% - 26px);
  }
  header .head .head-r .menu {
    display: block;
  }
  #content {
    width: 100%;
    padding: 8px 12px;
  }
  footer .foot {
    width: 100%;
    flex-direction: column;
  }
  footer .foot .foot-logo img {
    width: 180px;
    height: auto;
    margin-right: 0;
  }
  footer .foot ul {
    flex-direction: column;
  }
  footer .foot ul li {
    margin: 0 0 8px;
  }
}
