.font-gradation {
  display: inline-block;
  position: relative;
  font-weight: bolder;
  background-image: -webkit-linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bc {
  background: linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  color: #fff;
}
.border-g {
  border: 1px solid transparent !important;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
}
.border-g-white {
  border: 1px solid #fff !important;
  background-clip: inherit;
  background-origin: inherit;
  background-image: none;
}
.font-gradation-white {
  color: #fff;
  background-image: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: unset;
}
.bg-white {
  background-color: #fff;
  padding: 1px 0;
}
.inner-banner {
  width: 100%;
}
.inner-banner img {
  width: 100%;
}
.content {
  width: 100%;
  position: relative;
  padding-bottom: 90px;
}
.content .map {
  position: absolute;
  top: 36px;
  left: 10.416%;
  font-size: 20px;
  line-height: 1.5;
  color: #6e6e73;
  z-index: 5;
}
.content .map a {
  color: #6e6e73;
}
.content .map a:hover {
  color: #242424;
}
.content .introduce {
  position: relative;
  width: 100%;
  height: 870px;
}
.content .introduce .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .introduce .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .introduce .box {
  width: 79.166%;
  margin: 0 auto;
  position: relative;
  padding-top: 0;
}
.content .introduce .box .title {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.5;
  color: #181818;
  text-align: center;
  margin-bottom: 24px;
}
.content .introduce .box .p {
  width: 100%;
  color: #181818;
  text-align: center;
  margin: 0 auto;
  margin-top: -60px;
}
.content .list {
  position: relative;
  width: 79.166%;
  margin: 0 auto;
  margin-top: -500px;
}
.content .list .item {
  width: calc(100% - 146px);
  padding: 84px 73px 120px 73px;
  background-color: #fff;
  box-shadow: 0px 0px 64px 4px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  margin-bottom: 51px;
  position: relative;
}
.content .list .item .title {
  font-size: 38px;
  line-height: 1.5;
  color: #333333;
}
.content .list .item .KeyWords {
  font-size: 30px;
  line-height: 1.5;
  color: #333333;
  margin-top: 26px;
}
.content .list .item .KeyWords span {
  padding-right: 55px;
  position: relative;
}
.content .list .item .KeyWords span::after {
  content: '';
  width: 2px;
  height: 25px;
  background-color: #000A66;
  border-radius: 1px;
  position: absolute;
  right: 22px;
  top: 6px;
}
.content .list .item .KeyWords span:last-child {
  margin-right: 0;
}
.content .list .item .KeyWords span:last-child::after {
  content: '';
  width: 0;
}
.content .list .item .p {
  width: 64.407%;
  font-size: 24px;
  line-height: 1.5;
  color: #333333;
  margin-top: 46px;
  text-align: left;
}
.content .list .item .icon {
  width: 40%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.content .list .item .icon img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .content .introduce .box {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .content .introduce .box .title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    color: #181818;
    text-align: center;
    margin-bottom: 23px;
  }
  .content .introduce .box .p {
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 1.5;
    color: #181818;
    text-align: center;
    margin: 0 auto;
  }
  .content .list .item {
    width: calc(100% - 60px);
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 64px 4px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
  }
  .content .list .item .icon {
    width: 60%;
    height: auto;
    position: absolute;
    top: 30px;
    right: 50%;
    transform: translateY(0%) translateX(50%);
  }
  .content .list .item .title {
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
    margin-top: 40%;
    text-align: center;
  }
  .content .list .item .KeyWords {
    font-size: 22px;
    line-height: 1.5;
    color: #000A66;
    margin-top: 18px;
    text-align: center;
  }
  .content .list .item .KeyWords span::after {
    display: none;
  }
  .content .list .item .p {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    margin-top: 46px;
  }
  .content .list .item .KeyWords span:last-child {
    padding-right: 0;
  }
  .content .map {
    font-size: 14px;
    left: 15px;
  }
  .content .introduce {
    padding-top: 50px;
    height: auto;
  }
  .content .list .item .KeyWords {
    font-size: 12px;
  }
  .content .list .item .KeyWords span {
    padding-right: 10px;
  }
  .content .list {
    margin-top: 50px;
    width: calc(100% - 30px);
    margin-left: 15px;
  }
}
@media screen and (max-width: 680px) {
  .content .introduce .box .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #181818;
    text-align: center;
    margin-bottom: 23px;
  }
  .content .list .item .icon {
    width: 90%;
    height: auto;
    position: absolute;
    top: 30px;
    right: 50%;
    transform: translateY(0%) translateX(50%);
  }
  .content .list .item .title {
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
    margin-top: 60%;
    text-align: center;
  }
}
