/*框架定义*/
#top{
    overflow:hidden;
    width:770px;
}
#menu{
    overflow:hidden;
    width:770px;
	text-align:left;
}
#banner{
    overflow:hidden;
    width:730px;
	margin-bottom:15px;
}
#main{
    overflow:hidden;
    width:729px;
	margin-left:20px;
	margin-right:21px;
}
#main .left{
    width:525px;
	height:315px;
	text-align:center;
	float:left;
	background-image: url(../images/index_10.jpg);
	background-repeat:repeat-y;
}
#main .right{
    width:204px;
	float:right;
}
#main_ny{
    overflow:hidden;
    width:740px;
}
#main_ny .left{
    width:190px;
	float:left;
	margin-right:10px;
	background-image: url(../images/product_22.jpg);
	background-repeat:repeat-y;
}
#main_ny .right{
    width:540px;
	float:left;
}
#bottom{
    overflow:hidden;
    width:750px;
	height:100px;
	background-color:#F8F8F8;
	border-top:1px solid #C0C0C0;
	margin-top:10px;
}
/*全局定义*/ 
body {
	margin: 0px;
	padding:0px;
	background-color:#efefef;	
	background-image: url(../images/index_08.jpg);
	background-repeat:repeat-y;
	background-position:top;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#000000;
	line-height:18px;
}
table,td,th,p,div{
   margin:0px; 
   padding:0px; 
}
/*全局定义--超链接*/
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #0A51A1;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
/*自定义--背景*/
.bg_pro_series{
	height:39px;
	background-image: url(../images/product_10.jpg);
	background-repeat:no-repeat;
	text-align:left;
	padding-left:20px;
	color:#0A51A1;
}
/*自定义--字体*/
.font_title1{
text-align:left;
padding-top:3px;
padding-left:15px;	
    font-size:12px;
}
.font_title2{
text-align:left;
padding-left:15px;		
    font-size:14px;
	font-weight:bold;
	color:#333333;
}
.font_title3{
text-align:left;
padding-left:15px;		
    font-size:14px;
	font-weight:bold;
	color:#666666;
	line-height:18PX;
}
.font_index_profile{	
	color:#284A7D;
	font-size:12px;
	padding:10px 0px 10px 10px;
	
}
.font_content{	
	text-align:left;
	vertical-align:top;
	padding:0px;
}
/*自定义--颜色*/
.color_fff{
    color:#FFFFFF;
}
/*自定义--其他*/
.imgindex{
border:3px solid #fff;
}
.probg{
margin-top:5px;
width:127px;
height:115px;
border:1px solid #ccc;
}
.proname{
height:30px;
    color:#0A51A1;
	background-color:#EFEFEF;
}
