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
}

img {
    max-height: 100%
}

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: 43px;
    font-size: 40px;
    font-family: HarmonyOS Sans SC;
    font-weight: 700;
    color: #232323
}

.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: 18px;
    color: #666;
    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,iVBORw0KGgoAAAANSUhEUgAAARQAAAA8CAYAAACn+EWWAAAAAXNSR0IArs4c6QAABnhJREFUeAHtnVlyozAURYnjTLvq795PL61X1QvI4AztCyU/bowYBEnKcFSVIIOD0dHTscIgXX18fPyuqurX8aczPT8/V+/v753btHK321V3d3fZ7bkN2qf23Zdubm6q/X7f95bOba+vr9XhcOjcppWlx6y/HeJxfX1d3d7e6q2T0hge4qxjn5peXl6qt7e37J/N4fH4+JjdrzaU8hiqQ+27lMdQHZbyGFOHpTGt8l7Acf9Va/11/Plz/LF0FE1dgL5ALA0WgX96eqr0GbmkYCmRiUSiBpRLCpaSBj+Gh4KlZN9iLB65dHV1NavxqHHm0hwekklfHZby0PEOfdk8PDwUyVWcfyqmFRslMS3GOm61m1ya0xb7vhQUexOO+1/n192YxqMCqNHrA6ekn5bJ/f395GMew6O08YyViXhPTWqUQzIp5bFWmXxVTKtRKkamprEyKT3uBWVSF+1MKGMaDzLxsEAmy/D46Z5JaaMc6m1vRSaKAhMKMvGGMYYHMnFmpTyQiXO8tJ5JOvqTUMY0HnomCVuzLG08/JvjHJGJ87hUmage60soyOS8QnX+oe/kHTJxZqU8kIlzvFSZ6EKILojUPZShxkPPxCu9tPHQM3GOyMR5XLpMVJodMolKHdNTQybBS7lSHsjEOa5BJirRbuja9led+dZ+S67Jj7nPpPRS6JBcSxsPPRNvPMjEeaxFJrVQvGjxin9zgoVyyGQZHsjEOa5JJirZ6SpPu5jIpE0DmTiNch7IxEmuTSYq3ZlQkIlXOj2TZXggE+e4RpmohCYUZOKVjkyW4YFMnONqZXJ8Tu4kFGTilY5MluGBTJzjmmVSP7Cp4iITr3RksgwPZOIc1ywTXVlV2qfH13lquKl8ZNJwSL9LeSCTRLBZrl0myR973Q8yNTEEgRPjPhPngUycx1ZkolKfzqE4gvwrZOJskInzQCbOY0syUcknCQWZeLAgE+eBTJzH1mSi0o8WCjLxYEEmzgOZOI8tykQERgkFmXiwIBPngUycx1ZlIgqDQkEmHizIxHkgE+exZZmIRK9QkIkHCzJxHsjEeWxdJqKRFQoy8WBBJs4DmTgPZNLw6BQKMvFgQSbOA5k4D2QSPM6EgkwCjnLIxHkgE+eBTJyHCQWZOBxk4jyQifNAJs5Dr04TByMTh4NMnAcycR7IpJtH3UNBJg4HmTgPZOI8kEmeRz1I9dBUigwoHQD1VKV4aMiHqUmDYKtx5pKe/C4dYJu5hoPqmC/ILU0PKjJp3pyg5Lk5sdeeyL2eRkPGzSVkEmSQSbBIuXpQnaMIpyYFoXqCufSVY/QgE6e+lEy0195IQCYBHpkEi5RDJolEs5wjQfUwc0mxJwmWTDvzXT2TdOxZoSCThKiqkEmwSDlkkkg0S2TScOgUCjKJYEEmwSLlkEki0SyRSfA4EwoyCTjIJFikHDJJJJolMnEeJhRkEnCQSbBIOWSSSDRLZOI85I+TUJBJwEEmwSLlkEki0SyRifPQYOY6aVwLBZkEHGQSLFIOmSQSzRKZOI/2zAi7ZBZ/y/Crw+FQ3yyTe+eca9u6AazvHoV2AXKf37WeO2CdCnfAOg/ugJ3O43Nb3JVc20YmDp47YJ0HN605D925u5b7TNol+ywTbTudQ2m/sS+PTJwOMnEeyMR5bEkmKvkkoSATDxZk4jyQifPYmkxU+tFCQSYeLMjEeSAT57FFmYjAKKEgEw8WZOI8kInz2KpMRGFQKMjEgwWZOA9k4jy2LBOR6BUKMvFgQSbOA5k4j63LRDSyQkEmHizIxHkgE+eBTBoenUJBJh4syMR5IBPngUyCx5lQkEnAUQ6ZOA9k4jyQifMwoSATh4NMnAcycR7I5JzHaRoNZOJwkInzQCbOA5k4j/RcWN1DQSYOB5k4D2TiPJCJ80gy0dqdXmgg21ziqWEnM4cHU10ESzVKiapvxgVGpw9eys2JPbEW81zqetAv9972+rZMtH6n3kkuzSmAvuUZgqAhq0aDTCLKkEmwSLnvHp0+fa6WS8lE+7KTslqREjJJJJrlHB7IJFgik2CRcmuRicrTKZQ5jYeeSQqTqu7OI5PggUyCRcqtSSYq05lQkEmq6mY5hwcyCZbIJFik3NpkonKZUOY0HnomKUzomQSJJodMPhP5vrmGzz952XMm7f3LHyehIJM2mqNpmbjcgMwZmJmrOYby2yYu909tXi15Ara9fw3ursHM/wN6F7kaHH2xigAAAABJRU5ErkJggg==) 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-06449a5a] {
    width: 100%;
    background-color: #21252e
}

.banner .el-carousel .slide[data-v-06449a5a] {
    height: 100%;
    width: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #21252e
}

.banner .el-carousel .slide img[data-v-06449a5a] {
    -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-06449a5a] {
    width: 100%;
    height: 100%
}

.banner .el-carousel[data-v-06449a5a] .el-carousel__indicator .el-carousel__button {
    width: 10px;
    height: 10px;
    border-radius: 5px
}

.banner .el-carousel[data-v-06449a5a] .el-carousel__indicator.is-active .el-carousel__button {
    width: 20px
}

.index-pszz[data-v-06449a5a] {
    padding-top: 64px;
    margin-bottom: 80px
}

.index-pszz .index-pszz-inner .index-item1[data-v-06449a5a] {
    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-06449a5a] {
    -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-06449a5a]: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-06449a5a]:last-child {
    margin: 0
}

.index-pszz .index-pszz-inner .index-item1 .item .item-gray[data-v-06449a5a] {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.index-pszz .index-pszz-inner .index-item1 .item .itemin[data-v-06449a5a] {
    padding: 32px 24px 26px;
    position: relative;
    z-index: 10
}

.index-pszz .index-pszz-inner .index-item1 .item .itemin .item-pic[data-v-06449a5a] {
    margin-bottom: 32px;
    height: 80px
}

.index-pszz .index-pszz-inner .index-item1 .item .itemin h2[data-v-06449a5a] {
    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-06449a5a] {
    height: 66px;
    overflow: hidden;
    font-size: 14px;
    color: #505363;
    letter-spacing: 0;
    line-height: 22px
}

.index-jxcp[data-v-06449a5a] {
    margin-bottom: 80px
}

.index-jxcp .jxcplist[data-v-06449a5a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.index-jxcp .jxcplist .item[data-v-06449a5a] {
    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;
    padding: 28px
}

.index-jxcp .jxcplist .item[data-v-06449a5a]:last-child {
    margin-right: 0
}

.index-jxcp .jxcplist .item.item-green[data-v-06449a5a] {
    background: #21a2dc;
    position: relative
}

.index-jxcp .jxcplist .item.item-green[data-v-06449a5a]:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 75px;
    height: 5px;
    width: 30px;
    background: #2582ff;
    z-index: 30
}

.index-jxcp .jxcplist .item .itempd[data-v-06449a5a] {
    padding: 32px 30px 59px 30px!important
}

.index-jxcp .greent-title[data-v-06449a5a] {
    position: relative;
    margin-bottom: 20px
}

.index-jxcp .greent-title p[data-v-06449a5a] {
    font-size: 24px;
    color: #fff;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: inherit
}

.index-jxcp .green-cont[data-v-06449a5a] {
    margin-bottom: 61px!important
}

.index-jxcp .green-cont p[data-v-06449a5a] {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    line-height: 28px
}

.index-jxcp .item-green .green-more[data-v-06449a5a] {
    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-06449a5a]:hover {
    background: #fff;
    color: #21a2dc
}

.index-jxcp .jxcplist .item .item-topic[data-v-06449a5a] {
    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-06449a5a] {
    height: 100%!important
}

.index-jxcp .item-tinfo[data-v-06449a5a] {
    padding: 24px 0!important
}

.index-jxcp .item-tinfo h2[data-v-06449a5a] {
    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-06449a5a],.index-jxcp .item-tinfo p[data-v-06449a5a] {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.index-jxcp .item-tinfo p[data-v-06449a5a] {
    max-height: 44px;
    display: -webkit-box;
    color: #21252e;
    letter-spacing: 0;
    margin-bottom: 30px
}

.index-jxcp .item-tinfo .item-more[data-v-06449a5a] {
    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-06449a5a]: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-06449a5a]:hover:before {
    width: 100%
}

.index-jxcp .jxcplist .item[data-v-06449a5a]:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.15);
    box-shadow: 0 5px 10px rgba(0,0,0,.15);
    background: #2582ff
}

.index-jxcp .jxcplist .item:hover h2[data-v-06449a5a],.index-jxcp .jxcplist .item:hover p[data-v-06449a5a] {
    color: #fff
}

.index-jxcp .jxcplist .item .item-topic img[data-v-06449a5a] {
    -webkit-transition: all .6s;
    transition: all .6s;
    width: auto
}

.index-jxcp .jxcplist .item:hover .item-topic img[data-v-06449a5a] {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.index-jxcp .jxcplist .item:hover .item-more[data-v-06449a5a] {
    opacity: 1
}

.index-jxcp .jxcplist .item[data-v-06449a5a]: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-06449a5a]:after {
    display: none!important;
    height: 0!important;
    width: 0!important
}

.index-jxcp .jxcplist .item[data-v-06449a5a]:hover:after {
    width: 100%
}

.index-ts h2 a[data-v-06449a5a] {
    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-06449a5a]:hover {
    background: #fff;
    color: #21a2dc
}

.index-ts .content[data-v-06449a5a] {
    padding: 0 15% 0
}

.index-ts .content>div[data-v-06449a5a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.index-ts .content>div .item[data-v-06449a5a] {
    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-06449a5a] {
    margin-bottom: 60px;
    overflow: hidden;
    padding-top: 40px
}

.index-hz .client[data-v-06449a5a] {
    overflow: hidden
}

.index-hz .client .client-list[data-v-06449a5a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.index-hz .client .client-list>.item[data-v-06449a5a] {
    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-06449a5a] {
    max-height: 66px;
    cursor: pointer;
    margin: auto
}

.index-jxcp .item-tinfo[data-v-06449a5a] {
    position: relative
}

.img-ljgd[data-v-06449a5a] {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0
}

.index-jxcp .item-tinfo h2[data-v-06449a5a] {
    font-size: 18px;
    color: #212121;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600
}

.index-jxcp .item-tinfo p[data-v-06449a5a] {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 22px
}

.jxcplist .item_li[data-v-06449a5a] {
    border: 1px solid #e5e5e5
}

.index-jxcp .jxcplist .item.item-green[data-v-06449a5a] {
    background: #fff
}

.index-jxcp .jxcplist .item.item-green .heio p[data-v-06449a5a] {
    font-size: 24px;
    font-weight: 500;
    color: #232323;
    font-weight: 600
}

.index-jxcp .jxcplist .item.item-green .hei p[data-v-06449a5a] {
    font-size: 16px;
    font-weight: 500;
    color: #666
}

.index-jxcp .jxcplist .item.item-green .heibg[data-v-06449a5a] {
    background: #fff;
    border: 1px solid #2582ff;
    font-size: 16px;
    font-weight: 500;
    color: #2582ff
}

.certify[data-v-06449a5a] {
    position: relative;
    width: 80%;
    margin: 60px auto
}

.swiper-button-prev[data-v-06449a5a] {
    left: -10%
}

.swiper-button-next[data-v-06449a5a] {
    right: -10%
}

.certify .swiper-slide[data-v-06449a5a] {
    width: 280px;
    height: 400px;
    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
}

.certify .swiper-slide img[data-v-06449a5a] {
    width: 266px;
    height: 389px;
    display: block;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 6px 32px 0 #c6c6c6;
    box-shadow: 0 6px 32px 0 #c6c6c6
}

.certify .swiper-slide-x[data-v-06449a5a] {
    width: 280px;
    height: 200px;
    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
}

.certify .swiper-slide-x img[data-v-06449a5a] {
    width: 273px;
    height: 188px;
    display: block;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 6px 32px 0 #c6c6c6;
    box-shadow: 0 6px 32px 0 #c6c6c6
}

.certify .swiper-pagination[data-v-06449a5a] {
    width: 100%;
    bottom: 20px
}

.certify .swiper-pagination-bullets .swiper-pagination-bullet[data-v-06449a5a] {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1
}

.certify .swiper-pagination-bullets .swiper-pagination-bullet-active[data-v-06449a5a] {
    border: 3px solid #00aadc;
    background-color: #fff
}

[data-v-06449a5a] .swiper3 .swiper-slide:not(.swiper-slide-active) {
    border-color: transparent
}

[data-v-06449a5a] .swiper3 .swiper-slide:not(.swiper-slide-active) .content {
    opacity: 0
}

[data-v-06449a5a] .swiper-button-disabled {
    opacity: .3;
    pointer-events: none
}

[data-v-06449a5a] .swiper1 .swiper-pagination-bullet {
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 15px;
    height: 15px
}

[data-v-06449a5a] .swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 999px
}

[data-v-06449a5a] .swiper1 .swiper-slide p {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

[data-v-06449a5a] .swiper1 .swiper-slide button,[data-v-06449a5a] .swiper1 .swiper-slide p {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

[data-v-06449a5a] .swiper1 .swiper-slide button {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

[data-v-06449a5a] .swiper1 .swiper-slide-active p {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

[data-v-06449a5a] .swiper1 .swiper-slide-active button {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.container-tit h2[data-v-06449a5a]:after {
    height: 2px;
    background: #2582ff
}

.pt[data-v-06449a5a] {
    background: url(../../static/img/xs.a6af6373.png) no-repeat 50%;
    padding-top: 160px;
    background-size: cover;
    padding-bottom: 160px
}

.pt .index-jxcp .greent-title p[data-v-06449a5a] {
    font-size: 24px;
    font-weight: 500;
    color: #fff
}

.pt .index-jxcp .green-cont p[data-v-06449a5a] {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    opacity: .8
}

.pt .container-tit h2[data-v-06449a5a],.pt .container-tit p[data-v-06449a5a] {
    color: #fff
}

.pt .item-green[data-v-06449a5a] {
    background: rgba(33,33,33,.21)!important
}

.pt .index-jxcp .jxcplist .item.item-green[data-v-06449a5a]:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 36px;
    height: 5px;
    width: 30px;
    background: #2582ff;
    z-index: 30
}

.circulate-img[data-v-06449a5a] {
    display: block;
    width: 1200px;
    height: 924px;
    position: relative;
    margin: auto
}

.circulate-img .circulate-bg[data-v-06449a5a] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 1200px;
    height: 924px;
    background: url(../../static/img/circulate-bg.489acafa.png) no-repeat;
    -webkit-animation: opacityBg-data-v-06449a5a 6.5s linear forwards;
    animation: opacityBg-data-v-06449a5a 6.5s linear forwards
}

.circulate-img .circulate-arry[data-v-06449a5a] {
    position: absolute;
    z-index: 3
}

@-webkit-keyframes opacityBg-data-v-06449a5a {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacityBg-data-v-06449a5a {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.circulate-img .circulate-center[data-v-06449a5a] {
    position: absolute;
    left: 395px;
    top: 214px;
    z-index: 2;
    width: 456px;
    height: 459px;
    background: url(../../static/img/circulate-center-bg.162de435.png) no-repeat
}

.circulate-img .circulate-top[data-v-06449a5a] {
    position: absolute;
    width: 246px;
    height: 246px;
    top: 50%;
    left: 50%;
    z-index: 66;
    margin: -129px 0 0 -119px;
    background: url(../../static/img/circulate-center-top.cd806e56.png) no-repeat
}

.circulate-img .circulate-strafe[data-v-06449a5a] {
    position: absolute;
    width: 586px;
    height: 586px;
    top: 50%;
    left: 50%;
    z-index: 4;
    margin: -284px 0 0 -284px;
    background: url(../../static/img/circulate-center-strafe.1b5928f7.png) no-repeat;
    -webkit-animation: quan-data-v-06449a5a 6.5s linear infinite;
    animation: quan-data-v-06449a5a 6.5s linear infinite
}

.circulate-img .circulate-word-first[data-v-06449a5a] {
    bottom: 68px;
    left: 219px
}

.circulate-img .circulate-word[data-v-06449a5a] {
    position: absolute;
    z-index: 4;
    color: #fff;
    line-height: 24px;
    font-size: 20px;
    font-weight: 700
}

.circulate-img .circulate-word-second[data-v-06449a5a] {
    bottom: 177px;
    right: 64px
}

.circulate-img .circulate-word-third[data-v-06449a5a] {
    top: 78px;
    right: 140px
}

.circulate-img .circulate-word-forth[data-v-06449a5a] {
    top: 97px;
    left: 112px
}

.circulate-img .circulate-word-fifth[data-v-06449a5a] {
    bottom: 158px;
    left: 72px
}

.circulate-img .circulate-arry-first[data-v-06449a5a] {
    bottom: 73px;
    left: 162px;
    width: 156px;
    height: 83px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJwAAABTCAYAAABqBm4sAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxYzM0NjM5Ni00Zjg1LWRhNDYtYWI3OC0yMDVhYzhmODFmNzciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjI0M0FGOThGODM4MTFFQzk2MDA5RDAzQkUwQzJCMkYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjI0M0FGOTdGODM4MTFFQzk2MDA5RDAzQkUwQzJCMkYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NmRjNDg0OTgtM2Q2ZS1kZjRhLTg4NGItNmE2ZTczM2UyNjU4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZWRmYTMyNzAtODNmOC01NjQyLWE4NzctYmI5MWI1MTUwOTc3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+TNEEzgAAB3VJREFUeNrsnXuwVVMcx3/3dnvTkx5S3dREIyRS6InJK0ozd2oqhBiDmcbImBpDHv3ReMRQeZVXoms8BkPG40ophAwhxmsaJAxpRgqV39f63Znbcc6555y799lr7/39zHzn9ph79ut71l7rt37rtyqqB58pxDu6q85XjVMNVrXO+P8/VG+pnlctU22Ly4VV0HBe0UF1reqyLCbLxQ7VQtXNqu2+X2Aln7E3TFB9orqqCLOBNqqrVR+qhtJwpDG6qB5XPaM6qAmf00dVpzqbhiO5mGKt2uSAPg8t45M+t3Q0XDT0UD2nekx1QMCf3UL1rKorDUcqVDOsVTsrxON0s9FrMxouvaCP9arqflX7MhzvFNVsGi594B7PVH2sOqnMx56rGkXDpYcBqtWqO1RtIzg+XqnLbSRMwyWYKtUc1QeqEyI+F4RaHrH+Y+Q069C9P+0RLINUL6immvF8oJ9ql2oNW7jk0FJ1k2q96mgPz+9G1XAaLhkMU20QNw9a5ek5Vll/rjMNF18wj7lAXObGgBicb0/Vw1H259iHK50xqpWq033pkBcIHjjSm9ayhYsHCNreq3pNdUhMr2Ge6ngazn+QPLhRdUnMWrVMmovLUOlIw/kJOtqPigt3HJyQa+qterDcXxwarnFqVJ+qpiXw2saLm3aj4TwAGRdIiqwVj6aGQmC+aggNFy3TrVWbkIJrRf7cCnHrKWi4CPo1K61v0zFF143UqSU0XHm7FpeLSyE6NaX3YKLdAxouZBAIxeKTu1X7p/xe3CZuHSwNFwKYW5wlbnndSH7v/qOl9efa0XDBcoS4qZ1bpLg1oGkAqUz30XDBjcjmqt4rZygghkxSXUrDNY0hZrTrzXgkP8iCOYqGK57W9upca69SUhitrD+3Hw1XOCNtUDBL/E2M9JlDVffQcI2D8AbCHG+IC3uQ0sHajBk0XG4QuEUAF0HMCvolEO5UDaTh9gVTUZiSwtRUb3okUJBKjySGtjScA5PsmGyfTm+EBtZsLEy74brYNw9pRN3oidBBGdjz0mq4adaq1dAHZWWRNGGFWhwNhxRvpHoj5bszn3/ZaWtvlTZJNxxGnFi8gkUsrIQdLQNt5JpYw2E5HpblYXleez5vL0BsbmrSDIfzu1JcXG0Mn7F3LBY3G5EIw6FjihIKt5faXyChgxmdJ8TNu8bWcJjzRFEYFIcZxmfqPShPtiCuhkN6M8pdoexVSz7L2IDcuUlxMhyaZNS7eMe+MSR+IEu4XxwMh5KkKE06R5hCFGewDmJFY2+mKA2HACKKLa+WeNRWI4V1iW710XAniwt1zBQuVUwaV4hb4+qF4RC0xcYYr4hb7U2SyZJcz7echsNWP9jyBxFqJkYmmw7Wn2sRheGweRk2McNmZj34LFIDVsnNL7fhJlurNoX3P5Wgjz6+HIbD7idIikRZzy6876kFXael0iDlvzKEA1xgrdoE3m+idLKGp3nQhqsWt4BlqZSpuB2JDaiYPi8ow+EzEHtBXG0s7y3JATzSq6mGQy7UKtVdEnBJAJIo3hY3C7G5VMNhzvMacSlEw3k/SQ7+FFdmAx7ZVG+cYjlSXCT5WN5Pkgckz16k+jyz/1UoiBrfIK7kFc1GcvGLuNmkEZlmK6aFO85Gn4fzfpIc7LU332wzXc4RZj5QWw3pJmtpNpKHDdaiXZzPbI21cKNUD0gBWZwktWwRt/7kIdWeQn4hWwuHzE0s56+j2Uie0ScCuf2tq7Wn0F/MbOGw2SwqHvbiPSVZ+EdciY25qs2lfEB9C9fJmsUXaTaSBbRgy60ff2GpZqtv4SbaK7Qr7yvJMvJ8Slw4bGMQH4gW7i/VV7y3JOPViRYNSzZrgjJbveFQ+upE1Whx2R57eb9TPRhYZIMBFKr5KOgDNBylrrJBAzaDQABvJ+9/avjZRp3V4opxfxPWgbKFRZBmNMMGD9c1pYNIvOdd1bmqnuLiaT+FfcDKRlyPGh+ozYYCgE+r/uYzSsRrE6GNoaZlql3lOnghc6m7xYVLIKxPmC4ujfwwPrtYsU5c6AvL936P6iQqqgeXVL0UaxdG2Kv3HGHypa9g6gn121BoZpMPJ1Rq8RiMZN80YYIfi5xRrukMKaI4HQmFreJiZ2jJ1kgR004+Gy6zT1BramemQ6t3moS4szDZhx/ELTSvtUZgt68nWuortRCQsIm6vOPMfEwECA68Yd5XvSQujrpeYhI/DbMeG2YwXjaJGQ7GG2v9Py4lLI6vxe2O+Lq4iu4/xvEiwmzh8tFM3NqI0SasWzyQnvqfwbAuoM70bRIuKirDZQPxPlTDRDr7MWbItIx+fxW3VqRe6+LagkX5Si3lGw0ts79X2mt4kAlxP1TK7CtWNiCGYLrwM3GzOZgQx1wlymJ8l5Zm2+eauhjOf2GqbfDvzc10fa1V7GM/sQcXiuh0leiqau60lgmjxs32BfrSfiIj53tJeXJEHIs4Y3ptk+QOZFaZ6bCdJWrTdTJhIzhsMIKNfBE7bGV/bggqdCKova3Bv2HaZ4e48A9+Ikq/XfWbaatpi/2d5OFfAQYAYKEsFFCEVvMAAAAASUVORK5CYII=) no-repeat;
    opacity: 0;
    -webkit-animation: opacity 1.3s linear forwards;
    animation: opacity 1.3s linear forwards
}

.circulate-img .circulate-arry-second[data-v-06449a5a] {
    bottom: 134px;
    right: 76px;
    width: 66px;
    height: 138px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAACKCAYAAAAe75wxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxYzM0NjM5Ni00Zjg1LWRhNDYtYWI3OC0yMDVhYzhmODFmNzciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjQwRjY5Q0VGODNGMTFFQ0JBOEZGMTJGOUUzMzE2ODkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjQwRjY5Q0RGODNGMTFFQ0JBOEZGMTJGOUUzMzE2ODkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NmRjNDg0OTgtM2Q2ZS1kZjRhLTg4NGItNmE2ZTczM2UyNjU4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZWRmYTMyNzAtODNmOC01NjQyLWE4Nzct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) no-repeat;
    opacity: 0;
    -webkit-animation: opacity 1.3s linear 1.3s forwards;
    animation: opacity 1.3s linear 1.3s forwards
}

.circulate-img .circulate-arry-third[data-v-06449a5a] {
    top: 77px;
    right: 94px;
    width: 126px;
    height: 73px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH4AAABJCAYAAAD7XJKdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxYzM0NjM5Ni00Zjg1LWRhNDYtYWI3OC0yMDVhYzhmODFmNzciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjIzQjFDQ0RGODM4MTFFQzk2MDA5RDAzQkUwQzJCMkYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjIzQjFDQ0NGODM4MTFFQzk2MDA5RDAzQkUwQzJCMkYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NmRjNDg0OTgtM2Q2ZS1kZjRhLTg4NGItNmE2ZTczM2UyNjU4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZWRmYTMyNzAtODNmOC01NjQyLWE4NzctYmI5MWI1MTUwOTc3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+zrNa5QAABKFJREFUeNrsnWuIlUUYx5+jq5ur7rokUYJKZAXWppD0wQ99KNE2RRQSwS5GtZVlVtQHwSIp6EuQCkploqCrSFhSkRf8kJIE3bAbEZoabQqbQhcrDC/b/2GedYfl3G+emfn/4Ad7zlmWPfMfZt53Zt6ZjHT3ThCRmfBP+Bc8Y56Cp+F5IdHRBDvg23l+57RXCXrgCfgL/Bkeg0fhfyzK8IIvxFgzFxesIhyGR+AP8Fv4nbUgJNDgCzEUXmvO8t7vs1bhG/gV/Nz8g8UeR/C5yHgVYp5XGbRl+Ax+AvfDnxhDXMHnqgw3mg/Yeyfhx1YJ9sBfGUt8wWdjHLzXVL6H+6wSHOCFY20Y0oD/083wWbgX/ga3w4WwlXHFHbxPq4W+3SrBR/B+OJrRxR28TzO8G26GvfAdON/eJxEH7zMCLoDv2cXg6+IGokjkwfuMtWsCHTT6Ej4GRzHawsGfi+j73ArftFZgNbyBEecO/t8Iv1cbfBr+aHcHsxh1fE19PnTAaKaNCRyC98FhjD3+4H2mwi3iZhOX2QUig0+I8XCNVQC9KGxh8Glxjd0GHofPpDYekHLw/VwFV4mbNXwwlTJh8APoErRN4haQdDL49JgMd8Hd9jODT4y7xK0eWif5l54x+AjR9QpPiBsI6rJxAQafEFfC9fAgvCWW4Lluvnimi1s4+poEPgCkwf/DPEtu/p+HX8Pb2dSnh8786SLRtRLgiiAGX3n5PSluAmg6g0+P68StCH5FApn9Y/DV7ftfgJ/C6xl8ekwTtwRsEYNPD10WvhW+1ai3fQy+tjwq7jnBSQw+PXTZ9xfinglg8IkxBn4IX5QGGe9n8PUt65fFPQQyqhH+mQvMpK7oXgE62TPhcgf/N7OoO1Psou82NvXpcbW4sf65DD49WqzP72Lw6aGbR+kij5UMPk1egm/UKxMG31g8Lm7jhyYGnx66CZTu9jGcwaeHbvHygdRwgofBNy76TP9OqdEzfQw+jPCHM/j06KxF+Br8RZZtw6NTulvtnr9qwZ9huQbBPeJW9GSqFTwJh4fFPcXD4BPkObicwafJqzKw2zeDTwjt5zfCOyoJ/izLMUj09k6ndCeXG7weBMBzYsJEd/B8X9zz+2U19YdYhsGia/Z1UmdYOcHvY/kFjfb1a8oJXk+A4Ahe2CyBj5QavO7u+C7LLnh0k4Zppd7OrRCe+BQ6OoW7Q4rYns0PXo8HXcqyC56JsFsKTOgMHsDZIPkPGCZhoPP4y0sJvv8iYRPLLnhWSp59ebIFr8/SPQSfkjiPLUkFXam7DbYXG7x/hdhh/cU5lmOw/f36bB9kpLu3mD+g57/qQoA7rTKMEx70FxKLxa3XLzn4bFwhbqy41Wwf9Nr/eYw5+DOeD1cfdC5G9+Dt8fuBcjlr9lbwN4ZYJWjPUWGKrVAZZpsXLSOdxtUTufoqDb4a6DDx72YljM5SKfJVqDYrjDbvdexd1wxxW7Cvq7Spj43mIrqm1iJaqEZGF9bepE1+E/O+hA5XnzLLJZOlJfErSJtXoQZXGL9CDa3Rd9SWUZ/IncPgq0tflbqukUV0TYUqVK7n7mbDRf8LMABUEry356NeLwAAAABJRU5ErkJggg==) no-repeat;
    opacity: 0;
    -webkit-animation: opacity 1.3s linear 2.6s forwards;
    animation: opacity 1.3s linear 2.6s forwards
}

.circulate-img .circulate-arry-forth[data-v-06449a5a] {
    top: 81px;
    left: 85px;
    width: 110px;
    height: 108px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG4AAABsCAYAAACLk4fwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxYzM0NjM5Ni00Zjg1LWRhNDYtYWI3OC0yMDVhYzhmODFmNzciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjIzQjFDRDFGODM4MTFFQzk2MDA5RDAzQkUwQzJCMkYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjIzQjFDRDBGODM4MTFFQzk2MDA5RDAzQkUwQzJCMkYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NmRjNDg0OTgtM2Q2ZS1kZjRhLTg4NGItNmE2ZTczM2UyNjU4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZWRmYTMyNzAtODNmOC01NjQyLWE4Nzct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) no-repeat;
    opacity: 0;
    -webkit-animation: opacity 1.3s linear 3.9s forwards;
    animation: opacity 1.3s linear 3.9s forwards
}

.circulate-img .circulate-arry-fifth[data-v-06449a5a] {
    bottom: 107px;
    left: 75px;
    width: 94px;
    height: 141px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF4AAACNCAYAAAA+eM3vAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxYzM0NjM5Ni00Zjg1LWRhNDYtYWI3OC0yMDVhYzhmODFmNzciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjZFRTlGNzhGODM5MTFFQzhCNTVBRDYxOTUwQkY2ODciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjZFRTlGNzdGODM5MTFFQzhCNTVBRDYxOTUwQkY2ODciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NmRjNDg0OTgtM2Q2ZS1kZjRhLTg4NGItNmE2ZTczM2UyNjU4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZWRmYTMyNzAtODNmOC01NjQyLWE4Nzct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) no-repeat;
    opacity: 0;
    -webkit-animation: opacity 1.3s linear 5.2s forwards;
    animation: opacity 1.3s linear 5.2s forwards
}

.circulate-img .circulate-cir-first[data-v-06449a5a] {
    top: 640px;
    right: 409px;
    width: 280px;
    height: 70px;
    background: url(../../static/img/circulate-center-cir-01.52e8fcf3.png) no-repeat;
    opacity: 0;
    -webkit-animation: opacityCir-data-v-06449a5a 1.3s linear forwards;
    animation: opacityCir-data-v-06449a5a 1.3s linear forwards
}

.circulate-img .circulate-cir-second[data-v-06449a5a] {
    top: 336px;
    right: 306px;
    width: 80px;
    height: 286px;
    background: url(../../static/img/circulate-center-cir-02.6a2c682f.png) no-repeat;
    opacity: 0;
    -webkit-animation: opacityCir-data-v-06449a5a 1.3s linear 1.3s forwards;
    animation: opacityCir-data-v-06449a5a 1.3s linear 1.3s forwards
}

.circulate-img .circulate-cir-third[data-v-06449a5a] {
    top: 157px;
    left: 604px;
    width: 258px;
    height: 162px;
    background: url(../../static/img/circulate-center-cir-03.8ca797f3.png) no-repeat;
    opacity: 0;
    -webkit-animation: opacityCir-data-v-06449a5a 1.3s linear 2.6s forwards;
    animation: opacityCir-data-v-06449a5a 1.3s linear 2.6s forwards
}

.circulate-img .circulate-cir-forth[data-v-06449a5a] {
    bottom: 551px;
    left: 359px;
    width: 201px;
    height: 206px;
    background: url(../../static/img/circulate-center-cir-04.1973a07e.png) no-repeat;
    opacity: 0;
    -webkit-animation: opacityCir-data-v-06449a5a 1.3s linear 3.9s forwards;
    animation: opacityCir-data-v-06449a5a 1.3s linear 3.9s forwards
}

.circulate-img .circulate-cir-fifth[data-v-06449a5a] {
    bottom: 267px;
    right: 722px;
    width: 126px;
    height: 262px;
    background: url(../../static/img/circulate-center-cir-05.496b403c.png) no-repeat;
    opacity: 0;
    -webkit-animation: opacity 1.3s linear 5.2s forwards;
    animation: opacity 1.3s linear 5.2s forwards
}

.circulate-img .circulate-sque-first[data-v-06449a5a] {
    bottom: 132px;
    left: 552px;
    width: 434px;
    height: 148px;
    background: url(../../static/img/circulate-center-sque-01.c807ce7a.png) no-repeat;
    opacity: 0;
    -webkit-animation: opacitySque-data-v-06449a5a 1.3s linear forwards;
    animation: opacitySque-data-v-06449a5a 1.3s linear forwards
}

.circulate-img .circulate-sque-second[data-v-06449a5a] {
    bottom: 342px;
    right: 10px;
    width: 424px;
    height: 150px;
    background: url(../../static/img/circulate-center-sque-02.af7d15eb.png) no-repeat;
    opacity: 0;
    -webkit-animation: opacitySque-data-v-06449a5a 1.3s linear 1.3s forwards;
    animation: opacitySque-data-v-06449a5a 1.3s linear 1.3s forwards
}

.circulate-img .circulate-sque-third[data-v-06449a5a] {
    top: 105px;
    right: 128px;
    width: 433px;
    height: 154px;
    background: url(../../static/img/circulate-center-sque-03.18c9d777.png) no-repeat;
    opacity: 0;
    -webkit-animation: opacitySque-data-v-06449a5a 1.3s linear 2.6s forwards;
    animation: opacitySque-data-v-06449a5a 1.3s linear 2.6s forwards
}

.circulate-img .circulate-sque-forth[data-v-06449a5a] {
    top: 113px;
    left: 88px;
    width: 452px;
    height: 170px;
    background: url(../../static/img/circulate-center-sque-04.d3dfd908.png) no-repeat;
    opacity: 0;
    -webkit-animation: opacitySque-data-v-06449a5a 1.3s linear 3.9s forwards;
    animation: opacitySque-data-v-06449a5a 1.3s linear 3.9s forwards
}

.circulate-img .circulate-sque-fifth[data-v-06449a5a] {
    bottom: 312px;
    left: 21px;
    width: 426px;
    height: 174px;
    background: url(../../static/img/circulate-center-sque-05.0fb91971.png) no-repeat;
    opacity: 0;
    -webkit-animation: opacitySque-data-v-06449a5a 1.3s linear 5.2s forwards;
    animation: opacitySque-data-v-06449a5a 1.3s linear 5.2s forwards
}

.circulate-img .circulate-sque[data-v-06449a5a] {
    position: absolute;
    z-index: 5
}

.circulate-img .circulate-cir[data-v-06449a5a] {
    position: absolute;
    z-index: 4
}

@-webkit-keyframes opacitySque-data-v-06449a5a {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacitySque-data-v-06449a5a {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes opacityCir-data-v-06449a5a {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacityCir-data-v-06449a5a {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes quan-data-v-06449a5a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes quan-data-v-06449a5a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.banner .el-carousel[data-v-06449a5a] .el-carousel__indicator .el-carousel__button,.banner .el-carousel[data-v-06449a5a] .el-carousel__indicator.is-active .el-carousel__button {
    width: 50px;
    height: 4px
}

.client-list .item .img[data-v-06449a5a] {
    -webkit-transition: all .4s;
    transition: all .4s
}

.client-list .item .img.img_on[data-v-06449a5a],.client-list .item:hover .img[data-v-06449a5a] {
    display: none
}

.client-list .item:hover .img_on[data-v-06449a5a] {
    display: block
}

.main[data-v-fbec1c3a] {
    min-height: 100vh
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

* {
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,0.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent;
    --tw-shadow: 0 0 transparent
}

:root {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

::moz-focus-inner {
    border-style: none;
    padding: 0
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

a {
    color: inherit;
    text-decoration: inherit
}

body {
    line-height: inherit
}

body,button {
    margin: 0;
    font-family: inherit
}

button {
    font-size: 100%;
    line-height: 1.15;
    text-transform: none;
    background-color: transparent;
    background-image: none;
    padding: 0;
    line-height: inherit;
    color: inherit
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[role=button],button {
    cursor: pointer
}

html {
    -webkit-text-size-adjust: 100%;
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    line-height: 1.5
}

h1,h2,h3,p {
    margin: 0
}

h1,h2,h3 {
    font-size: inherit;
    font-weight: inherit
}

img {
    border-style: solid;
    display: block;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

strong {
    font-weight: bolder
}

ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.bg-fixed {
    background-attachment: fixed
}

.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255,255,255,var(--tw-bg-opacity))
}

.bg-hex-292e3e {
    --tw-bg-opacity: 1;
    background-color: rgba(41,46,62,var(--tw-bg-opacity))
}

.bg-hex-303548 {
    --tw-bg-opacity: 1;
    background-color: rgba(48,53,72,var(--tw-bg-opacity))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255,255,255,var(--tw-bg-opacity))
}

.bg-hex-f5c54c {
    --tw-bg-opacity: 1;
    background-color: rgba(245,197,76,var(--tw-bg-opacity))
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0,0,0,var(--tw-bg-opacity))
}

.bg-hex-292929 {
    --tw-bg-opacity: 1;
    background-color: rgba(41,41,41,var(--tw-bg-opacity))
}

.hover\:bg-hex-f56500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245,101,0,var(--tw-bg-opacity))
}

.bg-gradient-to-t {
    background-image: -webkit-gradient(linear,left bottom,left top,from(var(--tw-gradient-stops)));
    background-image: linear-gradient(0deg,var(--tw-gradient-stops))
}

.from-black {
    --tw-gradient-from: rgba(0,0,0,var(--tw-from-opacity,1));
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,hsla(0,0%,100%,0))
}

.via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from),transparent,var(--tw-gradient-to,hsla(0,0%,100%,0))
}

.bg-opacity-5 {
    --tw-bg-opacity: 0.05
}

.\!hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2!important
}

.hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8
}

.bg-opacity-20 {
    --tw-bg-opacity: 0.2
}

.bg-opacity-30 {
    --tw-bg-opacity: 0.3
}

.bg-repeat {
    background-repeat: repeat
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-cover {
    background-size: cover
}

.border-hex-e9b83d {
    --tw-border-opacity: 1;
    border-color: rgba(233,184,61,var(--tw-border-opacity))
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255,255,255,var(--tw-border-opacity))
}

.after\:border-hex-292929:after {
    --tw-border-opacity: 1;
    border-color: rgba(41,41,41,var(--tw-border-opacity))
}

.border-hex-aaa {
    --tw-border-opacity: 1;
    border-color: rgba(170,170,170,var(--tw-border-opacity))
}

.hover\:border-hex-f56500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245,101,0,var(--tw-border-opacity))
}

.border-hex-333 {
    --tw-border-opacity: 1;
    border-color: rgba(51,51,51,var(--tw-border-opacity))
}

.hover\:border-transparent:hover {
    border-color: transparent
}

.border-hex-ddd {
    --tw-border-opacity: 1;
    border-color: rgba(221,221,221,var(--tw-border-opacity))
}

.after\:border-r-transparent:after {
    border-right-color: transparent
}

.rounded-full {
    border-radius: 9999px
}

.rounded-12px {
    border-radius: 12px
}

.border {
    border-width: 1px
}

.after\:border-b-270px:after {
    border-bottom-width: 270px
}

.after\:border-r-20px:after {
    border-right-width: 20px
}

.cursor-pointer {
    cursor: pointer
}

.after\:block:after,.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.flex-\[3\] {
    -webkit-box-flex: 1;
    -ms-flex: 3;
    flex: 3
}

.flex-\[1\.4\] {
    -webkit-box-flex: 1;
    -ms-flex: 1.4;
    flex: 1.4
}

.font-bold {
    font-weight: 700
}

.h-full {
    height: 100%
}

.h-30px {
    height: 30px
}

.h-41px {
    height: 41px
}

.h-500px {
    height: 500px
}

.h-270px {
    height: 270px
}

.h-32px {
    height: 32px
}

.h-488px {
    height: 488px
}

.h-64px {
    height: 64px
}

.text-14px {
    font-size: 14px;
    line-height: 1
}

.text-12px {
    font-size: 12px;
    line-height: 1
}

.text-22px {
    font-size: 22px;
    line-height: 1
}

.text-30px {
    font-size: 30px;
    line-height: 1
}

.text-24px {
    font-size: 24px;
    line-height: 1
}

.text-37px {
    font-size: 37px;
    line-height: 1
}

.text-40px {
    font-size: 40px;
    line-height: 1
}

.text-18px {
    font-size: 18px;
    line-height: 1
}

.text-16px {
    font-size: 16px;
    line-height: 1
}

.text-20px {
    font-size: 20px;
    line-height: 1
}

.text-56px {
    font-size: 56px;
    line-height: 1
}

.text-28px {
    font-size: 28px;
    line-height: 1
}

.leading-70px {
    line-height: 70px
}

.leading-snug {
    line-height: 1.375
}

.leading-41px {
    line-height: 41px
}

.leading-24px {
    line-height: 24px
}

.leading-30px {
    line-height: 30px
}

.leading-\[1\.8\] {
    line-height: 1.8
}

.leading-34px {
    line-height: 34px
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mr-15px {
    margin-right: 15px
}

.mt-4px {
    margin-top: 4px
}

.mt-15px {
    margin-top: 15px
}

.mb-20px {
    margin-bottom: 20px
}

.mb-26px {
    margin-bottom: 26px
}

.mb-50px {
    margin-bottom: 50px
}

.mb-60px {
    margin-bottom: 60px
}

.mb-38px {
    margin-bottom: 38px
}

.mb-36px {
    margin-bottom: 36px
}

.mt-100px {
    margin-top: 100px
}

.mb-12px {
    margin-bottom: 12px
}

.mb-30px {
    margin-bottom: 30px
}

.mb-16px {
    margin-bottom: 16px
}

.mt-20px {
    margin-top: 20px
}

.mr-20px {
    margin-right: 20px
}

.mb-37px {
    margin-bottom: 37px
}

.mb-40px {
    margin-bottom: 40px
}

.ml-10px {
    margin-left: 10px
}

.-mt-70px {
    margin-top: -70px
}

.mr-620px {
    margin-right: 620px
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.opacity-0 {
    opacity: 0
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1
}

.opacity-70 {
    opacity: .7
}

.overflow-hidden {
    overflow: hidden
}

.\!overflow-visible {
    overflow: visible!important
}

.p-8px {
    padding: 8px
}

.p-10px {
    padding: 10px
}

.p-30px {
    padding: 30px
}

.p-18px {
    padding: 18px
}

.px-21px {
    padding-left: 21px;
    padding-right: 21px
}

.py-50px {
    padding-top: 50px;
    padding-bottom: 50px
}

.px-20px {
    padding-left: 20px;
    padding-right: 20px
}

.py-16px {
    padding-top: 16px;
    padding-bottom: 16px
}

.py-20px {
    padding-top: 20px;
    padding-bottom: 20px
}

.px-30px {
    padding-left: 30px;
    padding-right: 30px
}

.py-10px {
    padding-top: 10px;
    padding-bottom: 10px
}

.px-16px {
    padding-left: 16px;
    padding-right: 16px
}

.pr-20px {
    padding-right: 20px
}

.pl-20px {
    padding-left: 20px
}

.pt-120px {
    padding-top: 120px
}

.pb-100px {
    padding-bottom: 100px
}

.pl-40px {
    padding-left: 40px
}

.pb-30px {
    padding-bottom: 30px
}

.pr-30px {
    padding-right: 30px
}

.pb-1000px {
    padding-bottom: 1000px
}

.fixed {
    position: fixed
}

.absolute,.after\:absolute:after {
    position: absolute
}

.relative {
    position: relative
}

.bottom-0 {
    bottom: 0
}

.left-1\/2 {
    left: 50%
}

.left-0 {
    left: 0
}

.top-0 {
    top: 0
}

.after\:left-full:after {
    left: 100%
}

.after\:top-0:after {
    top: 0
}

.-right-15px {
    right: -15px
}

.-top-15px {
    top: -15px
}

.right-1\/2 {
    right: 50%
}

.resize {
    resize: both
}

.text-center {
    text-align: center
}

.group:hover .group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0,0,0,var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255,255,255,var(--tw-text-opacity))
}

.text-hex-5e9bd2 {
    --tw-text-opacity: 1;
    color: rgba(94,155,210,var(--tw-text-opacity))
}

.text-hex-999 {
    --tw-text-opacity: 1;
    color: rgba(153,153,153,var(--tw-text-opacity))
}

.text-hex-aaa {
    --tw-text-opacity: 1;
    color: rgba(170,170,170,var(--tw-text-opacity))
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255,255,255,var(--tw-text-opacity))
}

.text-hex-333 {
    --tw-text-opacity: 1;
    color: rgba(51,51,51,var(--tw-text-opacity))
}

.text-hex-7094f1 {
    --tw-text-opacity: 1;
    color: rgba(112,148,241,var(--tw-text-opacity))
}

.text-hex-42484e {
    --tw-text-opacity: 1;
    color: rgba(66,72,78,var(--tw-text-opacity))
}

.text-hex-fd716d {
    --tw-text-opacity: 1;
    color: rgba(253,113,109,var(--tw-text-opacity))
}

.text-hex-39d0be {
    --tw-text-opacity: 1;
    color: rgba(57,208,190,var(--tw-text-opacity))
}

.text-hex-fdd22e {
    --tw-text-opacity: 1;
    color: rgba(253,210,46,var(--tw-text-opacity))
}

.text-hex-458dff {
    --tw-text-opacity: 1;
    color: rgba(69,141,255,var(--tw-text-opacity))
}

.text-opacity-60 {
    --tw-text-opacity: 0.6
}

.text-opacity-40 {
    --tw-text-opacity: 0.4
}

.text-shadow-lg {
    text-shadow: 3px 3px 6px rgb(0 0 0/26%),0 0 5px rgb(15 3 86/22%)
}

.text-shadow-md {
    text-shadow: 0 1px 2px rgb(30 29 39/19%),1px 2px 4px rgb(54 64 147/18%)
}

.after\:content-DEFAULT:after {
    content: ""
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w-full {
    width: 100%
}

.w-1\/3 {
    width: 33.333333%
}

.w-1\/2 {
    width: 50%
}

.w-1200px {
    width: 1200px
}

.w-30px {
    width: 30px
}

.w-157px {
    width: 157px
}
.menucont1 {
    width: 100%;
    -webkit-box-shadow: 0 6px 15px rgba(0,0,0,.3);
    box-shadow: 0 6px 15px rgba(0,0,0,.3);
    position: absolute;
    top: 90px;
    z-index: 250;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    opacity: .95;

}
.w-180px {
    width: 180px
}

.w-130px {
    width: 130px
}

.\!w-900px {
    width: 900px!important
}

.w-64px {
    width: 64px
}

.w-160px {
    width: 160px
}

.\!w-500px {
    width: 500px!important
}

.z-10 {
    z-index: 10
}

.z-99 {
    z-index: 99
}

.transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-translate-z: 0;
    --tw-rotate: 0;
    --tw-rotate-x: 0;
    --tw-rotate-y: 0;
    --tw-rotate-z: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scale-z: 1;
    -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotate(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotate(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z))
}

.origin-top {
    -webkit-transform-origin: top;
    transform-origin: top
}

.scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    --tw-scale-z: 0
}

.group:hover .group-hover\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scale-z: 1
}

.group:hover .group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    --tw-scale-z: 1.05
}

.group:hover .group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    --tw-scale-z: 1.1
}

.translate-y-9\/10 {
    --tw-translate-y: 90%
}

.translate-x-350px {
    --tw-translate-x: 350px
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%
}

.-translate-x-350px {
    --tw-translate-x: -350px
}

.\<transition {
    -webkit-transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform,filter,backdrop-filter;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,-webkit-box-shadow,transform,-webkit-transform,filter,backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

.group:hover .group-hover\:transition-all {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

.transition-colors {
    -webkit-transition-property: background-color,border-color,color,fill,stroke;
    transition-property: background-color,border-color,color,fill,stroke;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

.transition-all {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

.duration-1000 {
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

.animate,.animate\.css {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.menucont1[data-v-bc0147ea] {
    width: 100%;
    -webkit-box-shadow: 0 6px 15px rgba(0,0,0,.3);
    box-shadow: 0 6px 15px rgba(0,0,0,.3);
    position: absolute;
    top: 108px;
    z-index: 250;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: .95
}

.index-nav[data-v-bc0147ea] {
    background: #21252e
}

.index-nav .index-nav-inner[data-v-bc0147ea] {
    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: 108px;
    z-index: 999
}

.index-nav .index-nav-inner .logo[data-v-bc0147ea] {
    height: 56px
}

.index-nav .index-nav-inner .head-nav[data-v-bc0147ea] {
    height: 100%;
    z-index: 999;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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
}

.index-nav .index-nav-inner .head-nav .nav[data-v-bc0147ea] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    color: #fff
}

.index-nav .index-nav-inner .head-nav .nav .nav-item[data-v-bc0147ea] {
    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-bc0147ea]:hover {
    color: #2582ff
}

.index-nav .index-nav-inner .head-nav .nav .nav-item>span[data-v-bc0147ea] {
    font-size: 16px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.index-nav .index-nav-inner .head-nav .nav .nav-item[data-v-bc0147ea]:last-child {
    margin-right: 0
}

.index-nav .index-nav-inner .head-nav .nav .nav-item a.router-link-active[data-v-bc0147ea] {
    color: #2582ff
}

.index-nav .index-nav-inner .head-nav .nav .nav-item a.router-link-active[data-v-bc0147ea]:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #2582ff;
    position: absolute;
    bottom: 30%
}

.index-nav .index-nav-inner .head-search[data-v-bc0147ea] {
    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-bc0147ea] {
    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-bc0147ea]:hover {
    width: 300px;
    border-bottom-color: #21a2dc
}

.index-nav .index-nav-inner .head-search .search input[data-v-bc0147ea] {
    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-bc0147ea]::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px
}

.index-nav .index-nav-inner .head-search .search input[data-v-bc0147ea]::-moz-placeholder {
    color: #fff;
    font-size: 16px
}

.index-nav .index-nav-inner .head-search .search input[data-v-bc0147ea]:-ms-input-placeholder {
    color: #fff;
    font-size: 16px
}

.index-nav .index-nav-inner .head-search .search .search-sub[data-v-bc0147ea] {
    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-bc0147ea]:hover {
    color: #21a2dc
}

.index-nav .index-nav-inner .head-search .contary[data-v-bc0147ea] {
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px
}

.index-nav .index-nav-inner .head-search .contary img[data-v-bc0147ea] {
    display: block
}

.index-nav .index-nav-inner .head-search .tel a[data-v-bc0147ea] {
    -webkit-transition: all .4s;
    transition: all .4s;
    font-size: 22px;
    color: #fff
}

.index-nav .index-nav-inner .head-search .tel a[data-v-bc0147ea]:hover {
    color: #21a2dc
}

.index-nav .index-nav-inner .menucont1[data-v-bc0147ea] {
    position: fixed
}

.index-nav .index-nav-inner .menucont1[data-v-bc0147ea],.index-nav .index-nav-inner .menucont[data-v-bc0147ea] {
    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);
    top: 108px;
    z-index: 250;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: .95
}

.index-nav .index-nav-inner .menucont[data-v-bc0147ea] {
    position: absolute
}

.index-nav .index-nav-inner .menucont.menucont1 .iteminfo[data-v-bc0147ea] {
    -ms-flex-preferred-size: inherit!important;
    flex-basis: inherit!important
}

.index-nav .index-nav-inner .menucont.menucont1 .iteminfo .items[data-v-bc0147ea] {
    height: auto!important
}

.index-nav .index-nav-inner .menucont .iteminfo[data-v-bc0147ea] {
    -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-bc0147ea]:last-child {
    padding-right: 20px
}

.index-nav .index-nav-inner .menucont .iteminfo[data-v-bc0147ea]:first-child {
    padding-right: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.index-nav .index-nav-inner .menucont .iteminfo:first-child .items[data-v-bc0147ea] {
    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-bc0147ea] {
    width: 50%;
    white-space: normal
}

.index-nav .index-nav-inner .menucont .iteminfo .menu-titel[data-v-bc0147ea] {
    font-size: 20px;
    color: #21a2dc;
    margin-bottom: 20px
}

.index-nav .index-nav-inner .menucont .iteminfo p[data-v-bc0147ea] {
    font-size: 16px;
    color: #fff;
    line-height: 26px
}

.index-nav .index-nav-inner .menucont .iteminfo .items[data-v-bc0147ea] {
    margin-bottom: 20px
}

.index-nav .index-nav-inner .menucont .iteminfo .items .item-link[data-v-bc0147ea] {
    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-bc0147ea]:hover {
    color: #21a2dc;
    opacity: .9
}

.index-nav .index-nav-inner .menucont .iteminfo .items .item-link.router-link-active[data-v-bc0147ea] {
    color: #21a2dc
}

.footer-info_text[data-v-23817332] {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 22px;
    opacity: .8;
    margin: 34px 0 80px
}

.footer .footer-info .info-hore h2[data-v-23817332]:after {
    background: none!important
}

.footer .footer-info .info-hore h2[data-v-23817332] {
    font-size: 18px!important;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 20px!important
}

.footer .footer-info .info-hore .info-tel .info-tell p[data-v-23817332] {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    opacity: .8
}

.rx[data-v-23817332] {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
    opacity: .8
}

.footer .footer-info .info-hore .info-tel .info-tell h1[data-v-23817332] {
    font-weight: 500;
    opacity: .8
}

.footer .footer-info .info-site ul[data-v-23817332] {
    height: 180px!important
}

.footer .footer-info .info-site ul li a[data-v-23817332] {
    font-weight: 300;
    line-height: 36px!important;
    opacity: .8
}

.footer .footer-info .info-site[data-v-23817332] {
    padding-left: 120px;
    margin-bottom: 90px
}

.footer[data-v-23817332] {
    width: 100%;
    min-height: auto;
    background: #1f232a;
    overflow: hidden
}

.footer .footer-info[data-v-23817332] {
    padding-top: 56px;
    height: auto
}

.footer .footer-info .info-hore[data-v-23817332] {
    margin-bottom: 40px
}

.footer .footer-info .info-hore h2[data-v-23817332] {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 28px
}

.footer .footer-info .info-hore h2[data-v-23817332]:after {
    display: block;
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    left: 0;
    bottom: -13px;
    background: #21a2dc
}

.footer .footer-info .info-hore .horep[data-v-23817332] {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 8px
}

.footer .footer-info .info-hore .info-tel[data-v-23817332] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer .footer-info .info-hore .info-tel .info-tell[data-v-23817332] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.footer .footer-info .info-hore .info-tel .info-tell h1[data-v-23817332] {
    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-23817332] {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 14px;
    margin: 11px 0
}

.footer .footer-info .info-hore .info-tel .erwm[data-v-23817332] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer .footer-info .info-hore .info-tel .erwm img[data-v-23817332] {
    width: 130px;
    height: 130px;
    float: right
}

.footer .footer-info .info-site[data-v-23817332] {
    padding-left: 80px;
    padding-right: 80px
}

.footer .footer-info .info-site ul[data-v-23817332] {
    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-23817332] {
    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-23817332]:hover {
    color: #21a2dc;
    opacity: .9
}

.p_contentBox[data-v-23817332] {
    background: #1f232a
}

.p_contentBox .bqxx[data-v-23817332] {
    width: 100%;
    border-top: 1px solid hsla(0,0%,100%,.1)
}

.p_contentBox .bqxx p[data-v-23817332] {
    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-23817332] {
    -webkit-transition: all .4s;
    transition: all .4s
}

.p_contentBox .ICP[data-v-23817332]:hover {
    color: #21a2dc
}
