.footer {
	background-color: #0b5953;
}
.footer .wrap {
	width: 1280px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 60px;
	background-color: #0b5953;
	position: relative;
}
.footer p {
	font-size: 18px;
	color: #fff;
	line-height: 44px;
	text-align: center;
}
#_ideConac {
	position: absolute;
	right: 100px;
	top: 50%;
	margin-top: -40px;
}


.fast {
	height: 60px;
	background-color: #074540;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 9;
}
.fast .wrap {
	width: 1280px;
	height: 60px;
	margin: 0 auto;
	position: relative;
}
.fast .wrap .left {
	width: 145px;
	height: 40px;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	background: #023834 url(../img/fast-open.png) no-repeat 125px center;
	float: left;
	padding-left: 35px;
	margin-top: 20px;
	cursor: pointer;
}
.fast .wrap .left.open {
	height: 60px;
	line-height: 60px;
	margin-top: 0;
	background: #023834 url(../img/fast.png) no-repeat 125px center;
}
.fast .wrap .right {
	margin-left: 180px;
	/*display: none;*/
}
.fast .wrap .right li {
	width: 275px;
	height: 40px;
	float: left;
	padding: 10px 0;
	background-color: #074540;
	cursor: pointer;
	position: relative;
}
.fast .wrap .right li a {
	display: block;
	height: 40px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	border-right: 1px solid #052f2c;
}
.fast .wrap .right li:last-child a {
	border-right: none;
}
.fast .wrap .right li .wx {
	background: url(../img/wx.png) no-repeat 82px center;
	padding-left: 120px;
}
.fast .wrap .right li .app {
	background: url(../img/app.png) no-repeat 92px center;
	padding-left: 128px;
}
.fast .wrap .right li .survey {
	background: url(../img/survey.png) no-repeat 58px center;
	padding-left: 100px;
}
.fast .wrap .right li .link {
	background: url(../img/link.png) no-repeat 80px center;
	padding-left: 115px;
}
.fast .wrap .right li .code-wrap {
	position: absolute;
	width: 275px;
	height: 275px;
	left: 0;
	bottom: 60px;
	background: #e1fffd url(../img/code-wrap-bg.png) no-repeat center center;
	display: none;
}
.fast .wrap .right li:hover .code-wrap {
	display: block;
}
.fast .wrap .right li .code-wrap img {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -100px;
}
.fast .wrap .right li .link-wrap {
	position: absolute;
	width: 275px;
	left: 0;
	bottom: 60px;
	background: #dff2fc;
	padding: 10px 0;
	display: none;
}
.fast .wrap .right li:hover .link-wrap {
	display: block;
}
.fast .wrap .right li .link-wrap a {
	font-size: 18px;
	color: #666;
	padding-left: 30px;
}













