@charset "utf-8";
@font-face {
	font-family:'digifacewide';
	src: url('../font/digifacewide.ttf');
}

html{
	background: transparent;
}
#Box{
	background: url(../img/indexbg.jpg) no-repeat;
	background-size: 100% 100%;
}
.TimeFont{
	font-family: 'digifacewide',serif;
	font-size: 2.5rem;
    color: #00fcff;
    letter-spacing: 2px;
}
.display_flex{
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
}
#Box .container{
	height: 100%;
}
#Box .Header{
	height: 12%;
	background: rgba(31,80,180,.7);
}
#Box .Content{
	height: 84%;
}
#Box .Footer{
	height: 4%;
}
#Box .Header-box{
	height: 100%;
	width: 95%;
	margin: 0 auto;
}
#Box .Header .logo{
	height: 100%;
	float: left;
	align-items: center;
}
#Box .Header .logo .logo-img{
	width: auto;
	height: 70%;
}	
#Box .Header .hnav{
	height: 100%;
	float: right;
	align-items: center;
}
#Box .Content-box{
	width: 80%;
	margin: 0 auto;
}
#Box .Footer-box{
	background: rgba(63,95,112,.7);
	position: relative;
}
#Box .Content-box .Ctitle{
	height: 50%;
	align-items: center;
	text-align: center;
}
#Box .Cnav{
	height: 50%;
}
#Box .Content-box .Ctitle .text{
	margin: 10% auto 0;
	letter-spacing: 5px;
	font-size: 4.35rem;
	font-weight: bold;
	min-width: 80%;
	color:rgba(234,0,0,.9);
	padding: 0.8rem 2rem;
	background: rgba(255,255,255,.7);
	border-radius: 10px;
	-moz-text-shadow:#FFFFFD 2px 0 0, #FFFFFF 0 2px 0, #FFFFFF -2px 0 0, #FFFFFF 0 -4px 0;
	text-shadow:#FFFFFD 2px 0 0, #FFFFFF 0 2px 0, #FFFFFF -2px 0 0, #FFFFFF 0 -4px 0;
	-webkit-text-shadow:#FFFFFD 2px 0 0, #FFFFFF 0 2px 0, #FFFFFF -2px 0 0, #FFFFFF 0 -4px 0;
	box-shadow: 1px 2px 10px #FFFFFD;
}

#Box .Footer .txt{
	height: 100%;
	width: 100%;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
#Box .Footer .txt .txt-item{
	margin: 0 10px;
}

#Box .Footer .txt .plic{
	height: 30px;
	line-height: 30px;
}
#Box .Footer .txt .plic .bei-img{
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-top: 7px;
	margin-right: 5px;
}
#Box .Footer .type{
	position: absolute;
	top: 0;
	right: 2%;
	width: auto;
	height: 100%;
	font-size: 14px;
	align-items: center;
	
}
#Box .Footer .type .radio{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-left: 10px;
	animation: animat 0.5s infinite linear;
}
@keyframes animat{
	0%{
		background: #FFFFFF;
	}
	50%{
		background: #00ff42;
		transform: scale(1.5,1.5);
		-webkit-transform: scale(1.5,1.5);
		-moz-transform: scale(1.5,1.5);
		-ms-transform: scale(1.5,1.5);
		-o-transform: scale(1.5,1.5);
	}
	100%{
		background: #FFFFFF;
	}
}
@-webkit-keyframes animat{
	0%{
		background: #FFFFFF;
	}
	50%{
		background: #00ff42;
		transform: scale(1.5,1.5);
		-webkit-transform: scale(1.5,1.5);
		-moz-transform: scale(1.5,1.5);
		-ms-transform: scale(1.5,1.5);
		-o-transform: scale(1.5,1.5);
	}
	100%{
		background: #FFFFFF;
	}
}
@-moz-keyframes animat{
	0%{
		background: #FFFFFF;
	}
	50%{
		background: #00ff42;
		transform: scale(1.5,1.5);
		-webkit-transform: scale(1.5,1.5);
		-moz-transform: scale(1.5,1.5);
		-ms-transform: scale(1.5,1.5);
		-o-transform: scale(1.5,1.5);
	}
	100%{
		background: #FFFFFF;
	}
}
@-ms-keyframes animat{
	0%{
		background: #FFFFFF;
	}
	50%{
		background: #00ff42;
		transform: scale(1.5,1.5);
		-webkit-transform: scale(1.5,1.5);
		-moz-transform: scale(1.5,1.5);
		-ms-transform: scale(1.5,1.5);
		-o-transform: scale(1.5,1.5);
	}
	100%{
		background: #FFFFFF;
	}
}
#Box .Content-box .Cline{
	height: 17%;
}
#Box .Content-box .Ebox{
	height: 80%;
	width: 80%;
	margin: 0 auto;
	justify-content: space-between;
}
#Box .Content-box .Ebox .lists-item{
	flex-basis: 33.33%;
	margin: 0 auto;
	text-align: center;
}
#Box .Content-box .Ebox .lists-a{
	display: inline-block;
	padding: 0 3%;
	letter-spacing: 2px;
	min-width: 80%;
	font-size: 1.2rem;
	margin: 0 auto;
	background: rgba(255,255,255,.7);
	color: #154d9a;
	font-size: 2.3rem;
	font-weight: bold;
	-moz-text-shadow:#FFFFFF 1px 0 0,#FFFFFF 0 1px 0,#FFFFFF -1px 0 0,#FFFFFF 0 -1px 0;
	text-shadow:#FFFFFF 1px 0 0,#FFFFFF 0 1px 0,#FFFFFF -1px 0 0,#FFFFFF 0 -1px 0;
	-webkit-text-shadow:#FFFFFF 1px 0 0,#FFFFFF 0 1px 0,#FFFFFF -1px 0 0,#FFFFFF 0 -1px 0;
	box-shadow: #367ad8  0px 0px 3rem inset;
}

#Box .Content-box .Ebox .lists-item .item-box{
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	align-items: center;
	justify-content: center;
}















