/* 公共样式 */

* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    display: block;
}

body {
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    width: 100%;
    height: 100%;
    background: url(../images/bg.png) repeat-y;
    background-size: contain;
    max-width: 1440px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.pc {
    display: block;
}

.phone {
    display: none;
}

.h80 {
    height: 80px;
}

.h100 {
    height: 40px;
}

.rel {
    position: relative;
}

.f_icon {
    position: absolute;
    bottom: -15px;
    right: 8px;
    width: 100px;
    z-index: 110;
}

.f_icon img {
    width: 100%;
}

.mean_box .f_icon {
    right: -30px;
}

.f_icon2 {
    position: absolute;
    bottom: -15px;
    left: 166px;
    width: 100px;
    z-index: 110;
}

.f_icon2 img {
    width: 100%;
}

.t_l {
    width: 1200px;
    height: 65px;
    background: #ca3d43;
    border-radius: 17px;
    margin: 0 auto;
}

.w_bg {
    padding: 88px 0 60px;
    width: 1170px;
    margin: -30px auto 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 23px;
    position: relative;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}


/* 标题 */

.title {
    width: 250px;
    height: 92px;
    background-image: url('../images/title_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-left: -27px;
    line-height: 74px;
    letter-spacing: 3px;
    float: left;
}

.r_con {
    width: 850px;
    padding: 16px 30px;
    border: 2px solid #d98f92;
    float: left;
}

.r_con p {
    font-size: 20px;
    color: #731613;
    line-height: 40px;
    text-indent: 2em;
}


/* 意义 */

.mean_box {
    width: 900px;
    border: 2px solid #d98f92;
    border-radius: 16px;
    padding: 20px 56px 20px 36px;
    margin: 0 auto;
}

.mean_box p {
    font-size: 20px;
    color: #731613;
    line-height: 40px;
    text-indent: 2em;
}


/* 主题思想 */

.sub_title {
    width: 1062px;
    margin: 0 auto 48px;
    border-bottom: 4px solid #ca3d43;
}

.sub_title h2 {
    font-family: sans-serif;
    font-size: 30px;
    color: #fff;
    width: 340px;
    height: 64px;
    background: #ca3d43;
    text-align: center;
    line-height: 64px;
    margin: 0 auto;
    letter-spacing: 3px;
}

.subject_box p {
    font-size: 20px;
    color: #731613;
    line-height: 40px;
    text-indent: 2em;
    padding: 0 54px;
    position: relative;
}

/*.subject_box p::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 62px;
    top: 6px;
    background: url(../images/star.png) no-repeat;
    background-size: 100% 100%;
}*/


/* 宣讲形式 */

.map {
    width: 100%;
    margin: 0 auto 30px;
}


/* 宣讲团成员 */

.preach_group .strong {
    font-weight: 700;
    font-size: 20px;
}

.btn {
    width: 200px;
    height: 50px;
    background: #ca3d43;
    border-radius: 10px;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

footer {
    padding: 80px 0 60px;
}

footer p {
    font-size: 18px;
    color: #731613;
    text-align: center;
}

.bot .sd {
    width: 100%;
}

.peace_dove {
    position: absolute;
    bottom: -44px;
    right: -80px;
    width: 249px;
    height: 124px;
    background: url('../images/icon.png') no-repeat;
    background-size: 100% 100%;
}

.share_code {
    position: fixed;
    top: 400px;
    right: 0;
    z-index: 101;
}

.share_code .ad_close {
    position: absolute;
    top: -9px;
    right: 0;
    background: url('../images/button-close.png') no-repeat;
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    cursor: pointer;
}

.share_code img {
    width: 150px;
    display: block;
}

@media screen and (max-width: 1080px) {
    .pc {
        display: none;
    }
    .h100 {
        height: .5rem;
    }
    .container {
        width: 94%;
    }
    .t_l {
        width: 100%;
        height: 1rem;
        border-radius: 0.3rem;
    }
    .w_bg {
        width: 96%;
        padding: 0.88rem 0 0.6rem;
        margin: -0.5rem auto 0;
        border-radius: 0.23rem;
    }
    .mean_box {
        width: 86%;
        padding: 2%;
    }
    .mean_box p,
    .subject_box p,
    .r_con p {
        font-size: 0.4rem;
        line-height: 0.88rem;
    }
    .h80 {
        height: 0.8rem;
    }
    .sub_title {
        width: 100%;
        border-bottom: 2px solid #ca3d43;
        margin: 0 auto 0.6rem;
    }
    .sub_title h2 {
        font-size: 0.5rem;
        #width: 3.5rem;
        height: 0.9rem;
        line-height: 0.9rem;
    }

    .subject_box p {
        padding: 0 0.3rem;
    }
    .subject_box p::before {
        width: 0.5rem;
        height: 0.5rem;
        left: 0.6rem;
    }
    .title {
        width: 3.5rem;
        height: 1.2rem;
        line-height: 0.9rem;
        font-size: 0.5rem;
        margin-left: -0.38rem;
        margin-bottom: 15px;
        float: inherit;
    }
    .r_con {
        width: 86%;
        padding: 15px 15px;
        float: inherit;
        margin: 0 auto;
    }
    .preach_group .r_con p {
        text-indent: 0;
    }
    .preach_group .strong {
        font-size: 0.46rem;
    }
    .btn {
        width: 4rem;
        height: 1rem;
    }
    .btn a {
        font-size: .44rem;
        line-height: 1rem;
    }
    footer {
        padding: 0.8rem 0 0.6rem;
    }
    footer p {
        font-size: 0.36rem;
    }
    .peace_dove {
        width: 2.49rem;
        height: 1.24rem;
        right: -0.5rem;
        bottom: -0.4rem;
    }
    .f_icon {
        width: 60px;
        right: 0;
    }
}