@charset "UTF-8";
/**************** 初始化 ********************/
@font-face {}
body {
  font-family: PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, sans-serif !important;
  font-size: 14px !important;
  color: #333333 !important;
}

li {
  list-style: none;
}

dd {
  margin-bottom: 0 !important;
}

ul {
  padding: 0;
}

/**************** 颜色字体统一 ********************/
/* 文字基本颜色 */
.ns-text-color {
  color: #2a7efb !important;
}

.ns-text-red-color {
  color: red !important;
}

.ns-text-after-color::after {
  color: #2a7efb !important;
}
.ns-text-after-color::before {
  color: #2a7efb !important;
}

.ns-border-color {
  border-color: #2a7efb !important;
}

.ns-border-after-color::after {
  border-color: #2a7efb !important;
}
.ns-border-after-color::before {
  border-color: #2a7efb !important;
}

.ns-bg-color {
  background-color: #2a7efb !important;
}

.ns-bg-after-color::after {
  background-color: #2a7efb !important;
}
.ns-bg-after-color::before {
  background-color: #2a7efb !important;
}

.ns-bg-lucency-color {
  background-color: rgba(42, 126, 251, 0.1);
}

.ns-bg-opacity-color {
  background-color: rgba(42, 126, 251, 0.2);
}

.ns-align-center {
  text-align: center;
}

/***************** 横幅 ***************/
.base-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  cursor: pointer;
}
.base-top img {
  width: 100%;
  height: 70px;
  object-fit: cover;
}

/**************** 头部 ********************/
.base-head {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  background: white;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
  background-color: #000;
}
.base-head .base-head-box {
  display: flex;
  align-items: center;
  height: 60px;
  margin: auto;
}
.base-head .base-head-box .head-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 30px;
}
.base-head .base-head-box .head-nav {
  display: flex;
  padding-left: 0;
  height: 100%;
  margin-left: 60px;
  margin-bottom: 0;
}
.base-head .base-head-box .head-nav > li {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
  position: relative;
  margin-left: 40px;
}
.base-head .base-head-box .head-nav > li:hover .dropdown-menu-wrapper {
  display: flex;
}
.base-head .base-head-box .head-nav > li:first-of-type {
  margin-left: 0;
}
.base-head .base-head-box .head-nav > li > a {
  line-height: 78px;
}
.base-head .base-head-box .head-nav > li > a i {
  position: absolute !important;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  position: relative;
  bottom: -9px;
  right: -19px;
}
.base-head .base-head-box .head-nav > li a {
  color: #fff;
  font-size: 16px;
}
.base-head .base-head-box .head-nav > li a:hover {
  text-decoration: none;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper {
  display: none;
  justify-content: center;
  padding: 20px 0 30px 0;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 9;
  border-top: 1px solid #f2f2f2;
  background-color: #fff;
  box-shadow: 0 5px 3px 0px rgba(0, 0, 0, 0.08);
  flex-direction: column;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .dropdown-top {
  display: flex;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .dropdown-top .dropdown-items {
  width: 140px;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .dropdown-top .dropdown-items .dropdown-title {
  font-size: 15px;
  color: #666;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .dropdown-top .dropdown-items .dropdown-list-item {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .dropdown-top .dropdown-items .dropdown-list-item img {
  width: 24px;
  height: 24px;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .dropdown-top .dropdown-items .dropdown-list-item span {
  margin-left: 10px;
  font-size: 14px;
  margin-bottom: -3px;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .dropdown-top .dropdown-items.right {
  width: 900px;
  margin-left: 20px;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .dropdown-top .dropdown-items.right .dropdown-product {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .dropdown-top .dropdown-items.right .dropdown-product .dropdown-product-item {
  display: flex;
  padding: 10px;
  width: 50%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .dropdown-top .dropdown-items.right .dropdown-product .dropdown-product-item .dropdown-product-img {
  width: 106px;
  height: 86px;
  border-radius: 4px;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .dropdown-top .dropdown-items.right .dropdown-product .dropdown-product-item .dropdown-product-img img {
  width: 106px;
  height: 86px;
  border-radius: 4px;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .dropdown-top .dropdown-items.right .dropdown-product .dropdown-product-item .dropdown-product-info {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .dropdown-top .dropdown-items.right .dropdown-product .dropdown-product-item .dropdown-product-info .dropdown-product-title {
  font-size: 18px;
  display: flex;
  align-items: center;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .dropdown-top .dropdown-items.right .dropdown-product .dropdown-product-item .dropdown-product-info .dropdown-product-title img {
  transform: rotate(270deg);
  width: 17px;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .dropdown-top .dropdown-items.right .dropdown-product .dropdown-product-item .dropdown-product-info .dropdown-product-desc {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .dropdown-top .dropdown-items.right .dropdown-product .dropdown-product-item .dropdown-product-info .dropdown-product-label {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .dropdown-top .dropdown-items.right .dropdown-product .dropdown-product-item .dropdown-product-info .dropdown-product-label div {
  padding: 3px 12px;
  font-size: 12px;
  border-radius: 5px;
  cursor: pointer;
  background: #fff;
  border: 1px solid rgba(229, 229, 229, 0.89804);
  color: #666;
  margin-right: 10px;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .dropdown-top .dropdown-items.right .dropdown-product .dropdown-product-item .dropdown-product-info .dropdown-product-label div:hover {
  color: #4073fa;
  border-color: #c6d5fe;
  background-color: #ecf1ff;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .dropdown-bottom {
  display: none;
  justify-content: space-between;
  padding: 11px 0;
  background: #f6f6f6;
  margin-top: 20px;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .dropdown-bottom > div {
  display: flex;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .dropdown-bottom > div img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.base-head .base-head-box .head-nav .head-nav-case .dropdown-menu-wrapper-con {
  width: 50%;
}
.base-head .base-head-box .head-other {
  display: flex;
  align-items: center;
  margin-left: auto;
  color: #383838;
}
.base-head .base-head-box .head-other .head-login {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
.base-head .base-head-box .head-other .head-login span:nth-child(2) {
  margin: 0 5px;
}
.base-head .base-head-box .head-other .head-login a {
  text-decoration: none;
}
.base-head .base-head-box .head-other .head-login a:first-child {
  max-width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.base-head .base-head-box .head-other button {
  width: 94px;
  height: 40px;
  background: #000;
  border: none;
  border-radius: 1px;
  color: #fff;
}
.base-head .base-head-box .head-other .title-bottom {
  width: 75px;
  height: 36px;
  background: #fff;
  border: none;
  border-radius: 4px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}
.base-head .base-head-box .head-other .title-bottom img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  margin-bottom: 2px;
}
.base-head .base-head-box .head-other .head-other-btn {
  position: relative;
  height: 78px;
  padding-top: 22px;
}
.base-head .base-head-box .head-demonstration {
  position: fixed;
  top: 60px;
  left: 0;
  text-align: right;
  display: none;
  width: 100%;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap {
  display: flex;
  text-align: center;
  box-shadow: 0px 4px 12px 0px rgba(167, 167, 167, 0.3);
  border-radius: 0px 0px 8px 8px;
  position: relative;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap:before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  position: absolute;
  top: -10px;
  right: 34px;
  display: none;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .hover-block {
  position: absolute;
  top: -60px;
  right: 0;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .list-group {
  float: left;
  padding: 17px 0;
  width: 200px;
  box-sizing: border-box;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .ns-tab-wrap .list-group-item {
  line-height: 1;
  padding: 0 1.25rem;
  margin: 17px 0;
  display: flex;
  align-items: center;
  border-radius: 0;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .ns-tab-wrap .list-group-item.active {
  border-right: 2px solid #2473f1;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .ns-tab-wrap .list-group-item:hover {
  background: #ffffff;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .ns-tab-wrap .list-group-item .icon-img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .ns-tab-wrap .list-group-item span {
  font-size: 18px;
  height: unset;
  line-height: unset;
  color: #222222;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .list-group-horizontal {
  border-bottom: 1px solid #f1f1f1;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .tab-content {
  padding: 26px;
  width: calc(100% - 200px);
  float: left;
  border-left: 1px solid #f1f1f1;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .tab-content .head-demonstration-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .tab-content .head-demonstration-title span {
  font-size: 12px;
  color: #a6a6a6;
  font-weight: 500;
  margin-left: 15px;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .tab-content .table {
  border-left: 1px solid rgba(42, 126, 251, 0.5);
  border-right: 1px solid rgba(42, 126, 251, 0.5);
  margin-bottom: 2rem;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .tab-content .table thead {
  background-color: #e8f1ff;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .tab-content .table thead th {
  border-bottom: 1px solid rgba(42, 126, 251, 0.5);
  color: #444444;
  font-size: 14px;
  font-weight: 500;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .tab-content .table tbody td:nth-child(2) {
  text-align: left;
  color: #2a7efb;
  font-size: 16px;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .tab-content .table tbody td:nth-child(2) a {
  color: #2a7efb;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .tab-content .table tr td:first-of-type {
  font-size: 14px;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .tab-content .table th {
  height: 42px;
  line-height: 42px;
  padding: 0;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .tab-content .table td {
  font-size: 14px;
  color: #383838;
  vertical-align: middle;
  padding: 9px;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .tab-content .table td a:hover {
  text-decoration: none;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .tab-content .head-demonstration-ewm {
  display: flex;
  justify-content: start;
  align-items: center;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .tab-content .head-demonstration-ewm .head-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .tab-content .head-demonstration-ewm .head-wrap span {
  margin-top: 10px;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .tab-content .head-demonstration-ewm img {
  width: 140px;
  cursor: pointer;
  border: 1px solid #abc5ff;
  border-radius: 8px;
  padding: 9px;
}

.base-head .base-head-box .head-demonstration .head-demonstration-wrap .tab-content .table th, .base-head .base-head-box .head-demonstration .head-demonstration-wrap .tab-content .table td {
  border-bottom: 1px solid rgba(42, 126, 251, 0.5);
  border-top: 1px solid rgba(42, 126, 251, 0.5);
  border-right: 1px solid rgba(42, 126, 251, 0.5);
}

/**************** 内容 ********************/
.base-main {
  margin-top: 60px;
  min-width: 1200px;
  min-height: 406px;
}

/**************** 尾部 ********************/
.footer-top {
  background: #4073fa;
  color: #fff;
  height: 160px;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
}
.footer-top .ns-base-width {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer-top .ns-base-width .item {
  width: 300px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer-top .ns-base-width .item .number {
  font-size: 60px;
  margin-right: 10px;
  line-height: 1;
  margin-bottom: 6px;
}
.footer-top .item:not(:first-of-type):before {
  content: "";
  width: 1px;
  height: 32px;
  background: #d6d6d6;
  margin-right: 40px;
}

.base-footer {
  background: #222222;
  min-width: 1200px;
}
.base-footer .footer-main {
  padding: 50px 0;
  margin: auto;
  padding-bottom: 20px;
}
.base-footer .footer-consult {
  display: flex;
  justify-content: space-between;
}
.base-footer .footer-consult .consult-left {
  display: flex;
}
.base-footer .footer-consult .consult-left dl {
  margin-bottom: 0;
}
.base-footer .footer-consult .consult-left dl ~ dl {
  margin-left: 75px;
}
.base-footer .footer-consult .consult-left dt {
  margin-bottom: 15px;
  font-size: 16px;
  color: #e5e5e5;
  font-weight: unset;
}
.base-footer .footer-consult .consult-left dd {
  font-size: 16px;
  color: #909192;
  margin-bottom: 0;
}
.base-footer .footer-consult .consult-left dd a {
  color: inherit;
  font-size: 16px;
}
.base-footer .footer-consult .consult-left dd a:hover {
  text-decoration: none;
}
.base-footer .footer-consult .consult-left dd ~ dd {
  margin-top: 10px;
}
.base-footer .footer-consult .consult-left dd span:first-of-type {
  display: inline-block;
  width: 96px;
}
.base-footer .footer-consult .consult-left dd.time span:last-of-type {
  display: block;
  margin-left: 100px;
}
.base-footer .footer-consult .consult-left dd.online-contact a {
  display: inline-block;
  text-align: center;
  line-height: 32px;
  width: 110px;
  height: 32px;
  background-color: #2a7efb;
  border-radius: 25px;
  color: #fff;
}
.base-footer .footer-consult .consult-left dd.online-contact a:hover {
  text-decoration: none;
}
.base-footer .footer-consult .consult-right {
  display: flex;
}
.base-footer .footer-consult .consult-right .consult-right-code {
  text-align: center;
  width: 140px;
  height: 140px;
}
.base-footer .footer-consult .consult-right .consult-right-code:first-of-type {
  margin-right: 55px;
}
.base-footer .footer-consult .consult-right .consult-right-code:first-of-type img {
  padding: 10px;
  background-color: #fff;
  box-sizing: border-box;
}
.base-footer .footer-consult .consult-right .consult-right-code img {
  margin-bottom: 10px;
  max-width: 100%;
}
.base-footer .footer-consult .consult-right .consult-right-code span {
  color: #bebebe;
  font-size: 16px;
}
.base-footer .footer-other-info {
  margin-top: 90px;
  padding: 13px 0;
  border-top: 1px solid #44484a;
  border-bottom: 1px solid #44484a;
  display: flex;
}
.base-footer .footer-other-info .other-info {
  color: #909192;
  font-size: 14px;
  width: 75px;
}
.base-footer .footer-other-info dl {
  display: flex;
  color: #909192;
  font-size: 14px;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.base-footer .footer-other-info dl a {
  color: #909192;
  font-size: 15px;
}
.base-footer .footer-other-info dl dd:nth-child(2n) {
  margin: 0 5px;
}
.base-footer .footer-other-info .other-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.base-footer .other-company-info {
  display: flex;
  align-items: center;
  color: #909192;
  justify-content: center;
  margin-top: 15px;
}
.base-footer .other-company-info span:first-of-type {
  margin-top: 4px;
}

/**** 右侧边栏 ****/
.right-side-menu {
  position: fixed;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 88px;
  z-index: 99;
}
.right-side-menu > div {
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(167, 167, 167, 0.3);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 0 0;
}
.right-side-menu .right-side-box {
  display: flex;
  align-items: center;
  width: 88px;
  height: 88px;
  color: #444444;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
  position: relative;
  padding-top: 0;
  flex-direction: column;
  justify-content: center;
}
.right-side-menu .right-side-box p {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  width: 100%;
  margin-bottom: 0 !important;
  font-size: 12px;
  line-height: 12px;
  margin-top: 10px;
  white-space: nowrap;
}
.right-side-menu .right-side-box > .img-box {
  height: 44px;
  display: flex;
  align-items: center;
}
.right-side-menu .right-side-box:last-child {
  border-bottom: none;
}
.right-side-menu .right-side-box:hover {
  text-decoration: none;
}
.right-side-menu .right-side-box:hover .reight-side-hover {
  display: inline-block;
}
.right-side-menu .right-side-box .reight-side-hover {
  display: none;
  position: absolute;
  top: 0;
  right: 90px;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  color: #383838;
  padding: 15px;
  background-color: #ffffff;
}
.right-side-menu .right-side-box .reight-side-hover .qq-img {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 12px;
}
.right-side-menu .right-side-box .reight-side-hover .qq-img img {
  width: 140px;
}
.right-side-menu .right-side-box .reight-side-hover .qq-img p {
  padding: 3px 0 12px;
}
.right-side-menu .right-side-box .reight-side-hover > p {
  text-align: left;
  line-height: 20px;
}
.right-side-menu .right-side-box .reight-side-hover > p span:first-child {
  display: inline-block;
  width: 60px;
}
.right-side-menu .right-side-box .reight-side-hover:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff;
  position: absolute;
  top: 24px;
  right: -10px;
}

.right-side-menu .right-side-box > img, .right-side-menu .right-side-box .img-box > img {
  width: 24px;
  height: 24px;
}

.modal-title {
  font-size: 16px;
}

.modal-body {
  padding: 30px !important;
}
.modal-body .form-control {
  height: 40px;
  font-size: 14px;
}
.modal-body input::-webkit-input-placeholder {
  color: #999999;
}
.modal-body input::-moz-placeholder {
  color: #999999;
}
.modal-body input:-moz-placeholder {
  color: #999999;
}
.modal-body input:-ms-input-placeholder {
  color: #999999;
}
.modal-body .js-send-code {
  width: 150px;
  height: 40px;
  font-size: 14px;
}
.modal-body .form-group {
  margin-bottom: 20px;
}

.modal-footer .btn {
  font-size: 14px;
  padding: 6px 20px;
}

/**************** 整体公共部分 ********************/
.ns-base-width {
  width: 1200px;
  margin: auto;
}

.ns-base-background {
  background-color: #fff;
}

.ns-base-bg-color {
  background-color: #f2f3f5;
}

/**************** 组件 ********************/
.ns-title {
  text-align: center;
  margin-top: 65px;
  margin-bottom: 50px;
}
.ns-title .main-title {
  margin-bottom: 30px;
  font-size: 26px;
  color: #333;
}
.ns-title .sub-title {
  font-size: 18px;
  color: #6b6b6b;
}

.ns-lable-block.style-one {
  display: flex;
  align-items: center;
}
.ns-lable-block.style-one .label-img {
  display: flex;
  justify-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
}
.ns-lable-block.style-one .label-img img {
  max-width: 100%;
  max-height: 100%;
}
.ns-lable-block.style-one .label-content {
  flex: 1;
  margin-left: 10px;
}
.ns-lable-block.style-one .label-content .label-title {
  font-size: 20px;
  font-weight: bold;
  color: #383838;
}
.ns-lable-block.style-one .label-content .label-sub {
  margin-top: 10px;
  font-size: 14px;
  color: #6b6b6b;
}

.ns-text-part.style-one {
  text-align: center;
}
.ns-text-part.style-one .style-one-title {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.ns-text-part.style-one .style-one-content {
  position: absolute;
  line-height: 20px;
  height: 39px;
  font-size: 14px;
  color: #6b6b6b;
  width: 230px;
  font-family: Microsoft YaHei;
  left: 50%;
  transform: translateX(-50%);
}

.ns-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 32px;
  border: 1px solid #2a7efb;
  color: #2a7efb;
  background-color: #fff;
}
.ns-btn:hover {
  background-color: #2a7efb;
  color: #fff;
}

.ns-index-news-li {
  width: 580px;
  cursor: pointer;
}
.ns-index-news-li img {
  width: 216px;
  height: 140px;
  object-fit: cover;
}
.ns-index-news-li .media-body {
  position: relative;
  height: 140px;
}
.ns-index-news-li .ns-index-news-title {
  max-height: 50px;
  line-height: 25px;
  color: #383838;
  margin-bottom: 12px;
}
.ns-index-news-li .ns-index-news-con {
  height: 48px;
  color: #6b6b6b;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
}
.ns-index-news-li .ns-index-news-time {
  position: absolute;
  bottom: 8px;
  color: #838383;
  font-size: 12px;
}

.ns-card {
  width: 18rem;
}
.ns-card .ns-card-img {
  position: relative;
}
.ns-card .ns-card-body {
  position: relative;
}

.ns-tab-wrap .list-group-box-cut {
  border-radius: 0;
}
.ns-tab-wrap .list-group-item {
  border: none;
  line-height: 56px;
  text-align: left;
}
.ns-tab-wrap .list-group-item span {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  box-sizing: border-box;
}
.ns-tab-wrap .list-group-item.active {
  background-color: rgba(69, 149, 247, 0);
}
.ns-tab-wrap .list-group-item.active span {
  color: #2a7efb !important;
  border-bottom: 2px solid #2a7efb;
  font-weight: bold;
}
.ns-tab-wrap .list-group-item-action {
  width: auto;
}
.ns-tab-wrap .list-group-item-action:active {
  background-color: transparent;
}
.ns-tab-wrap .list-group-item-cut.list-group-item.active span {
  border-bottom: none;
}
.ns-tab-wrap .list-group-item-cut.list-group-item span {
  border-bottom: none;
}
.ns-tab-wrap.list-group-horizontal > .list-group-item:first-child {
  border-radius: 0;
}
.ns-tab-wrap.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 0;
}
.ns-tab-wrap.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: 0;
  border-left-width: 0;
}

.ns-len-long {
  width: 450px !important;
}

.ns-len-mid {
  width: 250px !important;
}

.ns-len-short {
  width: 120px !important;
}

.ns-multi-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.layui-carousel-ind ul {
  background-color: transparent !important;
}
.layui-carousel-ind ul li {
  background-color: rgba(255, 255, 255, 0.7);
}
.layui-carousel-ind ul li.layui-this {
  background-color: #2a7efb;
}

.ns-emphasize {
  font-size: 16px;
  font-weight: bold;
  color: red;
}

.upload-img-block {
  padding: 10px;
  width: 250px;
  height: 100px;
  border: 1px dashed #ddd;
  box-sizing: border-box;
}
.upload-img-block .upload-img-box {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.upload-img-block .upload-img-box > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  width: initial;
  height: initial;
}
.upload-img-block .upload-img-box .ns-upload-default {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
}
.upload-img-block .upload-img-box .ns-upload-default img {
  width: initial;
  height: initial;
  margin: 0;
}
.upload-img-block .upload-img-box .ns-upload-default p {
  color: #5a5a5a;
  line-height: 20px;
  white-space: nowrap;
}

.page-wrap .pagination {
  justify-content: flex-end;
}

.dropdown-menu-wrapper.product-center .dropdown-menu-wrapper-con {
  padding-right: 0px !important;
  border-right: 1px solid #f1f1f1;
}
.dropdown-menu-wrapper.product-center .dropdown-menu-wrapper-con:last-child {
  border-right: 0;
}
.dropdown-menu-wrapper.product-center .dropdown-menu-wrapper-con .style-one {
  flex-direction: column;
}
.dropdown-menu-wrapper.product-center .dropdown-menu-wrapper-con .style-one .label-img {
  margin-right: 0;
}
.dropdown-menu-wrapper.product-center .dropdown-menu-wrapper-con .style-one .label-content {
  margin-left: 0;
  font-size: 14px;
  margin-top: 20px;
}
.dropdown-menu-wrapper.product-center .dropdown-menu-wrapper-con .ns-nav-wrap {
  margin-top: 3px !important;
  padding: 0;
  display: flex;
  justify-content: center;
  font-size: 12px;
  color: #888888;
  border-right: 0 !important;
  padding-right: 0 !important;
}

.dropdown-menu-wrapper.product-center .dropdown-menu-wrapper-con .ns-nav-wrap a, .dropdown-menu-wrapper.product-center .dropdown-menu-wrapper-con .ns-nav-wrap p {
  display: flex;
  justify-content: center;
  margin: 0;
}

.fixed-right-box {
  position: fixed;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  z-index: 99;
}
.fixed-right-box .right-box-top {
  background: #ffffff;
  border-radius: 63px 63px 4px 4px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.fixed-right-box .right-box-top > img {
  width: 90px;
  height: 90px;
  margin-top: 16px;
  border-radius: 50%;
  box-shadow: 0 3px 10px #eef5ff;
  border: 6px solid #eef5ff;
}
.fixed-right-box .right-box-top .text {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999999;
  margin-top: 7px;
}
.fixed-right-box .right-box-top .text > img {
  width: 12px;
  height: 12px;
  margin-right: 3px;
}
.fixed-right-box .right-box-top .call {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin: 6px 0 12px 0;
}
.fixed-right-box .right-box-qrcode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 4px;
  padding: 8px;
  box-sizing: border-box;
  margin-top: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.fixed-right-box .right-box-qrcode img {
  width: 100%;
}
.fixed-right-box .right-box-qrcode div {
  font-size: 13px;
  color: #666666;
  margin-top: 5px;
}
.fixed-right-box .right-box-block {
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  color: #333333;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 8px 8px;
  cursor: pointer;
}
.fixed-right-box .right-box-block img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}