* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-family: 'PingFangSC-Regular', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    border: none;
}

.row{
    margin: 0 !important;
}
.box01{
    background-color: #F6F8FF;
    margin: 0 auto;
    padding-bottom: 79px;
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 470px 529px;
}
.box01 .inner{
    width: 1430px;
    margin: 0 auto;
}
.box01 .top-box{
    margin-bottom: 100px !important;
}
.box01 .top-box .img01{
    display: block;
    width: 166px;
    height: 174px;
    margin-top: 80px;
}
.box01 .top-box .content-box .title{
    font-size: 24px;
    color: #000000;
    margin-top: 80px;
}
.box01 .top-box .content-box .content{
    font-size: 16px;
    color: #757979;
    letter-spacing: 0;
    line-height: 28px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.box01 .top-box .qr_code-box{
    margin-left: 160px;
}
.box01 .top-box .qr_code-box img{
    width: 150px;
    height: 150px;
    display: block;
    margin-top: 67px;
}
.box01 .top-box .qr_code-box .btn{
    width: 149px;
    height: 42px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #FF9729;
    border-radius: 3px;
}
.list-wrap{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.list-box{
    display: flex;
    flex-direction: row;
    list-style: none;
}
.list-box li{
    flex: 1;
    background-color: #fff;
    margin-right: 24px;
    text-align: center;
    padding: 0 100px 36px;
    box-sizing: border-box;
}
.list-box li img{
    display: block;
    width: 70px;
    height: 70px;
    margin: 36px auto 10px;
}
.list-box li:last-child{
    margin-right: 0;
}
.list-box li .title{
    font-size: 24px;
    color: #354164;
    margin: 10px 0 25px;
}
.list-box li .detail{
    font-size: 20px;
    color: #354164;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
}
.box02{
    padding: 86px 0 56px;
    text-align: center;
}
.box02 .big-title{
    font-size: 42px;
    color: #333333;
    margin-bottom: 53px;
}
.common-title{
    margin-bottom: 70px;
}
.common-title .title{
    font-size: 36px;
    color: #0457F7;
}
.common-title .detail{
    font-size: 26px;
    color: #9094A2;
    text-align: center;
}
.cate-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.cate-box li{
    width: 294px;
    height: 350px;
    border: 1px solid #E3E9FF;
    border-radius: 11px;
    margin-right: 40px;
    margin-bottom: 40px;
    padding: 70px 20px 0;
    box-sizing: border-box;
    background-color: #fff;
    cursor: pointer;
}
.cate-box li:hover{
    box-shadow:0px 5px 15px rgba(0,0,0,0.08);
    transform: translateY(-10px);
    border: 1px solid transparent;
}
.cate-box li .title{
    font-size: 26px;
    color: #354164;
    margin: 48px 0 10px;
}
.cate-box li .detail{
    font-size: 18px;
    color: #757979;
}
.box02 .cate-box li{
    text-align: left;
}
.box03 .cate-box li{
    text-align: right;
}
.box04 .cate-box li{
    text-align: left;
}
.box05 .cate-box li{
    text-align: right;
}
.box03{
    background-color: #F6F8FF;
    text-align: center;
    padding-top: 74px;
    padding-bottom: 46px;
    box-sizing: border-box;
}
.box04{
    text-align: center;
    background-color: #fff;
    padding-top: 84px;
    padding-bottom: 46px;
    box-sizing: border-box;
}
.box05{
    text-align: center;
    background-color: #F6F8FF;
    padding-top: 84px;
    padding-bottom: 46px;
    box-sizing: border-box;
}
.phone-swiper{
    /*width: 400px;*/
    height: 821px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.phone-swiper img{
    max-width: 100%;
}
@media screen and (max-width: 750px) {
    .box01 .top-box .img01{
        margin: 80px auto 0;
        display: block;
        text-align: center;
        float: none;
    }
    .box01 .top-box{
        margin-bottom: 0 !important;
    }
    .box01 .top-box .qr_code-box{
        margin-left: 0;
        text-align: center;
        margin-bottom: 50px;
    }
    .box01 .top-box .qr_code-box img{
        margin: 0 auto;
    }
    .list-box li{
        padding: 0;
    }
}
.swiper-pagination-bullet-active{
    width: 54px !important;
    height: 8px!important;
    border-radius: 6px!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0 !important;
}
