@charset "UTF-8";
/**************** 初始化 ********************/
body {
    font-size: 14px !important;
    color: #333333 !important;
    background-color: #f1f1f1;
}

li {
    list-style: none;
}

dd {
    margin-bottom: 0 !important;
}

ul {
    padding: 0;
}

/*顶部广告位*/
.top-active {
    position: relative;
    z-index: 99;
    clear: both;
    width: 100%;
    min-width: 1210px;
    font-size: 0;
    display: none;
}
.top-active .top-active-wrap {
    position: relative;
    width: 1210px;
    overflow: hidden;
    margin: 0 auto;
}
.top-active .top-active-wrap a {
    display: inline-block;
}
.top-active .top-active-wrap img {
    display: block;
    width: 100%;
}
.top-active .top-active-wrap i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    padding: 5px;
    box-sizing: border-box;
    line-height: 20px;
}

/**************** 颜色字体统一 ********************/
/* 文字基本颜色 */
.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);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    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: 40px 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);
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .dropdown-menu-wrapper-box {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 1200px;
    margin: auto;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .dropdown-menu-wrapper-box .dropdown-menu-wrapper-con {
    flex: 1;
    padding-right: 30px;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .dropdown-menu-wrapper-box a {
    text-decoration: none;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .dropdown-menu-wrapper-box a:last-child .ns-nav-wrap {
    border-right: 0;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .ns-lable-block .label-img {
    width: auto;
    height: auto;
    margin-right: 6px;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .ns-nav-wrap {
    width: 100%;
    border-right: 1px solid #f1f1f1;
    padding-right: 30px;
    margin-top: 20px;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .ns-nav-wrap a {
    display: inline-block;
    width: 100%;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .ns-nav-wrap a p {
    font-size: 12px;
    color: #838383;
    margin-top: 3px;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .ns-nav-wrap .label-sub {
    font-size: 12px;
    color: rgba(55, 55, 55, 0.6);
    position: relative;
    bottom: 15px;
    left: 48px;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .solution-nav-wrap a {
    width: 40%;
    margin-right: 10%;
}
.base-head .base-head-box .head-nav .dropdown-menu-wrapper .label-content .label-title {
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
}
.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: 94px;
    height: 40px;
    background: #fff;
    border: none;
    border-radius: 1px;
    color: #000;
}
.base-head .base-head-box .head-other .head-other-btn {
    position: relative;
    height: 78px;
    padding-top: 19px;
}
.base-head .base-head-box .head-demonstration {
    position: absolute;
    top: 70px;
    right: 0;
    text-align: right;
    display: none;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap {
    display: inline-block;
    text-align: center;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.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;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .list-group {
    float: left;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .ns-tab-wrap .list-group-item {
    line-height: 1;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .ns-tab-wrap .list-group-item span {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
.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: 719px;
    float: left;
    border-left: 1px solid #f1f1f1;
}
.base-head .base-head-box .head-demonstration .head-demonstration-wrap .tab-content .head-demonstration-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.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: #2a7efb;
    font-size: 14px;
    font-weight: 500;
}
.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-head .base-head-box .head-demonstration .head-demonstration-wrap .tab-content .table tr td:first-of-type {
    font-size: 14px;
    font-weight: bold;
}
.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: 12px;
    color: #383838;
}
.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: center;
    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: 0 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: 100px;
    cursor: pointer;
}

/**************** 内容 ********************/
.base-main {
    margin-top: 20px;
    min-width: 1200px;
    min-height: 406px;
}

/**************** 尾部 ********************/
.base-footer {
    background: #272b2e;
    min-width: 1200px;
}
.base-footer .footer-main {
    padding: 50px 0;
    margin: auto;
}
.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: 25px;
    font-size: 16px;
    color: #fff;
}
.base-footer .footer-consult .consult-left dd {
    font-size: 14px;
    color: #909192;
    margin-bottom: 0;
}
.base-footer .footer-consult .consult-left dd a {
    color: #909192;
}
.base-footer .footer-consult .consult-left dd a:hover {
    text-decoration: none;
}
.base-footer .footer-consult .consult-left dd ~ dd {
    margin-top: 20px;
}
.base-footer .footer-consult .consult-left dd span:first-of-type {
    display: inline-block;
    width: 84px;
}
.base-footer .footer-consult .consult-left dd.time span:last-of-type {
    display: block;
    margin-left: 88px;
}
.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 {
    font-size: 14px;
    color: #fff;
}
.base-footer .footer-other-info {
    margin-top: 32px;
    padding: 32px 0;
    border-top: 1px solid #44484a;
    border-bottom: 1px solid #44484a;
}
.base-footer .footer-other-info dl {
    display: flex;
    color: #909192;
    font-size: 14px;
}
.base-footer .footer-other-info dl a {
    color: #909192;
}
.base-footer .footer-other-info dl dd:nth-child(2n) {
    margin: 0 5px;
}
.base-footer .footer-other-info .other-company-info {
    display: flex;
    align-items: center;
    color: #909192;
}
.base-footer .footer-other-info .other-company-info span:first-of-type {
    margin-top: 4px;
    margin-right: 10px;
}

/**** 右侧边栏 ****/
.right-side-menu {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    z-index: 99;
}
.right-side-menu .right-side-box {
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    color: #ffffff;
    border-bottom: 1px solid #256bd2;
    cursor: pointer;
    position: relative;
    padding-top: 8px;
}
.right-side-menu .right-side-box > .img-box {
    height: 44px;
    padding-top: 7px;
}
.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 p {
    width: 100%;
    margin-bottom: 0 !important;
    font-size: 12px;
    line-height: 12px;
    margin-top: 6px;
    white-space: nowrap;
}
.right-side-menu .right-side-box .reight-side-hover {
    display: none;
    position: absolute;
    top: 0;
    right: 70px;
    -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;
}

.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 {
    /* Mozilla Firefox 19+ */
    color: #999999;
}
.modal-body input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}
.modal-body input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    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-action {
    width: auto;
}
.ns-tab-wrap .list-group-item-action:active {
    background-color: transparent;
}
.ns-tab-wrap .list-group-item.active {
    background-color: rgba(69, 149, 247, 0);
}
.ns-tab-wrap .list-group-item.active span {
    color: #2a7efb;
    border-bottom: 2px solid #2a7efb;
}
.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 {
    font-weight: bold;
    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.active {
    margin-left: 0;
    border-left-width: 0;
}
.ns-tab-wrap.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-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;
}
