/*首页*/

.index>.header,
.index>.footer {
    display: none;
}

.index-cont .banner {
    position: relative;
    width: 100%;
    height: 890px;
    background: url(../images/index/banner.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.index-cont .banner .fire {
    position: absolute;
    z-index: 9;
    left: 0;
    width: 82px;
    height: 73px;
    background: url(../images/index/fire.png) no-repeat center;
    background-size: 100%;
}

.index-cont .banner .disney {
    display: block;
    color: #fff;
    position: absolute;
    right: 35px;
    bottom: 24px;
    font-size: 18px;
    z-index: 999;
}

.index-cont .banner .pirate {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.index-cont .banner .pirate li {
    display: block;
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.index-cont .banner .pirate li.main {
    background: url(../images/index/pirate1.png) no-repeat center;
    background-size: cover;
}

.index-cont .banner .pirate li.role1 {
    background: url(../images/index/pirate2.png) no-repeat center;
    background-size: cover;
}

.index-cont .banner .pirate li.role2 {
    background: url(../images/index/pirate3.png) no-repeat center;
    background-size: cover;
}

.index-cont .banner .header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: url(../images/border-top.png) no-repeat left top;
    background-size: 100%;
}

.index-cont .banner .header .header-cont {
    width: 1220px;
    margin: auto;
    position: relative;
}

.index-cont .banner .header .header-cont .logo {
    display: block;
    position: static;
    margin-left: 0;
}

.index-cont .banner .header .header-cont .download {
    position: absolute;
    right: 0;
    top: 0;
}

.index-cont .banner .title {
    display: block;
    margin: auto;
    position: relative;
    z-index: 99;
}

.index-cont .banner .sub-title {
    display: block;
    margin: auto;
}

.index-cont .banner .nav {
    width: 1202px;
    height: 84px;
    position: relative;
    margin: auto;
    background: url(../images/index/header-bg.png) no-repeat center;
    background-size: cover;
}

.index-cont .banner .nav:before,
.index-cont .banner .nav:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 38px;
    height: 48px;
    background: url(../images/index/header-side.png) no-repeat;
    background-size: 100% 100%;
    left: -10px;
    z-index: 99;
}

.index-cont .banner .nav:after {
    left: auto;
    right: -10px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.index-cont .banner .nav ul {
    width: 1176px;
    height: 58px;
    padding-top: 13px;
    margin: auto;
}

.index-cont .banner .nav ul li {
    float: left;
    width: 192px;
    height: 100%;
    text-align: center;
    position: relative;
    display: table;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.index-cont .banner .nav ul li:first-child,
.index-cont .banner .nav ul li:last-child {
    width: 204px;
}

.index-cont .banner .nav ul li a {
    display: table-cell;
    vertical-align: middle;
}

.index-cont .banner .nav ul li em {
    display: block;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffff00), to(#cc9900));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    color: #ffcc00;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    font-weight: bold;
}

.index-cont .banner .nav ul li span {
    color: #ef7542;
    display: block;
    font-size: 8px;
    font-family: "CharlemagneStd-Regular";
    transform: scale(.8);
    padding-top: 3px;
}

.index-cont .banner .nav ul li:hover em,
.index-cont .banner .nav ul li.active {
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(rgba(255, 255, 0, .5)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    color: #fff;
}

.index-cont .banner .nav ul li:hover {
    background: rgba(102, 0, 0, .3);
}

.index-cont .game {
    background: url(../images/index/body-bg.jpg) no-repeat center top;
    background-size: cover;
    min-height: 1510px;
    overflow: hidden;
    position: relative;
}

.index-cont .game .border {
    width: 100%;
    display: block;
    position: relative;
    z-index: 99;
}

.index-cont .game .introduction {
    width: 492px;
    height: 751px;
    background: url(../images/index/text-bg.png) no-repeat;
    background-size: cover;
    margin: auto;
    position: relative;
    top: -751px;
}

.index-cont .game .introduction .lamp {
    position: absolute;
    right: -58px;
    top: -100%;
}

.index-cont .game .introduction .lamp img {
    display: block;
    position: relative;
    z-index: 98;
}

.index-cont .game .introduction .lamp span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/index/light.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
}

.index-cont .game .introduction .pirate {
    display: block;
    position: absolute;
    left: -600px;
    top: 200px;
    opacity: 0;
}

.index-cont .game .introduction .text {
    width: 352px;
    margin: auto;
}

.index-cont .game .introduction .text .title {
    text-align: center;
}

.index-cont .game .introduction .text .title em {
    display: block;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#663333), to(#330000));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #330000;
    font-size: 24px;
}

.index-cont .game .introduction .text .title span {
    display: block;
    color: #b88547;
    font-family: "CharlemagneStd-Regular";
    padding: 14px 0 18px;
}

.index-cont .game .introduction .text .title img {
    display: block;
    width: 100%;
}

.index-cont .game .introduction .text p {
    color: #996633;
    font-size: 14px;
    line-height: 28px;
}

.index-cont .game .introduction .text>div {
    display: none;
}

.index-cont .game .introduction .text>div:first-child {
    display: block;
}

.index-cont .game .introduction .tab {
    position: absolute;
    right: -136px;
    top: 80px;
}

.index-cont .game .introduction .tab ul {
    position: absolute;
    top: 120px;
    left: 55px;
}

.index-cont .game .introduction .tab ul li {
    width: 66px;
    height: 63px;
    text-align: center;
    background: url(../images/index/tab-icon.png) no-repeat;
    background-size: 100% 100%;
    line-height: 53px;
    font-size: 16px;
    font-family: "CharlemagneStd-Regular";
    margin-top: 8px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    opacity: 0;
}

.index-cont .game .introduction .tab ul li a {
    color: #cc9966;
    display: block;
}

.index-cont .game .introduction .tab ul li:first-child {
    margin-top: 0;
}

.index-cont .game .introduction .tab ul li.active,
.index-cont .game .introduction .tab ul li:hover {
    background: url(../images/index/tab-icon-active.png) no-repeat;
    background-size: 100% 100%;
}

.index-cont .game .introduction .tab ul li.active a,
.index-cont .game .introduction .tab ul li:hover a {
    color: #ffff00;
}

.title-box {
    position: relative;
    margin-bottom: 30px;
}

.title-box div img {
    display: block;
    margin: auto;
}

.title-box div span {
    display: block;
    text-align: center;
    font-size: 10px;
    color: #666633;
    font-family: "CharlemagneStd-Regular";
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    margin-top: -10px;
}

.title-box a {
    display: block;
    position: absolute;
    right: 0;
    top: 22px;
    color: #ffff00;
    font-family: "CharlemagneStd-Regular";
}

.title-box a:hover {
    border-bottom: 1px solid #ffff00;
}

.title-box .mermaid {
    display: block;
    position: absolute;
    left: 0;
    top: 106px;
    opacity: 0;
}

.index-cont .activity {
    margin: 106px auto 84px;
}

.index-cont .activity .activity-list {
    width: 100%;
    height: 290px;
    background: url(../images/index/activity-bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 99;
}

.index-cont .activity .activity-list .activity-slider {
    overflow: hidden;
    width: 1100px;
    height: 100%;
    margin: auto;
}

.index-cont .activity .activity-list .decoration {
    display: block;
    position: absolute;
    left: 50%;
    top: -25px;
    margin-left: -91.5px;
}

.index-cont .activity .activity-list ul,
.index-cont .activity .activity-list .swiper-container {
    width: 1082px;
    margin: auto;
    padding-top: 60px;
    overflow: visible;
}

.index-cont .activity .activity-list ul li,
.index-cont .activity .activity-list .swiper-slide {
    float: left;
    width: 332px;
    height: 170px;
    margin-left: 43px;
    position: relative;
    opacity: 0;
    top: 170px;
}

.index-cont .activity .activity-list .swiper-slide {
    margin-left: 0;
}

.index-cont .activity .activity-list ul li img,
.index-cont .activity .activity-list .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.index-cont .activity .activity-list ul li:first-child {
    margin-left: 0;
}

.index-cont .activity .activity-list ul li a,
.index-cont .activity .activity-list .swiper-slide a {
    display: block;
}

.index-cont .activity .activity-list ul li a:before,
.index-cont .activity .activity-list .swiper-slide a:before {
    content: "";
    display: block;
    position: absolute;
    width: 346px;
    height: 184px;
    left: 50%;
    top: 50%;
    margin-top: -92px;
    margin-left: -173px;
    background: url(../images/index/activity-border.png) no-repeat;
    background-size: 100% 100%;
}

.index-cont .activity .activity-list ul li a:after,
.index-cont .activity .activity-list .swiper-slide a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.index-cont .activity .activity-list ul li:hover a:after,
.index-cont .activity .activity-list .swiper-slide:hover a:after {
    background: rgba(255, 255, 255, .2);
}

.title-box.news-title {
    margin-bottom: 20px;
}

.index-cont .news {
    position: relative;
    width: 100%;
    padding: 44px 0 40px;
    background: url(../images/index/news-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.index-cont .news .news-dec {
    display: block;
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -39.5px;
}

.news-slider {
    margin: 0 1.875%;
}

body .bx-wrapper {
    margin: auto;
}

body .bx-wrapper .bx-viewport {
    left: 0;
    border: 0;
    background: none;
    box-shadow: none;
}

.news-slider li,
.news-slider .swiper-slide {
    opacity: 0;
    position: relative;
    top: 220px;
}

.news-slider li a,
.news-slider .swiper-slide a {
    display: block;
    border: 3px solid #000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.news-slider li a .news-img,
.news-slider .swiper-slide a .news-img {
    display: block;
    overflow: hidden;
    border: 1px solid #8d6d58;
    border-bottom: 0;
    position: relative;
}

.news-slider li a .news-img img,
.news-slider .swiper-slide a .news-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.news-slider li a .news-img:before,
.news-slider .swiper-slide a .news-img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.news-slider li:hover a .news-img:before,
.news-slider .swiper-slide:hover a .news-img:before {
    background: rgba(255, 255, 255, .2);
}

.news-slider li a .news-intro,
.news-slider .swiper-slide a .news-intro {
    display: block;
    padding: 10px 30px 10px 10px;
    background: url(../images/index/news-wood.png) no-repeat;
    background-size: cover;
    position: relative;
}

.news-slider li a .news-intro em,
.news-slider .swiper-slide a .news-intro em {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #eda200;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    font-size: 14px;
}

.news-slider li a .news-intro:before,
.news-slider .swiper-slide a .news-intro:before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: url(../images/index/news-icon.png) no-repeat;
}

.news-slider .bx-wrapper .bx-pager {
    padding-top: 0;
    bottom: -50px;
    perspective: 800px;
    transform-style: preserve-3d;
}

.news-slider .swiper-pagination {
    width: 100%;
    text-align: center;
    position: static;
    margin-top: 30px;
}

.news-slider .bx-wrapper .bx-pager.bx-default-pager a,
.news-slider .swiper-pagination-bullet {
    border-radius: 0;
    width: 20px;
    height: 20px;
    background: url(../images/index/pager.png) no-repeat;
    opacity: 0;
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -moztransform: rotateY(90deg);
}

.news-slider .swiper-pagination-bullet {
    margin: 0 5px;
}

.news-slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.news-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: url(../images/index/pager-active.png) no-repeat;
}

.news-slider li:hover a .news-intro em,
.news-slider .swiper-slide:hover a .news-intro em {
    color: #ffff00;
}

.index-cont .index-footer {
    background: url(../images/index/footer-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 96px 0 60px;
}

.index-cont .index-footer .footer-top {
    text-align: center;
    position: relative;
}

.index-cont .index-footer .footer-top .cat {
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
}

.index-cont .index-footer .footer-title {
    text-align: center;
    color: #ffff00;
    position: relative;
    z-index: 99;
}

.index-cont .index-footer .footer-title em {
    display: block;
    font-size: 14px;
    text-shadow: 0 0 16px #ffff00;
    padding-bottom: 5px;
}

.index-cont .index-footer .footer-title span {
    display: block;
    font-family: "CharlemagneStd-Regular";
    text-shadow: 0 0 16px #ffff00;
}

.index-cont .index-footer .footer-top .share {
    position: relative;
    width: 282px;
    margin: auto;
}

.index-cont .index-footer .footer-top .share .bdsharebuttonbox {
    width: 100%;
    height: 121px;
    background: url(../images/index/share-bg.png) no-repeat;
    background-size: cover;
    text-align: center;
    margin-top: -12px;
    position: relative;
    z-index: 99;
}

.index-cont .index-footer .footer-top .share .bdshare-button-style0-16 a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 41.5px 8px 0;
    padding-left: 0;
    display: inline-block;
    float: none;
    background: url(../images/index/icon-weibo.png) no-repeat;
    background-size: 100% 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.index-cont .index-footer .footer-top .share .bdshare-button-style0-16 a:hover {
    opacity: 1;
}

.index-cont .index-footer .footer-top .share .bdshare-button-style0-16 a.bds_tqq {
    background: url(../images/index/icon-qq.png) no-repeat;
    background-size: 100% 100%;
}

.index-cont .index-footer .footer-top .share .bdshare-button-style0-16 a.bds_weixin {
    background: url(../images/index/icon-wechat.png) no-repeat;
    background-size: 100% 100%;
}

.index-cont .index-footer .footer-top .share .bdshare-button-style0-16 a.bds_tsina:hover {
    background: url(../images/index/icon-weibo-hover.png) no-repeat;
    background-size: 100% 100%;
}

.index-cont .index-footer .footer-top .share .bdshare-button-style0-16 a.bds_tqq:hover {
    background: url(../images/index/icon-qq-hover.png) no-repeat;
    background-size: 100% 100%;
}

.index-cont .index-footer .footer-top .share .bdshare-button-style0-16 a.bds_weixin:hover {
    background: url(../images/index/icon-wechat-hover.png) no-repeat;
    background-size: 100% 100%;
}

.index-cont .index-footer .footer-top .bottle {
    display: block;
    position: absolute;
    right: 40px;
    top: 0;
}

.index-cont .index-footer .footer-top .backtop {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -14px;
}

.index-cont .index-footer .footer-top .backtop img {
    display: block;
    margin: auto;
}

.index-cont .index-footer .footer-top .backtop span {
    display: block;
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: rgba(0, 0, 0, .3);
    margin: -18px auto 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.index-cont .index-footer .footer-top .backtop span em {
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#cccc99));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    font-size: 14px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.index-cont .index-footer .footer-top .backtop:hover span {
    background: rgba(0, 0, 0, .6);
}

.index-cont .index-footer .links {
    padding: 45px 0 54px;
}

.index-cont .index-footer .links .footer-title {
    margin-bottom: 20px;
}

.index-cont .index-footer .links .slider {
    padding: 20px 20px 34px;
    background: rgba(0, 0, 0, .2);
    position: relative;
}

.index-cont .index-footer .links .slider li a img,
.index-cont .index-footer .links .slider .swiper-slide a img {
    display: block;
    width: 100%;
    height: 68px;
}

.index-cont .index-footer .links .slider li a span,
.index-cont .index-footer .links .slider .swiper-slide a span {
    display: block;
    text-align: center;
    color: #996633;
    padding-top: 6px;
}

.index-cont .index-footer .links .slider .bx-wrapper .bx-pager {
    padding-top: 0;
    bottom: -20px;
}

.index-cont .index-footer .links .slider .swiper-pagination {
    position: relative;
    text-align: center;
    margin-top: 8px;
}

.index-cont .index-footer .links .slider .bx-wrapper .bx-pager.bx-default-pager a,
.index-cont .index-footer .links .slider .swiper-pagination-bullet {
    background: rgba(255, 255, 255, .2);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.index-cont .index-footer .links .slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.index-cont .index-footer .links .slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, .5);
}

.index-cont .index-footer .footer-nav ul li {
    border-left: 1px solid rgba(153, 153, 153, .2);
}

.index-cont .index-footer .footer-nav ul li a {
    color: #999933;
}

.index-cont .index-footer .footer-nav ul li.active a {
    color: #cccc00;
}

.index-cont .index-footer .footer-nav ul li a:hover {
    color: #cccc00;
}

.index-cont .index-footer .footer-nav p {
    color: #666;
}


/*新闻列表*/

.text-cont {
    max-width: 1200px;
    margin: auto;
    background: url(../images/news/text-bg.jpg) repeat-y;
    background-size: 100%;
    position: relative;
    margin-top: -13px;
    padding-bottom: 100px;
}

.text-cont .text-bg-top,
.text-cont .text-bg-bottom {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.text-cont .text-bg-bottom {
    top: auto;
    bottom: 0;
}

.text-cont .text-container {
    position: relative;
    z-index: 99;
}

.text-cont .sub-title {
    text-align: center;
    position: relative;
    z-index: 99;
    padding: 56px 0 35px;
}

.text-cont .sub-title em {
    display: block;
    font-size: 24px;
    color: #441f0e;
    padding-bottom: 8px;
}

.text-cont .sub-title span {
    display: block;
    font-size: 10px;
    color: #b4ab8d;
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    font-family: "CharlemagneStd-Regular";
}

.news-cont .news-slider {
    margin: -30px 5.5% 0;
}

.news-cont .news-slider li {
    opacity: 1;
    float: left;
    width: 31.46%;
    margin-left: 2.81%;
    position: static;
    margin-top: 30px;
}

.news-cont .news-slider li:nth-child(3n+1) {
    margin-left: 0;
}

.pager {
    text-align: center;
    padding-top: 50px;
}

.pager .pager-box {
    display: inline-block;
}

.pager .pager-box a {
    display: block;
    float: left;
    width: 42px;
    height: 41px;
    background: url(../images/news/pager.png) no-repeat;
    margin-left: 5px;
    color: #b66e43;
    font-family: "Tahoma", "Arial";
    line-height: 41px;
}

.pager .pager-box a:first-child {
    margin-left: 0;
}

.pager .pager-box a.active,
.pager .pager-box a:hover {
    color: #ffebc4;
    background: url(../images/news/pager-active.png) no-repeat;
}

.pager .pager-box a.prev,
.pager .pager-box a.next {
    width: 62px;
    background: url(../images/news/pager-prev.png) no-repeat;
}

.pager .pager-box a.next {
    width: 62px;
    background: url(../images/news/pager-next.png) no-repeat;
}


/*新闻列表*/

.news-detail-cont .sub-title {
    padding: 74px 0 35px;
    margin: 0 8.3% 12px;
    border-bottom: 1px solid #d7be83;
}

.text-cont.news-detail-cont .text-container {
    padding: 0 8.3%;
}

.news-detail-cont .text-container p {
    font-size: 14px;
    line-height: 28px;
    color: #441f0e;
    padding-top: 18px;
}

.news-detail-cont .text-container p em {
    font-weight: bold;
    display: block;
}

.news-detail-cont .text-container img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.news-detail-cont .share {
    text-align: center;
    padding: 45px 0;
}

.news-detail-cont .share .share-box {
    display: inline-block;
}

.news-detail-cont .share .share-box>.bshare-custom {
    float: left;
}

.news-detail-cont .share .share-box a {
    display: block;
    float: left;
    width: 52px;
    height: 52px;
    background: url(../images/news/share.png) no-repeat;
    padding-left: 0;
    margin: 0 10px;
}

.news-detail-cont .share .share-box a.bshare-sinaminiblog {
    background-position: -52px 0;
}

.news-detail-cont .share .share-box a.bshare-qqmb {
    background-position: -104px 0;
}

.news-detail-cont .share .share-box .more-share {
    float: left;
    margin: 0 10px;
    position: relative;
}

.news-detail-cont .share .share-box .more-share .more-btn {
    cursor: pointer;
    padding: 0 26px;
    background: #af8950;
    height: 52px;
    line-height: 52px;
    color: #fff;
    border-radius: 52px;
    display: inline-block;
    font-size: 14px;
    position: relative;
    z-index: 99;
}

.news-detail-cont .share .share-box .more-share .more-share-box {
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 190px;
    margin-left: -95px;
    padding-bottom: 18px;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transform-origin: center bottom;
}

.news-detail-cont .share .share-box .more-share:hover .more-share-box {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    bottom: 100%;
}

.news-detail-cont .share .share-box .more-share:hover .more-btn {
    opacity: .75;
}

.news-detail-cont .share .share-box .more-share .more-share-box:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -6px;
}

.news-detail-cont .share .share-box .more-share .bshare-custom {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fff;
    overflow: hidden;
}

.news-detail-cont .share .share-box .more-share .bshare-custom a {
    display: block;
    width: 100%;
    float: none;
    background: none;
    margin: 0;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    color: #333;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 55px;
    position: relative;
}

.news-detail-cont .share .share-box .more-share .bshare-custom a:last-child {
    border-bottom: 0;
}

.news-detail-cont .share .share-box .more-share .bshare-custom a:before {
    content: "";
    display: block;
    position: absolute;
    width: 42px;
    height: 100%;
    left: 0;
    top: 0;
    background: #2f963c url(../images/news/icon-dou.png) no-repeat 14px center;
}

.news-detail-cont .share .share-box .more-share .bshare-custom a.bshare-itieba:before {
    background: #3285ff url(../images/news/icon-tie.png) no-repeat 14px center;
}

.news-detail-cont .share .share-box .more-share .bshare-custom a.bshare-neteasemb:before {
    background: #c81636 url(../images/news/icon-wang.png) no-repeat 14px center;
}

.news-detail-cont .share .share-box .more-share .bshare-custom a:hover {
    text-decoration: none;
}

.news-detail-cont .controls {
    text-align: center;
}

.news-detail-cont .controls a {
    display: inline-block;
    width: 122px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    background: url(../images/news/icon-btn.png) no-repeat;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    color: #b66e43;
}

.news-detail-cont .controls a:hover {
    background: url(../images/news/icon-btn-hover.png) no-repeat;
    color: #ffebc4;
}

.news-detail-cont .controls a:first-child {
    margin-right: 8px;
}


/*关于我们*/

.about-cont .text-container .about {
    padding: 0 7.9%;
}

.about-cont .text-container .about img {
    display: block;
    width: 100%;
}

.about-cont .text-container .about p {
    padding: 0 15px;
    margin-top: 25px;
    font-size: 14px;
    color: #441f0e;
    line-height: 28px;
    text-indent: 16px;
}


/*联系我们*/

.contact-cont .contact {
    width: 65%;
    margin: auto;
}

.contact-cont .contact .map {
    width: 100%;
    height: 361px;
    background: url(../images/contact/border.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.contact-cont .contact .map iframe {
    height: 300px;
    margin: 30.5px auto 0;
    display: block;
    width: 92.26%;
}

.contact-cont .contact ul {
    padding-top: 10px;
}

.contact-cont .contact li {
    padding: 36px 0;
    border-bottom: 1px dotted #ba9f7f;
    position: relative;
    padding-left: 75px;
    float: left;
    font-size: 14px;
    line-height: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
}

.contact-cont .contact li>span {
    display: block;
    width: 58px;
    height: 58px;
    background: url(../images/contact/icon.png) no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -29px;
}

.contact-cont .contact li>span.phone {
    background-position: -58px 0;
}

.contact-cont .contact li>span.address {
    background-position: -116px 0;
}

.contact-cont .contact li div em {
    display: block;
    color: #928769;
    padding-bottom: 10px;
}

.contact-cont .contact li div span {
    display: block;
    color: #82694c;
}

.contact-cont .contact li:first-child {
    width: 68%;
}

.contact-cont .contact li:nth-child(2) {
    width: 32%;
}


/*充值*/

.recharge-cont .recharge {
    padding: 0 17.6%;
}

.recharge-cont .recharge .your-recharge em {
    display: block;
    font-size: 20px;
    color: #441f0e;
    margin-bottom: 38px;
}

.recharge-cont .recharge .your-recharge li {
    width: 60%;
    margin-left: 1.7%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
}

.recharge-cont .recharge .your-recharge .amount {
    display: flex;
    justify-content: left;
    flex-direction: row;
    margin-top: 20px;
    align-items: center;
}

.recharge-cont .recharge .your-recharge .amount .radio {
    margin-left: 5px;
    appearance: radio;
}

.recharge-cont .recharge .your-recharge .txt_input {
    margin-top: 10px;
    width: 40.2%;
    display: block;
    height: 44px;
    line-height: 44px;
    background: #d4c290;
    border: 1px solid #d4c290;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px 0 20px;
    font-size: 14px;
    color: #333;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.recharge-cont .recharge .your-recharge li.alert input,
.recharge-cont .recharge .your-recharge .leave-message.alert textarea {
    border: 1px solid #ff0000;
}

.recharge-cont .recharge .your-recharge .submit {
    padding: 20px 0 90px;
}

.recharge-cont .recharge .your-recharge .submit .submit-btn {
    display: block;
    width: 140px;
    height: 55px;
    line-height: 55px;
    background: url(../images/message/icon-btn.png) no-repeat;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    float: left;
}

.recharge-cont .recharge .your-recharge .submit .submit-btn:hover {
    background: url(../images/message/icon-btn-hover.png) no-repeat;
}

.recharge-cont .recharge .your-recharge .submit span {
    display: block;
    float: left;
    line-height: 55px;
    margin-left: 23px;
    font-size: 14px;
    color: #928769;
}


/*留言板*/

.message-cont .message {
    padding: 0 17.6%;
}

.message-cont .message .your-message em {
    display: block;
    font-size: 20px;
    color: #441f0e;
    margin-bottom: 38px;
}

.message-cont .message .your-message li {
    float: left;
    width: 32.2%;
    margin-left: 1.7%;
    position: relative;
}

.message-cont .message .your-message li:first-child {
    margin-left: 0;
}

.message-cont .message .your-message li input {
    display: block;
    height: 44px;
    line-height: 44px;
    background: #d4c290;
    border: 1px solid #d4c290;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 42px 0 62px;
    font-size: 14px;
    color: #333;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.message-cont .message .your-message li.alert input,
.message-cont .message .your-message .leave-message.alert textarea {
    border: 1px solid #ff0000;
}

.message-cont .message .critic li .critic-content .message-box .info div.alert input {
    border-bottom: 1px solid #ff0000;
}

.message-cont .message .your-message li.alert .tip,
.message-cont .message .your-message .leave-message.alert .tip,
.message-cont .message .critic li .critic-content .message-box .info div.alert .tip,
.message-cont .message .critic li .critic-content .message-box-text.alert .tip {
    opacity: 1;
    visibility: visible;
}

.message-cont .message input::-webkit-input-placeholder,
.message-cont .message textarea::-webkit-input-placeholder {
    color: #b38141;
}

.message-cont .message input:-moz-placeholder,
.message-cont .message textarea:-moz-placeholder {
    color: #b38141;
}

.message-cont .message input::-moz-placeholder,
.message-cont .message textarea::-moz-placeholder {
    color: #b38141;
}

.message-cont .message input:-ms-input-placeholder,
.message-cont .message textarea:-ms-input-placeholder {
    color: #b38141;
}

.message-cont .message .your-message li input:focus,
.message-cont .message .your-message .leave-message textarea:focus {
    border: 1px solid #a5a0a0;
}

.message-cont .message .your-message li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    height: 26px;
    margin-top: -13px;
    border-right: 1px solid #c3b17e;
    background: url(../images/message/icon-user.png) no-repeat 20px center;
    width: 48px;
}

.message-cont .message .your-message li.email:before {
    background: url(../images/message/icon-email.png) no-repeat 20px center;
}

.message-cont .message .your-message li.phone:before {
    background: url(../images/message/icon-tel.png) no-repeat 20px center;
}

.message-cont .message .your-message li .tip,
.message-cont .message .your-message .leave-message .tip,
.message-cont .message .critic li .critic-content .message-box .info div .tip,
.message-cont .message .critic li .critic-content .message-box-text .tip {
    display: block;
    position: absolute;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    padding: 5px 18px;
    background: #ff0000;
    color: #fff;
    font-size: 14px;
    bottom: 100%;
    left: 0;
    margin-bottom: 6px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    opacity: 0;
    z-index: 99;
    visibility: hidden;
}

.message-cont .message .your-message li .tip:before,
.message-cont .message .your-message .leave-message .tip:before,
.message-cont .message .critic li .critic-content .message-box .info div .tip:before,
.message-cont .message .critic li .critic-content .message-box-text .tip:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    border-top: 4px solid #ff0000;
    bottom: -4px;
    left: 26px;
}

.message-cont .message .your-message li .close {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 12px;
    width: 18px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    background: url(../images/message/icon-close.png) no-repeat;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    opacity: 0;
}

.message-cont .message .your-message li.active .close {
    opacity: 1;
}

.message-cont .message .range {
    margin: 16px 0 16px 48px;
    width: 151px;
    height: 35px;
    position: relative;
    background: url(../images/message/range1.png) no-repeat;
}

.message-cont .message .range .ui-widget.ui-widget-content {
    border: 0;
    width: 113px;
    height: 100%;
    background: none;
}

.message-cont .message .range .ui-state-default {
    width: 38px;
    height: 39px;
    background: url(../images/message/icon-range.png) no-repeat;
    border: 0;
    top: -2px;
    margin-left: 0;
}

.message-cont .message .range .ui-state-default.active {
    background: url(../images/message/icon-range-tick.png) no-repeat;
}

.message-cont .message .range .ui-state-default:focus {
    outline: none !important;
}

.message-cont .message .range .ui-slider-range {
    background: url(../images/message/range.png) no-repeat;
    padding-right: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.message-cont .message .your-message textarea {
    background: #d4c290;
    border-radius: 30px;
    -wekit-border-radius: 30px;
    -moz-border-radius: 30px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    padding: 8px 20px 8px 62px;
    position: relative;
    height: 208px;
    line-height: 26px;
    border: 0;
    color: #333;
    font-size: 14px;
    border: 1px solid #d4c290;
}

.message-cont .message .your-message .leave-message {
    position: relative;
}

.message-cont .message .your-message .leave-message:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    height: 26px;
    border-right: 1px solid #c3b17e;
    background: url(../images/message/icon-message.png) no-repeat 20px center;
    width: 48px;
    z-index: 99;
}

.message-cont .message .your-message .submit {
    padding: 20px 0 90px;
}

.message-cont .message .your-message .submit .submit-btn {
    display: block;
    width: 140px;
    height: 55px;
    line-height: 55px;
    background: url(../images/message/icon-btn.png) no-repeat;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    float: left;
}

.message-cont .message .your-message .submit .submit-btn:hover {
    background: url(../images/message/icon-btn-hover.png) no-repeat;
}

.message-cont .message .your-message .submit span {
    display: block;
    float: left;
    line-height: 55px;
    margin-left: 23px;
    font-size: 14px;
    color: #928769;
}

.message-cont .message .your-message {
    background: url(../images/message/icon-border.png) no-repeat left bottom;
    background-size: 100%;
}

.message-cont .message .critic li {
    padding: 26px 0;
    border-bottom: 1px solid #d4c290;
}

.message-cont .message .critic li .critic-main em {
    display: block;
    font-size: 18px;
    color: #441f0e;
    padding-bottom: 10px;
}

.message-cont .message .critic li .critic-main p {
    line-height: 24px;
    font-size: 14px;
}

.message-cont .message .critic li .critic-main div {
    padding-top: 10px;
}

.message-cont .message .critic li .critic-main div .time {
    display: inline-block;
    font-size: 14px;
    color: #b1a277;
    line-height: 17px;
}

.message-cont .message .critic li .critic-main div a {
    display: inline-block;
    margin-left: 14px;
    padding-left: 24px;
    background: url(../images/message/icon-reply.png) no-repeat left center;
    line-height: 17px;
    font-size: 14px;
    color: #73a1df;
}

.message-cont .message .critic li .critic-content {
    margin-top: 20px;
    border-left: 3px solid #d4c290;
    padding-left: 8px;
}

.message-cont .message .critic li .critic-content dd {
    padding: 10px 0 18px;
    border-bottom: 1px dotted #d4c290;
}

.message-cont .message .critic li .critic-content dd:first-child {
    padding: 0 0 18px;
}

.message-cont .message .critic li .critic-content dd em {
    color: #441f0e;
}

.message-cont .message .critic li .critic-content dd .critic-time {
    padding-top: 8px;
    line-height: 15px;
}

.message-cont .message .critic li .critic-content dd .critic-time span {
    color: #b1a277;
}

.message-cont .message .critic li .critic-content dd .official {
    display: inline-block;
    color: #fff;
    padding: 1px 2px;
    background: #ff0000;
    font-family: "SimSun";
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-right: 2px;
}

.message-cont .message .critic li .critic-content dd .critic-time a {
    margin-left: 22px;
    padding-left: 20px;
    display: inline-block;
    background: url(../images/message/icon-reply.png) no-repeat left center;
    background-size: auto 15px;
    color: #73a1df;
}

.message-cont .message .critic li .critic-content .open-btn {
    display: block;
    padding: 17px 0 20px;
    color: #bbac80;
    font-size: 14px;
}

.message-cont .message .critic li .critic-content .open-btn a {
    display: inline-block;
    margin-left: 8px;
    color: #73a1df;
}

.message-cont .message .critic li .critic-content .message-box .message-form {
    background: #d4c290;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0 20px 12px;
}

.message-cont .message .critic li .critic-content .message-box .info div {
    float: left;
    width: 29.7%;
    margin-left: 5.45%;
    position: relative;
}

.message-cont .message .critic li .critic-content .message-box .info div:first-child {
    margin-left: 0;
}

.message-cont .message .critic li .critic-content .message-box .info div input {
    padding: 12px 0 12px 34px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: none;
    border: 0;
    font-size: 14px;
    color: #441f0e;
    border-bottom: 1px solid #c4b17c;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.message-cont .message .critic li .critic-content .message-box .info div input:focus {
    border-bottom: 1px solid #a5a0a0;
}

.message-cont .message .critic li .critic-content .message-box .info div.name {
    background: url(../images/message/icon-user.png) no-repeat left center;
}

.message-cont .message .critic li .critic-content .message-box .info div.email {
    background: url(../images/message/icon-email.png) no-repeat left center;
}

.message-cont .message .critic li .critic-content .message-box .info div.phone {
    background: url(../images/message/icon-tel.png) no-repeat left center;
}

.message-cont .message .critic li .critic-content .message-box-text {
    position: relative;
}

.message-cont .message .critic li .critic-content .message-box textarea {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 12px;
    background: none;
    border: 0;
    color: #441f0e;
}

.message-cont .message .critic li .critic-content .message-box .message-controls {
    margin: 14px 0 3px;
}

.your-message .face {
    cursor: pointer;
    display: block;
    margin: 16px 0px 0px 0px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #d4c290 url(../images/message/icon-face.png) no-repeat center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    float: left;
}

.your-message .face:hover {
    background: #fff url(../images/message/icon-face.png) no-repeat center;
}

.message-cont .message .critic li .critic-content .message-controls .face {
    cursor: pointer;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #d4c290 url(../images/message/icon-face.png) no-repeat center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    float: left;
}

.message-cont .message .critic li .critic-content .message-controls .face:hover {
    background: #fff url(../images/message/icon-face.png) no-repeat center;
}

.message-cont .message .critic li .critic-content .message-controls .range {
    float: left;
    margin: 0 18px;
}

.message-cont .message .critic li .critic-content .message-controls .leave {
    display: block;
    line-height: 36px;
    font-size: 14px;
    color: #928769;
    float: left;
}

.message-cont .message .critic li .critic-content .message-controls .btns {
    float: right;
    font-size: 0;
}

.message-cont .message .critic li .critic-content .message-controls .btns a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    line-height: 41px;
}

.message-cont .message .critic li .critic-content .message-controls .btns a.submit-btn {
    width: 98px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #ff6e17;
    margin-left: 32px;
    height: 41px;
    background: url(../images/contact/btn.png) no-repeat;
}

.message-cont .message .critic li .critic-content .message-controls .btns a:hover {
    background: url(../images/contact/btn-hover.png) no-repeat;
    color: #fff;
}

.message-cont .message .critic li .critic-content .message-controls .btns a.cancel-btn {
    width: 98px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-right: -28px;
    height: 41px;
}

.alertbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    display: none;
}

.alertbox .box {
    position: absolute;
    width: 400px;
    height: 200px;
    background: url(../images/news/text-bg.jpg) repeat-y;
    background-size: 100%;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -100px;
}

.alertbox .box .text {
    text-align: center;
    display: table;
    width: 100%;
    height: 120px;
    padding-top: 15px;
}

.alertbox .box p {
    font-size: 16px;
    color: #441f0e;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.alertbox .box .close {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    background: url(../images/message/icon-close.png) no-repeat;
    top: 12px;
    right: 20px;
    cursor: pointer;
    padding-bottom: 65px;
}

.alertbox .box .confirm-btn {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 122px;
    height: 41px;
    line-height: 41px;
    background: url(../images/news/icon-btn.png) no-repeat;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -61px;
}

.alertbox .box .confirm-btn:hover {
    background: url(../images/news/icon-btn-hover.png) no-repeat;
}

@media screen and (max-width:1654px) {
    .text-cont {
        margin: -13px 13.72% 0;
    }
    .footer .footer-nav {
        max-width: 100%;
        box-sizing: border-box;
    }
}

@media screen and (max-width:1280px) {
    .text-cont {
        margin: -22px 13.72% 0;
    }
    .footer {
        margin-top: -18px;
    }
}
