.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 5px;
    color: #11810F;
}
.page_about_left_paragraph{
    padding: 10px 0;
    font-size: 16px;
}
.page_about_left_paragraph p{
    font-size: 16px;
    text-indent: 2em;
}
.page_about_right{
    position: relative;
}

.page_about_right img{
    width: 100%;
}
.page_about_right_two{
   position: absolute;
   top: 40%;
   left: 20%;
}

.page_about_right img{
    width: 100%;
}
.page_about_right_tit h2{
    color: #11810F;
}
.page_about_two{
    background-color: rgb(240, 240, 240);
}
.page_about_right_ul {
    padding: 0;
    border-radius: 10px;
    background-color: #acc420;
    background-image: url(../../images/下载.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100% 100%;
}
.page_about_right_item{
    padding: 10px;
    color: #fff;
    list-style: none;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}


.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: 85%;
}
li{
    list-style: none;
}
li>img {
    cursor: zoom-in;
}