/* CSS Document */
*{margin:0; padding:0;}
body{
font-size:12px;;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:20px;
color:#666;
background:#fff;
}
a:link,a:visited,a:active{
color:#666;
text-decoration:none;
}
a:hover{
color:#2FA8BD;
}
img{
border:0;
}

#header,#footer{
margin:0 auto;
width:954px;
}
#header{
height:95px;
}
#header img.logo{
margin:11px 19px 11px 0;
float:left;
}
#header div{
float:left;
text-align:left;
width:751px;
}
#header ul.top{
text-align:right;
height:20px;
margin-bottom:6px;
}
#header ul.top li{
display:inline;
list-style:none;
margin-right:10px;
}
#header ul.top li img{
margin:4px 6px 0 0;
}

/*---定义菜单样式---*/
#menu{
	width:100%;
	height:41px;
	font-color:#666666;
	
}
#submenu{
width:100%;
height:25px; 
background-color:#FFFFFF;

}
#submenu li{

}
#menu ul{
	width:752px;
	height:41px;
	text-align:center;
	list-style-type:none;
	padding:0px;
	margin:0;
}
#menu li a:hover{
   color:#666;
   }
.m_li{
	float:left; width:121px; line-height:41px;  text-align:center; /*margin-right:-2px; margin-left:-2px;*/
	background-image:url(../images/navbg_1.jpg);
}
.m_li a:link,.m_li a:visited,.m_li a:hover,.m_li a:active{
    color:#666;
	text-decoration:none;
	}

.m_li a{
	display:block; color:#666; width:121px; text-decoration:none;
}

.m_li_a{
	float:left; width:121px; line-height:41px; text-align:center; padding-top:3px;  
	background-image:url(../images/navbg1_1.jpg); position:relative; height:30px; /*margin-top:-3px; margin-right:-2px; margin-left:-2px;*/
}
.m_li_a a{
	display:block; color:#666; width:121px;  text-decoration:none;
}


.smenu{
	width:752px;
	padding:0px;
	list-style-type:none;
	height:25px;
	font-size:12px;
	color:#666;
	margin: 0px;
}
*html .smenu{
   font-weight:bold;
   }
.s_li{
	line-height:25px; width:auto; display:none; height:25px; 
}
.s_li a:link,.s_li a:visited,.s_li a:active{
   color:#666666;
   text-decoration:none;
   }
.s_li a:hover{
   color:#4b8ae0;
   text-decoration:none;
   }
.s_li_a{
	line-height:25px; width:auto; display:block; height:25px; 
}
/*----定义菜单中的首页----*/
.m_li_1{
    float:left;
	width:121px;
	line-height:41px;
	height:41px;
	background:url(../images/navbg_1.jpg);
	color:#fff;
	}
.m_li_1 a:link,.m_li_1 a:visited,.m_li_1 a:active{
    color:#666;
	text-decoration:none;
	}
.m_li_1 a:hover{
    color:#666;
	display:block;
	text-decoration:none;
	background:url(../images/navbg1_1.jpg);
	}
/*-----定义菜单中的产品资讯----*/
.m_li_2{
    float:left;
	width:121px;
	line-height:41px;
	height:41px;
	background:url(../images/navbg_1.jpg);
	}
.m_li_2 a:link,.m_li_2 a:visited,.m_li_2 a:active{
    color:#666;
	text-decoration:none;
	}
.m_li_2 a:hover{
   display:block;
   color:#fff;
   text-decoration:none;
   background:url(../images/navbg1_1.jpg);
   }
/*-----定义导航条中的空白部份----*/
.m_li_3{
    float:left;
	width:26px;
	line-height:41px;
	height:41px;
	background:url(../images/nav2bg_1.jpg);	
	}
* html .m_li_3{margin-right:-3px;}

/*------定义footer部份---------*/
#footerbg{
  width:100%;
  height:180px;
  background:url(../images/secbodybottombg_3.jpg) repeat-x;
  
  }
#footer-blank{
  margin:0 auto;
  width:957px;
  height:72px;
  /*border-top:#fff000 solid 1px;*/
  background:#fff;
  border-left:#CECECE solid 1px;
  border-right:#CECECE solid 1px;
  }
#footerline{
  margin:0 auto;
  width:959px;
  height:4px;
  font-size:0;
  background:url(../images/bottomline_3.jpg);
  }

#footer{
height:55px;
margin-top:20px;
border-top:#CECECE 1px solid;
padding-top:20px;

}

/*------定义各二级页的content样式-----*/
#content{
  clear:both;
  margin:0 auto;
  width:959px;
  height:auto;
 /* height:600px;*/
  overflow:auto;
  background:url(../images/bg.jpg) #fff; 
  }



