/* .bannerHead.showdiv .header {
  transform: none;
  opacity: 1;
}
.header{
  transition: all 0.7s ease-out 0s;
} */
/* .bannerHead{
  top: -156px;
  transition:300ms;
} */
.menu>.menuTitle{
  font-size: 20px;
  font-weight: bold;
}
.bannerHeight{
  animation: bannerHeight 700ms;
  top: 0;
}
@keyframes bannerHeight{
  0%{
    top: -156px;
  }
  100%{
    top: 0;
  }
}
.title-wrap{
  text-align: center;
}
#menus .subMenu{
  font-size: 18px;
  float: left;
  line-height: 54px;
  width: 140px;
}
#menus .subMenu:hover{
  background-color: #ccc3;
}
#content{
  position: fixed;
}
#content.showdiv {
  top: 0;
}
.zhanwei{
  height: 156px;
}
#homeDown{
  cursor: pointer;
}
ul.navitem{
  transition: all 0.2s ease-out 0s;
  border-top: 2px solid transparent;
}
#menus>.menu:hover ul.navitem{
  display: block !important;
  border-color: #C53044;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
a.menuTitle:after{
  content: "";
  border-left: 2px solid #C53044;
  height: 32px;
  transition: all 0.2s ease-out 0s;
  transform: scaleY(0);
  left: 50%;
  transform-origin: center top;
  position: absolute;
  bottom: -37px;
}
a.menuTitle:before{
  content: "";
  border-bottom: 2px solid #C53044;
  margin-top: 5px;
  display: inline-block;
  width: 100%;
  transition: all 0.2s ease-out 0s;
  transform: scaleX(0);
  position: absolute;
  bottom: -6px;
}
a.menuTitle.now:before{
  transform:none;
}
a.menuHover.menuTitle:after{
  transform: none;
}
a.menuHover.menuTitle:before{
  transform: none;
}
.news-content-wrap{
  text-align: left;
}
.news-tab-wrap-middle>.line>.time{
  width: 85px;
}
.menu>.menuTitle:hover:before{
  transform: none;
}
.menuLogo{
  width: 360px;
  height: 66px;
}
/* @media (max-width:1200px){
  .menuLogo{
    width: 66px;
    height: 66px;
  }
} */
@media (max-width:1600px){
  /* html{
      zoom: 0.9;
  } */
}
@media (max-width:1400px){
  body {min-width: 1400px;}
  /* html{
      zoom: 0.8;
  } */
}
@media (max-width:1200px){
  body {min-width: 1200px;}
  /* .footer .foot_nav{width: 1200px;margin: 0 auto;padding-top: 59px;}
  .footer{height: 842px;} */
  /* html{
      zoom: 0.7;
  } */
}