@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1473215482'); /* IE9*/
  src: url('../fonts/iconfont.eot?t=1473215482#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/iconfont.woff?t=1473215482') format('woff'), /* chrome, firefox */
  url('../fonts/iconfont.ttf?t=1473215482') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg?t=1473215482#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-location:before { content: "\e604"; }
.icon-arror-r:before { content: "\e600"; }
.icon-arror-l:before { content: "\e601"; }
.icon-location1:before { content: "\e602"; }


body{
  min-width: 1200px;
  overflow-x:hidden;
  background-color: #f7f7f7;
  font-size: 14px;
}
::-webkit-input-placeholder {
  color:rgba(150,150,150,.8) !important;
}
a:link,a:visited{
  color:#08c;
}

a:focus{
  text-decoration: none;
}
.bg-white{
  background-color: #fff;
}
.bg-lightGray{
  background-color: #fafafa;
}
.bg-lightgreen{
  background-color: #f0f5f7;
}
.posr{
  position: relative;
}
.posa{
  position: absolute;
}
.vam {
  vertical-align: middle;
}
.affixFix{
  position: absolute;
  top:-60px;
  left:0;
  width:1px;
  height:1px;
  z-index: 100;
}
.c-1{
  color:#f80;
}
.c-g1{
  color:#969696;
}
.c-g2{
  color:#666;
}
.c-g3{
  color:#444;
}
.ml40{
  margin-left:40px;
}
.ml30{
  margin-left:30px;
}
.ml20{
  margin-left:20px;
}
.mb80{
  margin-bottom:80px;
}
.mb30{
  margin-bottom:30px;
}
.mb20{
  margin-bottom:20px;
}
.mt10{
  margin-top:10px;
}
.mt20{
  margin-top:20px;
}
.mt30{
  margin-top:30px;
}
.mt50{
  margin-top:50px;
}
.mt80{
  margin-top:80px;
}
.ng-mt30{
  margin-top:-30px;
}
.mlr20{
  margin-left:20px;
  margin-right:20px;
}
.fs20{
  font-size: 20px;
}
.fs22{
  font-size: 22px;
}
.fs14{
  font-size: 14px;
}
.fs16{
  font-size: 16px;
}
.pd30{
  padding:30px;
}

.noscroll{
  overflow-y:hidden;
}
.w220{
  width:220px;
}
.w200{
  width:200px;
}
.w120{
  width:120px;
}
.help-inline{
  display: inline-block;
  padding-top:6px;
  padding-left: 8px;
}
.form-control:focus{
  box-shadow: none;
}
.control-label{
  padding-top:6px;
}
.img-scale{
  transition: transform 0.3s ease-in-out;
}
.img-scale:hover{
  transform: scale(1.08);
}
.img-container{
  overflow: hidden;
}
.fwn,label{
  font-weight: normal;
}

.btn{
  text-shadow: none;
}
.nobg{
  background-color: transparent;
}
.pd20{
  padding:20px;
}
.pd30{
  padding:30px;
}
.plr5{
  padding-left:5px;
  padding-right:5px;
}
.btn-yellow,a.btn-yellow{
  padding:8px 15px;
  color:#fff;
  border-color: #ff8800;
  background-color: #ff8800;
}
.btn-yellow:hover,.btn-yellow:focus{
  background-color: #f90;
  border-color: #ff9900;
  color:#fff;
}
.btn-gray,a.btn-gray{
  padding:8px 15px;
  color:#969696;
  border-color: #d9d9d9;
  background-color: #d9d9d9;
}
.btn-gray:hover,.btn-gray-yellow:focus{
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  color:#969696;
}
.btn-lightblue,a.btn-lightblue{
  padding:8px 15px;
  color:#fff;
  border-color: #2a9cd5;
  background-color: #2a9cd5;
}
.btn-lightblue:hover,a.btn-lightblue:hover,a.btn-lightblue:focus{
  background-color: #2ba6e4;
  border-color:#2ba6e4;
  color:#eee;
}
.btn-lightgreen,a.btn-lightgreen{
  padding:8px 15px;
  color:#fff;
  border-color: #6ed018;
  background-color: #6ed018;
}
.btn-lightgreen:hover,a.btn-lightgreen:hover,a.btn-lightgreen:focus{
  background-color: #64cb0a;
  border-color:#64cb0a;
  color:#fff;
}
.btn-lightred,a.btn-lightred{
  padding:8px 15px;
  color:#fff;
  border-color: #f45858;
  background-color: #f45858;
}
.btn-lightred:hover,a.btn-lightred:hover,a.btn-lightred:focus{
  background-color: #ff5151;
  border-color:#ff5151;
  color:#eee;
}
.btn-darkblue,a.btn-darkblue{
  background-color: #0088cc;
  border-color:#08c;
  color:#fff;
}
.btn-darkblue:hover,.btn-darkblue:focus{
  background-color: #08d;
  border-color: #0088dd;
  color:#fff;
}
.pdlr30{
  padding-left:30px;
  padding-right:30px;
}
.outline-yellow,a.outline-yellow{
  border-color:#ff8800;
  background-color: transparent;
  color:#f80;
}
.outline-yellow:hover,.outline-yellow:focus{
  background-color: transparent;
  border-color:#f80;
  color:#f80;
}
.outline-blue,a.outline-blue{
  border-color:#0088cc;
  background-color: transparent;
  color:#0088cc;
}
.outline-blue:hover,.outline-blue:focus{
  background-color: transparent;
  border-color:#0088cc;
  color:#0088cc;
}
.label-outline-blue {
  background-color: transparent;
  border: 1px solid #0088cc;
  color:#08c;
  padding: 4px 16px;
  font-size: 14px;
}
.label-outline-gray {
  background-color: transparent;
  border: 1px solid #ddd;
  color:#999;
}

@media (min-width: 1200px){
  .container {
    width: 1200px;
    max-width: 1200px;
  }
}

.micon{
  display: inline-block;
  background-image: url(../images/icon.png);
  background-repeat:no-repeat;
  vertical-align: middle;
}
.micon-bank{
  width:16px;
  height:16px;
  background-position: 0 0;
}
.micon-gym{
  width:16px;
  height:16px;
  background-position: 0 -50px;
}
.micon-hotel{
  width:16px;
  height:16px;
  background-position: 0 -100px;
}
.micon-inn{
  width:16px;
  height:16px;
  background-position: 0 -150px;
}


/*导航条*/
#mainNavbar{
  margin-bottom: 0;
  height: 70px;
  background-color: #252a2b;
  border-radius: 0;
  border:0;
}
#mainNavbar .navbar-nav>li>a{
  padding:25px;
  font-size: 16px;
  color:#fff;
  transition: all 0.3s ease-in-out;
}
#mainNavbar .navbar-nav>li>a:hover,#mainNavbar .navbar-nav>li>a:focus,#mainNavbar .navbar-nav>li.active>a{
  background-color: transparent;
  color:#ff8800;
}
#mainNavbar .navbar-right>li>a{
  font-size: 18px;
  padding-left: 20px;
  padding-right:20px;
}
.login a{
  display: inline-block;
  padding:25px 20px;
  vertical-align: middle;
  color:rgba(255,255,255,.8);
  line-height:20px;
  font-size: 14px;
}
.login span{
  position: relative;
  color:rgba(255,255,255,.8);
}
.logon{
  padding:25px 0px;
  font-size: 16px;
}
.logon a{
  color:#cbab87;
}
.logon a:hover{
  text-decoration: none;
}
@media (min-width: 768px){
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
    margin-left: 50px;
    margin-right: 10px;
  }
}

/* footer */
.footer{
  padding:22px 0;
  background-color: #252a2b;
  color:#b4bebf;
  font-size: 14px;
  font-family: "Microsoft YaHei UI Light", 'Microsoft Yahei';
}
.footer p{
  margin-bottom: 10px;
}
.footer p:first-child{
  margin-bottom: 40px;
}
.footer p:last-child{
  margin-bottom: 0;
}
.footer p:first-child a{
  margin-right: 45px;
  color:#c6e2e6;
  font-size: 16px;
}
.footer img{
  margin-bottom: 6px;
  width:100px;
  height:100px;
}
.footer .vhr{
  margin:0 25px;
}
.tel{
  font-family: "Bell MT", 'Microsoft Yahei';
  font-size: 32px;
  color:#ee850e;
  line-height:1;
}
.footer .tel{
  font-size: 32px;
  color:#a09483;
  line-height:1;
}

/* 面包屑 */
.breadcrumb{
  margin-bottom: 0;
  padding:20px 0 20px;
  font-size: 14px;
}
.breadcrumb>li+li:before{
  padding:0 8px;
  content:'>';
}
.breadcrumb span,.breadcrumb a{
  color:#555555;
}

/* 分页 */
.pager>li>a, .pager>li>span{
  padding: 2px 12px;
  color:#969696;
  font-size: 16px;
}
.pager>li.active>a, .pager>li.active>a:hover, .pager>li.active>span, .pager>li.active>span:hover{
  background-color: #f80;
  border-color: #f80;
  color:#fff;
}
.pager>li.des>span{
  color:#666666;
  border-color:transparent;
  background-color: transparent;
}
.pager>li.des>span:hover{
  background-color: transparent;
  border-color:transparent;
  color:#666;

}
.pager>li.previous>a,.pager>li.next>a{
  margin:0 15px;
  padding:4px 12px 3px;
  font-size: 14px;
}
.pager>li.disabled>a, .pager>li.disabled>a:focus, .pager>li.disabled>a:hover, .pager>li.disabled>span, .pager>li.disabled>span:focus, .pager>li.disabled>span:hover{
  background-color: #ededed;
  color:#969696
}
.pager>li>a:focus, .pager>li>a:hover, .pager>li>span:focus, .pager>li>span:hover{
  background-color: transparent;
  border-color:#f80;
  color:#f80;
}

/* form-input-transparent */
.form-input-transparent{
  font-size: 14px;
}
.form-input-transparent .form-control{
  background-color: transparent;
}
.form-input-transparent .form-control:focus{
  box-shadow: none;
  border-color:#f80;
}

/* modal-mine */
.modal-mine .modal-header{
  height:0;
  border-bottom:0;
}
.modal-mine .modal-title{
  display: none;
}
.modal-mine .modal-header .close{
  position: absolute;
  top:6px;
  right:14px;
  z-index: 2;
  font-size: 36px;
}
.modal-mine .modal-dialog{
  margin-top:60px;
  width:520px;
}

/* select */
.conditionSelect {
}
.conditionSelect li {
  list-style: none;
  padding: 10px 0 5px 100px
}
.conditionSelect .select-list {
}
.conditionSelect dl {
  zoom: 1;
  position: relative;
  margin:0;
  padding:0;
  line-height: 30px;
}
.conditionSelect dl:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden
}
.conditionSelect dt {
  width: 100px;
  margin-bottom: 5px;
  position: absolute;
  top: 0;
  left: -100px;
  text-align: left;
  color: #666;
  height: 30px;
  line-height: 30px
}
.conditionSelect dd {
  float: left;
  display: inline;
  line-height:30px;
  margin: 0 0 5px 5px;
}
.conditionSelect a {
  display: inline-block;
  white-space: nowrap;
  height: 30px;
  padding: 0px 20px;
  text-decoration: none;
  color: #666;
  border-radius: 2px;

}
.conditionSelect a:hover {
  color: #fff;
  background-color: #505454

}
.conditionSelect .selected a {
  color: #fff;
  background-color: #505454
}
.houseList-header-select .select-result,.houseList-header-select .select-result2{
  padding-left: 180px;
}
.houseList-header-select .select-result dt,.houseList-header-select .select-result2 dt {
  font-size: 16px;
  width:180px;
  left:-180px;
  white-space: nowrap;
}
.select-no {
  color: #999
}
.conditionSelect .select-result a {
  padding-right: 30px;
  background: #b6b8b8 url("../images/close.png") right 0 no-repeat;
  transin: none;
}
.conditionSelect .select-result a:hover {
  background-position: right -30px;
}

.btn-group-style .btn{
  min-width:72px;
  height:34px;
  padding:0 16px;
  line-height:34px;
  text-align: center;
  background-color: #fafafa;
}
.btn-group-style .btn .icon-long-arrow-up{
  display: none;
  /*position: absolute;*/
  /*top:10px;*/
  /*right:10px;*/
  font-size: 11px;
}
.btn-group-style .active{
  background-color: #252a2b;
  border-color:#252a2b;
  color:#fff;
}
.btn-group-style .active .icon-long-arrow-up{
  display: inline;
  margin-right:-3px;
}

.formstyle1 .form-control{
  height:36px;
}
.formstyle1 h4{
  margin:30px 0;
  font-size: 16px;
  font-weight: normal;
}
.formstyle1 h3{
  margin:30px 0;
  font-size: 20px;
  font-weight: normal;
}
.formstyle1 label{
  font-weight: normal;
}
*[contenteditable=true]{
  paddg:2px 3px;
  border:1px solid #ddd;
  -webkit-user-modify: read-write-plaintext-only;
  vertical-align: middle;
}
*[data-is-editing="1"]{
  -webkit-user-modify: read-write-plaintext-only;
  vertical-align: middle;
  margin-top: -1px !important;
  display: inline-block!important;
}
*[data-is-editing="1"] *{
  min-width:70px !important;
  margin-top: -2px !important;
}
.modal-big .modal-dialog{
  width:920px;
}

.selectEmpty { color: #bbb; }
select.selectBeautify{
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  padding-right: 30px;
  background: url(../images/select_arrow.png) no-repeat right center!important;
}