﻿
body {
	font-family: "宋体", "黑体", Verdana, sans-serif;/*字体统一定义*/
	font-size: 12px;/*字号统一定义*/
	margin: 0px;  /*外边距统一定义*/
	padding: 0px; /*内边距统一定义*/
	background-color:#c0c0c0;
}

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
{
	background-color:White;
	width:1003px;
	margin:0 auto;
}

/*------------------------top------------------------*/
#banner_container{
	width:1003px; 
	height:180px;
	
	
}
#nav_container{
	width:1003px;
	height:40px;

}
/*------------------------left------------------------*/
#left_container1{ 
	float:left;
	width:195px;
	height:1000px;
	
}
#logo{ 
	position:relative;
	width:752px;
	height:97px;

}
#login_form{ 
	position:relative;
	width:752px;
	height:225px;

	background-repeat:no-repeat;
	
}

#proClass{ 
	
	width:195px;
	height:871px;
}

#right_container1{
	float:left;
	
}

#right_top1{ 
	position:relative;
	width:752px;
	height:239px;

}
#right_top2{ 
	
	
}
#left_container{ 
	float:left;
	width:251px;
	height:1110px;/*!!!!!!!!!!!!!!!!!!!!*/

}
#login_form_container{
	position:relative;
	margin-top:10px;
	width:251px;
	height:90px;
	padding: 27px 0px 0px 10px;
	
	background-image:url('../images/PageImg/BG_Login_CN.jpg');
	background-repeat:no-repeat;
    top: 0px;
    left: 17px;
}

#left_nav_container{
	margin-top:10px;

}
#left_tree_container
{
	
	
	width:195px;
}
#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:752;/*734*/
	
	padding-left:15px;
	height:1010px;/*!!!!!!!!!!!!!!!!!!!!*/
	background-color:#FFF;
	
}
#FrameRight{
	width:808px;/*734*/
	
	height:897px;/*!!!!!!!!!!!!!!!!!!!!*/
	background-color:White;
}
/*------------------------foot------------------------*/
#footer_container{
	clear:both;
	width:1003px;
	
	

	text-align:center;

}
#footer_txt{
	position:relative;
	color:#fff;
	padding-top:10px;
	line-height:1.5;
}
