.head .title {
  font-size: 24px;
  color: #2b2a2a;
  text-align: center;
  position: relative;
}
.head .title:after {
  display: block;
  content: '';
  top: 60px;
  position: absolute;
  width: 42px;
  height: 3px;
  left: 50%;
  margin-left: -21px;
  background: #1c59b5;
}
.head .desc {
  color: #333;
  font-size: 12px;
  margin-top: 50px;
  text-align: center;
}
#product {
  padding: 45px 0;
  background: url("../images/p_bg.png") no-repeat center top;
}
#product .content {
  margin-top: 70px;
}
#product .content .list-wrapper {
  margin-left: -3px;
  margin-top: -32px;
}
#product .content .list-wrapper:before,
#product .content .list-wrapper:after {
  content: ' ';
  display: table;
}
#product .content .list-wrapper:after {
  clear: both;
}
#product .content .list-box {
  float: left;
  width: 25%;
  padding-left: 3px;
}
#product .content .list {
  background: #e5e3e4;
}
#product .content .list:hover {
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #1c59b5;
}
#product .content .list:hover .title {
  color: #fff;
}
#product .content .list:hover .desc {
  color: #fff;
}
#product .content .list .title {
  text-align: center;
  font-size: 18px;
  height: 74px;
  line-height: 74px;
  color: #333;
}
#product .content .list .pic {
  width: 100%;
  height: 225px;
  overflow: hidden;
  position: relative;
}
#product .content .list .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#product .content .list .desc {
  color: #333;
 /* padding: 10px;*/
  font-size: 12px;
  /*height: 60px;*/
  width: 100%;
  line-height: 20px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /*height: 80px;*/
}
#car .head {
  background: #1c59b5;
  padding: 40px 0;
}
#car .title {
  color: #fff;
}
#car .title:after {
  background: #fff;
}
#car .desc {
  color: #fff;
}
#car .desc span {
  margin: 0 5px;
}
#car .content {
  margin-top: 55px;
  margin-bottom: 80px;
}
#car .list-wrapper {
  margin-left: -16px;
  margin-bottom: -50px;
}
#car .list-wrapper:before,
#car .list-wrapper:after {
  content: ' ';
  display: table;
}
#car .list-wrapper:after {
  clear: both;
}
#car .list-box {
  width: 25%;
  margin-bottom: 50px;
  float: left;
  padding-left: 16px;
}
#car .list .pic {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
#car .list .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#car .list:hover .pic img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#corperation {
  padding: 60px 0;
  background: #f5f3f4;
}
#corperation .content {
  margin-top: 55px;
}
#corperation .list-wrapper {
  margin-left: -1px;
  margin-bottom: -1px;
}
#corperation .list-wrapper:before,
#corperation .list-wrapper:after {
  content: ' ';
  display: table;
}
#corperation .list-wrapper:after {
  clear: both;
}
#corperation .list-box {
  width: 25%;
  margin-bottom: 1px;
  float: left;
  padding-left: 1px;
}
#corperation .list {
  background: #fff;
}
#corperation .list .pic {
  width: 100%;
  height: 128px;
  overflow: hidden;
  position: relative;
}
#corperation .list .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#corperation .list:hover .pic img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

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