  /* 平滑滚动 */
  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: auto;
}
.topBanner img{
  width: 100%;
  height: 100%;
}

.consultBox{
  width: 100%;
  height: 359px;
  background: url(../images/service/consultBg.png) no-repeat;
  background-size: 100% 100%;
}
.consultForm{
  width: 1200px;
  margin: 0 auto;
}
.consultForm h4{
  color: #132D6B;
  font-weight: bold;
  font-size: 22px;
  padding-top: 50px;
  margin-bottom: 50px;
}
.consultForm .layui-form-box{
  display: flex;
  justify-content: space-between;
}
.consultForm .layui-input-label{
  color: #132D6B;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 5px;
}
.consultForm .layui-input-box{
  width: 370px;
}
.consultForm .layui-input-box .layui-input{
  height: 54px;
}
.sub-btn-box{
  text-align: center;
  margin-top: 40px;
}
.sub-btn{
  width: 120px;
  height: 50px;
  background: #2671FF;
}

.chainService {
    width: 100%;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}

.title_module {
    /* margin-top: 70px; */
    padding-top: 70px;
    text-align: center;
}

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

.title_module p {
    margin-top: 10px;
    font-size: 16px;
    color: #504E5B;
}

.content_module {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}

.module_box01 {
    overflow: hidden;
    width: 100%;
    height: 640px;
    background: url(../images/service/consultBg.png) no-repeat;
    background-size: 100% 100%;
}

.flex_item01 {
    width: 586px;
    height: 170px;
    background: #FFFFFF;
    box-shadow: 0px 8px 20px 0px #F1F5FA;
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 28px;
    box-sizing: border-box;
    padding: 40px 40px 40px 30px;
}

.flex_item01 img {
    width: 68px;
    height: 68px;
    margin: 6px 0 16px 0;
}

.flex_item01 h3 {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 20px;
    color: #132D6B;
    margin-bottom: 8px;
}

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

.module_box02 {
    overflow: hidden;
    width: 100%;
    height: 718px;
    background: url(../images/service/ywlc_bg.png) no-repeat;
    background-size: 100% 100%;
}

.flex_item02 {
    width: 282px;
    height: 206px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(92, 103, 124, 0.07);
    border-radius: 10px 10px 10px 10px;
    padding: 24px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.flex_item02 img {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
}

.flex_item02 h2 {
    font-weight: 500;
    font-size: 20px;
    color: #132D6B;
    margin-bottom: 10px;
}

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

.module_box03 {
    overflow: hidden;
    width: 100%;
    height: 802px;
    background-color: #fff;
}

.module_box03 .content_module {
    margin-top: 40px;
}

.module_box03 img {
    width: 1200px;
    height: 540px;
}

.module_box04 {
    width: 100%;
    height: 726px;
    background-color: #F3F8FF;
}

.module_box04 .content_module {
    width: 1200px;
    height: 420px;
    margin-top: 40px;
}

.module_box04 .item_banner {
    width: 516px;
    height: 516px;
    margin-left: 72px;
}

.smallP {
  width: 612px;
  font-size: 16px;
  color: #504E5B;
  line-height: 28px;
  margin: 10px 0 30px 0;
}

.flex_item03 h3 {
    font-weight: 500;
    font-size: 32px;
    color: #171717;
    /* margin-bottom: 30px; */
}

.module_box06 .flex_item03 h3 {
  margin-top: 34px;
}

.flex_item03 .item_list {
    margin-bottom: 24px;
}

.flex_item03 .item_list .item_title img {
    width: 18px;
    height: 18px;
    margin-right: 16px;
}

.flex_item03 .item_list .item_title {
    font-weight: 500;
    font-size: 20px;
    color: #171717;
}

.flex_item03 .item_list ul {
    width: 536px;
    margin-left: 44px;
    margin-top: 10px;
}

.flex_item03 .item_list li {
    list-style: disc;
    font-weight: 400;
    font-size: 16px;
    color: #504E5B;
    line-height: 28px;
}

.module_box05 {
    height: 620px;
    background-color: #FEFFFF;
}

.module_box06 {
    height: 588px;
    background-size: 100% 100%;
    background-color: #F0F2FE;
}

.module_box07 {
    width: 100%;
    height: 612px;
}

.module_box08 {
    width: 100%;
    height: 554px;
    background: url(../images/service/cplg_bg.png) no-repeat;
    background-size: 100% 100%;
}

.module_box09 {
  height: 602px;
    background-color: #FEFFFF;
}

.flex_item04 {
    width: 282px;
    height: 330px;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px 0px #E9EBF1;
    border-radius: 10px 10px 10px 10px;
    padding: 50px 36px 0 36px;
    box-sizing: border-box;
}

.flex_item04 img {
    width: 60px;
    height: 60px;
    margin-bottom: 46px;
}

.flex_item04 h2 {
    font-weight: 500;
    font-size: 20px;
    color: #132D6B;
    margin-bottom: 16px;
}

.flex_item04 p {
    font-size: 14px;
    color: #504E5B;
    line-height: 22px;
    text-align: justified;
    font-style: normal;
    text-transform: none;
}

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

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

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

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

.caseWrap{
  background-color: #F0F3FE;
  height: 804px;
  overflow: hidden;
}
.caseBox{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content:space-between;
  margin-top: 50px;
}
.caseItem {
  background-color: #fff;
  width: 585px;
  height: 530px;
  padding: 24px;
  box-sizing: border-box;
}
.caseItem img{
  width: 527px;
  height: 280px;
}
.jqqd {
  width: 332px;
  height: 220px;
  background-color: #E6F1FF;
  font-weight: 500;
  font-size: 32px;
  color: #6FA9FF;
  justify-content: center;
}
.caseTitle{

  margin-top: 20px;
  height: 30px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 20px;
  color: #171717;

}
.caseText{
  text-align: left;
  margin-top: 8px;
  font-size: 16px;
  line-height: 28px;
  color: #7B7A84;
  text-align: justified;
  font-style: normal;
  text-transform: none;
}

