/*头部公司名称*/

.byw-topbar{
	height: 120px;
	background: #FFFFFF;
}

.byw-topbar-logo{
	float: left;
    display: block;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 20px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.byw-topbar-logo img{
	width: 100%;
}

.byw-topbar-title{
    float: left;
    display: block;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.byw-topbar-title h1{
	margin-top: 20px;
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
    color: #333;
    text-shadow: 2px 2px 2px #F0F0F0;
}

.byw-topbar-title span{
	font-size: 16px;
    line-height: 14px;
    color: #696969;
    text-shadow: 1px 1px 1px #FFFFFF;
}

.byw-contact-number{
	float: right;
	color: #e60000;
    font-size: 36px;
    margin-top: 32px;
    margin-right: 15px;
    font-weight: 500;
}

.byw-contact-number span{
	font-size: 30px;
	margin-right: 18px;
}