@import url('../css/reset.css');
header .head-hd {
  width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
  margin: 0 auto;
}
header .head-hd .head-hd-l {
  display: flex;
}
header .head-hd .head-hd-l .logo {
  margin-right: 76px;
}
header .head-hd .head-hd-l .logo img {
  width: 110px;
  height: 70px;
}
header .head-hd .head-hd-l nav {
  display: flex;
  align-items: center;
}
header .head-hd .head-hd-l nav a {
  width: 115px;
  height: 53px;
  margin-right: 18px;
}
header .head-hd .head-hd-l nav a img {
  width: 100%;
}
header .head-hd .head-hd-l nav a:hover {
  transform: scale(1.1);
}
header .head-hd .head-hd-l nav a:last-child {
  margin-right: 0;
}
header .head-hd .search-box {
  width: 288px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 16px;
}
header .head-hd .search-box input {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #999999;
  width: calc(100% - 25px);
  border: none;
}
header .head-hd .search-box input::-webkit-input-placeholder {
  color: #999999;
}
header .head-hd .search-box .s-r {
  width: 66px;
  height: 48px;
  background: #00D6CF;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .head-hd .search-box .s-r img {
  width: 30px;
  height: 30px;
}
header .head-hd .menu,
header .head-hd .m-search {
  width: 48px;
  height: 48px;
  background: #10D9D2;
  border-radius: 32px 32px 32px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .head-hd .menu img,
header .head-hd .m-search img {
  width: 24px;
  height: 24px;
}
header .head-hd .menu,
header .head-hd .m-search {
  display: none;
}
header .head-hd .menus-box {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: -120%;
  left: 0;
  z-index: 9;
}
header .head-hd .menus-box .m-child {
  width: 100%;
  padding: 12px 16px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
header .head-hd .menus-box .m-child nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .head-hd .menus-box .m-child nav a {
  width: 100%;
  font-family: b;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
}
header .head-hd .menus-box .m-child nav a:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#content {
  flex: 1;
  width: 1280px;
  margin: 0 auto;
  padding: 16px 40px;
  box-sizing: border-box;
}
footer {
  background-color: #10D9D2;
}
footer .top_fu {
  width: 100%;
  background: #35DED8;
}
footer .top_fu .top {
  width: 1280px;
  padding: 16px 40px;
  background: #35DED8;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .top_fu .top .t-l {
  display: flex;
  align-items: center;
}
footer .top_fu .top .t-l .logos {
  width: 110px;
  height: 70px;
  margin-right: 24px;
}
footer .top_fu .top .t-l .logos img {
  width: 100%;
}
footer .top_fu .top .t-l .huanying {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #333;
}
footer .top_fu .top ul {
  display: flex;
  align-items: center;
}
footer .top_fu .top ul li {
  margin-right: 73px;
}
footer .top_fu .top ul li a {
  height: 20px;
  font-size: 12px;
  color: #333;
  font-family: k;
}
footer .top_fu .top ul li:last-child {
  margin-right: 0;
}
footer .bottom {
  width: 1280px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  background-color: #10D9D2;
  padding: 40px;
}
footer .bottom .left h3 {
  height: 20px;
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}
footer .bottom .left .left_div {
  font-size: 16px;
  font-family: k;
  font-weight: normal;
  color: #333;
  line-height: 24px;
  margin-bottom: 16px;
}
footer .bottom .left .from {
  display: flex;
  align-items: center;
}
footer .bottom .left .from input {
  width: 667px;
  height: 48px;
  border: none;
  border-radius: 10px;
  margin-right: 10px;
  padding-left: 20px;
  box-sizing: border-box;
  color: #333;
}
footer .bottom .left .from button {
  width: 114px;
  height: 48px;
  background: #333;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 16px;
  border: none;
  font-weight: 700;
  cursor: pointer;
}
footer .bottom .right p {
  font-size: 20px;
  font-family: b;
  font-weight: bold;
  color: #333;
}
footer .bottom .right img {
  width: 48px;
  height: 48px;
  margin: 30px 20px 0 0;
}
footer .bottom .right .last {
  margin-right: 0;
}
@media (min-width: 860px) and (max-width: 1200px) {
  header .head-hd {
    width: 100%;
    padding: 4px 16px;
    height: 78px;
    box-sizing: border-box;
  }
  header .head-hd .menu,
  header .head-hd .m-search {
    display: flex;
  }
  header .head-hd .search-box {
    display: none;
  }
  header .head-hd .head-hd-l nav {
    display: none;
  }
  header .head-hd .head-hd-l .logo {
    margin-right: 0;
  }
  #content {
    width: 100%;
    padding: 12px;
  }
  footer .top_fu .top {
    width: 100%;
    padding: 12px;
    flex-direction: column;
    align-items: center;
  }
  footer .top_fu .top .t-l {
    flex-direction: column;
  }
  footer .top_fu .top .t-l .logos {
    margin-right: 0px;
  }
  footer .top_fu .top .t-l .huanying {
    margin-bottom: 12px;
  }
  footer .top_fu .top ul {
    width: 100%;
    justify-content: center;
  }
  footer .top_fu .top ul li {
    margin-right: 40px;
  }
  footer .top_fu .top ul li:last-child {
    margin-right: 0;
  }
  footer .bottom {
    display: none;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  header .head-hd {
    width: 100%;
    padding: 4px 16px;
    height: 78px;
    box-sizing: border-box;
  }
  header .head-hd .menu,
  header .head-hd .m-search {
    display: flex;
  }
  header .head-hd .search-box {
    display: none;
  }
  header .head-hd .head-hd-l nav {
    display: none;
  }
  header .head-hd .head-hd-l .logo {
    margin-right: 0;
  }
  #content {
    width: 100%;
    padding: 12px;
  }
  footer .top_fu .top {
    width: 100%;
    padding: 12px;
    flex-direction: column;
    align-items: center;
  }
  footer .top_fu .top .t-l {
    flex-direction: column;
  }
  footer .top_fu .top .t-l .logos {
    margin-right: 0px;
  }
  footer .top_fu .top .t-l .huanying {
    margin-bottom: 12px;
  }
  footer .top_fu .top ul {
    width: 100%;
    justify-content: center;
  }
  footer .top_fu .top ul li {
    margin-right: 40px;
  }
  footer .top_fu .top ul li:last-child {
    margin-right: 0;
  }
  footer .bottom {
    display: none;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  header .head-hd {
    width: 100%;
    padding: 4px 16px;
    box-sizing: border-box;
    height: 78px;
  }
  header .head-hd .menu,
  header .head-hd .m-search {
    display: flex;
  }
  header .head-hd .search-box {
    display: none;
  }
  header .head-hd .head-hd-l nav {
    display: none;
  }
  header .head-hd .head-hd-l .logo {
    margin-right: 0;
  }
  #content {
    width: 100%;
    padding: 12px;
  }
  footer .top_fu .top {
    width: 100%;
    padding: 12px;
    flex-direction: column;
    align-items: center;
  }
  footer .top_fu .top .t-l {
    flex-direction: column;
  }
  footer .top_fu .top .t-l .logos {
    margin-right: 0px;
  }
  footer .top_fu .top .t-l .huanying {
    margin-bottom: 12px;
  }
  footer .top_fu .top ul {
    width: 100%;
    justify-content: center;
  }
  footer .top_fu .top ul li {
    margin-right: 40px;
  }
  footer .top_fu .top ul li:last-child {
    margin-right: 0;
  }
  footer .bottom {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  header .head-hd {
    width: 100%;
    padding: 4px 16px;
    box-sizing: border-box;
    height: 78px;
  }
  header .head-hd .menu,
  header .head-hd .m-search {
    display: flex;
  }
  header .head-hd .search-box {
    display: none;
  }
  header .head-hd .head-hd-l nav {
    display: none;
  }
  header .head-hd .head-hd-l .logo {
    margin-right: 0;
  }
  #content {
    width: 100%;
    padding: 16px;
  }
  footer .top_fu .top {
    width: 100%;
    padding: 12px;
    flex-direction: column;
    align-items: center;
  }
  footer .top_fu .top .t-l {
    flex-direction: column;
  }
  footer .top_fu .top .t-l .logos {
    margin-right: 0px;
  }
  footer .top_fu .top .t-l .huanying {
    margin-bottom: 12px;
  }
  footer .top_fu .top ul {
    width: 100%;
    justify-content: space-between;
  }
  footer .top_fu .top ul li {
    margin-right: 0px;
  }
  footer .bottom {
    display: none;
  }
}
