﻿@charset "utf-8";
/* CSS Document */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑"
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

button {
    cursor: pointer
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-button:vertical {
    display: none;
}

::-webkit-scrollbar-track:vertical {
    background-color: black;
}

::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb:vertical {
    margin-right: 10px;
    background-color: #999;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #666;
}

::-webkit-scrollbar-corner:vertical {
    background-color: #535353;
}

::-webkit-scrollbar-resizer:vertical {
    background-color: #FF6E00;
}


/***********************header***********************/

.newaddbanner{
    
    width:100%;
    height:auto;
    margin:auto;
    margin-top:-50px;
    margin-bottom:50px;
}
.newaddbanner img{
    
    width:100%;
    height:auto;
    margin:auto;
}
.newaddbanner2{
    
    width:100%;
    height:auto;
    margin:auto;
    margin-top:-30px;
    margin-bottom:50px;
}
.newaddbanner2 img{
    
    width:100%;
    height:auto;
    margin:auto;
}
.newaddbanner3{
    
    width:100%;
    height:auto;
    margin:auto;
    margin-top:0px;
    margin-bottom:50px;
}
.newaddbanner3 img{
    
    width:100%;
    height:auto;
    margin:auto;
}
.header {
position: relative;
background: #fff;
}

.header .navbar {
    margin: 0;
    border: none;
}
.header .navbar-brand {
    width: 180px;
    height:auto;
    display:block;
    background-size: 180px 47px;
}
.header .navbar-brand img{
    width:180px;
    height:auto;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #fff;
    background-color: #ffffff; 
}


.navbar-inverse .navbar-nav > li > a {
    line-height: 16px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .download_des{
        white-space: nowrap;
    }
    .game_box1{
        flex-direction: column !important;
        justify-content: space-between;
        align-items: center;
    }
    .separate_line{
        display: none;
    }
.mytel{
  display:none;
}
.mytels{
  display:none;
}
    .line{
        /*background-image: none !important;*/
        font-size: 1em !important;
    }
    .sec_p{
        font-size: smaller !important;
    }
    .fst_p{
        font-size: 1.5em !important;
        margin-top: 0 !important;
        /*display: none;*/
    }
    .lBox{
        width: 100% !important;
    }
    .rBox{
        width: 80% !important;
    }
}
.line img{
    width: 100%;
}

.game_box1{
    display: -webkit-box;
    display: flex;
    flex-shrink: 1;
    flex-wrap: nowrap;
    padding: 5% 10% 5% 10%;
    background: #ffffff;
}
.download_des > .fst_p{
    margin-top: -80px;
}
.game_box1 p{
    top: 10px;
    color: rgb(96,96,96);
    font-size: 2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.game_box1 img{
    margin: 5px;
    /*height: 100%;*/
}
.lBox{
    display: -webkit-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 68%;
    height: 100%;
    margin-bottom: 10px;
}
.icon_box{
    display: -webkit-box;
    display: flex;
    width: 100%;
    justify-content: space-between;
    /*align-items: flex-end;*/
}
.icon_box div{
    width: 70%;
    align-items: center;
    display: flex;
}
#vsIcon{
    width: 20%;
}
#vsDes{
    width: 90%;
}
.download_des{
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 70%;
}

.icon_box a{
    width: 20%;
    display: block;
    padding-top: 20px;
}
.pic_box{
    display: -webkit-box;
    display: flex;
    height: 100%;
    width: 99%;
    justify-content: space-between;
}

.pic_box div{
    width: 33%;
}
.pic_box img{
    width: 95%;
}
.separate_line {
    width: 2px;
    margin: 2px;
    height: auto;
}

.rBox{
    width: 32%;
    display: -webkit-box;
    display: flex;
    zoom:1;
    overflow:hidden;
}
.rContent {
    display: -webkit-box;
    display: flex;
    margin-left: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
}
.rContent div {
    width: 100%;
    zoom:1;
    overflow:hidden;
}
.rContent img {
    display: block;
    margin: 0 auto;
    width: 60%;
    height: auto;
}

.navbar-inverse .navbar-nav > li > a:visited {
    color: #333;
}

.navbar-toggle.collapsed {
    background: #ffffff !important;
}
.navbar-toggle.collapsed .icon-bar{
    background:  #222 !important;
}

.navbar-toggle {
    background: #222 !important;
}

.navbar-toggle .icon-bar {
    background: #f8f8f9 !important;
}

.header .navbar2 {
    display: none;
    width: 50%;
    margin: 0 auto;
}

.header .navbar2 li {
    width: 25%;
    float: left;
}

.header .navbar2 li a {
    display: block;
    padding: 24px 0;
    color: #333;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.header .navbar2 li a.curr,
.header .navbar2 li a:hover {
    color: #008cd6;
}

.header .container2 {
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
    background: #f8f8f9;
    z-index: 2;
}
.header .nav2 li a {
    display: block;
    padding-left: 30px;
    color: #333;
    font-size: 12px;
    line-height: 30px;

}

.news_box {
}

.news_box ul {
    padding: 15px 0px;
}

.news_box ul li {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #f2f2f2;
}

.news_box ul li a {
    float: left;
    display: inline;
    font-size: 14px;
    text-indent: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    color: #666666;
    /*background: url(/static/images/n_icon.png) 0 center no-repeat*/
}

.news_box ul li span {
    float: right;
    display: inline;
}

.tj_game {
    border: 1px solid #f2f2f2;
    margin-top: 7px;
    padding: 5px;
    overflow: hidden;
}

.tj_game a {
}

.tj_game a img {
    width: 100%;
}

.tj_game {

    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.tj_game img:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.effect {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.effect.in {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}


.game_box, .qt_about {
    position: relative;
    width: 100%;
    height: auto;
    padding: 2% 10% 5% 10%;
    margin-top: 2%;
    /*background: #f6f6f6;*/
    /*padding-bottom: 50px;*/
}
.bg_color1 {
    position: absolute;
    left: 0;
    top: -4%;
    width: 100%;
    z-index: 0;
    height: 104%;
    background-color: rgb(146, 209, 203);
    /*border-left : 50px solid transparent ;*/
    /*border-right : 50px solid transparent ;*/
    /*border-bottom : 400px solid rgb(146, 209, 203);*/
}
.bg_color2{
    position: absolute;
    left: 0;
    top: -4%;
    width : 100% ;
    z-index: 0;
    height : 104% ;
    background-color: rgb(238, 197, 123);
}
.gamg_zq {
    margin-top: 15px;
}

.game_icon {
    margin-top: 30px;
    overflow: hidden
}

.game_icon li {
    float: left;
    display: inline;
    padding-top: 15px;
}

.game_icon li a {
    width: 120px;
    height: 120px;
    display: block;
    text-align: center;
}

.game_icon li a img {
    width: 120px;
    height: 120px;
    margin: auto;
    display: block
}

.game_icon li span {
    width: 120px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    display: block;
}

.gamg_zq .nav-tabs li {
    font-size: 20px;
    margin-right: 15px;
}

.gamg_zq .nav-tabs {
    border: none;
}

.gamg_zq .nav-tabs li a {
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #333333
}

.gamg_zq .nav-tabs li a:hover {
    border: 1px solid #dddddd;
    color: #333333
}

.gamg_zq .nav-tabs > li.active > a {
    border: 1px solid #C9AC15;
    background: #ffbb17;
    color: #4E491A;
}

.news {
    margin: 0 auto;
     /*padding: 40px;*/
    /* left: 10%; */
}
.carousel-inner{
    overflow: visible;
}

.news img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.news dl {
    padding: 10px;
}

.news dl dt {
}

.news img,
.news dl dt,
.news dl dd {
    width: 92%;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.mynewdd{
     width:100%!important;
    background: #fff;
    padding: 34px 25px 0px;
}

.news dl:hover dd,
.news dl:hover dt {
    /*box-shadow: 0 17px 50px 0 rgba(0,0,0,.19);*/
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
}

.news dl:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.news dl dd h3 {
    margin-bottom: 15px;
    color: #090808;
    font-size: 18px;
    line-height: 18px;
}

.news dl dd p {
    min-height: 105px;
    color: #909090;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 0;
}

.myshorth{
    min-height: 70px!important;
}

.lunbo_cont {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.lunbo_cont img {
    width: 100%;
}

.presentation{
    position: absolute;
    top: 65%;
    width: 12%;
    right: 28%;
    border: none;
    background: none;
}
.question{
    position: absolute;
    top: 65%;
    width: 12%;
    right: 12%;
    border: none;
    background: none;
}


.marketing {
    padding: 2% 10% 5% 10%;
    margin: 0 auto;
}

.marketing .product {
    background: #fff;
}

.marketing .product > div {
    overflow: hidden;
}

.marketing .product h3 {
    margin: 10% 0 26px;
}

.marketing .product h4 {
    color: #909090;
    font-size: 20px;
}

.marketing .product > div {
    margin: 0 auto;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.marketing .product img:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.marketing .product .more {
    position: relative;
    display: block;
    width: 30%;
    margin: 10% auto;
    border: 2px solid #1b1a1a;
    color: #1b1a1a;
    font-size: 14px;
    line-height: 48px;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.marketing .product .more:hover {
    border: 2px solid #008cd6;
    color: #fff;
}

.marketing .product .more:before {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0;
    height: 50px;
    content: '';
    background: #008cd6;
    z-index: 0;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.marketing .product .more:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    content: '查看详情';
    color: #1b1a1a;
    z-index: 0;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.marketing .product .more:hover:before {
    width: 101%;
}

.marketing .product .more:hover:after {
    color: #fff;
}

.hime .hime-list1 {
    background: #fefaec;
}

.hime .hime-list3 {
    background: #f7f9e1;
}

.bac-f6 {
    background: #fcfaf4;
}


.marketing .col-lg-4 {
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}

.marketing h4 {
    height: 80px;
    line-height: 80px;
}

.game_box h4 {
    height: 50px;
    line-height: 50px;
    margin-top: 40px;
    margin-bottom: 10px;
    width: 100%;
}

#premium{

    padding: 0;
}
.line {
    position: relative;
    z-index: 10;
    margin-top: 5%;
    display: inline-block;
    width: 100%;
    font-size: 2.5em;
    color: rgb(96,96,96);
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.myheight{
    margin-top:10px;
	margin-bottom:50px;
	position: relative;
    height: 1px;
    margin-bottom: 50px;
    margin-top: 10px;
    background: #c1c1c1;
}

.line span {
    position: absolute;
    /* left: 25%; */
    width: 100%;
    /* margin: 0 auto;*/
    font-size: 2.5rem;
    text-align: center;
    /*line-height: 10%;*/
    display: block;
}

.myheight span{
position: absolute;
    top: 0;
    left: 50%;
    width: 180px;
    margin-left: -90px;
    margin-top: -15px;
    background: #ffffff;
    color: #000000;
    font-size: 28px;
    text-align: center;
}

.line1 {
    position: relative;
    height: 40px;
}

.line1 span {
    position: absolute;
    /* top: 10px; */
    /* left: 45%; */
    width: 100%;
    /* margin-top: -15px; */
    /* background: #F6F6F6; */
    color: #000000;
    font-size: 40px;
    text-align: center;
    /* height:  40px; */
}

.line2 {
    position: relative;
    height: 1px;
    margin-bottom: 50px;
    margin-top: 50px;
    background: #c1c1c1;
}

.line2 span {
    position: absolute;
    top: 0;
    left: 2%;
    width: 120px;
    margin-top: -15px;
    background: #F6F6F6;
    color: #000000;
    font-size: 28px;
    text-align: center;
}

.line2 em {
    position: absolute;
    top: 0;
    right: 1%;
    width: 80px;
    margin-top: -15px;
    background: #F6F6F6;
    color: #000000;
    font-size: 28px;
    text-align: center;
}

.line3 {
    position: relative;
    height: 1px;
    margin-bottom: 50px;
    margin-top: 50px;
    background: #c1c1c1;
}

.line3 span {
    position: absolute;
    top: 0;
    left: 2%;
    width: 120px;
    margin-top: -15px;
    background: #ffffff;
    color: #000000;
    font-size: 28px;
    text-align: center;
}

.line3 em {
    position: absolute;
    top: 0;
    right: 1%;
    width: 80px;
    margin-top: -15px;
    background: #ffffff;
    color: #000000;
    font-size: 28px;
    text-align: center;
}

.line4 {
    position: relative;
    height: 1px;
    margin-bottom: 50px;
    margin-top: 50px;
    background: #c1c1c1;
}

.line4 span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 180px;
    margin-left: -90px;
    margin-top: -15px;
    background: #f6f6f6;
    color: #000000;
    font-size: 28px;
    text-align: center;
}


.qt_logo {
    margin: 40px 0px;
}

.cooperation img {
    display: block;
    margin: auto;
}

.cooperation dt {
    min-height: 100px;
}

.cooperation dl p {
    color: #909090;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}


.news .text {
    text-align: center;
    color: #232323;
    font-weight: bold; /* line-height:18px; *//* height:  18px; */
}


.footer {
    padding: 5% 10% 5% 10%;
    background: #fff;
}

.footer .container {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
}

.footer .container-fluid {
    padding-top: 20px;
}

.footer .container-fluid p {
    color: #909090;
    margin-bottom: 20px;
    font-size: 14px;
}

.footer dt {
    margin-bottom: 28px;
    color: #090808;
    font-size: 18px;
    font-weight: 400;
}

.footer dd {
    margin-bottom: 14px;
}

.footer dd a {
    color: #909090;
    font-size: 14px;
    text-decoration: none;
}

.footer dd a:hover {
    color: #008cd6;
}

.footer .tel h1 {
    margin-top: 0;
    margin-bottom: 22px;
    color: #090808;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.footer .tel a {
    display: block;
    width: 45%;
    margin: 0 auto;
    border: 2px solid #090808;
    color: #090808;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
}

@media (min-width: 1200px) {
.container {
 width: 1240px;
 }
.mytel{
	width:200px;
	height:80px;
	float:right!important;
	display:block;
	overflow:hidden;
	background:url(/static/images/tel.png) left center no-repeat;
	}
.mytels{
    line-height:80px;
	font-size:24px;
	text-align:right;
	font-family:'Arial',Microsoft Yahei;
	color:#31c3f6;
	padding-left:30px;
}
}
@media (min-width: 768px) {
    .container {
        width: 100%;
    }
    .mywidth{
 width: 1520px!important;
}
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
    display: inline;
}


.navbar-inverse {
    background-color: #ffffff;
    border-color: #080808;
}

/*.navbar-inverse .navbar-nav>li>a.curr,*/
#home .home.curr,
#product .product.curr,
#service .service.curr,
#solution .solution.curr,
#cooperat .cooperat.curr,
#about .about.curr {
    color: #008cd6;
}

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #fff;
    color: #31c3f6 !important;
}

.navbar-inverse .navbar-nav > li > .product:focus {
    color: #333;
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav > li > a {
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
        line-height: 50px;
    }

    .header .navbar-brand {
        height: 80px;
    }

    .header .container2 {
        border-top: 1px solid #dcdcdc;
    }
    .navbar>.container .navbar-brand, 
    .navbar>.container-fluid .navbar-brand {
        margin-left: -30px;
    }
    .navbar-nav {
        float: none; 
        margin: 0 auto;
        padding-left: 10%;
    }

    .header .nav2 {
        display: none;
    }

    .footer .container {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .footer .tel h1 {
        text-align: right;
    }

    .footer .tel a {
        float: right;
    }
	
}
@media (min-width: 960px){
    .navbar-nav {
        width: 85%;
        padding-left: 2%;
    }
}
@media (min-width: 1000px){
    .navbar-nav {
        width: 80%;
        padding-left: 5%;
    }
}
@media (min-width: 1360px){
    .navbar-nav {
        width: 70%;
        padding-left: 10%;
    }
}
@media (min-width: 1400px){
    .navbar-nav {
        width: 75%;
        padding-left: 15%;
    }
}
@media (min-width: 1900px){
    .navbar-nav {
        width: 65%;
        padding-left: 20%;
    }
}

/*游戏专区*/
.game_wrap {
    background: #3A8EFF;
    width: 100%;
    height: 100px;
    margin-bottom: 50px;
}

.game_nav{
    width:1524px;
    margin:auto;
}
.game_nav h4 {
    line-height: 100px;
    color: #FFFFFF;
    font-size: 24px;
    padding-left: 15px;
    font-weight: bolder;
}

.game_cont {
    padding: 15px;
    border: 1px solid #DEDEDE;
    -webkit-box-shadow: 0 6px 10px #e4e4e4;
    box-shadow: 0 6px 10px #e4e4e4
}

.game_cont dl {
    margin-bottom: 0px;
}

.mynewdt{
 width:100%!important;
 padding:0 0px!important;
 	max-width:462px;
	display:block;
	overflow:hidden;
}
.mynewdt img{
  width:100%;
  height:214px;
}
.game_cont dl p a {
    position: relative;
    display: block;
    text-align: center;
    width: 40%;
    margin: 4% auto;
    border: 2px solid #1b1a1a;
    color: #1b1a1a;
    font-size: 14px;
    line-height: 48px;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.game_cont dl p a:hover {
    border: 2px solid #008cd6;
    color: #fff;
}

.game_cont dl p a:before {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0;
    height: 50px;
    content: '';
    background: #008cd6;
    z-index: 0;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.game_cont dl p a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    content: '点击下载';
    color: #1b1a1a;
    z-index: 0;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.game_cont dl p a:hover:before {
    width: 101%;
}

.game_cont dl p a:hover:after {
    color: #fff;
}

.game_list {
}

.game_list img {
    width: 120px;
    height: 120px;
}

.txt_right {
    float: left;
}

.game_name {
    font-size: 24px;
    text-align: left;
}

.game_size {
    font-size: 18px;
    text-align: left;
    font-weight: normal;
}

.game_detial {
    font-size: 14px;
    color: #999;
    line-height: 25px;
}
.myfont {
    font-size: 24px;
    color: #666;
    line-height: 40px;
    padding-top:20px;
    text-align:justify;
}
























/*下载专区*/

.game_down .one img{
  width: 40%;
  height: auto;
  float:right;
}

.myone{
  display:block;
  clear:both;
}
.er_ma img{
  width:32%!important;
  height:auto!important;
}
.game_down_wrap {
    background: #3A8EFF;
    width: 100%;
    height: 100px;
}

.game_down a {
    background-color: #ffbb03;
    width: 173px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 6px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    margin: 10px 0px;
}
.mymwide{
    width:100%!important;
    height:auto;
}
.game_down a i.ios {
    background: url(/static/images/ios_icon.png) no-repeat;
    width: 19px;
    height: 24px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 5px;
}

.game_down a:hover {
    text-decoration: none;
    background: #F39E14
}

.game_down a i.android {
    background: url(/static/images/an_icon.png) no-repeat;
    width: 21px;
    height: 24px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 5px;
}

.game_down h6 {
    line-height: 35px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #343434;
    font-weight: bold;
}

.er_ma img {
    width: 100px;
    height: 100px;
    float: left;
    display: inline;
    margin-right: 5px;
}

.er_ma p {
    font-size: 14px;
    color: #999;
    line-height: 25px;
}

.game_img ul {
}

.game_img ul li {
    margin: 5px 0px;
}

.game_img ul li img {
}


.new_item ul {
}

.new_item ul li {
    border: 1px solid #e4e4e4;
    padding: 5px;
    margin: 10px 0px 40px 0px;
    -webkit-box-shadow: 0 6px 10px #e4e4e4;
    box-shadow: 0 6px 10px #e4e4e4;
}

.new_item ul li a img {
    width: 100%;
    height: auto;
}

.icon_time {
    background: url(/static/images/time.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}

.icon_ren {
    background: url(/static/images/ren.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}

.new_item_title {
}

.new_item_title h2 {
    border-bottom: 1px solid #e9e9e9;
    font-size: 28px;
    line-height: 80px;
    margin-left: 5px;
}

.new_item_title h2 a {
    color: #000000;
}

.new_item_title_ditail {
    height: 40px;
    line-height: 40px;
}

.new_item_title_ditail span {
    margin-right: 5px;
    margin-left: 5px;
}

.p {
    text-align: center;
}

.page-cur {
    font-weight: 700;
    color: #545454;
    text-decoration: underline;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    min-width: 16px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    margin: 0px;
    padding: 0px 8px;
    font-size: 16px;
}

.page-bottom {
}

.page-bottom a {
    text-decoration: none;
    display: inline-block;
    font-family: 微软雅黑;
    height: 22px;
    line-height: 22px;
    min-width: 16px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    margin: 0px;
    padding: 0px 8px;
    font-size: 16px;
}


.news_detial_box {
    padding: 15px;
    border: 1px solid #DEDEDE;
    -webkit-box-shadow: 0 6px 10px #e4e4e4;
    box-shadow: 0 6px 10px #e4e4e4;
    margin-top: 15px;
}

.news_detial_title {
    border-bottom: 1px solid #e9e9e9;
}

.news_text {
    margin-top: 30px;
}

.news_text p {
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    text-indent: 2em;
    margin: 10px 0px;
}

.news_photo {
}

.news_photo img {
    width: 100%;
    height: auto;
}




.about_us_box {
    border: 1px solid #DEDEDE;
    -webkit-box-shadow: 0 6px 10px #e4e4e4;
    box-shadow: 0 6px 10px #e4e4e4;
    margin-top: 15px;
}

.about_us_cont {
    padding: 15px;
}

.about_us_box h2 {
}

.about_us_box h2 span {
    font-size: 14px;
    font-weight: bold;
    vertical-align: text-bottom;
}

.about_us_box h3 {
    font-size: 24px;
    color: #F41C29;
    line-height: 80px;
}

.about_us_box p {
    color: #4e4e4e;
    text-indent: 2em;
    line-height: 30px;
}

@media screen  and (max-width: 500px) {
    .about_us_box h3 {
        width: 94%;
        font-size: 18px;
    }
	.mytel{
	display:none;
	}
	
	.mynewdt img{
  width:100%;
  height:auto!important;
}
	
.mytels{
	display:none;
}
}


.join_ad img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.join_tab_box {
    margin: 15px 0px;
}

.join_tab_box ul {
    border: 1px solid #e4e4e4;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 10px #e4e4e4;
    box-shadow: 0 6px 10px #e4e4e4;
    margin-bottom: 50px;
}

.join_tab_box ul li {
    border-right: 1px solid #e4e4e4;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.join_tab_box ul li.cur {
    background: #F93336;
    color: #FFFFFF;
    font-weight: bold;
}

.need_box h2 {
    font-size: 24px;
    font-weight: bold;
}

.work {
    border: 1px solid #e4e4e4;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 10px #e4e4e4;
    box-shadow: 0 6px 10px #e4e4e4;
    margin-top: 20px;
    margin-bottom: 30px;
}

.work h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
}

.work p {
    color: #4e4e4e;
    line-height: 30px;
}


.emil {
    font-size: 18px;
    color: #4e4e4e;
    font-weight: 700;
    line-height: 30px;
}

.padding_none {
    padding: 0px !important;
}

.foot-pic {
    padding-bottom: 15px;
}
@media (max-width: 1190px){
.mytel{
	display:none;
	}
.mytels{
	display:none;
}
}
@media (min-width: 1200px){
    .col-lg-4{
        width:33% !important;
    }
    .col-lg-3{
        width:25% !important;
    }
    .bg_color1{
        height: 70%;
        top: -20% !important;
    }
    .bg_color2{
        height: 70%;
        top: -20% !important;
    }
.navbar-brand{
 margin-left:50px!important;
 }
 
.mytel{
	width:200px;
	height:80px;
	float:right!important;
	display:block;
	overflow:hidden;
	background:url(/static/images/tel.png) left center no-repeat;
	}
.mytels{
    line-height:80px;
	font-size:24px;
	text-align:right;
	font-family:'Arial',Microsoft Yahei;
	color:#31c3f6;
	padding-left:30px;
}
}
@media (min-width: 1000px){
.navbar-brand{
 margin-left:20px!important;
 }
}
@media (min-width: 1200px){
.navbar-brand{
 margin-left:30px!important;
 }
}
@media (min-width: 1360px){
.navbar-brand{
 margin-left:50px!important;
 }
}
@media (min-width: 1400px){
.navbar-brand{
 margin-left:110px!important;
 }
}
@media (min-width: 1900px){
.navbar-brand{
 margin-left:450px!important;
 }
}
.col-lg-4{
    width:80%;
    margin: 0 auto;
}
.col-lg-3{
    width:50%;
    margin: 0 auto;
}
@media (max-width: 320px){
.mynewm{
    width:100%!important;
	padding:0px 0px!important;
	margin:0!important;
}
.mynewpp{
    min-height: 40px!important;
    color: #909090!important;
    font-size: 14px!important;
    line-height: 20px!important;
    margin-bottom: 0!important;
}

.myfont {
    font-size:1.4rem;
    color: #666;
    line-height: 2rem;
    padding-top:1.5rem;;
    text-align:justify;
}
.game_name{
    padding-top:2rem;
}
#video_button img{
  height:100%!important;
  width:auto!important;
}
}
@media (max-width: 640px){
.mynewm{
    width:100%!important;
	padding:0px 0px!important;
	margin:0!important;
}
.mynewpp{
    min-height: 40px!important;
    color: #909090!important;
    font-size: 14px!important;
    line-height: 20px!important;
    margin-bottom: 0!important;
}
.myfont {
    font-size:1.4rem;
    color: #666;
    line-height: 2rem;
    padding-top:1.5rem;;
    text-align:justify;
}
.game_name{
    padding-top:2rem;
}
#video_button img{
  height:100%!important;
  width:auto!important;
}
}
@media (max-width: 768px){
.mynewm{
    width:100%!important;
	padding:0px 0px!important;
	margin:0!important;
}
.mynewpp{
    min-height: 40px!important;
    color: #909090!important;
    font-size: 14px!important;
    line-height: 20px!important;
    margin-bottom: 0!important;
}
.myfont {
    font-size:1.4rem;
    color: #666;
    line-height: 2rem;
    padding-top:1.5rem;;
    text-align:justify;
}
.game_name{
    padding-top:2rem;
}
#video_button img{
  height:100%!important;
  width:auto!important;
}
}
@media (max-width: 960px){
.mynewm{
    width:100%!important;
	padding:0px 0px!important;
	margin:0!important;
}
.mynewpp{
    min-height: 40px!important;
    color: #909090!important;
    font-size: 14px!important;
    line-height: 20px!important;
    margin-bottom: 0!important;
}
.myfont {
    font-size:1.4rem;
    color: #666;
    line-height: 2rem;
    padding-top:1.5rem;;
    text-align:justify;
}
.game_name{
    padding-top:2rem;
}

#video_button img{
  height:100%!important;
  width:auto!important;
}


}
@media (min-width: 961px){
.mynewm:hover{
 box-shadow: 0px 10px 10px 10px #e7e7e7;
 transition:1s background;
}
}

html, body {overflow:auto;margin: 0;}


/*html{overflow-y:scroll;}*/











