@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

.section01 {
    background-image: url("../images/bg-1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 640px;
}
.section01 .banner-img{
    text-align: center;
    padding-top: 150px;
}

.section02 {
    background-image: url("../images/bg-2.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    width: 100%;
    height: 716px;
}
.section02 .second-title{
    text-align: center;
    padding:50px 0 50px;
}
.section02 .second-con{
    width: 1000px;
    height: 626px; 
    margin:0 auto;
    text-align: left;
}
.section02 .second-con p{
    font-size: 16px;
    line-height: 35px;
}
.section03{
    background-color: #f4f7fe;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    width: 100%;
    height: 711px;
}
.section03 .third-title{
    text-align: center;
    padding:50px 0 50px;
}
.section03 .third-con{
    width: 1000px;
    height: 621px; 
    margin:0 auto;
}

.section04 {
    width: 100%;
    height: 800px;
}
.section04 .forth-title {
    text-align: center;
    padding:50px 0 50px;
}
.section04 .forth-con {
    width: 1000px;
    height: 710px; 
    margin:0 auto;
}

.section05 {
    background-color: #f4f7fe;
    width: 100%;
    height: 1400px;
}
.section05 .fifth-title {
    text-align: center;
    padding-top:50px;
}
.section05 .fifth-con {
    width: 1000px;
    height: 1493px; 
    margin:0 auto;
}

.section06 {
    background-image: url("../images/bg-3.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 534px;
}
.section06 .sixth-title {
    text-align: center;
    padding:50px 0 50px;
}
.section06 .sixth-con {
    width: 900px;
    height: 444px; 
    margin:0 auto;
}
.section07 {
    background-image: url("../images/bg-4.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    height: 583px;
}
.section07 .seventh-title {
    text-align: center;
    padding:50px 0 50px;
}
.section07 .seventh-con {

    width: 1120px;
    height: 493px; 
    margin:0 auto;
}
