/* 中文版网站改版，不改变原有样式代码（兼容英文版），新增了此css */

.content-contain .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.content-contain {
  display: flex;
  max-width: 1920px;
  min-width: 1450px;
  margin: auto;
  flex-direction: column;
  background-image: url(../images/home/home_bgc.png);
}
.content-contain > div {
  margin: 50px auto 0;
}
.product .content-text {
  display: flex;
  flex-direction: column;
}
.product .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0 20px;
}
.product .item {
  margin: 10px 0;
}
.content .more{
	width: 285px;
	border: 1px solid #5b5858;
	text-align: center;
	position: relative;
}
.content .moreStyle{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	transform: translate(-50%, -50%);
	color: #1512121a;
	font-size: 70px;
	font-weight: bolder;
}
.content .all{
	position: absolute;
	top: 56%;
	left: 50%;
	margin: auto;
	transform: translate(-50%, -50%);
	color: #000000;
	font-size: 16px;
}
.product .content-text {
  position: absolute;
  width: 100%;
  color: #fff;
  left: 0;
  bottom: 0;
  padding: 0 0 20px 20px;
  box-sizing: border-box;
}
.content-contain .view-more {
  text-align: center;
}
.content .item {
  transition: 0.5s all;
}
.content .item:hover {
  box-shadow: 2px 6px 12px #ccc;
}
.solution .content {
  display: flex;
  justify-content: space-between;
  padding: 40px 0px 0px 0px;
}
.solution .content-text {
  padding: 8px 0 8px 8px;
  color: #333;
  background-color: #fff;
}