/**
 * cycares
 */
body,html{
	max-width: 750px;
	margin: 0 auto;
	background: #eee;
	position: relative;
	height: 100%;
	width: 100%;
}
.page_box{
	width: 100%;
    max-width: 750px;
    position: relative;
    transition: all 0.25s;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: #eee;
}
.page_menu{
	width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
}
.page_menuBox{
	width: 90%;
	padding: 0 5%;
	display: inline-block;
	float: left;
	text-align: center;
}
.page_menuUserImg01{
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	margin-top: 3rem;
}
.page_menuUserAccount{
	width: 100%;
	clear: both;
	height: 2rem;
	line-height: 2rem;
	color: #313131;
}
.page_menuUserAccount span{
	display: none;
}
.page_menuUserControl{
	width: 100%;
	clear: both;
	color: #313131;	
	margin-top: 0.4rem;
	padding-bottom: 1.6rem;
	border-bottom: 1px solid #eee;
}
.page_menuUserControl a{
	display: inline-block;
	height: 2.1rem;
	line-height: 2.1rem;
	color: #5db4e8;
	font-size: 1rem;
	padding: 0 1rem;
	border-radius: 1.1rem;
	border: 1px solid #5db4e8;
	margin: 0 0.4rem;
}
.page_menuList{
	width: 100%;
	text-align: left;
}
.page_menuList li{
	line-height: 3.8rem;
	font-size: 1.3rem;
	border-bottom: 1px solid #eee;
	width: 100%;
	display: inline-block;
}
.page_menuListItem{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-indent: 2.8rem
}
.page_menuList li:nth-child(1) .page_menuListItem:after{
	content: "";
	background: url(../image/mgohome.png) no-repeat;
	width: 1.3rem;
	height: 1.3rem;
	background-size: 1.3rem 1.3rem;
	position: absolute;
	top: 1.2rem;
	left: 0.4rem;
}
.page_menuList li:nth-child(2) .page_menuListItem:after{
	content: "";
	background: url(../image/mindex23.png) no-repeat;
	width: 1.3rem;
	height: 1.3rem;
	background-size: 1.3rem 1.3rem;
	position: absolute;
	top: 1.2rem;
	left: 0.4rem;
}
.page_menuList li:nth-child(3) .page_menuListItem:after{
	content: "";
	background: url(../image/mindex24.png) no-repeat;
	width: 1.3rem;
	height: 1.3rem;
	background-size: 1.3rem 1.3rem;
	position: absolute;
	top: 1.2rem;
	left: 0.4rem;
}
.page_menuList li:nth-child(4) .page_menuListItem:after{
	content: "";
	background: url(../image/mindex25.png) no-repeat;
	width: 1.3rem;
	height: 1.4rem;
	background-size: 1.3rem 1.4rem;
	position: absolute;
	top: 1.2rem;
	left: 0.4rem;
}
.page_menuList li:nth-child(5) .page_menuListItem:after{
	content: "";
	background: url(../image/mindex26.png) no-repeat;
	width: 1.3rem;
	height: 1.3rem;
	background-size: 1.3rem 1.3rem;
	position: absolute;
	top: 1.2rem;
	left: 0.4rem;
}
.page_menuList li:nth-child(6) .page_menuListItem:after{
	content: "";
	background: url(../image/mindex27.png) no-repeat;
	width: 1.3rem;
	height: 1.3rem;
	background-size: 1.3rem 1.3rem;
	position: absolute;
	top: 1.2rem;
	left: 0.4rem;
}
.page_menuList li:nth-child(7) .page_menuListItem:after{
	content: "";
	background: url(../image/mindex28.png) no-repeat;
	width: 1.3rem;
	height: 1.3rem;
	background-size: 1.3rem 1rem;
	position: absolute;
	top: 1.35rem;
	left: 0.4rem;
}
.page_menuListItem:before{
	content: "";
	position: absolute;
	right: 0;
	top: 1.4rem;
	background: url(../image/mindex29.png) no-repeat;
	background-size: 0.5rem 0.9rem;
	width: 0.5rem;
	height: 0.9rem;
}
.page_menuListTab{
	width: 100%;
	display: inline-block;
	float: left;
	border-top: 1px solid #eee;
	padding: 0.5rem 0;
	display: none;
}
.page_menuListTab a{
	display: block;
	float: left;
	font-size: 1rem;
	color: #7d7d7d;
	line-height: 2rem;
	width: 100%;
	height: 2rem;
	text-indent: 2.8rem;
}
.page_consult{
	width: 3.6rem;
	height: 3.6rem;
	display: block;
	position: fixed;
	bottom: 10rem;
	right: 4%;
	z-index: 999;
}
.page_consult img{
	width: 100%;
	height: 100%;
}
.page_call{
	width: 3.6rem;
	height: 3.6rem;
	display: block;
	position: fixed;
	bottom: 14rem;
	right: 4%;
	z-index: 999;
	animation:call 3s infinite linear;
	-webkit-animation:call 3s infinite linear;
}
@-webkit-keyframes call{
	0% {
		-webkit-transform: rotate(0deg);
	}
	75% {
		-webkit-transform: rotate(0deg);
	}
	80% {
		-webkit-transform: rotate(-10deg);
	}
	85% {
		-webkit-transform: rotate(10deg);
	}
	90% {
		-webkit-transform: rotate(-10deg);
	}
	95% {
		-webkit-transform: rotate(10deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}
.page_call img{
	width: 100%;
	height: 100%;
}
.page_goTop{
	width: 3.6rem;
	height: 3.6rem;
	display: block;
	position: fixed;
	bottom: 13rem;
	right: 4%;	
	z-index: 999;
	display: none;
}
.page_goTop img{
	width: 100%;
	height: 100%;
}


/*----------------*/
.page_slideFixed{
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}
.head{
	width: 92%;
	height: 4.5rem;
	line-height: 4.5rem;
	padding: 0 4%;
	background: #fff;
}
.head_logo{
	height: 2.5rem;
	float: left;
	margin-top: 1rem;
	width: auto;
}
.head_menu{
	height: 1.2rem;
	float: right;
	margin-top: 1.65rem;
	width: auto;
}
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner img{
	width: 100%;
	height: auto;
}
.banner .swiper-pagination-bullet{
	opacity: 1;
	background: #fff;
	margin: 0 3px !important;
}
.banner .swiper-pagination-bullet-active{
	background: #5db4e8;
}
.item01{
	display: inline-block;
	float: left;
	width: 92%;
	padding: 0 4%;
	padding-top: 1.5rem;
	background: #fff;
	margin-top: -4px;
}
.item01 ul{
	width: 100%;
}
.item01 ul li{
	width: 25%;
	float: left;
	text-align: center;
}
.item01 ul li img{
	width: 3.3rem;
	height: 3.3rem;
}
.item01 ul li p{
	font-size: 1.2rem;
	line-height: 2.4rem;
	margin-bottom: 0.6rem;
}
.item02{
	width: 100%;
	display: inline-block;
	float: left;
	background: #fff;
	margin-top: 0.8rem;
	padding-bottom: 1.4rem;
}
.itemTitle{
	width: 92%;
	padding: 0 4%;
	height: 5.3rem;
	line-height: 5.3rem;
	position: relative;
}
.itemTitle:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 4%;
	width: 92%;
	height: 1px;
	background: #eeeeee;
}
.itemTitle:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 4%;
	width: 20%;
	height: 3px;
	background: #5db4e8;
	z-index: 1;
}
.itemTitle_left{
	float: left;
	width: 76%;
}
.itemTitle a{
	font-size: 1rem;
	line-height: 6.8rem;
	float: right;
	height: 5rem;
	overflow: hidden;
}
.itemTitle_left h3{
	font-size: 1.5rem;
	line-height: 1.8rem;
	margin-top: 1.8rem;
	font-weight: bold;
}
.itemTitle_left p{
	font-size: 0.9rem;
	line-height: 1.2rem;
	font-weight: bold;
}
.item02_list{
	width: 100%;
}
.item02_list li{
	width: 92%;
	display: inline-block;
	float: left;
	padding: 1.3rem 0;
	margin-left: 4%;
	border-bottom: 1px dashed #eee;
}
.list03 li{
	padding: 1.8rem 0;
	border-bottom: 1px solid #eee;
}
.item02_img{
	width: 9rem;
	height: 5rem;
	overflow: hidden;
	float: left;
}
.item02_img img{
	width: 100%;
	height: auto;
	min-height: 5.8rem;
}
.item02_main{
	float: right;
	width: 62%;
}
.item02_content{
	font-size: 1.2rem;
	line-height: 1.5rem;
	height: 3rem;
	overflow: hidden;
	margin-bottom: 1rem;
	width: 100%;
}
.item02_tip{
	font-size: 0.9rem;
	color: #a0a0a0;
	line-height: 1rem;
	height: 1rem;
	width: 100%;
	clear: both;
}
.item02_from{
    float: left;
    display: inline-block;
    width: 10rem;
    overflow: hidden;
    height: 1rem;
}
.item02_time{
	float: right;
}
.item03{
	width: 100%;
	float: left;
	display: inline-block;
	background: url(../image/mindex13.jpg) no-repeat;
	background-size: 100% 10rem;
	height: 10rem;
	text-align: center;
}
.item03 a{
	background: #a0c449;
	font-size: 1rem;
	line-height: 1.6rem;
	height: 1.6rem;
	overflow: hidden;
	border-radius: 4px;
	color: #fff;
	padding: 0.1rem 0.4rem;
	display: inline-block;
	margin-top: 6.4rem;
}
.item04{
	background:#fff;
	display: inline-block;
	float: left;
	width: 100%;
	padding-bottom: 1.5rem;
	margin-bottom: 0.8rem;
}
.item04_list{
	width: 100%;
	display: inline-block;
	float: left;
	/* height: 14rem; */
	overflow: hidden;
	transition: 0.6s;
	-webkit-transition: 0.6s;
	margin-top: 0.7rem;
}
.item04_listAuto{
	height: auto;
}
.item04_list li{
	box-sizing:border-box;
	border: 1px solid #eee;
	width: 49%;
	float: left;
	margin-top: 0.8rem;
	position: relative;
}
/*.item04_list li.item_listStar:after{
	content: "明星产品";
    position: absolute;
    top: 0;
    right: 1rem;
    width: 4.4rem;
    height: 1.8rem;
    font-size: 0.9rem;
    color: rgb(255, 255, 255);
    text-align: center;
    background: url(../images/mindex15.png) no-repeat;
    background-size: 100% 1.8rem;
    line-height: 1.4rem;
}
.item04_list li.item_listLimit:after{
	content: "限时抢";
    position: absolute;
    top: 0;
    right: 1rem;
    padding: 0 0.6rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.9rem;
    color: rgb(255, 255, 255);
    text-align: center;
    background: rgb(211, 62, 99);
}*/
.item04_list li:nth-child(2n){
	float: right;
}
.item04_img{
	width: 100%;
	height: 8.4rem;
	overflow: hidden;
	position: relative;
}
.item04_list li .item04_img p{
	height: 2.3rem;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
	margin: 0;
	line-height: 2.3rem;
	color: #fff;
	font-size: 1.5rem;
}
.item04_list li .item04_img p i{
	font-size: 1rem;
}
.item04_img img{
	width: 100%;
	height: auto;
	min-height: 8.4rem;
}
.item04_list li p{
	height: 3rem;
	margin: 0.5rem 0;
	padding: 0 8%;
	font-size: 1rem;
	line-height: 1.5rem;
	overflow: hidden;
}
.item04_spread{
	width: 100%;
	height: 4rem;
	display: inline-block;
	float: left;
	display: none;
}
.item04_spread span{
	width: 5.6rem;
	height: 1.6rem;
	margin: 0 auto;
	margin-top: 1.8rem;
	font-size: 1rem;
	text-align: center;
	display: block;
	border: 1px solid #5db4e8;
	line-height: 1.6rem;
	color: #5db4e8;
	border-radius: 4px;
}
.item04_spread span a{
	color: #5db4e8;
}
.item05 .item04_list{
	height: auto;
}
.item05 .item04_spread a{
	width: 5.6rem;
	height: 1.6rem;
	margin: 0 auto;
	margin-top: 1.8rem;
	font-size: 1rem;
	text-align: center;
	display: block;
	border: 1px solid #5db4e8;
	line-height: 1.6rem;
	color: #5db4e8;
	border-radius: 4px;
}
.item06 .item04_list li{
	width: 45%;
	margin-left: 4%;
}
.item06 .item04_list li:nth-child(2n){
	margin-left: auto;
	margin-right: 4%;
}
.item05 .item04_list li{
	width: 45%;
	margin-left: 4%;
}
.item05 .item04_list li:nth-child(2n){
	margin-left: auto;
	margin-right: 4%;
}
.item04 .item04_img i.item_listCityTip{
	position: absolute;
	top: 0;
	right: 0;
	background: #5db4e8;
	color: #fff;
	font-size: 0.8rem;
	height: 1.5rem;
	line-height: 1.6rem;
	padding: 0 0.6rem;
}
.item07{
	width: 100%;
	float: left;
	display: inline-block;
	padding-bottom: 1.5rem;
}
.item07 .item04_spread{
	display: block;
}
.item07 .item04_spread a {
    width: 5.6rem;
    height: 1.6rem;
    margin: 0 auto;
    margin-top: 1.8rem;
    font-size: 1rem;
    text-align: center;
    display: block;
    border: 1px solid #5db4e8;
    line-height: 1.6rem;
    color: #5db4e8;
    border-radius: 4px;
}
.item07_list{
	width: 100%;
	float: left;
	display: inline-block;
}
.item07_list li{
	float: left;
	width: 45%;
	margin-left: 4%;
	text-align: center;
	background: #fff;
	position: relative;
	margin-top: 4rem;
	height: 12rem;
}
.item07_list li:nth-child(2n){
	float: right;
	width: 45%;
	margin-left: 0;
	margin-right: 4%;
}
.item07_list li img{
	width: 4.6rem;
	height: 4.6rem;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: -2.3rem;
	left: 50%;
	margin-left: -2.3rem;
}
.item07_list li h5{
	margin-top: 2.3rem;
	line-height: 3.2rem;
	height: 3.2rem;
	font-size: 1.3rem;
	overflow: hidden;
	width: 92%;
	margin-left: 4%;
	border-bottom: 1px dashed #eee;
}
.item07_p01{
	width: 42%;
	float: left;
	margin-left: 4%;
	text-align: left;
	margin-top: 0.8rem;
}
.item07_p02{
	margin-top: 0.8rem;
	float: left;
	clear: both;
	width: 92%;
	margin-left: 4%;
	text-align: left;
}
.item07_list li p{
	font-size: 1rem;
}
.item07_list li p span{
	font-weight: bold;
	padding-right: 0.4rem;
	margin-right: 0.5rem;
	position: relative;
	line-height: 1.2rem;
	display: inline-block;
}
.item07_list li p span:after{
	content: "";
	position: absolute;
	top: 0.1rem;
	width: 2px;
	height: 0.9rem;
	right: 0;
	background: #a0c449
}
.item08 img{
	width: 100%;
	height: auto;
	margin-top: 0.6rem;
}
.item09_box{
	width: 96%;
	margin-left: 4%;
	margin-top: 2.2rem;
	margin-bottom: 1.2rem;
}
.item09_box .swiper-slide img{
	width: 80%;
	height: auto;
	float: left;
	height: 5.6rem;
}
.item09_box .swiper-slide:after{
	content: "";
	position: absolute;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #dce9bc;
	top: 2.55rem;
	right: 10%;
	margin-right: -0.25rem;
}
.item09_box .swiper-slide:last-child:after{
	width: 0;
	height: 0;
	background: transparent;
}
.item09{
	margin-bottom: 0;
}
.foot{
	width: 92%;
	padding-top: 2.3rem;
	padding-bottom: 1.5rem;
	background: #5db4e8;
	display: inline-block;
	float: left;
	padding-left:4%;
	padding-right:4%;
}
.foot_prt01Left{
	float: left;
	width: 10rem;
}
.foot_prt01Left img{
	width: 10rem;
	height: auto;
}
.foot_prt01Left p{
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
}
.foot_prt01Left p span{
	position: relative;
}
.foot_prt01Left p span:before{
	content: "";
	position: absolute;
	top: 0.4rem;
	left: -1.2rem;
	height: 1px;
	width: 1rem;
	background: #fff;
}
.foot_prt01Left p span:after{
	content: "";
	position: absolute;
	top: 0.4rem;
	right: -1.2rem;
	height: 1px;
	width: 1rem;
	background: #fff;
}
.foot_part01Right{
	width: 56%;
	float: right;
	color: #fff;
}
.foot_part01Right span{
	font-size: 1.3rem;
	position: relative;
	text-indent: 1.5rem;
	display: inline-block;
}
.foot_part01Right p{
	font-size: 0.9rem;
	line-height: 1.3rem;
}
.foot_part01Right span:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../image/mindex30.png) no-repeat;
	width: 1.3rem;
	height: 1.3rem;
	background-size: 1.3rem 1.3rem;
}
.foot_part01{
	display: inline-block;
	float: left;
	width: 100%;
	padding-bottom: 1.8rem;
	border-bottom: 1px solid #8ecbef;
}
.foot_part02{
	display: inline-block;
	float: left;
	width: 100%;
	color: #fff;
}
.foot_prt02Left{
	float: left;
	width: 10rem;
	text-align: center;
	margin-top: 1.3rem;
}
.foot_prt02Left img{
	width: 7.8rem;
	height: 7.8rem;
}
.foot_prt02Left p{
	font-size: 0.9rem;
	line-height: 1.6rem;
}
.foot_part02Right{
	width: 56%;
	float: right;
	margin-top: 1.3rem;
}
.foot_part02Right p{
	font-size: 0.9rem;
	line-height: 1.4rem;
}
.copyright{
	width: 92%;
	padding: 1rem 4%;
	background: #434343;
	display: inline-block;
	float: left;
	color: #fff;
	font-size: 0.6rem;
	line-height: 1rem;
	text-align: center;
}

/**
 * list
 */
.list01_box{
	width: 92%;
	padding: 0 4%;
	display: inline-block;
	float: left;
	height: 4rem;
	position: relative;
}
.list01_box input{
	width: 100%;
	height: 2.6rem;
	margin-top: 0.7rem;
	float: left;
	line-height: 2.6rem;
	text-align: center;
	border-radius: 1.3rem;
	font-size: 1rem;
}
.list01_box i{
	position: absolute;
	top: 0.7rem;
	right: 4%;
	margin-right: 0.4rem;
	width: 2.6rem;
	height: 2.6rem;
	background: url(../image/list02.png) no-repeat;
	background-size: 1.6rem 1.6rem;
	background-position: center center;
}
.list02_box{
	width: 100%;
	height: 3.5rem;
	line-height: 3.5rem;
	background: #fff;
	display: inline-block;
	float: left;
}
.list02_box select{
	background: #fff;
	font-size: 1rem;
	color: #323232;
	width: 76%;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAMBAMAAAB/4Ov2AAAAJ1BMVEUAAADS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLXXODIAAAADHRSTlMA1xsW3B7g0s4hwSr8BI06AAAAXElEQVQI12NYYcAAAeoLGGSEIUwmmQYGleMQCcWDCgysPsUQYSEgGQKWMDyoACRZc4ASzEBhEAgDShgeAQqDJZqZZZygJk87sREoDAGcOWeAwjCJIwFwNudSMAUAd0UTdZKqFDIAAAAASUVORK5CYII=) no-repeat scroll right center transparent;
    background-size: 0.9rem 0.5rem;
    vertical-align: middle;
}
.list02_left{
	width: 50%;
	float: left;
	position: relative;
	text-align: center;
}
/*.list02_left:after{
	content: "";
	position: absolute;
	top: 1.6rem;
	right: 2.6rem;
	background: url(../image/list03.png) no-repeat;
	background-size: 0.9rem 0.5rem;
	width: 0.9rem;
	height: 0.5rem;
}*/
.list02_left:before{
	content: "";
	position: absolute;
	top: 1.2rem;
	right: 0;
	width: 1px;
	height: 1.1rem;
	background: #d2d2d2;
}
.list02_right{
	width: 50%;
	float: left;
	position: relative;
	text-align: center;
}
.list03{
	padding-bottom: 0;
}
.list03 .item02_img{
	height: 5.4rem;
}
.list03 .item02_content{
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
	position: relative;
	font-weight: bold;
}
.list03 .item02_tip{
	height: 1.5rem;
	color: #313131;
	border-top: 1px dashed #eee;
	padding-top: 0.3rem;
}
.list03 .item02_from i{
	font-size: 1.2rem;
	color: #999;
}
.list03 .item02_from{
	overflow: auto;
	line-height: 1.5rem;
	height: auto;
}
.list03 .item02_time{
	position: relative;
	line-height: 1.5rem;
}
.list03 .item02_time:after{
	content: "";
	position: absolute;
	top: 0.2rem;
	left: -1rem;
	background: url(../image/list05.png) no-repeat;
	background-size: 0.7rem 0.9rem;
	width: 0.7rem;
	height: 0.9rem;
}
.pull_more{
	width: 100%;
	height: 5rem;
	line-height: 5rem;
	text-align: center;
	background: #fff;
	display: inline-block;
	float: left;
}
.pull_more span{
	font-size: 1rem;
	color: #ababab;
}
.pull_more span i{
	background: url(../image/list06.png) no-repeat;
	background-size: 1.4rem 1.4rem;
	background-position: center center;
	width: 1.4rem;
	height: 1.4rem;
	display: inline-block;
	margin-right: 0.4rem;
	vertical-align: sub;
	-webkit-transform: rotate(360deg);
	animation: rotation 1s linear infinite;
	-moz-animation: rotation 1s linear infinite;
	-webkit-animation: rotation 1s linear infinite;
	-o-animation: rotation 1s linear infinite;
}
@-webkit-keyframes rotation{
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
/**
 * hospitallist
 */
.hosList01 .item02_img{
	height: 7rem;
}
.hosList01 .item02_img img{
	min-height: 7rem;
}
.hosList01 .item02_content{
	float: left;
	width: 72%;
}
.hosList01_tip{
	width: 28%;
	float: left;
	text-align: right;
}
.hosList01_tip i{
	position: relative;
	display: inline-block;
}
.hosList01_tip i:after{
	content: "";
	position: absolute;
	top: 0;
	left: -1rem;
	background: url(../image/list05.png) no-repeat;
	background-size: 0.7rem 0.9rem;
	width: 0.7rem;
	height: 0.9rem;
}
.hosList01 .item02_tip{
	font-size: 1rem;
	color: #313131;
	line-height: 1.2rem;
	height: 3.5rem;
	overflow: hidden;
	position: relative;
	padding-top: 0.4rem;
	border-top: 1px dashed #eee;
}
.hosList01 .item02_content{
	margin-bottom: 0.3rem;
}
.artList01_box .list02_left{
	width: 33.3%;
}
.artList01_box .list02_right{
	width: 33.3%;
}
.artList01_box .list02_left:after{
	right: 0.6rem;
}
.artList01_box .list02_right:after{
	right: 0.6rem;	
}
.artList02_box .item02_img{
	height: 5.4rem;
}
.artList02_box .item02_img img{
	min-height: 5.4rem;
}
.artList02_box .item02_content{
	margin-bottom: 0.5rem;
}
.artList02_box .item02_tip{
	padding-top: 0.9rem;
	border-top: 1px dashed #eee;
}
/**
 * doctorList
 */
.docList01 .item02_img{
	width: 7.8rem;
	height: 7.8rem;
}
.docList01 .item02_img img{
	min-height: 7.8rem;
}
.docList01 .item02_main{
	width: 65%;
}
.docList01 .item02_tip{
	color: #313131;
	font-size: 1rem;
	margin-top: 1rem;
}
.docList01 .item02_tip i{
	font-weight: bold;
	padding-right: 0.6rem;
	margin-right: 0.6rem;
	display: inline-block;
	border-right: 1px solid #a0c449;
}
.docList01 .item02_content{
	border-bottom: 1px dashed #eee;
}
.docList01{
	padding-bottom: 0;
}
/**
 * doctorDetail
 */
.docDetail01_fixed{
	width: 100%;
	height: 4rem;
	display: inline-block;
	float: left;
}
.docDetail01_box{
	width: 92%;
	padding: 0 4%;
	height: 4rem;
	display: inline-block;
	float: left;
	position: relative;
	left: 0;
	background: url(data:image/jpg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAQDAwQDAwQEBAQFBQQFBwsHBwYGBw4KCggLEA4RERAOEA8SFBoWEhMYEw8QFh8XGBsbHR0dERYgIh8cIhocHRz/2wBDAQUFBQcGBw0HBw0cEhASHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBz/wgARCAADAAMDAREAAhEBAxEB/8QAFAABAAAAAAAAAAAAAAAAAAAAB//EABQBAQAAAAAAAAAAAAAAAAAAAAf/2gAMAwEAAhADEAAAAEFANf/EABoQAAICAwAAAAAAAAAAAAAAAAIDAAEEEjH/2gAIAQEAAT8Ax0LakTMdiLtz/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAgEBPwB//8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAwEBPwB//9k=) repeat;	
	color: #fff;
	top: 0;
	z-index: 99;
}
.docDetail01_box p{
	font-size: 1.6rem;
	line-height: 4rem;
	float: left;
	width: 55%;
	height: 4rem;
	overflow: hidden;
}
.docDetail01_box a{
	color: #fff;
	font-size: 1.1rem;
	line-height: 2rem;
	height: 2rem;
	padding: 0 0.4rem;
	border: 1px solid #fff;
	border-radius: 4px;
	float: right;
	margin-top: 1rem;
	margin-right: 0.6rem;
}
.docDetail01_box img{
	float: right;
	width: 1.8rem;
	height: 1.7rem;
	margin-top: 1.2rem;
}
.docDetail02_box{
	display: inline-block;
	width: 100%;
	float: left;
	background: #fff;
	padding-top: 2.5rem;
	padding-bottom: 1rem;
	text-align: center;
}
.docDetail02_head{
	width: 13rem;
	height: 13rem;
	border-radius: 50%;
}
.docDetail02_tip01{
	width: 92%;
	margin-left: 4%;
	display: inline-block;
	float: left;
	height: 3rem;
}
.docDetail02_tip01 span{
	font-size: 1rem;
	line-height: 1rem;
	margin: 0 0.5rem;
	margin-top: 1rem;
	display: inline-block;

}
.docDetail02_tip01 span i{
	font-weight: bold;
	text-indent: 0.4rem;
	border-left: 1px solid #a0c449;
	display: inline-block;
}
.docDetail02_tip02{
	width: 92%;
	margin-left: 4%;
	display: inline-block;
	float: left;
	height: 3rem;	
	border-top: 1px dashed #eee;
}
.docDetail02_tip02 span{
	font-size: 1rem;
	line-height: 1rem;
	margin: 0 0.5rem;
	margin-top: 1rem;
	display: inline-block;

}
.docDetail02_tip02 span i{
	font-weight: bold;
	text-indent: 0.4rem;
	border-left: 1px solid #a0c449;
	display: inline-block;
}
.docDetail03_box{
	display: inline-block;
	width: 100%;
	float: left;
	background: #fff;
	margin-top: 0.8rem;
	padding-bottom: 1.5rem;
}
.detailTitle{
	width: 92%;
	padding: 0 4%;
	line-height: 3.4rem;
	padding-top: 0.5rem;
	height: 3.4rem;
	font-size: 1.5rem;
	position: relative;
}
.detailTitle:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 4%;
	width: 92%;
	height: 1px;
	background: #eeeeee;
}
.detailTitle span{
	display: inline-block;
	float: left;
	position: relative;
}
.detailTitle span:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #5db4e8;
}
.docDetail03_main{
	width: 100%;
	display: inline-block;
	float: left;
	position: relative;
}
.docDetail03_main .docDetail03_content{
	font-size: 1rem;
	line-height: 1.6rem;
	width: 92%;
	float: left;
	position: relative;
	margin-left: 4%;
	margin-top: 1.2rem;
	overflow: hidden;
}
.docDetail03_main i{
    position: absolute;
    top: 6.5rem;
    right: 4%;
    background: url(../image/list03.png) no-repeat;
    background-size: 0.9rem 0.5rem;
    width: 0.9rem;
    height: 0.5rem;
    display: none;
}
.docDetail03_main01 .docDetail03_content{
	width: 84%;
	height: 11rem;
}
.docDetail03_main01 .docDetail03_contentCurrent{
	width: 84%;
	height: auto;
}
.docDetail03_main01 i{
	display: block;
}
.detail_fixedBottom{
	position: fixed;
	bottom: -1rem;
	left: 0;
	height: 5.2rem;
	width: 100%;
	background: url(data:image/jpg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAQDAwQDAwQEBAQFBQQFBwsHBwYGBw4KCggLEA4RERAOEA8SFBoWEhMYEw8QFh8XGBsbHR0dERYgIh8cIhocHRz/2wBDAQUFBQcGBw0HBw0cEhASHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBz/wgARCAAEAAQDAREAAhEBAxEB/8QAFAABAAAAAAAAAAAAAAAAAAAAB//EABUBAQEAAAAAAAAAAAAAAAAAAAQH/9oADAMBAAIQAxAAAABRlIv/xAAWEAEBAQAAAAAAAAAAAAAAAAACAQD/2gAIAQEAAT8ABLESMtu//8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAgEBPwB//8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAwEBPwB//9k=) repeat;
	z-index: 100;
	transition: all 0.25s;
}
.detail_fixedBottomTab{
	width: 68%;
	float: left;
	background: #fff;
	color: #a0a0a0;
	height: 100%;
	line-height: 100%;
}
.detail_fixedBottom a{
	font-size: 1.2rem;
	line-height: 1.6rem;
	height: 1.6rem;
	padding: 0 0.4rem;
	color: #fff;
	float: right;
	margin-right: 2%;
	margin-top: 1.3rem;
	position: relative;
}
.detail_fixedBottom a:after{
	content: "";
	position: absolute;
	top: 0;
	left: -1.8rem;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAnCAMAAABDnVrwAAAApVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+4/eNVAAAANnRSTlMAMvptQxjgmEsc3Kh3Nj0H/PV6QIdeUu5iVzkq6OLWrZ5+clomFBDOx723smcwIAuhmi7DjYvTvcq/AAABiklEQVQ4y+2T2XaiQBBAWxaVVRYFFHeNuzHJzNz//7RBUUaE5uRpnnKfmjq3l6KqxAtr1ZrG4Jm/+qFoJjzyxHTZk6tvFsD2c5EM7f7eB9oD6bFj8P+0iq3JDrAutW4EfOrlkAmmXuO6QPXSDxgblejGB01UCaBdSXMPQ1GHDfuXkAYdUc8cluXIlFjIMEF/yU6Vyl9gPX9b+A3FsuBdFPTibK8co5TQCIaigePzxQmKaMKB6LF0Z4zddZPdZpa/d0ZOIHvxcWLGMNlmzbDiwXut2zN5oAkbL0zT9ASjWrkF1qKfETMXKso9h5ZMztMxc/lazG6DrN2T7PzI/09+y2VHJp/zCmayjbfJllHp5NA+Gf8GY6UbGRM+rkcmWWxzmBXDcDkAyrKYKRTPU7xbE4/xXx6wA4Vi0gLubC/ZlcC8645Grus653RtrKBjOCaTxyTZgW3bQb43oYTCrWkHkmk4Wz4lrv9nAbqoZeOEmtaNotXgpKqZNh0EHjvxHX5zIxXfYtmGw1c1/hfRHEs23Yh0eAAAAABJRU5ErkJggg==) no-repeat;
	background-size: 1.8rem 1.6rem;
	width: 1.8rem;
	height: 1.6rem;
}
.detail_fixedBottomTab span{
	color: #a0a0a0;
	font-size: 1.2rem;
	line-height: 1.2rem;
	margin-top: 1.5rem;
	display: inline-block;
	float: left;
	position: relative;
	width: 25%;
	text-align: center;
}
.detail_fixedBottomTab span.detail_fixedBottomTabCurrent{
	color: rgb(160, 196, 73);
}
.detail_fixedBottomTab span:after{
	content: "";
	width: 1px;
	height: 2.6rem;
	background: #eeeeee;
	position: absolute;
    top: -0.6rem;
    right: -0.1rem;
}
.detail_fixedBottomTab span:last-child:after{
	width: 0;
}

/**
 * articalDetail
 */
.artDetail01{
	margin-bottom: 0;
	margin-top: 0.8rem;
}
.artDetail02{
	display: inline-block;
	width: 100%;
	float: left;
	background: #fff;
	margin-top: 0.8rem;
	padding-bottom: 1.5rem;
}
.artDetail02_list{
	width: 92%;
	display: inline-block;
	float: left;
	padding: 0 4%;
	margin-top: 0.4rem;
}
.artDetail02_list a{
	width: 23%;
	display: inline-block;
	float: left;
	margin: 0 1%;
	text-align: center;
	height: 2rem;
	line-height: 2rem;
	border: 1px solid #5db4e8;
	color: #5db4e8;
	border-radius: 1rem;
	box-sizing: border-box;
	margin-top: 1.1rem;
}
.artDetail03{
	display: inline-block;
	width: 92%;
	padding: 0 4%;
	float: left;
	background: #fff;
	margin-top: 0.8rem;
	padding-bottom: 1.5rem;	
	padding-top: 0.6rem;
	color: #313131;
}
.artDetail03_title{
	font-size: 1.5rem;
	line-height: 2rem;
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.artDetail03_titleTip{
	font-size: 1rem;
	color: #313131;
	border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}
.artDetail03_subTitle{
	font-size: 1rem;
	color: #ababab;
	line-height: 1.6rem;
	font-style: italic;
	padding: 1rem 0;
	margin: 1rem 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.artDetail03_content{
	width: 100%;
	text-align: left;
}
.artDetail03_content p{
	font-size: 1rem;
	line-height: 1.6rem;
	margin: 1rem 0;
}
.artDetail03_content img{
	width: 100%;
	max-width: 100%;
	height: auto;
}
.about_box{
	width: 92%;
	padding: 1.4rem 4%;
}
.about_item{
	width: 100%;
	height: 3.7rem;
	line-height: 3.7rem;
	overflow: hidden;
	background: #fff;
	margin-bottom: 0.4rem;
	position: relative;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.about_title{
	width: 80%;
	height: 3.7rem;
	margin-left: 10%;
	border-bottom: 1px solid #eee;
	font-size: 1.2rem;
	color: #313131;
	font-weight: bold;
	text-indent: 1.2rem;
	position: relative;
}
.about_title:after{
	content: "";
	position: absolute;
	top: 1.6rem;
	left: 0;
	width: 0.5rem;
	height: 0.5rem;
	background: #5db4e8;
	border-radius: 50%;
}
.about_item i{
    position: absolute;
    bottom: 1.6rem;
    right: 1rem;
    background: url(../image/list03.png) no-repeat;
    background-size: 0.9rem 0.5rem;
    width: 0.9rem;
    height: 0.5rem;	
   	-webkit-transition: 0.3s;
	transition: 0.3s;
    transform:rotate(0deg);
}
.about_content{
	width: 80%;
	padding-right: 4%;
	margin-left: 10%;
	font-size: 1rem;
	color: #211815;
	line-height: 1.6rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	height: auto;
	overflow: hidden;
	overflow-y:scroll;
}
.about_overHidden .about_content{
	height: 14rem;
}
.about_contentNews{
	height: auto;
}
.about_item .item02_list li{
	width: 100%;
	margin-left: 0;
}
.about_item .item02_main{
	width: 52%;
}
.about_addressTitle{
	font-size: 1.1rem;
	height: 1.1rem;
	line-height: 1.1rem;
	width: 100%;
	text-indent: 0.5rem;
	border-left: 3px solid #a0c449;
	margin-top: 1rem;
	margin-bottom: 0.4rem;
	font-weight: bold;
}
.about_addressContent{
	font-size: 1rem;
	line-height: 1.4rem;
}
/**
 * login
 */
.user_box{
	width: 84%;
	margin: 1.4rem 4%;
	border-radius: 4px;
	box-shadow: 0 0 10px #dedede;	
	display: inline-block;
	background: #fff;
	padding: 1.4rem 4%;
}
.user_title{
	width: 100%;
	height: 3.4rem;
	line-height: 3.4rem;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #eee;
	margin-bottom: 2.5rem;
}
.user_title span{
	display: inline-block;
	position: relative;
	height: 3.4rem;
}
.user_title span:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #5db4e8;
}
.user_input{
	width: 100%;
	display: inline-block;
	float: left;
	margin-bottom: 1.2rem;
}
.user_boxTitle{
	width: 100%;
	font-size: 1.3rem;
	line-height: 2rem;
}
.user_textInput{
	width: 100%;
	height: 3.3rem;
	line-height: 3.3rem;
	background: #f6f6f6;
	border-radius: 4px;
	text-indent: 1rem;
	font-size: 1.15rem;
}
.user_info{
	width: 100%;
	display: inline-block;
	float: left;
	font-size: 1.15rem;
	line-height: 1.5rem;
}
.user_infoLeft{
	float: left;
}
.user_infoRight{
	float: right;
}
.user_errorMsg{
	display: inline-block;
	width: 100%;
	float: left;
	text-align: center;
	color: #e49558;
	height: 3rem;
	line-height: 3rem;
}
.user_errorMsg span{
	display: none;
}
.user_loginBtn{
	display: inline-block;
	width: 56%;
	height: 3rem;
	line-height: 3rem;
	color: #fff;
	text-align: center;
	font-size: 1.66rem;
	background: #dcdcdc;
	border-radius: 2px;
	margin-left: 22%;
}
.user_info02{
	width: 100%;
	display: inline-block;
	float: left;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
}
/**
 * register
 */
.user_input01{
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 1.2rem;
}
.user_input01 .user_textInput{
	width: 70%;
	float: left;
}
.user_ckeckCode{
	width: 6rem;
	height: 3.3rem;
	line-height: 3.3rem;
	overflow: hidden;
	background: #5db4e8;
	border-radius: 4px;
	color: #fff;
	float: right;
}
.user_ckeckCode img{
	width: 100%;
	height: 100%;
}
.user_ckeckPhoneCode{
	width: 6rem;
	height: 3.3rem;
	line-height: 3.3rem;
	overflow: hidden;
	background: #5db4e8;
	border-radius: 4px;
	color: #fff;
	float: right;	
	text-align: center;
	font-size: 1.2rem;
}
.user_infoLeft i{
	color: #5db4e8;
}
.user_info02 a i{
	color: #5db4e8;	
}
.user_agreementBox{
	font-size: 1rem;
	line-height: 1.8rem;
	height: 24rem;
	overflow: hidden;
	overflow-y: scroll;
}
.user_secretBox{
	font-size: 1rem;
	line-height: 1.8rem;
	height: 24rem;
	overflow: hidden;
	overflow-y: scroll;
}
.user_loginBtn02{
	display: inline-block;
	width: 56%;
	height: 3rem;
	line-height: 3rem;
	color: #fff;
	text-align: center;
	font-size: 1.66rem;
	background: #5db4e8;
	border-radius: 2px;
	margin-left: 22%;	
	margin-top: 2.6rem;
	margin-bottom: 2rem;
}
/**
 * prodectDetail
 */
.prodectDetail01_box p{
	height: 4rem;
	line-height: 4rem;
}
.prodectDetail01_box p i{
	font-size: 1rem;
}
.proDetail_banner{
	height: 17rem;
}
.proDetail_banner img{
	width: 100%;
    height: 17rem;
}
.proDetail01_box{
	display: inline-block;
	width: 92%;
	padding: 0 4%;
	float: left;
	background: #fff;
}
.proDetail01_boxTitle{
	height: 4.2rem;
	line-height: 4.2rem;
	font-size: 1.5rem;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.proDetail01_boxCon{
	display: inline-block;
	float: left;
	width: 100%;
	padding: 1rem 0;
	font-size: 1rem;
	line-height: 2.4rem;
}
.proDetail01_boxCon p em{
	font-weight: bold;
	display: inline-block;
	float: left;
	position: relative;
	text-indent: 1.3rem;
	margin-right: 0.6rem;
}
.proDetail01_boxCon p em:after{
	content: "";
	position: absolute;
	top: 0.5rem;
	left: 0;
	background: url(../image/productdetail02.png) no-repeat;
	background-size: 1.1rem 1.1rem;
	width: 1.1rem;
	height: 1.1rem;
}
.proDetail01_boxCon p span{
    height: 2.4rem;
    overflow: hidden;
    display: inline-block;
    float: left;
    width: 75%;
}
.proDetail02_box{
	display: inline-block;
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 0.8rem;
}
.proDetail02_list{
	width: 92%;
	display: inline-block;
	float: left;
	line-height: 4rem;
	margin-left: 4%;
	height: 4rem;
	font-size: 1.3rem;
	border-bottom: 1px dashed #eee;
}
.proDetail02_list i{
	float: right;
}
.proDetail02_list:last-child{
	border-bottom: none;
}
.hosDetail_banner{
	position: absolute;
	color: #fff;
	top: 1.3rem;
	left: 3rem;
	z-index: 2;
}
.hosDetail_banner:after{
	content: "";
	position: absolute;
	top: -0.2rem;
	left: -1.4rem;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAgCAMAAAA/gEgKAAAApVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+4/eNVAAAANnRSTlMAA+sgF/TKkWL75dmtVTwk+OCypoRzWk0wCdTGv6ehnJeMemtfSDUmDs66tpZ7RUIrKRwSz4nEv1LVAAABR0lEQVQoz22S53qCQBBFR0QQUKxRsfcWu8l5/0fLFkTUnB/MvbvfTmFXHmzP89FouqzJK0W/hKVflhxfAOHOi/S2t87WvyHwewWlks4Q6DzX90V50AlgZVQbfMlRc6CoIzRFU4hPPdsJDFWoUCpo64dAZHpaQKy3v7QZYJlrE1KRJYGr5Axal9sqgtiUdWSCp9QdJqZOg70KXRCPilJVcNNRHVVxA9JgbMoFyiu6ppVtduIEF9H4hOp7BZmy07nrDPSRXolxWqNjsy+hUe62sUP/4sgNjjaH5ayNQ0ukRbDVptp0iCYbLefQM3+mKYaCa6ObrhyhLHn61N1UkL/qGVSzow3JWEHloaswyp5FnVAyDrBIZQQbeeLB2ojWWydJifrdvqOpvLCGH5EYBvJGGWY1cBJ5Z4zmKp8MMZN9kji05V/iQ878AadQL1u2XafCAAAAAElFTkSuQmCC) no-repeat;
	background-size: 1rem 1.4rem;
	width: 1rem;
	height: 1.4rem;
}
.hospitalDetailItem .detailTitle:after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 4%;
    width: 92%;
    height: 1px;
    background: #dcdcdc;
}
/**
 * telereference
 */
.marginTop_none{
	margin-top: 0 !important;
}
.marginBottom_none{
	margin-bottom: 0 !important;
}
.marginTop_rem8{
	margin-top: 0.8rem !important;	
}
.teleTitle{
	height: 4.3rem;
}
.teleTitle a{
	line-height: 5.8rem;
}
.tele01_box{
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
}
.tele02_box{
	width: 100%;
	padding: 0;
}
.tele02_box ul{
	width: 92%;
	padding: 0 4%;
	display: inline-block;
	float: left;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
.tele02_box ul li p{
	font-size: 1rem;
}
.tele04_box{
	display: inline-block;
	float: left;
	width: 100%;
	margin-top: 0.8rem;
}
.tele04_box .itemTitle:after{
	background: #dcdcdc;
}
.tele04_slide{
	width: 92%;
	padding: 0 4%;
	display: inline-block;
	float: left;
	margin-top: 1rem;
}
.tele04_list{
	width: 100%;
}
.tele04_list li{
	width: 49%;
	float: left;
	height: 14.3rem;
	background: #fff;
	margin-right: 2%;
	margin-bottom: 0.6rem;
	text-align: center;
}
.tele04_list li:nth-child(2n){
	margin-right: 0;
}
.tele04_slide .swiper-container{
	padding-bottom: 2rem;
}
.tele04_slide .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0.5rem;
}
.tele04_slide .swiper-pagination-bullet{
	background: transparent;
	border: 1px solid #5db4e8;
	opacity: 1;
	box-shadow: 0 0 5px #aaa;
}
.tele04_slide .swiper-pagination-bullet-active{
	background: #5db4e8;	
}
.tele04_list li img{
	width: 2rem;
	height: 2rem;
	margin-top: 1rem;
}
.tele04_list li p{
	font-size: 1rem;
	line-height: 2rem;
	height: 2rem;
	border-bottom: 1px dashed #eee;
	width: 86%;
	margin-left: 7%;
	overflow: hidden;
}
.tele04_list li p:last-child{
	border-bottom: none;
}
.tele04_list li p.tele04_listTitle{
	font-size: 1rem;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	width: 90%;
	margin-left: 5%;
	margin-bottom: 0.6rem;
}
.tele05_box{
	display: inline-block;
	float: left;
	width: 100%;
	background: #f9f9f9;
}
.tele05_box img{
	width: 100%;
	display: inline-block;
	float: left;
	height: auto;
	background: #fff;
}
.tele05_box .itemTitle{
	margin-bottom: 1rem;
}
.tele06_box{
	display: inline-block;
	float: left;
	width: 100%;
	background: #fff;	
}
.tele06_list{
	font-size: 1rem;
	color: #211815;
	line-height: 1.6rem;
	width: 86%;
	margin-left: 9%;
	position: relative;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.tele06_list p{
	position: relative;
}
.tele06_list p:after{
	content: "";
	position: absolute;
	top: 0.2rem;
	left: -1.3rem;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	font-size: 1rem;
	color: #fff;
	background: #5db4e8;
	text-align: center;
	line-height: 1.1rem;
}
.tele06_list p:nth-child(1):after{
	content: "1";
}
.tele06_list p:nth-child(2):after{
	content: "2";
}
.tele06_list p:nth-child(3):after{
	content: "3";
}
.tele06_list p:nth-child(4):after{
	content: "4";
}
.tele06_list p:nth-child(5):after{
	content: "5";
}
.tele06_list p:nth-child(6):after{
	content: "6";
}
.tele06_list p:nth-child(7):after{
	content: "7";
}
.tele06_list p:nth-child(8):after{
	content: "8";
}
.tele07_box{
	display: inline-block;
	float: left;
	width: 100%;
	background: url(../image/tele17.jpg) no-repeat;
	background-size: 100% 14.5rem;
	height: 14.5rem;
}
.tele07_box .itemTitle_left h3{
	color: #fff;
}
.tele07_box .itemTitle:before{
	background: #fff;
}
.tele07_box p{
	width: 92%;
	margin-left: 4%;
	color: #fff;
	line-height: 1.6rem;
	margin-top: 1.3rem;
}
/**
 * internationalReferral
 */
.inter01_box{
	display: inline-block;
	float: left;
	width: 100%;
	padding-bottom: 1rem;
	background: #fff;
}
.inter01_list{
	width: 92%;
	display: inline-block;
	float: left;
	padding: 0 4%;
	margin-top: 2rem;
}
.inter01_list li{
	width: 50%;
	float: left;
	display: inline-block;
	text-align: center;
	height: 7rem;
}
.inter01_img{
	width: 100%;
	text-align: center;
	height: 3.3rem;
	line-height: 3.3rem;
}
.inter01_img img{
	vertical-align: middle;
}
.inter01_list li p{
	font-size: 1.2rem;
	line-height: 3.2rem;
}
/**
 * myOrder
 */
.myOrder_tab{
	width: 100%;
	text-align: center;
	height: 5rem;
	line-height: 5rem;
	display: inline-block;
	float: left;
}
.myOrder_tab a{
	font-size: 1.3rem;
	color: #363636;
	display: inline-block;
	margin: 0 0.5rem;
	position: relative;
}
.myOrder_tab a.myOrder_tabCurrent:after{
	content: "";
	position: absolute;
	bottom: 1rem;
	left: 50%;
	margin-left: -1.1rem;
	width: 2.2rem;
	height: 2px;
	background: #5db4e8;
}
.myOrder_list{
	display: inline-block;
	float: left;
	width: 84%;
	margin-left: 4%;
	background: #fff;
	padding: 0 4%;
	margin-bottom: 1.3rem;
}
.myOrder_listId{
	color: #414141;
	font-size: 1.1rem;
	width: 100%;
	line-height: 1.8rem;
	margin-top: 0.8rem;
}
.myOrder_listData{
	color: #8d8d8d;
	line-height: 1.2rem;
	font-size: 0.9rem;
	margin-bottom: 0.6rem;
}
.myOrder_listMain{
	width: 100%;
	padding: 1rem 0;
	padding-bottom: 0.9rem;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: inline-block;
	float: left;
}
.myOrder_listImg{
	width: 6rem;
	height: 6rem;
	overflow: hidden;
	float: left;
}
.myOrder_listImg img{
	width: 100%;
	min-height: 6rem;
	height: auto;
}
.myOrder_listCon{
	float: right;
	width: 71%;
}
.myOrder_listCon h4{
	font-size: 1.4rem;
	color: #313131;
	line-height: 1.6rem;
	margin-bottom: 1rem;
}
.myOrder_listCon p{
	font-size: 0.9rem;
	color: #414141;
	line-height: 1.4rem;
	width: 100%;
}
.myOrder_listCon p i{
	font-weight: bold;
}
.myOrder_listCon p.myOrder_listConP{
	padding-top: 0.8rem;
	border-top: 1px solid #eee;
}
.myOrder_info{
	width: 100%;
	display: inline-block;
	float: left;
	height: 5rem;
	line-height: 5rem;
}
.myOrder_info p{
	display: inline-block;
	float: left;
	color: #414141;
}
.myOrder_info p i{
	color: #e4470a;
	font-size: 1.5rem;
}
.myOrder_info a{
	width: 9rem;
	height: 2.7rem;
	line-height: 2.7rem;
	text-align: center;
	color: #fff;
	display: inline-block;
	float: right;
	background: #e4470a;
	margin-top: 1.15rem;
	border-radius: 4px;
}
.myOrder_info a.myOrder_paid{
	background: #dedede;
}

/**
 * 我的资料
 */
.myData_list{
	width: 84%;
	padding: 1.5rem 4%;
	margin-left: 4%;
	display: inline-block;
	float: left;
	background: #fff;
	border-radius: 8px;
	margin-top: 0.6rem;
	margin-bottom: 1rem;
	box-shadow: 0 0 10px #999;
	color: #313131;
	font-size: 1.2rem;
	line-height: 1.6rem;
}
.myData_input01{
	width: 100%;
	height: 3.4rem;
	line-height: 3.4rem;
	background: #f6f6f6;
	border-radius: 4px;
	text-indent: 10px;
	color: #313131;
	font-size: 1.15rem;
	margin-top: 0.2rem;
	margin-bottom: 1.1rem;
}
.myData_listBox{
	width: 100%;
	height: 4.7rem;
	line-height: 4.7rem;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.myData_listBox span{
	margin-right: 1.3rem;
	position: relative;
}
.myData_listBox span:after{
	content: "";
	position: absolute;
	top: 0.1rem;
	right: -1rem;
	width: 1px;
	height: 1.1rem;
	background: #eeeeee;
}
.myData_listBox i{
	width: 1rem;
	height: 1rem;
	border: 1px solid #d2d2d2;
	border-radius: 50%;
	background: #fff;
	position: relative;
	display: inline-block;
	margin-left: 0.5rem;
    vertical-align: middle;
}
.myData_listBox i.myData_listBoxCurrent:after{
	content: "";
	position: absolute;
	top: 0.1rem;
	left: 0.1rem;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	background: #e4470a;
}
.myData_listBox b{
	margin-left: 0.5rem;
	color: #e4470a;
	font-weight: normal;
}
.myData_listPassword{
	width: 100%;
	display: inline-block;
	padding-bottom: 1rem;
	overflow: hidden;
	display: none;
}
.myDataSave{
	color: #fff;
	background: #5db4e8;
	font-size: 1.6rem;
	line-height: 3.2rem;
	height: 3.2rem;
	text-align: center;
	width: 60%;
	display: inline-block;
	margin-left: 20%;
}
.errorMsg{
	text-align: center;
	color: red;
	font-size: 0.9rem;
	height: 1.5rem;
	line-height: 1.5rem;
}
.errorMsg span{
	display: none;
}
/**
 * checkup
 */
.check01{
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 1.5rem;
}
.check02{
	display: inline-block;
	float: left;
	background: #fff;
	width: 100%;
}
.check02_list{
	width: 84%;
	margin-left: 7%;
	display: inline-block;
	float: left;
	margin-top: 1.6rem;
}
.check02_list li{
	display: inline-block;
	float: left;
	padding: 1.2rem 0;
	position: relative;
}
.check02_list li:after{
	content: "";
	position: absolute;
	bottom: 1px;
	right: 0;
	width: 82%;
	height: 1px;
	border-bottom: 1px dashed #eee;
}
.check02_title{
	width: 3.3rem;
	height: 3.3rem;
	border: 1px dashed #dbdbdb;
	border-radius: 50%;
	text-align: center;
	line-height: 3.3rem;
	font-size: 1.2rem;
	color: #eaad4c;
	font-weight: bold;
	float: left;
}
.check02_list li p{
	float: right;
	width: 82%;
	font-size: 1rem;
	color: #211815;
	line-height: 1.6rem;
}
.check03{
	display: inline-block;
	float: left;
	background: url(../image/check02.jpg) no-repeat;
	background-size: 100% 18rem;
	height: 18rem;
	width: 100%;
}
.check03 .itemTitle_left h3{
	color: #fff;
}
.check03 .itemTitle:before{
	background: #fff;
}
.check04{
	display: inline-block;
	float: left;
	width: 100%;
	background: #f9f9f9;
}
/**
 * disease
 */
.dis01 .about_title:after{
	content: "";
	width: 1.6rem;
	height: 3.2rem;
	background: url(../image/disease02.png) no-repeat;
	background-size: 1.6rem 3.2rem;
    border-radius: 0;
    top: 0;
    left: -1.2rem;
    color: #fff;
    text-indent: 0.5rem;
    line-height: 2rem;
}
.dis01 .about_item:nth-child(1) .about_title:after{
	content: "1";
}
.dis01 .about_item:nth-child(2) .about_title:after{
	content: "2";
}
.dis01 .about_item:nth-child(3) .about_title:after{
	content: "3";
}
.dis01 .about_item:nth-child(4) .about_title:after{
	content: "4";
}
.dis01 .about_item:nth-child(5) .about_title:after{
	content: "5";
}
.dis01 .about_item:nth-child(6) .about_title:after{
	content: "6";
}
.dis01 .about_item:nth-child(7) .about_title:after{
	content: "7";
}
.dis01 .about_item:nth-child(8) .about_title:after{
	content: "8";
}
.dis01 .about_item:nth-child(9) .about_title:after{
	content: "9";
}
.dis01 .about_item:nth-child(10) .about_title:after{
	content: "10";
}
.dis01 .about_item:nth-child(11) .about_title:after{
	content: "11";
}
.dis01 .about_item:nth-child(12) .about_title:after{
	content: "12";
}

/**
 * ivf
 */
.ivf .itemTitle:before{
	background: #e84270;
}
.ivf .item04 .item04_img i.item_listCityTip{
	background: #e84270;
}
.ivf .item05 .item04_spread a{
	border: 1px solid #e84270;
	color: #e84270;
}
.ivf .item04_spread span{
	border: 1px solid #e84270;
	color: #e84270;	
}
.ivf01{
	display: inline-block;
	float: left;
	background: url(../image/ivf02.jpg) no-repeat;
	background-size: 100% 17rem;
	width: 100%;
	height: 17rem;
	text-align: center;
}
.ivf01_title{
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	margin-top: 2rem;
	color: #fff;
}
.ivf01 a{
	display: inline-block;
	height: 1.6rem;
	line-height: 1.7rem;
	background: #fff;
	margin-top: 10rem;
	padding: 0 0.6rem;
	border-radius: 4px;
	color: #e84270;
}
.ivf02{
	display: inline-block;
	float: left;
	width: 100%;
	background: #f9f9f9;
}
.ivf .foot{
	background: #f086a4;
}
.ivf .foot_part01{
	border-bottom: 1px solid #fff;
}

/**
 * add
 */
.prodectEditor{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.prodectEditor .docDetail03_main{
	width: 92%;
	padding: 0 4%;
}
.prodectEditor .docDetail03_main img{
	width: 100% !important;
	height: auto !important;
}
.prodectEditor .docDetail03_main a.proDetail03_leftPart{
	width: 100% !important;
	font-size: 1.2rem !important
}
.prodectEditor .docDetail03_main table,.prodectEditor .docDetail03_main ol,.prodectEditor .docDetail03_main li,.prodectEditor .docDetail03_main ul,.prodectEditor .docDetail03_main p,.prodectEditor .docDetail03_main span,.prodectEditor .docDetail03_main em,.prodectEditor .docDetail03_main a{
	width: 100% !important;
	font-size: 1rem !important;
	line-height: 1.6rem !important;
}
.editorLink{
	color: #5db4e8;
	font-size: 1.1rem;
	float: right;
}
.hosDetail01_box p{
    font-size: 1.3rem;
    line-height: 1.8rem;
    height: 3.6rem;
    overflow: hidden;
    width: 64%;
    margin-top: 0.2rem;	
}
/**
 * health
 */
.health01{
	background: #eeeeee;
}
.health01_p{
	font-size: 1rem;
	color: #313131;
	line-height: 1.6rem;
	width: 92%;
	padding: 1rem 4%;
}
.health01 .itemTitle:after{
	background: #e5e5e5;
}
.health01_img{
	display: inline-block;
	float: left;
	width: 100%;
	height: auto;
}
.health02{
	display: inline-block;
	float: left;
	width: 100%;
	background: #fff;
}
.health02 img{
	display: inline-block;
	float: left;
	width: 100%;
	height: auto;
	padding-top: 2rem;
}
.articaDetail_tag a {
    display: inline-block;
    padding: 0 6px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #5db4e8;
    color: #5db4e8;
    border-radius: 4px;
    margin-right: 8px;
    font-size: 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.ellipsis_1{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;  word-wrap: break-word;}

.list_returnNull{
	    width: 100%;
    text-align: center;
    display: inline-block;
    padding-top: 70px;
    padding-bottom: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 130px;
    background: #fff;
}
.list_returnNull img{
	vertical-align: middle;
}
.list_returnNull span{
	color: #d1d1d1;
	font-size: 18px;
	font-weight: bold;
	margin-left: 16px;
	display: inline-block;
}
.artDetail03_linkTip{
	width: 100%;
	display: inline-block;
	float: left;
	margin-top: 1.4rem;
}
.artDetail03_linkTip a{
	padding: 0 0.6rem;
	color: #5db4e8;
	height: 1.6rem;
	line-height: 1.6rem;
	/* border: 1px solid #5db4e8; */
	border-radius: 4px;
	margin-right: 0.3rem;
}
.list_displayNone{
	display: none;
}
.editor_ulBox .item02_img{
	height: 7rem;
}
.editor_ulBox .item02_img img{
	min-height: 7rem;
}
.editor_ulBox .item02_content{
	margin-bottom: 3rem;
}
.about_overHidden .about_content{
	height: auto;
}
.about_overHidden .about_report{
	height: auto;
}
.alertBox{
	display: none;
}
.alertFixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 199;
}
.alertMain{
	width: 70%;
	height: 8rem;
	position: fixed;
	top: 50%;
	left: 15%;
	margin-top: -4rem;
	margin-left: -1rem;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 6px #999;
	padding: 1rem;
	z-index: 199;
	background: #fff;
	font-size: 1rem;
	line-height: 1.4rem;
}
.alertMain i{
	width: 4rem;
	height: 1.8rem;
	line-height: 1.8rem;
	background: #5db4e8;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	display: block;
	cursor: pointer;
}
.alertMain i:hover{
	background: #36a4e6;
}
/*sitemap*/
.sitemap_box{
	position: relative;
	width: 100%;
	background: #fafafa;
}
.sitemap_title{
	font-size: 1.4rem;
	text-indent: 10px;
	position: relative;
	width: 100%;
	margin-bottom: 0.6rem;
	margin-top: -2rem;
}
.sitemap_title:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 1.4rem;
	background: #5db4e8;
}
.sitemap_line{
	width: 94%;
	margin-left: 3%;
	padding: 0.6rem 0;
	border-bottom: 1px solid #f4f4f4;
}
.sitemap_navTitle{
	color: #5db4e8;	
}
.sitemap_line a{
	font-size: 1.1rem;
	line-height: 2.2rem;
	display: inline-block;
	margin: 0 0.4rem;
}
.sitemap_line a:hover{
	text-decoration: underline;
}
.error_box{
	width: 90%;
	padding: 0 5%;
	display: inline-block;
	float: left;
	margin-top: 5rem;
	margin-bottom: 10rem;
	text-align: center;
}
.error_box p{
	font-size: 1.2rem;
	line-height: 2rem;
	color: #d1d1d1;
}
.error_box a{
	display: inline-block;
	width: 10rem;
	height: 2.6rem;
	line-height: 2.6rem;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	background: #5db4e8;
	border-radius: 4px;
	margin-top: 2rem;
}

/* 2017-08-03 add[底部吸底] */
.cy_bottonFixed{
	position: fixed;
	bottom: -0.5rem;
	left: 0;
	width: 100%;
	height: 4rem;
	background: #5db4e8;
	z-index: 1001;
	font-size: 1.2rem;
}
.cy_bottonFixedTel{
	width: 63%;
	display: inline-block;
	float: left;
	text-align: center;
	line-height: 3.5rem;
	position: relative;
	height: 3.5rem;
	color: #fff;
}
.cy_bottonFixedTel span{
	position: relative;
	text-indent: 1.6rem;
	display: inline-block;
}
.cy_bottonFixedTel span:after{
	content: "";
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAMAAAANmfvwAAAAmVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////VHQRUAAAAMnRSTlMAvMhMQfTlgWA7KyYhFfr34dy4iXp1b2tkRDQQDATu6dirpqKNhH5ZCMyynJIf1cCVUtar61UAAAE5SURBVDjLhZTZdoIwFEVlFBBFERWch4pT7bD//+MqECjNSmhe7l2XzUo454ResbLDaD/vda0+AGY3MQ2sLbGWSCB9lTBiqiEGkJaNDd9q5J2H6GYQKBH3d37gU4nAs27XcFUhY5YtfKVCHiR1O8NVbmQ38wt46k+aiAcenDXCWGzLeuuwYMysKEtGtg7JYFiddjTQMQZGWe+4Vw0yhIvYUnucBVH5euhw+G+rAE4aZO2IsPgQb9TMEhZV4/ARFk16N/JQOg5ZFbFdqY8JgCVFC79sVgbkBtu5Z0Dyh3kDoe4UGBdqnuEoM6mwzZ0Ma/PNjcQIr5txsJNUyOG0kS8IUjAiJrYcJ0mfpwlf6/bEQXV9d17LGpWz/g3iTBhzBGWG5g7E1qrS3NcEqB8Br19O2FcSlQvJvlH2B/44JAb9C/zoAAAAAElFTkSuQmCC) no-repeat;
	background-size: 1.4rem 1.4rem;
	position: absolute;
	left: 0;
	top: 1rem;
	width: 1.4rem;
	height: 1.4rem;
}
.cy_bottonFixedOrder{
	width: 36%;
	float: right;
	display: inline-block;
	text-align: center;
	line-height: 3.5rem;
	position: relative;
	border-left: 1px solid #fff;
	height: 3.5rem;
	color: #fff;
	background: #1e6a97;
}
.cy_bottonFixedOrder span{
	position: relative;
	text-indent: 1.7rem;
	display: inline-block;
}
.cy_bottonFixedOrder span:after{
	content: "";
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAhCAMAAACGE/kZAAAApVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+4/eNVAAAANnRSTlMArt2kb2bkNcy48+qgfUFP+/eUPScJ4dFyV1IwIhYPB+7FppuKhYJ2STgsHQzVwLKLBNfWX16i+PckAAABQ0lEQVQ4y93U546CQBQF4INYKEoVQaq9u+qW8/6PtkBAluLu//1CMjnJJZO5czOoiQ59S7Q8PcJLgcCS7KNTPCb5vt71d2uXpDBF23FIbk5FmE4W5ABNGnk9/sgXgdw0akJSRt2evKOmxyWavho7elQStOzJsEqJwTk6yHSrMGAPXS4G9WeQ2EenXfV3RJ7RKTFpl32khBe2HOfryRe59GN0OftUwgugM6eGaDldmVH6kCmtxNWMe7S4acFCNUnc8lNa9NCi0k4cxxkSQt57sasJPebjMvujaJQtw/9edMvnTeYEJQeFIaNnn7bZbRt6eacrU72XHZfHKZPQaYxQiRdMvRUDSxZJJq2DHWiaZo+CqUgp0NRi5O1J5hMpgTUasKGFpsN6KUnuR2+mKiY5hiPRw2uPh0Yq6RfjV3OJhtx4Ub4BDdExCnXk4JAAAAAASUVORK5CYII=) no-repeat;
	background-size: 1.5rem auto;
	position: absolute;
	left: 0;
	top: 1.1rem;
	width: 1.5rem;
	height: 1.4rem;
}
.cy_bottonServer{
	position: fixed;
	bottom: -0.5rem;
	left: 0;
	width: 100%;
	height: 9rem;
	background: #fff;
	z-index: 1000;
	font-size: 1.2rem;	
	display: none;
}

.cy_bottonServerKefu img{
	position: absolute;
	bottom: 4rem;
	left: 0;
	width: 100%;
}
.cy_bottonServerClose{
	position: absolute;
	right: 2%;
	top: -2.6rem;
	width: 1.5rem;
	height: 1.5rem;	
}

.item_addOff{
	height: auto !important; 
}














