@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
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,
tfooter,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 100%;
}
ol,
ul,
li {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    outline: none;
    color: #767676;
}
body {
    font-family: "microsoft yahei";
    font-size: 14px;
    background: #fff;
    min-width: 1200px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.clear::after {
    clear: both;
    content: "";
    display: table;
}
.wrapper {
    min-width: 815px;
}
#wrap-1 {
    background: url("../img/bg_01.jpg") no-repeat center top;
    height: 100%;
}
#wrap-2 {
    background: url("../img/bg_02.jpg") no-repeat center 604px;
    height: 100%;
}
#wrap-3 {
    background: url("../img/bg_03.jpg") no-repeat center 1208px;
    height: 100%;
}
#wrap-4 {
    background: url("../img/bg_04.jpg") no-repeat center 1812px;
    height: 100%;
}
#wrap-5 {
    background: url("../img/bg_05.jpg") no-repeat center 2416px;
    height: 100%;
}
#mainbg {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    height: 3000px;
}
.btn {
    padding-left: 570px;
    overflow: hidden;
    height: 165px;
    margin-top: 110px;
}
.btn a {
    float: left;
    width: 243px;
    height: 165px;
    margin-right: 18px;
    position: relative;
    overflow: hidden;
}
.btn a:hover .light {
    left: 243px;
}
.btn .light {
    cursor: pointer;
    position: absolute;
    left: -243px;
    top: 0;
    width: 243px;
    height: 165px;
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
    -webkit-transform: skewx(-25deg);
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.contact {
    background: url(../img/contact.png) no-repeat;
    width: 286px;
    height: 123px;
    margin-top: 43px;
    padding-top: 72px;
    padding-left: 110px;
    float: right;
    margin-right: 125px;
}
.contact p {
    color: #5f483f;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
}
.focus {
    padding: 310px 0 0 230px;
    clear: both;
    overflow: hidden;
    position: relative;
}
.focus .hd a {
    position: absolute;
    top: 455px;
}
.focus .hd .next {
    right: 327px;
}
.focus .hd .prev {
    left: 232px;
}
.focus .bd {
    width: 476px;
    height: 357px;
    overflow: hidden;
    margin-left: 81px;
}
.focus .bd img {
    width: 100%;
}
.nav {
    margin: 490px 0 0 434px;
    display: table;
}
.nav li {
    float: left;
    width: 126px;
    height: 30px;
    margin-right: 48px;
    position: relative;
}
.nav li a {
    background-image: url(../img/nav.png);
    background-repeat: no-repeat;
    height: 100%;
    display: block;
}
.nav li a.nav1 {
    background-position: 0 0;
}
.nav li a.nav1:hover {
    background-position: 0 -30px;
}
.nav li a.nav2 {
    background-position: 0 -60px;
}
.nav li a.nav2:hover {
    background-position: 0 -90px;
}
.nav li a.nav3 {
    background-position: 0 -120px;
}
.nav li a.nav3:hover {
    background-position: 0 -150px;
}
.nav li a.nav4 {
    height: 29px;
    background-position: 0 -180px;
}
.nav li a.nav4:hover {
    background-position: 0 -209px;
}
.nav li .hot {
    background: url(../img/hot.png) no-repeat;
    width: 24px;
    height: 27px;
    position: absolute;
    right: 0;
    top: -11px;
    display: block;
}
.winpop {
    width: 906px;
    height: 469px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -234.5px 0 0 -453px;
    background: url(../img/winpop-bg.png) no-repeat;
    z-index: 6666;
    display: none;
}
.winpop .winpop-wrap {
    padding: 64px 45px 0 143px;
    overflow: hidden;
    position: relative;
}
.winpop .winpop-wrap .winpop-close {
    height: 26px;
    width: 27px;
    background: url(../img/nav.png) no-repeat 0 -238px;
    position: absolute;
    right: 58px;
    top: 20px;
    cursor: pointer;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.winpop .winpop-wrap .winpop-close:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.winpop .winpop-wrap .winpop-header {
    text-align: center;
    color: #011a4a;
    font-size: 40px;
    width: 100%;
    height: 98px;
    line-height: 98px;
}
.winpop .winpop-wrap .winpop-content {
    height: 205px;
    overflow: hidden;
}
.winpop .winpop-wrap .winpop-input {
    margin: 30px 0 0 155px;
    position: relative;
}
.winpop .winpop-wrap .winpop-input.winpop-input-gameid {
    padding-top: 10px;
}
.winpop .winpop-wrap .winpop-input.winpop-input-code {
    width: 400px;
}
.winpop .winpop-wrap .winpop-input a {
    color: #0870dd;
    font-size: 16px;
    text-decoration: underline;
    margin-left: 10px;
}
.winpop .winpop-wrap .winpop-input input {
    width: 370px;
    height: 52px;
    line-height: 52px;
    border: none;
    font-size: 20px;
    color: #011a4a;
    background-color: #eeeeee;
    border-radius: 15px;
    outline: none;
    padding: 0;
    padding-left: 30px;
}
.winpop .winpop-wrap .winpop-input .code-img {
    width: 130px;
    height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.winpop .winpop-wrap .winpop-input .code-img img {
    width: 100%;
    height: 100%;
}
.winpop .winpop-wrap .winpop-input .code-input {
    *position: relative;
    *left: -155px;
}
.winpop .winpop-wrap .winpop-hint {
    text-align: center;
    margin-top: 90px;
}
.winpop .winpop-wrap .winpop-hint i {
    display: inline-block;
    vertical-align: middle;
}
.winpop .winpop-wrap .winpop-hint i img {
    width: 100%;
}
.winpop .winpop-wrap .winpop-hint span {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    margin-left: 10px;
    color: #666;
}
.winpop .winpop-wrap .winpop-text {
    margin: 60px 120px 0 140px;
}
.winpop .winpop-wrap .winpop-text > p {
    color: #011a4a;
    font-size: 16px;
    line-height: 24px;
}
.winpop .winpop-wrap .winpop-select {
    margin: 45px 0 0 105px;
}
.winpop .winpop-wrap .winpop-btn {
    height: 55px;
    width: 180px;
    background: url(../img/nav.png) no-repeat 0 -264px;
    text-align: center;
    padding-right: 4px;
    font: italic bold 22px/53px "microsoft yahei";
    color: #fff;
    display: block;
    margin: 0 auto;
}
.winpop .winpop-wrap .error-info {
    color: #f00;
    font-size: 14px;
    line-height: 40px;
    margin-left: 160px;
    visibility: visible;
}
.winpop .winpop-wrap .error-info i {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.winpop .winpop-wrap .error-info i img {
    width: 100%;
}
.winpop .winpop-wrap .error-info span {
    display: inline-block;
    vertical-align: middle;
}
.winpop .winpop-wrap .game-id-step {
    margin: 50px 0 40px 155px;
}
.winpop .winpop-wrap .game-id-cdk {
    text-align: center;
}
.winpop .winpop-wrap .game-id-cdk dt {
    margin-top: 70px;
    color: #011a4a;
    font-size: 40px;
    font-weight: bold;
}
.winpop .winpop-wrap .game-id-cdk dd {
    font-size: 20px;
    margin-top: 48px;
}
.winpop.winpop-video {
    width: 922px;
    height: 668px;
    margin: -334px 0 0 -461px;
    background: url(../img/winpop-video-bg.png) no-repeat;
}
.winpop.winpop-video .winpop-wrap {
    padding: 68px 0 0 27px;
}
.winpop.winpop-video .winpop-wrap .winpop-close {
    top: 20px;
}
.winpop.winpop-video .winpop-wrap .winpop-content {
    width: 685px;
    height: 450px;
    margin: 20px 0 0 82px;
}
.winpop.winpop-form {
    opacity: 0;
    filter: alpha(opacity=0);
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
    animation-name: fadeInUpSmall;
    animation-duration: 0.3s;
}
.mask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #000000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 33;
}
.dbody {
    background: url(../img/header.jpg) no-repeat center top;
}
.header {
    overflow: hidden;
}
.header .nav li a.nav1 {
    background: url(../img/dnav1.png);
}
.header .nav li a.nav2 {
    background: url(../img/dnav2.png);
}
.header .nav li a.nav3 {
    background: url(../img/dnav3.png) no-repeat;
}
.header .nav li a.nav4 {
    background: url(../img/dnav4.png);
}
.news_main {
    margin-top: 130px;
}
.news_main h2 {
    text-align: center;
    font-size: 40px;
    color: #ffb643;
    border-bottom: 2px solid #e4ecf1;
    padding-bottom: 35px;
}
.news_main .news_list {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.news_main .news_list ul {
    padding: 0 235px;
    overflow: hidden;
}
.news_main .news_list ul li {
    margin-top: 28px;
    width: 100%;
    float: left;
}
.news_main .news_list ul li a {
    color: #636667;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    display: block;
}
.news_main .news_list ul li a:hover {
    color: #ffb643;
}
.news_main .news_list ul li a p {
    float: left;
}
.news_main .news_list ul li a span {
    float: right;
}
.page {
    text-align: center;
    color: #636667;
    font-size: 12px;
    margin-top: 80px;
}
.page a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 15px;
    color: #636667;
    height: 40px;
    line-height: 40px;
}
.page a.active {
    background: #565663;
    color: #fff;
}
.foot_bg {
    margin: 0;
}
.footer {
    background: url(../img/bottom.jpg) no-repeat center bottom;
    height: 660px;
}
.news_details_top {
    border-bottom: 2px solid #e4ecf1;
}
.news_details_top h1 {
    font-size: 40px;
    color: #ffb643;
    padding: 0 205px;
}
.news_details_top .news_details_other {
    font-size: 14px;
    color: #b8b8b8;
    margin: 10px 0;
    padding: 0 205px;
}
.news_details_top .news_details_other a {
    color: #b8b8b8;
}
.news_details_top .news_details_other span {
    margin-right: 30px;
}
.news_details_body {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
.news_details_body p {
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
    color: #5a6166;
}
.news_details_body .news_details_main {
    padding: 20px 205px;
}
.news_details_body .news_details_main img {
    display: block;
    margin: 10px auto;
}
/*# sourceMappingURL=style.css.map */
/*html {*/
    /*-webkit-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-o-filter: grayscale(100%);*/
    /*filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
    /*_filter:none;*/
/*}*/
