a,article,aside,b,body,button,dd,div,dl,dt,figcaption,figure,footer,h1,h2,h3,h4,h5,h6,header,i,input,li,nav,p,section,select,span,textarea,ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    text-decoration: none;
    border: none;
    font-weight: 400;
    font-family: Microsoft Yahei;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    outline: none
}

::-webkit-scrollbar {
    width: 6px;
    height: 0;
    background-color: #f5f5f5
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f5f5f5
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #999
}

input[type=button],input[type=reset],input[type=search],input[type=submit],textarea {
    -webkit-appearance: none
}

a {
    color: inherit
}

img {
    max-width: 100%;
    max-height: 100%;
    display: block
}

body,html {
    min-height: 100%;
    min-width: 100%
}

.main-container {
    width: 1300px;
    margin: auto;
    max-width: 92%;
    position: relative
}

.router-slide-fade-enter-active {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.router-slide-fade-leave-active {
    -webkit-transition: all .2s cubic-bezier(1,.5,.8,1);
    transition: all .2s cubic-bezier(1,.5,.8,1)
}

.router-slide-fade-enter,.router-slide-fade-leave-to {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: .3
}

.fade-enter-active,.fade-leave-active {
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.fade-enter,.fade-leave-to {
    opacity: 0!important
}

.slide-enter-active,.slide-leave-active {
    -webkit-transition: all .5s;
    transition: all .5s
}

.slide-enter,.slide-leave-to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.flex-1 {
    -webkit-box-flex: 1!important;
    -ms-flex: 1!important;
    flex: 1!important
}

.flex-basis-2 {
    margin: .5%!important;
    -ms-flex-preferred-size: 49%!important;
    flex-basis: 49%!important;
    max-width: 49%!important
}

.flex-basis-3 {
    margin: .5%!important;
    -ms-flex-preferred-size: 32.3%!important;
    flex-basis: 32.3%!important;
    max-width: 32.3%!important
}

.flex-basis-4 {
    margin: .5%!important;
    -ms-flex-preferred-size: 24%!important;
    flex-basis: 24%!important;
    max-width: 24%!important
}

.flex-basis-5 {
    margin: .5%!important;
    -ms-flex-preferred-size: 19%!important;
    flex-basis: 19%!important;
    max-width: 19%!important
}

.flex-basis-6 {
    margin: .5%!important;
    -ms-flex-preferred-size: 15.6%!important;
    flex-basis: 15.6%!important;
    max-width: 15.6%!important
}

.flex-basis-7 {
    margin: .5%!important;
    -ms-flex-preferred-size: 13.2%!important;
    flex-basis: 13.2%!important;
    max-width: 13.2%!important
}

.yun-detail {
    width: 100%;
    background: #151515;
    background: #151515 url(../../static/img/default.c8529137.png) no-repeat 100%/auto 100%;
    position: relative
}

.yun-detail .dtbanner {
    position: relative;
    width: 100%;
    padding: 120px 0
}

.yun-detail .dtbanner .detail-info h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 24px
}

.yun-detail .dtbanner .detail-info p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px
}

.yun-detail .dtbanner .detail-info a {
    display: block;
    float: left;
    width: 136px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s
}

.yun-detail .dtbanner .detail-info a:hover {
    background: #fff;
    color: #21252e
}

.yun-detail .detbtm-md {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    display: block;
    top: auto;
    z-index: 50;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none
}

.yun-detail .detbtm-md ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.yun-detail .detbtm-md ul li {
    width: 50%;
    height: 100%;
    -webkit-transition: all .4s;
    transition: all .4s
}

.yun-detail .detbtm-md ul li.on {
    background: #21a2dc
}

.yun-detail .detbtm-md ul li a {
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 48px
}

.main-body>div:nth-child(2n) {
    background: #f4f4f4
}

.main-body>div:nth-child(odd) {
    background: #fafafa
}

.num-show .num-show-inner {
    padding: 30px 0 50px
}

.num-show .num-show-inner .col-left,.num-show .num-show-inner .el-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.num-show .num-show-inner .col-left {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.num-show .num-show-inner .hy-num {
    width: 500px;
    z-index: 1;
    color: #fff;
    position: relative;
    margin: 30px 0 10px
}

.num-show .num-show-inner .hy-num>img {
    position: relative;
    z-index: 1;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
    left: 0;
    top: 0;
    cursor: pointer;
    left: -10px;
    top: -10px
}

.num-show .num-show-inner .hy-num>img:hover {
    left: -10px;
    top: -10px
}

.num-show .num-show-inner .hy-num:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #21a2dc;
    top: 0;
    left: 0;
    border-radius: 4px
}

.num-show .num-show-inner .hy-num h2 {
    line-height: 1.5
}

.num-show .num-show-inner .hy-num h2 span {
    font-family: DINCond-Medium!important;
    font-size: 48px;
    letter-spacing: 0;
    margin-bottom: 8px;
    font-weight: 700
}

.num-show .num-show-inner .hy-num p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px
}

.num-show .num-show-inner .hy-num .line {
    width: 100%;
    height: 1px;
    background: hsla(0,0%,88.2%,.8);
    margin: 24px 0
}

.num-show .num-show-inner .jhinfo {
    background: #21a2dc;
    padding: 40px 130px 50px;
    height: 100%
}

.num-show .num-show-inner .jhinfo .hy-jhinfo h2 {
    margin-bottom: 32px
}

.num-show .num-show-inner .jhinfo .hy-jhinfo h2 img {
    display: block;
    width: auto
}

.num-show .num-show-inner .jhinfo .hy-jhinfo p {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    text-align: justify;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden
}

.more-solution-list {
    background: #fff;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px
}

.more-solution-list .more-solution-list-inner .hyjf-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
    margin: .5%;
    float: left;
    position: relative
}

.more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem:hover .item-main {
    left: -12px;
    top: -12px
}

.more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem .item-green {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: #21a2dc
}

.more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem .item-main {
    position: relative;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem .item-main .mainpic {
    width: 100%;
    height: 240px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden
}

.more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem .item-main .mainpic img {
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem .item-main .hyjjinfo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 24px
}

.more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem .item-main .hyjjinfo h2 {
    font-size: 20px;
    color: #21a2dc;
    letter-spacing: 0;
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem .item-main .hyjjinfo p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    color: #21252e;
    letter-spacing: 0;
    line-height: 1.5;
    overflow: hidden;
    margin-bottom: 20px
}

.more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem .item-main .hyjjinfo a {
    display: block;
    width: 114px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    background-color: #21a2dc;
    letter-spacing: 0;
    overflow: hidden;
    position: relative
}

.more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem .item-main .hyjjinfo a:before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 36px;
    background: rgba(0,0,0,.1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition-timing-function: cubic-bezier(.7,0,.9,1);
    transition-timing-function: cubic-bezier(.7,0,.9,1)
}

.more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem .item-main .hyjjinfo a:hover:before {
    width: 100%
}

.more-solution-list .more-solution-list-inner .hy-more {
    width: 100%;
    background: #fff;
    padding-top: 16px;
    padding-bottom: 13px;
    cursor: pointer
}

.more-solution-list .more-solution-list-inner .hy-more h2 {
    width: 60px;
    text-align: center;
    margin: 0 auto;
    line-height: 20px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #21a2dc;
    letter-spacing: 0;
    position: relative
}

.more-solution-list .more-solution-list-inner .hy-more h2:before {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background: #21a2dc;
    bottom: 0;
    left: 0;
    -webkit-transition: all .6s;
    transition: all .6s
}

.more-solution-list .more-solution-list-inner .hy-more:hover h2:before {
    width: 100%
}

.best-works {
    padding: 64px 0 124px;
    overflow: hidden
}

.best-works .hyjx-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.best-works .hyjx-list .hyjx-item {
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px
}

.best-works .hyjx-list .hyjx-item .el-row {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.best-works .hyjx-list .hyjx-item .jx-pic {
    overflow: hidden;
    position: relative
}

.best-works .hyjx-list .hyjx-item .jx-pic img.img-response {
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.best-works .hyjx-list .hyjx-item:hover .jx-pic img.img-response {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.best-works .hyjx-list .hyjx-item .jxcont {
    padding: 0 24px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.best-works .hyjx-list .hyjx-item .jxcont h3 {
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 40px
}

.best-works .hyjx-list .hyjx-item .jxcont h3 span {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #fff;
    vertical-align: middle;
    margin-right: 9px
}

.best-works .hyjx-list .hyjx-item .jxcont h2 {
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.6;
    font-weight: 400;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.best-works .hyjx-list .hyjx-item .jxcont a.jx-btn {
    position: relative;
    display: block;
    width: 114px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    background: #21252e;
    color: #fff;
    letter-spacing: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.best-works .hyjx-list .hyjx-item .jxcont a.jx-btn:before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 36px;
    background: hsla(0,0%,100%,.1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition-timing-function: cubic-bezier(.7,0,.9,1);
    transition-timing-function: cubic-bezier(.7,0,.9,1)
}

.best-works .hyjx-list .hyjx-item .jxcont a.jx-btn:hover:before {
    width: 100%
}

.hyjx-customer {
    padding: 64px 0 124px
}

.hyjx-customer .hyjx-list .hyjx-item {
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px
}

.hyjx-customer .hyjx-list .hyjx-item .el-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hyjx-customer .hyjx-list .hyjx-item:last-child {
    margin-bottom: 0
}

.hyjx-customer .hyjx-list .hyjx-item:nth-of-type(2n-1) {
    background: #21a2dc
}

.hyjx-customer .hyjx-list .hyjx-item:nth-of-type(2n-1) .el-col:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.hyjx-customer .hyjx-list .hyjx-item:nth-of-type(2n-1) .el-col:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.hyjx-customer .hyjx-list .hyjx-item:nth-of-type(2n) {
    background: #f4f4f4
}

.hyjx-customer .hyjx-list .hyjx-item:nth-of-type(2n) .el-col:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.hyjx-customer .hyjx-list .hyjx-item:nth-of-type(2n) .el-col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.hyjx-customer .hyjx-list .hyjx-item:nth-of-type(2n) .jxcont .contpd h3 {
    color: #21252e
}

.hyjx-customer .hyjx-list .hyjx-item:nth-of-type(2n) .jxcont .contpd h3 span {
    background: #21252e
}

.hyjx-customer .hyjx-list .hyjx-item:nth-of-type(2n) .jxcont .contpd h2 {
    color: #21a2dc
}

.hyjx-customer .hyjx-list .hyjx-item:nth-of-type(2n) .jxcont .contpd a.jx-btn {
    background: #21a2dc
}

.hyjx-customer .hyjx-list .hyjx-item:nth-of-type(2n) .jxcont .contpd a.jx-btn:before {
    background: rgba(0,0,0,.1)
}

.hyjx-customer .hyjx-list .hyjx-item .jxcont .contpd {
    padding: 56px 40px
}

.hyjx-customer .hyjx-list .hyjx-item .jxcont .contpd h3 {
    font-size: 24px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 40px
}

.hyjx-customer .hyjx-list .hyjx-item .jxcont .contpd h3 span {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #fff;
    vertical-align: middle;
    margin-right: 9px
}

.hyjx-customer .hyjx-list .hyjx-item .jxcont .contpd h2 {
    margin-bottom: 40px;
    font-size: 24px;
    color: #fff;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 400
}

.hyjx-customer .hyjx-list .hyjx-item .jxcont .contpd a.jx-btn {
    position: relative;
    display: block;
    width: 114px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    background: #21252e;
    color: #fff;
    letter-spacing: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.hyjx-customer .hyjx-list .hyjx-item .jxcont .contpd a.jx-btn:before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 36px;
    background: hsla(0,0%,100%,.1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition-timing-function: cubic-bezier(.7,0,.9,1);
    transition-timing-function: cubic-bezier(.7,0,.9,1)
}

.hyjx-customer .hyjx-list .hyjx-item .jxcont .contpd a.jx-btn:hover:before {
    width: 100%
}

.hyjx-customer .hyjx-list .jx-pic {
    overflow: hidden;
    position: relative;
    height: 100%
}

.hyjx-customer .hyjx-list .jx-pic:hover img.img-response {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hyjx-customer .hyjx-list .jx-pic img.img-response {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .6s;
    transition: all .6s
}

.container-tit {
    margin-bottom: 40px
}

.container-tit h2 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #21252e;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 62.5px
}

.container-tit h2:after {
    display: block;
    content: "";
    width: 92px;
    height: 6px;
    background: #21a2dc;
    position: absolute;
    left: 50%;
    margin-left: -46px;
    bottom: -22px
}

.container-tit p {
    font-size: 20px;
    color: #21252e;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 40px
}

.erji-cpgn {
    background: #fff;
    padding: 64px 0;
    width: 100%;
    position: relative
}

.erji-cpgn .DMLlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.erji-cpgn .DMLlist .gnitem {
    width: 19%;
    margin: .5%;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #fff url(data:image/png;base64,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) no-repeat top/100%
}

.erji-cpgn .DMLlist .gnitem:last-child {
    margin-right: 0
}

.erji-cpgn .DMLlist .gnitem .item-pic {
    width: 100%;
    background: none;
    border-top: 3px solid #21a2dc
}

.erji-cpgn .DMLlist .gnitem .item-pic h2 {
    font-family: DINCond-Medium;
    font-size: 72px;
    color: #21252e;
    line-height: 72px;
    padding: 24.5px 0 0 16px;
    font-weight: 700;
    width: 80px
}

.erji-cpgn .DMLlist .gnitem .gninfo {
    width: 100%;
    height: auto;
    padding-top: 40px
}

.erji-cpgn .DMLlist .gnitem .gninfo .infopd {
    padding: 0 16px 40px 16px!important
}

.erji-cpgn .DMLlist .gnitem .gninfo .infopd p {
    font-size: 18px;
    color: #21252e;
    letter-spacing: 0;
    line-height: 24px
}

.erji-cpgn .DMLlist .gnitem:hover {
    -webkit-box-shadow: 0 6px 8px rgba(0,0,0,.2);
    box-shadow: 0 6px 8px rgba(0,0,0,.2)
}

.yun-yycj {
    min-height: auto;
    padding: 64px 0
}

.yun-yycj .yycjlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.yun-yycj .yycjlist .yycjitem {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    background: url(data:image/png;base64,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) repeat-x bottom #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1)
}

.yun-yycj .yycjlist .yycjitem .contpd {
    padding: 50px
}

.yun-yycj .yycjlist .yycjitem .contpd h2 {
    font-size: 20px;
    color: #21252e;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 16px;
    font-weight: 700
}

.yun-yycj .yycjlist .yycjitem .contpd p {
    font-size: 16px;
    color: #21252e;
    letter-spacing: 0;
    line-height: 1.5
}

.yun-yycj .yycjlist .yycjitem:nth-of-type(3n) {
    margin-right: 0
}

.Relevant-products {
    padding: 40px 0 84px
}

.Relevant-products .jxcplist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.Relevant-products .jxcplist .item {
    width: 23.75%;
    margin-right: 1.66%;
    margin-bottom: 2%;
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: relative
}

.Relevant-products .jxcplist .item:nth-child(4n) {
    margin-right: 0
}

.Relevant-products .jxcplist .item .item-topic {
    width: 100%;
    height: 260px;
    overflow: hidden
}

.Relevant-products .jxcplist .item .item-topic img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.Relevant-products .jxcplist .item:hover:after {
    width: 100%
}

.Relevant-products .jxcplist .item:hover .item-more {
    opacity: 1
}

.Relevant-products .jxcplist .item:after {
    display: block;
    content: "";
    width: 0;
    height: 4px;
    position: absolute;
    bottom: -4px;
    background: #21a2dc;
    -webkit-transition: all .6s;
    transition: all .6s
}

.Relevant-products .jxcplist .item-green {
    background: #21a2dc;
    position: relative
}

.Relevant-products .jxcplist .item-green:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 16px;
    background: #0ca056;
    z-index: 30
}

.Relevant-products .jxcplist .item-green:before:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.15);
    box-shadow: 0 5px 15px rgba(0,0,0,.15)
}

.Relevant-products .jxcplist .item-green:after {
    display: none!important;
    height: 0!important;
    width: 0!important
}

.Relevant-products .item-tinfo {
    padding: 24px 20px
}

.Relevant-products .item-tinfo h2 {
    font-size: 20px;
    color: #21a2dc;
    letter-spacing: 0;
    margin-bottom: 16px;
    font-weight: 600
}

.Relevant-products .item-tinfo p {
    font-size: 14px;
    color: #21252e;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 24px
}

.Relevant-products .item-tinfo .item-more {
    display: block;
    width: 114px;
    height: 36px;
    background: #21252e;
    text-align: center;
    line-height: 36px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.customer-value {
    background: #f4f4f4;
    padding: 80px 0 116px
}

.customer-value .customerlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.customer-value .customerlist .cstmitem {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 24%;
    flex: 0 1 24%;
    background: #fff;
    margin: .5%;
    -webkit-transition: all .4s;
    transition: all .4s
}

.customer-value .customerlist .cstmitem:last-child {
    margin-right: 0
}

.customer-value .customerlist .cstmitem .custompd {
    padding: 64px 40px 84px 40px
}

.customer-value .customerlist .cstmitem .custompd .cstmpic {
    margin-bottom: 40px
}

.customer-value .customerlist .cstmitem .custompd .cstmpic img {
    display: block;
    width: auto;
    margin: 0 auto
}

.customer-value .customerlist .cstmitem .custompd .cstminfo h2 {
    text-align: center;
    font-size: 18px
}

.customer-value .customerlist .cstmitem .custompd .cstminfo p {
    font-size: 16px;
    color: #21252e;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center
}

.customer-value .customerlist .cstmitem:hover {
    -webkit-box-shadow: 0 5px 8px rgba(0,0,0,.2);
    box-shadow: 0 5px 8px rgba(0,0,0,.2)
}

.qyhonnr {
    padding: 70px 0 40px
}

.qyhonnr .honor-main {
    height: auto;
    width: 100%;
    overflow: hidden
}

.qyhonnr .honor-main .honor-left {
    width: 31%;
    height: 640px;
    float: left;
    position: relative
}

.qyhonnr .honor-main .honor-left #navbar {
    position: relative;
    z-index: 2
}

.qyhonnr .honor-main .honor-left .leftbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

.qyhonnr .honor-main .honor-left ul li {
    width: 100%;
    height: 213px;
    background: hsla(0,0%,100%,.1)
}

.qyhonnr .honor-main .honor-left ul li a {
    display: block;
    width: 100%;
    height: 100%
}

.qyhonnr .honor-main .honor-right {
    background: #21a2dc;
    padding: 40px 0 49px
}

.qyhonnr .honor-main .honor-right .hright-pd {
    padding: 0 40px 0 70px;
    height: 560px;
    overflow: auto;
    margin-right: 12px;
    position: relative
}

.qyhonnr .honor-main .honor-right .hright-pd::-webkit-scrollbar {
    width: 8px;
    background-color: #00974c
}

.qyhonnr .honor-main .honor-right .hright-pd::-webkit-scrollbar-track {
    background-color: #21a2dc
}

.qyhonnr .honor-main .honor-right .hright-pd::-webkit-scrollbar-thumb {
    background: #1288bd;
    border-radius: 6px
}

.qyhonnr .honor-main .honor-right .hright-pd .honor-timecont .time-item h2 {
    font-size: 32px;
    color: #fff;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 20px;
    position: relative
}

.qyhonnr .honor-main .honor-right .hright-pd .honor-timecont .time-item h2:before {
    display: block;
    content: "";
    position: absolute;
    width: 75px;
    height: 11px;
    background: #fff;
    opacity: .4;
    top: 70%;
    left: 0
}

.qyhonnr .honor-main .honor-right .hright-pd .honor-timecont .time-item ul li {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    text-align: justify;
    line-height: 32px;
    margin-bottom: 24px;
    padding-left: 32px;
    position: relative
}

.qyhonnr .honor-main .honor-right .hright-pd .honor-timecont .time-item ul li i {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff;
    background-size: cover;
    line-height: 32px;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    left: 10px;
    top: 12px
}

.product-show {
    padding: 40px 0 80px
}

.product-show .porlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-show .porlist .itemshow {
    width: 400px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
    min-height: auto;
    background: #eef1f7;
    margin-right: 40px;
    margin-bottom: 40px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.product-show .porlist .itemshow:hover {
    -webkit-box-shadow: 0 5px 8px rgba(0,0,0,.2);
    box-shadow: 0 5px 8px rgba(0,0,0,.2)
}

.product-show .porlist .itemshow:last-child {
    margin-right: 0
}

.product-show .porlist .itemshow .showpd .showpic {
    height: auto;
    height: 228px;
    overflow: hidden
}

.product-show .porlist .itemshow .showpd .showpic .img-response {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product-show .porlist .itemshow .showpd .showtt {
    padding: 32px 40px 40px
}

.product-show .porlist .itemshow .showpd .showtt h2 {
    font-size: 20px;
    color: #21252e;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 24px
}

.product-show .porlist .itemshow .showpd .showtt p {
    font-size: 14px;
    color: #21252e;
    letter-spacing: 0;
    line-height: 24px
}

@media(min-width: 320px)and (max-width:768px) {
    .index-nav .index-nav-inner {
        height:70px
    }

    .index-nav .index-nav-inner .head-nav {
        display: none
    }

    .banner .el-carousel__container {
        height: 210px!important
    }

    .index-pszz {
        padding: 30px 0!important
    }

    .index-jxcp .jxcplist .item,.index-pszz .index-pszz-inner .index-item1 .item {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 0 100%!important;
        flex: 1 0 100%!important
    }

    .index-hz {
        margin: 0 0 30px
    }

    .index-hz .client .client-list>.item {
        -webkit-box-flex: 0!important;
        -ms-flex: 0 0 33.3%!important;
        flex: 0 0 33.3%!important
    }

    .index-jxcp {
        margin-bottom: 30px!important
    }

    .yun-detail .detbtm-md .main-container {
        max-width: 100%!important
    }

    .num-show .num-show-inner .el-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .best-works {
        padding: 30px 0!important
    }

    .yun-detail .dtbanner {
        padding: 40px 0!important
    }

    .yun-yycj {
        padding: 30px 0!important
    }

    .container-tit {
        max-width: 94%;
        margin: auto
    }

    .container-tit h2 {
        margin-bottom: 40px!important
    }

    .yun-yycj .yycjlist .yycjitem {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 0 100%!important;
        flex: 1 0 100%!important
    }

    .yun-yycj .yycjlist .yycjitem .contpd {
        padding: 40px!important
    }

    .more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 0 100%!important;
        flex: 1 0 100%!important
    }

    .more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem .item-main .mainpic {
        height: 150px!important
    }

    .num-show .num-show-inner {
        padding: 0 0 30px!important
    }

    .num-show .num-show-inner .jhinfo {
        padding: 20px!important
    }

    .customer-value {
        padding: 40px 0!important
    }

    .customer-value .customerlist .cstmitem,.Relevant-products .jxcplist .item {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 0 100%!important;
        flex: 1 0 100%!important
    }

    .Relevant-products .jxcplist .item .item-more {
        opacity: 1!important
    }

    .erji-cpgn .DMLlist .gnitem {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 0 40%!important;
        flex: 1 0 40%!important
    }

    .product-show {
        padding: 40px 0!important
    }

    .product-show .porlist .itemshow {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 0 100%!important;
        flex: 1 0 100%!important
    }

    .footer .footer-info {
        padding-top: 20px!important
    }

    .footer .footer-info .info-tel {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer .footer-info .info-site {
        padding: 0!important
    }

    .footer .footer-info .info-site ul {
        height: 170px!important
    }
}

@media(min-width: 1367px)and (max-width:1440px) {
    .main-container {
        width:1300px!important
    }
}

@media(min-width: 1441px)and (max-width:1580px) {
    .main-container {
        width:1360px!important
    }
}

@media(min-width: 1580px)and (max-width:1700px) {
    .main-container {
        width:1400px!important
    }
}

@media(min-width: 1700px)and (max-width:1920px) {
    .main-container {
        width:1440px!important
    }
}

@font-face {
    font-family: DINCond-Medium;
    src: url(../../static/fonts/DNC57.1b8df5fe.otf)
}

#app {
    font-family: Avenir,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    background: #fff;
    min-height: 100vh;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.banner .el-carousel[data-v-0b7459e5] {
    width: 100%;
    background-color: #21252e
}

.banner .el-carousel .slide[data-v-0b7459e5] {
    height: 100%;
    width: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #21252e
}

.banner .el-carousel .slide img[data-v-0b7459e5] {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
    width: 100%;
    height: 100%
}

.banner .el-carousel .slide .el-image[data-v-0b7459e5] {
    width: 100%;
    height: 100%
}

.banner .el-carousel[data-v-0b7459e5] .el-carousel__indicator .el-carousel__button {
    width: 10px;
    height: 10px;
    border-radius: 5px
}

.banner .el-carousel[data-v-0b7459e5] .el-carousel__indicator.is-active .el-carousel__button {
    width: 20px
}

.index-pszz[data-v-0b7459e5] {
    padding-top: 64px;
    margin-bottom: 80px
}

.index-pszz .index-pszz-inner .index-item1[data-v-0b7459e5] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.index-pszz .index-pszz-inner .index-item1 .item[data-v-0b7459e5] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #f9f9f9;
    margin-right: 16px;
    position: relative;
    -webkit-transition: all .6s;
    transition: all .6s
}

.index-pszz .index-pszz-inner .index-item1 .item[data-v-0b7459e5]:hover {
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1)
}

.index-pszz .index-pszz-inner .index-item1 .item[data-v-0b7459e5]:last-child {
    margin: 0
}

.index-pszz .index-pszz-inner .index-item1 .item .item-gray[data-v-0b7459e5] {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.index-pszz .index-pszz-inner .index-item1 .item .itemin[data-v-0b7459e5] {
    padding: 32px 24px 26px;
    position: relative;
    z-index: 10
}

.index-pszz .index-pszz-inner .index-item1 .item .itemin .item-pic[data-v-0b7459e5] {
    margin-bottom: 32px;
    height: 80px
}

.index-pszz .index-pszz-inner .index-item1 .item .itemin h2[data-v-0b7459e5] {
    font-size: 28px;
    color: #21252e;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 24px
}

.index-pszz .index-pszz-inner .index-item1 .item .itemin p[data-v-0b7459e5] {
    height: 66px;
    overflow: hidden;
    font-size: 14px;
    color: #505363;
    letter-spacing: 0;
    line-height: 22px
}

.index-jxcp[data-v-0b7459e5] {
    margin-bottom: 80px
}

.index-jxcp .jxcplist[data-v-0b7459e5] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.index-jxcp .jxcplist .item[data-v-0b7459e5] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 25%;
    background: #fff;
    margin-right: 1%;
    float: left;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer
}

.index-jxcp .jxcplist .item[data-v-0b7459e5]:last-child {
    margin-right: 0
}

.index-jxcp .jxcplist .item.item-green[data-v-0b7459e5] {
    background: #21a2dc;
    position: relative
}

.index-jxcp .jxcplist .item.item-green[data-v-0b7459e5]:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 16px;
    background: #1288bd;
    z-index: 30
}

.index-jxcp .jxcplist .item .itempd[data-v-0b7459e5] {
    padding: 32px 30px 59px 50px!important
}

.index-jxcp .greent-title[data-v-0b7459e5] {
    position: relative;
    margin-bottom: 20px
}

.index-jxcp .greent-title[data-v-0b7459e5]:before {
    position: absolute;
    left: -14px;
    top: 3px;
    content: "";
    width: 4px;
    height: 111px;
    background: #fff
}

.index-jxcp .greent-title p[data-v-0b7459e5] {
    font-size: 28px;
    color: #fff;
    letter-spacing: 0;
    line-height: 40px
}

.index-jxcp .green-cont[data-v-0b7459e5] {
    margin-bottom: 61px!important
}

.index-jxcp .green-cont p[data-v-0b7459e5] {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    line-height: 28px
}

.index-jxcp .item-green .green-more[data-v-0b7459e5] {
    display: block;
    width: 136px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.index-jxcp .item-green .green-more[data-v-0b7459e5]:hover {
    background: #fff;
    color: #21a2dc
}

.index-jxcp .jxcplist .item .item-topic[data-v-0b7459e5] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.index-jxcp .jxcplist .item .item-topic img[data-v-0b7459e5] {
    height: 100%!important
}

.index-jxcp .item-tinfo[data-v-0b7459e5] {
    padding: 24px 37px 24px 37px!important
}

.index-jxcp .item-tinfo h2[data-v-0b7459e5] {
    height: 2em;
    font-size: 20px;
    color: #21a2dc;
    line-height: 20px;
    margin-bottom: 16px;
    text-overflow: -o-ellipsis-lastline;
    line-clamp: 2
}

.index-jxcp .item-tinfo h2[data-v-0b7459e5],.index-jxcp .item-tinfo p[data-v-0b7459e5] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.index-jxcp .item-tinfo p[data-v-0b7459e5] {
    max-height: 44px;
    font-size: 14px;
    color: #21252e;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 30px
}

.index-jxcp .item-tinfo .item-more[data-v-0b7459e5] {
    display: block;
    width: 114px;
    height: 36px;
    background: #21252e;
    text-align: center;
    line-height: 36px;
    color: #fff;
    opacity: 1;
    -webkit-transition: all .4s;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative
}

.index-jxcp .item-tinfo .item-more[data-v-0b7459e5]:before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 36px;
    background: hsla(0,0%,100%,.3);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition-timing-function: cubic-bezier(.7,0,.9,1);
    transition-timing-function: cubic-bezier(.7,0,.9,1)
}

.index-jxcp .item-tinfo .item-more[data-v-0b7459e5]:hover:before {
    width: 100%
}

.index-jxcp .jxcplist .item[data-v-0b7459e5]:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.15);
    box-shadow: 0 5px 10px rgba(0,0,0,.15)
}

.index-jxcp .jxcplist .item .item-topic img[data-v-0b7459e5] {
    -webkit-transition: all .6s;
    transition: all .6s;
    width: auto
}

.index-jxcp .jxcplist .item:hover .item-topic img[data-v-0b7459e5] {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.index-jxcp .jxcplist .item:hover .item-more[data-v-0b7459e5] {
    opacity: 1
}

.index-jxcp .jxcplist .item[data-v-0b7459e5]:after {
    display: block;
    content: "";
    width: 0;
    height: 4px;
    position: absolute;
    bottom: -4px;
    background: #21a2dc;
    -webkit-transition: all .6s;
    transition: all .6s
}

.index-jxcp .jxcplist .item-green[data-v-0b7459e5]:after {
    display: none!important;
    height: 0!important;
    width: 0!important
}

.index-jxcp .jxcplist .item[data-v-0b7459e5]:hover:after {
    width: 100%
}

.index-ts h2[data-v-0b7459e5] {
    background-image: url(../../static/img/4rFp7ZW1Q0ODHSy_Lddilw.ed122a81.png)!important;
    line-height: 120px;
    text-align: center;
    font-size: 24px;
    color: #fff
}

.index-ts h2 a[data-v-0b7459e5] {
    display: inline-block;
    width: 132px;
    height: 36px;
    opacity: .9;
    border: 1px solid #fff;
    line-height: 36px;
    margin-left: 40px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer
}

.index-ts h2 a[data-v-0b7459e5]:hover {
    background: #fff;
    color: #21a2dc
}

.index-ts .content[data-v-0b7459e5] {
    padding: 40px 15% 0
}

.index-ts .content>div[data-v-0b7459e5] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.index-ts .content>div .item[data-v-0b7459e5] {
    overflow: hidden;
    margin-bottom: 20px;
    margin: 0 .5% .5% 0;
    width: 19.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-hz[data-v-0b7459e5] {
    margin-bottom: 60px;
    overflow: hidden;
    padding-top: 40px
}

.index-hz .client[data-v-0b7459e5] {
    overflow: hidden
}

.index-hz .client .client-list[data-v-0b7459e5] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.index-hz .client .client-list>.item[data-v-0b7459e5] {
    margin-bottom: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 45px!important
}

.index-hz .client .client-list>.item img[data-v-0b7459e5] {
    max-height: 66px;
    cursor: pointer;
    margin: auto
}

.client-list .item .img[data-v-0b7459e5] {
    -webkit-transition: all .4s;
    transition: all .4s
}

.client-list .item .img.img_on[data-v-0b7459e5],.client-list .item:hover .img[data-v-0b7459e5] {
    display: none
}

.client-list .item:hover .img_on[data-v-0b7459e5] {
    display: block
}

.main[data-v-f7353bb2] {
    min-height: 100vh
}

.index-nav[data-v-02353209] {
    background: #21252e
}

.index-nav .index-nav-inner[data-v-02353209] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80px
}

.index-nav .index-nav-inner .logo[data-v-02353209] {
    height: 35px
}

.index-nav .index-nav-inner .head-nav[data-v-02353209] {
    /*position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 200px;*/
    height: 100%
}

.index-nav .index-nav-inner .head-nav .nav[data-v-02353209] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    color: #fff
}

.index-nav .index-nav-inner .head-nav .nav .nav-item[data-v-02353209] {
    margin-right: 25px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative
}

.index-nav .index-nav-inner .head-nav .nav .nav-item[data-v-02353209]:hover {
    color: #21a2dc
}

.index-nav .index-nav-inner .head-nav .nav .nav-item>span[data-v-02353209] {
    font-size: 16px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.index-nav .index-nav-inner .head-nav .nav .nav-item[data-v-02353209]:last-child {
    margin-right: 0
}

.index-nav .index-nav-inner .head-nav .nav .nav-item a.router-link-active[data-v-02353209] {
    color: #21a2dc
}

.index-nav .index-nav-inner .head-nav .nav .nav-item a.router-link-active[data-v-02353209]:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #21a2dc;
    position: absolute;
    bottom: 0
}

.index-nav .index-nav-inner .head-search[data-v-02353209] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-nav .index-nav-inner .head-search .search[data-v-02353209] {
    position: relative;
    background: #11151b;
    color: #fff;
    width: 250px;
    height: 50px;
    margin-right: 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-bottom: 2px solid transparent
}

.index-nav .index-nav-inner .head-search .search[data-v-02353209]:hover {
    width: 300px;
    border-bottom-color: #21a2dc
}

.index-nav .index-nav-inner .head-search .search input[data-v-02353209] {
    background: transparent;
    height: 100%;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    width: 100%;
    padding-right: 50px
}

.index-nav .index-nav-inner .head-search .search input[data-v-02353209]::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px
}

.index-nav .index-nav-inner .head-search .search input[data-v-02353209]::-moz-placeholder {
    color: #fff;
    font-size: 16px
}

.index-nav .index-nav-inner .head-search .search input[data-v-02353209]:-ms-input-placeholder {
    color: #fff;
    font-size: 16px
}

.index-nav .index-nav-inner .head-search .search .search-sub[data-v-02353209] {
    padding-right: 10px;
    font-size: 26px;
    position: absolute;
    cursor: pointer;
    height: 100%;
    width: 50px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.index-nav .index-nav-inner .head-search .search .search-sub[data-v-02353209]:hover {
    color: #21a2dc
}

.index-nav .index-nav-inner .head-search .contary[data-v-02353209] {
    cursor: pointer;
    margin-right: 20px;
    margin-left: 10px
}

.index-nav .index-nav-inner .head-search .contary img[data-v-02353209] {
    display: block
}

.index-nav .index-nav-inner .head-search .tel a[data-v-02353209] {
    -webkit-transition: all .4s;
    transition: all .4s;
    font-size: 24px;
    color: #fff
}

.index-nav .index-nav-inner .head-search .tel a[data-v-02353209]:hover {
    color: #21a2dc
}

.index-nav .index-nav-inner .menucont[data-v-02353209] {
    width: 100%;
    background: #12151b;
    -webkit-box-shadow: 0 6px 15px rgba(0,0,0,.3);
    box-shadow: 0 6px 15px rgba(0,0,0,.3);
    position: absolute;
    top: 80px;
    z-index: 250;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    opacity: .95
}

.index-nav .index-nav-inner .menucont.menucont1 .iteminfo[data-v-02353209] {
    -ms-flex-preferred-size: inherit!important;
    flex-basis: inherit!important
}

.index-nav .index-nav-inner .menucont.menucont1 .iteminfo .items[data-v-02353209] {
    height: auto!important
}

.index-nav .index-nav-inner .menucont .iteminfo[data-v-02353209] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    position: relative;
    padding: 20px;
    padding-right: 0;
    height: auto;
    white-space: nowrap
}

.index-nav .index-nav-inner .menucont .iteminfo[data-v-02353209]:last-child {
    padding-right: 20px
}

.index-nav .index-nav-inner .menucont .iteminfo[data-v-02353209]:first-child {
    padding-right: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.index-nav .index-nav-inner .menucont .iteminfo:first-child .items[data-v-02353209] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 300px
}

.index-nav .index-nav-inner .menucont .iteminfo:first-child .items .item-link[data-v-02353209] {
    width: 50%;
    white-space: normal
}

.index-nav .index-nav-inner .menucont .iteminfo .menu-titel[data-v-02353209] {
    font-size: 20px;
    color: #21a2dc;
    margin-bottom: 20px
}

.index-nav .index-nav-inner .menucont .iteminfo p[data-v-02353209] {
    font-size: 16px;
    color: #fff;
    line-height: 26px
}

.index-nav .index-nav-inner .menucont .iteminfo .items[data-v-02353209] {
    margin-bottom: 20px
}

.index-nav .index-nav-inner .menucont .iteminfo .items .item-link[data-v-02353209] {
    display: block;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding: 6px 0;
    position: relative
}

.index-nav .index-nav-inner .menucont .iteminfo .items .item-link[data-v-02353209]:hover {
    color: #21a2dc;
    opacity: .9
}

.index-nav .index-nav-inner .menucont .iteminfo .items .item-link.router-link-active[data-v-02353209] {
    color: #21a2dc
}

.footer[data-v-5ebe527a] {
    width: 100%;
    min-height: auto;
    background: #1f232a;
    overflow: hidden
}

.footer .footer-info[data-v-5ebe527a] {
    padding-top: 56px;
    height: auto
}

.footer .footer-info .info-hore[data-v-5ebe527a] {
    margin-bottom: 40px
}

.footer .footer-info .info-hore h2[data-v-5ebe527a] {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 28px
}

.footer .footer-info .info-hore h2[data-v-5ebe527a]:after {
    display: block;
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    left: 0;
    bottom: -13px;
    background: #21a2dc
}

.footer .footer-info .info-hore .horep[data-v-5ebe527a] {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 8px
}

.footer .footer-info .info-hore .info-tel[data-v-5ebe527a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer .footer-info .info-hore .info-tel .info-tell[data-v-5ebe527a] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.footer .footer-info .info-hore .info-tel .info-tell h1[data-v-5ebe527a] {
    font-size: 22px;
    color: #fff;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 20px
}

.footer .footer-info .info-hore .info-tel .info-tell p[data-v-5ebe527a] {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 14px;
    margin: 11px 0
}

.footer .footer-info .info-hore .info-tel .erwm[data-v-5ebe527a] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer .footer-info .info-hore .info-tel .erwm img[data-v-5ebe527a] {
    width: 130px;
    height: 130px;
    float: right
}

.footer .footer-info .info-site[data-v-5ebe527a] {
    padding-left: 80px;
    padding-right: 80px
}

.footer .footer-info .info-site ul[data-v-5ebe527a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 220px
}

.footer .footer-info .info-site ul li a[data-v-5ebe527a] {
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    display: block
}

.footer .footer-info .info-site ul li a[data-v-5ebe527a]:hover {
    color: #21a2dc;
    opacity: .9
}

.p_contentBox[data-v-5ebe527a] {
    background: #1f232a
}

.p_contentBox .bqxx[data-v-5ebe527a] {
    width: 100%;
    border-top: 1px solid hsla(0,0%,100%,.1)
}

.p_contentBox .bqxx p[data-v-5ebe527a] {
    text-align: center;
    font-size: 14px;
    color: #999;
    letter-spacing: 0;
    line-height: 14px;
    line-height: 1.5;
    padding: 15px 0
}

.p_contentBox .ICP[data-v-5ebe527a] {
    -webkit-transition: all .4s;
    transition: all .4s
}

.p_contentBox .ICP[data-v-5ebe527a]:hover {
    color: #21a2dc
}
a,article,aside,b,body,button,dd,div,dl,dt,figcaption,figure,footer,h1,h2,h3,h4,h5,h6,header,i,input,li,nav,p,section,select,span,textarea,ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    text-decoration: none;
    border: none;
    font-weight: 400;
    font-family: Microsoft Yahei;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    outline: none
}

::-webkit-scrollbar {
    width: 6px;
    height: 0;
    background-color: #f5f5f5
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f5f5f5
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #999
}

input[type=button],input[type=reset],input[type=search],input[type=submit],textarea {
    -webkit-appearance: none
}

a {
    color: inherit
}

img {
    max-width: 100%;
    max-height: 100%;
    display: block
}

body,html {
    min-height: 100%;
    min-width: 100%
}

.main-container {
    width: 1300px;
    margin: auto;
    max-width: 92%;
    position: relative
}

.router-slide-fade-enter-active {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.router-slide-fade-leave-active {
    -webkit-transition: all .2s cubic-bezier(1,.5,.8,1);
    transition: all .2s cubic-bezier(1,.5,.8,1)
}

.router-slide-fade-enter,.router-slide-fade-leave-to {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: .3
}

.fade-enter-active,.fade-leave-active {
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.fade-enter,.fade-leave-to {
    opacity: 0!important
}

.slide-enter-active,.slide-leave-active {
    -webkit-transition: all .5s;
    transition: all .5s
}

.slide-enter,.slide-leave-to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.flex-1 {
    -webkit-box-flex: 1!important;
    -ms-flex: 1!important;
    flex: 1!important
}

.flex-basis-2 {
    margin: .5%!important;
    -ms-flex-preferred-size: 49%!important;
    flex-basis: 49%!important;
    max-width: 49%!important
}

.flex-basis-3 {
    margin: .5%!important;
    -ms-flex-preferred-size: 32.3%!important;
    flex-basis: 32.3%!important;
    max-width: 32.3%!important
}

.flex-basis-4 {
    margin: .5%!important;
    -ms-flex-preferred-size: 24%!important;
    flex-basis: 24%!important;
    max-width: 24%!important
}

.flex-basis-5 {
    margin: .5%!important;
    -ms-flex-preferred-size: 19%!important;
    flex-basis: 19%!important;
    max-width: 19%!important
}

.flex-basis-6 {
    margin: .5%!important;
    -ms-flex-preferred-size: 15.6%!important;
    flex-basis: 15.6%!important;
    max-width: 15.6%!important
}

.flex-basis-7 {
    margin: .5%!important;
    -ms-flex-preferred-size: 13.2%!important;
    flex-basis: 13.2%!important;
    max-width: 13.2%!important
}

.yun-detail {
    width: 100%;
    background: #151515;
    background: #151515 url(../../static/img/default.c8529137.png) no-repeat 100%/auto 100%;
    position: relative
}

.yun-detail .dtbanner {
    position: relative;
    width: 100%;
    padding: 120px 0
}

.yun-detail .dtbanner .detail-info h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 24px
}

.yun-detail .dtbanner .detail-info p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px
}

.yun-detail .dtbanner .detail-info a {
    display: block;
    float: left;
    width: 136px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s
}

.yun-detail .dtbanner .detail-info a:hover {
    background: #fff;
    color: #21252e
}

.yun-detail .detbtm-md {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    display: block;
    top: auto;
    z-index: 50;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none
}

.yun-detail .detbtm-md ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.yun-detail .detbtm-md ul li {
    width: 50%;
    height: 100%;
    -webkit-transition: all .4s;
    transition: all .4s
}

.yun-detail .detbtm-md ul li.on {
    background: #21a2dc
}

.yun-detail .detbtm-md ul li a {
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 48px
}

.main-body>div:nth-child(2n) {
    background: #f4f4f4
}

.main-body>div:nth-child(odd) {
    background: #fafafa
}

.num-show .num-show-inner {
    padding: 30px 0 50px
}

.num-show .num-show-inner .col-left,.num-show .num-show-inner .el-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.num-show .num-show-inner .col-left {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.num-show .num-show-inner .hy-num {
    width: 500px;
    z-index: 1;
    color: #fff;
    position: relative;
    margin: 30px 0 10px
}

.num-show .num-show-inner .hy-num>img {
    position: relative;
    z-index: 1;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
    left: 0;
    top: 0;
    cursor: pointer;
    left: -10px;
    top: -10px
}

.num-show .num-show-inner .hy-num>img:hover {
    left: -10px;
    top: -10px
}

.num-show .num-show-inner .hy-num:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #21a2dc;
    top: 0;
    left: 0;
    border-radius: 4px
}

.num-show .num-show-inner .hy-num h2 {
    line-height: 1.5
}

.num-show .num-show-inner .hy-num h2 span {
    font-family: DINCond-Medium!important;
    font-size: 48px;
    letter-spacing: 0;
    margin-bottom: 8px;
    font-weight: 700
}

.num-show .num-show-inner .hy-num p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px
}

.num-show .num-show-inner .hy-num .line {
    width: 100%;
    height: 1px;
    background: hsla(0,0%,88.2%,.8);
    margin: 24px 0
}

.num-show .num-show-inner .jhinfo {
    background: #21a2dc;
    padding: 40px 130px 50px;
    height: 100%
}

.num-show .num-show-inner .jhinfo .hy-jhinfo h2 {
    margin-bottom: 32px
}

.num-show .num-show-inner .jhinfo .hy-jhinfo h2 img {
    display: block;
    width: auto
}

.num-show .num-show-inner .jhinfo .hy-jhinfo p {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    text-align: justify;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden
}

.more-solution-list {
    background: #fff;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px
}

.more-solution-list .more-solution-list-inner .hyjf-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
    margin: .5%;
    float: left;
    position: relative
}

.more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem:hover .item-main {
    left: -12px;
    top: -12px
}

.more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem .item-green {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: #21a2dc
}

.more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem .item-main {
    position: relative;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem .item-main .mainpic {
    width: 100%;
    height: 240px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden
}

.more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem .item-main .mainpic img {
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem .item-main .hyjjinfo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 24px
}

.more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem .item-main .hyjjinfo h2 {
    font-size: 20px;
    color: #21a2dc;
    letter-spacing: 0;
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem .item-main .hyjjinfo p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    color: #21252e;
    letter-spacing: 0;
    line-height: 1.5;
    overflow: hidden;
    margin-bottom: 20px
}

.more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem .item-main .hyjjinfo a {
    display: block;
    width: 114px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    background-color: #21a2dc;
    letter-spacing: 0;
    overflow: hidden;
    position: relative
}

.more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem .item-main .hyjjinfo a:before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 36px;
    background: rgba(0,0,0,.1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition-timing-function: cubic-bezier(.7,0,.9,1);
    transition-timing-function: cubic-bezier(.7,0,.9,1)
}

.more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem .item-main .hyjjinfo a:hover:before {
    width: 100%
}

.more-solution-list .more-solution-list-inner .hy-more {
    width: 100%;
    background: #fff;
    padding-top: 16px;
    padding-bottom: 13px;
    cursor: pointer
}

.more-solution-list .more-solution-list-inner .hy-more h2 {
    width: 60px;
    text-align: center;
    margin: 0 auto;
    line-height: 20px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #21a2dc;
    letter-spacing: 0;
    position: relative
}

.more-solution-list .more-solution-list-inner .hy-more h2:before {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background: #21a2dc;
    bottom: 0;
    left: 0;
    -webkit-transition: all .6s;
    transition: all .6s
}

.more-solution-list .more-solution-list-inner .hy-more:hover h2:before {
    width: 100%
}

.best-works {
    padding: 64px 0 124px;
    overflow: hidden
}

.best-works .hyjx-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.best-works .hyjx-list .hyjx-item {
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px
}

.best-works .hyjx-list .hyjx-item .el-row {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.best-works .hyjx-list .hyjx-item .jx-pic {
    overflow: hidden;
    position: relative
}

.best-works .hyjx-list .hyjx-item .jx-pic img.img-response {
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.best-works .hyjx-list .hyjx-item:hover .jx-pic img.img-response {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.best-works .hyjx-list .hyjx-item .jxcont {
    padding: 0 24px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.best-works .hyjx-list .hyjx-item .jxcont h3 {
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 40px
}

.best-works .hyjx-list .hyjx-item .jxcont h3 span {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #fff;
    vertical-align: middle;
    margin-right: 9px
}

.best-works .hyjx-list .hyjx-item .jxcont h2 {
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.6;
    font-weight: 400;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.best-works .hyjx-list .hyjx-item .jxcont a.jx-btn {
    position: relative;
    display: block;
    width: 114px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    background: #21252e;
    color: #fff;
    letter-spacing: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.best-works .hyjx-list .hyjx-item .jxcont a.jx-btn:before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 36px;
    background: hsla(0,0%,100%,.1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition-timing-function: cubic-bezier(.7,0,.9,1);
    transition-timing-function: cubic-bezier(.7,0,.9,1)
}

.best-works .hyjx-list .hyjx-item .jxcont a.jx-btn:hover:before {
    width: 100%
}

.hyjx-customer {
    padding: 64px 0 124px
}

.hyjx-customer .hyjx-list .hyjx-item {
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px
}

.hyjx-customer .hyjx-list .hyjx-item .el-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hyjx-customer .hyjx-list .hyjx-item:last-child {
    margin-bottom: 0
}

.hyjx-customer .hyjx-list .hyjx-item:nth-of-type(2n-1) {
    background: #21a2dc
}

.hyjx-customer .hyjx-list .hyjx-item:nth-of-type(2n-1) .el-col:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.hyjx-customer .hyjx-list .hyjx-item:nth-of-type(2n-1) .el-col:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.hyjx-customer .hyjx-list .hyjx-item:nth-of-type(2n) {
    background: #f4f4f4
}

.hyjx-customer .hyjx-list .hyjx-item:nth-of-type(2n) .el-col:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.hyjx-customer .hyjx-list .hyjx-item:nth-of-type(2n) .el-col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.hyjx-customer .hyjx-list .hyjx-item:nth-of-type(2n) .jxcont .contpd h3 {
    color: #21252e
}

.hyjx-customer .hyjx-list .hyjx-item:nth-of-type(2n) .jxcont .contpd h3 span {
    background: #21252e
}

.hyjx-customer .hyjx-list .hyjx-item:nth-of-type(2n) .jxcont .contpd h2 {
    color: #21a2dc
}

.hyjx-customer .hyjx-list .hyjx-item:nth-of-type(2n) .jxcont .contpd a.jx-btn {
    background: #21a2dc
}

.hyjx-customer .hyjx-list .hyjx-item:nth-of-type(2n) .jxcont .contpd a.jx-btn:before {
    background: rgba(0,0,0,.1)
}

.hyjx-customer .hyjx-list .hyjx-item .jxcont .contpd {
    padding: 56px 40px
}

.hyjx-customer .hyjx-list .hyjx-item .jxcont .contpd h3 {
    font-size: 24px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 40px
}

.hyjx-customer .hyjx-list .hyjx-item .jxcont .contpd h3 span {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #fff;
    vertical-align: middle;
    margin-right: 9px
}

.hyjx-customer .hyjx-list .hyjx-item .jxcont .contpd h2 {
    margin-bottom: 40px;
    font-size: 24px;
    color: #fff;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 400
}

.hyjx-customer .hyjx-list .hyjx-item .jxcont .contpd a.jx-btn {
    position: relative;
    display: block;
    width: 114px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    background: #21252e;
    color: #fff;
    letter-spacing: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.hyjx-customer .hyjx-list .hyjx-item .jxcont .contpd a.jx-btn:before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 36px;
    background: hsla(0,0%,100%,.1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition-timing-function: cubic-bezier(.7,0,.9,1);
    transition-timing-function: cubic-bezier(.7,0,.9,1)
}

.hyjx-customer .hyjx-list .hyjx-item .jxcont .contpd a.jx-btn:hover:before {
    width: 100%
}

.hyjx-customer .hyjx-list .jx-pic {
    overflow: hidden;
    position: relative;
    height: 100%
}

.hyjx-customer .hyjx-list .jx-pic:hover img.img-response {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hyjx-customer .hyjx-list .jx-pic img.img-response {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .6s;
    transition: all .6s
}

.container-tit {
    margin-bottom: 40px
}

.container-tit h2 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #21252e;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 62.5px
}

.container-tit h2:after {
    display: block;
    content: "";
    width: 92px;
    height: 6px;
    background: #21a2dc;
    position: absolute;
    left: 50%;
    margin-left: -46px;
    bottom: -22px
}

.container-tit p {
    font-size: 20px;
    color: #21252e;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 40px
}

.erji-cpgn {
    background: #fff;
    padding: 64px 0;
    width: 100%;
    position: relative
}

.erji-cpgn .DMLlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.erji-cpgn .DMLlist .gnitem {
    width: 19%;
    margin: .5%;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #fff url(data:image/png;base64,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) no-repeat top/100%
}

.erji-cpgn .DMLlist .gnitem:last-child {
    margin-right: 0
}

.erji-cpgn .DMLlist .gnitem .item-pic {
    width: 100%;
    background: none;
    border-top: 3px solid #21a2dc
}

.erji-cpgn .DMLlist .gnitem .item-pic h2 {
    font-family: DINCond-Medium;
    font-size: 72px;
    color: #21252e;
    line-height: 72px;
    padding: 24.5px 0 0 16px;
    font-weight: 700;
    width: 80px
}

.erji-cpgn .DMLlist .gnitem .gninfo {
    width: 100%;
    height: auto;
    padding-top: 40px
}

.erji-cpgn .DMLlist .gnitem .gninfo .infopd {
    padding: 0 16px 40px 16px!important
}

.erji-cpgn .DMLlist .gnitem .gninfo .infopd p {
    font-size: 18px;
    color: #21252e;
    letter-spacing: 0;
    line-height: 24px
}

.erji-cpgn .DMLlist .gnitem:hover {
    -webkit-box-shadow: 0 6px 8px rgba(0,0,0,.2);
    box-shadow: 0 6px 8px rgba(0,0,0,.2)
}

.yun-yycj {
    min-height: auto;
    padding: 64px 0
}

.yun-yycj .yycjlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.yun-yycj .yycjlist .yycjitem {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    background: url(data:image/png;base64,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) repeat-x bottom #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1)
}

.yun-yycj .yycjlist .yycjitem .contpd {
    padding: 50px
}

.yun-yycj .yycjlist .yycjitem .contpd h2 {
    font-size: 20px;
    color: #21252e;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 16px;
    font-weight: 700
}

.yun-yycj .yycjlist .yycjitem .contpd p {
    font-size: 16px;
    color: #21252e;
    letter-spacing: 0;
    line-height: 1.5
}

.yun-yycj .yycjlist .yycjitem:nth-of-type(3n) {
    margin-right: 0
}

.Relevant-products {
    padding: 40px 0 84px
}

.Relevant-products .jxcplist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.Relevant-products .jxcplist .item {
    width: 23.75%;
    margin-right: 1.66%;
    margin-bottom: 2%;
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: relative
}

.Relevant-products .jxcplist .item:nth-child(4n) {
    margin-right: 0
}

.Relevant-products .jxcplist .item .item-topic {
    width: 100%;
    height: 260px;
    overflow: hidden
}

.Relevant-products .jxcplist .item .item-topic img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.Relevant-products .jxcplist .item:hover:after {
    width: 100%
}

.Relevant-products .jxcplist .item:hover .item-more {
    opacity: 1
}

.Relevant-products .jxcplist .item:after {
    display: block;
    content: "";
    width: 0;
    height: 4px;
    position: absolute;
    bottom: -4px;
    background: #21a2dc;
    -webkit-transition: all .6s;
    transition: all .6s
}

.Relevant-products .jxcplist .item-green {
    background: #21a2dc;
    position: relative
}

.Relevant-products .jxcplist .item-green:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 16px;
    background: #0ca056;
    z-index: 30
}

.Relevant-products .jxcplist .item-green:before:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.15);
    box-shadow: 0 5px 15px rgba(0,0,0,.15)
}

.Relevant-products .jxcplist .item-green:after {
    display: none!important;
    height: 0!important;
    width: 0!important
}

.Relevant-products .item-tinfo {
    padding: 24px 20px
}

.Relevant-products .item-tinfo h2 {
    font-size: 20px;
    color: #21a2dc;
    letter-spacing: 0;
    margin-bottom: 16px;
    font-weight: 600
}

.Relevant-products .item-tinfo p {
    font-size: 14px;
    color: #21252e;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 24px
}

.Relevant-products .item-tinfo .item-more {
    display: block;
    width: 114px;
    height: 36px;
    background: #21252e;
    text-align: center;
    line-height: 36px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.customer-value {
    background: #f4f4f4;
    padding: 80px 0 116px
}

.customer-value .customerlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.customer-value .customerlist .cstmitem {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 24%;
    flex: 0 1 24%;
    background: #fff;
    margin: .5%;
    -webkit-transition: all .4s;
    transition: all .4s
}

.customer-value .customerlist .cstmitem:last-child {
    margin-right: 0
}

.customer-value .customerlist .cstmitem .custompd {
    padding: 64px 40px 84px 40px
}

.customer-value .customerlist .cstmitem .custompd .cstmpic {
    margin-bottom: 40px
}

.customer-value .customerlist .cstmitem .custompd .cstmpic img {
    display: block;
    width: auto;
    margin: 0 auto
}

.customer-value .customerlist .cstmitem .custompd .cstminfo h2 {
    text-align: center;
    font-size: 18px
}

.customer-value .customerlist .cstmitem .custompd .cstminfo p {
    font-size: 16px;
    color: #21252e;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center
}

.customer-value .customerlist .cstmitem:hover {
    -webkit-box-shadow: 0 5px 8px rgba(0,0,0,.2);
    box-shadow: 0 5px 8px rgba(0,0,0,.2)
}

.qyhonnr {
    padding: 70px 0 40px
}

.qyhonnr .honor-main {
    height: auto;
    width: 100%;
    overflow: hidden
}

.qyhonnr .honor-main .honor-left {
    width: 31%;
    height: 640px;
    float: left;
    position: relative
}

.qyhonnr .honor-main .honor-left #navbar {
    position: relative;
    z-index: 2
}

.qyhonnr .honor-main .honor-left .leftbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

.qyhonnr .honor-main .honor-left ul li {
    width: 100%;
    height: 213px;
    background: hsla(0,0%,100%,.1)
}

.qyhonnr .honor-main .honor-left ul li a {
    display: block;
    width: 100%;
    height: 100%
}

.qyhonnr .honor-main .honor-right {
    background: #21a2dc;
    padding: 40px 0 49px
}

.qyhonnr .honor-main .honor-right .hright-pd {
    padding: 0 40px 0 70px;
    height: 560px;
    overflow: auto;
    margin-right: 12px;
    position: relative
}

.qyhonnr .honor-main .honor-right .hright-pd::-webkit-scrollbar {
    width: 8px;
    background-color: #00974c
}

.qyhonnr .honor-main .honor-right .hright-pd::-webkit-scrollbar-track {
    background-color: #21a2dc
}

.qyhonnr .honor-main .honor-right .hright-pd::-webkit-scrollbar-thumb {
    background: #1288bd;
    border-radius: 6px
}

.qyhonnr .honor-main .honor-right .hright-pd .honor-timecont .time-item h2 {
    font-size: 32px;
    color: #fff;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 20px;
    position: relative
}

.qyhonnr .honor-main .honor-right .hright-pd .honor-timecont .time-item h2:before {
    display: block;
    content: "";
    position: absolute;
    width: 75px;
    height: 11px;
    background: #fff;
    opacity: .4;
    top: 70%;
    left: 0
}

.qyhonnr .honor-main .honor-right .hright-pd .honor-timecont .time-item ul li {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    text-align: justify;
    line-height: 32px;
    margin-bottom: 24px;
    padding-left: 32px;
    position: relative
}

.qyhonnr .honor-main .honor-right .hright-pd .honor-timecont .time-item ul li i {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff;
    background-size: cover;
    line-height: 32px;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    left: 10px;
    top: 12px
}

.product-show {
    padding: 40px 0 80px
}

.product-show .porlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-show .porlist .itemshow {
    width: 400px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
    min-height: auto;
    background: #eef1f7;
    margin-right: 40px;
    margin-bottom: 40px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.product-show .porlist .itemshow:hover {
    -webkit-box-shadow: 0 5px 8px rgba(0,0,0,.2);
    box-shadow: 0 5px 8px rgba(0,0,0,.2)
}

.product-show .porlist .itemshow:last-child {
    margin-right: 0
}

.product-show .porlist .itemshow .showpd .showpic {
    height: auto;
    height: 228px;
    overflow: hidden
}

.product-show .porlist .itemshow .showpd .showpic .img-response {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product-show .porlist .itemshow .showpd .showtt {
    padding: 32px 40px 40px
}

.product-show .porlist .itemshow .showpd .showtt h2 {
    font-size: 20px;
    color: #21252e;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 24px
}

.product-show .porlist .itemshow .showpd .showtt p {
    font-size: 14px;
    color: #21252e;
    letter-spacing: 0;
    line-height: 24px
}

@media(min-width: 320px)and (max-width:768px) {
    .index-nav .index-nav-inner {
        height:70px
    }

    .index-nav .index-nav-inner .head-nav {
        display: none
    }

    .banner .el-carousel__container {
        height: 210px!important
    }

    .index-pszz {
        padding: 30px 0!important
    }

    .index-jxcp .jxcplist .item,.index-pszz .index-pszz-inner .index-item1 .item {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 0 100%!important;
        flex: 1 0 100%!important
    }

    .index-hz {
        margin: 0 0 30px
    }

    .index-hz .client .client-list>.item {
        -webkit-box-flex: 0!important;
        -ms-flex: 0 0 33.3%!important;
        flex: 0 0 33.3%!important
    }

    .index-jxcp {
        margin-bottom: 30px!important
    }

    .yun-detail .detbtm-md .main-container {
        max-width: 100%!important
    }

    .num-show .num-show-inner .el-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .best-works {
        padding: 30px 0!important
    }

    .yun-detail .dtbanner {
        padding: 40px 0!important
    }

    .yun-yycj {
        padding: 30px 0!important
    }

    .container-tit {
        max-width: 94%;
        margin: auto
    }

    .container-tit h2 {
        margin-bottom: 40px!important
    }

    .yun-yycj .yycjlist .yycjitem {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 0 100%!important;
        flex: 1 0 100%!important
    }

    .yun-yycj .yycjlist .yycjitem .contpd {
        padding: 40px!important
    }

    .more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 0 100%!important;
        flex: 1 0 100%!important
    }

    .more-solution-list .more-solution-list-inner .hyjf-list .hyjjitem .item-main .mainpic {
        height: 150px!important
    }

    .num-show .num-show-inner {
        padding: 0 0 30px!important
    }

    .num-show .num-show-inner .jhinfo {
        padding: 20px!important
    }

    .customer-value {
        padding: 40px 0!important
    }

    .customer-value .customerlist .cstmitem,.Relevant-products .jxcplist .item {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 0 100%!important;
        flex: 1 0 100%!important
    }

    .Relevant-products .jxcplist .item .item-more {
        opacity: 1!important
    }

    .erji-cpgn .DMLlist .gnitem {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 0 40%!important;
        flex: 1 0 40%!important
    }

    .product-show {
        padding: 40px 0!important
    }

    .product-show .porlist .itemshow {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 0 100%!important;
        flex: 1 0 100%!important
    }

    .footer .footer-info {
        padding-top: 20px!important
    }

    .footer .footer-info .info-tel {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer .footer-info .info-site {
        padding: 0!important
    }

    .footer .footer-info .info-site ul {
        height: 170px!important
    }
}

@media(min-width: 1367px)and (max-width:1440px) {
    .main-container {
        width:1300px!important
    }
}

@media(min-width: 1441px)and (max-width:1580px) {
    .main-container {
        width:1360px!important
    }
}

@media(min-width: 1580px)and (max-width:1700px) {
    .main-container {
        width:1400px!important
    }
}

@media(min-width: 1700px)and (max-width:1920px) {
    .main-container {
        width:1440px!important
    }
}

@font-face {
    font-family: DINCond-Medium;
    src: url(../../static/fonts/DNC57.1b8df5fe.otf)
}

#app {
    font-family: Avenir,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    background: #fff;
    min-height: 100vh;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.banner .el-carousel[data-v-0b7459e5] {
    width: 100%;
    background-color: #21252e
}

.banner .el-carousel .slide[data-v-0b7459e5] {
    height: 100%;
    width: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #21252e
}

.banner .el-carousel .slide img[data-v-0b7459e5] {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
    width: 100%;
    height: 100%
}

.banner .el-carousel .slide .el-image[data-v-0b7459e5] {
    width: 100%;
    height: 100%
}

.banner .el-carousel[data-v-0b7459e5] .el-carousel__indicator .el-carousel__button {
    width: 10px;
    height: 10px;
    border-radius: 5px
}

.banner .el-carousel[data-v-0b7459e5] .el-carousel__indicator.is-active .el-carousel__button {
    width: 20px
}

.index-pszz[data-v-0b7459e5] {
    padding-top: 64px;
    margin-bottom: 80px
}

.index-pszz .index-pszz-inner .index-item1[data-v-0b7459e5] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.index-pszz .index-pszz-inner .index-item1 .item[data-v-0b7459e5] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #f9f9f9;
    margin-right: 16px;
    position: relative;
    -webkit-transition: all .6s;
    transition: all .6s
}

.index-pszz .index-pszz-inner .index-item1 .item[data-v-0b7459e5]:hover {
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1)
}

.index-pszz .index-pszz-inner .index-item1 .item[data-v-0b7459e5]:last-child {
    margin: 0
}

.index-pszz .index-pszz-inner .index-item1 .item .item-gray[data-v-0b7459e5] {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.index-pszz .index-pszz-inner .index-item1 .item .itemin[data-v-0b7459e5] {
    padding: 32px 24px 26px;
    position: relative;
    z-index: 10
}

.index-pszz .index-pszz-inner .index-item1 .item .itemin .item-pic[data-v-0b7459e5] {
    margin-bottom: 32px;
    height: 80px
}

.index-pszz .index-pszz-inner .index-item1 .item .itemin h2[data-v-0b7459e5] {
    font-size: 28px;
    color: #21252e;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 24px
}

.index-pszz .index-pszz-inner .index-item1 .item .itemin p[data-v-0b7459e5] {
    height: 66px;
    overflow: hidden;
    font-size: 14px;
    color: #505363;
    letter-spacing: 0;
    line-height: 22px
}

.index-jxcp[data-v-0b7459e5] {
    margin-bottom: 80px
}

.index-jxcp .jxcplist[data-v-0b7459e5] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.index-jxcp .jxcplist .item[data-v-0b7459e5] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 25%;
    background: #fff;
    margin-right: 1%;
    float: left;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer
}

.index-jxcp .jxcplist .item[data-v-0b7459e5]:last-child {
    margin-right: 0
}

.index-jxcp .jxcplist .item.item-green[data-v-0b7459e5] {
    background: #21a2dc;
    position: relative
}

.index-jxcp .jxcplist .item.item-green[data-v-0b7459e5]:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 16px;
    background: #1288bd;
    z-index: 30
}

.index-jxcp .jxcplist .item .itempd[data-v-0b7459e5] {
    padding: 32px 30px 59px 50px!important
}

.index-jxcp .greent-title[data-v-0b7459e5] {
    position: relative;
    margin-bottom: 20px
}

.index-jxcp .greent-title[data-v-0b7459e5]:before {
    position: absolute;
    left: -14px;
    top: 3px;
    content: "";
    width: 4px;
    height: 111px;
    background: #fff
}

.index-jxcp .greent-title p[data-v-0b7459e5] {
    font-size: 28px;
    color: #fff;
    letter-spacing: 0;
    line-height: 40px
}

.index-jxcp .green-cont[data-v-0b7459e5] {
    margin-bottom: 61px!important
}

.index-jxcp .green-cont p[data-v-0b7459e5] {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    line-height: 28px
}

.index-jxcp .item-green .green-more[data-v-0b7459e5] {
    display: block;
    width: 136px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.index-jxcp .item-green .green-more[data-v-0b7459e5]:hover {
    background: #fff;
    color: #21a2dc
}

.index-jxcp .jxcplist .item .item-topic[data-v-0b7459e5] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.index-jxcp .jxcplist .item .item-topic img[data-v-0b7459e5] {
    height: 100%!important
}

.index-jxcp .item-tinfo[data-v-0b7459e5] {
    padding: 24px 37px 24px 37px!important
}

.index-jxcp .item-tinfo h2[data-v-0b7459e5] {
    height: 2em;
    font-size: 20px;
    color: #21a2dc;
    line-height: 20px;
    margin-bottom: 16px;
    text-overflow: -o-ellipsis-lastline;
    line-clamp: 2
}

.index-jxcp .item-tinfo h2[data-v-0b7459e5],.index-jxcp .item-tinfo p[data-v-0b7459e5] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.index-jxcp .item-tinfo p[data-v-0b7459e5] {
    max-height: 44px;
    font-size: 14px;
    color: #21252e;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 30px
}

.index-jxcp .item-tinfo .item-more[data-v-0b7459e5] {
    display: block;
    width: 114px;
    height: 36px;
    background: #21252e;
    text-align: center;
    line-height: 36px;
    color: #fff;
    opacity: 1;
    -webkit-transition: all .4s;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative
}

.index-jxcp .item-tinfo .item-more[data-v-0b7459e5]:before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 36px;
    background: hsla(0,0%,100%,.3);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition-timing-function: cubic-bezier(.7,0,.9,1);
    transition-timing-function: cubic-bezier(.7,0,.9,1)
}

.index-jxcp .item-tinfo .item-more[data-v-0b7459e5]:hover:before {
    width: 100%
}

.index-jxcp .jxcplist .item[data-v-0b7459e5]:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.15);
    box-shadow: 0 5px 10px rgba(0,0,0,.15)
}

.index-jxcp .jxcplist .item .item-topic img[data-v-0b7459e5] {
    -webkit-transition: all .6s;
    transition: all .6s;
    width: auto
}

.index-jxcp .jxcplist .item:hover .item-topic img[data-v-0b7459e5] {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.index-jxcp .jxcplist .item:hover .item-more[data-v-0b7459e5] {
    opacity: 1
}

.index-jxcp .jxcplist .item[data-v-0b7459e5]:after {
    display: block;
    content: "";
    width: 0;
    height: 4px;
    position: absolute;
    bottom: -4px;
    background: #21a2dc;
    -webkit-transition: all .6s;
    transition: all .6s
}

.index-jxcp .jxcplist .item-green[data-v-0b7459e5]:after {
    display: none!important;
    height: 0!important;
    width: 0!important
}

.index-jxcp .jxcplist .item[data-v-0b7459e5]:hover:after {
    width: 100%
}

.index-ts h2[data-v-0b7459e5] {
    background-image: url(../../static/img/4rFp7ZW1Q0ODHSy_Lddilw.ed122a81.png)!important;
    line-height: 120px;
    text-align: center;
    font-size: 24px;
    color: #fff
}

.index-ts h2 a[data-v-0b7459e5] {
    display: inline-block;
    width: 132px;
    height: 36px;
    opacity: .9;
    border: 1px solid #fff;
    line-height: 36px;
    margin-left: 40px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer
}

.index-ts h2 a[data-v-0b7459e5]:hover {
    background: #fff;
    color: #21a2dc
}

.index-ts .content[data-v-0b7459e5] {
    padding: 40px 15% 0
}

.index-ts .content>div[data-v-0b7459e5] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.index-ts .content>div .item[data-v-0b7459e5] {
    overflow: hidden;
    margin-bottom: 20px;
    margin: 0 .5% .5% 0;
    width: 19.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-hz[data-v-0b7459e5] {
    margin-bottom: 60px;
    overflow: hidden;
    padding-top: 40px
}

.index-hz .client[data-v-0b7459e5] {
    overflow: hidden
}

.index-hz .client .client-list[data-v-0b7459e5] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.index-hz .client .client-list>.item[data-v-0b7459e5] {
    margin-bottom: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 45px!important
}

.index-hz .client .client-list>.item img[data-v-0b7459e5] {
    max-height: 66px;
    cursor: pointer;
    margin: auto
}

.client-list .item .img[data-v-0b7459e5] {
    -webkit-transition: all .4s;
    transition: all .4s
}

.client-list .item .img.img_on[data-v-0b7459e5],.client-list .item:hover .img[data-v-0b7459e5] {
    display: none
}

.client-list .item:hover .img_on[data-v-0b7459e5] {
    display: block
}

.main[data-v-f7353bb2] {
    min-height: 100vh
}

.index-nav[data-v-02353209] {
    background: #21252e
}

.index-nav .index-nav-inner[data-v-02353209] {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display:flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80px
}

.index-nav .index-nav-inner .logo[data-v-02353209] {
    height: 35px
}

.index-nav .index-nav-inner .head-nav[data-v-02353209] {
    /*position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 200px;*/
    height: 100%
}

.index-nav .index-nav-inner .head-nav .nav[data-v-02353209] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    color: #fff
}

.index-nav .index-nav-inner .head-nav .nav .nav-item[data-v-02353209] {
    margin-right: 25px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative
}

.index-nav .index-nav-inner .head-nav .nav .nav-item[data-v-02353209]:hover {
    color: #21a2dc
}

.index-nav .index-nav-inner .head-nav .nav .nav-item>span[data-v-02353209] {
    font-size: 16px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.index-nav .index-nav-inner .head-nav .nav .nav-item[data-v-02353209]:last-child {
    margin-right: 0
}

.index-nav .index-nav-inner .head-nav .nav .nav-item a.router-link-active[data-v-02353209] {
    color: #21a2dc
}

.index-nav .index-nav-inner .head-nav .nav .nav-item a.router-link-active[data-v-02353209]:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #21a2dc;
    position: absolute;
    bottom: 0
}

.index-nav .index-nav-inner .head-search[data-v-02353209] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-nav .index-nav-inner .head-search .search[data-v-02353209] {
    position: relative;
    background: #11151b;
    color: #fff;
    width: 250px;
    height: 50px;
    margin-right: 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-bottom: 2px solid transparent
}

.index-nav .index-nav-inner .head-search .search[data-v-02353209]:hover {
    width: 300px;
    border-bottom-color: #21a2dc
}

.index-nav .index-nav-inner .head-search .search input[data-v-02353209] {
    background: transparent;
    height: 100%;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    width: 100%;
    padding-right: 50px
}

.index-nav .index-nav-inner .head-search .search input[data-v-02353209]::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px
}

.index-nav .index-nav-inner .head-search .search input[data-v-02353209]::-moz-placeholder {
    color: #fff;
    font-size: 16px
}

.index-nav .index-nav-inner .head-search .search input[data-v-02353209]:-ms-input-placeholder {
    color: #fff;
    font-size: 16px
}

.index-nav .index-nav-inner .head-search .search .search-sub[data-v-02353209] {
    padding-right: 10px;
    font-size: 26px;
    position: absolute;
    cursor: pointer;
    height: 100%;
    width: 50px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.index-nav .index-nav-inner .head-search .search .search-sub[data-v-02353209]:hover {
    color: #21a2dc
}

.index-nav .index-nav-inner .head-search .contary[data-v-02353209] {
    cursor: pointer;
    margin-right: 20px;
    margin-left: 10px
}

.index-nav .index-nav-inner .head-search .contary img[data-v-02353209] {
    display: block
}

.index-nav .index-nav-inner .head-search .tel a[data-v-02353209] {
    -webkit-transition: all .4s;
    transition: all .4s;
    font-size: 24px;
    color: #fff
}

.index-nav .index-nav-inner .head-search .tel a[data-v-02353209]:hover {
    color: #21a2dc
}

.index-nav .index-nav-inner .menucont[data-v-02353209] {
    width: 100%;
    background: #12151b;
    -webkit-box-shadow: 0 6px 15px rgba(0,0,0,.3);
    box-shadow: 0 6px 15px rgba(0,0,0,.3);
    position: absolute;
    top: 80px;
    z-index: 250;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: .95
}

.index-nav .index-nav-inner .menucont.menucont1 .iteminfo[data-v-02353209] {
    -ms-flex-preferred-size: inherit!important;
    flex-basis: inherit!important
}

.index-nav .index-nav-inner .menucont.menucont1 .iteminfo .items[data-v-02353209] {
    height: auto!important
}

.index-nav .index-nav-inner .menucont .iteminfo[data-v-02353209] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    position: relative;
    padding: 20px;
    padding-right: 0;
    height: auto;
    white-space: nowrap
}

.index-nav .index-nav-inner .menucont .iteminfo[data-v-02353209]:last-child {
    padding-right: 20px
}

.index-nav .index-nav-inner .menucont .iteminfo[data-v-02353209]:first-child {
    padding-right: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.index-nav .index-nav-inner .menucont .iteminfo:first-child .items[data-v-02353209] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 300px
}

.index-nav .index-nav-inner .menucont .iteminfo:first-child .items .item-link[data-v-02353209] {
    width: 50%;
    white-space: normal
}

.index-nav .index-nav-inner .menucont .iteminfo .menu-titel[data-v-02353209] {
    font-size: 20px;
    color: #21a2dc;
    margin-bottom: 20px
}

.index-nav .index-nav-inner .menucont .iteminfo p[data-v-02353209] {
    font-size: 16px;
    color: #fff;
    line-height: 26px
}

.index-nav .index-nav-inner .menucont .iteminfo .items[data-v-02353209] {
    margin-bottom: 20px
}

.index-nav .index-nav-inner .menucont .iteminfo .items .item-link[data-v-02353209] {
    display: block;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding: 6px 0;
    position: relative
}

.index-nav .index-nav-inner .menucont .iteminfo .items .item-link[data-v-02353209]:hover {
    color: #21a2dc;
    opacity: .9
}

.index-nav .index-nav-inner .menucont .iteminfo .items .item-link.router-link-active[data-v-02353209] {
    color: #21a2dc
}

.footer[data-v-5ebe527a] {
    width: 100%;
    min-height: auto;
    background: #1f232a;
    overflow: hidden
}

.footer .footer-info[data-v-5ebe527a] {
    padding-top: 56px;
    height: auto
}

.footer .footer-info .info-hore[data-v-5ebe527a] {
    margin-bottom: 40px
}

.footer .footer-info .info-hore h2[data-v-5ebe527a] {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 28px
}

.footer .footer-info .info-hore h2[data-v-5ebe527a]:after {
    display: block;
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    left: 0;
    bottom: -13px;
    background: #21a2dc
}

.footer .footer-info .info-hore .horep[data-v-5ebe527a] {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 8px
}

.footer .footer-info .info-hore .info-tel[data-v-5ebe527a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer .footer-info .info-hore .info-tel .info-tell[data-v-5ebe527a] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.footer .footer-info .info-hore .info-tel .info-tell h1[data-v-5ebe527a] {
    font-size: 22px;
    color: #fff;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 20px
}

.footer .footer-info .info-hore .info-tel .info-tell p[data-v-5ebe527a] {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 14px;
    margin: 11px 0
}

.footer .footer-info .info-hore .info-tel .erwm[data-v-5ebe527a] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer .footer-info .info-hore .info-tel .erwm img[data-v-5ebe527a] {
    width: 130px;
    height: 130px;
    float: right
}

.footer .footer-info .info-site[data-v-5ebe527a] {
    padding-left: 80px;
    padding-right: 80px
}

.footer .footer-info .info-site ul[data-v-5ebe527a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 220px
}

.footer .footer-info .info-site ul li a[data-v-5ebe527a] {
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    display: block
}

.footer .footer-info .info-site ul li a[data-v-5ebe527a]:hover {
    color: #21a2dc;
    opacity: .9
}

.p_contentBox[data-v-5ebe527a] {
    background: #1f232a
}

.p_contentBox .bqxx[data-v-5ebe527a] {
    width: 100%;
    border-top: 1px solid hsla(0,0%,100%,.1)
}

.p_contentBox .bqxx p[data-v-5ebe527a] {
    text-align: center;
    font-size: 14px;
    color: #999;
    letter-spacing: 0;
    line-height: 14px;
    line-height: 1.5;
    padding: 15px 0
}

.p_contentBox .ICP[data-v-5ebe527a] {
    -webkit-transition: all .4s;
    transition: all .4s
}

.p_contentBox .ICP[data-v-5ebe527a]:hover {
    color: #21a2dc
}
  #list-li {
      width: 226px;
    }

    .list-ul {
      width: 400px;
      overflow: hidden;
      zoom: 1;
    }

    .list-li {
      width: 190px;
      float: left;
    }

    .img-sofware-list {
      padding: 16px 0;
      margin: 0 -10px;
    }

    .software-list__item {
      font-size: 0;
      display: inline-block;
      width: 280px !important;
      margin: 0 10px;
    }

    .software-list__icon {
      width: 50px;
      height: 50px;
      display: inline-block;
      vertical-align: middle;
    }

    .software-list__icon img {
      width: 100%;
      height: 100%;
      display: block;
    }

    .software-list-con {
      padding-left: 10px !important;
      display: inline-block;
      vertical-align: middle;
    }

    .software-list-con__title {
      font-size: 18px;
      line-height: 24px;
      color: #5d5d5d;
      font-weight: bold;
      padding-bottom: 4px;
      text-align: left;
    }

    .software-list-con__msc {
      font-size: 12px;
      line-height: 16px;
      color: #5d5d5d;
      text-align: left;
      font-weight: normal;
    }
  </style>
  <style type="text/css">
.index-nav {
  background: #21252e;
}

.index-nav .index-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.index-nav .index-nav-inner .logo {
  height: 35px;
}

.index-nav .index-nav-inner .head-nav {
  /*position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 200px;*/
  height: 100%;
}

.index-nav .index-nav-inner .head-nav .nav {
  display: flex;
  height: 100%;
  color: #ffffff;
}

.index-nav .index-nav-inner .head-nav .nav .nav-item {
  margin-right: 25px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.index-nav .index-nav-inner .head-nav .nav .nav-item:hover {
  color: #21a2dc;
}

.index-nav .index-nav-inner .head-nav .nav .nav-item > span {
  font-size: 16px;
  transition: all 400ms;
}

.index-nav .index-nav-inner .head-nav .nav .nav-item:last-child {
  margin-right: 0;
}

.index-nav .index-nav-inner .head-nav .nav .nav-item a.router-link-active {
  color: #21a2dc;
}

.index-nav .index-nav-inner .head-nav .nav .nav-item a.router-link-active:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #21a2dc;
  position: absolute;
  bottom: 0;
}

.index-nav .index-nav-inner .head-search {
  display: flex;
  align-items: center;
}

.index-nav .index-nav-inner .head-search .search {
  position: relative;
  background: #11151b;
  color: #fff;
  width: 250px;
  height: 50px;
  margin-right: 10px;
  transition: all 400ms;
  border-bottom: 2px solid transparent;
}

.index-nav .index-nav-inner .head-search .search:hover {
  width: 300px;
  border-bottom-color: #21a2dc;
}

.index-nav .index-nav-inner .head-search .search input {
  background: transparent;
  height: 100%;
  color: #fff;
  font-size: 16px;
  padding-left: 20px;
  width: 100%;
  padding-right: 50px;
}

.index-nav .index-nav-inner .head-search .search input::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 16px;
}

.index-nav .index-nav-inner .head-search .search input::-moz-placeholder {
  color: #ffffff;
  font-size: 16px;
}

.index-nav .index-nav-inner .head-search .search input:-ms-input-placeholder {
  color: #ffffff;
  font-size: 16px;
}

.index-nav .index-nav-inner .head-search .search .search-sub {
  padding-right: 10px;
  font-size: 26px;
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 50px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  color: #ffffff;
  transition: all 400ms;
  transform: translateY(-50%);
}

.index-nav .index-nav-inner .head-search .search .search-sub:hover {
  color: #21a2dc;
}

.index-nav .index-nav-inner .head-search .contary {
  cursor: pointer;
  margin-right: 20px;
  margin-left: 10px;
}

.index-nav .index-nav-inner .head-search .contary img {
  display: block;
}

.index-nav .index-nav-inner .head-search .tel a {
  transition: all 0.4s;
  font-size: 24px;
  color: #ffffff;
}

.index-nav .index-nav-inner .head-search .tel a:hover {
  color: #21a2dc;
}

.index-nav .index-nav-inner .menucont {
  width: 100%;
  background: #12151b;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 80px;
  z-index: 250;
  left: 0;
  display: none;
  opacity: 0.95;
}

.index-nav .index-nav-inner .menucont.menucont1 .iteminfo {
  flex-basis: inherit !important;
}

.index-nav .index-nav-inner .menucont.menucont1 .iteminfo .items {
  height: auto !important;
}

.index-nav .index-nav-inner .menucont .iteminfo {
  flex: 1;
  height: 100%;
  position: relative;
  padding: 20px;
  padding-right: 0;
  height: auto;
  white-space: nowrap;
}

.index-nav .index-nav-inner .menucont .iteminfo:last-child {
  padding-right: 20px;
}

.index-nav .index-nav-inner .menucont .iteminfo:nth-child(1) {
  padding-right: 0;
  flex-shrink: 0;
}

.index-nav .index-nav-inner .menucont .iteminfo:nth-child(1) .items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 300px;
}

.index-nav .index-nav-inner .menucont .iteminfo:nth-child(1) .items .item-link {
  width: 50%;
  white-space: initial;
}

.index-nav .index-nav-inner .menucont .iteminfo .menu-titel {
  font-size: 20px;
  color: #21a2dc;
  margin-bottom: 20px;
}

.index-nav .index-nav-inner .menucont .iteminfo p {
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
}

.index-nav .index-nav-inner .menucont .iteminfo .items {
  margin-bottom: 20px;
}

.index-nav .index-nav-inner .menucont .iteminfo .items .item-link {
  display: block;
  cursor: pointer;
  white-space: nowrap;
  width: 100%;
  text-align: left;
  font-size: 15px;
  color: #ffffff;
  transition: all 0.4s;
  padding: 6px 0;
  position: relative;
}

.index-nav .index-nav-inner .menucont .iteminfo .items .item-link:hover {
  color: #21a2dc;
  opacity: 0.9;
}

.index-nav .index-nav-inner .menucont .iteminfo .items .item-link.router-link-active {
  color: #21a2dc;
}
