* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.content {
	position: relative;
	height: 600px;
	
}

.swiper-slide img {
	width: 100%;
	height: 100%;
}

.service-area .header-text {
	text-align: center;
}

.service-area .header-text h1 {
	margin-bottom: 20px;
}

.section-gap {
	padding: 120px 0;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.d-flex {
	display: flex !important;
}

.justify-content-center {
	justify-content: center !important;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.pb-40 {
	padding-bottom: 40px;
}

.single-service {
	background-color: #f9f9ff;
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single-service h4 {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-top: 20px;
	margin-bottom: 20px;
}

.single-service h4 .lnr {
	margin-right: 15px;
}

.single-service:hover {
	box-shadow: 0px 20px 30px 0px rgba(35, 94, 231, 0.2);
	cursor: pointer;
}

.single-service:hover h4 {
	color: #235ee7;
}

/*** Navbar ***/
.sticky-top {
	top: -150px;
	transition: .5s;
}

/*** 产品介绍-Service ***/
.service-item {
	position: relative;
	padding: 45px 30px;
	background: #FFFFFF;
	transition: .5s;
}

.service-item:hover {
	background: #1363c6;
}

.service-item .service-icon {
	margin: 0 auto 20px auto;
	width: 90px;
	height: 90px;
	color: var(--primary);
	background: var(--light);
	transition: .5s;
}

.service-item:hover .service-icon {
	background: #FFFFFF;
}

.service-item h5,
.service-item p {
	transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
	color: #FFFFFF;
}

.service-item a.btn {
	position: relative;
	display: flex;
	color: var(--primary);
	transition: .5s;
	z-index: 1;
}

.service-item:hover a.btn {
	color: var(--primary);
}

.service-item a.btn::before {
	position: absolute;
	content: "";
	width: 35px;
	height: 35px;
	top: 0;
	left: 0;
	border-radius: 35px;
	background: var(--light);
	transition: .5s;
	z-index: -1;
}

.service-item:hover a.btn::before {
	width: 100%;
	background: var(--light);
}

.btn-square {
	width: 38px;
	height: 38px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	border-radius: 50px;
}

.container-introduction,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y)*-1);
	margin-right: calc(var(--bs-gutter-x)/-2);
	margin-left: calc(var(--bs-gutter-x)/-2)
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x)/2);
	padding-left: calc(var(--bs-gutter-x)/2);
	margin-top: var(--bs-gutter-y)
}


/* 模块背景色 */
.bg-light {
	background-color: #f4f7fe !important
}

.bg-primary {
	background-color: #1363c6 !important
}

.mt-5 {
	margin-top: 3rem !important
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem
}

.align-items-center {
	align-items: center !important
}

/* 产品介绍-左侧 */
.col-lg-5 {
	flex: 0 0 auto;
	width: 41.6666666667%
}

/* 产品介绍-右侧 */
.col-lg-7 {
	flex: 0 0 auto;
	width: 58.3333333333%
}

/* 右侧-两行 */
.col-md-6 {
	flex: 0 0 auto;
	width: 50%
}

.col-12 {
	flex: 0 0 auto;
	width: 100%
}

.pt-md-4 {
	padding-top: 1.5rem !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	animation-name: fadeIn;
}

.mb-4 {
	margin-bottom: 1.5rem !important
}

.flex-column {
	flex-direction: column !important
}

.text-center {
	text-align: center !important
}

.rounded {
	border-radius: 10px !important
}

.rounded-0 {
	border-radius: 0 !important
}