@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

.clear_b {
  clear: both;
  height: 0;
}

/* 头部试图的布局*/
.header {
  width: 1000px;
  margin: auto;
  margin-top: 30px;
  height: 80px;
  border-bottom: 4px solid #2e5389;
  position: relative;
}

.logo {
  float: left;
  width: 200px;
}

.headerlogo {
  position: relative;
  width: 168px;
  height: 50px;
  margin-top: 15px;
}

.topnav {
  margin-top: 25px;
  float: right;
  margin-left: 200px;
}

.topnav a {
  font-size: 18px;
  display: inline-block;
  height: 30px;
  text-align: center;
  line-height: 34px;
  padding: 0px 5px;
  margin: 0px 5px;
  color: #999;
}

a.nav_sel,
.topnav a:hover {
  color: #2e5389;
  font-weight: bold;
}

a {
  text-decoration: none
}

/*首页中间内容的布局*/
.container:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.container {
  width: 1000px;
  margin: 0 auto 20px;
}

/*轮播图布局*/
.banner {
  position: relative;
  margin-top: -11px;
  width: 1000px;
  height: 400px;
  float: left;
  z-index: 0;
  overflow: hidden;
}

.banner img {
  cursor: pointer;
}

/*活动模块布局*/
/* .center {
  margin-bottom: 20px;
} */

.eventModel {
  float: left;
  width: 400px;
}

.eventTitleDiv {
  margin: 30px 0 15px 0;
  height: 20px
}

.eventTitleDiv a {
  display: inline-block;
  float: right;
  margin-right: 5%;
  font-size: 14px;
  font-weight: normal;
  color: #2e5389
}

.eventTitleDiv a:hover {
  background: #FFFFEF;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
}

.eventTitleDiv span.eventTitle {
  font-size: 18px;
  font-weight: bold;
  color: #2e5389;
  margin-top: 0px;
}

.eventTitleDiv span {
  font-size: 11px;
  font-weight: normal;
  color: #2e5389;
  margin-left: 3px;
  display: block;
  float: left;
  margin-top: 8px;
}

.eventImageDiv {
  width: 400px;
  height: 227px;
}

.eventImageDiv img {
  width: 100%;
  height: 100%;
}

.eventImage a:hover {
  background: #FFFFEF;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
}

/*首页end*/
.correlationModel {
  float: right;
  width: 570px;
}

.correlationModelDiv {
  width: 570px;
}

.correlationModelDiv img {
  width: 100%;
}

.footer {
  clear: both;
  width: 1000px;
  margin: auto;
  color: #8C8C8C;
  font-size: 12px;
  border-top: 3px solid #2e5389;
  padding: 30px 0;
}

.f_txt {
  line-height: 20px;
  text-align: center;
  color: #999;
}





.mainer,
#mainer {
  width: 1000px;
  margin: auto;
  background: #fff;
  margin: 0px auto
}

.companymain {
  margin-top: 0px;
  padding-top: 50px
}

.childbanner {
  width: 1000px;
  background-color: #F5F5F5;
  margin: 0 auto 20px;
}

.childbanner .tggame-info-box {
  background-color: #F5F5F5;
  width: 1000px;
  position: relative;
  display: inline-block;
  padding: 10px 0;
}

.childbanner .tggame-info-box div {
  font-size: 15px;
  line-height: 30px;
}

.childbanner .tggame-info-box .game-pic {
  width: 240px;
  float: left;
}

.childbanner .tggame-info-box .game-info {
  float: left;
  margin-left: 25px;
  width: 545px;
}

.childbanner .tggame-info-box .game-info .game-name {
  font-size: 17px;
  font-weight: bold;
  line-height: 35px;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.childbanner .tggame-info-box .game-info .enter-game {
  width: 115px;
  height: 34px;
  line-height: 34px;
  background-color: #2e5389;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 15px;
}

.childbanner .tggame-info-box .game-info .enter-game a {
  color: #fff;
}


.news-text {
  padding: 0 30px 4px;
  margin-bottom: 20px;
}

.news-text p {
  text-indent: 2em;
  line-height: 2em;
  font-size: 14px;
  color: #777;
}

.news-text a {
  color: #777;
}

.news-text h3 {
  color: #383838;
  font-size: 15px;
}