body {
  background: #F2F2F2;
}

.haderht .hesder .header-top {
  width: 1100px;
  margin: 0 auto;
  background: #F2F2F2;
}

.haderht .hesder .header-top h1 {
  float: left;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #9D9D9D;
  letter-spacing: 0;
  margin-left: 20px;
  margin-top: 4px;
}

.haderht .hesder .header-top .t-right {
  margin-top: 4px;
}

.haderht .hesder .header-top .t-right ul li {
  float: left;
  margin-right: 22px;
}

.haderht .hesder .header-top .t-right ul li a {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #9D9D9D;
  letter-spacing: 0;
}

.haderht .hesder .header-top .t-right ul li a:hover {
  color: #2D85AE;
}

.middle {
  background: #7F050F;
  margin-top: 4px;
}

.middle .middle-nav {
  width: 1100px;
  margin: 0 auto;
}

.middle .middle-nav .log {
  float: left;
  width: 177px;
  height: 88px;
  line-height: 85px;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 6px;

}

.middle .middle-nav .log img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.middle .middle-nav ul {
  float: left;
}

.middle .middle-nav ul li {
  float: left;
  width: 80px;
  height: 60px;
  margin-top: 20px;
  margin-right: 5px;
}

.middle .middle-nav ul li span {
  display: block;
  height: 60px;
  line-height: 60px;
  width: 80px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
}



.middle .middle-nav ul li.active span {
  background: #FFFFFF;
  border-radius: 12px;
  color: #7F050F;
}

.middle .middle-nav ul li:hover span {
  background: #FFFFFF;
  border-radius: 12px;
  color: #7F050F;
}

.middle .middle-nav ul li:first-child {
  margin-left: 20px;
}



.middle .middle-nav .suo {
  position: relative;
  float: right;
  margin-top: 37px;
  width: 136px;
  height: 26px;
  background: #71050D;
}


.middle .middle-nav input {
  background: #71050D;
  width: 110px;
  height: 26px;
  border-radius: 4px;
  border: none;
  outline: none;
  text-indent: 1em;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #D5D5D5;
  letter-spacing: 0;
}

.middle .middle-nav input::-ms-input-placeholder {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #D5D5D5;
  letter-spacing: 0;
}

.middle .middle-nav input::-webkit-input-placeholder {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #D5D5D5;
  letter-spacing: 0;
}

.middle .middle-nav .suoimg {
  position: absolute;
  top: 3px;
  right: 8px;
  width: 14px;
  height: 15px;
  line-height: 12px;
  text-align: center;
  background: #71050D;
  border: 1px solid #60040B;
  border-radius: 4px;
}




.middle .middle-nav .suoimg img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}