/*Copyright (c) 2009, fminutes.
author:karry
date:2009-09-07
version:1.0.3
*/
/*重置浏览器自身的样式 begin*/
html {
    font: 14px / 1.5 Tahoma, Arial, "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", sans-serif;
    background: #ececec;
    color: #333333;
        overflow-y:scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, a:visited, a:active {
    color: #626262;
    text-decoration: none;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del, ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q: before, q: after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

/*because legend doesn't inherit in IE*/
legend {
    color: #000;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/*@purpose To enable resizing for IE*/
/*@branch For IE6-Win, IE7-Win*/
input, button, textarea, select {
    *font-size: 100%;
}

/*重置浏览器自身的样式 end*/

/*常用样式 begin*/
.none {
/* 隐藏对象*/
    display: none;
}

.hide {
    overflow: hidden;
}

.block {
    display: block;
}

.tleft {
    text-align: left !important;
}

.tright {
    text-align: right !important;
}

.tcenter {
    text-align: center;
}

.vtop {
    vertical-align: top;
}

.vmiddle {
    vertical-align: middle;
}

.vmiddle {
    vertical-align: bottom;
}

.prel {
    position: relative;
}

.pabs {
    position: absolute;
}

/** 清浮动 **/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

/*button 模块样式*/
.btn-small, .btn-big {
    text-align: center;
    color: #fff;
    overflow: visible;
    padding: 0 5px;
    background-color: #5B74A8;
    border-color: #D9DFEA #0E1F5B #0E1F5B #D9DFEA;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

.btn-small {
    height: 22px;
    line-height: 17px;
}

/*文本框的样式*/
input {
    vertical-align: middle;
}

input.text {
    padding: 3px;
    width: 300px;
    height: 14px;
    color: #666;
    border: 1px solid #BDC7D8;
    overflow: auto;
}

textarea {
    height: 250px;
    padding: 5px;
    width: 390px;
    border: 1px solid #BDC7D8;
    overflow: auto;
}

/*信息提示，警告，错误提示*/
.error, .notice, .success {
    border: 2px solid #DDD;
    padding: 10px;
    text-align: center;
}

.error {
    background: #FBE3E4;
    border-color: #FBC2C4;
    color: #8A1F11;
}

.notice {
    background: #FFF6BF;
    border-color: #FFD324;
    color: #514721;
}

.success {
    background: #fcfad4;
    border-color: #cecece;
    color: #ff3c00;
    font-size: 14px;
    margin-bottom: 10px;
}

.success .btn-close:hover {
    background-color: #3B5998;
    background-position: center 2px;
}

/*页面基本结构公用结构样式*/
#page {
    width: 961px;
    padding: 10px 5px;
    margin: 0 auto;
    background: #FFF;
}

.page-inner {
    background: #FFF url(../images/bg.gif) repeat-y center top;
    min-height: 470px;
    _height: 470px;
}

#content {
    padding: 0 200px;
}

#footer {
    margin: 5px 0;
    padding: 10px;
    border-top: 1px solid #dadada;
}

#footer a {
    background: url("../images/black-line.gif") no-repeat right center;
    padding: 0 15px;
}

#footer a.last {
    background: none;
}

#header {
    height: 144px;
    background: url(../images/header-bg.png) no-repeat center top;
    _background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled = true, sizingMethod = noscale, src = "images/header-bg.png");
    padding: 0 10px;
}

.header-inner {
    border-top: 1px solid #dadada;
    position: relative;
}

#header .logo {
    padding: 5px;

}

.main-nav {
    position: absolute;
    right: 50px;
    top: -1px;
}

.main-nav li {
    float: left;
    border-top: 2px solid #2F5CA9;
    font-size: 14px;
}

.main-nav li a {
    display: block;
    padding: 5px 15px;
    background: url("../images/black-line.gif") no-repeat right center;
}
.main-nav li a:hover{
    background: #1d4ec7;
    color:#FFF;
}

.main-nav li.last a {
    background: none;
}

.main-nav li.social {
    border-color: #59AC37;
}
 .main-nav li.social a:hover{
    background: #59AC37;
    color:#FFF;
}
.main-nav li.contact {
    border-color: #E05C0F;
}
 .main-nav li.contact a:hover{
    background: #E05C0F;
    color:#FFF;
}
.main-nav li.hot a {
    color: #FF0000;
    font-weight: bold;
}

.main-nav li.hot sup {
    font-size: 9px;
    vertical-align: super;
    font-weight: normal;
}

.home {
    position: relative;
}

.home h1 {
    font-size: 56px;
}

.home h2 {
    font-size: 34px;
}

.home h1, .home h2 {
    position: absolute;
    line-height: 1.5;
    font-weight: normal;
}

.home h1 {
    left: 160px;
    top: 80px;
}

.home h2.create {
    left: 80px;
    top: 45px;
}

.home h2.happy {
    top: 150px;
    left: 380px;
}

/*about us*/
.aboutus {
    font-size: 14px;
    color: #333;
    position: absolute;
    width:530px;
    top: 100px;
}
.aboutus h1 {
    font-size: 24px;
    padding: 10px;
    text-align: center;
}
.aboutus .mission{
    vertical-align:middle;
    line-height:35px;
}

.aboutus .mission h2 {
    float: left;
     font-size: 24px;
    padding:0 15px;
    font-weight:normal;
}
.aboutus .mission ul{
    float:left;
}
.socialgame{
    position: relative;
    top: -50px;
}
.socialgame h1 {
    font-size: 24px;
    padding: 10px;
    text-align: center;
}
.socialgame h3{
     font-size: 20px;
    padding: 10px;
    text-align: center;
}
.socialgame p,.socialgame  ul{
    font-size:14px;
    line-height:1.5;
    padding:5px 10px 20px 30px;
}
.socialgame h2{
    font-size:14px;
    padding:0 30px;
}
.contactus{
    font-size:14px;
    position:relative;
    top:-50px;
}
.contactus h1{
     font-size: 24px;
    padding: 10px;
    text-align: center;
}
.contactus .map{
    float:left;
}
.contactus .map img{
    padding:3px;
    border:1px solid #ececec;
    display:block;
    background:#FFF;
}
.contactus .contact{
    float:left;
    padding:10px;
}
.contactus p,.contactus li{
    padding:5px;
}
.joinus{
    position:relative;
    top:-50px;
}
.joinus h1{
    font-size: 24px;
    padding: 10px;
    text-align: center;
}
.joinus .top ul{
    padding:10px;
}
.joinus .top ul li{
    font-size:16px;
    text-align:center;
    font-weight:bold;
}
.joinus .top{
    padding:0 15px;
   word-break:normal; 
}
.joinus .top a{
    padding:5px 10px;
    display:block;
    float:left;
    font-weight:bold;
}
.joinus .top a:hover,.joinus .top a.active{
    background: #dbe7f9;
    border:1px solid #52aaff;
    padding:4px 9px;
}
.joinus .job-list{
    padding:10px 20px;
    min-height:420px;
    _height:420px;
}
.joinus .job-list b{
    padding:10px;
    text-align:center;
    display:block;
}
.joinus .job-list h2{
    font-size:18px;
    border-bottom:1px solid #ddd;
    padding:5px 0;
}
.joinus .job-list h3{
    padding:5px 0;
}
.privacy{
	padding:10px 20px;
	font-size:12px;
}
.privacy h1{
	padding:10px 0;
	font-size:16px;
}
.privacy a{
	color:#325EA9;
}

/* gameInfo */
.gameInfo_list {
	}
.gameInfo_list li{
	height:40px;
	line-height:25px;
	float:left;
	width:110px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
.act{
	display:block;
	background:#069;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
.gameInfo_list li a:hover{
	display:block;
	background:#069;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
.hf1,.hf2,.lp,.lw {
	line-height:25px;
	text-indent:20px;
	margin-top:20px;
	clear:both;
}
.hf1 img,.hf2 img,.lp img,.lw img{
	margin:10px 0 10px 30px;
}
.title {
	text-align:left;
}
