.main{
	width: 100%;
	height: 100%;
	position: relative;
}
.nav{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 44px 8%;
	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 img{
	width: auto !important; 
}
.bannerTxt >p{
	font-weight: 500;
	font-size: 48px;
	color: #FFFFFF;
	line-height: 76px;
	text-align: center;
}
.aboutBanner{
	width: 100%;
	position: relative;
}
.aboutBanner img{
	width: 100%;
}
.aboutTxt{
	width: 50%;
	padding-left: 8%;
	position: absolute;
	font-weight: 300;
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	top: 10%;
}
.aboutTxt >p {
	margin-bottom: 2vw;
}
.aboutTxt >p:last-child{
	padding-right: 5%;
}
.aboutTitle{
	margin-top: 2vw;
}
.aboutTitle >span:first-child{
	font-weight: 400;
	font-size: 25px;
	color: #2C7ED0;
	line-height: 35px;
}
.aboutTitle >span:nth-child(2){
	font-weight: 500;
	font-size: 16px;
	color: #777777;
	line-height: 22px;
	opacity: 0.55;
	margin-left: 10px;
}
.aboutTitle >p:last-child{
	font-weight: 300;
	font-size: 20px;
	color: #000000;
	line-height: 35px;
	margin-top: 1vw;
}
.bgBanner{
	background-image: url(../img/about/bgBanner.png);
	background-size: 100%;
	margin-top: -5px;
}
.core{
	text-align: center;
}
.coreTitle{
	font-weight: bold;
	font-size: 49px;
	color: #353535;
	line-height: 133px;
	padding-top: 4vw;
}
.coreCH{
	background: #2C7ED0;
	border-radius: 17px;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 26px;
	width: 180px;
	height: 26px;
	text-align: center;
	margin: 0 auto;
	padding: 4px 0;
}
.coreBox{
	display: flex;
	justify-content: space-between;
	padding: 0 8%;
	margin: 5vw 0;
}
.coreBox div{
	width: 31%;
}
.coreMain{
	position: relative;
}
.coreMain >p:nth-child(2){
	font-weight: 500;
	font-size: 33px;
	color: #FFFFFF;
	position: absolute;
	top: 30%;
	left: 53%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.coreMain >p:nth-child(3){
	font-weight: 300;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	position: absolute;
	top: 40vw;
	left: 55%;
	transform: translate(-50%, -24vw);
	width: 74%;
	text-align: left;
}
.coreBox .coreMain:nth-child(3) img{
	margin-top: 10px;
}
.bgBanner1{
	background-image: url(../img/about/bgBanner2.png);
	background-size: cover;
	padding-bottom: 8%;
}
.certificateBox{
	display: ;
}
.certificateTop{
	display: flex;
	width: 50%;
	margin: 6vw auto 0;
}
.certificateBottom{
	padding: 0 8%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.certificateBottom img{
	width: 48%;
	margin-top: 3vw;
}
.bgBanner2{
	background-image: url(../img/about/map.png);
	background-size: 100%;
	height: 60vw;
}



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