@charset "utf-8";
/* CSS Document */

.pic img{
  max-width: 500px; 
  max-height: 500px; 
  width: expression(this.width >500 && this.height < this.width ? 500: true); 
  height: expression(this.height > 500 ? 300: true);
  border:none;
  }


body{ 
    margin:0; 
	padding:0; 
	font: 12px/150% "宋体"; 
	background:url(img/bodyback.gif) left top repeat-x; 
	background-color:#ece5d5;
	}
a{color:#5a5a5a; text-decoration:none;}

p {
	margin:0;
}

a img { border:0;}

ul li{list-style-type: square; padding-left:10px;}

#nav a{ 
    color:#FFFFFF; 
	font-weight:bold; 
	text-decoration:none;
	}
	
#news a{ color:#656363; text-decoration:none;}

.borderup{ border-top:1px solid #cccccc; background-color:#f7f5f6; color:#cc9900;}
.borderup a:hover{ color:#573a00;}
.borderup2{ border-top:1px solid #cccccc; color:#cc9900;}

.borderup2 a,.borderup a{color:#cc9900; text-decoration:none;}
.borderbo{ border-bottom:1px solid #cccccc;}

.baiback{ background-color:#fff;}


.case{ float:left; width:220px; margin:5px 3px;}