/* 
* @Author: anchen
* @Date:   2021-08-13 10:49:48
* @Last Modified by:   anchen
* @Last Modified time: 2021-08-15 21:17:01
*/

.about-banner.wpo-breadcumb-area:before {
	background: none;
}

.about-banner.wpo-breadcumb-area {
	background: url(/addons/WebSites/frontend/resources/img/cloud.jpg) no-repeat center top/cover;
	min-height: 800px;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	z-index: 1;
}

.address {
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.address-detail {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.service-info .wpo-section-title h2 {
	font-size: 36px;
	font-weight: 700;
	color: #333;
	text-align: center;
}

.cloud-info {
	background: url(/addons/WebSites/frontend/resources/img/yiyangbeijing.png) no-repeat center top/cover;
	/* background-size: 100% 100%; */
}
.beijingyanse{
	background-color: #f8f8f8;
}
.fuyvlueying{
        width: 80%;
        margin: 0 auto;
}
.fuyvlueying img{
        width: 100%;
}
#servicestep .wpo-section-title h2 {
	font-size: 36px;
	font-weight: 700;
	color: #333;
	text-align: center;
}

/**/

.wpo-pricing-section .wpo-pricing-item ul .anning-ziti1 p {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
}