.event{
	margin-top: 300px;
	overflow: hidden;
}
@media screen and (max-width: 480px){
	.event{
		margin-top: 200px;
	}
}
.bnr{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
}
.bnr.bg{
	width: 100%;
	height: 300px;
	background: #cbe5ed url(../images/bg.jpg) repeat;	
}
.bnr_img{
	width: 100%;
	height: 300px;
	position: relative;
	overflow-x:hidden;
}
.bnr_img .sky{
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.bnr_img .logo{
	position: absolute;
	top: 20px;
	left: 5px;
}
.bnr_img .txt{
	position: absolute;
	left: 320px;
	bottom: 92px;
}
@media (max-width: 1200px){
	.bnr_img .txt{
		position: absolute;
		left: 300px;
		bottom: 83px;
	}
}
@media (max-width: 1024px){
	.bnr_img .txt{
		position: absolute;
		left: 307px;
		bottom: 100px;
		width: 70%;
	}
}
@media (max-width: 992px){	
	.bnr_img .logo{
		position: absolute;
		top: 20px;
		left: 5px;
		padding-left: 15px;
	}
	.bnr_img .txt{
		position: absolute;
		left: 183px;
		bottom: 98px;
		width: 80%;
	}   
}
@media (max-width: 768px){	
	.bnr_img .txt{
		position: absolute;
		left: 122px;
		bottom: 90px;
		width: 80%;
	}  
}
@media (max-width: 684px){
	.bnr_img .txt{
		position: absolute;
		left: 75px;
		bottom: 89px;
		width: 90%;
	} 
}
@media (max-width: 480px){
	.main{
		margin-top: 210px;
		padding-top: 0px;
		padding-bottom: 30px;
		background-color: #abdcf0;
	}
	.bnr.bg{
		width: 100%;
		height: 210px;
		background: #cbe5ed url(../images/bg.jpg) repeat;	
	}
	.bnr_img{
		width: 100%;
		height: 210px;
		position: relative;
		overflow: hidden;
	}
	.bnr_img .logo{
		position: absolute;
		top: 20px;
		left: 5px;
		padding-left: 15px;
		width: 50%;
	}
	.bnr_img .txt{
		position: absolute;
		left: 105px;
		bottom: 48px;
		width: 80%;
	}           
}
@media (max-width: 375px){     
	.bnr_img .logo{
		position: absolute;
		top: 20px;
		left: 5px;
		padding-left: 12px;
		width: 60%;
	}	
	.bnr_img .txt{
		position: absolute;
		left: 15px;
		bottom: 55px;
		width: 100%;
	}    
}

@media (max-width: 320px){
	.bnr_img .logo{
		position: absolute;
		top: 20px;
		left: 5px;
		padding-left: 12px;
		width: 60%;
	}	
	.bnr_img .txt{
		position: absolute;
		left: 15px;
		bottom: 55px;
		width: 100%;
	}    
}
