@charset "UTF-8";
.top-button {
  position: fixed;
  bottom: 10%;
  right: 61px;
  width: 40px;
  height: 40px;
  z-index: 10;
}
.top-header {
  overflow: hidden;
}
.topNavBar {
  padding: 20px 0 20px 0;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #212121;
  color: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.topNavBar .topNavBar-inner {
  min-width: 1200px;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100% 100%;
  flex: 0 0 100% 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.topNavBar.sticky {
  padding: 10px 0;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #3d4451;
}
/*Logo*/
.topNavBar .logo {
  font-size: 24px;
  padding-top: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.topNavBar-logo-size {
  width: 58px;
  height: 57px;
}
.topNavBar-message {
  display: inline-block;
  margin-left: 14px;
  font-weight: 400;
}
.topNavBar .logo .rs {
  font-size: 28px;
}
.topNavBar .logo .card {
  display: block;
  font-size: 15px;
  color: #cecece;
}
/*右导航条*/
.text-color {
  color: #8AC21E;
}
.topNavBar nav {
  padding-top: 5px;
}
.topNavBar nav ul {
  list-style: none;
  padding: 0;
  margin: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topNavBar nav ul > li {
  margin: 0 17px;
}
.topNavBar nav ul > li > a {
  font-size: 12px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  padding-top: 4px;
  padding-bottom: 6px;
  display: block;
  position: relative;
}
.topNavBar nav ul > li.highlight > a, .topNavBar nav ul > li > a:hover {
  color: #8AC21E;
}
.menu-content {
  width: 800px;
}
.topNavBar nav ul > li > a {
  font-size: 18px;
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.topNavBar nav ul > li.active > a::after,
.topNavBar nav ul > li.highlight > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #8AC21E;
  color: #8AC21E;
  height: 3px;
  -webkit-animation: menuSlide 0.4s;
  animation: menuSlide 0.4s;
}
@-webkit-keyframes menuSlide {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes menuSlide {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.topNavBar .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #8AC21E;
  color: #8AC21E;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.topNavBar li.active > .submenu {
  display: block;
  -webkit-animation: submenuSlide 0.3s;
  animation: submenuSlide 0.3s;
}
@-webkit-keyframes submenuSlide {
  0% {
    margin-right: 100%;
  }
  100% {
    margin-right: 0;
  }
}
@keyframes submenuSlide {
  0% {
    margin-right: 100%;
  }
  100% {
    margin-right: 0;
  }
}
.topNavBar .submenu > li {
  white-space: nowrap;
  padding: 5px 0;
}
.top-mailbox {
  font-size: 12px;
}
.top-mailbox img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.9;
  color: #ffffff;
}
.top-mailbox img:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-mailbox img:hover .wechat-code {
  margin-bottom: 10px;
}
.wechat {
  position: relative;
  display: inline-block;
}
.wechat-btn {
  position: absolute;
}
.wechat-image {
  font-size: 15px;
  z-index: 9;
  position: relative;
  border-radius: 10px;
  display: none;
  color: #ffffff;
  text-align: center;
  background-color: rgba(33, 33, 33, 0.6);
  width: 200px;
  padding: 24px 14px;
  -webkit-transform: translateY(38px) translateX(-63px);
  -ms-transform: translateY(38px) translateX(-63px);
  transform: translateY(38px) translateX(-63px);
}
.wechat-image .wechat-code {
  width: 140px;
  height: 140px;
  display: block;
  margin: 0 auto 10px;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.wechat-address {
  font-size: 15px;
  z-index: 9;
  position: relative;
  border-radius: 10px;
  display: none;
  color: #ffffff;
  text-align: center;
  background-color: rgba(33, 33, 33, 0.6);
  width: 240px;
  padding: 15px 10px;
  -webkit-transform: translateY(38px) translateX(-80px);
  -ms-transform: translateY(38px) translateX(-80px);
  transform: translateY(38px) translateX(-80px);
}
.wechat-image:before, .wechat-address:before {
  content: "";
  border: 10px solid;
  position: absolute;
  top: 0;
  left: 40%;
  border-color: transparent transparent rgba(33, 33, 33, 0.6) transparent;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.swiper-height {
  height: 988px;
}
.min-footer {
  min-width: 1220px;
}
.footer {
  font-size: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("../../images/icon_footer_background1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.footer .footer-icon-logo {
  width: 52px;
  height: 52px;
  position: relative;
  left: 48%;
  top: -60px;
  z-index: 2;
}
.footer .footer-content {
  margin: 0 auto;
  min-width: 795px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.footer .footer-content .footer-code {
  font-size: 0.12rem;
  text-align: center;
}
.footer .footer-content .footer-code img {
  width: 124px;
  height: 124px;
}
.footer .footer-content .footer-code p {
  color: #ffffff;
  margin-top: 8px;
}
.footer .footer-content .footer-message {
  color: #ffffff;
  font-size: 12px;
  width: 580px;
  height: 175px;
}
.footer .footer-content .footer-message:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.footer .footer-content .footer-message p {
  margin: 10px 0;
}
.footer .footer-content .footer-message .message-distance {
  margin: 25px 0;
}
.footer .footer-content .footer-message .message-distance p {
  margin: 5px 0;
}
.footer .footer-content .footer-message .icp {
  margin-right: 5px;
}
.footer-triangle {
  width: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transform: translateY(147px);
  -ms-transform: translateY(147px);
  transform: translateY(147px);
}
.footer-triangle .footer-triangle-left {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 0;
  height: 147px;
  border-top: 147px solid #EFEFEF;
  border-right: 1020px solid transparent;
  z-index: 8;
}
.footer-triangle .footer-triangle-right {
  content: "";
  position: absolute;
  width: 0;
  left: 50%;
  bottom: 0;
  height: 147px;
  border-top: 147px solid #EFEFEF;
  border-left: 1020px solid transparent;
  z-index: 8;
}
.footerinner-line-left {
  width: 60%;
  height: 5px;
  background-color: #CFD8DC;
  margin-top: 10px;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  z-index: 9;
}
.footerinner-line-right {
  width: 60%;
  height: 5px;
  background-color: #CFD8DC;
  margin-top: 10px;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  z-index: 9;
}
