﻿@charset "utf-8";
/* CSS Document - 精简版 */
* {
	margin: 0;
	padding: 0;
}
body {
	overflow-x: hidden;
}
/* 通用布局类 */
.fl { float: left; }
.cl { clear: both; }
.bl { display: block; }
.ab { position: absolute; left: 431px; top: 0; }
.rl { position: relative; }
.STYLE2 { font-size: 12px; color: #FFFFFF; }

/* 头部样式 */
.header {
	width: 100%;
	height: 84px;
	background: url("../images/sm0.jpg") center no-repeat;
}
.menu {
	width: 1080px;
	height: 100%;
	margin: 0 auto;
}
.menu .text {
	width: 560px;
	height: 100%;
	float: right;
}
.menu .text ul li {
	list-style: none;
	float: left;
	height: 100%;
	margin-left: 30px;
	text-align: center;
	margin-top: 15px;
}
.menu .text ul li .atext { font-size: 25px; }
.menu .text ul li .ftext { font-size: 15px; }
.menu .text ul li a {
	color: #404040;
	text-decoration: none;
}
.menu .text ul li a:hover { color: #B52A00; }

/* 核心容器&背景样式 */
.bigcontainer {
	width: 100%;
	background: #000;
	top: -110;
}
.topcontainer {
	width: 1920px;
	height: 1024px;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
	position: relative;
	background: url("../smps8/smps8.jpg") no-repeat center;
}
.animatetop {
	width: 1920px;
	height: 1024px;
	left: 50%;
	margin-left: -960px;
}

/* 下载按钮容器（核心交互区） */
#Download {
	width: 764px;
	height: 172px;
	text-align: center;
	position: absolute;
	top: 820px;
	left: 795px;
	margin-left: -176px;
	z-index: 51;
	border-radius: 5px;
	background: url("../images/down.png") no-repeat left top;
}
#Download .btn_down_s1 { float:left; width: 320px; height: 87px; text-indent:-999em; margin-left: 107px; margin-top: 43px; }
#Download .btn_down_s2 { float:left; width: 143px; height: 91px; text-indent:-999em; margin-left: 3px; margin-top: 39px; }
#Download .btn_down_s