/*mixin*/
@keyframes turnOver {
  0% {
    transform: scale(0.5); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } 
}

#bd .product-list{
  padding:0 40px;

}
#bd .product-list .item {
  border-bottom: 1px solid #ddd; }

#bd .product-list .figure {
  padding: 25px 0 45px; }
  #bd .product-list .figure .img {
    float: left;
    margin-right: 40px; }
  #bd .product-list .figure .details {
    overflow: hidden; }
    #bd .product-list .figure .details .title {
      font-size: 24px;
      line-height: 2.5;
      margin-top: -16px; }
    #bd .product-list .figure .details .desc {
      color: #666; }
    #bd .product-list .figure .details .more {
      margin-top: 10px; }

#bd .product-list .item-even .figure .img {
  float: right;
  margin-left: 40px;
  margin-right: 0; }

#bd .technology {
  padding: 20px 0;
  text-align: center; }
  #bd .technology .category-title {
    font-size: 36px;
    line-height: 2; }
  #bd .technology .category-summary {
    width: 500px;
    margin: 10px auto;
    color: #666; }
  #bd .technology .category-list {
    /*animation:turnOver 2s linear 0.5s;*/
    transform: translateZ(0); }
    #bd .technology .category-list, #bd .technology .category-list .inner {
      display: inline-block;
      *zoom: 1;
      *display: inline;
      text-align: center; }
    #bd .technology .category-list .group-item {
      margin-top: 50px; }
    #bd .technology .category-list .item {
      display: block;
      float: left;
      margin-left: 80px;
      background-color: #08f;
      color: #fff;
      padding: 12px 25px;
      text-decoration: none; }
    #bd .technology .category-list .item-first {
      margin-left: 0; }

#bd .product-content .no-rs {
  line-height: 60px;
  color: #999;
  text-align: left; }

#bd .product-content .pro-case-list {
  margin-top: 15px; }
  #bd .product-content .pro-case-list .case-list {
    border-bottom: 1px dotted #e2e2e2; }
  #bd .product-content .pro-case-list .case-list-last {
    border-bottom: none; }
  #bd .product-content .pro-case-list .case-item {
    float: left;
    width: 50%;
    padding: 10px 0; }
  #bd .product-content .pro-case-list .case-title a {
    color: #333; }
  #bd .product-content .pro-case-list .case-img {
    float: left;
    margin: 0 15px; }
  #bd .product-content .pro-case-list .case-details {
    margin: 0 15px;
    overflow: hidden; }
  #bd .product-content .pro-case-list .case-summary {
    color: #666;
    font-size: 12px; }
