.business {
  padding: 6.04% 0 6.77%;
}
.business .sw_card {
  margin-top: 50px;
}
.business .sw_card .swiper-slide {
  color: white;
  background-size: cover;
  height: 520px;
  padding: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.business .sw_card .swiper-slide .bus_tit {
  margin-top: 30px;
  line-height: 1;
  font-family: "bold";
}
.business .sw_card .swiper-slide .bus_des {
  margin-top: 50%;
  line-height: 1.75em;
  height:10.5em;
  color: rgba(255, 255, 255, 0.8);
  text-align: justify;
}
.business .sw_card .swiper-slide .img {
   width:50px;
   height: 50px;
   display: flex;
   align-items: center;
   justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-position: center center;
}
.business .sw_card .swiper-slide:nth-child(1) .img{
     background-image: url(../img/loan/loanicon1.png);
}
.business .sw_card .swiper-slide:nth-child(2) .img{
     background-image: url(../img/loan/loanicon2.png);
}
.business .sw_card .swiper-slide:nth-child(3) .img{
     background-image: url(../img/loan/loanicon3.png);
}
.business .sw_card .swiper-slide:nth-child(4) .img{
     background-image: url(../img/loan/loanicon4.png);
}
.business .sw_card .swiper-slide:nth-child(5) .img{
     background-image: url(../img/loan/loanicon5.png);
}
.business .sw_card .swiper-slide:hover .img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.business .sw_card .swiper-slide:nth-child(1) {
  background-image: url(../img/loan/loanbg1.jpg);
}
.business .sw_card .swiper-slide:nth-child(2) {
  background-image: url(../img/loan/loanbg2.jpg);
}
.business .sw_card .swiper-slide:nth-child(3) {
  background-image: url(../img/loan/loanbg3.jpg);
}
.business .sw_card .swiper-slide:nth-child(4) {
  background-image: url(../img/loan/loanbg4.jpg);
}
.business .sw_card .swiper-slide:nth-child(5) {
  background-image: url(../img/loan/loanbg5.jpg);
}
.flow {
  background: white;
  padding: 5.2% 0;
}
.flow .flow_flx {
  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;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flow .flow_flx > img {
  margin: 0 28px;
}
.flow .flow_flx > img:nth-of-type(4){
    display: none;
}
.flow .flow_flx > img:last-child {
  display:none
}
.flow .flow_flx > div {
  background-image: linear-gradient(-45deg, #d8351e, #e56e1e);
  padding: 6px;
  border-radius: 50%;
  width: 210px;
  height: 210px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  margin-bottom: 30px;
}
.flow .flow_flx > div .flow_white {
  background: white;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  border-radius: 50%;
}
.flow .flow_flx > div .flow_white .flow_num {
  line-height: 1;
  margin-bottom: 25px;
  font-family: "bold";
}
.flow .flow_flx > div .flow_white .flow_tit {
  line-height: 1;
  font-weight: bold;
}
.flow .flow_flx > div .flow_white .flow_des {
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #261c06;
  max-height: 0;
    height:120px;
}
.flow .flow_flx > div:hover {
  width: 400px;
  height: 400px;
  padding: 30px;
}
.flow .flow_flx > div:hover .flow_white .flow_des {
  -webkit-animation: myfirst 1s forwards;
          animation: myfirst 1s forwards;
  padding: 0 40px;
  margin-top: 25px;

}

@-webkit-keyframes myfirst {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 500px;
  }
}

@keyframes myfirst {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 500px;
  }
}
body {
  background: #f5f5f5;
}

@media only screen and (max-width: 1600px) {
  .business .sw_card .swiper-slide {
    padding: 30px;
    height: 400px;
  }
  .business .sw_card .swiper-slide .bus_tit {
    margin-top: 20px;
  }
  .business .sw_card .swiper-slide .bus_des {
    margin-top: 26%;
  }
  .flow .flow_flx > div {
    /*width: 170px;
    height: 170px;
    */
  }
  .flow .flow_flx > div .flow_white .flow_num {
    margin-bottom: 10px;
  }
  .flow .flow_flx > div:hover {
    width: 360px;
    height: 360px;
    padding: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .flow .flow_flx {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .flow .flow_flx > img {
    margin: 20px auto;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .business .sw_card {
    margin-top: 30px;
  }
    .flow .flow_flx > img:nth-of-type(4){
    display: block;
  }
.flow .flow_flx > div{
    margin-bottom: 0;
}
}
@media only screen and (max-width: 768px) {
  .business .sw_card .swiper-slide {
    height: 280px;
    text-align: center;
    padding: 35px 20px 0;
  }
  .business .sw_card .swiper-slide .bus_des {
    margin-top: 20px;
  }
  .business .sw_card .swiper-slide .bus_tit {
    margin-top: 15px;
  }
  .business {
    padding: 40px 0;
  }
  .flow {
    padding: 40px 0;
  }

}
