@charset "utf-8";

/* 可持续发展 */

.text-center {
    text-align: center;
}

.sustain .about-tit {
    background: #dcdddd;
    padding: 50px 0
}

.about-tit-filiale {
    font-size: 24px;
    font-weight: 100;
}

.sustain .about-tit-head {
    background: url(../png/bg-line-2.png) bottom no-repeat;
    /* width: 300px; */
    text-align: center;
}


/* 联系我们 */

#container {
    min-height: 600px;
    background: url(http://api.map.baidu.com/staticimage?width=1920&amp;height=600&amp;center=118.630944,35.772531&amp;zoom=17&amp;markers=118.63089,35.772359&amp;markerStyles=l,1) center no-repeat;
}

.con-item {
    padding: 0;
}

.con-item {
    flex: auto;
}

.flex {
    display: flex;
    padding-bottom: 80px;
}

.icon {
    width: 100%;
    border-bottom: 1px solid #c9caca;
    padding: 40px;
}

.icon-phone {
    background: url(../png/phone-2.png) center no-repeat;
}

.icon-email {
    background: url(../png/email-2.png) center no-repeat;
}

.icon-home {
    background: url(../png/home-2.png) center no-repeat;
}

.contenct-detail {
    padding: 40px 0;
}

.next-btn,
.prev-btn {
    width: 32px;
    height: 202px;
    border-radius: 5px;
    border: 0;
}

.prev-btn {
    left: -20px;
    background: url(../png/left-2.png) center no-repeat;
}

.slick-slider .slick-arrow {
    opacity: 1;
}

.next-btn {
    right: -20px;
    background: url(../png/right-2.png) center no-repeat;
}

#map {
    width: 100%;
    height: 500px;
}

.con-item:not(:last-child) {
    border-right: 1px solid #c9caca;
}

.icon-label {
    color: #221815;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .con-item:not(:last-child) {
        border-right: 0;
    }
    .icon-label {
        color: #221815;
        font-size: 14px;
        text-align: center;
        line-height: 60px;
    }
}

@media (min-width: 768px) {
    .icon-label {
        font-size: 12px;
    }
}

@media (min-width: 1240px) {
    .icon-label {
        font-size: 16px;
    }
}

@media (min-width: 1600px) {
    .icon-label {
        font-size: 24px
    }
}