nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 115px;
  background: #fff;
  color: #666;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  z-index: 9999;
}
nav .top {
  height: 50px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .top-left {
  display: inherit;
}
nav .top-left img {
  height: 23px;
  width: auto;
}
nav .top-right {
  color: #fff;
  text-align: center;
  line-height: 30px;
}
nav .top-right span {
  cursor: pointer;
}
nav .top-right span:nth-child(1) {
  display: inline-block;
  width: 94px;
  height: 30px;
  background: #b6141a;
  border-radius: 2px;
}
nav .top-right span:nth-child(2) {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #666;
  color: #666;
}
nav hr {
  background: #8b8b8b;
  opacity: 0.2;
  height: 1px;
  border: none;
  margin: 0;
}
nav .bottom {
  width: 1200px;
  margin: 0 auto;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav.f hr {
  background: #8b8b8b;
}
.navbarBox {
  width: 44%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  font-size: 15px;
}
.navbarBox > li > a {
  display: inline-block;
  padding: 12px 0px 10px 0px;
  margin: 10px;
  border-bottom: 2px solid transparent;
}
.navbarBox > li > a {
  color: #333;
}
.activeHeader .navbarBox {
  display: flex !important;
}
.activeHeader .navbarBox > li > a {
  color: #333;
}
.navbarBox > li > a:hover {
  color: #b6141a;
}
.navbarBox .active {
  font-weight: bold;
  color: #b6141a !important;
  border-bottom: 2px solid #b6141a;
}
.navbarBox .active a {
  color: #b6141a !important;
}
.policy {
  overflow: hidden;
  margin-top: 115px;
}
.policy-box {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 60px;
  background: #fff;
  margin-top: 40px;
  min-height: 520px;
}
.policy-boxtitle {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.policy-boxtitle img {
  width: 27px;
  height: 27px;
}
.policy-boxtitle div {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  flex-shrink: 0;
  flex-grow: 1;
  margin-right: 20px;
  margin-left: 10px;
}
.policy-tab1 li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  cursor: pointer;
}
.policy-tab2 li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  cursor: pointer;
}
.footer {
  background: #e8eaef;
  margin-top: 20px;
}
.footer-content {
  padding-top: 46px;
  color: #666;
  width: 1200px;
  margin: 0 auto;
}
.footer-content-li {
  width: 232px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-content-li1 {
  width: 310px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-content-li2 {
  width: 320px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-content-title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.footer-ul {
  margin: 0;
  padding: 0;
  padding-top: 10px;
}
.footer-ul li {
  list-style: none;
  margin-top: 13px;
  line-height: 1.4;
  font-size: 14px;
}
.footer-libox {
  cursor: pointer;
  position: relative;
}
.footer-libox span {
  display: block;
}
.footer-libox span:hover {
  color: #b6141a;
}
.footer-bottomtxt {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
  bottom: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  margin-top: 160px;
  font-size: 14px;
  padding-bottom: 35px;
  text-align: center;
}
.footer #baNum {
  color: #666;
  text-decoration: none;
}
.footer #baNum:link {
  color: #666;
}
.footer #baNum:hover {
  color: #666;
}
.footer #baNum:active {
  color: #666;
}
