.point{
	position: absolute;
	left:766px;
	top:57px;
}

.header{
	width:100%;
	height:260px;
	/*background-color:red;*/
}


.content{
	width:968px;
	height:auto;
	margin:0 auto 80px;
	left:0px;
	right:0px;
	text-align:center;
	position:relative;
	/* border:1px solid blue; */  
}

.content .top{
	width:100%;
	height:100px;
	line-height:100px;
	/* font:18px/1.5 Microsoft YaHei;
	color:#333333;
	font-weight:bold; */
	border-bottom:2px solid #e6e6e6; 
	text-align:left;
	/* position:relative;  */
	
}

.content .main{
	width:100%;
	height:auto;
	text-align:left;
}

.content .main p.title{
	font:18px/1.5 Microsoft YaHei;
	margin-top:25px;
	color:#333333;
	font-weight:bold;
}

.content .main p.text{
	font-size:14px;
 	font-family:宋体;
	line-height:1.7em;
	color:#333333;
	text-indent:2em;
	
}

.content .main p.sectitle{
	font-size:16px;
 	font-family:宋体;
	line-height:1.7em;
	margin-top:20px;
	color:#333333;
}

#YSlide{
	position:relative;
	z-index:1;
	width:100%;
	height:260px;
	background:url(../../images/antiaddicition/banner.png);
	background-position:center top;
	background-repeat:repeat-x;
	overflow:hidden;
}
.YSample{margin:0 auto;overflow:hidden;}

.YSample,.YSample img{
	width:100%;
	height:260px;
}
.YSample strong{
	display:none;
	position:absolute;
	z-index:5;
	bottom:0px;
	left:0px;
	font-weight:normal;
	width:1280px;
	height:25px;
	line-height:25px;
	text-indent:10px;
	font-size:12px;
	color:#fff;
	background:#000;
	opacity:.7;-moz-opacity:.7;filter:alpha(opacity=70);
}

.footer{
	color:#333333;
	font－size:12px;
	font-family:宋体;
	background:#e6e6e6;
	width:100%;
	height:50px;
	margin:15px auto 0px;
	line-height:20px;
	text-align:center;
	
}