/*头部样式重写*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, button, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ul, ol, li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
}

a {
    text-decoration: none;
}

button, textarea {
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0
}

.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.wh2Container{
	    background: rgb(34,53,85);
}
/*每一块的上边距通用样式*/
.wh2Container > div:before {
    display: block;
    content: '';
}

/*第一部分，头部导航，头部轮播，新闻*/
.wh2header {
    max-width: 1920px;
    height: 1268px;
    margin: auto;
    background: url('../images/nsh_02.jpg') no-repeat center top;
}

.wh2header:before {
    height: 544px;
}

.wh2nav {
    width: 1100px;
    margin: auto;
    height: 70px;
    background: url("../images/nshPoint.png") repeat;
    line-height: 70px;
    color: white;
}

.wh2nav > li {
    float: left;
    line-height: 70px;
    height: 70px;
    width: 137px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.wh2nav > li > a {
    color: #e2e7ef;
}

.wh2nav + div {
    width: 1100px;
    height: 497px;
    margin: 29px auto 0;
}

/*左边部分*/
.wh2aside {
    float: left;
    width: 670px;
    height: 497px;
    margin-right: 20px;
}

/*轮播*/
.carousel1 {
    /*宽度一般等于左右2按钮之间的距离，高度图片高度*/
    width: 670px;
    height: 358px;
    position: relative;
    margin: auto;
    background: #ddd;
}

/*轮播图片*/
.carousel1 > .imgList {
    /*设置宽，高，一般等于轮播的图片的宽，高*/
    width: 670px;
    height: 358px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.carousel1 > .imgList img {
    display: block;
    width: 670px;
    height: 358px;
}

.carousel1 > .imgList > li {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.carousel1 > .imgList > li.active {
    display: block;
}

.carousel1 > .imgList > li > a {
    position: relative;
}

.carousel1 > .imgList > li span {
    position: absolute;
    display: block;
    width: 650px;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    background: url("../images/tt_bg.png") repeat-x;
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
    color: white;
    font-size: 18px;
}

@-moz-document url-prefix() {
    .carousel1 > .imgList > li span {
        bottom: -336px;
    }
}

/*下标尺寸*/
.carousel1 > .indexList {
    position: absolute;
    bottom: 15px;
    right: 30px;
    height: 12px;
}

.carousel1 > .indexList > li {
    float: left;
    width: 12px;
    height: 12px;
    background: url("../images/but1.png") -25px -91px;
    margin-right: 15px;
    cursor: pointer;
}

.carousel1 > .indexList > li + li + li {
    margin-right: 0;
}

.carousel1 > .indexList > li.active {
    background:url("../images/lv.png") no-repeat;
    background-position:0 0;
}

.carousel1 + div {
    width: 670px;
    height: 118px;
    margin-top: 20px;
}

.carousel1 + div > a {
    display: block;
    float: left;
    width: 210px;
    height: 118px;
    position: relative;
    background: url("../images/videoBottom1.jpg");
    text-align: center;
}

.carousel1 + div > a + a {
    background-image: url("../images/videoBottom2.jpg");
}

.carousel1 + div > a + a + a {
    background-image: url("../images/videoBottom3.jpg");
}

.carousel1 + div > a.middle {
    margin: 0 20px;
}

.carousel1 + div > a > em {
    display: inline-block;
    width: 28px;
    height: 46px;
    background: url("../images/ico.png") no-repeat;
    position: absolute;
    top: 36px;
    left: 91px;
}

/*右边部分*/
.wh2news {
    width: 410px;
    height: 497px;
    float: left;
    background: url("../images/nshPoint.png") repeat;
}

.wh2news > h2 {
    width: 380px;
    height: 52px;
    padding: 30px 10px 0 10px;
    margin: auto;
    text-align: center;
    overflow: hidden;
}

.wh2news > h2 > a {
    color: #d7c669;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    width: 380px;
    overflow: hidden;
    height: 25px;
}

.lRCol {
    margin: auto;
    list-style: none;
    width: 376px;
    max-height: 400px;
    overflow: hidden;
    border-top: 1px solid rgb(45, 65, 80);
    padding: 10px 0;
}

/*设置模块内容的宽度 方便各个段落的布局，添加外边距等*/
.lRCol > li {
    width: 100%;
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
}

/*设置左边内容属性*/
.lRCol > li > a > span {
    float: left;
    display: inline-block;
    line-height: 25px;
    height: 25px;
    width: 308px;
    text-align: left;
    overflow: hidden;
    font-size: 14px;
    color: #d5e0e9;
}

.lRCol > li > a:hover span {
    color: #d7c669;
}

/*设置右边内容的属性 */
.lRCol > li > a > span + span {
    width: 50px;
    text-align: right;
    float: right;
    color: #919fa2;
    font-size: 14px;
}

/*设置所有可以点击的a标签属性*/
.lRCol a > em {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #aec8ce;
    float: left;
    position: relative;
    top: 11px;
    margin-right: 10px;
}

.lRCol a:hover > em {
    background: #d7c669;
}

.wh2news > a {
    display: block;
    width: 208px;
    height: 28px;
    border: 1px solid #d5e0e9;
    color: #d7c669;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    margin: -2px auto 0;
}

/*职业介绍*/
.wh2Player {
    max-width: 1920px;
    height: 875px;
    margin: auto;
    background: url("../images/wh21.jpg") no-repeat center center;
}

.showHide1 {
    margin: auto;
    position: relative;
    width: 1200px;
    height: 875px;
        /*background:rgba(0,0,0,0.8);        /*background:rgba(0,0,0,0.8);*/
}

.toShow1 {
    margin: auto;
}

.toShow1 > li {
    display: none;
}

.toShow1 > li.active {
    display: block;

}

.toShow1 > li > a {
    display: block;
    width: 100%;
    height: 875px;
    /*background: rgba(0, 0, 0, 0.6);*/
    position:relative;

}
.toShow1 .playerTitle{
    width:197px;
    height:45px;
    background:url("../images/ico.png") no-repeat 0 -59px;
    position:absolute;
    top:70px;
    left:90px;
}
.toShow1 img{
        display:block;
    position:absolute;
}
.toShow1 .pic1{
    top: 230px;
    left: 270px;
}
.toShow1 .pic2{
    bottom:130px;
    left:215px;
}
.toShow1 .pic3{
    top:240px;
    right:65px;
}
.controlToShow1 {
width: 149px;
    height: 272px;
    /* background: rgba(90, 255, 248, 0.26); */
    position: absolute;
    /* top: 300px; */
    left: 20px;
    bottom: 245px;
    z-index: 10;
}

.controlToShow1 > li {
    position: relative;
    cursor: pointer;
    width: 72px;
    height: 45px;
    /*margin-bottom: 2px;*/
    background-image: url("../images/nav1.png");
}

/*未激活下的状态*/
.controlToShow1 > .player2 {
    background-position: 0 -45px;
}

.controlToShow1 > .player3 {
    background-position: 0 -90px;
}

.controlToShow1 > .player4 {
    background-position: 0 -135px;
}

.controlToShow1 > .player5 {
    background-position: 0 -180px;
}

.controlToShow1 > .player6 {
    background-position: 0 -225px;
}

.controlToShow1 > li.active, .controlToShow1 > li:hover {
    background-image: url("../images/nav2_active.png");
    width: 149px;
}

/*剧情人物*/
.wh2Story {
    max-width: 1920px;
    height: 735px;
    background: url("../images/rwbg.jpg") no-repeat center bottom rgb(34, 53, 84);
}

.partTitle {
    height: 46px;
    width: 600px;
    margin: auto;
    position: relative;
    background-image: url("../images/ico.png");
}

.fourPart {
    max-width: 1920px;
/*    height: 2483px;*/
    background: url("../images/nsh_05.jpg") no-repeat center top rgb(34, 53, 84);

}

.wh2Story .partTitle {
    background-position: 0 -122px;
    top: 0;
    margin-bottom: 180px;
}

.wh2Feature .partTitle {
    background-position: 0 -176px;
    top: 100px;
    margin-bottom: 190px;
}

.bzsjstrategy .partTitle {
    background-position: 0 -233px;
    top: 0;
    margin-bottom: 70px;
}

.bzsjvideo .partTitle {
    background-position: 0 -288px;
    top: 0px;
    margin-bottom: 70px;
}

/*特色玩法*/
.wh2Feature {
    height: 860px;
}

.wh2Feature:before {
    height: 0;
}

.wh2Feature > p {
    width: 897px;
    height: 54px;
    margin: 0 auto 114px;
    background: url("../images/biaoti.png") no-repeat;
}

/*悬浮切换*/
.toggle1 {
    cursor: pointer;
    height: 516px;
    width: 1100px;
    margin: auto;
    position: relative;
}

.wh2Story .toggle1 {
    height: 383px;
}

.toggle1 > li {
    position: relative;
    height: 516px;
    float: left;
}

.wh2Story .toggle1 > li {
    height: 383px;
}

.toggle1 > li > p {
    position: absolute;
    top: 0;
    background: url("../images/ts1.png") repeat;
    width: 127px;
    height: 516px;

}

.wh2Story .toggle1 > li > p {
    position: absolute;
    bottom: -2px;
    background: url(../images/hei205.png) repeat;
    width: 100%;
    left: 0;
    height: 80px;
    top: auto;
    padding-top: 125px;
    line-height: 80px;
    text-align: center;

}

.toggle1 > li > p > span {
    display: inline-block;
    border: 1px solid white;
    width: 50px;
    /*height: 74px;*/
    font-weight: 600;
    position: absolute;
    top: 215px;
    left: 20px;
    font-size: 24px;
    color: white;
    padding: 25px 17px;
    word-wrap: break-word;
}

.wh2Story .toggle1 > li > p > span {
    border: 0;
    position: static;
    font-weight: normal;
    font-size: 14px;
    color: #ccd8e3;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    padding: 0;
}

.toggle1 > li > p.noActive {
    display: none;
}

.toggle1 > li > div {
    position: absolute;
    height: 205px;
    width: 543px;
    display: none;
    bottom: -2px;
    left: 0;
    padding-left: 25px;
    padding-right: 25px;
    background: url("../images/hei205.png") repeat-x;
    /*background-size: 100% 100%;*/
}

.wh2Story .toggle1 > li > div {
    width: 511px;
}

.toggle1 > li > div:before {
    display: block;
    height: 70px;
    content: '';
}

.toggle1 > li > div.active {
    display: block;
}

.toggle1 > li > div > p {
    line-height: 1.6;
    color: white;
    font-weight: 600;
    font-size: 28px;
    min-height: 45px;
}

.toggle1 > li > div > p > span {
    font-size: 16px;
    margin-left: 45px;
}

.toggle1 p > span > em {
    /*color:rgb(217,177,111);*/
    font-size: 18px;
    font-weight: 600;
}

.toggle1 > li > div > p + p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    height: 55px;
    white-space: normal;
    overflow: hidden;
}

.wh2Story .toggle1 > li > div > p + p {
    margin-top: 35px;
}

.toggle1 li > img {
    width: 127px;
    height: 516px;
    display: none;
}

.wh2Story .toggle1 li > img {
    width: 60px;
    height: 383px;
}

.toggle1 li > img + img {
    width: 592px;
    height: 516px;
}

.wh2Story .toggle1 li > img + img {
    width: 560px;
    height: 383px;
}

.toggle1 li > img.active {
    display: block;
}

.toggle1 li > a {
    position: absolute;
    width: 0;
    height: 0;
    /*background:red;*/
    top: 0;
    left: 0;
    z-index: 100;
}

.toggle1 > a > div > p + p {
    margin: 10px 0 10px 30px;
    font-size: 14px;
    font-weight: 400;
}

/*第二部分 游戏系统*/
.newPlayer + div {
    max-width: 1920px;
    height: 1872px;
    background: url("../images/wh2_06.jpg") no-repeat center top;
}

/*游戏攻略*/
.newPlayer + div:before {
    height: 89px;
}

.bzsjstrategy {
    height: 510px;
    padding-top: 100px;
}

.bzsjstrategy > p {
    width: 897px;
    height: 54px;
    margin: 0 auto 103px;
    background: url("../images/biaoti.png") no-repeat 0 -110px;
}

.bzsjstrategy > div {
    min-height: 390px;
    width: 1100px;
    margin: 0 auto;
}

.leftside p,
.rightside p {
    font-size: 16px;
    color: white;
    border-left: 4px solid white;
    padding-left: 10px;
    margin-bottom: 15px;
    font-weight: 600;
}

.leftside {
    float: left;
    width: 760px;
    margin-right: 30px;
    /*background:black;*/
}

.leftside div {
    margin-bottom: 35px;
    height: 153px;
}

.leftside div a {
    display: block;
    float: left;
    width: 230px;
    text-align: center;
}

.leftside a img {
    display: block;
    width: 230px;
    height: 128px;
}

.leftside div a > span {
    display: inline-block;
    margin-top: 13px;
    color: #ffffff;
    font-size: 14px;
}

.leftside div a.middle {
    margin: 0 35px;
}

.rightside {
    float: left;
    width: 310px;
    position: relative;
}

.rightside ul {
    width: 293px;
    height: 327px;
    overflow: hidden;
    background: #172e3d \9;
    background-color: rgba(32, 42, 52, 0.92);
    padding: 20px 0 0 17px;
}

.rightside ul a {
    display: inline-block;
    max-width: 270px;
    line-height: 28px;
    height: 28px;
    text-align: left;
    overflow: hidden;
    color: #b9ccd0;;
    font-size: 14px;
}

.rightside ul a:hover {
    color: #d7c669;
}

.rightside ul a:hover > em {
    background: #d7c669;
}

.rightside a > em {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: rgb(185, 204, 208);
    /*border-radius: 50%;*/
    float: left;
    position: relative;
    top: 13px;
    margin-right: 10px;
}

.rightside > a {
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 2px;
    width: 40px;
    font-size: 12px;
    color: #ffffff;
}

/*游戏视频*/
.bzsjvideo {
    height: 510px;
    position: relative;
}

.bzsjvideo:before {
    display: block;
    height: 100px;
    content: '';
}

.bzsjvideo > p {
    width: 897px;
    height: 54px;
    margin: 0 auto 75px;
    background: url("../images/biaoti.png") no-repeat 0 -165px;
}

.bzsjvideo ul {
    width: 1100px;
    height: 128px;
    margin: 0 auto 138px;
}

.bzsjvideo li {
    float: left;
    position: relative;
    width: 202px;
    height: 128px;
    margin-right: 22.5px;
}

.bzsjvideo li img {
    display: block;
    width: 202px;
    height: 128px;
}

.bzsjvideo .lastLi {
    margin-right: 0;
}

.bzsjvideo li p {
    position: absolute;
    top: 26px;
    left: 78px;
    width: 46px;
    height: 46px;
    background: url("../images/but1.png") no-repeat 0 -527px;
}

.bzsjvideo li span {
    width: 185px;
    display: block;
    height: 30px;
    position: absolute;
    line-height: 30px;
    text-align: center;
    color: #c8c8c8;
    bottom: 0;
    left: 0;
    background: url("../images/op.png") repeat;
    font-size: 14px;
    overflow: hidden;
    padding: 0 10px;
}

.bzsjvideo > div {
    width: 1100px;
    margin: 0 auto 10px;
    height: 15px;
}

.bzsjvideo > div > a {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/icon.png") no-repeat -111px -5px;
    float: right;
    margin-right: 2px;
}

.bzsjvideo > ul + div {
    width: 1100px;
    margin: 0 auto;
    height: 15px;
}

/*底部大图轮播*/

/*高清壁纸*/
.vr_pic {
    width: 100%;
    height: 618px;
    overflow: hidden;
    position: relative;
    /*background: red;*/
}

.vr_pic_con {
    width: 3300px;
    height: 618px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1650px;
}

.vr_pic_con ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 618px;
}

.vr_pic_con > ul img {
    display: block;
    width: 1100px;
    height: 618px;
}

#pic_left,
#pic_right {
    width: 31px;
    height: 50px;
    background: url("../images/R.png");
    position: absolute;
    top: 290px;
    cursor: pointer;
    z-index: 10;
}

#pic_left {
    background: url("../images/L.png");
    left: 1025px;
}

#pic_right {
    right: 1025px;
}

#pic_color_left,
#pic_color_right {
    width: 1100px;
    height: 618px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72000000', endColorstr='#72000000', GradientType=0);
}

#pic_color_left {
    left: 0;
}

#pic_color_right {
    right: 0;
}

.vr_pic_con ul li {
    float: left;
    width: 1100px;
    height: 618px;
    position: relative;
    margin: 0 auto;
}

.vr_pic_con ul li a,
.vr_pic_con ul li img {
    display: block;
}

/*底部评论*/
#bbs {
    background: white;
}

