@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #dacece;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@font-face {
  font-family: "NewYouk";
  src: url("../fonts/NewYouk.otf") format("truetype"); }
body {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif, NewYouk; }

p {
  margin: 0; }

ul, li, dl, dt, dd {
  list-style: none;
  padding: 0;
  margin: 0; }

.page-container {
  display: flex;
  flex-direction: column;
  align-items: center; }

.page-wrap {
  width: 1920px;
  display: flex;
  flex-direction: column; }

.header {
  display: flex;
  flex-direction: row;
  position: sticky;
  top: 0;
  justify-content: center;
  z-index: 999;
  background: #fff; }
  .header-wrap {
    width: 1920px;
    display: flex;
    flex-direction: row;
    padding: 0 60px; }
  .header .navigation {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    font-size: 22px;
    font-weight: 700; }
    .header .navigation ul {
      display: flex;
      flex-direction: row; }
    .header .navigation li {
      display: flex;
      margin: 20px;
      padding-bottom: 10px;
      position: relative;
      font-family: SourceHanSerifSC-Bold, "微软雅黑"; }
      .header .navigation li.current {
        color: #319328; }
        .header .navigation li.current:after {
          content: " ";
          bottom: -2px;
          height: 3px;
          background-color: #22ac38;
          transition: all .2s;
          -webkit-transition: all .2s;
          display: block;
          position: absolute;
          left: 0;
          right: 0; }
  .header .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }

.feature-title {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center; }

.feature {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 40px; }
  .feature .feature-item {
    margin: 0 20px;
    width: 326px;
    height: 280px;
    background-image: url("../images/feature/feature-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .feature .feature-item .title {
      background-image: url("../images/feature/feature-title-bg.png");
      background-size: 100%;
      width: 90px;
      height: 90px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      color: #197028; }
    .feature .feature-item:hover {
      background-image: url("../images/feature/feature-bg-hover.png");
      color: #fff; }
      .feature .feature-item:hover .title {
        background-image: url("../images/feature/feature-title-hover.png"); }
    .feature .feature-item dl {
      margin-top: 10px; }
    .feature .feature-item dt {
      font-weight: 700;
      line-height: 1.8; }

.slider {
  margin-top: 20px; }
  .slider-item {
    display: none; }
    .slider-item:first-child {
      display: block; }

.fun {
  display: flex;
  flex-direction: column;
  background-color: #f5f8f2;
  flex: 1;
  margin-top: 40px; }
  .fun-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 60px; }
  .fun-wrap {
    display: flex;
    flex-direction: column;
    margin: 40px 120px;
    flex: 1; }
  .fun-item {
    display: flex;
    flex-direction: row;
    display: none; }
    .fun-item:first-child {
      display: block; }
    .fun-item-wrap {
      display: flex;
      flex-direction: row; }
      .fun-item-wrap .left {
        width: 720px; }
      .fun-item-wrap .right {
        background-color: #fff;
        padding: 40px;
        flex: 1;
        line-height: 2;
        background-image: url("../images/fun/right-bg.png");
        background-repeat: no-repeat;
        background-size: 100%;
        width: 957px; }
      .fun-item-wrap .sub-title {
        color: #999; }
      .fun-item-wrap .title {
        color: #296450;
        font-size: 28px;
        font-weight: bold; }
      .fun-item-wrap .main {
        border-top: 1px solid #e9e9e9;
        padding-top: 20px;
        font-size: 20px;
        width: 530px; }

.partner {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  width: 1600px; }
  .partner-title {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .partner-line1 {
    margin-top: 40px;
    display: flex;
    flex-direction: row; }
    .partner-line1 .main {
      margin-top: 100px;
      font-size: 20px;
      padding: 40px;
      line-height: 1.5;
      color: #333; }
    .partner-line1-item1 {
      background-image: url("../images/partner/01.png");
      background-repeat: no-repeat;
      background-size: 100%;
      width: 400px;
      height: 400px; }
    .partner-line1-item2 {
      background-image: url("../images/partner/02.png");
      background-repeat: no-repeat;
      background-size: 100%;
      width: 400px;
      height: 400px; }
    .partner-line1-img {
      background-image: url("../images/partner/img01.png");
      background-repeat: no-repeat;
      flex: 1;
      min-height: 400px;
      background-position: right bottom; }
  .partner-line2 {
    display: flex;
    flex-direction: row; }
    .partner-line2-left {
      background-image: url("../images/partner/img02.png");
      background-repeat: no-repeat;
      flex: 1; }
    .partner-line2-right {
      flex: 1;
      display: flex;
      flex-direction: column;
      width: 800px; }
    .partner-line2-row {
      display: flex;
      flex-direction: row; }
    .partner-line2-item {
      flex: 1;
      display: flex;
      flex-direction: row;
      background-repeat: no-repeat;
      height: 400px; }
      .partner-line2-item .main {
        padding: 60px;
        margin-top: 80px;
        font-size: 18px; }
    .partner-line2-item1 {
      background-image: url("../images/partner/03.png"); }
    .partner-line2-item2 {
      background-image: url("../images/partner/img03.png"); }
    .partner-line2-item3 {
      background-image: url("../images/partner/img04.png"); }
    .partner-line2-item4 {
      background-image: url("../images/partner/04.png");
      color: #fff; }

.support {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  height: 940px;
  background-image: url("../images/support/bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative; }
  .support-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px; }
  .support .support-bg {
    position: absolute;
    left: 50%;
    top: 200px;
    margin-left: -285px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .support .support-bg-wrap {
      width: 570px;
      height: 570px;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    .support .support-bg1 {
      background-image: url("../images/support/bg1.png");
      background-repeat: no-repeat;
      width: 570px;
      height: 570px;
      position: absolute; }
    .support .support-bg2 {
      background-image: url("../images/support/bg2.png");
      background-repeat: no-repeat;
      width: 460px;
      height: 460px;
      position: absolute; }
  .support-main {
    display: flex;
    flex-direction: row; }
    .support-main-wrap {
      flex: 1;
      display: flex;
      flex-direction: column; }
  .support .indent1, .support .indent6 {
    margin-left: 90px; }
  .support .indent2, .support .indent5 {
    margin-left: 230px; }
  .support .indent4, .support .indent3 {
    margin-left: 290px; }
  .support .indent12, .support .indent7 {
    margin-right: 90px; }
  .support .indent11, .support .indent8 {
    margin-right: 230px; }
  .support .indent10, .support .indent9 {
    margin-right: 290px; }
  .support .support-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 60px; }
    .support .support-item .title {
      font-family: SourceHanSerifSC-SemiBold, "微软雅黑";
      color: #306b54;
      margin-right: 20px;
      font-size: 32px; }
    .support .support-item .label {
      align-items: flex-end;
      font-size: 20px; }
  .support .left {
    align-items: flex-end; }
    .support .left .title {
      margin-left: 20px; }

.smart-device {
  display: flex;
  flex-direction: column; }
  .smart-device-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px; }
  .smart-device-wrap {
    margin-top: 40px;
    display: flex;
    flex-direction: row; }

.case {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .case-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px; }
  .case-wrap {
    margin-top: 40px;
    display: flex;
    flex-direction: row; }
  .case-item {
    margin: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .case-item .title {
      font-size: 20px;
      padding: 10px 0; }

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px; }
  .footer-wrap {
    width: 1920px;
    border-top: 4px solid #2e6653;
    display: flex;
    flex-direction: column;
    background-image: url("../images/footer/bg.png");
    background-repeat: no-repeat;
    background-size: 100%; }
    .footer-wrap .main {
      margin: 40px 100px;
      display: flex;
      flex-direction: row;
      align-items: center; }
      .footer-wrap .main .email {
        flex: 1; }
      .footer-wrap .main .addr {
        display: flex;
        flex-direction: row;
        align-items: center; }
        .footer-wrap .main .addr p {
          margin-left: 10px; }
      .footer-wrap .main .tel {
        display: flex;
        flex-direction: row;
        margin: 0 40px; }
        .footer-wrap .main .tel p {
          padding: 0;
          margin: 0; }
        .footer-wrap .main .tel .info {
          margin-left: 40px;
          font-size: 30px;
          line-height: 1.5; }
          .footer-wrap .main .tel .info .title {
            color: #666; }
        .footer-wrap .main .tel .img {
          display: flex;
          flex-direction: column;
          align-items: center;
          border-right: 1px solid #b0c5b8;
          padding-right: 20px; }
          .footer-wrap .main .tel .img .text {
            writing-mode: vertical-rl;
            /* 从上到下，从右到左 */
            transform: rotate(180deg);
            /* 修正文字方向 */
            margin-top: 5px;
            color: #ccc; }
    .footer-wrap .copyr {
      border-top: 1px solid #3f6556;
      margin: 0 60px;
      line-height: 2; }
  .footer .qrcode {
    display: flex;
    flex-direction: row; }
    .footer .qrcode-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: 0 10px;
      line-height: 1.8; }

/*# sourceMappingURL=common.css.map */
