/* 流程切换 */
.process-tab{
	padding: 60px 0px;
}
.process-tab>ul{
	text-align: center;
}
.process-tab>ul>li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 32px;
	position: relative;
	padding-right: 104px;
}
.process-tab>ul>li>a{
	font-size: 30px;
	color: #999999;
}
.process-tab>ul>li::after{
	content: "";
	width: 70px;
	height: 3px;
	background-color: #f3f3f3;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.process-tab>ul>li:last-child{
	padding-right: 0;
	margin-right: 0;
}
.process-tab>ul>li:last-child::after{
	display: none;
}
.process-tab>ul>li.on>a{
	color: #0064a9;
}

/* 流程内容 */
.pss-ulbox>li{
	width: 255px;
	height: 286px;
	background-color: rgb( 243, 243, 243 );
	padding: 40px;
	margin-right: 60px;
	margin-bottom: 60px;
	position: relative;
	float: left;
}
.pss-ulbox>li:nth-child(4n){
	margin-right: 0;
}
.pss-ulbox>li::after{
	content: "";
	width: 16px;
	height: 28px;
	background: url(../images/ilc.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: -40px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.pss-ulbox>li:last-child::after,
.pss-ulbox>li:nth-child(4n)::after{
	display: none;
}
.pss-img{
	max-width: 100%;
	height: 60px;
	text-align: center;
	margin-bottom: 20px;
}
.pss-img>img{
	max-height: 100%;
}
.pss-txtbox{
	text-align: center;
}
.pss-tit{
	font-size: 18px;
	font-family: "Source Han Sans SC";
	color: rgb( 51, 51, 51 );
	margin-bottom: 10px;
}
.pss-sub{
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.proli{
	display: none;
}