
#phone_re{    
   right: 1%;
    color: #eca319;
    width: 225px;
    background: none;
    position: absolute}

.header,
.footer
.header,
.footer
{
      background: url(../media/images/tenmien.png)no-repeat center center,url(../media/images/menu.png)repeat-x top left;
    /* position: fixed; */

    font-size: 16px;
    font-weight: bold;
    top: 0px;
    color: #fff;
    line-height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    z-index: 111111111;
    /* padding: 0 50px; */
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a
{
     
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 2px;
	margin-left:3px;
    float: left;
    /* position: absolute; */
    /* top: 2px; */
    /* right: 3%; */
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.header a i{font-size:40px;color:#0076da}
.content
{
	padding: 150px 50px 50px 50px;
}