﻿/* - - - - - - - - - 全局重置样式  - - - - - - - - -*/
/* gooddede.com 做最好的织梦模板 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, code, del, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label {
	margin:0;
	padding:0;
	border:0;
	font-style:inherit;
	font-family:inherit;
	vertical-align:baseline;
}
img {
	border:none;
	vertical-align:middle;
}
input, select, button {
	vertical-align:middle;
}
input {
	padding:0;
}
button {
	cursor:pointer;
}
body {
	color:#666;
	font-size:12px;
	background:#fff;
}
ul, ol {
	list-style-type:none;
}
h3, h4 {
	font-size:14px;
}
em, address {
	font-style:normal;
}
a {
	text-decoration:none;
	color:#4f4f4f;
}
/*链接样式*/
a:link {
}
a:hover {
	color:#F60;
	text-decoration:underline;
}	/*鼠标悬停时*/
a:active {
}	/*鼠标点击与释放之间*/
a:visited {
}	/* 已被访问过 */
/*  - - - - - - - - - 常用类样式  - - - - - - - - -*/
.no_bor {
	border:none!important;
}	/*无边框*/
.no_bg {
	background:none!important;
}	/*无背景*/
.clear {
	display:block;
	height:0;
	line-height:0;
	overflow:hidden;
	clear:both;
	font-size:0;
}/*清除浮动*/
.line {
	display:block;
	height:0;
	border-top:1px solid #c79200;
	line-height:0;
	overflow:hidden;
	clear:both;
	font-size:0;
}/*清除浮动*/
.f_left {
	float:left;
}	/*左浮动*/
.f_right {
	float:right;
}	/*右浮动*/
