/*slidebanner*/
.banner { position: relative; overflow: auto; background:#fafafa; text-align:center;}
.banner li { list-style: none; height:356px; color:#fff;}
.banner ul li { float: left;}
/*slidebanner nav dots*/
.banner .dot {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3)); -moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3)); -o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
}
.banner .dots {
	left: 0px; right: 0px; bottom: 15px; position: absolute;
}
.banner .dots li {
	margin: 0px 4px; border-radius: 6px; border: 2px solid rgb(255, 255, 255); transition:background 0.5s, opacity 0.5s; width: 8px; height: 8px; text-indent: -999em; display: inline-block; cursor: pointer; opacity: 0.4; -webkit-transition: background .5s, opacity .5s; -moz-transition: background .5s, opacity .5s;
}
.banner .dots li.active {
	background: rgb(255, 255, 255); opacity: 1;
}

#index-banner-container{
	width:100%;
	border-bottom:#ccc 1px solid;
}
#index-banner1-out{
	background:url(img/index-banner/banner1-bg.jpg) no-repeat;
}
#index-banner2-out{
	background:url(img/index-banner/banner2-bg.jpg) no-repeat;
}
#index-banner3-out{
	background:url(img/index-banner/banner3-bg.jpg) no-repeat;
}
#index-banner1-out,
#index-banner2-out,
#index-banner3-out,
#index-banner4-out{
	background-position:center center;
	background-size:cover;
	padding-bottom:3px;
	padding-top:3px;
	height:350px;
}
#index-banner1,
#index-banner2,
#index-banner3,
#index-banner4{
	width:1100px;
	margin:auto;
	height:350px;
}
#index-banner1{
	background:url(img/index-banner/banner1.jpg) no-repeat;
	color:#F5F5F5;
}
#index-banner2{
	background:url(img/index-banner/banner2.jpg) no-repeat;
	color:#F5F5F5;
	font-size:1.1em;
	line-height:1.5em;
	padding-top:70px;
}
#index-banner2 h1{
	color:#fff;
	line-height:1.8em;
}
#index-banner2 p{
	width:500px;
	margin:auto;
}
#index-banner2-btn{
	width:150px;
	margin:auto;
	margin-top:30px;
	border:#fff 1px solid;
	line-height:36px;
	background:none;
	font-family:Roboto;
	font-size:1.1em;
	color:#fff;
	border-radius:4px;
}
#index-banner2 a{
	color:#fff;
	text-decoration:none;
}
#index-banner2-btn:hover{
	background:rgba(252,252,252,0.30);
	border:rgba(252,252,252,0.50) 1px solid;
	cursor:pointer;
	text-decoration:none;
}
#index-banner3{
	background:url(img/index-banner/banner3.jpg) no-repeat;
	color:#F5F5F5;
	text-align:left;
	position:relative;
}
#index-banner3-contents{
	width:500px;
	height:280px;
	position:absolute;
	top:25px;
	left:65px;
	border:#eee 0px solid;
	font-size:1.1em;
	line-height:1.5em;
}
#index-banner3 h1{
	color:#fff;
	line-height:1.6em;
}
#index-banner3 p{
	margin-bottom:10px;
}
#index-banner3-boxes{
	width:120px;
	height:80px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	position:relative;
}
#index-banner3-boxes p{
	padding-top:57px;
	margin-left:7px;
	color:#fff;
	font-size:0.6em;
}
.index-banner3-boxes-1{
	background:url(img/index-banner/index3-cctv.png) no-repeat;
}
.index-banner3-boxes-2{
	background:url(img/index-banner/index3-access-control.png) no-repeat;
}
.index-banner3-boxes-3{
	background:url(img/index-banner/index3-alarm.png) no-repeat;
}
.index-banner3-boxes-4{
	background:url(img/index-banner/index3-cable.png) no-repeat;
}
.index-banner3-boxes-5{
	background:url(img/index-banner/index3-audio.png) no-repeat;
}
.index-banner3-boxes-6{
	background:url(img/index-banner/index3-consult.png) no-repeat;
}