/**********轮播**********/


/*通栏图*/

.addWrap {
	position: relative;
	width: 100%;
	background: #fff;
	margin: 0;
	padding: 0;
    height: 244px;
}

.addWrap .swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}

.addWrap .swipe-wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.addWrap .swipe-wrap div {
	float: left;
	width: 100%;
	position: relative;
}

.img-responsive {
    display: block;
    width: 100%;
    height: 242px;
}

#position {
	position: absolute;
	left: 40%;
	
	bottom: 1em;
	text-align: right;
}

#position li {
	float: left;
	width: 10px;
	border-radius: 50%;
	height:10px;
	margin-left:0.6em;

	background-color:#b51227;
	box-sizing: border-box;
}

#position li.cur {
	background-color: #fff;
}


/**********底部************/

footer {
	background-color: #000;
	position: fixed;
	width: 100%;
	height: 60px;
	left: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 200;
}

footer a {
	float: left;
	width: 33.33%;
	text-align: center;
	height:60px;
}

footer a img {
	width: 35%;
	padding-top: 0.5em
}
