* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
	font-family: -apple-system, SF UI Display, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}

body {
	width: 100%;
	min-width: 1300px;
	background-color: #F5F7FA;
}

/* header start */
.header {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 9;
	transition: all 0.5s ease-in-out;
}

.header>.navbar1 {
	width: 1200px;
	height: 100px;
	margin: 0px auto;
}

.header>.navbar1>.logo {
	float: left;
	line-height: 100px;
}

.header>.navbar1>.logo>a>img {
	vertical-align: middle;
}
.header>.navbar1>.nav1 {
	float: right;
	height: 100px;
	display: flex;
	align-items: center;
}
.header>.navbar1>.nav1>.link {
	float: left;
	position: relative;
}
.header>.navbar1>.nav1>.link{
	margin-left: 60px;
}
.nav1>li>a {
	color: #FFFFFF;
	font-size: 18px;
	padding-bottom: 26px;
}
.link {
	position: relative;
}

.link:hover .link-item {
	border-bottom: 6px solid #4371e7;
}
.nav1>.link>.two {
	position: absolute;
	left: -74px;
	top: 55px;
	width: 220px;
	height: auto;
	background: #545d75;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 0px;
	display: none;
}
.nav1>.link>.two>li {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0px;
}
.nav1>.link>.two>li a{
	color: #ffffff;
	font-size: 16px;
}
.two li:hover a{
	color: #335E96;
}
.two>li>a:hover{
	color: #94bcff !important;
}
.nav1 li:hover .two{
	display: flex;
}
/* header end */

.bannerBox{
	position: relative;
	width: 100%;
}
.bannerBox>img:first-child{
	display: block;
	height: auto;
	transition: 5s;
	transform: scale(1);
	width: 100%;
}
.bannerText{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1200px;
	font-size: 0;
}
.bannerText>p:first-child{
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
	color: #FFFFFF;
	text-shadow: 3px 3px 5.64px rgba(14, 30, 58, 0.8);
}
/* .bannerText>p:nth-child(2){
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
	color: #FFFFFF;
	text-shadow: 3px 3px 5.64px rgba(14, 30, 58, 0.8);
	margin-top: 20px;
} */
.bannerText>p:last-child{
	width: 560px;
	font-size: 16px;
	line-height: 32px;
	color: #FFFFFF;
	margin-top: 24px;
	text-align: justify;
}

.picBox{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1200px;
	font-size: 0;
	display: block;
	margin: 0px auto;
	text-align: right;
}
.picBox>img{
	display: inline-block;
	height: auto;
}
/* banner end */
/* content start */
.content{
	width: 100%;
}
/* 产品功能 start */
.P-feature{
	width: 100%;
	height: 504px;
	margin: 0px auto;
}
.title-PF{
	display: table;
	margin: 0px auto;
	margin-bottom: 30px;
	text-align: center;
}
.title-PF>p{
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 16px;
	margin-top: 40px;
}
.title-PF>span{
	display: block;
	width: 80px;
	height: 4px;
	background-color: #4371E7;
	margin: 0px auto;
}
.title-PF>p:last-child{
	font-size: 16px;
	width: 720px;
	font-weight: 400;
	line-height: 32px;
	color: #333333;
	margin-top: 16px;
}
.icon_feature{
	width: 1200px;
	margin: 0px auto;
}
.icon_feature ul li ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.icon_feature ul li ul li{
	width: 300px;
	height: 128px;
	text-align: center;
	padding-top: 32px;
}
.icon_feature ul li ul li img{
	vertical-align: top;
}
.icon_feature ul li ul li p{
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	margin-top: 24px;
}
/* 产品功能 end */
/* 产品功能详情 start */
.P-detail{
	width: 100%;
}
.iconTab{
	width: 1200px;
	margin: 0px auto;
}
.iconTab>ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.iconTab>.tech-divider{
	background-color: #CCCCCC;
	height: 1px;
}
.iconTab>ul>li>div{
	cursor: pointer;
	width: 140px;
	text-align: center;
	font-size: 0;
}
.iconTab>ul>li>div>p{
	font-size: 16px;
	color: #333333;
	width: 120px;
	margin: 0px auto;
	font-weight: 400;
	padding-bottom: 16px;
	transition: all 0.3s;
}
.iconTab>ul>li>div>span{
	display: inline-block;
	width: 140px;
	height: 4px;
	background-color: #4371E7;
	visibility: hidden;
}
.tech-icon1:hover>span{
	visibility: visible;
}
.tech-icon2:hover>span{
	visibility: visible;
}
.tech-icon3:hover>span{
	visibility: visible;
}
.tech-icon4:hover>span{
	visibility: visible;
}
.tech-icon5:hover>span{
	visibility: visible;
}
/* .tech-icon6:hover>span{
	visibility: visible;
}
.tech-icon7:hover>span{
	visibility: visible;
}
.tech-icon8:hover>span{
	visibility: visible;
} */
.descrip{
	width: 960px;
	height: 468px;
	margin: 0px auto;
	text-align: center;
	position: relative;	
}
.descrip>div>p:first-child{
	font-size: 14px;
	line-height: 28px;
	width: 600px;
	margin: 0px auto;
	margin-top: 40px;
}
.descrip>div>img{
	margin-top: 30px;
}
#tech-pic1{
	position: absolute;
	visibility: visible;
}
#tech-pic2{
	position: absolute;
	visibility: hidden;
}
#tech-pic3{
	position: absolute;
	visibility: hidden;
}
#tech-pic4{
	position: absolute;
	visibility: hidden;
}
#tech-pic5{
	position: absolute;
	visibility: hidden;
}
#tech-pic6{
	position: absolute;
	visibility: hidden;
}
#tech-pic7{
	position: absolute;
	visibility: hidden;
}
#tech-pic8{
	position: absolute;
	visibility: hidden;
}
/* 产品功能详情 end */
/* 产品优势 start */
.P-adv{
	width: 100%;
	height: 547px;
}
.capacity{
	width: 1200px;
	margin: 0px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.capacity ul li div{
	width: 272px;
	height: 150px;
	background-color: #f5f7fa;
	box-sizing: content-box;
	padding: 24px 24px 0px 24px;
	border: 2px solid #4371E7;
}
.capacity ul li div p{
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 16px;
	text-align: justify;
}
.pic-capacity{
	display: flex;
	align-items: center;
}
.pic-capacity img{
	vertical-align: top;
}
/* 产品优势 end */
/* 硬件产品 start */
.P-hardware{
	width: 100%;
	/* height: 755px; */
}
.icon_hardware{
	width: 1200px;
	margin: 0px auto;
}
.icon_hardware ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.icon_hardware ul li{
	width: 400px;
	height: 608px;
	padding-left: 120px;
}
.icon_hardware ul li img{
	vertical-align: top;
}
.hardware_title{
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 32px;
}
.hardware_description{
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	margin-top: 16px;
}
/* 硬件产品 end */
/* 规格参数 start */
/* .parameter{
	width: 100%;
}
.table-box table{
	width: 1200px;
	text-align: center;
	margin: 0px auto;
	border: 1px #4371E7 solid;
	border-collapse: collapse;
}
td, th{
	font-size: 16px;
	color: #333333;
	font-weight: 500;
	height: 44px;
	vertical-align: middle;
	border: 1px #4371E7 solid;
} */
/* 规格参数 end */
/* 资源中心 start */
.P-resource{
	width: 100%;
}
.resource-nav{
	width: 1200px;
	margin: 0px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 40px;
}
.resource-card{
	width: 280px;
	height: 200px;
	background: linear-gradient(135deg, #E8F0FF 0%, #D6E5FF 100%);
	border-radius: 8px;
	padding: 32px 24px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.resource-card:hover{
	transform: translateY(-4px);
	box-shadow: 0 8px 16px rgba(67, 113, 231, 0.2);
}
.resource-card img{
	width: 64px;
	height: 64px;
	margin-bottom: 16px;
}
.resource-card .card-title{
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	margin-bottom: 8px;
}
.resource-card .card-desc{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	text-align: center;
}
/* 遮罩层 */
.modal-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.modal-overlay.show{
	display: block;
	opacity: 1;
}

/* 弹出框 */
.resource-modal{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.9);
	width: 600px;
	max-width: 90%;
	max-height: 80vh;
	background: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	z-index: 1001;
	display: none;
	opacity: 0;
	transition: all 0.3s ease;
}
.resource-modal.show{
	display: block;
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}
.modal-header{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 20px 24px;
	border-bottom: 1px solid #E5E5E5;
	background: #F8F9FA;
}
.modal-title{
	font-size: 18px;
	font-weight: 600;
	color: #333333;
}
.modal-close{
	font-size: 24px;
	color: #999999;
	cursor: pointer;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 24px;
	transition: color 0.3s;
}
.modal-close:hover{
	color: #4371E7;
}
.modal-content{
	padding: 24px;
	max-height: calc(80vh - 70px);
	overflow-y: auto;
}
.manual-item{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid #F0F0F0;
}
.manual-item:last-child{
	border-bottom: none;
}
.manual-item img{
	width: 32px;
	height: 32px;
	margin-right: 16px;
}
.manual-info{
	flex: 1;
	margin-right: 16px;
}
.manual-name{
	font-size: 16px;
	color: #333333;
	margin-bottom: 4px;
}
.manual-meta{
	font-size: 14px;
	color: #999999;
}
.download-btn{
	background: #4371E7;
	color: #FFFFFF;
	border: none;
	border-radius: 4px;
	padding: 8px 16px;
	font-size: 14px;
	cursor: pointer;
	transition: background 0.3s;
	white-space: nowrap;
}
.download-btn:hover{
	background: #335E96;
}
.software-section{
	margin-bottom: 24px;
}
.software-section:last-child{
	margin-bottom: 0;
}
.section-desc{
	font-size: 14px;
	color: #666666;
	margin-bottom: 16px;
}
.software-item{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid #F0F0F0;
}
.software-item:last-child{
	border-bottom: none;
}
.software-item img{
	width: 32px;
	height: 32px;
	margin-right: 16px;
}
.software-info{
	flex: 1;
	margin-right: 16px;
}
.software-name{
	font-size: 16px;
	color: #333333;
	margin-bottom: 4px;
}
.software-meta{
	font-size: 14px;
	color: #999999;
}
/* 技术支持弹出框样式 */
.support-info{
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.support-item{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 20px;
	background: #F8F9FA;
	border-radius: 8px;
}
.support-item img{
	width: 32px;
	height: 32px;
	margin-right: 16px;
	margin-top: 4px;
}
.support-details{
	flex: 1;
}
.support-label{
	font-size: 14px;
	color: #666666;
	margin-bottom: 8px;
}
.support-value{
	font-size: 18px;
	font-weight: 600;
	color: #4371E7;
	margin-bottom: 4px;
}
.support-desc{
	font-size: 14px;
	color: #999999;
	margin-top: 4px;
}
/* 资源中心 end */
/* content end */