.imgBox{
    font-size: 0;
}

.info{
    background-color: #333;
    width: 100%;
    display: flex;
    justify-content: center;
}

.info_box{
    width: 60%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 30px 0;
}

.info_box_left{
    flex: 1;
    font-size: 14px;
    color: #c0c0c0;
}

.info_box_left p{
    margin-bottom: 20px;
}

.info_box_right{
    width: 120px;
    height: 120px;
}

.info_box_right img{
    width: 100%;
    height: 100%;
}

.guangwang_bottom{
    background-color: #1b1b1b;
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.guangwang_bottom span{
    color: #fff;
    font-size: 14px;
}

.guangwang_bottom span:nth-child(1),
.guangwang_bottom span:nth-child(2){
    margin-right: 10px;
}