body{
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-size: 12px;
    color:#333;
    font-family: Arial,Helvetica,sans-serif,Microsoft YaHei;
}
h1, h2, h3, h4, h5 {
    line-height: 1.1em;
}
ul,li,p,dl,dt,dd,p,h1, h2, h3, h4, h5{
    margin:0px;
    padding:0px;
    list-style:none;
}
input{
    border:none;
    outline:none;
}
button {
    border:none;
    outline: none;
    font-size: 14px;
    background: transparent;
}
a ,a:hover ,a:focus{
    color:#000;
    text-decoration: none;
    outline: none;
}
.lf{
    float:left;
}
.rt{
    float:right;
}
.clear{
    clear:both;
    overflow: hidden;
}
::-webkit-scrollbar{
    width:0;
    height:0;
}
img {
    border:none;
}
/******************************************/
header {
    width:100%;
}
/*分页*/
.pagestyle{margin:10px 0;}
.pagestyle a{border:1px #037bda solid;color:#037bda;padding: 0 4px;margin:0 5px;}
.pagestyle .current{background: #037bda;color:#fff;padding: 0 4px;margin:0 5px;}

.slider{ width:100%;  min-width:1200px;  height:400px;  position:relative; overflow:hidden; background:#fff; text-align:center;   }
.slider .bd{ width:1200px; position:absolute; left:50%; margin-left:-600px  }
.slider .bd li{ width:1200px;  overflow:hidden; }
.slider .bd li img{ display:block; width:1200px; height:400px;    }
.slider .tempWrap{ overflow:visible !important }
.slider .tempWrap ul{  margin-left:-1200px !important; /*强制位置*/  }

.slider .hd{ position:absolute; width:100%; left:0;  z-index:1; height:8px; bottom:20px;  text-align:center;  }
.slider .hd li{ display:inline-block; *display:inline; zoom:1; width:8px; height:8px; line-height:99px; overflow:hidden; background:url(images/slider-btn.png) 0 -10px no-repeat; 
        margin:0 5px; cursor:pointer; filter:alpha(opacity=60);opacity:0.6;  }
.slider .hd li.on{ background-position:0 0; filter:alpha(opacity=100);opacity:1;  }
.slider .pnBtn{  position:absolute; z-index:1; top:0; width:100%;  height:400px; cursor:pointer;   }
.slider .prev{ left:-50%; margin-left:-600px;  }
.slider .next{ left:50%;  margin-left:600px;  }
.slider .pnBtn .blackBg{ display:block;  position:absolute; left:0; top:0; width:100%; height:400px; background:#000; filter:alpha(opacity=50);opacity:0.5;   }
.slider .pnBtn .arrow{ display:none;   position:absolute; top:0; z-index:1; width:60px; height:400px;  }
.slider .pnBtn .arrow:hover{ filter:alpha(opacity=60);opacity:0.6; }
.slider .prev .arrow{ right:0; background:url(images/slider-arrow.png) -120px 0 no-repeat;   }
.slider .next .arrow{ left:0; background:url(images/slider-arrow.png) 0 0 no-repeat;  }

