.banner {
	clear: both;
	overflow: hidden;
	width: 100%;
	text-align: left;
	position: relative;
	z-index: 9;
}

.banner .banner-txt {
	position: absolute;
	color: #ffffff;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translateX(-50%) translateY(-40%);
}

.banner .swiper-slide-active .banner-txt .title {
	animation: fadeInDown2 2s alternate;
}

.banner .banner-txt .title {
	font-size: 4.8rem;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 6rem;
}

.banner .swiper-slide-active .banner-txt .content {
	animation: fadeInDown2 2s alternate;
}

.banner .content {
	display: flex;
	justify-content: space-between;
	width: 74rem;
	margin-top: 2.6rem;
	margin-bottom: 5rem;
}

.banner .adv-li {
	width: 33.33%;
	margin-right: 2.5rem;
}

.banner .adv-li .tit {
	font-size: 1.8rem;
	color: #ffffff;
	font-family: 'Poppins-Regular';
	text-align: center;
}

.banner .banner-txt .button {
	height: 5rem;
	width: 18rem;
	text-align: center;
	line-height: 5.2rem;
	color: #fff;
	background: #62c561;
	font-family: 'Poppins-Regular';
	font-size: 2rem;
	border-radius: 2.5rem;
}

.banner .banner-txt .button a {
	color: #fff;
}

.banner .swiper-slide-active .button {
	animation: fadeInUp2 2s alternate;
}

.banner .pic:after {
	content: "";
	display: block;
	padding-top: 55%;
}

.banner img,
.banner video {
	vertical-align: top;
	object-fit: cover;
}

.banner .pc {
	display: block;
}

.banner .pc img,
.banner .pc video {
	width: 100%;
	max-height: 100vh;
	object-fit: cover;
}

.banner .mobile {
	display: none;
}

.banner .mobile img {
	width: 100%;
	object-fit: cover;
}

.banner .box {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.banner .swiper-pagination {
	bottom: 3rem;
	position: absolute;
	display: inline-block;
	vertical-align: middle;
}

.banner .swiper-pagination .swiper-pagination-bullet {
	background: #FFFFFF;
	opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet:after {}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #62c561;
	opacity: 1;
}

.home-product {
	padding-top: 10rem;
	position: relative;
	padding-bottom: 11rem;
	width: 100%;
	overflow: hidden;
}

.title-big {
	font-size: 4.8rem;
	color: #222222;
	text-align: center;
	font-family: 'Oswald-Bold';
	font-weight: bold;
	margin-bottom: 5rem;
	text-transform: uppercase;
}

.home-product .product-list {
	position: relative;
}

.home-product .product-list .seemore {
	z-index: 10
}

.home-product .product-list li:hover .seemore {
	opacity: 1;
}

.home-product .product-list li:hover .bt {
	color: var(--sub-color)
}

.home-product .product-list li .pic img {
	transition: 0.5s;
}

.home-product .product-list li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: 0.5s;
}

.home-product .product-list .bt {
	font-size: 2rem;
	color: #ffffff;
	font-weight: bold;
	line-height: 6rem;
}

.home-product .product-list .pic:after {
	content: "";
	display: block;
	padding-top: 74%;
}

.home-product .product-list .pro-name {
	font-size: 4.8rem;
	color: #1a1a1a;
	text-align: center;
}

.home-product .product-list .btn {
	transition: 0.3s;
}

.home-product .product-list .btn:hover {
	width: 16rem;
	transition: 0.3s;
}

.home-product .product-list .pro-txt {
	font-size: 1.6rem;
	color: #666666;
	text-align: center;
	font-family: 'Poppins-Regular';
}

.home-product .product-list .pro-cc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.home-product .product-list .pro-cc .pic {
	overflow: unset !important
}

.home-product .product-list .pro-cc .pic:after {
	content: "";
	display: block;
	padding-top: 34%;
}

.home-product .product-list .btn {
	font-size: 1.6rem;
	color: #ffffff;
	width: 14rem;
	line-height: 4rem;
	height: 4rem;
	text-align: center;
	font-family: 'Poppins-Regular';
	background: #62c561;
	border-radius: 2rem;
	margin: 0 auto;
	margin-top: 4.5rem;
	margin-bottom: 7rem;
}

.home-product .product-list li .box {
	position: relative;
}

.home-product .product-list li .box .pic {
	border-radius: 1.5rem;
	overflow: hidden;
}


.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.home-product .swiper-button-prev {
	width: 8rem;
	height: 8rem;
	background: url(../images/prev.png);
	background-size: cover;
	left: 17%;
	right: auto;
	border-radius: 50%;
}

.home-product .swiper-button-next {
	width: 8rem;
	height: 8rem;
	background: url(../images/next.png);
	background-size: cover;
	right: 17%;
	color: #fff;
	left: auto;
	border-radius: 50%;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.swiper-button-next.swiper-button-disabled {
	width: 3.2rem;
	height: 3.2rem;
	background: url(../images/next-dis.png) no-repeat;
	background-size: cover;
}

.swiper-button-prev.swiper-button-disabled {
	width: 3.2rem;
	height: 3.2rem;
	background: url(../images/prev-dis.png) no-repeat;
	background-size: cover;
}



.home-faq {}

.home-faq .container02 {
	display: flex;
	justify-content: space-between;
}

.home-faq .faq-right {
	width: 32%;
}

.home-faq .faq-left {
	width: 68%;
	padding-top: 10rem;
	padding-right: 9.8rem
}

.home-faq .faq-left .title {
	font-size: 4.8rem;
	color: #ffffff;
	font-family: 'Oswald-Regular';
	text-transform: uppercase;
	font-weight: unset;
	margin-bottom: 0.5rem;
}

.home-faq .faq-left .txt {
	font-size: 1.6rem;
	color: #ffffff;
	font-family: 'Poppins-Regular';
	margin-bottom: 12rem;
}

.home-faq .faq-left .adv-content-tit {
	font-size: 3.2rem;
	color: #f8f9fa;
	font-family: 'Poppins-Regular';
	margin-bottom: 1.7rem;
}

.home-faq .faq-left .adv-content {
	display: none;
}

.home-faq .faq-left .adv-content-txt {
	font-size: 1.6rem;
	color: #f8f9fa;
	font-family: 'Poppins-Regular';
	margin-bottom: 7rem;
}

.home-faq .faq-left .adv-content.show {
	display: block;
	transition: 0.5;
	animation: fadeInDown2 2s alternate;
}

.home-faq .faq-right .adv {
	position: relative;
	padding-left: 3.5rem;
	padding-top: 4.5rem;
	padding-bottom: 3.5rem;
	border-left: 1px solid #5d7591;
	border-right: 1px solid #5d7591;
	border-bottom: 1px solid #5d7591;
	cursor: pointer;
}

.home-faq .faq-right .adv.active {
	background: #62c561;
	transition: 0.3s;

}

.home-faq .faq-right .adv1 {
	font-size: 1.8rem;
	color: #f8f9fa;
	font-family: 'Poppins-Regular';
	text-transform: uppercase;
	margin-top: 2rem;
}

.home-faq .faq-right .adv2 {
	font-size: 1.8rem;
	color: #f8f9fa;
	font-family: 'Poppins-Regular';
	font-weight: lighter;
	position: absolute;
	top: 2rem;
	right: 2rem;
}

.home-faq .faq-right .adv2 span:nth-child(1) {
	font-size: 3.2rem;
	color: #f8f9fa;
}

.home-faq .faq-right .adv2 span:nth-child(2) {
	font-size: 1.8rem;
	color: #f8f9fa;
}

.home-faq .faq-right .pic:after {
	content: "";
	display: block;
	padding-top: 8%;
}

.home-faq .faq-right .middleCenter {
	margin: unset;
}

.home-faq .button {
	height: 4rem;
	width: 14rem;
	text-align: center;
	line-height: 4rem;
	color: #fff;
	background: #62c561;
	font-family: 'Poppins-Regular';
	font-size: 1.6rem;
	border-radius: 2rem;
}

.home-faq .button a {
	color: #fff;
}

.home-about {
	padding-top: 9.5rem;
	padding-bottom: 11rem;
}

.home-about .container02 {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

.home-about .left-section {
	flex: 1;
	min-width: 300px;
	padding-top: 1rem;
	padding-right: 9rem;
}

/* 公司标题 */
.home-about .title {
	position: relative;
}

.home-about .title::after {
	content: "";
	width: 0.4rem;
	height: 6rem;
	background: #62c561;
	position: absolute;
	left: -2rem;
	top: 0.5rem
}

.home-about .tit {
	color: #131313;
	font-family: 'Oswald-Light';
	font-size: 1.8rem;
}

.home-about .company-title {
	font-size: 4rem;
	color: #131313;
	font-family: 'Oswald-Regular';
	text-transform: uppercase;
	line-height: 5rem;
}

/* 公司介绍文本 */
.home-about .company-description {
	color: #131313;
	margin-bottom: 1.5rem;
	font-size: 1.6rem;
	font-family: 'Poppins-Regular';
	margin-top: 2rem;
	line-height: 2.5rem;
}

/* 按钮样式 */
.home-about .learn-more-btn {
	display: inline-block;
	text-decoration: none;
	color: #131313;
	font-size: 1.6rem;
	font-family: 'Poppins-Regular';
	text-transform: uppercase;
	margin-top: 1.5rem;
	position: relative;
	margin-bottom: 11rem;
}

.home-about .learn-more-btn::after {
	content: "+";
	margin-left: 0.5rem;
	font-weight: bold;
}

/* 图片容器 */
.home-about .image-grid {
	display: flex;
	gap: 1rem;
	margin-bottom: 2rem;
}

.home-about .image-grid img {
	width: 50%;
	height: auto;
	object-fit: cover;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* 右侧主图 */
.home-about .main-image {
	position: relative;
	margin-bottom: 1.5rem;
}

.home-about .main-image:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #62c561;
	position: absolute;
	top: -2rem;
	right: -2rem;
	z-index: -1;
}

.home-about .main-image img {
	width: 100%;
	height: auto;
}

.home-about .green-tag {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #62c561;
	color: white;
	width: 8rem;
	height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 6.5rem;
	font-family: 'Oswald-Light';
	font-weight: 100;
}

/* 数据统计卡片 */
.home-about .stats-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 3rem;
}

.home-about .stat-card {
	text-align: left;
	flex: 1;
	min-width: 80px;
	margin-left: 2rem;
}

.home-about .stat-card .num {
	font-size: 3.6rem;
}

.home-about .stat-card span {
	font-size: 1.6rem;
}

.home-about .stat-card .counter {
	font-size: 3.6rem;
	font-family: 'Poppins-Medium';
	color: #1a1a1a;
	margin-bottom: 0.2rem;
	margin-right: 1rem;
}

.home-about .stat-card .h3 {
	font-size: 1.8rem;
	color: #1a1a1a70;
	font-family: 'Poppins-Regular';
}

.home-about .stat-card .pic:after {
	content: "";
	display: block;
	padding-top: 16%;
}

.home-about .stat-card .middleCenter {
	margin: unset;
}


.home-strength {
	box-sizing: border-box;
	padding-top: 177px;
}

.home-strength .title {
	font-size: 4.8rem;
	color: #ffffff;
	text-align: center;
	font-family: 'Oswald-Regular';
}

.home-strength .sub-title {
	font-size: 1.6rem;
	color: #ffffff;
	text-align: center;
	font-family: 'Poppins-Regular';
}


.home-strength .biz {
	margin-top: -8rem;
	overflow-x: hidden;
	position: relative;
	height: 69rem;
}

.home-strength .biz__item {
	display: flex;
	justify-content: space-around;
	background: #00000090;
	border-radius: 1.5rem;
	filter: blur(2.5px);
	opacity: .9;
	transform: translateY(0px);
	/* 向下移动，实现“沉在下面” */
	transition: 0.5s;
	height: 40.6rem;
}

.home-strength .biz__item-left {
	padding-right: 9.5rem;
	padding-left: 4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home-strength .biz__item-right {
	min-width: 52rem;
	border-radius: 1.5rem;
	overflow: hidden;
}

.home-strength .biz__item-right .pic:after {
	content: "";
	display: block;
	padding-top: 79%;
}

.home-strength .biz__item.swiper-slide-active {
	filter: none;
	opacity: 1;
	transform: translateY(19rem);
	/* 向下移动，实现“沉在下面” */
	transition: 0.5s;
}

.home-strength .biz__item .biz__title {
	font-size: 3.2rem;
	color: #ffffff;
	font-family: 'Oswald-Regular';
}

.home-strength .biz__item .biz__subtitle {
	font-size: 1.6rem;
	color: #ffffff90;
	font-family: 'Poppins-Regular';
	margin-bottom: 2.5rem;
}

.home-strength .biz__item .biz__desc {
	font-size: 1.8rem;
	color: #ffffff;
	font-family: 'Poppins-Regular';
	margin-bottom: 6rem;
}

.home-strength .biz__item .biz__botton {
	height: 4rem;
	width: 14rem;
	text-align: center;
	line-height: 4rem;
	color: #fff;
	background: #62c561;
	font-family: 'Poppins-Regular';
	font-size: 1.6rem;
	border-radius: 2rem;
}

.home-strength .biz__item .biz__botton a {
	color: #fff;
}

.home-strength {
	padding-bottom: 7rem;
}

.home-strength .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	transition: 0.3s;
}

.home-strength .swiper-pagination-bullet-active {
	width: 3rem;
	height: 1rem;
	background: #62c561;
	border-radius: 0.5rem;
	transition: 0.3s;
}

.home-video {
	padding-top: 13.5rem;
	padding-bottom: 12rem;
}

.home-video .title {
	color: #fafcff;
	font-family: 'Oswald-Regular';
	font-size: 4.8rem;
}

.home-video .pic:after {
	content: "";
	display: block;
	padding-top: 73%;
}

.home-video .v-list .vbtn {
	top: 50%;
	left: 50%;
	z-index: 3;
	position: absolute;
	transition: all 500ms ease;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.videoWindow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10000;
	display: none;
}

.videoWindow video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
	max-height: 70%;
	max-width: 80%;
}

.videoWindow i {
	display: block;
	position: absolute;
	top: 40px;
	right: 40px;
	width: 30px;
	height: 30px;
	background: url(../images/onlineClose.png) no-repeat center center;
	background-size: contain;
	cursor: pointer;
}

.home-video .container {
	position: relative
}

.home-video .swiper-button-prev {
	width: 6rem;
	height: 6rem;
	background: url(../images/prev2.png);
	background-size: cover;
	left: -3rem;
	top: 62%;
	border-radius: 50%;
}

.home-video .swiper-button-next {
	width: 6rem;
	height: 6rem;
	background: url(../images/next2.png);
	background-size: cover;
	color: #fff;
	right: -3rem;
	top: 62%;
	border-radius: 50%;
}

.home-video .swiper-button-prev.swiper-button-disabled {
	width: 6rem;
	height: 6rem;
	background: url(../images/prev-dis1.png);
	background-size: cover;
	left: -3rem;
	top: 62%;
	border-radius: 50%;
}

.home-video .swiper-button-next.swiper-button-disabled {
	width: 6rem;
	height: 6rem;
	background: url(../images/next-dis1.png);
	background-size: cover;
	color: #fff;
	right: -30px;
	top: 62%;
	border-radius: 50%;
}

.home-partner {
	background: #fafcff;
	padding-top: 10rem;
	padding-bottom: 12rem;
}

.home-partner .swiper-pagination-bullet {
	background: #62c561;
	opacity: 1;
	width: 10px;
	height: 10px;
	transition: 0.5s;
}

.home-partner .swiper-pagination-bullet-active {
	width: 30px;
	border-radius: 5px;
	transition: 0.5s;
}

.home-partner .swiper-container {
	padding-bottom: 8rem;
}

.home-partner .swiper-slide {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home-partner .swiper-slide .partner-img {
	width: 16.66%;
	padding: 4px;
}

.home-partner .swiper-slide .partner-img img {
	box-shadow: 0px 0px 10px #e9e6e6;
}

.home-partner .pic:after {
	content: "";
	display: block;
	padding-top: 60%;
}

.button {
	transition: 0.3s;
}

.button:hover {
	width: 16rem;
	transition: 0.3s;
}

.home-strength .biz__item .biz__botton {
	transition: 0.3s;
}

.home-strength .biz__item .biz__botton:hover {
	width: 16rem;
	transition: 0.3s;
}


@media(max-width:1366px) {

	.home-video .swiper-button-prev {
		left: 132rem !important;
		top: 7% !important;
	}

	.home-video .swiper-button-next {
		right: 46rem !important;
		top: 7% !important;
	}

	.contact02 .fromlist li .iinput,
	.contact02 .fromlist li .itextarea {
		padding-left: 5rem;
	}
}

@media(max-width:756px) {

	.banner .banner-txt .title {
		font-size: 16px;
		line-height: 30px;
	}

	.banner .content {
		display: none;
	}

	.banner .banner-txt .button {
		height: 30px;
		width: 140px;
		line-height: 30px;
		font-size: 16px;
		border-radius: 15px;
		margin-top: 20px;
	}

	.title-big {
		font-size: 26px;
	}

	.home-product .swiper-button-prev {
		width: 30px;
		height: 30px;
		left: 17%;
		right: auto;
		top: 50px;
	}

	.home-product .swiper-button-next {
		width: 30px;
		height: 30px;
		right: 17%;
		color: #fff;
		left: auto;
		top: 50px;
	}

	.home-product .product-list .pro-name {
		font-size: 20px;
	}

	.home-product .product-list .pro-txt {
		font-size: 16px;
	}

	.home-product .product-list .btn {
		height: 30px;
		width: 140px;
		line-height: 30px;
		font-size: 16px;
		border-radius: 15px;
		margin-top: 20px;
	}

	.home-faq .faq-left .title {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.home-faq .faq-left .txt {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.home-faq .container02 {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.home-faq .faq-left .adv-content-tit {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.home-faq .faq-left {
		width: 100%;
		padding-top: 20px;
		padding-right: 0;
	}

	.home-faq .faq-left .adv-content-txt {
		font-size: 16px;
		margin-bottom: 15px;
		line-height: 30px;
	}

	.home-faq .button {
		height: 30px;
		width: 140px;
		line-height: 30px;
		font-size: 16px;
		border-radius: 15px;
		margin-top: 20px;
	}

	.home-faq .faq-right {
		width: 100%;
		margin-top: 30px;
	}

	.home-faq .faq-right .adv1 {
		font-size: 18px;
	}

	.home-faq .faq-right .adv2 {
		font-size: 18px;
	}

	.home-faq .faq-right .adv2 span:nth-child(1) {
		font-size: 18px;
	}

	.home-faq .faq-right .adv2 span:nth-child(2) {
		font-size: 18px;
	}

	.home-about .tit {
		color: #131313;
		font-family: 'Oswald-Light';
		font-size: 18px;
	}

	.home-about .company-title {
		font-size: 20px;
	}

	.home-about .title::after {
		content: "";
		width: 2px;
		height: 43px;
		background: #62c561;
		position: absolute;
		left: -2rem;
		top: 0.5rem;
	}

	.home-about .company-description {
		font-size: 16px;
		margin-top: 15px;
		line-height: 30px
	}

	.home-about .left-section {
		padding-right: 0;
	}

	.home-about .learn-more-btn {
		font-size: 16px;
		margin-top: 15px;
		margin-bottom: 15px
	}

	.home-about .image-grid {
		margin-bottom: 15px
	}

	.home-about .green-tag {
		width: 60px;
		height: 60px;
		font-size: 30px
	}

	.home-about .stat-card .num {
		font-size: 20px;
	}

	.home-about .stat-card .counter {
		font-size: 20px;
	}

	.home-about .stat-card span {
		font-size: 16px;
	}

	.home-about .stat-card .h3 {
		font-size: 16px;
	}

	.home-about .stats-container {
		margin-top: 20px;
	}

	.home-about .stat-card .pic:after {
		padding-top: 34%;
	}

	.home-strength {
		box-sizing: border-box;
		padding-top: 35px;
	}

	.home-strength .title {
		font-size: 20px;
	}

	.home-strength .sub-title {
		font-size: 14px;
		padding-bottom: 20px;
	}

	.home-strength .biz__item .biz__title {
		font-size: 16px;
	}

	.home-strength .biz__item .biz__subtitle {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.home-strength .biz__item .biz__desc {
		font-size: 14px;
	}

	.home-strength .biz {
		height: 520px;
		margin-top: 0;
	}

	.home-strength .biz__item {
		height: 520px;
		flex-direction: column;
	}

	.home-strength .biz__item.swiper-slide-active {
		filter: none;
		opacity: 1;
		transform: translateY(0rem);
		transition: 0.5s;
	}

	.home-strength .biz__item .biz__botton {
		height: 30px;
		width: 140px;
		line-height: 30px;
		font-size: 16px;
		border-radius: 15px;
		margin-top: 10px;
	}

	.home-strength .biz__item-left {
		padding: 15px;
	}

	.home-strength .swiper-pagination-bullet-active {
		width: 8px;
		height: 8px;
		border-radius: 50%;
	}

	.home-news {
		padding: 0 16px;
		margin-top: 30px;
	}

	.home-news .title-big {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.home-news .nr {
		padding-left: 0;
	}

	.home-news .button-next-prev {
		position: absolute;
		top: 10rem;
		right: 30rem;
	}

	.home-news .swiper-button-prev {
		width: 30px;
		height: 30px;
	}

	.home-news .swiper-button-next {
		width: 30px;
		height: 30px;
	}

	.home-news .swiper-button-next.swiper-button-disabled {
		width: 30px;
		height: 30px;
	}

	.home-news .swiper-button-prev.swiper-button-disabled {
		width: 30px;
		height: 30px;
	}

	.listNews .text {
		padding: 30px;
	}

	.listNews .date {
		font-size: 16px;
		padding-left: 25px;
	}

	.listNews .title {
		font-size: 16px;
		line-height: 1.8;
		height: 80px;
	}

	.listNews .moreBtn {
		color: #131313;
		font-size: 16px;
		margin-top: 15px;
		transition: 0.3s;
		text-transform: uppercase;
		text-align: center;
		border-bottom: 1px solid #000000;
		width: 110px;
		font-family: 'Poppins-Regular';
	}

	.home-video .title {
		font-size: 20px;
	}

	.home-video .swiper-button-prev {
		width: 30px;
		height: 30px;
		right: 80px;
		left: auto!important;
	}

	.home-video .swiper-button-next {
		width: 30px;
		height: 30px;
		right: 30px!important;
	}

	.home-video .swiper-button-next.swiper-button-disabled {
		width: 30px;
		height: 30px;
	}

	.home-video .swiper-button-prev.swiper-button-disabled {
		width: 30px;
		height: 30px;
	}
	.home-partner .swiper-slide .partner-img {
	    width: 33.33%;
	    padding: 4px;
	}
	.home-partner .swiper-container {
	    padding-bottom: 46px;
	}
}