.container{
		/*width: 1240px;*/
		/*height: 617px;*/
		overflow: hidden;
		margin: auto;
		/* top: 60px; */
	}
.sections,.section{
	height:100%;
	}
.container,.sections{
	position: relative;
	}
.section{
	background-color: #000;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
	color: white;
	}
.section>img{
	width: 100%;
}
#section0>h3{
	position: absolute;
    top: 25%;
    left: 12.5%;
    transform: translate(-50%, 210%);
}
#section1>h3{
	position: absolute;
    top: 25%;
    left: 37.5%;
    transform: translate(-50%, 130%);
}
#section2>h3{
	position: absolute;
    top: 25%;
    left: 63%;
    transform: translate(-50%, 130%);
}
#section3>h3{
	position: absolute;
    top: 25%;
    left: 88%;
    transform: translate(-50%, 130%);
}
/*#section0{
	background-image: url(../image/home_banner1@2x.png);
	background-size: 100%;
}
#section1 {
	background-image: url(../image/banner2.png);
	background-size: 100%;
	}
#section2 {
	background-image: url(../image/banner3.png);
	background-size: 100%;
	}
#section3 {
	background-image: url(../image/banner4.png);
	background-size: 100%;
	}*/