html{
	height: 2115px;
	width: 100%;
	overflow-x: hidden;
}
body{
	height: 2115px;
	width: 100%;
	background: url(../images/rankBg.jpg) no-repeat center;
	background-size:1920px 2115px;
	margin: 0 auto;
}
.fixBox{
	position: fixed;
	width: 150px;
	height: 110px;
	top: 460px;
	left: 50%;
	margin-left: -780px;
}
.selectDetailBut{
	background: url(../images/selectDetailBut.png) no-repeat center;
	background-size:150px 52px ;
	width: 150px;
	height: 52px;
	margin-bottom: 6px;
	cursor: pointer;
}
.rankBut{
	background: url(../images/rankBut.png) no-repeat center;
	background-size:150px 52px ;
	width: 150px;
	height: 52px;
	display: block;
}
.section{
	width: 1200px;
	height: 2115px;
	margin: 0 auto;
	padding-top: 592px;
	overflow: hidden;
}
.backPage{
	width: 100%;
	height: 18px;
	background: url(../images/back.png) no-repeat 26px center;
	background-size:18px 18px ;
	padding-left: 50px;
	line-height: 18px;
	font-size: 15px;
	color: #0255af;
}
.backPage span{
	cursor: pointer;
}


.listTitle{
	width: 100%;
	height: 190px;
	margin-top: -45px;
}
.titleLi{
	float: left;
	width: 20%;
	height: 190px;
	cursor: pointer;
}
.daodeLi{
	background: url(../images/daode.png) no-repeat center 87px;
	background-size: 185px 91px;
}
.shiganLi{
	background: url(../images/shigan.png) no-repeat center 87px;
	background-size: 185px 91px;
}
.chuangxiaoLi{
	background: url(../images/chuangxiao.png) no-repeat center 87px;
	background-size: 185px 91px;
}
.jinengLi{
	background: url(../images/jineng.png) no-repeat center 87px;
	background-size: 185px 91px;
}
.chuangxinLi{
	background: url(../images/chuangxin.png) no-repeat center 87px;
	background-size: 185px 91px;
}
.daodeActive{
	background: url(../images/daodeActive.png) no-repeat center 72px;
	background-size:222px 106px ;
}
.shiganActive{
	background: url(../images/shiganActive.png) no-repeat center 72px;
	background-size:222px 106px ;
}
.chuangxiaoActive{
	background: url(../images/chuangxiaoActive.png) no-repeat center 72px;
	background-size:222px 106px ;
}
.jinengActive{
	background: url(../images/jinengAcitve.png) no-repeat center 72px;
	background-size:222px 106px ;
}
.chuangxinActive{
	background: url(../images/chuangxinActive.png) no-repeat center 72px;
	background-size:222px 106px ;
}


.refresh{
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #0255af;
	font-size: 14px;
	padding-left: 1092px;
	margin-top: 33px;
	background: url(../images/refresh.png) no-repeat 1068px center;
	background-size: 18px 20px;
}
.refresh span{
	cursor: pointer;
}
.title{
	width: 190px;
	height: 51px;
	margin: -7px auto 44px;
	background: #c0fbff;
	color: #0255af;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 51px;
}

.listSecBox{
	width: 833px;
	margin: 0 auto;
}
.listSecLi{
	display: none;
}
.listSecActive{
	display: block;
}
.lineLi{
	width: 833px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.sortNum{
	float: left;
	width: 54px;
	color: #0255af;
}
.number{
	float: left;
	width: 88px;
	color: #5e5e5e;
}
.name{
	float: left;
	width: 178px;
	color: #5e5e5e;
}
.company{
	float: left;
	text-align: left;
	width: 397px;
	color: #5e5e5e;
}
.voteNum{
	float: left;
	text-align: right;
	width: 116px;
	color: #5e5e5e;
}
.listBox{
	height: 1050px;
	overflow: hidden;
}
.listBox .topLineLi .sortNum{
	font-size: 30px;
	font-weight: bold;
}
.listBox .topLineLi .number{
	font-weight: bold;
	color: #0255af;
}
.listBox .topLineLi .name{
	font-weight: bold;
	color: #0255af;
}
.listBox .topLineLi .company{
	color: #0255af;
}
.listBox .topLineLi .voteNum{
	font-weight: bold;
	color: #ff5400;
}



/*页数*/
.pageBox{
	text-align: center;
}
.pageList{
	display: inline-block;
	height: 33px;
	text-align: center;
	line-height: 33px;
}
.pageList li{
	float: left;
	width: 33px;
	height: 33px;
	margin: 0 17px;
	border: 1px solid #00aeff;
	color: #00aeff;
	font-size: 18px;
	cursor: pointer;
}
.pageList .pageActive{
	color: #fff;
	background: #00aeff;

}
