/* 幻灯片 */
	.equipment-banner{
		width: 100%;
		position: relative;
	}
	
	.equipment-banner img{
		width: 100%;
		height: 100%;
	}
	
	.equipment-banner img.mobile-image{
		display: none;
	}
	
	.equipment-banner img.computer-image{
		display: block;
	}

	/* 幻灯片-内容 */
	.equipment-banner .widget{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0%;
		right: 0%;
		z-index: 10;
	}
	
	.equipment-banner .widget .content-wrapper{
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	
	.equipment-banner .widget .content-wrapper .title{
		width: 100%;
		color: rgba(255, 255, 255, 1);
		position: relative;
	}
	
	.equipment-banner .widget .content-wrapper .title p{
		width: 100%;
		line-height: 1;
		font-size: 48px;
		padding-bottom: 2.500%;
		font-family: "Montserrat-Regular";
	}
	
	.equipment-banner .widget .content-wrapper .title::before{
		height: 5px;
		content: '';
		width: 7.858%;
		background-color: rgba(255, 255, 255, 1);
		position: absolute;
		left: 0%;
		bottom: 0%;
	}

/* 生产设备-介绍 */
	.equipment-introduce{
		width: 100%;
		padding: 7.357% 0% 7.620%;
	}

	/* 生产设备-介绍-头部 */
	.equipment-introduce .header{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.equipment-introduce .header .title{
		width: 45%;
	}
	
	.equipment-introduce .header .title p{
		line-height: 1;
		font-size: 36px;
		color: rgba(17, 17, 17, 1);
		font-family: "Montserrat-Regular";
	}
	
	.equipment-introduce .header .explain{
		width: 45%;
		font-size: 16px;
		line-height: 26px;
		color: rgba(93, 93, 93, 1);
	}

	/* 生产设备-介绍-内容 */
	.equipment-introduce .content-wrapper{
		width: 100%;
		display: flex;
		margin-top: 6.429%;
		border-radius: 10px;
		align-items: stretch;
		justify-content: flex-start;
		border: 1px solid rgba(226, 226, 226, 1);
	}
	
	.equipment-introduce .content-wrapper .item{
		width: 20%;
		transition: all 2s;
		-o-transition: all 2s;
		background-size: cover;
		-moz-transition: all 2s;
		-webkit-transition:all 2s;
		background-position: center;
		background-repeat: no-repeat;
		border-right: 1px solid rgba(226, 226, 226, 1);
	}
	
	.equipment-introduce .content-wrapper .item:last-child{
		border-right-width: 0px;
	}
	
	.equipment-introduce .content-wrapper .item .widget{
		display: flex;
		align-items: center;
		flex-direction: column;
		padding: 80px 30px 95px;
		background-color: rgba(255, 255, 255, 1);
	}
	
	.equipment-introduce .content-wrapper .item .widget .icon-img{
		width: 65px;
	}
	
	.equipment-introduce .content-wrapper .item .widget .icon-img img{
		width: 100%;
		height: 100%;
	}
	
	.equipment-introduce .content-wrapper .item .widget .icon-img img.image-when-selected{
		display: none;
	}
	
	.equipment-introduce .content-wrapper .item .widget .icon-img img.image-when-not-selected{
		display: block;
	}
	
	.equipment-introduce .content-wrapper .item .widget .content{
		width: 100%;
		margin-top: 65px;
	}
	
	.equipment-introduce .content-wrapper .item .widget .content .name{
		width: 100%;
		height: 60px;
		font-size: 20px;
		line-height: 30px;
		text-align: center;
		-webkit-line-clamp: 2;
		color: rgba(30, 30, 30, 1);
	}
	
	.equipment-introduce .content-wrapper .item .widget .content .explain{
		width: 100%;
		height: 100px;
		font-size: 14px;
		margin-top: 35px;
		line-height: 25px;
		text-align: center;
		-webkit-line-clamp: 4;
		color: rgba(158, 158, 158, 1);
	}

/* 生产设备-设备幻灯片 */
	.equipment-goods-banner{
		width: 100%;
		background-size: cover;
		padding: 6.832% 0% 7.095%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.equipment-goods-banner .icon-img{
		width: 4.286%;
		padding: 2.143% 0%;
		border-radius: 10px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.equipment-goods-banner .content-wrapper{
		width: 100%;
		position: relative;
	}
	
	.equipment-goods-banner .content-wrapper .swiper-slide{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.equipment-goods-banner .content-wrapper .swiper-slide .content{
		width: 45.715%;
	}
	
	.equipment-goods-banner .content-wrapper .swiper-slide .content .name p{
		width: 100%;
		line-height: 1;
		font-size: 36px;
		margin-bottom: 3.126%;
		color: rgba(17, 17, 17, 1);
		font-family: "Montserrat-Regular";
	}
	
	.equipment-goods-banner .content-wrapper .swiper-slide .content .name p:last-child{
		margin-bottom: 0%;
	}
	
	.equipment-goods-banner .content-wrapper .swiper-slide .content .explain{
		width: 100%;
		font-size: 20px;
		line-height: 30px;
		margin-top: 7.813%;
		color: rgba(102, 102, 102, 1);
	}
	
	.equipment-goods-banner .content-wrapper .swiper-slide .image{
		width: 46.786%;
	}
	
	.equipment-goods-banner .content-wrapper .swiper-slide .image img{
		width: 100%;
		height: 100%;
	}

	/* 生产设备-设备幻灯片-切换按钮 */
	.equipment-goods-banner .content-wrapper .swiper-button{
		display: flex;
		width: 8.929%;
		align-items: center;
		justify-content: space-between;
		position: absolute;
		bottom: 0%;
		left: 32.858%;
	}
	
	.equipment-goods-banner .content-wrapper .swiper-button .item{
		width: 40%;
		height: 0%;
		margin-top: 0%;
		padding: 20% 0%;
		border-radius: 10px;
		background-color: rgba(255, 255, 255, 1);
		border: 1px solid rgba(237, 237, 237, 1);
		position: relative;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0; 
	}
	
	.equipment-goods-banner .content-wrapper .swiper-button .item span{
		display: flex;
		font-size: 20px;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0; 
	}
	
	.equipment-goods-banner .content-wrapper .swiper-button .item::after{
		display: none;
	}

/* 生产设备-工厂环境 */
	.equipment-factory{
		width: 100%;
		padding: 10.510% 0% 8.408%;
	}

	/* 生产设备-工厂环境-头部 */
	.equipment-factory .header .title p{
		width: 100%;
		line-height: 1;
		font-size: 36px;
		margin-bottom: 1.429%;
		color: rgba(17, 17, 17, 1);
		font-family: "Montserrat-Regular";
	}
	
	.equipment-factory .header .title p:last-child{
		margin-bottom: 0%;
	}
	
	.equipment-factory .content-wrapper{
		width: 100%;
		display: grid;
		margin-top: 4.643%;
		grid-row-gap: 65px;
		grid-column-gap: 25px;
		grid-template-columns: repeat(3, 1fr);
	}
	
	.equipment-factory .content-wrapper .item .image{
		width: 100%;
		overflow: hidden;
	}
	
	.equipment-factory .content-wrapper .item .image img{
		width: 100%;
		height: 100%;
	}
	
	.equipment-factory .content-wrapper .item .name{
		width: 100%;
		font-size: 26px;
		line-height: 30px;
		margin-top: 7.778%;
		text-align: center;
		color: rgba(17, 17, 17, 1);
	}

	/* 生产设备-介绍-幻灯片-悬停 */
	.equipment-introduce .content-wrapper .item.current-hover-item{
		width: 40%;
	}
	
	.equipment-introduce .content-wrapper .item.current-hover-item .widget{
		align-items: flex-start;
		background-color: rgba(0, 0, 0, 0);
	}
	
	.equipment-introduce .content-wrapper .item.current-hover-item .widget .icon-img img.image-when-selected{
		display: block;
	}
	
	.equipment-introduce .content-wrapper .item.current-hover-item .widget .icon-img img.image-when-not-selected{
		display: none;
	}
	
	.equipment-introduce .content-wrapper .item.current-hover-item .widget .content .name{
		font-size: 30px;
		text-align: unset;
		color: rgba(255, 255, 255, 1);
	}
	
	.equipment-introduce .content-wrapper .item.current-hover-item .widget .content .explain{
		font-size: 16px;
		text-align: unset;
		color: rgba(255, 255, 255, 1);
	}

	/* 生产设备-设备幻灯片-切换按钮-悬停 */
	.equipment-goods-banner .content-wrapper .swiper-button .item.current-hover-item{
		color: rgba(255, 255, 255, 1);
		background-color: rgba(8, 74, 202, 1);
	}

	/* 生产设备-工厂环境-悬停 */
	.equipment-factory .content-wrapper .item.current-hover-item .image img{
		transform: scale(1.1);
	}

/* 响应 1440 */
@media screen and (max-width: 1440px) {
/* 幻灯片 */

	/* 幻灯片-内容 */
	.equipment-banner .widget .content-wrapper .title p{
		font-size: 40px;
	}
	
	.equipment-banner .widget .content-wrapper .title::before{
		height: 4px;
		width: 8.334%;
	}

/* 生产设备-介绍 */
	.equipment-introduce{
		padding: 7.292% 0% 7.639%;
	}

	/* 生产设备-介绍-头部 */
	.equipment-introduce .header .title p{
		font-size: 28px;
	}
	
	.equipment-introduce .header .explain{
		font-size: 14px;
		line-height: 24px;
	}

	/* 生产设备-介绍-内容 */
	.equipment-introduce .content-wrapper{
		margin-top: 6.250%;
		border-radius: 8px;
	}
	
	.equipment-introduce .content-wrapper .item .widget{
		padding: 75px 25px 90px;
	}
	
	.equipment-introduce .content-wrapper .item .widget .icon-img{
		width: 60px;
	}
	
	.equipment-introduce .content-wrapper .item .widget .content{
		margin-top: 60px;
	}
	
	.equipment-introduce .content-wrapper .item .widget .content .name{
		height: 50px;
		font-size: 18px;
		line-height: 25px;
	}
	
	.equipment-introduce .content-wrapper .item .widget .content .explain{
		height: 80px;
		font-size: 12px;
		margin-top: 30px;
		line-height: 20px;
	}

/* 生产设备-设备幻灯片 */
	.equipment-goods-banner{
		padding: 6.945% 0% 7.292%;
	}
	
	.equipment-goods-banner .icon-img{
		width: 4.584%;
		padding: 2.292% 0%;
		border-radius: 8px;
	}
	
	.equipment-goods-banner .content-wrapper .swiper-slide .content{
		width: 45.834%;
	}
	
	.equipment-goods-banner .content-wrapper .swiper-slide .content .name p{
		font-size: 28px;
		margin-bottom: 2.728%;
	}
	
	.equipment-goods-banner .content-wrapper .swiper-slide .content .explain{
		font-size: 18px;
		line-height: 28px;
		margin-top: 7.273%;
	}
	
	.equipment-goods-banner .content-wrapper .swiper-slide .image{
		width: 46.667%;
	}

	/* 生产设备-设备幻灯片-切换按钮 */
	.equipment-goods-banner .content-wrapper .swiper-button{
		width: 8.334%;
	}
	
	.equipment-goods-banner .content-wrapper .swiper-button .item{
		border-radius: 8px;
	}
	
	.equipment-goods-banner .content-wrapper .swiper-button .item span{
		font-size: 18px;
	}

/* 生产设备-工厂环境 */
	.equipment-factory{
		padding: 10.417% 0% 8.334%;
	}

	/* 生产设备-工厂环境-头部 */
	.equipment-factory .header .title p{
		font-size: 28px;
		margin-bottom: 1.250%;
	}
	
	.equipment-factory .content-wrapper{
		margin-top: 4.584%;
		grid-row-gap: 60px;
		grid-column-gap: 20px;
	}
	
	.equipment-factory .content-wrapper .item .name{
		font-size: 22px;
		line-height: 26px;
		margin-top: 6.466%;
	}

	/* 生产设备-介绍-幻灯片-悬停 */
	.equipment-introduce .content-wrapper .item.current-hover-item .widget .content .name{
		font-size: 25px;
	}
	
	.equipment-introduce .content-wrapper .item.current-hover-item .widget .content .explain{
		font-size: 14px;
	}

	/* 生产设备-设备幻灯片-切换按钮-悬停 */

	/* 生产设备-工厂环境-悬停 */
}

/* 响应 1000 */
@media screen and (max-width: 1000px) {
/* 幻灯片 */

	/* 幻灯片-内容 */
	.equipment-banner .widget .content-wrapper .title p{
		font-size: 32px;
		padding-bottom: 2.894%;
	}
	
	.equipment-banner .widget .content-wrapper .title::before{
		height: 3px;
		width: 11.575%;
	}

/* 生产设备-介绍 */
	.equipment-introduce{
		padding: 7.162% 0% 7.813%;
	}

	/* 生产设备-介绍-头部 */
	.equipment-introduce .header{
		display: block;
	}
	
	.equipment-introduce .header .title{
		width: 80%;
		margin: 0% auto;
		text-align: center;
	}
	
	.equipment-introduce .header .title p{
		font-size: 20px;
		line-height: 30px;
	}
	
	.equipment-introduce .header .explain{
		width: 80%;
		margin: 0% auto;
		font-size: 12px;
		line-height: 18px;
		text-align: center;
		margin-top: 2.894%;
	}

	/* 生产设备-介绍-内容 */
	.equipment-introduce .content-wrapper{
		display: grid;
		grid-gap: 10px;
		border-width: 0px;
		margin-top: 6.511%;
		border-radius: 6px;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.equipment-introduce .content-wrapper .item{
		width: 100%;
		border-radius: inherit;
		border: 1px solid rgba(226, 226, 226, 1);
	}
	
	.equipment-introduce .content-wrapper .item:last-child{
		border-right-width: 1px;
	}
	
	.equipment-introduce .content-wrapper .item .widget{
		padding: 30px 25px;
		border-radius: 4px;
	}
	
	.equipment-introduce .content-wrapper .item .widget .icon-img{
		width: 55px;
	}
	
	.equipment-introduce .content-wrapper .item .widget .content{
		margin-top: 20px;
	}
	
	.equipment-introduce .content-wrapper .item .widget .content .name{
		height: 40px;
		font-size: 16px;
		line-height: 20px;
	}
	
	.equipment-introduce .content-wrapper .item .widget .content .explain{
		margin-top: 25px;
	}

/* 生产设备-设备幻灯片 */
	.equipment-goods-banner{
		padding: 6.511% 0% 7.162%;
	}
	
	.equipment-goods-banner .icon-img{
		width: 7.234%;
		padding: 3.617% 0%;
		border-radius: 6px;
	}
	
	.equipment-goods-banner .content-wrapper .swiper-slide{
		display: block;
	}
	
	.equipment-goods-banner .content-wrapper .swiper-slide .content{
		width: 100%;
		margin-top: 8.684%;
	}
	
	.equipment-goods-banner .content-wrapper .swiper-slide .content .name p{
		font-size: 20px;
		text-align: center;
		margin-bottom: 1.448%;
	}
	
	.equipment-goods-banner .content-wrapper .swiper-slide .content .explain{
		font-size: 16px;
		line-height: 26px;
		margin-top: 2.895%;
	}
	
	.equipment-goods-banner .content-wrapper .swiper-slide .image{
		width: 100%;
		margin-top: 3.618%;
	}

	/* 生产设备-设备幻灯片-切换按钮 */
	.equipment-goods-banner .content-wrapper .swiper-button{
		width: 11.578%;
		position: absolute;
		top: 0%;
		bottom: auto;
		right: 0%;
		left: auto;
	}
	
	.equipment-goods-banner .content-wrapper .swiper-button .item{
		width: 38.889%;
		border-radius: 6px;
		padding: 19.445% 0%;
		border: 1px solid rgba(230, 230, 230, 1);
	}
	
	.equipment-goods-banner .content-wrapper .swiper-button .item span{
		font-size: 16px;
	}

/* 生产设备-工厂环境 */
	.equipment-factory{
		padding: 10.417% 0% 8.464%;
	}

	/* 生产设备-工厂环境-头部 */
	.equipment-factory .header .title p{
		font-size: 20px;
		margin-bottom: 1.447%;
	}
	
	.equipment-factory .content-wrapper{
		margin-top: 4.341%;
		grid-row-gap: 55px;
		grid-column-gap: 15px;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.equipment-factory .content-wrapper .item .name{
		font-size: 18px;
		line-height: 22px;
		margin-top: 7.395%;
	}

	/* 生产设备-介绍-幻灯片-悬停 */
	.equipment-introduce .content-wrapper .item.current-hover-item{
		width: 100%;
	}
	
	.equipment-introduce .content-wrapper .item.current-hover-item .widget .content .name{
		font-size: 20px;
	}

	/* 生产设备-设备幻灯片-切换按钮-悬停 */

	/* 生产设备-工厂环境-悬停 */
}

/* 响应 750 */
@media screen and (max-width: 750px) {
/* 幻灯片 */
	.equipment-banner img.mobile-image{
		display: block;
	}
	
	.equipment-banner img.computer-image{
		display: none;
	}

	/* 幻灯片-内容 */
	.equipment-banner .widget .content-wrapper .title p{
		font-size: 28px;
		padding-bottom: 3.922%;
	}
	
	.equipment-banner .widget .content-wrapper .title::before{
		height: 2px;
		width: 18.301%;
	}

/* 生产设备-介绍 */
	.equipment-introduce{
		padding: 7.059% 0% 8.236%;
	}

	/* 生产设备-介绍-头部 */
	.equipment-introduce .header .title{
		width: 100%;
	}
	
	.equipment-introduce .header .title p{
		font-size: 16px;
		line-height: 26px;
	}
	
	.equipment-introduce .header .explain{
		width: 100%;
		margin-top: 3.922%;
	}

	/* 生产设备-介绍-内容 */
	.equipment-introduce .content-wrapper{
		margin-top: 6.536%;
		grid-template-columns: repeat(1, 1fr);
	}

/* 生产设备-设备幻灯片 */
	.equipment-goods-banner{
		padding: 5.883% 0% 7.059%;
	}
	
	.equipment-goods-banner .icon-img{
		width: 11.765%;
		padding: 5.883% 0%;
	}
	
	.equipment-goods-banner .content-wrapper .swiper-slide .content{
		width: 100%;
		margin-top: 15.666%;
	}
	
	.equipment-goods-banner .content-wrapper .swiper-slide .content .name p{
		font-size: 16px;
		text-align: center;
		margin-bottom: 2.092%;
	}
	
	.equipment-goods-banner .content-wrapper .swiper-slide .content .explain{
		font-size: 14px;
		line-height: 24px;
		margin-top: 3.917%;
	}
	
	.equipment-goods-banner .content-wrapper .swiper-slide .image{
		margin-top: 5.222%;
	}

	/* 生产设备-设备幻灯片-切换按钮 */
	.equipment-goods-banner .content-wrapper .swiper-button{
		width: 20.916%;
	}
	
	.equipment-goods-banner .content-wrapper .swiper-button .item{
		width: 37.500%;
		padding: 18.750% 0%;
	}
	
	.equipment-goods-banner .content-wrapper .swiper-button .item span{
		font-size: 14px;
	}

/* 生产设备-工厂环境 */
	.equipment-factory{
		padding: 10.589% 0% 8.236%;
	}

	/* 生产设备-工厂环境-头部 */
	.equipment-factory .header .title p{
		font-size: 16px;
		margin-bottom: 2.092%;
	}
	
	.equipment-factory .content-wrapper{
		margin-top: 3.922%;
		grid-row-gap: 20px;
		grid-column-gap: 0px;
		grid-template-columns: repeat(1, 1fr);
	}
	
	.equipment-factory .content-wrapper .item .name{
		font-size: 16px;
		line-height: 20px;
		margin-top: 3.922%;
	}

	/* 生产设备-介绍-幻灯片-悬停 */

	/* 生产设备-设备幻灯片-切换按钮-悬停 */

	/* 生产设备-工厂环境-悬停 */
}