@charset "utf-8";
/* CSS Document */

@import url(base.css);
.home_con { margin-top:25px; }
  #tabbox { width:980px; overflow:hidden; margin:0 auto; }
  .tab_conbox { border:none; }
  .tab_con { display:none; }
  .tabs { height: 32px; border-bottom:1px solid #dcdcdc; width: 100%; }
  .tabs li { height:31px; line-height:31px; float:left; background:url("images/tab_white.gif") no-repeat 0px 0px; overflow: hidden; position: relative; margin-right:2px; width:130px; }
  .tabs li a { display: block; padding: 0 10px; text-align:center; outline: none; color:#5f5f5f; text-decoration:none; text-transform:capitalize; }
  .tabs li a:hover { background:url("images/tab_blue.gif") no-repeat 0px 0px; color:#fff; }
  .tabs .thistab, .tabs .thistab a, .tabs .thistab a:hover { background:url("images/tab_blue.gif") no-repeat 0px 0px; border-bottom: 1px solid #fff; color:#fff; }
  .tab_con { padding:0px;}
  .item { width:235px; float:left; overflow:hidden; padding:6px 5px 0 5px; text-align:center;}
  .item img { width:235px; height:235px; overflow:hidden;}
.home_con1 { margin-top:30px; width:980px;}
  .imgroll { width:980px; margin:20px auto 0px auto; overflow:hidden; padding:10px 0 10px 2px; }
  #RollBox { width:978px; color:#ff0000; overflow:hidden;}
  #RollBox h3 { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-align:center; width:150px; color:#5f5f5f; }
  #RollBox h5 { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-align:center; width:150px; color:#5f5f5f; font-weight:lighter; }

  #RollBox img { margin:0px 5px; width:80px; height:60px;}
  #RollBox img:hover { opacity:0.8; -webkit-opacity:0.8; -moz-opacity:0.8; filter:alpha(opacity=80);}

  
  