.home-body-container {
    min-height: 500px;
}

.home-case .comp-comm-item {
    width: 18%;
}

.home-equip .comp-comm-item {
    width: 31%;
    /*padding-bottom: 75%;*/
}

.home-equip .comp-comm-list {
    flex-wrap: nowrap;
}

.home-inst {
    height: 620px;
    margin: 30px 0;
}

.home-inst .wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-inst-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 12px auto 48px;
}

.home-inst-info {
    width: 58%;
}

.home-inst-info-content {
    margin: 30px auto;
    font-size: 16px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.home-inst-img {
    width: 40%;
}

.home-infomation {
    margin: 30px 0;
}

.home-infomation * {
    color: #FFF !important;
}

.home-infomation .wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-infomation-head {
    background-color: #34D5DA;
    padding: 20px;
}

.home-infomation .comp-newslist-img-info-container {
    width: 960px;
}

.home-infomation .comp-newslist-txt-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.home-infomation .comp-newslist-txt-item {
    width: 48%;
    margin: 0 1%;
    border-bottom: none;
}

.home-infomation .comp-newslist-txt-date {
    display: block;
}

.home-inquery .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.home-inquery-form {
    width: 56%;
}

.home-inquery-form .row {
    margin: 20px auto;
}

.home-inquery-form .form-control {
    background-color: #E6E6E6;
    border: 1px solid #C6C6C6;
}

.home-inquery-waterfall {
    width: 42%;
    height: 443px;
    overflow: hidden;
    position: relative;
}

.home-contact {
    margin: 30px 0;
}

.home-contact .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.home-contact-card {
    width: 40%;
}

.home-contact-map {
    width: 60%;
    height: 519px;
}

#baidu_map_container {
    width: 100%;
    height: 100%;
}

.ivan {
    margin-top: 40px;
}

.civan {
    width: 1100px;
    margin: 20px auto;
}