.section-1 {
  /* position: relative; */
  padding-top: 83px;
  padding-top: 0.83rem;
  width: 100%;
  background: url(../images/2022-person-section1-bg.png) no-repeat;
  background-position: 0 100%;
  background-size: 100%;
}
.section-1 .section-title {
  display: block;
  margin: 0 auto;
  width: 471px;
  width: 4.71rem;
  height: 58px;
  height: 0.58rem;
}
.section-1 #section-swiper1 {
  margin-top: 74px;
  margin-top: 0.74rem;
  width: 100%;
}
.section-1 #section-swiper1 .swiper-slide {
  position: relative;
  padding-bottom: 128px;
  padding-bottom: 1.28rem;
  width: 1150px;
  width: 11.5rem;
  box-sizing: border-box;
}
.section-1 #section-swiper1 .swiper-slide .list-box {
  position: relative;
  margin: 0 auto;
  margin-top: 61px;
  margin-top: 0.61rem;
  width: 840px;
  width: 8.4rem;
  height: 404px;
  height: 4.04rem;
  box-sizing: border-box;
  box-shadow: 0 0 6px 0 #95c2ea;
  background: url(../images/2022-person-slide-list-bg.png) no-repeat;
  background-position: 0 100%;
  background-size: 100% 75px;
  background-size: 100% 0.75rem;
  background-color: #f6fbff;
  z-index: 2;
}
.section-1 #section-swiper1 .swiper-slide-active .list-box {
  margin: 0 auto;
  margin-top: 0;
  width: 863px;
  width: 8.63rem;
  height: 465px;
  height: 4.65rem;
}
.section-1 #section-swiper1 .swiper-slide .list-box .slide-title {
  position: absolute;
  top: 0;
  left: -135px;
  left: -1.35rem;
  width: 135px;
  width: 1.35rem;
  height: 68px;
  height: 0.68rem;
  background-color: #92add3;
  background: linear-gradient(to right, #92add3 50%, #7292be 50%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.section-1 #section-swiper1 .swiper-slide-active .list-box .slide-title {
  left: -147px;
  left: -1.47rem;
  width: 147px;
  width: 1.47rem;
  height: 78px;
  height: 0.78rem;
  background-color: #fdd107;
  background: linear-gradient(to right, #fdd107 50%, #f7cc08 50%);
}
.section-1 #section-swiper1 .swiper-slide .list-box .slide-title span {
  display: block;
  margin: 0 auto;
  margin-top: 4px;
  margin-top: 0.04rem;
  width: 90%;
  height: 60px;
  height: 0.6rem;
  line-height: 60px;
  line-height: 0.6rem;
  font-size: 36px;
  font-size: 0.36rem;
  text-align: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.section-1 #section-swiper1 .swiper-slide-active .list-box .slide-title span {
  margin-top: 8px;
  margin-top: 0.08rem;
  height: 62px;
  height: 0.62rem;
  line-height: 60px;
  line-height: 0.6rem;
}
.section-1 #section-swiper1 .swiper-slide .list-box .tringle {
  display: block;
  position: absolute;
  top: 68px;
  top: 0.68rem;
  left: -20px;
  left: -0.2rem;
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border: 10px solid;
  border: 0.1rem solid;
  border-color: #7292be #7292be transparent transparent;
}
.section-1 #section-swiper1 .swiper-slide-active .list-box .tringle {
  top: 78px;
  top: 0.78rem;
  left: -18px;
  left: -0.18rem;
  border-color: rgb(191, 153, 14) rgb(191, 153, 14) transparent transparent;
}
.section-1 #section-swiper1 .swiper-slide .list-box ul {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.section-1 #section-swiper1 .swiper-slide .list-box ul::after {
  clear: both;
  height: 0;
  content: '';
  display: block;
  visibility: hidden;
}

.section-1 #section-swiper1 .swiper-slide .list-box ul li img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.section-1 #section-swiper1 .swiper-slide .list-box ul li:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
/* #region 出生、教育、婚姻、生活、身后事*/
.section-1 #section-swiper1 .swiper-slide:nth-child(1) .list-box ul li,
.section-1 #section-swiper1 .swiper-slide:nth-child(2) .list-box ul li,
.section-1 #section-swiper1 .swiper-slide:nth-child(5) .list-box ul li,
.section-1 #section-swiper1 .swiper-slide:nth-child(6) .list-box ul li,
.section-1 #section-swiper1 .swiper-slide:nth-child(9) .list-box ul li {
  float: left;
  padding: 0 40px;
  padding: 0 0.4rem;
  margin-top: 35px;
  margin-top: 0.35rem;
  width: 50%;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}
.section-1 #section-swiper1 .swiper-slide-active:nth-child(1) .list-box ul li,
.section-1 #section-swiper1 .swiper-slide-active:nth-child(2) .list-box ul li,
.section-1 #section-swiper1 .swiper-slide-active:nth-child(5) .list-box ul li,
.section-1 #section-swiper1 .swiper-slide-active:nth-child(6) .list-box ul li,
.section-1 #section-swiper1 .swiper-slide-active:nth-child(9) .list-box ul li {
  margin-top: 55px;
  margin-top: 0.55rem;
}
.section-1 #section-swiper1 .swiper-slide:nth-child(1) .list-box ul li img,
.section-1 #section-swiper1 .swiper-slide:nth-child(2) .list-box ul li img,
.section-1 #section-swiper1 .swiper-slide:nth-child(5) .list-box ul li img,
.section-1 #section-swiper1 .swiper-slide:nth-child(6) .list-box ul li img,
.section-1 #section-swiper1 .swiper-slide:nth-child(9) .list-box ul li img {
  width: 95px;
  width: 0.95rem;
  height: 95px;
  height: 0.95rem;
}

.section-1 #section-swiper1 .swiper-slide:nth-child(1) .list-box ul li span,
.section-1 #section-swiper1 .swiper-slide:nth-child(2) .list-box ul li span,
.section-1 #section-swiper1 .swiper-slide:nth-child(5) .list-box ul li span,
.section-1 #section-swiper1 .swiper-slide:nth-child(6) .list-box ul li span,
.section-1 #section-swiper1 .swiper-slide:nth-child(9) .list-box ul li span {
  display: block;
  margin-top: 20px;
  margin-top: 0.2rem;
  font-size: 17px;
  font-size: 0.17rem;
  letter-spacing: 1.28px;
  text-align: center;
  color: #203ca0;
}
/* #endrigon */

/* #region 就业 、养老*/
.section-1 #section-swiper1 .swiper-slide:nth-child(3) .list-box ul,
.section-1 #section-swiper1 .swiper-slide:nth-child(8) .list-box ul {
  padding: 0 30px;
  padding: 0 0.3rem;
  width: 100%;
  box-sizing: border-box;
}
.section-1 #section-swiper1 .swiper-slide:nth-child(3) .list-box ul li,
.section-1 #section-swiper1 .swiper-slide:nth-child(8) .list-box ul li {
  float: left;
  position: relative;
  margin-top: 30px;
  margin-top: 0.3rem;
  margin-right: 30px;
  margin-right: 0.3rem;
  width: calc((100% - 60px) / 3);
  width: calc((100% - 0.6rem) / 3);
  height: 76px;
  height: 0.76rem;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  box-sizing: 1px solid #203ca0;
  background-color: #fff;
}
.section-1 #section-swiper1 .swiper-slide:nth-child(3) .list-box ul li:nth-child(3n + 3),
.section-1 #section-swiper1 .swiper-slide:nth-child(8) .list-box ul li:nth-child(3n + 3) {
  margin-right: 0;
}
.section-1 #section-swiper1 .swiper-slide:nth-child(3) .list-box ul li span,
.section-1 #section-swiper1 .swiper-slide:nth-child(8) .list-box ul li span {
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  width: 90%;
  font-size: 17px;
  font-size: 0.17rem;
  letter-spacing: 1.28px;
  color: #203ca0;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.section-1 #section-swiper1 .swiper-slide:nth-child(3) .list-box ul li:hover,
.section-1 #section-swiper1 .swiper-slide:nth-child(8) .list-box ul li:hover {
  background-color: #203ca0;
}
.section-1 #section-swiper1 .swiper-slide:nth-child(3) .list-box ul li:hover span,
.section-1 #section-swiper1 .swiper-slide:nth-child(8) .list-box ul li:hover span {
  color: #fff;
}
/* #endrigon */
/* #region 住房 、生育*/
.section-1 #section-swiper1 .swiper-slide:nth-child(4) .list-box ul li,
.section-1 #section-swiper1 .swiper-slide:nth-child(7) .list-box ul li {
  float: left;
  padding: 0 40px;
  padding: 0 0.4rem;
  margin-top: 35px;
  margin-top: 0.35rem;
  width: calc(100% / 3);
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}
.section-1 #section-swiper1 .swiper-slide-active:nth-child(4) .list-box ul li,
.section-1 #section-swiper1 .swiper-slide-active:nth-child(7) .list-box ul li {
  margin-top: 55px;
  margin-top: 0.55rem;
}
.section-1 #section-swiper1 .swiper-slide:nth-child(4) .list-box ul li img,
.section-1 #section-swiper1 .swiper-slide:nth-child(7) .list-box ul li img {
  width: 95px;
  width: 0.95rem;
  height: 95px;
  height: 0.95rem;
}
.section-1 #section-swiper1 .swiper-slide:nth-child(4) .list-box ul li span,
.section-1 #section-swiper1 .swiper-slide:nth-child(7) .list-box ul li span {
  display: block;
  margin-top: 20px;
  margin-top: 0.2rem;
  font-size: 17px;
  font-size: 0.17rem;
  letter-spacing: 1.28px;
  text-align: center;
  color: #203ca0;
}
/* #endrigon */

.section-1 #section-swiper1 .swiper-slide .slide-ico {
  position: absolute;
  left: -50px;
  left: -0.5rem;
  bottom: 0;
  width: 175px;
  width: 1.75rem;
  height: 395px;
  height: 3.95rem;
  z-index: 1;
}
.section-1 #section-swiper1 .swiper-slide .slide-ico img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-1 #section-swiper1 .swiper-slide .slide-ico .select {
  display: none;
}
.section-1 #section-swiper1 .swiper-slide-active .slide-ico .normal {
  display: none;
}
.section-1 #section-swiper1 .swiper-slide-active .slide-ico .select {
  display: block;
}

.section-1 .section-foot {
  position: relative;
  padding-top: 96px;
  padding-top: 0.96rem;
  margin-top: -95px;
  margin-top: -0.95rem;
  width: 100%;
  height: 136px;
  height: 1.36rem;
  z-index: 3;
  box-sizing: border-box;
}

.section-1 .section-foot .section-foot-left {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 387px;
  width: 3.87rem;
  height: 100%;
}
.section-1 .section-foot .section-foot-right {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 387px;
  width: 3.87rem;
  height: 100%;
}
.section-1 .section-foot ul {
  margin: 0 auto;
  width: calc(100% - 735px);
  width: calc(100% - 7.35rem);
  height: 40px;
  height: 0.4rem;
  text-align: center;
  background: url(../images/2022-person-foot-bar-bg.png) no-repeat center;
  box-sizing: border-box;
}

.section-1 .section-foot ul li {
  position: relative;
  display: inline-block;
  width: calc(100% / 10);
  height: 100%;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}
.section-1 .section-foot ul li .normal {
  display: inline-block;
  margin-top: 12px;
  margin-top: 0.12rem;
  width: 12px;
  width: 0.12rem;
  height: 12px;
  height: 0.12rem;
  vertical-align: middle;
}
.section-1 .section-foot ul li .select {
  display: none;
  margin-top: 11px;
  margin-top: 0.11rem;
  width: 18px;
  width: 0.18rem;
  height: 18px;
  height: 0.18rem;
  vertical-align: middle;
}
.section-1 .section-foot ul .active .normal {
  display: none;
}
.section-1 .section-foot ul .active .select {
  display: inline-block;
}

.section-1 .section-foot ul li .title-box {
  position: absolute;
  left: calc(50% - 34px);
  left: calc(50% - 0.34rem);
  top: -45px;
  top: -0.45rem;
  width: 68px;
  width: 0.68rem;
  height: 30px;
  height: 0.3rem;
  text-align: center;
  background-color: #7aa0d3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section-1 .section-foot ul li .title-box span {
  font-size: 15px;
  font-size: 0.15rem;
  line-height: 30px;
  line-height: 0.3rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.13px;
}
.section-1 .section-foot ul li .tringle {
  position: absolute;
  left: calc(50% - 4px);
  left: calc(50% - 0.04rem);
  top: -15px;
  top: -0.15rem;
  width: 0;
  height: 0;
  border: 4px solid;
  border: 0.04rem solid;
  border-color: #7aa0d3 transparent transparent transparent;
}

.section-1 .section-foot ul .active .title-box {
  left: calc(50% - 38px);
  left: calc(50% - 0.38rem);
  width: 76px;
  width: 0.76rem;
  background-color: #f3bc00;
}

.section-1 .section-foot ul .active .tringle {
  border-color: #f3bc00 transparent transparent transparent;
}

@media screen and (max-width: 992px) {
  /* #region 出生、教育、婚姻、生活、身后事*/
  .section-1 #section-swiper1 .swiper-slide:nth-child(1) .list-box ul li,
  .section-1 #section-swiper1 .swiper-slide:nth-child(2) .list-box ul li,
  .section-1 #section-swiper1 .swiper-slide:nth-child(5) .list-box ul li,
  .section-1 #section-swiper1 .swiper-slide:nth-child(6) .list-box ul li,
  .section-1 #section-swiper1 .swiper-slide:nth-child(9) .list-box ul li {
    padding: 0 20px;
    padding: 0 0.2rem;
    margin-top: 30px;
    margin-top: 0.3rem;
  }
  .section-1 #section-swiper1 .swiper-slide-active:nth-child(1) .list-box ul li,
  .section-1 #section-swiper1 .swiper-slide-active:nth-child(2) .list-box ul li,
  .section-1 #section-swiper1 .swiper-slide-active:nth-child(5) .list-box ul li,
  .section-1 #section-swiper1 .swiper-slide-active:nth-child(6) .list-box ul li,
  .section-1 #section-swiper1 .swiper-slide-active:nth-child(9) .list-box ul li {
    margin-top: 45px;
    margin-top: 0.45rem;
  }
  .section-1 #section-swiper1 .swiper-slide:nth-child(1) .list-box ul li img,
  .section-1 #section-swiper1 .swiper-slide:nth-child(2) .list-box ul li img,
  .section-1 #section-swiper1 .swiper-slide:nth-child(5) .list-box ul li img,
  .section-1 #section-swiper1 .swiper-slide:nth-child(6) .list-box ul li img,
  .section-1 #section-swiper1 .swiper-slide:nth-child(9) .list-box ul li img {
    width: 85px;
    width: 0.85rem;
    height: 85px;
    height: 0.85rem;
  }
  /* #endrigon */
  /* #region 就业 、养老*/
  .section-1 #section-swiper1 .swiper-slide:nth-child(3) .list-box ul,
  .section-1 #section-swiper1 .swiper-slide:nth-child(8) .list-box ul {
    padding: 0 10px;
    padding: 0 0.1rem;
  }
  .section-1 #section-swiper1 .swiper-slide:nth-child(3) .list-box ul li,
  .section-1 #section-swiper1 .swiper-slide:nth-child(8) .list-box ul li {
    margin-top: 20px;
    margin-top: 0.2rem;
    margin-right: 20px;
    margin-right: 0.2rem;
    width: calc((100% - 40px) / 3);
    width: calc((100% - 0.4rem) / 3);
    height: 130px;
    height: 1.3rem;
  }
  /* #endrigon */

  /* #region 住房 、生育*/
  .section-1 #section-swiper1 .swiper-slide:nth-child(4) .list-box ul li,
  .section-1 #section-swiper1 .swiper-slide:nth-child(7) .list-box ul li {
    padding: 0 20px;
    padding: 0 0.2rem;
    margin-top: 30px;
    margin-top: 0.3rem;
  }
  .section-1 #section-swiper1 .swiper-slide-active:nth-child(4) .list-box ul li,
  .section-1 #section-swiper1 .swiper-slide-active:nth-child(7) .list-box ul li {
    margin-top: 45px;
    margin-top: 0.45rem;
  }
  .section-1 #section-swiper1 .swiper-slide:nth-child(4) .list-box ul li img,
  .section-1 #section-swiper1 .swiper-slide:nth-child(7) .list-box ul li img {
    width: 85px;
    width: 0.85rem;
    height: 85px;
    height: 0.85rem;
  }
  /* #endrigon */

  .section-1 .section-foot .section-foot-left {
    width: 287px;
    width: 2.87rem;
  }
  .section-1 .section-foot .section-foot-right {
    width: 287px;
    width: 2.87rem;
  }
  .section-1 .section-foot ul {
    width: calc(100% - 535px);
    width: calc(100% - 5.35rem);
  }
}

/****  手机端 ****/
@media screen and (max-width: 768px) {
  .section-1 {
    padding-top: 40px;
    padding-top: 0.4rem;
    background-size: cover;
  }
  .section-1 .section-title {
    width: 80%;
    height: auto;
  }
  .section-1 #section-swiper1 {
    margin-top: 34px;
    margin-top: 0.34rem;
  }

  .section-1 .section-foot {
    display: none;
  }
  .section-1 #section-swiper1 .swiper-slide {
    padding-bottom: 68px;
    padding-bottom: 0.68rem;
    width: 90%;
  }

  .section-1 #section-swiper1 .swiper-slide .list-box {
    padding: 40px 0 50px 0;
    padding: 0.4rem 0 0.5rem 0;
    margin-top: 0;
    width: 100%;
    height: auto;
  }

  .section-1 #section-swiper1 .swiper-slide-active .list-box {
    width: 100%;
    height: auto;
  }

  .section-1 #section-swiper1 .swiper-slide .list-box .slide-title {
    top: 0;
    left: calc(50% - 67.5px);
    left: calc(50% - 0.675rem);
    width: 135px;
    width: 1.35rem;
    height: 60px;
    height: 0.6rem;
  }
  .section-1 #section-swiper1 .swiper-slide-active .list-box .slide-title {
    left: calc(50% - 67.5px);
    left: calc(50% - 0.675rem);
    width: 135px;
    width: 1.35rem;
    height: 60px;
    height: 0.6rem;
  }
  .section-1 #section-swiper1 .swiper-slide .list-box .slide-title span {
    height: 52px;
    height: 0.52rem;
    line-height: 52px;
    line-height: 0.52rem;
    font-size: 30px;
    font-size: 0.3rem;
  }
  .section-1 #section-swiper1 .swiper-slide-active .list-box .slide-title span {
    margin-top: 4px;
    margin-top: 0.04rem;
    height: 52px;
    height: 0.52rem;
    line-height: 52px;
    line-height: 0.52rem;
    font-size: 30px;
    font-size: 0.3rem;
  }

  .section-1 #section-swiper1 .swiper-slide .slide-ico {
    display: none;
  }
  .section-1 #section-swiper1 .swiper-slide .list-box .tringle {
    display: none;
  }

  /* #region 出生、教育、婚姻、生活、身后事*/
  .section-1 #section-swiper1 .swiper-slide:nth-child(1) .list-box ul li,
  .section-1 #section-swiper1 .swiper-slide:nth-child(2) .list-box ul li,
  .section-1 #section-swiper1 .swiper-slide:nth-child(5) .list-box ul li,
  .section-1 #section-swiper1 .swiper-slide:nth-child(6) .list-box ul li,
  .section-1 #section-swiper1 .swiper-slide:nth-child(9) .list-box ul li {
    padding: 0 20px;
    padding: 0 0.2rem;
    margin-top: 55px;
    margin-top: 0.55rem;
  }
  .section-1 #section-swiper1 .swiper-slide:nth-child(1) .list-box ul li img,
  .section-1 #section-swiper1 .swiper-slide:nth-child(2) .list-box ul li img,
  .section-1 #section-swiper1 .swiper-slide:nth-child(5) .list-box ul li img,
  .section-1 #section-swiper1 .swiper-slide:nth-child(6) .list-box ul li img,
  .section-1 #section-swiper1 .swiper-slide:nth-child(9) .list-box ul li img {
    width: 75px;
    width: 0.75rem;
    height: 75px;
    height: 0.75rem;
  }
  .section-1 #section-swiper1 .swiper-slide:nth-child(1) .list-box ul li span,
  .section-1 #section-swiper1 .swiper-slide:nth-child(2) .list-box ul li span,
  .section-1 #section-swiper1 .swiper-slide:nth-child(5) .list-box ul li span,
  .section-1 #section-swiper1 .swiper-slide:nth-child(6) .list-box ul li span,
  .section-1 #section-swiper1 .swiper-slide:nth-child(9) .list-box ul li span {
    display: block;
    min-height: 36px;
    min-height: 0.46rem;
  }
  /* #endrigon */

  /* #region 就业 、养老*/
  .section-1 #section-swiper1 .swiper-slide:nth-child(3) .list-box ul,
  .section-1 #section-swiper1 .swiper-slide:nth-child(8) .list-box ul {
    margin-top: 10px;
    margin-top: 0.1rem;
    padding: 0 20px;
    padding: 0 0.2rem;
  }
  .section-1 #section-swiper1 .swiper-slide:nth-child(3) .list-box ul li,
  .section-1 #section-swiper1 .swiper-slide:nth-child(8) .list-box ul li {
    margin-right: 20px;
    margin-right: 0.2rem;
    width: calc((100% - 20px) / 2);
    width: calc((100% - 0.2rem) / 2);
    height: 90px;
    height: 0.9rem;
  }
  .section-1 #section-swiper1 .swiper-slide:nth-child(3) .list-box ul li:nth-child(3n + 3),
  .section-1 #section-swiper1 .swiper-slide:nth-child(8) .list-box ul li:nth-child(3n + 3) {
    margin-right: 20px;
    margin-right: 0.2rem;
  }
  .section-1 #section-swiper1 .swiper-slide:nth-child(3) .list-box ul li:nth-child(2n + 2),
  .section-1 #section-swiper1 .swiper-slide:nth-child(8) .list-box ul li:nth-child(2n + 2) {
    margin-right: 0;
  }
  /* #endrigon */

  /* #region 住房 、生育*/
  .section-1 #section-swiper1 .swiper-slide:nth-child(4) .list-box ul li,
  .section-1 #section-swiper1 .swiper-slide:nth-child(7) .list-box ul li {
    padding: 0 20px;
    padding: 0 0.2rem;
    margin-top: 55px;
    margin-top: 0.55rem;
    width: calc(100% / 2);
  }
  .section-1 #section-swiper1 .swiper-slide:nth-child(4) .list-box ul li img,
  .section-1 #section-swiper1 .swiper-slide:nth-child(7) .list-box ul li img {
    width: 75px;
    width: 0.75rem;
    height: 75px;
    height: 0.75rem;
  }
  /* #endrigon */
}
