@charset "utf-8";
/* CSS Document */
header{
	background-image: url("../images/bg_01.jpg");
	height: 130px;
}
.header{
	display: none;
}
.search{
	display: inline;
	position: absolute;
	margin-top: 14px;
	margin-left: 10px;
}
.page .normal_page  ul {
  padding-bottom: 15px;
}
.page .normal_page  ul li {
  height: 50px;
  line-height: 49px;
  font-size: 16px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  
}
.page .normal_page   ul li a {
  display: inline-block;
  padding-left: 3px;
  padding-right: 92px;
  color: #4c4c4c;
  width: 100%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.2s ease 0.1s;
}
.page .normal_page  ul li span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #999;
  padding: 0 5px;
}
.page .normal_page  ul li:hover a {
  color: #3B30BA;
}
.banner{
	background: url("../images/banner.png");
	height: 100px;
	background-repeat: no-repeat;
}
.code{
	height: 113px;
	width: 372px;    
	background: url("../images/code.png");
	background-repeat: no-repeat;
}
.logo{
	height: 110px;
	width: 739px;    
	background: url("../images/ll.png");
	background-repeat: no-repeat;
}
.title{
	position: absolute;
	top: 10px;
}
.more  {
	float: right;
	font-size: 17px;
	padding: 10px 0 0 0;
	
}
.more >a{
	color: #13227A;
}
#GoTop{
	width:40px;
	height:40px;
	background-color:#F59E1D;
	background-image: url("../images/top.png");
	background-repeat: no-repeat;
	position:fixed;
	bottom:30px;
	right:30px;
	font-size:19pt;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	display: none;
}

/*顶部独立样式*/
.top {width: 100%;height: 55px!important;background: #fff;
margin: 0;
font-size:14px;
width: 100%;
display: table;
font-family:"微软雅黑";		
}
.top-inner {width: 1280px;height: 55px;margin: 0 auto; }
.top-inner .top-inner-l {padding-right: 45px;}
.top-inner .top-inner-c {position: relative;width: 281px;height: 55px;margin-right: 100px;overflow: hidden;}
.top-inner .top-inner-c ul {position: relative;height: 55px;}
.top-inner .top-inner-c ul li {float: left;width: 281px;height: 55px;}
.top-inner .top-inner-r {padding-right: 25px;}
.top-inner .top-inner-r .s_link{display: block;float: left;padding: 0 10px;line-height: 55px;color: #666;}
.top-inner .top-inner-r .s_link:hover {color: #36c;}
.list_nav{float:left;height:55px;min-width:10px;margin-left:10px;}
.list_nav em{color:#666;margin-right:3px;height:55px;line-height:55px;float:left;font-style:normal;}
.top-inner-r .h_top{margin-top:23px;float:left;display:inline;}
.list_active em{color:#F22E00;}
.top-inner_ml{width:75px;height:55px;cursor:pointer;overflow:hidden;}
.top-inner .header_game{width:940px;position:absolute;top:55px;border:1px solid #E2E7E5;right:-35px;height:275px;background-color:#fff;display:none;}
.fl {float: left;}
.top ul,li{margin:0;padding:0;}
.top em,i{font-style:normal;}
.top ul,dl,dd,li{list-style-type:none;}
.top a{text-decoration:none; color:#505050;}
.top a:active {text-decoration:none;}
.big{
	font-size: 24px;
	padding: 20px 0 0 0;
}
@media screen and (max-width:768px){
	.phonedone{
		display: none!important;
	}
	
	.mycon{
		display: none;
	}
	.phone{
		
		height: 100px;
		width: 320px;	
		background-image: url("../images/logo-phone.png");
		background-repeat: no-repeat;
	
	}
	.header{
	display: block;
}	
	header{
		height: 100px;
	}
	
}
.databutton{
	margin: 20px 0 0 0;
}
#data{
	margin: 7px 0 0 0;
}