.duty {
  background-color: #FDFDFD;
}

.duty-banner {
  width: 100%;
  height: 421px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.duty-banner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}

.duty-banner__title {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.duty-banner__title-text {
  color: #FFF;
  font-family: "Smiley Sans";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3px;
  margin-bottom: 14px;
  position: relative;
  z-index: 10;
}

.duty-banner__title-sub-text {
  width: 476px;
  color: #FFF;
  font-family: "AlibabaPuHuiTi-2-55-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3px;
  position: relative;
  z-index: 10;
}

.duty-intro {
  width: 100%;
  background-color: #F4F4F4;
}

.duty-intro__container {
  width: 100%;
  max-width: 1036px;
  margin: 0 auto;
  display: flex;
}

.duty-intro__icon {
  width: 36px;
  height: 33px;
  margin-top: 64px;
  margin-right: 22px;
}

.duty-intro__text {
  flex: 1;
  color: rgba(50, 50, 50, 0.90);
  font-family: "AlibabaPuHuiTi-2-55-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 2.2px;
  padding-top: 87px;
    padding-bottom: 76px;
}

.duty-line {
  width: 1038px;
  height: 1px;
  margin: 0 auto;
  background-image: linear-gradient(to right, #DFDFDF 0%, #DFDFDF 50%, transparent 50%, transparent 100%);
  background-size: 20px 1px;
  background-repeat: repeat-x;
}

.duty-li {
  width: 100%;
  max-width: 1038px;
  padding: 82px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.duty-li:last-child {
  margin-bottom: 130px;
}

.duty-li__header {
  width: 100%;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
}

.duty-li__index {
  width: 41px;
  height: 41px;
  margin-right: 9px;
}

.duty-li__title {
  color: #000;
  font-family: "AlibabaPuHuiTi-2-65-Medium";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 179%;
  letter-spacing: 3.3px;
}

.duty-li__content {
  width: 100%;
  padding-left: 50px;
  box-sizing: border-box;
  color: rgba(50, 50, 50, 0.90);
  font-family: "AlibabaPuHuiTi-2-55-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
    line-height: 179%;
  letter-spacing: 1.76px;
}

.duty-li__img {
  border-radius: 10px;
  margin-top: 63px;
}

.duty-card {
  width: 1100px;
  height: 458px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #FFF;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  margin-top: 54px;
  display: flex;
}

.duty-card+.duty-card {
  margin-top: 41px;
}

.duty-card:last-child {
  margin-bottom: 129px;
}

.duty-card__info {
  flex: 1;
  padding-left: 40px;
  box-sizing: border-box;
  position: relative;
}

.duty-card__info::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 35px;
  background-color: #EA1980;
  position: absolute;
  left: 0;
  top: 39px;
}

.duty-card__title {
  color: rgba(2, 6, 14, 0.90);
    font-family: "AlibabaPuHuiTi-2-65-Medium";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 179%;
  letter-spacing: 2.75px;
  padding: 34px 0 27px 0;
  border-bottom: 1px solid #DFDFDF;
}

.duty-card__text {
  width: 417px;
  color: rgba(50, 50, 50, 0.90);
  font-family: "AlibabaPuHuiTi-2-55-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
    line-height: 179%;
  letter-spacing: 1.76px;
  padding-top: 29px;
}

.duty-card__swiper {
  width: 563px;
  height: 100%;
}

.duty-card__swiper-item {
  width: 563px;
  height: 458px;
}

.duty-card__swiper .swiper-pagination {
  bottom: 29px;
}

.duty-card__swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.duty-card__swiper .swiper-pagination-bullet+.duty-card__swiper .swiper-pagination-bullet {
  margin-left: 10px;
}

.duty-card__swiper .swiper-pagination-bullet-active {
  background-color: #FFF;
}