html,body{
	width: 100%;
	height: 100%;
}
.main{
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}
.bg{
	background-color: #EEE;
}
.banner{
	padding-right: 250px;
	padding-bottom: 27px;
}
.banner .left{
	display: block;
	float: left;
	width: 100%;
	height: 410px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.banner .left a{
	display: block;
}
.banner .left a .mask{
	background: rgba(36,36,36,0.3)!important;
	background: #242424;
	filter: alpha(opacity=30);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.banner .left a .icon{
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
	z-index: 2;
}
.banner .left a .icon img{
	display: block;
	width: 100%!important; 
	height: 100%!important;
}
.banner .left a video{
	z-index: 2;
}
.banner .left a video,
.banner .left a img{
	position: absolute;
}
.banner .right{
	float: right;
	width: 250px;
	margin-right: -250px;
}
.banner .right .pack{
	width: 230px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	margin-left: 20px;
}
.banner .right .pack .title{
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 1px;
	color: #333;
	padding: 12px 20px;
	border-bottom: 1px solid #EEEFEF;
}
.banner .right .scroll{
	padding: 0 20px;
	height: 370px;
	overflow-y: auto;
}
.banner .right .scroll .list{
	margin-top: 20px;
	display: block;
}
.banner .right .scroll .list .pic{
	width: 100%;
	height: 106px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*针对IE8的hack，目的是除掉之前background*/
	background: none\9;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.banner .right .scroll .list .pic .mask{
	background: rgba(36,36,36,0.3)!important;
	background: #242424;
	filter: alpha(opacity=30);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	max-width: 840px;
}
.banner .right .scroll .list .pic .icon{
	width: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	z-index: 2;
}
.banner .right .scroll .list .pic .icon img{
	display: block;
	width: 100%; 
}
.banner .right .scroll .list p{
	font-size: 12px;
	color: #242424;
	line-height: 16px;
	margin-top: 4px;
}
.banner .right .scroll .list h2{
	font-size: 14px;
	color: #242424;
	font-weight: 600;
	line-height: 18px;
	max-height: 36px;
	overflow: hidden;
}
.submenu{
	margin-top: 30px;
	margin-bottom: 25px;
}
.submenu p.active{
	color: #9C1D22;
	border-bottom: 2px solid #9C1D22;
}
.submenu p{
	min-width: 40px;
	float: left;
	font-size: 12px;
	color: #242424;
	line-height: 17px;
	margin-right: 40px;
	padding-bottom: 5px;
	border-bottom: 2px solid transparent;
	text-align: center;
	cursor: pointer;
}
.subcont .package{
	margin: -13px -10px;
	min-height: 212px;
}
.subcont .package .list{
	float: left;
	width: 25%;
}
.subcont .package .list .pack{
	margin: 13px 10px;
}
.subcont .package .list .pack .pic{
	width: 100%;
	height: 130px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*针对IE8的hack，目的是除掉之前background*/
	background: none\9;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.subcont .package .list .pack .pic .mask{
	background: rgba(36,36,36,0.3)!important;
	background: #242424;
	filter: alpha(opacity=30);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.subcont .package .list .pack .pic .icon{
	width: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	z-index: 2;
}
.subcont .package .list .pack .pic .icon img{
	display: block;
	width: 100%; 
}
.subcont .package .list .pack p{
	font-size: 12px;
	color: #242424;
	line-height: 16px;
	margin-top: 4px;
}
.subcont .package .list .pack h2{
	font-size: 14px;
	color: #242424;
	font-weight: 600;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}

/*分页*/
.page{
	margin: 45px auto 0;
	font-size: 0;
	text-align: center;
}
.page span.active{
	background-color: #9C1D22;
	border: 1px solid #9C1D22;
	color: #fff;
}
.page span{
	display: inline-block;
	*display:inline;
	*zoom:1;
	margin-right: 10px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #242424;
	border-radius: 4px;
	border: 1px solid #DBDBDB;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
}
.page span img{
	display: inline-block;
	*display:inline;
	*zoom:1;
	width: 9px;
	vertical-align: middle;
	margin-top: 10px;
}