@charset "utf-8";

/* 可持续发展 */

.text-center {
    text-align: center;
}

.sustain .about-tit {
    background: #dcdddd;
    padding: 50px 0
}

.about-tit-filiale1 {
    font-size: 24px;
    font-weight: 100;
    display: block;
    padding: 10px;
}

.about-tit-filiale {
    font-size: 24px;
    font-weight: 100;
    display: none;
}

.sustain .about-tit-head {
    background: url(../img/bg-line.png) bottom repeat-x;
    width: 300px;
    text-align: center;
}


/* 联系我们 */

#container {
    min-height: 600px;
    background: url(http://api.map.baidu.com/staticimage?width=1920&height=600&center=118.630944,35.772531&zoom=17&markers=118.63089,35.772359&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(../img/content/phone.png) center no-repeat;
}

.icon-email {
    background: url(../img/content/email.png) center no-repeat;
}

.icon-home {
    background: url(../img/content/home.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(../img/kcxfz/left.png) center no-repeat;
}

.slick-slider .slick-arrow {
    opacity: 1;
}

.next-btn {
    right: -20px;
    background: url(../img/kcxfz/right.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;
}

@media only screen and (max-width: 575px) {
    .con-item:not(:last-child) {
        border-right: 0;
    }
    .icon-label {
        color: #221815;
        font-size: 21px;
        text-align: center;
        line-height: 60px;
    }
}

@media (min-width: 768px) {
    .icon-label {
        font-size: 16px
    }

    .about-tit-filiale1 {
        display: none;
    }

    .about-tit-filiale {
        display: block;
    }
}

@media (min-width: 1240px) {
    .icon-label {
        font-size: 16px;
        line-height: 30px
    }
}

@media (min-width: 1600px) {
    .icon-label {
        font-size: 24px
    }
}