
/* 头部导航样式 */
.header {
    width: 100%;
    height: 78px;
    box-sizing: border-box;
    padding: 0 1%;
  }
  .tempbox{
    position: absolute;
    top: 78px;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 78px;
    z-index: 9999999;
    display: none;
    font-size: 8px;
    box-shadow: 10px 10px 10px #666;
    color: #acacac;
  }
  .tempbox > div {
    justify-content: center;
  }
  .sec-box:hover .tempbox{
    position: absolute;
    top: 78px;
    left: 0;
    background-color: #fff;
    z-index: 9999999;
    display: block !important;
    font-size: 8px;
    box-shadow: 10px 10px 10px #666;
    color: #acacac;
  }
  .cont {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .cont .logo {
    display: flex;
  }
  /*.navBlock5 {
    width: 10px;
    height: 2px;
    transform: skewX(30deg);
    position: relative;
    top: -20px;
    left: 50%;
    background: #333;
  }
  .navBlock7 {
    width: 10px;
    height: 2px;
    transform: skewX(30deg);
    position: relative;
    top: -20px;
    left: calc(50% - 5px);
    background: #333;
  }*/
.customBorder {
  width: 10px;
  height: 2px;
  transform: skewX(30deg);
  position: relative;
  top: -20px;
  left: 55%;
  background: #333;
}
  .activeBlock {
    background: #fff;
  }
  .leftNav {
    display: flex;
    width: 99px;
    height: 32px;
    align-items: center;
    background: url("../img/nav/logo.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .midLine {
    width: 1px;
    height: 26px;
    background: #acacac;
    margin-left: 6px;
  }
  .brtvLogo {
    margin-left: 5px;
    width: 60px;
  }
  .brtvLogo img {
    width: 55px;
    height: 11px;
  }
  .midNav {
    display: flex;
    align-items: center;
    height: 78px;
    margin-left: 25px;
  }
  .midNav .nav-box {
    text-align: center;
    line-height: 78px;
    transform: skewX(-30deg);
    min-width: 80px;
    height: 78px;
    font-size: 16px;
    margin-right: 8px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .midNav .nav-a {
    display: inline-block;
    transform: skewX(30deg);
    color: #333;
    text-decoration: none;
  }

  a:hover{
    color:  #333 !important
  }

  .midNav .activeNav {
    background-color: #90cf2f;
  }
  .midNav .activeNav a{
    color: #ffffff !important;
  }
  .rightNav {
    width: 150px;
    text-align: right;
  }
  .rightNav ul {
    width: 100%;
  }
  .rightNav ul li {
    width: 100%;
  }
  .weiCode {
    width: 100px;
    height: 100px;
    position: absolute;
    background: url("../img/home/rightFixd/fixdCode1.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    z-index: 99999;
  }
  .rightNav:hover .weiCode{
    width: 100px;
    height: 100px;
    position: absolute;
    background: url("../img/home/rightFixd/fixdCode1.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    z-index: 99999;
  }

  .iconPic:nth-child(1) img {
    width: 28px !important;
    height: 22px !important;
  }
  .flex {
    display: flex;
    /* flex-direction: row; */
    flex-wrap: nowrap;
  }
  .pointer {
    cursor: pointer;
  }
  .pointer a{
    /*color: #333;*/
    text-decoration: none;
  }
.headerImg{
  display: flex;
  align-items: center;
  justify-content: center;
}
  /* 头部导航样式结束 */
