header .content > .nav_ServiceGuarantee {
  position: relative;
  color: #fff !important;
}
header .content > .nav_ServiceGuarantee::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 8px;
  background: #fff;
}
.ServiceGuarantee .topBannerImg {
  background-image: url(../img/process7.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -90px 30%;
}
.ServiceGuarantee .topImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.titleBox {
  width: 1250px;
  text-align: center;
  margin: 80px auto 0;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.titleBox .title {
  color: #255ecf;
  font-size: 36px;
  line-height: 35.2px;
}
.titleBox .title .small_title {
  color: #b4b4b4;
  margin-top: 5px;
  font-size: 16px;
}
.titleBox .title_bg img {
  width: 500px;
}
.servProcess .titleBox {
  text-align: left;
}

/* 服务保障 */
.guarantee {
  /* background: url("../img/bg12.png") no-repeat; */
  background-size: 100% 100%;
  background: linear-gradient(0, #d2d2d2, #ffffff);
  padding-bottom: 140px;
  overflow: hidden;
}
.guarantee .guaranteeLine {
  width: 1250px;
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
}
.guarantee .guaranteeLine .lineItem {
  color: #000;
  overflow: hidden;
  flex: 1;
  height: 360px;
  text-align: center;
  margin-right: 30px;
  font-size: 24px;
  font-weight: 400;
  white-space: nowrap;
  background: #fff;
  /* transition: all 0.5s; */
  position: relative;
}
.guarantee .guaranteeLine .lineItem.active {
  background: linear-gradient(0, #1955cc, #f5f5f5);
}
.guarantee .guaranteeLine .lineItem.active {
  color: #fff;
}
.guarantee .guaranteeLine .lineItem.active svg path {
  fill: #fff;
}
.guarantee .guaranteeLine .lineItem.active img {
  opacity: 1;
}
.guarantee .guaranteeLine .lineItem.active p:nth-child(3) {
  opacity: 0;
}
.guarantee .guaranteeLine .lineItem img {
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.guarantee .guaranteeLine .lineItem p {
  font-size: 24px;
  font-weight: bold;
}
.guarantee .guaranteeLine .lineItem svg {
  width: 60px;
  height: 60px;
  margin: 80px 0 25px;
}
.guarantee .guaranteeLine .lineItem p:first-child {
  margin-bottom: 50px;
}
.guarantee .guaranteeLine .lineItem p:last-child {
  font-size: 20px;
}
.guarantee .guaranteeLine .lineItem:last-child {
  margin: 0;
}
/* 服务流程 */
.servProcess {
  background: url(../img/fwbz_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center 50%;
  padding-top: 70px;
  position: relative;
}
.servProcess::before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #e2e2e2d1;
  position: absolute;
}
.servProcess .adForm {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 10%;
  top: -70px;
  cursor: pointer;
}
.servProcess .adForm img {
  position: absolute;
  width: 1250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -10%);
  color: #19459b;
  font-size: 48px;
  font-weight: 600;
}
.servProcess .process {
  width: 100%;
  padding: 50px 10% 66px;
  /* background: url("../img/bg13.jpg") no-repeat; */
  background-size: cover;
}
.servProcess .slide-item {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.servProcess .slide-item .left {
  flex: none;
  width: 300px;
  height: 340px;
  background: linear-gradient(0, #d1d1d1, #fcffff);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.servProcess .slide-item .left .num {
  font-size: 100px;
  font-family: fantasy;
  color: #fff;
}
.servProcess .slide-item .left .title {
  font-size: 32px;
  color: #255ecf;
}
.servProcess .slide-item img {
  flex: none;
  width: 700px;
  height: 340px;
  overflow: hidden;
  object-fit: cover;
}
.servProcess .process .frame {
  position: relative;
  width: 1250px;
  margin: 0 auto;
  overflow: visible;
  border: 4px solid #255ecf;
  border-left: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.servProcess .swiper-container {
  width: 980px;
  height: 340px;
  margin: 80px auto;
}
.servProcess .swiper-pagination-custom {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.servProcess .process .frame::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: -2px;
  border-style: solid;
  border-width: 10px 12px 10px 0;
  border-color: transparent #255ecf transparent transparent;
}
.servProcess .swiper-pagination-custom .swiper-pagination-bullet-active {
  color: #255ecf !important;
}
.servProcess .swiper-pagination-custom .swiper-pagination-bullet {
  position: relative;
  width: 198px;
  height: auto;
  padding-top: 20px;
  font-size: 18px;
  border-radius: 0;
  background: none;
  opacity: 1;
  color: #7b7b7b;
  text-align: center;
  cursor: pointer;
}

.servProcess .swiper-pagination-bullet:nth-child(n + 7) {
  position: absolute;
  bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
}
.servProcess .swiper-pagination-bullet:nth-child(7) {
  left: 990px;
}
.servProcess .swiper-pagination-bullet:nth-child(8) {
  left: 792px;
}
.servProcess .swiper-pagination-bullet:nth-child(9) {
  left: 594px;
}
.servProcess .swiper-pagination-bullet:nth-child(10) {
  left: 396px;
}
.servProcess .swiper-pagination-bullet:nth-child(11) {
  left: 198px;
}
.servProcess .swiper-pagination-bullet:nth-child(12) {
  left: 0;
}
.servProcess .swiper-pagination-bullet.swiper-pagination-bullet-active {
  font-weight: bold;
}
.servProcess .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 1;
}
.servProcess .swiper-pagination-bullet span {
  display: inline-block;
  font-family: "PingFang SC", "Microsoft Yahei Light";
}
.servProcess .swiper-pagination-bullet:nth-child(n + 7)::before {
  top: auto;
  bottom: -10px;
}
.servProcess .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #255ecf;
}
.servProcess
  .swiper-pagination-bullet:nth-child(
    n + 7
  ).swiper-pagination-bullet-active::after {
  top: auto;
  bottom: -12px;
}

.servProcess .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(20 107 109 / 40%);
  border-radius: 50%;
}
/* 模式一站式 */
.servMode {
  /* background: url("../img/bg14.png") no-repeat; */
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.servMode .modeList {
  display: flex;
  justify-content: center;
  margin: 60px auto 90px;
}
.servMode .modeList .modeItem {
  width: 290px;
  height: 290px;
  line-height: 290px;
  border-radius: 50%;
  font-size: 60px;
  color: #fff;
  font-weight: 400;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s;
  position: relative;
}
.servMode .modeList .modeItem .mask,
.servMode .modeList .modeItem span {
  position: absolute;
  width: 100%;
  left: 0;
}
.mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00000033;
}
.servMode .modeList .modeItem:nth-child(1):hover,
.servMode .modeList .modeItem:nth-child(2):hover,
.servMode .modeList .modeItem:nth-child(3):hover {
  background-size: 105% 105%;
  transition: all 0.3s;
}
.servMode .modeList .modeItem:nth-child(1) {
  background: url("../img/custom.png") no-repeat;
  background-size: 100% 100%;
}
.servMode .modeList .modeItem:nth-child(2) {
  background: url("../img/soft.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 -315px;
  transition: all ease-in 0.5s;
}
.servMode .modeList .modeItem:nth-child(3) {
  background: url("../img/baseMount.png") no-repeat;
  background-size: 100% 100%;
}
.servMode p:last-child {
  color: #000;
  margin: 0;
  /* padding-bottom: 50px; */
  font-size: 20px;
  font-weight: 400;
}
/* 特别服务体验 */
.servExperience {
  background: linear-gradient(0, #d5d5d5, #e5e5e5, #d8d8d89c, #ffffff);
  overflow: hidden;
}
.servExperience .afterSaleList {
  width: 1250px;
  display: flex;
  justify-content: center;
  margin: 60px auto 0;
}
.servExperience .afterSaleItem {
  width: 214px;
  height: 480px;
  color: #fff;
  transition: all 0.5s;
  position: relative;
  cursor: pointer;
}
.servExperience .afterSaleItem > div {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.servExperience .afterSaleItem:nth-child(1) {
  background: url("../img/preSale.jpg") no-repeat;
  background-size: 300% 100%;
  background-position: center;
}
.servExperience .afterSaleItem:nth-child(2) {
  background: url("../img/onSale.png") no-repeat;
  background-size: 300% 100%;
  margin: 0 70px;
  background-position: center;
}
.servExperience .afterSaleItem:nth-child(3) {
  background: url("../img/afterSale.jpg") no-repeat;
  background-size: 300% 100%;
  background-position: center;
}
.servExperience .afterSaleItem:nth-child(1):hover,
.servExperience .afterSaleItem:nth-child(2):hover,
.servExperience .afterSaleItem:nth-child(3):hover {
  background-size: 305% 105%;
  transition: all 0.3s;
}
.servExperience .afterSaleItem.active:hover {
  background-size: 105% 105%;
  transition: all 0.3s;
}
.servExperience .afterSaleItem h1 {
  margin-bottom: 20px;
}
.servExperience .afterSaleItem p {
  display: none;
  transition: all 0.5s;
}
.servExperience .afterSaleItem.active {
  width: 762px;
  background-size: 100% 100%;
}
.servExperience .afterSaleItem.active p {
  display: block;
  white-space: nowrap;
  font-size: 18px;
}
/* 九大工艺保证质量 */
.servQuality {
  overflow: hidden;
  background: url(../img/banner_bg_3.jpg) no-repeat;
  background-size: cover;
  background-position: center 50%;
  padding-bottom: 40px;
  position: relative;
}
.servQuality::before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #d5d5d5d1;
  position: absolute;
}
.qualitySwiperBox {
  position: relative;
  width: 1250px;
  margin: 60px auto 0;
  overflow: hidden;
}

.qualitySwiperBox .swiper-container {
  padding-bottom: 60px;
}

.qualitySwiperBox .swiper-slide {
  width: 453px;
  height: 555px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
  position: relative;
  cursor: grab;
}
.qualitySwiperBox .swiper-slide .mask {
  display: none;
}
.qualitySwiperBox .swiper-slide.swiper-slide-active .mask {
  background-color: #006eb3c9;
  display: block;
}
.qualitySwiperBox .swiper-slide.swiper-slide-active img {
  opacity: 1 !important;
}
.qualitySwiperBox .swiper-slide img,
.qualitySwiperBox .swiper-slide .textCont {
  position: absolute;
}
.qualitySwiperBox .swiper-slide img,
.qualitySwiperBox .swiper-slide .textCont {
  display: block;
  width: 100%;
  height: 100%;
}
.qualitySwiperBox .swiper-slide .textCont {
  text-align: center;
  padding: 120px 0 140px;
}
.swiper-slide .textCont h1 {
  font-size: 72px;
  color: #aeaeae;
}
.swiper-slide .textCont h2 {
  color: #222425;
  margin-top: 160px;
}
.swiper-slide .textCont .point {
  width: 12px;
  height: 12px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #19459b;
}
.swiper-slide .textCont p {
  width: 50%;
  font-size: 12px;
  color: #818181;
  margin: 0px auto;
  line-height: 2;
}
.swiper-slide .textCont .pointBox {
  margin: 20px auto;
}
.swiper-slide.swiper-slide-active .textCont h1,
.swiper-slide.swiper-slide-active .textCont h2,
.swiper-slide.swiper-slide-active .textCont p {
  color: #fff;
}
.swiper-slide.swiper-slide-active .textCont .point {
  background-color: #fff100;
}

.qualitySwiperBox .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

.qualitySwiperBox .swiper-pagination-fraction {
  text-align: center;
  margin: 50px auto 0;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.qualitySwiper-button-prev.swiper-button-prev,
.qualitySwiper-button-next.swiper-button-next {
  z-index: 1;
  top: -10px;
  background-size: 10px 44px;
}
.qualitySwiper-button-prev.swiper-button-prev {
  left: 40%;
}
.qualitySwiper-button-next.swiper-button-next {
  right: 40%;
}
.swiper-pagination-total,
.qualitySwiper-button-next {
  color: #19459b;
}
.btnGroup {
  color: #000;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
/* 完整的售后保障服务 */
.guaranteeBox {
  background-size: cover;
  background-color: #fff;
  padding-bottom: 80px;
  overflow: hidden;
}
.guaranteeBox .content {
  width: 1250px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  background: url(../img/process6.png) no-repeat;
  background-size: cover;
  background-position: center 30%;
}
.guaranteeBox .content .item {
  height: 400px;
  position: relative;
  flex: 1;
  transition: all 0.2s linear;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.guaranteeBox .content .item::after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.guaranteeBox .content .item.active {
  flex: 1.5;
}
.guaranteeBox .content .item.active .detail {
}
.guaranteeBox .content .item.active .mask {
  background: linear-gradient(
    180deg,
    rgba(25, 69, 155, 0) 0,
    rgb(61 61 61 / 16%) 6%,
    rgb(127 127 127 / 62%) 23%,
    rgb(25 69 155 / 78%) 47%,
    rgb(25 69 155 / 77%) 73%,
    #0e57a2 100%
  );
}
.guaranteeBox .content .item.active .mask .title {
  opacity: 0;
}
.guaranteeBox .content .item.active .mask img {
  opacity: 1;
}
.guaranteeBox .content .item.active .mask .detail {
  opacity: 1;
}
.guaranteeBox .content .item .mask {
  position: relative;
  top: 0;
  height: 400px;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(0, #818181, #ffffffab);
}
.guaranteeBox .content .item .mask .title {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #255ecf;
  color: #255ecf;
  font-size: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.guaranteeBox .content .item .mask img {
  position: absolute;
  bottom: 0;
  width: 280px;
  height: 280px;
  left: 50%;
  transform: translate(-50%, 10px);
  opacity: 0;
}
.guaranteeBox .content .item .mask .detail {
  position: absolute;
  top: 30px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  color: #fff;
  font-size: 32px;
  opacity: 0;
  white-space: nowrap;
}
.guaranteeBox .content .item .mask .detail .num {
  font-family: fantasy;
  font-size: 52px;
}
.serviceFormBox {
  background: url("../img/process9.png") no-repeat;
  background-size: cover;
  background-position: center 60%;
  text-align: center;
  color: #fff;
  padding: 0 10% 94px;
  overflow: hidden;
  position: relative;
}
.serviceFormBox::before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #0000001a;
  position: absolute;
}
.serviceFormBox h1 {
  padding: 82px 0 70px;
  font-size: 40px;
  position: relative;
  z-index: 2;
  color: #255ecf;
}
.serviceFormBox .formBox {
  display: flex;
  justify-content: space-between;
  width: 1250px;
  margin: 0 auto;
  border: 2px solid #fff;
  padding: 50px;
  position: relative;
  z-index: 2;
}
.serviceFormBox .formBox label {
  font-size: 18px;
  margin-bottom: 40px;
}
.serviceFormBox .formBox form {
  text-align: left;
}
.serviceFormBox .formBox input {
  width: 452px;
  height: 50px;
  font-size: 18px;
  color: #000;
  background-color: #fff;
  outline: none;
  border: none;
  padding: 0px 15px;
  margin-bottom: 30px;
}
.serviceFormBox .formBox .submitJoin {
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  background-color: #1955cc;
  background-position-x: 85%;
  color: #fff;
  transition-duration: 300ms;
  cursor: pointer;
}
.serviceFormBox .formBox .description {
  flex: none;
  width: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.serviceFormBox .formBox .descripItem {
  width: 220px;
  height: 113px;
  text-align: center;
  padding: 20px 0;
  font-weight: 400;
  background: #1955cc;
  position: relative;
  overflow: hidden;
}
.serviceFormBox .formBox .descripItem.placeholder {
  border: 3px solid transparent;
  width: 20%;
}
.serviceFormBox .formBox .descripItem:nth-child(2n + 1) {
  margin-right: 0;
}
.serviceFormBox .formBox .descripItem img {
  width: 40px;
}
.serviceFormBox .formBox .descripItem p {
  margin: 0;
}
.serviceFormBox .formBox .descripItem p:first-child {
  font-size: 30px;
}
.serviceFormBox .formBox .descripItem p:last-child {
  font-size: 18px;
}
