@charset "utf-8";

/* SCSS RGB 黑白色阶 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	letter-spacing: 1px;
}

/* 默认隐藏电脑端的汉堡菜单按钮 */
.navModule {
	display: none;
}

/* 默认隐藏手机端导航 */
.mobile-nav {
	display: none;
}

html {
	font-size: 16px;
}

html.overflow {
	overflow: hidden;
}

html body {
	background-color: #ffffff;
	color: rgba(66, 66, 66, 0.95);
	font-family: Macan, Helvetica Neue, Helvetica, Arial, sans-serif;

}

html body a {
	text-decoration: none;
	color: rgba(66, 66, 66, 0.95);
	cursor: pointer;
}

html body a:hover {
	color: rgba(66, 66, 66, 0.95);
}

html body li {
	list-style-type: none;
}

html body img {
	max-width: 100%;
	display: block;
	cursor: pointer;
}

.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

.container {
	margin: 0 auto;
	padding: 0 10px;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
		width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
		width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
		width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1160px;
		width: 1160px;
	}
}

@media (min-width: 1300px) {
	.container {
		max-width: 1260px;
		width: 1260px;
	}
}

@media (min-width: 1450px) {
	.container {
		max-width: 1410px;
		width: 1410px;
	}
	.nav .container {
		max-width:100%;
		width:100%;
		padding:0 135px 0 150px;
	}
	.footer .container {
		max-width:100%;
		width:100%;
		padding:0 40px 0 150px;
	}
	.footer .container .bottom{margin:0 110px 0 0;}
}

nav.nav {
	position: relative;
	top: auto;
	left: auto;
	z-index: 999999999;
	width: 100%;
	transition: 0.3s;
}

nav.nav.white-bg {
	background-color: #fff;
	border-bottom: none;
}

nav.nav.white-bg .container .logo a img.black {
	display: block;
}

nav.nav.white-bg .container .logo a img.white {
	display: none;
}

nav.nav.white-bg .container .logo a svg g {
	fill: #333;
}

nav.nav.white-bg .container .navbar-nav .navbar ul li a {
	color: #333;
}

nav.nav.white-bg .container .navbar-nav .navModule .navbtn .menu .line {
	stroke: #333;
}

nav.nav .container {
	display: flex;
	align-items: center;
	height: 80px;
	justify-content: space-between;
}

/* 双横条布局：完全覆盖旧的container样式 */
.top-bar {
	height: 100px !important;
	background: #fff !important;
	/*border-bottom: 1px solid #e0e0e0 !important;*/
	padding:20px 0;
}

.top-bar .container {
	display: flex !important;
	align-items: center !important;
	height: 100% !important;
	justify-content: space-between !important;
}

.navbar-container {
	height: 60px !important;
	background: #fff !important;
	border-bottom: none !important;
	position: sticky !important;
	top: 0 !important;
	z-index: 1000 !important;
	border-top: 1px solid #e0e0e0 !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.navbar-container .container {
	display: flex !important;
	align-items: center !important;
	height: 100% !important;
	justify-content: center !important;
}

/* 双横条布局：LOGO样式 */
.top-bar .logo {
	display: flex !important;
	align-items: center !important;
}

.top-bar .logo a img {
	height: 38px;
}

/* 覆盖旧样式：确保.top-bar显示黑色LOGO */
.top-bar .logo a img.black {
	display: block !important;
}

.top-bar .logo a img.white {
	display: none !important;
}

nav.nav .container .logo {
	display: flex;
	align-items: center;
}

nav.nav .container .logo a img {
	height: 42px;
}

nav.nav .container .logo a img.black {
	display: none;
}

/* 覆盖旧样式：确保.top-bar中的LOGO黑色图片显示 */
.top-bar .logo a img.black {
	display: block !important;
}

.top-bar .logo a img.white {
	display: none !important;
}

.top-bar .logo a img.white {
	display: none !important;
}

/* 覆盖旧的LOGO白色图片样式 */
.top-bar .logo a img.white {
	display: none !important;
}

/* 双横条布局：语言切换样式 */
.top-bar-right .yyqh {
	display: block !important;
}

.top-bar-right .yyqh ul {
	display: flex !important;
	gap: 15px !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.top-bar-right .yyqh li {
	float: none !important;
	padding-left: 0 !important;
	display: inline-block !important;
}

.top-bar-right .yyqh li a {
	color: #666 !important;
	text-decoration: none;
	font-size: 13px;
	transition: color 0.3s;
	display: flex !important;
	align-items: center !important;
}

.top-bar-right .yyqh li a img {
	height: 12px !important;
	padding-right: 5px !important;
	float: none !important;
	width: 23px !important;
	margin-top: 0 !important;
	vertical-align: middle !important;
	display: inline-block !important;
}

nav.nav .container .logo a img.white {
	display: block;
}

/* 覆盖旧样式：导航文字颜色 */
.navbar-container .navbar-nav .navbar ul li a {
	color: #333 !important;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 12px 20px;
	transition: all 0.3s;
}

.navbar-container .navbar-nav .navbar ul li a:hover {
	color: #007bff !important;
}

/* 覆盖旧样式：确保navbar-container中的navbar显示 */
.navbar-container .navbar {
	display: block !important;
	height: 100% !important;
}

/* 覆盖旧样式：确保navbar-container中的导航列表显示 */
.navbar-container .navbar-nav .navbar ul {
	display: flex !important;
	height: 100% !important;
	align-items: center !important;
}

.navbar-container .navbar-nav .navbar ul li {
	display: flex !important;
	align-items: center !important;
	height: 100% !important;
}

.top-bar .logo a img.white {
	display: none !important;
}

/* 覆盖旧样式：确保.top-bar中的LOGO黑色图片显示 */
.top-bar .logo a img.black {
	display: block !important;
}

/* 覆盖旧样式：确保.top-bar中的搜索框正常显示 */
nav.nav .container .logo .search {
	display: none !important;
}

.top-bar .search {
	display: flex !important;
	height: 36px !important;
	width: 280px !important;
	border-radius: 0px !important;
	overflow: hidden !important;
	border: 1px solid #ddd !important;
	background: #f5f5f5 !important;
	margin-left: 0 !important;
}

.top-bar .search form {
	flex: 1 !important;
	display: flex !important;
}

.top-bar .search input {
	height: 36px !important;
	width: 100% !important;
	border: 0 !important;
	flex: 1 !important;
	padding: 0 15px !important;
	font-size: 13px !important;
	outline: none !important;
	background: transparent !important;
}

.top-bar .search button {
	width: 40px !important;
	height: 36px !important;
	border: 0 !important;
	background-color: transparent !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.top-bar .search button svg {
	fill: #999 !important;
}

nav.nav .container .logo a svg g {
	fill: #fff;
}

nav.nav .container .logo .search {
	height: 42px;
	width: 520px;
	display: flex;
	border-radius: 6px;
	overflow: hidden;
	margin-left: 10%;
	border: 1px solid #222;
}

nav.nav .container .logo .search form {
	flex: 1;
	display: flex;
}

nav.nav .container .logo .search input {
	height: 42px;
	width: 100%;
	border: 0;
	flex: 1;
	padding: 12px;
	font-size: 13px;
	outline: solid;
}

nav.nav .container .logo .search button {
	width: 52px;
	height: 42px;
	border: 0;
	background-color: #222;
	cursor: pointer;
}

nav.nav .container .logo .search button path {
	fill: #fff;
}

nav.nav .container .navbar-nav {
	height: 100%;
	position: relative;
}

/* 双横条布局：navbar-nav样式覆盖 */
.top-bar .navbar-nav {
	display: none !important;
}

.navbar-container .navbar-nav {
	display: block !important;
	height: 100%;
	position: relative;
}

nav.nav .container .navbar-nav .navbar {
	height: 100%;
}

nav.nav .container .navbar-nav .navbar ul {
	display: flex;
	height: 100%;
	align-items: center;
}

nav.nav .container .navbar-nav .navbar ul li a {
	padding: 12px 12px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
}

/* 双横条布局：导航链接颜色覆盖 */
.navbar-container .navbar-nav .navbar ul li a {
	color: #333 !important;
}

nav.nav .container .navbar-nav .navModule .navbtn {
	height: 60px;
	aspect-ratio: 1.1;
	overflow: hidden;
	display: none;
}

nav.nav .container .navbar-nav .navModule .navbtn .menu {
	height: 100%;
	cursor: pointer;
	transform: scale(1.2);
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

nav.nav .container .navbar-nav .navModule .navbtn .menu.active {
	transform: rotate(45deg);
}

nav.nav .container .navbar-nav .navModule .navbtn .menu.active .line.top {
	stroke-dashoffset: -68px;
}

nav.nav .container .navbar-nav .navModule .navbtn .menu.active .line.bottom {
	stroke-dashoffset: -68px;
}

nav.nav .container .navbar-nav .navModule .navbtn .menu .line {
	fill: none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke: #fff;
	stroke-width: 3;
	stroke-linecap: round;
}

nav.nav .container .navbar-nav .navModule .navbtn .menu .line.top {
	stroke-dasharray: 40 121;
}

nav.nav .container .navbar-nav .navModule .navbtn .menu .line.bottom {
	stroke-dasharray: 40 121;
}

.swiper .swiper-button-prev.swiper-button-disabled {
	display: none;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
	width: 32px;
	height: 32px;

}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
	font-size: 16px;
	color: #666;
	background-color: #fff;
	width: 24px;
	height: 24px;
	display: block;
	line-height: 24px;
	text-align: center;
	padding: 4px;
	font-weight: bold;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.banner {
	height: 760px;
	position: relative;
}

.banner .mySwiperBanner .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 760px;
	-o-object-fit: cover;
	object-fit: cover;
}

.banner .bannerTitle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.banner .bannerTitle .title {
	letter-spacing: 0;
	color: #fff;
	font-size: 48px;
	line-height: 56px;
	padding-bottom: 24px;
	font-weight: 700;
}

.banner .bannerTitle .search {
	height: 48px;
	width: 650px;
	display: flex;
	border-radius: 6px;
	overflow: hidden;
}

.banner .bannerTitle .search form {
	flex: 1;
	display: flex;
}

.banner .bannerTitle .search input {
	height: 48px;
	width: 100%;
	border: 0;
	padding: 12px;
	font-size: 16px;
	outline: solid;
}

.banner .bannerTitle .search button {
	width: 66px;
	height: 48px;
	border: 0;
	background-color: #1dbf73;
	cursor: pointer;
}

.banner .bannerTitle .search button path {
	fill: #fff;
}

.banner .bannerTitle .popular {
	color: #fff;
	display: flex;
	padding-top: 24px;
}

.banner .bannerTitle .popular span {
	font-weight: 600;
	line-height: 27px;
}

.banner .bannerTitle .popular ul {
	display: flex;
	margin-left: 12px;
	width: 100%;
}

.banner .bannerTitle .popular ul li {
	margin-right: 12px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 40px;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 600;
	line-height: 24px;
	padding: 1px 12px 0;
	z-index: 4;
	cursor: pointer;
}

.banner .bannerTitle .popular ul li:hover {
	background-color: #fff;
	text-decoration: none;
}

.banner .bannerTitle .popular ul li:hover a {
	color: #404145;
}

.banner .bannerTitle .popular ul li a {
	color: #fff;
}

.in_trusted {
	margin: 0 auto 24px;
}

.in_trusted .container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.in_trusted .container span {
	color: #b5b6ba;
	font-weight: 600;
	padding-right: 20px;
}

.in_trusted .container ul {
	height: 95px;
	display: flex;
	padding: 0 24px;
	align-items: center;
	justify-content: center;
}

.in_trusted .container ul li {
	padding-right: 60px;
}

.in_carousel .container {
	margin-bottom: 96px;
}

.in_carousel .container .title {
	padding-bottom: 24px;
	font-size: 32px;
	line-height: 1.2;
	color: #404145;
	font-weight: bold;
}

.in_carousel .container .mySwiper .mySwiperCarousel .subcategory {
	display: block;
	background-color: #efeff0;
	height: 345px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}

.in_carousel .container .mySwiper .mySwiperCarousel .subcategory h4 {
	color: #fff;
	padding: 16px;
	position: relative;
	z-index: 1;
	font-size: 24px;
	line-height: 1.3;
}

.in_carousel .container .mySwiper .mySwiperCarousel .subcategory h4 small {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.in_carousel .container .mySwiper .mySwiperCarousel .subcategory h4 span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in_carousel .container .mySwiper .mySwiperCarousel .subcategory .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.in_carousel .container .mySwiper .mySwiperCarousel .subcategory .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.in_selling {
	background-color: #f1fdf7;
	padding-bottom: 96px;
	padding-top: 96px;
}

.in_selling .container {
	display: flex;
}

.in_selling .container .col {
	width: 50%;
	padding: 12px;
}

.in_selling .container .col.left .title {
	padding-bottom: 24px;
	font-size: 32px;
	line-height: 1.2;
	color: #404145;
	font-weight: 700;
}

.in_selling .container .col.left ul {
	max-width: 500px;
}

.in_selling .container .col.left ul li {
	padding-bottom: 24px;
}

.in_selling .container .col.left ul li h6 {
	font-size: 18px;
	display: flex;
	padding-bottom: 8px;
	color: #404145;
	font-weight: 700;
	align-items: center;
}

.in_selling .container .col.left ul li h6 svg {
	width: 24px;
	height: 24px;
	fill: #7a7d85;
	margin-right: 10px;
	min-width: 24px;
}

.in_selling .container .col.left ul li p {
	font-size: 18px;
	line-height: 26px;
}

.in_categories {
	position: relative;
	overflow: hidden;
	padding: 0 0 84px;
	background:
		radial-gradient(circle at 8% 8%, rgba(31, 154, 111, 0.09), transparent 26%),
		radial-gradient(circle at 86% 18%, rgba(36, 138, 180, 0.08), transparent 28%),
		linear-gradient(180deg, #edf8f4 0, #f8fbfb 54px, #ffffff 168px, #f7fbfd 100%);
}

.in_categories,
.in_categories * {
	letter-spacing: 0;
}

.in_categories .service-channel-tabs {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 72px;
	min-height: 64px;
	padding: 0 32px;
	overflow-x: auto;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 8px 26px rgba(15, 23, 42, 0.08);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	scrollbar-width: none;
}

.in_categories .service-channel-tabs::-webkit-scrollbar {
	display: none;
}

.in_categories .service-channel-tabs a {
	flex: 0 0 auto;
	color: #182233;
	font-size: 16px;
	font-weight: 700;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.in_categories .service-channel-tabs a:hover {
	color: #149765;
}

.in_categories .service-showcase {
	position: relative;
	z-index: 1;
	width: min(1410px, calc(100% - 48px));
	max-width: 1410px;
	padding: 0;
	margin: 0 auto;
}

.in_categories .dev-service-sprite {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

.in_categories .service-heading {
	padding-top: 72px;
	margin-bottom: 28px;
}

.in_categories .service-heading .title {
	position: relative;
	padding: 0 0 14px;
	margin: 0 0 12px;
	color: #0f172a;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.16;
}

.in_categories .service-heading .title::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 74px;
	height: 3px;
	content: '';
	border-radius: 999px;
	background: linear-gradient(90deg, #14a66c 0%, #49abc8 100%);
}

.in_categories .service-heading p {
	max-width: 820px;
	color: #566173;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}

.in_categories .service-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 18px;
	margin-bottom: 30px;
}

.in_categories .service-filters button {
	height: 40px;
	padding: 0 28px;
	color: #253044;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 38px;
	white-space: nowrap;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid #e0e8f0;
	border-radius: 999px;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
	transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
	appearance: none;
}

.in_categories .service-filters button:hover {
	color: #149765;
	border-color: #b9dccc;
	box-shadow: 0 10px 24px rgba(20, 151, 101, 0.1);
	transform: translateY(-1px);
}

.in_categories .service-filters button.active {
	color: #ffffff;
	background: linear-gradient(135deg, #18a66d 0%, #11895d 100%);
	border-color: #128b60;
	box-shadow: 0 12px 24px rgba(18, 139, 96, 0.2);
}

.in_categories .service-card-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px 18px;
}

.in_categories .service-card-grid > li {
	box-sizing: border-box;
	min-width: 0;
	padding: 0;
	text-align: left;
}

.in_categories .service-card-grid > li[hidden] {
	display: none;
}

.in_categories .service-card {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	min-height: 96px;
	padding: 22px 18px;
	color: #1f2937;
	text-align: left;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #e4ebf2;
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.in_categories .service-card:hover {
	color: #142033;
	background: #ffffff;
	border-color: #cfe6dd;
	box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
	transform: translateY(-3px);
}

.in_categories .service-card-icon {
	display: flex;
	flex: 0 0 36px;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: #3b5e72;
	background: linear-gradient(135deg, #f7fbff 0%, #ffffff 100%);
	border: 1px solid #deebef;
	border-radius: 8px;
}

.in_categories .service-card:hover .service-card-icon {
	color: #128b60;
	border-color: #c6e5d6;
	background: #f7fdf9;
}

.in_categories .service-card-icon svg {
	display: block;
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.in_categories .service-card-copy {
	display: block;
	min-width: 0;
	padding-top: 1px;
}

.in_categories .service-card-copy strong {
	display: block;
	margin-bottom: 9px;
	overflow: hidden;
	color: #111827;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in_categories .service-card-copy em {
	display: -webkit-box;
	overflow: hidden;
	color: #5c6677;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 1200px) {
	.in_categories .service-channel-tabs {
		gap: 42px;
	}

	.in_categories .service-card-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.in_categories .service-channel-tabs {
		justify-content: flex-start;
	}

	.in_categories .service-heading {
		padding-top: 56px;
	}

	.in_categories .service-card-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.in_categories {
		padding-bottom: 56px;
	}

	.in_categories .service-channel-tabs {
		gap: 26px;
		min-height: 56px;
		padding: 0 18px;
	}

	.in_categories .service-channel-tabs a {
		font-size: 14px;
	}

	.in_categories .service-showcase {
		width: calc(100% - 32px);
	}

	.in_categories .service-heading {
		padding-top: 44px;
		margin-bottom: 22px;
	}

	.in_categories .service-heading .title {
		font-size: 32px;
	}

	.in_categories .service-heading p {
		font-size: 14px;
		line-height: 1.7;
	}

	.in_categories .service-filters {
		flex-wrap: nowrap;
		gap: 10px;
		padding-bottom: 4px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.in_categories .service-filters::-webkit-scrollbar {
		display: none;
	}

	.in_categories .service-filters button {
		flex: 0 0 auto;
		height: 38px;
		padding: 0 22px;
		font-size: 13px;
		line-height: 36px;
	}

	.in_categories .service-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.in_categories .service-card {
		min-height: 118px;
		padding: 18px 16px;
		gap: 14px;
	}

	.in_categories .service-card-icon {
		flex-basis: 36px;
		width: 36px;
		height: 36px;
	}

	.in_categories .service-card-icon svg {
		width: 27px;
		height: 27px;
	}

	.in_categories .service-card-copy strong {
		font-size: 15px;
		white-space: normal;
	}

	.in_categories .service-card-copy em {
		font-size: 13px;
	}
}

@media (max-width: 520px) {
	.in_categories .service-card-grid {
		grid-template-columns: 1fr;
	}

	.in_categories .service-card {
		min-height: 96px;
	}
}

.in_fib {
	padding-bottom: 96px;
	padding-top: 96px;
	background-color: #0d084d;
}

.in_fib .container {
	display: flex;
}

.in_fib .container .col {
	width: 50%;
	padding: 12px;
}

.in_fib .container .left .logo {
	margin-bottom: 32px;
}

.in_fib .container .left .logo svg g {
	fill: #fff;
}

.in_fib .container .left .title {
	padding-bottom: 24px;
	font-size: 32px;
	line-height: 1.2;
	color: #ffffff;
	font-weight: bold;
	max-width: 500px;
}

.in_fib .container .left ul {
	max-width: 500px;
	display: flex;
	flex-direction: column;
}

.in_fib .container .left ul li {
	margin-bottom: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.in_fib .container .left ul li svg {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	min-width: 24px;
}

.in_fib .container .left ul li span {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
}

.in_fib .container .left ul li p {
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
}

.in_fib .container .left .btn {
	border: 1px solid transparent;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 100%;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	background-color: #fff;
	margin-top: 24px;
}

.in_imonial {
	padding-bottom: 96px;
	padding-top: 96px;
}

.in_imonial .container .iImgSwiperBox {
	margin-bottom: 96px;
}

.in_imonial .container .iImgSwiperBox .mySwiperIImg .ImgText {
	display: flex;
}

.in_imonial .container .iImgSwiperBox .mySwiperIImg .ImgText .video {
	width: 40%;
	border-radius: 4px;
	overflow: hidden;
}

.in_imonial .container .iImgSwiperBox .mySwiperIImg .ImgText .txtCon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 60%;
	padding: 0 48px 0 64px;
}

.in_imonial .container .iImgSwiperBox .mySwiperIImg .ImgText .txtCon .title {
	color: #74767e;
	font-weight: 400;
	padding-bottom: 16px;
	font-size: 20px;
	line-height: 1.4;
}

.in_imonial .container .iImgSwiperBox .mySwiperIImg .ImgText .txtCon .txt {
	font-size: 30px;
	line-height: 44px;
}

.in_imonial .container .iInt {
	background-color: #446ee7;
	padding: 36px 0 36px 32px;
	padding-left: 76px;
	background-image: url(../img/logo-maker-banner-wide-desktop-1352-2x.webp);
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}

.in_imonial .container .iInt .logo {
	display: block;
	padding-bottom: 16px;
}

.in_imonial .container .iInt .logo svg {
	height: 26px;
	width: 249px;
}

.in_imonial .container .iInt .title {
	color: #fff;
	font-size: 34px;
	line-height: 39px;
	margin-bottom: 8px;
	padding-bottom: 0;
}

.in_imonial .container .iInt .title span {
	font-weight: bold;
}

.in_imonial .container .iInt .description {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
	color: #fff;
}

.in_imonial .container .iInt .btn {
	border: 1px solid transparent;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 100%;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	background-color: #fff;
}

.in_fiverr {
	background-color: #f5f5f5;
	padding-bottom: 96px;
	padding-top: 96px;
}

.in_fiverr .container .title {
	padding-bottom: 24px;
	font-size: 32px;
	line-height: 1.2;
	color: #404145;
	font-weight: bold;
}

.in_fiverr .container .mySwiperFiverr {
	padding: 15px;
}

.in_fiverr .container .mySwiperFiverr .swiper-slide a {
	overflow: hidden;
	display: block;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
}

.in_fiverr .container .mySwiperFiverr .swiper-slide a .img img {
	width: 100%;
}

.in_fiverr .container .mySwiperFiverr .swiper-slide a .con {
	padding: 16px 0 12px 16px;
	display: flex;
}

.in_fiverr .container .mySwiperFiverr .swiper-slide a .con .logo {
	border-radius: 50%;
	height: 40px;
	width: 40px;
	overflow: hidden;
}

.in_fiverr .container .mySwiperFiverr .swiper-slide a .con .text {
	font-size: 14px;
	line-height: 21px;
	padding-left: 1em;
}

.in_fiverr .container .mySwiperFiverr .swiper-slide a .con .text span {
	font-weight: bold;
}

.in_news {
	padding-bottom: 96px;
	padding-top: 96px;
}

.in_news .container .title {
	padding-bottom: 24px;
	font-size: 32px;
	line-height: 1.2;
	color: #404145;
	font-weight: bold;
}

.in_news .container .newsBox ul {
	display: flex;
}

.in_news .container .newsBox ul li {
	width: 33.33%;
	padding: 0 12px;
}

.in_news .container .newsBox ul li .img {
	margin-bottom: 16px;
	border-radius: 8px;
	overflow: hidden;
}

.in_news .container .newsBox ul li .img img {
	width: 100%;
}

.in_news .container .newsBox ul li .con span {
	font-size: 18px;
	padding-bottom: 2px;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0;
}

.in_news .container .newsBox ul li .con p {
	color: #74767e;
	letter-spacing: 0;
}

.in_box {
	padding-bottom: 120px;
}

.in_box .container {
	position: relative;
	padding: 120px 96px;
}

.in_box .container .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.in_box .container .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.in_box .container .con {
	position: relative;
	z-index: 2;
}

.in_box .container .con span {
	color: #fff;
	padding-bottom: 40px;
	font-size: 48px;
	line-height: 56px;
	display: block;
	font-weight: bold;
}

.in_box .container .con .btn {
	border: 1px solid transparent;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 100%;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	background-color: #1dbf73;
	color: #fff;
}

footer.footer {
	padding-bottom: 24px;
	padding-top: 64px;
	border-top: 1px solid #eee;
}

footer.footer .container .nav {
	display: flex;
	padding-bottom: 12px;
}

footer.footer .container .nav li {
	flex: 1;
	padding-bottom: 20px;
}

footer.footer .container .nav li .title {
	font-weight: bold;
	padding-bottom: 20px;
}

footer.footer .container .nav li a {
	color: #74767e;
}

/* 新增页脚信息区域样式 */
footer.footer .container .footer-info {
	padding-bottom: 40px;
	margin-bottom: 24px;
}

footer.footer .container .footer-info .footer-info-container {
	display: flex;
	justify-content: space-between;
	gap: 60px;
}

footer.footer .container .footer-info .footer-info-left {
	flex: 0 0 35%;
	max-width: 400px;
}

footer.footer .container .footer-info .footer-info-left .footer-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
}

footer.footer .container .footer-info .footer-info-left .footer-logo span {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

footer.footer .container .footer-info .footer-info-left .footer-desc {
	font-size: 14px;
	line-height: 1.8;
	color: #666;
}

footer.footer .container .footer-info .footer-info-center {
	flex: 0 0 30%;
	display: flex;
	gap: 250px;
}

footer.footer .container .footer-info .footer-info-center .footer-nav-group h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 16px;
}

footer.footer .container .footer-info .footer-info-center .footer-nav-group ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer.footer .container .footer-info .footer-info-center .footer-nav-group ul li {
	margin-bottom: 10px;
}

footer.footer .container .footer-info .footer-info-center .footer-nav-group ul li a {
	color: #666;
	font-size: 14px;
	text-decoration: none;
	transition: color 0.3s;
}

footer.footer .container .footer-info .footer-info-center .footer-nav-group ul li a:hover {
	color: #1dbf73;
}

footer.footer .container .footer-info .footer-info-right {
	flex: 0 0 25%;
}

footer.footer .container .footer-info .footer-info-right .footer-contact h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 16px;
}

footer.footer .container .footer-info .footer-info-right .footer-contact .contact-item {
	margin-bottom: 12px;
}

footer.footer .container .footer-info .footer-info-right .footer-contact .contact-item .contact-label {
	display: block;
	font-size: 13px;
	color: #999;
	margin-bottom: 4px;
}

footer.footer .container .footer-info .footer-info-right .footer-contact .contact-item .contact-value {
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: 500;
}

footer.footer .container .footer-info .footer-info-right .footer-contact .contact-item .qr-code {
	margin-top: 8px;
	width: 120px;
	height: 120px;
}

footer.footer .container .footer-info .footer-info-right .footer-contact .contact-item .qr-code img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

footer.footer .container .bottom {
	border-top: 1px solid #eee;
	display: flex;
	padding-top: 24px;
	justify-content: space-between;
}

footer.footer .container .bottom .left {
	display: flex;
	align-items: center;
}

footer.footer .container .bottom .left .logo img {
	height: 42px;
}

footer.footer .container .bottom .left .text {
	/*padding-left: 12px;*/
	font-size: 14px;
	line-height: 21px;
}

footer.footer .container .bottom .right {
	display: flex;
	align-items: center;
	height: 100%;
}

footer.footer .container .bottom .right ul {
	display: flex;
	align-items: center;
	height: 100%;
}

footer.footer .container .bottom .right ul li {
	padding-left: 12px;
}

.logTop {
	padding-bottom: 96px;
	padding-top: 96px;
}

@media (min-width: 1200px) {
	.logTop .container {
		max-width: 1160px;
		width: 1160px;
	}
}

@media (min-width: 1300px) {
	.logTop .container {
		max-width: 1160px;
		width: 1160px;
	}
}

@media (min-width: 1450px) {
	.logTop .container {
		max-width: 1160px;
		width: 1160px;
	}
}

.logTop .container a {
	display: flex;
}

.logTop .container a .img {
	width: 480px;
}

.logTop .container a .con {
	flex: 1;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 60px;
}

.logTop .container a .con .top {
	color: #1dbf73;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: nowrap;
	margin-top: 20px;
	margin-bottom: 8px;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1rem;
}

.logTop .container a .con .title span {
	margin-bottom: 0;
	font-size: 3rem;
	line-height: 3.5625rem;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.logTop .container a .con .tag {
	justify-content: flex-start;
	align-items: center;
	display: flex;
}

.logTop .container a .con .tag span {
	text-transform: none;
	white-space: nowrap;
	margin-top: 20px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1rem;
}

.logTop .container a .con .tag span.name {
	font-weight: bold;
	margin-right: 24px;
}

.logTop .container a .con .tag span.date {
	margin-left: 24px;
}

.logList .container {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 1200px) {
	.logList .container {
		max-width: 1160px;
		width: 1160px;
	}
}

@media (min-width: 1300px) {
	.logList .container {
		max-width: 1160px;
		width: 1160px;
	}
}

@media (min-width: 1450px) {
	.logList .container {
		max-width: 1160px;
		width: 1160px;
	}
}

.logList .container .list {
	width: 30%;
	padding-bottom: 3.3%;
	margin-right: 3.3%;
}

.logList .container .list:nth-child(3n + 1) {
	margin-left: 0;
}

.logList .container .list .img {
	width: 100%;
	flex: none;
	margin-bottom: 10px;
	transition: opacity 0.6s;
	display: block;
	position: relative;
	overflow: hidden;
	-o-object-fit: cover;
	object-fit: cover;
}

.logList .container .list .img img {
	width: 100%;
}

.logList .container .list .con .top {
	color: #1dbf73;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: nowrap;
	margin-top: 20px;
	margin-bottom: 8px;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1rem;
}

.logList .container .list .con span {
	color: #404145;
	margin-bottom: 10px;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.75rem;
	text-decoration: none;
	letter-spacing: 0;
}

.logList .container .list .con p {
	color: #7a7d85;
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: 0;
}

.logList1 .container {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 1200px) {
	.logList1 .container {
		max-width: 1160px;
		width: 1160px;
	}
}

@media (min-width: 1300px) {
	.logList1 .container {
		max-width: 1160px;
		width: 1160px;
	}
}

@media (min-width: 1450px) {
	.logList1 .container {
		max-width: 1160px;
		width: 1160px;
	}
}

.logList1 .container .list {
	width: 46.7%;
	padding-bottom: 3.3%;
	margin-right: 3.3%;
}

/*.logList1 .container .list:nth-child(2n + 1) {
	margin-left: 0;
}*/

.logList1 .container .list .img {
	width: 21%;
	height:136px;
	margin-right:2%;
	float:left;
	flex: none;
	transition: opacity 0.6s;
	display: block;
	position: relative;
	overflow: hidden;
	-o-object-fit: cover;
	object-fit: cover;
	display:none;
}

.logList1 .container .list .img img {
	width: 100%;
}

.logList1 .container .list .con .top {
	color: #1dbf73;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: nowrap;
	margin-top: 20px;
	margin-bottom: 8px;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1rem;
}

.logList1 .container .list .con span {
	color: #404145;
	margin-bottom: 10px;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.75rem;
	text-decoration: none;
	letter-spacing: 0;
	height:58px;
	overflow:hidden;
	display:block;
}

.logList1 .container .list .con p {
	color: #7a7d85;
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: 0;
}

.logList1 .container .list .con p.jianjie{height:48px;overflow:hidden;}

.blogBox {
	padding-top: 60px;
	padding-bottom: 60px;
}

.blogBox .container {
	width: 775px;
}

.blogBox .container .blog_title {
	text-align: center;
	margin: 60px auto 30px;
}

.blogBox .container .blog_title .top {
	color: #1dbf73;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1rem;
}

.blogBox .container .blog_title .title {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: 700;
	letter-spacing: 0;
}

.blogBox .container .blog_title .tag {
	display: flex;
	font-size: 14px;
	justify-content: center;
	align-items: center;
}

.blogBox .container .blog_title .tag .name {
	font-weight: bold;
}

.blogBox .container .blog_img {
	padding-bottom: 32px;
}

.blogBox .container .blog_img img {
	display: block;
	width: 100%;
}

.blogBox .container .blog_con {
	width: auto;
	max-width: 600px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.blogBox_logList .container {
		max-width: 1160px;
		width: 1160px;
	}
}

@media (min-width: 1300px) {
	.blogBox_logList .container {
		max-width: 1260px;
		width: 1260px;
	}
}

@media (min-width: 1450px) {
	.blogBox_logList .container {
		max-width: 1410px;
		width: 1410px;
	}
}

.blogBox_logList .container .title {
	padding-bottom: 24px;
	font-size: 32px;
	line-height: 1.2;
	color: #404145;
	font-weight: bold;
}

.productTitle {
	padding-top: 40px;
	padding-bottom: 20px;
}

.productTitle .container span {
	color: #222325;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	padding: 8px 0;
}
.productTitle .container{padding:0}
.productTitle .container p {
	color: #74767e;
	padding-right: 0;
}

.productCarousel .container {
	border-bottom: 1px solid #efeff0;
	margin: 0 auto;
	padding: 32px 0;
}

.productCarousel ul {
	display: flex;
	-moz-column-gap: 12px;
	column-gap: 12px;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.productCarousel ul li a {
	width: 225px;
	/*border: 1px solid #e4e5e7;*/
	border-radius: 12px;
	display: block;
	font-weight: 600;
	height: 90%;
	line-height: 24px;
	padding: 10px;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.productCarousel ul li a .img {
	float: left;
	margin-right: 5px;
}

.productCarousel ul li a .img img {
	height: 30px;
	width: 30px;
}

.productList {
	padding-top: 24px;
}

.productList .container {
	display: grid;
	width: 100%;
	grid-gap: 32px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 16px;
	min-height: 370px;
}

.productList .container .list {
	min-width: 245px;
	width: 100%;
}

.productList .container .list a .imgs {
	border-radius: 8px;
	overflow: hidden;
}

.productList .container .list a .imgs .swiper .swiper-slide img {
	/*filter: brightness(90%);*/
	filter: brightness(95%);
}

.productList .container .list a .imgs .swiper .swiper-button-next.swiper-button-disabled,
.productList .container .list a .imgs .swiper .swiper-button-prev.swiper-button-disabled {
	display: none;
}

.productList .container .list a .imgs .swiper .swiper-button-next:after,
.productList .container .list a .imgs .swiper .swiper-button-prev:after {
	font-size: 16px;
	color: #666;
	background-color: #fff;
	width: 18px;
	height: 18px;
	display: block;
	line-height: 18px;
	text-align: center;
	padding: 4px;
	font-weight: bold;
	border-radius: 50%;
}

.productList .container .list a .imgs .swiper .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	background: #eee;
	transform: scale(0.8);
	transition: 0.3s;
}

.productList .container .list a .imgs .swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #eee;
	transform: scale(1.3);
}

.productList .container .list a .title {
	height: 48px;
	max-height: 48px;
	font-size: 22px;
	line-height: 26px;
	margin-top: 18px;
}

.productList .container .list a .title span {
	color: #404145;
	letter-spacing: 0;
}

.productList .container .list a .u {
	padding: 8px 0;
	font-weight: bold;
	color: #222325;
	letter-spacing: 0;
}

.productList .container .list .u a {
	font-size: 16px;
	font-family: "Macan, Helvetica Neue, Helvetica, Arial, sans-serif" !important;
	color: #62646a;
}

.productList .container .list .u>a:last-of-type {
	display: block;
	border-radius: 3px;
	width: 100%;
	padding: 3px 1px;
	margin-bottom: 2px;
}

.productList .container .list .u>span {
	width: 100%;
	display: block;
	border-radius: 3px;
	margin-bottom: 3px;
	padding: 3px 1px;
}

.productList .container .list .u>a:last-of-type:hover, .productList .container .list .u>span:hover {
	background-color: rgb(248, 248, 248);
}

.productList .container .list a .u span span {
	padding-left: 4px;
}

.productList1 {
	padding-top: 24px;
}

.productList1 .container {
	display: grid;
	width: 100%;
	grid-gap: 32px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 16px;
	min-height: 370px;
}

.productList1 .container .list {
	min-width: 245px;
	width: 100%;
}

.productList1 .container .list a .imgs {
	border-radius: 8px;
	overflow: hidden;
}

.productList1 .container .list a .imgs .swiper .swiper-slide img {
	/*filter: brightness(90%);*/
	filter: brightness(95%);
}

.productList1 .container .list a .imgs .swiper .swiper-button-next.swiper-button-disabled,
.productList1 .container .list a .imgs .swiper .swiper-button-prev.swiper-button-disabled {
	display: none;
}

.productList1 .container .list a .imgs .swiper .swiper-button-next:after,
.productList1 .container .list a .imgs .swiper .swiper-button-prev:after {
	font-size: 16px;
	color: #666;
	background-color: #fff;
	width: 18px;
	height: 18px;
	display: block;
	line-height: 18px;
	text-align: center;
	padding: 4px;
	font-weight: bold;
	border-radius: 50%;
}

.productList1 .container .list a .imgs .swiper .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	background: #eee;
	transform: scale(0.8);
	transition: 0.3s;
}

.productList1 .container .list a .imgs .swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #eee;
	transform: scale(1.3);
}

.productList1 .container .list a .title {
	height: 48px;
	max-height: 48px;
	font-size: 22px;
	line-height: 26px;
	margin-top: 18px;
}

.productList1 .container .list a .title span {
	color: #404145;
	letter-spacing: 0;
}

.productList1 .container .list a .u {
	padding: 8px 0;
	font-weight: bold;
	color: #222325;
	letter-spacing: 0;
}

.productList1 .container .list .u a {
	font-size: 16px;
	font-family: "Macan, Helvetica Neue, Helvetica, Arial, sans-serif" !important;
	color: #62646a;
}

.productList1 .container .list .u>a:last-of-type {
	display: block;
	border-radius: 3px;
	width: 100%;
	padding: 3px 1px;
	margin-bottom: 2px;
}

.productList1 .container .list .u>span {
	width: 100%;
	display: block;
	border-radius: 3px;
	margin-bottom: 3px;
	padding: 3px 1px;
}

.productList1 .container .list .u>a:last-of-type:hover, .productList1 .container .list .u>span:hover {
	background-color: rgb(248, 248, 248);
}

.productList1 .container .list a .u span span {
	padding-left: 4px;
}

.productPage {
	padding: 24px 0;
}

.productPage .container {
	display: flex;
	justify-content: center;
}

.page-num-current {
	background: #ccc;
}

.productPage .container a,
.productPage .container span {
	cursor: pointer;
	height: 42px;
	width: 42px;
	display: block;
	margin: 0 4px;
	-moz-text-align-last: center;
	text-align-last: center;
	line-height: 42px;
	border-radius: 50%;
	border: 1px solid #999;
	color: #666;
	opacity: 0.5;
	transition: 0.3s;
	font-weight: bold;
}

.productPage .container a:hover,
.productPage .container span:hover {
	opacity: 1;
}



.product_mark .container {
	border-top: 1px solid #dadbdd;
	padding: 50px 20px 30px;
	text-align: center;
	width: 100%;
}

.product_mark .container .title {
	font-size: 32px;
	line-height: 120%;
	padding-bottom: 30px;
	color: #404145;
	font-weight: 700;
}

.product_mark .container ul {
	display: flex;
	justify-content: center;
}

.product_mark .container ul li {
	background-color: #efeff0;
	border-color: transparent;
	border-radius: 20px;
	color: #62646a;
	display: inline-block;
	font-size: 14px;
	line-height: 120%;
	margin: 0 7px 15px;
	padding: 10px 20px;
}

.product_faqs .container {
	border-top: 1px solid #dadbdd;
	border-bottom: 1px solid #dadbdd;
	padding: 50px 20px 60px;
	margin-bottom: 40px;
	text-align: center;
	width: 100%;
}

.product_faqs .container .title {
	font-size: 32px;
	line-height: 120%;
	padding-bottom: 30px;
	color: #404145;
	font-weight: 700;
}

.product_faqs .container ul {
	-webkit-box-pack: justify;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product_faqs .container ul li {
	flex: 1 0 50%;
	max-width: 45%;
	text-align: left;
}

.product_faqs .container ul li span {
	font-size: 15px;
	line-height: 140%;
	font-weight: 600;
}

.product_faqs .container ul li p {
	color: #95979d;
	padding-top: 5px;
	font-size: 15px;
	line-height: 140%;
}

.productConTop {
	padding-top: 40px;
	position: relative;
}

.productConTop .container {
	display: flex;
	padding: 80px 0;
}

@media (min-width: 1300px) {
	.productConTop .container {
		max-width: 1260px;
		width: 1260px;
	}
}

@media (min-width: 1450px) {
	.productConTop .container {
		max-width: 1260px;
		width: 1260px;
	}
}

.productConTop .container .left {
	margin-right: 9.15%;
	width: 57.42%;
}

.productConTop .container .left .conTopTitle {
	margin-bottom: 24px;
	font-size: 28px;
	line-height: 130%;
	color: #000;
	font-weight: bold;
	letter-spacing: 0;
}

.productConTop .container .left .images .swiper .swiper-wrapper .swiper-slide {
	transition: 0.3s;
	filter: opacity(60%);
}

.productConTop .container .left .images .swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
	filter: opacity(100%);
}

.productConTop .container .left .images .swiper .swiper-wrapper .swiper-slide img {
	width: 100%;
}

.productConTop .container .left .images .swiper.mySwiper {
	padding-bottom: 10px;
}

.productConTop .container .left .images .swiper.mySwiper .swiper-slide {
	filter: opacity(100%);
}

.productConTop .container .left .images .swiper .swiper-button-next,
.productConTop .container .left .images .swiper .swiper-button-prev {
	width: auto;
}

.productConTop .container .left .images .swiper .swiper-button-next.swiper-button-disabled,
.productConTop .container .left .images .swiper .swiper-button-prev.swiper-button-disabled {
	display: none;
}

.productConTop .container .left .images .swiper .swiper-button-next:after,
.productConTop .container .left .images .swiper .swiper-button-prev:after {
	font-size: 16px;
	color: #666;
	background-color: #fff;
	width: 24px;
	height: 24px;
	display: block;
	line-height: 24px;
	text-align: center;
	padding: 4px;
	font-weight: bold;
	border-radius: 50%;
}

.productConTop .container .left .section {
	margin-top: 0 px;
}

.productConTop .container .left .section .title {
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 25px;
	color: #404145;
	font-weight: 700;
}

.productConTop .container .left .section .contentBox {
	word-wrap: break-word;
	box-sizing: border-box;
	color: #62646a;
	max-height: none;
	overflow: hidden;
	word-break: break-word;
	line-height: 1.6;
}

.productConTop .container .left .section .contentBox u {
	background: #ffecd1;
	text-decoration: none;
}

.productConTop .container .left .section .contentBox strong {
	font-weight: 700;
}

.productConTop .container .left .comments {
	padding: 40px 0;
}

.productConTop .container .left .comments .list {
	border-top: 1px solid #dadbdd;
	padding: 40px 0;
	display: flex;
}

.productConTop .container .left .comments .list .img {
	width: 48px;
	height: 48px;
	margin-right: 16px;
}

.productConTop .container .left .comments .list .img img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.productConTop .container .left .comments .list .containerBox {
	flex: 1;
}

.productConTop .container .left .comments .list .containerBox .title {
	font-size: 16px;
	line-height: 24px;
	color: #404145;
	font-weight: bold;
}

.productConTop .container .left .comments .list .containerBox .tyle {
	margin-top: 10px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}

.productConTop .container .left .comments .list .containerBox .tyle ul {
	display: flex;
	padding-right: 12px;
	height: 16px;
	border-right: 1px solid #999;
	margin-right: 12px;
}

.productConTop .container .left .comments .list .containerBox .tyle ul li {
	padding-right: 4px;
	display: flex;
	align-items: center;
}

.productConTop .container .left .comments .list .containerBox .tyle ul li svg {
	fill: #404145;
}

.productConTop .container .left .comments .list .containerBox .tyle ul .num {
	font-weight: bold;
	line-height: 1;
	font-size: 17px;
	padding-top: 1.5px;
}

.productConTop .container .left .comments .list .containerBox .tyle .date {
	font-size: 14px;
}

.productConTop .container .left .comments .list .containerBox .text {
	word-wrap: break-word;
	color: #404145;
	line-height: 1.5;
	letter-spacing: 1px;
}

.productConTop .container .right {
	width: 33.6%;
}

.productConTop .container .right .con {
	position: sticky;
	top: 24px;
	left: 0;
}

.productConTop .container .right .con .conTop {
	border: 1px solid #eee;
	padding-bottom: 16px;
}

.productConTop .container .right .con .conTop .package-tab {
	border-bottom: 1px solid #eee;
	padding: 16px;
	font-weight: bold;
}

.productConTop .container .right .con .conTop .package-content {
	padding-top: 32px;
	padding-left: 24px;
	padding-right: 24px;
}

.productConTop .container .right .con .conTop .package-content .title {
	letter-spacing: 0;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 8px;
	min-height: 48px;
}

.productConTop .container .right .con .conTop .package-content .tagtext {
	font-size: 16px;
	line-height: 140%;
	margin-top: 10px;
	word-break: break-word;
	min-height: 63px;
	color: #62646a;
	letter-spacing: 0;
}

.productConTop .container .right .con .conTop .package-content .delivery {
	display: flex;
	margin-bottom: 24px;
}

.productConTop .container .right .con .conTop .package-content .delivery li {
	display: flex;
	align-items: center;
	padding-right: 12px;
}

.productConTop .container .right .con .conTop .package-content .delivery li svg {
	fill: #62646a;
}

.productConTop .container .right .con .conTop .package-content .delivery li span {
	padding-left: 12px;
	font-weight: bold;
	letter-spacing: 0;
	color: #62646a;
}

.productConTop .container .right .con .conTop .package-content .features .items {
	display: flex;
	align-items: center;
	line-height: 1.6;
}

.productConTop .container .right .con .conTop .package-content .features .items span {
	padding-left: 12px;
	color: #62646a;
	letter-spacing: 0;
}

.productConTop .container .right .con .conTop .package-content .Btn {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	position: relative;
}

.productConTop .container .right .con .conTop .package-content .Btn .coBtn {
	color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	padding: 10px 24px;
	position: relative;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}

.productConTop .container .right .con .conTop .package-content .Btn .coBtn:hover {
	background: #404145;
}

.productConTop .container .right .con .conTop .package-content .Btn .coBtn svg {
	fill: #fff;
	position: absolute;
	right: 12px;
}

.productConTop .container .right .con .conTop .package-content .Btn .coText {
	text-align: center;
	color: #222;
	padding-top: 12px;
	font-size: 14px;
	line-height: 21px;
}

.productConTop .container .right .con .contact-seller {
	background-color: #fafafa;
	padding: 24px;
	margin-top: 24px;
}

.productConTop .container .right .con .contact-seller .btn {
	border: 1px solid transparent;
	width: 100%;
	border-radius: 4px;
	background: none;
	border-color: currentColor;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 100%;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: 70ms cubic-bezier(0.75, 0, 0.25, 1);
	color: #62646a;
}

.productConTop .customer {
	position: sticky;
	left: 20px;
	bottom: 20px;
	height: 64px;
	margin-bottom: 20px;
	width: 300px;
	box-shadow: 0 0 2.17382px rgba(0, 0, 0, 0.049), 0 1.75px 6.01034px rgba(0, 0, 0, 0.07), 0 3.63px 14.4706px rgba(0, 0, 0, 0.091), 0 22px 48px rgba(0, 0, 0, 0.14);
	border-radius: 68px;
}

.productConTop .customer a {
	background-color: #fff;
	display: flex;
	height: 64px;
	border-radius: 68px;
	cursor: pointer;
	padding: 8px 24px 8px 8px;
}

.productConTop .customer a .img img {
	height: 100%;
}

.productConTop .customer a .con {
	font-size: 14px;
	line-height: 21px;
	display: flex;
	flex-direction: column;
	padding-left: 16px;
	letter-spacing: 0;
}

.productConTop .customer a .con span {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}

.productConTop .customer a .con p {
	font-size: 12px;
	line-height: 20px;
	margin-top: 2px;
}

.productListBox {
	background-color: #f5f5f5;
	border-top: 1px solid #dadbdd;
	padding-top: 32px;
	position: relative;
}

.productListBox .container>.title {
	font-size: 24px;
	line-height: 130%;
	font-weight: 700;
}



.aboutBox {
	padding-top: 60px;
	padding-bottom: 60px;
}

.aboutBox .container .about_title {
	text-align: center;
	margin: 60px auto 30px;
}

.aboutBox .container .about_title .top {
	color: #1dbf73;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1rem;
}

.aboutBox .container .about_title .title {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: 700;
	letter-spacing: 0;
}

.aboutBox .container .about_title .tag {
	display: flex;
	font-size: 14px;
	justify-content: center;
	align-items: center;
}

.aboutBox .container .about_title .tag .name {
	font-weight: bold;
}

.aboutBox .container .about_img {
	padding-bottom: 32px;
}

.aboutBox .container .about_img img {
	display: block;
	width: 100%;
}

.aboutBox .container .about_con {
	width: auto;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	line-height: 1.6;
}

.about_FormBox {
	padding-bottom: 120px;
}

.about_FormBox .container {
	position: relative;
	padding: 120px 96px;
}

.about_FormBox .container .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.about_FormBox .container .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about_FormBox .container .con {
	position: relative;
	z-index: 2;
}

.about_FormBox .container .con span {
	color: #fff;
	padding-bottom: 40px;
	font-size: 48px;
	line-height: 56px;
	display: block;
	font-weight: bold;
}

.about_FormBox .container .con .form {
	display: flex;
	align-items: center;
	width: 640px;
	border-radius: 4px;
	overflow: hidden;
}

.about_FormBox .container .con .form input {
	height: 42px;
	width: 400px;
	font-size: 16px;
	padding-left: 40px;
	border: 0;
	outline: solid;
}

.about_FormBox .container .con .form .btn {
	border: 1px solid transparent;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 100%;
	flex: 1;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	background-color: #1dbf73;
	color: #fff;
	transition: 0.3s;
}

.about_FormBox .container .con .form .btn:hover {
	background-color: #0ea861;
}

.logCategories {
	border-bottom: 1px solid #e4e5e7;
	display: block;
}

@media (min-width: 1200px) {
	.logCategories .container {
		max-width: 1160px;
		width: 1160px;
	}
}

@media (min-width: 1300px) {
	.logCategories .container {
		max-width: 1160px;
		width: 1160px;
	}
}

@media (min-width: 1450px) {
	.logCategories .container {
		max-width: 1160px;
		width: 1160px;
	}
}

.logCategories .container ul {
	display: flex;
	justify-content: space-evenly;
}

.logCategories .container ul li a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 0;
	position: relative;
	margin: 0 12px;
}

.logCategories .container ul li a:hover:after {
	opacity: 1;
}

.logCategories .container ul li a:after {
	background: #1dbf73;
	opacity: 0;
	transition: 0.3s;
	bottom: 0;
	content: '';
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.productCategories {
	border-bottom: 1px solid #e4e5e7;
	display: block;
}

.productCategories.on {
	position: fixed;
	top: 81px;
	left: 0;
	z-index: 99999999;
	width: 100%;
	transition: 0.3s;
	background-color: #fff;
}

.productCategories .container .swiper-wrapper {
	height: 40px;
}

.productCategories .container .swiper-wrapper .swiper-slide {
	width: -moz-fit-content;
	width: fit-content;
}

.productCategories .container .swiper-wrapper .swiper-slide a {
	width: -moz-fit-content;
	width: fit-content;
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 0;
	position: relative;
	margin: 0 12px;
}

.productCategories .container .swiper-wrapper .swiper-slide a:hover:after {
	opacity: 1;
}

.productCategories .container .swiper-wrapper .swiper-slide a:after {
	background: #1dbf73;
	opacity: 0;
	transition: 0.3s;
	bottom: 0;
	content: '';
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}


/* 服务介绍 */

/* banner */
.service .banner {
	width: 100%;
	height: 760px;
	background: transparent url(/static/images/banner.jpeg) no-repeat center top;
	background-size: 100% auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.service .banner p {
	font-size: 48px;
	color: #fff;
	text-align: center;
	font-weight: bolder;
	margin: 0 auto;
}

.service .banner>a {
	display: block;
	width: 95px;
	height: 30px;
	background-color: #5a93fe;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	margin: 10px auto;
	font-size: 14px;
}

.service .banner>a::before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 4.5px;
	background: url(/static/images/message.png) no-repeat left center;
	background-size: 20px 20px;
}

.service .banner>a:hover {
	background: #4f81df;
}

.service .fuwu {
	width: 100%;
	margin-top: 80px;
}

.service .fuwu h1 {
	font-size: 35px;
	font-weight: 500;
	text-align: center;
}

.service .fuwu p {
	text-align: center;
	font-size: 18px;
}

.service .fuwu ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1390px;
	height: 550px;
	margin: 50px auto 50px;
}

.service .fuwu ul li {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 430px;
	height: 550px;
	background-color: rgb(255, 255, 255);
	box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
	transition: all 0.5s;
}

.service .fuwu ul li:hover {
	transform: translateY(-5px);
}

.service .fuwu ul li img {
	width: 80px;
	height: auto;
	margin-top: 80px;
}

.service .fuwu ul li:nth-child(3) img {
	margin-top: 90px;
}

.service .fuwu ul li h2 {
	font-size: 22px;
	font-weight: 500;
	margin-top: 17px;
}

.service .fuwu ul li:nth-child(3) h2 {
	margin-top: 32px;
}

.service .fuwu ul li span {
	padding: 80px 30px;
	/* font-weight: 500; */
	font-size: 15px;
}

.service .chanpin {
	width: 100%;
	height: 650px;
	background-color: #f1fef7;
}

.service .chanpin h2 {
	font-size: 35px;
	font-weight: 500;
	margin-top: 80px;
	text-align: center;
	padding-top: 80px;
}

.service .chanpin p {
	text-align: center;
	font-size: 18px;
}

.service .chanpin ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1390px;
	height: 500px;
	margin: 0px auto 0px;
}

.service .chanpin ul li {
	width: 300px;
	height: 300px;
}

.service .chanpin ul li span:nth-child(1) {
	font-size: 40px;
	font-weight: bold;
}

.service .chanpin ul li span:nth-child(2) {
	font-size: 18px;
	font-weight: bold;
	display: block;
}

.service .chanpin ul li span:nth-child(3) {
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin-top: 50px;
	padding-right: 120px;
}

.service .changjing h3 {
	font-size: 35px;
	font-weight: 500;
	margin-top: 50px;
	text-align: center;
	padding-top: 50px;
}

.service .changjing p {
	text-align: center;
	font-size: 18px;
}

.service .changjing ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	width: 1390px;
	height: 500px;
	margin: 50px auto 0px;
}

.service .changjing ul li {
	width: 342px;
	height: 246px;
	background-color: #f2f2f2;
}

.service .changjing ul li span:nth-child(1) {
	font-size: 20px;
	font-weight: bold;
	display: block;
	text-align: center;
	padding-top: 40px;
}

.service .changjing ul li span:nth-child(2) {
	font-size: 14px;
	display: block;
	padding: 30px 50px 0;
}

.service .changjing ul li:hover {
	background-color: #eeeded;
}

.service .anli {
	width: 100%;
	height: 950px;
	background-color: #f2f2f2;
	margin-top: 150px;
}

.service .anli h4 {
	font-size: 35px;
	font-weight: 500;
	margin-top: 80px;
	text-align: center;
	padding-top: 50px;
}

.service .anli p {
	text-align: center;
	font-size: 18px;
}

.service .anli .bigBox {
	width: 1390px;
	height: 680px;
	margin: 0 auto;
	box-sizing: border-box;
	margin-top: 30px;
	/* background-color: yellow; */
}

.service .anli .bigBox ul {
	height: 30px;
	width: 500px;
	display: flex;
	justify-content: space-evenly;
	margin: 0 auto;
}

.service .anli .bigBox ul li {
	width: 120px;
	/* background: rgb(144, 144, 144); */
	border: 1px solid #000;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	border-radius: 15px;
	transition: all .7s ease 0s;
	font-size: 15px;
}

.service .anli .bigBox ul li:hover {
	background-color: rgb(221, 221, 221);
	cursor: pointer
}

.service .anli .bigBox .box {
	width: 1390px;
	height: 620px;
	margin: 50px auto 0px;
	/* background: skyblue; */
	overflow: hidden;
}

.service .anli .bigBox .box>div {
	width: 1390px;
	height: 620px;
	/* background: rgb(201, 193, 255); */

}

.service .anli .bigBox .box div a {
	position: relative;
	display: block;
	width: 340px;
	height: 200px;
	background-color: purple;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	cursor: default;
}

.service .anli .bigBox .box div a:nth-child(4n) {
	margin-right: 0px;
}

.service .anli .bigBox .box div img {
	width: 340px;
	height: 200px;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.service .anli .bigBox .box div img:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.service .anli .bigBox .box div .zhezhao {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 340px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
}

.service .active {
	background: rgb(221, 221, 221) !important;
}

.service .hezuo h5 {
	font-size: 35px;
	font-weight: 500;
	margin-top: 80px;
	text-align: center;
	padding-top: 50px;
}

.service .hezuo p {
	text-align: center;
	font-size: 18px;
}

.service .hezuo .icon {
	width: 1390px;
	height: 450px;
	margin: 50px auto 0;
	overflow: hidden;
}

.service .hezuo .icon img {
	width: 200px;
	height: auto;
	float: left;
	margin-right: 38px;
	margin-bottom: 30px;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.service .hezuo .icon img:nth-child(6n) {
	margin-right: 0px;
}

.service .hezuo .icon img:hover {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}



.service .fankui {
	width: 100%;
	height: 900px;
	background-color: #fdfff4;
}

.service .fankui h6 {
	font-size: 35px;
	font-weight: 500;
	margin-top: 80px;
	text-align: center;
	padding-top: 60px;
}

.service .fankui p {
	text-align: center;
	font-size: 18px;
}

.service .fankui .content {
	width: 1390px;
	height: 600px;
	margin: 50px auto 0;
}

.service .fankui .content .say {
	width: 1390px;
	height: 180px;
	margin-bottom: 30px;
	background-color: #f2f2f2;
	border-radius: 90px;
}

.service .fankui .content .say img {
	height: 180px;
	width: auto;
	float: left;
}

.service .fankui .content .say .right {
	width: 1050px;
	height: 180px;
	float: right;
	margin-right: 100px;
}

.service .fankui .content .say .right span:nth-child(1) {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
}

.service .fankui .content .say .right span:nth-child(2) {
	display: block;
	font-size: 15px;
	font-weight: 500;
	margin-top: 2px;
}

.service .fankui .content .say .right span:nth-child(3) {
	display: block;
	font-size: 13px;
	margin-top: 10px;
}

.service .fankui .content .say:hover {
	background-color: #eaeaea;
}

@media (max-width: 768px) {
	nav.nav .container .logo .search {
		display: none !important;
	}

	.banner {
		height: 360px;
	}

	.banner .mySwiperBanner .swiper-wrapper .swiper-slide img {
		height: 260px;
	}

	.banner .bannerTitle {
		width: 100%;
		top: auto;
		transform: translate(-50%, 0);
		bottom: 20px;
		padding: 0 20px;
	}

	.banner .bannerTitle .title {
		display: none;
	}

	.banner .bannerTitle .search {
		width: 100%;
		border: 1px solid;
	}

	.banner .bannerTitle .popular ul {
		display: flex;
		margin-left: 12px;
		width: 100%;
		flex-wrap: wrap;
	}

	.banner .bannerTitle .popular ul li {
		margin-bottom: 10px;
	}

	.in_trusted .container {
		display: none;
	}

	.in_carousel .container .mySwiper .mySwiperCarousel .subcategory {
		height: 280px;
	}

	.in_carousel .container {
		margin-bottom: 62px;
		margin-top: 40px;
	}

	.in_carousel .container .mySwiper .mySwiperCarousel .subcategory h4 {
		font-size: 18px;
		padding: 8px;
		padding-top: 12px;
	}

	.in_carousel .container .mySwiper .mySwiperCarousel .subcategory h4 small {
		-webkit-line-clamp: 1;
	}

	.in_selling .container {
		flex-direction: column;
	}

	.in_selling .container .col {
		width: 100%;
		padding: 12px;
	}

	.in_selling {
		background-color: #f1fdf7;
		padding-bottom: 24px;
		padding-top: 24px;
	}

	.in_categories .container ul li {
		width: 50%;
	}

	.in_categories .container .title {
		font-size: 28px;
	}

	.in_categories {
		padding-bottom: 46px;
		padding-top: 46px;
	}

	.in_fib .container {
		flex-direction: column;
	}

	.in_fib .container .col {
		width: 100%;
		padding: 12px;
	}

	.in_fib {
		padding-bottom: 46px;
		padding-top: 46px;
		background-color: #0d084d;
	}

	.in_imonial .container .iImgSwiperBox .mySwiperIImg .ImgText {
		flex-direction: column;
	}

	.in_imonial .container .iImgSwiperBox .mySwiperIImg .ImgText .video {
		width: 100%;
	}

	.in_imonial .container .iImgSwiperBox .mySwiperIImg .ImgText .txtCon {
		width: 100%;
		padding: 24px 14px 24px 14px;
	}

	.in_news .container .newsBox ul {
		flex-wrap: wrap;
	}

	.in_news .container .newsBox ul li {
		width: 100%;
		padding: 12px;
	}

	.in_box .container {
		position: relative;
		padding: 60px 36px;
	}

	.in_box {
		padding-bottom: 60px;
	}

	.in_box .container .con span {
		padding-bottom: 20px;
		font-size: 24px;
	}

	.in_news {
		padding-bottom: 46px;
		padding-top: 46px;
	}

	footer.footer .container .nav {
		display: flex;
		padding-bottom: 12px;
		flex-direction: column;
	}

	footer.footer .container .nav ul {
		display: flex;
		flex-wrap: wrap;
	}

	footer.footer .container .nav li {
		flex: auto;
		display: block;
		padding-bottom: 20px;
		padding-right: 20px;
		width: -moz-fit-content;
		width: fit-content;
	}

	/* 新增移动端页脚信息区域样式 */
	footer.footer .container .footer-info {
		padding-bottom: 24px;
		margin-bottom: 12px;
	}

	footer.footer .container .footer-info .footer-info-container {
		flex-direction: column;
		gap: 30px;
	}

	footer.footer .container .footer-info .footer-info-left,
	footer.footer .container .footer-info .footer-info-center,
	footer.footer .container .footer-info .footer-info-right {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	footer.footer .container .footer-info .footer-info-center {
		flex-direction: column;
		gap: 24px;
	}

	footer.footer .container .footer-info .footer-info-left .footer-desc {
		font-size: 13px;
	}

	.in_imonial .container .iImgSwiperBox .mySwiperIImg .ImgText .txtCon .txt {
		font-size: 18px;
	}

	.in_fib .container .left .title {
		font-size: 26px;
	}

	.in_imonial .container .iInt {
		padding-left: 36px;
	}

	.in_fiverr {
		padding-bottom: 46px;
		padding-top: 46px;
	}

	.in_fiverr .productCarousel ul {
		display: flex;
		padding: 8px;
		-moz-column-gap: 12px;
		column-gap: 12px;
		flex-wrap: wrap;
	}

	.productCarousel ul {
		display: flex;
		flex-wrap: wrap;
		padding: 8px;
	}

	.productCarousel ul li {
		width: 48%;
		padding-bottom: 8px;
	}

	.productCarousel ul li a {
		width: 100%;
	}

	.productList .container {
		grid-gap: 18px;
		grid-template-columns: repeat(1, 1fr);
	}

	.productList .container .list a .imgs .swiper .swiper-slide img {
		width: 100%;
	}

	.productList .container .list a .imgs .swiper .swiper-button-next:after,
	.productList .container .list a .imgs .swiper .swiper-button-prev:after {
		width: 28px;
		height: 28px;
		line-height: 28px;
	}

	.productList .container .list a .imgs .swiper .swiper-button-next,
	.productList .container .list a .imgs .swiper .swiper-button-prev {
		width: auto;
		height: auto;
	}
	
	.productList1 .container {
		grid-gap: 18px;
		grid-template-columns: repeat(1, 1fr);
	}

	.productList1 .container .list a .imgs .swiper .swiper-slide img {
		width: 100%;
	}

	.productList1 .container .list a .imgs .swiper .swiper-button-next:after,
	.productList1 .container .list a .imgs .swiper .swiper-button-prev:after {
		width: 28px;
		height: 28px;
		line-height: 28px;
	}

	.productList1 .container .list a .imgs .swiper .swiper-button-next,
	.productList1 .container .list a .imgs .swiper .swiper-button-prev {
		width: auto;
		height: auto;
	}

	.logList .container .list {
		width: 30%;
		width: 100%;
		padding-bottom: 3.3%;
		margin-right: 0;
	}
	
	.logList1 .container .list {
		width: 100%;
		padding-bottom: 3.3%;
		margin-right: 0;
	}
	
	.logList1 .container .list .img{width:38%;}

	.logTop .container a {
		display: flex;
		flex-direction: column;
	}

	.logTop .container a .img {
		width: 100%;
	}

	.logTop .container a .con {
		flex: 1;
		text-align: left;
		margin-bottom: 20px;
		margin-left: 0;
	}

	.logTop .container a .con .title span {
		margin-bottom: 0;
		font-size: 1.5rem;
		line-height: 1.3;
		font-weight: bold;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.logTop {
		padding-bottom: 46px;
		padding-top: 46px;
	}

	.blogBox .container {
		width: 100%;
	}

	.blogBox .container .blog_title .title {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 1.5rem;
		line-height: 1.5;
		font-weight: 700;
		letter-spacing: 0;
	}

	.blogBox {
		padding-top: 0;
		padding-bottom: 60px;
	}

	.about_FormBox .container {
		position: relative;
		padding: 60px 26px;
	}

	.about_FormBox .container .con span {
		font-size: 28px;
		line-height: 1;
		text-align: center;
	}

	.about_FormBox .container .con .form {
		width: 100%;
		flex-direction: column;
	}

	.about_FormBox .container .con .form input {
		width: 100%;
		border-radius: 4px;
		overflow: hidden;
		margin-bottom: 12px;
	}

	.about_FormBox .container .con .form .btn {
		border-radius: 4px;
		overflow: hidden;
	}

	footer.footer .container .bottom {
		flex-direction: column-reverse;
	}

	footer.footer .container .bottom .left {
		display: flex;
		align-items: center;
		padding-left: 12px;
		padding-bottom: 14px;
	}

	.productConTop .container {
		display: flex;
		padding: 32px 0;
		flex-direction: column;
	}

	.productConTop .container .left {
		margin-right: 0;
		width: 100%;
		padding: 14px;
	}

	.productConTop .container .right {
		width: 100%;
		padding: 14px;
	}

	.productConTop .container .right .con .conTop .package-content .delivery {
		display: flex;
		margin-bottom: 24px;
		flex-direction: column;
	}

	.productConTop .container .right .con .conTop .package-content .delivery li {
		padding-top: 8px;
	}

	.productConTop .customer a .con {
		display: none;
	}

	.productConTop .customer {
		width: -moz-fit-content;
		width: fit-content;
		height: 48px;
	}

	.productConTop .customer a {
		height: 48px;
		border-radius: 48px;
		padding: 8px;
	}

	.productConTop {
		padding-top: 0;
	}

	.banner .bannerTitle .popular {
		display: none;
	}

	.productCategories {
		display: none;
	}

	nav.nav .container .navbar-nav .navbar ul li a {
		padding: 12px 6px;
	}

	nav.nav .container .logo a img {
		height: 32px;
	}

	footer.footer .container .bottom .right {
		justify-content: center;
		padding-bottom: 8px;
	}

	footer.footer {
		padding-bottom: 6px;
		padding-top: 64px;
	}

	nav.nav .container .navbar-nav .navbar {
		height: 100vh;
		position: absolute;
		top: 100%;
		left: 0;
		background-color: #fff;
		border-top: 1px solid #eee;
		width: 100%;
		display: none;
	}

	nav.nav .container .navbar-nav .navbar ul {
		flex-direction: column;
	}

	nav.nav.white-bg .container .navbar-nav .navbar ul li {
		display: block;
		width: 100%;
		border-bottom: 1px solid #eee;
	}

	nav.nav.white-bg .container .navbar-nav .navbar ul li a {
		display: block;
		padding: 12px;
	}

	nav.nav .container .navbar-nav .navModule .navbtn {
		display: block;
		padding-top: 12px;
		margin-top: 2px;
	}


	/* 服务介绍 */
	/* banner */
	.service .banner {
		height: 230px;
	}

	.service .banner p {
		font-size: 20px;
		/* margin-top: -15%; */
	}

	.service .banner a {
		font-size: 12px;
	}

	.service .banner a::before {
		content: "";
		width: 15px;
		height: 15px;
		top: 3.5px;
		background-size: 15px 15px;
	}

	.service .banner a:hover {
		background: #4f81df;
	}

	.service .fuwu {
		margin-top: 50px;
	}

	.service .fuwu h1 {
		font-size: 26px;
		font-weight: 500;
		text-align: center;
	}

	.service .fuwu p {
		text-align: center;
		font-size: 15px;
	}

	.service .fuwu ul {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		width: 98%;
		height: 1700px;
		overflow: hidden;
		margin: 20px auto 50px;
	}

	.service .fuwu ul li {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		width: 95%;
		height: 550px;
		margin: 15px auto 15px;
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		transition: all 0.5s;
	}

	.service .fuwu ul li:hover {
		transform: translateY(-5px);
	}

	.service .fuwu ul li img {
		width: 80px;
		height: auto;
		margin-top: 60px;
	}

	.service .fuwu ul li img:nth-last-child() {
		margin-top: 160px;
	}

	.service .fuwu ul li h2 {
		font-size: 22px;
		font-weight: 500;
		margin-top: 30px;
	}

	.service .fuwu ul li span {
		padding: 40px 30px 0px;
		/* font-weight: 500; */
		font-size: 15px;
	}

	.service .chanpin {
		width: 100%;
		height: 780px;
		margin: 0 auto;
		background-color: #f1fef7;
	}

	.service .chanpin h2 {
		font-size: 26px;
		font-weight: 500;
		margin-top: 80px;
		text-align: center;
		padding-top: 50px;
	}

	.service .chanpin p {
		text-align: center;
		font-size: 15px;
	}

	.service .chanpin ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-around;
		width: 95%;
		height: 600px;
		margin: 50px auto 0px;
	}

	.service .chanpin ul li {
		width: 35%;
		height: 250px;
	}

	.service .chanpin ul li span:nth-child(1) {
		font-size: 40px;
		font-weight: bold;
	}

	.service .chanpin ul li span:nth-child(2) {
		font-size: 18px;
		font-weight: bold;
		display: block;
	}

	.service .chanpin ul li span:nth-child(3) {
		font-size: 14px;
		font-weight: normal;
		display: block;
		margin-top: 50px;
		padding-right: 20px;
	}

	.service .changjing h3 {
		font-size: 26px;
		font-weight: 500;
		margin-top: 50px;
		text-align: center;
		padding-top: 30px;
	}

	.service .changjing p {
		text-align: center;
		font-size: 15px;
	}

	.service .changjing ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: space-between;
		width: 95%;
		height: 980px;
		margin: 50px auto 0px;
	}

	.service .changjing ul li {
		width: 48%;
		height: 230px;
		background-color: #f2f2f2;
	}

	.service .changjing ul li span:nth-child(1) {
		font-size: 20px;
		font-weight: bold;
		display: block;
		text-align: center;
		padding-top: 30px;
	}

	.service .changjing ul li span:nth-child(2) {
		font-size: 14px;
		display: block;
		padding: 20px 15px 0;
	}

	.service .changjing ul li:hover {
		background-color: #eeeded;
	}


	.service .anli {
		width: 100%;
		height: auto;
		background-color: #f2f2f2;
		margin-top: 100px;
		overflow: hidden;
	}

	.service .anli h4 {
		font-size: 26px;
		font-weight: 500;
		margin-top: 60px;
		text-align: center;
		padding-top: 0px;
	}

	.service .anli p {
		text-align: center;
		font-size: 15px;
	}


	.service .anli .bigBox {
		width: 95%;
		overflow: hidden;
		height: auto;
		margin: 0 auto;
		box-sizing: border-box;
		margin-top: 30px;
		/* background-color: yellow; */
	}

	.service .anli .bigBox ul {
		height: 30px;
		width: 100%;
		display: flex;
		justify-content: space-evenly;
		margin: 0 auto;
	}

	.service .anli .bigBox ul li {
		width: 100px;
		/* background: rgb(144, 144, 144); */
		border: 1px solid #000;
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		border-radius: 15px;
		transition: all .7s ease 0s;
		font-size: 13px;
	}

	.service .anli .bigBox ul li:hover {
		background-color: rgb(221, 221, 221);
		cursor: pointer
	}

	.service .anli .bigBox .box {
		width: 100%;
		height: auto;
		margin: 50px auto 0px;
		/* overflow: hidden; */
	}

	.service .anli .bigBox .box>div {
		width: 100%;
		height: auto;
	}

	.service .anli .bigBox .box div a {
		position: relative;
		display: block;
		width: 100%;
		height: 200px;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		overflow: hidden;
	}

	.service .anli .bigBox .box div a:nth-child(4n) {
		margin-right: 0px;
	}

	.service .anli .bigBox .box div img {
		width: 100%;
		height: 200px;
		transition: all 0.3s;
		-ms-transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}

	.service .anli .bigBox .box div img:hover {
		transform: scale(1.05);
		-ms-transform: scale(1.05);
		-webkit-transform: scale(1.05);
	}

	.service .anli .bigBox .box div .zhezhao {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 45px;
		line-height: 45px;
		color: #fff;
		text-align: center;
		font-size: 18px;
		background: rgba(0, 0, 0, 0.3);
	}

	.service .active {
		background: rgb(221, 221, 221) !important;
	}

	.service .hezuo h5 {
		font-size: 26px;
		font-weight: 500;
		margin-top: 80px;
		text-align: center;
		padding-top: 0px;
	}

	.service .hezuo p {
		text-align: center;
		font-size: 15px;
	}

	.service .hezuo .icon {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: flex-start;
		width: 95%;
		height: auto;
		margin: 50px auto 0;
		overflow: hidden;
	}

	.service .hezuo .icon img {
		width: 120px;
		height: auto;
		float: none;
		margin-right: 0;
		margin-bottom: 5px;
		transition: all 0.3s;
		-ms-transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}

	.service .hezuo .icon img:nth-child(6n) {
		margin-right: 0;
	}

	.service .hezuo .icon img:hover {
		transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}

	.service .fankui {
		width: 100%;
		height: 600px;
		background-color: #fdfff4;
	}

	.service .fankui h6 {
		font-size: 26px;
		font-weight: 500;
		margin-top: 80px;
		text-align: center;
		padding-top: 60px;
	}

	.service .fankui p {
		text-align: center;
		font-size: 15px;
	}

	.service .fankui .content {
		width: 95%;
		height: 600px;
		margin: 50px auto 0;
	}

	.service .fankui .content .say {
		width: 100%;
		height: 110px;
		margin-bottom: 20px;
		background-color: #f2f2f2;
		border-radius: 90px;
	}

	.service .fankui .content .say img {
		height: 110px;
		width: auto;
	}

	.service .fankui .content .say .right {
		width: 64%;
		height: 110px;
		float: right;
		margin-right: 15px;
	}

	.service .fankui .content .say .right span:nth-child(1) {
		display: inline-block;
		font-size: 18px;
		font-weight: bold;
		margin-top: 5px;
	}

	.service .fankui .content .say .right span:nth-child(2) {
		display: inline-block;
		font-size: 13px;
		font-weight: 500;
		margin-top: 2px;
	}

	.service .fankui .content .say .right span:nth-child(3) {
		display: block;
		font-size: 12px;
		margin-top: 0px;
	}

	.service .fankui .content .say:hover {
		background-color: #eaeaea;
	}


}

.yjflbt{border-bottom: 1px solid #efeff0;width: 100%;margin-bottom: 20px;font-size: 26px;padding-bottom: 10px;margin-top: 30px;}
.yjflbt:first-child{margin-top: 0;}
.navbar{position: relative;}
.navbar .nav-item{height: 80px;line-height: 80px;}
/* 强制隐藏旧的下拉菜单 */
.xlflxq {
  display: none!important;
  visibility: hidden!important;
  opacity: 0!important;
  position: absolute;
  width: 0!important;
  height: 0!important;
  overflow: hidden!important;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: column!important; 
  align-items: flex-start!important;
  gap: 15px; 
  background: #fff;
  padding: 10px 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  z-index: -1!important;
  box-sizing: border-box;
  line-height:1;
  flex-wrap: wrap;
  pointer-events: none!important;
}

.xlflxq > li {
   display: none!important;
   visibility: hidden!important;
}
.xlflxq > li > a {
  display: none!important;
  grid-column: 1 / -1!important;
}
.xlflxq li dd{
  display: none!important;
  margin: 0!important;
  padding: 0!important;
}
.xlflxq dd a {
  display: none!important;
}

.nav-item:hover .xlflxq {
  display: none!important;
}
.yyqh li{ float:left;padding-left: 15px;}
.yyqh li img{height:12px;padding-right:5px;float: left;width:23px;margin-top: 5px;}
.yyqh li:nth-child(2){padding-top:1px;}
.yyqh li:nth-child(2) img{margin-top:4px;}
@media (max-width: 768px) {
.navbar .nav-item{height:auto!important;line-height:1.5!important;}
.nav-item:hover .xlflxq {
  display:none!important;
}
}

.mega-menu {
	display: none !important;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	z-index: 9999;
	border-top: 2px solid #f0f0f0;
	pointer-events: auto !important;
}

.mega-menu.active {
	display: block !important;
}

.mega-menu-container {
	display: flex;
	width: 100%;
	/*padding: 0 135px 0 150px;*/
	margin: 0 auto;
	height: 660px;
	overflow: hidden;
}

.mega-menu-level1 {
	min-width: 200px;
	background: #f8f9fa;
	border-right: 1px solid #e9ecef;
	overflow-y: auto;
	padding: 15px 0;
}

.mega-menu-level1-item {
	padding: 0;
	transition: all 0.3s ease;
}

.mega-menu-level1-item a {
	display: block;
	padding: 12px 20px;
	color: #333;
	text-decoration: none;
	font-size: 17px;
	line-height: 1.5;
	transition: all 0.3s ease;
	border-left: 3px solid transparent;
}

.mega-menu-level1-item:hover a,
.mega-menu-level1-item.active a {
	background: #fff;
	color: #007bff;
	border-left-color: #007bff;
	font-weight: 500;
}

.mega-menu-level2 {
	min-width: 220px;
	background: #fff;
	border-right: 1px solid #e9ecef;
	overflow-y: auto;
	padding: 15px 0;
}

.mega-menu-level2-item {
	padding: 0;
	transition: all 0.3s ease;
}

.mega-menu-level2-item a {
	display: block;
	padding: 10px 20px;
	color: #555;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.5;
	transition: all 0.3s ease;
}

.mega-menu-level2-item:hover a,
.mega-menu-level2-item.active a {
	background: #f8f9fa;
	color: #007bff;
	font-weight: 500;
	padding-left: 25px;
}

.mega-menu-content {
	flex: 1;
	overflow-y: auto;
	padding: 20px;
	background: #fff;
}

.mega-menu-content-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	height: 100%;
}

.mega-menu-content-column {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.mega-menu-content-column a {
	display: block;
	padding: 6px 10px;
	color: #666;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.6;
	transition: all 0.2s ease;
	border-radius: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mega-menu-content-column a:hover {
	background: #f0f7ff;
	color: #007bff;
	padding-left: 15px;
}

.mega-menu-level1::-webkit-scrollbar,
.mega-menu-level2::-webkit-scrollbar,
.mega-menu-content::-webkit-scrollbar {
	width: 6px;
}

.mega-menu-level1::-webkit-scrollbar-track,
.mega-menu-level2::-webkit-scrollbar-track,
.mega-menu-content::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 3px;
}

.mega-menu-level1::-webkit-scrollbar-thumb,
.mega-menu-level2::-webkit-scrollbar-thumb,
.mega-menu-content::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 3px;
}

.mega-menu-level1::-webkit-scrollbar-thumb:hover,
.mega-menu-level2::-webkit-scrollbar-thumb:hover,
.mega-menu-content::-webkit-scrollbar-thumb:hover {
	background: #a1a1a1;
}

@media (max-width: 768px) {
	.mega-menu {
		display: none !important;
	}
	nav.nav .container .navbar-nav{position: inherit;}
	
	/* 隐藏电脑端导航 */
	.desktop-nav {
		display: none !important;
	}
	
	/* 显示手机端导航 */
	.mobile-nav {
		display: block !important;
		/*position: fixed;*/
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999999999;
		background: #fff;
		border-bottom: 1px solid #eee;
	}
	
	.mobile-nav .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 60px;
		padding: 0 15px;
	}
	
	.mobile-nav .logo {
		flex: 0 0 auto;
		margin-right: 15px;
	}
	
	.mobile-nav .logo a img {
		height: 32px;
		width: auto;
	}
	
	.mobile-nav .logo a img.black {
		display: block;
	}
	
	.mobile-nav .logo a img.white {
		display: none;
	}
	
	.mobile-nav .yyqh {
		flex: 1 1 auto;
	}
	
	.mobile-nav .yyqh ul {
		display: flex;
		flex-direction: column;
		gap: 0;
		list-style: none;
		margin: 0;
		padding: 0;
		align-items: flex-start;
	}
	
	.mobile-nav .yyqh li {
		float: none;
		padding-left: 0;
		padding-right: 0;
	}
	
	.mobile-nav .yyqh li a {
		color: #666;
		text-decoration: none;
		font-size: 16px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	
	.mobile-nav .yyqh li img {
		height: 12px;
		padding-right: 5px;
		float: none;
		width: 23px;
		margin-top: 0;
		vertical-align: middle;
	}
	
	.mobile-nav .yyqh li:nth-child(2) {
		padding-top: 0;
	}
	
	.mobile-nav .yyqh li:nth-child(2) img {
		margin-top: 0;
	}
	
	.mobile-nav .navModule {
		display: block !important;
		flex: 0 0 auto;
		display: flex !important;
		align-items: center;
	}
	
	.mobile-nav .navModule .navbtn {
		height: 60px;
		aspect-ratio: 1.1;
		overflow: hidden;
		padding-top: 12px;
		margin-top: -11px;
	}
	
	.mobile-nav .navModule .navbtn .menu {
		height: 100%;
		cursor: pointer;
		transform: scale(1.2);
		-webkit-tap-highlight-color: transparent;
		transition: transform 400ms;
		-moz-user-select: none;
		-webkit-user-select: none;
		user-select: none;
	}
	
	.mobile-nav .navModule.active .navbtn .menu {
		transform: rotate(45deg);
	}
	
	.mobile-nav .navModule .navbtn .menu .line {
		fill: none;
		transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
		stroke: #333;
		stroke-width: 3;
		stroke-linecap: round;
	}
	
	.mobile-nav .navModule .navbtn .menu .line.top {
		stroke-dasharray: 40 121;
	}
	
	.mobile-nav .navModule .navbtn .menu .line.bottom {
		stroke-dasharray: 40 121;
	}
	
	.mobile-nav .navModule.active .navbtn .menu .line.top {
		stroke-dashoffset: -68px;
	}
	
	.mobile-nav .navModule.active .navbtn .menu .line.bottom {
		stroke-dashoffset: -68px;
	}
	
	/* 手机端下拉菜单 */
	.mobile-nav .mobile-menu-content {
		display: none;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100vh - 60px);
		overflow-y: auto;
		background: #fff;
		z-index: 999;
	}
	
	.mobile-nav .mobile-menu-content.active {
		display: block;
	}
	
	.mobile-nav .mobile-menu-content ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.mobile-nav .mobile-menu-content li {
		border-bottom: 1px solid #f0f0f0;
	}
	
	.mobile-nav .mobile-menu-content li a {
		display: block;
		padding: 15px 20px;
		color: #333;
		text-decoration: none;
		font-size: 16px;
	}
}

/* ========================================
   双横条导航样式
   ======================================== */

/* 整个导航容器 - 改为relative让sticky生效 */
nav.nav {
	position: relative;
	top: auto;
	left: auto;
	z-index: 999999999;
	width: 100%;
	transition: 0.3s;
	background: #fff;
}

/* 顶部横条 */
.top-bar {
	background: #fff;
	height: 100px;
}

.top-bar .container {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: space-between;
}

/* 顶部横条 - 左侧（LOGO + 搜索框） */
.top-bar-left {
	display: flex;
	align-items: center;
	gap: 30px;
}

.top-bar .logo a img {
	height: 38px;
}

.top-bar .logo a img.black {
	display: block;
}

.top-bar .logo a img.white {
	display: none;
}

.top-bar .search {
	height: 36px;
	width: 280px;
	display: flex;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid #ddd;
	background: #f5f5f5;
}

.top-bar .search form {
	flex: 1;
	display: flex;
}

.top-bar .search input {
	height: 36px;
	width: 100%;
	border: 0;
	flex: 1;
	padding: 0 15px;
	font-size: 13px;
	outline: none;
	background: transparent;
}

.top-bar .search button {
	width: 40px;
	height: 36px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-bar .search button svg {
	fill: #999;
}

/* 顶部横条 - 中间导航链接 */
.top-bar-center {
	flex: 1;
	display: flex;
	justify-content: center;
}

.top-bar-center ul {
	display: flex;
	gap: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-bar-center ul li a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	padding: 8px 0;
	transition: color 0.3s;
	display: block;
}

.top-bar-center ul li a:hover {
	color: #007bff;
}

/* 顶部横条 - 右侧（中英文切换） */
.top-bar-right {
	display: flex;
	align-items: center;
}

.top-bar-right .yyqh {
	margin: 0;
}

.top-bar-right .yyqh ul {
	display: flex;
	gap: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-bar-right .yyqh li {
	float: none;
	padding-left: 0;
}

.top-bar-right .yyqh li img {
	height: 12px;
	padding-right: 5px;
	float: none;
	width: 23px;
	margin-top: 0;
	vertical-align: middle;
}

.top-bar-right .yyqh li a {
	color: #666;
	text-decoration: none;
	font-size: 13px;
	transition: color 0.3s;
}

.top-bar-right .yyqh li a:hover {
	color: #007bff;
}

/* 导航横条 */
.navbar-container {
	background: #fff;
	height: 60px;
	border-bottom: 1px solid #e0e0e0;
}

.navbar-container .container {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
}

.navbar-container .navbar-nav {
	height: 100%;
	position: relative;
}

.navbar-container .navbar-nav .navbar {
	height: 100%;
}

.navbar-container .navbar-nav .navbar ul {
	display: flex;
	height: 100%;
	align-items: center;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.navbar-container .navbar-nav .navbar ul li {
	height: 100%;
	display: flex;
	align-items: center;
}

.navbar-container .navbar-nav .navbar ul li a {
	padding: 12px 20px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
	display: block;
}

.navbar-container .navbar-nav .navbar ul li a:hover {
	color: #007bff;
}

/* 隐藏原来的样式，使用新的双横条布局 */
.top-bar .container {
	display: flex;
	height: 100%;
}

.top-bar .logo {
	display: flex;
}

.top-bar .search {
	display: flex;
}

.top-bar .yyqh {
	display: block;
}

.navbar-container .container {
	display: flex;
	height: 100%;
}

.navbar-container .navbar-nav {
	display: block;
	height: 100%;
}

.navbar-container .navbar {
	display: block;
}

/* ========================================
   双横条导航样式 - 完整重写，最高优先级
   ======================================== */

/* 顶部横条 */
nav.nav .top-bar {
	position: relative !important;
	z-index: 100 !important;
}

nav.nav .top-bar .container {
	display: flex !important;
	align-items: center !important;
	height: 60px !important;
	justify-content: space-between !important;
	background: #fff !important;
}

/* 顶部横条 - 左侧 */
.top-bar-left {
	display: flex !important;
	align-items: center !important;
	gap: 30px !important;
}

/* LOGO */
.top-bar .logo {
	display: flex !important;
	align-items: center !important;
	margin: 0 !important;
}

.top-bar .logo a {
	display: flex !important;
	align-items: center !important;
}

.top-bar .logo a img {
	height: 38px !important;
	width: auto !important;
}

/* 覆盖旧样式：确保黑色LOGO显示，白色LOGO隐藏 */
.top-bar .logo a img.black {
	display: block !important;
}

.top-bar .logo a img.white {
	display: none !important;
}

/* 搜索框 */
.top-bar .search {
	display: flex !important;
	height: 36px !important;
	width: 280px !important;
	border-radius: 18px !important;
	overflow: hidden !important;
	border: 1px solid #ddd !important;
	background: #f5f5f5 !important;
	margin: 0 !important;
}

.top-bar .search form {
	flex: 1 !important;
	display: flex !important;
	align-items: center !important;
}

.top-bar .search input {
	height: 36px !important;
	width: 100% !important;
	border: 0 !important;
	flex: 1 !important;
	padding: 0 15px !important;
	font-size: 13px !important;
	outline: none !important;
	background: transparent !important;
	color: #333 !important;
}

.top-bar .search button {
	width: 40px !important;
	height: 36px !important;
	border: 0 !important;
	background-color: transparent !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.top-bar .search button svg {
	fill: #999 !important;
}

/* 顶部横条 - 中间导航链接 */
.top-bar-center {
	flex: 1 !important;
	display: flex !important;
	justify-content: center !important;
}

.top-bar-center ul {
	display: flex !important;
	gap: 30px !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	align-items: center !important;
}

.top-bar-center ul li {
	display: inline-block !important;
	float: none !important;
}

.top-bar-center ul li a {
	color: #333 !important;
	text-decoration: none !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	padding: 8px 0 !important;
	transition: color 0.3s !important;
	display: block !important;
	white-space: nowrap !important;
}

.top-bar-center ul li a:hover {
	color: #007bff !important;
}

/* 顶部横条 - 右侧（中英文切换） */
.top-bar-right {
	display: flex !important;
	align-items: center !important;
	margin: 0 !important;
}

.top-bar-right .yyqh {
	display: block !important;
	margin: 0 !important;
}

.top-bar-right .yyqh ul {
	display: flex !important;
	gap: 15px !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	align-items: center !important;
}

.top-bar-right .yyqh li {
	display: inline-block !important;
	float: none !important;
	padding-left: 0 !important;
}

.top-bar-right .yyqh li a {
	color: #666 !important;
	text-decoration: none !important;
	font-size: 13px !important;
	transition: color 0.3s !important;
	display: flex !important;
	align-items: center !important;
	white-space: nowrap !important;
}

.top-bar-right .yyqh li a:hover {
	color: #007bff !important;
}

.top-bar-right .yyqh li a img {
	height: 12px !important;
	width: 23px !important;
	margin-right: 5px !important;
	padding-right: 0 !important;
	float: none !important;
	margin-top: 0 !important;
	vertical-align: middle !important;
	display: inline-block !important;
}

/* 导航横条 - 置顶滚动 */
.navbar-container {
	position: sticky !important;
	top: 0 !important;
	z-index: 1000 !important;
	height: 60px !important;
	background: #fff !important;
	border-bottom: none !important;
	border-top: 1px solid #e0e0e0 !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.navbar-container .container {
	display: flex !important;
	align-items: center !important;
	height: 60px !important;
	justify-content: center !important;
	background: #fff !important;
}

.navbar-container .navbar-nav {
	display: block !important;
	height: 100% !important;
	position: relative !important;
}

.navbar-container .navbar-nav .navbar {
	display: block !important;
	height: 100% !important;
}

.navbar-container .navbar-nav .navbar ul {
	display: flex !important;
	height: 100% !important;
	align-items: center !important;
	gap: 0 !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.navbar-container .navbar-nav .navbar ul li {
	height: 100% !important;
	display: flex !important;
	align-items: center !important;
	float: none !important;
}

/* 导航链接 - 覆盖旧样式的白色文字 */
.navbar-container .navbar-nav .navbar ul li a {
	padding: 12px 20px !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	letter-spacing: 1px !important;
	color: #333 !important;
	text-decoration: none !important;
	transition: all 0.3s !important;
	display: block !important;
	white-space: nowrap !important;
}

.navbar-container .navbar-nav .navbar ul li a:hover {
	color: #007bff !important;
}

/* 隐藏旧的下拉菜单 */
.navbar-container .nav-item .xlflxq {
	display: none !important;
}

/* News list page */
.newsListPage {
	margin-top: 42px;
	padding-bottom: 6px;
}

.newsListPage .container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.newsListPage .container .list {
	width: auto;
	margin: 0;
	padding: 0;
}

.newsListPage .container .list a {
	position: relative;
	display: flex;
	min-height: 228px;
	height: 100%;
	flex-direction: column;
	padding: 26px 28px 24px;
	overflow: hidden;
	text-decoration: none;
	background: #fff;
	border: 1px solid #e7eaf0;
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(17, 24, 39, 0.05);
	transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}

.newsListPage .container .list a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	background: linear-gradient(90deg, #2b8fe8, #f5b84b);
	opacity: 0;
	transition: opacity 0.25s;
}

.newsListPage .container .list a:hover {
	border-color: #c9d9ee;
	box-shadow: 0 20px 46px rgba(17, 24, 39, 0.1);
	transform: translateY(-3px);
}

.newsListPage .container .list a:hover:before {
	opacity: 1;
}

.newsListPage .container .list .img {
	display: none;
}

.news-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.news-card__date {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #5f6876;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}

.news-card__date:before {
	display: block;
	width: 8px;
	height: 8px;
	content: '';
	border: 2px solid #2b8fe8;
	border-radius: 50%;
	background: #fff;
}

.news-card__type {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 0 10px;
	color: #5b4b15;
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	background: #fff6d8;
	border: 1px solid #f1dea1;
	border-radius: 999px;
	white-space: nowrap;
}

.newsListPage .container .list .con {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.newsListPage .container .list .con span {
	height: auto;
	min-height: 58px;
	margin-bottom: 14px;
	color: #1f2430;
	font-size: 22px;
	line-height: 1.45;
	font-weight: 800;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.newsListPage .container .list .con p {
	color: #687284;
	font-size: 16px;
	line-height: 1.75;
}

.newsListPage .container .list .con p.jianjie {
	height: auto;
	min-height: 56px;
	margin-bottom: 22px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid #edf0f5;
	color: #2b8fe8;
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
}

.news-card__footer i {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	flex: none;
	border: 1px solid #cfe1f7;
	border-radius: 50%;
	background: #f6fbff;
	transition: background 0.25s, border-color 0.25s;
}

.news-card__footer i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	content: '';
	border-top: 2px solid #2b8fe8;
	border-right: 2px solid #2b8fe8;
	transform: translate(-60%, -50%) rotate(45deg);
}

.newsListPage .container .list a:hover .news-card__footer i {
	background: #2b8fe8;
	border-color: #2b8fe8;
}

.newsListPage .container .list a:hover .news-card__footer i:before {
	border-color: #fff;
}

.newsListPage + .productPage {
	padding: 30px 0 56px;
}

.newsListPage + .productPage .container a,
.newsListPage + .productPage .container span {
	width: 40px;
	height: 40px;
	margin: 0 5px;
	line-height: 40px;
	color: #4c5667;
	background: #fff;
	border: 1px solid #dce3ec;
	border-radius: 8px;
	opacity: 1;
	box-shadow: 0 8px 22px rgba(17, 24, 39, 0.05);
}

.newsListPage + .productPage .container .page-num-current,
.newsListPage + .productPage .container a:hover,
.newsListPage + .productPage .container span:hover {
	color: #fff;
	background: #2b8fe8;
	border-color: #2b8fe8;
}

@media (max-width: 991px) {
	.newsListPage {
		margin-top: 28px;
	}

	.newsListPage .container {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.newsListPage .container .list a {
		min-height: 0;
		padding: 22px;
	}
}

@media (max-width: 575px) {
	.newsListPage {
		padding-right: 10px;
		padding-left: 10px;
		box-sizing: border-box;
	}

	.newsListPage .container {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
		padding-right: 0;
		padding-left: 0;
		box-sizing: border-box;
	}

	.newsListPage .container .list {
		min-width: 0;
	}

	.newsListPage .container .list a {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.news-card__meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		margin-bottom: 12px;
	}

	.newsListPage .container .list .con span {
		min-height: 0;
		font-size: 19px;
		line-height: 1.45;
		overflow-wrap: anywhere;
	}

	.newsListPage .container .list .con p {
		font-size: 15px;
		line-height: 1.65;
		overflow-wrap: anywhere;
	}

	.news-card__footer {
		padding-top: 14px;
	}
}

/* Detail page related service recommendations */
.relatedServiceBox {
	margin-top: 42px;
	padding: 54px 0 62px;
	background: #f7f9fc;
	border-top: 1px solid #e3e8ef;
}

.relatedServiceBox > .container,
.relatedServiceBox .productList > .container {
	box-sizing: border-box;
}

.relatedServiceBox .container > .title {
	position: relative;
	padding-left: 16px;
	color: #1f2633;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 800;
}

.relatedServiceBox .container > .title:before {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	width: 4px;
	content: '';
	background: #2b8fe8;
	border-radius: 999px;
}

.relatedServiceBox .productList {
	padding-top: 22px;
}

.relatedServiceBox .productList .container {
	grid-gap: 24px;
	min-height: 0;
	margin-top: 8px;
	align-items: stretch;
}

.relatedServiceBox .productList .container .list {
	min-width: 0;
}

.relatedServiceBox .productList .container .list a {
	display: flex;
	height: 100%;
	min-height: 0;
	overflow: hidden;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(31, 38, 51, 0.07);
	transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}

.relatedServiceBox .productList .container .list a:hover {
	border-color: #c9ddf5;
	box-shadow: 0 22px 44px rgba(31, 38, 51, 0.11);
	transform: translateY(-4px);
}

.relatedServiceBox .productList .container .list a .imgs {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background:
		linear-gradient(135deg, rgba(43, 143, 232, 0.18), rgba(255, 255, 255, 0.2)),
		linear-gradient(90deg, rgba(31, 38, 51, 0.08) 1px, transparent 1px),
		linear-gradient(0deg, rgba(31, 38, 51, 0.07) 1px, transparent 1px),
		#eaf2fb;
	background-size: auto, 28px 28px, 28px 28px, auto;
	border-radius: 8px 8px 0 0;
}

.relatedServiceBox .productList .container .list a .imgs:before {
	position: absolute;
	inset: 22px;
	content: '';
	border: 1px solid rgba(43, 143, 232, 0.18);
	border-radius: 8px;
	background:
		linear-gradient(90deg, transparent 0 42%, rgba(43, 143, 232, 0.16) 42% 45%, transparent 45%),
		linear-gradient(0deg, transparent 0 38%, rgba(43, 143, 232, 0.12) 38% 41%, transparent 41%);
	z-index: 0;
}

.relatedServiceBox .productList .container .list a .imgs:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 44px;
	height: 34px;
	content: '';
	border: 2px solid rgba(43, 143, 232, 0.34);
	border-radius: 8px;
	box-shadow:
		-16px -12px 0 -10px rgba(43, 143, 232, 0.28),
		16px 12px 0 -10px rgba(43, 143, 232, 0.22);
	transform: translate(-50%, -50%);
	z-index: 0;
}

.relatedServiceBox .productList .container .list a .imgs .swiper,
.relatedServiceBox .productList .container .list a .imgs .swiper-wrapper,
.relatedServiceBox .productList .container .list a .imgs .swiper-slide {
	position: relative;
	height: 100%;
	background: transparent;
	z-index: 1;
}

.relatedServiceBox .productList .container .list a .imgs .swiper .swiper-slide img {
	position: relative;
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	filter: none;
	border-radius: 0 !important;
	transition: transform 0.35s;
	z-index: 2;
}

.relatedServiceBox .productList .container .list a .imgs .swiper .swiper-slide img[src$="/static/images/nopic.png"] {
	opacity: 0;
}

.relatedServiceBox .productList .container .list a:hover .imgs .swiper .swiper-slide img {
	transform: scale(1.04);
}

.relatedServiceBox .productList .container .list a .title {
	height: auto;
	max-height: none;
	min-height: 56px;
	margin-top: 0;
	padding: 20px 20px 0;
	font-size: 18px;
	line-height: 1.45;
	font-weight: 800;
}

.relatedServiceBox .productList .container .list a .title span {
	display: -webkit-box;
	overflow: hidden;
	color: #202634;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.relatedServiceBox .productList .container .list a .u {
	padding: 10px 20px 0;
	font-size: 14px;
	line-height: 1.65;
	font-weight: 400;
	color: #687284;
}

.relatedServiceBox .productList .container .list .u > span {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	padding: 0;
	color: #687284;
	background: transparent;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.relatedServiceBox .productList .container .list .u > span:hover {
	background: transparent;
}

.related-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: auto;
	padding: 18px 20px 20px;
	color: #2b8fe8;
	font-size: 14px;
	line-height: 20px;
	font-weight: 800;
}

.related-card__footer i {
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
	flex: none;
	background: #f2f8ff;
	border: 1px solid #cfe2f8;
	border-radius: 50%;
	transition: background 0.25s, border-color 0.25s;
}

.related-card__footer i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	content: '';
	border-top: 2px solid #2b8fe8;
	border-right: 2px solid #2b8fe8;
	transform: translate(-60%, -50%) rotate(45deg);
}

.relatedServiceBox .productList .container .list a:hover .related-card__footer i {
	background: #2b8fe8;
	border-color: #2b8fe8;
}

.relatedServiceBox .productList .container .list a:hover .related-card__footer i:before {
	border-color: #fff;
}

@media (max-width: 1199px) {
	.relatedServiceBox .productList .container {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.relatedServiceBox {
		margin-top: 28px;
		padding: 38px 14px 44px;
	}

	.relatedServiceBox > .container,
	.relatedServiceBox .productList > .container {
		width: 100%;
		max-width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.relatedServiceBox .container > .title {
		font-size: 22px;
	}

	.relatedServiceBox .productList .container {
		grid-template-columns: 1fr;
		grid-gap: 18px;
	}

	.relatedServiceBox .productList .container .list a .title {
		min-height: 0;
		padding: 18px 18px 0;
		font-size: 17px;
		overflow-wrap: anywhere;
	}

	.relatedServiceBox .productList .container .list a .u {
		padding-right: 18px;
		padding-left: 18px;
	}

	.related-card__footer {
		padding: 16px 18px 18px;
	}
}

/* Shared bottom news cards */
.siteNewsGrid {
	padding: 58px 0 68px;
	background: #fff;
	border-top: 1px solid #edf1f6;
}

.siteNewsGrid > .container:first-child {
	display: block;
}

.siteNewsGrid > .container:first-child .title,
.siteNewsGrid .container > .title {
	position: relative;
	margin: 0;
	padding: 0 0 0 16px;
	color: #1f2633;
	font-size: 30px;
	line-height: 1.25;
	font-weight: 800;
}

.siteNewsGrid > .container:first-child .title:before,
.siteNewsGrid .container > .title:before {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	width: 4px;
	content: '';
	background: #2b8fe8;
	border-radius: 999px;
}

.siteNewsGrid > .container:nth-of-type(2) {
	display: grid;
	width: 100%;
	max-width: 1160px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 26px;
	margin-top: 26px;
}

.siteNewsGrid .container .list {
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.siteNewsGrid .container .list a {
	position: relative;
	display: block;
	min-height: 176px;
	overflow: hidden;
	padding: 26px 74px 24px 28px;
	background: #fff;
	border: 1px solid #e3e9f2;
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(31, 38, 51, 0.06);
	transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}

.siteNewsGrid .container .list a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	background: linear-gradient(90deg, #2b8fe8, rgba(43, 143, 232, 0));
	opacity: 0.72;
}

.siteNewsGrid .container .list a:after {
	position: absolute;
	right: 24px;
	bottom: 24px;
	width: 32px;
	height: 32px;
	content: '';
	background:
		linear-gradient(45deg, transparent 45%, #2b8fe8 45% 55%, transparent 55%) center / 10px 10px no-repeat,
		#f4f9ff;
	border: 1px solid #cfe2f8;
	border-radius: 50%;
	transition: background-color 0.25s, border-color 0.25s, transform 0.25s;
}

.siteNewsGrid .container .list a:hover {
	border-color: #c9ddf5;
	box-shadow: 0 22px 44px rgba(31, 38, 51, 0.1);
	transform: translateY(-4px);
}

.siteNewsGrid .container .list a:hover:after {
	background:
		linear-gradient(45deg, transparent 45%, #fff 45% 55%, transparent 55%) center / 10px 10px no-repeat,
		#2b8fe8;
	border-color: #2b8fe8;
	transform: translateX(3px);
}

.siteNewsGrid .container .list .img {
	display: none;
}

.siteNewsGrid .container .list .con {
	display: flex;
	min-height: 128px;
	flex-direction: column;
}

.siteNewsGrid .container .list .con span {
	display: -webkit-box;
	height: auto;
	min-height: 0;
	margin: 10px 0 12px;
	color: #202634;
	font-size: 19px;
	line-height: 1.45;
	font-weight: 800;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.siteNewsGrid .container .list .con p {
	margin: 0;
	color: #697483;
	font-size: 15px;
	line-height: 1.7;
}

.siteNewsGrid .container .list .con p.jianjie {
	display: -webkit-box;
	height: auto;
	max-height: none;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.siteNewsGrid .container .list .con p:last-child {
	display: inline-flex;
	width: fit-content;
	order: -1;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	color: #2b618f;
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	background: #f2f8ff;
	border: 1px solid #d7e8fb;
	border-radius: 999px;
}

.siteNewsGrid .container .list .con p:last-child:before {
	display: block;
	width: 6px;
	height: 6px;
	margin-right: 8px;
	content: '';
	background: #2b8fe8;
	border-radius: 50%;
}

@media (max-width: 991px) {
	.siteNewsGrid {
		padding: 44px 14px 52px;
	}

	.siteNewsGrid > .container:first-child,
	.siteNewsGrid > .container:nth-of-type(2) {
		width: 100%;
		max-width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.siteNewsGrid > .container:nth-of-type(2) {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

@media (max-width: 575px) {
	.siteNewsGrid > .container:first-child .title,
	.siteNewsGrid .container > .title {
		font-size: 22px;
	}

	.siteNewsGrid .container .list a {
		min-height: 0;
		padding: 22px 58px 22px 20px;
	}

	.siteNewsGrid .container .list a:after {
		right: 18px;
		bottom: 20px;
		width: 28px;
		height: 28px;
	}

	.siteNewsGrid .container .list .con {
		min-height: 0;
	}

	.siteNewsGrid .container .list .con span {
		font-size: 17px;
		line-height: 1.45;
		overflow-wrap: anywhere;
	}

	.siteNewsGrid .container .list .con p {
		font-size: 14px;
		line-height: 1.65;
		overflow-wrap: anywhere;
	}
}

/* Homepage news feature layout */
.homeNewsSection {
	padding: 0 !important;
	background: #f6f9fc !important;
}

.homeNewsGrid {
	padding: 76px 0 84px;
	background:
		linear-gradient(180deg, rgba(43, 143, 232, 0.08), rgba(255, 255, 255, 0) 42%),
		#f6f9fc;
	border-top: 1px solid #e7edf5;
}

.homeNewsGrid > .container:first-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.homeNewsGrid > .container:first-child .title,
.homeNewsGrid .container > .title {
	font-size: 32px;
}

.home-news__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 16px;
	color: #2b618f;
	font-size: 14px;
	line-height: 20px;
	font-weight: 800;
	background: #fff;
	border: 1px solid #d7e8fb;
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(31, 38, 51, 0.05);
	transition: color 0.25s, background 0.25s, border-color 0.25s;
}

.home-news__more:after {
	width: 7px;
	height: 7px;
	margin-left: 8px;
	content: '';
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

.home-news__more:hover {
	color: #fff;
	background: #2b8fe8;
	border-color: #2b8fe8;
}

.homeNewsGrid > .container:nth-of-type(2) {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
	gap: 16px 24px;
	margin-top: 28px;
}

.homeNewsGrid .container .list:first-child {
	grid-row: 1 / span 5;
}

.homeNewsGrid .container .list a {
	min-height: 0;
	padding: 22px 70px 20px 24px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 16px 36px rgba(31, 38, 51, 0.07);
}

.homeNewsGrid .container .list:first-child a {
	height: 100%;
	min-height: 604px;
	padding: 36px 40px;
	background:
		linear-gradient(135deg, rgba(43, 143, 232, 0.12), rgba(255, 255, 255, 0.08)),
		linear-gradient(90deg, rgba(43, 143, 232, 0.08) 1px, transparent 1px),
		linear-gradient(0deg, rgba(43, 143, 232, 0.06) 1px, transparent 1px),
		#fff;
	background-size: auto, 34px 34px, 34px 34px, auto;
}

.homeNewsGrid .container .list:first-child a:before {
	height: 4px;
	background: linear-gradient(90deg, #2b8fe8, #8fd3ff);
	opacity: 1;
}

.homeNewsGrid .container .list:first-child a:after {
	right: 36px;
	bottom: 34px;
	width: 38px;
	height: 38px;
}

.homeNewsGrid .container .list .con {
	min-height: 0;
}

.homeNewsGrid .container .list:first-child .con {
	min-height: 100%;
}

.homeNewsGrid .container .list .con span {
	margin: 10px 0 10px;
	font-size: 18px;
	line-height: 1.45;
}

.homeNewsGrid .container .list:first-child .con span {
	margin-top: 18px;
	margin-bottom: 18px;
	font-size: 28px;
	line-height: 1.35;
	-webkit-line-clamp: 3;
}

.homeNewsGrid .container .list .con p.jianjie {
	-webkit-line-clamp: 2;
}

.homeNewsGrid .container .list:first-child .con p.jianjie {
	font-size: 16px;
	line-height: 1.85;
	-webkit-line-clamp: 7;
}

.homeNewsGrid .container .list:first-child .con p:last-child {
	min-height: 32px;
	padding: 0 12px;
}

.homeNewsGrid .container .list:first-child .con:after {
	display: block;
	width: 100%;
	height: 1px;
	margin-top: auto;
	content: '';
	background: linear-gradient(90deg, rgba(43, 143, 232, 0.24), rgba(43, 143, 232, 0));
}

@media (max-width: 991px) {
	.homeNewsGrid {
		padding: 54px 14px 62px;
	}

	.homeNewsGrid > .container:nth-of-type(2) {
		grid-template-columns: 1fr;
	}

	.homeNewsGrid .container .list:first-child {
		grid-row: auto;
	}

	.homeNewsGrid .container .list:first-child a {
		min-height: 0;
		padding: 28px 68px 28px 24px;
	}

	.homeNewsGrid .container .list:first-child .con span {
		font-size: 22px;
	}
}

@media (max-width: 575px) {
	.homeNewsGrid {
		padding-top: 42px;
		padding-bottom: 48px;
	}

	.homeNewsGrid > .container:first-child {
		align-items: flex-start;
		flex-direction: column;
	}

	.homeNewsGrid > .container:first-child .title,
	.homeNewsGrid .container > .title {
		font-size: 24px;
	}

	.home-news__more {
		min-height: 34px;
		padding: 0 13px;
	}

	.homeNewsGrid .container .list a,
	.homeNewsGrid .container .list:first-child a {
		padding: 22px 58px 22px 20px;
	}

	.homeNewsGrid .container .list:first-child .con span {
		font-size: 19px;
		line-height: 1.45;
	}

	.homeNewsGrid .container .list:first-child .con p.jianjie {
		font-size: 14px;
		line-height: 1.65;
		-webkit-line-clamp: 3;
	}
}

/* Homepage news balanced grid refinement */
.homeNewsGrid {
	padding: 64px 0 72px;
	background: #f6f9fc;
}

.homeNewsGrid > .container:first-child {
	align-items: center;
}

.homeNewsGrid > .container:nth-of-type(2) {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 26px;
}

.homeNewsGrid .container .list:first-child {
	grid-row: auto;
}

.homeNewsGrid .container .list a,
.homeNewsGrid .container .list:first-child a {
	height: 100%;
	min-height: 238px;
	padding: 26px 72px 24px 26px;
	background: #fff;
	background-size: auto;
}

.homeNewsGrid .container .list:first-child a:before {
	height: 3px;
}

.homeNewsGrid .container .list:first-child a:after {
	right: 24px;
	bottom: 24px;
	width: 32px;
	height: 32px;
}

.homeNewsGrid .container .list .con,
.homeNewsGrid .container .list:first-child .con {
	min-height: 188px;
}

.homeNewsGrid .container .list .con span,
.homeNewsGrid .container .list:first-child .con span {
	margin: 12px 0 12px;
	font-size: 19px;
	line-height: 1.45;
	-webkit-line-clamp: 2;
}

.homeNewsGrid .container .list .con p.jianjie,
.homeNewsGrid .container .list:first-child .con p.jianjie {
	font-size: 15px;
	line-height: 1.72;
	-webkit-line-clamp: 3;
}

.homeNewsGrid .container .list:first-child .con p:last-child {
	min-height: 28px;
	padding: 0 10px;
}

.homeNewsGrid .container .list:first-child .con:after {
	display: none;
}

@media (max-width: 1199px) {
	.homeNewsGrid > .container:nth-of-type(2) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.homeNewsGrid {
		padding: 44px 14px 52px;
	}

	.homeNewsGrid > .container:nth-of-type(2) {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.homeNewsGrid .container .list a,
	.homeNewsGrid .container .list:first-child a {
		min-height: 0;
		padding: 22px 58px 22px 20px;
	}

	.homeNewsGrid .container .list .con,
	.homeNewsGrid .container .list:first-child .con {
		min-height: 0;
	}

	.homeNewsGrid .container .list .con span,
	.homeNewsGrid .container .list:first-child .con span {
		font-size: 18px;
		line-height: 1.45;
	}

	.homeNewsGrid .container .list .con p.jianjie,
	.homeNewsGrid .container .list:first-child .con p.jianjie {
		font-size: 14px;
		line-height: 1.65;
		-webkit-line-clamp: 2;
	}
}

/* Homepage news alignment with the section title row */
@media (min-width: 1200px) {
	.homeNewsGrid > .container:first-child,
	.homeNewsGrid > .container:nth-of-type(2) {
		width: 1160px;
		max-width: 1160px;
	}

	.homeNewsGrid > .container:nth-of-type(2) {
		gap: 24px;
	}
}

@media (min-width: 1300px) {
	.homeNewsGrid > .container:first-child,
	.homeNewsGrid > .container:nth-of-type(2) {
		width: 1260px;
		max-width: 1260px;
	}
}

/* Align homepage news with the wider homepage modules. */
.homeNewsGrid > .container:first-child,
.homeNewsGrid > .container:nth-of-type(2) {
	width: min(1500px, calc(100% - 56px));
	max-width: 1500px;
	padding-right: 0;
	padding-left: 0;
}

@media (max-width: 1599px) {
	.homeNewsGrid > .container:first-child,
	.homeNewsGrid > .container:nth-of-type(2) {
		width: min(1410px, calc(100% - 56px));
		max-width: 1410px;
	}
}

@media (max-width: 767px) {
	.homeNewsGrid {
		padding-right: 0;
		padding-left: 0;
	}

	.homeNewsGrid > .container:first-child,
	.homeNewsGrid > .container:nth-of-type(2) {
		width: calc(100% - 32px);
		max-width: calc(100% - 32px);
	}
}

/* Development services module overrides legacy homepage mobile rules. */
.in_categories .container.service-showcase .service-card {
	width: 100%;
}

@media (max-width: 767px) {
	.in_categories {
		padding-top: 0;
		padding-bottom: 56px;
	}

	.in_categories .container.service-showcase .service-heading .title {
		font-size: 32px;
	}

	.in_categories .container.service-showcase ul.service-card-grid > li {
		width: auto;
	}
}

/* Homepage development services blue-tech refinement. */
.in_categories {
	position: relative;
	overflow: hidden;
	padding: 0 0 92px;
	background:
		radial-gradient(circle at 76% 12%, rgba(28, 105, 255, 0.2), transparent 22%),
		linear-gradient(105deg, rgba(232, 242, 255, 0.98) 0%, rgba(247, 251, 255, 0.96) 38%, rgba(225, 236, 255, 0.96) 100%);
}

.in_categories:before {
	position: absolute;
	inset: 0 0 auto;
	height: 332px;
	content: '';
	background:
		linear-gradient(120deg, rgba(30, 103, 255, 0.08) 0 1px, transparent 1px 110px),
		linear-gradient(32deg, rgba(30, 103, 255, 0.06) 0 1px, transparent 1px 128px),
		radial-gradient(circle at 87% 25%, rgba(45, 109, 255, 0.13), transparent 16%),
		radial-gradient(circle at 69% 48%, rgba(45, 109, 255, 0.1), transparent 12%);
	pointer-events: none;
}

.in_categories:after {
	position: absolute;
	top: 86px;
	right: max(110px, calc((100vw - 1410px) / 2 + 80px));
	width: 300px;
	height: 160px;
	content: '';
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.54), rgba(129, 171, 255, 0.16)),
		linear-gradient(90deg, rgba(45, 109, 255, 0.14), rgba(45, 109, 255, 0));
	border: 1px solid rgba(45, 109, 255, 0.2);
	border-radius: 30px;
	box-shadow: 0 24px 54px rgba(45, 109, 255, 0.16);
	transform: perspective(560px) rotateX(58deg) rotateZ(-28deg);
	pointer-events: none;
}

.in_categories .service-channel-tabs {
	display: none;
}

.in_categories .service-showcase {
	position: relative;
	z-index: 1;
	width: min(1500px, calc(100% - 56px));
	max-width: 1500px;
	padding-top: 76px;
}

.in_categories .service-showcase:before,
.in_categories .service-showcase:after {
	position: absolute;
	content: '';
	pointer-events: none;
}

.in_categories .service-showcase:before {
	top: 28px;
	right: 210px;
	width: 126px;
	height: 126px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(213, 228, 255, 0.72)) padding-box,
		linear-gradient(145deg, rgba(80, 137, 255, 0.46), rgba(80, 137, 255, 0.08)) border-box;
	border: 1px solid transparent;
	border-radius: 24px;
	box-shadow: 0 28px 48px rgba(45, 109, 255, 0.2);
	transform: perspective(420px) rotateX(58deg) rotateZ(-32deg);
}

.in_categories .service-showcase:after {
	top: 54px;
	right: 250px;
	width: 72px;
	height: 72px;
	background: linear-gradient(145deg, #7ea9ff, #1e68ff 72%);
	border-radius: 14px;
	box-shadow:
		0 18px 36px rgba(30, 104, 255, 0.28),
		inset 18px 0 28px rgba(255, 255, 255, 0.2),
		inset -18px -10px 26px rgba(4, 45, 154, 0.22);
	transform: perspective(420px) rotateX(58deg) rotateZ(-32deg);
}

.in_categories .service-heading {
	position: relative;
	z-index: 1;
	max-width: 780px;
	padding-top: 0;
	margin-bottom: 34px;
}

.in_categories .service-heading .title {
	position: relative;
	padding: 0 0 0 44px;
	margin: 0 0 14px;
	color: #081733;
	font-size: 42px;
	font-weight: 800;
	line-height: 1.14;
}

.in_categories .service-heading .title:before {
	position: absolute;
	left: 8px;
	top: 10px;
	width: 10px;
	height: 10px;
	content: '';
	background: #176bff;
	border-radius: 50%;
	box-shadow: 0 22px 0 #176bff;
}

.in_categories .service-heading .title:after {
	display: none;
}

.in_categories .service-heading p {
	max-width: 760px;
	color: #536176;
	font-size: 16px;
	line-height: 1.75;
}

.in_categories .service-filters {
	position: relative;
	z-index: 2;
	gap: 14px 22px;
	margin-bottom: 34px;
}

.in_categories .service-filters button {
	min-width: 126px;
	height: 46px;
	padding: 0 26px;
	color: #16233a;
	font-size: 15px;
	line-height: 44px;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid #dce6f4;
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(20, 42, 82, 0.06);
}

.in_categories .service-filters button:hover {
	color: #176bff;
	border-color: rgba(23, 107, 255, 0.34);
	box-shadow: 0 14px 30px rgba(23, 107, 255, 0.13);
}

.in_categories .service-filters button.active {
	color: #ffffff;
	background: linear-gradient(135deg, #176bff 0%, #0756e9 100%);
	border-color: #176bff;
	box-shadow: 0 14px 28px rgba(23, 107, 255, 0.28);
}

.in_categories .service-card-grid {
	position: relative;
	z-index: 1;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px 18px;
}

.in_categories .service-card {
	min-height: 142px;
	padding: 28px 24px 24px;
	gap: 18px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid #dfe8f5;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(22, 46, 86, 0.06);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.in_categories .service-card:hover {
	background: #fff;
	border-color: rgba(23, 107, 255, 0.34);
	box-shadow: 0 18px 38px rgba(23, 107, 255, 0.13);
}

.in_categories .service-card-icon {
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	color: #176bff;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.in_categories .service-card:hover .service-card-icon {
	color: #0756e9;
	background: transparent;
	border-color: transparent;
}

.in_categories .service-card-icon svg {
	width: 32px;
	height: 32px;
	stroke-width: 1.65;
}

.in_categories .service-card-copy strong {
	display: -webkit-box;
	margin-bottom: 12px;
	overflow: hidden;
	color: #111a2c;
	font-size: 18px;
	line-height: 1.28;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.in_categories .service-card-copy em {
	color: #59677d;
	font-size: 15px;
	line-height: 1.68;
}

@media (max-width: 1599px) {
	.in_categories .service-showcase {
		width: min(1410px, calc(100% - 56px));
	}

	.in_categories .service-card {
		min-height: 126px;
		padding: 24px 20px 22px;
	}

	.in_categories .service-card-copy strong {
		font-size: 17px;
	}

	.in_categories .service-card-copy em {
		font-size: 14px;
		line-height: 1.62;
	}
}

@media (max-width: 1200px) {
	.in_categories .service-showcase:before,
	.in_categories .service-showcase:after,
	.in_categories:after {
		opacity: 0.5;
		transform: scale(0.82) perspective(420px) rotateX(58deg) rotateZ(-32deg);
		transform-origin: top right;
	}

	.in_categories .service-card-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.in_categories .service-showcase {
		padding-top: 58px;
	}

	.in_categories .service-showcase:before,
	.in_categories .service-showcase:after,
	.in_categories:after {
		display: none;
	}

	.in_categories .service-card-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.in_categories {
		padding: 0 0 54px;
	}

	.in_categories .service-showcase {
		width: calc(100% - 32px);
		padding-top: 44px;
	}

	.in_categories .service-heading {
		margin-bottom: 24px;
	}

	.in_categories .service-heading .title {
		padding-left: 32px;
		font-size: 34px;
	}

	.in_categories .service-heading .title:before {
		left: 4px;
		top: 8px;
		width: 8px;
		height: 8px;
		box-shadow: 0 18px 0 #176bff;
	}

	.in_categories .service-heading p {
		font-size: 14px;
		line-height: 1.72;
	}

	.in_categories .service-filters {
		flex-wrap: nowrap;
		gap: 10px;
		margin-bottom: 22px;
		padding-bottom: 4px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.in_categories .service-filters::-webkit-scrollbar {
		display: none;
	}

	.in_categories .service-filters button {
		flex: 0 0 auto;
		min-width: auto;
		height: 40px;
		padding: 0 20px;
		font-size: 13px;
		line-height: 38px;
	}

	.in_categories .service-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.in_categories .service-card {
		min-height: 122px;
		padding: 18px 16px;
		gap: 12px;
	}

	.in_categories .service-card-icon {
		flex-basis: 30px;
		width: 30px;
		height: 30px;
	}

	.in_categories .service-card-icon svg {
		width: 29px;
		height: 29px;
	}

	.in_categories .service-card-copy strong {
		margin-bottom: 8px;
		font-size: 15px;
		white-space: normal;
	}

	.in_categories .service-card-copy em {
		font-size: 13px;
		line-height: 1.55;
	}
}

@media (max-width: 520px) {
	.in_categories .service-card-grid {
		grid-template-columns: 1fr;
	}

	.in_categories .service-card {
		min-height: 100px;
	}
}

/* Service list page grouped card layout. */
.service-list-template > .productTitle:not(.serviceListHero),
.service-list-template > .productCarousel,
.service-list-template > .productList,
.service-list-template > .productPage {
	display: none;
}

.serviceListHero.productTitle {
	position: relative;
	overflow: hidden;
	padding: 0;
	border-top: 1px solid #e8eef8;
	background:
		radial-gradient(circle at 76% 18%, rgba(40, 104, 255, 0.18), transparent 28%),
		linear-gradient(105deg, #eef5ff 0%, #f8fbff 48%, #dfeaff 100%);
}

.serviceListHero.productTitle:before {
	position: absolute;
	inset: 0;
	content: '';
	background:
		linear-gradient(135deg, rgba(36, 103, 255, 0.08) 0 1px, transparent 1px 96px),
		linear-gradient(45deg, rgba(36, 103, 255, 0.06) 0 1px, transparent 1px 112px);
	opacity: 0.68;
}

.serviceListHero.productTitle:after {
	position: absolute;
	right: -120px;
	bottom: -130px;
	width: 560px;
	height: 280px;
	border-radius: 50%;
	content: '';
	background: rgba(56, 118, 255, 0.16);
	transform: rotate(-14deg);
}

.serviceListHeroInner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 216px;
	padding-top: 0;
	padding-bottom: 0;
}

.serviceListHeroCopy {
	width: 50%;
	min-width: 0;
}

.serviceListHeroCopy h1 {
	margin: 0 0 14px;
	color: #07152c;
	font-size: 50px;
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: 0;
}

.serviceListHeroCopy p {
	max-width: 600px;
	margin: 0;
	color: #5a6679;
	font-size: 19px;
	line-height: 1.7;
	letter-spacing: 0;
}

.serviceListHeroArt {
	position: relative;
	width: 42%;
	min-width: 390px;
	height: 216px;
}

.serviceListArtBase {
	position: absolute;
	right: 44px;
	bottom: 28px;
	width: 330px;
	height: 66px;
	border: 1px solid rgba(78, 136, 255, 0.22);
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(120, 165, 255, 0.28), rgba(50, 103, 235, 0.14));
	box-shadow: 0 22px 42px rgba(33, 92, 205, 0.22);
	transform: skewX(-18deg);
}

.serviceListArtPanel {
	position: absolute;
	right: 96px;
	top: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 238px;
	height: 126px;
	border: 1px solid rgba(72, 131, 255, 0.38);
	border-radius: 14px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(225, 236, 255, 0.82));
	box-shadow: 0 18px 36px rgba(42, 99, 215, 0.2);
	transform: perspective(540px) rotateX(8deg) rotateY(-12deg);
}

.serviceListArtPanelBack {
	right: 58px;
	top: 26px;
	opacity: 0.48;
	transform: perspective(540px) rotateX(8deg) rotateY(-12deg) translate(18px, -10px);
}

.serviceListArtPanel i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 28px;
	border-radius: 14px 14px 0 0;
	background: linear-gradient(90deg, #5d8cff, #2d63e9);
}

.serviceListArtPanel em {
	color: #316bff;
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
	text-shadow: 0 8px 18px rgba(49, 107, 255, 0.22);
}

.serviceListMatrix {
	padding: 28px 0 58px;
	background: #fff;
}

.serviceListGroup {
	margin-top: 22px;
}

.serviceListGroup:first-child {
	margin-top: 0;
}

.serviceListGroup h2 {
	display: flex;
	align-items: center;
	margin: 0 0 16px;
	color: #111b31;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0;
}

.serviceListGroup h2:before {
	display: block;
	width: 5px;
	height: 26px;
	margin-right: 12px;
	border-radius: 5px;
	content: '';
	background: #176bff;
	box-shadow: 0 8px 18px rgba(23, 107, 255, 0.28);
}

.serviceListGroup h2 a {
	color: inherit;
	text-decoration: none;
}

.serviceListGrid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px 18px;
}

.serviceListCard {
	display: flex;
	align-items: center;
	min-width: 0;
	min-height: 64px;
	padding: 0 18px;
	border: 1px solid #e4ebf6;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 8px 18px rgba(18, 44, 96, 0.07);
	color: #172238;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.serviceListCard:hover {
	border-color: rgba(23, 107, 255, 0.42);
	box-shadow: 0 14px 28px rgba(23, 107, 255, 0.14);
	transform: translateY(-2px);
}

.serviceListIcon {
	position: relative;
	display: grid;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	margin-right: 14px;
	place-items: center;
}

.serviceListIcon:before {
	position: absolute;
	inset: 5px;
	border: 2px solid rgba(23, 107, 255, 0.24);
	border-radius: 8px;
	content: '';
	transform: rotate(45deg);
}

.serviceListIcon img {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 30px;
	max-height: 30px;
	object-fit: contain;
	filter: saturate(1.2);
}

.serviceListIcon img[src*="nopic.png"] {
	display: none;
}

.serviceListName {
	display: block;
	min-width: 0;
	overflow: hidden;
	color: inherit;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.service-list-template .product_faqs {
	padding-top: 8px;
}

@media (min-width: 1700px) {
	.serviceListHeroInner,
	.serviceListMatrix > .container {
		max-width: 1560px;
		width: 1560px;
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.serviceListGrid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

@media (max-width: 1199px) {
	.serviceListHeroInner {
		min-height: 204px;
	}

	.serviceListHeroCopy h1 {
		font-size: 44px;
	}

	.serviceListHeroArt {
		min-width: 320px;
		transform: scale(0.88);
		transform-origin: center right;
	}

	.serviceListGrid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.serviceListHeroInner {
		min-height: 190px;
	}

	.serviceListHeroCopy {
		width: 58%;
	}

	.serviceListHeroCopy h1 {
		font-size: 40px;
	}

	.serviceListHeroCopy p {
		font-size: 17px;
	}

	.serviceListHeroArt {
		min-width: 260px;
		opacity: 0.78;
		transform: scale(0.72);
	}

	.serviceListGrid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.serviceListHero.productTitle {
		padding: 44px 0 42px;
	}

	.serviceListHeroInner {
		display: block;
		min-height: 0;
	}

	.serviceListHeroCopy {
		width: 100%;
	}

	.serviceListHeroCopy h1 {
		margin-bottom: 10px;
		font-size: 38px;
		line-height: 1.18;
	}

	.serviceListHeroCopy p {
		font-size: 16px;
		line-height: 1.65;
	}

	.serviceListHeroArt {
		display: none;
	}

	.serviceListMatrix {
		padding: 26px 0 44px;
	}

	.serviceListGroup {
		margin-top: 24px;
	}

	.serviceListGroup h2 {
		margin-bottom: 14px;
		font-size: 22px;
	}

	.serviceListGrid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.serviceListCard {
		min-height: 58px;
		padding: 0 13px;
	}

	.serviceListIcon {
		flex-basis: 28px;
		width: 28px;
		height: 28px;
		margin-right: 10px;
	}

	.serviceListIcon img {
		max-width: 26px;
		max-height: 26px;
	}

	.serviceListName {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.serviceListGrid {
		grid-template-columns: 1fr;
	}
}
