@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: block;
	width: 100%;
}
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;
}
.content {
	width: 14.4rem;
	margin: 0 auto;
}
.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;
}
.phone {
	display: none;
}
@font-face {
	font-family: "DIN";
	src:url("../font/DIN Regular.ttf") format("truetype");
	font-style: normal;
}
[v-cloak]{
	display: none;
}


/*首页*/
.header{
	width: 100%;
	height: 1.26rem;
	background: url(../images/header_bg.png) no-repeat right bottom #fff;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
.logo{
	float: left;
	width: 3.54rem;
	margin: 0.3rem 0 0 0.37rem;
}
.menu,.nav02,#menu{
	display: none;
}
.nav{
	float: left;
	width: 10.54rem;
	height: 1.26rem;
	margin-left: 0.54rem;
}
.nav ul{
	display: flex;
	justify-content: space-between;
}
.nav li{
	color: #666;
	font-size: 0.16rem;
	line-height: 1.26rem;
	position: relative;
}
.nav span{
	width: 100%;
	height: 0.05rem;
	display: block;
	position: absolute;
	bottom: 0.37rem;
	left: 0%;
}
.nav i{
	width: 0.2rem;
	height: 100%;
	background: #016c64;
	display: block;
	margin: 0 auto;
	transform: scale(0, 0);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.nav li.on{
	color: #016c64;
	font-weight: bold;
}
.nav li:hover{
	color: #016c64;
	font-weight: bold;
}
.nav li:hover i {
  transform: scale(1, 1);
}
.nav li.on i {
  transform: scale(1, 1);
}
.top_dl{
	float: right;
	width: 1.17rem;
	line-height: 1.26rem;
	color: #016c64;
	font-size: 0.16rem;
}
.top_dl span{
	padding: 0 0.14rem;
}
.top_tel{
	float: right;
	width: 2.45rem;
	margin-top: 0.4rem;
}
.top_tel img{
	float: left;
	width: 0.38rem;
	height: 0.38rem;
	margin: 0.05rem 0.1rem 0 0;
}
.top_tel h1{
	color: #333;
	font-size: 0.16rem;
	line-height: 0.26rem;
	font-weight: normal;
}
.top_tel span{
	color: #016c64;
	font-size: 0.24rem;
	font-family: "DIN";
	font-weight: bold;
}
.dl_tm,.zc_tm{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}
.box{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dl_bg{
	width: 7.66rem;
	height: 6.18rem;
	background: url(../images/dl_bg.jpg) no-repeat center top #fff;
	background-size: 100%;
	position: relative;
	border-radius: 0.3rem;
}
.dl_close{
	width: 0.66rem;
	height: 0.66rem;
	background: url(../images/dl_close.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -0.57rem;
	right: -0.66rem;
	cursor: pointer;
}
.dl_img{
	width: 2.58rem;
	position: absolute;
	top: 1.09rem;
	right: 0.14rem;
}
.dl_p{
	padding: 0.48rem 0.6rem;
}
.zc_p{
	padding: 0.18rem 0.6rem;
}
.dl_tit{
	line-height: 0.98rem;
	color: #0c5149;
	font-size: 0.36rem;
}
.dl_type{
	height: 0.64rem;
	padding-left: 0.17rem;
}
.dl_type li{
	float: left;
	line-height: 0.64rem;
	margin-right: 0.72rem;
	color: #666;
	font-size: 0.2rem;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}
.dl_type i{
	width: 0.37rem;
	height: 0.06rem;
	border-radius: 0.1rem;
	background: #0a7f77;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}
.dl_type li.on{
	color: #0a7f77;
}
.dl_type li.on i{
	opacity: 1;
}
.denglu{
	width: 4.02rem;
	padding: 0.3rem 0 0.07rem;
}
.zhuce{
	width: 4.02rem;
}
.bd_bg{
	width: 100%;
	height: 0.68rem;
	line-height: 0.68rem;
	background: #f0f8f6;
	border-radius: 0.1rem;
	padding: 0 0.24rem;
	margin-bottom: 0.2rem;
}
.bd_bg span{
	float: left;
	color: #666;
	font-size: 0.2rem;
	font-weight: bold;
}
.bd_phone{
	float: right;
	width: 2.5rem;
	height: 0.68rem;
	border: none;
	background: none;
	text-align: right;
	color: #999;
	font-size: 0.2rem;
}
.bd_phone::-webkit-input-placeholder{
	color: #999;
}
.bd_yzm{
	float: left;
	width: 2rem;
	height: 0.68rem;
	border: none;
	background: none;
	color: #999;
	font-size: 0.2rem;
}
.bd_yzm::-webkit-input-placeholder{
	color: #999;
}
.hq_yzm{
	float: right;
	color: #17a196;
	font-size: 0.2rem;
}
.denglu_btn{
	width: 4.02rem;
	height: 0.68rem;
	border: none;
	background: linear-gradient(to left, #5ed5b5, #16a095);
	border-radius: 0.1rem;
	color: #fff;
	font-size: 0.22rem;
	font-weight: bold;
	cursor: pointer;
}
.dl_txt{
	width: 4.02rem;
	text-align: right;
	line-height: 0.7rem;
	color: #17a196;
	font-size: 0.18rem;
	cursor: pointer;
}
.dl_txt:hover{
	text-decoration: underline;
}

.banner{
	width: 100%;
	margin-top: 1.26rem;
	position: relative;
}
.banner .swiper-button-next, .banner .swiper-button-prev{
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 0;
	margin: 0;
	transform: translateY(-50%);
}
.banner .swiper-button-prev{
	background: url(../images/ind_03.png) no-repeat;
	background-size: 100% 100%;
	left: 0.5rem;
}
.banner .swiper-button-next{
	background: url(../images/ind_04.png) no-repeat;
	background-size: 100% 100%;
	right: 0.5rem;
}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after{
	display: none;
}
.bn_mouse{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0.4rem;
	z-index: 2;
	animation: bounce-down 2s linear infinite;
}
.bn_mouse img{
	width: 0.25rem;
	height: 0.35rem;
	margin: 0 auto;
}
.bn_mouse h1{
	color: #fff;
	font-size: 0.14rem;
	font-weight: normal;
	line-height: 0.48rem;
}
@keyframes bounce-down {
	25% {
		transform: translateY(-0.1rem);
	}
	50%, 100% {
		transform: translateY(0);
	}
	75% {
		transform: translateY(0.1rem);
	}
}

.news_bg{
	width: 100%;
	height: 7.24rem;
	padding-top: 1.47rem;
	background: url(../images/ind_05.jpg) no-repeat right top #f8f8f8;
	margin-bottom: 0.02rem;
	overflow: hidden;
}
.news_left{
	float: left;
	width: 7.2rem;
	position: relative;
}
.news_picbg{
	width: 6.29rem;
	height: 4.48rem;
	background: rgba(10, 127, 119, 0.1);
	position: absolute;
	top: -0.33rem;
	left: -0.34rem;
}
.news_pic{
	width: 100%;
	height: 4.89rem;
	position: relative;
	z-index: 1;
}
.news_pic img{
	height: 100%;
	object-fit: cover;
}
.news_pictxt{
	width: 90%;
	height: 0.42rem;
	line-height: 0.42rem;
	color: #fff;
	font-size: 0.18rem;
	font-weight: bold;
	position: absolute;
	left: 5%;
	bottom: 0.18rem;
	z-index: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_right{
	float: left;
	width: 7.2rem;
	background: url(../images/ind_07.png) no-repeat right top #fff;
}
.news_rbg{
	width: 100%;
	height: 4.89rem;
	background: url(../images/ind_08.png) no-repeat right bottom;
	padding: 0.15rem 0.34rem 0 0.4rem;
}
.news_type{
	width: 100%;
	height: 0.7rem;
	border-bottom: solid 0.01rem #eee;
	position: relative;
}
.news_type li{
	float: left;
	font-size: 0.2rem;
	line-height: 0.7rem;
	margin-right: 0.6rem;
	cursor: pointer;
	position: relative;
}
.news_type i{
	width: 100%;
	height: 0.03rem;
	background: #2eaeb7;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}
.news_type li.on i{
	opacity: 1;
}
.news_type li.on{
	color: #0a7f77;
	font-weight: bold;
}
.news_more{
	color: #9e9e9e;
	font-size: 0.16rem;
	line-height: 0.5rem;
	position: absolute;
	top: -0.6rem;
	right: 0;
}
.news_con{
	width: 100%;
	padding-top: 0.16rem;
	position: relative;
}
.news{
	width: 100%;
}
.news li{
	font-size: 0.18rem;
	height: 0.58rem;
	line-height: 0.58rem;
	border-bottom: solid 0.01rem #eee;
}
.news li:first-child{
	height: 1.18rem;
}
.news li:last-child{
	border: none;
}
.news_txt{
	float: left;
	width: 5.1rem;
	height: 0.58rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_date{
	float: right;
	color: #999;
}
.news li:hover .news_txt{
	color: #0a7f77;
}
.news_tt{
	color: #0a7f77;
	font-size: 0.24rem;
	line-height: 0.5rem;
	height: 0.5rem;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_t{
	color: #666;
	font-size: 0.16rem;
	line-height: 0.28rem;
	height: 0.56rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.clinical_bg{
	width: 100%;
	height: 8.09rem;
	background: url(../images/ind_09.jpg) no-repeat;
	background-size: cover;
	padding-top: 0.83rem;
	overflow: hidden;
}
.clinical_tit{
	width: 3.56rem;
	height: 0.85rem;
	text-align: center;
	line-height: 0.8rem;
	background: url(../images/ind_10.png) no-repeat;
	background-size: 100% 100%;
	font-size: 0.36rem;
	font-weight: bold;
	color: #0a7f77;
	margin: 0 auto 0.64rem;
}
.lczk_bg{
	float: left;
	width: 6.66rem;
	height: 4.69rem;
	background: url(../images/ind_11.png) no-repeat top right #fff;
	border: solid 0.02rem #0a7f77;
	margin-left: 0.36rem;
	position: relative;
	padding: 0.41rem 0.29rem 0 0.68rem;
}
.lczb_bg{
	float: right;
	width: 6.66rem;
	height: 4.69rem;
	background: url(../images/ind_11.png) no-repeat top right #fff;
	border: solid 0.02rem #0a7f77;
	margin-left: 0.36rem;
	position: relative;
	padding: 0.38rem 0.25rem 0 0.61rem;
}
.lczk_tit{
	width: 0.75rem;
	height: 4.41rem;
	background: url(../images/ind_12.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 0.24rem;
	font-weight: bold;
	writing-mode: vertical-rl;
	letter-spacing: 0.06rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -0.37rem;
	z-index: 1;
}
.lczk_left{
	float: left;
	width: 2.7rem;
}
.lczk_left li{
	height: 1.77rem;
	background: #f7f7f7;
	color: #333;
	margin-bottom: 0.28rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lczk_left li:last-child{
	margin: 0;
}
.lczk_left li:hover{
	background: url(../images/ind_13.jpg) no-repeat;
	background-size: 100% 100%;
	color: #fff;
}
.lczk{
	width: 100%;
	text-align: center;
}
.lczk h1{
	font-size: 0.2rem;
	line-height: 0.4rem;
}
.lczk h2{
	font-size: 0.13rem;
	line-height: 0.24rem;
	font-weight: normal;
	text-transform: uppercase;
}
.lczk_pic{
	width: 0.43rem;
	height: 0.43rem;
	margin: 0 auto 0.1rem;
	position: relative;
}
.lczk_pic img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.img02{
	display: none;
}
.lczk_left li:hover .img01{
	display: none;
}
.lczk_left li:hover .img02{
	display: block;
}
.lczk_right{
	float: right;
	width: 2.7rem;
}
.lczk_right li{
	color: #333;
	height: 1.16rem;
	background: #f7f7f7;
	margin-bottom: 0.17rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lczk_right li:last-child{
	margin: 0;
}
.lczk_right li:hover{
	background: url(../images/ind_14.jpg) no-repeat;
	background-size: 100% 100%;
	color: #fff;
}
.lczk_r{
	float: left;
	width: 1.6rem;
	text-align: center;
}
.lczk_right .lczk_pic{
	float: left;
	margin: 0.1rem 0 0 0;
}
.lczk_right li:hover .img01{
	display: none;
}
.lczk_right li:hover .img02{
	display: block;
}
.lczb{
	width: 100%;
}
.lczb ul{
	margin-right: -0.17rem;
}
.lczb li{
	float: left;
	width: 2.79rem;
	height: 0.86rem;
	padding: 0.18rem 0 0 0.3rem;
	background: #f7f7f7;
	color: #999;
	font-size: 0.17rem;
	line-height: 0.26rem;
	margin: 0 0.17rem 0.18rem 0;
	position: relative;
}
.lczb li:nth-child(7){
	font-size: 0.14rem;
}
.lczb i{
	width: 4px;
	height: 0.45rem;
	border-radius: 0.04rem;
	background: #0a7f77;
	display: block;
	position: absolute;
	top: 0.22rem;
	left: 0.15rem;
}
.lczb h1{
	color: #333;
	font-size: 0.2rem;
	line-height: 0.28rem;
}
.lczb li:hover{
	color: #0a7f77;
}
.lczb li:hover h1{
	color: #0a7f77;
}

.gzs_bg{
	width: 100%;
	height: 7.49rem;
	background: url(../images/ind_25.jpg) no-repeat;
	background-size: cover;
	padding-top: 0.69rem;
	overflow: hidden;
}
.gzs_box{
	float: left;
	width: 7.9rem;
	overflow: hidden;
}
.gzs_tit{
	width: 4.73rem;
	height: 0.79rem;
	line-height: 0.79rem;
	text-align: center;
	color: #0a7f77;
	font-size: 0.36rem;
	font-weight: bold;
	background: url(../images/ind_26.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 0.16rem;
}
.gzs_tt{
	color: #333;
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 0.7rem;
}
.gzs_m{
	margin: 0.06rem 0 0.25rem;
}
.gzs_txt{
	float: left;
	width: 5.95rem;
	line-height: 0.3rem;
	color: #333;
	font-size: 0.16rem;
	text-align: justify;
}
.gzs_txt a{
	color: #ff632d;
}
.gzs_code{
	float: right;
	width: 1.43rem;
}
.experience{
	width: 100%;
}
.experience li{
	height: 0.36rem;
	line-height: 0.36rem;
	color: #333;
	font-size: 0.16rem;
}
.experience li:hover{
	color: #0a7f77;
}
.experience i{
	float: left;
	width: 0.06rem;
	height: 0.12rem;
	background: url(../images/ind_28.png) no-repeat;
	background-size: 100% 100%;
	margin: 0.12rem 0.16rem 0 0;
	display: block;
}
.experience_txt{
	float: left;
	width: 5.6rem;
	height: 0.36rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.guide_box{
	float: right;
	width: 5.5rem;
}
.guide_tit{
	width: 3.37rem;
	height: 0.79rem;
	line-height: 0.79rem;
	text-align: center;
	color: #0a7f77;
	font-size: 0.36rem;
	font-weight: bold;
	background: url(../images/ind_29.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 0.16rem;
}
.guide_txt{
	color: #666;
	font-size: 0.18rem;
	line-height: 0.52rem;
	height: 0.52rem;
	margin-bottom: 0.32rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.guide_m{
	width: 100%;
	margin-bottom: 0.19rem;
}
.guide_m a{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.guide_a{
	float: left;
	width: 3.08rem;
	height: 1.24rem;
	background: url(../images/ind_30.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 0.12rem 0.42rem 0 0.35rem;
	color: #fff;
	position: relative;
}
.guide_a img{
	float: right;
	width: 0.36rem;
	height: 0.37rem;
	margin-top: 0.31rem;
}
.guide_a_tt{
	float: left;
	width: 1.6rem;
	font-size: 0.14rem;
	line-height: 0.18rem;
	text-transform: uppercase;
}
.guide_a_tt h1{
	font-size: 0.2rem;
	line-height: 0.46rem;
	font-weight: normal;
}
.guide_a_tt span{
	font-family: Arial;
}
.guide{
	height: 1.24rem;
	background: #fff;
	color: #333;
	font-size: 0.14rem;
	line-height: 0.18rem;
	text-transform: uppercase;
	position: relative;
}
.guide img{
	float: left;
	width: 0.36rem;
	height: 0.37rem;
	margin: 0.11rem 0.12rem 0.11rem 0;
}
.guide h1{
	font-size: 0.2rem;
	line-height: 0.32rem;
	font-weight: normal;
	margin-bottom: 0.04rem;
}
.guide_b{
	float: right;
	width: 2.27rem;
	padding: 0.32rem 0 0 0.32rem;
}
.guide_c{
	float: left;
	width: 2.66rem;
	padding: 0.32rem 0 0 0.32rem;
}
.guide_d{
	float: right;
	width: 2.67rem;
	padding: 0.32rem 0 0 0.32rem;
}
.guide_e{
	float: left;
	width: 2.12rem;
	padding: 0.32rem 0 0 0.32rem;
}
.guide_f{
	float: right;
	width: 3.22rem;
	height: 1.24rem;
	background: url(../images/ind_31.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 0.29rem 0.3rem 0 0.27rem;
	color: #fff;
	position: relative;
}
.guide_f img{
	float: right;
	width: 0.42rem;
	height: 0.43rem;
	margin-top: 0.14rem;
}
.guide_fl{
	float: left;
	width: 2.1rem;
	color: #fff;
	font-size: 0.16rem;
	line-height: 0.28rem;
}
.guide_fl h1{
	line-height: 0.36rem;
	font-size: 0.2rem;
	font-weight: normal;
}

.style_box{
	padding-top: 0.95rem;
	overflow: hidden;
}
.style_tit{
	width: 3.9rem;
	height: 0.82rem;
	line-height: 0.82rem;
	text-align: center;
	color: #0a7f77;
	font-size: 0.36rem;
	font-weight: bold;
	background: url(../images/ind_38.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto 0.16rem;
}
.style_top{
	width: 100%;
	text-align: center;
	line-height: 0.4rem;
	color: #666;
	font-size: 0.18rem;
	margin-bottom: 0.39rem;
}
.style{
	width: 100%;
	position: relative;
}
.style .swiper-button-next, .style .swiper-button-prev{
	width: 0.6rem;
	height: 0.6rem;
	margin: 0;
	transform: translateY(-50%);
}
.style .swiper-button-prev{
	background: url(../images/ind_41.png) no-repeat;
	background-size: 100% 100%;
	left: 0.51rem;
}
.style .swiper-button-next{
	background: url(../images/ind_42.png) no-repeat;
	background-size: 100% 100%;
	right: 0.61rem;
}
.style .swiper-button-next:after, .style .swiper-button-prev:after{
	display: none;
}
.style_pic{
	height: 5.44rem;
	position: relative;
}
.style_pic img{
	height: 100%;
	object-fit: cover;
}
.style_txt{
	width: 100%;
	height: 1.59rem;
	text-align: center;
	line-height: 1.59rem;
	background: url(../images/ind_40.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 0.18rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
}
.style_txt span{
	font-size: 0.26rem;
	font-weight: bold;
	padding-right: 0.14rem;
}
.style_pic:hover .style_txt{
	opacity: 1;
}

.keyan_bg{
	width: 100%;
	height: 7.41rem;
	background: url(../images/ind_43.jpg) no-repeat;
	background-size: cover;
	padding-top: 1rem;
	overflow: hidden;
}
.keyan_box{
	float: left;
	width: 8.43rem;
}
.keyan_tit{
	width: 3.49rem;
	height: 0.85rem;
	line-height: 0.8rem;
	text-align: center;
	background: url(../images/ind_44.png) no-repeat;
	background-size: 100% 100%;
	color: #0a7f77;
	font-size: 0.36rem;
	font-weight: bold;
	margin-bottom: 0.37rem;
}
.keyan_a{
	width: 100%;
}
.keyan_a ul{
	margin-right: -0.13rem;
}
.keyan_a li{
	float: left;
	width: 0.69rem;
	height: 4.35rem;
	margin-right: 0.13rem;
	transition: all 0.6s;
}
.keyan_fon{
	width: 100%;
	height: 4.35rem;
	background: url(../images/ind_45.jpg) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 0.28rem;
	font-weight: bold;
	writing-mode: vertical-rl;
	letter-spacing: 0.06rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.keyan_pic{
	width: 100%;
	height: 4.35rem;
	position: relative;
	display: none;
}
.keyan_pic img{
	height: 100%;
	object-fit: cover;
}
.keyan_picbg{
	width: 100%;
	height: 100%;
	background: url(../images/ind_48.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.keyan_pictm{
	width: 100%;
	height: 50%;
	background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.keyan_sz{
	font-size: 0.7rem;
	line-height: 0.68rem;
	font-weight: bold;
	background: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,0.5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	position: absolute;
	left: 5%;
	bottom: 0.78rem;
	z-index: 2;
}
.keyan_txt{
	width: 90%;
	line-height: 0.46rem;
	color: #fff;
	font-weight: bold;
	font-size: 0.3rem;
	position: absolute;
	left: 5%;
	bottom: 0.32rem;
	z-index: 3;
}
.keyan_a li:nth-child(3) .keyan_fon{
	background: url(../images/ind_46.jpg) no-repeat;
	background-size: 100% 100%;
}
.keyan_a li:nth-child(4) .keyan_fon{
	background: url(../images/ind_47.jpg) no-repeat;
	background-size: 100% 100%;
}
.keyan_a li.on{
	width: 5.97rem;
}
.keyan_a li.on .keyan_fon{
	display: none;
}
.keyan_a li.on .keyan_pic{
	display: block;
}
.keyan_a li:nth-child(3) .keyan_picbg{
	background: url(../images/ind_50.png) no-repeat;
	background-size: 100% 100%;
}
.keyan_a li:nth-child(4) .keyan_picbg{
	background: url(../images/ind_51.png) no-repeat;
	background-size: 100% 100%;
}

.honor_box{
	float: right;
	width: 5.39rem;
}
.honor{
	position: relative;
	width: 100%;
	height: 4.33rem;
}
.honor .swiper-pagination-lock{
	display: block;
}
.honor .swiper-pagination{
	width: auto;
	color: #333;
	font-size: 0.18rem;
	font-weight: bold;
	left: auto;
	bottom: 0.3rem;
	right: 0.4rem;
}
.honor .swiper-pagination-current{
	color: #0a7f77;
}
.honor_bg{
	width: 100%;
	height: 100%;
	background: url(../images/ind_52.png) no-repeat;
	background-size: 100% 100%;
	padding: 0.4rem 0.4rem 0 0.4rem;
}
.honor_bg img{
	height: 3.17rem;
}
.honor_txt{
	width: 70%;
	height: 0.7rem;
	line-height: 0.7rem;
	color: #333;
	font-size: 0.2rem;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.foot_bg{
	width: 100%;
	height: 2.64rem;
	padding-top: 0.46rem;
	background: url(../images/foot_bg.jpg) no-repeat center bottom #0a7f77;
	position: relative;
	margin-top: 0.16rem;
}
.foot_t{
	width: 100%;
	height: 0.16rem;
	background: url(../images/foot_t.png) repeat-x;
	position: absolute;
	top: -0.16rem;
	left: 0;
}
.f_logo{
	float: left;
	width: 1.55rem;
	margin-right: 0.9rem;
}
.foot_con{
	float: left;
	width: 8.1rem;
	color: #fff;
}
.foot_txt{
	line-height: 0.44rem;
	font-size: 0.14rem;
}
.foot_txt img{
	float: left;
	width: 0.29rem;
	height: 0.29rem;
	margin: 0.1rem 0.17rem 0 0;
}
.foot_txt span{
	font-size: 0.4rem;
	font-family: Arial;
	vertical-align: middle;
}
.copyright{
	font-size: 0.16rem;
	line-height: 0.42rem;
	margin-top: 0.14rem;
}
.code{
	float: right;
}
.code ul{
	margin-right: -0.4rem;
}
.code li{
	float: left;
	width: 1.25rem;
	text-align: center;
	margin-right: 0.4rem;
}
.code img{
	height: 1.25rem;
}
.code h1{
	line-height: 0.4rem;
	color: #fff;
	font-size: 0.16rem;
	font-weight: normal;
}


/* 医院概况 */
.main_bn{
	width: 100%;
	font-size: 0.3rem;
	position: relative;
	margin-top: 1.26rem;
}
.main_bn_txt{
	width: 100%;
	color: #fff;
	font-size: 0.3rem;
	line-height: 0.62rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}
.main_bn_txt h1{
	font-size: 0.6rem;
	line-height: 0.92rem
}
.type_bg{
	width: 100%;
	height: 1.19rem;
	background: url(../images/about_01.jpg) no-repeat;
	background-size: cover;
	padding-top: 0.4rem;
}
.type{
	width: 100%;
	text-align: center;
}
.type li{
	display: inline-block;
	width: 1.97rem;
	height: 0.57rem;
	color: #333;
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.52rem;
	padding-left: 0.24rem;
}
.type li.on{
	color: #199e90;
	background: url(../images/about_02.png) no-repeat;
	background-size: 100% 100%;
}

.main_bg{
	width: 100%;
	min-height: 5rem;
	background: url(../images/about_03.jpg) no-repeat center bottom;
	background-size: 100%;
}
.about_p{
	padding: 0.55rem 0 0.76rem;
}
.about_top{
	margin-bottom: 0.47rem;
}
.about_tl{
	float: left;
	width: 70%;
	color: #333;
	font-size: 0.24rem;
	line-height: 0.44rem;
}
.about_tl h1{
	line-height: 0.62rem;
	font-size: 0.36rem;
}
.about_tr{
	float: right;
	text-align: right;
}
.about_tr h1{
	line-height: 0.2rem;
	color: #454545;
	font-size: 0.16rem;
	margin-bottom: 0.08rem;
}
.about_tr h2{
	font-size: 0.85rem;
	line-height: 0.78rem;
	color: #139a8c;
}
.about{
	color: #666;
	font-size: 0.17rem;
	line-height: 0.36rem;
	text-align: justify;
}
.about img{
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}


/* 新闻公告 */
.news_box{
	padding: 0.6rem 0 0.7rem;
}
.news_a{
	width: 100%;
	margin-bottom: 0.48rem;
}
.news_a_bg{
	height: 4.9rem;
	background: #fbfbfb;
	padding: 0.07rem 0.24rem;
	position: relative;
}
.news_a01{
	width: 0.42rem;
	height: 0.64rem;
	background: url(../images/news_01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.news_a02{
	width: 0.42rem;
	height: 0.64rem;
	background: url(../images/news_02.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.news_a03{
	width: 0.42rem;
	height: 0.64rem;
	background: url(../images/news_03.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.news_a04{
	width: 0.42rem;
	height: 0.64rem;
	background: url(../images/news_04.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.news_a_tt{
	color: #333;
	font-size: 0.2rem;
	font-weight: bold;
	height: 0.78rem;
	line-height: 0.78rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_a_bg:hover .news_a_tt{
	color: #0a7f77;
}
.news_a_pic{
	height: 2.14rem;
}
.news_a_pic img{
	height: 100%;
	object-fit: cover;
}
.news_a_txt{
	color: #666;
	font-size: 0.17rem;
	line-height: 0.28rem;
	height: 0.56rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin: 0.23rem 0 0.26rem;
}
.news_a_line{
	border-top: solid 0.01rem #f1f1f1;
	height: 0.74rem;
	line-height: 0.74rem;
	color: #666;
	font-size: 0.16rem;
}
.news_a_bg:hover .fr{
	color: #139a8c;
}

.news_b{
	width: 100%;
}
.news_b li{
	border: solid 0.02rem #f7f7f7;
	height: 2.4rem;
	padding: 0.38rem 0.35rem;
	margin-bottom: 0.37rem;
	transition: all 0.6s;
}
.news_b li:last-child{
	margin: 0;
}
.news_b li:hover{
	background: #fbfbfb;
}
.news_b_date{
	float: left;
	width: 1.39rem;
	text-align: center;
	line-height: 0.61rem;
	background: #fbfbfb;
	color: #333;
	font-size: 0.18rem;
	font-weight: bold;
}
.news_b_date h1{
	background: #bbb;
	color: #fff;
	font-size: 0.6rem;
	line-height: 1.02rem;
}
.news_b li:hover .news_b_date{
	background: #fff;
	color: #139a8c;
}
.news_b li:hover .news_b_date h1{
	background: #0a7f77;
}
.news_b_r{
	float: right;
	width: 12rem;
}
.news_b_r h1{
	color: #333;
	font-size: 0.18rem;
	line-height: 0.34rem;
	height: 0.34rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_b li:hover .news_b_r h1{
	color: #0a7f77;
}
.news_b_rtxt{
	color: #808080;
	font-size: 0.16rem;
	line-height: 0.3rem;
	height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.27rem;
}
.news_b_more{
	width: 1.56rem;
	height: 0.28rem;
	line-height: 0.28rem;
	color: #666;
	font-size: 0.16rem;
	background: url(../images/news_08.png) no-repeat right;
	background-size: 0.75rem 0.28rem;
}
.news_b_more a{
	display: block;
}
.news_b li:hover .news_b_more{
	color: #139a8c;
	background: url(../images/news_09.png) no-repeat right;
	background-size: 0.75rem 0.28rem;
}
.page{
	text-align: center;
	line-height: 0.44rem;
	padding-top: 0.36rem;
	color: #666;
	font-size: 0.16rem;
}
.page div{
	display: inline-block;
}
.page span{
	color: #139a8c;
}
.page a{
	width: 0.44rem;
	height: 0.44rem;
	border: solid 0.01rem #e7e7e7;
	border-radius: 0.04rem;
	margin: 0 0.05rem;
	display: inline-block;
}
.page a:hover{
	border: solid 0.01rem #0a7f77;
	background: #0a7f77;
	color: #fff;
}
.page .on{
	border: solid 0.01rem #0a7f77;
	background: #0a7f77;
	color: #fff;
}
.page .st{
	font-family: 宋体;
}


/* 科室导航 */
.keshi_box{
	padding: 1rem 0 0.8rem;
}
.zhuanke_bg{
	width: 100%;
	height: 3.13rem;
	border: solid 0.01rem #0a7f77;
	background: #fff;
	position: relative;
	padding: 0.77rem 0.54rem 0 0.54rem;
	margin-bottom: 0.87rem;
}
.zhuanke_tit{
	width: 4.41rem;
	height: 0.75rem;
	line-height: 0.75rem;
	text-align: center;
	background: url(../images/keshi_01.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 0.24rem;
	font-weight: bold;
	position: absolute;
	top: -0.4rem;
	left: 50%;
	transform: translateX(-50%);
}
.zhuanke_01{
	width: 0.49rem;
	height: 0.49rem;
	background: url(../images/keshi_02.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0.09rem;
	left: 0.09rem;
}
.zhuanke_02{
	width: 0.49rem;
	height: 0.49rem;
	background: url(../images/keshi_03.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0.09rem;
	right: 0.09rem;
}
.zhuanke{
	width: 100%;
}
.zhuanke ul{
	margin-right: -0.38rem;
}
.zhuanke li{
	float: left;
	width: 2.35rem;
	height: 1.76rem;
	background: #f7f7f7;
	text-align: center;
	color: #333;
	padding: 0.24rem 0.1rem 0;
	margin-right: 0.38rem;
}
.zhuanke li:hover{
	background: url(../images/ind_13.jpg) no-repeat;
	background-size: 100% 100%;
}
.zhuanke h1{
	line-height: 0.44rem;
	font-size: 0.2rem;
}
.zhuanke h2{
	line-height: 0.18rem;
	font-size: 0.12rem;
	font-weight: normal;
	text-transform: uppercase;
}
.zhuanke li:hover .img01{
	display: none;
}
.zhuanke li:hover .img02{
	display: block;
}
.zhuanke li:hover{
	color: #fff;
}

.zhuanbing_bg{
	width: 100%;
	height: 3.42rem;
	border: solid 0.01rem #0a7f77;
	background: #fff;
	position: relative;
	padding: 0.94rem 0.55rem 0 0.55rem;
}
.zhuanbing{
	width: 100%;
}
.zhuanbing ul{
	margin-right: -0.2rem;
}
.zhuanbing li{
	float: left;
	width: 3.17rem;
	height: 0.86rem;
	position: relative;
	color: #999;
	font-size: 0.17rem;
	padding: 0.17rem 0 0 0.35rem;
	background: #f7f7f7;
	margin: 0 0.2rem 0.18rem 0;
}
.zhuanbing i{
	width: 0.04rem;
	height: 0.45rem;
	background: #0a7f77;
	border-radius: 0.04rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0.21rem;
}
.zhuanbing h1{
	color: #333;
	font-size: 0.2rem;
	line-height: 0.3rem;
}
.zhuanbing li:hover{
	color: #0a7f77;
}
.zhuanbing li:hover h1{
	color: #0a7f77;
}


/* 科室导航-详情 */
.path{
	line-height: 0.4rem;
	color: #139a8c;
	font-size: 0.17rem;
}
.path img{
	float: left;
	width: 0.22rem;
	height: 0.28rem;
	margin: 0.05rem 0.2rem 0 0;
}

.ks_box{
	padding: 0.59rem 0 0.67rem;
}
.ks_left{
	float: left;
	width: 2.65rem;
}
.ks_list{
	width: 100%;
	background: #fbfbfb;
	position: relative;
}
.ks_list h1{
	text-align: center;
	height: 0.8rem;
	line-height: 0.8rem;
	background: url(../images/keshi_05.jpg) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 0.24rem;
}
.ks_a{
	width: 100%;
	padding: 0.14rem 0 0.28rem;
}
.ks_a i{
	float: left;
	width: 0.14rem;
	height: 0.14rem;
	background: url(../images/keshi_06.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	margin: 0.24rem 0.13rem 0 0.15rem;
}
.ks_a li:hover i{
	background: url(../images/keshi_07.png) no-repeat;
	background-size: 100% 100%;
}
.ks_a li.on i{
	background: url(../images/keshi_07.png) no-repeat;
	background-size: 100% 100%;
}
.ks_ar{
	display: block;
	float: left;
	width: 2.05rem;
	line-height: 0.58rem;
	border-bottom: solid 0.01rem #e2e2e2;
	color: #333;
	font-size: 0.18rem;
}
.ks_a li:hover .ks_ar{
	color: #159c8e;
	font-weight: bold;
}
.ks_a li.on .ks_ar{
	color: #159c8e;
	font-weight: bold;
}
.ks_b{
	width: 100%;
	padding: 0.14rem 0 0.28rem;
}
.ks_b i{
	float: left;
	width: 0.14rem;
	height: 0.14rem;
	background: url(../images/keshi_06.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	margin: 0.2rem 0.13rem 0 0.15rem;
}
.ks_b li:hover i{
	background: url(../images/keshi_07.png) no-repeat;
	background-size: 100% 100%;
}
.ks_b li.on i{
	background: url(../images/keshi_07.png) no-repeat;
	background-size: 100% 100%;
}
.ks_ar h2{
	color: #333;
	font-size: 0.2rem;
	line-height: 0.28rem;
	font-weight: normal;
}
.ks_ar h3{
	color: #999;
	font-size: 0.17rem;
	line-height: 0.26rem;
	font-weight: normal;
}
.ks_b .ks_ar{
	padding: 0.12rem 0;
}
.ks_b li:last-child .ks_ar{
	border: none;
}
.ks_b li:hover .ks_ar h2{
	color: #159c8e;
}
.ks_b li:hover .ks_ar h3{
	color: #159c8e;
}
.ks_b li.on .ks_ar h2{
	color: #159c8e;
}
.ks_b li.on .ks_ar h3{
	color: #159c8e;
}

.ks_right{
	float: right;
	width: 11.4rem;
}
.ks_rt{
	border-bottom: solid 0.01rem #f9f9f9;
	padding-bottom: 0.15rem;
	position: relative;
	color: #333;
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 0.6rem;
}
.ks_m{
	margin-bottom: 0.18rem;
}
.ks_rt i{
	width: 1rem;
	height: 0.05rem;
	background: #159c8e;
	display: block;
	position: absolute;
	left: 0;
	bottom: -0.01rem;
}
.ks_txt{
	color: #545454;
	font-size: 0.18rem;
	line-height: 0.36rem;
	text-align: justify;
	margin-bottom: 0.47rem;
}
.ks_pic{
	width: 100%;
	position: relative;
}
.ks_pic .swiper-button-next, .ks_pic .swiper-button-prev{
	width: 0.49rem;
	height: 0.49rem;
	margin: 0;
	transform: translateY(-50%);
}
.ks_pic .swiper-button-prev{
	background: url(../images/keshi_09.png) no-repeat;
	background-size: 100% 100%;
	left: 0.34rem;
}
.ks_pic .swiper-button-next{
	background: url(../images/keshi_10.png) no-repeat;
	background-size: 100% 100%;
	right: 0.34rem;
}
.ks_pic .swiper-button-next:after, .ks_pic .swiper-button-prev:after{
	display: none;
}
.ks_img{
	height: 3.53rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.ks_img img{
	height: 100%;
	object-fit: cover;
}


/* 名医风采 */
.doctor_box{
	padding: 0.92rem 0 0.7rem;
}
.doctor{
	width: 100%;
}
.doctor ul{
	margin-right: -0.4rem;
}
.doctor li{
	float: left;
	width: 7rem;
	margin: 0 0.4rem 0.5rem 0;
}
.doctor li:hover .img01{
	display: none;
}
.doctor li:hover .img02{
	display: block;
}
.doctor_top{
	width: 100%;
	height: 0.82rem;
	line-height: 0.82rem;
	text-align: center;
	background: url(../images/doctor_01.jpg) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 0.26rem;
	font-weight: bold;
}
.doctor_bg{
	border-left: solid 0.01rem #32b4a7;
	border-right: solid 0.01rem #32b4a7;
	background: #fcfcfc;
	padding: 0.3rem 0.28rem 0.07rem 0.3rem;
}
.doctor_pic{
	float: left;
	width: 3.15rem;
	height: 3.98rem;
}
.doctor_pic img{
	height: 100%;
	object-fit: cover;
}
.doctor_right{
	float: right;
	width: 2.95rem;
	padding-top: 0.14rem;
}
.doctor_tt{
	color: #333;
	line-height: 0.7rem;
	font-size: 0.18rem;
}
.doctor_tt span{
	font-size: 0.26rem;
	font-weight: bold;
	padding-right: 0.1rem;
}
.doctor_ks{
	border: solid 0.01rem #2eaeb7;
	border-radius: 0.1rem;
	display: inline-block;
	line-height: 0.34rem;
	padding: 0 0.2rem;
	color: #139a8c;
	font-size: 0.18rem;
	margin-bottom: 0.06rem;
}
.sczy_tt{
	color: #666;
	font-size: 0.22rem;
	line-height: 0.6rem;
	font-weight: bold;
}
.sczy_txt{
	color: #666;
	font-size: 0.16rem;
	line-height: 0.3rem;
	height: 1.2rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.22rem;
}
.doctor_more{
	width: 0.49rem;
	height: 0.49rem;
	position: relative;
}
.doctor_more img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.doctor_box .page{
	padding-top: 0.1rem;
}


/* 名医风采-详情 */
.doc_p{
	padding: 0.6rem 0 0.65rem;
}
.doc_tit{
	text-align: center;
	height: 0.8rem;
	line-height: 0.8rem;
	background: url(../images/keshi_05.jpg) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 0.24rem;
	font-weight: bold;
}
.doc_list{
	width: 100%;
	padding: 0.14rem 0;
	background: #fbfbfb;
}
.doc_list li:last-child .doc_r{
	border: none;
}
.doc_list i{
	float: left;
	width: 0.14rem;
	height: 0.14rem;
	background: url(../images/keshi_06.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	margin: 0.24rem 0.13rem 0 0.15rem;
}
.doc_list li:hover i{
	background: url(../images/keshi_07.png) no-repeat;
	background-size: 100% 100%;
}
.doc_list li.on i{
	background: url(../images/keshi_07.png) no-repeat;
	background-size: 100% 100%;
}
.doc_r{
	display: block;
	float: left;
	width: 2.05rem;
	line-height: 0.58rem;
	border-bottom: solid 0.01rem #e2e2e2;
	color: #333;
	font-size: 0.18rem;
}
.doc_list li:hover .doc_r{
	color: #159c8e;
	font-weight: bold;
}
.doc_list li.on .doc_r{
	color: #159c8e;
	font-weight: bold;
}

.dot_m{
	margin-bottom: 0.32rem;
}
.dot_top{
	margin-bottom: 0.32rem;
}
.dot_pic{
	float: left;
	width: 3.74rem;
	height: 5.43rem;
	background: url(../images/doctor_05.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 0.35rem 0.29rem;
}
.dot_pic img{
	height: 100%;
	object-fit: cover;
}
.dot_right{
	float: right;
	width: 7.2rem;
}
.dot_ks{
	margin-bottom: 0.26rem;
}
.dot_ks span{
	border: solid 0.01rem #2eaeb7;
	display: inline-block;
	line-height: 0.34rem;
	padding: 0 0.3rem;
	color: #139a8c;
	font-size: 0.18rem;
}
.dot_txt{
	color: #666;
	font-size: 0.16rem;
	line-height: 0.36rem;
	text-align: justify;
}
.dot_txt h1{
	color: #333;
	font-size: 0.22rem;
	line-height: 0.54rem;
}
.dot_text{
	color: #666;
	font-size: 0.16rem;
	line-height: 0.3rem;
	text-align: justify;
}
.dot_text h1{
	color: #333;
	font-size: 0.22rem;
	line-height: 0.6rem;
	margin-top: 0.12rem;
}


/* 学术平台 */
.xspt_p{
	padding: 0.66rem 0 0.8rem;
}
.xspt_tit{
	color: #666;
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 0.54rem;
	text-align: center;
	margin-bottom: 0.16rem;
}
.xspt_txt{
	line-height: 0.38rem;
	color: #666;
	font-size: 0.17rem;
	text-align: justify;
}
.xspt_txt img{
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}


/* 名老中医传承工作室 */
.gzs_p{
	padding: 0.48rem 0 0.94rem;
}
.gzs{
	width: 100%;
	padding-bottom: 0.2rem;
}
.gzs li{
	color: #333;
	font-size: 0.16rem;
	height: 0.6rem;
	line-height: 0.6rem;
	border-bottom: solid 0.01rem #e7e7e7;
}
.gzs i{
	width: 0.1rem;
	height: 0.1rem;
	background: url(../images/keshi_07.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	float: left;
	margin: 0.25rem 0.14rem 0 0;
}
.gzs_text{
	float: left;
	width: 11.5rem;
	height: 0.6rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gzs_date{
	float: right;
	color: #999;
}
.gzs li:hover .gzs_text{
	color: #139a8c;
}
.gzs li:hover .gzs_date{
	color: #139a8c;
}


/* 博士后科研工作站 */
.bsh_p{
	padding: 0.6rem 0 1.24rem;
}
.bsh_type{
	width: 2.87rem;
	height: 0.57rem;
	text-align: center;
	line-height: 0.52rem;
	background: url(../images/bsh_01.png) no-repeat;
	background-size: 100% 100%;
	color: #199e90;
	font-size: 0.2rem;
	font-weight: bold;
	margin: 0 auto;
}


/* 院内制剂 */
.ynzj_box{
	padding: 0.7rem 0;
}
.ynzj{
	width: 100%;
}
.ynzj ul{
	margin-right: -0.43rem;
}
.ynzj li{
	float: left;
	width: 4.51rem;
	height: 4.15rem;
	background: #fbfbfb;
	position: relative;
	padding: 0.25rem;
	margin: 0 0.43rem 0.45rem 0;
}
.ynzj_pic{
	width: 100%;
	height: 2.14rem;
	margin-bottom: 0.07rem;
}
.ynzj_pic img{
	height: 100%;
	object-fit: cover;
}
.ynzj h1{
	color: #333;
	font-size: 0.2rem;
	height: 0.6rem;
	line-height: 0.6rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ynzj_txt{
	font-size: 0.17rem;
	color: #666;
	line-height: 0.28rem;
	height: 0.56rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}


/* 科研学术 */
.keyan_part{
	padding: 0.55rem 0 0.64rem;
}
.keyan{
	width: 100%;
}
.keyan ul{
	margin-right: -0.43rem;
}
.keyan li{
	float: left;
	width: 4.51rem;
	height: 3.92rem;
	background: #fbfbfb;
	position: relative;
	padding: 0.25rem;
	margin: 0 0.43rem 0.49rem 0;
}
.keyan_img{
	width: 100%;
	height: 2.84rem;
	margin-bottom: 0.16rem;
}
.keyan_img img{
	height: 100%;
	object-fit: cover;
}
.keyan_text{
	color: #333;
	font-size: 0.2rem;
	font-weight: bold;
	height: 0.42rem;
	line-height: 0.42rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.keyan li:hover .keyan_text{
	color: #0a7f77;
}


/* 科研学术-学术论文 */
.xueshu{
	width: 100%;
}
.xueshu li{
	background: #fcfcfc;
	padding: 0.18rem 0.3rem 0.18rem 0.2rem;
	margin-bottom: 0.28rem;
}
.xueshu_pic{
	float: left;
	width: 2.67rem;
	height: 1.77rem;
}
.xueshu_pic img{
	height: 100%;
	object-fit: cover;
}
.xueshu_r{
	float: right;
	width: 10.95rem;
	padding-top: 0.08rem;
}
.xueshu_r h1{
	color: #333;
	font-size: 0.18rem;
	line-height: 0.5rem;
	height: 0.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.xueshu li:hover .xueshu_r h1{
	color: #139a8c;
}
.xueshu_txt{
	color: #666;
	font-size: 0.16rem;
	line-height: 0.28rem;
	height: 0.56rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.19rem;
}
.xueshu_more{
	width: 1.07rem;
	height: 0.36rem;
	line-height: 0.36rem;
	text-align: center;
	border: solid 0.01rem #139a8c;
	color: #139a8c;
	font-size: 0.16rem;
	border-radius: 0.4rem;
}
.xueshu li:hover .xueshu_more{
	background: #139a8c;
	color: #fff;
}


/* 预约挂号 */
.yuyue_bg{
	width: 100%;
	height: 8.81rem;
	background: url(../images/yuyue_bg.jpg) no-repeat center top;
	border-top: solid 0.18rem #0a7f77;
	margin-top: 1.26rem;
	padding-top: 0.4rem;
}
.yuyue_tit{
	width: 100%;
	text-align: center;
	color: #0c5149;
	font-size: 0.36rem;
	line-height: 0.78rem;
	margin-bottom: 0.32rem;
}
.yuyue_box{
	width: 12.64rem;
	margin: 0 auto;
}
.yy_m{
	margin-bottom: 0.2rem;
}
.yy_w{
	float: left;
	width: 5.85rem;
	height: 0.68rem;
	margin-right: 0.22rem;
}
.yy_txt{
	float: left;
	width: 1.82rem;
	padding-right: 0.25rem;
	line-height: 0.68rem;
	text-align: right;
	color: #666;
	font-size: 0.16rem;
	font-weight: bold;
}
.yy_keshi_bg{
	float: left;
	width: 4.02rem;
	height: 0.68rem;
	background: #eef7f3;
	border-radius: 0.1rem;
}
.yy_keshi{
	width: 100%;
	height: 0.68rem;
	border: none;
	background: url("../images/yuyue_icon.png") no-repeat scroll 94% center transparent;
  background-size: 0.17rem 0.1rem;
	color: #999;
	font-size: 0.16rem;
	appearance: none;
  -webkit-appearance: none;
	padding-right: 0.64rem;
	text-align: right;
}
.yy_name{
	float: left;
	width: 4.02rem;
	height: 0.68rem;
	border: none;
	background: #eef7f3;
	color: #999;
	font-size: 0.16rem;
	padding-right: 0.64rem;
	text-align: right;
	border-radius: 0.1rem;
}
.yy_name::-webkit-input-placeholder{
	color: #999;
}
.yysj .yy_city{
	width: 1.9rem;
}
.yysj .yy_keshi{
	width: 1.6rem;
	margin-right: 0.18rem;
}
.yy_city{
	float: left;
	width: 4.02rem;
	height: 0.68rem;
	border: none;
	background: url("../images/yuyue_icon.png") no-repeat 94% center #eef7f3;
  background-size: 0.17rem 0.1rem;
	color: #999;
	font-size: 0.16rem;
	padding-right: 0.64rem;
	text-align: right;
	border-radius: 0.1rem;
	margin-right: 0.22rem;
}
.yy_city::-webkit-input-placeholder{
	color: #999;
}
.yy_add{
	float: left;
	width: 5.88rem;
	height: 0.68rem;
	border: none;
	background: #eef7f3;
	color: #999;
	font-size: 0.16rem;
	padding-right: 0.64rem;
	text-align: right;
	border-radius: 0.1rem;
}
.yy_add::-webkit-input-placeholder{
	color: #999;
}
.yy_cen{
	text-align: center;
	padding-top: 0.44rem;
}
.yy_btn{
	width: 4.02rem;
	height: 0.68rem;
	border: none;
	background: linear-gradient(to left, #5ed5b5, #16a095);
	border-radius: 0.1rem;
	color: #fff;
	font-size: 0.22rem;
	font-weight: bold;
	cursor: pointer;
}


/* 我的预约 */
#my-app .top_dl{
	display: none;
}
#my-app .my{
	display: block;
}
.my{
	float: right;
	width: 0.97rem;
	line-height: 1.26rem;
	color: #016c64;
	font-size: 0.16rem;
	display: none;
}
.my img{
	width: 0.18rem;
	height: 0.2rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.08rem;
}
.my_bg{
	width: 100%;
	min-height: 6rem;
	background: url(../images/my_bg.jpg) repeat-x left top;
	border-top: solid 0.18rem #0a7f77;
	margin-top: 1.26rem;
	padding: 0.48rem 0 0.65rem;
}
.my_top{
	background: #eefffe;
	border-radius: 0.1rem;
	padding: 0.2rem 0.34rem 0.2rem 0.29rem;
	margin-bottom: 0.4rem;
}
.my_top img{
	float: left;
	width: 0.84rem;
	height: 0.84rem;
	border-radius: 50%;
	margin-right: 0.28rem;
}
.my_zh{
	float: left;
	width: 50%;
	line-height: 0.4rem;
	height: 0.84rem;
	color: #0c5149;
	font-size: 0.18rem;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.tuichu{
	float: right;
	width: 1.17rem;
	height: 0.4rem;
	line-height: 0.36rem;
	text-align: center;
	border: solid 0.02rem #016c64;
	border-radius: 0.1rem;
	color: #0c5149;
	font-size: 0.18rem;
	font-weight: bold;
	cursor: pointer;
	margin-top: 0.22rem;
}
.my_tit{
	color: #0c5149;
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 0.8rem;
}
.my_list{
	width: 100%;
}
.my_list li{
	background: #fcfcfc;
	border-radius: 0.1rem;
	padding: 0.26rem 0.35rem 0.37rem;
	margin-bottom: 0.25rem;
}
.my_list li:last-child{
	margin: 0;
}
.my_list_t{
	border-bottom: solid 0.01rem #e0e5e5;
	line-height: 0.62rem;
	color: #0c5149;
	font-size: 0.2rem;
	font-weight: bold;
	margin-bottom: 0.16rem;
}
.my_list_tl{
	float: left;
	width: 60%;
}
.my_list_tr{
	float: right;
}
.huanzhe{
	color: #0c5149;
	font-size: 0.16rem;
	line-height: 0.32rem;
	margin-bottom: 0.09rem;
}
.huanzhe h1{
	font-size: 0.16rem;
	line-height: 0.34rem;
}
.peizhen{
	color: #333;
	font-size: 0.16rem;
	line-height: 0.34rem;
	margin-bottom: 0.09rem;
}
.peizhen h1{
	font-size: 0.16rem;
	line-height: 0.34rem;
}


/* 就医须知 */
.jyxz_p{
	padding: 0.54rem 0 0.94rem;
}
.jyxz_tit{
	color: #454545;
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 0.7rem;
	text-align: center;
	margin-bottom: 0.35rem;
}
.jyxz_txt{
	color: #666;
	font-size: 0.17rem;
	line-height: 0.36rem;
	text-align: justify;
	margin-bottom: 0.6rem;
}
.btn_know{
	width: 2rem;
	height: 0.64rem;
	line-height: 0.64rem;
	text-align: center;
	background: #0a7f77;
	border-radius: 0.1rem;
	color: #fff;
	font-size: 0.18rem;
	font-weight: bold;
	margin: 0 auto;
	cursor: pointer;
}


/* 详情 */
.fanye{
	width: 100%;
	border-top: dashed 0.01rem #dadada;
	padding: 0.3rem 0;
	margin-top: 0.5rem;
}
.fanye li{
	height: 0.4rem;
	line-height: 0.4rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #5a5a5a;
	font-size: 0.18rem;
}
.fanye li:hover{
	color: #016c64;
}
.fanye span{
	color: #016c64;
}