.bk {
  cursor: pointer;
  position: relative;
}
.bk:after,
.bk:before {
  content: '';
  display: block;
  position: absolute;
  border: 1px transparent solid;
  width: 0;
  height: 0;
  box-sizing: border-box;
}
.bk:after {
  left: 0;
  top: 0;
  transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}
.bk:before {
  right: 0;
  bottom: 0;
  transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in 0s;
}
.bk:hover:after,
.bk:hover:before {
  height: 100%;
  width: 100%;
}
.bk:hover:after {
  border-right-color: #dab866;
  border-top-color: #dab866;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #dab866;
  border-bottom-color: #dab866;
  transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}
.contents {
  width: 1280px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tsy {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tsy:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.gd {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.s180 {
  transform: rotateY(0);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.s180:hover {
  transform: rotateY(108deg);
}
.img100 {
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.img100:hover {
  transform: scale(1.1);
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.yuas {
  -webkit-animation: hang linear 2s infinite;
}
@-webkit-keyframes hang {
  0%,
  100% {
    -webkit-transform: translate(0, -8px);
  }
  50% {
    -webkit-transform: translate(0, 0);
  }
}
.zyuo {
  -webkit-animation: zyuo linear 2s infinite;
}
@keyframes zyuo {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.flex {
  display: flex;
  justify-content: space-between;
}
.je {
  animation: jello 2s 1s infinite;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.abo {
  height: 750px;
  background: url(../images/abo.jpg) no-repeat center top;
  overflow: hidden;
  padding: 72px 0 0;
  box-sizing: border-box;
}
.abo .warp {
  display: flex;
  justify-content: space-between;
}
.abo .warp .aside {
  width: 626px;
  margin: 8px 0 0;
  position: relative;
}
.abo .warp .aside::before {
  content: "";
  display: block;
  width: 5px;
  height: 40px;
  position: absolute;
  background: #dab866;
  top: 115px;
  left: 0;
}
.abo .warp .aside::after {
  content: "";
  display: block;
  width: 461px;
  height: 88px;
  position: absolute;
  background: url(../images/nian.png) no-repeat center;
  top: 495px;
  left: 184px;
}
.abo .warp .aside .top {
  padding: 0 0 0 57px;
  position: relative;
}
.abo .warp .aside .top span {
  display: block;
  font-size: 80px;
  color: #dab866;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.abo .warp .aside .top h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
}
.abo .warp .aside .top p {
  margin: 15px 0 0;
  font-size: 14px;
  color: #999;
  line-height: 13px;
}
.abo .warp .aside .top p i {
  font-family: Arial;
  font-size: 18px;
  color: #666;
  line-height: 13px;
  margin-right: 10px;
}
.abo .warp .aside .text {
  font-size: 16px;
  color: #666;
  line-height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  height: 294px;
  text-indent: 24px;
  margin: 120px 0 0;
}
.abo .warp .aside .more {
  display: block;
  width: 137px;
  height: 37px;
  background: url(../images/more1.png) no-repeat center;
  padding: 0 0 0 76px;
  box-sizing: border-box;
  box-shadow: 0px 0px 18px 0px rgba(255, 154, 58, 0.18);
  border-radius: 10px;
  font-size: 12px;
  color: #fefefe;
  line-height: 37px;
  margin: 30px 0 0;
}
.abo .warp .about {
  width: 586px;
  height: 624px;
  position: relative;
}
.abo .warp .about::before {
  content: "";
  display: block;
  width: 589px;
  height: 597px;
  position: absolute;
  background: url(../images/ab.png) no-repeat center;
  top: 20px;
  right: -85px;
  z-index: -1;
}
.abo .warp .about img {
  width: 586px;
  height: 624px;
  box-shadow: 0px 0px 40px 0px rgba(13, 51, 136, 0.16);
  position: relative;
  z-index: 50;
}
.case {
  margin: 70px 0 0;
  background: url(../images/case.jpg) no-repeat center top;
  background-position-y: 84px;
}
.case .box {
  display: flex;
  justify-content: space-between;
}
.case .box .top {
  padding: 0 0 0 57px;
  position: relative;
}
.case .box .top span {
  display: block;
  font-size: 80px;
  color: #dab866;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.case .box .top h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
}
.case .box .top p {
  margin: 15px 0 0;
  font-size: 14px;
  color: #999;
  line-height: 13px;
}
.case .box .top p i {
  font-family: Arial;
  font-size: 18px;
  color: #666;
  line-height: 13px;
  margin-right: 10px;
}
.case .box .more {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin: 40px 0 0;
}
.case .caseslide {
  position: relative;
  margin: 75px 0 0;
}
.case .caseslide .hd {
  width: 160px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.case .caseslide .hd li {
  margin-bottom: 32px;
  position: relative;
}
.case .caseslide .hd li::before {
  content: "";
  display: block;
  width: 61px;
  height: 61px;
  position: absolute;
  background: url(../images/tica1.png) no-repeat center;
  top: 0;
  right: -60px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .caseslide .hd li a {
  display: block;
  width: 160px;
  height: 61px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 30px;
  font-size: 18px;
  color: #333;
  line-height: 61px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .caseslide .hd .on::before {
  background: url(../images/tica2.png) no-repeat center;
}
.case .caseslide .hd .on a {
  background: #dab866;
  color: #fff;
  font-weight: bold;
  border-color: #dab866;
}
.case .caseslide .bd li {
  width: 1280px;
  position: relative;
}
.case .caseslide .bd li .art {
  display: flex;
  flex-wrap: wrap;
}
.case .caseslide .bd li .art .list {
  width: 495px;
  height: 360px;
  position: relative;
}
.case .caseslide .bd li .art .list .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .caseslide .bd li .art .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .caseslide .bd li .art .list .img img:hover {
  transform: scale(1.1);
}
.case .caseslide .bd li .art .list .text {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 140px 20% 0;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .caseslide .bd li .art .list .text::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  background: #dab866;
  border-radius: 50%;
  top: 151px;
  left: 60px;
}
.case .caseslide .bd li .art .list .text::after {
  content: "";
  display: block;
  width: 300px;
  height: 1px;
  position: absolute;
  background: #fff;
  top: 238px;
  left: 50%;
  transform: translateX(-50%);
}
.case .caseslide .bd li .art .list .text .cond {
  display: block;
  font-size: 20px;
  color: #dab866;
  font-weight: #dab866;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .caseslide .bd li .art .list .text p {
  font-family: Arial;
  font-size: 14px;
  color: #dab866;
  line-height: 15px;
  letter-spacing: 1px;
  margin: 10px 0 0;
}
.case .caseslide .bd li .art .list:hover .text {
  opacity: 1;
}
.case .caseslide .bd li .art .list:nth-child(1) {
  margin: 0 10px 10px 270px;
}
.case .caseslide .bd li .art .list:nth-child(2) {
  margin: 0 10px 0 0;
}
.case .caseslide .bd li .art .list:nth-child(3) {
  margin: 0 10px 10px 0;
  width: 420px;
}
.case .caseslide .bd li .art .list:nth-child(4) {
  margin: 0 10px 10px 0;
  width: 420px;
}
.case .caseslide .bd li .art .list:nth-child(5) {
  margin: 0 0 10px 0;
  width: 420px;
}
.case .caseslide .bd li .art .list:nth-child(6) {
  margin: 0 10px 0 0;
}
.case .caseslide .bd li .art .list:nth-child(7) {
  margin: 0 10px 0 0;
}
.case .caseslide .bd li .morer {
  width: 270px;
  height: 361px;
  background: #dab866 url(../images/more2.png) no-repeat center top;
  background-position-y: 117px;
  border-radius: 8px;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  padding: 230px 0 0;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
}
.seavice {
  height: 742px;
  background: url(../images/ser.jpg) no-repeat center top;
  margin: 75px 0 0;
  padding: 60px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.seavice .contents {
  position: relative;
}
.seavice .top {
  padding: 0 0 0 57px;
  position: relative;
}
.seavice .top span {
  display: block;
  font-size: 80px;
  color: #dab866;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.seavice .top h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
}
.seavice .top p {
  margin: 15px 0 0;
  font-size: 14px;
  color: #999;
  line-height: 13px;
}
.seavice .top p i {
  font-family: Arial;
  font-size: 18px;
  color: #666;
  line-height: 13px;
  margin-right: 10px;
}
.seavice .list li {
  position: absolute;
  margin-top: -100px;
  opacity: 0;
}

.seavice .list .on{
  animation: po 2s ease-out forwards;
}

.seavice .list li .num {
  width: 174px;
  height: 174px;
  font-family: Arial;
  font-size: 46px;
  font-weight: bold;
  line-height: 33px;
  padding: 70px 0 0 60px;
  box-sizing: border-box;
  transition: 0.5s linear;
}

.seavice .list li:hover .num{
  transform: scale(1.1);
}

.seavice .list li .text {
  position: absolute;
}
.seavice .list li .text i {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 20px;
  text-align: center;
}
.seavice .list li .text span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 10px;
  text-align: center;
  margin: 8px 0 0;
}
.seavice .list li:nth-child(1) {
  top: 485px;
  left: 105px;
  animation-delay: 0.12s;
}
.seavice .list li:nth-child(1) .num {
  background: url(../images/n1.png) no-repeat center;
}
.seavice .list li:nth-child(1) .text {
  top: 65px;
  left: -65px;
}
.seavice .list li:nth-child(2) {
  top: 280px;
  left: 240px;
  animation-delay: 0.26s;
}
.seavice .list li:nth-child(2) .num {
  background: url(../images/n2.png) no-repeat center;
}
.seavice .list li:nth-child(2) .text {
  top: 65px;
  left: -120px;
}
.seavice .list li:nth-child(3) {
  top: 160px;
  left: 555px;
  animation-delay: 0.39s;
}
.seavice .list li:nth-child(3) .num {
  background: url(../images/n3.png) no-repeat center;
}
.seavice .list li:nth-child(3) .text {
  top: -35px;
  left: -45px;
}
.seavice .list li:nth-child(4) {
  top: 280px;
  right: 240px;
  animation-delay: 0.46s;
}
.seavice .list li:nth-child(4) .num {
  background: url(../images/n4.png) no-repeat center;
}
.seavice .list li:nth-child(4) .text {
  top: 65px;
  right: -120px;
}
.seavice .list li:nth-child(5) {
  top: 485px;
  right: 85px;
  animation-delay: 0.12s;
}
.seavice .list li:nth-child(5) .num {
  background: url(../images/n5.png) no-repeat center;
  padding: 85px 0 0 70px;
}
.seavice .list li:nth-child(5) .text {
  top: 65px;
  right: -120px;
}
.seavice .art {
  position: absolute;
  top: 580px;
  left: 578px;
}
.seavice .art h3 {
  font-size: 24px;
  color: #333;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.seavice .art p {
  font-family: Arial;
  font-size: 16px;
  color: #333;
  line-height: 12px;
  text-align: center;
  margin: 19px 0 0;
}
.coop {
  margin: 70px 0 0;
}
.coop .top {
  padding: 0 0 0 57px;
  position: relative;
}
.coop .top span {
  display: block;
  font-size: 80px;
  color: #dab866;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.coop .top h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
}
.coop .top p {
  margin: 15px 0 0;
  font-size: 14px;
  color: #999;
  line-height: 13px;
}
.coop .top p i {
  font-family: Arial;
  font-size: 18px;
  color: #666;
  line-height: 13px;
  margin-right: 10px;
}
.coop .coopslide {
  margin: 80px 0 0;
  position: relative;
}
.coop .coopslide::before {
  content: "";
  display: block;
  width: 1280px;
  height: 1px;
  position: absolute;
  background: #ddd;
  top: -40px;
  left: 0;
}
.coop .coopslide .bd li {
  width: 270px;
  margin-right: 60px;
  height: 150px;
  position: relative;
  overflow: hidden;
}
.coop .coopslide .bd li .art {
  width: 260px;
  margin: 0 auto;
  padding: 10px 0 0;
  box-sizing: border-box;
}
.coop .coopslide .bd li .art .img {
  display: block;
  width: 260px;
  height: 130px;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.coop .coopslide .bd li .art .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.coop .coopslide .bd li .art .img img:hover {
  transform: scale(1.1);
}
.coop .coopslide .bd li .art .cond {
  display: block;
  width: 240px;
  height: 40px;
  background: #eee;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  color: #333;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.coop .coopslide .bd li .art:hover .cond {
  color: #dab866;
}
.capital {
  margin: 70px 0 0;
  padding: 55px 0 0;
  overflow: hidden;
}
.capital .top {
  padding: 0 0 0 75px;
  position: relative;
  z-index: 50;
}
.capital .top::before {
  content: "";
  display: block;
  width: 642px;
  height: 478px;
  position: absolute;
  background: url(../images/cap.jpg) no-repeat center;
  top: -55px;
  left: -120px;
  z-index: -1;
}
.capital .top span {
  display: block;
  font-size: 80px;
  color: #fff;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.capital .top h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
}
.capital .top h3 a {
  color: #fff;
}
.capital .top p {
  margin: 15px 0 0;
  font-size: 14px;
  color: #fff;
  line-height: 13px;
}
.capital .top p i {
  font-family: Arial;
  font-size: 18px;
  color: #fff;
  line-height: 13px;
  margin-right: 10px;
}
.capital .capitalslide {
  margin: 60px -320px 0 0;
  position: relative;
  z-index: 100;
}
.capital .capitalslide .bd li {
  width: 1085px;
  display: flex;
  justify-content: space-between;
  margin-right: 50px;
}
.capital .capitalslide .bd li .img {
  display: block;
  width: 630px;
  height: 360px;
  overflow: hidden;
}
.capital .capitalslide .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .text {
  width: 405px;
  position: relative;
  margin: 20px 0 0;
}
.capital .capitalslide .bd li .text::before {
  content: "";
  display: block;
  width: 3px;
  height: 25px;
  position: absolute;
  background: #dab866;
  top: 90px;
  left: 0;
}
.capital .capitalslide .bd li .text .cond {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .text .data {
  font-size: 16px;
  color: #999;
  line-height: 20px;
  padding-left: 30px;
  background: url(../images/data.png) no-repeat center left;
  margin: 15px 0 60px;
}
.capital .capitalslide .bd li .text p {
  font-size: 14px;
  color: #999;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 108px;
}
.capital .capitalslide .arr {
  width: 230px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 680px;
  z-index: 100;
}
.capital .capitalslide .arr .prev {
  width: 29px;
  height: 29px;
  cursor: pointer;
  background: url(../images/prev-cap.png) no-repeat center;
}
.capital .capitalslide .arr .next {
  width: 29px;
  height: 29px;
  cursor: pointer;
  background: url(../images/next-cap.png) no-repeat center;
}
.capital .capitalslide .arr .pageState {
  width: 80px;
  display: flex;
  font-family: Arial;
  font-size: 16px;
  color: #999;
  line-height: 29px;
}
.capital .capitalslide .arr .pageState span {
  display: block;
  font-family: Arial;
  font-size: 30px;
  color: #dab866;
  line-height: 29px;
  font-weight: bold;
  margin-right: 10px;
}
.capital .art {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}
.capital .art li {
  width: 380px;
  height: 334px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.capital .art li .img {
  display: block;
  width: 380px;
  height: 150px;
  overflow: hidden;
}
.capital .art li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.capital .art li .img img:hover {
  transform: scale(1.1);
}
.capital .art li .text {
  margin: 35px 0 0;
}
.capital .art li .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.capital .art li .text p {
  font-size: 14px;
  color: #999;
  line-height: 40px;
  margin: 10px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .art li .text .reg {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 0;
}
.capital .art li .text .reg i {
  display: block;
  font-size: 16px;
  color: #999;
  line-height: 28px;
}
.capital .art li .text .reg .more {
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/more3.png) no-repeat center;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.capital .art li:hover {
  border-bottom: 8px solid #dab866;
}
.capital .art li:hover .text .cond {
  color: #dab866;
  font-weight: bold;
  letter-spacing: 1px;
}
.capital .art li:hover .text .reg .more {
  background: url(../images/more4.png) no-repeat center;
}
.link {
  margin: 10px 0 0;
}
.link .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 140px;
}
.link p {
  font-size: 28px;
  color: #333;
  line-height: 40px;
  background: url(../images/link.png) no-repeat top left;
  background-position: 122px 10px;
}
.link p i {
  font-family: Arial;
  font-size: 18px;
  color: #333;
  line-height: 40px;
  margin-left: 10px;
}
.link .lj {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 84%;
}
.link .lj a {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-right: 20px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.link .lj a:hover {
  color: #dab866;
}


@keyframes po {
  to {
    transform: translateY(100px);
    opacity: 1;
  }
}