#banner {
  height: 348px;
  background: url("../images/case/banner.jpg") repeat-x center;
  text-align: center;
}
#banner h3 {
  font-size: 35px;
  color: #ffffff;
  padding-top: 120px;
}
#banner p {
  font-size: 30px;
  color: #ffffff;
  padding-top: 24px;
}
#box1 {
  padding-top: 20px;
  padding-bottom: 100px;
}
#box1 .container .item {
  height: 316px;
  margin-top: 60px;
  transition: all 0.5s;
}
#box1 .container .item:hover {
  box-shadow: 0 0 10px #cdcdcd;
}
#box1 .container .item .pic {
  width: 450px;
  height: 316px;
}
#box1 .container .item .text {
  width: 650px;
}
#box1 .container .item .text h4 {
  padding-top: 30px;
  font-size: 24px;
}
#box1 .container .item .text p {
  color: #666666;
  padding-top: 30px;
  line-height: 24px;
  height: 160px;
}
#box1 .container .item .text a {
  display: block;
  width: 128px;
  height: 38px;
  border: 1px solid #9299a0;
  border-radius: 3px;
  line-height: 38px;
  text-align: center;
  color: #666666;
}
#box1 .container .item .text a:hover {
  color: #ffffff;
  background-color: #12a0f8;
  border-color: #12a0f8;
}
#box1 .container .item:nth-child(2n + 1) .pic {
  float: left;
}
#box1 .container .item:nth-child(2n + 1) .text {
  float: left;
  margin-left: 60px;
}
#box1 .container .item:nth-child(2n) .pic {
  float: right;
}
#box1 .container .item:nth-child(2n) .text {
  float: right;
  margin-right: 60px;
}
#box1 .container .item:nth-child(2n) .text h4 {
  text-align: right;
}
#box1 .container .item:nth-child(2n) .text a {
  margin-left: 520px;
}
#box2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fafafa;
}
#box2 h3 {
  font-size: 26px;
  text-align: center;
}
#box2 .content {
  margin-top: 50px;
  margin-left: -40px;
}
#box2 .content a {
  float: left;
  margin-left: 40px;
  width: 268px;
  height: 98px;
  border: 1px solid #eaeaea;
}
#box2 .content a .pic {
  float: left;
  width: 98px;
  height: 98px;
}
#box2 .content a p {
  float: left;
  width: 170px;
  text-align: center;
  font-size: 24px;
  line-height: 98px;
}
/*# sourceMappingURL=case.style.map */