.footer{
	width: 100%;
	height: 100px;
	color: #5A5A5A;
	background-color: #2E2E2E;
}

.footer_wra{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.wra_msg{
	margin-right: 100px;
	margin-left: 450px;
	font-size: 14px;
	text-align: center;
}

.wra_iphone{
	padding-top: 74px;
	font-size: 12px;
}

.wra_msg p:first-child{
	margin-top: 22px;
}
.wra_msg p:last-child{
	margin-top: 12px;
}

.iphone_img{
	position: absolute;
	top: -210px;
	left: -58px;
	display: none;
}

.wra_iphone{
	margin-right: 60px;
	background: url(../img/bg_iphone.png) no-repeat center 14px;
	position: relative;
}

.wra_iphone:hover .iphone_img{
	display: block;
}

/*右侧固定的图标*/
.icon_fixed{
	width: 50px;
	position: fixed;
	right: 0;
	bottom: 160px;
}
.icon_fixed p{
	width: 50px;
   height: 48px;
   border-radius: 4px;
   margin-top: -9px;
	background-color: #7A7777;
}
.icon_fixed p:hover{
	background-color: #45B882;
}
.icon_top{
	background: url(../img/float_qqicon1.png) no-repeat center center;
	display: none;
}





.footer a:hover{
	color: #5A5A5A;
	text-decoration: none;
}
.footer a:focus{
	color: #5A5A5A;
	text-decoration: none;
}