/* 背景图 */
.service-bg{
	height: 500px;
	position: relative;
}

.service-bg:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

/* 选择我们 */
.service-partOne{
	margin: 100px 0;
	background: #fff;
}

.service-content-1{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}

.service-title-1{
	font-size: 24px;
	letter-spacing: 4px;
	padding-bottom: 20px;
	color: #005660
}

.service-txt-1{
	font-size: 14px;
	line-height: 24px;
}

.service-title-2{
	font-size: 18px;
	font-weight: 600;
	opacity: 0.8;
	line-height: 46px;
	letter-spacing: 2px;
	height: 46px;
	-webkit-line-clamp: 1;
}

.service-txt-2{
	font-size: 14px;
	letter-spacing: 1px;
	height: 100px;
	-webkit-line-clamp: 5;
}

.service-content-2 i{
	font-size: 40px;
}

.service-content-2{
	height: 190px;
	padding-top: 60px;
}

.service-content-2 img{
	float: right;
	padding-left: 15px;
}

.service-content-2>div{
	padding-right: 0;
}

/* 服务流程 */
.service-partTwo{
	padding: 100px 0;
	margin: 100px 0 0;
	background: #151515;
}

.two-content-1{
	max-width: 120px;
	width: 100%;
	height: 120px;
	margin: 0 auto;
	border: 1px solid #fff;
	border-radius: 50%;
}

.two-content-2{
	max-width: 160px;
	width: 100%;
	padding-top: 26px;
	margin: 0 auto;
}

.two-title-1{
	font-size: 36px;
	margin-top: 24px;
}

.two-txt-1{
	font-size: 16px;
	margin-top: 5px;
	letter-spacing: 1px;
}

.two-txt-2{
	height: 80px;
	-webkit-line-clamp: 4;
}

.two-item{
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
}

.two-hr{
	position: relative;
}

.two-hr:after{
	position: absolute;
	content: '';
	top: 66px;
	right: -42px;
	border-top: 1px dotted #ccc;
	width: 80px;
}

/* 极简设计 */
.service-partThree{
	background: #fff;
	margin: 100px 0;
}

.three-itemsCenter{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	/* justify-content:center; */
}

.three-img img{
	width: 100%;
}

#three-panel{
	margin-bottom: 0;
}

.panel-default>.panel-heading{
	background: #fff;
}

.panel-default{
	border: 0;
}

.panel{
	box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0 ;
}

.panel-group .panel-heading+.panel-collapse>.panel-body{
	border-top: 0;
}

.panel-heading{
	padding: 10px 0;
}

.three-title{
	display: block;
	font-size: 16px;
	letter-spacing: 2px;
	color: #151515;
	border-bottom: 1px solid #151515;
}

.three-title:hover{
	color: #005660;
	border-bottom: 1px solid #005660;
}

.three-title:focus{
	color: #005660;
	border-bottom: 1px solid #005660;
}

.collapsed{
	color: #999;
	border-bottom: 1px solid #999;
}

.collapsed .three-panel-icon{
	transform: rotate(-90deg);
}

.panel-body ,.panel-heading a{
	padding: 10px 8px;
}

.three-panel-icon{
	float: right;
}
