#mainSwiper {
	height: 465px;
}
a {
	color: inherit;
}

.indexHeader {
	overflow: hidden;
	margin-bottom: 1em;
}
.mainPagination {
	text-align: left;
	padding-left: 2em;
	--swiper-pagination-color: var(--primary);
	--swiper-pagination-bullet-inactive-color: #fff;
	bottom: 1.3em !important;
}
.mainPagination .swiper-pagination-bullet {
	border-radius: 2px;
	height: 20px;
	background: none;
	width: 35px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.mainPagination .swiper-pagination-bullet:after {
	content: "";
	width: 100%;
	height: 4px;
	background: #fff;
}
.mainSwiperItem {
	position: relative;
	background: var(--mainBg);
	padding: 2em;
	border-radius: 5px;
	overflow: hidden;
}
.mainSwiperItem > .summary {
	margin-bottom: 2em;
}
.mainSwiperItem > .title,
.mainSwiperItem > .summary,
.mainSwiperItem > a {
	position: relative;
	z-index: 2;
}
.mainSwiperItem > .title > span {
	display: inline-block;
	opacity: 0;
}
.mainSwiperItem:after {
	background: rgba(255, 255, 255, 0.05);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}
.mask {
	background-repeat: no-repeat;
	position: absolute;
	background-size: 100% auto;
	left: 0;
	background-position: bottom;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0.1;
	background-image: url("https://cdn.qipengit.com/file/TbMOjxn03.jpg");
}
.mainSwiperIcon {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 600px;
	height: calc(100% - 60px);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
}
.icon1 {
	background-image: url("https://cdn.qipengit.com/file/y1nIou8nK.png");
}
.icon2 {
	background-image: url("https://cdn.qipengit.com/file/_1bbgxM6N.png");
}
.icon3 {
	background-image: url("https://cdn.qipengit.com/file/k1U7bP_s6.png");
}
.icon4 {
	background-image: url("https://cdn.qipengit.com/file/9meaQmswX.png");
}
.serviceList {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1em;
}
.serviceList > a {
	display: flex;
	align-items: center;
	position: relative;
	padding: 1em;
	background: rgba(255, 255, 255, 0.05);
	line-height: 1em;
}
.serviceList > a > div {
	font-size: 14px;
}
.serviceList > a > img {
	width: 4em;
	height: 4em;
	object-fit: contain;
	margin-right: 1em;
}
.newsList {
	background: rgba(255, 255, 255, 0.05);
	padding: 1.5em;
	border-radius: 5px;
}
.newsList > a {
	height: 95px;
	width: 100%;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	padding: 0 1em;
}
.newsList > a:last-child {
	border-bottom: none;
}
.newsList > a > img {
	width: 80px;
	height: 60px;
	flex-shrink: 0;
	margin-right: 1em;
	border-radius: 2px;
}
.newsList > a > .content {
	flex-grow: 1;
	overflow: hidden;
}
.newsList .title {
	padding-bottom: 5px;
	display: flex;
	align-items: center;
	color: #fff;
}
.newsList .publishAt {
	margin-left: auto;
	font-weight: normal;
	opacity: 0.3;
	flex-shrink: 0;
	margin-left: 20px;
}
.newsList .titleText {
	flex-grow: 1;
	overflow: hidden;
}
.newsList .summary {
	line-height: 1.2em;
}
.newsList > a h5 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
}
.newsList > a > div {
	font-size: 14px;
}
.newsList > a:hover {
	background: rgba(255, 255, 255, 0.05);
}
.newsList > a:last-child {
	margin-bottom: 0;
}
.indexModel:nth-child(odd) {
	/* background: rgba(255, 255, 255, 0.05); */
}
.service2_left {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.service2_left > img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.indexModel {
	position: relative;
	background: url("https://cdn.qipengit.com/file/r_KahI5jc.png");
	background-size: 30px 30px;
	margin: 4em 0;
	padding-bottom: 6em;
}
.indexModel h1 {
	color: #fff;
	text-align: center;
	padding-top: 1em;
}
.indexModel h5 {
	text-align: center;
	font-weight: normal;
	font-size: 16px;
}

.indexModel h4 {
	color: #fff;
	margin-top: 1em;
}
.indexModel h4:first-child {
	margin-top: 0;
}
.indexModelMore {
	text-align: center;
}
.indexModel:before {
	content: "";
	background: linear-gradient(to bottom, var(--mainBg), transparent, transparent, var(--mainBg));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.indexModel:after {
	content: "";
	background: linear-gradient(to right, var(--mainBg), transparent, transparent, var(--mainBg));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.indexModel > .container-fluid {
	position: relative;
	z-index: 2;
}
.indexModel .primaryBtn {
	margin-bottom: 3em;
}
.primaryBtn {
	display: inline-block;
	background: rgba(var(--primary-rgb), 0.1);
	border: 1px solid rgba(var(--primary-rgb), 0.5);
	color: var(--primary);
	padding: 0.2em 1em;
	border-radius: 3px;
	margin-top: 1em;
	transition: 0.3s;
	font-size: 14px;
	margin-bottom: 1em;
}
.primaryBtn:hover {
	background: var(--primary);
	background: rgba(var(--primary-rgb), 0.5);
	color: #fff;
}
