body{
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
}

.nmain img{
    width: 100%;
}
body {
    font-size: 100%;
    font-family: 'Microsoft yahei', Arial;
    /* color: #ABABAB; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0 auto;
    overflow-x:hidden
}
ul{    padding-inline-start: 0px;}

/*::-webkit-scrollbar {*/
    /*width: 8px;*/
    /*height: 6px;*/
/*}*/

/*::-webkit-scrollbar-track-piece {*/
    /*margin-right: 10px;*/
    /*background-color: #EEE;*/
    /*-webkit-border-radius: 8px;*/
/*}*/
div{
    display: block;
}

.top{
	position: fixed;
	z-index: 999;
	width: 100%;
	background-size: auto;
	background: #fff;
	margin-top: -3px;
}

.header{
    width: 1200px;
    height: 72px;
    position: relative;
    margin: 0 auto;
}

.fullcolumn-inner {
    background-color: transparent;
    background-image: none;
    background-repeat: repeat;
    background-position: 50% 50%;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.top_nav{
   display:flex;
   justify-content:space-around;
   align-items:center;
}

.images{
    width:20%;
}
.top_left{
    width:80%;
    margin-top: 8px;
}

.top_right ul{
    height: 54px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    list-style-type: none;
    box-sizing: content-box;
    margin-top: 6px;;
}

 .w-nav {
    margin: 0;
    padding: 0;
    width: 1074px;
    height: 54px;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

 .w-nav-inner{
	line-height: 50px;
	width: 10%;
 }

 .w-nav .w-nav-item {
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
    line-height: inherit;
}

 .w-nav .w-nav-item .w-nav-item-line {
    padding: 0;
    margin: 0;
    display: block;
    position: absolute;
    height: 100%;
    width: 0;
    top: -1px;
    left: -1px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #EEEEEE;
}

.w-nav .w-nav-item .w-nav-item-link {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    display: block;
    height: 100%;
    color: #383838;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.banner{
    width: 1920px;
    max-height: 400px;
    position: relative;
    margin-top:72px;

}

.huodong{
    width: 100%;
    margin-top: 73px;
}

.hd_content{
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    background-size: 100% 100%;
}
.hd_content img{
    width: 180px;
    height:180px;
    margin-top: 275px;
}

/*棋牌产品*/
.chess,.hezuo{
    width: 100%;
}

.title{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}


.word{
    font-size: 42px;
    font-family: JZunYuan;
    color:#bd0d0d;
    font-style:normal;
}
.word02{
    font-size: 25px;
    font-family: JZunYuan;
    color:#5e5e5e;
    font-style:normal;
    margin-top: 6px;
    width: 100%;
    text-align: center;
    padding: 0 10px;
}

.chess_last,.ncontent{
    width: 100%;
    /*height: 415px;*/
    display:flex;


    justify-content:center;
    align-items:center;
    flex-direction: column;
    margin-bottom: 60px;
}
.ch_line{
    width: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.hw_link{
    width: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    margin-block-start: 0;
    margin-block-end:0;
    margin-top:-30px;
    margin-bottom: 60px;
    position: relative;
}

.nhw{
    margin-right:10px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
    height: 255px;
    cursor: pointer;
    margin-bottom: 10px;
}

.nhw_t1,.nhw_t2,.nhw_t3,.nhw_t4{
    height:210px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    align-items:center;
    /*box-shadow: 3px 3px 2px #888888;*/
    border-radius: 10px;
    cursor: pointer;
}

.nhw_t1 a,.nhw_t2 a,.nhw_t3 a,.nhw_t4 a{
    padding-bottom: 5px;
    font-size: 23px;
    font-family: JZunYuan;
    color:#595959;
    font-style:normal;
    letter-spacing:3px;
    font-weight: normal;
}
.ative:hover{
    color: #ff0012;
}


.ative{
    color: #CC0A0A;
}

 h3{
    margin-block-start: 0;
    margin-block-end: 0;
}

.nhw_t1{
    width: 295px;
    height: 210px;
    background-size: 102% 102%;

}
.nhw_t2{
    width: 295px;
    height: 210px;
    background-size: 102% 102%;
}
.nhw_t3{
    width: 295px;
    height: 210px;
    background-size: 102% 102%;
}
.nhw_t4{
    width: 295px;
    height: 210px;
    background-size: 102% 102%;
}





.nhw em{
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
}



.footer{
    width:100%;
    height: 200px;
    display:flex;
    flex-direction:column;
    justify-content:space-around;
    align-items:center;
    border-top:2px solid #898989;
}
.footer span{
    font-size: 20px;
    font-style: normal;
}

.nmain{
    padding:0 10px;
}

h5 {
    margin-block-start:1em;
    margin-block-end: 1em;
}


 .w-nav .w-nav-inner:hover .w-nav-item-link {
    color: #AD3C3C;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
}


.weixin h5{
    margin-block-start: 0;
    margin-block-end: 0;
}

.title_top{
    position: relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

#jssor_3{
    display: none;
}
















@media screen and (min-width: 1200px) {
    .hd_content {
        margin: 0 auto;
        width: 1200px;
        height: 720px;
    }

}




@media screen and (max-width:1200px){

    .header{
        width: 100%;
    }

    .images{
        width: 0%;
        margin-left: 68px;
    }

    .w-nav-inner {
        width: 10%;
    }

    .hd_content {
        margin: 0 auto;
        width: 972px;
        height:450px;
    }
    .hd_content img{
        width: 110px;
        height:110px;
        margin-top: 185px;
    }

}

@media screen and (max-width:992px){
    .images,.tphone{
        display: none;
    }
    .top_right{
       width: 100%;
    }
    .w-nav {
        width: 100%;
        padding-left: 0px;
    }

    .w-nav-inner {
        width: 14%;
    }

    .hd_content {
        margin: 0 auto;
        width: 748px;
        height:300px;
    }
    .hd_content img{
        width: 80px;
        height:80px;
        margin-top: 125px;
    }
}

@media screen and (max-width:768px){

    .header{
        height: 54px;
    }
    .top_right{
        width: 100%;
    }
    .w-nav {
        width: 100%;
        padding-left: 0px;
        display:flex;
        justify-content:center;
        align-items:center;
        flex-wrap:wrap;
    }
    .w-nav-inner {
	width: 16%;
    }
    /*.w-nav .w-nav-item .w-nav-item-link {*/
        /*line-height: 50px;*/
    /*}*/
    .thome,.ttchess{
        display: none;
    }

    .hd_content {
        margin: 0 auto;
        width: 100%;
        height:300px;
    }
    .hd_content img{
        width: 70px;
        height:70px;
        margin-top: 125px;
    }
    .word{
        font-size: 30px;
    }
    .title {
         background-size: 100%;
        width: 100%;
    }
    .jssor_1{
        top:70px;
        height: 300px;
    }
    .jssor_1 img{
        height: 300px;
    }

    .keifu{
        display: none;
    }
    .hw_link{
        width:100%;
        margin-bottom: 40px;
        justify-content: flex-start;
        align-items: center;
    }

    .footer{
        height:100px;
    }

    .footer img{
        width:200px;
    }
    .ncontent{
        margin-bottom:40px;
    }


    ::-webkit-scrollbar {
        display: none;
    }
    .nhw {
        width: 100%;
        margin-right: 0px;
    }
    .nhw_t1, .nhw_t2, .nhw_t3, .nhw_t4 {
      margin-left: -35px;
    }
     .jssora093 svg{
         display: none;
     }
}

