.shop-board{
    height: 210px;
    position: relative;
    overflow: hidden;
}

.shop-board .board{
	width: 100%;
	height: 210px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1080px auto;
}

.shop-board .board .company-logo{
    height: 60px;
    width: 60px;
    border-radius: 30px;
    display: block;
    margin: 0 auto;
    margin-top: 55px;
}

.shop-board .board .company-name{
    height: 60px;
    line-height: 60px;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    top:50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    padding-right: 15px;
    text-align: center;
}