@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
    border: none;
}
li {
    list-style: none;
}
a {
    outline: none;
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "SimHei", "SimSun";
    width: 100%;
    color: #000;
    font-size: 14px;
    line-height: 32px;
}

.box {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
/* 更改为相应图片高度 */
.box01 { height: 1287px; background-image: url(../images/bg_01.jpg); }
.box02 { height: 1286px; background-image: url(../images/bg_02.jpg); }
.box03 { height: 1287px; background-image: url(../images/bg_03.jpg); }
.box04 { height: 1286px; background-image: url(../images/bg_04.jpg); }
.box05 { height: 1287px; background-image: url(../images/bg_05.jpg); }
.box06 { height: 1286px; background-image: url(../images/bg_06.jpg); }
.box07 { height: 1287px; background-image: url(../images/bg_07.jpg); }
.box08 { height: 1221px; background-image: url(../images/bg_08.jpg); }

.follow {
    height: 65px;/* 更改为最后一张图片的高度 */
    width: 100%;
    background-image: url(../images/bg_09.jpg);
    background-position: center top; 
    background-repeat:no-repeat; 
    text-align: center;
    color: #fff;/* 更改页脚字体颜色 */
    line-height: 65px;/* 更改为最后一张图片的高度 */
    font-size: 14px;/* 更改字体大小 */
}

.follow a {
    color: #fff;/* 更改页脚字体颜色 */
}

.video {
    text-align: center;
    margin: 0 auto;
    padding-top: 0;
}

.roll {
    text-align: center;
    margin: 0 auto;
}

.work {
    text-align: center;
    margin: 0 auto;
}

