body {
	background-color: #ac030f;
	background-image: url(../images/bg.gif);
	font-family: "Helvetica Neue", "Helvetica", "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", "sans-serif";
}

h1 a:visited{ color:#FFFF00;}
h1 a:link{ color:#FFFF00;}


footer {
	color: #EEEEEE;
}
.bn_title {
	padding: 0 20px;
	margin: 5px 0;
	color: #FFFF00;
	border: 3px dashed #FFFF00;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align:center;
}
.bn_title h2 {
	font-size: 17px;
	line-height: 150%;
}
.bn_title2 {
	padding:10px 20px;
	margin: 20px 0;
	background: #c00100;
	color: #ffd584;
}
.bn_title2 h2 {
	font-size: 17px;
	line-height: 150%;
}
.bn-video {
	position: absolute;
	left: 335px;
	top: 180px;
	width: 500px;
	height: 320px;
}
.HelloYear {
	background-color: #FFFFFF;
}
.con {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}
.BusinessCon {
	padding: 10px 0;
}
.BusinessTitle {
	text-align: center;
}
.BusinessTitle h2 {
	font-size: 30px;
	margin-bottom: 5px;
}
.BusinessTitle p {
	font-size: 15px;
	max-width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.BusinessTitle hr {
	width: 100px;
}
.BusinessFooter {
	padding: 40px 0 20px;
	text-align: center;
}
.thumbnail {
	background: #c00100;
	border: 1px solid #c00100;
	clear: both;
}
.thumbnail:hover {border: 1px solid #ffd584;;}
.caption h3{color: #ffd584; padding: 10px 0; margin: 0;}
.caption h4{color: #ffd584; padding: 10px 0 0; margin: 0; }
.caption p{ color: #FFFFFF;}

@media (min-width: 768px) {
	.bn-video {
		position: absolute;
		left: 50%;
		margin-left: -250px;
		top: 180px;
		width: 500px;
		height: 320px;
	}
	.bn_bj h2 {
		font-size: 27px;
	}
	.bn_title h2 {
		font-size: 27px;
		line-height: 150%;
	}
	.bn_title2 h2 {
		font-size: 27px;
		line-height: 150%;
	}
	.BusinessTitle h2 {
		font-size: 40px;
	}
	.BusinessTitle p {
		font-size: 20px;
		max-width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	.BusinessTitle hr {
		margin: 50px auto;
	}
}