
/* ===================首页样式========================== */
.banner{width: 100%;position: relative;overflow: hidden;}
.banner-img{width: 100%;}
.banner-img img{width: 100%;object-fit: cover;}
.banner-img img.none-mb{height: 100vh;}
.banner-img img.none-pc-pad{min-height: 440px;}
/*.banner-cont{position: absolute;z-index: 4;width: 100%;height: 100%;top: 0;left: 0;display: flex;align-items: center;}*/
/*.banner-cont .name{font-family: "SamsungOne700";color: #ffffff;}*/
/*.banner-cont .text{font-family: "SamsungOne700";color: #ffffff;}*/
/*.banner-cont .link{display: flex;align-items: center;transition: all .4s ease;justify-content: center;width: 150px; height: 44px;border-radius: 22px;background: #FFFFFF;}*/
/*.banner-cont .link i{padding-left: 5px;}*/
/*.banner-cont .link:hover{background: #009049;color: #FFFFFF;}*/
.banner .swiper-pagination{bottom: 50px;}
.banner .swiper-pagination-bullet{width: 40px;height: 2px;background: rgba(255, 255, 255, .5);opacity: 1;margin: 0 10px !important;position: relative;border-radius: 0;}
.banner .swiper-pagination-bullet:before{content: "";width: 0;height: 100%;background: #009049;position: absolute;top: 0;left: 0;}
.banner .swiper-pagination-bullet-active.swiper-pagination-bullet{background: #fff;}
.banner .swiper-pagination-bullet-active.swiper-pagination-bullet:before{animation: bulletLine 4s linear both .8s;}
.banner .swiper-pagination-bullet-active.oneBullet:before{animation: bulletLine 3.8s linear both 0s;}
@keyframes bulletLine{0%{width: 0;}100%{width: 100%;}}
/* 效果 */
/*.banner-cont .name, .banner-cont .text, .banner-cont .link{opacity: 0;}*/
/*.swiper-slide-active .banner-cont .name{animation: bannerUp 1s ease both 0.9s;}*/
/*.swiper-slide-active .banner-cont .text{animation: bannerUp 1s ease both 1s;}*/
/*.swiper-slide-active .banner-cont .link{animation: bannerUp 1s ease both 1.1s;}*/
/*.oneSlide .banner-cont .name{animation: bannerUp 1s ease both .3s;}*/
/*.oneSlide .banner-cont .text{animation: bannerUp 1s ease both .4s;}*/
/*.oneSlide .banner-cont .link{animation: bannerUp 1s ease both .5s;}*/
@keyframes bannerUp{0%{opacity: 0;transform: translateY(120px);}100%{opacity: 1;transform: translateY(0);}}
.banner .swiper-slide {overflow: hidden;position: relative;}
.banner .swiper-slide video {width: 100%;object-fit: cover;transform: matrix(1, 0, 0, 1, 0, 0);transition: all 0.4s ease 1.2s;}
.banner .swiper-slide img {width: 100%;object-fit: cover;transform: matrix(1, 0, 0, 1, 0, 0);transition: all 0.4s ease 1.2s;}
.banner .swiper-slide-active img {transition-delay: 0.4s !important;transform: matrix(1.06, 0, 0, 1.06, 0, 0);transition: all 4s ease;}
.banner-btn{justify-content: center;}
.banner-prev, .banner-next{width: 44px;height: 44px;border-radius: 50%;background:rgba(255, 255, 255, .5);position: absolute;z-index: 4;top: 50%;margin-top: -22px;cursor: pointer;transition: all .4s ease;display: flex;justify-content: center;align-items: center;}
.banner-prev{left: 50px;}
.banner-next{/*transform: rotate(180deg);*/right: 50px;}
.banner-prev:hover, .banner-next:hover{background: #009049;color:#ffffff;}
@media (max-width: 1151px){
	.banner-prev, .banner-next {display: none;}
	}

.indTitle{width: auto;}
.indTitle .name{font-family:'SamsungOne700';}
.indTitle .text{color: #888;}

.indMore{display: flex;align-items: center;transition: all .4s ease;justify-content: center;width: 150px; height: 44px;border-radius: 22px;background: #FFFFFF;}
.indMore span{}
.indMore i{padding-left: 5px;}
.indMore:hover{background: #009049;color: #FFFFFF;}


.indal-cont1 .name{height: auto;/*word-break: break-all;*/transition: all .4s ease;overflow: hidden;-webkit-line-clamp: 4;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
@keyframes bulletLine{0%{width: 0;}100%{width: 100%;}}
/* 效果 */
.indal-cont .text, .indal-cont .link{opacity: 0;}
.swiper-slide-active .indal-cont .text{animation: bannerUp 1s ease both 1s;}
.swiper-slide-active .indal-cont .link{animation: bannerUp 1s ease both 1.1s;}
.oneSlide .indal-cont .text{animation: bannerUp 1s ease both .4s;}
.oneSlide .indal-cont .link{animation: bannerUp 1s ease both .5s;}
@keyframes bannerUp{0%{opacity: 0;transform: translateY(120px);}100%{opacity: 1;transform: translateY(0);}}
/*.indal .indal-img:before{content: "";position: absolute;left: 0;bottom: 0;z-index: 10;width: 100%;background: linear-gradient(to right, rgba(0, 71, 187, 1), rgba(0, 71, 187, 0));height: 100%;}*/
.indal .img img {width: 100%;object-fit: cover;transform: matrix(1, 0, 0, 1, 0, 0);transition: all 0.4s ease 1.2s;}
.indal .swiper-slide-active img {transition-delay: 0.4s !important;transform: matrix(1.06, 0, 0, 1.06, 0, 0);transition: all 4s ease;}
.indal-prev, .indal-next{width: 44px;height: 44px;border-radius: 50%;position: absolute;z-index: 10;top: 50%;transform: translateY(-50%); cursor: pointer;transition: all .4s ease;display: flex;justify-content: center;align-items: center;background: #eeeeee;}
.indal-prev{left: 0px;}
.indal-next{right: 0px;}
.indal-prev:hover, .indal-next:hover{background: #009049;color: #FFFFFF;}

/*公共样式*/
.titletop {text-align: center;padding: 100px 0 50px;}
.titletop .title {color: #333333;font-weight: 500;}
.titletop .description {display: flex;align-items: center;justify-content: center;margin-top: 10px;}
.titletop .description::before,
.titletop .description::after {content: "";width: 80px;height: 1px;background-color: #999;}
.titletop .description::before {margin-right: 10px;}
.titletop .description::after {margin-left: 10px;}
.titletop .description .wzjiabaise {padding: 0 10px;background-color: #fff;color: #666;font-weight: 400;position: relative;z-index: 2;}

.auto-btn {display: inline-block; /* 不设置固定宽度，让按钮根据内容自动调整 */padding: 8px 16px; /* 上下内边距固定，左右内边距提供适当空间 */margin-top: 20px; /* 设置外边距为10px */background-color: transparent;color: #009049;cursor: pointer;transition: background-color 0.3s ease; /* 确保按钮不会换行 */border: 1px solid #009049;white-space: nowrap;}
.auto-btn:hover {background-color: #009049;color: #fff;}

/*产品中心*/
.inproduct {max-width: 1400px;margin: 0 auto;padding: 0 20px;}
.inproduct .productbody {display: flex;gap: 17px;margin-bottom: 100px;}
.inproduct .productbody .bodyleft {width: 240px;flex-shrink: 0;}
.inproduct .productbody .bodyleft .bodyleftul {list-style: none;padding: 0;margin: 0;border: 1px solid #e5e7eb;overflow: hidden;}
.inproduct .productbody .bodyleft .bodyleftul .bodyleftli {padding: 50px 30px;text-align: center;background-color: #0a4b73;color: white;cursor: pointer;transition: all 0.3s ease;}
.inproduct .productbody .bodyleft .bodyleftul .bodyleftli:last-child {border-bottom: none;}
.inproduct .productbody .bodyleft .bodyleftul .bodyleftli:hover {background-color: #009049;padding-left: 25px;}
.inproduct .productbody .bodyleft .bodyleftul .bodyleftli.active {background-color: #009049;color: white;font-weight: 500;}
.inproduct .productbody .bodyright {padding: 40px;background-color: #f5f5f5;}
.inproduct .productbody .bodyright > div {display: none;animation: fadeIn 0.5s ease;}
.inproduct .productbody .bodyright > div.active {display: block;}
.inproduct .productbody .bodyright .qhbox{position: relative;}
.inproduct .productbody .bodyright .qhbox h1 {font-weight: 600;color: #333;}
.inproduct .productbody .bodyright .qhbox .jianjie {margin-top: 24px;max-width: 800px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;color: #333;}
.inproduct .productbody .bodyright .qhbox .auto-btn {display: inline-block; /* 不设置固定宽度，让按钮根据内容自动调整 */padding: 8px 16px; /* 上下内边距固定，左右内边距提供适当空间 */margin-top: 20px; /* 设置外边距为10px */background-color: transparent;color: #009049;cursor: pointer;transition: background-color 0.3s ease; /* 确保按钮不会换行 */border: 1px solid #009049;white-space: nowrap;}
.inproduct .productbody .bodyright .qhbox .auto-btn:hover {background-color: #009049;color: #fff;}
.inproduct .productbody .bodyright .qhbox .productdetailbox{width: 1070px;overflow: hidden;margin-top: 38px;}
.inproduct .productbody .bodyright .qhbox .productdetailbox .swiper .swiper-wrapper .swiper-slide{position: relative;display: inline-block;}
.inproduct .productbody .bodyright .qhbox .productdetailbox .swiper .swiper-wrapper .swiper-slide .img{width: 100%;height: 240px;overflow: hidden;}
.inproduct .productbody .bodyright .qhbox .productdetailbox .swiper .swiper-wrapper .swiper-slide .img img{width: 100%;height: 100%;object-fit: cover;transition: all 0.3s ease;}
.inproduct .productbody .bodyright .qhbox .productdetailbox .swiper .swiper-wrapper .swiper-slide .motaikuan{cursor:pointer;position: absolute;bottom: 0;width: 100%;height: 40px;text-align: center;background: #07283d99;color: #fff;font-weight: 500;line-height: 40px;}
.inproduct .productbody .bodyright .qhbox .productdetailbox .swiper .swiper-wrapper .swiper-slide:hover .motaikuan{background: #00904999;}
.inproduct .productbody .bodyright .qhbox .productdetailbox .swiper .swiper-wrapper .swiper-slide:hover .img img{transform: scale(1.1);}
.inproduct .productbody .bodyright .qhbox .myProductnext{position: absolute;top: 140px;right: 0;width: 40px;height: 40px;background-color: #fff;z-index: 5;text-align: center;line-height: 40px;cursor: pointer;}
.inproduct .productbody .bodyright .qhbox .myProductprev{position: absolute;top: 140px;right: 57px;width: 40px;height: 40px;background-color: #fff;z-index: 5;text-align: center;line-height: 40px;cursor: pointer;}
.inproduct .productbody .bodyright .qhbox .myProductnext:hover{color: #009049;}
.inproduct .productbody .bodyright .qhbox .myProductprev:hover{color: #009049;}

/*资质证书*/
.zzzs{position: relative;background-image: url("../image/zzzsbjt.png");background-repeat: no-repeat;background-position: center;background-size: contain;min-height: 983px;}
.zzzsbody {max-width: 1400px;margin: 0 auto;padding: 0 20px;}
.zzzs .topbox {margin-top: 45px;margin-bottom: 70px;}
.zzzs .topbox .topul {display: flex;justify-content: flex-start;flex-wrap: wrap;gap: 75px;list-style: none;padding: 0;margin: 0; /* height: 58px; */}
.zzzs .topbox .lili {
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	color: #555;
	height: 58px;
	/* line-height: 58px; */
	align-items: flex-end;
	}
.zzzs .topbox .lili i {
	/* width: 58px; */
	/* height: 58px; */
	/*font-size: 57px;*/
	transition: transform 0.3s ease;
	}
.zzzs .topbox .lili:hover i:first-child {
	transform: translateX(-5px);
	}
.zzzs .topbox .lili:hover i:last-child {
	transform: translateX(5px);
	}
.zzzs .topbox .lili.active {
	color: #009049;
	}
.zzzs .topbox .lili .title{
	font-weight: 600;
	line-height: 75px;
	}
.zzzs .zzzsdetailbox {
	position: relative;
	overflow: hidden;
	width: 90%;
	}
.zzzs .zzzsdetailbox .swiper.myZzzsSwiper {
	width: 100%;
	padding: 20px 0;
	}
.zzzs .zzzsdetailbox .swiper.myZzzsSwiper .swiper-wrapper {
	display: flex;
	}
.zzzs .zzzsdetailbox .swiper.myZzzsSwiper .swiper-slide {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
	text-decoration: none;
	width: auto;
	}
.zzzs .zzzsdetailbox .swiper.myZzzsSwiper .swiper-slide .img {
	width: 100%;
	height: 280px;
	overflow: hidden;
	}
.zzzs .zzzsdetailbox .swiper.myZzzsSwiper .swiper-slide .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
	}
.zzzs .zzzsdetailbox .swiper.myZzzsSwiper .swiper-slide:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
	}
.zzzs .zzzsdetailbox .swiper.myZzzsSwiper .swiper-slide:hover .img img {
	transform: scale(1.05);
	}
.zzzs .myZzzsnext,
.zzzs .myZzzsprev {
	position: absolute;
	top: 65%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.8);
	/* border-radius: 50%; */
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 10;
	transition: all 0.3s ease;
	color: #333;
	}
.zzzs .myZzzsnext i,
.zzzs .myZzzsprev i {
	font-size: 20px;
	}
.zzzs .myZzzsnext:hover,
.zzzs .myZzzsprev:hover {
	background-color: #009049;
	color: #fff;
	}
.zzzs .myZzzsnext {
	right: 13vw;
	}
.zzzs .myZzzsprev {
	right: 16vw;
	}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
	}

/*新闻*/
.newsbody {
	max-width: 1400px;
	margin: 0 auto 40px;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap; /* 超出宽度时自动换行 */
	/* gap: 30px; */ /* 新闻项之间的间距 */
	}

/* 单个新闻项样式 */
.newsli {
	flex: 1; /* 让每个新闻项平均分配宽度 */
	/* 最小宽度，确保在小屏幕上也有良好显示 */
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	padding: 20px;
	}

/* 新闻项悬停效果 */
.newsli:hover {
	transform: translateY(-5px);
	box-shadow: 0px 4px 16px #0000001f;
	}

/* 新闻图片容器 */
.newsli .img {
	width: 100%;
	height: 200px; /* 固定图片高度 */
	overflow: hidden;
	}

/* 新闻图片样式 */
.newsli .img img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* 保持图片比例并覆盖容器 */
	transition: transform 0.5s ease;
	}

/* 图片悬停效果 */
.newsli:hover .img img {
	transform: scale(1.05);
	}

/* 新闻标题样式 */
.newsli .title {
	font-weight: 500;
	color: #333;
	margin: 12px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	}

/* 新闻描述样式 */
.newsli .description {
	color: #666;
	font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 最多显示3行 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	}

/* 时间和链接容器 */
.timeandhrefbox {
	display: flex;
	justify-content: space-between; /* 左右两端对齐 */
	align-items: center; /* 垂直居中 */
	padding: 12px 0 0;
	}

/* 时间样式 */
.timeandhrefbox .time {
	color: #999;
	}

/* 链接图标样式 */
.timeandhrefbox a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: 1px solid #009049;
	color: #009049;
	transition: all 0.3s ease;
	text-decoration: none;
	}

/* 链接悬停效果 */
.timeandhrefbox a:hover {
	background-color: #009049;
	color: #fff;
	transform: translateX(-5px);
	}
.more{
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
	}
.about {
	background: url(../image/about.png) no-repeat center center / cover;
	background-attachment: fixed;
	}
.aboutbox{
	padding: 100px 0;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: stretch;
	position: relative;
	}
.aboutleft {
	flex: 1;
	min-width: 300px;
	}
.aboutleft .title {
	font-weight: 500;
	color: #fff;
	margin-bottom: 16px;
	position: relative;
	display: inline-block;
	}
.aboutleft .description {
	color: #fff;
	margin-bottom: 50px;
	font-weight: 400;
	display: flex;
	align-items: center;
	}
.aboutleft .description::after{
	margin-left: 16px;
	content: "";
	width: 80px;
	height: 1px;
	background-color: #fff;
	}
.aboutleft .body {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 1.8;
	color: #fff;
	}
.aboutleft .body p {
	margin-bottom: 15px;
	}
.aboutleft .body p:last-child {
	margin-bottom: 0;
	}
.aboutleft .ckgd {
	margin-top: 30px;
	}
.aboutleft .ckgd .auto-btn{
	color: #fff;
	border: 1px solid #fff;
	}

.aboutright {
	flex: 1;
	min-width: 300px;
	position: relative;
	display: flex;
	}
.aboutright .swiper.myAboutSwiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	}
.aboutright .swiper.myAboutSwiper .swiper-slide {
	width: 100%;
	height: 100%;
	}
.aboutright .swiper.myAboutSwiper .swiper-slide .img {
	width: 100%;
	height: 100%;
	}
.aboutright .swiper.myAboutSwiper .swiper-slide .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
	}
.aboutright .swiper.myAboutSwiper .swiper-slide:hover .img img {
	transform: scale(1.03);
	}

.swiper-pagination.outside-pagination {
	/* 定位在轮播下方居中位置 */
	position: absolute;
	bottom: -34px;
	left: 50%;
	transform: translateX(-50%);
	line-height: 1;
	}

/* 自定义分页器样式 */
.swiper-pagination.outside-pagination .swiper-pagination-bullet {
	opacity: 1;
	width: 8px;
	height: 8px;
	background: #f5f5f5;
	margin: 0 5px;
	transition: all 0.3s ease;
	}

.swiper-pagination.outside-pagination .swiper-pagination-bullet-active {
	background: #009049;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	}


.contact {
	background-color: #fff;
	position: relative;
	}
.contact .contactbody {
	max-width: 1400px;
	margin: 0 auto;
	}
.contact .contactbox {
	width: 100%;
	background-color: #fff;
	}
.contact .tjbd {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px 40px;
	}
@media (max-width: 768px) {
	.contact .tjbd {
		grid-template-columns: 1fr;
		gap: 20px;
		}
	}
.contact .formli {
	position: relative;
	width: 100%;
	}
.contact .formli input {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	/* 保留足够右侧空间给星号 */
	padding-right: 60px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	font-size: 14px;
	color: #000;
	transition: all 0.3s ease;
	background: #f5f5f5;
	}
.contact .formli input::placeholder {
	color: #666;
	}
.contact .formli input:focus {
	outline: none;
	border-color: #009049;
	box-shadow: 0 0 0 3px rgba(44, 123, 229, 0.1);
	}
.contact .formli .required-asterisk {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #ff4d4f;
	font-size: 16px;
	/* 初始位置，将由JS动态调整 */
	right: auto; /* 移除右侧定位 */
	pointer-events: none; /* 不影响输入交互 */
	}
.contact .formbigmsg {
	grid-column: 1 / -1;
	position: relative;
	}
.contact .formbigmsg textarea {
	width: 100%;
	min-height: 150px;
	padding: 15px 20px;
	padding-right: 60px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
	resize: vertical;
	transition: all 0.3s ease;
	background: #f5f5f5;
	}
.contact .formbigmsg textarea::placeholder {
	color: #999;
	}
.contact .formbigmsg textarea:focus {
	outline: none;
	border-color: #009049;
	box-shadow: 0 0 0 3px rgba(44, 123, 229, 0.1);
	}


.formbigtj{
	display: flex;
	justify-content: center;
	grid-column: 1 / -1;
	margin-bottom: 50px;
	margin-top: 16px;
	}
.contact .submit-btn {
	width: 100%;
	max-width: 320px;
	height: 50px;
	background-color: #009049;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	}
.contact .submit-btn:hover {
	background-color: #009049;
	}
.contact .submit-btn:active {
	transform: scale(0.98);
	}





/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
	/* 1600 × (900) */
	.zzzs{background-size: contain;min-height: 100%;padding-bottom: 100px;}
	.zzzs .zzzsdetailbox{width: 80%;}
	.zzzs .topbox {margin-top: 20px;margin-bottom: 40px;}
	.zzzs .myZzzsnext, .zzzs .myZzzsprev{top: 65%}
	.zzzs .myZzzsprev{right: 17vw;}
	}

@media all and (max-width:1599px) {
	/* 1440 × (700)  */
	.indhb-partner-link{height: 110px;}
	}

@media all and (max-width:1439px) {
	/* 1360 */
	}

@media all and (max-width:1359px) {
	/* 1280 */
	}

@media all and (max-width:1279px) {
	/* 1152 × (700) */
	.indpp-bg {}
	.indhb{background-size: 100% 100%;}
	}

@media all and (max-width:1151px) {
	/* 1024 */
	.banner-img img.none-mb{height: 50vh;}
	}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
	/* 平板设备 720 适配 */
	.indal .mySwiper { overflow: hidden; margin: 0 40px;}
	.indal .indal-img img {min-height: 680px;}
	.indal-prev, .indal-next {width: 40px;height: 40px;}
	.indal-list li {width: calc(50% - 15px);}
	.indhb{background: url(/template/cn/image/index_ab_m.jpg) no-repeat center;background-size: auto 100%;}
	.indhb-bg { width: 100%;}
	.indpp-num {flex-wrap: wrap;justify-content: flex-start;}
	.indpp-num-line {min-height: 100px;width: 3px;margin-bottom: 20px;}
	.indpp-num-items { width: calc(50% - 3px); padding: 0 20px;margin-bottom: 20px;}
	.indpp-num-line:nth-last-of-type(2) {margin-bottom: 0px;}
	.indpp-num-items:last-child {margin-bottom: 0px;}
	}
@media all and (max-width:640px) {
	/* 移动终端以上 360 适配 */
	.indMore {width: 136px; height: 40px;border-radius: 20px;}
	.banner-cont .link{width: 136px; height: 40px;border-radius: 20px;}
	.banner .swiper-pagination {bottom: 20px;}
	.banner .swiper-pagination-bullet {width: 30px;margin: 0 8px !important;}
	@keyframes bannerUp{0%{opacity: 0;transform: translateY(60px);}100%{opacity: 1;transform: translateY(0);}}
	.indpp{}
	.indpp .contain {flex-wrap: wrap;}
	.indpp-bg {width: 100%;}
	.indpp-video {width: 100%;}
	.indpp-wrap{width: 100%;}
	.indhb-play {width: 60px;height: 60px;}
	.indhb-partner-link {height: 70px;}
	.indhb-partner-loop {width: calc(100% - 0px);}
	.indhb-partner-prev, .indhb-partner-next {width: 32px;height: 32px;margin-top: -16px;background-size: 16px;}
	.indhb-partner-link img{/*max-height: 40px;max-width: 88%;*/}
	.indhb-bg .indTitle .pic .pic-list {width: calc(100% - 0px);}
	.indhb-bg .indTitle .pic .pic-list img {height: 44px;width: 44px;}
	.indal-cont{flex-wrap: wrap;}
	.indal-cont .img {width: calc(100% - 0px);}
	.indal-cont .text {width: calc(100% - 0px);padding:30px;}
	.contact .submit-btn {max-width: 100%;}
	.contact .contactbody,.aboutbox{width: 95%;max-width: 100%;}
	.newsbody{flex-direction: column;}
	.zzzs .zzzsdetailbox{width: 100%;}
	.zzzs .myZzzsnext, .zzzs .myZzzsprev{display: none;}
	.zzzs{background-size: cover;min-height: 100%;padding-bottom: 100px;}
	.zzzs .topbox .lili{height: 40px;}
	.zzzs .topbox .lili .title{font-weight: 600;line-height: 40px;}
	.zzzs .topbox .topul {display: flex;justify-content: space-between;flex-wrap: wrap;gap: 30px;}
	.zzzs .zzzsdetailbox .swiper .img{display: flex;justify-content: center;}
	.titletop .description::before, .titletop .description::after{width: 40px}
	.titletop .description .wzjiabaise{padding: 0;}
	.inproduct .productbody{flex-direction: column;}
	.inproduct .productbody .bodyleft{width: 100%;}
	.inproduct .productbody .bodyleft .bodyleftul{display: flex;width: 100%;flex-wrap: wrap;}
	.inproduct .productbody .bodyleft .bodyleftul .bodyleftli{width: 50%;padding: 50px 0px;}
	.inproduct .productbody .bodyright .qhbox .productdetailbox,.inproduct .productbody .bodyright{width: 100%;}
	}