﻿/*global settings*/
body, html {
	width:100%;
	min-height: 100%;
	color: #555;

}
*{
	box-sizing:border-box;
	margin: 0;
	padding: 0;
}
*:focus {outline: none;}
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-size: inherit;
	font-weight: inherit;
}
body, button, input, select, textarea {
  font: 12px/1.5 "\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","Hiragino Sans GB",tahoma,arial,"\5B8B\4F53";
}
.hei{ font-family:"黑体";}
a, a:link, a:visited {
	color: #8C0200;
	text-decoration: none;
}
a:hover {
	color: #888;
	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;
}

.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*/
.mb5{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
/*padding patch*/
.pt5{
	padding-top:5px;
}
.pd30{
	padding:30px 0;
}