/* webkit内核 滚动条*/
::-webkit-scrollbar {
  width: 8px;
  background-color: #006eff;
}
::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: #aeaeae;
}
::-webkit-scrollbar-track-piece {
  width: 8px;
  background-color: #f8f8f8;
}
::-webkit-scrollbar-thumb:hover {
  width: 8px;
  background-color: #006eff;
}
body {
  min-width: 1200px;
}
.suspension {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1212;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
}
.suspension > img {
  width: 329px;
  height: 381px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
header {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
header > .inside {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 19px 0;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}
header > .inside > img {
  width: 85px;
  height: 51px;
  cursor: pointer;
}
header > .inside > div {
  display: flex;
  align-items: center;
}
header > .inside > div > img {
  width: 35px;
  height: 35px;
  margin-right: 8px;
}
header > .inside > div > div > h4 {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
header > .inside > div > div > h4::after,
header > .inside > div > div > h4::before {
  content: "";
  display: block;
  width: 20px;
  margin: 0 3px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.65;
}
header > .inside > div > div > h3 {
  font-size: 18px;
  font-family: DIN;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 3px;
}
header > .inside > ul {
  display: flex;
  align-items: center;
}
header > .inside > ul > li {
  width: 110px;
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  border-bottom: 1px solid transparent;
  margin: 0 15px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
header > .inside > ul > li::after {
  display: block;
  content: '';
  width: 0px;
  height: 1px;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 64px;
  transition: all 0.5s;
}
header > .inside > ul > .selected::after {
  width: 110px;
  transition: all 0.5s;
  background-color: #fff;
}
header > .inside > ul > li:hover::after {
  width: 110px;
  transition: all 0.5s;
  background-color: #fff;
}
header > .click_header {
  flex: 1;
  cursor: pointer;
}
header > .click_header > .header_container {
  width: 1200px;
  margin: 0 auto;
}
header > .click_header > .header_container > h2 {
  font-size: 72px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  margin: 154px 0 28px;
  line-height: 72px;
}
header > .click_header > .header_container > h4 {
  font-size: 48px;
  line-height: 48px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #FFFFFF;
}
header > .click_header > .header_container > div {
  cursor: pointer;
  width: 151px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #1E1455;
  margin-top: 52px;
  opacity: 0.9;
}
.idea {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #EEF3F7;
}
.idea > li {
  width: 386px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.idea > li > img {
  width: 22px;
  height: 22px;
}
.idea > li > span {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  margin: 0 6px 0 9px;
}
.idea > li > b {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #2330D9;
  background: linear-gradient(0deg, #3A47E5 14.91699219%, #35C3FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.idea > .selected {
  background: #E1E8EF;
}
.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
.container > .describe {
  font-size: 17px;
  line-height: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  padding: 19px 0 30px;
  text-indent: 2em;
}
.container > .icon_hexagon {
  width: 38px;
  height: 43px;
}
.title_intr {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px 0 20px;
}
.title_intr > h3 {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #323232;
}
.title_intr > p {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #C7CACD;
  margin: 10px 0;
}
.title_intr > img {
  width: 16px;
  height: 30px;
}
.product {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product > .apps {
  width: 522px;
  height: 443px;
  position: relative;
}
.product > .apps > img {
  width: 462px;
  height: 387px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product > .apps > div {
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product > .apps > div > h2 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}
.product > .apps > div > p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
  margin: 15px 0 20px;
}
.product > .apps > div > div {
  cursor: pointer;
  width: 100px;
  height: 36px;
  border: 2px solid;
  border-image: linear-gradient(0deg, #3B4AE5, #66CCFD) 10 10;
  background: linear-gradient(0deg, #3B4AE5 0%, #66CCFD 100%);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  background: linear-gradient(0deg, #3A47E5 14.91699219%, #35C3FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product > img {
  width: 659px;
  height: 464px;
}
.manage {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 78px 0 67px;
}
.manage > .manage_right > div {
  padding-left: 72px;
  display: flex;
  flex-direction: column;
  width: 228px;
}
.manage > .manage_right > div > h2 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}
.manage > .manage_right > div > p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
  margin: 15px 0 20px;
}
.manage > .manage_right > div > div {
  cursor: pointer;
  width: 100px;
  height: 36px;
  border: 2px solid;
  border-image: linear-gradient(0deg, #3B4AE5, #66CCFD) 10 10;
  background: linear-gradient(0deg, #3B4AE5 0%, #66CCFD 100%);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  background: linear-gradient(0deg, #3A47E5 14.91699219%, #35C3FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.manage > .manage_right > img {
  width: 487px;
  height: 260px;
  margin-top: 35px;
}
.manage > ul {
  display: flex;
  align-items: center;
  width: 659px;
  height: 260px;
  background: #F5F8FA;
}
.manage > ul > li {
  width: 33.33%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}
.manage > ul > li > img {
  width: 56px;
  height: 56px;
}
.manage > ul > li > span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  margin-top: 26px;
}
.manage > ul > li:last-child {
  border-right: none;
}
.bigData {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bigData > .bigData_left {
  width: 446px;
  display: flex;
  flex-direction: column;
}
.bigData > .bigData_left > img {
  width: 387px;
  height: 255px;
  margin-left: -66px;
}
.bigData > .bigData_left > h2 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}
.bigData > .bigData_left > p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
  margin: 19px 0 15px;
}
.bigData > .bigData_left > div {
  margin-left: auto;
  cursor: pointer;
  width: 100px;
  height: 36px;
  border: 2px solid;
  border-image: linear-gradient(0deg, #3B4AE5, #66CCFD) 10 10;
  background: linear-gradient(0deg, #3B4AE5 0%, #66CCFD 100%);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  background: linear-gradient(0deg, #3A47E5 14.91699219%, #35C3FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bigData > ul {
  width: 639px;
  background: #F5F8FA;
  display: flex;
  flex-wrap: wrap;
}
.bigData > ul > li {
  width: 49.99%;
  height: 155px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.bigData > ul > li > img {
  width: 42px;
  height: 42px;
}
.bigData > ul > li > span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  margin-top: 21px;
}
.machine {
  overflow: hidden;
  margin-top: 66px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.machine > .bigData_left {
  width: 391px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.machine > .bigData_left > img {
  width: 366px;
  height: 304px;
  margin: 16px 0 0 -20px;
}
.machine > .bigData_left > h2 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}
.machine > .bigData_left > p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
  margin: 19px 0 15px;
}
.machine > .bigData_left > div {
  cursor: pointer;
  width: 100px;
  height: 36px;
  border: 2px solid;
  border-image: linear-gradient(0deg, #3B4AE5, #66CCFD) 10 10;
  background: linear-gradient(0deg, #3B4AE5 0%, #66CCFD 100%);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  background: linear-gradient(0deg, #3A47E5 14.91699219%, #35C3FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.machine > ul {
  width: 710px;
  background: #F5F8FA;
  display: flex;
  flex-wrap: wrap;
}
.machine > ul > li {
  width: 49.99%;
  height: 155px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.machine > ul > li > img {
  width: 42px;
  height: 42px;
}
.machine > ul > li > span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  margin-top: 21px;
}
.Hardware {
  width: 100%;
  display: flex;
  position: relative;
}
.Hardware > li {
  width: 200px;
  height: 267px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 23px;
  cursor: pointer;
}
.Hardware > li > p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
.Hardware > li > img {
  position: absolute;
  width: 200px;
  height: 267px;
  left: 0;
  top: 0;
}
.Hardware > .bottom_line {
  position: absolute;
  padding: 0;
  left: 200px;
  bottom: 0;
  width: 200px;
  height: 2px;
  transition: all 0.5s;
  background: linear-gradient(90deg, #3A47E5, #35C3FC);
}
.device {
  width: 1200px;
  min-height: 676px;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px 2px rgba(35, 35, 35, 0.2);
  margin-bottom: 76px;
  padding: 20px 42px 41px 137px;
  box-sizing: border-box;
}
.device > .device_table {
  width: 1021px;
  min-height: 165px;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  border-collapse: collapse;
  border-color: #EBEBEB;
  animation: typing 0.6s steps(37, end);
}
.device > .device_table td {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  padding: 12px 0 12px 21px;
}
.device > .device_head {
  display: flex;
  align-items: center;
}
.device > .device_head > img {
  width: 456px;
  height: 323px;
}
.device > .device_head > div {
  flex: 1;
  margin-left: 10px;
}
.device > .device_head > div > h3 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 500;
  color: #000000;
  line-height: 35px;
}
.device > .device_head > div > .rich {
  margin-top: 50px;
}
.device > .device_head > div > .rich > p {
  text-indent: 2em;
  line-height: 21px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  animation: typing 0.6s steps(37, end);
}
/* 打印效果 */
@keyframes typing {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
.programme {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 70px;
}
.programme > ul {
  margin-top: 70px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.programme > ul > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 267px;
}
.programme > ul > li > img {
  width: 267px;
  height: 156px;
}
.programme > ul > li > .programme_content {
  width: 230px;
  height: 210px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  margin-top: -18px;
}
.programme > ul > li > .programme_content > h3 {
  font-size: 24px;
  font-weight: 500;
  color: #232323;
  margin: 40px 0 30px;
}
.programme > ul > li > .programme_content > p {
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  color: #444444;
}
.programme > ul > li > .foot_desc {
  margin-top: 80px;
  width: 100%;
  display: flex;
  align-items: center;
}
.programme > ul > li > .foot_desc > img {
  width: 26px;
  height: 26px;
}
.programme > ul > li > .foot_desc > p {
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 27px;
  color: #444444;
  margin-left: 6px;
}
.about {
  width: 100%;
  height: 1024px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.about > .withs {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: left;
}
.about > .withs > .title_intr {
  width: 695px;
  align-items: flex-start;
}
.about > .withs > .title_intr > #about {
  color: #232323;
}
.about > .withs > .title_intr > p {
  color: #B2B2B2;
}
.about > .withs > h4 {
  width: 695px;
  font-size: 38px;
  font-weight: bold;
  line-height: 65px;
  color: #2D2D2D;
  margin: 110px 0 39px;
}
.about > .withs > p {
  width: 695px;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  color: #686868;
  text-indent: 2em;
}
.qualifications {
  width: 100%;
  height: 535px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qualifications > .patent {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.qualifications > .patent > img {
  width: 247px;
  height: 320px;
  margin: 0 33px;
}
footer {
  width: 100%;
  background: #2A2A2C;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 83px 0 39px;
  box-sizing: border-box;
}
footer > .foot_head {
  width: 1250px;
  display: flex;
  align-items: center;
}
footer > .foot_head > .infos {
  display: flex;
  flex-direction: column;
}
footer > .foot_head > .infos > li {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}
footer > .foot_head > .infos > li:last-child {
  margin-bottom: 0;
}
footer > .foot_head > .infos > li > img {
  width: 20px;
  height: 20px;
}
footer > .foot_head > .infos > li > i {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #969696;
  margin: 0 14px 0 10px;
}
footer > .foot_head > .infos > li > span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
footer > .foot_head > .friendship {
  display: flex;
  align-items: flex-end;
  position: relative;
}
footer > .foot_head > .friendship::before {
  display: block;
  position: absolute;
  right: 0;
  top: -40px;
  content: '';
  width: 390px;
  height: 1px;
  background: linear-gradient(244deg, #878888 50%, rgba(135, 136, 136, 0) 100%);
}
footer > .foot_head > .friendship::after {
  display: block;
  position: absolute;
  right: 0;
  top: 71px;
  content: '';
  width: 390px;
  height: 1px;
  background: linear-gradient(244deg, #878888 50%, rgba(135, 136, 136, 0) 100%);
}
footer > .foot_head > .friendship > img {
  width: 20px;
  height: 20px;
}
footer > .foot_head > .friendship > i {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #969696;
  margin: 0 14px 0 10px;
}
footer > .foot_head > .friendship > a {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}
footer > .foot_head > .friendship > a:hover {
  color: #2497F9;
}
footer > .foot_head > img {
  width: 150px;
  height: 90px;
}
footer > .foot_head > .lines {
  width: 1px;
  height: 110px;
  background: #565656;
  margin: 0 80px;
}
footer > .foot_bottom {
  display: flex;
  align-items: center;
  margin-top: 80px;
  justify-content: center;
}
footer > .foot_bottom > p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #969696;
  margin-right: 241px;
}
footer > .foot_bottom > div {
  display: flex;
  align-items: center;
}
footer > .foot_bottom > div > img {
  width: 18px;
  height: 18px;
  margin: 0 3px;
}
footer > .foot_bottom > div > a {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #969696;
  margin: 0 3px;
  cursor: pointer;
}
footer > .foot_bottom > div > a:hover {
  color: #2497F9;
}
.manage_right {
  position: relative;
}
.bigData {
  position: relative;
}
#icon_consult {
  position: fixed;
  z-index: 11;
  right: 0;
  top: 50%;
  width: 89px;
  height: 89px;
  cursor: pointer;
}
.technology {
  width: 100%;
  background: #F9FAFC;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 61px;
}
.technology > .substance {
  width: 1158px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.technology > .substance > li {
  width: 564px;
  height: 417px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 10px;
  padding: 58px 77px 0;
  box-sizing: border-box;
}
.technology > .substance > li:nth-child(n+3) {
  margin-top: 20px;
}
.technology > .substance > li > img {
  width: 117px;
  height: 106px;
}
.technology > .substance > li > h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 51px;
  color: #2D2D2D;
  margin: 20px 0 30px;
}
.technology > .substance > li > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #7D7D7D;
}
.technology > .substance > li > div {
  width: 100%;
  text-align: right;
  line-height: 18px;
  margin-top: 30px;
  cursor: pointer;
}
.technology > .substance > li > div > span,
.technology > .substance > li > div > a {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #156DF0;
}
.technology > .substance > li > div > img {
  width: 17px;
  height: 11px;
  margin-left: 4px;
}
@media (max-width: 759px) {
  body {
    width: 100vw;
    min-width: 100vw;
    overflow: hidden;
  }
  header {
    height: 6.6rem;
    padding: 0;
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: left 0;
    box-sizing: border-box;
    position: relative;
  }
  header > .click_header {
    height: 2rem;
    cursor: pointer;
  }
  header > .click_header > .header_container {
    width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
  header > .click_header > .header_container > h2 {
    font-size: 0.72rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0.8rem 0 0.28rem;
    line-height: 0.72rem;
  }
  header > .click_header > .header_container > h4 {
    font-size: 0.48rem;
    line-height: 0.48rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
  }
  header > .click_header > .header_container > div {
    cursor: pointer;
    width: 1.51rem;
    height: 0.46rem;
    background: #FFFFFF;
    border-radius: 0.23rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.3rem;
    line-height: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #1E1455;
    margin-top: 0.52rem;
    opacity: 0.9;
  }
  header > .inside {
    width: 100%;
  }
  header > .moble_head {
    justify-content: space-between;
    padding: 0.3rem;
    box-sizing: border-box;
  }
  header > .moble_head > .logo {
    width: 1rem;
    height: 0.58rem;
  }
  header > .moble_head > .menu,
  header > .moble_head > .close {
    width: 0.55rem;
    height: 0.55rem;
    transition: all 0.3s;
  }
  header > .moble_head > .close {
    display: none;
  }
  header .moble_head_navs {
    flex-direction: column;
    background-color: #fff;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
  }
  header .moble_head_navs > li {
    height: 0.6rem;
    padding: 0.22rem 0.18rem;
    box-sizing: border-box;
    font-size: 0.28rem;
    color: black;
    font-weight: 500;
  }
  header .moble_head_navs > li > a {
    color: black;
  }
  .idea {
    flex-direction: column;
  }
  .idea > li {
    width: 100%;
    height: auto;
    padding: 0.3rem 0;
  }
  .idea > li > img {
    width: 0.3rem;
    height: 0.3rem;
  }
  .idea > li > span {
    font-size: 0.28rem;
  }
  .idea > li > b {
    font-size: 0.28rem;
  }
  .technology {
    width: 100%;
    background: #F9FAFC;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0.61rem;
  }
  .technology > .substance {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: inherit;
    align-items: center;
  }
  .technology > .substance > li {
    width: 6.64rem;
    height: 4.6rem;
    background: rgba(255, 255, 255, 0.39);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
    border-radius: 0.1rem;
    padding: 0.58rem 0.77rem 0;
    box-sizing: border-box;
  }
  .technology > .substance > li:nth-child(n+1) {
    margin-top: 0.3rem;
  }
  .technology > .substance > li > img {
    width: 1.17rem;
    height: 1.06rem;
  }
  .technology > .substance > li > h3 {
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.51rem;
    color: #2D2D2D;
    margin: 0.2rem 0 0.3rem;
  }
  .technology > .substance > li > p {
    font-size: 0.2rem;
    font-weight: 400;
    line-height: 0.26rem;
    color: #7D7D7D;
  }
  .technology > .substance > li > div {
    width: 100%;
    text-align: right;
    line-height: 0.2rem;
    margin-top: 0.3rem;
    cursor: pointer;
  }
  .technology > .substance > li > div > span,
  .technology > .substance > li > div > a {
    font-size: 0.2rem;
    font-weight: 400;
    line-height: 0.2rem;
    color: #156DF0;
  }
  .technology > .substance > li > div > img {
    width: 0.2rem;
    height: 0.15rem;
    margin-left: 0.06rem;
  }
  .programme {
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0.7rem;
  }
  .programme > ul {
    padding: 0 0.3rem;
    box-sizing: border-box;
    margin-top: 0.7rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
  }
  .programme > ul > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 3rem;
  }
  .programme > ul > li > img {
    width: 3rem;
    height: 2rem;
  }
  .programme > ul > li > .programme_content {
    width: 2.8rem;
    height: 2.1rem;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0.2rem;
    box-sizing: border-box;
    text-align: center;
    margin-top: -0.2rem;
  }
  .programme > ul > li > .programme_content > h3 {
    font-size: 0.28rem;
    font-weight: 500;
    color: #232323;
    margin: 0.3rem 0 0.2rem;
  }
  .programme > ul > li > .programme_content > p {
    font-size: 0.2rem;
    font-weight: 400;
    line-height: 0.3rem;
    color: #444444;
  }
  .programme > ul > li > .foot_desc {
    margin-top: 0.4rem;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .programme > ul > li > .foot_desc > img {
    width: 0.3rem;
    height: 0.3rem;
  }
  .programme > ul > li > .foot_desc > p {
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.3rem;
    color: #444444;
    margin-left: 6px;
  }
  .container {
    width: 100%;
  }
  .container > .describe {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    padding: 0.19rem 0.2rem 0.3rem;
  }
  .container > .icon_hexagon {
    width: 0.5rem;
    height: 0.6rem;
  }
  .product {
    display: flex;
    flex-direction: column;
  }
  .product > .apps {
    width: 100%;
    height: 5rem;
    position: relative;
  }
  .product > .apps > img {
    width: 4.62rem;
    height: 3.87rem;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .product > .apps > div {
    position: absolute;
    right: 0;
    top: 0;
    width: 4.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .product > .apps > div > h2 {
    font-size: 0.28rem;
  }
  .product > .apps > div > p {
    font-size: 0.25rem;
  }
  .product > .apps > div > div {
    font-size: 0.29rem;
  }
  .product > img {
    width: 100%;
    height: 5.4rem;
  }
  .manage {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0.7rem 0 0.6rem;
  }
  .manage > .manage_right > div {
    padding: 0.3rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
  }
  .manage > .manage_right > div > h2 {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
  }
  .manage > .manage_right > div > p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 18px;
    margin: 15px 0 20px;
  }
  .manage > .manage_right > div > div {
    cursor: pointer;
    width: 100px;
    height: 36px;
    border: 2px solid;
    border-image: linear-gradient(0deg, #3B4AE5, #66CCFD) 10 10;
    background: linear-gradient(0deg, #3B4AE5 0%, #66CCFD 100%);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    background: linear-gradient(0deg, #3A47E5 14.91699219%, #35C3FC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .manage > .manage_right > img {
    width: 4.8rem;
    height: 2.6rem;
    margin-top: 0.4rem;
  }
  .manage > ul {
    display: flex;
    align-items: center;
    width: 100%;
    height: 2.8rem;
    background: #F5F8FA;
  }
  .manage > ul > li {
    width: 33.33%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-right: 1px solid #fff;
  }
  .manage > ul > li > img {
    width: 0.6rem;
    height: 0.6rem;
  }
  .manage > ul > li > span {
    font-size: 0.28rem;
    margin-top: 0.3rem;
    text-align: center;
  }
  .manage > ul > li:last-child {
    border-right: none;
  }
  .bigData {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bigData > .bigData_left {
    width: 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .bigData > .bigData_left > img {
    width: 387px;
    height: 255px;
  }
  .bigData > .bigData_left > h2 {
    font-size: 0.36rem;
  }
  .bigData > .bigData_left > p {
    font-size: 0.26rem;
    margin: 19px 0 15px;
  }
  .bigData > .bigData_left > div {
    margin-left: 0;
    margin-bottom: 0.3rem;
  }
  .bigData > ul {
    width: 100%;
    background: #F5F8FA;
    display: flex;
    flex-wrap: wrap;
  }
  .bigData > ul > li {
    width: 49.99%;
    height: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #fff;
  }
  .bigData > ul > li > img {
    width: 0.6rem;
    height: 0.6rem;
  }
  .bigData > ul > li > span {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-top: 0.2rem;
  }
  .machine {
    overflow: hidden;
    margin-top: 66px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .machine > .bigData_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.3rem;
    box-sizing: border-box;
  }
  .machine > .bigData_left > img {
    width: 7rem;
    height: 7rem;
    object-fit: contain;
    margin: 0.16rem 0 0 0;
  }
  .machine > .bigData_left > h2 {
    font-size: 0.36rem;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #000000;
  }
  .machine > .bigData_left > p {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #000000;
    line-height: 0.4rem;
    margin: 0.3rem 0 0.26rem;
  }
  .machine > .bigData_left > div {
    cursor: pointer;
    width: 2rem;
    height: 0.66rem;
    border: 2px solid;
    border-image: linear-gradient(0deg, #3B4AE5, #66CCFD) 10 10;
    background: linear-gradient(0deg, #3B4AE5 0%, #66CCFD 100%);
    border-radius: 0.08rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    background: linear-gradient(0deg, #3A47E5 14.91699219%, #35C3FC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .Hardware {
    width: 100%;
    display: flex;
    position: relative;
    flex-wrap: wrap;
  }
  .Hardware > li {
    width: 33.33%;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 23px;
    flex-direction: column;
    height: 3rem;
    cursor: pointer;
  }
  .Hardware > li > p {
    font-size: 0.28rem;
  }
  .Hardware > li > img {
    position: static;
    width: 2rem;
    height: 2.67rem;
    left: 0;
    top: 0;
  }
  .Hardware > .bottom_line {
    background: transparent;
  }
  .device {
    width: 100%;
    min-height: 7rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px 2px rgba(35, 35, 35, 0.2);
    margin-bottom: 0.7rem;
    padding: 0;
    box-sizing: border-box;
  }
  .device > .device_table {
    width: 100%;
    min-height: 165px;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    border-collapse: collapse;
    border-color: #EBEBEB;
    animation: typing 0.6s steps(37, end);
  }
  .device > .device_table td {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    padding: 12px 0 12px 21px;
  }
  .device > .device_head {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .device > .device_head > img {
    width: 4.56rem;
    height: 3.23rem;
  }
  .device > .device_head > div {
    flex: 1;
    margin-left: 10px;
  }
  .device > .device_head > div > h3 {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #000000;
    line-height: 35px;
  }
  .device > .device_head > div > .rich {
    margin-top: 50px;
  }
  .device > .device_head > div > .rich > p {
    text-indent: 2em;
    line-height: 21px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    animation: typing 0.6s steps(37, end);
  }
  .about {
    width: 100%;
    height: 14rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 100%;
  }
  .about > .withs {
    margin: 0 auto;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: left;
  }
  .about > .withs > .title_intr {
    width: 100%;
    align-items: flex-start;
  }
  .about > .withs > .title_intr > #about {
    color: #232323;
  }
  .about > .withs > .title_intr > p {
    color: #B2B2B2;
  }
  .about > .withs > h4 {
    width: 6.95rem;
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 65px;
    color: #2D2D2D;
    margin: 0.4rem 0 0.39rem;
  }
  .about > .withs > p {
    width: 6.95rem;
    font-size: 0.28rem;
    font-weight: 400;
    line-height: 0.42rem;
    color: #686868;
    text-indent: 2em;
  }
  .qualifications {
    width: 100%;
    padding: 0.3rem;
    box-sizing: border-box;
    height: 15rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .qualifications > .patent {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .qualifications > .patent > img {
    width: 2.6rem;
    height: 3.2rem;
    margin: 0 0 0.3rem 0;
  }
  footer {
    width: 100%;
    background: #2A2A2C;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.3rem 0.2rem;
    box-sizing: border-box;
  }
  footer > .foot_head {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer > .foot_head > .infos {
    display: flex;
    flex-direction: column;
    margin-top: 0.3rem;
  }
  footer > .foot_head > .infos > li {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.4rem;
  }
  footer > .foot_head > .infos > li:last-child {
    margin-bottom: 0;
  }
  footer > .foot_head > .infos > li > img {
    width: 20px;
    height: 20px;
  }
  footer > .foot_head > .infos > li > i {
    width: 0.8rem;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #969696;
    margin: 0 14px 0 10px;
  }
  footer > .foot_head > .infos > li > span {
    font-size: 0.26rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
  }
  footer > .foot_head > .friendship {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: left;
    margin-top: 0.3rem;
  }
  footer > .foot_head > .friendship::before {
    display: none;
  }
  footer > .foot_head > .friendship::after {
    display: none;
  }
  footer > .foot_head > .friendship > img {
    width: 20px;
    height: 20px;
  }
  footer > .foot_head > .friendship > i {
    font-size: 0.26rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #969696;
    margin: 0 14px 0 10px;
  }
  footer > .foot_head > .friendship > a {
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
  }
  footer > .foot_head > .friendship > a:hover {
    color: #2497F9;
  }
  footer > .foot_head > img {
    width: 1.5rem;
    height: 0.9rem;
  }
  footer > .foot_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.6rem;
    justify-content: center;
  }
  footer > .foot_bottom > p {
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #969696;
    margin-right: 0;
  }
  footer > .foot_bottom > div {
    display: flex;
    align-items: center;
  }
  footer > .foot_bottom > div > img {
    width: 18px;
    height: 18px;
    margin: 0 3px;
  }
  footer > .foot_bottom > div > a {
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #969696;
    margin: 0 3px;
    cursor: pointer;
  }
  footer > .foot_bottom > div > a:hover {
    color: #2497F9;
  }
}
