.ps-groupimg-wrapper {
	text-align: center;
	margin-bottom: 120px;
}

.ps-groupimg-layui-carousel {
	margin: 0 auto;
}

.ps-groupimg-img-div img {
	width: 100%;
	height: 550px;
}

.ps-groupimg-carousel {
	position: relative;
	top: 10px;
	height: 90px;
	line-height: 0 !important;
	text-align: left;
	font-size: 0;
	padding: 14px 50px;
	background-color: #fff;
}

.ps-groupimg-ul-wrapper {
	position: absolute;
	height: 88px;
	width: calc(100% - 100px);
	overflow: hidden;
	top: 0;
	bottom: 0;
	margin: auto;
}

.ps-groupimg-ul {
	list-style: none;
	position: absolute;
	padding: 0px;
	overflow: hidden;
	user-select: none;
}

.ps-groupimg-ul li {
	float: left;
}

.ps-groupimg-indicator-li {
	width: 100px;
	height: 80px;
	margin: 4px;
	box-sizing: border-box;
}

.ps-groupimg-indicator-li img {
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.ps-groupimg-indicator-li-this {
	outline: red 2px solid;
}

.ps-groupimg-indicator-prev-btn, .ps-groupimg-indicator-next-btn {
	position: absolute;
	width: 30px;
	height: 66px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}

.ps-groupimg-indicator-prev-btn {
	left: 0;
	background-image: url(../../../../../share/images/prev_btn.png)
}

.ps-groupimg-indicator-prev-btn:hover {
	background-image: url(../../../../../share/images/prev_btn_hover.png)
}

.ps-groupimg-indicator-next-btn {
	right: 0;
	background-image: url(../../../../../share/images/next_btn.png)
}

.ps-groupimg-indicator-next-btn:hover {
	background-image: url(../../../../../share/images/next_btn_hover.png)
}

@font-face {
	font-family: '方正小标宋简体';
	src: url("../fonts/方正小标宋简体.TTF");
}

@font-face {
	font-family: '仿宋_GB2312';
	src: url("../fonts/仿宋_GB2312.ttf");
}

@font-face {
	font-family: '黑体';
	src: url("../fonts/黑体.ttf");
}

@font-face {
	font-family: '华文新魏';
	src: url("../fonts/华文新魏.ttf");
}

@font-face {
	font-family: '楷体_GB2312';
	src: url("../fonts/楷体_GB2312.ttf");
}