.b-deepskyblue {
	background-color: deepskyblue;

}

.b-seagreen {
	background: seagreen;
}

.b-rebeccapurple {
	background: rebeccapurple;
}

.b-coral {
	background: coral;
}

.b-gray {
	background: gray;
}

/*背景颜色*/

.ui-carousel {
	height: 500px;
	width: 100%;
}

.ui-carousel div {
	height: 100%;
	width: 100%;
}

.ui-carousel span {
	font-size: 2rem;
	display: flex;
	justify-content: center;
	color: #fff;
}

.ui-cell {
	padding: 48px 0;
	width: 100%;
}

.ui-cell-title {
	margin: 24px 0;
}

.ui-cell-title h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px;
}

.ui-cell-title p {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666666;
	font-size: 1.125rem;
}

.item-box {
	display: flex;
	-webkit-justify-content: space-evenly;
	justify-content: space-evenly;
	flex-wrap: wrap;
}


.list-box2 .item {
	height: 320px;
	width: 280px;
	background: #e2f9ff;
	border: 4px solid #ffffff;
	box-shadow: 2px 2px 20px #e2f9ff;
}


.icon-box {
	margin: 12px auto;
	height: 128px;
	width: 128px;
	border-radius: 50%;
}

.icon-box img {
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	padding: 24px;
}

.list-box2 h4 {
	font-size: 1.75rem;
}

.list-box2 p {
	font-size: 1rem;
	padding: 24px;
	color: #666666;
}


.list-box {
	border-radius: 12px;
	background: rgba(0, 0, 0, 0.9);
	border: 1px solid rgba(0, 0, 0, 0.9);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	height: 160px;
	width: 280px;
	cursor: pointer;
	margin: 12px;
}

.list-box:hover {
	box-shadow: 2px 5px 12px #000000;
	background: rgba(0, 0, 0, 0.8);
}

.list-box h4 {
	color: #ffffff;
	padding: 24px;
}

.list-box p {
	color: rgba(255, 255, 255, 0.9);
	padding: 24px;
}

/*服务流程*/

.item {
	margin: 12px;
	width: 120px;
	height: 160px;
	background: #fefdff;
	cursor: default;
}

.item h4 {
	padding: 0 12px 12px;
	margin: 0 auto;
	text-align: center;
}

.list-box3 .item p {
	padding: 0 12px;
	font-size: 0.75rem;
	color: #666666;
}

.icon {
	margin: 6px auto;
	width: 64px;
	height: 64px;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.icon-service1 {
	background-image: url("../img/service/1.png");
}

.icon-service2 {
	background-image: url("../img/service/2.png");
}

.icon-service3 {
	background-image: url("../img/service/3.png");
}

.icon-service4 {
	background-image: url("../img/service/4.png");
}

.icon-service5 {
	background-image: url("../img/service/5.png");
}

.icon-service6 {
	background-image: url("../img/service/6.png");
}

.icon-service7 {
	background-image: url("../img/service/7.png");
}

.icon-service8 {
	background-image: url("../img/service/8.png");
}

/*服务流程*/


