.head {
  text-align: center;
}
.head h3 {
  color: #3a3a3a;
  font-size: 24px;
}
.head h3 span {
  display: block;
  font-size: 18px;
  color: #3a3a3a;
  text-transform: uppercase;
}
#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;
}
#about .wrapper {
  background-image: url("../images/a_bg.png");
  width: 1015px;
  height: 392px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}
#about .text {
  width: 50%;
  padding: 0 15px;
}
#about .text .head {
  text-align: left;
}
#about .text .desc {
  color: #6b6a6a;
  margin-top: 20px;
  line-height: 1.8;
}
#about .text .more {
  width: 140px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #333;
  border: solid 1px #333;
  display: block;
  margin-top: 30px;
}
#about .text .more:hover {
  background: #2384ef;
  border-color: #2384ef;
  color: #fff;
}
#product {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #80c8c9;
}
#product .head h3,
#product .head span {
  color: #fff;
}
#product .content {
  margin-top: 25px;
}
#product .list-wrapper {
  margin-bottom: -20px;
  margin-left: -20px;
}
#product .list-wrapper:before,
#product .list-wrapper:after {
  content: ' ';
  display: table;
}
#product .list-wrapper:after {
  clear: both;
}
#product .list {
  float: left;
  width: 33.3333333%;
  padding-left: 20px;
  text-align: center;
  margin-bottom: 20px;
}
#product .list:hover {
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#product .list .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
/*#product .list .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}*/
#product .list .pic img {
	width: 240px;
  height:  174px ;
  overflow: hidden;
}
#product .list .title {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #222;
}
#news {
  padding: 90px 0;
  background: #f5f4f9;
}
#news .content {
  margin-top: 80px;
}
#news .special {
  width: 278px;
}
#news .special:hover {
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0);
  -webkit-box-shadow: 0 15px 30px rgba(100,100,100,0.1);
          box-shadow: 0 15px 30px rgba(100,100,100,0.1);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#news .special .title-wrapper {
  background: #525961;
  padding: 30px;
  color: #fff;
}
#news .special .title-wrapper .title {
  font-size: 20px;
}
#news .special .thumb {
  width: 100%;
  height: 136px;
}
#news .special .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
#news .special .desc-wrapper {
  background: #fff;
  padding: 30px;
}
#news .special .desc-wrapper .desc {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  color: #666;
}
#news .common .list {
  margin-bottom: 11px;
}
#news .common .list:before,
#news .common .list:after {
  content: ' ';
  display: table;
}
#news .common .list:after {
  clear: both;
}
#news .common .list:hover {
  -webkit-box-shadow: 0 15px 30px rgba(100,100,100,0.1);
          box-shadow: 0 15px 30px rgba(100,100,100,0.1);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0);
}
#news .common .list:last-child {
  margin: 0;
}
#news .common .list .date {
  float: right;
  width: 108px;
  height: 108px;
  background: #51565e;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
#news .common .list .date span {
  display: block;
  font-size: 14px;
}
#news .common .list .text {
  float: right;
  width: 620px;
  background: #fff;
  height: 108px;
}
#news .common .list .text .fw {
  width: 560px;
}
#news .common .list .text .title {
  font-weight: 700;
  font-size: 18px;
  color: #333;
}
#news .common .list .text .desc {
  color: #666;
}

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