.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.mb-20px {
  margin-bottom: 20px;
}
.main-banner{
	width: 100%;
	height: 520px;
	display: flex;
	background: url(../img/banner.png);
	background-size: cover;
	background-repeat: round;
}
.banner {
	margin: auto;
}
.main-us {
	width: 100%;
	height: 100%;
}
.flex{
	display: flex;
}
.group-1 {
	width: 400px;
  padding-top: 112px;
	margin: 0 auto 45px auto;
	display: flex;
	flex-direction: row;
}
.group-2 {
	width: 580px;
  padding-top: 82px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	display: flex;
	flex-direction: row;
}
.group-3 {
	width: 684px;
  padding-top: 82px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
}
.textabout {
  color: #FCF5EB;
  font-size: 52px;
  letter-spacing: 2.68666672706604px;
  text-transform: uppercase;
  font-weight: 700;
}
#textgywm {
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  letter-spacing: 1.2400000095367432px;
  font-weight: 500;
  margin: 20px 0 0 -240px;
}
#textclgk {
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  letter-spacing: 1.2400000095367432px;
  font-weight: 500;
  margin: 20px 0 0 -355px;
}
#textswhz {
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  letter-spacing: 1.2400000095367432px;
  font-weight: 500;
  margin: 20px 0 0 -405px;
}
.main-strategy  {
	height: 984px;
	background: url(../img/background.png);
	background-size: cover;
	background-repeat: round;
}
.introduction {
	width: 1200px;
	color: rgba(104, 103, 103, 1);
	font-size: 14px;
	line-height: 27px;
	margin-bottom: 82px;
}
.sen-card {
	width: 1204px;
	margin-left: auto;
	margin-right: auto;
}
.card-background {
	width: 594px;
	height: 245px;
	display: flex;
	background: url(../img/cardbackground.svg);
	background-size: cover;
	background-repeat: round;
}
.decor {
	width: 22px;
	height: 17px;
	margin: 26px 0 0 27px;
}
.card-text {
	width: 516px;
	height: 165px;
	margin-top: 18px;
}
.card-text-1 {
	font-size: 18px;
	font-weight: 500;
	color: #333333;
}
.card-text-2 {
	font-size: 16px;
	font-weight: 400;
	color: #DEAF69;
	margin-top: 8px;
}
.bor {
	width: 28px;
	margin-top: 8px;
	border: 2px solid #DEAF69;
}
.card-text-3 {
	width: 516px;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 27px;
	margin-top: 8px;
}
.business-card {
	width: 1200px;
	height: 401px;
	display: flex;
	background: url(../img/background2.png);
	background-size: cover;
	background-repeat: round;
	margin: 85px auto 117px auto;
}
.decor2 {
	width: 28px;
	height: 18px;
	margin: 103px 0 0 673px;
}
.business-text {
	width: 443px;
	height: 207px;
	margin-top: 130px;
}
.business-text-1 {
	font-size: 25px;
	font-weight: 500;
	color: #B68847;
}
.business-text-2 {
	height: 207px;
	color: rgba(126, 115, 99, 1);
	font-size: 14px;
	line-height: 33px;
}