* {
  transition: 0.3s;
}

/* img */
.img {
  margin-top: 40px;
  text-align: center;
}

.img .img-body {
  width: 1300px;
  height: 747px;
  margin: auto;
}

.img .img-body img {
  width: 1300px;
  border-radius: 25px;
  height: 747px;
  object-fit: cover;
  background-color: #124b8d;
}

.img .img-body .body-btn {
  margin-top: -100px;
  margin-left: -1000px;
}

.img-body .body-btn a {
  padding: 20px 60px;
  background-color: #09a84e;
  color: white;
  text-decoration-line: none;
}

/* bank */
.bank {
  margin-top: 80px;
  margin-bottom: 30px;
}

.bank .bank-center {
  margin: auto;
  width: 1300px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bank-center .bank-cap {
  width: 853px;
  height: 272px;
  border: 1px solid #d1d1d1;
  padding: 20px;
}

.bank-center .bank-cap .head {
  color: #84bd3a;
  font-weight: 700;
}

.bank-center .bank-cap .title {
  font-size: 40px;
  margin-top: 0px;
}

.bank-center .bank-cap .body {
  font-size: 16px;
  margin-top: 20px;
  box-sizing: border-box;
}

.bank-center .bank-touch {
  width: 400px;
  border: #d1d1d1 solid 1px;
  padding: 10px 0px;
  height: 272px;
}

.bank-touch .btn {
  margin-top: 16px;
  text-align: center;
  width: 100%;
}

.bank-touch .btn a {
  padding: 8px 20px;
  background-color: #124b8d;
  color: white;
  text-decoration-line: none;
}

.bank-touch .touch-items {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 300px;
}

.bank-touch .touch-items .item {
  margin-top: 14px;
  margin-left: 20px;
  width: 30%;
}

.bank-touch .touch-items .item1 {
  width: 60%;
}

/* image */
.image {
  margin: auto;
  margin-top: 80px;
  width: 90%;
  height: 500px;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
}

.image .item {
  margin: 10px;
  display:flex;
  justify-content:center;
  align-items:center;
}

.image .item img {
  height: 500px;
  object-fit: cover;
}

/* slider */
.slider {
  background-color: #124b8d;
  width: 1300px;
  margin: auto;
  margin-top: 70px;
}

.slider div {
  width: 100%;
  height: 700px;
}

.slider div img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

@media only screen and (max-width: 1600px) {
  /* img */
  .img {
    margin-top: 40px;
  }

  .img .img-body {
    width: 1000px;
    height: 500px;
  }

  .img .img-body img {
    width: 1000px;
    height: 550px;
    border-radius: 15px;
  }

  .img .img-body .body-btn {
    margin-left: -720px;
  }

  /* bank */
  .bank .bank-center {
    width: 1000px;
  }

  .bank-center .bank-cap {
    width: 600px;
    padding: 10px;
  }

  .bank-center .bank-touch {
    width: 380px;
    height: 272px;
    padding: 20px 10px;
  }

  /* image */
  .image {
    width: 80%;
    height: 400px;
  }

  .image .item img {
    height: 370px;
    width: auto;
  }

  /* slider */
  .slider {
    width: 1000px;
  }
  .slider div {
    height: 600px;
  }

  .slider div img {
    height: 600px;
  }
}

@media only screen and (max-width: 1100px) {
  /* img */
  .img {
    margin-top: 30px;
  }

  .img .img-body {
    width: 730px;
    height: 400px;
  }

  .img .img-body img {
    width: 730px;
    height: 400px;
  }
  .img .img-body .body-btn {
    margin-top: -70px;
    margin-left: -500px;
  }
  .img-body .body-btn a {
    padding: 15px 40px;
  }

  /* bank */
  .bank .bank-center {
    width: 710px;
  }

  .bank-center .bank-cap {
    width: 400px;
    
    padding: 30px;
    height:300px;
  }

  .bank-center .bank-cap .title {
    font-size: 30px;
    margin-top: 5px;
  }

  .bank-center .bank-cap .body {
    font-size: 16px;
    margin-top: 10px;
    width:97%;
  }

  .bank-center .bank-touch {
    width: 300px;
    height:300px;
    padding: 20px 20px;
  }

  /* slider */
  .slider {
    width: 700px;
  }
  .slider div {
    height: 450px;
  }

  .slider div img {
    height: 450px;
  }
}

@media only screen and (max-width: 600px) {
  /* img */
  .img .img-body {
    width: 95%;
    height: 200px;
  }

  .img .img-body img {
    width: 95%;
    height: 200px;
    border-radius: 10px;
  }

  .img-body .body-btn a {
    padding: 7px 20px;
    font-size: 12px;
  }
  .img .img-body .body-btn {
    margin-top: -45px;
    margin-left: -50vw;
  }

  /* bank */
  .bank {
    margin-top: 40px;
  }

  .bank .bank-center {
    width: 95%;
    display: block;
  }

  .bank-center .bank-cap {
    width: 95%;
    padding: 10px;
    height: auto;
    margin: auto;
  }
  .bank-center .bank-cap .body {
    font-size: 16px;
  }

  .bank-center .bank-touch {
    width: 95%;
    padding: 20px;
    margin: auto;
    margin-top: 5px;
    height: auto;
  }
  .bank-touch .btn {
    text-align: left;
    margin-left: 6px;
  }

  /* image */
  .image {
    height: 250px;
    margin-top: 30px;
  }

  .image .item img {
    height: 200px;
  }

  /* slider */
  .slider {
    width: 87%;
  }
  .slider div {
    height: 60vw;
  }

  .slider div img {
    height: 60vw;
  }
}
