/* css 重置 */ *{margin:0; padding:0; list-style:none; } body{ margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;} img{ border:0; } a{ text-decoration:none; color:#333; } /* 本例子css */ .picMarquee-left{ width:100%; margin:auto; overflow:hidden;} .next{ display:block; width:50px; height:50px; cursor:pointer; background:url(../images/z1.jpg);left:0px; top:160px; z-index:999; position: absolute;} .prev{ display:block; width:50px; height:50px; cursor:pointer; background:url(../images/r1.jpg); right:0px; top:160px; z-index:999; position: absolute;} .picMarquee-left .bd ul{ overflow:hidden; zoom:1; } .picMarquee-left .bd ul li{ width:300px; margin-right:50px; padding-left:25px; padding-right:25px; padding-top:25px; height:450px; background:#FFF; box-shadow: 0 0 10px rgba(46,46,46,0.2); border-radius:10px;} .tempWrap{ width:100%!important; } .gdcpt{ margin:auto; width:100%; border:1px dotted #CCC; text-align:center;border-radius:50%;} .gdcpt img{ width:100%; height:380px;} .gdcpbt{ padding-top:10px; font-size:16px; line-height:34px; padding-bottom:20px; color:#212121; text-align:center;} .gdcpnr{font-size:16px; line-height:32px; color:#555;} .cpan a{width: 160px;height: 40px;line-height: 40px;text-align: center; font-size: 15px;display: block;color: #fff; background:#ff6600; margin:auto; margin-top:50px;font-weight:normal;border-radius:10px; text-decoration:none;} .cpan a:hover{background: #16b1f1; color:#FFF; }