body {
  background: #f7f5f5;
  padding-top: 60px;
  min-width: 1200px;
  overflow-x: auto;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 888;
}

#Iheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 888;
}

.banner {
  width: 100%;
  height: 383px;
  background: url("../images/q/bg.png") no-repeat 100% 100%;
  overflow: hidden;
  background-size: 100% 100%;
}

.banner .banner-main {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.banner .banner-main .title {
  height: 47px;
  font-size: 48px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: white;
  text-shadow: 0px 2px 8px rgba(5, 2, 2, 0.07);
  margin: 120px auto 50px;
}

.banner .banner-main .describe {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: white;
  line-height: 36px;
  text-shadow: 0px 0px 4px rgba(4, 0, 0, 0.44);
  letter-spacing: 4px;
  text-align: center;
}

.video {
  width: 1200px;
  margin: 0 auto;
  margin-top: 109px;
}

.video .video-main {
  width: 879px;
  height: 526px;
  background: #000;
  margin: 0 auto;
}

.video .video-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 113px;
}

.video .video-icon div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.video .video-icon div img {
  width: 238px;
  height: 238px;
}

.video .video-icon div div {
  height: 25px;
  margin-top: 32px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: black;
}

h2 {
  font-size: 50px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000725;
  text-align: center;
}

.mete-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.mete-border span {
  display: block;
  width: 121px;
  height: 4px;
  background: #d2d2d2;
}

.mete-border span:nth-child(2) {
  background: #ff5400;
}

.mete {
  width: 1200px;
  margin: 0 auto;
  margin-top: 152px;
}

.mete .mete-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 99px;
}

.mete .mete-icon div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.mete .mete-icon div div {
  margin-top: 26px;
  height: 20px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.mete .Xiaozhi div div {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.char {
  width: 1200px;
  margin: 0 auto;
  margin-top: 102px;
}

.char .char-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 91px;
  margin-bottom: 128px;
}

.char .char-tabs > div {
  width: 368px;
  height: 190px;
  background: white;
  -webkit-box-shadow: 0px 2px 27px 0px rgba(5, 2, 2, 0.09);
          box-shadow: 0px 2px 27px 0px rgba(5, 2, 2, 0.09);
  position: relative;
  padding: 55px 0 0 41px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom-right-radius: 25px;
}

.char .char-tabs > div img {
  position: absolute;
  top: 12px;
  right: 15px;
}

.char .char-tabs > div div {
  height: 30px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-bottom: 24px;
}

.char .char-tabs > div span {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.char .sensor-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 63px auto 109px;
}

.char .sensor-tabs > div {
  width: 50%;
  height: 274px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.char .sensor-tabs > div > div {
  height: 18px;
  font-size: 18px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #666666;
  line-height: 28px;
}

.char .sensor-tabs > div > div.title {
  height: 36px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000725;
  margin-bottom: 35px;
}

.char .sensor-tabs > div.color {
  background: #ecf4ff;
}

.XiaozhiChar {
  width: 100%;
  height: 916px;
  background: #4238c4;
  margin-top: 87px;
  overflow: hidden;
}

.XiaozhiChar .x-main {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
}

.XiaozhiChar .x-main .top1 {
  position: absolute;
  width: 480px;
  left: 50px;
  top: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.XiaozhiChar .x-main .top1 > div:first-child {
  width: 306px;
  height: 100%;
}

.XiaozhiChar .x-main .top1 > div:first-child > div {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: white;
  line-height: 28px;
}

.XiaozhiChar .x-main .top1 > div:first-child > div:first-child {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: white;
  line-height: 30px;
  text-align: right;
  margin-bottom: 32px;
}

.XiaozhiChar .x-main .top1 > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16px;
}

.XiaozhiChar .x-main .top1 > div:last-child span {
  display: block;
}

.XiaozhiChar .x-main .top1 > div:last-child span:first-child {
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
}

.XiaozhiChar .x-main .top1 > div:last-child span:last-child {
  width: 158px;
  height: 1px;
  background: white;
}

.XiaozhiChar .x-main .top2 {
  position: absolute;
  width: 480px;
  right: 50px;
  top: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.XiaozhiChar .x-main .top2 > div:last-child {
  width: 306px;
  height: 100%;
}

.XiaozhiChar .x-main .top2 > div:last-child > div {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: white;
  line-height: 28px;
}

.XiaozhiChar .x-main .top2 > div:last-child > div:first-child {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: white;
  line-height: 30px;
  text-align: left;
  margin-bottom: 32px;
}

.XiaozhiChar .x-main .top2 > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.XiaozhiChar .x-main .top2 > div:first-child span {
  display: block;
}

.XiaozhiChar .x-main .top2 > div:first-child span:last-child {
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
}

.XiaozhiChar .x-main .top2 > div:first-child span:first-child {
  width: 148px;
  height: 1px;
  background: white;
}

.real {
  width: 100%;
  height: 916px;
  background: #567eff;
  overflow: hidden;
}

.real h2 {
  font-size: 50px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: white;
  margin: 102px 0 138px;
}

.real div {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.func {
  width: 1200px;
  margin: 0 auto;
  margin-top: 110px;
}

.func .func-table {
  width: 100%;
  margin: 96px 0 100px;
}

.func .func-table div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: black;
  line-height: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.func .func-table div span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.func .func-table div span:nth-child(1) {
  text-align: center;
}

.func .func-table div:nth-child(odd) {
  background: #ddebf7;
}

.func .func-table div:nth-child(even) {
  background: white;
}

.func .func-table .spanAll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.func .func-table .spanAll span {
  text-align: left !important;
  line-height: 36px;
}

h3 {
  color: red;
}

.main {
  width: 100%;
  height: 800px;
  background: linear-gradient(-39deg, #01cbbf 0%, #02afce 100%);
}

.swiperbg1 {
  width: 1081px;
  height: 350px;
  background-size: 100% 100%;
  background: url("../images/index/s1.png") no-repeat center 100%;
}
/*# sourceMappingURL=index.css.map */