.head h3 {
  font-size: 24px;
  color: #252525;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 5px #f66;
}
#about {
  margin-top: 80px;
}
#about .desc {
  margin-top: 35px;
  text-indent: 40px;
  line-height: 1.8;
  color: #666;
}
#about .list-wrapper {
  margin-top: 60px;
  margin-left: -85px;
}
#about .list-wrapper:before,
#about .list-wrapper:after {
  content: ' ';
  display: table;
}
#about .list-wrapper:after {
  clear: both;
}
#about .list {
  float: left;
  width: 33.333333%;
  padding-left: 85px;
}
#about .list .pic {
  width: 100%;
  height: 335px;
  overflow: hidden;
  position: relative;
}
#about .list .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#about .list .title {
  text-align: center;
  height: 44px;
  width: 100%;
  line-height: 22px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 40px;
  margin-top: 25px;
  color: #6b6a6a;
}
#catalog {
  margin: 75px 0;
}
#catalog .list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 1px 20px -10px #888;
          box-shadow: 0 1px 20px -10px #888;
}
#catalog .list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  text-align: center;
  background: #fff;
  padding: 40px 0;
  border-right: dashed 1px #e6e6e6;
}
#catalog .list:hover {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #9e9a9a;
  color: #fff;
}
#catalog .list:nth-child(1) .pic {
  background-image: url("../images/ca1.png");
}
#catalog .list:nth-child(2) .pic {
  background-image: url("../images/ca2.png");
}
#catalog .list:nth-child(3) .pic {
  background-image: url("../images/ca3.png");
}
#catalog .list:nth-child(4) .pic {
  background-image: url("../images/ca4.png");
}
#catalog .list:nth-child(5) {
  border: none;
}
#catalog .list:nth-child(5) .pic {
  background-image: url("../images/ca5.png");
}
#catalog .list .pic {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  border-radius: 100%;
}
#catalog .list .text {
  margin-top: 20px;
}

/*# sourceMappingURL=about.css.map */
