
/* CSS Document */

/*基本信息*/
body {font:12px Tahoma;margin:0px;		
	}
a:link,a:visited {text-decoration: none;}
a:hover{}


#container {
	width:900px;
	margin:0 auto;
	FILTER:progid:DXImageTransform.Microsoft.gradient(startColorStr:#0e457f,EndColorStr :#4997d2,GradientType:0); 
}

/*页面头部*/
#header {
	
}

/*页面主体*/
#pagebody {
	width:900px;
	margin:0 auto;
}

/*页面底部*/
#footer {
	width:900px;
	margin:0 auto;
	height:78px;
	background:url(../image/foot.gif) no-repeat;
}

.bg_content_1{
	background:url(../image/content_bg_top.gif) no-repeat;
	height:10px;
}
.bg_content_2{
	background:url(../image/content_bg_center.gif) repeat-y;
}
.bg_content_3{
	background:url(../image/content_bg_foot.gif) no-repeat;
	height:10px;
}

.bg_content_21{
	background: url(../image/content_bg2_top.gif) no-repeat;
	height:10px;
}
.bg_content_22{
	background:url(../image/content_bg2_center.gif) repeat-y;
}


.bg_content_yinying{
	background:url(../image/content_bg_yinying.gif) no-repeat;
}

#LoginAndTelphone,#news,#event,#projects,#quicklinks{
	border:   0px;
	width:   100%;
	margin:0;
	padding-bottom:15px;
}
#content {
	padding:23px 15px 0px 15px;
}
.first_title{
	border-bottom:1px #CCC solid;
	padding-top:10px;
	padding-left:10px;
	height:16px;
	font-family:"微软雅黑";
	font-size:14px;
	line-height:14px;
}

.leftmenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	width:160px;
	margin:auto;
	text-align:left;
	padding-left:5px;
}
.leftmenu div {
	padding:5px 5px 5px 0;
	border-bottom:1px #999 solid;
}
.leftmenu a:link, .leftmenu a:visited {
	font-size:14px;
	color:#666;		
}
.leftmenu a:hover{
	color:#C9F;	
}	
/*主体内容显示设置*/
.content {
	margin-top:20px;
	line-height:22px;
	font-size:14px;
	color:#333;
	background:url(../image/content_bg1.gif) no-repeat;
	padding:5px;
	line-height:100%;
}

/*滚动显示图片*/
.scroll_div {
	width:390px;  
	height:248px;
    margin:0 auto; 
	overflow: hidden; 
	white-space: nowrap;

}
.scroll_div img {width:162px;height:210px;border: 0;margin: auto 8px; border:1px #efefef solid; padding-top:7px;}

.listsize1 {
	padding-left:10px;
	line-height:22px;
	font-family:"微软雅黑";
	font-size:12px;	
}

.listsize2 {
	text-align:center;
	line-height:22px;
	font-family:"微软雅黑";
	font-size:12px;
	
}