@charset "utf-8";
/* CSS Document */
.content{margin-top: 20px;}
/*大图轮播 S*/
#focusBox{width:880px; float:none; height:340px;}
#focusBox .hd{left: 20px;}
#focusBox .bd ul li{height: 340px;}
#focusBox .bd .con{display:none;}
#focusBox .bd .pic{text-align:center;}
#focusBox .bd .pic img{width:880px; height:340px; }


/*cloumnA右侧 S*/
#clounmA .side{float:right; width:300px;}
#clounmA .side .hd{background: #be3e20;}
#clounmA .side .bd{height: 276px;}
#clounmA .side .infoList li{margin-bottom:1px;background-position: 2px -381px;}
/*cloumnA右侧 E*/

/*cloumnB S*/
#cloumnB{margin-top: 20px;overflow: hidden;}
.cloumnB_l{float: left;width: 430px;margin-right: 20px;background: #fff;}
.cloumnB_l .bd{height: 210px;padding: 6px 15px;}
.cloumnB_l .bd .infoList li{padding-left:10px;background-position: 0 -438px;}
.cloumnB_m .hd{background: #2b83b5;}

#cloumnB .side{float: right;}
#cloumnB .side .hd{background: #d39123;}
#cloumnB .side .bd{height: 200px;padding:11px 8px;overflow: hidden;}
#clounmB .side .infoList li{margin-bottom:1px;background-position: 2px -381px;}

#indNbzzl{height:70px; margin-bottom:10px }
#indNbzzl a{display:block; height:70px; line-height:70px; font-size:24px; color:#fff; text-align:center; background:#be3e20;}
#indXzzq .bd{height: 120px !important;overflow:hidden;}


@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(120%) scale(0.5) ;
    opacity: 0;
  }
 to {
   -webkit-transform: translateY(0%) scale(1);
   opacity: 1;        
 }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(120%) scale(0.5) ;
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0%) scale(1);
    opacity: 1;        
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(120%) scale(0.5) ;
    opacity: 0;
  }
  to {
   -ms-transform: translateY(0%) scale(1);
   opacity: 1;        
 }
}
@-o-keyframes moveFromBottom {
  from {
    -o-transform: translateY(120%) scale(0.5) ;
    opacity: 0;
  }
  to {
   -o-transform: translateY(0%) scale(1);
   opacity: 1;        
 }
}
@keyframes moveFromBottom {
  from {
    transform: translateY(120%) scale(0.5) ;
    opacity: 0;
  }
  to {
   transform: translateY(0%) scale(1);
   opacity: 1;        
 }
}

/*cloumnB E*/








