@charset "UTF-8";
html,
body {
  position: relative;
  height: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 758px;
  background: url("../images/feitengtu/banner_1.png") center top no-repeat, url("../images/feitengtu/banner_2.png") center 252px no-repeat, url("../images/feitengtu/banner_3.png") center 504px no-repeat;
}
.banner .inner p {
  color: #fff;
  font-size: 65px;
  text-align: center;
}
.banner .inner p + p {
  width: 680px;
  height: 56px;
  line-height: 56px;
  margin: 10px auto 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  color: #00176a;
  font-size: 28px;
}

section {
  min-height: 860px;
}
section .title {
  padding-top: 112px;
  text-align: center;
}
section .title h6 {
  font-size: 36px;
}
section .title h6::after {
  content: " ";
  display: block;
  width: 64px;
  height: 4px;
  background: #1D51CE;
  margin: 4px auto 0;
  border-radius: 2px;
}
section .title p {
  margin-top: 12px;
  color: #666;
  font-size: 20px;
  font-weight: lighter;
}
section .title.title-pale {
  color: #fff;
}
section .title.title-pale h6::after {
  background: #fff;
}
section .title.title-pale p {
  color: #fff;
}

.s1 {
  background: url("../images/feitengtu/s1_bg.png") no-repeat center top/cover;
}
.s1 .content {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.s1 .content .item {
  width: 588px;
  height: 220px;
  border-radius: 4px;
  transition: all 0.2s ease-in;
}
.s1 .content .item.item-1 {
  background: url("../images/feitengtu/s1_pic_1.png") no-repeat 0 0;
}
.s1 .content .item.item-2 {
  background: url("../images/feitengtu/s1_pic_2.png") no-repeat 0 0;
}
.s1 .content .item.item-3 {
  background: url("../images/feitengtu/s1_pic_3.png") no-repeat 0 0;
}
.s1 .content .item.item-4 {
  background: url("../images/feitengtu/s1_pic_4.png") no-repeat 0 0;
}
.s1 .content .item dl {
  height: 100%;
  background: rgba(89, 148, 255, 0.6);
  padding: 24px 324px 0 24px;
  border-radius: 4px;
  color: #fff;
  box-sizing: border-box;
}
.s1 .content .item dl dt {
  margin-bottom: 24px;
  font-size: 28px;
  transition: all 0.2s ease-in;
}
.s1 .content .item dl dd {
  height: 26px;
  line-height: 26px;
  margin-top: 4px;
  font-size: 18px;
  text-align: justify;
  letter-spacing: 0.3px;
}
.s1 .content .item dl dd::before {
  display: inline-block;
  content: " ";
  width: 4px;
  height: 4px;
  background: #fff;
  margin: 11px 8px 11px 0;
  border-radius: 50%;
  vertical-align: top;
}
.s1 .content .item.active dl {
  background: rgba(29, 81, 206, 0.8);
}
.s1 .content .item.active dl dt {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.s1 .content .item + .item {
  margin-top: 24px;
}

.s2 {
  background: url("../images/feitengtu/s2_bg.png") no-repeat center bottom/cover;
}
.s2 .content {
  margin-top: 32px;
}
.s2 .content .tab-list ul {
  display: flex;
  justify-content: center;
}
.s2 .content .tab-list ul li {
  width: 140px;
  height: 40px;
  line-height: 40px;
  background: url("../images/feitengtu/s2_tab_list_2.svg") no-repeat 0 0;
  color: #1D51CE;
  font-size: 18px;
  text-align: center;
  cursor: default;
  transition: all 0.2s ease-in;
}
.s2 .content .tab-list ul li:first-child {
  background-image: url("../images/feitengtu/s2_tab_list_1.svg");
}
.s2 .content .tab-list ul li:last-child {
  background-image: url("../images/feitengtu/s2_tab_list_3.svg");
}
.s2 .content .tab-list ul li.active {
  background-image: url("../images/feitengtu/s2_tab_list_2_active.svg");
  color: #fff;
}
.s2 .content .tab-list ul li.active:first-child {
  background-image: url("../images/feitengtu/s2_tab_list_1_active.svg");
}
.s2 .content .tab-list ul li.active:last-child {
  background-image: url("../images/feitengtu/s2_tab_list_3_active.svg");
}
.s2 .content .tab-list ul li + li {
  margin-left: -10px;
}
.s2 .content .tab-content {
  background: url("../images/feitengtu/s2_inner.png") no-repeat right top;
  margin-top: 48px;
}
.s2 .content .tab-content .inner {
  display: none;
  justify-content: space-between;
}
.s2 .content .tab-content .inner .left {
  width: 704px;
  height: 396px;
}
.s2 .content .tab-content .inner .right {
  position: relative;
  width: 496px;
  padding: 40px 64px 0 40px;
  color: #fff;
  box-sizing: border-box;
}
.s2 .content .tab-content .inner .right dl dt {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 24px;
}
.s2 .content .tab-content .inner .right dl dd {
  line-height: 26px;
  padding-left: 30px;
  background: url("../images/feitengtu/s2_icon_tick.svg") no-repeat left 4px;
  margin-top: 12px;
  font-size: 16px;
  text-align: justify;
}
.s2 .content .tab-content .inner .right .icon {
  position: absolute;
  right: 12px;
  bottom: 6px;
  width: 196px;
  height: 196px;
}
.s2 .content .tab-content .inner .right .icon.icon-1 {
  background: url("../images/feitengtu/s2_right_pic_1.png") no-repeat 0 0;
}
.s2 .content .tab-content .inner .right .icon.icon-2 {
  background: url("../images/feitengtu/s2_right_pic_2.png") no-repeat 0 0;
}
.s2 .content .tab-content .inner .right .icon.icon-3 {
  background: url("../images/feitengtu/s2_right_pic_3.png") no-repeat 0 0;
}
.s2 .content .tab-content .inner .right .icon.icon-4 {
  background: url("../images/feitengtu/s2_right_pic_4.png") no-repeat 0 0;
}

.s3 {
  background: url("../images/feitengtu/s3_bg.png") no-repeat center bottom/cover;
}
.s3 .content {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}
.s3 .content .col b {
  display: block;
  height: 64px;
  line-height: 64px;
  background: linear-gradient(90deg, #3B81FF 0%, #76B5FF 100%);
  border-radius: 4px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 3px;
}
.s3 .content .col .box {
  position: relative;
  height: 440px;
  background: #fff;
  margin-top: 10px;
  border-radius: 4px;
  box-sizing: border-box;
}
.s3 .content .col .box span {
  position: relative;
  display: block;
  width: 184px;
  line-height: 22px;
  background: #EDF5FF;
  padding: 6px 0;
  border-radius: 4px;
  color: #1d51ce;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  box-sizing: border-box;
}
.s3 .content .col .box.box-1 {
  padding: 30px 28px;
}
.s3 .content .col .box.box-1 span {
  width: 100%;
  height: 100%;
  line-height: unset;
  padding-right: 36px;
  writing-mode: vertical-rl;
  letter-spacing: 4px;
}
.s3 .content .col .box.box-1 span::after {
  position: absolute;
  top: 0;
  right: -90px;
  z-index: 9;
  content: " ";
  width: 90px;
  height: 212px;
  background: url("../images/feitengtu/s3_icon_arrow_1.svg") no-repeat 0 0;
}
.s3 .content .col .box.box-2 {
  padding: 16px 54px;
}
.s3 .content .col .box.box-2 p {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
.s3 .content .col .box.box-2 p:nth-child(1) {
  margin: 0;
}
.s3 .content .col .box.box-2 p:nth-child(1) span {
  width: 100%;
  line-height: 34px;
}
.s3 .content .col .box.box-2 p:nth-child(1) span::after {
  position: absolute;
  bottom: -72px;
  left: 92px;
  z-index: 9;
  content: " ";
  width: 500px;
  height: 72px;
  background: url("../images/feitengtu/s3_icon_arrow_2.svg") no-repeat 0 0;
}
.s3 .content .col .box.box-2 p:nth-child(2) {
  justify-content: space-between;
  margin-top: 72px;
}
.s3 .content .col .box.box-2 p:nth-child(2) span:nth-child(1)::before {
  position: absolute;
  top: -28px;
  right: 24px;
  content: "社保";
}
.s3 .content .col .box.box-2 p:nth-child(2) span:nth-child(2)::before {
  position: absolute;
  top: -28px;
  right: 28px;
  content: "商保";
  letter-spacing: 32px;
}
.s3 .content .col .box.box-2 p:nth-child(2) span:nth-child(3)::before {
  position: absolute;
  top: -28px;
  left: 24px;
  content: "发薪";
}
.s3 .content .col .box.box-2 p:nth-child(3) span, .s3 .content .col .box.box-2 p:nth-child(5) span {
  line-height: 44px;
}
.s3 .content .col .box.box-2 p:nth-child(3) span::before, .s3 .content .col .box.box-2 p:nth-child(4) span::before, .s3 .content .col .box.box-2 p:nth-child(5) span::before {
  position: absolute;
  top: -22px;
  left: 81px;
  z-index: 9;
  content: " ";
  width: 22px;
  height: 22px;
  background: url("../images/feitengtu/s3_icon_arrow_3.svg") no-repeat 0 0;
}
.s3 .content .col .box.box-3 {
  padding: 30px 28px;
}
.s3 .content .col .box.box-3 span {
  line-height: 44px;
}
.s3 .content .col .box.box-3 span:nth-child(1)::before {
  position: absolute;
  top: 21px;
  left: -90px;
  z-index: 9;
  content: " ";
  width: 90px;
  height: 100px;
  background: url("../images/feitengtu/s3_icon_arrow_4.svg") no-repeat 0 0;
}
.s3 .content .col .box.box-3 span:nth-child(2) {
  margin: 106px 0;
}
.s3 .content .col .box.box-3 span:nth-child(2)::before {
  position: absolute;
  top: 13px;
  left: -340px;
  z-index: 9;
  content: " ";
  width: 340px;
  height: 126px;
  background: url("../images/feitengtu/s3_icon_arrow_5.svg") no-repeat 0 0;
}
.s3 .content .col .box.box-3 span:nth-child(3)::before {
  position: absolute;
  top: 8px;
  left: -340px;
  z-index: 9;
  content: " ";
  width: 340px;
  height: 56px;
  background: url("../images/feitengtu/s3_icon_arrow_6.svg") no-repeat 0 0;
}
.s3 .content .col.col-1 {
  width: 156px;
}
.s3 .content .col.col-2 {
  width: 792px;
}
.s3 .content .col.col-3 {
  width: 236px;
}

.s4 {
  background: url("../images/feitengtu/s4_bg.png") no-repeat center top/cover;
}
.s4 .content {
  margin-top: 5px;
}
.s4 .content .inner {
  position: relative;
  width: 506px;
  height: 506px;
  background: url("../images/feitengtu/s4_inner.png") no-repeat 0 0;
  margin: 0 auto;
}
.s4 .content .inner .ribbon {
  position: absolute;
  top: 23px;
  left: 31px;
  width: 460px;
  height: 460px;
  background: url("../images/feitengtu/s4_ribbon.png") no-repeat 0 0;
  transition: all 0.4s ease-in;
}
.s4 .content .inner .ribbon.ribbon-1 {
  transform: rotate(0deg);
}
.s4 .content .inner .ribbon.ribbon-2 {
  transform: rotate(150deg);
}
.s4 .content .inner .ribbon.ribbon-3 {
  transform: rotate(210deg);
}
.s4 .content .inner .item {
  position: absolute;
  width: 80px;
  height: 80px;
}
.s4 .content .inner .item .icon {
  display: block;
  width: 80px;
  height: 80px;
}
.s4 .content .inner .item .icon.icon-1 {
  background: url("../images/feitengtu/s4_icon_1.png") no-repeat 0 0;
}
.s4 .content .inner .item .icon.icon-2 {
  background: url("../images/feitengtu/s4_icon_2.png") no-repeat 0 0;
}
.s4 .content .inner .item .icon.icon-3 {
  background: url("../images/feitengtu/s4_icon_3.png") no-repeat 0 0;
}
.s4 .content .inner .item dl {
  position: absolute;
  top: 0;
  width: 230px;
}
.s4 .content .inner .item dl dt {
  height: 52px;
  line-height: 52px;
  background: linear-gradient(90deg, #3B81FF 0%, #76B5FF 100%);
  margin-bottom: 24px;
  border-radius: 26px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  transition: all 0.2s ease-in;
}
.s4 .content .inner .item dl dd {
  position: relative;
  line-height: 26px;
  margin-top: 16px;
  padding-left: 34px;
  color: #1d51ce;
  font-size: 18px;
}
.s4 .content .inner .item dl dd::before {
  position: absolute;
  top: 10px;
  left: 20px;
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  background: #1d51ce;
  border-radius: 50%;
}
.s4 .content .inner .item.active dl dt {
  background: linear-gradient(90deg, #1D51CE 3.04%, #3B81FF 96.3%);
}
.s4 .content .inner .item.item-1 {
  top: 213px;
  left: -8px;
}
.s4 .content .inner .item.item-1 dl {
  left: -276px;
}
.s4 .content .inner .item.item-2 {
  top: 93px;
  right: -9px;
}
.s4 .content .inner .item.item-2 dl {
  right: -276px;
}
.s4 .content .inner .item.item-3 {
  right: -9px;
  bottom: 93px;
}
.s4 .content .inner .item.item-3 dl {
  right: -276px;
}/*# sourceMappingURL=feitengtu.css.map */