body {
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    min-width: 1200px;
    text-align: center;
    margin-top: 76px;
}

.banner-bg {
    width: 100%;
    height: 550px;
    background: linear-gradient(#2CA8EC, #3277C9);
    text-align: center;
}

.banner-box {
    display: flex;
    padding-top: 107px;
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding-left: 30px;
}

.txt-box {
    width: 80%;
    text-align: left;
}

.tit-bg {
    font-size: 60px;
    color: #fff;
}

.txt-bg {
    font-size: 20px;
    color: #fff;
    margin: 30px 0px;
}

.link-btn {

    background-color: #f0483eed;
    color: #fff !important;
    font-size: 20px;
    font-weight: 800;
    line-height: 35px;
    width: 249px;
    height: 50px;
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: 50px;
}

.show-blue-bg {
    background-color: rgb(35, 98, 251);
    text-align: center;
    overflow: hidden;
    padding-top: 20px;
}

.show-blue-bg .dsimg {
    margin: 0 auto;
    width: 1200px;

}

.list-crm .img-box {
    display: block;
    width: 860px;
    margin: 0 auto 70px auto;
    box-shadow: 1px 4px 13px #c1c1c1;

}

.sec-tit {
    font-size: 35px;
    text-align: center;
    font-weight: 800;
    padding-top: 104px;
    margin-bottom: 30px;
}

.inner-sec {
    padding: 0px 25px 100px 25px;
}

.sec-p {
    text-align: center;
    max-width: 860px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 24px;
}

.inner-bg {
    background-color: #f5f7f9;
}

.inner-tit {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 25px;
}

.sec-whi {
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    max-width: 980px;
    margin: 0 auto;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.sec-fl3 {

    flex: 1;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    height: 200px;
    border: 1px solid #e3e3e3;
}

.li-tit {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 800;

}

.box {
    display: flex;
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
}

.list4 {
    background-color: #f5f7f9;
    overflow: hidden;
}

.list4 .box {
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.list4 .box .sec-fl2 {
    flex: none;
}

.sec-fl2 {
    width: 49%;
    flex: 1;
    padding-top: 20px;
    border: 1px solid #e3e3e3;
}

.dou .sec-fl2 .sec-p {
    padding: 0 10px;
    overflow: hidden;
}


.sec-whi .sec-fl3 .da-tit {
    color: #2362FB;
    font-size: 40px;

}

.lis-bg {
    margin: 25px auto 0;
    padding: 25px 15px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    width: 100%;
    max-width: 785px;
    box-sizing: border-box;
    text-align: left;
    padding-left: 30px;
}

.lis-bg .list-p {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

.lis-bg .list-p img {
    width: 18px;
}

.datalist .sec-fl3 {
    height: 100px;
}

.datalist .sec-fl2 {
    height: 100px;
    width: 40%;

    flex: none;
    padding-top: 20px;
    border: 1px solid #e3e3e3;
}

.datalist .box {
    justify-content: center;
}

.datalist .da-tit {
    color: #2362FB;
    font-size: 40px;
}

.blue-bg {
    text-align: center;
    overflow: hidden;
    padding-top: 104px;
    background-color: #2362FB;
}

.blue-bg .blue-con {
    width: 960px;
    margin: 0 auto;
    text-align: center;
}

.blue-con .blue-tit {
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}

.blue-con .sec-b-p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding: 0 20px;
    margin-bottom: 30px;
}

.blue-con .red-btn {
    display: block;
    width: 220px;
    height: 60px;
    line-height: 60px;
    box-shadow: 0px 1px 51px 3px rgba(150, 150, 150, 0.3);
    border-radius: 30px;
    margin: 0 auto;
    font-size: 18px;
    color: #2362FB;
    background-color: #fff;
    border: 1px solid #fff;
    margin-bottom: 30px;
}

.sass-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: url("../images/base/xqbg.png") no-repeat center center;
    overflow: hidden;
}

.sass-btitle {
    color: #333333;
    font-size: 35px;
    font-weight: 800;
    padding-top: 80px;
    padding-bottom: 55px;
}

.sass-stitle {
    color: #333333;
    font-size: 20px;
    text-align: center;
    padding-bottom: 55px;
    width: 960px;
    margin: 0 auto;
}

.sass-top .btn {
    background: #fff;
    width: 590px;
    height: 58px;
    border-radius: 34px;
    position: relative;
    box-shadow: 0px 8px 27px 0px rgba(160, 160, 160, 0.25);
    margin-bottom: 50px;
}

.sass-top .btn .phone {
    display: inline-block;
    width: 410px;
    height: 58px;
    font-size: 18px;
    position: relative;
    margin-left: 20px;
}

.sass-top .btn .regist-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: linear-gradient(90deg, rgba(230, 40, 40, 1), rgba(241, 133, 133, 1));
    border-radius: 34px;
    color: #FFFFFF;
    font-size: 18px;
    cursor: pointer;
    border-radius: 0px 35px 35px 0px;
}

.sass-top .register-red-btn {
    width: 160px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    padding: 12px 24px;
    background: linear-gradient(90deg, rgba(230, 40, 40, 1), rgba(241, 133, 133, 1));
    border-radius: 24px;
    margin-bottom: 50px;
    cursor: pointer;
    display: block;
}

.content {
    box-sizing: border-box;
    background: #2362FB;
    padding: 75px 15px;
    text-align: center;

}

.img-boxs {
    position: relative;
    height: 640px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.sec-float-tit {
    max-width: 450px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.fl_img_box {
    width: 145px;
    display: inline-block;
    position: absolute;
    animation: move-anim 5s linear 3s infinite;
    -webkit-animation: move-anim 5s linear 3s infinite;
}

.radius {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #fff;
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
}

.icn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.sml {
    width: 65px;
    height: 65px;
}

.f-o {
    left: 1%;
    top: 12%;
}

.f-t {
    top: 10%;
    left: 23%;
}

.f-there {
    top: 0;
    left: 40%;
}

.f-four {
    top: 10%;
    right: 31%;
}

.f-five {
    top: 3%;
    right: 7%;
}

.f-six {
    top: 30%;
    right: 17%;
}

.f-seve {
    top: 260px;
    right: 10px;

}

.f-eig {
    bottom: 11%;
    right: 18%;
}

.f-nig {
    bottom: 3%;
    right: 38%;
}

.f-ten {
    top: 39.3%;
    left: 13%;
}

.f-eve {
    bottom: 16%;
    left: 28%;
}

.f-twelve {
    bottom: 8%;
    left: 4%;
}

@keyframes move-anim {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 8px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@-webkit-keyframes move-anim {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 8px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.fl_img_box .radius span {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.anim1,
.anim4,
.anim6 {
    animation-delay: 5s !important;
}

.anim2,
.anim8,
.anim10 {
    animation-delay: 1s !important;
}

.anim5,
.anim12,
.anim3 {
    animation-delay: 3s !important;
}

.anim11,
.anim7,
.anim9 {
    animation-delay: 2s !important;
}

.img-boxs .fl_img_box p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.content h2 {
    font-size: 35px;
    font-weight: 800;
}