  /* 平滑滚动 */
  html {
    scroll-behavior: smooth;
  }
    /* 滚动触发动画元素 */
  .reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
  }
  
  .reveal.active {
    opacity: 1;
    transform: translateY(0);
  }
  
  .delay-100 { transition-delay: 40ms; }

  .transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}

.ePurchService {
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}
.topBanner {
  width: 100%;
  height: 404px !important;
  height: auto;
  position: relative;

}
.topBanner .bannerText{
  position: absolute;
  top: 112px;
  left: 358px;
}

.topBanner .bannerText h3{
  font-weight: 500;
  font-size: 44px;
  color: #132D6B;
  margin-bottom: 28px;
  letter-spacing: 2px;
}

.topBanner .bannerText p{
  font-size: 20px;
  color: #132D6B;
}

.topBanner button{
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;

  width: 160px;
  height: 52px;
  border: 2px solid #406EF3;
  text-align: center;
  line-height: 52px;
  background-color: #406EF3;
  margin-top: 50px;
  /* border-radius: 4px 4px 4px 4px; */
}
.topBanner img{
  width: 100%;
  height: 100%;
}
.boxTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 56px;
  font-size: 32px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #171717;
  padding-top: 50px;
  animation-fill-mode: forwards;
  /* margin-bottom: 21px; */
}
/* .boxTitle span {
  width: 40px;
  height: 4px;
  background: #0278e0;
} */
.titleHint {
  width: 1000px;
  /* height: 60px; */
  margin: 0 auto;
  font-size: 17px;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  color: #504E5B;
  line-height: 24px;
  /* margin-bottom: 78px; */
  text-align: center;
}
.title_module{
  text-align: center;
  /* height: 202px; */
  padding-top: 70px;
}

.title_module h2{
  font-weight: bold;
  font-size: 32px;
  color: #171717;
}

.title_module p{
  margin-top: 10px;
  font-size: 16px;
  color: #504E5B;
}
.module_box01{
  width: 100%;
  height: 574px;
  background: url(../images/home/banner_bg2.png) no-repeat;
  background-size: 100% 100%;
}
.serviceClass{
  display: flex;
  justify-content: center;
}
.serviceBox{
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

.serviceBox .item_service {
  width: 380px;
  height: 302px;
  background: #FFFFFF;
  box-shadow: 0px 8px 20px 0px #F1F5FA;
  border-radius: 6px 6px 6px 6px;
  padding: 28px;
  box-sizing: border-box;
}

.serviceBox .item_service img{
  height: 68px;
  width: 68px;
  margin-bottom: 30px;
}

.serviceBox .item_service h2 {
  font-weight: 500;
  font-size: 20px;
  color: #132D6B;
  margin-bottom: 8px;
}

.serviceBox .item_service p {
  font-weight: 400;
  font-size: 14px;
  color: #504E5B;
  line-height: 26px;
  text-align: justified;
  font-style: normal;
  text-transform: none;
}

.module_box02 .serviceBox{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.module_box02 .serviceBox .content_item {
  width: 377px;
  height: 444px;
  background: #F9FAFF;
  border-radius: 0px 0px 0px 0px;
  padding: 28px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.module_box02 .content_item img{
  width: 100%;
  height: 219px;
  margin-bottom: 16px;
}

.module_box02 .content_item h3{
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #171717;
  margin-bottom: 8px;
}

.module_box02 .content_item p{
  font-weight: 400;
  font-size: 16px;
  color: #504E5B;
  text-align: justified;
  font-style: normal;
  text-transform: none;
}

.module_box07 .content{
  width: 1200px;
  height: 867px;
  margin: 0 auto;
  margin-top: 60px;
  background: url(../images/home/hzhb.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 30px;
}

.description-container{
  margin-top: 10px;
}