.divtop {
	position: relative;
	height: 110px;
    min-width:1024px;
    background:white;
    width:100%;
    z-index:2;
   
}

.divtop>.logo {
	margin-left: 10%;
	width: 20%;
	float: left;
    height:100%;
    position:absolute;
}

.divtop>.logo>img {
	width: 100%;
    position:absolute;
    bottom:20px;
}

.phone {
	 
    margin-top:45px;
    float:right;
    
}
    .phone > img
    {
        max-width: 37px; 
    }
.phone>span
{
    font-size:28px;
    font-weight:bold;
    color:#EA5504;
    display: inline-block;
     vertical-align: super; 
     height: 100%;
     
}

.erweima {
	padding: 10px 0 0 10px;
	float: right;
	margin-right: 10%;
}

.erweima>.square {
	height: 100px;
	float: left;
	font-size: 10px;
	width: 80px;
	text-align: center;
    line-height:10px;
}

.erweima>.square>img {
	max-width: 100%;
}