.services-sel {
	width: 100%;
	position: relative;
}

.services-sel img {
	width: 100%;
}

.select {
	width: 64%;
	height: 3.571428rem;
	position: absolute;
	bottom: 5px;
	left: 18%;
	display: flex;
	justify-content: space-between;
}

.select-services {
	width: -webkit-calc((100% - 4px) / 3);
	width: -moz-calc((100% - 4px) / 3);
	width: calc((100% - 4px) / 3);
	height: 100%;
	color: #FFFFFF;
	margin-left: 1px;
	font-size: 1.25rem;
	background: rgba(0, 0, 0, .4);
	line-height: 3.571428rem;
	text-align: center;
	position: relative;
	cursor: pointer;
	font-weight: bold;
}

.select-services.active:after {
	content: '';
	width: 0;
	height: 0;
	border: 0.654761rem solid;
	border-color: transparent transparent #FFFFFF;
	position: absolute;
	bottom: -2px;
	left: -webkit-calc(50% - 0.654761rem);
	left: -moz-calc(50% - 0.654761rem);
	left: calc(50% - 0.654761rem);
}

.services {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 1.7rem 18%;
	padding-bottom: 0.595238rem;
	background: #fff;
}

.services-outer {
	width: 100%;
	height: 10.595238rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #D9D9D9;
	padding-bottom: 1.785714rem;
	margin-top: 1.785714rem;
}

.services-outer:first-child {
	margin-top: 0;
}

.services-outer:last-child {
	border-bottom: 0;
}

.services-outer img {
	width: 13.002976rem;
	height: 100%;
}

.services-content {
	width: calc((100% - 14.75rem));
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}

.services-content h4 {
	font-size: 1.15rem;
	color: #333333;
}

.services-content div {
	width: 100%;
	height: 4.5rem;
	line-height: 1.5rem;
	font-size: 1rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.services-content span {
	font-size: 1rem;
	color: #333333;
}

.services-content:hover h4,
.services-content:hover div,
.services-content:hover span {
	color: #4981E5;
}

/* .details {
	width: 3.25rem;
	height: 3.25rem;
	background: #4981E5;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}

.details:after {
	content: '';
	width: 1.25rem;
	height: 1.25rem;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	position: absolute;
	top: 1rem;
	left: 0.5rem;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
} */

/* 分页 */
.pageBox {
	width: 100%;
	display: flex;
	justify-content: center;
	background: #fff;
	padding: 1.190476rem;
	padding-bottom: 1.8rem;
}

.pageBox span {
	display: inline-block;
	width: 6.666666rem;
	height: 1.904761rem;
	line-height: 1.904761rem;
	text-align: center;
	font-size: 1.190476rem;
	color: #666666;
	background: #FFFFFF;

}

#pageNav {
	display: inline-block;
}

#pageNav a {
	display: inline-block;
	width: 2.97619rem;
	height: 1.904761rem;
	line-height: 1.904761rem;
	font-size: 1.190476rem;
	text-align: center;
	background: #FFFFFF;
	color: #666666;
	text-decoration: none;
	margin-left: 15px;
}

#next {
	margin-left: 15px;
}

.pageBox span:hover,
#pageNav a.active,
#pageNav a:hover {
	background: #4981E5;
	color: #EFEFEF;
}

#prev:hover {
	cursor: pointer;
}

#next:hover {
	cursor: pointer;
}

/* 详情页 */
.chanpin {
	width: 100%;
}

.chanpin-content {
	width: 64%;
	margin: 2rem auto 0;
	text-align: center;
}

.Title {
	font-size: 1.666666rem;
	text-align: center;
	color: #333333;
	margin-bottom: 1.785714rem;
}

.subTitle {
	width: 68%;
	margin: 0 auto;
	font-size: 1rem;
	color: #999999;
	padding-bottom: 1.190476rem;
	margin-bottom: 1.190476rem;
	border-bottom: 1px dashed #d9d9d9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.subTitle img {
	margin-right: 10px;
}

.content p,
.content span {
	width: 64%;
	margin: 0 auto;
	text-indent: 2rem;
	line-height: 2rem;
	display: inline-block;
	text-align: left;
	font-size: 1rem;
	color: #666666;
	margin-bottom: 1.15rem;
}
.content h3{
	width: 64%;
	margin: 0 auto;
	text-align: left;
}
.content div{
	width: 64%;
	line-height: 2rem;
	margin: 0 auto;
	text-align: left;
}
.content  .text{
	text-indent: 2rem;
}
.content div h3,.content div div{
	width: 100%;
	margin: 0 auto;
	margin: 1.15rem 0;
	text-align: left;
}

.content img {
	width: 64%;
	margin-bottom: 1.15rem;
}

.content span {
	text-indent: 0;
	font-size: 1.15rem;
	font-weight: bold;
}

.piece {
	width: 64%;
	height: 2.380952rem;
	line-height: 2.380952rem;
	margin: 0 auto;
	background: #FaFaFa;
	display: flex;
	justify-content: space-between;
	padding: 0 1.190476rem;
}

.piece div {
	cursor: pointer;
}

.piece span {
	cursor: pointer;
	font-size: 1rem;
	color: #333333;
}

.piece div:hover,
.piece div:hover span {
	color: #4981E5;
}

@media screen and (max-width:1250px) {
	.main{
		margin-bottom: 2.380952rem;
	}
	.select {
		width: 100%;
		height: 3rem;
		left: 0;
		bottom: 3px;
	}

	.services {
		padding: 2rem 15px;
	}

	.chanpin-content,
	.subTitle {
		width: 100%;
	}

	.content p,
	.content span {
		width: 100%;
		padding: 0 20px;
	}

	.piece {
		width: 100%;
		position: absolute;
		bottom: -2.380952rem;
	}

	.piece div {
		max-width: 50%;
		overflow: hidden;
	}
}
