﻿/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6, img, p, ul, li, dl, dt, dd, ol, table, tr, form, td, span, input, a, div {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	border: 0;
	font-size: 14px;
}
body {
	font-family: "微软雅黑";
	font-size: 12px;
	margin: 0 auto;

	color: #494949;
	padding: 0px;
}
img {
	border: 0px;
	border: none;
}
ul, li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #494949;
}
a:hover {
	color: #083d80;
}
h2, h3, h4, h5 {
	font-family: "微软雅黑";
	font-weight: normal;
}
.clear {
	clear: both
}


.content {
	width: 290px;
	margin: 0px;
	position: relative;
	
}
.page {
	width: 1003px;
	margin: 20px auto;
	position: relative;
}
/*幻灯片代码*/
.banner {
	width: 290px;
	height: 218px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.banner ul {

	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
}
.banner ul li {
	width: 290px;
	height: 218px;
	float: left;
	position: relative;
}
.banner ul li a img {
	display: block;
	width: 290px;
	height: 218px;
}
.banner ol {
	height: 18px;
	position: absolute;
	bottom: 15px;
	z-index: 326;
	text-align: center;
	right: 0px;
}
.banner ol li {
	float: left;
	width: 12px;
	height: 12px;
	text-align: center;

	overflow: hidden;
	cursor: pointer;
	font-size: 12px;
	color: #9b0606;
	background: url(../images/icon1.png) no-repeat;
	font-family: "微软雅黑";
}
.banner .active {
	color: #fff;
	background: url(../images/icon1_active.png) no-repeat;
}
/*幻灯片代码结束*/
