/*样式重写*/
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";
}

body, html, .bzsjcontainer {
    overflow-x: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
    vertical-align: bottom
}

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
}

/*第一部分，头部导航，头部轮播，新闻*/
.bzsjheader {
    max-width: 1920px;
    height: 1217px;
    margin: auto;
    background: url('../images/bzsj_02.jpg') no-repeat center top rgb(13, 14, 16);
}

.bzsjheader:before {
    display: block;
    content: '';
    height: 545px;
}

.bzsjnav {
    width: 1100px;
    margin: auto;
    height: 70px;
    background: rgb(255,199,26);
    line-height: 70px;
    color: white;
}

.bzsjnav > li {
    float: left;
    line-height: 70px;
    height: 70px;
    font-size: 18px;
    font-weight:600;
    width:137px;
    text-align: center;
}

.bzsjnav > li > a {
    color: rgb(65,62,52);
}

.bzsjnav + div {
    width: 1100px;
    height: 498px;
    margin: 28px auto 0;
}

/*左边部分*/
.bzsjaside {
    float: left;
    width: 671px;
    height: 498px;
    margin-right: 19px;
}

/*轮播*/
.carousel {
    /*宽度一般等于左右2按钮之间的距离，高度图片高度*/
    width: 671px;
    height: 358px;
    position: relative;
    margin: auto;
    background: #ddd;
}

/*轮播图片*/
.carousel > .imgList {
    /*设置宽，高，一般等于轮播的图片的宽，高*/
    width: 671px;
    height: 358px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.carousel > .imgList img{
    display:block;
    width:671px;
    height:358px;
}
.carousel > .imgList > li {
    position: absolute;
    top: -1px;
    left: -1px;
    display: none;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.carousel > .imgList > li > a {
    position: relative;
}

.carousel > .imgList > li span {
    position: absolute;
    display: block;
    font-size:18px;
    width: 651px;
    height: 155px;
    line-height: 260px;
    padding-left: 20px;
    background: url("../images/hei155.png") repeat-x;
    bottom: 0;
    left: 0;
    color: white;
}
@-moz-document url-prefix() {
    .carousel > .imgList > li span {
        bottom: -336px;
    }
}
.carousel > .imgList > li.active {
    display: block;
}

/*下标尺寸*/
.carousel > .indexList {
    position: absolute;
    bottom: 15px;
    right: 10px;
    height: 12px;
}

.carousel > .indexList > li {
    float: left;
    width: 12px;
    height: 12px;
    background: url("../images/but1.png") -25px -91px;
    margin-right: 15px;
    cursor: pointer;
    border-radius: 50%;
}

.carousel > .indexList > li + li + li + li {
    margin-right: 0;
}

.carousel > .indexList > li.active {
    background-position: 0 -91px;
}

.carousel + div {
    width: 671px;
    height: 119px;
    margin-top: 21px;
}
.carousel + div > a {
    display: block;
    float: left;
    width: 210px;
    height: 119px;
    position: relative;
    background: url("../images/cavideo1.jpg");
    background-size:cover;
    text-align: center;
}
.carousel + div > a + a {
    background-image: url("../images/cavideo2.jpg");
}

.carousel + div > a + a + a {
    background-image: url("../images/cavideo3.jpg");
}

.carousel + div > a.middle {
    margin: 0 20px;
}

.carousel + div > a > em {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("../images/but.png") no-repeat -320px -211px;
    position: absolute;
    top: 35px;
    left: 80px;
}

/*.carousel + div > a > span {*/
    /*display: block;*/
    /*width: 50px;*/
    /*height: 50px;*/
    /*!*height: 30px;*!*/
    /*!*line-height: 30px;*!*/
    /*top: 35px;*/
    /*left: 80px;*/
    /*background: url("../images/hei2.png") repeat;*/
    /*position: absolute;*/
    /*!*width:210px;*!*/
/*}*/

/*右边部分*/
.bzsjnews {
    width: 410px;
    height: 498px;
    float: left;
    background: url('../images/zx1.png') repeat;
}

.bzsjnews > h2 {
    width: 370px;
    height: 52px;
    padding: 25px 20px 0 20px;
    text-align: center;
	position:relative;
}

.bzsjnews > h2 > a {
    display:inline-block;
    width:100%;
    overflow:hidden;
    white-space:nowrap;
    color: rgb(245, 217, 10);
    font-size: 20px;
    font-weight: 600;
}
.bzsjnews > h2 > a+a{
    position:absolute;
    top:67px;
    right:-170px;
    color:rgb(185,204, 208);
    font-size:14px;
} 

.lRCol {
    margin: auto;
    list-style: none;
    width: 370px;
    max-height: 400px;
    overflow: hidden;
    border-top: 1px solid rgb(67, 72, 91);
    padding: 15px 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: 315px;
    text-align: left;
    overflow: hidden;
    font-size: 14px;
    color: rgb(185,204, 208);
}

/*设置右边内容的属性 */
.lRCol > li > a > span + span {
    width: 40px;
    text-align: right;
    float: right;
    color: rgb(78,89, 96);
    font-size: 14px;
}

/*设置所有可以点击的a标签属性*/
.lRCol 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: 7px;
}

/*每块头部*/
.bzsjplayer > h1{
    width: 268px;
    height: 64px;
    margin: 0 auto 70px;
}
.bzsjmethod > h1{
    width: 268px;
    height: 64px;
    margin: 0 auto 70px;
}
.bzsjvideo > h1{
    width: 268px;
    height: 80px;
}
.bzsjstrategy > h1{
    width: 268px;
    height: 64px;
    margin: 0 auto 70px;
}
.bzsjpicture > h1 {
    width: 268px;
    height: 64px;
    margin: 0 auto 70px;
}

.bzsjvideo > p,
.bzsjpicture > p{
    height:21px;
    width:1096px;
    text-align: right;
    margin:auto;
    position:relative;
    top:-12px;
    font-size:14px;
}
.bzsjvideo > p{
    top:48px;
}
.bzsjvideo > p a,
.bzsjpicture > p a{
    padding:2px 5px;
    background:#fbf549;
    color:#2a5f4b;
}
.bzsjvideo ul{
    margin-top:59px;
}
.bzsjpicture > h1 {
    margin-bottom:59px;
}

.bzsjplayer:before {
    display: block;
    content: '';
    height: 90px;
}
.bzsjmethod:before {
    display: block;
    content: '';
    height: 100px;
}
.bzsjvideo:before {
    display: block;
    content: '';
    height: 80px;
}
.bzsjstrategy:before {
    display: block;
    content: '';
    height: 95px;
}
.bzsjpicture:before {
    display: block;
    content: '';
    height: 114px;
}

.bzsjplayer > h1 {
    background: url("../images/butH1.png");
}

.bzsjmethod > h1 {
    background: url("../images/butH1.png");
}

/*角色信息*/
.bzsjplayer {
    max-width: 1920px;
    height: 799px;
    margin: auto;
    background: url("../images/bg3.jpg") no-repeat center center;
}

.showHide {
    width: 1100px;
    height: 600px;
    margin: auto;
}

.toShow {
    width: 650px;
    height: 365px;
    position: relative;
}

.toShow > li {
    position: absolute;
    top: 0;
    left: 0;
    width: 1100px;
    display: none;
}

.toShow > li.active {
    display: block;
}

.toShow > li > div {
    float: left;
    width:310px;
    margin-right: 300px;
}
.toShow > li div h2 {
    font-size:38px;
    color:white;
    font-weight:600;
}
.toShow > li div span {
    display:block;
    margin:15px 0 35px 0;
    font-size:14px;
    color:rgb(245, 217, 10);
}
.toShow > li div p {
    font-size:14px;
    color:white;
    line-height: 1.8;
}
.toShow > li > a {
    display:block;
    width:698px;
    height:565px;
    position:absolute;
    left:380px;
    top:-100px;
    text-align: right;
}

.controlToShow {
    width:1020px;
    height: 288px;
}

.controlToShow > li {
    position: relative;
    cursor: pointer;
    float: left;
    width: 92px;
    height: 136px;
    text-align: center;
    line-height: 235px;
    margin-right: 10px;
    margin-bottom:8px;
    color:rgb(123,136,154);
    font-size:14px;
}
.controlToShow > li.active{
    color:white;
}
/*未激活下的状态*/
.controlToShow > .player1{
    background:url("../images/bz_51.jpg")
}
.controlToShow > .player2{
    background:url("../images/bz_52.jpg")
}
.controlToShow > .player3{
    background:url("../images/bz_53.jpg")
}
.controlToShow > .player4{
    background:url("../images/bz_54.jpg")
}
.controlToShow > .player5{
    background:url("../images/bz_55.jpg")
}
.controlToShow > .player6{
    background:url("../images/bz_61.jpg")
}
.controlToShow > .player7{
    background:url("../images/bz_62.jpg")
}
.controlToShow > .player8{
    background:url("../images/bz_63.jpg")
}
.controlToShow > .player9{
    background:url("../images/bz_64.jpg")
}
.controlToShow > .player10{
    background:url("../images/bz_65.jpg")
}
.controlToShow > .player11{
    background:url("../images/bz_66.jpg")
}
.controlToShow > .player12{
    background:url("../images/bz_67.jpg")
}
.controlToShow > .player13{
    background:url("../images/bz_68.jpg")
}
.controlToShow > .player14{
    background:url("../images/bz_69.jpg")
}
.controlToShow > .player15{
    background:url("../images/bz_70.jpg")
}

/*激活下的状态*/
.controlToShow > .player1.active{
    background:url("../images/bz_10.jpg")
}
.controlToShow > .player2.active{
    background:url("../images/bz_12.jpg")
}
.controlToShow > .player3.active{
    background:url("../images/bz_14.jpg")
}
.controlToShow > .player4.active{
    background:url("../images/bz_16.jpg")
}
.controlToShow > .player5.active{
    background:url("../images/bz_18.jpg")
}
.controlToShow > .player6.active{
    background:url("../images/bz_25.jpg")
}
.controlToShow > .player7.active{
    background:url("../images/bz_26.jpg")
}
.controlToShow > .player8.active{
    background:url("../images/bz_27.jpg")
}
.controlToShow > .player9.active{
    background:url("../images/bz_28.jpg")
}
.controlToShow > .player10.active{
    background:url("../images/bz_29.jpg")
}
.controlToShow > .player11.active{
    background:url("../images/bz_31.jpg")
}
.controlToShow > .player12.active{
    background:url("../images/bz_33.jpg")
}
.controlToShow > .player13.active{
    background:url("../images/bz_35.jpg")
}
.controlToShow > .player14.active{
    background:url("../images/bz_37.jpg")
}
.controlToShow > .player15.active{
    background:url("../images/bz_39.jpg")
}
.controlToShow > li.player5{
    margin-right:480px;
}

/*特色内容*/
.bzsjmethod {
    max-width: 1920px;
    height: 920px;
    margin: auto;
    background: url("../images/bg4.jpg") no-repeat center center;
}

.bzsjmethod > h1 {
    margin-bottom: 80px;
}

/*悬浮切换*/
.toggle1 {
    cursor: pointer;
    height: 476px;
    width: 1100px;
    margin: auto;
    position: relative;
}

.toggle1 > li {
    position: relative;
    height: 476px;
    float: left;
}

.toggle1 > li > p {
    position: absolute;
    top: 0;
    background: url("../images/ts1.png") repeat;
    width: 127px;
    height: 476px;

}

.toggle1 > li > p > span {
    display: inline-block;
    border: 1px solid white;
    width: 48px;
    /*height: 74px;*/
    font-weight: 600;
    position: absolute;
    top: 185px;
    left: 20px;
    font-size: 24px;
    color: white;
    padding: 20px 17px;
    word-wrap: break-word;
}

.toggle1 > li > p.noActive {
    display: none;
}

.toggle1 > li > div {
    position: absolute;
    height:205px;
    width: 487px;
    display: none;
    bottom: -1px;
    left: 0;
    padding-left: 25px;
    padding-right: 80px;
    background: url("../images/hei205.png") repeat-x;
    /*background-size: 100% 100%;*/
}
.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;
}

.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;
}
/*.toggle1 > li+li+li+li+li > div > p + p {*/
    /*margin-top: 0;*/
/*}*/
/*.toggle1 > li+li+li+li+li > div > p + p>span{*/
    /*display:inline-block;*/
    /*width:450px;*/
    /*text-align:right;*/
    /*font-size:14px;*/
/*}*/
.toggle1 li > img {
    display: none;
}
.toggle1 li > img{
    width:127px;
    height:476px;
}
.toggle1 li > img+img{
    width:592px;
    height:476px;
}
.toggle1 li > img.active {
    display: block;
}

.toggle1 li > a {
    position: absolute;
    width: 0px;
    height: 0px;
    /*background:red;*/
    top: 0;
    left: 0;
    z-index: 100;
}

/*.toggle1 > a > div {*/
/*position: absolute;*/
/*width: 100%;*/
/*display: none;*/
/*bottom: 0;*/
/*left: 0;*/
/*background: url("../images/tt_bg.png") repeat-x bottom;*/
/*background-size: 100% 100%;*/
/*!*bockground-position:bottom;*!*/
/*!*background:linear-gradient(to top,rgb(0,0,0),rgba(0,0,0,0))*!*/
/*}*/

/*.toggle1 > a > div.active {*/
/*display: block;*/
/*}*/

/*.toggle1 > a > div > p {*/
/*line-height: 1.6;*/
/*color: white;*/
/*font-weight: 400;*/
/*font-size: 28px;*/
/*margin-left: 30px;*/
/*}*/

.toggle1 > a > div > p + p {
    margin: 10px 0 10px 30px;
    font-size: 14px;
    font-weight: 400;
}
.bzsjmethod+div{
    max-width: 1920px;
    height: 1906px;
    margin: auto;
    background: url("../images/bg5.jpg") no-repeat center top rgb(0, 0, 0);
}
/*特色内容*/
.superiority {
    max-width: 1920px;
    height: 915px;
    margin: auto;
    background: url("../images/yxts_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.superiority > h1 {
    margin-bottom: 75px;
}

#article > .superiority > p {
    background-position: 0 -439px;
    margin-bottom: 85px;
}

.superiority > ul {
    position: relative;
    width: 1100px;
    height: 480px;
    margin: auto;
}

.superiority > p + ul > li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 1100px;
    height: 480px;
}

.superiority > p + ul > li.active {
    display: block;
}

.superiority ul > li > p {
    width: 700px;
    height: 480px;
    float: left;
    position: relative;
}

/*.superiority ul>li>p:after{*/
/*content: "";*/
/*display:block;*/
/*position:absolute;*/
/*bottom:-6px;*/
/*width:700px;*/
/*height:210px;*/
/*background:url("../images/中国版优势_黑色渐变遮罩_1像素.png") repeat;*/
/*}*/
.superiority ul > li > div {
    padding-left: 30px;
    padding-top: 10px;
    width: 370px;
    float: left;
}

.superiority ul > li > div > h2 {
    color: white;
    font-size: 26px;
    margin-bottom: 35px;
    font-weight: 600;
}

.superiority ul > li > div > p {
    font-size: 13px;
    color: white;
    line-height: 1.8;
}

.superiority > ul + ul {
    margin-top: 55px;
    height: 70px;
}

.superiority > ul + ul > li {
    cursor: pointer;
    font-size: 22px;
    color: white;
    margin-right: 32px;
    float: left;
    width: 250px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    /*未激活状态下的li*/
    background: url("../images/tsnr_tab02.png");
    /*border:5px solid rgb(215,227,234);*/
}

.superiority > ul + ul > li.active {
    background: url("../images/tsnr_tab.png");
    /*border:5px solid rgb(235,71,0);*/
}

.superiority > ul + ul > li + li + li + li {
    margin-right: 0;
}

.superiority > h1{
    margin-bottom: 65px;
}

.bzsjpicture > h1 {
    margin-bottom: 80px;
    background:url("../images/butH1.png") 0 65px;
}

/*游戏视频*/
/*游戏视频*/
.bzsjvideo ul {
    width: 1100px;
    height: 130px;
    margin: 80px auto 0;
}

.bzsjvideo li {
    float: left;
    position: relative;
    width: 205px;
    height: 130px;
    margin-right: 18px;
}
.bzsjvideo li img{
    display:block;
    width:205px;
    height:130px;
}
.bzsjvideo .lastLi {
    margin-right: 0;
}

.bzsjvideo li p {
    position: absolute;
    top: 27px;
    left: 76px;
    width: 50px;
    height: 50px;
    background: url("../images/but1.png") no-repeat 0 -525px;
}

.bzsjvideo li span {
    width: 185px;
    display: block;
    height: 30px;
    position: absolute;
    line-height: 30px;
    text-align: center;
    color: rgb(200, 200, 200);
    bottom: 0;
    left: 0;
    background: url("../images/op.png") repeat;
    font-size: 14px;
    overflow:hidden;
    padding:0 10px;
}

/*游戏攻略*/
.bzsjstrategy {
    /*background: rgb(16, 18, 22);*/
    height: 660px;
}

.bzsjstrategy > div {
    min-height: 390px;
    width: 1100px;
    margin: 0 auto;
    /*background: rgba(30, 234, 255, 0.34);*/
}

.leftside p,
.rightside p {
    font-size: 16px;
    color: rgb(98, 100, 112);
    border-left: 4px solid rgb(98, 100, 112);
    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: 155px;
}

.leftside div a {
    display: block;
    float: left;
    width: 230px;
    text-align: center;
}
.leftside a img{
    display:block;
    width:233px;
    height:131px;
}
.leftside div a > span {
    display: inline-block;
    margin-top: 10px;
    color: rgb(70, 117, 128);
    font-size: 15px;
}

.leftside div a.middle {
    margin: 0 35px;
}

.rightside {
    float: left;
    width: 310px;
    position: relative;
}

.rightside ul {
    width: 295px;
    height: 328px;
    overflow: hidden;
    background: url("../images/zx1.png") repeat;
    padding: 20px 0 0 15px;
}

.rightside ul a {
    display: inline-block;
    max-width: 270px;
    line-height: 28px;
    height: 28px;
    text-align: left;
    overflow: hidden;
    color: rgb(185, 204, 208);
    font-size: 14px;
}

.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 {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 13px;
    color: rgb(98, 100, 112);
}

/*底部大图轮播*/

/*高清壁纸*/
.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;
}

/*底部信息*/
.footer {
    max-width: 1920px;
    height: 108px;
    background: rgb(22, 22, 22);
    text-align: center;
    padding-top: 60px;
    margin: auto;
}

.footer > div {
    width: 438px;
    margin: auto;
}

.footer > div > span {
    color: rgb(111, 111, 111);
    font-size: 12px;
    display: inline-block;
}

.footer > div > span + br + span {
    margin-top: 10px;
}

.wordCol {
    /*常更改部分*/
    /*以下2段属性，为了保证对齐,防止浮动造成的问题，需要设置父容器ul的宽高，
    li,高宽完全确定再设置，高度一般等于li的高度，宽度一般等于所有子li的长度之和*/
    width: 438px;
    height: 30px;
    margin: auto;
}

.wordCol > li {
    /*常更改部分*/
    height: 30px;
    line-height: 30px;
    float: left;
}

/*设置竖线的位置，外边距，颜色，元素类型，高度 （位置都可以调试） 兼容到ie8*/
.wordCol b {
    position: relative;
    top: 4px;
    margin: 0 8px;
    width: 1px;
    background: rgb(111, 111, 111);
    border: none;
    display: inline-block;
    height: 14px;
}

/*a标签的样式 如果没有a标签可不写*/
.wordCol a {
    color: rgb(111, 111, 111);
    text-decoration: none;
    font-size: 12px;
}

/*改927*/

.lRCol > li:hover em{
    background:rgb(245, 217, 10);
}
.lRCol > li:hover span{
    color:rgb(245, 217, 10);
}
.rightside ul a:hover{
    color:rgb(245, 217, 10);
}
.rightside ul a:hover em{
    background:rgb(245, 217, 10);
}
/*底部非加载评论*/
/*非加载评论*/
/*底部评论*/
#bbs {
    background: white;
	margin-top:42px;
}