* {
  margin: 0px;
  padding: 0px;
  transition: all 0.3s;
}
body {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  position: relative;
  font-size: 14px;
  font-family: "Microsoft YaHei", "微软雅黑";
}
ul {
  margin-bottom: 0px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.container {
  width: 1398px;
  margin: 0 auto;
}
.head {
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 999;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .logo {
  width: 454px;
}
.head .logo img {
  width: 100%;
}
.head .nav {
  margin-left: 100px;
}
.head .nav li {
  display: inline-block;
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.head .nav li a {
  color: #fff;
}
.head .nav li .menu {
  position: absolute;
  display: none;
  z-index: 999;
  top: 50px;
  left: 0px;
  text-align: left;
  width: 200px;
  color: #000;
  padding-top: 5px;
}
.head .nav li .menu div {
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 250px;
  width: 100%;
  padding: 10px;
}
.head .nav li .menu a {
  color: #000;
  font-size: 15px;
  line-height: 45px;
}
.head .nav li .menu a:hover {
  color: #ffc600;
}
.head .nav li .menu .item {
  width: 50%;
  display: block;
}
.head .nav li:hover {
  background-color: #ffc600;
}
.head .nav li:hover .menu {
  display: block;
}
.head .nav li.on {
  background-color: #ffc600;
}
.location {
  font-size: 16px;
  padding: 36px 0px;
}
.location a {
  color: #101010;
}
.location a:hover {
  color: #206297;
}
.page {
  text-align: center;
  width: 100%;
  padding: 30px 0px;
  margin-top: 30px;
}
.page a {
  color: #666;
  display: inline-block;
  padding: 0px 5px;
}
.page a:hover {
  color: #206297;
}
.foot {
  text-align: center;
  width: 100%;
  background-color: #333333;
  color: #ccc;
  font-size: 16px;
}
.foot a {
  color: #ccc;
  display: inline-block;
  margin: 0px 10px;
}
.foot div:nth-child(1) {
  border-bottom: 1px solid #595858;
  padding: 50px 0px;
}
.foot div:nth-child(2) {
  padding: 20px 0px;
  line-height: 40px;
}
