@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.first-screen{
    background-image: url("../images/01.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 505px;
	position:relative;
}
.right-btn{
	position: absolute;
	left:50%;
	top:410px;
	margin-left:-78px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #0f1e4d;
    border: 2px solid #FFFFFF;
    width: 140px;
    height: 35px;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
	background-color: #FFFFFF;
}
.right-btn:hover{
    color: #0f1e4d;
    background-color: #FFFFFF;
}
.right-btn:active{
    color: #ff8c02;
    background-color: #FFFFFF;
}
.second-screen{
    width: 100%;
	text-align:center;
}
.third-screen{
	background-image: url("../images/part2-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 605px;
	text-align:center;
}
.forth-screen{
	background-color: #f6f6f6;
    width: 100%;
    height: 662px;
	text-align:center;
}
.fifth-screen{
	background-image: url("../images/part4-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 773px;
	padding-top:110px;
	text-align:center;
}
.sixth-screen{
    background-image: url("../images/part5-bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	height:1008px;
	text-align:center;
}
.seventh-screen{
	background-color: #0f1e4d;
    width: 100%;
    height: 560px;
	text-align:center;
}