
 *{
    margin: 0;
    padding: 0;
    outline: none;
  }
  html,body{
    font-family: Microsoft Yahei UI, Microsoft Yahei, 微软雅黑, Segoe UI, Tahoma, Arial，宋体b8b体, SimSun, sans-serif;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    vertical-align: baseline;
  }

  body {
    line-height: 1;
	color: #333;
  }


  blockquote:before, blockquote:after,
  q:before, q:after {
    content: none;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }




  a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
  }
  li {
    list-style: none;
  }
  body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }


  select {
    border: solid 1px #ededed;  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    appearance:none;  /*很关键：将默认的select选择框样式清除*/
    -moz-appearance:none;
    -webkit-appearance:none;
    background:none;
    padding-right: 14px;  /*加padding防止文字覆盖*/
  }

  select::-ms-expand {
    display: none;   /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
  }


  .clearfix:before,.clearfix:after{
    content:"";
    display:block;
  }
  .clearfix:after{
    clear:both;
  }
  .clearfix{
    display: inline-block;
    *zoom: 1;
    *display: inline;

  }
  .clear{
    clear: both;
  }
  input,button{
    outline: none;
    border: none;
  }



  input::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 14px;
    color: #afafaf;
    font-family: Microsoft Yahei UI, Microsoft Yahei, 微软雅黑, Segoe UI, Tahoma, Arial，宋体b8b体, SimSun, sans-serif;

  }
  input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
    color: #afafaf;
    font-family: Microsoft Yahei UI, Microsoft Yahei, 微软雅黑, Segoe UI, Tahoma, Arial，宋体b8b体, SimSun, sans-serif;
  }
  input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 14px;
    color: #afafaf;
    font-family: Microsoft Yahei UI, Microsoft Yahei, 微软雅黑, Segoe UI, Tahoma, Arial，宋体b8b体, SimSun, sans-serif;
  }
  input:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 14px;
    color: #afafaf;
    font-family: Microsoft Yahei UI, Microsoft Yahei, 微软雅黑, Segoe UI, Tahoma, Arial，宋体b8b体, SimSun, sans-serif;
  }

a{
	color: inherit;
}
  /*IE10,IE11,IE12*/
  .content-list-right,.map-list,.park-content{
      -ms-scroll-chaining: chained;
      -ms-overflow-style: none;
      -ms-content-zooming: zoom;
      -ms-scroll-rails: none;
      -ms-content-zoom-limit-min: 100%;
      -ms-content-zoom-limit-max: 500%;
      -ms-scroll-snap-type: proximity;
      -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
      -ms-overflow-style: none;
      overflow: auto;
  }

  ::-ms-clear,::-ms-reveal{display:none;}  /*清楚ie浏览器的input的清楚icon*/
 .overflow-hidden{
     overflow: hidden;
 }
.content{
    width: 1200px;
    margin: 0 auto;
}
/* 滚动条宽度 */
::-webkit-scrollbar{
    width:8px;
}
/* 滚动条轨道颜色 */
::-webkit-scrollbar-track{
    background-color: #ECECEC;
    border-radius: 8px;
}
/* 滚动条颜色 */
::-webkit-scrollbar-thumb{
    background-color: #AFAFAF;
    border-radius: 8px;
}



 /*智齿左边栏样式*/
 .zsbridge {
     width: 190px;
     position: fixed;
     left: 15px;
     top: 40%;
     z-index: 990;
     text-align: left;
 }

 .zsbridge .brit {
     height: 80px;
     background: url(../images/brig.png);
     color: #FFFFFF;
     font-weight: bold;
     overflow: hidden;
 }

 .zsbridge .brit .brt {
     height: 17px;
     font-size: 15px;
     color: #FFFFFF;
     padding: 19px 0 0 55px;
 }

 .zsbridge .brit .bre {
     height: 22px;
     font-size: 18px;
     color: #FFFFFF;
     margin-left: 55px;
     font-weight: 700;
     letter-spacing: -0.2px;
     margin-top: 4px;
 }

 .zsbridge .bricon {
     padding-top: 18px;
     width: 187.5px;
     border: 1px solid #dddddd;
     border-top: none;
     border-bottom-left-radius: 5px;
     border-bottom-right-radius: 5px;
     margin-top: 0;
     padding-bottom: 5px;
     background: #fff;
 }

 .zsbridge .bricon p {
     text-align: center;
     font-size: 18px;
     color: #666666;
     padding: 0;
     margin-top: 0;
     padding-top: 12px;
     margin-bottom: 13px;
 }

 .zsbridge .bricon li {
     list-style: none;
     width: 150px;
     height: 28px;
     line-height: 28px;
     font-size: 16px;
     border-radius: 14px;
     border: 1px solid #1f6cdd;
     color: #1f6cdd;
     text-align: center;
     margin: 0 auto;
     margin-bottom: 13px;
 }

 .zsbridge .bricon li a {
     width: 150px;
     height: 28px;
     display: block;
     cursor: pointer;
     color: #1f6cdd;
 }

 .zsbridge .bricon li:hover {
     background: #1f6cdd;
 }

 .zsbridge .bricon li:hover a {
     color: #fff;
 }

 #tanikawafoot a {
     color: #333;
 }
 .zc-close {
     position: absolute;
     width: 28px;
     height: 28px;
     right: -3px;
     top: 10px;
     cursor: pointer;

 }
 .zc-close  img {
     width:14px ;
     height: 14px;
 }
 @media screen and (min-width:0px) and (max-width:1199px) {
     .zsbridge {
         display:none;
     }
 }

/* 提示框 */
.tip-modal{
    position: fixed;
    top: 40px;
    left: 50%;
    margin: 0 auto;
    margin-left: -100px;
    width: auto;
    /* height: 30px; */
    line-height: 30px;
    padding: 4px 10px;
    display: none;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #000;
    opacity: 0.65;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 5px rgba(130, 130, 130, 0.5);
    z-index: 9999;
}

/* 列表内容左右样式 */
.public-content{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    padding: 0 0 60px 0;
}
.public-content .content{
    overflow: hidden;
}
.public-left{
    float: left;
    width: 860px;
}
.public-right{
    float: right;
    width: 300px;
}
.margin-top30{
    margin-top: 30px;
}
.margin-top40{
    margin-top: 40px;
}
.margin-top60{
    margin-top: 60px;
}
.margin-bottom30{
    margin-bottom: 30px;
}
/* .margin-top110{
    margin-top: 110px;
} */
.margin-top195{
    margin-top: 195px;
}
.margin-top125{
    margin-top: 125px;
}

/* 公共hover */
.common-hover{

}
.common-hover-open{
    display: block;
}
.common-hover-close{
    display: none;
}
.common-hover .common-hover-open{
    display: none;
}
.common-hover .common-hover-close{
    display: block;
}

/* 右侧挂件公共头部 */
.list-common-right-top{
    overflow: hidden;
    margin-bottom: 20px;
}
.list-common-right-top img{
    float: left;
    width: 14px;
    height: 14px;
    margin: 4px 4px 4px 0;
}
.list-common-right-top span{
    float: left;
    color: #333333;
    font-size: 20px;
    line-height: 22px;
}
.list-common-right-row{
    float: left;
    width: 260px;
    height: 1px;
    margin: 18px 0 0 0;
    background-color: #ECECEC;
}

/* 园区详情页首部 */
.header-wrapper{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    height: 40px;
    background: #292D33;
}
.header-content{
    margin: 0 auto;
    width: 1200px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
}
.nav-park-detail{
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
.nav-park-detail img{
    float: left;
    width: 40px;
    height: 40px;
    margin: 15px 0;
}
.nav-park-detail div{
    float: left;
    color: #333333;
    font-size: 24px;
    margin-left: 12px;
    line-height: 70px;
}
/* 园区详情banner部分 */
.banner{
    width: 100%;
    height: 300px;
    background:url(../images/park_banner.jpg) no-repeat center;
    background-size: 2560px 300px;
}
.banner-content{
    width: 1200px;
    margin:0 auto;
    font-size: 0;
}
.banner-title{
    display: inline-block;
    width: 1200px;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    line-height: 52px;
    text-align: center;
    padding-top: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.banner-title.hide-mobile{
    padding-top: 70px;
}
.banner-name{
    text-align: center;
}
.banner-title{
    position: relative;
    text-align: center;
}
.banner-title img{
    position: absolute;
    left: -52px;
    width: 74px;
    top: 22px;
}
.banner-title div{
    position: absolute;
    font-size: 18px;
    color: #fff;
    top: 22px;
    left: -45px;
    line-height: 25px;
}

.banner-info {
    font-size: 30px;
    padding: 0px 14px;
    margin-top: 14px;
    line-height: 48px;
    text-align: center;
    height: 100px;
    color: #fff;
}
.banner-info span{
    color: #FDB604;
    border-radius: 8px;
    border: 1px solid #FDB604;
    padding: 0 10px;
    cursor: pointer;
    font-weight: bold;
}
.banner-info .banner-info_first{
    margin-right: 20px;
}

.phone-button{
    width: 190px;
    height: 44px;
    background: #FFFFFF;
    box-shadow: 0px 2px 9px 0px rgba(48,80,144,0.5);
    border-radius: 22px;
    color: #FD8E04;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    line-height: 44px;
    padding-left: 50px;
}
.phone-button img{
    position: absolute;
    top: 10px;
    left: 22px;
    width: 24px;
}

/* 左侧公共tab */
.list-tab{
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #CADFF3;
}
.list-tab.park-detail{
    margin-bottom: 40px;
}
.list-tab.park-detail.news-info{
    margin-bottom: 10px;
}
.list-tab a{
    float: left;
    color: #333333;
    font-size: 20px;
    line-height: 20px;
    margin-right: 40px;
}

.list-tab a:hover{
    color: #1379D7;
}
.list-tab .active{
    color: #1379D7;
    font-weight: bold;
    padding-bottom: 14px;
    border-bottom: 3px solid #1379D7;
}
.list-tab-search{
    float: right;
    color: #666666;
    font-size: 14px;
    line-height: 14px;
    margin: 9px 0;
}
.list-tab-search span{
    color: #1379D7;
}

/* 园区概况 */
.public-title{
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    padding:16px 0px;
}
.public-float-title{
    padding:16px 0px;
    overflow: hidden;
}
.public-float-title p{
    float: left;
    color: #333333;
    font-size: 24px;
    line-height: 32px;
}
.public-float-title a {
    float: right;
    color: #999999;
    font-size: 14px;
    line-height: 32px;
}
.public-float-title a:hover{
    color: #1F6CDD;
}
.park-msg, .park-msg p{
    width: 860px;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    max-height:88px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    word-break: break-all;
    word-break: break-word;
}
/* 招商引资*/
.is-invest.park-msg{
    overflow: unset;
    text-overflow: unset;
    -webkit-box-orient: unset;
    display: unset;
    -webkit-line-clamp: unset;
    word-break: unset;
}
.is-invest.park-msg p{
    max-height: unset;
    overflow: unset;
    text-overflow: unset;
    -webkit-box-orient: unset;
    display: unset;
    -webkit-line-clamp: unset;
    word-break: unset;
}
/* 优惠政策 */
.policy-textarea{
}

.policy-textarea-title{
    color: #303030;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    text-align: left;
}
.policy-tag{
    margin: 9px 0;
    overflow: hidden;
}
.policy-tag-single{
    float: left;
    font-weight: 400;
    font-size: 12px;
    color: #1F6CDD;
    line-height: 20px;
    text-align: center;
    padding: 0px 8px;
    background-color: #F0F8FF;
}
.policy-desc{
    overflow: hidden;
}
.policy-desc span{
    float: left;
    color: #909090;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin-right: 20px;
}
.policy-intro{
    margin-top: 40px;
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
/* 地区政策 */
.public-float-title.policy-list-header{
    padding: 16px 0 4px 0px;
}
.policy-list-ul{
    overflow: hidden;
}
.policy-list-li{
    float: left;
    width: 410px;
    margin-top: 12px;
    margin-right: 40px;
}
.policy-list-li a{
    float: left;
    max-width: 308px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.policy-list-li a:hover{
    color: #1F6CDD;
}
.policy-list-li span{
    float: right;
    color: #909090;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.policy-list-li-nomargin{
    margin-right: 0;
}

/* 园区动态和产业资讯 */
.park-industry{
    font-size: 0;
    overflow: hidden;
}
.park-move.first{
    margin-right:40px;
}
.park-move{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    width: 100%;
}
.public-move-title{
    font-size: 0;
    width:100%;
    overflow: hidden;
    position: relative;
    /* border-bottom:1px solid #ECECEC; */
}
.public-move-title .public-line{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 1px;
    background-color: #ececec;
}
/* 园区概况覆盖 */
.park .public-move-title{
    font-size: 0;
    width:860px;
    /* overflow: hidden; */
    border:none;
}
.park .public-move-title p{
    border:none;
}
.public-move-title p{
    float: left;
    position: absolute;
    z-index: 9;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    padding-bottom:12px;
    border-bottom:2px solid #1379D7;
}
.public-move-title a{
    float: right;
    font-size: 14px;
    line-height: 38px;
    color: #999999;
}
.public-move-title a:hover{
    color:#1677D9;
}

.park-move-msg{
    padding-top:10px;
    overflow: hidden;
}
.park-move-msg p{
    float: left;
    width: 50%;
    font-size: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.park-move-msg a:hover{
    color:#1f6cdd;
}
.park-move-msg a{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    color: #666666;
    line-height: 34px;
    max-width: 410px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 土地数据 */
.detail.land{
    margin-bottom: 40px;
    font-size: 0;
}
.land-msg{
    font-size: 0;
}
.land-msg-item{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 200px;
    height: 124px;
    background: #EAF5FF;
    margin-right:20px;
}
.land-msg-item.last{
    margin:0;
}
.land-item-price{
    height: 36px;
    font-size: 0;
    text-align: center;
    padding:30px 0 8px 0;
}
.price-num{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 30px;
    font-weight: bold;
    color: #1379D7;
    line-height: 34px;
    font-family: Arial;
}
.land-item-price .price-measure{
    font-size: 20px;
    line-height: 34px;
    color: #1379D7;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.land-item-title{
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    text-align: center;
}

/* 投资流程*/
.invest-guide-tab{
    overflow: hidden;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
}
.invest-tab-single{
    float: left;
    width: 143px;
    height: 48px;
    color: #333333;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    overflow: hidden;
    background-color: #f8f8f8;
    border-top: 1px solid #1677D9;
    cursor: pointer;
}
.invest-tab-single.active{
    color: #FFFFFF;
    background-color: #1677D9;
}
.invest-guide-content{
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-top: unset;
}
.invest-guide-content img{
    display: none;
    width: 858px;
    margin: 0 auto;
}
.invest-guide-content img.active{
    display: block;
}

/* 周边园区*/
.park-module li {
    float: left;
    width: 252px;
    margin: 16px 16px 0 0;
    padding: 24px 12px 24px 12px;
    overflow: hidden;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 2px 6px 20px 0px rgba(215, 224, 230, 0.3);
}
.park-module li:hover{
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.park-module li.first-row{
    margin-top: 0;
}
.park-module li.row-last {
    margin-right: 0;
}

.park-pic {
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.park-pic img {
    display: block;
    width: 80px;
    height: 80px;
}

.park-info {
    float: left;
    max-width: 162px;
    padding: 12px 0;
}

.park-title {
    display: inline-block;
    max-width: 162px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.park-title:hover {
    color: #1379D7;
}

.park-address {
    margin-top: 12px;
    overflow: hidden;
}

.park-address img {
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 4px;
}

.park-address span {
    float: left;
    max-width: 140px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

#mmap {
    position: relative;
}
.map_search {
    /*float: right;*/
    position: absolute;
    width: 74%;
    height: 40px;
    padding: 0 55px;
    background-color: #fff;
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    filter:alpha(opacity=90);
    margin: 0 75px;
    font-size: 14px;
    top: 10px;
}
.zhoubianbox {
    height: 45px;
    margin: 0px auto;
    position: relative;
}

#bdmap, #bdresult {
    width: 880px;
    height: 400px;
}
.zhoubianbox .t_text {
    color: #999;
    text-align: center;
    line-height: 22px;
    height: 22px;
    padding-top: 10px;
    width: 42px;
}
.zhoubianbox .icon01 {
    position: absolute;
    left: 0;
    top: 0px;
    height: 40px;
    cursor: pointer;
}
.zhoubianbox .icon02 {
    position: absolute;
    left: 76px;
    top: 0px;
    height: 40px;
    cursor: pointer;
}
.zhoubianbox .icon03 {
    position: absolute;
    left: 152px;
    top: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.zhoubianbox .icon04 {
    position: absolute;
    left: 0;
    top: 78px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.zhoubianbox .icon05 {
    position: absolute;
    left: 76px;
    top: 78px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.zhoubianbox .icon06 {
    position: absolute;
    left: 152px;
    top: 78px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.zhoubianbox .icon08 {
    position: absolute;
    left: 0;
    top: 156px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.zhoubianbox .icon09 {
    position: absolute;
    left: 76px;
    top: 156px;
    width: 45px;
    height: 40px;
    cursor: pointer;
}
.zhoubianbox .icon10 {
    position: absolute;
    left: 152px;
    top: 156px;
    width: 45px;
    height: 40px;
    cursor: pointer;
}
.zhoubianbox .icon09 .t_text,.zhoubianbox .icon10 .t_text{
    width: 45px;
}

.zhoubianbox .t_text {
    color: #999;
    text-align: center;
    line-height: 22px;
    height: 22px;
    padding-top: 10px;
    width: 42px;
}

.zhoubianbox .t_text:hover {
    color: #333;
}

#bdmap table {
    margin-bottom: 0px;
}

#bdmap tr {
    text-align: left;
}

.map{
    position: relative;
}
#mmap{
    margin-top: 40px;
}
#bdmap, #bdresult{
    width: 100%;
}
.map-table {
    min-height: 350px;
    box-shadow: 0 0 10px 2px rgba(3,0,0,0.08);
    float: right;
    position: absolute;
    top: -40px;
    right: 20px;
    width: 342px;
    background-color: #fff;
}
.table-serch{
    height: 40px;
    border-bottom: 1px solid #eee;
}
.table-serch li{
    float: left;
    width: 55px;
    text-align: center;
    height: 37px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #eee;
    border-top: 3px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    cursor: pointer;
    position: relative;
    top: 0px;
}
.table-serch li.table-li-active{
    color: #1F6CDD;
    border-bottom: 1px solid #fff;
    border-top: 3px solid #1F6CDD;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}
.table-serch li.table-li-active:first-child{
    border-left: 1px  solid #fff;
}
.table-serch li.table-li-active:last-child{
    border-right: 1px  solid #fff;
}
.table-serch-select{
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    display: none;
}
.table-serch-select div{
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin-right: 20px;
    color: #666;
    border-bottom: 1px solid #eee;
    position: relative;
    top: 1px;
    cursor:pointer;
}
.table-serch-select div.active{
    color: #1F6CDD;
    border-bottom: 1px solid #1F6CDD;

}
.map-serch-info{
    height: 295px;
    overflow: auto;
}
.map-serch-info ul{
    cursor: pointer;
    margin: 0 auto;
    padding:15px 20px;
}
.map-serch-info ul.active{
    background-color: #f5f7fb;
}
.map-serch-info ul:hover{
    background-color: #f5f7fb;
}

.map-serch-info ul li{
    float: left;
    line-height: 24px;
    display: flex;
    align-items: center;
}
.tip-title{
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    height: 22px;
    white-space: nowrap;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
    color: #333;

}
.tip-info{
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    height: 22px;
    white-space: nowrap;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;

}

.subway_black img{
    width: 14px;
    height: 14px;
    display: block;
    margin-top: 5px;
}
.table-serch-name{
    width: 170px;
    font-size: 14px;
    margin-left: 15px;

}
.map-serch-info .table-serch-distance{
    float: right;
}
.table-serch-distance{
    font-size: 14px;
    margin-left: 10px;
}

.table-serch-distance img{
    width: 12px;
    height: 12px;
    margin-right: 10px;
}
.clearboth{
    clear: both;
}
.mapcenter{
    position: absolute;
    width: 122px;
    height: 30px;
    background-color: rgba(255,255,255,0.7);
    opacity: 1;
    z-index: 99;
    top: 12px;
    left: 85px;
    line-height: 30px;
    text-align: center;
    color: #333;
    cursor: pointer;
    font-size: 12px;
}
.infoBox:before {
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -5px;
}

.mapcenter img{
    width: 12px;
    position: relative;
    top: 2px;
}

.empty-detail-list{
    text-align: center;
    width: 100%;
    position: absolute;
    top: 52%;
    color: #9399a5;
    font-size: 14px;
}

/* 园区详情 */
.detail{
    padding:0 0 40px 0;
    font-size: 0;
}
.detail-msg{
    font-size: 0;
}
.detail-msg-item{
    float: left;
    margin-right:16px;
    overflow: hidden;
    cursor: pointer;
}
.detail-msg-item.last{
    margin:0;
}
.detail-content{
    width: 130px;
    height: 20px;
    padding: 39px 0;
}
.content-main{
    width: 120px;
    height: 68px;
    padding: 10px 5px;
}
.hide{
    display: none;
}
.content-main p{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.detail-content p{
    color: #FFFFFF;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}
.content-main p.consult{
    line-height: 1;
    margin-top: 6px;
    font-size: 0;
}
.content-main p.consult span{
    display: block;
    width: 98px;
    height: 28px;
    color: #1379D7;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    border-radius: 15px;
    margin: auto;
    border: 1px solid #1379D7;
    background-color: #FFFFFF;
    cursor: pointer;
}
.content-main p.consult span:hover{
    color: #2D84DC;
    border: 1px solid #2D84DC;
}
.content-main p.consult span:active{
    color:#136AC2;
    border: 1px solid #136AC2;
}
.detail-msg-item.reward{
    background-image: url(../images/list_right_policy01@2x.png);
    width: 130px;
    height: 98px;
}
.detail-msg-item.land{
    background-image: url(../images/list_right_policy02@2x.png);
    width: 130px;
    height: 98px;
    margin-top: 0;
}
.detail-msg-item.subsidy{
    background-image: url(../images/list_right_policy03@2x.png);
    width: 130px;
    height: 98px;
}
.detail-msg-item.financ{
    background-image: url(../images/list_right_policy04@2x.png);
    width: 130px;
    height: 98px;
}
.detail-msg-item.fund{
    background-image: url(../images/list_right_policy05@2x.png);
    width: 130px;
    height: 98px;
}
.detail-msg-item.personnel{
    background-image: url(../images/list_right_policy06@2x.png);
    width: 130px;
    height: 98px;
}


/* 招商咨询 */
.investment-ask{
    width: 258px;
    padding: 20px;
    border: 1px solid #E6E6E6;
}
.investment-phone{
    color: #1379D7;
    font-size: 24px;
    font-weight: bold;
}
.investment-ul{
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 30px;
}
.investment-ul li{
    width: 142px;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}
.investment-li-left{
    float: left;
    color: #1379D7;
    border: 1px solid #1677D9;
}
.investment-li-left:hover{
    color: #2D84DC;
    border: 1px solid #2D84DC;
}
.investment-li-right{
    float: right;
    color: #FFFFFF;
    background-color: #1677D9;
}
.investment-li-right:hover{
    background-color: #2D84DC;
}

/* 帮您免费对接 */
.free{
    position: relative;
    width: 258px;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #E6E6E6;
}
.free input{
    width: 246px;
    height: 38px;
    line-height: 38px;
    border-radius: 2px;
    padding-left: 12px;
    border: 1px solid #E6E6E6;
}
.form-name {
    height: 60px;
}
.form-name p {
    width: 260px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #F25041;
    margin: 0 auto;
    display: none;
}
.free-input-square{
    position: absolute;
    width: 40px;
    height: 38px;
    color: #999999;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    border-radius: 2px;
    right: 19px;
    bottom: 81px;
    *bottom:80px;
    background-color: #F2F2F2;
}
.get-it-now{
    width: 260px;
    height: 40px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    background-color: #1677D9;
    cursor: pointer;
}
.get-it-now:hover{
    background-color: #2D84DC;
}

/* 资讯中心&&policy */
.news{
    width: 258px;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #E6E6E6;
}
.news ul li{
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #ECECEC;
}
.news ul li a{
    max-width: 258px;
    max-height: 40px;
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news ul li a:hover{
    color: #1379D7;
}
.see-all{
    display: inline-block;
    overflow: hidden;
}
.see-all span{
    float: left;
    color: #999999;
    font-size: 14px;
    line-height: 22px;
}
.see-all img{
    float: left;
    width: 14px;
    height: 14px;
    margin: 4px 0;
}
.see-all:hover span{
    color: #1379D7;
}
.see-all:hover .common-hover-open{
    display: none;
}
.see-all:hover .common-hover-close{
    display: block;
}

/* 最新园区 */
.latest-park{
    width: 258px;
    padding: 20px 20px 0 20px;
    margin-bottom: 30px;
    border: 1px solid #E6E6E6;
    margin-bottom: 30px;
}
.latest-park ul li{
    margin-bottom: 20px;
}
.latest-park ul li a{
    max-width: 258px;
    height: 16px;
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.latest-park ul li a:hover{
    color: #1379D7;
}


.list-site-service{
    position: relative;
    margin-bottom: 30px;
    padding: 20px 24px;
}
.site-service-bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 300px;
}
.site-service-title{
    color: #303030;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    text-align: left;
}
.list-site-service ul{
    padding-top: 10px;
}
.list-site-service ul li{
    width: 252px;
    height: 40px;
    margin-top: 8px;
    overflow: hidden;
    border-radius: 4px;
    background: linear-gradient( 270deg, #3E8CFA 0%, #23BEFF 100%);
    cursor: pointer;
}
.list-site-service ul li span{
    float: left;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}
.site-service-icon{
    float: left;
    width: 18px;
    height: 18px;
    margin: 11px 11px 11px 16px;
}
.site-service-arrow{
    float: right;
    width: 16px;
    height: 16px;
    margin: 12px 13px 12px 0;
}

/* 园区详情尾部 */
.footer{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    padding-top: 30px;
    background: #202228;
    text-align: center;
    font-size: 0;
}
.footer-address{
    padding:0 0 20px 0;
    font-size: 16px;
    color: #E4E4E4;
}
.footer .footer-phone{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 16px;
    color: #E4E4E4;
    line-height: 16px;
    padding-bottom:30px;
    padding:10px 20px;
    background: rgba(255, 255, 255,.1);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#19ffffff,endcolorstr=#19ffffff);
}
.footer-num{
    font-size: 0;
    padding:0 0 10px 0;
}
.footer-num span{
    margin-right:20px;
}
.footer-num span{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    color: #BEBEBE;
    line-height: 14px;
}

.footer-num a{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    color: #BEBEBE;
    line-height: 14px;
}
.footer-bussines{
    padding-bottom:20px;
    font-size: 0;
}
.footer-bussines a{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    color: #BEBEBE;
    line-height: 14px;
    margin-right: 20px;
}
.footer-bussines a:hover{
    color:#fff;
}
.footer-bussines a p{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    color: #BEBEBE;
    line-height: 14px;
}
.footer-bussines img{
    width: 13px;
    height: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
.footer-net{
    font-size: 12px;
    color: #676767;
    line-height: 12px;
    padding-bottom:30px;

}
