.npagePage #category li a{font-size: 14px;}
.npagePage #category li a::after{margin-top: -14px;}
#category .plheader{position: absolute;top: -58px;line-height: 26px;}
#category .title{font-size: 18px;color: #444;}
#category .subtitle{font-size: 12px;color: #8F8F8F;}
#pages a.active{cursor: not-allowed;}
#pages a:not([href]){cursor: not-allowed;}
.project_img{position: relative;}
ul.content_list{
	border-left: 1px solid #DADADA;
	padding-left: 50px;
}
.npagePage #projectlist .projectitem{
	max-width: 1200px;
	width: 100%;
	margin-left: 0;
}
.npagePage #projectlist .projectitem a{
	display: flex;
	align-items: center;
	color: #888;
	margin-bottom: 40px;
}
.npagePage #category li a{font-size: 14px;}
.npagePage #category li a::after{margin-top: -14px;}
#category .plheader{position: absolute;top: -58px;line-height: 26px;}
#category .title{font-size: 18px;color: #444;}
#category .subtitle{font-size: 12px;color: #8F8F8F;}
#mproject.npagePage #projectlist{width: 78%;}
#mproject.npagePage #projectlist .wrapper{
	max-width: 1180px;
	margin: auto;
	padding: 86px 0 0 0;
	font-size: 16px;
	color: #6a6a6a;
}
.join-header{
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
}
.join-header a{
	width: calc(50% - 10px);
	height: 68px;
	color: #6C6D72;
	font-size: 18px;
	background: #fff;
	text-align: center;
	line-height: 68px;
	transition: all .36s;
}
.join-header a:hover,.join-header a.active{
	color: #ffffff;
	background: linear-gradient(90deg, #00A1E2 0%, #0460AD 100%);
}
.join .table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 20px;
	position: relative;
}
.join .table::after{
	content: "";
	position: absolute;
	top:16px;left:0;
	width: 100%;
	height: 4px;
	background: #1555AC;
}
.join .table tr{
	background: #FFF;
	font-size: 18px;
	height: 88px;
	text-align: center;
}
.join .table tr.table-header{
	height: 60px;
}
.join .table th{
	font-weight: 400;
}
.join .table .name{
	width: 300px;
	text-align: left;
	padding-left: 40px;
}
.join .table tr a{
	color: inherit;
}
.join .table tr:hover{
	box-shadow: 0 0 15px rgba(43, 44, 47, 0.12);
}
.join .table tr.table-header:hover{
	box-shadow:none;
}
.join .table tr:hover a{
	color: #1555AC;
}
.join .table tr a.detail{
	display: block;
	width: 140px;
	height: 48px;
	text-align: center;
	line-height: 47px;
	box-sizing: border-box;
	border: 1px solid #1555AC;
	background: #ffffff;
	color: #0052A5;
	margin: 0 auto;
	transition: all .36s;
	border-radius: 50px;
}
.join .table tr a.detail:hover{
	color: #ffffff;
	background: linear-gradient(90deg, #00A1E2 0%, #0460AD 100%);
}
#mproject #pages{font-size: 12px;padding-bottom: 0px;}
.pdCont{
	margin-top: 20px;
}
.pdCont .tit{
	position: relative;
	font-size: 32px;
	color: #2B2C2F;
	line-height: 24px;
	padding-left: 20px;
	border-left: 4px solid #1555AC;
	margin-top: 60px;
	margin-bottom: 40px;
}
.pdCont .tit a{
	float: right;
	font-size: 14px;
	color: #828282;
}
.pdCont .tit a:hover{
	color: #1555AC;
}
.pdCont .tit a i{
	padding-left: 10px;
	font-size: 16px;
}
.zp-process{
	display: flex;
	justify-content: space-between;
	padding: 10px;
	box-sizing: border-box;
	background: rgba(21, 85, 172, .05);
}
.zp-process-item{
	width: 16%;
	text-align: center;
	background: #fff;
	height: 140px;
	font-size: 14px;
	position: relative;
}
.zp-process-item:not(:last-of-type)::after {
	content: '';
	position: absolute;
	right: -30px;
	top: 54px;
	width: 50px;
	height: 40px;
	background: url(../images/pc-zp-icon1.png) no-repeat center center;
	z-index: 2;
}
.zp-process-item img{
	margin: 20px auto;
	display: block;
	max-width: max-content;
}
.job-precaute{
	margin-top: 20px;
}
.pdlist{
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}
.pdlist a{
	width: 23.5%;
	color: #4C4E52;
}
.project_info{
	font-size: 15px;
	text-align: center;
	line-height: 60px;
	transition: all .36s;
	background: #fff;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	/* text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap; */
}
.pdlist a:hover{
	box-shadow: 0 0 20px rgba(43, 44, 47, 0.12);
}
.project_img{
	position: relative;
	overflow: hidden;
}
.pdlist a img{
	display: block;
	transition: all .36s;
}
.pdlist a:hover img{
	transform: scale(1.2);
}
.pdlist .play{
	position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);width: 48px;height: 48px;
	border-radius: 50%;border: 1px solid #ffffff;
	background-image: url(../images/play.png);
	background-repeat: no-repeat;background-position: 20px;background-size: 12px 20px;
}
.pdlist a:hover .play{background-color: #1555AC;border-color: #1555AC;}
.pdlist a:hover .project_info{
	color: #1555AC;
	background: #ffffff;
}
.cont4 .pdlist a{
	width: 48.8%;
	box-sizing: border-box;
	padding: 3%;
	background: #fff;
	transition: all .36s;
}
.cont4 .pdlist a:hover {
	background: #ffffff;
	box-shadow: 0 0 20px rgba(43, 44, 47, 0.12);
}
.cont4 .pdlist a .cont4_tit{
	line-height: 24px;
	font-size: 18px;
	color: #4C4E52;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.cont4 .pdlist a .cont4_time{
	line-height: 19px;
	color: #88898E;
	margin-top: 15px;
}
.cont4 .pdlist a .cont4_con{
	margin-top: 20px;
	display: -webkit-box;
	line-height: 26px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.lianxi{
	margin-top: 80px;
}
.lianxi-tit{
	line-height: 48px;
	font-size: 38px;
	font-weight: bold;
	color: #2B2C2F;
	text-align: center;
}
.lianxi-line{
	width: 40px;
	height: 3px;
	background: #1555AC;
	margin: 12px auto 0;
}
.lianxi-remark{
	letter-spacing: 2px;
	font-size: 24px;
	color: #6C6D72;
	text-align: center;
	line-height: 31px;
	margin-top: 20px;
}
.lianxi .ul{
	display: flex;
	margin-top: 40px;
}
.lianxi .li{
	width: 20%;
	background: #ffffff;
	box-sizing: border-box;
	text-align: center;
	border-top: 1px solid #E7E9ED;
	border-bottom: 1px solid #E7E9ED;
	border-left: 1px solid #E7E9ED;
}
.lianxi .li:last-child{
	border-right: 1px solid #E7E9ED;
}
.lianxi .li img{
	display: block;
	margin:40px auto 20px;
	max-width: max-content;
	transition: transform .5s ease-in
}
.lianxi .li:hover img.icon{
	transform: rotate( 90deg);
}
.lianxi .li img.weixin{
	height: 144px;
	width: auto;
}
.lianxi .li p{
	height: 64px;
	font-size: 14px;
}
.lianxi .li .a1{
	display: block;
	width: 160px;
	height: 44px;
	color: #ffffff;
	font-size: 15px;
	line-height: 46px;
	background: linear-gradient(90deg, #3842D8 0%, #006DE0 100%);
	margin: 0 auto;
	transition: all .36s;
	border-radius: 50px;
}
.lianxi .li .a2{
	font-size: 18px;
	line-height: 47px;
	color: #1555AC;
}