@import url("common_side.css");
.leftbar{
	position:relative;
}
.leftbar .items ul li{
	background:url(../images/health_01.png) left top;
}
.leftbar .items ul li a{
	color:#fff;
}

.leftbar .items ul.son_menu li{
	background:none;
	height:30px;
	padding:0px;
	border-bottom:1px dashed #7badc6;
}
.leftbar .items ul.son_menu li a{
	color:#29a7e1;
	text-decoration:none;
	height:30px;
	line-height:30px;
	padding-left:80px;
}

.rightbar{
	position:relative;
}
.rightbar .title{
	background:#5dc7e2;
	padding:10px 20px;
	color:#fff;
	border-radius:8px;
	text-align:center;
	width:80px;
}
.rightbar .border{
	border-bottom:1px dashed #7badc6;
	margin:5px 0px 15px 0px;
}
.rightbar .content{
	text-indent:20px;
	color:#565252;
	font-size:14px;
	line-height:2em;
}
.rightbar .caption{
	font-size:20px;
	color:#222;
	padding:20px 0px 10px 0px;
	text-indent:0px;
	}
.rightbar .content .advise textarea{
	width:650px;
	height:150px;
	color:#565252;
	font-size:16px;
	line-height:2em;
	padding:0px 5px;
	border:1px solid #85cff1;
	border-radius:10px;
}
.rightbar .btn{
	text-align:right;
	padding:10px 30px 50px 0px;
}
.rightbar .btn input{
	background:url("../images/submit_advice.png") no-repeat;
	font-size:16px;
	width:116px;height:48px;
	border:none;
	color:#fff;
	cursor:pointer;
}
.rightbar ul.callme li{
	float:left;
	padding-left:30px;
	background:url("../image/callme.png") no-repeat;
}
.popup{
	width:300px;
	height:140px;
	border:1px solid #ddd;
	background:#eee;
	position:absolute;
	top:60px;
	left:160px;
	text-align:center;
	display:none;
}
.popup .quit{
	width:20px;
	height:20px;
	position:absolute;
	right:0px;
	background:url("../images/newskin4.png") no-repeat 0 -2526px;
	cursor:pointer;
}
.popup .word{
	padding-top:50px;
}
.rightbar .fl{
	float:left;
	margin:5px 10px 5px 0;
}
.rightbar .fr{
	float:right;
	margin:5px 0 5px 0;
}
.img50{
	width:700px;
}
