﻿@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}
body,html{
	width: 100%;
	height: 100%;
}
body{
	background: #ff6500;
	font-family: "微软雅黑";
}
.notice-wrap{
	padding-top: 30px;
}
.notice{
	margin: 0 auto;
	width: 682px;
	height: 633px;
	background: url(../img/update-bg.png) no-repeat;
}
.notice h1{
	padding-top: 200px;
	font-size: 28px;
	color: #333;
	text-align: center;
}
.notice>p{
	margin: 0 62px;
	font-size: 15px;
	color: #666;
	text-indent: 36px;
	line-height: 25px;
}
p span{
	color: #ff6500;
}
.notice .notice-cont{
	margin-top: 10px;
}
.notice .notice-tel{
	padding-bottom: 10px;
	border-bottom: 2px solid #f2f2f2;
}
.notice-foot{
	margin-top: 3px;
}
.notice-foot p{
	font-size: 18px;
	color: #666;
	text-align: center;}