﻿@charset "utf-8";
body {
	margin:0px;
	font-size:12px;
	font-family: "宋体";
	background:url(../images/bg_img.jpg) repeat-x;	
}
div, img, a, form, span{
	margin:0px;
	padding:0px;
	border:0px;
}
input{
	border:0px;
}
h1, h2, h3, h4, h5, h6, h7{
	margin:0px;
	padding:0px;
	border:0px;
	font-weight: normal;
	font-size:12px;
}
ul, ol, li, dl, dt, dd{
	list-style:none; 
	margin:0px;
	padding:0px;
	border:0px;
}
a{
	color:#7f318e;
	text-decoration:none;
}
a:hover{
	color:#ff5400;
	text-decoration:underline;
}
/********************* header tag styles ****************/
#head{
	height:132px;
	margin:0px auto;
	clear:both;
	width:900px;
	position: relative;
}
#head div{
	width:100px;
	height:132px;
	top:0px;
	left:-100px;
	position:absolute;
}
#head ol{
	width:900px;
	margin:0px auto;
	display:block;
	height:91px;
	background:url(../images/logo.jpg) no-repeat;
	color:#FFFFFF;
	clear:both;
}
#head ol li{
	text-align:right;
	padding-top:7px;
}
#head ul{ 
	width:885px;
	margin:0px auto;
	display:block;
	height:37px;
	background:url(../images/dh_bg.jpg) no-repeat;
	padding-left:15px;
	clear:both;
}
#head ul li{ 
	font-weight:bold;
	color:#FFFFFF;
	padding-top:13px;
}
#head ol li a{
	color:#FFFFFF; 
	text-decoration:none; 
}
#head ul li a{
	color:#FFFFFF; 
	text-decoration:none; 
	margin:0px 18px 0px 17px;
}
#head ul li a:hover, #head ol li a:hover{
	color:#ef9bff; 
	text-decoration:none; 
}
/*************************** footer tag styles ************************/
#footer {
	width:100%;
	clear:both;
	border-top:3px solid #b744cd;
	margin-top:10px;	
}
#footer_bg {
	width:900px;
	background: url(../images/footer_bg.jpg) no-repeat left center;
	height:60px;
	margin:0px auto;
	text-align:right;
	padding:10px;
	line-height:200%;
}
#footer_bg h5 {
	font-family:Arial, Helvetica, sans-serif;
	color:#6b6b6b;
}
#footer_bg a{
	text-decoration:none;
	color:#000;
}
#footer_bg a:hover{
	text-decoration:underline;
	color:#6b6b6b;
}