@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: 440px;
}
.section01 .banner-img{
    text-align: center;
    padding-top: 100px;
}

.section02 {
    background-image: url("../images/bg-2.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    width: 100%;
    height: 410px;
}
.section02 .second-title{
    text-align: center;
}
.section02 .second-con{
    width: 800px;
    height: 240px; 
    margin:0 auto;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
}
.section03{
    background-image: url("../images/bg-3.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    width: 100%;
    height: 500px;
}
.section03 .third-title{
    text-align: center;
}
.section03 .third-con{
    width: 1000px;
    height: 300px; 
    margin:0 auto;
}

.section04 {
    width: 100%;
    height: 500px;
}
.section04 .forth-title {
    text-align: center;
}
.section04 .forth-con {
    width: 1000px;
    height: 300px; 
    margin:0 auto;
}

.section05 {
    background-color: #f7f8fa;
    width: 100%;
    height: 800px;
}
.section05 .fifth-title {
    text-align: center;
}
.section05 .fifth-con {
    width: 1000px;
    height: 650px; 
    margin:0 auto;
}

.section06 {
    background-image: url("../images/bg-6.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 670px;
}
.section06 .sixth-title {
    text-align: center;
}
.section06 .sixth-con {
    width: 1000px;
    height: 300px; 
    margin:0 auto;
}
.section07 {
    width: 100%;
    height: 450px;
}
.section07 .seventh-title {
    text-align: center;
}
.section07 .seventh-con {
    width: 1000px;
    height: 300px; 
    margin:0 auto;
}
.section08 {
    width: 1200px;
    height: 500px;
    margin:0 auto; 
}