@charset "UTF-8";
*{
  margin: 0;
  padding: 0;
}
.productSurvey {
  background-image: url("https://cdn-down.keliaoliao.com/web/obs/bgImage.png");
  width: 100%;
  height: auto;
  padding-bottom: 80px;
}

.topView {
  display: flex;
  position: fixed;
  width: 100%;
  top: 0;
  background: #1B2C71;
  justify-content: space-between;
  padding: 18px 0px;
  margin-bottom: 120px;
  z-index: 999;
}
.topView img {
  width: 236px;
  height: 64px;
  margin-left: 80px;
}
.topView .downloadBtn {
  padding: 14px 58px;
  color: #fff;
  background: #266DFE;
  font-family: AlibabaPuHuiTi_2_65_Medium;
  font-size: 24px;
  margin-right: 80px;
}

.middleInfo {
  text-align: center;
  width: 1200px;
  padding-top: 100px;
  margin: 100px auto 0px auto;
}
.middleInfo .title {
  font-family: AlibabaPuHuiTi_2_105_Heavy;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 80px;
  font-style: normal;
}
.middleInfo .support {
  display: flex;
  justify-content: center;
}
.middleInfo .support span {
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
  font-style: normal;
}
.middleInfo .support :first-child {
  margin-right: 40px;
}
.middleInfo .support :last-child {
  margin-left: 40px;
}
.middleInfo .downBtn {
  background: #266DFE;
  padding: 18px 128px;
  margin: 50px auto;
  display: inline-block;
  font-family: AlibabaPuHuiTi_2_95_ExtraBold;
  font-size: 32px;
  color: #FFFFFF;
  font-style: normal;
}
.middleInfo .infoCotent {
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  line-height: 28px;
  font-style: normal;
}
.middleInfo .liziPng {
  margin: auto;
  width: 888px;
  height: auto;
  margin-top: 100px;
}
.middleInfo .induceImg {
  width: 224px;
  height: auto;
}
.middleInfo .imageBtn {
  position: absolute;
  bottom: 32px;
  color: #FFFFFF;
  background: #202D6F;
  width: 180px;
  left: 62px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 14px;
}
.middleInfo .induceItem {
  transition: transform 0.3s ease;
}
.middleInfo .induceItem:hover {
  transform: translateY(-20px);
}

.productInfo {
  text-align: center;
  padding-top: 160px;
  margin: auto;
  padding-bottom: 100px;
}
.productInfo .title {
  font-family: AlibabaPuHuiTi_2_85_Bold;
  font-size: 50px;
  margin: auto;
  width: 1200px;
  color: #FFFFFF;
  padding-bottom: 40px;
  font-style: normal;
  border-bottom: 6px solid #266DFE;
}
.productInfo .productItem {
  margin-top: 58px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.productInfo .productItem .productImg {
  width: 408px;
  height: auto;
  margin-bottom: 18px;
  transition: transform 0.3s ease; /* 平滑过渡效果 */
}
.productInfo .productItem .productImg:hover {
  transform: scale(1.1);
}
.productInfo .productItem .productdesc {
  font-family: AlibabaPuHuiTi_2_75_SemiBold;
  font-size: 20px;
  width: 380px;
  margin: auto;
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
}

.botttomInfo {
  background: #162457;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 120px;
}
.botttomInfo .title {
  font-family: AlibabaPuHuiTi_2_85_Bold;
  font-size: 50px;
  width: 1200px;
  margin: auto;
  margin-bottom: 80px;
  padding-bottom: 40px;
  color: #FFFFFF;
  font-style: normal;
  border-bottom: 6px solid #266DFE;
}
.botttomInfo .downLoadBtn {
  font-family: AlibabaPuHuiTi_2_95_ExtraBold;
  font-size: 32px;
  color: #FFFFFF;
  text-align: center;
  background: #266DFE;
  font-style: normal;
  padding: 18px 128px;
}

.contentUs {
  background: #0C1733;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  line-height: 42px;
}

.el-row {
  width: 1200px;
}

.btn {
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn:hover {
  background: #0F4ECF;
}

.btn:active {
  background: #0D46BB;
}


/*# sourceMappingURL=style.css.map */

