﻿.linkmap {
  display: none;
}
.wrap_main .site_banner{
display: none;
}

.main_content {
  width: 62.5vw;
  margin: 0 auto;
  overflow: hidden;
}

.wrap .top_header {
  position: absolute;
  top: 0;
  z-index: 15;
  width: 100%;
  background: linear-gradient(180deg, #1451CC 0%, rgba(38, 101, 231, 0) 100%);
}

.banner.fade {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: relative;
  --swiper-pagination-bottom: 10vw;
  --swiper-theme-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-width: 1.38vw;
  --swiper-pagination-bullet-height: 1.38vw;
  --swiper-pagination-bullet-inactive-opacity: 0.6;
  --swiper-pagination-bullet-horizontal-gap: 0.5vw;

}
.scroll-indicator {
 position: absolute;
 bottom: 50px;
 left: 50%;
 color: white;
 animation: bounce 2s infinite;
 cursor: pointer;
 z-index: 10;
 transition: all 0.3s ease;;
 text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
 width: 45px;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
 transform: translateY(0) translateX(-50%);
  }

  40% {
 transform: translateY(-20px) translateX(-50%);
  }

  60% {
 transform: translateY(-10px) translateX(-50%);
  }
}
.erwei_codecon{
  position: absolute;
  right: 10vw;
  bottom: 14vw;
  z-index:2;
  display: flex;
  padding: 1.67vw;
  background: #0000005e;
  color: #fff;
  border-radius: 0.23vw;
  padding-bottom: 0.7vw;
  text-align: center;
  font-size: 15px;
  box-sizing: border-box;
  width: 15.77vw;
  justify-content: space-between;
  flex-wrap: wrap;
}
.erwer_item{
  margin-bottom: 0.57vw;
  width: 45%;
}
.erwer_item img{
  max-width: 100%;
  margin-bottom: 10px;
}
.banner .swiper-container {
  height: 100%;
  width: 100%;
}

.banner .swiper-slide .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}

.banner .swiper-slide-active .pic {
  transition: 6s linear;
  transform: scale(1, 1);
}

.banner .pagination {
  position: absolute;
  z-index: 10;
  text-align: right;
  padding-right: 30vw;
  box-sizing: border-box;
}

.banner .pagination .swiper-pagination-bullet-active {
  width: 4vw;
  border-radius: 1vw;
}

.row_meniu {
  padding: 3.85vw 0 4.17vw 0;
  background-image: url(/Content/Areas/Hospitals/images/Main/row_menu_bg.png);
  background-position: center;
  background-size: cover;
}

.row_meniu .main_content {
  position: relative;
  overflow: inherit;
}

.main_tit {
  margin-bottom: 3vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.row_meniu .main_tit {
  /* margin-bottom: 4.61vw; */
}

.main_tit_name {
  font-size: 25px;
  color: #000;
  margin-bottom: 10px;
}

.main_tit_en {
  font-size: 15px;
  color: #666;
}

.meniuClolrBlock {
  position: absolute;
  width: 12.97vw;
  height: 9.97vw;
  background: #245CCE;
  right: 0;
  top: -3.85vw;
}

.meniu_img {
  width: 49.53vw;
}

.meniu_img img {
  width: 100%;
}

.row_meniu_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.row_meniu_item {
  width: 33.33%;
  /* background: #4557C5; */
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 2.54vw 3.07vw;
  color: #fff;
}
.meniu_item1 {
  background: #4557C5;
}
.row_meniu_item:hover {
  color: #fff;
}
.meniu_item_icon svg{
  width: 100%;
}
.row_meniu_item:hover .meniu_item_icon svg{

 animation: rot 0.5s;
 -webkit-animation: rot 0.5s;

}
.row_meniu_item .meniu_item_icon svg path{
 fill: #ffffff;
}
.row_meniu_item:hover .meniu_item_icon svg path{
 fill: #FFF1BF;
}
.row_meniu_item:hover .meniu_item_tit{
 color: #FFF1BF;
}
.row_meniu_item:hover .meniu_item_tit .meniu_item_Enname{
 color: #FFF1BF;
}
.meniu_item_icon {
  margin-right: 0.83vw;
  width: 4vw;
}

.meniu_item_tit .meniu_item_name {
  font-size: 22px;
  margin-bottom: 5px;
}

.meniu_item_tit .meniu_item_Enname {
  font-size: 15px;
  color: #dfdfdf;
}

.meniu_item2 {
  background: #3791AD;
}

.meniu_item3 {
  background: #B9A172;
  width: 33.33%;
}

.meniu_item4 {
  background: #247CBC;
  position: absolute;
  top: -100%;
  right: 0;
  width: 33.333%;
}

.meniu_item5 {
  background: #245CCE;
  position: absolute;
  top: -200%;
  right: 0;
  width: 33.33%;
  cursor: pointer;
}
.meniu_item3 .row_meniu_item,.meniu_item5 .row_meniu_item,.meniu_item4 .row_meniu_item{
  width: auto;
}
.meniu_item4 .row_meniu_item{
  background:#247CBC;
}

.sub_menu_list{
  background: #0662A5;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  opacity: 0;
  text-align: center;
  z-index: -1;
  transition: all 0.3s linear;
  width: calc(4.68vw + 105px);
}
.meniu_item3 .sub_menu_list{
  top: -200%;
}
.meniu_item4 .sub_menu_list{
  top: -100%;
}
.meniu_item3:hover .sub_menu_list{
  opacity: 1;
  z-index: 1;
}
.meniu_item4:hover .sub_menu_list{
  opacity: 1;
  z-index: 1;
}
.sub_menu_list .sub_menu_item{
  display: block;
  padding: 1.2vw 2.34vw;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.sub_menu_item::after{
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background: #fff;
  left: 25%;
  bottom: 0;
  transition: all .3s linear;
}
.sub_menu_item:hover{
  color: #FFF1BF;
  background: #2f78b7;
}
.sub_menu_item:hover::after{
  width: 100%;
  left: 0;
}

.row_department{
  padding: 4.17vw 0;
  background-image: url(/Content/Areas/Hospitals/images/Main/row_department_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.whrite .main_tit_name{
  color: #fff;
}
.whrite .main_tit_en{
  color: #dfdfdf;
}
.main_tit_more{
  color: #fff;
  padding-right: 40px;
  background-image: url(/Content/Areas/Hospitals/images/Main/more_bg_whrite.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  transition: all .2s linear;
}
.black .main_tit_more{
  color: #000;
  background-image: url(/Content/Areas/Hospitals/images/Main/more_bg_black.png);
}
.whrite .main_tit_more:hover{
  color: #fff;
  background-position: right 0px center;
}
.black .main_tit_more:hover{
  color: #245CCE;
  background-position: right 0px center;
}
.deparments_con{
  padding: 2.6vw;
  background-color: rgba(255,255,255,0.79);
  border-radius: 0.52rem 0.52rem 0.52rem 0.52rem;
  border: 2px solid #245CCE;
  background-image: url(/Content/Areas/Hospitals/images/Main/dep_con_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.dep_header{
  display: flex;
  justify-content: center;
  margin-bottom: 2.6vw;
}
.dep_header h2{
  font-size: 20px;
  padding: 1vw 2.85vw;
  color: #fff;
  background: #7B96BE;
}
.dep_header h2.on{
  background: #245CCE;
}
.dep_header h2:first-of-type{
  border-radius: 5.21rem 0 0 5.21rem;
}
.dep_header h2:last-of-type{
  border-radius: 0 5.21rem 5.21rem 0;
}
.dep_Con{
  display: none;
  flex-wrap: wrap;
  min-height: 300px;
  align-content: baseline;
 
}
.dep_Con.active{
  display: flex;
}
.dep_Con .tit_department{
  display: block;
  padding: 0.73vw 10px;
  background: #F3F8FF;
  border: 1px solid #245CCE;
  border-radius: 0.42rem 0.42rem 0.42rem 0.42rem;
  text-align: center;
  color: #245CCE;
  position: relative;
}
.dep_Con .tit_department::after{
  content: "";
  position: absolute;
  width: 14px;
  height: 10px;
  background: url(/Content/Areas/Hospitals/images/Main/dep_link_left.png) no-repeat center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .2s linear;
}
.dep_Con .tit_department::before{
  content: "";
  position: absolute;
  width: 14px;
  height:10px;
  background: url(/Content/Areas/Hospitals/images/Main/dep_link_right.png) no-repeat center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
   transition: all .2s linear;
}
.dep_Con .tit_department:hover{
  background: #245CCE;
  color: #fff;
}
.dep_Con .tit_department:hover::after{
  right: 10px;
}
.dep_Con .tit_department:hover::before{
  left: 10px;
}
.dep_Con .tit_department:hover::after,.dep_Con .tit_department:hover::before{
  opacity: 1;
}
.li_dep_name{
  width: 18.4%;
  margin-bottom: 1.56vw;
  margin-right: 2%;
}
.li_dep_name:nth-child(5n){
  margin-right: 0;
}
.row_doctor{
  padding: 4.17vw 0;
  background-image: url(/Content/Areas/Hospitals/images/Main/row_doctor_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-container-doc .img_a{
  display: block;
  margin-bottom: 1.15vw;
  text-align: center;
  transform: scale(0.7);
  transition: 300ms;
}
  .swiper-container-doc .img_a img{
 margin-bottom: 10px;
  }
.swiper-container-doc .img_a img{
  width: 100%;
 aspect-ratio: 3 / 4;
 object-fit: cover;
}
.con_doc{
  text-align: center;
}
.con_doc h2{
  font-size: 17px;
  color: #000;
  margin-bottom: 10px;
}
.con_doc p{
  font-size: 14px;
  color: #666;
}
.swiper-slide-prev .img_a,.swiper-slide-next .img_a{
  transform: scale(0.85);
}
.swiper-slide-active .img_a{
  transform: scale(1);
}
.row_doctor .arrow_btn{
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 width: 2.86vw;
 height: 2.86vw;
 cursor: pointer;
 transition: all 0.3s;
}
.row_doctor .main_content{
  overflow: inherit;
}
.doctors {
  position: relative;
}
.doctors_con {
  overflow: hidden;
}
.arrow-left_1.arrow_btn {
  background: url(/Content/Areas/Hospitals/images/Main/arrow_left.png) no-repeat center;
  background-size: 100%;
  left: -4vw;
}
.arrow-right_1.arrow_btn {
  background: url(/Content/Areas/Hospitals/images/Main/arrow_right.png) no-repeat center;
  background-size: 100%;
  right: -4vw;
}
.row_yiliao{
  background: #fff;
  padding: 4.17vw 0;
}
.row_yiliao_img{
  width: 100%;
}
.row_yiliao_con{
  position: relative;
}
.yiliao_con_items{
  position: absolute;
  right: 0;
  bottom: 2.55vw;
  display: flex;
}
.yiliao_con_item{
  height: 22.4vw;
  width: 9.38vw;
  display: flex;
  box-sizing: border-box;
  padding: 2.76vw 2.24vw;
  background: #0662A5;
  margin-right: 2.29vw;

}
.yiliao_con_item:last-of-type{
  margin-right: 0;
}
.yiliao_con_item.item2{
  margin-top: 3.23vw;
  background-image: ;
}
.columnLine{
  width: 5px;
  background: #C5AB76;
  margin-right: 1.88vw;
}
.item2 .columnLine{
  background:#296bd6;
}
.columnLine{
  height: 3.84vw;
  transition: all 0.2s ease-in-out;
}
.yiliao_con_item:hover .columnLine{
  height:100%;
}
.yiliao_con_item .item_name{
  font-size: 22px;
  color: #fff;
  writing-mode: vertical-rl;
  letter-spacing: 15px;
}

.yiliao_con_item.item1{
  background-image: url(/Content/Areas/Hospitals/images/Main/yiliao_item1.png);
  background-size: cover;
}
.yiliao_con_item.item1:hover{
   background-image: url(/Content/Areas/Hospitals/images/Main/yiliao_item1_hover.png);
   background-size: cover;
}
.yiliao_con_item.item2{
  background-image: url(/Content/Areas/Hospitals/images/Main/yiliao_item2.png);
  background-size: contain;
}
.yiliao_con_item.item2:hover{
  background-image: url(/Sites/Uploaded/UserUpLoad/20250723/20250723133733.png);
  background-size: contain;
}
.yiliao_con_item.item3{
  background-image: url(/Content/Areas/Hospitals/images/Main/yiliao_item3.png);
  background-size: contain;
}
.yiliao_con_item.item3:hover{
  background-image: url(/Content/Areas/Hospitals/images/Main/yiliao_item3_hover.png);
  background-size: contain;
}
.row_news{
  background-image: url(/Content/Areas/Hospitals/images/Main/row_news_bg.png);
  padding: 4.17vw 0;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.main_tit_mores .main_tit_more{
  display: none;
}
.main_tit_mores .main_tit_more.active{
  display: block;
}
.tabs_tit .main_tit_con{
  display: flex;
}
.tabs_tit .main_tit_name{
  margin-right: 2.5vw;
  margin-bottom: 0;
  color: #9ea7ba;
  cursor: pointer;
}
.tabs_tit .main_tit_name.active{
  color: #000;
}
.allNews_top{
  padding: 0.73vw 1.77vw;
  background: #fff;
  border-radius: 3.28vw;
  box-sizing: border-box;
  display: flex;
}
.allNews_top_left{
  margin-right: 0.83vw;

}
.allNews_top_right{
  flex:1;
  max-width: 95%;
}
.allNews_top_list{
 display: flex;
 height: 100%;
 align-items: center;
 justify-content: space-between;
 font-size: 17px;
}
.allNews_top_list li{
  width: 50%;
 box-sizing: border-box;
 display: flex;
 justify-content: space-between;
}
.allNews_top_list li:first-of-type{
  border-right: 1px solid #0F449D;
  padding-right: 0.89vw;
}
.allNews_top_list li:nth-child(2n){
  padding-left: 0.89vw;
}
.allNews_top_list li .title_type{
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.allNews_top_list li .span_date{
  flex-shrink: 0;
}
.allNews_con{
  display: flex;
}
.allNews_con_left{
  width: 62%;
}
.allNews_con_right{
  width: 38%;
}
.allNews_con_imgs{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.allNews_con_imgs li{
  width: 49%;
  position: relative;
  margin-top: 2.84vw;
}
.allNews_con_imgs li .img_box{
  display: block;
  position: relative;
}
.img_box img{
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: all 0.3s linear;
}
.img_box img:hover{
  transform: scale(1.05);
}
.allNews_con_imgs .title_type{
  display: block;
  padding: 1vw 0 1vw 5vw;
  box-sizing: border-box;
  min-height: 40px;
  font-size: 16px;
}
.allNews_con_imgs li .details{
  position: absolute;
  text-indent: 1000em;
  color: transparent;
  width: 4vw;
  height: calc(40px + 2vw);
  left: 0;
  bottom: 0;
  background-image: url(/Content/Areas/Hospitals/images/Main/jump_arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #2B74A9;
}
.allNews_con_imgs li .span_date{
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.68vw 1.51vw;
  background: #245CCE;
  color: #fff;
}
.allNews_con_list{

  padding-left: 2.24vw;
}
.allNews_con_list .span_date{
  display: block;
  margin-top: 10px;
}
.allNews_con_list li{
  margin-top: 2.84vw;
  font-size: 16px;
}
.allnotice_con_left{
  width: 100%;
}

.allNews_con_left.w100{
  width: 100%;
}
.allNews_con_left.w100 .allNews_con_imgs li{
  width: 32%;
}
.allnotice_con_left .allNews_con_list{
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.allnotice_con_left .allNews_con_list li{
  width: 48%;
}
.news_tabs{
  position: relative;
  min-height: 925px;
}
.news_tabs .news_tab{
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* width: 100%; */
  opacity: 0;
  /* z-index: -1; */
  transition: all 0.3s linear;
  display: none;
}
.news_tabs .news_tab.active{
  opacity: 1;
  /* z-index: 1; */
  display: block;
}
.zt_list{
 display: flex;
 flex-wrap: wrap;
}
.zt_list li{
 width: 30%;
 margin-bottom: 5%;
 overflow: hidden;
}
.zt_list .zt_name{
  text-align:center;
  font-size:16px;
  padding:15px 0;
  border-bottom: 1px solid #CDD3E5;
  transition: all 0.2s linear;
}
.zt_list li:hover .zt_name{
  background: rgba(36,92,206,0.07);
  border-bottom: 1px solid #245CCE;
}
.zt_list li:hover img{
  transform:scale(1.03);
}
.zt_list li:nth-child(3n-1){
 margin: 0 5%;
}
.zt_list li img{
 width: 100%;
 transition: all 0.2s ease-in-out;
}
@keyframes rot {
  0% {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  }
  25% {
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  }
  50% {
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  }
  75% {
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  }
  100% {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  }
 }
 
 @-webkit-keyframes rot {
  0% {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  }
  25% {
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  }
  50% {
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  }
  75% {
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  }
  100% {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  }
 }
  @media only screen and (max-width: 1440px){
 .main_tit_name{
   font-size: 20px;
 }
 .yiliao_con_item .item_name{
  font-size: 18px;
 }
 .allNews_con_imgs li .span_date{
   bottom: 0;
 }
 .news_tabs{
   min-height: 685px;
 }

 .meniu_item_icon img{
  width: 60px;
 }
 .meniu_item_tit .meniu_item_name{
  font-size: 20px;
 }
 .meniu_item_tit .meniu_item_Enname{
  font-size: 13px;
 }
 .li_dep_name{
  width: 24%;
  margin-right: 1%;
 }
  .li_dep_name:nth-child(5n){
 margin-right: 1%;
  }
 .li_dep_name:nth-child(4n){
  margin-right: 0;
 }
 .allNews_con_list li{
  font-size: 14px;
 }
 .allNews_con_imgs .title_type{
  font-size: 14px;
   display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2; 
  overflow: hidden;
 }
 .allNews_top_left img{
  width: 25px;
 }
  }
   @media only screen and (max-width: 1100px){
 .swiper-container-doc .img_a{
   transform:none;
 }
 .swiper-slide-prev .img_a,.swiper-slide-next .img_a{
   transform: none;
 }
   }
 @media only screen and (max-width: 768px){

   .row_meniu_item{
  justify-content:center;
   }
  .scroll-indicator{
 display:none;
  }
  .banner.fade {
 height: 50vw;
  }
  .erwei_codecon{
 display: none;
  }
  .main_content{
 width: 100%;
 padding: 0 10px;
  }
  .main_tit_name{
 font-size: 20px;
  }
  .main_tit_en{
 font-size: 12px;
  }
  .sub_menu_list{
 display: none;
  }
  .meniu_item_icon img{
 max-width: 100%;
 width: 30px;
 margin-right: 5px;
  }
  .meniu_item_tit .meniu_item_name{
 font-size: 16px;
  }
  .meniu_item_tit .meniu_item_Enname{
   display: none;
  }
  .row_meniu_item{
 padding: 10px;
  }
  .meniu_item4 .row_meniu_item,.meniu_item5 .row_meniu_item{
 padding: 15px 10px;
  }
  .meniu_item4{
 width: 50%;
 position: initial;
 }
  .meniu_item5{
 width: 50%;
 position: initial;
 }
  .meniuClolrBlock{
 top: auto;
  }
  .dep_header h2{
 font-size: 16px;
 padding: 10px 20px;
  }
   .li_dep_name:nth-child(3n){
 margin-right: 0;
   }
  .li_dep_name:nth-child(4n){
 margin-right: 1%;
 }
  .dep_Con .tit_department{
 display: flex;
 box-sizing: border-box;
 align-items: center;
 justify-content: center;
 padding:6px 10px;
 height: 100%;
  }
  .li_dep_name{
 width: 32.3%;
  }

  .swiper-slide-prev .img_a, .swiper-slide-next .img_a{
 /* transform: scale(0.7); */
 }
  .swiper-slide-active .img_a{
 transform: none;
  }
  .row_doctor .arrow_btn{
 display: none;
  }
  .yiliao_con_item{
 height: auto;
 width: auto;
  }
  .yiliao_con_item .item_name{
 font-size: 16px;
 letter-spacing:5px;
  }
  .columnLine{
 display: none;
  }
  .tabs_tit .main_tit_con{
 width: 70%;
  }
  .tabs_tit .main_tit_name{
 margin-right: 1%;
 width: 15%;
 font-size: 16px;
 }
  .allNews_top{
 padding: 10px;
  }
  .allNews_top_list{
 display: block;
  }
  .allNews_top_list li:nth-child(2n){
 padding-left: 0;
  }
  .allNews_top_list li{
 width: 100%;
 font-size: 14px;
  }
  .allNews_top_right{
 max-width: 88%;
  }
  .allNews_top_list li:first-of-type{
 border-right: none;
 padding-right: 0;
 margin-bottom: 8px;
  }
  .allNews_top_left{
 width: 12%;
 display: flex;
 justify-content: center;
 align-items: center;
 padding-right: 10px;
 margin-right: 0;
 box-sizing: border-box;
  }
  
  .allNews_top_left img{
 width: 25px;
  }
  .allNews_con{
 display: block;
  }
  .allNews_con_left{
 width: 100%;
  }
  .allNews_con_right{
 width: 100%;
  }
  .allNews_con_imgs li .details{
 display: none;
  }
  .allNews_con_imgs .title_type{
 padding: 10px;
 padding-bottom: 0;
 font-size: 14px;
 margin-bottom: 5px;
 }
  .allnotice_con_left .allNews_con_list li{
 width: 100%;
  }
  .allNews_con_imgs li .span_date{
 position: initial;
 background: none;
 color: #245CCE;
 padding-left: 10px;
 margin-top: 10px;
 display: block;
 }
  .allNews_con_list li{
 font-size: 14px;
  }
  .meniu_item_icon svg{
 height: 60px;
  }
  .row_department{
 background-size: cover;
  }
 .meniuClolrBlock {
 top: auto;
 display: none;
 }
 .meniu_img{
  display: none;
 }
 }    