﻿/*global settings*/
body, html {
	width:100%;
	min-height: 100%;
	color: #555;

}
* {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
li {
	list-style: none;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
.relative{
	position:relative;
}
input, textarea, select {
	font-family: inherit;
	font-family:"微软雅黑",Microsoft YaHei,Arial,SimSun;
	font-size: inherit;
	font-weight: inherit;
}
body{
	font-family:"微软雅黑",Microsoft YaHei,Arial,SimSun;
	font-size:12px;
	line-height:18px;
}
a, a:link, a:visited {
	color: #143a83;
	text-decoration: none;
}
a:hover {
	color: #af0b0b;
	text-decoration: underline;
}
a:active {
	color: #3A81B0;
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center{
	text-align:center;
}
img{
	border: 0;
	display:block;
	behavior: url('images/iepngfix.htc');
}
.block{
	display:block;
}
/*special settings*/
.red{
	color:#FF0000;
}
a.red:link,a.red:visited,a.red:active{
	color:#FF0000 !important;
}

.line-hidden{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.en {
	font-family:Georgia;
}
.num {
	font-size: 10px;
}
.s {
	font-size: 11px;
}
.m {
	font-size: 14px;
}
.l {
	font-size: 16px;
}
strong, .b {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.hide {
	display:none;
}
.show{
	display:block;
}
.clr {
	clear:both;
}
.clearfix:before, .clearfix:after { content: ""; display:table; } .clearfix:after { clear:both; overflow:hidden; } .clearfix { zoom:1; }


/*margin patch*/
.mt6{
	margin-top:6px;
}


/*padding patch*/
.pt5{
	padding-top:5px;
}
.pl42{
	padding-left:42px;
}
