body {
	background-color: #000;
}
.custom-container {
	padding: 0px 30px;
}
.full-container {
	padding: 0px 30px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 30px;
	margin-top: 25px;
}
.hmoImgList {
	text-align: center;
	padding: 0px;
}
.hmoImgList li {
	display: inline-block;
	text-align: center;
	padding-left: .5%;
	padding-right: .5%;
	width: 16%;
}
.hmoImgList li:last-child {
	padding-right: 0%;
	width: 17%;
}
.hmoImgList li .imgBox {
	text-align: center;
	margin-bottom: 10px;
	height: 330px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hmoImgList li .imgBox img {
	max-width: 100%;
}
.hmoImgList li p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 20px;
	margin-bottom: 0px;
	text-align: center;
	vertical-align: top;
	display: inline-block;
}
.hmoImgList2 {
	text-align: center;
	padding: 0px;
}
.hmoImgList2 li {
	display: inline-block;
	text-align: center;
	padding-left: .5%;
	padding-right: .5%;
	width: 11%;
}
.hmoImgList2 li .imgBox {
	text-align: center;
	margin-bottom: 30px;
}
.hmoImgList2 li .imgBox img {
	max-width: 100%;
}
.hmoImgList2 li.gMan {
	width: 54%;
}
.hmoImgList2 li p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 20px;
	margin-bottom: 0px;
	text-align: center;
	vertical-align: top;
	display: inline-block;
}
 @media (max-width: 1800px) {
h1 {
	font-size: 21px;
	line-height: 30px;
}
}
@media (max-width: 1440px) {
.hmoImgList li {
	width: 42%;
	margin-bottom: 50px;
}
.hmoImgList li:last-child {
	width: 42%;
}
.hmoImgList li .imgBox {
	height: auto;
	display: block;
}
.hmoImgList li .imgBox img {
	width: auto;
}
.hmoImgList li p {
	font-size: 18px;
	line-height: 26px;
}
.hmoImgList2 li {
	width: 40%;
	margin-bottom: 50px;
}
.hmoImgList2 li.gMan {
	width: 98%;
}
.hmoImgList2 li p {
	font-size: 18px;
	line-height: 26px;
}
}
@media (max-width: 767px) {
h1 {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 50px;
}
.hmoImgList li {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 60px;
}
.hmoImgList li:last-child {
	width: 100%;
}
.hmoImgList li .imgBox img {
	width: auto;
}
.hmoImgList2 li {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 60px;
}
.hmoImgList2 li.gMan {
	width: 100%;
}
}
@media (max-width: 480px) {
.hmoImgList li .imgBox {
	margin-bottom: 20px;
}
.hmoImgList2 li .imgBox {
	margin-bottom: 20px;
}
}
