.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn-287f5195 {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1-287f5195 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav .el-tabs__nav-wrap:after {
  background-color: initial
}

.icon-center .el-input__suffix-inner {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg .el-table__header-wrapper .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.modularTopImage {
  width: 1200px;
  height: 185px;
  background: #CEE7F9;
  position: relative
}

.modularTopImage .modularTopImage-box {
  position: absolute;
  top: 40px;
  left: 76px;
  width: 600px;
  height: calc(100% - 80px)
}

.modularTopImage .modularTopImage-box h2 {
  margin-bottom: 18px;
  font-size: 30px;
  font-family: ZhenyanGB;
  color: #2062a5
}

.modularTopImage .modularTopImage-box .box-text {
  line-height: 28px;
  font-size: 18px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #4a4a4a
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn-8c45ad76 {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1-8c45ad76 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav .el-tabs__nav-wrap:after {
  background-color: initial
}

.icon-center .el-input__suffix-inner {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg .el-table__header-wrapper .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.itemBox {
  width: 299px;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  transition: all .5s
}

.itemBox:hover {
  background: #FFFFFF;
  box-shadow: 4px 4px 18px #0000001a;
  z-index: 10
}

.itemBox .itemBox-left {
  width: 42px;
  height: 42px
}

.itemBox .itemBox-left .el-image {
  width: 100%;
  height: 100%
}

.itemBox .itemBox-right {
  width: calc(100% - 42px)
}

.itemBox .itemBox-right h3 {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #4a4a4a;
  margin: 20px 0
}

.itemBox .itemBox-right p {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9b9b9b;
  line-height: 20px;
  -webkit-line-clamp: 7
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn-794f8207 {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1-794f8207 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav .el-tabs__nav-wrap:after {
  background-color: initial
}

.icon-center .el-input__suffix-inner {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg .el-table__header-wrapper .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.yunjisuan .yunjisuan-bottom {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap
}

.yunjisuan .yunjisuan-bottom li {
  height: 242px
}

.yunjisuan .yunjisuan-bottom li:nth-child(4n-2) {
  border-right: 1px dashed rgba(32, 98, 165, .3);
  border-left: 1px dashed rgba(32, 98, 165, .3)
}

.yunjisuan .yunjisuan-bottom li:nth-child(4n-1) {
  border-right: 1px dashed rgba(32, 98, 165, .3)
}

.yunjisuan .yunjisuan-bottom li:nth-child(n) {
  border-top: 1px dashed rgba(32, 98, 165, .3)
}

.yunjisuan .yunjisuan-bottom li:nth-child(1),
.yunjisuan .yunjisuan-bottom li:nth-child(2),
.yunjisuan .yunjisuan-bottom li:nth-child(3),
.yunjisuan .yunjisuan-bottom li:nth-child(4) {
  border-top: 0
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn-564f5e1d {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1-564f5e1d {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav .el-tabs__nav-wrap:after {
  background-color: initial
}

.icon-center .el-input__suffix-inner {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg .el-table__header-wrapper .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.itemBoxX {
  display: flex;
  align-items: center;
  width: 591px;
  height: 141px;
  background: #FFFFFF;
  box-shadow: 4px 4px 18px #00000008;
  border-radius: 4px;
  border: 1px solid #F1F1F1;
  padding: 30px;
  box-sizing: border-box
}

.itemBoxX .el-image {
  width: 50px;
  height: 50px
}

.itemBoxX .itemBox-box {
  padding-left: 30px;
  box-sizing: border-box;
  width: calc(100% - 50px);
  height: 100%
}

.itemBoxX .itemBox-box h3 {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #4a4a4a;
  margin: 0 0 10px
}

.itemBoxX .itemBox-box p {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9b9b9b;
  line-height: 20px;
  -webkit-line-clamp: 5
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn-ff08c018 {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1-ff08c018 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav .el-tabs__nav-wrap:after {
  background-color: initial
}

.icon-center .el-input__suffix-inner {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg .el-table__header-wrapper .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.dashujv .dashujv-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
  box-sizing: border-box
}

.dashujv .dashujv-box li {
  margin-bottom: 20px
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn-60b89bc0 {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1-60b89bc0 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav .el-tabs__nav-wrap:after {
  background-color: initial
}

.icon-center .el-input__suffix-inner {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg .el-table__header-wrapper .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.yunjisuan .yunjisuan-bottom {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap
}

.yunjisuan .yunjisuan-bottom li:nth-child(4n-2) {
  border-right: 1px dashed rgba(32, 98, 165, .3);
  border-left: 1px dashed rgba(32, 98, 165, .3)
}

.yunjisuan .yunjisuan-bottom li:nth-child(4n-1) {
  border-right: 1px dashed rgba(32, 98, 165, .3)
}

.yunjisuan .yunjisuan-bottom li:nth-child(n) {
  border-top: 1px dashed rgba(32, 98, 165, .3)
}

.yunjisuan .yunjisuan-bottom li:nth-child(1),
.yunjisuan .yunjisuan-bottom li:nth-child(2),
.yunjisuan .yunjisuan-bottom li:nth-child(3),
.yunjisuan .yunjisuan-bottom li:nth-child(4) {
  border-top: 0
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn-b7dac59c {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1-b7dac59c {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav .el-tabs__nav-wrap:after {
  background-color: initial
}

.icon-center .el-input__suffix-inner {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg .el-table__header-wrapper .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.pro-bg-box {
  width: 100%;
  background: url(/assets/twobg.db79d4f1.jpg) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  padding-bottom: 30px
}

.pro-bg-box2,
.pro-bg-box4 {
  width: 100%;
  background: url(/assets/yunjisuan.f8b1913a.jpg) no-repeat center;
  background-size: 100% 100%;
  position: relative
}

.pro-bg-box4 {
  padding-bottom: 30px
}

.pro-bg-box3 {
  width: 100%;
  background: url(/assets/qitafuwu.f8806aa6.png) no-repeat center;
  background-size: 100% 100%;
  position: relative
}