/* var(--main-bg-color)*/
.zuiwai{
	width: 1500px;
	margin: 0 auto;
}
.aboutBtn{
	width: 50%;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
}
.aboutBtn div{
	width: 220px;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	color: #535353;
	background-color: #eeeeee;
	border-radius: 5px;
	letter-spacing: 1px;
}
.aboutBtn div:hover{
	cursor: pointer;
}
.aboutBtnActive{
	background-color: var(--main-bg-color) !important;
	color: #fff !important;
}
/* 文字区 */
.abouttextWrap{
	width: 80%;
	margin: 60px auto 0;
}
.abouttextTitle{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: var(--main-bg-color);
	letter-spacing: 1px;
	font-weight: bold;
}
.abouttextWord{
	font-size: 16px;
	line-height: 20px;
}
.aboutbottomimg{
	width: 100%;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.aboutimgs{
	width: 49%;
	height: 250px;
	overflow: hidden;
}
.aboutimgs img{
	width: 100%;
	height: auto;
}


/* 手机端样式 */
@media (min-width: 300px) and (max-width: 500px){
	.zuiwai{
		width: 100%;
		margin: 0 auto;
	}
	.aboutBtn{
		width: 90%;
		margin: 90px auto 0;
		display: flex;
		justify-content: space-between;
	}
	.aboutBtn div{
		width: 30%;
		height: 45px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 14px;
		color: #535353;
		background-color: #eeeeee;
		border-radius: 5px;
		letter-spacing: 1px;
	}
	/* 文字区 */
	.abouttextWrap{
		width: 90%;
		margin: 30px auto 0;
	}
	.abouttextTitle{
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: var(--main-bg-color);
		letter-spacing: 1px;
		font-weight: bold;
	}
	.abouttextWord{
		font-size: 14px;
		line-height: 20px;
	}
	.aboutbottomimg{
		width: 100%;
		margin-top: 10px;
		display: block;
		justify-content: space-between;
	}
	.aboutimgs{
		width: 100%;
		height: 160px;
		overflow: hidden;
		margin-top: 10px;
		border-radius: 5px;
	}
	.aboutimgs img{
		width: 100%;
		height: auto;
	}
}

/* pad端样式 */
@media (min-width: 500px) and (max-width: 800px){
	.zuiwai{
		width: 100%;
		margin: 0 auto;
	}
	.aboutBtn{
		width: 90%;
		margin: 120px auto 0;
		display: flex;
		justify-content: space-between;
	}
	.aboutBtn div{
		width: 30%;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 16px;
		color: #535353;
		background-color: #eeeeee;
		border-radius: 5px;
		letter-spacing: 1px;
	}
	.aboutBtn div:hover{
		cursor: pointer;
	}
	.aboutBtnActive{
		background-color: var(--main-bg-color) !important;
		color: #fff !important;
	}
	/* 文字区 */
	.abouttextWrap{
		width: 90%;
		margin: 40px auto 0;
	}
	.abouttextTitle{
		width: 100%;
		text-align: center;
		font-size: 20px;
		color: var(--main-bg-color);
		letter-spacing: 1px;
		font-weight: bold;
	}
	.abouttextWord{
		font-size: 16px;
		line-height: 20px;
	}
	.aboutbottomimg{
		width: 100%;
		margin-top: 20px;
		display: flex;
		justify-content: space-between;
	}
	.aboutimgs{
		width: 49%;
		height: 190px;
		overflow: hidden;
	}
	.aboutimgs img{
		width: 100%;
		height: auto;
	}
}