* {
    margin: 0;
    padding: 0;
}

html {
    color: #000;
    background: #FFF;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.flex{
    display: flex;
}

.home {
    width: 100%;
    height: 640px;
    /* 修改 */
    background: #1B62E1 no-repeat;
    background-size: 100% 100%;
}

.home-content {
    position: relative;
    position: relative;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
}

.home-content-title {
    position: absolute;
    top: 245px;
}

.home-content-btn {
    position: absolute;
    top: 460px;
    cursor: pointer;
}

.home-right {
    position: absolute;
    top: 203px;
    margin-left: 39%;
    width: 804px;
}

@keyframes swing {
    from {
        transform: rotate(45deg);
    }

    to {
        transform: rotate(-45deg);
    }
}
@keyframes rotate {
    from {
        transform: rotate(-360deg);
    }

    to {
        transform: rotate(360deg);
    }
}
@keyframes transLateX {
    0% {
        transform: translateX(-20px) translateY(-20px);
    }

    50% {
        transform: translateX(0px) translateY(0px);
    }
    100% {
        transform: translateX(-20px) translateY(-20px);
    }
}
@keyframes transLateX1 {
    0% {
        transform: translateX(20px) translateY(20px);
    }

    50% {
        transform: translateX(0px) translateY(0px);
    }
    100% {
        transform: translateX(20px) translateY(20px);
    }
}

.call-bannar-center1 {
    width: 194px;
    position: absolute;
    right: 78%;
    bottom: 51px;
    z-index: 444;
    transform-origin: center;
    animation: shakeY 4s infinite;
}

.call-bannar-center2 {
    position: absolute;
    top: 26.4%;
    right: 59%;
    z-index: 333;
    width: 183px;
     animation: transLateX 4s infinite;
}

.call-bannar-center3 {
    position: absolute;
    top: 21%;
    right: 42%;
    animation: transLateX1 4s infinite;
}

.call-bannar-center4 {
    position: absolute;
    top: 30%;
    right: 15%;
    animation: icon-top 4s infinite;
}


.bannar-center-box {
    width: 483px;
    height: 600px;
    position: absolute;
    right: 0px;
}

.related {
    height: 850px;
    background-color: #FFFFFF;
    min-width: 1200px;
    padding-top: 99px;
    box-sizing: border-box;
}

.related-part {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.related-card {
    width: 270px;
    height: 280px;
    background-color: #FFFFFF;
    border-radius: 6px;
    float: left;
    margin-right: 38px;
    margin-bottom: 34px;
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    box-shadow: 1px 10px 43px 0px rgba(71, 71, 71, 0.1);
    padding: 26px 20px 0px 20px;
}

.related-card:nth-child(4), .related-card:nth-child(8) {
    margin-right: 0;
}

.related-card:hover {
    box-shadow: 2px 19px 40px 0px rgba(75, 149, 252, 0.13);
    transform: scale(1.1);
    transition: all 1s;
    /*border: 2px solid rgb(75, 149, 252);*/
}

.related-card-img {
    text-align: center;
    margin-bottom: 21px;
    margin-top: 57px;
}

.related-card-title1 {
    font-size: 20px;
    font-weight: bold;
    color: #141E38;
    line-height: 25px;
    text-align: center;
    margin-bottom: 14px;
}

.related-card-title2 {
    text-align: left;
    font-size: 15px;
    color: #666;
    line-height: 28px;
}

.related-card-text {
    font-size: 14px;
    font-weight: 400;
    color: #5C6276;
    line-height: 22px;
    text-align: center;
}

.related-card:hover .related-card-img > img {
    transform: scale(1.2);
    transition: all 1s;
}

.action-p1 {
    text-align: center;
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #0D1426;
}

.action-p2 {
    text-align: center;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #54545A;
    margin-top: 21px;
}

.three {
    width: 100%;
    height: 595px;
    padding-top:46px;
    box-sizing: border-box;
    background-color: #FFFFFF;
}

.three-content {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
}

.three-p1 {
    margin-bottom: 21px;
}

.three-title {
    font-size: 34px;
    font-weight: 800;
    color: #0D1426;
    margin-top: 49px;
}

.three-title2 {
    font-size: 36px;
    font-weight: 800;
    color: #0D1426;
    margin-top: 44px;
}

.three-title4 {
    font-size: 36px;
    font-weight: 800;
    color: #0D1426;
    margin-top: 103px;
}

.three-title6 {
    font-size: 36px;
    font-weight: 800;
    color: #0D1426;
    margin-top: 73px;
}

.three-desc {
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0D1426;
    line-height: 30px;
    margin-top: 37px;
    max-width: 463px;
}

.three-desc1 {
    font-size: 18px;
    font-weight: 500;
    color: #54545A;
    line-height: 28px;
    margin-bottom: 9px;
}

.three-circle {
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background: #749EFF;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    margin-top: -3px;
}

.free-user, .ask-custom {
    display: inline-block;
    width: 134px;
    /*height: 54px;*/
    line-height: 54px;
    border-radius: 4px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.free-user {
    background: linear-gradient(90deg, #4A6EE4, #6066D3, #749EFF, #306AEE);
    color: #FFFFFF;
    text-align: center;
    margin-right: 16px;
}

.ask-custom {
    background: #FFFFFF;
    color: #306AEE;
    border: 1px solid #2563D9;

}

.four {
    width: 100%;
    height: 800px;
    padding-top: 100px;
    background-color: #FFFFFF;
}

.four-content {
    text-align: center;
    width: 1202px;
    margin: 0 auto;
}

.four-p1 {
    margin-bottom: 84px;
}

.four-list {
    height: 168px;
    margin-bottom: 68px;
}

.four-item {
    width: 122px;
    height: 168px;
    margin-right: 94px;
    float: left;
}

.four-item:last-child {
    margin-right: 0px !important;
}

.four-item-desc {
    margin-top: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #515259;
}


.foot_bt {
    padding: 40px 0 10px 0;
    background: #373D44;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.qr-btn {
    font-size: 14px;
    margin: 0 auto;
    width: 99px;
    height: 38px;
    line-height: 38px;
    color: #FDFDFD;
    background: linear-gradient(90deg, #437EEB, #78A1F2);
    border: 1px solid #3181F3;
    box-shadow: 0px 4px 0px 0px rgba(219, 223, 232, 0.89);
    border-radius: 4px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

/* .banner {
    background: #0a52d4 center !important;
} */

.kjjr_box {
    position: relative;
}

.kjjr-l {
    position: absolute;
    left: -135px;
    top: 30%;
    transform: translateY(-50%);
    animation: icon-top1 4s infinite;
}

.kjjr-r {
    position: absolute;
    right: 0px;
    top: 75%;
    animation: icon-top1 4s infinite;
}

@keyframes icon-top {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(0.7);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(0.7);
    }
}

@keyframes icon-top1 {
    0% {
        transform: scale(0.7);
    }
    25% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.7);
    }
    75% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.7);
    }
}

@keyframes swing {
    from {
        transform: rotate(10deg);
    }

    to {
        transform: rotate(-10deg);
    }
}

.thjl-box {
    position: relative;
}

.thjl-icon {
    position: absolute;
    top: -60px;
    right: 190px;
    width: 180px;
    animation: icon-top1 3s infinite;
}

.hjtj_bg {
    width: 712px;
    margin-top: 20px;
}

.wxth_bg {
    width: 600px;
    margin-top: 30px;
}

.wxth_box {
    position: relative;
}

.wxth_tc {
    position: absolute;
    width: 200px;
    top: 37%;
    left: 10%;
    /* animation: swing 1.5s ease-in-out infinite alternate; */
    /* transform-origin: 100px 130px; */
}

.all_left__title {
    width: 480px;
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 36px;
}

.all_left__extitle {
    width: 447px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9A9CA1;
    line-height: 24px;
    margin-top: 28px;
}

.all_left_contentItem_top {
    display: flex;
}

.all_left_contentItem_top_text {
    margin-left: 17px;
    font-weight: bold;
}

.all_left_contentItem {
    margin: 20px 0px;
}

.all_left_contentItem_content {
    margin-top: 21px;
    width: 396px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #909399;
    line-height: 24px;
    margin-left: 35px;
}

.cost {
    background-color: #F9FAFF;
    width: 100%;
    height: 1157px;
    box-sizing: border-box;
    text-align: center;
}

.cost-w1200 {
    width: 1200px;
    margin: auto;
    height: 100%;
    padding-top: 100px;
}

.cost-h854 {
    height: 854px;
    width: 100%;
}

.cost-item {
    vertical-align: top;
    width: 170px;
    height: 854px;
    display: inline-block;
}

.cost-item:last-child {
    width: 142px;
    height: 854px;
    display: inline-block;
}

.company {
    width: 142px;
    height: 142px;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px 0px rgba(20, 58, 126, 0.14);
    border-radius: 6px;
    margin-top: 26px;
}

.company-name {
    font-size: 12px;
    color: #8C8C8C;
}

.gjxydBox {
    width: 1200px;
    margin: auto;
    margin-top: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.related_left_box{
    max-width:480px;
    margin-top: 184px;
}

.related_left_title{
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #0D1426;
    line-height: 25px;
    margin-bottom: 46px;
}

.dot{
    position: absolute;
    top: 12px;
    left: -13px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #749EFF;
    border-radius: 50%;
    margin-right: 5px;
}
.related_left_txt{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #54545A;
    line-height: 28px;
    max-width:512px;
    margin-left: 10px;
}
.related_right_box{
    position: relative;
    margin-top: 100px;
    width: calc(1200px - 430px);
}
.related_right_icon1{
    position: absolute;
    right: 0px;
    animation: pulse 2s infinite alternate;
}
.related_right_icon2{
    position: absolute;
    right: 179px;
    top: 27px;
    animation: tada 2s infinite alternate;
}
.related_left_box1{
    width: 600px;
    position: relative;
    height: 595px;
}
.related_right_box1{
    text-align: left;
    width: calc(1200px - 600px);
    padding-top: 154px;
}
.related_right1_icon1{
    position: absolute;
    top: 52%;
    left: 57%;
    z-index: 111;
    animation: icon-top1 4s infinite;
}
.related_right1_icon2{
    position: absolute;
    top: 13%;
    z-index: 111;
    right: 55px;
    animation: icon-top1 4s infinite;
}
.related_right1_icon3{
    position: absolute;
    bottom: 18%;
    right: 65%;
    animation: bounceIn 2s infinite;
}
.related_right1_icon4{
    position: absolute;
    left: 0px;
    top: 10%;
}
.changeBg{
    background: #F7F9FC;
}
.related_right2_icon1{
    position: absolute;
    top: 85px;
    right: 24%;
    animation: icon-top1 4s infinite;
}
.related_right2_icon2{
    top: 168px;
    left: 15%;
    position: absolute;
    animation: icon-top1 4s infinite;
}
.related_right2_icon3{
    position: absolute;
    top: 409px;
    left: 20%;
    animation: icon-top1 4s infinite;
}
.related_right2_icon4{
    position: absolute;
    top: 338px;
    right: 17%;
    animation: icon-top1 4s infinite;
}
.related_right2_icon5{
    position: absolute;
    top: 91px;
    left: 20%;
    transform: translateX(-50%);
    animation: pulse 4s infinite;
}
.innerOutBox{
    width: 100%;
    background: url("/images/4/bg.png") no-repeat;
}
.innerBox{
    width: 1200px;
    height: 975px;
    /*opacity: 0.25;*/
    position: relative;
    margin: 0 auto;
}
.inner_title{
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #0D1426;
    text-align: center;
    position: absolute;
    top: 99px;
    left: 50%;
    transform: translateX(-50%);
}
.inner_icon_box{
    width: 288px;
    height: 90px;
    background: #FFFFFF;
    box-shadow: 0px 12px 24px 0px rgba(20, 58, 126, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 24px;
    box-sizing: border-box;
}
.inner_icon_box1{
    position: absolute;
    top: 30.8%;
    left: 7%;
    width: 318px;
    animation: icon-top 8s infinite;
}
.inner_icon_box2{
    position: absolute;
    top: 61%;
    left: 4%;
    width: 283px;
    height: 188px;
    background: #FFFFFF;
    box-shadow: 0px 12px 24px 0px rgb(20 58 126 / 10%);
    border-radius: 10px;
    text-align: center;
    animation: icon-top 8s infinite;
}
.inner_icon_box3{
    position: absolute;
    top: 20.5%;
    left: 38%;
    width: 308px;
    height: 90px;
    background: #FFFFFF;
    box-shadow: 0px 12px 24px 0px rgb(20 58 126 / 10%);
    border-radius: 10px;
    animation: icon-top 8s infinite;
}
.inner_icon_box4{
    position: absolute;
    top: 37%;
    left: 72.5%;
    width: 288px;
    height: 90px;
    background: #FFFFFF;
    box-shadow: 0px 12px 24px 0px rgb(20 58 126 / 10%);
    border-radius: 10px;
    animation: icon-top 8s infinite;
}
.inner_icon_box5{
    position: absolute;
    top: 65%;
    left: 72.5%;
    width: 328px;
    height: 110px;
    background: #FFFFFF;
    box-shadow: 0px 12px 24px 0px rgb(20 58 126 / 10%);
    border-radius: 10px;
    animation: icon-top 8s infinite;
}
.inner_icon_box6{
    position: absolute;
    top: 83%;
    left: 33%;
    width: 453px;
    height: 90px;
    background: #FFFFFF;
    box-shadow: 0px 12px 24px 0px rgb(20 58 126 / 10%);
    border-radius: 10px;
    animation: icon-top 8s infinite;
}
.inner_icon7{
    position: absolute;
    top: 334px;
    left: 35%;
    animation: pulse 8s infinite;
    /*transform: translateX(-50%);*/
}
.inner_icon8{
    position: absolute;
    top: 297px;
    left: 28%;
    left: 28%;
    /*transform: translateX(-50%);*/
    animation: rotate 8s ease-in-out infinite;
}
.inner_text1{
    width: 65px;
    height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #282C44;
}
.inner_text2{
    height: 15px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #838383;
}
.inner_textBox{
    display: flex;
    flex-direction: column;
    height: 40px;
    justify-content: space-between;
    margin-left: 17px;
}
.inner_icon2{
    margin-top: 31px;
}
.smsScene{
    height: 910px;
    background: url("/images/5/bg.png");
}
.smsSceneTitle1{
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #0D1426;
    padding-top: 115px;
    box-sizing: border-box;
}
.smsSceneTitle2{
    padding-top: 21px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #54545A;
    padding-bottom: 100px;
}
.smsScene_rightArr{
    width: 44px;
}
.smsSceneBox{
    display: flex;
    align-items: center;
}
.efficientSales{
    height:776px;
    margin: 0 auto;
}
.efficientSales_title{
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #0D1426;
    margin-top: 100px;
    margin-bottom: 193px;
}
.efficientSales_left{
    width: 640px;
}
.efficientSales_left_title{
    max-width: 610px;
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #0D1426;
    text-align: left;
    margin-bottom: 40px;
}
.efficientSales_left_text{
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #58606A;
    position: relative;
    text-align: left;
    max-width:374px;
    margin-bottom: 23px;
    margin-left: 15px;
}
.blue_dot{
    position: absolute;
    left: -20px;
    top: 2px;
}
.efficientSales_right{
    width: calc(1200px - 640px);
    position: relative;
}
.efficientSales_right_icon1{
    position: absolute;
    top: 62%;
    left: 6%;
    z-index: 111;
    animation: icon-top1 2s ease-in-out infinite;
}
.efficientSales_right_icon2{
    position: absolute;
    top: -5%;
    left: 63%;
    z-index: 111;
    animation: icon-top1 2s ease-in-out infinite;
}
.efficientSales_right_icon3{
    position: absolute;
    top: 1%;
    left: 33%;
    z-index: 111;
    animation: icon-top1 2s ease-in-out infinite;
}
.efficientSales_right_icon4{
    position: absolute;
    top: 70%;
    left: 66%;
    z-index: 111;
    animation: bounceIn 2s ease-in-out infinite;
}
.efficientSales_right_icon5{
    position: absolute;
    top: 16%;
    left: 10%;
}

.sj1{background: #F7F9FC;height:859px;}

.cxbpc{display: block;}
.cxbmobile{display: none;}