
 *{
    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;
}

/* banner部分 */
.policy-new-banner{
    position: relative;
    width: 100%;
    height: 500px;
    background: url('../images/index_banner.jpg') no-repeat center center;
    background-size: 2560px 500px;
}
.policy-new-title{
    text-align: center;
    font-size: 54px;
    line-height: 60px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 147px;
}
.policy-new-text{
    width: 900px;
    height: 44px;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
    margin: 26px auto 32px auto;
    background: linear-gradient(270deg, rgba(11,113,234,0) 0%, #0E78EC 16%, #24A5FC 80%, rgba(40,174,255,0) 100%);
}
.policy-new-desc{
    width: 652px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin: auto;
}

/* 园区详情页-咨询中心列表 */
.list li{
    padding: 30px 0;
    border-bottom: 1px solid #E6E6E6;
}
.list li.list-li-first{
    padding: 0 0 30px 0;
}
.news-title{
    max-width: 860px;
    max-height: 22px;
    color: #333333;
    font-size: 20px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-title:hover{
    color: #1379D7;
}
.news-desc{
    max-width: 860px;
    max-height: 44px;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    margin: 16px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-time{
    overflow: hidden;
}
.news-time img{
    float: left;
    width: 14px;
    height: 16px;
    margin-right: 8px;
}
.news-time span{
    float: left;
    color: #999999;
    font-size: 14px;
    line-height: 16px;
}

/* 分页 */
.paging{
    width: 100%;
    height: 30px;
    overflow: hidden;
    padding: 20px 0 0 0;
}
.paging .content{
    overflow: hidden;
}
.page-total{
    float: left;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    margin: 4px 12px 4px 0;
    padding-left: 150px;
}
.page-num{
    float: left;
    *height: 31px;
}
.page-num a{
    float: left;
    width: 28px;
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin-right: 6px;
    border-radius: 2px;
    border: 1px solid #E6E6E6;
}
.page-num .active{
    color: #1379D7;
    border: 1px solid #1379D7;
}
.page-num a:hover{
    color: #1379D7;
    border: 1px solid #1379D7;
}
.page-num a.next{
    width: 48px;
}
.page-num a.last{
    width: 48px;
    margin-right: 16px;
}
.jump-box{
    float: left;
}
.jump-box p{
    float: left;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    margin: 4px 0;
}
.jump-box .jump-num{
    float: left;
    width: 48px;
    line-height: 28px;
    margin: 0 8px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #E6E6E6;
}
.page-num a.jump-submit{
    width: 48px;
    margin-left: 16px;
    margin-right: 0;
    cursor: pointer;
}

/* 用户投稿 */
.feed-back-bg{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: url(../images/banner_bg.png) left top;
    background-size: 100% 100%;
    z-index: 99;
}
.feed-back{
    position: relative;
    width: 600px;
    margin: auto;
    margin-top: 150px;
    background-color: #FFFFFF;
    height: 420px;
}
.feed-back-top{
    overflow: hidden;
    padding: 20px;
    border-bottom: 1px solid #F2F2F2;
}
.feed-back-top p{
    float: left;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}
.feed-back-top img{
    float: right;
    width: 10px;
    height: 10px;
    margin: 3px 0;
    cursor: pointer;
}
.feed-back-tip{
    padding: 20px;
}
.feed-back-tip p{
    color: #333333;
    font-size: 14px;
    line-height: 22px;
}
.feed-p-middle{
    margin: 20px 0;
}
.feed-back-read{
    padding: 0 20px 20px 20px;
    overflow: hidden;
}
.feed-checked{
    float: left;
    width: 12px;
    height: 12px;
    margin: 1px 8px 1px 0;
    border: 1px solid #D8D8D8;
    cursor: pointer;
}
.feed-checked img{
    float: left;
    width: 12px;
    height: 12px;
}
.feed-back-read p span{
    color: #1379D7;
    cursor: pointer;
}
.feed-checked-active{
    background-color: #1379D7;
}
.feed-back-bottom{
    overflow: hidden;
    padding: 10px 20px;
    border-top: 1px solid #F2F2F2;
}
.feed-jump{
    float: right;
    width: 100px;
    height: 32px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    background-color: #1677D9;
    cursor: pointer;
}
.feed-jump:hover{
    background-color: #2D84DC;
}
.feed-intro{
    display: none;
    height: 315px;
    padding: 20px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
}
.feed-intro p{
    color: #333333;
    font-size: 14px;
    line-height: 22px;
}


/* 投稿页面 */
/* 左侧表单 */
.feed-form-row{
    padding-bottom: 30px;
}
.feed-form-row p{
    color: #333333;
    font-size: 14px;
    padding-bottom: 8px;
}
.feed-form-row input{
    width: 588px;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    border: 1px solid #E6E6E6;
}
.feed-form-row textarea{
    width: 838px;
    height: 448px;
    resize: none;
    color: #333;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 10px;
    font-family: MicrosoftYaHei;
    overflow: hidden;
    border: 1px solid #ededed;
}
.feed-form-row textarea::placeholder{
    color: #BEBEBE;
}
.feed-submit{
    width: 160px;
    height: 40px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background-color: #1677D9;
    cursor: pointer;
}
.feed-submit:hover{
    background-color: #2D84DC;
}
/* 右侧挂件 */
.feed-back-prompt{
    width: 258px;
    padding: 20px;
    border: 1px solid #E6E6E6;
}
.feed-back-content{
    color: #333333;
    font-size: 14px;
    line-height: 22px;
}
.feed-p-middle{
    margin: 20px 0;
}

/* 右侧我要投稿 */
.contribute{
    width: 300px;
    height: 20px;
    padding: 14px 0;
    border-radius: 2px;
    background-color: #1677D9;
    cursor: pointer;
}
.contribute-content{
    width: 98px;
    overflow: hidden;
    margin: auto;
}
.contribute img{
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.contribute span{
    float: left;
    color: #FFFFFF;
    font-size: 16px;
    padding: 2px 0;
}
.contribute:hover{
    background-color: #2D84DC;
}

/* 园区详情 */
.tort-text{
    color: #666666;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}
.tort-text span{
    color: #1379D7;
    cursor: pointer;
}

/* 招商咨询 */
.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{
    position: relative;
    width: 258px;
    padding: 20px 20px 0 20px;
    border: 1px solid #E6E6E6;
}
.policy ul li{
    overflow: hidden;
    height: 75px;
    margin-bottom: 20px;
    cursor: pointer;
}
.policy-left{
    float: left;
    width: 100px;
}
.policy-left img{
    float: left;
    width: 100px;
    height: 75px;
}
.policy-left p{
    float: left;
    width: 100px;
    height: 75px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 75px;
    text-align: center;
    margin-top: -75px;
}
.policy-right{
    float: right;
    width: 140px;
}
.policy-right p{
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 15px;
    transition: all 0.2s linear;
}
.policy-ask{
    overflow: hidden;
    display: none;
}
.policy-ask span{
    float: left;
    color: #1379D7;
    font-size: 14px;
    transition: all 0.2s linear;
}
.policy-ask img{
    float: left;
    width: 14px;
    height: 14px;
}
.policy-active.policy-right p{
    margin-top: 0;
}
.policy-active .policy-ask{
    display: block;
}
.policy-slider{
    position: absolute;
    width: 3px;
    height: 75px;
    top: 20px;
    right: 0;
    background: #1379D7;
    transition: all 0.2s linear;
}
/* 园区详情尾部 */
.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;

}
