.section-title {
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

.section-title small {
	display: block;
	font-size: 42px;
	text-transform: uppercase;
}

.section-title strong {
	color: #1B5B96;
	font-size: 30px;
}

.list-1 li {
	float: left;
	width: 33.333333% !important;
}

.list-1 li a {
	display: block;
	padding: 20px 20px 23px;
	background-color: #f0f0f0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 25px 0 30px 20px;
	position: relative;
}

.list-1 li .img-cover {
	padding-top: 66%;
	height: 310px;
}

.img-cover {
	overflow: hidden;
	position: relative;
}

.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	background-image: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.list-1 li .text {
	line-height: 40px;
	font-size: 18px;
	margin-top: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.list-1 li .more {
	border: 4px solid #f0f0f0;
	background: #ffffff;
	line-height: 42px;
	width: 48px;
	height: 48px;
	text-align: center;
	color: #b3b3b3;
	font-size: 12px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	left: 50%;
	bottom: -28px;
	margin-left: -28px;
}

.list-1 li a:hover {
	background-color: #0185C3;
	color: #fff;
}

.list-1 li a:hover .more {
	background-color: #1B5B96;
	color: #fff;
	border-color: #1B5B96;
}

.list-1 li a:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.in-prod-menu {
	text-align: center;
	width: 1030px;
	margin: 0 auto;
}

.in-prod-menu li {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	height: 50px;
	line-height: 50px;
}

.in-prod-menu li a {
	display: block;
	margin: 0 5px 10px;
	font-size: 15px;
	line-height: 39px;
	position: relative;
	background: url(../images/image/pro-btn.png) no-repeat center / 100% 100%;
	width: 200px;
}

.in-prod-menu li:hover a {
	color: #0185C3;
}

.clearfix::before,
.clearfix::after {
	display: table;
	line-height: 0;
	content: "";
}

.list-2 li {
	float: left;
	width: 33.333333%;
}

.list-2 li a {
	display: block;
	margin: 20px 0 0 20px;
	background-color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-2 li .img-cover {
	padding-top: 66%;
}

.img-cover {
	overflow: hidden;
	position: relative;
}

.img-cover span {
  display: block;
  width: 100%;
  background: no-repeat center / cover;
    background-image: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.list-2 li .more {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(73 146 16 / 70%);
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.list-2 li .more i {
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  font-style: normal;
  border: 1px solid #fff;
  width: 54px;
  line-height: 54px;
  border-radius: 50%;
  text-align: center;
  margin: -28px 0 0 -28px;
}

.list-2 li .text {
  line-height: 68px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding: 0 15px;
}

.list-2 li a:hover {
  background-color: #1B5B96;
  color: #fff;
}

.list-2 li a:hover .more {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.list-2 li a:hover {
  color: #fff;
}