.page{
    padding: 0;
    margin: 0;
}
.banner{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    height: 800px;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .banner{
        height: 500px;
    }
}
.page_banner{
    padding: 0;
}
.page_about{
    padding: 40px;
    width: 1920px;
    margin: 0 auto;
}
.page_about_left_tit{
    border-left: 4px solid #11810F;
    padding: 3px;
    color: #11810F;
}
.page_about_left_paragraph{
    padding: 10px 0;
    font-size: 16px;
}
.page_about_left_paragraph p{
    text-indent: 2em;
    font-size: 16px;
}
.page_about_right img{
    width: 100%;
}
.page_culture_conter {
    height: 500px;
    background-image: url(/Content/images/qiyebejing.jpg);
    background-size: cover;
    background-position: center center;
}
.page_culture{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  
}
/* .page_culture img{
    height: 380px;
    width: 100%;
    object-fit: cover;
} */
.page_culture_tit{
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s ease-in-out 0s;
}
.page_culture_tit p {
    font-size: 20px;
}
.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 h1{
    width: 300px;
    margin: 0 auto;
    padding: 40px 0 10px 0;
    color: #11810F;
    text-align: center;
    border-bottom: 5px solid #11810F;
    margin-bottom: 20px;
}
.page_product_item{
    text-align: center;
    background-color: #fff;
    padding: 10px 0 10px 0;
    margin: 10px 5px 10px 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: all 0.5s ease-in-out 0s;
}
.page_culture_two_conter {
    height: 500px;
    background-image: url(/Content/images/u83_div.jpg);
    background-size: cover;
    background-position: center center;
}
.page_culture_two{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  
}
.page_give{
    width: 1920px;
    margin: 0 auto;
    padding: 0;
}
.page_give_tit{
    padding: 40px 0 20px 0;
    color: #11810F;
    text-align: center;
}
.page_give_conter{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.page_give_tit h1{
    width: 200px;
    margin: 0 auto;
    padding: 40px 0 10px 0;
    color: #11810F;
    text-align: center;
    border-bottom: 5px solid #11810F;
    margin-bottom: 20px;
}
.page_give_item{ 
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
}
.page_give_item img{ 
   width: 100%;
   height: 340px;
   box-shadow: 0 0 10px rgba(63, 255, 30, 0.5);
   
}