﻿@charset "utf-8";

html { cursor: default;}  
h1, h2, h3, h4, h5, h6,p, li, label, td, th {cursor: text;}  
a:link, a:visited, a:hover, a:active { cursor: pointer;}
body{width:100%;margin:0; padding:0; font-size:14px; font-family:"微软雅黑",Arial, Helvetica, sans-serif;background-color: #fff;color: #333;}
div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,select,textarea,table,td{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
area{outline:none;} 
img{ border:0;outline: none;}
ol,ul{list-style:none;}
a{ font-family:"微软雅黑",Arial, Helvetica, sans-serif;text-decoration:none;outline:none;}
a:hover{ text-decoration:none;}
.clearfix:after {content:"";display:block;height:0;clear:both;} 
.clearfix {zoom:1;}

/* header */
.header{width: 100%;min-width: 1200px;height: 43px;padding: 6px 0;background:url(../images/bg_nav.png) repeat;}
.head{width: 1180px;height: 43px;margin: 0 auto;position: relative;}
.news_head{width: 800px;padding-left: 0;}
.icon_logo{width: 80px;height: 43px;float: left;background:url(../images/icon_logo.png) center center no-repeat;}
.news_head .icon_logo{margin-right: 0;}
.head_menu{margin-right: 45px;padding-top: 12px;float: left;}
.news_head .head_menu{margin-right: 15px;}
.head_menu li{width: 117px;height: 20px;float: left;font-size: 18px;line-height: 20px;text-align: center;border-left: 1px solid #bebcdb; cursor: pointer;}
.head_menu li a{width: 117px;height: 20px;display: block;font-size: 18px;line-height: 20px;text-align: center;color: #da3e41;}
.head_menu li.fir{border: 0;border-right: 1px solid #da3e41;}
.head_menu li.on a,
.head_menu li:hover a{color: #e98a35;}
.head_wx{width: 102px;height: 35px;padding: 4px 0 4px 50px;float: left;position: relative;background:url(../images/wx_head.png) 5px center no-repeat;}
.head_wx p{line-height: 17px;font-size: 14px;color: #da3e41; opacity:0.88;}
.wx_hover{display: none;width: 134px;height: 184px;padding: 0 9px;position: absolute;top: 48px;left: 0;background: #fff;z-index: 99;}
.head_wx:hover .wx_hover{display: block;}
.qrcode_wx{width: 134px;height: 133px;margin-bottom: 8px;background:url(../images/qrcode_wx.jpg) center center no-repeat;background-size: 100%;}
.wx_hover p{padding-left: 14px;color: #585858;font-size: 14px;}
.wx_hover p.color{color: #bd465a;}
.header-primary{ position:relative; height:547px; }
.kk {
    width: 40px;
    height: 40px;
    background: url(../images/kk321.png) center center no-repeat;
    float: left;
    margin-right: 30px;
}
.head_menu li.tips_menu{
	position: relative;
}
/*新闻下拉导航*/
.head_menu li.news_menu{
	position: relative;
	border: 0;
	height: 37px;
}
.head_menu .news_menu .menu_list{
    width: 117px;
    height: 0px;
    background:url(../images/bg_nav.png) repeat;
    position: absolute;
    top: 37px; 
    left: 0;
    overflow: hidden;
    z-index: 100;
}
.head_menu .news_menu .menu_list a{
	display: block;
	width: 117px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #131313;
	font-size: 14px;
	border-top: 1px solid #e1e0ed;
}
.head_menu .news_menu .menu_list a:hover{
	color: #e98a35;
}
/*攻略站下拉导航*/
.head_menu li.game_menu{
    border-right: 1px solid #bebcdb;
}
.head_menu li.tips_menu{
	height: 37px;
	border: 0;
}
.head_menu .tips_menu .menu_list{
    width: 117px;
    height: 0px;
    background:url(../images/bg_nav.png) repeat;
    position: absolute;
    top: 37px; 
    left: 0;
    overflow: hidden;
    z-index: 100;
}
.head_menu .tips_menu .menu_list a{
	display: block;
	width: 117px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #131313;
	font-size: 14px;
	border-top: 1px solid #e1e0ed;
}
.head_menu .tips_menu .menu_list a:hover{
	color: #e98a35;
}