@charset "UTF-8";
/* reset */
html {
  /* -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; */ }

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
td,
th,
form,
label,
input,
textarea,
select,
button,
blockquote,
span,
img,
a img,
a,
pre,
hr {
  margin: 0;
  padding: 0; }

img,
a img {
  border: none;
  vertical-align: top;
  -ms-interpolation-mode: bicubic; }

/*h1,h2,h3,h4,h5,h6{font-size:inherit; font-weight:normal;}*/
ul,
li,
ol,
dt,
dl,
dd {
  list-style: none; }

em,
th,
i,
address,
cite,
code {
  font-style: normal;
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

label,
input,
textarea,
select,
button {
  border: none;
  vertical-align: middle;
  line-height: normal;
  font-family: "microsoft yahei", Arial, Tahoma, STHeiTi, sans-serif;
  font-size: inherit;
  /*去除ios输入框按钮等默认样式*/
  background-color: transparent;
  border-color: transparent;
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: none; }

input:focus,
textarea:focus {
  outline-style: none;
  outline-color: invert;
  outline-width: 0px; }

a {
  text-decoration: none;
  cursor: pointer; }

a:hover {
  text-decoration: none; }

a:active,
a:focus,
a:hover {
  outline: none; }

/*//a:active{star:expression(this.onFocus=this.blur())}*/
*:focus {
  outline: none; }

* {
  box-sizing: border-box;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0; }

.clearfix {
  zoom: 1; }

.hide {
  display: none; }

.show {
  display: block; }

.default {
  background-color: #409EFF; }

.success {
  background-color: #67C23A; }

.Warning {
  background-color: #E6A23C; }

.Danger {
  background-color: #F56C6C; }

.Info {
  background-color: #909399; }

/* 
.one-line-overhidden {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.two-line-overhidden {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
} */
h3 {
  font-size: 0.3rem;
  color: #333333; }

body {
  font-family: Microsoft YaHei;
  background-color: #f6f6f6; }

.navBar {
  width: 7.5rem;
  height: 1.08rem;
  background-color: #F8F8F8;
  border-bottom: 1px solid #f0f0f0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; }
  .navBar .nav {
    display: none;
    width: 3.76rem;
    background-color: #ffffff;
    border-top: 0.01rem solid #cbcbcb;
    position: absolute;
    top: 1.08rem;
    right: 0; }
    .navBar .nav .navLi {
      text-align: center; }
      .navBar .nav .navLi a {
        display: block;
        width: 100%;
        height: 0.88rem;
        line-height: 0.88rem;
        padding: 0;
        color: #666666;
        font-size: 0.24rem; }
      .navBar .nav .navLi a.active {
        background-color: #2D83F3; }
      .navBar .nav .navLi .subNav {
        display: none;
        padding: 0.3rem 0;
        background-color: #f3f3f3; }
        .navBar .nav .navLi .subNav .subNavLi {
          position: relative; }
          .navBar .nav .navLi .subNav .subNavLi a.hasTSub.active {
            color: #008aff;
            background-color: #dfe5f7; }
          .navBar .nav .navLi .subNav .subNavLi .TSubNav {
            min-height: 1.32rem;
            width: 3.74rem;
            padding-bottom: 0.3rem;
            background-color: #dfe5f7;
            position: absolute;
            right: -3.76rem;
            top: -0.88rem; }
            .navBar .nav .navLi .subNav .subNavLi .TSubNav .TSubNavLi.first {
              margin-bottom: 0.3rem; }
              .navBar .nav .navLi .subNav .subNavLi .TSubNav .TSubNavLi.first .TSubNavTitle {
                font-size: 0.24rem;
                line-height: 0.54rem;
                color: #333333; }
              .navBar .nav .navLi .subNav .subNavLi .TSubNav .TSubNavLi.first .text {
                padding: 0 0.3rem;
                font-size: 0.22rem;
                line-height: 0.32rem;
                color: #666666; }
            .navBar .nav .navLi .subNav .subNavLi .TSubNav .TSubNavLi a {
              color: #008aff;
              text-decoration: underline; }
    .navBar .nav .navLi .hasSub {
      background: url(../images/index/m/down@2x.png) 3.26rem center no-repeat;
      background-size: 0.28rem 0.16rem; }
  .navBar .logo a {
    width: 1.93rem;
    height: 0.53rem;
    background: url(../images/index/m/logo@2x.png) center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0.23rem;
    left: 0.27rem; }
    .navBar .logo a .text {
      display: none; }
  .navBar .icon {
    width: 0.58rem;
    height: 0.42rem;
    background: url(../images/index/m/list@2x.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 0.52rem;
    bottom: 0.32rem;
    z-index: 200; }

.content-banner {
  width: 100%;
  color: #FFFFFF;
  display: block;
  text-align: center;
  margin: 1.08rem 0 0.3rem; }
  .content-banner h1,
  .content-banner h2 {
    padding-top: 0.5rem;
    font-size: 0.39rem;
    line-height: 0.5rem;
    color: #FFFFFF;
    font-family: "Microsoft Yahei";
    font-weight: bolder; }
  .content-banner h2 {
    padding-top: 0; }
  .content-banner .banner-first-paragraph {
    margin: 0.15rem auto 0; }
    .content-banner .banner-first-paragraph .text {
      font-size: 0.26rem;
      line-height: 0.36rem; }
  .content-banner .banner-btn {
    display: block;
    width: 1.56rem;
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.48rem;
    text-align: center;
    margin: 0 auto;
    border-radius: 0.48rem;
    background-color: #2e83f3; }

.mainBody {
  width: 100%;
  margin-top: 0.3rem; }
  .mainBody .content {
    width: 100%;
    background-color: #ffffff; }

.footer {
  width: 100%;
  padding-top: 0.65rem;
  padding-bottom: 0.2rem;
  color: #fff;
  background-color: #999999; }
  .footer .top .list {
    width: 100%; }
    .footer .top .list .text {
      font-size: 0.25rem;
      line-height: 0.4rem; }
  .footer .top .list.left {
    padding-left: 5%; }
  .footer .top .list.right {
    padding: 0.5rem 5% 0;
    text-align: center; }
    .footer .top .list.right li {
      width: 36%;
      float: right; }
      .footer .top .list.right li img {
        width: 96%; }
      .footer .top .list.right li .text {
        font-size: 0.18rem;
        margin-top: 0.1rem; }
    .footer .top .list.right li:first-child {
      float: left; }
  .footer .Text {
    font-size: 0.18rem;
    margin-top: 0.6rem;
    text-align: center;
    background-color: #535353;
    padding: 0.6rem 0; }

/* 悬浮按钮区域 */
.suspend-box .floating .call {
  width: 40px;
  height: 40px;
  background-image: url(../images/floating/call.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.suspend-box .floating .floating_left {
  position: fixed;
  right: 88px;
  top: 65%;
  z-index: 99;
  width: 140px;
  height: 180px;
  padding-top: 10px;
  background-color: #999;
  text-align: center;
  display: none; }
  .suspend-box .floating .floating_left .qrcord {
    position: relative;
    right: -20px;
    background-image: url(../images/floating/service.png);
    display: block;
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .suspend-box .floating .floating_left .qrcord.qrcord_sw {
    background-image: url(../images/footer/SYWX.jpg); }
  .suspend-box .floating .floating_left p {
    display: block;
    color: white;
    font-size: 12px;
    line-height: 20px; }
.suspend-box .floating .floating_left2 {
  right: 230px; }
.suspend-box .floating2 .consultant {
  width: 40px;
  height: 40px;
  background-image: url(../images/floating/consultant.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }

@media only screen and (min-device-width: 600px) {
  .floating:hover .floating_left {
    display: block; }

  .floating {
    position: fixed;
    right: 40px;
    top: 70%;
    width: 40px;
    height: 40px;
    z-index: 99; }

  .floating2 {
    position: fixed;
    right: 40px;
    top: 60%;
    width: 40px;
    height: 40px;
    z-index: 99; } }
@media only screen and (max-device-width: 600px) {
  .floating {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    z-index: 99; }

  .floating2 {
    position: fixed;
    right: 20px;
    bottom: 70px;
    width: 40px;
    height: 40px;
    z-index: 99; } }
.success-case {
  width: 100%;
  padding-bottom: 0.3rem;
  background-color: #fff; }
  .success-case .title {
    line-height: 0.5rem;
    padding-top: 0.08rem; }
  .success-case .detail {
    font-size: 0.23rem;
    line-height: 0.43rem;
    margin-bottom: 0.2rem; }
  .success-case .img-list {
    width: 100%; }
    .success-case .img-list img {
      width: 21%;
      float: left;
      margin: 0 2%; }

.service-case {
  width: 100%;
  text-align: center;
  background-color: #f6f6f6; }
  .service-case .title {
    line-height: 0.3rem;
    padding: 0.3rem 0; }
  .service-case .service-list {
    width: 100%;
    padding: 0 0.3rem;
    text-align: center; }
    .service-case .service-list .list {
      width: 100%;
      margin-bottom: 0.3rem;
      position: relative; }
      .service-case .service-list .list .img {
        width: 100%; }
      .service-case .service-list .list .detail {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 4.2rem; }
        .service-case .service-list .list .detail .sub-title {
          font-size: 0.3rem;
          line-height: 0.3rem;
          margin-bottom: 0.15rem; }
        .service-case .service-list .list .detail .des {
          font-size: 0.21rem;
          line-height: 0.24rem; }
    .service-case .service-list .list:last-child {
      margin-right: 0; }

@media (max-width: 1023px) {
  .service-pattern {
    width: 100%;
    height: 11.26rem; }
    .service-pattern .title {
      font-size: 0.28rem;
      color: #fff;
      font-weight: bold;
      padding-top: 0.4rem;
      text-align: center; }
    .service-pattern .center {
      width: 100%;
      text-align: center;
      font-size: 0.2rem;
      line-height: 0.24rem;
      color: #fff; }
      .service-pattern .center .sub-title {
        font-size: 0.22rem;
        line-height: 0.22rem;
        font-weight: bold;
        margin-top: 0.15rem;
        margin-bottom: 0.25rem; }
      .service-pattern .center .des-bold {
        font-weight: bold;
        margin-top: 0.1rem; }
    .service-pattern .list-wrapper {
      padding: 0.3rem 0 0.3rem 0.45rem; }
      .service-pattern .list-wrapper .list {
        width: 3.1rem;
        height: 3.66rem;
        float: left;
        border-radius: 0.05rem;
        background-color: #fff;
        margin-right: 0.4rem;
        margin-bottom: 0.4rem;
        text-align: center; }
        .service-pattern .list-wrapper .list a {
          display: block;
          width: inherit;
          height: inherit;
          padding-top: 0.25rem; }
          .service-pattern .list-wrapper .list a.linkA .title {
            text-decoration: underline; }
        .service-pattern .list-wrapper .list .title {
          font-size: 0.18rem;
          font-weight: bold;
          margin-bottom: 0.25rem;
          padding-top: 1.24rem;
          color: #383838; }
        .service-pattern .list-wrapper .list .title.title1 {
          background: url(../images/blockchain/pattern_icon1@2x.png) top center no-repeat;
          background-size: 1.24rem 1.24rem; }
        .service-pattern .list-wrapper .list .title.title2 {
          background: url(../images/blockchain/pattern_icon2@2x.png) top center no-repeat;
          background-size: 1.24rem 1.24rem; }
        .service-pattern .list-wrapper .list .title.title3 {
          background: url(../images/blockchain/pattern_icon3@2x.png) top center no-repeat;
          background-size: 1.24rem 1.24rem; }
        .service-pattern .list-wrapper .list .title.title4 {
          background: url(../images/blockchain/pattern_icon4@2x.png) top center no-repeat;
          background-size: 1.24rem 1.24rem; }
        .service-pattern .list-wrapper .list .des p {
          font-size: 0.18rem;
          line-height: 0.24rem;
          color: #383838; }
    .service-pattern .left,
    .service-pattern .right {
      width: 270px;
      color: #333333; } }
.show_msg {
  width: 100%;
  text-align: center;
  position: fixed;
  left: 0;
  z-index: 1000; }
  .show_msg .show_span {
    max-width: 50%;
    display: inline-block;
    padding: 5px 15px;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    color: #fff;
    font-size: 12px; }

.show_status,
.show_loading {
  width: 36%;
  margin: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 5px;
  border-radius: 5px;
  font-size: 0;
  position: fixed;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 1000; }
  .show_status img,
  .show_status .status,
  .show_loading img,
  .show_loading .status {
    margin: 0 auto;
    display: block; }
  .show_status img.loading,
  .show_loading img.loading {
    width: 80px;
    height: 80px;
    margin: 0 auto; }
  .show_status .status,
  .show_loading .status {
    font-size: 12px;
    color: #fff; }

/** PC端 **/
@media (min-width: 1024px) {
  h3 {
    font-size: 24px; }

  /* 导航栏 */
  .navBar {
    height: 80px; }
    .navBar .nav {
      display: block;
      width: 100%;
      height: 80px;
      min-width: 1024px;
      background-color: #F8F8F8;
      padding: 0 15px;
      border: none;
      position: absolute;
      top: 0;
      right: 0; }
      .navBar .nav .space.navLi {
        width: 100px; }
      .navBar .nav .navLi {
        float: left;
        position: relative; }
        .navBar .nav .navLi a {
          display: block;
          padding: 10px 20px;
          height: 75px;
          line-height: 75px;
          font-size: 14px; }
        .navBar .nav .navLi a:hover {
          color: #ffffff;
          background-color: #2D83F3; }
        .navBar .nav .navLi .subNav {
          display: none;
          width: 100%;
          padding: 30px 0;
          background-color: #fff;
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }
          .navBar .nav .navLi .subNav .subNavLi {
            position: relative; }
            .navBar .nav .navLi .subNav .subNavLi a {
              display: block;
              height: 40px;
              line-height: 40px;
              color: #999;
              padding: 0; }
            .navBar .nav .navLi .subNav .subNavLi a:hover {
              color: #fff; }
            .navBar .nav .navLi .subNav .subNavLi .life.TSubNav {
              top: -110px; }
            .navBar .nav .navLi .subNav .subNavLi .TSubNav {
              display: none;
              width: 200px;
              min-height: 180px;
              padding: 10px 10px 15px 25px;
              text-align: left;
              background-color: #eeeff2;
              left: 100%;
              top: -70px; }
              .navBar .nav .navLi .subNav .subNavLi .TSubNav .TSubNavLi.first {
                margin-bottom: 20px; }
                .navBar .nav .navLi .subNav .subNavLi .TSubNav .TSubNavLi.first .TSubNavTitle {
                  font-size: 12px;
                  line-height: 30px;
                  color: #333333; }
                .navBar .nav .navLi .subNav .subNavLi .TSubNav .TSubNavLi.first .text {
                  padding: 0;
                  font-size: 10px;
                  line-height: 14px;
                  color: #666666; }
              .navBar .nav .navLi .subNav .subNavLi .TSubNav .TSubNavLi a {
                font-size: 14px;
                color: #333333;
                text-decoration: none; }
              .navBar .nav .navLi .subNav .subNavLi .TSubNav .TSubNavLi a:hover {
                color: #2D83F3;
                text-decoration: underline;
                background-color: #eeeff2; }
          .navBar .nav .navLi .subNav .subNavLi:hover a {
            color: #ffffff;
            background-color: #2D83F3; }
          .navBar .nav .navLi .subNav .subNavLi:hover .TSubNav {
            display: block; }
            .navBar .nav .navLi .subNav .subNavLi:hover .TSubNav a {
              background-color: #eeeff2; }
      .navBar .nav .navLi.right {
        float: right; }
      .navBar .nav .navLi:hover .subNav {
        display: block; }
    .navBar .logo a {
      width: 170px;
      height: 80px;
      background: url(../images/index/logo_pc.png) no-repeat 0 0;
      background-size: 100%;
      background-position: center;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      margin: 0 auto; }
      .navBar .logo a .text {
        display: block;
        font-weight: bold;
        text-align: center;
        color: #000000;
        font-size: 10px; }
      .navBar .logo a .text:first-child {
        padding-top: 40px; }
      .navBar .logo a .text:last-child {
        font-size: 18px;
        line-height: 18px; }
    .navBar .icon {
      display: none; }

  /* 首屏banner  */
  .content-banner {
    width: 100%;
    height: 100vh;
    color: #FFFFFF;
    display: block;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 0; }
    .content-banner h1 {
      padding-top: 15%;
      font-size: 48px;
      line-height: 50px; }
    .content-banner h2 {
      font-size: 36px;
      line-height: 50px;
      margin-top: 8px; }
    .content-banner .banner-first-paragraph {
      margin-top: 29px; }
      .content-banner .banner-first-paragraph .text {
        font-size: 24px;
        line-height: 34px; }
    .content-banner .banner-btn {
      width: 156px;
      font-size: 16px;
      line-height: 48px;
      margin: 30px auto 0;
      border-radius: 48px; }

  .mainBody {
    margin-top: 30px;
    position: absolute;
    top: 100vh;
    left: 0;
    right: 0; }
    .mainBody .content {
      width: 1024px;
      margin: 0 auto; }

  .footer {
    min-width: 1024px;
    padding: 50px 50px 20px; }
    .footer .top .list {
      width: 50%;
      float: left; }
      .footer .top .list .text {
        font-size: 12px;
        line-height: 18px; }
    .footer .top .list.left {
      padding-left: 0; }
    .footer .top .list.right {
      padding: 0; }
      .footer .top .list.right li {
        width: 90px;
        float: right;
        margin-right: 10%; }
        .footer .top .list.right li img {
          width: 100%;
          display: block;
          margin-bottom: 5px; }
        .footer .top .list.right li .text {
          font-size: 12px;
          margin-top: 0;
          width: 120px;
          margin-left: -15px; }
      .footer .top .list.right li:first-child {
        float: right; }
    .footer .Text {
      font-size: 12px;
      margin-top: 20px;
      background-color: #999999;
      padding: 0; }
      .footer .Text a {
        color: #ffffff; }

  .success-case {
    padding-bottom: 70px; }
    .success-case .title {
      line-height: 30px;
      padding-top: 15px; }
    .success-case .detail {
      font-size: 12px;
      line-height: 14px;
      margin: 15px 0 20px; }
    .success-case .img-list {
      width: 100%;
      padding: 0 16.5px 0 40px; }
      .success-case .img-list img {
        width: 170px;
        height: 60px;
        margin-right: 23.5px;
        margin-bottom: 25px;
        margin: 0 23.5px 25px 0; }

  .service-case .title {
    font-size: 25px;
    padding: 35px 0 27px; }
  .service-case .service-list {
    padding: 0; }
    .service-case .service-list .list {
      width: 314px;
      float: left;
      margin-right: 41px;
      margin-bottom: 20px; }
      .service-case .service-list .list .detail {
        width: 100%;
        top: 185px; }
        .service-case .service-list .list .detail .sub-title {
          font-size: 14px;
          line-height: 24px;
          margin-bottom: 0; }
        .service-case .service-list .list .detail .des {
          font-size: 12px;
          line-height: 18px; }
  .service-case .service-list.two .list {
    width: 430px;
    height: 360px; }
    .service-case .service-list.two .list .detail {
      top: 260px; }
      .service-case .service-list.two .list .detail .sub-title {
        font-size: 18px;
        line-height: 42px;
        margin-top: 4px; }
  .service-case .service-list.two .list:first-child {
    margin-left: 54.5px;
    margin-right: 55px; }

  .service-pattern {
    width: 100%;
    height: 545px;
    position: relative; }
    .service-pattern .list a {
      color: #333333;
      display: block;
      width: inherit;
      height: inherit;
      color: #333333; }
      .service-pattern .list a:hover.linkA .title {
        text-decoration: underline; }
    .service-pattern .title {
      font-size: 24px;
      color: #333333;
      font-weight: bold;
      padding-top: 42px;
      text-align: center; }
    .service-pattern .center {
      width: 100%;
      text-align: center;
      font-size: 12px;
      line-height: 16px;
      color: #2e83f3; }
      .service-pattern .center .sub-title {
        font-size: 18px;
        line-height: 26px;
        font-weight: bold;
        margin-top: 106px;
        margin-bottom: 11px; }
      .service-pattern .center .des-bold {
        font-weight: bold;
        margin-top: 23px; }
    .service-pattern .left,
    .service-pattern .right {
      width: 270px;
      color: #333333; }
      .service-pattern .left .title,
      .service-pattern .right .title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px; }
      .service-pattern .left .des p,
      .service-pattern .right .des p {
        font-size: 12px;
        line-height: 20px; }
    .service-pattern .left .title {
      text-align: right; }
    .service-pattern .right .title {
      text-align: left; }
    .service-pattern .left-top {
      text-align: right;
      position: absolute;
      top: 100px;
      left: 0; }
    .service-pattern .left-bottom {
      text-align: right;
      position: absolute;
      bottom: 80px;
      left: 0; }
    .service-pattern .right-top {
      text-align: left;
      position: absolute;
      top: 100px;
      right: 0; }
    .service-pattern .right-bottom {
      text-align: left;
      position: absolute;
      bottom: 80px;
      right: 0; }

  .show_msg .show_span {
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    color: #fff;
    font-size: 14px; }

  .show_status,
  .show_loading {
    width: 150px;
    top: 40%; }
    .show_status img,
    .show_loading img {
      margin: 10px auto; }
    .show_status .status,
    .show_loading .status {
      font-size: 14px; } }
/*showMsg寮圭獥鏄剧ず*/
.show_msg {
  width: 100%;
  text-align: center;
  position: fixed;
  left: 0;
  z-index: 999; }

.show_span {
  max-width: 30%;
  display: inline-block;
  padding: 5px 15px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  color: #fff;
  font-size: 12px; }

/*showSuccess寮圭獥鎴愬姛*/
.show_success,
.showWarning {
  width: 36%;
  margin: 0 auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 5px;
  border-radius: 5px;
  position: fixed;
  top: 40%;
  left: 32%; }

.show_success img,
.show_success .status,
.showWarning img,
.showWarning .status {
  margin: 0 auto;
  display: block; }

.show_success .status,
.showWarning .status {
  color: #fff; }

.showWarning img {
  margin: 10px auto; }

/*loading鍔犺浇*/
.mloading-container {
  position: relative;
  min-height: 70px;
  -webkit-transition: height 0.6s ease-in-out;
  -o-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out; }

.mloading {
  position: absolute;
  background: #E9E9E8;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  display: none;
  z-index: 1600;
  background: rgba(233, 233, 232, 0); }

.mloading.active {
  display: block; }

.mloading-full {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.mloading-container > .mloading {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.mloading-body {
  width: 100%;
  height: 100%;
  position: relative; }

.mloading-bar {
  width: 250px;
  min-height: 22px;
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
  border-radius: 7px;
  padding: 20px 15px;
  font-size: 14px;
  color: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -140px;
  margin-top: -30px;
  word-break: break-all; }

@media (max-width: 300px) {
  .mloading-bar {
    width: 62px;
    height: 56px;
    margin-left: -30px !important;
    margin-top: -30px !important;
    padding: 0;
    line-height: 56px; }

  .mloading-bar > .mloading-text {
    display: none; } }
.mloading-bar-sm {
  width: 62px;
  height: 56px;
  margin-left: -30px !important;
  margin-top: -30px !important;
  padding: 0;
  line-height: 56px; }

.mloading-bar-sm > .mloading-text {
  display: none; }

.mloading-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle; }

.mloading-text {
  margin-left: 10px; }

/* 移动端 */
.swiper-container {
  width: 100%;
  height: 100%; }
  .swiper-container .swiper-img {
    width: 100%;
    height: 100%; }

.index-banner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0; }
  .index-banner .textArea1 {
    position: absolute;
    top: 15%;
    left: 30%;
    z-index: 99;
    text-align: left; }
    .index-banner .textArea1 .h1,
    .index-banner .textArea1 .h2 {
      margin-top: 0.3rem;
      font-size: 0.36rem;
      text-shadow: 0.06rem 0.06rem 0.08 #333333; }
      .index-banner .textArea1 .h1 .blue,
      .index-banner .textArea1 .h2 .blue {
        color: #008aff; }
    .index-banner .textArea1 .h1 {
      font-size: 0.28rem; }
    .index-banner .textArea1 .h2 {
      font-weight: bold; }
    .index-banner .textArea1 .img1 {
      width: 3.5rem;
      margin-top: 0.3rem;
      display: block; }
    .index-banner .textArea1 .codeArea {
      font-size: 0.24rem;
      margin-top: 0.3rem;
      line-height: 0.36rem; }
      .index-banner .textArea1 .codeArea .img2 {
        width: 0.72rem;
        display: inline-block; }
      .index-banner .textArea1 .codeArea div {
        display: inline-block; }
  .index-banner .textArea2 {
    position: absolute;
    top: 1.9rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99; }
    .index-banner .textArea2 h2 {
      font-size: 0.24rem;
      line-height: 0.3rem; }
    .index-banner .textArea2 .banner-first-paragraph {
      width: 6.35rem; }

#index {
  text-align: center; }
  #index .index-content-two {
    width: 100%;
    background-color: #f6f6f6;
    position: relative; }
    #index .index-content-two .title {
      width: 1.5rem;
      height: 0.34rem;
      background: url(../images/index/Whatareus@2x.png) center no-repeat;
      background-size: 100%;
      position: absolute;
      top: 0.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; }
    #index .index-content-two .detail {
      text-align: center;
      padding: 1.15rem 0.3rem 0.75rem; }
      #index .index-content-two .detail .text {
        font-size: 0.21rem;
        line-height: 0.31rem; }
      #index .index-content-two .detail .text.strong {
        margin-bottom: 0.2rem; }
    #index .index-content-two .list-wrapper {
      width: 100%; }
      #index .index-content-two .list-wrapper .list {
        width: 50%;
        float: left;
        color: #fff;
        text-align: center;
        position: relative; }
        #index .index-content-two .list-wrapper .list .bg {
          width: 100%;
          display: block; }
        #index .index-content-two .list-wrapper .list .list-detail {
          width: 100%;
          height: 0.83rem;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto; }
          #index .index-content-two .list-wrapper .list .list-detail .list-title {
            font-weight: bold;
            font-size: 0.3rem;
            line-height: 0.5rem; }
          #index .index-content-two .list-wrapper .list .list-detail .text {
            font-size: 0.23rem;
            line-height: 0.33rem; }
      #index .index-content-two .list-wrapper .swiper-pagination-bullet {
        background-color: #fff; }
    #index .index-content-two .list-wrapper.pc {
      display: none; }
  #index .index-content-three {
    width: 100%;
    background-color: #f6f6f6; }
    #index .index-content-three .title {
      line-height: 0.62rem;
      padding-top: 0.65rem; }
    #index .index-content-three .detail {
      padding: 0 0.6rem 0.5rem;
      color: #333333; }
      #index .index-content-three .detail .text {
        font-size: 0.22rem;
        line-height: 0.32rem; }
    #index .index-content-three .list-wrapper.pc {
      display: none; }
    #index .index-content-three .list-wrapper {
      width: 100%;
      padding: 0 0.45rem; }
      #index .index-content-three .list-wrapper .list {
        width: 4.78rem;
        margin: 0 auto;
        position: relative; }
        #index .index-content-three .list-wrapper .list .bg {
          width: 100%; }
        #index .index-content-three .list-wrapper .list .list-content {
          position: absolute;
          top: 0;
          left: 0; }
          #index .index-content-three .list-wrapper .list .list-content .list-title {
            font-size: 0.34rem;
            line-height: 0.68rem;
            padding-top: 1.25rem; }
          #index .index-content-three .list-wrapper .list .list-content .list-info {
            font-size: 0.22rem;
            line-height: 0.36rem;
            padding: 0 0.7rem; }
            #index .index-content-three .list-wrapper .list .list-content .list-info .red {
              color: #e65892; }
          #index .index-content-three .list-wrapper .list .list-content .list-detail {
            margin-top: 1rem;
            color: #fff; }
            #index .index-content-three .list-wrapper .list .list-content .list-detail .bold {
              font-weight: bold;
              font-size: 0.23rem;
              line-height: 0.23rem;
              margin-bottom: 0.12rem; }
            #index .index-content-three .list-wrapper .list .list-content .list-detail .text {
              font-size: 0.18rem;
              line-height: 0.3rem; }
      #index .index-content-three .list-wrapper .swiper-button-prev,
      #index .index-content-three .list-wrapper .swiper-button-next {
        color: #808080; }
      #index .index-content-three .list-wrapper .swiper-button-prev {
        background-image: url(../images/icon/left_gray.svg);
        left: 0.45rem; }
      #index .index-content-three .list-wrapper .swiper-button-next {
        background-image: url(../images/icon/right_gray.svg);
        right: 0.45rem; }
  #index .index-content-four {
    width: 100%;
    background-color: #fff; }
    #index .index-content-four .title {
      line-height: 0.62rem;
      padding-top: 0.3rem;
      background-color: #f6f6f6; }
    #index .index-content-four .detail {
      background-color: #f6f6f6;
      padding: 0.17rem 0.6rem;
      color: #333333; }
      #index .index-content-four .detail .text {
        font-size: 0.22rem;
        line-height: 0.32rem; }
    #index .index-content-four .sub-title {
      font-size: 0.18rem;
      line-height: 0.18rem;
      padding: 0.25rem 0 0.3rem;
      color: #333333; }
    #index .index-content-four .sub-title.blue {
      color: #2e84f3; }
    #index .index-content-four .list-wrapper {
      width: 90%;
      margin: 0 auto; }
      #index .index-content-four .list-wrapper .list {
        width: 33.33%;
        float: left; }
        #index .index-content-four .list-wrapper .list .icon {
          display: block;
          width: 0.8rem;
          height: 0.8rem;
          margin: 0 auto; }
        #index .index-content-four .list-wrapper .list .icon.icon1 {
          background: url(../images/index/content-four1@2x.png) center no-repeat;
          background-size: 0.53rem 0.77rem; }
        #index .index-content-four .list-wrapper .list .icon.icon2 {
          background: url(../images/index/content-four2@2x.png) center no-repeat;
          background-size: 0.74rem 0.76rem; }
        #index .index-content-four .list-wrapper .list .icon.icon3 {
          background: url(../images/index/content-four3@2x.png) center no-repeat;
          background-size: 0.72rem 0.76rem; }
        #index .index-content-four .list-wrapper .list .list-title {
          font-size: 0.18rem;
          line-height: 0.18rem;
          color: #333333;
          margin: 0.15rem 0 0.32rem; }
        #index .index-content-four .list-wrapper .list .list-info .text {
          font-size: 0.17rem;
          line-height: 0.32rem;
          color: #a9a9a9; }
  #index .index-content-five {
    padding-bottom: 0.3rem;
    background-color: #f6f6f6; }
    #index .index-content-five .title {
      line-height: 0.3rem;
      padding: 0.3rem 0 0.16rem; }
    #index .index-content-five .detail {
      font-size: 0.22rem;
      line-height: 0.32rem; }
    #index .index-content-five .list-wrapper {
      width: 92%;
      margin: 0 auto; }
      #index .index-content-five .list-wrapper .list {
        width: 47%;
        height: 3.8rem;
        float: left;
        margin-top: 0.3rem;
        padding: 0.2rem;
        background-color: #fff;
        position: relative; }
        #index .index-content-five .list-wrapper .list .icon {
          display: block;
          width: 1.2rem;
          height: 1.2rem;
          margin: 0.6rem auto 0.25rem; }
        #index .index-content-five .list-wrapper .list .list-detail {
          padding-bottom: 0.65rem; }
          #index .index-content-five .list-wrapper .list .list-detail .text {
            font-size: 0.22rem;
            line-height: 0.32rem;
            color: #666666; }
        #index .index-content-five .list-wrapper .list .info {
          display: none;
          width: 100%;
          height: 100%;
          background-color: #2e83f3;
          opacity: 0.9;
          color: #fff;
          font-size: 0.18rem;
          line-height: 0.3rem;
          padding: 0 0.2rem;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto; }
      #index .index-content-five .list-wrapper .list:nth-of-type(odd) {
        margin-right: 6%; }
      #index .index-content-five .list-wrapper .list:nth-of-type(1) .icon {
        background: url(../images/index/content-five1@2x.png) center no-repeat;
        background-size: 1.14rem 1.03rem; }
      #index .index-content-five .list-wrapper .list:nth-of-type(2) .icon {
        background: url(../images/index/content-five2@2x.png) center no-repeat;
        background-size: 1.07rem 1.03rem; }
      #index .index-content-five .list-wrapper .list:nth-of-type(3) .icon {
        background: url(../images/index/content-five3@2x.png) center no-repeat;
        background-size: 1.19rem 1.03rem; }
      #index .index-content-five .list-wrapper .list:nth-of-type(4) .icon {
        background: url(../images/index/content-five4@2x.png) center no-repeat;
        background-size: 1.17rem 1.03rem; }
      #index .index-content-five .list-wrapper .list:nth-of-type(5) .icon {
        background: url(../images/index/content-five5@2x.png) center no-repeat;
        background-size: 1.04rem 1.04rem; }
      #index .index-content-five .list-wrapper .list:nth-of-type(6) .icon {
        background: url(../images/index/content-five6@2x.png) center no-repeat;
        background-size: 0.88rem 0.88rem; }
  #index .index-content-six {
    width: 100%;
    margin-bottom: 0.2rem;
    background: url(../images/index/six-bg.png) center no-repeat;
    background-size: 100%; }
    #index .index-content-six .bg {
      width: 100%; }
    #index .index-content-six .six-content .title {
      line-height: 0.64rem;
      padding-top: 0.15rem; }
    #index .index-content-six .six-content .detail {
      font-size: 0.21rem;
      line-height: 0.21rem; }
    #index .index-content-six .six-content .list-wrapper {
      width: 100%;
      padding: 0.4rem 0 0.35rem; }
      #index .index-content-six .six-content .list-wrapper .list {
        width: 25%;
        float: left; }
        #index .index-content-six .six-content .list-wrapper .list .icon {
          display: block;
          width: 1.09rem;
          height: 0.79rem;
          margin: 0 auto 0.1rem; }
        #index .index-content-six .six-content .list-wrapper .list .list-title,
        #index .index-content-six .six-content .list-wrapper .list .text {
          font-size: 0.17rem;
          line-height: 0.28rem; }
      #index .index-content-six .six-content .list-wrapper .list:nth-of-type(1) .icon {
        background: url(../images/index/six-icon-1@2x.png) center no-repeat;
        background-size: 100%; }
      #index .index-content-six .six-content .list-wrapper .list:nth-of-type(2) .icon {
        background: url(../images/index/six-icon-2@2x.png) center no-repeat;
        background-size: 100%; }
      #index .index-content-six .six-content .list-wrapper .list:nth-of-type(3) .icon {
        background: url(../images/index/six-icon-3@2x.png) center no-repeat;
        background-size: 100%; }
      #index .index-content-six .six-content .list-wrapper .list:nth-of-type(4) .icon {
        background: url(../images/index/six-icon-4@2x.png) center no-repeat;
        background-size: 100%; }
  #index .index-content-seven {
    width: 100%; }
    #index .index-content-seven .list-box {
      width: 100%;
      position: relative; }
      #index .index-content-seven .list-box .bg {
        width: 100%; }
      #index .index-content-seven .list-box .list {
        height: 3.6rem;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
        #index .index-content-seven .list-box .list .title {
          line-height: 0.34rem;
          color: #fff; }
        #index .index-content-seven .list-box .list .detail {
          width: 4.5rem;
          margin: 0 auto;
          padding: 0.25rem 0 0.15rem; }
          #index .index-content-seven .list-box .list .detail .text {
            font-size: 0.23rem;
            line-height: 0.3rem; }
        #index .index-content-seven .list-box .list .btn-area {
          font-size: 0.18rem; }
          #index .index-content-seven .list-box .list .btn-area .btn {
            display: block;
            width: 2.49rem;
            height: 0.66rem;
            line-height: 0.66rem;
            margin: 0.25rem auto 0;
            background: url(../images/index/btn-bg@2x.png) center no-repeat;
            background-size: 100%; }
          #index .index-content-seven .list-box .list .btn-area .btn.active {
            display: none;
            background: url(../images/index/btn-bg-fill@2x.png) center no-repeat;
            background-size: 100%;
            color: #2e83f3; }
  #index .index-content-eight {
    width: 100%; }

@media (max-width: 1023px) {
  .index {
    position: absolute;
    top: 100%; } }
/* PC端 */
@media (min-width: 1024px) {
  /* banner */
  .index-banner .textArea1 {
    left: 50%; }
    .index-banner .textArea1 .h1,
    .index-banner .textArea1 .h2 {
      font-size: 50px;
      margin-top: 10px;
      text-shadow: 3px 3px 4px #333333; }
    .index-banner .textArea1 .h1 {
      font-size: 24px; }
    .index-banner .textArea1 .img1 {
      width: 150px;
      margin-top: 15px; }
    .index-banner .textArea1 .codeArea {
      font-size: 16px;
      margin-top: 29px;
      line-height: 30px; }
      .index-banner .textArea1 .codeArea .img2 {
        width: 65px; }
  .index-banner .textArea2 {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99; }

  #index .index-content-two .title {
    width: 150px;
    height: 34px;
    top: 30px; }
  #index .index-content-two .detail {
    padding: 80px 200px 30px; }
    #index .index-content-two .detail .text {
      font-size: 12px;
      line-height: 24px; }
    #index .index-content-two .detail .text.strong {
      margin-bottom: 20px; }
    #index .index-content-two .detail .text:first-child {
      font-size: 18px; }
  #index .index-content-two .list-wrapper.mobile {
    display: none; }
  #index .index-content-two .list-wrapper.pc {
    display: block; }
    #index .index-content-two .list-wrapper.pc .list {
      width: 175px;
      margin-right: 108px; }
      #index .index-content-two .list-wrapper.pc .list .list-detail {
        height: 50px; }
        #index .index-content-two .list-wrapper.pc .list .list-detail .list-title {
          font-size: 18px;
          line-height: 30px; }
        #index .index-content-two .list-wrapper.pc .list .list-detail .text {
          font-size: 14px;
          line-height: 20px; }
    #index .index-content-two .list-wrapper.pc .list:last-child {
      margin-right: 0; }
  #index .index-content-three .title {
    line-height: 24px;
    padding-top: 36px; }
  #index .index-content-three .detail {
    padding: 17px 0 18px;
    color: #333333; }
    #index .index-content-three .detail .text {
      font-size: 12px;
      line-height: 24px; }
  #index .index-content-three .list-wrapper.mobile {
    display: none; }
  #index .index-content-three .list-wrapper.pc {
    display: block;
    padding: 0; }
    #index .index-content-three .list-wrapper.pc .list {
      width: 320px;
      float: left;
      margin-left: 18px; }
      #index .index-content-three .list-wrapper.pc .list .list-content .list-title {
        font-size: 24px;
        line-height: 34px;
        padding-top: 90px; }
      #index .index-content-three .list-wrapper.pc .list .list-content .list-info {
        font-size: 12px;
        line-height: 22px;
        padding: 16px 60px 45px; }
        #index .index-content-three .list-wrapper.pc .list .list-content .list-info .red {
          color: #e65892; }
      #index .index-content-three .list-wrapper.pc .list .list-content .list-detail {
        margin-top: 0; }
        #index .index-content-three .list-wrapper.pc .list .list-content .list-detail .bold {
          font-size: 18px;
          line-height: 18px;
          margin-bottom: 10px; }
        #index .index-content-three .list-wrapper.pc .list .list-content .list-detail .text {
          font-size: 12px;
          line-height: 22px; }
  #index .index-content-four .title {
    line-height: 30px;
    padding-top: 20px; }
  #index .index-content-four .detail {
    padding: 20px 0; }
    #index .index-content-four .detail .text {
      font-size: 12px;
      line-height: 12px; }
  #index .index-content-four .sub-title {
    font-size: 18px;
    line-height: 30px;
    padding: 20px 0; }
  #index .index-content-four .list-wrapper {
    width: 100%; }
    #index .index-content-four .list-wrapper .list {
      width: 33.33%;
      float: left; }
      #index .index-content-four .list-wrapper .list .icon {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0 auto; }
      #index .index-content-four .list-wrapper .list .icon.icon1 {
        background: url(../images/index/content-four1@2x.png) center no-repeat;
        background-size: 26.5px 37.5px; }
      #index .index-content-four .list-wrapper .list .icon.icon2 {
        background: url(../images/index/content-four2@2x.png) center no-repeat;
        background-size: 37px 38px; }
      #index .index-content-four .list-wrapper .list .icon.icon3 {
        background: url(../images/index/content-four3@2x.png) center no-repeat;
        background-size: 36px 38px; }
      #index .index-content-four .list-wrapper .list .list-title {
        font-size: 18px;
        line-height: 18px;
        margin: 16px 0 25px; }
      #index .index-content-four .list-wrapper .list .list-info .text {
        font-size: 12px;
        line-height: 22px; }
  #index .index-content-five {
    position: relative;
    background-color: #fff;
    padding-bottom: 0; }
    #index .index-content-five .box {
      width: 879px;
      height: 77px;
      color: #fff;
      margin: 0 auto;
      background: url(../images/index/five-bar.png) no-repeat 0 0;
      background-size: 100%;
      background-position: center;
      position: absolute;
      top: 275px;
      left: 0;
      right: 0; }
      #index .index-content-five .box .title {
        line-height: 24px;
        padding: 15px 0 0;
        color: #fff; }
      #index .index-content-five .box .detail {
        font-size: 14px;
        line-height: 30px; }
    #index .index-content-five .list-wrapper {
      width: 100%; }
      #index .index-content-five .list-wrapper .list {
        width: 33.33%;
        height: 275px;
        float: left;
        margin-top: 0;
        background-color: #fff;
        position: relative; }
        #index .index-content-five .list-wrapper .list .icon {
          display: block;
          width: 90px;
          height: 90px;
          margin: 74px auto 0; }
        #index .index-content-five .list-wrapper .list .list-detail {
          padding-bottom: 0; }
          #index .index-content-five .list-wrapper .list .list-detail .text {
            font-size: 18px;
            line-height: 20px; }
        #index .index-content-five .list-wrapper .list .info {
          font-size: 14px;
          line-height: 20px;
          padding: 60px 20px 0; }
      #index .index-content-five .list-wrapper .list:hover .list-detail {
        display: none; }
      #index .index-content-five .list-wrapper .list:hover .info {
        display: block; }
      #index .index-content-five .list-wrapper .list:nth-of-type(odd) {
        margin-right: 0; }
      #index .index-content-five .list-wrapper .list:nth-of-type(1) {
        margin-bottom: 77px; }
        #index .index-content-five .list-wrapper .list:nth-of-type(1) .icon {
          background: url(../images/index/content-five1@2x.png) center no-repeat;
          background-size: 85.5px 77px; }
      #index .index-content-five .list-wrapper .list:nth-of-type(2) {
        margin-bottom: 77px; }
        #index .index-content-five .list-wrapper .list:nth-of-type(2) .icon {
          background: url(../images/index/content-five2@2x.png) center no-repeat;
          background-size: 80px 77px; }
      #index .index-content-five .list-wrapper .list:nth-of-type(3) {
        margin-bottom: 77px; }
        #index .index-content-five .list-wrapper .list:nth-of-type(3) .icon {
          background: url(../images/index/content-five3@2x.png) center no-repeat;
          background-size: 82px 77px; }
      #index .index-content-five .list-wrapper .list:nth-of-type(4) .icon {
        background: url(../images/index/content-five4@2x.png) center no-repeat;
        background-size: 81px 77px; }
      #index .index-content-five .list-wrapper .list:nth-of-type(5) .icon {
        background: url(../images/index/content-five5@2x.png) center no-repeat;
        background-size: 76px 76px; }
      #index .index-content-five .list-wrapper .list:nth-of-type(6) .icon {
        background: url(../images/index/content-five6@2x.png) center no-repeat;
        background-size: 88px 88px; }
  #index .index-content-six {
    margin-bottom: 35px; }
    #index .index-content-six .six-content .title {
      line-height: 24px;
      padding-top: 35px; }
    #index .index-content-six .six-content .detail {
      font-size: 18px;
      line-height: 18px;
      margin-top: 15px; }
    #index .index-content-six .six-content .list-wrapper {
      padding: 40px 0 35px; }
      #index .index-content-six .six-content .list-wrapper .list .icon {
        display: block;
        width: 109px;
        height: 79px;
        margin: 0 auto 10px; }
      #index .index-content-six .six-content .list-wrapper .list .list-title {
        font-size: 18px;
        line-height: 26px;
        font-weight: bold; }
      #index .index-content-six .six-content .list-wrapper .list .text {
        font-size: 16px;
        line-height: 20px; }
  #index .index-content-seven .list-box {
    width: 50%;
    float: left; }
    #index .index-content-seven .list-box .list {
      height: inherit;
      top: 50px; }
      #index .index-content-seven .list-box .list .title {
        line-height: 34px;
        color: #fff; }
      #index .index-content-seven .list-box .list .detail {
        width: 100%;
        height: 66px;
        margin: 0 auto;
        padding: 20px 0 10px; }
        #index .index-content-seven .list-box .list .detail .text {
          font-size: 12px;
          line-height: 18px; }
      #index .index-content-seven .list-box .list .btn-area {
        font-size: 12px; }
        #index .index-content-seven .list-box .list .btn-area .btn {
          display: block;
          width: 188px;
          height: 50px;
          line-height: 55px;
          margin: 15px auto 0;
          background: url(../images/index/btn-bg@2x.png) center no-repeat;
          background-size: 100%; }
        #index .index-content-seven .list-box .list .btn-area .btn.active {
          display: none;
          background: url(../images/index/btn-bg-fill@2x.png) center no-repeat;
          background-size: 100%;
          color: #2e83f3; } }
/* 移动端 */
.about-banner {
  width: 100%;
  background: url(../images/about/about_zz/bg01.jpg) top center no-repeat;
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  margin-top: 1.08rem; }
  .about-banner .title {
    width: 5.4rem;
    margin: 0 auto 0.05rem;
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.5rem;
    padding-top: 0.23rem;
    border-bottom: 0.01rem solid #fff; }
  .about-banner .code,
  .about-banner .sub-title {
    font-size: 0.21rem;
    line-height: 0.3rem; }
  .about-banner .code {
    padding-bottom: 0.4rem; }
  .about-banner .text {
    text-align: left;
    padding: 0 0.45rem;
    font-size: 0.2rem;
    line-height: 0.38rem;
    margin-bottom: 0.27rem; }
  .about-banner .last-text {
    font-size: 0.28rem;
    padding-bottom: 0.4rem; }

.about-content-two {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 1rem 0.8rem 1.1rem;
  background: url(../images/about/bg2@2x.jpg) center no-repeat;
  background-size: 100% 100%; }
  .about-content-two .bold {
    font-size: 0.3rem;
    line-height: 0.7rem; }
  .about-content-two .text {
    font-size: 0.2rem;
    line-height: 0.32rem; }

#about {
  margin-top: 0;
  text-align: center;
  background-color: #ffffff; }
  #about .about-content-three {
    width: 100%; }
    #about .about-content-three .title {
      font-size: 0.3rem;
      padding: 0.2rem 0 0.55rem; }
    #about .about-content-three .list-wrapper {
      width: 6.88rem;
      margin: 0 auto; }
      #about .about-content-three .list-wrapper .list {
        width: 2rem;
        float: left;
        margin-right: 0.293rem; }
        #about .about-content-three .list-wrapper .list .xiang {
          font-size: 0.26rem;
          color: #333333; }
          #about .about-content-three .list-wrapper .list .xiang .blue {
            font-size: 0.4rem;
            color: #1b8ad1; }
        #about .about-content-three .list-wrapper .list .des {
          height: 0.64rem;
          font-size: 0.2rem;
          line-height: 0.32rem;
          max-width: 75%;
          margin: 0.3rem auto 0.5rem; }
        #about .about-content-three .list-wrapper .list .text {
          font-size: 0.2rem;
          margin-top: 0.15rem; }
        #about .about-content-three .list-wrapper .list img {
          width: 1.5rem;
          height: 1rem;
          display: block;
          margin: 0 auto; }
      #about .about-content-three .list-wrapper .list:last-child {
        margin-right: 0; }
    #about .about-content-three .listDown {
      text-align: center;
      width: 6.88rem;
      height: 2.01rem;
      margin: 0 auto;
      float: left;
      background: url(../images/about/about_zz/ZS00.png) center;
      background-size: 100% 100%; }
  #about .about-content-four {
    width: 100%;
    padding-top: 0.4rem;
    text-align: center; }
    #about .about-content-four .titles {
      font-size: 0.22rem;
      text-align: center; }
    #about .about-content-four .des {
      font-size: 0.2rem;
      line-height: 0.3rem;
      color: #333333;
      margin-top: 0.28rem; }
    #about .about-content-four .des1 {
      font-size: 0.2rem;
      line-height: 0.3rem;
      color: #333333;
      margin-top: 0.47rem; }
    #about .about-content-four .des2 {
      font-size: 0.2rem;
      line-height: 0.3rem;
      color: #333333;
      margin-top: 0.35rem; }
    #about .about-content-four .title {
      font-size: 0.3rem;
      line-height: 0.5rem; }
    #about .about-content-four .img-list {
      width: 6.86rem;
      margin: 0.4rem auto 0.6rem; }
      #about .about-content-four .img-list .list {
        width: 1.8rem;
        text-align: center;
        margin-left: 0.35rem;
        float: left; }
        #about .about-content-four .img-list .list .zs01 {
          height: 1.3rem;
          width: 100%;
          margin-top: 0.33rem; }
        #about .about-content-four .img-list .list .zs02 {
          width: 100%;
          height: 2.05rem; }
        #about .about-content-four .img-list .list .pc01,
        #about .about-content-four .img-list .list .pc02 {
          display: none; }
        #about .about-content-four .img-list .list img {
          width: inherit;
          height: inherit;
          display: block; }
      #about .about-content-four .img-list .list:last-child {
        margin-right: 0; }
  #about .timeSmoke {
    margin-top: 0.74rem; }
    #about .timeSmoke .ry01 {
      width: 100%;
      height: 100%; }
    #about .timeSmoke .ry02 {
      display: none; }

/* PC端 */
@media (min-width: 1024px) {
  .about-banner {
    height: 100%;
    background: url(../images/about/about_zz/bg02.jpg) center no-repeat;
    background-size: 100% 100%;
    padding-top: 80px;
    margin-top: 0;
    position: absolute;
    top: 0; }
    .about-banner .title {
      max-width: 680px;
      font-size: 24px;
      line-height: 44px;
      padding-top: 54px;
      margin: 0 auto;
      border-bottom: 1px solid #fff; }
    .about-banner .sub-title {
      font-size: 20px;
      line-height: 20px; }
    .about-banner .code {
      font-size: 14px;
      line-height: 28px;
      padding-bottom: 0.4rem; }
    .about-banner .text {
      width: 1024px;
      margin: 20px auto 0;
      font-size: 17px;
      line-height: 24px;
      text-indent: 2em;
      padding: 0; }
    .about-banner .last-text {
      font-size: 26px;
      margin-top: 30px;
      padding-bottom: 0; }

  .about-content-two {
    padding: 150px 0 200px; }
    .about-content-two .bold {
      font-size: 23px;
      line-height: 25px;
      margin-bottom: 25px; }
    .about-content-two .text {
      font-size: 18px;
      line-height: 25px;
      max-width: 1024px;
      margin: 0 auto; }

  #about .about-content-three .title {
    font-size: 24px;
    padding: 35px 0 65px; }
  #about .about-content-three .list-wrapper {
    width: 840px; }
    #about .about-content-three .list-wrapper .list {
      width: 280px;
      margin-right: 0; }
      #about .about-content-three .list-wrapper .list .xiang {
        font-size: 25px; }
        #about .about-content-three .list-wrapper .list .xiang .blue {
          font-size: 40px; }
      #about .about-content-three .list-wrapper .list .des {
        height: 20px;
        font-size: 18px;
        line-height: 20px;
        max-width: 100%;
        margin: 36px auto 94px; }
      #about .about-content-three .list-wrapper .list .text {
        font-size: 14px;
        margin-top: 15px; }
      #about .about-content-three .list-wrapper .list img {
        width: 170px;
        height: 120px; }
  #about .about-content-three .listDown {
    text-align: center;
    width: 840px;
    height: 242px;
    float: left;
    background: url(../images/about/about_zz/ZS00-pc.png) center;
    background-size: 100% 100%; }
  #about .about-content-four {
    width: 100%;
    padding-top: 90px;
    text-align: center; }
    #about .about-content-four .titles {
      font-size: 18px;
      text-align: center; }
    #about .about-content-four .des,
    #about .about-content-four .des1 {
      font-size: 18px;
      line-height: 30px;
      margin-top: 57px; }
    #about .about-content-four .des2 {
      font-size: 18px;
      line-height: 30px;
      margin-top: 35px; }
    #about .about-content-four .title {
      font-size: 25px;
      line-height: 35px; }
    #about .about-content-four .img-list {
      width: 100%; }
      #about .about-content-four .img-list .list {
        width: 205px;
        float: left;
        margin-left: 100px; }
        #about .about-content-four .img-list .list .zs01,
        #about .about-content-four .img-list .list .zs02 {
          display: none; }
        #about .about-content-four .img-list .list .pc01 {
          height: 130px;
          width: 100%;
          margin-top: 33px;
          display: block; }
        #about .about-content-four .img-list .list .pc02 {
          width: 170px;
          height: 205px;
          display: block;
          margin-left: 20px; }
        #about .about-content-four .img-list .list img {
          width: inherit;
          height: inherit;
          display: block; }
      #about .about-content-four .img-list .list:last-child {
        margin-right: 0; }
  #about .timeSmoke {
    margin-top: 74px; }
    #about .timeSmoke .ry02 {
      width: 100%;
      height: 100%;
      display: block; }
    #about .timeSmoke .ry01 {
      display: none; } }
/* 移动端 */
.space-banner {
  margin: 1rem auto 0;
  background: url(../images/space/space_new/cj_00.png) center no-repeat;
  background-size: 100% 100%; }
  .space-banner .banner-first-paragraph {
    width: 6.8rem;
    padding-bottom: 0.7rem; }
    .space-banner .banner-first-paragraph .text {
      font-size: 0.22rem;
      line-height: 0.35rem; }
    .space-banner .banner-first-paragraph .contact {
      width: 1.46rem;
      height: 0.47rem;
      background-color: #3195f3;
      border-radius: 0.15rem;
      margin: 0 auto;
      margin-top: 0.4rem; }
      .space-banner .banner-first-paragraph .contact .text_01 {
        font-size: 0.24rem;
        padding-top: 0.07rem; }
    .space-banner .banner-first-paragraph .text_02 {
      font-size: 0.22rem;
      margin-top: 0.53rem; }
    .space-banner .banner-first-paragraph .cj_img {
      margin-top: 0.2rem;
      margin: auto; }
      .space-banner .banner-first-paragraph .cj_img .yd {
        display: block; }
      .space-banner .banner-first-paragraph .cj_img .pc {
        display: none; }
      .space-banner .banner-first-paragraph .cj_img .list1 {
        float: left;
        margin-left: 0.6rem;
        margin-top: 0.21rem;
        position: relative; }
      .space-banner .banner-first-paragraph .cj_img .list2 {
        float: left;
        margin-left: 0.6rem;
        margin-top: 0.55rem;
        position: relative; }
      .space-banner .banner-first-paragraph .cj_img .text_img {
        position: absolute;
        width: 100px;
        height: 100px;
        z-index: 2;
        left: 0;
        top: 0; }
        .space-banner .banner-first-paragraph .cj_img .text_img .text_p {
          font-size: 0.24rem;
          padding-left: 0.6rem;
          padding-top: 0.65rem; }
      .space-banner .banner-first-paragraph .cj_img img {
        width: 2.67rem;
        height: 1.56rem; }
    .space-banner .banner-first-paragraph .linkman {
      width: 3rem;
      padding: 0 0.4rem 0.2rem;
      text-align: center;
      background-color: #ffffff;
      position: fixed;
      left: 0;
      right: 0;
      top: 3rem;
      z-index: 99;
      margin: auto; }
      .space-banner .banner-first-paragraph .linkman .linkman_close {
        width: 0.5rem;
        height: 0.5rem;
        position: absolute;
        right: 0;
        top: 0; }
      .space-banner .banner-first-paragraph .linkman .tit {
        font-size: 0.3rem;
        line-height: 0.5rem;
        color: #333333;
        margin-bottom: 0.2rem; }
      .space-banner .banner-first-paragraph .linkman .text {
        font-size: 0.24rem;
        line-height: 0.34rem;
        color: #999; }
      .space-banner .banner-first-paragraph .linkman .linkman_img {
        width: 2.2rem;
        height: 2.2rem;
        margin: 0 auto; }
        .space-banner .banner-first-paragraph .linkman .linkman_img img {
          width: inherit;
          height: inherit; }

#space .space-content-two {
  width: 100%;
  background: url(../images/space/space_new/bg_phone.png) right 0 no-repeat;
  background-size: 3rem 3.65rem; }
  #space .space-content-two .text_park {
    width: 7.5rem;
    height: 3.75rem;
    padding-top: 0.3rem; }
    #space .space-content-two .text_park .title_h1 {
      margin-left: 0.3rem; }
      #space .space-content-two .text_park .title_h1 h1 {
        font-size: 0.3rem;
        line-height: 0.4rem; }
    #space .space-content-two .text_park .text_p0 {
      margin-top: 0.54rem;
      margin-left: 0.3rem; }
      #space .space-content-two .text_park .text_p0 .p_top p {
        font-size: 0.2rem;
        line-height: 0.4rem; }
      #space .space-content-two .text_park .text_p0 .p_down {
        margin-top: 0.3rem; }
        #space .space-content-two .text_park .text_p0 .p_down p {
          font-size: 0.2rem;
          line-height: 0.4rem; }
  #space .space-content-two .card_mix {
    margin-top: 0.3rem; }
    #space .space-content-two .card_mix .card_pc {
      width: 3.3rem;
      height: 1.7rem;
      background: #eeeeee;
      border-radius: 0.04rem;
      float: left;
      margin-left: 0.4rem;
      position: relative; }
      #space .space-content-two .card_mix .card_pc h2 {
        font-size: 0.22rem;
        color: #333333;
        margin-left: 0.48rem;
        padding-top: 0.17rem; }
      #space .space-content-two .card_mix .card_pc p {
        font-size: 0.18rem;
        line-height: 0.3rem;
        color: #666666;
        margin-left: 0.48rem;
        margin-top: 0.2rem; }
    #space .space-content-two .card_mix .card_pc::before {
      content: "";
      display: block;
      width: 0.55rem;
      height: 0.55rem;
      background: url(../images/space/space_new/com_icon.png) center no-repeat;
      background-size: 0.55rem;
      position: absolute;
      left: -0.25rem;
      top: -0.2rem; }
    #space .space-content-two .card_mix .card_ph {
      width: 3.3rem;
      height: 1.7rem;
      background: #eeeeee;
      border-radius: 0.04rem;
      float: left;
      margin-left: 0.4rem;
      position: relative; }
      #space .space-content-two .card_mix .card_ph h2 {
        font-size: 0.22rem;
        color: #333333;
        margin-left: 0.48rem;
        padding-top: 0.17rem; }
      #space .space-content-two .card_mix .card_ph .card_pc_text {
        margin-top: 0.2rem; }
        #space .space-content-two .card_mix .card_ph .card_pc_text p {
          font-size: 0.18rem;
          line-height: 0.3rem;
          color: #666666;
          margin-left: 0.48rem; }
    #space .space-content-two .card_mix .card_ph::before {
      content: "";
      display: block;
      width: 0.55rem;
      height: 0.55rem;
      background: url(../images/space/space_new/phone_icon.png) center no-repeat;
      background-size: 0.55rem;
      position: absolute;
      left: -0.25rem;
      top: -0.2rem; }
  #space .space-content-two .card_body {
    margin-top: 0.3rem;
    background: #eeeeee;
    height: 2.7rem;
    padding-top: 0.26rem; }
    #space .space-content-two .card_body .card_body_img {
      margin: 0 auto;
      text-align: center;
      width: 0.64rem;
      height: 0.64rem; }
      #space .space-content-two .card_body .card_body_img .yd {
        display: block; }
      #space .space-content-two .card_body .card_body_img .pc {
        display: none; }
      #space .space-content-two .card_body .card_body_img img {
        width: 100%;
        height: 100%; }
    #space .space-content-two .card_body .card_body_text {
      text-align: center;
      margin-top: 0.17rem; }
      #space .space-content-two .card_body .card_body_text .title_body {
        font-size: 0.256rem;
        font-weight: bold; }
      #space .space-content-two .card_body .card_body_text p {
        font-size: 0.18rem;
        line-height: 0.2rem;
        margin-top: 0.18rem; }
#space .space-content-three {
  background: url(../images/space/space_new/bg_01.png) no-repeat left top, url(../images/space/space_new/bg_09.png) no-repeat right;
  background-size: 0.81rem 1rem, 3.03rem 4.75rem;
  width: 100%;
  margin-top: 0.3rem; }
  #space .space-content-three .text_park {
    width: 7.5rem;
    height: 3.75rem;
    float: right; }
    #space .space-content-three .text_park .title_h1 {
      margin-top: 0.3rem;
      margin-left: 0.63rem; }
      #space .space-content-three .text_park .title_h1 h1 {
        font-size: 0.3rem;
        line-height: 0.32rem; }
      #space .space-content-three .text_park .title_h1 h2 {
        font-size: 0.2rem;
        line-height: 0.32rem; }
    #space .space-content-three .text_park .text_p0 {
      margin-top: 0.54rem;
      margin-left: 0.63rem; }
      #space .space-content-three .text_park .text_p0 .p_top {
        margin-top: 0.6rem; }
        #space .space-content-three .text_park .text_p0 .p_top h1 {
          font-size: 0.22rem; }
        #space .space-content-three .text_park .text_p0 .p_top p {
          font-size: 0.2rem;
          line-height: 0.4rem;
          color: #999; }
      #space .space-content-three .text_park .text_p0 .p_center {
        margin-top: 0.3rem; }
        #space .space-content-three .text_park .text_p0 .p_center h1 {
          font-size: 0.22rem; }
        #space .space-content-three .text_park .text_p0 .p_center p {
          font-size: 0.2rem;
          line-height: 0.4rem;
          color: #999; }
      #space .space-content-three .text_park .text_p0 .p_down {
        margin-top: 0.3rem; }
        #space .space-content-three .text_park .text_p0 .p_down h1 {
          font-size: 0.22rem; }
        #space .space-content-three .text_park .text_p0 .p_down p {
          font-size: 0.2rem;
          line-height: 0.4rem;
          color: #999; }
  #space .space-content-three .bg_02 {
    float: right;
    transform: translateY(-130%);
    /**上移元素**/
    -ms-transform: translateY(-130%);
    -webkit-transform: translateY(-130%); }
    #space .space-content-three .bg_02 .yd {
      display: block; }
    #space .space-content-three .bg_02 .pc {
      display: none; }
    #space .space-content-three .bg_02 img {
      width: 2.42rem;
      height: 1.74rem;
      margin-right: 0.3rem; }
#space .space-content-four {
  width: 100%;
  height: 7rem;
  margin-top: 0.8rem;
  background: url(../images/space/space_new/bg_03.png) no-repeat left top 0.6rem;
  background-size: 8.5rem 5.67rem; }
  #space .space-content-four .bg_03 {
    float: left;
    margin-left: 0.25rem; }
    #space .space-content-four .bg_03 .text0 {
      font-size: 0.24rem;
      color: #fff;
      margin-top: 0.8rem; }
      #space .space-content-four .bg_03 .text0 a {
        font-size: 0.18rem;
        text-decoration: underline;
        color: #fff; }
    #space .space-content-four .bg_03 .text1 {
      font-size: 0.24rem;
      color: #fff;
      margin-top: 1rem; }
      #space .space-content-four .bg_03 .text1 a {
        font-size: 0.18rem;
        text-decoration: underline;
        color: #fff; }
    #space .space-content-four .bg_03 .text {
      font-size: 0.24rem;
      color: #fff;
      margin-top: 1.06rem; }
      #space .space-content-four .bg_03 .text a {
        font-size: 0.18rem;
        text-decoration: underline;
        color: #fff; }
      #space .space-content-four .bg_03 .text .a_Jcg {
        display: none; }
      #space .space-content-four .bg_03 .text .a_Xbx {
        display: block; }
  #space .space-content-four .text_park2 {
    float: right;
    text-align: right;
    background: url(../images/space/space_new/bg_04.png) no-repeat right top 0.2rem;
    background-size: 0.71rem 1rem; }
    #space .space-content-four .text_park2 .title_h1 {
      margin-top: 0.4rem;
      margin-right: 0.5rem; }
      #space .space-content-four .text_park2 .title_h1 h1 {
        font-size: 0.3rem;
        line-height: 0.32rem; }
      #space .space-content-four .text_park2 .title_h1 h2 {
        font-size: 0.2rem;
        line-height: 0.32rem; }
    #space .space-content-four .text_park2 .text_p0 {
      margin-top: 0.4rem;
      margin-right: 0.5rem; }
      #space .space-content-four .text_park2 .text_p0 .p_top {
        margin-top: 0.5rem; }
        #space .space-content-four .text_park2 .text_p0 .p_top h1 {
          font-size: 0.22rem; }
        #space .space-content-four .text_park2 .text_p0 .p_top p {
          font-size: 0.2rem;
          line-height: 0.4rem;
          color: #999999; }
      #space .space-content-four .text_park2 .text_p0 .p_center {
        margin-top: 0.2rem; }
        #space .space-content-four .text_park2 .text_p0 .p_center h1 {
          font-size: 0.22rem; }
        #space .space-content-four .text_park2 .text_p0 .p_center p {
          font-size: 0.2rem;
          line-height: 0.4rem;
          color: #999999; }
      #space .space-content-four .text_park2 .text_p0 .p_down {
        margin-top: 0.2rem; }
        #space .space-content-four .text_park2 .text_p0 .p_down h1 {
          font-size: 0.22rem; }
        #space .space-content-four .text_park2 .text_p0 .p_down p {
          font-size: 0.2rem;
          line-height: 0.4rem;
          color: #999999; }
#space .space-content-five {
  width: 100%;
  background: url(../images/space/space_new/bg_06.png) right 1rem no-repeat;
  background-size: 3.85rem 4.02rem;
  margin-bottom: 1rem;
  padding-top: 0.3rem; }
  #space .space-content-five .text_park {
    width: 7.5rem;
    height: 3.75rem; }
    #space .space-content-five .text_park .title_h1 {
      margin-top: 0.3rem;
      margin-left: 0.3rem; }
      #space .space-content-five .text_park .title_h1 h1 {
        font-size: 0.3rem; }
      #space .space-content-five .text_park .title_h1 h2 {
        font-size: 0.2rem; }
    #space .space-content-five .text_park .text_p0 {
      margin-top: 0.54rem;
      margin-left: 0.3rem; }
      #space .space-content-five .text_park .text_p0 .p_top h1 {
        font-size: 0.22rem; }
      #space .space-content-five .text_park .text_p0 .p_top .p_top_text {
        margin-top: 0.18rem; }
        #space .space-content-five .text_park .text_p0 .p_top .p_top_text p {
          font-size: 0.18rem;
          line-height: 0.3rem;
          color: #999999; }
      #space .space-content-five .text_park .text_p0 .p_down {
        margin-top: 0.35rem; }
        #space .space-content-five .text_park .text_p0 .p_down .yd {
          display: block; }
        #space .space-content-five .text_park .text_p0 .p_down .pc {
          display: none; }
        #space .space-content-five .text_park .text_p0 .p_down .p_down_img img {
          width: 1.05rem;
          height: 1.33rem;
          float: left;
          margin-left: 0.2rem;
          margin-right: 0.9rem; }
#space .service-case h4 {
  font-size: 0.41rem;
  line-height: 0.51rem; }
#space .service-case p {
  color: #999999;
  font-size: 0.27rem;
  line-height: 0.31rem; }
#space .service-case .list_down {
  padding-bottom: 0.4rem; }
#space .space-content-seven {
  width: 100%;
  background: url(../images/space/space_new/bottom_blank.png) no-repeat;
  background-size: 7.50rem 3.23rem; }
  #space .space-content-seven .text_park {
    width: 7.5rem;
    margin-top: 0.5rem; }
    #space .space-content-seven .text_park .title_h1 {
      margin-left: 0.3rem;
      float: left;
      margin-top: 0.5rem; }
      #space .space-content-seven .text_park .title_h1 h1 {
        font-size: 0.36rem; }
      #space .space-content-seven .text_park .title_h1 p {
        font-size: 0.24rem;
        line-height: 0.3rem;
        margin-top: 0.47rem; }
    #space .space-content-seven .text_park .text_service {
      float: left;
      margin-left: 1rem;
      font-size: 0.18rem;
      line-height: 0.3rem;
      color: #999999;
      text-align: center; }
    #space .space-content-seven .text_park .text_service img {
      width: 1.92rem;
      height: 1.92rem; }

/* PC端 */
@media (min-width: 1024px) {
  .space-banner {
    margin-top: 0;
    background: url(../images/space/space_new/cj_00_pc.png) center no-repeat;
    background-size: 100% 100%;
    width: 100%; }
    .space-banner .banner-first-paragraph {
      width: 100%;
      padding-bottom: 0;
      position: relative; }
      .space-banner .banner-first-paragraph .text {
        font-size: 12px;
        line-height: 19.2px; }
      .space-banner .banner-first-paragraph .contact {
        width: 145px;
        height: 50px;
        background-color: #3195f3;
        border-radius: 15px;
        margin: 0 auto;
        margin-top: 40px; }
        .space-banner .banner-first-paragraph .contact .text_01 {
          font-size: 24px;
          padding-top: 7px; }
      .space-banner .banner-first-paragraph .text_02 {
        font-size: 19px;
        margin-top: 40px; }
      .space-banner .banner-first-paragraph .cj_img {
        margin-top: 34px;
        width: 1000px;
        height: 200px;
        margin-left: 54px;
        margin: 0 auto; }
        .space-banner .banner-first-paragraph .cj_img .yd {
          display: none; }
        .space-banner .banner-first-paragraph .cj_img .pc {
          display: block; }
        .space-banner .banner-first-paragraph .cj_img .list1 {
          width: 211px;
          height: 123px;
          margin-left: 28px;
          margin-top: 35px;
          position: relative; }
        .space-banner .banner-first-paragraph .cj_img .text_img {
          position: absolute;
          width: 211px;
          height: 123px;
          z-index: 2;
          left: 0;
          top: 0; }
          .space-banner .banner-first-paragraph .cj_img .text_img .text_p {
            font-size: 19px;
            padding-left: 10px;
            padding-top: 50px; }
        .space-banner .banner-first-paragraph .cj_img img {
          width: 100%;
          height: 100%; }
      .space-banner .banner-first-paragraph .linkman {
        width: 316px;
        padding: 0 45px 10px;
        top: 30%; }
        .space-banner .banner-first-paragraph .linkman .linkman_close {
          width: 24px;
          height: 24px; }
        .space-banner .banner-first-paragraph .linkman .tit {
          font-size: 18px;
          line-height: 36px;
          margin-bottom: 10px; }
        .space-banner .banner-first-paragraph .linkman .text {
          font-size: 18px;
          line-height: 19px;
          margin-bottom: 8px;
          color: #999; }
        .space-banner .banner-first-paragraph .linkman .linkman_img {
          width: 192px;
          height: 192px; }

  #space .space-content-two {
    width: 100%;
    background: url(../images/space/space_new/bg_phone_pc.png) right 0 no-repeat;
    background-size: 450px 478px; }
    #space .space-content-two .text_park {
      width: 100%;
      height: 320px;
      padding-top: 30px; }
      #space .space-content-two .text_park .title_h1 {
        margin-left: 54px;
        margin-top: 50px; }
        #space .space-content-two .text_park .title_h1 h1 {
          font-size: 25.6px;
          line-height: 32px; }
      #space .space-content-two .text_park .text_p0 {
        margin-top: 32px;
        margin-left: 54px; }
        #space .space-content-two .text_park .text_p0 .p_top p {
          font-size: 12px;
          line-height: 19.2px; }
        #space .space-content-two .text_park .text_p0 .p_down {
          margin-top: 30px; }
          #space .space-content-two .text_park .text_p0 .p_down p {
            font-size: 12px;
            line-height: 19.2px; }
    #space .space-content-two .card_mix {
      margin-top: 1px; }
      #space .space-content-two .card_mix .card_pc {
        width: 222px;
        height: 111px;
        background: #eeeeee;
        border-radius: 4px;
        float: left;
        margin-left: 80px;
        position: relative; }
        #space .space-content-two .card_mix .card_pc h2 {
          font-size: 16px;
          color: #333333;
          margin-left: 38px;
          padding-top: 13px; }
        #space .space-content-two .card_mix .card_pc p {
          font-size: 12px;
          line-height: 19px;
          color: #666666;
          margin-left: 38px;
          margin-top: 15px; }
      #space .space-content-two .card_mix .card_pc::before {
        content: "";
        display: block;
        width: 44px;
        height: 44px;
        background: url(../images/space/space_new/com_icon_pc.png) center no-repeat;
        background-size: 44px;
        position: absolute;
        left: -25px;
        top: -20px; }
      #space .space-content-two .card_mix .card_ph {
        width: 222px;
        height: 111px;
        background: #eeeeee;
        border-radius: 4px;
        float: left;
        margin-left: 60px;
        position: relative; }
        #space .space-content-two .card_mix .card_ph h2 {
          font-size: 16px;
          color: #333333;
          margin-left: 38px;
          padding-top: 13px; }
        #space .space-content-two .card_mix .card_ph .card_pc_text {
          margin-top: 15px; }
          #space .space-content-two .card_mix .card_ph .card_pc_text p {
            font-size: 12px;
            line-height: 19px;
            color: #666666;
            margin-left: 38px; }
      #space .space-content-two .card_mix .card_ph::before {
        content: "";
        display: block;
        width: 44px;
        height: 44px;
        background: url(../images/space/space_new/phone_icon_pc.png) center no-repeat;
        background-size: 44px;
        position: absolute;
        left: -25px;
        top: -20px; }
    #space .space-content-two .card_body {
      margin-top: 30px;
      background: #eeeeee;
      height: 300px;
      padding-top: 26px; }
      #space .space-content-two .card_body .card_body_img {
        margin: 0 auto;
        text-align: center;
        width: 64px;
        height: 64px; }
        #space .space-content-two .card_body .card_body_img .yd {
          display: none; }
        #space .space-content-two .card_body .card_body_img .pc {
          display: block; }
        #space .space-content-two .card_body .card_body_img img {
          width: 100%;
          height: 100%; }
      #space .space-content-two .card_body .card_body_text {
        text-align: center;
        margin-top: 20px; }
        #space .space-content-two .card_body .card_body_text .title_body {
          font-size: 25.6px;
          font-weight: bold; }
        #space .space-content-two .card_body .card_body_text p {
          font-size: 12px;
          line-height: 16px;
          margin-top: 18px; }
  #space .space-content-three {
    background: url(../images/space/space_new/bg_01_pc.png) no-repeat left top, url(../images/space/space_new/bg_09_pc.png) no-repeat right top;
    background-size: 138px 138px, 555px 475px;
    width: 100%;
    margin-top: 20px; }
    #space .space-content-three .text_park {
      width: 100%;
      height: 270px;
      float: right; }
      #space .space-content-three .text_park .title_h1 {
        margin-top: 45px;
        margin-left: 110px; }
        #space .space-content-three .text_park .title_h1 h1 {
          font-size: 25.6px;
          line-height: 32px; }
        #space .space-content-three .text_park .title_h1 h2 {
          font-size: 19.2px;
          line-height: 32px; }
      #space .space-content-three .text_park .text_p0 {
        margin-top: -54px;
        margin-left: 110px; }
        #space .space-content-three .text_park .text_p0 .p_top {
          margin-top: 90px; }
          #space .space-content-three .text_park .text_p0 .p_top h1 {
            font-size: 19.2px;
            margin-bottom: 20px; }
          #space .space-content-three .text_park .text_p0 .p_top p {
            font-size: 12px;
            line-height: 19.2px;
            color: #999; }
        #space .space-content-three .text_park .text_p0 .p_center {
          margin-top: 30px; }
          #space .space-content-three .text_park .text_p0 .p_center h1 {
            font-size: 19.2px;
            margin-bottom: 20px; }
          #space .space-content-three .text_park .text_p0 .p_center p {
            font-size: 12px;
            line-height: 19.2px;
            color: #999; }
        #space .space-content-three .text_park .text_p0 .p_down {
          margin-top: 30px; }
          #space .space-content-three .text_park .text_p0 .p_down h1 {
            font-size: 19.2px;
            margin-bottom: 20px; }
          #space .space-content-three .text_park .text_p0 .p_down p {
            font-size: 12px;
            line-height: 19.2px;
            color: #999; }
    #space .space-content-three .bg_02 {
      float: right;
      transform: translateY(-70%);
      /**上移元素**/
      -ms-transform: translateY(-70%);
      -webkit-transform: translateY(-70%); }
      #space .space-content-three .bg_02 .yd {
        display: none; }
      #space .space-content-three .bg_02 .pc {
        display: block; }
      #space .space-content-three .bg_02 img {
        width: 403px;
        height: 244px;
        margin-right: 100px; }
  #space .space-content-four {
    width: 100%;
    height: 600px;
    margin-top: 0;
    background: url(../images/space/space_new/bg_03_pc.png) no-repeat left top 60px;
    background-size: 372px 445px; }
    #space .space-content-four .margin-color {
      background: #f5f5f5;
      padding-top: 20px; }
    #space .space-content-four .bg_03 {
      float: left;
      margin-left: 30px; }
      #space .space-content-four .bg_03 .text0 {
        font-size: 24px;
        color: #fff;
        margin-top: 75px; }
        #space .space-content-four .bg_03 .text0 a {
          font-size: 18px;
          text-decoration: underline;
          color: #fff; }
      #space .space-content-four .bg_03 .text1 {
        font-size: 24px;
        color: #fff;
        margin-top: 50px; }
        #space .space-content-four .bg_03 .text1 a {
          font-size: 18px;
          text-decoration: underline;
          color: #fff; }
      #space .space-content-four .bg_03 .text {
        font-size: 24px;
        color: #fff;
        margin-top: 70px; }
        #space .space-content-four .bg_03 .text a {
          font-size: 18px;
          text-decoration: underline;
          color: #fff; }
        #space .space-content-four .bg_03 .text .a_Jcg {
          display: none; }
        #space .space-content-four .bg_03 .text .a_Xbx {
          display: block; }
    #space .space-content-four .text_park2 {
      float: right;
      text-align: right;
      background: url(../images/space/space_new/bg_04_pc.png) no-repeat right 65px top 20px;
      background-size: 138px 138px; }
      #space .space-content-four .text_park2 .title_h1 {
        margin-top: 40px;
        margin-right: 180px; }
        #space .space-content-four .text_park2 .title_h1 h1 {
          font-size: 25.6px;
          line-height: 32px; }
        #space .space-content-four .text_park2 .title_h1 h2 {
          font-size: 19.2px;
          line-height: 32px; }
      #space .space-content-four .text_park2 .text_p0 {
        margin-top: 40px;
        margin-right: 180px; }
        #space .space-content-four .text_park2 .text_p0 .p_top {
          margin-top: 50px; }
          #space .space-content-four .text_park2 .text_p0 .p_top h1 {
            font-size: 19.2px;
            margin-bottom: 20px; }
          #space .space-content-four .text_park2 .text_p0 .p_top p {
            font-size: 12px;
            line-height: 19px;
            color: #999999; }
        #space .space-content-four .text_park2 .text_p0 .p_center {
          margin-top: 20px; }
          #space .space-content-four .text_park2 .text_p0 .p_center h1 {
            font-size: 19.2px;
            margin-bottom: 20px; }
          #space .space-content-four .text_park2 .text_p0 .p_center p {
            font-size: 12px;
            line-height: 19px;
            color: #999999; }
        #space .space-content-four .text_park2 .text_p0 .p_down {
          margin-top: 20px; }
          #space .space-content-four .text_park2 .text_p0 .p_down h1 {
            font-size: 22px;
            margin-bottom: 20px; }
          #space .space-content-four .text_park2 .text_p0 .p_down p {
            font-size: 12px;
            line-height: 19px;
            color: #999999; }
  #space .space-content-five {
    width: 100%;
    background: url(../images/space/space_new/bg_06_pc.png) right 30px top 30px no-repeat, url(../images/space/space_new/bg_05_pc.png) no-repeat left 66px top 20px;
    background-size: 454px 462px, 138px 138px;
    height: 550px;
    margin-bottom: 100px;
    margin-top: 20px; }
    #space .space-content-five .margin-colors {
      width: 100%;
      height: 20px;
      background: #f6f6f6;
      margin-top: -80px; }
    #space .space-content-five .text_park {
      width: 100%;
      height: 375px; }
      #space .space-content-five .text_park .title_h1 {
        margin-top: 70px;
        margin-left: 175px; }
        #space .space-content-five .text_park .title_h1 h1 {
          font-size: 30px; }
        #space .space-content-five .text_park .title_h1 h2 {
          font-size: 20px; }
      #space .space-content-five .text_park .text_p0 {
        margin-top: 54px;
        margin-left: 175px; }
        #space .space-content-five .text_park .text_p0 .p_top h1 {
          font-size: 22px; }
        #space .space-content-five .text_park .text_p0 .p_top .p_top_text {
          margin-top: 18px; }
          #space .space-content-five .text_park .text_p0 .p_top .p_top_text p {
            font-size: 18px;
            line-height: 30px;
            color: #999999; }
        #space .space-content-five .text_park .text_p0 .p_down {
          margin-top: 35px; }
          #space .space-content-five .text_park .text_p0 .p_down .yd {
            display: none; }
          #space .space-content-five .text_park .text_p0 .p_down .pc {
            display: block; }
          #space .space-content-five .text_park .text_p0 .p_down .p_down_img img {
            width: 105px;
            height: 133px;
            float: left;
            margin-left: 20px;
            margin-right: 70px; }
  #space .service-case img {
    height: 295px; }
  #space .service-case .sub-title {
    margin-top: 20px; }
  #space .service-case h4 {
    font-size: 18px;
    line-height: 22.41px;
    margin-bottom: 13px; }
  #space .service-case p {
    color: #999999;
    font-size: 12px;
    line-height: 18px; }
  #space .service-case .list {
    height: 280px; }
  #space .service-case .list_down {
    padding-bottom: 40px; }
  #space .space-content-seven {
    width: 100%;
    background: url(../images/space/space_new/bottom_blank_pc.png) no-repeat;
    background-size: 947px 268px;
    margin-left: 35px; }
    #space .space-content-seven .text_park {
      width: 100%;
      margin-top: 10px;
      margin-left: 52px; }
      #space .space-content-seven .text_park .title_h1 {
        margin-left: 30px;
        float: left;
        margin-top: 45px; }
        #space .space-content-seven .text_park .title_h1 h1 {
          font-size: 36px; }
        #space .space-content-seven .text_park .title_h1 p {
          font-size: 24px;
          line-height: 30px;
          margin-top: 47px; }
      #space .space-content-seven .text_park .text_service {
        margin-top: 25px;
        margin-left: 100px; }
        #space .space-content-seven .text_park .text_service p {
          font-size: 18px;
          line-height: 18px;
          color: #999999;
          text-align: center;
          float: left;
          margin-top: 140px; }
      #space .space-content-seven .text_park .text_service img {
        width: 192px;
        height: 192px; } }
/* 移动端 */
.laundry-banner {
  background: url(../images/laundry/banner@2x.jpg) center no-repeat;
  background-size: 100% 100%;
  padding: 0.5rem 1.4rem 0; }
  .laundry-banner .banner-first-paragraph {
    padding-bottom: 0.75rem; }

#laundry .laundry-content-two {
  width: 100%;
  padding: 0 0.45rem 0.3rem;
  text-align: center;
  position: relative; }
  #laundry .laundry-content-two .left,
  #laundry .laundry-content-two .right {
    width: 100%; }
  #laundry .laundry-content-two .left {
    position: absolute;
    top: 1.2rem;
    left: 0; }
    #laundry .laundry-content-two .left img {
      width: 3.26rem;
      height: 2.6rem; }
  #laundry .laundry-content-two .right .title {
    padding: 0.29rem 0 0; }
  #laundry .laundry-content-two .right .sub-title {
    font-size: 0.22rem; }
  #laundry .laundry-content-two .right .detail {
    text-align: left;
    font-size: 0.2rem;
    line-height: 0.36rem;
    margin-top: 3rem; }
#laundry .laundry-content-three {
  width: 100%;
  height: 12.65rem;
  background: url(../images/laundry/laundry_process@2x.jpg) center no-repeat;
  background-size: 100%; }
  #laundry .laundry-content-three h3 {
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    padding-top: 0.28rem; }
#laundry .laundry-content-four {
  width: 100%;
  text-align: center; }
  #laundry .laundry-content-four .advantage-list {
    width: 100%;
    background-color: #eeeeee; }
    #laundry .laundry-content-four .advantage-list .title {
      padding: 0.3rem 0 0.33rem; }
    #laundry .laundry-content-four .advantage-list .list {
      width: 2rem;
      height: 2.5rem;
      float: left; }
      #laundry .laundry-content-four .advantage-list .list .sub-title {
        font-size: 0.26rem;
        color: #333333; }
      #laundry .laundry-content-four .advantage-list .list .des {
        font-size: 0.18rem;
        line-height: 0.26rem; }
      #laundry .laundry-content-four .advantage-list .list .intro {
        font-size: 0.18rem; }
      @media (max-width: 374px) {
        #laundry .laundry-content-four .advantage-list .list {
          height: 3rem; } }
      @media (min-width: 426px) {
        #laundry .laundry-content-four .advantage-list .list {
          height: 2rem; } }
  #laundry .laundry-content-four .product-advantage {
    padding: 0 0.3rem 0.35rem;
    background-color: #fff; }
    #laundry .laundry-content-four .product-advantage .list {
      width: 3.45rem;
      height: 2.3rem;
      padding: 0 0.2rem;
      border-bottom: 0.01rem solid #dddddd; }
      #laundry .laundry-content-four .product-advantage .list .title {
        margin: 26px 0; }
      #laundry .laundry-content-four .product-advantage .list .sub-title {
        color: #2e84f3;
        padding: 0.116rem 0 0.23rem; }
    #laundry .laundry-content-four .product-advantage .list:nth-child(even) {
      border-right: 0.01rem solid #999999; }
    #laundry .laundry-content-four .product-advantage .list:nth-child(7),
    #laundry .laundry-content-four .product-advantage .list:nth-child(6) {
      border-bottom: none; }
  #laundry .laundry-content-four .hardware-advantage {
    padding-bottom: 0.6rem; }
    #laundry .laundry-content-four .hardware-advantage .list {
      padding: 0.1rem; }
      #laundry .laundry-content-four .hardware-advantage .list .des {
        margin-top: 0.2rem;
        color: #999999; }
    #laundry .laundry-content-four .hardware-advantage .list:nth-child(3) {
      width: 3.5rem; }
    #laundry .laundry-content-four .hardware-advantage .list.border-r {
      border-right: 1px solid #999999; }
  #laundry .laundry-content-four .worth {
    width: 100%;
    text-align: left;
    position: relative; }
    #laundry .laundry-content-four .worth .left {
      width: 100%;
      float: left;
      color: #fff;
      background-color: #2e84f3; }
      #laundry .laundry-content-four .worth .left .worth-title {
        font-size: 0.29rem;
        font-weight: bold;
        line-height: 3.64rem;
        text-indent: 0.72rem;
        color: #333333;
        background-color: #fff; }
      #laundry .laundry-content-four .worth .left .worth-list {
        width: 50%;
        float: left;
        padding: 0 0.3rem;
        margin-bottom: 20px; }
        #laundry .laundry-content-four .worth .left .worth-list .for {
          font-size: 0.26rem;
          margin: 0.2rem 0 0.25rem; }
        #laundry .laundry-content-four .worth .left .worth-list .text {
          font-size: 0.2rem;
          line-height: 0.36rem; }
    #laundry .laundry-content-four .worth .right {
      width: 4.44rem;
      height: 2.76rem;
      background: url(../images/laundry/worth@2x.png) center no-repeat;
      background-size: 100%;
      position: absolute;
      top: 0.44rem;
      right: 0.053rem; }
#laundry .laundry-content-five {
  width: 100%;
  height: 6.76rem;
  text-align: center;
  background: url(../images/laundry/product_params@2x.jpg) bottom center no-repeat;
  background-size: 100% 5.76rem; }
  #laundry .laundry-content-five .title {
    padding: 0.3rem 0; }
#laundry .laundry-content-six {
  width: 100%;
  height: 5.74rem;
  margin-bottom: 0.3rem;
  background: url(../images/laundry/case@2x.jpg) bottom center no-repeat;
  background-size: 100% 4.89rem;
  position: relative; }
  #laundry .laundry-content-six .title {
    text-align: center; }
  #laundry .laundry-content-six .detail {
    width: 96%;
    padding: 2%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 2%;
    top: 1.1rem; }
    #laundry .laundry-content-six .detail .detail-title {
      font-size: 0.28rem;
      line-height: 0.36rem; }
    #laundry .laundry-content-six .detail .text {
      font-size: 0.2rem;
      line-height: 0.3rem;
      margin-top: 0.2rem; }

/* PC端 */
@media (min-width: 1024px) {
  .laundry-banner {
    background: url(../images/laundry/banner_pc.jpg) center no-repeat;
    background-size: 100% 100%;
    padding-bottom: 0; }
    .laundry-banner .banner-first-paragraph {
      width: 760px;
      padding-bottom: 0; }

  #laundry .laundry-content-two {
    height: 310px;
    padding: 0;
    text-align: left; }
    #laundry .laundry-content-two .left {
      width: 444px;
      text-align: center;
      top: 0;
      left: 0; }
      #laundry .laundry-content-two .left img {
        width: 326px;
        height: 260px;
        margin: 25px 0; }
    #laundry .laundry-content-two .right {
      width: 580px;
      float: right; }
      #laundry .laundry-content-two .right .title {
        font-size: 25px;
        padding: 30px 0 8px;
        text-indent: 5px;
        text-align: left; }
      #laundry .laundry-content-two .right .sub-title {
        font-size: 18px;
        text-indent: 5px; }
      #laundry .laundry-content-two .right .detail {
        max-width: 524px;
        font-size: 12px;
        line-height: 22px;
        margin-top: 40px; }
  #laundry .laundry-content-three {
    height: 331px;
    background: url(../images/laundry/laundry_process_pc.jpg) center no-repeat;
    background-size: 100%; }
    #laundry .laundry-content-three h3 {
      padding-top: 23px; }
  #laundry .laundry-content-four .advantage-list {
    padding: 0 53px 20px; }
    #laundry .laundry-content-four .advantage-list .title {
      padding: 14px 0 12px; }
    #laundry .laundry-content-four .advantage-list .list {
      width: 306px;
      height: 120px; }
      #laundry .laundry-content-four .advantage-list .list .sub-title {
        font-size: 18px; }
      #laundry .laundry-content-four .advantage-list .list .des {
        font-size: 12px;
        line-height: 20px; }
      #laundry .laundry-content-four .advantage-list .list .intro {
        font-size: 12px;
        margin: 4px 0 30px; }
    #laundry .laundry-content-four .advantage-list .list.border-b {
      border-bottom: 1px solid #999999; }
    #laundry .laundry-content-four .advantage-list .list.border-r {
      border-right: 1px solid #999999; }
  #laundry .laundry-content-four .product-advantage {
    padding-bottom: 30px; }
    #laundry .laundry-content-four .product-advantage .list {
      height: 182px;
      border-bottom: none; }
      #laundry .laundry-content-four .product-advantage .list .title {
        padding: 26px 0; }
      #laundry .laundry-content-four .product-advantage .list .sub-title {
        color: #2e84f3;
        padding: 33px 0 27px; }
      #laundry .laundry-content-four .product-advantage .list .des {
        max-width: 184px;
        margin: 0 auto; }
    #laundry .laundry-content-four .product-advantage .list:nth-child(even) {
      border-right: 1px solid #999999; }
    #laundry .laundry-content-four .product-advantage .list:nth-child(4) {
      border-right: none; }
  #laundry .laundry-content-four .hardware-advantage .list {
    padding: 0; }
    #laundry .laundry-content-four .hardware-advantage .list .des {
      margin-top: 0;
      color: #333333; }
  #laundry .laundry-content-four .hardware-advantage .list:nth-child(3) {
    width: 306px; }
  #laundry .laundry-content-four .worth {
    padding-top: 36px; }
    #laundry .laundry-content-four .worth .left {
      width: 450px;
      height: 290px;
      padding-left: 80px; }
      #laundry .laundry-content-four .worth .left .worth-title {
        font-size: 26px;
        margin-top: 15px;
        line-height: 26px;
        text-indent: 0;
        color: #fff;
        background-color: #2e84f3; }
      #laundry .laundry-content-four .worth .left .worth-list {
        width: 260px;
        padding: 0;
        margin-bottom: 20px; }
        #laundry .laundry-content-four .worth .left .worth-list .for {
          font-size: 20px;
          /* font-weight: bold; */
          margin: 10px 0; }
        #laundry .laundry-content-four .worth .left .worth-list .text {
          font-size: 12px;
          line-height: 18px; }
      #laundry .laundry-content-four .worth .left .worth-list:nth-child(2) {
        margin-bottom: 30px; }
    #laundry .laundry-content-four .worth .right {
      width: 574px;
      height: 290px;
      background: url(../images/laundry/worth.png) center no-repeat;
      background-size: 100%;
      top: 36px;
      right: 0; }
  #laundry .laundry-content-five {
    width: 100%;
    height: 780px;
    text-align: center;
    background: url(../images/laundry/product_params.jpg) bottom center no-repeat;
    background-size: 889px 684px; }
    #laundry .laundry-content-five .title {
      line-height: 31px;
      padding: 45px 0 20px; }
  #laundry .laundry-content-six {
    width: 100%;
    height: 616px;
    margin-bottom: 20px;
    background: url(../images/laundry/case_pc.jpg) bottom center no-repeat;
    background-size: 100% 521px; }
    #laundry .laundry-content-six .title {
      line-height: 30px;
      padding: 45px 0 20px; }
    #laundry .laundry-content-six .detail {
      width: 50%;
      top: 200px; }
      #laundry .laundry-content-six .detail .detail-title {
        font-size: 20px;
        line-height: 26px; }
      #laundry .laundry-content-six .detail .text {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px; } }
/* 移动端 */
.life-banner {
  background: url(../images/life/banner@2x.jpg) center no-repeat;
  background-size: 100% 100%;
  padding: 0.5rem 1.5rem 0; }
  .life-banner .banner-first-paragraph {
    padding-bottom: 1.3rem; }

@media (max-width: 1023px) {
  #life .life-content-two {
    width: 100%;
    text-align: center;
    padding-bottom: 0.3rem;
    background-color: #f6f6f6;
    position: relative; }
    #life .life-content-two .scene-list .title,
    #life .life-content-two .special-list .title {
      font-weight: bold;
      padding: 0.25rem 0.38rem; }
    #life .life-content-two .scene-list {
      width: 100%;
      padding: 0 0.36rem; }
      #life .life-content-two .scene-list li {
        width: 3.09rem;
        height: 2.06rem;
        margin-bottom: 0.58rem;
        float: left;
        position: relative; }
        #life .life-content-two .scene-list li .text {
          width: 141px;
          color: #ffffff;
          font-weight: bold;
          font-size: 12px;
          line-height: 18px;
          text-align: center;
          position: absolute;
          bottom: 28px; }
      #life .life-content-two .scene-list .img:nth-child(2) {
        background: url(../images/life/scene_01.jpg) center no-repeat;
        background-size: 3.09rem 2.06rem; }
      #life .life-content-two .scene-list .img:nth-child(3) {
        background: url(../images/life/scene_02.jpg) center no-repeat;
        background-size: 3.09rem 2.06rem; }
      #life .life-content-two .scene-list .img:nth-child(4) {
        background: url(../images/life/scene_03.jpg) center no-repeat;
        background-size: 3.09rem 2.06rem; }
      #life .life-content-two .scene-list .img:nth-child(5) {
        background: url(../images/life/scene_04.jpg) center no-repeat;
        background-size: 3.09rem 2.06rem; }
      #life .life-content-two .scene-list .img:nth-child(6) {
        background: url(../images/life/scene_05.jpg) center no-repeat;
        background-size: 3.09rem 2.06rem; }
      #life .life-content-two .scene-list .img:nth-child(even) {
        margin-right: 0.6rem; }
      #life .life-content-two .scene-list .img:nth-child(even)::before,
      #life .life-content-two .scene-list .add::after {
        width: 0.6rem;
        float: left;
        content: '+';
        text-align: center;
        font-size: 0.2rem;
        font-weight: bold;
        line-height: 2.06rem;
        color: #009bd7;
        position: absolute;
        top: 0;
        left: 3.09rem; }
      #life .life-content-two .scene-list .add::after {
        width: 100%;
        line-height: 0.58rem;
        top: 2.06rem;
        left: 0; }
      #life .life-content-two .scene-list li:last-child {
        margin-right: 0; }
    #life .life-content-two .more {
      width: 3.09rem;
      height: 2.06rem;
      background-color: #d9d9d9;
      font-size: 0.2rem;
      color: #ffffff;
      font-weight: bold;
      text-align: center;
      line-height: 2.06rem;
      position: absolute;
      top: 6.18rem;
      right: 0.36rem; }
    #life .life-content-two .gray-list {
      width: 100%;
      padding: 0.27rem 0;
      background-color: #eeeeee; }
      #life .life-content-two .gray-list li {
        width: 50%;
        float: left; }
        #life .life-content-two .gray-list li .title {
          font-size: 0.2rem;
          line-height: 0.24rem; }
          #life .life-content-two .gray-list li .title span {
            display: block; }
        #life .life-content-two .gray-list li .introduce {
          padding: 0 0.25rem;
          margin: 0.15rem auto 0.07rem;
          color: #737373;
          font-size: 0.18rem;
          line-height: 0.24rem; }
      #life .life-content-two .gray-list li:first-child {
        border-right: 0.01rem solid #a6a6a6;
        box-sizing: border-box; }
    #life .life-content-two .special-list {
      width: 100%; }
      #life .life-content-two .special-list li {
        width: 6.75rem;
        height: 2.5rem;
        margin: 0 auto 0.2rem;
        background-color: #ffffff; }
        #life .life-content-two .special-list li .special {
          width: 2.85rem;
          font-size: 0.22rem;
          color: #333333;
          margin-top: 0.9rem; }
        #life .life-content-two .special-list li .des {
          width: 3.7rem;
          height: 100%;
          font-size: 0.22rem;
          line-height: 0.26rem;
          text-align: left;
          padding: 0.9rem 0.2rem 0 0.24rem;
          color: #ffffff; }
      #life .life-content-two .special-list li:nth-child(even) .special {
        float: left;
        text-align: left;
        padding-left: 0.7rem;
        margin-left: 0.2rem; }
      #life .life-content-two .special-list li:nth-child(even) .des {
        float: right;
        background: url(../images/life/bg_r.jpg) center no-repeat;
        background-size: 100%; }
      #life .life-content-two .special-list li:nth-child(odd) .special {
        float: right;
        text-align: right;
        padding-right: 0.7rem;
        margin-right: 0.2rem; }
      #life .life-content-two .special-list li:nth-child(odd) .des {
        float: left;
        background: url(../images/life/bg_l.jpg) center no-repeat;
        background-size: 100%; }
      #life .life-content-two .special-list li:nth-child(2) .special {
        background: url(../images/life/special_01.png) left center no-repeat;
        background-size: 0.6rem 0.53rem; }
      #life .life-content-two .special-list li:nth-child(3) .special {
        background: url(../images/life/special_02.png) right center no-repeat;
        background-size: 0.6rem 0.53rem; }
      #life .life-content-two .special-list li:nth-child(4) .special {
        background: url(../images/life/special_03.png) left center no-repeat;
        background-size: 0.6rem 0.53rem; }
      #life .life-content-two .special-list li:nth-child(5) .special {
        background: url(../images/life/special_04.png) right center no-repeat;
        background-size: 0.6rem 0.53rem; }
      #life .life-content-two .special-list li:nth-child(6) .special {
        background: url(../images/life/special_05.png) left center no-repeat;
        background-size: 0.6rem 0.53rem; }
  #life .life-content-three {
    height: auto;
    background: url(../images/blockchain/pattern_bg1_m@2x.jpg) center no-repeat;
    background-size: 100% 100%; } }
#life .life-content-four {
  width: 100%;
  text-align: center; }
  #life .life-content-four .title .small {
    display: block;
    font-size: 0.18rem;
    padding: 0.35rem 0 0.15rem; }
  #life .life-content-four .cps {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
    #life .life-content-four .cps .icon {
      display: block;
      width: 0.63rem;
      height: 0.63rem;
      margin: 0.5rem auto 0.2rem; }
    #life .life-content-four .cps .sub-title {
      font-size: 0.22rem;
      line-height: 0.26rem;
      margin-bottom: 0.2rem; }
    #life .life-content-four .cps .des {
      font-size: 0.22rem;
      line-height: 0.3rem;
      padding: 0 1.3rem; }
    #life .life-content-four .cps .des.bold {
      font-size: 14px;
      margin: 0.6rem 0 0.2rem; }
    #life .life-content-four .cps .des.color-blue {
      color: #408ef4; }
    #life .life-content-four .cps .des.color-gray {
      color: #999999; }
  #life .life-content-four .cps-list {
    padding: 0 0.36rem; }
    #life .life-content-four .cps-list li {
      float: left;
      text-align: center;
      font-size: 12px;
      color: #959595;
      line-height: 20px; }
      #life .life-content-four .cps-list li .list-title {
        font-size: 0.18rem;
        line-height: 0.24rem;
        color: #333333; }
      #life .life-content-four .cps-list li .list-sub-title {
        font-weight: bold;
        color: #333333; }
    #life .life-content-four .cps-list .info {
      width: 1.7rem; }
      #life .life-content-four .cps-list .info img {
        width: 0.58rem;
        height: 0.58rem;
        margin: 0 auto 0.25rem; }
    #life .life-content-four .cps-list .symbol {
      width: 0.84rem;
      font-size: 0.24rem;
      line-height: 0.58rem;
      font-weight: bold;
      color: #2e83f3; }
#life .life-content-five {
  width: 100%;
  text-align: center;
  padding: 0 0.37rem;
  background-color: #f6f6f6; }
  #life .life-content-five .title {
    padding: 0.2rem 0 0.32rem; }
  #life .life-content-five .sub-title {
    display: none; }
  #life .life-content-five .case-list {
    width: 100%; }
    #life .life-content-five .case-list .list {
      width: 3.26rem;
      height: 3.23rem;
      float: left;
      margin-bottom: 0.2rem;
      padding-top: 0.2rem;
      background-color: #ffffff; }
      #life .life-content-five .case-list .list img {
        width: 2.28rem;
        height: 0.41rem;
        display: block;
        margin: 0 auto 0.25rem; }
      #life .life-content-five .case-list .list .text {
        font-size: 0.19rem;
        margin-bottom: 0.25rem; }
      #life .life-content-five .case-list .list .des {
        font-size: 0.18rem;
        font-weight: bold;
        color: #2e84f3;
        line-height: 0.26rem; }
      #life .life-content-five .case-list .list .fun {
        font-size: 0.17rem;
        color: #666666;
        margin-top: 0.25rem; }
    #life .life-content-five .case-list .list:nth-child(odd) {
      margin-right: 0.24rem; }
    #life .life-content-five .case-list .more {
      font-size: 0.28rem;
      color: #333333; }

/* PC端 */
@media (min-width: 1024px) {
  .life-banner {
    background: url(../images/life/banner_pc.png) center no-repeat;
    background-size: 100% 100%;
    padding-bottom: 0; }
    .life-banner .banner-first-paragraph {
      width: 760px;
      padding-bottom: 0; }

  #life .life-content-two {
    width: 100%;
    padding: 0 53px; }
    #life .life-content-two .scene-list .title,
    #life .life-content-two .special-list .title {
      color: #333333;
      font-size: 24px;
      text-align: center;
      font-weight: bold;
      padding: 28px 0 20px; }
    #life .life-content-two .scene-list {
      width: 100%; }
      #life .life-content-two .scene-list li {
        width: 141px;
        height: 94px;
        float: left;
        margin-right: 50px;
        position: relative; }
        #life .life-content-two .scene-list li .text {
          width: 100%;
          color: #ffffff;
          font-weight: bold;
          font-size: 12px;
          line-height: 18px;
          text-align: center;
          position: absolute;
          bottom: 28px; }
      #life .life-content-two .scene-list .img:nth-child(2) {
        background: url(../images/life/scene_01.png) center no-repeat;
        background-size: 141px 94px; }
      #life .life-content-two .scene-list .img:nth-child(3) {
        background: url(../images/life/scene_02.png) center no-repeat;
        background-size: 141px 94px; }
      #life .life-content-two .scene-list .img:nth-child(4) {
        background: url(../images/life/scene_03.png) center no-repeat;
        background-size: 141px 94px; }
      #life .life-content-two .scene-list .img:nth-child(5) {
        background: url(../images/life/scene_04.png) center no-repeat;
        background-size: 141px 94px; }
      #life .life-content-two .scene-list .img:nth-child(6) {
        background: url(../images/life/scene_05.png) center no-repeat;
        background-size: 141px 94px; }
      #life .life-content-two .scene-list .add::after {
        float: left;
        content: '+';
        font-size: 20px;
        font-weight: bold;
        margin: 0 19px;
        line-height: 94px;
        position: absolute;
        top: 0;
        left: 141px; }
      #life .life-content-two .scene-list li:last-child {
        margin-right: 0; }
    #life .life-content-two .more {
      width: 100%;
      font-size: 12px;
      color: #333333;
      font-weight: bold;
      text-align: center;
      margin: 18px 0; }
    #life .life-content-two .gray-list {
      width: 100%;
      padding: 11px 0;
      background-color: #eeeeee; }
      #life .life-content-two .gray-list li {
        width: 50%;
        float: left;
        text-align: center; }
        #life .life-content-two .gray-list li .title {
          color: #333333;
          font-size: 18px;
          font-weight: bold;
          margin: 14px 0 16px; }
        #life .life-content-two .gray-list li .introduce {
          width: 276px;
          margin: 0 auto;
          color: #737373;
          font-size: 12px;
          line-height: 20px;
          margin-bottom: 19px; }
      #life .life-content-two .gray-list li:first-child {
        border-right: 1px solid #a6a6a6;
        box-sizing: border-box; }
    #life .life-content-two .special-list {
      width: 100%; }
      #life .life-content-two .special-list li {
        width: 150px;
        float: left;
        margin-right: 42px;
        text-align: center; }
        #life .life-content-two .special-list li img {
          display: block;
          width: 60px;
          height: 53px;
          margin: 0 auto 14px; }
        #life .life-content-two .special-list li .special {
          font-size: 18px;
          color: #666666;
          font-weight: bold;
          padding-top: 70px; }
        #life .life-content-two .special-list li .des {
          font-size: 12px;
          line-height: 20px;
          margin: 12px 0 30px;
          color: #959595; }
      #life .life-content-two .special-list li:last-child {
        margin-right: 0; }
      #life .life-content-two .special-list li:nth-child(2) .special {
        background: url(../images/life/special_01.png) top center no-repeat;
        background-size: 60px 53px; }
      #life .life-content-two .special-list li:nth-child(3) .special {
        background: url(../images/life/special_02.png) top center no-repeat;
        background-size: 60px 53px; }
      #life .life-content-two .special-list li:nth-child(4) .special {
        background: url(../images/life/special_03.png) top center no-repeat;
        background-size: 60px 53px; }
      #life .life-content-two .special-list li:nth-child(5) .special {
        background: url(../images/life/special_04.png) top center no-repeat;
        background-size: 60px 53px; }
      #life .life-content-two .special-list li:nth-child(6) .special {
        background: url(../images/life/special_05.png) top center no-repeat;
        background-size: 60px 53px; }
  #life .life-content-three {
    background: url(../images/blockchain/pattern_bg1.png) center no-repeat;
    background-size: 100% 100%; }
  #life .life-content-four {
    width: 100%; }
    #life .life-content-four .title,
    #life .life-content-four .title .small {
      font-size: 24px;
      font-weight: bold;
      color: #333333;
      text-align: center; }
    #life .life-content-four .title .small {
      display: block;
      font-size: 18px;
      padding: 27px 0 15px; }
    #life .life-content-four .cps {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
      #life .life-content-four .cps .icon {
        display: block;
        width: 63px;
        height: 63px;
        margin: 32px auto 20px; }
      #life .life-content-four .cps .sub-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 0; }
      #life .life-content-four .cps .des {
        font-size: 12px;
        line-height: 20px;
        padding: 0; }
      #life .life-content-four .cps .des.bold {
        font-size: 14px;
        margin: 30px 0 0; }
      #life .life-content-four .cps .des.color-blue {
        color: #408ef4; }
      #life .life-content-four .cps .des.color-gray {
        color: #999999; }
    #life .life-content-four .cps-list {
      padding: 0 216px 20px; }
      #life .life-content-four .cps-list li {
        float: left;
        text-align: center;
        font-size: 12px;
        color: #959595;
        line-height: 20px; }
        #life .life-content-four .cps-list li .list-title {
          font-size: 14px;
          font-weight: bold;
          line-height: 26px;
          color: #333333; }
        #life .life-content-four .cps-list li .list-sub-title {
          font-weight: bold;
          color: #333333; }
      #life .life-content-four .cps-list .info {
        width: 150px; }
        #life .life-content-four .cps-list .info img {
          width: 58px;
          height: 58px;
          margin: 0 auto; }
      #life .life-content-four .cps-list .symbol {
        width: 71px;
        font-size: 30px;
        line-height: 58px;
        font-weight: bold;
        color: #2e83f3; }
  #life .life-content-five {
    padding: 0 53px 88px;
    background-color: #ffffff; }
    #life .life-content-five .title {
      font-size: 26px;
      padding: 0 0 8px; }
    #life .life-content-five .sub-title {
      display: block;
      font-size: 20px;
      margin: 22px 0 18px; }
    #life .life-content-five .case-list {
      border-right: 1px solid #cdcdcd; }
      #life .life-content-five .case-list .list {
        width: 228px;
        height: 180px;
        float: left;
        margin-bottom: 0;
        padding-top: 0;
        box-sizing: border-box;
        border-left: 1px solid #cdcdcd; }
        #life .life-content-five .case-list .list img {
          width: 228px;
          height: 41px;
          margin: 0 auto; }
        #life .life-content-five .case-list .list .text {
          font-size: 12px;
          margin: 15px 0 8px; }
        #life .life-content-five .case-list .list .des {
          font-size: 14px;
          line-height: 22px; }
        #life .life-content-five .case-list .list .fun {
          font-size: 14px;
          margin-top: 30px; }
      #life .life-content-five .case-list .list:nth-child(odd) {
        margin-right: 0; }
      #life .life-content-five .case-list .more {
        font-size: 14px; }
      #life .life-content-five .case-list .list:first-child {
        border-left: 1px solid #cdcdcd; } }
/* 移动端 */
.supplychain-banner {
  background: url(../images/intelligentStorage/intelligentStorage_web/head.png) center no-repeat, linear-gradient(#bab7b7, #bab7b7);
  background-size: cover;
  background-blend-mode: darken;
  width: 100%; }
  .supplychain-banner .banner-first-paragraph {
    width: 100%;
    margin-top: 0.5rem;
    padding-bottom: 2rem; }
    .supplychain-banner .banner-first-paragraph .contact {
      display: none; }

.mainBody .content {
  background-color: #f6f6f6; }

#supplychain .supplychain-content-OnePointFive {
  background-color: #ffffff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  padding-bottom: 0.5rem; }
  #supplychain .supplychain-content-OnePointFive .title {
    line-height: 0.3rem;
    padding: 0.1rem 0 0.3rem;
    color: #2e84f3; }
    #supplychain .supplychain-content-OnePointFive .title span.gray {
      font-size: 0.18rem; }
  #supplychain .supplychain-content-OnePointFive .Industry_scene .industry_body {
    padding: 0 0.2rem;
    display: flex;
    justify-content: center; }
    #supplychain .supplychain-content-OnePointFive .Industry_scene .industry_body .coreFunction {
      width: 1.8rem;
      height: 1.8rem;
      text-align: center;
      position: relative; }
      #supplychain .supplychain-content-OnePointFive .Industry_scene .industry_body .coreFunction .logo {
        width: 1.8rem;
        height: 0.4rem;
        margin-top: 0.1rem; }
        #supplychain .supplychain-content-OnePointFive .Industry_scene .industry_body .coreFunction .logo img {
          width: 0.46rem;
          height: 0.4rem; }
      #supplychain .supplychain-content-OnePointFive .Industry_scene .industry_body .coreFunction .coreFunctionText {
        margin-top: 0.2rem;
        color: #a2a2a2; }
        #supplychain .supplychain-content-OnePointFive .Industry_scene .industry_body .coreFunction .coreFunctionText h3 {
          text-align: center;
          font-size: 0.2rem; }
        #supplychain .supplychain-content-OnePointFive .Industry_scene .industry_body .coreFunction .coreFunctionText .coreFunctionalContent {
          font-size: 0.16rem;
          text-align: center;
          padding: 0.15rem 0.2rem; }
    #supplychain .supplychain-content-OnePointFive .Industry_scene .industry_body .coreFunction:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0.6rem;
      width: 0.01rem;
      height: 60%;
      background-color: #bababa; }
    #supplychain .supplychain-content-OnePointFive .Industry_scene .industry_body .coreFunctionBorder:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0.7rem;
      width: 0;
      height: 50%;
      background-color: #bababa; }
#supplychain .supplychain-content-two {
  background-color: #ffffff;
  padding-top: 0.5rem;
  text-align: center; }
  #supplychain .supplychain-content-two .title {
    line-height: 0.3rem;
    padding: 0.1rem 0 0.3rem;
    color: #2e84f3; }
    #supplychain .supplychain-content-two .title span.gray {
      font-size: 0.18rem; }
  #supplychain .supplychain-content-two .outINFlow {
    text-align: center;
    padding: 0 0.6rem; }
    #supplychain .supplychain-content-two .outINFlow img {
      width: 100%;
      height: 100%; }
#supplychain .supplychain-content-three {
  text-align: center;
  background-color: #ffffff;
  margin-top: 0.2rem; }
  #supplychain .supplychain-content-three .title {
    color: #2e84f3;
    padding: 0.3rem 0 0.1rem; }
  #supplychain .supplychain-content-three P {
    color: #2e84f3;
    font-weight: bold;
    font-size: 0.2rem; }
  #supplychain .supplychain-content-three .adminManege {
    width: 100%;
    height: 5rem;
    margin-top: 0.4rem; }
    #supplychain .supplychain-content-three .adminManege .systemPlatform {
      width: 100%;
      height: 50%;
      margin-top: 0.2rem; }
      #supplychain .supplychain-content-three .adminManege .systemPlatform .systemPlatform01,
      #supplychain .supplychain-content-three .adminManege .systemPlatform .systemPlatform02 {
        width: 100%;
        height: 100%;
        float: left;
        padding: 0 0.55rem; }
        #supplychain .supplychain-content-three .adminManege .systemPlatform .systemPlatform01 h4,
        #supplychain .supplychain-content-three .adminManege .systemPlatform .systemPlatform02 h4 {
          color: #2e84f3;
          font-size: 0.24rem;
          text-align: center; }
        #supplychain .supplychain-content-three .adminManege .systemPlatform .systemPlatform01 p,
        #supplychain .supplychain-content-three .adminManege .systemPlatform .systemPlatform02 p {
          color: #666666;
          font-size: 0.16rem;
          font-weight: normal;
          margin-top: 0.26rem;
          text-align: center; }
        #supplychain .supplychain-content-three .adminManege .systemPlatform .systemPlatform01 img,
        #supplychain .supplychain-content-three .adminManege .systemPlatform .systemPlatform02 img {
          width: 4.25rem; }
#supplychain .supplychain-content-four {
  text-align: center;
  background-color: #ffffff;
  margin-top: 0.2rem;
  height: auto; }
  #supplychain .supplychain-content-four .title {
    color: #2e84f3;
    padding: 0.3rem 0 0.1rem; }
  #supplychain .supplychain-content-four P {
    color: #2e84f3;
    font-weight: bold;
    font-size: 0.2rem; }
  #supplychain .supplychain-content-four .hardware {
    margin: 0 1rem;
    padding-bottom: 0.7rem; }
    #supplychain .supplychain-content-four .hardware .hardwareEquipment {
      width: 100%;
      height: 2.28rem;
      border: solid 0.01rem #c9c9c9;
      margin-top: 0.2rem; }
      #supplychain .supplychain-content-four .hardware .hardwareEquipment .hardwareEquipment01 {
        width: 40%;
        height: 100%;
        float: left; }
        #supplychain .supplychain-content-four .hardware .hardwareEquipment .hardwareEquipment01 img {
          width: 100%; }
      #supplychain .supplychain-content-four .hardware .hardwareEquipment .hardwareEquipment02 {
        width: 60%;
        height: 100%;
        float: left;
        padding: 0 0.4rem; }
        #supplychain .supplychain-content-four .hardware .hardwareEquipment .hardwareEquipment02 h4 {
          color: #2e84f3;
          font-size: 0.24rem;
          text-align: left;
          padding-top: 0.2rem; }
        #supplychain .supplychain-content-four .hardware .hardwareEquipment .hardwareEquipment02 p {
          text-align: left;
          color: #666666;
          font-size: 0.16rem;
          font-weight: normal;
          margin-top: 0.1rem; }
#supplychain .supplychain-content-five {
  text-align: center;
  background-color: #ffffff;
  margin-top: 0.2rem;
  padding-bottom: 0.5rem; }
  #supplychain .supplychain-content-five .title {
    color: #2e84f3;
    padding: 0.3rem 0 0.1rem; }
  #supplychain .supplychain-content-five .sceneBody {
    width: auto;
    height: auto;
    margin: 0 0.4rem;
    margin-top: 0.4rem; }
    #supplychain .supplychain-content-five .sceneBody .scene01 {
      width: auto;
      height: 100%;
      float: left;
      position: relative; }
      #supplychain .supplychain-content-five .sceneBody .scene01 img {
        width: 1.5rem;
        height: 100%; }
      #supplychain .supplychain-content-five .sceneBody .scene01 .sceneText {
        font-size: 0.18rem;
        color: #ffffff;
        position: absolute;
        width: 1rem;
        height: 1rem;
        z-indent: 2;
        top: 35%;
        left: 20%; }
    #supplychain .supplychain-content-five .sceneBody .scene02 {
      width: auto;
      height: 100%;
      float: left;
      margin-left: 0.1rem; }
      #supplychain .supplychain-content-five .sceneBody .scene02 .scene03 {
        width: 100%;
        height: 50%;
        padding-bottom: 0.1rem; }
        #supplychain .supplychain-content-five .sceneBody .scene02 .scene03 .scene05 {
          float: left;
          width: 30%;
          height: 100%;
          position: relative; }
          #supplychain .supplychain-content-five .sceneBody .scene02 .scene03 .scene05 img {
            width: 1.5rem;
            height: 100%; }
          #supplychain .supplychain-content-five .sceneBody .scene02 .scene03 .scene05 .sceneText {
            font-size: 0.18rem;
            color: #ffffff;
            position: absolute;
            width: 1rem;
            height: 1rem;
            z-indent: 2;
            top: 35%;
            left: 20%; }
        #supplychain .supplychain-content-five .sceneBody .scene02 .scene03 .sceneMargin01 {
          margin-right: 5%; }
        #supplychain .supplychain-content-five .sceneBody .scene02 .scene03 .sceneMargin02 img {
          width: 1.5rem;
          height: 1.25rem; }
      #supplychain .supplychain-content-five .sceneBody .scene02 .scene04 {
        width: 100%;
        height: 50%;
        padding-top: 0.1rem; }
        #supplychain .supplychain-content-five .sceneBody .scene02 .scene04 .scene05 {
          width: 30%;
          height: auto;
          float: left;
          position: relative;
          padding-top: 0.1rem; }
          #supplychain .supplychain-content-five .sceneBody .scene02 .scene04 .scene05 img {
            width: 1.5rem;
            height: auto; }
          #supplychain .supplychain-content-five .sceneBody .scene02 .scene04 .scene05 .sceneText {
            font-size: 0.18rem;
            color: #ffffff;
            position: absolute;
            width: 1rem;
            height: 1rem;
            z-indent: 2;
            top: 35%;
            left: 20%; }
        #supplychain .supplychain-content-five .sceneBody .scene02 .scene04 .sceneMargin01 {
          margin-right: 5%; }
        #supplychain .supplychain-content-five .sceneBody .scene02 .scene04 .scene06 {
          width: 60%;
          height: auto;
          float: left;
          position: relative;
          padding-top: 0.1rem; }
          #supplychain .supplychain-content-five .sceneBody .scene02 .scene04 .scene06 img {
            width: 3rem;
            height: auto; }
          #supplychain .supplychain-content-five .sceneBody .scene02 .scene04 .scene06 .sceneText {
            font-size: 0.18rem;
            color: #ffffff;
            position: absolute;
            width: 1rem;
            height: 1rem;
            z-indent: 2;
            top: 35%;
            left: 35%; }
#supplychain .supplychain-content-six {
  text-align: center;
  background-color: #ffffff;
  margin-top: 0.2rem;
  padding-bottom: 1rem; }
  #supplychain .supplychain-content-six .title {
    color: #2e84f3;
    padding: 0.3rem 0 0.1rem; }
  #supplychain .supplychain-content-six .case01 .logo,
  #supplychain .supplychain-content-six .case02 .logo,
  #supplychain .supplychain-content-six .case03 .logo {
    width: 0.72rem;
    height: 0.63rem;
    margin: 0 auto; }
    #supplychain .supplychain-content-six .case01 .logo img,
    #supplychain .supplychain-content-six .case02 .logo img,
    #supplychain .supplychain-content-six .case03 .logo img {
      width: 0.72rem;
      height: 0.63rem; }
  #supplychain .supplychain-content-six .case01 .logos,
  #supplychain .supplychain-content-six .case02 .logos,
  #supplychain .supplychain-content-six .case03 .logos {
    width: 1.32rem;
    height: 0.67rem;
    margin: 0 auto; }
    #supplychain .supplychain-content-six .case01 .logos img,
    #supplychain .supplychain-content-six .case02 .logos img,
    #supplychain .supplychain-content-six .case03 .logos img {
      width: 1.32rem;
      height: 0.67rem; }
  #supplychain .supplychain-content-six .case01 h4,
  #supplychain .supplychain-content-six .case02 h4,
  #supplychain .supplychain-content-six .case03 h4 {
    font-size: 0.24rem;
    color: #2e84f3;
    margin: 0.2rem 0; }
  #supplychain .supplychain-content-six .case01 p,
  #supplychain .supplychain-content-six .case02 p,
  #supplychain .supplychain-content-six .case03 p {
    font-size: 0.16rem;
    color: #b7b7b7;
    margin: 0 1.2rem;
    margin-top: 0.2rem; }
  #supplychain .supplychain-content-six .case01 .caseVideo,
  #supplychain .supplychain-content-six .case02 .caseVideo,
  #supplychain .supplychain-content-six .case03 .caseVideo {
    width: auto;
    height: 3.7rem;
    margin: 0 1.2rem;
    margin-top: 0.4rem; }
  #supplychain .supplychain-content-six .case01 .caseVideos,
  #supplychain .supplychain-content-six .case02 .caseVideos,
  #supplychain .supplychain-content-six .case03 .caseVideos {
    width: 100%;
    height: 100%; }
  #supplychain .supplychain-content-six .case02 {
    margin-top: 0.7rem; }
  #supplychain .supplychain-content-six .case03 {
    margin-top: 0.7rem; }
    #supplychain .supplychain-content-six .case03 .metroImg {
      margin: 0 1.2rem;
      margin-top: 0.2rem; }
      #supplychain .supplychain-content-six .case03 .metroImg img {
        width: 100%;
        height: 100%; }

/* PC端 */
@media (min-width: 1024px) {
  .supplychain-banner {
    background: url(../images/intelligentStorage/intelligentStorage_web/head.png) center no-repeat, linear-gradient(#bab7b7, #bab7b7);
    background-size: cover;
    background-blend-mode: darken;
    width: 100%; }
    .supplychain-banner h2 {
      margin-top: 20px; }
    .supplychain-banner .banner-first-paragraph {
      width: 100%;
      margin-top: 30px;
      padding-bottom: 20px; }
      .supplychain-banner .banner-first-paragraph .contact {
        display: flex;
        justify-content: center; }
        .supplychain-banner .banner-first-paragraph .contact .function {
          border: solid #ffffff 1px;
          width: 246px;
          height: 185px;
          margin-left: 30px;
          margin-top: 20px; }
          .supplychain-banner .banner-first-paragraph .contact .function h3 {
            color: #ffffff;
            margin-top: 10px; }
          .supplychain-banner .banner-first-paragraph .contact .function .function_content {
            font-size: 16px;
            margin-top: 10px;
            padding: 0 10px; }

  .mainBody .content {
    background-color: #f6f6f6; }

  #supplychain .service-pattern {
    height: auto; }
  #supplychain .supplychain-content-OnePointFive {
    background-color: #ffffff;
    text-align: center;
    width: 100%;
    margin-top: 0; }
    #supplychain .supplychain-content-OnePointFive .title {
      line-height: 30px;
      padding: 10px 0 30px;
      color: #2e84f3; }
      #supplychain .supplychain-content-OnePointFive .title span.gray {
        font-size: 18px; }
    #supplychain .supplychain-content-OnePointFive .Industry_scene .industry_body {
      padding: 0 20px;
      display: flex;
      justify-content: center; }
      #supplychain .supplychain-content-OnePointFive .Industry_scene .industry_body .coreFunction {
        width: 244px;
        height: 180px;
        text-align: center;
        position: relative; }
        #supplychain .supplychain-content-OnePointFive .Industry_scene .industry_body .coreFunction .logo {
          width: 242px;
          height: 40px;
          margin-top: 10px; }
          #supplychain .supplychain-content-OnePointFive .Industry_scene .industry_body .coreFunction .logo img {
            width: auto;
            height: auto; }
        #supplychain .supplychain-content-OnePointFive .Industry_scene .industry_body .coreFunction .coreFunctionText {
          margin-top: 15px;
          color: #a2a2a2; }
          #supplychain .supplychain-content-OnePointFive .Industry_scene .industry_body .coreFunction .coreFunctionText h3 {
            text-align: center;
            font-size: 24px; }
          #supplychain .supplychain-content-OnePointFive .Industry_scene .industry_body .coreFunction .coreFunctionText .coreFunctionalContent {
            font-size: 16px;
            text-align: center;
            padding: 15px 20px; }
      #supplychain .supplychain-content-OnePointFive .Industry_scene .industry_body .coreFunction:before {
        content: '';
        position: absolute;
        left: 0;
        top: 60px;
        width: 1px;
        height: 60%;
        background-color: #bababa; }
      #supplychain .supplychain-content-OnePointFive .Industry_scene .industry_body .coreFunctionBorder:before {
        content: '';
        position: absolute;
        left: 0;
        top: 70px;
        width: 0;
        height: 50%;
        background-color: #bababa; }
  #supplychain .supplychain-content-two {
    background-color: #ffffff;
    padding-top: 50px;
    text-align: center; }
    #supplychain .supplychain-content-two .title {
      line-height: 30px;
      padding: 10px 0 30px;
      color: #2e84f3; }
      #supplychain .supplychain-content-two .title span.gray {
        font-size: 18px; }
    #supplychain .supplychain-content-two .outINFlow {
      text-align: center;
      padding: 0 60px; }
      #supplychain .supplychain-content-two .outINFlow img {
        width: 100%;
        height: 100%; }
  #supplychain .supplychain-content-three {
    text-align: center;
    background-color: #ffffff;
    margin-top: 20px; }
    #supplychain .supplychain-content-three .title {
      color: #2e84f3;
      padding: 30px 0 10px; }
    #supplychain .supplychain-content-three P {
      color: #2e84f3;
      font-weight: bold;
      font-size: 20px; }
    #supplychain .supplychain-content-three .adminManege {
      width: 100%;
      height: 500px;
      margin-top: 40px; }
      #supplychain .supplychain-content-three .adminManege .systemPlatform {
        width: 100%;
        height: 50%;
        margin-top: 20px; }
        #supplychain .supplychain-content-three .adminManege .systemPlatform .systemPlatform01,
        #supplychain .supplychain-content-three .adminManege .systemPlatform .systemPlatform02 {
          width: 50%;
          height: 100%;
          float: left;
          padding: 0 55px; }
          #supplychain .supplychain-content-three .adminManege .systemPlatform .systemPlatform01 h4,
          #supplychain .supplychain-content-three .adminManege .systemPlatform .systemPlatform02 h4 {
            color: #2e84f3;
            font-size: 24px;
            text-align: left; }
          #supplychain .supplychain-content-three .adminManege .systemPlatform .systemPlatform01 p,
          #supplychain .supplychain-content-three .adminManege .systemPlatform .systemPlatform02 p {
            text-align: left;
            color: #666666;
            font-size: 16px;
            font-weight: normal;
            margin-top: 26px; }
          #supplychain .supplychain-content-three .adminManege .systemPlatform .systemPlatform01 img,
          #supplychain .supplychain-content-three .adminManege .systemPlatform .systemPlatform02 img {
            width: 425px; }
  #supplychain .supplychain-content-four {
    text-align: center;
    background-color: #ffffff;
    margin-top: 20px;
    height: auto; }
    #supplychain .supplychain-content-four .title {
      color: #2e84f3;
      padding: 30px 0 10px; }
    #supplychain .supplychain-content-four P {
      color: #2e84f3;
      font-weight: bold;
      font-size: 20px; }
    #supplychain .supplychain-content-four .hardware {
      margin: 0 100px;
      padding-bottom: 70px; }
      #supplychain .supplychain-content-four .hardware .hardwareEquipment {
        width: 100%;
        height: 228px;
        border: solid 1px #c9c9c9;
        margin-top: 20px; }
        #supplychain .supplychain-content-four .hardware .hardwareEquipment .hardwareEquipment01 {
          width: 40%;
          height: 100%;
          float: left; }
        #supplychain .supplychain-content-four .hardware .hardwareEquipment .hardwareEquipment02 {
          width: 60%;
          height: 100%;
          float: left;
          padding: 0 40px; }
          #supplychain .supplychain-content-four .hardware .hardwareEquipment .hardwareEquipment02 h4 {
            color: #2e84f3;
            font-size: 24px;
            text-align: left;
            padding-top: 20px; }
          #supplychain .supplychain-content-four .hardware .hardwareEquipment .hardwareEquipment02 p {
            text-align: left;
            color: #666666;
            font-size: 16px;
            font-weight: normal;
            margin-top: 30px; }
  #supplychain .supplychain-content-five {
    text-align: center;
    background-color: #ffffff;
    margin-top: 20px;
    padding-bottom: 50px; }
    #supplychain .supplychain-content-five .title {
      color: #2e84f3;
      padding: 30px 0 10px; }
    #supplychain .supplychain-content-five .sceneBody {
      width: auto;
      height: 400px;
      margin: 0 40px;
      margin-top: 40px; }
      #supplychain .supplychain-content-five .sceneBody .scene01 {
        width: auto;
        height: 100%;
        float: left;
        position: relative; }
        #supplychain .supplychain-content-five .sceneBody .scene01 img {
          width: auto;
          height: auto; }
        #supplychain .supplychain-content-five .sceneBody .scene01 .sceneText {
          font-size: 18px;
          color: #ffffff;
          position: absolute;
          width: 100px;
          height: 100px;
          z-indent: 2;
          top: 50%;
          left: 30%; }
      #supplychain .supplychain-content-five .sceneBody .scene02 {
        width: auto;
        height: 100%;
        float: left;
        margin-left: 20px; }
        #supplychain .supplychain-content-five .sceneBody .scene02 .scene03 {
          width: 100%;
          height: 50%;
          padding-bottom: 10px; }
          #supplychain .supplychain-content-five .sceneBody .scene02 .scene03 .scene05 {
            float: left;
            width: 30%;
            height: 100%;
            position: relative; }
            #supplychain .supplychain-content-five .sceneBody .scene02 .scene03 .scene05 img {
              width: auto;
              height: auto; }
            #supplychain .supplychain-content-five .sceneBody .scene02 .scene03 .scene05 .sceneText {
              font-size: 18px;
              color: #ffffff;
              position: absolute;
              width: 100px;
              height: 100px;
              z-indent: 2;
              top: 50%;
              left: 30%; }
          #supplychain .supplychain-content-five .sceneBody .scene02 .scene03 .sceneMargin01 {
            margin-right: 5%; }
          #supplychain .supplychain-content-five .sceneBody .scene02 .scene03 .sceneMargin02 img {
            width: 222px;
            height: 190px; }
        #supplychain .supplychain-content-five .sceneBody .scene02 .scene04 {
          width: 100%;
          height: 50%;
          padding-top: 10px; }
          #supplychain .supplychain-content-five .sceneBody .scene02 .scene04 .scene05 {
            width: 30%;
            height: 100%;
            float: left;
            position: relative;
            padding-top: 0; }
            #supplychain .supplychain-content-five .sceneBody .scene02 .scene04 .scene05 img {
              width: auto;
              height: auto; }
            #supplychain .supplychain-content-five .sceneBody .scene02 .scene04 .scene05 .sceneText {
              font-size: 18px;
              color: #ffffff;
              position: absolute;
              width: 100px;
              height: 100px;
              z-indent: 2;
              top: 50%;
              left: 30%; }
          #supplychain .supplychain-content-five .sceneBody .scene02 .scene04 .sceneMargin01 {
            margin-right: 5%; }
          #supplychain .supplychain-content-five .sceneBody .scene02 .scene04 .scene06 {
            width: 60%;
            height: 100%;
            float: left;
            position: relative;
            padding-top: 0; }
            #supplychain .supplychain-content-five .sceneBody .scene02 .scene04 .scene06 img {
              width: auto;
              height: auto; }
            #supplychain .supplychain-content-five .sceneBody .scene02 .scene04 .scene06 .sceneText {
              font-size: 18px;
              color: #ffffff;
              position: absolute;
              width: 100px;
              height: 100px;
              z-indent: 2;
              top: 50%;
              left: 45%; }
  #supplychain .supplychain-content-six {
    text-align: center;
    background-color: #ffffff;
    margin-top: 20px;
    padding-bottom: 100px; }
    #supplychain .supplychain-content-six .title {
      color: #2e84f3;
      padding: 30px 0 10px; }
    #supplychain .supplychain-content-six .case01 .logo,
    #supplychain .supplychain-content-six .case02 .logo,
    #supplychain .supplychain-content-six .case03 .logo {
      width: 108px;
      height: 95px;
      margin: 0 auto; }
      #supplychain .supplychain-content-six .case01 .logo img,
      #supplychain .supplychain-content-six .case02 .logo img,
      #supplychain .supplychain-content-six .case03 .logo img {
        width: auto;
        height: auto; }
    #supplychain .supplychain-content-six .case01 .logos,
    #supplychain .supplychain-content-six .case02 .logos,
    #supplychain .supplychain-content-six .case03 .logos {
      width: 198px;
      height: 100px;
      margin: 0 auto; }
      #supplychain .supplychain-content-six .case01 .logos img,
      #supplychain .supplychain-content-six .case02 .logos img,
      #supplychain .supplychain-content-six .case03 .logos img {
        width: auto;
        height: auto; }
    #supplychain .supplychain-content-six .case01 h4,
    #supplychain .supplychain-content-six .case02 h4,
    #supplychain .supplychain-content-six .case03 h4 {
      font-size: 24px;
      color: #2e84f3;
      margin: 20px 0; }
    #supplychain .supplychain-content-six .case01 p,
    #supplychain .supplychain-content-six .case02 p,
    #supplychain .supplychain-content-six .case03 p {
      font-size: 16px;
      color: #b7b7b7;
      margin: 0 120px;
      margin-top: 20px; }
    #supplychain .supplychain-content-six .case01 .caseVideo,
    #supplychain .supplychain-content-six .case02 .caseVideo,
    #supplychain .supplychain-content-six .case03 .caseVideo {
      width: auto;
      height: 370px;
      margin: 0 120px;
      margin-top: 40px; }
    #supplychain .supplychain-content-six .case01 .caseVideos,
    #supplychain .supplychain-content-six .case02 .caseVideos,
    #supplychain .supplychain-content-six .case03 .caseVideos {
      width: 100%;
      height: 100%; }
    #supplychain .supplychain-content-six .case02 {
      margin-top: 70px; }
    #supplychain .supplychain-content-six .case03 {
      margin-top: 70px; }
      #supplychain .supplychain-content-six .case03 .metroImg {
        margin: 0 120px;
        margin-top: 20px; }
        #supplychain .supplychain-content-six .case03 .metroImg img {
          width: 100%;
          height: 100%; } }
.asset-banner {
  background: url(../images/asset/banner@2x.jpg) center no-repeat;
  background-size: 100% 100%;
  padding-bottom: 0.73rem; }
  .asset-banner h2 {
    font-size: 0.3rem;
    padding: 0 2em 0.8em; }
  .asset-banner .banner-first-paragraph {
    width: 5rem;
    padding-bottom: 0.5rem; }
    .asset-banner .banner-first-paragraph span {
      display: block; }

#asset .asset-content-two {
  width: 100%;
  text-align: center; }
  #asset .asset-content-two .title {
    padding: 0.4rem 0; }
  #asset .asset-content-two .info {
    font-size: 0.26rem;
    line-height: 0.36rem;
    padding: 0 2em;
    color: #000000; }
    #asset .asset-content-two .info .text {
      margin-bottom: 0.2rem; }
    #asset .asset-content-two .info .text .bold {
      font-weight: bold; }
    #asset .asset-content-two .info .text.blue {
      margin-bottom: 0;
      color: #2e83f3; }
  #asset .asset-content-two .list-wrapper {
    width: 100%;
    margin-top: 0.3rem; }
    #asset .asset-content-two .list-wrapper .list {
      width: 100%;
      height: 2.6rem;
      color: #fff;
      margin-bottom: 0.2rem;
      position: relative; }
      #asset .asset-content-two .list-wrapper .list img {
        width: 100%;
        display: block; }
      #asset .asset-content-two .list-wrapper .list .detail {
        width: 100%;
        height: 1.88rem;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
        #asset .asset-content-two .list-wrapper .list .detail .list-title {
          font-size: 0.3rem;
          font-weight: bold;
          margin: 0.2rem 0; }
        #asset .asset-content-two .list-wrapper .list .detail .text {
          font-size: 0.24rem;
          line-height: 0.36rem; }
#asset .asset-content-three {
  width: 100%;
  background-color: #f6f6f6; }
  #asset .asset-content-three .title {
    padding: 0.3rem 0 0.2rem;
    text-align: center; }
  #asset .asset-content-three .list-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0.3rem 0; }
    #asset .asset-content-three .list-wrapper .list {
      margin-bottom: 0.3rem;
      position: relative; }
      #asset .asset-content-three .list-wrapper .list .num {
        width: 0.6rem;
        float: left;
        font-size: 0.5rem;
        font-weight: bold;
        color: #2e83f3;
        position: absolute;
        top: 50%;
        left: 0.6rem;
        transform: translate(-50%, -50%); }
      #asset .asset-content-three .list-wrapper .list .num::after {
        content: '';
        width: 0.5rem;
        height: 1px;
        display: block;
        transform: rotate(-60deg);
        position: relative;
        left: 0.3rem;
        top: -0.09rem;
        border-bottom: 0.01rem solid #E6EDFF;
        /* border-bottom: 1px solid #333; */ }
      #asset .asset-content-three .list-wrapper .list .info {
        width: 6.3rem;
        float: left;
        margin-left: 1.2rem; }
        #asset .asset-content-three .list-wrapper .list .info .list-title {
          font-size: 0.3rem;
          color: #2e83f3;
          margin-bottom: 0.1rem; }
        #asset .asset-content-three .list-wrapper .list .info .text {
          padding-right: 1em;
          font-size: 0.24rem;
          line-height: 0.36rem;
          color: #333333; }
#asset .asset-content-four {
  width: 100%;
  padding: 0 0.3rem 0.84rem;
  background: url("../images/medical/content-bg.png") center no-repeat;
  background-size: cover; }
  #asset .asset-content-four .title {
    text-align: center;
    line-height: 0.54rem;
    padding: 0.17rem 0; }
  #asset .asset-content-four .info {
    width: 100%;
    height: 3.1rem;
    margin: 0 auto;
    padding: 0.32rem 0.55rem 0.42rem 0.8rem;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex; }
    #asset .asset-content-four .info .code {
      flex-shrink: 0;
      width: 2.3rem;
      height: 2.3rem;
      margin-right: 0.35rem; }
    #asset .asset-content-four .info .des .text {
      font-size: 0.24rem;
      color: #666666; }
      #asset .asset-content-four .info .des .text .blue {
        font-size: 0.3rem;
        color: #475d9b; }
    #asset .asset-content-four .info .des .text:first-child {
      margin: 0.15rem 0 0.13rem; }
    #asset .asset-content-four .info .des .text.bold {
      margin-top: 0.38rem;
      font-size: 0.22rem;
      font-weight: bold; }

@media (min-width: 1024px) {
  .asset-banner {
    background: url(../images/asset/banner_pc.jpg) center no-repeat;
    background-size: 100% 100%;
    padding-bottom: 0; }
    .asset-banner h2 {
      font-size: 36px;
      padding: 0; }
    .asset-banner .banner-first-paragraph {
      width: 760px;
      padding-bottom: 0; }
      .asset-banner .banner-first-paragraph span {
        display: inline; }

  #asset .asset-content-two {
    padding-bottom: 50px; }
    #asset .asset-content-two .title {
      padding: 20px 0; }
    #asset .asset-content-two .info {
      font-size: 18px;
      line-height: 24px; }
    #asset .asset-content-two .list-wrapper {
      margin-top: 50px;
      padding: 0 27px; }
      #asset .asset-content-two .list-wrapper .list {
        width: 300px;
        height: 260px;
        float: left;
        margin-right: 35px;
        margin-bottom: 0; }
        #asset .asset-content-two .list-wrapper .list .detail {
          width: 100%;
          height: 150px;
          text-align: center;
          top: 120px;
          right: 0; }
          #asset .asset-content-two .list-wrapper .list .detail .list-title {
            font-size: 20px;
            margin: 20px 0;
            color: #000000; }
          #asset .asset-content-two .list-wrapper .list .detail .text {
            font-size: 16px;
            line-height: 28px;
            color: #333333; }
      #asset .asset-content-two .list-wrapper .list:last-child {
        margin-right: 0; }
  #asset .asset-content-three .title {
    padding: 20px 0; }
  #asset .asset-content-three .list-wrapper {
    width: 620px;
    padding: 30px 0 50px; }
    #asset .asset-content-three .list-wrapper .list {
      margin-bottom: 30px; }
      #asset .asset-content-three .list-wrapper .list .num {
        width: 60px;
        font-size: 30px;
        top: 50%;
        left: 60px; }
      #asset .asset-content-three .list-wrapper .list .num::after {
        width: 50px;
        left: 18px;
        top: -9px;
        border-bottom: 1px solid #E6EDFF; }
      #asset .asset-content-three .list-wrapper .list .info {
        width: 520px;
        margin-left: 110px; }
        #asset .asset-content-three .list-wrapper .list .info .list-title {
          font-size: 20px;
          margin-bottom: 0; }
        #asset .asset-content-three .list-wrapper .list .info .text {
          font-size: 16px;
          line-height: 24px;
          padding-right: 0; }
  #asset .asset-content-four {
    width: 100%;
    padding: 0 0 47px;
    background: url("../images/medical/content-bg-pc.png") center no-repeat;
    background-size: 100%; }
    #asset .asset-content-four .title {
      text-align: center;
      line-height: 32px;
      padding: 28px 0; }
    #asset .asset-content-four .info {
      width: 685px;
      height: 244px;
      padding: 30px 100px 0; }
      #asset .asset-content-four .info .code {
        width: 161px;
        height: 161px;
        margin-right: 55px; }
      #asset .asset-content-four .info .des .text {
        font-size: 16px;
        line-height: 28px; }
        #asset .asset-content-four .info .des .text .blue {
          font-size: 16px; }
      #asset .asset-content-four .info .des .text:first-child {
        font-size: 20px;
        margin: 15px 0 0; }
      #asset .asset-content-four .info .des .text.bold {
        margin-top: 10px;
        font-size: 16px; } }
/* 移动端 */
.lineCabin-banner {
  width: 100%;
  background: url(../images/lineCabin/banner.jpg) center no-repeat;
  background-size: cover;
  padding: 0.8rem 0 0; }
  .lineCabin-banner .banner-first-paragraph {
    padding-top: 0.4rem;
    padding-bottom: 1.5rem;
    letter-spacing: 0.06rem; }

#lineCabin {
  padding: 0 0.3rem;
  background-color: #f6f6f6; }
  #lineCabin .lineCabin-content-two {
    width: 100%; }
    #lineCabin .lineCabin-content-two .list-wrapper .list {
      width: 100%;
      padding: 0.5rem 0.24rem 0.3rem;
      background-color: #ffffff;
      margin-top: 0.3rem;
      position: relative; }
      #lineCabin .lineCabin-content-two .list-wrapper .list .title {
        font-size: 0.24rem;
        line-height: 0.38rem;
        color: #2d83f3;
        font-weight: bold;
        position: absolute;
        left: 3.7rem;
        top: 0.85rem; }
        #lineCabin .lineCabin-content-two .list-wrapper .list .title span {
          display: block; }
      #lineCabin .lineCabin-content-two .list-wrapper .list .img img {
        width: 2.86rem; }
      #lineCabin .lineCabin-content-two .list-wrapper .list .text {
        padding: 0 0.14rem;
        margin-top: 0.2rem;
        font-size: 0.18rem;
        line-height: 0.26rem; }
    #lineCabin .lineCabin-content-two .list-wrapper .list:last-child .title {
      left: 0.4rem; }
    #lineCabin .lineCabin-content-two .list-wrapper .list:last-child .img {
      text-align: right; }
  #lineCabin .lineCabin-content-three {
    width: 100%;
    text-align: center; }
    #lineCabin .lineCabin-content-three .title {
      margin: 0.5rem 0 0.3rem; }
    #lineCabin .lineCabin-content-three .list-wrapper {
      background-color: #ffffff; }
      #lineCabin .lineCabin-content-three .list-wrapper .list {
        width: 25%;
        float: left;
        padding: 0.4rem 0; }
        #lineCabin .lineCabin-content-three .list-wrapper .list .icon {
          width: 0.5rem;
          display: block;
          margin: 0 auto 0.5rem; }
        #lineCabin .lineCabin-content-three .list-wrapper .list .text {
          font-size: 0.2rem;
          line-height: 0.3rem; }
  #lineCabin .lineCabin-content-four {
    width: 100%;
    text-align: center; }
    #lineCabin .lineCabin-content-four .title {
      margin: 0.5rem 0 0.3rem; }
    #lineCabin .lineCabin-content-four .flow-img {
      padding: 0.5rem 0;
      background-color: #ffffff; }
      #lineCabin .lineCabin-content-four .flow-img .use-flow {
        width: 6.06rem;
        margin: 0 auto;
        display: block; }
      #lineCabin .lineCabin-content-four .flow-img .use-flow.pc {
        display: none; }
    #lineCabin .lineCabin-content-four .list-wrapper {
      padding: 0.42rem 0 0.52rem 0.25rem;
      background-color: #5695f3; }
      #lineCabin .lineCabin-content-four .list-wrapper .list {
        width: 2.15rem;
        float: left;
        color: #ffffff;
        position: relative; }
        #lineCabin .lineCabin-content-four .list-wrapper .list .list-title {
          font-size: 0.2rem;
          line-height: 0.3rem;
          letter-spacing: 0.05rem; }
        #lineCabin .lineCabin-content-four .list-wrapper .list .text {
          max-width: 1.65rem;
          margin: 0.28rem auto 0;
          font-size: 14px;
          line-height: 0.22rem;
          letter-spacing: 0.05rem; }
      #lineCabin .lineCabin-content-four .list-wrapper .list.border-r::after {
        display: block;
        content: '';
        height: 1rem;
        border-right: 1px solid #ffffff;
        position: absolute;
        right: 0;
        top: 0; }
  #lineCabin .lineCabin-content-five {
    width: 100%;
    padding: 0 0.3rem;
    text-align: center; }
    #lineCabin .lineCabin-content-five .title {
      margin: 0.5rem 0 0.3rem; }
    #lineCabin .lineCabin-content-five .list {
      width: 3.09rem;
      height: 2.06rem;
      line-height: 2.06rem;
      font-size: 0.24rem;
      color: #ffffff; }
    #lineCabin .lineCabin-content-five .list.tx {
      float: left;
      margin-right: 0.1rem;
      height: 4.23rem;
      line-height: 4.23rem;
      background: url(../images/lineCabin/scene_01@2x.jpg) center no-repeat;
      background-size: 100% 100%; }
    #lineCabin .lineCabin-content-five .mid {
      float: left; }
      #lineCabin .lineCabin-content-five .mid .list.dl {
        margin-bottom: 0.1rem;
        background: url(../images/lineCabin/scene_02@2x.jpg) center no-repeat;
        background-size: 100% 100%; }
      #lineCabin .lineCabin-content-five .mid .list.jt {
        background: url(../images/lineCabin/scene_03@2x.jpg) center no-repeat;
        background-size: 100% 100%; }
    #lineCabin .lineCabin-content-five .right {
      width: 100%;
      float: left;
      margin-top: 0.5rem; }
      #lineCabin .lineCabin-content-five .right .top .list {
        float: left; }
      #lineCabin .lineCabin-content-five .right .top .list.ck {
        margin-right: 0.1rem;
        background: url(../images/lineCabin/scene_04@2x.jpg) center no-repeat;
        background-size: 100% 100%; }
      #lineCabin .lineCabin-content-five .right .top .list.fy {
        background: url(../images/lineCabin/scene_05@2x.jpg) center no-repeat;
        background-size: 100% 100%; }
      #lineCabin .lineCabin-content-five .right .list.jd {
        width: 100%;
        height: 2.07rem;
        line-height: 2.07rem;
        margin-top: 0.1rem;
        background: url(../images/lineCabin/scene_06@2x.jpg) center no-repeat;
        background-size: 100% 100%; }
  #lineCabin .lineCabin-content-six {
    width: 100%;
    margin-bottom: 0.3rem;
    text-align: center;
    position: relative; }
    #lineCabin .lineCabin-content-six .title {
      margin: 0.5rem 0 0.3rem; }
      #lineCabin .lineCabin-content-six .title span {
        display: block; }
      #lineCabin .lineCabin-content-six .title span.gray {
        color: #666666;
        font-weight: normal;
        font-size: 0.24rem;
        padding: 0 0.5rem; }
    #lineCabin .lineCabin-content-six img {
      width: 100%; }
    #lineCabin .lineCabin-content-six .img {
      display: block; }
    #lineCabin .lineCabin-content-six .img_pc {
      display: none; }

/* PC端 */
@media (min-width: 1024px) {
  .lineCabin-banner {
    background: url(../images/lineCabin/banner_pc.jpg) center no-repeat;
    background-size: cover;
    padding: 0; }
    .lineCabin-banner .banner-first-paragraph {
      margin-top: 50px;
      width: 760px;
      padding: 0;
      letter-spacing: 5px; }

  #lineCabin {
    padding: 0; }
    #lineCabin .lineCabin-content-two .list-wrapper .list {
      padding: 63px 115px 45px 122px;
      margin-top: 30px;
      position: relative; }
      #lineCabin .lineCabin-content-two .list-wrapper .list .title {
        font-size: 20px;
        line-height: 26px;
        position: absolute;
        left: 520px;
        top: 67px; }
        #lineCabin .lineCabin-content-two .list-wrapper .list .title span {
          display: inline; }
      #lineCabin .lineCabin-content-two .list-wrapper .list .img {
        float: left;
        width: 286px;
        margin-right: 114px; }
        #lineCabin .lineCabin-content-two .list-wrapper .list .img img {
          width: 100%;
          display: block; }
      #lineCabin .lineCabin-content-two .list-wrapper .list .text {
        width: 375px;
        float: left;
        padding: 0;
        margin-top: 50px;
        font-size: 12px;
        line-height: 24px; }
    #lineCabin .lineCabin-content-two .list-wrapper .list:last-child .title {
      left: 122px; }
    #lineCabin .lineCabin-content-two .list-wrapper .list:last-child .img {
      float: right;
      margin-left: 114px;
      margin-right: 0; }
    #lineCabin .lineCabin-content-three {
      width: 100%; }
      #lineCabin .lineCabin-content-three .title {
        margin: 40px 0; }
      #lineCabin .lineCabin-content-three .list-wrapper {
        background-color: #ffffff; }
        #lineCabin .lineCabin-content-three .list-wrapper .list {
          width: 25%;
          float: left;
          padding: 65px 0 80px; }
          #lineCabin .lineCabin-content-three .list-wrapper .list .icon {
            width: 50px;
            display: block;
            margin: 0 auto 40px; }
          #lineCabin .lineCabin-content-three .list-wrapper .list .text {
            font-size: 14px;
            line-height: 24px;
            letter-spacing: 3px; }
    #lineCabin .lineCabin-content-four .title {
      margin: 45px 0 30px; }
    #lineCabin .lineCabin-content-four .flow-img {
      padding: 45px 0 40px; }
      #lineCabin .lineCabin-content-four .flow-img .use-flow {
        width: 555px;
        display: none; }
      #lineCabin .lineCabin-content-four .flow-img .use-flow.pc {
        display: block; }
    #lineCabin .lineCabin-content-four .list-wrapper {
      padding: 48px 149px 37px; }
      #lineCabin .lineCabin-content-four .list-wrapper .list {
        width: 242px; }
        #lineCabin .lineCabin-content-four .list-wrapper .list .list-title {
          font-size: 20px;
          line-height: 30px;
          letter-spacing: 4px; }
        #lineCabin .lineCabin-content-four .list-wrapper .list .text {
          max-width: 160px;
          margin: 28px auto 0;
          font-size: 14px;
          line-height: 22px;
          letter-spacing: 2px; }
      #lineCabin .lineCabin-content-four .list-wrapper .list.border-r::after {
        height: 100px; }
    #lineCabin .lineCabin-content-five {
      padding: 0 38px; }
      #lineCabin .lineCabin-content-five .title {
        margin: 50px 0 30px; }
      #lineCabin .lineCabin-content-five .list {
        width: 222px;
        height: 190px;
        line-height: 190px;
        font-size: 24px; }
      #lineCabin .lineCabin-content-five .list.tx {
        margin-right: 20px;
        height: 400px;
        line-height: 400px;
        background: url(../images/lineCabin/scene_01.jpg) center no-repeat;
        background-size: 100% 100%; }
      #lineCabin .lineCabin-content-five .mid {
        margin-right: 20px; }
        #lineCabin .lineCabin-content-five .mid .list.dl {
          margin-bottom: 20px;
          background: url(../images/lineCabin/scene_02.jpg) center no-repeat;
          background-size: 100% 100%; }
        #lineCabin .lineCabin-content-five .mid .list.jt {
          background: url(../images/lineCabin/scene_03.jpg) center no-repeat;
          background-size: 100% 100%; }
      #lineCabin .lineCabin-content-five .right {
        width: 464px;
        margin-top: 0; }
        #lineCabin .lineCabin-content-five .right .top .list.ck {
          margin-right: 20px;
          background: url(../images/lineCabin/scene_04.jpg) center no-repeat;
          background-size: 100% 100%; }
        #lineCabin .lineCabin-content-five .right .top .list.fy {
          background: url(../images/lineCabin/scene_05.jpg) center no-repeat;
          background-size: 100% 100%; }
        #lineCabin .lineCabin-content-five .right .list.jd {
          width: 464px;
          height: 190px;
          line-height: 190px;
          margin-top: 20px;
          background: url(../images/lineCabin/scene_06.jpg) center no-repeat;
          background-size: 100% 100%; }
    #lineCabin .lineCabin-content-six {
      margin-bottom: 30px; }
      #lineCabin .lineCabin-content-six .title {
        margin: 23px 0 26px; }
        #lineCabin .lineCabin-content-six .title span.gray {
          font-weight: normal;
          font-size: 18px;
          margin-top: 5px;
          line-height: 30px; }
      #lineCabin .lineCabin-content-six .img {
        display: none; }
      #lineCabin .lineCabin-content-six .img_pc {
        display: block; } }
/* 移动端 */
.noOneCabin-banner {
  width: 100%;
  background: url(../images/noOneCabin/banner.jpg) center no-repeat;
  background-size: cover;
  padding: 0.8rem 1.5rem 0; }
  .noOneCabin-banner .banner-first-paragraph {
    padding-top: 0.4rem;
    padding-bottom: 1.5rem;
    letter-spacing: 0.06rem; }

#noOneCabin {
  padding: 0 0.3rem;
  background-color: #f6f6f6; }
  #noOneCabin .noOneCabin-content-two {
    width: 100%; }
    #noOneCabin .noOneCabin-content-two .list-wrapper .list {
      width: 100%;
      padding: 0.5rem 0.24rem 0.3rem;
      background-color: #ffffff;
      margin-top: 0.3rem;
      position: relative; }
      #noOneCabin .noOneCabin-content-two .list-wrapper .list .title {
        font-size: 0.3rem;
        line-height: 0.4rem;
        color: #2d83f3;
        font-weight: bold;
        position: absolute;
        left: 3.7rem;
        top: 0.9rem; }
        #noOneCabin .noOneCabin-content-two .list-wrapper .list .title span {
          display: block; }
      #noOneCabin .noOneCabin-content-two .list-wrapper .list .img img {
        width: 3.1rem;
        display: block; }
      #noOneCabin .noOneCabin-content-two .list-wrapper .list .img img.pc {
        display: none; }
      #noOneCabin .noOneCabin-content-two .list-wrapper .list .text {
        margin-top: 0.5rem;
        font-size: 0.18rem;
        line-height: 0.26rem; }
  #noOneCabin .noOneCabin-content-three {
    width: 100%;
    text-align: center; }
    #noOneCabin .noOneCabin-content-three .title {
      margin: 0.5rem 0 0.3rem; }
    #noOneCabin .noOneCabin-content-three .list-wrapper .list {
      width: 3.3rem;
      height: 3.3rem;
      margin-bottom: 0.3rem;
      float: left;
      background-color: #ffffff;
      padding: 0.7rem 0.4rem 0; }
      #noOneCabin .noOneCabin-content-three .list-wrapper .list .icon {
        height: 0.44rem;
        display: block;
        margin: 0 auto 0.3rem; }
      #noOneCabin .noOneCabin-content-three .list-wrapper .list .list-title {
        font-size: 0.24rem;
        line-height: 0.26rem;
        color: #333333;
        margin-bottom: 0.25rem; }
      #noOneCabin .noOneCabin-content-three .list-wrapper .list .text {
        color: #777777;
        font-size: 0.18rem;
        line-height: 0.3rem; }
    #noOneCabin .noOneCabin-content-three .list-wrapper .list:nth-child(odd) {
      margin-right: 0.3rem; }
  #noOneCabin .noOneCabin-content-new {
    width: 100%;
    padding-bottom: 0.46rem;
    background-color: #f6f6f6; }
    #noOneCabin .noOneCabin-content-new .title {
      text-align: center;
      padding: 0.3rem 0 0.4rem; }
    #noOneCabin .noOneCabin-content-new video {
      vertical-align: middle;
      width: 100%; }
  #noOneCabin .noOneCabin-content-four {
    width: 100%;
    text-align: center; }
    #noOneCabin .noOneCabin-content-four .title {
      margin: 0.2rem 0 0.3rem; }
    #noOneCabin .noOneCabin-content-four .flow-img {
      padding: 0.45rem 0 0.3rem;
      background-color: #ffffff; }
      #noOneCabin .noOneCabin-content-four .flow-img .use-flow {
        width: 6.64rem;
        margin: 0 auto;
        display: block; }
      #noOneCabin .noOneCabin-content-four .flow-img .use-flow.pc {
        display: none; }
    #noOneCabin .noOneCabin-content-four .list-wrapper .list {
      width: 100%;
      padding: 0 1.3rem 0.3rem;
      color: #ffffff;
      margin-bottom: 0.2rem;
      background-color: #5695f3;
      position: relative; }
      #noOneCabin .noOneCabin-content-four .list-wrapper .list .list-title {
        font-size: 0.24rem;
        line-height: 0.26rem;
        padding: 0.25rem 0 0.2rem; }
      #noOneCabin .noOneCabin-content-four .list-wrapper .list .text {
        font-size: 0.2rem;
        line-height: 0.26rem; }
    #noOneCabin .noOneCabin-content-four .list-wrapper .list:last-child {
      margin-bottom: 0; }
  #noOneCabin .noOneCabin-content-five {
    width: 100%;
    padding: 0 0.3rem;
    text-align: center; }
    #noOneCabin .noOneCabin-content-five .title {
      margin: 0.5rem 0 0.3rem; }
    #noOneCabin .noOneCabin-content-five .list {
      width: 3.09rem;
      height: 2.06rem;
      line-height: 2.06rem;
      font-size: 0.24rem;
      color: #ffffff; }
    #noOneCabin .noOneCabin-content-five .list.tx {
      float: left;
      margin-right: 0.1rem;
      height: 4.23rem;
      line-height: 4.23rem;
      background: url(../images/lineCabin/scene_01@2x.jpg) center no-repeat;
      background-size: 100% 100%; }
    #noOneCabin .noOneCabin-content-five .mid {
      float: left; }
      #noOneCabin .noOneCabin-content-five .mid .list.dl {
        margin-bottom: 0.1rem;
        background: url(../images/lineCabin/scene_02@2x.jpg) center no-repeat;
        background-size: 100% 100%; }
      #noOneCabin .noOneCabin-content-five .mid .list.jt {
        background: url(../images/lineCabin/scene_03@2x.jpg) center no-repeat;
        background-size: 100% 100%; }
    #noOneCabin .noOneCabin-content-five .right {
      width: 100%;
      float: left;
      margin-top: 0.5rem; }
      #noOneCabin .noOneCabin-content-five .right .top .list {
        float: left; }
      #noOneCabin .noOneCabin-content-five .right .top .list.ck {
        margin-right: 0.1rem;
        background: url(../images/lineCabin/scene_04@2x.jpg) center no-repeat;
        background-size: 100% 100%; }
      #noOneCabin .noOneCabin-content-five .right .top .list.fy {
        background: url(../images/lineCabin/scene_05@2x.jpg) center no-repeat;
        background-size: 100% 100%; }
      #noOneCabin .noOneCabin-content-five .right .list.jd {
        width: 100%;
        height: 2.07rem;
        line-height: 2.07rem;
        margin-top: 0.1rem;
        background: url(../images/lineCabin/scene_06@2x.jpg) center no-repeat;
        background-size: 100% 100%; }
  #noOneCabin .noOneCabin-content-six {
    width: 100%;
    text-align: center; }
    #noOneCabin .noOneCabin-content-six .title {
      padding: 0.3rem 0; }
    #noOneCabin .noOneCabin-content-six .list-wrapper {
      width: 100%; }
      #noOneCabin .noOneCabin-content-six .list-wrapper .list-box {
        margin-bottom: 0.3rem;
        padding: 0.52rem 0.45rem;
        background-color: #ffffff; }
        #noOneCabin .noOneCabin-content-six .list-wrapper .list-box .list {
          border: 1px solid #bfbfbf; }
          #noOneCabin .noOneCabin-content-six .list-wrapper .list-box .list .logo {
            display: block;
            margin: 0.15rem auto 0.1rem;
            width: 1.4rem; }
          #noOneCabin .noOneCabin-content-six .list-wrapper .list-box .list .sub-title {
            font-size: 0.22rem;
            color: #5493f3;
            font-weight: normal; }
          #noOneCabin .noOneCabin-content-six .list-wrapper .list-box .list .des {
            font-size: 0.18rem;
            line-height: 0.22rem; }
          #noOneCabin .noOneCabin-content-six .list-wrapper .list-box .list .img {
            margin-top: 0.5rem;
            width: 100%;
            display: block; }

/* PC端 */
@media (min-width: 1024px) {
  .noOneCabin-banner {
    background: url(../images/noOneCabin/banner_pc.jpg) center no-repeat;
    background-size: cover;
    padding: 0; }
    .noOneCabin-banner .banner-first-paragraph {
      margin-top: 50px;
      width: 760px;
      padding: 0;
      letter-spacing: 5px; }

  #noOneCabin {
    padding: 0; }
    #noOneCabin .noOneCabin-content-two .list-wrapper .list {
      padding: 0;
      margin-top: 30px;
      position: relative; }
      #noOneCabin .noOneCabin-content-two .list-wrapper .list .title {
        font-size: 24px;
        line-height: 30px;
        position: absolute;
        left: 550px;
        top: 80px; }
        #noOneCabin .noOneCabin-content-two .list-wrapper .list .title span {
          font-size: 18px;
          line-height: 26px; }
      #noOneCabin .noOneCabin-content-two .list-wrapper .list .img {
        float: left;
        width: 512px; }
        #noOneCabin .noOneCabin-content-two .list-wrapper .list .img img {
          width: 100%;
          display: none; }
        #noOneCabin .noOneCabin-content-two .list-wrapper .list .img img.pc {
          display: block; }
      #noOneCabin .noOneCabin-content-two .list-wrapper .list .text {
        padding: 190px 50px 0 550px;
        margin-top: 0;
        font-size: 12px;
        line-height: 24px; }
    #noOneCabin .noOneCabin-content-three .title {
      margin: 45px 0 30px; }
    #noOneCabin .noOneCabin-content-three .list-wrapper {
      padding: 65px 32px 0;
      background-color: #ffffff; }
      #noOneCabin .noOneCabin-content-three .list-wrapper .list {
        width: 240px;
        height: auto;
        margin-bottom: 0;
        padding: 0;
        position: relative; }
        #noOneCabin .noOneCabin-content-three .list-wrapper .list .icon {
          height: 44px;
          display: block;
          margin: 0 auto 25px; }
        #noOneCabin .noOneCabin-content-three .list-wrapper .list .list-title {
          font-size: 18px;
          line-height: 26px;
          margin-bottom: 20px; }
        #noOneCabin .noOneCabin-content-three .list-wrapper .list .text {
          font-size: 14px;
          line-height: 22px;
          padding: 0 30px; }
      #noOneCabin .noOneCabin-content-three .list-wrapper .list::after {
        display: block;
        content: '';
        height: 111px;
        border-right: 1px solid #bababa;
        position: absolute;
        top: 40px;
        right: 0; }
      #noOneCabin .noOneCabin-content-three .list-wrapper .list.noBorder::after {
        display: none; }
      #noOneCabin .noOneCabin-content-three .list-wrapper .list:nth-child(odd) {
        margin-right: 0; }
    #noOneCabin .noOneCabin-content-new {
      padding-bottom: 0;
      background-color: #f6f6f6; }
      #noOneCabin .noOneCabin-content-new .title {
        padding-top: 25px;
        padding-bottom: 38px; }
      #noOneCabin .noOneCabin-content-new video {
        vertical-align: middle;
        width: 1024px; }
    #noOneCabin .noOneCabin-content-four .title {
      margin: 50px 0 30px; }
    #noOneCabin .noOneCabin-content-four .flow-img {
      padding: 45px 0;
      background: none; }
      #noOneCabin .noOneCabin-content-four .flow-img .use-flow {
        width: 717px; }
      #noOneCabin .noOneCabin-content-four .flow-img .use-flow.pc {
        display: none; }
    #noOneCabin .noOneCabin-content-four .list-wrapper {
      background-color: #5695f3;
      padding: 45px 0; }
      #noOneCabin .noOneCabin-content-four .list-wrapper .list {
        width: 331px;
        float: left;
        margin-bottom: 0;
        padding: 0 73px 0 43px;
        position: relative; }
        #noOneCabin .noOneCabin-content-four .list-wrapper .list .list-title {
          font-size: 18px;
          line-height: 26px;
          padding: 20px 0 25px; }
        #noOneCabin .noOneCabin-content-four .list-wrapper .list .text {
          font-size: 12px;
          line-height: 22px; }
      #noOneCabin .noOneCabin-content-four .list-wrapper .list:last-child {
        margin-bottom: 0;
        padding: 0 27px 0 55px; }
      #noOneCabin .noOneCabin-content-four .list-wrapper .list:nth-child(2) {
        width: 362px;
        padding: 0 70px; }
      #noOneCabin .noOneCabin-content-four .list-wrapper .list.border-r::after {
        display: block;
        content: '';
        height: 183px;
        border-right: 1px solid #ffffff;
        position: absolute;
        right: 0;
        top: 0; }
    #noOneCabin .noOneCabin-content-five {
      padding: 0 38px; }
      #noOneCabin .noOneCabin-content-five .title {
        margin: 50px 0 30px; }
      #noOneCabin .noOneCabin-content-five .list {
        width: 222px;
        height: 190px;
        line-height: 190px;
        font-size: 24px; }
      #noOneCabin .noOneCabin-content-five .list.tx {
        margin-right: 20px;
        height: 400px;
        line-height: 400px;
        background: url(../images/lineCabin/scene_01.jpg) center no-repeat;
        background-size: 100% 100%; }
      #noOneCabin .noOneCabin-content-five .mid {
        margin-right: 20px; }
        #noOneCabin .noOneCabin-content-five .mid .list.dl {
          margin-bottom: 20px;
          background: url(../images/lineCabin/scene_02.jpg) center no-repeat;
          background-size: 100% 100%; }
        #noOneCabin .noOneCabin-content-five .mid .list.jt {
          background: url(../images/lineCabin/scene_03.jpg) center no-repeat;
          background-size: 100% 100%; }
      #noOneCabin .noOneCabin-content-five .right {
        width: 464px;
        margin-top: 0; }
        #noOneCabin .noOneCabin-content-five .right .top .list.ck {
          margin-right: 20px;
          background: url(../images/lineCabin/scene_04.jpg) center no-repeat;
          background-size: 100% 100%; }
        #noOneCabin .noOneCabin-content-five .right .top .list.fy {
          background: url(../images/lineCabin/scene_05.jpg) center no-repeat;
          background-size: 100% 100%; }
        #noOneCabin .noOneCabin-content-five .right .list.jd {
          width: 464px;
          height: 190px;
          line-height: 190px;
          margin-top: 20px;
          background: url(../images/lineCabin/scene_06.jpg) center no-repeat;
          background-size: 100% 100%; }
    #noOneCabin .noOneCabin-content-six {
      margin-bottom: 100px; }
      #noOneCabin .noOneCabin-content-six .title {
        padding: 45px 0 30px; }
      #noOneCabin .noOneCabin-content-six .list-wrapper {
        width: 100%;
        padding: 80px 110px 50px;
        background-color: #ffffff; }
        #noOneCabin .noOneCabin-content-six .list-wrapper .list-box {
          float: left;
          width: 342px;
          margin-bottom: 0;
          padding: 0; }
          #noOneCabin .noOneCabin-content-six .list-wrapper .list-box .list .logo {
            margin: 30px auto 20px;
            width: 140px; }
          #noOneCabin .noOneCabin-content-six .list-wrapper .list-box .list .sub-title {
            font-size: 18px;
            line-height: 22px; }
          #noOneCabin .noOneCabin-content-six .list-wrapper .list-box .list .des {
            font-size: 14px;
            line-height: 22px; }
          #noOneCabin .noOneCabin-content-six .list-wrapper .list-box .list .img {
            margin-top: 40px; }
        #noOneCabin .noOneCabin-content-six .list-wrapper .list-box:last-child {
          margin-left: 120px; } }
/* 移动端 */
.robot-banner {
  width: 100%;
  background: url(../images/robot/banner@2x.jpg) center no-repeat;
  background-size: cover;
  padding: 0.8rem 1.5rem 0; }
  .robot-banner .banner-first-paragraph {
    padding-top: 0.4rem;
    padding-bottom: 1.5rem;
    letter-spacing: 0.06rem; }
    .robot-banner .banner-first-paragraph .contact {
      width: 1.46rem;
      height: 0.47rem;
      background-color: #3195f3;
      border-radius: 0.15rem;
      margin: 0 auto;
      margin-top: 0.4rem; }
      .robot-banner .banner-first-paragraph .contact .text_01 {
        font-size: 0.24rem;
        padding-top: 0.07rem; }
    .robot-banner .banner-first-paragraph .linkman {
      width: 3rem;
      padding: 0 0.4rem 0.2rem;
      text-align: center;
      background-color: #ffffff;
      position: fixed;
      left: 0;
      right: 0;
      top: 2rem;
      z-index: 99;
      margin: auto; }
      .robot-banner .banner-first-paragraph .linkman .linkman_close {
        width: 0.5rem;
        height: 0.5rem;
        position: absolute;
        right: 0;
        top: 0; }
      .robot-banner .banner-first-paragraph .linkman .tit {
        font-size: 0.3rem;
        line-height: 0.5rem;
        color: #333333;
        margin-bottom: 0.2rem; }
      .robot-banner .banner-first-paragraph .linkman .text {
        font-size: 0.24rem;
        line-height: 0.34rem;
        color: #999; }
      .robot-banner .banner-first-paragraph .linkman .linkman_img {
        width: 2.2rem;
        height: 2.2rem;
        margin: 0 auto; }
        .robot-banner .banner-first-paragraph .linkman .linkman_img img {
          width: inherit;
          height: inherit; }

#robot {
  padding: 0;
  background-color: #f6f6f6; }
  #robot .robot-content-two {
    width: 100%; }
    #robot .robot-content-two .list-wrapper .list {
      width: 100%;
      padding: 0.25rem 0.4rem 0.35rem 0.55rem;
      background-color: #ffffff;
      margin-top: 0.3rem;
      position: relative; }
      #robot .robot-content-two .list-wrapper .list .title {
        font-size: 0.3rem;
        line-height: 0.4rem;
        color: #2d83f3;
        font-weight: bold;
        position: absolute;
        left: 3.7rem;
        top: 0.85rem; }
        #robot .robot-content-two .list-wrapper .list .title span {
          display: block; }
      #robot .robot-content-two .list-wrapper .list .img img {
        width: 2.26rem;
        display: block; }
      #robot .robot-content-two .list-wrapper .list .img img.pc {
        display: none; }
      #robot .robot-content-two .list-wrapper .list .text {
        margin-top: 0.5rem;
        font-size: 0.2rem;
        line-height: 0.26rem; }
  #robot .robot-content-new1 {
    width: 100%; }
    #robot .robot-content-new1 .list-wrapper .list {
      width: 100%;
      padding: 0.25rem 0.4rem 0.35rem 0.55rem;
      background-color: #ffffff;
      margin-top: 0.3rem;
      position: relative; }
      #robot .robot-content-new1 .list-wrapper .list .title {
        width: 2rem;
        font-size: 0.3rem;
        line-height: 0.4rem;
        color: #2d83f3;
        font-weight: bold;
        position: absolute;
        left: 3.7rem;
        top: 0.85rem; }
        #robot .robot-content-new1 .list-wrapper .list .title span {
          display: block; }
      #robot .robot-content-new1 .list-wrapper .list .img img {
        width: 2.26rem;
        display: block; }
      #robot .robot-content-new1 .list-wrapper .list .img img.pc {
        display: none; }
      #robot .robot-content-new1 .list-wrapper .list .text {
        margin-top: 0.3rem;
        font-size: 0.2rem;
        line-height: 0.26rem; }
  #robot .robot-content-new2 {
    width: 100%;
    text-align: center; }
    #robot .robot-content-new2 .title {
      margin-bottom: 0.24rem; }
    #robot .robot-content-new2 .list-wrapper {
      width: 100%;
      text-align: center;
      color: #fff; }
      #robot .robot-content-new2 .list-wrapper .list {
        display: block;
        float: left;
        margin-right: 0.06rem;
        width: 1.83rem;
        height: 2.90rem;
        margin-bottom: 0.3rem; }
        #robot .robot-content-new2 .list-wrapper .list .text {
          font-size: 0.3rem;
          text-align: center;
          margin-top: 1.3rem;
          color: #fff;
          text-decoration: underline; }
      #robot .robot-content-new2 .list-wrapper .list:hover .text {
        color: 333; }
      #robot .robot-content-new2 .list-wrapper a:nth-child(1) .list {
        background: url(../images/robot/prog_01.png) center no-repeat;
        background-size: 1.91rem 2.90rem; }
      #robot .robot-content-new2 .list-wrapper a:nth-child(2) .list {
        background: url(../images/robot/prog_02.png) center no-repeat;
        background-size: 1.91rem 2.90rem; }
      #robot .robot-content-new2 .list-wrapper a:nth-child(3) .list {
        background: url(../images/robot/prog_03.png) center no-repeat;
        background-size: 1.91rem 2.90rem; }
      #robot .robot-content-new2 .list-wrapper a:nth-child(4) .list {
        background: url(../images/robot/prog_04.png) center no-repeat;
        background-size: 1.91rem 2.90rem;
        margin-right: 0; }
  #robot .robot-content-three {
    width: 100%;
    text-align: center; }
    #robot .robot-content-three .title {
      margin: 0.5rem 0 0.3rem; }
    #robot .robot-content-three .list-wrapper .list {
      width: 50%;
      height: 3.7rem;
      float: left;
      background-color: #ffffff;
      padding: 0.45rem 0.25rem 0; }
      #robot .robot-content-three .list-wrapper .list .icon {
        height: 0.75rem;
        display: block;
        margin: 0 auto 0.3rem; }
      #robot .robot-content-three .list-wrapper .list .list-title {
        font-size: 0.24rem;
        line-height: 0.26rem;
        color: #333333;
        margin-bottom: 0.25rem; }
      #robot .robot-content-three .list-wrapper .list .text {
        text-align: left;
        color: #777777;
        font-size: 0.18rem;
        line-height: 0.3rem; }
  #robot .robot-content-new3 {
    width: 100%;
    background-color: #f6f6f6; }
    #robot .robot-content-new3 .title {
      line-height: 1;
      text-align: center;
      padding: 0.3rem 0 0.4rem; }
    #robot .robot-content-new3 video {
      vertical-align: middle;
      width: 100%; }
  #robot .robot-content-four {
    width: 100%;
    text-align: center;
    margin-bottom: 0.4rem; }
    #robot .robot-content-four .title {
      margin: 0.9rem 0 0.5rem; }
    #robot .robot-content-four .list-wrapper {
      background-color: #ebebeb; }
      #robot .robot-content-four .list-wrapper .list {
        width: 50%;
        height: 2.6rem;
        float: left;
        padding: 0.5rem;
        position: relative; }
        #robot .robot-content-four .list-wrapper .list .list-title {
          color: #2d83f3;
          font-size: 0.26rem;
          line-height: 0.26rem;
          padding: 0.25rem 0 0.2rem; }
        #robot .robot-content-four .list-wrapper .list .text {
          color: #666666;
          font-size: 0.18rem;
          line-height: 0.28rem; }
      #robot .robot-content-four .list-wrapper .list.border-r::after {
        display: block;
        content: '';
        height: 1rem;
        border-right: 1px solid #d4d2d2;
        position: absolute;
        right: 0;
        top: 0.9rem; }
    #robot .robot-content-four .list-wrapper-two {
      background-color: #ffffff;
      width: 100%;
      padding-bottom: 0.3rem; }
      #robot .robot-content-four .list-wrapper-two .list-two {
        width: 100%;
        padding: 0.3rem 0.25rem 0.2rem; }
        #robot .robot-content-four .list-wrapper-two .list-two .img {
          width: 2.9rem;
          margin-right: 0.7rem;
          float: left; }
        #robot .robot-content-four .list-wrapper-two .list-two .list-title {
          font-size: 0.2rem;
          line-height: 0.26rem;
          color: #2d83f3;
          margin: 0.16rem 0 0.3rem; }
        #robot .robot-content-four .list-wrapper-two .list-two .text {
          font-size: 0.18rem;
          line-height: 0.26rem; }
      #robot .robot-content-four .list-wrapper-two .list-two:last-child .img {
        float: right;
        margin-right: 0;
        margin-left: 0.5rem; }
  #robot .robot-content-five {
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 0.3rem; }
    #robot .robot-content-five .logo {
      width: 1.8rem;
      display: block;
      margin: 0 auto;
      padding: 0.2rem 0; }
    #robot .robot-content-five .sub-title {
      font-size: 0.26rem;
      color: #2d83f3;
      letter-spacing: 0.07rem; }
    #robot .robot-content-five .text {
      font-size: 0.18rem;
      line-height: 0.26rem;
      letter-spacing: 0.06rem; }
    #robot .robot-content-five .img-list {
      padding: 0.6rem 0.2rem; }
      #robot .robot-content-five .img-list .img {
        height: 1.98rem;
        float: left; }
        #robot .robot-content-five .img-list .img img {
          height: inherit; }
      #robot .robot-content-five .img-list .img:last-child {
        float: right; }

/* PC端 */
@media (min-width: 1024px) {
  .robot-banner {
    background: url(../images/robot/banner_pc.jpg) center no-repeat;
    background-size: cover;
    padding: 0; }
    .robot-banner h1 {
      padding-top: 280px; }
    .robot-banner .banner-first-paragraph {
      margin-top: 50px;
      width: 760px;
      padding: 0;
      letter-spacing: 5px; }
      .robot-banner .banner-first-paragraph .contact {
        width: 145px;
        height: 50px;
        background-color: #3195f3;
        border-radius: 15px;
        margin: 0 auto;
        margin-top: 240px; }
        .robot-banner .banner-first-paragraph .contact .text_01 {
          font-size: 24px;
          padding-top: 7px; }
      .robot-banner .banner-first-paragraph .linkman {
        width: 316px;
        padding: 0 45px 10px;
        top: 30%; }
        .robot-banner .banner-first-paragraph .linkman .linkman_close {
          width: 24px;
          height: 24px; }
        .robot-banner .banner-first-paragraph .linkman .tit {
          font-size: 18px;
          line-height: 36px;
          margin-bottom: 10px; }
        .robot-banner .banner-first-paragraph .linkman .text {
          font-size: 18px;
          line-height: 19px;
          margin-bottom: 8px;
          color: #999; }
        .robot-banner .banner-first-paragraph .linkman .linkman_img {
          width: 192px;
          height: 192px; }

  #robot {
    padding: 0; }
    #robot .robot-content-two .list-wrapper .list {
      padding: 35px 95px 15px 75px;
      margin-top: 30px;
      position: relative; }
      #robot .robot-content-two .list-wrapper .list .title {
        font-size: 24px;
        line-height: 30px;
        position: absolute;
        left: 75px;
        top: 115px; }
        #robot .robot-content-two .list-wrapper .list .title span {
          font-size: 18px;
          line-height: 26px; }
      #robot .robot-content-two .list-wrapper .list .img {
        float: right;
        width: 323px;
        margin-left: 146px; }
        #robot .robot-content-two .list-wrapper .list .img img {
          width: 100%;
          display: none; }
        #robot .robot-content-two .list-wrapper .list .img img.pc {
          display: block; }
      #robot .robot-content-two .list-wrapper .list .text {
        width: 385px;
        float: right;
        margin-top: 135px;
        font-size: 12px;
        line-height: 24px; }
    #robot .robot-content-new1 .list-wrapper .list {
      padding: 35px 95px 15px 75px;
      margin-top: 30px;
      position: relative; }
      #robot .robot-content-new1 .list-wrapper .list .title {
        font-size: 24px;
        line-height: 30px;
        position: absolute;
        left: 541px;
        top: 65px; }
        #robot .robot-content-new1 .list-wrapper .list .title span {
          font-size: 18px;
          line-height: 26px; }
      #robot .robot-content-new1 .list-wrapper .list .img {
        float: left;
        width: 323px;
        margin-left: 0px; }
        #robot .robot-content-new1 .list-wrapper .list .img img {
          width: 100%;
          display: none; }
        #robot .robot-content-new1 .list-wrapper .list .img img.pc {
          display: block; }
      #robot .robot-content-new1 .list-wrapper .list .text {
        width: 385px;
        float: right;
        margin-top: 85px;
        font-size: 12px;
        line-height: 24px; }
      #robot .robot-content-new1 .list-wrapper .list .text1 {
        margin-top: 10px;
        margin-bottom: 30px; }
    #robot .robot-content-new2 {
      width: 100%;
      text-align: center;
      margin-top: 30px; }
      #robot .robot-content-new2 .title {
        margin-bottom: 24px; }
      #robot .robot-content-new2 .list-wrapper {
        width: 100%;
        text-align: center;
        color: #fff; }
        #robot .robot-content-new2 .list-wrapper .list {
          display: block;
          float: left;
          margin-right: 5px;
          width: 252px;
          height: 285px;
          margin-bottom: 30px; }
          #robot .robot-content-new2 .list-wrapper .list .text {
            color: #4d94f0;
            font-size: 18px;
            text-align: center;
            margin-top: 128px;
            font-weight: normal;
            text-decoration: underline; }
        #robot .robot-content-new2 .list-wrapper a:nth-child(1) .list {
          background: url(../images/robot/prog_01_pc.png) center no-repeat;
          background-size: 252px 285px; }
        #robot .robot-content-new2 .list-wrapper a:nth-child(2) .list {
          background: url(../images/robot/prog_02_pc.png) center no-repeat;
          background-size: 252px 285px; }
        #robot .robot-content-new2 .list-wrapper a:nth-child(3) .list {
          background: url(../images/robot/prog_03_pc.png) center no-repeat;
          background-size: 252px 285px; }
        #robot .robot-content-new2 .list-wrapper a:nth-child(4) .list {
          background: url(../images/robot/prog_04_pc.png) center no-repeat;
          background-size: 252px 285px;
          margin-right: 0; }
        #robot .robot-content-new2 .list-wrapper a:nth-child(1):hover .list {
          background: url(../images/robot/prog_01_p_hover.png) center no-repeat;
          background-size: 252px 285px; }
          #robot .robot-content-new2 .list-wrapper a:nth-child(1):hover .list .text {
            color: #fff; }
        #robot .robot-content-new2 .list-wrapper a:nth-child(2):hover .list {
          background: url(../images/robot/prog_02_p_hover.png) center no-repeat;
          background-size: 252px 285px; }
          #robot .robot-content-new2 .list-wrapper a:nth-child(2):hover .list .text {
            color: #fff; }
        #robot .robot-content-new2 .list-wrapper a:nth-child(3):hover .list {
          background: url(../images/robot/prog_03_p_hover.png) center no-repeat;
          background-size: 252px 285px; }
          #robot .robot-content-new2 .list-wrapper a:nth-child(3):hover .list .text {
            color: #fff; }
        #robot .robot-content-new2 .list-wrapper a:nth-child(4):hover .list {
          background: url(../images/robot/prog_04_p_hover.png) center no-repeat;
          background-size: 252px 285px; }
          #robot .robot-content-new2 .list-wrapper a:nth-child(4):hover .list .text {
            color: #fff; }
    #robot .robot-content-three {
      margin-top: 30px; }
      #robot .robot-content-three .title {
        margin: 45px 0 30px; }
      #robot .robot-content-three .list-wrapper {
        padding: 50px 30px;
        background-color: #ffffff; }
        #robot .robot-content-three .list-wrapper .list {
          width: 50%;
          height: 140px;
          margin-bottom: 0;
          padding: 20px 0 0 20px;
          position: relative; }
          #robot .robot-content-three .list-wrapper .list .icon {
            float: left;
            height: 67px;
            display: block;
            margin: 0 0 25px; }
          #robot .robot-content-three .list-wrapper .list .list-title {
            text-align: left;
            font-size: 18px;
            line-height: 26px;
            margin-bottom: 20px;
            padding-left: 107px; }
          #robot .robot-content-three .list-wrapper .list .text {
            font-size: 14px;
            line-height: 22px;
            padding-left: 107px; }
        #robot .robot-content-three .list-wrapper .list:nth-child(odd) {
          border-right: 1px solid #dfdfdf;
          padding-right: 30px; }
        #robot .robot-content-three .list-wrapper .list:nth-child(1),
        #robot .robot-content-three .list-wrapper .list:nth-child(2) {
          border-bottom: 1px solid #dfdfdf;
          padding-top: 0; }
    #robot .robot-content-new3 {
      padding-bottom: 0;
      background-color: #f6f6f6; }
      #robot .robot-content-new3 .title {
        padding-top: 25px;
        padding-bottom: 38px; }
      #robot .robot-content-new3 video {
        vertical-align: middle;
        width: 1024px; }
    #robot .robot-content-four {
      margin-bottom: 80px; }
      #robot .robot-content-four .title {
        margin: 45px 0 30px; }
      #robot .robot-content-four .list-wrapper .list {
        width: 25%;
        height: auto;
        padding: 70px 40px; }
        #robot .robot-content-four .list-wrapper .list .list-title {
          font-size: 14px;
          line-height: 26px;
          padding: 0 0 25px; }
        #robot .robot-content-four .list-wrapper .list .text {
          font-size: 12px;
          line-height: 22px; }
      #robot .robot-content-four .list-wrapper .list.border-r::after,
      #robot .robot-content-four .list-wrapper .list.border-r-pc::after {
        display: block;
        content: '';
        height: 90px;
        border-right: 1px solid #d4d2d2;
        position: absolute;
        right: 0;
        top: 85px; }
      #robot .robot-content-four .list-wrapper-two {
        padding-bottom: 0; }
        #robot .robot-content-four .list-wrapper-two .list-two {
          width: 50%;
          float: left;
          padding: 68px 0 30px; }
          #robot .robot-content-four .list-wrapper-two .list-two .img {
            width: auto;
            height: 213px;
            margin: 0 auto;
            float: none; }
          #robot .robot-content-four .list-wrapper-two .list-two .list-title {
            font-size: 20px;
            line-height: 26px;
            margin: 0.16rem 0 0.3rem; }
          #robot .robot-content-four .list-wrapper-two .list-two .text {
            max-width: 272px;
            margin: 0 auto;
            font-size: 14px;
            line-height: 22px; }
        #robot .robot-content-four .list-wrapper-two .list-two:last-child .img {
          float: none;
          margin: 0 auto; }
    #robot .robot-content-five {
      margin-bottom: 30px; }
      #robot .robot-content-five .logo {
        width: 140px;
        padding: 40px 0 20px; }
      #robot .robot-content-five .sub-title {
        font-size: 18px;
        color: #2d83f3;
        letter-spacing: 6px; }
      #robot .robot-content-five .text {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 4px; }
      #robot .robot-content-five .img-list {
        padding: 45px 120px; }
        #robot .robot-content-five .img-list .img {
          height: 245px; } }
/* 移动端 */
.toolCabinet-banner {
  width: 100%;
  background: url(../images/toolCabinet/banner.jpg) center no-repeat;
  background-size: cover;
  padding: 0.8rem 1.5rem 0; }
  .toolCabinet-banner .banner-first-paragraph {
    padding-top: 0.4rem;
    padding-bottom: 1.5rem; }

#toolCabinet {
  padding: 0 0.3rem;
  background-color: #f6f6f6; }
  #toolCabinet .toolCabinet-content-two {
    width: 100%; }
    #toolCabinet .toolCabinet-content-two .list-wrapper .list {
      width: 100%;
      padding: 0.5rem 0.24rem 0.3rem;
      background-color: #ffffff;
      margin-top: 0.3rem;
      position: relative; }
      #toolCabinet .toolCabinet-content-two .list-wrapper .list .title {
        font-size: 0.3rem;
        line-height: 0.4rem;
        color: #2d83f3;
        font-weight: bold;
        position: absolute;
        left: 3.7rem;
        top: 0.9rem; }
        #toolCabinet .toolCabinet-content-two .list-wrapper .list .title span {
          display: block; }
      #toolCabinet .toolCabinet-content-two .list-wrapper .list .img img {
        width: 3.1rem;
        display: block; }
      #toolCabinet .toolCabinet-content-two .list-wrapper .list .img img.pc {
        display: none; }
      #toolCabinet .toolCabinet-content-two .list-wrapper .list .text {
        padding-top: 0.5rem;
        font-size: 0.18rem;
        line-height: 0.26rem;
        color: #333333; }
  #toolCabinet .toolCabinet-content-three {
    width: 100%;
    text-align: center; }
    #toolCabinet .toolCabinet-content-three .title {
      margin: 0.5rem 0 0.3rem; }
    #toolCabinet .toolCabinet-content-three .list-wrapper {
      background-color: #ffffff; }
      #toolCabinet .toolCabinet-content-three .list-wrapper .list {
        width: 25%;
        float: left;
        padding: 0.4rem 0; }
        #toolCabinet .toolCabinet-content-three .list-wrapper .list .icon {
          width: 0.5rem;
          display: block;
          margin: 0 auto 0.5rem; }
        #toolCabinet .toolCabinet-content-three .list-wrapper .list .text {
          font-size: 0.2rem;
          line-height: 0.3rem; }
  #toolCabinet .toolCabinet-content-four {
    width: 100%; }
    #toolCabinet .toolCabinet-content-four .title {
      text-align: center;
      padding-top: 0.5rem; }
    #toolCabinet .toolCabinet-content-four .list-wrapper {
      width: 100%; }
      #toolCabinet .toolCabinet-content-four .list-wrapper .list {
        width: 100%;
        text-align: center;
        margin-top: 0.4rem; }
        #toolCabinet .toolCabinet-content-four .list-wrapper .list .list-title {
          color: #ffffff;
          background-color: #62a2f7;
          border-top-left-radius: 0.08rem;
          border-top-right-radius: 0.08rem;
          font-size: 0.24rem;
          line-height: 0.8rem; }
          #toolCabinet .toolCabinet-content-four .list-wrapper .list .list-title span {
            position: relative; }
        #toolCabinet .toolCabinet-content-four .list-wrapper .list .list-title span::before,
        #toolCabinet .toolCabinet-content-four .list-wrapper .list .list-title span::after {
          display: block;
          content: '';
          width: 0.17rem;
          height: 1px;
          background-color: #ffffff;
          margin: auto;
          position: absolute;
          top: 0;
          bottom: 0; }
        #toolCabinet .toolCabinet-content-four .list-wrapper .list .list-title span::before {
          left: -0.45rem; }
        #toolCabinet .toolCabinet-content-four .list-wrapper .list .list-title span::after {
          right: -0.45rem; }
        #toolCabinet .toolCabinet-content-four .list-wrapper .list .des {
          height: 1.9rem;
          padding: 0.5rem 1.05rem 0;
          color: #888888;
          background-color: #ffffff;
          font-size: 0.2rem;
          line-height: 0.24rem; }
  #toolCabinet .toolCabinet-content-new {
    width: 100%;
    padding-bottom: 0.46rem;
    background-color: #f6f6f6; }
    #toolCabinet .toolCabinet-content-new .title {
      line-height: 1;
      text-align: center;
      padding: 0.3rem 0 0.4rem; }
    #toolCabinet .toolCabinet-content-new video {
      vertical-align: middle;
      width: 100%; }
  #toolCabinet .toolCabinet-content-five {
    width: 100%;
    text-align: center; }
    #toolCabinet .toolCabinet-content-five .title {
      margin: 0.5rem 0 0.3rem; }
    #toolCabinet .toolCabinet-content-five .list-wrapper .list {
      width: 3.3rem;
      height: 3.3rem;
      margin-bottom: 0.3rem;
      float: left;
      background-color: #ffffff;
      padding: 0.8rem 0.9rem 0; }
      #toolCabinet .toolCabinet-content-five .list-wrapper .list .icon {
        height: 0.71rem;
        display: block;
        margin: 0 auto 0.5rem; }
      #toolCabinet .toolCabinet-content-five .list-wrapper .list .text {
        color: #444444;
        font-size: 0.2rem;
        line-height: 0.3rem; }
    #toolCabinet .toolCabinet-content-five .list-wrapper .list:nth-child(odd) {
      margin-right: 0.3rem; }
    #toolCabinet .toolCabinet-content-five .flow-list .list {
      padding: 0.15rem 0 0.45rem;
      margin-bottom: 0.1rem;
      color: #ffffff;
      background-color: #5493f3; }
      #toolCabinet .toolCabinet-content-five .flow-list .list .icon {
        display: block;
        height: 0.55rem;
        margin: 0 auto 0.15rem; }
      #toolCabinet .toolCabinet-content-five .flow-list .list .list-title {
        margin-bottom: 0.3rem;
        font-size: 0.22rem;
        line-height: 0.3rem;
        font-weight: bold;
        letter-spacing: 0.04rem;
        position: relative; }
      #toolCabinet .toolCabinet-content-five .flow-list .list .list-title::after {
        display: block;
        content: '';
        width: 1rem;
        border-bottom: 1px solid #ffffff;
        position: absolute;
        left: 0;
        right: 0;
        top: 0.4rem;
        margin: 0 auto; }
      #toolCabinet .toolCabinet-content-five .flow-list .list .des {
        letter-spacing: 0.04rem;
        font-size: 0.18rem;
        line-height: 0.3rem; }
    #toolCabinet .toolCabinet-content-five .flow-list .list:last-child {
      margin-bottom: 0; }
      #toolCabinet .toolCabinet-content-five .flow-list .list:last-child .icon {
        height: 0.49rem;
        margin: 0.03rem auto 0.18rem; }
  #toolCabinet .toolCabinet-content-six {
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    margin: 0.5rem 0 0.3rem; }
    #toolCabinet .toolCabinet-content-six .logo {
      width: 1.16rem;
      display: block;
      margin: 0 auto;
      padding: 0.2rem 0; }
    #toolCabinet .toolCabinet-content-six .sub-title {
      font-size: 0.26rem;
      color: #2d83f3;
      letter-spacing: 0.06rem; }
    #toolCabinet .toolCabinet-content-six .text {
      font-size: 0.18rem;
      line-height: 0.26rem;
      letter-spacing: 0.04rem; }
    #toolCabinet .toolCabinet-content-six .img-list {
      padding: 0.6rem 0.2rem; }
      #toolCabinet .toolCabinet-content-six .img-list .img {
        height: 1.98rem;
        float: left; }
        #toolCabinet .toolCabinet-content-six .img-list .img img {
          height: inherit; }
      #toolCabinet .toolCabinet-content-six .img-list .img:last-child {
        float: right; }

/* PC端 */
@media (min-width: 1024px) {
  .toolCabinet-banner {
    background: url(../images/toolCabinet/banner_pc.jpg) center no-repeat;
    background-size: cover;
    padding: 0; }
    .toolCabinet-banner h1 {
      padding-top: 280px; }
    .toolCabinet-banner .banner-first-paragraph {
      margin-top: 50px;
      width: 760px;
      padding: 0; }

  #toolCabinet {
    padding: 0; }
    #toolCabinet .toolCabinet-content-two {
      padding: 0; }
      #toolCabinet .toolCabinet-content-two .list-wrapper .list {
        padding: 0;
        margin-top: 30px;
        position: relative; }
        #toolCabinet .toolCabinet-content-two .list-wrapper .list .title {
          font-size: 24px;
          line-height: 30px;
          letter-spacing: 5px;
          position: absolute;
          left: 640px;
          top: 60px; }
          #toolCabinet .toolCabinet-content-two .list-wrapper .list .title span {
            display: inline-block; }
        #toolCabinet .toolCabinet-content-two .list-wrapper .list .img {
          float: left;
          width: 515px; }
          #toolCabinet .toolCabinet-content-two .list-wrapper .list .img img {
            width: 100%;
            display: none; }
          #toolCabinet .toolCabinet-content-two .list-wrapper .list .img img.pc {
            display: block; }
        #toolCabinet .toolCabinet-content-two .list-wrapper .list .text {
          padding: 120px 50px 0 550px;
          font-size: 12px;
          line-height: 24px; }
    #toolCabinet .toolCabinet-content-three {
      width: 100%; }
      #toolCabinet .toolCabinet-content-three .title {
        margin: 40px 0; }
      #toolCabinet .toolCabinet-content-three .list-wrapper {
        background-color: #ffffff; }
        #toolCabinet .toolCabinet-content-three .list-wrapper .list {
          width: 25%;
          float: left;
          padding: 65px 0 80px; }
          #toolCabinet .toolCabinet-content-three .list-wrapper .list .icon {
            width: 50px;
            display: block;
            margin: 0 auto 40px; }
          #toolCabinet .toolCabinet-content-three .list-wrapper .list .text {
            font-size: 14px;
            line-height: 24px;
            letter-spacing: 3px; }
    #toolCabinet .toolCabinet-content-four .title {
      padding-top: 50px;
      padding-bottom: 30px; }
    #toolCabinet .toolCabinet-content-four .list-wrapper {
      background-color: #ecebeb;
      padding: 47px 0 42px 52px; }
      #toolCabinet .toolCabinet-content-four .list-wrapper .list {
        width: 300px;
        float: left;
        margin-top: 0;
        margin-right: 10px; }
        #toolCabinet .toolCabinet-content-four .list-wrapper .list .list-title {
          border-top-left-radius: 10px;
          border-top-right-radius: 10px;
          font-size: 18px;
          line-height: 80px;
          letter-spacing: 5px; }
          #toolCabinet .toolCabinet-content-four .list-wrapper .list .list-title span {
            position: relative; }
        #toolCabinet .toolCabinet-content-four .list-wrapper .list .list-title span::before,
        #toolCabinet .toolCabinet-content-four .list-wrapper .list .list-title span::after {
          width: 17px;
          height: 1px; }
        #toolCabinet .toolCabinet-content-four .list-wrapper .list .list-title span::before {
          left: -49px; }
        #toolCabinet .toolCabinet-content-four .list-wrapper .list .list-title span::after {
          right: -49px; }
        #toolCabinet .toolCabinet-content-four .list-wrapper .list .des {
          height: 200px;
          padding: 35px 40px 0;
          font-size: 12px;
          line-height: 24px;
          letter-spacing: 3px; }
    #toolCabinet .toolCabinet-content-new {
      padding-bottom: 0;
      background-color: #f6f6f6; }
      #toolCabinet .toolCabinet-content-new .title {
        padding-top: 25px;
        padding-bottom: 38px; }
      #toolCabinet .toolCabinet-content-new video {
        vertical-align: middle;
        width: 1024px; }
    #toolCabinet .toolCabinet-content-five .title {
      margin: 50px 0 30px; }
    #toolCabinet .toolCabinet-content-five .list-wrapper {
      padding-bottom: 40px;
      background-color: #ffffff; }
      #toolCabinet .toolCabinet-content-five .list-wrapper .list {
        width: 341px;
        height: auto;
        float: left;
        margin-bottom: 0;
        float: left;
        padding: 50px 0 0; }
        #toolCabinet .toolCabinet-content-five .list-wrapper .list .icon {
          height: 43px;
          display: block;
          margin: 0 auto 25px; }
        #toolCabinet .toolCabinet-content-five .list-wrapper .list .text {
          max-width: 100px;
          height: 44px;
          margin: 0 auto;
          font-size: 14px;
          line-height: 22px; }
      #toolCabinet .toolCabinet-content-five .list-wrapper .list:nth-child(odd) {
        margin-right: 0; }
    #toolCabinet .toolCabinet-content-five .flow-list .list {
      width: 33.33%;
      float: left;
      padding: 30px 0;
      margin-bottom: 0; }
      #toolCabinet .toolCabinet-content-five .flow-list .list .icon {
        height: 40px;
        margin: 0 auto 15px; }
      #toolCabinet .toolCabinet-content-five .flow-list .list .list-title {
        margin-bottom: 40px;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 5px; }
      #toolCabinet .toolCabinet-content-five .flow-list .list .list-title::after {
        width: 130px;
        border-bottom: 1px solid #ffffff;
        position: absolute;
        left: 0;
        right: 0;
        top: 40px; }
      #toolCabinet .toolCabinet-content-five .flow-list .list .des {
        height: 120px;
        font-size: 12px;
        line-height: 30px;
        letter-spacing: 2px; }
    #toolCabinet .toolCabinet-content-five .flow-list .list:last-child .icon {
      height: 38px;
      margin: 1px auto 16px; }
    #toolCabinet .toolCabinet-content-six {
      margin-bottom: 30px; }
      #toolCabinet .toolCabinet-content-six .logo {
        width: 110px;
        padding: 40px 0 20px; }
      #toolCabinet .toolCabinet-content-six .sub-title {
        font-size: 18px;
        color: #2d83f3;
        letter-spacing: 3px; }
      #toolCabinet .toolCabinet-content-six .text {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 2px; }
      #toolCabinet .toolCabinet-content-six .img-list {
        padding: 45px 120px; }
        #toolCabinet .toolCabinet-content-six .img-list .img {
          height: 245px; } }
/*
* @Author: Marte
* @Date:   2019-01-14 13:42:26
* @Last Modified by:   Marte
* @Last Modified time: 2019-02-22 17:48:07
*/
/* 移动端 */
.price-banner {
  width: 100%;
  padding: 1rem 0 1.5rem;
  margin-bottom: 0;
  background: url(../images/price/priceBanner_m.jpg) center no-repeat;
  background-size: 100% 100%; }

.price-content-two {
  text-align: center;
  background: #f6f6f6; }
  .price-content-two .pro_img {
    background: url(../images/price/process_img_m.png) center no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 5.3rem;
    height: 0.63rem;
    margin: 0.7rem auto 0.23rem; }
  .price-content-two .text {
    width: 6rem;
    margin: 0 auto;
    position: relative;
    font-size: 0.24rem;
    height: 1.7rem;
    color: #333; }
  .price-content-two .text2 {
    position: absolute;
    left: 2.24rem;
    top: 0.15rem;
    float: left; }
  .price-content-two .text1 {
    position: absolute;
    left: -0.24rem;
    top: 0.15rem;
    float: left; }
  .price-content-two .text3 {
    position: absolute;
    right: -0.2rem;
    top: 0.15rem;
    float: left; }

.price-content-three {
  background: #f6f6f6; }
  .price-content-three .title {
    text-align: center;
    margin-bottom: 0.3rem; }
  .price-content-three .need {
    width: 1.6rem;
    height: 0.4rem;
    font-size: 0.26rem;
    text-decoration: underline;
    margin-right: 0.35rem;
    float: right;
    margin-top: 0.1rem; }
    .price-content-three .need a {
      color: #0f72f1; }
  .price-content-three .price-inner {
    padding: 0.7rem 0 0 0; }
    .price-content-three .price-inner .m_l_box {
      display: none; }
    .price-content-three .price-inner .r_box {
      width: 6.9rem;
      background: #fff;
      border: 0.01rem solid #2d83f3;
      margin: 0 auto 0.69rem;
      box-sizing: border-box; }
      .price-content-three .price-inner .r_box .box {
        width: 100%;
                /*      .tabUl {
               width: 6.9rem;
               height: 0.8rem;
               margin-left: -0.01rem;
               box-sizing: border-box;
               margin-top: -0.01rem;
               li {
                   width: 3.45rem;
                   height: 0.8rem;
                   font-size: 0.32rem;
                   background: #f6f6f6;
                   text-align: center;
                   line-height: 0.8rem;
                   color: #999999;
                   float: left;
                   cursor: pointer;
                   border: 0.01rem solid #cdcdcd;

                   border-bottom-color: #0f72f1;
                   box-sizing: border-box;
               }


               li.current {
                   background: #fff; //
                   border-bottom: none;
                   border-color: #0f72f1;
                   color: #0f72f1;
                   border-right: 0.01rem solid #0f72f1;
               }
           } */ }
        .price-content-three .price-inner .r_box .box .tabUl {
          width: 6.9rem;
          height: 0.8rem;
          margin-left: -0.01rem;
          box-sizing: border-box;
          margin-top: -0.01rem; }
          .price-content-three .price-inner .r_box .box .tabUl li {
            width: 3.45rem;
            height: 0.8rem;
            font-size: 0.32rem;
            background: #f6f6f6;
            text-align: center;
            line-height: 0.8rem;
            color: #999999;
            float: left;
            cursor: pointer;
            border: 0.01rem solid #cdcdcd;
            border-bottom-color: #0f72f1;
            box-sizing: border-box;
            border-right: none; }
          .price-content-three .price-inner .r_box .box .tabUl li:last-child {
            border-right: 0.01rem solid #cdcdcd; }
          .price-content-three .price-inner .r_box .box .tabUl li.current {
            background: #fff;
            border-bottom: none;
            border-color: #0f72f1;
            color: #0f72f1;
            border-right: none; }
          .price-content-three .price-inner .r_box .box .tabUl li.current + li {
            border-left-color: #0f72f1; }
          .price-content-three .price-inner .r_box .box .tabUl li:last-child.current {
            border-right: 0.01rem solid #0f72f1; }
        .price-content-three .price-inner .r_box .box .content {
          color: #333;
          padding: 0.4rem 0.2rem;
          width: 6.9rem;
          height: 9.87rem;
          margin-left: -0.01rem;
          border: 0.01rem solid #0f72f1;
          border-top: none;
          box-sizing: border-box;
          color: #333;
          font-size: 0.32rem; }
          .price-content-three .price-inner .r_box .box .content label {
            font-size: 0.22rem;
            color: #666;
            float: left;
            margin-left: 0.2rem;
            line-height: 0.6rem; }
          .price-content-three .price-inner .r_box .box .content p {
            margin-right: 0.8rem;
            font-size: 0.28rem;
            float: left;
            line-height: 0.6rem; }
          .price-content-three .price-inner .r_box .box .content input {
            margin-left: 0.3rem; }
        .price-content-three .price-inner .r_box .box .content1 .list1 {
          margin-bottom: 0.42rem; }
          .price-content-three .price-inner .r_box .box .content1 .list1 .ggNum span {
            display: block;
            width: 0.36rem;
            height: 0.6rem;
            background: #aaccf8;
            border: 1px solid #2d83f3;
            color: #333;
            font-size: 0.32rem;
            float: left;
            margin: 0;
            text-align: center;
            line-height: 0.6rem; }
          .price-content-three .price-inner .r_box .box .content1 .list1 .ggNum .num {
            width: 0.8rem;
            border-right: none;
            border-left: none;
            background: #fff; }
        .price-content-three .price-inner .r_box .box .content1 .list2 {
          margin-bottom: 0.42rem; }
          .price-content-three .price-inner .r_box .box .content1 .list2 p {
            margin-right: 1.35rem; }
          .price-content-three .price-inner .r_box .box .content1 .list2 .tNum span {
            display: block;
            width: 0.36rem;
            height: 0.6rem;
            background: #aaccf8;
            border: 1px solid #2d83f3;
            color: #333;
            font-size: 0.32rem;
            float: left;
            margin: 0;
            text-align: center;
            line-height: 0.6rem; }
          .price-content-three .price-inner .r_box .box .content1 .list2 .tNum .t {
            width: 0.8rem;
            border-right: none;
            border-left: none;
            background: #fff; }
        .price-content-three .price-inner .r_box .box .content1 .color {
          margin-bottom: 0.42rem; }
          .price-content-three .price-inner .r_box .box .content1 .color p {
            margin-right: 1.34rem; }
          .price-content-three .price-inner .r_box .box .content1 .color .color_inner {
            width: 1.50rem;
            height: 0.56rem;
            background: #aaccf8;
            border: 0.01rem solid #2d83f3;
            text-align: center;
            display: block;
            float: left;
            color: #333;
            line-height: 0.56rem;
            font-size: 0.24rem; }
        .price-content-three .price-inner .r_box .box .content1 .def {
          float: left;
          margin-top: 0.42rem; }
          .price-content-three .price-inner .r_box .box .content1 .def p {
            margin-right: 0.22rem; }
          .price-content-three .price-inner .r_box .box .content1 .def .def-box {
            width: 1.50rem;
            height: 0.56rem;
            background: #aaccf8;
            border: 0.01rem solid #2d83f3;
            line-height: 0.56rem;
            text-align: center;
            float: left;
            color: #333;
            font-size: 0.24rem; }
          .price-content-three .price-inner .r_box .box .content1 .def a {
            color: #2d83f3;
            margin-left: 20px;
            line-height: 32px;
            text-decoration: underline;
            font-size: 0.26rem; }
        .price-content-three .price-inner .r_box .box .content1 .parameter {
          width: 6rem;
          height: 3.7rem;
          background: #fcfcfc;
          border: 0.01rem solid #62a2f6;
          /* margin-top: 2.4rem; */
          /* margin-left: 0.21rem; */
          padding: 0.1rem;
          margin: 2.4rem auto; }
          .price-content-three .price-inner .r_box .box .content1 .parameter h4 {
            font-size: 0.22rem;
            color: #444;
            line-height: 0.55rem; }
          .price-content-three .price-inner .r_box .box .content1 .parameter p {
            margin-right: 0;
            font-size: 0.20rem;
            color: #777;
            line-height: 0.28rem; }
            .price-content-three .price-inner .r_box .box .content1 .parameter p span {
              font-size: 0.22rem;
              color: #2d83f3;
              margin-left: 0; }
            .price-content-three .price-inner .r_box .box .content1 .parameter p em {
              color: #222; }
        .price-content-three .price-inner .r_box .box .content1 a input {
          width: 3.5rem;
          height: 0.7rem;
          background: #2d83f3;
          border-radius: 0.1rem;
          color: #fff;
          font-size: 0.32rem;
          line-height: 0.7rem;
          text-align: center;
          margin: -1.85rem auto;
          position: relative;
          display: block; }
        .price-content-three .price-inner .r_box .box .content1 .black_overlay {
          display: none;
          position: fixed;
          top: 0%;
          left: 0%;
          width: 100%;
          height: 100%;
          background-color: black;
          z-index: 1001;
          -moz-opacity: 0.8;
          opacity: .60;
          filter: alpha(opacity=88); }
        .price-content-three .price-inner .r_box .box .content1 .white_content {
          display: none;
          position: fixed;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 80%;
          height: 41%;
          margin: auto;
          padding: 0.2rem;
          border: 0.02rem solid #2d83f3;
          background-color: #f6f6f6;
          z-index: 1002;
          overflow: auto; }
          .price-content-three .price-inner .r_box .box .content1 .white_content .box {
            margin: 0 auto;
            padding-top: 0.7rem;
            width: 4.44rem; }
            .price-content-three .price-inner .r_box .box .content1 .white_content .box ul:nth-child(1) li:nth-child(1) {
              border-left: 0.01rem solid #2d83f3; }
            .price-content-three .price-inner .r_box .box .content1 .white_content .box ul:nth-child(1) li {
              border-right: none;
              width: 1.48rem;
              height: 0.4rem;
              background: #78b0f9;
              border: 1px solid #2d83f3;
              font-size: 0.2rem;
              line-height: 0.4rem;
              color: #fff;
              text-align: center;
              float: left;
              border-left: 0; }
            .price-content-three .price-inner .r_box .box .content1 .white_content .box ul:nth-child(2) li {
              height: 1.2rem;
              width: 1.48rem;
              color: #fff;
              border-bottom: 0.01rem solid #2d83f3;
              float: left;
              text-align: center;
              line-height: 1.2rem;
              color: #666;
              font-size: 0.2rem;
              background: #fff; }
              .price-content-three .price-inner .r_box .box .content1 .white_content .box ul:nth-child(2) li p {
                line-height: 0.95rem;
                color: #fa4a32;
                font-size: 0.24rem;
                width: 1.48rem;
                font-weight: none; }
              .price-content-three .price-inner .r_box .box .content1 .white_content .box ul:nth-child(2) li span {
                margin-left: 0;
                font-size: 0.24rem;
                color: #333; }
              .price-content-three .price-inner .r_box .box .content1 .white_content .box ul:nth-child(2) li .final_result {
                color: #fa4a32; }
            .price-content-three .price-inner .r_box .box .content1 .white_content .box .text1 {
              width: 3.48rem;
              height: 1.3rem;
              margin-top: 0.2rem;
              float: left; }
              .price-content-three .price-inner .r_box .box .content1 .white_content .box .text1 img {
                float: left;
                margin-left: -0.3rem; }
              .price-content-three .price-inner .r_box .box .content1 .white_content .box .text1 div {
                height: 1.19rem;
                margin-top: 0.9rem;
                margin-right: -1.3rem;
                float: right;
                text-align: center;
                font-size: 0.2rem; }
                .price-content-three .price-inner .r_box .box .content1 .white_content .box .text1 div span {
                  color: #2d83f3;
                  text-align: center;
                  margin-left: 0;
                  font-size: 0.2rem; }
          .price-content-three .price-inner .r_box .box .content1 .white_content p {
            margin-left: 0.25rem;
            margin-top: 0.09rem;
            font-size: 0.2rem;
            font-weight: bold;
            color: #333;
            float: left; }
          .price-content-three .price-inner .r_box .box .content1 .white_content a {
            float: right;
            font-size: 0.18rem; }
        .price-content-three .price-inner .r_box .box .content2 .list3 {
          margin-bottom: 0.42rem; }
          .price-content-three .price-inner .r_box .box .content2 .list3 .ggNum1 span {
            display: block;
            width: 0.36rem;
            height: 0.6rem;
            background: #aaccf8;
            border: 1px solid #2d83f3;
            color: #333;
            font-size: 0.32rem;
            float: left;
            margin: 0;
            text-align: center;
            line-height: 0.6rem; }
          .price-content-three .price-inner .r_box .box .content2 .list3 .ggNum1 .num1 {
            width: 0.8rem;
            border-right: none;
            border-left: none;
            background: #fff; }
        .price-content-three .price-inner .r_box .box .content2 .list4 {
          margin-bottom: 0.42rem; }
          .price-content-three .price-inner .r_box .box .content2 .list4 p {
            margin-right: 1.35rem; }
          .price-content-three .price-inner .r_box .box .content2 .list4 .tNum1 span {
            display: block;
            width: 0.36rem;
            height: 0.6rem;
            background: #aaccf8;
            border: 1px solid #2d83f3;
            color: #333;
            font-size: 0.32rem;
            float: left;
            margin: 0;
            text-align: center;
            line-height: 0.6rem; }
          .price-content-three .price-inner .r_box .box .content2 .list4 .tNum1 .t1 {
            width: 0.8rem;
            border-right: none;
            border-left: none;
            background: #fff; }
        .price-content-three .price-inner .r_box .box .content2 .color {
          margin-bottom: 0.42rem; }
          .price-content-three .price-inner .r_box .box .content2 .color p {
            margin-right: 1.35rem; }
          .price-content-three .price-inner .r_box .box .content2 .color .color_inner {
            width: 1.50rem;
            height: 0.56rem;
            background: #aaccf8;
            border: 0.01rem solid #2d83f3;
            text-align: center;
            display: block;
            float: left;
            color: #333;
            line-height: 0.56rem;
            font-size: 0.24rem; }
        .price-content-three .price-inner .r_box .box .content2 .def {
          float: left;
          margin-top: 0.42rem; }
          .price-content-three .price-inner .r_box .box .content2 .def p {
            margin-right: 0.22rem; }
          .price-content-three .price-inner .r_box .box .content2 .def .def-box {
            width: 1.50rem;
            height: 0.56rem;
            background: #aaccf8;
            border: 0.01rem solid #2d83f3;
            line-height: 0.56rem;
            text-align: center;
            float: left;
            color: #333;
            font-size: 0.24rem; }
          .price-content-three .price-inner .r_box .box .content2 .def a {
            color: #2d83f3;
            margin-left: 20px;
            line-height: 32px;
            text-decoration: underline;
            font-size: 0.26rem; }
        .price-content-three .price-inner .r_box .box .content2 .parameter {
          width: 6rem;
          height: 3.9rem;
          background: #fcfcfc;
          border: 0.01rem solid #62a2f6;
          /* margin-top: 2.4rem; */
          /* margin-left: 0.21rem; */
          padding: 0.1rem;
          margin: 2.4rem auto; }
          .price-content-three .price-inner .r_box .box .content2 .parameter h4 {
            font-size: 0.22rem;
            color: #444;
            line-height: 0.55rem; }
          .price-content-three .price-inner .r_box .box .content2 .parameter p {
            margin-right: 0;
            font-size: 0.20rem;
            color: #777;
            line-height: 0.28rem; }
            .price-content-three .price-inner .r_box .box .content2 .parameter p span {
              font-size: 0.22rem;
              color: #2d83f3;
              margin-left: 0; }
            .price-content-three .price-inner .r_box .box .content2 .parameter p em {
              color: #222; }
        .price-content-three .price-inner .r_box .box .content2 a input {
          width: 3.5rem;
          height: 0.7rem;
          background: #2d83f3;
          border-radius: 0.1rem;
          color: #fff;
          font-size: 0.32rem;
          line-height: 0.7rem;
          text-align: center;
          margin: -1.95rem auto;
          position: relative;
          display: block; }
        .price-content-three .price-inner .r_box .box .content2 .black_overlay1 {
          display: none;
          position: fixed;
          top: 0%;
          left: 0%;
          width: 100%;
          height: 100%;
          background-color: black;
          z-index: 1001;
          -moz-opacity: 0.8;
          opacity: .60;
          filter: alpha(opacity=88); }
        .price-content-three .price-inner .r_box .box .content2 .white_content1 {
          display: none;
          position: fixed;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          width: 80%;
          height: 41%;
          padding: 0.2rem;
          border: 0.02rem solid #2d83f3;
          background-color: #f6f6f6;
          z-index: 1002;
          overflow: auto; }
          .price-content-three .price-inner .r_box .box .content2 .white_content1 .box {
            margin: 0 auto;
            padding-top: 0.7rem;
            width: 4.44rem; }
            .price-content-three .price-inner .r_box .box .content2 .white_content1 .box ul:nth-child(1) li:nth-child(1) {
              border-left: 0.01rem solid #2d83f3; }
            .price-content-three .price-inner .r_box .box .content2 .white_content1 .box ul:nth-child(1) li {
              border-right: none;
              width: 1.48rem;
              height: 0.4rem;
              background: #78b0f9;
              border: 1px solid #2d83f3;
              font-size: 0.2rem;
              line-height: 0.4rem;
              color: #fff;
              text-align: center;
              float: left;
              border-left: 0; }
            .price-content-three .price-inner .r_box .box .content2 .white_content1 .box ul:nth-child(2) li {
              height: 1.2rem;
              width: 1.48rem;
              color: #fff;
              border-bottom: 0.01rem solid #2d83f3;
              float: left;
              text-align: center;
              line-height: 1.2rem;
              color: #666;
              font-size: 0.2rem;
              background: #fff; }
              .price-content-three .price-inner .r_box .box .content2 .white_content1 .box ul:nth-child(2) li p {
                line-height: 0.95rem;
                color: #fa4a32;
                font-size: 0.24rem;
                width: 1.48rem;
                font-weight: none; }
              .price-content-three .price-inner .r_box .box .content2 .white_content1 .box ul:nth-child(2) li span {
                margin-left: 0;
                font-size: 0.24rem;
                color: #333; }
              .price-content-three .price-inner .r_box .box .content2 .white_content1 .box ul:nth-child(2) li .final_result {
                color: #fa4a32; }
            .price-content-three .price-inner .r_box .box .content2 .white_content1 .box .text1 {
              width: 3.48rem;
              height: 1.3rem;
              margin-top: 0.2rem;
              float: left; }
              .price-content-three .price-inner .r_box .box .content2 .white_content1 .box .text1 img {
                float: left;
                margin-left: -0.3rem; }
              .price-content-three .price-inner .r_box .box .content2 .white_content1 .box .text1 div {
                height: 1.19rem;
                margin-top: 0.9rem;
                margin-right: -1.3rem;
                float: right;
                text-align: center;
                font-size: 0.2rem; }
                .price-content-three .price-inner .r_box .box .content2 .white_content1 .box .text1 div span {
                  color: #2d83f3;
                  text-align: center;
                  margin-left: 0;
                  font-size: 0.2rem; }
          .price-content-three .price-inner .r_box .box .content2 .white_content1 p {
            margin-left: 0.25rem;
            margin-top: 0.09rem;
            font-size: 0.2rem;
            font-weight: bold;
            color: #333;
            float: left; }
          .price-content-three .price-inner .r_box .box .content2 .white_content1 a {
            float: right;
            font-size: 0.18rem; }

/* PC端 */
@media (min-width: 1024px) {
  /*  banner  */
  .price-banner {
    background: url(../images/price/priceBanner.jpg) center no-repeat;
    background-size: 100% 100%;
    padding: 0; }

   /*
 获取报价流程
*/
  .price-content-two {
    text-align: center;
    height: 250px;
    background: #f6f6f6;
    margin: 30px auto 0;
    font-size: 18px; }
    .price-content-two .pro_img {
      background: url(../images/price/process_img.png) center no-repeat;
      width: 734px;
      height: 62px;
      display: block;
      margin: 39px auto 0; }
    .price-content-two .text {
      width: 873px;
      margin: 0 auto;
      position: relative;
      font-size: 20px;
      height: 140px; }
    .price-content-two .text2 {
      position: absolute;
      left: 374px;
      top: 15px;
      float: left; }
    .price-content-two .text1 {
      position: absolute;
      left: 30px;
      top: 15px;
      float: left; }
    .price-content-two .text3 {
      position: absolute;
      right: 29px;
      top: 15px;
      float: left; }

    /*
选择商品和参数
 */
  .price-content-three {
    margin-bottom: -26px; }
    .price-content-three .title {
      text-align: center;
      margin-bottom: 0; }
    .price-content-three .need {
      width: 140px;
      height: 40px;
      font-size: 18px;
      text-decoration: underline;
      margin-right: -23px;
      float: right;
      margin-top: 10px; }
      .price-content-three .need a {
        color: #0f72f1; }
    .price-content-three .price-inner {
      padding: 60px 0;
      width: 1024px;
      height: 752px;
      background: #f6f6f6;
      margin: 0 auto; }
      .price-content-three .price-inner .l_box {
        display: block;
        border: 1px solid #0f72f1;
        font-size: 12px;
        width: 311px;
        height: 720px;
        background: #fff;
        float: left; }
        .price-content-three .price-inner .l_box .box3 img {
          margin-bottom: 20px; }
        .price-content-three .price-inner .l_box .box3 .box1_text {
          padding: 6px; }
          .price-content-three .price-inner .l_box .box3 .box1_text h5 {
            font-size: 14px;
            margin-left: 19px;
            color: #333; }
          .price-content-three .price-inner .l_box .box3 .box1_text h4 {
            font-size: 16px;
            line-height: 34px;
            margin-left: 17px;
            color: #333; }
          .price-content-three .price-inner .l_box .box3 .box1_text .process {
            padding-top: 65px;
            width: 271px;
            height: 155px;
            background: url(../images/price/process@2x.jpg) center no-repeat;
            text-align: center;
            margin-bottom: 20px; }
            .price-content-three .price-inner .l_box .box3 .box1_text .process p {
              text-align: center;
              color: #0f72f1; }
          .price-content-three .price-inner .l_box .box3 .box1_text .flow-list li {
            margin-top: 20px;
            float: left;
            width: 99px;
            height: 200px;
            font-size: 12px;
            text-align: center; }
            .price-content-three .price-inner .l_box .box3 .box1_text .flow-list li .step {
              color: #0f72f1;
              font-weight: bold; }
            .price-content-three .price-inner .l_box .box3 .box1_text .flow-list li p.des {
              margin-top: 15px; }
            .price-content-three .price-inner .l_box .box3 .box1_text .flow-list li span {
              display: block;
              color: #333; }
        .price-content-three .price-inner .l_box .box4 img {
          margin-bottom: 20px; }
        .price-content-three .price-inner .l_box .box4 .box2_text {
          padding: 10px; }
          .price-content-three .price-inner .l_box .box4 .box2_text span {
            color: #2d83f3;
            font-size: 16px; }
          .price-content-three .price-inner .l_box .box4 .box2_text p {
            font-size: 14px;
            margin-bottom: 30px; }
          .price-content-three .price-inner .l_box .box4 .box2_text ul {
            font-size: 14px;
            margin-bottom: 30px; }
            .price-content-three .price-inner .l_box .box4 .box2_text ul li {
              line-height: 24px;
              list-style: disc;
              margin-left: 20px;
              color: #333; }
        .price-content-three .price-inner .l_box .box2 img {
          margin-bottom: 20px; }
        .price-content-three .price-inner .l_box .box2 .box2_text {
          padding: 10px; }
          .price-content-three .price-inner .l_box .box2 .box2_text p {
            font-size: 14px;
            color: #000;
            margin-bottom: 49px; }
          .price-content-three .price-inner .l_box .box2 .box2_text span {
            font-size: 16px;
            color: #2d83f3;
            line-height: 30px; }
          .price-content-three .price-inner .l_box .box2 .box2_text ul {
            font-size: 14px;
            margin-bottom: 30px; }
            .price-content-three .price-inner .l_box .box2 .box2_text ul li {
              line-height: 24px;
              list-style: disc;
              margin-left: 20px;
              color: #333; }
        .price-content-three .price-inner .l_box .box1 img {
          margin-bottom: 20px; }
        .price-content-three .price-inner .l_box .box1 .text4 {
          padding: 10px; }
          .price-content-three .price-inner .l_box .box1 .text4 .list_box {
            height: 135px;
            margin-top: 20px;
            float: left; }
            .price-content-three .price-inner .l_box .box1 .text4 .list_box .list {
              width: 96px;
              height: 135px;
              float: left;
              text-align: center; }
              .price-content-three .price-inner .l_box .box1 .text4 .list_box .list p {
                font-size: 14px;
                color: #333;
                margin-bottom: 6px; }
              .price-content-three .price-inner .l_box .box1 .text4 .list_box .list span {
                font-size: 10px;
                color: #999; }
          .price-content-three .price-inner .l_box .box1 .text4 .text_box h3 {
            font-size: 16px;
            color: #2d83f3;
            line-height: 20px; }
          .price-content-three .price-inner .l_box .box1 .text4 .text_box h4 {
            font-size: 14px;
            color: #333;
            margin-bottom: 10px;
            line-height: 29px; }
          .price-content-three .price-inner .l_box .box1 .text4 .text_box span {
            font-size: 14px;
            color: #2d83f3; }
          .price-content-three .price-inner .l_box .box1 .text4 .text_box ul {
            margin-bottom: 20px; }
            .price-content-three .price-inner .l_box .box1 .text4 .text_box ul li {
              margin-left: 20px;
              list-style: disc;
              line-height: 24px;
              color: #333; }
      .price-content-three .price-inner .r_box {
        margin-left: 17px;
        width: 696px;
        height: 721px;
        background: #fff;
        float: left;
        box-sizing: border-box; }
        .price-content-three .price-inner .r_box .box {
          width: 100%; }
          .price-content-three .price-inner .r_box .box .tabUl {
            width: 696px;
            height: 80px;
            margin-left: -1px;
            box-sizing: border-box; }
            .price-content-three .price-inner .r_box .box .tabUl li {
              width: 348px;
              height: 80px;
              font-size: 24px;
              background: #f6f6f6;
              text-align: center;
              line-height: 80px;
              color: #999999;
              float: left;
              cursor: pointer;
              border: 1px solid #cdcdcd;
              border-right: none;
              border-bottom-color: #0f72f1;
              box-sizing: border-box; }
            .price-content-three .price-inner .r_box .box .tabUl li:last-child {
              border-right: 1px solid #cdcdcd; }
            .price-content-three .price-inner .r_box .box .tabUl li.current {
              background: #fff;
              border-bottom: none;
              border-color: #0f72f1;
              color: #0f72f1;
              border-right: none; }
            .price-content-three .price-inner .r_box .box .tabUl li.current + li {
              border-left-color: #0f72f1; }
            .price-content-three .price-inner .r_box .box .tabUl li:last-child.current {
              border-right: 1px solid #0f72f1; }
          .price-content-three .price-inner .r_box .box .content1 {
            width: 696px;
            margin-left: -1px; }
            .price-content-three .price-inner .r_box .box .content1 .list1 {
              margin-bottom: 24px; }
              .price-content-three .price-inner .r_box .box .content1 .list1 p {
                margin-right: 60px; }
              .price-content-three .price-inner .r_box .box .content1 .list1 .ggNum span {
                display: block;
                width: 16px;
                height: 30px;
                background: #aaccf8;
                border: 1px solid #2d83f3;
                color: #000;
                font-size: 15px;
                float: left;
                margin: 0;
                text-align: center;
                line-height: 30px; }
              .price-content-three .price-inner .r_box .box .content1 .list1 .ggNum .num {
                width: 40px;
                border-right: none;
                border-left: none;
                background: #fff; }
            .price-content-three .price-inner .r_box .box .content1 .list2 {
              margin-bottom: 24px; }
              .price-content-three .price-inner .r_box .box .content1 .list2 p {
                margin-right: 89px; }
              .price-content-three .price-inner .r_box .box .content1 .list2 .tNum .t {
                width: 40px;
                border-right: none;
                border-left: none;
                background: #fff; }
              .price-content-three .price-inner .r_box .box .content1 .list2 .tNum span {
                display: block;
                width: 16px;
                height: 30px;
                background: #aaccf8;
                border: 1px solid #2d83f3;
                color: #000;
                font-size: 14px;
                float: left;
                margin: 0;
                text-align: center;
                line-height: 30px; }
            .price-content-three .price-inner .r_box .box .content1 .color {
              margin-bottom: 24px; }
              .price-content-three .price-inner .r_box .box .content1 .color p {
                margin-right: 89px; }
              .price-content-three .price-inner .r_box .box .content1 .color .color_inner {
                width: 96px;
                height: 30px;
                background: #aaccf8;
                border: 2px solid #2d83f3;
                text-align: center;
                display: block;
                float: left;
                color: #000;
                line-height: 26px;
                font-size: 14px; }
            .price-content-three .price-inner .r_box .box .content1 .def {
              margin-left: -383px;
              float: left;
              margin-top: 52px; }
              .price-content-three .price-inner .r_box .box .content1 .def p {
                margin-right: 29px; }
              .price-content-three .price-inner .r_box .box .content1 .def .def-box {
                width: 96px;
                height: 30px;
                background: #aaccf8;
                border: 2px solid #2d83f3;
                line-height: 26px;
                text-align: center;
                float: left;
                color: #000;
                font-size: 14px; }
              .price-content-three .price-inner .r_box .box .content1 .def a {
                color: #2d83f3;
                margin-left: 10px;
                line-height: 32px;
                text-decoration: underline;
                font-size: 16px; }
            .price-content-three .price-inner .r_box .box .content1 .parameter {
              width: 486px;
              height: 185px;
              background: #f7f7f7;
              border: 1px solid #2d83f3;
              margin-top: 131px;
              margin-left: 91px;
              padding: 10px; }
              .price-content-three .price-inner .r_box .box .content1 .parameter h4 {
                font-size: 14px;
                color: #444;
                line-height: 25px; }
              .price-content-three .price-inner .r_box .box .content1 .parameter p {
                margin-right: 0;
                font-size: 12px;
                color: #666;
                line-height: 20px; }
                .price-content-three .price-inner .r_box .box .content1 .parameter p span {
                  font-size: 12px;
                  color: #2d83f3;
                  margin-left: 0; }
                .price-content-three .price-inner .r_box .box .content1 .parameter p em {
                  color: #222; }
            .price-content-three .price-inner .r_box .box .content1 a input {
              width: 250px;
              height: 50px;
              background: #2d83f3;
              border-radius: 10px;
              color: #fff;
              font-size: 24px;
              line-height: 50px;
              text-align: center;
              display: block; }
            .price-content-three .price-inner .r_box .box .content1 .black_overlay {
              display: none;
              position: fixed;
              top: 0%;
              left: 0%;
              width: 100%;
              height: 100%;
              background-color: black;
              z-index: 1001;
              -moz-opacity: 0.8;
              opacity: .60;
              filter: alpha(opacity=88); }
            .price-content-three .price-inner .r_box .box .content1 .white_content {
              display: none;
              position: fixed;
              top: 0;
              left: 0;
              margin: auto;
              width: 512px;
              height: 430px;
              padding: 20px;
              border: 2px solid #2d83f3;
              background-color: #f6f6f6;
              z-index: 1002;
              overflow: auto; }
              .price-content-three .price-inner .r_box .box .content1 .white_content .box {
                margin: 0 auto;
                padding-top: 70px;
                width: 444px; }
                .price-content-three .price-inner .r_box .box .content1 .white_content .box ul:nth-child(1) li {
                  border-right: none;
                  width: 148px;
                  height: 30px;
                  background: #78b0f9;
                  border: 1px solid #2d83f3;
                  font-size: 16px;
                  line-height: 30px;
                  color: #fff;
                  font-weight: bold;
                  text-align: center;
                  float: left; }
                .price-content-three .price-inner .r_box .box .content1 .white_content .box ul:nth-child(2) li {
                  height: 95px;
                  width: 148px;
                  color: #fff;
                  border-bottom: 1px solid #2d83f3;
                  float: left;
                  text-align: center;
                  line-height: 95px;
                  color: #666;
                  font-size: 16px;
                  background: #fff; }
                  .price-content-three .price-inner .r_box .box .content1 .white_content .box ul:nth-child(2) li p {
                    line-height: 95px;
                    color: #fa4a32;
                    font-size: 24px;
                    width: 148px;
                    font-weight: none; }
                  .price-content-three .price-inner .r_box .box .content1 .white_content .box ul:nth-child(2) li span {
                    margin-left: 0;
                    font-size: 24px;
                    color: #333; }
                  .price-content-three .price-inner .r_box .box .content1 .white_content .box ul:nth-child(2) li .final_result {
                    color: #fa4a32; }
                .price-content-three .price-inner .r_box .box .content1 .white_content .box .text1 {
                  width: 348px;
                  height: 163px;
                  margin-top: 20px; }
                  .price-content-three .price-inner .r_box .box .content1 .white_content .box .text1 img {
                    float: left;
                    margin-left: 30px; }
                  .price-content-three .price-inner .r_box .box .content1 .white_content .box .text1 div {
                    height: 119px;
                    margin-top: 36px;
                    margin-right: -28px;
                    float: right;
                    text-align: center;
                    font-size: 14px; }
                    .price-content-three .price-inner .r_box .box .content1 .white_content .box .text1 div span {
                      color: #2d83f3;
                      text-align: center;
                      margin-left: 0;
                      font-size: 14px; }
              .price-content-three .price-inner .r_box .box .content1 .white_content p {
                font-size: 16px;
                font-weight: bold;
                color: #333;
                float: left; }
              .price-content-three .price-inner .r_box .box .content1 .white_content a {
                float: right;
                font-size: 20px; }
          .price-content-three .price-inner .r_box .box .content2 {
            width: 696px;
            margin-left: -1px; }
            .price-content-three .price-inner .r_box .box .content2 .list3 {
              margin-bottom: 24px; }
              .price-content-three .price-inner .r_box .box .content2 .list3 p {
                margin-right: 60px; }
              .price-content-three .price-inner .r_box .box .content2 .list3 .ggNum1 span {
                display: block;
                width: 16px;
                height: 30px;
                background: #aaccf8;
                border: 1px solid #2d83f3;
                color: #000;
                font-size: 15px;
                float: left;
                margin: 0;
                text-align: center;
                line-height: 30px; }
              .price-content-three .price-inner .r_box .box .content2 .list3 .ggNum1 .num1 {
                width: 40px;
                border-right: none;
                border-left: none;
                background: #fff; }
            .price-content-three .price-inner .r_box .box .content2 .list4 {
              margin-bottom: 24px; }
              .price-content-three .price-inner .r_box .box .content2 .list4 p {
                margin-right: 89px; }
              .price-content-three .price-inner .r_box .box .content2 .list4 .tNum1 .t1 {
                width: 40px;
                border-right: none;
                border-left: none;
                background: #fff; }
              .price-content-three .price-inner .r_box .box .content2 .list4 .tNum1 span {
                display: block;
                width: 16px;
                height: 30px;
                background: #aaccf8;
                border: 1px solid #2d83f3;
                color: #000;
                font-size: 14px;
                float: left;
                margin: 0;
                text-align: center;
                line-height: 30px; }
            .price-content-three .price-inner .r_box .box .content2 .color {
              margin-bottom: 24px; }
              .price-content-three .price-inner .r_box .box .content2 .color p {
                margin-right: 89px; }
              .price-content-three .price-inner .r_box .box .content2 .color .color_inner {
                width: 96px;
                height: 30px;
                background: #aaccf8;
                border: 2px solid #2d83f3;
                text-align: center;
                display: block;
                /* padding-left: 15px; */
                float: left;
                color: #000;
                line-height: 26px;
                font-size: 14px; }
            .price-content-three .price-inner .r_box .box .content2 .def {
              margin-left: -383px;
              float: left;
              margin-top: 52px; }
              .price-content-three .price-inner .r_box .box .content2 .def p {
                margin-right: 29px; }
              .price-content-three .price-inner .r_box .box .content2 .def .def-box {
                width: 96px;
                height: 30px;
                background: #aaccf8;
                border: 2px solid #2d83f3;
                line-height: 26px;
                text-align: center;
                float: left;
                color: #000;
                font-size: 14px; }
              .price-content-three .price-inner .r_box .box .content2 .def a {
                color: #2d83f3;
                margin-left: 10px;
                line-height: 32px;
                text-decoration: underline;
                font-size: 16px; }
            .price-content-three .price-inner .r_box .box .content2 .parameter {
              width: 486px;
              height: 185px;
              background: #f7f7f7;
              border: 1px solid #2d83f3;
              margin-top: 131px;
              margin-left: 91px;
              padding: 10px; }
              .price-content-three .price-inner .r_box .box .content2 .parameter h4 {
                font-size: 14px;
                color: #444;
                line-height: 25px; }
              .price-content-three .price-inner .r_box .box .content2 .parameter p {
                margin-right: 0;
                font-size: 12px;
                color: #666;
                line-height: 20px; }
                .price-content-three .price-inner .r_box .box .content2 .parameter p span {
                  font-size: 12px;
                  color: #2d83f3;
                  margin-left: 0; }
                .price-content-three .price-inner .r_box .box .content2 .parameter p em {
                  color: #222; }
            .price-content-three .price-inner .r_box .box .content2 a input {
              width: 250px;
              height: 50px;
              background: #2d83f3;
              border-radius: 10px;
              color: #fff;
              font-size: 24px;
              line-height: 50px;
              text-align: center; }
            .price-content-three .price-inner .r_box .box .content2 .black_overlay1 {
              display: none;
              position: fixed;
              top: 0%;
              left: 0%;
              width: 100%;
              height: 100%;
              background-color: black;
              z-index: 1001;
              -moz-opacity: 0.8;
              opacity: .60;
              filter: alpha(opacity=88); }
            .price-content-three .price-inner .r_box .box .content2 .white_content1 {
              display: none;
              position: fixed;
              top: 0;
              left: 0;
              margin: auto;
              width: 512px;
              height: 430px;
              padding: 20px;
              border: 2px solid #2d83f3;
              background-color: #f6f6f6;
              z-index: 1002;
              overflow: auto; }
              .price-content-three .price-inner .r_box .box .content2 .white_content1 .box {
                margin: 0 auto;
                padding-top: 70px;
                width: 444px; }
                .price-content-three .price-inner .r_box .box .content2 .white_content1 .box ul:nth-child(1) li {
                  border-right: none;
                  width: 148px;
                  height: 30px;
                  background: #78b0f9;
                  border: 1px solid #2d83f3;
                  font-size: 16px;
                  line-height: 30px;
                  color: #fff;
                  font-weight: bold;
                  text-align: center;
                  float: left; }
                .price-content-three .price-inner .r_box .box .content2 .white_content1 .box ul:nth-child(2) li {
                  height: 95px;
                  width: 148px;
                  color: #fff;
                  border-bottom: 1px solid #2d83f3;
                  float: left;
                  text-align: center;
                  line-height: 95px;
                  color: #666;
                  font-size: 16px;
                  background: #fff; }
                  .price-content-three .price-inner .r_box .box .content2 .white_content1 .box ul:nth-child(2) li p {
                    line-height: 95px;
                    color: #fa4a32;
                    font-size: 24px;
                    width: 148px;
                    font-weight: none; }
                  .price-content-three .price-inner .r_box .box .content2 .white_content1 .box ul:nth-child(2) li span {
                    margin-left: 0;
                    font-size: 24px;
                    color: #333; }
                  .price-content-three .price-inner .r_box .box .content2 .white_content1 .box ul:nth-child(2) li .final_result {
                    color: #fa4a32; }
                .price-content-three .price-inner .r_box .box .content2 .white_content1 .box .text1 {
                  width: 348px;
                  height: 163px;
                  margin-top: 20px; }
                  .price-content-three .price-inner .r_box .box .content2 .white_content1 .box .text1 img {
                    float: left;
                    margin-left: 30px; }
                  .price-content-three .price-inner .r_box .box .content2 .white_content1 .box .text1 div {
                    height: 119px;
                    margin-top: 36px;
                    margin-right: -28px;
                    float: right;
                    text-align: center;
                    font-size: 14px; }
                    .price-content-three .price-inner .r_box .box .content2 .white_content1 .box .text1 div span {
                      color: #2d83f3;
                      text-align: center;
                      margin-left: 0;
                      font-size: 14px; }
              .price-content-three .price-inner .r_box .box .content2 .white_content1 p {
                font-size: 16px;
                font-weight: bold;
                color: #333;
                float: left; }
              .price-content-three .price-inner .r_box .box .content2 .white_content1 a {
                float: right;
                font-size: 20px; }
          .price-content-three .price-inner .r_box .box .content {
            font-size: 14px;
            height: 641px;
            margin-left: -1px;
            border: 1px solid #0f72f1;
            border-top: none;
            box-sizing: border-box;
            padding: 20px;
            padding-top: 40px;
            color: #333; }
            .price-content-three .price-inner .r_box .box .content label {
              font-size: 14px;
              color: #666;
              line-height: 30px;
              margin-left: 10px; }
            .price-content-three .price-inner .r_box .box .content p {
              font-size: 15px;
              color: #000;
              float: left;
              margin-right: 35px;
              line-height: 30px; }
            .price-content-three .price-inner .r_box .box .content input {
              margin-left: 30px; }
            .price-content-three .price-inner .r_box .box .content span {
              color: #888;
              margin-left: 30px; } }
/* 移动端 */
.electric-banner {
  width: 100%;
  background: url(../images/electric/banner.png) center no-repeat;
  background-size: cover;
  padding: 0 1rem 0; }
  .electric-banner .banner-first-paragraph {
    margin-top: 0.5rem;
    padding-bottom: 0.52rem; }

#electric {
  padding: 0 0.3rem;
  background-color: #f6f6f6; }
  #electric .electric-content-two {
    width: 100%;
    text-align: center; }
    #electric .electric-content-two .title {
      margin-bottom: 0.24rem; }
    #electric .electric-content-two .list-wrapper {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      #electric .electric-content-two .list-wrapper .list {
        font-size: 0.22rem;
        color: #ffffff;
        display: flex;
        align-items: center; }
        #electric .electric-content-two .list-wrapper .list .text {
          width: 100%; }
      #electric .electric-content-two .list-wrapper .list:nth-child(-n+3) {
        width: 2.18rem;
        height: 2.17rem;
        margin-right: 0.16rem;
        margin-bottom: 0.34rem; }
      #electric .electric-content-two .list-wrapper .list:nth-child(n+4) {
        width: 1.63rem;
        height: 1.62rem;
        margin-right: 0.12rem; }
      #electric .electric-content-two .list-wrapper .list:nth-child(1) {
        background: url(../images/electric/wz_01.png) center no-repeat;
        background-size: 2.18rem 2.17rem; }
      #electric .electric-content-two .list-wrapper .list:nth-child(2) {
        background: url(../images/electric/wz_02.png) center no-repeat;
        background-size: 2.18rem 2.17rem; }
      #electric .electric-content-two .list-wrapper .list:nth-child(3) {
        background: url(../images/electric/wz_03.png) center no-repeat;
        background-size: 2.18rem 2.17rem;
        margin-right: 0; }
      #electric .electric-content-two .list-wrapper .list:nth-child(4) {
        background: url(../images/electric/wz_04.png) center no-repeat;
        background-size: 1.63rem 1.62rem; }
      #electric .electric-content-two .list-wrapper .list:nth-child(5) {
        background: url(../images/electric/wz_05.png) center no-repeat;
        background-size: 1.63rem 1.62rem; }
      #electric .electric-content-two .list-wrapper .list:nth-child(6) {
        background: url(../images/electric/wz_06.png) center no-repeat;
        background-size: 1.63rem 1.62rem; }
      #electric .electric-content-two .list-wrapper .list:nth-child(7) {
        background: url(../images/electric/wz_07.png) center no-repeat;
        background-size: 1.63rem 1.62rem;
        margin-right: 0; }
  #electric .electric-content-three {
    width: 100%;
    text-align: center;
    position: relative; }
    #electric .electric-content-three .title {
      margin: 0.5rem 0 0.3rem; }
      #electric .electric-content-three .title span {
        display: block; }
      #electric .electric-content-three .title span.gray {
        color: #666666;
        font-weight: normal;
        font-size: 0.24rem; }
    #electric .electric-content-three img {
      width: 100%; }
    #electric .electric-content-three .img {
      display: block; }
    #electric .electric-content-three .img_pc {
      display: none; }
    #electric .electric-content-three .wai {
      position: absolute;
      left: 0;
      bottom: 8.16rem; }
      #electric .electric-content-three .wai .title {
        margin: 0.47rem 0 0.39rem; }
    #electric .electric-content-three .list-wrapper {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      #electric .electric-content-three .list-wrapper .list {
        width: 3.3rem;
        height: 3.9rem;
        margin-top: 0.11rem;
        background-color: #ffffff; }
        #electric .electric-content-three .list-wrapper .list a {
          display: block;
          width: inherit;
          height: inherit; }
        #electric .electric-content-three .list-wrapper .list .device {
          display: block;
          width: 100%;
          height: 2.35rem; }
        #electric .electric-content-three .list-wrapper .list .tit {
          font-size: 0.24rem;
          line-height: 0.44rem;
          color: #000000; }
        #electric .electric-content-three .list-wrapper .list .des {
          color: #999999;
          padding: 0 0.3rem;
          margin-top: 0.02rem;
          font-size: 0.18rem; }
      #electric .electric-content-three .list-wrapper .list.link {
        box-shadow: 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.15); }
        #electric .electric-content-three .list-wrapper .list.link .tit {
          color: #2d83f3;
          text-decoration: underline; }
      #electric .electric-content-three .list-wrapper .list:nth-child(odd) {
        margin-right: 0.3rem; }
      #electric .electric-content-three .list-wrapper .list:nth-child(1) .device {
        background: url(../images/electric/device_01.png) center no-repeat;
        background-size: 2.65rem 1.45rem; }
      #electric .electric-content-three .list-wrapper .list:nth-child(2) .device {
        background: url(../images/electric/device_02.png) center no-repeat;
        background-size: 1.41rem 1.78rem; }
      #electric .electric-content-three .list-wrapper .list:nth-child(3) .device {
        background: url(../images/electric/device_03.png) center no-repeat;
        background-size: 0.93rem 1.82rem; }
      #electric .electric-content-three .list-wrapper .list:nth-child(4) .device {
        background: url(../images/electric/device_04.png) center no-repeat;
        background-size: 1.41rem 1.49rem; }
      #electric .electric-content-three .list-wrapper .list:nth-child(5) .device {
        background: url(../images/electric/device_05.png) center no-repeat;
        background-size: 1.87rem 1.43rem; }
      #electric .electric-content-three .list-wrapper .list:nth-child(6) .device {
        background: url(../images/electric/device_06.png) center no-repeat;
        background-size: 1.11rem 1.75rem; }
      #electric .electric-content-three .list-wrapper .list:nth-child(n+7) {
        margin-top: 6.27rem; }
      #electric .electric-content-three .list-wrapper .list:nth-child(7) .device {
        background: url(../images/electric/device_07.png) center no-repeat;
        background-size: 1.64rem 1.61rem; }
      #electric .electric-content-three .list-wrapper .list:nth-child(8) .device {
        background: url(../images/electric/device_08.png) center no-repeat;
        background-size: 1.54rem 1.19rem; }
      #electric .electric-content-three .list-wrapper .list:nth-child(9) {
        width: 100%;
        margin-top: 0.11rem;
        margin-right: 0; }
        #electric .electric-content-three .list-wrapper .list:nth-child(9) .device {
          background: url(../images/electric/device_09.png) center no-repeat;
          background-size: 0.95rem 1.42rem; }
  #electric .electric-content-four {
    width: 100%;
    margin: 0.25rem 0 0.2rem;
    display: flex;
    flex-direction: column; }
    #electric .electric-content-four .one {
      width: 100%;
      color: #ffffff;
      background-color: #475d9b;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
      #electric .electric-content-four .one .img-box {
        width: 4.89rem;
        height: 3.42rem;
        margin: 0.55rem 0 0.7rem;
        background: url(../images/electric/api.png) center no-repeat;
        background-size: 4.89rem 3.42rem;
        font-size: 0.21rem;
        position: relative; }
        #electric .electric-content-four .one .img-box .text {
          position: absolute; }
        #electric .electric-content-four .one .img-box .text:first-child {
          left: 0.5rem;
          top: 0.5rem; }
        #electric .electric-content-four .one .img-box .text:last-child {
          right: 0.2rem;
          bottom: 0.12rem; }
      #electric .electric-content-four .one .des {
        padding: 0 1.15rem 0.25rem; }
        #electric .electric-content-four .one .des .tit {
          font-size: 0.26rem;
          font-weight: bold; }
        #electric .electric-content-four .one .des .text {
          font-size: 0.18rem; }
    #electric .electric-content-four .two {
      margin-top: 0.12rem;
      text-align: center; }
      #electric .electric-content-four .two .list-wrapper {
        display: flex; }
        #electric .electric-content-four .two .list-wrapper .list {
          flex: 1;
          height: 4.3rem;
          padding: 0 0.3rem;
          padding-top: 1.8rem;
          background: #e6e8e7 url(../images/electric/four_02.png) center 0.35rem no-repeat;
          background-size: 2.05rem 1.51rem; }
          #electric .electric-content-four .two .list-wrapper .list .tit {
            margin-bottom: 0.2rem;
            font-size: 0.24rem;
            font-weight: bold;
            color: #333333; }
          #electric .electric-content-four .two .list-wrapper .list .text {
            font-size: 0.18rem;
            color: #666666; }
        #electric .electric-content-four .two .list-wrapper .list:first-child {
          margin-right: 0.3rem;
          background: #e6e8e7 url(../images/electric/four_01.png) center 0.35rem no-repeat;
          background-size: 2.38rem 1.43rem; }

.electric-content-five {
  width: 100%;
  height: 4.43rem;
  background: url("../images/electric/concact_bg.png") center no-repeat;
  background-size: 7.5rem 4.23rem; }
  .electric-content-five .title {
    text-align: center;
    padding: 0.32rem 0 0.364rem; }
  .electric-content-five .info {
    padding: 0 0.55rem 0 0.8rem;
    display: flex; }
    .electric-content-five .info .code {
      flex-shrink: 0;
      width: 2.3rem;
      height: 2.3rem;
      margin-right: 0.35rem; }
    .electric-content-five .info .des .text {
      font-size: 0.24rem;
      color: #666666; }
      .electric-content-five .info .des .text .blue {
        font-size: 0.3rem;
        color: #475d9b; }
    .electric-content-five .info .des .text:first-child {
      margin: 0.15rem 0 0.13rem; }
    .electric-content-five .info .des .text.bold {
      margin-top: 0.38rem;
      font-size: 0.22rem;
      font-weight: bold; }

/* PC端 */
@media (min-width: 1024px) {
  .electric-banner {
    background: url(../images/electric/banner_pc.png) center no-repeat;
    background-size: cover;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .electric-banner h1 {
      padding-top: 0; }
    .electric-banner .banner-first-paragraph {
      margin-top: 50px;
      width: 990px;
      padding: 0; }

  #electric {
    padding: 0; }
    #electric .electric-content-two .title {
      margin: 32px 0 43px; }
    #electric .electric-content-two .list-wrapper .list {
      font-size: 14px; }
    #electric .electric-content-two .list-wrapper .list:nth-child(-n+3),
    #electric .electric-content-two .list-wrapper .list:nth-child(n+4) {
      width: 137px;
      height: 136px;
      margin-right: 10px;
      margin-bottom: 0; }
    #electric .electric-content-two .list-wrapper .list:nth-child(1) {
      background: url(../images/electric/wz_pc_01.png) center no-repeat;
      background-size: 137px 136px; }
    #electric .electric-content-two .list-wrapper .list:nth-child(2) {
      background: url(../images/electric/wz_pc_02.png) center no-repeat;
      background-size: 137px 136px; }
    #electric .electric-content-two .list-wrapper .list:nth-child(3) {
      background: url(../images/electric/wz_pc_03.png) center no-repeat;
      background-size: 137px 136px;
      margin-right: 10px; }
    #electric .electric-content-two .list-wrapper .list:nth-child(4) {
      background: url(../images/electric/wz_pc_04.png) center no-repeat;
      background-size: 137px 136px; }
    #electric .electric-content-two .list-wrapper .list:nth-child(5) {
      background: url(../images/electric/wz_pc_05.png) center no-repeat;
      background-size: 137px 136px; }
    #electric .electric-content-two .list-wrapper .list:nth-child(6) {
      background: url(../images/electric/wz_pc_06.png) center no-repeat;
      background-size: 137px 136px; }
    #electric .electric-content-two .list-wrapper .list:nth-child(7) {
      background: url(../images/electric/wz_pc_07.png) center no-repeat;
      background-size: 137px 136px;
      margin-right: 0; }
    #electric .electric-content-three .title {
      margin: 23px 0 26px; }
      #electric .electric-content-three .title span.gray {
        font-weight: bold;
        font-size: 18px;
        margin-top: 5px; }
    #electric .electric-content-three .img {
      display: none; }
    #electric .electric-content-three .img_pc {
      display: block; }
    #electric .electric-content-three .wai {
      position: absolute;
      left: 0;
      bottom: 375px; }
      #electric .electric-content-three .wai .title {
        margin: 47px 0 37px; }
    #electric .electric-content-three .list-wrapper .list {
      width: 330px;
      height: 350px;
      margin-top: 16px;
      margin-right: 14px; }
      #electric .electric-content-three .list-wrapper .list:hover {
        box-shadow: 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.15);
        transform: translateY(-10px);
        transition: transform .1s; }
      #electric .electric-content-three .list-wrapper .list .device {
        display: block;
        width: 100%;
        height: 260px; }
      #electric .electric-content-three .list-wrapper .list .tit {
        font-size: 16px;
        line-height: 30px; }
      #electric .electric-content-three .list-wrapper .list .des {
        color: #999999;
        padding: 0 70px;
        margin-top: 0;
        font-size: 12px;
        line-height: 18px; }
    #electric .electric-content-three .list-wrapper .list.link {
      box-shadow: none; }
      #electric .electric-content-three .list-wrapper .list.link .tit {
        text-decoration: none; }
      #electric .electric-content-three .list-wrapper .list.link:hover {
        box-shadow: 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.15); }
        #electric .electric-content-three .list-wrapper .list.link:hover .tit {
          text-decoration: underline; }
    #electric .electric-content-three .list-wrapper .list:nth-child(odd) {
      margin-right: 14px; }
    #electric .electric-content-three .list-wrapper .list:nth-child(3n) {
      margin-right: 0; }
    #electric .electric-content-three .list-wrapper .list:nth-child(1) .device {
      background: url(../images/electric/device_pc_01.png) center no-repeat;
      background-size: 255px 123px; }
    #electric .electric-content-three .list-wrapper .list:nth-child(2) .device {
      background: url(../images/electric/device_pc_02.png) center no-repeat;
      background-size: 141px 178px; }
    #electric .electric-content-three .list-wrapper .list:nth-child(3) .device {
      background: url(../images/electric/device_pc_03.png) center no-repeat;
      background-size: 93px 181px; }
    #electric .electric-content-three .list-wrapper .list:nth-child(4) .device {
      background: url(../images/electric/device_pc_04.png) center no-repeat;
      background-size: 141px 149px; }
    #electric .electric-content-three .list-wrapper .list:nth-child(5) .device {
      background: url(../images/electric/device_pc_05.png) center no-repeat;
      background-size: 176px 106px; }
    #electric .electric-content-three .list-wrapper .list:nth-child(6) .device {
      background: url(../images/electric/device_pc_06.png) center no-repeat;
      background-size: 99px 157px; }
    #electric .electric-content-three .list-wrapper .list:nth-child(n+7) {
      margin-top: 627px; }
    #electric .electric-content-three .list-wrapper .list:nth-child(7) .device {
      background: url(../images/electric/device_pc_07.png) center no-repeat;
      background-size: 164px 161px; }
    #electric .electric-content-three .list-wrapper .list:nth-child(8) .device {
      background: url(../images/electric/device_pc_08.png) center no-repeat;
      background-size: 154px 119px; }
    #electric .electric-content-three .list-wrapper .list:nth-child(9) {
      width: 330px;
      margin-right: 0; }
      #electric .electric-content-three .list-wrapper .list:nth-child(9) .device {
        background: url(../images/electric/device_pc_09.png) center no-repeat;
        background-size: 105px 154px; }
    #electric .electric-content-four {
      margin: 0.35rem 0 0;
      flex-direction: row;
      justify-content: space-between; }
      #electric .electric-content-four .one {
        width: 531px;
        height: 607px;
        flex-shrink: 0; }
        #electric .electric-content-four .one .img-box {
          width: 424px;
          height: 296px;
          margin: 82px 0 90px;
          background: url(../images/electric/api_pc.png) center no-repeat;
          background-size: 424px 296px;
          font-size: 18px; }
          #electric .electric-content-four .one .img-box .text:first-child {
            left: 45px;
            top: 40px; }
          #electric .electric-content-four .one .img-box .text:last-child {
            right: 18px;
            bottom: 10px; }
        #electric .electric-content-four .one .des {
          padding: 0 35px 0 60px; }
          #electric .electric-content-four .one .des .tit {
            font-size: 20px;
            margin-bottom: 20px; }
          #electric .electric-content-four .one .des .text {
            font-size: 14px; }
      #electric .electric-content-four .two {
        width: 472px;
        margin-top: 0; }
        #electric .electric-content-four .two .list-wrapper {
          height: 607px;
          flex-direction: column;
          justify-content: space-between; }
          #electric .electric-content-four .two .list-wrapper .list {
            flex: none;
            width: 100%;
            height: 295px;
            padding: 200px 30px 16px 30px;
            background: #e6e8e7 url(../images/electric/four_pc_02.png) center 50px no-repeat;
            background-size: 204px 140px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end; }
            #electric .electric-content-four .two .list-wrapper .list .tit {
              margin-bottom: 0;
              font-size: 18px; }
            #electric .electric-content-four .two .list-wrapper .list .text {
              font-size: 14px; }
          #electric .electric-content-four .two .list-wrapper .list:first-child {
            margin-right: 0;
            background: #e6e8e7 url(../images/electric/four_pc_01.png) center 50px no-repeat;
            background-size: 238px 143px; }

  .electric-content-five {
    width: 1024px;
    height: 480px;
    margin: 0 auto;
    background: url("../images/electric/concact_bg_pc.png") center no-repeat;
    background-size: 1024px 480px; }
    .electric-content-five .title {
      padding: 42px 0 75px; }
    .electric-content-five .info {
      padding: 0 250px 0 300px; }
      .electric-content-five .info .code {
        width: 161px;
        height: 161px;
        margin-right: 55px; }
      .electric-content-five .info .des .text {
        font-size: 16px;
        line-height: 28px; }
        .electric-content-five .info .des .text .blue {
          font-size: 20px; }
      .electric-content-five .info .des .text:first-child {
        font-size: 20px;
        margin: 15px 0 0; }
      .electric-content-five .info .des .text.bold {
        margin-top: 10px;
        font-size: 16px; } }
/* 移动端 */
.court-banner {
  width: 100%;
  background: url(../images/court/banner.png) center no-repeat;
  background-size: cover;
  padding: 0 1rem 0; }
  .court-banner .banner-first-paragraph {
    margin-top: 0.5rem;
    padding-bottom: 0.52rem; }

#court {
  padding: 0 0.3rem;
  background-color: #fff; }
  #court .court-content-two {
    width: 100%;
    text-align: center; }
    #court .court-content-two .title {
      margin: 0.3rem 0 0 0.25rem; }
    #court .court-content-two .list-wrapper {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      #court .court-content-two .list-wrapper .list {
        flex: 1;
        font-size: 0.22rem;
        font-weight: bold;
        color: #fff;
        display: flex;
        margin-top: 0.17rem;
        width: 1.87rem;
        height: 3.03rem; }
        #court .court-content-two .list-wrapper .list .text {
          width: 100%; }
        #court .court-content-two .list-wrapper .list p {
          text-align: left;
          margin: 0.17rem 0 0 0.17rem; }
      #court .court-content-two .list-wrapper .list:nth-child(1) {
        background: url(../images/court/tp-01.png) center no-repeat;
        background-size: 1.87rem 3.03rem; }
      #court .court-content-two .list-wrapper .list:nth-child(2) {
        background: url(../images/court/tp-02.png) center no-repeat;
        background-size: 1.87rem 3.03rem; }
      #court .court-content-two .list-wrapper .list:nth-child(3) {
        background: url(../images/court/tp-03.png) center no-repeat;
        background-size: 1.87rem 3.03rem; }
      #court .court-content-two .list-wrapper .list:nth-child(4) {
        background: url(../images/court/tp-04.png) center no-repeat;
        background-size: 1.87rem 3.03rem; }

.court-content-three {
  width: 100%;
  text-align: center; }
  .court-content-three .title {
    margin: 0.3rem 0 0.25rem; }
  .court-content-three .list-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: left; }
    .court-content-three .list-wrapper .list {
      width: 100%;
      height: 3.50rem;
      background-color: #f0f2f1;
      margin-bottom: 0.2rem; }
    .court-content-three .list-wrapper .link .tit {
      color: #2d83f3;
      text-decoration: underline; }
    .court-content-three .list-wrapper .list:nth-child(4) {
      margin-bottom: 0; }
    .court-content-three .list-wrapper .list:onclick {
      cursor: pointer;
      transform: translate3d(0, -5px, 0);
      box-shadow: 0.05rem 0.05rem 0.05rem rgba(51, 51, 51, 0.1); }
    .court-content-three .list-wrapper .tit {
      font-size: 0.3rem;
      color: #333;
      margin-top: 1.52rem;
      margin-left: 3.5rem; }
    .court-content-three .list-wrapper list.link:click {
      box-shadow: 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.15); }
    .court-content-three .list-wrapper .des {
      font-size: 0.22rem;
      color: #999;
      margin-top: 0.2rem;
      margin-left: 3.5rem; }
    .court-content-three .list-wrapper .device {
      display: block;
      width: 2.77rem;
      height: 2.25rem;
      float: left;
      margin: 0.9rem 0 0 0.3rem; }
    .court-content-three .list-wrapper .list:nth-child(even) {
      background-color: #f9f9f9; }
    .court-content-three .list-wrapper .list:nth-child(1) .device {
      background: url(../images/court/device_01.png) center no-repeat;
      background-size: 2.3rem 1.41rem; }
    .court-content-three .list-wrapper .list:nth-child(2) .device {
      background: url(../images/court/device_02.png) center no-repeat;
      background-size: 2.23rem 1.41rem; }
    .court-content-three .list-wrapper .list:nth-child(3) .device {
      background: url(../images/court/device_03.png) center no-repeat;
      background-size: 1.09rem 2.25rem; }
    .court-content-three .list-wrapper .list:nth-child(4) .device {
      background: url(../images/court/device_04.png) center no-repeat;
      background-size: 2.28rem 1.85rem; }

.court-content-four {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center; }
  .court-content-four .title {
    margin: 0.25rem auto 0.2rem; }
    .court-content-four .title span {
      display: block; }
    .court-content-four .title .gray1 {
      color: #666666;
      font-weight: normal;
      font-size: 0.24rem; }
  .court-content-four .list-wrapper {
    width: 100%; }
    .court-content-four .list-wrapper .list {
      width: 3.3rem;
      height: 3.8rem;
      margin-bottom: 0.2rem;
      background-color: #f9f9f9;
      text-align: center;
      float: left;
      box-shadow: 0 0 0.05rem rgba(51, 51, 51, 0.1);
      position: relative; }
      .court-content-four .list-wrapper .list a {
        display: block;
        width: inherit;
        height: inherit;
        padding-top: 0.69rem; }
      .court-content-four .list-wrapper .list.link .tit {
        color: #2d83f3;
        text-decoration: underline; }
    .court-content-four .list-wrapper .tit {
      font-size: 0.24rem;
      color: #333;
      margin-bottom: 0.1rem;
      position: absolute;
      top: 2.5rem;
      left: 0;
      right: 0; }
    .court-content-four .list-wrapper .des {
      font-size: 0.18rem;
      line-height: 0.26rem;
      padding: 0 0.2rem;
      color: #999999;
      position: absolute;
      top: 2.87rem;
      left: 0;
      right: 0; }
    .court-content-four .list-wrapper .device {
      display: block;
      width: 100%;
      height: 1.5rem; }
    .court-content-four .list-wrapper .list:nth-child(2) {
      background-color: #f0f2f1; }
    .court-content-four .list-wrapper .list:nth-child(3) {
      background-color: #f0f2f1; }
    .court-content-four .list-wrapper .list:nth-child(6) {
      background-color: #f0f2f1; }
    .court-content-four .list-wrapper .list:nth-child(odd) {
      margin-right: 0.2rem; }
    .court-content-four .list-wrapper .list:nth-child(1) .device {
      background: url(../images/court/device_05.png) center no-repeat;
      background-size: 0.95rem 1.42rem; }
    .court-content-four .list-wrapper .list:nth-child(2) .device {
      background: url(../images/court/device_06.png) center no-repeat;
      background-size: 1.46rem 1.40rem; }
    .court-content-four .list-wrapper .list:nth-child(3) .device {
      background: url(../images/court/device_07.png) center no-repeat;
      background-size: 1.41rem 1.78rem; }
    .court-content-four .list-wrapper .list:nth-child(4) .device {
      background: url(../images/court/device_08.png) center no-repeat;
      background-size: 1.64rem 1.61rem; }
    .court-content-four .list-wrapper .list:nth-child(5) .device {
      background: url(../images/court/device_09-pc.png) center no-repeat;
      background-size: 1.95rem 1.23rem; }
    .court-content-four .list-wrapper .list:nth-child(6) .device {
      background: url(../images/court/device_10.png) center no-repeat;
      background-size: 1.38rem 1.39rem; }

.court-content-five {
  width: 100%;
  margin: 0.25rem 0 0.2rem;
  display: flex;
  flex-direction: column; }
  .court-content-five .one {
    width: 100%;
    color: #ffffff;
    background-color: #475d9b;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .court-content-five .one .img-box {
      width: 4.89rem;
      height: 3.42rem;
      margin: 0.55rem 0 0.7rem;
      background: url(../images/electric/api.png) center no-repeat;
      background-size: 4.89rem 3.42rem;
      font-size: 0.21rem;
      position: relative; }
      .court-content-five .one .img-box .text {
        position: absolute; }
      .court-content-five .one .img-box .text:first-child {
        left: 0.5rem;
        top: 0.5rem; }
      .court-content-five .one .img-box .text:last-child {
        right: 0.2rem;
        bottom: 0.12rem; }
    .court-content-five .one .des {
      padding: 0 1.15rem 0.25rem; }
      .court-content-five .one .des .tit {
        font-size: 0.26rem;
        font-weight: bold; }
      .court-content-five .one .des .text {
        font-size: 0.18rem; }
  .court-content-five .two {
    margin-top: 0.12rem;
    text-align: center; }
    .court-content-five .two .list-wrapper {
      display: flex; }
      .court-content-five .two .list-wrapper .list {
        flex: 1;
        height: 4.1rem;
        padding: 2rem 0.3rem 0;
        text-align: center;
        background: #eff2f7 url(../images/electric/four_02.png) center 0.45rem no-repeat;
        background-size: 2.05rem 1.51rem;
        position: relative; }
        .court-content-five .two .list-wrapper .list .tit {
          width: 100%;
          margin-bottom: 0.15rem;
          font-size: 0.24rem;
          font-weight: bold;
          color: #333333;
          position: absolute;
          top: 2.15rem;
          left: 0; }
        .court-content-five .two .list-wrapper .list .text {
          width: 100%;
          padding: 0 0.15rem;
          font-size: 0.18rem;
          color: #666666;
          position: absolute;
          top: 2.45rem;
          left: 0; }
      .court-content-five .two .list-wrapper .list:first-child {
        margin-right: 0.2rem;
        background: #eff2f7 url(../images/electric/four_01.png) center 0.45rem no-repeat;
        background-size: 2.38rem 1.43rem; }

.court-content-six {
  width: 100%;
  padding: 0 0.3rem 0.84rem;
  background: url("../images/court/content-bg.png") center no-repeat;
  background-size: cover; }
  .court-content-six .title {
    text-align: center;
    line-height: 0.54rem;
    padding: 0.17rem 0; }
  .court-content-six .info {
    width: 100%;
    height: 3.1rem;
    margin: 0 auto;
    padding: 0.32rem 0.55rem 0.42rem 0.8rem;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex; }
    .court-content-six .info .code {
      flex-shrink: 0;
      width: 2.3rem;
      height: 2.3rem;
      margin-right: 0.35rem; }
    .court-content-six .info .des .text {
      font-size: 0.24rem;
      color: #666666; }
      .court-content-six .info .des .text .blue {
        font-size: 0.3rem;
        color: #475d9b; }
    .court-content-six .info .des .text:first-child {
      margin: 0.15rem 0 0.13rem; }
    .court-content-six .info .des .text.bold {
      margin-top: 0.38rem;
      font-size: 0.22rem;
      font-weight: bold; }

/* pc端 */
@media (min-width: 1024px) {
  .court-banner {
    background: url(../images/court/banner-pc.png) center no-repeat;
    background-size: cover;
    padding: 0; }
    .court-banner h1 {
      padding-top: 280px; }
    .court-banner .banner-first-paragraph {
      margin-top: 50px;
      width: 820px;
      padding: 0; }

  #court {
    padding: 0;
    background-color: #fff; }
    #court .court-content-two {
      text-align: center; }
      #court .court-content-two .title {
        margin: 18px 0 20px; }
      #court .court-content-two .list-wrapper {
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        #court .court-content-two .list-wrapper .list {
          margin: 0;
          flex: 1;
          font-size: 14px;
          font-weight: bold;
          color: #fff;
          display: flex;
          width: 256px;
          height: 277px; }
          #court .court-content-two .list-wrapper .list .text {
            width: 100%; }
          #court .court-content-two .list-wrapper .list p {
            text-align: left;
            margin: 15px 0 0 15px; }
        #court .court-content-two .list-wrapper .list:nth-child(1) {
          background: url(../images/court/tp-01-pc.png) center no-repeat;
          background-size: 257px 277px; }
        #court .court-content-two .list-wrapper .list:nth-child(2) {
          background: url(../images/court/tp-02-pc.png) center no-repeat;
          background-size: 257px 277px; }
        #court .court-content-two .list-wrapper .list:nth-child(3) {
          background: url(../images/court/tp-03-pc.png) center no-repeat;
          background-size: 256px 277px; }
        #court .court-content-two .list-wrapper .list:nth-child(4) {
          background: url(../images/court/tp-04-pc.png) center no-repeat;
          background-size: 256px 277px; }

  .court-content-three {
    width: 100%;
    text-align: center; }
    .court-content-three .title {
      margin: 30px 0 20px; }
    .court-content-three .list-wrapper {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      text-align: left; }
      .court-content-three .list-wrapper .list {
        width: 504px;
        height: 350px;
        background-color: #f0f2f1;
        margin-bottom: 14px; }
      .court-content-three .list-wrapper .link:hover .tit {
        color: #2d83f3;
        text-decoration: underline; }
      .court-content-three .list-wrapper .list:hover {
        cursor: pointer;
        transform: translate3d(0, -5px, 0);
        box-shadow: 0.05rem 0.05rem 0.05rem rgba(51, 51, 51, 0.1); }
      .court-content-three .list-wrapper .tit {
        font-size: 16px;
        color: #333;
        margin-top: 167px;
        margin-left: 254px; }
      .court-content-three .list-wrapper .des {
        font-size: 12px;
        color: #999;
        margin-top: 15px;
        margin-left: 254px; }
      .court-content-three .list-wrapper .device {
        display: block;
        width: 201px;
        height: 200px;
        float: left;
        margin: 100px 0 0 30px; }
      .court-content-three .list-wrapper .list:nth-child(odd) {
        margin-right: 14px; }
      .court-content-three .list-wrapper .list.list:nth-child(3n) {
        background-color: #f9f9f9; }
      .court-content-three .list-wrapper .list.list:nth-child(3) {
        margin-bottom: 0; }
      .court-content-three .list-wrapper .list.list:nth-child(4) {
        background-color: #f0f2f1;
        margin-bottom: 0; }
      .court-content-three .list-wrapper .list:nth-child(1) .device {
        background: url(../images/court/device_01-pc.png) center no-repeat;
        background-size: 189px 115px; }
      .court-content-three .list-wrapper .list:nth-child(2) .device {
        background: url(../images/court/device_02-pc.png) center no-repeat;
        background-size: 165px 105px; }
      .court-content-three .list-wrapper .list:nth-child(3) .device {
        background: url(../images/court/device_03-pc.png) center no-repeat;
        background-size: 96px 197px; }
      .court-content-three .list-wrapper .list:nth-child(4) .device {
        background: url(../images/court/device_04-pc.png) center no-repeat;
        background-size: 185px 150px; }

  .court-content-four {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center; }
    .court-content-four .title {
      margin: 30px auto 20px; }
      .court-content-four .title span {
        display: block; }
      .court-content-four .title .gray1 {
        color: #666666;
        font-weight: normal;
        font-size: 18px; }
    .court-content-four .list-wrapper {
      width: 100%; }
      .court-content-four .list-wrapper .list {
        width: 330px;
        height: 350px;
        background-color: #f9f9f9;
        text-align: center;
        float: left;
        margin-bottom: 14px;
        position: relative; }
        .court-content-four .list-wrapper .list a {
          padding-top: 50px; }
        .court-content-four .list-wrapper .list.link .tit {
          text-decoration: none; }
        .court-content-four .list-wrapper .list:hover {
          cursor: pointer;
          transform: translate3d(0, -5px, 0);
          box-shadow: 0.05rem 0.05rem 0.05rem rgba(51, 51, 51, 0.1); }
          .court-content-four .list-wrapper .list:hover.link .tit {
            color: #2d83f3;
            text-decoration: underline; }
      .court-content-four .list-wrapper .tit {
        font-size: 16px;
        color: #333;
        position: absolute;
        top: 250px;
        left: 0;
        right: 0; }
      .court-content-four .list-wrapper .des {
        font-size: 12px;
        line-height: 15px;
        color: #999999;
        position: absolute;
        top: 275px;
        left: 0;
        right: 0; }
      .court-content-four .list-wrapper .device {
        display: block;
        width: 100%;
        height: 200px; }
      .court-content-four .list-wrapper .list:nth-child(even) {
        background-color: #f0f2f1; }
      .court-content-four .list-wrapper .list:nth-child(3) {
        background-color: #f9f9f9; }
      .court-content-four .list-wrapper .list:nth-child(odd) {
        margin-right: 0; }
      .court-content-four .list-wrapper .list:nth-child(n) {
        margin-right: 14px; }
      .court-content-four .list-wrapper .list:nth-child(3n) {
        margin-right: 0; }
      .court-content-four .list-wrapper .list:nth-child(1) .device {
        background: url(../images/court/device_05-pc.png) center no-repeat;
        background-size: 95px 142px; }
      .court-content-four .list-wrapper .list:nth-child(2) .device {
        background: url(../images/court/device_06-pc.png) center no-repeat;
        background-size: 146px 140px; }
      .court-content-four .list-wrapper .list:nth-child(3) .device {
        background: url(../images/court/device_07-pc.png) center no-repeat;
        background-size: 141px 178px; }
      .court-content-four .list-wrapper .list:nth-child(4) .device {
        background: url(../images/court/device_08-pc.png) center no-repeat;
        background-size: 164px 161px; }
      .court-content-four .list-wrapper .list:nth-child(5) .device {
        background: url(../images/court/device_09-pc.png) center no-repeat;
        background-size: 195px 123px; }
      .court-content-four .list-wrapper .list:nth-child(6) .device {
        background: url(../images/court/device_10-pc.png) center no-repeat;
        background-size: 138px 139px; }

  .court-content-five {
    margin: 20px 0 0;
    flex-direction: row;
    justify-content: space-between; }
    .court-content-five .one {
      width: 531px;
      height: 607px;
      flex-shrink: 0; }
      .court-content-five .one .img-box {
        width: 424px;
        height: 296px;
        margin: 82px 0 90px;
        background: url(../images/electric/api_pc.png) center no-repeat;
        background-size: 424px 296px;
        font-size: 18px; }
        .court-content-five .one .img-box .text:first-child {
          left: 45px;
          top: 40px; }
        .court-content-five .one .img-box .text:last-child {
          right: 18px;
          bottom: 10px; }
      .court-content-five .one .des {
        padding: 0 35px 0 60px; }
        .court-content-five .one .des .tit {
          font-size: 20px;
          margin-bottom: 15px; }
        .court-content-five .one .des .text {
          font-size: 14px; }
    .court-content-five .two {
      width: 472px;
      margin-top: 0; }
      .court-content-five .two .list-wrapper {
        height: 607px;
        flex-direction: column;
        justify-content: space-between; }
        .court-content-five .two .list-wrapper .list {
          flex: none;
          width: 100%;
          height: 295px;
          padding: 220px 30px 0 30px;
          background: #eff2f7 url(../images/electric/four_pc_02.png) center 50px no-repeat;
          position: relative; }
          .court-content-five .two .list-wrapper .list .tit {
            margin-bottom: 0;
            font-size: 18px;
            position: absolute;
            top: 199px;
            left: 0;
            right: 0; }
          .court-content-five .two .list-wrapper .list .text {
            font-size: 14px;
            position: absolute;
            top: 229px;
            left: 0;
            right: 0; }
        .court-content-five .two .list-wrapper .list:first-child {
          margin-right: 0;
          background: #eff2f7 url(../images/electric/four_pc_01.png) center 50px no-repeat; }

  .court-content-six {
    width: 100%;
    margin-top: 50px;
    padding: 0 0 47px;
    background: url("../images/court/content-bg-pc.png") center no-repeat;
    background-size: 100%; }
    .court-content-six .title {
      text-align: center;
      line-height: 32px;
      padding: 28px 0; }
    .court-content-six .info {
      width: 685px;
      height: 244px;
      padding: 30px 100px 0; }
      .court-content-six .info .code {
        width: 161px;
        height: 161px;
        margin-right: 55px; }
      .court-content-six .info .des .text {
        font-size: 16px;
        line-height: 28px; }
        .court-content-six .info .des .text .blue {
          font-size: 16px; }
      .court-content-six .info .des .text:first-child {
        font-size: 20px;
        margin: 15px 0 0; }
      .court-content-six .info .des .text.bold {
        margin-top: 10px;
        font-size: 16px; } }
/* 移动端 */
.medical-banner {
  width: 100%;
  background: url(../images/medical/banner.png) center no-repeat;
  background-size: cover;
  padding: 0 1rem 0; }
  .medical-banner .banner-first-paragraph {
    margin-top: 0.5rem;
    padding-bottom: 0.52rem; }

#medical .medical-content-two {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 0 0.35rem; }
  #medical .medical-content-two .title {
    margin: 0.2rem auto 0.15rem; }
  #medical .medical-content-two .list-wrapper {
    width: 100%; }
    #medical .medical-content-two .list-wrapper .list {
      float: left;
      text-align: center;
      margin: 0.2rem 0.13rem 0.1rem 0; }
    #medical .medical-content-two .list-wrapper .device {
      display: block;
      width: 3.32rem;
      height: 1.48rem; }
    #medical .medical-content-two .list-wrapper .des {
      font-size: 0.18rem;
      line-height: 0.26rem;
      padding: 0 0.2rem;
      color: #333333;
      background-color: #eee;
      width: 3.32rem;
      height: 0.6rem;
      line-height: 0.6rem; }
    #medical .medical-content-two .list-wrapper .list:nth-child(even) {
      margin-right: 0rem; }
    #medical .medical-content-two .list-wrapper .list:nth-child(1) .device {
      background: url(../images/medical/tp-01@2x.png) center no-repeat;
      background-size: 3.32rem 1.48rem; }
    #medical .medical-content-two .list-wrapper .list:nth-child(2) .device {
      background: url(../images/medical/tp-02@2x.png) center no-repeat;
      background-size: 3.32rem 1.48rem; }
    #medical .medical-content-two .list-wrapper .list:nth-child(3) .device {
      background: url(../images/medical/tp-03@2x.png) center no-repeat;
      background-size: 3.32rem 1.48rem; }
    #medical .medical-content-two .list-wrapper .list:nth-child(4) .device {
      background: url(../images/medical/tp-04@2x.png) center no-repeat;
      background-size: 3.32rem 1.48rem; }
    #medical .medical-content-two .list-wrapper .list:nth-child(5) .device {
      background: url(../images/medical/tp-05@2x.png) center no-repeat;
      background-size: 3.32rem 1.48rem; }
    #medical .medical-content-two .list-wrapper .list:nth-child(6) .device {
      background: url(../images/medical/tp-06@2x.png) center no-repeat;
      background-size: 3.32rem 1.48rem; }

.medical-content-three {
  width: 100%;
  text-align: center;
  margin: -0.2rem auto -0.8rem; }
  .medical-content-three .title {
    margin: 0.25rem auto 0.2rem; }
    .medical-content-three .title span {
      display: block; }
    .medical-content-three .title .gray1 {
      color: #666666;
      font-weight: normal;
      font-size: 0.24rem; }
  .medical-content-three .card_body_img {
    margin: 0.1rem auto 0.7rem; }
    .medical-content-three .card_body_img .yd {
      display: block;
      width: 7.50rem;
      height: 4.02rem; }
    .medical-content-three .card_body_img .pc {
      display: none;
      width: 0;
      height: 0; }

.medical-content-four {
  width: 100%;
  text-align: center;
  padding: 0 0.35rem; }
  .medical-content-four .title {
    margin: 0.3rem auto 0.25rem; }
  .medical-content-four .list-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center; }
    .medical-content-four .list-wrapper .list {
      width: 3.30rem;
      height: 3.50rem;
      background-color: #f0f2f1;
      margin: 0.2rem 0.2rem 0.2rem 0;
      text-align: center;
      float: left;
      display: block;
      position: relative; }
  .medical-content-four .link:onclick .tit {
    color: #2d83f3;
    text-decoration: underline; }
  .medical-content-four .list.link:onclick {
    cursor: pointer;
    transform: translate3d(0, -5px, 0);
    box-shadow: 0.05rem 0.05rem 0.05rem rgba(51, 51, 51, 0.1); }
  .medical-content-four .tit {
    font-size: 0.24rem;
    color: #333;
    margin-bottom: 0.1rem;
    position: absolute;
    top: 2rem;
    left: 0;
    right: 0; }
  .medical-content-four list.link:click {
    box-shadow: 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.15); }
  .medical-content-four .des {
    font-size: 0.18rem;
    line-height: 0.26rem;
    padding: 0 0rem;
    color: #999999;
    position: absolute;
    top: 2.4rem;
    left: 0;
    right: 0; }
  .medical-content-four .device {
    display: block;
    width: 2rem;
    height: 1.5rem;
    margin: 0.6rem auto 0; }
  .medical-content-four .list:nth-child(even) {
    background-color: #f9f9f9;
    margin-right: 0rem; }
  .medical-content-four .list:nth-child(1) .device {
    background: url(../images/medical/device_01@2x.png) center no-repeat;
    background-size: 1.93rem 1.05rem; }
  .medical-content-four .list:nth-child(2) .device {
    background: url(../images/medical/device_02@2x.png) center no-repeat;
    background-size: 1.51rem 0.96rem; }
  .medical-content-four .list:nth-child(3) .device {
    background: url(../images/medical/device_03.png) center no-repeat;
    background-size: 1.98rem 1.81rem;
    margin: 0.3rem auto 0; }
  .medical-content-four .list:nth-child(4) .device {
    background: url(../images/medical/device_04@2x.png) center no-repeat;
    background-size: 0.73rem 1.39rem; }

.medical-content-five {
  width: 100%;
  margin: 0.25rem 0 0.2rem;
  text-align: center; }
  .medical-content-five .title {
    margin: 0.3rem auto 0.25rem; }
  .medical-content-five .content {
    display: flex;
    flex-direction: column; }
    .medical-content-five .content .one {
      width: 100%;
      color: #ffffff;
      background-color: #475d9b;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .medical-content-five .content .one .img-box {
        width: 4.89rem;
        height: 3.42rem;
        margin: 0.55rem 0 0.7rem;
        background: url(../images/electric/api.png) center no-repeat;
        background-size: 4.89rem 3.42rem;
        font-size: 0.21rem;
        position: relative; }
        .medical-content-five .content .one .img-box .text {
          position: absolute; }
        .medical-content-five .content .one .img-box .text:first-child {
          left: 0.5rem;
          top: 0.5rem; }
        .medical-content-five .content .one .img-box .text:last-child {
          right: 0.2rem;
          bottom: 0.12rem; }
      .medical-content-five .content .one .des {
        padding: 0 1.15rem 0.25rem; }
        .medical-content-five .content .one .des .tit {
          font-size: 0.26rem;
          font-weight: bold; }
        .medical-content-five .content .one .des .text {
          font-size: 0.18rem; }
    .medical-content-five .content .two {
      margin-top: 0.12rem;
      text-align: center; }
      .medical-content-five .content .two .list-wrapper {
        display: flex; }
        .medical-content-five .content .two .list-wrapper .list {
          flex: 1;
          height: 4.1rem;
          padding: 2rem 0.3rem 0;
          text-align: center;
          background: #eff2f7 url(../images/electric/four_02.png) center 0.45rem no-repeat;
          background-size: 2.05rem 1.51rem;
          position: relative; }
          .medical-content-five .content .two .list-wrapper .list .tit {
            width: 100%;
            margin-bottom: 0.15rem;
            font-size: 0.24rem;
            font-weight: bold;
            color: #333333;
            position: absolute;
            top: 2.15rem;
            left: 0; }
          .medical-content-five .content .two .list-wrapper .list .text {
            width: 100%;
            padding: 0 0.15rem;
            font-size: 0.18rem;
            color: #666666;
            position: absolute;
            top: 2.45rem;
            left: 0; }
        .medical-content-five .content .two .list-wrapper .list:first-child {
          margin-right: 0.2rem;
          background: #eff2f7 url(../images/electric/four_01.png) center 0.45rem no-repeat;
          background-size: 2.38rem 1.43rem; }

.medical-content-six {
  width: 100%;
  padding: 0 0.3rem 0.84rem;
  background: url("../images/medical/content-bg.png") center no-repeat;
  background-size: cover; }
  .medical-content-six .title {
    text-align: center;
    line-height: 0.54rem;
    padding: 0.17rem 0; }
  .medical-content-six .info {
    width: 100%;
    height: 3.1rem;
    margin: 0 auto;
    padding: 0.32rem 0.55rem 0.42rem 0.8rem;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex; }
    .medical-content-six .info .code {
      flex-shrink: 0;
      width: 2.3rem;
      height: 2.3rem;
      margin-right: 0.35rem; }
    .medical-content-six .info .des .text {
      font-size: 0.24rem;
      color: #666666; }
      .medical-content-six .info .des .text .blue {
        font-size: 0.3rem;
        color: #475d9b; }
    .medical-content-six .info .des .text:first-child {
      margin: 0.15rem 0 0.13rem; }
    .medical-content-six .info .des .text.bold {
      margin-top: 0.38rem;
      font-size: 0.22rem;
      font-weight: bold; }

/* pc端 */
@media (min-width: 1024px) {
  .medical-banner {
    background: url(../images/medical/banner-pc.png) center no-repeat;
    background-size: cover;
    padding: 0; }
    .medical-banner h1 {
      padding-top: 280px; }
    .medical-banner .banner-first-paragraph {
      margin-top: 50px;
      width: 820px;
      padding: 0; }

  #medical .medical-content-two {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 0; }
    #medical .medical-content-two .title {
      margin: 20px auto 15px; }
    #medical .medical-content-two .list-wrapper {
      width: 100%; }
      #medical .medical-content-two .list-wrapper .list {
        float: left;
        text-align: center;
        margin: 10px 13px 10px 0; }
      #medical .medical-content-two .list-wrapper .list.link:hover {
        cursor: pointer;
        transform: translate3d(0, -5px, 0);
        box-shadow: 0.05rem 0.05rem 0.05rem rgba(51, 51, 51, 0.1); }
      #medical .medical-content-two .list-wrapper .device {
        display: block;
        width: 332px;
        height: 148px; }
      #medical .medical-content-two .list-wrapper .des {
        font-size: 14px;
        line-height: 50px;
        color: #333333;
        background-color: #eee;
        width: 332px;
        height: 50px; }
      #medical .medical-content-two .list-wrapper .list:nth-child(even) {
        margin-right: 13px; }
      #medical .medical-content-two .list-wrapper .list:nth-child(3n) {
        margin-right: 0px; }
      #medical .medical-content-two .list-wrapper .list:nth-child(1) .device {
        background: url(../images/medical/tp-01.png) center no-repeat;
        background-size: 332px 148px; }
      #medical .medical-content-two .list-wrapper .list:nth-child(2) .device {
        background: url(../images/medical/tp-02.png) center no-repeat;
        background-size: 332px 148px; }
      #medical .medical-content-two .list-wrapper .list:nth-child(3) .device {
        background: url(../images/medical/tp-03.png) center no-repeat;
        background-size: 332px 148px; }
      #medical .medical-content-two .list-wrapper .list:nth-child(4) .device {
        background: url(../images/medical/tp-04.png) center no-repeat;
        background-size: 332px 148px; }
      #medical .medical-content-two .list-wrapper .list:nth-child(5) .device {
        background: url(../images/medical/tp-05.png) center no-repeat;
        background-size: 332px 148px; }
      #medical .medical-content-two .list-wrapper .list:nth-child(6) .device {
        background: url(../images/medical/tp-06.png) center no-repeat;
        background-size: 332px 148px; }

  .medical-content-three {
    width: 100%;
    text-align: center;
    margin-bottom: 0; }
    .medical-content-three .title {
      margin: 50px auto 0px; }
      .medical-content-three .title span {
        display: block; }
      .medical-content-three .title .gray1 {
        color: #666666;
        font-weight: normal;
        font-size: 20px;
        margin: 8px; }
    .medical-content-three .card_body_img {
      margin: 10px auto 20px; }
      .medical-content-three .card_body_img .yd {
        display: none;
        width: 0;
        height: 0; }
      .medical-content-three .card_body_img .pc {
        display: block;
        width: 1024px;
        height: 398px; }

  .medical-content-four {
    width: 100%;
    text-align: center;
    padding: 0; }
    .medical-content-four .title {
      margin: 30px auto 20px; }
    .medical-content-four .list-wrapper {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      text-align: center; }
      .medical-content-four .list-wrapper .list {
        width: 504px;
        height: 350px;
        background-color: #f0f2f1;
        margin: 8px 16px 8px 0;
        text-align: center;
        float: left;
        display: block;
        position: relative; }
      .medical-content-four .list-wrapper .link:hover .tit {
        color: #2d83f3;
        text-decoration: underline; }
      .medical-content-four .list-wrapper .list.link:hover {
        cursor: pointer;
        transform: translate3d(0, -5px, 0);
        box-shadow: 0.05rem 0.05rem 0.05rem rgba(51, 51, 51, 0.1); }
      .medical-content-four .list-wrapper .tit {
        font-size: 22px;
        color: #333;
        margin-bottom: 18px;
        position: absolute;
        position: absolute;
        top: 228px;
        left: 0;
        right: 0; }
      .medical-content-four .list-wrapper .des {
        font-size: 14px;
        line-height: 20px;
        color: #999999;
        padding: 0 20px;
        position: absolute;
        top: 268px;
        left: 0;
        right: 0; }
      .medical-content-four .list-wrapper .device {
        display: block;
        width: 283px;
        height: 150px;
        margin: 50px auto 0; }
      .medical-content-four .list-wrapper .list:nth-child(even) {
        background-color: #f9f9f9;
        margin-right: 0; }
      .medical-content-four .list-wrapper .list:nth-child(1) .device {
        background: url(../images/medical/device_01.png) center no-repeat;
        background-size: 283px 148px; }
      .medical-content-four .list-wrapper .list:nth-child(2) .device {
        background: url(../images/medical/device_02.png) center no-repeat;
        background-size: 231px 147px; }
      .medical-content-four .list-wrapper .list:nth-child(3) .device {
        background: url(../images/medical/device_03.png) center no-repeat;
        background-size: 198px 181px; }
      .medical-content-four .list-wrapper .list:nth-child(4) .device {
        background: url(../images/medical/device_04.png) center no-repeat;
        background-size: 78px 149px; }

  .medical-content-five {
    margin: 20px 0 0;
    text-align: center;
    width: 100%; }
    .medical-content-five .title {
      margin: 20px auto 20px; }
    .medical-content-five .content {
      flex-direction: row;
      justify-content: space-between; }
      .medical-content-five .content .one {
        width: 531px;
        height: 607px;
        flex-shrink: 0; }
        .medical-content-five .content .one .img-box {
          width: 424px;
          height: 296px;
          margin: 82px 0 90px;
          background: url(../images/electric/api_pc.png) center no-repeat;
          background-size: 424px 296px;
          font-size: 18px; }
          .medical-content-five .content .one .img-box .text:first-child {
            left: 45px;
            top: 40px; }
          .medical-content-five .content .one .img-box .text:last-child {
            right: 18px;
            bottom: 10px; }
        .medical-content-five .content .one .des {
          padding: 0 35px 0 60px; }
          .medical-content-five .content .one .des .tit {
            font-size: 20px;
            margin-bottom: 15px; }
          .medical-content-five .content .one .des .text {
            font-size: 14px; }
      .medical-content-five .content .two {
        width: 472px;
        margin-top: 0; }
        .medical-content-five .content .two .list-wrapper {
          height: 607px;
          flex-direction: column;
          justify-content: space-between; }
          .medical-content-five .content .two .list-wrapper .list {
            flex: none;
            width: 100%;
            height: 295px;
            padding: 220px 30px 0 30px;
            background: #eff2f7 url(../images/electric/four_pc_02.png) center 50px no-repeat;
            position: relative; }
            .medical-content-five .content .two .list-wrapper .list .tit {
              margin-bottom: 0;
              font-size: 18px;
              position: absolute;
              top: 199px;
              left: 0;
              right: 0; }
            .medical-content-five .content .two .list-wrapper .list .text {
              font-size: 14px;
              position: absolute;
              top: 229px;
              left: 0;
              right: 0; }
          .medical-content-five .content .two .list-wrapper .list:first-child {
            margin-right: 0;
            background: #eff2f7 url(../images/electric/four_pc_01.png) center 50px no-repeat; }

  .medical-content-six {
    width: 100%;
    margin-top: 30px;
    padding: 0 0 47px;
    background: url("../images/medical/content-bg-pc.png") center no-repeat;
    background-size: 100%; }
    .medical-content-six .title {
      text-align: center;
      line-height: 32px;
      padding: 28px 0; }
    .medical-content-six .info {
      width: 685px;
      height: 244px;
      padding: 30px 100px 0; }
      .medical-content-six .info .code {
        width: 161px;
        height: 161px;
        margin-right: 55px; }
      .medical-content-six .info .des .text {
        font-size: 16px;
        line-height: 28px; }
        .medical-content-six .info .des .text .blue {
          font-size: 16px; }
      .medical-content-six .info .des .text:first-child {
        font-size: 20px;
        margin: 15px 0 0; }
      .medical-content-six .info .des .text.bold {
        margin-top: 10px;
        font-size: 16px; } }
/* 移动端 */
.storage-banner {
  width: 100%;
  background: url(../images/storage/banner.jpg) center no-repeat;
  background-size: cover;
  padding: 0.8rem 0 0; }
  .storage-banner .banner-first-paragraph {
    padding-top: 0.4rem;
    padding-bottom: 1.5rem;
    letter-spacing: 0.06rem; }

#storage {
  padding: 0 0.3rem;
  background-color: #f6f6f6; }
  #storage .storage-content-two {
    width: 100%; }
    #storage .storage-content-two .list-wrapper .list {
      width: 100%;
      padding: 0.5rem 0.24rem 0.3rem;
      background-color: #ffffff;
      margin-top: 0.3rem;
      position: relative; }
      #storage .storage-content-two .list-wrapper .list .title {
        font-size: 0.24rem;
        line-height: 0.38rem;
        color: #2d83f3;
        font-weight: bold;
        position: absolute;
        left: 3.7rem;
        top: 0.85rem; }
        #storage .storage-content-two .list-wrapper .list .title span {
          display: block; }
      #storage .storage-content-two .list-wrapper .list .img img {
        width: 2.86rem; }
      #storage .storage-content-two .list-wrapper .list .text {
        padding: 0 0.14rem;
        margin-top: 0.2rem;
        font-size: 0.18rem;
        line-height: 0.26rem; }
    #storage .storage-content-two .list-wrapper .list:last-child .title {
      left: 0.4rem; }
    #storage .storage-content-two .list-wrapper .list:last-child .img {
      text-align: right; }
  #storage .storage-content-three {
    width: 100%;
    text-align: center; }
    #storage .storage-content-three .title {
      margin: 0.5rem 0 0.3rem; }
    #storage .storage-content-three .list-wrapper {
      background-color: #ffffff; }
      #storage .storage-content-three .list-wrapper .list {
        width: 25%;
        float: left;
        padding: 0.4rem 0; }
        #storage .storage-content-three .list-wrapper .list .icon {
          width: 0.5rem;
          display: block;
          margin: 0 auto 0.5rem; }
        #storage .storage-content-three .list-wrapper .list .text {
          font-size: 0.2rem;
          line-height: 0.3rem; }
  #storage .storage-content-four {
    width: 100%;
    text-align: center; }
    #storage .storage-content-four .title {
      margin: 0.5rem 0 0.3rem; }
    #storage .storage-content-four .flow-img {
      padding: 0.5rem 0;
      background-color: #ffffff; }
      #storage .storage-content-four .flow-img .use-flow {
        width: 6.09rem;
        margin: 0 auto;
        display: block; }
      #storage .storage-content-four .flow-img .use-flow.pc {
        display: none; }
    #storage .storage-content-four .list-wrapper {
      padding: 0.42rem 0 0.52rem 0.25rem;
      background-color: #5695f3; }
      #storage .storage-content-four .list-wrapper .list {
        width: 2.15rem;
        float: left;
        color: #ffffff;
        position: relative; }
        #storage .storage-content-four .list-wrapper .list .list-title {
          font-size: 0.26rem;
          line-height: 0.30rem;
          letter-spacing: 0.05rem; }
        #storage .storage-content-four .list-wrapper .list .text {
          max-width: 1.65rem;
          margin: 0.28rem auto 0;
          font-size: 0.22rem;
          line-height: 0.3rem;
          letter-spacing: 0.05rem; }
      #storage .storage-content-four .list-wrapper .list.border-r::after {
        display: block;
        content: '';
        height: 1rem;
        border-right: 1px solid #ffffff;
        position: absolute;
        right: 0;
        top: 0; }
  #storage .storage-content-five {
    width: 100%;
    padding: 0 0.3rem;
    text-align: center; }
    #storage .storage-content-five .title {
      margin: 0.5rem 0 0.3rem; }
    #storage .storage-content-five .list-wrapper-two {
      background-color: #ebebeb;
      width: 100%;
      padding-bottom: 0.3rem; }
      #storage .storage-content-five .list-wrapper-two .list-two {
        width: 100%;
        padding: 0.3rem 0.25rem 0.2rem; }
        #storage .storage-content-five .list-wrapper-two .list-two .img {
          width: 2.9rem;
          margin-right: 0.7rem;
          float: left;
          display: block; }
        #storage .storage-content-five .list-wrapper-two .list-two .list-title {
          font-size: 0.2rem;
          line-height: 0.26rem;
          color: #2d83f3;
          margin: 0.16rem 0 0.3rem; }
        #storage .storage-content-five .list-wrapper-two .list-two .text {
          font-size: 0.18rem;
          line-height: 0.26rem; }
      #storage .storage-content-five .list-wrapper-two .list-two:last-child .img {
        float: right;
        margin-right: 0;
        margin-left: 0.5rem; }
  #storage .storage-content-six {
    width: 100%;
    text-align: center; }
    #storage .storage-content-six .title {
      padding: 0.3rem 0; }
    #storage .storage-content-six .list-wrapper {
      width: 100%; }
      #storage .storage-content-six .list-wrapper .list-box {
        margin-bottom: 0.3rem;
        padding: 0.52rem 0.45rem;
        background-color: #ffffff; }
        #storage .storage-content-six .list-wrapper .list-box .list {
          border: 1px solid #bfbfbf; }
          #storage .storage-content-six .list-wrapper .list-box .list .logo {
            display: block;
            margin: 0.15rem auto 0.1rem;
            width: 1.4rem; }
          #storage .storage-content-six .list-wrapper .list-box .list .sub-title {
            font-size: 0.22rem;
            color: #5493f3;
            font-weight: normal; }
          #storage .storage-content-six .list-wrapper .list-box .list .des {
            font-size: 0.18rem;
            line-height: 0.22rem; }
          #storage .storage-content-six .list-wrapper .list-box .list .img {
            margin-top: 0.5rem;
            width: 100%;
            display: block; }
      #storage .storage-content-six .list-wrapper .list-box:last-child .logo {
        width: 1.16rem; }

/* PC端 */
@media (min-width: 1024px) {
  .storage-banner {
    background: url(../images/storage/banner_pc.jpg) center no-repeat;
    background-size: cover;
    padding: 0; }
    .storage-banner .banner-first-paragraph {
      margin-top: 50px;
      width: 760px;
      padding: 0;
      letter-spacing: 5px; }

  #storage {
    padding: 0; }
    #storage .storage-content-two .list-wrapper .list {
      padding: 63px 115px 45px 122px;
      margin-top: 30px;
      position: relative; }
      #storage .storage-content-two .list-wrapper .list .title {
        font-size: 20px;
        line-height: 26px;
        position: absolute;
        left: 520px;
        top: 67px; }
        #storage .storage-content-two .list-wrapper .list .title span {
          display: inline; }
      #storage .storage-content-two .list-wrapper .list .img {
        float: left;
        width: 286px;
        margin-right: 114px; }
        #storage .storage-content-two .list-wrapper .list .img img {
          width: 100%;
          display: block; }
      #storage .storage-content-two .list-wrapper .list .text {
        width: 375px;
        float: left;
        padding: 0;
        margin-top: 50px;
        font-size: 12px;
        line-height: 24px; }
    #storage .storage-content-two .list-wrapper .list:last-child .title {
      left: 122px; }
    #storage .storage-content-two .list-wrapper .list:last-child .img {
      float: right;
      margin-left: 114px;
      margin-right: 0; }
    #storage .storage-content-three {
      width: 100%; }
      #storage .storage-content-three .title {
        margin: 40px 0; }
      #storage .storage-content-three .list-wrapper {
        background-color: #ffffff; }
        #storage .storage-content-three .list-wrapper .list {
          width: 25%;
          float: left;
          padding: 65px 0 80px; }
          #storage .storage-content-three .list-wrapper .list .icon {
            width: 50px;
            display: block;
            margin: 0 auto 40px; }
          #storage .storage-content-three .list-wrapper .list .text {
            font-size: 14px;
            line-height: 24px;
            letter-spacing: 3px; }
    #storage .storage-content-four .title {
      margin: 45px 0 30px; }
    #storage .storage-content-four .flow-img {
      padding: 25px 0 40px; }
      #storage .storage-content-four .flow-img .use-flow {
        width: 555px;
        display: none; }
      #storage .storage-content-four .flow-img .use-flow.pc {
        display: block;
        width: 787px;
        height: 250px; }
    #storage .storage-content-four .list-wrapper {
      padding: 48px 60px 37px; }
      #storage .storage-content-four .list-wrapper .list {
        width: 300px; }
        #storage .storage-content-four .list-wrapper .list .list-title {
          font-size: 20px;
          line-height: 30px;
          letter-spacing: 4px; }
        #storage .storage-content-four .list-wrapper .list .text {
          max-width: 200px;
          margin: 28px auto 0;
          font-size: 14px;
          line-height: 22px;
          letter-spacing: 2px; }
      #storage .storage-content-four .list-wrapper .list.border-r::after {
        height: 100px; }
    #storage .storage-content-five {
      padding: 0 38px; }
      #storage .storage-content-five .title {
        margin: 50px 0 30px; }
      #storage .storage-content-five .list-wrapper-two {
        padding-bottom: 0; }
        #storage .storage-content-five .list-wrapper-two .list-two {
          width: 50%;
          float: left;
          padding: 30px 0 30px; }
          #storage .storage-content-five .list-wrapper-two .list-two .img {
            width: auto;
            height: 213px;
            margin: 0 auto;
            float: none;
            display: block; }
          #storage .storage-content-five .list-wrapper-two .list-two .list-title {
            font-size: 20px;
            line-height: 26px;
            margin: 15px 0; }
          #storage .storage-content-five .list-wrapper-two .list-two .text {
            max-width: 272px;
            margin: 0 auto;
            font-size: 14px;
            line-height: 22px; }
        #storage .storage-content-five .list-wrapper-two .list-two:last-child .img {
          float: none;
          margin: 0 auto; }
    #storage .storage-content-six {
      margin-bottom: 100px; }
      #storage .storage-content-six .title {
        padding: 45px 0 30px; }
      #storage .storage-content-six .list-wrapper {
        width: 100%;
        padding: 80px 110px 50px;
        background-color: #ffffff; }
        #storage .storage-content-six .list-wrapper .list-box {
          float: left;
          width: 342px;
          margin-bottom: 0;
          padding: 0; }
          #storage .storage-content-six .list-wrapper .list-box .list .logo {
            margin: 30px auto 20px;
            width: 140px; }
          #storage .storage-content-six .list-wrapper .list-box .list .sub-title {
            font-size: 18px;
            line-height: 22px; }
          #storage .storage-content-six .list-wrapper .list-box .list .des {
            font-size: 14px;
            line-height: 22px; }
          #storage .storage-content-six .list-wrapper .list-box .list .img {
            margin-top: 40px; }
        #storage .storage-content-six .list-wrapper .list-box:last-child {
          margin-left: 120px; }
          #storage .storage-content-six .list-wrapper .list-box:last-child .logo {
            width: 116px; } }
/* 移动端 */
.menjin-banner {
  width: 100%;
  background: url(../images/menjin/banner@2x.jpg) center no-repeat;
  background-size: cover;
  padding: 0.8rem 1.5rem 0; }
  .menjin-banner .banner-first-paragraph {
    padding-top: 0.4rem;
    padding-bottom: 1.5rem;
    letter-spacing: 0.06rem; }

#menjin {
  padding: 0 0.3rem;
  background-color: #f6f6f6; }
  #menjin .menjin-content-two {
    width: 100%; }
    #menjin .menjin-content-two .list-wrapper .list {
      width: 100%;
      padding: 0.25rem 0.4rem 0.35rem 0.55rem;
      background-color: #ffffff;
      margin-top: 0.3rem;
      position: relative; }
      #menjin .menjin-content-two .list-wrapper .list .title {
        font-size: 0.3rem;
        line-height: 0.4rem;
        color: #2d83f3;
        font-weight: bold;
        position: absolute;
        left: 3.7rem;
        top: 0.85rem; }
        #menjin .menjin-content-two .list-wrapper .list .title span {
          display: block; }
      #menjin .menjin-content-two .list-wrapper .list .img img {
        width: 2.26rem;
        display: block; }
      #menjin .menjin-content-two .list-wrapper .list .img img.pc {
        display: none; }
      #menjin .menjin-content-two .list-wrapper .list .text {
        margin-top: 0.2rem;
        font-size: 0.2rem;
        line-height: 0.26rem; }
  #menjin .menjin-content-three {
    width: 100%;
    text-align: center; }
    #menjin .menjin-content-three .title {
      margin: 0.5rem 0 0.3rem; }
    #menjin .menjin-content-three .list-wrapper .list {
      width: 50%;
      height: 3.7rem;
      float: left;
      background-color: #ffffff;
      padding: 0.45rem 0.25rem 0; }
      #menjin .menjin-content-three .list-wrapper .list .icon {
        height: 0.75rem;
        display: block;
        margin: 0 auto 0.3rem; }
      #menjin .menjin-content-three .list-wrapper .list .list-title {
        font-size: 0.24rem;
        line-height: 0.26rem;
        color: #333333;
        margin-bottom: 0.25rem; }
      #menjin .menjin-content-three .list-wrapper .list .text {
        text-align: left;
        color: #777777;
        font-size: 0.18rem;
        line-height: 0.3rem; }
  #menjin .menjin-content-four {
    width: 100%;
    text-align: center;
    margin-bottom: 0.4rem; }
    #menjin .menjin-content-four .title {
      margin: 0.9rem 0 0.5rem; }
    #menjin .menjin-content-four .list-wrapper {
      background-color: #ebebeb;
      padding: 0.5rem; }
      #menjin .menjin-content-four .list-wrapper .img {
        width: 5.76ren;
        height: 1.5rem; }
      #menjin .menjin-content-four .list-wrapper .list-title {
        font-size: 0.3rem;
        margin-top: 0.5rem; }
    #menjin .menjin-content-four .list-wrapper-two {
      background-color: #ffffff;
      width: 100%;
      padding-bottom: 0.3rem; }
      #menjin .menjin-content-four .list-wrapper-two .list-two {
        width: 100%;
        padding: 0.3rem 0.25rem 0.2rem; }
        #menjin .menjin-content-four .list-wrapper-two .list-two .img {
          width: 2.9rem;
          margin-right: 0.7rem;
          float: left; }
        #menjin .menjin-content-four .list-wrapper-two .list-two .list-title {
          font-size: 0.2rem;
          line-height: 0.26rem;
          color: #2d83f3;
          margin: 0.16rem 0 0.3rem; }
        #menjin .menjin-content-four .list-wrapper-two .list-two .text {
          font-size: 0.18rem;
          line-height: 0.26rem; }
      #menjin .menjin-content-four .list-wrapper-two .list-two:last-child .img {
        float: right;
        margin-right: 0;
        margin-left: 0.5rem; }
  #menjin .menjin-content-five {
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 0.3rem; }
    #menjin .menjin-content-five .logo {
      width: 1.8rem;
      display: block;
      margin: 0 auto;
      padding: 0.2rem 0; }
    #menjin .menjin-content-five .sub-title {
      font-size: 0.26rem;
      color: #2d83f3;
      letter-spacing: 0.07rem; }
    #menjin .menjin-content-five .text {
      font-size: 0.18rem;
      line-height: 0.26rem;
      letter-spacing: 0.06rem; }
    #menjin .menjin-content-five .img-list {
      padding: 0.6rem 0.2rem; }
      #menjin .menjin-content-five .img-list .img {
        height: 1.98rem;
        float: left; }
        #menjin .menjin-content-five .img-list .img img {
          height: inherit; }
      #menjin .menjin-content-five .img-list .img:last-child {
        float: right; }

/* PC端 */
@media (min-width: 1024px) {
  .menjin-banner {
    background: url(../images/menjin/banner_pc.jpg) center no-repeat;
    background-size: cover;
    padding: 0; }
    .menjin-banner h1 {
      padding-top: 280px; }
    .menjin-banner .banner-first-paragraph {
      margin-top: 50px;
      width: 760px;
      padding: 0;
      letter-spacing: 5px; }

  #menjin {
    padding: 0; }
    #menjin .menjin-content-two .list-wrapper .list {
      padding: 35px 95px 15px 75px;
      margin-top: 30px;
      position: relative; }
      #menjin .menjin-content-two .list-wrapper .list .title {
        font-size: 24px;
        line-height: 30px;
        position: absolute;
        left: 75px;
        top: 120px; }
        #menjin .menjin-content-two .list-wrapper .list .title span {
          font-size: 18px;
          line-height: 26px; }
      #menjin .menjin-content-two .list-wrapper .list .img {
        float: right;
        width: 323px;
        margin-left: 146px; }
        #menjin .menjin-content-two .list-wrapper .list .img img {
          width: 100%;
          display: none; }
        #menjin .menjin-content-two .list-wrapper .list .img img.pc {
          display: block; }
      #menjin .menjin-content-two .list-wrapper .list .text {
        width: 385px;
        float: right;
        margin-top: 135px;
        font-size: 12px;
        line-height: 24px; }
    #menjin .menjin-content-three .title {
      margin: 45px 0 30px; }
    #menjin .menjin-content-three .list-wrapper {
      padding: 50px 30px;
      background-color: #ffffff; }
      #menjin .menjin-content-three .list-wrapper .list {
        width: 50%;
        height: 140px;
        margin-bottom: 0;
        padding: 20px 0 0 20px;
        position: relative; }
        #menjin .menjin-content-three .list-wrapper .list .icon {
          float: left;
          height: 67px;
          display: block;
          margin: 0 0 25px; }
        #menjin .menjin-content-three .list-wrapper .list .list-title {
          text-align: left;
          font-size: 18px;
          line-height: 26px;
          margin-bottom: 20px;
          padding-left: 107px; }
        #menjin .menjin-content-three .list-wrapper .list .text {
          font-size: 14px;
          line-height: 22px;
          padding-left: 107px; }
      #menjin .menjin-content-three .list-wrapper .list:nth-child(odd) {
        border-right: 1px solid #dfdfdf;
        padding-right: 30px; }
      #menjin .menjin-content-three .list-wrapper .list:nth-child(1),
      #menjin .menjin-content-three .list-wrapper .list:nth-child(2) {
        border-bottom: 1px solid #dfdfdf;
        padding-top: 0; }
    #menjin .menjin-content-four {
      margin-bottom: 80px; }
      #menjin .menjin-content-four .title {
        margin: 45px 0 30px; }
      #menjin .menjin-content-four .list-wrapper {
        background-color: #ebebeb;
        padding: 30px; }
        #menjin .menjin-content-four .list-wrapper .img {
          width: 576px;
          height: 150px;
          display: block;
          margin: 10px auto; }
        #menjin .menjin-content-four .list-wrapper .list-title {
          font-size: 14px;
          margin-top: 15px; }
      #menjin .menjin-content-four .list-wrapper-two {
        padding-bottom: 0; }
        #menjin .menjin-content-four .list-wrapper-two .list-two {
          width: 50%;
          float: left;
          padding: 68px 0 30px; }
          #menjin .menjin-content-four .list-wrapper-two .list-two .img {
            width: auto;
            height: 213px;
            margin: 0 auto;
            float: none;
            display: block; }
          #menjin .menjin-content-four .list-wrapper-two .list-two .list-title {
            font-size: 20px;
            line-height: 26px;
            margin: 15px 0; }
          #menjin .menjin-content-four .list-wrapper-two .list-two .text {
            max-width: 272px;
            margin: 0 auto;
            font-size: 14px;
            line-height: 22px; }
        #menjin .menjin-content-four .list-wrapper-two .list-two:last-child .img {
          float: none;
          margin: 0 auto; }
    #menjin .menjin-content-five {
      margin-bottom: 30px; }
      #menjin .menjin-content-five .logo {
        width: 140px;
        padding: 40px 0 20px; }
      #menjin .menjin-content-five .sub-title {
        font-size: 18px;
        color: #2d83f3;
        letter-spacing: 6px; }
      #menjin .menjin-content-five .text {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 4px; }
      #menjin .menjin-content-five .img-list {
        padding: 45px 120px; }
        #menjin .menjin-content-five .img-list .img {
          height: 245px; } }
/* 移动端 */
.track-banner {
  width: 100%;
  background: url(../images/track/banner.png) center no-repeat;
  background-size: cover;
  padding: 0 1rem 0; }
  .track-banner .banner-first-paragraph {
    margin-top: 0.5rem;
    padding-bottom: 0.52rem; }

#track {
  padding: 0 0.3rem;
  background-color: #f6f6f6; }
  #track .track-content-two {
    width: 100%;
    text-align: center;
    position: relative; }
    #track .track-content-two .title {
      margin: 0.5rem 0 0.3rem; }
      #track .track-content-two .title span {
        display: block; }
      #track .track-content-two .title span.gray {
        color: #666666;
        font-weight: normal;
        font-size: 0.24rem;
        padding: 0 0.5rem; }
    #track .track-content-two img {
      width: 100%; }
    #track .track-content-two .img {
      display: block; }
    #track .track-content-two .img_pc {
      display: none; }
  #track .track-content-four {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center; }
    #track .track-content-four .title {
      margin: 0.25rem auto 0.2rem; }
      #track .track-content-four .title span {
        display: block; }
      #track .track-content-four .title .gray1 {
        color: #666666;
        font-weight: normal;
        font-size: 0.24rem;
        line-height: 0.3rem; }
    #track .track-content-four .list-wrapper {
      width: 100%; }
      #track .track-content-four .list-wrapper .list {
        width: 3.3rem;
        height: 4rem;
        background-color: #f9f9f9;
        text-align: center;
        float: left;
        margin-bottom: 0.2rem;
        box-shadow: 0 0 0.05rem rgba(51, 51, 51, 0.1);
        position: relative; }
        #track .track-content-four .list-wrapper .list a {
          display: block;
          width: inherit;
          height: inherit;
          padding-top: 0.69rem; }
        #track .track-content-four .list-wrapper .list .link .tit {
          color: #2d83f3;
          text-decoration: underline; }
      #track .track-content-four .list-wrapper .tit {
        font-size: 0.24rem;
        color: #333;
        margin-bottom: 0.1rem;
        position: absolute;
        top: 2.5rem;
        left: 0;
        right: 0; }
      #track .track-content-four .list-wrapper .des {
        font-size: 0.18rem;
        line-height: 0.26rem;
        padding: 0 0.2rem;
        color: #999999;
        position: absolute;
        top: 3rem;
        left: 0;
        right: 0; }
      #track .track-content-four .list-wrapper .device {
        display: block;
        width: 100%;
        height: 1.5rem; }
      #track .track-content-four .list-wrapper .list:nth-child(2) {
        background-color: #f0f2f1; }
      #track .track-content-four .list-wrapper .list:nth-child(3) {
        background-color: #f0f2f1; }
      #track .track-content-four .list-wrapper .list:nth-child(6) {
        background-color: #f0f2f1; }
      #track .track-content-four .list-wrapper .list:nth-child(odd) {
        margin-right: 0.2rem; }
      #track .track-content-four .list-wrapper .list:nth-child(1) .device {
        background: url(../images/track/device_10.png) center no-repeat;
        background-size: 1.38rem 1.39rem; }
      #track .track-content-four .list-wrapper .list:nth-child(2) .device {
        background: url(../images/track/device_07.png) center no-repeat;
        background-size: 1.41rem 1.78rem; }
      #track .track-content-four .list-wrapper .list:nth-child(3) .device {
        background: url(../images/track/device_08.png) center no-repeat;
        background-size: 1.64rem 1.61rem; }
      #track .track-content-four .list-wrapper .list:nth-child(4) .device {
        background: url(../images/track/device_051-pc.png) center no-repeat;
        background-size: 2.55rem 1.54rem; }
      #track .track-content-four .list-wrapper .list:nth-child(5) .device {
        background: url(../images/track/device_06.png) center no-repeat;
        background-size: 1.46rem 1.40rem; }
      #track .track-content-four .list-wrapper .list:nth-child(6) .device {
        background: url(../images/track/device_09.png) center no-repeat;
        background-size: 1.95rem 1.48rem; }
  #track .track-content-five {
    width: 100%;
    margin: 0.25rem 0 0.2rem;
    display: flex;
    flex-direction: column; }
    #track .track-content-five .one {
      width: 100%;
      color: #ffffff;
      background-color: #475d9b;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
      #track .track-content-five .one .img-box {
        width: 4.89rem;
        height: 3.42rem;
        margin: 0.55rem 0 0.7rem;
        background: url(../images/electric/api.png) center no-repeat;
        background-size: 4.89rem 3.42rem;
        font-size: 0.21rem;
        position: relative; }
        #track .track-content-five .one .img-box .text {
          position: absolute; }
        #track .track-content-five .one .img-box .text:first-child {
          left: 0.5rem;
          top: 0.5rem; }
        #track .track-content-five .one .img-box .text:last-child {
          right: 0.2rem;
          bottom: 0.12rem; }
      #track .track-content-five .one .des {
        padding: 0 1.15rem 0.25rem; }
        #track .track-content-five .one .des .tit {
          font-size: 0.26rem;
          font-weight: bold; }
        #track .track-content-five .one .des .text {
          font-size: 0.18rem; }
    #track .track-content-five .two {
      margin-top: 0.12rem;
      text-align: center; }
      #track .track-content-five .two .list-wrapper {
        display: flex; }
        #track .track-content-five .two .list-wrapper .list {
          flex: 1;
          height: 4.1rem;
          padding: 2rem 0.3rem 0;
          text-align: center;
          background: #eff2f7 url(../images/electric/four_02.png) center 0.45rem no-repeat;
          background-size: 2.05rem 1.51rem;
          position: relative; }
          #track .track-content-five .two .list-wrapper .list .tit {
            width: 100%;
            margin-bottom: 0.15rem;
            font-size: 0.24rem;
            font-weight: bold;
            color: #333333;
            position: absolute;
            top: 2.15rem;
            left: 0; }
          #track .track-content-five .two .list-wrapper .list .text {
            width: 100%;
            padding: 0 0.15rem;
            font-size: 0.18rem;
            color: #666666;
            position: absolute;
            top: 2.45rem;
            left: 0; }
        #track .track-content-five .two .list-wrapper .list:first-child {
          margin-right: 0.2rem;
          background: #eff2f7 url(../images/electric/four_01.png) center 0.45rem no-repeat;
          background-size: 2.38rem 1.43rem; }

.track-content-six {
  width: 100%;
  padding: 0 0.3rem 0.84rem;
  background: url("../images/track/content-bg.png") center no-repeat;
  background-size: cover; }
  .track-content-six .title {
    text-align: center;
    line-height: 0.54rem;
    padding: 0.17rem 0; }
  .track-content-six .info {
    width: 100%;
    height: 3.1rem;
    margin: 0 auto;
    padding: 0.32rem 0.55rem 0.42rem 0.8rem;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex; }
    .track-content-six .info .code {
      flex-shrink: 0;
      width: 2.3rem;
      height: 2.3rem;
      margin-right: 0.35rem; }
    .track-content-six .info .des .text {
      font-size: 0.24rem;
      color: #666666; }
      .track-content-six .info .des .text .blue {
        font-size: 0.3rem;
        color: #475d9b; }
    .track-content-six .info .des .text:first-child {
      margin: 0.15rem 0 0.13rem; }
    .track-content-six .info .des .text.bold {
      margin-top: 0.38rem;
      font-size: 0.22rem;
      font-weight: bold; }

/* PC端 */
@media (min-width: 1024px) {
  .track-banner {
    background: url(../images/track/banner-pc.png) center no-repeat;
    background-size: cover;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .track-banner h1 {
      padding-top: 0; }
    .track-banner .banner-first-paragraph {
      margin-top: 50px;
      width: 990px;
      padding: 0; }

  #track {
    padding: 0; }
    #track .track-content-two .title {
      margin: 23px 0 26px; }
      #track .track-content-two .title span.gray {
        font-weight: normal;
        font-size: 18px;
        margin-top: 5px;
        line-height: 30px; }
    #track .track-content-two .img {
      display: none; }
    #track .track-content-two .img_pc {
      display: block; }
    #track .track-content-four {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      text-align: center; }
      #track .track-content-four .title {
        margin: 30px auto 20px; }
        #track .track-content-four .title span {
          display: block; }
        #track .track-content-four .title .gray1 {
          color: #666666;
          font-weight: normal;
          font-size: 18px;
          line-height: 30px; }
      #track .track-content-four .list-wrapper {
        width: 100%; }
        #track .track-content-four .list-wrapper .list {
          width: 330px;
          height: 350px;
          background-color: #f9f9f9;
          text-align: center;
          float: left;
          margin-bottom: 14px;
          position: relative; }
          #track .track-content-four .list-wrapper .list a {
            padding-top: 50px; }
          #track .track-content-four .list-wrapper .list.link .tit {
            text-decoration: none; }
          #track .track-content-four .list-wrapper .list:hover {
            cursor: pointer;
            transform: translate3d(0, -5px, 0);
            box-shadow: 0.05rem 0.05rem 0.05rem rgba(51, 51, 51, 0.1); }
            #track .track-content-four .list-wrapper .list:hover.link .tit {
              color: #2d83f3;
              text-decoration: underline; }
        #track .track-content-four .list-wrapper .tit {
          font-size: 16px;
          color: #333;
          position: absolute;
          top: 250px;
          left: 0;
          right: 0; }
        #track .track-content-four .list-wrapper .des {
          font-size: 12px;
          line-height: 15px;
          color: #999999;
          position: absolute;
          top: 275px;
          left: 0;
          right: 0; }
        #track .track-content-four .list-wrapper .device {
          display: block;
          width: 100%;
          height: 200px; }
        #track .track-content-four .list-wrapper .list:nth-child(even) {
          background-color: #f0f2f1; }
        #track .track-content-four .list-wrapper .list:nth-child(3) {
          background-color: #f9f9f9; }
        #track .track-content-four .list-wrapper .list:nth-child(odd) {
          margin-right: 0; }
        #track .track-content-four .list-wrapper .list:nth-child(n) {
          margin-right: 14px; }
        #track .track-content-four .list-wrapper .list:nth-child(3n) {
          margin-right: 0; }
        #track .track-content-four .list-wrapper .list:nth-child(1) .device {
          background: url(../images/track/device_10-pc.png) center no-repeat;
          background-size: 138px 139px; }
        #track .track-content-four .list-wrapper .list:nth-child(2) .device {
          background: url(../images/track/device_07-pc.png) center no-repeat;
          background-size: 141px 178px; }
        #track .track-content-four .list-wrapper .list:nth-child(3) .device {
          background: url(../images/track/device_08-pc.png) center no-repeat;
          background-size: 164px 161px; }
        #track .track-content-four .list-wrapper .list:nth-child(4) .device {
          background: url(../images/track/device_051-pc.png) center no-repeat;
          background-size: 255px 154px; }
        #track .track-content-four .list-wrapper .list:nth-child(5) .device {
          background: url(../images/track/device_06-pc.png) center no-repeat;
          background-size: 146px 140px; }
        #track .track-content-four .list-wrapper .list:nth-child(6) .device {
          background: url(../images/track/device_09-pc.png) center no-repeat;
          background-size: 195px 148px; }

  .track-content-five {
    margin: 20px 0 0;
    flex-direction: row;
    justify-content: space-between; }
    .track-content-five .one {
      width: 531px;
      height: 607px;
      flex-shrink: 0; }
      .track-content-five .one .img-box {
        width: 424px;
        height: 296px;
        margin: 82px 0 90px;
        background: url(../images/electric/api_pc.png) center no-repeat;
        background-size: 424px 296px;
        font-size: 18px; }
        .track-content-five .one .img-box .text:first-child {
          left: 45px;
          top: 40px; }
        .track-content-five .one .img-box .text:last-child {
          right: 18px;
          bottom: 10px; }
      .track-content-five .one .des {
        padding: 0 35px 0 60px; }
        .track-content-five .one .des .tit {
          font-size: 20px;
          margin-bottom: 15px; }
        .track-content-five .one .des .text {
          font-size: 14px; }
    .track-content-five .two {
      width: 472px;
      margin-top: 0; }
      .track-content-five .two .list-wrapper {
        height: 607px;
        flex-direction: column;
        justify-content: space-between; }
        .track-content-five .two .list-wrapper .list {
          flex: none;
          width: 100%;
          height: 295px;
          padding: 220px 30px 0 30px;
          background: #eff2f7 url(../images/electric/four_pc_02.png) center 50px no-repeat;
          position: relative; }
          .track-content-five .two .list-wrapper .list .tit {
            margin-bottom: 0;
            font-size: 18px;
            position: absolute;
            top: 199px;
            left: 0;
            right: 0; }
          .track-content-five .two .list-wrapper .list .text {
            font-size: 14px;
            position: absolute;
            top: 229px;
            left: 0;
            right: 0; }
        .track-content-five .two .list-wrapper .list:first-child {
          margin-right: 0;
          background: #eff2f7 url(../images/electric/four_pc_01.png) center 50px no-repeat; }

  .track-content-six {
    width: 100%;
    margin-top: 50px;
    padding: 0 0 47px;
    background: url("../images/track/content-bg-pc.png") center no-repeat;
    background-size: 100%; }
    .track-content-six .title {
      text-align: center;
      line-height: 32px;
      padding: 28px 0; }
    .track-content-six .info {
      width: 685px;
      height: 244px;
      padding: 30px 100px 0; }
      .track-content-six .info .code {
        width: 161px;
        height: 161px;
        margin-right: 55px; }
      .track-content-six .info .des .text {
        font-size: 16px;
        line-height: 28px; }
        .track-content-six .info .des .text .blue {
          font-size: 16px; }
      .track-content-six .info .des .text:first-child {
        font-size: 20px;
        margin: 15px 0 0; }
      .track-content-six .info .des .text.bold {
        margin-top: 10px;
        font-size: 16px; } }
/* 移动端 */
.communication-banner {
  width: 100%;
  background: url(../images/communication/banner.png) center no-repeat;
  background-size: cover;
  padding: 0 1rem 0; }
  .communication-banner .banner-first-paragraph {
    margin-top: 0.5rem;
    padding-bottom: 0.52rem; }

#communication {
  padding: 0 0.3rem;
  text-align: center; }
  #communication .communication-content-two {
    width: 100%;
    text-align: center; }
    #communication .communication-content-two .title {
      margin: 0.3rem 0 0.25rem; }
    #communication .communication-content-two .list-wrapper {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      text-align: left; }
      #communication .communication-content-two .list-wrapper .list {
        width: 100%;
        height: 3.50rem;
        background-color: #f0f2f1;
        margin-bottom: 0.2rem; }
        #communication .communication-content-two .list-wrapper .list a {
          display: block;
          width: inherit;
          height: inherit;
          padding-top: 0.9rem; }
        #communication .communication-content-two .list-wrapper .list.link .tit {
          color: #2d83f3;
          text-decoration: underline; }
        #communication .communication-content-two .list-wrapper .list.link:click {
          box-shadow: 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.15); }
      #communication .communication-content-two .list-wrapper .list:nth-child(4) {
        margin-bottom: 0; }
      #communication .communication-content-two .list-wrapper .list.link:onclick {
        cursor: pointer;
        transform: translate3d(0, -5px, 0);
        box-shadow: 0.05rem 0.05rem 0.05rem rgba(51, 51, 51, 0.1); }
      #communication .communication-content-two .list-wrapper .tit {
        font-size: 0.3rem;
        color: #333;
        margin-top: 0.62rem;
        margin-left: 3.5rem; }
      #communication .communication-content-two .list-wrapper .des {
        font-size: 0.22rem;
        color: #999;
        margin-top: 0.2rem;
        margin-left: 3.5rem;
        width: 3rem; }
      #communication .communication-content-two .list-wrapper .device {
        display: block;
        width: 2.77rem;
        height: 2.25rem;
        float: left;
        margin: 0 0 0 0.3rem; }
      #communication .communication-content-two .list-wrapper .list:nth-child(even) {
        background-color: #f9f9f9; }
      #communication .communication-content-two .list-wrapper .list:nth-child(1) .device {
        background: url(../images/communication/device_10.png) center no-repeat;
        background-size: 1.38rem 1.39rem; }
      #communication .communication-content-two .list-wrapper .list:nth-child(2) .device {
        background: url(../images/communication/device_07.png) center no-repeat;
        background-size: 1.41rem 1.78rem; }
      #communication .communication-content-two .list-wrapper .list:nth-child(3) .device {
        background: url(../images/communication/device_08.png) center no-repeat;
        background-size: 1.64rem 1.61rem; }
      #communication .communication-content-two .list-wrapper .list:nth-child(4) .device {
        background: url(../images/communication/device_09-pc.png) center no-repeat;
        background-size: 1.61rem 1.34rem; }

.communication-content-three {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center; }
  .communication-content-three .title {
    margin: 0.25rem auto 0.2rem; }
    .communication-content-three .title span {
      display: block; }
    .communication-content-three .title .gray1 {
      color: #666666;
      font-weight: normal;
      font-size: 0.24rem; }
  .communication-content-three .list-wrapper {
    width: 100%; }
    .communication-content-three .list-wrapper .list {
      width: 3.3rem;
      height: 3.8rem;
      background-color: #f9f9f9;
      text-align: center;
      float: left;
      margin-bottom: 0.2rem;
      box-shadow: 0 0 0.05rem rgba(51, 51, 51, 0.1);
      position: relative; }
      .communication-content-three .list-wrapper .list a {
        display: block;
        width: inherit;
        height: inherit;
        padding-top: 0.69rem; }
      .communication-content-three .list-wrapper .list.link .tit {
        color: #2d83f3;
        text-decoration: underline; }
    .communication-content-three .list-wrapper .tit {
      font-size: 0.24rem;
      color: #333;
      margin-bottom: 0.1rem;
      position: absolute;
      top: 2.5rem;
      left: 0;
      right: 0; }
    .communication-content-three .list-wrapper .des {
      font-size: 0.18rem;
      line-height: 0.26rem;
      padding: 0 0.2rem;
      color: #999999;
      position: absolute;
      top: 2.87rem;
      left: 0;
      right: 0; }
    .communication-content-three .list-wrapper .device {
      display: block;
      width: 100%;
      height: 1.5rem; }
    .communication-content-three .list-wrapper .list:nth-child(2) {
      background-color: #f0f2f1; }
    .communication-content-three .list-wrapper .list:nth-child(3) {
      background-color: #f0f2f1; }
    .communication-content-three .list-wrapper .list:nth-child(6) {
      background-color: #f0f2f1; }
    .communication-content-three .list-wrapper .list:nth-child(odd) {
      margin-right: 0.2rem; }
    .communication-content-three .list-wrapper .list:nth-child(1) .device {
      background: url(../images/communication/device_02.png) center no-repeat;
      background-size: 2.34rem 1.12rem; }
    .communication-content-three .list-wrapper .list:nth-child(2) .device {
      background: url(../images/communication/device_06.png) center no-repeat;
      background-size: 1.46rem 1.40rem; }
    .communication-content-three .list-wrapper .list:nth-child(3) .device {
      background: url(../images/communication/device_01.png) center no-repeat;
      background-size: 2.30rem 1.41rem; }
    .communication-content-three .list-wrapper .list:nth-child(4) .device {
      background: url(../images/communication/device_04.png) center no-repeat;
      background-size: 2.28rem 1.85rem; }
    .communication-content-three .list-wrapper .list:nth-child(5) .device {
      background: url(../images/communication/device_03.png) center no-repeat;
      background-size: 1.25rem 2.02rem; }
    .communication-content-three .list-wrapper .list:nth-child(6) .device {
      background: url(../images/communication/device_05.png) center no-repeat;
      background-size: 1.305rem 1.54rem; }

.communication-content-four {
  width: 100%;
  text-align: center;
  position: relative; }
  .communication-content-four .title {
    margin: 0.25rem auto 0.2rem; }
    .communication-content-four .title .logo {
      width: 1.6rem; }
    .communication-content-four .title span {
      display: block; }
    .communication-content-four .title span.gray {
      font-weight: normal;
      font-size: 0.26rem;
      margin-top: 0.01rem;
      line-height: 0.35rem; }
    .communication-content-four .title .text-wrapper {
      background-color: #fafafa;
      text-align: center; }
      .communication-content-four .title .text-wrapper .text-content {
        padding: 0.1rem 0.13rem;
        float: left; }
        .communication-content-four .title .text-wrapper .text-content .tit {
          font-size: 0.28rem;
          color: #475d9b; }
        .communication-content-four .title .text-wrapper .text-content .des {
          margin-top: 0.1rem;
          width: 2rem;
          font-size: 0.18rem;
          color: #999;
          font-weight: normal; }
  .communication-content-four img {
    width: 100%; }
  .communication-content-four .img {
    display: block; }
  .communication-content-four .img_pc {
    display: none; }

.communication-content-five {
  width: 100%;
  margin: 0.25rem 0 0.2rem;
  text-align: center; }
  .communication-content-five .title {
    margin: 0.3rem auto 0.25rem; }
  .communication-content-five .content {
    display: flex;
    flex-direction: column; }
    .communication-content-five .content .one {
      width: 100%;
      color: #ffffff;
      background-color: #475d9b;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .communication-content-five .content .one .img-box {
        width: 4.89rem;
        height: 3.42rem;
        margin: 0.55rem 0 0.7rem;
        background: url(../images/electric/api.png) center no-repeat;
        background-size: 4.89rem 3.42rem;
        font-size: 0.21rem;
        position: relative; }
        .communication-content-five .content .one .img-box .text {
          position: absolute; }
        .communication-content-five .content .one .img-box .text:first-child {
          left: 0.5rem;
          top: 0.5rem; }
        .communication-content-five .content .one .img-box .text:last-child {
          right: 0.2rem;
          bottom: 0.12rem; }
      .communication-content-five .content .one .des {
        padding: 0 1.15rem 0.25rem; }
        .communication-content-five .content .one .des .tit {
          font-size: 0.26rem;
          font-weight: bold; }
        .communication-content-five .content .one .des .text {
          font-size: 0.18rem; }
    .communication-content-five .content .two {
      margin-top: 0.12rem;
      text-align: center; }
      .communication-content-five .content .two .list-wrapper {
        display: flex; }
        .communication-content-five .content .two .list-wrapper .list {
          flex: 1;
          height: 4.1rem;
          padding: 2rem 0.3rem 0;
          text-align: center;
          background: #eff2f7 url(../images/electric/four_02.png) center 0.45rem no-repeat;
          background-size: 2.05rem 1.51rem;
          position: relative; }
          .communication-content-five .content .two .list-wrapper .list .tit {
            width: 100%;
            margin-bottom: 0.15rem;
            font-size: 0.24rem;
            font-weight: bold;
            color: #333333;
            position: absolute;
            top: 2.15rem;
            left: 0; }
          .communication-content-five .content .two .list-wrapper .list .text {
            width: 100%;
            padding: 0 0.15rem;
            font-size: 0.18rem;
            color: #666666;
            position: absolute;
            top: 2.45rem;
            left: 0; }
        .communication-content-five .content .two .list-wrapper .list:first-child {
          margin-right: 0.2rem;
          background: #eff2f7 url(../images/electric/four_01.png) center 0.45rem no-repeat;
          background-size: 2.38rem 1.43rem; }

.communication-content-six {
  width: 100%;
  padding: 0 0.3rem 0.84rem;
  background: url("../images/communication/content-bg.png") center no-repeat;
  background-size: cover; }
  .communication-content-six .title {
    text-align: center;
    line-height: 0.54rem;
    padding: 0.17rem 0; }
  .communication-content-six .info {
    width: 100%;
    height: 3.1rem;
    margin: 0 auto;
    padding: 0.32rem 0.55rem 0.42rem 0.8rem;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex; }
    .communication-content-six .info .code {
      flex-shrink: 0;
      width: 2.3rem;
      height: 2.3rem;
      margin-right: 0.35rem; }
    .communication-content-six .info .des .text {
      font-size: 0.24rem;
      color: #666666; }
      .communication-content-six .info .des .text .blue {
        font-size: 0.3rem;
        color: #475d9b; }
    .communication-content-six .info .des .text:first-child {
      margin: 0.15rem 0 0.13rem; }
    .communication-content-six .info .des .text.bold {
      margin-top: 0.38rem;
      font-size: 0.22rem;
      font-weight: bold; }

/* pc端 */
@media (min-width: 1024px) {
  .communication-banner {
    background: url(../images/communication/banner-pc.png) center no-repeat;
    background-size: cover;
    padding: 0; }
    .communication-banner h1 {
      padding-top: 280px; }
    .communication-banner .banner-first-paragraph {
      margin-top: 50px;
      width: 820px;
      padding: 0; }

  #communication {
    padding: 0; }
    #communication .communication-content-two {
      width: 100%;
      text-align: center; }
      #communication .communication-content-two .title {
        margin: 30px 0 20px; }
      #communication .communication-content-two .list-wrapper {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        text-align: left; }
        #communication .communication-content-two .list-wrapper .list {
          width: 504px;
          height: 350px;
          background-color: #f0f2f1;
          margin-bottom: 14px; }
          #communication .communication-content-two .list-wrapper .list a {
            padding-top: 100px; }
          #communication .communication-content-two .list-wrapper .list.link .tit {
            text-decoration: none; }
          #communication .communication-content-two .list-wrapper .list:hover {
            cursor: pointer;
            transform: translate3d(0, -5px, 0);
            box-shadow: 0.05rem 0.05rem 0.05rem rgba(51, 51, 51, 0.1); }
            #communication .communication-content-two .list-wrapper .list:hover.link .tit {
              color: #2d83f3;
              text-decoration: underline; }
        #communication .communication-content-two .list-wrapper .tit {
          font-size: 16px;
          color: #333;
          margin-top: 67px;
          margin-left: 254px; }
        #communication .communication-content-two .list-wrapper .des {
          font-size: 12px;
          color: #999;
          margin-top: 15px;
          margin-left: 254px;
          width: 180px; }
        #communication .communication-content-two .list-wrapper .device {
          display: block;
          width: 201px;
          height: 200px;
          float: left;
          margin: 0 0 0 30px; }
        #communication .communication-content-two .list-wrapper .list:nth-child(odd) {
          margin-right: 14px; }
        #communication .communication-content-two .list-wrapper .list.list:nth-child(3n) {
          background-color: #f9f9f9; }
        #communication .communication-content-two .list-wrapper .list.list:nth-child(3) {
          margin-bottom: 0; }
        #communication .communication-content-two .list-wrapper .list.list:nth-child(4) {
          background-color: #f0f2f1;
          margin-bottom: 0; }
        #communication .communication-content-two .list-wrapper .list:nth-child(1) .device {
          background: url(../images/communication/device_10-pc.png) center no-repeat;
          background-size: 138px 139px; }
        #communication .communication-content-two .list-wrapper .list:nth-child(2) .device {
          background: url(../images/communication/device_07-pc.png) center no-repeat;
          background-size: 138px 139px; }
        #communication .communication-content-two .list-wrapper .list:nth-child(3) .device {
          background: url(../images/communication/device_08-pc.png) center no-repeat;
          background-size: 164px 161px; }
        #communication .communication-content-two .list-wrapper .list:nth-child(4) .device {
          background: url(../images/communication/device_09-pc.png) center no-repeat;
          background-size: 161px 137px; }

  .communication-content-three {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center; }
    .communication-content-three .title {
      margin: 30px auto 20px; }
      .communication-content-three .title span {
        display: block; }
      .communication-content-three .title .gray1 {
        color: #666666;
        font-weight: normal;
        font-size: 18px; }
    .communication-content-three .list-wrapper {
      width: 100%; }
      .communication-content-three .list-wrapper .list {
        width: 330px;
        height: 350px;
        background-color: #f9f9f9;
        text-align: center;
        float: left;
        margin-bottom: 14px;
        position: relative; }
        .communication-content-three .list-wrapper .list a {
          padding-top: 50px; }
        .communication-content-three .list-wrapper .list.link .tit {
          text-decoration: none; }
        .communication-content-three .list-wrapper .list:hover {
          cursor: pointer;
          transform: translate3d(0, -5px, 0);
          box-shadow: 0.05rem 0.05rem 0.05rem rgba(51, 51, 51, 0.1); }
          .communication-content-three .list-wrapper .list:hover.link .tit {
            color: #2d83f3;
            text-decoration: underline; }
      .communication-content-three .list-wrapper .list.link:hover {
        cursor: pointer;
        transform: translate3d(0, -5px, 0);
        box-shadow: 0.05rem 0.05rem 0.05rem rgba(51, 51, 51, 0.1); }
      .communication-content-three .list-wrapper .tit {
        font-size: 16px;
        color: #333;
        position: absolute;
        top: 250px;
        left: 0;
        right: 0; }
      .communication-content-three .list-wrapper .des {
        font-size: 12px;
        line-height: 15px;
        color: #999999;
        position: absolute;
        top: 285px;
        left: 0;
        right: 0; }
      .communication-content-three .list-wrapper .device {
        display: block;
        width: 100%;
        height: 200px; }
      .communication-content-three .list-wrapper .list:nth-child(even) {
        background-color: #f0f2f1; }
      .communication-content-three .list-wrapper .list:nth-child(3) {
        background-color: #f9f9f9; }
      .communication-content-three .list-wrapper .list:nth-child(odd) {
        margin-right: 0; }
      .communication-content-three .list-wrapper .list:nth-child(n) {
        margin-right: 14px; }
      .communication-content-three .list-wrapper .list:nth-child(3n) {
        margin-right: 0; }
      .communication-content-three .list-wrapper .list:nth-child(1) .device {
        background: url(../images/communication/device_02-pc.png) center no-repeat;
        background-size: 237px 121px; }
      .communication-content-three .list-wrapper .list:nth-child(2) .device {
        background: url(../images/communication/device_06-pc.png) center no-repeat;
        background-size: 146px 140px; }
      .communication-content-three .list-wrapper .list:nth-child(3) .device {
        background: url(../images/communication/device_01-pc.png) center no-repeat;
        background-size: 201px 125px; }
      .communication-content-three .list-wrapper .list:nth-child(4) .device {
        background: url(../images/communication/device_04-pc.png) center no-repeat;
        background-size: 185px 137px; }
      .communication-content-three .list-wrapper .list:nth-child(5) .device {
        background: url(../images/communication/device_03-pc.png) center no-repeat;
        background-size: 105px 184px; }
      .communication-content-three .list-wrapper .list:nth-child(6) .device {
        background: url(../images/communication/device_05-pc.png) center no-repeat;
        background-size: 105px 154px; }

  .communication-content-four .title {
    margin: 23px 0 26px; }
    .communication-content-four .title .logo {
      width: 160px; }
    .communication-content-four .title span {
      display: block; }
    .communication-content-four .title span.gray {
      font-weight: normal;
      font-size: 18px;
      margin-top: 5px;
      line-height: 30px; }
    .communication-content-four .title .text-wrapper {
      background-color: #fafafa;
      text-align: center; }
      .communication-content-four .title .text-wrapper .text-content {
        padding: 20px 45px;
        float: left; }
        .communication-content-four .title .text-wrapper .text-content .tit {
          font-size: 20px;
          color: #475d9b; }
        .communication-content-four .title .text-wrapper .text-content .des {
          margin-top: 10px;
          width: 250px;
          font-size: 14px;
          color: #999;
          font-weight: normal; }
  .communication-content-four .img {
    display: none; }
  .communication-content-four .img_pc {
    display: block; }

  .communication-content-five {
    margin: 20px 0 0;
    text-align: center;
    width: 100%; }
    .communication-content-five .title {
      margin: 20px auto 20px; }
    .communication-content-five .content {
      flex-direction: row;
      justify-content: space-between; }
      .communication-content-five .content .one {
        width: 531px;
        height: 607px;
        flex-shrink: 0; }
        .communication-content-five .content .one .img-box {
          width: 424px;
          height: 296px;
          margin: 82px 0 90px;
          background: url(../images/electric/api_pc.png) center no-repeat;
          background-size: 424px 296px;
          font-size: 18px; }
          .communication-content-five .content .one .img-box .text:first-child {
            left: 45px;
            top: 40px; }
          .communication-content-five .content .one .img-box .text:last-child {
            right: 18px;
            bottom: 10px; }
        .communication-content-five .content .one .des {
          padding: 0 35px 0 60px; }
          .communication-content-five .content .one .des .tit {
            font-size: 20px;
            margin-bottom: 15px; }
          .communication-content-five .content .one .des .text {
            font-size: 14px; }
      .communication-content-five .content .two {
        width: 472px;
        margin-top: 0; }
        .communication-content-five .content .two .list-wrapper {
          height: 607px;
          flex-direction: column;
          justify-content: space-between; }
          .communication-content-five .content .two .list-wrapper .list {
            flex: none;
            width: 100%;
            height: 295px;
            padding: 220px 30px 0 30px;
            background: #eff2f7 url(../images/electric/four_pc_02.png) center 50px no-repeat;
            position: relative; }
            .communication-content-five .content .two .list-wrapper .list .tit {
              margin-bottom: 0;
              font-size: 18px;
              position: absolute;
              top: 199px;
              left: 0;
              right: 0; }
            .communication-content-five .content .two .list-wrapper .list .text {
              font-size: 14px;
              position: absolute;
              top: 229px;
              left: 0;
              right: 0; }
          .communication-content-five .content .two .list-wrapper .list:first-child {
            margin-right: 0;
            background: #eff2f7 url(../images/electric/four_pc_01.png) center 50px no-repeat; }

  .communication-content-six {
    width: 100%;
    margin-top: 50px;
    padding: 0 0 47px;
    background: url("../images/communication/content-bg-pc.png") center no-repeat;
    background-size: 100%; }
    .communication-content-six .title {
      text-align: center;
      line-height: 32px;
      padding: 28px 0; }
    .communication-content-six .info {
      width: 685px;
      height: 244px;
      padding: 30px 100px 0; }
      .communication-content-six .info .code {
        width: 161px;
        height: 161px;
        margin-right: 55px; }
      .communication-content-six .info .des .text {
        font-size: 16px;
        line-height: 28px; }
        .communication-content-six .info .des .text .blue {
          font-size: 16px; }
      .communication-content-six .info .des .text:first-child {
        font-size: 20px;
        margin: 15px 0 0; }
      .communication-content-six .info .des .text.bold {
        margin-top: 10px;
        font-size: 16px; } }
/* 移动端 */
.location-banner {
  width: 100%;
  background: url(../images/location/banner.jpg) center no-repeat;
  background-size: cover;
  padding: 0 1rem 0; }
  .location-banner h3 {
    transform: translatey(95%);
    color: #fff;
    font-weight: normal; }
  .location-banner .banner-first-paragraph {
    margin-top: 0.5rem;
    padding-bottom: 0.52rem; }

#location {
  background-color: #eee; }
  #location .location-content-two {
    width: 100%;
    text-align: center;
    padding: 0 0.3rem; }
    #location .location-content-two .tit {
      margin: 0.25rem auto 0.3rem; }
      #location .location-content-two .tit span {
        display: block; }
      #location .location-content-two .tit .gray1 {
        font-size: 0.24rem;
        color: #999;
        font-weight: normal;
        margin-top: 0.1rem; }
    #location .location-content-two .list-wrapper .content-l {
      float: left;
      width: 2.08rem;
      height: 5.5rem;
      background-color: #2f2f30; }
      #location .location-content-two .list-wrapper .content-l .textarea {
        margin-top: 0.9rem; }
        #location .location-content-two .list-wrapper .content-l .textarea span {
          display: block;
          font-size: 0.28rem;
          color: #fff;
          font-weight: bold;
          margin-bottom: 0.4rem; }
        #location .location-content-two .list-wrapper .content-l .textarea .triangle {
          display: block;
          margin: 0 auto;
          background-size: 0.15rem 0.13rem;
          margin-bottom: 0.4rem; }
    #location .location-content-two .list-wrapper .content-m {
      float: left;
      width: 4.8rem;
      height: 5.5rem;
      background-color: #297dea;
      position: relative; }
      #location .location-content-two .list-wrapper .content-m .area-l {
        float: left;
        margin-top: 0.3rem;
        margin-left: 0.24rem;
        width: 2.2rem;
        height: 5.1rem;
        border: 1px dotted #fff; }
        #location .location-content-two .list-wrapper .content-m .area-l img {
          display: block;
          width: 1.6rem;
          height: 1.6rem;
          margin: 0.25rem auto 0; }
        #location .location-content-two .list-wrapper .content-m .area-l span {
          display: block;
          font-size: 0.14rem;
          width: 2.1rem;
          color: #fff;
          margin: 0.2rem auto 0; }
        #location .location-content-two .list-wrapper .content-m .area-l .tit {
          position: absolute;
          top: 1.44rem;
          left: 0.34rem;
          font-size: 0.12rem;
          color: #333; }
      #location .location-content-two .list-wrapper .content-m .arr {
        position: absolute;
        top: 1.55rem;
        left: 2.54rem;
        width: 0.45rem;
        height: 0.13rem; }
      #location .location-content-two .list-wrapper .content-m .arr1 {
        top: 3.63rem; }
      #location .location-content-two .list-wrapper .content-m .area-r {
        position: absolute;
        margin-top: 0.3rem;
        margin-left: 3.07rem;
        color: #fff; }
        #location .location-content-two .list-wrapper .content-m .area-r .cont {
          width: 1.35rem;
          height: 2.24rem;
          border: 1px dotted #fff; }
          #location .location-content-two .list-wrapper .content-m .area-r .cont img {
            margin: 0.4rem auto 0;
            display: block;
            width: 1.10rem;
            height: 0.72rem; }
          #location .location-content-two .list-wrapper .content-m .area-r .cont p {
            font-size: 0.18rem;
            text-align: center;
            margin-top: 0.4rem; }
        #location .location-content-two .list-wrapper .content-m .area-r .bot {
          margin-top: 0.6rem; }
          #location .location-content-two .list-wrapper .content-m .area-r .bot img {
            width: 0.86rem;
            height: 0.69rem; }
    #location .location-content-two .list-wrapper .content-r {
      float: left;
      background-color: #fff;
      border: 1px solid #bfbfbf;
      width: 6.88rem;
      height: 5.0rem; }
      #location .location-content-two .list-wrapper .content-r .list_wrap .list {
        float: left;
        width: 33.3%;
        height: 2.60rem;
        border-right: 0.01rem solid #bfbfbf; }
        #location .location-content-two .list-wrapper .content-r .list_wrap .list img {
          display: block;
          margin: 0.4rem auto 0;
          width: 0.49rem;
          height: 0.49rem; }
        #location .location-content-two .list-wrapper .content-r .list_wrap .list span {
          width: 1.4rem;
          display: inline-block;
          font-size: 0.2rem;
          color: #333;
          text-align: center; }
      #location .location-content-two .list-wrapper .content-r .list_wrap .list:nth-child(2) img {
        width: 0.41rem;
        height: 0.46rem; }
      #location .location-content-two .list-wrapper .content-r .list_wrap .list:nth-child(3) img {
        width: 0.58rem;
        height: 0.47rem; }
      #location .location-content-two .list-wrapper .content-r .list_wrap .list:nth-child(3) {
        border-right: 0; }
      #location .location-content-two .list-wrapper .content-r .list_wrap1 .list {
        float: left;
        width: 33.3%;
        border-top: 0.01rem solid #bfbfbf;
        padding: 0 0.3rem; }
        #location .location-content-two .list-wrapper .content-r .list_wrap1 .list span {
          font-size: 0.2rem;
          color: #333;
          text-align: center;
          display: inline-block;
          margin-top: 0.4rem; }
  #location .location-content-three {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 0 0.35rem; }
    #location .location-content-three .title {
      margin: 0.2rem auto 0.15rem; }
    #location .location-content-three .list-wrapper {
      width: 100%;
      margin: 0 auto; }
      #location .location-content-three .list-wrapper .list {
        float: left;
        text-align: center;
        margin: 0.2rem 0.13rem 0.1rem 0; }
      #location .location-content-three .list-wrapper .device {
        display: block;
        width: 3.32rem;
        height: 1.48rem; }
      #location .location-content-three .list-wrapper .des {
        font-size: 0.18rem;
        line-height: 0.26rem;
        padding: 0 0.2rem;
        color: #333333;
        background-color: #fff;
        width: 3.32rem;
        height: 0.6rem;
        line-height: 0.6rem; }
      #location .location-content-three .list-wrapper .list:nth-child(even) {
        margin-right: 0rem; }
      #location .location-content-three .list-wrapper .list:nth-child(1) .device {
        background: url(../images/location/tp-01.png) center no-repeat;
        background-size: 3.32rem 1.48rem; }
      #location .location-content-three .list-wrapper .list:nth-child(2) .device {
        background: url(../images/location/tp-02@2x.png) center no-repeat;
        background-size: 3.32rem 1.48rem; }
      #location .location-content-three .list-wrapper .list:nth-child(3) .device {
        background: url(../images/location/tp-03@2x.png) center no-repeat;
        background-size: 3.32rem 1.48rem; }
      #location .location-content-three .list-wrapper .list:nth-child(4) .device {
        background: url(../images/location/tp-04@2x.png) center no-repeat;
        background-size: 3.32rem 1.48rem; }
      #location .location-content-three .list-wrapper .list:nth-child(5) .device {
        background: url(../images/location/tp-05@2x.png) center no-repeat;
        background-size: 3.32rem 1.48rem; }
      #location .location-content-three .list-wrapper .list:nth-child(6) .device {
        background: url(../images/location/tp-06@2x.png) center no-repeat;
        background-size: 3.32rem 1.48rem; }
  #location .location-content-four {
    width: 100%;
    text-align: center;
    padding: 0 0.3rem; }
    #location .location-content-four .title {
      margin: 0.2rem auto 0.15rem; }
    #location .location-content-four .list_wrap .list {
      margin: 0.3rem 0;
      float: left;
      width: 2.15rem;
      height: 4.9rem;
      background-color: #fff;
      margin-right: 0.18rem;
      box-shadow: 0.06rem 0.06rem 0.1rem rgba(0, 0, 0, 0.2);
      border-top: 0.1rem solid #297dea;
      border-radius: 0.1rem;
      text-align: center; }
      #location .location-content-four .list_wrap .list .cer {
        display: block;
        margin: 0.1rem auto; }
      #location .location-content-four .list_wrap .list .tit {
        font-size: 0.24rem;
        color: #297dea;
        font-weight: bold;
        margin-top: 0.2rem; }
      #location .location-content-four .list_wrap .list .text {
        width: 1.9rem;
        margin: 0.1rem auto;
        font-size: 0.12rem;
        color: #666; }
    #location .location-content-four .list_wrap .list:nth-child(3) {
      margin-right: 0; }
    #location .location-content-four .list_wrap .list:nth-child(1) .cer {
      width: 1.57rem;
      height: 1.28rem;
      background: url(../images/location/bg_01@2x.png) center no-repeat;
      background-size: 1.57rem 1.28rem; }
    #location .location-content-four .list_wrap .list:nth-child(2) .cer {
      width: 1.76rem;
      height: 1.37rem;
      background: url(../images/location/bg_01@2x.png) center no-repeat;
      background-size: 1.76rem 1.37rem; }
    #location .location-content-four .list_wrap .list:nth-child(3) .cer {
      width: 1.55rem;
      height: 1.20rem;
      background: url(../images/location/bg_03@2x.png) center no-repeat;
      background-size: 1.55rem 1.20rem;
      margin: 0.28rem auto 0.5rem; }
  #location .location-content-five {
    width: 100%;
    text-align: center;
    padding: 0 0.3rem; }
    #location .location-content-five .title {
      margin: 0.2rem auto 0.15rem; }
    #location .location-content-five img {
      width: 6.90rem;
      height: 4.66rem;
      margin: 0 auto; }
    #location .location-content-five .mob {
      display: block; }
    #location .location-content-five .pc {
      display: none; }
  #location .location-content-six {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0; }
    #location .location-content-six .title {
      margin: 0.2rem auto 0.15rem; }
    #location .location-content-six img {
      position: absolute;
      top: 0.6rem;
      left: 0.3rem;
      width: 6.9rem; }
    #location .location-content-six .mob {
      display: block; }
    #location .location-content-six .pc {
      display: none; }
    #location .location-content-six .list_wrap {
      display: flex;
      flex-wrap: wrap;
      margin-top: 1.9rem;
      text-align: center;
      z-index: 10;
      width: 7.5rem;
      height: 6.63rem;
      background-color: #297dea;
      padding: 0.8rem 0 0.3rem; }
      #location .location-content-six .list_wrap .list {
        width: 2.5rem;
        justify-content: space-around; }
        #location .location-content-six .list_wrap .list .icon {
          display: block;
          width: 0.78rem;
          height: 0.78rem;
          margin: 0 auto; }
        #location .location-content-six .list_wrap .list .des {
          width: 2rem;
          font-size: 0.24rem;
          color: #fff;
          margin: 0 auto; }
      #location .location-content-six .list_wrap .list:nth-child(1) .icon {
        background: url(../images/location/icon4@2x.png) center no-repeat;
        background-size: 0.78rem 0.78rem; }
      #location .location-content-six .list_wrap .list:nth-child(2) .icon {
        background: url(../images/location/icon5@2x.png) center no-repeat;
        background-size: 0.78rem 0.78rem; }
      #location .location-content-six .list_wrap .list:nth-child(3) .icon {
        background: url(../images/location/icon6@2x.png) center no-repeat;
        background-size: 0.78rem 0.78rem; }
      #location .location-content-six .list_wrap .list:nth-child(4) .icon {
        background: url(../images/location/icon7@2x.png) center no-repeat;
        background-size: 0.78rem 0.78rem; }
      #location .location-content-six .list_wrap .list:nth-child(5) .icon {
        background: url(../images/location/icon8@2x.png) center no-repeat;
        background-size: 0.78rem 0.78rem; }
      #location .location-content-six .list_wrap .list:nth-child(6) .icon {
        background: url(../images/location/icon9@2x.png) center no-repeat;
        background-size: 0.78rem 0.78rem; }
      #location .location-content-six .list_wrap .list:nth-child(7) .icon {
        background: url(../images/location/icon10@2x.png) center no-repeat;
        background-size: 0.78rem 0.78rem; }
      #location .location-content-six .list_wrap .list:nth-child(8) .icon {
        background: url(../images/location/icon11@2x.png) center no-repeat;
        background-size: 0.78rem 0.78rem; }
  #location .location-content-seven {
    width: 100%;
    padding: 0 0.3rem;
    text-align: center;
    margin-bottom: 0.3rem; }
    #location .location-content-seven .tit {
      margin: 0.2rem auto 0.15rem; }
      #location .location-content-seven .tit span {
        display: block; }
      #location .location-content-seven .tit .gray1 {
        width: 6rem;
        font-size: 0.18rem;
        color: #666;
        font-weight: normal;
        margin: 0.1rem auto 0; }
    #location .location-content-seven .list_wrap {
      margin-top: 0.3rem; }
      #location .location-content-seven .list_wrap .list {
        float: left;
        background: url(../images/location/bg_04@2x.png) no-repeat;
        background-size: 3.40rem 3.91rem;
        width: 3.40rem;
        height: 3.91rem; }
        #location .location-content-seven .list_wrap .list .tit {
          margin-top: 0;
          line-height: 0.47rem;
          font-size: 0.24rem;
          color: #fff; }
        #location .location-content-seven .list_wrap .list .icon {
          width: 0.37rem;
          height: 0.32rem;
          display: block;
          margin: 0 auto;
          background: url(../images/location/icon7_1@2x.png) no-repeat;
          background-size: 0.37rem 0.32rem; }
        #location .location-content-seven .list_wrap .list .des {
          font-size: 0.18rem;
          line-height: 0.28rem;
          color: #999;
          width: 2.63rem;
          margin: 0.15rem auto 0; }
      #location .location-content-seven .list_wrap .list1 {
        width: 3.40rem;
        height: 3.91rem;
        margin-left: 0.1rem;
        background: url(../images/location/bg_05@2x.png) no-repeat;
        background-size: 3.40rem 3.91rem; }
        #location .location-content-seven .list_wrap .list1 .icon {
          width: 0.29rem;
          height: 0.35rem;
          background: url(../images/location/icon7_2@2x.png) no-repeat;
          background-size: 0.29rem 0.35rem; }
  #location .location-content-eight {
    width: 100%;
    text-align: center;
    margin-bottom: 0.3rem; }
    #location .location-content-eight .title {
      margin: 0.2rem auto 0.15rem; }
    #location .location-content-eight .mod {
      display: block;
      width: 100%; }
    #location .location-content-eight .pc {
      display: none; }
    #location .location-content-eight .list_wrap {
      width: 100%;
      height: 2.4rem;
      background-color: #ddd; }
      #location .location-content-eight .list_wrap .list {
        float: left;
        margin: 0.2rem 0 0 0.2rem; }
        #location .location-content-eight .list_wrap .list .icon {
          display: block;
          width: 0.54rem;
          height: 0.54rem;
          float: left;
          background: url(../images/location/icon8_1@2x.png) no-repeat;
          background-size: 0.54rem 0.54rem; }
        #location .location-content-eight .list_wrap .list .text {
          float: left;
          width: 2.8rem;
          height: 0.7rem;
          text-align: left;
          margin-left: 0.1rem; }
          #location .location-content-eight .list_wrap .list .text .tit {
            font-size: 0.2rem;
            color: #333;
            font-weight: bold; }
          #location .location-content-eight .list_wrap .list .text .des {
            margin-top: 0.1rem;
            display: block;
            font-size: 0.18rem;
            color: #666; }
      #location .location-content-eight .list_wrap .list1 .icon {
        background: url(../images/location/icon8_2@2x.png) no-repeat;
        background-size: 0.54rem 0.54rem; }
  #location .location-content-nine {
    width: 100%;
    text-align: center; }
    #location .location-content-nine .title {
      margin: 0.25rem auto 0.15rem; }
    #location .location-content-nine .list_wrap {
      width: 100%;
      height: 4.8rem;
      background: url(../images/location/bg9_1@2x.png) no-repeat;
      background-size: 7.5rem 4.8rem; }
      #location .location-content-nine .list_wrap .list {
        float: left;
        margin: 0.74rem 0 0 0.15rem;
        width: 2.20rem;
        height: 3.8rem;
        border: 0.01rem dotted #FFF; }
        #location .location-content-nine .list_wrap .list .tit {
          font-size: 0.2rem;
          color: #fff;
          width: 2.04rem;
          height: 0.56rem;
          background-color: #297dea;
          margin: 0.18rem auto 0;
          text-align: center;
          line-height: 0.56rem; }
        #location .location-content-nine .list_wrap .list .des {
          display: block;
          font-size: 0.18rem;
          color: #fff;
          line-height: 0.28rem;
          width: 2rem;
          margin-top: 0.16rem; }
      #location .location-content-nine .list_wrap .list:nth-child(1) {
        margin-left: 0.3rem; }
  #location .location-content-ten {
    width: 100%; }
    #location .location-content-ten .title {
      margin: 0.25rem auto 0.15rem;
      text-align: center; }
    #location .location-content-ten .content {
      width: 100%;
      height: 4.66rem;
      background-color: #e5e2e2; }
      #location .location-content-ten .content .interface {
        float: left;
        margin: 0.6rem 0 0 0.3rem; }
        #location .location-content-ten .content .interface .mod {
          display: block;
          width: 4.29rem;
          height: 3.24rem; }
        #location .location-content-ten .content .interface .pc {
          display: none; }
      #location .location-content-ten .content .list_wrap {
        width: 2.3rem;
        float: left;
        margin: 0.6rem 0 0 0.3rem; }
        #location .location-content-ten .content .list_wrap .list .tit {
          font-size: 0.18rem;
          color: #333;
          font-weight: bold; }
        #location .location-content-ten .content .list_wrap .list .des {
          display: block;
          font-size: 0.14rem;
          color: #666; }
        #location .location-content-ten .content .list_wrap .list:nth-child(2) {
          margin-top: 0.1rem; }
  #location .location-content-eleven {
    width: 100%;
    margin: 0.25rem 0 0.2rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 0.3rem; }
    #location .location-content-eleven .title {
      margin: 0.25rem auto 0.15rem; }
    #location .location-content-eleven .list_wrap {
      margin: 0 auto; }
      #location .location-content-eleven .list_wrap .list {
        width: 100%;
        height: 7.2rem;
        background-color: #475d9b; }
        #location .location-content-eleven .list_wrap .list .mod {
          width: 4.89rem;
          height: 3.42rem;
          margin-top: 0.54rem; }
        #location .location-content-eleven .list_wrap .list .pc {
          display: none; }
        #location .location-content-eleven .list_wrap .list .text_area {
          width: 50%;
          margin: 0.46rem auto 0.3rem;
          color: #fff;
          text-align: center;
          float: left; }
          #location .location-content-eleven .list_wrap .list .text_area .tit {
            width: 2.8rem;
            text-align: center;
            font-size: 0.26rem;
            font-weight: bold;
            margin: 0 auto; }
          #location .location-content-eleven .list_wrap .list .text_area .des {
            width: 2.8rem;
            text-align: center;
            display: block;
            font-size: 0.18rem;
            line-height: 0.28rem;
            margin: 15px auto 0; }
      #location .location-content-eleven .list_wrap .list1 {
        width: 100%;
        height: 9.33rem;
        background-color: #fff; }
        #location .location-content-eleven .list_wrap .list1 .mod {
          width: 100%;
          height: 6rem;
          margin-top: 0; }
        #location .location-content-eleven .list_wrap .list1 .text_area {
          color: #333; }

/* pc端 */
@media (min-width: 1024px) {
  .location-banner {
    background: url(../images/location/banner-pc.png) center no-repeat;
    background-size: cover;
    padding: 0; }
    .location-banner h3 {
      margin-top: 380px;
      font-size: 24px;
      color: #eee;
      font-weight: normal;
      letter-spacing: 8px;
      margin-bottom: 20px; }
    .location-banner h1 {
      padding-top: 20px;
      letter-spacing: 20px; }
    .location-banner .banner-first-paragraph {
      margin-top: 50px;
      width: 820px;
      padding: 0; }

  #location .location-content-two {
    width: 100%;
    text-align: center;
    padding: 0; }
    #location .location-content-two .tit {
      margin: 20px auto 25px; }
      #location .location-content-two .tit span {
        display: block; }
      #location .location-content-two .tit .gray1 {
        font-size: 18px;
        color: #999;
        font-weight: normal;
        margin-top: 10px; }
    #location .location-content-two .list-wrapper .content-l {
      float: left;
      width: 161px;
      height: 375px;
      background-color: #2f2f30; }
      #location .location-content-two .list-wrapper .content-l .textarea {
        margin-top: 61px; }
        #location .location-content-two .list-wrapper .content-l .textarea span {
          display: block;
          font-size: 20px;
          color: #fff;
          font-weight: bold;
          margin-bottom: 40px; }
        #location .location-content-two .list-wrapper .content-l .textarea .triangle {
          display: block;
          margin: 0 auto;
          background-size: 18px 16px;
          margin-bottom: 40px; }
    #location .location-content-two .list-wrapper .content-m {
      float: left;
      width: 373px;
      height: 375px;
      background-color: #297dea;
      position: relative; }
      #location .location-content-two .list-wrapper .content-m .area-l {
        float: left;
        margin-top: 24px;
        margin-left: 19px;
        width: 163px;
        height: 329px;
        border: 1px dotted #fff; }
        #location .location-content-two .list-wrapper .content-m .area-l img {
          display: block;
          width: 132px;
          height: 132px;
          margin: 20px auto 0; }
        #location .location-content-two .list-wrapper .content-m .area-l span {
          display: block;
          font-size: 12px;
          width: 138px;
          color: #fff;
          margin: 30px auto 0; }
        #location .location-content-two .list-wrapper .content-m .area-l .tit {
          position: absolute;
          top: 116px;
          left: 32px;
          font-size: 11px;
          color: #333; }
      #location .location-content-two .list-wrapper .content-m .arr {
        position: absolute;
        top: 100px;
        left: 193px;
        width: 34px;
        height: 9px; }
      #location .location-content-two .list-wrapper .content-m .arr1 {
        top: 280px; }
      #location .location-content-two .list-wrapper .content-m .area-r {
        position: absolute;
        margin-top: 24px;
        margin-left: 234px;
        color: #fff; }
        #location .location-content-two .list-wrapper .content-m .area-r .cont {
          width: 106px;
          height: 145px;
          border: 1px dotted #fff; }
          #location .location-content-two .list-wrapper .content-m .area-r .cont img {
            margin: 29px auto 0;
            display: block;
            width: 84px;
            height: 54px; }
          #location .location-content-two .list-wrapper .content-m .area-r .cont p {
            font-size: 14px;
            text-align: center;
            margin-top: 23px; }
        #location .location-content-two .list-wrapper .content-m .area-r .bot {
          margin-top: 37px; }
          #location .location-content-two .list-wrapper .content-m .area-r .bot img {
            width: 86px;
            height: 69px; }
          #location .location-content-two .list-wrapper .content-m .area-r .bot p {
            margin-top: 13px; }
    #location .location-content-two .list-wrapper .content-r {
      float: left;
      background-color: #fff;
      border: 1px solid #bfbfbf;
      width: 490px;
      height: 374px; }
      #location .location-content-two .list-wrapper .content-r .list_wrap .list {
        float: left;
        width: 33.3%;
        height: 202px;
        border-right: 1px solid #bfbfbf; }
        #location .location-content-two .list-wrapper .content-r .list_wrap .list img {
          display: block;
          margin: 55px auto 0;
          width: 35px;
          height: 35px; }
        #location .location-content-two .list-wrapper .content-r .list_wrap .list span {
          margin: 30px auto 0;
          width: 100px;
          display: block;
          font-size: 14px;
          color: #333;
          text-align: center; }
      #location .location-content-two .list-wrapper .content-r .list_wrap .list:nth-child(2) img {
        width: 29px;
        height: 33px; }
      #location .location-content-two .list-wrapper .content-r .list_wrap .list:nth-child(3) img {
        width: 41px;
        height: 34px; }
      #location .location-content-two .list-wrapper .content-r .list_wrap .list:nth-child(3) {
        border-right: 0; }
      #location .location-content-two .list-wrapper .content-r .list_wrap1 .list {
        float: left;
        width: 33.3%;
        border-top: 1px solid #bfbfbf;
        padding: 0; }
        #location .location-content-two .list-wrapper .content-r .list_wrap1 .list span {
          margin: 40px auto 0;
          width: 100px;
          display: block;
          font-size: 14px;
          color: #333;
          text-align: center; }
  #location .location-content-three {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 0; }
    #location .location-content-three .title {
      margin: 20px auto 25px; }
    #location .location-content-three .list-wrapper {
      width: 100%; }
      #location .location-content-three .list-wrapper .list {
        width: 234px;
        float: left;
        text-align: center;
        margin: 10px 29px 10px 0; }
      #location .location-content-three .list-wrapper .list.link:hover {
        cursor: pointer;
        transform: translate3d(0, -5px, 0);
        box-shadow: 0.05rem 0.05rem 0.05rem rgba(51, 51, 51, 0.1); }
      #location .location-content-three .list-wrapper .device {
        display: block;
        width: 100%;
        height: 148px; }
      #location .location-content-three .list-wrapper .des {
        font-size: 12px;
        line-height: 50px;
        color: #333333;
        background-color: #fff;
        width: 100%;
        height: 50px; }
      #location .location-content-three .list-wrapper .list:nth-child(even) {
        margin-right: 29px; }
      #location .location-content-three .list-wrapper .list:nth-child(4) {
        margin-right: 0; }
      #location .location-content-three .list-wrapper .list:nth-child(1) .device {
        background: url(../images/location/tp-01.png) center no-repeat;
        background-size: 234px 149px; }
      #location .location-content-three .list-wrapper .list:nth-child(2) .device {
        background: url(../images/location/tp-02.png) center no-repeat;
        background-size: 234px 149px; }
      #location .location-content-three .list-wrapper .list:nth-child(3) .device {
        background: url(../images/location/tp-03.png) center no-repeat;
        background-size: 234px 149px; }
      #location .location-content-three .list-wrapper .list:nth-child(4) .device {
        background: url(../images/location/tp-04.png) center no-repeat;
        background-size: 234px 149px; }
      #location .location-content-three .list-wrapper .list:nth-child(5) .device {
        background: url(../images/location/tp-05.png) center no-repeat;
        background-size: 234px 149px; }
      #location .location-content-three .list-wrapper .list:nth-child(6) .device {
        background: url(../images/location/tp-06.png) center no-repeat;
        background-size: 234px 149px; }
  #location .location-content-four {
    width: 100%;
    text-align: center;
    padding: 0; }
    #location .location-content-four .title {
      margin: 20px auto 25px; }
    #location .location-content-four .list_wrap .list {
      margin: 30px 0;
      float: left;
      width: 320px;
      height: 432px;
      background-color: #fff;
      margin: 0 30px 0 0;
      box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
      border-top: 8px solid #297dea;
      border-radius: 10px;
      text-align: center;
      position: relative; }
      #location .location-content-four .list_wrap .list .cer {
        display: block;
        margin: 40px auto; }
      #location .location-content-four .list_wrap .list .tit {
        position: absolute;
        top: 228px;
        left: 50%;
        transform: translatex(-50%);
        font-size: 20px;
        color: #297dea;
        font-weight: bold; }
      #location .location-content-four .list_wrap .list .text {
        position: absolute;
        top: 300px;
        left: 50%;
        transform: translatex(-50%);
        width: 216px;
        margin: 16px auto;
        font-size: 12px;
        color: #666; }
    #location .location-content-four .list_wrap .list:nth-child(3) {
      margin-right: 0; }
    #location .location-content-four .list_wrap .list:nth-child(1) .cer {
      width: 233px;
      height: 183px;
      background: url(../images/location/bg_01.png) center no-repeat;
      background-size: 233px 183px; }
    #location .location-content-four .list_wrap .list:nth-child(2) .cer {
      width: 261px;
      height: 193px;
      background: url(../images/location/bg_02.png) center no-repeat;
      background-size: 261px 193px; }
    #location .location-content-four .list_wrap .list:nth-child(3) .cer {
      width: 255px;
      height: 174px;
      background: url(../images/location/bg_03.png) center no-repeat;
      background-size: 225px 174px;
      margin-top: 40px; }
  #location .location-content-five {
    width: 100%;
    text-align: center;
    padding: 0; }
    #location .location-content-five .title {
      margin: 20px auto 25px; }
    #location .location-content-five img {
      width: 1024px;
      height: 394px;
      margin: 0 auto; }
    #location .location-content-five .mob {
      display: none; }
    #location .location-content-five .pc {
      display: block; }
  #location .location-content-six {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0; }
    #location .location-content-six .title {
      margin: 20px auto 25px; }
    #location .location-content-six img {
      position: absolute;
      top: 50px;
      left: 0px;
      width: 1024px; }
    #location .location-content-six .mob {
      display: none; }
    #location .location-content-six .pc {
      display: block; }
    #location .location-content-six .list_wrap {
      display: flex;
      flex-wrap: wrap;
      margin-top: 290px;
      text-align: center;
      z-index: 10;
      width: 100%;
      height: 395px;
      background-color: #297dea;
      padding: 60px 0 10px; }
      #location .location-content-six .list_wrap .list {
        width: 256px;
        justify-content: space-around; }
        #location .location-content-six .list_wrap .list .icon {
          display: block;
          width: 65px;
          height: 65px;
          margin: 0 auto; }
        #location .location-content-six .list_wrap .list .des {
          width: 112px;
          font-size: 12px;
          color: #fff;
          margin: 10px auto 0; }
      #location .location-content-six .list_wrap .list:nth-child(1) .icon {
        background: url(../images/location/icon04.png) center no-repeat;
        background-size: 65px 65px; }
      #location .location-content-six .list_wrap .list:nth-child(2) .icon {
        background: url(../images/location/icon05.png) center no-repeat;
        background-size: 65px 65px; }
      #location .location-content-six .list_wrap .list:nth-child(3) .icon {
        background: url(../images/location/icon06.png) center no-repeat;
        background-size: 65px 65px; }
      #location .location-content-six .list_wrap .list:nth-child(4) .icon {
        background: url(../images/location/icon07.png) center no-repeat;
        background-size: 65px 65px; }
      #location .location-content-six .list_wrap .list:nth-child(5) .icon {
        background: url(../images/location/icon08.png) center no-repeat;
        background-size: 65px 65px; }
      #location .location-content-six .list_wrap .list:nth-child(6) .icon {
        background: url(../images/location/icon09.png) center no-repeat;
        background-size: 65px 65px; }
      #location .location-content-six .list_wrap .list:nth-child(7) .icon {
        background: url(../images/location/icon10.png) center no-repeat;
        background-size: 65px 65px; }
      #location .location-content-six .list_wrap .list:nth-child(8) .icon {
        background: url(../images/location/icon11.png) center no-repeat;
        background-size: 65px 65px; }
  #location .location-content-seven {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 30px; }
    #location .location-content-seven .tit {
      margin: 20px auto 25px; }
      #location .location-content-seven .tit span {
        display: block; }
      #location .location-content-seven .tit .gray1 {
        width: 500px;
        font-size: 12px;
        line-height: 18px;
        color: #666;
        font-weight: normal;
        margin: 10px auto 0; }
    #location .location-content-seven .list_wrap {
      margin-top: 10px; }
      #location .location-content-seven .list_wrap .list {
        float: left;
        margin-left: 100px;
        background: url(../images/location/bg_04.png) no-repeat;
        background-size: 384px 257px;
        width: 384px;
        height: 257px; }
        #location .location-content-seven .list_wrap .list .tit {
          margin-top: 0;
          line-height: 47px;
          font-size: 18px;
          color: #fff; }
        #location .location-content-seven .list_wrap .list .icon {
          width: 37px;
          height: 32px;
          display: block;
          background: url(../images/location/icon7_1.png) no-repeat;
          background-size: 37px 32px; }
        #location .location-content-seven .list_wrap .list .des {
          font-size: 12px;
          line-height: 22px;
          color: #333;
          width: 290px;
          margin: 22px auto 0; }
      #location .location-content-seven .list_wrap .list1 {
        width: 384px;
        height: 257px;
        margin-left: 70px;
        background: url(../images/location/bg_05.png) no-repeat;
        background-size: 384px 257px; }
        #location .location-content-seven .list_wrap .list1 .icon {
          width: 29px;
          height: 35px;
          display: block;
          background: url(../images/location/icon7_2.png) no-repeat;
          background-size: 29px 35px; }
  #location .location-content-eight {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
    #location .location-content-eight .title {
      margin: 20px auto 25px; }
    #location .location-content-eight .mod {
      display: none; }
    #location .location-content-eight .pc {
      display: block;
      width: 100%; }
    #location .location-content-eight .list_wrap {
      width: 100%;
      height: 145px;
      background-color: #ddd; }
      #location .location-content-eight .list_wrap .list {
        float: left;
        margin: 30px 0 0 60px; }
        #location .location-content-eight .list_wrap .list .icon {
          display: block;
          width: 70px;
          height: 70px;
          float: left;
          background: url(../images/location/icon8_1.png) no-repeat;
          background-size: 70px 70px; }
        #location .location-content-eight .list_wrap .list .text {
          float: left;
          width: 300px;
          height: 70px;
          text-align: left;
          margin-left: 20px; }
          #location .location-content-eight .list_wrap .list .text .tit {
            font-size: 16px;
            color: #333;
            font-weight: bold; }
          #location .location-content-eight .list_wrap .list .text .des {
            margin-top: 15px;
            display: block;
            font-size: 14px;
            line-height: 20px;
            color: #666; }
      #location .location-content-eight .list_wrap .list1 .icon {
        background: url(../images/location/icon8_2.png) no-repeat;
        background-size: 70px 70px; }
  #location .location-content-nine {
    width: 100%;
    text-align: center; }
    #location .location-content-nine .title {
      margin: 25px auto 25px; }
    #location .location-content-nine .list_wrap {
      width: 100%;
      height: 353px;
      background: url(../images/location/bg9_1.png) no-repeat;
      background-size: 100% 353px; }
      #location .location-content-nine .list_wrap .list {
        float: left;
        margin: 74px 0 0 57px;
        width: 250px;
        height: 225px;
        border: 1px dotted #FFF; }
        #location .location-content-nine .list_wrap .list .tit {
          font-size: 14px;
          color: #fff;
          width: 163px;
          height: 35px;
          background-color: #297dea;
          margin: 50px auto 0;
          text-align: center;
          line-height: 35px;
          font-weight: bold; }
        #location .location-content-nine .list_wrap .list .des {
          display: block;
          font-size: 12px;
          color: #fff;
          line-height: 18px;
          width: 220px;
          margin: 30px auto 0; }
      #location .location-content-nine .list_wrap .list:nth-child(1) {
        margin-left: 80px; }
  #location .location-content-ten {
    width: 100%; }
    #location .location-content-ten .title {
      margin: 25px auto 25px;
      text-align: center; }
    #location .location-content-ten .content {
      width: 100%;
      height: 515px;
      background-color: #e5e2e2; }
      #location .location-content-ten .content .interface {
        float: left;
        margin: 54px 0 0 54px; }
        #location .location-content-ten .content .interface .mod {
          display: none;
          width: 544px;
          height: 415px; }
        #location .location-content-ten .content .interface .pc {
          display: block; }
      #location .location-content-ten .content .list_wrap {
        width: 280px;
        float: left;
        margin: 170px 0 0 104px; }
        #location .location-content-ten .content .list_wrap .list .tit {
          font-size: 18px;
          color: #333;
          font-weight: bold; }
        #location .location-content-ten .content .list_wrap .list .des {
          display: block;
          font-size: 14px;
          color: #666;
          margin: 10px 0 0 12px; }
        #location .location-content-ten .content .list_wrap .list:nth-child(2) {
          margin-top: 38px; }
  #location .location-content-eleven {
    width: 100%;
    margin-top: 0;
    text-align: center;
    margin-bottom: 30px; }
    #location .location-content-eleven .title {
      margin: 25px auto 20px; }
    #location .location-content-eleven .list_wrap {
      width: 100%;
      margin: 0 auto; }
      #location .location-content-eleven .list_wrap .list {
        width: 531px;
        float: left;
        height: 610px;
        background-color: #475d9b; }
        #location .location-content-eleven .list_wrap .list .mod {
          display: none; }
        #location .location-content-eleven .list_wrap .list .pc {
          display: block;
          width: 355px;
          height: 248px;
          margin: 93px auto 0; }
        #location .location-content-eleven .list_wrap .list .text_area {
          width: 200px;
          margin: 80px auto 0;
          color: #fff;
          text-align: center;
          float: left;
          margin-left: 40px; }
          #location .location-content-eleven .list_wrap .list .text_area .tit {
            width: 200px;
            text-align: center;
            font-size: 20px;
            font-weight: bold; }
          #location .location-content-eleven .list_wrap .list .text_area .des {
            display: block;
            width: 200px;
            text-align: center;
            display: block;
            font-size: 14px;
            line-height: 20px; }
      #location .location-content-eleven .list_wrap .list1 {
        margin-left: 20px;
        background-color: #fff;
        width: 472px; }
        #location .location-content-eleven .list_wrap .list1 .pc {
          display: block;
          width: 472px;
          height: 341px;
          margin-top: 0; }
        #location .location-content-eleven .list_wrap .list1 .text_area {
          margin-left: 30px;
          color: #333; } }
/* 移动端 */
.keycabinet-banner {
  width: 100%;
  background: url(../images/keycabinet/banner@2x.jpg) center no-repeat;
  background-size: cover; }
  .keycabinet-banner .banner-text {
    padding-top: 0.3rem;
    padding-bottom: 0.82rem;
    width: 100%;
    background-size: 0.25rem 0.25rem;
    text-align: left;
    margin-left: 0.3rem; }
    .keycabinet-banner .banner-text .title {
      font-size: 0.36rem;
      margin: 0.5rem 0 0.23rem; }
    .keycabinet-banner .banner-text .img_text {
      display: block;
      width: 4.49rem;
      height: 0.26rem;
      margin-bottom: 0.27rem;
      background: url(../images/keycabinet/img_text.png) center no-repeat;
      background-size: 4.49rem 0.26rem; }
    .keycabinet-banner .banner-text .des {
      font-size: 0.12rem;
      width: 4.2rem;
      color: #333; }
    .keycabinet-banner .banner-text .list_wrap .list {
      color: #333;
      height: 0.4rem;
      margin-bottom: 0.3rem; }
      .keycabinet-banner .banner-text .list_wrap .list .icon {
        display: inline-block;
        width: 0.3rem;
        height: 0.3rem;
        background: url(../images/keycabinet/icon1-1.png) center no-repeat;
        background-size: 0.3rem 0.3rem; }
      .keycabinet-banner .banner-text .list_wrap .list .text {
        font-size: 0.14rem;
        line-height: 0.3rem;
        width: 1.13rem; }
    .keycabinet-banner .banner-text .list_wrap .list:nth-child(2) .icon {
      background: url(../images/keycabinet/icon1-2.png) center no-repeat;
      background-size: 0.3rem 0.3rem; }
    .keycabinet-banner .banner-text .list_wrap .list:nth-child(3) .icon {
      background: url(../images/keycabinet/icon1-3.png) center no-repeat;
      background-size: 0.3rem 0.3rem; }
    .keycabinet-banner .banner-text .contact {
      width: 1.6rem;
      height: 0.6rem;
      background-color: #3195f3;
      border-radius: 0.15rem;
      margin: 0 auto;
      margin-top: 0.9rem;
      text-align: center;
      line-height: 0.4rem; }
      .keycabinet-banner .banner-text .contact .text_01 {
        font-size: 0.24rem;
        padding-top: 0.07rem; }
    .keycabinet-banner .banner-text .linkman {
      width: 3rem;
      padding: 0 0.4rem 0.2rem;
      text-align: center;
      background-color: #ffffff;
      position: fixed;
      left: 0;
      right: 0;
      top: 2rem;
      z-index: 99;
      margin: auto; }
      .keycabinet-banner .banner-text .linkman .linkman_close {
        width: 0.5rem;
        height: 0.5rem;
        position: absolute;
        right: 0;
        top: 0; }
      .keycabinet-banner .banner-text .linkman .tit {
        font-size: 0.3rem;
        line-height: 0.5rem;
        color: #333333;
        margin-bottom: 0.2rem; }
      .keycabinet-banner .banner-text .linkman .text {
        font-size: 0.24rem;
        line-height: 0.34rem;
        color: #999; }
      .keycabinet-banner .banner-text .linkman .linkman_img {
        width: 2.2rem;
        height: 2.2rem;
        margin: 0 auto; }
        .keycabinet-banner .banner-text .linkman .linkman_img img {
          width: inherit;
          height: inherit; }

#keycabinet {
  padding: 0;
  background-color: #f6f6f6; }
  #keycabinet .keycabinet-content-two {
    width: 100%;
    text-align: center;
    margin-bottom: 0.3rem; }
    #keycabinet .keycabinet-content-two .title {
      margin-bottom: 0.24rem; }
    #keycabinet .keycabinet-content-two .list-wrapper {
      width: 100%;
      text-align: center;
      color: #fff; }
      #keycabinet .keycabinet-content-two .list-wrapper .list {
        display: block;
        float: left;
        margin-right: 0.06rem;
        width: 1.83rem;
        height: 2.90rem; }
        #keycabinet .keycabinet-content-two .list-wrapper .list .text {
          font-size: 0.3rem;
          text-align: center;
          margin-top: 1.3rem;
          color: #fff;
          text-decoration: underline; }
      #keycabinet .keycabinet-content-two .list-wrapper .list:hover .text {
        color: 333; }
      #keycabinet .keycabinet-content-two .list-wrapper a:nth-child(1) .list {
        background: url(../images/keycabinet/prog_01.png) center no-repeat;
        background-size: 1.91rem 2.90rem; }
      #keycabinet .keycabinet-content-two .list-wrapper a:nth-child(2) .list {
        background: url(../images/keycabinet/prog_02.png) center no-repeat;
        background-size: 1.91rem 2.90rem; }
      #keycabinet .keycabinet-content-two .list-wrapper a:nth-child(3) .list {
        background: url(../images/keycabinet/prog_03.png) center no-repeat;
        background-size: 1.91rem 2.90rem; }
      #keycabinet .keycabinet-content-two .list-wrapper a:nth-child(4) .list {
        background: url(../images/keycabinet/prog_04.png) center no-repeat;
        background-size: 1.91rem 2.90rem;
        margin-right: 0; }
  #keycabinet .keycabinet-content-three {
    width: 100%;
    text-align: center;
    padding: 0.3rem; }
    #keycabinet .keycabinet-content-three .title {
      margin-bottom: 0.24rem; }
    #keycabinet .keycabinet-content-three .list-wrapper .list {
      width: 3.37rem;
      height: 2.35rem;
      background-color: #FFF;
      float: left;
      margin-bottom: 0.12rem;
      padding-top: 0.2rem; }
      #keycabinet .keycabinet-content-three .list-wrapper .list .icon {
        margin-left: 0.26rem;
        display: block;
        width: 0.27rem;
        height: 0.27rem;
        float: left;
        background: url(../images/keycabinet/icon1.png) center no-repeat;
        background-size: 0.27rem 0.27rem; }
      #keycabinet .keycabinet-content-three .list-wrapper .list .text {
        margin-left: 0.08rem;
        float: left;
        font-size: 0.24rem;
        color: #333;
        margin-bottom: 0.2rem;
        font-weight: bold; }
      #keycabinet .keycabinet-content-three .list-wrapper .list .des {
        margin-left: 0.6rem;
        text-align: left;
        width: 2.67rem;
        float: left;
        font-size: 0.16rem;
        line-height: 0.26rem;
        color: #999; }
    #keycabinet .keycabinet-content-three .list-wrapper .list:nth-child(odd) {
      margin-right: 0.13rem; }
    #keycabinet .keycabinet-content-three .list-wrapper .list:nth-child(2) .icon {
      background: url(../images/keycabinet/icon2.png) center no-repeat;
      background-size: 0.27rem 0.27rem; }
    #keycabinet .keycabinet-content-three .list-wrapper .list:nth-child(3) .icon {
      background: url(../images/keycabinet/icon3.png) center no-repeat;
      background-size: 0.27rem 0.27rem; }
    #keycabinet .keycabinet-content-three .list-wrapper .list:nth-child(4) .icon {
      background: url(../images/keycabinet/icon4.png) center no-repeat;
      background-size: 0.27rem 0.27rem; }
    #keycabinet .keycabinet-content-three .list-wrapper .list:nth-child(6) .icon {
      background: url(../images/keycabinet/icon6.png) center no-repeat;
      background-size: 0.27rem 0.27rem; }

.keycabinet-content-four {
  width: 100%;
  text-align: center; }
  .keycabinet-content-four .title {
    margin-bottom: 0.24rem; }
  .keycabinet-content-four .list_wrap {
    padding-top: 0.3rem;
    background: url(../images/keycabinet/bg_03.png) top no-repeat;
    background-size: 7.5rem 8.03rem; }
    .keycabinet-content-four .list_wrap .list img {
      display: block;
      margin: 0 auto; }
    .keycabinet-content-four .list_wrap .list .product_01 {
      width: 5.39rem;
      height: 3.06rem; }
    .keycabinet-content-four .list_wrap .list .product_02 {
      width: 3.09rem;
      height: 3.48rem; }
    .keycabinet-content-four .list_wrap .list .des {
      display: block;
      font-size: 0.24rem;
      color: #333;
      text-align: center;
      margin-top: 0.1rem; }

.keycabinet-content-five {
  width: 100%;
  text-align: center;
  margin-bottom: 0.3rem;
  padding: 0; }
  .keycabinet-content-five .title {
    margin-bottom: 0.3rem; }
  .keycabinet-content-five .list-wrapper {
    background-color: #ebebeb; }
    .keycabinet-content-five .list-wrapper .img-pc {
      display: none; }
    .keycabinet-content-five .list-wrapper .img-m {
      display: block;
      width: 7.5rem;
      margin: 0; }
    .keycabinet-content-five .list-wrapper .list-title {
      font-size: 0.3rem;
      margin-top: 0.5rem; }

.keycabinet-content-six .title {
  text-align: center;
  margin: 0.3rem auto; }
.keycabinet-content-six video {
  width: 7.5rem; }

.keycabinet-content-seven {
  margin-bottom: 0.3rem; }
  .keycabinet-content-seven .title {
    text-align: center; }
    .keycabinet-content-seven .title .tit {
      margin-bottom: 0.25rem; }
    .keycabinet-content-seven .title .des {
      margin: 0 auto;
      display: block;
      font-size: 0.24rem;
      color: #999;
      width: 5rem;
      line-height: 0.3rem;
      font-weight: normal;
      margin-bottom: 0.25rem; }
  .keycabinet-content-seven .case .case_img1 {
    float: left;
    width: 4.4rem;
    height: 2.98rem;
    background: url(../images/keycabinet/img_01@2x.png) center no-repeat;
    background-size: 4.4rem 2.98rem;
    margin-right: 0.05rem; }
  .keycabinet-content-seven .case .case_img2 {
    float: left; }
    .keycabinet-content-seven .case .case_img2 .img02 {
      display: block;
      width: 3.05rem;
      height: 1.47rem;
      background: url(../images/keycabinet/img_02@2x.png) center no-repeat;
      background-size: 3.05rem 1.47rem;
      margin-bottom: 0.05rem; }
    .keycabinet-content-seven .case .case_img2 .img03 {
      display: block;
      width: 3.05rem;
      height: 1.46rem;
      background: url(../images/keycabinet/img_03@2x.png) center no-repeat;
      background-size: 3.05rem 1.45rem; }

.keycabinet-content-eight {
  width: 100%; }
  .keycabinet-content-eight .title {
    text-align: center; }
    .keycabinet-content-eight .title .tit {
      font-size: 0.3rem;
      color: #333;
      font-weight: bold; }
    .keycabinet-content-eight .title .detail {
      font-size: 0.24rem;
      color: #333; }
    .keycabinet-content-eight .title .des {
      font-size: 0.16rem;
      line-height: 0.24rem;
      color: #999;
      width: 5.5rem;
      font-weight: normal; }
  .keycabinet-content-eight .img_logo {
    margin: 0.3rem 0;
    width: 7.5rem;
    height: 4.91rem;
    background: url(../images/keycabinet/logo.png) center no-repeat;
    background-size: 7.50rem 4.91rem; }

/* PC端 */
@media (min-width: 1024px) {
  .keycabinet-banner {
    background: url(../images/keycabinet/banner_pc.jpg) center no-repeat;
    background-size: cover;
    padding: 0; }
    .keycabinet-banner .banner-text {
      padding-top: 290px;
      padding-bottom: 100px;
      width: 1024px;
      margin: 0 auto;
      text-align: left; }
      .keycabinet-banner .banner-text .title {
        font-size: 30px;
        margin: 0 0 20px; }
      .keycabinet-banner .banner-text .img_text {
        display: block;
        width: 584px;
        height: 34px;
        margin-bottom: 0.27rem;
        background: url(../images/keycabinet/img_text_pc.png) center no-repeat;
        background-size: 584px 34px; }
      .keycabinet-banner .banner-text .des {
        font-size: 12px;
        width: 408px;
        color: #666; }
      .keycabinet-banner .banner-text .list_wrap {
        margin-top: 50px;
        height: 100px; }
        .keycabinet-banner .banner-text .list_wrap .list {
          float: left;
          color: #333;
          width: 200px;
          height: 20px;
          margin-bottom: 30px; }
          .keycabinet-banner .banner-text .list_wrap .list .icon {
            float: left;
            display: block;
            width: 23px;
            height: 23px;
            background: url(../images/keycabinet/icon1-1_pc.png) center no-repeat;
            background-size: 23px 23px; }
          .keycabinet-banner .banner-text .list_wrap .list .text {
            float: left;
            display: block;
            font-size: 14px;
            line-height: 23px;
            width: 126px;
            margin-left: 10px; }
        .keycabinet-banner .banner-text .list_wrap .list:nth-child(2) .icon {
          background: url(../images/keycabinet/icon1-2_pc.png) center no-repeat;
          background-size: 23px 23px; }
        .keycabinet-banner .banner-text .list_wrap .list:nth-child(2) .text {
          margin-top: -12px; }
        .keycabinet-banner .banner-text .list_wrap .list:nth-child(3) .icon {
          background: url(../images/keycabinet/icon1-3_pc.png) center no-repeat;
          background-size: 23px 23px; }
      .keycabinet-banner .banner-text .contact {
        text-align: center;
        line-height: 38px;
        width: 145px;
        height: 50px;
        background-color: #3195f3;
        border-radius: 8px;
        margin: 0 auto;
        margin-top: 90px; }
        .keycabinet-banner .banner-text .contact .text_01 {
          font-size: 18px;
          padding-top: 7px; }
      .keycabinet-banner .banner-text .linkman {
        width: 316px;
        padding: 0 45px 10px;
        top: 30%; }
        .keycabinet-banner .banner-text .linkman .linkman_close {
          width: 24px;
          height: 24px; }
        .keycabinet-banner .banner-text .linkman .tit {
          font-size: 18px;
          line-height: 36px;
          margin-bottom: 10px; }
        .keycabinet-banner .banner-text .linkman .text {
          font-size: 18px;
          line-height: 19px;
          margin-bottom: 8px;
          color: #999; }
        .keycabinet-banner .banner-text .linkman .linkman_img {
          width: 192px;
          height: 192px; }

  #keycabinet {
    padding: 0; }
    #keycabinet .keycabinet-content-two {
      width: 100%;
      text-align: center;
      margin: 30px auto; }
      #keycabinet .keycabinet-content-two .title {
        margin-bottom: 24px; }
      #keycabinet .keycabinet-content-two .list-wrapper {
        width: 100%;
        text-align: center;
        color: #fff; }
        #keycabinet .keycabinet-content-two .list-wrapper .list {
          display: block;
          float: left;
          margin-right: 5px;
          width: 252px;
          height: 285px; }
          #keycabinet .keycabinet-content-two .list-wrapper .list .text {
            color: #4d94f0;
            font-size: 18px;
            text-align: center;
            margin-top: 128px;
            font-weight: normal;
            text-decoration: underline; }
        #keycabinet .keycabinet-content-two .list-wrapper a:nth-child(1) .list {
          background: url(../images/keycabinet/prog_01_pc.png) center no-repeat;
          background-size: 252px 285px; }
        #keycabinet .keycabinet-content-two .list-wrapper a:nth-child(2) .list {
          background: url(../images/keycabinet/prog_02_pc.png) center no-repeat;
          background-size: 252px 285px; }
        #keycabinet .keycabinet-content-two .list-wrapper a:nth-child(3) .list {
          background: url(../images/keycabinet/prog_03_pc.png) center no-repeat;
          background-size: 252px 285px; }
        #keycabinet .keycabinet-content-two .list-wrapper a:nth-child(4) .list {
          background: url(../images/keycabinet/prog_04_pc.png) center no-repeat;
          background-size: 252px 285px;
          margin-right: 0; }
        #keycabinet .keycabinet-content-two .list-wrapper a:nth-child(1):hover .list {
          background: url(../images/keycabinet/prog_01_p_hover.png) center no-repeat;
          background-size: 252px 285px; }
          #keycabinet .keycabinet-content-two .list-wrapper a:nth-child(1):hover .list .text {
            color: #fff; }
        #keycabinet .keycabinet-content-two .list-wrapper a:nth-child(2):hover .list {
          background: url(../images/keycabinet/prog_02_p_hover.png) center no-repeat;
          background-size: 252px 285px; }
          #keycabinet .keycabinet-content-two .list-wrapper a:nth-child(2):hover .list .text {
            color: #fff; }
        #keycabinet .keycabinet-content-two .list-wrapper a:nth-child(3):hover .list {
          background: url(../images/keycabinet/prog_03_p_hover.png) center no-repeat;
          background-size: 252px 285px; }
          #keycabinet .keycabinet-content-two .list-wrapper a:nth-child(3):hover .list .text {
            color: #fff; }
        #keycabinet .keycabinet-content-two .list-wrapper a:nth-child(4):hover .list {
          background: url(../images/keycabinet/prog_04_p_hover.png) center no-repeat;
          background-size: 252px 285px; }
          #keycabinet .keycabinet-content-two .list-wrapper a:nth-child(4):hover .list .text {
            color: #fff; }
    #keycabinet .keycabinet-content-three {
      width: 100%;
      text-align: center;
      padding: 0;
      margin-bottom: 30px; }
      #keycabinet .keycabinet-content-three .title {
        margin-bottom: 24px; }
      #keycabinet .keycabinet-content-three .list-wrapper .list {
        width: 334px;
        height: 150px;
        background-color: #FFF;
        float: left;
        margin-bottom: 10px;
        padding-top: 30px;
        margin-right: 10px; }
        #keycabinet .keycabinet-content-three .list-wrapper .list .icon {
          margin-left: 35px;
          display: block;
          width: 27px;
          height: 27px;
          float: left;
          background: url(../images/keycabinet/icon1_pc.png) center no-repeat;
          background-size: 27px 27px; }
        #keycabinet .keycabinet-content-three .list-wrapper .list .text {
          margin-left: 0.08rem;
          float: left;
          font-size: 16px;
          color: #333;
          margin-bottom: 15px;
          font-weight: bold; }
        #keycabinet .keycabinet-content-three .list-wrapper .list .des {
          margin-left: 80px;
          display: block;
          text-align: left;
          width: 200px;
          font-size: 12px;
          line-height: 16px;
          color: #999; }
      #keycabinet .keycabinet-content-three .list-wrapper .list:nth-child(odd) {
        margin-right: 10px; }
      #keycabinet .keycabinet-content-three .list-wrapper .list:nth-child(3n) {
        margin-right: 0; }
      #keycabinet .keycabinet-content-three .list-wrapper .list:nth-child(2) .icon {
        background: url(../images/keycabinet/icon2_pc.png) center no-repeat;
        background-size: 27px 27px; }
      #keycabinet .keycabinet-content-three .list-wrapper .list:nth-child(3) .icon {
        background: url(../images/keycabinet/icon3_pc.png) center no-repeat;
        background-size: 27px 27px; }
      #keycabinet .keycabinet-content-three .list-wrapper .list:nth-child(4) .icon {
        background: url(../images/keycabinet/icon4_pc.png) center no-repeat;
        background-size: 27px 27px; }
      #keycabinet .keycabinet-content-three .list-wrapper .list:nth-child(5) .icon {
        background: url(../images/keycabinet/icon5_pc.png) center no-repeat;
        background-size: 27px 27px; }
      #keycabinet .keycabinet-content-three .list-wrapper .list:nth-child(6) .icon {
        background: url(../images/keycabinet/icon6_pc.png) center no-repeat;
        background-size: 27px 27px; }
    #keycabinet .keycabinet-content-four {
      width: 100%;
      text-align: center; }
      #keycabinet .keycabinet-content-four .title {
        margin-bottom: 24px; }
      #keycabinet .keycabinet-content-four .list_wrap {
        padding-top: 30px;
        background: url(../images/keycabinet/bg_03_pc.png) top no-repeat;
        background-size: 1024px 359px; }
        #keycabinet .keycabinet-content-four .list_wrap .list {
          display: inline-block; }
          #keycabinet .keycabinet-content-four .list_wrap .list img {
            display: block;
            margin: 0 auto; }
          #keycabinet .keycabinet-content-four .list_wrap .list .product_01 {
            width: 441px;
            height: 267px; }
          #keycabinet .keycabinet-content-four .list_wrap .list .product_02 {
            width: 248px;
            height: 274px; }
          #keycabinet .keycabinet-content-four .list_wrap .list .des {
            display: block;
            font-size: 16px;
            color: #333;
            text-align: center;
            margin-top: 10px;
            font-weight: bold; }
    #keycabinet .keycabinet-content-five {
      margin-bottom: 30px; }
      #keycabinet .keycabinet-content-five .title {
        margin-bottom: 25px; }
      #keycabinet .keycabinet-content-five .list-wrapper {
        background-color: #ebebeb;
        padding: 0; }
        #keycabinet .keycabinet-content-five .list-wrapper .img-pc {
          width: 1024px;
          height: 429px;
          display: block;
          margin: 10px auto; }
        #keycabinet .keycabinet-content-five .list-wrapper .img-m {
          display: none; }
        #keycabinet .keycabinet-content-five .list-wrapper .list-title {
          font-size: 14px;
          margin-top: 15px; }
    #keycabinet .keycabinet-content-six {
      text-align: center; }
      #keycabinet .keycabinet-content-six .title {
        margin: 25px auto; }
      #keycabinet .keycabinet-content-six video {
        width: 1024px; }
    #keycabinet .keycabinet-content-seven {
      margin-bottom: 30px; }
      #keycabinet .keycabinet-content-seven .title {
        text-align: center; }
        #keycabinet .keycabinet-content-seven .title .tit {
          margin-bottom: 20px; }
        #keycabinet .keycabinet-content-seven .title .des {
          width: 100%;
          margin: 0 auto;
          display: block;
          font-size: 14px;
          color: #666;
          line-height: 25px;
          font-weight: normal;
          margin-bottom: 25px; }
      #keycabinet .keycabinet-content-seven .case .case_img1 {
        float: left;
        width: 595px;
        height: 403px;
        background: url(../images/keycabinet/img_01.png) center no-repeat;
        background-size: 595px 403px;
        margin-right: 10px; }
      #keycabinet .keycabinet-content-seven .case .case_img2 {
        float: left; }
        #keycabinet .keycabinet-content-seven .case .case_img2 .img02 {
          display: block;
          width: 412px;
          height: 198px;
          background: url(../images/keycabinet/img_02@2x.png) center no-repeat;
          background-size: 412px 198px;
          margin-bottom: 10px; }
        #keycabinet .keycabinet-content-seven .case .case_img2 .img03 {
          display: block;
          width: 412px;
          height: 196px;
          background: url(../images/keycabinet/img_03@2x.png) center no-repeat;
          background-size: 412px 196px; }
    #keycabinet .keycabinet-content-eight {
      width: 100%; }
      #keycabinet .keycabinet-content-eight .title {
        text-align: center; }
        #keycabinet .keycabinet-content-eight .title .tit {
          font-size: 24px;
          color: #333;
          font-weight: bold; }
        #keycabinet .keycabinet-content-eight .title .detail {
          font-size: 18px;
          color: #333;
          font-weight: normal;
          margin-top: 10px; }
        #keycabinet .keycabinet-content-eight .title .des {
          font-size: 16px;
          line-height: 24px;
          color: #999;
          width: 550px;
          font-weight: normal; }
      #keycabinet .keycabinet-content-eight .img_logo {
        width: 100%;
        height: 430px;
        margin: 25px auto 30px;
        background: url(../images/keycabinet/logo_pc.png) center no-repeat; } }
/* 移动端 */
.cps-banner {
  background: url(../images/cps/banner@2x.png) center no-repeat;
  background-size: 100% 100%;
  padding: 0.65rem 0.15rem 0;
  margin-bottom: 0; }
  .cps-banner .banner-first-paragraph {
    padding-bottom: 1.3rem; }
    .cps-banner .banner-first-paragraph .btn-login {
      width: 1.66rem;
      height: 0.6rem;
      line-height: 0.6rem;
      font-size: 0.24rem;
      background-color: #3195f3;
      border-radius: 0.6rem;
      margin: 0 auto;
      margin-top: 0.4rem; }
    .cps-banner .banner-first-paragraph .login-wrapper {
      display: none;
      width: 100%;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.3);
      position: fixed;
      left: 0;
      top: 0;
      z-index: 108; }
    .cps-banner .banner-first-paragraph .login-box {
      width: 3.2rem;
      padding: 0.24rem 0.29rem 0.22rem;
      background-color: #ffffff;
      display: flex;
      flex-direction: column;
      position: fixed;
      left: 0;
      right: 0;
      top: 2rem;
      z-index: 109;
      margin: auto; }
      .cps-banner .banner-first-paragraph .login-box .tit {
        font-size: 0.24rem;
        font-weight: bold;
        line-height: 1;
        color: #333333;
        margin-bottom: 0.2rem; }
      .cps-banner .banner-first-paragraph .login-box .input {
        width: 100%;
        height: 0.36rem;
        line-height: 0.36rem;
        margin-bottom: 0.1rem;
        padding-left: 0.08rem;
        font-size: 0.2rem;
        color: #999999;
        box-sizing: border-box;
        border-radius: 0.02rem;
        border: 0.02rem solid #b1b1b1; }
      .cps-banner .banner-first-paragraph .login-box select.input {
        background: url(../images/cps/icon_san.png) 2.3rem center no-repeat;
        background-size: 0.23rem 0.12rem; }
      .cps-banner .banner-first-paragraph .login-box select.input.up {
        background: url(../images/cps/icon_san_up.png) 2.3rem center no-repeat;
        background-size: 0.23rem 0.12rem; }
      .cps-banner .banner-first-paragraph .login-box .btnnArea {
        width: 100%;
        margin-top: 0.05rem;
        display: flex;
        justify-content: center; }
        .cps-banner .banner-first-paragraph .login-box .btnnArea .btn {
          width: 0.98rem;
          height: 0.42rem;
          line-height: 0.42rem;
          border-radius: 0.42rem;
          font-size: 0.2rem;
          text-align: center;
          color: #666666;
          border: 0.02rem solid #b1b1b1;
          box-sizing: border-box;
          letter-spacing: 0.03rem; }
          .cps-banner .banner-first-paragraph .login-box .btnnArea .btn.btn-goLogin {
            margin-left: 0.25rem;
            color: #ffffff;
            border-color: #3679f3;
            background-color: #3679f3; }
      .cps-banner .banner-first-paragraph .login-box .ll {
        margin-top: 0.32rem;
        font-size: 0.18rem;
        line-height: 1;
        color: #3679f3;
        text-decoration: underline; }

#cps .cps-content-two {
  width: 100%;
  background-color: #f6f6f6; }
  #cps .cps-content-two .title {
    text-align: center;
    line-height: 1;
    padding: 0.4rem 0; }
  #cps .cps-content-two .list-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    #cps .cps-content-two .list-wrapper .list {
      flex-shrink: 0;
      width: 50%;
      margin-bottom: 0.4rem;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
      #cps .cps-content-two .list-wrapper .list .tit {
        font-weight: bold;
        font-size: 0.3rem;
        line-height: 1;
        color: #333333;
        padding-top: 0.88rem;
        margin-bottom: 0.2rem; }
      #cps .cps-content-two .list-wrapper .list .tit {
        background: url(../images/cps/1.png) no-repeat top center;
        background-size: 0.73rem 0.62rem; }
      #cps .cps-content-two .list-wrapper .list:nth-child(2) .tit {
        background: url(../images/cps/2.png) no-repeat top center;
        background-size: 0.73rem 0.62rem; }
      #cps .cps-content-two .list-wrapper .list:nth-child(3) .tit {
        background: url(../images/cps/3.png) no-repeat top center;
        background-size: 0.73rem 0.62rem; }
      #cps .cps-content-two .list-wrapper .list:nth-child(4) .tit {
        background: url(../images/cps/4.png) no-repeat top center;
        background-size: 0.73rem 0.62rem; }
      #cps .cps-content-two .list-wrapper .list:nth-child(5) .tit {
        background: url(../images/cps/5.png) no-repeat top center;
        background-size: 0.73rem 0.62rem; }
      #cps .cps-content-two .list-wrapper .list:nth-child(6) .tit {
        background: url(../images/cps/6.png) no-repeat top center;
        background-size: 0.73rem 0.62rem; }
      #cps .cps-content-two .list-wrapper .list .text {
        font-size: 0.22rem;
        line-height: 0.3rem;
        color: #999999; }
#cps .cps-content-new {
  width: 100%;
  padding-bottom: 0.46rem;
  background-color: #f6f6f6; }
  #cps .cps-content-new .title {
    ine-height: 1;
    text-align: center;
    padding: 0.3rem 0 0.4rem; }
  #cps .cps-content-new video {
    vertical-align: middle;
    width: 100%; }
#cps .cps-content-three {
  width: 100%;
  padding-bottom: 0.46rem;
  background-color: #f6f6f6; }
  #cps .cps-content-three .title {
    line-height: 1;
    text-align: center;
    padding-bottom: 0.4rem; }
  #cps .cps-content-three .list-wrapper {
    width: 100%;
    padding: 0 0.35rem;
    display: flex;
    justify-content: space-between; }
    #cps .cps-content-three .list-wrapper .list {
      flex-shrink: 0;
      width: 3.34rem;
      height: 2.63rem;
      text-align: center;
      cursor: pointer;
      position: relative; }
      #cps .cps-content-three .list-wrapper .list .tit,
      #cps .cps-content-three .list-wrapper .list .text {
        width: inherit;
        height: inherit;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
      #cps .cps-content-three .list-wrapper .list .tit {
        font-size: 0.24rem;
        font-weight: bold;
        background: url(../images/cps/yy_1.jpg) no-repeat center;
        background-size: 100% 100%; }
      #cps .cps-content-three .list-wrapper .list:nth-child(2) .tit {
        background: url(../images/cps/yy_2.jpg) no-repeat center;
        background-size: 100% 100%; }
      #cps .cps-content-three .list-wrapper .list .text {
        opacity: 0;
        padding: 0 0.08rem;
        font-size: 0.12rem;
        line-height: 0.3rem;
        background-color: rgba(54, 121, 243, 0.9);
        display: flex;
        justify-items: center;
        position: absolute;
        left: 0;
        top: 0; }
      #cps .cps-content-three .list-wrapper .list:hover .text {
        opacity: 1;
        transition: .6s; }
#cps .cps-content-four {
  width: 100%; }
  #cps .cps-content-four .title {
    padding: 0.28rem 0 0.38rem;
    text-align: center; }
  #cps .cps-content-four .list-wrapper {
    width: 100%;
    padding: 0 0.6rem;
    display: flex;
    flex-wrap: wrap; }
    #cps .cps-content-four .list-wrapper .list {
      flex-shrink: 0;
      width: 1.72rem;
      height: 0.69rem;
      margin-bottom: 0.3rem;
      margin-right: 0.57rem; }
      #cps .cps-content-four .list-wrapper .list:nth-child(3n) {
        margin-right: 0; }
      #cps .cps-content-four .list-wrapper .list:nth-child(1) {
        background: url(../images/cps/logo_1.jpg) center no-repeat;
        background-size: 100%; }
      #cps .cps-content-four .list-wrapper .list:nth-child(2) {
        background: url(../images/cps/logo_2.jpg) center no-repeat;
        background-size: 100%; }
      #cps .cps-content-four .list-wrapper .list:nth-child(3) {
        background: url(../images/cps/logo_3.jpg) center no-repeat;
        background-size: 100%; }
      #cps .cps-content-four .list-wrapper .list:nth-child(4) {
        background: url(../images/cps/logo_4.jpg) center no-repeat;
        background-size: 100%; }
      #cps .cps-content-four .list-wrapper .list:nth-child(5) {
        background: url(../images/cps/logo_5.jpg) center no-repeat;
        background-size: 100%; }
      #cps .cps-content-four .list-wrapper .list:nth-child(6) {
        background: url(../images/cps/logo_6.jpg) center no-repeat;
        background-size: 100%; }

/* PC端 */
@media (min-width: 1024px) {
  .cps-banner {
    background: url(../images/cps/banner_pc.jpg) center no-repeat;
    background-size: 100% 100%;
    padding-bottom: 0; }
    .cps-banner .banner-first-paragraph {
      width: 760px;
      padding-bottom: 0; }
      .cps-banner .banner-first-paragraph .btn-login {
        width: 208px;
        height: 58px;
        line-height: 58px;
        font-size: 24px;
        border-radius: 58px;
        margin-top: 90px; }
      .cps-banner .banner-first-paragraph .login-box {
        width: 350px;
        padding: 27px 43px 23px;
        top: 30%; }
        .cps-banner .banner-first-paragraph .login-box .tit {
          font-size: 24px;
          margin-bottom: 22px; }
        .cps-banner .banner-first-paragraph .login-box .input {
          height: 36px;
          line-height: 36px;
          margin-bottom: 10px;
          padding-left: 10px;
          font-size: 18px;
          border-radius: 2px;
          border-width: 1px; }
        .cps-banner .banner-first-paragraph .login-box select.input,
        .cps-banner .banner-first-paragraph .login-box select.input.up {
          background-position: 225px center;
          background-size: 23px 12px; }
        .cps-banner .banner-first-paragraph .login-box .btnnArea {
          width: 100%;
          margin-top: 17px;
          display: flex;
          justify-content: center; }
          .cps-banner .banner-first-paragraph .login-box .btnnArea .btn {
            width: 95px;
            height: 40px;
            line-height: 40px;
            border-radius: 40px;
            font-size: 18px;
            border-width: 1px;
            letter-spacing: 2px; }
            .cps-banner .banner-first-paragraph .login-box .btnnArea .btn.btn-goLogin {
              margin-left: 25px;
              color: #ffffff;
              border-color: #3679f3;
              background-color: #3679f3; }
        .cps-banner .banner-first-paragraph .login-box .ll {
          margin-top: 39px;
          font-size: 18px; }

  #cps .cps-content-two .title {
    padding: 38px 0 47px; }
  #cps .cps-content-two .list-wrapper {
    padding: 0 47px;
    display: flex;
    flex-wrap: wrap; }
    #cps .cps-content-two .list-wrapper .list {
      width: 33.33%;
      margin-bottom: 35px; }
      #cps .cps-content-two .list-wrapper .list .tit {
        font-size: 24px;
        padding-top: 82px;
        margin-bottom: 20px; }
      #cps .cps-content-two .list-wrapper .list .tit {
        background-size: 73px 62px; }
      #cps .cps-content-two .list-wrapper .list:nth-child(2) .tit {
        background-size: 73px 62px; }
      #cps .cps-content-two .list-wrapper .list:nth-child(3) .tit {
        background-size: 73px 62px; }
      #cps .cps-content-two .list-wrapper .list:nth-child(4) .tit {
        background-size: 73px 62px; }
      #cps .cps-content-two .list-wrapper .list:nth-child(5) .tit {
        background-size: 73px 62px; }
      #cps .cps-content-two .list-wrapper .list:nth-child(6) .tit {
        background-size: 73px 62px; }
      #cps .cps-content-two .list-wrapper .list .text {
        font-size: 18px;
        line-height: 24px;
        color: #999999; }
  #cps .cps-content-new {
    padding-bottom: 0;
    background-color: #f6f6f6; }
    #cps .cps-content-new .title {
      padding-top: 19px;
      padding-bottom: 38px; }
    #cps .cps-content-new video {
      width: 1024px; }
  #cps .cps-content-three {
    padding-bottom: 0.46rem;
    background-color: #ffffff; }
    #cps .cps-content-three .title {
      padding-top: 19px;
      padding-bottom: 38px; }
    #cps .cps-content-three .list-wrapper {
      padding: 0 60px; }
      #cps .cps-content-three .list-wrapper .list {
        flex-shrink: 0;
        width: 427px;
        height: 285px; }
        #cps .cps-content-three .list-wrapper .list .tit {
          font-size: 24px;
          background: url(../images/cps/yy_pc_1.jpg) no-repeat center;
          background-size: 100% 100%; }
        #cps .cps-content-three .list-wrapper .list:nth-child(2) .tit {
          background: url(../images/cps/yy_pc_2.jpg) no-repeat center;
          background-size: 100% 100%; }
        #cps .cps-content-three .list-wrapper .list .text {
          padding: 0 25px;
          font-size: 18px;
          line-height: 30px; }
  #cps .cps-content-four {
    padding-top: 20px;
    position: relative; }
    #cps .cps-content-four::after {
      content: '';
      display: block;
      width: 100%;
      height: 20px;
      background-color: #f6f6f6;
      position: absolute;
      left: 0;
      top: 0; }
    #cps .cps-content-four .title {
      padding: 18px 0 30px; }
    #cps .cps-content-four .list-wrapper {
      padding: 0 100px; }
      #cps .cps-content-four .list-wrapper .list {
        width: 172px;
        height: 80px;
        margin-bottom: 30px;
        margin-right: 154px; }
        #cps .cps-content-four .list-wrapper .list:nth-child(1) {
          background: url(../images/cps/logo_pc_1.jpg) center no-repeat;
          background-size: 100%; }
        #cps .cps-content-four .list-wrapper .list:nth-child(2) {
          background: url(../images/cps/logo_pc_2.jpg) center no-repeat;
          background-size: 100%; }
        #cps .cps-content-four .list-wrapper .list:nth-child(3) {
          background: url(../images/cps/logo_pc_3.jpg) center no-repeat;
          background-size: 100%; }
        #cps .cps-content-four .list-wrapper .list:nth-child(4) {
          background: url(../images/cps/logo_pc_4.jpg) center no-repeat;
          background-size: 100%; }
        #cps .cps-content-four .list-wrapper .list:nth-child(5) {
          background: url(../images/cps/logo_pc_5.jpg) center no-repeat;
          background-size: 100%; }
        #cps .cps-content-four .list-wrapper .list:nth-child(6) {
          background: url(../images/cps/logo_pc_6.jpg) center no-repeat;
          background-size: 100%; } }
/* 移动端 */
.record-banner {
  width: 100%;
  background: url(../images/record/top-phone.png) center no-repeat;
  background-size: 100% 100%;
  height: 5.75rem;
  padding: 0 1rem;
  position: relative; }
  .record-banner h1 {
    transform: translateY(50%);
    color: #fff;
    size: 0.48rem;
    font-weight: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

#record {
  background-color: #FFF; }
  #record .record-content-two {
    width: 100%;
    margin-top: -0.22rem;
    text-align: center; }
    #record .record-content-two .tit {
      text-align: center;
      padding: 0.25rem 0 0.3rem; }
      #record .record-content-two .tit span {
        display: block; }
    #record .record-content-two .content-top img {
      width: 100%;
      height: 5.53em; }
    #record .record-content-two .content-bottom {
      width: 100%;
      height: 1.7rem;
      background: url(../images/record/组144@2x.png) center no-repeat;
      background-size: 100% 100%; }
      #record .record-content-two .content-bottom .textarea {
        display: none; }
  #record .record-content-six {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0; }
    #record .record-content-six .mob-pc {
      display: none; }
    #record .record-content-six .title {
      margin: 0.2rem auto 0.15rem; }
    #record .record-content-six img {
      position: absolute;
      top: 0.6rem;
      left: 0.3rem;
      width: 6.9rem; }
    #record .record-content-six .mob {
      display: block; }
    #record .record-content-six .pc {
      display: none; }
    #record .record-content-six .list_wrap {
      display: flex;
      flex-wrap: wrap;
      margin-top: 1.9rem;
      text-align: center;
      z-index: 10;
      width: 7.5rem;
      height: 9.63rem;
      background-color: #297dea;
      padding: 0.8rem 0 0.3rem; }
      #record .record-content-six .list_wrap .list {
        width: 2.5rem;
        justify-content: space-around;
        margin-bottom: 0.3rem; }
        #record .record-content-six .list_wrap .list .icon {
          display: block;
          width: 0.78rem;
          height: 0.78rem;
          margin: 0 auto; }
        #record .record-content-six .list_wrap .list .des {
          width: 2rem;
          font-size: 0.24rem;
          color: #fff;
          margin: 0 auto; }
      #record .record-content-six .list_wrap .list:nth-child(1) .icon {
        background: url(../images/record/icon1@2x-phone.png) center no-repeat;
        background-size: 0.78rem 0.78rem; }
      #record .record-content-six .list_wrap .list:nth-child(2) .icon {
        background: url(../images/record/icon2@2x-phone.png) center no-repeat;
        background-size: 0.78rem 0.78rem; }
      #record .record-content-six .list_wrap .list:nth-child(3) .icon {
        background: url(../images/record/icon3@2x-phone.png) center no-repeat;
        background-size: 0.78rem 0.78rem; }
      #record .record-content-six .list_wrap .list:nth-child(4) .icon {
        background: url(../images/record/icon4@2x-phone.png) center no-repeat;
        background-size: 0.78rem 0.78rem; }
      #record .record-content-six .list_wrap .list:nth-child(5) .icon {
        background: url(../images/record/icon5@2x-phone.png) center no-repeat;
        background-size: 0.78rem 0.78rem; }
      #record .record-content-six .list_wrap .list:nth-child(6) .icon {
        background: url(../images/record/icon6@2x-phone.png) center no-repeat;
        background-size: 0.78rem 0.78rem; }
      #record .record-content-six .list_wrap .list:nth-child(7) .icon {
        background: url(../images/record/icon7@2x-phone.png) center no-repeat;
        background-size: 0.78rem 0.78rem; }
  #record .record-content-eight {
    width: 100%;
    text-align: center;
    margin-bottom: 0.3rem; }
    #record .record-content-eight .title {
      margin: 0.2rem auto 0.15rem; }
    #record .record-content-eight video {
      vertical-align: middle;
      width: 100%; }
  #record .record-content-nine {
    width: 100%;
    text-align: center; }
    #record .record-content-nine .title {
      margin: 0.25rem auto 0.30rem; }
    #record .record-content-nine .lvshou-img {
      width: 6.99rem;
      margin: auto; }
      #record .record-content-nine .lvshou-img .lvshou-img1 {
        width: 100%;
        height: 4.18rem;
        text-align: center; }
      #record .record-content-nine .lvshou-img h3 {
        margin: 0.25rem auto 0.15rem;
        text-align: center; }
      #record .record-content-nine .lvshou-img p {
        color: #666666;
        font-size: 0.18rem;
        padding: 0 0.45rem; }
      #record .record-content-nine .lvshou-img .lvshou-img2 {
        margin: 0.17rem 0 0.35rem 0; }
    #record .record-content-nine .huaneng-img {
      width: 6.99rem;
      margin: auto;
      margin-top: 0.58rem; }
      #record .record-content-nine .huaneng-img .huaneng-img1 {
        width: 100%;
        height: 4.18rem;
        text-align: center; }
      #record .record-content-nine .huaneng-img h3 {
        margin: 0.25rem auto 0.15rem;
        text-align: center; }
      #record .record-content-nine .huaneng-img p {
        color: #666666;
        font-size: 0.18rem;
        padding: 0 0.45rem; }
      #record .record-content-nine .huaneng-img .huaneng-img2 {
        margin: 0.17rem 0 0.35rem 0; }
    #record .record-content-nine .secrecy-img {
      width: 6.99rem;
      margin: auto;
      margin-top: 0.58rem; }
      #record .record-content-nine .secrecy-img .secrecy-top {
        width: 100%;
        height: 2rem;
        background-color: #f6f6f6; }
        #record .record-content-nine .secrecy-img .secrecy-top span {
          font-size: 0.3rem; }
      #record .record-content-nine .secrecy-img .secrecy-img1 {
        margin: 0.17rem 0 0.35rem 0;
        width: 100%;
        margin-top: -0.5rem; }
      #record .record-content-nine .secrecy-img .secrecy-img2, #record .record-content-nine .secrecy-img .secrecy-img3 {
        display: none; }

/* pc端 */
@media (min-width: 1024px) {
  .record-banner {
    height: 100vh;
    padding: 0;
    background: url(../images/record/top-pc.png) center no-repeat;
    background-size: 100% 100%; }
    .record-banner h1 {
      transform: translateY(50%);
      color: #fff;
      size: 48px;
      font-weight: normal;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

  .mainBody.record {
    margin-top: 0; }

  #record .record-content-two {
    width: 100%;
    margin-top: 0;
    text-align: center;
    padding: 0; }
    #record .record-content-two .content-top {
      float: right;
      width: 877px;
      height: 569px; }
    #record .record-content-two .content-top img {
      width: 100%;
      height: 100%; }
    #record .record-content-two .tit {
      padding: 30px 0 30px; }
      #record .record-content-two .tit span {
        display: block; }
    #record .record-content-two .content-bottom {
      width: 147px;
      height: 569px;
      background: url(../images/record/组144.png) center no-repeat;
      background-size: 100% 100%; }
      #record .record-content-two .content-bottom .textarea {
        display: none; }
  #record .record-content-six {
    width: 100%;
    text-align: center;
    padding: 0; }
    #record .record-content-six .title {
      margin: 20px auto 25px; }
    #record .record-content-six .mob-pc {
      position: absolute;
      top: 45px;
      left: -22px;
      width: 1068px;
      height: 345px;
      display: block; }
    #record .record-content-six .mob {
      display: none; }
    #record .record-content-six .pc {
      display: block; }
    #record .record-content-six .list_wrap {
      display: flex;
      flex-wrap: wrap;
      margin-top: 290px;
      text-align: center;
      z-index: 10;
      width: 100%;
      height: 455px;
      background-color: #297dea;
      padding: 60px 0 10px; }
      #record .record-content-six .list_wrap .list {
        width: 256px;
        justify-content: space-around; }
        #record .record-content-six .list_wrap .list .icon {
          display: block;
          width: 65px;
          height: 65px;
          margin: 0 auto; }
        #record .record-content-six .list_wrap .list .des {
          width: 200px;
          font-size: 12px;
          color: #fff;
          margin: 10px auto 0; }
      #record .record-content-six .list_wrap .list:nth-child(1) .icon {
        background: url(../images/record/icon1-pc.png) center no-repeat;
        background-size: 65px 65px; }
      #record .record-content-six .list_wrap .list:nth-child(2) .icon {
        background: url(../images/record/icon2-pc.png) center no-repeat;
        background-size: 65px 65px; }
      #record .record-content-six .list_wrap .list:nth-child(3) .icon {
        background: url(../images/record/icon3-pc.png) center no-repeat;
        background-size: 65px 65px; }
      #record .record-content-six .list_wrap .list:nth-child(4) .icon {
        background: url(../images/record/icon4-pc.png) center no-repeat;
        background-size: 65px 65px; }
      #record .record-content-six .list_wrap .list:nth-child(5) .icon {
        background: url(../images/record/icon5-pc.png) center no-repeat;
        background-size: 65px 65px; }
      #record .record-content-six .list_wrap .list:nth-child(6) .icon {
        background: url(../images/record/icon6-pc.png) center no-repeat;
        background-size: 65px 65px; }
      #record .record-content-six .list_wrap .list:nth-child(7) .icon {
        background: url(../images/record/icon7-pc.png) center no-repeat;
        background-size: 65px 65px; }
  #record .record-content-eight {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
    #record .record-content-eight .title {
      margin: 20px auto 25px; }
    #record .record-content-eight video {
      vertical-align: middle;
      width: 100%; }
  #record .record-content-nine {
    width: 100%;
    text-align: center;
    margin-top: -60px; }
    #record .record-content-nine .title {
      margin: 25px auto 25px; }
    #record .record-content-nine .lvshou-img {
      width: 100%;
      height: 422px;
      margin: auto; }
      #record .record-content-nine .lvshou-img .lvshou-img1 {
        width: 50%;
        height: 418px;
        text-align: center;
        float: right; }
      #record .record-content-nine .lvshou-img .lvshou-left {
        float: left;
        width: 50%; }
        #record .record-content-nine .lvshou-img .lvshou-left h3 {
          margin: 25px auto 15px;
          text-align: center; }
        #record .record-content-nine .lvshou-img .lvshou-left p {
          color: #666666;
          font-size: 12px;
          padding: 0 45px; }
        #record .record-content-nine .lvshou-img .lvshou-left .lvshou-img2 {
          margin: 17px 0 35px 0; }
    #record .record-content-nine .huaneng-img {
      width: 100%;
      height: 422px;
      margin: auto;
      margin-top: 58px;
      display: flex; }
      #record .record-content-nine .huaneng-img .huaneng-img1 {
        width: 50%;
        height: 400px;
        text-align: center;
        flex: 1; }
      #record .record-content-nine .huaneng-img .huaneng-left {
        flex: 1;
        width: 50%; }
        #record .record-content-nine .huaneng-img .huaneng-left h3 {
          margin: 25px auto 15px;
          text-align: center; }
        #record .record-content-nine .huaneng-img .huaneng-left p {
          color: #666666;
          font-size: 12px;
          padding: 0 45px; }
        #record .record-content-nine .huaneng-img .huaneng-left .huaneng-img2 {
          margin: 17px 0 35px 0; }
    #record .record-content-nine .secrecy-img {
      width: 100%;
      margin-top: -20px;
      text-align: center;
      display: flex;
      flex-wrap: wrap; }
      #record .record-content-nine .secrecy-img .secrecy-top {
        width: 100%;
        height: 70px;
        position: relative;
        background-color: #f6f6f6; }
        #record .record-content-nine .secrecy-img .secrecy-top span {
          font-size: 24px;
          width: 100%;
          position: absolute;
          left: 50%;
          top: 20px;
          transform: translate(-50%); }
      #record .record-content-nine .secrecy-img .secrecy-img1 {
        display: none; }
      #record .record-content-nine .secrecy-img .secrecy-img2, #record .record-content-nine .secrecy-img .secrecy-img3 {
        width: 50%;
        height: 436px;
        display: block; }
      #record .record-content-nine .secrecy-img .secrecy-img2 {
        flex: 1; }
      #record .record-content-nine .secrecy-img .secrecy-img3 {
        flex: 1; } }

/*# sourceMappingURL=styles.css.map */
