html{
    font-size: 100px;
}
html,body{
    margin:0;
    padding:0;
    display: block;
    position: relative;
    width: 100%;
    height: 100% !important;
    min-height: 100% !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
body{
    font-family: HelveticaNeue,sans-serif;
    margin: 0 !important;
    color: #232323;
    font-size: 15px;
    background: #007a3d;
}
#background {
    position: relative;
    display:flex;
    justify-content:space-around;
    background-image: url('../images/back_agro.png?v=1');
    background-repeat: no-repeat;
    background-position:center;
    width:1024px;
    height:605px;
    margin: 0 auto;
}
.contentImg ul {
    margin-top: 220px;
}
.contentImg ul li {
    float:right;
    list-style-type:none;
    padding: 8px;
    transition: transform 0.3s ease;
}
.contentImg ul li:hover {
    transform: scale(1.2);
}
.postImg {
    position: absolute;
    margin-top: 375px;
    list-style-type:none;
}
.postImg li {
    transition: transform 0.3s ease;
}
.postImg li:hover {
    transform: scale(1.2);
}
.data {
    width:1024px;
    height:200px;
    margin: 0 auto;
}
.data ul li {
    float:right;
    list-style-type:none;
}
.data ul li img{
    width:180px;
    height:180px;
    margin: 8px;
}