/* 百度地图css */
.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
}

#dituContent {
    width: 100%;
    height: 500px;
    border: #ccc solid 1px;
    box-sizing: border-box;
}

#banner {
    height: 556px;
    background: url(../images/lianxi/banner.jpg) no-repeat center;
    background-size: 1920px 556px;
    cursor: pointer;
}

#address {
    width: 1200px;
    height: 1050px;
    margin: 80px auto 0;
}

#address dl {
    width: 1200px;
    height: 500px;
}

#address dl dt {
    float: right;
}

#address dl dd {
    margin-left: 50px;
}

#address dl dd h2 {
    width: 700px;
    height: 100px;
    font-size: 45px;
    line-height: 100px;
    letter-spacing: 4px;
}

#address dl dd span {
    width: 700px;
    height: 50px;
    line-height: 50px;
    display: block;
    margin-top: 10px;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 14px;
    font-family: '微软雅黑';
    color: #2A2B35;
}

#address dl dd span:nth-child(5) {
    line-height: 1.5;
}

#question {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    position: relative;
}

#question h2 {
    width: 1200px;
    height: 50px;
    display: block;
    line-height: 50px;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 2px;
    border-bottom: 1px solid #A2A2A2;
}

#question h2>span {
    font-size: 16px;
}

#question .question_container {
    width: 1200px;
    height: 200px;
    margin: 30px 0 0 0;
}

#question .question_container .question_container_left {
    width: 460px;
    height: 160px;
    position: relative;
    left: 30px;
    float: left;
}

#question .question_container .question_container_left li {
    width: 230px;
    height: 40px;
    border-bottom: 1px solid #DCDCDC;
    box-sizing: border-box;
    float: left;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

#question .question_container .question_container_right {
    float: right;
}

#question a {
    width: 100px;
    height: 25px;
    display: block;
    line-height: 25px;
    text-align: center;
    position: absolute;
    font-size: 13px;
    letter-spacing: 2px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
}

#question .question_zixun {
    top: 14px;
    background: #F4861A;
    left: 900px;
}

#question .question_baoming {
    top: 14px;
    background: #EB2222;
    left: 1020px;
}