* {
	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: 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: 285px;
	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-constitute{
	width: 100%;
	height: 1625px;
}
.constitute{
	width: 1200px;
	margin: 0px auto;
}
/* constitute_1 start */
.constitute_1{
	display: flex;
	flex-direction: row;
}
.constitute_1 .constitute_title{
	width: 80px;
	height: 600px;
	background-color: #4371E7;
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.constitute_1 .constitute_title p{
	width: 20px;
	font-size: 20px;
	line-height: 24px;
	margin: 0px auto;
	color: #FFFFFF;
}
.constitute_1 .constitute_description{
	width: 956px;
	height: 536px;
	padding: 30px 70px;
	box-sizing: content-box;
	border: 2px solid #4371E7;
}
.constitute_1 .constitute_description ul .function1 .function1_icon{
	display: flex;
	flex-direction: row;
	width: 956px;
	justify-content: space-between;
}
.function1_icon li ul{
	text-align: center;
	width: 280px;
}
.function1_icon li ul li:nth-child(2){
	font-size: 18px;
	line-height: 18px;
	margin: 24px 0;
	color: #4371E7;
	font-weight: 500;
}
.function1_icon li ul li:nth-child(3){
	font-size: 14px;
	text-align: justify;
}
.attachment{
	display: flex;
	flex-direction: row;
	margin-top: 32px;
}
.attachment_description{
	width: 538px;
	height: 188px;
	background-color: #e3ecfe;
	border-radius: 6px;
	padding: 32px 0 0 32px;
	margin-right: 66px;
}
.attachment_description .d-title{
	font-size: 16px;
	font-weight: 600;
	color: #4371E7;
	margin-bottom: 12px;
}
.attachment_description div p{
	font-size: 14px;
	line-height: 24px;
}
.attachment_description div:nth-child(2){
	margin-bottom: 12px;
}
/* constitute1 end */
/* constitute2 start */
.constitute_2{
	display: flex;
	flex-direction: row;
	margin-top: 40px;
}
.constitute_2-1{
	display: flex;
	flex-direction: row;
}
.constitute_2-2{
	display: flex;
	flex-direction: row;
	margin-left: 40px;
}
.constitute_2 .constitute_title{
	width: 80px;
	height: 340px;
	background-color: #4371E7;
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.constitute_2 .constitute_title p{
	width: 20px;
	font-size: 20px;
	line-height: 24px;
	margin: 0px auto;
	color: #FFFFFF;
}
.constitute_2 .constitute_description{
	width: 380px;
	height: 276px;
	padding: 30px 48px;
	box-sizing: content-box;
	border: 2px solid #4371E7;
	text-align: center;
}
.constitute_2 .constitute_description p:nth-child(2){
	font-size: 18px;
	line-height: 18px;
	margin: 24px 0;
	color: #4371E7;
	font-weight: 500;
}
.constitute_2 .constitute_description p:nth-child(3){
	font-size: 14px;
	text-align: justify;
}
/* constitute2 end */
/* constitute3 start */
.constitute_3{
	display: flex;
	flex-direction: row;
	margin-top: 40px;
}
.constitute_3 .constitute_title{
	width: 80px;
	height: 420px;
	background-color: #4371E7;
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.constitute_3 .constitute_title p{
	width: 20px;
	font-size: 20px;
	line-height: 24px;
	margin: 0px auto;
	color: #FFFFFF;
}
.constitute_3 .constitute_description{
	width: 1000px;
	height: 356px;
	padding: 30px 48px;
	box-sizing: content-box;
	border: 2px solid #4371E7;
	display: flex;
	flex-direction: row;
}
.constitute_3 .constitute_description .description_platform{
	width: 380px;
	text-align: center;
}
.constitute_3 .constitute_description .description_platform p:nth-child(2){
	font-size: 18px;
	line-height: 18px;
	margin: 24px 0;
	color: #4371E7;
	font-weight: 500;
}
.constitute_3 .constitute_description .description_platform p:nth-child(3){
	font-size: 14px;
	text-align: justify;
}
/* constitute3 end */
/* 应用部署end */
/* 方案价值 start */
.P-value{
	width: 1200px;
	height: 525px;
	margin: 0px auto;
}
.value{
	height: 340px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.value_description ul li{
	display: inline-block;
	height: 64px;
	line-height: 64px;
}
.value_description ul li p{
	display: inline-block;
	vertical-align: middle;
}
.value_description ul li p:first-child{
	font-size: 32px;
	font-weight: 700;
	font-style: italic;
	color: #4371E7;
}
.value_description ul li p:nth-child(2){
	font-size: 18px;
	margin-left: 16px;
}
.value_pic{
	font-size: 0;
}
/* 方案价值 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 */