﻿@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0px;
}
body{
background:url(../images/bg.jpg) left top repeat-x;
font-family:'宋体';
font-size:12px;
color:#333333;
line-height:18px;
}
img{
border:none;
}
ul li{
list-style:none;
}
a {
outline:none;
}
/*--------------------index.html start----------------------*/
#container{
width:978px;
margin:auto;
}
#head{
line-height:normal;
text-align:right;
width:300px;
float:right;
height:101px;
color:#808080;
}
#logo{
float:left;
margin-top:7px;
}
* html #logo{
float:left;
margin-top:5px;
}
.a1:link{
color:#808080;
text-decoration:none;
}
.a1:visited{
color:#808080;
text-decoration:none;
}
.a1:hover{
color:#4d4d4d;
text-decoration:none;
}
#menu{
width:978px;
float:left;
}
#banner{
clear:both;
padding:15px 0px;
}
.a2:link{
color:#333333;
text-decoration:none;
}
.a2:visited{
color:#333333;
text-decoration:none;
}
.a2:hover{
color:#808080;
text-decoration:underline;
}
#weather{
border:#cccccc 1px solid;
padding:5px;
margin-top:15px;
height:55px;
}
* html #weather{
border:#cccccc 1px solid;
padding:5px;
margin-top:15px;
height:51px;
}
#xiangtu{
background:url(../images/zhuchi.jpg) left top no-repeat;
padding:50px 10px 10px 10px;
height:128px;
}
.img {
border:#cccccc 1px solid;
padding:2px;
}
.blue{
font-size:14px;
font-weight:bold;
color:#4c9300
}
#link{
background:url(../images/frindelink.jpg) left top no-repeat;
text-align:center;
padding:37px 10px 10px 10px;
}
.link{
border:#dedede 1px solid;
padding:4px;
background:#f8f8f8;
margin:15px 5px 0px 5px;
}
#leftbar{
width:223px;
padding:10px;
background:url(../images/tuijian.jpg) left top no-repeat;
border:#f5f5f5 1px solid;
float:left;
overflow:hidden;
line-height:24px;
}
#rightbar{
margin-left:15px;
background:url(../images/rightbg.jpg) left top repeat-x;
padding-top:8px;
width:717px;
float:left;
}
#rightbar1{
margin-left:15px;
background:#fafafa;
padding-top:8px;
width:705px;
border:#CCCCCC 1px solid;
padding:5px;
float:left;
}
.newslist td {
padding:5px;
}
.prolist td {
border-bottom:#CCCCCC 1px dashed;
padding:10px 3px;
}
h1{
font-size:14px;
font-weight:bold;
text-align:center;
border-bottom:#d6d6d6 1px dotted;
margin:10px 0px;
padding:5px;
}
/*
html {
    FILTER: gray
}*/
