﻿@charset "utf-8";
/*
Author:拖鞋飞扬
Msn:suijun81@hotmail.com
*/
/*标签重定义*/
html, body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family:"微软雅黑", "宋体", Verdana, Geneva, sans-serif, !important;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border-width: 0px; -ms-interpolation-mode: bicubic;
}
a:link {
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
	
}
/*绝对定位*/
.z_1 {
	position:absolute;
	z-index:1;
}
.z_2 {
	position:absolute;
	z-index:2;
}
/*字体样式定义*/
.font_small{
font-size: 11px;
font-family: "微软雅黑",'PMingLiu';
}
.font_middle {
	font-size: 14px!important;
}
.font_big {
	font-size: 16px;
}
.color_1, a.color_1, .color_1 a {
	color: #b10000;
}
.color_2, a.color_2, .color_2 a {
	color: #aaaaaa;
}
/*清除浮动hack*/
/* Clearfix Start */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac */
	.clearfix {
	display:block;
}
/* End hide from IE Mac */
/* Clearfix End */
/*清除浮动，需另加空div，容易产生前面相邻标签内容在ie下不显示的bug*/
.clearfloat {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
	width:0px;
	visibility:hidden;
}
/*浮动*/
.f_l {
	float: left!important;
}
.f_r {
	float: right!important;
}

