.banner .carousel-caption {
  bottom: 8.25rem;
}
.service .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
}
.service .left .body {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  text-align: left;
}
.service .right .body {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  padding-left: 2rem;
}
.service .body {
  height: 100%;
  display: flex;
  align-items: center;
}
.service .body .title {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 90px;
}
.service .body .shortdesc {
  font-size: 1rem;
  margin-bottom: 2rem;
}
.service .body .desc-box {
  flex-grow: 1;
}
.service .body .desc-box .desc {
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 2.10625rem;
}
.service .body .desc-box .to-detail a {
  padding: 0.5rem 3rem;
  border: 1px rgb(1, 147, 222) solid;
  font-size: 1.125rem;
  color: #212529;
  display: inline-block;
  border-radius: 5px;
}
.service .illustration {
  overflow: hidden;
}
.service .illustration .ratio {
  position: relative;
}
.service .illustration .ratio::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 0;
  padding-bottom: 61.8329466357%;
}
.service .illustration .ratio > * {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.about {
  display: flex;
  align-items: center;
  min-height: 800px;
  background-color: #0f2e6b;
  background-image: url("/assets/images/mask_banner3.png");
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  padding: 5rem 0;
}
.about .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.about .content-box {
  padding: 2rem 0;
}
.about .title {
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-weight: bold;
  padding: 1rem 0;
  position: relative;
}
.about .title .divide-line {
  display: block;
  height: 2px;
  background-color: #fff;
  width: 2em;
  position: absolute;
  bottom: 0;
}
.about .text {
  font-size: 1rem;
  line-height: 2.0625rem;
  margin-bottom: 2rem;
}
.about .data {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 2rem;
  gap: 2.5rem;
}
.about .data .item {
  display: flex;
  align-items: center;
  justify-content: start;
}
.about .data .item .value {
  font-size: 2.25rem;
  text-align: left;
}
.about .data .item .key {
  text-align: left;
  font-size: 0.8125rem;
}
.about .to-detail a {
  color: #fff;
  font-size: 1.125rem;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0.8em 3em;
  display: inline-block;
}

.news {
  background-color: rgb(247, 247, 247);
  padding: 50px 0;
}
.news .part-name {
  font-size: 1.75rem;
  color: #000;
  padding: 2rem 0;
  padding-bottom: 3rem;
  color: #000;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}
.news .new-list .item {
  display: block;
  margin-bottom: 25px;
}
.news .new-list .item > .ratio {
  position: relative;
}
.news .new-list .item > .ratio::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 0;
  padding-bottom: 15.3333333333%;
}
.news .new-list .item > .ratio > * {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.news .new-list .item .content-box {
  height: 100%;
  color: #212529;
  background-color: #fff;
  display: flex;
  align-items: start;
  justify-content: start;
}
.news .new-list .item .content-box:hover {
  box-shadow: 5px 5px 10px #888;
  outline: none;
  cursor: pointer;
  color: #212529;
  font-weight: initial;
}
.news .new-list .item .content-box:hover .body .title {
  color: rgb(1, 147, 222);
}
.news .new-list .item .content-box:hover .goto .icon {
  background-image: url("/assets/images/btn_black_jiantou2.png");
}
.news .new-list .item .content-box .title-image {
  width: 27%;
  height: 100%;
  flex-shrink: 0;
}
.news .new-list .item .content-box .title-image .image-box {
  width: 100%;
  height: 100%;
}
.news .new-list .item .content-box .title-image .image-box img {
  width: 100%;
  height: 100%;
}
.news .new-list .item .content-box .body {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  padding-left: 3.25rem;
  padding-bottom: 0.75rem;
  height: 100%;
  flex-grow: 1;
}
.news .new-list .item .content-box .body .title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #000;
}
.news .new-list .item .content-box .body .text {
  line-height: 25px;
  color: #666;
  flex-grow: 1;
  margin: 1rem 0;
  overflow: hidden;
  font-size: 1rem;
}
.news .new-list .item .content-box .body .date {
  flex-shrink: 0;
  color: #666;
  font-size: 1rem;
}
.news .new-list .item .content-box .goto {
  flex-shrink: 0;
  width: 200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .new-list .item .content-box .goto .icon {
  background: url("/assets/images/btn_black_jiantou.png") no-repeat center;
  background-size: 100%;
  display: block;
  height: 30px;
  width: 30px;
}

/*# sourceMappingURL=index.css.map */
