.projectBox{
	width: 37.5rem;height: 42.6rem;position: relative;text-align: center;padding-top: 5.5rem;z-index: -1;
}
.projectBox .projectBg{
	width: 37.5rem;height: 42.6rem;position: absolute;z-index: -2;left: 0;top: 0;
}
.projectBox .projectType{
	height: 4.8rem;
}
.projectBox .projectName{
	font-size: 2rem;font-weight: 500;color: #FFFFFF;line-height: 3rem;text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	width: 22rem;margin: 0 auto;text-align: center;margin-top: 2.4rem;
}
.switchView{
	width: 37.5rem;height: 5.6rem;background-color: #FFFFFF;display: flex;justify-content: space-between;
	text-align: center;line-height: 5.6rem;font-size: 1.4rem;font-weight: 400;color: #000000;margin-top: -22.5rem;
}
.switchView .arrowBox{
	width: 5rem;
}
.splitIcon{
	width: 0.1rem;height: 3.6rem;vertical-align: middle;
}
.arrowIcon{
	width: 3.6rem;height: 3.6rem;vertical-align: middle;
}
.productContent{
	font-size: 1.3rem;font-weight: 400;color: #000000;line-height: 2.8rem;padding: 1.6rem;background-color: #fff;
	min-height: 15rem;text-align: justify;text-indent: 2em;
}