.top-nav {
  width: 100%;
  height: 110px;
  background: #FFFFFF;
  /* opacity   : 0.73; */
  position: fixed;
  top: 0;
  z-index: 10;
}

.topbar-wrap {
  max-width: 1200px;
  display: flex;
  height: 100%;
  margin: 0 auto;
}

.nav-list {
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.nav-list .nav-logo {
  /* width  : .9rem;
  height : .9rem; */
  padding: 0 0;
  height: 100%;
}

.nav-list .nav-logo img {
  /* width : 100%;
  height: 100%; */
  position: relative;
}

.nav-list li a {
  color: #2D2D2D;
  font-family: PingFang SC;
  font-weight: 400;
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.nav-list li a:hover {
  color: #BD1235;
}

.xuanzhong {
  color: #BD1235;
}

.nav-list li {
  height: 100%;
  font-size: 20px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0 .2rem;
}

.bottom-nav {
  margin-top: .8rem;
  width: 100%;
  height: 85px;
  background: #E1E1E1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.bottom-nav-box {
  display: flex;
  justify-content: center;
  font-size: .2rem;
}

.copyright {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #676767;
}

.line-between {
  padding: 0 .1rem;
}

@media screen and (max-width:768px) {
  .topbar-wrap {
    max-width: 100%;
  }
}

.phone-nav {
  display: none;
}

.phone-nav {
  width: 100%;
  height: 60px;
  background: rgba(46, 55, 65, .73);
  position: fixed;
  top: 0;
  z-index: 10;
}

.phone-logo {
  display: inline-block;
  width: 60px;
  height: 100%;
}

.phone-logo img {
  display: inline-block;
  height: 60px;
}

.phone-ul li {
  float: left;
  color: #fff;
  font-size: 16px;
  width: calc((100%)/9);
  line-height: 60px;
  text-align: center;
}

.phone-more {
  width: 60px;
  height: 60px;
  float: right;
  padding: 15px;
}

.phone-close {
  width: 60px;
  height: 60px;
  float: right;
  padding: 15px;
}

.phone-more2 {
  width: 30px;
  height: 12px;
  border-top: 2px #fff solid;
  float: left;
}

.phone-page {
  width: 100%;
  height: auto;
  background: rgba(46, 55, 65, .73);
  position: fixed;
  top: 40px;
  z-index: 99;
  display: none;
}

.phone-page ul {
  width: 100%;
  height: auto;
}

.phone-page ul li {
  height: calc((100%)/8);
  text-align: center;
  color: #fff;
  line-height: 42px;
}

.phone-page ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
}

.phone-page ul li:hover {
  background-color: #BF1B3C;
}

.banner-box {
  display: none;
}