.inside-banner{
    height: 730px;
}
.inside-banner .box .txt{
    margin-top: 95px;
    width: 615px;
    position: relative;
    z-index: 2;
}
/*解决banner上右侧图片被遮挡问题*/
.inside-banner .box .txtInfor{
    padding-bottom: 116px;
}
.inside-banner .box .txt .bigTxt{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 56px;
    color: #233863;
    line-height: 78px;
}
.inside-banner .box .txt .smallTxt{
    width: 560px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 48px;
}
.inside-banner .box {
    position: relative;
}
.inside-banner .img{
    position: absolute;
    top: 0;
    right: 0;
    height: 727px;
}
.inside-banner .box .btn .getBtn{
    display: block;
    margin-top: 56px;
    width: 180px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #229AF4;
    border-radius: 45px;
    font-size: 16px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    color: #FFFFFF;
}
.title-01{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
}
.process{
    margin-top: 58px;
    padding-top: 43px;
    background: url("../images/process-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.process .process-box{
    margin-top: 48px;
    padding-bottom: 148px;
}
.process .process-box img{
    height: 507px;
}
.providing{
    margin-top: 72px;
}
.providing .providing-box{
    padding-top: 48px;
}
.providing .providing-box .providing-item{
    margin-bottom: 88px;
}
.providing .providing-box .providing-item:nth-child(3){
    margin-bottom: 79px;
}
.providing .providing-box .providing-item:nth-child(4){
    margin-bottom: 60px;
}
.providing .providing-box .providing-item .img{
    float: left;
    width: 525px;
}
.providing .providing-box .providing-item .text{
    float: right;
    width: calc(100% - 525px);
    padding-left: 56px;
}
.providing .providing-box .providing-item:nth-child(2n) .img{
    float: right;
}
.providing .providing-box .providing-item:nth-child(2n)  .text{
    float: left;
    padding-left: 0px;
    padding-right: 56px;
}
.providing .item01 .text{
    margin-top: 44px;
}
.providing .item02 .text{
    margin-top: 68px;
}
.providing .item03 .text{
    margin-top: 99px;
}
.providing .item04 .text{
    margin-top: 89px;
}
.providing .item01,.providing .item03{
    position: relative;
}
.providing .item01::before,.providing .item03::before{
    position: absolute;
    content: '';
    left: 0;
    width: 787px;
    height: 780px;
    top:-176px;
    background: url("../images/p-bg-01.png") no-repeat;
    background-size: cover;
}
.providing .item02,.providing .item04{
    position: relative;
}
.providing .item02::before,.providing .item04::before{
    position: absolute;
    content: '';
    right: 0;
    width: 838px;
    height: 809px;
    top:-176px;
    background: url("../images/p-bg-02.png") no-repeat;
    background-size: cover;
    z-index: -1;
}
.providing .providing-box .providing-item .text .text-h{
    font-family: PingFangSC, PingFang SC;
    font-weight: bold;
    font-size: 32px;
    color: #233863;
    line-height: 45px;
}
.providing .providing-box .providing-item .text .text-m{
    margin-top: 32px;
}

.providing .providing-box .providing-item .text .text-m ul li{
    position: relative;
}
.providing .providing-box .providing-item .text .text-m ul li .text-item{
    padding: 16px 24px 16px 28px;
}
.providing .providing-box .providing-item .text .text-m ul li.active{
    background: #F7F8FA;
}
.providing .providing-box .providing-item .text .text-m ul li.active p:first-child{
    color: #229AF4;
}
.providing .providing-box .providing-item .text .text-m ul li::before{
    content: '';
    position:absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background: #D8D8D8;
}
.providing .providing-box .providing-item .text .text-m ul li.active::before{
    content: '';
    position:absolute;
    left: 0;
    width: 4px;
    max-height: 0;
    background: #229AF4;
    transition: max-height .5s ease;
}
.providing .providing-box .providing-item .text .text-m ul li.active::before{
    max-height: 100%;
}
.providing .providing-box .providing-item .text .text-m ul li .text-item p{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 18px;
    color: #233863;
    line-height: 25px;
}
.providing .providing-box .providing-item .text .text-m ul li .text-item p:first-child{
    cursor: pointer;
}
.providing .providing-box .providing-item .text .text-m ul li .text-item p:last-child{
    display: none;
}
.providing .providing-box .providing-item .text .text-m ul li.active .text-item p:last-child{
    display: block;
    margin-top: 12px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 20px;
}
.providing .providing-box .providing-item .text .text-m .text-dd{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 24px;
    margin-bottom: 12px;
}
.aid{
    padding-top: 188px;
    padding-bottom: 85px;
    position: relative;
}
.aid::before{
    content: "";
    display: inline-block;
    background: url("../images/aid-bg.png") no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: -50px;
}
.aid .title-02{
    margin-top: 16px;
    margin-bottom: 60px;
    text-align: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    line-height: 27px;
}
.aid .aid-box{
    padding: 0 108px;
}
.aid .aid-box .aid-item{
    float: left;
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    transition: all .3s;
}
.aid .aid-box .aid-item:hover{
    transform: translateY(-20px);
}
.aid .aid-box .aid-item .insideBox{
    background: #FFFFFF;
    box-shadow: 0px 9px 32px 0px rgba(197,210,235,0.33);
    border-radius: 16px;
    padding: 19px 55px 20px 55px;
    text-align: center;
}
.aid .aid-box .aid-item .img{
    height: 160px;
}
.aid .aid-box .aid-item .text{
    margin-top: 17px;
    text-align: center;
}
.aid .aid-box .aid-item .text .tit{
    font-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 24px;
    width: 280px;
    margin: auto;
}
.aid .aid-box .aid-item .text .desc{
    margin-top: 16px;
    font-family: Verdana;
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    height: 69px;
}
.dep{
    padding-top: 93px;
    background: url("../images/dep-bg.png") no-repeat;
    background-size: cover;
    margin-top: -25px;
    padding-bottom: 64px;
}
.dep .title-01{
    padding-bottom: 48px;
}

.dep .dep-box{
    position: relative;
    height: 317px;
    width: 1172px;
    margin: auto;
}
.dep .dep-box .swiper-container {
    width: 100%;
    height: 100%;
}
.dep .dep-box .swiper-slide {
    text-align: center;
    height: 257px;
    display: inline-block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 40px;
}
.dep .dep-box .swiper-slide .insideBox{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 16px 50px -4px rgba(157,168,194,0.2);
    border-radius: 16px;
    padding: 32px;
}
.dep .dep-box .swiper-slide .img{
    display: flex;
    width: 100%;
    align-items: center;
    padding-bottom: 24px;
}
.dep .dep-box .swiper-slide .img img{
    width: 88px;
    height: 88px;
    margin-right: 24px;
}
.dep .dep-box .swiper-slide .img p{
    font-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 29px;
}
.dep .dep-box .swiper-slide .xian{
    width: 100%;
    height: 1px;
    background: #DAE0E7;
}
.dep .dep-box .swiper-slide .text{
    padding-top: 24px;
    padding-right: 2px;
    text-align: left;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 28px;
}
.dep-box .swiper-pagination {
    bottom: 0;
}
.dep-box .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #D8D8D8;
    opacity:1;
}
.dep-box .swiper-pagination .swiper-pagination-bullet-active{
    width: 30px;
    background: #229AF4;
    border-radius: 6px;
}

@media screen and (max-width:1865px){
    .inside-banner{
        height: auto;
    }
    .inside-banner .img{
        height: 653px;

    }
}
@media screen and (max-width:1600px){
    .inside-banner .img{
        height: 610px;
    }
}
@media screen and (max-width:1450px){
    .inside-banner .img{
        height: 545px;
    }
}
@media screen and (max-width:768px) {
    .m-banner img {
        margin-top: 41px;
    }
    .process{
        margin-top: 38px;
        padding-top: 0;
        background: none;
    }
    .title-01{
        font-family: PingFangSC, PingFang SC;
        font-weight: bold;
        font-size: 32px;
        color: #233863;
        line-height: 45px;
    }
    .aid .title-02{
        margin-bottom: 32px;
        font-size: 16px;
    }
    .m-process{
        margin-top: -37px;
    }
    .providing{
        margin-top: 36px;
    }
    .providing .providing-box{
        padding-top: 32px;
    }
    .providing .providing-box .providing-item{
        margin-bottom: 48px;
    }
    .providing .providing-box .providing-item:nth-child(3) {
        margin-bottom: 48px;
    }
    .providing .providing-box .providing-item .m-img{
        width: 100%;
        height: 311px;
        text-align: center;
    }
    .providing .providing-box .providing-item .text{
        width: 100%;
        padding-left: 0;
    }
    .providing .item01 .text,.providing .item02 .text,.providing .item03 .text,.providing .item04 .text{
        margin-top: 32px;
    }
    .providing .item01::before, .providing .item03::before{
        width: 100%;
        height: 639px;
        background-image: url(../images/m-p-bg-01.png);
        z-index: -1;
    }
    .providing .item02::before, .providing .item04::before{
        width: 100%;
        height: 491px;
        background-image: url(../images/m-p-bg-02.png);
        z-index: -1;
    }
    .providing .item04::before{
        top: -120px;
    }
    .providing .providing-box .providing-item .text .text-m{
        margin-top: 24px;
    }
    .providing .providing-box .providing-item .text .text-h{
        font-size: 24px;
    }
    .providing .providing-box .providing-item .text .text-m .text-dd{
        margin-bottom: 16px;
    }
    .providing .providing-box .providing-item .text .text-m ul li .text-item{
        padding: 16px 24px;
    }
    .providing .providing-box .providing-item .text .text-m ul li.active .text-item p:last-child{
        color: #888888;
        line-height: 24px;
    }
    .providing .providing-box .providing-item:nth-child(2n) .text{
        padding-right: 0;
    }
    .aid{
        padding-top: 66px;
        padding-bottom: 48px;
    }
    .aid::before{
        background: url("../images/m-aid-bg.png") no-repeat;
        background-size: contain;
        top: -82px;
    }
    .aid .aid-box{
        padding: 0;
    }
    .aid .aid-box .aid-item{
        width: 100%;
        padding: 0 0 24px;
    }
    .aid .aid-box .aid-item .insideBox{
        padding: 0;
        box-shadow: 0px 0px 30px -6px rgba(214,228,255,0.71);
        border-radius: 8px;
    }
    .aid .aid-box .aid-item .img{
        padding-top: 24px;
        height: 184px;
    }
    .aid .aid-box .aid-item .text{
        margin-top: 24px;
        padding: 0 19px 40px 18px;
    }
    .aid .aid-box .aid-item .text .tit{
        font-family: PingFangSC, PingFang SC;
        font-weight: bold;
        font-size: 24px;
        color: #233863;
        line-height: 33px;
    }
    .aid .aid-box .aid-item .text .desc{
        font-size: 16px;
        line-height: 28px;
        height: 56px;
    }
    .dep{
        margin-top: 0;
        padding-top: 50px;
        padding-bottom: 48px;
        background-image: url("../images/m-dep-bg.png");
    }
    .dep .title-01{
        padding: 0 40px 32px;
    }
    .dep .dep-box{
        width: 100%;
        height: 391px;
    }
    .dep .dep-box .swiper-slide .insideBox{
        padding: 32px 23px 32px 24px;
        box-shadow: 0px 0px 20px -4px rgba(157,168,194,0.2);
    }
    .dep .dep-box .swiper-slide .img{
        padding-bottom: 24px;
    }
    .dep .dep-box .swiper-slide .img p{
        font-family: PingFangSC, PingFang SC;
        font-weight: bold;
        font-size: 20px;
        color: #233863;
        line-height: 28px;
        text-align: left;
    }
    .dep .dep-box .swiper-slide .img img{
        width: 74px;
        height: 74px;
        margin-right: 16px;
    }
    .dep .dep-box .swiper-slide{
        padding: 0;
    }
    .dep .dep-box .swiper-slide .text{
        padding-top: 24px;
        padding-right: 0;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #4A4A4A;
        line-height: 28px;
    }
}
@media screen and (max-width:400px) {
    .providing .title-01{
        text-align: center;
        /* margin-left: 15px; */
    }
}
@media screen and (max-width:385px) {
    /* .providing .title-01{
        margin-left: 5px;
    } */
    .dep .dep-box .swiper-slide .text{
        font-size: 14px;
    }
}
@media screen and (max-width:373px) {
    .title-01{
        font-size: 31px;
    }
}
