*{margin:0;padding:0}
ul{list-style-type:none;}
a img{border:0}
a{text-decoration:none}
.main{width:95%;margin-left:auto;margin-right:auto;}
.clear{clear:both;}
.ellipsis {
  white-space: nowrap;       /* 防止文本换行 */
  overflow: hidden;          /* 隐藏溢出的文本 */
  text-overflow: ellipsis;   /* 显示省略号来代表被修剪的文本 */
}

.Nav{margin-top:10px;}
.Nav .One{background:#0E81F8;border:1px solid #0E81F8;float:left;padding:5px 5px;margin-right:10px;color:#FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}

.footer-fix {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	display: none;
}

.footer-fix li {
	float: left;
	width: 25%;
}

.footer-fix li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}

.footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}

.footer-fix li i.i0 {
	background-image: url(../images/f_01.png);
}

.footer-fix li i.i1 {
	background-image: url(../images/f_02.png);
}

.footer-fix li i.i2 {
	background-image: url(../images/f_03.png);
}

.footer-fix li i.i3 {
	background-image: url(../images/f_04.png);

}

.clearfix {
	zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

#Footer{background:#E4F6FE;text-align:center;line-height:1.6;font-size:0.9rem;color:#517BA6;}
#Footer a{color:#517BA6;}