.bannerWrapper {
    width: 100%;
    /* height: 516px; */
}

.banner a {
    display: block;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
}

/* main 开始 */
.page-main {
    width: 100%;
}

.container {
    /* width: 1200px;
    margin: 0 auto; */
}

.container-title {
    font-size: 24px;
    text-align: center;
    color: #282828;
    margin-top: 30px;
}

.brick-box-bg {
    background-color: #FFF;
}

.brick-box-bgcolor {
    background-color: #F2F9FF;
}

.brick-box {
    width: 1200px;
    margin: 0 auto;
}

.brick-padding-box {
    padding-bottom: 40px;
}



.birck-hd {
    padding: 30px;
}

.birck-bd {
    padding: 0 30px;
}


.birck-title .title {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 58px;
    color: #333;
}

.birck-title .title-1 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 58px;
    color: #333;
    margin-top: 20px;
}

.birck-title .title-2 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #5F5E5E;
}
.birck-desc {
    color: #5F5E5E;
    text-indent: 2em;
    text-align: justify;
}

.bd-img1 {
    width: 1119px;
    height: 115px;
    margin: 0 auto;
}

.birck-bd-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.bd-img2 {
    width: 1200px;
    height: 322px;
    margin: 0 auto;
}

.birck-left-step {
    float: left;
    width: 560px;
}

.birck-right-img {
    float: right;
    width: 468px;
    height: 488px;
}
.birck-right-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.step-cir {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #FFF;
}

.step-title {
    float: right;
    width: 527px;
}

.step-item {
    margin-top: 20px;
}

.step-cir1 {
    background: #8AD5FF;
}
.step-cir2 {
    background: #008BEC;
}
.step-cir3 {
    background: #094EC0;
}
.step-cir4 {
    background: #1B25E2;
}
.step-cir5 {
    background: #7A78EF;
}
.step-cir6 {
    background: #3101A3;
}

.category-title {
    color: #386BFF;
    font-weight: bold;
    margin-bottom: 20px;
    /* margin-top: 55px;
    padding: 0 40px; */
}

.category-item {
    float: left;
    width: 150px;
    height: 68px;
    margin-right: 45px;
    margin-bottom: 25px;
}

.category-item:nth-child(6n + 6) {
    margin-right: 0;
}

.category-item img {
    display: block;
    width: 100%;
    height: 100%;
}