.solution-body.banner {
	background: url(../../images/jjfa_bg_pic.png) center no-repeat;
	background-size: cover;
	height: 300px;
}

.program .program_title {
	height: 32px;
	background: url(../../images/jjfa_title_pic01.png) no-repeat;
	margin: 55px 0 24px 0;
}
.program .program_title > span {
	display: inline-block;
	font-size: 16px;
	color: var(--color-333);
	font-weight: bold;
	width: 90px;
	text-align: center;
	line-height: 32px;
}
/* .program_content,
.solution_architecture, */
.border_solid,
.show_box {
	border: 1px solid #e6e6e6;
}
.program_content {
	padding: 30px;
	font-size: .875rem;
	color: var(--color-666);
}

.advantage > table thead tr {
	background-color: #f2f2f2;
}
.advantage > table thead tr th:nth-child(1) {
	width: 170px;
}
.advantage > table thead tr,
.advantage > table tbody tr {
	height: 62px;
	/* line-height: 60px; */
}
.advantage > table th,
.advantage > table tr,
.advantage > table td {
	font-size: .9375rem;
	color: var(--color-333);
	border: 1px solid #d2d2d2;
}
.advantage > table tbody tr td:nth-child(1) {
	text-align: center;
}
.advantage > table tbody tr td:nth-child(2),
.advantage > table tbody tr td:nth-child(3) {
	padding: 0 16px;
	font-size: .875rem;
	color: var(--color-666);
}
.show_box {
	text-align: center;
}
.show_box > .show_title {
	height: 50px;
	line-height: 50px;
	background-color: #f2f2f2;
	text-align: center;
	font-size: .9375rem;
	font-weight: bold;
	color: var(--main-color);
}
.show_box > p {
	font-size: .875rem;
	color: var(--color-666);
	padding: 0 30px;
	text-align: left;
}
.show_box > p.p1 {
	padding-top: 40px;
	padding-bottom: 30px;
}
.show_box > p.p2 {
	padding-bottom: 10px;
}
.show_box > img {
	width: 900px;
	height: 560px;
	margin-bottom: 30px;
}
.show_box > p.mt {
	margin-bottom: 40px;
}

/*.unit_box {*/
/*	margin-bottom: 75px;*/
/*}*/
/*.unit_box > table tr {*/
/*	height: 50px;*/
/*}*/
/*.unit_box > table tr td,*/
/*.unit_box > table th,*/
/*.unit_box > table tr {*/
/*	color: var(--color-333);*/
/*	font-size: .875rem;*/
/*	border: 1px solid #d2d2d2;*/
/*	padding: 0 28px;*/
/*}*/

.unit_box ul {
	margin-bottom: 75px;
	display: flex;
	flex-wrap: wrap;
	color: var(--color-333);
	font-size: .875rem;
	position: relative;
}

.unit_box ul::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #d2d2d2;
	top: 0;
	left: 0;
}
.unit_box ul::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	background: #d2d2d2;
	left: 0;
	top: 0;
}
.unit_box > ul > li {
	width: 25%;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
}
.unit_box > ul > li::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	background: #d2d2d2;
	top: 0;
	right: 0;
	display: block;
}
.unit_box > ul > li::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #d2d2d2;
	bottom: 0;
	display: block;
}

#deviceTabs {
	display: flex;
}
#deviceTabs li {
	width: 300px;
	height: 50px;
	line-height: 50px;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background-color: #f2f2f2;
	text-align: center;
	cursor: pointer;
	flex:1;
}
#deviceTabs li.active {
	background-color: var(--color-fff);
	border: none;
	color: var(--main-color);
}

#deviceTabs li:nth-child(1) {
	border-left: none;
}
#deviceTabs li {
	font-size: .9375rem;
	color: var(--color-333);
	font-weight: bold;
}

.camera_box {
	display: flex;
	padding: 0 80px;
	margin: 46px 0 50px 0;
}
.camera_box > .left {
	width: 585px;
}
.camera_box > .left > div:nth-child(2),
.camera_box > .left > div:nth-child(3) {
	margin-top: 20px;
}
.camera_box > .left > div > .title {
	font-size: .875rem;
	color: var(--color-333);
	font-weight: bold;
	padding-bottom: 12px;
}
.camera_box > .left > div > p,
.trait > li {
	font-size: .875rem;
	color: var(--color-666);
}
.camera_box > .right {
	margin-left: 105px;
}
.camera_box > .right > img {
	width: 349px;
	height: 259px;
}
/*.trait {*/
/*	margin-left: 10px;*/
/*}*/
.trait > li {
	position: relative;
	padding-bottom: 3px;
}
/*.trait > li::before {*/
/*	content: ".";*/
/*	font-size: 35px;*/
/*	position: absolute;*/
/*	top: -26px;*/
/*	left: -15px;*/
/*	color: var(--color-666);*/
/*}*/
.related_products {
	display: flex;
}
.related_products li > a {
	color: var(--main-color);
}
.related_products li + li:before {
	padding: 10px;
	color: #9a9aa6;
	content: "|";
}
.related_products li > a:hover,
.related_products li.active a {
	text-decoration: underline;
}
