﻿body {
	background: url(background.jpg) no-repeat;
	background-size: 100%;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
.header {
	width: 700px;
	height: 220px;
	margin: 0 auto;
	background: url(header_bg.png) no-repeat;
}
.tab1,.tab2,.tab3 {
	margin-top: 20px;
}
.tab3 .slideTxtBox .bd,.tab1 .slideTxtBox .bd {
	height: 300px;
}
.footer {
	margin-top: 20px;
	height: 105px;
	background: #d60b0b;
}
.footer p {
	position: absolute;
	margin-left: 40%;
	transform: translateX(-50%);
	margin-top: 20px;
	color: #fff;
	text-align: center;
}
#more {
	text-align: center;
}
#more a {
	font-size: 18px;
	color: #d60b0b;
}
