* {
    padding: 0;
    margin:0;
}
body {
    min-width: 1100px;
    box-sizing: content-box;
    color: #333333;
    font: normal 12px "Microsoft YaHei", "微软雅黑", "宋体", Arial, Verdana, Helvetica, Tahoma, Arial, SimSun, STXihei, "华文细黑", Heiti, "黑体", sans-serif;
}
a {
    text-decoration: none;
    color: #333333;
}
ul {
    list-style: none;
}

/*导航开始*/
.head {
    width: 100%;
    box-shadow: 0 0 10px #888888;
}
.head .nav {
    width: 1100px;
    height:120px;

    margin: 0 auto;
}
.head .logo {
    display: block;
    height: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
    float: left;
}
.head .logo img {
    height: 100%;
}
.head .nav .nav_head {
    float: right;
}
.head .nav .nav_head li {
    float: left;
}
.head .nav .nav_head li a {
    width: 120px;
    height: 116px;
    display: block;
    line-height: 120px;
    font-size: 18px;
    text-align: center;
}
.head .nav .nav_head li a:hover{
    color: #e41047;
    border-bottom:4px solid #e41047;
}
.active {
    color: #e41047;
    border-bottom:4px solid #e41047;
}

/*导航结束*/
.banner {
    width: 100%;
    /* height: 385px; */
    /* overflow: hidden; */
}

/*游戏banner开始*/
.swiper-container {
   width: 100%;
   /* height: 385px; */
   overflow: hidden;
 }
 /* .swiper-slide {
   text-align: center;
   font-size: 18px;
   background: #fff;

   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
 } */
 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img{
    width: 100%;
}
/*游戏banner结束*/

/*热门游戏开始*/
.hotgame {
    width: 1100px;
    margin: 0 auto;
}
h3 {
    margin-top: 50px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
.hotgame .gameList {
    /*float: left;*/
    padding: 0;
    margin: 0;
    height: 200px;
}
.hotgame .gameList li {
    width: 355px;
    height: 200px;
    float: left;
    list-style: none;
    /*margin-left: 15px;*/
}
.hotgame .gameList li img {
    width: 100%;
    transition: all 0.6s;
}
.hotgame .gameList li img:hover {
    width: 100%;
    transform: scale(1.05);
}
.hotgame .gameList .hotgamecenter {
    margin-left: 17.5px;
    margin-right: 17.5px;
}
/*热门游戏结束*/

/*联系我们开始*/
.contactus {
    width: 1100px;
    margin: 0 auto;
}
.contactus .methodList {
    padding: 0;
    margin: 0;
    height: 200px;
}

.contactus .methodList li {
    width: 200px;
    height: 150px;
    float: left;
    margin-right: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
}
.contactus .methodList li .title {
    margin-top: 40px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    border-top: 2px solid #e41047;
}
.contactus .methodList li .method {
    height: 16px;
    line-height: 16px;
    margin-left: 10px;
    margin-right: 10px;
}
.icon {
    width: 14px;
    height: 14px;
}
/*联系我们结束*/

/*关于我们开始*/
.about_us {
    width: 1100px;
    height: 300px;
    margin: 0 auto;
}
.about_us_div{
    width: 600px;
    height: 300px;
    margin: 15px auto;
    border: 1px solid #51B7EC;
    border-radius: 5px;
}
.about_us_title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
}
.about_us_input{
    width: 60%;
    height: 30px;
    margin: auto;
    margin-top: 20px;
    border: 1px solid #51B7EC;
    border-radius: 5px;
    padding-left: 10px;
}
.about_input{
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 5px;
    outline: none;
}
.about_us_QQ{
    width: 60%;
    margin: auto;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.about_us_img{
    width: 85px;
    height: 30px;
    cursor: pointer;
}
.about_us_btn{
    width: 60%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: white;
    margin: auto;
    margin-top: 10px;
    background-color: #51B7EC;
    border: 1px solid #51B7EC;
    border-radius: 5px;
    cursor: pointer;
}
h1 {
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.about_us .line {
    text-indent:2em;
    font-size: 18px;
    line-height: 2.2;
    margin-bottom: 2em;
    word-break: break-all;
}
/*关于我们结束*/

/*footer开始*/
.footer {
    margin-top: 20px;
    width: 100%;
    background: #333333;
    color: #ffffff;
    font-size: 14px;
}
.footer .footer_head {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 1100px;
    margin:0 auto;
    text-align: center;
}
.footer .footer_head p {
    line-height: 25px;
}
/*footer结束*/

/*产品介绍*/
h4 {
    margin-top: 50px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    border-left: 3px solid #e41047;
    padding-left: 15px;
}
.product {
    width: 100%;
}
.product .product_game {
    width: 1100px;
    height: 100px;
    margin:0 auto;
}
.product .product_game ul {
    margin: 0 auto;
    /*width: 500px;*/
    text-align: center;
    display: block;
}
.product .product_game ul li {
    width: 250px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 18px;
    float: left;
    list-style: none;
    border-left: 2px solid #ddd;
    cursor: pointer;
    margin:0 auto;
    /*border-right: 1px solid #ddd;*/
}
.game {
    width: 100%;
    height: 300px;
    background: #e0e5e8;
    margin-bottom: -20px;
}
.on {
    background: #6699ff;
    color: #ffffff;
}
/*产品介绍结束*/


/*加入我们开始*/
.join {
    width: 1100px;
    margin: 0 auto;
}
.join .detail {
    /*width: */
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
}
.join .detail ul {
    padding: 0;
    margin: 0;
}
.join .detail ul li {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
}
.join .detail .jobName {
    font-size: 18px;
    font-weight: bold;
}
.join .detail .title {
    font-size: 16px;
    /*font-weight: bold;*/
}
/*加入我们结束*/
/* 
html {
    filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1) !important;
      -webkit-filter: grayscale(98%) !important;
  
  } */