﻿ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-weight: normal;
}


.hide{
	display: none;
}


/*返回顶部*/

/*底部导航链接*/
.butonNav {
}
.butonNav a{
	color: #666666 !important;
}
.butonNav ul{
	width: 980px;
	height: 52px;
	margin-top: 10px;
	background-color: #F3F3F3;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3399FF;
}
.butonNav ul li{
	float: left;
	color: #333333;
	font-size: 16px;
	height: 52px;
	line-height: 52px;
	cursor: pointer;
	text-align: center;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: 2px;
	margin-left: 2px;
}
.butonNav ul li span{
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.butonNav ul .active{
	background-color: #FFFFFF;
}
.butonNav .urlBox{
	margin-top: 10px;
}
.butonNav .urlBox ol li{
	float: left;
	font-size: 14px;
	color: #666666;
	width: 180px;
	text-align: left;
	line-height: 40px;
	height: 40px;
}
.butonNav .urlBox ol li span{
	width: 2px;
	height: 2px;
	background-color: #5680d2;
	display: block;
	float: left;
	border-radius: 7px;
	margin-top: 20px;
	margin-right: 8px;
}

.butonNav .urlBox a:link {
	color: #000000;
	text-decoration: none;
}

.butonNav .urlBox a:hover {
	color: #000000;
	text-decoration: none;
}

.butonNav .urlBox a:visited {
	color: #000000;
	text-decoration: none;
}

