
.__nuxt-error-page {
  padding: 1rem;
  background: #F7F8FB;
  color: #47494E;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: sans-serif;
  font-weight: 100 !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.__nuxt-error-page .error {
  max-width: 450px;
}
.__nuxt-error-page .title {
  font-size: 1.5rem;
  margin-top: 15px;
  color: #47494E;
  margin-bottom: 8px;
}
.__nuxt-error-page .description {
  color: #7F828B;
  line-height: 21px;
  margin-bottom: 10px;
}
.__nuxt-error-page a {
  color: #7F828B !important;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.__nuxt-error-page .logo {
  position: fixed;
  left: 12px;
  bottom: 12px;
}


.nuxt-progress {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 0%;
  opacity: 1;
  transition: width 0.1s, opacity 0.4s;
  background-color: #f1f1f1;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}


.nuxt__build_indicator[data-v-26c032d0] {
  box-sizing: border-box;
  position: fixed;
  font-family: monospace;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
  width: 88px;
  z-index: 2147483647;
  font-size: 16px;
  line-height: 1.2rem;
}
.v-enter-active[data-v-26c032d0], .v-leave-active[data-v-26c032d0] {
  transition-delay: 0.2s;
  transition-property: all;
  transition-duration: 0.3s;
}
.v-leave-to[data-v-26c032d0] {
  opacity: 0;
  transform: translateY(20px);
}
svg[data-v-26c032d0] {
  display: inline-block;
  vertical-align: baseline;
  width: 1.1em;
  height: 0.825em;
  position: relative;
  top: 1px;
}

html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, theadf, tr, th, td,
    article, aside, canvas, details, embed, 
    figure, figcaption, footer, header, hgroup, 
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure, 
    footer, header, hgroup, menu, nav, section {
        display: block;
    }
    body {
        line-height: 1;
        letter-spacing: 0.5px;
        background-color: white;
    }
    ol, ul {
        list-style: none;
    }
    blockquote, q {
        quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    a{
        -webkit-text-decoration: none;
        text-decoration: none;
        color: black;
        display: inline-block;
    }
    img{
        vertical-align: middle;
    }
    ::-webkit-scrollbar {
        width: 10px;
      }
    ::-webkit-scrollbar-thumb {
        border-width: 2px;
        border-radius: 4px;
        border-style: dashed;
        border-color: transparent;
        background-color: rgba(0, 0, 0, 0.1);
        background-clip: padding-box;
      }
    ::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 0, 0, 0.24);
      }
[v-cloak]{
    display: none;
}
.first-title{
    font-size: 32px;
    text-align: center;
    padding: 40px 0 0 0;
    line-height: 46px;
}
.second-title{
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    color: #505050;
    padding: 10px 0 0 0;
}
._btn{
    font-size: 14px;
    padding: 10px 30px;
    border: 1px solid #0571FF;
    border-radius: 5px;
    margin-right: 15px;
    cursor: pointer;
    display: inline-block;
}
._btn-blue{
    color: white;
    background-color: #0571FF;
}
.fade-enter-active, .fade-leave-active {
    transition: opacity 2000s;
}
.fade-enter, .fade-leave-to{
    opacity: 0;
}
.tryOutBtn{
    background-color: #FFD338;
    border-color: #FFD338;
    color: black;
}
.tryOutBtn:hover{
    background-image: linear-gradient(90deg, #FFD338, #FFB038); 
}
.el-input__inner{
    font-size: 14px;
    height: 34px;
    line-height: 34px;
}
.verifyWrapper{
    padding: 15px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    background-color: white;
    width: 260px;
}
.verifyHeader{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: black;
    align-items: flex-end;
}
.verifyHeader .el-icon-circle-close{
    font-size: 18px;
    cursor: pointer;
}
.verifyCanvas {
    height: 54px;
    width: 260px;
    letter-spacing: 8px;
    margin: 15px 0;
}
.verifyInputWrapper{
    font-size: 12px;
    color: black;
}
.verifyInput{
    width: 166px;
    border: 1px solid #a2a2a2;
    border-radius: 5px;
}
.verifyConfirm{
    display: flex;
    justify-content: space-between;
    padding: 15px 0 0 0;
    align-items: center;
    cursor: pointer;
    color: black;
}
.productContent .bannerImg{
    width: 100%;
    top: 0;
}
.modalInputHint{
    color: red;
    text-align: right;
    padding-top: 5px;
}
.companyContentWrapper{
    padding: 40px 0 30px 0;
    background-color: #282F3D;
    color: white;
    display: flex;
    justify-content: center;
    margin: auto;
    font-size: 14px;
}
.companyContentItemWrapper{
    display: flex;
    width: 1100px;
    justify-content: space-between;
}
.companyContentItem{
    line-height: 35px;
}
.footerlogo{
    font-size: 16px;
}
.companyContentImgWrapper{
    margin: 10px 0;
    display: flex;
    cursor: pointer;
}
.relevanceContent{
    background-color: white;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    bottom: 45px;
    z-index: 2;
    left: -55px;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s linear;
}
.relevanceContent::after{
    position: absolute;
    bottom: -10px;
    left: 60px;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.relevanceContentCode{
    width: 130px;
    top: 0;
}
.iconWrapper{
    position: relative;
}
.iconWrapper:hover .relevanceContent{
    opacity: 1;
    z-index: 2;
}
.companyContentImg{
    margin-right: 15px;
}
.footerWrapper{
    color: white;
    background-color: #202020;
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
}
.footer-phone{
    margin: 30px 0;
    font-size: 20px;
    text-align: center;
    line-height: 50px;;
}
.productContent{
    display: flex;
    align-items: center;
    margin-top:52px ;
    position: relative;
}
.productCaption{
    font-size: 36px;
    font-weight: 400;
    line-height: 48px;
}
.productDescription{
    font-size: 14px;
    color: #252B3A;
    line-height: 24px;
    width: 400px;
    letter-spacing: 2px;
    margin: 20px 0 30px 0;
}
.extensiveAppTry{
    justify-content: left;
    margin: 20px 0;
}
.productContentLeft{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1100px;
}
.productOverview{
    background-color: white;
    text-align: center;
    padding: 40px 0;
}
.productOverviewContent{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding: 40px 0;
    width: 1100px;
    flex-wrap: wrap;
    margin: auto;
}
.productOverviewContentes{
    font-size: 14px;
    line-height: 30px;
    width: 30%;
    margin-right: 20px;
}
.productContent .bannerImg{
    width: 100%;
}
.productContent{
    display: flex;
    align-items: center;
    margin-top:52px ;
    position: relative;
    display: inline-block;
}
.solutionBarWrapper{
    border-bottom: 1px solid #ececec;
    overflow: auto;
}
.solutionBar{
    display: flex;
    justify-content: center;
    margin: 0 auto 0 auto;
    width: 1100px;
}
.solutionBarItem{
    padding: 10px 0;
    cursor: pointer;
    text-align: center;
    flex: 1;
    position: relative;
    transition: all 0.3s linear;
    border-bottom: 2px solid transparent;
}
.solutionBarItem:hover{
    color: #0571FF;
}
.solutionBarItemActive{
    color:#0571FF;
}
.solutionDescription{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1100px;
    margin: auto;
    padding: 60px 0;
    height: 350px;
}
.solutionDescriptions{
    flex: 1;
    margin-right: 40px;
}
.solutionDescriptoinsTitle{
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}
.solutionDiscriptionContent{
    font-size: 14px;
    color: #505050;
    line-height: 24px;
    margin: 10px 0;
    /* padding: 10px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2); */
}
.bannerItemFooter{
    cursor: pointer;
    display: flex;
    margin: 20px 0 0 0;
}
.functionalDirection{
    display: flex;
    padding: 20px 0;
    flex-wrap: wrap;
}
.directionItem{
    width: 33%;
    font-size: 14px;
    margin: 5px 0;
}
._btnSeleted{
    color: white;
    background-color: #0571FF;
}
.applicableEnterprise{
    text-align: center;
    width: 25%;
    margin: 0 0 20px 0;
}
.industryImg{
    height: 70px;
}
.industryName{
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}
.valueItemTitle{
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 0 20px;
    color: white;
}
.valueExplainItem{
    width: calc(25% - 60px);
    padding: 70px 40px;
    flex: 1;
    margin: 10px;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/_nuxt/static/image/applicatinValueBg.png);
}
.valueItems{
    margin: 30px 0 0 0;
    text-align: left;
    line-height: 22px;
    font-size: 14px;
    letter-spacing: 1px;
}
.commonContentCenter{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.functionalWrapper{
    flex-wrap: wrap;
    padding: 20px 0;
    width: 1100px;
    margin: auto;
}
.functionalItem{
    width: 215px;
    padding: 20px;
    border-radius: 3px;
    margin: 5px 10px 15px 10px;
    background-color: #F6F9FC;
    cursor: pointer;
    text-align: left;
}
.functionalHeader{
    font-size: 16px;
    font-weight: 400;
}
.speciallHeader{
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 25px 0 15px 30px;
}
.functionalExplain{
    line-height: 24px;
    font-size: 14px;
    color: #505050;
    padding: 5px 0;
    letter-spacing: 0.5px;
}
.tryOutWrapper{
    background-image: url(/_nuxt/static/image/usingCompanyBg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 10px 0 40px 0;
}
.tryOunOperate{
    display: flex;
    justify-content: center;
    margin: auto;
}
.contactMe{
    margin: 30px 0 40px;
}
.valueExplain{
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 10px auto 0 auto;
    flex-wrap: wrap;
}
.normalBannerWrapper{
    margin-top: 52px;
    position: relative;
    text-shadow: 0px 2px 4px #183556;
    display: inline-block;
}
.normalBannerWrapper .bannerImg{
    top: 0;
    width: 100%;
}
.bannerContent{
    font-size: 40px;
    line-height: 30px;
    color: white;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.bannerConentTitle{
    font-size: 18px;
    line-height: 60px;
}
.classification{
    background-color: white;
    padding: 10px 0;
    overflow: auto;
}
.classificationItem{
    display: flex;
    width: 1100px;
    margin: auto;
    font-size: 14px;
    /* padding: 10px 0; */
}
/* .classificationItem:nth-of-type(1){
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
} */
.classifycationTitle{
    font-weight: bold;
    padding: 10px 9px 10px 0;
}
.classifycationTitle::after{
    content: "";
    width: 1px;
    border-right: 1px solid;
    margin: 0 7px 0 15px;
}
.classificationItems{
    cursor: pointer;
    padding: 10px 0;
}
.classificationItem:nth-of-type(2) > .classifycationTitle{
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.classificationItem:nth-of-type(2) > .classificationItems{
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.classifyName{
    cursor: pointer;
}
.classifyName:hover{
    color: #0571FF;
    font-weight: 400px;
}
.caseDetialWrapper{
    background-color: #f4f8ff;
    padding: 10px 0;
    overflow: auto;
}
.caseDetail{
    flex-wrap: wrap;
    padding: 40px 0 20px 0;
    width: 1100px;
    margin: auto;
    justify-content: space-between;
}
.caseDetailItem{
    width: 220px;
    padding: 20px 20px 40px 20px;
    border-radius: 3px;
    margin: 10px 0;
    background-color: white;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
}
.caseCompanyType{
    display: flex;
    justify-content: center;
}
.caseCompany{
    margin: 15px 0 10px 0;
    font-size: 14px;
}
.companyLogo{
    height: 40px;
}
.caseCompanyIndustry{
    padding: 3px 5px;
    color: #0571FF;
    border: 1px solid #0571FF;
    border-radius: 3px;
}
.caseCompanyModel{
    color: #FF8C05;
    border-color: #FF8C05;
    margin-left: 5px;
}
/* .caseDetailItem:last-child:nth-child(4n - 3) {
    margin-right: 905px;
} */
.caseDetailItem:last-child:nth-child(4n - 2) {
    margin-right: 560px;
}
.caseDetailItem:last-child:nth-child(4n - 1) {
    margin-right: 280px;
}
.extendedA:last-child:nth-child(4n - 2) {
    margin-right: 560px;
}
.extendedA:last-child:nth-child(4n - 1) {
    margin-right: 280px;
}
.caseVideoWrapper{
    justify-content: space-between;
}
.caseVideoItem{
    margin: 0 0 30px 0 ;
}
.companyInformation{
    padding: 20px 30px;
    background-color: white;
}
.companyInformationHeader{
    font-size: 24px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
}
.findDetail{
    padding: 10px;
    color: #0571FF;
    border: 1px solid #0571FF;
    font-size: 14px;
    cursor: pointer;
    line-height: 17px;
}
.companyInformationIndustry{
    font-size: 12px;
    color: #505050;
    line-height: 30px;
}
.decorateSymbol{
    font-size: 60px;
    position: relative;
    top: 10px;
}
.paginationWrapper {
    background-color: #f4f8ff;
    display: flex;
    justify-content: center;
    padding: 0 0 30px 0;
}
._dialog{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 0;
    opacity: 0;
    transition: all 1s linear;
}
._dialogShow{
    opacity: 1;
    z-index: 10;
}
._dialogVideoWrapper{
    width: 80%;
    margin: 50px auto;
    position: relative;
}
._dialogVideoWrapper video{
    width: 100%;
}
._dialogVideoWrapper .el-icon-circle-close{
    color: white;
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 20px;
    cursor: pointer;
    z-index: 1;
}
.nav-aboutus-color{
    font-weight: 700;
    color: #0571FF;
    cursor: auto;
    cursor: initial;
}
.aboutUsItem{
    cursor: pointer;
    transition: all 0.3s linear;
    width: 100%;
}
.aboutUsItem:hover{
    background-color: #EFF4FF;
    border-radius: 5px;
}
.com-contentes{
    font-size: 14px;
    line-height: 30px;
    color: rgb(89,89,89);
}
.routerContentTitle{
    color: white;
    font-weight: bold;
}
.routerContent{
    cursor: pointer;
    color: white;
}
.routerContent:hover{
    color: #0571FF;
}
strong{
    font-weight: bold;
}
.applicationValue{
    background-color: #1B325C;
    color: white;
    padding: 20px 0;
}
.fadeInUp {
    animation-name: fadeInUp;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
@keyframes fadeInUp{
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    
    100% {
        opacity: 1;
        transform: none;
    }
}
.extendedA:hover{
    transform: translateY(-10px);
    
}
.extendedA:hover img{
    filter: brightness(105%);
}
.goHome{
    position: absolute;
    right: 10px;
    top: 60px;
    padding: 6px 16px;
    background-color: rgba(47, 34, 34, 0.29);
    color: white;
    border-radius: 3px;
}
a.goHome:hover {
    background-color: rgba(5,113,255,0.54118);
}


.Footer .companyContentWrapper {
  overflow: auto;
}
.Footer .companyContentItemWrapper {
  flex: 0 0 auto;
}


.hintModalWrapper{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 20;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.hintModalContent{
    background-color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    padding: 10px 10px 20px 10px;
    text-align: center;
    position: absolute;
    width: 350px;
}
.hintModalHeader{
    text-align: right;
    color: black;
}
.hintModalHeader .el-icon-close{
    padding: 10px;
    cursor: pointer;
}
.hintImg{
    width: 69px;
}
.hintContent{
    margin: 10px 0;
    font-size: 12px;
}


.navigation[data-v-08d2b941] {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    background-color: white;
    height: 52px;
    position: fixed;
    width: calc(100% - 40px);
    z-index: 10;
    box-shadow: 0 0 10px #f1f1f1;
}
.navigation-content[data-v-08d2b941] {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.software-information[data-v-08d2b941] {
    font-size: 16px;
    font-weight: bold;
}
.software-information img[data-v-08d2b941] {
    vertical-align: top;
}
.navigation-list[data-v-08d2b941] {
    display: flex;
    margin-left: 20px;
    font-size: 16px;
}
.navigation-item[data-v-08d2b941] {
    padding: 0 10px;
    border-bottom: 2px solid transparent;
    position: relative;
    transition: all 0.3s linear;
    line-height: 50px;
    overflow: hidden;
}
.navigation-item[data-v-08d2b941]:hover {
    border-color: #2386ee;
    overflow: visible;
    overflow: initial;
}
.nav-solution:hover .nav-solutlion-wrapper[data-v-08d2b941]{
   opacity: 1;
}
.nav-solution:hover .nav-solutlion-wrapper1[data-v-08d2b941]{
   opacity: 1;
}
a.routerNewsWebsite[data-v-08d2b941] {
    color: white;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 5px;
    padding: 2px 10px;
    margin: 1px;
    top: 7px;
    position: relative;
    height: 30px;
    display: flex;
    border: 1px solid #007bfa;
    background: linear-gradient(to bottom right, #0571ff, #5391ff);
}
.phone-information[data-v-08d2b941] {
    font-weight: bold;
    line-height: 52px;
    font-size: 18px;
    position: absolute;
    right: 120px;
}
.phone-information img[data-v-08d2b941] {
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 5px;
}
.nav-solutlion-wrapper[data-v-08d2b941] {
    position: absolute;
    top: 52px;
    left: -302px;
    width: 100vw;
    opacity: 0;
    transition: all 0.5s linear;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    border-top: 1px solid #e0e0e0;
}
.nav-solutlion-wrapper1[data-v-08d2b941] {
    position: absolute;
    top: 52px;
    left: -385px;
    width: 100vw;
    opacity: 0;
    transition: all 0.5s linear;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    border-top: 1px solid #e0e0e0;
}
.nav-solution-item[data-v-08d2b941] {
    display: flex;
    justify-content: space-between;
    line-height: normal;
    line-height: initial;
    width: 100%;
    background-color: #eff4ff;
}
.nav-solution-item-left[data-v-08d2b941] {
    width: 20%;
    padding: 20px 40px;
    color: rgba(37, 43, 58, 1);
    background-image: url(/_nuxt/static/image/solutionNavigatinLeft.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 14px;
}
.nav-solution-item-right[data-v-08d2b941] {
    flex: 1;
    background-color: white;
    display: flex;
    padding: 20px;
    flex-wrap: wrap;
}
.nav-hangye-item-right[data-v-08d2b941] {
    flex: 1;
    background-color: white;
    display: flex;
    padding: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nav-solution-item-left-cation[data-v-08d2b941] {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.nav-solution-items-right[data-v-08d2b941]{
    width: 380px;
    margin-top:20px ;
    line-height: 20px;
    padding-bottom: 20px;
    padding-right: 50px;
}
.nav-solution-content[data-v-08d2b941]{
margin-top:10px ;
font-size:14px;
}
.nav-solution-item-left-discription[data-v-08d2b941] {
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0;
}
.consult-phone[data-v-08d2b941] {
    margin-top: 100px;
}
.nav-solution-items[data-v-08d2b941] {
    width: 25%;
}
.nav-solution-classify[data-v-08d2b941] {
    font-size: 14px;
    font-weight: bold;
    color: #2386ee;
    padding: 5px 0 5px 20px;
}
.nav-solution-data[data-v-08d2b941] {
    margin: 5px 10px;
    padding: 5px 10px;
    line-height: 24px;
    transition: all 0.2s linear;
    font-size: 12px;
    display: block;
    max-width: 215px;
}
.nav-solution-data[data-v-08d2b941]:hover {
    background-color: #eff4ff;
    border-radius: 5px;
}
.nav-solution-data-title[data-v-08d2b941] {
    font-size: 14px;
    font-weight: bold;
}
.nav-case-wrapper[data-v-08d2b941] {
    position: absolute;
    top: 52px;
    left: -562px;
    width: 100vw;
    opacity: 0;
    transition: all 0.5s linear;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    border-top: 1px solid #e0e0e0;
}
.case-center:hover .nav-case-wrapper[data-v-08d2b941]{
    opacity: 1;
}
.case-content[data-v-08d2b941] {
    padding: 0 180px;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 360px);
    background-image: url(/_nuxt/static/image/navigationBg.png);
    background-repeat: no-repeat;
    justify-content: space-between;
    height: 329px;
}
.case-item[data-v-08d2b941] {
    width: 30%;
    padding: 29px 0 0 0;
}
.case-item-header[data-v-08d2b941] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    line-height: 25px;
}
.case-item-title[data-v-08d2b941] {
    font-weight: bold;
    color: #2386ee;
}
.case-item-subtitle[data-v-08d2b941] {
    color: rgba(0, 0, 0, 0.5);
    padding: 5px 0;
}
.case-item-detail[data-v-08d2b941] {
    display: flex;
    flex-wrap: wrap;
    line-height: 25px;
    padding: 15px 0;
}
.case-items[data-v-08d2b941] {
    line-height: 35px;
    width: 50%;
}
.case-items[data-v-08d2b941]:hover{
    color: #0571FF;
}
.nav-cooperation-wrapper[data-v-08d2b941] {
    position: absolute;
    width: 100vw;
    top: 52px;
    left: -573px;
    transition: all 0.5s linear;
    background-color: white;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    border-top: 1px solid #e0e0e0;
    padding: 20px 0 40px 0;
    opacity: 0;
}
.cooperation:hover .nav-cooperation-wrapper[data-v-08d2b941]{
    opacity: 1;
}
.nav-cooperation-content[data-v-08d2b941] {
    padding: 0 180px;
    width: calc(100% - 360px);
}
.nav-cooperation-content[data-v-08d2b941]:nth-of-type(2){
    margin-top: 20px;
}
.nav-cooperation-content-title[data-v-08d2b941] {
    font-size: 16px;
    color: #2386ee;
    font-weight: 400;
    line-height: 24px;
}
.nav-cooperation-contentes[data-v-08d2b941] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5px;
}
.nav-cooperation-content-item[data-v-08d2b941] {
    display: flex;
    width: 25%;
    padding: 20px;
    background-color: #f2f7ff;
    border-radius: 5px;
    border: 1px solid transparent;
    align-items: flex-start;
    transition: all 0.5s linear;
    line-height: 16px;
    font-size: 14px;
}
.nav-cooperation-content-item[data-v-08d2b941]:hover {
    border-color: #056bf2;
}
.nav-cooperation-item-img[data-v-08d2b941] {
    width: 26px;
    height: 26px;
    margin-right: 10px;
}
.nav-cooperation-content-ua[data-v-08d2b941] {
    color: #828183;
    font-size: 12px;
}
.nav-aboutus-wrapper[data-v-08d2b941]{
    position: absolute;
    width: 150px;
    display: flex;
    flex-wrap: wrap;
    top: 52px;
    left: 0;
    background-color: white;
    opacity: 0;
    transition: all 0.3s linear;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    border-top: 1px solid #e0e0e0;
}
.nav-aboutus-wrapper1[data-v-08d2b941]{
    position: absolute;
    width: 350px;
    display: flex;
    flex-wrap: wrap;
    top: 52px;
    left: 0;
    background-color: white;
    opacity: 0;
    transition: all 0.3s linear;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    border-top: 1px solid #e0e0e0;
}
.aboutus:hover .nav-aboutus-wrapper[data-v-08d2b941]{
    opacity: 1;
}
.aboutus:hover .nav-aboutus-wrapper1[data-v-08d2b941]{
    opacity: 1;
}
.nav-aboutus[data-v-08d2b941]{
    flex: 1;
    padding: 20px 20px;
    line-height: 35px;
    text-align: center;
}
.nav-aboutus-color[data-v-08d2b941]{
    font-weight: 700;
    color: #0571FF;
}
img.dhlogo[data-v-08d2b941] {
    height: 120px;
}


.nuxt-logo {
  height: 180px;
}

