@charset "utf-8";
@import "http://images.china.cn/images1/resource/styles/reset-1.0.css";
body {
    font-family: "Microsoft YaHei", Arial, sans-serif;
    -webkit-text-size-adjust: none;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #333333;
    text-decoration: underline;
}

html {
    font-size: 100%;
}

@media screen and (max-width: 767px) {
    html {
        font-size: 312.5%;
    }
}

.nav {
    height: 48px;
    width: 100%;
    position: fixed;
    background: url(../images/nav.png);
    border-bottom: 1px solid #b89e7d;
    z-index: 9;
    display: none;
}

.nav .logo_1 {
    float: right;
    margin-right: 100px;
    height: 48px;
    padding-top: 1px;
}

.nav .logo_2 {
    float: left;
    margin-left: 100px;
    padding-top: 4px;
}

@media screen and (max-width: 767px) {
    .nav {
        height: .48rem;
    }
    .nav img {
        height: 100%;
    }
    .nav .logo_1 {
        float: right;
        margin-right: 1rem;
        height: 0.48rem;
    }
    .nav .logo_2 {
        float: left;
        margin-left: 1rem;
        height: 0.4rem;
    }
}

.section1 {
    background: url(../images/bg_1.jpg) center center no-repeat;
}

.section2 {
    background: url(../images/bg_2.jpg) center center no-repeat;
}

.section3 {
    background: url(../images/bg_3.jpg) center center no-repeat;
}

.section4 {
    background: url(../images/bg_4.jpg) center center no-repeat;
}

.section5 {
    background: url(../images/bg_5.jpg) center center no-repeat;
}

.section6 {
    background: url(../images/bg_6.jpg) center center no-repeat;
}

.section7 {
    background: url(../images/bg_16.jpg) center center no-repeat;
}

.section8 {
    background: url(../images/bg_17.jpg) center center no-repeat;
}

.section {
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .section1 {
        background: url(../images/mbg_1.jpg) center center no-repeat;
    }
    .section2 {
        background: url(../images/mbg_2.jpg) center center no-repeat;
    }
    .section3 {
        background: url(../images/mbg_3.jpg) center center no-repeat;
    }
    .section4 {
        background: url(../images/mbg_4.jpg) center center no-repeat;
    }
    .section5 {
        background: url(../images/mbg_5.jpg) center center no-repeat;
    }
    .section6 {
        background: url(../images/mbg_6.jpg) center center no-repeat;
    }
    .section7 {
        background: url(../images/mbg_7.jpg) center center no-repeat;
    }
    .section8 {
        background: url(../images/mbg_8.jpg) center center no-repeat;
    }
    .section {
        background-size: cover;
    }
}

#fp-nav {
    position: fixed;
    top: 50%;
    right: 40px;
}

@media screen and (max-width: 767px) {
    #fp-nav {
        display: none;
    }
}

#fp-nav li a {
    display: block;
    width: 26px;
    height: 26px;
    margin-bottom: 15px;
    background: url(../images/bg_8.png) center center no-repeat;
    overflow: hidden;
    transition: all 0.2s;
}

#fp-nav .fp-sr-only {
    line-height: 200px;
}

#fp-nav li a.active {
    background: url(../images/bg_7.png) center center no-repeat;
    transition: all 0.2s;
}

.section {
    position: relative;
}

.framebox {
    width: 100%;
    padding: 10px 0 0 0;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.wrap {
    position: relative;
}

.section .wrap {
    width: 1202px;
    height: 700px;
    margin: 0 auto;
}

.section2 .wrap {
    background: url(../images/bg_10.png);
}

.section3 .wrap {
    background: url(../images/bg_11.png);
}

.section4 .wrap {
    background: url(../images/bg_12.png);
    height: 701px;
}

.section5 .wrap {
    background: url(../images/bg_13.png);
}

.section6 .wrap {
    background: url(../images/bg_14.png);
    height: 703px;
}

.section7 .wrap {
    background: url(../images/bg_15.png);
    width: 1215px;
    height: 699px;
    margin-bottom: 50px;
}

.section8 .wrap {
    width: 610px;
    text-align: left;
    height: auto;
}

@media screen and (max-width: 767px) {
    .section2 .wrap {
        background: url(../images/mbg_9.png) center center no-repeat;
    }
    .section3 .wrap {
        background: url(../images/mbg_10.png) center center no-repeat;
    }
    .section4 .wrap {
        background: url(../images/mbg_11.png) center center no-repeat;
    }
    .section5 .wrap {
        background: url(../images/mbg_12.png) center center no-repeat;
    }
    .section6 .wrap {
        background: url(../images/mbg_13.png) center center no-repeat;
    }
    .section7 .wrap {
        background: url(../images/mbg_14.png) center center no-repeat;
    }
    .section .wrap {
        width: 7.5rem;
        height: 11.5rem;
        margin: 0 auto;
        background-size: cover;
    }
    .section8 .wrap {
        text-align: left;
        width: 5.75rem;
        height: 8rem;
    }
}

.section .textPart {
    position: absolute;
}

.section2 .textPart {
    right: 120px;
    top: 280px;
    width: 425px;
}

.section3 .textPart {
    left: 37px;
    top: 272px;
    width: 530px;
}

.section4 .textPart {
    left: 660px;
    top: 272px;
    width: 445px;
}

.section5 .textPart {
    left: 38px;
    top: 252px;
    width: 665px;
}

.section6 .textPart {
    left: 660px;
    top: 276px;
    width: 490px;
}

.section7 .textPart {
    left: 40px;
    top: 250px;
    width: 520px;
}

.section .textPart p {
    text-indent: 12px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 38px;
    border-bottom: 2px solid #fff;
    color: #fff;
    text-align-last: left;
}

.section8 p {
    font-size: 20px;
    line-height: 40px;
    color: #ffebb9;
    margin-bottom: 40px;
}

@media screen and (max-width:767px) {
    .section .textPart {
        display: block;
        position: relative;
        width: 6.8rem;
        margin: 8.7rem auto 0;
    }
    .section .textPart p {
        font-size: 0.24rem;
        line-height: 0.36rem;
        border-bottom: 0;
        margin-bottom: 0;
    }
    .section2 .textPart,
    .section3 .textPart,
    .section4 .textPart,
    .section5 .textPart,
    .section6 .textPart,
    .section7 .textPart {
        left: 0;
        top: 0;
    }
}

.section8 .title {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    color: #ffebb9;
}

.section8 .cr {
    font-size: 14px;
    line-height: 20px;
    color: #ffebb9;
}

.section a {
    position: absolute;
    bottom: -30px;
    width: 282px;
    height: 66px;
    display: block;
    background: url(../images/bg_9.png);
}

@media screen and (max-width:767px) {
    .section a {
        position: absolute;
        top: 7.9rem;
        bottom: auto;
        width: 2.82rem;
        height: .66rem;
        display: block;
        background: url(../images/bg_9.png);
        background-size: cover;
    }
    .section8 .title {
        font-size: .36em;
        line-height: .48rem;
        font-weight: bold;
        color: #ffebb9;
        margin-bottom: 0.2rem;
    }
    .section8 p {
        font-size: .24rem;
        line-height: .48rem;
        margin-bottom: 0.48rem;
    }
    .section8 .cr {
        color: #ffebb9;
    }
    .section8 .cr span {
        display: block;
    }
}

.section2 a,
.section4 a,
.section6 a {
    right: 62px;
}

.section3 a,
.section5 a,
.section7 a {
    left: 62px;
}

@media screen and (max-width:767px) {
    .section2 a,
    .section4 a,
    .section6 a {
        right: .34rem;
    }
    .section3 a,
    .section5 a,
    .section7 a {
        left: .34rem;
    }
}

.section7 {
    padding-bottom: 0;
}