:root {
	--bs-primary: $ mainColor;
}

.btn-primary {
	border-color: #0287d0;
	background-color: #0287d0;
}

.goRight {
	font-size: 32px;
	z-index: 1500;
	opacity: .8;
}

#mainNav {
	display: block;
	overflow: hidden;
	width: 160px;
	height: 100vh;
	background-color: #0287d0;
}

#mainNav .bar {
	z-index: 1500;
	width: 160px;
	height: 100%;
	padding: 25px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	background-color: #0287d0;
}

#mainNav .bar #mainNavToggle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	cursor: pointer;
	transition: all .2s;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	border: 8px solid #fff;
	border-radius: 100%;
}

#mainNav .bar #mainNavToggle i {
	font-size: 60px;
	transition: all .2s;
}

#mainNav .bar #mainNavToggle:hover {
	background-color: #fff;
}

#mainNav .bar #mainNavToggle:hover i {
	color: #0287d0;
}

#mainNav .bar #mainNavToggle.active {
	margin-top: -40px;
	margin-left: -40px;
	transform: rotate(180deg);
}

#mainNav .bar .logo {
	display: block;
	width: 100%;
	text-align: center;
}

#mainNav .bar .logo img {
	width: 70%;
}

#mainNav .bar .contact {
	display: inline-block;
	width: 84px;
	height: 84px;
	background: url(../static/image/icon.png) no-repeat 5px 13px;
}

#mainNav.active {
	width: 100%;
}

#mainNav .menu {
	right: 0;
	bottom: 0;
	left: 160px;
	overflow: hidden;
	width: auto;
	height: 100%;
	padding: 0 200px 2.5rem 280px;
	vertical-align: middle;
	background-color: #0287d0;
}

#mainNav .menu .heading {
	font-size: 23px;
	font-weight: 700;
	line-height: 1 !important;
	display: block;
	width: 100%;
	height: 42px;
	margin-bottom: 50px;
	padding-bottom: 0.6em;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 4px solid #fff;
}

#mainNav .menu .menu_links {
	display: inline-block;
	width: 300px;
	padding-right: 3rem;
	vertical-align: top;
}

#mainNav .menu .menu_links .ul .li {
	font-size: 20px;
	font-weight: normal;
	line-height: .85;
	text-align: left;
}

#mainNav .menu .menu_links .ul .li a {
	color: #fff;
}

#mainNav .menu .menu_links .ul .li a:hover {
	opacity: .8;
}

#mainNav .menu .menu_links .ul .li.swiper-slide-thumb-active a {
	opacity: 1;
}

#mainNav .menu .menu_content {
	display: inline-block;
	width: 50%;
	margin-top: 0;
	vertical-align: top;
}

#mainNav .menu .menu_content dl {
	font-size: 0;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#mainNav .menu .menu_content dl dt {
	font-size: 16px;
	line-height: 60px;
}

#mainNav .menu .menu_content dl a {
	color: inherit;
}

#mainNav .menu .menu_content dl dd {
	font-size: 14px;
	line-height: 2;
	display: inline-block;
	width: 25%;
	padding-right: 10px;
	padding-bottom: 10px;
}

#mainNav .menu .menu_content dl + dl {
	padding-top: 12px;
}

#mainNav .menu + .modal-backdrop {
	display: none !important;
}

.hvr-icon {
	display: inline-block;
	vertical-align: middle
}

a:hover {
	color: #0287d0
}

::-webkit-scrollbar {
	width: 0.4rem;
	height: 1.6rem;
	background-color: #c9c9c9
}

::-webkit-scrollbar-track {
	border-radius: 8rem;
	background-color: #c9c9c9
}

::-webkit-scrollbar-thumb {
	border-radius: 1rem;
	background-color: #999
}

html, body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
	width: 100%;
}

.ratio-wx {
	--bs-aspect-ratio: calc(1 / 2.35 * 100%);
}

.ratio img {
	width: 100%;
	height: 100%;
	transition: all .36s;
	object-fit: cover;
}

.search_box {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.86);
}

.search_box .st_main {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	width: 48%;
	padding-bottom: 1rem;
	transform: translate(-50%, -50%);
	border-bottom: 0.2rem solid #999;
}

.search_box .st_main input {
	line-height: 3rem;
	overflow: hidden;
	height: 3rem;
	border: none;
	background: transparent;
}

.search_box .st_main input.search_input {
	font-size: 2rem;
	width: calc(100% - 6rem);
	padding: 0 2rem;
	color: #999;
}

.search_box .st_main input.search_bottom {
	font-size: 3rem;
	color: #fff;
}

.search_box .search_close {
	font-size: 3rem;
	font-weight: bold;
	position: absolute;
	top: 2rem;
	right: 2rem;
	cursor: pointer
	color: #fff;
}

@media (max-width: 1199.98px) {
	.search_box .st_main {
		width: 70%
	}
}

@media (max-width: 767.98px) {
	.search_box .st_main {
		justify-content: space-between;
		width: 80%;
		padding-bottom: 0;
	}

	.search_box .st_main input.search_input {
		font-size: 1.6rem;
		width: 82%;
		padding: 0;
	}

	.search_box .st_main input.search_bottom {
		font-size: 1.8rem
	}

;
}

.header {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 9.8rem;
	transition: all .36s;
	background: #fff;
}

.header .logo {
	padding: 1.9rem 0;
	transition: all 0.36s;
}

.header .logo img {
	height: 6rem;
}

.header .nav-box {
	max-width: 90%;
}

.header .nav-box .nav-top {
	padding-top: 1.9rem;
	text-align: right;
}

.header .nav-box .nav-top li {
	display: inline-flex;
	align-items: center;
	height: 4rem;
}

.header .nav-box .nav-top li + li {
	margin-left: 4.6rem;
}

.header .nav-box .nav-top li a {
	font-size: 1.6rem;
	color: #333;
}

.header .nav-box .nav-top li a img {
	display: inline-block;
	height: 2rem;
	margin-right: 0.5rem;
	vertical-align: middle;
}

.header .nav-box .nav-top li.phone {
	padding: 0 2.2rem;
	border-radius: 2.5rem;
	background: #0287d0;
}

.header .nav-box .nav-top li.phone a {
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
}

.header .nav-box .nav-top li.phone a i {
	font-size: inherit;
	margin-right: 1rem;
}

.header .nav-main {
	display: flex;
	justify-content: end;
}

.header .nav-main dl {
	position: relative;
	z-index: 10;
}

.header .nav-main dl dt {
	font-weight: normal;
}

.header .nav-main dl dt a {
	font-size: 1.8rem;
	line-height: 6rem;
	position: relative;
	display: block;
	padding: 0 3rem;
	transition: all 0.36s;
	color: #333;
}

.header .nav-main dl dt a.a_icon:after {
	position: absolute;
	bottom: -1.4rem;
	left: 50%;
	width: 1rem;
	height: 1.8rem;
	content: "";
	transition: all 0.36s;
	transform: translateX(-50%);
	opacity: 0;
	border-radius: 50%;
	background: url("../img/topicon61.png") no-repeat center top;
}

.header .nav-main dl dd {
	position: absolute;
	top: 10rem;
	left: 50%;
	display: none;
	min-width: 20rem;
	padding: 3rem 0;
	transform: translateX(-50%);
	border: 0.1rem solid #5d5856;
	background: rgba(0, 0, 0, 0.7);
}

.header .nav-main dl dd p {
	padding: 0 4rem;
}

.header .nav-main dl dd p a {
	font-size: 1.6rem;
	line-height: 1.75;
	position: relative;
	display: block;
	margin-bottom: 2.5rem;
	padding-bottom: 1.4rem;
	transition: all 0.36s;
	white-space: nowrap;
	opacity: .7;
	color: #fff;
	border-bottom: 0.1rem solid #bebebe;
}

.header .nav-main dl dd p a:after {
	font-family: iconfont;
	font-size: 1.6rem;
	position: absolute;
	top: 50%;
	right: 0;
	content: "\e743";
	transform: translateY(-50%);
	color: #fff;
}

.header .nav-main dl dd p a:hover {
	opacity: 1;
}

.header .nav-main dl:hover dt a {
	color: #0287d0;
}

.header .nav-main dl:hover dt a.a_icon:after {
	opacity: 1;
}

.header .nav-main .search_icon {
	font-size: 2.6rem;
	position: relative;
	padding-left: 3rem;
	cursor: pointer;
}

.header .nav-main .search_icon:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 0.1rem;
	height: 2rem;
	content: "";
	transform: translateY(-50%);
	background: #bdbdbd;
}

.header .nav-main .search_icon i {
	font-size: inherit;
	line-height: 6rem;
	transition: all .36s;
}

.header.on {
	height: 6rem;
}

.header.on .logo {
	padding: 0.5rem 0;
}

.header.on .logo img {
	height: 4.4rem;
}

.header.on .nav-main dl dt a, .header.on .nav-main .search_icon i {
	line-height: 6rem;
}

.header.on .nav-main dl dd {
	top: 8rem
}

@media (max-width: 991.98px) {
	body {
		padding-top: 68px;
	}

	#mainNav {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		width: 100%;
		height: 68px;
	}

	#mainNav .bar {
		align-items: center;
		flex-direction: unset !important;
		width: 100%;
		height: 100%;
		padding: 10px 15px;
	}

	#mainNav .bar #mainNavToggle {
		position: unset;
		width: 30px;
		height: 30px;
		transform: unset;
		border: 0;
	}

	#mainNav .bar #mainNavToggle i {
		font-size: 24px;
	}

	#mainNav .bar .logo {
		width: unset;
		height: 46px;
	}

	#mainNav .bar .logo img {
		width: unset;
		height: 100%;
	}

	#mainNav .bar .contact {
		font-size: 24px;
		width: unset;
		height: unset;
		color: #fff;
		background: transparent;
	}

	#mainNav .menu {
		right: 0;
		bottom: unset;
		left: 0;
		width: unset;
		height: unset;
		padding-top: 68px;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
		border-right: 0;
		background: #fff;
	}

	#mainNav .menu .heading {
		margin-bottom: 5px;
		color: #0287d0;
		border-color: #0287d0;
	}

	#mainNav .menu .menu_links {
		width: 100%;
		padding-right: 0;
	}

	#mainNav .menu .menu_links #accordionFlushExample .accordion-item .accordion-button {
		padding-right: 0;
		padding-left: 0;
		outline: none !important;
		box-shadow: none !important;
	}

	#mainNav .menu .menu_links #accordionFlushExample .accordion-item .accordion-button:not(.collapsed) {
		color: #0287d0;
		background-color: transparent;
	}

	#mainNav .menu .menu_links #accordionFlushExample .accordion-item .accordion-button.nocolla a {
		display: inline-block;
		width: 100%;
	}

	#mainNav .menu .menu_links #accordionFlushExample .accordion-item .accordion-button.nocolla::after {
		content: none;
	}

	#mainNav .menu .menu_links #accordionFlushExample .accordion-item ul li {
		line-height: 2;
		list-style-type: circle;
	}

	#mainNav .menu .menu_links #accordionFlushExample .accordion-body {
		padding-top: 0;
	}

	#mainNav .menu .menu_links a {
		color: #333;
	}

	#mainNav .menu + .modal-backdrop {
		display: unset !important
	}
}

body, html {
	overflow: hidden;
	width: 100vw;
	height: 100vh;
}

.view-title {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	overflow: hidden;
	margin: 18px 0 25px 0;
	text-transform: uppercase;
}

.view-title:after {
	display: block;
	width: 100%;
	height: 5px;
	margin-top: 16px;
	content: "";
	background-color: #0287d0;
}

.bodyContent {
	position: fixed;
	top: 0;
	right: 0;
	overflow: hidden;
	width: calc(100% - 160px);
	height: 100%;
}

.bodyContent::-webkit-scrollbar {
	width: 0 !important;
}

.bodyContent .cat_menu .view-title {
	width: 70vh;
}

.bodyContent #indexContent {
	width: 100%;
	height: 100vh;
}

.bodyContent #indexContent .swiper-wrapper {
	transition-duration: 100ms !important;
}

.bodyContent #indexContent .swiper-wrapper .swiper-slide {
	width: 70vh;
	min-width: 460px;
	padding: 20px 25px;
	padding-right: 0;
	padding-left: 0;
	color: #fff;
}

.bodyContent #indexContent .swiper-wrapper .swiper-slide .view-title {
	color: #fff;
}

.bodyContent #indexContent .swiper-wrapper .swiper-slide .view-title:after {
	background-color: #fff;
}

.bodyContent #indexContent .swiper-wrapper .swiper-slide:nth-of-type(1) {
	background: #0287d0;
}

.bodyContent #indexContent .swiper-wrapper .swiper-slide:nth-of-type(2) {
	background: #5fc1c7;
}

.bodyContent #indexContent .swiper-wrapper .swiper-slide:nth-of-type(3) {
	background: #f9cf34;
}

.bodyContent #indexContent .swiper-wrapper .swiper-slide:nth-of-type(4) {
	background: #5f5d5e;
}

.bodyContent #indexContent .swiper-wrapper .swiper-slide:nth-of-type(5) {
	background: #0287d0;
}

.bodyContent #indexContent .swiper-wrapper .swiper-slide:nth-of-type(6) {
	background: #5fc1c7;
}

.bodyContent #indexContent .swiper-wrapper .swiper-slide:nth-of-type(7) {
	background: #f9cf34;
}

.bodyContent #indexContent .swiper-wrapper .swiper-slide:nth-of-type(8) {
	background: #5f5d5e;
}

.bodyContent#about_body #indexContent .swiper-wrapper, .bodyContent#contact_body #indexContent .swiper-wrapper {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	padding: 20px 25px;
}

.bodyContent#about_body #indexContent .swiper-wrapper .swiper-slide, .bodyContent#contact_body #indexContent .swiper-wrapper .swiper-slide {
	overflow: hidden;
	width: 100% !important;
	padding: 0;
	background-color: #fff !important;
}

.bodyContent#about_body #indexContent .swiper-wrapper .swiper-slide::-webkit-scrollbar, .bodyContent#contact_body #indexContent .swiper-wrapper .swiper-slide::-webkit-scrollbar {
	height: 0 !important;
}

.bodyContent#about_body #indexContent .swiper-wrapper .swiper-slide .view-title, .bodyContent#contact_body #indexContent .swiper-wrapper .swiper-slide .view-title {
	width: 70vh;
	color: initial;
	column-span: all;
}

.bodyContent#about_body #indexContent .swiper-wrapper .swiper-slide .page_content, .bodyContent#contact_body #indexContent .swiper-wrapper .swiper-slide .page_content {
	height: 100%;
	column-width: 70vh;
	column-fill: auto;
	column-gap: 40px;
}

.sj-section {
	float: left;
	width: 78vh;
	padding: 36px 20px 45px 20px;
}

.sj-section-category-menu {
	height: 100%;
	color: #000;
	background: #fff;
}

.sj-section-category-menu > .desc {
	line-height: 30px;
	margin-top: 30px;
	color: #787878;
}

.sj-section-category-menu > .title {
	font-size: 21px;
}

.sj-section-category-menu > .title:after {
	display: block;
	width: 100%;
	height: 5px;
	margin-top: 16px;
	content: "";
	border-radius: 4px;
	background-color: #0287d0;
}

.menu-item-ul {
	font-size: 0;
	margin: 20px 0;
	border-bottom: 2px solid #0287d0;
}

.menu-item-ul > .name {
	font-size: 16px;
	display: block;
	padding: 10px 0;
}

.menu-item-ul > li {
	font-size: 13px;
	float: left;
	box-sizing: border-box;
	padding-right: 20px;
	padding-bottom: 10px;
	white-space: normal;
	letter-spacing: normal;
}

.subList-li > a {
	position: relative;
}

.subList-li > a:before {
	position: absolute;
	z-index: 4;
	top: 21px;
	left: 50%;
	display: none;
	width: 0;
	height: 0;
	margin-left: -6px;
	content: "";
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	border-left: 6px solid transparent;
}

.subList-li > a:after {
	position: absolute;
	z-index: 3;
	top: 20px;
	left: 50%;
	display: none;
	width: 0;
	height: 0;
	margin-left: -8px;
	content: "";
	border-right: 8px solid transparent;
	border-bottom: 8px solid #0287d0;
	border-left: 8px solid transparent;
}

.subList-li > a.show:before, .subList-li > a.show:after {
	display: inline-block;
}

.subList-li .four-level {
	position: relative;
	z-index: 3;
	top: 7px;
	display: none;
	width: 100%;
	min-height: 15px;
	padding: 10px;
	border: 1px solid #0287d0;
	background: #fff;
}

.subList-li .four-level .pt {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 2px;
	padding: 4px 0;
	background: #fff;
}

.subList-li .four-level > dt {
	display: inline-block;
	padding: 3px 4px;
	padding-right: 4px;
	padding-right: 16px;
}

.subList-li .four-level > dt > a {
	font-size: 13px;
	position: relative;
	color: #9e9e9e;
}

.subList-li .four-level > dt > a:hover {
	color: #53a8d7 !important;
}

.page_content p {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}

#wp_back {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 160px;
	display: table;
	height: 100vh;
	transition: transform .36s;
	transform: translateX(calc(-50% + 1px));
	text-align: left;
	background: #53a8d7;
}

#wp_back .back {
	display: table-cell;
	width: 100%;
	height: 100%;
	padding: 15px;
	vertical-align: bottom;
}

#wp_back .back .cta-back {
	display: flex;
	align-items: center;
	cursor: pointer;
}

#wp_back .back .cta-back span {
	font-size: 16px;
	display: inline-block;
	width: 38px;
	color: #fff;
}

#wp_back .back .cta-back .cream-outline {
	font-size: 26px;
	height: 38px;
	margin-left: 15px;
	border: 3px solid #fff;
	border-radius: 100%;
	background-color: #0287d0;
}

#wp_back:hover {
	transform: translateX(0);
}

.cat_menu dl {
	font-size: 0;
	position: relative;
}

.cat_menu dl dt {
	font-size: 16px;
}

.cat_menu dl a {
	color: inherit;
}

.cat_menu dl dd {
	font-size: 14px;
	margin-bottom: 0;
	margin-left: 20px;
}

.cat_menu dl dd + dd {
	margin-left: 15px;
}

.cat_menu:after {
	display: block;
	width: 100%;
	height: 5px;
	margin-top: 16px;
	content: "";
	background-color: #0287d0;
}

.cat_menu .menu_three i {
	font-size: inherit;
	display: inline-flex;
	justify-content: center;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	color: #0287d0;
	border: 1px solid #ccc;
}

.category {
	height: 280px;
}

.category .top {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 20px;
}

.category .top p {
	font-size: 14px;
	line-height: 1.75;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-align: justify;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.category .top p + a {
	margin-top: auto;
	color: inherit
}

@media (max-width: 1199.98px) {
	.category .top p {
		-webkit-line-clamp: 4
	}
}

@media (max-width: 991.98px) {
	.category .top p {
		-webkit-line-clamp: 2
	}

;
}

.category .top .aicon {
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	margin: 5px 0 0px -5px;
}

.category .top .aicon > i {
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 2px;
	text-align: center;
	color: #333;
	border-radius: 100%;
	background-color: #fff;
}

.category .top .aicon:hover i {
	color: #0287d0;
}

#contact-slide p {
	font-size: 14px;
	line-height: 2;
	color: #666;
}

.subNav {
	margin-top: 100px;
}

.subNav #secNav {
	align-items: baseline;
	margin-bottom: 40px;
}

.subNav #secNav .swiper-slide {
	display: inline-block;
	width: unset;
	padding: 16px 0;
}

.subNav #secNav .swiper-slide a {
	font-size: 16px;
	display: inline-block;
	color: #333;
}

.subNav #secNav .swiper-slide a.active {
	color: #0287d0;
}

.subNav #secNav .swiper-slide a.active:after {
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 10px;
	content: "";
	background: #0287d0;
}

.subNav #secMenu {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
	border-bottom: 1px solid #dfdfdf;
}

.subNav #secMenu .swiper-wrapper .swiper-slide {
	width: unset;
}

.subNav #secMenu .swiper-wrapper .swiper-slide a {
	font-size: 16px;
	position: relative;
	display: inline-block;
	padding: 14px 0;
	color: #666;
}

.subNav #secMenu .swiper-wrapper .swiper-slide a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	-webkit-transition: all 250ms ease 0s;
	transition: all 250ms ease 0s;
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	background: #0287d0;
}

.subNav #secMenu .swiper-wrapper .swiper-slide a:hover, .subNav #secMenu .swiper-wrapper .swiper-slide a.active {
	color: #000;
}

.subNav #secMenu .swiper-wrapper .swiper-slide a.active:after, .subNav #secMenu .swiper-wrapper .swiper-slide a:hover:after {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}

@media (max-width: 991.98px) {
	.subNav {
		margin-top: 5%;
	}

	.subNav #secNav, .subNav #secMenu {
		margin-bottom: 20px;
	}

	.subNav #secNav .swiper-slide, .subNav #secMenu .swiper-slide {
		padding: 0;
	}

	.subNav #secNav .swiper-slide a, .subNav #secMenu .swiper-slide a {
		font-size: 15px;
		white-space: nowrap;
	}

	.subNav #secNav .swiper-slide a.active:after, .subNav #secMenu .swiper-slide a.active:after {
		margin-top: 6px
	}

;
}

.level-two {
	padding-bottom: 30px;
}

.level-two li {
	display: inline-block;
	margin-right: 36px;
	margin-bottom: 10px;
	vertical-align: middle;
}

.level-two li a {
	font-size: 16px;
	display: flex;
	align-items: center;
	color: #333;
}

.level-two li a i {
	font-size: inherit;
	display: inline-flex;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	border: 1px solid #ccc;
}

.level-two li a i::before {
	font-weight: bold;
	line-height: initial;
	color: #0287d0
}

@media (max-width: 991.98px) {
	.level-two {
		padding-bottom: 10px;
	}

	.level-two li {
		margin-right: 3%;
	}

	.level-two li a {
		font-size: 14px;
	}

	.level-two li a i {
		width: 16px;
		height: 16px
	}

;
}

.main_body {
	float: left;
	height: 100%;
	padding: var(--bs-gutter-x, 0.75rem) 0;
}

.main_body .content {
	font-size: 16px;
	line-height: 2;
	margin-bottom: var(--bs-gutter-x, 0.75rem);
	text-align: justify;
}

.main_body .content p {
	margin-bottom: .5rem;
}

.main_body .content_list {
	margin-bottom: var(--bs-gutter-x, 0.75rem)
}

@media (max-width: 991.98px) {
	html, body {
		overflow-y: unset;
		width: 100%;
		height: unset;
	}

	.main_body {
		float: unset;
		height: unset;
	}

	.bodyContent {
		position: unset;
		width: 100%;
		height: auto;
	}

	#indexContent {
		float: none;
		height: unset !important;
	}

	#indexContent .swiper-wrapper {
		flex-wrap: wrap;
	}

	#indexContent .swiper-wrapper .swiper-slide {
		width: 50%;
		color: initial;
		background-color: #fff !important;
	}

	#goodsDetail_body .swiper-wrapper, #newsDetail_body .swiper-wrapper {
		overflow-y: unset;
		box-sizing: border-box;
	}

	.bodyContent #indexContent .swiper-wrapper .swiper-slide {
		padding: 0;
		color: unset !important;
	}

	.bodyContent #indexContent .swiper-wrapper .swiper-slide .view-title {
		line-height: 20px;
		color: unset !important;
	}

	.bodyContent #indexContent .swiper-wrapper .swiper-slide .view-title::after {
		background-color: #0287d0 !important;
	}

	.bodyContent #indexContent .swiper-wrapper .swiper-slide#list-slide, .bodyContent #indexContent .swiper-wrapper .swiper-slide#contact-slide {
		padding: 20px;
	}

	.bodyContent #indexContent .swiper-wrapper .swiper-slide#list-slide .cat_menu, .bodyContent #indexContent .swiper-wrapper .swiper-slide#contact-slide .cat_menu {
		width: 100%;
	}

	.category {
		height: unset;
	}

	.category .top {
		position: unset !important;
	}

	.category .top p + a {
		font-size: 16px;
		font-weight: bold;
		display: inline-block;
		margin-top: 24px;
		color: #0287d0;
	}

	.footer-bar {
		font-size: 14px;
		line-height: 2;
		z-index: 999;
		padding: 2em 0;
		text-align: center;
		color: #333;
		background-color: #f8f8f8;
	}

	.footer-bar p {
		color: inherit;
	}

	.footer-bar p a {
		padding-left: 2px;
		color: inherit;
	}

	.footer-bar .beian_info span + span {
		padding-left: 12px
	}
}

@media (min-width: 768px) {
	.footer-bar {
		font-size: 16px
	}
}

@media (max-width: 767.98px) {
	#indexContent .swiper-wrapper .swiper-slide {
		width: 100% !important;
		min-width: unset !important;
	}

	.footer-bar .beian_info span {
		display: block;
		text-align: center;
	}

	.footer-bar .beian_info span + span {
		padding-top: 5px;
		padding-left: 0
	}
}

