body::-webkit-scrollbar {
	/* 隐藏右侧滚动条 */
	display: none;
}

.electrical-equipment .text-spacing {
	letter-spacing: 3px;
}

.electrical-equipment .ele-container {
	width: 100%;
	position: relative;
}

.equipment {
	width: 100%;
}

.no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.no-padding img {
	width: 100%;
}

.cont {
	position: relative;
}



/* pc端 */
@media screen and (min-width: 1024px) {
	html {
		/* 1rem=16px */
		font-size: 16px !important;
	}

	.ele-page .pageSwiper {
		min-width: 1024px;
		width: 100%;
		height: 100%;
		position: absolute;
	}

	.equipment {
		position: relative;
		width: 100%;
		height: 100%;
		background-color: #FFFFFF;
	}

	/* 首图  start */
	.ele-container .big-title {
		position: absolute;
		left: 0;
		right: 22%;
		top: 0;
		bottom: 7%;
		margin: auto;
		width: 38%;
		height: 20%;
		letter-spacing: 3px;
	}

	.ele-container .big-title .title {
		font-size: 38px;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 100px;
	}

	.ele-container .big-title .desc {
		font-size: 22px;
		letter-spacing: 2px;
		position: absolute;
		padding: 0;
		color: #F1F1F1;
		color: rgba(255, 255, 255, 0.8);
	}

	/* 首图 end */

	/* 图文部分  start */
	.equipment {
		width: 100%;
		/* height:100%;	 */
		background: #fff;
		opacity: 0.5;
		transition: opacity 1.5s;
	}

	.ele-container {
		opacity: 0.5;
		transition: opacity 1.5s;
	}

	.equipmentactive {
		opacity: 1;
	}

	.equipment .inner {
		overflow: hidden;
		background: #fff;
		width: 100%;
	}


	.txt {
		width: 70%;
		margin: auto;
		padding-top: 10%;
		transition: all 1s;
		transform: translateY(30px);
		opacity: 0.5;
	}

	.txt-sport {
		transform: translateY(0px);
		opacity: 1;
	}

	.txt .title {
		font-size: 30px;
		line-height: 60px;
		font-weight: bold;
		letter-spacing: 3px;
	}

	.txt .desc {
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 3px;
	}

	.inner1 {
		position: absolute;
	}

	.inner2 {
		position: absolute;
		top: 50%;
	}

	/* 图文部分  end */

	/* 右侧轮播按钮 */
	.ele-page .allpage-pagination {
		position: absolute;
		z-index: 20;
		right: 30px;
		bottom: 40%;
		text-align: center;
	}

	.ele-page .allpage-pagination .swiper-pagination-switch {
		display: block;
		width: 4px;
		height: 20px;
		background: rgba(0, 0, 0, 0.3);
		margin: 18px 0;
		cursor: pointer;
	}

	.ele-page .allpage-pagination .swiper-active-switch {
		background: rgba(0, 0, 0, 0.6);
		width: 6px;
		height: 35px;
		border: 0;
	}

	.ele-page .allpage-icon {
		position: absolute;
		width: 100px;
		z-index: 20;
		bottom: 20px;
		text-align: center;
		left: 50%;
		margin-left: -50px;
		display: inline-block;
	}

	.ele-page .allpage-icon img {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		position: relative;
		top: -3vh;
		animation: heart 1.3s ease-in-out 0.1s infinite alternate;
	}


	/*鼠标移动效果*/
	@keyframes heart {
		from {
			transform: translate(0, 0)
		}

		to {
			transform: translate(0, 15px)
		}
	}

	@-moz-keyframes heart {
		from {
			transform: translate(0, 0)
		}

		to {
			transform: translate(0, 15px)
		}
	}

	@-webkit-keyframes heart {
		from {
			transform: translate(0, 0)
		}

		to {
			transform: translate(0, 15px)
		}
	}

	@-o-keyframes heart {
		from {
			transform: translate(0, 0)
		}

		to {
			transform: translate(0, 15px)
		}
	}

	/*鼠标移动效果 end*/
}

/* 手机端 */
@media screen and (max-width: 1024px) {
	html {
		/* 1rem=14px */
		font-size: 14px !important;
	}

	.common-sub-title {
		font-size: 16px;
		font-weight: bold;
	}
	
	.ele-container {
		margin-top: 50px;
	}

	/* 首图  start */
	.ele-container .big-title {
		position: absolute;
		left: 0;
		right: 0;
		height: 30%;
		margin: auto;
		width: 75%;
		top: 30%;
	}

	.ele-container .big-title .title {
		font-size: 20px;
		margin-bottom: 0;
		padding-left: 3px;
		font-weight: bold;
		color: #FFFFFF;
		letter-spacing: 3px;
		padding-bottom: 5px;
	}

	.ele-container .big-title .desc {
		letter-spacing: 2px;
		font-size: 14px;
		padding: 0px 4px;
		color: #FFFFFF;
		color: rgba(255, 255, 255, 0.8);
		display: inline-block;
		opacity: 0.8;
	}

	/* 首图 end */


	/*图文部分  start */
	.equipment .inner {
		overflow: hidden;
		/* border-bottom: 1px solid #cccccc; */
		padding-bottom: 3%;
		background-color: #DDDDDD;
		/* position: relative; */
	}
	
	.bg-white {
		background-color: #FFFFFF;
	}

	.no-padding img {
		width: 90%;
		margin: 5% 5% 0;
		border-radius: 5px;
	}

	.cont .txt {
		width: 90%;
		margin: auto;
		padding: 5% 0;
	}

	.txt .title {
		font-size: 18px;
		line-height: 30px;
		font-weight: bold;
		padding-bottom: 4px;
		letter-spacing: 3px;
		color: #043473;
	}

	.txt .desc {
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 2px;
		color: #707072;
		text-indent:2em;
	}

	/* 图文部分 end */
}
