﻿



/**----------------*/
.banner {
    width: 100%;
    overflow: hidden;
}

    .banner img {
        width: 100%;
    }

.main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding-top: 45px;
    padding-bottom:173px;
}

.main-left {
    width: 214px;
}

    .main-left p {
        color: #f3b95f;
        font-weight: bold;
        font-size: 26px;
    }

    .main-left h1 {
        color: #b30019;
        font-size: 45px;
    }
.main-left h2 {
        color: #b30019;
        font-size: 45px;
    }
.about-line {
    width: 4px;
    background: #b30019;
    border-top: solid 48px #f5c478;
    margin-top: 45px;
}

.main-right {
    width: 950px;
    line-height: 2;
    font-size: 27px;
    box-sizing: border-box;
    padding-left: 84px;
    padding-top: 84px;
}


.liaotian {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

.liaotian-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.wx-img div {
    display: none;
    position: absolute;
    left: -52px;
    z-index: 800;
    border-radius: 8px;
    overflow: hidden;
    top: 30px;
    border: 1px solid #eee;
    width: 120px;
    height: 120px;
}

    .wx-img div img {
        width: 100%;
    }
.contact-code {
    display:flex;
}
    .contact-code label {
        margin-right:70px;
    }
.gsmc {
    font-size:30px;
    color:#b30019;
    margin-top:80px;
    font-weight:bold;
}
.zxrx {
    font-size:36px;
    color:#b30019;
    font-weight:bold;
    margin-top:55px;
}
.dz {
    font-size:28px;
    color:#b30019;
    margin-top:56px;
}
iframe {
    width:880px;
    height:486px;
    border:none;
    margin-top:35px;
}
.bah {
    color: #fff;
    font-size: 14px;
    bottom: 130px;
    display: flex;
}

    .bah img {
        display: inline-block;
        margin-right: 3px;
    }
.tishi {
    position: fixed;
    top: 50%;
    left: 50%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    margin-left: -50px;
    margin-top: -20px;
    display: none;
}
.iw_poi_title {
            color: #CC5522;
            font-size: 14px;
            font-weight: bold;
            overflow: hidden;
            padding-right: 13px;
            white-space: nowrap
        }

        .iw_poi_content {
            font: 12px arial,sans-serif;
            overflow: visible;
            padding-top: 4px;
            white-space: -moz-pre-wrap;
            word-wrap: break-word
        }