body {
    color: #333;
}
a, a:link {
    color: #333;
}
.text, a.text-main:hover {
    color: #333 !important;
}
.footer ,.footer a, .footer a:link {
    color: #fff;
}
.header {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: 0;
  background-color: black;
}
.nav-pc .navbar.navbar-show > .navbar-body {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
  margin-left: 0%;
}
.nav-pc .navbar > .navbar-logo img {
  /* width: 80%; */
}
.nav-pc .navbar-show .navbar-body > .nav > li > .nav {
  left: -33px;
}
.nav.nav-box {
  border: none;
}
.nav-pc .nav.nav-box {
  background-color: #222222 !important;
}
.nav-pc .nav.nav-menu.nav-divider > li:not(:first-child) > a {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}
.nav-pc .tel{
font-size:22px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.nav-pc .tel span{
font-size:22px;
}
.nav-mobile .nav.nav-box {
  background-color: #000 !important;
}
.nav-mobile .nav.nav-box li {
  text-align: left;
  border-bottom: 1px dashed #666;
}
.nav-mobile .nav.nav-box li:nth-last-child(1) {
  border: none;
}
.nav-mobile {
  display: none;
}
.banner {
  padding-top: 3.75rem;
}
.banner .banner-bullet {
  display: inline-block;
  width: 5rem;
  height: 3px;
  background: #d0d0d0;
  position: relative;
  margin: 0 5px;
  cursor: pointer;
}
.banner .speed {
  width: 0;
  position: absolute;
  height: 3px;
  background-color: #f81b0a;
  left: 0;
  top: 0;
}
.banner .banner-bullet-active .speed {
  width: 100%;
  -webkit-transition: width 3.5s linear;
  transition: width 3.5s linear;
}
.banner .banner-active .speed {
  width: 100%;
}
.banner .banner-page {
  bottom: 20px;
}
.banner img {
  width: 100%;
  height: auto;
}
#choice {
  height: 70px;
  margin-top: -70px;
  opacity: 0;
}
.choice {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #666666;
  text-align: center;
  line-height: 60px;
}
.choice .option {
  display: inline-block;
  padding: 0 35px;
  font-size: 20px;
  position: relative;
  letter-spacing: 3px;
}
.choice .option.active {
  color: #f81b0a;
}
.choice .option.active a {
  color: inherit;
}
.choice .option.active::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  width: 30%;
  height: 3px;
  background-color: #f81b0a;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 56px;
}
.footer {
  background: url("../images/footer-bg.png") no-repeat;
  background-size: auto 100%;
  background-position: center center;
  background-color: #181612;
  margin-bottom: 0 !important;
}
.footer .footer-img {
  max-width: 100%;
  height: auto;
}
.footer .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.footer .icon {
  display: inline-block;
  height: 70px;
  width: 70px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
     -moz-box-flex: 0;
          flex: 0 0 70px;
  line-height: 70px;
  border-radius: 50%;
  border: 1px #ffffff solid;
  text-align: center;
}
.footer .icon .iconfont {
  display: inline-block;
  font-size: 50px;
}
.footer .tel-title {
  font-size: 1.375rem;
  line-height: 2.25rem;
}
.footer .tel {
  font-size: 2rem;
}
.footer .zxrx {
  padding-right: 1%;
  text-align: right;
}
.footer .i-infn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  display: inline-block;
}
.footer .copyright {
  border-top: 1px #aaaaaa solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 55px;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 55px;
  color: #aaaaaa;
}
.footer .copyright a {
  color: inherit !important;
}
.footer .m70 {
  margin-top: 4.375rem;
}
.footer-info {
  display: none !important;
  z-index: 10;
  background-color: #f81b0a !important;
  padding: 0;
  border-radius: 0;
}
.footer-info .title {
  line-height: 3.75rem;
  font-size: 1.75rem;
}
.footer-info .footer-from {
  line-height: 3.75rem;
}
.footer-info .footer-from .input-item {
  padding: 0 10px;
}
.footer-info .footer-from .input {
  background-color: #ffffff;
  font-size: 14px;
  color: #000;
}
.footer-info .input:focus,
.footer-info .input:active {
  border-color: #303030;
}
.footer-info .button {
  background-color: #242424;
  border-color: #242424 !important;
  cursor: pointer;
  margin-left: 10px;
}
.footer-info .icon-danger {
  -webkit-transform: rotate(45deg) translateY(-1rem);
          transform: rotate(45deg) translateY(-1rem);
  font-size: 25px;
}
.footer-info img {
  width: 3.125rem;
}
@-webkit-keyframes huiding {
  0%,
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate(-60%, -50%);
            transform: translate(-60%, -50%);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate(-40%, -50%);
            transform: translate(-40%, -50%);
  }
}
@keyframes huiding {
  0%,
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate(-60%, -50%);
            transform: translate(-60%, -50%);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate(-40%, -50%);
            transform: translate(-40%, -50%);
  }
}
.gongju {
  position: fixed;
  right: 2.5rem;
  bottom: 9.375rem;
  height: auto;
  z-index: 999;
}
.gongju > ul > li {
  margin: 0.4375rem 0;
  width: 100%;
}
.gongju > ul > li::after {
  display: block;
  content: "";
  clear: both;
}
.gongju > ul > li > a {
  float: right;
  width: 50px;
  height: 50px;
  display: block;
  background-color: #f81b0a;
  position: relative;
  border-radius: 50%;
}
.gongju > ul > li > a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 45%;
}
.gongju > ul > li > a img.wx {
  width: 55%;
}
.gongju > ul > li > a#top:hover img {
  -webkit-animation: huiding 5s;
          animation: huiding 5s;
}
.gongju .popove {
  display: none;
  color: #111111 !important;
  max-width: initial;
}
.gongju .popove .popove-body {
  text-align: center;
}
.gongju .popove img {
  width: 100%;
}
.gongju .popove.tel {
  top: -9px;
  left: -185px;
}
.gongju .popove.tel p {
  text-align: left;
}
.gongju .popove.tel p:not(:nth-child(1)) {
  padding-top: 6px;
}
.gongju .popove.code {
  top: 0px;
  left: -170px;
  width: 150px;
}
@media (max-width: 1232px) {
  .footer .tel-title,
  .footer .tel {
    font-size: 1.375rem;
  }
}
@media (max-width: 992px) {
  .banner {
    padding-top: 50px;
  }
  .header {
    height: auto !important;
  }
  .header .container {
    padding: 0 !important;
    margin: 0;
  }
  .mobile-logo {
    /* width: 50%; */
    max-height: 55px;
    display: block;
  }
  .footer .m70 {
    margin-top: 1.25rem;
  }
  .footer .item {
    margin: 1.25rem 0;
  }
  .footer .icon {
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3.125rem;
       -moz-box-flex: 0;
            flex: 0 0 3.125rem;
  }
  .footer .icon .iconfont {
    font-size: 1.875rem;
  }
  .footer-info .title {
    font-size: 1.875rem;
  }
  .footer-info .footer-from {
    line-height: initial;
  }
  .footer-info .footer-from .input-item {
    height: 3.75rem;
  }
  .footer-info .title {
    text-align: center;
  }
  .footer-info .title img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .footer .copyright {
    height: auto;
    line-height: unset;
  }
  .footer .copyright .x12 {
    line-height: 1.5625rem;
    text-align: center;
  }
  .footer .zxrx {
    margin-top: 1.25rem;
    text-align: left;
  }
  .nav-mobile .navbar-body {
    background-color: #000000;
  }
}
@media (max-width: 760px) {
  .nav-pc {
    display: none;
  }
  .nav-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
  .choice .option {
    padding: 0 8px;
  }
  .nav-mobile .navbar-body {
    background-color: #000000;
  }
  .footer .tel {
    font-size: 1.25rem;
  }
  .footer .m70 {
    margin-top: 1.25rem;
  }
  .footer-info-but {
    padding: 0 10px;
  }
  .footer .footer-img img {
    width: 100%;
  }
  .footer-info .title {
    line-height: 4.25rem;
    font-size: 1.25rem;
  }
  .footer {
    margin-bottom: 0;
  }
  .footer-info {
    display: none !important;
  }
  .choice .option.active::after {
    top: 54px;
  }
  .banner .banner-page {
    bottom: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
.choice .swiper-slide {
  width: auto;
}
.choice .swiper-wrapper {
    justify-content: center;
}
@media (max-width: 760px) {
    html {
        font-size: 12px !important;
    }
  .choice .swiper-wrapper {
    display: flex;
    justify-content: flex-start
  }
  .footer {
      padding: 0 !important;
  }
  .footer .footer-nav .row .col {
      padding-top: 3vw !important;
  }
  .copy-right {
      font-size: 12px !important;
  }
  .footer .qrcode h3 {
      font-size: 14px !important;
  }
}



/* 2022.5.9 */
.text-danger, .button.border-danger, .input-invalid > .input-validate {
    color: #d96325 !important;
}




