@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #f6f8fb;
  font-family: PingFangSC, PingFang SC;
  box-sizing: border-box;
}

li {
  list-style: none;
  cursor: pointer;
}

body {
  background: #fff;
  overflow-x: hidden;
}

.clr {
  display: block;
  clear: both;
}

mark {
  background: none;
}

img {
  pointer-events: none;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.menuActive {
  font-weight: bold !important;
  color: #02a97b !important;
}

.full {
  width: 100%;
  height: 100%;
}

.relative {
  position: relative;
}

.mt6 {
  margin-top: 6px;
}

.mt20 {
  margin-top: 20px;
}

.mt80 {
  margin-top: 80px;
}

.mr90 {
  margin-right: 90px;
}

.mr30 {
  margin-right: 30px;
}

.mr10 {
  margin-right: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.mb10 {
  margin-bottom: 10px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 60px;
  background: #fff;
  box-shadow: inset 0px -1px 0px 0px rgba(239, 241, 241, 0.5);
}
.header .header_inbox {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 10px 30px;
  box-sizing: border-box;
}
.header .header_inbox .header_menue {
  flex: 1;
}
.header .header_inbox .logo {
  width: 248px;
  height: 34px;
}
.header .header_inbox .logo img {
  width: 100%;
  height: 100%;
}
.header .small_header_inbox,
.header .small_back {
  display: none;
}

.hed_btn {
  margin-left: 60px;
  text-align: justify;
  text-align: center;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  box-sizing: border-box;
  height: 60px;
}
.hed_btn span,
.hed_btn label {
  display: inline-block;
  vertical-align: top;
}
.hed_btn li {
  color: #272727;
  font-size: 14px;
  text-align: center;
  position: relative;
  width: 100%;
  align-content: center;
  min-width: 100px;
}
.hed_btn li a {
  color: inherit;
}
.hed_btn li:hover:not(.active):not(.go_ywx),
.hed_btn li a:hover:not(.active):not(.go_ywx) {
  color: #02a97b;
}
.hed_btn li .pop_tab {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 98;
  width: 294px;
  height: auto;
  border-radius: 0px 0px 30px 30px;
  box-sizing: border-box;
}
.hed_btn li .pop_tab .tab_in1,
.hed_btn li .pop_tab .tab_in2 {
  display: none;
  background: #fff;
  margin-top: 6px;
  width: 100%;
  box-shadow: 0 10px 16px 0 rgba(118, 183, 153, 0.2);
  border-radius: 6px;
  animation: 0.3s fadeInDown;
}
.hed_btn li .pop_tab .tab_grid {
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  flex-direction: column;
}
.hed_btn li .pop_tab .tab_grid li {
  width: 100%;
  text-align: left;
  padding: 12px 30px;
  line-height: 20px;
  box-sizing: border-box;
  flex: 1;
}
.hed_btn li .pop_tab .tab_grid li a {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #272727;
}
.hed_btn li .pop_tab .tab_grid li a:hover {
  color: #02a97b;
  font-weight: bold;
}
.hed_btn li .pop_tab .tab_grid li .btnActive {
  font-weight: bold;
  color: #02a97b;
}
.hed_btn li .pop_tab .tab_grid li mark {
  display: block;
  font-size: 15px;
  color: #999;
  line-height: 35px;
  text-align: left;
}
.hed_btn .active {
  font-weight: bold;
  color: #0AAD80;
}
.hed_btn .active::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 4px;
  background: #02a97b;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hed_btn .go_ywx {
  display: inline-block;
  width: 166px;
  height: 30px;
  background: #02a97b;
  border-radius: 15px;
  border: none;
  line-height: 30px;
}
.hed_btn .go_ywx img {
  margin-top: -4px;
  margin-right: 3px;
  width: 12px;
  vertical-align: middle;
}
.hed_btn .go_ywx a {
  color: #fff;
}

.navRight {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.navRight .down_APP {
  display: flex;
  border-radius: 1px;
  border: 1px solid #00AA7B;
  padding: 5px 14px;
  color: #0AAD80;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
.navRight .down_APP .down_APP_icon {
  margin-left: 2px;
}
.navRight .down_APP .down_APP_icon.whiteBg {
  display: none;
}
.navRight .down_APP .down_APP_icon.green {
  display: inline-block;
}
.navRight .down_APP:hover {
  background: #02A97B;
  color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 107, 76, 0.5);
}
.navRight .down_APP:hover .down_APP_icon.whiteBg {
  display: inline-block;
}
.navRight .down_APP:hover .down_APP_icon.green {
  display: none;
}
.navRight .look_down {
  position: relative;
}
.navRight .look_down_menu {
  animation: 0.3s fadeInDown;
  display: none;
  position: absolute;
  top: 60px;
  left: -70%;
  background: #fff;
  box-shadow: 0px 10px 16px 0px rgba(214, 224, 232, 0.5);
  border-radius: 6px;
  padding: 20px 30px 30px;
  color: #12111E;
  text-align: center;
}
.navRight .look_down_menu .qrcode_box {
  width: 100%;
}
.navRight .look_down_menu .qrcode_box .qrcode_node {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navRight .look_down_menu .qrcode_box .qrcode_node img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}

.component-placeholder {
  min-height: 60px;
  background: #fff;
  transition: opacity 0.3s;
}

.index_banner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 500px;
}
.index_banner .left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.index_banner .left img {
  animation: 0.5s fadeInUp;
}
.index_banner .left label {
  min-width: 160px;
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -20px;
  display: block;
  text-align: center;
  color: #282C2A;
  animation: 0.7s fadeInLeft;
}
.index_banner .left label h1 {
  font-size: 28px;
}
.index_banner .left label p {
  font-size: 16px;
}
.index_banner .right {
  position: absolute;
  right: 0;
  bottom: -5px;
  animation: 0.7s fadeInRight;
}

.banner_bg1 {
  background: linear-gradient(180deg, #E9F5FF 0%, #C9E2FF 100%);
}

.banner_bg2 {
  background: linear-gradient(180deg, #E9FFFC 0%, #AFFFEB 100%);
}

.banner_bg3 {
  background: linear-gradient(180deg, #E9FCFF 0%, #AFFFF7 100%);
}

.banner_bg4 {
  background: linear-gradient(180deg, #EEF8FF 0%, #DCEAFF 100%);
}

.banner_bg5 {
  background: linear-gradient(180deg, #E9F5FF 0%, #C9E2FF 100%);
}

.green_slideshow {
  background: linear-gradient(180deg, #E9F5FF 0%, #C9E2FF 100%);
}

.green_linear {
  background: linear-gradient(180deg, #E9FFF0 0%, #AFFFDC 100%);
}

.blue_slideshow {
  background: linear-gradient(180deg, #EEF8FF 0%, #DCEAFF 100%);
}

.blue_slideshow_light {
  background: #7cc3ff;
}

.blueBtn {
  width: 120px;
  height: 40px;
  background: #0064f7;
  border-radius: 23px;
  border: 1px solid #ffffff;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lightBlueBtn {
  width: 120px;
  height: 40px;
  background: #0085FF;
  border-radius: 23px;
  border: 1px solid #ffffff;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.greenBtn {
  width: 120px;
  height: 40px;
  background: #009F58;
  border-radius: 23px;
  border: 1px solid #ffffff;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.help_box {
  background: #fff;
  overflow: hidden;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 11.2%;
  z-index: 9;
  height: 800px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
}
.help_box .headle {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.help_box .close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 9;
  width: 35px;
  height: 35px;
  background: #f9f9f9;
  color: #555;
  text-align: center;
  line-height: 32px;
  border-radius: 5px;
  font-size: 20px;
  cursor: pointer;
}
.help_box .close:hover {
  background: #000;
  color: #fff;
}
.help_box label {
  position: absolute;
  display: inline-block;
}
.help_box label img {
  width: 100%;
}
.help_box label div {
  width: 90%;
  position: absolute;
  top: 0;
  text-align: center;
}
.help_box label div h3 {
  margin-top: 20px;
  font-size: 22px;
  height: #272727;
}
.help_box label div mark {
  display: block;
  color: #555;
  font-size: 14px;
}
.help_box .help_bg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 80%;
}
.help_box .talk_1 {
  top: 27%;
  left: 20%;
  width: 303px;
  animation: 0.9s bounceIn;
}
.help_box .talk_2 {
  bottom: 42%;
  left: 22%;
  width: 227px;
  animation: 1.1s bounceIn;
}
.help_box .talk_3 {
  top: 17%;
  right: 24%;
  width: 227px;
  animation: 1.1s bounceIn;
}
.help_box .talk_4 {
  top: 35%;
  right: 18%;
  width: 308px;
  animation: 1.3s bounceIn;
}
.help_box .help_phone {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -300px;
  width: 400px;
  animation: 0.7s bounceInDown;
}
.help_box .help_phone .wec_num {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 160px;
  z-index: 2;
  width: 140px;
  height: 120px;
}
.help_box .help_phone .wec_num div {
  height: 40px;
}
.help_box .help_phone .wec_num div h4 {
  font-size: 15px;
  line-height: 20px;
}
.help_box .help_phone .wec_num div h2 {
  font-size: 20px;
  color: #027dfe;
}
.help_box .help_phone .wec_num .phone_numb {
  margin-top: 60px;
}
.help_box .help_phone .wec_num .phone_numb h2 {
  font-size: 16px;
}
.help_box .hand {
  left: 50%;
  bottom: -70px;
  width: 488px;
  animation: 0.8s bounceInUp;
}

.customer-service {
  z-index: 999;
  position: fixed;
  bottom: 10%;
  right: 1.5%;
}
.customer-service .right {
  width: 52px;
  height: 120px;
  background: #ffffff;
  box-shadow: 0px 10px 15px 0px rgba(187, 214, 202, 0.5);
  border-radius: 30px;
  border: 1px solid #ddf6ef;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.customer-service .right span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 12px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddf6ef;
}
.customer-service .right span img {
  width: 24px;
  height: 24px;
}
.customer-service .left .wechat-dialog {
  display: none;
  position: absolute;
  bottom: 60px;
  right: 55px;
  min-width: 204px;
  height: 234px;
  background: #ffffff;
  box-shadow: 0px 10px 15px 0px rgba(187, 214, 202, 0.5);
  border-radius: 6px;
  border: 1px solid #ddf6ef;
  z-index: 999;
  padding: 20px;
  box-sizing: border-box;
  align-items: center;
}
.customer-service .left .wechat-dialog .title {
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #12111e;
  line-height: 20px;
  margin-bottom: 6px;
  text-align: center;
}
.customer-service .left .wechat-dialog .qrcode {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.customer-service .left .wechat-dialog .qrcode img {
  width: 100%;
  height: 100%;
}
.customer-service .left .wechat-dialog .text {
  background: #aef2df;
  border-radius: 4px;
  padding: 4px 10px;
  width: 138px;
  font-weight: 500;
  font-size: 14px;
  color: #12111E;
  line-height: 20px;
  margin-top: 20px;
}
.customer-service .left .phone-dialog {
  display: none;
  padding: 20px;
  box-sizing: border-box;
  align-items: center;
  z-index: 999;
  position: absolute;
  top: 60px;
  right: 55px;
  min-width: 204px;
  height: 102px;
  background: #ffffff;
  box-shadow: 0px 10px 15px 0px rgba(187, 214, 202, 0.5);
  border-radius: 6px;
  border: 1px solid #ddf6ef;
}
.customer-service .left .phone-dialog .title {
  font-weight: 500;
  font-size: 16px;
  color: #12111e;
  line-height: 20px;
  letter-spacing: 2px;
  text-align: center;
}
.customer-service .left .phone-dialog .phone {
  background: #aef2df;
  border-radius: 4px;
  font-weight: 600;
  font-size: 20px;
  color: #12111e;
  line-height: 28px;
  margin-top: 6px;
  padding: 4px 10px;
  box-sizing: border-box;
}

footer {
  width: 100%;
}
footer .footer-box {
  position: relative;
  width: 100%;
  background: #f4f6f6;
  color: #000;
  padding-left: 12.5%;
  padding-right: 12.5%;
  box-sizing: border-box;
}
footer .footer-box .fot_in {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
  font-size: 12px;
  color: #5d6980;
  text-align: left;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 1px;
}
footer .footer-box .fot_in a {
  color: #5d6980;
}
footer .footer-box .fot_in .pc-block,
footer .footer-box .fot_in .small-block {
  width: 50%;
  display: flex;
}
footer .footer-box .fot_in .pc-block {
  border-right: 1px solid #e3e6ea;
}
footer .footer-box .fot_in .pc-block .lab h2,
footer .footer-box .fot_in .pc-block .lab1 h2 {
  height: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #4d5972;
  line-height: 20px;
  margin-bottom: 10px;
}
footer .footer-box .fot_in .pc-block .lab p a,
footer .footer-box .fot_in .pc-block .lab1 p a {
  line-height: 22px;
}
footer .footer-box .fot_in .pc-block .lab1 {
  width: 40% !important;
}
footer .footer-box .fot_in .pc-block .lab {
  width: 30%;
  text-align: center;
}
footer .footer-box .fot_in .small-block {
  padding: 0 20px;
  justify-content: space-around;
}
footer .footer-box .fot_in .small-block h2 {
  height: 20px;
  font-weight: 600;
  font-size: 16px;
  color: #4d5972;
  line-height: 20px;
}
footer .footer-box .fot_in .small-block p {
  font-weight: 500;
}
footer .footer-box .fot_in .small-block .lab_code .qrcode {
  display: flex;
  flex-direction: column;
}
footer .footer-box .fot_in .small-block .lab_code .qrcode span {
  font-weight: 500;
}
footer .footer-box .copyright {
  height: 90px;
  border-top: 1px solid #d2d7de;
  font-size: 11px;
  line-height: 14px;
  color: #5d6980;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .footer-box .copyright p {
  margin-bottom: 6px;
}
footer .footer-box .copyright img {
  vertical-align: middle;
  margin-top: -4px;
}
footer .footer-box .copyright a {
  color: #5d6980;
}

.button-whiteBg {
  width: 140px;
  height: 40px;
  border-radius: 1px;
  border: 1px solid #00aa7b;
  padding: 10px 14px;
  box-sizing: border-box;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #00aa7b;
  line-height: 20px;
  text-align: center;
}

.button-greenBg {
  width: 140px;
  height: 40px;
  background: #02a97b;
  box-shadow: 0px 2px 4px 0px rgba(0, 107, 76, 0.5);
  border-radius: 1px;
  padding: 10px 14px;
  box-sizing: border-box;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
}

.mb50 {
  margin-bottom: 50px;
}

.pt30 {
  padding-top: 30px;
}

.mt10 {
  margin-top: 10px;
}

.pt10 {
  padding-top: 10px;
}

.left {
  text-align: left !important;
}

.column {
  display: flex;
  flex-direction: column;
}

.grayBg {
  background: #f7fafb !important;
}

.content-module,
.content-module {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.content-module .module-box,
.content-module .pub_in,
.content-module .module-box,
.content-module .pub_in {
  padding-left: 12.5%;
  padding-right: 12.5%;
  box-sizing: border-box;
}
.content-module .headle,
.content-module .title,
.content-module .headle,
.content-module .title {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 12.5%;
  padding-right: 12.5%;
  box-sizing: border-box;
  text-align: center;
}
.content-module .headle h3,
.content-module .headle h2,
.content-module .title h3,
.content-module .title h2,
.content-module .headle h3,
.content-module .headle h2,
.content-module .title h3,
.content-module .title h2 {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 33px;
  letter-spacing: 1px;
}
.content-module .headle p,
.content-module .headle span,
.content-module .title p,
.content-module .title span,
.content-module .headle p,
.content-module .headle span,
.content-module .title p,
.content-module .title span {
  font-weight: 300;
  font-size: 14px;
  color: #00aa7b;
  line-height: 16px;
  position: relative;
}
.content-module .headle p a,
.content-module .headle span a,
.content-module .title p a,
.content-module .title span a,
.content-module .headle p a,
.content-module .headle span a,
.content-module .title p a,
.content-module .title span a {
  color: #333333;
  display: flex;
  align-items: center;
}
.content-module .headle p a:hover,
.content-module .headle span a:hover,
.content-module .title p a:hover,
.content-module .title span a:hover,
.content-module .headle p a:hover,
.content-module .headle span a:hover,
.content-module .title p a:hover,
.content-module .title span a:hover {
  color: #00aa7b;
}
.content-module .headle p .more,
.content-module .headle span .more,
.content-module .title p .more,
.content-module .title span .more,
.content-module .headle p .more,
.content-module .headle span .more,
.content-module .title p .more,
.content-module .title span .more {
  position: absolute;
  right: 0;
}

.flex-row,
.row {
  display: flex;
}

.row-center {
  align-items: center;
}

.wrap {
  flex-wrap: wrap;
}

.flex1 {
  flex: 1;
}

.auto {
  margin: 0 auto;
}

.white {
  background-color: #fff;
}

.mt50 {
  margin-top: 50px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pageBanner {
  width: 100%;
  height: 360px;
  padding-left: 12.5%;
  padding-right: 12.5%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pageBanner .left,
.pageBanner .left_node {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-right: 2%;
}
.pageBanner .left img,
.pageBanner .left_node img {
  width: 80%;
  max-width: 300px;
  animation: 0.5s fadeInLeft;
}
.pageBanner .left p,
.pageBanner .left_node p {
  width: 100%;
  font-size: 16px;
  color: #282C2A;
  line-height: 32px;
  margin-top: 16px;
}
.pageBanner .right,
.pageBanner .right_banner {
  animation: 0.7s fadeInRight;
  width: 50%;
  height: 100%;
  background-size: cover;
}

.pageHearderTitleBox {
  width: 100%;
  height: 180px;
  background-size: 100% 100% !important;
  padding-left: 12.5%;
  padding-right: 12.5%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.content-module.appDown {
  display: none;
}

.content-module.appDown .btn-icon {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 300px;
  height: 70px;
  background: linear-gradient(180deg, #20D6B7 0%, #0EAD81 100%);
  box-shadow: 0px 12px 24px 0px rgba(23, 193, 155, 0.26), 0px 6px 8px 0px rgba(255, 255, 255, 0.5), inset 2px 2px 6px 0px rgba(232, 255, 241, 0.5), inset -2px -2px 6px 0px rgba(255, 255, 255, 0.34);
  border-radius: 35px;
}
.content-module.appDown .btn-icon .downTextIcon {
  position: absolute;
  left: 50px;
  top: 20px;
}
.content-module.appDown p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #300000;
  line-height: 32px;
  text-align: center;
}
.content-module.appDown p span {
  color: #0ead81;
  font-weight: 600;
}

.more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
}
.more:hover {
  color: #00aa7b;
}
.more:hover::after {
  border-color: #00AA7B;
}

/*******************************************自适应***************************************************************/
/* 移动端（宽度 ≤ 768px） */
@media (max-width: 768px) {
  body::-webkit-scrollbar {
    display: none;
  }
  .mt50 {
    margin-top: 30px !important;
  }
  .content-module.appDown {
    display: block;
  }
  .header .header_inbox {
    display: none;
  }
  .header .small_header_inbox {
    display: block;
    margin: 0 auto;
    height: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
  }
  .header .small_header_inbox .logo {
    width: 162px;
    height: 100%;
  }
  .header .small_header_inbox .logo img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }
  .header .small_header_inbox .hed_menue {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 32px;
    width: 20px;
    height: 20px;
  }
  .header .small_header_inbox .hed_menue img {
    width: 100%;
    vertical-align: middle;
    margin-top: -4px;
  }
  .header .small_header_inbox .small_header_menue {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 450px;
    background: #fff;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.2);
  }
  .header .small_header_inbox .small_header_menue .small_back {
    display: block;
    position: relative;
    z-index: 2;
    height: 50px;
    border-bottom: 1px solid #E6F5F0;
    box-sizing: border-box;
  }
  .header .small_header_inbox .small_header_menue .small_back .close_smallpop {
    position: absolute;
    right: 20px;
    top: 15px;
    display: block;
  }
  .header .small_header_inbox .small_header_menue .small_header_btn-box {
    display: flex;
    width: 100%;
    height: calc(100% - 50px);
    justify-content: space-between;
  }
  .header .small_header_inbox .small_header_menue .small_hed_btn {
    flex: 1;
  }
  .header .small_header_inbox .small_header_menue .small_hed_btn li {
    margin: 0;
    width: 100%;
    height: 70px;
    text-align: left;
    text-indent: 20px;
    line-height: 70px;
    color: #333333;
    font-size: 14px;
    border-radius: 0.1px;
    box-sizing: border-box;
    position: relative;
  }
  .header .small_header_inbox .small_header_menue .small_hed_btn li a {
    display: block;
    color: inherit;
  }
  .header .small_header_inbox .small_header_menue .small_hed_btn li:not(:last-child) a {
    display: block !important;
  }
  .header .small_header_inbox .small_header_menue .small_hed_btn li .tab_btn li {
    position: relative;
  }
  .header .small_header_inbox .small_header_menue .small_hed_btn li .tab_btn li img {
    position: absolute;
    left: 70%;
    top: 35%;
  }
  .header .small_header_inbox .small_header_menue .small_hed_btn .btnActive_m {
    background: #F6FCFA;
    color: #02a97b;
    font-weight: bold;
  }
  .header .small_header_inbox .small_header_menue .small_hed_btn .btnActive_m::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 70px;
    background: #02a97b;
    top: 0;
    left: 0;
  }
  .header .small_header_inbox .small_header_menue .small_pop_tab {
    width: calc(100% - 140px);
    padding: 15px 0 0 0;
    overflow: auto;
    background: #F6FCFA;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    animation: fadeInRight 0.3s;
    border-left: 1px solid #E6F5F0;
  }
  .header .small_header_inbox .small_header_menue .small_pop_tab li {
    float: none;
    margin-left: 0;
    padding-left: 25px;
  }
  .header .small_header_inbox .small_header_menue .small_pop_tab li a {
    display: block;
    text-indent: 10px;
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    text-align: left;
    color: #272727;
  }
  .header .small_header_inbox .small_header_menue .small_pop_tab li a:hover {
    color: #02a97b;
  }
  .pageHearderTitleBox {
    height: 110px;
    padding: 0 30px;
  }
  .index_banner {
    height: 300px !important;
  }
  .index_banner .pagination {
    bottom: 40px !important;
  }
  .content-module .headle,
  .content-module .module-box,
  .content-module .pub_in,
  footer .footer-box {
    padding-left: 4.5% !important;
    padding-right: 4.5% !important;
    box-sizing: border-box;
  }
  footer .footer-box .fot_in .pc-block {
    display: none;
  }
  footer .footer-box .fot_in .small-block {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .footer-box .fot_in .small-block .small_addres h2 {
    font-size: 18px;
  }
  footer .footer-box .fot_in .small-block .small_addres p,
  footer .footer-box .fot_in .small-block .small_addres ul li {
    font-size: 12px;
    line-height: 17px;
  }
  footer .footer-box .fot_in .small-block .lab_code {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 38px;
    align-items: center;
  }
  footer .footer-box .fot_in .small-block .lab_code .qrcode {
    margin-right: 20px;
  }
  footer .footer-box .fot_in .small-block .lab_code .mt20 {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
  }
  .pageBanner {
    padding-left: 4.5% !important;
    padding-right: 4.5% !important;
    box-sizing: border-box;
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 300px;
  }
  .pageBanner .left,
  .pageBanner .left_node {
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
  }
  .pageBanner .left img,
  .pageBanner .left_node img {
    width: 60% !important;
    max-width: 300px;
  }
  .pageBanner .left p,
  .pageBanner .left_node p {
    line-height: 26px;
    font-size: 14px;
    color: #282C2A;
  }
  .pageBanner .right,
  .pageBanner .right_banner {
    display: none;
  }
}
/* 平板端（宽度 769px ~ 1024px） */
@media (min-width: 769px) and (max-width: 1024px) {
  .index_banner {
    height: 360px;
  }
  .header .header_inbox .header_menue {
    display: none;
  }
  .header .header_inbox .navRight {
    margin-right: 6%;
  }
  .header .small_header_inbox {
    display: block;
    height: 0;
  }
  .header .small_header_inbox .logo {
    display: none;
  }
  .header .small_header_inbox .hed_menue {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 32px;
    width: 20px;
    height: 20px;
  }
  .header .small_header_inbox .hed_menue img {
    width: 100%;
    vertical-align: middle;
    margin-top: -4px;
  }
  .header .small_header_inbox .small_header_menue {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 560px;
    background: #fff;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.2);
  }
  .header .small_header_inbox .small_header_menue .small_back {
    display: block;
    position: relative;
    z-index: 2;
    height: 60px;
    border-bottom: 1px solid #E6F5F0;
    box-sizing: border-box;
  }
  .header .small_header_inbox .small_header_menue .small_back .close_smallpop {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
  }
  .header .small_header_inbox .small_header_menue .small_header_btn-box {
    display: flex;
    width: 100%;
    height: calc(100% - 60px);
    justify-content: space-between;
  }
  .header .small_header_inbox .small_header_menue .small_hed_btn {
    flex: 1;
  }
  .header .small_header_inbox .small_header_menue .small_hed_btn li {
    margin: 0;
    width: 100%;
    height: 70px;
    text-align: left;
    text-indent: 40px;
    line-height: 70px;
    color: #333333;
    font-size: 16px;
    box-sizing: border-box;
    position: relative;
  }
  .header .small_header_inbox .small_header_menue .small_hed_btn li a {
    display: block;
    color: inherit;
  }
  .header .small_header_inbox .small_header_menue .small_hed_btn li:not(:last-child) a {
    display: block !important;
  }
  .header .small_header_inbox .small_header_menue .small_hed_btn .btnActive_m {
    background: #F6FCFA;
    color: #02a97b;
    font-weight: bold;
  }
  .header .small_header_inbox .small_header_menue .small_hed_btn .btnActive_m::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 70px;
    background: #02a97b;
    top: 0;
    left: 0;
  }
  .header .small_header_inbox .small_header_menue .small_pop_tab {
    width: calc(100% - 200px);
    height: 100%;
    padding: 30px 0 0 0;
    overflow: auto;
    background: #F6FCFA;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    animation: fadeInRight 0.3s;
    border-left: 1px solid #E6F5F0;
  }
  .header .small_header_inbox .small_header_menue .small_pop_tab li {
    float: none;
    margin-left: 0;
    padding-left: 30px;
    height: 50px;
  }
  .header .small_header_inbox .small_header_menue .small_pop_tab li a {
    display: block;
    text-indent: 10px;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
    color: #272727;
  }
  .header .small_header_inbox .small_header_menue .small_pop_tab li a:hover {
    color: #02a97b;
  }
  footer .footer-box .fot_in .pc-block {
    display: none;
  }
  footer .footer-box .fot_in .small-block {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .footer-box .fot_in .small-block .small_addres h2 {
    font-size: 18px;
  }
  footer .footer-box .fot_in .small-block .small_addres p,
  footer .footer-box .fot_in .small-block .small_addres ul li {
    font-size: 12px;
    line-height: 17px;
  }
  footer .footer-box .fot_in .small-block .lab_code {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 38px;
    align-items: center;
  }
  footer .footer-box .fot_in .small-block .lab_code .qrcode {
    margin-right: 20px;
  }
  footer .footer-box .fot_in .small-block .lab_code .mt20 {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
  }
  body,
  .content-module {
    background: #fff;
  }
  .pageBanner {
    padding-left: 6% !important;
    padding-right: 6% !important;
    box-sizing: border-box;
    background-size: cover !important;
    background-repeat: no-repeat;
  }
  .pageBanner .right,
  .pageBanner .right_banner {
    display: none;
  }
  .pageBanner .left, .pageBanner .left_node {
    width: 66%;
    margin-right: 0;
  }
  .content-module .headle,
  .content-module .module-box,
  .content-module .pub_in,
  footer .footer-box {
    padding-left: 6% !important;
    padding-right: 6% !important;
    box-sizing: border-box;
  }
}/*# sourceMappingURL=public.css.map */