@import url("top.css");
#content {
width:980px;
overflow:hidden;
}
.indexcp {
width:980px;
height:256px;
background:url(../images/index_cpbj.jpg) repeat-x;
overflow:hidden;
}
.indexcp .one {
width:215px;
margin:30px 0 0 25px;
display:inline;
overflow:hidden;
}
.indexcp p {
width:215px;
height:60px;
font-size:12px;
overflow:hidden;
}
.indexcp p span {
color:#C20000;
font-weight:bold;
}
.indexcp p a {
color:#555;
line-height:22px;
margin:0 0 0 3px;
display:inline;
}
/*图片切换样式*/
.header{  
background: #FFF;
width: 980px;
margin:0 auto;
position:relative;
height:370px;
} 
.header img {  
vertical-align:top; /** 兼容IE6，去掉IE6中img下面有空隙 **/ 
position:absolute; /** 绝对定位，所有的图片都显示在同一个位置 **/
right:0; 
}
.num
{
position:absolute;
height:15px;
padding-left:800px;
bottom:20px;
overflow:hidden;
}
.num li
{
float:left;
margin:0px 0px 0px 10px;
width:15px;
height:15px;
background:url(/images/1.png) top left no-repeat;
text-align:center;
overflow:hidden;
cursor:pointer;
}
