﻿﻿/* CSS reset */

html,body,div,p,form,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
img{border:0;}
ul,ol{list-style:none;}
table { border-collapse:collapse; border-spacing:0;}
a{ cursor:pointer; font-size:12px; }
a:link,a:visited{color:#333;text-decoration:none;}
a:hover { color: #f60;}
a:active { text-decoration: none;}
p { padding:5px 0; }
h1 { font:24px/120% 黑体; text-align:center; padding:18px; }
textarea { overflow:auto; }
/*--reset end--*/

.b { font-weight:bold; }
.font_red { color:#f60; }
.font_green { color:#0c0; }
.font_blue { color:#06c; }
.font_key { color:#f00; }

.left {	float:left;	display:inline; }
.right { float:right; display:inline; }

body { 
    background:#fff url(bg.jpg) no-repeat center 0; 
	font:12px Tahoma,Verdana,宋体; 
	color:#333;
	text-align:left;
	height:100%;
}

.container {
	width:1002px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	background:#fff;
}
/* 
Header  -------------------------------------*/ 
#header {
    margin:0 auto;
	width:1002px;
	overflow:hidden;
	zoom:1;
}
#top{ height:26px; background:url(top_r.png) right 0 no-repeat;}
.riqi{ width:; line-height:26px;}
.riqi_r{ width:329px;}
.sunmenu{ line-height:24px; color:#FFFFFF;}
.sunmenu a{ color:#FFFFFF;}

.riqi_r .text{ width:120px; height:26px; line-height:26px; background:none; border:none; padding:0 0 0 26px; color:#999999;}
.riqi_r .submit{ width:70px; height:26px; background:none; border:none; font-weight:bold; color:#666666;}

#banner{}
#menu{ padding:0 3px; height:33px; background:url(menu_bj.png) no-repeat;}
#menu a{ display:block; width:83px; float:left; text-align:center; font-size:14px; font-weight:bold; color:#FFFFFF; line-height:34px; background:url(menu_ahover.png) center bottom no-repeat;}
#menu a:hover{ color:#333333;}

.img_link{ margin-top:10px;}
.img_link a{ display:block; float:left; margin:0px 10px 0px 5px; display:inline;}
.img_link img{ padding:1px; background:#FFFFFF; border:1px solid #cccccc;}

.tex_link{ width:1002px; height:35px; background:url(link_bj.jpg) no-repeat; margin-top:10px; text-align:center; line-height:35px; overflow:hidden; clear:both;}
.tex_link a{ margin:0px 10px; display:inline; color:#FFFFFF;}

.footer{ height:100px; line-height:20px; text-align:center; padding-top:10px;}

.linkBox {
	background:url(linkBg.png) no-repeat 0 0;
	height:31px;
	margin-top:10px;
	padding:12px 0 0;
	text-align:center;
}
.linkBox select {
	margin:0 5px;
	width:175px;
}