.banner {
	clear: both;
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 9;
}

.banner .swiper-slide-content {
	position: relative;
	height: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.banner .banner-txt {
	position: absolute;
	font-family: var(--font-family-0);
	font-size: 7.2rem;
	color: #ffffff;
	top: 35rem;
	left: 0;
	text-align: left;
	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;
}

/* ========== 产品中心网格布局 ========== */
.product-list-box {
	margin-left: auto;
	margin-right: auto;
/*	padding: 0 2rem;*/
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin-top: 3rem;
}

.product-list-item {
	overflow: hidden;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.product-list-item:hover {
	transform: translateY(-5px);
}

.product-list-item img {
	width: 100%;
	/*height: 25rem;*/
	object-fit: cover;
	display: block;    border: 1px solid #666;
    box-sizing: border-box;
}

.product-list-item-title {
	padding: 15px 10px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}
.product-list-item-title a{
	color:#fff;
}

@media screen and (max-width: 1600px) {

	.banner .banner-txt{
		left: 40px;
	}
	.home-about-img-text .about-img-left{
		width:45%;
	}

}


/* 平板端（≤1024px）：两列，文字略大 */
@media (max-width: 1024px) {
	.product-list-box {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem;
		padding: 0 1.5rem;
	}

	.product-list-item img {
	/*	height: 60rem;*/
	}

	.product-list-item-title {
		font-size: 16px;
		padding:15px 10px;
	}
	.banner .swiper-slide-content {
		padding-left: 2rem;
	}

	.banner .banner-txt {
		padding-left: 2rem;
	}
}

/* 小屏手机：一列 */
@media (max-width: 600px) {
	.product-list-box {
		grid-template-columns: 1fr;
		gap: 1.2rem;
		padding: 0 1rem;
	}

	.product-list-item img {
		/*height: 66rem;*/
	}

	.product-list-item-title {
		font-size: 16px;
		padding: 20px 10px;
	}

	.banner .swiper-slide-content {
		padding-left: 2rem;
	}

	.banner .banner-txt {
		padding-left: 2rem;
	}
}

/* ========== 关于我们图文 ========== */
.home-about-img-text {
	display: flex;
	flex-direction: row !important;
	align-items: center;
	gap: 4rem;
	background-color: #f1f1f1;
	/*height: 608px;*/
	height: 100%;
}

.home-about-img-text .about-img-left {
	/*width: 50%;*/
	/*height: 608px;*/
	max-height: 100%;
	clear: both;
	overflow: hidden;
}

.home-about-img-text .about-img-left img {
	/*width: 100%;*/
	height: 100%;
	object-fit: cover;
}

.home-about-img-text .about-img-right {
	flex: 1;
	padding: 2rem;
}

.home-about-img-text .about-img-right>img {
	width: 14rem;
	margin-bottom: 3rem;
}

.home-about-img-text .about-sub-title {
	height: 25px;
	font-family: Arial;
	font-weight: bold;
	font-size: 40px;
	color: #333333;
	line-height: 42px;
	margin-bottom: 40px;
}

.home-about-img-text .about-main-title {
/*	width: 289px;
	height: 19px;*/
	font-family: Arial;
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 30px;
}

.home-about-img-text .about-desc {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-bottom: 44px;
	width: 95%;
}

.home-about-img-text .about-btn {
	margin-bottom: 52px;
}

.home-about-img-text .about-btn a {
    display: inline-block;
    width: 200px;
    height: 50px;
    background: #306AAA;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    line-height: 45px;
}

.home-about-img-text .about-tags {
	margin-top: 2rem;
	display: flex;
	gap: 3.5rem;
	flex-wrap: wrap;
}

.home-about-img-text .tag-item {
width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    font-size: 18px;
    /* font-size: 2.4889rem; */
    color: #333;
}

.home-about-img-text .tag-item.active, .home-about-img-text .tag-item:hover{
	background: #306AAA;
	color: #ffffff;
}
.home-about-img-text .tag-item.active a,.home-about-img-text .tag-item:hover a{
	color:#fff;
}
/* ========== 成功案例 ========== */
.home-projects {
	max-width: 1600px;
	margin: 0 auto;
	overflow: hidden;
}

.home-projects .projects-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 3rem;
	flex-wrap: wrap;
	margin-top: 70px;
	position: relative;
}

.home-projects .projects-title-group {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.home-projects .projects-main-title {
	height:26px;
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #164B95;
	line-height: 1;

}

.home-projects .projects-sub-title {
	height: 26px;
	font-family: Arial;
	font-weight: 400;
	font-size: 36px;
	color: #000000;
	line-height: 1;
	margin-bottom: 32px;
}

.home-projects .projects-desc-model {
	display: none;
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
}

.home-projects .projects-desc-pc {
	/*width: 231px;*/
	width: 68%;
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #666666;
	margin: 0 auto;
	padding-top: 25px;
}

@media (max-width: 1024px) {
	.home-projects .projects-header {
		align-items: flex-start;
	}

	.home-projects .projects-desc-pc {
		display: none;
	}

	.home-projects .projects-desc-model {
		display: block;
		margin-top: 1rem;
		margin-bottom: 30px;
		font-size: 16px;
	}
}

.home-projects .projects-arrow {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #F1F1F1;
	border-radius: 50%;
	font-size: 1.6rem;
	cursor: pointer;
}

.home-projects .projects-arrow-prev {
	margin-left: auto;
}

.home-projects .button-next-prev {
	display: flex;
	gap: 1rem;
	align-items: center;
}

.home-projects .swiper-button-prev,
.home-projects .swiper-button-next {
	position: relative;
	left: auto;
	right: auto;
	width: 46px;
	height: 46px;
	background: #F1F1F1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #333;
	margin: 0;
}

.home-projects .swiper-button-prev:after,
.home-projects .swiper-button-next:after {
	display: none;
}

.home-projects .projects-gallery {
	margin-bottom: 3rem;
}

.home-projects .projects-gallery .swiper-wrapper {
	display: flex;
}

.home-projects .projects-gallery .swiper-slide {
	width: 245px;
	flex-shrink: 0;
}

.home-projects .project-img {
	/*width: 245px;
	height: 339px;*/
	width: 100%;
	object-fit: cover;
}

.home-projects .projects-footer {
	text-align: center;
	margin-bottom: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-top: 60px;
}

.home-projects .projects-slogan {
	font-family: Arial;
	font-weight: 400;
	font-size:20px;
	color: #000000;
	display: inline;
	margin-right: 1rem;
}

.home-projects .projects-cta {

	font-family: Arial;
	font-weight: 400;
	font-size:20px;
	color: #000000;
	text-decoration: underline;
}

/* ========== 最新文章 ========== */
.home-articles {
	width: 100%;
	background: #f9f9f9;
	padding: 60px 0;
}

.home-articles-content {
	max-width: 1600px;
	margin: 0 auto;
	background: #f9f9f9;
	overflow: hidden;
	padding-bottom: 51px;
}

.home-articles .articles-header {
	text-align: left;
	margin-bottom: 51px;
	margin-top: 51px;
}

.home-articles .articles-label {
	display: block;

	height: 26px;
	font-family: Arial, serif;
	font-weight: 400;
	font-size: 16px;
	color: #164B95;
}

.home-articles .articles-title {

	font-family: Arial, serif;
	font-weight: 400;
	font-size: 36px;
	color: #000000;
	line-height: 51px;
}

.home-articles .articles-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
}

.home-articles .article-item {
	background: #fff;
	padding: 0;
	box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.05);
	overflow: hidden;
}

.home-articles .article-img {
	width: 100%;
	
	object-fit: cover;
	display: block;
}
/*
.home-articles .article-item .article-short,
.home-articles .article-item .article-excerpt,
.home-articles .article-item .article-more {
	padding: 0 2rem;
}
*/
.home-articles .article-short {
	width: 100%;
	
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 14px;
	display: block;
	margin: 30px 0 17px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;box-sizing: border-box;
    padding: 0 25px;
}

.home-articles .article-excerpt {

	font-family: Arial;
	font-weight: 400;
	font-size: 15px;
	color: #666;
	line-height:22px;
	margin-bottom: 26px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;box-sizing: border-box;
    padding: 0 25px;
}

.home-articles .article-more {

	font-family: Arial;
	font-weight: 400;
	font-size: 15x;
	color: #6B6B6B;
	line-height: 22px;
	text-decoration: none;
	display: block;
	margin-bottom: 50px;box-sizing: border-box;
    padding: 0 25px;
}

/* 移动端响应式 */
@media (max-width: 1024px) {
	.home-about-img-text {
		display: flex !important;
		flex-direction: column !important;
	}

	.home-about-img-text .about-img-left {
		width: 100%;
	}

	.home-about-img-text .about-img-left img {
		height: 100%;
		object-fit: cover;
		width: 100%;
	}

	.home-about-img-text .about-img-right>img {
		width: 100px;
	}

	.home-about-img-text .about-sub-title {
		font-size:40px;margin-bottom: 20px;
	}

	.home-about-img-text .about-main-title {
		font-size: 20px;margin-bottom: 15px;
		
	}

	.home-about-img-text .about-desc {
		font-size: 16px;
		text-align: left;
		animation-duration: 2s;
		animation-delay: 0s;
		animation-name: fadeInRight2;
		line-height: 1.8;
	}
	.home-about-img-text .about-img-right {
    flex: 1;
    padding: 30px 25px 80px;
}

	.home-about-img-text .about-btn a {
        width: 160px;
        height: 50px;
        font-size: 16px;
        line-height: 48px;
	}

	.home-about-img-text .tag-item {
		font-size: 18px;
		padding:10px;
	}

	.home-projects .projects-gallery {
	}

	.home-projects .project-img {
	/*	width: 245px;*/
		height: auto;
	}

	.home-articles .articles-list {
		grid-template-columns: repeat(2, 1fr);
	}

	/* 平板端成功案例 */
	.home-projects {
		padding: 40px 20px;
	}

	.home-projects .projects-main-title {
		font-size: 18px;
	}

	.home-projects .projects-sub-title {
		font-size: 36px;
		margin-bottom: 15px;
	}

	.home-projects .projects-desc {
		font-size: 14px;
	}

	.home-projects .projects-slogan {
		font-size: 20px;
	}

	.home-projects .projects-gallery .swiper-slide {
		width: 200px;
	}

	.home-projects .project-img {
		/*width: 200px;*/
		height: auto;
	}

	/* 平板端最新文章 */
	.home-articles .articles-label {
		font-size: 14px;
	}

	.home-articles .articles-title {
		font-size: 28px;
	}

	.home-articles .articles-header {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.home-articles .articles-list {
		gap: 20px;
	}

	.home-articles .article-img {
		/*height: 160px;*/
	}

	.home-articles .article-short {
		width: 100%;
		font-size: 16px;
		line-height: 1.4;
		height: auto;
		margin: 15px 0;
		white-space: normal;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.home-articles .article-excerpt {
		width: 100%;
		height: auto;
		font-size: 14px;
		line-height: 1.6;
		-webkit-line-clamp: 3;
	}

	.home-articles .article-more {
		width: auto;
		height: auto;
		font-size: 14px;
	}
	.home-projects .projects-header{
		margin-top:20px;
	}
	.home-about .home-intro{
		box-sizing:border-box;
		padding: 30px 25px;
	}
}

@media (max-width: 600px) {
	.home-about-img-text {
		flex-direction: column !important;
		padding: 2rem;
	}

	.home-about-img-text .about-img-left {
		width: 100%;
	}

	.home-about-img-text .about-img-left img {
		
		object-fit: cover;
	}

	.home-about-img-text .about-img-right {
		padding: 20px;
	}

	.home-about-img-text .about-img-right>img {
		width: 100px;
	}

	.home-about-img-text .about-sub-title {
		font-size: 30px;
	}

	.home-about-img-text .about-main-title {
		font-size: 20px;
	}

	.home-about-img-text .about-desc {
		font-size: 16px;
		text-align: left;
		animation-duration: 2s;
		animation-delay: 0s;
		animation-name: fadeInRight2;
		line-height: 1.8;
	}

	.home-about-img-text .about-btn a {
		width: 160px;
		height: 50px;
		font-size: 18px;
		line-height: 50px;
	}

	.home-about-img-text .tag-item {
		font-size: 16px;width:100px;
        height: 100px;
	}

	.home-projects .projects-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.home-projects .projects-main-title {
		font-size: 2.8rem;
	}

	.home-projects .projects-gallery {
	}

	.home-projects .project-img {
		flex-shrink: 0;
	/*	width: 245px;
		height: 339px;*/
	}

	.home-projects .projects-arrow {
		display: block;
	}

	/* 手机端成功案例 */
	.home-projects {
		padding: 30px 25px;
	}

	.home-projects .projects-main-title {
		font-size: 18px;
	}

	.home-projects .projects-sub-title {
		font-size:36px;
	}

	.home-projects .projects-desc {
		font-size: 16px;
	}
	.home-projects .projects-desc-model{
		margin-bottom: 10px;
	}

	.home-projects .projects-slogan {
		font-size: 16px;
	}

	.home-projects .project-img {
		width: 100%;
		height: auto;
		aspect-ratio: 245 / 339;
	}

	.home-projects .button-next-prev {
		display: flex;
		gap: 1rem;
		align-items: center;
		margin-bottom: 30px;
	}

	.home-projects .swiper-button-prev,
	.home-projects .swiper-button-next {
		width: 46px;
		height: 46px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 16px;
	}

	.home-articles {
		padding: 40px 5px;
	}

	.home-articles .articles-list {
		grid-template-columns: 1fr;
	}

	/* 手机端最新文章 */
	.home-articles .articles-label {
		font-size: 12px;
	}

	.home-articles .articles-title {
		font-size: 24px;
		line-height: 30px;
	}

	.home-articles .articles-header {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.home-articles .articles-list {
		gap: 15px;
	}

	.home-articles .article-img {
	/*	height: 140px;*/
	}

	.home-articles .article-short {
		font-size: 15px;
		box-sizing: border-box;
		padding: 0 15px;
	}

	.home-articles .article-excerpt {
		font-size:15px;
		-webkit-line-clamp: 3;box-sizing: border-box;
		padding: 0 15px;
	}

	.home-articles .article-item .article-more {
		font-size: 13px;
		margin-bottom: 15px;
		box-sizing: border-box;
		padding: 0 15px;
	}

	/* 手机端最新文章容器高度 */
	.home-articles-content {
		height: auto !important;
		min-height: auto;
		max-height: none;
	}
}

.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-color: #ccc;
	background-size: cover;
}

.swiper-button-prev.swiper-button-disabled {
	width: 46px;
	height: 46px;
	/*background: url(../images/prev-dis.png) no-repeat #f1f1f1;*/
	background-color: #ccc;
	background-size: cover;
}




.home-about .donghua-img {
	overflow: hidden;
	transform: scale(.1);
	transition: .5s;
	margin: 0 auto;
	text-align: center;
	
}
.home-about .donghua-img img {
	border-radius: 100px;
	transition: .5s;
	width: 100%;
}

.home-about .donghua-img.active img {
	border-radius: 0;width: 100%;

}


.home-intro-pic {
	display: inline-block;
	vertical-align: middle;
	width: 30.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%;*/
	top:20.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: 18px;
	text-align: center;
	margin-top:40px;
}

.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;
		margin-bottom: 25px;
	}

	.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: 46px;
		height: 46px;
	}

	.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%;
		margin-bottom: 35px;
	}
	.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;
		margin-top: 35px;
	}
	.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;
		
	
		margin-top: 10px;
		font-size: 16px;
		line-height: 40px;
	}
	.home-projects .projects-footer{
		margin-bottom:40px;
	}
}


@media(max-width:500px) {
	    .banner .banner-txt {
        font-size: 20px;
        line-height: 30px;
    }
	
}
@media(max-width:400px) {
	    .banner .banner-txt {
        font-size: 18px;
        line-height: 24px;
    }
	
}