
.content {}

.page1 {
    width: 100%;
    height: 100vh;
    position: relative;
}

.page1_bg {
    width: 100%;
    height: calc(100vh - 200px);
    position: absolute;
    top: 100px;
}

.page1_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page1_banner {
    width: 450px;
    height: 200px;
    position: absolute;
    left: 5%;
    top: calc(50% - 100px);
    background-color: #B6CDBD;
    background-color: rgba(182, 205, 189, .45);
    border-radius: 10px;
}

.page1_banner_text,
.page1_banner_button {
    width: 100%;
    height: 50%;
    float: left;
}

.page1_banner_text_c {
    width: 100%;
    height: 100%;
    margin-left: 20px;
    display: flex;
    align-items: center;
    color: #5C715E;
    line-height: 32px;
}

.page1_banner_button {
    text-align: center;
    margin-top: 22px;
}

.page1_banner_button_li {
    padding: 8px 25px;
    border-radius: 20px;
    font-size: 14px;
    box-shadow: 0 2px 2px #888888;
    cursor: pointer;
    transition: all .2s;
}

.page1_banner_button_li:hover {
    opacity: .8;
}

.page1_banner_button_li:nth-child(1) {
    background-color: #F2F9F1;
    color: #5C715E;
}

.page1_banner_button_li:nth-child(2) {
    background-color: #5C715E;
    color: white;
    margin-left: 20px;
}

.page1_bottom {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    background-color: #5C715E;
}

.l_c {
    width: 80%;
    margin-left: 10%;
}

.tip_ul {
    width: 100%;
    height: 420px;
    margin-top: 50px;
    display: flex;
}

.tip_li {
    width: 50%;
    height: 420px;
    float: left;
    position: relative;
}

.image_box {
    width: 50%;
    height: 100%;
    background-color: #F8F8F8;
    position: absolute;
    top: 0;
    right: 0;
}

.image_bg {
    width: 80%;
    height: calc(100% - 90px);
    position: absolute;
    top: 45px;
}

.image_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.tip_text_bg {
    width: 100%;
    height: 80%;
    position: absolute;
    top: 0;
    font-size: 200px;
    font-weight: bold;
    color: #5C715E;
    opacity: .04;
    text-indent: 6rem;
}

.tip_text_c {
    width: 100%;
    height: 60%;
    position: absolute;
    top: 0;
}

.tip_text_c_title {
    margin-top: 150px;
    color: #5C715E;
    opacity: .4;
    font-size: 30px;
    letter-spacing: 2px;
}

.tip_text_c_des {
    margin-top: 10px;
    color: #3A483B;
    opacity: .8;
    letter-spacing: 2px;
}

.tip_button {
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 30px;
}

.tip_button a {
    padding: 8px 20px;
    background-color: #5C715E;
    color: #DDEEDF;
    font-size: 14px;
    transition: all .2s;
}

.tip_button:hover a {
    opacity: .8;
}

.tip_button a img {
    width: 20px;
    position: relative;
    top: 4px;
}

.tip_li:nth-child(1) .image_box {
    left: 0;
}

.tip_li:nth-child(2) .tip_text_bg {
    text-align: right;
}

.tip_li:nth-child(2) .tip_text_c {
    width: 60%;
    right: 0;
}

.tip_li:nth-child(2) .tip_button {
    width: 60%;
    right: 0;
}

.exa {
    width: 100%;
    float: left;
}

.exa_title {
    font-size: 25px;
    color: #5C715E;
    text-align: center;
    margin-top: 80px;
}

.exa_hr {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.exa_hr_line {
    width: 180px;
    height: 2px;
    background-color: #5C715E;
    margin: 0 auto;
}

.exa_c {
    width: 90%;
    height: 500px;
    float: left;
    margin-left: 5%;
    margin-top: 30px;
    position: relative;
}

.exa_bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 300px;
    background-color: #ebebeb;
}

.exa_slide {
    width: 90%;
    height: 350px;
    background-color: #717171;
    position: absolute;
    left: 5%;
}

.exa_button {
    width: 100%;
    position: absolute;
    bottom: 50px;
    text-align: center;
}

.exa_button a {
    padding: 10px 40px;
    background-color: #5C715E;
    border-radius: 30px;
    color: white;
    font-size: 14px;
    transition: all .2s;
}

.exa_button a:hover {
    opacity: .8;
    font-size: 16px;
}

.p {
    margin-top: 80px;
}

.p_ul {
    width: 80%;
    margin-left: 10%;
    margin-top: 80px;
    float: left;
    display: flex;
    justify-content: space-around;
}

.p_li {
    width: 200px;
    height: 230px;
}

.p_avatar {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p_avatar div {
    width: 100px;
    height: 100px;
}

.p_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p_text {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.p_name {
    margin-top: -20px;
    color: #212121;
    font-weight: bold;
}

.p_label {
    padding-top: 10px;
    color: #888888;
    font-size: 14px;
}

.banner {
    width: 100%;
    height: 500px;
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
}

.banner_li {
    width: 50%;
    height: 100%;
    float: left;
    background-color: #F8F8F8;
}

.banner_li:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner_li:nth-child(2) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_li_c {
    margin-left: 10%;
    letter-spacing: 4px;
}

.banner_title {
    color: #5C715E;
    font-size: 25px;
    margin-top: -40px;
}

.banner_des {
    color: #5C715E;
    padding-top: 10px;
}

.banner_button {
    margin-top: 100px;
}

.banner_button a {
    float: left;
    display: inline;
    border: 2px solid #5C715E;
    padding: 10px 30px;
    transition: all .2s;
}

.banner_button a:hover {
    opacity: .8;
}

.banner_button img {
    width: 20px;
    position: relative;
    top: 4px;
}

.banner_button a:nth-child(1) {
    background-color: #5C715E;
    color: #DDEEDF;
}

.banner_button a:nth-child(2) {
    margin-left: 30px;
    color: #5C715E;
}

.news {
    float: left;
    margin-bottom: 80px;
}

.news_more {
    position: absolute;
    right: 20%;
    top: 10px;
    color: #5C715E;
    font-size: 14px;
}

.news_ul {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 20px;
    display: flex;
    margin-top: 50px;
    flex-wrap:wrap;
}

.news_li {
    width: 25%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_li:nth-child(1) news_li_c {
    background-color: pink;
}

.news_li_c {
    width: 80%;
    height: 80%;
    display: flex;
    flex-direction: column;
    border: 1px solid #ebebeb;
    box-shadow: 0 4px 4px #ebebeb;
    cursor: pointer;
    transition: all .2s;
}

.news_li_c:hover {
    transform: scale(1.1);
}

.news_image {
    width: 100%;
    height: 60%;
}

.news_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_date {
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #777777;
    font-size: 14px;
}

.news_title {
    width: 70%;
    margin-left: 15%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #000000;
    opacity: .84;
}


@media screen and (max-width: 800px) {
    .page1 {
        height: 40vh;
    }

    .page1_bg {
        height: 300px;
        top: 0;
    }

    .page1_bottom {
        display: none;
    }

    .page1_banner {
        margin-left: 0;
        width: 90%;
        margin-top: 30px;
    }

    .tip_ul {
        flex-wrap: wrap;
        height: auto;
        margin-top: 0;
    }

    .tip_ul:nth-child(2) {
        flex-direction: column-reverse;
    }

    .tip_li {
        width: 100%;
    }

    .banner_button_c {
        width: 100%;
        height: 140px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }



    .p_ul {
        flex-wrap: wrap;
    }

    .p_li {
        width: 150px;
    }

    .banner {
        height: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }

    .banner_li {
        width: 100%;
    }

    .banner_li_c {
        margin-left: 20px;
        float: left;
    }

    .banner_title {
        margin-top: 10px;
    }

    .banner_button {
        margin-top: 20px;
    }

    .banner_button a:nth-child(2) {
        margin-left: 0;
        margin-top: 20px;
    }

    .news {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .exa_title_news {
        margin-top: 0;
    }

    .news_more {
        right: 20px;
        top: 20px;
    }

    .news_ul {
        flex-wrap: wrap;
    }

    .news_li {
        width: 100%;
    }
}