body,html {
	background-color: #e7e7e7;
	font-family: Helvetica!important;
	max-width: 640px;
	margin: 0 auto
}

a {
	text-decoration: none
}

.wrap {
	width: 6.4rem;
	height: auto;
	font-size: .24rem;
	background-color: #fff;
	color: #fff
}

.hide {
	visibility: hidden
}

.grid {
	width: 6.4rem;
	padding: 0;
	margin: 0;
	height: auto
}

.col {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.seal {
	position: fixed;
	width: 1.4rem;
	height: 1.4rem;
	bottom: .2rem;
	right: .2rem
}
		/** 主页 **/
.index{
	background-position: 0 0;
	height:12.08rem ;
	width: 6.4rem;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	background:url(../images/bg.jpg);
}
.profile,.business,.consult,.concat,.case{
	width: 1.4rem;
	height: 1.4rem;
	display: block;
	background-color: transparent;
	background-image: url(../images/a.png);
	background-repeat: no-repeat;
	background-size: 5rem 5rem;
	overflow: visible;
	position: absolute;
	z-index: 9;
}
.profile{
	background-position: -0.1rem 0;
	top:1.78rem ;
	left:3.2rem;
}
.business{
	background-position: -0.1rem -1.5rem;
	top: 2.58rem;
	left: 1.74rem;
}
.consult{
	background-position: -0.1rem -3rem;
	top: 3.81rem;
	left: 0.74rem;
}
.concat{
	background-position: -2.1rem -0.1rem;
	top: 5.43rem;
	left: 0.54rem;
}
.case{
	background-position: -2.1rem -1.5rem;
	top: 7.01rem;
	left: 0.87rem;
}
.i-photo{
	position: absolute;
	height: 11.5rem;
	width: 4.86rem;
	top:0;
	left: 1.54rem;
}

.tool{
	height: 0.86rem;
	width: 6.4rem;
	position: absolute;
	background-image: url(../images/menu-bg.png);
	background-size: 6.4rem 0.86rem;
	background-repeat: no-repeat;
	background-position: center;
	bottom: 0.58rem;
}
.tool a{
	width: 3.19rem;
	height: 0.86rem;
	float: left;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #b2b2b2;
	background-repeat: no-repeat;
	background-size: 2.04rem 0.86rem;
	background-position: center;
	background-image: url(../images/icon-bg.png);
	position: relative;
}
.tool a:active{
	background-image: url(../images/icon-bg-active.png);
}
.tool a span{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 0.64rem 0.53rem;
	background-position: 0.78rem center;
}
.tool a.map span{
	background-image: url(../images/icon-map.png);
}
.tool a.phone span{
	background-image: url(../images/icon-phone.png);
}
.tool a.map:active span{
	background-image: url(../images/txt-map.png);
	background-size: 1.29rem 0.29rem;
	background-position: 0.6rem center;
}
.tool a.phone:active span{
	background-image: url(../images/txt-phone.png);
	background-size: 1.29rem 0.29rem;
	background-position: 0.6rem center;
}

.siteinfo{
	background-color: #7d7d7d;
	color: #9f9f9f;
	height: 0.58rem;
	width: 6.4rem;
	position: absolute;
	bottom: 0;
	font-size: 0.2rem;
	text-align: center;
	line-height: 0.58rem;
}
.siteinfo a{
	color: #9f9f9f;
}
