#mainSwiper {
	height: 100%;
	width: 100vw;
	overflow: hidden;
}
#mainSwiper .swiper-wrapper {
	box-sizing: border-box;
}
.swiperImg {
	position: absolute;
	right: 0;
	bottom: 10%;
	height: 80%;
}
.swiperItem {
	position: relative;
	height: 100%;
}
.mainSwiper {
	height: 600px;
	position: relative;
}
.mainSwiper .swiper-slide {
	background-image: var(--bg);
	background-size: cover;
	background-position: center bottom;
}
.mainSwiper .swiper-slide a {
	pointer-events: all;
}
[data-bs-theme="dark"] .swiper-slide {
	background-image: var(--bgdark);
}

.mainSwiperPagination {
	position: absolute;
	bottom: 120px;
	left: 0;
	width: 100%;
	display: flex;
	z-index: 2;
	justify-content: center;
	gap: 10px;
}
.mainSwiperPagination > div {
	opacity: 0.7;
	padding: 0 0.5em;
	cursor: pointer;
	padding-bottom: 0.5em;
	position: relative;
}
.mainSwiperPagination > div:hover {
	opacity: 1;
}
.mainSwiperPagination > div:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid var(--bs-border-color);
}
.mainSwiperPagination > div.active {
	font-weight: bold;
	opacity: 1;
}
.mainSwiperPagination > div.active:after {
	border-bottom: 2px solid var(--bs-body-color);
}
.swiperContent {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding-top: 170px;
}
.swiperContent h2 {
	font-size: 3em;
}
.mainTopic {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(4px);
	width: 100%;
	height: 110px;
}
[data-bs-theme="dark"] .mainTopic {
	background: rgba(0, 0, 0, 0.1);
}
.mainTopic > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.mainTopic h6 {
	display: flex;
	align-items: center;
}
.mainTopic .icon {
	font-size: 13px;
	margin-left: 2px;
}
.mainTopic > div > small {
	opacity: 0.7;
}
.mainTopic > div:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	height: 60%;
	transform: translateY(-50%);
	border-right: 1px solid var(--bs-border-color);
}
.mainTopic > div:last-child::after {
	display: none;
}
.flags > div {
	display: flex;
	align-items: center;
	line-height: 1em;
}
.flags > div > .icon {
	font-size: 3.2em;
	margin-right: 10px;
}
.flags small {
	opacity: 0.5;
}
.phoneCall {
	background-color: #d7e7ff;
	position: relative;
	padding: 0 190px;
}
.phoneCall:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("https://cdn.7peng.com/file/4su-OcV8MZElJ-HKDd8Ia.jpg");
	background-size: cover;
	background-position: center;
}
.phoneCall:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.phoneCall h2 {
	color: #fff !important;
}
.phoneForm {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
}
.phoneForm > div {
	background: #fff;
	border-radius: 5px;
	padding: 6px;
	display: flex;
	align-items: center;
}
.phoneForm > div > input {
	all: unset;
	background: #ffffff;
	height: 100%;
	width: 250px;
	padding: 0 1em;
	font-weight: bold;
}
.indexModel {
	padding: 120px 0;
}
.indexModel > h2 {
	text-align: center;
	font-size: 3em;
	position: relative;
	z-index: 2;
	padding-bottom: 1em;
}
.indexModel h2 a {
	display: inline-flex;
	font-weight: normal;
	font-size: 14px;
	color: var(--primary);
	padding-top: 5px;
	font-weight: 400;
}
.shentai {
	background: #1a1c1f;
	color: #fff;
	position: relative;
}
.shentai:before {
	content: "";
	background: var(--primary);
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
}
.shentai > .container {
	position: relative;
	z-index: 2;
}
.shentaiLeft {
	background: var(--primary);
	width: 55%;
	/* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%); */
	-webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}
.shentaiLeft > a {
	color: #fff !important;
}
.shentaiRight {
	width: 45%;
}
.shentaibankuai {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5em;
}
.shentaibankuai > div {
	background: #222427;
	height: 3em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	background: none;
	backdrop-filter: none;
}
[data-bs-theme="dark"] .navbar {
	background: none;
}
.navPlace {
	display: none;
}
.indexNavbar {
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(4px);
}
[data-bs-theme="dark"] .indexNavbar {
	background: rgba(0, 0, 0, 0.8);
}
.fuwuListLeft {
	width: 300px;
}
.serviceSubList {
	position: relative;
}
.serviceSubList > div {
	position: absolute;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.serviceSubList > div.active {
	display: flex;
}
.fuwuListItem {
	padding: 2em;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.serviceSubList > div > div:first-child {
	--bg: #1c70f0;
}
.serviceSubList > div > div:nth-child(2) {
	--bg: #0ea965;
}
.serviceSubList > div > div:nth-child(3) {
	--bg: #ff892b;
}
.fuwuListItem:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 120px;
	left: 0;
	top: 0;
	opacity: 0.2;
	background: linear-gradient(to bottom, var(--bg), transparent);
}

.fuwuListItem > .content {
	position: relative;
	z-index: 2;
}
.fuwuListItem h5 {
	color: var(--bg);
	font-weight: bold;
}
.fuwuItemSummary {
	color: var(--bg);
	height: 42px;
}
.fuwuListIcon {
	position: absolute;
	top: -10px;
	width: 40px;
	height: 40px;
	object-fit: contain;
	right: 0;
	opacity: 0.5;
}
.fuwuListFen {
	border-bottom: 1px solid var(--bg);
	opacity: 0.15;
	margin: 20px 0;
}
.fuwuListItem .tags {
	display: flex;
	gap: 5px;
	padding-top: 0.5em;
}
.fuwuListItem .tags > div {
	border: 1px solid var(--bs-border-color);
	padding: 0 15px;
	line-height: 2em;
	border-radius: 3px;
	font-size: 12px;
}
.fuwuList {
	height: 500px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.fuwuList > li {
	flex: 1;
	font-weight: bold;
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 1em;
	border-radius: 5px;
	overflow: hidden;
}
.fuwuList > li .icon {
	margin-left: auto;
	display: none;
}
.fuwuList > li.active {
	background: var(--primary) !important;
	color: #fff !important;
}
.fuwuList > li.active .icon {
	display: block;
}
.fuwuList > li.active > img {
	filter: brightness(0) invert(1);
}
.fuwuList > li:hover {
	background: rgba(0, 0, 0, 0.05);
}

[data-bs-theme="dark"] .fuwuList > li:hover {
	background: rgba(255, 255, 255, 0.05);
}
.fuwuList > li > img {
	width: 1.1em;
	height: 1.1em;
	object-fit: contain;
	margin-right: 1em;
}
.newsItem {
	display: block;
}
.newsItem > img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 5px;
	margin-bottom: 10px;
	opacity: 1;
}
.newsItem:hover img {
	opacity: 0.9;
}
.newsTime {
	opacity: 0.7;
}

.phoneHotLine {
	position: relative;
	z-index: 2;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	padding-top: 10px;
}
.jiejufanganTabs > div {
	margin: 0 1em;
	border-bottom: 2px solid transparent;
	opacity: 0.7;
	cursor: pointer;
}
.jiejufanganTabs > div.active {
	font-weight: bold;
	border-color: var(--primary);
	opacity: 1;
}
.jiejuefanganContent {
	background: var(--primary);
}
.shentaiNewsItem {
	display: flex;
	align-items: center;
	padding-right: 120px;
}
.shentaiNewsItem > img {
	width: 220px;
	height: 114px;
	object-fit: cover;
	margin-right: 15px;
	border-radius: 3px;
}
.shentaiNewsItem a {
	border: 1px solid #fff;
	height: 32px;
	display: inline-block;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	margin-top: 10px;
	color: #fff !important;
}
.shentaiNewsItem a:hover {
	background: rgba(255, 255, 255, 0.2);
}
.solutionArea {
	position: relative;
	height: 500px;
	background: var(--primary);
	overflow: hidden;
}
.solutionBg {
	height: 100%;
}
.solutionBgMask {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: red;
	z-index: 2;
}
.solutionBox {
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 100px 0;
	z-index: 2;
}
.solutionBgMask:after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 3;
	display: block;
	background: linear-gradient(to right, var(--primary), rgba(22, 99, 255, 0.5));
}
.solutionCover {
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
}
.solutionCover > img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.solutionRow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 0.5s;
}
.solutionRow.active {
	opacity: 1;
	z-index: 2;
}
.solutionDetailS {
	height: 300px;
	width: 100%;
	position: relative;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	color: #333;
}
.solutionDetail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2em;
	opacity: 0;
}
.solutionDetail.active {
	opacity: 1;
	z-index: 2;
}

.solutionSummary {
	height: 84px;
	margin-bottom: 1em;
	opacity: 0.8;
}

.solutionTags {
	display: flex;
	font-size: 12px;
	gap: 10px;
}
.solutionTags > div {
	display: inline-flex;
	align-items: center;
}
.solutionTags .icon {
	color: var(--primary);
	margin-right: 3px;
}
.solutionCover {
	width: 380px;
	height: 240px;
	object-fit: cover;
	flex-shrink: 0;
	margin-right: 2em;
}
.solutionLink {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.solutionMinTabs {
	margin-top: 30px;
}
.solutionMinTabs > div {
	height: 40px;
	display: flex;
	align-items: center;
	border-left: 2px solid rgba(255, 255, 255, 0.2);
	padding-left: 20px;
	cursor: pointer;
}
.solutionMinTabs > div:hover {
	background-color: rgba(255, 255, 255, 0.05);
}
.solutionMinTabs > div.active {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.1);
}
.mainTopicCover {
	width: 100px;
	height: 70px;
	margin-right: 1em;
	border-radius: 3px;
	overflow: hidden;
	flex-shrink: 0;
	object-fit: cover;
}

.mainTopicTitle {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 0.4em;
}

.mainTopicSummary {
	opacity: 0.8;
	font-size: 12px;
}
