/*--------------------公司介绍---------------------*/


/*公司信息*/

.company {
  min-height:600px;
  width: 1000px;
  border: 1px solid #eee;
  display: inline-block;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 0 40px 40px;
}

.company h1 {
  padding:60px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.company .introduce div {
  margin-bottom: 30px;
}

.company div h2 {
  font-size: 16px;
  margin-bottom: 14px;
  font-weight: normal;

}

.company .introduce div p {
  margin-bottom: 10px;
  text-indent: 28px;
  line-height: 24px;
}

.company .introduce div p span {
  margin-right: 40px;
}

.company i.title {
  display: inline-block;
  width: 8px;
  height: 18px;
  background: url(../images/slicing/X2.png) no-repeat -49px -9px;
  vertical-align: middle;
  margin-right: 8px;
}

/*产品信息*/
.company .product ul {
  margin:0 39px;
}

.company .product li {
  width: 240px;
  height: 322px;
  box-sizing: border-box;
  border: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  float: left;
  margin: 20px 20px 0;
}

.company .product li div {
  position: relative;
  width: 220px;
  height: 102px;
}

.company .product li div img {
  max-width: 220px;
  max-height: 102px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.company .product li h3 {
  font-weight: normal;
  text-align: center;
  margin-top: 16px;
}

.company .product li hr {
  width: 30px;
  color: #ccc;
  margin: 12px auto 0;
}

.company .product li p {
  font-size: 12px;
  text-indent: 24px;
  margin-top: 16px;
  color: #999;
  line-height: 18px
}



