.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;
}
.tabBox{
	margin: 3vw 5%;
	background: #FFFFFF;
	box-shadow: -1px 16px 12px 1px rgba(0,0,0,0.08);
	border-radius: 40px;
	display: flex;
	justify-content: space-between;
	height: 80px;
}
.tab{
	font-weight: 300;
	font-size: 28px;
	color: #000000;
	line-height: 80px;
	width: 25%;
	text-align: center;
}
.active{
	background: #2C7ED0;
	border-radius: 40px;
	color: #FFFFFF;
}
.bgBanner{
	background-image: url(../img/product/productBanner1.png);
	background-size: 100%;
}
.productBox{
	padding: 0 8vw;
}
.productTitle{
	font-weight: 400;
	font-size: 35px;
	color: #000000;
	line-height: 53px;
}
.desc{
	font-weight: 300;
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	margin-top: 1vw;
	margin-bottom: 3vw;
}
.productMain{
	padding: 0 2vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product{
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #BABABA;
	text-align: center;
	width: 450px;
	height: 416px;
	margin-bottom: 3vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.product p{
	font-weight: 400;
	font-size: 19px;
	color: #000000;
	line-height: 29px;
	margin-top: 18px;
	margin-bottom: 10px;
}
.bgBanner1{
	background-image: url(../img/product/productBanner2.png);
}
.bgBanner1 .productMain{
	padding-top: 3vw;
}
.bgBanner2{
	background-image: url(../img/product/productBanner3.png);
}
.bgBanner2 .productTitle{
	padding-top: 3vw;
}
.bgBanner3{
	background-image: url(../img/product/productBanner4.png);
}
.bgBanner3 .productMain{
	padding-top: 3vw;
}
.bgBanner4{
	background-image: url(../img/product/productBanner5.png);
}
.bgBanner4 .productTitle{
	padding-top: 3vw;
}
.bgBanner5{
	background-image: url(../img/product/productBanner6.png);
}
.bgBanner5 .productTitle{
	padding-top: 3vw;
}
/* .bgBanner6{
	background-image: url(../img/product/productBanner7.png);
}
.bgBanner6 .productMain{
	padding-top: 3vw;
} */









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