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

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

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

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

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

.fuwu .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

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

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

.fuwu-card:hover {
	transform: translateY(-5px);
}



.fuwuBox {
	background: #fff;
	padding: 20px 20px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	position: relative;
	text-align: center;
}

.fuwu-icon {
	padding-top: 15px;
}

.fuwuBox .fuwu-icon img {
	width: 100px;
}

.fuwuBox h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0 !important;
	padding: 20px 0 0 0;
}

.fuwuBox dl {
	width: 100%;
	padding: 10px 0;
}

.fuwuBox dt {
	font-size: 24px;
	text-align: center;
	padding-bottom: 10px;
	font-weight: 300 !important;
}

.fuwuBox dd {
	color: #595757;
	line-height: 2.25;
	font-size: 16px;
	padding-top: 10px;
}

.about {
	width: 100%;
	background: url(../img/contactbg.png) no-repeat center bottom;
	background-size: 100%;
	padding: 0;
}

.about-card {
	padding: 120px 0 240px 35px;
}

.about-title1 {
	font-size: 28px;
	font-weight: 600 !important;
}

.about-title2 {
	font-size: 32px;
	font-weight: 300 !important;
	color: #595757;
	letter-spacing: 2px;
}

.about-card ul {
	color: #595757;
}

.about-card ul li {
	line-height: 2.75;
	font-size: 16px;
}