@charset "utf-8";
html {
	width: 100%;
}

/*取消浏览器默认样式*/
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font: 14px/1.5 "Microsoft YaHei",Helvetica,STHeiTi,sans-serif;
}
input,
select,
textarea {
	font-size: 100%;
}


fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500;
}

ol,
ul,
li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 500;
}
a {
	text-decoration: none;
	outline: 0;
	color: #a00606;
}

/* start */
body {
	width: 100%;
	background: url(../images/pc-background.jpg) no-repeat top center #aac84e;
	color: #073717;
}
#header{
	display: none;
}
.wrap {
	width: 960px;
	margin: 0 auto;
}

/*space*/
.banner {
	width: 100%;
	height:350px;
}

/* tab */
.nav {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	padding: 0 80px;
}
.nav ul{
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 187px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.nav ul li a{
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	font-size: 16px;
	color: #a00606;
}
.nav a.on{
	color: #d61921;
	font-weight: bold;
	border-bottom: 2px solid #d61921;
}

/* content */
.content {
	width: 640px;
	margin: 0 auto;
}
.content p{
	line-height:30px;
	font-size:14px;
}
.content h3{
    height: 58px;
	line-height: 58px;
	width:220px;
	text-align: center;
	margin:30px 0 10px 0;
    font-size: 16px;
    color: #073717;
	background: url(../images/pc-h3Bg.jpg) no-repeat
}
.title {
    padding: 15px 0;
    color: #d15c07;
    font-size: 16px;
}
.content p span {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 7px;
    border-radius: 3px;
    background-color: #d15c07;
}
.content .title .gift {
    width: 27px;
    height: 27px;
    background: url(../images/pc-gift.png);
    background-size: 100% 100%;
    vertical-align: middle;
}

table {
	border-collapse: collapse;
}
table td{
    text-align: center;
    border: 1px solid #073717;
    padding: 8px 15px;
}