﻿@charset "utf-8";
body {
	font-family: "宋体", "黑体", Verdana, sans-serif;/*字体统一定义*/
	font-size: 12px;/*字号统一定义*/
	margin: 0px;  /*外边距统一定义*/
	padding: 0px; /*内边距统一定义*/
	background-color:#fff;
}
a:link {/* 未访链接的样式 */
	color: #FFFFFF;  /*链接文字颜色*/
	text-decoration: none;  /*是否加下划线*/
	}
a:visited {/* 已访链接的样式 */
	color: #FFFFFF;  /*链接文字颜色*/
	text-decoration: none;  /*是否加下划线*/
	}
a:hover, a:active {/* 鼠标放到链接时的样式 */
	color: #0099FF;  /*链接文字颜色*/
	text-decoration: underline;  /*是否加下划线*/
}
#main_container{
	width:1003px;
	margin:0 auto;
}

/*------------------------top------------------------*/
#nav_container{
	width:1003px;
	height:59px;
	_overflow:hidden;
}

#banner_container{
	width:1003px; 
	height:165px;
	background-image:url(../images/PageImg/BG_Banner.jpg);
	background-repeat:no-repeat;
}
/*------------------------left------------------------*/
#left_container{ 
	float:left;
	width:235px;
	height:990px;/*!!!!!!!!!!!!!!!!!!!!*/
	background-image:url(../images/PageImg/BG_Repeat_Left.jpg);
	background-repeat:repeat-y;
}
#login_form_container{
	
}
#Log{/*login_form*/
	position:relative;
	margin-top:10px;
	margin-left:40px;
}
#left_nav_container{
	margin-top:10px;
}
#left_tree_container
{
	margin-left:50px;
}
#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: #0099FF;  /*链接文字颜色*/
	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;  /*是否加下划线*/
}

/*
#BTN_login{
    background:url(../images/PageImg/BTN_Login_EN.gif);
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    cursor:pointer;
    height:22px;
    width:54px;
    color:white;
    margin:2px;	
}
#BTN_register{
    background:url(../images/PageImg/BTN_Register_EN.gif);
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    cursor:pointer;
    height:22px;
    width:54px;
    color:white;
    margin:2px;	
}
*/
/*------------------------middle------------------------*/
#middle_iframe_container{
	float:left;
	width:730px;/*734*/
	_width:725px;     /*IE6的属性*/
	height:990px;/*!!!!!!!!!!!!!!!!!!!!*/
	background-color:#000;
}
#FrameRight{
	width:730px;/*734*/
	_width:725px;     /*IE6的属性*/
	height:990px;/*!!!!!!!!!!!!!!!!!!!!*/
	background-color:White;
}
/*------------------------right------------------------*/
#right_container{
	float:right;
	width:34px;
	height:990px;/*!!!!!!!!!!!!!!!!!!!!*/
	background-image:url(../images/PageImg/BG_Repeat_Right.jpg);
	background-repeat:repeat-y;
}
/*------------------------foot------------------------*/
#footer_container{
	clear:both;
	width:1003px;
	height:114px;
	background-image:url(../images/PageImg/BG_footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
#footer_txt{
	position:relative;
	color:#FFF;
	padding-top:20px;
	line-height:1.5;
}



