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


.index-box {
  margin-top: 0px; padding-bottom:10px;
}
.cases-list {
  position: relative;
  width: 1000px;
  overflow: hidden;
  padding: 25px 0;
  margin:0px auto;
}
.cases-list .item {
  position: relative;
}

.cases-list .item-qrcode {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 238px;
}

.cases-list .item-qrcode.show {
  display: table;
}

.cases-list .item-mask {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 270px;
  width: 238px;
  background-color: rgba(0, 0, 0, .6);
  background-color: #000\9;
}

.cases-list .item-img {
  width: 238px;
  height: 150px;
  overflow: hidden;
}

.cases-list .item-con {
  width: 218px;
  height: 100px;
  padding: 10px;
  background-color:#fff;
}

.cases-list .item-title {
  font-size: 14px;
  color: #000000;
  height: 24px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cases-list .item-desc {
  font-size: 12px;
  color: #797979;
  height: 72px;
  overflow: hidden;
}
.cases-list ul {
  width: 1016px;
  height: 556px;
  overflow: hidden;
}

.cases-list li {
  width: 238px;
  height: 270px;
  float: left;
  overflow: hidden;
  margin-right: 14px;
  margin-bottom: 16px;
}
.cases-arrow { text-align:center; position:absolute; top:0px; right:0px;

}

.cases-arrow a {
  display: inline-block;
  width: 24px;
  height: 27px;
}

.cases-arrow .cases-prev {

}

.cases-arrow .cases-next {

}
.cases-next{  background:url(../images/tou1.png) no-repeat; }
.cases-prev{ background:url(../images/tou3.png) no-repeat; }

.more-button {
  display: block;
  width: 140px;
  height: 36px;
  background-color:#009cff;
  text-align: center;
  line-height: 36px;
  color: #ffffff;
  font-size: 16px;
  margin: 0 auto;
  border-radius: 4px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}
.more-button:hover{
  background-color: #44ba3a;
}

.bounceIn {
  -webkit-animation: bounceIn .2s ease;
  -moz-animation: bounceIn .2s ease;
  -ms-animation: bounceIn .2s ease;
  -o-animation: bounceIn .2s ease;
  animation: bounceIn .2s ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
.animated.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1
  }
}

@-moz-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1
  }
}

@-ms-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1
  }
}

.fadeInDown {
  -webkit-animation: fadeInDown .2s ease;
  -moz-animation: fadeInDown .2s ease;
  -ms-animation: fadeInDown .2s ease;
  -o-animation: fadeInDown .2s ease;
  animation: fadeInDown .2s ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

