﻿
.linkmap{display: none;}
.wrap_main .container{width: 100%;}
.container>div{width: 100%;}
.container .min-center{width: 1200px;margin:0 auto;position: relative;}
.container>div>div.about_a{margin: 0.40rem auto;}
.mtbd a img,.abt_l div img,.rec img{transition: all .5s;}
.mtbd a img:hover,.abt_l div img:hover,.rec img:hover{transform: scale(1.2);}
.banner_noHome  {
   display:none;
}
/* 关于阿特蒙 */
.abt_l{width: 43%;position: relative;float: left;}
.abt_l>div{overflow: hidden;}
.abt_l img{width: 100%;}
.abt_l span{
  font-size: 0.19rem;
  display: block;
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 62%;
  padding: 0.25rem;
  background: url(/Content/Areas/Hospitals/images/Main/about_a_bg.png) no-repeat left top;
  background-size: 100% 100%;
  color: #fff;
}
.abt_r{width: 52%;float: right;padding: 0.30rem 0;}
.abt_r.mob{display: none;}
.abt_r p{
  color: #333333;
  font-size: 0.14rem;
  text-indent: 0.02em;
  line-height: 0.38rem;
}
.details{
  font-size: 0.14rem;
  color: #86a4ca;
  float: right;
  transition: all .5s;
  margin-top: 0.10rem;
}
.details:hover{
  transform: scale(1.2);
}

/* 媒体报道 */
.mtbd_par,.lxwm_par{
  background: #F1F4FA;
  padding: 0.30rem 0;
}
.mtbd{
  padding: 0.40rem;
  background: #fff;
}
.mtbd.mob{display: none;}
.mtbd .img_box{
  display: inline-block;
  float: right;
  width: 43%;
  height: 3.00rem;
  overflow: hidden;
}
.mtbd .img_box img{width: 100%}
.mtbd .title_head,.mtbd .title_head a,.mtbd li .title_type{
  color: #86a4ca;
  font-size: 0.18rem;
  line-height: 0.38rem;
  font-weight: bold;
}
.mtbd .cont{
  width: 53%;
  float: left;
}
.mtbd p{
  line-height: 0.42rem;
  font-size: 0.14rem;
  color: #333;
}

/* 联系我们 */
#allmap{
  width: 100%;
  height: 426px;
  float: right;
}
.lxwm_par .info{
  width: 30%;
  float: left;
  height: 3.46rem;
  overflow: hidden;
  position: absolute;
  top: 70px;
  z-index: 1;
  background: #fff;
  right: 360px;
  width: 414px;
  height: 455px;
  background: #FFFFFF;
  box-shadow: 0px 3px 35px 0px rgba(52, 52, 52, 0.09);
  border-radius: 15px;
  padding: 40px;
}
.info p{
  padding-left: 26px;
  color: #373737;
  font-size: 16px;
  margin-bottom: 30px;
}
.info .addr{
  background: url(/Sites/Uploaded/UserUpLoad/20201224/20201224151235.png) no-repeat left center;
  /* background-size: auto 0.26rem; */
}
.info .phone{
  background: url(/Sites/Uploaded/UserUpLoad/20201224/20201224151221.png) no-repeat left center;
  /* background-size: contain; */
}
.info .email{
  background: url(/Sites/Uploaded/UserUpLoad/20201224/20201224151307.png) no-repeat left center;
  /* background-size: contain; */
  font-size: 16px;
}
.info .rec{width: 100%;position: relative;overflow: hidden;height: 88px;}
.info .rec img{width: 100%;}
.info .rec img.mob{display: none;}
.info .rec a{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size:40px;
  color: #fff;
}

/* 大事件 */
.big_par.mob{display: none;}
.swiper-container1{
  overflow: hidden;
}
.container .big_par{
  width: 12.80rem;
  margin: 0 auto;
  position: relative;
}
.big_par .swiper-container1{
  width: 90%;
  margin: 0 auto;
  position: relative;
  /* padding: 80px 0; */
  height: 4.50rem;
}
.big_par .swiper-slide{
  background: url(/Content/Areas/Hospitals/images/Main/big_bg.png) no-repeat center center;
  background-size: contain;
  position: relative;
  /* padding: 80px 0; */
  box-sizing: content-box;
  /* height: 200px !important; */
}
.big_par .swiper-wrapper{
  /* padding: 80px 0; */
  box-sizing: content-box;
}
.big_par>div{
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.big_par .arrow-left,.big_par .arrow-right{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.big_par .arrow-left .click,.big_par .arrow-right .click{display: none;}
.big_par .arrow-left:hover .click,.big_par .arrow-right:hover .click{display: block;}
.big_par .arrow-left:hover .unclick,.big_par .arrow-right:hover .unclick{display: none;}
.big_par .arrow-left{
  left: -0px;
}
.big_par .arrow-right{
  right: -0px;
}
.big_sli li{
  float: left;
  width: 3.10rem;
}
.big_sli li .title_type{
  color: #86a4ca;
  font-size: 0.24rem;
  position: relative;
  padding-left: 0.20rem;
  cursor: default;
}
.big_sli li .title_type::before{
  display:block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.10rem;
  height: 0.10rem;
  border-radius: 50%;
  background: #86a4ca;
}
.big_sli li p{
  color: #373737;
  font-size: 0.16rem;
  position: relative;
  padding-left: 0.40rem;
  line-height: 0.24rem;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
}
/* .big_sli li p::before{
  display:block;
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #86a4ca;
} */
.big_sli li .detail{
  display: none;
}
.big_sli li:nth-of-type(1){
  position: absolute;
  top: 21%;
  left: 2.5%;
}
.big_sli li:nth-of-type(3){
  position: absolute;
  top: 21%;
  left: 39.6%;
}
.big_sli li:nth-of-type(5){
  position: absolute;
  top: 21%;
  left: 72.25%;
}
.big_sli li:nth-of-type(2){
  position: absolute;
  top: 61%;
  left: 21.08%;
}
.big_sli li:nth-of-type(4){
  position: absolute;
  top: 62%;
  left: 58.08%;
}



/* 改版 */
.Min {
 padding: 50px 0;
}

.ys_left {
 width: 560px;
 float: left;
 height: 595px;
 background: url(/Sites/Uploaded/UserUpLoad/20201224/20201224151535.jpg) no-repeat;
}

.ys_right {
 float: left;
 width: 640px;
}

.yszK-content {
 border-radius: 65px 0 65px 0;
 overflow: hidden;
}

.ys_left-box {
 display: flex;
 flex-direction: column;
 align-items: center;
 /* justify-content: center; */
 height: 100%;
 padding: 50px;
 box-sizing: border-box;
}

.ys_left-box h2.ys_header {
 margin-bottom: 40px;
}

h2.ys_header {
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 margin-bottom: 5px;
}

h2.ys_header img {
 margin-right: 30px;
}

h2.ys_header a {
 letter-spacing: 15px;
 font-size: 25px;
 color: #fff;
}

h2.ys_header i {
 position: absolute;
 color: #fff;
 opacity: 0.1;
 font-size: 25px;
 top: 43px;
 right: 76px;
 width: 100%;
 left: 193px;
}

.ys_left-content {
 display: flex;
 justify-content: center;
 flex-direction: column;
 align-items: center;
 padding: 30px;
 color: #fff;
 line-height: 25px;
 /* background: rgba(22 ,81 ,150 , 0.3); */
 border-radius: 30px;
}

.yszK-content  a{
color: #fff;
}
.msgbox{display: none !important;}
.yszK-content .details{display: none;}
.Min.yszk {
  /* background: url(/Sites/Uploaded/UserUpLoad/20201228/20201228143651.png) no-repeat bottom; */
}
.ys_more {
 background: url(/Sites/Uploaded/UserUpLoad/20201224/20201224151128.png) no-repeat center;
 width: 70px;
 height: 30px;
 border: 2px solid #fff;
 border-radius: 15px;
 margin-top: 15px;
 transition: all 0.2s;
}
.ys_left-box h2.ys_header i {
  left: 92px;
}

.ys_right-box_top h2.ys_header i {
  left: 198px;
}
.ys_right-box_top {
 background: url(/Sites/Uploaded/UserUpLoad/20201224/20201224151422.jpg) no-repeat;
 height: 298px;
 /* display: flex; */
 /* flex-direction: column; */
 /* align-items: center; */
 padding: 30px 70px;
}

.ys_right-content {
 display: flex;
 justify-content: center;
 flex-direction: column;
 align-items: center;
 padding: 20px 25px;
 color: #fff;
 line-height: 25px;
 /* background: rgba(22 ,81 ,150 , 0.13); */
 border-radius: 30px;
}

.ys_right-box_bottom {
 background: url(/Sites/Uploaded/UserUpLoad/20201224/20201224151443.jpg) no-repeat;
 height: 297px;
 padding: 30px 70px;
}
.Min.mt {
 background: url(/Sites/Uploaded/UserUpLoad/20201224/20201224151503.jpg) no-repeat top center;
 padding-bottom: 0;
}

.mt h2.title_header span {
 color: #fff;
}

.mt h2.title_header .more {
 color: #fff;
}

.mt-left {
 width: 890px;
 float: left;
}

.mt-right {
 width: 282px;
 float: right;
 position: relative;
}

.article_list_mt li {
 float: left;
 width: 50%;
 background: #fff;
 padding: 15px 30px;
 box-sizing: border-box;
 min-height: 220px;
}
.article_list_mt li:hover {
  box-shadow:inset 0 0 10px #eee;
}
.li_data_more {
 padding-bottom: 15px;
 border-bottom: 1px solid #eee;
 overflow: hidden;
}

.li_data_more span {
 float: left;
 color: #333;
 font-weight: 700;
 /* font-family: fangsong; */
 font-size: 20px;
}

.li_data_more .mt_more {
 float: right;
 background: url(/Sites/Uploaded/UserUpLoad/20201224/20201224151337.png) no-repeat right center;
 width: 70px;
 color: #333;
 transition: all 0.2s;
}

.li_data_more span i {
 color: #666;
 font-weight: 700;
 margin-right: 10px;
 font-family: fangsong;
 font-size: 18px;
}

.li-content {
 margin-top: 15px;
}

.li-content h2.li_header a {
 color: #333;
 font-size: 18px;
}
.article_list_mt li:hover a {
  color: #1f60ad;
}
.li-content h2.li_header {
 margin-bottom: 10px;
}

.li-content p {
 color: #666;
 line-height: 24px;
 text-overflow: ellipsis;
 overflow: hidden;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 display: -webkit-box;
}

.article_list_mt li:nth-child(1) {
 border-bottom: 1px solid #eee;
 border-right: 1px solid #eee;
}

.article_list_mt li:nth-child(4) {
 /* border-left: 1px solid #eee; */
 /* border-top: 1px solid #eee; */
}

ul.article_list_mt {
 box-shadow: 0 0 5px #ccc;
}

.article_list_mt li:nth-child(2) {
 border-bottom: 1px solid #eee;
}

.article_list_mt li:nth-child(3) {
 border-right: 1px solid #eee;
}
ul.image_list li {
 /* display: none; */
 opacity: 0;
 transform: translateX(50px);
 transition: all 0.5s;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 2;
 width: 100%;
}

ul.image_list li.active {
 /* display: block; */
 opacity: 1;
 transform: translateX(0);
 transition: all 0.5s;
 z-index: 3;
}

.Min.about {
 background: url(/Sites/Uploaded/UserUpLoad/20201224/20201224151250.png) no-repeat 350px top;
}
.about_left {
 width: 590px;
 float: left;
}
.about h2.title_header span {
 font-size: 24px;
 color: #999;
}
.about h2.title_header {
 margin-bottom: 44px;
}
.about_left .subTitle {
 font-size: 35px;
 
 font-weight: bold;
 color: #333333;
 padding-left: 40px;
}
.about_left_box {
 padding: 50px 0 50px 46px;
 /* font-weight: bold; */
 color: #666666;
 line-height: 35px;
 opacity: 0.8;
 /* font-family: "宋体"; */
}
a.about_more {
  background: #1F60AD url(/Sites/Uploaded/UserUpLoad/20201229/20201229103013.png) no-repeat center;
  width: 96px;
  height: 60px;
  float: right;
  /* position: absolute; */
  margin-top: 20px;
  transition: all 0.2s;

}
a.about_more:hover {
  background: #1F60AD url(/Sites/Uploaded/UserUpLoad/20201229/20201229103013.png) no-repeat 50px center;
  transition: all 0.2s;
}
.about_right {
 width: 567px;
 float: right;
 overflow: hidden;
 border-radius: 65px 0 0;
}
.Min.hz {
 background: url(/Sites/Uploaded/UserUpLoad/20201224/20201224151521.jpg) no-repeat;
}

.Min.hz h2.title_header span {
 color: #fff;
}

.Min.hz h2.title_header .hz_more {
 background: #97BEEA url(/Sites/Uploaded/UserUpLoad/20201224/20201224151337.png) no-repeat 73px center;
 float: right;
 width: 106px;
 height: 42px;
 line-height: 42px;
 padding: 0 15px;
 font-size: 16px;
 
 font-weight: bold;
 border: 1px solid #97BEEA;
 color: #FFFFFF;
 border-radius: 10px;
 transition: all 0.2s;
}

li.li_img {
 float: left;
 margin: 0 19px 20px 0;
 width: 184px;
}

.hz_content ul {
 overflow: hidden;
}

li.li_img:nth-child(6n) {
 margin-right: 0;
}
.info h2.title_header {
 padding-bottom: 54px;
 border-bottom: 1px solid #eee;
 margin-bottom: 30px;
}
.lxwm_par {
 position: relative;
 padding: 30px 0 100px;
}

li.doc_item {
  float: left;
  width: 285px;
  height: 365px;
  margin: 0 20px 20px 0;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 0 10px #eee;
}
li.doc_item:hover {
  background: #FFFFFF;
  box-shadow: 0px 20px 40px 0px rgba(208, 208, 208, 0.26);
}
/* .doc-content {
 overflow: hidden;
} */

img.dis_Img {
 width: 224px;
 height: 268px;
}

li.doc_item:nth-child(4n) {
 margin-right: 0;
}

.doc_name {
 display: flex;
 flex-direction: column;
 align-items: center;
 height: 80px;
 justify-content: center;
 background: #F8F8F8;
}

.doc_name h2 a {
 font-size: 22px;
 
 font-weight: bold;
 color: #1F60AD;
}
.doc_img {
 text-align: center;
 padding: 20px 20px 0;
 background: #f8f8f8;
}
.doc_name p {
 font-size: 16px;
 
 font-weight: bold;
 color: #666666;
 margin-top: 5px;
}

.Min.doc {
 background: #F4F4F4;
}

.doc_model {
 position: absolute;
 width: 585px;
 top: 32px;
 background: #fff;
 left: 244px;
 z-index: -1;
 padding: 40px;
 border-radius: 30px;
 box-shadow: 0 0 10px #ccc;
 opacity: 0;
 transform: translateX(-40px);
 transition: all 0.2s;
}
.doc-content .hover.doc_item .doc_model {
 z-index: 1;
 opacity: 1;
 transform: translateX(0);
 transition: all 0.2s;
}
.docM_top h2 {
 display: flex;
 align-items: center;
 margin-bottom: 10px;
}

.docM_top h2 a {
 font-size: 28px;
 color: #1f60ad;
}

.docM_top h2 p {
 width: 100px;
 height: 30px;
 font-size: 15px;
 
 font-weight: bold;
 color: #FFFFFF;
 background: url(/Sites/Uploaded/UserUpLoad/20201225/20201225155451.png) no-repeat;
 text-align: center;
 line-height: 30px;
 margin-left: 20px;
 border-radius: 10px;
}

.docM_bottom p {
 color: #999;
 margin-bottom: 20px;
}

.docM_bottom p span.Specialty {
 color: #1f60ad;
 background: url(/Sites/Uploaded/UserUpLoad/20201225/20201225144733.png) no-repeat center left;
 padding-left: 25px;
 font-weight: bold;
}

a.docM_more {
 position: absolute;
 right: 0;
 bottom: 0;
 width: 100px;
 height: 40px;
 line-height: 40px;
 /* text-align: center; */
 background: #1f60ad url(/Sites/Uploaded/UserUpLoad/20201225/20201225154942.png) no-repeat 65px center;
 border-radius: 20px 0;
 color: #fff;
 padding-left: 20px;
}
.doc_model::after {content: "";position: absolute;border-color: transparent #fff transparent transparent;border-width: 40px;border-style: solid;top: 21px;left: -70px;width: 0;height: 0;}

.docM_middle {
 margin-bottom: 10px;
}

.docM_bottom p span.Description {
 color: #1f60ad;
 background: url(/Sites/Uploaded/UserUpLoad/20201225/20201225155351.png) no-repeat center left;
 padding-left: 25px;
 font-weight: bold;
}
.doc_item.doc_item_4 .doc_model {
 left: -605px;
}

.doc_item.doc_item_4 .doc_model::after {
 left: auto;
 right: -70px;
 border-color: transparent transparent transparent #fff;
}
.doc_model::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  top: 0;
  left: -20px;
}
.doc_item.doc_item_4 .doc_model::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  top: 0;
  left: auto;
  right: -20px;
}
.doc_item.doc_item_5 .doc_model::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  top: 0;
  left: auto;
  right: -20px;
}
.doc_item.doc_item_9 .doc_model::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  top: 0;
  left: auto;
  right: -20px;
}
.doc_item.doc_item_10 .doc_model::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  top: 0;
  left: auto;
  right: -20px;
}
.doc_item.doc_item_8 .doc_model {
 left: -605px;
}

.doc_item.doc_item_8 .doc_model::after {
 left: auto;
 right: -70px;
 border-color: transparent transparent transparent #fff;
}
.doc_item.doc_item_9 .doc_model {
 left: -605px;
}

.doc_item.doc_item_9 .doc_model::after {
 left: auto;
 right: -70px;
 border-color: transparent transparent transparent #fff;
}
.doc_item.doc_item_10 .doc_model {
 left: -605px;
}

.doc_item.doc_item_10 .doc_model::after {
 left: auto;
 right: -70px;
 border-color: transparent transparent transparent #fff;
}
i.zmzj_icon {
 background: url(/Sites/Uploaded/UserUpLoad/20201225/20201225154632.png) no-repeat center;
 width: 23px;
 height: 29px;
 position: absolute;
 left: 20px;
 top: 10px;
}

a.img_a {
 position: relative;
 display: block;
}
.ys_more:hover {
  transition: all 0.2s;
  background: url(/Sites/Uploaded/UserUpLoad/20201224/20201224151128.png) no-repeat 35px center;
}
ul.image_list li img {
 width: 100%;
 height: 220px;
}
.article_list_mt li:hover {
  background: url(/Sites/Uploaded/UserUpLoad/20201224/20201224151606.jpg) no-repeat center;
  background-size: cover;
}
.li_data_more .mt_more:hover {
  font-weight: bold;
  transition: all 0.2s;
}

.Min.hz h2.title_header .hz_more:hover {
  background-color: #fff;
  border: 1px solid#97BEEA;
  box-sizing: border-box;
  color: #97BEEA;
  transition: all 0.2s;
}
.about_left_box p.text {
  font-size: 14px;
  line-height: 35px;
}
.doc{
  -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
  transition: all 4s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
}
.animate.doc{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.ys_left,.ys_right-box_top{
  -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
  transition: all 4s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
}
.ys_right-box_bottom{
  -webkit-transition: all 3s cubic-bezier(.08, .82, .17, 1);
  transition: all 3s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
}
.animate .ys_left,.animate .ys_right-box_top{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.animate .ys_right-box_bottom{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.animate.doc{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.article_list_mt{
  -webkit-transition: all 3s cubic-bezier(.08, .82, .17, 1);
  transition: all 3s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
}
.animate .article_list_mt{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.mt-right{
  -webkit-transition: all 3s cubic-bezier(.08, .82, .17, 1);
  transition: all 3s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
  visibility: hidden;
}
.animate .mt-right{
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.title_header{
  -webkit-transition: all 3s cubic-bezier(.08, .82, .17, 1);
  transition: all 3s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
}
.animate .title_header{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.about_left{
  -webkit-transition: all 3s cubic-bezier(.08, .82, .17, 1);
  transition: all 3s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
}
.animate .about_left{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.about_right{
  -webkit-transition: all 3s cubic-bezier(.08, .82, .17, 1);
  transition: all 3s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
  visibility: hidden;
}
.animate .about_right{
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.hz{
  -webkit-transition: all 3s cubic-bezier(.08, .82, .17, 1);
  transition: all 3s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
}
.animate.hz{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.lxwm_par{
  -webkit-transition: all 3s cubic-bezier(.08, .82, .17, 1);
  transition: all 3s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
}
.animate.lxwm_par{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
a.phone_location {
  display: none;
}
/* 改版 */


@media only screen and (max-width:1366px){
	.doc_item.doc_item_4 .doc_model {
		left: -525px;
	}
	

	.doc_item.doc_item_9 .doc_model {
		left: -525px;
	}
	

  .doc_model{width: 505px;}
  /* .container>div>div,.container .big_par{width: 10.00rem;}
  .abt_r p{
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 5;
  }
  .mtbd p{
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 3;
  }
  .mtbd .img_box{height: auto;}
  .big_par .swiper-container1{height: 3.50rem;}
  .big_par .swiper-slide{
 background: url(/Content/Areas/Hospitals/images/Main/big_bg.png) no-repeat left center;
 background-size: contain;
 overflow: hidden;
  } */
  /* .big_sli li{width: 2.58rem;}
  .big_sli li:nth-of-type(1){
 top: 20%;
 left: 2.5%;
  }
  .big_sli li:nth-of-type(2){
 top: 60%;
 left: 21.00%;
  }
  .big_sli li:nth-of-type(3){
 top: 20%;
 left: 39.6%;
  }
  .big_sli li:nth-of-type(4){
 top: 61%;
 left: 58.0%;
  }
  .big_sli li:nth-of-type(5){
 top: 20%;
 left: 72.25%;
  }
  .big_sli li p{padding-left: 0.20rem;}
  #allmap{width: 55%;height: 3.52rem;}
  .info{width: 40%;}
  .info p{padding-left: 0.58rem;}
  .abt_l span{font-size:0.14rem;} */
}

@media only screen and (max-width:768px){
 .banner .arrow_btn{display: none;}
 .doc_img {
 padding: 0;
 }
 i.zmzj_icon {
 background: url(/Sites/Uploaded/UserUpLoad/20201225/20201225154632.png) no-repeat center;
 background-size: 50%;
 top: 0;
 left: 5px;
 }
 li.doc_item:nth-child(3n) {
 margin-right: 0;
 }
 
 li.doc_item:nth-child(4n) {
 margin-right: 30px;
 }
  .container .min-center {
 width: 100%;
}
  li.doc_item:nth-child(n+7) {
 display: none;
}
li.li_img:nth-child(n+10) {
  display: none;
}
  .main .Min {
 opacity: 1;
 visibility: initial;
 transform: translate(0);
 padding: 30px;
}

.main .Min h2.title_header {
 transform: translate(0);
 opacity: 1;
 visibility: inherit;
 margin-bottom: 40px;
}
ul.article_list_mt {
  box-shadow: none;
  opacity: 1;
  transform: translate(0px);
  visibility: inherit;
}
.ys_left, .ys_right-box_top,.ys_right-box_bottom {
transform: translate(0);
opacity: 1;
visibility: initial;
}
  .details{font-size:12px;}
  .mtbd .title_head, .mtbd .title_head a, .mtbd li .title_type{
 font-size: 18px;
 line-height: 2em;
  }
  /* .details{float: right;margin-top: -25px;} */
  /* div{box-sizing: border-box;} */
  .big_par .swiper-container1,.abt_l span,.big_par{display: none;}
  .container>div>div,.abt_l,.abt_r,.mtbd .img_box,.mtbd .cont,#allmap,.info{width: 100%;}
  .container>div>div.about_a{margin: 0px auto;padding: 20px;}
  .abt_r,.mtbd{padding: 0px;margin-top: 20px;display:none;}
  .abt_r.mob,.mtbd.mob,.big_par.mob{display:block;}
  .mtbd .img_box{height: auto;}
  .mtbd .cont{margin-top: 10px;}
  .mtbd{padding: 20px;}
  .mtbd_par{padding: 15px 20px;}
  .abt_r p,.mtbd p{
 font-size: 12px;
 line-height: 28px;
 overflow:hidden; 
 text-overflow:ellipsis;
 display:-webkit-box; 
 -webkit-box-orient:vertical;
 -webkit-line-clamp:4;
  }
  .mtbd .title_head{
 overflow:hidden; 
 text-overflow:ellipsis;
 display:-webkit-box; 
 -webkit-box-orient:vertical;
 -webkit-line-clamp:2;
 position: absolute;
 top: 20px;
 left: 20px;
  }
  #allmap{margin-top: 20px;}
  .lxwm_par{padding: 30px 20px;}
  .info p{font-size: 16px;margin-bottom: 25px;}
  .big_par.mob{
 width: 100%;
 padding: 20px;
 background: #fff;
  }
  .big_par.mob img{width: 100%;}
  .info .rec a.mob{
 display: inline-block;
 position: static;
 width: 100%;
 height: auto;
 transform: none;
  }
  .info .rec img.mob{display: block;width: 100%;}
  .mtbd.mob{padding-top: 96px;}
  #allmap{
 display: none;
  }
  .info{height:auto;}

  /* 20210113 */

li.doc_item:nth-child(5n) {
 margin-right: 30px;
}

li.doc_item:nth-child(3n) {
 margin-right: 0;
}

.ys_left {
 width: 100%;
 /* background-size: 100% 4.03rem; */
 border-radius: 20px;
 background: url(/Sites/Uploaded/UserUpLoad/20210113/20210113153847.png) no-repeat;
 background-size: cover;
 height: auto;
 margin-bottom: 30px;
 height: auto;
}

.yszK-content {border-radius: 0;}

.ys_left-box h2.ys_header {
 margin-bottom: 30px;
 font-size: 34px;
}

.ys_left-box {
 padding: 30px;
 height: auto;
}

.ys_left-content p {
 overflow: hidden;
 text-overflow: ellipsis;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 display: -webkit-box;
 font-size: 24px;
 line-height: 36px;
}

.ys_right-box_top {
 background: url(/Sites/Uploaded/UserUpLoad/20210113/20210113154723.png) no-repeat;
 background-size: cover;
 height: auto;
 border-radius: 20px;
 margin-bottom: 30px;
 padding: 30px;
}

.ys_right {
 width: 100%;
}

.ys_right-content p {
 overflow: hidden;
 text-overflow: ellipsis;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 display: -webkit-box;
 font-size: 24px;
 line-height: 36px;
}

h2.ys_header {
 margin-bottom: 34px;
}

.ys_more {
 width: 110px;
 height: 44px;
 border: 1px solid #fff;
}

.ys_right-box_bottom {
 background: url(/Sites/Uploaded/UserUpLoad/20210113/20210113155129.png) no-repeat;
 background-size: cover;
 height: auto;
 border-radius: 20px;
 padding: 30px;
}

.mt-left {
 width: 100%;
}

.article_list_mt li {
 width: 100%;
 margin-bottom: 30px;
 padding: 30px;
 min-height: auto;
}
.info .rec a {
 font-size: 20px;
}

.li-content p {
 font-size: 24px;
 
 /* font-weight: bold; */
 color: #999999;
 line-height: 36px;
}

h2.li_header {
 font-size: 28px;
 
 font-weight: bold;
 color: #1F60AD;
}

.li-content h2.li_header a {
 font-size: 28px;
}

.Min.mt {
 background: #F4F4F4 url(/Sites/Uploaded/UserUpLoad/20201224/20201224151503.jpg) no-repeat top center;
}

.li_data_more span i {
 font-size: 20px;
}

.li_data_more span {
 font-size: 28px;
}

.li-content {
 margin-top: 30px;
}

.li_data_more {
 padding-bottom: 30px;
}

.li_data_more .mt_more {
 font-size: 20px;
 width: 87px;
}

h2.title_header span {
 font-size: 32px;
 background: url(/Sites/Uploaded/UserUpLoad/20201224/20201224151320.png) no-repeat left bottom;
 padding-bottom: 10px;
}

h2.title_header a.more {
 font-size: 20px;
}

.Min.about {
 display: none;
}

.mt-right {
 display: none;
}

li.li_img {
 width: 217px;
 height: 81px;
 margin: 0 20px 20px 0;
}

li.li_img img {
 width: 100%;
 height: 100%;
}

li.li_img:nth-child(3n) {
 margin-right: 0;
}

.Min.hz {
 background: url(/Sites/Uploaded/UserUpLoad/20210113/20210113160501.png) no-repeat;
 background-size: cover;
}
li.doc_item {
  width: 30%;
  margin: 0 30px 30px 0;
  height: auto;
}

img.dis_Img {
  height: 252px;
  width: 100%;
}


.ys_left-content {
  padding: 30px;
}
h2.ys_header a {
  font-size: 34px;
}

h2.ys_header img {
  width: 82px;
}
.doc_name h2 a {
  font-size: 22px;
}

.doc_name p {
  font-size: 16px;
  margin-top: 5px;
}

.doc_name {
  height: 80px;
}
a.phone_location {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.lxwm_par {
  transform: translate(0);
  opacity: 1;
  visibility: inherit;
  padding: 0;
  margin-top: 30px;
}

.lxwm_par .info {
  position: initial;
  width: 100%;
  border-radius: 0;
  padding: 30px;
  height: auto;
}

h2.title_header {
  transform: translate(0);
  opacity: 1;
  visibility: inherit;
}

a.phone_location img {
  width: 100%;
}

.info .rec {
  border-radius: 10px;
  height: auto;
}
}
@media only screen and (max-width:425px){
 li.doc_item:nth-child(4n) {
 margin-right: 15px;
 }
  .lxwm_par .info{padding:15px}
  h2.ys_header a{
 letter-spacing: 5px;
  }
  .main .Min h2.title_header {
 margin-bottom: 20px;
}

h2.title_header span {
 font-size: 28px;
}

h2.title_header a.more {
 font-size: 16px;
}

li.doc_item {
 width: 30%;
 margin: 0 15px 15px 0;
}

img.dis_Img {
 height: auto;
}

li.doc_item:nth-child(5n) {
 margin-right: 15px;
}

.doc_name h2 a {
 font-size: 18px;
}

.doc_name p {
 font-size: 12px;
}

.doc_name {
 height: 50px;
}

h2.ys_header img {
 width: 40px;
}

h2.ys_header a {
 font-size: 17px;
}

.ys_left-content {
 padding: 15px;
}

.ys_left-content p {
 font-size: 14px;
 line-height: 20px;
}

.ys_left-box {
 padding: 15px;
}

.ys_left-box h2.ys_header {
 margin-bottom: 15px;
}

.ys_more {
 width: 80px;
 height: 30px;
}

h2.ys_header {
 margin-bottom: 15px;
}

.ys_right-box_top {
 padding: 15px;
 margin-bottom: 15px;
}

.ys_left {
 margin-bottom: 15px;
}

.ys_right-content {
 padding: 15px;
}

.ys_right-content p {
 font-size: 14px;
 line-height: 20px;
}

.article_list_mt li {
 margin-bottom: 15px;
 padding: 15px;
}

.li_data_more {
 padding-bottom: 15px;
}

.li_data_more span {
 font-size: 14px;
}

.li_data_more span i {
 font-size: 12px;
}

.li_data_more .mt_more {
 font-size: 12px;
 width: 65px;
}

.li-content {
 margin-top: 15px;
}

h2.li_header {
 font-size: 14px;
}

.li-content h2.li_header a {
 font-size: 16px;
}

.li-content p {
 font-size: 12px;
 line-height: 20px;
}

li.li_img {
 width: 31%;
 height: auto;
 margin: 0 10px 10px 0;
}
.main .Min{
  padding:15px;
}
}
@media only screen and (max-width:375px){
  li.doc_item{
 width: 29%;
  }
  h2.ys_header img{
 margin-right: 20px;
  }

}   