.shop {
	width: 100%;
	height: auto;
	padding-top: 90px;
}
.base-header{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.shop-header {
	width: 100%;
	height: 500px;
	position: relative;
}
.shop-header-back {
	background: url('/common/static/index/banner_one.jpg') no-repeat;
	background-size: 100% 100%;
}
.shop-header-height {
	height: 500px;
}
.channel {
	width: 100%;
}
.shop-color {
	color: #111;
}
.channel-title {
	font-size: 36px;
	margin: 60px auto;
	text-align: center;
}
.channel-introduce {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1100px;
	height: 450px;
	margin: 0 auto;
	margin-top: 51px;
}
.introduce-promit {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.introduce-title {
	font-size:30px;
	color: #333;
	margin-bottom: 31px;
}
.channel-introduce span p {
	font-size:16px;
	color: #666;
	margin-bottom: 5px;
}
.realize-btn {
	width:160px;
	height:44px;
	font-size:15px;
	background: #fff;
	margin-top: 27px;
}
.realize-btn-set {
	color: #1745CE;
	border: 1px solid #1745CE;
}
.fission {
	width: 100%;
	height: 601px;
	background: #F3F6FD;
}
.fission-promit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.fission-promit-pt {
	padding-top: 44px;
}
.fission-promit-w {
	width: 1200px;
}
.fission-promit span p {
	font-size:16px;
	color: #666;
	margin-bottom: 5px;
}
.fission-btn-back {
	background: #F3F6FD;
}
.fission-title {
	font-size:30px;
	color: #333;
	line-height: 70px;
}
.service {
	width: 100%;
	height: 531px;
}
.service-back {
	background: #F3F6FD;
}
.service-title {
	font-size: 36px;
	color: #111;
	padding: 94px 0px;
	text-align: center;
}
.service-type {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 900px;
	margin: 0 auto;
}
.service-details {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.service-details-title {
	font-size: 22px;
	color: #333;
	margin-top: 44px;
}
.service-type .service-details p {
	color: #666;
	font-size: 16px;
	margin-top: 8px;
}

