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;
	position: relative;
}

.seal {
	position: fixed;
	width: 1.4rem;
	height: 1.4rem;
	bottom: .2rem;
	right: .2rem
}
.wrap {
	max-width: 640px;
	margin: 0 auto;
	overflow: hidden;
}

.info {
	background-size: 6.4rem 6.17rem;
	background-repeat: no-repeat;
	width: 6.4rem;
	height: 10.37rem;
	background-position: 0 4.2rem;
	background-image: url(../images/bg.png);
}

.i-photo {
	width: 6.4rem;
	height: 4.2rem;
	position: absolute;
}

.info .tit {
	width: 3.25rem;
	height: 1.16rem;
	position: absolute;
	top: 1.55rem;
	right: 0.35rem;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	opacity: 0;
	filter: alpha(opicaty=0);
	transition: all 0.75s;
}

.info .tit.active {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
	filter: alpha(opicaty=100);
}

.name {
	width: 2.22rem;
	height: 0.6rem;
	position: absolute;
	top: 3.05rem;
	right: 0.8rem;
}

.business,.case,.profile,.consult {
	padding-left: 0.5rem;
	height: 0.5rem;
	color: #dbdbdb;
	font-size: 0.3rem;
	line-height: 0.5rem;
	background-size: 0.5rem auto;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
	text-indent: 0.1rem;
	position: absolute;
	z-index: 9;
}

.business {
	top: 4.8rem;
	left: 1.2rem;
	background-image: url(../images/icon4.png);
}

.profile {
	top: 5.9rem;
	left: 0.2rem;
	background-image: url(../images/icon3.png);
}

.case {
	top: 7.2rem;
	left: 1.44rem;
	background-image: url(../images/icon2.png);
}

.consult {
	top: 8.54rem;
	left: 2.77rem;
	background-image: url(../images/icon1.png);
}

.blur {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

.nav {
	background-size: 0.5rem 0.5rem;
	background-repeat: no-repeat;
	background-position: 0 0;
	top: 8.54rem;
	left: 2.77rem;
	background-image: url(../images/icon1.png);
	position: absolute;
}

.menu {
	position: absolute;
	top: 6.3rem;
	width: 6.4rem;
	left: 0.6rem;
}

.menu li {
	margin-bottom: 0.3rem;
	margin-left: -3rem;
	height: 0.59rem;
	transition: all 0.35s;
	opacity: 0;
	alpha: filter(opicaty=0);
}

.menu li:not(:first-child) {
	transition-delay: 0.15s;
}

.menu li:last-child {
	transition-delay: 0.3s;
}

.menu li a {
	height: 0.59rem;
	width: 2.2rem;
	display: block;
	padding-left: 0.59rem;
	font-size: 0.3rem;
	line-height: 0.59rem;
	background-size: 0.59rem 0.59rem;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
	text-indent: 0.1rem;
	color: #fff;
}

.menu li a.phone {
	background-image: url(../images/icon9.png);
}

.menu li a.address {
	background-image: url(../images/icon8.png);
}

.menu li a.map {
	tansition-delay: 0.3s;
	background-image: url(../images/icon7.png);
}

.menu.active li {
	margin-left: 0;
	opacity: 1;
	alpha: filter(opicaty=100);
}

.nav {
	background-size: 0.5rem 0.5rem;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	width: 0.51rem;
	height: 0.51rem;
	background-image: url(../images/icon5.png);
	top: 9rem;
	left: 0.64rem;
}

.nav.open {
	background-image: url(../images/icon10.png);
}

.siteinfo {
	position: absolute;
	font-size: 0.22rem;
	color: #999;
	text-align: center;
	line-height: 0.22rem;
	width: 6.4rem;
	bottom:0.2rem;
}
.siteinfo a {
	color: #999;
}