/*------------------------------------------CSS RESET--------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li,dl, dd,dt address{margin:0;padding:0;font-size:100%}
ul,li {list-style-type:none;}
hr {clear:both;	visibility:hidden; }
img {border:0; }

/*------------------------------------------全局样式--------------------------------------------------------*/
.clear {	clear:both;}
.right {	text-align:right; }		

body{ color:#1f1a17; background: #1b1b1b;margin:0px; padding:0px;font:12px/14px Verdana,宋体;  }

	/*链接样式*/
	a{ text-decoration:none;}
	a:link,a:visited{color: #1b1b1b;}
	a:hover {color: #919191;}
	a:active {color: #FF6600;}
	
	#foot a:link,#foot a:visited {color:#ddd;}	
	#foot a:hover,#foot a:active { color:#626262;}
	
/*--------------------------------------页面整体框架结构---------------------------------------------------------*/

#wrap { width:980px; margin: 0 auto; background:#7c7c7c;}
	#header{}
	#middle{ background:#ddd; margin:0 10px;}
		#banner{height:200px;}/*专家部分样式*/
		#content{ width:}/*content包括left 和 right 两列*/
			#left { width:660px; float:left; margin:0 28px 20px 0; }
			#right { background:#ccc; width:266px;  float:left;}
	#foot{ height:100px; line-height:20px; text-align:center;  padding:15px 0 0 0; background-color:#7c7c7c;}

/*--------------------------------------内容样式----------------------------------------------------------------*/

#banner p{ margin:18px 65px 18px 65px;}/*专家部分文字抬头样式*/
/*专家图文框*/
.expert { width:960px; height:130px; }
	.expert dl { float:left; margin:0 20px 0 35px;}
	.expert dt { width:130px; height:95px; }
	.expert dd { text-align:center; }
	
.feature { background:url(Honors.jpg)  30px 0  no-repeat; padding:0 30px 0 250px;}
    .feature  p{text-indent:2em;}
	.feature  p.bottom10 { margin:0 0 10px 0;}
	
/*--------------------------------------隆胸项目图文框----------------------------------------------------------------*/

.xbexpert{}
.xbexpert dl { float:left; width:230px; margin:0 8px 25px 65px;}
.xbexpert dt {width:180px; height:80px; }
.xbexpert dd { text-align:center; }		

/*--------------------------------------十八项----------------------------------------------------------------*/

.safe18{ padding:0 0 0 40px;}
	.safe18 ul{ float:left; padding:5px 20px 10px 20px; width:250px; }
	.safe18 ul li{ line-height:20px;}
/*--------------------------------------精品推荐----------------------------------------------------------------*/

.elements{ padding:0 0 0 65px; margin:0 0 10px 0;}
	.elements a { width:296px; height:30px; display:block; font:bold  normal; float:left; }
	
/*--------------------------------------右侧文字1----------------------------------------------------------------*/	

.rtxt1 { background:#ccc;}
	.rtxt1 dl { clear:both; margin:0 0 5px 12px; }
	.rtxt1 dt { float:left; font-weight:bold; width:40px;}
	.rtxt1 dd { float:left; width:200px; }
/*--------------------------------------对比效果----------------------------------------------------------------*/	

.fb {}
	.fb span { width:200px; padding:0 0 0 25px;}
	.fb span img { margin:0 10px 0 0; border:3px #3b3b3b solid;}
	.fb span p { text-align:center;}
	
/*--------------------------------------特殊效果----------------------------------------------------------------*/
.tip { display:none; background:#000000;}


