/* html{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\"><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\"/></filter></svg>#grayscale");
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: gray;
    -webkit-filter: grayscale(1);
} */
/* 公共样式 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    font-family: "Microsoft YaHei", "simSun", Arial, "Lucida Grande", "Lucida Sans Unicode";
    font-size: 12px;
    color: #333;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

html,
body {
    width: 100%;
    min-width: 1200px;
}

img {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
    content: "";
}

.margin {
    width: 1400px;
    margin: 0 auto;
}

/* 首页header */
#header {
    position: relative;
    padding-top: 99px;
    /* min-height: 977px; */
}

#header .swiper-container {
    width: 100%;
}

#header .swiper-container .swiper-slide img {
    width: 100%;
}

#header header {
    height: 143px;
    background: url('../images/header_bg.png?222') no-repeat center top;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#header header .logo {
    position: absolute;
    z-index: 100;
    width: 316px;
    top: 0;
    left: 50%;
    margin-left: -174px;

}

#header header .nav {
    border-bottom: 1px solid #d4b475;
}

#header header .nav>li {
    float: left;
}

#header header .nav>li,
#header header .nav>li a {
    display: inline-block;
    height: 79px;
}

#header header .nav li a {
    width: 137px;
    color: #fff;
    text-align: center;
    padding-bottom: 28px;
}

#header header .nav li a div {
    padding-top: 32px;
    font-size: 16px;
    color: #fff;
}

#header header .nav li a div i {
    display: none;
}

#header header .nav li a span {
    font: 10px/31px '';
    color: #88796b;
    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.78);
}

#header header .nav .active a div {
    color: #ec4828;
}

#header header .nav .active a span {
    color: #ec4828;
}

#header header .nav .active a div i {
    display: inline-block;
    border: 1px solid #ec4828;
    height: 9px;
    width: 9px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border-radius: 2px;
}

#header header .nav .active a .border {
    border-top: 7px solid #ec4828;
}

#header .header_m{
    /* margin-left: 367px; */
    margin-left: 440px;
}

/* 菜单 */
#header header .nav .unfold {
    display: none;
    overflow: hidden;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 223px;
    left: 0;
    bottom: -184px;

}

#header header .nav .unfold .shadow_bottom {
    -webkit-box-shadow: 0px 0px 122px 100px #000;
    box-shadow: 0px 0px 116px 138px #000;
    height: 1px;
    position: relative;
    top: -1px;
}

#header header .nav .unfold .unfold_list li {
    float: left;
    position: relative;
    width: 137px;
    z-index: 1000000;
    height: 223px;
    margin-top: 9px;
    border-right: 1px dashed #d4b475;
}

#header header .nav .unfold .unfold_list li:last-child {
    border: 0;
}

#header header .nav .unfold .unfold_list li a {
    display: block;
    width: 144px;
    padding: 7px 0 4px 0;
}

#header header .nav .unfold .unfold_list li a span {
    color: #fff;
    font: 13px/21px '';

}

#header header .nav .unfold .unfold_list li a:hover span {
    border-bottom: 1px solid #ec4828;
    color: #ec4828;
}

#header .unfold_list li:nth-child(3){
    border-left: 1px dashed #d4b475;
}


/* 下载框 */
#header .information_w {
    width: 1200px;
    height: 644px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 1000;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
#header .information_w .information_w_top{
    position: relative;
    width: 100%;
    height: 365px;
}
#header .information_w .information_w_top>div{
    position: absolute;
}
#header .information_w .information_w_top .download{
    width: 332px;
    height: 365px;
    background: url('../images/dol.png') no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 0;
    z-index: 100;
}
/* #header .information_w .information_w_top .download .wechatqrcode{
    overflow: hidden;
    margin: 50px 0 0 40px;
}
#header .information_w .information_w_top .download .wechatqrcode a{
    float: left;
}
#header .information_w .information_w_top .download .wechatqrcode img{
    width: 100%;
}*/
#header .information_w .information_w_top .download .wechatqrcode{
    width: 265px;
    height: 163px;
    background: url(../images/dlbtn.jpg) no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 35px;
    left: 34px;
    text-align: center;
}
#header .information_w .information_w_top .download .wechatqrcode .qrcode{
    width: 43%;
    display: inline-block;
    padding: 24px 0 0px 0;

}
#header .information_w .information_w_top .download .wechatqrcode p{
    color: #fff;
}
#header .information_w .information_w_top .download .downloadbtnslist .iosbtn{
    display: inline-block;
    width: 133px;
    height: 141px;
    background: url(../images/dlbtn.jpg) no-repeat;
    background-position: 0 -164px;
    position: absolute;
    left: 34px;
    bottom: 26px;
}
#header .information_w .information_w_top .download .downloadbtnslist .androidbtn{
    display: inline-block;
    width: 132px;
    height: 141px;
    background: url(../images/dlbtn.jpg) no-repeat;
    background-position: -133px -164px;
    position: absolute;
    left: 167px;
    bottom: 26px;
}
/*#header .information_w .information_w_top .download .downloadbtnslist .iosbtn{
    width: 126px;
    height: 118px;
    background: url(../images/ceshi_ios.jpg) no-repeat;
    position: absolute;
    left: 39px;
    bottom: 26px;
}
#header .information_w .information_w_top .download .downloadbtnslist .androidbtn{
    width: 126px;
    height: 118px;
    background: url(../images/ceshi_android.jpg) no-repeat;
    position: absolute;
    left: 165px;
    bottom: 26px;
}*/
#header .information_w .information_w_top .small_banner{
    width: 609px;
    height: 320px;
    left: 318px;
    top: 32px;
    border: 1px solid #b99e68;
}
#header .information_w .information_w_top .small_banner img{
    height: 100%;
    width: 100%;
}
#header .information_w .information_w_top .button_list{
    width: 269px;
    height: 322px;
    top: 32px;
    right: 0;
}
#header .information_w .information_w_top .button_list a{
    cursor: pointer;
    width: 268px;
    height: 106px;
    display: inline-block;
    cursor: pointer;
}
#header .information_w .information_w_top .button_list a:first-child{
    background: url('../images/zhiye.jpg');
}
#header .information_w .information_w_top .button_list a:nth-child(2){
    background: url('../images/zil.jpg');
}
#header .information_w .information_w_top .button_list a:nth-child(3){
    background: url('../images/ruqun.jpg');
}
#header .information_w .information_w_bottom{
    width: 1200px;
    height: 272px;
    margin-top: 9px;
}
#header .information_w .information_w_bottom .serverlist{
    width: 288px;
    height: 270px;
    border: 1px solid #5b4a2c;
    margin-left: 19px;
}
#header .information_w .information_w_bottom .activity{
    width: 100%;
    height: 270px;
    border: 1px solid #5b4a2c;
}
#header .information_w .information_w_bottom .serverlist_list{
    height: 100%;
    width: 100%;
    overflow-y: auto;
}
#header .information_w .information_w_bottom .serverlist_list a{
    display: block;
}
#header .information_w .information_w_bottom .serverlist_list li{
    margin: 0 9px;
    border-bottom: 1px dashed #87724e;
    display: flex;
    justify-content:space-between;
}
#header .information_w .information_w_bottom .serverlist_list a:last-child li{
    border-bottom: 0;
}
#header .information_w .information_w_bottom .serverlist_list li>span{
    display: inline-block;
    font: 16px/40px '';
    max-width: 185px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#header .information_w .information_w_bottom .serverlist_list li>.red{
    color:#a68c59;
}
#header .information_w .information_w_bottom .serverlist_list li>.gray{
    color:#d70b0a;
}
#header .information_w .information_w_bottom .tabswitching{
    padding: 10px 30px 0 30px;
}

/* 服务器列表样式 */
.public_title{
    height: 37px;
    background: url('../images/smallbgo.jpg') no-repeat;
    background-position: 0 0;
    border-bottom: 1px solid #5b4a2c;
}
.public_title span{
    vertical-align: middle;
    color: #fff7f3;
}
.public_title span:first-child{
    font: 20px/37px '';
    padding:0 17px 0 24px;
}
.public_title span:last-child{
    font-size: 10px;
    color: #8b847f;
}
.public_body{
    height: 231px;
    background: url('../images/smallbgt.jpg') no-repeat;
    background-position: 0 0;
}
/* tab切换 */
#tabs {
    overflow: hidden;
    /* width: 286px; */
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #87724e;
    position: relative;
}

#tabs li {
    /* width: 19%; */
    padding: 0 56px 0 11px;
}
#tabs .moreBtn{
    font: 12px/36px '';
    color: #ec4828;
    position: absolute;
    right: 0;
}

#tabs li a {
    display: block;
    text-align: center;
    color: #515151;
    line-height: 48px;
    font: 16px/36px '';
    width: 100%;
}

.current a {
    background-size: 100% 100%;
    z-index: 4;
    color: #ec4828 !important;
}
.item {
    display: none;
}
.show {
    display: block;
}
.serverlist_bottom .stick-title{
    font: 16px/50px '';
    color: #ec4828;
    cursor: auto;
    padding-left: 18px;
}
.serverlist_bottom .stick-main{
    font: 12px/20px '';
    color: #757575;
    cursor: auto;
    padding-left: 18px;
}
#content {
    /* padding: 0 11px; */
    height: 100%;
    position: relative;
}
#content .item{
    border-top: 1px dashed #87724e;
    overflow-y: auto;
    height: 135px;
    padding: 7px 0;
}
#content .item>a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font: 12px/30px '';
}
#content .item>a:hover span{
    color: #ec4828;
}
#content .item>a>.right{
    width: 8px;
    height: 8px;
    color: #808080;
}
#content .item>a>.item-main{
    width: 83%;
    color: #808080;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
}
#content .item>a>.item-time{
    color: #808080;
}

/* 职业展示 */
.main_professional{
    height: 904px;
    background: #000 url('../images/cenbg.jpg') no-repeat;
    background-position: center 0;
}
.main_professional .margin{
    position: relative;
}
.pro_title{
    background: url('../images/main_title.png') no-repeat;
    background-position: 0 0;
    top: 60px;
    left: 15px;
    position: absolute; 
}
.pro_wrap{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.pro_box{ 
    width:  1200px; 
    height: 840px; 
    margin:0 auto; 
}
.pro_box::after{
    content:'';
    visibility:hidden;
    display:block;
    width:0;
    height:0;
    clear:both;		
}
.pro_list{ 
    width: 89px; 
    /* height: 573px; */
    float: left; 
    transition: all 1s;
    position: relative;
    overflow: hidden;
    padding: 147px 0 120px;
}
.pro_list .pro_layer{ 
    width: 89px;
    height: 100%;
    background: url('../images/profession/zhanshi.png') no-repeat center top;
    position: absolute;
    top: 147px;
    left: 0;
    transition: all 0.7s;
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
}
.pro_list .pro_picture{
    width: 775px;
    height: 905px;
    position: absolute;
    top: 0px;
    right: -54px;
    background: url('../images/profession/zhanshi_ren.png') no-repeat center top;
    background-size: 95%;
    opacity: 0;
    transition: all 0.7s;
    z-index: 100;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
}
.pro_list2 .pro_layer{
    background-image: url('../images/profession/fashi.png');
}
.pro_list3 .pro_layer{
    background-image: url('../images/profession/daoshi.png');
}
.pro_list2 .pro_picture{
    top: 0px;
    right: -57px;
    background-image: url('../images/profession/fashi_ren.png');
}
.pro_list3 .pro_picture{
    top: -20px;
    right: -44px;
    background-image: url('../images/profession/daoshi_ren.png');
}
.pro_list img{  
    width: 1022px; 
    cursor: pointer;
}
.pro_active{
    width: 1022px;
}
.pro_active .pro_layer{
    transform: translate(-100%, 0);
    opacity: 0;
}
.pro_active .pro_picture{
    opacity: 1;
}

/* 游戏精彩 */
.main_splendid{
    height: 618px;
    background: #000 url('../images/cenbg.jpg') no-repeat;
    background-position: center bottom;
}
.main_splendid .margin{
    width: 1200px;
    position: relative;
}
.main_splendid .margin .splendid_title{
    background: url('../images/main_title.png') no-repeat;
    background-position: 0 -43px;
    top: -49px;
    left: 15px;
    position: absolute;
}
.title_pub{
    
    width: 159px;
    height: 43px;
}
.main_splendid .margin .splendid_banner {
    height: 551px;
    /* margin: 42px 0 0 0;
    overflow: hidden; */
    top: 42px;
}
.main_splendid .margin .splendid_banner .swiper-slide{
    /* position: relative; */
    width: 806px;
    height: 551px;
    position: relative;
}
.main_splendid .margin .splendid_banner .swiper-slide .circumscribe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
}
.main_splendid .margin .splendid_banner .swiper-slide .swiperimg{
    width: 98%;
    height: 98%;
    position: absolute; left: 0; top: 0; right: 0; bottom: 0;   
    margin: auto; 
}



/* 游戏资讯 */
.main_pulic_title{
    background: url('../images/main_title.jpg') no-repeat;
    background-position: 0 0;
}
.main_pulic_body{
    background: url('../images/main_body.jpg') no-repeat;
    background-position: left bottom;
}
.main_body_bottom {
    background-color: #e4e4e4;
}

.main_body_bottom .bg {
    height: 440px;
    max-width: 1920px;
    /* background: url(../images/bg.jpg);
    background-position: center -1369px;
    margin: 0 auto; */
    background: #020202;
}
.main_body_bottom .bg .margin{
    padding-top: 46px;
    padding-left: 15px;
}
.main_body_bottom .bg .title_pub{
    background: url('../images/main_title.png') no-repeat;
    background-position: -1px -85px;
    
}
.main_body_bottom .bg>li{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 21px;
}
.main_body_bottom .bg>li>span{
    float: left;
    border:1px solid #5b4a2c;
    height: 352px;
}
.main_body_bottom .bg>li:nth-child(3)>span{
    height: 274px;
    margin-top: 10px !important;
}
.main_body_bottom .bg>li>span:first-child{
    width: 315px;
}
.main_body_bottom .bg>li>span:nth-child(2){
    width: 459px;
    margin: 0 16px;
}
.main_body_bottom .bg>li>span:last-child{
    width: 384px;
    
}

.main_body_bottom .bg>li .title{
    border-bottom:1px solid #5b4a2c;
    
}
.main_body_bottom .bg>li .title>svg{
    width: 29px;
    height: 29px;
    vertical-align: middle;
}
.main_body_bottom .bg>li .title>span{
   font: 20px/52px ''; 
   color: #ffffff;
   vertical-align: middle;
}
.main_body_bottom .bg>li .title>.fr{
    font: 12px/52px ''; 
   color: #ec4828;
   vertical-align: middle;
   padding-right: 25px;
}
.main_body_bottom .bg>li>span>p{
    text-indent: 21px;
    font: 14px/30px '';
    color: #cabeb8;
    padding: 9px 20px 0 20px;
}
.main_body_bottom .bg .play-list{
    padding: 5px 8px 0 4px;
}
.main_body_bottom .bg .play-list>a{
    display: block;
    overflow: hidden;
    padding-top: 4px;
    text-align: center;
    cursor: default;
}
.main_body_bottom .bg .play-list>a span{
    float: left;
}
.main_body_bottom .bg .play-list>a span:first-child{
    width: 150px;
    height: 70px;
    background:#d5d5d5;
}
.main_body_bottom .bg .play-list>a span:first-child div:first-child{
    padding-top: 15px;
    font: 17px/27px '';
    color: #606060;
}
.main_body_bottom .bg .play-list>a span:first-child div:last-child{
    font: 8px/16px '';
    color: #949393;
}
.main_body_bottom .bg .play-list>a>span:last-child{
    font: 14px/69px '';
    color: #cabeb8;
    text-indent: 17px;
    border-bottom: 1px dashed #87724e;
    width: 294px;
    text-align: left;
}
.main_body_bottom .bg .game-strategy>a{
    display: block;
    overflow: hidden;
}
.main_body_bottom .bg .game-strategy>a>span:first-child{
    float: left;
    font: 14px/30px '';
    color: #cabeb8;
    width: 81%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    text-indent: 9px;
}
.main_body_bottom .bg .game-strategy>a:hover>span:first-child{
    text-decoration: underline; 
}
/* text-decoration: underline; */
.main_body_bottom .bg .game-strategy>a>span:last-child{
    float: right;
    font: 14px/30px '';
    color: #cabeb8;
}
.main_body_bottom .bg .service{
    overflow: hidden;
    padding-left: 75px;
    padding-top: 30px;
}
.main_body_bottom .bg .service>div{
    font: 14px/34px '';
    color: #cabeb8;
    overflow: hidden;
}
.main_body_bottom .bg .service>div>span{
    font: 14px/34px '';
    color: #cabeb8;
}
.main_body_bottom .bg .service>div>.red{
    color: #ff0808;
}
.main_body_bottom .bg .service>div>button{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    background-color: #c2423e;
    outline:none;
    outline-color: rgba(255,255,255,0);
}
.main_body_bottom .bg .service .ewm_w{
    float: left;
    width: 136px;
    margin-right: 5px;
    text-align: center;
    margin-top: 6px;
}
.main_body_bottom .bg .service .ewm_w:last-child{
    margin-right: 0;
}
.ewm_w img{
    width: 80%;
    margin: 0 auto;
}
.ewm_w span{
    font: 12px/26px '';
    color: #cabeb8;
}
.main_body_bottom .bg .screenshot{
    padding-top:44px;
}
.main_body_bottom .bg .screenshot a{
    width: 49%;
    display: inline-block;
    max-height: 141px;
    vertical-align: middle;
    text-align: center;
}
.main_body_bottom .bg .screenshot a:first-child{
    margin-right: 5px;
}
.main_body_bottom .bg .screenshot a img{
    width: 93%;
    max-height: 141px;
    vertical-align: middle;
    display: inline-block;
}


#tabs-head{
    overflow: hidden;
    margin-top: 19px;
}
#tabs-head li {
    width: 70px;
    height: 22px;
    float: left;
    margin-left: 2px;
}

#tabs-head li a {
    display: block;
    text-align: center;
    line-height: 48px;
    font: 14px/22px '';
    width: 100%;
    color: #606060;
    background: #d5d5d5;
    
}

#tabs-head .current a {
    background-size: 100% 100%;
    z-index: 4;
    background:#c2423e!important;
    color:  #fff!important;
}
.item {
    display: none;
}
.show {
    display: block;
}
.tab-contain .stick-title{
    font: 16px/34px '';
    color: #ffa400;
    cursor: auto;
    padding-left: 18px;
    cursor: pointer;
    width: 280px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tab-contain .stick-main{
    font: 12px/20px '';
    color: #cacaca;
    cursor: auto;
    padding-left: 18px;
}
#tabs-content {
    padding: 0 11px;
    height: 100%;
    position: relative;
    height: 175px;
    overflow: hidden;
}
#tabs-content .item{
    padding: 7px 0;
}
#tabs-content .item>a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font: 12px/30px '';
    overflow: hidden;
}
#tabs-content .item>a:hover span:first-child{
    text-decoration: underline;
}
#tabs-content .item>a:hover span{
    color: #bb422b!important;
}
#tabs-content .item>a span:first-child{
    float: left;
    font: 14px/30px '';
    color: #cabeb8;
    width: 81%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    text-indent: 9px;
}
#tabs-content .item>a span:last-child{
    float: right;
    font: 14px/30px '';
    color: #cabeb8;
}
#tabs-content .item>a>.right{
    width: 8px;
    height: 8px;
    color: #808080;
}
#tabs-content .item>a>.item-main{
    width: 85%;
    color: #808080;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
}
#tabs-content .item>a>.item-time{
    color: #808080;
}
.main_body_bottom .bg .morththan{
    overflow: hidden;
}
.main_body_bottom .bg .morththan .red{
    color: #c2423e;
    font: 14px/20px '';
}
#link{
    background-color: #020202;
    padding: 90px 0 0;
}
.links{
    border: 2px solid #5b4a2c;
    border-radius: 6px;
    line-height: 34px;
    font-size: 16px;
    /*margin-bottom: 50px;*/
}
.links span{
    float: left;
    font-size: 16px;
    color: #020202;
    background-color: #5b4a2c;
    padding: 0 44px;
    width: 152px;
}
.links_c{
    float: left;
    width: -webkit-calc(1148px - 152px);
    width: calc(1148px - 152px);
}
.links .links_w{
    /* display: flex;
    justify-content: space-around; */
    width: 996px;
    height: 34px;
    white-space: nowrap;
    overflow: hidden;
}
.links .links_w .main{
    position: relative;
    display: inline-block;
    min-width: 996px;
}
.links_w a{
    color: #5b4a2c;
    padding: 0 24px;
    font-size: 16px;
}
.links_w a:hover{
    color: #b27600;
}



/* 侧边栏 */
#sidebar{
    /* display: none; */
    width: 230px;
    height: 550px;
    background: #353535;
    position: fixed;
    right: 0px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 10000000;
    border: 1px solid #e1c193;
}
#sidebar .close{
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: -41px;
    cursor: pointer;
}
#sidebar ul{
    background: url('../images/sidebar_bg.jpg') no-repeat;
    border: 1px solid #716247;
    width: 214px;
    height: 520px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#sidebar ul>li{
    background: url(../images/border.png) no-repeat;
    background-position: left bottom;
}
#sidebar .dow-btn a{
    display: block;
}
#sidebar .dow-btn a:hover span{
    color:#fff !important;
}
#sidebar .dow-btn a span{
    display: block;
    text-align: center;
}
#sidebar .dow-btn a span:first-child{
    font-size: 22px;
    color: #d4b475;
    margin-top: 15px;
}
#sidebar .dow-btn a span:last-child{
    font: 12px/30px '';
    color: #78633e;
    /* margin-bottom: 11px; */
}
#sidebar .herd-btn{
    overflow: hidden;
    position: relative;
}
#sidebar .herd-btn>a{
    width: 100%;
    text-align: center;
    float: left;
    padding: 5px 0;
}
#sidebar .herd-btn>a>svg{
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
}
#sidebar .herd-btn>a>svg:first-child{
    display: none;
}
#sidebar .herd-btn>a:hover>svg:first-child{
    display: block;
}
#sidebar .herd-btn>a:hover>svg:nth-child(2){
    display: none;
}
#sidebar .herd-btn>a:hover>span{
    color: #fff;
}
#sidebar .herd-btn>a>span{
    display: block;
    font: 15px/32px '';
    color: #d4b475;
}
#sidebar .herd-btn .border{
    height: 22px;
    width: 1px;
    border-left: 1px solid #d4b475;
    position: absolute;
    left: 50%;
    top: 37%;
}
#sidebar .tel-btn>a{
    display: block;
    text-align: center;
    cursor: default;
}
#sidebar .tel-btn>a>svg{
    width: 21px;
    height: 21px;
    position: relative;
    top: 6px;
}
#sidebar .tel-btn>a>span{
    font: 15px/60px '';
    color: #d4b475;
}
#sidebar .quick-navigation{
    padding-bottom: 13px;
}
#sidebar .quick-navigation .title{
    text-align: center;
    padding: 15px 0;
}
#sidebar .quick-navigation .title svg{
    width: 26px;
    height: 26px;
    position: relative;
    top: 4px;
}
#sidebar .quick-navigation .title span{
    font-size: 22px;
    color: #d4b475;
}
#sidebar .quick-navigation>div{
    overflow: hidden;
}
#sidebar .quick-navigation>div>a>svg{
    width: 10px;
    height: 10px;
}
#sidebar .quick-navigation>div>a>span{
    color: #d4b475;
    font: 16px/30px '';
}
#sidebar .quick-navigation>div>a{
    float: left;
    width: 50%;
    text-align: center;
}
#sidebar .quick-navigation>div>a:hover span{
    text-decoration: underline;
}
#sidebar .wechart{
    text-align: center;
    padding-top: 17px;
}
#sidebar .wechart img{
    display: block;
    width: 120px;
    /* height: 165px; */
    margin: 0 auto;

}
#sidebar .wechart>span{
    font-size: 15px;
    color: #d4b475;
    line-height: 33px;
}
#sidebar .triangle{
    width: 10px;
    height: 10px;
    border: 1px solid #e1c193;
    transform: rotate(45deg);
    position: absolute;
    bottom: -6px;
    left: 49%;
    background: #353535;
    border-left: 0;
    border-top: 0;
}
.sidebar_s{
    width: 50px;
    padding: 10px 0;
    background: #1f1d1e;
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 1000000;  
    text-align: center; 
    cursor: pointer;        
}
.sidebar_s svg{
    width: 44px;
    height: 22px;  
}
.sidebar_s p{
    color: #fff;
    font-size: 21px;
    padding: 0 12px;
    line-height: 1em;
}
/* 底部 */
.footer{
	background: url('../images/part_bg_b.jpg') no-repeat center bottom;
    background-size: 100% 100%;
    padding: 102px 0;
    text-align: center;
    box-shadow: 0 0 10px 2px #090807 inset;
}
.footer p{
	color: #c6c6c6;
	font-size: 13px;
	text-align: center;
	line-height: 24px;
}
.footer p:first-child{
	font-size: 14px;
	margin-bottom: 10px;
}
.address{
	margin: 10px 0;
}
.address a{
    color: #c6c6c6;
    padding: 0 5px;
}
.address a:hover{
    color: #d4b475;
}
.iconsw{
	padding: 15px 0 0;
}
.iconsc{
	display: inline-block;
	margin-right: 5px;
	background-color: #fff;
	padding: 10px;
}
.iconsc a{
	display: inline-block;
}
.iconsc i{
	display: inline-block;
	width: 30px;
	height: 26px;
	background: url('../images/icons.png') no-repeat 0 -60px;
	vertical-align: middle;
}
.iconsc span{
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
	font-size: 13px;
}
.iconsc i.i1{
	background-position: 0 -90px;
}
.iconsc i.i2{
	background-position: 0 -150px;
}
.iconsc i.i3{
	background-position: 0 -180px;
}
.iconsc i.i4{
	background-position: 0 -120px;
}
.iconsw .iconsc:last-child{
	margin-right: 0;
}


/* 视频样式 */
.big-swiper .swiper-slide video{
    width: 100%;
    height: 100%;
    display: block;
}
/* .totop {
    position: fixed;
    width: 55px;
    height: 55px;
    border: 1px solid #c6c6c6;
    background-color: #fefefd;
    margin-bottom: 40px;
    bottom: -21px;
    right: 12px;
    z-index: 100000000;
    display: none;
}
.totop::after {
    content: '';
    width: 16px;
    height: 16px;
    border-left: 1px solid #a2a2a2;
    border-top: 1px solid #a2a2a2;
    position: absolute;
    left: 50%;
    top: 59%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
} */
.indextotop{
	position: fixed;
	margin-bottom: 40px;
    bottom: -21px;
    right: 12px;
	width: 60px;
	height: 60px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.indextotop::after{
	content: '';
	width: 100%;
	height: 100%;
	background: url('../images/icon_back.png') no-repeat center center;
	background-size: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}
/*html {*/
    /*filter: grayscale(100%);*/
    /*-webkit-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-o-filter: grayscale(100%);*/
    /*filter: url("data:image/svg+xml;utf8,#grayscale");*/
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
    /*-webkit-filter: grayscale(1);*/
/*}*/
