
/* 产品 */
.kdb_produce_w {
    background-color: #f1f4f9;
} 

.kdb_produce {
    padding-top: 100px;
    padding-bottom: 100px;
}
.kdb_produce_title {
    margin-bottom: 70px;
    text-align: center;
}
.kdb_produce_title > h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #232223;
}
.kdb_produce_title > span {
    display: inline-block;
    width: 150px;
    height: 8px;
    margin: 0 auto 20px;
    background-color: #e95507;
}
.kdb_produce_title > p {
    font-size: 18px;
    color: #999;
}
.common_product_img ul li {
  float: left;
	width: 250px; 
	height: 150px;
	background-color: #ffffff;
	border-radius: 8px;
  border: solid 1px #dc4711;
  margin-right: 50px;
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .5s;
}
.common_product_img ul li:hover {
  box-shadow: 0 0 2px #dc4711;
}
.common_product_img ul li:nth-of-type(4n) {
  margin-right: 0;
}
.common_product_img ul li a div {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.common_product_img ul li a div img {
  width: 50px;
  height: auto;
  vertical-align: middle;
}
.common_product_img ul li a div h3 {
  margin-left: 14px;
  white-space: nowrap;
}
.common_product_img ul li a p {
  font-size: 16px;
  color: #acacac;
  margin-top: 8px;
}
.common_product_img ul li a {
  transition: all .5s;
}
.common_product_img ul li a:hover {
  margin-top: -20px;
}
.common_product_img .hot_refer_link {
  text-align: center;
}
.common_product_img .hot_refer_link a {
  display: inline-block;
	width: 300px;
	height: 60px;
	background-color: #dc4711;
	box-shadow: 2px 2px 10px -1px 
		#ffc0a8;
  border-radius: 8px;
  line-height: 60px;
  font-size: 22px;
  color: #fff;
}