/*版式1*/
#pcMoreFlag {
    display: none;
}

.list-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    min-height: 400px;
}

.list-1-item {
    width: calc((100% - 32px) / 3);
    margin-bottom: 24px;
}

.list-1-item:hover h2 {
    background-color: #6bc8fd;
    color: white;
}

.list-1-item:hover h2::after {
    background: url(../images/plus1.png) no-repeat right;
}

.list-1-item h2 {
    height: 25px;
    background-color: #f6f6f6;
    padding: 23px 0 23px 12px;
    position: relative;
    transition: all 0.5s;
}

.list-1-item h2::after {
    content: '';
    width: 21px;
    height: 21px;
    background: url(../images/plus.png) no-repeat right;
    position: absolute;
    right: 18px;
    top: 27px;
    transition: all 0.5s;
}

.list-1-item h2 span {
    padding-right: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.list-1-img-box img {
    width: 100%;
    aspect-ratio: 4/3;
    display: block;
}

/*版式2*/
.list-2 {
    /*min-height: 400px;*/
}

.list-2 ul li {
    width: 573px;
    height: 116px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 54px;
    background: #ffffff;
    transition: all ease-in-out .3s;
    border-bottom: 1px dashed #6e6e6e;
}

.list-2 ul li:nth-child(2n) {
    margin-right: 0;
}

.list-2 ul li:hover {
    background: #6ac7fc;
    transition: all ease-in-out .3s;
}

.list-2-time {
    width: 126px;
    height: 100%;
    color: #6e6e6e;
}

.list-2-time h3 {
    font-size: 54px;
    text-align: center;
    transition: all ease-in-out .3s;
}

.list-2-time span {
    display: block;
    font-size: 16px;
    transition: all ease-in-out .3s;
    text-align: center;
    line-height: 24px;
}

.list-2 ul li:hover .list-2-time h3 {
    color: #fff;
    transition: all ease-in-out .3s;
}

.list-2 ul li:hover .list-2-time span {
    color: #fff;
    transition: all ease-in-out .3s;
}

.list-2-title {
    width: 411px;
    color: #6e6e6e;
}

.list-2-title p {
    color: #6e6e6e;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    transition: all ease-in-out .3s;
}

.list-2-title h3 {
    font-size: 16px;
    color: #2e2e2e;
    line-height: 45px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    transition: all ease-in-out .3s;
}

.list-2 ul li:hover .list-2-title p {
    color: #fff;
    transition: all ease-in-out .3s;
}

.list-2 ul li:hover .list-2-title h3 {
    color: #fff;
    transition: all ease-in-out .3s;
}

/*联系我们 && 关于我们 && 合作案例*/
.contact-wrap,
.about-wrap,
.case-wrap {
    margin-bottom: 25px;
}

.contact-wrap p,
.about-wrap p {
    line-height: 30px;
}

.about-wrap img,
.case-wrap img {
    width: 100%;
    aspect-ratio: 7/4.7;
    display: block;
    margin: 0 auto;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

#_pcMapWrap {
    margin-top: 20px;
    width: 100%;
    height: 650px;
    border: #cccccc solid 1px;
    border-radius: 4px;
}

#_pcMapWrap .amap-marker-label {
    border: 1px solid #cccccc;
    border-radius: 4px;
}

@media screen and (max-width: 1200px) {
    .list-2 ul li {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .list-2-title {
        width: calc(100% - 156px);
        float: left;
    }

    #_pcMapWrap {
        display: none;
    }
}
