
/* CSS Document */
body{ font-size:12px; background:#fff; font-family:"ËÎÌå";}
*{ margin:0px; padding:0px; }
img{ border:none; }
ul li{ list-style:none; }
.Boxmiddle{ width:1860px; background:url(../image/bg.jpg) no-repeat left top; height:1290px; margin:0 auto; overflow:hidden; }


#banner
{
	position: relative;
	width: 1800px;
	margin-left:29px;
}

	#banner #viewline
	{   
		position: relative;
		height: 1800px;
		padding:31px 0px 36px 0px;
		overflow: hidden;

	}
	
	#banner #left-arrow, #banner #right-arrow
	{
		position: absolute;
		cursor: pointer;
		height: 1230px;
		width: 900px;
		font-size: 18px;
		color: #fff;
		z-index: 50;
	}
	
	#banner #left-arrow
	{  background:url(http://localhost/anli/images/arrows_left02.gif) no-repeat left top;
		left: 10px;
	}
	#banner #left-arrow:hover{
		background:url(../image/arrows_left01.gif) no-repeat left top;
	}

	
	#banner #right-arrow
	{
		 
         right:10px;
		background:url(http://localhost/anli/images/arrows_right02.gif) no-repeat right top;
	}
	
	#banner #right-arrow:hover
	{
	background:url(../image/arrows_right01.gif) no-repeat right top;
	}
	
.fanhui{ text-align:center; font-size:14px; font-weight:bold; font-family:"Î¢ÈíÑÅºÚ"; }
.fanhui a,.fanhui a:hover{ color:#999; text-decoration:none; }
	

