﻿.wrap_top {
  height: 100vh;
  width: 100%;
 }
 
 .site_banner,
 .site_meniu {
  display: none;
 }
 
 .banner {
  display: block;
  margin: 0 auto;
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
 }
 
 .banner .swiper-container {
  height: 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 .arrow_btn {
  display: none;
 }
 
 .banner .swiper-pagination-bullet {
  --swiper-pagination-bullet-width: 18px;
  --swiper-pagination-bullet-height: 18px;
  background-color: #fff;
 }
 
 .banner .pagination {
  position: absolute;
  z-index: 10;
  text-align: right;
  --swiper-pagination-bottom: 4.2vw;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  padding-right: 10vw;
  box-sizing: border-box;
 }
 
 .main {
  position: relative;
 }
 
 .scroll_icon {
  position: absolute;
  top: -47px;
  left: calc(50% - 60px);
  width: 120px;
 }
 
 .scroll_icon img {
  width: 100%;
 }
 
 .scroll_tip {
  position: fixed;
  z-index: 1;
  bottom: 1.56vw;
  text-align: center;
  width: 100%;
 }
 
 .scroll_tip img {
  animation: scrollTipMove 1.5s infinite ease-in-out;
 }
 
 .home__qk {
  margin-top: 47px;
 }
 
 .home_meniu_con {
  /* background-image: url(/Content/Areas/Hospitals/images/homeMniuBg.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-size: cover
 }
 
 .main_content {
  width: 77vw;
  margin: 0 auto;
 }
 
 .home_meniu {
  padding: 3.6vw 1.56vw;
  display: flex;
  justify-content: space-around;
 }
 
 .home_meniu_item {
  width: 100%;
  color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 23.8vw;
  margin-left: 1.56vw;
 }
 
 .home_meniu_item1 {
  padding: 5.5vw 4.84vw 0 4.84vw;
  background-image: url(/Content/Areas/Hospitals/images/meniuItem1.png);
  margin-left: 0;
 }
 
 .home_meniu_item2 {
  padding: 5.5vw 2.84vw 0 2.84vw;
  margin-top: 5.2vw;
  background-image: url(/Content/Areas/Hospitals/images/meniuItem2.png);
 }
 
 .home_meniu_item3 {
  padding: 5.5vw 2.84vw 0 2.84vw;
  margin-top: 1.53vw;
  background-image: url(/Content/Areas/Hospitals/images/meniuItem3.png);
 }
 
 .home_meniu_item4 {
  margin-top: 5.2vw;
  padding: 5.5vw 4.84vw 0 4.84vw;
  background-image: url(/Content/Areas/Hospitals/images/meniuItem4.png);
 }
 
 .home_meniu_title {
  display: flex;
  align-items: center;
  margin-bottom: 1.1vw;
 }
 
 .home_meniu_title h3 {
  font-size: 1.2vw;
 }
 
 .home_meniu_links a {
  display: block;
  height: 2.6vw;
  line-height: 2.6vw;
  background: rgba(255, 255, 255, 0.12);
  margin-bottom: 1vw;
  text-align: center;
  color: #fff;
 }
 
 .home_meniu_link {
  position: relative;
 }
 
 .home_meniu_link span {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 16px;
 }
 
 .home_meniu_link::before {
  width: 0%;
  height: 100%;
  content: "";
  background-color: #2a49c47d;
  left: 0;
  top: 0;
  position: absolute;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
 }
 
 .home_meniu_link:hover::before {
  width: 100%;
 }
 
 
 /*科室版块*/
 
 .row_dep {
  background-image: url(/Content/Areas/Hospitals/images/homeDepBg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
 }
 
 .home_dep {
  padding: 4.69vw 0;
  display: flex;
  justify-content: space-between;
 }
 
 .home_dep_left {
  width: 35.3vw;
 }
 
 .home_dep_right {
  width: 40.2vw;
  position: relative;
 }
 
 .home_dep_left_cards {
  position: relative;
 }
 
 .home_dep_left_card {
  position: absolute;
  width: 24.38vw;
  z-index: 1;
  /* transform: translate(9.48vw, 10.47vw); */
  transition: all 0.5s linear;
 }
 
 .home_dep_left_card.card2 {
  /* position: absolute; */
  /* top: 9.48vw; */
  /* left: 10.47vw; */
 }
 .home_dep_left_card.active{
  z-index: 0;
  transform: translate(9.48vw, 10.47vw);
 }
 
 .home_dep_left_card .card_tit {
  position: absolute;
  right: 2.8vw;
  bottom: 2.8vw;
  color: #fff;
  font-size: 0.94vw;
  writing-mode: vertical-rl;
  letter-spacing: 8px;
  transition: all 0.3s;
 }
 
 .card_img img {
  width: 100%;
  transition: all 0.3s;
 }
 .home_dep_left_card:hover img {transform: scale(1.1);}
 .home_dep_left_card:hover .card_tit {
  transform: scale(1.1);
 }
 

 
 
 /*科室板块右侧*/
 
 .home_titIcon {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 3.28vw;
  margin-top: 3.5vw;
 }
 
 .home_titIcon::after {
  content: "";
  position: absolute;
  border-bottom: 5px solid #CAA57A;
  border-right: 20px solid transparent;
  height: 0;
  width: 7.5lvw;
  bottom: -20px;
  left: 0;
 }
 
 .home_titIcon span {
  color: #2A49C4;
  font-size: 1.36vw;
  margin-left: 1.25vw;
 }
 
 .dep_right_tipbg {
  position: absolute;
  right: 0;
  top: 0;
  width: 26.4vw;
  height: auto;
  z-index: 0;
 }
 
 .dep_right_deps {
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 12px;
 }
 
 .dep_right_tipbg img {
  width: 100%;
 }
 
 .sy_ts_tab {
  display: flex;
  justify-content: space-between;
  font-size: 0.945vw;
  color: #fff;
  position: absolute;
  right: 0;
  top: -5.5vw;
 }
 
 .sy_ts_tab .sy_keshihover {
  background: #2A49C4;
  color: #fff
 }
 
 .sy_ts_tab li {
  cursor: pointer;
  width: 7.57vw;
  height: 2.725vw;
  background: #63709C;
  text-align: center;
  line-height: 2.725vw;
  border-radius: 1.56vw;
  margin-left: 2vw;
 }
 
 .tab_zoom_boxall {
  /* background: #fff; */
  height: 34.7vw;
  overflow-y: scroll;
 }
 
 .tab_zoom_boxall::-webkit-scrollbar {
  width: 1.04vw;
 }
 
 .tab_zoom_boxall::-webkit-scrollbar-thumb {
  background-image: url(/Content/Areas/Hospitals/images/scrollBarBg.png);
  background-color: #2A49C4;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0.6vw;
  position: relative;
 }
 
 .tab_zoom_boxall::-webkit-scrollbar-track {
  background: #CED4E8;
 }
 
 .tab_zoom_boxall .ks_tab_con {
  display: none;
  padding: 1.56vw 3.9vw;
 }
 
 .tab_zoom_boxall .ks_tab_con.active {
  display: block;
 }
 
 .ul_department li {
  width: 14.58vw;
  border: 2px solid #00000047;
  height: 2.6vw;
  line-height: 2.6vw;
  text-align: center;
  margin-bottom: 1.56vw;
  border-radius: 1.3vw;
 }
 
 .ul_department li a {
  display: block;
  padding: 0 1.8vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
 }
 
 .ul_department li:hover {
  background: #2A49C4;
  box-shadow: 0px 10px 20px 0px rgba(55, 92, 221, 0.37);
  border: 2px solid #2A49C4;
 }
 
 .ul_department li:hover a {
  color: #fff;
 }
 
 .ul_department {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
 
 .row_news {
  background: #fff;
  padding: 5.21vw 0;
 }
 
 
 /*新闻板块*/
 
 .tab_tit {
  display: flex;
  justify-content: space-between;
 }
 
 .tab_tit .home_titIcon span:first-of-type {
  margin-left: 1.25vw;
 }
 
 .tab_tit .home_titIcon {
  margin-top: 0;
 }
 
 .tab_tit .home_titIcon span {
  margin-left: 2.6vw;
  color: #000;
 }
 
 .tab_tit .home_titIcon span.active {
  color: #2A49C4;
 }
 
 .tab_tit .home_tit_more a {
  display: none;
 }
 
 .tab_tit .home_tit_more a.active {
  display: block;
 }
 
 .news_tab_left {
  float: left;
  width: 47.5%;
 }
 
 .news_swiper .swiper-wrapper img {
  width: 100%;
  min-height: 24.48vw;
 }
 
 .news_tab_right {
  width: 50%;
  float: right;
 }
 
 .swiper-slide .Img_Box {
  position: relative;
 }
 
 .swiper-slide .tit_con {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  background-color: #00000087;
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 0;
 }
 
 .news_swiper .pagination {
  position: absolute;
  z-index: 1;
  right: 10px;
  left: auto !important;
  text-align: right;
  width: auto !important;
  --swiper-pagination-bullet-width: 14px;
  --swiper-pagination-bullet-height: 14px;
  --swiper-theme-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fffefee6;
 }
 
 .news_swiper .arrow-btn {
  display: none;
 }
 
 .big_date li {
  display: flex;
  margin-bottom: 1.6vw;
  box-sizing: border-box;
  position: relative;
 }
 
 .big_date li:hover .span_date {
  background-color: #2A49C4;
  border: 2px solid #2A49C4;
 }
 
 .big_date li:hover .ar_Con a {
  color: #2A49C4;
 }
 
 .big_date li:hover .span_date {
  color: #fff;
 }
 
 .big_date li:hover .span_date b {
  color: #fff;
 }
 
 .news_con {
  position: relative;
  height: 508px;
 }
 
 .news_tab {
  overflow: hidden;
  opacity: 0;
  transition: opacity 500ms ease 0s;
  z-index: 0;
  position: absolute;
  width: 100%;
 }
 
 .news_tab.active {
  z-index: 2;
  opacity: 1;
  display: block;
 }
 
 .big_date .span_date {
  color: #666666;
  font-size: 12px;
  width: 12%;
  padding: 5px 0;
  margin-right: 4%;
  text-align: center;
  flex-shrink: 0;
  z-index: 1;
  justify-content: center;
  box-sizing: border-box;
  display: flex;
  border: 2px solid #00000047;
  flex-direction: column;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
 }
 
 .big_date .ar_Con {
  width: 84%;
 }
 
 .big_date .span_date b {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  line-height: 25px;
  display: block;
  /* margin-top: 5px; */
  margin-bottom: 10px;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
 }
 
 .ar_Con .title_type {
  font-size: 1.145vw;
  display: block;
  width: 100%;
  color: #000;
  margin-bottom: 0.416vw;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
 }
 
 .ar_Con .P_a {
  display: block;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #999;
  overflow: hidden;
 }
 
 .kp_box .article_list .span_date {
  /* float: right; */
  transition: all .3s;
  color: #999;
  flex-shrink: 0;
 }
 .kp_box .article_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 }
 .kp_box .article_list li {
  width: 47.5%;
  line-height: 26px;
  font-size: 18px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  padding-left: 30px;
  background-image: url(/Content/Areas/Hospitals/images/liBg.png);
  background-repeat: no-repeat;
  background-position:-5px center;
  transition: all 0.2s linear;
 }
 .kp_box .article_list li:hover{
  background-image: url(/Content/Areas/Hospitals/images/liBg_active.png);
  background-position:5px center;
 }
 
 .kp_box .article_list li a {
  display: block;
  width: 100%;
  padding: 0.78vw 0.78vw 0.78vw 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
 }
 
 /* .kp_box .article_list li::after {
  position: absolute;
  bottom: 0px;
  content: '';
  width: 0px;
  height: 1px;
  left: 0px;
  transition: all .5s;
 }
 
 .kp_box .article_list li:hover::after {
  width: 100%;
  background: #2A49C4;
 } */
 .news_tab_articles .article_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 }
 .news_tab_articles .article_list li{
  width: 47.5%;
 }
  .img_list{
  display: flex;
  justify-content: space-between;
 }
  .img_list li{
  width: 30%;
  position: relative;
  overflow: hidden;
 }
  .img_list li .img_box img{
  max-width: 100%;
  width: 100%;
  transition: all 0.2s linear;
 }
 .img_list li:hover .img_box img{
  transform: scale(1.05);
 }
  .img_list .span_date{
  display: none;
 }
 .img_list .title_type{
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #00000087;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
 }
 .kp_box .img_list{
  margin-bottom: 1.56vw;
 }
 /*重点学科*/
 
 .row_xk {
  background-image: url(/Content/Areas/Hospitals/images/xk_bg.png);
  background-color: #F2F7FF;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  padding: 5.21vw 0;
 }
 
 .row_xk .home_tit {
  margin-top: 0;
 }
 
 .xk_list {
  display: flex;
  justify-content: space-between;
 }
 
 .xk_item {
  position: relative;
  width: 23%;
  overflow: hidden;
  border-radius: 14px;
  max-height: 34vw;
 }
 
 .xk_item .xk_item_link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 2.08vw;
 }
 
 .xk_item_link h3 {
  width: 2.08vw;
  /* writing-mode: vertical-rl; */
  letter-spacing: 8px;
  font-size: 2.08vw;
  color: #fff;
 }
 
 .xk_item_more {
  position: absolute;
  right: 2.08vw;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1vw;
  letter-spacing: 5px;
  bottom: 3vw;
  transition: all 0.2s linear;
 }
 
 .xk_item_more::after {
  content: "";
  height: 100px;
  width: 1px;
  position: absolute;
  bottom: -100%;
  left: 50%;
  background: #fff;
 }
 
 .xk_item img {
  width: 100%;
  transition: all 0.2s linear;
 }
 
 .xk_item:hover img {
  transform: scale(1.05);
 }
 
 .xk_item:hover .xk_item_more {
  bottom: 4vw;
 }
 
 
 /* 来院导航 */
 
 .row_dh {
  background: #fff;
  padding: 5.21vw 0;
 }
 
 .row_dh .home_titIcon {
  margin-top: 0;
 }
 
 .dh_tab {
  display: flex;
  justify-content: space-between;
 }
 
 .map_tab {
  opacity: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s linear;
  position: absolute;
  top: 0;
  left: 0;
 }
 
 .map_tab.active {
  opacity: 1;
  z-index: 1;
 }
 
 .map_tab .true_map {
  height: 100%;
 }
 
 .dh_mapList {
  width: 53.3vw;
  position: relative;
 }
 
 .dh_meniu_icon {
  width: 8.43vw;
 }
 
 .dh_meniu_icon svg {
  width: 100%;
 }
 
 .dh_meniu_icon path {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 1200;
  /* stroke-dashoffset: 1200; */
  stroke-miterlimit: 10;
  /* animation: move1200 3s ease forwards; */
 }
 
 
 .dh_meniu:hover .dh_meniu_icon path {
  animation: move1200 3s ease forwards;
 }
 
 .dh_meni1 {
  margin-bottom: 1.563vw;
 }
 
 .dh_meniu.active {
  background: #0054A8;
  box-shadow: 8px 8px 6px 0 rgba(255, 255, 255, .5), -8px -8px 6px 0 rgba(116, 125, 136, .5), inset -8px -8px 6px 0 rgba(255, 255, 255, .2), inset 8px 8px 6px 0 rgb(0 0 0 / 31%);
 }
 
 .dh_meniu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 2.62vw 2.1vw;
  color: #fff;
  flex-shrink: 0;
  cursor: pointer;
  background: #D59F56;
 }
 
 .dh_meniu_desc {
  margin-right: 2vw;
 }
 
 .dh_meniu_desc .tit {
  font-size: 1.9vw;
 }
 
 .dh_meniu_desc .stit {
  font-size: 1.250vw;
  margin-bottom: 0.142vw;
 }
 
 .dh_meniu_desc:hover path {
  animation: move1200 3s ease forwards;
 }
 
 @keyframes scrollTipMove {
  0% {
  opacity: 0.1;
  transform: translate3d(0, -14px, 0);
  }
  50% {
  opacity: 1;
  transform: translate3d(0, -7px, 0);
  }
  100% {
  opacity: 0.1;
  transform: translate3d(0, 7px, 0);
  }
 }
 
 @keyframes move1200 {
  0% {
  stroke-dashoffset: 1200;
  }
  to {
  stroke-dashoffset: 0;
  }
 }
 
 .footer {
  position: relative;
 }
.true_map .infoBoxContent{
 padding: 20px;
 line-height: 18px;
 width: 260px;
 text-align: left;
 font-size: 14px;
 font-weight: 700;
 box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.15);
 background: #fff;
}
.true_map .infoBoxContent h6{
 font-weight: normal;
 color: #999;
 font-size: 14px;
 margin-top: 10px;
}
.true_map .infoBoxContent ::after{
 content: "";
 position: absolute;
 left: 50%;
 border-left: transparent 10px solid;
 border-right: transparent 10px solid;
 border-top: #fff 10px solid;
 bottom: -9px;
 margin-left: -10px;
}
.true_map .infoBox{
 transform: translateY(-20px);
}
 @media only screen and (max-width: 1800px){
   .big_date li {
  margin-bottom: 1.3vw;
 }
 }
 @media only screen and (max-width: 1700px){
   .big_date li {
  margin-bottom: 1.1vw;
 }
 }
 @media only screen and (max-width: 1600px){
   .big_date li {
  margin-bottom: 0.8vw;
 }
 }
 @media only screen and (max-width: 1460px){
   .big_date li {
  margin-bottom: 0.6vw;
 }
 }
 
 @media screen and (min-width: 769px) and (max-width: 1460px) {
  .ul_department li {
  height: 3vw;
  border-radius: 2.3vw;
  }
  .big_date li {
   margin-bottom: 1.33vw;
 }
  .news_con {
  height: 31vw;
  }
  .home_meniu_title img {
  width: 3vw;
  }
  
  .home_titIcon img {
  width: 4vw;
  }
  
  .ul_department li a {
  /* font-size: 14px; */
  }
  
  .ar_Con .title_type {
  font-size: 1.6vw;
  }
  
  .big_date .span_date {
  width: 15%;
  font-size: 1vw;
  }
  
  .big_date .span_date b {
  }
  
  
  
  .big_date li:nth-child(4) {
  /* display: none; */
  }
  
  .big_date li:nth-child(5) {
  display: none;
  }
  span.swiper-pagination-bullet {
  width:1vw;
  height:1vw;
  }
  
 
  
  .news_swiper .swiper-wrapper img {
  max-height: none;
  height: 24vw;
  /* height: auto; */
  }
  
 }
 @media only screen and (max-width: 768px) {
  .tab_tit .home_tit_more a {
  font-size: 12px;
 }
  .banner {
  height: 37vh;
  position: relative;
  }
  .wrap_top {
  height: auto;
  }
  
  .scroll_icon {
  display: none;
  }
  
  .home_meniu {
  flex-wrap: wrap;
  padding: 5vw 0 0 0;
  }
  
  .home_meniu_item {
  width: 46%;
  height: 40vw;
  margin: 0 0 3.3vw;
  padding: 3vw;
  background-position: bottom;
  }
  
  .home_meniu_title h3 {
  font-size: 4vw;
  }
  
  .home_meniu_link span {
  font-size: 3vw;
  }
  
  .home_meniu_links a {
  height: 7vw;
  line-height: 7vw;
  }
  
  .home_meniu_item1 {
  background: #9f4a3f;
  }
  .home_meniu_item2 {
  background: #30728e;
  }
  .home_meniu_item3 {
  background: #d59f56;
  }
  .home_meniu_item4 {
  background: #435189;
  }
  
  .home_meniu_title {
  justify-content: center;
  }
  
  .home_dep_left {
  display: none;
  }
  
  .home_dep_right {
  width: 100%;
  }
  
  .home_titIcon span {
  font-size: 18px;
  }
  
  .sy_ts_tab li {
  font-size: 3vw;
  width: auto;
  padding: 2vw 3vw;
  height: auto;
  border-radius: 5vw;
  }
  
  .sy_ts_tab {
  top: -10vw;
  }
  
  .ul_department li {
  width: 48%;
  height: 7vw;
  line-height: 7vw;
  border-radius: 7vw;
  margin: 0 3vw 3vw 0;
  }
  
  .ul_department li a {
  font-size: 3vw;
  }
  
  .ul_department {
  justify-content: flex-start;
  }
  
  .ul_department li:nth-child(2n) {
  margin-right: 0;
  }
  
  .tab_zoom_boxall .ks_tab_con {
  padding: 4vw;
  }
  
  .tab_zoom_boxall {
  height: 68vw;
  }
  
  .news_tab_left {
  width: 100%;
  float: none;
  }
  
  .home_tit_more {
  display: flex;
  align-items: center;
  }
  
  .tab_tit .home_titIcon {
  margin: 0;
  }
  
  .home_tit.tab_tit {
  margin-bottom: 7.8vw;
  }
  
  .swiper-slide .tit_con {
  padding: 3vw 11vw 3vw 3vw;
  font-size: 16px;
  }
  
  .news_swiper .pagination {
  bottom: 3vw !important;
  }
  
  .news_tab_right {
  width: 100%;
  float: none;
  margin-top: 3vw;
  }
  
  .news_tab {
  position: relative;
  display: none;
  }
  
  .news_con {
  height: auto;
  }
  
  .ar_Con .title_type {
  font-size: 16px;
  }
  
  .ar_Con .P_a {
  font-size: 14px;
  line-height: 18px;
  }
  
  .big_date .span_date {
  font-size: 2.4vw;
  width: 14%;
  }
  
  .big_date li {
  margin-bottom: 4vw;
  }
  
  .xk_list {
  flex-wrap: wrap;
  }
  
  .xk_item {
  width: 48%;
  height: 40vw;
  max-height: none;
  position: relative;
  margin-bottom: 4vw;
  }
  
  .xk_item img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  }
  
  .xk_item .xk_item_link {
  padding: 5vw;
  }
  
  .xk_item_link h3 {
  font-size: 4vw;
  width: auto;
  letter-spacing: 3px;
  }
  
  .xk_item_more {
  font-size: 3vw;
  writing-mode: initial;
  right: initial;
  }
  
  .home_titIcon {
  margin-bottom: 8vw;
  }
  
  .dh_mapList {
  width: 58vw;
  }
  
  .dh_meniu_desc .stit {
  font-size: 3.5vw;
  }
  
  .dh_meniu_desc .tit {
  font-size: 2.8vw;
  }
  .home_meniu_title img {
  width: 9vw;
 }
 
 .home_titIcon img {
  width: 6vw;
 }
 
 .scroll_tip img {
  display: none;
 }
 
 .big_date .span_date b {
  font-size: 7vw;
  margin-bottom: 1vw;
 }
 
 .img_list {
  flex-wrap: wrap;
 }
 
 .img_list li {
  width: 100%;
  margin-bottom: 2vw;
 }
 
 .kp_box .article_list li {
  width: 100%;
  font-size: 3.4vw;
 }
 
 .img_list .title_type {
  font-size: 3.4vw;
 }
 
 .news_tab_articles .article_list li {
  width: 100%;
 }
  .home__qk {
  display: none;
 }
 .xk_item_more::after {
  display: none;
 }
 
 .news_swiper .swiper-wrapper img {
  max-height: 60vw;
 }
 
 
 .news_swiper .pagination .swiper-pagination-bullet{
  width:2vw !important;
  height:2vw !important;
 }
 
 
 
 
 .banner .swiper-pagination-bullet {
  width: 3vw;
  height: 3vw;
 }
 }  