/* 初始化CSS  重置浏览器样式*/
* {
  box-sizing: border-box;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
div {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
  width: 100%;
  height: 100%;
}
ul,
ol {
  list-style: none;
}
select,
input,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0 none;
  vertical-align: middle;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  width: 100%;
}
a {
  color: #333;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  transition: 0.5s all;
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  color: #bd1a2d;
}
a:active {
  color: #bd1a2d;
}
a,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  touch-action: manipulation;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea {
  font-size: 16px;
}
img {
  object-fit: cover;
}
.bgBody {
  background: url(../images/bg_body.jpg) no-repeat center top #f7f9ff;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.topPhoto {
  height: 750px;
}
.introBox {
  max-width: 1920px;
  margin: 0 auto;
  height: 630px;
}
.introBox .wrap {
  overflow: visible;
}
.introBox .intro {
  width: 100%;
  height: 206px;
  background-color: #0072ff;
  border-radius: 103px;
  padding: 40px 230px 80px 80px;
  position: relative;
}
.introBox .intro .detail {
  font-size: 22px;
  color: #FFF;
  height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.introBox .intro .detail span {
  font-size: 30px;
  color: #ffd800;
}
.introBox .intro .people {
  background: url(../images/icon_top_people.png) no-repeat;
  background-size: 100% 100%;
  width: 150px;
  height: 210px;
  position: absolute;
  right: 70px;
  top: -20px;
}
.introBox .intro .listBox {
  width: 1026px;
  position: absolute;
  left: 50%;
  top: 130px;
  z-index: 99;
  transform: translateX(-50%);
}
.introBox .intro .listBox::before {
  content: '';
  width: 1026px;
  height: 30px;
  background-color: #00259c;
  border-radius: 15px;
  display: block;
  margin-top: 30px;
}
.introBox .intro .listBox .list {
  width: 1000px;
  position: relative;
  z-index: 9;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
  background-color: #FFF;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), inset 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  padding: 50px 45px 30px;
  display: flex;
  justify-content: space-between;
}
.introBox .intro .listBox .list .item {
  width: 275px;
  height: 390px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 45px;
  border-bottom-right-radius: 45px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.introBox .intro .listBox .list .item .icon {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.introBox .intro .listBox .list .item .icon img {
  display: block;
  width: 70%;
  height: auto;
}
.introBox .intro .listBox .list .item .tit {
  font-size: 26px;
  font-weight: 600;
  margin-top: 15px;
  text-align: center;
}
.introBox .intro .listBox .list .item .desc {
  color: #999;
  margin-top: 15px;
  text-align: justify;
  line-height: 1.8;
  position: relative;
}
.faqBox {
  max-width: 1920px;
  margin: 170px auto 0;
  height: 1293px;
  background: url(../images/bg_faq.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.faqBox .wrap {
  overflow: visible;
}
.faqBox .titleBox {
  height: 170px;
  display: flex;
  align-items: center;
  position: relative;
}
.faqBox .titleBox h2 {
  background: url(../images/title_nwwd.png) no-repeat;
  background-size: 100% 100%;
  width: 523px;
  height: 53px;
  text-indent: -1978px;
  overflow: hidden;
}
.faqBox .titleBox .car {
  background: url(../images/icon_car.png) no-repeat;
  background-size: 100% 100%;
  width: 666px;
  height: 330px;
  position: absolute;
  right: -20px;
  top: -110px;
  z-index: 9;
}
.faqBox .list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.faqBox .list .item {
  width: 281px;
  height: 365px;
  position: relative;
  padding: 60px 35px 0;
}
.faqBox .list .item .tit {
  font-size: 24px;
  color: #FFF;
  text-align: justify;
}
.faqBox .list .item .more {
  color: #ff7200;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 9;
}
.faqBox .list .item:nth-child(1) {
  background: url(../images/bg_nwwd_01.png) no-repeat;
  background-size: 100% 100%;
}
.faqBox .list .item:nth-child(2) {
  background: url(../images/bg_nwwd_02.png) no-repeat;
  background-size: 100% 100%;
}
.faqBox .list .item:nth-child(3) {
  background: url(../images/bg_nwwd_03.png) no-repeat;
  background-size: 100% 100%;
}
.faqBox .list .item:nth-child(4) {
  background: url(../images/bg_nwwd_04.png) no-repeat;
  background-size: 100% 100%;
}
.faqBox .faq {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.faqBox .faq .videoBox {
  width: 450px;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 30px;
  flex-shrink: 0;
  background-color: #000;
}
.faqBox .faq .videoBox video {
  width: 100%;
  height: 100%;
}
.faqBox .faq .faqList {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.faqBox .faq .faqList .item {
  display: flex;
  align-items: center;
  height: 80px;
  background-color: #FFF;
  border-radius: 15px;
  font-size: 20px;
}
.faqBox .faq .faqList .item::before {
  content: '';
  background: url(../images/icon_faq.png) no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 38px;
  margin: 0 15px;
  flex-shrink: 0;
}
.faqBox .faq .faqList .item:hover {
  background-color: #0072ff;
  color: #FFF;
}
.faqBox .faq .faqList .item:hover::before {
  background: url(../images/icon_faq_active.png) no-repeat;
  background-size: 100% 100%;
}
.xhspBox {
  margin-top: 60px;
}
.xhspBox .wrap {
  overflow: visible;
}
.xhspBox .titleBox {
  display: flex;
  justify-content: center;
  position: relative;
}
.xhspBox .titleBox h2 {
  background: url(../images/title_sjcz.png) no-repeat;
  background-size: 100% 100%;
  width: 699px;
  height: 53px;
  text-indent: -1978px;
  overflow: hidden;
}
.xhspBox .swiperBox {
  margin-top: 45px;
}
.xhspBox .swiperBox .menu {
  background: url(../images/bg_sjcz_line.png) no-repeat left center;
  background-size: auto auto;
  height: 70px;
  position: relative;
  padding: 0 85px;
  display: flex;
  justify-content: space-between;
}
.xhspBox .swiperBox .menu .item {
  font-size: 20px;
  position: relative;
}
.xhspBox .swiperBox .menu .item.active {
  color: #f94330;
  font-weight: 600;
}
.xhspBox .swiperBox .menu .item.active::before {
  content: '';
  width: 0;
  height: 0;
  border: solid 15px transparent;
  border-bottom: solid 15px #FFF;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.xhspBox .swiperBox .menu .item::after {
  content: '';
  background: url(../images/icon_dot.png) no-repeat;
  background-size: 100% 100%;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 50%;
  bottom: 21px;
  transform: translateX(-50%);
}
.xhspBox .swiperBox .list {
  height: 540px;
  border-radius: 15px;
  background-color: #FFF;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.xhspBox .swiperBox .list .item {
  height: 100%;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
.xhspBox .swiperBox .list .item .left {
  width: 160px;
  padding: 0 20px 0 15px;
  overflow: hidden;
  flex-shrink: 0;
}
.xhspBox .swiperBox .list .item .left .tit {
  margin-top: 45px;
  position: relative;
  height: 24px;
}
.xhspBox .swiperBox .list .item .left .tit span {
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.xhspBox .swiperBox .list .item .left .tit::before {
  content: '';
  width: 30px;
  height: 30px;
  background-color: #fedfd1;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 9;
}
.xhspBox .swiperBox .list .item .left .detail {
  font-size: 18px;
  text-align: justify;
  margin-top: 50px;
}
.xhspBox .swiperBox .list .item .right {
  flex: 1;
}
.xhspBox .swiperBox .list .item .right img {
  object-fit: fill;
}
.ywtbBox {
  margin-top: 60px;
}
.ywtbBox .wrap {
  height: 640px;
}
.ywtbBox .titleBox {
  display: flex;
  justify-content: center;
  position: relative;
}
.ywtbBox .titleBox h2 {
  background: url(../images/title_ywtb.png) no-repeat;
  background-size: 100% 100%;
  width: 528px;
  height: 53px;
  text-indent: -1978px;
  overflow: hidden;
}
.ywtbBox .list {
  margin-top: 30px;
  height: 100%;
  position: relative;
  background: url(../images/bg_ywtb.jpg) no-repeat -30px center;
  background-size: 110% auto;
}
.ywtbBox .list .item {
  position: absolute;
  overflow: hidden;
}
.ywtbBox .list .item .normal {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  transition: 0.5s all;
}
.ywtbBox .list .item .normal .icon {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  margin-right: 20px;
}
.ywtbBox .list .item .normal .tit {
  flex: 1;
  line-height: 1.8;
}
.ywtbBox .list .item .over {
  position: absolute;
  left: 0;
  top: 151px;
  z-index: 99;
  width: 100%;
  height: 100%;
  border: solid 1px #0089ff;
  background-color: #edf9ff;
  padding: 30px;
  text-align: justify;
  font-size: 14px;
  transition: 0.5s all;
  border-radius: 15px;
  color: #333;
  line-height: 1.6;
}
.ywtbBox .list .item:nth-of-type(1) {
  width: 331px;
  height: 151px;
  left: 0;
  top: 0;
}
.ywtbBox .list .item:nth-of-type(1) .normal {
  padding-left: 45px;
  padding-right: 80px;
}
.ywtbBox .list .item:nth-of-type(1)::after {
  content: '';
  background: url(../images/bg_ywtb_item.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.ywtbBox .list .item:nth-of-type(2) {
  width: 331px;
  height: 151px;
  right: 0;
  top: 0;
}
.ywtbBox .list .item:nth-of-type(2) .normal {
  padding-left: 70px;
  padding-right: 40px;
}
.ywtbBox .list .item:nth-of-type(2)::after {
  content: '';
  background: url(../images/bg_ywtb_item.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg) scaleY(-1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.ywtbBox .list .item:nth-of-type(3) {
  width: 300px;
  height: 151px;
  left: 0;
  top: 200px;
}
.ywtbBox .list .item:nth-of-type(3) .normal {
  padding-left: 40px;
  padding-right: 60px;
}
.ywtbBox .list .item:nth-of-type(3)::after {
  content: '';
  background-color: #FFF;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.ywtbBox .list .item:nth-of-type(4) {
  width: 300px;
  height: 151px;
  right: 0;
  top: 200px;
}
.ywtbBox .list .item:nth-of-type(4) .normal {
  padding-left: 40px;
  padding-right: 60px;
}
.ywtbBox .list .item:nth-of-type(4)::after {
  content: '';
  background-color: #FFF;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.ywtbBox .list .item:nth-of-type(5) {
  width: 331px;
  height: 151px;
  left: 0;
  top: 400px;
}
.ywtbBox .list .item:nth-of-type(5) .normal {
  padding-left: 45px;
  padding-right: 80px;
}
.ywtbBox .list .item:nth-of-type(5)::after {
  content: '';
  background: url(../images/bg_ywtb_item.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  transform: scaleY(-1);
}
.ywtbBox .list .item:nth-of-type(6) {
  width: 331px;
  height: 151px;
  right: 0;
  top: 400px;
}
.ywtbBox .list .item:nth-of-type(6) .normal {
  padding-left: 70px;
  padding-right: 40px;
}
.ywtbBox .list .item:nth-of-type(6)::after {
  content: '';
  background: url(../images/bg_ywtb_item.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  transform: rotate(-180deg);
}
.questionBox {
  max-width: 1920px;
  margin: 60px auto 0;
  background: url(../images/bg_left.png) no-repeat left center;
}
.questionBox .wrap {
  display: flex;
  overflow: visible;
}
.questionBox .wrap .photo {
  width: 713px;
  height: 588px;
  background: url(../images/bg_phone_people.png) no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
}
.questionBox .wrap .list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 0 90px;
}
.questionBox .wrap .list .item {
  display: block;
  height: 108px;
  border-radius: 54px;
  border-bottom-left-radius: 0;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.questionBox .wrap .list .item::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.questionBox .wrap .list .item .tit {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  padding: 0 54px;
}
.serviceBox {
  max-width: 1920px;
  margin: 60px auto 0;
}
.serviceBox .titleBox {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
}
.serviceBox .titleBox h2 {
  background: url(../images/title_qfwfw.png) no-repeat;
  background-size: 100% 100%;
  width: 528px;
  height: 54px;
  text-indent: -1978px;
  overflow: hidden;
}
.serviceBox .serviceWrap {
  max-width: 1920px;
  margin: 40px auto 0;
  background: url(../images/bg_right.jpg) no-repeat 1300px top #FFF;
}
.serviceBox .serviceWrap .service {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.serviceBox .serviceWrap .service .serviceSwiper {
  width: 860px;
  height: 240px;
}
.serviceBox .serviceWrap .service .serviceSwiper .swiper-container {
  height: 100%;
}
.serviceBox .serviceWrap .service .serviceSwiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
.serviceBox .serviceWrap .service .serviceSwiper .swiper-slide .list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.serviceBox .serviceWrap .service .serviceSwiper .swiper-slide .list .item {
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.serviceBox .serviceWrap .service .serviceSwiper .swiper-slide .list .item::before {
  content: '';
  width: 9px;
  height: 10px;
  background: url(../images/icon_list_arrow.png) no-repeat;
  display: block;
  margin-right: 5px;
}
.serviceBox .serviceWrap .service .slideMenu {
  padding: 30px 0;
}
.serviceBox .serviceWrap .service .slideMenu .list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.serviceBox .serviceWrap .service .slideMenu .list .item {
  width: 205px;
  height: 54px;
  font-size: 18px;
  color: #FFF;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.serviceBox .serviceWrap .service .slideMenu .list .item.active {
  border: solid 1px #FFF;
  font-size: 24px;
  background-color: rgba(255, 255, 255, 0.3);
}
/* mobile */
@media (max-width: 750px) {
  html {
    font-size: 10vw;
  }
  body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }
  .bgBody {
    background: url(../images/bg_body_M.jpg) no-repeat center 1.46666667rem #f7f9ff;
    background-size: 100% auto;
  }
  .topPhoto {
    height: 6.53333333rem;
  }
  .wrap {
    width: 100%;
  }
  .introBox {
    height: 8.4rem;
  }
  .introBox .intro {
    width: 100%;
    height: 3.46666667rem;
    border-radius: 1.33333333rem;
    padding: 0.53333333rem 3.06666667rem 1.06666667rem 1.06666667rem;
  }
  .introBox .intro .detail {
    font-size: 0.37333333rem;
    height: 1.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .introBox .intro .detail span {
    font-size: 0.4rem;
  }
  .introBox .intro .people {
    background: url(../images/icon_top_people.png) no-repeat;
    background-size: 100% 100%;
    width: 2rem;
    height: 2.8rem;
    position: absolute;
    right: 0.93333333rem;
    top: auto;
    bottom: 0;
  }
  .introBox .intro .listBox {
    width: 9.33333333rem;
    top: 1.73333333rem;
  }
  .introBox .intro .listBox::before {
    content: '';
    width: 100%;
    height: 0.4rem;
    border-radius: 0.2rem;
    margin-top: 0.8rem;
  }
  .introBox .intro .listBox .list {
    width: 9.33333333rem;
    position: relative;
    z-index: 9;
    left: 50%;
    top: -0.26666667rem;
    transform: translateX(-50%);
    background-color: #FFF;
    border-radius: 0.2rem;
    box-shadow: 0 0.13333333rem 0.26666667rem rgba(0, 0, 0, 0.3), inset 0 0.06666667rem 0.13333333rem -0.06666667rem rgba(0, 0, 0, 0.5);
    padding: 0.66666667rem 0.6rem 0.4rem;
    flex-direction: column;
  }
  .introBox .intro .listBox .list .item {
    width: 8.26666667rem;
    height: 3.26666667rem;
    box-shadow: 0 0 0.06666667rem rgba(0, 0, 0, 0.3);
    border-top-left-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem;
    padding: 0.26666667rem;
    display: flex;
    flex-direction: row;
    margin-bottom: 0.4rem;
  }
  .introBox .intro .listBox .list .item .txtCon {
    flex: 1;
  }
  .introBox .intro .listBox .list .item .icon {
    width: 1.41333333rem;
    height: 1.41333333rem;
    box-shadow: inset 0 0 0.13333333rem rgba(0, 0, 0, 0.3);
    flex-shrink: 0;
    margin-right: 0.26666667rem;
  }
  .introBox .intro .listBox .list .item .icon img {
    width: 70%;
  }
  .introBox .intro .listBox .list .item .icon::after {
    display: none;
  }
  .introBox .intro .listBox .list .item .tit {
    font-size: 0.45333333rem;
    font-weight: 600;
    margin-top: 0.13333333rem;
    text-align: left;
  }
  .introBox .intro .listBox .list .item .desc {
    margin-top: 0.2rem;
    line-height: 1.4;
    -webkit-line-clamp: 3;
  }
  .faqBox {
    margin: 7.2rem auto 0;
    height: auto;
    padding: 0 0.33333333rem;
  }
  .faqBox .titleBox {
    height: 2.26666667rem;
  }
  .faqBox .titleBox h2 {
    width: 6.97333333rem;
    height: 0.70666667rem;
  }
  .faqBox .titleBox .car {
    width: 3.06666667rem;
    height: 1.96rem;
    right: -0.66666667rem;
    top: 0.66666667rem;
  }
  .faqBox .list {
    margin-top: 0.8rem;
    flex-wrap: wrap;
  }
  .faqBox .list .item {
    width: 4.44rem;
    height: 5.76rem;
    padding: 0.8rem 0.46666667rem 0;
    margin-bottom: 0.53333333rem;
  }
  .faqBox .list .item .tit {
    font-size: 0.4rem;
  }
  .faqBox .list .item .more {
    bottom: 0.4rem;
  }
  .faqBox .list .item:nth-child(1) {
    background: url(../images/bg_nwwd_01_M.png) no-repeat;
    background-size: 100% 100%;
  }
  .faqBox .list .item:nth-child(2) {
    background: url(../images/bg_nwwd_02_M.png) no-repeat;
    background-size: 100% 100%;
  }
  .faqBox .list .item:nth-child(3) {
    background: url(../images/bg_nwwd_03_M.png) no-repeat;
    background-size: 100% 100%;
  }
  .faqBox .list .item:nth-child(4) {
    background: url(../images/bg_nwwd_04_M.png) no-repeat;
    background-size: 100% 100%;
  }
  .faqBox .faq {
    margin-top: 0;
    flex-direction: column;
  }
  .faqBox .faq .videoBox {
    width: 9.33333333rem;
    height: 12.4rem;
    border-radius: 0.26666667rem;
    margin: 0 auto;
  }
  .faqBox .faq .faqList {
    margin-top: 0.8rem;
  }
  .faqBox .faq .faqList .item {
    height: 1.86666667rem;
    border-radius: 0.26666667rem;
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
    padding: 0 0.26666667rem;
  }
  .faqBox .faq .faqList .item::before {
    width: 0.53333333rem;
    height: 0.50666667rem;
    margin: 0 0.2rem;
  }
  .xhspBox {
    margin-top: 0.8rem;
    padding: 0 0.33333333rem;
  }
  .xhspBox .titleBox h2 {
    width: 9.32rem;
    height: 0.70666667rem;
  }
  .xhspBox .swiperBox {
    margin-top: 0.6rem;
  }
  .xhspBox .swiperBox .menu {
    height: 0.93333333rem;
    padding: 0 1.13333333rem;
  }
  .xhspBox .swiperBox .menu .item {
    font-size: 0.4rem;
  }
  .xhspBox .swiperBox .menu .item.active::before {
    border: solid 0.26666667rem transparent;
    border-bottom: solid 0.26666667rem #FFF;
  }
  .xhspBox .swiperBox .menu .item::after {
    width: 0.37333333rem;
    height: 0.37333333rem;
    bottom: 0.26666667rem;
  }
  .xhspBox .swiperBox .list {
    height: auto;
    border-radius: 0.26666667rem;
    background-color: #FFF;
    box-shadow: 0 0.13333333rem 0.26666667rem rgba(0, 0, 0, 0.3);
  }
  .xhspBox .swiperBox .list .item {
    padding: 0.26666667rem;
    flex-direction: column;
  }
  .xhspBox .swiperBox .list .item .left {
    width: 100%;
    padding: 0 0.26666667rem 0 0.2rem;
  }
  .xhspBox .swiperBox .list .item .left .tit {
    margin-top: 0.26666667rem;
    height: 0.4rem;
  }
  .xhspBox .swiperBox .list .item .left .tit span {
    font-size: 0.4rem;
  }
  .xhspBox .swiperBox .list .item .left .tit::before {
    width: 0.4rem;
    height: 0.4rem;
    left: -0.13333333rem;
    top: -0.13333333rem;
  }
  .xhspBox .swiperBox .list .item .left .detail {
    font-size: 0.34666667rem;
    margin-top: 0.53333333rem;
  }
  .xhspBox .swiperBox .list .item .right {
    width: 100%;
    margin-top: 0.53333333rem;
  }
  .ywtbBox {
    margin-top: 0.8rem;
    padding: 0 0.33333333rem;
  }
  .ywtbBox .wrap {
    height: 8.53333333rem;
    padding-bottom: 1.06666667rem;
  }
  .ywtbBox .titleBox h2 {
    width: 7.04rem;
    height: 0.70666667rem;
  }
  .ywtbBox .list {
    margin-top: 0.4rem;
    background: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ywtbBox .list .item {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 4.4rem;
    height: 2.01333333rem;
    margin-bottom: 0.4rem;
    box-shadow: 0 0.06666667rem 0.13333333rem rgba(0, 0, 0, 0.3);
    border-radius: 0.2rem;
  }
  .ywtbBox .list .item .normal {
    width: 100%;
    background: #FFF;
  }
  .ywtbBox .list .item .normal .icon {
    width: 0.98666667rem;
    height: 0.98666667rem;
    margin-right: 0.26666667rem;
  }
  .ywtbBox .list .item .normal .tit {
    font-size: 0.32rem;
  }
  .ywtbBox .list .item .over {
    top: 2.01333333rem;
    padding: 0.4rem;
    font-size: 0.32rem;
    border-radius: 0.26666667rem;
  }
  .ywtbBox .list .item:nth-of-type(1) {
    width: 4.4rem;
    height: 2.01333333rem;
    left: auto;
    top: auto;
  }
  .ywtbBox .list .item:nth-of-type(1) .normal {
    padding: 0.4rem 0.26666667rem;
  }
  .ywtbBox .list .item:nth-of-type(1)::after {
    display: none;
  }
  .ywtbBox .list .item:nth-of-type(2) {
    width: 4.4rem;
    height: 2.01333333rem;
    right: auto;
    top: auto;
  }
  .ywtbBox .list .item:nth-of-type(2) .normal {
    padding: 0.4rem 0.26666667rem;
  }
  .ywtbBox .list .item:nth-of-type(2)::after {
    display: none;
  }
  .ywtbBox .list .item:nth-of-type(3) {
    width: 4.4rem;
    height: 2.01333333rem;
    left: auto;
    top: auto;
  }
  .ywtbBox .list .item:nth-of-type(3) .normal {
    padding: 0.4rem 0.26666667rem;
  }
  .ywtbBox .list .item:nth-of-type(3)::after {
    display: none;
  }
  .ywtbBox .list .item:nth-of-type(4) {
    width: 4.4rem;
    height: 2.01333333rem;
    right: auto;
    top: auto;
  }
  .ywtbBox .list .item:nth-of-type(4) .normal {
    padding: 0.4rem 0.26666667rem;
  }
  .ywtbBox .list .item:nth-of-type(4)::after {
    display: none;
  }
  .ywtbBox .list .item:nth-of-type(5) {
    width: 4.4rem;
    height: 2.01333333rem;
    left: auto;
    top: auto;
  }
  .ywtbBox .list .item:nth-of-type(5) .normal {
    padding: 0.4rem 0.26666667rem;
  }
  .ywtbBox .list .item:nth-of-type(5)::after {
    display: none;
  }
  .ywtbBox .list .item:nth-of-type(6) {
    width: 4.4rem;
    height: 2.01333333rem;
    right: auto;
    top: auto;
  }
  .ywtbBox .list .item:nth-of-type(6) .normal {
    padding: 0.4rem 0.26666667rem;
  }
  .ywtbBox .list .item:nth-of-type(6)::after {
    display: none;
  }
  .questionBox {
    margin: 0.4rem auto 0;
    background: url(../images/bg_left.png) no-repeat right center;
    background-size: auto 100%;
    padding: 0 0.33333333rem;
  }
  .questionBox .wrap {
    align-items: center;
  }
  .questionBox .wrap .photo {
    width: 4.74666667rem;
    height: 5.38666667rem;
    background: url(../images/bg_phone_people_M.png) no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
    margin-right: 0.26666667rem;
  }
  .questionBox .wrap .list {
    padding: 0.4rem 0 0;
  }
  .questionBox .wrap .list .item {
    width: 100%;
    height: 2rem;
    border-radius: 0.72rem;
    border-bottom-left-radius: 0;
    box-shadow: 0 0.13333333rem 0.26666667rem rgba(0, 0, 0, 0.3);
    margin-bottom: 0.4rem;
  }
  .questionBox .wrap .list .item .tit {
    padding: 0 0.66666667rem;
    font-size: 0.34666667rem;
  }
  .serviceBox {
    margin: 0.8rem auto 0;
  }
  .serviceBox .titleBox {
    width: 100%;
  }
  .serviceBox .titleBox h2 {
    width: 7.04rem;
    height: 0.72rem;
  }
  .serviceBox .serviceWrap {
    max-width: 1920px;
    margin: 0.53333333rem auto 0;
    background: url(../images/bg_right.jpg) no-repeat 1000px top #FFF;
  }
  .serviceBox .serviceWrap .service {
    width: 100%;
    flex-direction: column-reverse;
  }
  .serviceBox .serviceWrap .service .serviceSwiper {
    width: 100%;
    height: auto;
    padding: 0 0.33333333rem;
  }
  .serviceBox .serviceWrap .service .serviceSwiper .swiper-slide {
    padding: 0.53333333rem 0;
  }
  .serviceBox .serviceWrap .service .serviceSwiper .swiper-slide .list .item {
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .serviceBox .serviceWrap .service .serviceSwiper .swiper-slide .list .item::before {
    width: 0.12rem;
    height: 0.13333333rem;
    background-size: 100% 100%;
    margin-right: 0.13333333rem;
  }
  .serviceBox .serviceWrap .service .serviceSwiper .swiper-slide .list:last-child {
    display: none;
  }
  .serviceBox .serviceWrap .service .slideMenu {
    padding: 0.4rem 0.33333333rem;
    background: #2166f6;
  }
  .serviceBox .serviceWrap .service .slideMenu .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .serviceBox .serviceWrap .service .slideMenu .list .item {
    width: 2.73333333rem;
    height: 0.72rem;
    font-size: 0.4rem;
  }
  .serviceBox .serviceWrap .service .slideMenu .list .item.active {
    font-size: 0.4rem;
  }
}
