@charset "utf-8";
/* 全局设置 */
* {
	color:#000000;
	padding:0;
	margin:0;
	
}/*所有内外补丁为0，字体粗细正常，12px大，150%行高，#666颜色*/
ul,ol,dl {list-style:none;}/*所有项目符号显示无*/
img {border:0;}/*所有图片边框无*/
a {text-decoration:none;}/*所有链接无修饰[上、下划线，虚线...]*/
a:hover {text-decoration:underline;}/*所有链接鼠标放上时为下划线*/
button {cursor:pointer;}/*所有按钮鼠标放上时为手型标志*/
/* 全局设置完毕 */

/* 布局设置 */
body {
	text-align:center;
	margin:0;
	background-color: #FFFFFF;
	scrollbar-face-color:#C0C0C0;
	scrollbar-highlight-color:#9D9D9D;
	scrollbar-3dlight-color:#E0E0E0;
	scrollbar-darkshadow-color:#E0E0E0;
	scrollbar-shadow-color:#9D9D9D;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#E0E0E0;
	font-size: 12px;
}/*内容对齐方式为居中[IE居中方式],为了保证浏览器的兼容性，必须设置页面背景*/
#top,#barner,#menu_1,#menu_2,#center,#center2,#bottom {
	/*width:1002px;*/
	width:1002px;
	text-align:left;
	clear:both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}/*设置总宽度，文本对齐方式改回默认left,清除周围浮动，左右自适应[FireFox居中方*/
#top{
	height: 82px;
}
#barner{
	height:120px;
	background-image: url(../pics/bg/bg01.jpg);
	background-repeat: repeat-x;
	border-top-width:6px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 1px;
}
#menu_1{
	height:30px;
	background-image: url(../pics/bg/top_1.jpg);
	background-repeat: no-repeat;
	line-height: 30px;
}
#menu_2{
	background-image: url(../pics/bg/top_2.jpg);
	height: 59px;
	line-height:59px;
	text-indent: 400px;
}
#logo{
	float: left;
	height: 83px;
	width:420px;
	background-image: url(../pics/logo.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
}
.top_all{float: right;width:540px;}
.top_lang{
	width:534px;
	clear: both;
	line-height: 20px;
	text-decoration: none;
	text-align: right;
	padding-right:6px;
	padding-top: 21px;
}
.top_menu{
	width:540px;
	clear: both;
}
.top_menu_l{
	background-image: url(../pics/bg/nav01.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width:22px;
	float: left;
}
.top_menu_r{
	background-image: url(../pics/bg/nav02.jpg);
	background-repeat: repeat-x;
	height: 42px;
	width:518px;
	float: right;
	text-indent: 10px;
}
.top_menu_r a{
	color: #000000;
	text-decoration: none;
}
.top_menu_r a:hover{
	color: #1b56a4;
}
.top_menu_r li{
	display: inline;
	font-size: 12px;
	line-height: 42px;
	margin-right:17.8px;
	padding-right:17.8px;
}
.top_menu_rline{
	font-size: 13px;
	line-height: 42px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#center{
	background-image: url(../pics/bg/C_bg.gif);
	background-repeat: repeat-y;
}
#center2{
	background-image: url(../pics/bg/bg02.jpg);
	background-repeat: repeat-y;
}
#center_l{
	float: left;
	width: 200px;
	margin-left: 0px;
	padding-left: 0px;
}
.cl{
	text-align: center;
	clear: both;
	width: 180px;
	margin-left: 18px;
}
.cl_in{
	text-align: left;
	clear: both;
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}
.cl_in2{
	line-height: 0px;
}
#center_r{
	float: right;
	width:780px;
	margin-right:2px;
	padding-right:2px;
}
#bottom{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-bottom: 5px;
	text-align: center;
	padding-top: 5px;
}
.pagesin{
	clear: both;
	float: right;
	width:790px;
	margin-bottom: 5px;
	margin-top: 8px;
}
td{
	font-size: 9pt;
	color: #333333;
	line-height: 30px;	
}
