/*框架定义*/
#container{
    overflow:hidden;
	margin:0 auto;
	width:972px;
	text-align:left;
	border-right:1px solid #666;
	border-left:1px solid #666;
	background-color:#fff;
}
#top {
	padding:0px;
	margin:0px;
	overflow:hidden;
}

#main {
	padding:0px;
	margin:0px;
	overflow:hidden;
}
#main_l {
	width:723px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	float:left;
	margin-left:10px;
}
#main_r {
	width:198px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	float:left;
	margin-left:10px;
}

#main_ny {
	padding:0px;
	margin:0px;
	overflow:hidden;
}
#main_ny_l {
	width:182px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	float:left;
	margin-left:8px;
}
#main_ny_r {
	width:750px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	float:left;
	margin-left:8px;
}
#bottom{
	padding:0px;
	margin:0px;
	width:972px;
    line-height:22px;
	color:#fff;
	background-repeat:repeat-x;
    overflow:hidden;
	background-color:#5C7E97;
	padding:10px 0px 10px 0px;
}

#bottom a:link {
	color: #FFF;
	text-decoration: none;
}
#bottom a:visited {
	text-decoration: none;
	color: #FFF;
}
#bottom a:hover {
	text-decoration: underline;
	color: #FF6600;
}
#bottom a:active {
	text-decoration: none;
	color: #FFF;
}
/*全局定义*/ 
body {
	margin: 0px;
	padding:0px;
	background-color:#ccc;	
	background-image: url(../images/index_32.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	color:#333333;
	line-height:14px;
	text-align:center;
}
img{
	border:0px;
}
table,td,th,p,div,form{
   margin:0px; 
   padding:0px;
}
/*全局定义--超链接*/
a:link {
	color: #336699;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #336699;
}
a:hover {
	text-decoration: underline;
	color: #f60;
}
a:active {
	text-decoration: none;
	color: #666666;
}
/*自定义*/
.bt1{
background-image:url(../images/bt.jpg); 
background-repeat:no-repeat; 
background-position:center; 
color:#FFFFFF;
text-align:center; 
vertical-align:middle;
}
.bt2{
background-image:url(../images/bt2.jpg); 
background-repeat:no-repeat; 
background-position:center; 
color:#000;
text-align:center; 
vertical-align:middle;
}
.index_pro{
height:104px;
width:93px;
border:1px solid #336699;
margin-bottom:18px;
}
.proclass{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;}
.title{
font-size:12px;
font-weight:bold;
color:#666;}
.content{
padding:10px 14px 10px 10px;
height:325px;
vertical-align:top;}
.white{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#fff;}
.pro{
margin:10px;}


/*导航样式*/
#menu{width:972px;height:36px;line-height:36px; margin-top:0px; float:left; background:url(../images/index_08.jpg);}
#menu a{display:block;width:90px; height:36px; float:left; line-height:36px; font-size:11px; color:#F6F6F6; text-decoration: none; text-align:center;}
#menu a:hover{display:block;width:90px;height:36px;font-size:11px; text-decoration: none; color:#F6F6F6; text-align:center; text-decoration: underline;}
#menu a.menunocss{width:1px;height:36px;background:url(../images/menu_line.gif) left bottom;}