@charset "gb2312";
/* CSS Document */

body{
	margin:0 auto;
	font-family:"宋体";
	font-size:12px;
	background-color:#CCC;
	color:#333;
}
#container{
	width:1050px;
	margin:0 auto;
	overflow:hidden;
	background:url(../images/containerbg.gif) repeat-x;
	background-color:#f6f6f6;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#1a54a4;
	text-decoration:none;
}

#middle{
	width:1050px;
	float:left;
	padding-top:20px;
}
.middleR{
	width:795px;
	float:right;
}
.aboutrt{
	width:785px;
	height:14px;
	float:right;
	font-size:14px;
	font-weight:bold;
	color:#1a54a4;
	padding-left:10px;
	text-align:left;
}
.aboutrb{
	width:755px;
	float:right;
	padding:20px;
	line-height:25px;
	text-align:left;
}

.middleM{
	width:2px;
	background:url(../images/mbg.gif) repeat-y;
	float:left;
	height:700px;
}
.middleL{
	width:253px;
	float:left;
}
.aboutt{
	width:243px;
	height:14px;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#1a54a4;
	padding-left:10px;
}
.aboutb{
	width:233px;
	float:left;
	padding:10px;
	line-height:25px;
}

/* 产品部分 左右链接 */
.content-width{ position:relative; z-index:5;}
.prev_pro, .next_pro{ position:absolute; top:160px; width:30px; height:48px; z-index:10;}
.prev_pro{ left:0;}
.next_pro{ right:0;}
.prev_pro a, .next_pro a{ display:block; width:30px; height:48px; background-position: center top; background-repeat:no-repeat;}
.prev_pro a{ background-image:url(../images/feature_left.gif);}
.prev_pro a:hover{ background-position:center bottom;}
.next_pro a{ background-image:url(../images/feature_right.gif);}
.next_pro a:hover{ background-position:center bottom;}

.mid{ position:relative;}
.keys{ position:absolute; top:400px; left:0; z-index:4;
	background:url(../images/1024_04.gif) no-repeat left top;
	width:151px; height:130px;}
		
