/* 悬浮窗 */
.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;
}

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

    padding-top: 116px;
}
.cmmm-block1-title{
    text-align: left;
    font-size: 54px;
    font-weight: bold;
    color: #232A65;
    line-height: 81px;
}
.cmmm-block1-tags{
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
    margin-bottom: 77px;
}
.cmmm-block1-tags>div{
    margin-right: 11px;
    background: linear-gradient(to right,#4491FE,#0067FF);
    color: white;
    border-radius: 8px;
    font-weight: 400;
    line-height: 29px;
    font-size: 19px;
    padding: 6px 32px;
    display: flex;
    align-items: center;
}
.cmmm-block1-tags>div img{
    margin-right: 4px;
}
.cmmm-block1-desc{
    font-size: 26px;
    color:#232A65;
    
    margin-bottom: 16px;
}
.cmmm-block1-link{
    color: #1E55F6;
    text-decoration: underline;
}



section {
    box-sizing: border-box;
}

h2 {
    color: #232A65;
    font-family: DingTalk-JinBuTi, DingTalk;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    font-weight: normal;
}

h3 {

}

.cmmm-block2-title-body{
    font-size: 36px;
    color:#232A65;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cmmm-block2-title{
    margin: 0 30px;
}


.cmmm-block2-container{
    width: 100%;
    height: 2837px;
    background: linear-gradient(to bottom,#F0F3FE,white);
    box-sizing: border-box;
    margin-top: -2px;
}
.cmmm-block2-body{
    width: 1200px;
    height: 2792px;
    margin: 0 auto;
    padding: 0 98px;
    border-radius: 12px;
    background: white;
    box-sizing: border-box;
}

.cmmm-block2-section1-body{
    padding-top: 77px;
}

.cmmm-block2-section1-content{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.cmmm-block2-section1-right{
    margin-left: 46px;
}
.cmmm-block2-section1-right>span{
    color: #2F3E58;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin-top: 5px;
}
.cmmm-block2-section1-right>div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.cmmm-block2-section1-right>div div{
    width: 305px;
    height: 65px;
    border-radius: 8px;
    background: #F1F6FE;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    padding-left: 37px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-right: 10px;
    box-sizing: border-box;
}
.cmmm-block2-section1-right>div div:nth-child(2n){
    margin-right: 0;
}
.cmmm-block2-section1-right>div div span{
    color: #2F3E58;
    font-size: 14px;
    margin-left: 32px;
}


.cmmm-block2-section2-body{
    margin-top: 75px;
}
.cmmm-block2-section2-content{
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.cmmm-block2-section2-item{
    width: 495px;
    height: 160px;
    border-radius: 16px;
    background: #F1F6FE;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 10px;
    margin-bottom: 10px;
}
.cmmm-block2-section2-item:nth-child(2n){
    margin-right: 0;
}
.cmmm-block2-section2-item>div{
    margin-right: 29px;
    margin-left: 41px;
    width: 300px;
}
.cmmm-block2-section2-item>div h3{
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 10px;
    color: #232A65;
}
.cmmm-block2-section2-item>div p{
    color: #2F3E58;
    font-size: 14px;
    line-height: 21px;
}



.cmmm-block2-section3-body{
    margin-top: 70px;
}
.cmmm-block2-section3-content{
    margin-top: 25px;
    width: 1002px;
    height: 469px;
    border-radius: 16px;
    background: #F1F6FE;
    box-sizing: border-box;
    padding: 33px 43px 0 43px;
}
.cmmm-block2-section3-content>div{
    color: #2F3E58;
    font-size: 14px;
    line-height: 24px;
    width: 630px;
    text-align: center;
    margin: 0 auto;
}
.cmmm-block2-section3-content>div span{
    font-weight: 500;
}
.cmmm-block2-section3-content>img{
    width: 916px;
    margin: 0 auto;
}



.cmmm-block2-section4-body{
    margin-top: 70px;
}
.cmmm-block2-section4-content{
    margin-top: 27px;
    width: 1002px;
    height: 410px;
    border-radius: 16px;
    background: #F1F6FE;
    box-sizing: border-box;
    padding: 28px 31px 0 31px;
}
.cmmm-block2-section4-content>div{
    color: #2F3E58;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    width: 660px;
    margin: 0 auto;
    padding-bottom: 22px;
}


.cmmm-block2-section5-body{
    margin-top: 70px;
}
.cmmm-block2-section5-content{
    margin-top: 27px;
    width: 1002px;
    height: 545px;
    border-radius: 16px;
    background: #F1F6FE;
    box-sizing: border-box;
    padding: 28px 45px 0 45px;
}
.cmmm-block2-section5-content>div{
    color: #2F3E58;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.cmmm-block2-section5-item-body{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.cmmm-block2-section5-item-body>div{
    width: 210px;
    height: 305px;
    border-radius: 8px;
    background: white;
    padding-top: 30px;
    padding-left: 26px;
    box-sizing: border-box;
    position: relative;
}
.cmmm-block2-section5-item-body>div span{
    color: #232A65;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 2px;
    text-align: left;
    display: block;
}
.cmmm-block2-section5-item-body>div div{
    color: #2F3E58;
    font-size: 14px;
    line-height: 21px;
    margin-top: 14px;
    text-align: left;
}
.cmmm-block2-section5-item-body>div img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.cmmm-block2-section5-month{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: end;
    position: relative;
    overflow: hidden;
    height: 39px;
}
.cmmm-block2-section5-month>span{
    display:block;
    width: 100px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #1E55F6;
    font-size: 12px;
    color: white;
    border-radius: 4px;
}
.cmmm-block2-section5-month>div{
    width: 235px;
    height: 14px;
    position: absolute;
    left: 105px;
    top: -4px;
    border-radius: 4px;
    border: 1px solid #1E55F6;
}


.spca-promotion-block4-content-body{
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.spca-promotion-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-promotion-block4-content-item:last-child{
    margin-right: 0;
}
.spca-promotion-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-promotion-block4-content-item-title>img{
    margin-right: 10px;
}
.spca-promotion-block4-content-item-desc{
    font-size: 16px;
    line-height: 21px;
}

.cmmm-block3-container{
    width: 100%;
    height: 1568px;
    background: url(../img/cmmi_new_block3_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.cmmm-block3-body{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 72px;
}
.cmmm-block3-title-body{
    font-size: 36px;
    color:#232A65;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cmmm-block3-subtitle{
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    width: 860px;
    margin: 28px auto 41px auto;
}
.cmmm-block3-content-body{
    margin: 0 auto;
}
.cmmm-block3-left{
    width: 413px;
}
.cmmm-block3-right{
    width: 360px;
}
.cmmm-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 ;
}
.cmmm-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 ;
}
.cmmm-block3-text{
    color: #232A65FF;
    font-size: 17px;
    line-height: 23px;
}
.cmmm-block3-line{
    border-bottom: 1px solid rgba(124, 144, 173, 0.47);
    padding-bottom: 16px;
    margin-bottom: 20px;
}
.cmmm-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);
}
.cmmm-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;
}
.cmmm-block3-title2-body{
    font-size: 36px;
    color:#232A65;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 133px;
}
.cmmm-block3-subtitle2{
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    width: 870px;
    margin: 28px auto 70px auto;
}
.cmmm-block3-content2{
    display: flex;
    justify-content: center;
    flex-direction: row;
    z-index: 10;
    position: relative;
}
.cmmm-block3-right{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-left: 171px;
}
.cmmm-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;
}
.cmmm-block3-right-item.select{
    background-color: #0556FF;
    color: white;
}
.cmmm-block3-left2{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 467px;
    height: 452px;
    align-items: center;
}
.cmmm-block3-left-img{
    cursor: pointer;
}
.cmmm-block3-left-img1{
    height: 89px;
    width: 113px;
    background: url(../img/cmmi_new_block3_img1.png) no-repeat center center;
    background-size: 100% 100%;
}
.cmmm-block3-left-img1.select{
    background: url(../img/cmmi_new_block3_img_hover1.png) no-repeat center center;
    background-size: 100% 100%;
}
.cmmm-block3-left-img2{
    height: 52px;
    width: 192px;
    background: url(../img/cmmi_new_block3_img2.png) no-repeat center center;
    background-size: 100% 100%;
}
.cmmm-block3-left-img2.select{
    background: url(../img/cmmi_new_block3_img_hover2.png) no-repeat center center;
    background-size: 100% 100%;
}
.cmmm-block3-left-img3{
    height: 53px;
    width: 272px;
    background: url(../img/cmmi_new_block3_img3.png) no-repeat center center;
    background-size: 100% 100%;
}
.cmmm-block3-left-img3.select{
    background: url(../img/cmmi_new_block3_img_hover3.png) no-repeat center center;
    background-size: 100% 100%;
}
.cmmm-block3-left-img4{
    height: 53px;
    width: 341px;
    background: url(../img/cmmi_new_block3_img4.png) no-repeat center center;
    background-size: 100% 100%;
}
.cmmm-block3-left-img4.select{
    background: url(../img/cmmi_new_block3_img_hover4.png) no-repeat center center;
    background-size: 100% 100%;
}
.cmmm-block3-left-img5{
    height: 123px;
    width: 467px;
    background: url(../img/cmmi_new_block3_img5.png) no-repeat center center;
    background-size: 100% 100%;
}
.cmmm-block3-left-img5.select{
    background: url(../img/cmmi_new_block3_img_hover5.png) no-repeat center center;
    background-size: 457px 100%;
    margin-left: 10px;
}
.cmmm-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;
}



.cmmm-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;
}
.cmmm-block4-body{
    width: 1200px;
    margin: 0 auto;
    padding-top: 88px;
}
.cmmm-block4-subtitle{
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    width: 855px;
    margin: 28px auto 37px auto;
}
.cmmm-block4-content-body{
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.cmmm-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;
}
.cmmm-block4-content-item:last-child{
    margin-right: 0;
}
.cmmm-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;
}
.cmmm-block4-content-item-title>img{
    margin-right: 10px;
}
.cmmm-block4-content-item-desc{
    font-size: 16px;
    line-height: 21px;
}




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



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





.relatedIssues {
    width: 100%;
    height: 635px;
    background: url(/static/goodsDetails/goods_details_9001_20220812/img/relatedIssues_bac.png) center center no-repeat
    no-repeat;
    background-size: cover;
}
.relatedIssues_content {
    width: 950px;
    height: 310px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 55px;
}
.relatedIssues_content > div {
    width: 464px;
    height: 145px;
    background: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(0, 32, 178, 0.1);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px;
}
.relatedIssues_content > div:hover {
    background: linear-gradient(135deg, #f4f5f7 0%, #ffffff 60%, #ffffff 100%);
    box-shadow: 5px 5px 20px 0px rgba(9, 93, 254, 0.25);
}
.relatedIssues_content > div p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.relatedIssues_content_title span {
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 7px;
    font-size: 12px;
    font-weight: 600;
    color: #0953f7;
    line-height: 17px;
    background: #e6e9ff;
    border-radius: 3px;
    position: relative;
    top: -2px;
    left: -3px;
    margin-right: 10px;
}
.relatedIssues_content_title {
    font-size: 18px !important;
    font-weight: 600;
    color: #151723 !important;
    line-height: 25px;
    margin-bottom: 15px;
}
.relatedIssues_link {
    display: inline-block;
    width: 230px;
    height: 45px;
    background: #fb6401;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
    margin-top: 45px;
    text-align: center;
    position: relative;
    left: 50%;
    margin-left: -115px;
}

.cmmm-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;
}
.cmmm-block9-body{
    width: 1165px;
    margin: 0 auto;
    padding-top: 72px;
}
.cmmm-block9-content-img{
    width: 1146px;
    margin: 0 auto;
    padding-top: 39px;
    display: block;
}


.cmmm-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;
}
.cmmm-block10-body{
    width: 1153px;
    margin: 0 auto;
    padding-top: 78px;
}
.cmmm-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;
}
.cmmm-block10-img{
    width: 420px;
    height: 310px;
    flex-shrink: 0;
    cursor: pointer;
}
.cmmm-block10-text{
    font-size: 18px;
    line-height: 34px;
    color: #232A65;
    text-align: justify;
    margin-left: 21px;
}
.cmmm-block10-play{
    position: absolute;
    width: 63px;
    height: 63px;
    top: 148px;
    left: 209px;
    cursor: pointer;
}





.cmmm-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;
}
.cmmm-block11-body{
    width: 1161px;
    margin: 0 auto;
    padding-top: 72px;
}
.cmmm-block11-img{
    margin-top: 39px;
    width: 1161px;
    height: 447px;
}





.cmmm-block12-container{
    width: 100%;
    height: 958px;
    background: #EAF1FF;
    box-sizing: border-box;
}
.cmmm-block12-body{
    width: 1170px;
    margin: 0 auto;
    padding-top: 80px;
}
.cmmm-block12-content{
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.cmmm-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;
}
.cmmm-block12-img{
    width: 100%;
    height: 204px;
    object-fit: cover;
    object-position: top left;
}
.cmmm-block12-mask{
    position: absolute;
    width: 360px;
    height: 204px;
    background: #000000;
    opacity: 0.49;
    top: 0;
    left: 0;
}
.cmmm-block12-play{
    position: absolute;
    width: 63px;
    height: 63px;
    top: 70px;
    left: 146px;
}
.cmmm-block12-item-text-body{
    background: linear-gradient(to bottom,white,#F4F5FF);
    padding: 10px 25px;
    box-sizing: border-box;
    height: 121px;
}
.cmmm-block12-item-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #282E3C;
}
.cmmm-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%);
}





.cmmm-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;
}
.cmmm-block13-body{
    width: 1154px;
    margin: 0 auto;
    padding-top: 80px;
}
.cmmm-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;
}




.cmmm-block14-container{
    width: 100%;
    height: 770px;
    background: #EAF1FF;
    box-sizing: border-box;
}
.cmmm-block14-body{
    width: 1221px;
    margin: 0 auto;
    padding-top: 85px;
}
.cmmm-block14-content{
    margin-top: 31px;
    display: flex;
}
.cmmm-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;
}

