/* main 部分*/
#main{}
/* banner 部分 */
#banner{height: 790px;position:relative;}
#bannerImg{position:absolute;width:100%;height:100%;overflow:hidden;}
.bannerimg{position:absolute;height:100%;width:100%;}
.bannerimg li{float:left;height:100%;width:100%;}
.bannerimg .banner1{background:url(../images/casebanner1.jpg) no-repeat center;}
.bannerimg .banner2{background:url(../images/casebanner2.jpg) no-repeat center;}
.bannerimg .banner3{background:url(../images/casebanner3.jpg) no-repeat center;}
.bannerdot{position:absolute;bottom:14px;left:46%;}
.bannerdot li{float:left;}
.bannerdot a{margin-right:14px;background:url(../images/bannerdot.png) no-repeat;display:inline-block;width:24px;height:24px;}
.bannerdot a:hover,.bannerdot .active{background:url(../images/bannerdotactive.png) no-repeat;}
.prev{width:26%;height:100%;position:absolute;left:0;bottom:0;background:url(../images/bannerprev.png) no-repeat center center;cursor:pointer;}
.next{width:26%;height:100%;position:absolute;right:0;bottom:0;background:url(../images/bannernext.png) no-repeat center center;cursor:pointer;}
/* content 部分 */
#content{background-color:#DDD3C2;height: 1052px;padding-top: 88px; }
.casedetails{background:url(../images/case.bg.png) no-repeat center;height:1005px;}














