/* 联系我们按钮公共样式 */

.as_btn {
    display: block;
    border-radius: 25px;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    color: #fff;
    width: 133px;
    height: 48px;
    background: #8BC43F;
    box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.14);
}

.module01 {
    margin: 80px auto 104px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.module01 .item p {
    text-align: center;
    font-size: 18px;
    color: #393939;
    margin-top: 34px;
}

.module02 {
    position: relative;
}

.module02 .content {
    width: 518px;
    position: absolute;
    top: 60px;
    left: 30px;
}

.module02 .content .title {
    font-size: 28px;
    color: #3A3A3A;
    font-weight: bold;
}

.module02 .content .des {
    font-size: 14px;
    color: #808080;
    margin: 30px 0 56px;
    line-height: 25px;
}


/* 关于我们 */

.module03 {
    width: 100%;
    display: flex;
    margin: 84px 0 112px;
    position: relative;
}

.module03 .content {
    width: 50%;
    height: 100%;
    background: #F5F5F5;
    box-sizing: border-box;
    padding: 90px 76px;
    position: absolute;
    top: 0;
    right: 0;
}

.module03 .content .border {
    width: 50px;
    height: 4px;
    background: #8BC33F;
}

.module03 .content .title {
    font-size: 28px;
    color: #393939;
    margin: 45px 0;
}

.module03 .content .des {
    font-size: 14px;
    color: #4A4A4A;
}


/* 联系我们 */

.module04 .title {
    width: 760px;
    margin: 54px auto;
    color: #747474;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.module04 .des {
    width: 570px;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #E1E1E1;
    margin: 44px auto;
    text-align: center;
    line-height: 60px;
    font-style: italic;
    font-size: 14px;
    color: #747474;
}

.module04 .as_btn {
    margin: 0 auto 70px;
}