@import url(../css/reset.css);
header {
  background-color: #F9DE4B;
}
header .head {
  width: 1280px;
  height: 68px;
  background: #F9DE4B;
  border-radius: 0px 0px 0px 0px;
  margin: 0 auto;
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head .head-l {
  display: flex;
  align-items: center;
}
header .head .head-l .logo {
  width: 148px;
  height: 48px;
  margin-right: 40px;
}
header .head .head-l nav {
  display: flex;
}
header .head .head-l nav .navigation {
  height: 68px;
  padding: 18px 24px;
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #111111;
  position: relative;
  display: flex;
  align-items: center;
}
header .head .head-l nav .navigation .head-tu {
  width: 32px;
  height: 32px;
}
header .head .head-l nav .navigation a {
  color: #111111;
  display: flex;
  align-items: center;
}
header .head .head-l nav .navigation .down {
  width: 14px;
  height: 14px;
}
header .head .head-l nav .navigation .down-yellow {
  display: none;
  width: 14px;
  height: 14px;
}
header .head .head-l nav .navigation ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 16px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #F5F5F5;
  z-index: 2;
}
header .head .head-l nav .navigation ul li {
  margin-bottom: 8px;
}
header .head .head-l nav .navigation ul li a {
  display: flex;
}
header .head .head-l nav .navigation ul li a img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
header .head .head-l nav .navigation ul li a span {
  white-space: nowrap;
}
header .head .head-l nav .navigation ul li a:hover span {
  color: #111;
  text-decoration: underline;
}
header .head .head-l nav .navigation ul li .all-c {
  justify-content: center;
}
header .head .head-l nav .navigation .all-ctegories {
  padding-top: 16px;
  text-align: center;
  border-top: 1px solid #ccc;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #111111;
  line-height: 16px;
}
header .head .head-l nav .navigation:hover {
  color: #F9DE4B;
  background-color: #111;
}
header .head .head-l nav .navigation:hover .down {
  display: none;
}
header .head .head-l nav .navigation:hover .down-yellow {
  display: inline-block;
}
header .head .head-l nav .navigation:hover ul {
  display: block;
}
header .head .head-l nav .navigation:hover a .nav-title {
  color: #F9DE4B;
}
header .head .head-r {
  display: flex;
  align-items: center;
}
header .head .head-r .language {
  width: 40px;
  height: 68px;
  padding: 18px 0;
  text-align: center;
  position: relative;
  margin-right: 8px;
}
header .head .head-r .language:hover {
  background: #111111;
}
header .head .head-r .language:hover ul {
  display: block;
}
header .head .head-r .language .mei {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #F9DE4B;
}
header .head .head-r .language ul {
  z-index: 2;
  display: none;
  position: absolute;
  top: 100%;
  left: -72px;
  width: 184px;
  height: 92px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #F5F5F5;
  padding: 16px;
  box-sizing: border-box;
}
header .head .head-r .language ul li {
  margin-bottom: 12px;
  text-align: left;
}
header .head .head-r .language ul li:hover {
  cursor: pointer;
}
header .head .head-r .language ul li:hover span {
  text-decoration: underline;
}
header .head .head-r .language ul li img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
header .head .head-r .language ul li span {
  font-size: 14px;
  font-family: b;
  font-weight: bold;
  color: #111111;
}
header .head .head-r .search {
  width: 200px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 54px 54px 54px 54px;
  border: 1px solid #111111;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .head .head-r .search input {
  width: 150px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #111111;
  line-height: 16px;
  border: none;
}
header .head .head-r .search img {
  width: 20px;
  height: 20px;
}
header .head .head-r .search .s-c-list {
  width: 200px;
  padding: 19px 22px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  border: 1px solid #F5F5F5;
  flex-wrap: wrap;
  position: absolute;
  top: 130%;
  left: 0px;
  display: none;
  z-index: 2;
}
header .head .head-r .search .s-c-list a {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  text-decoration: underline;
  padding: 3px 6px;
  margin: 0 8px 8px 0;
}
header .head .head-r .search .s-c-list a:hover {
  background-color: #f5f5f5;
}
header .m-head {
  background-color: #fbec98d9;
  width: 100%;
  height: 30px;
  padding: 0 16px;
  display: none;
  align-items: center;
  justify-content: space-between;
}
header .m-head .m-list,
header .m-head .m-search {
  width: 24px;
  height: 24px;
}
header .m-head .m-logo {
  width: 100px;
  height: 24px;
}
header .m-head .menus {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9;
}
header .m-head .menus .m-child {
  width: 246px;
  height: 100vh;
  overflow-y: scroll;
  background: #fff;
  padding: 50px 0;
}
header .m-head .menus .m-child .menu-list a {
  display: flex;
  align-items: center;
  padding: 0px 24px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
header .m-head .menus .m-child .menu-list a:last-child {
  margin-bottom: 24px;
}
header .m-head .menus .m-child .menu-list a .tu {
  margin-right: 4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
header .m-head .menus .m-child .menu-list a span {
  width: 79px;
  height: 21px;
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #666666;
  line-height: 19px;
}
header .m-head .menus .m-child .m-language {
  padding: 24px;
  border-top: 1px solid #ccc;
}
header .m-head .menus .m-child .m-language .m-l-title {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #666666;
  line-height: 19px;
  margin-bottom: 16px;
}
header .m-head .menus .m-child .m-language a {
  display: block;
  margin-bottom: 16px;
}
header .m-head .menus .m-child .m-language a img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
header .m-head .menus .m-child .m-language a span {
  font-size: 12px;
  font-family: b;
  font-weight: bold;
  color: #666666;
  line-height: 19px;
  margin-bottom: 16px;
}
header .m-head .m-search-input {
  width: 85%;
  height: 22px;
  background: #FFFFFF;
  border-radius: 54px 54px 54px 54px;
  opacity: 1;
  border: 1px solid #FFFFFF;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  display: none;
}
header .m-head .m-search-input input {
  border: none;
  width: 80%;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #111111;
  line-height: 16px;
}
header .m-head .m-search-input img {
  width: 20px;
  height: 20px;
}
.xian {
  display: flex;
}
#content {
  flex: 1;
  width: 1280px;
  margin: 0 auto;
  padding: 24px 36px 40px;
}
#content .cont-l .bread {
  color: #999999;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
#content .cont-l .bread a {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 21px;
  margin-right: 5px;
}
footer {
  background: #111111;
}
footer .foot {
  width: 1280px;
  height: 144px;
  background: #111111;
  margin: 0 auto;
  padding: 24px 36px;
  display: flex;
  justify-content: space-between;
}
footer .foot .ft-l h3 {
  width: 171px;
  height: 18px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 16px;
  margin-bottom: 6px;
}
footer .foot .ft-l .ft-text {
  width: 576px;
  height: 72px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 18px;
}
footer .foot .ft-l .ft-text a {
  color: #FFFFFF;
}
footer .foot .fl-r {
  text-align: right;
}
footer .foot .fl-r .logo {
  width: 148px;
  height: 48px;
}
footer .foot .fl-r .ft-list a {
  width: 49px;
  height: 15px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 14px;
  margin-right: 16px;
}
footer .foot .fl-r .ft-list a:last-child {
  margin-right: 0;
}
footer .foot .fl-r .ft-list a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .m-foot {
  width: 100%;
  background: #111111;
  padding: 16px;
  display: none;
}
footer .m-foot .m-logo {
  width: 136px;
  height: 44px;
  margin-bottom: 4px;
}
footer .m-foot .m-ft-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .m-foot .m-ft-list a {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 14px;
  margin-right: 16px;
}
footer .m-foot .m-ft-list a:last-child {
  margin-right: 0;
}
footer .m-foot .m-ft-list a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .m-foot .ft-text {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #817f7f;
  width: 100%;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 18px;
}
footer .m-foot .ft-text a {
  color: #FFFFFF;
}
@media (min-width: 860px) and (max-width: 1200px) {
  header .head {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  #content {
    flex: 1;
    width: 100%;
    padding: 16px;
  }
  footer .foot {
    display: none;
  }
  footer .m-foot {
    display: block;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  header .head {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  #content {
    flex: 1;
    width: 100%;
    padding: 16px;
  }
  footer .foot {
    display: none;
  }
  footer .m-foot {
    display: block;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  header .head {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  #content {
    flex: 1;
    width: 100%;
    padding: 16px;
  }
  footer .foot {
    display: none;
  }
  footer .m-foot {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  header .head {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  #content {
    flex: 1;
    width: 100%;
    padding: 16px;
  }
  #content .cont-l .bread a:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 50%;
  }
  footer .foot {
    display: none;
  }
  footer .m-foot {
    display: block;
  }
}
