#module3 {
width: 1366px;
height: 215px;
margin: 0 auto;
display: flex;
justify-content: space-between;
padding-top: 40px;
box-sizing: border-box;
position: relative;
}

.icon-item {
text-align: center;
cursor: pointer;
}

.icon-item img {
width: 109px;
height: 94px;
cursor: pointer;
}

.icon2 {
display: none;
}

.icon-item p {
font-size: 20px;
color: #333333;
margin-top: 10px;
cursor: pointer;
}

.icon-item:hover p {
color: #951500;
margin-top: 14px;
font-weight: bold;
}

.icon-item:hover .icon1 {
display: none;
}

.icon-item:hover .icon2 {
display: inline-block;
}

.page{
width: 100%;
background-color: #fff;
}