﻿
body 
{
	

	font-family:Arial, "黑体", Verdana, sans-serif;/*字体统一定义*/
	font-size: 12px;/*字号统一定义*/
	margin: 0px;  /*外边距统一定义*/
	padding: 0px; /*内边距统一定义*/
	background-color:#333333;
}
a:link {/* 未访链接的样式 */
	color: #000;  /*链接文字颜色*/
	text-decoration: none;  /*是否加下划线*/
	}
a:visited {/* 已访链接的样式 */
	color: #000;  /*链接文字颜色*/
	text-decoration: none;  /*是否加下划线*/
	}
a:hover, a:active {/* 鼠标放到链接时的样式 */
	color: #F00;  /*链接文字颜色*/
	text-decoration: underline;  /*是否加下划线*/
}
#main_container{
	width:1003px;
	margin:0 auto;
	

}

/*---------height:1225px;---------------top------------------------*/
#banner_container{
	width:1003px; 
	height:180px;
	
	
}
#nav_container{
	width:1003px;
	height:40px;

}
/*------------------------left------------------------*/
#left_container1{ 
	 clear:both;
	width:1003px;
	height:538px;
	
}


#proClass{ 
	 float:left;
	width:250px;
	height:538px;
	
}

#right_container1{
	float:left;
	
}

#right_top1{ 
	position:relative;
	width:755px;
	height:239px;

}
#right_top2{ 
	
	
}
#left_container{ 
	float:left;
	width:225px;
	height:1010px;/*!!!!!!!!!!!!!!!!!!!!*/

}
#login_form_container{
	position:relative;
	margin-top:10px;
	width:206px;
	height:90px;
	padding: 27px 0px 0px 10px;
	

	
    top: 0px;
    left: 17px;
}

#left_nav_container{
	margin-top:10px;

}
#left_tree_container
{
	
	
	width:234px;
}
#left_tree_container a:link {/* 未访链接的样式 */
	color: #000;  /*链接文字颜色*/
	text-decoration: none;  /*是否加下划线*/
	}
#left_tree_container a:visited {/* 已访链接的样式 */
	color: #000;  /*链接文字颜色*/
	text-decoration: none;  /*是否加下划线*/
	}
#left_tree_container a:hover,#left_tree_container a:active {/* 鼠标放到链接时的样式 */
	color: #F00;  /*链接文字颜色*/
	text-decoration: underline;  /*是否加下划线*/
}

#qqtab a:link {/* 未访链接的样式 */
	color: #000;  /*链接文字颜色*/
	text-decoration: none;  /*是否加下划线*/
	}
#qqtab a:visited {/* 已访链接的样式 */
	color: #000;  /*链接文字颜色*/
	text-decoration: none;  /*是否加下划线*/
	}
#qqtab a:hover,#qqtab a:active {/* 鼠标放到链接时的样式 */
	color: #0099FF;  /*链接文字颜色*/
	text-decoration: underline;  /*是否加下划线*/
}

/*------------------------right------------------------*/
#right_iframe_container{
	float:left;
	width:769px;/*734*/
	
	padding-left:15px;
	height:1010px;/*!!!!!!!!!!!!!!!!!!!!*/
	
}
#FrameRight{
	width:1003px;/*734*/
	
	/*height:1064px;!!!!!!!!!!!!!!!!!!!!*/
	
}
/*------------------------foot------------------------*/
#footer_container{
	clear:both;
	width:1003px;
	
	
 
	text-align:center;

}
#footer_txt{
	position:relative;
	color:#9d9d9d;
	margin-top:5px;
	 font-size:14px;
	line-height:1.5;
}
