* {
	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%;
}
/* TAB start */
.nav-panel{
	width: 512px;
	margin: 40px auto;
	height: 48px;
	border-radius: 4px;
	background-color: #ebebeb;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-subitem{
	width: 160px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	border-radius: 4px;
	color: #999999;
	background-color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}
.nav-panel>div:nth-child(2){
	margin: 0px 8px;
}
.nav-active{
	color: #4371E7;
}
.nav-panel>div:hover{
	color: #4371E7;
}
/* TAB end */
/* 产品列表 start */
#pcProfile{
	width: 1200px;
	margin: 0px auto;
}
.content-subitem{
	display: none;
}
.content-block{
	display: block;
}
#profile-standardized>ul>li{
	display: flex;
	flex-direction: row;
	margin-bottom: 40px;
	justify-content: space-between;
}
.p-info{
	width: 320px;
	height: 314px;
	background-image: linear-gradient(0deg,#fff,#e9effa);
	box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
	position: relative;
	padding: 48px 130px;
	border-radius: 8px;
	transition: all 0.6s ease-in-out;
}
.p-info:hover{
	box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 30%), -8px -8px 20px 0 #fff;
}
.p-info:hover .tbox{
	visibility: visible;
	opacity: 1;
}
.p-info img{
	vertical-align: top;
}
.imgbox{
	height: 314px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #4371E7;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.tbox{
	background-color: rgba(45,90,207,0.9);
	width: 452px;
	height: 250px;
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 80px 64px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.6s ease-in-out;
	backdrop-filter: blur(6px);
}
.tbox a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.tbox ul{
	position: relative;
	height: 250px;
}
.tbox ul li h3{
	font-size: 32px;
	line-height: 32px;
	color: #FFFFFF;
}
.tbox ul li span{
	background-color: #FFFFFF;
	width: 452px;
	height: 1px;
	display: inline-block;
	margin: 16px 0;
}
.tbox ul li p{
	font-size: 16px;
	line-height: 32px;
	color: #FFFFFF;
	text-align: justify;
}
.tbox ul li img{
	position: absolute;
	right: 0;
	bottom: 0;
}
/* 行业产品 start */

#profile-industry>ul>li{
	display: flex;
	flex-direction: row;
	margin-bottom: 40px;
	justify-content: space-between;
}
/* 交通产品 end */
/* 平台产品 start */

#profile-platform>ul>li{
	display: flex;
	flex-direction: row;
	margin-bottom: 40px;
	justify-content: space-between;
}
/* 平台产品 end */
/* 产品列表 end */
/* content end */
