/* common */
*{padding:0;font-size:12px;}
input,button,select,textarea{outline:none;}
ul,li,dl,ol{list-style:none;}

th,i,b,s{ font-style:normal; font-weight:normal; text-decoration:none;}

/* CSS Document */
.infopic{ width:960px; height:380px; position:relative; overflow:hidden; margin:15px auto;}
.piclist{ height:380px; position:absolute; top:0; left:0;}
.piclist li{ height:960px; float:left; overflow:hidden;}
.piclist li img{ height:380px; width:960px;}

.pic_prev,.pic_next{ width:30px; height:50px; background:url(../image/icon.png) no-repeat; position:absolute; top:175px; cursor:pointer;}
.pic_prev{ background-position:0 0; left:0;}
.pic_next{ background-position:0 -60px; right:0;}

#mainNavBar{width:100%; height:38px; z-index:1; text-align:center;}
#nav{width:1000px;height:38px;margin:auto;}
#nav ul{padding:0;margin:0;}
#nav ul li{position:relative;float:left;width:120px;height:38px;line-height:38px;overflow:hidden;background:url(../image/sep.jpg) right no-repeat;}
#nav ul li a{display:block;text-decoration:none; color:#333; }
#nav ul li a:hover{display:block;text-decoration:none; color:#BB1204; }
#subNav{width:110px; overflow:hidden;z-index:2000; background:url(../image/subNav_bg.png);}
#subNav a{color:#BB1204;text-decoration:none; line-height:32px;}



#slider {    width: 960px; /* important to be same as image width */
    height: 380px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
}
#slider img{  border: 0px;left: 0;  margin-left: 0;}
#sliderContent {
    width: 100%; /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
    display: none;
    width: 100%;
    height:380px;
    left: 0;
    margin-left: 0;
}
.sliderImage img{
    float: left;
    position: relative;
    left: 0;
    margin-left: 0;
}
.sliderImage span {
    background-color: none;
}
.clear {
 clear: both;
}

.top {
 top: 0;
 left: 0;
}
.bottom {
 bottom: 0;
    left: 0;
}
ul {
 list-style-type: none;
}