﻿.inContent li.sy1_li a.sy1_tit{
  color:#fff;
}
.inContent li.sy1_li.Hover a.sy1_tit{
  color:#fff;
}
.inContent .nav li.sy1_li .sy1_tit:hover::after{
  border-color:#fff;
  transform: scaleX(1);
  transition: all 0.2s ease-out 0s;
}

.zyb_logo .default{
 display:none;
}
.zyb_logo .mainLogo{
  display:block;
}
.banner{
  display:none;
}
div.header-topIn {
 background: none;
}
div.inContent{
  margin-top: -25px;
}
.header{
  height: 289px;
  position: absolute;
  background: url(/Sites/Uploaded/UserUpLoad/20240124/20240124150446.png) !important;
}
.eng_banner {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 100vh;
 
}

.eng_banner .swiper-container_1 {
  height: 100%;
}

.eng_banner .swiper-slide div {
  width: 100%;
  height: auto;
  min-height: 100%;
  background-size: cover;
  background-position: center center;
}

.eng_banner .swiper-pagination_1 {
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 2;
  text-align: center;

}

.eng_banner .swiper-pagination-bullet {
  border: 2px solid #fff;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: none;
  opacity: 1;

}

.eng_banner .swiper-pagination-bullet-active {
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 0px 8px;
}

.pb60 {
  padding-bottom: 60px;
}

.tab_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px 0;
}


.Min, .M_warp{
  position: relative;
}
.warp_bg{
  background: url('/Sites/Uploaded/UserUpLoad/20240125/20240125102055.png') no-repeat bottom;
  position: absolute;
  right: 45px;
  width: 710px;
  height: 880px;
  top: 210px;
 
}
.Min_bg {
  background: url('/Sites/Uploaded/UserUpLoad/20240124/20240124141550.png');
  position: absolute;
  left: 0;
  top: 0;
  width: 38%;
  height: 532px;
  z-index: -1;
}

.tab_title h2 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.eng_more{
  font-size: 20px;
}
.lb {
  display: block;
  width: 600px;
  height: 400px;
  float: left;
  overflow: hidden;
}

.lb .swiper-box .pic {
  display: block;
  width: 600px;
  height: 400px;
}

.lb .swiper-box ul {
  position: relative;
}

.lb .swiper-box ul li {

  position: absolute;
  opacity: 0;
  transition: all .3s ease-in-out;
}
.lb .swiper-box ul li img {
 width: 600px;
}
.lb .swiper-box ul li.on{
  position: absolute; 
  opacity: 1;
   z-index: 5; 
  transition: all .3s ease-in;
}
.lb .swiper-box .title_type {
  display: block;
  width: 100%;
  height: 55px;
  background: url(/Content/Areas/Common/images/zhuanyeban/swipertitleBg.png) no-repeat top center;
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 55px;
  background-size: cover;
  padding-left: 20px;
  box-sizing: border-box;
}

.lb .swiper-box .pic img {
  width: 100%;
  height: 100%;
}


.news_list {
  width: 600px;
  height: 398px;
  border: 1px solid #E6E6E6;
  border-left: none;
  box-sizing: border-box;
  padding: 30px;
}

.news_list ul li {
  display: flex;
  width: 100%;
  margin-bottom: 26px;
  box-sizing: border-box;
  /* position: relative; */
  justify-content: space-between;
  align-items: center;
}
.news_list ul li:hover a.title_type, .news_list ul li:hover .ar_Con p {
color: #A33C22;
transition: all .2s ease-in;
}

.news_list ul li:last-child {
  margin-bottom: 0px;
}

/* .news_list ul li:hover .span_date, .news_list ul li:hover .span_date b{
color: #fff;
} */
.news_list ul li:hover .title_type {
  /* color: #C24339;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
}

.news_list .span_date {
  color: #A33C23;
  font-size: 16px;
  width: 12%;
  padding: 5px 0;
  margin-right: 4%;
  text-align: center;
}

.news_list .span_date b {
  font-size: 42px;
  font-weight: 400;
  color: #A33C22;
  line-height: 40px;
  display: block;
  /* margin-top: 5px; */
  margin-bottom: 5px;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_list .ar_Con {
  width: 84%;
}

.news_list .ar_Con a.title_type {
  font-size: 20px;
  line-height: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  transition: all .2s ease-in;
}

.news_list .ar_Con p {
  font-size: 18px;
  color: #999;
  line-height: 26px;
  transition: all .2s ease-in;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}


.pagination-xw {
  position: absolute;
}

.lb .pagination-xw {
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 2;
  text-align: center;

}

.lb .swiper-pagination-bullet {
  background: #E6E6E6;
  opacity: 1;
  height: 10px;
  width: 10px;
}

.lb .swiper-pagination-bullet-active {
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 0px 5px;
}
.Min2{
 position: relative;
}
.Min2-bg{
  position: absolute;
  background: url(/Sites/Uploaded/UserUpLoad/20240125/20240125101042.png) no-repeat;
  width: 585px;
  height: 545px;
  background-size: contain;
  z-index: -1;
}

.ul_item {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
}

.ul_item li {
  width: 23%;
  height: 230px;

}
.ul_item li:hover img{
  padding-left: 10px;
  transition: all .3s ease-in;
}

.ul_item .Li1 {
  background: url('/Sites/Uploaded/UserUpLoad/20240124/20240124141801.png') no-repeat;

}

.ul_item .Li2 {
  background: url('/Sites/Uploaded/UserUpLoad/20240124/20240124141812.png') no-repeat;

}

.ul_item .Li3 {
  background: url('/Sites/Uploaded/UserUpLoad/20240124/20240124141744.png') no-repeat;

}

.ul_item .Li4 {
  background: url('/Sites/Uploaded/UserUpLoad/20240124/20240124141824.png') no-repeat;

}

.ul_item .Li1, .ul_item .Li2 {
  margin-top: 115px;
}

.ul_item li a {
  display: flex;
  padding-left: 40px;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.ul_item li p {
  color: #fff;
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 34px;
}
.ul_item li img{
  transition: all .3s ease-in;
}

.Min3 .news {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 180px;
}

.Min3 {
  position: relative;
}

.Min3_bg {
  background: url('/Sites/Uploaded/UserUpLoad/20240124/20240124142003.png');
  position: absolute;
  left: 0;
  top: 0;
  width: 95%;
  height: 360px;
  z-index: -1;
}

.Min3 .news .news_box {
  width: 33.33%;
  display: block;
  position: relative;
}

.Min3 .news .news_box:nth-child(2) {
  margin: 0px 30px;
}

.Min3 .news_box a.img_a {
  position: relative;
  display: inline-block;
  /* width: 380px;
  height: 250px; */
}

.Min3 .news_box a img {
  width: 100%;
  height: 100%;
}

.news_item {
  background: url('/Sites/Uploaded/UserUpLoad/20240124/20240124151658.png');
  padding: 25px;
  box-sizing: border-box;
  width: 96%;
  bottom: -110px;
  background-size: contain;
  position: absolute;
  height: 253px;
  left: -2px;
}

.news_item h2 {
  color: #333;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.news_item li {
  line-height: 40px;
  border-bottom: 1px solid #E6E6E6;
  padding: 5px 0;
  padding-left: 15px;
  position: relative;
}
.news_item li a{
  font-size: 18px;
}
.news_item li::after{
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #D9D9D9;
  left: 0px;
  top: 24px;
  border-radius: 50%;
}

.Min4 {
  background: url('/Sites/Uploaded/UserUpLoad/20240124/20240124153049.png') no-repeat center;
  height: 411px;
  display: flex;
  align-items: center;
}

.tcm_img {
  display: block;
  padding-left: 45px;
}
.Min5 {
  background: url('/Sites/Uploaded/UserUpLoad/20240125/20240125100911.png') no-repeat bottom;
}
.Min5 .about_hospital {
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about_hospital .title_type {
  display: block;
  margin-bottom: 45px;
  line-height: 30px;
  font-size: 28px;
  margin-top: 120px;
  font-weight: bold;
}

.about_hospital ul {
  width: 460px;
}

.about_hospital ul p {
  color: #666666;
  line-height: 32px;
  text-align: justify;
  font-size: 18px;
}

.about_hospital .details {
  color: #fff;
  padding: 10px 0;
  background-color: #C24339;
  display: inline-block;
  margin-top: 25px;
  transition: all .3s ease;
  width: 140px;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
}

.about_hospital .details:hover {
  font-weight: bold;
  transition: all .3s ease;
}

.about_hospital img {
  width: 668px;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
.lb {
 width: 500px;
 height: 400px;
}
  .news_list {
 width: 500px;
 height: 398px;
}
  .lb .swiper-box ul li img {
 width: 500px;
}
}
@media screen and (max-width:768px) {
  .header{
 height: auto;
 position: relative;
 background-color: #fff;
 background-image:none;
 }
  div.header-topIn {
 background: #A12100;
}
  .zyb_logo .default{
 display:block;
 width: 3rem;
 margin: 0.3rem;
}
.zyb_logo .mainLogo{
  display:none;
  margin-top: 0;
}
  .main, .main_content{
 width: 100%;
 box-sizing: border-box;
  }
  .warp_bg, .Min_bg, .Min2-bg, .Min3_bg{
 display: none;
  }
  .eng_banner{
 width: 100%;
 height: auto;
  }
  .tab_title{
 padding: 10px 0;
 }
  .tab_title h2{
 color: #333;
 font-size: 20px;
 }
  .lb, .news_list{
 width: 100%;
 float: none;
 height: auto;
  }
  .news_list{
 padding: 10px 0 ;
 }
  .ul_item{
 flex-wrap:wrap;
 padding: 10px 0;
 }
  .ul_item li{
 width: 48%;
 margin-bottom: 4%;
 height: 177px;
 }
  .ul_item .Li1, .ul_item .Li2{
 margin-top: 0;
  }
  .ul_item li a{
 padding-left: 10px;
 }
  .Min3 .news{
 display: block;
 padding: 0 0 10px;
 }
  .Min3 .news .news_box{
 width: 100%;
 margin-bottom: 25px;
 height: auto;
 box-sizing: border-box;
 }
  .news_item{
 bottom: 10px;
 padding: 20px;
 width: 93%;
 height: auto;
 background: url('/Sites/Uploaded/UserUpLoad/20240124/20240124151658.png') no-repeat;
 left: 10px;
 }
  .Min3 .news .news_box:nth-child(2){
 margin:0 0 25px;
  }
  .Min3 .news .news_box:nth-child(3){
 margin: 0;
  }
  .Min4{
 background: url('/Sites/Uploaded/UserUpLoad/20240124/20240124153049.png') no-repeat center center;
 background-size: cover;
 height: 135px;
 margin-bottom: 0;
 }
  .Min4 .tcm_img{
 padding-left: 2px;
  }
  .Min4 img{
 width: 100%;
  }
  .Min5 .about_hospital{
 padding-top: 10px;
 display: block;
 padding-bottom: 20px;
 }
  .about_hospital ul,  .about_hospital img{
 width: 100%;
  }
  .about_hospital ul{
 margin-bottom: 30px;
  }
  .about_hospital .title_type{
 margin-top: 0;
 margin-bottom: 10px;
 font-size: 20px;
 }
  div.inContent,.zyb_logo .mainLogo{
 margin-top:0;
  }
  .lb .swiper-box ul li img{
 width:100%;'
  }
  .news_list .ar_Con {
 width: 100%;
}
  .news_list .ar_Con a.title_type{
 font-size:16px;
  }
  .news_list .ar_Con p {
 font-size: 14px;
 line-height: 22px;
}
  .news_list .span_date{
 display:none;
  }
  .ul_item li p{
 font-size:16px;
 margin-bottom: 10px;
  }
  .news_item h2{
 font-size:20px;
  }
  .about_hospital ul p{
 line-height:26px;
  }
}    