.cnumber {
    display: flex;
    align-items: center;
    justify-content: start;
}

.cnumber .cleft {
    width: 70%;
}

.cnumber .cright {
    width: 25%;
}

.cnumber .cleft .citem {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cnumber .cleft .canimote {
    visibility: visible;
    animation-delay: 0.8s;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.cnumber .cleft .canimote .cwd {
    width: 30%;
    text-align: center;
}

.cnumber .cleft .citem .tcen {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    color: #777;
}

.cnumber .cleft .citem:nth-of-type(2) {
    margin-top: 55px;
}

.cnumber .cleft .citem .numberB {
    font-size: 40px;
    font-weight: bold;
    color: #000;
}


.cnumber .cleft .citem .jiahao {
    top: -15px;
    font-size: 25px;
}

.cnumber .cright .coem {
    visibility: visible;
    animation-delay: 0.2s;
    animation-name: fadeInUp;
    font-size: 18px;
    color: #000;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.cnumber .cright .coemText {
    visibility: visible;
    animation-delay: 0.4s;
    animation-name: fadeInUp;
    font-size: 36px;
    padding-top: 10px;
    color: #000;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    line-height: normal !important;
}

.cnumber .cright .cline {
    visibility: visible;
    animation-delay: 0.6s;
    animation-name: fadeInUp;
    display: inline-block;
    width: 10%;
    height: 1px;
    background: #333;
    margin: 20px 0;
}

.cnumber .cright .coemText1 {
    visibility: visible;
    animation-delay: 0.8s;
    animation-name: fadeInUp;
    line-height: 36px;
    font-size: 18px;
    color: #000;
    font-family: HarmonyOS_Medium, sans-serif;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.cyan {
    padding-bottom: 10px !important;
    /*margin-top: 50px;*/
}

.cyanfa {
    transition: .2s width ease;
    display: flex;
    justify-content: center;
    align-items: center;

    visibility: visible;
    animation-duration: 1500ms;
    animation-delay: 0ms;
    animation-name: fadeInUp;
}

.cyan .cyanfa .cfa {
    width: 26.3333%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.cyan .cyanfa .cfa1 {
    margin-left: 15px;
}

.cyan .cyanfa img {
    width: 100%;
}

.cyan .cyanfa .fangimg {
    transition: transform 1s ease; /* 平滑过渡效果 */
}

.cyan .cyanfa .cfa:hover .fangimg {
    transform: scale(1.3); /* 放大1.5倍 */
}

.cyan .cyanfa .cfa .dtext {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 88;
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    padding: 20px;
    top: 0px;
    left: 0px;
}

.project-section .owl-dots::after {
    display: none !important;
}

.project-section .owl-dots:before {
    display: none !important;
}

.protitle {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: 500;
    color: #000;
}

.proxing {
    display: flex;
    align-items: center;
    justify-content: center;
}

.proxing .proitem {
    width: 290px;
    text-align: center;
}

.proxing .proitem .protext {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #000;
}

.proxing .proitem img {
    width: 65%;
}

.proxing .proitem:not(:first-of-type) {

}

.client1 {
    position: relative;
    padding: 0px !important;
}

.sec-tit1 {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: #000;
}

.cateImg {
    border-radius: 50%;
}

.cateText {
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: linear-gradient(90deg, #3eb134, #61b683);
    margin-top: 36px;
    padding: 10px 35px;
    display: inline-block;
    border-radius: 20px;
    cursor: pointer;
}

.cateLi {
    text-align: center;
}

.zline {
    margin-top: 5px;
    margin-bottom: 25px;
    width: 180px;
    height: 1px;
    background: #bfb7b7;
}

.zoujin {
    display: flex;
    align-items: stretch; /* 使子元素在垂直方向上拉伸 */
}

.about-img {
    display: inline-block;
    max-width: 100% !important;
    height: 100% !important;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    object-fit: cover;
    object-position: center;
}

.cjlvyen {
    font-size: 24px;
    color: #999;
    margin-left: 10px;
}

.zoujin .image-container {
    width: 45%;
}

.image-container img {
    width: 100%; /* 图片宽度自适应容器宽度 */
    height: auto; /* 保持图片比例 */
    display: block; /* 移除图片底部的间隙 */
}

.text-container {
    width: 50%;
    padding: 10px; /* 给文本容器一些内边距 */
}

.text-container p {
    font-size: 18px !important;
    line-height: 40px !important;
}

.lookmore {
    padding: 10px 20px 10px 20px;
    background-color: #3eb134;
    color: #fff;
    width: 120px;
    text-align: center;
    border-radius: 40px;
    font-size: 16px;
}