.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-58a2996e {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1-58a2996e {
  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
}

.zelvsheji .zelvsheji-content {
  display: flex
}

.zelvsheji .zelvsheji-content li {
  position: relative;
  width: 267px;
  height: 298px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  transition: all .5s
}

.zelvsheji .zelvsheji-content li:hover .bg-image {
  height: 100%
}

.zelvsheji .zelvsheji-content li:hover .item-number {
  display: hidden
}

.zelvsheji .zelvsheji-content li:hover .zelvsheji-content-name {
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  background: rgba(32, 98, 165, .82);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff
}

.zelvsheji .zelvsheji-content li:hover .zelvsheji-content-name .zelvsheji-content-name-box {
  width: calc(100% - 60px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.zelvsheji .zelvsheji-content li:hover .zelvsheji-content-name .zelvsheji-content-name-box .zelvsheji-content-name-item {
  margin-bottom: 20px
}

.zelvsheji .zelvsheji-content li:hover .zelvsheji-content-name .zelvsheji-content-name-box .zelvsheji-content-name-text {
  visibility: visible;
  line-height: 20px;
  font-size: 14px
}

.zelvsheji .zelvsheji-content li:hover .zelvsheji-content-name .zelvsheji-content-name-box .zelvsheji-content-name-text p {
  word-break: break-all
}

.zelvsheji .zelvsheji-content li .bg-image {
  width: 100%;
  height: 229px;
  overflow: hidden;
  transition: all .5s
}

.zelvsheji .zelvsheji-content li .item-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  top: -15px;
  left: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: DS-Digital, DS
}

.zelvsheji .zelvsheji-content li .item-number div {
  width: 26px;
  height: 26px;
  background: #2062a5;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff
}

.zelvsheji .zelvsheji-content li:nth-child(2),
.zelvsheji .zelvsheji-content li:nth-child(3),
.zelvsheji .zelvsheji-content li:nth-child(4),
.zelvsheji .zelvsheji-content li:nth-child(5) {
  margin-left: 44px
}

.zelvsheji .zelvsheji-content li .zelvsheji-content-name {
  font-size: 14px;
  color: #4a4a4a;
  text-align: left;
  padding: 0 30px
}

.zelvsheji .zelvsheji-content li .zelvsheji-content-name .zelvsheji-content-name-box {
  width: 100%
}

.zelvsheji .zelvsheji-content li .zelvsheji-content-name .zelvsheji-content-name-box .zelvsheji-content-name-item {
  transition: all .5s
}

.zelvsheji .zelvsheji-content li .zelvsheji-content-name .zelvsheji-content-name-box .zelvsheji-content-name-text {
  visibility: hidden
}

.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-3a32cbd7 {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1-3a32cbd7 {
  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
}

.hezuojigou {
  display: flex
}

.hezuojigou .hezuojigou-left {
  margin-right: 20px
}

.hezuojigou .hezuojigou-left li {
  width: 118px;
  height: 130px;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff
}

.hezuojigou .hezuojigou-left li .hezuojigou-left-name {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #598bbd;
  margin-top: 10px
}

.hezuojigou .hezuojigou-left .border-color {
  border: 1px solid #598bbd
}

.hezuojigou .hezuojigou-right {
  width: calc(100% - 138px);
  height: 430px;
  display: flex;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box
}

.hezuojigou .hezuojigou-right .right-left {
  overflow: hidden;
  border-radius: 6px;
  width: 430px;
  height: 100%
}

.hezuojigou .hezuojigou-right .right-right {
  width: calc(100% - 430px);
  margin-left: 40px;
  text-align: left
}

.hezuojigou .hezuojigou-right .right-right .el-image {
  margin: 20px 0
}

.hezuojigou .hezuojigou-right .right-right h3 {
  font-size: 14px;
  font-weight: 600;
  font-family: DS-Digital, DS;
  margin-bottom: 15px
}

.hezuojigou .hezuojigou-right .right-right .brief {
  font-size: 12px;
  color: #999;
  line-height: 20px
}

.hezuojigou .hezuojigou-right .right-right .tip-title {
  font-size: 14px;
  font-weight: 600;
  font-family: DS-Digital, DS;
  margin: 15px 0
}

.hezuojigou .hezuojigou-right .right-right .cooperation {
  width: 100%;
  height: calc(100% - 234px);
  background-color: #f7fafc;
  padding: 20px 30px;
  box-sizing: border-box;
  border-radius: 6px;
  line-height: 20px
}

.hezuojigou .hezuojigou-right .right-right .cooperation li {
  width: 100%;
  font-size: 14px;
  color: #588abc
}

.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-9a7bcb24 {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1-9a7bcb24 {
  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
}

.content {
  width: 1200px;
  height: 100%;
  margin: auto;
  padding: 10px 0;
  overflow: hidden;
  text-align: center
}

.bg_img {
  width: 100%;
  height: 458px;
  background-size: 100% 100%
}

.FAZixun .ziben_text {
  height: 20px;
  font-size: 16px;
  padding: 20px 0;
  margin-left: 355px
}

.FAZixun .FAZixun_jigou {
  padding-top: 30px;

}

.FAZixun .FAZixun_liucheng {
  height: 300px;

}

.FAZixun .FAZixun_hezuo {
  padding-bottom: 30px;
  box-sizing: border-box;

}

.FAZixun .zibenshichang_shenqing {
  width: 100%;
  height: 160px;

  background-size: 100% 100%;
  text-align: center;
  padding-top: 50px;
  box-sizing: border-box
}

.FAZixun .zibenshichang_shenqing .box {
  height: 100px
}

.FAZixun .zibenshichang_shenqing .box .box_top {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2062a5;
  line-height: 33px
}

.FAZixun .zibenshichang_shenqing .box .box_but {
  width: 264px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #2062a5;
  border-radius: 1px;
  margin: 20px auto;
  border: 0;
  padding: 0
}

.FAZixun .fuwuzixun_but {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 28px
}