@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}
body,html{
	width: 100%;
	height: 100%;
}
body{
	background: #003586;
	font-family: "微软雅黑";
}
.notice-wrap{
	padding-top: 30px;
}
.notice{
	position: absolute;
	top: 235px;
	left: 0;
	right: 0;
}
.notice h1{
	font-size: 36px;
	color: #333;
	text-align: center;
}
.notice>p{
	margin: 0 62px;
	font-size: 18px;
	color: #666;
	text-indent: 36px;
	line-height: 40px;
}
p span{
	color: #ff6500;
}
.notice .notice-cont{
	margin-top: 45px;
	margin-bottom: 25px;
	text-align: center;
}
.notice p{
	padding-bottom: 20px;
}
.notice-foot{
	margin-top: 24px;
	padding-top: 20px;
	border-top: 2px solid #f2f2f2;
}
.notice-foot p{
	font-size: 18px;
	color: #666;
	text-align: center;}
	
.notice-bg{
	position: relative;
	margin: 20px auto 0 auto;
	width: 682px;
	height: 633px;
}
.notice-bg img{
	display: block;
	width: 100%;
	}
.btn{
    text-decoration: none;
    width: 120px;
    border: 1px solid #5298ff;
    background: #5298ff;
    color: #FFF;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
	margin: 0 auto;
    overflow: hidden;
	}
@media (max-width:800px) {
	.notice-wrap{
		padding: 0 15px;
	}
	.notice-bg{
		width: 100%;
		height: auto;
	}
	.notice{
		top: 35%;
	}
	.notice h1{
		font-size: 18px;
	}
	.notice .notice-cont{
		margin: 15px 0 0 0;
	}
	.btn{
		font-size: 14px;
		width: 100px;
		line-height: 30px;
	}
	.notice-foot p{
		font-size: 16px;
	}
}