@font-face {
    font-family: 'Ping Bold';
    src: url('../fonts/PingFang SC-Bold.otf') format('truetype')
}
@font-face {
    font-family: 'Ping Medium';
    src: url('../fonts/PingFang SC-Medium.otf') format('truetype')
}
h1,h2,h3,h4,h5,h6{font-family: 'Ping Bold';}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}
html,
body {
  scroll-behavior: smooth;
  height: 100%;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
    font-family: "Ping Medium";

}
.flex {
  display: flex;
}
.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_a {
  display: flex;
  align-items: center;
}
.flex1 {
  flex: 1;
}
.flex_sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex__sb {
  display: flex;
  justify-content: space-between;
}
.w100 {
  width: 100% !important;
}
.w_50 {
  width: 50%;
}
.flex_wrap {
  flex-wrap: wrap;
}
.h100 {
  height: 100%;
}
.positionr {
  position: relative;
}
.cur {
  cursor: pointer;
}
.flex_column {
  display: flex;
  flex-direction: column;
}
.mt_24 {
  margin-top: 20px;
}
.mb_16 {
  margin-bottom: 10px;
}
.z_index {
  z-index: 1;
}
.clare_margin {
  margin: 0 !important;
}
.display_none {
  display: none;
}
.overflow_hidden {
  overflow: hidden;
}
.flex_stretch {
  display: flex;
  align-items: stretch;
}
.navbar_height {
  padding-top: 90px;
}
.containerbox {
  height: 100%;
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
}
.home_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.home_nav span {
  color: #CC894E;
  font-size: 18px;
}
.home_nav .i {
  display: inline-block;
  margin: 0 30px;
  transform: scale(0.5);
  color: #DDDDDD;
}
.app-footer {
  display: none;
}
.swiper_banbar-logo1440 {
  display: none;
}
li a {
  text-decoration: none;
}
.select-nav {
  position: relative;
  color: #00833E !important;
}
.select-nav::after {
  content: '';
  position: absolute;
  width: 50%;
  border: #00833E 2px solid;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
}
.h5-home_nav {
  position: fixed;
  z-index: 11;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  display: none;
}
.h5-home_nav nav {
  background: linear-gradient(90deg, #30a266, #30a266);
  padding: 8px 16px;
}
.h5-home_nav nav img {
    width: 275px;
    height: 45px;
}
.h5-home_nav nav div {
  justify-content: flex-end;
}
.h5-home_nav nav div span {
  font-size: 12px;
  color: #BA251D;
}
.h5-home_nav-scroll {
  display: none;
  position: fixed;
  z-index: 11;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.h5-home_nav-scroll nav {
  background: linear-gradient(90deg, #30a266, #30a266);
  padding: 8px 16px;
}
.h5-home_nav-scroll nav img {
    width: 275px;
    height: 45px;
}
.h5-home_nav-scroll nav div {
  justify-content: flex-end;
}
.h5-home_nav-scroll nav div span {
  font-size: 12px;
  color: #BA251D;
}
.cd-side-nav {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: #fff;
  z-index: 10;
  transition: all 0.3s;
}
.cd-side-nav a {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 1em 5%;
}
.cd-side-nav a.acvie {
  color: #00833E;
  font-weight: bold;
}
.cd-nav-trigger {
  float: right;
  position: relative;
  display: block;
  width: 34px;
  height: 44px;
  margin-right: 0;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
}
.cd-nav-trigger span,
.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #FFFFFF;
}
.cd-nav-trigger span {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
  content: '';
  right: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.cd-nav-trigger span::before {
  top: -6px;
}
.cd-nav-trigger span::after {
  top: 6px;
}
.cd-nav-trigger.nav-is-visible span {
  background: rgba(255, 255, 255, 0);
}
.cd-nav-trigger.nav-is-visible span::before,
.cd-nav-trigger.nav-is-visible span::after {
  background: #fff;
}
.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}
.navbar {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  height: 90px;
  background: #fff;
  box-shadow: 0px 4px 8px rgba(51, 51, 51, 0.08);
}
.navbar .sub-nav-bgc {
  height: 90px;
}
.navbar li {
  color: #333333;
  line-height: 90px;
  font-size: 18px;
  margin-left: 47px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s;
}
.navbar li a {
  color: #333333;
  display: block;
  height: 100%;
}
.navbar li:hover {
  cursor: default;
  color: #00833E;
}
.navbar li:hover a {
  color: #00833E;
}
.navbar li:hover::after {
  content: '';
  position: absolute;
  width: 50%;
  border: #00833E 2px solid;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  opacity: 0.1;
}
.navbar li:first-child:hover .home-select {
  border-bottom: #d53b25 4px solid;
  height: 90px;
}
.navbar li.actve:hover::after {
  opacity: 1;
}
.navbar .home-select {
  position: absolute;
  top: 100%;
  left: -100%;
  background: #FFFFFF;
  opacity: 0.96;
  font-weight: 500;
  box-shadow: 0px 4px 8px rgba(51, 51, 51, 0.08);
  color: #333333;
  font-size: 20px;
  height: 0;
  transition: all 0.3s;
  overflow: hidden;
}
.navbar .home-select a {
  display: block;
  text-decoration: none;
  color: #333333;
  padding: 10px 20px;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
}
.navbar .home-select a:hover {
  color: #00833E;
}
.navbar nav {
  position: relative;
}
.navbar .sub-nav-left {
  position: absolute;
  background: linear-gradient(90deg, #2A9A5F, #218E55);
  height: 90px;
}
footer {
  background: url(../static/webps/footer.webp) no-repeat;
  background-size: 100% 100%;
  height: 200px;
  width: 100%;
  margin: 60px 0 0 0;
  display: flex;
  align-items: center;
}
footer .footer-logo {
  width: 215px;
  height: 45px;
}
footer .footer-codo {
  width: 98px;
  height: 98px;
}
footer .codo-text {
  color: #FFFFFF;
  font-size: 14px;
  margin-top: 8px;
}
footer .line {
  width: 100%;
  border: 1px solid #FFFFFF;
  opacity: 0.16;
  display: block;
  margin-top: 24px;
}
footer ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
footer ul li:not(:first-child) {
  /*opacity: 0.7;*/
}
footer ul li {
  position: relative;
  color: #FFFFFF;
}
footer ul li .footer-li-select {
  position: absolute;
  bottom: 59px;
    left: 50%;
    transform: translateX(-50%);
  background: transparent;
  box-shadow: 0px 4px 8px rgba(51, 51, 51, 0.08);
  color: #333333;
  height: 0;
  transition: all 0.3s;
  overflow: hidden;
  border-top: transparent 4px solid;
  justify-content: space-around;
  z-index: 11;
}
footer ul li .footer-li-select a {
  display: block;
  text-decoration: none;
  color: #333333;
  font-size: 20px;
  padding: 10px 20px;
  white-space: nowrap;
  text-align: center;
}
footer ul li .footer-li-select a:hover {
  color: #00833E;
}
footer ul li .footer-li-select a:not(:last-child) {
  border-bottom: 1px solid #fff7f7;
}
footer .text-view {
  margin: 0 55px;
}
footer p {
  color: #FFFFFF;
  opacity: 0.7;
  font-size: 14px;
}
footer .footer-select {
  position: relative;
}
footer .footer-select:after {
  content: '';
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #FFFFFF;
}
footer .footer-select-active::after {
  transform: rotate(180deg);
}
.app-footer {
  background: #32A568;
}
.app-footer .contact {
  padding: 0 16px 20px 16px;
  background: #32A568;
}
.app-footer .text-view {
  padding: 20px 16px 0 16px;
  margin: 0;
}
.app-footer ul {
  flex-wrap: wrap;
}
.app-footer ul li {
  margin: 10px 20px;
}
.app-footer .line {
  margin-top: 12px;
}
.app-footer p {
  line-height: 22px;
}
.app-footer .footer-li-select {
  position: absolute;
  background: transparent;
  opacity: 0.96;
  bottom: 150%;
  box-shadow: 0px 4px 8px rgba(51, 51, 51, 0.08);
  color: #333333;
  height: 0;
  transition: all 0.3s;
  overflow: hidden;
  border-top: transparent 4px solid;
  z-index: 11;
}
.app-footer li:first-child .footer-li-select {
    left: 100% !important;
}
.app-footer .footer-li-select a {
  display: block;
  text-decoration: none;
  color: #333333;
  padding: 10px;
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
}
.app-footer .footer-li-select a:hover {
  color: #00833E;
}
.app-footer li:nth-child(3) .footer-li-select,
.app-footer li:nth-child(6) .footer-li-select {
  right: -26px;
  left: -100%;
}
.app-footer li:nth-child(1),
.app-footer li:nth-child(4) {
  margin-left: 0;
}
.app-footer:hover {
  opacity: 1;
}
.information-title {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-size: 40px;
  font-weight: bold;
  left: 50%;
}
.service-right-tip {
  position: absolute;
  color: #FFFFFF;
  font-size: 14px;
  right: 0;
  bottom: 60px;
  transform: translateY(-50%);
  height: fit-content;
}

.service-right-tip a {
    color: #FFFFFF;
    text-decoration: none;
}

.tip-view {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.tag-view {
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(51, 51, 51, 0.08);
  padding: 38px 38px 0 38px;
  margin-top: -40px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
.tag-view li {
  font-weight: 500;
  line-height: 28px;
  color: #333333;
  font-size: 18px;
  white-space: nowrap;
  position: relative;
  margin: 0 50px 19px 0;
  padding: 0 0 19px 0;
}
.tag-view li:not(:last-child)::after {
  content: '|';
  position: absolute;
  right: -25px;
  color: #DDDDDD;
  transform: scale(0.5);
}
.tag-view li::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 50%;
  height: 2px;
  background: transparent;
  transition: all 0.3s;
}
.tag-view li:hover {
  color: #BA251D;
}
.tag-view li:hover::before {
  background: #f8e9e8;
}
.tag-view li.active {
  color: #BA251D;
  cursor: default;
}
.tag-view li.active::before {
  background: #BA251D !important;
}
.consult-info {
  padding: 22px 26px;
  border: 1px solid #EEEDED;
}
.consult-info img {
  width: 62px;
  height: 78px;
  margin-right: 34px;
}
.consult-info .flex_a div span {
  display: block;
}
.consult-info .flex_a div span:nth-child(1) {
  font-weight: bold;
  line-height: 28px;
  color: #333333;
  font-size: 18px;
}
.consult-info .flex_a div span:nth-child(2) {
  line-height: 28px;
  color: #999999;
  font-size: 14px;
}
.consult-info .consult-expansion {
  font-weight: bold;
  line-height: 28px;
  color: #BA251D;
  font-size: 18px;
  transition: all 0.3s;
}
.consult-info .consult-expansion:hover {
  color: #2fa165;
}
.paging {
  margin-top: 38px;
}
.paging > * {
  margin-right: 11px;
  color: #666666;
  font-size: 14px;
}
.paging span {
  transition: all 0.3s;
    border: 1px solid #EEEEEE;
    padding: 10px 15px;
}
.paging span:hover {
    background: #e4f8ed;
    border: 1px solid transparent;
}
.paging span:hover.active {
    background: #BA251D;
    border: 1px solid transparent;
    color: #fff;
}
.paging span:first-child,
.paging span:nth-child(2),
.paging span:nth-child(3),
.paging span:nth-child(4),
.paging span:nth-child(5),
.paging span:nth-child(7),
.paging span:nth-child(8),
.paging span:nth-child(9) {
  /*border: 1px solid #EEEEEE;*/
  /*padding: 10px 15px;*/
}
.paging span:nth-child(6) {
  /*padding-bottom: 10px;*/
  /*display: inline-block;*/
}
.paging span:nth-child(7) {
  /*cursor: default;*/
}
.paging span.active {
  background: #BA251D;
  border: 1px solid transparent;
  color: #fff;
}
.paging span:first-child:hover,
.paging span:nth-child(2):hover,
.paging span:nth-child(3):hover,
.paging span:nth-child(4):hover,
.paging span:nth-child(5):hover,
.paging span:nth-child(8):hover,
.paging span:nth-child(9):hover {
  /*background: #e4f8ed;*/
  /*border: 1px solid transparent;*/
}
.paging span:first-child:hover.active,
.paging span:nth-child(2):hover.active,
.paging span:nth-child(3):hover.active,
.paging span:nth-child(4):hover.active,
.paging span:nth-child(5):hover.active,
.paging span:nth-child(8):hover.active,
.paging span:nth-child(9):hover.active {
  /*background: #BA251D;*/
  /*border: 1px solid transparent;*/
  /*color: #fff;*/
}
.paging span:last-child { padding-bottom: 0 }
.paging input {
  border: 1px solid #EEEEEE;
  padding: 10px 15px;
  max-width: 55px;
    font-size: 17px;
  text-align: center;
}
.paging input::-webkit-outer-spin-button,
.paging input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.paging input:focus {
  outline: none;
}

.empty-box {
    margin: 100px auto;width: fit-content;
}
.empty-box p {
    text-align: center;
}
.text-tiny{
    font-size: 12px;
}
.text-small{
    font-size: 14px;
}
.text-big{
    font-size: 16px;
}
.text-huge {
    font-size: 18px;
}
