* {
	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 */
/* banner start */
.banner{
	position: relative;
	width: 100%;
}
.banner>img{
	display: block;
	height: auto;
	transition: 5s;
	transform: scale(1);
	width: 100%;
}
.bannerText{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1200px;
}
.bannerText>p:first-child{
	font-size: 48px;
	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: 16px;
	line-height: 32px;
	color: #FFFFFF;
	width: 400px;
	margin-top: 36px;
}
/* banner end */
/* content start */
.content{
	width: 100%;
	padding-top: 60px;
}
/* 解决方案start */
.P-feature{
	width: 100%;
	margin: 0px auto;
	height: 2686px;
}
.solutions{
	width: 1200px;
	margin: 0px auto;
}
.program{
	width: 1132px;
	height: 270px;
	background-color: #FFFFFF;
	box-sizing: content-box;
	border: 2px solid #4371E7;
	display: flex;
	flex-direction: row;
	padding: 32px;
	margin-bottom: 48px;
	transition: all 0.5s;
}
.program img{
	width: 480px;
	height: 270px;
	vertical-align: top;
}
.program ul{
	margin-left: 32px;
	margin-top: 24px;
}
.program ul li:first-child{
	display: flex;
	flex-direction: row;
	position: relative;
}
.program_title{
	font-size: 32px;
	line-height: 40px;
	color: #4371E7;
	font-weight: 600;
}
.program_detail{
	display: inline-block;
	width: 120px;
	height: 40px;
	background-color: #4371E7;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	transition: all 0.3s;
	position: absolute;
	right: 0;
}
.program_detail:hover{
	background-color: #5a86f7;
	transition: all 0.3s;
}
.program_description{
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	text-align: justify;
	margin-top: 16px;
}
.program_label{
	width: 100px;
	height: 32px;
	border-radius: 4px;
	background-color: #cbe0ff;
	font-size: 14px;
	color: #4371E7;
	text-align: center;
	line-height: 32px;
}
.program ul li:nth-child(3){
	margin-top: 32px;
	width: 472px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.program:hover{
	box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
}
/* 解决方案end */
/* content end */
