/* 悬浮窗 */
.suspension {
    width: 120px;
    /* height: 295px; */
    background: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.21);
    border-radius: 11px 11px 0px 0px;
    position: fixed;
    right: 0px;
    top: 300px;
    z-index: 2600;
}

.suspension_list {
    width: 100%;
    font-size: 17px;
    color: #101010;
    line-height: 22px;
    z-index: 3000;
}

.suspension_item {
    display: inline-block;
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #eeeeee;
    line-height: 52px;
    text-align: center;
    color: #000000;
    font-size: 14px;
}

.suspension_item a {
    color: #000000;
}

.suspension_item img {
    width: 16px;
    height: 16px;
    position: relative;
    bottom: -3px;
}

.suspension_phone {
    width: 120px;
    height: 65px;
    color: #ffffff;
    text-align: center;
    /* background: linear-gradient(180deg, #ffa905 0%, #ff7002 100%); */
    background: #0289ff;
}

.free_phone {
    padding-top: 11px;
    font-size: 11px;
    line-height: 16px;
}

.phone_num {
    padding-top: 7px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
}

.fixed_img {
    width: 112px;
    height: 137px;
    position: absolute;
    top: -137px;
    left: 4px;
}

.fixed_img_top {
    width: 166px;
    height: 166px;
    position: absolute;
    top: -294px;
    left: -25px;
}

@keyframes scale {
    0% {
        transform: scale(0.7);
    }
    50%,
    75% {
        transform: scale(1.2);
    }
    78%,
    100% {
        opacity: 0;
    }
}

.fixed_img_top:after {
    content: "";
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #3270ff;
    opacity: 0.3;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 100ms;
}

.fixed_img_top img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.return_top {
    display: none;
    width: 100%;
    height: 56px;
    font-size: 14px;
    color: #101010;
    line-height: 56px;
    text-align: center;
}

.spca-block1-container{
    width: 100%;
    height: 671px;
    background: url(../img/cmmi_new_block1_bg.png) no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
    margin-top: 76px;
}
.spca-block1-body{
    width: 1204px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;

    padding-top: 212px;
}
.spca-block1-title{
    text-align: left;
    font-size: 64px;
    font-weight: bold;
    color: #232A65;
    line-height: 81px;
}

.spca-block1-line{
    background:linear-gradient(to right,#1347EB,#53B5FF);
    width: 46px;
    height: 11px;

    margin: 60px 0;
}
.spca-block1-desc{
    font-size: 26px;
    color:#232A65;

    margin-bottom: 16px;
}
.spca-block1-link{
    color: #1E55F6;
    text-decoration: underline;
}
                               


.spca-block2-container{
    width: 100%;
    height: 1105px;
    background: url(../img/cmmi_new_block2_bg.png) no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    margin-top: -2px;
}
.spca-block2-body{
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
}
.spca-block2-title-body{
    font-size: 36px;
    color:#232A65;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spca-block2-title{
    margin: 0 30px;
}
.spca-block2-content-body{
    margin-top: 58px;
    background-color: white;
   border-radius: 10px;
    padding: 21px 49px;
    box-sizing: border-box;

    font-size: 20px;
    color: #232A65FF;
    line-height: 36px;
    text-align: justify;

    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}
.spca-block2-content-text{
    margin-left: 48px;
    padding-top: 24px;
}
.spca-block2-button{
    display: block;
    margin: 0 auto;
    width: 290px;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    text-align: center;
    color: white;
    border-radius: 4px;
    background: linear-gradient(to right,#F54C4FFF,#FE783FFF);
}
.spca-block2-title2-body{
    font-size: 36px;
    color:#232A65;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 65px;
}
.spca-block2-content2-body{
    margin-top: 55px;

    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.spca-block2-content2-item{
    width: 288px;
    height: 235px;
    box-shadow: 0px 4px 11px 0px #D1DCF1;
    padding: 68px 18px 0 20px;
    box-sizing: border-box;
}
.spca-block2-content2-item-title{
    font-size: 21px;
    font-weight: bold;
    color: #232A65FF;
    line-height: 32px;
}
.spca-block2-content2-item-text{
    margin-top: 19px;
    font-size: 16px;
    line-height: 24px;
    color: #232A65FF;
    text-align: justify;
}

.spca-block2-content2-item-bg1{
    background: url(../img/spca_block2_item_bg1.png) no-repeat top;
    background-size: 100% 50%;
    background-color: #FFFFFFFF;
}
.spca-block2-content2-item-bg2{
    background: url(../img/spca_block2_item_bg2.png) no-repeat top;
    background-size: 100% 50%;
    background-color: #FFFFFFFF;
}
.spca-block2-content2-item-bg3{
    background: url(../img/spca_block2_item_bg3.png) no-repeat top;
    background-size: 100% 50%;
    background-color: #FFFFFFFF;
}
.spca-block2-content2-item-bg4{
    background: url(../img/spca_block2_item_bg4.png) no-repeat top;
    background-size: 100% 50%;
    background-color: #FFFFFFFF;
}




.spca-block3-container{
    width: 100%;
    height: 1640px;
    background: url(../img/cmmi_new_block3_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.spca-block3-body{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.spca-block3-title-body{
    font-size: 36px;
    color:#232A65;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spca-block3-subtitle{
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    width: 770px;
    margin: 24px auto 71px auto;
}
.spca-block3-content-body{
    width: 1118px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 0 auto;
    background-color: white;
    border-radius: 16px;
    box-shadow: 13px 4px 20px 0px rgba(125,171,240,0.34);
    height: 631px;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    padding-bottom: 72px;
    position: relative;
}
.spca-block3-left{
    width: 413px;
}
.spca-block3-right{
    width: 360px;
}
.spca-block3-left-title{
    background-color: #0556FFFF;
    font-size: 30px;
    color: rgba(247, 251, 255, 1);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    font-weight: bold;
    width: 140px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 25px ;
}
.spca-block3-right-title{
    background-color: #375DAC;
    font-size: 30px;
    color: white;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    font-weight: bold;
    width: 140px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 25px ;
}
.spca-block3-text{
    color: #232A65FF;
    font-size: 17px;
    line-height: 23px;
}
.spca-block3-line{
    border-bottom: 1px solid rgba(124, 144, 173, 0.47);
    padding-bottom: 16px;
    margin-bottom: 20px;
}
.spca-block3-center{
    width: 168px;
    position: absolute;
    border-radius: 16px;
    background-color: rgba(238, 244, 255, 1);
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    padding-top: 127px;
    padding-bottom: 17px;
    left: 485px;
    top: -23px;
    box-shadow: 13px 4px 20px 0px rgba(125,171,240,0.34);
}
.spca-block3-center-item{
    margin-bottom: 42px;
    background: linear-gradient(to right,#C1D9FD,#E2EEFF);
    border-radius: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #0556FF;
    width: 133px;
    height: 47px;
    line-height: 47px;
    text-align: center;
}
.spca-block3-title2-body{
    font-size: 36px;
    color:#232A65;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 133px;
}
.spca-block3-subtitle2{
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    width: 870px;
    margin: 28px auto 70px auto;
}
.spca-block3-content2{
    display: flex;
    justify-content: center;
    flex-direction: row;
    z-index: 10;
    position: relative;
}
.spca-block3-right{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-left: 171px;
}
.spca-block3-right-item{
    width: 426px;
    height: 70px;
    background-color: white;
    border-radius: 5px;
    color: #232A65;
    font-size: 20px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 22px;
    cursor: pointer;
}
.spca-block3-right-item.select{
    background-color: #0556FF;
    color: white;
}
.spca-block3-left2{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 467px;
    height: 452px;
    align-items: center;
}
.spca-block3-left-img{
    cursor: pointer;
}
.spca-block3-left-img1{
    height: 89px;
    width: 113px;
    background: url(../img/cmmi_new_block3_img1.png) no-repeat center center;
    background-size: 100% 100%;
}
.spca-block3-left-img1.select{
    background: url(../img/cmmi_new_block3_img_hover1.png) no-repeat center center;
    background-size: 100% 100%;
}
.spca-block3-left-img2{
    height: 52px;
    width: 192px;
    background: url(../img/cmmi_new_block3_img2.png) no-repeat center center;
    background-size: 100% 100%;
}
.spca-block3-left-img2.select{
    background: url(../img/cmmi_new_block3_img_hover2.png) no-repeat center center;
    background-size: 100% 100%;
}
.spca-block3-left-img3{
    height: 53px;
    width: 272px;
    background: url(../img/cmmi_new_block3_img3.png) no-repeat center center;
    background-size: 100% 100%;
}
.spca-block3-left-img3.select{
    background: url(../img/cmmi_new_block3_img_hover3.png) no-repeat center center;
    background-size: 100% 100%;
}
.spca-block3-left-img4{
    height: 53px;
    width: 341px;
    background: url(../img/cmmi_new_block3_img4.png) no-repeat center center;
    background-size: 100% 100%;
}
.spca-block3-left-img4.select{
    background: url(../img/cmmi_new_block3_img_hover4.png) no-repeat center center;
    background-size: 100% 100%;
}
.spca-block3-left-img5{
    height: 123px;
    width: 467px;
    background: url(../img/cmmi_new_block3_img5.png) no-repeat center center;
    background-size: 100% 100%;
}
.spca-block3-left-img5.select{
    background: url(../img/cmmi_new_block3_img_hover5.png) no-repeat center center;
    background-size: 457px 100%;
    margin-left: 10px;
}
.spca-block3-content2-bg{
    width: 623px;
    height: 523px;
    background: url(../img/spca_block3_content2_bg.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    left: 292px;
    bottom: -40px;
    z-index: 0;
}



.spca-block4-container{
    width: 100%;
    height: 663px;
    background: url(../img/cmmi_new_block6_bg.png) no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
}
.spca-block4-body{
    width: 1200px;
    margin: 0 auto;
    padding-top: 88px;
}
.spca-block4-subtitle{
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    width: 855px;
    margin: 28px auto 37px auto;
}
.spca-block4-content-body{
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.spca-block4-content-item{
    width: 380px;
    height: 231px;
    background: linear-gradient(to bottom,white,#FFF9EC);
    border-radius: 11px;
    box-shadow: 0px 10px 10px 0px rgba(47,62,88,0.12);
    margin-right: 28px;
    padding: 42px 20px 0 20px;
    box-sizing: border-box;
}
.spca-block4-content-item:last-child{
    margin-right: 0;
}
.spca-block4-content-item-title{
    color: #131415;
    font-weight: bold;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 23px;
    height: 60px;
}
.spca-block4-content-item-title>img{
    margin-right: 10px;
}
.spca-block4-content-item-desc{
    font-size: 16px;
    line-height: 21px;
}




.spca-block5-button{
    display: block;
    margin: 0 auto;
    width: 435px;
    height: 75px;
    line-height: 75px;
    font-size: 24px;
    text-align: center;
    color: white;
    border-radius: 8px;
    background: linear-gradient(to right,#FF6A10,#FF8B1F);
}


.spca-block6-container{
    width: 100%;
    height: 712px;
    background: url(../img/cmmi_new_block6_bg.png) no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
}
.spca-block6-body{
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
}
.spca-block6-content-img{
    padding-top: 54px;
    width: 1221px;
    display: block;
    margin: 0 auto;
}




.spca-block7-container{
    width: 100%;
    height: 732px;
    background: #E2EFFF;
    box-sizing: border-box;
}
.spca-block7-body{
    width: 1200px;
    margin: 0 auto;
    padding-top: 62px;
}
.spca-block7-subtitle{
    font-size: 24px;
    line-height: 42px;
    color: #232A65;
    text-align: center;
    padding-top: 35px;
    width: 1134px;
    margin: 0 auto;
}
.spca-block7-content-img{
    padding-top: 40px;
    width: 1126px;
    margin: 0 auto;
    display: block;
}
.spca-block7-tip-text{
    margin-top: 37px;
    font-size: 24px;
    line-height: 65px;
    color: #232A65;
    text-align: center;
}





.spca-block8-container{
    width: 100%;
    height: 590px;
    background: #E2EFFF;
    box-sizing: border-box;
}
.spca-block8-body{
    width: 1391px;
    margin: 0 auto;
    padding-top: 65px;
}


.spca-block9-container{
    width: 100%;
    height: 760px;
    background: url(../img/cmmi_new_block9_bg.png) no-repeat center center;
    background-size: 100% 827px;
    box-sizing: border-box;
}
.spca-block9-body{
    width: 1165px;
    margin: 0 auto;
    padding-top: 72px;
}
.spca-block9-content-img{
    width: 1146px;
    margin: 0 auto;
    padding-top: 39px;
    display: block;
}


.spca-block10-container{
    width: 100%;
    height: 747px;
    background: url(../img/cmmi_new_block10_bg.png) no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.spca-block10-body{
    width: 1153px;
    margin: 0 auto;
    padding-top: 78px;
}
.spca-block10-content{
    margin-top: 52px;
    padding: 24px 30px;
    box-sizing: border-box;
    background: linear-gradient(to bottom,#F1F3FF,white);
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px rgba(14,97,255,0.12);

    display: flex;
    justify-content: flex-start;
    position: relative;
}
.spca-block10-img{
    width: 420px;
    height: 310px;
    flex-shrink: 0;
    cursor: pointer;
}
.spca-block10-text{
    font-size: 18px;
    line-height: 34px;
    color: #232A65;
    text-align: justify;
    margin-left: 21px;
}
.spca-block10-play{
    position: absolute;
    width: 63px;
    height: 63px;
    top: 148px;
    left: 209px;
    cursor: pointer;
}





.spca-block11-container{
    width: 100%;
    height: 723px;
    background: url(../img/cmmi_new_block11_bg.png) no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
}
.spca-block11-body{
    width: 1161px;
    margin: 0 auto;
    padding-top: 72px;
}
.spca-block11-img{
    margin-top: 39px;
    width: 1161px;
    height: 447px;
}





.spca-block12-container{
    width: 100%;
    height: 958px;
    background: #EAF1FF;
    box-sizing: border-box;
}
.spca-block12-body{
    width: 1170px;
    margin: 0 auto;
    padding-top: 80px;
}
.spca-block12-content{
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.spca-block2-item{
    width: 360px;
    height: 325px;
    margin: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 8px 0px rgba(14,97,255,0.12),inset 0 0 0 2px white;
    background: white;
    position: relative;
}
.spca-block12-img{
    width: 100%;
    height: 204px;
    object-fit: cover;
    object-position: top left;
}
.spca-block12-mask{
    position: absolute;
    width: 360px;
    height: 204px;
    background: #000000;
    opacity: 0.49;
    top: 0;
    left: 0;
}
.spca-block12-play{
    position: absolute;
    width: 63px;
    height: 63px;
    top: 70px;
    left: 146px;
}
.spca-block12-item-text-body{
    background: linear-gradient(to bottom,white,#F4F5FF);
    padding: 10px 25px;
    box-sizing: border-box;
    height: 121px;
}
.spca-block12-item-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #282E3C;
}
.spca-block12-item-desc{
    margin-top: 8px;
    font-size: 12px;
    line-height: 21px;
    color: #282E3C;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 限制在三行 */
    overflow: hidden; /* 隐藏超出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
    word-break: break-all; /* 确保在任意字符处断行 */
    white-space: normal; /* 确保文本不会挤在一起 */
}

.play_window {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: #ffffff;
    z-index: 1000;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
}
.close-window {
    position: absolute;
    top: 0px;
    right: -43px;
    z-index: 1000;
    font-size: 40px;
    cursor: pointer;
    background: #ffffff;
    color: #000000;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 44px;
}
.play_window .play_model {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}





.spca-block13-container{
    width: 100%;
    height: 886px;
    background: url(../img/cmmi_new_block13_bg.png) no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
}
.spca-block13-body{
    width: 1154px;
    margin: 0 auto;
    padding-top: 80px;
}
.spca-block13-content{
    margin-top: 55px;
    padding-left: 24px;
    padding-top:  26px;
    padding-bottom: 26px;
    background: rgba(255, 255, 255, 0.61);
    border-radius: 8px;
}
.power_model {
    width: 220px;
    height: 238px;
    border-right: solid 1px #dbdbdb;
    border-top: solid 1px #dbdbdb;
    position: relative;
}
.power_model:hover > .bottom_text {
    background: #1E55F6;
}
.model_dialog {
    display: none;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
}
.power_model:hover {
}
.power_model img {
    width: 152px;
    height: 207px;
    margin: 15px 34px;
}
.bottom_text {
    width: 100%;
    height: 43px;
    background: rgba(0, 0, 0, 0.65);
    color: #ffffff;
    font-size: 16px;
    line-height: 43px;
    text-align: center;
    position: relative;
    bottom: 43px;
}




.spca-block14-container{
    width: 100%;
    height: 770px;
    background: #EAF1FF;
    box-sizing: border-box;
}
.spca-block14-body{
    width: 1221px;
    margin: 0 auto;
    padding-top: 85px;
}
.spca-block14-content{
    margin-top: 31px;
    display: flex;
}
.spca-block14-img{
    width: 407px;
    height: 402px;
}






.about-company-contact{
    width: 100%;
    height: 180px;
    background: url(/static/aboutUsNew/about-bottom-contact.png) center center no-repeat;
    background-size: cover;
}
.about-company-contact-click{
    width: 200px;
    height: 100%;
    margin: 0 auto;
    cursor: pointer;
    display: block;
}



.service {
    width: 1200px;
    height: 569px;
    margin: 0 auto;
    text-align: center;
}
.service_title {
    margin: 0 auto 50px auto;
    font-size: 40px;
    color: #101010;
    line-height: 52px;
}
.service_content {
    width: 1120px;
    height: 375px;
    margin: 0 auto;
    display: flex;
}
.serveice_model {
    width: 228px;
    height: 375px;
    margin: 0 25px;
    border-radius: 4px;
    border: 1px solid #eeeeee;
}
.serveice_model img {
    width: 230px;
    height: 262px;
    border-radius: 4px;
}
.service_name {
    font-size: 20px;
    color: #101010;
    line-height: 26px;
    margin: 0 auto;
    margin-top: 18px;
}
.service_detail {
    width: 170px;
    font-size: 16px;
    color: #666666;
    margin: 0 auto;
    margin-top: 10px;
}

