body {
  font-size: 14px;
  color: #383838;
  background-color: #f6f6f6;
}
.wrap{ 
  max-width:1488px; 
  width:95%; 
  margin:0 auto; 
  max-height:999999px;
}
.wrap_other{ 
  max-width:1488px; 
  width:95%; 
  margin:0 auto; 
  max-height:999999px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 46px;
}
/*鼠标放上去图片变大*/
.imgmouseon {
  overflow: hidden;
}
.imgmouseon img {
  cursor: pointer;
  transition: all 0.6s;
}
.imgmouseon img:hover {
  transform: scale(1.1);
}
/*点击图片放大*/
.imgclick_con{
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1001;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  display: none;
}
.imgclick_con img{
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
/*头部*/
.header{
  height: 95px;
  background-color: rgba(255, 255, 255, 0);
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #ececec;
}
.header>.wrap{
  height: 92px;
  display: flex;
  flex: nowrap;
  justify-content: space-between;
  align-items: center;
}
.header .logo a{
  height: 67px;
  max-width: 302px;
  min-width: 100px;
  display: block;
  background: url(../images/logo.png) center/100% no-repeat;
  /*background-size: 100%;*/
}
.header .henav{
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items:center;
  flex-grow: 1;
  gap: 3.4%;
}
@media screen and (max-width:1400px){
  .header .henav{
    gap: 2%;
  }
}
.header .henav li{
  position: relative;
}
.header .henav li:nth-child(1){
  flex-grow: 1;   /*放大*/
}
.header .henav a{
  color: #555555;
  font-size: 16px;
  line-height: 95px;
  white-space:nowrap;
}
.header .henav a:hover{
  color: #2d8b92;
}
.header .henav li:hover .subnav{
  display: block;
}
.header .henav .subnav{
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  left: 50%;
  top: 95%;
  transform: translate(-50%, 0);
}
.header .henav .subnav a{
  color: #3e3e3e;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  display: block;
}
.header .henav .subnav a:hover{
  color: #2d8b92;
}
.header .henav li:hover .subnav{
  display: block;
}
.header .language{
  height: 16px;
  padding-left: 3%;
  border-left: 1px solid #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items:center;
}
.header .search{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.header .search .sebtn{
  width: 15px;
  height: 15px;
  display: block;
  background: url(../images/search.png) 100% center no-repeat;
}
.header .search a{
  line-height: auto;
  font-size: 18px;
}
.header .search input{
  display: none;
  width: 100px;
  outline: none;
  border-bottom: 1px solid #cccccc;
  height: 22px;
  margin-right: 10px;
  text-align: center;
  color: #bbbbbb;
}
.header .search div:nth-child(3){
  display: none;
}
/*banner大图*/
.banner_index{
  /*margin-top: -95px;*/
  height: 857px;
  width: 100%;
  position: relative;
}
@media screen and (max-width:1200px){
  .banner_index{
    height: 400px;
  }
}
.banner_index .swiper {
  height: 100%;
}
.banner_index .swiper-slide{
  flex-wrap: wrap;
  display: flex;
  justify-content: left;
  align-items: center;
  background-position: center center;
  background-size: cover;
}
.banner_index .swiper-pagination{ 
  bottom:50px;
}
.banner_index .swiper-pagination-bullet{ 
  width:40px; 
  height:4px; 
  border-radius:2px; 
  transition:all linear .2s; 
  background:#ffffff; 
  opacity:1; 
  margin:0 3px!important;
}
.banner_index .swiper-pagination-bullet-active{ 
  opacity:1; 
  background:#2d8b92;
}
/*banner大图 内页*/
.banner_other{
  margin-top: 0;
  height: 460px;
}
.banner_other .swiper-slide{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.banner_other h1{
  font-size: 40px;
  color: #fff;
  font-weight: lighter;
}
.banner_other h2{
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: lighter;
}
/*主体-主页*/
.index_tit{
  margin: 90px auto 60px auto;
  position: relative;
}
.index_tit h1{
  color: #2d8b92;
  font-size: 36px;
  font-weight: bold;
}
.index_tit h2{
  color: #383838;
  font-size: 14px;
}
.index_tit .tiri{
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.index_tit .tiri a{
  color: #f7a037;
  font-size: 16px;
  display: flex;
  flex-wrap: nowrap;
}
.index_tit .tiri a span{
  width: 25px;
  height: 25px;
  /*display: block;*/
  display: inline-block;
  background-image: url(../images/titile_ico2_1.png);
  margin-left: 12px; 
}
.index_tit .tiri ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  border-bottom: 1px solid #cecece;
  gap: 58px;
  height: 60px;
  margin-top: 5px;
}
.index_tit .tiri ul li{
  font-size: 18px;
  line-height: 60px;
  cursor: pointer;
}
.index_tit .tiri ul li.active{
  border-bottom: 1px solid #37c6cf;
}
.index_tit .tiri ul li:hover{
  color: #2d8b92;
}
.index_con{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 30px;
  margin-top: -100px;
  position: relative;
  z-index: 2;
}
.index_con .cole{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-grow: 1;
  height: 203px;
  background-color: #fff;
  border-radius: 10px;
}
.index_con .cole a{
  width: 25%;
  border-right: 1px solid #ededed;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  flex-direction:column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 3%; 
  position: relative;
}
.index_con .cole a:hover h1{
  color: #2d8b92;
}
.index_con .cole a h1{
  font-size: 20px;
  color: #000000;
  margin-top: 10px;
}
.index_con .cole a h2{
  font-size: 12px;
  color: #a0a0a0;
  text-transform: uppercase;
  margin-top: 3px;
}
.index_con .cole a:last-of-type{
  border-right: 0px;
}
.index_con .cole a:last-of-type:hover .flo_ewm{
  display: flex;
}
.index_con .cole .flo_ewm{
  width: 200px;
  height: 200px;
  position: absolute;
  top: -210px;
  left: 0px;
  background-color: #fff;
  /*display: flex;*/
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.index_con .cole .flo_ewm::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  /*background-color: #ff6600;*/
}
.index_con .cole .flo_ewm img{
  max-width: 90%;
  max-height: 90%;
}
.index_con .cori{
  width: 377px;
  height: 203px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-image: url(../images/index_img1_1.jpg);
  border-radius: 10px;
  color: #fff;
  text-align: left;
}
.index_con .cori h1{
  font-size: 16px;
}
.index_con .cori h2{
  font-size: 40px;
  line-height: 1.2;
  font-family: Impact;
}
.index_con .cori h3{
  font-size: 16px;
}
.index_con2{
  /*height: 426px;*/
  display: none;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap:25px;
}
.index_con2.active{
  display: flex;
}
.index_con2 .cole{
  width: 590px;
  height: 426px;
  flex-shrink: 1;  /*不缩放*/
  position: relative;
}
.index_con2 .cole img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_con2 .cole span{
  width: 100%;
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.47);
  bottom: 0;
  color: #fff;
  padding: 15px 18px;
  font-size: 18px;
  box-sizing: border-box;  
}
.index_con2 .cole span:hover{
  text-decoration: underline;
}
.index_con2 .comi{
  flex-grow: 1;
  width: 615px;
}
.index_con2 .comi h1{
  font-size: 16px;
  margin-top: 15px; 
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
}
.index_con2 .comi a:hover h1{
  color: #2d8b92;
}
.index_con2 .comi h2{
  color: #7a7a7a;
  margin-top: 4px;
}
.index_con2 .comi a:nth-child(1) h1{
  font-size: 24px;
  margin-top: 0px;
}
.index_con2 .comi a:nth-child(1) h2{
  margin-top: 13px;
}
.index_con2 .comi a:nth-child(1) p{
  color: #7e7e7e;
  margin-top: 10px;  
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
}
.index_con2 .comi a:nth-child(1) h3{
  color: #fd9b2e;
  margin-top: 5px;
  margin-bottom: 30px;
}
.index_con2 .cori{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.index_con2 .cori a{
  width: 333px;
  height: 126px;
}
.index_con3 .conav{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 10px;
}
.index_con3 .conav li{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 10px 0;
  border-radius: 5px;
  font-weight: bold;
  color: #555555;
}
.index_con3 .conav .img{
  width: 62px;
  height: 46px;
  margin-bottom: 5px;
}
.index_con3 .conav li.active,
.index_con3 .conav li:hover{
  background-color: #f8a035;
  color: #fff;
  font-size: 16px;
}
.index_con3 .conav li.active .img,
.index_con3 .conav li:hover .img{
  background-position: bottom;
}
.index_con3 .cobo{
  margin-top: 40px;
  display: none;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 30px;
}
.index_con3 .cobo.active{
  display: flex;
}
.index_con3 .cobo .cole{
  width: 35%;
  height: 370px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;  /*不缩放*/
}
.index_con3 .cobo .cole img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_con3 .cobo .cori{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4%;
}
.index_con3 .cobo .cori a:nth-child(2),
.index_con3 .cobo .cori a:nth-child(3),
.index_con3 .cobo .cori a:nth-child(4),
.index_con3 .cobo .cori a:nth-child(5),
.index_con3 .cobo .cori a:nth-child(6),
.index_con3 .cobo .cori a:nth-child(7),
.index_con3 .cobo .cori a:nth-child(8),
.index_con3 .cobo .cori a:nth-child(9){
  font-size: 16px;
  color: #555555;
  width: 48%; 
  /*height: 24px;*/
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
}
.index_con3 .cobo .cori a span{
  color: #2d8b92;
  margin-right: 10px;
}
.index_con3 .cobo .cori a:nth-child(1){
  width: 100%;
  margin-bottom: 20px;
}
.index_con3 .cobo .cori a:hover{
  color: #2d8b92;
}
.index_con3 .cobo .cori a:nth-child(1) .img{
  width: 292px;
  height: 191px;
  float: left;
  margin-right: 40px;
}
.index_con3 .cobo .cori a:nth-child(1) .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_con3 .cobo .cori a:nth-child(1) h1{
  font-size: 24px;
  margin-top: 13px;  
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
  color: #000000;
}
.index_con3 .cobo .cori a:nth-child(1) p{
  color: #7e7e7e;
  margin-top: 10px;
  font-size: 16px;  
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;
}
.index_con3 .cobo .cori a:nth-child(1) h2{
  color: #f8a035;
  margin-top: 20px;
  font-size: 16px;
}
.index_con4{
  background-image: url(../images/index_ico4_1.png);
  padding-top: 20px;
  margin-top: 130px;
  padding-bottom: 90px;
  margin-bottom: -50px;
  background-repeat: no-repeat;
}
.index_con4 .index_tit h1,
.index_con4 .index_tit h2{
  color: #fff;
}
.index_con4 .coli{
  display: flex;
}
.index_con4 .coli a{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.index_con4 .coli a .img{
  position: relative;
  border-radius: 10px 10px 0 10px;
  flex-grow: 1;   /*放大*/
}
.index_con4 .coli a .img img{
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
}
.index_con4 .coli a .img div{
  height: 53px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-image: url(../images/index_ico4_2.png);
}
.index_con4 .coli a:hover .img div{
  background-image: url(../images/index_ico4_3.png);
}
.index_con4 .coli a .img div span{
  font-size: 24px;
  display: block;
  width: 100px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 53px;
}
.index_con4 .coli a h1{
  display: block;
  font-size: 16px;
  color: #656565; 
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
  margin-top: 20px;
}
.index_con4 .coli a:hover h1{
  color: #2d8b92;
}
.index_con5{
  display: flex;
  padding-bottom: 130px;
}
.index_con5 a{
  /*width: 31.25%;*/
  height: 100%;
}
.index_con5 a .img{
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 356px;
}
.index_con5 a .img img{
  max-width: 85%;
  max-height: 85%;
}
.index_con5 a h1{
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}
.index_con5 a:hover h1{
  color: #2d8b92;
}
/*内页-面包屑导航*/
.brenav{
  position: relative;
  bottom: 40px;
  z-index: 100;
  height: 0px;
}
.brenav .wrap{
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}
.brenav .wrap span{
  margin: 0 10px;
  display: block;
}
.brenav .wrap a:last-of-type:hover{
  color: #fff;
}
.brenav .wrap a:hover{
  color: #f7a037;
}
.brenav_xwzx_zxxx{
  border-bottom: 0px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  background-color: #f8f8f8;
  padding-top: 20px;
}
.brenav_xwzx_zxxx button{
  height: 31px;
  width: 91px;
  background-color: #c7000b;
  color: #fff;
  border-radius: 15px;
  left: 0;
}
/*内页-左侧栏目*/
.leftnav{
  width: 324px;
  display: flex;
  flex-direction: column;
  border-top-right-radius: 50px;
  background: #2d8b92 url(../images/leftnav_ico.png) no-repeat right -30px top;
  padding-bottom: 10px;
  margin: 50px 0 100px 0;
  flex-shrink: 0;  /*不缩放*/
}
.leftnav a{
  font-size: 18px;
  color: #1f1f1f;
  line-height: 72px;
  background-color: #fff;
  margin-left: 10px;
  padding-right: 10px;
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
}
.leftnav a.active,
.leftnav a:hover{
  color: #fff;
  background-color: #f8a035;
  font-weight: bold;
}
.leftnav a:nth-child(1){
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 120px;
  background-color: transparent;
  border-bottom: 0px;
}
.leftnav a:last-of-type{
  border-bottom: 0px;
}
/*内页-右侧内容和标题*/
.wrap_other .ricon{
  margin: 50px 0 150px 0;
  flex-grow: 1;
}
.other_tit{
  color: #3d3d3d;
  font-size: 30px;
  margin-bottom: 45px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.other_tit img{
  margin-right: 6px;
}
/*医院概况-国爱介绍*/
.yygk_gajs_con h1{
  font-size: 24px;
  color: #2d8b92;
  margin-bottom: 10px;
}
.yygk_gajs_con p{
  font-size: 16px;
  color: #555555;
  line-height: 2.25;
  text-indent: 2em;
}
.yygk_gajs_con ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.yygk_gajs_con ul li{
  width: 49%;
  min-height: 226px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  margin-top: 18px;
  padding: 50px 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.yygk_gajs_con ul li img{
  margin-right: 30px;
}
.yygk_gajs_con ul li em{
  display: block;
  color: #2d8b92;
  font-size: 20px;
  font-weight: bold;
}
.yygk_gajs_con ul li p{
  text-indent: 0em;
  line-height: 1.875;
}
.yygk_gajs_con h2{
  font-size: 16px;
  line-height: 1.875;
  text-indent: -7em;
  margin-left: 7em;
}
/*医院概况-医院环境*/
.yygk_yyhj_li{
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-flex;*/
  gap: 5%;
  margin-top: -50px;
}
.yygk_yyhj_li a{
  width: 30%;
  margin-top: 50px;
  font-size: 16px;
  color: #656565;
}
.yygk_yyhj_li a .img{
  height: 239px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}
.yygk_yyhj_li a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*医院概况-交通指南*/
.yygk_jtzn_con li{
  background: url(../images/yygk_jtzn_ico.png) no-repeat left top;
  padding: 40px 35px 50px 35px;
}
.yygk_jtzn_con h1{
  font-size: 24px;
  font-weight: bold;
  color: #2d8b92;
  margin-bottom: 3px;
}
.yygk_jtzn_con p{
  font-size: 18px;
  line-height: 2;
  color: #3d3d3d;
}
.yygk_jtzn_con button{
  width: 130px;
  height: 44px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 22px;
  background-color: #2d8b92;
  margin-top: 20px;
}
.yygk_jtzn_con button:hover{
  background-color: #f8a035;
}
.yygk_jtzn_con .libo{
  display: none;
}
.yygk_jtzn_con .libo.active{
  display: block;
}
.yygk_jtzn_con .limap{
  margin-top: 20px;
}
.yygk_jtzn_con .limap img{
  width: 100%;
}
/*医院动态-国爱视频*/
.yydt_gasp_li{
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-flex;*/
  gap: 5%;
  margin-top: -50px;
}
.yydt_gasp_li a{
  width: 30%;
  margin-top: 50px;
  font-size: 16px;
  color: #1f1f1f;
}
.yydt_gasp_li a .img{
  height: 239px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.yydt_gasp_li a img:nth-child(1){
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yydt_gasp_li a span:nth-child(2){
  background-color: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
}
.yydt_gasp_li a img:nth-child(3){
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.yydt_gasp_li h1{
  margin-top: 5px;
  font-size: 14px;
  color: #656565;
}
/*医院动态-新闻动态*/
.yydt_xwdt_li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 80px;
}
.yydt_xwdt_li a .img{
  width: 366px;
  height: 244px;
  flex-shrink: 0;  /*不缩放*/
}
.yydt_xwdt_li a .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yydt_xwdt_li a h1{
  font-size: 20px;
  color: #353535; 
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
}
.yydt_xwdt_li a:hover h1{
  color: #f8a035;
}
.yydt_xwdt_li a h2{
  font-size: 14px;
  color: #b3b3b3;
  margin: 22px 0 30px 0;
}
.yydt_xwdt_li a h2 span{
  color: #2dbdc8;
}
.yydt_xwdt_li a h2 img{
  margin: 0 6px 0 56px
}
.yydt_xwdt_li a p{
  font-size: 16px;
  color: #818181;
  line-height: 1.75;
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;
}
/*医院动态-新闻动态-详情*/
.yydt_xwdt_le{
  margin-top: 90px;
}
.yydt_xwdt_le .tit{
  font-size: 26px;
  color: #363434;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.yydt_xwdt_le .tit a{
  width: 91px;
  height: 31px;
  background-color: #2d8b92;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  border-radius: 15px;
  margin-right: 10px;
  flex-shrink: 0;  /*不缩放*/
}
.yydt_xwdt_le .tit a:hover{
  background-color: #f8a035;
}
.yydt_xwdt_le .info{
  color: #a3a3a3;
  margin: 25px 0 60px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap:3%;
}
.yydt_xwdt_le .info span{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}
.yydt_xwdt_le .info span a:nth-child(1){
  margin-left: 10px;
}
.yydt_xwdt_le p{
  font-size: 16px;
  line-height: 1.875;
  text-indent: 2em;
  margin-bottom: 5px;
  display: block;
  overflow: hidden;
  gap: 10px;
}
.yydt_xwdt_le p img{
  /*text-indent: 0em;*/
  width: auto;
  /*flex-grow: 1;   /*放大*/
  flex-shrink: 1;  /*缩放*/
  max-width: 100%
}
.yydt_xwdt_ri{
  width: 360px;
  flex-shrink: 0;  /*不缩放*/
  margin-top: 90px;
  margin-bottom: 90px;
}
.yydt_xwdt_ri .inp{
  background-color: #fff;
  border: 1px solid #d4d4d4;
  height: 48px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yydt_xwdt_ri .inp input{
  flex-grow: 1;
  height: 100%;
  font-size: 16px;
  color: #9e9e9e;
  padding: 0 20px;
}
.yydt_xwdt_ri .inp button{
  height: 100%;
  margin-right: 20px;
  background-color: #fff;
  font-size: 16px;
  color: #2dbdc8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yydt_xwdt_ri .inp button img{
  margin-right: 5px;
}
.yydt_xwdt_ri .tit{
  font-size: 18px;
  color: #000;
  margin-top: 30px;
  margin-bottom: 15px;
}
.yydt_xwdt_ri a{
  color: #000;
}
.yydt_xwdt_ri a:hover{
  color: #f8a035;
}
.yydt_xwdt_ri a .img{
  height: 215px;
}
.yydt_xwdt_ri a .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yydt_xwdt_ri a h1{
  margin-top: 16px;
}
.yydt_xwdt_ri a h2{
  color: #c5c5c5;
  margin-top: 6px;
  margin-bottom: 50px;
}
.yydt_xwdt_ri a h3{
  margin-top: 20px;
  line-height: 1.75;
  text-indent: -4em;
  padding-left: 4em;
}
.yydt_xwdt_ri a em{
  color: #000;
}
/*诊疗项目-近视摘镜*/
.zlxm_zszkj_li .tit{
  font-size: 24px;
  color: #2d8b92;
  margin-bottom: 15px;
}
.zlxm_zszkj_li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.zlxm_zszkj_li .img{
  height: 239px;
  flex-shrink: 0;  /*不缩放*/
}
.zlxm_zszkj_li .img img{
  height: 100%;
  object-fit: cover;
}
.zlxm_zszkj_li p{
  font-size: 16px;
  line-height: 2.25;
  color: #555555; 
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:7; -webkit-box-orient:vertical;
}
.zlxm_zszkj_li2 .tit{
  font-size: 24px;
  color: #2d8b92;
  margin-top: 40px;
  margin-bottom: 5px;
}
.zlxm_zszkj_li2 a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:20px;
}
.zlxm_zszkj_li2 h1{
  font-size: 16px;
  line-height: 3.75;  
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
}
.zlxm_zszkj_li2 a:hover h1{
  color: #f8a035;
}
.zlxm_zszkj_li2 h1 em{
  color: #2d8b92;
  margin-right: 10px;
}
.zlxm_zszkj_li2 span{
  color: #b3b3b3;
  flex-shrink: 0;  /*不缩放*/
}
/*医院概况-国爱名医*/
.yygk_gamy_li{
  display: flex;
  flex-wrap: wrap;
  margin-top: -70px;
}
.yygk_gamy_li a{
  width: 22.6%;
  margin-top: 90px;
  margin-right: 46px;
}
.yygk_gamy_li a:nth-child(4),.yygk_gamy_li a:nth-child(8),.yygk_gamy_li a:nth-child(12){
  margin-right: 0px;
}
.yygk_gamy_li a:hover h1{
  color: #2d8b92;
}
.yygk_gamy_li a .img{
  height: 90%;
  position: relative;
  border-radius: 10px 10px 0 10px;
  overflow: hidden;
}
.yygk_gamy_li a .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yygk_gamy_li a .img div{
  height: 53px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-image: url(../images/index_ico4_2.png);
}
.yygk_gamy_li a:hover .img div{
  background-image: url(../images/index_ico4_3.png);
}
.yygk_gamy_li a .img div span{
  font-size: 24px;
  display: block;
  width: 100px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 53px;
}
.yygk_gamy_li a h1{
  font-size: 16px;
  color: #656565; 
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
  margin-top: 20px;
}
.yygk_gamy_flo{
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yygk_gamy_flo .flocon{
  position: fixed;
  height: 85%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: flex-start;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 45px;
  gap: 30px;
}
.yygk_gamy_flo .flocon .img{
  max-height: 750px;
  height: 100%;
  width: 44%;
  flex-shrink: 0;  /*不缩放*/
}
.yygk_gamy_flo .flocon .img img{
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.yygk_gamy_flo .flocon .inri h1{
  font-size: 36px;
  font-weight: bold;
  color: #2d8b92;
  padding-top: 40px;
}
.yygk_gamy_flo .flocon .inri span{
  background-color: #ececec;
  display: block;
  margin: 20px 0;
  height: 1px;
  width: 100%;
}
.yygk_gamy_flo .flocon .inri h2{
  font-size: 16px;
  line-height: 2.25;
  color: #2e2e2e;
  text-indent: -3em;
  padding-left: 3em;  
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;
}
.yygk_gamy_flo .flocon .inri p{
  font-size: 16px;
  line-height: 2.25;
  color: #2e2e2e;
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:9; -webkit-box-orient:vertical;
}
/*医院概况-先进设备*/
.yygk_xjsb_li{
  display: flex;
  flex-wrap: wrap;
}
.yygk_xjsb_li a{
  width: 31.25%;
  margin-bottom: 60px;
  margin-right: 46px;
}
.yygk_xjsb_li a:nth-child(3),.yygk_xjsb_li a:nth-child(6),.yygk_xjsb_li a:nth-child(9)
{
    margin-right:0px;
}
.yygk_xjsb_li a .img{
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 356px;
}
.yygk_xjsb_li a .img img{
  max-width: 85%;
  max-height: 85%;
}
.yygk_xjsb_li a h1{
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}
.yygk_xjsb_li a:hover h1{
  color: #2d8b92;
}
/*医院概况-先进设备-详情*/
.yydt_xwdt_con{
  width: 100%;
  margin-top: 90px;
  margin-bottom: 100px;
}
.yydt_xwdt_con .tit{
  font-size: 26px;
  color: #363434;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.yydt_xwdt_con .tit a{
  width: 91px;
  height: 31px;
  background-color: #2d8b92;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  border-radius: 15px;
  margin-right: 10px;
  flex-shrink: 0;  /*不缩放*/
}
.yydt_xwdt_con .tit a:hover{
  background-color: #f8a035;
}
.yydt_xwdt_con p{
  font-size: 16px;
  line-height: 1.875;
  text-indent: 2em;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 10px;
}
.yydt_xwdt_con p img{
  max-width: 100%;
  margin: 20px 0;
}
/*摘镜案例*/
.zjal_li{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%;
}
.zjal_li a{
  width: 49%;
  box-sizing: border-box;
  padding: 25px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.zjal_li a .img{
  width: 276px;
  height: 217px;
  flex-shrink: 0;  /*不缩放*/
}
.zjal_li a .img img{
  width: 100%;
  object-fit: cover;
}
.zjal_li a h1{
  font-size: 18px;
  font-weight: bold;
  color: #2d8b92;
}
.zjal_li a:hover h1{
  color: #f8a035;
}
.zjal_li a h2{
  color: #b3b3b3;
  margin: 13px 0 11px 0;
}
.zjal_li a p{
  font-size: 16px;
  color: #818181; 
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical;
}
.zjal_li a h3{
  color: #2d8b92;
  margin-top: 12px;
}
.zjal_li a h3:hover{
  color: #f8a035;
}
/*内页-翻页*/
.page{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}
.page a{
  color: #2c2b2b;
  border: 1px solid #e2e2e1;
  border-radius: 3px;
  padding: 16px 20px; 
  white-space: nowrap;
}
.page a.current,
.page a:hover{
  color: #fff;
  background-color: #2d8b92;
  border: 1px solid #2d8b92;
}
.page input{
  width: 30px;
  color: #2c2b2b;
  border: 1px solid #e2e2e1;
  border-radius: 3px;
  font-size: 14px;
  padding: 16px 20px; 
  line-height: 1.5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  border: 1px solid #e2e2e1;
}
.page button{
  color: #fff;
  font-size: 14px;
  background-color: #2d8b92;
  border: 1px solid #2d8b92;
  border-radius: 3px;
  padding: 16px 20px; 
}
.page span{
  flex-grow: 1;   /*放大*/
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.footer{
  background-color: #fff;
  padding-top: 70px;
}
.footer .wrap{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 6%;
}
.footer .info{
  max-width: 368px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-shrink: 0;  /*不缩放*/
}
.footer .info img{
  width: 302px;
  height: 67px;
}
.footer .info ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start
  align-items: center;
  align-content: center;
  border-bottom: 1px solid #f0f0f0;
  gap: 50px;
  height: 50px;
  margin-top: 5px;
}
.footer .info ul li{
  font-size: 18px;
  line-height: 50px;
  cursor: pointer;
}
.footer .info ul li.active{
  border-bottom: 3px solid #00b2a5;
  font-weight: bold;
}
.footer .info ul li:hover{
  color: #2d8b92;
}
.footer .info h1{
  color: #2d8b92;
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
}
.footer .info div{
  display: none;
}
.footer .info div.active{
  display: block;
}
.footer .info p{
  font-size: 16px;
  color: #212121;
}
.footer .fonav{
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  white-space: nowrap;
  gap: 10px;
  flex-grow: 1;
}
.footer .fonav li a{
  font-size: 18px;
  line-height: 2;
  display: block;
  color: #202020;
  font-weight: bold;
}
.footer .fonav .subnav{
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer .fonav .subnav a{
  width: 50%;
  font-size: 16px;
  line-height: 2.14;
  color: #404040;
  font-weight: normal;
}
.footer .fonav .subnav a:hover{
  color: #2d8b92;
}
.footer .ewm{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 260px;
  flex-shrink: 0;  /*不缩放*/
}
.footer .ewm div{
  width: 40%;
}
.footer .ewm h1{
  width: 100%;
  font-size: 18px;
  line-height: 2;
  display: block;
  color: #202020;
  font-weight: bold;
}
.footer .ewm h2{
  line-height: 2;
  color: #202020;
  text-align: center;
}
.footer .ewm img{
}
.footer .fobo{
  display: block;
  line-height: 2.14;
  color: #000000;
  border-top: 1px solid #e8e8e8;
  padding: 20px 0 30px 0;
  margin-top: 80px;
}
/*移动端头部*/
.sjhedes{ display:none; height:150px;}
.tuerhed{ 
  position:fixed; 
  width:100%; 
  top:0; 
  left:0; 
  z-index:188; 
  background:#fff; 
  height:150px; 
  box-shadow:1px 1px 0 rgba(33,29,30,.2); 
  padding:0 2.5%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.losdj{ float:left;}
.losdj img{ display:block; margin-left: 10px;}
.sanh{ float:right; width:50px; padding:10px; margin:0px 60px 0px 0px;}
.sanh>div{ height:5px; margin:10px 0px; width:100%; transition:transform 0.5s,opacity 0.5s;}  
.sanh>div{ background-color:#333;}
.fuernavt{ position:fixed; box-sizing: border-box; padding-top:150px; top:0px; left:-100%; width:100%; height:100%; background-color:#fff; z-index:187;}
.benrvav{ width:100%; height:100%; overflow:hidden; overflow-y:scroll;}
.shojvas>a{ display:block; text-align:center; font-size:30px; line-height:300%; padding:10px 0px; border-bottom:1px solid #bbb; color:#333;}
.shojvas>div{ display:block; text-align:center; font-size:30px; line-height:300%; border-bottom:1px solid #bbb;}
.shojvas>div a{ color:#333;}
.showzhen{ position:relative;}
.jd{ position:absolute; top:26px; right:25px; width:11px; height:18px; background:url(../images/arrow4.svg) no-repeat center; background-size:100%; transition:transform 0.5s; z-index:-1;}
.maei{ padding:10px 0; font-size:30px; color:#333;}
.maei a{ color:#333; display:inline;}
.shopernc{ overflow:hidden; height:0px;}
.shopernc>div a,.shopernc .maei.line1{ display:block; text-align:center; font-size:24px; color:#666; padding:10px 0px; line-height:50px; border-top:1px solid #eee;}
.shopernc>div a.gray{ color:#666;}
.shopernc>div .maei a{ color:#666;}
.shopernc>div>div>div a{ color:#999;}
.shopernc .maei.line1{ border-top-color:#ddd;}
.shopernc .maei.line1 a{ display:inline!important; line-height:inherit; border:none; padding:0;}
.tesd>div{ background-color:#333!important;}
.tesd>div:nth-child(1){ transform:translate3d(0px,15px,0px) rotate(45deg);}
.tesd>div:nth-child(2){ opacity:0;}
.tesd>div:nth-child(3){ transform:translate3d(0px,-15px,0px) rotate(-45deg);}




/*右侧浮窗 style*********************************************************************/
.right-menu{ position:fixed; right:0; bottom:14.5%; z-index:7; text-align:center;}
.right-menu img{ width:117px; display:block;}
.right-menu .btn{ cursor:pointer; font-size:18px; color:#fff; padding-top:26px; display:block; position:absolute; right:0; left:0; top:0; bottom:0;}
.right-menu .btn img{ width:33.33333333333333%; margin:0 auto 4px auto;}
