/**
 * POWER BY JZNEWS
 * AUTHOR:ALIWU
 * DATE:2021/11/18
**/
@charset "utf-8";

/* 网站底部动态球-大球 */
@keyframes move {
	0% {
		bottom: -70%;
	}
	25% {
		bottom: -65%;
	}
	50% {
		bottom: -60%;
	}
	100% {
		bottom: -55%;
	}
}
/* 网站底部动态球-小球 */
@keyframes movea {
	0% {
		right: 33%;
	}
	25% {
		right: 32%;
	}
	50% {
		right: 31%;
	}
	100% {
		right: 30%;
	}
}
/* 政务服务背景移动动画 */
@keyframes bg-move-right{
	from{
		background-position: bottom 10px right 50px;
	}
	to{
		background-position: bottom 10px right 70px;
	}
}
/* 政务服务刷新图标 */
@keyframes refuse-icon{
	from{
		transform:rotate(0deg);
	}
	to{
		transform:rotate(360deg);
	}
}

/* 头部云飘动 */
@keyframes movecloud {
	0% {
		left: 0%;
		top: 50px;
		opacity: 0;
		width: 260px;
		height: 160px;
	}
	25% {
		left: 20%;
		top: 5%;
		opacity: 0.8;
		width: 460px;
		height: 260px;
	}
	50% {
		left: 40%;
		top: 5.2%;
		opacity: 1;
		width: 400px;
		height: 240px;
	}
	100% {
		left: 60%;
		top: 5.3%;
		opacity: 0;
	}
}
@keyframes moveclouds {
	0% {
		left: 0%;
		top: 50px;
		opacity: 0;
	}
	25% {
		left: 10%;
		top: 5%;
		opacity: 0.8;
	}
	50% {
		left: 20%;
		top: 5.2%;
		opacity: 1;
	}
	100% {
		left: 30%;
		top: 5.3%;
		opacity: 0;
	}
}
@keyframes movecloud-phone {
	0% {
		left: 0%;
		top: 0%;
		opacity: 0;
	}
	25% {
		left: 20%;
		top: 0.2%;
		opacity: 0.8;
	}
	50% {
		left: 40%;
		top: 0.3%;
		opacity: 1;
	}
	100% {
		left: 60%;
		top: 0.4%;
		opacity: 0;
	}
}
@keyframes moveclouds-phone {
	0% {
		left: 0%;
		top: 0%;
		opacity: 0;
	}
	25% {
		left: 10%;
		top: 0.1%;
		opacity: 0.8;
	}
	50% {
		left: 20%;
		top: 0.2%;
		opacity: 1;
	}
	100% {
		left: 30%;
		top: 0.3%;
		opacity: 0;
	}
}
@keyframes movetotop{
	0% {
		bottom: 0%;
	}
	100%{
		bottom: 10%;
	}
}