@charset "utf-8";
/* CSS Document */
.all{
   width:1002px;
	 margin:0px auto;
}
.warp{
   	width:1002px;
	float:left;
	background:url(../images/all_bg.gif) repeat-y;
}
.left_all{
	float:left;
	width:112px;
}

.center_all{
	width:778px;
	float:left;
}
.top{
	float:left;
	width:778px;
	height:61px;
	background:url(../images/bj-top.gif) no-repeat;
}
.logo{
	width:300px;
	float:left;
}
.user_tool{
	width:478px;
	float:left;
	text-align:right;
}
.user_tool a{
	font-size:12px;color:#595959;text-decoration:none;
}
.user_tool a:hover{
	text-decoration: underline;
}

.right_all{
	float:left;
	width:112px;
}

.all_nav_position{
	position:absolute;
	width:778px;
	height:120px;
	z-index:999;
}

.warp_center{
	width:778px;
	float:left;
	overflow:hidden;
	background:url(../images/center_bg.gif) repeat-y;
}

.new_pro_left{
	width:195px;
	background:#FFFFFF;
	float:left;
}
.new_img_box{
	float:left;
	width:195px;
	height:125px;
}
.new_left_list{
	background:url(../images/new_left_bg.gif) no-repeat;
	width:195px;
	height:250px;
    float:left;
}
.left_list_box{
	padding-left:22px;
	float:left;
}
.left_list_box ul{
	margin:0px;
	padding:0px;
}
.left_list_box ul li{
	padding:12px 0 5px 0;
	list-style:none;
	width:160px;
	background:url(../images/left_list_bg.gif) bottom no-repeat;
}
.left_list_box ul li span{
	color:#31717A;
	font-weight:bold;
	font-size:13px;
}
.left_list_box ul li img{
	padding:0 8px 0 2px;
}
.left_list_box ul li a{
	font-size:13px;
	font-weight:bold;
	color:#5E5E5E;
	text-decoration:none;
}
.left_list_box ul li a:hover{
	color:#35717A;
}
/*--left end--*/

/*--right start*/
.all_right_top{
	background:url(../images/right_top_bg.gif) no-repeat;
	width:563px;
	height:36px;
    float:left;
	text-align:right;
	padding:14px 20px 0 0;
	color:#595959;
}

.new_pro_right{
	width:583px;
	float:left;
}
.new_pro_right a{
	font-size:12px;
	color:#595959;
	text-decoration:none;
}
.new_pro_right a:hover{
	text-decoration: underline;
}

/*--right end--*/
.footer_img{
	width:1002px;
	float:left;
}
.footer{
	width:1002px;
	background:url(../images/footer_bg.gif) no-repeat;
	height:45px;
	text-align:center;
	float:left;
	color:#666666;
	font-size:11px;
	padding-top:5px;
}
.footer a{
	font-size:11px;
    color:#595959;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}