/*
   gift.css
金秋有礼

   Created by lc on 2016-09-22.
   Copyright 2016 lc. All rights reserved.
*/

.font_small {
	font-size: 14px;
}
#banner {
	display: block;
	height: 200px;
	background-position: top center;
}

/*活动介绍*/

.content_des {
	padding: 45px 0;
	line-height: 32px;
}
.content_des h2 {
	display: block;
	margin-bottom: 25px;
}
.content_des a {
	color: #D02D2D;
	text-decoration: underline;
}
#answer_btn {
	background: #DD2222;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
	text-decoration: none;
}

/*幸运礼品*/

.gifts {
	margin: 50px 0;
}
.gifts ul {
	display: block;
	margin-right: -65px;
}
.gifts li {
	float: left;
	text-align: center;
	margin-right: 64px;
}
.gifts img {
	border: 1px solid #ddd;
	padding: 0 20px;
	display: block;
	margin: 30px 0;
}

/*资料下载*/

.download {
	background: #F6F6F6;
	margin-bottom: 50px;
	padding-top: 30px;
}
.download ul {
	display: block;
	padding: 50px 40px 0 40px;
	margin-right: -50px;
}
.download li {
	display: block;
	width: 340px;
	height: 320px;
	float: left;
	margin: 0 45px 30px 0;
}
.download img {
	display: block;
	width: 280px;
	height: 150px;
}
.download li b {
	display: block;
	font-size: 20px;
	padding: 15px 0;
}
.download li a, .download li p {
	color: #999;
	line-height: 26px;
	font-size: 14px;
}
.download li p:hover a {
	color: #D02D2D;
}
.download li .more {
	color: #D02D2D;
	font-size: 15px;
}
.download li .more:hover {
	text-decoration: underline;
}