.banner {
	clear: both;
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 9;
}

.banner .banner-txt {
	position: absolute;
	font-family: var(--font-family-0);
	font-size: 5.2rem;
	color: #ffffff;
	top: 19rem;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.banner .swiper-slide-active .banner-txt .title {
	animation: fadeInUp2 2s alternate;
}

.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: 5rem;
	position: absolute;
	display: inline-block;
	vertical-align: middle;
}

.banner .swiper-pagination .swiper-pagination-bullet {
	width: 4.8rem;
	height: 0.2rem;
	background: #FFF;
	margin: 0 0.6rem;
	position: relative;
	overflow: hidden;
	opacity: 0.5;
}

.banner .swiper-pagination .swiper-pagination-bullet:after {
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	content: '';
	background: #fff;
	left: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #ffffff;
	width: 4.8rem;
	height: 0.2rem;
	opacity: 1;
}

.home-product {
	background: #000000;
	padding-left: 3.5rem;
	padding-top: 11rem;
	position: relative;
	padding-bottom: 11rem;
	width: 100%;
	overflow: hidden;
}

.title-big {
	font-size: 4.8rem;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 5rem;
}

.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: 113%;
}

.home-product .product-list li .box .pic {
	border-radius: 1.5rem;
	overflow: hidden;
}

.home-product .button-next-prev {
	position: absolute;
	top: 15.5rem;
	right: 29rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.swiper-button-prev {
	width: 3.2rem;
	height: 3.2rem;
	background: url(../images/prev.png) no-repeat;
	background-size: cover;
	right: 10px;
	left: auto;
}

.swiper-button-next {
	width: 3.2rem;
	height: 3.2rem;
	background: url(../images/next.png) no-repeat;
	background-size: cover;
	left: 10px;
	right: auto;
}

.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-about .donghua-img {
	overflow: hidden;
	transform: scale(.1);
	transition: .5s;
	
}
.home-about .donghua-img img {
	border-radius: 100px;
	transition: .5s;
}

.home-about .donghua-img.active img {
	border-radius: 0;

}


.home-intro-pic {
	display: inline-block;
	vertical-align: middle;
	width: 19.2rem;
	border-radius: 10px;
	margin-left: 0.3125em;
	margin-right: 0.4375em;
	opacity: 0;
}

.home-intro-title {
	line-height: 1.15625;
	text-align: center;
	color: #333333;
	font-size: 4.8rem;
	padding-left: 10rem;
}




.home-banner-content {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}

.home-intro {
	width: 100%;
	padding-bottom: 5rem;
	text-align: center;
	position: relative;
	position: absolute;
	top: 33.25%;
	left: 0;
	/* right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); */
}

.home-top-animate {
	position: relative
}

.home-intro-text {
	color: rgba(66, 68, 82, 0.5);
	width: 129rem;
	margin-left: auto;
	margin-right: auto;
}

.home-banner-place {
	height: 140vh;
}

.home-intro-text {
	color: #666666;
	font-size: 1.6rem;
	text-align: center;
	margin-top: 3rem;
}

.btn-s {
	width: 20rem;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	background: var(--main-color);
	border-radius: 2rem;
	margin: 0 auto;
	margin-top: 5rem;
	transition: 0.3s;
}


.btn-s a {
	color: #fff;
	cursor: pointer;
}

.btn-s:hover {
	width: 22rem;
	transition: 0.3s;
}

.home-faq {
	padding: 12.5rem 0;
}

.home-faq .container {
	display: flex;
	justify-content: space-between;
}

.home-faq .picbox {
	width: 70rem;
	border-radius: 2rem;
	overflow: hidden;
}

.home-faq .picbox .pic:after {
	content: "";
	display: block;
	padding-top: 107%;
}

.home-faq .home-faq-right {
	width: 50%;
	padding-top: 3rem;
	padding-left: 5%;
}

.home-faq .home-faq-right .title {
	font-weight: bold;
	font-family: var(--font-family-0);
	color: #333333;
	font-size: 4.8rem;
	margin-bottom: 1.5rem;
}

.home-faq .home-faq-right .content {
	font-family: var(--font-family-0);
	color: #666666;
	font-size: 1.6rem;
	margin-bottom: 3.8rem;
}

.home-faq .border {
	clear: both;
	overflow: hidden;
	border-radius: 2rem;
	margin-bottom: 2rem;
	border: 1px solid #d9d9d9;
	 

}

.home-faq #color {
	background: var(--main-color);
	transition: 0.5s;
	border: none;
}

.home-faq dl dt .jiantou {
	overflow: hidden;
	height: 7.8rem;
	width: 7.8rem;
	float: right;
	position: absolute;
	top: 0;
	right: 0px;
}

.home-faq dl dt .jiantou::after {
	content: "";
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-right: 0.1rem #666666 solid;
	border-bottom: 0.1rem #666666 solid;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);

}

.home-faq #color .jiantou::after {
	content: "";
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border: none;
	border-left: 0.1rem #ffffff solid;
	border-top: 0.1rem #ffffff solid;
	position: absolute;
	top: 52%;
	right: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);

}

.home-faq .list_dt {
	height: 7.8rem;
	line-height: 7.8rem;
	transition: width 2s;
	color: #333333;
	cursor: pointer;
	position: relative;
	font-size: 2.4rem;
	transition: 0.3s;
}

.home-faq #color .name {
	color: #fff;
}

.home-faq .jobsub {
	border-top: 0;
	line-height: 3rem;
	color: #ffffff;
	font-size: 1.6rem;
	padding-left: 8rem;
	padding-right: 4rem;
}

.home-faq .jobsub p {
	border-top: 1px solid #ffffff99;
	padding-top: 2rem;
	padding-bottom: 2.5rem;
}
	.home-faq .border .list_dt .img1 {
		position: absolute;
		top: 2.6rem;
		left: 3.4rem;
		width:2.1rem;
	}
	.home-faq #color .img1 {
		filter: brightness(0) invert(1);
	}

	.home-faq .border .list_dt {
		padding-left: 8rem;
	}

.home-solution {
	background: #000;
	padding-top: 10rem;
	padding-bottom: 12rem;
	overflow: hidden;
}

.home-solution-content {
	display: flex;
	justify-content: space-around;
}

.home-solution .home-solution-left {
	width: 49%;
}

.home-solution .home-solution-right {

	width: 49%;
}

.home-solution .title-big {
	text-align: center;
}

.solution1 .pic:after {
	content: "";
	display: block;
	padding-top: 88%;
}

.solution {
	position: relative;
}

.home-solution-content .bt {
	font-size: 2.4rem;
	color: #ffffff;
	position: absolute;
	left: 5rem;
	bottom: 3rem;
}

.home-solution-content .bt .content {
	font-size: 1.6rem;
	color: #ffffff
}

.solution2 {
	margin-bottom: 2rem;
}

.solution2 .pic:after {
	content: "";
	display: block;
	padding-top: 43%;
}

.home-solution-right-bottom {
	display: flex;
	justify-content: space-around;
}

.home-solution-right-bottom .solution3 {
	width: 48.5%;
}

.home-solution-right-bottom .solution4 {
	width: 48.5%;
}
.home-solution-content .solution .box{
	overflow: hidden;
	border-radius: 2rem;
}

.home-solution-content .solution .pic img{
	transition: 0.5s;
}
.home-solution-content .solution:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: 0.5s;
}
.home-solution-content .solution:hover .bt{
	color: var(--sub-color);
}
.solution3 .pic:after {
	content: "";
	display: block;
	padding-top: 88%;
}

.solution4 .pic:after {
	content: "";
	display: block;
	padding-top: 88%;
}

.seemore {
	position: absolute;
	top: 4rem;
	right: 6rem;
	z-index: 10;
	opacity: 0;
	transition: .3s;
}

.solution:hover .seemore {
	opacity: 1;
	transition: .3s;
}

@media(max-width:1366px) {
	.home-faq .container {
		display: flex;
		justify-content: space-around;
	}

	.about01 {
		background-size: cover;
		padding-bottom: 102rem;
	}
}

@media(max-width:756px) {

	.banner .banner-txt {
		font-size: 28px;
		line-height: 40px;
	}

	.title-big {
		font-size: 28px;
	}

	.swiper-button-prev {
		width: 30px;
		height: 30px;

	}

	.swiper-button-next {
		width: 30px;
		height: 30px;

	}

	.swiper-button-next.swiper-button-disabled {
		width: 30px;
		height: 30px;
	}

	.swiper-button-prev.swiper-button-disabled {
		width: 30px;
		height: 30px;
	}

	.home-product .button-next-prev {
		top: 55px
	}

	.home-product .product-list .bt {
		font-size: 20px;
		text-align: center;
		line-height: 30px;
		margin-top: 10px;
	}

	.home-product {
		padding: 25px 10px;
	}

	.home-intro-title {
		font-size: 30px;
		padding-left: 0;
	}

	.home-intro-text {
		font-size: 16px;
		width: 100%;
	}
	.home-intro-pic {
		opacity: 1;
		display: none;
	}
	.home-banner-place {
		height: auto;
	}
	.home-banner-content {
		position: static;
	}
	.home-about .home-intro {
		padding-top: 40px;
		position: static;
		top: 0;
	}

	.home-about .donghua-img {
		transform: scale(1);
		border-radius: 0;
	}
	.home-about .donghua-img img {
		border-radius: 0;
	}

	.btn-s {
		width: 200px;
		height: 40px;
		line-height: 40px;
		border-radius: 10px;
		margin-top: 15px;
	}

	.home-faq .container {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}

	.home-faq .picbox {
		width: 100%;
	}

	.home-faq .home-faq-right {
		width: 100%;
		padding-top: 10px;
		padding-left: 0;
	}

	.home-faq .home-faq-right .title {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.home-faq .home-faq-right .content {
		font-size: 16px;
		margin-bottom: 15px
	}

	.home-faq .list_dt {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		padding-left: 50px !important;
	}
		.home-faq .list_dt .img1 {
			top: 13px !important;
			left: 14px !important;
			width: 21px !important;
		}

		.home-faq .jobsub {
			border-top: 0;
			line-height: 30px;
			color: #ffffff;
			font-size: 14px;
			padding-left: 8rem;
			padding-right: 4rem;
		}

	.home-faq dl dt .jiantou {
		top: 17px;
	}

	.home-faq dl dt .jiantou::after {
		width: 10px;
		height: 10px;
		border-right: 10px #666666 solid;
		border-bottom: 10px #666666 solid;
	}

	.home-faq #color .jiantou::after {
		width: 10px;
		height: 10px;
		border-left: 10px #ffffff solid;
		border-top: 10px #ffffff solid;
	}

	.home-solution-content {
		display: flex;
		justify-content: space-around;
		flex-direction: column;
	}

	.home-solution .home-solution-left {
		width: 100%;
	}

	.home-solution .home-solution-right {
		width: 100%;
	}

	.home-solution-content .bt {
		font-size: 20px;
		position: unset;
		padding: 10px;
	}

	.home-solution-content .bt .content {
		font-size: 16px;
	}

	.home-news .title-big {
		font-size: 28px;
	}

	.listNews {
		margin: 0;
	}

	.listNews li {
		width: 100%;
		margin-bottom: 15px;
	}

	.listNews .date {
		font-size: 14px;
	}

	.listNews .title {
		font-size: 20px;
		line-height: 30px;
		height: 60px;
	}

	.listNews .info {
		font-size: 16px;
		line-height: 20px;
		height: 40px;
	}

	.listNews .moreBtn {
		color: #333333;
		font-size: 16px;
		border: 1px solid #333333;
		width: 120px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		border-radius: 5px;
		margin-top: 10px;
		transition: 0.3s;
	}

	.listNews .text {
		padding: 20px;
	}

	.about-touch .common-title .title {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.about-touch .common-title .content {
		font-size: 18px;
		width: 90%;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.about-touch .common-btn {
		width: 200px;
		height: 40px;
		border-radius: 10px;
		margin-top: 10px;
		font-size: 16px;
		line-height: 40px;
	}
}