.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%);
}
.bannerTxt >p:first-child{
	font-weight: 500;
	font-size: 48px;
	color: #FFFFFF;
	line-height: 76px;
	text-align: center;
}
.bannerTxt >p:last-child{
	font-size: 38px;
	color: #FFFFFF;
	line-height: 76px;
}
.aboutUs{
	width: 100%;
	position: relative;
}
.aboutUs img{
	width: 100%;
}
.aboutUsMain{
	padding: 0 5%;
	position: absolute;
	top: 10%;
}
.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;
}
.aboutUsTxt{
	padding: 0 44px;
	font-weight: 300;
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	margin-top: 6%;
}
.aboutUsTxt >p:first-child{
	margin-bottom: 30px;
}
.aboutUsImg{
	width: 70% !important;
	margin: 3% auto 0;
	display: block;
}
.commonBox{
	padding: 10% 5% 12%;
	background: #FFFFFF;
}
.bgColor{
	background: #FAFAFA;
}
.areaBox{
	padding: 0 4%;
	display: flex;
	justify-content: space-between;
	margin-top: 6%;
}
.area{
	width: 22%;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.13);
	border-radius: 10px;
	padding: 52px 25px 5%;
	box-sizing: border-box;
}
.areaTitle{
	font-weight: 400;
	font-size: 2vw;
	color: #2C7ED0;
	line-height: 100px;
}
.area img{
	width: 9vw;
	height: 9vw;
}
.area >p:last-child{
	font-size: 16px;
	color: #000000;
	line-height: 26px;
	font-weight: 400;
}
.pathImg{
	width: 80% !important;
	margin: 3% auto 0;
	display: block;
}
.brandBox{
	display: flex;
	justify-content: space-between;
	padding: 0 4%;
	margin-top: 4vw;
}
.brandLT{
	width: 30%;
	margin-right: 8px;
}
.brandBox >div:last-child{
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.brandBox >div:last-child img{
	width: 33%;
	margin-bottom: 2px;
}
.solutionsBox{
	padding: 0 4%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin-top: 4vw;
}
.solutions{
	width: 25%;
	position: relative;
}
.solutions img{
	width: 100%;
}
.solutionsTxt{
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.solutionsTxt p{
	position: absolute;
	left: 12%;
	bottom: 14%;
	font-weight: 300;
	font-size: 26px;
	color: #000000;
	line-height: 33px;
}
.solutionsTxt img{
	width: 32px;
	height: 32px;
	position: absolute;
	right: 12%;
	bottom: 14%;
}
.serving{
	position: relative;
	width: 100%;
}
.serving >img{
	width: 100%;
}
.servingTxt{
	font-weight: 400;
	font-size: 42px;
	color: #000000;
	line-height: 69px;
	text-align: center;
	margin-top: 16vw;
}
.servingMain{
	padding: 0 5%;
	position: absolute;
	top: 10%;
	width: 100%;
	box-sizing: border-box;
}
.infoBox{
	display: flex;
	justify-content:  space-between;
	margin: 2vw 18vw 0;
}
.info{
	width: 207px;
	height: 86px;
	background: #2C7ED0;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
}
.info img{
	margin-right: 14px;
}
.infoTxt >p:first-child{
	font-weight: 500;
	font-size: 24px;
	line-height: 31px;
}
.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;
}