.banner-com[data-v-2c93b097] {
  width: 100%;
}
.banner-img[data-v-2c93b097] {
  display: none;
}
.banner-content-wrapper[data-v-2c93b097] {
  display: flex;
  align-items: center;
  max-width: 1320px;
  height: 100%;
  margin: 0 auto;
}
.banner-tit[data-v-2c93b097] {
  font-size: 40px;
  font-weight: 600;
  color: #333;
  line-height: 56px;
  letter-spacing: 2px;
}
.banner-tit.white[data-v-2c93b097] {
  color: #fff;
}
.banner-desc[data-v-2c93b097] {
  max-width: 600px;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
  letter-spacing: 1px;
}
.banner-desc.white[data-v-2c93b097] {
  color: #fff;
}

.section-com[data-v-029ca40e] {
  width: 100%;
  padding: 40px 0;
  background: #fff;
}
.section-content[data-v-029ca40e] {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}
.section-content-position[data-v-029ca40e] {
  position: relative;
  height: 440px;
}
.section-tit[data-v-029ca40e] {
  padding: 40px 0;
  font-size: 32px;
  font-weight: 600;
  color: #333;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
.section-tit[data-v-029ca40e] {
    font-size: 22px;
    line-height: 22px;
}
}

.card-com[data-v-0f57ab5e] {
  padding: 40px;
}
.card-com-horizontal[data-v-0f57ab5e] {
  display: flex;
  align-items: center;
}
.title[data-v-0f57ab5e] {
  display: flex;
  align-items: center;
}
.title .tit-text[data-v-0f57ab5e] {
  color: #999;
  font-family: 'PingFang HK';
  font-size: 18px;
  line-height: 28px;
}
.desc[data-v-0f57ab5e] {
  padding-top: 15px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
}
.content[data-v-0f57ab5e] {
  padding-top: 15px;
}
.content a[data-v-0f57ab5e],
.content .link[data-v-0f57ab5e] {
  color: #1063F1;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
.card-com[data-v-0f57ab5e] {
    padding: 20px;
}
.title .tit-text[data-v-0f57ab5e] {
    color: #999;
    font-family: 'PingFang HK';
    font-size: 16px;
    line-height: 22px;
}
.desc[data-v-0f57ab5e] {
    padding-top: 10px;
}
.content[data-v-0f57ab5e] {
    padding-top: 10px;
}
}

.service-main[data-v-776038be] .section-tit {
  padding-bottom: 36px;
}
.kefu-wrapper[data-v-776038be],
.work-order-wrapper[data-v-776038be],
.quick-wrapper[data-v-776038be] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kefu-item[data-v-776038be],
.work-order-item[data-v-776038be],
.quick-item[data-v-776038be] {
  width: 49%;
  margin: 24px 0 0 0;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(17, 37, 94, 0.22);
}
.kefu-item .icon[data-v-776038be],
.work-order-item .icon[data-v-776038be],
.quick-item .icon[data-v-776038be] {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.kefu-section[data-v-776038be] {
  padding-bottom: 95px;
}
.kefu-section[data-v-776038be] .desc {
  color: #333;
  font-family: 'PingFang HK';
  font-size: 24px;
}
.kefu-section .kefu-item[data-v-776038be] {
  padding: 38px 14px 33px 32px;
  background: linear-gradient(144deg, rgba(237, 242, 254, 0.5) 0%, rgba(212, 232, 255, 0) 100%);
}
.kefu-section .img-wrapper[data-v-776038be] {
  width: 124px;
  height: 114px;
  margin-right: 17px;
}
.kefu-section .img-wrapper img[data-v-776038be] {
  width: 100%;
  height: 100%;
}
.kefu-section .kefu-btn[data-v-776038be] {
  width: 136px;
  height: 30px;
  padding: 0;
  border-radius: 15px;
  line-height: 28px;
}

.home-banner[data-v-548f8796] {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 520px;
}
.carousel[data-v-548f8796] {
  width: 100%;
  height: 100%;
  transition: all ease 1s;
  position: absolute;
  top: 0;
  background-color: #e7e7ef;
}
.carousel .img-banner[data-v-548f8796] {
  position: absolute;
  width: 100%;
  height: 100%;
}
.carousel .video-banner[data-v-548f8796] {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel .banner-pc-content-wrapper[data-v-548f8796] {
  position: relative;
  width: 100%;
  height: calc(100% - 100px);
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.carousel .banner-pc-content-wrapper .banner-pc-content[data-v-548f8796] {
  width: 45%;
  min-width: 560px;
}
.carousel .banner-pc-content-wrapper .banner-pc-content .banner-pc-title[data-v-548f8796] {
  font-size: 36px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 16px;
  position: relative;
  top: 0;
  transition: all ease 1s;
}
.carousel .banner-pc-content-wrapper .banner-pc-content .banner-pc-description[data-v-548f8796] {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 36px;
  position: relative;
  top: 0;
  transition: all ease 1s;
}
.carousel .banner-pc-content-wrapper .banner-pc-content .free-btn[data-v-548f8796] {
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
  color: #FFFFFF;
  background-color: #1063F1;
  border-color: #1063F1;
  display: inline;
  border: 1px solid;
}
.show[data-v-548f8796] {
  opacity: 1;
  z-index: 1;
}
.show .banner-pc-title[data-v-548f8796] {
  top: 0;
}
.show .banner-pc-description[data-v-548f8796] {
  top: 0;
}
.hide[data-v-548f8796] {
  opacity: 0;
}
.hide .banner-pc-title[data-v-548f8796] {
  top: 30px !important;
}
.hide .banner-pc-description[data-v-548f8796] {
  top: 30px !important;
}
.pagination[data-v-548f8796] {
  position: absolute;
  bottom: 200px;
  left: 50%;
  transform: translate(-50%);
  padding: 0 20px;
  width: 100%;
  max-width: 1320px;
  text-align: left;
  z-index: 2;
}
.pagination .pagination-item[data-v-548f8796] {
  padding: 10px 0;
  cursor: pointer;
  display: inline-block;
  margin-right: 4px;
  width: 33px;
}
.pagination .pagination-item .pagination-item-handle[data-v-548f8796] {
  width: 33px;
  height: 4px;
  background: #cecece;
  opacity: 0.4;
}
.pagination .pagination-item .pagination-item-handle[data-v-548f8796]:hover {
  background: #272727;
}
.pagination .pagination-active-item .pagination-item-handle[data-v-548f8796] {
  background: #272727;
  animation: handle-data-v-548f8796;
  animation-duration: 6s;
  animation-timing-function: linear;
}
@keyframes handle-data-v-548f8796 {
from {
    width: 0;
}
to {
    width: 33px;
}
}
@media only screen and (min-width: 1350px) and (max-width: 1550px) {
.home-banner[data-v-548f8796] {
    height: 520px;
}
.pagination[data-v-548f8796] {
    bottom: 160px;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1350px) {
.home-banner[data-v-548f8796] {
    height: 520px;
}
.pagination[data-v-548f8796] {
    bottom: 140px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
.home-banner[data-v-548f8796] {
    height: 520px;
}
.pagination[data-v-548f8796] {
    bottom: 120px;
}
}

.h5-banner-com[data-v-251ca75b] {
  width: 100%;
}
.h5-banner-content-wrapper[data-v-251ca75b] {
  width: 100%;
  height: 180px;
  padding: 0 24px;
  display: flex;
  align-items: center;
}
.banner-img[data-v-251ca75b] {
  display: none;
}
.h5-banner-tit[data-v-251ca75b] {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.h5-banner-desc[data-v-251ca75b] {
  width: 250px;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
}
.h5-banner-tit.white[data-v-251ca75b] {
  color: #fff;
}
.h5-banner-desc.white[data-v-251ca75b] {
  color: #fff;
}

.service-main[data-v-eb9f1698] .section-tit {
  padding-top: 20px;
  padding-bottom: 6px;
}
.kefu-wrapper[data-v-eb9f1698],
.work-order-wrapper[data-v-eb9f1698],
.quick-wrapper[data-v-eb9f1698] {
  display: flex;
  flex-wrap: wrap;
}
.kefu-item-wrapper[data-v-eb9f1698],
.work-order-item[data-v-eb9f1698],
.quick-item[data-v-eb9f1698],
.kefu-tel[data-v-eb9f1698] {
  width: 100%;
  margin: 30px 0 0 0;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(17, 37, 94, 0.22);
}
.kefu-section[data-v-eb9f1698] .desc {
  color: #333;
  font-size: 16px;
}
.kefu-section .kefu-item[data-v-eb9f1698] {
  padding: 11px 8px 11px 8px;
  background: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.kefu-section .img-wrapper[data-v-eb9f1698] {
  width: 99px;
  height: 90px;
  margin-right: 7px;
}
.kefu-section .img-wrapper img[data-v-eb9f1698] {
  width: 100%;
  height: 100%;
}
.kefu-section .kefu-btn[data-v-eb9f1698] {
  width: 100%;
  height: 30px;
  padding: 0;
  line-height: 28px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.h5-home-banner[data-v-7a50960d] {
  width: 100%;
  height: 280px;
  text-align: left;
  padding: 40px 24px 0 24px;
}
.h5-home-banner .banner-pc-title[data-v-7a50960d] {
  font-size: 18px;
  font-weight: 600;
  line-height: 33px;
  color: #272727;
}
.h5-home-banner .banner-pc-description[data-v-7a50960d] {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #272727;
  margin-bottom: 16px;
}
.h5-home-banner .free-btn[data-v-7a50960d] {
  color: #FFFFFF;
  background-color: #1063F1;
  border-color: #1063F1;
  display: inline-block;
  border: 1px solid;
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 3px;
  font-weight: 500;
}

