﻿
/*首页*/

body{
	background: #efeff4;
	max-width: 640px !important;
	margin:0 auto;
}

/*header*/
.header{
	position: fixed;
	background: #62a2ff;
	width: 100%;
	max-width: 640px;
	height: 46px;
	z-index: 100;
	top: 0;
}
.header-menu{
	width: .9rem;
	height: 100%;
	/*line-height: 52px;*/
	/*background: red;*/
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-menu img{
	width: .4rem;
}
.menu-xiala{
	width: 100%;
	height:auto;
	background:black;
	opacity: 0.8;
	position: absolute;
	top: .65rem;
	text-align: center;
}
ul,li{
	list-style-type: none;
}
.menu-xiala ul li a{
	font-size: .36rem;
	line-height: .7rem;
	color: white;
	text-align: left;
	position: relative;
}
.menu-xiala-one{
	padding: 0 10px;
	text-align: left;
}
.menu-xiala-one a{
	display: inline-block !important;
}
.menu-xiala-one-1{
	font-weight: bold;
}
.menu-xiala  li{
	text-align: left;
	padding:7px 10px;
}
.menu-xiala i{
	color: white;
	font-size: .26rem;
	float: right;
	line-height: .7rem;
	right: .2rem;
}
.menu-xiala-img{
	width: 30px;
	height: 30px;
	/* background: red; */
	float: right;
	position: relative;
	top: .15rem;
	padding-right: .2rem;
}
.menu-xiala-img img{
	width: 100%;
}

.menu-xiala-hong{
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: red;
	position: absolute;
	right: -15px;
	top: 0;
}
.header-home{
	width: .9rem;
	height: 100%;
	float: right;
	/*background: red;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-home img{
	width: .33rem;
}
.header-home-hong{
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: red;
	position: absolute;
	right: .2rem;
	bottom: .5rem;

}
.header-logo{
	width: 3rem;
	height: 100%;
	/*background: red;*/
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
}
.header-logo img{
	width: 100%;
	
}



.case_img{
	height: auto!important;
	border-radius: 5px;
	overflow: hidden;
	/*border: 1px solid #666;*/
}
.typebtn-son p{
	line-height: .5rem;
	font-size: .24rem;
	color: black;
}
.typebtn-yuan{
	width: 1.12rem;
	height: 1.12rem;
	/*background: #72cffa;*/
	border-radius: 50%;
	margin: 0 auto;
}
.typebtn-yuan img{
	width: 80%;
}

/*typebtn end*/

/*植发*/
.groom{
	width: 6.9rem;
	height:7rem;
	background: #fff;
	margin: .2rem auto;
	/*border-radius: 10px;*/
	display: flex;
	justify-content: center;
	/*position: relative;*/

}
.groom-tou{
	width: 6.34rem;
	height: auto;
	/*background: red;*/
	/*margin: .32rem auto;*/
	position: absolute;
	overflow: hidden;
	/*padding-bottom: .1rem;*/
}
.groom-tou-left{
	width:auto;
	height: .4rem;
	/*background: yellow;*/
	border-left:solid .03rem #8ABAFF;
	text-align: center;
	float: left;
	/*line-height: .4rem;*/
}
.groom-tou-left h1{
	color: #000;
	font-size: .24rem;
	line-height: .4rem;
	padding: 0 10px;
	/*float: left;*/
}
.groom-tou-one{
	width: .3rem;
	height: .4rem;
	/*background: red;*/
	float: left;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #88BBFD;
}


.groom-tou-right{
	width: .86rem;
	height: .4rem;
	/*background: yellow;*/
	float: right;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.groom-content{
	width: 6.42rem;
	height: 3.17rem;
	/*background: red;*/
	margin: 1rem auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.groom-content-left{
	width: 3.03rem;
	height: 3.1rem;
	/*background: yellow;*/
}
.groom-content-png{
	width: 100%;
	height: 2.32rem;
	/*background: blue;*/
	border-radius: 10px;
}
.groom-content-png img{
	width: 100%;
}
.groom-content-jie{
	width: 2rem;
	height: .28;
	/*background: pink;*/
	margin-top: .2rem;
}
.groom-content-jie h1{
	font-size: .18rem;
	color: #8ABAFF;
	line-height: .28rem;
}

/*植发end*/

/*symptom*/
.symptom{
	width: 6.9rem;
	height: auto;
	background:#fff;
	margin:.2rem auto; 
	display: flex;
	justify-content: space-between;
}
.symptom-son{
	width: 24%;
	height: 100%;
	/*background: pink;*/
	float: left;
	text-align: center;
	/*border:solid .02rem black;*/
	border-radius: 10px;
}
.symptom-son img{
	width: 100%;
}
.symptom-son h1{
	font-size: .2rem;
	color: black;
	line-height: 2rem;
}

/*symptom end*/

/*case*/
.case{
	width: 6.3rem;
	height: 4rem;
	/*background: red;*/
	margin-top: 1rem;
	display: flex;
	justify-content: space-between;
}
.case-left{
	width: 48%;
	height:2.9rem;
	/*background: yellow;*/

}
.case_left{
	width: 100%;
	height: auto;
}
.case-img{
	width: 100%;
	height: 2rem;
	/*background: pink;*/
}
.case_content{
	padding: 0 10px!important;
}
.case-img img{
	width: 100%;
}
/*.case-wenzi{
	width: 100%;
	height: .9rem;
	margin-top: .15rem;
}*/
.case-wenzi-s{
	width: 70%;
	height:.5rem;
	text-align: center;
}
.case-wenzi-s h2{
	font-size: .24rem;
	line-height: .4rem;
	color: black;
	float: left;
}
.case-wenzi-x{
	width: 3rem;
	height: .55rem;
	/*background: red;*/
}
.case-wenzi-x p{
	font-size: .24rem;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.case-wenzi-tuo{
	width: auto;
	height: .33rem;
	/*background: red;*/
	float: right;
	border-radius: 8px;
	border:1px solid #639BFB;
	text-align: center;
}
.case-wenzi-tuo p{
	line-height: .33rem;
	color: #639BFB;
	font-size: .24rem;
	padding: 0 2px 0 2px;
}

/*case end*/

/*权威专家*/
.quanwei{
	width: 6.9rem;
	height: auto;
	background: white;
	margin: 0 auto;
	/*border-radius: 10px;*/

}
.quanwei-top{
	width: 100%;
	height: 3rem;
	/*background: red;*/
	margin:0 auto;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.quanwei-top img{
	width: 100%;
	height: 100%;
}
.quanwei-top-zhe{
	width: 100%;
	height: 100%;
	background: black;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .4;
}
.quanwei-top-zhe-s{
	width: 6.3rem;
	height: .4rem;
	/*background: red;*/
	position: absolute;
	bottom: 2.3rem;
	left: .15rem;
}
.top-zhe-s-left{
	width: auto;
	height: .38rem;
	background: #88BBFC;
	border-radius: 8px;
	text-align: center;
	float: left;
}
.top-zhe-s-left p{
	font-size: .24rem;
	color: #fff;
	line-height: .38rem;
}
.top-zhe-s-right{
	width: .38rem;
	height: .38rem;
	/*background: yellow;*/
	float: right;
}
.top-zhe-s-right i{
	font-size: .4rem;
	color: #fff;
	line-height: .38rem;
}
.quanwei-top-zhe-s1{
	width: 93%;
	height: .5rem;
	/*background: red;*/
	position: absolute;
	bottom: 1.5rem;
	left: .15rem;
	white-space: nowrap;
}
.quanwei-top-zhe-s1 h1{
	font-size: .3rem;
	color: #fff;
	font-weight: bold;
	float: left;
}
.quanwei-top-zhe-s1 p{
	font-size: .24rem;
	color: #fff;
}
.quanwei-top-zhe-s2{
	width: 93%;
	height: .4rem;
	position: absolute;
	bottom: 1rem;
	left: .15rem;
	/*background: red;*/
}
.quanwei-top-zhe-s2 h2{
	font-size: .26rem;
	color: #fff;
}
.quanwei-top-zhe-s3{
	width: 93%;
	height: .6rem;
	/*background: red;*/
	position: absolute;
	bottom: .3rem;
	left: .15rem;
}
.quanwei-top-zhe-s3 p{
	font-size: .24rem;
	color: #f2f2f2;

}

.quanwei-botm{
	width: 95%;
	height: 2rem;
	/*background: yellow;*/
	margin:.2rem auto;
	border-radius: 8px;

}
.quanwei-botm-one{
	width: 1.5rem;
	height: 1.5rem;
	text-align: center;
	float: left;
	margin: .05rem;

}
.quanwei-botm-one-img{
	width: 1rem;
	height: 1rem;
	background: #ccc;
	border-radius: 50%;
	margin:0 auto;
}
.quanwei-botm-one a{
	font-size: .16rem;
}
/*权威专家 end*/
/*科发源*/
.kefayuan{
	width: 100%;
	height: auto;
	background: white;
	margin:.2rem auto;
	/*border-radius: 10px;*/
	padding-bottom: 15px;
}
.kefayuan-img{
	width: 95%;
	height: auto;
	/*background: #ccc;*/
	border-radius: 8px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.kefayuan-img img{
	width: 100%;
}
.kefayuan-zhe{
	width: 100%;
	height: 100%;
	/*background: #000;*/
	position: absolute;
	top: 0;
	left: 0;
	background: black;
	opacity: .4;
	border-radius: 8px;


}
.kefayuan-zhe-right{
	width: .5rem;
	height: .5rem;
	/*background: red;*/
	float: right;
	position: absolute;
	top: .2rem;
	right: .3rem;
	text-align: center;
}
.kefayuan-zhe-right i{
	font-size: .3rem;
	line-height: .5rem;
	color: #fff;
}
.kefayuan-zhe-wenzi{
	width: 95%;
	height: .5rem;
	/*background: red;*/
	position: absolute;
	left: .15rem;
	bottom: 1.35rem;
	text-align: center;
}
.kefayuan-zhe-wenzi p{
	font-size: .3rem;
	color: #fff;
	line-height: .45rem;
}

/*科发源 end*/

/*核心技术*/
.hexin{
	width: 100%;
	height: auto;
	background: white;
	margin:0 auto;
	/*border-radius: 10px;*/
	padding-bottom: 1px;
}

.hexin-zhong-left img{
	width: 100%;
}
.hexin-zhong{
	width: 90%;
	height: 3rem;
	/*background: red;*/
	margin:.1rem auto;
}
.hexin-zhong-left{
	width: 48%;
	/*background: #ccc;*/
	border-radius: 8px;
	overflow: hidden;
	float: left;
}
.hexin-zhong-right{
	width: 48%;
	height: 100%;
	background: #A7CDFE;
	border-radius: 8px;
	float: right;
}
.hexin-zhong-right p{
	font-size: .24rem;
	line-height: .35rem;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
	padding: 0 10px;
}
.hexin-botm{
	width: 90%;
	height: 1.5rem;
	/*background: yellow;*/
	margin:.4rem auto;
	display: flex;
	justify-content:space-around;
	flex-wrap:wrap;
}
.hexin-botm-one{
	width: 25%;
	height: .5rem;
	border:1px solid #89BAFD;
	border-radius: 8px;
	text-align: center;
	float: left;
	margin: 2px;

}
.hexin-botm-one a{
	font-size: .24rem;
	line-height: .5rem;
	color: black;
}
.hexin-botm-one:last-child{
	border:none;
}
.hexin-botm-one:last-child i{
	font-size: .3rem;
	color: #ccc;
	line-height: .5rem;

}

/*核心技术 end*/



/*热点关注*/

.follow{
	width: 100%;
	height: 4.5rem;
	background: white;
	margin: .2rem auto;
	/*border-radius: 10px;*/

}
.follow-top{
	width: 5.5rem;
	height: .7rem;
	margin: .2rem auto;
	text-align: center;
	position: relative;
	top: .15rem;
	/*background: red;*/
	box-sizing: border-box;
}
.follow-top-s{
	width: 3.5rem;
	height: .36rem;
	/*background: yellow;*/
	float: left;
	/* border-top: 1px solid #000; */
	box-sizing: border-box;
	/* border-right: 1px solid #000; */
	text-align: right;
}
.follow-top-s h2{
	position: relative;
	right: .2rem;
	top: .05rem;
	font-size: .24rem;
}
.follow-top-x{
	width: 3.5rem;
	height: .36rem;
	/*background: pink;*/
	float: right;
	/* border-bottom: 1px solid #B5B5B5; */
	/* border-left: 1px solid #B5B5B5; */
	box-sizing: border-box;
	position: relative;
	bottom: .25rem;
}
.follow-one{
	width: 93%;
	height: .5rem;
	/*background: white;*/
	margin: 0 auto;
	margin-bottom: .2rem;
}
.follow-one-left{
	width: 60%;
	height: 100%;
	background: white;
	border-radius: 5px;
	text-align: center;
	float: left;
}
.follow-one-left a{
	font-size: .24rem;
	color: white;
	line-height: .5rem;

}
.follow-one-right{
	width: 35%;
	height: 100%;
	background: white;
	border-radius: 5px;
	text-align: center;
	float: right;
}
.follow-one-right a{
	font-size: .24rem;
	color: white;
	line-height: .5rem;
}

/*热点关注 end*/

/*联系*/
.call{
	width: 6rem;
	height:auto;
	/*background: white;*/
	margin:.4rem auto;
	position: relative;
	bottom: .2rem;
}
.call-one{
	width: 100%;
	height: auto;
	/*background: red;*/
	margin:0 auto;
	text-align: center;

}
.call-one p{
	font-size: .28rem;
	color: black;
	line-height: .5rem;
}
.call-two{
	width: 100%;
	height: .5rem;
	/*background: red;*/
	margin:0 auto;
	text-align: center;

}
.call-two a{
	font-size: .4rem;
	color: red;
	line-height: .5rem;
}

/*联系结束*/

/*footer*/
.footer{
	position: fixed;
	width: 100%;
	max-width: 640px;
	height: 1rem;
	background: white;
	z-index: 100;
	bottom: 0;
	display: flex;
	justify-content:space-around;

}
.footer-one{
	width: 1rem;
	height: 100%;
	/*background: yellow;*/
	float: left;
}
.footer-one-img{
	width: 100%;
	height: 65%;
	/*background: pink;*/
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-one-img img{
	width: 40%;
}

.footer-one-wenzi{
	width: 100%;
	height: 30%;
	/*background: blue;*/
	text-align: center;
}
.footer-one-wenzi p{
	font-size: .24rem;
	line-height: .3rem;
	color: #000;
}
.footer-two{

	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-two img{
	width: 90%;
}
/*footer end*/

/*首页 end*/

/*专家团队*/

/*院长*/
.doctor-lxd-box{
	width: 100%;
	height: 6.3rem;
	background: #fff;
	padding:.1rem;
	position: relative;
}
.doctor-lxd{
	width: 100%;
	height: 3.28rem;
	background: #ACD0FE;
	margin:2rem auto;
	border-radius: 8px;
}
.doctor-lxd-yuan1{
	width: 2.06rem;
	height: 2.06rem;
	background: #FF8787;
	border-radius: 50%;
	position: absolute;
	bottom: 2.5rem;
	right: 4.3rem;
}
.doctor-lxd-yuan2{
	width: .45rem;
	height: .45rem;
	background: #6FA7EE;
	border-radius: 50%;
	position: absolute;
	left: 2.2rem;
	bottom: 1.3rem;
}
.doctor-lxd-yuan3{
	width: .63rem;
	height: .63rem;
	background: #FFB8B8;
	border-radius: 50%;
	position: absolute;
	left: 3rem;
	bottom: 3.3rem;
}
.doctor-lxd-lxd{
	width: 3.9rem;
	height: 5.04rem;
	background: url(../images/doctor-lxd.png);
	background-size: 100%;
	float: right;
	position: absolute;
	bottom: .9rem;
	left: 2.4rem;
	z-index: 9;

}
.doctor-lxd-wen{
	width: 2.84rem;
	height: .5rem;
	/*background: red;*/
	position: absolute;
	bottom: 1.9rem;
	border-bottom: 1px solid #CFE4FF;
	box-sizing:border-box;
}
.doctor-lxd-wen h2{
	font-size: .4rem;
	color: #fff;
	text-indent: .2rem;
}
.doctor-lxd-wen2{
	width: auto;
	height: .5rem;
	/*background: yellow;*/
	position: relative;
	top: 2.5rem;
}
.doctor-lxd-wen2 h2{
	font-size: .28rem;
	color: #fff;
	white-space: nowrap;
	text-indent: .2rem;
}
/*院长 end*/

/*热门植发专家*/
.doctor-re{
	width: 100%;
	height: auto;
	background: #fff;
	margin:.2rem auto;
	padding-bottom: .1rem;
	/*padding-bottom: .3rem;*/
}
.doctor-re-tou{
	width: 2rem;
	height: auto;
	/*background: red;*/
	margin: 0 auto;
	text-align: center;
}
.doctor-re-tou h2{
	font-size: .28rem;
	color: #000;
	line-height: 30px;
}
.doctor-re-tou p{
	font-size: .24rem;
	color: #DDDDDD;
	line-height: .4rem;
}

.doctor-banner{
	width: 100%;
	height: auto;
	/*background: red;*/
	margin:.5rem auto;
	display: flex;
	/* position: relative;
	bottom: 2.5rem;
	
	justify-content: space-around; */
	overflow: scroll;
	padding: 0 10px;
}
.doctor-banner-one{
	width: 1.67rem;
	height: 2.67rem;
	/*background: pink;*/
	margin-right: 10px;
	flex:0 0 auto;

}
.doctor-banner-one-tou{
	width: 100%;
	height: 1.67rem;
	overflow: hidden;
	/*background: yellow;*/
}
.doctor-banner-one-tou img{
	width: 100%;
}
.doctor-banner-one-name{
	width: auto;
	height: .4rem;
	/*background: orange;*/
	text-align: center;
	margin-top: .1rem;
}
.doctor-banner-one-name h2{
	font-size: .24rem;
	color: #000;
	line-height: .4rem;
}
.doctor-banner-one-yuan{
	width: .9rem;
	height: .32rem;
	border:1px solid #B1D3FF;
	box-sizing: border-box;
	border-radius: 8px;
	margin:.1rem auto;
	text-align: center;
}
.doctor-banner-one-yuan h2{
	font-size: .24rem;
	color: #71AFFF;
	line-height: .32rem;
}
.doctor-banner-line{
	width: 90%;
	height: 1px;
	margin:0 auto;
	border-bottom: 1px dashed #666;
	/*position: relative;
	bottom: 2.3rem;*/
	margin: 10px auto;
}


/*热门植发专家 end*/

/*医生列表*/

.doctor-list{
	width: 100%;
	height: 3.09rem;
	/*background: red;*/
	margin:.2rem auto;
	/*position: relative;
	bottom: 2rem;*/
	border-radius: 8px;
}
.doctor-list-left{
	width: 50%;
	height: 100%;
	border:1px solid #C8E0FF;
	box-sizing:border-box;
	/*border-radius: 8px;*/
	float: left;
}
.doctor-list-sz{
	width: 1.2rem;
	height: .7rem;
	/*background: yellow;*/
	float: left;
	position: relative;
	top: .1rem;
}
.doctor-list-sz1{
	width: auto;
	height: .3rem;
	/*background: pink;*/
	text-align: center;
}
.doctor-list-sz1 h2{
	font-size: .28rem;
	color: #FF7373;
}
.doctor-list-sz2{
	width: auto;
	height: .4rem;
	/*background: orange;*/
	text-align: center;
}
.doctor-list-sz2 h2{
	font-size: .24rem;
	color: #BBBBBB;
	line-height: .4rem;
}
.doctor-list-lxd{
	width: 1.3rem;
	height: auto;
	/*background: pink;*/
	margin:0 auto;
	position: relative;
	padding-top: .7rem
}
.doctor-list-lxd img{
	width: 100%;
	position: relative;
	bottom: .5rem;
}
.doctor-list-name{
	width: auto;
	height: .26rem;
	/*background: red;*/
	text-align: center;
	position: relative;
	bottom: .5rem;
}
.doctor-list-name h2{
	font-size: .24rem;
	color: #111;
	line-height: .26rem;
}
.doctor-list-yuan{
	width: auto;
	height: .26rem;
	text-align: center;
	/*background: yellow;*/
	position: relative;
	bottom: .4rem;
}
.doctor-list-yuan h2{
	font-size: .24rem;
	color:#666;
	line-height: .24rem;
}
.doctor-list-botm{
	width: 2.8rem;
	height: .8rem;
	/*background: yellow;*/
	margin: 0 auto;
	position: relative;
	bottom: .23rem;
	display: flex;
	justify-content: space-between;
}

.doctor-list-botm-one{
	width: .5rem;
	height: 100%;
	/*background: blue;*/
}
.doctor-list-botm-one-img{
	width: .5rem;
	height: .5rem;
	/*background: orange;*/
}
.doctor-list-botm-one-img img{
	width: 100%;
}
.doctor-list-botm-one-wen{
	width: auto;
	height: .3rem;
	/*background: orange;*/
	text-align: center;
	white-space: nowrap;
}
.doctor-list-botm-one-wen h2{
	font-size: .24rem;
	color: #86BCFF;
	line-height: .3rem;
}
.doctor-list-right{
	width: 50%;
	height: 100%;
	background: #AAD0FF;
	float: right;
}
.doctor-list-right-tou{
	width: 1.3rem;
	height: .28rem;
	/*background: pink;*/
	position: relative;
	left: .3rem;
	top: .3rem;
}
.doctor-list-right-tou h2{
	font-size: .24rem;
	color: #fff;
}
.doctor-list-right-wen{
	width: 2.45rem;
	height: 1.5rem;
	/*background: orange;*/
	position: relative;
	left: .4rem;
	top: .4rem;
}
.doctor-list-right-wen p{
	font-size: .24rem;
	color: #fff;
	text-indent: .4rem;
	line-height: .35rem;
}
.doctor-list-right-yuyue{
	width: 1.35rem;
	height: .38rem;
	background: #FF8282;
	margin:0 auto;
	position: relative;
	top: .7rem;
	border-radius: 10px;
	text-align: center;
}
.doctor-list-right-yuyue h2{
	font-size: .24rem;
	color: #fff;
	line-height: .38rem;
}












/*医生列表 end*/

/*页码*/
.doctor-yema{
	width: auto;
	height:auto;
	/*background: red;*/
	margin:.5rem auto;
	display: flex;
	align-items: center;
}
.doctor-yema-left{
	width:auto;
	height: auto;
	margin: 0 auto;
	white-space: nowrap;

}
.doctor-yema-left li{float: left;padding: 0.05rem 0.15rem;margin: 0.02rem 0.015rem;font-size: .24rem;line-height: .34rem !important;border: 1px solid #62a2ff;}

.doctor-yema-left a{
	color: #62a2ff;
	font-size: .24rem;
}

.doctor-yema-left span{
	color: #62a2ff;
	font-size: .24rem;
} 
.doctor-yema-left span strong{
	color: #62a2ff;
	font-size: .24rem;
	padding: 0 0.10rem;
} 

.doctor-yema-active{
	background: #A4DAFF;
	/*border-radius: 5px;*/
}
.doctor-yema-left input{
	width: .6rem;
	height: .3rem;
	border-radius: 8px;
	text-align: center;
}
.doctor-yema-left-mo{
	/*background: red;*/
	border-radius: 5px;
	border:1px solid #A3DBFF;
}

/*页码 end*/

/*专家团队 end*/

/*医院简介*/
.hospital-tou{
	width: 100%;
	height: 3.7rem;
	/*background: red;*/
}
.hospital-tou img{
	width: 100%;
}
.hospital-botm{
	width: 95%;
	height: 1.7rem;
	background: white;
	margin: 0 auto;
	border-radius: 8px;
	position: relative;
	bottom: .7rem;
}
.hospital-botm-son{
	width: 33.33%;
	height: 100%;
	/*background: red;*/
	float: left;
	display: flex;
	align-items: center;


}
.hospital-botm-son img{
	width: 40%;
	opacity: .8;
	position: relative;
	left: .2rem;

}
.hospital-botm-wenzis{
	width: 1.5rem;
	height: 1rem;

	position: relative;
	right: .05rem;
	border-right: 1px solid #E8F2FE;

}

.hospital-botm-wenzis h2{
	font-size: .25rem;
	color: #67A9FF;
	line-height: .5rem;
}
.hospital-botm-wenzis p{
	font-size: .2rem;
	color: #B8D6FA;
	line-height: .2rem;
	white-space: nowrap;
}



/*医院简介头部 end*/

/*医院介绍*/
.hospital-jieshao{
	width: 95%;
	height: auto;
	background: white;
	margin:0 auto;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	bottom: .5rem;
}
.hospital-jieshao p{
	font-size: .2rem;
	line-height: .3rem;
	text-indent: .4rem;
	color: black;
	padding: 10px;
	line-height: .38rem;
}
.hospital-jieshao a{
	font-size: .18rem;
	line-height: .3rem;
	text-indent: .4rem;
	color: #0099ff;
}

/*医院介绍 end*/

/*发展历程*/
.hospital-fazhan{
	width: 100%;
	height: auto;
	background: white;
	border-radius: 10px;
	margin: .5rem auto;
	position: relative;
	bottom: .8rem;
	padding: 5px 0;
}
.hospital-fazhan-xian{
	width: 6.5rem;
	height: 2rem;
	/*background: red;*/
	margin:0 auto;
	position: relative;
	top: .9rem;
}
.hospital-fazhan-timeline{
	width: 6.5rem;
	height: 1px;
	background: #DCEBFF;
	margin:0 auto;
	position: relative;
	top: .6rem;
}
.hospital-fazhan-timeline-dian{
	width: .12rem;
	height: .12rem;
	background: #65A1EE;
	border-radius: 50%;
	position: relative;
	bottom: .05rem;
	left: .8rem;
	float: left;
}
.hospital-fazhan-time{
	width: 1rem;
	height: .4rem;
	border-radius: 5px;
	position: relative;
	text-align: center;
	font-size: .14rem;
	right: 4.4rem;
	outline: none;
	overflow: hidden;
	background: #fff;
	border:1px solid #C6DFFE;
	color: #89BAFD;
}
.hospital-fazhan-banner{
	width: 100%;
	height: 2.7rem;
	/*background: red;*/
	margin:.4rem auto;
	display: flex;
	display: none;
	justify-content: space-between;
	overflow: hidden;
}
.hospital-fazhan-banner img{
	width: 100%;
	height: 100%;
}
.hospital-fazhan-banner-wenzi{
	width: 3.08rem;
	height: 1.5rem;
	/*background: red;*/
	position: relative;
	left: 3.4rem;
	bottom: 1.9rem;
}
.hospital-fazhan-banner-wenzi h2{
	font-size: .3rem;
	color: #fff;
}
.hospital-fazhan-banner-wenzi p{
	font-size: .26rem;
	color: #fff;
	line-height: .4rem;
}




/*发展历程 end*/

/*科发源文化*/

.hospital-wenhua{
	width: 100%;
	height: 7.8rem;
	background: white;
	border-radius: 10px;
	margin:0 auto;
	position: relative;
	bottom: 1rem;
	padding: 5px 0;
}
.hospital-wenhua-img{
	width: 5rem;
	height: .8rem;
	/*background: red;*/
	margin: 0 auto;
	position: relative;
	top: .6rem;
}
.hospital-wenhua-img img{
	width: 100%;
}
.hospital-wenhua-top{
	width: 95%;
	height: 2.9rem;
	/*background: red;*/
	margin:0 auto;
	position: relative;
	top: .9rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.hospital-wenhua-left{
	width: 2.6rem;
	height: 2.6rem;
	/*background: yellow;*/
	border-radius: 10px;
	float: left;
}
.hospital-wenhua-left img{
	width: 100%;
	height: 100%;
}
.hospital-wenhua-right{
	width: 2.9rem;
	height: 2.9rem;
	/* background: #BFD6FF; */
	border-radius: 10px;
	float: right;
	overflow: hidden;
	/*padding-right: .1rem;*/
}
.hospital-wenhua-right img{
	width: 100%;
}
.hospital-wenhua-right h2{
	font-size: .3rem;
	font-weight: bold;
	line-height: 22px;
	font-weight: bold;
	color: #5686DA;
	position: relative;
	bottom: 2.6rem;
	left: .1rem;
	/*padding: .1rem;*/
}
.hospital-wenhua-right p{
	font-size: .24rem;
	line-height: .4rem;
	display: -webkit-box;
	color: #5686DA;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	position: relative;
	bottom: 2.5rem;
	left: .1rem;
	padding-right: 2px;
}
.hospital-wenhua-botm{
	width: 90%;
	height: 2.5rem;
	background: #FFBCBC;
	margin:0 auto;
	position: relative;
	top: 1.2rem;
	border-radius: 10px;
}
.hospital-wenhua-botm h2{
	color: #DF5F5F;
	font-weight: 400;
	font-size: .3rem;
	font-weight: bold;
	position: relative;
	top: .3rem;
	left: .3rem;
}
.hospital-wenhua-botm p{
	font-size: .24rem;
	line-height: .4rem;
	color: #DF5F5F;
	position: relative;
	top: .4rem;
	left: .3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

/*科发源文化 end*/

/*媒体支持*/
.hospital-meiti{
	width: 95%;
	height: 4rem;
	background: white;
	margin:.7rem auto;
	border-radius:10px;
	position: relative;
	bottom: 1.5rem;
}
.hospital-meiti-banner{
	width: 6.5rem;
	height: 3rem;
	background:#ccc;
	margin:0 auto;
	position: relative;
	top: 1.15rem;
}

/*媒体支持 end*/

/*项目类型*/

.case-xuan{
	width: 7.1rem;
	height: 1.5rem;
	background: red;
	margin:0 auto;
}
.case-tab{
	width: 7.1rem;
	height: auto;
	overflow: hidden;
	/*background: white;*/
	margin:.2rem auto;
}


.li_list{
	width: 100%;
	height: auto!important;
	/*background: red;*/
	height: 2.8rem;
	display: flex;
	justify-content: space-around;

}
.li_list_left{
	width: 50%;
	height: 2.9rem;
	float: left;
	border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.li_list_left:nth-child(2n){
	float: right;
}
.li_list_left_img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.li_list_left_img img{
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.li_list_left_img_zhe{
	width: 100%;
	height: 73%;
	background: black;
	opacity: .2;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
}
.li_list_left_img_wenzi{
	width: 3rem;
	height: 1rem;
	/*background: red;*/
	position: relative;
	bottom: 1.1rem;
	left: .15rem;
}
.li_list_left_img_wenzi h2{
	font-size: .24rem;
	color: #fff;
	font-weight: bold;
	float: left;
}
.li_list_left_img_wenzi h3{
	font-size: .24rem;
	color: #fff;
	font-weight: 100;
}
.li_list_left_img_wenzi p{
	font-size: .24rem;
	color: #fff;
	position: relative;
	bottom: .1rem;
}




/*项目类型end*/

/*经典案例*/



/*经典案例 end*/

/*文章详情*/
.daohang{
	width: auto;
	height: .6rem;
	/*background: red;*/
	display: flex;
	flex-wrap: nowrap;
	padding: 0 10px;
}
.daohang a{
	font-size: .24rem;
	color: black;
	line-height: .6rem;
}
.daohang p{
	font-size: .24rem;
	color: black;
	line-height: .6rem;
}
.article-three{
	width: 7.1rem;
	height: 1rem;
	background: white;
	margin:.2rem auto;
	border-radius: 10px;
}
.article-like{
	width: 33%;
	height: .4rem;
	/*background: red;*/
	float: left;
	border-right: 1px solid #84B8FC;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	position: relative;
	top: .3rem;
}
.article-like i{
	line-height: .4rem;
	color: #84B8FC;
	font-size: .3rem;
}
.article-like h2{
	line-height:.4rem;
	color: #84B8FC;
	font-size: .18rem;
}
.article-like:nth-child(3){
	border-right: none;
}
.article-header{
	width: 100%;
	height: auto;
	background: white;
	margin: .15rem auto;
}
.article-header-biaoti{
	width: auto;
	/*height: .5rem;*/
	/*background: red;*/
	margin:0 auto;
	position: relative;
	top: .1rem;
	text-align: center;
}
.article-header-biaoti h2 a{
	font-size: .32rem;
	line-height: .5rem;
	font-weight: bold;
}
.article-header-shuming{
	width: 100%;
	/*height: .5rem;*/
	/*background: red;*/
	margin:.15rem auto;
	/*text-align: center;*/
	display: flex;
	justify-content: center;

}
.article-header-shuming a{
	color: #aaa;
	font-size: .24rem;
	white-space: nowrap;

}
.article-header-shuming p{
	color: black;
	font-size: .28rem;
	white-space: nowrap;
}
.article-wen{
	width: 100%;
	height: auto;
	background: white;
	margin:.4rem auto;
	border-bottom: 1px dashed;
	position: relative;
	bottom: .2rem;
	padding: 0 10px 15px;
}
.article-wen img{
	width: 95%;
    margin: 0 auto;
	}
.article-wen p{
	font-size: .24rem;
	text-indent: .4rem;
	padding:0 10px;
	line-height: .4rem;
	color: #666666;
}
.article-wen a{
	font-size: .24rem;
	color: red;
	padding:0 10px;
	line-height: 22px;
}
.article-wen-img{
	width: 90%;
	/*background: red;*/
	margin:0 auto;
}
.article-wen-img img{
	width: 100%;
}

/*文章 end*/

/*上下篇*/
.article-yuedu{
	width: 100%;
	/*height: 2rem;*/
	background: white;
	border-radius: 10px;
	margin:.2rem auto;
}
.article-yuedu-top{
	width: auto;
	height: .5rem;
	padding: 0 15px;
	float: left;
}
.article-yuedu-top a{
	font-size: .24rem;
	color: #666;
	line-height: .5rem;
}
.article-yuedu-botm{
	width: auto;
	height: 1rem;
	padding: 0 10px;
}
.article-yuedu-botm a{
	font-size: .24rem;
	color: #666;
	line-height: .5rem;
}
.article-yuedu-top p{
	float: left;
	color: #aaa;
	font-size: .24rem;
	line-height: .5rem;
}
.article-yuedu-botm p{
	float: left;
	color: #aaa;
	font-size: .24rem;
	line-height: .5rem;
}

/*上下篇 end*/

/*口碑见证*/
.article-koubei{
	width: 100%;
	/*height: 1.65rem;*/
	background: white;
	position: relative;
	display: none !important;
}
.article-koubei img{
	width: 100%;
}
.article-koubei-zhe{
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .3;
}


/*口碑见证 end*/

/*热点关注*/
.article-redian{
	width: 100%;
	/*margin: 0 auto;*/
	height: auto;
	background: #fff;
	margin-top: 1rem;
	padding-bottom: 5px;
	margin-top: .3rem !important;
}
.article-redian-re{
	width: 93%;
	height: .5rem;
	/*background: red;*/
	margin: .3rem auto;
	display: flex;
	justify-content: space-between;
}
.article-redian-one{
	width: auto;
	height: 100%;
	border:1px solid #BAE3FF;
	box-sizing: border-box;
	text-align: center;
	border-radius: 8px;
	background: #77BCF7;
	overflow: hidden;
	/*margin: 0 .1rem;*/
}
.article-redian-one a{
	font-size: .24rem;
	 line-height: .5rem; 
	color: #fff;
	padding: 10px;
}
.article-redian-two{
	 width: auto; 
	height: 100%;
	border:1px solid #BAE3FF;
	box-sizing: border-box;
	text-align: center;
	border-radius: 8px;
	overflow: hidden;
	/*margin: 0 .1rem;*/
}
.article-redian-two a{
	font-size: .24rem;
	line-height: .5rem;
	color: #3B98DD;
	padding:1px;

}

/*热点关注 end*/

/*成功案例*/
.article-anli{
	width: 100%;
	height:auto;
	background: #fff;
	margin-top: .3rem;
}

/*成功案例 end*/

/*自助预约*/

.article-zizhu{
	width: 100%;
	height: auto;
	/*background: white;*/
	margin-top: .3rem;
	background: url(../images/article-yuyue.png);
	background-size: 100%;
	padding-bottom: 10px;
}
.article-zizhu img{
	width: 100%;
}
.article-zizhu-tou{
	width: 2.1rem;
	height: .34rem;
	/*background: red;*/
	margin:0 auto;
	position: relative;
	top: .4rem;
	text-align: center;
}
.article-zizhu-tou h2{
	font-size: .3rem;
	color: #5CBDFF;
	font-weight: 300;
}

.article-zizhu-msg{
	width: 5.5rem;
	height:3rem;
	/*background:red;*/
	margin:.8rem auto; 
	position: relative;

}
.article-zizhu-msg1{
	width: 100%;
	height: .5rem;
	/*background: yellow;*/
	margin-top: .3rem;
}
.article-zizhu-msg1 p{
	font-size: .24rem;
	float: left;
	line-height: .5rem;
}
.article-zizhu-msg1 input{
	outline: none;
	border-bottom: 1px solid #DDDDDD;
	height: 100%;
	width: 70%;
	background-color: transparent;
	/*opacity: .5;*/

}
.article-zizhu-msg1 input：last-child{
	width: 50%;
	float: right;
}
.article-zizhu-but{
	width: 3rem;
	height: .54rem;
	background:#FF7271;
	text-align: center;
	border:none;
	border-radius: 10px;
	position: relative;
	left: 2.14rem;
}


/*自助预约 end*/








/*文章列表*/
.article-list{
	width: 95%;
	height: auto;
	background: white;
	margin:.2rem auto;
	border-radius: 10px;
	padding-bottom: 5px;
}
.article-list-one{
	width: 95%;
	height: 1.6rem;
	/*background: red;*/
	position: relative;
	margin:.35rem auto;
	display: flex;
	justify-content: space-between;
}

.article-list-one-img{
	width: 1.6rem;
	height: 1.6rem;
	/*background: yellow;*/
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.article-list-one-zhe-wen{
	width: auto;
	height: .5rem;
	/*background: red;*/
	position: relative;
	bottom: 1.5rem;
	left: .1rem;
}
.article-list-one-img img{
	width: 100%;
	height: 100%;
}
.article-list-one-zhe{
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .3;
	position: absolute;
	left: 0;
	top: 0;
}
.article-list-one-zhe-wen h2{
	font-size: .24rem;
	color: #fff;
	float: left;
}
.article-list-one-zhe-wen p{
	font-size: .2rem;
	color: #fff;
	line-height: .3rem;
}
.article-list-one-wenzi{
	width: 70%;
	height: 1.6rem;
	/*background: yellow;*/
}
.article-list-one-wenzi-top{
	width: 100%;
	height: .5rem;
	/*background: blue;*/
}
.article-list-one-wenzi-top h2{
	line-height: .5rem;
	color: black;
	font-size: .3rem;
	float: left;
}

.article-list-one-wenzi-top h2 a{
	line-height: .5rem;
	color: black;
	font-size: .3rem;
	float: left;
}
.article-list-one-wenzi-img{
	width: 1.3rem;
	height: 100%;
	/*background: red;*/
	float: right;
	display: flex;
	justify-content: space-around;
}
.article-list-one-wenzi-img img{
	width: 40%;
}
.article-list-one-wenzi-zhong{
	width: 100%;
	height: .7rem;
}
.article-list-one-wenzi-zhong p{
	line-height: .38rem;
	font-size: .24rem;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.article-list-one-wenzi-zhong p a{
	line-height: .38rem;
	font-size: .24rem;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.article-list-one-wenzi-botm{
	width: 95%;
	line-height: .5rem;
	/*background: pink;*/
}
.article-list-one-wenzi-botm a{
	line-height: .5rem;
	color: #999;
	font-size: .24rem;
}

/*文章列表 end*/
/*植发技术*/
.skill-weizhen{
	width: 7.1rem;
	height: 3rem;
	background: white;
	border-radius: 10px;
	margin:.2rem auto;
}
.skill-weizhen-box{
	width: 6.7rem;
	height: 2.5rem;
	/*background: red;*/
	margin:0 auto;
	position: relative;
	top: .25rem;
	display: flex;
	justify-content: space-between;
}
.skill-weizhen-box-left{
	width: 3rem;
	height: 2.5rem;
	background:#ccc;
}
.skill-weizhen-box-right{
	width: 3.6rem;
	height: 2.5rem;
	/*background: pink;*/
}
.skill-weizhen-box-right-top{
	width: auto;
	height: .5rem;
	text-align: center;
}
.skill-weizhen-box-right-top h2{
	font-size: .18rem;
	line-height: .5rem;
}
.skill-weizhen-box-right-botm{
	width: auto;
	height: 2rem;
}
.skill-weizhen-box-right-botm p{
	font-size: .14rem;
	text-indent: .4rem;
}
.skill-weizhen-box-right-botm a{
	font-size: .14rem;

}
/*微针植发介绍 end*/

/*对比*/
.skill-vs{
	width: 7.1rem;
	height: 7.3rem;
	background: white;
	margin:.2rem auto;
	border-radius: 10px;
}
.skill-vs-tou{
	width: 100%;
	height: .8rem;
	text-align: center;
}
.skill-vs-tou h2{
	font-size: .18rem;
	line-height: .8rem;
}
.skill-vs-left{
	width: 3.4rem;
	height: auto;
	/*background: red;*/
	float: left;
	position: relative;
	left: .1rem;
	text-align:center;
}
.skill-vs-left h2{
	font-size:.18rem;
}
.skill-vs-left p{
	font-size: .16rem;
}
.skill-vs-left-kuang{
	width: 3.4rem;
	height: 4rem;
	border:1px solid black;
	border-radius: 10px;


}
.skill-vs-left-btn{
	width: 1.5rem;
	height: .6rem;
	background: #0099FF;
	border-radius: 8px;
	margin:.1rem auto;
	text-align: center;
}
.skill-vs-left-btn a{
	font-size: .16rem;
	color: white;
	line-height: .6rem;
}

/*对比 end*/

/*引领*/
.skill-yl{
	width: 7.1rem;
	height: 4rem;
	background: white;
	border-radius: 10px;
	margin:0 auto;
	text-align: center;
}
.skill-yl h2{
	font-size: .16rem;
	line-height: .7rem;
}
.skill-yl p{
	font-size: .14rem;
	text-align: left;
	text-indent: .4rem;
}
.skill-yl-box{
	width: 6.8rem;
	height: 2rem;
	background: red;
	margin:.16rem auto;
	display: flex;
	justify-content: space-between;
}
.skill-yl-box-one{
	width: 2.2rem;
	height: 100%;
	background: #ccc;
}

/*引领 end'*/

/*接轨欧美*/
.skill-oumei{
	width: 7.1rem;
	height: 4rem;
	background: white;
	margin:.2rem auto;
	border-radius: 10px;
	text-align: center;
}
.skill-oumei h2{
	font-size: .16rem;
	line-height: .7rem;
}
.skill-oumei-box{
	width: 6.8rem;
	height: 3rem;
	/*background: red;*/
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
.skill-oumei-box-left{
	width: 3.8rem;
	height: 100%;
	background: #ccc;
	border-radius: 8px;
}
.skill-oumei-box-right{
	width: 2.9rem;
	height: 100%;
	/*background: yellow;*/
	border-radius: 8px;
	text-align: center;
	border:1px solid black;
}
.skill-oumei-box-right p{
	font-size: .14rem;
	line-height: .5rem;
}

/*接轨欧美 end*/

/*效果呈现*/
.skill-xiaoguo{
	width: 7.1rem;
	height: 5.8rem;
	background: white;
	margin:.2rem auto;
	border-radius: 10px;
	text-align: center;
}
.skill-xiaoguo h2{
	line-height: .7rem;
	font-size: .16rem;
}
.skill-xiaoguo-top{
	width: 6.7rem;
	height: 2rem;
	/*background: red;*/
	margin:.1rem auto;
	display: flex;
	justify-content: space-between;
}
.skill-xiaoguo-top-left{
	width: 3.3rem;
	height: 100%;
	background: #ccc;
}
.skill-xiaoguo-btn{
	width: 2rem;
	height: .6rem;
	background: #0099FF;
	border-radius: 8px;
	margin:.1rem auto;
	text-align: center;
}
.skill-xiaoguo-btn a{
	font-size: .16rem;
	color: white;
	line-height: .6rem;
}

/*效果呈现 end*/
.bottom{
	height: 50px;
}

/*下拉框*/
.xia_la{
	display: none;
}

/*第二个导航*/
.daohang-two{
	width: 100%;
	height: .6rem;
	background: #fff;
	overflow-x: scroll;
	display: flex;
	flex-wrap:nowrap;
	margin-bottom: .2rem;
}
.top{
	height: 40px;
}
.daohang-two-son{
	line-height: .6rem;
	float: left;
	margin: 0 5px;
	flex: 0 0 auto;
}
.daohang-two-son a{
	color: #BBBBBB;
	font-size: .25rem;
}
.grooms{
	display: block;
	width: 100%;
}
.groom-tous{
	width: 100%;
	padding: 10px;
	overflow: hidden;
	position: relative;
}
.grooms .case-wenzi-s,.grooms .case-wenzi{
	/*width: 2.2rem;*/
	width: 90%;
}

/*第二个导航 end*/

/*案例详情*/


/*banner 展示*/
.detail-banner{
	width: 7.1rem;
	height: 2rem;
	background: white;
	border-radius: 10px;
	margin: .2rem auto;
}
/*banner 展示 end*/

/*脱发类型*/
.detail-type{
	width: 7.1rem;
	height: auto;
	background:white;

	margin:0 auto;
	border-radius: 10px;
	padding-bottom:10px;
}
.detail-type-top{
	width: 6.9rem;
	height: 2.5rem;
	/*background: red;*/
	margin:0 auto;
	position: relative;
	top: .2rem;
}
.detail-type-top-left{
	width: 50%;
	height: 100%;
	background: #ccc;
	border-radius: 8px;
	float: left;
}
.detail-type-top-right{
	width: 48%;
	height: 100%;
	/*background: pink;*/
	float: right;
}
.detail-type-top-right-son{
	width: 80%;
	height: .5rem;
	background: #f4f4f4;
	border-radius: 8px;
	margin: .1rem auto;
	text-align: center;
}
.detail-type-top-right-son h2{
	font-size: .24rem;
	line-height: .5rem;
}
.detail-type-botm{
	width: 6.9rem;
	/*height: 1.2rem;*/
	border:1px solid black;
	margin:.4rem auto;
	border-radius: 8px;
}
.detail-type-botm p{
	text-indent: .4rem;
	line-height: .48rem;
	font-size: .24rem;
	padding:10px;
}

/*脱发类型 end*/
/*案例类型*/
.detail-anli{
	width: 7.1rem;
	height: 4rem;
	background: white;
	margin: .2rem auto;
	/*border-radius: 10px;*/
}

/*案例类型 end*/

/*纳米微针*/
.detail-nami{
	width: 7.1rem;
	height: auto;
	background: white;
	border-radius: 10px;
	margin:.2rem auto;
}
.detail-nami-top{
	width: 6.9rem;
	height: 2.5rem;
	/*background: red;*/
	margin:.2rem auto;
}
.detail-nami-top-left{
	width: 50%;
	height: 100%;
	background: #ccc;
	float: left;
}
.detail-nami-top-right{
	width: 48%;
	height: 100%;
	border:1px solid black;
	float: right;
	text-align: center;
}
.detail-nami-top-right h2{
	font-size: .18rem;
	font-weight: bold;
	line-height: .5rem;
}
.detail-nami-top-right p{
	font-size: .24rem;
	line-height: .4rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.detail-nami-top-right a{
	font-size: .24rem;
	line-height: .3rem;
}
.detail-nami-botm{
	width: 6.9rem;
	height: 1.5rem;
	/*background: red;*/
	margin:.2rem auto;
}
.detail-nami-botm-son{
	width: 23%;
	height: .5rem;
	background: #f4f4f4;
	float: left;
	margin:.069rem;
	text-align: center;
	border-radius: 8px;

}
.detail-nami-botm-son a{
	font-size: .24rem;
	color: black;
	line-height: .5rem;
}

/*纳米微针 end*/
/*科学流程*/

/*科学流程 end*/

/*签约保障*/
.detail-qianyue{
	width: 7.1rem;
	height: auto;
	background: white;
	margin:.2rem auto;
	border-radius: 10px;

}

/*签约保障 end*/

/*专家在线*/
.detail-line{
	width: 7.1rem;
	height: 4rem;
	background: white;
	border-radius: 10px;
	margin: .2rem auto;
}
.detail-box{
	width: 6.9rem;
	height: 2.5rem;
	/*background: red;*/
	margin:0 auto;
}
.detail-wen{
	width: 100%;
	height: .5rem;
	/*background: pink;*/
	margin-bottom: 10px;

}
.detail-wen-left{
	width: 60%;
	height: 100%;
	float: left;
	white-space: nowrap;
}
.detail-wen-left p{
	font-size: .24rem;
	display: inline-block;
}
.detail-wen-left a{
	font-size: .24rem;
	color: black;
	line-height: .5rem;
	white-space: nowrap;
}
.detail-wen-left h2{
	color: red;
	font-weight: bold;
	font-size: .3rem;
	display: inline-block;
}
.detail-wen-right{
	width: 20%;
	height: 100%;
	border-radius: 8px;
	background: #62a2ff;
	float: right;
	text-align: center;
}
.detail-wen-right a{
	font-size: .24rem;
	color: black;
	line-height: .5rem;
}

/*专家在线 end*/

/*热门文章*/
.detail-article{
	width: 7.1rem;
	height: auto;
	background: white;
	border-radius: 10px;
	margin:.2rem auto;
	padding-bottom: 10px;
}
.detail-article-one{
	width: 6.9rem;
	height: 1.5rem;
	background: red;
	margin:0 auto;
}

/*热门文章 end*/

/*微针植发 技术升级*/
.skill-update{
	width: 100%;
	height: auto;
	background: white;
	/*border-radius: 10px;*/
	margin: .4rem auto;
	padding-bottom: 20px;
}
.skill-update-one{
	width: 90%;
	height: 3.15rem;
	/*background:red;*/
	margin:.1rem auto; 
	display: flex;
	justify-content: space-between;
}
.skill-update-left{
	width: 47%;
	height: 3.15rem;
	background: url(../images/skill-1.png) no-repeat;
	background-size: 100%;
	float: left;
	border-radius: 8px;
	overflow: hidden;
}
.skill-update-s{
	width: auto;
	height: .5rem;
	text-align: center;
	/*background: blue;*/
	position: relative;
	top: 1.5rem;
}
.skill-update-s h2{
	font-size: .24rem;
	color: #fff;
	line-height: .5rem;
}
.skill-update-x{
	width: auto;
	height: 1rem;
	/*background: blue;*/
	position: relative;
	top: 1.4rem;
	padding:.05rem .13rem;
}
.skill-update-x p{
	font-size: .22rem;
	color: #fff;
}


/*微针植发 技术升级 end*/
/*技术升级下 banner*/

.skill-quanxin{
	width: 100%;
	height: 3.07rem;
	/*background: red;*/
	background: url(../images/skill-banner.png);
	background-size: 100%;
}
.skill-quanxin-s{
	width: 3.07rem;
	height: .5rem;
	/*background: red;*/
	position: relative;
	left: 2.8rem;
	top: .3rem;
}
.skill-quanxin-s h2{
	font-size: .3rem;
	color: #fff;
	line-height: .5rem;
}
.skill-quanxin-x{
	width: 3.7rem;
	height: auto;
	/*background: red;*/
	position: relative;
	left: 2.8rem;
	top: .3rem;
}
.skill-quanxin-x p{
	font-size: .26rem;
	color: #fff;
	line-height: .35rem;

}



/*技术升级下banner end*/

/*全新技术·量发定制*/

.skill-dinzhi{
	width: 100%;
	height: auto;
	background: white;
	margin: .2rem auto;
	/*border-radius: 10px;*/
	padding-bottom: 10px;
}
.skill-dinzhi-one{
	width: 90%;
	height: 3.6rem;
	/*background: red;*/
	margin:.4rem auto;
	display: flex;
	justify-content: space-between;
}
.skill-dinzhi-left{
	width: 45%;
	height: 3.6rem;
	/*background: yellow;*/
	float: left;
}
.skill-dinzhi-yuan{
	width: 1.8rem;
	height: 1.8rem;
	background: #85BCFF;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 2;
	right: .3rem;
}
.skill-dinzhi-yuan-s{
	width: 1.5rem;
	height: 1rem;
	/*background: red;*/
	margin:0 auto;
	position: relative;
	top: .4rem;
}
.skill-dinzhi-yuan-s h2{
	font-size: .28rem;
	color: #fff;
}
.skill-dinzhi-yuan-s p{
	font-size: .24rem;
	color: #fff;
	line-height: .6rem;
}
.skill-dinzhi-box{
	width: 2.77rem;
	height: 2.77rem;
	/*background: pink;*/
	float: right;
	position: relative;
	bottom: .97rem;
	border:1px solid #86BDFF;
	box-sizing: border-box;
}
.skill-dinzhi-wen{
	width: 2.6rem;
	height: 1.6rem;
	/*background: red;*/
	position: relative;
	top: .95rem;
	float: right;
}
.skill-dinzhi-wen p{
	font-size: .24rem;
	color: #666;
	text-indent: .6rem;
	line-height: .35rem;
}
.skill-dinzhi-wen a{
	font-size: .24rem;
	color: #57A3FF;
	line-height: .2rem;
	float: right;
	padding:0 3px;
}


















/*全新技术 量发定制 end*/















/*首页遮罩*/
.display{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0);
	z-index: 34;
	display: none;
}
#slider1{
	width: 96%;
	margin: 0 auto;
	float: none;
	padding-top: 10px;
}



/*banner 遮罩*/
.case-img-lan{
	width: 30px;
	height: 30px;
	background: #639BFB;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	color: #fff;
	line-height: 30px;
}







/*项目类型 2.0*/

/*banner*/
.project-banner{
	width: 95%;
	/* height: 2.5rem; */
	/*background: red;*/
	margin:.1rem auto;
	border-radius: 8px;
}
.project-banner img{
	width: 100%;
}

.project-daohang{
	width: 100%;
	height: .6rem;
	/*background:red;*/
	margin: 0 0 0.3rem 0;
	text-align: center;
}
.project-daohang h2{
	font-size: .3rem;
	color: #666;
	line-height: .6rem;
}
.project-daohang-line{
	width: 100%;
	height: 1px;
	background:#ccc;
	position: relative;
	bottom: .2rem;
}
.daohang-line-lan{
	width: .3rem;
	height: 3px;
	background:#6FC1F9;
	margin:0 auto;
	position: relative;
	bottom: .015rem
}
.project-content{
	width: 95%;
	height: 3.8rem;
	margin: 0 auto;
	/*background: red;*/
	border-bottom: 1px dashed #bbb;
}
.project-content-one{
	width: 100%;
	height: 45%;
	/*background:yellow;*/
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.project-content-one-left{
	width: 2.2rem;
	height: 1.3rem;
	background:pink;
	background: url(../images/project-c1.png);
	background-size: 100%;
	float: left;
	border-radius: 8px;
	text-align: center;
}
.project-content-one-left h2{
	line-height: 1.3rem;
	color: #fff;
	font-weight: 400;
	font-size: .3rem;
}

.project-content-one-left h2 a{
	line-height: 1.3rem;
	color: #fff;
	font-weight: 400;
	font-size: .3rem;
}
.project-content-one-right{
	width: 4.4rem;
	height: auto;
	/*background: orange;*/
	float: right;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	position: relative;
	bottom: .1rem;
}
.project-content-rightson{
	width: 28%;
	height: .5rem;
	background: #9AC5FF;
	border-radius: 8px;
	text-align: center;
	float: left;
	margin-top: .2rem;
}
.project-content-rightson h2{
	font-size:.24rem;
	font-weight: 400;
	line-height: .5rem;
	color: #fff;
}

.project-content-rightson h2 a{
	font-size:.24rem;
	font-weight: 400;
	line-height: .5rem;
	color: #fff;
}
.project-content-rightson1{
	width: 28%;
	height: .5rem;
	border:1px solid #9AC5FF;
	border-radius: 8px;
	text-align: center;
	float: left;
	margin-top: .2rem;
}
.project-content-rightson1 h2 a{
	font-size:.24rem;
	font-weight: 400;
	line-height: .5rem;
	color: #000;
}

 a{
	font-size:.24rem;
	font-weight: 400;
	/* line-height: 0.5rem; */
	/*color: #7AC9FF;*/
}

.project-four{
	width: 98%;
	height: 1.6rem;
	/*background:red;*/
	margin:.2rem auto;
	display: flex;
	justify-content: space-around;
}
.project-four1{
	width: 1.46rem;
	height: 1.46rem;
	background:url(../images/fjxg.png);
	background-size: 100%;
	border-radius: 6px;
	text-align: center;
}
.project-four1 h2{
	font-size: .26rem;
	line-height: 1.75rem;
	color: #fff;
	font-weight: 400;
}

.project-four1 h2 a{
	font-size: .26rem;
	line-height: 1.75rem;
	color: #fff;
	font-weight: 400;
}
.project-two{
	width: 100%;
	height: .8rem;
	/*background:red;*/
	margin:.2rem auto;
}
.project-two-left{
	width: 50%;
	height: 100%;
	background:url(../images/project-twol.png);
	background-size: 100%;
	text-align: center;
	float: left;
}
.project-two-left h2{
	font-size: .26rem;
	color: #fff;
	line-height: .8rem;
	font-weight: 400;
	position: relative;
	left: .4rem;
}
.project-two-right{
	width: 50%;
	height: 100%;
	background:url(../images/project-twor.png);
	background-size: 100%;
	text-align: center;
	float: right;
}
.project-two-right h2{
	font-size: .26rem;
	color: #fff;
	line-height: .8rem;
	font-weight: 400;
	position: relative;
	right: .4rem;
}


/*项目导航 end*/

/*走进科发源*/
.project-zoujin{
	width: 100%;
	height: 6rem;
	/*background:red;*/
	margin:.2rem auto;
}
.project-zoujin-zhen{
	width: 1.2rem;
	height: 100%;
	/*background:yellow;*/
	float: left;
	position: relative;
	left: .2rem;
	z-index: 1;
}
.project-zoujin-zhen img{
	width: 100%;
}
.project-zoujin-wen{
	width: 80%;
	height: auto;
	background:#62a2ff;
	float: right;
	position: relative;
	top: .8rem;
	right: .25rem;
	/*text-align: center;*/
}
.project-zoujin-wen p{
	font-size: .24rem;
	color: #fff;
	padding: 5px 10px;
	line-height: .4rem;
	text-indent: .4rem;

}
.project-zoujin-botm{
	width: 80%;
	height: 2.2rem;
	/*background:yellow;*/
	position: relative;
	float: left;
	top: .8rem;
	right: 1.15rem;
	border-right: 1px solid #E5F1FF;
	border-bottom: 1px solid #E5F1FF;
	overflow: hidden;
}
.project-zoujin-botm h2{
	position: relative;
	left: 1.8rem;
	font-size: .26rem;
	color: #7DBBFF;
	top: .3rem;
	font-weight: 400;

}
.project-zoujin-shoushu{
	width: 100%;
	height: 3.48rem;
	background:red;
	margin:.2rem auto;
	background: url(../images/shoushu1.png);
	background-size: 100%;
}
.project-zoujin-shoushu-zhe{
	width: 100%;
	height: 100%;
	background:#000;
	opacity: .3;
}
.project-zoujin-shoushu-sss{
	width: 3.03rem;
	height: .5rem;
	/*background:red;*/
	position: relative;
	bottom: 2.8rem;
	display: flex;
	align-items: center;
}
.project-zoujin-shoushu-left{
	width: 1.46rem;
	height: 1px;
	background: #E7F5FF;
}
.project-zoujin-shoushu-right{
	width: 1.57rem;
	height: 100%;
	background:url(../images/zoujin2.png);
	background-size: 100%;
	float: right;
	text-align: center;
}
.project-zoujin-shoushu-right h2{
	font-size: .24rem;
	color: #fff;
	line-height: .5rem;
	font-weight: 400;
}
.project-zoujin-shoushu-sss1{
	width: 3.03rem;
	height: .5rem;
	/*background:red;*/
	position: relative;
	bottom: 2.8rem;
	float: right;
	display: flex;
	align-items: center;
}

/*走进科发源 end*/

/*专家团队*/
.project-doctor{
	width: 100%;
	display: block;
	height: 4.6rem;
	background: url(../images/project-doctor.png);
	background-size: 100%;
}
.project-doctor-yishi{
	width: 100%;
	height: 2.5rem;
	position: relative;
	bottom: 2rem;
	/*background: red;*/
}
.project-doctor-yishi1{
	width: 3.64rem;
	height: 1.36rem;
	background: #9BCBFF;
	margin:0 auto;
	border-radius: 10px;
	position: relative;
	top: .3rem;
	text-align: center;
	z-index: 2;
}
.project-doctor-yishi1 h2{
	font-size: .4rem;
	color: #fff;
	font-weight: 400;
	line-height: .8rem
}
.project-doctor-yishi1 p{
	font-size: .28rem;
	color: #fff;
	font-weight: 400;
}
.project-doctor-yishi-line{
	width: 100%;
	height: 1px;
	background: #D5E9FF;
	position: relative;
	bottom: .4rem;
}
.project-doctor-three{
	width: 100%;
	height: auto;
	/*background: red;*/
	position: relative;
	bottom: 2rem;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-around;
}
.project-doctor-three1{
	width: 1.6rem;
	height: 100%;
	/*background:yellow;*/
}
.project-doctor-tou{
	width: 1.6rem;
	height: 1.6rem;
	/*background: pink;*/
	border-radius: 50%;
	overflow: hidden;
}
.project-doctor-tou img{
	width: 100%;
}
.project-doctor-name{
	width: 100%;
	height: .5rem;
	/*background: pink;*/
	text-align: center;
}
.project-doctor-name h2{
	font-size: .26rem;
	color: #000;
	line-height: .5rem;
}
.project-doctor-yuan{
	width: 1rem;
	/* height: .32rem; */
	border:1px solid #62a2ff;
	border-radius: 8px;
	text-align: center;
	margin:0 auto;
}
.project-doctor-yuan h2{
	color: #62a2ff;
	line-height: .32rem;
	font-size: .24rem;
}

/*下拉框2.0*/
#header{background-color: #ffffff;text-align: center;height: 46px;line-height: 0.44rem;color: #fff;position: fixed;width: 100%;z-index: 9;max-width: 640px;border-bottom: 1px s;}
#header span.right{width: 0.7rem;height: 100%;position: absolute;left: 0;top: 0;background: url("../images/menu3.png") no-repeat center center;background-size: 58%;
transform:rotate(0deg);
-ms-transform:rotate(0deg);     /* IE 9 */
-moz-transform:rotate(0deg);    /* Firefox */
-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
-o-transform:rotate(0deg);
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
#header span.right.on{background: url("../images/btn.png") no-repeat center center;background-size: 55%;
transform:rotate(135deg);
-ms-transform:rotate(135deg);     /* IE 9 */
-moz-transform:rotate(135deg);    /* Firefox */
-webkit-transform:rotate(135deg); /* Safari 和 Chrome */
-o-transform:rotate(135deg);
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;}
#header h1{font-size: 0.16rem;font-weight: normal;}
#header span.left{position:absolute;left:0;top:0;display: block;width: 0.44rem;height: 0.44rem;font-size: 0.14rem;padding-left:0.08rem;}

.menu{
  overflow: hidden;
  background-color: #4c73b6;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0.44rem;
  right: 0;
  a
  z-index: 9999;
  height:0;
  max-width: 640px;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 99;
  }
.menu li{width: 100%;border-bottom: 0.01rem solid #7896c8;font-size: 0.24rem;line-height: 0.7rem;}
.menu li a{color: #fff;padding-left: .2rem;text-decoration:none;font-size: .24rem;line-height: 0.7rem;}
.menu-xiala-imgs:hover{
  background: #6184be;
}
/*下拉框颜色*/
.xia_la{
  display: none;
  background: rgb(61, 77, 121);
}

/*权威专家*/
.quanwei{
	width: 100%;
	height: auto;
	background: white;
	margin: 0 auto;
	/*border-radius: 10px;*/

}
.quanwei-doctor{
	width: 90%;
	height: auto;
	/*background: red;*/
	margin: 0 auto;
}
.quanwei-doctor img{
	width: 100%;
}
.quanwei-list{
	width: 95%;
	height: 3rem;
	/*background: pink;*/
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.quanwei-list-one{
	width: 32.5%;
	height: 3rem;
	background:url(../images/quanwei-lxd.png) no-repeat;
	background-size: 100%;
	float: left;
	position: relative;
}

.quanwei-list-one-name{
	width: .88rem;
	height: .61rem;
	/*background: yellow;*/
	position: absolute;
	top: .15rem;
	left: .15rem;
}
.quanwei-list-one-name h2{
	font-size: .24rem;
	color: #666666;
}
.quanwei-list-one-name p{
	font-size: .22rem;
	color: #666666;
	line-height: .4rem;
}
.quanwei-list-one-lan{
	width: 1.5rem;
	height: .32rem;
	background: url(../images/quanwei-lan.png) no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: .28rem;
	text-align: center;
}
.quanwei-list-one-lan p{
	font-size: .2rem;
	color: #fff;
	line-height: .32rem;
}

.quanwei-more{
	width: 30%;
	height: .5rem;
	/*background: red;*/
	margin-top: .2rem;
	margin-left: 4.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.quanwei-more a{
	font-size: .2rem;
	color: #666666;
	line-height: .5rem;
}







/*权威专家 end*/



