/* common */
* {
	margin: 0px;
	padding: 0px;
}
html {
	margin: 0px;
	padding: 0px;
	color:#fff;
}
body {
	/*font: normal 14px/18px serif,cursive,fantasy,monospace,Verdana,Arial,Helvetica,sans-serif;*/
	font: normal 14px/18px STXihei,Helvetica,sans-serif,Poiret One;
	color:#ccc;
	margin: 0px;
	padding: 0px;
	background:#000;
}
img {
	border:0px solid #ccc;
}
a {
	text-decoration: none;
	color:#fff;
}
/*ul {
}*/
li {
	list-style:none;
}
ol li {
	list-style:display;
}
a, input, button {
	border:0px;
}
a:focus, input:focus, button:focus {
	outline: none;
}
.main {
	margin:0px auto;
	width:100%;
	height:100%;
}
.menu {
	float:left;
	height:69px;
	width:100%;
	min-width:1200px;
	background: url("../images/menu/bg.jpg") repeat-x scroll;
}
.menu div {
	margin:0px auto;
	width:1200px;
	height:69px;
}
.menu li {
	float:left;
}
.menu .nav {
	float:left;
	height:69px;
	width:800px;
}
.menu .nav a {
	display:block;
	padding:24px 10px 0px 10px;
	width:120px;
	height:45px;
	font-family:STXihei,Helvetica,sans-serif,Poiret One;
	font-weight:lighter;
	font-size:30px;
	color:#92887d;
	text-align:center;
}
.menu .nav a:hover {
	color:#d6ba7f;
	background: url("../images/menu/light.jpg");
}
.menu .share {
	float:left;
	height:69px;
	width:400px;
}
.menu .share li {
	float:right;
	height:69px;
}
.menu .share a {
	display:block;
	height:54px;
	padding:15px 0px 0px 10px;
}
.user {
	float:left;
	margin:10px 0px;
	height:25px;
	width:100%;
	min-width:1200px;
}
.user form, .sub-user {
	margin:0px auto;
	width:1200px;
}
.sub-user p {
	float:right;
}
.center {
	float:left;
	clear:both;
	min-width:1200px;
	width:100%;
	height:962px;
	background: url("../images/office_index/bg.jpg") no-repeat center center;
}
.center-empty {
	width:100%;
	height:200px;
}
.logo a {
	display:block;
	margin:40px auto;
	width:716px;
	height:268px;
}
.video {
	margin:10px auto 50px;
	width:110px;
	cursor:pointer;
}
.play video {
	display:none;
	position:fixed;
	margin:100px auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:999;
}
.play iframe {
	display:none;
	position:fixed;
	margin:100px auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:999;
}
.play-screen {
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	display:none;
    filter:alpha(Opacity=50); /* IE 半透明滤镜效 */
    -moz-opacity:0.5;   /* mozilla firefox火狐浏览器实现半透明 */
    opacity: 0.5; /* 除IE外所有浏览器支持包括谷歌 */
    background:#333;
}
.link {
	margin:0px auto;
	width:600px;
	cursor:pointer;
}
.link-image {
	float:left;
	margin:0px 10px;
}
.line-black {
	float:left;
	display:block;
	height:37px;
	width:2px;
	background-color:rgba(0,0,0,0.5);
	margin-top:-5px;
}
.bg-login { /* alert login etc */
	background:url("../images/office_index/subcontent.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.bg-register { /* alert register etc */
	width:850px;
	background:url("../images/office_index/subcontent.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.register-left-title {
	float:left;
	margin:10px 15px;
}
.register-right-title {
	float:right;
	margin:10px 15px;
}
.bg-button {
	background:url("../images/forum_list/posts_botton_bg.png") no-repeat scroll 0 0 / 100% 100%;
    font-size: 14px;
    height: 30px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 80px;
	border:0px;
	font-weight:border;
}
.current {
	color:#d6ba7f !important;
	background: url("../images/menu/light.jpg");
}
.active {
	display:block !important;
}
.red {
	color:#f00;
}
.green {
	color:#0f0;
}
.blue {
	color:#0f0;
}
.white {
	color:#fff;
}
.gray {
	color:#ccc;
}
.footer {
	float:left;
	width:100%;
	min-width:1200px;
	height:50px;
	background:#000;
}
.footer-center {
	margin:30px auto;
	width:500px;	
	text-align:center;
}
.footer-center a {
	color:#999;
}
.footer-logo {
	margin:20px auto;	
}
