@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  color: #292b2d;
  background-color: #fff;
  font-family: "Microsoft YaHei", 微软雅黑, Arial, sans-serif !important;
}
*{
  color: #292b2d !important;
}
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
ul,
ol,
dl,
dd {
  margin: 0;
  padding: 0;
}

.h2 {
  font-size: 48px;
  line-height: 55px;
  color: #0326a0;
  margin-bottom: 50px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.service .banner {
  position: relative;
}
.service .banner img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .banner .path {
  position: absolute;
  left: 4vw;
  top: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.service .banner .path a {
  color: #fff;
  text-decoration: none;
}
.service .banner .logo {
  color: #fff;
  font-family: "Microsoft YaHei";
  position: absolute;
  left: 14vw;
  top: 18vh;
}
.service .banner .logo h1 {
  color: #fff !important;
  font-size: 44px;
  font-weight: 700;
  padding-block: 10px;
}
.service .banner .logo p {
  color: #fff !important;
  font-size: 16px;
}
.service .container {
  padding-bottom: 50px;
  padding-inline: 14vw;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.service .container .sup-policy .content {
  display: flex;
  gap: 40px;
}
.service .container .sup-policy .content .img {
  flex: 1;
}
.service .container .sup-policy .content .img img {
  width: 100%;
  height: 40vh;
  min-height: 300px;
}
.service .container .sup-policy .content .text {
  flex: 1;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-block: 2vw;
}
.service .container .sup-policy .content .text h2 {
  margin-bottom: 0;
}
.service .container .sup-policy .content .text .p1 {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}
.service .container .sup-policy .content .text .p2 {
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  gap: 10px;
  color: #0326a0;
}
.service .container .pro-data-explain li {
  list-style: none;
}
.service .container .pro-data-explain .pro-data-explain-list {
  display: flex;
  justify-content: space-between;
  padding-inline: 2vw;
}
.service .container .pro-data-explain .pro-data-explain-list .item-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service .container .pro-data-explain .pro-data-explain-list .item-img {
  width: 50px;
  height: 50px;
  margin-right: 1vw;
}
.service .container .pro-data-explain .pro-data-explain-list .item-title {
  font-size: 18px;
  color: #0326a0;
  line-height: 30px;
  font-weight: normal;
}
.service .container .bg {
  background-color: #f4f7fc;
  padding: 0 !important;
}
.service .container .bg img {
  width: 100%;
  min-height: 300px;
}
.service .container .process .process-content {
  padding: 3vw;
  justify-content: center;
  align-items: center;
  background-color: #f4f7fc;
}
.service .container .process .process-content .equipment {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 4;
}
.service .container .process .process-content .equipment .equipment-item {
  color: #aaacb0;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  display: inline-block;
}
.service .container .process .process-content .equipment .equipment-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0326a0;
  transition: transform 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: left bottom;
}
.service .container .process .process-content .equipment .equipment-item:hover {
  cursor: pointer;
  color: #0326a0;
  transition: all 0.3s ease-in-out;
}
.service .container .process .process-content .equipment .equipment-item:hover::after {
  transform: scaleX(1);
}
.service .container .process .process-content .equipment .active {
  cursor: pointer;
  color: #0326a0;
  transition: all 0.3s ease-in-out;
}
.service .container .process .process-content .equipment .active::after {
  transform: scaleX(1);
}
.service .container .process .process-content .conduct {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 6;
}
.service .container .process .process-content .conduct .conduct-item {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px 40px;
  background-color: #fff;
}
.service .container .process .process-content .conduct .conduct-item img {
  width: 50px;
  height: 50px;
}
.service .container .process .process-content .conduct .conduct-item p {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #0326a0;
}
.service .container .Statement .provide {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.service .container .Statement .provide .provide-item {
  display: flex;
}
.service .container .Statement .provide .provide-item .provide-number {
  color: #fff !important;
  background-color: #0326a0;
  font-weight: 600;
  font-size: 18px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service .container .Statement .provide .provide-item .provide-text {
  flex: 1;
  background-color: #f4f7fc;
  font-size: 18px;
  color: #0326a0;
  min-height: 80px;
  display: inline-flex;
  align-items: center;
  padding-left: 20px;
}
.service .contactUs {
  font-size: 16px;
  line-height: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5vw 10vw;
  background-color: #f4f7fc;
  margin-top: 50px;
  gap: 30px;
}
.service .contactUs h2 {
  margin-bottom: 0;
}
.service .contactUs .p1 {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}
.service .contactUs .p2 {
  font-size: 22px;
  font-weight: 600;
  display: inline-flex;
  gap: 10px;
  color: #0326a0;
}
.service .contactUs .p2 img {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 760px) {
  .service .banner .logo {
    padding: 0px 4vw;
    width: 100vw;
    box-sizing: border-box;
  }
  .service .banner .logo{
    word-break: break-word;
  }
  .h2 {
    font-size: 30px;
    text-align: center;
  }
  .service .container {
    padding-inline: 6vw;
  }
  .service .container .sup-policy .content {
    flex-direction: column;
  }
  .service .container .pro-data-explain .pro-data-explain-list {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .service .container .pro-data-explain .pro-data-explain-list .item-inner {
    justify-content: flex-start;
  }
  .service .container .pro-data-explain .pro-data-explain-list .item-img {
    width: 60px;
    height: 60px;
    margin-right: 4vw;
  }
  .service .container .process .process-content {
    flex-direction: column;
    gap: 30px;
  }
  .service .container .process .process-content .conduct .conduct-item {
    flex-direction: column;
  }
  .service .contactUs {
    gap: 20px;
  }
  .service .contactUs .p1 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .service .contactUs .p2 {
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    color: #0326a0;
  }
  .service .contactUs .p2 img {
    width: 20px;
    height: 20px;
  }
}/*# sourceMappingURL=service.css.map */


img{
  max-width: 100%!important;
}