@charset "UTF-8";
.qae-banner[data-v-412ac9b0] {
  width: 100%;
  height: 800px;
  background: url(./../assets/banner-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qae-banner .qae-cneter[data-v-412ac9b0] {
  margin: 0 auto;
  width: var(--max-page-width);
}
.qae-banner .qae-cneter .qae-qiye[data-v-412ac9b0] {
  font-size: 54px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  font-family:
    Alimama ShuHeiTi,
    Alimama ShuHeiTi;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: text;
}
.qae-banner .qae-cneter .English[data-v-412ac9b0] {
  font-size: 28px;
  font-family: STIXGeneral, STIXGeneral;
  font-weight: 400;
  line-height: 24px;
  color: #fffc;
  background: linear-gradient(180deg, #ffffff 0%, #4c80b4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 32px;
}
.qae-banner .qae-cneter .tg[data-v-412ac9b0] {
  width: 804px;
  font-size: 22px;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  margin-bottom: 54px;
}
.qae-banner .qae-cneter .btns[data-v-412ac9b0] {
  cursor: pointer;
  margin-bottom: 24px;
  width: 156px;
  height: 48px;
  background: linear-gradient(270deg, #3352f1 0%, #d150c5 100%);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 400;
  color: #fff;
}
.qae-banner .qae-cneter .help[data-v-412ac9b0] {
  height: 26px;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 400;
  font-size: 18px;
  color: #9898b7;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.product-sjkj[data-v-a75d0e2f] {
  width: var(--max-page-width);
  margin: 0 auto;
}
.list[data-v-a75d0e2f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--max-page-width);
  flex-wrap: wrap;
}
.list .item[data-v-a75d0e2f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 371px;
  height: 400px;
  border-radius: 10px;
  margin-top: 60px;
  cursor: pointer;
  background: rgb(255, 255, 255);
  transition: all 0.5s ease 0s;
  border: 0px solid rgb(222, 222, 222);
  background: url(/png/bg-c7905a8d.png) no-repeat;
  box-shadow: -2px 4px 12px 1px #a8a9ad40;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 113px;
}
.list .item[data-v-a75d0e2f]:hover {
  transform: scaleY(1.1);
  border: 1px solid rgb(222, 222, 222);
}
.list .item:hover .title[data-v-a75d0e2f],
.list .item:hover .desc[data-v-a75d0e2f] {
  transform: scaleX(1.1);
}
.list .item .icon[data-v-a75d0e2f] {
  width: 95px;
  height: 95px;
  margin-top: 60px;
}
.list .item .title[data-v-a75d0e2f] {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 34px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #000;
  line-height: 38px;
  width: 100%;
  transition: all 0.5s ease 0s;
}
.list .item .desc[data-v-a75d0e2f] {
  padding: 0 34px;
  text-align: justify;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #8a8a8a;
  line-height: 32px;
  width: 100%;
  transition: all 0.5s ease 0s;
}
.process-warp[data-v-ef50c883] {
  width: 100%;
  height: 556px;
  background: #f7f7f7;
  border-radius: 0;
}
.process[data-v-ef50c883] {
  margin: 0 auto;
  width: var(--max-page-width);
  padding-top: 50px;
}
.process .list[data-v-ef50c883] {
  width: var(--max-page-width);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.process .list .item[data-v-ef50c883] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.process .list .item .item-dl[data-v-ef50c883] {
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.process .list .item .item-dl .item-dt[data-v-ef50c883] {
  width: 136px;
  height: 136px;
}
.process .list .item .item-dl .item-dd[data-v-ef50c883] {
  text-align: center;
  width: 180px;
  height: 32px;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 32px;
  margin-top: 32px;
}
.process .list .item .jian[data-v-ef50c883] {
  width: 200px;
  margin-left: 67px;
  margin-top: -50px;
}
img[data-v-ef50c883] {
  width: 100%;
}
.footer-banner[data-v-5c3af199] {
  width: 100%;
  height: 220px;
  background-image: url(/png/footer-banner-a21c3fc0.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-banner .footer-box[data-v-5c3af199] {
  width: var(--max-page-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-banner .footer-box .footer-txt[data-v-5c3af199] {
  color: #fff;
}
.footer-banner .footer-box .footer-txt .footer-txt-title[data-v-5c3af199] {
  font-size: 40px;
  font-weight: 600;
}
.footer-banner .footer-box .footer-txt .footer-txt-subtitle[data-v-5c3af199] {
  font-size: 24px;
  margin-top: 10px;
}
.footer-banner .footer-box .btns[data-v-5c3af199] {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 17px;
}
.footer-banner .footer-box .btns .btn[data-v-5c3af199] {
  padding: 4px 20px;
  line-height: 38px;
  font-size: 20px;
  border-radius: 91px;
  text-align: center;
  cursor: pointer;
}
.footer-banner .footer-box .btns .bg-f[data-v-5c3af199] {
  color: #467eff;
  background: #ffffff;
  box-shadow: inset 1px 1px 12px 1px #ffffff4d;
  border: 2px solid rgba(255, 255, 255, 0.46);
}
.footer-banner .footer-box .btns .bg-b[data-v-5c3af199] {
  color: #fff;
  background: linear-gradient(35deg, #3296ff 14%, #438cff 84%);
  box-shadow: inset 1px 1px 12px 1px #ffffff4d;
  border: 2px solid #5199ff;
}
.evaluation[data-v-9cdcd26d] {
  width: var(--max-page-width);
  margin: -80px auto 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.evaluation .item[data-v-9cdcd26d] {
  width: 580px;
  background: #ffffff;
  box-shadow: -2px 4px 12px 1px #a8a9ad33;
  border-radius: 8px;
  padding: 32px 35px;
}
.evaluation .item:hover .go[data-v-9cdcd26d],
.evaluation .item:hover .name[data-v-9cdcd26d] {
  color: #883d93;
}
.evaluation .item:hover .j[data-v-9cdcd26d] {
  background: url(/png/r_j-68401084.png) no-repeat;
  background-size: 100% 100%;
}
.evaluation .item .item-header[data-v-9cdcd26d] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.evaluation .item .item-header .item-header_l[data-v-9cdcd26d] {
  display: flex;
  align-items: center;
}
.evaluation .item .item-header .item-header_l .name[data-v-9cdcd26d] {
  font-weight: 500;
  font-size: 22px;
  color: #000;
  margin-left: 20px;
}
.evaluation .item .item-header .item-header_r[data-v-9cdcd26d] {
  display: flex;
  align-items: center;
}
.evaluation .item .item-header .item-header_r .go[data-v-9cdcd26d] {
  font-weight: 400;
  font-size: 18px;
  color: #666;
  margin-right: 8px;
}
.evaluation .item .item-header .item-header_r .j[data-v-9cdcd26d] {
  background: url(/png/r_t-1eb057f9.png) no-repeat;
  background-size: 100% 100%;
}
.evaluation .item .item-header:hover .go[data-v-9cdcd26d],
.evaluation .item .item-header:hover .name[data-v-9cdcd26d] {
  color: #883d93;
}
.evaluation .item .item-header:hover .j[data-v-9cdcd26d] {
  background: url(/png/r_j-68401084.png) no-repeat;
  background-size: 100% 100%;
}
.evaluation .item .item—conter[data-v-9cdcd26d] {
  font-weight: 400;
  font-size: 18px;
  color: #666;
  margin-top: 26px;
  line-height: 26px;
}
img[data-v-9cdcd26d] {
  width: 100%;
  height: 100%;
}
.hot-img[data-v-9cdcd26d] {
  width: 52px;
  height: 20px;
  margin-left: 8px;
}
