[v-clock] {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    font-family: Microsoft Yahei;
    list-style: none;
    transition-property: color, border-color, background-color;
    transition-duration: 0.3s;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="submit"],
input[type="button"] {
    box-sizing: content-box;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: inherit;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: inherit;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: inherit;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    background: #fff;
    color: #333;
    font-size: 16px;
    margin: 0 auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-weight: 400;
}

img {
    display: block;
    border: 0;
}

.con_img img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

textarea,
select,
option,
input {
    outline: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.fw400 {
    font-weight: 400;
}

.fw700 {
    font-weight: 700;
}

.clearBoth:after,
.clearboth:after {
    content: "";
    display: block;
    clear: both;
}

.bordernone {
    border: none !important;
}

.red {
    color: red;
}

.white {
    color: #fff;
}

.w1000 {
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 20px 0;
    transform: unset;
    overflow: hidden;
    background: #ffffff;
}

.w1000 li {
    float: left;
    width: 16.6%;
    color: #333333;
    font-size: 14px;
    margin: 0
}

.w1000 li img {
    max-width: 30%;
    margin: 0 auto 10px;
}

.w1400 {
    margin: 0 auto;
    width: 93%;
    max-width: 1400px;
}

.w1600 {
    margin: 0 auto;
    width: 80%;
    max-width: 1200px;
}

.w1800 {
    margin: 0 auto;
    width: 93%;
    max-width: 1800px;
    display: flex;
    justify-content: center;
}

.centerBox {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.centerBox:after {
    content: "";
    display: block;
    clear: both;
}

.tu_box .tu {
    overflow: hidden;
}

.tu_box .tu img {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

.tu_box .tu:hover img {
    transform: scale(1.1);
}

.a_box a:hover {
    color: #f08300;
}

.kd1600 {
    margin: 0 auto;
    width: 84%;
    max-width: 1200px;
}

.clearboth:after,
.clearBoth:after {
    content: "";
    display: block;
    clear: both;
}

.index1 {
    padding: 95px 0 33px;
}

.ind1_lf {
    width: 18.75%;
}

.ind1_lf h2 {
    font-size: 16px;
    color: #2D3748;
    font-weight: normal;
    margin-bottom: 20px;
}

.ind1_lf h3 {
    font-size: 28px;
    font-weight: normal;
    color: #2D3748;
}

.ind1_lf img {
    margin: 20px 0 25px;
}

.ind1_con {
    font-size: 14px;
    line-height: 32px;
    color: #2D3748;
}

.ind1_lf a.ind1_more {
    display: block;
    width: 155px;
    font-size: 20px;
    line-height: 60px;
    color: #5382fc;
    text-align: center;
    margin-top: 15px;
    border: 1px solid #5382fc;
}

.ind1_ri {
    width: 77%;
}

.ind1_ri img {
    width: 100%;
}

.ind1_nr {
    min-height: 65px;
    padding-top: 15px;
    padding-right: 100px;
    background: url(../image/kz.png) right top no-repeat;
}

.ind1_nr h3 {
    font-size: 18px;
    color: #2D3748;
    font-weight: normal;
    margin: 0 0 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.ind1_nr p {
    font-size: 14px;
    color: #2D3748;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

@media only screen and (max-width: 900px) {

    .ind1_lf,
    .ind1_ri {
        float: none;
        width: 100%;
    }

    .ind1_lf {
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 600px) {
    .index1 {
        padding: 40px 0;
    }

    .ind1_lf h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .ind1_lf h3 {
        font-size: 24px;
    }

    .ind1_lf img {
        margin: 15px 0;
    }

    .ind1_con {
        font-size: 14px;
        line-height: 26px;
    }

    .ind1_lf a.ind1_more {
        width: 120px;
        font-size: 16px;
        line-height: 40px;
    }

    .ind1_nr {
        min-height: 65px;
        padding-top: 10px;
        padding-right: 0;
        background: none;
    }

    .ind1_nr h3 {
        font-size: 16px;
        margin: 0 0 5px;
    }
}

.index2 {
    padding: 85px 0 0;
}

.ind2_ti {
    text-align: center;
    margin-bottom: 65px;
}

.ind2_ti h3 {
    font-size: 30px;
    color: #3b3b3b;
    font-weight: normal;
    margin-bottom: 20px;
}

.ind2_ti img {
    margin: 0 auto;
}

.ind2 ul {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.ind2 ul li {
    width: 16.125%;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 25px 10px 45px 35px;
    box-sizing: border-box;
}

.ind2_img {
    margin-left: -20px;
    margin-bottom: 10px;
}

.ind2_img img {
    width: 130px;
}

.ind2 ul li h3 {
    font-size: 22px;
    color: #3b3b3b;
    font-weight: normal;
    margin-bottom: 5px;
}

.ind2 ul li h5 {
    font-size: 14px;
    color: #3b3b3b;
    font-weight: normal;
    margin-bottom: 25px;
}

img.hq1 {
    display: none;
}

.ind2 ul li:hover {
    border-color: #5382fc;
}

.ind2 ul li:hover img.hq {
    display: none;
}

.ind2 ul li:hover img.hq1 {
    display: block;
}

@media only screen and (max-width: 900px) {
    .ind2 ul li {
        width: 32%;
        padding: 20px 10px 30px 25px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .index2 {
        padding: 40px 0 20px;
    }

    .ind2_ti {
        margin-bottom: 30px;
    }

    .ind2_ti h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .ind2 ul li {
        width: 48.5%;
        padding: 10px 15px 20px;
    }

    .ind2_img {
        margin-left: -12px;
        margin-bottom: 0;
    }

    .ind2_img img {
        width: 80px;
    }

    .ind2 ul li h3 {
        font-size: 16px;
    }

    .ind2 ul li h5 {
        margin-bottom: 15px;
    }

    .ind2_more img {
        width: 35px;
    }
}

.index3 {
    padding: 110px 0 100px;
}

.ind3 {
    margin-bottom: 50px;
}

.ind3 .ind1_lf {
    width: 34%;
}

.ind3 .ind1_lf a {
    display: block;
    font-size: 20px;
    color: #5382fc;
    margin-top: 15px;
}

.ind3_ri {
    position: relative;
    width: 52.5%;
}

.ind3_img img {
    width: 100%;
    min-height: 285px;
    object-fit: cover;
}

.ind3_h {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px 40px;
    box-sizing: border-box;
}

.ind3_h img {
    width: 52px;
    margin-bottom: 10px;
}

.ind3_h h3 {
    font-size: 26px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 10px;
}

.ind3_h p {
    font-size: 19px;
    color: #b8bbc2;
}

.lj {
    position: absolute;
    right: 40px;
    bottom: 20px;
}

.ind3_three {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ind3_three a {
    position: relative;
    display: block;
    width: 28.72%;
}

@media only screen and (max-width: 900px) {
    .ind3 {
        margin-bottom: 20px;
    }

    .ind3 .ind1_lf,
    .ind3_ri {
        float: none;
        width: 100%;
    }

    .ind3_three a {
        width: 100%;
        margin-bottom: 20px;
    }

    .ind3_img img {
        height: 285px;
    }
}

@media only screen and (max-width: 600px) {
    .index3 {
        padding: 40px 0 20px;
    }

    .ind3_img img {
        min-height: 200px;
        height: 180px;
    }

    .ind3_h {
        padding: 20px;
    }

    .ind3_h h3 {
        font-size: 18px;
    }

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

    .lj {
        width: 40px;
        right: 20px;
    }
}

.index5 {
    padding: 0px 0 90px 0;
}

.index5 .ind1_lf {
    width: 17.5%;
    padding-top: 80px;
}

.index5_ri {
    width: 81.56%;
}

.index5_ri .swiper-container {
    padding: 0 10px;
}

.index5_ri .swiper-slide {
    padding: 10px 0;
}

.index5_ri .swiper-slide a {
    display: block;
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}

.index5_ri .swiper-slide a:hover {
    transform: scale(1.1);
}

.index5_ri .swiper-wrapper {
    padding-bottom: 2rem;
}

@media (max-width: 640px) {
    .index5_ri .swiper-wrapper {
        padding-bottom: 2rem;
    }
}

.ind5_img img {
    width: 100%;
}

.ind5_nr {
    padding: 30px 35px;
}

.ind5_nr h2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: normal;
}

.ind5_nr h2 img {
    margin-right: 5px
}

.ind5_nr h2 span {
    font-size: 14px;
    color: #777a7e;
    margin-right: 15px;
}

.ind5_nr h3 {
    font-size: 18px;
    line-height: 36px;
    color: #2d3748;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.xian {
    width: 90px;
    height: 1px;
    background: #eceef0;
    margin-bottom: 15px;
}

.ind5_nr p {
    font-size: 14px;
    color: #777a7e;
}

.ind5_zy {
    position: relative;
    width: 150px;
    height: 70px;
    margin-top: 45px;
}

.ind5_zy .swiper-button-next,
.ind5_zy .swiper-button-prev {
    position: absolute;
    top: 0;
    width: 70px;
    height: 70px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
}

.ind5_zy .swiper-button-next {
    background: url(../image/yyy.png) center center no-repeat;
    background-size: 100% 100%;
    right: 0;
}

.ind5_zy .swiper-button-prev {
    background: url(../image/zzz.png) center center no-repeat;
    background-size: 100% 100%;
    left: 0;
}

.window i {
    color: red;
}

@media only screen and (max-width: 900px) {
    .index5 .ind1_lf,
    .index5_ri {
        float: none;
        width: 109%;
    }

    .index5 .ind1_lf {
        padding-top: 0;
    }
}

@media only screen and (max-width: 600px) {
    .index5 {
        padding: 40px 0 20px;
    }

    .ind5_zy {
        width: 120px;
        height: 50px;
        margin-top: 15px;
    }

    .ind5_zy .swiper-button-next,
    .ind5_zy .swiper-button-prev {
        width: 50px;
        height: 50px;
    }

    .ind5_nr {
        padding: 15px;
    }

    .ind5_nr h3 {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 860px) {
    .lb1 .swiper-slide .kuang img {
        max-width: 110px
    }
}

.w1000 li {
    float: none
}

.sjyi li {
    padding: 0;
    margin: 0 12%;
    border-bottom: 1px solid #dddddd;
}

#myPage {
    width: 100%;
    text-align: center;
    margin-top: 60px;
    clear: both;
}

@media (max-width: 640px) {

    .swiper1 .swiper-slide, .ban .swiper-slide {
        height: 10rem;
        vertical-align: middle;
        text-align: center;
    }

    .swiper1 .swiper-slide img, .ban .swiper-slide img {
        max-width: 100%;
        height: 10rem;
        display: inline-block;
        object-fit: cover;
    }

}

.ind_box2 {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0 auto
}

.ind_fzlc {
    width: 100%;
    margin: 0 auto;

}

.ind_box2::-webkit-scrollbar {
    display: none
}

@media (max-width: 640px) {

    .ind_box2 {
        height: 34rem;
        overflow-x: scroll;
        overflow-y: hidden
    }

    .ind_fzlc {
        height: 34rem;
        vertical-align: middle;
        text-align: center;
        width: 44.75rem
    }

    .ind_fzlc img {
        max-width: 100%;
        height: 34rem;
        display: inline-block;
        object-fit: cover;
    }

}

.row_wrap li {
    width: 30%;
    margin: 0.5rem 0.25rem
}

.graybg {
    padding-top: 0;
}

.cp_cont {
    width: 1200px;
    margin: 30px auto;
    color: #3f4f7c;
}

.cp_cont h1 {
    text-align: center;
    font-size: 34px;
}

.cp_cont h2 {
    padding: 0 0 20px;
    line-height: 30px;
    font-size: 18px;
}

.cp_cont p {
    line-height: 30px;
    font-size: 14px;
}

/* 解决方案 左侧菜单 */
.jjfa .treebox {
    width: 200px;
    border-right: 1px solid #EEEEEE;
    background: #fff;
}

.jjfa .menu {
    overflow: hidden;
}

.jjfa .menu li.level1 > a {
    display: block;
    height: 45px;
    line-height: 45px;
    color: #333;
    padding-left: 10px;
    border-bottom: 2px solid #EEEEEE;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    transition: all .5s ease 0s;
    cursor: pointer;
}

.jjfa .menu li.level1 a:hover {
    text-decoration: none;
    background-color: #fff;
}

.jjfa .menu li.level1 a.current {
    background: #fbfbfb;
    color: #09f;
    border-left: 2px solid #09f;
}

.jjfa .ico {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 20px;
    top: 10px;
    background-repeat: no-repeat;
}

.jjfa .level1 i {
    width: 20px;
    height: 10px;
    background-image: url(../../../web/static/images/arrow.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
}

.jjfa .level1 i.down {
    background-position: 0 -10px;
}

.jjfa .ico1 {
    background-position: 0 0;
}

.jjfa .ico2 {
    background-position: 0 -20px;
}

.jjfa .ico3 {
    background-position: 0 -40px;
}

.jjfa .ico4 {
    background-position: 0 -60px;
}

.jjfa .ico5 {
    background-position: 0 -80px;
}

/*第二层*/
.jjfa .menu li ul {
    overflow: hidden;
}

.jjfa .menu li ul.level2 {
    display: none;
    background: #fff;
}

.jjfa .menu li ul.level2 li a {
    display: block;
    height: 45px;
    line-height: 45px;
    color: #333;
    text-indent: 10px;
    font-size: 14px;
    transition: all 1s ease 0s;
}

.jjfa .contright {
    width: 933px;
    padding: 0 20px 20px 40px;
}

.jjfa .contright h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.jjfa .contright h3 span, .cp_cont h3 span {
    display: block;
    width: 8px;
    height: 8px;
    background: #cfe7ff;
    border: 1px solid #09f;
    border-radius: 50px;
    margin-right: 8px;
    vertical-align: middle;
}

.jjfa .contright h3 span {
    margin-top: 11px;
}

.cp_cont h3 span {
    margin-top: 7px;
}

.jjfa .pc-mod-docs-item {
    width: 933px;
    display: block;
}

.jjfa .content_msgDiv h1 {
    font-size: 18px;
}

.jjfa .content_msgDiv h3 {
    font-size: 16px;
}

.phone {
    border-radius: 20px;
    margin-left: 15px;
    line-height: 39px;
    background-color: #FAFAFA;
    color: #0099FF;
    padding: 0 10px;
}

.phone img {
    width: 11%;
    margin: 0 8px;
}


.pc-mod-product-docs {
    background: #ececf3;
    padding-bottom: 60px
}

.pc-mod-product-docs .l-wrapper {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto
}

.pc-mod-product-docs .pc-mod-title {
    color: #333;
    padding-top: 60px;
    font-size: 34px;
    line-height: 58px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px
}

.pc-mod-docs-item {

}

.pc-mod-docs-item li {
    margin: 10px;
    width: 20%;
}

.pc-mod-docs-item li img {
    width: 100%;
}

@media (max-width: 1366px) {

}

@media (max-width: 767.98px) {
    .cp_cont {
        width: 100%;
    }

    .jjfa .treebox {
        display: none;
    }

    .jjfa .contright {
        width: 84%;
        margin: 0 auto;
        padding: 0;
    }

    .row_wrap ul {
        width: 37%
    }

    .row_wrap li {
        width: 44%;
    }
}

.row_flex-start {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

/**
 * 产品（软件、服务、寄存）
 */
.pcshow {
    display: block;
}

.mbshow {
    display: none !important;
    max-width: 100%;
    height: auto
}

.sy-product {
    position: relative;
    overflow: hidden;
}

.sy-product .main {
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    top: 7%;
    z-index: 33;
}

.sy-product .main .title {
    text-align: left;
}

.sy-product .main .title h1 {
    font-size: 1.2rem;
    line-height: 3rem;
    color: #333;
    font-family: 'Conv_KLAVIKA-REGULAR', Helvetica, Arial;
}

.sy-product .main .title h2 {
    font-size: 1.8rem;
    line-height: 3.75rem;
    color: #333;
    font-family: "微软雅黑", "黑体", '宋体';
    font-weight: bold;
}

.sy-product .main .title h4 {
    font-size: 1rem;
    line-height: 1.625rem;
    color: #333;
    padding: 0;
    width: 35%;
}

.sy-product .main .title h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #333;
    padding: 0;
    width: 35%;
    margin-top: 4%;
}

.sy-product .main .title p {
    display: inline-block;
    text-align: justify;
    color: #333;
}

.sy-product .main .title span {
    font-size: .85rem;
    line-height: 1rem;
    color: #333;
    margin-left: 0;
    text-transform: none;
}

.sy-product .main.right .title {
    text-align: right;
}

.sy-product .main .center {
    top: 10%;
}

.sy-product .main .center .title {
    text-align: center;
}

.sy-product .main .center .title h4 {
    margin: auto;
    width: 99%;
}

.sy-product .pic {
    background: #fff;
    position: relative;
}

.sy-product .pic img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.sy-product .top1 {
    top: 15%;
}

.sy-product .top2 {
    top: 15%;
}

@media (max-width: 1366px) {
    .sy-product .main {
        width: 90%;
        left: 5%;
        margin-left: 0;
        top: 20%;
    }

    .sy-product .main .title h1 {
        font-size: 1.5rem;
        line-height: 3rem;
    }

    .sy-product .main .title h2 {
        font-size: 2rem;
        line-height: 2rem;
    }

    .sy-product .main .title h3 {
        margin-top: -3%
    }

    .product_pzbz li img {
        width: 40%;
    }

    .product_pzbz ul {
        margin-top: 2%;
    }

    .sy-product .bowen {
        top: 0;
        margin-top: -196px;
        left: 535px;
    }
}

@media (max-width: 767.98px) {
    .pcshow {
        display: none !important;
    }

    .mbshow {
        display: block !important;
    }

    .sy-product .main .title h1 {
        font-size: 1.25rem;
        line-height: 2rem;
    }

    .sy-product .main .title h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .sy-product .main .title h4 {
        font-size: .7rem;
        line-height: 1rem;
        padding: 0;
        width: 98%;
    }

    .sy-product .main .title h3 {
        width: 100%;
        line-height: 2.5rem;
        margin-top: 2%;
    }

    .sy-product .main {
        width: 90%;
        left: 5%;
        top: 8%;
        margin-left: 0;
    }

    .sy-product .top1 {
        top: 42%;
    }

    .sy-product .top2 {
        top: 15%;
    }
}

.column_end {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
