*{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
html,body{
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: "Microsoft YaHei", Arial;
}
body::-webkit-scrollbar {
	width: 0 !important;
	height: 0 !important;
	background: transparent;
}
body {
	-ms-overflow-style: none;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 5px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0); 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius:5px;
    border-radius: 6px;
    background: #900; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #900;
}


.mappy{ 
	width: 100%; 
	height: 100%; 
	position: absolute;
}
.leftbox{
	position: fixed;
	width: 300px;
	top: 0px;
	left: 0px;
	height: auto;
	z-index: 300;
	padding: 20px;
	background: rgba(244,240,234,.7);
}
.leftboxwap{
	position: fixed;
	width: 40%;
	max-width: 180px;
	top: 20px;
	left: 15px;
	height: auto;
	z-index: 300;
}
.logo{
	position: relative;
	width: 100%;
	height: 56px;
	overflow: hidden;
	background: url(logo.png)left center no-repeat;
	background-size: auto 100%;
}
.logo .ch{
	margin-top: 29.4%;
}
.vr720{
	position: relative;
	width: 100%;
	height: 48px;
	overflow:hidden;
	background: url(xnjq.png) center no-repeat;
	background-size: auto 100%;
	margin-top: 10px;
}
.vr720 .ch{
	margin-top: 23.76%;
}
.xnjqinfo{
	position: relative;
	width:100%;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin-top: 5px;
	text-align: center;
}
.back{
	position: relative;
	width: 50px;
	height: 25px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #900;
	line-height: 25px;
	margin-top: 10px;
}
.backb2{
	position: absolute;
	bottom: 0;
	left: 60px;
}
.back span{
	font-family: "宋体";
}
.back:hover{
	color: #ff0;
}
.shuomin{
	position: fixed;
	width: auto;
	height: 20px;
	left:0;
	bottom: 0;
	background: #900;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	padding: 0 5px;
	z-index: 300;
}
.dianwei{
	position: absolute;
	width: 80px;
	height: 40px;
	z-index: 5000;
}
.dianwei .dw{
	position: absolute;
	width: 31px;
	height: 40px;
	background: url(dd2.png);
	top: 0;
	left: 50%;
	margin-left: -17px;
}




.dianwei .mess{
	position: absolute;
	bottom: 0;
	left: -50%;
	width: 200%;
	height: 22px;
	text-align: center;
	line-height: 22px;
	padding: 0 5px;
	margin: 0 auto;
	top: 50px;
	opacity: 0;
	transition: all 0.3s;
}
.dianwei .mess .wz{
	position: relative;
	display: inline-block;
	width: auto;
	height: 22px;
	text-align: center;
	line-height: 22px;
	padding: 0 5px;
	margin: 0 auto;
	color:#fff ;
	background: #900;
	border-radius: 3px;
}
.dianwei:hover .mess{
	top: 40px;
	opacity: 1;
}

.wapbox{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: auto;
}
.mapimgbox{
	position: relative;
	width: 576px;
	height: 600px;
}

.mapbox{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size:cover;
	overflow-y: auto;
}
.mapbox .imgbox{
	position: relative;
	width: 100%;
	height: auto;
}
.mapbox .maps{
	position: relative;
	width: 100%;
	height: auto;
}
.dianweix{
	position: absolute;
	width: 80px;
	height: 40px;
	z-index: 5000;
	cursor: pointer;
}
.dianweix .dwx{
	position: absolute;
	width: 31px;
	height: 40px;
	background: url(dd2.png);
	top: 0;
	left: 50%;
	margin-left: -17px;
	z-index: 10;
	-webkit-animation: dwShow 1s ease-out infinite;
	-o-animation: dwShow 1s ease-out infinite;
	animation: dwShow 1s ease-out infinite;
}

@-webkit-keyframes dwShow {
	0% {
		top: -5px;
	}
	50% {
		top: 5px;
	}
	100% {
		top: -5px;
	}
}

@-o-keyframes dwShow {
	0% {
		top: -5px;
	}
	50% {
		top: 5px;
	}
	100% {
		top: -5px;
	}
}

.dianweix .qqx{
	position: absolute;
	width: 5px;
	height: 2px;
	BOTTOM: -5PX;	
	left: 50%;
	margin-left: -3px;
	opacity: 0;
	border:3px solid #900;
	border-radius: 50%;
	-webkit-animation: qqShow 1s 0.3s ease-out infinite;
	-o-animation: qqShow 1s 0.3s ease-out infinite;
	animation: qqShow 1s 0.3s ease-out infinite;
}
@-webkit-keyframes qqShow {
	0% {
		width: 5px;
		height: 2px;
		BOTTOM: -5PX;
		left: 50%;
		margin-left: -3px;
		opacity: 1;
	}
	100% {
		width: 50px;
		height: 20px;
		BOTTOM: -10PX;
		left: 50%;
		margin-left: -25px;
		opacity: 0;
	}
}

@-o-keyframes qqShow {
	0% {
		width: 5px;
		height: 2px;
		BOTTOM: -5PX;
		left: 50%;
		margin-left: -3px;
		opacity: 1;
	}
	100% {
		width: 50px;
		height: 20px;
		BOTTOM: -10PX;
		left: 50%;
		margin-left: -25px;
		opacity: 0;
	}
}


.wxbox{
	position: absolute;
	width: 170px;
	height: 200px;
	left: 20px;
	bottom: 20px;
	padding-top: 170px;
	background:#fff url(wx.png) top center no-repeat;
	background-size:100% auto ;
	text-align: center;
	font-size: 14px;
	color: #900;
	line-height:15px;
	z-index: 30;
}


.mapbox-wap{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: auto;
}
.mapbox-wap .imgbox{
	position: absolute;
    overflow: hidden;
    height: 100%;
}
.mapbox-wap .maps{
	position: relative;
	width: auto;
	height: 100%;
}
.dianweix-wap{
	position: absolute;
	width: 80px;
	height: 40px;
	z-index: 5000;
	cursor: pointer;
}
.dianweix-wap .dwx{
	position: absolute;
	width: 31px;
	height: 40px;
	background: url(dd2.png);
	top: 0;
	left: 50%;
	margin-left: -17px;
	z-index: 10;
	-webkit-animation: dwShow 1s ease-out infinite;
	-o-animation: dwShow 1s ease-out infinite;
	animation: dwShow 1s ease-out infinite;
}

@-webkit-keyframes dwShow {
	0% {
		top: -5px;
	}
	50% {
		top: 5px;
	}
	100% {
		top: -5px;
	}
}

@-o-keyframes dwShow {
	0% {
		top: -5px;
	}
	50% {
		top: 5px;
	}
	100% {
		top: -5px;
	}
}

.dianweix-wap .qqx{
	position: absolute;
	width: 5px;
	height: 2px;
	BOTTOM: -5PX;	
	left: 50%;
	margin-left: -3px;
	opacity: 0;
	border:3px solid #900;
	border-radius: 50%;
	-webkit-animation: qqShow 1s 0.3s ease-out infinite;
	-o-animation: qqShow 1s 0.3s ease-out infinite;
	animation: qqShow 1s 0.3s ease-out infinite;
}


