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;
  border-left: 1px solid #ddd;
  color: #666;
  line-height: 14px;
  font-size: 14px;
}
nav hr {
  background: #B8B8B8;
  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;
}
.anli {
  margin-top: 115px;
  overflow: hidden;
}
.anli-backImg {
  text-align: center;
}
.anli-backImg img {
  vertical-align: middle;
}
.anli-kaitong {
  text-align: center;
  color: #666;
  margin-top: 10px;
  cursor: pointer;
}
.anli-Cont {
  width: 1200px;
  overflow-x: hidden;
  margin: 0 auto;
  background: #fff;
  min-height: 520px;
  position: relative;
  top: -250px;
  margin-bottom: -250px;
}
.anli-nav {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-left: 60px;
}
.anli-nav i {
  font-style: normal;
  cursor: pointer;
  color: #333 !important;
}
.anli-content-title {
  text-align: center;
  margin-top: 40px;
}
.anli-content-title img {
  vertical-align: middle;
}
.anli-content-list {
  margin: 0 auto;
  height: 1470px;
  width: 1120px;
  margin-top: 50px;
}
.anli-content-li {
  float: left;
  height: 186px;
  margin: 0 12px 24px;
  width: 200px;
  box-shadow: 0px 1px 2px #ddd;
  cursor: pointer;
}
.anli-content-li .openNumber {
  font-size: 12px;
  color: #666;
  text-align: center;
}
.anli-content-li .openNumber b {
  color: #b6141a;
}
.anli-content-div1 {
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.anli-content-div1 img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  vertical-align: middle;
}
.anli-content-div1 img:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.anli-content-div2 p {
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
}
.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;
}
