/* CSS Document */

* { margin:0; padding:0;}

body{ padding:0px; margin:0px auto; font-family:Tahoma, Verdana, Arial; height:100%;}

div,p,li,em{font-family:Verdana,宋体;font-size:12px;  font-style:normal;}

form,ul,li,p,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}

input,select{font-size:12px;line-height:16px;}

img{border:0;}

ul,li,ol{list-style-type:none;}

li{font-size:12px;}

a{text-decoration:none;}

.clear{height:20px;}

h1{font-size:20px; font-weight:normal; font-family:黑体;}

h2{font-size:14px; font-weight:bold; font-family: "宋体";}

h3{font-size:14px; font-weight:normal; font-family:"宋体";}

h4{font-size:12px; font-weight:bold; font-family:"宋体";}

h5{font-size:12px; font-weight:normal; font-family:"宋体";}

.left{ float:left;}
.right{float:right;}

.gray{color:#5e5e5f;text-decoration:none;}
A.gray:link{color:#5e5e5f;text-decoration:none;}
A.gray:hover{color:#c20808;text-decoration:underline;}

#head{margin:0 auto 7px; width:1000px; height:67px; background:#FFFFFF;}
.logo{ float:left; width:189px; height:67px; background:url(../images/logo.png) no-repeat;}
.menu{ float:right; padding-top:34px; font:"宋体"; font-size:12px; text-align:center; letter-spacing:6px;}
.menu a{ color: #000000; text-decoration:none;}
.menu a:hover{ color:#FF0000; text-decoration:none;}
.pic_a{margin:auto; width:1000px; height:238px; background: url(../images/pic_a.png) no-repeat;}
.pic{ margin:auto; width:1000px; height:238px; background:url(../images/pic.png) no-repeat;}


#content_a{
	width:1000px;
	height:500px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content{
	width:1000px;
	height:330px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#left{ float:left; width:238px; height:auto;}
#right{float:right; width:758px; height:auto;}
#copyright{ float:left; width:1000px; height:32px; background:url(../images/copyright.png) no-repeat;}
