@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, code, form, input, button, textarea, select, p, th, td, img {
  margin: 0;
  padding: 0;
}
body {
  font: 12px "SimSun", Verdana, Arial, sans-serif, "Times New Roman";
  line-height: 24px;
  color: #484848;
  word-wrap: break-word;
  word-break: break-all;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input {
  color: #484848;
}
img {
  border: none;
}
a img {
  vertical-align: middle;
}
i, address, cite, em, b {
  font-style: normal;
  font-weight: normal;
}
ul, li, dl, dt, ol {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 12px;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #484848;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover, a:hover span, a:hover i {
  color: #2366b2;
  cursor: pointer;
}
.hidden {
  display: none;
}
.center {
  text-align: center;
  margin: 0px auto;
}
.clear {
  display: block;
  clear: both;
  overflow: hidden;
}
.left {
  float: left;
  display: inline;
}
.right {
  float: right;
  display: inline;
}
.clearFix {
  display: block;
  *zoom: 1;
}
.clearFix:before, .clearFix:after {
  content: '';
  overflow: hidden;
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.ft14 {
  font-size: 14px;
}
.wd1000 {
  width: 1000px;
  margin: 0px auto;
}
body {
  min-width: 1050px;
  background-color: #f6f6f6;
  font-family: "Microsoft Yahei";
}
.header {
  /*background: url("images/header.png") no-repeat center top;*/
  height: 113px;
  position: relative;
  z-index: 100;
}
.header-logo {
  float: left;
  width: 260px;
  height: 77px;
  margin:4px 0 0 8px;
  background: url("images/logo.png") no-repeat left center;
}
.header-list {
  float: left;
  height: 83px;
  display: inline;
  margin-left: 50px;
}
.header-list li {
  float: left;
  height: 100%;
  width: 115px;
  display: inline;
}
.header-list a {
  display: block;
  text-align: center;
  font: normal normal 16px/88px "Microsoft Yahei";
}
.header-list a:hover {
  color: #666;
  border-bottom:4px solid #ea0000;
  height: 83px;
}


.header-list li.active{
  background-color: #fff;
  background-color: rgba(255, 255, 255, .4);
  filter: alpha(opacity=40);
  border-bottom:4px solid #ea0000;
}
.header-list li.active a {
  position: relative;
  color: #000;
}
.header-list-game {
  position: relative;
  padding:10px 0;
  display: none;
}
.header-list-game span{
  width:100%;
  height:100%;
  position: absolute;
  left:0;
  top:0;
  _height:80px;
  background-color: #333;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.header-list li .header-list-game a{
  color:#cbc5c5;
}
.header-list li .header-list-game a:hover{
  color:#fff;
}
.header-list-game a{
  position: relative;
  line-height: 28px;
  z-index: 10;
  font-size: 14px;
  height:28px;
}
.header-list-game a:hover{
  background-color:rgba(100,100,100,.8);
}
.index-footer {
  text-align: center;
  color: #949494;
  padding: 20px 0 10px 0;
}
.index-footer a {
  color: #949494;
}
.index-footer a:hover {
  color: #484848;
}
.index-footer .link a {
  margin: 0 4px;
}
.container{
  position: relative;
  top:-26px;
  margin-bottom: -26px;
}

.title-div-line i{
  background: url("images/sprite.png")/*tpa=http://sqyx.37.com/templates/css/images/sprite.png*/ no-repeat;
}
.title-div-line {
  overflow: hidden;
  clear: both;
  line-height: 40px;
  color: #525151;
  zoom:1;
}
.title-div-line i {
  width: 4px;
  height: 14px;
  background-position: -109px -85px;
  float: left;
  margin: 13px 10px 0 0;
}
.title-div-line span {
  float: left;
  font-size: 20px;
}