@charset "UTF-8";
/*header*/
header {
  width: 100%;
  height: 100px;
  min-width: 1366px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .6);
  z-index: 12;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.nav-content {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
header nav>a:hover {
  color: rgba(165, 34, 34, 0.55);
}
.logo {
  height: 100%;
  padding: 5px 20px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 15px;
  box-sizing: border-box;
}
.logo a {
  display: inline-block;
  position: relative;
  top: -5px;
  left: -50px;
}
.qiyouji {
  position: relative;
  top: 8px;
  margin: 0 5px;
}
.quleqi {
  position: relative;
  top: 6px;
}
.xinqiwan {
  position: relative;
  top: 3px;
}
.qijiuyou {
  position: relative;
}
header nav {
  display: flex;
  /*display: inline-block;*/
  height: 100%;
  align-items: center;
  font-size: 0;
  margin-left: 500px;
}
header nav > a {
  display: inline-block;
  width: 120px;
  text-align: center;
  color: #808080;
  font-size: 16px;
  border-right: 1px solid #808080;
  line-height: 16px;
}
header nav .join {
  border-right: 1px solid transparent !important;
}

/*footer*/
footer {
  width: 100%;
  height: 189px;
  min-width: 1366px;
  background: url("../img/footer.jpg") center top no-repeat;
  z-index: 11;
  overflow: hidden;
}
footer>div.box {
  width: 1260px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p3 {
  display: inline-block;
  line-height: 100%;
  padding: 15px 0;
  padding-right: 30px;
  border-right: 1px #666 solid;
}
.copyright {
  padding-left: 40px;
  /*margin-top: 20px;*/
  color: #4d4e4e;
  font-size: 14px;
}
.copyright p {
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}
.p1 {
  display: inline-block;
  font-size: 16px;
  text-align: left;
}
.p2 {
  font-size: 16px;
}
.p1 a {
  color: #747474;
}
.p1 p {
  display: inline-block;
}