html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input  {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: arial, sans-serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}
a{
    text-decoration: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix{
    zoom: 1;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.main{
    width: 100%;
}
.content{
    width: 1000px;
    margin: 0 auto;
}
h2{
    width: 145px;
    _width: 150px;
    padding: 18px 0;
    margin: 0 auto;
    margin-bottom: 35px;
    font-size: 24px;
    color: #3d3d3d;
    border-bottom: 1px solid #b5b5b5;
    text-align: center;
}
/* 头部 */
.header{
    width: 1000px;
    margin: 0 auto;
}
.logo{
    display: inline-block;
    margin: 21px 0;
    margin-left: 8px;
    *float: left;
}
.nav{
    float: right;
}
.nav ul li{
    display: inline-block;
    margin-left: 54px;
    *float: left;
}
.nav ul li a{
    display: block;
    position: relative;
    font-size: 16px;
    padding: 30px 0;
    color: #666;
}
.nav ul li a i{
    position: absolute;
    width: 0;
    height: 5px;
    _height: 2px;
    background: #369df3;
    display: block;
    left: 0;
    top: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.nav ul li a.is-active{
    color: #369df3;
}
.nav ul li a.is-active i{
    width: 100%;
    _width: 75px;
}
.nav ul li a:hover{
    color: #369df3;
}
.nav ul li a:hover i{
    width: 100%;
    _width: 75px;
}
/* banner */
.banner{
    width: 100%;
    height: 588px;
    background: url('/images/ningmeng/banner.jpg') 0 0 no-repeat;
/*    background-size: 100%;*/
    background-color: #0d0608;
}
.banner .des{
    position: relative;
    padding-left: 40px;
}
.banner .iphone_pics{
    position: absolute;
    top: 30px;
    right: 0;
}
.des .title{
    margin: 148px 0 34px 0;
}
.des .btn{
    float: left;
    position: relative;
    margin-right: 24px;
}
.des .btn .follow{
    display: none;
    position: absolute;
    top: 155px;
    left: 32px;
}
.des .btn a{
    display: block;
    width: 197px;
    height: 60px;
}
.des .btn-down{
    background: url('/images/ningmeng/btn_down.png') 0 0 no-repeat;
}
.des .btn-down:hover{
    background: url('/images/ningmeng/btn_down.png') 0 -84px no-repeat;
}

.des .btn-wx{
    margin-top: 26px;
    background: url('/images/ningmeng/btn_wx.png') 0 0 no-repeat;
    _background: url('/images/ningmeng/btn_wx.gif') 0 0 no-repeat;
}
.des .btn-wx:hover{
    background: url('/images/ningmeng/btn_wx.png') 0 -84px no-repeat;
    _background: url('/images/ningmeng/btn_wx.gif') 0 -84px no-repeat;
}
.des .qrcode{
    float: left;
    margin-top: 8px;
}
.des .qrcode img{
    width: 132px;
    height: 132px;
}

/* 经典游戏 */
.h5game{
    padding: 120px 0 50px 0;
}
.section-h5 a{
    color: #000;
}
.section-h5 .box-h5game{
    float: left;
    width: 300px;
    height: 290px;
    margin-bottom: 47px;
    margin-left: 47px;
    _overflow: hidden;
    border: 1px solid #efeeee;
    background: #fff;
}
.section-h5 .h5-app{
    position: relative;
}
.section-h5 .nomagrin{
    margin-left: 0 !important;
}

.section-h5 .h5-bg img{
    width: 300px;
    height: 188px;
}
.section-h5 .h5-img img{
    float: left;
    width: 85px;
    height: 85px;
    border-radius: 8px;
}
.section-h5 .h5-title{
    float: left;
    width: 110px;
    margin: 15px 10px 0 10px;
    line-height: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}
.section-h5 .h5-play{
    display: inline-block;
    line-height: 30px;
    height: 30px;
    border-radius: 8px;
    font-size: 14px;
    padding: 0 10px;
    color: #fff;
    background: #369df3;
    margin-top: 43px;
    cursor: pointer;
}
.section-h5 .h5-play:hover{
    background: #1d87e6;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.section-h5 .h5-info {
    margin-top: -35px;
    padding: 0 0 0 10px;
}
.section-h5 .h5-intro{
    font-size: 15px;
    color: #8a8a8a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section-h5 .h5-info p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    line-height: 13px;
    color: #919191;
}
.h5game .more a{
    display: block;
    width: 158px;
    height: 45px;
    margin: 0 auto;
    background: url('/images/ningmeng/icond.png') 0 0 no-repeat;
    _background: url('/images/ningmeng/icond.gif') 0 0 no-repeat;
}
.h5game .more a:hover{
    background-position: 0 -72px;
}
/* 合作&联系我们 */
.contact{
    background: #f6cc53;
}
.contact h2{
    width: 100px;
    border-color: #494648;
    padding-top: 50px;
    margin-bottom: 15px;
}
.contact-us{
    height: 116px;
}
.contact-us img{
    float: left;
}
.contact-us ul li{
    float: left;
    padding-top: 35px;
}
.contact-us ul li p{
    font-size: 14px;
    color: #3d3d3d;
}
.contact-us ul li p span{
    font-weight: bold;
}
.contact-us .wx{
    padding-top: 45px;
    margin-left: 20px;
}
.contact-us .qq{
    margin-left: 140px;
}
.contact-us .phone{
    margin-left: 110px;
}
/* 友情链接 */
.links .othergamezone{
    padding-bottom: 60px;
}

.links .temp-title {
    background: url(/gameStatic/images/zone_common/zjsn/bg-grey.jpg) repeat-x;
    zoom:1;display: block
}

.links .temp-title span {
    padding-top: 15px;
    border-top: 2px solid #3084db;
    font-size: 21px;
    color: #384859;
    font-weight: 400;
    float: left
}

.links .pull-left {
    float: left;
    display: inline;
    word-wrap: break-word;
    white-space: nowrap;
    font-size: 0;
    width: 140px;
    height: 25px;
    text-align: center
}

.links .pull-left a {
    display: block;
    font-size: 12px;
    color: #3d3d3d;
    margin: 8px 15px 0 0
}

.links .pull-left a:hover {
    color: #3084db
}


















