.titleBox {width:100%;height:43rem;background-image:url("../image/titleBg.png");background-size:100% 100%;overflow:hidden;}
.ttlogo {width:17.5rem;height:6rem;background-image:url("../image/shichangLogo.webp");background-size:100% 100%;position:absolute;top:4rem;left:5rem;}
.ttlist {width:3.6rem;height:2.9rem;background-image:url("../image/menuClose.gif");background-size:100% 100%;position:absolute;top:5rem;right:5rem;}
.ttText1 {width:30rem;text-align:center;text-align:center;font-size:7.2rem;display:block;line-height:9.9rem;font-weight:bold;background:linear-gradient(270deg,#62ACFF 0%,#296BFF 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:14.8rem auto 0; font-family: 'MiSans-Bold';}
.ttText2 {width:45.8rem;height:5.0rem;font-size:3.6rem;line-height:5rem;background:linear-gradient(270deg,#62ACFF 0%,#296BFF 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0rem auto 0;font-family: 'MiSans-Medium';}
.shadow {box-shadow:0.8rem 0.8rem 2.4rem 0px rgba(157,154,232,0.3);}
.valueBox {width:100%;background-image:url("../image/bg.jpg");background-size:100% auto;background-position:0 4.5rem;background-repeat:no-repeat;margin-top:-4.5rem;overflow:hidden;}


.suc-list-box{width:70.8%;overflow: hidden; background: #FFF; border-radius: 1.2rem; padding: 4rem 0rem  6rem 5rem; margin: 0 auto 2rem; box-sizing: border-box;}
.suc-list-box li{
    width: 23%;
    /* width: 28.9rem; */
    height: 14rem;
    border-radius: 1.2rem;
    float: left;
    margin: 0 2rem 3rem 0;
    /* padding: 3rem; */
    box-sizing: border-box;
    padding: 1.1rem;
    background: #F7FAFF;
}

  .suc-list-box li a{
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 1.2rem;
  }
  .suc-list-box li:hover{
    box-shadow: 0.75rem 0.75rem 2.4rem 0 rgba(157,154,232,0.3);
  }
  .suc-list-box li:active a{
    background: #F7FAFF;
    box-shadow: none
  }
  .suc-list-box li img {
    width: 100%;
    height: 100%;
    /* width: 20rem; */
    /* height: 7.96rem; */
  }


  .suc-detail {
    width:70.8%;overflow: hidden; background: #FFF; border-radius: 1.2rem; padding: 4rem 6rem 5rem; margin: 0 auto 2rem; box-sizing: border-box;
    font-size: 2.4rem;color: #4B5B7D;line-height: 3.6rem;  
    box-shadow: 0.75rem 0.75rem 2.4rem 0 rgba(157,154,232,0.3);
    }
.suc-detail-title{
    font-size: 3.6rem;
    font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
    color: #2D60D5;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
}
.suc-detail-text {
    margin-bottom: 2rem;
}
.suc-detail-text h2{
  margin: 2rem 0;
}
.suc-detail-img {
    width: 100%;
    margin-bottom: 2rem;
}
.suc-detail-sectitle {
    font-size: 2.4rem;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    color: #2D60D5;
    margin-bottom: 2rem;
}








