.about {
	height: 32.6rem;
}

.function-bg {
	background-color: #f6f6f6;
	padding-top: 60px;
	padding-bottom: 218px;
	padding-left: 14%;
	padding-right: 14%;
}

.function-bg1 {
	background-image: linear-gradient(to top, #bcbcbc, #ffffff);
	padding-top: 60px;
	padding-left: 14%;
	padding-right: 14%;
	overflow: hidden;
}

.title-a {
	text-align: center;
}

.title-a div:nth-child(1) {
	font-size: 1.4rem;
	padding-bottom: 12px;
	font-weight: bold;
}

.title-a div:nth-child(2) {
	font-size: 14px;
	color: #585858;
}

.introduce-color {
	color: #169793;
}

.product-margin {
	padding-bottom: 38px;
}

.list-bg {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.list-bg div {
	background-color: #FFFFFF;
	width: 20%;
	height: 262px;
	border-radius: 10px;
	padding: 6px;
	cursor: pointer;
}

.list-bg div:hover {
	box-shadow: 0px 0px 50px rgba(25, 25, 25, 0.08);
}

.list-bg>div>span {
	display: block;
	text-align: center;
}

.list-bg>div>span:nth-child(1) {
	padding-top: 16px;
}


.list-bg>div>span:nth-child(3) {
	font-size: 14px;
	color: #999999;
	padding-top: 10px;
}

.list-one {
	margin-top: 60px;
}

.list-two {
	margin-top: 50px;
}

.function-list1 {
	position: relative;
}

.yc-a {
	/* position: absolute;
	bottom: -60px;
	left: 50%;
	transform: translate(-50%, 0px); */
	margin-bottom: -10px;
}

.customization {
	background-color: #02734C;
	height: 120px;
	width: 100%;
	background-image: url(images/yangchu/ju.png);
	background-size: 100% 100%;
	position: relative;
}

.customization div:nth-child(1) {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.8);
}

.customization div:nth-child(2) {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.54);
}

.position-wz {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.eat-out {
	width: 70%;
	height: 300px;
	background-image: url(images/yangchu/tg.png);
	background-size: 100% 100%;
	margin: auto;
	margin-top: -158px;
	border-radius: 10px;
	text-align: center;
}

.eatout-con {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 70%;
	margin: auto;
	padding-top: 82px;
}


.eatout-con>div span {
	display: block;
	text-align: center;
}

.eatout-con>div span img {
	width: 50%;
	padding-bottom: 12px;
}

.title-tg {
	font-size: 16px;
	color: #3e3e3e;
	padding-top: 30px;
}

.solution {
	background-image: url(images/yangchu/banner03.jpg) !important;
}

.about {
	background-image: url(images/yangchu/banner03.jpg) !important;
}



@media screen and (max-width: 1100px) {
	.list-bg div {
		height: 189px;
		padding: 6px;
	}
}


@media screen and (min-width: 768px) and (max-width: 1100px) {

	.header,
	.out .img li,
	.out ul li img {
		height: 18rem !important;
	}

	.function-bg1 {
		padding-left: 3%;
		padding-right: 3%;
	}

	.list-bg div {
		height: 176px;
	}
}

@media screen and (max-width: 1300px) {
	.list-bg div {
		height: 216px;
		padding: 6px;
	}

	.function-bg {
		padding-left: 3%;
		padding-right: 3%;
	}

	.eat-out {
		width: 90%;
		padding: 10px;
	}

	.list-bg>div>span img {
		width: 66%;
	}

	.list-bg>div>span:nth-child(1) {
		padding-top: 0px;
	}

	.eatout-con {
		width: 92% !important;
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.function-bg1 {
		padding-left: 3%;
		padding-right: 3%;
	}

	.list-bg div {
		height: 176px;
	}
}

@media screen and (min-width: 1099px) and (max-width: 1410px) {
	.header {
		height: 23rem !important;
	}
}
