.menuArea,
.menuArea2 {
  display: none;
}

.menu:hover .menuArea2 {
  display: block;
}
.swiper-pagination-bullet{
  width: 33px;
  height: 5px;
  background: #FFFFFF;
  border-radius: 0;
}
.swiper-button-next,.swiper-button-prev{
  display: none;
}
.homeTab{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  border: 0;
  outline: 0;
}
.homeTab .active{
  background: #b02d34 !important;
  border: 0;
  outline: 0;
}
.flex1{
  flex: 1;
}
.head-news-nav .flex1{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  line-height: 26px;
  font-size: 16px !important;
}
.head-news-nav :hover .inform-span-right{
  /* background: #cea669; */

}
.head-news-nav :hover .flex1{
  background: #981e24;
  color: white;
  cursor: pointer;
  /* background: #cea669; */
}
.head-news-nav :hover .back1{
  background: #981e24;
  color: white;
  cursor: pointer;
  /* background: #cea669; */
}

.head-news-nav2 .flex1{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  line-height: 26px;
  font-size: 16px !important;
}
.head-news-nav2 :hover .inform-span-right{
  /* background: #cea669; */

}
.head-news-nav2 :hover .flex1{
  background: #981e24;
  color: white;
  cursor: pointer;
  /* background: #cea669; */
}
.head-news-nav2 :hover .back1{
  background: #981e24;
  color: white;
  cursor: pointer;
  /* background: #cea669; */
}
/*当屏幕尺寸大于1200px时，应用下面的CSS样式*/
@media screen and (min-device-width: 1200px) {
  .navItem a:hover {
    color: #fff !important;
  }

  .homeTab .nav-link{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background: transparent;
    border: 0;
    margin-left: 1.5rem;
    outline: none;
    font-size: 16px;
  }

  .navItem .navTitle:hover {
  }

  .navTitle {
    font-size: 16px;
    font-family: Microsoft YaHei;
    /* font-weight: 600;*/
    color: #fff;
    /* display: block;
    text-align: center; */
  }

  .menuArea2 {
    position: absolute;
    top: 20px;
    left: 180px;
    z-index: 999;
    width: 100%;
    cursor: auto;
    /* background: rgba(0, 0, 0, 0.3); */
  }

  .menuArea2 .menu2:hover {
    background: #fdeeee !important;
  }

  .menu2 {
    width: 154px;
    /* color: white; */
    background: #FFF8F8;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-star;
    font-size: 14px;
  }

  .menuArea {
    position: absolute;
        top: 50px;
    z-index: 999;
    cursor: auto;
  }

  .menuArea>div:nth-child(1) {
     /*width:154px;*/
    color: #FFF8F8;
    /* background: rgba(0, 0, 0, 0.3); */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .menuArea>div:nth-child(1)>div {
    cursor: pointer;
    line-height: 40px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: flex-star;
    background: #fff;
    text-align: center;
    display: block;
    font-size: .875rem;
    background: #962328;
   
  }
  .menu a{
    color: white;
  }

  .menu:hover {
    background: #85161c !important;
  }
  .menu:hover a{
    color: #fff !important;
  }
  .menuArea>div:nth-child(1)>div>img {
    /* width: 20px; */
    height: 13px;
    display: none;
  }


  .menuArea>div:nth-child(2) {
    flex: 1;
    display: flex;
    align-items: center;
    display: none;
  }

  .menuArea>div:nth-child(2) img {
    width: 280px;
    height: 123px;
    margin-right: 30px;
  }

  .head-main-div {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 72.9%;
    margin: 0 auto;
    flex-direction: column;
    background-color: #AC1F27;
  }
  
  .head-main-nav{
    font-size: 16px;
    width: 100%;
    display: flex;

    align-items: center;
    justify-content: space-between;
  }

  .head-main-nav>.navItem {
    color: #ffffff;
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14.28%;
    line-height: 52px;
    height: 52px;
  }
  .menu a{
    font-weight: 500;
    font-size: 14px;
  }
  

  .head-main-nav>.navItem:hover {
    background: #991920;
    /* background: #041b3f; */
    /* color: rgb(255, 0, 0); */
  }

  .head-main-nav>.navItem:hover .menuArea {
    display: flex;
  }
}

/*当屏幕尺寸小于1200px时，应用下面的CSS样式*/
@media screen and (max-device-width: 1200px) {
  .head-main-div {
    display: none;
  }

  .homeTab .nav-link{
    padding-left: 1rem;
    padding-right: 1rem;
    background: transparent;
    border: 0;
    margin-left: 1rem;
    outline: none;
  }
  .head-main-nav .navTitle {
    display: flex;
    background: #AC1F27;
    height: 55px;
    align-items: center;
    padding-left: calc(25px / 2);
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fefefe;
    /* position: absolute; */
    /* top: 10%; */
    width: 100%;
display: block !important;
  }

  .navTitle {
    color: #AC1F27;
    padding: 10px 20px;
  }

  .menu:hover .menuArea2 {
    display: flex;
    flex-wrap: wrap;
  }
  .menuArea2 .menu2 {
    width: 33.33%;
    font-size: .75rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9ca7b8;
  }
  .menu {
    padding: 0 calc(25px / 2);
    background: #AC1F27;
  }
  .menuArea > div:nth-child(1) > div > img {
    display: none;
  }
  .menuArea > div:nth-child(1) > div > span {
    color: #fff;
    margin-left: 10px;
  }
  .menu a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ced3dc;
    background: #AC1F27;
    width: 100%;
    height: 100%;
    display: block;
    height: 48px;
    display: flex;
    align-items: center;
    position: relative;
    /* border-bottom: 1px solid #1e437d; */
  }
}