/*定义清除式样*/
.clearfloat {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:0px;
}
/*图片边缘*/
img { border-width: 0px;}
body {
	background-attachment: scroll;
	background-color: #F1F6FC;
	background-image: url(../picture/bj.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
/*连接颜色*/
a:link {text-decoration: none;color: #333;}
a:visited {	text-decoration: none;color: #333;}
a:hover {text-decoration:underline; color:#00CCFF}
a:active {text-decoration: none;}

#top_1{
	height: 85px;
	width: 765px;
	float: left;
	background-image: url(../picture/logo.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left center;
}
.top_r{
	float: left;
	height: 30px;
	width: 184px;
	text-align: right;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#top{
	width: 950px;
	margin-right: auto;
	margin-left: auto;	
}
.dao{
	width: 899px;
	height: 189px;
	padding-top: 11px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	background-position: top;
}
#mainbox {
	WIDTH: 950px;
	background-image: url(../picture/bj1.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	background-color: #F1FAFF;
}
.a_l{
	background-color: #FFF;
	float: left;
    width: 203px;
	border: 1px solid #999;
	margin:0px 0px 10px 0px;
}
.a_r{
	background-color: #FFF;
	float: right;
	width: 680px;
	border: 1px solid #999;
	margin:0px 0px 10px 0px;
}
.a_r2{
	background:#FFF url(../picture/lian.gif) no-repeat scroll 0px 0px;
	float: right;
	width: 680px;
	padding:60px 0px 0px 0px;
	border: 1px solid #999;
	margin:0px 0px 10px 0px;
}

#b{
    text-align:center;
    height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#l{
	width: 203px;
	float:left;
	margin-top: 10px;
    margin-bottom: 10px;
	padding: 0px 0px 0px 25px;
}

#r{
	width: 680px;
	padding: 0px 25px 0px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}
#lx{
	background-color: #FFF;
	height: 189px;
	width: 335px;
	border: 1px solid #999;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#rx{
	background-color: #FFF;
	height: 189px;
	width: 335px;
	border: 1px solid #999;
	float: right;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.logo{
	width: 660px;
	margin: 10px;
}

.chuang{
	height: 122px;
	width: 112px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: thin solid #999999;
}
/*字体样式*/
.h1 {
	font-size: 12px;
	color: #fff;
	font-family:Tahoma, verdana,"宋体","黑体",arial, helvetica, sans-serif;
}
.h2 {
	font-size: 12px;
	line-height:20px;
	color: #333;
	font-family:Tahoma, verdana,"宋体","黑体",arial, helvetica, sans-serif;
}
/*连接颜色*/
a.h1:link,a.h1:visited
{
	color:#fff;
	text-decoration:none;
}
a.h1:hover
{
	color:#fff;
	text-decoration: underline;
}
/*----------------我是可爱的分割线------------*/
.pro {
	float:left;
	width:130px;
	border:1px solid #666;
	height:130px;
	margin:0px 0px 0px 5px;
}
.pro2 {
	float:left;
	width:420px;
	padding:0px 10px 10px 10px;
}
/*.tit为每个菜单的标题样式  .list 为菜单项目的样式*/
.tit , .list{ width:175px; /*菜单的宽度*/
} 

/*======================================标题部分===============================*/
.tit {/*菜单标题的样式*/
	height:18px;/*底部边框没有*/
	background:#fff;/*背景样式依次为：颜色，图片路径，横向重复*/
	color: #3F3D3D;/*前景色*/
	font:10px Tahoma, "lucida Grande", verdana, lucida, Arial, helvetica, "宋体", sans-serif;/*文字样式依次为：粗体 大小/行高 字族*/
	position: relative;
	text-indent: 35px;
	text-align: left;
}
.tit a ,.tit a:link , .tit a hover{/*菜单标题中的链接的样式，共同的部分*/
	color: #3F3D3D;
	display:block;
	text-decoration:none;
	width:203px;
	background-repeat: no-repeat;
	background-position: 15px 3px;
	cursor: pointer;
}
.tit a:hover{
	color: #7E7C7C;/*鼠标经过时的颜色*/
}
/*====================
	菜单标题中的箭头图片
======================*/
.on{background-image: url(../picture/jian.gif);/*向上的箭头-暗色*/}
.on:hover{background-image: url(../picture/jian.gif);/*向上的箭头-亮色*/}
.off{background-image: url(../picture/jia.gif);/*向下的箭头-暗色*/}
.off:hover{background-image: url(../picture/jia.gif);/*向下的箭头-亮色*/}
/*标题图标样式*/
.titpic {
	position: absolute;
	height: 32px;
	width: 32px;
	left: 0px;
	bottom: 0px;
}
/*==========================================菜单体部分======================================*/
/*====================
	菜单列表的样式
======================*/
.list{
	font-size: 12px;
	color: #002280;
	background: #fff no-repeat center bottom;
	text-align:left;
	padding:10px 10px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:183px;
	overflow:hidden;
}
html>body .list {
width:203px;
}
.list ul{
list-style-type:none;
margin:0;
padding:0;
padding-left:18px;
}
.list li{
margin:0;
padding:0;
padding-left:5px;
}
/*============
菜单链接的样式
==============*/
.list a{
color:#3F3D3D;
text-decoration:none;
}
.list a:link{
color:#3F3D3D;
}
.list a:hover{
color:#3F3D3D;
text-decoration:underline;
}
.list a:active{
color:#3F3D3D;
}
/*每一个列表前的，列表图标*/
#m1_1{}
#m1_2{}
#m1_3{}
#m1_4{}
/*2*/
#m2_1{}
#m2_2{}
#m2_3{}
#m2_4{}
/*3*/
#m3_1{}
#m3_2{}
#m3_3{}
#m3_4{}
/*4*/
#m4_1{}
#m4_2{}
#m4_3{}
#m4_4{}
#m4_5{}
/*5*/
#m5_1{}
#m5_2{}
#m5_3{}
#m5_4{}
/*6*/
#m6_1{}
#m6_2{}
#m6_3{}
#m6_4{}
#menus{float:left;margin-left:auto;margin-right:auto;padding: 0px;}
#pro1 {
	float:left;
	width:203px;
	height:40px;
	background:url(../picture/products_type.gif) no-repeat 0px 0px scroll;
}
#pro4 {
	float:left;
	width:160px;
	padding:0px 22px 10px 21px;
}
#pro5 {
	float:left;
	width:203px;
}
a.aa:link {	
	color:#666666;
	/*font-weight:bold;*/
	text-decoration: none;
}
a.aa:visited {
	color:#666666;
	text-decoration: none;
}
a.aa:hover {
	color: red;
	text-decoration: underline;
}
a.aa:active {
	color: #FFCC00;
	text-decoration: none;
}
.menu12{background:url(../images/Gray.gif);}