/* glable style 
================================================================================*/

a {
    color: #333;
}


.g3 {
    color: #333;
}

.g6 {
    color: #666;
}

.g9 {
    color: #999;
}

.fy {
    font-family: 'microsoft yahei';
}

.fa {
    font-family: 'arial';
}

.fb {
    font-weight: bold;
}

.dib {
    display: inline-block;
}

.mt10 {
    margin-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mr5 {
    margin-right: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.mt20 {
    margin-top: 20px;
}

.mt15 {
    margin-top: 15px;
}

.mb15{
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt40{
    margin-top: 40px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.clear {
    clear: both;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.text-underline {
    text-decoration: underline;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.devider-2{
    margin-left: 2px;
    margin-right: 2px;
}

.devider-5{
    margin-left: 5px;
    margin-right: 5px;
}

.text-blue{
    color: #005aab;
    font-weight:700;
}

.text-white{
    color: #fff;
}

.seprate-hoztal{
    height: 30px;
    background-image: url(/images/fang/seprate.png);
    background-repeat: repeat-x;
}

.seprate{
    min-height: 1px;
    border-bottom: 1px solid #ddd;
}

.text-red{
    color: #f15044;
}

.header,
.content,
.footer{
    min-width: 1180px;
}

.bdrsn{
    border-radius: 0;
}

.bd-wrap{
    border: 1px solid #ddd;
}

.bg-grey{
    background-color: #ededed;
}

.bg-purple{
    background-color: #c5a9dc;
}

.bg-orange{
    background-color: #ecc896;
}

.bg-red{
    background-color: #e1a1a2;
}

.bg-green{
    background-color: #95cf95;
}

.btn-grey.disabled, 
.btn-grey.disabled.active, 
.btn-grey.disabled.focus, 
.btn-grey.disabled:active, 
.btn-grey.disabled:focus, 
.btn-grey.disabled:hover, 
.btn-grey[disabled], 
.btn-grey.active[disabled], 
.btn-grey.focus[disabled], 
.btn-grey[disabled]:active, 
.btn-grey[disabled]:focus, 
.btn-grey[disabled]:hover, 
fieldset[disabled] .btn-grey, 
fieldset[disabled] .btn-grey.active, 
fieldset[disabled] .btn-grey.focus, 
fieldset[disabled] .btn-grey:active, 
fieldset[disabled] .btn-grey:focus, 
fieldset[disabled] .btn-grey:hover {
  background-color: #666;
  background-image: none;
  border-color: #666;
}

/* bootstrap rewrite 
===============================================================================*/

body {
    font-family: 'microsoft yahei','arial', '宋体';
    font-size: 12px;
}

ul {
    margin: 0;
    padding: 0;
}

.table {
    margin-bottom: 10px;
}

.table.table-border-none > thead > tr > th,
.table.table-border-none > tbody > tr > th,
.table.table-border-none > tfoot > tr > th,
.table.table-border-none > thead > tr > td,
.table.table-border-none > tbody > tr > td,
.table.table-border-none > tfoot > tr > td {
    border-top: none;
}

.table.table-custom > thead > tr > th,
.table.table-custom > tbody > tr > th,
.table.table-custom > tfoot > tr > th {
    background-color: #f5f5f5;
}

.text-center > thead > tr > th,
.text-center > tbody > tr > th,
.text-center > tfoot > tr > th {
    text-align: center;
}

.table.table-dotted > tbody > tr > td{
    border-bottom: 1px dotted #ddd;
}

.table.table-vertical > thead > tr > th,
.table.table-vertical > tbody > tr > th,
.table.table-vertical > tfoot > tr > th,
.table.table-vertical > thead > tr > td,
.table.table-vertical > tbody > tr > td,
.table.table-vertical > tfoot > tr > td {
    vertical-align: middle;
}

.checkbox input[type="checkbox"],
.table.table-vertical tr td .checkbox input[type="checkbox"],
.radio input[type="radio"],
.table.table-vertical tr td .radio input[type="radio"] {
    margin-top: 2px;
}

.table.table-vertical tr td .checkbox,
.table.table-vertical tr td .radio{
    margin-top: 0;
    margin-bottom: 0;
}

.table > thead > tr > th.text-top,
.table > tbody > tr > th.text-top,
.table > tfoot > tr > th.text-top,
.table > thead > tr > td.text-top,
.table > tbody > tr > td.text-top,
.table > tfoot > tr > td.text-top {
    vertical-align: top;
}

.form-control{
    font-size: 12px;
}

.form-inline .form-control {
    display: inline-block;
}

.input-xs {
    height: 24px;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 3px;
}

.btn-xs, 
.btn-group-xs > .btn {
  padding: 2px 6px;
}

.breadcrumb{
    margin-bottom: 0;
    padding-top:15px;
    padding-bottom: 12px;
    padding-left: 0;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.breadcrumb > li + li::before {
  content: "> ";
}

.pagination > li:first-child > a, 
.pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination > li:last-child > a, 
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination > li > a, 
.pagination > li > span {
  border: 1px solid #b2b3b5;
  color: #333;
  margin-left: 0;
  margin-right: 5px;
}

.pagination > li.narrow > span{
    border: none;
    cursor: default;
}

.pagination > li.narrow > span:hover,
.pagination > li.narrow > span:focus{
    background-color: #fff;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
  background-color: #f15145;
  border-color: #f15145;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
.h1, 
.h2, 
.h3, 
.h4, 
.h5, 
.h6 {
  font-weight: bold;
}

.btn-red {
    color: #fff;
    background-color: #f15145;
    border-color: #e93628;
}

.btn-red:focus,
.btn-red.focus {
    color: #fff;
    background-color: #eb4538;
    border-color: #e63123;
}

.btn-red:hover {
    color: #fff;
    background-color: #eb4538;
    border-color: #e63123;
}

.btn-red span.span {
display: inline-block;
width: 192px;
margin-left: 90px;
background: url(/images/fang/btn_phone_B.png);
background: -webkit-image-set(url(/images/fang/btn_phone_B.png) 1x, url(/images/fang/btn_phone_B.png) 2x);
background-repeat: no-repeat;
}

.btn-blue {
    color: #fff;
    background-color: #005aab;
    border-color: #005aab;
}

.btn-blue:focus,
.btn-blue.focus {
    color: #fff;
    background-color: #005aab;
    border-color: #005aab;
}

.btn-blue:hover {
    color: #fff;
    background-color: #005aab;
    border-color: #005aab;
}

.btn-grey {
    color: #fff;
    background-color: #666;
    border-color: #555;
}

.btn-grey:focus,
.btn-grey.focus {
    color: #fff;
    background-color: #333;
    border-color: #000;
}

.btn-grey:hover {
    color: #fff;
    background-color: #333;
    border-color: #000;
}

.btn-white {
    background-color: #fff;
    border-color: #e9e9e9;
}

.btn-white:focus,
.btn-white.focus {
    background-color: #f9f9f9;
    border-color: #eee;
}

.btn-white:hover {
    background-color: #f9f9f9;
    border-color: #eee;
}

.container{
    width: 1180px;
}

.container.container-sm{
    width: 875px;
}

.container.container-md{
    width: 1030px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  box-shadow: none;
  cursor: default;
  opacity: 0.65;
}


/**2015-10-26**/
.paginations{margin:20px 0;text-align:center;padding-left:0;padding:20px 0;}
.paginations div  span{
  border: 1px solid #b2b3b5;
  color: #333;
  margin-left: 0;
  margin-right: 5px;
  padding:6px 9px;
}

.paginations span a:hover,.paginations spana:focus, .paginations span:focus {
z-index: 3;
color: #23527c;
background-color: #eee;
border-color: #ddd;
}

.paginations .active,
.paginations .active > a, 
.paginations .active > a:hover, 
.paginations .active > a:focus{
  background-color: #f15145;
  border-color: #f15145;
  color:#fff;
  padding:6px 12px;
}

/* IE8 hack 
===========================================================================*/

@media \0screen\,screen\9 {
     .form-inline .btn {
        position: relative;
        top: -1px;
    }
    .modal-dialog {
        margin: 50px auto;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        line-height: 1.4;
    }
    .checkbox {
        min-width: 44px;
    }
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        float: left;
    }
    .col-xs-12 {
        width: 100%;
    }
    .col-xs-11 {
        width: 91.66666667%;
    }
    .col-xs-10 {
        width: 83.33333333%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-8 {
        width: 66.66666667%;
    }
    .col-xs-7 {
        width: 58.33333333%;
    }
    .col-xs-6 {
        width: 50%;        
    }
    .col-xs-5 {
        width: 41.66666667%;
    }
    .col-xs-4 {
        width: 33.33333333%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-2 {
        width: 16.66666667%;
    }
    .col-xs-1 {
        width: 8.33333333%;
    }
    .col-xs-pull-12 {
        right: 100%;
    }
    .col-xs-pull-11 {
        right: 91.66666667%;
    }
    .col-xs-pull-10 {
        right: 83.33333333%;
    }
    .col-xs-pull-9 {
        right: 75%;
    }
    .col-xs-pull-8 {
        right: 66.66666667%;
    }
    .col-xs-pull-7 {
        right: 58.33333333%;
    }
    .col-xs-pull-6 {
        right: 50%;
    }
    .col-xs-pull-5 {
        right: 41.66666667%;
    }
    .col-xs-pull-4 {
        right: 33.33333333%;
    }
    .col-xs-pull-3 {
        right: 25%;
    }
    .col-xs-pull-2 {
        right: 16.66666667%;
    }
    .col-xs-pull-1 {
        right: 8.33333333%;
    }
    .col-xs-pull-0 {
        right: auto;
    }
    .col-xs-push-12 {
        left: 100%;
    }
    .col-xs-push-11 {
        left: 91.66666667%;
    }
    .col-xs-push-10 {
        left: 83.33333333%;
    }
    .col-xs-push-9 {
        left: 75%;
    }
    .col-xs-push-8 {
        left: 66.66666667%;
    }
    .col-xs-push-7 {
        left: 58.33333333%;
    }
    .col-xs-push-6 {
        left: 50%;
    }
    .col-xs-push-5 {
        left: 41.66666667%;
    }
    .col-xs-push-4 {
        left: 33.33333333%;
    }
    .col-xs-push-3 {
        left: 25%;
    }
    .col-xs-push-2 {
        left: 16.66666667%;
    }
    .col-xs-push-1 {
        left: 8.33333333%;
    }
    .col-xs-push-0 {
        left: auto;
    }
    .col-xs-offset-12 {
        margin-left: 100%;
    }
    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xs-offset-9 {
        margin-left: 75%;
    }
    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xs-offset-6 {
        margin-left: 50%;
    }
    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xs-offset-3 {
        margin-left: 25%;
    }
    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xs-offset-0 {
        margin-left: 0%;
    }
}

/* header 
============================================================================*/

.header{
    background-image: url(/images/fang/bg-header-top.png);
    background-repeat: repeat-x;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.header-top{
    height: 36px;
    line-height: 36px;
}

.nav-top a{
    margin-right: 15px;
}

.header-main{
    padding-top: 20px;
    padding-bottom: 20px;
    height: 87px;
}

.nav-main{
    padding-top: 10px;
}

.nav-main a{
    margin-right: 25px;
}

.nav-main a:hover{
    text-decoration: none;
     text-decoration:underline;
     color: #333;
}

/* footer 
============================================================================*/

.footer {
    margin-top: 30px;
    background: url("/images/fang/footer-bg.jpg") no-repeat scroll center 0;
    clear: both;
    height: 426px;
    width: 100%;
}

.footer .f-title {
    border-bottom: 1px solid #393939;
    height: 75px;
    line-height: 75px;
    margin: 0;
}

.footer .f-title .pull-left li {
    float: left;
}

.footer .f-title .pull-left li a {
    color: #fff;
    font-size: 14px;
    margin-right: 15px;
}

.footer .f-title .pull-right {
    color: #7dcfa0;
}

.footer .zuobiao-link-box {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #393939;
}

.footer .zuobiao-link-box .pull-left {
    width: 870px;
}

.footer .zuobiao-link-box .pull-left .nav-tabs {
    height: 40px;
    border-bottom: none;
}

.footer .zuobiao-link-box .pull-left .nav-tabs li a {
    background: #121212 none repeat scroll 0 0;
    color: #999;
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin-right: 12px;
    padding: 8px 10px;
    transition: all 0.3s ease-in-out 0s;
    border: none;
    border-radius: 0;
}

.footer .zuobiao-link-box .pull-left .nav-tabs li.active a {
    background: #3d3d3d none repeat scroll 0 0;
    color: #fff;
}

.footer .zuobiao-link-box .pull-left .nav-tabs li a:hover {
    border: none;
}

.footer .zuobiao-link-box .pull-left .tab-pane a {
    color: #999;
    display: inline-block;
    font-size: 12px;
    margin: 10px 10px 0 0;
}

.footer .zuobiao-link-box .pull-right ul li {
    float: left;
    margin-left: 20px;
    text-align: center;
    color: #999;
}

.footer .hot-sq {
    padding-top: 10px;
}

.footer .hot-sq ul li {
    float: left;
    color: #575757;
    margin-right: 5px;
}

.footer .hot-sq ul li span {
    cursor: pointer;
    color: #999;
}

.footer .hot-sq span.icon-hot {
    border: 1px solid #999;
    color: #999;
    display: block;
    float: right;
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    width: 77px;
}

.footer .hot-sq span.icon-hot i {
    background: url("/images/fang/icon-light-trangle.png") no-repeat;
    display: inline-block;
    height: 6px;
    margin-left: 5px;
    width: 9px;
}

.footer .copy-right {
    margin-top: 20px;
    color: #999;
}

a.text-blue:hover{
    color: #005aab;
}


dl, dt, dd, ul, ol, li {
list-style: none;
margin: 0;
padding: 0;
}

input, textarea, button {
margin: 0;
padding: 0;
outline: none;
resize: none;
font-family: "Hiragino Sans GB","Microsoft Yahei UI","Microsoft Yahei","微软雅黑",'Segoe UI',Tahoma,"宋体b8b\4f53",SimSun,sans-serif;
}

.list-no-data {
    text-align: center;
    border: 0;
    font-size: 22px;
    color: #888;
    height: 159px;
    line-height: 150px;
}
.list-no-data span {
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 300px;
    line-height: 22px;
    font-weight: 400;
    vertical-align: -3px;
}
.choice {
    width: 1150px;
    height: 43px;
    line-height: 43px;
    background-color: #f5f5f5;
    color: #333333;
    font-size: 12px;
    margin: 35px auto;
}
.choice-head {
    font-weight: 700;
    margin: 0 20px;
}
.choice-item {
    margin-right: 13px;
    height: 18px;
    font-size: 0;
    color: #333333;
}
choice-item:last-child {
    margin-right: 20px;
}
.choice-name {
    border: 1px solid #dfdfdf;
    height: 18px;
    line-height: 16px;
    background-color: #fff;
    padding: 0 5px;
    display: inline-block;
    font-size: 12px;
}

.choice-item i {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
    background-color: #dfdfdf;
    width: 18px;
    text-align: center;
    font-size: 12px;
}




/**/
    .mod-wrap {
    width: 1200px;
    margin: 0 auto;
    background:#f1f1f1;
}
.det-disclaimer {
    height: 20px;
    padding: 12px 0 52px 22px;
    margin: 0 30px;
    background: url(/images/fang/detail_disclaimer.png);
    background: -webkit-image-set(url(/images/fang/detail_disclaimer.png) 1x, url(/images/fang/detail_disclaimer@2x.png) 2x);
    background-repeat: no-repeat;
    background-position: 0 16px;
    line-height: 20px;
    color: #999;
    font-size: 12px;
}