﻿body {
}
.main-pt-120 {
    padding-top:120px;
}

.display-block {
    display: inline-block;
}
@media (max-width: 576px) {
    .about-top-h2 {
        text-align: center;
    }
    .about-top-width {
        width: 100%
    }
}

@media (min-width: 480px) {
   
}

@media (max-width: 768px) {

    .about-h3 {
        font-size: 30px;
    }
}

    @media (max-width: 490px) {


        .forest-h2 {
            font-size: 30px;
            text-align: center;
            margin-top: 0px;
        }

        .forest-line-img {
            display: none;
        }



        .main-mt-0 {
        }

        .index-h2 {
            font-size: 20px;
        }

        .index-h4 {
            hyphens: auto; /* 启用自动连字符 */
            -webkit-hyphens: auto;
            -moz-hyphens: auto;
        }

        .index-h5 {
            hyphens: auto; /* 启用自动连字符 */
            -webkit-hyphens: auto;
            -moz-hyphens: auto;
        }

        .index-top-bg {
            object-position: 75%;
        }

        .abt_img_wide {
            height: 300px;
        }
    }

