@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;/*moz火狐浏览器*/
	-webkit-box-sizing: border-box;/*(webkit内核浏览器)*/
	box-sizing: border-box;
}
/*公共样式开始*/
body{
	max-width: 720px;
	margin: 0 auto;
}
html body{
	font-size: 13px;
	letter-spacing: 1px;
	font-family: "microsoft yahei","arial","arial black";
}
i{
	font-style: normal;
}
a,a:hover,a:active{
	text-decoration: none;
	color: #333333;
}
input,textarea,select{
	outline: none;
}
img{
	border: none;
	vertical-align: top;
}
li{
	list-style: none;
}
/*公共样式结束*/
header{
	background: url(../Img/beijing.jpg)no-repeat;
	background-position: center center;
	background-size:100% 100%;
}
.navigation{
	width: 100%;
	height: 50px;
	border: 1px solid #0561B4;
	background: rgba(0,38,104,0.8);
	box-shadow: 1px 1px 1px #98c8f4;
	border-bottom-left-radius: 56px;
	border-bottom-right-radius: 56px;
}
.navigation div{
	display: inline-block;
}
.navigation #logo{
	width: 63%;
	height: 48px;
	color: #fff;
	font-size: 20px;
	padding-left: 24px;
	margin-top: 1px;
	letter-spacing: 1.5px;
	text-shadow: 1px 1px 1px #000;
}
.navigation #logo p{
	color: #c5c5c0;
	font-size: 13px;
}
.navigation #time{
	width: 35%;
	height: 48px;
	color: #fff;
	text-align: right;
	letter-spacing: 1.3px;
	text-shadow: 1px 1px 1px #000;
}
.navigation #time p{
	padding-right: 20px;
	margin-bottom: 10px;
}
.amei{
	width: 96%;
	height: 215px;
	margin: auto;
	margin-top: 30%;
	border-radius: 16px;
	border: 1px solid #0561B4;
	background: rgba(0,38,104,0.6);
	box-shadow: 1px 1px 1px #98c8f4;
}
.amei .mai{
	width: 94%;
	height: 35px;
	margin: auto;
	margin-top: 5px;
}
.mai #mai-a{
	line-height: 35px;
	text-align: center;
}
.mai #mai-a span{
	color: #4786FF;
	font-size: 13px;
	letter-spacing: 1.5px;
	text-shadow: 1px 1px 1px #f6f1f1;
}
.mai #mai-a{
-webkit-animation:flipInX 1s .2s ease both;
-moz-animation:flipInX 1s .2s ease both;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotateX(90deg);
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateX(-10deg)
}
70% {
-webkit-transform:perspective(400px) rotateX(10deg)
}
100% {
-webkit-transform:perspective(400px) rotateX(0deg);
opacity:1
}
}
@-moz-keyframes flipInX {
0% {
-moz-transform:perspective(400px) rotateX(90deg);
opacity:0
}
40% {
-moz-transform:perspective(400px) rotateX(-10deg)
}
70% {
-moz-transform:perspective(400px) rotateX(10deg)
}
100% {
-moz-transform:perspective(400px) rotateX(0deg);
opacity:1
}
}
.mai .line{
	height: 38px;
	margin-top: 10px;
}
.mai .line div{
	display: inline-block;
}

.line #mai-b{
	width: 62%;
	height: 38px;
	font-size: 16px;
	color: #05eb87;
	line-height: 37px;
	text-align: center;
	border-radius: 8px;
	background: #044bc7;
	letter-spacing: 1.3px;
	border: 1px solid #0561B4;
	text-shadow: 1px 1px 1px #525353;
}
.line #mai-b img{
	width: 16px;
	height: 16px;
	margin-top: 10px;
}
#mai-b{
-webkit-animation:fadeInLeft 1s .2s ease both;
-moz-animation:fadeInLeft 1s .2s ease both;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-20px)
}
100% {
opacity:1;
-webkit-transform:translateX(0)
}
}
@-moz-keyframes fadeInLeft {
0% {
opacity:0;
-moz-transform:translateX(-20px)
}
100% {
opacity:1;
-moz-transform:translateX(0)
}
}
.line #mai-c{
	width: 36%;
	height: 38px;
	float: right;
	color: #000000;
	font-size: 16px;
	line-height: 37px;
	border-radius: 8px;
	text-align: center;
	letter-spacing: 2px;
	background: #e6ee09;
	border: 1px solid #0561B4;
	text-shadow: 1px 1px 1px #fff;
}
#mai-c{
-webkit-animation:fadeInRight 1s .2s ease both;
-moz-animation:fadeInRight 1s .2s ease both;
}
@-webkit-keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translateX(20px)
}
100% {
opacity:1;
-webkit-transform:translateX(0)
}
}
@-moz-keyframes fadeInRight {
0% {
opacity:0;
-moz-transform:translateX(20px)
}
100% {
opacity:1;
-moz-transform:translateX(0)
}
}
#mai-c img{
	width: 25px;
	height: 28px;
	margin-top: 5px;
	margin-left: 5px;
}
.line a{
	text-decoration: none;
}
.line #mai-c:hover{
	border-radius: 8px;
	background: #04eeb4;
}
.suom{
	width: 96%;
	height: 100%;
	color: #00fcff;
	font-size: 12px;
	margin: auto;
	line-height: 23px;
	margin-top: 15px;
	border-radius: 8px;
	letter-spacing: 1.5px;
	text-align: justify;
	border: 1px solid #0561B4;
	text-shadow: 1px 1px 1px #000;
	background: rgba(0,38,104,0.6);
	box-shadow: 1px 1px 1px #98c8f4;
}
.suom span{
	margin-left: 3px;
}
.suom #so-yq{
	color: #ff6e6e;
}
.suom a{
	color: #fcff01;
}
.suom{
-webkit-animation:pulse 1s .2s ease both;
-moz-animation:pulse 1s .2s ease both;
}
@-webkit-keyframes pulse {
0% {
-webkit-transform:scale(1)
}
50% {
-webkit-transform:scale(1.1)
}
100% {
-webkit-transform:scale(1)
}
}
@-moz-keyframes pulse {
0% {
-moz-transform:scale(1)
}
50% {
-moz-transform:scale(1.1)
}
100% {
-moz-transform:scale(1)
}
}
.copyright{
	width: 100%;
	height: 50px;
	color: #e0dcde;
	margin-top: 42%;
	text-align: center;
	line-height: 50px;
	border: 1px solid #0561B4;
	background: rgba(0,38,104,0.8);
	box-shadow: 1px 1px 1px #98c8f4;
	border-top-left-radius: 56px;
	border-top-right-radius: 56px;
}
.newss{
	display: none;
}
