@charset "utf-8";
/****************************************************************************/
/********************************************************  ===  基础重定义  ===
/****************************************************************************/
body {
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, Fixedsys;
	font-size: 12px;
	background: #c7b199;
	margin: 0px;
}
a,
a:link,
a:hover,
a:visited,
a:active {
	text-decoration: none;
}
/*
a:target{
	padding-top:144px;
}
*/
img {
	border: none;
}
* {
	margin: 0px;
	padding: 0px;
}
ul,
ol {
	margin-bottom: 0px;
}
/****************************************************************************/
/********************************************************  ===  全局  ===
/****************************************************************************/
.home-container {
	width: 1200px;
	margin: 0 auto;
}
.home-body {
	width: 1200px;
	height: 2420px;
	background-image: url("../img/tiger-model-home.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}
.home-foot {
	width: 1200px;
	height: 80px;
	color: #333;
	text-align: center;
	font-size: 12px;
}
.home-foot a {
	color: #333;
}
.home-foot a:hover {
	color: #f00;
}











