.credit-icon .boldtitle {
    font-size: 26px;
    color: #3B426B;
    text-align: left;
    margin-left: -10px;
}

.credit-icon img{
    width: 133px;
    height: 116px;
}
.sub-mechanism {
    display: flex;
    margin: 0 auto;
    width: 1110px;
}
.sub-mechanism-item {
    margin: 0 19px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(218, 222, 240, 0.7);
    border-radius: 10px;
    width: 331px;
    height: 366px;
    padding: 14px 16px;
    box-sizing: border-box;
}
.sub-mechanism-item img {
    width: 299px;
    height: 217px;
}
.sub-mechanism-item-title {
    text-align: center;
    color: #3B426B;
    font-size: 20px;
    line-height: 32px;
}
.agency .swiper-container {
    margin-bottom: 0;
    padding-bottom: 120px;
}
.agency .swiper-container .swiper-pagination-bullet-active {
    background: linear-gradient(145.66deg, #05112A 20.35%, #163247 79.05%), linear-gradient(90deg, #0804E4 39.06%, #0616A5 91%), linear-gradient(180deg, #5451FE 0%, #5451FE 12.07%, #855DFC 100%);
}
.agency .swiper-container .swiper-pagination-bullet:hover {
    border-color: #3B426B;
}