.container {
  width: 100%;
  margin: 0 auto;
}
.app .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  background-image: url(../image/bg-1.png);
}
.app .nav .logo {
  width: 227px;
  height: 60px;
  margin: 0 auto 0 36px;
}
.app .nav .logo img {
  width: 227px;
  height: 60px;
}
.app .nav .nav-list ul {
  display: flex;
}
.app .nav .nav-list ul li {
  width: 80px;
  margin-right: 30px;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  list-style-type: none;
}
.app .nav .nav-list ul li a {
  text-decoration: none;
  color: #e9c78c;
}
.app .nav .nav-list ul li.active {
  border-bottom: 4px solid #e9c78c;
}
.app .nav .right {
  display: flex;
}
.app .nav .i18n {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 111px;
  height: 37px;
  margin-left: auto;
  margin-right: 50px;
  color: #e9c78c;
  border-radius: 5px;
  opacity: 0.66;
  border: 1px solid #e9c78c;
}
.app .nav .i18n .arrow {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-width: 0 5px 4px;
  border-style: solid;
  border-color: transparent transparent #e9c78c;
  transform: rotate(180deg);
}
.app .banner {
  position: relative;
  width: 100%;
}
.app .banner .swiper-container {
  width: 100%;
  height: 100%;
}
.app .banner .swiper-wrapper .swiper-slide img {
  width: 100%;
  max-height: 556px;
}
.app .banner .custom-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app .banner .custom-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #e9c78c;
  border-radius: 6px;
  margin: 12px 0;
  opacity: 1;
}
.app .banner .custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  border-radius: 6px;
  border: 1px solid #e9c78c;
  background-color: rgba(233, 199, 140, 0);
}
.app .introduce {
  position: relative;
  padding-top: 111px;
  background-color: #fff;
  box-sizing: border-box;
}
.app .introduce .title {
  height: 87px;
  margin: 0 auto;
  text-align: center;
  color: #323f6c;
  font-size: 42px;
  font-weight: 600;
  line-height: 87px;
  letter-spacing: 10px;
  background: url(../image/introduce.png) center no-repeat;
  background-size: contain;
}
.app .introduce .content {
  width: 79.5%;
  margin: 52px auto 114px;
}
.app .introduce .content p {
  font-size: 16px;
  line-height: 40px;
  color: #4a4a4a;
}
.app .introduce .content p:nth-child(n + 2) {
  margin-top: 55px;
}
.app .introduce .earth-img {
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 30.8%;
  height: 576px;
  background: url(../image/earth.png) no-repeat;
}
.app .bg {
  background: url(../image/bg-1.png);
}
.app .core-business {
  padding-top: 138px;
  box-sizing: border-box;
}
.app .core-business .title {
  height: 86px;
  margin: 0 auto;
  text-align: center;
  line-height: 86px;
  color: #fbdeab;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 10px;
  background: url(../image/bussiness.png) no-repeat center;
  background-size: contain;
}
.app .core-business .img {
  display: flex;
  justify-content: center;
  margin-top: 108px;
}
.app .core-business .img img {
  width: 86.4%;
}
.app .core-business .content {
  margin-top: 87px;
  margin-bottom: 120px;
  padding: 0 8.3%;
  display: flex;
  flex-wrap: wrap;
}
.app .core-business .content .item {
  width: 45%;
}
.app .core-business .content .item:nth-child(odd) {
  margin-right: 7.8%;
}
.app .core-business .content .item:nth-child(n + 3) {
  margin-top: 50px;
}
.app .core-business .content .item h4 {
  height: 42px;
  line-height: 42px;
  font-weight: 400;
  font-size: 30px;
  color: #fbdeab;
}
.app .core-business .content .item .desc {
  width: 100%;
  margin-top: 17px;
  font-size: 16px;
  color: #fbdeab;
  line-height: 40px;
}
.app .family-health .img,
.app .inheritance-management .img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 86.4%;
  height: 368px;
  margin: 5px auto 0;
  background: url(../image/healthy.png) no-repeat;
  background-size: cover;
}
.app .family-health .img .title,
.app .inheritance-management .img .title {
  height: 67px;
  font-size: 48px;
  color: #ffffff;
  line-height: 58px;
  letter-spacing: 5px;
}
.app .family-health .img .title-en,
.app .inheritance-management .img .title-en {
  margin-top: 17px;
  height: 29px;
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  line-height: 29px;
}
.app .family-health .content,
.app .inheritance-management .content {
  margin-top: 95px;
  margin-bottom: 120px;
  padding: 0 8.3%;
  display: flex;
  flex-wrap: wrap;
}
.app .family-health .content .item,
.app .inheritance-management .content .item {
  width: 45%;
}
.app .family-health .content .item:nth-child(odd),
.app .inheritance-management .content .item:nth-child(odd) {
  margin-right: 7.8%;
}
.app .family-health .content .item:nth-child(n + 3),
.app .inheritance-management .content .item:nth-child(n + 3) {
  margin-top: 50px;
}
.app .inheritance-management .img {
  margin: 77px auto 0;
  background: url(../image/inherited.png);
}
.app .system-support {
  padding-top: 69px;
  padding-bottom: 120px;
  background-color: #fff;
  box-sizing: border-box;
}
.app .system-support .title {
  height: 87px;
  margin: 0 auto;
  text-align: center;
  color: #323f6c;
  font-size: 42px;
  font-weight: 600;
  line-height: 87px;
  letter-spacing: 10px;
  background: url(../image/support.png) no-repeat center;
  background-size: contain;
}
.app .system-support .content {
  margin-top: 123px;
  padding: 0 12.4%;
}
.app .system-support .content .first-line,
.app .system-support .content .second-line {
  display: flex;
}
.app .system-support .content .second-line .item {
  margin-top: 110px;
}
.app .system-support .content .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.app .system-support .content .item img {
  width: 50px;
  height: 50px;
}
.app .system-support .content .item p {
  font-size: 24px;
  margin-top: 34px;
  color: #424242;
  line-height: 33px;
}
.app .alliance-cooperation {
  position: relative;
  padding-top: 85px;
  background-color: #dac9b6;
  box-sizing: border-box;
}
.app .alliance-cooperation .title {
  height: 87px;
  margin: 0 auto;
  text-align: center;
  color: #6e5d4a;
  font-size: 42px;
  font-weight: 600;
  line-height: 87px;
  letter-spacing: 10px;
  background: url(../image/coperation.png) no-repeat center;
  background-size: contain;
}
.app .alliance-cooperation .swiper-container {
  width: 84%;
  height: 493px;
  margin: 74px auto 0;
}
.app .alliance-cooperation .swiper-container .swiper-wrapper {
  height: 450px;
}
.app .alliance-cooperation .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
}
.app .alliance-cooperation .swiper-container .swiper-wrapper .swiper-slide .item {
  flex: 1;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  margin-right: 3.8%;
  background-color: #fff;
}
.app .alliance-cooperation .swiper-container .swiper-wrapper .swiper-slide .item:nth-child(3n) {
  margin-right: 0;
}
.app .alliance-cooperation .swiper-container .swiper-wrapper .swiper-slide .item img {
  width: 100%;
  vertical-align: middle;
}
.app .alliance-cooperation .swiper-container .swiper-wrapper .swiper-slide .item .content {
  width: 100%;
  padding-left: 8.3%;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 0 0 12px 12px;
}
.app .alliance-cooperation .swiper-container .swiper-wrapper .swiper-slide .item .content h4 {
  padding-top: 41px;
  height: 33px;
  font-size: 24px;
  font-weight: 500;
  color: #424242;
  line-height: 33px;
}
.app .alliance-cooperation .swiper-container .swiper-wrapper .swiper-slide .item .content .desc {
  width: 84.3%;
  height: 67px;
  margin-top: 15px;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 28px;
}
.app .alliance-cooperation .swiper-container .custom-pagination {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 999;
}
.app .alliance-cooperation .swiper-container .custom-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ceb9a2;
  border-radius: 6px;
  margin: 0 9px 0 0;
  opacity: 1;
}
.app .alliance-cooperation .swiper-container .custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ac8c68;
}
.app .alliance-cooperation .custom-arrow-left {
  position: absolute;
  width: 2.77%;
  left: 2.63%;
  top: 50%;
  z-index: 9;
}
.app .alliance-cooperation .custom-arrow-left img {
  width: 100%;
}
.app .alliance-cooperation .custom-arrow-right {
  position: absolute;
  width: 2.77%;
  right: 2.63%;
  top: 50%;
  z-index: 9;
  transform: rotate(180deg);
}
.app .alliance-cooperation .custom-arrow-right img {
  width: 100%;
}
.app .footer {
  height: 156px;
  box-sizing: border-box;
  text-align: center;
}
.app .footer p {
  font-weight: 400;
  line-height: 18px;
  font-size: 16px;
  color: #d1b08e;
}
.app .footer p a {
  text-decoration: none;
  color: #d1b08e;
}
.app .footer p a:hover {
  text-decoration: underline;
}
.app .footer .copyright {
  padding-top: 61px;
  margin-bottom: 20px;
}
.app .common h4 {
  height: 42px;
  line-height: 42px;
  font-weight: 400;
  font-size: 30px;
  color: #fbdeab;
}
.app .common .desc {
  width: 100%;
  margin-top: 17px;
  font-size: 16px;
  color: #fbdeab;
  line-height: 40px;
}
