﻿/* 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:1000px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	background:#fff;
}
/* 
Header  -------------------------------------*/ 
#header {
    margin:0 auto;
	width:1000px;
	overflow:hidden;
	zoom:1;
}
#top{ height:30px; background:url(top.png) no-repeat;}
.riqi{ width:200px; line-height:30px; padding-left:16px;}
.weather{ width:400px; line-height:30px; padding-left:10px;}
.search{ width:214px; padding-left:22px; padding-top:2px; margin-right:12px; display:inline; background:url(barIcon.gif) no-repeat 0 -43px;}
.search .text{ width:140px; height:22px; display:block; float:left; line-height:22px; background:none; border:1px solid #CCCCCC; color:#000000;}
.search .submit{ width:70px; height:26px; display:block; float:right; text-align:center; line-height:26px; background:#FF0000; border:none; font-weight:bold; color:#FFFFFF;}

#banner{}
#menu{ padding:0 0 0 3px; height:38px; background:url(menu_bj.png) no-repeat;}
#menu a{ display:block; width:99px; float:left; text-align:center; font-size:14px; font-weight:bold; color:#dd262b; line-height:36px;}
#menu a:hover{ background:url(menu_ahover.png) center bottom no-repeat; color:#333333;}
.menu_bot{ height:38px; background:url(bar.png) no-repeat;}
.title{ width:85px; line-height:34px; font-size:14px; font-weight:bold; color:#c41b01; padding-left:16px;}
.scroll{ width:892px; line-height:34px;}

#demo {
	margin-top:2px;
	height:77px;
	text-align:center;
	background:#FFFFFF;
	overflow:hidden;
	zoom:1;
	border:1px solid #CCCCCC;
}
/*#demo img {border:none; margin-bottom:5px; width:120px; height:90px; }*/
#indemo {float: left; width: 800%;}
#demo1 {float: left;}
#demo2 {float: left;}

.picbox{ width:248px; height:58px; float:left; margin:10px 15px 10px 0; display:inline; }

.picdx{ width:240px; height:50px;}
.picdx img{ width:240px; height:50px; padding:3px; background:#FFFFFF; border:1px solid #CCCCCC;}
.picbox p{ text-align:center; line-height:20px;}

.linkBox {
	height:31px;
	margin-top:10px;
	padding:12px 0 0;
	text-align:center;
	background:#fbf4e3;
	border:1px solid #ead8b2;
}
.linkBox select {
	margin:0 5px;
	width:175px;
}

#footer {
	line-height:180%;
	clear:both;
	margin:0 auto;
	color:#000;
	padding:10px 0 20px;
	text-align:center;
	margin-top:10px;
	background:url(footer_bj.png) left top no-repeat;
}
#footer a { font-weight:bold; color:#DD2D00; }