@charset "utf-8";
body{
    background: #f7f7f7;
}
.main-banner {
    height: 314px;
    position: relative;
}
.main-banner .subnav-banners {
    height: 314px;
}
.main-banner .main-nav{width:100%;overflow: hidden;position: absolute;bottom:0;background: rgba(0,0,0,.3);z-index: 1;}
.main-banner .main-nav ul{width: 1200px;margin:auto;}
.main-banner .main-nav li{width:200px;float:left;color:#fff;text-align: center;line-height: 50px;}
.main-banner .main-nav li.current{background: #20b09f;}

.item-intro{
    width:1200px;
    margin:30px auto 50px auto;
    border:1px solid #dedede;
    padding:35px;
    overflow: hidden;
    background:#fff;
}
.item-intro .title{
    font-size: 18px;
    font-weight: bold;
    border-bottom:1px dashed #dedede;
    padding-bottom:10px;
    margin-bottom: 20px;
}
.item-intro .item-info{
    width:530px;
    float: left;
}
.item-intro .item-info li{
    font-size: 14px;
    line-height: 36px;
}
.item-intro .item-info li span{
    font-weight: bold;
}
.item-intro .map{
    width:600px;
    height: 340px;
    float: right;
    border:1px solid #dedede;
    margin-top:14px;
}
.item-intro .map .markerContentStyle b{
    display:block;
    width:200px;
    background: #f60;
    color:#fff;
    text-align:center;
    font-weight: normal;
}