#meau>li:nth-child(2)>a{
    color: #039dff;
    border-bottom: 5px solid #039dff;
}
.floor1{
    padding: 50px 0;
}
.floor1 span:first-child{
    margin-bottom: 20px;
}
.floor1 ul:after{
    content: "";
    display: block;
    clear: both;
}
.floor1_ul1 li{
    float: left;
    margin: 30px 30px;
}
.floor1_ul2{
    width: 75%;
    margin: 0 auto;
}
.floor1_ul2 li{
    float: left;
    margin: 30px 30px;
}
.floor1 li a{
    display: block;
}
.floor1 li img{
    position: relative;
    top:0;
    left: 0;
    transition: all .3s linear;
}
.floor1 li:hover img{
    top:-5px;
    left:-3px;
    box-shadow: 0px 5px 10px #eee;
}
/*section{*/
    /*min-height: 1200px;*/
    /*background: #f1f1f1;*/
/*}*/
/*div.img{*/
    /*background: url('../images/ser.png') top center no-repeat;*/
/*}*/