@media (max-width: 1400px)and (min-width: 1200px) {
  html {
    zoom: 90%;
  }
}

@media (max-width: 1200px) and (min-width: 1130px) {
  html {
    zoom: 80%;
  }
}

@media (max-width: 1130px) {
  html {
    zoom: 70%;
  }
}

/* 头部样式 */

.wza-box {
  margin-top: 22px;
}



/* 页面中间样式 */
.page-wrapper {
  width: 100%;
  min-width: 1282px;
  background-color: #FFFFFF;
}

.main-w {
  width: 1282px;
}

.one-image-title-text-box {
  margin-top: 80px;
  font-size: 50px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 80px;
  font-family: TangXianBinSong-2;
}

.one-image-title-box {
  text-align: center;
  letter-spacing: 3px;
}

.one-image-title-box:last-child {
  letter-spacing: 1px;
}

.one-image-small-box {
  font-size: 34px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 80px;
  text-align: center;
  letter-spacing: 3.5px;
  margin-top: 6px;
  /* font-family: AdobeHeitiStd-Regular; */
}

.title-number-bg-part-wrap-box {
  width: 1282px;
  height: 150px;
  background: rgba(20, 77, 184, 0.5);
  margin: 20px auto 56px;
}

.number-box {
  height: 100%;
  position: relative;
  padding: 36px 0px 24px;
  box-sizing: border-box;
  cursor: pointer;
}

.number-box:not(:last-child)::before {
  content: '';
  width: 2px;
  height: 63px;
  background: #4974C2;
  position: absolute;
  right: 0px;
  top: auto;
}

.number-box.number-one {
  width: 384px;
}

.number-box.number-one .img-number-box {
  margin-right: 18px;
}

.number-box .img-number-box {
  width: 42px;
  height: 42px;
  overflow: hidden;
  position: relative;
}

.number-box .img-number-icon,
.number-box .img-number-icon-transition {
  width: 42px;
  height: 42px;
  transition: all 0.35s ease;
  position: absolute;
  top: 0px;
  left: 0px;
}

.number-box .img-number-icon-transition {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.number-box:hover .img-number-icon {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.number-box:hover .img-number-icon-transition {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.number-box.number-two {
  width: 384px;
}

.number-box.number-two .img-number-box {
  margin-right: 19px;
}

.number-box.number-three {
  width: 380px;
}

.number-box.number-three .img-number-box {
  margin-right: 16px;
}

.number-box.number-four {
  width: 386px;
}

.number-box.number-four .img-number-box {
  margin-right: 16px;
}

.number-box p {
  font-size: 20px;
  font-weight: normal;
  color: #FFFFFF;
  /* font-family: AdobeHeitiStd-Regular; */
  line-height: 42px;
  margin-top: 4px;
}

.number-text-val {
  color: #FFFFFF;
  display: flex;
  align-items: baseline;
  margin-top: 4px;
}

.number-box b {
  font-size: 36px;
  color: #FFFFFF;
  line-height: 42px;
  /* font-family: AdobeHeitiStd-Regular; */
}

.number-box span {
  font-size: 20px;
  color: #FFFFFF;
  /* font-family: AdobeHeitiStd-Regular; */
  margin-left: 5px;
}


/* 视频 */
.page-one-video-bg-part-wrap-box {
  height: 560px;
  position: relative;
  /* display: block; */
}

.one-bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  object-fit: fill;
  font-family: 'object-fit: fill;';
}

.one-video-bg-opacity-part-box {
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(20, 77, 184, 0.16), rgba(20, 77, 184, 0.66), #144DB8);
  position: relative;
}

/* 查询服务 */
.page-two-query-service-info-part-wrap-box {
  margin-top: 40px;
}

.two-query-service-title-box {
  font-size: 30px;
  font-weight: bold;
  color: #313131;
  position: relative;
  padding: 0px 30px;
  box-sizing: border-box;
}

.two-query-service-title-box::before {
  content: '';
  width: 11px;
  height: 30px;
  background: #1046F8;
  position: absolute;
  top: auto;
  left: 0px;
}


.two-query-service-data-content-part-box {
  width: calc(100% + 11px);
  margin-top: 34px;
}

.query-service-data-item-box {
  width: 323px;
  height: 361px;
  background-image: url('/img/web_img/service/query_service_item_bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: calc(5px) calc(18px + 11px) calc(0px + 24px) calc(18px + 11px);
  box-sizing: border-box;
  cursor: pointer;
}

.query-service-data-item-box:hover {
  margin-top: -5px;
}

.query-service-data-item-box:first-child {
  margin-left: -11px;
}

.query-service-data-item-box:not(:last-child) {
  margin-right: 4px;
}

.query-service-input-part-box {
  height: 243px;
  padding: 18px 0px 20px;
  box-sizing: border-box;
}

.query-service-input-title-box {
  font-size: 22px;
  font-weight: bold;
  color: #161E35;
  line-height: 44px;
  position: relative;
}

.query-service-input-title-box::after {
  content: '';
  width: 100%;
  height: 4px;
  background: rgba(16, 70, 248, 0.95);
  box-shadow: 0px 6px 24px 0px rgba(96, 134, 236, 0.78);
  border-radius: 2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.query-service-input-box {
  margin-top: 28px;
}

.query-input {
  width: 263px;
  height: 40px;
  border: 1px solid #C3C9D5;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  color: #585C66;
  padding: 0px 10px;
  box-sizing: border-box;
}

.query-input:hover {
  border: 1px solid #a7aab5;
}

.query-input:focus {
  border: none;
  outline: 2px solid #1046F8;
}

.query-input:not(:last-child) {
  margin-bottom: 15px;
}

.download-input-phone-box {
  position: relative;
}

.download-input-phone-box .input-download-phone {
  padding-right: 100px;
}

.download-input-phone-box .phone-code-btn {
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #1046F8;
  line-height: 40px;
  position: absolute;
  top: 0px;
  right: 15px;
}

.download-input-phone-box .phone-code-btn:hover {
  color: #0836CC;
}

.input-download {
  padding: 0px 15px;
}


.query-input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #585C66;
  font-size: 16px;
}

.query-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #585C66;
  font-size: 16px;
}

.query-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #585C66;
  font-size: 16px;
}

.query-input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #585C66;
  font-size: 16px;
}

.query-service-input-pour-text {
  font-size: 14px;
  font-weight: 500;
  color: #D8261C;
  line-height: 26px;
  margin-top: 14px;
  width: 100%;
  word-wrap: break-all;
}

.file-upload-btn-wrap-box {
  width: 110px;
  /* margin-top: 20px; */
  position: relative;
  cursor: pointer;
}

.file-upload-btn-box {
  width: 110px;
  height: 85px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.file-input {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.fees-pour-text {
  width: 100%;
  margin-top: 15px;
  word-wrap: break-all;
  overflow: hidden;
}

.upload-btn-icon-box {
  width: 51px;
  height: 45px;
  background-image: url('/img/web_img/service/query_service_upload_bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 5px;
  padding: 12px 0px 0px;
  box-sizing: border-box;
}

.upload-arrow-box {
  overflow: hidden;
  position: relative;
}

.img-arrow,
.img-arrow-hover {
  width: 24px;
  height: 24px;
  transition: all 0.35s ease;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);

}

.img-arrow-hover {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}

.file-upload-btn-wrap-box:hover .img-arrow {
  -webkit-transform: translateY(-120%);
  transform: translateY(-150%);
}

.file-upload-btn-wrap-box:hover .img-arrow-hover {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.file-upload-pour-text {
  margin-top: 0px;
}

.upload-btn-text {
  font-size: 16px;
  font-weight: 500;
  color: #585C66;
  line-height: 36px;
}

.query-service-btm-part-box {
  height: 87px;
  box-sizing: border-box;
}

.query-service-btn-box {
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}

.query-service-btn {
  width: 141px;
  height: 43px;
  background: #1046F8;
  border-radius: 22px;
  border: none;
  cursor: pointer;
  font-size: 18px;
}

.su_button_circle {
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
}

.query-service-btn span {
  font-weight: 500;
  position: relative;
  z-index: 10000;
}

.explode-circle {
  animation: explode 0.5s forwards;

}

.desplode-circle {
  animation: desplode 0.1s forwards;
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #0836CC;
  }

  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #0836CC;
  }
}

@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #0836CC;
  }

  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #0836CC;
  }
}


/* 办事指南 */
.page-three-work-guide-info-part-wrap-box {
  margin-top: 30px;
}

.three-work-guide-title-box {
  font-size: 30px;
  font-weight: bold;
  color: #313131;
  position: relative;
  padding: 0px 30px;
  box-sizing: border-box;
}

.three-work-guide-title-box::before {
  content: '';
  width: 11px;
  height: 30px;
  background: #1046F8;
  position: absolute;
  top: auto;
  left: 0px;
}

.three-work-guide-data-content-part-box {
  margin-top: 30px;
}

.three-work-guide-left-phone-info-box {
  width: 370px;
  height: 428px;
  background: linear-gradient(120deg, #CFE7FF, #C9E6FC);
  border-radius: 5px;
  margin-right: 40px;
}

.three-work-guide-right-part-wrap-box {
  height: 428px;
}

.three-work-guide-item-part-box {
  width: 190px;
  height: 196px;
  border-radius: 5px;
  cursor: pointer;
  color: #4D4D4D;
  overflow: hidden;
  position: relative;
}

.three-work-guide-item-part-box:not(:nth-child(4n)) {
  margin-right: 37px;
}

.three-work-guide-item-part-box:nth-child(-n+5) {
  margin-bottom: 37px;
}

.img-guide-icon,
.img-guide-hover {
  width: 82px;
  height: 82px;
  margin-bottom: 12px;
}

.text-work-guide {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
}

.work-guide-default {
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  box-sizing: border-box;
}

.work-guide-hover {
  color: #FFFFFD;
  border: none;
  position: absolute;
  top: 100%;
  left: 0px;
  transition: top .4s;
}

.three-work-guide-item-part-box:hover {
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, .25);
}

.three-work-guide-item-part-box:hover .work-guide-hover {
  top: 0;
}

.three-work-guide-item-part-box:nth-child(1) .work-guide-hover {
  background: #03B668;
}

.three-work-guide-item-part-box:nth-child(2) .work-guide-hover {
  background: #F81025;
}

.three-work-guide-item-part-box:nth-child(3) .work-guide-hover {
  background: #1046F8;
}

.three-work-guide-item-part-box:nth-child(4) .work-guide-hover {
  background: #7029FF;
}

.three-work-guide-item-part-box:nth-child(5) .work-guide-hover {
  background: #FC622F;
}

.three-work-guide-item-part-box:nth-child(6) .work-guide-hover {
  background: #FBE426;
}

.three-work-guide-item-part-box:nth-child(7) .work-guide-hover {
  background: #0BB5FC;
}

.three-work-guide-item-part-box:nth-child(8) .work-guide-hover {
  background: #03F430;
}

/* vip部分 */
.page-four-vip-custom-info-part-bg-wrap-box {
  height: 432px;
  background-image: url('/img/web_img/service/vip_custom_bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 50px;
}

.four-vip-custom-info-content-bg-part-wrpa-box {
  height: 370px;
  background: rgba(27, 94, 218, 0.7);
  border-radius: 4px;
  padding: 0px 40px 0px 55px;
  box-sizing: border-box;
}

.vip-custom-title-box {
  margin-bottom: 20px;
}

.vip-custom-big-title {
  font-size: 40px;
  font-family: FZDHJT;
  font-weight: 400;
  color: #FFD18B;
  line-height: 50px !important;
}

.big-title-line {
  display: inline-block;
  width: 13px;
  height: 7px;
  background: #FFD18B;
}

.big-title-line:first-child {
  margin-right: 13px;
}

.big-title-line:last-child {
  margin-left: 13px;
}

.vip-custom-text {
  font-size: 28px;
  font-family: MiSans-Regular;
  color: #FFFFFD;
  line-height: 60px;
}

.text-lable {
  font-size: 30px;
  color: #F7D414;
  font-family: MiSans-Semibold;
}

.vip-number {
  color: #FC7101;
  font-size: 50px;
  font-family: MiSans-Semibold;
}

.qr-code-item-box {
  font-size: 20px;
  font-family: MiSans;
  font-weight: 600;
  color: #FFD18B;
  line-height: 32px;
}

.custom-qr-code-part-box {
  padding: 0px 19px 0px 15px;
  box-sizing: border-box;
}

.img-qr-code {
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  margin-bottom: 3px;
}

.scan-code-custom-btn {
  width: 260px;
  height: 73px;
  background-image: url('/img/web_img/service/scan_code_btn_bg.png');
  background-size: 260px 73px;
  background-repeat: no-repeat;
  border-radius: 37px;
  padding: 0px 18px 3px;
  box-sizing: border-box;
  font-size: 28px;
  font-family: MiSans-Regular;
  font-weight: 500;
  color: #A46E05;
  line-height: 47px;
  margin-top: 15px;
}

.scan-code-custom-btn.btnAnimation {
  overflow: hidden;
  position: relative;
}

.btnAnimation::after {
  content: "";
  width: 260px;
  height: 73px;
  position: absolute;
  bottom: 3px;
  left: 20%;
  background-image: url('/img/web_img/service/scan_code_btn_icon.png');
  background-size: 89px 66px;
  background-repeat: no-repeat;
  animation: btnMove 2.5s infinite;
  -o-animation: btnMove 2.5s infinite;
  -webkit-animation: btnMove 2.5s infinite;
  -moz-animation: btnMove 2.5s infinite;
}

@keyframes btnMove {
  0% {
    left: 0%;
  }

  100% {
    left: 100%;
  }
}


.custom-btn-text .letter {
  animation: slide 2.5s infinite;
}

.custom-btn-text .letter_1 {
  animation-delay: 0.1s;
}

.custom-btn-text .letter_2 {
  animation-delay: 0.2s;
}

.custom-btn-text .letter_3 {
  animation-delay: 0.3s;
}

.custom-btn-text .letter_4 {
  animation-delay: 0.4s;
}

.custom-btn-text .letter_5 {
  animation-delay: 0.5s;
}

.custom-btn-text .letter_6 {
  animation-delay: 0.6s;
}

.custom-btn-text .letter_7 {
  animation-delay: 0.7s;
}

@keyframes slide {
  0% {
    /* transform: translateX(90vw) scaleX(0.2);
    animation-timing-function: ease-in; */
    opacity: 0;
  }

  100% {
    /* transform: translateX(0) scaleX(1);
    animation-timing-function: ease-in; */
    opacity: 1;
  }


}

/* 业务公告、常见问题 */
.page-five-notice-common-problem-info-part-wrap-box {
  margin-top: 40px;
}

.five-notice-common-problem-title-part-box {
  height: 76px;
  border-bottom: 3px solid #E8F3F9;
  margin-bottom: 34px;
}

.five-title-left-box {
  padding: 0px 26px;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: bold;
  color: #313131;
  line-height: 30px;
  position: relative;
}

.five-title-left-box::before {
  content: '';
  width: 11px;
  height: 30px;
  background: #1046F8;
  position: absolute;
  top: calc(50% - 15px);
  left: 0px;
}

.five-title-more-btn {
  height: 100%;
  background: transparent;
  border: none;
  font-size: 20px;
  color: #1046F8;
  line-height: 32px;
  cursor: pointer;

}

.five-title-more-btn span {
  font-weight: 600;
  letter-spacing: 2px;
}

.five-title-more-btn:hover {
  color: #0836CC;
}

.five-arrow-box {
  width: 24px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.five-title-more-btn .five-arrow-box::before {
  content: ">>";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.five-title-more-btn .five-arrow-box::after {
  content: ">>";
  color: #0836CC;
  font-weight: bold;
  position: absolute;
  left: -120%;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.5s;
  opacity: 0;
}

.five-title-more-btn:hover .five-arrow-box::before {
  right: -120%;
}

.five-title-more-btn:hover .five-arrow-box::after {
  left: 0px;
  opacity: 1;
}



.five-list-data-part-wrap-box {
  width: 620px;
  /* height: 472px; */
  border: 2px solid #EAEAEA;
  border-radius: 5px;
  padding: 6px 0px 10px;
  box-sizing: border-box;
}

.five-list-item-box {
  padding: 8px 20px;
  box-sizing: border-box;
  position: relative;
}

.text-content {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.five-item-a-box {
  font-size: 18px;
  color: #333333;
}

.item-drop {
  font-size: 20px;
  font-weight: bold;
  color: #A8A8A8;
  margin-right: 13px;
  margin-top: 2px;
}

/* .five-item-a-box b {
  font-weight: bold;
} */

.item-time {
  font-size: 18px;
  /* font-weight: 500; */
  color: #8F8F8F;
  margin-left: 66px;
}

.five-list-item-box:hover span,
.five-list-item-box:hover i {
  color: #1046F8;
}

.five-list-item-box:hover b {
  text-decoration: underline;
}

.tooltip-box {
  display: none;
  max-width: calc(100% - 10px);
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, .8);
  padding: 4px 10px;
  box-sizing: border-box;
  position: absolute;
  top: 36px;
  left: 20px;
  z-index: 15;
  opacity: 0;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .2);
  -ms-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .2);
  -o-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .2);
  border-radius: 4px;
  word-break: break-all;

  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transition: all .25s ease-out;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;

}

.tooltip-box span {
  font-size: 12px;
  color: #333333 !important;
  line-height: 18px;
}

.five-list-item-box:hover .tooltip-box {
  display: block;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

/* .tooltip-box {
  display: block;
  max-width: calc(100% - 10px);
  background: #FFFFFF;
  position: absolute;
  bottom: 25px;
  left: 5px;
  z-index: 15;
  opacity: 0;
  pointer-events: none;
  margin-bottom: 15px;
  padding: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transition: all .25s ease-out;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  border: 1px solid #ebeef5;
  box-shadow: 0 4px 14px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: 0 4px 14px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 4px 14px 0 rgba(0,0,0,.2);
  -ms-box-shadow: 0 4px 14px 0 rgba(0,0,0,.2);
  -o-box-shadow: 0 4px 14px 0 rgba(0,0,0,.2);
  border-radius: 4px;
  word-break: break-all;
}

.tooltip-box span {
  color: #333333 !important;
}

.tooltip-arrow {
  position: absolute;
  display: block;
  bottom: -24px;
  left: calc(50% - 12px);
  border-color: transparent;
  border-style: solid;
  border-top-color: #ebeef5;
  border-bottom-width: 0;
  border-width: 12px;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, .2));
}

.tooltip-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #FFFFFF 10px;
  position: absolute;
  bottom: 2px;
  left: -10px;
}

.five-list-item-box:hover .tooltip-box {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
} */

/* 联系我们 */
.page-six-contact-us-info-part-wrap-box {
  padding: 40px 0px 60px;
  box-sizing: border-box;
}

.six-contact-us-title-box {
  font-size: 30px;
  font-weight: bold;
  color: #313131;
  position: relative;
  padding: 0px 30px;
  box-sizing: border-box;
}

.six-contact-us-title-box::before {
  content: '';
  width: 11px;
  height: 30px;
  background: #1046F8;
  position: absolute;
  top: calc(50% - 15px);
  left: 0px;
}

.six-contact-us-data-content-part-box {
  width: 100%;
  margin-top: 24px;
  margin-left: -5px;
}

.six-contact-us-data-content-part-box ul {
  width: calc(100% + 12px);
}

.contact-us-item-part-box {
  width: 422px;
  height: 132px;
  background-image: url('/img/web_img/service/contact_us_item_bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 3px 5px 5px 3px;
  box-sizing: border-box;
  color: #1046F8;
  line-height: 36px;
  cursor: pointer;
  text-align: center;
}

.contact-us-item-part-box:not(:nth-child(3n)) {
  margin-right: 10px;
}

.contact-us-item-part-box:nth-child(-n+3) {
  margin-bottom: 12px;
}

.contact-us-title {
  font-size: 20px;
  font-weight: 600;
}

.contact-us-tel {
  font-size: 24px;
  font-weight: 600;
}




/*底部版权*/


.wow {
  visibility: hidden;
}
.sidebar {
  right: 0;
}