/* 简单的 CSS 重置 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 1 */
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}
.bg1 {
    background-image: url('../img/bg1.jpg');
    background-size: 100% 100%;
    background-position: center; 
    background-repeat: no-repeat;
}
.bg1,.box1 {
    position:relative;
    width: 100%;
    height: 100%;
}
.box1 {
    background-image: url('../img/bg1.jpg');
    background-size: 100% 100%;
    background-position: center; 
    background-repeat: no-repeat;
}
.pt1 {
    position: absolute;
    top: 10%;
}
.pb1 {
    position: absolute;
    bottom: 12%;
}
.imgage-container {
    /* padding-top: 60px; */
    display: flex;
    justify-content: center; /* 水平居中 */
    overflow: hidden;
}
.imgage-container img {
    max-width: 50%;
    height: auto; 
}
/* .imgage-container2 {
    padding-top: 200px;
} */
.imgage-container2 img {
    max-width: 70%;
}
.t1 {
    text-align: center;
    color: white;
    padding-top: 30px;
}
.p1 {
    font-size:17px;
    font-weight: bold;
}
.p2 {
    font-size:14px;
    padding-top: 6px;
}
.p3 {
    font-size:12px;
    padding-top: 20px;
}

/* 第2页 */
.box2 {
    height: 100%;
    width: 97%;
    margin: 0 auto;
}
.box2-container {
    display: flex;
    justify-content: space-between;
}
.box2-img {
    padding-top: 5px;
}
.box2-left {
    width: 76%;
}
.box2-right {
    width: 22%;
    padding-top: 20px;
}
.box2-right img {
    width: 100%;
    height: auto;
}
.title-img {
    width:34%;
    padding-top: 6px;
}
.ptxt {
    font-size: 12px;
    color: #333;
    text-align: justify;
    text-indent: 26px;
    line-height: 16px;
}
@media screen and (max-width: 320px) {
    .ptxt {
        font-size: 12px;
        text-indent: 18px;
        line-height: 12px;
    }
    
    .title-img {
        width: 32%;
        padding-top: 4px;
    }
    .box2-img {
        padding-top: 2px;
    }
}


/* 第3页 */
.box3 {
    width: 89%;
    height: 100%;
    margin: 0 auto;
    padding-top: 20px;
}
.box3-img {
    width:22%;
    padding-bottom: 10px;
}
.box3-txt {
    font-size: 13px;
    color: #333;
    text-align: justify;
    text-indent: 26px;
    line-height: 17px;
}
@media screen and (max-width: 320px) {
    .box3 {
        padding-top: 10px;
    }
    .box3-img {
        padding-bottom: 4px;
    }
    .box3-txt {
        font-size: 12px;
        text-indent: 26px;
        line-height: 17px;
    }
}

/* 第4页 */
.box4 {
    width: 89%;
    height: 100%;
    margin: 0 auto;
    padding-top: 20px;
}
.box4-txt {
    color: #333;
    font-size: 13px;
    text-align: left;
    padding-bottom: 10px;
    line-height: 16px;
}
.box4-txt span {
    font-size: 16px;
}
.box4-img1 {
    width:80%;
    margin: 0 auto;
}
.box4-pt {
    padding-top: 20px;
}
@media screen and (max-width: 320px) {
    .box4-img1 {
        width:70%;
    }
}

/* 第5页 */
.box5 {
    width: 89%;
    height: 100%;
    margin: 0 auto;
    padding-top: 20px;
}


.box5-img {
    width: 22%;
    padding-bottom: 2px;
}
.box5-img1 {
    width: 90%;
    margin: 0 auto;
}

/* 第6页 */
.box6 {
    background-image: url(../img/p05.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
}
.box6-pt1 {
    position: absolute;
    top: 10%;
}

.box6-imgage-container {
    width: 62%;
    margin: 0 auto;
}


/* 第7页 */
.box7 {
    background-image: url(../img/p06.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
}

.box7-pt1 {
    position: absolute;
    top: 5%;
}

.box7-img {
    width: 22%;
    padding-bottom: 10px;
}
.box7-container {
    width: 89%;
    margin: 0 auto;
}
.box7-container-txt {
    font-size: 14px;
    color: #333;
    text-align: justify;
    text-indent: 28px;
    line-height: 18px;
}
.box7-container-img1 {
    width: 30%;
    padding: 10px 0;
}
.box7-container-img2 {
    width: 86%;
    margin: 0 auto;
}
/* 第8页 */
.box8 {
    background-image: url(../img/p07.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
}

.box8-pt1 {
    position: absolute;
    top: 5%;
}
.box8-img {
    width: 84%;
    margin: 0 auto;
}


/* 第9页 */
.box9 {
    background-image: url(../img/p08.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
}

.box9-pt1 {
    position: absolute;
    top: 3%;
}
.box9-img {
    width: 84%;
    margin: 0 auto;
}

/* 第10页 */
.box10 {
    background-image: url(../img/p08.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
}

.box10-pt1 {
    position: absolute;
    top: 2%;
}
.box10-img {
    width: 77%;
    margin: 0 auto;
}
/* 第11页 */
.box11 {
    background-image: url(../img/p08.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
}

.box11-pt1 {
    position: absolute;
    top: 2%;
}
.box11-img {
    width: 74%;
    margin: 0 auto;
}
/* 修改 第13页 */
.box13 {
    background-image: url(../img/p06.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
}

.box13-pt1 {
    position: absolute;
    top: 3%;
}
.box13-img {
    width: 78%;
    margin: 0 auto;
}



/* 第12页 */
.box12 {
    background-image: url(../img/p09.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
}
.box12-pt1 {
    position: absolute;
    top: 6%;
}
.box12-pb1 {
    position: absolute;
    bottom: 14%;
    width: 100%;
}
.box12-imgage-container {
    width:80%;
    margin:0 auto;
    
}
.box12-imgage-container2 {
    width:28%;
}
.box12-p1 {
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 6px;
}
.box12-p2 {
    color: white;
    font-size:13px;
}
