/*业务领域*/
/*$$
{"color":[{"val":"#ffffff","title":"鼠标滑过文字颜色"},
{"val":"#b99c62","title":"按钮鼠标滑过背景颜色"},
{"val":"#000000","title":"栏目标题文字颜色"},
{"val":"#666666","title":"默认详情文字颜色"},
{"val":"#263053","title":"默认标题/查看更多按钮文字颜色"}],
"background":[{"val":"#263053","title":"鼠标滑过内容区域背景颜色"},
{"val":"#b99c62","title":"按钮默认背景颜色"},
{"val":"#efefef","title":"内容之间边框线背景"},
{"val":"#ffffff","title":"内容区域背景颜色"}],
"border":[{"val":"#b99c62","title":"按钮边框"},
{"val":"#263053","title":"查看更多按钮边框"}]}
$$*/
#service_146 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding-bottom: 120px;
}

#service_146 .mentBox {
	width: 100%;
	height: 120px;
	background: #263053;
	margin-top: -60px;
	color: #ffffff;
	display: flex;
	align-items: center;
	padding: 0 70px;
	position: relative;
	margin-bottom: 120px;
}

#service_146 .mentBox .con {
	width: auto;
	white-space: nowrap;
}

#service_146 .mentBox .f18 {
	font-size: 18px;
	line-height: 30px;
}

#service_146 .mentBox .f14 {
	font-size: 14px;
	line-height: 24px;
}

#service_146 .btnMent{
	width: 190px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	background: #b99c62;
	letter-spacing: 2px;
	position: absolute;
	right: 130px;
	top: 50%;
	margin-top: -24px;
	cursor: pointer;
}
#service_146 .btnMent i{
	position: relative;
	z-index: 20;
	color: #ffffff;
}
#service_146 .btnMent::after{
	content: '';
	background:#263053;
	border:#b99c62 solid 1px;
	width: 0;
	left:50%;
	top:50%;
	height:0;
	position: absolute;
	z-index: 10;
	transition: all .8s;
}
#service_146 .btnMent:hover::after{
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	color: #b99c62;
}
#service_146 .column {
	font-size: 28px;
	color: #000000;
	width: 100%;
	text-align: center;
	line-height: 70px;
	background: url(./../../../static/images/NP00027_01.png) no-repeat bottom center;
	background-size: 448px 31px;
	padding-bottom: 20px;
}

#service_146 .serList {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 40px;
}

#service_146 .serItem{
	height: 265px;
	position: relative;
	cursor: pointer;
	margin: 5px;
}
#service_146 .serItem:nth-child(1)::before,
#service_146 .serItem:nth-child(1)::after,
#service_146 .serItem:nth-child(2)::before,
#service_146 .serItem:nth-child(2)::after,
#service_146 .serItem:nth-child(3)::before,
#service_146 .serItem:nth-child(3)::after,
#service_146 .serItem:nth-child(6)::after,
#service_146 .serItem:nth-child(7)::after,
#service_146 .serItem:nth-child(8)::after{
	position: absolute;
	content: '';
	background: #efefef;
	z-index: 9999;
}
#service_146 .serItem:nth-child(1)::before,
#service_146 .serItem:nth-child(2)::before,
#service_146 .serItem:nth-child(3)::before{
	width: 100px;
	height: 1px;
	right:12px;
	bottom: -5px;
}
#service_146 .serItem:nth-child(1)::after,
#service_146 .serItem:nth-child(2)::after,
#service_146 .serItem:nth-child(3)::after{
	height: 100px;
	width: 1px;
	right:-5px;
	bottom: -50px;
}
#service_146 .serItem:nth-child(6)::after,
#service_146 .serItem:nth-child(7)::after,
#service_146 .serItem:nth-child(8)::after{
	width: 100px;
	height: 1px;
	left:0;
	top: -5px;
}
#service_146 .serItem .correct {
	z-index: 100;
	background: #ffffff;
}

#service_146 .serItem .correct,
#service_146 .serItem .opposite {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#service_146 .serItem .opposite {
	background: #263053;
	z-index: 10;
}

#service_146 .serItem .cont {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 35px;
}

#service_146 .serItem .num {
	font-size: 48px;
	color: #ffffff;
	font-weight: 600;
	-webkit-text-stroke: 2px #263053;
	text-stroke: 2px #263053;
	-o-text-stroke: 2px #263053;
	line-height: 60px;
}

#service_146 .serItem .title {
	font-size: 16px;
	color: #263053;
	line-height: 36px;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;

}

#service_146 .serItem .con {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 72px;
}

#service_146 .opposite .title,
#service_146 .opposite .con {
	color: #ffffff;
}

@-webkit-keyframes flipInYtest {
	from {
		-webkit-transform: perspective(2400px) rotate3d(0, 1, 0, -180deg);
		transform: perspective(2400px) rotate3d(0, 1, 0, -180deg);
		opacity: 0;
	}
	50% {
		-webkit-transform: perspective(2400px) rotate3d(0, 1, 0, -90deg);
		transform: perspective(2400px) rotate3d(0, 1, 0, -90deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: perspective(2400px) rotate3d(0, 1, 0, -60deg);
		transform: perspective(2400px) rotate3d(0, 1, 0, -60deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(2400px);
		transform: perspective(2400px);
		opacity: 1;
	}
}
#service_146 .flipIn{
	-webkit-animation: flipInYtest 0.75s linear;
	animation: flipInYtest 0.75s linear;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	z-index: 1;
}
@-webkit-keyframes flipOutYtest {
	from {
		-webkit-transform: perspective(2400px);
		transform: perspective(2400px);
	}
	40% {
		-webkit-transform: perspective(2400px) rotate3d(0, 1, 0, 60deg);
		transform: perspective(2400px) rotate3d(0, 1, 0, 60deg);
		opacity: 1;
	}
	50% {
		-webkit-transform: perspective(2400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(2400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
	to {
		-webkit-transform: perspective(2400px) rotate3d(0, 1, 0, 180deg);
		transform: perspective(2400px) rotate3d(0, 1, 0, 180deg);
		opacity: 0;
	}
}
#service_146  .flipOut{
	-webkit-animation: flipOutYtest 0.75s linear;
	animation: flipOutYtest 0.75s linear;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	z-index: 1000;
}
#service_146 .btnBox{
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#service_146 .btnMore{
	width: 175px;
	height: 40px;
	border:#263053 solid 1px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	transition: all 0.6s;
	overflow: hidden;
	position: relative;	
}
#service_146 .btnMore::after{  
	position:absolute; 
	background: #263053; 
	left:50%; 
	width:0; 
	top:0px; 
	bottom:0px; 
	transition: all 0.5s;
	content: '';
}
#service_146 .btnMore:hover::after{ 
	width:100%; 
	left:0px; 
}
#service_146 .btnMore i{ 
	position:relative; 
	z-index:1;
	color: #263053;
}
#service_146 .btnMore:hover i{
	color: #ffffff;
}
@media screen and (max-width: 1200px) {
	#service_146{
		width: 100%;
		padding-bottom: 50px;
	}
	#service_146 .mentBox .con{
		white-space: normal;
		margin-top: 20px;
	}
}
@media screen and (max-width: 768px){
	#service_146{
		padding-bottom: 20px;
	}
	#service_146 .mentBox{
		padding: 0 25px 50px 25px;
		height: 150px;
		margin-bottom: 20px;
		margin-top: 0;
	}
	#service_146 .mentBox .f18{
		font-size: 16px;
		line-height: 30px;
	}
	#service_146 .btnMent{
		right:25px;
		top:130px;
		width: 120px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
	}
	#service_146 .column{
		font-size: 20px;
		background-size: 80% auto;
		line-height: 40px;
	}
	#service_146 .serList{
		grid-template-columns: repeat(2, 1fr);
	}
	#service_146 .serItem .cont{
		padding: 0 15px;
	}
	#service_146 .serItem{
		height: 210px;
	}
	#service_146 .serItem .num{
		font-size: 30px;
		line-height: 50px;
	}
}
