.information{
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}
.information .big-banner img{
    width: 100%;
}
.information .box ul{
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.information .box ul li {
    width: 300px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.information .box ul li:nth-child(3n){
    margin-right: 0;
}
.information .box ul li img{
    width: 100%;
    height: 240px;
    border: 1px solid #ececec;
}
.information .box ul li p{
    font-size: 18px;
    color: #333333;
    text-align: center;
}