* {
  margin: 0;
  padding: 0;
}

.banner {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.banner p {
  position: absolute;
  top: 50%;
  left: 10%;
  font-size: 80px;
  color: #fff;
}

.tab {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  cursor: pointer;
}

.active {
  border-bottom: 3px solid #0025ff;
}

.tab a {
  color: #000;
  font-size: 19px;
  padding: 19px 0 16px 0;
}

.security {
  width: 80%;
  margin: 0 auto;
}

.security .title {
  margin-top: 60px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.security .title ul {
  display: flex;
  width: 20%;
  font-size: 13px;
  justify-content: space-evenly;
  margin-top: 50px;
}

.security .title ul li {
  cursor: pointer;
}

.security .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 83px;
}

.security .content .left {
  width: 30%;
  margin-right: 27px;
  background-color: #EFEEF1;
  border-radius: 19px 19px 0px 19px;
  /* padding: 80px 0 0 50px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* justify-content: center; */
  padding-left: 5%;
  padding-top: 4%;
}

.security .content .left .thome {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}

.security .content .left .aim {
  font-size: 15px;
  margin-bottom: 52px;
}

.security .content .left .blue {
  font-size: 19px;
  color: #0025FF;
  margin-bottom: 26px;
}

.security .content .left .desc {
  font-size: 12px;
  line-height: 22px;
  width: 80%;
}

.security .content .right {
  width: 70%;
}

.security .content .right img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 420px;
  background: #EFEEF1;
  border-radius: 19px 19px 19px 0px;
}

.security .content-right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 83px;
}

.security .content-right .left {
  width: 30%;
  background-color: #EFEEF1;
  border-radius: 19px 19px 19px 0px;
  /* padding: 113px 0 0 50px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.security .content-right .left .thome {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}

.security .content-right .left .aim {
  font-size: 15px;
  margin-bottom: 52px;
}

.security .content-right .left .blue {
  font-size: 19px;
  color: #0025FF;
  margin-bottom: 26px;
}

.security .content-right .left .desc {
  font-size: 12px;
  line-height: 22px;
  width: 80%;
}

.security .content-right .right {
  width: 70%;
  margin-right: 27px;
}

.security .content-right .right img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 420px;
  background: #EFEEF1;
  border-radius: 19px 19px 0px 19px;
}

.payment {
  width: 80%;
  margin: 0 auto;
}

.payment .title {
  padding-top: 60px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment .title ul {
  margin-top: 50px;
  display: flex;
  width: 20%;
  font-size: 13px;
  justify-content: space-evenly;
}

.payment .title ul li {
  cursor: pointer;
}

.payment .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 90px;
}

.payment .content .left {
  width: 30%;
  margin-left: 27px;
  background-color: #fff;
  border-radius: 19px 19px 19px 0px;
  /* padding: 113px 0 30px 63px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 5%;
  /* padding-top: 3%; */
}

.payment .content .left .thome {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}

.payment .content .left .aim {
  font-size: 15px;
  margin-bottom: 52px;
}

.payment .content .left .blue {
  font-size: 19px;
  color: #0025FF;
  margin-bottom: 26px;
}

.payment .content .left .desc {
  font-size: 12px;
  line-height: 22px;
  width: 80%;
}

.payment .content .right {
  width: 70%;
}

.payment .content .right img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 420px;
  background: #EFEEF1;
  border-radius: 19px 19px 0px 19px;
}

.payment .content-right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 90px;
}

.payment .content-right .left {
  width: 30%;
  margin-right: 27px;
  background-color: #fff;
  border-radius: 19px 19px 0px 19px;
  /* padding: 113px 0 30px 63px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.payment .content-right .left .thome {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}

.payment .content-right .left .aim {
  font-size: 15px;
  margin-bottom: 52px;
}

.payment .content-right .left .blue {
  font-size: 19px;
  color: #0025FF;
  margin-bottom: 26px;
}

.payment .content-right .left .desc {
  font-size: 12px;
  line-height: 22px;
  width: 80%;
}

.payment .content-right .right {
  width: 70%;
}

.payment .content-right .right img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 420px;
  background: #EFEEF1;
  border-radius: 19px 19px 19px 0px;
}

.network {
  width: 80%;
  margin: 0 auto;
}

.network .title {
  margin-top: 60px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.network .title ul {
  margin-top: 50px;
  display: flex;
  width: 20%;
  font-size: 13px;
  justify-content: space-evenly;
}

.network .title ul li {
  cursor: pointer;
}

.network .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 83px;
}

.network .content .left {
  width: 30%;
  margin-right: 27px;
  background-color: #EFEEF1;
  border-radius: 19px 19px 0px 19px;
  /* padding: 113px 0 0 63px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 5%;
}

.network .content .left .thome {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}

.network .content .left .aim {
  font-size: 15px;
  margin-bottom: 52px;
}

.network .content .left .blue {
  font-size: 19px;
  color: #0025FF;
  margin-bottom: 26px;
}

.network .content .left .desc {
  font-size: 12px;
  line-height: 22px;
  width: 80%;
}

.network .content .right {
  width: 70%;
}

.network .content .right img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 420px;
  background: #EFEEF1;
  border-radius: 19px 19px 19px 0px;
}

.network .content-right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 83px;
}

.network .content-right .left {
  width: 30%;
  background-color: #EFEEF1;
  border-radius: 19px 19px 19px 0px;
  /* padding: 113px 0 0 63px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.network .content-right .left .thome {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}

.network .content-right .left .aim {
  font-size: 15px;
  margin-bottom: 52px;
}

.network .content-right .left .blue {
  font-size: 19px;
  color: #0025FF;
  margin-bottom: 26px;
}

.network .content-right .left .desc {
  font-size: 12px;
  line-height: 22px;
  width: 80%;
}

.network .content-right .right {
  width: 70%;
  margin-right: 27px;
}

.network .content-right .right img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 420px;
  background: #EFEEF1;
  border-radius: 19px 19px 0px 19px;
}

.retail {
  width: 80%;
  margin: 0 auto;
}

.retail .title {
  padding-top: 60px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.retail .title ul {
  margin-top: 50px;
  display: flex;
  width: 20%;
  font-size: 13px;
  justify-content: space-evenly;
}

.retail .title ul li {
  cursor: pointer;
}

.retail .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 83px;
}

.retail .content .left {
  width: 30%;
  background-color: #fff;
  border-radius: 19px 19px 19px 0px;
  /* padding: 113px 0 0 63px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 5%;
}

.retail .content .left .thome {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}

.retail .content .left .aim {
  font-size: 15px;
  margin-bottom: 52px;
}

.retail .content .left .blue {
  font-size: 19px;
  color: #0025FF;
  margin-bottom: 26px;
}

.retail .content .left .desc {
  font-size: 12px;
  line-height: 22px;
  width: 80%;
}

.retail .content .right {
  width: 70%;
  margin-right: 27px;
}

.retail .content .right img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 420px;
  background: #EFEEF1;
  border-radius: 19px 19px 0px 19px;
}

.retail .content-right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 83px;
}

.retail .content-right .left {
  width: 30%;
  margin-right: 27px;
  background-color: #fff;
  border-radius: 19px 19px 0px 19px;
  /* padding: 113px 0 0 63px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.retail .content-right .left .thome {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}

.retail .content-right .left .aim {
  font-size: 15px;
  margin-bottom: 52px;
}

.retail .content-right .left .blue {
  font-size: 19px;
  color: #0025FF;
  margin-bottom: 26px;
}

.retail .content-right .left .desc {
  font-size: 12px;
  line-height: 22px;
  width: 80%;
}

.retail .content-right .right {
  width: 70%;
}

.retail .content-right .right img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 420px;
  background: #EFEEF1;
  border-radius: 19px 19px 19px 0px;
}

.robot {
  width: 80%;
  margin: 0 auto;
}

.robot .title {
  margin-top: 60px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.robot .title ul {
  display: flex;
  width: 20%;
  font-size: 13px;
  justify-content: space-evenly;
}

.robot .title ul li {
  cursor: pointer;
}

.robot .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 83px;
}

.robot .content .left {
  width: 30%;
  margin-right: 27px;
  background-color: #EFEEF1;
  border-radius: 19px 19px 0px 19px;
  /* padding: 113px 0 0 63px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 5%;
}

.robot .content .left .thome {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}

.robot .content .left .aim {
  font-size: 15px;
  margin-bottom: 52px;
}

.robot .content .left .blue {
  font-size: 19px;
  color: #0025FF;
  margin-bottom: 26px;
}

.robot .content .left .desc {
  font-size: 12px;
  line-height: 22px;
  width: 80%;
}

.robot .content .right {
  width: 70%;
}

.robot .content .right img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 420px;
  background: #EFEEF1;
  border-radius: 19px 19px 19px 0px;
}

.robot .content-right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 83px;
}

.robot .content-right .left {
  width: 30%;
  background-color: #EFEEF1;
  border-radius: 19px 19px 19px 0px;
  /* padding: 113px 0 0 63px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.robot .content-right .left .thome {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}

.robot .content-right .left .aim {
  font-size: 15px;
  margin-bottom: 52px;
}

.robot .content-right .left .blue {
  font-size: 19px;
  color: #0025FF;
  margin-bottom: 26px;
}

.robot .content-right .left .desc {
  font-size: 12px;
  line-height: 22px;
  width: 80%;
}

.robot .content-right .right {
  width: 70%;
  margin-right: 27px;
}

.robot .content-right .right img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 420px;
  background: #EFEEF1;
  border-radius: 19px 19px 0px 19px;
}

.fishery {
  width: 80%;
  margin: 0 auto;
}

.fishery .title {
  padding-top: 60px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fishery .title ul {
  display: flex;
  width: 20%;
  font-size: 13px;
  justify-content: space-evenly;
}

.fishery .title ul li {
  cursor: pointer;
}

.fishery .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 83px;
}

.fishery .content .left {
  width: 30%;
  background-color: #fff;
  border-radius: 19px 19px 19px 0px;
  /* padding: 113px 0 0 63px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 5%;
}

.fishery .content .left .thome {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}

.fishery .content .left .aim {
  font-size: 15px;
  margin-bottom: 52px;
}

.fishery .content .left .blue {
  font-size: 19px;
  color: #0025FF;
  margin-bottom: 26px;
}

.fishery .content .left .desc {
  font-size: 12px;
  line-height: 22px;
  width: 80%;
}

.fishery .content .right {
  width: 70%;
  margin-right: 27px;
}

.fishery .content .right img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 480px;
  background: #EFEEF1;
  border-radius: 19px 19px 0px 19px;
}

.fishery .content-right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 83px;
}

.fishery .content-right .left {
  width: 30%;
  margin-right: 27px;
  background-color: #fff;
  border-radius: 19px 19px 0px 19px;
  /* padding: 113px 0 0 63px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fishery .content-right .left .thome {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}

.fishery .content-right .left .aim {
  font-size: 15px;
  margin-bottom: 52px;
}

.fishery .content-right .left .blue {
  font-size: 19px;
  color: #0025FF;
  margin-bottom: 26px;
}

.fishery .content-right .left .desc {
  font-size: 12px;
  line-height: 22px;
  width: 80%;
}

.fishery .content-right .right {
  width: 70%;
}

.fishery .content-right .right img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 420px;
  background: #EFEEF1;
  border-radius: 19px 19px 19px 0px;
}

.special {
  width: 80%;
  margin: 0 auto;
}

.special .title {
  margin-top: 60px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.special .title ul {
  display: flex;
  width: 20%;
  font-size: 13px;
  justify-content: space-evenly;
}

.special .title ul li {
  cursor: pointer;
}

.special .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 83px;
}

.special .content .left {
  width: 30%;
  margin-right: 27px;
  background-color: #EFEEF1;
  border-radius: 19px 19px 0px 19px;
  /* padding: 113px 0 0 63px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 5%;
}

.special .content .left .thome {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}

.special .content .left .aim {
  font-size: 15px;
  margin-bottom: 52px;
}

.special .content .left .blue {
  font-size: 19px;
  color: #0025FF;
  margin-bottom: 26px;
}

.special .content .left .desc {
  font-size: 12px;
  line-height: 22px;
  width: 80%;
}

.special .content .right {
  width: 70%;
}

.special .content .right img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 540px;
  background: #EFEEF1;
  border-radius: 19px 19px 19px 0px;
}

.special .content-right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 83px;
}

.special .content-right .left {
  width: 30%;
  background-color: #EFEEF1;
  border-radius: 19px 19px 19px 0px;
  /* padding: 113px 0 0 63px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.special .content-right .left .thome {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}

.special .content-right .left .aim {
  font-size: 15px;
  margin-bottom: 52px;
}

.special .content-right .left .blue {
  font-size: 19px;
  color: #0025FF;
  margin-bottom: 26px;
}

.special .content-right .left .desc {
  font-size: 12px;
  line-height: 22px;
  width: 80%;
}

.special .content-right .right {
  width: 70%;
  margin-right: 27px;
}

.special .content-right .right img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 420px;
  background: #EFEEF1;
  border-radius: 19px 19px 0px 19px;
}