.page{
    padding: 0;
    margin: 0;
}
.banner{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    height: 500px;
    object-fit: cover;
}
.page_banner{
    padding: 0;
    position: relative;
}
.banner_zeza{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}
.nav_about{
    padding-left: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.nav_about a{
    text-decoration: none;
    color: rgb(171, 167, 167);
}
.banner_text{
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
}
.page_about{
    padding: 40px;
    width: 1920px;
    margin: 0 auto;;
}
.page_about_left_tit{
    border-left: 4px solid #11810F;
    padding: 3px 10px;
    color: #11810F;
}
.page_about_left_paragraph{
    padding: 10px 0;
    font-size: 16px;
}
.page_about_left_paragraph p{
    font-size: 16px;
}
.page_about_right{
    position: relative;
}

.page_about_right img{
    width: 100%;
}
.page_product{
    width: 1920px;
    margin: 0 auto;
    padding: 0;
}
.page_product_tit{
    padding: 40px 0 20px 0;
    color: #11810F;
    text-align: center;
}
.page_product_tit a{
    margin: 0 auto;
    padding: 40px 0 10px 0;
    color: #11810F;
    text-align: center;
    border-bottom: 5px solid #11810F;
    margin-bottom: 20px;
    font-size: 35px;
}
.page_product_input{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#myMap{
    width: 100%;
    height: 400px;
    background-color: #ccc;
}
@media screen and (max-width: 768px) {
    .page_product_input_item{
        width: 300px !important;
    }
}

