﻿.banner {
	max-width:980px;
	height:140px;
	margin:30px auto 30px auto;
}

.bn-space {
	width:100%;
	height:100%;
}

.bn-anchor1, .bn-anchor2 {
	width:47.5%;
	height:100%;
	float:left;
}

.bn-space img {
	width:100%;
	height:100%;
	border-radius:10px;
	border:1px solid #C3C3C3;
	box-shadow:0px 0px 20px -5px rgba(0, 0, 0, 0.8);

}

.bn-anchor2 {
	margin:0 0 0 5%;
}

.banner:after {
	content:"";
	clear:both;
}