.banner{
	background: url(../img/banner.png) no-repeat center;
	height: 314px;
	margin-top: 45px;
}

.sat{
	width: 740px;
	margin: 20px auto;
	margin-bottom: 40px;
}
.sat h3{
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #eb5c1a;
	text-align: center;
}
.sat table{
	width: 100%;
	border-collapse: collapse;
}
.sat table tr td{
	border: 1px solid #dcdcdc;
	text-align: center;
	height: 48px;
	font-size: 16px;
	cursor: pointer;
}
.sat table #sat-tr{
	background: #ea5b17;
	font-size: 18px;
	line-height: 48px;
	color: #fff;
}
.sat table tr:nth-of-type(odd){
	background: #fdf0e7;
}
.sat-down{color: #e95b19;}

/*预约下载*/
#yuyue{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 99;
}



































