.crumbs {
	box-sizing: border-box;
	padding: 5rem 0;
}

.crumbs div {
	width: 70%;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 1.8rem;
	border-left: 6px solid #0074D6;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.crumbs a {
	font-size: 1.8rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #8B8B8B;
}

.crumbsWap {
	display: none;
}

.banner {
	position: relative;
}

.banner .banner_e {
	position: absolute;
	left: 17%;
	bottom: 40%;
	font-size: 5.3rem;
	font-family: 'banner';
	font-weight: 200;
	color: #FFFFFF;
	letter-spacing: 3px;
}

.banner .banner_z {
	position: absolute;
	left: 17.1%;
	bottom: 28%;
	font-size: 4rem;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #FFFFFF;
	letter-spacing: 13px;
}

.banner:after {
	position: absolute;
	left: 17.2%;
	bottom: 13.5%;
	display: block;
	content: '';
	width: 5.6rem;
	height: 5px;
	background-color: #fff;
	display: none;
}

.banner_pc {
	margin-top: 100px;
}

.banner_wap {
	display: none;
}

.banner img {
	display: block;
	width: 100%!important;
	height: auto;
	border: 0;
}

.tab {
	width: 70%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tab .crumbs div {
	width: 100%;
	margin: 0;
}

.tab .crumbs,
.tab .tab_list {
	width: 50%;
}
.tab_list {
	display: flex;
	justify-content: center;
	align-items: center;
}

.tab_list li {
	width: 25%;
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #ACACAC;
	border-right: 2px solid #ACACAC;
	text-align: center;
	cursor: pointer;
}

.tab_list li:last-child {
	border: none
}

.tab_list li a {
	color: #ACACAC;
}

.tab_list li.active a {
	color: #262626;
}

@media (max-width: 1680px) {
	.banner .banner_e {
		font-size: 4rem;
	}
	.banner .banner_z {
		font-size: 3.5rem;
	}
	.banner:after {
		width: 4.7rem;
	}
}

@media (max-width: 1366px) {
	.banner .banner_e {
		font-size: 3.5rem;
	}
	.banner .banner_z {
		font-size: 2.5rem;
	}
	.banner:after {
		width: 3.9rem;
	}
}

@media (max-width: 1024px) {
	.crumbs a {
		font-size: 2rem;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #8B8B8B;
	}
	.tab_list li {
		width: 25%;
		font-size: 1.6rem;
		border-right: 1px solid #ACACAC;
	}
	.banner .banner_e {
		font-size: 2.8rem;
		letter-spacing: 2px;
	}
	.banner .banner_z {
		font-size: 2rem;
		letter-spacing: 8px;
	}
	.banner:after {
		width: 3rem;
	}
}

@media (max-width: 768px) {
	.crumbsWap {
		display: block;
	}
	.banner_pc {
		display: none;
	}
	.banner_wap {
		display: block;
		margin-top: 4rem;
	}
	.banner .banner_e {
		left: 5%;
		font-size: 2.7rem;
		letter-spacing: 1px;
	}
	.banner .banner_z {
		left: 5.1%;
		font-size: 2rem;
		letter-spacing: 7px;
	}
	.banner:after {
		left: 5.2%;
		bottom: 14.5%;
		width: 2.9rem;
		height: 3px;
	}
	.crumbs {
		padding: 1.4rem 0;
	}
	.crumbs div {
		width: 94%;
		padding-left: 0.9rem;
		border-left: 3px solid #0074D6;
	}
	.crumbs a {
		font-size: 1.4rem;
	}
	.tab {
		width: 94%;
		flex-wrap: wrap;
	}
	.tab .crumbs,
	.tab .tab_list {
		width: 100%;
	}
	.tab .tab_list {
		margin-bottom: 2.4rem;
	}
	.tab_list li {
		font-size: 14px;
	}
}

.review_hide {
	display: none !important;
}