
.banner{
    font-size: 0;
}
.banner img{
    width: 100%;
}

.info{
    width: 100%;
   height: 197px;
   background-color: #4C35E2;
}

.info-box{
    width: 1200px;
    height: 100%;
    margin: 0 auto;

}

.info-box ul{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-box ul li {
    display: flex;
    color: #FFFFFF;
}

.info-box .info-left p{
    font-size: 80px;
}