.head {
  color: #000;
  padding: 0 20px 8px 20px;
  border-bottom: solid 1px #000;
}
.head h3 {
  font-size: 16px;
}
.head a h3{
	color:#000;
}
.head h3 span {
  font-size: 14px;
  text-transform: uppercase;
}
.breadcrumbs {
  margin-bottom: 25px;
  border-bottom: solid 1px #000;
  padding: 0 20px 8px 20px;
}
.breadcrumbs .l h3 {
  font-size: 16px;
}
.breadcrumbs .l h3 span {
  font-size: 14px;
  text-transform: uppercase;
}
.breadcrumbs .r {
  color: #585858;
  font-size: 12px;
}
.breadcrumbs .r span {
  margin: 0 4px;
}
#product {
  margin: 40px 0;
}
#product .side {
  width: 260px;
}
#product .side .category {
  margin-bottom: 10px;
}
#product .side .category ul a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #525252;
  padding: 0 20px;
  font-size: 14px;
}
#product .side .category ul a i {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 11px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  margin-right: 13px;
  background-image: url("../images/common/list_arrow.png");
}
#product .side .category ul a:hover {
  color: #2d57ab;
}
#product .side .category ul .active a {
  color: #2d57ab;
}
#product .main-wrapper {
  margin-left: 300px;
}
#product .main-wrapper .content {
  padding: 0 10px;
}
#product .main-wrapper .list-wrapper {
  margin-bottom: -20px;
  margin-left: -40px;
}
#product .main-wrapper .list-wrapper:before,
#product .main-wrapper .list-wrapper:after {
  content: ' ';
  display: table;
}
#product .main-wrapper .list-wrapper:after {
  clear: both;
}
#product .main-wrapper .list {
  float: left;
  text-align: center;
  margin-bottom: 20px;
  width: 33.333333333333336%;
  padding-left: 40px;
}
#product .main-wrapper .list:hover {
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#product .main-wrapper .list .pic {
  width: 100%;
  height: 153.01910828025476px;
  overflow: hidden;
  position: relative;
}
#product .main-wrapper .list .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#product .main-wrapper .list .title {
  font-size: 15px;
  color: #002f82;
  font-weight: 700;
  margin-top: 8px;
  padding-bottom: 6px;
  border-bottom: dashed 1px #ccc;
}
#product .main-wrapper .list .desc {
  color: #545454;
  margin-top: 8px;
}

/*# sourceMappingURL=product.css.map */
