body, p, h2, h3{
    margin: 0;
}

a {
    text-decoration: none;
}

.page {
    background: #EFEFEF;
    min-height: 100vh;
    box-sizing: border-box;
    padding: 20px 0 0;
}

.page .page-container {
    width: 1366px;
    margin: 0 auto;
    padding: 10px 20px;
}
ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.pages{
    background: #EFEFEF;
    min-height: 100vh;
    box-sizing: border-box;
}



/* 头部导航样式 */
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: 40px;
    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;
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-size: 14px;
  }
  nav .top-right span:nth-child(2) {
    /* height: 14px; */
    border-left: 1px solid #ddd;
    cursor: pointer;
    /* line-height: 14px; */
    /* color: #666; */
    margin-left: 15px !important;
  }
  nav hr {
    background: #666;
    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: 64%;
    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;
  }
  .shengdian {
    width: 90px;
    vertical-align: middle;
  }
  