@charset "utf-8";

body { position:relative; }
.header { height:100px; }
.container { padding:434px 0 70px; }

.sidebg { position:absolute; width:100%; height:100%; z-index:-1; }
.sidebg ul { width:100%; height:100%; overflow:hidden; }
.sidebg .bg1 { display:block; width:100%; height:100%; background:url(bg1.jpg) no-repeat center top; }
.sidebg .bg2 { display:block; width:100%; height:100%; background:url(bg2.jpg) no-repeat center top; }
.sidebg .bg3 { display:block; width:100%; height:100%; background:url(bg3.jpg) no-repeat center top; }

.prev { position:absolute; left:0px; top:0px; }
.next { position:absolute; right:00px; top:0px; }

.scroll { margin:0 auto; width:900px; }

.about { float:left; width:268px; height:104px; background:url(bg_ditem.png) no-repeat; padding:16px 12px 0; margin:0 4px; display:inline; }
.about .pic { float:left; width:96px; height:83px; }
.about .txt { float:left; width:160px; padding-left:10px; margin-top:-5px; }
.about .txt h3 { font-size:14px; color:#bc5a17; font-weight:normal; line-height:30px; }
.about .txt h3 span { float:right; font-size:12px; font-family:arial; color:#a29c9c; padding-right:3px; }
.about .txt .intro { line-height:20px; }