.main{
	width: 1200px;
	margin: 72px auto 0;
	height: auto;
}

.count-down{
	min-height: 270px;
	width: 100%;
	position: relative;
	min-height: 400px;
	padding-bottom: 46px;
}
.count-title{
	width: 100%;
	height: 58px;
	background: url(../img/count_bg.png) no-repeat;
}
.count-num{
	position: absolute;
	right: 290px;
	top: 0;
	color: red;
	font-size: 50px;
	font-weight: 400;
	width: 100px;
	text-align: center;
}
.count-down .bm{
	width: 47px;
	position: absolute;
	left: 34px;
	top: 104px;
	z-index: 9;
}
.count-down p{
	text-indent: 2em;
	color: white;
	font-size: 22px;
	line-height: 40px;
	width: 1000px;
	margin: 60px auto 0;
	padding-left: 40px;
}
.count-down .bot-bor{
	width: 1110px;
	position: absolute;
	left: 50px;
	bottom: 0;
}


/*$bm-list å›¾ç‰‡åˆ—è¡¨å¼€å§‹*/
.bm-list{
	width: 1180px;
	height: 282px;
	margin: 70px auto 0;
}
.bm-list li{
	float: left;
	width: 380px;
	height: 282px;
	margin-left: 20px;
	box-sizing:border-box;
	background: url(../img/bm_bg.png) no-repeat;
	background-size: 100%;
	padding: 6px;
}
.bm-list li:first-child{
	margin-left: 0px;
}
.bm-list li img {
    width: 100%;
    height: 100%;
}