.main{
	width: 100%;
	height: 100%;
	position: relative;
}
.nav{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 44px 5%;
	box-sizing: border-box;
	position: absolute;
	color: #FFFFFF;
	z-index: 99;
}
.navLogo{
	font-size: 20px;
}
.nav ul{
	display: flex;
	align-items: center;
	margin-left: 100px;
}
.nav ul li{
	margin-right: 40px;
	font-size: 12px;
	color: #FFFFFF;
	font-size: 12px;
}
.phoneBox{
	display: flex;
	align-items: center;
	font-size: 20px;
}
.phoneBox img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.banner{
	width: 100%;
	position: relative;
}
.banner img{
	width: 100%;
}
.bannerTxt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.bannerTxt >p:first-child{
	width: 100%;
	font-weight: 300;
	font-size: 39px;
	color: #FFFFFF;
}
.bannerTxt >p:nth-child(2){
	width: 100%;
	font-weight: 500;
	font-size: 48px;
	color: #FFFFFF;
	line-height: 59px;
	margin-top: 1.5vw;
}
.bannerTxt >p:last-child{
	font-weight: 300;
	font-size: 30px;
	color: #2C7ED0;
	background: #FAFAFC;
	border-radius: 29px;
	padding: 0 40px;
	height: 58px;
	line-height: 58px;
	display: inline-block;
	margin-top: 1.5vw;
}
.AiTitle{
	display: flex;
	align-items: center;
}
.AiTitle img{
	width: 50px;
	height: 50px;
	margin-right: 32px;
}
.AiTitle p{
	font-size: 40px;
	color: #000000;
}
.AiTxt{
	font-size: 32px;
	color: #2C7ED0;
	margin-top: 4vw;
}
.AiTag{
	font-weight: 300;
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	margin-top: 1vw;
	margin-bottom: 2vw;
}
.AiText{
	display: inline-block;
	background: #FAFAFA;
	border-radius: 17px;
	font-weight: 300;
	font-size: 20px;
	line-height: 35px;
	padding-right: 26px;
	margin-bottom: 1vw;
}
.AiText >span:first-child{
	font-size: 20px;
	color: #FFFFFF;
	background: #2C7ED0;
	border-radius: 17px;
	width: 146px;
	margin-right: 20px;
	display: inline-block;
	text-align: center;
}
.AiText >span:last-child{
	color: #000000;
}
.commonBox{
	padding: 10% 5%;
	background: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.commonEng{
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #626262;
}
.commonEng img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.commonTitle{
	margin-top: 3%;
	font-weight: 500;
	font-size: 48px;
	color: #000000;
}
.AiBannerImg2{
	margin: 4vw auto 0;
	display: block;
}
.commonBox >div:first-child{
	width: 35%;
}
.bgColor{
	background: #FAFAFA;
}
.AiTextRight >span:last-child{
	font-size: 20px;
	color: #FFFFFF;
	background: #2C7ED0;
	border-radius: 17px;
	width: 146px;
	margin-left: 20px;
	display: inline-block;
	text-align: center;
}
.AiTextRight >span:first-child{
	color: #000000;
}
.AiTextRight{
	display: inline-block;
	background: #FFFFFF;
	border-radius: 17px;
	font-weight: 300;
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 1vw;
	padding-left: 26px;
}
.softwareRight{
	text-align: right;
}
.softwareRight .AiTitle{
	justify-self: end;
}
.commonBox .softwareRight{
	width: 34%;
}

.blueButton{
	width: 152px;
	height: 48px;
	background: #E9F4FF;
	border-radius: 10px;
	border: 1px solid #2C7ED0;
	font-weight: 300;
	font-size: 21px;
	color: #000000;
	line-height: 48px;
	text-align: center;
	margin-top: 4vw;
}
.buttonBox{
	display: flex;
	justify-self: end;
}
.buttonBox .blueButton{
	margin-left: 36px;
	margin-top: 12vw;
}
.buttonBox1{
	display: flex;
}
.buttonBox1 .blueButton{
	margin-right: 36px;
	margin-top: 10vw;
}
.kuyiCloudImg{
	margin-top: -7vw;
	margin-left: -10vw;
}









.commonFooter{
	width: 100%;
	position: relative;
}
.commonFooter img{
	width: 100%;
}
.commonFooter >div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 300;
	font-size: 3vw;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
}
.footer{
	padding: 10% 8% 6%;
}
.related{
	display: flex;
	align-items: self-start;
}
.relatedLeft{
	display: flex;
	margin-right: 25vw;
}
.relatedPlan >div{
	font-weight: 400;
	font-size: 23px;
	color: #000000;
	margin-bottom: 1vw;
}
.relatedPlan >p{
	font-weight: 300;
	font-size: 18px;
	color: #000000;
	line-height: 38px;
}
.relatedLeft >.relatedPlan:first-child{
	margin-right: 5vw;
}
.relatedLeft >div:nth-child(2){
	margin-right: 2vw;
}
.relatedLeft >div:nth-child(3){
	margin-right: 6vw;
}
.codeBox{
	text-align: center;
}
.codeBox p{
	font-weight: 300;
	font-size: 20px;
	color: #000000;
	margin-top: 1vw;
}
.contact{
	margin-top: 5vw;
}
.record{
	text-align: center;
	font-weight: 300;
	font-size: 14px;
	color: #000000;
	line-height: 24px;
	height: 40px;
	line-height: 40px;
	background: #D1D1D1;
}