/* 整个滚动条 */
::-webkit-scrollbar {
    width: 12px;
    /* 宽度 */
    background-color: #f9f9f9;
    /* 背景色 */
    border-radius: 10px;
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
    background: #e1e1e1;
    /* 轨道背景色 */
    border-radius: 10px;
    /* 轨道圆角 */
}

/* 滚动条的滑块 */
::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    /* 滑块背景色 */
    border-radius: 10px;
    /* 滑块圆角 */
    /* border: 2px solid #ffffff; */
    /* 滑块边框 */
}

/* 滑块在悬停或者点击时的样式 */
::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
    /* 悬停或点击状态下滑块背景色 */
}



/* index-banner begin */

.layui-fluid {
    width: 100%;
    padding: 0
}


@keyframes move {
    0% {
        width: 0
    }

    100% {
        width: 32px
    }
}

.layui-fluid .index-banner {
    position: relative;
    width: 100%;
    height: 520px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (max-width:980px) {

    .layui-fluid .index-banner {
        height: 300px;
    }
}

.layui-fluid .index-banner .banner-ul {
    height: 100%
}

.layui-fluid .index-banner .banner-ul .banner-ul-li {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.layui-fluid .banner-arrow {
    position: absolute;
    opacity: 0;
    display: flex;
    justify-content: space-between;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 80%;
    max-width: 1500px;
    height: 0px;
    align-items: center;
    margin: auto;
    cursor: pointer
}

.layui-fluid .banner-arrow .button-prev,
.layui-fluid .banner-arrow .button-next {
    width: 22px;
    height: 40px;
    z-index: 12;
    cursor: pointer
}

.layui-fluid .banner-arrow .button-prev {
    background: url("../images/index/arrow_L.png") no-repeat
}

.layui-fluid .banner-arrow .button-next {
    background: url("../images/index/arrow_R.png") no-repeat
}

.layui-fluid .banner-arrow-in {
    opacity: 1 !important;
    transition: opacity .1s
}

.layui-fluid .banner-arrow-out {
    opacity: 0 !important;
    transition: opacity .1s
}

.zoom-out {
    display: none;
    animation: out 2s
}

.zoom-in {
    display: block;
    animation: in 2s
}

.layui-fluid .index-banner .banner-bottom {
    position: absolute;
    display: flex;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 22
}

.layui-fluid .index-banner .banner-bottom li {
    width: 32px;
    height: 4px;
    background: #eae3e3;
    z-index: 13;
    cursor: pointer
}

.layui-fluid .index-banner .banner-bottom li div {
    height: 4px;
    width: 0;
    background: #268BFF;
}

.layui-fluid .index-banner .banner-bottom li.curli div {
    width: 100%;
    transition: width 6s;
    animation: move 6s 1
}

.layui-fluid .index-banner .banner-bottom li+li {
    margin-left: 14px
}

/* index-banner end */
/* 智慧农业数据+ zhihuinongye beigin */
.layui-fluid .zhihuinongye {
    width: 100%;
    /* height: 481px; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/index/zhihuinongye-bg.png");
    background-size: 100% 100%;
}

/* .layui-fluid .digital-growth {
    background: url("/img/index/img/ball.png");
    height: 540px;
    width: 100%
} */

.layui-fluid .zhihuinongye .banner-4 {
    /* padding-top: 56px; */
    width: 65%;
    height: 481px;
    max-width: 1440px;
    margin: 20px auto;
    text-align: center;
    background-size: cover;
    background-position: center;
    inset: 0;
}

.layui-fluid .zhihuinongye .banner-4 .title {
    width: 100%;
    font-weight: 400;
    font-size: 2.2rem;
    color: #333333;
    margin: 40px auto;
}

.layui-fluid .zhihuinongye .banner-4 .desc {
    width: 90%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: center;
    margin: 20px auto;
}

.layui-fluid .zhihuinongye .banner-4 ul {
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

.layui-fluid .zhihuinongye .banner-4 ul li {
    width: 25%;
    height: 180px;
    position: relative;
    font-weight: 400;
    font-size: 30px;
    color: #268BFF;

}

.layui-fluid .zhihuinongye .banner-4 ul li .img-down {
    width: 100%;
    margin: 0 auto
}

.layui-fluid .zhihuinongye .banner-4 ul li .img-down .number-wrap {
    font-size: 40px;
    position: relative;
    line-height: 2
}

.layui-fluid .zhihuinongye .banner-4 ul li .img-down .number-wrap:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: #268BFF;
    left: calc(50% - 7px);
    top: 100%
}

.layui-fluid .zhihuinongye .banner-4 ul li .img-down .number-wrap .number {
    position: relative
}

.layui-fluid .zhihuinongye .banner-4 ul li .img-down .number-wrap .number:after {
    content: "+";
    left: 100%;
    top: 0;
    font-size: 30px
}

.layui-fluid .zhihuinongye .banner-4 ul li .img-down .text {
    font-size: 18px;
    margin-top: 30px;
    white-space: nowrap
}

@media(any-hover: hover) {
    /* .layui-fluid .zhihuinongye .banner-4 ul li:hover {
        color: #ff9e00
    }

    .layui-fluid .zhihuinongye .banner-4 ul li:hover .img-down .number-wrap:after {
        background: #ff9e00
    } */
}

.layui-fluid .zhihuinongye .banner-4 ul .title {
    margin: 0;
    padding-top: 40px;
    font-size: 16px
}

.layui-fluid .zhihuinongye .more-btn {
    margin: 0 auto;
}

/* 
.layui-fluid .zhihuinongye .zhihuinongye-top {
    margin: 20px auto 0;
    width: 100%;
    text-align: center
}

.layui-fluid .zhihuinongye .zhihuinongye-top .zhihuinongye-title {
    font-size: 36px;
    font-weight: 400;
    color: #181a39;
}


.layui-fluid .zhihuinongye .zhihuinongye-middel {
    width: 70%;
    font-size: 14px;
    color: #000;
    margin: 20px auto;
    text-align: center;
}

.layui-fluid .zhihuinongye .zhihuinongye-bottom {
    width: 70%;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 20px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.layui-fluid .zhihuinongye .zhihuinongye-bottom .data-box {
    width: 70%;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.layui-fluid .zhihuinongye .zhihuinongye-bottom .data-box .data-nums {
    width: 70%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
}

.layui-fluid .zhihuinongye .zhihuinongye-bottom .data-box .data-line {
    width: 8%;
    height: 2px;
    margin: 10px auto;
    background-color: #1E6D33;
}

.layui-fluid .zhihuinongye .zhihuinongye-bottom .data-box .data-name {
    width: 70%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
}

 */

/* 智慧农业数据+ zhihuinongye end */


/* 云农谷AI+农业 begin */
.swiper-out {
    display: none
}

.swiper-in {
    display: block
}


.layui-fluid .solution-banner {
    position: relative;
    width: 100%
}

.layui-fluid .solution-banner .solution-banner-top {
    width: 100%;
    margin: 50px auto 30px;
    text-align: center
}

.layui-fluid .solution-banner .solution-banner-top .solution-banner-title {
    font-size: 2.2rem;
    font-weight: 400;
    color: #181a39
}

.layui-fluid .solution-banner .solution-banner-top .solution-banner-content {
    font-size: 18px;
    font-weight: 400;
    color: #6b707a;
    margin-top: 29px
}

.layui-fluid .solution-banner .solution-banner-nav {
    width: 100%;
    margin: 0 auto 20px;
    /* max-width: 1500px; */
    /* padding: 0 20px; */
    background: #EDF1F7;
    border-radius: 5px
}

.layui-fluid .solution-banner .solution-banner-nav .banner-nav-ul {
    width: var(--contentw);
    /* width: 70%; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 76px;
    line-height: 76px
}

.layui-fluid .solution-banner .solution-banner-nav .banner-nav-ul .banner-nav-li {
    width: 20%;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    color: #171818;
}

.layui-fluid .solution-banner .solution-banner-nav .banner-nav-li-active {
    background-color: #fff;
    border-bottom: 4px solid #268BFF;
}


.layui-fluid .solution-banner .solution-banner-bottom {
    width: var(--contentw);
    /* width: 70%; */
    /* max-width: 1500px; */
    margin: 0 auto 20px;
    position: relative;
    height: 300px
}

.layui-fluid .solution-banner .solution-banner-bottom .solution-banner-details {
    width: 100%;
    /* margin-left: 50px; */
    position: absolute;
    left: 0;
    top: 0
}

.layui-fluid .solution-banner .solution-banner-bottom .solution-banner-details .details-bg {
    position: absolute;
    width: 100%;
    height: 300px;
    background-image: url('../images/index/yunnonggu-bg.png');
    /* 替换为你的图片路径 */
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
}

.layui-fluid .solution-banner .solution-banner-bottom .solution-banner-details .details-top {
    position: absolute;
    width: 50%;
    padding: 30px;
    height: 300px;
    /* border-bottom: 1px solid #dcdfe8; */
}


.layui-fluid .solution-banner .solution-banner-bottom .solution-banner-details .details-top .details-top-title {
    position: relative;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    padding-bottom: 20px;
    /* margin-bottom: 28px */
}

/* .layui-fluid .solution-banner .solution-banner-bottom .solution-banner-details .details-top .details-top-title::after {
    position: absolute;
    left: 0;
    bottom: 0px;
    content: "";
    width: 40px;
    height: 2px;
    background: #ff8000;
    border-radius: 1px
} */

.layui-fluid .solution-banner .solution-banner-bottom .solution-banner-details .details-top .details-top-content {
    font-weight: 400;
    font-size: 14px;
    color: #F8FFFA;
    line-height: 24px;
    text-align: left;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.layui-fluid .solution-banner .solution-banner-bottom .solution-banner-details .details-top .details-top-button {
    position: absolute;
    bottom: 18%;
}

/* .layui-fluid .solution-banner .solution-banner-bottom .solution-banner-details .details-top .details-top-button:hover {
    background: #ff7e00
} */

/* 云农谷AI+农业 end */


/* 智能物联网硬件 begin */
.layui-fluid .zhinengwulianwang {
    width: 100%;
}

.layui-fluid .zhinengwulianwang .znwlw-top {
    width: 100%;
    margin: 50px auto 30px;
    text-align: center
}

.layui-fluid .zhinengwulianwang .znwlw-top .znwlw-title {
    font-weight: 400;
    font-size: 2.2rem;
    color: #333333;
}

.layui-fluid .zhinengwulianwang .znwlw-bg {
    position: relative;
    width: 100%;
    height: 512px;
    background-image: url('../images/index/zhinengwulian-bg.jpg');
    /* 替换为你的图片路径 */
    background-position: center center;
    background-repeat: no-repeat;
}

.layui-fluid .zhinengwulianwang .znwlw-content {
    position: relative;
    width: var(--contentw);
    /* width: 70%; */
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: flex;
    margin: 0 auto;
}

.layui-fluid .zhinengwulianwang .znwlw-content a {
    color: #fff;
    text-decoration: none;
}

.layui-fluid .zhinengwulianwang .znwlw-content .znwlw-content-left {
    width: 20%;
    height: 512px;
    overflow-y: auto;
}

.layui-fluid .zhinengwulianwang .znwlw-content .znwlw-content-right {
    width: 80%;
    padding: 30px;
}

.layui-fluid .zhinengwulianwang .znwlw-content .znwlw-content-right .znwlw-right-title {
    width: 100%;
    margin-top: 10px;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 26px;
}

.layui-fluid .zhinengwulianwang .znwlw-content .znwlw-content-right .znwlw-more-btn {
    width: 100%;
    margin-top: 20px;
}

.layui-fluid .zhinengwulianwang .znwlw-content .znwlw-content-left .znwlw-nav-ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.layui-fluid .zhinengwulianwang .znwlw-content .znwlw-content-left .znwlw-nav-ul .znwlw-nav-ul-item {
    width: 100%;
    height: 64px;
    line-height: 64px;
    align-items: center;
    text-align: center;
    background-color: #575757;
    border-bottom: 1px solid #5D6164;
    cursor: pointer;
}



.layui-fluid .zhinengwulianwang .znwlw-content .znwlw-content-left .znwlw-nav-ul .znwlw-nav-ul-item-active {
    background-color: rgb(45, 139, 229);
    border-bottom: 1px solid #5D6164
}

.layui-fluid .zhinengwulianwang .znwlw-content .znwlw-content-left .znwlw-nav-ul .znwlw-nav-ul-item:hover {
    background-color: rgb(45, 139, 229);
}

.layui-fluid .zhinengwulianwang .znwlw-content .znwlw-content-right .znwlw-dev-view {
    position: absolute;
    width: 55vw;
    margin: 10px auto;
    bottom: 5%;
    /* border: 1px solid #000 */
}


.layui-fluid .zhinengwulianwang .znwlw-content .znwlw-content-right .znwlw-dev-ul {
    width: 1000%;
    position: absolute;
    left: 0;
    top: 0;
    list-style: none;
}

.layui-fluid .zhinengwulianwang .znwlw-content .znwlw-content-right .znwlw-dev-list {
    width: 55vw;
    height: 265px;
    position: relative;
    overflow: hidden;
}

.layui-fluid .zhinengwulianwang .znwlw-content .znwlw-content-right .znwlw-dev-list li {
    float: left;
    width: 282px;
    height: 265px;
    background-color: rgba(255, 255, 255, .72);
    margin: 0 10px;
    text-align: center;
}


.layui-fluid .zhinengwulianwang .znwlw-content .znwlw-content-right .znwlw-dev-list img {
    /* vertical-align: top; */
    /* width: 282px;
    height: 265px; */
    /*保持原有比例 */
    /* object-fit: contain;
    margin: auto;
    padding: 10px; */
}


.layui-fluid .zhinengwulianwang .znwlw-content .znwlw-content-right .znwlw-dev-list img:hover {
    opacity: 0.7;
}

.layui-fluid .zhinengwulianwang .znwlw-content .znwlw-content-right .dev-button-prev {
    position: absolute;
    left: 1%;
    top: calc(50% - 25px);
    background: url("../images/index/arrow_L.png") no-repeat
}

.layui-fluid .zhinengwulianwang .znwlw-content .znwlw-content-right .dev-button-next {
    position: absolute;
    right: 1%;
    top: calc(50% - 25px);
    background: url("../images/index/arrow_R.png") no-repeat
}

.layui-fluid .zhinengwulianwang .znwlw-content .znwlw-content-right .dev-button-prev,
.layui-fluid .zhinengwulianwang .znwlw-content .znwlw-content-right .dev-button-next {
    width: 22px;
    height: 40px;
    z-index: 12;
    display: none;
    cursor: pointer
}




.layui-fluid .zhinengwulianwang .znwlw-content .znwlw-content-right ol {
    position: absolute;
    height: 20px;
    right: 20px;
    bottom: 20px;
    text-align: center;
    padding: 5px;
}

.layui-fluid .zhinengwulianwang .znwlw-content .znwlw-content-right ol li {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    margin: 5px;
    cursor: pointer;
}


.layui-fluid .zhinengwulianwang .znwlw-content .znwlw-content-right ol .znwlw-dev-current {
    background-color: pink;
}




.swiper-container {
    width: 60rem;
    margin: 0 auto;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: linear;
}


.swiper-container-free-mode>.swiper-wrapper img {
    width: 282px;
    height: 265px;
    /*保持原有比例 */
    object-fit: contain;
    margin: auto;
    padding: 10px;
}

.swiper-slide {
    flex-shrink: 0;
    width: 30%;
    /* height: 100%; */
    position: relative;
    transition-property: transform;
    background-color: rgba(255, 255, 255, .72);
    margin: 0 5px;
    text-align: center;
    display: flex;
    background-color: #fff;
}

.swiper-slide img {}

/* 智能物联网硬件 end */

/* 解决方案 begin */
.layui-fluid .jiejuefangan {
    width: 100%;
}

.layui-fluid .jiejuefangan .jiejuefangan-top {
    width: 100%;
    margin: 50px auto 30px;
    text-align: center
}

.layui-fluid .jiejuefangan .jiejuefangan-top .jiejuefangan-title {
    font-weight: 400;
    font-size: 2.2rem;
    color: #333333;
}


.layui-fluid .jiejuefangan .jiejuefangan-content {
    width: var(--contentw);
    /* width: 70%; */
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-top: 29px;
    height: 426px;
    display: flex;
    margin: 0 auto;
}

.layui-fluid .jiejuefangan .jiejuefangan-content .jiejuefangan-list {
    position: relative;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-top: 29px;
    height: 426px;
    display: flex;
    margin: 0 auto;
    overflow: hidden;
}


.layui-fluid .jiejuefangan .jiejuefangan-content .jiejuefangan-list .jiejuefangan-list-ul {
    width: 1000%;
    position: absolute;
    left: 0;
    top: 0;
    list-style: none;
}


.layui-fluid .jiejuefangan .jiejuefangan-content .jiejuefangan-list .jiejuefangan-list-ul li {
    float: left;
}

.layui-fluid .jiejuefangan .jiejuefangan-content .jiejuefangan-list .jiejuefangan-arrow {
    width: 96%;
    height: 50px;
    position: absolute;
    left: 2%;
    top: calc(50% - 25px);
    align-items: center;
    margin: auto;
    cursor: pointer;
    /* display: flex;
    justify-content: space-between; */
}

.layui-fluid .jiejuefangan .jiejuefangan-content .jiejuefangan-list .fangan-button-prev,
.layui-fluid .jiejuefangan .jiejuefangan-content .jiejuefangan-list .fangan-button-next {
    width: 22px;
    height: 40px;
    z-index: 12;
    display: none;
    cursor: pointer
}

.layui-fluid .jiejuefangan .jiejuefangan-content .fangan-button-prev {
    position: absolute;
    left: 1%;
    top: calc(50% - 25px);
    background: url("../images/index/arrow_L.png") no-repeat
}

.layui-fluid .jiejuefangan .jiejuefangan-content .fangan-button-next {
    position: absolute;
    right: 1%;
    top: calc(50% - 25px);
    background: url("../images/index/arrow_R.png") no-repeat
}

.layui-fluid .jiejuefangan .jiejuefangan-content .jiejuefangan-list .jiejuefangan-list-ul .item-box {
    position: relative;
    width: 17.5vw;
    height: 426px;
    cursor: pointer;
}

.layui-fluid .jiejuefangan .jiejuefangan-content .jiejuefangan-list .jiejuefangan-list-ul .item-box:hover .item-c {
    display: block
}

.layui-fluid .jiejuefangan .jiejuefangan-content .jiejuefangan-list .jiejuefangan-list-ul .item-box:hover .item-b {
    display: none
}

.layui-fluid .jiejuefangan .jiejuefangan-content .jiejuefangan-list .jiejuefangan-list-ul .item-box .item-a {
    position: absolute;
    width: 100%;
    height: 426px;
    pointer-events: none;
}

.layui-fluid .jiejuefangan .jiejuefangan-content .jiejuefangan-list .jiejuefangan-list-ul .item-box .item-b {
    position: absolute;
    width: 100%;
    height: 426px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    pointer-events: none;
}

.layui-fluid .jiejuefangan .jiejuefangan-content .jiejuefangan-list .jiejuefangan-list-ul .item-box .item-c {
    position: absolute;
    width: 100%;
    height: 426px;
    display: flex;
    background: rgba(5, 126, 180, 0.8);
    flex-direction: column;
    /* justify-content: center; */
    justify-content: space-around;
    padding: 10% 0;
    align-content: center;
    display: none;
    pointer-events: none;
    /* background-color: #ff2A5E; */
}

.layui-fluid .jiejuefangan .jiejuefangan-content .jiejuefangan-list .jiejuefangan-list-ul .item-box .item-a img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.layui-fluid .jiejuefangan .jiejuefangan-content .jiejuefangan-list .jiejuefangan-list-ul .item-box .item-b .icon {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
}

.layui-fluid .jiejuefangan .jiejuefangan-content .jiejuefangan-list .jiejuefangan-list-ul .item-box .item-b .name {
    width: 100%;
    height: 30px;
    font-size: 1vw;
    line-height: 30px;
    margin: 30px auto 0;
    text-align: center;
}


.layui-fluid .jiejuefangan .jiejuefangan-content .jiejuefangan-list .jiejuefangan-list-ul .item-box .item-c .icon {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
    pointer-events: none;
}

.layui-fluid .jiejuefangan .jiejuefangan-content .jiejuefangan-list .jiejuefangan-list-ul .item-box .item-c .name {
    width: 100%;
    height: 30px;
    font-size: 1vw;
    color: #FFFFFF;
    line-height: 30px;
    margin: 0px auto 10px;
    text-align: center;
    pointer-events: none;
}

.layui-fluid .jiejuefangan .jiejuefangan-content .jiejuefangan-list .jiejuefangan-list-ul .item-box .item-c .desc {
    width: 70%;
    font-weight: 400;
    font-size: 0.7vw;
    color: #FFFFFF;
    margin: 20px auto;
    text-align: center;
    pointer-events: none;
}

.layui-fluid .jiejuefangan .jiejuefangan-content .jiejuefangan-list .jiejuefangan-list-ul .item-box .item-c .btn {
    margin: 10px auto 0;
    text-align: center;
    position: absolute;
    left: calc(50% - 62px);
    bottom: 13%;
    height: 40px;
    /* color: #268BFF;
    display: block;
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto; */
}




/* 解决方案 end */

/* 城市合伙人 begin */
.cityhehuoren {
    width: 100%;
    margin: 50px 0;
}


.cityhehuoren .cityhehuoren-content {
    width: var(--contentw);
    /* width: 70%; */
    height: auto;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0 auto;
    background: url('../images/index/hehuoren-bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

.cityhehuoren .cityhehuoren-content .title {
    font-weight: 400;
    font-size: 2.2rem;
    color: #FFFFFF;
    margin: 30px auto 10px;
}

.cityhehuoren .cityhehuoren-content .desc {
    font-size: 0.8vw;
    color: #FFFFFF;
    margin: 0 auto 10px;
    text-align: center;
    line-height: 25px;
}

.cityhehuoren .cityhehuoren-content .tel {
    font-size: 25px;
    color: #FFFFFF;
    margin: 0 auto 10px;
}



.cityhehuoren .cityhehuoren-content .dengji-box {
    width: 70%;
    /* height: 200px; */
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 10px auto 50px;
    border-radius: 10px;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    line-height: 40px;
    text-align: center;
}

.cityhehuoren .cityhehuoren-content .dengji-box .info {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    height: 100px;
    display: flex;
}

.cityhehuoren .cityhehuoren-content .dengji-box .info-box {
    position: relative;
    width: 25%;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    margin: 10px auto 0px;
}

.cityhehuoren .cityhehuoren-content .dengji-box .info-box span {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    margin: 0px auto 10px;
}

.cityhehuoren .cityhehuoren-content .dengji-box .info-box input {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    border: none;
    background-color: none;
    /* 移除所有边框 */
    border-bottom: 1px solid #ccc;
    /* 显示下边框 */
    outline: none;
    /* 移除点击输入框时产生的默认边框（在某些浏览器中） */
}

.cityhehuoren .cityhehuoren-content .dengji-box .info-box p {
    width: 100%;
    font-size: 12px;
    margin-top: 0;
    text-align: left;
    line-height: 20px;
}


.cityhehuoren .cityhehuoren-content .dengji-box .info-box .xingzhengquhua {
    position: absolute;
    top: 42px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 30px;
    padding-right: 2px;
}

.cityhehuoren .cityhehuoren-content .dengji-box .info-box .xingzhengquhua::after {
    position: absolute;
    width: 100%;
    content: '';
    bottom: 7px;
    height: 1px;
    background-color: #ccc;
}

.cityhehuoren .cityhehuoren-content .dengji-box .info-box select {
    width: 33%;
    height: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    /* border-radius: 4px 4px 4px 4px;
    border: 1px solid #DEDEDE; */
    border: none;
    outline: none;
    appearance: none;
    color: rgb(123, 123, 123);
}

.cityhehuoren .cityhehuoren-content .dengji-box .info-box select::-moz-expand .cityhehuoren .cityhehuoren-content .dengji-box .info-box select::-ms-expand {
    display: none;
}

.cityhehuoren .cityhehuoren-content .dengji-box .xieyi {
    font-size: 14px;
    margin: 10px auto 10px;
}

.cityhehuoren .cityhehuoren-content .dengji-box .xieyi a {
    color: #268BFF;
}

/* 城市合伙人 end */

/* 新闻中心 begin */
.layui-fluid .xinwenzhongxin {
    width: 100%;
}

.layui-fluid .xinwenzhongxin .xinwenzhongxin-top {
    width: var(--contentw);
    margin: 50px auto 30px;
    text-align: center;

}

.layui-fluid .xinwenzhongxin .xinwenzhongxin-top .xinwenzhongxin-title {
    position: relative;
    width: 100%;
    font-weight: 400;
    font-size: 2.2rem;
    color: #333333;
    align-items: center;
}

.layui-fluid .xinwenzhongxin .xinwenzhongxin-top .xinwenzhongxin-title .morebtn {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 14px;
    cursor: pointer;
    /* transform: translateY(-50%); */
}

.layui-fluid .xinwenzhongxin .xinwenzhongxin-top .xinwenzhongxin-title .morebtn:hover {
    color: #268BFF;
}


.layui-fluid .xinwenzhongxin .xinwenzhongxin-content {
    /* width: 70%; */
    width: var(--contentw);
    font-size: 18px;
    font-weight: 400;
    margin-top: 35px;
    height: 300px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.news-box {
    width: 30%;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 29px;
    height: 310px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #F2F2F2;
    cursor: pointer;

}

@media screen and (max-width:980px) {
    .news-box {
        height: 250px;
    }

    .cityhehuoren .cityhehuoren-content {
        width: 100%;
    }

    .cityhehuoren .cityhehuoren-content .dengji-box {
        width: 70%;
    }
}

.news-box img {
    display: flex;
    width: 100%;
    height: 180px;
    min-height: 180px;
    object-fit: cover;
}

.news-box .news-title {
    width: 95%;
    margin: 5px auto 5px;
    font-size: 16px;
    color: #333333;
    min-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px 0;
}

.news-box .news-title:hover,
.news-box .news-txt:hover {
    color: rgb(19, 144, 234);
}

.news-box .news-txt {
    width: 95%;
    height: 40px;
    min-height: 40px;
    margin: 5px auto;
    font-size: 14px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}



.news-box .news-time {
    width: 95%;
    margin: 5px auto 10px;
    font-size: 14px;
    color: #999999;
}

.news-box .news-time span {
    margin: 0 5px;
    font-size: 21px;
    color: #999999;
}

/* 新闻中心 end */


/* 获取方案 begin */
.layui-fluid .huoqufangan {
    width: 100%;
    margin: 20px 0;
}

.layui-fluid .huoqufangan .huoqufangan-top {
    width: 100%;
    margin: 50px auto 0;
    text-align: center
}

.layui-fluid .huoqufangan .huoqufangan-top .huoqufangan-title {
    font-size: 2.2rem;
    font-weight: 400;
    color: #181a39
}


.layui-fluid .huoqufangan .huoqufangan-content {
    /* width: 70%; */
    width: var(--contentw);
    font-size: 18px;
    color: #000;
    margin-top: 29px;
    display: flex;
    margin: 0 auto 50px;
}


.layui-fluid .huoqufangan .huoqufangan-content .fangan-box {
    position: relative;
    width: 45%;
    font-size: 1.2vw;
    display: flex;
    margin: 0 auto;
    justify-content: flex-end;
    align-items: center;
    inset: 0;
    box-sizing: border-box;
}

.layui-fluid .huoqufangan .huoqufangan-content .fangan-box .fangan-icon {
    display: flex;
    width: 100%;
    /*保持原有比例 */
    object-fit: contain;
}

.layui-fluid .huoqufangan .huoqufangan-content .fangan-box .fangan-title {
    position: absolute;
    width: 80%;
    left: 8%;
    top: 26%;
    font-size: 1.3vw;
    color: #000000;
    margin: 0 auto;
}

.layui-fluid .huoqufangan .huoqufangan-content .fangan-box .fangan-btn {
    position: absolute;
    left: 8%;
    bottom: 25%;
}

/* 获取方案 end */

/* 合作案例 begin */
.layui-fluid .hezuoanli {
    width: 100%;
    margin: 20px 0;
}

.layui-fluid .hezuoanli .hezuoanli-top {
    width: 100%;
    margin: 50px auto 30px;
    text-align: center
}

.layui-fluid .hezuoanli .hezuoanli-top .hezuoanli-title {
    font-size: 2.2rem;
    font-weight: 400;
    color: #181a39
}


.layui-fluid .hezuoanli .hezuoanli-content {
    position: relative;
    width: 100%;
    font-size: 18px;
    color: #000;
    margin-top: 29px;
    height: 681px;
    display: flex;
}


.layui-fluid .hezuoanli .hezuoanli-content .bg-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* div的宽度设置为视口宽度 */
    height: 100%;
    /* div的高度设置为视口高度 */
    background: linear-gradient(180deg, #000000 0%, #060404 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 0.46;
    overflow: hidden;
}


.layui-fluid .hezuoanli .hezuoanli-content .bg-project {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 681px;
}

.no-select {
    display: none;
}

.layui-fluid .hezuoanli .hezuoanli-content .project-list-parent {
    /* background-color: rgba(0, 0, 0, 0.2); */
    width: var(--contentw);
    /* width: 70%; */
    height: auto;
    position: relative;
    margin: auto;
    /* overflow-x: hidden; */
    /* 隐藏水平滚动条 */
    /* overflow-y: auto; */
    /* 垂直滚动条根据内容大小显示 */
}

.layui-fluid .hezuoanli .hezuoanli-content .project-list-box {
    position: relative;
    width: 100%;
    height: auto;
    /* height: 580px; */
    margin: auto;
    position: relative;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}



.project-box {
    position: relative;
    width: 20%;
    height: 160px;
    display: block;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.project-box-frame {
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #E7EAEC;
}

.project-box-bg {
    width: 100%;
    /* height: 13vh; */
    left: 0;
    top: 0;
    background: #000000;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.58;
    pointer-events: none;
}

.project-box-bg-sel {
    background: rgba(5, 126, 180, 0.3);
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #E7EAEC;
}

.project-box-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.project-box .name {
    font-size: 0.7rem;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 10px;
    pointer-events: none;
}

.name2 {
    /* flex: 1; */
    /* margin-top: 30px; */
    font-size: 0.7vw;
    color: #FFFFFF;
    position: absolute;
    bottom: 10%;
    pointer-events: none;
}

.name3 {
    /* flex: 1; */
    /* margin-top: 30px; */
    font-size: 0.7vw;
    color: #FFFFFF;
    position: absolute;
    top: 10%;
    pointer-events: none;
}

.project-box-hove {
    position: absolute;
    left: -8px;
    top: -50px;
    width: 108%;
    height: 292px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.44);
    border-radius: 15px 15px 15px 15px;
}

.video {
    width: 100%;
    height: 120px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    pointer-events: none;
    /* object-fit: contain; */
    /* overflow-clip-margin: content-box; */
    /* overflow: clip; */
}

.project-box-hove .content {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.8rem;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
    /*超出的空白区域不换行*/
    /* overflow: hidden; */
    /*超出隐藏*/
    text-overflow: ellipsis;
    /*文本超出显示省略号*/
    pointer-events: none;
}


.project-box-hove .desc {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #999999;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 5px 0 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    /* 定义文本的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
}



.uplayer {
    --video-bg: #000;
    --loading-color: #ddd;
    --icon-color: #fff;
    --progress-bar-bg: #ffffff40;
    --progress-buf-bg: #ffffff60;
    --progress-bg: #ffffff;
    --volume-progress-bg: var(--progress-bg);
    width: 100%;
    height: 100%;
    position: relative;
    line-height: 0;
    background-color: var(--video-bg);
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 15px 15px 0 0;
    /* -webkit-clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
  clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%); */
    /* -webkit-mask-image: url('./images/btn_icon_6.png');
  -webkit-mask-size: 100% 100%; */
}

.uplayer__video {
    border-radius: 15px 15px 0 0;
    /* 设置圆角的大小 */
}

.video-bg-img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

.uplayer__loading {
    /* display: none; */
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
    border: 2px solid var(--loading-color);
    border-top-color: transparent;
    border-radius: 100%;
    animation: circle infinite 0.75s linear;
    z-index: 13;
}

@keyframes circle {
    0% {
        transform: rotate(0deg);
        /* 动画起始点 */
    }

    100% {
        transform: rotate(360deg);
        /* 动画结束点 */
    }
}



.hezuoanli .innovation-card {
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 10px;
    margin-top: 75px;
    position: relative */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 580px;
    margin: 95px auto;
    position: relative;
    /* display: block; */
    align-items: center;
}

.hezuoanli .innovation-card .card {
    width: 16.66%;
    position: relative
}

.hezuoanli .innovation-card .card .innovation-item {
    border: 1px solid rgba(144, 164, 174, .1);
    background: rgba(0, 0, 0, 0);
    height: 210px;
    display: flex;
    margin-top: -1px;
    margin-left: -1px;
    cursor: pointer
}

.hezuoanli .innovation-card .card .innovation-item .content {
    display: flex;
    align-items: center;
    margin: 0 auto
}

.hezuoanli .innovation-card .card .innovation-item .content img {
    display: block;
    width: 28px;
    height: 24px
}

.hezuoanli .innovation-card .card .innovation-item .content span {
    margin-left: 7px;
    font-size: 20px;
    color: #181a39;
    flex: 1
}

.hezuoanli .innovation-card .card .first-default-show {
    display: block !important;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 1
}

.hezuoanli .innovation-card .card .last-default-show {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: -5px;
    left: -5px
}

.hezuoanli .innovation-card .card .card-active>.innovation-item-hover {
    display: block
}

.hezuoanli .innovation-card .card .innovation-item:first-child .innovation-item-hover {
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 1
}

.hezuoanli .innovation-card .card .innovation-item:last-child .innovation-item-hover {
    position: absolute;
    z-index: 1;
    bottom: -5px;
    left: -5px
}

.hezuoanli .innovation-card .card .innovation-item-hover {
    display: none;
    background: #fff;
    width: 104%;
    border-radius: 14px;
    box-shadow: 4px 4px 15px 5px rgba(0, 0, 0, .2)
}

.hezuoanli .innovation-card .card .innovation-item-hover .video {
    width: 100%;
    height: 120px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px
}

.hezuoanli .innovation-card .card .innovation-item-hover .video .uplayer {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px
}

.hezuoanli .innovation-card .card .innovation-item-hover .desc {
    font-size: 14px;
    color: #6b707a;
    margin: 10px 0 15px 35px
}

.hezuoanli .innovation-card .card .innovation-item-hover .button {
    padding: 4px 23px;
    font-size: 14px;
    color: #fff;
    border: none;
    border-radius: 14px;
    background-color: #ff9e00;
    cursor: pointer;
    margin-left: 35px
}

/* 合作案例 end */