@charset "utf-8";
blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

fieldset, img {
    border: 0
}

:focus {
    outline: 0
}

address, caption, cite, code, dfn, em, optgroup, th, var {
    font-style: normal;
    font-weight: normal
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

button, input, optgroup, option, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

code, kbd, samp, tt {
    font-size: 100%
}

button, input, select, textarea {
    *font-size: 100%
}

body {
    line-height: 1.5
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th {
    text-align: left
}

sub, sup {
    font-size: 100%;
    vertical-align: baseline
}

:link, :visited, ins {
    text-decoration: none
}

blockquote, q {
    quotes: none
}

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

* {
    margin: 0;
    padding: 0
}

body, html {
    overflow-y: auto;
    overflow-x: hidden
}

.clearfix {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1
}

.clearfix:after, .clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

b, em, i {
    font-style: normal;
    font-weight: normal
}

body {
    margin: 0;
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun", "Hiragino Sans GB", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #454545;
    position: relative
}

body, html {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    overflow-x: hidden;
    min-height: 1000px;
    background-color: #f6f6f6
}

button, input, select, textarea, th {
    background: #fff;
    font-size: 12px;
    line-height: 1.5em;
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun", "Hiragino Sans GB", sans-serif
}

article, aside, figure, footer, header, nav, section {
    display: block
}

a {
    color: #333;
    text-decoration: none
}

a:focus, a:hover {
    -webkit-transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms;
    -moz-transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms;
    -ms-transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms;
    -o-transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms;
    transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms
}

.rotate360:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

a:hover {
    color: #fbc846
}

.rotate360 {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.cfx {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1
}

.cfx:after, .cfx:before {
    display: table;
    content: "";
    line-height: 0
}

.cfx:after {
    clear: both
}

.cx {
    overflow: hidden;
    *zoom: 1
}

.fl {
    float: left
}

.fr {
    float: right
}

.hide {
    display: none
}

body {
    word-break: break-all
}

a {
    cursor: pointer
}

img {
    vertical-align: top;
    border: 0
}

a img:hover {
    opacity: 0.9;
    cursor: pointer
}

.ico {
    background: url("../img/icon_special.png") no-repeat;
    background-size: 1000px 1000px
}
header {
    position: relative;
    z-index: 2;
    height: 87px;
    background: linear-gradient(to bottom, #e3ac3d 0, #e3ac3d 387px, #fff 387px, #fff 100%);
}

header > div {
    position: relative;
    width: 1200px;
    margin: auto;
    overflow: hidden;
    *zoom: 1;
}

header > div > a {
    position: relative;
    float: left;
    height: 100%;
}

header > div > a img {
    position: relative;
    width: auto;
    height: 54px;
    margin-top: 16px;
}
nav {
    position: relative;
    float: right;
    padding: 0 0 0 30px;
    overflow: hidden;
    *zoom: 1;
}

nav li {
    position: relative;
    z-index: 0;
    float: left;
    margin-left: 43px;
    padding: 0 0 0 53px;
    display: block;
    padding-bottom: 1px;
    line-height: 86px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

nav li a {
    position: relative;
    display: block;
    color: #fff;
}

nav li a:before {
    content: "";
    position: absolute;
    display: none;
    width: 23px;
    height: 10px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/icon.png) no-repeat;
    background-size: 1000px 1000px;
    background-position: -49px -8px;
}

nav li a:after {
    content: "";
    position: absolute;
    display: none;
    width: 23px;
    height: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/icon.png) no-repeat;
    background-size: 1000px 1000px;
    background-position: -49px -26px;
}

nav li.current a:after, nav li.current a:before {
    display: block;
}

nav li:nth-of-type(n+2):before {
    content: "";
    position: absolute;
    display: block;
    width: 13px;
    height: 16px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../img/icon.png) no-repeat;
    background-size: 1000px 1000px;
    background-position: -93px -8px;
}

nav li:hover a, nav li.current a {
    color: #fff;
}

.pageposition {
    position: relative;
    overflow: hidden;
    width: 1200px;
    color: #696969;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    margin: 0px auto 16px auto;
    box-sizing: border-box;
    z-index: 0
}
.pageposition a {
    color: #696969;
}
.pageposition a:hover {
    color: #09f;
}
.pageposition em {
    color: #ff0000;
}

footer {
    position: relative;
    width: 100%;
    padding: 33px 0;
    background: #313131;
    text-align: center;
}

footer dl {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    *zoom: 1;
}

footer dt {
    display: block;
    width: 970px;
    margin: 0 auto 30px;
    padding: 15px 25px;
    background: rgba(0, 0, 0, .08);
    overflow: hidden;
    *zoom: 1;
}

footer dt p {
    font-size: 16px;
    color: rgba(179, 179, 179, .5);
    line-height: 30px;
}

footer p, footer p span, footer p a {
    font-size: 16px;
    color: #B3B3B3;
    line-height: 30px;
}

footer p a:hover {
    color: rgba(255, 255, 255, 1);
}

.linkCont {
    width: 1200px;
    padding: 0 0 27px;
    overflow: hidden;
    margin: auto;
}

.linkCont > a {
    float: left;
    width: 400px;
    padding-top: 20px;
}

.linkCont > a img {
    height: 54px;
    width: auto;
}

.wdLink {
    float: left;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    width: 740px;
}

.wdLink .list {
    margin: auto;
    overflow: hidden;
    *zoom: 1;
}

.wdLink .list a {
    float: left;
    display: block;
    margin-right: 18px;
    height: 40px;
    font-size: 16px;
    color: rgba(179, 179, 179, .5);
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
}

.wdLink .list a:hover {
    color: #e3ac3d;
}

.linkTit {
    text-align: left;
    margin-bottom: 8px;
    font-size: 24px;
    color: #B3B3B3;
    font-weight: bold;
    line-height: 38px;
}

.linkTit span {
    position: relative;
    display: inline-block;
    vertical-align: top;
}






.gstTit {
    position: relative;
    height: 30px;
    margin: auto
}

.gstTit strong {
    position: relative;
    z-index: 1;
    float: left;
    display: inline-block;
    font-size: 26px;
    color: #2E2E30;
    line-height: 30px;
    font-weight: bold
}

.gstTit strong:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: -1;
    display: block;
    width: 116%;
    height: 16px;
    background: linear-gradient(90deg, #91FFD0, #B1FDA2)
}

.gstTit a {
    position: relative;
    float: right;
    display: block;
    width: 33px;
    height: 18px;
    margin-right: -11px;
    padding: 11px 13px 1px;
    background: url("../img/icon_special.png") no-repeat;
    background-size: 1000px 1000px;
    background-position: -39px 7px
}

.gstTit a:hover {
    background-position: -92px 7px
}

.gstTit span {
    float: left;
    margin-left: 25px;
    font-size: 16px;
    color: #666;
    line-height: 22px;
    margin-top: 7px
}

.gstTit span em {
    color: #FF6633
}

.pagecode {
    padding: 4px 0 35px;
    text-align: center;
    font-size: 16px;
    color: #666
}

.pagecode a {
    padding: 9.5px 19px;
    margin: 0 5px;
    color: #666;
    text-decoration: none;
    background-color: #F6F6F6;
    border-radius: 3px
}

.pagecode > span {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    border-radius: 3px
}

.pagecode span a {
    display: block;
    padding: 0;
    min-width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold
}

.pagecode a:hover {
    color: #fff;
    background-color: #fbc846 !important
}

.pagecode a.current, .pagecode a.current:hover {
    color: #fff;
    background-color: #fbc846 !important;
    padding: 9.5px 15px;
    font-weight: normal
}

.pagecode a.disabled, .pagecode a.disabled:hover {
    color: #666;
    background-color: #efefef !important;
    cursor: default
}




.dZtList {
    position: relative;
    padding: 11px 0;
    height: 180px;
    margin-bottom: 10px;
    overflow: hidden
}

.dZtList ul {
    position: absolute;
    width: 1210px;
    overflow: hidden;
    *zoom: 1
}

.dZtList li {
    position: relative;
    float: left;
    padding-top: 16px;
    width: 285px;
    border-radius: 20px;
    max-height: 100%;
    margin-right: 18px
}

.dZtList li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 246px;
    height: 16px;
    background: url("../img/icon_special.png") no-repeat;
    background-size: 1000px 1000px;
    background-position: -5px -304px
}

.dZtList li a {
    position: relative;
    display: block;
    border: 2px solid transparent;
    width: 285px;
    height: 160px;
    border-radius: 20px;
    overflow: hidden
}

.dZtList li a img {
    width: 100%;
    min-height: 100%;
    height: auto;
    display: block
}

.dZtList li a span {
    position: absolute;
    z-index: 2;
    top: 11px;
    right: 7px;
    padding: 0 4px 0 5px;
    height: 22px;
    line-height: 22px;
    background: rgba(0, 0, 0, .6);
    font-size: 12px;
    color: #fff;
    border-radius: 10px
}

.dZtList li a div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    padding: 70px 0 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), transparent)
}

.dZtList li a div p {
    position: relative;
    padding: 0 11px 0 19px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dZtList li a div em {
    display: none;
    width: 100%;
    height: 0;
    line-height: 16px;
    padding: 0 11px 0 19px;
    font-size: 12px;
    color: #fff
}

.dZtList li a, .dZtList li a div em {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s
}

.dZtList li a:hover em {
    display: block;
    height: 16px
}

.dZtList li a:hover {
    border: 2px solid #B1FDA3
}






.gsPartTop {
    position: relative;
    background: url("../img/gametopbg.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px
}

.gsPartTop:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -26px;
    margin: auto;
    display: block;
    width: 100%;
    height: 26px;
    background: url("../img/gametopafterbg.png") no-repeat;
    background-size: 100% 100%
}

.gsPT {
    width: 1200px;
    margin: auto
}

.gsPT .list {
    width: 1220px;
    padding: 18px 0 15px;
    overflow: hidden;
    *zoom: 1
}

.gsPT .list a {
    float: left;
    display: block;
    width: 119px;
    height: 36px;
    background: rgba(255, 255, 255, .8);
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    margin: 0 14px 17px 0;
    font-size: 16px;
    color: #333;
    overflow: hidden
}

.gsPT .list a.current, .gsPT .list a.current:hover {
    font-weight: bold;
    color: #fff;
    background: linear-gradient(-90deg, #fbc846, #41E0D5);
    border: 1px solid #FFFFFF;
    box-shadow: 0 3px 6px 0 rgba(32, 210, 237, 0.25)
}

.gsPT .list.softTag a.current, .gsPT .list.softTag a.current:hover {
    color: #fff;
    background: linear-gradient(90deg, #CDEBFE, #C1AFF3);
    border: 1px solid #FFFFFF;
    box-shadow: 0 3px 6px 0 rgba(193, 180, 236, 0.3)
}

.gsPT .list a:hover {
    color: #fbc846
}

.gsPT .list.softTag a:hover {
    color: #785EFF
}



.ztList {
    width: 1200px;
    padding-bottom: 20px;
    margin: auto;
    overflow: hidden
}

.ztList ul {
    width: 1230px;
    padding-top: 4px
}

.ztList li {
    position: relative;
    float: left;
    width: 384px;
    height: 300px;
    background: #FFF;
    box-shadow: 0 10px 25px 0 rgba(76, 76, 76, 0.05);
    border-radius: 20px;
    margin: 7px 23px 23px 0;
    overflow: hidden
}

.ztList li > a {
    position: relative;
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 227px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    margin-bottom: 10px
}

.ztList li > a img {
    width: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 20px 20px 0 0
}

.ztList li a img {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s
}

.ztList li a img:hover {
    transform: scale(1.2)
}

.ztList li > a span {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    display: block;
    padding: 0 11px 0 13px;
    height: 30px;
    background: rgba(51, 51, 51, .8);
    border-radius: 15px;
    font-size: 12px;
    color: #fff;
    line-height: 30px
}

.ztList li div {
    position: relative;
    height: 64px
}

.ztList li div a {
    position: relative;
    z-index: 1;
    display: block;
    padding-left: 16px;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    height: 26px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ztList li div p {
    display: block;
    padding-left: 15px;
    font-size: 12px;
    color: #999;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ztList li div span {
    position: absolute;
    right: 0;
    bottom: 24px;
    display: block;
    padding-left: 16px;
    width: 65px;
    height: 32px;
    font-size: 12px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    background: url("../img/icon_special.png") no-repeat;
    background-size: 1000px 1000px;
    background-position: -551px -52px
}

.ztList li div a:hover {
    color: #fbc846
}

.ztList .pagecode {
    padding-bottom: 22px
}

.ztList .pagecode a {
    background: #fff
}

.ztMenu {
    position: relative;
    width: 100%;
    height: 70px;
    background-color: #fff
}

.ztMenu .cfx {
    position: relative;
    width: 1200px;
    margin: auto
}


.ztMenu .menu {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 15px;
    text-align: center;
    width: 600px;
    overflow: hidden;
    margin: auto
}

.ztMenu .menu a {
    display: inline-block;
    vertical-align: top;
    padding: 0 14px;
    margin: 0 10px;
    height: 40px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    background: #F6F6F6;
    border-radius: 20px
}

.ztMenu .menu a.current, .ztMenu .menu a:hover {
    font-weight: bold;
    background: #fbc846;
    color: #fff;
}


.gsPT {
    position: relative
}
