@charset "UTF-8";
body {
    font-size: 14px;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.font-14 {
    font-size: 14px;
}

.m-default-title {
    font-size: 18px;
    color: #3A3A3A;
}

.m-default-text {
    font-size: 14px;
    color: #666666;
}

.m-module {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 20px;
}

.m-module-bg-gray {
    background-color: #f6f6f6;
}

.m-module-title {
    font-size: 24px;
    font-weight: bolder;
    color: #007bff;
}

.m-module-subtitle {
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
}

.m-module-desc {
    color: #8A8A8A;
    margin: 20px auto 30px auto;
}

#navigation-bars {
    width: 100%;
    height: 70px;
    color: #FFFFFF;
    background-color: #000000;
}

#navigation-bars .container-lg {
    height: 100%;
    padding: 0 15px;
}

#navigation-bars h1 {
    width: 215px;
    height: 45px;
    font-size: 12px;
    text-indent: -99999px;
    background-image: url("/logo.png");
    background-size: 100% 100%;
    margin: 0;
    padding: 0;
}

#navigation-bars .nav-pills .nav-link {
    color: #FFFFFF;
}

#header-banner {
    position: relative;
}

#header-banner .m-desc {
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    position: absolute;
    text-shadow: 2px 2px #666;
}

#header-banner .m-desc .m-title {
    line-height: 2;
    font-size: 22px;
    font-weight: bold;
}

#header-banner .m-desc .m-subtitle {
    font-size: 12px;
    line-height: 1.5;
    text-shadow: 1px 1px #666;
}

#header-banner img {
    width: 100%;
    min-height: 200px;
}

#company-advantage .m-image-item {
    height: 211px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

#company-advantage .m-hr {
    width: 40px;
    height: 3px;
    margin: 25px auto;
    background-color: rgb(44, 134, 237);
}

#company-advantage .m-default-text {
    line-height: 30px;
    padding: 0 15px;
    box-sizing: border-box;
}

#company-services .m-items {
    margin-top: 30px;
    margin-bottom: 20px;
}

#company-services .m-default-text {
    height: 72px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 20px;
}

#company-services .m-sub-items {
    color: #333333;
    padding: 10px;
    box-sizing: border-box;
}

#company-services .m-sub-items:hover, #company-services .m-sub-items:hover .m-desc {
    cursor: pointer;
    color: #e10404;
}

#company-services .m-sub-items .iconfont {
    font-size: 30px;
}

#company-services .m-sub-items .m-desc {
    color: #444444;
}

.m-development-idea .column {
    min-height: 180px;
    padding: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.m-development-idea .column .column-content {
    text-align: left;
    padding: 0 40px;
    position: relative;
    top: -10px;
}

.m-development-idea .column .column-desc {
    font-size: 13px;
    color: #9a9a9a;
}

.m-development-idea .column .column-desc:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #dc0a0a;
    margin-top: 20px;
}

.m-development-idea .column.image {
    padding: 0 40px;
}

.m-development-idea .column .show-image {
    width: 100%;
    background-position: center center;
    background-size: 100% 100%;
    transition: background-size 1s;
}

.m-development-idea .column .show-image:before {
    content: "";
    width: 0.1px;
    display: inline-block;
    padding-top: 40%;
}

.m-development-idea .column .show-image:hover {
    background-size: 120% 120%;
}

.m-management .management-item {
    border: 1px solid #f5f5f5;
    padding-top: 15px;
    padding-right: 10px;
    margin: 20px 0 30px;
    cursor: pointer;
}

.m-management .management-item:hover {
    color: #d31f23;
    border-color: #d31f23;
}

.m-management .management-item:hover .management-item-rows.row-2 .icon {
    background-image: url('/static/index/images/idea-plus-active.png') !important;
}

.m-management .management-item-rows {
    display: flex;
}

.m-management .management-item-rows .icon {
    width: 90px;
    height: 40px;
    background-position: center center;
    background-size: 28px 30px;
    background-repeat: no-repeat;
}

.m-management .management-item-rows.row-2 .icon {
    height: 80px;
    background-image: url('/static/index/images/idea-plus.png');
    background-size: 39px 48px;
}

.m-management .management-item-rows .title {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    flex: 1;
}

.m-management .management-item-rows .desc {
    font-size: 12px;
    text-align: left;
    flex: 1;
    display: flex;
    align-items: center;
}

.m-management .phone-image {
    width: 240px;
    height: 510px;
    background: url('/static/index/images/phone-image.png') no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}

.m-management .phone-image .case-image {
    width: 214px;
    height: 357px;
    position: absolute;
    top: 78px;
    left: 14px;
    overflow: hidden;
}

.m-management .phone-image .case-image-item {
    width: 214px;
    height: 357px;
    position: relative;
}

.m-management .phone-image .case-big-image {
    width: 214px;
    height: 357px;
    display: none;
}

.m-management .phone-image .case-big-image.active {
    display: block;
}

.m-news .m-news-item {
    text-align: left;
    cursor: pointer;
}

.m-news .m-news-item:hover .m-news-title {
    font-size: 20px;
}

.m-news-item .m-news-hr {
    width: 100%;
    height: 1px;
    background-color: #D6D6D6;
    margin: 15px auto;
}

.m-news-item .m-news-image {
    width: 100%;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.m-news-item .m-news-image:before {
    content: "";
    width: 0.1px;
    display: inline-block;
    padding-top: 61%;
}

.m-news-item .m-news-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 1s ease;
}

.m-news-item .m-news-date, .m-news-item .m-news-desc {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #9A9A9A;
    margin-top: 5px;
    text-align: right;
}

.m-news-item .m-news-desc {
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.m-footer {
    color: #ccc;
    background-color: rgb(41, 46, 51);
    padding-top: 50px;
    padding-bottom: 10px;
}

.m-footer .m-text-items {
    line-height: 42px;
}

.m-footer .m-wechat-image {
    width: 150px;
    height: 150px;
}

.m-footer .m-copyright {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.m-footer .beian-number, .m-footer .beian-number:hover, .m-footer .beian-number:active {
    color: #CCC !important;
    text-decoration: none;
    cursor: pointer;
}

.m-cases .m-case-item {
    margin-bottom: 20px;
}

.m-cases .m-case-image {
    width: 100%;
}

.m-cases .m-case-type {
    color: #A9A9A9;
}

.m-case-image-mask {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    opacity: 0.6;
    top: 0;
    left: 0;
    z-index: 99999;
    transition: all 500ms;
    cursor: pointer;
}

.m-case-column:hover .m-case-image-mask {
    opacity: 0 !important;
    transform: scale(1.01);
}

.m-case-image {
    transition: all 500ms;
}

.m-case-column:hover .m-case-image {
    box-shadow: #000 2px 2px 15px;
    transform: scale(1.01);
}

#page-index .m-partner .m-partner-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
    margin-bottom: 50px;
}

#page-index .m-partner .m-partner-items {
    width: max-content;
}

#page-index .m-partner .m-partner-item {
    padding: 5px;
    float: left;
}

#page-index .m-partner .m-partner-image {
    width: 180px;
    height: 113px;
    margin-bottom: 10px;
}

#page-index .m-question .number {
    width: 20px;
    height: 20px;
    line-height: 16px;
    font-size: 12px;
    font-weight: bolder;
    font-style: normal;
    text-align: center;
    color: #E64552;
    border: 2px solid #E64552;
    border-radius: 10px 10px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    top: -1px;
}

#page-index .m-question .card-body {
    padding-bottom: 15px;
}

#page-index .m-question .card-body .card-title {
    line-height: 26px;
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
}

#page-index .m-question .card-body .card-text {
    line-height: 24px;
    font-size: 14px;
    color: #666;
    text-align: left;
}

#label-contact-us {
    width: 198px;
    position: fixed;
    z-index: 99999999;
    right: 2px;
    top: 50%;
    background-color: #E64552;
    padding: 15px;
    box-sizing: border-box;
    transform: translateY(-50%);
    border-radius: 3px;
    display: none;
}

#label-contact-us .contact-us-wechat-qrcode {
    width: 100%;
    margin-top: 10px;
    background-size: 100% 100%;
}

#label-contact-us .contact-us-wechat-qrcode:before {
    content: "";
    width: 0.1px;
    display: inline-block;
    padding-top: 100%;
}

#label-contact-us .contact-us-item {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    color: #000;
    text-align: center;
    background-color: #f3f3f3;
    margin-top: 10px;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 4px;
}

#company-software .item img {
    width: 80px;
    height: 80px;
    margin: 40px auto 30px auto;
}

#company-slogan .hr {
    width: 100px;
    height: 1px;
    background-color: rgb(222, 222, 222);
    margin-top: 25px;
    margin-bottom: 20px;
}

#company-slogan .image {
    max-width: 332px;
}

#company-slogan .title {
    font-size: 14px;
    color: rgb(75, 75, 75);
}

#company-slogan .subtitle {
    font-size: 24px;
    color: #212529;
    margin-top: 20px;
}

#dev-process .image {
    width: 100%;
    background-position: center center;
    background-size: cover;
    margin-top: 20px;
}

#dev-process .image:before {
    content: "";
    width: 0;
    display: inline-block;
    padding-top: 60%;
}

#dev-process .items {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#dev-process .iconfont {
    font-size: 38px;
    font-weight: bolder;
    color: #2C85F0;
    margin-right: 10px;
}

#dev-process .content {
    text-align: left;
}

#dev-process .content .m-default-text {
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@keyframes moveLink {
    100% {
        transform: translateX(-50%);
    }
}

@media (min-width: 576px) {
    #header-banner .m-desc .m-title {
        font-size: 26px;
    }

    #header-banner .m-desc .m-subtitle {
        font-size: 14px;
    }

    .m-news-item .m-news-image {
        width: 164px;
        height: 110px;
        margin-top: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 992px) {
    #label-contact-us {
        display: block;
    }

    .m-development-idea .column.image {
        padding: 0;
    }

    #navigation-bars {
        height: 88px;
        background-color: transparent;
        position: absolute;
        z-index: 880527;
    }

    #navigation-bars .container-lg {
        padding: 0;
    }

    #navigation-bars h1 {
        width: 267px;
        height: 56px;
    }

    #header-banner .m-desc {
        text-align: left;
    }

    #header-banner .m-desc .m-title {
        font-size: 50px;
    }

    #header-banner .m-desc .m-subtitle {
        font-size: 22px;
    }
}