﻿/*
 * 公用CSS定义
 * 
 */

/* ==全局样式定义开始== */
html {
	width: 100%;
	height: 100%;
}
body {
	padding: 0px;
	margin: 0px;
}
body, table, input, dl, ul, textarea, a {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif, "宋体";
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.inputbutton:hover {
	text-decoration: none;
}
dl, dt, dd, ul, li, form, p, select, h1, h2, h3, h4, h5, h6, blockquote {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}

img {
	border: 0px;
}
input {
	vertical-align: middle;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
/* ==全局样式定义结束== */




/* ==网站通用定义开始== */
/* 间隔补白 */
.c_spacing, .c_spacing2 {
	
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}
.c_spacing2 {
	height: 4px;
}
/* 溢出隐藏 */
.c_content_overflow {
    overflow: hidden;
}

/* 显示图片 */
.showpic {
	text-align: center;
	margin: auto;
	font-size: 0px;
}
/* 清除浮动 */
.clearbox {
	*border-top: 1px solid transparent !important;
	margin-top: -1px !important;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	border: 0px;
	background: none;
	visibility: hidden;
}

/* ==网站通用定义结束== */
