 .pageBanner{ display: none;}
.column{ clear: both; overflow: hidden;}
.mainContent{ overflow: hidden;}
.side{width: 300px; float: right; margin: 0 0 0 20px;}

/* 首页banner图切换 S*/
#indBanner{ background-color: #eee; height:420px; overflow:hidden; position:relative; z-index:1}
#indBanner .bd .con{display:none}
#indBanner .hd{z-index: 3;position:absolute; text-align:center; bottom:10px; left:0px; width:1200px;}
#indBanner .hd ul{display:inline-block; *display:inline; zoom:1; font-size:0; height:10px; padding:5px 10px; background:#333; background:rgba(0,0,0,.5);  -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; }
#indBanner .hd li{display:inline-block; *display:inline; zoom:1; cursor:pointer; width:10px; height:10px; overflow:hidden; background:#fff; margin:0 5px; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; -webkit-transition:200ms;-o-transition:200ms;-moz-transition:200ms;transition:200ms;  }
#indBanner .hd li span{display:none;}
#indBanner .hd .on{width:20px;background:#4470ce;}

/* ===== column ===== */
.column{width:1200px; margin:0 auto 20px;}
.column .areaL{width:420px; float:left; margin-right:20px}
.column .areaC{width:370px; float:left}
.column .areaR{float:right; width:370px}
.column .focusBox{width: 420px }
.column .focusBox .hd{bottom:60px }
.column .focusBox .bd {height: 320px;}
.column .focusBox .bd .con .title{ line-height: 50px; text-align: center;}
.column .focusBox .bd .con .titleBg{height: 50px; filter: alpha(opacity=100);opacity: 1; background-color: #f2f2f2;}
.column .focusBox .bd .con .title a{color: #333;}
.column .focusBox .bd .pic img{width: 420px;height: 320px;}
.column .box{margin-bottom:0px}
.column .box .bd{padding-top:10px; height:265px; overflow:hidden}


