.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .banner-swiper {
  width: 100%;
}
.banner .swiper-slide {
  width: 100%;
}
.banner .swiper-slide img {
  width: 100%;
  display: block;
}
.banner .swiper-slide .info {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 14rem;
}
.banner .swiper-slide .info h1 {
  font-size: 4.5rem;
  line-height: 1;
  color: #fff;
  text-shadow: 0rem 0rem 0.75rem #57250C;
  margin-bottom: 2.25rem;
}
.banner .swiper-slide .info h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #fff;
  text-shadow: 0rem 0rem 0.75rem #662506;
}
.banner .swiper-slide .info.en {
  bottom: 9rem;
}
.banner .swiper-slide .info.en h1 {
  font-size: 3rem;
  text-shadow: 0rem 0rem 0.75rem #03141A;
  margin-bottom: 1rem;
}
.banner .swiper-slide .info.en h3 {
  text-shadow: 0rem 0rem 0.75rem #04121C;
}
.product {
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
}
.product ul.content {
  flex-wrap: wrap;
  margin-top: 3.125rem;
}
.product ul.content li {
  width: calc(33.33% - 1.25rem);
  margin-right: 1.875rem;
  position: relative;
}
.product ul.content li:nth-child(3n) {
  margin-right: 0;
}
.product ul.content li:nth-child(n + 4) {
  margin-top: 1.875rem;
}
.product ul.content li img {
  width: 100%;
  display: block;
}
.product ul.content li h3 {
  width: 100%;
  font-weight: 600;
  font-size: 2.25rem;
  color: #fff;
  text-shadow: 0rem 0.3125rem 0.6875rem #632304;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.opportunity {
  padding-top: 4rem;
  padding-bottom: 2.625rem;
  background-image: url(../images/home/o-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.opportunity .title h3 {
  color: #fff;
  font-size: 2.5rem;
}
.opportunity ul.content {
  margin-top: 2.375rem;
}
.opportunity ul.content li {
  flex: 1;
  margin-right: 1.875rem;
  border-radius: 0.625rem;
  overflow: hidden;
  background-color: #fff;
}
.opportunity ul.content li:last-child {
  margin-right: 0;
}
.opportunity ul.content li .img {
  width: 100%;
}
.opportunity ul.content li .img img {
  display: block;
  width: 100%;
}
.opportunity ul.content li .info {
  padding: 1.25rem 0.75rem 0.625rem 1.25rem;
}
.opportunity ul.content li .info h5 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #333;
  text-align: center;
  min-height: 3rem;
}
.opportunity ul.content li .info p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #999;
  margin-top: 0.5rem;
}
.cargo {
  padding-top: 5.625rem;
  padding-bottom: 2.875rem;
}
.cargo .cargo-content {
  width: 68.125rem;
  margin: 0 auto;
  margin-top: 3.125rem;
  display: flex;
}
.cargo .cargo-content .items {
  flex: 1;
  margin-right: 2rem;
}
.cargo .cargo-content .items:last-child {
  margin-right: 0;
}
.cargo .cargo-content .items .img img {
  display: block;
  width: 20.5rem;
  height: 20.5rem;
  margin: 0 auto;
}
.cargo .cargo-content .items .info {
  margin-top: 2rem;
  text-align: center;
}
.cargo .cargo-content .items .info h5 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  color: #333;
}
.cargo .cargo-content .items .info p {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #666;
}
.park img {
  width: 100%;
  display: block;
}
.park ul.content {
  margin-top: -6.25rem;
}
.park ul.content li {
  flex: 1;
  margin-right: 4.625rem;
  display: flex;
  align-items: center;
  padding: 2.625rem 3.5rem 2.75rem 2.25rem;
  border-radius: 1.25rem;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.3);
}
.park ul.content li:last-child {
  margin-right: 0;
}
.park ul.content li .left-icon {
  width: 3.75rem;
  height: 3.625rem;
}
.park ul.content li .left-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.park ul.content li h6 {
  width: calc(100% - 3.75rem);
  padding-left: 1.375rem;
  margin-left: auto;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #333;
}
.staff {
  padding-top: 5.5rem;
  padding-bottom: 3.625rem;
}
.staff .img-content {
  margin-top: 5rem;
}
.staff .img-content img {
  width: 67.125rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 7.75rem;
}
.staff .img-content img:last-child {
  margin-bottom: 0;
}
