<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(style_1.css);@charset "UTF-8";

.pageBody .global-Carousel {
  padding: 100px 0;
}

.pageBody .global-Carousel .title {
  font-size: 30px;
  color: #333;
  text-align: center;
  margin-bottom: 70px;
}

.pageBody .global-Carousel #slider {
  position: relative;
}

.pageBody .global-Carousel #slider .li__content {
  text-align: center;
}

.pageBody .global-Carousel #slider .li__content .name {
  font-size: 18px;
}

.pageBody .global-Carousel #slider .li__content .p2 {
  font-size: 16px;
}

.pageBody .global-Carousel #slider .flex-direction-nav a {
  position: absolute;
  top: 35%;
  display: block;
  width: 45px;
  height: 45px;
  outline: none;
  border-radius: 50%;
  border: 1px solid #999;
  text-align: center;
  color: #999;
}

.pageBody .global-Carousel #slider .flex-direction-nav a i {
  position: relative;
  font-size: 20px;
  top: 12px;
}

.pageBody .global-Carousel #slider .flex-direction-nav a:hover {
  border: 1px solid #086df5;
  color: #086df5;
}

.pageBody .global-Carousel #slider .flex-control-paging {
  position: static;
  margin-top: 24px;
}

.pageBody .global-Carousel #slider .flex-control-paging li {
  margin: 0 2px;
}

.pageBody .global-Carousel #slider .flex-control-paging li a {
  width: 4px;
  height: 4px;
  background: #c9caca;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

.pageBody .global-Carousel #slider .flex-control-paging li a.flex-active {
  width: 14px;
  background: #2ea7e0;
}

@media screen and (max-width: 751px) {
  .pageBody .global-Carousel .title {
    font-size: 26px;
  }

  .pageBody .global-Carousel #slider .li__content .p2 {
    font-size: 14px;
  }

  .pageBody .global-Carousel #slider .flex-direction-nav a {
    top: 0%;
    width: 24px;
    height: 24px;
    border: 1px solid #086df5;
  }

  .pageBody .global-Carousel #slider .flex-direction-nav a i {
    font-size: 12px;
    top: 1px;
    color: #086df5;
  }
}

.pageBody .bottom-box {
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: linear-gradient(100deg, #16c79e, #4f6df5);
  /* æ&nbsp;‡å‡†çš„è¯­æ³• */
  position: relative;
  overflow: hidden;
}

.pageBody .bottom-box:before {
  position: absolute;
  content: "";
  display: block;
  width: 2560px;
  left: 50%;
  margin-left: -1280px;
  top: -220px;
  background: #fff;
  height: 419px;
  border-radius: 61%;
}

.pageBody .bottom-box .list-box {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pageBody .bottom-box .list-box [class="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pageBody .bottom-box .list-box .box {
  height: 100%;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 22px #ccc;
          box-shadow: 0 0 22px #ccc;
  background: #fff;
  padding: 30px 32px;
  width: 98%;
  margin: 0 auto;
}

.pageBody .bottom-box .list-box .box img {
  text-align: center;
  margin-top: 10px;
}

.pageBody .bottom-box .list-box .box .title {
  font-size: 18px;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.pageBody .bottom-box .list-box .box ul {
  padding-top: 20px;
}

.pageBody .bottom-box .list-box .box ul li {
  position: relative;
  padding-left: 14px;
  padding-bottom: 20px;
}

.pageBody .bottom-box .list-box .box ul li:before {
  display: inline-block;
  content: '\2022';
  left: 0;
  position: absolute;
  color: #086df5;
}

.pageBody .bottom-box .list-box .box ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #666;
}

.pageBody .bottom-box .list-box .box ul li a:hover {
  color: #086df5;
}

.pageBody .bottom-box .list-box .box .more {
  display: inline-block;
  border: 1px solid #086df5;
  color: #086df5;
  border-radius: 4px;
  padding: 4px 10px;
  text-decoration: none;
}

.pageBody .bottom-box .list-box .box .more:hover {
  background: #086df5;
  color: #fff;
}

.pageBody .bottom-box .protection {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pageBody .bottom-box .protection .lbox {
  color: #fff;
  clear: both;
}

.pageBody .bottom-box .protection .lbox .left {
  float: left;
  width: 20%;
  text-align: center;
  margin-right: 20px;
}

.pageBody .bottom-box .protection .lbox .right {
  float: left;
  width: 70%;
}

@media screen and (max-width: 1080px) {
  .pageBody .bottom-box:before {
    width: 200%;
    margin-left: -100%;
  }
}

@media screen and (max-width: 751px) {
  .pageBody .bottom-box:before {
    height: 85%;
  }

  .pageBody .bottom-box .list-box {
    display: block;
  }

  .pageBody .bottom-box .list-box .box {
    margin-bottom: 20px;
  }

  .pageBody .bottom-box .protection .lbox {
    margin-bottom: 10px;
    min-height: 70px;
  }
}

.pageBody .bottom-box {
  background: #fff;
}

.pageBody .bottom-box:before {
  display: none;
}

.pageBody {
  background: #fff;
}

.pageBody .banner-box {
  padding-top: 180px;
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: linear-gradient(135deg, #327f5d, #59be7c);
  /* æ&nbsp;‡å‡†çš„è¯­æ³• */
  position: relative;
  overflow: hidden;
  padding-bottom: 53px;
  color: #fff;
}

.pageBody .banner-box .title {
  font-size: 40px;
  margin-bottom: 20px;
}

.pageBody .banner-box ul li {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}

.pageBody .banner-box ul li:before {
  content: '\2022';
  position: absolute;
  left: 0;
}

.pageBody .banner-box .left {
  padding: 0px 0 0;
}

.pageBody .banner-box .link-box {
  margin-top: 40px;
}

.pageBody .banner-box .link-box .down {
  display: inline-block;
  background: #086df5;
  color: #fff;
  margin-right: 10px;
  padding: 0px 27px;
  border-radius: 6px;
  font-size: 18px;
  position: relative;
}

.pageBody .banner-box .link-box .down i {
  margin-left: 10px;
}

.pageBody .banner-box .link-box .down:hover .hide-cont {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.pageBody .banner-box .link-box .down .surface {
  padding: 10px 16px;
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  width: 100%;
  font-size: 18px;
}

.pageBody .banner-box .link-box .down .hide-cont {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 200ms;
  transition: 200ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background: #086df5;
}

.pageBody .banner-box .link-box .down .hide-cont a {
  color: #fff6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80%;
  border-radius: unset;
  text-decoration: none;
}

.pageBody .banner-box .link-box .down .hide-cont a em {
  margin-right: 10px;
}

.pageBody .banner-box .link-box .down .hide-cont a:nth-child(2) {
  border-left: 1px dashed rgba(247, 248, 248, 0.77);
}

.pageBody .banner-box .link-box .down .hide-cont a:hover {
  color: #fff;
}

.pageBody .banner-box .link-box .buy {
  background: #ffa800;
  display: inline-block;
  color: #fff;
  padding: 10px 40px;
  border-radius: 6px;
  font-size: 18px;
  text-decoration: none;
}

.pageBody .banner-box .link-box .buy:hover {
  background: #ee9d00;
}

.pageBody .banner-box:after {
  position: absolute;
  content: "";
  display: block;
  width: 2560px;
  left: 50%;
  margin-left: -1280px;
  bottom: -330px;
  background: #fff;
  height: 419px;
  border-radius: 61%;
}

.pageBody .banner-box .right {
  position: relative;
  z-index: 1;
  text-align: right;
  padding: 0;
}

.pageBody .banner-box .left ul {
  margin-top: 20px;
}

@media screen and (max-width: 1281px) {
  .pageBody .banner-box .left {
    padding: 0px 0 0;
  }

  .pageBody .banner-box .link-box {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1080px) {
  .pageBody .banner-box {
    padding-top: 96px;
    text-align: center;
  }

  .pageBody .banner-box:after {
    width: 140%;
    margin-left: -70%;
    height: 300px;
    bottom: -214px;
  }

  .pageBody .banner-box .link-box {
    margin-bottom: 40px;
  }

  .pageBody .banner-box .link-box .down,
  .pageBody .banner-box .link-box .more {
    padding: 0 18px;
  }
}

.pageBody .part2-adr .title {
  font-size: 30px;
  text-align: center;
  color: #333;
}

.pageBody .part2-adr .select-box {
  max-width: 840px;
  margin: 0 auto 0;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}

.pageBody .part2-adr .select-box:after {
  content: "";
  clear: both;
  display: block;
}

.pageBody .part2-adr .select-box ul {
  text-align: center;
}

.pageBody .part2-adr .select-box ul li {
  position: relative;
  top: 1px;
  display: inline-block;
  border: 1px solid #e7e7e7;
  padding: 10px 26px;
  margin-right: 24px;
  background: #f6f6f6;
  cursor: pointer;
}

.pageBody .part2-adr .select-box ul li.active {
  z-index: 1;
  border-bottom: 1px solid #fff;
  background: #fff;
}

.pageBody .part2-adr .select-box ul li a {
  color: #44a867;
  text-decoration: none;
}

.pageBody .part2-adr .select-box ul li a i {
  margin-right: 10px;
  font-size: 20px;
  position: relative;
  top: 3px;
}

.pageBody .part2-adr .select-content {
  max-width: 840px;
  margin: 0 auto;
}

.pageBody .part2-adr .select-content .con-box {
  display: none;
  margin-top: 70px;
}

.pageBody .part2-adr .select-content .con-box.active {
  display: block;
}

.pageBody .part2-adr .select-content .con-box .img-box {
  float: left;
  width: 50%;
}

.pageBody .part2-adr .select-content .con-box .list {
  float: left;
  width: 50%;
  padding: 60px 70px;
}

.pageBody .part2-adr .select-content .con-box .list .list-title {
  font-size: 22px;
  margin-bottom: 20px;
}

.pageBody .part2-adr .select-content .con-box .list ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}

.pageBody .part2-adr .select-content .con-box .list ul li div.circle {
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
}

.pageBody .part2-adr .select-content .con-box .list ul li div.circle span {
  font-style: normal;
  display: block;
  position: absolute;
  width: 16px;
  text-align: center;
  left: 3px;
  top: 3px;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 50%;
  background: #44a867;
  color: #fff;
}

.pageBody .part2-adr .select-content .con-box .list ul li div.circle.step1 .leftcircle {
  -webkit-animation: circle_left1 5s linear 1;
          animation: circle_left1 5s linear 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.pageBody .part2-adr .select-content .con-box .list ul li div.circle.step1 .rightcircle {
  -webkit-animation: none 5s linear 1;
          animation: none 5s linear 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.pageBody .part2-adr .select-content .con-box .list ul li div.circle.step2 .leftcircle {
  -webkit-animation: circle_left 5s linear 1;
          animation: circle_left 5s linear 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.pageBody .part2-adr .select-content .con-box .list ul li div.circle.step2 .rightcircle {
  -webkit-animation: circle_right2 5s linear 1;
          animation: circle_right2 5s linear 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.pageBody .part2-adr .select-content .con-box .list ul li div.circle .right {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}

.pageBody .part2-adr .select-content .con-box .list ul li div.circle .rightcircle {
  width: 200%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 2px solid #44a867;
  border-right: 2px solid #44a867;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-animation: circle_right 5s linear 1;
          animation: circle_right 5s linear 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.pageBody .part2-adr .select-content .con-box .list ul li div.circle .left {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.pageBody .part2-adr .select-content .con-box .list ul li div.circle .leftcircle {
  width: 200%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 2px solid #44a867;
  border-left: 2px solid #44a867;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-animation: circle_left 5s linear 1;
          animation: circle_left 5s linear 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.pageBody .part3-adr {
  background: #f4faf6;
  padding: 90px 0;
}

.pageBody .part3-adr .title {
  color: #333;
  text-align: center;
  font-size: 30px;
}

.pageBody .part3-adr .scroll-box {
  margin-top: 70px;
}

.pageBody .part3-adr .scroll-box .scroll-left {
  float: left;
  width: 30%;
}

.pageBody .part3-adr .scroll-box .scroll-left .s-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #333;
}

.pageBody .part3-adr .scroll-box .scroll-left .scroll-list {
  padding-left: 10px;
}

.pageBody .part3-adr .scroll-box .scroll-left .scroll-list .list-box .select {
  position: relative;
  top: 23px;
  left: -23px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 18px;
  height: 18px;
  border: 1px solid #bbd5fa;
}

.pageBody .part3-adr .scroll-box .scroll-left .scroll-list .list-box .select:before {
  content: "\25CF";
  width: 18px;
  height: 18px;
  padding: 1px;
  border-radius: 50%;
  line-height: 11px;
  text-align: center;
  color: #086df5;
  font-size: 20px;
}

.pageBody .part3-adr .scroll-box .scroll-left .scroll-list .list-box p {
  margin-bottom: 40px;
}

.pageBody .part3-adr .scroll-box .scroll-right {
  float: left;
  width: 70%;
  position: relative;
  z-index: 1;
}

.pageBody .part3-adr .scroll-box .scroll-right:before {
  content: '';
  top: -93px;
  left: -100px;
  z-index: -2;
  display: block;
  position: absolute;
  background: url("../images/jia2.png") no-repeat;
  width: 245px;
  height: 253px;
}

.pageBody .part3-adr .scroll-box .scroll-right:after {
  content: '';
  bottom: -90px;
  right: -175px;
  z-index: -2;
  display: block;
  position: absolute;
  background: url("../images/jia.png") no-repeat;
  width: 245px;
  height: 253px;
}

.pageBody .part3-adr .scroll-box .scroll-right .img-box {
  display: none;
  text-align: right;
}

.pageBody .part3-adr .scroll-box .scroll-right .img-box.active {
  display: block;
}

.pageBody .part3-adr .scroll-box .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 6px;
  padding: 36px 22px 16px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px #ccc;
          box-shadow: 0 0 8px #ccc;
}

.pageBody .part3-adr .scroll-box .flex-box .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 125px;
          flex: 0 0 125px;
  text-align: center;
  margin-bottom: 18px;
  text-decoration: none;
}

.pageBody .part3-adr .scroll-box .flex-box .item img {
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin-bottom: 10px;
  width: 50px;
}

.pageBody .part3-adr .scroll-box .flex-box .item span {
  display: block;
  color: #333;
}

.pageBody .part3-adr .scroll-box .flex-box .item:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.pageBody .part4-adr {
  padding: 60px 0;
}

.pageBody .part4-adr .title {
  font-size: 30px;
  color: #333;
  text-align: center;
}

.pageBody .part4-adr .list-box {
  margin: 80px auto 0;
}

.pageBody .part4-adr .list-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
  height: 108px;
  border-radius: 6px;
  position: relative;
  text-decoration: none;
}

.pageBody .part4-adr .list-box a:before {
  content: "";
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #5ab078;
  -webkit-transition: 200ms;
  transition: 200ms;
  border-radius: 6px;
}

.pageBody .part4-adr .list-box a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.pageBody .part4-adr .list-box a:hover .list-con {
  z-index: 1;
}

.pageBody .part4-adr .list-box a:hover .list-con i {
  color: #fff;
}

.pageBody .part4-adr .list-box a:hover .right {
  z-index: 1;
}

.pageBody .part4-adr .list-box a:hover .right .r-title {
  color: #fff;
}

.pageBody .part4-adr .list-box a:hover .right i {
  color: #fff;
}

.pageBody .part4-adr .list-box a i {
  font-style: normal;
}

.pageBody .part4-adr .list-box .list_box {
  margin-bottom: 20px;
}

.pageBody .part4-adr .list-box .list_box .list-con {
  text-align: center;
  width: 86px;
  height: 100%;
}

.pageBody .part4-adr .list-box .list_box .list-con i {
  display: inline-block;
  font-size: 60px;
  padding-top: 22px;
  color: #44a867;
}

.pageBody .part4-adr .list-box .list_box .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 74%;
          flex: 0 1 74%;
}

.pageBody .part4-adr .list-box .list_box .right .r-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  display: block;
}

.pageBody .part4-adr .list-box .list_box .right i {
  color: #333;
}

.pageBody .part_add_list {
  background: url("../images/idr-list-bg.png");
  padding: 30px 0 50px;
}

.pageBody .part_add_list .list-box {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pageBody .part_add_list .list-box [class="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pageBody .part_add_list .list-box .box {
  height: 100%;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 22px #ccc;
          box-shadow: 0 0 22px #ccc;
  background: #fff;
  padding: 30px 32px;
  width: 98%;
  margin: 0 auto;
}

.pageBody .part_add_list .list-box .box .top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.pageBody .part_add_list .list-box .box .top-box img {
  text-align: center;
  margin-top: 10px;
}

.pageBody .part_add_list .list-box .box .top-box .title {
  font-size: 18px;
  margin-left: 20px;
}

.pageBody .part_add_list .list-box .box ul {
  padding-top: 20px;
}

.pageBody .part_add_list .list-box .box ul li {
  position: relative;
  padding-left: 14px;
  padding-bottom: 14px;
}

.pageBody .part_add_list .list-box .box ul li:before {
  display: inline-block;
  content: '\2022';
  left: 0;
  position: absolute;
  color: #12aa58;
}

.pageBody .part_add_list .list-box .box ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #666;
}

.pageBody .part_add_list .list-box .box ul li a:hover {
  color: #12aa58;
}

.pageBody .part_add_list .list-box .box .more {
  display: inline-block;
  border: 1px solid #12aa58;
  color: #12aa58;
  border-radius: 4px;
  padding: 4px 10px;
  text-decoration: none;
}

.pageBody .part_add_list .list-box .box .more:hover {
  background: #12aa58;
  color: #fff;
}

.pageBody .part4 {
  padding: 60px 0;
  background: #f2f8f5;
}

.pageBody .part4 .title {
  font-size: 30px;
  text-align: center;
  color: #333;
}

.pageBody .part4 p {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  color: #666666;
}

.pageBody .part4 .link-box {
  margin-top: 30px;
}

.pageBody .part4 .link-box .down-box .down_one {
  margin: 0 auto;
}

.pageBody .part4 .link-box .down-box .down_two {
  color: #3097D1;
  text-align: center;
  display: block;
  width: 300px;
  margin: 20px auto 0;
}

.pageBody .part4 .button-box {
  margin-top: 60px;
  text-align: center;
}

.pageBody .part4 .button-box .down {
  display: inline-block;
  background: #086df5;
  color: #fff;
  margin-right: 10px;
  padding: 0px 27px;
  border-radius: 6px;
  font-size: 18px;
  position: relative;
}

.pageBody .part4 .button-box .down i {
  margin-left: 10px;
}

.pageBody .part4 .button-box .down:hover .hide-cont {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.pageBody .part4 .button-box .down .surface {
  padding: 10px 7px;
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  width: 100%;
  font-size: 18px;
}

.pageBody .part4 .button-box .down .hide-cont {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 200ms;
  transition: 200ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background: #086df5;
}

.pageBody .part4 .button-box .down .hide-cont a {
  color: #fff6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80%;
  border-radius: unset;
  text-decoration: none;
}

.pageBody .part4 .button-box .down .hide-cont a em {
  margin-right: 10px;
}

.pageBody .part4 .button-box .down .hide-cont a:nth-child(2) {
  border-left: 1px dashed rgba(247, 248, 248, 0.77);
}

.pageBody .part4 .button-box .down .hide-cont a:hover {
  color: #fff;
}

.pageBody .part4 .button-box .buy {
  background: #ffa800;
  display: inline-block;
  color: #fff;
  padding: 10px 40px;
  border-radius: 6px;
  font-size: 18px;
  text-decoration: none;
}

.pageBody .part4 .button-box .buy:hover {
  background: #ee9d00;
}

.bottom {
  margin: 40px auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bottom .help-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 35%;
}

.bottom .help-box img {
  width: 64px;
}

.bottom .help-box .text-box {
  margin-left: 20px;
  width: 60%;
}

.bottom .help-box .text-box &gt; h3 {
  font-size: 18px;
  color: #000;
}

.bottom .help-box .text-box &gt; span {
  font-size: 14px;
  color: #999999;
}

@media screen and (max-width: 1024px) {
  .pageBody .banner-box ul li {
    text-align: center;
  }

  .pageBody .banner-box ul li:before {
    display: none;
  }

  .bottom {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .pageBody .banner-box .title {
    font-size: 28px;
  }

  .pageBody .part4 .button-box .down {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .pageBody .part2-adr .select-box ul li {
    width: 150px;
    margin-right: 10px;
    padding: 10px 10px;
  }

  .pageBody .part2-adr .select-content .con-box .img-box {
    float: unset;
    width: 100%;
  }

  .pageBody .part2-adr .select-content .con-box .list {
    float: unset;
    width: 100%;
    padding: 60px 45px;
  }

  .pageBody .banner-box .left ul {
    width: 90%;
    margin: 20px auto 0;
  }

  .pageBody .part_add_list .list-box {
    display: block;
  }

  .pageBody .part_add_list .list-box .col-sm-4 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 420px) {
  .pageBody .banner-box .link-box .down {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .pageBody .banner-box .link-box .down .surface {
    padding: 10px 20px;
  }

  .pageBody .part3-adr .scroll-box .flex-box .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .bottom .help-box {
    width: 100%;
    margin-bottom: 30px;
  }
}

.pageBody .global-Carousel #slider .flex-direction-nav a:hover {
  border: 1px solid #44a867;
  color: #44a867;
}

@-webkit-keyframes circle_right {
  50% {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes circle_right {
  50% {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes circle_right2 {
  50% {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }

  100% {
    -webkit-transform: rotate(105deg);
            transform: rotate(105deg);
  }
}

@keyframes circle_right2 {
  50% {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }

  100% {
    -webkit-transform: rotate(105deg);
            transform: rotate(105deg);
  }
}

@-webkit-keyframes circle_left1 {
  0% {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }

  50%, 100% {
    -webkit-transform: rotate(105deg);
            transform: rotate(105deg);
  }
}

@keyframes circle_left1 {
  0% {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }

  50%, 100% {
    -webkit-transform: rotate(105deg);
            transform: rotate(105deg);
  }
}

@-webkit-keyframes circle_left {
  0% {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }

  50%, 100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes circle_left {
  0% {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }

  50%, 100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}


</pre></body></html>