.link_page {
	width: 100vw;
	height: 100vh;
	position: relative;
	z-index: 0;
}
.link_page .btn{
	position: absolute;
	z-index: 99999;
	/*bottom: 0;*/
	top: 70vh;
	width: 100vw;
	height: 100vh;
}
.link_page .btn a{
	text-decoration: none;
}
.link_page .tel{
	position: absolute;
	z-index: 99999;
	width: 1rem;
	height: 1rem;
	left: 0;
	margin-left: 0.2rem;
	top: 0.8rem;
}
.link_page .tel img{
	display: block;
	width: 2rem;
	height: 1rem;
}
.link_page .homepgage{
	position: absolute;
	/*left: 50%;*/
	right: 0;
	/*top: 0.6rem;*/
	top: 0.8rem;
	margin-right: 0.2rem;
	z-index: 9999;
	height: 1rem;
	line-height: 0.9rem;
	text-align: center;
}
.link_page .homepgage img{
	/*display: block;*/
	width: .6rem;
	height: .6rem;
	vertical-align: middle;
	/*width: 2rem;*/
	/*height: 1rem;*/
}
.link_page .homepgage a{
	font-size: 0.36rem;
	letter-spacing: -0.01rem;
	text-indent: -0.01rem;
	display: block;
	/*padding: 0.2rem;*/
	width: 1rem;
	line-height: 0.9rem;
	height: 1rem;
	color: #fff;
	background-color: #354da7;
	border-radius: 1rem;
	text-align: center;
}


.link_page .tel a{display: block;}
.link_page .tel p{
	color: #354da7;
}
.section>img{
	display: block;
}
.icon-dianhua{
	text-align: center;
	display: block;
	font-size: 0.5rem;
	/*padding: 0.2rem;*/
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	color: #fff;
	background-color: #354da7;
	border-radius: 1rem;
}
.section img{
	width: 100vw;
	/*height: 100vh;*/
	display: block;
}
.section:after{
	/*display: block;*/
	display: none;
	width: 1rem;
	height: 1rem;
	position: absolute;
	z-index: 9999;
	left: 50%;
	bottom: 3rem;
	margin-left: -0.5rem;
	content: " ";
	background: url(/Public/Wap/guard/img/arrow3.png) center center no-repeat;
	background-size: 0.6rem;
}
.section.active:after{
		display: block;
	animation: up 1.5s infinite ease-in-out;
}
@keyframes up{
0%,30% {opacity: 0;-webkit-transform: translate(0,10px);}
60% {opacity: 1;-webkit-transform: translate(0,0);}
100% {opacity: 0;-webkit-transform: translate(0,-8px);}
}

#audio_btn {
    position: absolute;
    left: 15px;
    top: 10px;
    z-index: 9999;
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    background-repeat: no-repeat;
}
.rotate {
    width: 0.6rem;
    height: 0.6rem;
    background-size: 100% 100%;
    background-image: url(/Public/Wap/guard/img/music_off.png);
    -webkit-animation: rotating 1.2s linear infinite;
    -moz-animation: rotating 1.2s linear infinite;
    -o-animation: rotating 1.2s linear infinite;
    animation: rotating 1.2s linear infinite
}
@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}
@keyframes rotating {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}
@-moz-keyframes rotating {
	from {
		-moz-transform: rotate(0deg)
	}

	to {
		-moz-transform: rotate(360deg)
	}
}
.off {
    background-image: url(/Public/Wap/guard/img/music_off.png);
    background-size: contain;
    background-repeat: no-repeat;
}