#hero-01 {
	width: 100%;
	height: 610px;
	background: url(../img/banner2.jpg) no-repeat 50% !important;
	background-position: center;
	background-size: cover !important;
}

.container .title {
	padding: 0 20px;
	text-align: center;
}

.container .title h1 {
	font-size: 2.2rem;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container .title h1::before,
.container .title h1::after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background: linear-gradient(#168ae1, rgb(1, 84, 201));
	margin: 0 20px;
}

.container .title p {
	color: #595757;
	padding-top: 10px;
	font-weight: 300;
	margin-bottom: 0;
}

.route-img {
	padding: 0 40px;
}

.route-img img {
	width: 100%;
	vertical-align: top;
}

.bg-light {
	background: linear-gradient(#f8fbfe, rgb(233, 242, 255));
	position: relative;
}

.linebg-right {
	position: absolute;
	width: 35%;
	right: 0;
	top: 0;
	z-index: 0;
}

.linebg-left {
	position: absolute;
	width: 25%;
	left: 0;
	bottom: 0;
	z-index: 0;
}

.linebg-right1 {
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	z-index: 0;
}

.linebg-left1 {
	position: absolute;
	width: 35%;
	left: 0;
	bottom: 20%;
	z-index: 0;
}

.linebg-right img,
.linebg-left img,
.linebg-right1 img,
.linebg-left1 img {
	width: 100%;
}

.target {
	padding-top: 60px;
}

.target .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.target-card {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	transition: all 0.3s ease;
}

.target-card:hover {
	transform: translateY(-10px);
}


.targetBox {
	background: #fff;
	padding: 25px 35px;
	box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	position: relative;
}

.targetBox::before {
	content: "";
	position: absolute;
	width: 120px;
	height: 60px;
	/* 高度是宽度的一半，形成半圆 */
	background: #fff;
	border-radius: 60px 60px 0 0;
	/* 上半圆 */
	top: -60px;
	/* 让半圆外凸 */
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.1);
}

.targetBox::after {
	content: '';
	position: absolute;
	z-index: 0;
	top: -1px;
	left: 50%;
	right: 0;
	transform: translateX(-50%);
	width: 120px;
	height: 10px;
	/* 根据需要调整 */
	background-color: #fff;
	/* 与背景色相同，以覆盖阴影 */
}

.targetBox-icon {
	position: absolute;
	width: 90px;
	height: 90px;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.targetBox-icon img {
	width: 100%;
}

.targetBox dl {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 15px;
}

.targetBox dt {
	font-size: 20px;
	text-align: center;
}

.targetBox dd {
	color: #595757;
	line-height: 1.75;
	margin-top: 1rem;
}

.actual {
	padding: 0 90px;
}

.actual dt {
	font-size: 20px;
	padding-bottom: 10px;
}

.actual dd {
	color: #595757;
	line-height: 1.75;
	padding: 10px 0;
}

.actual .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -8px;
	margin-left: -8px;
}

.actual-card {
	position: relative;
	width: 100%;
	padding-right: 8px;
	padding-left: 8px;
	transition: all 0.3s ease;
	margin-top: 16px;
}



.actual-card img:hover {
	transform: translateY(-5px);
	box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.1);
}

.actual-card img {
	width: 100%;
	border-radius: 15px;
	transition: all 0.3s ease;
}

.portrait {
	padding: 65px 90px 0;
}

.portrait dt {
	font-size: 20px;
	padding-bottom: 10px;
}

.portrait dd {
	color: #595757;
	line-height: 1.75;
	padding: 10px 0;
}

.actual-img {
	margin-top: 35px;
	padding: 20px;
	background: #f5f8fe;
	border-radius: 20px;
	box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.1);
}

.actual-img img {
	width: 100%;
}