/** 设置默认字体 **/
body {
    font: 12px/1.5 '微软雅黑',tahoma, Srial, helvetica, sans-serif;
	overflow-x: hidden;
	background:#f3f3f3;
}
.clear{
    clear: both;
}
.header{
	width:100%;
	position:relative;
}
.head-con{
	position: absolute;
    width: 100%;	
	background:url('../images/nav_bg.png') repeat-x;	
	z-index: 99;	
}
.nav-con{
	width:1200px;
	height:80px;
	margin:0 auto;
}
.nav-con .logo{
	display:block;
	width:211px;
	height:56px;
	margin:10px;
	float:left;
}
.nav-con .navs{
	float:left;
	height:80px;
    margin-left: 50px;	
}
.nav-con .navs li{
	width:120px;
	height:80px;
    line-height:80px;	
	color:#fff;
	text-align:center;
	display:inline-block;
	cursor:pointer;
}
.nav-con .navs li:hover{
	color:#ffa200;
}
.nav-con .navs li.cur{
	color:#ffa200;
	background:url('../images/curline.png')center bottom no-repeat;
}
.nav-right{
	width:200px;
	float:right;
	color:#fff;
	font-size:16px;
	cursor:pointer;	
	margin-top:20px
}
.avatar{
	width:21px;
	height:21px;
	background:url('../images/log-i.png')center no-repeat;	
	float: left;
    margin-right: 10px;	
}
.nav-right .logreg a{
	display:inline-block;
	color:#fff;
}
.nav-right .logreg a:hover{
		color:#ffa200;
}
.nav-right .logreg span{
	display:block;
	font-size:12px;
	color:#ccc
}
.slide-con{
	width:1920px;
	margin:auto;
	
}
.main-con{
	position: relative;
    height: 100%;	
}

.main-con .game-con{
	width: 1200px;
    margin: 0 auto;
    position: relative;
}

.w1200{
	width: 1200px;
    margin: 0 auto;
    position: relative;	
}
.part-1,.part-2{
	margin-top:30px;
	overflow: hidden;
}
.p-title {
    width: 100%;
    font-size: 18px;
    color: #333333;
    height: 20px;
    line-height: 20px;
	font-weight:bold;
	padding-left:17px;
	margin-bottom:10px;
	border-left:5px solid #cc0000;
}
.news-left-con{
	width:700px;
	height:360px;
	float:left;
}
.news-left-con img{
	height:360px;
		width:700px;
}
.news-right-con{
	width:425px;
	height:360px;
    background: #fff;	
	float:right;
	padding:0 25px;
}
.relative {
    position: relative;
}
.news_tab{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #cbcbcb;
    overflow: hidden;	
}
.news_tab .on{
	border-bottom: 4px #cc0000 solid;	
	color: #cc0000;	
}
.news_tab li{
	font-size: 16px;
    color: #5c5c5c;
    float: left;
    width: 70px;
    text-align: center;
    height: 46px;
    line-height: 50px;
    cursor: pointer;
	margin:0 30px;	
}
.news_con{
	padding-top: 16px;	
}
.news_con ul {
    display: none;
}
.news_con .active {
    display: block;
}
.news_con  a{
    font-size: 12px;
    color: #666666;
    display: block;
    width: 100%;
    height: 38px;
    border-bottom: 1px dashed #cbcbcb;
    line-height: 38px;	
}
.news_con b {
    font-weight: normal;
    width: 390px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.news_bulletin .news_con span {
    float: right;
}
.news_con .top a {
    font-size: 14px;
    background: #f5f7f9 url(../images/top.png) 0 0 no-repeat;
    border: none;
}
.news_con .top b {
    margin-left: 52px;
    width: 300px;
}
.rmyx-con{
	width: 894px;
    float: left;

}
.rmyx-wrap{
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 280px;
	margin-right: 23px;
    display: inline-block;	
}
.rmyx-wrap:hover{
	box-shadow: 0 10px 24px 0 rgb(0 0 0 / 8%);	
}


.rmyx-wrap .img-wrap{
    display: block;
    height: 150px;
    overflow: hidden;
    width: 100%;	
}
.rmyx-wrap .img-wrap .rxyx-img{
    cursor: pointer;
    height: 100%;
    transition: transform .5s cubic-bezier(.65,.05,.36,1);
    width: 100%;	
}
.rmyx-wrap:hover .rxyx-img{
	transform: scale(1.2);		
}
.rmyx-wrap .name{
	line-height: 40px;	
    background: #fff;
    color: #333;
    font-size: 14px;
    height: 40px;
    text-align: center;	
}

.hover-wrap{
    background: #fff;
    color: #333;
    font-size: 14px;
    height: 40px;
    text-align: center;
}
.rmyx-wrap .hover-wrap {
    align-items: center;
    bottom: -40px;
    box-sizing: border-box;
    color: #333;
    display: flex;
    font-size: 14px;
    padding: 0 10px;
    position: absolute;
    transition: bottom .5s cubic-bezier(.65,.05,.36,1);
    width: 100%;
}
.rmyx-wrap:hover  .hover-wrap {
    bottom: 0;
}
.hover-wrap .left {
    flex: 1;
    text-align: left;
}
.hover-wrap .left .left-item {
    color: #333;
    cursor: pointer;
}
.hover-wrap .left .divide {
    background-color: hsla(0,0%,100%,.1);
    display: inline-block;
    height: 10px;
    margin: 0 5px;
    width: 1px;
}
.hover-wrap .right {
    background: #cc0000;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-left: auto;
    text-align: center;
    width: 68px;
}
.hover-wrap .right a {
    color: #fff;
}
.hover-wrap .left .left-item:hover {
    color: #cc0000;
}
.rmyx-con .rmyx-wrap:nth-child(3n) {
    margin-right: 0;
}

.aside_list_div {
    width: 280px;
    float: right;
}
.aside_list_div .serverList {
    margin-top: 26px;
}
.part-2 .serverList {
    position: initial;
    top: 0;
    right: 0;
    margin: 0;
    width: 280px;
    border-radius: 3px;
}
.little-content {
    padding: 0 8px;
    height: 404px;
	background: #fff;
    box-sizing: border-box;	
    border-radius: 3px;
}

.serverList .little-content h4 {
    font-size: 18px;
    color: #424242;
    text-align: center;
    font-weight: normal;
	padding-top: 12px;
}
.aside_list_div .serverList.hot_rank .little-content h4 {
    padding: 12px 0 10px 0;
}
.serverList li {
    line-height: 36px;
    border-color: #cbcbcb;
}
.serverList li {
    cursor: pointer;
    text-align: right;
    width: 100%;
    line-height: 42px;
    border-bottom: 1px dashed #e6e6e6;
    font-size: 13px;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.serverList li:nth-last-child(1){
	border-bottom:0
}
.serverList li a {
    color: #666666;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.aside_list_div .serverList.hot_rank li a {
    height: 43px;
    justify-content: flex-start;
    cursor: pointer;
}
.aside_list_div .serverList.hot_rank li a.enter_hot {
    width: 72px;
    height: 24px;
    border-radius: 5px;
    font-size: 12px;
    border: 1px solid #dedede;
    justify-content: center;
}
.aside_list_div .serverList.hot_rank li a.enter_hot:hover {
    background: #ff0000;
    border-color: #ff0000;
    color: #fff;
}
.serverList li p {
    width: 178px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.serverList.hot_rank .hot_time {
    width: 60px;
    padding-left: 22px;
    text-align: center;
    font-size: 12px;
    background: url(../images/l.png) 6px 18px no-repeat;
}
.serverList.hot_rank .hot_txt {
    width: 94px;
    text-align: left;
    font-size: 12px;
    margin-left: 8px;
}
.aside_list_div .kflb_list {
    margin-top: 26px;
}
.serverList .serverTabs {
    cursor: pointer;
    border-bottom: 1px dashed #e6e6e6;
    margin-bottom: 10px; 
}
.serverList .serverTabs {
    margin-bottom: 0;
    overflow: hidden;
}
.serverList .serverTabs p.active {
    color: #d73737;
}
.serverList .serverTabs p {
    width: 150px;
    color: #999999;
    text-align: center;
    line-height: 33px;
}
.serverList .serverTabs p {
    width: 112px;
    float: left;
    line-height: 46px;
}
.cont_divs .tabs {
    position: relative;
    height: 315px;
}
.serverList li a span.game_name {
    width: 90px;
    text-align: left;
    padding-left: 4px
}
.serverList li a .game_server {
    width: 80px;
    text-align: center;
}
.serverList li a .game_tt {
    width: 70px;
    text-align: center;
    margin-left: 20px;
}
.bottom_change_div {
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom_change_div p.cur, .bottom_change_div p:hover {
    background: #ff0000;
}
.bottom_change_div p {
    width: 30px;
    height: 5px;
    background: #e4e4e4;
    border-radius: 6px;
    margin: 0 4px;
    cursor: pointer;
}
.part-3{
	margin-bottom:30px;
	overflow:hidden;
}
.part-3 .w1200 div{
	position:relative;
	height:92px;
	width:280px;
	color:#333;
    display: inline-block;
    margin-right: 23px;	
}
.part-3 .w1200 a{
	height:92px;
	width:280px;
	color:#333;
    display: inline-block;	
}
.part-3 .w1200 div:nth-child(4){
	margin-right:0
}
.part-3 a.jzjh{
	background:url('../images/kj_bg1.jpg')no-repeat;
}
.part-3 a.fcm{
	background:url('../images/kj_bg2.jpg')no-repeat;
}
.part-3 a.ysxy{
	background:url('../images/kj_bg3.jpg')no-repeat;
}
.part-3 div.qqkf{
	background:url('../images/kj_bg4.jpg')no-repeat;
}
.part-3 .w1200 p{
	position:absolute;
	left:90px;
	top:25px;
	font-size:18px;
	font-weight:bold;
}
.part-3 .w1200 span{
	position:absolute;
	left:90px;
	top:50px;
	font-size:12px;
	color:#666
}
.part-3 .qqkf .line-kf{
	position: absolute;
    height: 22px;
    width: 60px;
    background: #5396ff;
    color: #fff;
    right: 14px;
    top: 27px;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
}

.footer{
	background:#000;
	overflow:hidden;
}
.footer .foot-warp{
	width:1200px;
	margin:20px auto;
}
.footer .foot-warp p{
	text-align:center;
	color:#ccc;
	font-size:12px;
	line-height:25px;
}
.footer .foot-warp p a{
	display:inline-block;
	color:#ccc;
	margin:0 5px;
}

























