@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}

body, button, input, select, textarea {
	font: 14px/1.5 Microsoft YaHei, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

address, cite, dfn, em, var {
	font-style: normal;
}

ul, ol {
	list-style: none;
}

a {
	text-decoration: none;
}

legend {
	color: #000;
}

fieldset, img {
	border: 0;
	vertical-align: top;
}

section, article, aside, header, footer, nav, dialog, figure {
	display: block;
}

figure {
	margin: 0;
}

button, input, select, textarea {
	font-size: 100%;
	border: 0;
	background: none;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.clear {
	display: block;
	height: 0;
	overflow: hidden;
	clear: both
}

.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	*zoom: 1;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
}

a {
	outline: none;
	transition-duration: 0.3s, 0.3s;
	transition-property: background-color, color;
	transition-timing-function: ease, ease;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

em, i {
	font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

body {
	background: #fff;
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #d7353e;
}

input.hide::-webkit-input-placeholder {
	color: #fff!important;
}

input.hide::-moz-placeholder {
	color: #fff!important;
}

input.hide::-ms-input-placeholder {
	color: #fff!important;
}

.wrapper {
	margin: 0 auto;
	overflow: hidden;
	background: url(/static/index/image/h-bg.png) no-repeat center top;
	min-width: 1200px;
	overflow: hidden;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.g-in {
	width: 1200px;
	margin: 0 auto;
	*zoom: 1
}

.g-in:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both
}

.banner img {
	vertical-align: top;
}

.h1 {
	margin-top: 15px;
}

.h1 a {
	color: #333;
	font-size: 11px;
}

.h1 a:hover {
	color: #d7353e;
}

.h1 .l {
	float: left;
	color: #333;
}

.h1 .r {
	float: right;
}

.h2 {
	margin-top: 45px;
}

.h2 .logo {
	float: left;
}

.h2 .r2 a {
	color: #d7363e;
	float: right;
	margin-top: 12px;
}

.h2 .r {
	float: right;
	border-radius: 15px;
	overflow: hidden;
	border: 1px solid #d7353e;
	margin-top: 4px;
}

.h2 .r a {
	float: left;
	width: 60px;
	background: #fff;
	color: #d7353e;
	line-height: 28px;
	text-align: center;
}

.h2 .r a:last-child {
	background: #d7353e;
	color: #fff;
}

.nav {
	font-size: 16px;
	background: url(/static/index/image/nav-bg.jpg) no-repeat center;
	margin-top: 38px;
	text-align: center;
}

.nav a {
	color: #fff;
	display: block;
	line-height: 44px;
	text-align: center;
}

.nav li {
	display: inline-block;
	width: 150px;
}

.nav a img {
	vertical-align: middle;
	margin-right: 10px;
}

.footer {
	border-top: 18px solid #ededed;
	padding: 38px 0;
	text-align: center;
	color: #7a7a7a;
	line-height: 1.6;
}

.footer a {
	color: #7a7a7a;
}

.footer a:hover {
	color: #d7353e;
}

.pagination {
	text-align: center !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.pagination li {
	margin: 0px 10px !important;
	border: 1px solid #e6e6e6 !important;
	padding: 3px 10px !important;
	display: inline-block !important;
	width: auto !important;
}
.pagination .active {
	background-color: #dd1a20;
	color: #fff;
}

.pagination .disabled {
	color: #aaa;
}
