#can_bg{
	position: absolute;
}
.header_rightbox  .phone-num{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.22rem;
	/*color: #FFFFFF !important;*/
	line-height: 0rem;
	text-align: left;
}
.leftFixed {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0.5rem;
	z-index: 53;
	display: none;
}

.leftFixed ul {
	width: 0.32rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	list-style: none;
}

.leftFixed_solid {
	width: 0.1rem;
	height: 0.1rem;
	display: block;
	background: #b7b7b8;
	border-radius: 50%;
	margin-bottom: 0.14rem;
	cursor: pointer;
}

.leftFixed_items {
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all .35s;
}

.leftFixed_yuan {
	width: 0.32rem;
	height: 0.32rem;
	border: 0.01rem solid #E60012;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.leftFixed_yuan img {
	width: 0.13rem;
	height: 0.12rem;
	object-fit: contain;
}



.leftFixed_name {
	color: #757575;
	font-size: 0.18rem;
	text-align: center;
	letter-spacing: 0.2em;
	padding-left: 0.04rem;
	writing-mode: vertical-rl;
	margin: 0.08rem 0 0.14rem 0 ;
	/* 设置竖排文字 */
	text-orientation: upright;
	/* 设置文字方向为正立 */
	white-space: nowrap;
	/* 禁止换行 */
}
.leftFixed_activeShow{
	display: none;
}
.leftFixed_items.active .leftFixed_solid{
	display: none;
}
.leftFixed_items.active .leftFixed_activeShow{
	display: block;
}



.index_banner .swiper-pagination-bullet {
	width: 0.13rem;
	height: 0.13rem;
	background: #fff;
	border-radius: 50% !important;
	margin: 0 0.3rem !important;
	transition: all .25s;
	opacity: 1;
}

.index_banner .swiper-pagination-bullet-active{
	position: relative;
}
.index_banner .swiper-pagination-bullet-active::after{
	content: '';
	width: 0.32rem;
	height: 0.32rem;
	display: block;
	background: rgba(255,255,255,0);
	border: 0.01rem solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}

.index_banner .swiper-pagination {
	bottom: 0.32rem !important;
}

.index_banner .swiper-button-next,
.index_banner .swiper-button-prev {
	width: 0.47rem !important;
	height: 0.47rem !important;
	opacity: 1 !important;

}

.index_banner .swiper-button-next {
	background: url(../images/index/right.png);
	background-size: 100% 100%;
	right: 0.4rem !important;
}

.index_banner .swiper-button-prev {
	background: url(../images/index/left.png);
	background-size: 100% 100%;
	left: 0.4rem !important;
}

.index_banner .swiper-button-next::after,
.index_banner .swiper-button-prev::after {
	color: transparent !important;
}

.indexbannerSwiper {
	height: 10.8rem;
}

.index_banner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index_banner video::-webkit-media-controls-enclosure {
	display: none;
}


/* 特色诊疗 */
.tszl-warp{
	height: 7.86rem;
	padding-top: 1.03rem;
	padding-bottom: 1.3rem;
	background: url('../images/tszl-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.tszl-warp .tszl-title{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.42rem;
	text-align: center;
	color: #fff;
}

.tszl-warp .tszl-title>span{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.42rem;
	text-align: center;
	color: #93C068;

}
.tszl-warp .tszl-e{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.26rem;
	color: #D6D6D6;
	margin-top: 0.08rem;
	text-align: center;
	margin-bottom: 0.6rem;
}
.tszl-warp .tszl-list{
	display: flex;
	justify-content: space-between;
}
.tszl-list >div:nth-child(3n){
    margin-right:0;
}

.tszl-warp .tszl-list .tszl-l{
	width: 3.7rem;
	height: 4rem;
	background: rgba(255,255,255,0.2);
	border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
	padding: 0.56rem 0.55rem 0.7rem 0.55rem;
	cursor: pointer;
	transition: all 1s;
}
.tszl-warp .tszl-list .tszl-l:hover{
	background: linear-gradient( 180deg, #8CC653 0%, #85B34E 100%);
	border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}
.tszl-warp .tszl-list .tszl-l .tszl-icon{
	width: 0.68rem;
	height: 0.68rem;
	background: rgba(238,246,252,0.19);
	border: 0.01rem solid #FFFFFF;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.26rem;
	position: relative;
}
.tszl-warp .tszl-list .tszl-l:hover .tszl-icon::after{
	content: '';
	width: 0rem;
	height: 0rem;
	background: rgba(238,246,252,0.19);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	transition: all 1s;
}
.tszl-warp .tszl-list .tszl-l:hover .tszl-icon::after{
	content: '';
	width: 0.88rem;
	height: 0.88rem;
	background: rgba(238,246,252,0.19);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
}
.tszl-warp .tszl-list .tszl-l .tszl-icon img{
	width: 0.35rem;
	height: 0.35rem;
	display: block;
}

.tszl-warp .tszl-list .tszl-l .tszl-l-title{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.24rem;
	color: #FFFFFF;
	line-height: 0.32rem;
	text-align: center;
	margin-bottom: 0.35rem;
}
.tszl-warp .tszl-list .tszl-l .tszl-jj{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0.3rem;
	text-align: center;
}


/* 门诊特色 */
.mzts-warp{
	background: url('../images/mzts-bg.png');
	background-size: cover;
	height: 9rem;
}
.mzts-warp .mzts-title{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.42rem;
	color: #000;
	text-align: center;
	padding-top: 0.9rem;
}
.mzts-warp .mzts-title span{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.42rem;
	color: #93C068;
	text-align: center;

}
.mzts-warp .mzts-e{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.26rem;
	color: #33546B;
	text-align: center;
	margin-top: 0.07rem;
	margin-bottom: 0.8rem;
}
.mzts-warp .mzts-l4{
	width: 1.79rem;
	height: 1.79rem;
	background: linear-gradient( 156deg, #8CC653 0%, #24B4C0 100%);
	box-shadow: 0rem 0.03rem 0.09rem 0.01rem rgba(41,146,146,0.43);
	border-radius: 50%;
	padding: 0.63rem 0.3rem;
}
.mzts-warp .mzts-l4 img{
	width: 1.19rem;
	height: 0.52rem;
	display: block;
}
.mzts-warp .mzts-l3{
	width: 2.91rem;
	height: 2.91rem;
	background: rgb(192, 223, 157,0.28);
	border-radius: 50%;
	padding: 0.56rem;
}
.mzts-warp .mzts-l2{
	width: 3.96rem;
	height: 3.96rem;
	background: rgba(255,255,255,0);
	border: 0.01rem solid #CCD7DF;
	border-radius: 50%;
	padding: 0.52rem;
}
.mzts-warp .mzts-l1{
	width: 4.7rem;
	height: 4.7rem;
	background: rgba(255,255,255,0);
	border: 0.03rem dashed #93C068;
	border-radius: 50%;
	padding: 0.37rem;
	margin: 0 auto;
}
.mzts-warp .mzts-ts{
	position: relative;
}
.mzts-warp .mzts-ts.ts1::after{
	content: '';
	width: 0.22rem;
	height: 0.22rem;
	display: block;
	background: url('../images/mzts-icon2.png');
	background-size: cover;
	position: absolute;
    right: -0.8rem;
    top: 0.18rem;
	transition: all 0.25s;
}
.mzts-warp .mzts-ts.ts1:hover::after{
	content: '';
	width: 0.22rem;
	height: 0.22rem;
	display: block;
	background: url('../images/mzts-icon2.png');
	background-size: cover;
	transform: scale(1.5);
	position: absolute;
    right: -0.8rem;
    top: 0.18rem;
}
.mzts-warp .mzts-ts.ts2::after{
	content: '';
	width: 0.22rem;
	height: 0.22rem;
	display: block;
	background: url('../images/mzts-icon1.png');
	background-size: cover;
	position: absolute;
    left: -0.7rem;
    top: 0.18rem;
	transition: all 0.25s;
}
.mzts-warp .mzts-ts.ts2:hover:after{
	content: '';
	width: 0.22rem;
	height: 0.22rem;
	display: block;
	background: url('../images/mzts-icon1.png');
	background-size: cover;
	position: absolute;
    left: -0.7rem;
    top: 0.18rem;
	transform: scale(1.5);
}
.mzts-warp .mzts-ts.ts3::after{
	content: '';
	width: 0.22rem;
	height: 0.22rem;
	display: block;
	background: url('../images/mzts-icon5.png');
	background-size: cover;
	position: absolute;
    right: -0.46rem;
    top: 0.16rem;
	transition: all 0.25s;
}
.mzts-warp .mzts-ts.ts3:hover:after{
	content: '';
	width: 0.22rem;
	height: 0.22rem;
	display: block;
	background: url('../images/mzts-icon5.png');
	background-size: cover;
	position: absolute;
    right: -0.46rem;
    top: 0.16rem;
	transform: scale(1.5);
}
.mzts-warp .mzts-ts.ts4::after{
	content: '';
	width: 0.22rem;
	height: 0.22rem;
	display: block;
	background: url('../images/mzts-icon3.png');
	background-size: cover;
	position: absolute;
    left: -0.48rem;
    top: 0.18rem;
	transition: all 0.25s;
}
.mzts-warp .mzts-ts.ts4:hover:after{
	content: '';
	width: 0.22rem;
	height: 0.22rem;
	display: block;
	background: url('../images/mzts-icon3.png');
	background-size: cover;
	position: absolute;
    left: -0.48rem;
    top: 0.18rem;
	transform: scale(1.5);
}
.mzts-warp .mzts-ts.ts5::after{
	content: '';
	width: 0.22rem;
	height: 0.22rem;
	display: block;
	background: url('../images/mzts-icon4.png');
	background-size: cover;
	position: absolute;
    top: -0.28rem;
    left: 46%;
	transition: all 0.25s;
}

.mzts-warp .mzts-ts.ts5:hover::after{
	content: '';
	width: 0.22rem;
	height: 0.22rem;
	display: block;
	background: url('../images/mzts-icon4.png');
	background-size: cover;
	position: absolute;
    top: -0.28rem;
    left: 46%;
	transform: scale(1.5);
}
.mzts-warp .mzts-l1{
	position: relative;
}
.mzts-warp .mzts-ts.ts1{
	position: absolute;
    top: 0.13rem;
    left: -3rem;
	text-align: right;
	cursor: pointer;
}
.mzts-warp .mzts-ts.ts2{
	position: absolute;
    top: 0.13rem;
    right: -2rem;
	text-align: left;
	cursor: pointer;
}
.mzts-warp .mzts-ts.ts3{
	position: absolute;
    bottom: 1.24rem;
    left: -3.5rem;
	text-align: right;
	cursor: pointer;
}
.mzts-warp .mzts-ts.ts4{
	position: absolute;
    bottom: 1.24rem;
    right: -3.5rem;
	text-align: left;
	cursor: pointer;
}
.mzts-warp .mzts-ts.ts5{
	position: absolute;
    bottom: -0.8rem;
    left: 1.2rem;
	text-align: center;
	cursor: pointer;
}
.mzts-warp .mzts-ts .mzts-t{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.26rem;
	color: #333333;
}
.mzts-warp .mzts-ts .mzts-c{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.2rem;
	color: #888888;
	line-height: 0.3rem;
	text-align: right;
}

/* 专家团队 */
.index_five .common_xtxt{
	font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.42rem;
    text-align: left !important;
    color: #000 !important;
}

.index_five .common_xtxt span{
	font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.42rem;
    text-align: center;
    color: #93C068 !important;
}
.index_five .common_xtit{
	font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.26rem;
    color: #D6D6D6;
    margin-top: 0.08rem;
    text-align: left !important;
    margin-bottom: 0.6rem;
    justify-content: left;
}
.index_five .common_xtit::after{
	display: none;
}
.index_five .more{
	position: relative;
}
.index_five .more .more-btn{
	width: 1.6rem;
    height: 0.48rem;
    background: #73B42E;
    border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
    display: flex;
    align-items: center;
    cursor: pointer;
	position: absolute;
	right: 0;
	top: -1rem;
}
.index_five .more .more-btn .more-icon{
	width: 0.48rem;
    height: 0.48rem;
    background: #F3F3F3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.2rem;
}
.index_five .more .more-btn .more-text{
	font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0rem;
    text-align: center;
}
.index_five .mySwiper1 .swiper-backface-hidden .swiper-slide{
	height: 5rem;
	border-radius: 0.1rem;
	position: relative;
	transition: all 0.2s;
    width: 4.2rem !important;
}
.index_five .mySwiper1 .swiper-backface-hidden .swiper-slide:hover{
	background: linear-gradient( 180deg,#FFFFFF 33%,#33546B 100%);
	box-shadow: 0rem 0rem 0.13rem 0.01rem rgba(0,0,0,0.16);

}
.index_five  .mySwiper1 .swiper-backface-hidden .swiper-slide .td-m-js{
	cursor: pointer;
	background: #fff;
	padding: 0.2rem 0.3rem;
	transition: all 0.5s;
}
.index_five .mySwiper1.swiper-backface-hidden .swiper-slide:hover .td-m-js{
	position: absolute;
	bottom: 0;
	width: 100%;
    height: 2.25rem;
	background: #FFFFFF;
	border-radius: 0rem 0rem 0.1rem 0.1rem;
	box-shadow: 0rem 0rem 0.13rem 0.01rem rgba(0,0,0,0.16);
}
.index_five .mySwiper1.swiper-backface-hidden .swiper-slide:hover .td-m{
    background: linear-gradient( 180deg, #FFFFFF 0%, #33546B 100%);
    box-shadow: 0.01rem 0.01rem 0.13rem 0.01rem rgba(0,0,0,0.16);
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;

}
.index_five .mySwiper1.swiper-backface-hidden .swiper-slide:hover .td-m-name{
    padding-top: 15px;
}
.index_five .mySwiper1.swiper-backface-hidden .swiper-slide:hover .td-m-jj{
    width: 3.5rem;
    height: auto;
    margin:  0 auto;
}
.index_five .mySwiper1 .swiper-backface-hidden .swiper-slide .td-m-js{
	position: absolute;
	bottom: -1rem ;
}
.index_five .mySwiper1 .swiper-backface-hidden .swiper-slide .td-m{
	height: 3.6rem;
	margin: 0.3rem;
}

.index_five .mySwiper1 .swiper-backface-hidden .swiper-slide .td-m img{
	height: 100%;
}

.index_five .swiper-wrapper{
	height: 5.06rem;
	display: flex;
	align-items: center;
    padding: 0 0.02rem;
	/*overflow: hidden;*/
}
.index_five .index_fiveContent{
	position: relative;
}
.index_five .index_fiveContent::after{
	content: '';
	width: 100%;
	height: 2rem;
	background-color: #73B42E;
	position: absolute;
	bottom: 1.15rem;
}
.index_five .swiper-backface-hidden .swiper-slide .td-m-js .td-m-name{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.22rem;
	color: #0c4560;
	text-align: center;
}
.index_five .swiper-backface-hidden .swiper-slide .td-m-js .td-m-hr{
	width: 0.22rem;
	height: 0.02rem;
	background:#888888;
	margin: 0.02rem auto;
}
.index_five .swiper-backface-hidden .swiper-slide .td-m-js .td-zw{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: #888;
	text-align: center;
	margin-bottom: 0.32rem;
}
.index_five .swiper-backface-hidden .swiper-slide .td-m-js .td-m-jj{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333;
	text-align: left;
	line-height: 0.28rem;
	width: calc();
}

.index_five .index_fiveList .mySwiper1{
	/*padding: 0 1rem !important;*/
	position: relative;
}

.index_five .mySwiper1 .swiper-button-next:after,
.index_five .mySwiper1 .swiper-button-prev:after{
	display: none;
}
.index_five .mySwiper1 .swiper-button-next,
.index_five .mySwiper1 .swiper-button-prev{
	width: 0.26rem;
	height: 0.12rem;
	background: url('../images/left-icon.png');
	background-size: 100%;
	margin-top: 0.25rem;
}
.index_five .mySwiper1 .swiper-button-next{
	transform: rotate(180deg);
}
.index_five .mySwiper1 .swiper-button-next.swiper-button-disabled,
.index_five .mySwiper1 .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}




/* 关于我们 */
.about-warp{
	padding: 1.14rem 0;
}
.about-warp .w1400{
	position: relative;
}
.about-warp .w1400::before{
	content: '';
	width: 1.03rem;
	height: 0.89rem;
	display: block;
	background: url('../images/yinhao.png');
	background-size: cover;
	position: absolute;
	top: 0.65rem;
	left: 0;
}
.about-warp .w1400::after{
	content: 'ABOUT US';
	width: 100%;
	height: 0.89rem;
	display: block;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 1.85rem;
	color: #F3F3F3;
	line-height: 4.3rem;
	text-align: left;
	position: absolute;
	top: 1.32rem;
	left: 0;
	z-index: -1;
}
.about-warp .about-top,
.about-warp .about-bottom{
	display: flex;
}
.about-warp .about-top>div,
.about-warp .about-bottom>div{
	width: 50%;
}
.about-warp .about-t-left{
	display: flex;
	justify-content: end;
}
.about-warp .about-top img{
	width: 4.17rem;
	height: 2.67rem;
}
.about-warp .about-t-right{
	padding-left: 0.9rem;
}
.about-warp .about-t-right .about-title{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.42rem;
	color: #333333;
	line-height: 0.73rem;
	text-align: left;
}
.about-warp .about-t-right .about-en{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.22rem;
	color: #606060;
	line-height: 0.3rem;
	text-align: left;
}
.about-warp .about-t-right .about-content{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.3rem;
	text-align: left;
	margin-top: 0.37rem;
}
.about-warp .about-bottom .about-b-img img{
	width: 100%;
}
.about-warp .about-bottom .more-btn{
	width: 1.6rem;
	height: 0.48rem;
	background: #73B42E;
	border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.about-warp .about-bottom .more-btn .more-icon{
	width: 0.48rem;
	height: 0.48rem;
	background: #F3F3F3;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.2rem;
}
.about-warp .about-bottom .more-btn .more-text{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0rem;
	text-align: center;
}
.about-warp .about-bottom .more{
	display: flex;
	align-items: end;
	margin-bottom: 0.66rem;
}
/* 新闻资讯 */
.index_five2 .index_fiveContent2{
	position: relative;
}
.index_five2 .index_fiveContent2 .more{
	width: 1.6rem;
	height: 0.48rem;
	background: #F5F3F3;
	border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 0.36rem;
	padding-right: 0.24rem;
	cursor: pointer;
	position: absolute;
	top: 0.34rem;
	right: 0;
}
.index_five2 .more>div:nth-child(2){
	width: 0.08rem;
	height: 0.15rem;
}
.index_five2 .more>div:nth-child(2) img{
	width: 100%;
	height: 100%;
}

.index_five2 .index_fiveContent2 .mySwiper2 .new-time{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.3rem;
}
.index_five2 .index_fiveContent2 .mySwiper2 .new-title{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.22rem;
	color: #0C4560;
	line-height: 0.3rem;
	margin-bottom: 0.25rem;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
}

.index_five2 .index_fiveContent2 .mySwiper2 .new-zs{
	width: 0.3rem;
	height: 0.3rem;
	background: #FFFFFF;
	border: 0.01rem solid #707070;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.47rem;
	transition: all 0.3s;
}
.index_five2 .index_fiveContent2 .mySwiper2 .new-zs>div{
	width: 0.12rem;
	height: 0.12rem;
	background: #707070;
	border-radius: 50%;
	transition: all 0.3s;
}
.index_five2 .index_fiveContent2 .mySwiper2 .new-text{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.3rem;
	text-align: left;
	margin-bottom: 0.2rem;
	transition: all 0.3s;
}
.index_five2 .index_fiveContent2 .mySwiper2 .new-img{
	width: 3.98rem;
	height: 2rem;
}
.index_five2 .index_fiveContent2 .mySwiper2 .new-img img{
	width: 100%;
	height: 100%;
}

.index_five2{
	position: relative;
	background: #F5F8FB;
}
.index_five2::after{
	content: '';
	width: 19.2rem;
	height: 0rem;
	border-bottom: 0.01rem solid #B2B2B2;
	position: absolute;
	top: 3.875rem;
}

.index_five2 .mySwiper2 .swiper-slide:hover .new-zs{
	margin-bottom: 0.17rem;
}
.index_five2 .mySwiper2 .swiper-slide:hover .new-zs{
	border: 0.01rem solid #73B42E;
}
.index_five2 .mySwiper2 .swiper-slide:hover .new-zs>div{
	background: #73B42E;
}
.index_five2 .mySwiper2 .swiper-button-next.swiper-button-disabled,
.index_five2 .mySwiper2 .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
	top: 0.71rem;
	/*margin-left: 94%;*/
}
.index_five2 .mySwiper2 .swiper-button-next{
	position: absolute;
	top: 1.3rem;
	right: 0.12rem;
}
.sw2_btn,.sw2_btn1{
	width: 0.58rem;
	height: 0.58rem;
	background: rgba(115, 180, 46, 1);
	border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
	
	
}
.sw2_btn{
    right: -0.88rem;
    top: 3rem;
}
.sw2_btn1{
    left: unset;
    right: -0.88rem;
    top: 2.43rem;
}
.index_five2 .swiper-button-next,
.index_five2 .swiper-rtl .swiper-button-prev{
	background: rgba(220, 214, 214, 0.5) !important;
}
.sw2_btn::after{
	content: '';
	width: 0.12rem;
	height: 0.21rem;
	display: block;
	background: url('../images/right2.png');
	background-size: 100%;
}
.sw2_btn1::after{
	content: '';
	width: 0.12rem;
	height: 0.21rem;
	display: block;
	background: url('../images/left2.png');
	background-size: 100%;
}



/* 2-特色诊疗 */
.nav-bg{
	width: 100%;
	height: 0.8rem;
	background: #fff;
}
.banner-warp{
	width: 100%;
	height: 3rem;
}
.banner-warp img{
	width: 100%;
	height: 100%;
}
.common_brand .sy img{
	width: 0.21rem;
	height: 0.25rem;
	margin-right: 0.11rem;
}
.common_brand img.next{
	width: 0.05rem;
	height: 0.1rem;
	margin-right: 0.1rem;
	margin-left: 0.1rem;
}

.tszl-warp-content .tszl-c-title{
	font-family: Inter, Inter;
	font-weight: normal;
	font-size: 0.42rem;
	color: #264961;
	line-height: 0.4rem;
	text-align: center;
	margin-top: 0.65rem;
	margin-bottom: 0.37rem;
}
.tszl-warp-content .tszl-c-t-hr{
	width: 0.72rem;
	height: 0.05rem;
	background: #74B32E;
	margin: 0 auto;
	margin-bottom: 0.85rem;
}
.tszl-warp-content .tszl-list{
	display: flex;
	flex-wrap: wrap;
}
.tszl-warp-content .tszl-l{
	width: calc((100% - 1.98rem)/3);
	margin-bottom: 0.7rem;
	border-bottom: 0.01rem solid #DDDDDD;
	margin-right:0.7rem;
}
.tszl-warp-content .tszl-l-img{
	overflow: hidden;
	transition: all 0.3s;
}
.tszl-warp-content .tszl-l:hover img{
	transform: scale(1.1);
}
.tszl-warp-content .tszl-l:hover{
	border-bottom: 0.01rem solid #244961;
	
}
.tszl-warp-content .tszl-l img{
	width: 100%;
	transition: all 0.2s;
}
.tszl-warp-content .tszl-c{
	padding-top: 0.2rem;
	padding-bottom: 0.36rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tszl-warp-content .tszl-c .ckxq{
	width: 0.43rem;
	height: 0.43rem;
	background: url('../images/ckxq.png');
	background-size: cover;
	transition: all 0.3s;
	cursor: pointer;
}
.tszl-warp-content .tszl-l:hover .tszl-c .ckxq{
	background: url('../images/ckxq2.png');
	background-size: cover;
}
.tszl-warp-content .tszl-c .tszl-d-titile{
	font-family: PingFang SC, PingFang SC;
	font-weight: 800;
	font-size: 0.26rem;
	color: #202020;
	line-height: 0.24rem;
	margin-bottom: 0.15rem;
}
.tszl-warp-content .tszl-c .tszl-d-jj{
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 0.18rem;
	color: #666666;
	width: 3.5rem;
}



/* 特色诊疗详情 */
.tszl-warp-detail{
	padding-top: 0.62rem;
	padding-bottom: 1.32rem;
}
.tszl-warp-detail .tszl-detail-title{
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 0.42rem;
	color: #244961;
	line-height: 0.4rem;
	text-align: center;
}
.tszl-warp-detail .tszl-detail-lx{
	height: 0.64rem;
	background: #F8F8F8;
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 0.2rem;
	color: #555555;
	line-height: 0.21rem;
	text-align: center;
	margin-top: 0.33rem;
	margin-bottom: 0.35rem;
	padding: 0.22rem 0;
}
.tszl-warp-detail .tszl-detail-content{
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 0.18rem;
	color: #555555;
	line-height: 0.28rem;
	text-align: center;
	font-style: normal;
}
.tszl-warp-detail .tszl-detail-content img{
	/*width: 10.56rem;*/
	display: block;
	margin: 0 auto;
	margin-top: 0.6rem;
	width: revert-layer;
}

.yltd-warp{
	padding-top: 0.5rem;
	padding-bottom: 1rem;
}
.yltd-warp .yltd-top{
	display: flex;
	margin-bottom: 0.94rem;
}

.yltd-warp .yltd-top-left{
	width: 2.92rem;
	height: 4rem;
}
.yltd-warp .yltd-top-right{
	padding-left: 0.82rem;
}
.yltd-warp .yltd-top-left img{
	width: 100%;
	height: 100%;
}
.yltd-warp .yltd-top-right .yltd-t-title{
	padding-top: 0.45rem;
	padding-bottom: 0.48rem;
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 0.42rem;
	color: #244961;
	line-height: 0.32rem;
}
.yltd-warp .yltd-top-right .yltd-t-content{
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 0.2rem;
	color: #264961;
	line-height: 0.5rem;
}
.yltd-warp .ysjs-title{
	font-family: Inter, Inter;
	font-weight: normal;
	font-size: 0.42rem;
	color: #264961;
	text-align: center;
}
.yltd-warp .ysjs-hr{
	width: 0.72rem;
	height: 0.05rem;
	background: #74B32E;
	margin-top: 0.44rem;
	margin-bottom: 0.82rem;
	margin-left: auto;
	margin-right: auto;
}
.yltd-warp .ysjs-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.yltd-warp .ysjs-list .ysjs-l{
	width: calc((100% - 0.51rem)/2);
	display: flex;
	background: #F8F8FA;
	margin-bottom: 0.6rem;
	transition:  all 0.6s;
	cursor: pointer;
	position: relative;
}
.yltd-warp .ysjs-list .ysjs-l .ysjs-left{
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: flex-end;
}
.yltd-warp .ysjs-list .ysjs-l .ysjs-left img{
	width: 94%;
	display: flex;
	margin: 0 auto;
}
.yltd-warp .ysjs-list .ysjs-l .ysjs-right{
	width: calc(100% - 3rem);
	padding: 0.62rem 0.36rem 0.91rem 0.18rem;
}
.yltd-warp .ysjs-list .ysjs-l .ysjs-right .ys-name{
	font-family: Inter, Inter;
	font-weight: normal;
	font-size: 0.26rem;
	color: #333333;
	line-height: 0.24rem;
}
.yltd-warp .ysjs-list .ysjs-l .ysjs-right .yslb{
	font-family: Inter, Inter;
	font-weight: 500;
	font-size: 0.18rem;
	color: #999999;
	line-height: 1.6;
	margin-top: 0.12rem;
	margin-bottom: 0.47rem;
}
.yltd-warp .ysjs-list .ysjs-l .ysjs-right .ysjs{
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 0.18rem;
	color: #999999;
	line-height: 0.24rem;
}
.yltd-warp .ysjs-list .ysjs-l:hover{
	background: rgba(43, 117, 162, 1);
}
.yltd-warp .ysjs-list .ysjs-l:hover .ys-name,
.yltd-warp .ysjs-list .ysjs-l:hover .yslb,
.yltd-warp .ysjs-list .ysjs-l:hover .ysjs{
	color: #fff;
}
.yltd-warp .ysjs-list .ysjs-l:hover::after{
	content: '';
	width: 0.3rem;
	height: 0.26rem;
	background: url('../images/right-ysjs.png');
	background-size: cover;
	position: absolute;
	right: 0.36rem;
	bottom: 0.22rem;
	cursor: pointer;
}
.yltd-t-detail{
	display: flex;
}
.yltd-t-detail .yltd-m-left{
	width: 3.45rem;
}
.yltd-t-detail .yltd-m-left img{
	width: 100%;
}
.yltd-t-detail .yltd-m-right{
	/*width: cacl(100% - 3.45rem);*/
	flex: 1;
	padding-left: 0.57rem;
}
.yltd-t-detail .yltd-m-right .yltd-d-title{
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 0.3rem;
	color: #333333;
	line-height: 0.33rem;
	margin: 0.16rem 0;
}
.yltd-t-detail .yltd-m-right .yltd-d-jb{
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 0.17rem;
	color: #999999;
	line-height: 0.18rem;
}
.yltd-t-detail .yltd-m-right .yltd-d-hr{
	margin-top: 0.18rem;
	margin-bottom: 0.53rem;
	width: 0.4rem;
	height: 0.04rem;
	background: #8CC753;
}
.yltd-t-detail .yltd-m-right .yltd-d-content{
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 0.18rem;
	color: #555555;
	line-height: 0.28rem;
}

/* 套餐与优惠 */
.tcyh-warp{
	padding-top: 0.68rem;
	padding-bottom: 1rem;
}
.tcyh-warp .tcyh-list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.89rem;
}
.tcyh-warp.s .tcyh-list:first-child{
	position: relative;
}
.tcyh-warp.s .tcyh-list:first-child::after{
	content: '';
	width: 1.14rem;
	height: 1.07rem;
	background: url('../images/tstj.png');
	background-size: cover;
	display: block;
	position: absolute;
	top: -0.1rem;
	left: -0.1rem;
}
.tcyh-warp.s .tcyh-list:first-child::before{
	content: '特色推荐';
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0.2rem;
	position: absolute;
	top: 0.2rem;
	left: 0rem;
	z-index: 2;
	transform: rotate(-45deg);
}
.tcyh-warp .tcyh-list>div{
	width: calc((100% - 0.46rem)/2);
	height: 3rem;
}
.tcyh-warp .tcyh-list .tcyh-left{
	overflow: hidden;
}
.tcyh-warp .tcyh-list:hover .tcyh-left img{
	transform: scale(1.1);
}
.tcyh-warp .tcyh-list .tcyh-left img{
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}
.tcyh-warp .tcyh-list .tcyh-l-title{
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 0.22rem;
	color: #333333;
	line-height: 0.18rem;
	margin-top: 0.31rem;
	margin-bottom: 0.17rem;
}
.tcyh-warp .tcyh-list .tcyh-price{
	font-family: Inter, Inter;
	font-weight: 500;
	font-size: 0.22rem;
	color: #333333;
	line-height: 0.18rem;
	margin-bottom: 0.4rem;
}
.tcyh-warp .tcyh-list .tcyh-js{
	font-family: Inter, Inter;
	font-weight: 500;
	font-size: 0.18rem;
	color: #555555;
	line-height: 0.3rem;
	margin-bottom: 0.44rem;
}
.tcyh-warp .tcyh-list .more-btn{
	display: flex;
	width: 1.6rem;
	height: 0.48rem;
	border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
	border: 0.01rem solid #DDDDDD;
	line-height: 0.46rem;
	font-family: Inter, Inter;
	font-weight: 500;
	font-size: 0.18rem;
	cursor: pointer;
	color: #9F9F9F;
	transition: all 0.3s;
}
.tcyh-warp .tcyh-list .more-icon{
	width: 0.46rem;
	height: 0.46rem;
	border-radius: 50%;
	margin-right: 0.16rem;
}
.tcyh-warp .tcyh-list .more-icon img{
	width: 100%;
	height: 100%;
}
.tcyh-warp .tcyh-list .more-btn:hover{
	background: #74B32E;
	color: #fff;
}
.tcyh-warp .tcyh-list.list2>div{
	width: calc((100% - 0.81rem)/2);
	height: 3rem;
}
.tcyh-warp .tcyh-list.list2 .tcyh-price{
	margin-bottom: 0.64rem;
}
.tcyh-warp .tcyh-list.list2 .tcyh-l-title{
	margin-bottom: 0.26rem;
}
.tcyh-warp .tcyh-list.list2 .tcyh-js{
	font-family: Inter, Inter !important;
	font-weight: 300 !important;
	font-size: 0.2rem !important;
	color: #333333 !important;
	line-height: 0.3rem !important;
}
.tcyh-warp .tcyh-list.list2{
	border-bottom: 0.01rem dashed #DDDDDD;
	padding-bottom: 0.68rem;
	margin-bottom: 0 !important;
}

.tcyh-warp .tcyh-detail{
	padding-top:0.18rem;
	margin-bottom: 0.77rem;
}
.tcyh-warp .tcyh-detail .tcyh-title{
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 0.3rem;
	color: #244961;
	line-height: 0.3rem;
	margin: 0.5rem 0;
}
.tcyh-warp .tcyh-detail .tcyh-d-content p{
	font-family: Inter, Inter;
	font-weight: 500;
	font-size: 0.18rem;
	color: #555555;
	line-height: 0.3rem;
}

.tcyh-warp .tcyh-detail .tcyh-d-content img{
	margin: 0.9rem 0;
}


/* 会员服务 */
.member-warp{
	padding-bottom: 1.5rem;
}
.member-warp .jcb{
	width: 1rem;
	height: 0.3rem;
	background: #74B32E;
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #74B32E;
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 0.2rem;
	color: #FFFFFF;
	line-height: 16px;
	text-align: center;
	line-height: 0.28rem;
	margin-top: 0.19rem;
	margin-bottom: 0.5rem;
}
.member-warp .member-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 0.7rem;
	border-bottom: 0.01rem solid #DDDDDD;
}
.member-warp .member-top>div{
	width: calc((100% - 1.38rem)/2);
}

.member-warp .member-top .vip-card{
	width: 100%;
	height: 3.59rem;
	box-shadow: 0rem 0.13rem 0.15rem 0rem rgba(16,187,207,0.1);
	background-image: url('/assets/images/huiyuanka.png');
	border-radius: 0.3rem;
	/*padding: 0.2rem;*/
	background-size: 100%;
	background-repeat: no-repeat;
	background: cover;
}
.member-warp .member-top .vip-card .vip-logo img{
	width: 1.2rem;
}
.member-warp .member-top .vip-card .use-num{
	text-align: right;
	margin-top: 1.6rem;
	margin-right: 0.4rem;
	font-family: Inter, Inter;
	color: #fff;
	font-size: 0.22rem;
}
.member-warp .member-top .vip-card .use-num .vip{
	font-size: 0.92rem;
	font-weight: lighter;
}
.member-warp .member-top .member-t-right .member-lx{
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 0.32rem;
	color: #333333;
}
.member-warp .member-top .member-t-right .member-price{
	font-family: Inter, Inter;
	font-weight: 500;
	font-size: 0.32rem;
	color: #32556B;
	margin-top: 0.26rem;
	margin-bottom: 0.64rem;
}
.member-warp .member-top .member-t-right .member-detail{
	font-family: Inter, Inter;
	font-weight: 300;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.3rem;
	width: 73%;
}
.member-warp .hyqy-warp{
	margin-bottom: 0.27rem;
}
.member-warp .hyqy-warp .hyqy-title{
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 0.3rem;
	color: #244961;
	line-height: 0.3rem;
	text-align: left;
	margin: 0.52rem 0;
}
.member-warp .hyqy-warp .hyqy-table .tr,
.member-warp .hyqy-warp .hyqy-table .td{
	font-family: PingFang SC, PingFang SC;
	font-weight: 800;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.3rem;
	height: 0.6rem;
	line-height: 0.6rem;
}
.member-warp .hyqy-warp .hyqy-table .tr{
	border-top: 0.01rem solid #F2F2F2;
	border-left: 0.01rem solid #F2F2F2;
	border-right: 0.01rem solid #F2F2F2;
	display: flex;
}
.member-warp .hyqy-warp .hyqy-table .tr:last-child{
	border-bottom: 0.01rem solid #F2F2F2;
}
.member-warp .hyqy-warp .hyqy-table .td:first-child{
	width: 30%;
	height: 0.6rem;
	text-align: center;
	font-weight: normal;
}
.member-warp .hyqy-warp .hyqy-table .tr .td:nth-child(2){
	width: 76.46%;
	height: 0.6rem;
	padding-left: 0.7rem;
	border-left: 0.01rem solid #F2F2F2;
	color: #244961;
}
.member-warp .hyqy-warp .hyqy-table .tr:first-child .td{
	/*font-weight: bold;*/
	/*color: #000;*/
}

.member-warp .hyqy-warp.zs .hyqy-title{
	margin: 0.33rem 0 !important;
}

/* 君诊简介 */
.jzjj-warp{
	padding-top: 0.19rem;
}
.jzjj-warp .jzjjlx{
	display: flex;
	margin-bottom: 0.7rem;
}
.jzjj-warp .jzjjlx .jcb{
	width: 1rem;
	height: 0.3rem;
	border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
	border: 0.01rem solid #EEEEEE;
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.28rem;
	text-align: center;
	margin-right: 0.26rem;
	cursor: pointer;
}

.jzjj-warp .jzjjlx .jcb.active{
	background: #74B32E;
	font-weight: bold;
	color: #fff;
}
.jzjj-warp .jzjj-warp1{
	display: flex;
	align-items: center;
	margin-bottom: 0.79rem;
}
.jzjj-warp .jzjj-warp1 .jzjj1-left{
	width: 6.4rem;
	height: 3.2rem;
}
.jzjj-warp .jzjj-warp1 .jzjj1-left img{
	width: 100%;
	height: 100%;
}

.jzjj-warp .jzjj-warp1 .jzjj1-right{
	width: calc(100% - 6.4rem);
	padding-left: 0.72rem;
}
.jzjj-warp .jzjj-warp1 .jzjj1-title{
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 0.42rem;
	color: #264961;
	line-height: 0.3rem;
	margin-bottom: 0.6rem;
}
.jzjj-warp .jzjj-warp1 .jzjj1-content{
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 0.18rem;
	color: #555555;
	line-height: 0.28rem;
}
.jzjj-warp .jzjj-warp2{
	display: flex;
	margin-bottom: 1rem;
	width: 14rem;
	margin: 0 auto;
}
.jzjj-warp .jzjj-warp2 .jzjj2-list{
	width: calc(100% / 3);
	height: 2.8rem;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.jzjj-warp .jzjj-warp2 .jzjj2-title{
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 0.32rem;
	color: #FFFFFF;
	margin-bottom: 0.19rem;
}
.jzjj-warp .jzjj-warp2 .jzjj2-hr{
	width: 0.2rem;
	height: 0.04rem;
	background: #FFFFFF;
	margin-bottom: 0.24rem;
}
.jzjj-warp .jzjj-warp2 .jzjj2-c{
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0.28rem;
}
.jzjj-warp3{
    width: 14rem;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 0.7rem;
}
.jzjj-warp .jzjj-warp2 .jzjj2-list:nth-child(1){
	background: #81AB5A;
}
.jzjj-warp .jzjj-warp2 .jzjj2-list:nth-child(2){
	background: #E08F65;
}
.jzjj-warp .jzjj-warp2 .jzjj2-list:nth-child(3){
	background: #24B4C0;
}
.jzjj-warp .jzjj-warp3 .jzjj3-title{
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 0.42rem;
	color: #264961;
	text-align: center;
}
.jzjj-warp .jzjj-warp3 .jzjj3-content{
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 0.18rem;
	color: #555555;
	line-height: 0.28rem;
	text-align: center;
	margin-top: 0.46rem;
	padding-bottom: 0.8rem;
	border-bottom: 0.02rem dotted #DDDDDD;
}
.jzjj-warp .jzjj-warp4{
	padding-bottom: 0.8rem;
	margin-top: 0.7rem;
	border-bottom: 0.02rem dotted #DDDDDD;
	width: 14rem;
	margin: 0 auto;
}
.jzjj-warp .jzjj-warp4 .jzjj4-title{
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 0.42rem;
	color: #264961;
	line-height: 0.5rem;
	text-align: center;
	margin-bottom: 1.12rem;
}
.jzjj-warp .jzjj-warp4 .jzjj4-content{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.jzjj-warp .jzjj-warp4 .jzjj4-list{
	width: calc(100% / 5);
}
.jzjj-warp .jzjj-warp4 .jzjj4-list:first-child:before{
    content: '';
    display: block;
    width: 1.2rem;
    height: 0rem;
    border-radius: 0rem 0rem 0rem 0rem;
    border-bottom: 0.01rem solid #DDDDDD;
    position: absolute;
    left: 16%;
    top: 30%;
}
.jzjj-warp .jzjj-warp4 .jzjj4-list:nth-child(2n):before{
    content: '';
    display: block;
    width: 1.2rem;
    height: 0rem;
    border-radius: 0rem 0rem 0rem 0rem;
    border-bottom: 0.01rem solid #DDDDDD;
    position: absolute;
    left: 36%;
    top: 30%;
}
.jzjj-warp .jzjj-warp4 .jzjj4-list:nth-child(3n):before{
    content: '';
    display: block;
    width: 1.2rem;
    height: 0rem;
    border-radius: 0rem 0rem 0rem 0rem;
    border-bottom: 0.01rem solid #DDDDDD;
    position: absolute;
    left: 56%;
    top: 30%;
}
.jzjj-warp .jzjj-warp4 .jzjj4-list:nth-child(4n):before{
    content: '';
    display: block;
    width: 1.2rem;
    height: 0rem;
    border-radius: 0rem 0rem 0rem 0rem;
    border-bottom: 0.01rem solid #DDDDDD;
    position: absolute;
    left: 76%;
    top: 30%;
}
.jzjj-warp .jzjj-warp4 .jzjj4-num{
	width: 1.3rem;
	height: 1.3rem;
	background: #309974;
	border-radius: 50%;
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 0.62rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.3rem;
	margin: 0 auto;
	margin-bottom: 0.4rem;
}
.jzjj-warp .jzjj-warp4 .jzjj4-text{
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.28rem;
	text-align: center;
}

.jzjj-warp .jzjj-warp4 .jzjj4-list:nth-child(2) .jzjj4-num{
	background: #E08F65;
}
.jzjj-warp .jzjj-warp4 .jzjj4-list:nth-child(3) .jzjj4-num{
	background: #24B4C0;
}
.jzjj-warp .jzjj-warp4 .jzjj4-list:nth-child(4) .jzjj4-num{
	background: #309974;
}
.jzjj-warp .jzjj-warp4 .jzjj4-list:nth-child(5) .jzjj4-num{
	background: #2B75A1;
}

.jzjj-warp .jzjj-warp5{
	
	width: 14rem;
	margin: 0 auto;
	margin-bottom: 1.5rem;
	margin-top: 0.7rem;
}
.jzjj-warp .jzjj-warp5 .jzjj5-title{
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 0.42rem;
	color: #264961;
	text-align: center;
	margin-bottom: 0.4rem;
}
.jzjj-warp .jzjj-warp5 .jzjj5-list .jzjj5-l{
	height: 1.1rem;
	background: #EFF9FF;
	padding: 0.19rem;
	display: flex;
	flex-direction: column;
}
.jzjj-warp .jzjj-warp5 .jzjj5-list .jzjj5-l:nth-child(2n){
	background: #F4FFE6;
}
/*.jzjj-warp .jzjj-warp5 .jzjj5-list .jzjj5-l:nth-child(3n){*/
/*    line-height: 0.8rem;*/
/*}*/
.jzjj-warp .jzjj-warp5 .jzjj5-list .jzjj5-t{
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 0.22rem;
	color: #202020;
	margin-bottom: 0.08rem;
	text-align: center;
}
.jzjj-warp .jzjj-warp5 .jzjj5-list .jzjj5-c{
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 0.18rem;
	color: #555555;
	text-align: center;
}

/* 关于君诊-君诊环境 */
.zshj-warp{
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
.zshj-warp .zshj-l:nth-child(3n){
    margin-right: 0;
}
.zshj-warp .zshj-l{
	width: calc((100% - 0.5rem) / 3);
	margin-bottom: 0.7rem;
	margin-right: 0.25rem;
}
.zshj-warp .zshj-l:hover .zshj-img img{
	transform: scale(1.1);
}
.zshj-warp .zshj-img{
	width: 100%;
	height: 3.37rem;
	overflow: hidden;
}
.zshj-warp .zshj-img img{
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.zshj-warp .zshj-l-title{
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 0.26rem;
	color: #264961;
	margin-top: 0.36rem;
	text-align: center;
	cursor: pointer;
}
/* 关于君诊-君诊新闻*/
.zsxw-warp .zsxw-l{
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.zsxw-warp .zsxw-left{
	width: 4.79rem;
	height: 2.4rem;
}
.zsxw-warp .zsxw-left img{
	width: 100%;
	height: 100%;
}
.zsxw-warp .zsxw-right{
	width: calc(100% - 4.79rem);
}
.zsxw-warp .zsxw-right{
	padding-left: 0.62rem;
}
.zsxw-warp .zsxw-right .zsxw-time{
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 0.18rem;
	color: #999999;
	margin-bottom: 0.02rem;
}
.zsxw-warp .zsxw-right .zsxw-l-title{
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 0.3rem;
	color: #333333;
	margin-bottom: 0.4rem;
}
.zsxw-warp .zsxw-right .zsxw-l-content{
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.32rem;
}

.zsnew-title{
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 0.3rem;
	color: #333333;
	line-height: 0.33rem;
	text-align: center;
	margin-top: 0.6rem;
}
.zsnew-time{
	width: 100%;
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 0.17rem;
	color: #999999;
	line-height: 0.18rem;
	text-align: center;
	margin-top: 0.1rem;
	margin-bottom: 0.3rem;
}
.zsnew-detail{
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 0.18rem;
	color: #555555;
	line-height: 0.28rem;
	text-align: left;
	margin-bottom: 0.56rem;
}
.zsnew-detail img{
	width: 100%;
	height: auto;
	display: block;
	margin: 0.5rem auto;
}

/* 联系我们 */
.contact-warp{
	padding-top: 0.43rem;
	padding-bottom: 2.12rem;
}
.contact-warp .map{
	width: 14rem;
	height: 4rem;
	margin: 0 auto;
	margin-bottom: 0.35rem;
}
.contact-warp .way{
	display: flex;
	align-content: center;
	margin-bottom: 0.22rem;
}
.contact-warp .way-icon{
	margin-right: 0.112rem;
}
.contact-warp .way-content{
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 0.18rem;
	color: #555555;
}


.jzhj-warp{
	width: 100%;
    background-color: rgba(6, 6, 6, 0.7);
    /* position: absolute !important; */
    top: 0% !important;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed !important;
    z-index: 9999999 !important;
}
.close{
position: absolute !important;
margin: 0 !important;
left: 68%;
top: 22%;
}
.jzhj{
	width: 10rem;
}
.jzhj .swiper-wrapper{
	position: relative;
}
.jzhj .swiper-wrapper{
	width: 8.35rem;
	margin: 0 auto;
}
.jzhj .swiper-wrapper .swiper-slide img{
	width: 8.35rem;
	height: 5.33rem;
}
/*.jzhj .swiper-wrapper::after{*/
/*	content: '×';*/
/*	width: 0.25rem;*/
/*	height: 0.25rem;*/
/*	display: block;*/
/*	background: rgba(0,0,0,0.5);*/
/*	border-radius: 50%;*/
/*	position: absolute;*/
/*	top: 0.14rem;*/
/*	right: 0.21rem;*/
/*	font-size: 0.16rem;*/
/*	text-align: center;*/
/*	color: #fff;*/
/*	cursor: pointer;*/
/*}*/
.jzhj .swiper-wrapper .t{
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 0.26rem;
	line-height: 0.24rem;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 0.29rem;
	color: #fff;
	padding-bottom: 0.8rem;
	width: 850px;
}

.jzhj .swiper-pagination{
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0.16rem;
}
.jzhj .swiper-pagination span:first-child{
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 0.32rem;
	color: #74B32E;
	line-height: 0.3rem;
}
.jzhj .swiper-button-prev, 
.jzhj .swiper-button-next{
	top: calc(50% - 0.8rem);
	width: 0.43rem;
	height: 0.43rem;
	background: url('../images/hj-left.png');
	background-size: 100%;
	z-index: 1;
}
.jzhj .swiper-button-next{
	transform: rotate(180deg);
}
.jzhj .swiper-button-prev::after, 
.jzhj .swiper-button-next::after{
	display: none;
}
.jzhj .swiper-button-next.swiper-button-disabled,
.jzhj .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
	background: url('../images/hj-left.png');
	background-size: 100%;
	transform: rotate(180deg);
}
.jzhj .swiper-button-prev.swiper-button-disabled{
	transform: rotate(360deg);
}
.jzhj .swiper-button-next,
.jzhj .swiper-button-prev{
	background: url('../images/hj-right.png');
	background-size: 100%;
	z-index: 1;
	transform: rotate(360deg);
}
.jzhj .swiper-button-prev{
	transform: rotate(180deg);
}
.jzhj .swiper-button-prev{
	left: 0 !important;
}
.jzhj .swiper-button-next{
	right: 0.01rem !important;
}
.bjwz{
    width: 3.85rem;
    height: 1.2rem;
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 1.22rem;
    color: rgba(0,0,20,0);
    line-height: 1.2rem;
    /*text-stroke: 0px rgba(255,255,255,0.2);*/
    text-align: left;
    font-style: normal;
    text-transform: none;
    -webkit-text-stroke: 1px rgba(255,255,255,0.2);
    position: absolute;
    bottom: 15%;
    /*z-index: 9999;*/
}
.yjbj{
    /*width: 19.2rem;*/
    background: #FAFAFA;
}
.zsnew-time span{
    margin-right: 0.25rem
    ;
}
.jzjj-warp{
    width: 100%;
}
@media only screen and (max-width: 768px){
    #mapContainer{
      height:300px !important;
    }
  }
  .amap-layers{
    border:1px solid #dadada;
  }
  #mapContainer{
    width:100%;
    height:100%;
  }
  #tip{
    height:30px;
    background-color:#fff;
    padding-left:10px;
    padding-right:10px;
    position:absolute;
    font-size:16px;
    right:10px;
    bottom:20px;
    border-radius:3px;
    line-height:30px;
    border:1px solid #ccc;
  }
  div.info-top {
    position: relative;
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #CCC;
    border-radius:5px 5px 0 0;
  }
  div.info-top div {
    display: inline-block;
    color: #333333;
    font-size:18px;
    font-weight:bold;
    line-height:31px;
    padding:0 30px;
    text-align:left;
  }
  div.info-top img {
    position: absolute;
    top: 10px;
    right: 10px;
    transition-duration: 0.25s;
  }
  div.info-top img:hover{
    box-shadow: 0px 0px 5px #000;
  }
  div.info-middle {
    font-size:14px;
    padding:10px;
    line-height:21px;
    text-align:left
  }
  div.info-bottom {
    height:0px;
    width:100%;
    clear:both;
    text-align:center;
  }
  div.info-bottom img{
    position: relative;
    z-index:104;
  }