.equipment-box{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 80px 0 30px;
}
.equipment-title{
	width: 638px;
	height: 68px;
	border: solid 1px #e6e6e6;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 80px;
	color: #999999;
	position: relative;
}
.equipment-title span{
	display: inline-block;
	width: 232px;
	height: 32px;
	font-size: 24px;
	color: #333333;
	line-height: 32px;
	letter-spacing: 1px;
	background: #FFFFFF;
	position: absolute;
	left: 50%;
	margin-left: -116px;
	top: -16px;
}
.equipment-tab{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.el-tabs__nav-scroll {
    text-align: center;
}
.el-tabs__nav-wrap::after{
	display: none;
}
.el-tabs__nav{
	float: none;
}
.el-tabs__active-bar{
	display: none;
}
.el-tabs--top .el-tabs__item.is-top:nth-child(2) {
    padding-left: 12px;
}
.el-tabs--top .el-tabs__item.is-top:last-child {
    padding-right: 12px;
}
.el-tabs__item{
	padding: 0 12px;
	margin: 0 9px;
	font-size: 16px;
}
.el-tabs__item.is-active {
    color: #ffffff;
    background-color: #1cb234;
}
.el-tabs__item:hover {
    color: #ffffff;
    background-color: #1cb234;
}
.el-carousel__item{
	overflow: visible;
}
.el-carousel__item img{
	width: 100%;
	transform: scale(1.65);
	position: relative;
	top: 97.5px;
}
.el-tabs__header{
	margin-bottom: 30px;
}
.el-carousel__container{
	height: 495px;
}
.el-carousel__arrow{
	width: 60px;
	height: 80px;
	font-size: 32px;
	background-color: rgba(0,0,0,0.3);
	border-radius: 0;
}
.el-carousel__arrow--right{
	right: 105px;
}
.el-carousel__arrow--left{
	left: 105px;
}
.el-carousel__indicators--labels{
	margin-top: 10px;
}
.el-carousel__indicators--outside button{
	background:#ffffff;
}
.el-carousel__indicator.is-active button {
	color: #1CB234;
}
.el-carousel__indicators--labels .el-carousel__button{
	font-size: 16px;
}
.el-carousel__indicator{
	position: relative;
}
.el-carousel__indicators--labels .el-carousel__indicator{
	padding: 6px 0;
}
.el-carousel__indicators--labels .el-carousel__button{
	padding: 2px 15px;
}
.el-carousel__indicator::after {
    content: "";
    position: absolute;
    right: -6px;
    bottom: 18px;
    width: 15px;
	height: 1px;
	background-color: #e6e6e6;
    z-index: 1;
}
.el-carousel__indicators .el-carousel__indicator:last-child::after{
	display: none;
}
@media only screen and (min-width: 100px) and (max-width: 414px) {
	body{
		background: #ffffff;
	}
	.equipment-box{
		width: 100%;
		padding: 30px 0 30px;
	}
	.equipment-tab {
	    width: 94%;
	    margin: 20px auto;
	}
	.equipment-title{
		width: 90%;
		height: 50px;
		line-height: 24px;
		padding: 18px 2% 0;
		font-size: 14px;
	}
	.equipment-title span {
	    width: 180px;
	    font-size: 18px;
	    margin-left: -90px;
	    top: -16px;
	}
	.el-tabs__header{
		margin-bottom: 20px;
	}
	.el-tabs__item {
	    padding: 0 12px;
	    margin: 0;
	    font-size: 12px;
	    height: 30px;
	    line-height: 30px;
	}
	.el-carousel__item img{
		top: 34px;
	}
	.el-tabs__header{
		margin-bottom: 30px;
	}
	.el-carousel__container{
		height: 170px;
	}
	.el-carousel__indicators--labels .el-carousel__button {
	    font-size: 12px;
	}
	.el-carousel__arrow{
		width: 24px;
		height: 36px;
		font-size: 12px;
		background-color: rgba(0,0,0,0.3);
	}
	.el-carousel__arrow--right{
		right: 34px;
	}
	.el-carousel__arrow--left{
		left: 34px;
	}
	.el-carousel__indicator::after {
		right: -7px;
		bottom: 17px;
		width: 12px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 375px) {
	.el-carousel__arrow{
		top: 45%;
	}
	.el-carousel__arrow--right{
		right: 31px;
	}
	.el-carousel__arrow--left{
		left: 31px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 320px) {
	.el-carousel__indicators--labels{
	    display: none;
	}
	.el-carousel__arrow{
		top: 42%;
	}
	.el-carousel__arrow--right{
		right: 26px;
	}
	.el-carousel__arrow--left{
		left: 26px;
	}
}