
/*é¦–é¡µä¾§è¾¹æ éƒ¨åˆ†å¼€å§‹*/
.sidenav {
	background: #212121;
	box-shadow: 2px 2px 6px rgba(0,0,0,.3);
	display: block;
	font-size: 16px;
	font-weight: 400;
	height: 100%;
	left: 0;
	position: fixed;
	overflow: auto;
	transform: translate(-262px,0);
	transition: transform .3s;
	top: 0;
	width: 200px;
	z-index: 100
}

.sidenav.show {
	transform: translate(0,0)
}

.sidenav-brand {
	background: #e96a28!important;
	border-bottom: 1px solid #FF7043;
	color: #FAFAFA;
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
	padding: 20px 24px 18px;
	text-align: center;
}

.sidenav-dropdown,.sidenav-header {
	border-bottom: 1px solid #424242;
	margin: 0
}

.sidenav-header {
	background: 0 0;
	color: #757575;
	font-size: 19.2px;
	line-height: 32px;
	padding: 16px 24px 15px
}

.sidenav-header small {
	display: block;
	font-size: 14.4px;
	line-height: 16px
}

.sidenav-menu {
	list-style: none;
	margin: 0;
	padding: 0
}

.sidenav-menu li {
	display: block;
	position: relative
}

.sidenav-menu a {
	background: 0 0;
	color: #BDBDBD;
	display: block;
	line-height: 24px;
	padding: 16px 32px;
	text-decoration: none
}

.sidenav-menu a:hover {
	background: #616161
}

.sidenav-menu a.active,.sidenav-menu a.active .sidenav-dropdown-icon,.sidenav-menu a.active .sidenav-link-icon {
	color: #FAFAFA
}

.sidenav-dropdown-icon,.sidenav-link-icon {
	color: #757575;
	position: absolute;
	text-align: center;
	top: 16px
}

.sidenav-link-icon {
	display: block;
	height: 24px;
	left: 24px;
	width: 24px
}

.sidenav-link-title {
	display: block;
	padding: 0 16px 0 40px
}
.navgame{
	background:url(../images/xiala.png) 100px 10px no-repeat;
}

.sidenav-dropdown {
	display: none;
	list-style: none;
	padding: 0
}

.sidenav-dropdown a {
	background: #191919;
	padding-left: 20px;
}

.sidenav-dropdown a:hover {
	background: #616161
}

.sidenav-dropdown li:first-child a {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.1)
}

.sidenav-dropdown-icon {
	display: none;
	height: 16px;
	right: 16px;
	width: 16px
}

.sidenav-dropdown-icon.show {
	display: block
}



.sidenav-no-scroll {
	overflow: hidden!important
}


/*é¦–é¡µä¾§è¾¹æ éƒ¨åˆ†ç»“æŸ*/

html,body,ul,ol,li,p,img,input {
    margin: 0;
    padding: 0;
}

ul,ol,li {
    list-style: none;
}

body {
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

a {
    text-decoration: none;
}

a:hover {
    color: black;
}

img {
    border: 0;
}

.wrapper {
    width: 100%;
    position: relative;
}

.top_bar {
    width: 100%;
    height: 40px;
    border-bottom: 1px #eee solid;
}

.top_bar .in_left {
    line-height: 40px;
    width: 100%;
    overflow: hidden;
}

.top_bar .in_left span {
    color: #bbb;
    padding: 0 10px;
    float: left;
}

.top_bar .in_left a {
    color: #333;
    float: left;
    padding: 0 5px
}

.top_bar .in_right {
    float: right;
    margin-right: 50px;
    border-right: 1px #eee solid;
    width: 423px;
    height: 40px;
    line-height: 40px;
    display: none;
}

.top_bar .in_right a {
    width: 140px;
    float: left;
    border-left: 1px #eee solid;
    display: block;
    text-align: center;
    color: #999
}

.top_bar a:hover {
    color: #00a9ff
}

.top_bar .in_right a i {
    display: inline-block;
    width: 20px;
    height: 21px;
    margin-right: 6px;
    background-image: url(../images/sprite.png);
    vertical-align: middle;
    margin-top: -4px;
}

.top_bar .in_right a i {
    *display: inline;
}

.top_bar .in_right a.topbar_account i {
    background-position: 0 0;
}

.top_bar .in_right a.topbar_pay i {
    background-position: -20px 0;
}

.top_bar .in_right a.topbar_service i {
    background-position: -40px 0;
}

.head_box {
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding: 6px 0px;
}

.head_box .logo {
    float: left;
    width: 112px;
    height: 30px;
    margin-top: 2px;
	margin-left: 12px;
}
.head_box .logo img{
	width: 100%;
}
.mnav{
	height: 30px;
	width: 30px;
	background: url(../images/i_1.png) 1px center no-repeat;
	background-size:30px; ;
	float: right;
	margin-right: 10px;
	margin-top: 6px;
}

.head_box .nav {
    position: relative;
    float: right;
    padding-right: 30px;
    width: 672px;
    display: none;
}

.head_box .nav a {
    width: 60px;
    float: left;
    display: block;
    height: 60px;
    margin: 18px 25px;
    line-height: 60px;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    color: #000;
}

.head_box .nav a.nav_home {
    width: 40px;
}

.head_box .nav a.nav_app {
    width: 80px;
}

.head_box .nav a.cur {
    color: #e96a28;
    border-bottom: 3px #e96a28 solid;
}

.head_box .nav a:hover {
    color: #e96a28;
    border-bottom: 3px #e96a28 solid;
}

.more {
    position: relative;
    padding-left: 2px;
    border: none!important;
}

.more:hover {
    border: none!important;
}

/*banneréƒ¨åˆ†*/
.banner {
    width: 100%;
    height: 162px;
    overflow: hidden;
    position: relative;
    font-size: 0;
}

/*.b-img {
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
}

.b-img a {
    display: block;
    height: 160px;
    float: left;
}

.b-img a img{
	width: 100%;
}*/


/*.b-list {
    height: 50px;
    padding-top: 126px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
   width: 200px!important;
   margin-left: 142px;
}

.b-list span {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 2px;
    background: white;
    opacity: 0.6;
    z-index:0.8;
    
    border: 1px solid #fff;
    float: left;
    margin: 0 5px;
    _margin: 0 3px;
}

.b-list .spcss {
    background:  #e96a28;
    border: 1px solid #E96A28;
    opacity: 1!important;
}*/

/*.bar-left {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100px;
    height: 100%;
    left: 0px;
    background: none;
    top: 0px;
}

.bar-right {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100px;
    height: 100%;
    right: 0px;
    background: none;
    top: 0px;
}

.bar-left em {
    display: block;
    width: 50px;
    height: 100px;
    background: url(../images/arrow.png) 0px 0px no-repeat;
    margin: 0 auto;
    margin-top: 325px;
}

.bar-right em {
    display: block;
    width: 50px;
    height: 100px;
    background: url(../images/arrow.png) -50px 0px no-repeat;
    margin: 0 auto;
    margin-top: 325px;
}

.bar-left .emcss {
    background-position: 0px -100px;
}

.bar-right .emcss {
    background-position: -50px -100px;
}*/
/*æ–°é—»éƒ¨åˆ†*/
.part_1 {
    width: 99%;
    margin: 0 auto;
    position: relative;
    margin-top: 10px;
    z-index: 2;
   display: inline-block!important;
}

.part_1 .part_left {
    width:98%;
    margin: auto;
}



.part_1 .part_right {
    background: white;
    width: 98%;
    margin: 10px auto;
}


.glist {
    margin-top: 10px;
}
.glist h1{
	font-size: 25px;
	padding: 0px!important;
}
/*æ¸¸æˆåˆ—è¡¨*/
.hot {
	display: none!important;
    width: 1230px;
    display: -moz-box;
    display: -webkit-box;
    display: -o-box;
    display: box;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    box-pack: justify;
    margin: auto;
}

.hot .hot1 {
    font-size: 14px;
    font-weight: bold;
}

.hot .hot2 a {
    color: #CCCCCC;
}

 .hotall {
    width: 100%!important;
    margin: auto;
    display: block;
    overflow: hidden;
}

.hotall .box {
    width:100%;
    margin: 8px auto 10px;
    overflow: hidden;
}

.hotall .box .game_list{
	overflow: hidden;
	margin: auto;
	width: 99%;
}

.hotall .box ul li {
    width: 46%;
    height: 320px;
    float: left;
    position: relative;
    overflow: hidden;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    margin-left: 3%;
    margin-top: 10px;
}

.hotall .box ul li .gimg {
    display: block;
    overflow: hidden;
    width: 100%!important;
 
}

.hotall .box ul li .dask {
    width: 100%;
    height: 225px;
    background: #e96a28;
    position: absolute;
    top: -322px;
    left: 0;
}

.hotall .box ul li .dask img {
    width: 100px;
    height: 100px;
    display: block;
    overflow: hidden;
    margin: 34px auto 8px;
}

.hotall .box ul li .dask span {
    display: block;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    font-weight: bold;
    color: white;
    font-size: 16px;
}

.hotall .box ul li .dask .link {
    width: 72px;
    height: 35px;
    margin: 10px auto 10px;
    text-align: center;
}

.hotall .box ul li .dask .link a {
    display: block;
    overflow: hidden;
    width: 32px;
    height: 32px;
    float: left;
    background: darkcyan;
    margin-left: 2px;
    text-decoration: none
}

.hotall .box ul li .dask .link .ghome {
    background: url(../images/first.png) no-repeat;
}

.hotall .box ul li .dask .link .gdown {
    background: url(../images/down.png) no-repeat;
}

.hotall .box ul li .explan {
    width: 80%;
    margin: auto;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 80px auto 8px;
    border: 1px solid #868686;
}

.hotall .box ul li .explan a {
    display: block;
    color: black;
}

.box ul li:hover .explan {
    background: #e96a28;
}

.box ul li:hover .explan a {
    color: white;
}
/*å°¾éƒ¨åˆ†*/
 .about {
    display: block;
    overflow: hidden;
    color: white;
    padding: 8px 0px;
    font-size: 12px;
    margin: auto;
    width: 98%;
    text-align: center;
}

 .about a {
    display: inline-block;
    color: white;
    padding: 2px 3px;
}

 .about  span {
    display: inline-block !important;
    margin: auto 8px;
    color: white;
}

.footer {
    background: #46505a;
    bottom: 0px;
    width: 100%;
    padding-bottom: 20px;
}

.footer .footertxt span {
    display: block;
    text-align: center;
    margin: auto;
    padding: 4px 0px;
    font-size: 12px;
}

.footer .footertxt {
    text-align: center!important;
    color: white;
    font-size: 11px;
    margin: auto;
    width: 98%;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;

}
.footer .footend{
	margin: auto;
	overflow: hidden;
   padding-top: 20px; 
}
.footer .footend .endlogo{
	background: url(../images/logo2.png) no-repeat;
	background-size:80% ;
	width: 175px;
	height: 38px;
	display: block!important;
	margin: auto;
	text-align: center;
}
/*æ–°é—»é¡µé¢å¼€å§‹*/



body, ul, dl, dd, dt, ol, li, p, h1, h2, h3, h4, h5, h6, textarea, form, select, fieldset, table, td, div, input {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none
}

body>div {
    margin: 0 auto
}

div {
    text-align: left
}

a img {
    border: 0
}

body {
    color: #333;
    text-align: center;
    font: 12px "å¾®è½¯é›…é»‘";
}

ul, ol, li {
    list-style-type: none;
    vertical-align: 0
}

a {
    outline-style: none;
    color: #535353;
    text-decoration: none
}

a:hover {
    color: #D40000;
    text-decoration: none
}

.button {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: 0.25em 0.6em 0.3em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.red:active {
    color: #de898c;
    background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
    background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

.cor_bs,.cor_bs:hover {
    color: #ffffff;
}

.keBody {
    background: url(../images/bodyBg.jpg) repeat #333;
}

.keTitle {
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    font-family: 'å¾®è½¯é›…é»‘';
    color: #FFF;
    text-align: center;
    background: url(../images/bodyBg3.jpg) repeat-x bottom left;
    font-weight: normal
}

.kePublic {
    background: #FFF;
    padding: 0px;
}

.keBottom {
    color: #FFF;
    padding-top: 25px;
    line-height: 28px;
    text-align: center;
    font-family: 'å¾®è½¯é›…é»‘';
    background: url(../images/bodyBg2.jpg) repeat-x top left;
    padding-bottom: 25px
}

.keTxtP {
    font-size: 16px;
    color: #ffffff;
}

.keUrl {
    color: #FFF;
    font-size: 30px;
}

.keUrl:hover {
    text-decoration: underline;
    color: #FFF;
}

.mKeBanner,.mKeBanner div {
    text-align: center;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    height: 750px;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
    height: 750px;
}

.slide_container {
    margin-bottom: 50px;
    position: relative;
    float: left;
    width: 100%;
}

.slide {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.slide li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 750px;
}

.slide img {
    display: block;
    position: relative;
    z-index: 1;
    height: 750px;
    width: 100%;
    border: 0;
}

.slide .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 14px;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0,0,0, .8);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
}

.slide_nav {
	border: 1px solid red;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3!important;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url(../images/themes.gif) no-repeat left top;
    margin-top: -45px;
}
.slide_nav:active {
    opacity: 1.0;
}
.slide_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}
#owl-demo {
    position: relative;
    width:100%;
    height: 390px;
    margin-left: auto;
    margin-right: auto;
}
#owl-demo .item {
    position: relative;
    display: block;
}
#owl-demo img {
    display: block;
    width: 640px;
    height: 390px;
}
#owl-demo b {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 78px;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}
.owl-pagination {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 22px;
    text-align: center;
}
.owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-image: url(../images/bg15.png);
    *display: inline;
    *zoom: 1;
}
.owl-pagination .active {
    width: 25px;
    background-image: url(../images/bg16.png);
}
.owl-buttons {
    display: none;
}
.owl-buttons div {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 80px;
    margin-top: -40px;
    text-indent: -9999px;
}
.owl-prev {
    left: 0;
    background-image: url(../images/bg17.png);
}
.owl-next {
    right: 0;
    background-image: url(../images/bg18.png);
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
@media screen and (max-width: px) {
	.top_bar{background: darkblue!important;}
}

 .game-news{
	float: left;
	width: 100%;
	background-color: #ffffff;
}
 .game-news .tabs-frame{
	height: 50px;
	font-size: 24px;
	width: 100%;
	
}
 .game-news .tabs{
	font-size: 14px;
	height: 50px;
	border-bottom: medium solid #ffe7b8;
}
 .game-news .tabs ol{
	list-style: none;
	margin:0;
	padding: 0;
}
 .game-news .tabs ol li{
	width:86px;
	height: 50px;
	line-height:50px;
	background-color:#ffffff;
	color: #ffb91e;
	float: left;
	text-align: center;
}
 .game-news .tabs .active{
	background-color:#ffe7b8;
	color: #97541d;
}
 .game-news .tabs a{
	color: inherit;
	text-decoration: none;
}
 .game-news .tabs a:hover{
	color: #97541d;
	text-decoration: none;
}
 .game-news .tabs-container{
	
}
 .game-news .tabs-container .content{
	font-size: 16px;
}
 .game-news .tabs-container .content table{
	text-align:left;
	width:100%;
	overflow: hidden;
}
.txtnews{
 padding: 0px!important;
 width: 200px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space:nowrap ;
}
 .txtnews .swiper-no-swiping{
 	display: inline-block;
 	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap ;
	text-indent: 4px;
 }




 .game-news .tabs-container .content tr{
	width: 100%;
	overflow: hidden;
}
 .game-news .tabs-container .content td{
	border-bottom: thin solid #e3e3e3;
	padding: 7px 0px!important;
}
 .game-news .tabs-container .content .type{
	color: #ffffff;
	background-color:#fd89ae;
	width: 35px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px!important;
}
 .game-news .tabs-container .content a{
	color: #383838;
	text-decoration: none;
}
 .game-news .tabs-container .content a:hover{
	color: #fd89ae;
	text-decoration: none;
}
 .game-news .tabs-container .content .time{
	color: #c1c1c1;
	width: 70px;
	font-size: 12px!important;
	overflow: hidden;
 	text-overflow: ellipsis;
 	white-space:nowrap ;
}
.swipe{ padding:0 0 0 0;}






/*æ–°é—»åˆ—è¡¨*/
.ny_banner {
    width: 100%;
    height: 150px;
    background: url(../images/my_banner.jpg)  top center no-repeat;
    position: relative;
}

.ny_t {
    width:100%;
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
}

.ny_t span {
    display: block;
}

.ny_t .h1 {
    font-size: 25px;
    color: #fff;
}

.ny_t .h2 {
    font-size: 16px;
    color: #666;
}

.ny_wrap {
    width: 100%;
    background: #f2f4f9;
    padding: 8px 0;
    min-height: 350px;
}
.news_content {
    width: 100%;
    margin: 0 auto;
}


.news_title {
    width: 100%;
    padding-bottom: 70px;
    border-bottom: 1px #e2e4e9 solid;
    font-size: 18px;
    color: #333;
    text-align: center;
    position: relative;
}

.news_title .news_time {
    position: absolute;
    bottom: 35px;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #999;
}

.news_title .news_time i {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
    background-image: url(../images/sprite.png);
    background-position: -149px 0;
}

.content {
    padding: 16px 0;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    width: 96%;
    margin: auto;
}

.content p img{
	display: block;
	overflow: hidden;
	margin: auto;
	width: 96%;
}
