.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-5de188b4 {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1-5de188b4 {
  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
}

.zhuanyedingzhi {
  width: 100%
}

.zhuanyedingzhi ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap
}

.zhuanyedingzhi ul li {
  width: 373px;
  height: 378px;
  background: #ffffff;
  box-shadow: 4px 5px 17px 1px #084a791a;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden
}

.zhuanyedingzhi ul li:nth-of-type(3n - 1) {
  margin: 0 40px
}

.zhuanyedingzhi ul li:hover {
  background: rgba(32, 98, 165, .6);
  transition: all 1s ease
}

.zhuanyedingzhi ul li:hover .zhuanyedingzhi_image {
  height: 100%
}

.zhuanyedingzhi ul li:hover .zhuanyedingzhi_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 98, 165, .6)
}

.zhuanyedingzhi ul li:hover .zhuanyedingzhi_text .zhuanyedingzhi_text_image {
  visibility: visible;
  height: 70px;
  margin-top: 50px
}

.zhuanyedingzhi ul li:hover .zhuanyedingzhi_text h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 22px;
  margin: 25px 0 15px
}

.zhuanyedingzhi ul li:hover .zhuanyedingzhi_text p {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  -webkit-line-clamp: 7
}

.zhuanyedingzhi ul li .zhuanyedingzhi_image {
  width: 100%;
  height: 200px;
  text-align: center;
  margin: auto;
  transition: all .8s ease
}

.zhuanyedingzhi ul li .zhuanyedingzhi_text {
  text-align: center;
  padding: 10px 42px;
  box-sizing: border-box;
  transition: all 2s ease
}

.zhuanyedingzhi ul li .zhuanyedingzhi_text .zhuanyedingzhi_text_image {
  visibility: hidden;
  width: 100%;
  height: 0;
  transition: all 1s ease
}

.zhuanyedingzhi ul li .zhuanyedingzhi_text h3 {
  font-size: 16px;
  font-weight: 600;
  color: #4a4a4a;
  line-height: 22px;
  margin: 25px 0 15px
}

.zhuanyedingzhi ul li .zhuanyedingzhi_text p {
  font-size: 12px;
  font-weight: 400;
  color: #727272;
  line-height: 24px;
  -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-4fc73008 {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1-4fc73008 {
  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
}

.zibenshichang .ziben_text {
  height: 20px;
  font-size: 16px;
  padding: 20px 0;
  margin-left: 355px
}

.zibenshichang .zibenshichang_jigou1 {
  width: 100%;
  padding-bottom: 30px;
  box-sizing: border-box;
  background-image: url(/assets/test.bafd3129.jpg);
  background-size: 100% 100%
}

.zibenshichang .zibenshichang_jigou1 .jigou_box {
  width: 1200px;
  margin: auto;
  padding: 10px 0;
  overflow: hidden;
  text-align: center
}

.zibenshichang .zibenshichang_jigou2 {
  width: 100%;
  height: 544px;
  background-image: url(/assets/test.bafd3129.jpg);
  background-size: 100% 100%
}

.zibenshichang .zibenshichang_jigou2 .jigou_box {
  width: 1200px;
  height: 650px;
  margin: auto;
  padding: 10px 0;
  overflow: hidden;
  text-align: center
}

.zibenshichang .zibenshichang_liucheng {
  width: 100%;
  height: 481px;
  background-image: url(/assets/pic.669d3466.jpg);
  background-size: 100% 100%
}

.zibenshichang .zibenshichang_liucheng .jigou_box {
  width: 1200px;
  height: 456px;
  margin: auto;
  padding: 10px 0;
  overflow: hidden;
  text-align: center
}

.zibenshichang .zibenshichang_shenqing {
  width: 100%;
  height: 160px;
  background-image: url(/assets/bg7.1cd53e4b.jpg);
  background-size: 100% 100%;
  text-align: center;
  padding-top: 50px;
  box-sizing: border-box
}

.zibenshichang .zibenshichang_shenqing .box {
  height: 100px
}

.zibenshichang .zibenshichang_shenqing .box .box_top {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2062a5;
  line-height: 33px
}

.zibenshichang .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
}

.zibenshichang .fuwuzixun_but {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 28px
}