/*首页图片滚动*/
.scroll
{
	width:900px; height:342px;
}
#bar{width:900px; height:342px; overflow:hidden;}
		#bar table{width:900px; height:342px;}
		#bar td{width:228px; height:230px;}
		.num{position:absolute; right:5px; bottom:5px;}
		.num li{float: left;list-style:none;color: #808B9C;text-align: center;line-height: 16px;width: 16px;height: 16px;font-family: Arial;font-size: 10px;cursor: pointer;margin: 0px;border: 1px solid #C2C4BD;background-color:#E8E8E8;}
		.num li.on{line-height: 16px;width: 16px;height: 16px; color:#fff; font-size: 12px;border: 0;background:#32498f; border:solid 1px #666; font-weight: bold;}

/*首页滚动*/
.rollBox{width:520px;overflow:hidden;padding:25px 0 20px 10px;}
.rollBox .LeftBotton{height:52px;width:20px;background:url(images/left.jpg) no-repeat ;overflow:hidden;float:left;display:inline;margin:40px 0 0 0;cursor:pointer;}
.rollBox .RightBotton{height:52px;width:20px;background:url(images/right.jpg) no-repeat;overflow:hidden;float:left;display:inline;margin:40px 0 0 0;cursor:pointer;}
.rollBox .Cont{width:480px;overflow:hidden;float:left;}
.rollBox .ScrCont{width:10000000px;}
.rollBox .Cont .pic{width:160px;float:left;text-align:center;}
.rollBox .Cont .pic img{padding:1px;background:#fff;border:1px solid #ccc;display:block;margin:0 auto;}
.rollBox #List1,.rollBox #List2{float:left;}

/*工程案例滚动*/
.rollBox1{width:520px;overflow:hidden;padding:25px 0 20px 10px;}
.rollBox1 .LeftBotton1{height:52px;width:20px;background:url(images/left.jpg) no-repeat ;overflow:hidden;float:left;display:inline;margin:40px 0 0 0;cursor:pointer;}
.rollBox1 .RightBotton1{height:52px;width:20px;background:url(images/right.jpg) no-repeat;overflow:hidden;float:left;display:inline;margin:40px 0 0 0;cursor:pointer;}
.rollBox1 .Cont1{width:480px;overflow:hidden;float:left;}
.rollBox1 .ScrCont1{width:10000000px;}
.rollBox1 .Cont1 .pic1{width:160px;float:left;text-align:center;}
.rollBox1 .Cont1 .pic1 img{padding:1px;background:#fff;border:1px solid #ccc;display:block;margin:0 auto;}
.rollBox1 #List1,.rollBox1 #List2{float:left;}