@import url(../fonts/flaticon.css);

/*------------------------------------------------------------------
    ICON BOXES
-------------------------------------------------------------------*/

.icon-wrapper {
  position: relative;
  cursor: pointer;
  display: block;
  z-index: 1;
}

.icon-wrapper i {
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  font-size: 28px;
  background-color: #eee;
  color: #1f1f1f;
  margin-top: 0;
}

.small-icons.icon-wrapper:hover i,
.small-icons.icon-wrapper:hover i:hover,
.small-icons.icon-wrapper i {
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  padding: 0 !important;
  color: #e3e3e3 !important;
  background-color: transparent !important;
  background: none !important;
  margin-right: 10px !important;
  vertical-align: middle;
  font-size: 24px !important;
}

.small-icons.icon-wrapper h3 {
  font-size: 18px;
  padding-bottom: 5px;
}

.small-icons.icon-wrapper p {
  padding: 0;
  margin: 0;
}

.icon-wrapper h3 {
  font-size: 21px;
  padding: 0 0 15px;
  margin: 0;
}

a {
  color: #00934890;
}

a:hover {
  color: #009348;
}

.icon-wrapper p {
  margin-bottom: 0;
  padding-left: 95px;
}

.icon-wrapper p small {
  display: block;
  color: #999;
  margin-top: 10px;
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
}

.icon-wrapper p small:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 5px;
  font-size: 11px;
}

.effect-1 {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

.effect-1:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  /* border-radius: 4px; */
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.effect-1 {
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.effect-1:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 2px #009348;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}

.effect-1:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.effect-1:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.effect-1:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.alignright {
  float: right;
  margin: 10px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 10px 20px 20px 0;
}

.effect-1:after {
  box-shadow: 0 0 0 2px #009348 !important;
}

.controls .active {
  color: #009348 !important;
  border-color: #009348 !important;
}

#copyright p a {
  padding-left: 10px;
}

#copyright p a:hover {
  color: #009348 !important;
}

.btn-common {
  background: #009348;
}

.lni-chevron-up {
  background: #009348 !important;
}

.nav-link {
  cursor: pointer;
}

.navbar li.active .nav-link {
  background: #009348 !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav {
  color: #172b4d !important;
}

.nav-link:hover {
  color: #009348 !important;
}

.effect-1:hover {
  color: #fff;
  background: #009348 !important;
}

h1 {
  line-height: 36px;
}

h2 {
  font-size: 30px;
  line-height: 36px;
}

.nav-link {
  font-size: 16px;
}

.tp-mask-wrap {
  /* overflow: auto!important; */
}

.sbk {
}

.bor-r {
  border-radius: 8px !important;
}

.p-mini {
  padding: 2px 15px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.bg-n {
  background: none !important;
}

.tp-caption {
  /* border: 1px solid #f60!important; */
}

.icon-box {
  gap: 20px;
}

.small {
  font-size: 90%;
}

.larger {
  font-size: 120% !important;
}

.h1 {
  font-size: 40px;
}

.counter-section .counter .counterUp {
  font-size: 60px !important;
  font-weight: normal !important;
}

.white {
  color: #fff !important;
}

/* banner */
.wp-banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-top: 70px;
}

.wp-banner.small {
  max-height: 400px !important;
}

.wp-banner.big {
  max-height: 500px !important;
}

.wp-banner.mini {
  max-height: 300px !important;
}

a.back-to-top {
  z-index: 99999 !important;
}
a.back-to-top i {
  background: #009348 !important;
}

.wp-banner-main {
  /* max-height: 600px; */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 120px 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}

.wp-banner-main .icon-box .icon {
  flex: auto;
}

.wp-banner-main h2 {
  color: #fff;
}

.wp-banner .img {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
}

.icon-box .icon {
  padding: 56px 10px 0 10px !important;
  flex: 1;
  line-height: 25px !important;
  height: 80px !important;
  letter-spacing: 0 !important;
  transition: all 0.3s !important;
  color: #fff !important;
}

.icon-box .icon:hover {
  transform: scale(1.1);
}

.icon-wx1 {
  background: url("../img/slider/wechat.png") no-repeat center center;
  background-size: 30px 30px;
}

.icon-ios {
  background: url("../img/slider/ios.png") no-repeat center center;
  background-size: 30px 30px;
}
.icon-mac {
  background: url("../img/slider/ap.png") no-repeat center center;
  background-size: 30px 30px;
}
.icon-android {
  background: url("../img/slider/a.png") no-repeat center center;
  background-size: 30px 30px;
}
.icon-xcx {
  background: url("../img/slider/m.png") no-repeat center center;
  background-size: 30px 30px;
}
.icon-win {
  background: url("../img/slider/win.png") no-repeat center center;
  background-size: 30px 30px;
}

.form-links a {
  color: #172b4d !important;
}

.form-links li {
  margin-top: 20px;
}

.form-links .icon-box {
  display: block;
  background: #ccc;
  padding: 10px;
  border-radius: 4px;
}

.form-links .icon-box img {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.line-3 {
  line-height: 30px;
}

.sticky.is-sticky {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.175) inset;
}

.dropdown {
  position: inherit;
}

.dropdown-center {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.dropdown-center .row {
  gap: 30px;
}
/* menu */
.dropdown-menu {
  position: absolute !important;
  left: 0 !important;

  /* top: 80px !important; */
  width: 100vw !important;
  box-sizing: border-box !important;
  /* padding: 30px 30px 30px 300px !important; */
  background: #fff !important;
  border-top: none !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu .info,
.dropdown-menu::before {
  position: absolute;
  left: 0;
  top: 0;
  background: #cccccc30;
  width: 260px;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  z-index: 1;
}

.dropdown-menu .info::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #eee url("../img/logo.png") no-repeat 30px 30px;
  background-size: auto 120%;
  filter: blur(30px);
  opacity: 0.3;
  z-index: 1 !important;
}

.dropdown-menu .footer-titel {
  padding: 20px 0 10px 0;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #172b4d50;
}

.dropdown-menu .footer-link {
  padding-bottom: 20px;
}

.dropdown-menu a {
  color: #172b4d;
  font-size: 14px;
}

.dropdown-menu .d-flex {
  gap: 40px;
}

.application-bg {
  position: absolute;
  left: 960px;
  top: 120px;
  display: inline-block;
  width: 660px !important;
  z-index: 99;
}

.banner.counter-section {
  background: url("../img/background/banner.jpg");
}

#footer .icon-box {
  gap: 12px;
  display: flex;
  flex-direction: column;
}

#footer .icon-box .icon {
  width: 160px;
  overflow: hidden;
  line-height: 30px !important;
  padding: 3px 3px 3px 50px !important;
  background-color: #ffffff20;
  background-size: 23px 23px;
  background-position: 16px center;
  border-radius: 18px;
}

.code {
  display: block;
  width: 160px;
  height: 160px;
}

/* login */

.login-bg {
  /* background: url("../img/aa.jpg") no-repeat left center; */
  background: #eee;
  background-size: 100% auto;
}

.nbold {
  font-weight: normal !important;
}

.login-main {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 100px 0;
  min-height: 600px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  color: #fff;
  /* gap: 50px; */
  position: relative;
}

.login-bg::before {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.png) no-repeat -200px -400px;
  background-size: auto 180%;
  filter: blur(80px);
  opacity: 0.2;
}

.login-main .left {
  /* flex-basis: 64%; */
  box-sizing: border-box;
  padding-right: 20px;
  border-right: 30px solid transparent;
}

.flaticon-download {
  transform: rotate(180deg) !important;
  box-shadow: 0 0 rgba(0, 0, 0, 0.14), 0 -4px 8px rgba(0, 0, 0, 0.28) !important;
}

.hot-tel {
  display: inline-block;
  padding-left: 32px;
  margin-right: 20px;
  background: url("../img/tel-icon.png") no-repeat left center;
  background-size: 26px 26px;
  font-size: 18px;
  font-weight: bold;
}

#applyBox {
  border-top: 1px solid #f5f5f5;
  background-size: 30px 30px;
  background: #ccc;
  border-radius: 5px;
  margin-top: 10px;
  background-color: #009348;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
}

.page-login-form {
  position: relative;
  left: 0;
  top: 0;
  z-index: 999;
  padding-left: 30px !important;

  flex: 1;
  flex-basis: 36%;
  height: auto;
  background: #fff;
  min-height: 480px;

  border: 1px solid #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-weight: normal !important;
}

.code-box {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  flex-basis: 160px;
  text-align: right;
  color: #172b4d;
  cursor: pointer;
}

.switch-btn {
  cursor: pointer;
  color: #172b4d;
}

.form-box {
  letter-spacing: 1px;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute !important;
  left: 0;
  top: 0;

  display: none;

  box-sizing: border-box;
  padding: 30px;
  color: #172b4d50;
  font-size: 16px;
  min-height: 480px;
  position: relative;
  z-index: 1;
}

.tp-caption {
  color: #fff;
}

.form-box:first-child:before {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.png) no-repeat -500px -300px;
  background-size: auto 180%;
  filter: blur(50px);
  opacity: 0.2;
}

.form-box:last-child:before {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.png) no-repeat 0px -300px;
  background-size: auto 180%;
  filter: blur(50px);
  opacity: 0.2;
}

.page-login-form .form-group {
  margin-bottom: 15px;
}

.login-main .counter-section {
  padding: 0 !important;
}

.navbar {
  z-index: 9999;
  position: fixed;
  background: #fff;
  width: 100%;

  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175),
    0 -8px 20px 0px rgba(0, 0, 0, 0.1) inset;
}

.primary-color {
  color: #009348 !important;
}

#header-wrap .lni-user {
  width: 30px;
  height: 30px;
  background: #ccc;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 10px;
  background: #009348;
  color: #fff;
}

.login-main .counter-section .counter {
  padding: 10px;
}

.login-main .counter-section .counter p:last-child {
  font-size: 18px;
  text-align: left;
}
.page-login-form .login-form .form-control {
  position: static;
}

.page-login-form .input-icon i {
  font-size: 20px;
  height: 42px;
  vertical-align: top;
}

.c-checkbox {
  width: 20px;
  height: 20px;
  vertical-align: top;
}
input[type="checkbox"]:checked {
  border: 10px solid #172b4d !important;
  /* 样式 */
  background: #f60 !important;
}

.desc {
  font-size: 18px;
  line-height: 30px;
  white-space: break-spaces;
  word-wrap: break-word;
}

.desc2 {
  font-size: 14px;
  line-height: 20px;
  white-space: break-spaces;
  word-wrap: break-word;
}

/* download */
.download-main .team-item {
  /* height: 300px; */
  border: 1px solid #ddd;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

.download-main .team-item:hover .btn {
  background: #009348;
  color: #fff;
}

.download-main .team-item:hover {
  border-color: #ccc;
}

.download-main .info-text {
  height: 120px;
}

.download-main .img-fluid {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin: 30px auto;
}
.download-main .team-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.download-main .info-text .btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0;
  text-align: center;
  color: #009348;
  background: transparent;
  border: 1px solid #009348;
}

.download-main .info-text .btn:hover {
  background: #009348;
  color: #fff;
}

.download-main .qrcode {
  display: inline-block;
  margin-top: 15px;
  width: 150px;
  height: 150px;
  border-radius: 30px;
  overflow: hidden;
}

/* about */

#subnav {
  /* width: 100%; */
  position: relative;
  top: 0;
  z-index: 9999;
  opacity: 0;
  width: 0;
}

#subnav a {
  border-bottom: 2px solid transparent;
}

#subnav a.active,
#subnav a:hover {
  border-bottom: 3px solid #009348;
}

#subnav .container {
  position: relative;
  padding: 5px 0 0px 0;
  display: flex;
  flex-direction: row;
  justify-content: right;
  gap: 20px;
  height: auto;
}

#subnav .logo {
  position: absolute;
  left: 0;
  top: 10px;
  display: inline-block;
  height: 40px;
}

#subnav a {
  display: inline-block;
  color: #009348;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}

.history-dl {
  position: relative;
}
.history-dl dt {
}
.history-dl dd {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.history-dl .dd .line {
  position: absolute;
  left: 0;
  top: 0;
  border-left: 1px dashed #009348;
}

.history-dl .dd .line::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #009348;
  margin-left: -3px;
}

.history-dl .dd .line:nth-child(1) {
  left: 20px;
  top: -5px;
}
.history-dl .dd .line:nth-child(2) {
  left: 200px;
  top: -58px;
}
.history-dl .dd .line:nth-child(3) {
  left: 400px;
  top: -13px;
}
.history-dl .dd .line:nth-child(4) {
  left: 600px;
  top: -84px;
}

.history-dl {
  position: relative;
  display: none;
}

.line-dt {
  height: 1px;
  width: 100%;
  background: #f60;
}
.line-dd {
}

.line-dt {
}

#history {
  padding-top: 50px;
  background: #fff;
}

#history .bg {
  position: absolute;
  filter: blur(180px);
  width: 260%;
  max-height: 500px;
  opacity: 0.5;
}

.dl-history {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 500px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 50px 100px;
  overflow-x: scroll;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 49.5%,
    #009348 49.5%,
    transparent 50%,
    transparent 100%
  );
}

.dl-history::-webkit-scrollbar {
  width: 6px !important;
  height: 8px !important ;
}

.dl-history::-webkit-scrollbar-thumb {
  background: #999 !important;
  border-radius: 6px !important;
}

/* 定制滚动条轨道内的滚动条滑块active效果 */
.dl-history::-webkit-scrollbar-thumb:active {
  background-color: #ccc;
}

/* 定制滚动条轨道内的两端的按钮 */
.dl-history::-webkit-scrollbar-button {
  background-color: #ccc; /* 设置按钮的背景颜色 */
  width: 6px;
}

/* 定制滚动条轨道内的两端的按钮hover效果 */
.dl-history::-webkit-scrollbar-button:hover {
  background-color: #ccc; /* 设置按钮hover时的背景颜色 */
}

/* 定制滚动条轨道内的两端的按钮active效果 */
.dl-history::-webkit-scrollbar-button:active {
  background-color: #ccc; /* 设置按钮active时的背景颜色 */
}

/* 定制滚动条轨道内的滑块与轨道之间的间隔 */
.dl-history::-webkit-scrollbar-track {
  background-color: #ccc; /* 设置轨道的背景颜色 */
}

/* 定制滚动条轨道内的滑块与轨道之间的间隔hover效果 */
.dl-history::-webkit-scrollbar-track:hover {
  background-color: #ccc; /* 设置轨道hover时的背景颜色 */
}

/* 定制滚动条轨道内的滑块与轨道之间的间隔active效果 */
.dl-history::-webkit-scrollbar-track:active {
  background-color: #ccc; /* 设置轨道active时的背景颜色 */
}

.dl-history dt.line {
  position: absolute;
  height: 1px;
  background: #009348;
  /* width: 3000px; */
  top: 50%;
}
.dl-history dd {
  flex-basis: 300px;
  min-width: 300px;
  height: 150px;
  position: relative;
  border-left: 1px dashed #009348;
  bottom: -50px;
}

.dl-history dd:nth-child(2n + 1) {
  top: 200px;
}

.dl-history dd h5.time {
  position: absolute;
  bottom: -15px;
  left: -50px;
  display: block;
  content: "";
  width: 100px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  box-sizing: content-box;
  border: 1px solid #009348;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  background: #fff;
}

.dl-history dd:nth-child(2n + 1) h5.time {
  top: -10px;
  background: #eee;
}

.dl-history dd .descs {
  height: 130px;
  padding: 10px;
  overflow: hidden;
  line-height: 23px;
  font-size: 16px;
  text-align: left;
}

.dl-history dd:nth-child(2n + 1) .descs {
  margin-top: 20px;
}

.dl-history dd::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #009348;
  border: 3px solid #b8e9c5;
  border-radius: 10px;
  position: absolute;
  left: -6px;
  top: -6px;
  animation: heartbeat 1s infinite;
}

.delivery-btn {
  animation: heartbeat 1s infinite;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.6;
  }
}

.dl-history dd:nth-child(2n + 1)::after {
  top: auto;
  bottom: -10px;
}

#honor .download-main .team-item {
  height: 480px;
  overflow: hidden;
}

#honor .download-main .team-item img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

#job {
  background: #f5f5f5;
}

.job-mod {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 17px 1px rgba(223, 223, 223, 0.3);
  box-sizing: border-box;
  padding: 5px 20px 20px 20px;
}

#job .panel-title a {
  background: #009348;
  color: #fff;
}

#job .panel-title .collapsed {
  background: #009348 !important;
}

.job-mod h1 {
  font-size: 20px;
  font-weight: normal;
  margin: 20px 0 5px 0;
}
.job-mod p {
  font-size: 17px;
  color: #1f1f1f;
}

#job .plan-info {
  height: 160px;
  background: #fff;
}

.pricing-table .table-header {
  background: #009348;
}

.pricing-table .plan-info:before {
  background: #fff;
}

#contact {
  background: url("../img/zc-banner.jpg") no-repeat center bottom;
  background-size: 100% auto;
}

#contact .single-contact p {
  color: #fff !important;
  font-size: 16px;
}

#msgSubmit {
  background: #172b4d;
}

#contact .contact-right-area .contact-right .contact-icon {
  background: #009348;
}

#contactForm {
  width: 300px;
}

.slicknav_btn {
  border-color: #009348 !important;
}

.slicknav_menu .slicknav_icon-bar {
  background: #009348 !important;
}

.login-box {
  position: absolute;
  right: 80px;
  top: 15px;
  z-index: 9999;
  color: #009348;
}

.info-flex .row {
  display: flex;
  margin: 0 auto;
}

.info-flex .container-fulid {
  background: #fff;
}

.info-flex .container-fulid:nth-child(2n + 1) {
  background: #eee;
}

.info-flex .row:nth-child(2n) {
  flex-direction: row-reverse;
}

.featured-bg {
  background: #fff;
}

#codeImage {
  display: inline-block;
  height: 35px;
  margin-top: -5px;
}

/*

*/
.navbar-brand {
  width: 190px;
}

.navbar-brand img {
  width: 85%;
}

.navbar-expand-lg .navbar-nav .nav-link {
  line-height: 30px;
  height: 30px;
}

.menu-main {
  gap: 20px;
}

.menu-list {
  flex-basis: 20%;
  max-width: 20%;
}

.menu-list a {
  /* background: #ccc; */
  display: block;
  margin: 2px 0;
  border-radius: 6px;
  padding: 3px 10px;
}

.menu-list a:hover {
  background: #00934820;
  color: #009348;
}

.menu-list i {
  margin-right: 10px;
}

.c-big {
  max-width: 1360px;
}

.hh1 {
  font-size: 38px;
  color: #172b4d;
  font-weight: bold;
  margin-bottom: 20px;
}
.hh3 {
  line-height: 35px;
  font-size: 32px;
  color: #172b4d;
  font-weight: normal;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}

.hh2 {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  margin-bottom: 10px;
  font-weight: normal;
}

#business .team-item {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 40px 20px;
  border-radius: 20px;
  text-align: left;
  min-height: 360px;
  position: relative;
}

#business .row :nth-child(1) .team-item {
  /* background: url('/assets/img/tab1.png') no-repeat right 180px; */
  background-image: linear-gradient(120deg, #fff 0%, #e0c3fc 100%);
}

#business .row :nth-child(2) .team-item {
  /* background: url('/assets/img/tab2.png') no-repeat right 180px; */
  background-image: linear-gradient(120deg, #fff 0%, #4bdce4 100%);
}

#business .row :nth-child(3) .team-item {
  /* background: url('/assets/img/tab3.png') no-repeat right 180px; */
  background-image: linear-gradient(120deg, #fff 0%, #00ff6660 100%);
}

#business .row :nth-child(4) .team-item {
  /* background: url('/assets/img/tab4.png') no-repeat right 180px; */
  background-image: linear-gradient(120deg, #fff 0%, #ff806670 100%);
}

#business .row .team-item:hover {
  background-position: 315px 80px;
  /* background-size: 100% auto; */
}

#business .row .team-item:hover .hh3 {
  line-height: 6px;
}

#business .row .team-item:hover .hh2 {
  /* color: #fff; */
}

#business .team-item span.iconfont {
  font-size: 180px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(-30deg);
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}

#business .team-item:hover span.iconfont {
  font-size: 220px;
  opacity: 0.6;
  right: 50px;
  bottom: 50px;
  /* transform: rotate(0deg); */
}

#product .team-item .icon-rr {
  font-size: 20px;
}

#product .team-item {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 40px 20px;
  border-radius: 20px;
  text-align: left;
  min-height: 380px;
  opacity: 0.9;
  position: relative;
}

#product .row .col-lg-3::before {
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  display: block;
  position: absolute;
  border-radius: 20px;
  background-image: linear-gradient(120deg, #fff 0%, #ccc 100%);
  transition: all 0.2s ease-in;
}

#product .row .col-lg-3:hover::before {
  transform: translateY(-10px);
  background-image: linear-gradient(180deg, #fff 0%, #ccc 100%);
}

#product .row .col-lg-3:nth-child(1) .team-item {
  background: url("/assets/img/t1.png") no-repeat center bottom;
  background-size: 80% auto;
}

#product .row .col-lg-3:nth-child(2) .team-item {
  background: url("/assets/img/t2.png") no-repeat center bottom;
  background-size: 80% auto;
}

#product .row .col-lg-3:nth-child(3) .team-item {
  background: url("/assets/img/t3.png") no-repeat center bottom;
  background-size: 80% auto;
}

#product .row .col-lg-3:nth-child(4) .team-item {
  background: url("/assets/img/t4.png") no-repeat center bottom;
  background-size: 80% auto;
}

#product .row .col-lg-3 .team-item:hover {
  opacity: 1;
  background-position: center 170px;
  background-size: 95% auto;
}

#business .row .col-lg-3:nth-child(1) .team-item {
  background: url("/assets/img/at1.png") no-repeat center 160px;
  background-size: 100% auto;
}

#business .row .col-lg-3:nth-child(2) .team-item {
  background: url("/assets/img/at2.png") no-repeat center 160px;
  background-size: 100% auto;
}

#business .row .col-lg-3:nth-child(3) .team-item {
  background: url("/assets/img/at3.png") no-repeat center 160px;
  background-size: 100% auto;
}

#business .row .col-lg-3:nth-child(4) .team-item {
  background: url("/assets/img/at4.png") no-repeat center 160px;
  background-size: 100% auto;
}

#business .row .col-lg-3 .team-item:hover {
  opacity: 1;
  background-position: center 160px;
  background-size: 105% auto;
}

/* .footer-area{
  background: #eee;
} */

/* .footer-area .footer-titel{
  color: #172b4d;
}

.footer-area .footer-link li a:hover{
  color: #009348;
  text-decoration: none!important;
}

.footer-area .footer-link li a:before{
  background: #009348;
  margin-top: 2px;
} */

#copyright p,
#copyright p a {
  color: #fff !important;
}

.fam-box {
  width: 100%;
  /* height: 790px; */
  /* overflow: hidden; */
  /* margin-top: 40px; */
}

.mt-4 {
  margin-top: 40px !important;
}

#solution .info-flex .container-fulid:nth-child(2n) .row {
  flex-direction: row-reverse;
}

.counter-section {
  background: url("../img/counter-bg.jpg");
}

.footer-area .footer-link li a,
.footer-area .footer-link li {
  color: #ccc;
}

.nav-hide {
  opacity: 0;
  width: 0 !important;
}

.nav-show {
  width: 100% !important;
  opacity: 1 !important;
}

.indent {
  text-indent: 48px;
}

.intro .h2 {
  font-size: 22px;
  line-height: 35px;
  color: #172b4d;
}
.intro .h3 {
  font-size: 18px;
  line-height: 30px;
  color: #172b4d;
}

.img-fluid {
  width: 100%;
}

.fam-box {
  position: relative;
}

.fam-box::after {
  width: 100vw;
  height: 10px;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #333;
}

#copyright {
  box-sizing: content-box;
  min-height: 30px;
  line-height: 30px;
  padding: 20px 0 !important;
  /* padding: 0 10px; */
}

.sider-bar {
  position: fixed;
  right: 10px;
  bottom: 80px;
  width: 120px;
  height: auto;
  background: #fff;
  z-index: 9999;
  box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 15%);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

#siderBar {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  z-index: 9999;
}

#siderBar p {
  margin-bottom: 10px;
}

#telBox {
  display: none;
}

#siderBar p:last-child {
  margin-bottom: 0;
}

#siderBar img {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  height: auto;
}

@media only screen and (max-width: 767px) {
  /* sider bar */

  #applyBox {
    border-top: 1px solid #f5f5f5;
    padding-top: 30px;
    background: url("../img/apply.png") no-repeat top center;
    background-size: 30px 30px;
    color: #777777;
  }

  .hot-tel {
    margin-right: 0px;
    padding-left: 0 !important;
    background: none !important;
  }

  .sider-bar {
    width: 50px;
    bottom: auto !important;
    top: 200px;
    right: 0;
    width: 55px !important;
    padding: 5px !important;
    border-radius: 8px;
    overflow: hidden;
  }

  #siderBar p {
    font-size: 12px !important;
    line-height: 15px !important;
  }

  #wxBox {
    display: none;
  }

  #siderBar {
    padding: 5px !important;
  }

  #telBox {
    margin-bottom: 10px;
    padding-top: 30px;
    display: block !important;
    background: url("../img/tel-icon.png") no-repeat top center;
    background-size: 30px 30px;
  }

  #telBox {
    margin-bottom: 10px;
    padding-top: 35px !important;
    display: block !important;
    background: url("../img/tel-icon.png") no-repeat top center;
    background-size: 30px 30px;
    border-top: 1px solid #f5f5f5;
  }

  #wxLine {
    display: inline-block;
    width: 30px;
    height: 25px;
    background: url("../img/wx-icon.png") no-repeat center top;
    background-size: 30px 25px;
  }
  #wxLine img {
    display: none !important;
  }

  #solution .info-flex .container-fulid:nth-child(n+1) .row {
    flex-direction: column-reverse;
  }


  /* .sider-bar:hover #siderBar {
    display: block;
  }

  .sider-bar::before,
  .sider-bar::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;

    top: -40px;
    right: 4px;

    border-radius: 8px;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
    animation: shake 1s infinite;
  }

  @keyframes shake {
    0% {
      transform: rotate(0deg);
      opacity: 0.6;
    }
    25% {
      transform: rotate(15deg);
      opacity: 0.8;
    }
    50% {
      transform: rotate(-10deg);
      opacity: 1;
    }
    75% {
      transform: rotate(5deg);
      opacity: 0.6;
    }
    100% {
      transform: rotate(0deg);
      opacity: 0.6;
    }
  }

  .sider-bar::before {
    width: 36px;
    height: 36px;
    right: 2px;
    top: -42px;
    color: #fff;
    line-height: 36px;
    font-size: 12px;
    writing-mode: vertical-lr;
    background: linear-gradient(180deg, #eb8698 3%, #1366ec 95%);
  }

  .sider-bar::after {
    background: #fff url("/assets/img/s.png") no-repeat center center;
    z-index: 2;
  } */

  .fam-box {
    /* width: 100%; */
    /* height: 1430px!important; */
    /* overflow: hidden; */
    /* margin-top: 40px; */
  }

  #copyright p {
    line-height: 25px;
  }

  #copyright {
    padding: 15px !important;
  }

  #copyright a {
    display: block;
    line-height: 25px;
    padding-left: 0 !important;
  }

  .slicknav_nav li {
    position: relative;
  }

  .slicknav_nav .iconfont {
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
  }

  .slicknav_nav li span {
    display: block;
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #666;
    position: relative;
  }

  .slicknav_nav .active .s-menu a {
    background: transparent;
    color: #666;
  }

  .slicknav_nav .active .s-menu .active a {
    color: #009348;
  }

  .slicknav_nav .s-menu a {
    font-size: 13px;
    padding: 0 10px;
  }

  .slicknav_nav .s-menu a .iconfont {
    font-size: 14px;
  }

  .slicknav_nav .s-menu {
    /* margin-left: 40px; */
    width: 86%;
    padding-left: 5px;
  }

  .slicknav_nav .s-menu li:last-child {
    border-bottom: 0;
  }

  .slicknav_nav li span {
    padding: 0;
    margin: 0;
  }

  .slicknav_nav .slicknav_arrow {
    position: absolute;
    right: 5px;
    top: 7px;
    font-size: 12px;
    color: #666;
    background: transparent !important;
  }

  /* .slicknav_nav .icon-home2 {
    vertical-align: top;
  } */

  .slicknav_nav .active {
    color: #009348;
  }

  .slicknav_nav .active span {
    color: #009348;
  }

  /* .slicknav_nav .icon-caidan {
    font-size: 18px;
  } */

  .slicknav_nav li {
    line-height: 35px;
    font-size: 14px;
    border-top: 1px solid #eee;
  }

  .navbar,
  .slicknav_menu {
    height: 57px;
    background: #fff;
  }

  .slicknav_nav {
    position: relative;
  }
  .slicknav_nav li {
    position: relative;
    z-index: 2;
  }

  .slicknav_nav .mask {
    position: absolute;
    height: 100vh;
    width: 100vw;
    background: transparent;
    margin-left: 0;
  }

  #main-navbar,
  #subnav {
    display: none;
  }

  #history .bg {
    display: none;
  }

  #header-wrap .nav-pc {
    display: none !important;
  }

  .login-main {
    flex-direction: column-reverse !important;
  }

  .login-main .page-login-form {
    margin-left: 7px !important;
  }

  .login-main .left {
    padding-top: 30px;
  }

  .featured-bg .intro-title {
    margin-top: 0 !important;
  }

  #contact {
    min-height: 300px !important;
    background-size: auto 100% !important;
    text-align: center;
  }

  #contactForm {
    margin: 0 auto !important;
  }

  .dl-history {
    box-sizing: border-box !important;
    width: 100vw !important;
    height: auto !important;
    flex-direction: column !important;
    background: none !important;
    overflow-x: inherit !important;
    padding: 50px 50px 0 100px !important;
  }

  .dl-history dd {
    bottom: 0 !important;
    flex-basis: 100% !important;
    width: 100% !important;
  }

  .dl-history dd:nth-child(2n + 1) {
    top: 0 !important;
    bottom: 0 !important;
  }

  .dl-history dd h5.time {
    left: -90px !important;
    top: 0 !important;
  }

  .dl-history dd:nth-child(2n + 1) h5.time {
    top: 0 !important;
    background: #eee !important;
  }

  .dl-history dd .descs {
    margin-top: 40px !important;
  }

  .dl-history dd:nth-child(2n + 1) .descs {
    margin-top: 40px !important;
  }

  .dl-history dd::after {
    top: 40px !important;
    left: -6px !important;
  }

  .navbar {
    box-shadow: 1px 1px rgba(0, 0, 0, 0.1) !important;
  }

  .navbar-brand img {
    /* height: 57px; */
    width: auto;
    max-width: 140px;
    margin-top: 8px;
  }

  .download-main {
    padding: 0px 10px !important;
  }
  .wp-banner-main {
    font-size: 60%;
    padding: 40px 0;
    text-align: center;
  }
  .wp-banner .h1 {
    font-size: 18px;
    text-align: center;
    width: 100%;
  }

  #product .row .col-lg-3::before {
    opacity: 0;
  }

  .team-item a {
    font-size: 14px;
  }

  .wp-banner .icon-box {
    width: 100%;
    gap: 0;
    padding-top: 0px !important;
  }

  .wp-banner .pt-4 {
    width: 100%;
  }

  .wp-banner .btn {
    margin: 0 auto !important;
  }

  .wp-banner h5 {
    font-size: 12px;
  }

  .wp-banner .img {
    width: auto;
    max-height: 260px !important;
  }

  .login-main .left {
    border-right: 0;
    margin-bottom: 20px;
  }

  .page-login-form {
    margin-left: 15px;
  }

  .footer-titel {
    /* text-align: center; */
  }
  .footer-link {
    /* text-align: center; */
  }
  .address {
    /* text-align: center; */
  }
  .footer-area .address li a i {
    float: none;
  }

  .icon-box .icon {
    margin: auto;
  }
  #copyright {
    /* padding: 15px; */
    padding: 0 10px;
  }
  #copyright a:first-child {
    display: block;
  }

  #copyright p {
    text-align: left;
    /* line-height: 25px; */
  }

  .code {
    /* margin: 0 auto; */
  }

  .login-main {
    padding: 50px 0;
  }

  .hh3 {
    font-size: 20px !important;
  }
  .hh2 {
    font-size: 14px !important;
  }
  .hh1 {
    font-size: 20px !important;
    margin-bottom: 0 !important;
  }

  h2 {
    font-size: 20px !important;
  }
  h3 {
    font-size: 14px !important;
  }

  #business .team-item {
    min-height: auto !important;
  }

  .img-fluid {
    margin-bottom: 30px;
  }

  .pt-1 {
    padding-top: 10px !important;
  }
  .pt-3 {
    padding-top: 10px !important;
  }
  .pt-5 {
    padding-top: 10px !important;
  }
  .pt-4 {
    padding-top: 10px !important;
  }

  .pb-1 {
    padding-bottom: 10px !important;
  }
  .pb-3 {
    padding-bottom: 10px !important;
  }
  .pb-5 {
    padding-bottom: 10px !important;
  }
}
