/*拜年视频样式*/
.index_video{
	width:100%;
	min-width:1400px;
	height:694px;
	position:relative;
}

.index_video_content{
	width:640px;
	height:480px;
	background:#01356e;
	box-shadow: 5px 10px 20px rgba(0,0,0,0.5);
	margin:0 auto;
	top:50px;
	position:relative;
	z-index: 99;
}

.video_curtain{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 128px;
	background-image:url(../images/curtain1.png);
	background-repeat:repeat-x;
	background-position:top center;
	z-index: 999;
}

.left_content_flag, .right_content_flag{
	position:absolute;
	top:-28px;
	z-index:1;
}

.left_content_flag{
	left:-277px;
}

.right_content_flag{
	right:-277px;
}

.left_flag, .right_flag{
	position:absolute;
	top:0;
	z-index:98;
}

.left_flag{
	left:0;
}

.right_flag{
	right:0;
}

.lantern1, .lantern2, .lantern3, .lantern4{
	position: absolute;
}

.lantern1{
	top:1%;
	right:12%;
	z-index: 999;
}

.lantern2{
	top:-9%;
	right:21%;
	transform: scale(0.5);
	z-index: 99;
}

.lantern3{
	top:-9%;
	left:21%;
	transform: scale(0.7);
	z-index: 99;
}

.lantern4{
	top:31%;
	left:5%;
	transform: scale(0.4);
	z-index: 99;
}
