/* 公用样式 */

/* 联系我们 */
.ggh-contact-contact .container .row {
    padding: 0 20px;
}

.ggh-contact-contact .container .row .col .container .row .col {
    padding: 40px 0;
    border: 1px solid #e3e3e3;
}

.container .content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.container .content .contact-item {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e3e3e3;
    width: 220px;
    height: 190px;
    color: #999999;
}

.container .content .contact-item .no-hover-content {
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container .content .contact-item .hover-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.container .content .contact-item .hover-content .hover-inner {
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container .content .contact-item .hover-content .hover-inner span {
    margin: 5px 20px;
}

.container .content .contact-item .no-hover-content .iconfont {
    font-size: 60px !important;
    margin-bottom: 10px;
    color: #cccccc;
}

.container .content .contact-item:hover {
    color: white;
    background-color: var(--main-color);
}

.container .content .contact-item:hover .no-hover-content {
    display: none;
}

.container .content .contact-item:hover .hover-content {
    display: block;
}

@media screen and (max-width: 576px) {
    .container .content .contact-item {
        width: 340px;
        height: 300px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .container .content .contact-item .hover-content .hover-inner {
        flex-wrap: wrap;
    }

    .container .content .contact-item .hover-content .hover-inner span {
        margin: 0;
        font-size: 16px;
    }
    .container .content .contact-item .no-hover-content .iconfont {
        font-size: 80px !important;
        margin-bottom: 10px;
    }
    .container .content {
        justify-content: center;
    }
}

@media screen and (min-width: 576px) {
    .container .content .contact-item {
        width: 340px;
        height: 300px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .container .content .contact-item .hover-content .hover-inner {
        flex-wrap: wrap;
    }

    .container .content .contact-item .hover-content .hover-inner span {
        margin: 0;
        font-size: 16px;
    }

    .container .content .contact-item .no-hover-content .iconfont {
        font-size: 80px !important;
        margin-bottom: 10px;
    }
    .container .content {
        justify-content: center;
    }
}

@media screen and (min-width: 768px) {

    .container .content .contact-item {
        width: 31%;
        height: 190px;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .container .content .contact-item .hover-content .hover-inner {
        flex-wrap: wrap;
        font-size: 14px;
    }

    .container .content .contact-item .hover-content .hover-inner span {
        margin: 5px 10px;
    }

    .container .content .contact-item .no-hover-content .iconfont {
        font-size: 62px !important;
        margin-bottom: 10px;
    }
    .container .content {
        justify-content: space-between;
    }
}

@media screen and (min-width: 992px) {
    .container .content .contact-item {
        width: 31%;
        height: 265px;
        font-size: 22px;
    }

    .container .content .contact-item .hover-content .hover-inner {
        flex-wrap: wrap;
        font-size: 20px;
    }

    .container .content .contact-item .hover-content .hover-inner span {
        margin: 5px 20px;
    }

    .container .content .contact-item .no-hover-content .iconfont {
        font-size: 80px !important;
        margin-bottom: 10px;
    }

}

@media screen and (min-width: 1200px) {
    .container .content .contact-item {
        width: 31%;
        height: 320px;
        font-size: 22px;
    }

    .container .content .contact-item .hover-content .hover-inner {
        flex-wrap: wrap;
    }

    .container .content .contact-item .hover-content .hover-inner span {
        margin: 5px 20px;
    }

    .container .content .contact-item .no-hover-content .iconfont {
        font-size: 96px !important;
        margin-bottom: 10px;
    }

}

/* 在线意见反馈 */
.ggh-content-opinion .container .row .col {
    padding: 0px;
}

.ggh-content-opinion .container .row .col input {
    border: none;
    border: 1px solid #e3e3e3;
    text-indent: 10px;
}

.ggh-content-opinion .container .row .col input::-webkit-input-placeholder {
    color: #e3e3e3;
    padding-left: 10px;
}

/* input placeholder样式 */
/* 使用webkit内核的浏览器 */
.ggh-content-opinion .container .row .col input:-moz-placeholder {
    color: #e3e3e3;
    padding-left: 10px;
}

/* Firefox版本4-18 */
.ggh-content-opinion .container .row .col input::-moz-placeholder {
    color: #e3e3e3;
    padding-left: 10px;
}

/* Firefox版本19+ */
.ggh-content-opinion .container .row .col input:-ms-input-placeholder {
    color: #e3e3e3;
    padding-left: 10px;
}

/* textarea placeholder 样式 */
.ggh-content-opinion .container .row .col textarea {
    border-color: #e3e3e3;
    text-indent: 10px;
    resize:none
}

.ggh-content-opinion .container .row .col textarea::-webkit-input-placeholder {
    color: #e3e3e3;
    padding-left: 10px;
    padding-top: 10px;
}

/* 使用webkit内核的浏览器 */
.ggh-content-opinion .container .row .col textarea:-moz-placeholder {
    color: #e3e3e3;
    padding-left: 10px;
    padding-top: 10px;
}

/* Firefox版本4-18 */
.ggh-content-opinion .container .row .col textarea::-moz-placeholder {
    color: #e3e3e3;
    padding-left: 10px;
    padding-top: 10px;
}

/* Firefox版本19+ */
.ggh-content-opinion .container .row .col textarea:-ms-input-placeholder {
    color: #e3e3e3;
    padding-left: 10px;
    padding-top: 10px;
}

.ggh-content-opinion .container .btn-view {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ggh-content-opinion .container .btn-view .submit-btn {
    width: 190px;
    height: 44px;
    background-color: var(--main-color);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    cursor: pointer;
}


/* 地理位置 */
#bmapcontainer {
    height: 460px;
}

@media screen and (max-width: 576px) {
    #bmapcontainer {
        height: 200px;
    }
}

@media screen and (min-width: 576px) {
    #bmapcontainer {
        height: 200px;
    }
}

@media screen and (min-width: 768px) {
    #bmapcontainer {
        height: 250px;
    }
}

@media screen and (min-width: 992px) {
    #bmapcontainer {
        height: 400px;
    }
}

@media screen and (min-width: 1200px) {
    #bmapcontainer {
        height: 460px;
    }
}

.BMap_bubble_content {
    font-size: 12px !important;
}
.BMap_bubble_title {
    color: var(--main-color);
}