* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.page-box {
  width: 100%;
  height: 100%;
}
/* 导航栏 */
.nav-box {
  width: 100%;
  height: 56px;
  background: #000000;
}
.nav-info {
  width: 1580px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-left {
  display: flex;
  align-items: center;
}
.nav-left > li {
  padding: 0px 10px;
  box-sizing: border-box;
  line-height: 56px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.nav-left > li.active {
  color: #5d97ff;
  position: relative;
}
.nav-left > li > .line {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 58px;
  height: 4px;
  background: #5d97ff;
  z-index: 10;
}
.nav-right {
  display: flex;
  align-items: center;
}
.nav-right > .search-box {
  width: 293px;
  height: 27px;
  background: rgba(136, 143, 148, 0.5);
  border-radius: 14px;
  display: flex;
  align-items: center;
  padding: 0px 14px;
  box-sizing: border-box;
}
.nav-right > .search-box > img {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
.nav-right > .search-box > input {
  background: transparent;
  border: none;
  flex: 1;
  color: #fff;
}
.nav-right > .other-box {
  display: flex;
  align-items: center;
}
.nav-right > .other-box > li {
  padding: 0px 20px;
  font-size: 14px;
  box-sizing: border-box;
  color: #ffffff;
  border-left: 1px solid #fff;
}
.nav-right > .other-box > li:first-child {
  border: none;
}

/* 尾部信息 */
.footer-box {
  width: 100%;
  height: 286px;
}
.footer-box > .footer-list-box {
  width: 100%;
  height: 77px;
  border-top: 6px solid #5482d4;
  box-sizing: border-box;
  background: #e6e6e6;
}
.footer-box > .footer-list-box > .footer-list {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.footer-box > .footer-list-box > .footer-list > li {
  width: 25%;
  text-align: center;
  line-height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #666666;
  position: relative;
}
.footer-box > .footer-list-box > .footer-list > li > img {
  width: 20px;
  height: 22px;
  margin-right: 16px;
  display: block;
}
.footer-box > .footer-list-box > .footer-list > li::after {
  content: '|';
  display: block;
  color: #eee;
  position: absolute;
  right: 0px;
}
.footer-box > .footer-list-box > .footer-list > li > select {
  width: 90%;
  background: transparent;
  border: none;
  text-align: center;
  font-size: 14px;
  color: #666666;
}
.footer-box > .footer-info-box {
  width: 100%;
  height: 210px;
  background: #dee0e2;
}
.footer-box > .footer-info-box .footer-info {
  width: 1200px;
  margin: 0 auto;
  padding-top: 55px;
  box-sizing: border-box;
  display: flex;
}
.footer-box > .footer-info-box .footer-info > .info-left {
  display: flex;
}
.footer-box > .footer-info-box .footer-info > .info-left > .footer_1 {
  width: 56px;
  height: 66px;
  margin-right: 12px;
}
.footer-box > .footer-info-box .footer-info > .info-left > .footer_2 {
  width: 111px;
  height: 50px;
  margin-right: 33px;
}
.footer-box > .footer-info-box .footer-info > .info-left > .info-text {
  margin-right: 60px;
margin-left: 20px;
}
.footer-box > .footer-info-box .footer-info > .info-left > .info-text > p {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}
.footer-box > .footer-info-box .footer-info > .info-right > p {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  display: flex;
}

