@import url(style_1.css);@charset "UTF-8";

.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, #2faa93, #2f94ac);
  /* 标准的语法 */
  position: relative;
  overflow: hidden;
  padding-bottom: 53px;
  color: #fff;
}

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

.pageBody .banner-box ul {
  margin-top: 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: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.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%;
  z-index: 1;
}

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

.pageBody .productNavRelative {
  position: relative;
  /* 隐藏了 guid 等等的下拉*/
  display: none;
}

.pageBody .productNavRelative,
.pageBody .productNavRelative .productNav {
  height: 68px;
}

.pageBody .productNav .flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.pageBody .productNav .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.pageBody .productNav .container .productLogo a {
  color: #4285f4;
  display: inline-block;
  padding: 20px 0;
  text-decoration: none;
  max-width: 0;
  opacity: 0;
  white-space: nowrap;
}

.pageBody .productNav .container .productNavColumn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 12px;
  text-align: center;
}

.pageBody .productNav .container .productNavColumn .nav-tabs {
  display: inline-block;
  height: 68px;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pageBody .productNav .container .productNavColumn .nav-tabs > li {
  float: left;
  position: relative;
  display: block;
}

.pageBody .productNav .container .productNavColumn .nav-tabs > li i {
  display: none;
}

.pageBody .productNav .container .productNavColumn .nav-tabs > li.active > a {
  color: #12aa58;
  background-color: #fff;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  cursor: default;
}

.pageBody .productNav .container .productNavColumn .active {
  color: #12aa58;
  border-bottom: 4px solid #12aa58;
}

.pageBody .productNav .container .productNavColumn .active a {
  border-top: 0 !important;
}

.pageBody .productNav .container .productNavColumn li {
  margin: 0 20px;
}

.pageBody .productNav .container .productNavColumn a {
  font-size: 14px;
  color: #666666;
  padding: 20px 5px !important;
  text-decoration: none;
  margin: 0 !important;
  display: inline-block;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}

.pageBody .productNav .container .productNavColumn a:hover {
  color: #12aa58;
  border-bottom: 4px solid #12aa58 !important;
  background: #fff !important;
}

.pageBody .productNav .container .productNavBTN {
  opacity: 0;
  max-width: 0;
}

.pageBody .productNav .container .productNavBTN a {
  margin-top: 15px;
}

.pageBody .productNav .container .productNavBTN .productBannerBTNColumn {
  white-space: nowrap;
}

.pageBody .productNav .container .productNavBTN .productBannerBTNColumn .productBoard-btn {
  min-width: 140px;
  font-size: 14px;
  height: 43px;
  background: #4285f4;
  border-radius: 5px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-align: center;
  padding: 12px 25px;
}

.pageBody .productNavFix {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 16;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

.pageBody .productNavFix .container .productNavBTN {
  opacity: 1;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

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

.pageBody .part2-dr .title-desc {
  text-align: center;
  font-size: 18px;
  color: #666;
  margin: 14px 0 60px;
}

.pageBody .part2-dr .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pageBody .part2-dr .flex-box .item-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 14px #ccc;
          box-shadow: 0 0 14px #ccc;
  text-align: center;
  margin-bottom: 50px;
  height: 200px;
  position: relative;
}

.pageBody .part2-dr .flex-box .item-box:hover .hide-box {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.pageBody .part2-dr .flex-box .item-box .show-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pageBody .part2-dr .flex-box .item-box .show-box img {
  height: 62px;
  margin-bottom: 8px;
}

.pageBody .part2-dr .flex-box .item-box .show-box p {
  font-size: 16px;
  color: #333;
}

.pageBody .part2-dr .flex-box .item-box .hide-box {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: scale(0);
          transform: scale(0);
  background: linear-gradient(135deg, #2faa93, #2f94ac);
  height: 100%;
  -webkit-transition: 200ms;
  transition: 200ms;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 24px;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.pageBody .part2-dr .flex-box .item-box .hide-box p {
  font-size: 14px;
}

.pageBody .part2-dr .flex-box .item-box .hide-box .title {
  margin-bottom: 20px;
  font-size: 16px;
}

.pageBody .part2-dr .flex-box .item-box .hide-box:after {
  position: absolute;
  content: '';
  background: url("../images/dr-p1-1.svg") no-repeat;
  background-size: 100%;
  width: 100px;
  height: 120px;
  bottom: -64px;
  right: -22px;
  z-index: -1;
}

.pageBody .part2-dr .flex-box .item-box:nth-child(2) .hide-box:after {
  background: url("../fonts/dr-p1-2.svg") no-repeat;
}

.pageBody .part2-dr .flex-box .item-box:nth-child(3) .hide-box:after {
  background: url("../fonts/dr-p1-3.svg") no-repeat;
}

.pageBody .part2-dr .flex-box .item-box:nth-child(4) .hide-box:after {
  background: url("../fonts/dr-p1-4.svg") no-repeat;
}

.pageBody .part2-dr .flex-box .item-box:nth-child(5) .hide-box:after {
  background: url("../fonts/dr-p1-5.svg") no-repeat;
}

.pageBody .part2-dr .flex-box .item-box:nth-child(6) .hide-box:after {
  background: url("../fonts/dr-p1-6.svg") no-repeat;
}

.pageBody .part3-dr {
  background: url("../images/banner.jpg") no-repeat center;
  text-align: center;
  color: #fff;
  padding: 60px 0;
}

.pageBody .part3-dr .title-h1 {
  font-size: 30px;
}

.pageBody .part3-dr .desc {
  font-size: 18px;
  margin: 20px 60px;
}

.pageBody .part3-dr .row {
  padding: 37px 0 40px;
}

.pageBody .part3-dr .row .box-no-float {
  display: inline-block;
  padding: 0 30px;
  height: 90px;
  vertical-align: top;
}

.pageBody .part3-dr .row .box-no-float span {
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pageBody .part3-dr .row .box-no-float span img {
  height: 42px;
  max-width: 44px;
}

.pageBody .part3-dr .row .box-no-float .p2 {
  margin-top: 20px;
}

.pageBody .part4-dr {
  padding: 70px 0;
}

.pageBody .part4-dr .title-h3 {
  text-align: center;
  font-size: 30px;
  color: #333;
  margin-bottom: 60px;
}

.pageBody .part4-dr .row .box.box-bg {
  width: 308px;
  background: linear-gradient(135deg, #2faa93, #2f94ac);
  border-color: #2faa93;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.pageBody .part4-dr .row .box.box-bg img {
  display: none;
}

.pageBody .part4-dr .row .box.box-bg .p2 {
  display: none;
}

.pageBody .part4-dr .row .box.box-bg .hover-div {
  font-size: 14px;
  color: #fff;
  margin: 0 auto 0;
  display: block;
}

.pageBody .part4-dr .row .box {
  padding: 50px 30px;
  float: left;
  width: 154px;
  margin-top: 0;
  margin-right: 0;
  height: 184px;
  text-align: center;
  border: 1px solid #E0E0E0;
  border-left: none;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  cursor: pointer;
}

.pageBody .part4-dr .row .box img {
  height: 44px;
  margin-bottom: 20px;
}

.pageBody .part4-dr .row .box .hover-div {
  display: none;
}

.pageBody .part5-dr {
  background: #f7f8fc;
  padding: 60px 0;
}

.pageBody .part5-dr .title-h3 {
  font-size: 30px;
  color: #333;
  text-align: center;
  margin-bottom: 60px;
}

.pageBody .part5-dr .left {
  width: 30%;
  float: left;
}

.pageBody .part5-dr .left .p1 {
  margin-bottom: 20px;
  width: 69%;
  font-size: 18px;
  color: #333;
  margin: 0 auto 36px;
  text-align: center;
}

.pageBody .part5-dr .left .step {
  position: relative;
}

.pageBody .part5-dr .left .step:last-child .con:after {
  display: none;
}

.pageBody .part5-dr .left .step .con {
  width: 120px;
  margin: auto;
  position: relative;
}

.pageBody .part5-dr .left .step .con:after {
  content: "";
  display: block;
  width: 1px;
  height: 38px;
  border-left: 1px dashed #2f99a6;
  margin-left: 22px;
}

.pageBody .part5-dr .left .step .con img {
  width: 44px;
  height: 44px;
}

.pageBody .part5-dr .left .step .con span {
  color: #333;
  font-size: 16px;
  padding-left: 16px;
}

.pageBody .part5-dr .right {
  width: 70%;
  float: right;
  padding-top: 30px;
  background-color: #fff;
  -webkit-box-shadow: -20px -20px #2f99a6;
          box-shadow: -20px -20px #2f99a6;
  border-radius: 6px;
}

.pageBody .part5-dr .right .box {
  padding: 0 40px 40px 60px;
}

.pageBody .part5-dr .right .box .pic {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 7px;
}

.pageBody .part5-dr .right .box .pic img {
  height: 68px;
}

.pageBody .part5-dr .right .box .text {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  padding-right: 4px;
  padding-left: 30px;
}

.pageBody .part5-dr .right .box .text .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 5px;
}

.pageBody .part_add_list {
  background: url("../images/dr-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: #2f98a5;
}

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

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

.pageBody .part4 {
  padding: 60px 0;
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: linear-gradient(135deg, #d7f2f7, #c8f0e9);
  /* 标准的语法 */
}

.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 16px;
  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;
}

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

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

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

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

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

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

.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;
}

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

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

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

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

.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;
}

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

.bottom-box {
  background: #fff;
  position: relative;
  overflow: hidden;
}

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

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

.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;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 > h3 {
  font-size: 18px;
  color: #000;
}

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

@media screen and (max-width: 1080px) {
  .pageBody .part5-adr .select-content .left_box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .pageBody .part5-adr .select-content .right_box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .flex-direction-nav .flex-prev {
    left: 0;
  }

  .flex-direction-nav .flex-next {
    right: 0;
  }

  .global-Carousel {
    padding: 60px 0;
  }

  .global-Carousel #slider .flex-direction-nav a {
    border: 1px solid #12aa58;
    color: #12aa58;
  }

  .part3-adr .select-content .flex-direction-nav a {
    color: #12aa58;
  }

  .bottom {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .banner-box {
    /* Safari 5.1 - 6.0 */
    /* Opera 11.1 - 12.0 */
    /* Firefox 3.6 - 15 */
    background: -webkit-gradient(linear, left bottom, left top, from(#4cce83), to(#20a15b)) !important;
    background: linear-gradient(0deg, #4cce83, #20a15b) !important;
    /* 标准的语法 */
    text-align: center;
  }

  .banner-box .link-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

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

  .pageBody .part3-adr #logo_box .flex-direction-nav a {
    top: 0%;
  }

  .pageBody .part3-adr #logo_box ul li img {
    width: 15%;
  }

  .pageBody .part4-adr .select-content .right_box .right_content.active {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .pageBody .part5-adr .select-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .pageBody .part5-adr .select-content .left_box {
    width: 80%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .pageBody .part5-adr .select-content .left_box ul.carousel-indicators {
    position: unset;
  }

  .pageBody .part5-adr .select-content .left_box ul.carousel-indicators li {
    padding-left: 10px;
  }

  .pageBody .part5-adr .select-content .left_box ul.carousel-indicators li.active {
    padding-left: 10px;
    text-indent: 0;
  }
}

@media screen and (max-width: 600px) {
  .pageBody .productNav .container {
    overflow: unset;
  }

  .pageBody .productNavFix .container .productNavBTN {
    display: none;
  }

  .pageBody .banner-box {
    padding-top: 95px;
  }

  .pageBody .banner-box .title {
    text-align: center;
    font-size: 28px;
  }

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

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

  .pageBody .banner-box .link-box .down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    margin-bottom: 20px;
  }

  .pageBody .banner-box .link-box .buy {
    margin: auto;
  }

  .pageBody .banner-box .right {
    text-align: center;
    margin-top: 50px;
  }

  .pageBody .part2-dr .flex-box .item-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .pageBody .productNavRelative,
  .pageBody .productNavRelative .productNav {
    border-bottom: 1px solid #e7e7e7;
  }

  .pageBody .part3-dr {
    background-size: auto 100%;
  }

  .pageBody .part3-dr .title-h1 {
    font-size: 22px;
  }

  .pageBody .part3-dr .desc {
    margin: 20px 0;
  }

  .pageBody .part3-dr .row .box-no-float {
    padding: auto;
    height: auto;
  }

  .pageBody .part3-adr #logo_box .flex-direction-nav a {
    top: 60%;
  }

  .pageBody .productNav .container .productNavColumn .nav-tabs {
    display: block;
    height: 50px;
    overflow: unset;
    border-bottom: 0px;
  }

  .pageBody .productNav .container .productNavColumn .active {
    border-bottom: 0;
  }

  .pageBody .productNav .container .productNavColumn .nav-tabs > li {
    margin: 0;
    padding: 0 6.25vw;
    float: unset;
    height: 0;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .pageBody .productNav .container .productNavColumn .nav-tabs > li.active {
    height: 50px;
    opacity: 1;
  }

  .pageBody .productNav .container .productNavColumn .nav-tabs.productNavShow > li {
    opacity: 1;
    height: 50px;
    background: #fff;
  }

  .pageBody .productNav .container .productNavColumn .active a {
    padding-bottom: 18px !important;
  }

  .pageBody .productNav .container .productNavColumn .nav-tabs > li.active > a {
    border: 5px solid #12aa58;
    border-bottom-color: #12aa58;
  }

  .pageBody .productNav .container .productNavColumn .active a:after {
    content: "";
    float: right;
    font: normal normal normal 24px/1 FontAwesome;
    -webkit-transition: .4s;
    transition: .4s;
    margin-top: -4px;
  }

  .pageBody .productNav .container .productNavColumn .nav-tabs li i.icon-icon_ {
    display: inline-block;
  }

  .pageBody .part1-adr .select-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .pageBody .part1-adr .select-content .content_box {
    margin-bottom: 20px;
  }

  .pageBody .part2-adr .select-content .part2_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .pageBody .part3-adr #logo_box ul li img {
    width: 20%;
    margin: 0 6px 0 0;
  }

  .pageBody .part4-adr .select-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .pageBody .part4-adr .select-content .left_box ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .pageBody .part4-adr .select-content .left_box ul li.active > i::before {
    display: none;
  }

  .pageBody .part4-adr .select-content .left_box ul li i {
    display: none;
  }

  .pageBody .part4-adr .select-content .right_box .right_content.active {
    height: 296px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .pageBody .part4-adr .select-content .right_box .right_content.active .right_text {
    width: 88%;
    text-align: center;
  }

  .pageBody .part4-adr .title {
    margin-top: 60px;
    margin-bottom: 35px;
  }

  .pageBody .part4-adr .select-content .left_box ul li {
    margin-bottom: 0px;
    padding: 10px 16px;
  }

  .pageBody .part4-adr .select-content .bottom_box {
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .pageBody .part4-adr .select-content .bottom_box p {
    margin: 11px 16px 0px;
  }

  .pageBody .part4-dr .row .box {
    width: 50%;
  }

  .pageBody .part4-dr .row .box.box-bg {
    width: 100%;
  }

  .pageBody .part5-adr .select-content .left_box {
    width: 100%;
  }

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

  .bottom-box .list-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

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

  .global-Carousel #slider .flex-direction-nav a {
    top: 0;
  }

  .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 .part_add_list .list-box {
    display: block;
  }

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

  .pageBody .part5-dr .left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  .pageBody .part5-dr .right {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 10px solid #2f99a6;
  }

  .pageBody .part5-dr .right .box {
    padding: 0;
  }

  .pageBody .part5-dr .right .box .pic {
    max-width: 20%;
    margin-left: 10px;
  }

  .pageBody .part5-dr .right .box .text {
    width: 75%;
  }
}


