* {
	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: 674px;
	margin: 0px auto;
}
.title-PF{
	display: table;
	margin: 0px auto;
	margin-bottom: 30px;
}
.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;
}
.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%;
	height: 915px;
}
.capacity{
	width: 1200px;
	margin: 0px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.capacity ul li div{
	width: 246px;
	height: 214px;
	background-color: #f5f7fa;
	box-sizing: content-box;
	padding-top: 24px;
	padding-left: 24px;
	border: 2px solid #4371E7;
}
.capacity ul li div p{
	font-size: 20px;
	color: #4371E7;
	font-weight: 500;
	margin-bottom: 16px;
}
.capacity ul li div ul li{
	font-size: 16px;
	line-height: 32px;
	color: #333333;
}
.pic-capacity li:nth-child(2){
	margin-top: 48px;
}
.pic-capacity li ul li{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.pic-capacity li ul li p{
	font-size: 20px;
	color: #333333;
	margin-left: 16px;
}
.main-pic img{
	vertical-align: top;
	width: 80%;
	height: 80%;
}
.main-pic{
	width: 500px;
	text-align: center;
}
/* 产品功能详情 end */
/* 形态对比 start */
.contrast{
	width: 100%;
}
.table-box{
	width: 1200px;
	margin: 0px auto;
}
.table-box table{
	width: 1200px;
	text-align: center;
}
.table-box table tr th{
	font-size: 16px;
	color: #333333;
	font-weight: 500;
}
.table-box tr{
	font-size: 16px;
	line-height: 44px;
	height: 44px;
	color: #333333;
}
.table-box table tr:nth-child(2) img{
	vertical-align: top;
}
.table-box table tr td{
	width: 120px;
}
/* 形态对比 end */
/* 规格参数 start */
.parameter{
	width: 100%;
}
.parameter table{
	width: 1200px;
	text-align: center;
	margin: 0px auto;
	border: 1px #4371E7 solid;
	border-collapse: collapse;
}
.parameter-box table td{
	font-size: 16px;
	color: #333333;
	font-weight: 500;
	height: 44px;
	vertical-align: middle;
	border: 1px #4371E7 solid;
}
.parameter-box table th{
	font-size: 16px;
	color: #333333;
	font-weight: 500;
	height: 44px;
	vertical-align: middle;
	border: 1px #4371E7 solid;
}
/* 规格参数 end */
/* content end */