#bgshowcontrol{
    position: absolute;
    width: 100%;
    min-height: 950px;
    z-index: -1;
    display: none;
}
#bgshow {
	width: 100%;
    min-height: 950px;
    position: relative;
    overflow: hidden;
}
.pelm {
	position: absolute;
}
#warpbg {
	top: 0;
	left: 0px;
}
#star1 {
	top: 800px;
	right: -150px;
}
#star2 {
	bottom: 50px;
	left: -50px;
}
#star3 {
	top: 0px;
	right: 380px;
}
@media screen and (max-width: 1440px) {
	#star1 {
		top: 260px;
		right: -120px;
		width:400px;
	}
	#star2 {
		bottom: 200px;
		left: -50px;
		width:300px;
	}
	#star3 {
		top: 0px;
		right: 380px;
		width:300px;
	}
}