<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
button,
html,
input,
ol,
p,
span,
ul {
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
    "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

/*è½®æ’­å›¾*/

.banner-outer {
  height: 560px;
  width: 100%;
  background-color: #fff;
  padding-top: 1px;
}
.banner-outer .new-banner {
  background: url(../images/ban0435.png) center 64px no-repeat;
}
.banner-outer .new-banner {
  height: 562px;
  width: 100%;
  padding-top: 1px;
}
.banner-outer .banner-inner {
  width: 1200px;
  margin: 165px auto auto;
  color: #fff;
}
.banner-outer .banner-inner h1 {
  font-size: 50px;
  font-weight: 100;
  margin: 0;
}
h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.banner-outer .banner-inner .text {
  font-size: 18px;
  margin-top: 25px;
  font-weight: 200;
}
.banner-outer .banner-inner .buttons {
  margin-top: 50px;
}
.banner-outer .banner-inner a {
  display: inline-block;
  width: 150px;
  height: 42px;
  line-height: 42px;
  background-color: #ffc64a;
  border: 1px solid #ffc64a8d;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  color: rgb(23, 23, 23);
}
.banner-outer .banner-inner a:last-child {
  background-color: transparent;
  color: #fff;
  margin-left: 10px;
}
/*äº§å“åˆ—è¡¨*/
.inventory {
  height: auto;
  overflow: hidden;
  padding-bottom: 80px;
}

.inventory .tittle {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #596580;
  margin-bottom: 15px;
  padding: 0px 0 30px 0;
}
.inventory ul {
  width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
  background: url(../images/bg-wemall.png) center 0px no-repeat;
  background-size: contain;
}
.inventory ul li {
  float: left;
  height: 126px;
  width: 320px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  background: #fff;
  border-radius: 8px;
  margin: 0 459px 30px 0;
  list-style: none;
}
.inventory ul li:nth-child(2n) {
  margin-right: 0;
}
.inventory ul li .list {
  text-align: right;
  width: 260px;
  float: left;
  padding-top: 16px;
}
.inventory ul li .list-right {
  text-align: left;
}
.inventory ul li .list span {
  display: block;
  font-size: 22px;
  color: #000000;
  font-weight: bold;
}
.inventory ul li .list p {
  font-size: 14px;
  color: #000000;
  line-height: 26px;
  padding-top: 14px;
}
a.btn_x {
  font-size: 16px !important;
  width: 150px !important;
  height: 46px !important;
  color: rgb(255, 255, 255) !important;
  margin-top: 80px;

  background: rgb(19, 106, 213) !important;
  border: 1px solid rgb(19, 106, 213) !important;
  border-radius: 3px !important;
  line-height: 46px !important;
  clear: both;
  font-weight: 500 !important;
  text-align: center !important;
  display: inline-block !important;
  cursor: pointer !important;
}

.inventory ul li i {
  display: block;
  float: left;
  height: 34px;
  width: 34px;
  margin: 16px 0 0 10px;
}
.inventory ul li i img {
  height: 34px;
  width: 34px;
}

.inventory ul li:nth-child(2n) i {
  margin: 16px 10px 0 16px;
}
.inventory a.btn_x {
  margin-top: 40px;
}

/*åŠŸèƒ½*/
.detail-item {
  min-height: 10px;
  padding: 90px 0;
}
.detail-item h2 {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 80px;
  text-align: center;
}
h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.grid-outer {
  margin-top: -27px;
}
.grid-outer {
  width: 1200px;
  min-height: 10px;
  margin: 50px auto auto;
  padding-top: 1px;
}

.grid-outer .grid-column {
  width: 220px;
  margin-left: 20px;
  height: 204px;
  box-sizing: border-box;
  float: left;
  border: 1px solid #d5dce3;
  border-radius: 2px;
  position: relative;
  margin-top: 27px;
  padding-top: 1px;
  cursor: pointer;
  overflow: hidden;
  transition: border 0.2s ease-in-out;
}
.outer-img {
  height: auto;
  width: 72px;
}
.grid-outer .grid-column:first-child .logo-outer {
  background-position: -551px -101px;
}

.grid-outer .grid-column .logo-outer {
  width: 66px;
  height: 50px;
  margin: 54px auto auto;
  position: relative;
  top: -11px;
}
.grid-outer .grid-column .text {
  width: 100%;
  font-size: 18px;
  position: absolute;
  top: 125px;
  color: #2f3542;
  text-align: center;
}
.grid-outer .grid-column .desc {
  position: absolute;
  height: 100%;
  transition: top 0.2s ease-in-out;
  top: -105%;
  padding: 16px 16px 0;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  color: #7b8390;
  line-height: 30px;
  text-align: center;
}

.grid-outer .grid-column:hover {
  box-shadow: 0 0 10px 1px rgb(189 207 207 / 75%);
  border: 1px solid #5187c839;
  visibility: visible;
}

.grid-outer:after {
  display: block;
  height: 1px;
  content: "";
  clear: both;
  visibility: hidden;
}
.href-wrap .one:hover {
  background-color: #136ad5;
}
.href-wrap .one {
  background-color: #136ad5;
  color: #fff;
  width: 240px;
  margin-right: 20px;
}
.href-wrap {
  text-align: center;
  margin-top: 50px;
}
.href-wrap a {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease-in-out;
}
.href-wrap .two {
  color: #136ad5;
  background-color: #fff;
  width: 150px;
  border: 1px solid #ddd;
}

/*è”ç³»æˆ‘ä»¬*/
.common-waist {
  width: 100%;
  height: 342px;
  background-position: center 0;
  padding-top: 1px;
  text-align: center;
  background-color: #136ad5;
}
element.style {
  font-size: 32px;
  margin: 109px 0 35px 0;
  text-align: center;
  color: #fff;
}
em {
  font-style: italic;
}
.common-waist .mobile {
  display: none;
}
.common-waist .btn {
  display: block;
  margin: auto;
  width: 1200px;
  height: 60px;
  text-align: center;
}
.common-waist a {
    margin: auto;
    /* padding: 8px 50px; */
    width: 200px;
    height: 48px;
    line-height: 48px;
    border-radius: 10px;
    background-color: #fff;
    color: #136ad5;
    font-size: 20px;
}

button {
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
    "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
button {
  appearance: auto;
  writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: button text;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  cursor: default;
  box-sizing: border-box;
  background-color: button face;
  margin: 0em;
  padding: 1px 6px;
  border-width: 2px;
  border-style: outset;
  border-color: button border;
  border-image: initial;
}
/*åº”ç”¨*/
.scene {
  margin: 0;
  padding: 0;
  text-align: center;
}
.conten .matrix {
  width: 1100px;
  margin: 0 auto;
  padding: 120px 0;
}
.clearfix {
  zoom: 1;
}
#main h3 {
  text-shadow: none;
}

.grown_tittle {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #596580;
  margin-bottom: 0px;
}
.grown_img {
  margin-top: 90px;
  width: 1200px;
  height: 100%;
  border: 0;
  vertical-align: middle;

  /* margin-bottom: 120px; */
}
.fc {
  display: flex;
  justify-content: center;
}
.conten .test_btn_cgcg {
  display: block;
  clear: both;
  width: 118px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #136ad5;
  border: 1px solid #136ad5;
  border-radius: 3px;
  cursor: pointer;
}
.btn_click {
  font-size: 16px !important;
  width: 150px !important;
  height: 46px !important;
  color: #fff !important;
  background: #136ad5 !important;
  border: 1px solid #136ad5 !important;
  border-radius: 3px !important;
  line-height: 46px !important;
  font-weight: 500 !important;
  text-align: center !important;
  display: inline-block !important;
  cursor: pointer !important;
}
.mt44 {
  margin-top: 80px;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
.clearfix:after {
  content: "";
  height: 0px;
  display: block;
  clear: both;
  visibility: hidden;
}
/*ä¼˜åŠ¿*/
.service-robot-ability {
  width: 1240px;
  margin: 0 auto;
  height: 700px;
  position: relative;
}

.service-robot-ability .ability-left.text {
  padding-top: 120px;
  width: 500px;
  display: inline-block;
}
.service-robot-ability .ability-left {
  float: left;
  height: 700px;
}
.service-robot-ability .title {
  margin-bottom: 40px;
  font-size: 50px;
  color: #222;
  letter-spacing: 1.67px;
  line-height: 64px;
  font-weight: 700;
}
.service-robot-ability .content {
  margin-bottom: 20px;
  font-size: 20px;
  color: #222;
  letter-spacing: 1px;
  line-height: 27px;
}
.service-robot-ability .content {
  margin-bottom: 20px;
  font-size: 20px;
  color: #222;
  letter-spacing: 1px;
  line-height: 27px;
}
.service-robot-ability .content {
  margin-bottom: 20px;
  font-size: 20px;
  color: #222;
  letter-spacing: 1px;
  line-height: 27px;
}

.service-robot-ability .content {
  margin-bottom: 20px;
  font-size: 20px;
  color: #222;
  letter-spacing: 1px;
  line-height: 27px;
}
.service-robot-ability .info {
  font-size: 18px;
  color: #a1abc2;
  line-height: 26px;
  margin-top: 40px;
  margin-bottom: 15px;
  letter-spacing: 0.6px;
}
.service-robot-ability .advisory {
  font-size: 14px;
  color: #222;
  letter-spacing: 0.47px;
  line-height: 18px;
  vertical-align: middle;
}

.advisory .advisory-logo1 {
  background: url() 0 0 no-repeat;
  background-size: cover;
}
.advisory .advisory-logo2 {
  background: url() 0 0 no-repeat;
  background-size: cover;
}
.advisory .advisory-logo3 {
  background: url() 0 0 no-repeat;
  background-size: cover;
}
.advisory .advisory-logo {
  display: inline-block;
  width: 100px;
  height: 28px;
  margin-left: 16px;
  vertical-align: middle;
}

.service-robot-ability .swiper {
  position: absolute;
  left: 500px;
}
.service-robot-ability .ability-right {
  float: left;
  height: 700px;
}
.service-robot-ability .wid_880 {
  width: 960px;
}
.ability-right img {
  border-style: none;
}
.service-robot-ability {
  width: 1240px;
  margin: 0 auto;
  height: 700px;
  position: relative;
}
.service-robot-ability .ability-left.pic {
  display: inline-block;
  margin-left: -220px;
}

* {
  font-family: "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
ç”¨æˆ·ä»£ç†æ&nbsp;·å¼è¡¨ div {
  display: block;
}
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.service-robot-ability .wid_880 {
  width: 960px;
}
img {
  border-style: none;
}

.service-robot-ability .ability-right.text {
  width: 500px;
  display: inline-block;
  position: absolute;
}
.service-robot-ability .replay {
  padding-top: 80px;
}
.service-robot-ability .ability-right {
  float: left;
  height: 700px;
}

.service-robot-ability .ability-right .ability-right-logo {
  width: 100%;
  height: 24px;
  margin-bottom: 15px;
}
.service-robot-ability .title {
  margin-bottom: 40px;
  font-size: 50px;
  color: #222;
  letter-spacing: 1.67px;
  line-height: 64px;
  font-weight: 700;
}

.service-robot-ability .ability-right .ability-right-logo img {
  width: 64px;
  height: 24px;
  margin-right: 4px;
}

.service-robot-ability .ability-right .ability-right-logo img {
  width: 64px;
  height: 24px;
  margin-right: 4px;
}
.service-robot-ability .content {
  margin-bottom: 20px;
  font-size: 20px;
  color: #222;
  letter-spacing: 1px;
  line-height: 27px;
}
.service-robot-ability .info {
  font-size: 18px;
  color: #a1abc2;
  line-height: 26px;
  margin-top: 40px;
  margin-bottom: 15px;
  letter-spacing: 0.6px;
}

/*4ä¸ªç‰¹è‰²*/
.point {
  margin: auto;
  padding: 0;
  width: 1200px;
  height: 800px;
}
.point h2 {
  color: #191919;
  font-size: 40px;
  text-align: center;
  margin: 30px;
  padding: 30px 0 0 0;
}
.point .p-juzhong {
  text-align: center;
}
.point .point-ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
}
.point-li {
  float: left;
  margin: 30px 10px;
  border-radius: 15px;
  height: 500px;
  width: 280px;
  background-color: #f7f7f9;
  text-align: center;
  box-shadow: 4px 4px 5px #e8e8e8;
  -webkit-transition: margin 0.2s ease-out;
  -moz-transition: margin 0.2s ease-out;
  -o-transition: margin 0.2s ease-out;
}
.point-li:hover {
  margin-top: 15px;
}
.point-img {
  margin: auto;
  padding-top: 60px;
  width: 120px;
  height: 160px;
}
.point-content {
  margin-top: 30px;
  padding: 0px 15px;
  width: 280px;
  overflow: hidden;
}
.point-zaixianzixun-beijing {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 50px;
}
.point-img img {
  display: block;
  margin: auto;
  width: 100%;
}


.point-content i {
  display: block;
  font-size: 26px;
  color: #1d1d1d;
  margin: 10px 0;
  font-style: normal;
}
.point-content em {
  display: block;
  padding: 5px;
  font-size: 14px;
  text-align: right;
  color: rgb(67, 67, 67);
  font-style: italic;
  font-style: normal;
}
.point-content span {
  display: inline-block;
  width: 216px;
  margin-top: 10px;
  text-align: left;
  color: #808080;
  line-height: 24px;
}
.point-zaixianzixun {
  background-color: #136ad5;
  padding: 0px;
  margin: auto;
  width: 146px;
  height: 46px;
  border-radius: 5px;
  line-height: 46px;
}
.point-zaixianzixun a {
  color: #fff;
  text-decoration: none;
  list-style: none;
}
</pre></body></html>