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

.container {
	position: relative;
	z-index: 9;
}

.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 .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.target .custom-col {
	flex: 0 0 20%;
	max-width: 20%;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
	grid-auto-rows: 1fr;
	/* 统一行高 */
}

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

.targetBox:hover {
	transform: translateY(-5px);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.targetBox {
	background: #fff;
	padding: 20px 20px;
	border-radius: 20px;
	position: relative;
	margin-top: 16px;
	transition: all 0.3s ease;
}

.targetBox dl {
	width: 100%;
	padding: 20px 0;
}

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

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

.number-icon1 {
	background: url(../img/number_icon1.png) no-repeat right bottom #fff;
}

.number-icon2 {
	background: url(../img/number_icon2.png) no-repeat right bottom #fff;
}

.number-icon3 {
	background: url(../img/number_icon3.png) no-repeat right bottom #fff;
}

.number-icon4 {
	background: url(../img/number_icon4.png) no-repeat right bottom #fff;
}

.number-icon5 {
	background: url(../img/number_icon5.png) no-repeat right bottom #fff;
}

.number-icon6 {
	background: url(../img/number_icon6.png) no-repeat right bottom #fff;
}

.number-icon7 {
	background: url(../img/number_icon7.png) no-repeat right bottom #fff;
}

.number-icon8 {
	background: url(../img/number_icon8.png) no-repeat right bottom #fff;
}

.number-icon9 {
	background: url(../img/number_icon9.png) no-repeat right bottom #fff;
}

.number-icon10 {
	background: url(../img/number_icon10.png) no-repeat right bottom #fff;
}

.valueList {
	display: flex;
	padding: 0 0 55px 0;
}

.image-List {
	border-radius: 20px;
	display: flex;
	overflow: hidden;
	box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.1);
}

.image-List img {
	width: 100%;
}

.text-List {
	flex: 1;
	padding: 10px 35px;
}

.List-title {
	margin-bottom: 15px;
}

.List-title h2 {
	font-size: 1.4rem;
	color: #000;
	margin-bottom: 5px;
}

.List-title p {
	font-size: 1.2rem;
	color: #000;
	font-weight: 300;
	letter-spacing: 1px;
}


.List-body {
	margin-top: 20px;
}

.List-body span {
	color: #000;
}

.List-body p {
	margin-bottom: 10px;
	color: #595757;
	position: relative;
}

.bottom-icon {}

.bottom-icon .serviceBox1 {
	padding: 0;
	text-align: center;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.bottom-icon .serviceBox1 img {
	width: 80px;
}

.bottom-icon .serviceBox1:hover {
	transform: translateY(-10px);
}

.bottom-icon .serviceBox1 h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0 !important;
	padding: 15px 0 11px 0;
}

.bottom-icon .serviceBox1 p {
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 0 !important;
}