* {
	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: #fafafa;
}

/* 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: 55%;
	transform: translate(-50%, -50%);
	width: 1200px;
	font-size: 0;
}
.bannerText>p{
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
	color: #FFFFFF;
	text-shadow: 3px 3px 5.64px rgba(14, 30, 58, 0.8);
	text-align: center;
}
/* banner end */
/* content start */
.content{
	width: 100%;
}
/* 方案概述 start */
.P-feature{
	width: 100%;
	height: 345px;
	margin: 0px auto;
}
.title-PF{
	display: table;
	margin: 0px auto;
	margin-bottom: 40px;
}
.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;
}
.overview{
	width: 1200px;
	margin: 0px auto;
}
.overview p{
	font-size: 18px;
	line-height: 32px;
	text-align: justify;
}
/* 方案概述 end */
/* 应用部署start */
.P-scene{
	width: 100%;
	height: 1585px;
}
.pic-scene{
	width: 1200px;
	margin: 0px auto;
}
.pic-scene img{
	vertical-align: top;
}
/* 应用部署end */
/* 方案优势 start */
.P-detail{
	width: 100%;
	height: 425px;
}
.advantage{
	width: 1200px;
	margin: 0px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.advantage div{
	width: 312px;
	height: 212px;
	background-color: #f5f7fa;
	box-sizing: content-box;
	padding: 24px 32px 0px 32px;
	border: 2px solid #4371E7;
}
.advantage div ul{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.advantage div ul li img{
	vertical-align: top;
}
.advantage div ul li p{
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	color: #4371E7;
	margin-left: 24px;
}
.advantage-description{
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	margin-top: 24px;
	text-align: center;
}
/* 方案优势 end */
/* content end */