@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	background: #fff;
	font-size: 0.16rem;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
img {
	border: 0;
	display: inline-block;
	max-width: 100%;
	width: auto;
	vertical-align: top;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.clear:after {
	content:"";
	display: block;
	clear:both;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bigimg img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.content {
	width: 17.2rem;
	margin: 0 auto;
}
.content02 {
	width: 13.8rem;
	margin: 0 auto;
}
.phone {
	display: none;
}
/* [v-cloak]{
	display: none;
} */


/*首页*/
.header{
	width: 100%;
	height: 1.2rem;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.header.on{
	background: #fff;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.header.on .nav li{
	color: #333;
}
.header.on .pic01{
	display: none;
}
.header.on .pic02{
	display: block;
}
.pic02{
	display: none;
}
.logo{
	float: left;
	width: 1.95rem;
	height: 0.66rem;
	margin-top: 0.27rem;
	position: relative;
}
.logo img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.menu,.nav02,#menu{
	display: none;
}
.nav{
	float: right;
	width: 8rem;
	margin: 0.21rem 0.69rem 0 0;
}
.nav ul{
	display: flex;
	justify-content: space-between;
}
.nav li{
	color: #fff;
	line-height: 0.76rem;
	font-size: 0.16rem;
	position: relative;
}
.nav i{
	width: 100%;
	height: 0.04rem;
	border-radius: 0.02rem;
	background: #c30d23;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scale(0,0);
	transition: all 0.6s;
}
.nav li:hover i{
	transform: scale(1,1);
}
.nav li:hover{
	color: #c30d23;
}
.nav li.on i{
	transform: scale(1,1);
}
.nav li.on{
	color: #c30d23;
	font-weight: bold;
}
.nav li:hover .subnav_box{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: visible;
}
.subnav_box{
  width: 1.7rem;
  padding-top: 0.7rem;
  position: absolute;
  top: 0.5rem;
  left: -0.5rem;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.3rem);
  pointer-events: none;
  transition: 0.5s;
}
.subnav{
  position: relative;
  padding: 0.1rem;
  background: #fff;
	box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
}
.subnav ul{
  display: block;
}
.subnav li {
  text-align: center;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
}
.subnav li:last-child {
  border-bottom: none;
}
.subnav li a {
  display: block;
  position: relative;
  text-align: center;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #333;
  font-size: 0.15rem;
}
.search_img{
	float: right;
	width: 0.2rem;
	height: 0.2rem;
	margin-top: 0.5rem;
	cursor: pointer;
	position: relative;
}
.search_img img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.banner{
	width: 100%;
	position: relative;
}
.banner img{
	width: 100%;
}
.bn_mouse{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0.65rem;
	z-index: 3;
}
.bn_mouse img{
	width: 0.28rem;
	height: 0.4rem;
	animation: move 1.6s linear infinite;
}
@keyframes move{
	25% {
		transform: translateY(-0.1rem);
	}
	50%, 100% {
		transform: translateY(0);
	}
	75% {
		transform: translateY(0.1rem);
	}
}
.bn_tm{
	width: 100%;
	height: 2.22rem;
	background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.bn_con{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 2;
}
.bn_tt{
	color: #364054;
	font-size: 0.56rem;
	line-height: 0.8rem;
	font-weight: bold;
	margin-bottom: 0.15rem;
}
.bn_txt{
	color: #364054;
	font-size: 0.22rem;
	line-height: 0.4rem;
}

.menu_listbox{
	padding: 0.5rem 0 0.56rem;
	overflow: hidden;
}
.menu_list ul{
	margin-right: -2%;
}
.menu_list li{
	float: left;
	width: 23%;
	height: 1.38rem;
	background: #f5f5f5;
	font-size: 0.24rem;
	font-weight: bold;
	margin-right: 2%;
	position: relative;
}
.menu_list li:hover{
	background: #fef4f4;
}
.menu_list a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu_list i{
	width: 0;
	height: 0.03rem;
	display: block;
	background: #c30d23;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.6s;
}
.menu_list li:hover i{
	width: 100%;
}
.menu_list img{
	width: 0.61rem;
	height: 0.61rem;
	margin-right: 0.27rem;
}

.featured_bg{
	width: 100%;
	padding: 0.54rem 0 0.67rem;
	background: #f5f5f5;
	overflow: hidden;
}
.featured_top{
	margin: 0 auto 0.58rem;
}
.featured_tit{
	float: left;
	line-height: 0.66rem;
	background: url(../images/ind_09.png) no-repeat left center;
	background-size: 0.4rem 0.4rem;
	padding-left: 0.64rem;
	color: #c30d23;
	text-transform: uppercase;
	font-size: 0.42rem;
	font-weight: bold;
}
.featured_tit span{
	color: #242f44;
	font-size: 0.19rem;
	font-weight: normal;
	padding-left: 0.2rem;
}
.featured_type{
	float: right;
	padding: 0.14rem 2.28rem 0 0;
}
.featured_type .tab{
	float: left;
	color: #333;
	font-size: 0.24rem;
	line-height: 0.52rem;
	margin-right: 0.44rem;
	cursor: pointer;
}
.featured_box{
	width: 100%;
	color: #333;
	font-size: 0.24rem;
}
.featured_box .swiper{
	overflow: visible;
}
.featured_box .swiper-slide{
	background: #f5f5f5;
}
.featured_box .content{
	position: relative;
}
.featured_more{
	width: 2.04rem;
	position: absolute;
	top: -1rem;
	right: 0;
}
.featured_more img{
	width: 100%;
}
.featured{
	width: 100%;
	position: relative;
}
.featured .swiper-slide{
	margin-left: 0.26rem;
}
.featured .swiper-button-next,.featured .swiper-button-prev{
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.featured .swiper-button-prev{
  background: url(../images/ind_13.png) no-repeat center center #fff;
  background-size: 0.19rem 0.16rem;
  left: 0;
}
.featured .swiper-button-prev:hover{
  background: url(../images/ind_13s.png) no-repeat center center #c30d23;
  background-size: 0.19rem 0.16rem;
}
.featured .swiper-button-next{
  background: url(../images/ind_14.png) no-repeat center center #fff;
  background-size: 0.19rem 0.16rem;
  right: 0;
}
.featured .swiper-button-next:hover{
  background: url(../images/ind_14s.png) no-repeat center center #c30d23;
  background-size: 0.19rem 0.16rem;
}
.featured .swiper-button-next:after, .featured .swiper-button-prev:after{
  display: none;
}
.featured_pic{
	float: left;
	width: 50%;
	height: 7.02rem;
	overflow: hidden;
}
.featured_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.featured_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.featured_right{
	float: left;
	width: 50%;
	height: 7.02rem;
	padding: 1.42rem 0.6rem 0.6rem;
	background: #fff;
}
.featured_tt{
	color: #242f44;
	font-size: 0.18rem;
	line-height: 0.28rem;
	text-transform: uppercase;
	margin-bottom: 0.75rem;
}
.featured_tt h1{
	font-size: 0.36rem;
	line-height: 0.52rem;
	margin-bottom: 0.11rem;
}
.featured_txt{
	color: #666;
	font-size: 0.16rem;
	line-height: 0.32rem;
	text-align: justify;
	height: 1.28rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 1rem;
}
.featured_m{
	width: 1.62rem;
	height: 0.52rem;
	line-height: 0.52rem;
	text-align: center;
	background: #fff;
	border: solid 0.02rem #989da7;
	color: #242f44;
	font-size: 0.16rem;
	position: relative;
	overflow:hidden;
}
.featured_m div{
	width: 0.16rem;
	height: 0.1rem;
	margin-left: 0.1rem;
	vertical-align: middle;
	display: inline-block;
}
.featured_m div img{
	width: 100%;
	height: 100%;
}
.featured_m a{
	display: block;
	position: relative;
	z-index: 2;
}
.featured_m:before {
	content: "";
	width: 0;
	height: 100%;
	background: #c30d23;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.5s;
}
.featured_m:after {
	position: absolute;
	left:-10px;
	bottom: 0;
	content: "";
	box-sizing: border-box;
	transition: 0.5s;
	width:110%;
	height: 100%;
}
.featured_m:hover:before,
.featured_m.active:before {
	width: 100%;
	right: auto;
	left: 0;
}
.img02{
	opacity: 0;
	visibility: hidden;
}
.featured_m:hover .img01{
	display: none;
}
.featured_m:hover .img02{
	opacity: 1;
	visibility: visible;
}
.featured_m:hover{
	color: #fff;
	border: solid 0.02rem #c30d23;
}

.case_box{
	padding: 1.08rem 0 1.14rem;
	overflow: hidden;
}
.case_box .featured_top{
	margin: 0 auto 0.32rem;
}
.case_more{
	float: right;
	width: 2.04rem;
	margin-top: 0.26rem;
}
.case_more img{
	width: 100%;
}
.case_top{
	width: 100%;
	margin-bottom: 0.26rem;
}
.case_top ul{
	margin-right: -5%;
}
.case_top li{
	float: left;
	width: 20%;
	height: 1.94rem;
	cursor: pointer;
	position: relative;
	margin-right: 5%;
}
.case_type{
	width: 100%;
	height: 0.59rem;
	line-height: 0.59rem;
	text-align: center;
	color: #fff;
	font-size: 0.24rem;
	background: #ccc;
	position: absolute;
	top: 0.75rem;
	left: 0;
	z-index: 2;
}
.case_tbg{
	width: 100%;
	height: 100%;
	background: url(../images/ind_17.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}
.case_num{
	width: 100%;
	text-align: center;
	line-height: 1.94rem;
	font-size: 1.57rem;
	font-weight: bolder;
	font-family: Arial;
	-webkit-text-stroke: 0.02rem #f2f2f2;
  text-stroke: 0.02rem #f2f2f2;
  color: #fff;
	opacity: 0;
}
.case_top li.on .case_type{
	background: #b51124;
}
.case_top li.on .case_type::before{
	content: "";
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-top: 0.1rem solid #b51124;
	position: absolute;
	top: 0.59rem;
	left: 50%;
	transform: translateX(-50%);
}
.case_top li.on .case_tbg{
	opacity: 1;
}
.case_top li.on .case_num{
	opacity: 1;
}
.case_list{
	width: 100%;
}
.case{
	width: 100%;
}
.case_pic{
	width: 100%;
	height: 3.2rem;
	overflow: hidden;
	margin-bottom: 0.22rem;
}
.case_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.case_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.case_tt{
	width: 96%;
	height: 0.48rem;
	line-height: 0.48rem;
	color: #303744;
	font-size: 0.26rem;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 0 0.42rem 4%;
}
.case_check{
	color: #d35c6a;
	font-size: 0.16rem;
	line-height: 0.3rem;
	margin-left: 4%;
}
.case_check img{
	width: 0.16rem;
	height: 0.1rem;
	vertical-align: middle;
	margin-left: 0.1rem;
}

.service_bg{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.service_tit{
	width: 100%;
	line-height: 0.66rem;
	color: #c30d23;
	text-transform: uppercase;
	font-size: 0.42rem;
	font-weight: bold;
	position: absolute;
	top: 0.6rem;
	left: 0;
	z-index: 2;
}
.service_tit .content{
	background: url(../images/ind_09.png) no-repeat left center;
	background-size: 0.4rem 0.4rem;
	padding-left: 0.64rem;
}
.service_tit span{
	color: #fff;
	font-size: 0.19rem;
	font-weight: normal;
	padding-left: 0.2rem;
}
.service_pic{
	width: 100%;
	height: 9.49rem;
	position: relative;
}
.service_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service_txt{
	width: 100%;
	color: #fff;
	font-size: 0.42rem;
	font-weight: bold;
	line-height: 0.76rem;
	text-align: center;
	position: absolute;
	top: 55%;
	transform: translateY(-55%);
	left: 0;
	z-index: 2;
}
.service{
	width: 100%;
	border-top: solid 0.02rem rgba(255, 255, 255, 0.2);
	padding-top: 0.64rem;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0.82rem;
	z-index: 2;
}
.service li{
	width: 1.52rem;
	display: inline-block;
}
.service h1{
	color: #fff;
	font-size: 0.16rem;
	font-weight: normal;
}
.service_icon{
	width: 0.54rem;
	height: 0.54rem;
	margin: 0 auto 0.12rem;
	position: relative;
}
.service_icon img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.service li:hover h1{
	color: #b51124;
}
.service li:hover .pic01{
	display: none;
}
.service li:hover .pic02{
	display: block;
}
.service li.on h1{
	color: #b51124;
}
.service li.on .pic01{
	display: none;
}
.service li.on .pic02{
	display: block;
}
.kefu{
	width: 0.42rem;
	height: 0.42rem;
	background: #ff9797;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 17%;
	bottom: 1.4rem;
	z-index: 1;
}
.kefu img{
	width: 0.23rem;
	height: 0.26rem;
}

.foot_bg{
	width: 100%;
	background: #fef9f6;
	padding: 0.53rem 0 0.56rem;
	position: relative;
}
.foot_left{
	float: left;
	width: 3.1rem;
}
.f_logo{
	width: 1.92rem;
	margin: 0.06rem 0 0.21rem;
}
.f_logo img{
	width: 100%;
}
.f_con{
	color: #999;
	font-size: 0.16rem;
	line-height: 0.28rem;
	margin-bottom: 0.18rem;
}
.f_tel{
	color: #333;
	font-size: 0.32rem;
	line-height: 0.4rem;
}
.f_nav{
	float: right;
	width: 10.12rem;
	margin-right: 1.22rem;
}
.f_nav ul{
	display: flex;
	justify-content: space-between;
}
.f_nav li{
	text-align: center;
}
.f_nav h1{
	color: #333;
	font-size: 0.16rem;
	line-height: 0.4rem;
	margin-bottom: 0.1rem;
}
.f_nav li ul{
	display: block;
}
.f_nav li ul li{
	color: #999;
	font-size: 0.16rem;
	line-height: 0.4rem;
}
.f_nav li ul li:hover{
	color: #333;
}
.links_bg{
	width: 100%;
	background: #f5f5f5;
	padding: 0.2rem 0 0.22rem;
}
.links_tit{
	float: left;
	color: #333;
	font-size: 0.16rem;
	font-weight: bold;
	line-height: 0.38rem;
}
.links{
	float: left;
	width: 80%;
	color: #999;
	font-size: 0.16rem;
	line-height: 0.38rem;
}
.links a{
	padding: 0 0.24rem;
}
.links a:hover{
	color: #333;
}
.copyright{
	width: 100%;
	background: #b51124;
	padding: 0.2rem 0 0.22rem;
	color: #fff;
	line-height: 0.38rem;
	font-size: 0.16rem;
}
.copyright .fl{
	width: 60%;
}
.subside{
	width: 2.13rem;
	height: 0.48rem;
	line-height: 0.48rem;
	background: #b51124;
	border-top-left-radius: 0.1rem;
	color: #fff;
	font-size: 0.16rem;
	position: absolute;
	right: 0;
	bottom: -0.24rem;
	z-index: 2;
}
.subside img{
	width: 0.37rem;
	height: 0.37rem;
	vertical-align: middle;
	margin-right: 0.04rem;
}
.subtop{
	width: 0.32rem;
	height: 0.22rem;
	position: absolute;
	top: 0.14rem;
	right: 0.06rem;
	cursor: pointer;
}
.subtop img{
	width: 100% !important;
	height: 100% !important;
	vertical-align: top;
	margin: 0;
}


/* 医院概括 */
.main_bn{
	width: 100%;
	position: relative;
}
.main_bn img{
	width: 100%;
}
.bn_text{
	width: 100%;
	text-align: center;
	color: #c30d23;
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 0.4rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 2;
}
.bn_text h1{
	color: #333;
	font-size: 0.48rem;
	line-height: 0.7rem;
}

.about_box{
	width: 100%;
	padding: 1.03rem 0 1.09rem;
	overflow: hidden;
}
.about_left{
	float: left;
	width: 30%;
	color: #b51420;
	margin-left: 14%;
}
.about_tit h1{
	opacity: 0.1;
	font-size: 0.48rem;
	text-transform: uppercase;
	line-height: 0.48rem;
}
.about_tit h2{
	font-size: 0.48rem;
	line-height: 0.82rem;
}
.about_tt{
	margin: 0.38rem 0 0.27rem;
}
.about_tt h1{
	color: #333;
	font-size: 0.2rem;
	margin-bottom: 0.16rem;
}
.about_tt i{
	width: 0.45rem;
	height: 0.02rem;
	background: #b51420;
	display: block;
}
.about{
	color: #999;
	font-size: 0.16rem;
	line-height: 0.32rem;
	height: 2.24rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.44rem;
}
.about_more{
	width: 1.53rem;
	text-align: center;
	height: 0.51rem;
	line-height: 0.51rem;
	border: solid 0.01rem #b51420;
	color: #b51420;
	font-size: 0.16rem;
	position: relative;
	overflow:hidden;
}
.about_more:hover{
	color: #fff;
}
.about_more div{
	width: 0.16rem;
	height: 0.1rem;
	margin-left: 0.1rem;
	vertical-align: middle;
	display: inline-block;
}
.about_more div img{
	width: 100%;
	height: 100%;
}
.about_more a{
	display: block;
	position: relative;
	z-index: 2;
}
.about_more:before {
	content: "";
	width: 0;
	height: 100%;
	background: #c30d23;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.5s;
}
.about_more:after {
	position: absolute;
	left:-10px;
	bottom: 0;
	content: "";
	box-sizing: border-box;
	transition: 0.5s;
	width:110%;
	height: 100%;
}
.about_more:hover:before,
.about_more.active:before {
	width: 100%;
	right: auto;
	left: 0;
}
.about_more:hover .img01{
	display: none;
}
.about_more:hover .img02{
	opacity: 1;
	visibility: visible;
}
.about_right{
	float: right;
	width: 48%;
	position: relative;
	margin-top: 0.06rem;
}
.about_pic{
	width: 100%;
	height: 5.77rem;
	overflow: hidden;
}
.about_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.about_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.about_list{
	width: 1.93rem;
	height: 4.88rem;
	background: #b51420;
	position: absolute;
	top: 1.13rem;
	left: -0.89rem;
	z-index: 1;
}
.about_list li{
	color: #fff;
	text-align: center;
	padding-top: 0.27rem;
	height: 1.2rem;
	font-size: 0.16rem;
	line-height: 0.28rem;
	position: relative;
}
.about_list h1{
	font-size: 0.36rem;
	line-height: 0.4rem;
}
.about_list i{
	width: 0.92rem;
	height: 0.01rem;
	background: rgba(255, 255, 255, 0.1);
	display: block;
	position: absolute;
	left: 0.46rem;
	bottom: 0;
}
.about_list li:last-child i{
	display: none;
}

.env_box{
	padding: 0.74rem 0 1rem;
	overflow: hidden;
}
.env_box .env_tit{
	position: relative;
}
.env_box .about_more{
	position: absolute;
	top: 0.1rem;
	right: 0;
}
.env_tit{
	line-height: 0.66rem;
	color: #c30d23;
	text-transform: uppercase;
	font-size: 0.42rem;
	font-weight: bold;
	margin-bottom: 0.61rem;
}
.env_tit span{
	color: #242f44;
	font-size: 0.19rem;
	font-weight: normal;
	padding-left: 0.2rem;
}
.env_video{
	width: 100%;
	height: 6.33rem;
	overflow: hidden;
}
.env_video video{
  width: 100%;
  height: 100%;
	object-fit: cover;
}

.honor_bg{
	width: 100%;
	background: url(../images/about_03.jpg) center;
	background-size: cover;
	padding: 0.89rem 0 1.03rem;
	overflow: hidden;
}
.honor_box{
	position: relative;
	padding-top: 2.12rem;
}
.honor_box .env_tit{
	position: absolute;
	top: 0;
	left: 0;
}
.honor_box .swiper-pagination-lock{
	display: block;
}
.honor_box .swiper-pagination{
	width: 5.5rem;
	height: 0.06rem;
	background: #e1e1e1;
	top: 0.51rem;
	right: 0;
	left: auto;
}
.honor_box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #b51420;
}
.honor_box .swiper-num {
	position: absolute;
	width: 5.5rem;
	line-height: 0.44rem;
	font-size: 0.16rem;
	color: #999;
	top: 0;
	right: 0;
	z-index: 2;
}
.honor_box .swiper-num span{
	display: inline-block;
}
.honor_box .swiper-num .active {
	color: #333;
	font-size: 0.28rem;
	font-weight: bold;
	padding-right: 0.05rem;
}
.honor{
	width: 100%;
}
.honor_pic{
	width: 100%;
	height: 4.2rem;
	padding: 0.1rem;
	background: url(../images/about_04.jpg) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 0.67rem;
	cursor: pointer;
}
.honor_pic img{
	width: 100%;
	height: 100%;
}
.honor_txt{
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 0.18rem;
	line-height: 0.36rem;
	height: 0.36rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* 特色科室 */
.keshi_bn .bn_text h1{
	color: #fff;
}
.keshi_bg{
	width: 100%;
	background: #f8fafc;
	padding: 0.91rem 0 1rem;
	overflow: hidden;
}
.keshi_bg .env_tit{
	margin-bottom: 0.14rem;
}
.keshi_bg .case_top{
	margin-bottom: 0.22rem;
}
.keshi{
	width: 100%;
	position: relative;
}
.keshi .swiper-slide{
	background: #f8fafc;
	height: 4.68rem;
}
.keshi_prev,.keshi_next{
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	background: #c30d23;
	color: #fff;
	position: absolute;
	top: 3.94rem;
	z-index: 2;
}
.keshi_prev{
	left: 2.05rem;
}
.keshi_next{
	right: auto;
	left: 2.78rem;
}
.keshi_prev:after, .keshi_next:after{
	font-size: 0.2rem;
	font-weight: bold;
}
.keshi_next.swiper-button-disabled, .keshi_prev.swiper-button-disabled{
	opacity: 1;
	background: #f5f5f5;
	color: #c4c4c4;
}
.keshi_left{
	float: left;
	width: 4.8rem;
	padding-top: 0.2rem;
}
.keshi_tt{
	color: #333;
	font-size: 0.32rem;
	font-weight: bold;
	line-height: 0.5rem;
	height: 0.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.43rem;
}
.keshi_txt{
	color: #999;
	font-size: 0.16rem;
	line-height: 0.32rem;
	height: 0.96rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.keshi_label{
	width: 100%;
	font-size: 0.16rem;
	color: #666;
	margin: 0.34rem 0 0.85rem;
}
.keshi_label span{
	background: #f5f5f5;
	display: inline-block;
	line-height: 0.48rem;
	padding: 0 0.3rem;
	border-radius: 0.06rem;
	margin: 0 0.18rem 0.18rem 0;
}
.keshi_more{
	width: 1.9rem;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	background: #c30d23;
	color: #fff;
	font-size: 0.18rem;
	border-radius: 0.6rem;
	position: relative;
	overflow: hidden;
}
.keshi_more a{
	display: block;
	position: relative;
	z-index: 2;
}
.keshi_more:before {
	content: "";
	width: 0;
	height: 100%;
	background: #9b0012;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.5s;
}
.keshi_more:after {
	position: absolute;
	left:-10px;
	bottom: 0;
	content: "";
	box-sizing: border-box;
	transition: 0.5s;
	width:110%;
	height: 100%;
}
.keshi_more:hover:before,
.keshi_more.active:before {
	width: 100%;
	right: auto;
	left: 0;
}
.keshi_pic{
	float: right;
	width: 8.48rem;
	height: 4.68rem;
	overflow: hidden;
}
.keshi_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.keshi_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.keshi_list_box{
	padding: 0.85rem 0 0.58rem;
	overflow: hidden;
}
.keshi_list_box .env_tit{
	margin-bottom: 0.91rem;
}
.keshi_list{
	width: 100%;
}
.keshi_list ul{
	margin-right: -0.18rem;
}
.keshi_list li{
	float: left;
	width: 3.31rem;
	height: 5.12rem;
	text-align: center;
	padding: 0.62rem 0.3rem;
	border: dashed 0.02rem #e1e1e1;
	margin: 0 0.18rem 0.24rem 0;
	overflow: hidden;
	position: relative;
}
.keshi_list a{
	display: block;
	width: 100%;
	height: 100%;
}
.keshi_icon{
	width: 0.78rem;
	height: 0.78rem;
	margin: 0 auto;
	position: relative;
}
.keshi_icon img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.keshi_list_tt{
	line-height: 0.32rem;
	font-size: 0.22rem;
	font-weight: bold;
	margin: 0.23rem 0 0.26rem;
}
.keshi_list_txt{
	line-height: 0.32rem;
	height: 1.28rem;
	font-size: 0.16rem;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.keshi_num{
	width: 100%;
	color: #fdb3b3;
	font-size: 2.24rem;
	line-height: 1.62rem;
	height: 1.62rem;
	font-family: Arial;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: -0.32rem;
}
.keshi_list li:hover{
	border: dashed 0.02rem #aeaeae;
}
.keshi_list li:hover .pic01{
	display: none;
}
.keshi_list li:hover .pic02{
	display: block;
}
.keshi_list li:hover .keshi_num{
	color: #fdb3b3;
}


/* 专家介绍 */
.rec_box{
	padding: 0.92rem 0 0.9rem;
	overflow: hidden;
}
.rec_box .env_tit{
	margin: 0;
}
.rec_list{
	width: 100%;
	position: relative;
}
.rec_list .swiper-slide{
	background: #fff;
}
.rec_list .swiper-button-next,.rec_list .swiper-button-prev{
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
	border: solid 0.01rem #fff;
	top: auto;
	bottom: 0.85rem;
}
.rec_list .swiper-button-prev{
	background: url(../images/rec_05.png) no-repeat center center;
	background-size: 0.18rem 0.15rem;
	left: 0.3rem;
}
.rec_list .swiper-button-prev:hover{
	background: url(../images/rec_06.png) no-repeat center center #fff;
	background-size: 0.18rem 0.15rem;
}
.rec_list .swiper-button-next{
	background: url(../images/rec_07.png) no-repeat center center;
	background-size: 0.18rem 0.15rem;
	right: 0.3rem;
}
.rec_list .swiper-button-next:hover{
	background: url(../images/rec_08.png) no-repeat center center #fff;
	background-size: 0.18rem 0.15rem;
}
.rec_list .swiper-button-next:after, .rec_list .swiper-button-prev:after{
	display: none;
}
.rec_top{
	width: 7.54rem;
	margin: 0.8rem 0 0 0.2rem;
}
.rec_tt{
	color: #666;
	font-size: 0.2rem;
	line-height: 0.52rem;
	margin-bottom: 0.45rem;
}
.rec_tt span{
	color: #333;
	font-size: 0.36rem;
	font-weight: bold;
	padding-right: 0.15rem;
}
.rec_m{
	margin-bottom: 0.11rem;
}
.rec_bumen{
	float: left;
	padding-left: 0.45rem;
	line-height: 0.36rem;
	color: #666;
	font-size: 0.16rem;
	margin-right: 0.9rem;
	position: relative;
}
.rec_bumen div{
	color: #333;
	display: inline-block;
}
.rec_bumen img{
	width: 0.26rem;
	height: 0.26rem;
	position: absolute;
	top: 0.04rem;
	left: 0;
}
.rec_xueshi{
	float: left;
	padding-left: 0.45rem;
	line-height: 0.36rem;
	color: #666;
	font-size: 0.16rem;
	position: relative;
}
.rec_xueshi div{
	color: #333;
	display: inline-block;
}
.rec_xueshi img{
	width: 0.26rem;
	height: 0.26rem;
	position: absolute;
	top: 0.04rem;
	left: 0;
}
.rec_shanchang{
	padding-left: 1rem;
	line-height: 0.36rem;
	color: #666;
	font-size: 0.16rem;
	position: relative;
	margin-bottom: 0.5rem;
}
.rec_shanchang div{
	color: #333;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0.45rem;
}
.rec_shanchang img{
	width: 0.26rem;
	height: 0.26rem;
	position: absolute;
	top: 0.04rem;
	left: 0;
}
.rec_btn{
	width: 100%;
	margin-bottom: 0.5rem;
}
.rec_more{
	float: left;
	width: 1.2rem;
	text-align: center;
	height: 0.48rem;
	line-height: 0.48rem;
	border-radius: 0.5rem;
	font-size: 0.16rem;
	color: #fff;
	background: #c30d23;
	position: relative;
	overflow: hidden;
	margin-right: 0.24rem;
}
.rec_more a{
	display: block;
	position: relative;
	z-index: 2;
}
.rec_more:before {
	content: "";
	width: 0;
	height: 100%;
	background: #a50115;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.5s;
}
.rec_more:after {
	position: absolute;
	left:-10px;
	bottom: 0;
	content: "";
	box-sizing: border-box;
	transition: 0.5s;
	width:110%;
	height: 100%;
}
.rec_more:hover:before,
.rec_more.active:before {
	width: 100%;
	right: auto;
	left: 0;
}
.rec_yuyue{
	float: left;
	width: 1.2rem;
	text-align: center;
	height: 0.48rem;
	line-height: 0.48rem;
	border-radius: 0.5rem;
	font-size: 0.16rem;
	color: #b51420;
	border: solid 0.01rem #b51420;
	position: relative;
	overflow: hidden;
	margin-right: 0.24rem;
}
.rec_yuyue:hover{
	color: #fff;
}
.rec_yuyue a{
	display: block;
	position: relative;
	z-index: 2;
}
.rec_yuyue:before {
	content: "";
	width: 0;
	height: 100%;
	background: #b51420;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.5s;
}
.rec_yuyue:after {
	position: absolute;
	left:-10px;
	bottom: 0;
	content: "";
	box-sizing: border-box;
	transition: 0.5s;
	width:110%;
	height: 100%;
}
.rec_yuyue:hover:before,
.rec_yuyue.active:before {
	width: 100%;
	right: auto;
	left: 0;
}
.rec_bot{
	width: 100%;
	height: 2.37rem;
	background: #c30d23;
	border-radius: 0.1rem;
	position: relative;
	/* padding: 0.68rem 0 0 1.38rem; */
	padding: 0.68rem 0 0 1rem;
}
.rec_pic{
	width: 4rem;
	height: 6.86rem;
	position: absolute;
	/* right: 1.5rem; */
	right: 1.1rem;
	bottom: 0;
	z-index: 2;
}
.rec_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rec_txt{
	width: 7.35rem;
	color: #fff;
	font-size: 0.18rem;
	line-height: 0.36rem;
	height: 1.08rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.experts_box{
	padding-bottom: 0.86rem;
}
.experts_box .env_tit{
	margin-bottom: 1.19rem;
}
.exp_left{
	float: left;
	width: 2rem;
	height: 5.44rem;
}
.exp_left .swiper-slide{
	text-align: center;
	line-height: 0.67rem;
	height: 0.67rem;
	background: #f5f5f5;
	border-bottom: solid 1px #fff;
	color: #333;
	font-size: 0.16rem;
	cursor: pointer;
}
.exp_left .swiper-slide.on{
	background: #b51420;
	color: #fff;
}
.exp_right{
	float: right;
	width: 11.3rem;
	height: 5.44rem;
	position: relative;
}
.exp_right .swiper-pagination{
	height: 0.04rem;
	background: #f3f3f3;
	border-radius: 0.1rem;
	top: auto;
	bottom: 0;
}
.exp_right .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #b51420;
}
.exp_pic{
	width: 100%;
	height: 3.82rem;
	border-top-left-radius: 0.12rem;
	border-top-right-radius: 0.12rem;
	overflow: hidden;
}
.exp_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.exp_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.exp_bot{
	width: 100%;
	height: 1rem;
	background: #b51420;
	color: #fff;
	border-bottom-left-radius: 0.12rem;
	border-bottom-right-radius: 0.12rem;
	padding: 0.14rem 1.26rem 0 0.2rem;
	position: relative;
}
.exp_bot h1{
	font-size: 0.16rem;
	font-weight: normal;
	line-height: 0.38rem;
	height: 0.38rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.exp_bot h1 span{
	font-size: 0.22rem;
	font-weight: bold;
	padding-right: 0.08rem;
}
.exp_bot h2{
	font-size: 0.16rem;
	font-weight: normal;
	line-height: 0.36rem;
	height: 0.36rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.exp_yuyue{
	width: 1.02rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	border-radius: 0.5rem;
	font-size: 0.16rem;
	color: #fff;
	border: solid 0.01rem #fff;
	position: absolute;
	top: 0.26rem;
	right: 0.18rem;
	z-index: 1;
	overflow: hidden;
}
.exp_yuyue:hover{
	color: #b51420;
}
.exp_yuyue a{
	display: block;
	position: relative;
	z-index: 2;
}
.exp_yuyue:before {
	content: "";
	width: 0;
	height: 100%;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.5s;
}
.exp_yuyue:after {
	position: absolute;
	left:-10px;
	bottom: 0;
	content: "";
	box-sizing: border-box;
	transition: 0.5s;
	width:110%;
	height: 100%;
}
.exp_yuyue:hover:before,
.exp_yuyue.active:before {
	width: 100%;
	right: auto;
	left: 0;
}


/* 治疗案例 */
.grey{
	background: #f5f5f5;
}
.caserec_box{
	padding: 0.9rem 0 0.5rem;
	overflow: hidden;
}
.caserec_box .env_tit{
	margin-bottom: 0.54rem;
}
.caserec{
	width: 100%;
	position: relative;
}
.case_prev,.case_next{
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	background: #c30d23;
	color: #fff;
	position: absolute;
	top: 0.15rem;
	left: auto;
	z-index: 2;
}
.case_prev{
	right: 0.74rem;
}
.case_next{
	right: 0;
}
.case_prev:after, .case_next:after{
	font-size: 0.2rem;
	font-weight: bold;
}
.case_next.swiper-button-disabled, .case_prev.swiper-button-disabled{
	opacity: 1;
	background: #fff;
	color: #c4c4c4;
}
.caserec_tt{
	width: 85%;
	line-height: 0.46rem;
	color: #303744;
	font-size: 0.32rem;
	font-weight: bold;
}
.caserec_txt{
	color: #666;
	font-size: 0.16rem;
	line-height: 0.26rem;
	margin: 0.15rem 0 0.36rem;
}
.caserec_box .env_video{
	height: 6.5rem;
}

.treat_box{
	padding: 0.4rem 0 0.82rem;
	overflow: hidden;
}
.treat{
	width: 100%;
	position: relative;
}
.treat .swiper-slide{
	height: 4rem;
	background: #fff;
}
.treat_p{
	padding: 0.4rem;
}
.treat_pic{
	float: left;
	width: 5.52rem;
	height: 3.2rem;
	overflow: hidden;
}
.treat_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.treat_pic:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.treat_right{
	float: right;
	width: 7.04rem;
}
.treat_a{
	color: #454545;
	font-size: 0.28rem;
	font-weight: bold;
	line-height: 0.5rem;
	height: 0.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.treat_b{
	height: 0.34rem;
	line-height: 0.34rem;
	margin: 0.1rem 0 0.27rem;
}
.treat_b01{
	float: left;
	width: 88%;
	height: 0.34rem;
	color: #999;
	font-size: 0.16rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.treat_b02{
	float: right;
	color: #b51124;
	font-size: 0.18rem;
}
.treat_c{
	padding: 0 0.17rem;
	background: #f5f5f5;
	height: 0.48rem;
	line-height: 0.48rem;
	margin-bottom: 0.12rem;
}
.treat_c01{
	float: left;
	width: 1.16rem;
	height: 0.48rem;
	padding-left: 0.28rem;
	background: url(../images/case_03.png) no-repeat left center;
	background-size: 0.16rem 0.2rem;
	color: #666;
	font-size: 0.18rem;
	font-weight: bold;
	position: relative;
}
.treat_c01 i{
	width: 0.01rem;
	height: 0.18rem;
	display: block;
	background: #adadad;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.treat_c02{
	float: right;
	width: 5.36rem;
	padding-right: 0.2rem;
	background: url(../images/case_04.png) no-repeat right center;
	background-size: 0.08rem 0.14rem;
	color: #999;
	font-size: 0.16rem;
}
.treat_c02 a{
	display: block;
	width: 90%;
	height: 0.48rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.treat_d{
	height: 0.48rem;
	line-height: 0.48rem;
	background: #ffe5e8;
	padding: 0 0.22rem;
	margin-bottom: 0.44rem;
}
.treat_d01{
	float: left;
	width: 1.16rem;
	height: 0.48rem;
	color: #ac8a5a;
	font-size: 0.2rem;
	font-weight: bold;
	position: relative;
}
.treat_d01 i{
	width: 0.01rem;
	height: 0.18rem;
	display: block;
	background: #d5b7a1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.treat_d02{
	float: right;
	width: 5.3rem;
	color: #c30d23;
	font-size: 0.18rem;
	height: 0.48rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.treat .keshi_more{
	width: 1.21rem;
	height: 0.5rem;
	line-height: 0.5rem;
	font-size: 0.16rem;
	font-weight: bold;
}
.treat .keshi_prev,.treat .keshi_next{
	width: 0.48rem;
	height: 0.48rem;
	top: auto;
	bottom: 0.4rem;
}
.treat .keshi_prev{
	left: 7.7rem;
}
.treat .keshi_next{
	left: 8.34rem;
}


/* 健康科普 */
.health_box{
	padding: 0.58rem 0 0.88rem;
	overflow: hidden;
}
.health_box .env_tit{
	margin-bottom: 0.8rem;
}
.health{
	width: 100%;
	overflow: hidden;
}
.health ul{
	margin-right: -3%;
}
.health li{
	float: left;
	width: 30.33%;
	margin: 0 3% 0.64rem 0;
}
.health_pic{
	width: 100%;
	height: 2.46rem;
	overflow: hidden;
	margin-bottom: 0.32rem;
}
.health_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.health li:hover .health_pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.health_tt{
	color: #303744;
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.34rem;
	height: 0.34rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.health_txt{
	color: #666;
	font-size: 0.16rem;
	line-height: 0.34rem;
	height: 0.68rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin: 0.24rem 0 0.27rem;
}
.health_btn{
	width: 1.02rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	border-radius: 0.5rem;
	font-size: 0.16rem;
	color: #fff;
	background: #c30d23;
	position: relative;
	overflow: hidden;
}
.health_btn a{
	display: block;
	position: relative;
	z-index: 2;
}
.health_btn:before {
	content: "";
	width: 0;
	height: 100%;
	background: #9c0013;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.5s;
}
.health_btn:after {
	position: absolute;
	left:-10px;
	bottom: 0;
	content: "";
	box-sizing: border-box;
	transition: 0.5s;
	width:110%;
	height: 100%;
}
.health_btn:hover:before,
.health_btn.active:before {
	width: 100%;
	right: auto;
	left: 0;
}
.page{
	width: 100%;
	text-align: center;
	padding-top: 0.55rem;
	color: #333;
	font-size: 0.18rem;
}
.page a{
	width: 0.44rem;
	line-height: 0.44rem;
	background: #f0f0f0;
	border-radius: 0.5rem;
	display: inline-block;
	margin: 0 0.04rem;
}
.page a.page_b{
	width: 0.8rem;
}
.page a:hover{
	background: #dd1010;
	color: #fff;
}
.page a.on{
	background: #dd1010;
	color: #fff;
}


/* 公益活动 */
.act_bn .bn_text{
	color: #fff;
}
.act_bn .bn_text h1{
	color: #fff;
}
.linli_bg{
	width: 100%;
	background: url(../images/act_01.jpg) no-repeat center top;
	padding: 0.92rem 0 0.7rem;
	overflow: hidden;
}
.act_tit{
	width: 100%;
	text-align: center;
	line-height: 0.38rem;
	color: #333;
	font-size: 0.2rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.67rem;
}
.act_tit h1{
	color: #c30d23;
	font-size: 0.48rem;
	line-height: 0.7rem;
}
.linli_txt{
	width: 71%;
	text-align: center;
	color: #666;
	font-size: 0.18rem;
	line-height: 0.4rem;
	margin: 0 auto 1.11rem;
}
.linli{
	width: 100%;
}
.linli_pic{
	width: 100%;
	height: 2.47rem;
	overflow: hidden;
	margin-bottom: 0.21rem;
}
.linli_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.linli_pic:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.linli_text{
	width: 100%;
	text-align: center;
	line-height: 0.32rem;
	height: 0.32rem;
	color: #666;
	font-size: 0.18rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.jkyz_box{
	padding: 0.9rem 0 1.18rem;
	overflow: hidden;
}
.jkyz_box .act_tit{
	margin-bottom: 1.25rem;
}

.xxjm_bg{
	background: #f5f5f5;
	padding: 0.61rem 0 1.15rem;
	overflow: hidden;
}
.xxjm_bg .act_tit{
	margin-bottom: 0.8rem;
}
.xxjm_left{
	float: left;
	width: 35%;
	padding-top: 0.55rem;
}
.xxjm_con{
	float: right;
	width: 58%;
	position: relative;
}
.xxjm_con .swiper-button-next,.xxjm_con .swiper-button-prev{
  width: 0.48rem;
  height: 0.48rem;
	border: solid 0.01rem #c30d23;
  border-radius: 50%;
  top: 2.24rem;
}
.xxjm_con .swiper-button-prev{
  background: url(../images/rec_06.png) no-repeat center center;
  background-size: 0.18rem 0.15rem;
  left: 0;
}
.xxjm_con .swiper-button-prev:hover{
  background: url(../images/rec_05.png) no-repeat center center #c30d23;
  background-size: 0.18rem 0.15rem;
}
.xxjm_con .swiper-button-next{
  background: url(../images/rec_08.png) no-repeat center center;
  background-size: 0.18rem 0.15rem;
  right: auto;
	left: 0.64rem;
}
.xxjm_con .swiper-button-next:hover{
  background: url(../images/rec_07.png) no-repeat center center #c30d23;
  background-size: 0.18rem 0.15rem;
}
.xxjm_con .swiper-button-next:after, .xxjm_con .swiper-button-prev:after{
  display: none;
}
.xxjm_tt{
	color: #c30d23;
	font-size: 0.28rem;
	font-weight: bold;
	line-height: 0.48rem;
	margin-bottom: 0.2rem;
}
.xxjm_txt{
	color: #999;
	font-size: 0.16rem;
	line-height: 0.32rem;
	height: 0.94rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.xxjm_right{
	float: right;
	width: 61%;
}
.xxjm_pic{
	width: 100%;
	height: 3.66rem;
	overflow: hidden;
}
.xxjm_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.xxjm_pic:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}


/* 便民服务 */
.ser_box{
	padding: 0.9rem 0 0.5rem;
	overflow: hidden;
}
.ser_part{
	padding: 0.54rem 0 0.82rem;
	overflow: hidden;
}
.ser_part .env_tit{
	margin-bottom: 1.04rem;
}
.ser_type{
	width: 100%;
	margin-bottom: 0.42rem;
}
.ser_type li{
	float: left;
	width: 25%;
	text-align: center;
	cursor: pointer;
}
.ser_type li.on .pic01{
	display: none;
}
.ser_type li.on .pic02{
	display: block;
}
.ser_typepic{
	width: 0.86rem;
	height: 0.86rem;
	margin: 0 auto 0.2rem;
	position: relative;
}
.ser_typepic img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.ser_type h1{
	color: #333;
	font-size: 0.2rem;
	line-height: 0.38rem;
	font-weight: normal;
}
.ser_area{
	width: 100%;
	padding-top: 0.15rem;
	position: relative;
}
.ser_arrow{
	width: 0.21rem;
	height: 0.15rem;
	background: url(../images/ser_05.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
}
.ser_area:nth-child(2) .ser_arrow01{
	left: 36.5%;
}
.ser_area:nth-child(3) .ser_arrow01{
	left: 62%;
}
.ser_area:nth-child(4) .ser_arrow01{
	right: 11.5%;
	left: auto;
}
.ser_arrow01{
	left: 12%;
}
.ser_arrow02{
	left: 36.5%;
}
.ser_arrow03{
	left: 62%;
}
.ser_arrow04{
	right: 11.5%;
}
.ser_bg{
	width: 100%;
	background: #fff;
	border-radius: 0.2rem;
	box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
	padding: 0.7rem 0.6rem 0.5rem;
	position: relative;
	z-index: 1;
}
.ser_txt{
	color: #666;
	font-size: 0.18rem;
	line-height: 0.36rem;
	text-align: justify;
}
.ser_txt span{
	color: #c30d23;
	font-weight: bold;
}


/* 联系我们 */
.con_bn .bn_text{
	color: #fff;
	top: 70%;
	transform: translateY(-70%);
}
.con_bn .bn_text h1{
	color: #fff;
}
.con_icon{
	width: 0.78rem;
	height: 0.78rem;
	margin: 0 auto 0.4rem;
}
.con_icon img{
	width: 100%;
	height: 100%;
}
.con_box{
	padding: 0.87rem 0 1.05rem;
}
.con_box .env_tit{
	margin-bottom: 1.08rem;
}
.con_list{
	width: 100%;
	margin-bottom: 0.82rem;
}
.con_list ul{
	margin-right: -2%;
}
.con_list li{
	float: left;
	width: 18%;
	text-align: center;
	margin-right: 2%;
	color: #333;
	font-size: 0.22rem;
	position: relative;
}
.con_list li:first-child{
	font-size: 0.18rem;
}
.con_list img{
	width: 0.72rem;
	height: 0.72rem;
	margin: 0 auto 0.15rem;
}
.con_list h1{
	color: #666;
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.36rem;
}
.con_code{
	width: 2rem;
	height: 2rem;
	padding: 0.1rem;
	background: #fff;
	border-radius: 0.1rem;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	position: absolute;
	top: -2.1rem;
	left: 0;
	z-index: 20;
	display: none;
}
.con_code img{
	width: 1.8rem;
	height: 1.8rem;
	margin: 0 !important;
	vertical-align: middle;
}
.con_list li:hover .con_code{
	display: block;
}
.map{
	width: 100%;
	height: 4rem;
}

.route_box{
	padding: 0.92rem 0 0.82rem;
}
.route_box .env_tit{
	margin-bottom: 1.37rem;
}
.route_w{
	width: 100%;
	position: relative;
}
.route{
	width: 11.5rem;
	margin: 0 auto;
}
.route_left{
	float: left;
	width: 6.36rem;
}
.route_left h1{
	color: #333;
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 0.58rem;
	margin-bottom: 0.25rem;
}
.route_txt{
	color: #666;
	font-size: 0.16rem;
	line-height: 0.42rem;
}
.route_pic{
	float: right;
	width: 4.45rem;
	height: 3.2rem;
	overflow: hidden;
}
.route_pic img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.route_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.route_w .swiper-button-next, .route_w .swiper-button-prev{
	width: 0.64rem;
	height: 0.64rem;
	background: #fff;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	color: #c1c1c1;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
}
.route_w .swiper-button-next:hover, .route_w .swiper-button-prev:hover{
	background: #b51420;
	color: #fff;
}
.route_w .swiper-button-prev{
	left: 0;
}
.route_w .swiper-button-next{
	right: 0;
}
.route_w .swiper-button-next:after, .route_w .swiper-button-prev:after{
	font-size: 0.2rem;
	font-weight: bold;
}


/* 专家详情 */
#show-app .header{
	background: #fff;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
#show-app .nav li{
	color: #333;
}
#show-app .nav li.on{
	color: #c30d23;
}
#show-app .pic01{
	display: none;
}
#show-app .pic02{
	display: block;
}
#show-app .menu span{
	background: #000;
}
.zj_p{
	padding: 1.56rem 0 1.17rem;
}
.white{
	background: #fff;
}
.path{
	width: 100%;
	line-height: 0.5rem;
	border-bottom: solid 0.01rem #e5e5e5;
	color: #999;
	font-size: 0.16rem;
	padding: 0 0.2rem;
}
.path img{
	width: 0.19rem;
	height: 0.21rem;
	margin-right: 0.12rem;
	vertical-align: middle;
}
.path span{
	color: #333;
}
.zj_box{
	padding: 0.31rem 0.2rem 0.4rem;
}
.zj_pic{
	float: left;
	width: 2.78rem;
	height: 4.05rem;
}
.zj_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.zj_r{
	float: right;
	width: 10.1rem;
	padding-top: 0.4rem;
}
.zj_r .rec_bumen,.zj_r .rec_xueshi{
	padding-left: 0.4rem;
}
.zj_r .rec_shanchang{
	padding-left: 0.4rem;
	text-align: justify;
	margin-bottom: 0.3rem;
}
.zj_r .rec_shanchang:last-child{
	margin: 0;
}
.zj_r .rec_bumen div,.zj_r .rec_xueshi div,.zj_r .rec_shanchang div{
	display: inline-block;
	position: static;
	top: auto;
	left: auto;
}


/* 文章详情 */
.show_box{
	padding: 0.54rem 0.38rem 0.8rem;
}
.show_tt{
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 0.32rem;
	line-height: 0.5rem;
	font-weight: bold;
	margin-bottom: 0.18rem;
}
.show_t{
	width: 100%;
	text-align: center;
	line-height: 0.34rem;
	color: #999;
	font-size: 0.18rem;
	margin-bottom: 0.62rem;
}
.show_txt{
	color: #666;
	font-size: 0.18rem;
	line-height: 0.36rem;
	text-align: justify;
}
.show_txt span{
	color: #333;
	font-size: 0.2rem;
	font-weight: bold;
}
.show_txt img{
	width: 5rem;
	height: auto !important;
	margin: 0 auto;
	display: block;
}
.show_pic{
	width: 100%;
}
.show_pic ul{
	margin-right: -2%;
}
.show_pic li{
	float: left;
	width: 31.33%;
	height: 4rem;
	margin: 0 2% 0.2rem 0;
	border-radius: 0.1rem;
	overflow: hidden;
}
.show_pic img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.fanye_box{
	width: 100%;
	height: 0.85rem;
	border-top: solid 0.01rem #e5e5e5;
	position: relative;
}
.fanye{
	width: 80%;
	padding: 0.25rem 0 0.24rem 0.38rem;
}
.fanye ul{
	margin-right: -4%;
}
.fanye li{
	float: left;
	width: 46%;
	color: #333;
	font-size: 0.18rem;
	margin-right: 4%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fanye a{
	color: #666;
}
.backlist{
	width: 1.4rem;
	height: 0.48rem;
	line-height: 0.48rem;
	text-align: center;
	background: #c30d23;
	border-radius: 0.5rem;
	color: #fff;
	font-size: 0.18rem;
	position: absolute;
	top: 0.18rem;
	right: 0.38rem;
}
.backlist a{
	display: block;
}


/* 科室详情 */
.ks_m{
	margin-bottom: 0.2rem;
}
.ks_one{
	padding: 0.4rem 0.6rem 0.56rem;
}
.neike_top{
	width: 100%;
	margin-bottom: 0.44rem;
}
.neike_tit{
	float: left;
	line-height: 0.48rem;
	font-size: 0.32rem;
	font-weight: bold;
}
.neike_tit img{
	float: left;
	width: 0.48rem;
	height: 0.48rem;
	margin-right: 0.14rem;
}
.ljzx{
	float: right;
	width: 1.52rem;
	height: 0.48rem;
	line-height: 0.48rem;
	text-align: center;
	border-radius: 0.5rem;
	background: #c30d23;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.ljzx a{
	display: block;
	position: relative;
	z-index: 2;
}
.ljzx:before {
	content: "";
	width: 0;
	height: 100%;
	background: #a50115;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.5s;
}
.ljzx:after {
	position: absolute;
	left:-10px;
	bottom: 0;
	content: "";
	box-sizing: border-box;
	transition: 0.5s;
	width:110%;
	height: 100%;
}
.ljzx:hover:before,
.ljzx.active:before {
	width: 100%;
	right: auto;
	left: 0;
}
.neike_video{
	width: 100%;
	height: 6rem;
	overflow: hidden;
	margin-bottom: 0.5rem;
}
.neike_video video{
  width: 100%;
  height: 100%;
	object-fit: cover;
}
.ksjj_tit{
	font-size: 0.32rem;
	font-weight: bold;
	line-height: 0.5rem;
	margin-bottom: 0.36rem;
}
.ksjj_tit i{
	float: left;
	width: 0.06rem;
	height: 0.22rem;
	background: #c30d23;
	border-radius: 0.1rem;
	display: block;
	margin: 0.15rem 0.2rem 0 0;
}
.ksjj_txt{
	color: #666;
	font-size: 0.18rem;
	line-height: 0.4rem;
	text-align: justify;
}

.ks_two{
	padding: 0.5rem 0.6rem 0.54rem;
}
.nkfw_txt{
	color: #666;
	font-size: 0.18rem;
	line-height: 0.36rem;
	text-align: justify;
}

.ks_three{
	padding: 0.5rem 0.6rem 0.6rem;
}
.ks_three .ksjj_tit{
	margin-bottom: 0.5rem;
}
.team_left{
	float: left;
	width: 10.7rem;
}
.team_left .swiper-slide{
	background: #fff;
	height: 4.7rem;
}
.team_pic{
	float: left;
	width: 3.3rem;
	height: 4.7rem;
	overflow: hidden;
}
.team_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.team_pic:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.team_r{
	float: right;
	width: 6.75rem;
	padding-top: 0.4rem;
}
.team_tt{
	color: #333;
	font-size: 0.2rem;
	font-weight: normal;
	line-height: 0.52rem;
	height: 0.52rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.team_tt span{
	font-size: 0.42rem;
	font-weight: bold;
	padding-right: 0.2rem;
}
.team_t{
	color: #333;
	font-size: 0.24rem;
	font-weight: normal;
	line-height: 0.48rem;
	height: 0.48rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0.23rem 0 0.33rem;
}
.team_txt{
	color: #999;
	font-size: 0.16rem;
	font-weight: normal;
	line-height: 0.32rem;
	height: 0.96rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.9rem;
}
.team_more{
	width: 1.91rem;
	height: 0.61rem;
	line-height: 0.61rem;
	text-align: center;
	border-radius: 0.6rem;
	background: #c30d23;
	color: #fff;
	font-size: 0.16rem;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}
.team_more a{
	display: block;
	position: relative;
	z-index: 2;
}
.team_more:before {
	content: "";
	width: 0;
	height: 100%;
	background: #a50115;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.5s;
}
.team_more:after {
	position: absolute;
	left:-10px;
	bottom: 0;
	content: "";
	box-sizing: border-box;
	transition: 0.5s;
	width:110%;
	height: 100%;
}
.team_more:hover:before,
.team_more.active:before {
	width: 100%;
	right: auto;
	left: 0;
}
.team_right{
	float: right;
	width: 0.98rem;
	height: 4.7rem;
	position: relative;
}
.team_right .swiper-button-next,.team_right .swiper-button-prev{
  width: 0.56rem;
  height: 0.56rem;
	border: solid 0.01rem #c1c1c1;
	color: #c1c1c1;
  border-radius: 50%;
  top: 0;
	left: 0.19rem;
}
.team_right .swiper-button-prev{
	transform: rotate(90deg);
}
.team_right .swiper-button-next{
	top: auto;
	bottom: 0;
	transform: rotate(90deg);
}
.team_right .swiper-button-prev:hover,.team_right .swiper-button-next:hover{
	border: solid 0.01rem #c30d23;
	color: #c30d23;
}
.team_right .swiper-button-next:after, .team_right .swiper-button-prev:after{
  font-size: 0.2rem;
}
.team_right .swiper-button-lock{
	display: block;
}
.team_list{
	width: 100%;
	height: 3.25rem;
	margin-top: 0.75rem;
}
.team_list .swiper-slide{
	height: 1rem;
	cursor: pointer;
}
.team_list .swiper-slide-thumb-active{
	border: dashed 0.01rem #ef9a9f;
	border-radius: 50%;
}
.team_img{
	width: 0.98rem;
	height: 0.98rem;
	border: dashed 0.01rem #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.team_img img{
	width: 0.78rem;
	height: 0.78rem;
	border-radius: 50%;
	object-fit: cover;
}

.ks_four{
	padding: 0.5rem 0.6rem 0.6rem;
}
.ks_four .ksjj_tit{
	margin-bottom: 0.5rem;
}
.tese_left{
	float: left;
	width: 6.16rem;
}
.tese_tt{
	color: #333;
	font-size: 0.24rem;
	line-height: 0.5rem;
	height: 0.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.23rem;
}
.tese_txt{
	color: #999;
	font-size: 0.16rem;
	line-height: 0.32rem;
	height: 0.64rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.3rem;
}
.tese_left .team_more{
	width: 1.53rem;
	height: 0.49rem;
	line-height: 0.49rem;
	margin-bottom: 0.34rem;
}
.tese{
	width: 100%;
}
.tese_pic{
	width: 100%;
	height: 1.26rem;
	cursor: pointer;
}
.tese_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tese_img{
	float: right;
	width: 6.3rem;
}
.tese_img .swiper-slide{
	height: 3.74rem;
}
.tese_img .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

