.focus span {
	width: 10px;
	height: 10px;
	margin-right: 10px;
	border-radius: 50%;
	background: #666;
	font-size: 0;
}
.focus span.current {
	background: #fff;
}
#topbanner {
	margin-top: 80px;
	height: 180px;
}
.am-share {
	font-size: 14px;
	border-radius: 0;
	bottom: 50px;
	left: 0;
	position: fixed;
	text-align: center;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 300ms;
	transition: transform 300ms;
	width: 100%;
	z-index: 1110;
}
.am-modal-active {
	transform: translateY(0px);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.am-modal-out {
	z-index: 1109;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}
.am-share-title {
	background-color: #3463b0;
	border-bottom: 1px solid #fff;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	color: #fff;
	font-weight: 400;
	margin: 0 10px;
	padding: 10px 0 0;
	text-align: center;
}
.am-share-title::after {
	border-bottom: 1px solid #dfdfdf;
	content: "";
	display: block;
	height: 0;
	margin-top: 10px;
	width: 100%;
}
.am-share-footer {
	margin: 10px;
}
.am-share-footer .share_btn {
	color: #fff;
	display: block;
	width: 100%;
	background-color: #3463b0;
	border: 1px solid #3463b0;
	border-radius: 0;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0.625em 0;
	text-align: center;
	transition: background-color 300ms ease-out 0s, border-color 300ms ease-out 0s;
	vertical-align: middle;
	white-space: nowrap;
	font-family: "微软雅黑";
}
.am-share-sns {
	background-color: #3463b0;
	border-radius: 0 0 2px 2px;
	margin: 0 10px;
	padding-top: 15px;
	height: auto;
	zoom: 1;
	overflow: auto;
}
.am-share-sns li {
	margin-bottom: 15px;
	display: block;
	float: left;
	height: auto;
	width: 20%;
}
.am-share-sns a {
	color: #555;
	display: block;
	text-decoration: none;
}
.am-share-sns span {
	display: block;
}
.am-share-sns li a  {
	border: #bfcae1 1px solid;
	border-radius: 50%;
	width: 30px;
	text-align: center;
	line-height: 0px;
	height: 30px;
	margin-left:10px;
}

.am-share-sns li img {
	margin:8px;
}
.am-share-sns .share-icon-weibo {
	background-image: url();
}
.sharebg {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}
.sharebg-active {
	opacity: 1;
	display: block;
}
