#module7 {
width: 100%;
height: 484px;
display: flex;
margin: 0 auto;
position: relative;
padding-top: 80px;
background-color: #F5F5F5;
margin-top: 50px;
}

#module7 .module7-title {
position: absolute;
top: 0px;
left: 20px;
width: 100%;
}

.m7-item {
border-right: #EEEEEE 1px solid;
box-sizing: border-box;
width: 25%;
}

.m7-item img{

width: 100%;
heigth:100%;
}

.module7-title h1 {
color: #333333;
font-size: 36px;
}

.module7-title p {
color: #CCCCCC;
}

#module7 .more1{
position: absolute;
right: 50px;
}

.m7-box{
width: 100%;
height: 100%;
display: flex;
}
.agsf{
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 59px;
}