.headfix {
    width: 100%;
    height: 130px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}
.head {
	height: 45px;
}
.head .logo {
	width: 40px;
	height: 40px;
	left: 10px;
	margin-left: 0;
	top: 5px;
	z-index: 2;
}
.head p {
	left: -10px;
}
.head p.bg1 {
	width: 100px;
	height: 100px;
	margin-left: 5px;
	top: -60px;
}
.head span {
    display: block;
    line-height: 45px;
    font-size: 1rem;
    float: left;
    margin-left: 80px;
}