* {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei UI
}

.fade-enter-active[data-v-2d3952ee], .fade-leave-active[data-v-2d3952ee] {
    transition: opacity .5s
}

.column3 a {
    color: #fff !important;
}

.fade-enter[data-v-2d3952ee], .fade-leave-to[data-v-2d3952ee] {
    opacity: 0
}

.isFixed[data-v-2d3952ee] {
    position: fixed !important;
    background-color: #fff;
    box-shadow: 0 8px 20px 0 rgba(167, 176, 208, .4);
    z-index: 999 !important
}

.isFixed .center .right .item span[data-v-2d3952ee] {
    color: #333 !important
}

.isFixed .center .right .item .border[data-v-2d3952ee] {
    background: #014ce5 !important;
    opacity: 0
}

.isFixed .center .right .selected span[data-v-2d3952ee] {
    color: #014ce5 !important
}

.isFixed .center .right .selected .border[data-v-2d3952ee] {
    opacity: 1
}

.header-page[data-v-2d3952ee] {
    transition: background-color .6s;
    position: fixed;
    z-index: 2;
    width: 100%;
    min-width: 1300px;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column
}

.header-page .center[data-v-2d3952ee] {
    width: 1300px;
    padding: 19px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: revert;
    justify-content: space-between
}

.header-page .center .left img[data-v-2d3952ee] {
    width: 204px;
    height: 62px
}

.header-page .center .right[data-v-2d3952ee] {
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center
}

.header-page .center .right .item[data-v-2d3952ee] {
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.header-page .center .right .item span[data-v-2d3952ee] {
    font-size: 18px;
    color: #fff;
    margin: 13px 0
}

.header-page .center .right .item .border[data-v-2d3952ee] {
    width: 34px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    opacity: 0
}

.header-page .center .right .selected .border[data-v-2d3952ee] {
    opacity: 1
}

.header-page .menu-tag[data-v-2d3952ee] {
    z-index: 99 !important;
    width: 100%;
    background-color: #fff
}

.header-page .menu-tag .menu-center[data-v-2d3952ee] {
    width: 1300px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.header-page .menu-tag .menu-center .center-left[data-v-2d3952ee] {
    height: 100%;
    width: 50%;
    padding-right: 80px;
    box-sizing: border-box
}

.header-page .menu-tag .menu-center .center-left .item-title[data-v-2d3952ee] {
    width: 206px;
    border-bottom: 2px solid #ddd;
    padding: 29px 0;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 23px;
    margin-bottom: 24px
}

.header-page .menu-tag .menu-center .center-left .lists[data-v-2d3952ee] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap
}

.header-page .menu-tag .menu-center .center-left .lists .list[data-v-2d3952ee] {
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-bottom: 29px
}

.header-page .menu-tag .menu-center .center-left .lists .list .list-title:hover .text[data-v-2d3952ee] {
    color: #185ee0
}

.header-page .menu-tag .menu-center .center-left .lists .list .list-title[data-v-2d3952ee] {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 21px
}

.header-page .menu-tag .menu-center .center-left .lists .list .list-title .dot[data-v-2d3952ee] {
    width: 8px;
    height: 8px;
    background: #185ee0;
    border-radius: 50%
}

.header-page .menu-tag .menu-center .center-left .lists .list .list-title .text[data-v-2d3952ee] {
    cursor: pointer;
    margin-left: 6px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 23px
}

.header-page .menu-tag .menu-center .center-left .lists .list .list-content[data-v-2d3952ee] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap
}

.header-page .menu-tag .menu-center .center-left .lists .list .list-content .list-item[data-v-2d3952ee] {
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 23px;
    min-width: 33.3%;
    margin-bottom: 15px;
    white-space: pre-wrap
}

.header-page .menu-tag .menu-center .center-left .lists .list .list-content .list-item[data-v-2d3952ee]:hover {
    color: #185ee0
}

.header-page .menu-tag .menu-center .center-right[data-v-2d3952ee] {
    height: 100%;
    width: 50%;
    padding-left: 80px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column
}

.header-page .menu-tag .menu-center .center-right .right-top[data-v-2d3952ee] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.header-page .menu-tag .menu-center .center-right .right-top .right-left .item-title[data-v-2d3952ee] {
    width: 206px;
    border-bottom: 2px solid #ddd;
    padding: 29px 0;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 23px;
    margin-bottom: 24px
}

.header-page .menu-tag .menu-center .center-right .right-top .right-left .right-items[data-v-2d3952ee] {
    display: flex;
    flex-direction: column
}

.header-page .menu-tag .menu-center .center-right .right-top .right-left .right-items .item[data-v-2d3952ee] {
    width: 50% !important;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 23px;
    margin-bottom: 19px
}

.header-page .menu-tag .menu-center .center-right .right-top .right-left .right-items .item[data-v-2d3952ee]:hover {
    color: #185ee0
}

.header-page .menu-tag .menu-center .center-right .right-bottom[data-v-2d3952ee] {
    margin-top: 70px;
    width: 100%;
    display: flex;
    align-items: center
}

.header-page .menu-tag .menu-center .center-right .right-bottom .number[data-v-2d3952ee] {
    font-size: 46px;
    font-weight: 500;
    color: #333;
    line-height: 60px;
    margin-left: 57px
}

.footer-page[data-v-11ed8562] {
    width: 100%;
    min-width: 1300px;
    height: 352px;
    background: #131726;
    padding: 50px 0 64px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center
}

.footer-page .center[data-v-11ed8562] {
    width: 1300px;
    display: flex;
    flex-direction: column
}

.footer-page .center .line[data-v-11ed8562] {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    opacity: .7;
    margin: 10px 0;
    line-height: 1.5
}

.footer-page .center .foo-line1[data-v-11ed8562] {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 50px
}

.footer-page .center .foo-line1 img[data-v-11ed8562] {
    width: 134px;
    height: 41px
}

.footer-page .center .foo-line2[data-v-11ed8562] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.footer-page .center .foo-line2 .column1 .line[data-v-11ed8562]:nth-child(3), .footer-page .center .foo-line2 .column2 .line[data-v-11ed8562]:nth-child(3) {
    margin-top: 30px
}

.footer-page .center .foo-line2 .column3[data-v-11ed8562] {
    width: 220px
}

.footer-page .center .foo-line2 .column3 .line[data-v-11ed8562]:nth-child(2) {
    margin-top: 30px
}

.fade-enter-active[data-v-0a5a38d1], .fade-leave-active[data-v-0a5a38d1] {
    transition: opacity .5s
}

.fade-enter[data-v-0a5a38d1], .fade-leave-to[data-v-0a5a38d1] {
    opacity: 0
}

.home[data-v-0a5a38d1] {
    width: 100%;
    min-width: 1300px;
    height: 88%;
    background-color: #f4f5f8;
    overflow: hidden
}

.home .home-back[data-v-0a5a38d1] {
    background-image: url(../img/home-back.d9e3c509.gif);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-width: 1300px;
    height: 860px
}

.home .home-back .swiper-box[data-v-0a5a38d1] {
    position: relative;
    top: 250px
}

.home .home-back .swiper-box .context[data-v-0a5a38d1] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.home .home-back .swiper-box .context .line1[data-v-0a5a38d1] {
    font-size: 70px;
    font-weight: 500;
    color: #fff
}

.home .home-back .swiper-box .context .line2[data-v-0a5a38d1] {
    margin-top: 49px;
    margin-bottom: 115px;
    font-size: 14px;
    color: #fff;
    max-width: 600px;
    line-height: 1.8;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.home .home-back .swiper-box .context .line3[data-v-0a5a38d1] {
    width: 164px;
    height: 62px;
    border-radius: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #fe8238;
    z-index: 1;
    position: relative;
    font-size: inherit;
    font-family: inherit;
    color: #fff;
    outline: none;
    border: none;
    overflow: hidden;
    transition: color .4s ease-in-out
}

.home .home-back .swiper-box .context .line3 img[data-v-0a5a38d1] {
    width: 24px;
    height: 9px
}

.home .home-back .swiper-box .context .line3[data-v-0a5a38d1]:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #004ce5;
    transform-origin: center;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
    transition: transform .45s ease-in-out
}

.home .home-back .swiper-box .context .line3[data-v-0a5a38d1]:hover {
    cursor: pointer;
    color: #161616
}

.home .home-back .swiper-box .context .line3[data-v-0a5a38d1]:hover:before {
    transform: translate3d(-50%, -50%, 0) scale3d(15, 15, 15)
}

.home .home-back .swiper-box .swiper-pagination[data-v-0a5a38d1] {
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: absolute;
    left: unset !important;
    right: 100px !important;
    width: unset !important;
    top: 50px;
    bottom: unset
}

.home .home-back .swiper-box .swiper-pagination[data-v-0a5a38d1] .swiper-pagination-bullet {
    margin: 15px 0 !important;
    width: 10px;
    height: 10px;
    background: #e3e3e3
}

.home .home-back .swiper-box .swiper-pagination[data-v-0a5a38d1] .swiper-pagination-bullet-active {
    background: #fff;
    width: 12px;
    height: 12px
}

.home .our-service[data-v-0a5a38d1] {
    height: 910px;
    width: 100%;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    position: relative
}

.home .our-service .float-back[data-v-0a5a38d1] {
    position: absolute;
    left: 0;
    height: 100%;
    width: 90%;
    background-color: #fff
}

.home .our-service .center[data-v-0a5a38d1] {
    z-index: 1;
    width: 1300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
    box-sizing: border-box
}

.home .our-service .center .center-title[data-v-0a5a38d1] {
    font-size: 34px;
    font-weight: 500;
    color: #333;
    padding-bottom: 20px
}

.home .our-service .center .items[data-v-0a5a38d1] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: space-around
}

.home .our-service .center .items .item[data-v-0a5a38d1] {
    cursor: pointer;
    transition: background-color .8s;
    width: 345px;
    height: 367px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    border: 1px solid transparent
}

.home .our-service .center .items .item .img[data-v-0a5a38d1] {
    width: 126px;
    height: 142px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.home .our-service .center .items .item .item-title[data-v-0a5a38d1] {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 400;
    color: #333
}

.home .our-service .center .items .item .item-description[data-v-0a5a38d1] {
    max-width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #9eaac3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    transition: all .5s
}

.home .our-service .center .items .item[data-v-0a5a38d1]:hover {
    color: rgba(47, 103, 241, .31);
    background-color: rgba(47, 103, 241, .31)
}

.home .our-service .center .items .item:hover .img[data-v-0a5a38d1] {
    transition: all 1.5s;
    transform: rotateY(540deg)
}

.home .our-service .center .items .item:hover .item-description[data-v-0a5a38d1] {
    color: #fff
}

.home .solve-methods[data-v-0a5a38d1] {
    width: 100%;
    display: flex;
    justify-content: center
}

.home .solve-methods .center[data-v-0a5a38d1] {
    width: 1300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
    padding-bottom: 350px;
    box-sizing: border-box
}

.home .solve-methods .center .center-title[data-v-0a5a38d1] {
    font-size: 34px;
    font-weight: 500;
    color: #333
}

.home .solve-methods .center .items[data-v-0a5a38d1] {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.home .solve-methods .center .items .item[data-v-0a5a38d1] {
    width: 381px;
    height: 528px;
    background: #fff;
    margin-top: 80px;
    display: flex;
    flex-direction: column
}

.home .solve-methods .center .items .item .item-title[data-v-0a5a38d1] {
    width: 100%;
    height: 100px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px 30px;
    box-sizing: border-box;
    background-image: url(../img/hy1.d5a9a2b5.png)
}

.home .solve-methods .center .items .item .item-title .title1[data-v-0a5a38d1] {
    font-size: 24px;
    font-weight: 500;
    color: #fff
}

.home .solve-methods .center .items .item .item-title .title2[data-v-0a5a38d1] {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    opacity: .5
}

.home .solve-methods .center .items .item .item-context[data-v-0a5a38d1] {
    width: 100%;
    display: flex;
    flex-direction: column
}

.home .solve-methods .center .items .item .item-context .item-item[data-v-0a5a38d1] {
    width: 100%;
    height: 114px;
    padding: 30px;
    box-sizing: border-box;
    border-right: 4px solid #fff;
    display: flex
}

.home .solve-methods .center .items .item .item-context .item-item .item-item-left[data-v-0a5a38d1] {
    width: 8px;
    height: 8px
}

.home .solve-methods .center .items .item .item-context .item-item .item-item-left .dot[data-v-0a5a38d1] {
    margin-top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff8338
}

.home .solve-methods .center .items .item .item-context .item-item .item-item-right[data-v-0a5a38d1] {
    height: 100%;
    display: flex;
    width: calc(100% - 8px);
    flex-direction: column;
    justify-content: space-between;
    padding-left: 10px
}

.home .solve-methods .center .items .item .item-context .item-item .item-item-right .line1[data-v-0a5a38d1] {
    max-width: 100%;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.home .solve-methods .center .items .item .item-context .item-item .item-item-right .line2[data-v-0a5a38d1] {
    max-width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #9eaac3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.home .solve-methods .center .items .item .item-context .item-item[data-v-0a5a38d1]:hover {
    background-color: #f8faff;
    border-right: 4px solid #ff8338
}

.home .solve-methods .center .items .item .more[data-v-0a5a38d1] {
    cursor: pointer;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 20px;
    box-sizing: border-box
}

.home .solve-methods .center .items .item .more .text[data-v-0a5a38d1] {
    font-size: 14px;
    font-weight: 400;
    color: #014ce5
}

.home .solve-methods .center .items .item .more img[data-v-0a5a38d1] {
    width: 21px;
    height: 7px;
    margin: 0 9px
}

.home .solve-methods .center .items .item[data-v-0a5a38d1]:hover {
    box-shadow: 0 3px 50px 0 rgba(106, 122, 156, .2)
}

.home .project-process[data-v-0a5a38d1] {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fff;
    position: relative;
    height: 671px
}

.home .project-process .center-back[data-v-0a5a38d1] {
    height: 658px;
    position: absolute;
    right: 0;
    top: -270px;
    display: flex;
    justify-content: flex-start;
    background-image: url(../img/xmfulc.a211451d.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.home .project-process .center-back .center[data-v-0a5a38d1] {
    width: 1300px;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.home .project-process .center-back .center .center-title[data-v-0a5a38d1] {
    font-size: 34px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 83px
}

.home .project-process .center-back .center .center-pic-box[data-v-0a5a38d1] {
    position: relative;
    margin-top: 120px
}

.home .project-process .center-back .center .center-pic-box .xm0[data-v-0a5a38d1], .home .project-process .center-back .center .center-pic-box .xm1[data-v-0a5a38d1], .home .project-process .center-back .center .center-pic-box .xm2[data-v-0a5a38d1], .home .project-process .center-back .center .center-pic-box .xm3[data-v-0a5a38d1], .home .project-process .center-back .center .center-pic-box .xm4[data-v-0a5a38d1], .home .project-process .center-back .center .center-pic-box .xm5[data-v-0a5a38d1], .home .project-process .center-back .center .center-pic-box .xm6[data-v-0a5a38d1] {
    position: absolute
}

.home .project-process .center-back .center .center-pic-box .xm0 img[data-v-0a5a38d1], .home .project-process .center-back .center .center-pic-box .xm1 img[data-v-0a5a38d1], .home .project-process .center-back .center .center-pic-box .xm2 img[data-v-0a5a38d1], .home .project-process .center-back .center .center-pic-box .xm3 img[data-v-0a5a38d1], .home .project-process .center-back .center .center-pic-box .xm4 img[data-v-0a5a38d1], .home .project-process .center-back .center .center-pic-box .xm5 img[data-v-0a5a38d1], .home .project-process .center-back .center .center-pic-box .xm6 img[data-v-0a5a38d1] {
    position: relative
}

.home .project-process .center-back .center .center-pic-box .xm0[data-v-0a5a38d1] {
    left: 430px;
    bottom: 286px
}

.home .project-process .center-back .center .center-pic-box .xm1[data-v-0a5a38d1] {
    left: 108px;
    top: -28px
}

.home .project-process .center-back .center .center-pic-box .xm2[data-v-0a5a38d1] {
    left: 260px;
    top: -91px
}

.home .project-process .center-back .center .center-pic-box .xm3[data-v-0a5a38d1] {
    right: 270px;
    top: -92px
}

.home .project-process .center-back .center .center-pic-box .xm4[data-v-0a5a38d1] {
    right: 112px;
    top: -15px
}

.home .project-process .center-back .center .center-pic-box .xm5[data-v-0a5a38d1] {
    right: 305px;
    bottom: 171px
}

.home .project-process .center-back .center .center-pic-box .xm6[data-v-0a5a38d1] {
    left: 286px;
    bottom: 175px
}

.home .our-advantages[data-v-0a5a38d1] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 130px 0;
    box-sizing: border-box;
    background-color: #fff
}

.home .our-advantages .center[data-v-0a5a38d1] {
    width: 1300px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.home .our-advantages .center .center-title[data-v-0a5a38d1] {
    font-size: 34px;
    font-weight: 500;
    color: #333;
    padding-bottom: 71px;
    box-sizing: border-box
}

.home .our-advantages .center .items[data-v-0a5a38d1] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap
}

.home .our-advantages .center .items .item[data-v-0a5a38d1] {
    width: 280px;
    height: 255px;
    background: #fff;
    box-shadow: 0 3px 50px 0 rgba(106, 122, 156, .2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.home .our-advantages .center .items .item .text[data-v-0a5a38d1] {
    margin-top: 45px;
    font-size: 20px;
    font-weight: 400;
    color: #333
}

.home .our-advantages .center .items .item[data-v-0a5a38d1]:hover {
    cursor: pointer;
    color: rgba(47, 103, 241, .31)
}

.home .our-advantages .center .items .item:hover img[data-v-0a5a38d1] {
    transition: all 1.5s;
    transform: rotateY(540deg)
}

.home .our-advantages .center .items .item[data-v-0a5a38d1]:first-child, .home .our-advantages .center .items .item[data-v-0a5a38d1]:nth-child(2), .home .our-advantages .center .items .item[data-v-0a5a38d1]:nth-child(3), .home .our-advantages .center .items .item[data-v-0a5a38d1]:nth-child(4) {
    margin-bottom: 61px
}

.home .service-customer[data-v-0a5a38d1] {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fff;
    background-image: url(../img/fwkh.85732ec2.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.home .service-customer .center[data-v-0a5a38d1] {
    width: 1300px;
    height: 581px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../img/fwkh1.5b168b6a.png);
    background-repeat: no-repeat;
    background-position: -170px;
    background-size: 75%
}

.home .service-customer .center .center-title[data-v-0a5a38d1] {
    font-size: 34px;
    font-weight: 500;
    color: #222
}

.home .service-customer .center .content[data-v-0a5a38d1] {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 150px
}

.home .service-customer .center .content .content-item[data-v-0a5a38d1] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.home .service-customer .center .content .content-item .line1[data-v-0a5a38d1] {
    font-size: 66px;
    font-weight: 700;
    color: #222;
    display: flex;
    align-items: flex-end
}

.home .service-customer .center .content .content-item .line1 .symbol[data-v-0a5a38d1] {
    margin-bottom: 10px;
    font-size: 40px
}

.home .service-customer .center .content .content-item .line2[data-v-0a5a38d1] {
    margin-top: 39px;
    font-size: 20px;
    font-weight: 400;
    color: #333
}

.home .news-center[data-v-0a5a38d1] {
    width: 100%;
    height: 778px;
    display: flex;
    justify-content: center;
    background-color: #f4f5f8;
    background-image: url(../img/nc.e9a56fc5.png);
    background-size: 100% 100%;
    padding-top: 77px;
    padding-bottom: 94px;
    box-sizing: border-box;
    overflow: hidden
}

.home .news-center .center[data-v-0a5a38d1] {
    width: 1300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.home .news-center .center .center-title[data-v-0a5a38d1] {
    font-size: 34px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 72px
}

.home .news-center .center .items[data-v-0a5a38d1] {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.home .news-center .center .items .item[data-v-0a5a38d1]:first-child, .home .news-center .center .items .item[data-v-0a5a38d1]:nth-child(2) {
    margin-bottom: 91px
}

.home .news-center .center .items .item:hover .img[data-v-0a5a38d1] {
    transform: scale(1.2)
}

.home .news-center .center .items .item[data-v-0a5a38d1] {
    cursor: pointer;
    width: 628px;
    height: 207px;
    background: #fff;
    display: flex;
    flex-direction: row;
    box-shadow: 0 3px 50px 0 rgba(0, 0, 0, .2)
}

.home .news-center .center .items .item .left[data-v-0a5a38d1] {
    width: 200px;
    height: 196px;
    margin-left: 20px;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: -30px
}

.home .news-center .center .items .item .left .img[data-v-0a5a38d1] {
    transition: all 1s;
    width: 200px;
    height: 196px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.home .news-center .center .items .item .right[data-v-0a5a38d1] {
    width: calc(100% - 240px);
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box
}

.home .news-center .center .items .item .right .line1[data-v-0a5a38d1] {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.home .news-center .center .items .item .right .line2[data-v-0a5a38d1] {
    font-size: 14px;
    font-weight: 400;
    color: #9eaac3;
    margin: 15px 0 20px 0
}

.home .news-center .center .items .item .right .line3[data-v-0a5a38d1] {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.home .partner[data-v-0a5a38d1] {
    background-color: #f4f5f8;
    width: 100%;
    height: 490px;
    display: flex;
    justify-content: center
}

.home .partner .center[data-v-0a5a38d1] {
    width: 1300px;
    height: 100%;
    padding: 80px 0;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center
}

.home .partner .center .center-title[data-v-0a5a38d1] {
    font-size: 34px;
    font-weight: 500;
    color: #333
}

.home .partner .center .items[data-v-0a5a38d1] {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 1010px
}

.home .partner .center .items .item[data-v-0a5a38d1] {
    width: 200px;
    height: 120px;
    border: 1px solid #dce8fe;
    display: flex;
    justify-content: center;
    align-content: center;
    background-position: 50%;
    background-size: 80%;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    font-size: inherit;
    font-family: inherit;
    color: #fff;
    outline: none;
    overflow: hidden;
    cursor: pointer
}

.home .partner .center .items .item[data-v-0a5a38d1]:after {
    content: "";
    z-index: -1;
    background-color: hsla(0, 0%, 100%, .2);
    position: absolute;
    top: -50%;
    bottom: -50%;
    width: 1.25em;
    transform: translate3d(-525%, 0, 0) rotate(35deg)
}

.home .partner .center .items .item[data-v-0a5a38d1]:hover:after {
    transition: transform .45s ease-in-out;
    transform: translate3d(200%, 0, 0) rotate(35deg)
}

.home .about-us[data-v-0a5a38d1] {
    width: 100%;
    min-width: 1300px;
    display: flex;
    justify-content: center;
    padding: 100px;
    box-sizing: border-box
}

.home .about-us .center[data-v-0a5a38d1] {
    width: 1300px;
    position: relative
}

.home .about-us .center .center-title[data-v-0a5a38d1] {
    width: 100%;
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    color: #333;
    margin-bottom: 165px
}

.home .about-us .center .center-title-en[data-v-0a5a38d1] {
    z-index: 3;
    width: 271px;
    height: 116px;
    background: #014ce5;
    position: absolute;
    left: 519px;
    margin-top: -59px;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box
}

.home .about-us .center .content[data-v-0a5a38d1] {
    width: 100%;
    min-width: 1300px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.home .about-us .center .content .left[data-v-0a5a38d1] {
    cursor: pointer;
    width: 572px;
    height: 461px;
    position: absolute;
    margin-top: -80px;
    left: 0;
    overflow: hidden;
    z-index: 2
}

.home .about-us .center .content .left .img[data-v-0a5a38d1] {
    transition: all 1s;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.home .about-us .center .content .left .img[data-v-0a5a38d1]:hover {
    transform: scale(1.2)
}

.home .about-us .center .content .right[data-v-0a5a38d1] {
    width: 829px;
    height: 491px;
    background: #fff;
    padding: 115px 49px 0 152px;
    box-sizing: border-box
}

.home .about-us .center .content .right .text[data-v-0a5a38d1] {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 38px;
    white-space: pre-line
}

.home .about-us .center .content .right .more[data-v-0a5a38d1] {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-end
}

.home .about-us .center .content .right .more img[data-v-0a5a38d1] {
    cursor: pointer;
    width: 37px;
    height: 12px
}

.home .center-dialog[data-v-0a5a38d1] {
    display: none;
    z-index: 5;
    position: fixed;
    top: 20%;
    left: calc(50% - 250px);
    border-radius: 4px;
    overflow: hidden
}

.home .center-dialog .dialog-box[data-v-0a5a38d1] {
    width: 500px;
    height: 496px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.home .center-dialog .dialog-box .dialog-back[data-v-0a5a38d1] {
    position: absolute
}

.home .center-dialog .dialog-box .close-dialog[data-v-0a5a38d1] {
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 170px
}

.home .center-dialog .dialog-box .center-text[data-v-0a5a38d1] {
    z-index: 5;
    height: 270px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.home .center-dialog .dialog-box .center-text .line1[data-v-0a5a38d1] {
    font-size: 24px;
    color: #fff
}

.home .center-dialog .dialog-box .center-text .line2[data-v-0a5a38d1] {
    margin-top: 20px;
    font-size: 28px;
    color: #fff;
    letter-spacing: 3px
}

.home .center-dialog .dialog-box .center-text .line3[data-v-0a5a38d1] {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-top: 30px
}

.home .center-dialog .dialog-box .center-text .line3 .btn1[data-v-0a5a38d1] {
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 15px 40px
}

.home .center-dialog .dialog-box .center-text .line3 .btn2[data-v-0a5a38d1] {
    cursor: pointer;
    font-size: 20px;
    color: #014ce5;
    background-color: #fff;
    border-radius: 50px;
    padding: 15px 40px
}