* {
	padding: 0px;
	margin: 0px;
}

.ui-contents {
	width: 100%;
	background-color: #f8f8f8;
	overflow: hidden;
}

.ui-ct-tp {
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
}

.ui-ct-tpx {
	width: 1500px;
	margin: 10px auto 12px;
	display: flex;
	justify-content: space-between;
}

.ui-ct-tpxl-h4 {
	font-size: 24px;
	color: #333333;
}

.ui-ct-tpxl-p {
	font-size: 12px;
	color: #269f50;
}

.ui-ct-tpxp {
	font-size: 14px;
	color: #333333;
	display: flex;
	align-items: center;

}

.ui-ct-tpxp::before {
	content: "";
	width: 5px;
	height: 10px;
	background: url(../images/lsctpr.png) no-repeat;
	background-size: 100%;
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 6px;
}

.ui-ctb {
	width: 100%;
	margin: auto;
}

.ui-ctb-tp {
	width: 1500px;
	margin: auto;
	padding: 15px 0px;
	overflow: hidden;
}

.ui-ctb-tpr {
	float: right;
}

.ui-current a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #FFFFFF !important;
	background-color: #009a44;
}

.ui-ctb-tpp {
	border-radius: 7px;
	margin-left: 20px;
	font-size: 18px;
	color: #333333;
	border: 1px solid #999999;
	float: left;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
}

.ui-ctb-tx {
	width: 100%;
	height: 837px;
}

.swiper-slide-p {
	font-size: 20px;
	color: #FFFFFF;
	background-color: #009a44;
	padding: 30px 20px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.swiper-slide-img {
	width: 100%;
	height: 751px !important;
}

.swiper-slide-max-box {
	position: absolute;
	top: 80px;
	right: 0px;
	left: 0px;
	width: 1500px;
	margin: auto;
	height: 90%;
}

.swiper-slide-box {
	width: 320px;
	height: 250px;
	float: right;
	margin-top: 356px;
}

.swiper-slide-box-h4 {
	font-size: 30px;
	color: #FFFFFF;
	text-align: right;
}

.swiper-slide-box-p {
	font-size: 20px;
	color: #FFFFFF;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: right;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}

.swiper-slide-box-a {
	font-size: 16px;
	color: #FFFFFF!important;
	text-align: right;
	display: block;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	float: right;
	margin-top: 15px;
	padding: 1px 10px;
}
