@charset "utf-8";

/* 博济园区 */
.parks {
    padding-bottom: 95px;
    position: relative;
}
.parks .banner {
    width: 100%;
    height: 158px;
    overflow: hidden;
    background: url(images/banner-parks.jpg) no-repeat center center;
}
.parks .banner .txt {
    margin-top: 42px;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
}
.parks .bases {
    float: left;
    width: 1018px;
}
.parks .base {
    height: auto;
    overflow: hidden;
}
.parks .base .title {
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.parks .base .title .txt {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-top: 30px;
    height: 35px;
    line-height: 24px;
    font-size: 18px;
    border-bottom: 1px solid #0095d9;
    position: absolute;
    z-index: 10;
}
.parks .base .title .txt i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 6px;
    width: 20px;
    height: 24px;
    background: url(images/icons.png) no-repeat -58px 0;
    vertical-align: top;
}
.parks .base ul {
    margin-top: 8px;
    overflow: hidden;
}
.parks .base li {
    margin-top: 16px;
    width: 100%;
    line-height: 298px;
}
.parks .base li a {
    display: block;
    width: 100%;
    height: 298px;
    overflow: hidden;
    background-color: #fff;
}
.parks .base .pic {
    float: left;
    width: 496px;
    height: 298px;
}
.parks .base .pic img {
    display: block;
    width: 496px;
    height: 298px;
}
.parks .base .info {
    padding:0 20px 0 24px;
    height: auto;
    overflow: hidden;
}
.parks .base .info h1 {
    margin-top: 18px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    font-size: 20px;
    color: #333;
}
.parks .base .info .txt {
    margin-top: 8px;
    height: 72px;
    line-height: 24px;
    overflow: hidden;
    color: #555;
}
.parks .base .info .address {
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #a0a0a0;
}
.parks .base .info .address i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 10px;
    width: 10px;
    height: 14px;
    background: url(images/icons.png) no-repeat -85px 0;
    vertical-align: middle;
}
.parks .base .info .labels {
    margin-top: 35px;
    height: 72px;
    overflow: hidden;
}
.parks .base .info .labels span {
    float: left;
    display: block;
    margin: 0 6px 6px 0;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    background-color: #f5fcff;
    border: 1px solid #dcefff;
    border-radius: 13px;
    color: #92b8df;
    text-align: center;
}

.parks .cities {
    float: right;
    width: 100px;
    position: relative;
}
.parks .cities .fixed,
.parks .cities .fixed-2 {
    position: fixed;
    top: 325px;
    right: 50%;
    margin-right: -590px;
}
.parks .cities .fixed-2 {
    top: 25px;
}
.parks .cities a {
    display: block;
    padding-left: 30px;
    width: 65px;
    height: 18px;
    line-height: 18px;
    background: url(images/ico-dot.png) no-repeat 0 0;
    color: #666;
    font-size: 12px;
    text-decoration: none;
}
.parks .cities a:hover,
.parks .cities a.active {
    background-position: 0 -30px;
}
.parks .cities .line {
    display: block;
    width: 8px;
    height: 15px;
    border-right: 2px solid #cdcdcd;
}


.bread-02{
    height: 50px;
    line-height: 50px;
}
.bread-02 a{
    color: #555;
}
.bread-02 a:hover {
    color: #0095d9;
}
.bread-02 span{
    color: #a0a0a0;
}

.parks-details {
    padding: 10px 0 120px;
}
.parks-details .details {
    margin-top: 6px;
    padding: 16px 20px;
    width: 1130px;
    height: 416px;
    overflow: hidden;
    background-color: #fff;
}
.parks-details .details .pics {
    float: left;
    width: 552px;
    height: 416px;
    overflow: hidden;
}
.parks-details .details .pic-l,
.parks-details .details .pic-l img {
    display: block;    
    width: 552px;
    height: 331px;
}
.parks-details .details .pic-s {
    margin-top: 9px;
    width: 552px;
    height: 76px;
    overflow: hidden;
}
.parks-details .details .pic-s a {
    float: left;
    margin-right: 15px;
    width: 126px;
    height: 76px;
}
.parks-details .details .pic-s a:last-child,
.parks-details .details .pic-s a.mr-0 {
    margin-right: 0;
}
.parks-details .details .pic-s a img {
    display: block;
    width: 122px;
    height: 72px;
    border:2px solid #ddd;
}
.parks-details .details .pic-s a img.active{
    border: 2px solid #fa7707;
}
.parks-details .details .info {
    float: left;
    padding-left: 40px;
    width: 535px;
    height: 416px;
    overflow: hidden;
    position: relative;
}
.parks-details .details .info .title {
    height: 74px;
    line-height: 74px;
    overflow: hidden;
    font-size: 30px;
    color: #333;
}
.parks-details .details .info li {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}
.parks-details .details .info .tel {
    padding-left: 30px;
    font-size: 20px;
    color: #ff8400;
}
.parks-details .details .info li i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 12px;
    width: 16px;
    height: 18px;
    background: url(images/icons.png) no-repeat;
    vertical-align: middle;
}
.parks-details .details .info i.ico-position {
    background-position: -35px -25px;
}
.parks-details .details .info i.ico-tags {
    background-position: -55px -25px;
}
.parks-details .details .info i.ico-tel {
    background-position: -75px -25px;
}

.parks-details .share{
    width: 100%;
    position: absolute;
    top: 364px;
    left: 40px;
}
.parks-details .share .s-title {
    display: inline-block;
    float: left;
    margin-right: 6px;
    font-size: 14px;
    color: #999;
}
.parks-details .share .s-title i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 12px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
    background: url(images/icons.png) no-repeat -35px 0;
}
.parks-details .share .jiathis_style_24x24 a {
    display: inline-block;
    float: left;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    overflow: hidden;
}
.parks-details .share .jtico {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 24px;
    height: 24px;
    background: url(images/icons.png) no-repeat;
    cursor: pointer;
    vertical-align: middle;
    overflow: hidden;
}
.parks-details .share .jtico_tsina {
    background-position: 0 0;
}
.parks-details .share .jtico_tqq {
    background-position: 0 -32px;
}
.parks-details .share .jtico_renren {
    background-position: 0 -64px;
}
.parks-details .share .jtico_douban {
    background-position: 0 -96px;
}
.parks-details .share .jtico_weixin{
    background-position: 0 -128px;
}

.parks-details .details-2 {
    margin-top: 24px;
}
.tabs {
    height: 58px;
    border: 1px solid #eee;
    border-left: none;
    background: #fff;
}
.tabs a {
    float: left;
    padding: 0 34px;
    height: 58px;
    line-height: 58px;
    background-color: #fff;
    font-size: 18px;
    color: #333;
    border-left: 1px solid #eee;
    position: relative;
}
.tabs a i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 14px;
    height: 8px;
    background: none;
    position: absolute;
    z-index: 10;
    top: 58px;
    left: 50%;
    margin-left: -7px;
}
.tabs a:hover {
    color: #0095d9;
}
.tabs a.active {
    color: #fff;
    background-color: #0095d9;
}
.tabs a.active i {
    background: url(images/icons.png) no-repeat -55px -50px;
}
.tabs.fixed {
    position: fixed;
    width: 1169px;
    top: 0;
    visibility: hidden;
}
.parks-details .details-2 .content {
    margin-top: 20px;
    padding: 30px 20px;
    line-height: 30px;
    min-height: 500px;
    background: #fff;
}
.parks-details .details-2 .title {
    line-height: 30px;
}
.parks-details .details-2 .title .txt {
    font-size: 24px;
    float: left;
}
.parks-details .details-2 .title .line{
    background: #eeeeee;
    height: 1px;
    margin: 14px 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.parks-details .details-2 .title .line-01{
    width: 1020px;
    margin-left: 10px;
}
.parks-details .details-2 .intro {
    padding: 20px 20px 0 20px;
    font-size: 16px;
    line-height: 32px;
}
.parks-details .details-2 .map {
    padding: 20px 20px 0 20px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
.parks-details .details-2 .map .map-pic {
    margin: 10px 0;
    width: 100%;
    height: 563px;
}
