﻿/* 小贝壳（smallseaShell.com）国内最全最大模板源码资源素材库 */
@charset "utf-8";
/* CSS Document */
* {
	transition: all .5s;
}
.bannerBox {
	width: 100%;
	height: 504px;
}
/*优势品牌*/

#flashs {
	position: relative;
	height: 504px;
	overflow: hidden;
}
#flashs .bgitem {
	z-index: 1;
	position: absolute;
	top: 0;
}
#flashs .btn {
	position: absolute;
	z-index: 7;
	bottom: 15px;
	left: 50%;
	margin-left: -95px;
	padding: 0px 6px;
}
#flashs .btn span {
	color: #fff;
	background: #333;
	cursor: pointer;
	display: inline-block;
	margin: 0 2px;
	width: 25px;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}
#flashs .btn span.cur {
	background: #026fb5;
}
