#content-app {
}

.container-item {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.statistics {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}

.statistics-item {
    width: 371px;
    height: 214px;
    background: linear-gradient(to top, #0D63F3 0%, #80BFFD 100%);
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    transition: transform 0.3s ease;
}

.statistics-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(13, 99, 243, 0.3);
}

.item1 {
    font-size: 50px;
    color: #FFFFFF;
    font-weight: bold;
}

.item2 {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 20px;
}

.item3 {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.keyan {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom:90px;
}
.keyan:last-of-type {
    margin-bottom: 0;
}

.yuyue {
    margin: 30px 0;
    gap: 18px;
}
.yuyue-item{
    flex: 1;
    width: 0;
}
.yuyue .el-input__inner{
    border-radius: 4px;
}
.index-btn {
    width: 126px;
    height: 32px;
    background: #0D63F3;
    border-radius: 4px;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease;
}
.index-btn:hover{
    transform: scale(1.05);
}
.el-select {
    width: 100%;
}

.keyanyiqi {
    width: 100%;
}

.keyanTitle {
    width: 130px;
    height: 38px;
    background: linear-gradient(90deg, #0D63F3 0%, #48A7FF 100%);
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-radius: 5px 5px 0 0;
}
.title-icon {
    width: 18px;
    height: 18px;
}
.keyanTitle1 {
    margin-left: 10px;
    color: #FFFFFF;
}

.yiqiTop {
    border-bottom: 2px solid #0D63F3;
    padding-bottom: 5px;
    box-sizing: border-box;
    font-size: 15px;
}

.yiqiItem {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 30px;
    grid-gap: 29px;
    position: relative;
}
.yijianyuyue {
    position: absolute;
    right: -90px;
    top: 0;
    width: 60px;
    height: 145px;
    background: #0D63F3;
    border-radius: 6px;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    writing-mode: vertical-rl; /* rl=从右到左，也可以用 vertical-lr 从左到右 */
    text-align: center;
    line-height: 60px;
    letter-spacing: 2px;
    cursor: pointer;
}

.yiqiItem1 {
    background: #FFFFFF;
    box-shadow: 0px 0 24px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-sizing: border-box;
}
.yiqiItem1:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.yiqi-info {
    padding: 10px 16px;
}
.yiqi-content{
    font-weight: 400;
    font-size: 12px;
    color: #4E5969;
    max-width: 270px;
    line-height: 1.5;
}
.item-title {
    max-width: 270px;
    font-weight: 700;
    font-size: 15px;
    color: #0C0D0E;
    margin-bottom: 14px;
}
.yiqiItem1 img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.item-status {
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
    margin: 0 10px 10px;
    border-radius: 4px;
}

.status-available {
    background-color: #f0f9ff;
    color: #0D63F3;
}

.status-busy {
    background-color: #fff2f0;
    color: #ff4d4f;
}

.ruzhu {
    width: 30%;
    min-height: 485px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;

}
.ruzhu-text {
    font-size: 14px;
    line-height: 1.6;
}
.ruzhu img {
    margin: 80px 0;
    max-width: 80%;
}

.ruzhu .el-button {
    margin-top: 80px;
    width: 80%;
}

.ruzhu2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ruzhu1 {
    background-size: cover;
    width: 48%;
    height: 200px;
    margin-top: 20px;
    color: #FFFFFF;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.ruzhu1:hover {
    transform: scale(1.03);
}

.ruzhu1:nth-child(2n) {
    margin-right: 0;
}

.ruzhu1 .item-title {
    margin: 20px 0;
    font-size: 21px;
    color: white;
}
.ruzhu-right-title {
    font-weight: 500;
    padding: 5px 20px;
    background: linear-gradient( 90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
.count {
    background: #FF9A0D;
    border-radius: 5px;
    padding: 2px 5px;
    font-weight: 500;
    margin-left: 10px;
}
/* 最新动态区 */
.news-section {
    display: flex;
    gap: 16px;
    margin-top: 18px;
}
.news-main {
    width: 400px;
    height: 315px;
}
.new-swiper-slide{
  position: relative;
  border-radius: 10px;
    overflow: hidden;
    cursor: pointer;

}
.new-slide-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    height: 50px;
    background: rgba(0,0,0,0.5);
    border-radius: 0px 0px 10px 10px;
    padding: 0 16px;
    line-height: 50px;
}
.news-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-list {
    flex: 1;
    width: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.news-item {
    display: flex;
    gap: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.news-item img {
    width: 180px;
    height: 86px;
    border-radius: 4px;
}
.news-info-title{
    font-weight: 700;
    font-size: 18px;
    color: #0C0D0E;
    margin-bottom: 8px;
}
.news-info-content{
    font-weight: 400;
    font-size: 14px;
    color: #0C0D0E;
    line-height: 1.5;
}
.news-info {
    flex: 1;
    width: 0;
    cursor: pointer;
    transition: color 0.3s;
    padding-top: 10px;
    box-sizing: border-box;
}
.news-info:hover .news-info-title{
    color: #0D63F3;
}
.news-date {
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    white-space: nowrap;
}
/* 典型案例区 */
.dianxinganli {
    background-image: url("../images/bg1.png");
    background-size: 100% 100%;
    background-position: center;
    padding-top: 57px;
    padding-bottom: 47px;
}
.case-section {
    width: 1200px;
    margin-top: 30px;
}
.case-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 33px;
}
.case-card {
    height: 180px;
    background-size: cover;
    background-position: center;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s;
}
.case-card:hover{
    transform: translateY(-20px);
}

.case-card .title {
    height: 48px;
    background: linear-gradient( 0deg, #000000 0%, rgba(0,0,0,0) 100%);
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    padding: 0 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}
.pagination span {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 2px;
    cursor: pointer;
}
.pagination span.active {
    background: #0D63F3;
    color: #fff;
    border-color: #0D63F3;
}
/* 服务能力区 */
.service-section {
    position: relative;
    margin-top: 48px;
}
.service-section .swiper-slide {
    height: 386px;
    transition: transform 0.3s;
    background: #fff;
    cursor: pointer;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}
.service-section .swiper-slide:hover{
    transform: translateY(-20px);
}
.service-swiper {
    width: 1030px;
    margin: 0 auto;
    padding-top: 30px;
}
.service-swiper-title{
    font-weight: 600;
    font-size: 18px;
    color: #0C0D0E;
    margin-bottom: 12px;
}
.service-swiper-content {
    font-weight: 400;
    font-size: 14px;
    color: #0C0D0E;
    line-height: 1.6;
    height: 90px;
}
.service-swiper-info{
  padding: 24px;
    box-sizing: border-box;
}
.service-swiper img {
    width: 100%;
    height: 186px;

}

.service-swiper .detail-link {
    font-weight: 600;
    font-size: 18px;
    color: #0D63F3;
    cursor: pointer;
    text-align: center;
}
.service-swiper-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


.service-swiper-button {
    background: #0d63f3;
}
.swiper-button-prev:after, .swiper-button-next:after{
        font-size: 15px;
        color: #fff;
}
.filter-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.filter-bar .el-input {
    width: 160px;
}
.search-btn {
    background: #0D63F3;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}


