﻿/*
 * 网站公用样式定义
 *
 */

/*==默认样式重置(CSS Reset)开始==*/

html, body {
	padding: 0;
	margin: 0 auto;
}
body, a {
	color: #333333;
	font-size: 12px;
	font-family: "宋体";
}
dl, dt, dd, ul, ol, li, p, h1, h2, h3, h4, h5, h6, th, td, hr, blockquote, form, label, textarea {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, strong, em {
	font-weight: normal;
	font-size: 100%;
	font-style: normal;
}
.contentField em {
	font-style: italic;
}
.contentField strong {
	font-weight: bolder;
}
a {
	cursor: pointer;
	text-decoration: none;
}
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: 8px;
	height: 8px;
}
/*图片容器*/
.showPic, .showPic div, .showPicL, .showPicR {
	margin: auto;
	font-size: 0px;
	text-align: center;
}
.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;
}
/*==网站通用定义结束==*/
