/*
 * 飞鹤航空网站公用CSS定义
 * 
 */

/* ==全局样式定义开始== */
html {
	width: 100%;
	height: 100%;
}
body {
	margin: auto;
	padding: 0px;
}
input{
	font-size: 12px;
	color: #666;
	font-family: "宋体", Arial, Helvetica, sans-serif;
}
body, a, table, dl, ul, textarea {
	font-size: 12px;
	color: #666;
	line-height: 22px;
	font-family: "宋体", Arial, Helvetica, sans-serif;
}
a {
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
dl, dt, dd, ul, li, form, p, select, h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}
dt {
	word-break: keep-all;
	white-space: nowrap;
	word-wrap: normal;
	line-break: normal;
}
li {
	list-style: none;
}
img {
	border: 0px;
}
input {
	vertical-align:middle;
	/*vertical-align:expression((this.type=="text" ? "none" : "middle")); */
}
table, td {
	padding: 0PX;
}
/* ==全局样式定义结束== */




/* ==网站通用定义开始== */
/* 间隔补白 */
.c_spacing, .c_spacing2 {
	font-size: 0px;
	line-height: 0px;
	height: 5px;
}
.c_spacing2 {
	height: 10px;
}
/* 溢出隐藏 */
.c_content_overflow {
    overflow: hidden;
}
/* 显示分页 */
.showpage, .showpage a {
	font-weight: bolder;
}
.showpage {
	text-align: right;
	padding: 5px 0px;
}
/* 显示图片 */
.showpic {
	text-align: center;
	margin: auto;
}
/* 清除浮动 */
.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;
}
/*字体定义*/
.font_1/*橙色粗体*/{color:#f60; font:bold 14px/26px "宋体";}
/* ==网站通用定义结束== */
