/* 推广页面图片 */

.section1 {
    width: 100%;
    height: 935px;
    background: url(../images/pic/section1.jpg) no-repeat center center;
    background-size: cover;
    color: #333337;
}

.section2 {
    width: 100%;
    height: 4175px;
    background: url(../images/pic/section2.jpg) no-repeat center center;
    background-size: cover;
}


/* 首页文字 */

.section1-content {
    padding-top: 220px;
    padding-left: 45px;
}

.section1-content h1 {
    font-size: 48px;
    margin-bottom: 18px;
}

.section1-subtitle {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 6px;
    color: rgba(51, 51, 55, 0.7);
    margin-bottom: 80px;
}

.section1-desc {
    width: 477px;
    font-size: 16px;
    line-height: 24px;
}

.section1-desc p {
    margin-bottom: 28px;
    text-align: justify;
}


/* 底部联系方式 */

.footer {
    width: 100%;
    background: #2c2c2e;
    color: #fff;
}

.footer-wrap {
    padding: 30px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-contact .contact-title {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 24px;
}

.contact-title span {
    margin-left: 16px;
}

.contact-item li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.icon-phone {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../images/icon_phone.png) no-repeat center center;
    background-size: cover;
}

.contact-item span {
    font-size: 14px;
    line-height: 24px;
    margin-left: 35px;
}

.contact-item span.note {
    font-size: 14px;
    line-height: 24px;
    color: #818181;
    margin-left: 10px;
}

.footer-qrcode img {
    width: 129px;
}