﻿
.contact-bar {
    width: 1200px;
    margin: 90px auto;
    font-size: 16px;
}

.tab_title {
    font-size: 38px;
}

.tab_contact {
    display: flex;
    width: 100%;
    background: #FFF;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 #EEE;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 300px;
}

    .tab_contact .item {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

        .tab_contact .item .info {
            flex: 1;
            min-width: 400px;
            text-align: center;
        }

            .tab_contact .item .info:first-child {
                border-right: 1px solid #EEE;
            }

            .tab_contact .item .info li {
                
            }
	    
            .tab_contact .item .info .ico {
                margin-bottom: 30px;
            }


            .tab_contact .item .info .ico img {
                height: 25px;
            }

            .tab_contact .item .info .title {
                font-size: 24px;
		font-family: Brown-Regular;
                margin-bottom: 22px;
            }

            .tab_contact .item .info .tel,.tab_contact .item .info .tel a {
                color: #828282;
		font-family: MiSansLatin-Normal;
		font-size: 16px;
                margin-bottom: 12px;
            }

            .tab_contact .item .info .msg {
                color: #0080C9;
            }

            .tab_contact .item .info .name {
                text-align: left;
                border-bottom: 1px solid #EEE;
                padding: 10px 0;
                font-size: 24px;
            }

            .tab_contact .item .info .details {
                text-align: left;
                color: #828282;
                padding: 20px 0;
                line-height: 2;
                position: relative;
            }

                .tab_contact .item .info .details a {
                    color: #828282;
                }

.ico_map {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    background: url("../img/ico_map.png") no-repeat;
    background-size: 24px;
    background-position: center center;
    cursor: pointer;
}

.ico_m_logog {
    background-image: url("../img/ico_m_logo.png");
    background-size: 600px;
    background-position: 750px 200px;
    background-repeat: no-repeat;
}

.f-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 50px auto;
    line-height: 1.5;
    font-size: 18px;
}

    .f-bar li {
        margin-bottom: 20px;
    }

    .f-bar .f-input {
        flex: 0 0 48%;
    }

        .f-bar .f-input .f-title, .f-bar .f-textarea .f-title {
            margin: 5px 0;
        }

    .f-bar .must {
        color: #c90000;
        font-size: 18px;
        margin: 0 5px;
    }

    .f-bar .f-input input {
        width: 100%;
        border-radius: 8px;
        line-height: 40px;
        padding: 5px 20px;
        border: 1px solid #E8E8E8;
	font-size: 18px;
    }

    .f-bar .f-textarea, .f-w {
        width: 100%;
    }

        .f-bar .f-textarea textarea {
            width: 100%;
            height: 120px;
            border-radius: 8px;
            line-height: 40px;
            padding: 0 20px;
            border: 1px solid #E8E8E8;
	    font-size: 18px;
	    font-family: 微软雅黑;
        }

    .f-bar .f-msg {
        color: #AEAEAF;
    }
