.verifi {
    background-color: #ffffff;
}


/*banner开始*/

.verifi .banner {
    width: 100%;
    background: linear-gradient(135deg, #d5e4ef 0%, #b7cde5 100%);
}

.verifi .banner-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}

.verifi .banner-list {
    width: 100%;
}


/*banner结束*/


/*veri-block开始*/

.verifi .veri-block {
    width: 100%;
}

.veri-inner {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #F9FBFC;
    justify-content: center;
    border-radius: 18px;
    min-height: 198px;
}

.veri-block-inner .veri-item .left {
    flex: 0 0 30%;
    display: block;
    min-width: 129px;
    padding: 0;
}

.veri-block-inner .veri-item .left img {
    max-height: 132px;
}

.veri-block-inner .veri-item .right {
    flex: 0 0 70%;
    min-width: 200px;
}

.veri-block-inner .veri-item .h3 {
    font-size: 21px;
    color: #0B0E17;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 500;
}

.veri-block-inner .veri-item .p1 {
    font-size: 18px;
    color: #0B0E17;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 500;
}

.veri-block-inner .veri-item .p2 {
    font-size: 16px;
    color: #6B6C72;
    letter-spacing: 0;
    line-height: 28px;
}


/*veri-block结束*/


/*business开始*/

.verifi .business-wrap {
    background: #ffffff;
}

.verifi .business-inner {
    margin: 0 auto;
    padding-bottom: 80px;
    width: 100%;
    max-width: 1280px;
}

.verifi .business-inner .h2 {
    padding: 52px 0 0 0;
}

.business-list {
    margin-top: 31px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.business-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 25%;
    padding: 10px;
    box-sizing: border-box;
}

.business-list .icon {
    width: 107px;
}

.business-list .icon img {
    width: 100%;
}

.business-list .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #0B0E17;
    text-align: center;
    font-weight: 500;
}

.business-list .p1 {
    font-size: 16px;
    color: #6B6C72;
    text-align: center;
    line-height: 26px;
    font-weight: 400;
}

.business-list .p2 {
    font-size: 16px;
    color: #6B6C72;
    text-align: center;
    line-height: 26px;
    font-weight: 400;
}


/*business结束*/


/*advantage开始*/

.verifi .advantage-wrap {
    padding: 0 0 100px;
    width: 100%;
    background: #F4F9FD;
}

.verifi .advantage-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}

.verifi .advantage-inner .h2 {
    text-align: center;
    font-size: 32px;
    color: #0b0e17;
}

.advantage-inner .sub-wrap {
    margin: 20px 0 20px -30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.advantage-inner .sub-item {
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.advantage-inner .sub-wrap .icon,
.advantage-inner .sub-wrap .icon img {
    display: block;
    width: 10px;
}

.advantage-inner .sub-wrap .text {
    margin-left: 10px;
    font-size: 18px;
    color: #3B3D44;
    font-weight: 400;
}

.advantage-inner .advant-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.advantage-inner .advant-item {
    margin-top: 30px;
    margin-left: 20px;
    max-width: 298px;
    padding: 50px 50px 90px 30px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: right bottom;
    border-radius: 8px;
}

/*.advantage-inner .advant-item .h3 {
    font-size: 18px;
    color: #0B0E17;
    font-weight: 500;
}*/

/*.advantage-inner .advant-item .p {
    margin-top: 20px;
    font-size: 16px;
    color: #77787E;
    line-height: 28px;
    font-weight: 400;
}*/


/*advantage结束*/


/*value开始*/

.verifi .value-wrap {
    width: 100%;
    background: #D2E2EE;
}

.verifi .value-inner .h2 {
    text-align: center;
    font-size: 32px;
    color: #0b0e17;
}

.verifi .value-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}

.verifi .value-content {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.verifi .value-content .icon {
    flex: 0 0 55%;
}

.verifi .value-content .des {
    flex: 0 0 45%;
    min-width: 300px;
}

.verifi .value-content .icon img {
    width: 100%;
}

.value-content .des .h3 {
    padding: 20px 0 30px 50px;
    font-size: 18px;
    color: #0B0E17;
    font-weight: 400;
}

.verifi .value-content .block {
    margin-top: 20px;
    padding: 10px 15px;
    background: #FFFFFF;
    border-radius: 24px;
    opacity: 0.9;
}

.verifi .value-content .p1 {
    font-size: 18px;
    color: #0B0E17;
    font-weight: 400;
}

.verifi .value-content .p2 {
    margin-top: 10px;
    font-size: 16px;
    color: #6B6C72;
    line-height: 24px;
    font-weight: 400;
}


/*value结束*/


/*simple开始*/

.verifi .simple-inner {
    margin: 0 auto;
    padding-bottom: 160px;
    width: 100%;
    max-width: 1280px;
    background: url("../images/path.png") no-repeat;
    background-position: 48% 60%;
}

.verifi .simple-inner .h2 {
    margin: 0 0 30px;
}

.verifi .simple-inner .s-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.verifi .simple-inner .s-item {
    padding-bottom: 10px;
    text-align: center;
    width: 240px;
    background-color: #ffffff;
}

.verifi .simple-inner .icon {
    display: inline-block;
    width: 209px;
}

.verifi .simple-inner img {
    width: 100%;
}

.verifi .simple-inner .h3 {
    font-size: 18px;
    line-height: 25px;
    color: #3b3d44;
}

.verifi .simple-inner .p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #6b6c72;
}

.verifi .simple-wrap {
    width: 100%;
}


/*simple结束*/


/*connect-wrap开始*/

.verifi .connect-wrap .h3 {
    margin-top: 70px;
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    color: #ffffff;
}

.verifi .connect-wrap .p {
    margin-top: 22px;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
}


.verifi .connect-wrap .btn-wrap {
    text-align: center;
    margin-top: 50px;
}
.verifi .connect-wrap .btn-wrap .btn {
    display: inline-block;
    text-align: center;
    width: 140px;
    line-height: 54px;
    height: 54px;
    font-size: 16px;
    color: #5b78b4;
    background: #ffffff;
    border-radius: 27px;
    box-shadow: 0px 5px 10px 0px #4569b3;
}

.verifi .connect-wrap .btn-wrap .btn:hover {
    box-shadow: 0px 5px 10px 0px #3f5789;
}

.verifi .connect-wrap {
    padding-bottom: 60px;
    background: #5b78b4;
    box-shadow: -6px 10px 13px 0px #f0f4f7;
    overflow: hidden;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    text-align: left;
    padding-left: 11%;
    bottom: 30%;
}
.swiper-pagination-bullet-active {
    background: #52545A;
}
    .newsTitle {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    
    .newsTitle div {
        line-height: 58px;
        padding: 0 42px;
        border-radius: 30px;
        cursor: pointer;
        margin: 0 10px;
        font-size: 16px;
        font-weight: 500;
        box-shadow: 0px 3px 9px 0px rgba(149, 179, 212, 0.17);
    }
    
    .newsTitle div.active {
        background: #95B3D4;
        box-shadow: 0px 3px 9px 0px rgba(149, 179, 212, 0.17);
        color: #fff;
    }
    
    .type {
        width: 100%;
        text-align: center;
        font-size: 24px;
        line-height: 56px;
        padding: 20px;
    }
    
    .newsLeft>.newsImg {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .newsLeft>.newsImg>.imgDiv {
        flex: 0 0 67%;
        border-right: 14px solid #F7F9FB;
        background: url(../images/news.png) 100% 100%;
        background-size: 100% 100%;
        position: relative;
        min-width: 320px;
        border-bottom: 15px solid #F7F9FB;
        min-height: 220px;
    }
    
    .newsLeft>.newsImg>.imgDiv .newest {
        background: url(../images/news_3.png) 100% 100%;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 20px;
        width: 37px;
        height: 37px;
        line-height: 37px;
        text-align: center;
        color: #fff;
        font-size: 12px;
    }
    
    .newsLeft>.newsImg>.imgDiv .btn {
        width: 100px;
        height: 30px;
        background: #F9FBFC;
        border-radius: 15px;
        position: absolute;
        right: 30px;
        top: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 12px;
        color: #6B6C72;
    }
    
    .imgTitle {
        position: absolute;
        bottom: 16px;
        left: 20px;
        color: #fff;
    }
    
    .imgTitle a {
       
        color: #fff;
    }
    
    .imgTitle a h3 {
        color: #fff;
    }
    
    .newsLeft>.imgRight {
        background: #76A1D1;
        color: #fff;
    }
    
    .newsCenterD {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .newsCenterD .newsRight {
        flex: 1;
        min-width: 250px;
        border-left: 8px solid #F7F9FB;
    }
    
    .newsCenterD .newsLeft {
        flex: 0 0 75%;
    }
    
    .newsLeft .newsImg .imgRight {
        flex: 0 0 32%;
        min-width: 234px;
        box-sizing: border-box;
        border-bottom: 15px solid #F7F9FB;
    }
    
    .imgRight div.industry:first-child {
        border-bottom: 4px solid #F7F9FB;
    }
    
    .imgRight div.industry:last-child {
        border-top: 4px solid #F7F9FB;
        background: #5B78B4;
    }
    
    .imgRight .industry {
        height: calc(351.33px / 2);
        background: #76A1D1;
        border-radius: 8px;
        color: #fff;
        padding-left: 20px;
    }
    
     .imgRight .industry a{
         color: #fff;
     }
    
    .imgRight .industry a h4 {
        font-size: 18px;
        color: #fff;
        height: 75px;
        display: flex;
        align-items: flex-end;
    }
    
    .imgRight .industry>p {
        line-height: 38px;
    }
    
    .imgRight .industry>div {
        height: 28px;
        line-height: 28px;
        width: 90px;
        text-align: center;
        color: #6B6C72;
        background: #F9FBFC;
        border-radius: 13px;
        font-size: 12px;
    }
    
    .api_center .newsRight .title {
        height: 52px;
        color: #3A3D44;
        font-size: 18px;
        display: flex;
        justify-content: space-between;
    }
    
    .api_center .newsRight .title>p {
        font-weight: 500;
    }
    
    .newsRight .newRightT {
        border-bottom: 16px solid #F7F9FB;
        padding: 0 16px;
        background: #FFFFFF;
    }
    
    .newsRight .title>span {
        color: #999CA0;
        font-size: 12px;
    }
    
    .newsRight .dl>dt {
        display: flex;
        padding: 12px 0;
    }
    
    .newsRight .dl>.dt img {
        height: 78px;
    }
    
    .newsRight .dl .dt div {
        padding-left: 16px;
        font-size: 14px;
        color: #3A3D44;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .newsRight .dl>.dt h6 {
        font-size: 12px;
        line-height: 24px;
        color: #999CA0;
    }
    
    .newsRight .dl>dt p {
        line-height: 20px;
        font-size: 16px;
        font-family: Roboto-Medium;
    }
    
    .newsRight .newRightT .newRightTB {
        color: #3A3D44;
        padding-bottom: 20px;
    }
    
    .newsRight .newRightT .newRightTB>div {
        margin: 4px 2px;
        line-height: 28px;
        padding: 4px 12px;
        background: #ECF0F5;
        display: inline-block;
    }
    
    .newsRight .newRightT .newRightTB>div.cs {
        background: #D1D7DF;
        color: #3A3D44;
    }
    
    .newCenterAll {
        display: flex;
        flex-direction: column;
        border-right: 8px solid #F7F9FB;
    }
    
    .newCenterAll>.li:first-child {
        border-top: none;
    }
    
    .newCenterAll>.li {
        border-top: 15px solid #F7F9FB;
        padding: 28px;
        background: #fff;
        color: #6A6C72;
        font-size: 16px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .newCenterAll>.li>.div {
        display: flex;
    }
    
    .newCenterAll>.li img {
	    width: 240px;
        height: 208px;
        border-radius: 8px;
    }
    
    .newCenterAll>.li .center {
        padding-left: 32px;
        box-sizing: border-box;
        flex: 0 0 71%;
        min-width: 320px;
    }
    
    .newCenterAll>.li .center>h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 56px;
    }
    
    .newCenterAll>.li .center>p {
        line-height: 24px;
        font-size: 16px;
        display: -webkit-box;
        height: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    
    .newCenterAll>.li .center>div {
        display: flex;
        line-height: 30px;
        justify-content: space-between;
        padding: 10px 0;
        font-size: 12px;
        color: #999CA0;
    }
    
    .newCenterAll>.li .center>div>a p {
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #F9FBFC;
        border-radius: 25px;
    }
    
    .allTabelT {
        line-height: 32px;
        padding: 24px 0 78px 0;
        font-size: 12px;
        color: #999CA0;
        width: 100%;
        text-align: center;
    }
    
    .api_centerP .newsCenter {
        display: none;
    }
    
    .api_centerP .newsCenter.active {
        display: block;
    }
    
    @media (max-width: 460px) {
        .newsLeft>.newsImg>.imgDiv,
        .newsCenterD .newsRight {
            border: none;
            margin-bottom: 16px;
        }
        .newsTitle div {
            line-height: 38px;
            padding: 0 20px;
        }
        .newCenterAll {
            border-right: none;
        }
    }
    .center .js{
        padding: 20px 0 20px 0;
    }
          .news_detailsC{
        padding: 98px 0;
      }
      .detailsUl.newCenterAll>.li img{
        height: 124px;
        width: 240px;
      }
      .detailsUl.newCenterAll>.li>.center{
        flex: calc(100% - 300px);
      }
      .news_detailsC .newsLeft .h6{
        font-size: 18px;
        padding: 31px 0 17px 10px;
      }
      .detailsCenter{
        background: #fff;
        border-right: 8px solid #F7F9FB;
        padding: 30px;
        font-size: 16px;
        color: #6B6C72;
      }
      .detailsCenter>p{
        color: #999CA0;
        font-size: 14px;
      }
      .detailsCenter>.titles{
        height: 140px;
        display: flex;
        flex-direction: column;
        align-items: self-start;
        justify-content: center;
      }
      .detailsCenter>.centerD>p{
        line-height: 24px;
      }
              .about_Who .banner-item>img {
            width: 100%;
        }
        
        .about_Who .swiper-pagination {
            right: 40%;
            bottom: -20px;
            background: #FBFCFD;
        }
        
        .about_Who .swiper-pagination-bullet {
            margin: 0 5px;
        }
        
        .about_Who .swiper-pagination .swiper-pagination-bullet-active {
            background: #5B78B4;
        }
        
        .runDiv {
            position: relative;
            min-width: 310px;
        }
        
        .runDiv .swiper-button-next,
        .runDiv .swiper-button-prev {
            bottom: 9px;
            color: #B1B2B5;
            /* width: 24px; */
            height: 18px;
            top: 106%;
        }
        
        .apiCenterB {
            max-width: 1280px;
        } 
        