@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
    margin: 0;
    padding: 0
}
body {
    padding: 0;
    margin: 0;
    background: #fff;
    font: .16rem "黑体";
}
html,body,fieldset,img,iframe,abbr {
    border: 0
}
* {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-focus-ring-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
li {
    list-style: none
}
input,
button,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
textarea {
    overflow: auto;
    resize: none
}
h1,h2,h3,h4,h5,h6,em,strong,b {
    font-weight: 700
}
a {
    border: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none
}
a:hover {
    text-decoration: none
}
img{
    width: 100%;
    vertical-align: middle;
}
input,select{
    outline: none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
li {
    list-style: none
}
textarea {
    overflow: auto;
    resize: none
}
.hide {
    display: none
}
.fl {
    float: left
}
.fr {
    float: right
}
.show {
    display: block
}
@-webkit-keyframes higtLow {
    0% {
        -webkit-transform:scale(1,1);
        transform:scale(1,1)
    }
    100% {
        -webkit-transform:scale(1,.3);
        transform:scale(1,.3)
    }
}@keyframes higtLow {
     0% {
         -webkit-transform:scale(1,1);
         transform:scale(1,1)
     }
     100% {
         -webkit-transform:scale(1,.3);
         transform:scale(1,.3)
     }
 }
 @-webkit-keyframes float-hair {
  0% {
    -webkit-transform: skew(0deg, 0);
    transform: skew(0deg, 0);
  }
  50% {
    -webkit-transform: skew(-6deg, 0deg);
    transform: skew(-6deg, 0deg);
  }
  100% {
    -webkit-transform: skew(0deg, 0);
    transform: skew(0deg, 0);
  }
}
@keyframes float-hair {
 0% {
   -webkit-transform: skew(0deg, 0);
   transform: skew(0deg, 0);
 }
 50% {
   -webkit-transform: skew(-6deg, 0);
   transform: skew(-6deg, 0);
 }
 100% {
   -webkit-transform: skew(0deg, 0);
   transform: skew(0deg, 0);
 }
}
.container{
    width: 100%;
    min-width: 1000px;
    overflow: hidden;
}
/*-- header --*/
.header{
    width: 100%;
    height: .9rem;
    position: absolute;
    top: 0;
    background: rgba(0,0,0,.8);
    z-index: 50;
}
#menu{
    position: absolute;
    top: 0;
    right: 3.63rem;
    overflow: hidden;
    font-size: 0;
}
#menu li {
    float: left;
    list-style: none;
}
#menu li a.m {
    width: 1.6rem;
    height: .9rem;
    line-height: .9rem;
    display: block;
    text-align: center;
}
#menu li:nth-of-type(1) a.m img {
    width: .76rem;
}
#menu li:nth-of-type(2) a.m {
    width: 2.25rem;
}
#menu li:nth-of-type(2) a.m img {
    width: 1.77rem;
}
#menu li a.m:nth-of-type(3) {
    width: 1.95rem;
}
#menu li:nth-of-type(3) a.m img {
    width: 1.41rem;
}
#menu li a.m:hover,#menu li a.m.active{
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#menu li a:hover {
    background-color: #faca8c;
}

.wrap{
    width: 100%;
    position: relative;
    /* background: url("../images/bg.jpg") no-repeat center top;
    background-size: 100%; */
}
.topic{
    width: 100%;
    height: 9rem;
    position: relative;
    top: 0;
    left: 0;
    background: url('../images/topic-bg.png') no-repeat center top;
    background-size: 100%;
}
.logo{
    width: 3.18rem;
    position: absolute;
    top: 0rem;
    left: 1.4rem;
    cursor: default;
}
.topic .slogan{
    width: 3.03rem;
    position: absolute;
    top: 1.5rem;
    left: 5.4rem;
}
/*资讯栏*/
.infor{
    width: 100%;
    height: 4.2rem;
    position: relative;
    /* background: url("../images/infor-bg.png") no-repeat center bottom;
    background-size: 100%; */
    background-color: #24282f;
    font-size: 0;
}
/*.infor:before{*/
    /*content: '';*/
    /*width: .78rem;*/
    /*height: .5rem;*/
    /*position: absolute;*/
    /*top: -.50rem;*/
    /*right: -.40rem;*/
    /*background: url("../images/news-butterfly.png") no-repeat;*/
    /*background-size: 100%;*/
/*}*/
/*轮播*/
.carousel{
    width: 6.64rem;
    height: 3.07rem;
    overflow: hidden;
    margin-left: 3.24rem;
    margin-top: .52rem;
    position: relative;
    display: inline-block;
}
.carousel-swiper-pagination{
    bottom: .12rem;
    right: .26rem;
}
.carousel-swiper-pagination .swiper-pagination-bullet{
    width: .19rem;
    height: .19rem;
    margin: 0 .02rem;
    background: url("../images/banner-btn.png");
    background-size: 100%;
    border-radius: 0;
    opacity: 1;
}
.carousel-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: url("../images/banner-btn-active.png");
    background-size: 100%;
}
/*tab切换*/
.tab{
    width: 5.28rem;
    position: relative;
    /* top: 1.84rem; */
    left: 0rem;
    display: inline-block;
    vertical-align: top;
}
.tab_list {
    padding: .26rem .2rem;
    padding-top: .1rem;
}
.tab_list ul{
    width: 100%;
    height: 2rem;
    overflow: hidden;
}
.tab_list ul li{
    list-style: none;
    margin-top: .15rem;
}
.tab_list ul li a{
    display: block;
    height: .30rem;
    line-height: .30rem;
    font-size: .19rem;
    color: #787878;
    border-bottom: .01rem dashed #787878;
}
.tab_list ul li a:hover{

}
.tab_icon{
    float: left;
    /* margin-right: .10rem; */
    text-align: center;
}
.tab_title{
    float: left;
    width: 2.8rem;
    text-align: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.tab_date {
    float: right;
    text-align: right;
}
.pws_tabs_container,
.pws_tabs_controll a {
    font-size: .16rem;
}
.pws_tabs_container {
    /* padding: .56rem .15rem 0; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    margin-left: .3rem;
    margin-top: .51rem;
}
.pws_tabs_container ul.pws_tabs_controll {
    list-style: none;
    margin-left: .25rem;
    margin-right: .25rem;
    padding-top: .2rem;
    border-bottom: 1px solid #dcdcdc;
}
.pws_tabs_container ul.pws_tabs_controll li {
    display: inline-block;
}
.pws_tabs_container ul.pws_tabs_controll li a {
    display: block;
    width: .98rem;
    line-height: .48rem;
    font-size: .27rem;
    font-weight: 700;
    color: #373737;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.pws_tabs_container ul.pws_tabs_controll li:last-child a {
    border-right: 0rem;
}
.pws_tabs_container ul.pws_tabs_controll li a i {
    margin-right: .08rem;
}
.pws_tabs_container ul.pws_tabs_controll li a.pws_tab_noname i {
    margin-right: 0;
    margin-left: 0;
}
.pws_tabs_container ul.pws_tabs_controll li a.pws_tab_active {
    /* background: url("../images/news-active.png") no-repeat left bottom;
    background-size: 100%; */
    color: #faca8c;
    border-bottom: .03rem solid #faca8c;
}
.btn-more{
    width: .31rem;
    height: .31rem;
    position: absolute;
    top: .8rem;
    right: .4rem;
    background: url("../images/news-more.png") no-repeat;
    background-size: 100%;
}
.pws_tabs_list {
    /*height: 2rem;*/
    display: block;
    transition: all .3s ease-in-out .3s;
    overflow: hidden;
    position: relative;
}
.pws_tab_single {
    display: block;
    transition: all .3s ease-in-out;
}
/*footer*/
.footer{
    width: 19.20rem;
    height: 1.22rem;
    background: #100506;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../image/footer.png) no-repeat;
    background-size: 100%;
}
.copyright,.logo-game,.copyright img,.copyright p{
    display: inline-block;
    vertical-align: top;
}
.logo-game {
    width: 3.29rem;
    height: 0.66rem;
    position: relative;
    background: url(../images/logo-game.png) no-repeat center;
    background-size: 100%;
    /* margin-top: .24rem; */
}
.company-game{
    /* width:68px;
    height: 68px;
    position: relative;
    background: url(../images/15.png) no-repeat center;
    background-size: 100%; */
}
/* .logo-game:after {
    content:"";
    width: .02rem;
    height: 0.8rem;
    position:absolute;
    top: 0.2rem;
    right: -.2rem;
    background-color:#999999;
} */
.copyright {
    margin-left: .6rem;
    position: relative;
    display: flex;
    /* top: .2rem; */
    display: flex;
    align-items: center;
}
.copyright img{
    width: .68rem;
}
.copyright p{
    margin-left: .3rem;
    /* line-height: .24rem; */
    font-size: .12rem;
    color: #cccccc;
    text-align: left;
    white-space: pre-line;
}
/*侧边栏*/
/* .slidebar {
    height: 5rem;
    width: 1.98rem;
    position: fixed;
    right: .5rem;
    top: 50%;
    margin-top: -2.5rem;
    background: url(../images/slidebar-bg.png) no-repeat 100% 0;
    background-size: .35rem 4.23rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 10;
}
.slidebar nav{
    margin: .4rem .32rem 0 0;
    font-size: 0;
}
.slidebar nav a{
    width: 1.66rem;
    margin-bottom: .10rem;
    display: block;
}
.slidebar nav a.slidebar-erweima{
    width: 1.66rem;
    height: 1.37rem;
    margin-bottom: .2rem;
    background: url("../images/erweima-bg.png") no-repeat;
    background-size: 100%;
    cursor: default;
}
.slidebar nav a.slidebar-erweima img{
    width: 1.16rem;
    margin: .08rem .12rem 0 .38rem;
}
.slidebar nav a.btn-top{
    width: .48rem;
    margin: .24rem 0 0 1.55rem;
} */
/*侧边栏*/
.slidebar {
    width: 1.53rem;
    height: 4.41rem;
    position: fixed;
    right: 1.5rem;
    top: 50%;
    margin-top: -2.5rem;
    background: url(../images/slidebar-bg.png) no-repeat 100% 0;
    background-size: 100%;
    z-index: 10;
}
.slidebar nav{
    margin: .4rem .36rem 0 0;
    font-size: 0;
    text-align: center;
    position: relative;
}
.slidebar nav a{
    width: 1.44rem;
    height: .31rem;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
}
.slidebar nav .erweima{
    width: 1.29rem;
    height: 1.49rem;
    background-image: url(../images/erweima-bg.png);
    background-size: 100%;
    cursor: default;
    top: -0.19rem;
    left: .12rem;
}
.slidebar nav .erweima img{
    width: 1.21rem;
}
.slidebar nav a:nth-child(2){
    background-image: url("../images/slidebar-1.png");
    top: 1.5rem;
    left: 0.06rem;
}
.slidebar nav a:nth-child(3){
    /* width: 1.17rem;
    height: .28rem; */
    background-image: url("../images/slidebar-2.png");
    top: 2rem;
    left: 0.05rem;
}
.slidebar nav a:nth-child(4){
    background-image: url("../images/slidebar-3.png");
    top: 2.56rem;
    left: .06rem;
}
.slidebar nav a:nth-child(5){
    background-image: url("../images/slidebar-4.png");
    top: 3.1rem;
    left: 0.04rem;
}
.slidebar nav .btn-top{
    width: 1.54rem;
    height: .53rem;
    left: -.01rem;
    top: 3.48rem;
    background: url("../images/btn-top.png") no-repeat;
    background-size: 100%;
}
/*弹出视频*/
.shade{
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    position:fixed;
    top:0;
    left:0;
    z-index: 100;
}
.videos{
    width: 10rem;
    height: 6rem;
    position: absolute;
    left: 50%;
    margin-left: -5rem;
    top:50%;
    margin-top: -3rem;
}
.close{
    width: .5rem;
    height: .5rem;
    position: absolute;
    left: 10.2rem;
    background:url(../images/btn-close.png) no-repeat;
    background-size: 100%;
    cursor:pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 101;
}
.close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*弹层*/
.dialog{
    position: fixed;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    z-index: 101;
}
.pop-line-nei p{
    width: 3rem;
    margin: auto;
    line-height: .5rem;
    font-size: .24rem;
    color: #fff;
    text-align: center;
}
.pop-line .dia-close{
    width: .50rem;
    height: .50rem;
    position: absolute;
    top: 0;
    left: 3.20rem;
    background:url(../images/btn-close.png);
    background-size: 100%;
    cursor:pointer;
    z-index: 101;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.dia-close:hover{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
/*二级页面*/
#wrapper{
    width: 100%;
    /* background: #fff url("../images/bg_01.jpg") no-repeat center top;
    background-size: 100%; */
}
.content{
    width: 15rem;
    height: 12.42rem;
    margin: 0 auto 2rem;
    position: relative;
    top: 1.5rem;
    background-color: #eee;
    border-radius: .3rem;
    box-shadow: 0 0 0.2rem #ccc;
}
.content-header{
    margin: 0 1.56rem;
    padding-top: .5rem;
    position: relative;
    /* background: url("../images/news-line.png") no-repeat left bottom;
    background-size: 10.52rem .37rem; */
}
.content-header-title{
    line-height: .9rem;
    font-size: .42rem;
    color: #faca8c;
    text-indent: .3rem;
    border-bottom: 1px solid #bfbfbf;
    position: relative;
}
.content-header-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: .04rem;
    width: 1.5rem;
    background-color: #faca8c;
}
.goBack{
    position: absolute;
    right: .3rem;
    bottom: .25rem;
    font-size: .24rem;
    font-weight: 700;
    color: #515151;
}
.content-main{
    position: relative;
    margin: .3rem 2.3rem 0;
}
.content-main-tab{
    width: 7.3rem;
    height: .72rem;
    margin: auto;
    /* background: url("../images/news-nav.png") no-repeat;
    background-size: 100%; */
}
.content-main-tab-item{
    width: 2.33rem;
    margin-top: .05rem;
    line-height: .63rem;
    font-size: .36rem;
    text-align: center;
    float: left;
    z-index: 99;
    border: 1px solid #faca8c;
    background-color: #ccc;
}
.content-main-tab-item:nth-of-type(1), .content-main-tab-item:nth-of-type(2) {
    border-right: 0;
}
.content-main-tab-item:first-child{
    margin-left: .23rem;
}
.content-main-tab-item.active,.content-main-tab-item:hover{
    background-color: #faca8c;
    color: #fff;
}
.content-main-tab-item a{
    display: block;
    color: #fff;
    text-shadow: 0 0 0.04rem #ccc;
}
.content-main-tab-item a img{
    width: auto;
    height: .31rem;
    margin-right: .1rem;
    vertical-align: unset;
}
.content-main-list{
    height: 8.2rem;
    padding-top: .25rem;
    clear: both;
}
.content-main-list-item{
    line-height: .95rem;
    height: .95rem;
    border-bottom: .01rem solid #dce1e7;
    overflow: hidden;
}
.content-main-list-item a{
    font-size: .25rem;
    color: #515151;
}
.content-main-list-item a:hover{
    /*font-weight: 700;*/
}
.content-main-list-item_icon{
    float: left;
    /* width: .93rem;
    height: .35rem; */
    padding: 0 .16rem;
    margin: .30rem .30rem 0 .6rem;
    background-color: #515151;
    display: inline-block;
    border-radius: .2rem;
    line-height: .35rem;
    color: #fff;
    text-align: center;
}
.content-main-list-item_title{
    float: left;
    width: 7.2rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.content-main-list-item_date{
    float: right;
    margin-right: .5rem;
    text-align: right;
}
.content-main-page{
    margin: .3rem 1.2rem;
}
.content-main-page-list{
    font-size: .32rem;
    color: #515151;
    text-align: center;
}
.content-main-page-list li {
    display: inline-block;
    margin: 0 0.15rem;
}
.content-main-page-list .pagination li.active a {
    text-decoration: underline;
    color: #2d92b0;
}
.content-main-page-list a{
    /* margin: 0 .15rem; */
    display: inline-block;
    color: #515151;
}
.content-main-page-list a:hover{
    text-decoration: underline;
}
#pageNow{
    text-decoration: underline;
}
#prevPageNow,#nextPage{
    /* font-family: '微软雅黑'; */
}
.content-main-inner{
    max-height: 10rem;
    overflow: auto;
}
.content-main-title{
    font-size: .45rem;
    color: #565656;
    text-align: center;
}
.content-main-time{
    line-height: .4rem;
    font-size: .26rem;
    color: #515151;
    text-align: center;
}
.content-main-ctn{
    margin-top: .5rem;
    /* padding-top: .75rem; */
    /* background: url("../images/news-line2.png") no-repeat center top; */
    background-size: 10.79rem .46rem;
    font-size: .27rem;
    color: #1e8cc5;
    word-break: break-word;
}
.content-main-ctn img{
    max-width: 100%;
    margin: auto;
    display: block;
}
/* 缩放动画 */
.zoom {
    -webkit-animation: pulse 1s infinite;
    -o-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
}