
* {
	margin: 0;
	padding: 0;
	font-family: Microsoft YaHei, SimHei, Arial, Helvetica, sans-serif !important;
}

/*margin内边距为0，padding外边距为0 支持字体选择,当Microsoft YaHei字体不支持显示时，显示SimHei，以此类推*/
a {
	text-decoration: none;
	/*去掉a标签的下划线*/
	color: black;
	/*a标签的字体颜色为黑色*/
}

ul li {
	list-style-type: none;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

/* 底部信息栏开始============================================================*/


.foot {
	width: 100%;
	background: url(../images/boline.gif) left top repeat-x rgb(6, 101, 119);
	height: auto;
	padding: 10px 0 0 0;
}

.foot-map {
	width: 1000px;
	margin: 0 auto;
}

.foot-mleft {
	float: left;
	width: 100%;
	padding: 0px 0 0 0;
}

.foot-mleft ul {
	float: left;
	width: 500px;
	padding: 15px 0 0 0;
}

.foot-mleft ul li {
	float: left;
	width: 70px;
	padding: 0 20px 0 0;
}

.foot-mleft ul li a {
	float: left;
	width: 70px;
	line-height: 20px;
	color: #7b8e9e;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.site {
	float: left;
	width: 100%;
	height: 38px;
	line-height: 38px;
	margin-bot/tom: 5px;
	padding-left: 50px;
	font-size: 14px;
	background: url(../images/bmap.png) left center no-repeat;
	padding-right: 25px;
	color: #7b8e9e;
}

.site a {
	color: #7b8e9e;
}
.foot-tel {
	color: #ffc600;
	float: right;
	width: 270px;
	background: url(../images/tel.png) 80px top no-repeat;
	padding: 0 0 0 84px;
	display: inline;
	margin: 80px 0 0;
}

.foot-tel p {
	display: block;
	padding: 0 0 0 50px;
}

.foot-tel p label {
	font-size: 22px;
	display: block;
	line-height: 30px;
}

.foot-er {
	float: right;
	padding: 34px 0 0 0;
	width: 123px;
	text-align: center;
	color: #6e8294;
	line-height: 25px;
}

.footlink {
	width: 1000px;
	color: #7b8e9e;
	height: 55px;
	margin: 5px auto 0 auto;
	border-bottom: 1px solid #283c4e;
	border-top: 1px solid #283c4e;
	line-height: 55px;
}

.footlink .name {
	float: left;
	padding-left: 10px;
}

.linka {
	float: left;
	width: 850px;
	padding: 0px 0 0 0px;
	word-wrap: break-word;
}

.linka a {
	display: inline-block;
	margin: 0 5px;
	color: #7b8e9e;
}

.foot-con {
	width: 1004px;
	margin: 0px auto 0 auto;
	color: #7b8e9e;
	line-height: 28px;
	text-align: center;
}

.foot-con a {
	color: #7b8e9e;
}

.foot-left {
	/*float: left; */
	padding-left: 10px;
}

/* 底部信息栏结束============================================================*/
