html, body,div,  span, applet, object, iframe,h1, h2, h3, h4, h5, h6,  blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,input,
table, caption, tbody, tfoot, thead {
    margin: 0;
    padding: 0;
    border: 0;
    outline:0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body{
    font: normal 12px/24px "Arial","Microsoft Yahei";
    color: #000;
}
a{
    text-decoration: none;
    font: normal 12px/24px "Arial","Microsoft Yahei";
    color: #000;
}

fieldset,img,abbr,acronym{
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;
    font-weight:normal;
}
li{
    list-style:none;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
.slider{
    width: 1002px;
    height: 348px;
    overflow: hidden;
    margin: 20px auto;
    position: relative;
}
.pics{
    width: 1002px;
    height: 348px;
    position: relative;
    overflow: hidden;
}
.pics img{
    width: 1002px;
    height: 348px;
    position: absolute;
    top: 0;
    left: 0;
}
.slider .btns{
    position: absolute;
    bottom: 20px;
    right: 30px;
}
.slider .btns li{
    float: left;
    width: 12px;
    height: 12px;
    cursor: pointer;
    margin: 0 4px;
    display: inline;
    background: url(../images/nor_btn.png) no-repeat;
}
.slider .btns li.cur_pic{
    background: url(../images/cur_btn.png) no-repeat;
}
.slider .ctrl_btn{
    display: block;
    width: 60px;
    height: 80px;
    opacity: 0.3;
    filter: (opacity = 30);
    position: absolute;
    top: 50%;
    margin: -30px 0 0 0;
}
.slider .last{
    left: 0;
    background: url(../images/btn_slideshow.png) no-repeat bottom;
}
.slider .next{
    right: 0;
    background: url(../images/btn_slideshow.png) no-repeat top;
}