.wrapper {
  width: 100%;
}

.box {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.banner {
  height: 650px;
  background: url(../image/banner.jpg) no-repeat center center;
}

.down {
  background: #17147b;
  height: 95px;
  position: absolute;
  top: 550px;
}

.block1 {
  background: #ffffff;
  height: 750px;
}

.block2 {
  background: #f5f5f5;
  height: 500px;
}

.block3 {
  background: #ffffff;
  height: 500px;
}

.block4 {
  background: #f5f5f5;
  height: 500px;
}

.block5 {
  background: #ffffff;
  height: 660px;
}

.footer {
  background: #0e1a34;
  height: 135px;
}

.banner .logo {
  height: 55px;
  width: 200px;
  background: url(../image/logo-20255.png) no-repeat;
  background-size: 100% 100%;
}

.banner .box {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: space-between;
}

.banner .box .menu {
  display: flex;
  align-items: center;
  height: 100%;
  color: #ffffff;
}

.banner .box .menu a {
  margin: 0 10px;
}

.banner .box .menu .item {
  color: #ffffff;
}

.down .downbutton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
}

.down .break {
  background: #312e89;
  height: 60px;
  width: 2px;
}

.down .downbuttonitem {
  width: 295px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.down .downbuttonitem .icon {
  width: 60px;
  height: 60px;
}

.down .downbuttonitem .icon img {
  width: 60px;
  height: 60px;
  display: block;
}

.down .downbuttonitem .text {
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
  margin-left: 15px;
}

.block2 .box,
.block3 .box,
.block4 .box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .box {
  height: 100%;
  display: flex;
  align-items: center;
}

.block1 .title {
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
  margin-top: 100px;
  text-align: center;
}

.block1 .subtitle {
  font-size: 18px;
  color: #525b65;
  line-height: 1;
  margin-top: 26px;
  text-align: center;
  margin-bottom: 70px;
}

.block1 .line {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block1 .line .item {
  height: 155px;
  width: 360px;
  background: #ffffff;
  margin: 14px;
  border: 10px #f1fbfa solid;
  position: relative;
  overflow: hidden;
}

.block1 .line .item .title {
  font-size: 26px;
  line-height: 1;
  margin-top: 30px;
  margin-left: 105px;
  font-weight: bold;
  text-align: left;
}

.block1 .item1 .icon {
  height: 66px;
  width: 66px;
  background: url(../image/i-01.png) no-repeat;
  background-size: 100% 100%;
}

.block1 .item2 .icon {
  height: 66px;
  width: 66px;
  background: url(../image/i-02.png) no-repeat;
  background-size: 100% 100%;
}

.block1 .item3 .icon {
  height: 66px;
  width: 66px;
  background: url(../image/i-03.png) no-repeat;
  background-size: 100% 100%;
}

.block1 .item4 .icon {
  height: 66px;
  width: 66px;
  background: url(../image/i-04.png) no-repeat;
  background-size: 100% 100%;
}

.block1 .item5 .icon {
  height: 66px;
  width: 66px;
  background: url(../image/i-05.png) no-repeat;
  background-size: 100% 100%;
}

.block1 .item6 .icon {
  height: 66px;
  width: 66px;
  background: url(../image/i-06.png) no-repeat;
  background-size: 100% 100%;
}

.block1 .item .icon {
  position: absolute;
  top: 24px;
  left: 24px;
}

.block1 .line .item .text {
  font-size: 14px;
  color: #525b65;
  line-height: 26px;
  width: 220px;
  margin-left: 105px;
  margin-top: 10px;
}

.block2 .image {
  height: 500px;
  width: 600px;
  background: url(../image/i-img01.png) no-repeat;
  background-size: 100% 100%;
}

.block3 .image {
  height: 500px;
  width: 600px;
  background: url(../image/i-img02.png) no-repeat;
  background-size: 100% 100%;
}

.block4 .image {
  height: 500px;
  width: 600px;
  background: url(../image/i-img03.png) no-repeat;
  background-size: 100% 100%;
}

.image-m {
  display: none;
}

.lrbox .text {
  width: 490px;
}

.lrbox .title {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
}

.lrbox .content {
  font-size: 18px;
  color: #525b65;
  line-height: 40px;
  margin-top: 40px;
}

.lrbox .button {
  font-size: 16px;
  background: #f0fafb;
  border: 1px solid #04b1ab;
  color: #04b1ab;
  line-height: 50px;
  height: 50px;
  width: 200px;
  border-radius: 999px;
  text-align: center;
  margin-top: 35px;
}

.block5 .title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin-top: 100px;
  text-align: center;
}

.block5 .subtitle {
  font-size: 16px;
  line-height: 1;
  color: #525b65;
  margin-top: 25px;
  text-align: center;
}

.block5 .image {
  height: 188px;
  width: 446px;
  background: url(../image/i-img04.png) no-repeat;
  background-size: 100% 100%;
  margin: 75px auto 0;
}

.block5 .button {
  width: 245px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  border-radius: 999px;
  margin: 40px auto 0;
  background: linear-gradient(to right, #1ab4b2, #52c9b5);
}

.footer .logo {
  height: 55px;
  width: 200px;
  background: url(../image/logo-20255.png) no-repeat;
  background-size: 100% 100%;
}

.footer {
  color: #ffffff;
}

.footer .post {
  display: flex;
  margin-left: 105px;
  margin-top: 15px;
}

.footer .post .item {
  margin-right: 24px;
  font-size: 16px;
  line-height: 1;
}

.footer .copyright {
  margin-top: 22px;
  font-size: 12px;
  line-height: 1;
  margin-left: 105px;
}

.mdown-block {
  display: none;
}

.banner-m {
  display: none;
}

@media (max-width: 800px) {
  .wrapper {
    width: 100%;
  }

  .box {
    width: calc(100% - 1rem);
    margin: 0 auto;
    overflow: hidden;
  }

  .banner {
    width: 100%;
    height: unset;
    background: #040305;
  }

  .banner .box {
    width: 100%;
  }

  .banner-m {
    display: block;
  }

  .banner-m img {
    width: 100%;
    display: block;
  }

  .down {
    background: #17147b;
    height: 5rem;
    position: relative;
    top: 0;
  }

  .block1 {
    background: #ffffff;
    height: 26rem;
  }

  .block2 {
    background: #f5f5f5;
    height: 25rem;
  }

  .block3 {
    background: #ffffff;
    height: 25rem;
  }

  .block4 {
    background: #f5f5f5;
    height: 25rem;
  }

  .block5 {
    background: #ffffff;
    height: 24rem;
  }

  .footer {
    background: #0d1a33;
    height: unset;
  }

  .banner .logo {
    height: 3rem;
    width: 10rem;
    background: url(../image/logo-20255.png) no-repeat;
    background-size: 100% 100%;
  }

  .banner .box {
    display: block;
    height: unset;
  }

  .banner .box .menu {
    display: none;
  }

  .down .downbutton {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
  }

  .down .break {
    background: #312e89;
    height: 3rem;
    width: 2px;
  }

  .down .downbuttonitem {
    width: 24%;
    cursor: pointer;
    display: block;
  }

  .down .downbuttonitem .icon {
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
  }

  .down .downbuttonitem .icon img {
    width: 3rem;
    height: 3rem;
    display: block;
  }

  .down .downbuttonitem .text {
    font-size: .6rem;
    color: #ffffff;
    line-height: 1;
    margin-left: 0;
    text-align: center;
  }

  .block2 .box,
  .block3 .box,
  .block4 .box {
    height: 100%;
    display: block;
  }

  .footer .box {
    height: 100%;
    display: unset;
    text-align: center;
  }

  .block1 .title {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 1rem;
    text-align: center;
  }

  .block1 .subtitle {
    width: calc(100% - 2rem);
    font-size: .7rem;
    color: #525b65;
    line-height: 1;
    text-align: center;
    margin: .8rem auto .5rem;
  }

  .linebox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 1rem);
    margin: 1.5rem auto 0;
  }

  .block1 .line {
    display: block;
    width: 100%;
  }

  .block1 .line .item {
    height: 6rem;
    width: calc(100% - .3rem);
    background: #ffffff;
    margin: .15rem;
    border: 5px #f1fbfa solid;
    position: relative;
    overflow: hidden;
  }

  .block1 .line .item .title {
    font-size: .8rem;
    line-height: 1;
    margin-top: 1rem;
    margin-left: 3rem;
    font-weight: bold;
    text-align: left;
  }

  .block1 .item1 .icon {
    height: 2rem;
    width: 2rem;
    background: url(../image/i-01.png) no-repeat;
    background-size: 100% 100%;
  }

  .block1 .item2 .icon {
    height: 2rem;
    width: 2rem;
    background: url(../image/i-02.png) no-repeat;
    background-size: 100% 100%;
  }

  .block1 .item3 .icon {
    height: 2rem;
    width: 2rem;
    background: url(../image/i-03.png) no-repeat;
    background-size: 100% 100%;
  }

  .block1 .item4 .icon {
    height: 2rem;
    width: 2rem;
    background: url(../image/i-04.png) no-repeat;
    background-size: 100% 100%;
  }

  .block1 .item5 .icon {
    height: 2rem;
    width: 2rem;
    background: url(../image/i-05.png) no-repeat;
    background-size: 100% 100%;
  }

  .block1 .item6 .icon {
    height: 2rem;
    width: 2rem;
    background: url(../image/i-06.png) no-repeat;
    background-size: 100% 100%;
  }

  .block1 .item .icon {
    position: absolute;
    top: .9rem;
    left: .5rem;
  }

  .block1 .line .item .text {
    font-size: .5rem;
    color: #525b65;
    line-height: .8rem;
    width: calc(100% - 4rem);
    margin-left: 3rem;
    margin-top: .6rem;
  }

  .block2 .image {
    height: 15rem;
    width: 18rem;
    background: url(../image/i-img01.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
  }

  .block3 .image {
    height: 15rem;
    width: 18rem;
    background: url(../image/i-img02.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
  }

  .block3 .image {
    display: none;
  }

  .block3 .image-m {
    display: block;
    height: 15rem;
    width: 18rem;
    background: url(../image/i-img02.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
  }

  .block4 .image {
    height: 15rem;
    width: 18rem;
    background: url(../image/i-img03.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
  }

  .lrbox .text {
    width: calc(100% - 2rem);
    margin: 0 auto;
  }

  .lrbox .title {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
  }

  .image-m {
    display: block;
  }

  .lrbox .content {
    font-size: .8rem;
    color: #525b65;
    line-height: 1rem;
    margin-top: 1rem;
  }

  .lrbox .button {
    display: none;
  }

  .block5 .title {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 1.4rem;
    text-align: center;
  }

  .block5 .subtitle {
    font-size: .6rem;
    line-height: 1;
    color: #525b65;
    margin-top: 1rem;
    text-align: center;
  }

  .block5 .image {
    height: 8rem;
    width: 18rem;
    background: url(../image/i-img04.png) no-repeat;
    background-size: 100% 100%;
    margin: 2rem auto 0;
  }

  .block5 .button {
    height: 3rem;
    width: 14rem;
    line-height: 3rem;
    text-align: center;
    font-size: .8rem;
    color: #ffffff;
    border-radius: 3rem;
    margin: 2rem auto 0;
    background: linear-gradient(to right, #1ab4b2, #52c9b5);
  }

  .footer {
    overflow: hidden;
  }

  .footer .logo {
    height: 1.5rem;
    width: 6rem;
    background: url(../image/logo-20255.png) no-repeat;
    background-size: 100% 100%;
    margin: 2rem auto 0;
  }

  .footer {
    color: #ffffff;
  }

  .footer .post {
    display: flex;
    margin-left: 0;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
  }

  .footer .post .item {
    margin: 0 .6rem;
    font-size: 0.5rem;
    line-height: 1;
  }

  .footer .copyright {
    margin-top: 1rem;
    font-size: 0.5rem;
    line-height: 1;
    margin-left: 0;
    margin-bottom: 2rem;
  }

  .mdown-block {
    height: 5rem;
    width: 100%;
    background: #31246b;
    display: block;
  }

  .mdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    height: 5rem;
    width: 100%;
    background: #0e1a34;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .mdownlogo {
    height: 2rem;
    width: 7rem;
    margin-left: 1rem;
    background: url(../image/logo-20255.png) no-repeat;
    background-size: 100% 100%;
  }

  .mdownburron {
    font-size: 1rem;
    width: 6rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #ffffff;
    border-radius: 2rem;
    margin-right: 1rem;
    background: #50cab6;
  }
}
