/* 轮播 */
.banner{
    background:url(../img/contactus/banner.png) no-repeat;
    background-size: 100% 100%;
}
/* 公司位置 */
.map{
    width: 100%;
    height: 800px;
}
.map-con{
    width: 1200px;
    height: 100%;
    padding: 20px 0 40px;
    box-sizing: border-box;
    margin: auto;
}
.top{
    width: 100%;
    height: 166px;
}
.top-title h2{
    line-height: 34px;
    font-size: 24px;
    color: #171619;
}
.top-title p{
    line-height: 18px;
    font-size: 16px;
    color: #939393;
}
.top-local{
    margin:34px 0 40px;
}
.top-local li{
    line-height: 36px;
    font-size: 20px;
    margin-right: 46px;
    color: #171619;
    float: left;
}
.top-local li b{
    font-weight: normal;
    color: #939393;
    margin-left: 14px;
}
.map-local{
    width: 100%;
    height: 550px;
}
.map-con>p{
    font-size: 24px;
    color: #909090;
    line-height: 82px;
}
