/*全局属性*/
body { text-align: center; margin:0; padding:0; font-size:12px; color:#000000;}
body > div { text-align:center; margin-right:auto; margin-left:auto;} 
div,form,img,ul,ol,li,p,dl,dt,dd { margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; font-size:12px; font-weight:normal;}
ul,li { list-style: none }

/* 链接颜色 */
a {color: #000; text-decoration:none;}
a:hover {text-decoration:underline;}

/*通用属性*/
.left { float: left;}
.right { float: right;}
.area:after,.clear:after{content:".";display:block;visibility:hidden;height:0;clear:both;}
.clear,.area{zoom:1}
.fb{font-weight:bold}
/* 通用栏宽*/
.area {width:977px; clear:both; height:auto;margin:0 auto}

.a-box{height:500px;background:#fff;padding-top:11px;position:relative;}

.scrolllist{width:1063px;height:500px;margin:0 auto;position:absolute;top:11px;left:-44px;}
.scrolllist .imglist_w{width:950px;height:500px;overflow:hidden;float:left;position:relative;/*必要元素*/}
.scrolllist .imglist_w ul{width:20000px;position:absolute;left:0px;top:0px;}
.scrolllist .imglist_w li{width:950px;float:left;padding:0;}
.scrolllist .imglist_w li img{display:block;margin:0 auto;}
.scrolllist .aleft{float:left;width:36px;height:55px;background:url(left.jpg);margin-top:201px;margin-right:21px;}
.scrolllist .aright{float:right;width:36px;height:55px;background:url(right.jpg);margin-top:201px;}
