* {
	margin: 0;
	padding: 0;
}

html {
	/* IOS属性 */
	-webkit-tap-highlight-color: none !important;
	min-height: 101%;
	position: relative;
	overflow: -moz-scrollbars-vertical;
}

ul li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	text-decoration: none !important;
	outline: none !important;
}

a:focus {
	outline: none !important;
}

/* nav */
.navbox {
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 999;
}

.call {
	display: flex;
	justify-content: center;
	align-items: center;
}
.call span {
	line-height: 25px;
	margin-left: 10px;
}
.logo {
	float: left;
	align-items: center;
	width: 96px;
	height: 37px;
	margin: 11.5px 0;
}

.menu {
	display: flex;
	align-items: center;
}

.menu > li {
	float: left;
	padding: 0 33px;
	text-align: center;
	position: relative;
}

.menu li a {
	letter-spacing: 2px;
	font-size: 15px;
	font-weight: 500;
	color: #333;
	line-height: 60px;
	display: block;
}

.menu li a:hover {
	color: #fc7105;
	border-radius: 1px;
}

.tac_core {
	background: url("/img/wenben.jpg") top center no-repeat;
	width: 100%;
	height: 900px;
	color: #fff;
	background-size: cover;
}

.tac_core_list {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
}

.tac_core_list_left {
	width: 50%;
}

.tac_core_list_right {
	width: 47%;
	margin-left: 3%;
}

.tac_core_list_left div,
.tac_core_list_right div {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}

.tac_core_list img {
	display: inline-block;
	vertical-align: top;
}

.tac_core_list span {
	width: 75%;
	margin-left: 34px;
	display: inline-block;
	vertical-align: top;
}

.tac_core_list span h4 {
	font-size: 24px;
	margin-bottom: 16px;
}

.tac_core_list span p {
	font-size: 18px;
	line-height: 36px;
}

.tac_title {
	font-size: 30px;
	color: #3e3e3e;
	text-align: center;
	margin-bottom: 100px;
}

/* news */
.news_body {
	width: 100%;
	display: block;
	background: #f0f0f0;
}

.news {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.news_title {
	display: block;
	padding: 54px 0 36px;
}

.news_model {
	width: 1200px;
	background: #fff;
	overflow: hidden;
	border: 1px solid rgba(222, 222, 222, 0.5);
	box-shadow: 0px 0px 3px #dedede;
}

.news_left {
	float: left;
}

.news_left_title {
	width: 370px;
	height: 204px;
	display: block;
	margin: 34px 0 26px 20px;
}

.new_sub {
	overflow: hidden;
	padding-left: 20px;
	height: 42px;
}

.new_sub div {
	float: left;
}

.new_sub div:nth-of-type(2) {
	padding: 0 50px 0 40px;
}

.new_sub div img,
.new_sub div span {
	display: inline-block;
	vertical-align: middle;
}

.new_sub div span {
	font-size: 16px;
	color: #9e9e9e;
	padding-left: 4px;
}

.news_right {
	float: left;
	width: 760px;
	height: 308px;
	padding-left: 30px;
	padding-top: 35px;
	position: relative;
}

.news_right .news_right_title {
	font-size: 24px;
	color: #3e3e3e;
	padding-bottom: 35px;
}

.news_right_title:hover {
	color: #fc7105;
}

.news_right p {
	font-size: 18px;
	color: #5e5e5e;
}

.news_right_title_border {
	padding-left: 8px;
	border-left: 3px solid #fc7105;
	font-size: 17px;
}

.news_lookDetail {
	cursor: pointer;
	position: absolute;
	bottom: 36px;
	right: 8px;
	text-align: right;
}

.news_lookDetail img {
	margin: -7px 0 0 0;
}

.news_lookDetail span {
	color: #fc7105;
	font-size: 18px;
	padding-right: 6px;
	display: inline-block;
}

.mb_news_body {
	display: none;
}

/* news_detail */
.news_detail_model {
	background: #fff;
	width: 1200px;
	margin: 0 auto;
	border: 1px solid rgba(222, 222, 222, 0.5);
	box-shadow: 0px 0px 3px #dedede;
}

.news_detail_model h4 {
	font-size: 24px;
	color: #3e3e3e;
	text-align: center;
	padding: 85px 0 40px;
}

.news_detail_sub {
	padding: 0 0 46px 0;
	margin: 0 auto;
	text-align: center;
}

.news_detail_sub div {
	display: inline-block;
	float: none;
}

.news_detail_model .video {
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 32px;
}

.news_detail_model p .content_end {
	padding: 82px 0px 62px;
	margin: 0 30px;
	border-bottom: 1px solid #f0f0f0;
}

.news_detail_back {
	padding: 76px 0 26px 30px;
}

.news_detail_back span {
	color: #fc7105;
	font-size: 18px;
	padding-left: 6px;
	display: inline-block;
}

/* 超小设备（手机，小于 768px） */
@media (max-width: 768px) {
	#pc {
		display: none;
	}

	/* 右侧固定栏 */
	.fix-box {
		position: fixed;
		right: 0;
		top: 58%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		z-index: 9999;
	}

	.fix-box .phone-box {
		display: flex;
		align-items: center;
	}

	.fix-box .phone-box .phone {
		display: flex;
		align-items: center;
	}

	.fix-box .phone-box .hide {
		display: none;
	}

	.fix-box .phone-box .phone {
		display: flex;
		align-items: center;
	}
	.fix-box .phone-box .hide {
		display: none;
	}

	.fix-box .phone-box .phone .phone-right {
		width: 200px;
		height: 73px;
		background: #fff;
		border-radius: 5px;
		font-size: 17px;
		font-weight: 500;
		color: #0872f3;
		line-height: 35px;
		text-align: center;
	}

	.fix-box .phone-box .phone .phone-left {
		width: 0px;
		height: 0px;
		border: solid 8px;
		border-color: transparent transparent transparent #fff;
	}

	.fix-box .box {
		width: 54px;
		height: 54px;
		background: #fc7105;
		border-radius: 8px;
		margin: 7px 7px 7px -6px;
		padding: 8px;
		cursor: pointer;
		text-align: center;
	}

	.fix-box .box span,
	.fix-box .box a {
		font-size: 15px;
		font-weight: 500;
		color: #fff;
		line-height: 18px;
	}

	/* 一键置顶 */
	.go-top-box {
		margin: 7px 7px 7px -6px;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		z-index: 9999;
	}

	.go-top-box .container-box {
		cursor: pointer;
		width: 54px;
		height: 54px;
		background: #fc7105;
		border-radius: 8px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.go-top-box .container-box img {
		width: 16px;
		height: 18px;
		margin-top: 9px;
	}

	.go-top-box .container-box .txt {
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		line-height: 24px;
	}

	/* 产品概述&&方案描述 */
	.productgaisu p {
		width: 92%;
		font-size: 16px;
		text-align: left;
		color: #333;
		line-height: 28px;
		margin: 0 auto;
		padding-bottom: 38px;
	}
	.navbox {
		background: #373d41;
		position: fixed;
		top: 0;
		height: 1.43rem;
	}

	.carousel {
		margin-top: 1.4rem;
	}

	.nav {
		width: 90%;
		text-align: left;
		height: 1.43rem !important;
		border-bottom: 0.04rem solid rgba(18, 24, 33, 0);
		margin: 0 auto;
	}

	.nav-img img {
		width: 100%;
		min-height: 110px;
	}

	.menu {
		display: none;
	}

	.call {
		display: none;
	}

	.logo img {
		margin-top: 0.22rem !important;
	}

	.logo {
		float: none;
		position: relative;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0;
	}

	.logo .menu-box {
		width: 33%;
		text-align: right;
	}

	.logo .menu-box .menu-btn {
		width: 24px;
	}

	.logoImg {
		display: none;
	}

	.logoImg_mb {
		width: 2rem;
	}

	.homeBtn {
		display: block;
		position: absolute;
		top: 0.1rem;
		right: 0.32rem;
		width: 0.57rem;
	}
	.closeBtn {
		display: block;
		position: absolute;
		top: 10px;
		right: 0;
		width: 40px;
	}

	.recruiting_title {
		margin-top: 0.67rem !important;
	}

	.recruiting_title span {
		font-size: 0.4rem;
		width: 9rem;
	}

	.mb_banner {
		display: block;
	}

	.recruiting_resume {
		margin: 0.91rem auto 1.2rem;
		font-size: 0.32rem;
		width: 9rem;
	}

	.recruiting_resume span {
		margin-left: 10px;
	}

	.recruiting_last {
		height: 0;
	}

	.tac_title {
		margin-bottom: 0.67rem;
		font-size: 0.4rem;
	}

	.about_div {
		display: none;
	}

	.about_p {
		margin: 0 auto;
		line-height: 0.51rem;
		font-size: 0.32rem;
	}

	.about_p span {
		font-size: 0.4rem;
	}

	.about_left .about_p_dash {
		border-bottom: 1px solid #dedede;
	}

	.about_p1 {
		margin-top: 0.8rem;
		margin-bottom: 0.5rem;
	}

	.p2 {
		margin: 0.53rem auto;
		width: auto;
	}
	/* 隐藏底部产品集 */
	.product-set {
		display: none;
	}

	.footwrap {
		width: 100%;
		height: 1.8rem;
	}

	.foot {
		height: 220px;
		overflow: hidden;
		width: 100%;
		background: #252931;
	}

	.footerR-pc {
		display: none;
	}

	.footerR-mb {
		width: 7.7rem;
		height: 80px;
		margin: 0 0.28rem;
	}

	.footerR-mb p {
		font-size: 12px;
		color: #fff;
		text-align: left;
		margin: 0;
		line-height: 0.49rem;
	}

	.footerPhoto {
		float: right;
		margin: -1.9rem 0.28rem 0 0;
	}

	.footerPhoto img {
		width: 60px;
		height: 60px;
		display: block;
	}

	.footerL {
		margin: 20px 0 20px 18px;
	}

	.footerL .pc {
		display: none;
	}

	.footerL .mb {
		width: 100px;
		height: 42px;
	}

	/* view */
	.content h2,
	.icons h2,
	.texing h2,
	.des-content h2,
	.content2 h2 {
		margin: 36px 0 20px 20px;
		font-size: 26px;
		line-height: 30px;
		font-weight: 500;
		text-align: left;
		color: #333;
	}

	/* AR */
	.productgaisuwrap h2,
	.tese h2,
	.jiagou h2,
	.changjing h2 {
		margin: 32px 0 24px 20px;
		font-size: 26px;
		line-height: 30px;
		font-weight: 500;
		text-align: left;
		color: #333;
	}

	/* cooperative */
	.intro-fr h2,
	.intro-item4 h2,
	.zucheng h2,
	.icons-fr h2,
	.des3 h2 {
		margin: 36px 0 26px 20px;
		font-size: 26px;
		line-height: 30px;
		font-weight: 500;
		text-align: left;
		color: #333;
	}

	/* sensor */
	.des1 h2,
	.des2 h2 {
		margin: 32px 0 38px 20px;
		font-size: 16px;
		font-weight: 500;
		text-align: left;
		color: #fff;
	}

	/* 研判系统 */
	.gaisu h2,
	.yingjian h2 {
		margin: 32px 0 18px 20px;
		height: 30px;
		font-size: 22px;
		font-weight: 500;
		text-align: left;
		color: #333;
	}

	/* 便携式 */
	.bianxie h2,
	.bianxieyj h2,
	.bianxiecj h2 {
		height: 30px;
		font-size: 22px;
		font-weight: 500;
		line-height: 30px;
	}

	/* 金融 */
	.jrgs h2,
	.jrlc h2,
	.jrhx h2,
	.jrcj h2 {
		font-size: 26px;
		line-height: 30px;
		font-weight: 500;
		text-align: left;
		color: #333;
	}

	/* 面试 */
	.msgs .app,
	.msts h2,
	.mstp h2 {
		font-size: 26px;
		line-height: 30px;
		font-weight: 500;
		text-align: left;
		color: #333;
	}

	/* 远程 */
	.yuancheng .app {
		font-size: 26px;
		line-height: 30px;
		font-weight: 500;
		text-align: left;
		color: #333;
	}

	/* 智能 */
	.zhineng .app,
	.znts h2,
	.znyj h2,
	.zncj h2 {
		font-size: 26px;
		line-height: 30px;
		font-weight: 500;
		text-align: left;
		color: #333;
	}

	/* 沉思者（DeepThinker） */
	.des h2,
	.des-con h2 {
		font-size: 15px;
		font-weight: 500;
		text-align: left;
		color: #333;
	}

	.des-main h2,
	.des3 h2,
	.view_mb h3 {
		font-size: 26px;
		font-weight: 500;
		text-align: left;
	}

	/* 公司简介 */
	.hexin,
	.company-content h2,
	.parter-content h2 {
		font-size: 26px;
		font-weight: 500;
		text-align: left;
		color: #333;
	}

	.recruiting_title .deep_span {
		font-size: 0.4rem;
		width: 9rem;
	}
	.thinker_youshi {
		margin-top: 0 !important;
	}

	.kuangjia {
		display: block;
		margin-bottom: 0px;
	}

	.kuangjia img {
		width: 9.5rem;
		margin: 0 auto;
		display: block;
	}
	.thinker_tese {
		margin: 1.33rem auto 0.13rem;
	}
	.thinker_kuangjia {
		margin: 0.67rem auto;
	}

	.thinker_icon {
		width: 3.33rem;
		text-align: center;
	}

	.thinker_ptys {
		margin: 0 !important;
	}

	.recruiting_triangle {
		display: none;
	}

	.recruiting_title span {
		border-bottom: none;
		padding-bottom: 0.16rem;
	}

	.main_image #btn_prev,
	.main_image #btn_next {
		display: none;
		background: none;
	}

	.thinker_featureml {
		margin-left: 16%;
	}

	/* news */
	.mb_news_body {
		display: block;
		background: #f0f0f0;
	}

	.news_body {
		display: none;
	}

	.mb_news_title {
		margin: 0.89rem 0 0.6rem 0.56rem;
		width: 2.4rem;
	}

	.mb_news_model {
		padding: 0 0.4rem;
		border: 1px solid rgba(255, 255, 255, 0.15);
	}

	.mb_news_right {
		background: #fff;
		position: relative;
		margin-bottom: 1.13rem;
	}

	.mb_news_right_border {
		font-size: 0.16rem;
	}

	.mb_news_right_title {
		color: #3e3e3e;
		font-size: 0.5rem;
		margin: 0.35rem 0.1rem 0.35rem 0.27rem;
		border-left: 3px solid #fc7105;
		padding-left: 0.27rem;
		line-height: 0.7rem;
	}

	.mb_news_right a {
		text-decoration: none !important;
		display: inline-block;
		outline: none !important;
		width: 94%;
	}

	.mb_new_sub {
		overflow: hidden;
		color: #9e9e9e;
		font-size: 0.4rem;
	}

	.mb_new_sub div {
		float: left;
		margin-bottom: 0.37rem;
	}

	.mb_new_sub div:nth-of-type(1) {
		margin-left: 0.27rem;
	}

	.mb_new_sub div:nth-of-type(2) {
		margin: 0 0.8rem 0 0.8rem;
	}

	.mb_new_sub div img,
	.mb_new_sub div span {
		display: inline-block;
		vertical-align: middle;
	}

	.mb_news_right p {
		padding: 0 0.27rem 1.07rem;
		line-height: 0.5rem;
		font-size: 0.34rem;
		color: #5d5d5d;
	}

	.mb_news_lookDetail {
		position: absolute;
		right: 0.27rem;
		bottom: 0.35rem;
		text-align: right;
	}

	.mb_news_lookDetail span {
		color: #fc7105;
		font-size: 0.24rem;
		padding-right: 0.107rem;
	}

	.mb_news_lookDetail img {
		width: 0.187rem;
	}

	.mb_news_lookDetail img,
	.mb_news_lookDetail span {
		display: inline-block;
		vertical-align: middle;
	}

	.mb_news_detail {
		padding-bottom: 0.56rem;
	}

	.mb_news_detail_model {
		margin: 0 0.4rem;
		background: #fff;
		border: 1px solid rgba(255, 255, 255, 0.15);
	}

	.mb_news_detail_model h4 {
		text-align: center;
		width: 6.7rem;
		color: #3e3e3e;
		font-size: 0.42rem;
		margin: 0 auto;
		padding: 0.93rem 0 0.32rem;
		line-height: 0.5rem;
	}

	.mb_news_detail_sub {
		text-align: center;
	}

	.images {
		text-align: center;
	}

	.mb_news_detail_sub div:nth-of-type(1) {
		margin-left: 0;
	}

	.mb_news_detail_sub div:nth-of-type(2) {
		margin-left: 0.613rem;
		margin-right: 0.56rem;
	}

	.mb_news_detail_model p {
		padding: 0 0.27rem;
		line-height: 0.5rem;
		color: #5d5d5d;
		font-size: 0.24rem;
	}

	.mb_news_detail_sub div {
		margin-bottom: 0.3rem;
		float: none;
		display: inline-block;
	}

	.mb_news_detail_model p:nth-of-type(1) {
		padding-bottom: 0.3rem;
	}

	.mb_images {
		width: 100%;
	}

	.jiantou {
		width: 10px;
	}

	.mb_news_detail_back {
		color: #fc7105;
	}

	.mb_detail_images {
		width: 85%;
		margin: 0.38rem 0.5rem 0.5rem;
	}

	/* robot */
	.background_box {
		display: block;
		width: 100%;
	}

	.background_content {
		margin: 0.93rem 0.4rem 0;
		background: #f0f0f0;
	}

	.background_content h4 {
		padding: 0.4rem 0 0.25rem;
		font-size: 0.35rem;
	}

	.background_content p {
		padding: 0 0.24rem 0.34rem;
		font-size: 0.24rem;
		line-height: 0.6rem;
		text-indent: 2em;
	}

	.robot_flow {
		padding: 0 0.59rem;
	}

	.robot_flow h4 {
		padding: 0.86rem 0 0.9rem;
		font-size: 0.35rem;
	}

	.robot_flow p {
		padding: 0 0.24rem 0.34rem;
		font-size: 0.24rem;
		line-height: 0.6rem;
	}

	.robot_flow_img {
		padding: 0 0.59rem;
	}

	.robot_flow_img img {
		width: 100%;
		margin: 0.66rem 0 !important;
	}

	.robot_core {
		margin: 0 0 0.4rem 0;
		padding: 0 0.59rem;
		width: auto;
	}

	.robot_core img {
		margin: 0;
		float: none;
		width: 100%;
	}

	.robot_core ul {
		float: none;
		font-size: 0.24rem;
	}

	.robot_core ul li a {
		float: left;
		vertical-align: top;
		width: 0.1rem;
		height: 0.1rem;
		margin-top: 0.14rem;
	}

	.robot_core ul li span {
		float: left;
		padding-left: 0.45rem;
		width: 8rem;
		vertical-align: top;
	}

	.robot_core ul li {
		margin: 0.51rem 0;
		overflow: hidden;
	}

	.robot_core ul li .square {
		margin-right: 0;
	}

	.robot_benefits {
		display: block;
	}

	.robot_benefits_content {
		padding: 0 1.53rem;
		width: auto;
	}

	.robot_benefits_content h4 {
		font-size: 0.35rem;
		padding: 0.8rem 0 0.91rem !important;
	}

	.robot_benefits_model {
		padding-bottom: 0.33rem;
	}

	.robot_benefits_model div {
		padding: 0 0.2rem;
		margin-bottom: 0.67rem;
		width: auto;
		height: auto;
		float: none;
	}

	.robot_benefits_model div h4 {
		padding: 0.29rem 0 0.16rem !important;
		font-size: 0.32rem;
	}

	.robot_benefits_model div p {
		padding: 0 0 0.21rem 0 !important;
		font-size: 0.21rem;
		line-height: 0.4rem;
		height: auto;
	}

	.robot_benefits_model div img {
		margin: 0 0 0.2rem 0 !important;
		width: 100%;
		display: inline-block;
	}

	.robot_benefits_model div:nth-of-type(2) {
		margin: 0 0 0.67rem 0;
	}
}

/* 中型设备（台式电脑，992px 起） */
@media (min-width: 769px) and (max-width: 1200px) {
	.menu > li {
		float: left;
		padding: 0 16px;
		text-align: center;
		position: relative;
	}
	.nav {
		width: 100%;
		height: 60px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		box-shadow: 0px 5px 12px rgba(51, 51, 51, 0.16);
	}

	#mp {
		display: none;
	}

	/* 右侧固定栏 */
	.fix-box {
		position: fixed;
		right: 0;
		top: 55%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		z-index: 9999;
	}

	.fix-box .phone-box {
		display: flex;
		align-items: center;
	}

	.fix-box .phone-box .phone {
		display: flex;
		align-items: center;
	}

	.fix-box .phone-box .hide {
		display: none;
	}

	.fix-box .phone-box .phone .phone-right {
		width: 200px;
		height: 73px;
		background: #fff;
		border-radius: 5px;
		font-size: 15px;
		font-weight: 500;
		color: #333;
		line-height: 35px;
		text-align: center;
		box-shadow: 0px 0 12px 5px rgb(51 51 51 / 16%);
	}

	.fix-box .phone-box .phone .phone-left {
		width: 0px;
		height: 0px;
		border: solid 7px;
		border-color: transparent transparent transparent #fff;
	}

	.fix-box .box {
		width: 70px;
		height: 70px;
		background: #fc7105;
		border-radius: 8px;
		margin: 10px 10px 10px -4px;
		padding: 10px;
		cursor: pointer;
		text-align: center;
	}

	.fix-box .box span,
	.fix-box .box a {
		font-size: 18px;
		font-weight: 500;
		color: #fff;
		line-height: 25px;
	}

	/* 一键置顶 */
	.go-top-box {
		margin: 10px;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		z-index: 9999;
	}

	.go-top-box .container-box {
		cursor: pointer;
		width: 70px;
		height: 70px;
		background: #fc7105;
		box-shadow: 3px 4px 10px 0px rgba(106, 106, 107, 0.6);
		border-radius: 8px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.go-top-box .container-box img {
		width: 24px;
		height: 28px;
		margin-top: 8px;
	}

	.go-top-box .container-box .txt {
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		line-height: 26px;
	}

	.menu-box {
		display: none;
	}

	.menuBtn,
	.homeBtn {
		display: none;
	}

	.menu li a {
		font-size: 14px;
	}
	.kuangjia {
		display: none;
	}

	.logoImg_mb {
		display: none;
	}

	.mb_banner {
		display: none;
	}

	.pc_banner {
		display: block;
	}

	.pc_deepview {
		display: block;
	}

	.mb_deepview {
		display: none;
	}

	.view_mb {
		display: none;
	}

	.pc_jijian {
		display: block !important;
	}

	.mb_jijian {
		display: none !important;
	}

	.mb_deepthink {
		display: none;
	}

	/* 产品集 */
	.product-set {
		background-image: url("../image/navigation_bj.png");
		background-size: 100% 100%;
		width: 100%;
		height: 600px;
	}

	.product-set-container {
		width: 1200px;
		height: 100%;
		margin: 0 auto;
		padding: 85px 0;
		display: flex;
	}

	.product-set-p {
		width: 75%;
	}

	.product-set-p h2 {
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		line-height: 30px;
		margin-bottom: 40px;
	}

	.product-set-s {
		width: 25%;
	}

	.product-set-s h2 {
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		line-height: 30px;
		margin-bottom: 40px;
	}

	.product-set-p-box {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.product-set-p-box div {
		width: 25%;
	}

	.product-set-p-box h3 {
		height: 30px;
		font-size: 12px;
		color: rgba(255, 255, 255, 0.8);
		line-height: 30px;
	}

	.product-set-s-box {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.product-set-s-box h3 {
		width: 100%;
		height: 30px;
		font-size: 14px;
		color: rgba(255, 255, 255, 0.8);
		line-height: 30px;
	}

	.product-set-container a {
		font-size: 14px;
		color: rgba(255, 255, 255, 0.8);
		line-height: 30px;
	}

	.product-set-container a:focus,
	.product-set-container a:hover {
		border-bottom: none;
		color: #fc7105;
	}

	/* 底部 */
	.footwrap {
		background-color: #313131;
		width: 100%;
		height: 182px;
	}

	.foot {
		width: 66%;
		height: 100%;
		margin: -2px auto;
		overflow: hidden;
	}

	.footerL {
		float: left;
	}

	.footerR-mb {
		display: none;
	}

	.footerR-pc {
		float: left;
		width: 685px;
		color: #fff;
		font-size: 12px;
	}

	.footerR-pc p:nth-child(1) {
		margin-top: 64px;
		margin-bottom: 16px;
	}

	.footerPhoto {
		float: right;
	}

	.footerL .mb {
		display: none;
	}

	.footerL .pc {
		display: inline-block;
		margin-top: 63px;
		margin-right: 36px;
		height: 45px;
	}

	.footerPhoto img {
		display: inline-block;
		margin-top: 35px;
	}
}
/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {
	.nav {
		width: 100%;
		padding: 0 75px !important;
		height: 60px;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		box-shadow: 0px 5px 12px rgba(51, 51, 51, 0.16);
	}

	.menu-box {
		display: none;
	}

	/* 右侧固定栏 */
	.fix-box {
		position: fixed;
		right: 0;
		top: 55%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		z-index: 9999;
	}

	.fix-box .phone-box {
		display: flex;
		align-items: center;
	}

	.fix-box .phone-box .phone {
		display: flex;
		align-items: center;
	}

	.fix-box .phone-box .hide {
		display: none;
	}

	.fix-box .phone-box .phone .phone-right {
		width: 200px;
		height: 73px;
		background: #fff;
		border-radius: 5px;
		font-size: 15px;
		font-weight: 500;
		color: #333;
		line-height: 35px;
		text-align: center;
		box-shadow: 0px 0 12px 5px rgb(51 51 51 / 16%);
	}

	.fix-box .phone-box .phone .phone-left {
		width: 0px;
		height: 0px;
		border: solid 7px;
		border-color: transparent transparent transparent #fff;
	}

	.fix-box .box {
		width: 70px;
		height: 70px;
		background: #fc7105;
		border-radius: 8px;
		margin: 10px 10px 10px -4px;
		padding: 10px;
		cursor: pointer;
		text-align: center;
	}

	.fix-box .box span,
	.fix-box .box a {
		font-size: 18px;
		font-weight: 500;
		color: #fff;
		line-height: 25px;
	}

	/* 一键置顶 */
	.go-top-box {
		margin: 10px;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		z-index: 9999;
	}

	.go-top-box .container-box {
		cursor: pointer;
		width: 70px;
		height: 70px;
		background: #fc7105;
		box-shadow: 3px 4px 10px 0px rgba(106, 106, 107, 0.6);
		border-radius: 8px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.go-top-box .container-box img {
		width: 24px;
		height: 28px;
		margin-top: 8px;
	}

	.go-top-box .container-box .txt {
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		line-height: 26px;
	}

	#mp {
		display: none;
	}

	/* 产品概述&&方案描述 */
	.productgaisuwrap {
		width: 100%;
		background: #fff;
	}

	.productgaisu {
		width: 1200px;
		min-height: 325px;
		margin: 0 auto;
	}

	.productgaisu h2 {
		text-align: center;
		font-size: 30px;
		margin: 136px 0 42px;
		color: #333;
	}

	.productgaisu p {
		font-size: 16px;
		color: #333;
		line-height: 42px;
	}

	.menu-btn {
		display: none;
	}

	.kuangjia {
		display: none !important;
	}

	.logoImg_mb {
		display: none;
	}

	.mb_banner {
		display: none;
	}

	.pc_banner {
		display: block;
	}

	.menuBtn,
	.homeBtn {
		display: none !important;
	}

	.pc_deepview {
		display: block;
	}

	.mb_deepview {
		display: none;
	}

	.view_mb {
		display: none;
	}

	.pc_jijian {
		display: block !important;
	}

	.mb_jijian {
		display: none !important;
	}

	.mb_deepthink {
		display: none;
	}

	/* 产品集 */
	.product-set {
		background-image: url("../image/navigation_bj.png");
		background-size: 100% 100%;
		width: 100%;
		height: 600px;
	}

	.product-set-container {
		width: 1200px;
		height: 100%;
		margin: 0 auto;
		padding: 85px 0;
		display: flex;
	}

	.product-set-p {
		width: 74%;
	}

	.product-set-s {
		width: 26%;
	}

	.product-set-p h2 {
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		line-height: 30px;
		margin-bottom: 40px;
	}

	.product-set-s h2 {
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		line-height: 30px;
		margin-bottom: 40px;
	}

	.product-set-p-box {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.product-set-p-box div {
		width: 25%;
	}
	.product-set-p-box h3 {
		height: 30px;
		font-size: 14px;
		color: rgba(255, 255, 255, 0.8);
		line-height: 30px;
	}

	.product-set-s-box {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.product-set-s-box h3 {
		width: 100%;
		height: 30px;
	}

	.product-set-container a {
		font-size: 14px;
		color: rgba(255, 255, 255, 0.8);
		line-height: 30px;
	}

	.product-set-container a:focus,
	.product-set-container a:hover {
		border-bottom: none;
		color: #fc7105;
	}

	/* 底部 */
	.footwrap {
		background-color: #313131;
		width: 100%;
		height: 182px;
	}

	.foot {
		width: 66%;
		height: 100%;
		margin: -2px auto;
		overflow: hidden;
	}

	.footerL {
		float: left;
	}

	.footerR-mb {
		display: none;
	}

	.footerR-pc {
		float: left;
		width: 685px;
		color: #fff;
		font-size: 12px;
	}

	.footerR-pc p:nth-child(1) {
		margin-top: 64px;
		margin-bottom: 16px;
	}

	.footerPhoto {
		float: right;
	}

	.footerL .mb {
		display: none;
	}

	.footerL .pc {
		display: inline-block;
		margin-top: 63px;
		margin-right: 36px;
		height: 45px;
	}

	.footerPhoto img {
		display: inline-block;
		margin-top: 35px;
	}
}
.news_detail_model img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.mb_news_detail_model img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
