.iframe_box_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99999;
	display: none;
}

.iframe_box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 460px;
	margin: -230px 0 0 -200px;
	border: solid 1px #ddd;
	box-shadow: 0 0 50px #333;
}

.iframe_title {
	height: 30px;
	width: 100%;
	display: block;
	background: #f2f2f2;
	border-bottom: solid 1px #ddd;
	font-size: 16px;
	text-align: left;
	line-height: 30px;
	padding-left: 15px;
	letter-spacing: 1px;
	color: #333;
}

.iframe_title a {
	position: absolute;
	right: 15px;
	text-decoration: none;
}

.iframe_viwe {
	height: 428px;
	width: 100%;
	background: rgba(0, 0, 0, 0.9);
}

.iframe_viwe span {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 30px;
	width: 100px;
	margin: 15px 0 0-50px;
	text-align: center;
	font-size: 24px;
	color: #fff;
}

.iframe_viwe iframe {
	position: absolute;
	top: 0px;
	padding: 30px 0 0 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}


/*------------------------------- 侧边栏 -------------------------------------*/
.aside-nav {
	position: fixed;
	right: 0px;
	top: 50%;
	display: block;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	z-index: 9999;
}

.nav-right {
	position: relative;
	margin-top: 1px;
	margin-bottom: 1px;
	height: 42px;
	width: 42px;
	background: #0075c2;
	text-align: right;
}

.nav-right-img {
	position: absolute;
	left: 0;
	z-index: 10;
	width: 42px;
	height: 42px;
	transition: .3s;
}

.nav-right-img img {
	margin: 10px;
	width: 22px;
}

.more-width:hover .nav-right-img {
	left: -80px;
}

.more-width-call:hover .nav-right-img {
	left: -120px;
}

.nav-right-desc {
	position: absolute;
	right: 0;
	padding-right: 16px;
	width: 42px;
	height: 42px;
	font-size: 14px;
	line-height: 42px;
	background: #0075c2;
	color: #0075c2;
	border-radius: 50px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: .3s, color .1s;
}

.more-width:hover .nav-right-desc {
	width: 125px;
	color: #fff;
	transition: .3s;
}

.more-width-call:hover .nav-right-desc {
	width: 165px;
}

.nav-right-qrcode {
	position: absolute;
	left: -200px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	padding: 10px;
	margin-left: -15px;
	background: #0075c2;
}

.nav-right-qrcode img {
	width: 130px;
	height: 130px;
}

.nav-right-qrcode i {
	padding: 5px;
	background: #fff;
	display: block;
}

.nav-right-qrcode p {
	text-align: center;
	width: 100%;
	color: #fff;
	padding-top: 10px;
	line-height: 5px;
	margin-bottom: 5px;
}

.nav-right:hover .nav-right-qrcode {
	left: -142px;
	opacity: 1;
	visibility: visible;
}

/* 底部导航  */
.aside-bottom {
	display: none;
}

@media (max-width: 768px) {
	.aside-bottom {
		position: fixed;
		left: 0;
		height: 60px;
		bottom: 0;
		width: 100%;
		text-align: center;
		display: block;
		background: #0075c2;
		z-index: 9999;
	}

	.nav-bottom {
		float: left;
		width: 33.3%;
		left: 0;
		height: 100%;
	}

	.nav-bottom a {
		text-decoration: none;
	}

	.nav-bottom-img {
		position: relative;
		width: 24px;
		height: 24px;
		left: 50%;
		padding-top: 8px;
		margin-left: -12px;
	}

	.nav-bottom-img img {
		width: 24px;
		height: 24px;
	}

	.nav-bottom-text {
		padding-top: 10px;
		font-size: 12px;
		text-align: center;
		color: #fff;
	}

	.nav-bottom:hover .nav-right-qrcode {
		opacity: 1;
		visibility: visible;
		left: 50%;
		transform: translateX(-50%);
		top: -200px;
		margin-left: 0;
	}

}
/* telbox */
.telbox {
	position: fixed;
	left: 10%;
	top: 20px;
	bottom: auto;
	margin-top: 0;
	height: 50px;
	width: 80%;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 25px;
	z-index: 9999
}
.telpic {
	float: left;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	margin: 5px;
}
.telico {
	float: right;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	margin: 5px;
}
.telname {
	color: #fff;
	float: left;
	border-radius: 20px;
	margin-top: 5px;
	margin-left: 10px;
}