/* 基础样式 */
.about-container {
    width: 85%;
    margin: 0 auto;
}

/* 文字样式 */
/* 字体包 */
@font-face {
    /* 优设标题黑 */
    font-family: youshebiaotihei;
    src: url('../../assets/fonts/youshebiaotihei.ttf?v=1.1')
}

@font-face {
    /* 思源字体 */
    font-family: SourceHanSansCN;
    src: url('../../assets/fonts/SourceHanSansCN-Regular.otf')
}

.rewrite-about-text p {
    font-size: 1vw;
    /* 1vw约等于19.2px 处理浏览器不同的放大比例出现的字体于图片位置偏移的问题 */
    color: #313128;
    text-indent: 2em;
    line-height: 2em;
    padding: 25px 0;
    font-family: auto;
    font-weight: lighter;
}

/* 第一部分 */
.rewrite-about1-box {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

.rewrite-about1-left {
    flex: 0 0 62%;
    padding: 135px 0 160px 117px;
    background: #4a8264;
}

.rewrite-about1-text {
    background: #fff;
    padding: 45px 120px 45px 105px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.rewrite-about1-right {
    flex: 1;
    padding: 110px 0 150px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rewrite-about1-right>img {
    width: 100%;
}

/* 第二部分 */
.rewrite-about2 {
    margin: 206px 0;
    border-top: 2px solid #4a8264;
    border-bottom: 2px solid #4a8264;
    background-image: url('../../assets/rewrite/img/abou02-bg.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 42%;
}

.rewrite-about2-box {
    padding: 92px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.rewrite-about2-center-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 25%;
}

.rewrite-about2-center-box .point {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #4a8264;
}

.rewrite-about2-title {
    font-size: 40px;
    color: #4a8264;
    line-height: 1;
    padding: 80px 0;
    font-family: youshebiaotihei;
}

.rewrite-about2-button {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.rewrite-about2-button>button {
    background: #4a8264;
    width: 80%;
    text-align: center;
    margin-bottom: 56px;
    letter-spacing: 4px;
    font-size: 1.3vw;
    color: #fff;
    padding: 10px 0;
    border-radius: 10px;
    letter-spacing: 4px;
    line-height: 1;
    font-family: SourceHanSansCN;
}
.rewrite-about2-button>button a{
    display: block;
    font-size: 1.3vw;
    color: #fff;
}

/* 第三部分 */

.rewrite-about3-top {
    display: flex;
}

.rewrite-about3-right-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.rewrite-about2-left {
    width: 52%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rewrite-about2-left>img {
    width: 100%;
}

.rewrite-about-right {
    flex: 1;
    padding: 0 80px;
}

.rewrite-about3-right-text p {
    padding: 0;
}

.rewrite-about-bom {
    padding-top: 70px;
}

.rewrite-about-bom>.rewrite-about-text p {
    padding: 0 0 30px 0;
}

/* 第4部分 */
.rewrite-about4 {
    width: 100%;
    padding: 65px 0;
}

.rewrite-about4>img {
    width: 100%;
}

/* 第五部分 */
.rewrite-about5 {
    padding-bottom: 200px;
}

.rewrite-about5-center {
    display: flex;
    justify-content: space-between;
}

.rewrite-about5-left {
    width: 40%;
    padding: 70px 80px;
}

.rewrite-about5-right {
    width: 68%;
    height: 100%;
    display: flex;
    align-items: center;
}

.rewrite-about5-right img {
    width: 100%;
}

/* 移动端适配 */
@media (max-width:1200px) {

    /* 通用样式 */

    .rewrite-about-text p {
        font-size: 16px;
        padding: 0 0 10px 0;
        text-align: justify;
        font-family: inherit !important;
        font-weight: 500;
    }

    .about-container {
        width: 95%;
    }

    /* 第一部分 */
    .rewrite-about1 {
        width: 95%;
        margin: 0 auto;
    }

    .rewrite-about1-box {
        flex-direction: column;
    }

    .rewrite-about1-left {
        padding: 0;
        border-radius: 10px;
        overflow: hidden;
        background: none;
    }

    .rewrite-about1-text {
        padding: 10px;
    }

    .rewrite-about1-right {
        padding: 0 0 50px 0;
    }

    /* 第二部分 */
    .rewrite-about2 {
        margin: 50px 0;
    }

    .rewrite-about2-box {
        padding: 50px 0;
        flex-wrap: wrap;
    }

    .rewrite-about2-center-box {
        flex: 0 0 50%;
        margin-bottom: 20px;
    }

    .rewrite-about2-center-box .point {
        width: 25px;
        height: 25px;
    }


    .rewrite-about2-title {
        font-size: 28px;
        padding: 20px 0;
    }

    .rewrite-about2-button {
        flex: 1;
        justify-content: space-evenly;
    }

    .rewrite-about2-button>button {
        width: 92%;
        margin-bottom: 20px;
        font-size: 14px;
    }

    /* 第三部分 */
    .rewrite-about3-top {
        flex-direction: column;
    }

    .rewrite-about2-left {
        width: 100%;
    }

    .rewrite-about-right {
        padding: 50px 0 0 0;
    }

    .rewrite-about-bom {
        padding-top: 0;
    }

    .rewrite-about-bom>.rewrite-about-text p {
        padding: 0 0 10px 0;
        text-align: justify;
    }

    /* 第四部分 */
    .rewrite-about4 {
        padding: 50px 0;
    }

    /* 第五部分 */
    .rewrite-about5 {
        padding-bottom: 50px;
    }

    .rewrite-about5-center {
        flex-direction: column;
    }

    .rewrite-about5-left {
        width: 100%;
        padding: 0;
    }

    .rewrite-about5-right {
        width: 100%;
    }
    /* 修正 */
    .web-banner.page-banner-3 img{
        margin-left: -300px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .rewrite-about2-button>button{
        font-size: 16px;
    }
}