.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;
}
.AiBanner{
	width: 100%;
	position: relative;
}
.AiBannerImg{
	width: 100%;
}
.AiBox{
	padding: 0 5%;
	position: absolute;
	top: 10%;
}
.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;
}
.AiIntroduce{
	padding: 0 16vw;
	position: absolute;
	bottom: 20%;
	font-weight: 300;
	font-size: 20px;
	color: #000000;
	line-height: 30px;
}
.solveBox{
	position: absolute;
	bottom: 2%;
	left: 50%;
	transform: translate(-50%, -2%);
	text-align: center;
	font-size: 26px;
	color: #010101;
	line-height: 40px;
}
.solve{
	display: flex;
}
.solve p{
	margin-right: 20px;
}
.solve span{
	color: #2C7ED0;
}
.solveBox >p:last-child{
	display: inline-block;
	color: #2C7ED0;
	border-bottom: 2px solid #2C7ED0; 
	padding-bottom: 4px;
}
.commonBox{
	padding: 10% 5%;
	background: #FFFFFF;
}
.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;
}










.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;
}