.anchor {
	width: 100%;
	margin-bottom: 5rem;
}

.anchor ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.anchor li {
	width: 12rem;
	margin: 0 1rem;
}

.anchor a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 5rem;
	text-align: center;
	font-size: 1.6rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #666;
	background: #E8E8E8;
}

.anchor li.active a {
	color: #FFF;
	background: #0074D6;
}
.anchorPc{
	display: block;
}
.anchorWap{
	display: none;
}
.cont {
	width: 100%;
}

.cont:nth-child(even) {
	background-color: #ECEFF4;
}

.box{
	width: 70%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 8rem 0;
}

.boxImg {
	width: 46.5%;
}

.boxCont {
	width: 50%;
}

.boxCont h3 {
	font-size:2.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333;
	margin-bottom: 7.3rem;
	position: relative;
}

.boxCont h3:after {
	width: 120px;
	height: 4px;
	background: #0074D6;
	display: block;
	content: '';
	position: absolute;
	bottom: -2rem;
	left: 0;
}

.boxCont div {
	font-size: 1.6rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #797979;
	line-height: 38px;
}

.img1 {
	width: 46%;
}

@media (max-width: 768px) {
	.anchor {
		width: 100%;
		overflow-x: auto;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.anchor ul {
		width: 50rem;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		padding: 0 1rem;
	}
	.anchor li {
		width: 10rem;
		margin: 0 1rem 0 0;
	}
	.anchor li:last-child {
		margin-right: 0;
	}
	.anchor a {
		font-size: 1.4rem;
	}
	.anchor::-webkit-scrollbar {
		width: 0 !important
	}
	.anchor {
		-ms-overflow-style: none;
	}
	.anchor {
		overflow: -moz-scrollbars-none;
	}
	.anchorPc{
	display: none;
}
.anchorWap{
	display: block;
}
	.box {
		width: 94%;
		padding: 2rem 0 2.2rem;
		flex-wrap: wrap;
	}
	.cont:nth-child(odd) .box {
		flex-direction: column-reverse;
	}
	.boxImg,
	.boxCont {
		width: 100%;
	}
	.boxImg {
		margin-bottom: 1rem;
	}
	.boxCont h3 {
		font-size: 2.1rem;
		margin-bottom: 3.2rem;
		text-align: center;
	}
	.boxCont h3:after {
		width: 60px;
		height: 2px;
		bottom: -1rem;
		left: 50%;
		margin-left: -30px;
	}
	.boxCont div {
		font-size: 1.4rem;
		color: #888;
		line-height: 22px;
		margin-bottom: 2.7rem;
	}
}