@charset "utf-8";
.service-info-banner {
  width: 100%;
  position: relative;
}
.service-info-banner .breadcrumb {
  width: 100%;
  padding: 0.24rem 0;
}
.service-info-banner .breadcrumb .container {
  display: flex;
  flex-wrap: wrap;
}
.service-info-banner .breadcrumb .container a {
  color: #999;
  transition: all 0.4s;
  margin-right: 6px;
}
.service-info-banner .breadcrumb .container a:hover {
  color: #999;
}
.service-info-banner .breadcrumb .container i {
  font-style: initial;
  color: #999;
  margin-right: 6px;
}
.service-info-banner .breadcrumb .container span {
  color: #222;
}
.service-info-banner .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.service-info-banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-info-banner .breadcrumb {
  position: relative;
  z-index: 2;
}
.service-info-banner .breadcrumb .container a {
  color: #fff;
}
.service-info-banner .breadcrumb .container i svg {
  color: #fff;
}
.service-info-banner .breadcrumb .container i svg path {
  fill: #fff;
}
.service-info-banner .breadcrumb .container span {
  color: #fff;
}
.service-info-banner > .container {
  padding: 0.72rem 0 0.81rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.service-info-banner > .container .left {
  width: calc(950/1400*100%);
}
@media (max-width: 991px) {
  .service-info-banner > .container .left {
    width: 100%;
  }
}
.service-info-banner > .container .left .title {
  color: #fff;
  font-weight: 600;
  line-height: calc(66/56);
  font-size: 0.56rem;
}
.service-info-banner > .container .left .txt {
  line-height: calc(22/16);
  color: #fff;
  margin-top: 0.1rem;
}
.service-info-banner > .container .right {
  width: calc(286/1400*100%);
}
@media (max-width: 991px) {
  .service-info-banner > .container .right {
    width: 100%;
    max-width: 300px;
    margin-top: 0.5rem;
  }
}
.service-info-banner > .container .right .email {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0.17rem 0.24rem;
  border-radius: 0.12rem;
  position: relative;
}
.service-info-banner > .container .right .email::before {
  content: '';
  width: 1.2rem;
  height: 100%;
  background: url(../images/service-info-banner-icon.svg) left center no-repeat;
  background-size: 100% cover;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.service-info-banner > .container .right .email .icon {
  width: 36px;
  height: 36px;
  background: var(--color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.1rem;
}
.service-info-banner > .container .right .email .icon img {
  width: 18px;
  object-fit: contain;
}
.service-info-banner > .container .right .email .ts .t1 {
  color: #222;
  font-weight: 600;
  font-size: var(--font-size6);
}
.service-info-banner > .container .right .email .ts .t2 {
  color: #222;
}
.service-info-banner > .container .right .more {
  width: 100%;
  display: flex;
  margin-top: 0.2rem;
}
.service-info-banner > .container .right .more a {
  width: 100%;
  height: 0.54rem;
  border-radius: 0.27rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0.08rem 0 rgba(255, 255, 255, 0.18) inset;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .service-info-banner > .container .right .more a {
    height: 0.78rem;
    border-radius: 0.39rem;
  }
}
.service-info-banner > .container .right .more a span {
  color: #fff;
  transition: all 0.4s;
}
.service-info-banner > .container .right .more a:hover {
  background: #fff;
}
.service-info-banner > .container .right .more a:hover span {
  color: var(--color);
}

 
@charset "utf-8";
.about-box2 {
  width: 100%;
  background: #f0f3f7;
  /* border-radius: 0.45rem 0.45rem 0 0; */
  /* margin-top: -0.6rem; */
  position: relative;
  padding: 1.35rem 0 2rem;
}
.about-box2 .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about-box2 .container .top .title {
  width: calc(500/1400*100%);
  color: #222;
  line-height: calc(58/48);
  font-weight: 600;
  font-size: var(--font-size1);
}
@media (max-width: 1580px) {
  .about-box2 .container .top .title {
    font-size: var(--font-size2);
  }
}
@media screen and (max-width: 1380px) {
  .about-box2 .container .top .title {
    font-size: var(--font-size3);
  }
}
@media (max-width: 991px) {
  .about-box2 .container .top .title {
    width: 100%;
  }
}
.about-box2 .container .top .tbox {
  width: calc(795/1400*100%);
}
@media (max-width: 991px) {
  .about-box2 .container .top .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.about-box2 .container .top .tbox .txt {
  width: 100%;
  color: #666;
  line-height: calc(22/16);
  position: relative;
}
.about-box2 .container .top .tbox .txt::after {
  content: '';
  width: 100%;
  height: 1rem;
  background: linear-gradient(to top, #f0f3f7, rgba(240, 243, 247, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: none;
}
@media (max-width: 991px) {
  .about-box2 .container .top .tbox .txt::after {
    height: 2rem;
  }
}
.about-box2 .container .top .tbox .txt.on {
  max-height: initial;
}
.about-box2 .container .top .tbox .txt.on::after {
  display: none;
}
.about-box2 .container .top .tbox .more {
  display: flex;
  margin-top: 0.4rem;
  display: none;
}
.about-box2 .container .list {
  width: 100%;
  margin-top: 1.2rem;
}
.about-box2 .container .list .swiper {
  width: 100%;
  padding-bottom: 0.42rem;
}
.about-box2 .container .list .swiper .swiper-slide {
  height: auto;
  background: #fff;
  border-radius: 0.3rem;
  padding: 0.25rem;
}
.about-box2 .container .list .swiper .swiper-slide .num {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.about-box2 .container .list .swiper .swiper-slide .num span {
  color: #222;
  transition: all 0.4s;
  line-height: 1;
  font-weight: 600;
  font-size: 0.6rem;
}
.about-box2 .container .list .swiper .swiper-slide .num i {
  color: #222;
  line-height: 1;
  font-style: initial;
  transition: all 0.4s;
  font-size: var(--font-size4);
}
.about-box2 .container .list .swiper .swiper-slide .txt {
  width: 100%;
  color: #666;
  line-height: calc(24/16);
  height: calc(24/16*2em);
  margin-top: 8px;
  transition: all 0.4s;
}
.about-box2 .container .list .swiper .swiper-slide .icon {
  width: 0.4rem;
  height: 0.4rem;
  margin-left: auto;
}
.about-box2 .container .list .swiper .swiper-slide .icon svg {
  color: #999;
  width: 100%;
  height: 100%;
}
.about-box2 .container .list .swiper .swiper-slide .icon svg path {
  fill: #999;
  transition: all 0.4s;
}
.about-box2 .container .list .swiper .swiper-slide:hover .num span {
  color: var(--color);
}
.about-box2 .container .list .swiper .swiper-slide:hover .num i {
  color: var(--color);
}
.about-box2 .container .list .swiper .swiper-slide:hover .txt {
  color: var(--color);
}
.about-box2 .container .list .swiper .swiper-slide:hover .icon svg {
  color: var(--color);
}
.about-box2 .container .list .swiper .swiper-slide:hover .icon svg path {
  fill: var(--color);
}
.about-box2 .container .list .swiper .swiper-pagination {
  top: calc(100% - 2px);
  height: 2px;
  background: #d8dade;
}
.about-box2 .container .list .swiper .swiper-pagination-progressbar-fill {
  background: var(--color);
}

 
@charset "utf-8";
.pro-box1 {
  background: #f4f6fa;
  padding: 1.2rem 0;
  width: 100%;
}
.pro-box1 .title {
  line-height: calc(46/36);
  font-weight: 600;
  color: #222;
  font-size: var(--font-size2);
}
.pro-box1 .list {
  width: 100%;
  margin-top: 0.22rem;
}
.pro-box1 .list ul {
  width: calc(100% + 0.2rem);
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .pro-box1 .list ul {
    width: 100%;
    margin: 0;
  }
}
.pro-box1 .list ul li {
  width: calc(33.33% - 0.2rem);
  margin: 0 0.1rem 0.2rem;
  background: #fff;
  border-radius: 0.3rem;
  padding: 0.3rem;
}
@media (max-width: 991px) {
  .pro-box1 .list ul li {
    width: 100%;
    margin: 0 0 0.2rem;
  }
}
.pro-box1 .list ul li .num {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color);
  border: 0.07rem solid #f3f6fa;
  background: rgba(28, 80, 161, 0.1);
  font-weight: 600;
}
.pro-box1 .list ul li .t1 {
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222;
  margin-top: 0.4rem;
  font-size: var(--font-size5);
}
.pro-box1 .list ul li .t2 {
  color: #222;
  line-height: calc(22/16);
  margin-top: 0.15rem;
}

 
@charset "utf-8";
.pro-box3 {
  background: #f4f6fa;
  padding: 1.2rem 0;
  width: 100%;
}
.pro-box3 .title {
  line-height: calc(46/36);
  font-weight: 600;
  color: #222;
  font-size: var(--font-size2);
}
.pro-box3 .list {
  width: 100%;
  margin-top: 0.2rem;
}
.pro-box3 .list ul {
  width: calc(100% + 0.2rem);
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .pro-box3 .list ul {
    width: 100%;
    margin: 0;
  }
}
.pro-box3 .list ul li {
  width: calc(50% - 0.2rem);
  margin: 0 0.1rem 0.2rem;
  background: #fff url(../images/service-info-box3-bg.png) center center no-repeat;
  background-size: cover;
  padding: 0.36rem 0.4rem 0.38rem;
  border-radius: 0.3rem;
}
@media (max-width: 991px) {
  .pro-box3 .list ul li {
    width: 100%;
    margin: 0 0 0.2rem;
  }
}
.pro-box3 .list ul li .t1 {
  line-height: calc(34/24);
  color: #222;
  font-weight: 600;
  position: relative;
  padding-left: 0.27rem;
  font-size: var(--font-size4);
}
.pro-box3 .list ul li .t1::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro-box3 .list ul li .t2 {
  color: #666;
  margin-top: 0.1rem;
  line-height: calc(22/16);
}

 
@charset "utf-8";
.other-box {
  width: 100%;
  margin-top: -0.6rem;
  position: relative;
  background: #f4f6fa;
  border-radius: 0.45rem 0.45rem 0 0;
  padding: 1.46rem 0;
}
.other-box .public-btn {
  display: flex;
}
.other-box .public-btn .a,
.other-box .public-btn a {
  min-width: 1.6rem;
  height: 0.54rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--color);
  border-radius: 0.27rem;
  padding: 0 0.14rem 0 0.24rem;
  position: relative;
  border: 1px solid var(--color);
  transition: all 0.4s;
}
.other-box .public-btn .a::before,
.other-box .public-btn a::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(29, 80, 159, 0.7), rgba(29, 80, 159, 0));
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.27rem;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .other-box .public-btn .a,
  .other-box .public-btn a {
    min-width: 2rem;
    height: 0.78rem;
    border-radius: 0.39rem;
  }
}
.other-box .public-btn .a span,
.other-box .public-btn a span {
  color: #fff;
  position: relative;
  z-index: 2;
}
.other-box .public-btn .a i,
.other-box .public-btn a i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.13rem;
  background: #fff;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.other-box .public-btn .a i svg,
.other-box .public-btn a i svg {
  width: 10px;
  object-fit: contain;
  transform: rotateZ(-90deg);
}
.other-box .public-btn .a i svg path,
.other-box .public-btn a i svg path {
  fill: var(--color);
}
.other-box .public-btn .a:hover,
.other-box .public-btn a:hover {
  opacity: 0.9;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0.08rem 0.11rem 0 rgba(0, 0, 0, 0.11);
  background: var(--color);
}
.other-box .public-btn .a:hover::before,
.other-box .public-btn a:hover::before {
  /* opacity: 1; */
}
.other-box .public-btn .a:hover i,
.other-box .public-btn a:hover i {
  /* margin-left: 0.2rem; */
}
.other-box .public-btn.public-w .a,
.other-box .public-btn.public-w a {
  background: #fff;
}
.other-box .public-btn.public-w .a span,
.other-box .public-btn.public-w a span {
  color: var(--color);
}
.other-box .public-btn.public-w .a i,
.other-box .public-btn.public-w a i {
  background: var(--color);
}
.other-box .public-btn.public-w .a i svg path,
.other-box .public-btn.public-w a i svg path {
  fill: #fff;
}
.other-box .public-btn.public-w .a:hover,
.other-box .public-btn.public-w a:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0.08rem 0.11rem 0 rgba(0, 0, 0, 0.11);
  background: var(--color);
}
.other-box .public-btn.public-w .a:hover::before,
.other-box .public-btn.public-w a:hover::before {
  opacity: 1;
}
.other-box .public-btn.public-w .a:hover i,
.other-box .public-btn.public-w a:hover i {
  /* margin-left: 0.2rem; */
}
.other-box .container .obox {
  width: 100%;
  position: relative;
}
.other-box .container .obox .title {
  line-height: calc(58/48);
  color: #222;
  font-weight: 600;
  font-size: var(--font-size1);
}
.other-box .container .obox .list {
  width: 100%;
  margin-top: 0.5rem;
}
.other-box .container .obox .list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .other-box .container .obox .list ul {
    width: 100%;
    margin: 0;
  }
}
.other-box .container .obox .list ul li {
  width: calc(33.33% - 0.4rem);
  margin: 0 0.2rem 0.4rem;
  padding: 0.2rem 0.2rem 0.33rem;
  border-radius: 0.3rem;
  overflow: hidden;
  background: #fff;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .other-box .container .obox .list ul li {
    width: 100%;
    margin: 0 0 0.4rem;
  }
}
.other-box .container .obox .list ul li a {
  display: block;
}
.other-box .container .obox .list ul li a .public-img {
  width: 100%;
  border-radius: 0.2rem;
}
.other-box .container .obox .list ul li a .public-img::before {
  padding-top: calc(260/400*100%);
}
.other-box .container .obox .list ul li a .t1 {
  width: 100%;
  line-height: calc(34/24);
  color: #222;
  transition: all 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.25rem;
  font-weight: 600;
  font-size: var(--font-size4);
}
.other-box .container .obox .list ul li a .t2 {
  display: flex;
  margin-top: 0.15rem;
}
.other-box .container .obox .list ul li a .t2 span {
  color: var(--color);
  transition: all 0.4s;
}
.other-box .container .obox .list ul li:hover {
  background: #f2f4f8;
  box-shadow: 0 0 0.38rem 0 rgba(29, 80, 159, 0.2);
}
.other-box .container .obox .list ul li:hover a .public-img img {
  transform: scale(1.05);
}
.other-box .container .obox .list ul li:hover a .t1 {
  color: var(--color);
}
.other-box .container .obox .list ul li:hover a .t2 span {
  text-decoration: underline;
}
.other-box .container .obox .more {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .other-box .container .obox .more {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
  }
}
