@charset "UTF-8";
.banner {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  position: relative;
}
.banner img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.banner .content {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 20.625vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 300;
}
.banner .content .title {
  line-height: 4.375vw;
  font-size: 2.5vw;
}
.banner .content .title-02 {
  line-height: 4.8958333333vw;
  font-size: 4.1666666667vw;
}
.banner .content .title-02 b {
  background: -webkit-linear-gradient(left, #00dcff, #00abf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner .content .title-03 {
  line-height: 3.75vw;
  font-size: 1.5625vw;
}
.banner .content .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.8125vw;
  height: 3.125vw;
  background: -webkit-linear-gradient(left, #00dcff, #00abf8);
  font-size: 1.25vw;
  color: #fff;
  margin-top: 0.8333333333vw;
  border-radius: 1.5625vw;
}
.banner .content .more .iconfont {
  font-size: 1.4583333333vw;
}

.index-content {
  box-sizing: border-box;
  padding: 0 16.6666666667vw;
}
.index-content.content-01 {
  height: 41.6666666667vw;
  background: #f4fbff url("../images/index/content_01_bg.jpg") no-repeat;
  background-position: calc(100% - 9.6875vw) 0;
  background-size: auto 100%;
  padding-top: 4.6875vw;
  padding-right: 51.0416666667vw;
  color: #383b51;
}
.index-content.content-01 .title {
  line-height: 3.125vw;
  font-size: 2.0833333333vw;
}
.index-content.content-01 .desc {
  padding: 0.2604166667vw 0 1.0416666667vw 0;
  line-height: 1.3541666667vw;
  font-size: 0.8333333333vw;
}
.index-content.content-01 .c-list li {
  box-sizing: border-box;
  height: 7.5520833333vw;
  padding: 0.78125vw 1.25vw;
  box-sizing: border-box;
  border: 1px solid #fff;
  box-shadow: inset 0px 0.2604166667vw 0.2604166667vw rgb(234, 247, 255), 0 0 1.3541666667vw rgb(255, 255, 255);
  background-color: #f4fbff;
  border-radius: 1.0416666667vw;
  margin-bottom: 1.25vw;
}
.index-content.content-01 .c-list li .t {
  line-height: 1.875vw;
  padding-left: 1.5625vw;
  font-size: 1.1458333333vw;
  background-image: url("../images/index/content_01_icon.png");
  background-repeat: no-repeat;
  background-size: 1.875vw auto;
  margin-bottom: 0.3125vw;
}
.index-content.content-01 .c-list li:nth-child(1) .t {
  background-position: 0 0;
}
.index-content.content-01 .c-list li:nth-child(2) .t {
  background-position: 0 -1.875vw;
}
.index-content.content-01 .c-list li:nth-child(3) .t {
  background-position: 0 -3.75vw;
}
.index-content.content-01 .c-list li p {
  padding-left: 1.5625vw;
  line-height: 1.25vw;
  font-size: 0.78125vw;
}
.index-content.content-02 {
  padding-top: 4.1666666667vw;
  padding-bottom: 4.4791666667vw;
  background-color: #e4f4fb;
  color: #383b51;
}
.index-content.content-02 .title-01 {
  line-height: 2.6041666667vw;
  font-size: 1.875vw;
  text-align: center;
}
.index-content.content-02 .title-02 {
  line-height: 2.6041666667vw;
  font-size: 2.0833333333vw;
  font-weight: 600;
  text-align: center;
  margin-bottom: 9.8958333333vw;
}
.index-content.content-02 .c-list {
  display: flex;
  justify-content: space-between;
}
.index-content.content-02 .c-list li {
  box-sizing: border-box;
  width: 20.8333333333vw;
  height: 13.9583333333vw;
  border: 1px solid #fff;
  box-shadow: inset 0px 0.2604166667vw 0.2604166667vw rgb(234, 247, 255), 0 0 1.3541666667vw rgb(255, 255, 255);
  background-color: #f4fbff;
  border-radius: 1.0416666667vw;
  padding: 3.90625vw 1.3020833333vw 1.3020833333vw 1.3020833333vw;
  position: relative;
}
.index-content.content-02 .c-list li .icon {
  width: 11.5625vw;
  position: absolute;
  left: 50%;
  margin-left: -5.78125vw;
  top: -9.1145833333vw;
}
.index-content.content-02 .c-list li .t {
  line-height: 2.2916666667vw;
  font-size: 1.1458333333vw;
}
.index-content.content-02 .c-list li p {
  line-height: 1.25vw;
  font-size: 0.78125vw;
  padding: 0.2604166667vw 0;
}
.index-content.content-02 .c-list li p::before {
  content: "· ";
  font-weight: bold;
}/*# sourceMappingURL=index.css.map */