.intr-box {
    justify-content: space-between;
    margin: 80px auto 50px;
    background-color: #ffffff;
}

.intr-box h3 {
    font-family: SourceHanSansCN-Medium;
    font-size: 32px;
    color: #071C2F;
    font-weight: 500;
    margin-bottom: 30px;
}

.intr-box .flex-left {
    min-width: 570px;
    margin-right: 40px;
}

.intr-box p {
    width: 286px;
    height: 437px;
    margin-right: 14px;
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #313336;
    text-align: justify;
    line-height: 26px;
    font-weight: 400;
    padding: 150px 15px 0;
    background: no-repeat center #F2F5FB;
    background-position-y: 35px;
    background-size: 83px 95px;
    box-sizing: border-box;
}

.intr-box p:last-child {
    background-image: url(../image/icon_kz4.png);
    margin-right: 0;
}

.intr-box p:nth-child(1) {
    background-image: url(../image/icon_kz1.png);
}

.intr-box p:nth-child(2) {
    background-image: url(../image/icon_kz2.png);
}

.intr-box p:nth-child(3) {
    background-image: url(../image/icon_kz3.png);
}

.data {
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 50px;
}

.data-item {
    padding: 0 41.5px;
    position: relative;
}

.data-item::after {
    content: "";
    width: 1px;
    height: 84px;
    background-color: rgba(216, 216, 216, 1);
    position: absolute;
    right: 0;
    top: 20px;

}

.data-item:last-child::after {
    display: none;
}

.data-item:last-child {
    padding-right: 0;
}

.data-item:first-child {
    padding-left: 0;
}

.data-item .num {
    height: 88px;
    font-family: HelveticaNeue-Light;
    font-size: 74px;
    color: #073190;
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
}

.data-item .contetn {
    height: 14px;
    font-family: SourceHanSansCN-Medium;
    font-size: 14px;
    color: #071C2F;
    text-align: center;
    font-weight: 500;
}


.liucheng {
    padding-top: 50px;
    height: 776px;
    width: 100%;
    min-width: 1200px;
    background: url(../image/bg_ywjs.jpg) no-repeat center top;
    /* margin-bottom: 50px; */
    box-sizing: border-box;
}

.liucheng h4 {
    height: 32px;
    font-family: SourceHanSansCN-Medium;
    font-size: 32px;
    color: #071C2F;
    text-align: center;
    font-weight: 500;
}

.links-list {
    background:#fff bottom center no-repeat;
    padding-bottom: 10px;
    padding-top: 50px;
}

.links-list h6,
.case-list h6 {
    font-family: SourceHanSansCN-Medium;
    font-size: 32px;
    color: #071C2F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 5px;

}
.case-list {
    background: url(../image/bg_kzjs.jpg) #F2F5FB no-repeat center bottom;
    padding-top: 50px;
    padding-bottom: 90px;
}

.links-list .links-list-item {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding-top: 45px;

    padding-bottom: 48px;

    border-bottom: 1px solid rgba(216, 216, 216, 1);
}

.links-list .links-list-item .flex-left {

    display: flex;


}

.links-list .links-list-item .flex-left img {

    width: 220px;
    height: 40px;
}

.links-list .links-list-item .flex-left p {
    /* height: 20px; */
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #071C2F;
    line-height: 20px;
    font-weight: 400;
    margin-left: 200px;
    width: 596px;
}

.links-list .links-list-item .flex-left p span {
    color: #0091FF;
}

.links-list .links-list-item a {
    width: 86px;
    height: 36px;
    border: 1px solid rgba(7, 49, 144, 1);
    border-radius: 4px;
    display: block;
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #073190;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
}


.case-list .case-list-item{
    margin-top: 50px;
    width: 510px;
    height: 112px;
    background:rgba(255,255,255,0.60)  no-repeat ;
    background-image: url(../image/report-fill.png);
    background-size: 40px auto;
    background-position: 18px 20px;
    /* box-shadow: inset 0px -3px 3px 0px rgba(255,255,255,1); */
    border-radius: 6px;
    display: block;
    box-sizing: border-box;
    padding-left: 78px;
    padding-right: 11px;
    padding-top: 16px;

box-shadow: 3px 3px 7px 0px rgba(42,44,138,0.2);
}
.case-list .case-list-item h4{
    font-family: SourceHanSansCN-Medium;
    font-size: 24px;
    color: #071C2F;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
.case-list .case-list-item p{
    width: 421px;
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #071C2F;
    line-height: 20px;
    font-weight: 400;
}
.case-list .case-list-item:hover{
    /* background: rgb(249,250,252); */
    box-shadow: inset 0px -3px 0px 0px rgba(7,49,144,1);
    border-radius: 6px;
}
.case-list .case-list-item:hover h4{
    color: #073190;
}