/*该CSS文件为首页子页公用部分以及首页私有CSS
/*YUI reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre, 
form,fieldset,input,textarea,p,blockquote,th,td { 
padding: 0; 
margin: 0; 
} 
table { 
border-collapse: collapse; 
border-spacing: 0; 
} 
fieldset,img { 
border: 0; 
} 
address,caption,cite,code,dfn,th,var {
font-weight: normal; 
font-style: normal; 
} 
ol,ul { 
list-style: none; 
} 
caption,th { 
text-align: left; 
} 
h1,h2,h3,h4,h5,h6 { 
font-size: 100%; 
} 
abbr,acronym { border: 0; 
}
a{
color:#fff;
outline:none;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
/*body*/
body{
font:12px/1.4em "Arial";
color:#fff;
background:#000 url(../images/bodyBg.jpg) center center no-repeat;
}
/*container*/
#container{
width:960px;
padding:0 10px;
margin:0 auto;
}
/*header*/
#header{
height:55px;
overflow:hidden;
padding:15px 10px 25px 20px;
background:url(../images/headerBg.gif);
}
#logo{
height:55px;
width:245px;
text-indent:-999px;
background:url(../images/logo.gif) no-repeat;
}
#header .searchBox{
height:38px;
width:339px;
margin-top:15px;
float:right;
background:url(../images/searchBg.gif);
}
#header input.keyword{
width:235px;
margin:12px 10px 0 35px;
font-weight:bold;
color:#212121;
border:none;
background:#fafafa url(../images/keywordBg.gif);
}
#header .searchBtn{
position:relative;
top:5px;
}
/*nav导航栏*/
#nav{
height:30px;
background:url(../images/navBg.gif) repeat-x left top;
}
#nav ul{
height:30px;
overflow:hidden;
}
#nav ul li{
float:left;
padding:1px 2px 1px 0;
background:url(../images/navLine.gif) no-repeat  right 3px;
}
#nav ul li.end{
background:none;
}
#nav ul li a{
display:block;
float:left;
height:28px;
padding:0 15px;
line-height:28px;
font-weight:bold;
font-family:"宋体", System, Fixedsys, Terminal, sans-serif, monospace, cursive, fantasy, serif, "宋体", "新宋体";
color:#ccc;
}
#nav ul li a:hover,#nav ul li a.current{
text-decoration:none;
background:url(../images/navBg.gif) repeat-x bottom;

}
#nav p{
float:right;
margin:8px 15px 0 0;
font-size:10px;
color:#aaa;
}
/* banner*/
#banner{
height:332px;
margin-top:25px;
background:url(../images/bannerBg.gif) repeat-x 0 bottom;
}
#banner .news{
height:46px;
overflow:hidden;
background:url(../images/newsBg.gif) no-repeat;
}
.news .wrapper{
position:relative;
width:405px;
height:25px;
overflow:hidden;
margin:10px 50px;
}
.news ul{
position:relative;
height:25px;
width:380px;
padding-right:10px;
line-height:25px;
}
.news ul li{
position:absolute;
height:25px;
width:380px;
}
.news a{
color:#d4d4d4;
outline:none;
}
.news .button{
position:absolute;
top:0;
right:0;
width:15px;
height:25px;
}
.news .button a{
display:block;
overflow:hidden;
height:12px;
}
#banner .flashBox{
height:266px;
overflow:hidden;
position:relative;
}
.flashBox .imgWrapper{
position:absolute;
width:779px;
overflow:hidden;
}
.imgWrapper a.bannerImg{
display:block;
width:779px;
height:266px;
overflow:hidden;
}
ul.bannerList{
position:absolute;
height:266px;
width:188px;
overflow:hidden;
padding:10px 0 0;
right:0;
z-index:10000;
}
ul.bannerList img{
width:163px;
height:74px;
}
ul.bannerList li{
height:85px;
font-size:0;
margin:0 5px 0 0;
background:url(../images/bannerListBg.gif) no-repeat right top;
}
ul.bannerList li a{
display:block;
height:83px;
padding-bottom:5px;
width:168px;
padding-left:15px;
cursor:pointer;
}
ul.bannerList li a.current{
background: url(../images/arrow.gif) no-repeat left center;
}
/*main*/
#main{
width:100%;
overflow:hidden;
padding-bottom:20px;
background:url(../images/mainBg.gif) repeat-y;
}
.date{
font-size:10px;
color:#fff;
}
#leftColumn,#content,#rightColumn{
float:left;
}
#leftColumn{
width:275px;
background:url(../images/leftColBg.gif) repeat-y;
}
#leftColumn .item{
position:relative;
margin-right:3px;
padding:15px;
background:#272626 url(../images/leftColBgX.gif) repeat-x;
}
.item a.more{
position:absolute;
top:20px;
right:17px;
}
#developer h2{
height:44px;
width:130px;
text-indent:-9999px;
background:url(../images/tittle1.gif) no-repeat;
}
#developer h3{
color:#8d8686;
}
#developer p{
margin:15px 0;
text-indent:24px;
}
#developer  em{
font-style:normal;
color:#7d060c;
}
#developer a.img{
display:block;
width:auto;
margin:10px 0;
}
#leftColumn .bottom{
height:12px;
font-size:0;
background:url(../images/leftBottom.gif) no-repeat;
}
#content{
width:415px;
padding:10px 20px;
border-top:1px solid #292929;
}
#content h2{
font-size:14px;
color:#e28133;
}
#content .item{
width:400px;
padding:4px;
margin:5px 0 15px 0;
background:#121212;
}
.imgCon{
display:block;
overflow:hidden;
width:400px;
height:92px;
margin:0 auto;
}
#content .item p{
padding:7px; 
text-indent:24px;
}
#content .item p a{
position:relative;
top:3px;
}
#rightColumn{
width:230px;
border-top:2px solid #292929;
}
#rightColumn .wrapper{

background:url(../images/rightColBg.gif) repeat-y;
}
#rightColumn .item{
position:relative;
margin:0 1px 0 3px;
padding:15px;
}
#rightColumn .item h2{
height:50px;
width:134px;
margin-bottom:5px;
text-indent:-9999px;
background:url(../images/tittle2.gif) no-repeat;
}
#recentNews{
background:#262626 url(../images/rencentNewsBgX.gif) repeat-x;
}
#recentNews li{
padding-left:17px;
background:url(../images/pat1.gif) no-repeat left 20px;
}
#rightColumn .wrapper .bottom{
height:12px;
margin:0 1px 0 3px;
font-size:0;
background:url(../images/recentBottom.gif) no-repeat;
}
#rightColumn #comment{
padding-bottom:5px;
background:#2b2b2b url(../images/commentBg.gif) repeat-x;
}
#rightColumn #comment h2{
background:url(../images/tittle3.gif) no-repeat;
}
#comment li{
margin-bottom:10px;
padding-left:33px;
background:url(../images/pat2.gif) no-repeat left 3px;
}
#comment li a{
color:#8d8686;
}
#rightColumn .bottom{
height:13px;
font-size:0px;
background:url(../images/commentBottom.gif) no-repeat 2px;
}
a.order{
display:block;
width:188px;
height:58px;
margin:10px 0 0 15px;
}
/*footer*/
#footer{
height:86px;
margin-top:10px;
padding:20px 10px 10px;
text-align:center;
color:#ccc;
background:url(../images/footerBg.gif) no-repeat;
}
#footer li{
display:inline;
font-weight:bold;
font-family:Tahoma,Helvetica,sans-serif;
}


