@keyframes animate {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.25);
	}
}
.index-page {
	/*  banner图片 */
	/* 产品展示 */
	/* 企业介绍 */
	/* 最新热点 */
	/* 业务合作 */
	/* 联系我们 */
}
.index-page .banner {
	/* 里面的item项目 */
	width: 100%;
}
.index-page .banner .swiper-slide {
	position: relative;
}
.index-page .banner .swiper-slide img {
	display: block;
	/* 处理图片宽度 */
	width: 100%;
	max-width: 100%;
}
.index-page .banner .swiper-slide .text {
	position: absolute;
	z-index: 2;
	left: auto;
	top: 40%;
	width: 838px;
	padding-top: 68px;
	padding-right: 56px;
	padding-bottom: 60px;
	padding-left: 72px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.7);
	border: 2px solid #ffffff;
	backdrop-filter: blur(18px);
}
.index-page .banner .swiper-slide .text .title {
	font-size: 42px;
	font-weight: 700;
	color: #000000;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
}
.index-page .banner .swiper-slide .text .desc {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #6a6a6a;
	margin-top: 26px;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
}
.index-page .banner .swiper-slide .text .link {
	border-radius: 4px;
	background: #132585;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #ffffff;
	padding: 8px 27px;
	display: inline-block;
	margin-top: 26px;
}
.index-page .banner .swiper-slide .text .link:hover {
	background-color: #f19833;
}
.index-page .banner .swiper-pagination {
	width: auto;
	bottom: 104px;
	left: 50%;
	transform: translateX(-50%);
	/* 指示器 */
}
.index-page .banner .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	opacity: 1;
	border: 2px solid #fff;
	border-radius: 50%;
	background-color: transparent;
	margin-left: 0;
	margin-right: 24px;
}
.index-page .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #f19833;
	border: 2px solid #ffffff;
}
.index-page .produce {
	padding-top: 79px;
	padding-bottom: calc(75px - 34px);
}
.index-page .produce .title {
	font-size: 32px;
	font-weight: 700;
	color: #000000;
	line-height: 1;
	text-transform: uppercase;
}
.index-page .produce .desc {
	font-size: 14px;
	font-weight: 500;
	color: #464646;
	line-height: 1.7;
	margin-top: 26px;
}
.index-page .produce .pro-list {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.index-page .produce .pro-list .pro-item {
	width: 22.658%;
	margin-right: 2.945%;
	margin-bottom: 34px;
}
.index-page .produce .pro-list .pro-item:nth-child(4n) {
	margin-right: 0;
}
.index-page .produce .pro-list .pro-item .img {
	position: relative;
	width: 100%;
	padding-bottom: 62%;
	overflow: hidden;
}
.index-page .produce .pro-list .pro-item .img:hover img {
	transform: scale(1.2);
}
.index-page .produce .pro-list .pro-item .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.45s ease;
}
.index-page .produce .pro-list .pro-item .text .pro-title {
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	color: #132585;
	margin-top: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
}
.index-page .produce .pro-list .pro-item .text .pro-title:hover {
	color: #f19833;
}
.index-page .produce .pro-list .pro-item .text .pro-desc {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	color: #000000;
	margin-top: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	overflow-wrap: break-word;
}
.index-page .produce .pro-list .pro-item .text .pro-desc:hover {
	color: #f19833;
}
.index-page .company-profile {
	padding-top: 97px;
	padding-bottom: 98px;
	background: #f5f2f0;
	/* 企业介绍版心 */
}
.index-page .company-profile .company-wrap {
	display: flex;
}
.index-page .company-profile .company-wrap .left {
	margin-right: 7.478%;
}
.index-page .company-profile .company-wrap .left .company-title {
	font-size: 42px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.index-page .company-profile .company-wrap .left .company-sub-title {
	font-size: 16px;
	font-weight: 500;
	color: #979797;
	margin-top: 9px;
}
.index-page .company-profile .company-wrap .left .company-desc {
	font-size: 16px;
	font-weight: 500;
	color: #515151;
	margin-top: 25px;
}
.index-page .company-profile .company-wrap .left .company-info {
	margin-top: 28px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.57;
	color: #4b4b4b;
	display: flex;
	align-items: stretch;
}
.index-page .company-profile .company-wrap .left .company-info::before {
	content: '';
	display: block;
	border: 4px solid #f19833;
	margin-right: 11px;
}
.index-page .company-profile .company-wrap .left .more {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 117px;
	height: 32px;
	border-radius: 4px;
	background: #ffffff;
	border: 1px solid #f2d9c8;
	margin-top: 28px;
	font-size: 14px;
	font-weight: 400;
	color: #292929;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.index-page .company-profile .company-wrap .left .more::after {
	content: '';
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #f19833;
	transition: 0.45s ease;
	z-index: -1;
}
.index-page .company-profile .company-wrap .left .more:hover {
	color: #fff;
}
.index-page .company-profile .company-wrap .left .more:hover::after {
	left: 0;
}
.index-page .company-profile .company-wrap .left .company-list {
	margin-top: 28px;
	display: flex;
}
.index-page .company-profile .company-wrap .left .company-list .company-item {
	width: 210px;
	min-height: 99px;
	background: #ffffff;
	border-bottom: 4px solid #f19833;
	padding-top: 22px;
	padding-left: 20px;
	padding-right: 25px;
	padding-bottom: 23px;
}
.index-page .company-profile .company-wrap .left .company-list .company-item:hover {
	border-bottom: 4px solid #132585;
	background-color: #f19833;
}
.index-page .company-profile .company-wrap .left .company-list .company-item:hover h5,
.index-page .company-profile .company-wrap .left .company-list .company-item:hover p span {
	color: #fff !important;
}
.index-page .company-profile .company-wrap .left .company-list .company-item:nth-child(1) {
	margin-right: 32px;
}
.index-page .company-profile .company-wrap .left .company-list .company-item h5 {
	font-size: 15px;
	font-weight: 700;
	color: #1d1d1d;
	margin-bottom: 5px;
}
.index-page .company-profile .company-wrap .left .company-list .company-item p {
	display: flex;
	align-items: center;
}
.index-page .company-profile .company-wrap .left .company-list .company-item p span:nth-child(1) {
	font-size: 26px;
	font-weight: 700;
	color: #1d1d1d;
}
.index-page .company-profile .company-wrap .left .company-list .company-item p span:nth-child(2) {
	font-size: 12px;
	font-weight: 700;
	color: #1d1d1d;
	margin-left: 7px;
}
.index-page .hot-latest {
	padding-top: 93px;
	padding-bottom: 100px;
}
.index-page .hot-latest > .title {
	font-size: 42px;
	font-weight: 700;
	color: #000;
	margin-bottom: 7px;
	text-align: center;
	text-transform: uppercase;
}
.index-page .hot-latest > .sub-title {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}
.index-page .hot-latest .hot-list {
	margin-top: 71px;
	display: flex;
}
.index-page .hot-latest .hot-list .hot-item {
	width: 23.867%;
	margin-right: 1.51%;
	padding: 47px 23px 74px 29px;
	background-color: #f8f4ef;
	border-bottom: 10px solid #f19833;
	position: relative;
	z-index: 1;
}
.index-page .hot-latest .hot-list .hot-item:nth-child(4n) {
	margin-right: 0;
}
.index-page .hot-latest .hot-list .hot-item::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(217, 217, 217, 0.5);
	z-index: -1;
	display: none;
}
.index-page .hot-latest .hot-list .hot-item:hover {
	border-bottom-color: #132585;
	background-image: url(../images/index-hot-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.index-page .hot-latest .hot-list .hot-item:hover::after {
	display: block;
}
.index-page .hot-latest .hot-list .hot-item:hover .time {
	font-weight: 700;
}
.index-page .hot-latest .hot-list .hot-item:hover .hot-link {
	background-color: #132585;
}
.index-page .hot-latest .hot-list .hot-item .time {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	margin-bottom: 8px;
}
.index-page .hot-latest .hot-list .hot-item .hot-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
	margin-bottom: 21px;
}
.index-page .hot-latest .hot-list .hot-item .hot-desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
	margin-bottom: 31px;
}
.index-page .hot-latest .hot-list .hot-item .hot-link {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: #9e9890;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	width: 117px;
	height: 32px;
	cursor: pointer;
}
.index-page .partners .title {
	font-size: 42px;
	font-weight: 700;
	color: #000;
	text-align: center;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.index-page .partners .sub-title {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}
.index-page .partners .partner-list {
	display: flex;
	flex-flow: row wrap;
	margin-top: 56px;
	margin-bottom: 61px;
}
.index-page .partners .partner-list .partner-item {
	margin-right: 4.078%;
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	width: 21.827%;
	position: relative;
	margin-bottom: 40px;
}
.index-page .partners .partner-list .partner-item:hover {
	background-color: #f8f4ef;
	border: 1px solid #f6f6f6;
	box-shadow: 0px 6px 12px rgba(121, 121, 121, 0.15);
}
.index-page .partners .partner-list .partner-item::after {
	content: '';
	display: block;
	padding-bottom: 60.9%;
}
.index-page .partners .partner-list .partner-item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	mix-blend-mode: darken;
}
.index-page .partners .partner-list .partner-item:nth-child(4n) {
	margin-right: 0;
}
.index-page .contact {
	padding-top: 42px;
	padding-bottom: 29px;
	background-color: rgba(217, 217, 217, 0.3);
}
.index-page .contact .contact-wrap {
	display: flex;
}
.index-page .contact .left {
	padding-top: 146px;
	padding-right: 106px;
}
.index-page .contact .left .title {
	font-size: 42px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.index-page .contact .left .sub-title {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	line-height: 1.45;
	margin-top: 23px;
	margin-bottom: 45px;
}
.index-page .contact .left .info-list p {
	display: flex;
	align-items: center;
	max-width: 75%;
	margin-bottom: 30px;
	line-height: 1.2;
}
.index-page .contact .left .info-list p span:nth-child(1) {
	display: block;
	width: 50px;
	text-align: center;
}
.index-page .contact .left .info-list p span:nth-child(2) {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin-left: 17px;
}
.index-page .contact .right {
	position: relative;
}
.index-page .contact .right .map {
	mix-blend-mode: darken;
}
.index-page .contact .right .point {
	position: absolute;
	left: 12%;
	top: 46%;
	animation: animate 2s infinite linear;
}
@media (max-width: 1800px) {
	.index-page .banner .swiper-pagination {
		bottom: 5%;
	}
	.index-page .banner .swiper-pagination {
		bottom: 5%;
	}
	.index-page .banner .swiper-slide .text {
		width: 50%;
		padding: 30px 20px;
		margin-top: 200px;
	}
	.index-page .banner .swiper-slide .text .title {
		font-size: 26px;
	}
	.index-page .banner .swiper-slide .text .desc {
		margin-top: 15px;
		font-size: 20px;
	}
}
@media screen and (max-width: 1370px) {
	.index-page .company-profile .company-wrap .left {
		margin-right: 5%;
		flex: 1;
		overflow: hidden;
	}
	.index-page .company-profile .company-wrap .right {
		width: 50%;
	}
	.index-page .company-profile .company-wrap .right img {
		display: block;
		max-width: 100%;
	}
	.index-page .hot-latest .hot-list .hot-item {
		padding: 40px 20px;
	}
	.index-page .contact .contact-wrap {
		align-items: center;
	}
	.index-page .contact .contact-wrap .left {
		padding-top: 0;
		padding-right: 7%;
	}
	.index-page .contact .contact-wrap .left .info-list p span:nth-child(1) {
		flex-shrink: 0;
	}
}
@media (max-width: 1200px) {
	.index-page .banner .swiper-slide img {
		min-height: 450px;
		object-fit: cover;
	}
	.index-page .banner .swiper-slide .text .title {
		font-size: 24px;
	}
	.index-page .banner .swiper-slide .text .desc {
		font-size: 18px;
	}
	.index-page .company-profile .company-wrap {
		flex-wrap: wrap;
	}
	.index-page .company-profile .company-wrap .left,
	.index-page .company-profile .company-wrap .right {
		width: 100%;
	}
	.index-page .company-profile .company-wrap .left {
		margin-right: 0;
		flex: none;
	}
	.index-page .company-profile .company-wrap .right {
		order: -1;
		margin-bottom: 45px;
	}
	.index-page .hot-latest .hot-list {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.index-page .hot-latest .hot-list .hot-item {
		width: 47%;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.index-page .contact .contact-wrap {
		flex-wrap: wrap;
	}
	.index-page .contact .contact-wrap .left,
	.index-page .contact .contact-wrap .right {
		width: 100%;
	}
	.index-page .contact .contact-wrap .right img {
		max-width: 100%;
	}
}
@media (max-width: 992px) {
	.index-page .produce .pro-list {
		justify-content: space-between;
	}
	.index-page .produce .pro-list .pro-item {
		width: 47%;
		margin-right: 0;
	}
	.index-page .partners .partner-list {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.index-page .partners .partner-list .partner-item {
		width: 47%;
		margin-right: 0;
	}
}
@media (max-width: 768px) {
	.index-page .banner .swiper-slide .text {
		width: 90%;
		left: 50%;
		transform: translateX(-50%);
		padding: 20px 15px;
		top:-20px;
	}
	.index-page .banner .swiper-slide .text .title {
		font-size: 18px;
	}
	.index-page .banner .swiper-slide .text .desc {
		font-size: 16px;
	}
	.index-page .banner .swiper-slide .text .link {
		font-size: 14px;
	}
	.index-page .banner .swiper-slide img {
		min-height: 360px;
	}
	.index-page .produce {
		padding-top: 45px;
		padding-bottom: 10px;
	}
	.index-page .produce .title {
		font-size: 24px;
	}
	.index-page .company-profile {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.index-page .company-profile .company-wrap .right {
		margin-bottom: 25px;
	}
	.index-page .company-profile .company-wrap .left .company-title {
		font-size: 24px;
	}
	.index-page .hot-latest {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.index-page .hot-latest > .title {
		font-size: 24px;
	}
	.index-page .hot-latest .hot-list {
		margin-top: 25px;
	}
	.index-page .partners .title {
		font-size: 24px;
	}
	.index-page .partners .partner-list .partner-item {
		margin-bottom: 25px;
	}
	.index-page .contact .left .title {
		font-size: 24px;
	}
	.index-page .contact .left .sub-title {
		margin-top: 15px;
		margin-bottom: 15px;
		font-size: 16px;
	}
	.index-page .contact .left .info-list p {
		max-width: none;
	}
	.index-page .contact .left .info-list p img {
		width: 30px;
		vertical-align: middle;
	}
	.index-page .contact .left .info-list p span:nth-child(2) {
		margin-left: 0;
	}
	.index-page .contact .contact-wrap .right {
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.index-page .contact .left .info-list p span:nth-child(1) {
		text-align: left;
	}
	.index-page .contact .left .info-list p {
		margin-bottom: 15px;
	}
	.index-page .partners .partner-list {
		margin-top: 45px;
		margin-bottom: 45px;
	}
}
@media (max-width: 576px) {
	.index-page .hot-latest .hot-list .hot-item {
		width: 100%;
	}
	.index-page .company-profile .company-wrap .left .company-list {
		justify-content: space-between;
	}
	.index-page .company-profile .company-wrap .left .company-list .company-item {
		width: 47%;
		margin-right: 0 !important;
		padding: 15px 10px;
	}
	.index-page .contact .left .info-list p span:nth-child(2) {
		font-size: 14px;
	}
	.index-page .produce .pro-list .pro-item .text .pro-title {
		font-size: 14px;
	}
}
