.head {
  text-align: center;
  margin-bottom: 60px;
}
.head h3 {
  color: #3a3a3a;
  font-size: 36px;
}
.head .desc {
  font-size: 14px;
  margin-top: 10px;
  color: #646363;
}
#product {
  margin: 90px 0;
}
#product .tab-menu {
  width: 230px;
  text-align: center;
}
#product .tab-menu .head {
  position: relative;
  background: #80c8c9;
  font-size: 24px;
  height: 92px;
  color: #fff;
  overflow: hidden;
  margin: 0;
}
#product .tab-menu .head .fw {
  position: relative;
  z-index: 100;
  width: 160px;
  line-height: 1.2;
  height: 50px;
  background: #80c8c9;
}
#product .tab-menu .head span {
  display: block;
  font-size: 17px;
  text-transform: uppercase;
}
#product .tab-menu .body a {
  display: block;
  height: 75px;
  line-height: 75px;
  color: #222;
  border-bottom: solid 1px #ddd;
  background: #fff;
}
#product .tab-menu .body a:hover {
  background: #e0e4ef;
}
#product .tab-menu .foot {
  background: #898786;
  color: #fff;
  height: 104px;
  overflow: hidden;
}
#product .tab-menu .foot .company {
  position: relative;
  margin-bottom: 10px;
}
#product .tab-menu .foot .company span {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  background: #898786;
  z-index: 100;
}
#product .tab-menu .foot .company:after {
  content: '';
  background: #fff;
  width: 280px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
/*#product .tab-content {
  margin-left: 260px;
}*/
#product .tab-content .breadcrumb {
  text-align: right;
  margin-bottom: 15px;
}
#product .tab-content .breadcrumb span {
  margin: 0 5px;
}
#product .tab-content .list-wrapper {
  margin-bottom: -40px;
  margin-left: -15px;
}
#product .tab-content .list-wrapper:before,
#product .tab-content .list-wrapper:after {
  content: ' ';
  display: table;
}
#product .tab-content .list-wrapper:after {
  clear: both;
}
#product .tab-content .list {
  float: left;
  width: 33.3333333%;
  padding-left: 15px;
  color: #333;
 /* margin-bottom: 40px;*/
}
#product .tab-content .list:hover {
  -webkit-box-shadow: 0 10px 30px rgba(100,100,100,0.1);
          box-shadow: 0 10px 30px rgba(100,100,100,0.1);
  -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 .tab-content .list .pic {
  width: 100%;
  height: 230px;
  overflow: hidden;
  position: relative;
}
/*#product .tab-content .list .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}*/
/*#product .tab-content .list .title {
  position: absolute;
  width: 100%;
  padding: 0 15px;
  bottom: 5px;*/
 /*top:210px;
  text-align: center;
  color: #333;*/
}
.title ellipsis{
  color: #333;
}

/*# sourceMappingURL=product.css.map */
.d-title{text-align: center;font: 24px/35px "微软雅黑"; color:#333;}
.d-time{text-align: center;font: 12px/35px "微软雅黑"; color:#999;}
.tab-content{float: right;width: 750px;}
