@-ms-viewport {
	width: device-width;
}

@media only screen and (min-device-width:800px) {
	html {
		overflow: hidden;
	}
}

html {
	height: 100%;
}

body {
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.right_box {
	position: absolute;
	right: 0px;
	width: 30%;
	padding: 20px;
	top: 10%;
	min-height: 80%;
	max-height: 80%;
	overflow: auto;
	background: rgba(0, 0, 0, 0.2);
}

/*滚动条样式*/
.right_box::-webkit-scrollbar {
	width: 5px;
	/*height: 4px;*/
}

.right_box::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

.right_box::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);

}

.right_box img {
	width: 100%;
}

.right_btn {
	position: absolute;
	z-index: 3001;
	right: 29%;
	overflow: visible;
	cursor: pointer;
	pointer-events: auto;
	width: 32px;
	height: 32px;
	opacity: 0.5;
/* 	moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg); */
	background-repeat: no-repeat;
	top: 45%;

}

.gz2 {
	display: inline-block;
	right: 0px !important;
	moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.sj_style {
	display: none;
}

@media only screen and (max-width: 768px) {

	.dn_style {
		display: none;
	}

	.sj_style {
		display: block;
	}

	@media only screen and (max-width: 320px) {

		.col-xs-4,
		.col-xs-12,
		.col-xs-8 {
			padding-right: 0;
			padding-left: 5px;
		}
	}

	a {
		color: #fff
	}

	.a1 {
		height: 80px;
		position: relative;
		text-align: center;
		position: absolute;
		top: -60px;
		width: 100%;
	}

	.img {
		width: 100px;
		height: 100px;
		border-radius: 100px;
		position: relative;
		top: -10px;
		border: 3px solid #fff;
		box-shadow: 2px 2px 2px #000;
	}

	.b1 {
		color: #fff;
		background: url(img/c1.jpg) no-repeat;
		position: fixed;
		width: 100%;
		bottom: 50px;
	}

	.col-xs-8 {
		padding-bottom: 20px;
		padding-top: 20px;
		padding-left: 0
	}

	#h1 {
		border-left: solid 1px #FFF;
	}

	#h2 {
		line-height: 20px;
		font-size: 12px;
		color: #fff;
	}

	#button {
		width: 96%;
		left: 2%;
		text-align: center
	}

	#button img {
		width: 18px;
	}

	.bao {
		background-color: rgba(0, 0, 0, 0.5);
		padding-top: 10px;
	}

	.aboutItem {
		max-height: 110px;
		min-height: 28px;
	}

	#edit_control {
		position: fixed;
		top: 0px;
		z-index: 999;
		right: 0;
		padding: 4px;
		color: #fff;
		text-shadow: 1px 1px 1px #000
	}

	#navBar img {
		width: 15px;
		height: 15px;
	}

	.plug-wrap {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 800;
		display: none !important;
		width: 0;
		height: 100px;
		height: 0;
		background: rgba(0, 0, 0, 0)
	}

	.plug-div {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 99999;
		-webkit-tap-highlight-color: transparent
	}

	.plug-menu {
		position: absolute;
		bottom: 17px;
		left: 17px;
		z-index: 999;
		display: inline-block;
		width: 36px !important;
		height: 36px !important;
		border-radius: 36px;
		background-color: #B70000;
		background-image: url(http: //www.weixinguanjia.cn/media/images/wm/plugmenu.png);
			background-position:center center;
		background-size: 80% auto;
		background-repeat: no-repeat;
		-webkit-box-shadow: 0 0 0 4px #FFF, 0 2px 5px 4px rgba(0, 0, 0, .25);
		-moz-box-shadow: 0 0 0 4px #FFF, 0 2px 5px 4px rgba(0, 0, 0, .25);
		box-shadow: 0 0 0 4px #FFF, 0 2px 5px 4px rgba(0, 0, 0, .25);
		color: #fff;
		-webkit-transition: -webkit-transform .2s;
		-webkit-transform: rotate(1deg);
		-webkit-appearance: button;
		-webkit-background-size: 80% auto
	}

	.plug-menu:before {
		margin: 9px 0 0 9px;
		font-size: 20px
	}

	.plug-menu:checked {
		-webkit-transform: rotate(135deg)
	}

	.plug-phone>div {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 900;
		margin-bottom: 20px;
		margin-left: 20px;
		width: 32px;
		height: 32px;
		border-radius: 32px;
		background: #B70000;
		-webkit-box-shadow: 0 0 0 3px #FFF, 0 2px 5px 3px rgba(0, 0, 0, .25);
		-moz-box-shadow: 0 0 0 3px #FFF, 0 2px 5px 3px rgba(0, 0, 0, .25);
		box-shadow: 0 0 0 3px #FFF, 0 2px 5px 3px rgba(0, 0, 0, .25);
		-webkit-transition: -webkit-transform .2s
	}

	.plug-phone>div a {
		display: block;
		height: 100%;
		color: #fff;
		text-align: center;
		font-size: 20px;
		line-height: 33px
	}

	.plug-phone>div.on:nth-of-type(1) {
		-webkit-transform: translate(0, -100px) rotate(720deg)
	}

	.plug-phone>div.on:nth-of-type(2) {
		-webkit-transform: translate(47px, -81px) rotate(720deg)
	}

	.plug-phone>div.on:nth-of-type(3) {
		-webkit-transform: translate(81px, -45px) rotate(720deg)
	}

	.plug-phone>div.on:nth-of-type(4) {
		-webkit-transform: translate(100px, 0) rotate(720deg)
	}

	.down {
		bottom: -250px;
		transition: top 2s;
		-webkit-transition: top 2s;
	}

	.nav_jt {
		opacity: 0.5;
	}

	.nav img {
		position: relative;
		animation: mymove 0.6s infinite;
		-webkit-animation: mymove 0.6s infinite;
	}

	.deg {
		-moz-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
	}

	@keyframes mymove {
		from {
			top: 0px;
		}

		to {
			top: 2px;
		}
	}

	@-webkit-keyframes mymove {
		from {
			top: 0px;
		}

		to {
			top: 2px;
		}
	}

	.nr {
		max-height: 300px;
		overflow: auto;
		padding: 20px;
	}

	.nr p {
		text-indent: 25px;
	}

	.nr img {
		width: 100%;
	}

	#iframe {
		height: 300px !important;
	}
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
	text-align: center;
	text-align: -webkit-center;
}

.navbar-nav {
	float: none !important;
	margin: 0;
	display: table;
}
