/* 桌面端 */
@media(min-width: 1200px) {
	.mobile_znjst {
		display: none;
	}

	.znjst_jjfa {
		height: 20vw;
		padding: 3vw 15vw;
		display: flex;
		justify-content: space-between;
		background-color: #fafafa;
	}

	.znjst_jjfa_left {
		width: 50%;
	}

	.znjst_jjfa_left p:nth-of-type(1) {
		margin-top: 3vw;
		font-size: 1.5vw;
	}

	.znjst_jjfa_left p:nth-of-type(2) {
		margin-top: 2vw;
		font-size: 1vw;
		line-height: 2vw;
	}

	.znjst_jjfa_right {
		width: 45%;
	}

	.znjst_jjfa_right img {
		width: 100%;
		height: 100%;
	}


	/* 识别结算台 */
	.znjst_sbjst {
		margin-top: 5vw;
	}

	/* 识别结算台第一 */
	.znjst_sbjst_first {
		text-align: center;
	}

	.znjst_sbjst_first p {
		font-size: 2vw;
	}

	.znjst_sbjst_first img {
		width: 5vw;
	}

	/* 识别结算台第二 */
	.znjst_sbjst_second {
		margin-top: 3vw;
		padding: 0 15vw;
	}

	.znjst_sbjst_second p {
		font-size: 1.2vw;
		line-height: 2vw;
	}

	/* 识别结算台第三 */
	.znjst_sbjst_third {
		margin-top: 3vw;
		display: flex;
	}

	.znjst_sbjst_third_box {
		padding: 3vw 0 3vw 15vw;
		flex: 1;
	}

	.znjst_sbjst_third_box:nth-of-type(1) {
		background-color: #2E2E2F;
	}

	.znjst_sbjst_third_box:nth-of-type(2) {
		background-color: #D0021D;
	}

	.znjst_sbjst_third_box div:nth-of-type(1) {
		display: flex;
		align-items: center;
	}

	.znjst_sbjst_third_box div:nth-of-type(1) p {
		font-size: 1.5vw;
		color: #fff;
	}

	.znjst_sbjst_third_box div:nth-of-type(1) img {
		width: 1.5vw;
	}

	.znjst_sbjst_third_box div:nth-of-type(2) {
		margin-top: 1.5vw;
	}

	.znjst_sbjst_third_box div:nth-of-type(2) p {
		margin-top: 1vw;
		font-size: 1vw;
		color: #fff;
	}


	/* 产品特点 */
	.znjst_cptd {
		margin-top: 5vw;
	}

	/* 产品特点第一 */
	.znjst_cptd_first {
		text-align: center;
	}

	.znjst_cptd_first p {
		font-size: 2vw;
	}

	.znjst_cptd_first img {
		width: 5vw;
	}

	/* 产品特点第二 */
	.znjst_cptd_second {
		padding: 0 15vw;
	}

	.znjst_cptd_second_floor {
		margin-top: 3vw;
		display: flex;
		justify-content: space-between;
	}

	.znjst_cptd_second_box {
		width: 15vw;
	}

	.znjst_cptd_second_box>div:nth-of-type(1) {
		width: 100%;
		height: 12vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		border-bottom: 0.1vw solid #333;
	}

	.znjst_cptd_second_box>div:nth-of-type(1) div {
		margin-top: 2vw;
		width: 7vw;
		height: 7vw;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		background-color: #DCDCDC;
	}

	.znjst_cptd_second_box>div:nth-of-type(1) div img {
		width: 50%;
		transition: 0.5s;
	}

	.znjst_cptd_second_box>div:nth-of-type(1) div:hover img {
		transform: rotate(360deg);
	}

	.znjst_cptd_second_box>div:nth-of-type(1) p {
		margin-top: 1vw;
		font-size: 1.2vw;
	}

	.znjst_cptd_second_box div:nth-of-type(2) {
		width: 100%;
		height: 6vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.znjst_cptd_second_box div:nth-of-type(2) p {
		font-size: 1vw;
		text-align: center;
		line-height: 1.5vw;
	}

	/* 产品特点第三 */
	.znjst_cptd_third {
		margin-top: 3vw;
		padding: 0 15vw;
		text-align: center;
	}

	.znjst_cptd_third p {
		font-size: 1.5vw;
	}

	.znjst_cptd_third img {
		width: 100%;
		margin-top: 3vw;
		display: block;
	}


	/* 芯片结算台 */
	.znjst_xpjst {
		margin-top: 5vw;
	}

	/* 芯片结算台第二 */
	.znjst_xpjst_second {
		margin-top: 3vw;
		padding: 3vw 15vw;
		display: flex;
		justify-content: space-between;
		background-color: rgba(242, 242, 242, 1);
	}

	.znjst_xpjst_second_box:nth-of-type(1) {
		width: 40%;
	}

	.znjst_xpjst_second_box:nth-of-type(1) img {
		width: 100%;
	}

	.znjst_xpjst_second_box:nth-of-type(2) {
		width: 55%;
	}

	.znjst_xpjst_second_box:nth-of-type(2) p:nth-of-type(1) {
		font-size: 1.5vw;
	}

	.znjst_xpjst_second_box:nth-of-type(2) p:nth-of-type(2) {
		margin-top: 2vw;
		font-size: 1vw;
		line-height: 2vw;
	}

	/* 芯片结算台第三*/
	.znjst_xpjst_third {
		margin-top: 3vw;
		padding: 0 15vw;
		text-align: center;
	}

	.znjst_xpjst_third p {
		font-size: 1.5vw;
	}

	.znjst_xpjst_third img {
		width: 100%;
		margin-top: 3vw;
		display: block;
	}


	/* 方案优势 */
	.znjst_fays {
		margin-top: 5vw;
	}

	/* 方案优势第一 */
	.znjst_fays_first {
		text-align: center;
	}

	.znjst_fays_first p {
		font-size: 2vw;
	}

	.znjst_fays_first img {
		width: 5vw;
	}

	/* 方案优势第二 */
	.znjst_fays_second {
		margin-top: 3vw;
		padding: 0 15vw;
		display: flex;
		justify-content: space-between;
	}

	.znjst_fays_second_box {
		width: 16vw;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		border: 0.1vw solid #999;
		transition: 0.3s;
	}

	.znjst_fays_second_box:hover {
		box-shadow: 0 1vw 1vw #999;
		transform: translate(0, -4%);
	}

	.znjst_fays_second_box div:nth-of-type(1) {
		width: 14vw;
		height: 14vw;
		margin-top: 2vw;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #e3e3e3;
	}

	.znjst_fays_second_box:nth-of-type(2n) div:nth-of-type(1) {
		background-color: #555453;
	}

	.znjst_fays_second_box div:nth-of-type(1) p {
		width: 80%;
		font-size: 1vw;
		line-height: 1.5vw;
	}

	.znjst_fays_second_box:nth-of-type(2n) div:nth-of-type(1) p {
		color: #fff;
	}

	.znjst_fays_second_box div:nth-of-type(2) {
		width: 100%;
		height: 7vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.znjst_fays_second_box div:nth-of-type(2) p {
		font-size: 1.2vw;
	}

	.znjst_fays_second_box img {
		width: 3vw;
		position: absolute;
		bottom: -1.5vw;
	}


	/* 智能硬件 */
	.znjst_znyj {
		margin-top: 5vw;
	}

	/* 智能硬件第一 */
	.znjst_znyj_first {
		text-align: center;
	}

	.znjst_znyj_first p {
		font-size: 2vw;
	}

	.znjst_znyj_first img {
		width: 5vw;
	}

	/* 智能硬件第二 */
	.znjst_znyj_second {
		margin-top: 3vw;
		padding: 1vw 15vw 4vw;
		background-color: #030303;
	}

	.znjst_znyj_second_floor {
		margin-top: 4vw;
		display: flex;
		justify-content: space-between;
	}

	.znjst_znyj_second_box {
		width: 17vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: #fff;
		transition: 0.3s;
	}

	.znjst_znyj_second_box:hover {
		transform: translate(0, -4%);
	}

	.znjst_znyj_second_box div {
		width: 15vw;
	}

	.znjst_znyj_second_box div:nth-of-type(1) {
		height: 16vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: #fff;
	}

	.znjst_znyj_second_box div:nth-of-type(1) img {
		width: 80%;
	}

	.znjst_znyj_second_floor:nth-of-type(2)>div:nth-of-type(1) div:nth-of-type(1) img {
		width: 40%;
	}

	.znjst_znyj_second_box div:nth-of-type(2) {
		height: 4vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: #fff;
	}

	.znjst_znyj_second_box div:nth-of-type(2) p {
		margin-top: 0.5vw;
		font-size: 1.2vw;
	}


	/* 合作案例 */
	.znjst_hzal {
		margin-top: 5vw;
	}

	/* 合作案例第一 */
	.znjst_hzal_first {
		text-align: center;
	}

	.znjst_hzal_first p {
		font-size: 2vw;
	}

	.znjst_hzal_first img {
		width: 5vw;
	}

	/* 合作案例第二 */
	.znjst_hzal_second {
		margin-top: 3vw;
		padding: 3vw 15vw;
		display: flex;
		justify-content: space-between;
		background-color: #eee;
	}

	.znjst_hzal_second_box {
		width: 16vw;
	}

	.znjst_hzal_second_box div:nth-of-type(1) {
		width: 100%;
		height: 22vw;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}

	.znjst_hzal_second_box div:nth-of-type(1) img {
		width: 100%;
		height: 100%;
		transition: 0.5s;
	}

	/* 动态效果 */
	.znjst_hzal_second_box div:nth-of-type(1):hover img {
		transform: scale(1.1);
	}

	.znjst_hzal_second_box div:nth-of-type(2) {
		width: 100%;
		height: 4vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.znjst_hzal_second_box div:nth-of-type(2) p {
		font-size: 1.2vw;
		text-align: center;
	}
}


/* 移动端 */
@media(max-width: 1199px) {
	.znjst {
		display: none;
	}

	.mobile_znjst {
		margin-top: 15vw;
	}

	.mobile_znjst_jjfa {
		padding: 5vw;
		background-color: #F2F2F2;
	}

	.mobile_znjst_jjfa_first {}

	.mobile_znjst_jjfa_first p:nth-of-type(1) {
		font-size: 6vw;
		text-align: center;
	}

	.mobile_znjst_jjfa_first p:nth-of-type(2) {
		margin-top: 6vw;
		font-size: 4vw;
		line-height: 8vw;
	}

	.mobile_znjst_jjfa_second {
		margin-top: 5vw;
	}

	.mobile_znjst_jjfa_second img {
		width: 100%;
	}


	/* 识别结算台 */
	.mobile_znjst_sbjst {
		margin-top: 10vw;
	}

	/* 识别结算台第一 */
	.mobile_znjst_sbjst_first {
		text-align: center;
	}

	.mobile_znjst_sbjst_first p {
		font-size: 6vw;
	}

	.mobile_znjst_sbjst_first img {
		width: 10vw;
	}

	/* 识别结算台第二 */
	.mobile_znjst_sbjst_second {
		padding: 5vw;
	}

	.mobile_znjst_sbjst_second p {
		font-size: 4vw;
		line-height: 8vw;
	}

	/* 识别结算台第三 */
	.mobile_znjst_sbjst_third {
		margin-top: 3vw;
		display: flex;
	}

	.mobile_znjst_sbjst_third_box {
		width: 50%;
		padding: 3vw 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.mobile_znjst_sbjst_third_box:nth-of-type(1) {
		background-color: #2E2E2F;
	}

	.mobile_znjst_sbjst_third_box:nth-of-type(2) {
		background-color: #D0021D;
	}

	.mobile_znjst_sbjst_third_box div:nth-of-type(1) {
		display: flex;
		align-items: center;
	}

	.mobile_znjst_sbjst_third_box div:nth-of-type(1) p {
		margin-top: 3vw;
		font-size: 5vw;
		color: #fff;
		text-align: center;
	}

	.mobile_znjst_sbjst_third_box div:nth-of-type(1) img {
		width: 5vw;
	}

	.mobile_znjst_sbjst_third_box div:nth-of-type(2) {
		margin-top: 3vw;
	}

	.mobile_znjst_sbjst_third_box div:nth-of-type(2) p {
		margin-top: 2vw;
		font-size: 4vw;
		color: #fff;
		text-align: center;
	}


	/* 产品特点 */
	.mobile_znjst_cptd {
		margin-top: 10vw;
	}

	/* 产品特点第一 */
	.mobile_znjst_cptd_first {
		text-align: center;
	}

	.mobile_znjst_cptd_first p {
		font-size: 6vw;
	}

	.mobile_znjst_cptd_first img {
		width: 10vw;
	}

	/* 产品特点第二 */
	.mobile_znjst_cptd_second {
		padding: 5vw;
	}

	.mobile_znjst_cptd_second_floor:nth-of-type(1) {
		display: flex;
		justify-content: space-between;
	}

	.mobile_znjst_cptd_second_floor:nth-of-type(2) {
		margin-top: 3vw;
		display: flex;
		justify-content: space-between;
	}

	.mobile_znjst_cptd_second_floor:nth-of-type(3) {
		margin-top: 3vw;
		display: flex;
		justify-content: space-between;
	}

	.mobile_znjst_cptd_second_box {
		width: 42vw;
	}

	.mobile_znjst_cptd_second_box>div:nth-of-type(1) {
		width: 100%;
		height: 32vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		border-bottom: 0.1vw solid #333;
	}

	.mobile_znjst_cptd_second_box>div:nth-of-type(1) div {
		margin-top: 3vw;
		width: 15vw;
		height: 15vw;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		background-color: #DCDCDC;
	}

	.mobile_znjst_cptd_second_box>div:nth-of-type(1) div img {
		width: 50%;
	}

	.mobile_znjst_cptd_second_box>div:nth-of-type(1) p {
		margin-top: 5vw;
	}

	.mobile_znjst_cptd_second_box>div:nth-of-type(2) {
		width: 100%;
		height: 27vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.mobile_znjst_cptd_second_box>div:nth-of-type(2) p {
		font-size: 3.8vw;
		line-height: 6vw;
	}

	/* 产品特点第三 */
	.mobile_znjst_cptd_third {
		padding: 5vw;
	}

	.mobile_znjst_cptd_third p {
		font-size: 4vw;
		text-align: center;
	}

	.mobile_znjst_cptd_third img {
		width: 100%;
		margin-top: 3vw;
	}


	/* 芯片结算台 */
	.mobile_znjst_xpjst {
		margin-top: 10vw;
	}

	/* 芯片结算台第一 */
	.mobile_znjst_xpjst_first {
		text-align: center;
	}

	.mobile_znjst_xpjst_first p {
		font-size: 6vw;
	}

	.mobile_znjst_xpjst_first img {
		width: 10vw;
	}

	/* 芯片结算台第二 */
	.mobile_znjst_xpjst_second {
		padding: 5vw;
	}

	.mobile_znjst_xpjst_second_box:nth-of-type(1) {}

	.mobile_znjst_xpjst_second_box:nth-of-type(1) p {
		font-size: 4vw;
		line-height: 8vw;
	}

	.mobile_znjst_xpjst_second_box:nth-of-type(2) {
		margin-top: 5vw;
	}

	.mobile_znjst_xpjst_second_box:nth-of-type(2) img {
		width: 100%;
	}

	/* 芯片结算台第三*/
	.mobile_znjst_xpjst_third {
		padding: 5vw;
	}

	.mobile_znjst_xpjst_third p {
		font-size: 5vw;
		text-align: center;
	}

	.mobile_znjst_xpjst_third img {
		width: 100%;
		margin-top: 3vw;
	}


	/* 方案优势 */
	.mobile_znjst_fays {
		margin-top: 10vw;
	}

	/* 方案优势第一 */
	.mobile_znjst_fays_first {
		text-align: center;
	}

	.mobile_znjst_fays_first p {
		font-size: 6vw;
	}

	.mobile_znjst_fays_first img {
		width: 10vw;
	}

	/* 方案优势第二 */
	.mobile_znjst_fays_second {
		margin-top: 5vw;
		padding: 0 5vw;
	}

	.mobile_znjst_fays_second_floor:nth-of-type(1) {
		display: flex;
		justify-content: space-between;
	}

	.mobile_znjst_fays_second_floor:nth-of-type(2) {
		margin-top: 5vw;
		display: flex;
		justify-content: space-between;
	}

	.mobile_znjst_fays_second_box {
		width: 43vw;
		height: 54vw;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		border: 0.1vw solid #999;
	}

	.mobile_znjst_fays_second_box div:nth-of-type(1) {
		width: 38vw;
		height: 38vw;
		margin-top: 3vw;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #e3e3e3;
	}

	.mobile_znjst_fays_second_box:nth-of-type(2n) div:nth-of-type(1) {
		background-color: #555453;
	}

	.mobile_znjst_fays_second_box div:nth-of-type(1) p {
		width: 90%;
		font-size: 3.8vw;
		line-height: 5.5vw;
	}

	.mobile_znjst_fays_second_box:nth-of-type(2n) div:nth-of-type(1) p {
		color: #fff;
	}

	.mobile_znjst_fays_second_box div:nth-of-type(2) {
		height: 10vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.mobile_znjst_fays_second_box div:nth-of-type(2) p {
		font-size: 4.2vw;
	}

	.mobile_znjst_fays_second_box img {
		width: 7vw;
		position: absolute;
		bottom: -3.5vw;
	}


	/* 智能硬件 */
	.mobile_znjst_znyj {
		margin-top: 10vw;
	}

	/* 智能硬件第一 */
	.mobile_znjst_znyj_first {
		text-align: center;
	}

	.mobile_znjst_znyj_first p {
		font-size: 6vw;
	}

	.mobile_znjst_znyj_first img {
		width: 10vw;
	}

	/* 智能硬件第二 */
	.mobile_znjst_znyj_second {
		margin-top: 5vw;
		padding: 5vw;
		background-color: #030303;
	}

	.mobile_znjst_znyj_second_floor:nth-of-type(1) {
		display: flex;
		justify-content: space-between;
	}

	.mobile_znjst_znyj_second_floor:nth-of-type(2) {
		margin-top: 5vw;
		display: flex;
		justify-content: space-between;
	}

	.mobile_znjst_znyj_second_floor:nth-of-type(3) {
		margin-top: 5vw;
		display: flex;
		justify-content: space-between;
	}

	.mobile_znjst_znyj_second_box {
		width: 40vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: #fff;
	}

	.mobile_znjst_znyj_second_box div {}

	.mobile_znjst_znyj_second_box div:nth-of-type(1) {
		height: 30vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: #fff;
	}

	.mobile_znjst_znyj_second_box div:nth-of-type(1) img {
		width: 60%;
	}

	.mobile_znjst_znyj_second_floor:nth-of-type(2)>div:nth-of-type(2) div:nth-of-type(1) img {
		width: 30%;
	}

	.mobile_znjst_znyj_second_box div:nth-of-type(2) {
		height: 10vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: #fff;
	}

	.mobile_znjst_znyj_second_box div:nth-of-type(2) p {
		margin-top: 0.5vw;
		font-size: 4.2vw;
	}


	/* 合作案例 */
	.mobile_znjst_hzal {
		margin-top: 10vw;
	}

	/* 合作案例第一 */
	.mobile_znjst_hzal_first {
		text-align: center;
	}

	.mobile_znjst_hzal_first p {
		font-size: 6vw;
	}

	.mobile_znjst_hzal_first img {
		width: 15vw;
	}

	/* 合作案例第二 */
	.mobile_znjst_hzal_second {
		margin-top: 5vw;
		padding: 5vw;
		background-color: #eee;
	}

	.mobile_znjst_hzal_second_floor:nth-of-type(1) {
		display: flex;
		justify-content: space-between;
		background-color: #eee;
	}

	.mobile_znjst_hzal_second_floor:nth-of-type(2) {
		margin-top: 5vw;
		display: flex;
		justify-content: space-between;
		background-color: #eee;
	}

	.mobile_znjst_hzal_second_box {
		width: 42vw;
	}

	.mobile_znjst_hzal_second_box div:nth-of-type(1) {
		height: 50vw;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}

	.mobile_znjst_hzal_second_box div:nth-of-type(1) img {
		width: 100%;
		height: 100%;
	}

	.mobile_znjst_hzal_second_box div:nth-of-type(2) {
		height: 10vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.mobile_znjst_hzal_second_box div:nth-of-type(2) p {
		font-size: 4.2vw;
	}
}
