.banner-info {
  width: 100%;
  left: 0px;
  top: 15px;
}

.top-menu {
  top: 5px;
  width: 50%;
  min-width: 500px;
  float: right;
}

.top-menu ul li a {
  font-family: 'Microsoft YaHei';
  font-size: 20px;
  color: #444444;
  font-weight: 700;
}

.game-grid h4{
  font-family: 'Microsoft YaHei';
  font-weight: 700;
}

.x-box-left h2{
  font-family: 'Microsoft YaHei';
  font-weight: 700;
}

.x-box-left p {
  line-height: 1.6em;
  margin-top: 0.6em;
  font-size: 18px;
}

.x-box-right ul{
  background: white; 
  width: 100%;
  display: inline-block;
}

.contact-text{
  text-align: center;
  margin-top: 10px
}

.contact-item{
  width: 49%;
  display: inline-block;
}

.c-1  {
  align-content: center;
  display: block;
  width: 100px;
  height: 100px;
  background: url(../images/qq_02.png) center no-repeat;
}
.c-2  {
  align-content: center;
  display: block;
  width: 100px;
  height: 100px;
  background: url(../images/qq_03.png) center no-repeat;
}

.circle {
  width: 100px;
  height: 100px;
  margin: 10px auto 0px;
  position: relative;
  color: #333;
  background: none;
  border: 2px solid #ccc;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  behavior: url(ie-css3.htc);
  z-index: 2;
}