@charset "utf-8";

/* CSS Document */

body {
    padding: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei";
    font-size: 14px;
    background-attachment: fixed;
    background-color: #fff;
    overflow-x: hidden;
    color: #333333;
}

body,
html {
    -webkit-text-size-adjust: none;
}

body,
ul,
dl,
dd,
dt,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
textarea,
form,
select,
fieldset,
table,
td,
div,
input {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 12px;
    font-weight: 400
}

body>div {
    margin: 0 auto
}

div {
    text-align: left
}

a img {
    border: 0
}

ul,
ol,
li {
    list-style-type: none;
    vertical-align: 0
}

.clear {
    height: 0;
    overflow: hidden;
    clear: both
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #7b5c26;
    text-decoration: none;
}

a:hover img {
    opacity: .9;
}

li,
ul,
dl {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: none;
    vertical-align: middle;
}

span {
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0;
    padding: 0;
}

video {
    outline: none;
}

a.imagehover:hover img {
    opacity: 0.85;
}

div {
    outline: none;
}

#wrap {
    width: 1400px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.weight {
    font-weight: bold;
}

.f18 {
    font-size: 18px;
}

.center {
    text-align: center;
}

.red {
    color: red;
}


/*头部*/

.header {
    height: 78px;
    -moz-box-shadow: 0px 3px 7px #484848;
    -webkit-box-shadow: 0px 3px 7px #484848;
    box-shadow: 0px 3px 7px #484848;
    position: relative;
    background: #fff;
    z-index: 2;
}

.logo {
    padding: 5px 0 0 0;
    margin: 0;
}

.logo img {
    padding: 0 12px;
}


/*导航*/

.menu {
    margin-left: 195px;
}

.menu a {
    color: #736558;
    font-size: 26px;
    padding: 20px 20px 15px;
    display: inline-block;
}

.menu a:hover,
.menu a.active {
    background: url(../images/menu_hover.png) no-repeat center bottom;
    color: #875015;
}

.lan {
    margin-left: 20px;
    position: relative;
    width: 145px;
    height: 78px;
}

.lan a {
    color: #736558;
    font-size: 20px;
    margin-top: 26px;
    display: inline-block;
}

.lan a:hover {
    opacity: .8;
}

.lan i {
    background: url(../images/lan_top.png) no-repeat right center;
    display: inline-block;
    width: 20px;
    height: 15px;
}

.lan:hover i {
    background: url(../images/lan_up.png) no-repeat right center;
}

.lan_li {
    display: none;
    background: rgba(255, 255, 255, .8);
    position: absolute;
    width: 145px;
    left: -18px;
    top: 78px;
    padding-bottom: 5px;
}

.lan_li a {
    text-align: center;
    margin-top: 0;
    padding: 10px 0 10px;
    display: block;
}

.banner {
    position: relative;
    z-index: 1;
    background: url(../images/b1.png) no-repeat center top;
    height: 1262px;
}

.banner img {
    margin-top: -20px;
}

.download {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 355px;
    width: 100%;
    height: 60px;
}

.download img {
    margin-top: 0;
    margin: 0 20px 0;
}

.facebook {
    margin-top: 20px;
}

.right {
    background: url(../images/lef_bg.png) no-repeat center top;
    width: 220px;
    height: 444px;
}

.right {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 11;
    width: 220px;
    height: 440px;
    text-align: center;
    -webkit-animation: move 2s infinite;
    -moz-animation: move 2s infinite;
    -ms-animation: move 2s infinite;
    animation: move 2s infinite;
}

.right ul {
    margin-top: 82px;
}

.right ul li {
    background: url(../images/left_li_bg.png) no-repeat center center;
    height: 55px;
    margin-bottom: 12px;
    cursor: pointer;
}

.right ul li a {
    font-size: 20px;
    color: #91633b;
    line-height: 55px;
    display: block;
}

.right ul li:hover {
    opacity: .8;
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 15px);
        -moz-transform: translate(0, 15px);
        -ms-transform: translate(0, 15px);
        transform: translate(0, 15px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-moz-keyframes move {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 15px);
        -moz-transform: translate(0, 15px);
        -ms-transform: translate(0, 15px);
        transform: translate(0, 15px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-ms-keyframes move {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 15px);
        -moz-transform: translate(0, 15px);
        -ms-transform: translate(0, 15px);
        transform: translate(0, 15px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-o-keyframes move {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 15px);
        -moz-transform: translate(0, 15px);
        -ms-transform: translate(0, 15px);
        transform: translate(0, 15px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes move {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 15px);
        -moz-transform: translate(0, 15px);
        -ms-transform: translate(0, 15px);
        transform: translate(0, 15px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}


/*ibanner*/

#owl-demo {
    position: absolute;
    top: 60px;
}

#owl-demo .owl-controls .owl-pagination {
    width: 100%;
    max-width: 100% !important;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 30px;
    z-index: 0;
}

#owl-demo .item {
    height: 821px;
    display: block;
    width: 100%;
}


/*首页内容*/

.imain {
    background: url(../images/imain_bg.jpg) no-repeat center 20px;
    margin-top: -540px;
    position: relative;
    padding-top: 500px;
    z-index: 0;
}

.imain::after {
    clear: both;
}


/*首页人物图鉴*/

.role {
    margin-top: -165px;
    position: relative;
}

.role_title {
    text-align: center;
    position: relative;
    z-index: 0;
}

.slideTxtBox1 {
    width: 1400px;
    text-align: left;
    margin-top: -30px;
}

.slideTxtBox1 .hd {
    position: relative;
    /* background: url(../images/role_hd_bg.png) no-repeat center center; */
    margin-top: 30px;
}

.slideTxtBox1 .hd ul {
    float: left;
    position: absolute;
    height: 101px;
    left: 50%;
    margin-left: -340px;
}

.slideTxtBox1 .hd ul li {
    float: left;
    width: 236px;
    cursor: pointer;
    text-align: center;
    color: #5f3719;
    font-size: 38px;
    background-image: url(../images/role_hd_li.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 52px;
    height: 97px;
    line-height: 92px;
}

.slideTxtBox1 .hd ul li.on {
    background-image: url(../images/role_hd_li_hover.png);
    color: #5f3719;
}

.slideTxtBox1 .bd {
    margin: 50px auto 0;
    background: url(../images/role_bg.png) no-repeat center bottom;
    width: 1126px;
    height: 753px;
}

.swiper-container {
    width: 1065px;
    height: 753px;
}

.swiper-slide {
    text-align: left;
    font-size: 18px;
    position: relative;
}

.role_name {
    position: absolute;
    top: 152px;
    left: 36px;
    padding-bottom: 15px;
    font-family: '宋体';
    font-size: 54px;
    color: #ef7b88;
    width: 311px;
    text-align: center;
}

.role_name img {
    padding-top: 10px;
}

.role_infor {
    font-size: 32px;
    color: #574130;
    line-height: 42px;
    letter-spacing: 4px;
    writing-mode: tb-rl;
    margin-top: 278px;
    margin-left: 45px;
    font-weight: 300;
    width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.role_infor p {
    margin-left: 10px;
}

.role_infor p span {
    border-left: 1px solid #e1d0b2;
}

.role_detail a {
    height: 45px;
    width: 200px;
    background: url(../images/role_detail_bg.png) no-repeat 0 0;
    position: relative;
    margin: 55px 0 0 26px;
    display: block;
}

.role_img {
    position: absolute;
    bottom: 57px;
    right: -14px;
}

.owl-prev {
    width: 111px;
    height: 320px;
    background: url(../images/role_prev.png) no-repeat 0 0;
    float: left;
    color: #c2a060;
    writing-mode: vertical-lr;
    font-size: 18px;
    position: relative;
}

.owl-prev p {
    position: absolute;
    top: 50px;
    left: 29px;
}

.owl-prev:hover {
    background: url(../images/role_prev_hover.png) no-repeat 0 0;
    color: #f28e90;
    writing-mode: vertical-lr;
}

.owl-next {
    width: 111px;
    height: 320px;
    background: url(../images/role_next.png) no-repeat 0 0;
    float: right;
    color: #c2a060;
    writing-mode: vertical-lr;
    font-size: 18px;
}

.owl-next p {
    position: absolute;
    top: 50px;
    right: 28px;
}

.owl-next:hover {
    background: url(../images/role_next_hover.png) no-repeat 0 0;
    color: #f28e90;
    writing-mode: vertical-lr;
}

.item_prev {
    position: absolute;
    top: 226px;
    left: 44px;
    writing-mode: vertical-lr;
    font-size: 18px;
    color: #c2a060;
}

.item_next {
    position: absolute;
    top: 226px;
    right: 42px;
    writing-mode: vertical-lr;
    font-size: 18px;
    color: #c2a060;
}

.left {
    position: fixed;
    top: 35%;
    right: 0;
    background: url(../images/left.png) no-repeat 0 0;
    width: 226px;
    height: 227px;
}

.left_luntan {
    /* margin-top: 36px; */
    margin-left: 85px;
    /* margin-bottom: 35px;  */
    margin-top: 14px;
}

.left_luntan img {
    width: 120px;
    margin-top: 5px;
}

.left_line {
    width: 140px;
    height: 1px;
    background: #f0c472;
    opacity: 0.3;
    margin: 0 auto;
    margin-left: 77px;
    margin-top: 7px;
    margin-bottom: 5px;
}

.left_customer {
    margin-top: 10px;
    margin-left: 77px;
    /* margin-bottom: 15px; */
    display: none;
}

.left_customer img {
    width: 135px;
}

.left_email {
    text-align: center;
    font-size: 16px;
    margin-left: 65px;
}

.history {
    margin-top: 225px;
}

.history_content {
    background: url(../images/bj_bg.png) no-repeat center center;
    height: 857px;
    font-size: 26px;
    color: #766657;
    line-height: 42px;
    font-weight: 300;
}

.history_text {
    padding-top: 120px;
    padding-left: 480px;
    padding-right: 50px;
}

.history_content p {
    text-indent: 52px;
}

.tese {
    margin-top: 82px;
}

.tese_content {
    margin-top: 70px;
    height: 800px;
    position: relative;
}

.footer {
    text-align: center;
    font-size: 26px;
    color: #391c13;
    margin-top: 310px;
    padding-bottom: 50px;
}


/*2019-7-10视频*/

.video {
    /* position: absolute;
    top: 78%;
    left: 43%;
    z-index: 2; */
    position: absolute;
    top: 100px;
    left: 50%;
    z-index: 999;
    width: 400px;
    height: 700px;
    margin-left: -200px;
}

.video a {
    display: block;
    width: 97px;
    height: 109px;
    position: absolute;
    bottom: 15px;
    left: 64px;
}

.video_box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 500px;
    margin-left: -400px;
    margin-top: -250px;
    z-index: 1001;
    /* background: url(../images/videobg.jpg) no-repeat center center; */
}

.video_box .close {
    position: absolute;
    right: -46px;
    top: 0;
    width: 46px;
    height: 50px;
    /* text-indent: -999em; */
    transition: all .4s linear;
    background: url(../images/video_close.png) no-repeat 50%;
    background-size: 100% 100%;
    z-index: 1002;
}

.video_box .close:hover {
    transform: rotate(180deg)
}

.video_dialog .mask {
    background: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    opacity: .5;
}


/* 游戏特色 */

#top {
    width: 100%;
    height: 13px;
    float: left;
    position: absolute;
    bottom: 10px;
    left: 90px;
    background: url(../images/ts_dian.png) no-repeat 0 0;
}

#top .small {
    width: 1174px;
    height: 13px;
    position: absolute;
    top: -7px;
    left: 1px;
    display: inline;
    margin: 0 auto;
}

#top .small ul {
    margin: 0;
    padding: 0px;
}

#top .small li {
    display: inline-block;
    zoom: 1;
    background: #f3ebda;
    border: 1px solid #826b40;
    width: 11px;
    height: 11px;
    cursor: pointer;
    margin-right: 13px;
    border-radius: 50%;
}

#top .small li.hove {
    background: #8a504d;
    border: 1px solid #52130f;
}

#box {
    width: 100%;
    height: 800px;
    float: left;
    overflow: hidden;
    position: relative;
}

#box .bg {
    width: 100%;
    height: 340px;
    background: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    top: 132px;
    left: 0px;
}

#list {
    width: 1280px;
    height: 800px;
    position: absolute;
    top: 0;
    left: 50%;
    display: inline;
    margin-left: -640px;
}

#list ul {
    margin: 0px;
    padding: 0px;
    float: left;
}

#list li {
    width: 100px;
    position: absolute;
    list-style-type: none;
    overflow: hidden;
    cursor: pointer;
    filter: brightness(70%);
}

#list li img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

#list li.hove {
    filter: brightness(100%);
}


/* #list li div {
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
} */

#list li .opacity {
    width: 100%;
    height: 120px;
    background: #000;
    filter: alpha(opacity=80);
    opacity: 0.8;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
}

#list li .tit {
    width: 324px;
    height: 120px;
    padding: 0 10px;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0px;
}

#list li .tit span {
    width: 100%;
    height: 30px;
    font-weight: normal;
    float: left;
    text-align: left;
    line-height: 30px;
    color: #fff;
    border-bottom: 1px solid #2f2f2c;
    margin: 0px;
    padding: 0px;
}

#list li .tit span em {
    color: #ba0707;
    font-style: normal;
    float: none;
}

#list li .tit em {
    color: #fff;
    line-height: 25px;
    float: left;
    margin: 0px;
    padding: 5px 0;
    font-style: normal;
}

#list a {
    width: 46px;
    height: 46px;
    text-decoration: none;
    position: absolute;
    z-index: 20;
    bottom: 0;
}

#list a.prev {
    right: 102px;
    background: url(../images/ts_left.png) no-repeat 0 0;
}

#list a.next {
    right: 30px;
    background: url(../images/ts_right.png) no-repeat 0 0;
}

#bottom {
    width: 100%;
    height: 200px;
    float: left;
    background: url(../images/bottom.jpg) no-repeat center;
    position: relative;
}

#bottom .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-family: Verdana;
}

#bottom .title a {
    background: #666666;
    text-decoration: none;
    color: #fff;
    padding: 3px 5px;
}