﻿@charset "utf-8"; * {
    margin: 0;
    padding: 0;
}

div,dl,dt,dd,ul,ol,li,h2,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei;
    font-size: 12px;
}

html {
    overflow-x: hidden;
}

body {
    min-width: 1200px;
    background: #F4F5F4;
}

ul,ol,li {
    list-style: none;
}

img {
    border: 0;
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

em,i {
    font-style: normal;
}

a:focus,input,textarea {
    outline: none;
}

a {
    /* outline: none; */
    /* star: expression(this.onFocus=this.blur());
    -webkit-transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
    -ms-transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
    -o-transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
    transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out; */
}

a:hover {
    /* -webkit-transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
    -ms-transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
    -o-transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
    transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out; */
}


.f_l {
    float: left;
}

.f_r {
    float: right;
}

.clr {*clear: both;*zoom:1}
.clr:after {display: block;clear: both;visibility: hidden;height: 0;overflow: hidden;content: "."}
.clear{clear:both;}

.mt35 {
    margin-bottom: 30px;
}

/********导航********/
.wrap {
    width: 100%;
    zoom: 1; position: relative;    min-width: 1200px;    overflow: hidden;
}
.header {
    position: relative;
    z-index: 99;
}

.keleyx-nav .main {
    height: 84px;
}
.keleyx-nav {
    height: 80px;
    width: 100%;
    background: #fff;
    border-bottom: 4px solid #ededed;
    position: relative;
    z-index: 9;
}
.main {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    /* padding-top: 407px; */
}
.content {
    padding-top: 430px;
}


.nav-logo {
    height: 80px;
    float: left;
    width: 180px;
}

.nav-logo img {
    display: block;
    height: 100px;
    margin-top: -20px;
}

.nav {
    height: 80px;
    float: right;
    position: absolute;
    right: 23px;
    top: 0;
}
.nav li {
    float: left;
    height: 80px;
    width: 120px;
    text-align: center;
}

.nav li a {
    float: left;
    height: 83px;
    width: 100%;
    color: #666666;
    font-size: 16px;
    line-height: 83px;
}
.nav li:hover a, .nav li.cur a {
    font-weight: bold;
    color: #1ea6ff!important;
}

.nav-line {
    border-bottom: 4px solid #1ea6ff;
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 4px;
    font-size: 0;
    width: 120px;
    z-index: 99;
}
/*foot*/
.footer {
    width: 100%;
    background: #282928;
    padding: 30px 0px;
    position: relative;
}
.rec-game-links {
    width: 100%;
    border-bottom: 1px solid #363636;
    padding-bottom: 25px;
}
.rec-game, .links {
    width: 100%;
    color: #666;
    font-size: 12px;
    margin-top: 12px;
}
.rec-game i, .links i {
    float: left;
    font-weight: bold;
    color: #888;
}
.rec-game a, .links a {
    float: left;
    color: #666;
    font-size: 12px;
    margin-right: 25px;
}
.links {
    line-height: 25px;
}

.f-main {
    margin-top: 35px;
    position: relative;
    padding-left: 175px;
    color: #666;
    line-height: 26px;
}
.f-main a {
    color: #666;
}
.f-logo {
    display: block;
    position: absolute;
    left: 0;
    top: 16px;
}
.f-logo img {
    width: 145px;
}
.about-keleyx {
    margin-bottom: 8px;
}
.about-keleyx i {
    color: #464646;
    margin: 0 7px;
    display: inline-block;
}
/*ad*/
.keleyx_ad_left {
    left: 60px;
}
.keleyx_ad_right {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 99;
}

