/*框架定义*/
#top{
    overflow:hidden;
    width:940px;
}
#banner{
    overflow:hidden;
    width:940px;
}
#main{
    overflow:hidden;
    width:940px;
}
#main .left{
    width:244px;
	float:left;
}
#main .right{
    width:556px;
	float:right;
}
#bottom{
    overflow:hidden;
    width:1003px;
	height:201px;
	background-image:url(../images/index-en_31.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
/*全局定义*/ 
body {
	margin: 0px;
	padding:0px;
	background-color:;	
	background-image: url(../images/);
	background-repeat:repeat;
	background-position:top;
	font-family:Arial; 
	font-size:11px;
	color:#000;
	line-height:18px;
}
table,td,th,p,div{
   margin:0px; 
   padding:0px; 
}
/*全局定义--超链接*/
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #ff6600;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
/*自定义--背景*/
.bg_pro_series{
	height:22px;
	background-image: url(../images/prosort.jpg);
	background-repeat: repeat-x;
	text-align:left;
	padding-left:20px;
	color:#000;
}
/*自定义--字体*/
.font_title{	
    font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
.font_title2{	
    font-size:12px;
	font-weight:bold;
	color:#364958;
}
.font_title3{	
    font-size:11px;
	font-weight:bold;
	color:#3399CC;
}
.font_title4{	
    font-size:16px;
	font-weight:bold;
	color:#339900;
	text-align:left;
	padding-left:26px;
}
.font_guide{	
	color:#666666;
	text-align:right;
	padding-right:40px;
}
.font_content{	
	text-align:left;
	vertical-align:top;
	padding-left:25px;
	padding-right:20px;
	padding-top:10px;
	height:500PX;
}
/*自定义--颜色*/
.color_fff{
    color:#FFFFFF;
}
.color_364958{
color:#364958}
.color_f00{
    color:#F00;
}
/*自定义--其他*/
.imgindex{
border:3px solid #fff;
}
.pro{
border:3px double #3399CC;
}
.bg_left{
width:32px;
height:1000PX;
	background-image: url(../images/index-en_01.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.bg_right{
width:31px;
	background-image: url(../images/index-en_03.jpg);
	background-repeat:no-repeat;
	background-position:top;
	
}