﻿/*
 * 网站公用样式定义
 *
 */
/*==默认样式重置(CSS Reset)开始==*/
html, body {
	padding: 0;
	margin: 0 auto;
        font-size:12px;
}
body, a {
	color: #333;
	font-size: 12px;
	font-family: "宋体";
}
dl, dt, dd, ul, ol, li, p, h1, h2, h3, h4, h5, h6, th, td, hr, blockquote, form, label {
	padding: 0;
	margin: 0;
}
a {
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #dd0000;
}
a:active, a:focus {
	outline: none;
}
li {
	list-style: none;
}
img {
	border: 0;
}
/*==默认样式重置结束==*/
/*==网站通用定义开始==*/
/*溢出隐藏*/
.overflow_hidden {
	overflow: hidden;
}
/*间隔空白*/
.spacing {
	font-size: 0px;
	visibility: hidden;
	line-height: 10px;
	height: 10px;
}
.spacing2 {
	font-size: 0px;
	visibility: hidden;
	line-height: 20px;
	height: 20px;
}
/*图片容器*/
.showPic, .showPic div, .showPicL, .showPicR {
	margin: auto;
	text-align: center;
clear:both;
}
.showPic img {
	display: block;
	margin: auto;
}
.showPicL {
	float: left;
}
.showPicR {
	float: right;
}
/*清除浮动*/
.clearbox {
	border-top: 1px solid transparent !important;
	margin-top: -1px !important;
	margin-top: 0px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	border: 0px;
	visibility: hidden;
}
/*==网站通用定义结束==*/



