@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

.section-header-image .img-responsive{
	margin: 0 auto;
}

body, button, input, select, textarea, pre {
	font-size: 14px;
	font-family: "Microsoft Yahei", "微软雅黑", "宋体", Tahoma, Arial, Helvetica;
}

fieldset, img {
	border: 0;
}

textarea {
	resize: vertical;
}

a, a:link, a:active {
	text-decoration: none;
	outline: none;
}

a:hover {
	cursor: pointer;
}

label {
	cursor: pointer;
	font-weight: normal;
}

ul.no-list-style, ol.no-list-style {
	list-style: none;
}

i.fa-fw {
	+width: 0; /* IE 7 */
}

::selection {
	background: #5A5A5A;
	color: #fff
}

::-moz-selection {
	background: #5A5A5A;
	color: #fff
}

/* 全局常用 */
.content-box {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.fixed {
	position: fixed;
}

.inline-block {
	display: inline-block;
}

.pointer:hover {
	cursor: pointer;
}

.shadow {
	-webkit-box-shadow: #666 4px 4px 6px;
	-moz-box-shadow: #666 4px 4px 6px;
	box-shadow: #666 4px 4px 6px;
}

.radius5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.radius2 {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

#content .has-error .with-errors {
	display: block !important;
}

table[align="center"] {
    margin: 0 auto;
}