.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}
@media (min-width: 1200px) {
  .container {
    width: 1130px;
  }
}
html {
  overflow-x: hidden;
  font-size: 62.5%;
}
body {
  color: #565656;
  font-family: "Microsoft Yahei";
  font-size: 1.4rem;
}
input,
button {
  font-family: "Microsoft Yahei";
}
input:focus,
button:focus {
  outline: none;
}
.m .more-btn {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.m .more-btn .more {
  height: 38px;
  line-height: 38px;
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  color: #333;
  background: #f8b62b;
  border-radius: 5px;
}
.m .more-btn .more:hover {
  text-decoration: none;
  background: #fac75c;
}
.m .navbar {
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.m .navbar .container-fluid {
  padding: 0 30px;
}
.m .navbar .navbar-brand {
  padding: 0;
  margin: 10px;
  width: 143px;
  height: 50px;
  display: block;
  background: url(../images/logo.png) top center no-repeat;
  background-size: 100%;
}
.m .navbar .nav > li > a {
  height: 70px;
  line-height: 70px;
  padding: 0 40px;
  color: #333;
  font-size: 17px;
}
.m .navbar .nav > li > a:hover {
  color: #f8b62b;
}
.m .navbar .nav > li.active > a {
  background: none;
  color: #f8b62b;
}
.m .navbar .tel {
  float: right;
  height: 70px;
  line-height: 70px;
  font-size: 17px;
  color: #333;
  padding: 0 50px;
}
.m .navbar .navbar-toggle {
  margin-top: 19px;
}
.m .banner {
  position: relative;
  height: 720px;
  width: 100%;
}
.m .banner .container-fluid {
  padding: 0;
}
.m .banner .swiper-slide {
  height: 720px;
}
.m .banner .tit {
  z-index: 10;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 33%;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
.m .banner .tit h2 {
  color: #fff;
  font-size: 4.8rem;
}
.m .banner .search {
  width: 100%;
  position: absolute;
  top: 60%;
  z-index: 10;
}
.m .banner .search ::-webkit-input-placeholder {
  color: #c9c9ca;
}
.m .banner .search ::-moz-placeholder {
  color: #c9c9ca;
}
.m .banner .search .search-wrap {
  width: 800px;
  margin: 0 auto;
}
.m .banner .search .search-box {
  border-radius: 10px 10px 10px 0;
  overflow: hidden;
  background: #fff;
  height: 60px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.m .banner .search .icon-area {
  width: 15%;
  height: 60px;
  position: relative;
  float: left;
}
.m .banner .search .icon-search {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  display: block;
  background: url(../images/icon_set1.png) top left no-repeat;
  background-position: -3px -26px;
}
.m .banner .search .input-area {
  width: 70%;
  float: left;
}
.search-div {
  width: 85%;
}

.m .banner .search .search-input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #666;
  font-size: 1.6rem;
  text-indent: 0.5rem;
  border: none;
}
.m .banner .search .search-btn {
  height: 60px;
  line-height: 60px;
  width: 15%;
  float: left;
  background: #f8b62b;
  color: #333;
  font-size: 16px;
  border: none;
}
.m .banner .search .search-tab {
  border-radius: 0 0 10px 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 17px;
  float: left;
  height: 40px;
  line-height: 40px;
  position: absolute;
}
.m .banner .search .search-tab .active {
  background-color: #f8b62b;
}
.m .banner .search .search-tab .tab-item {
  float: left;
  border-radius: 0 0 10px 10px;
  padding: 0 20px;
  cursor: pointer;
}
.m .banner .search .search-tab .tab-item:hover {
  background-color: #f8b62b;
}
.m .banner .search .search-tab .icon {
  display: block;
  float: left;
  margin: 7px 7px 0 0;
  width: 28px;
  height: 28px;
  background: url(../images/icon_set1.png) top left no-repeat;
}
.m .banner .search .search-tab .icon-zf {
  background-position: -5px -73px;
}
.m .banner .search .search-tab .icon-gf {
  background-position: -5px -103px;
}
.m .project {
  padding: 50px 0 0 0;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
}
.m .project .item {
  text-align: center;
  position: relative;
}
.m .project .item .wrap {
  position: relative;
}
.m .project .item a {
  color: #565656;
}
.m .project .item a:hover {
  color: #f8b62b;
}
.m .project img {
  width: 100%;
  margin-left: 20%;
}
.m .project .tit {
  position: absolute;
  bottom: 20%;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
}
.m .mod-hd {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  background: url(../images/line.png) bottom left repeat-x;
}
.m .mod-hd .tit {
  float: left;
  margin-left: -7px;
  background: #f4f4f4;
  font-size: 24px;
  line-height: 30px;
  z-index: 9;
  padding-right: 15px;
}
.m .mod-hd .tit .icon {
  height: 68px;
  width: 68px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 8px;
  background: url(../images/icon_set1.png) top left no-repeat;
}
.m .mod-hd .tit .icon-department {
  background-position: 0px -130px;
}
.m .mod-hd .tit .icon-feedbak {
  background-position: 0px -210px;
}
.m .mod-hd .tit .icon-rent {
  background-position: 0px -280px;
}
.m .mod-hd .filter {
  float: right;
  margin-right: -7px;
  margin-top: 35px;
  background: #f4f4f4;
  z-index: 9;
}
.m .mod-hd .filter .filter-item {
  margin-left: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
  text-align: center;
  padding: 6px 30px;
  display: inline-block;
  color: #333;
}
.m .mod-hd .filter .filter-item:hover {
  background: #d17cc2;
  color: #fff;
  text-decoration: none;
}
.m .mod-hd .filter .active {
  background: #d17cc2;
  border: 1px solid #d17cc2;
  color: #fff;
  text-decoration: none;
}
.m .department {
  padding: 50px 0;
  background: #f1f1f1;
}
.m .department .col-xs-6 {
  padding-left: 7px;
  padding-right: 7px;
}
.m .department .item {
  position: relative;
  margin-bottom: 14px;
}
.m .department .item .wrap {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.m .department .item .thumb {
  overflow: hidden;
}
.m .department .item .thumb img {
  width: 100%;
}
.m .department .item .thumb a {
  display: block;
}
.m .department .item .info {
  background: #f4f4f4;
}
.m .department .item .info .info-wrap {
  border: 1px solid #e9e9e9;
  border-top: none;
  padding: 10px 8px;
}
.m .department .item .info .title {
  line-height: 1.5em;
  margin-bottom: 10px;
}
.m .department .item .info .title a {
  font-size: 1.8rem;
  color: #333;
}
.m .department .item .info .title a:hover {
  color: #f8b62b;
}
.m .department .item .info .price {
  float: left;
  font-size: 14px;
  color: #9c3189;
  background: url(../images/ouyuan.png) center left no-repeat;
  padding-left: 22px;
  background-size: 16px;
}
.m .department .item .info .square {
  float: right;
  font-size: 12px;
  color: #c9c9c9;
}
.m .feedback {
  padding: 40px 0;
}
.m .feedback .row {
  margin-right: -40px;
  margin-left: -40px;
}
.m .feedback .mod-hd {
  background: none;
  margin-bottom: 60px;
}
.m .feedback .mod-hd .tit {
  background: none;
}
.m .feedback .col-xs-12 {
  padding-left: 35px;
  padding-right: 40px;
}
.m .feedback .feedback-item {
  margin-bottom: 90px;
}
.m .feedback .feedback-item .avatar {
  width: 90px;
  height: 90px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
.m .feedback .feedback-item .avatar img {
  width: 100%;
}
.m .feedback .feedback-item .info {
  padding-left: 110px;
}
.m .feedback .feedback-item .info .userinfo {
  font-size: 18px;
  margin-bottom: 10px;
}
.m .feedback .feedback-item .info .userinfo .icon {
  vertical-align: text-top;
  width: 25px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 1px;
  background: url(../images/icon_set1.png) top left no-repeat;
}
.m .feedback .feedback-item .info .userinfo .user-level-1 {
  background-position: -8px 0;
}
.m .feedback .feedback-item .info .userinfo .user-level-2 {
  background-position: -42px 0;
}
.m .feedback .feedback-item .info .date {
  font-size: 12px;
  color: #aaa;
  border-bottom: 1px solid #ddd;
}
.m .feedback .feedback-item .info .des {
  color: #des;
  height: 45px;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 0;
}
.m .feedback .feedback-item .info .comment {
  margin-top: 10px;
}
.m .feedback .feedback-item .info .comment .icon {
  float: right;
  width: 95px;
  height: 25px;
  background: url(../images/heart2.png) top left no-repeat;
}
.m .feedback .feedback-item .info .comment .icon-heart-1 {
  background-position: 0 -100px;
}
.m .feedback .feedback-item .info .comment .icon-heart-2 {
  background-position: 0 -75px;
}
.m .feedback .feedback-item .info .comment .icon-heart-3 {
  background-position: 0 -50px;
}
.m .feedback .feedback-item .info .comment .icon-heart-4 {
  background-position: 0 -25px;
}
.m .feedback .feedback-item .info .comment .icon-heart-5 {
  background-position: 0 0;
}
.m .footer {
  background: #f8b62b;
  padding: 60px 0 40px 0;
}
.m .footer .logo_w {
  text-align: center;
}
.m .footer .logo_w img {
  float: left;
}
.m .footer .links {
  text-align: center;
  padding: 0;
}
.m .footer .links li {
  list-style: none;
}
.m .footer .links li a {
  color: #333;
  font-size: 2.4rem;
  padding: 5px 0;
  display: block;
}
.m .footer .qrcode {
  text-align: center;
}
.m .footer .qrcode img {
  float: right;
}
.m .footer .copyright {
  padding-top: 40px;
  text-align: center;
  color: #333;
}
.m .list-page {
  background: #f4f4f4;
}
.m .list-page .container-cus {
  width: 1110px;
  padding-top: 130px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.m .list-page .left-side {
  width: 22%;
  float: left;
}
.m .list-page .left-side .mod-hd {
  background: #fff;
  margin-bottom: 0;
}
.m .list-page .left-side .mod-hd .tit {
  background: none;
  margin-left: 45px;
  padding: 20px 0;
}
.m .list-page .left-side .wrap {
  padding-right: 20px;
}
.m .list-page .left-side .user-form {
  background: #f8f8f6;
}
.m .list-page .left-side .user-form .user-form-wrap {
  padding: 20px;
}
.m .list-page .left-side dl {
  padding: 10px 0 0 0;
  margin-bottom: 10px;
}
.m .list-page .left-side dl dt {
  color: #666;
  font-weight: normal;
  font-size: 16px;
  padding: 0 0 5px 0;
}
.m .list-page .left-side dl dd select,
.m .list-page .left-side dl dd input {
  border-radius: 8px;
  border: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  padding: 5px 0;
  width: 100%;
  margin-bottom: 5px;
  text-indent: 0.5em;
}
.m .list-page .left-side dl dd .btn-group {
  width: 100%;
}
.m .list-page .left-side dl .rent-price .icon {
  width: 15%;
  height: 30px;
  float: left;
  position: relative;
}
.m .list-page .left-side dl .rent-price .icon .icon-ouyuan {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  background: url(../images/icon_set1.png) top left no-repeat;
  background-position: -120px 0;
}
.m .list-page .left-side dl .rent-price .btn-group {
  width: 85%;
  float: left;
}
.m .list-page .left-side dl .rent-price .slash {
  width: 5%;
  float: left;
  text-align: center;
  font-size: 20px;
}
.m .list-page .left-side dl .form-btn {
  width: 100%;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  color: #333;
  background: #f8b62b;
  border-radius: 5px;
  border: none;
}
.m .list-page .left-side dl .form-btn:hover {
  text-decoration: none;
  background: #fac75c;
}
.m .list-page .right-side {
  width: 78%;
  float: right;
}
.m .list-page .right-side .mod-hd {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  background: none;
}
.m .list-page .right-side .mod-hd .filter {
  float: right;
  margin-right: 0;
  margin-top: 0;
  background: none;
  z-index: 9;
}
.m .list-page .right-side .mod-hd .filter .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 ;
  width: 18px;
  height: 18px;
  background: url(../images/icon_set1.png) top left no-repeat;
}
.m .list-page .right-side .mod-hd .filter .icon-rank {
  background-position: -84px -83px;
}
.m .list-page .right-side .mod-hd .filter .filter-item:hover {
  background: #d17cc2;
}
.m .list-page .right-side .mod-hd .filter .filter-item:hover .icon-rank {
  background-position: -84px -63px;
}
.m .list-page .right-side .mod-hd .filter .active {
  background: #d17cc2;
}
.m .list-page .right-side .mod-hd .filter .active .icon-rank {
  background-position: -84px -63px;
}
.m .list-page .right-side .wrap {
  position: relative;
}
.m .list-page .right-side .list-banner {
  margin-bottom: 20px;
}
.m .list-page .right-side .list-banner img {
  width: 100%;
}
.m .list-page .right-side .list-container {
  background: #fff;
}
.m .list-page .right-side .list-container-wrap {
  padding: 20px;
}
.m .list-page .right-side .list-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}
.m .list-page .right-side .list-item .thumb {
  float: left;
  width: 42%;
  overflow: hidden;
  height: 230px;
  line-height: 0;
  font-size: 0;
}
.m .list-page .right-side .list-item .thumb img {
  width: 100%;
  height: 100%;
}
.m .list-page .right-side .list-item .des {
  float: left;
  width: 38%;
}
.m .list-page .right-side .list-item .des .des-wrap {
  padding: 10px 20px;
}
.m .list-page .right-side .list-item .des .tit {
  font-size: 18px;
  margin-bottom: 10px;
}
.m .list-page .right-side .list-item .des .rate {
  margin-bottom: 5px;
}
.m .list-page .right-side .list-item .des .rate .point {
  color: #9c3189;
  font-size: 14px;
}
.m .list-page .right-side .list-item .des .info {
  color: #aaa;
  font-size: 12px;
  margin-bottom: 10px;
}
.m .list-page .right-side .list-item .des .intro {
  font-size: 14px;
  line-height: 1.5em;
  color: #888;
  margin-bottom: 10px;
}
.m .list-page .right-side .list-item .des .special {
  font-size: 0;
}
.m .list-page .right-side .list-item .des .spec-item {
  border: 1px solid #ddd;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
  padding: 3px 8px;
  font-size: 14px;
  background: #f8f8f8;
  margin-bottom: 5px;
}
.m .list-page .right-side .list-item .des .color-1 {
  color: #d17cc2;
  border-color: #d17cc2;
}
.m .list-page .right-side .list-item .des .color-2 {
  color: #f8b62b;
  border-color: #f8b62b;
}
.m .list-page .right-side .list-item .price {
  float: left;
  width: 20%;
}
.m .list-page .right-side .list-item .price .price-tag {
  margin-bottom: 10px;
  margin-top: 120px;
  text-align: center;
  font-size: 30px;
  color: #f8b62b;
}
.m .list-page .right-side .list-item .price .price-tag .small {
  font-size: 14px;
}
.m .list-page .right-side .list-item .price .price-tag img {
  vertical-align: middle;
  margin-right: 5px;
}
.m .list-page .right-side .list-item .price .reserve-btn {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background: #f8b62b;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
.m .list-page .right-side .list-item .price .reserve-btn .icon {
  margin-right: 5px;
}
.m .list-page .right-side .list-item .price .reserve-btn:hover {
  text-decoration: none;
}
.m .star {
  display: inline-block;
  vertical-align: middle;
  margin: 0 ;
  width: 100px;
  height: 20px;
  background: url(../images/star.png) top left no-repeat;
}
.m .star-0 {
  background-position: 0 0px;
}
.m .star-1 {
  background-position: 0 -20px;
}
.m .star-2 {
  background-position: 0 -40px;
}
.m .star-3 {
  background-position: 0 -60px;
}
.m .star-4 {
  background-position: 0 -80px;
}
.m .star-5 {
  background-position: 0 -100px;
}
.m .star-6 {
  background-position: 0 -120px;
}
.m .star-7 {
  background-position: 0 -140px;
}
.m .star-8 {
  background-position: 0 -160px;
}
.m .star-9 {
  background-position: 0 -180px;
}
.m .star-10 {
  background-position: 0 -200px;
}
.m .icon-tel {
  display: inline-block;
  vertical-align: middle;
  margin: 0 ;
  width: 20px;
  height: 20px;
  background: url(../images/icon_set1.png) top left no-repeat;
  background-position: -85px -37px;
}
.m .detail-page {
  background: #f4f4f4;
}
.m .detail-page .container-cus {
  width: 1110px;
  padding-top: 130px;
  margin: 0 auto;
}
.m .detail-page .left-side {
  width: 74%;
  float: left;
}
.m .detail-page .left-side .wrap {
  padding-right: 21px;
}
.m .detail-page .left-side .des {
  position: relative;
}
.m .detail-page .left-side .tit {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}
.m .detail-page .left-side .info {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 5px;
}
.m .detail-page .left-side .intro {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}
.m .detail-page .left-side .price {
  color: #f8b62b;
  font-size: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.m .detail-page .left-side .price img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 3px;
  margin-top: -3px;
}
.m .detail-page .left-side .price .small {
  font-size: 16px;
}
.m .detail-page .right-side {
  width: 25.2%;
  float: right;
  margin-top: 96px;
  padding-bottom: 10px;
}
.m .detail-page .right-side .user-comment {
  background: #fcfcfc;
  position: relative;
  margin-bottom: 10px;
}
.m .detail-page .right-side .user-item {
  padding: 10px;
}
.m .detail-page .right-side .avatar-name {
  width: 90px;
  float: left;
}
.m .detail-page .right-side .avatar-name .avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  margin-bottom: 10px;
  border: 1px solid #fff;
}
.m .detail-page .right-side .avatar-name .avatar img {
  width: 100%;
}
.m .detail-page .right-side .avatar-name .userinfo {
  font-size: 18px;
  color: #f8b62b;
  text-align: center;
}
.m .detail-page .right-side .avatar-name .userinfo .icon {
  vertical-align: text-top;
  width: 25px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 1px;
  background: url(../images/icon_set1.png) top left no-repeat;
}
.m .detail-page .right-side .avatar-name .userinfo .user-level-1 {
  background-position: -8px 0;
}
.m .detail-page .right-side .avatar-name .userinfo .user-level-2 {
  background-position: -42px 0;
}
.m .detail-page .right-side .info {
  padding-left: 110px;
}
.m .detail-page .right-side .info .date {
  font-size: 12px;
  color: #aaa;
  border-bottom: 1px solid #ddd;
}
.m .detail-page .right-side .info .des {
  color: #787878;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 0;
}
.m .detail-page .right-side .info .comment {
  margin-top: 10px;
}
.m .detail-page .right-side .info .comment .icon {
  float: right;
  width: 95px;
  height: 25px;
  background: url(../images/heart2.png) top left no-repeat;
}
.m .detail-page .right-side .info .comment .icon-heart-1 {
  background-position: 0 -100px;
}
.m .detail-page .right-side .info .comment .icon-heart-2 {
  background-position: 0 -75px;
}
.m .detail-page .right-side .info .comment .icon-heart-3 {
  background-position: 0 -50px;
}
.m .detail-page .right-side .info .comment .icon-heart-4 {
  background-position: 0 -25px;
}
.m .detail-page .right-side .info .comment .icon-heart-5 {
  background-position: 0 0;
}
.m .detail-page .right-side .map {
  margin-bottom: 10px;
}
.m .detail-page .right-side .map img {
  width: 100%;
}
.m .detail-page .right-side .mod-side {
  margin-bottom: 10px;
}
.m .detail-page .right-side .mod-side .m-hd {
  background: #f8b62b;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 8px;
}
.m .detail-page .right-side .mod-side .m-bd {
  background: #fcfcfc;
  padding: 15px 20px;
}
.m .detail-page .right-side .mod-side .m-bd .text {
  font-size: 14px;
  color: #999;
  font-weight: 800;
  margin-bottom: 10px;
}
.m .detail-page .right-side .mod-side .m-bd .i {
  color: #ccc;
  width: 20px;
  height: 17px;
  display: inline-block;
  vertical-align: text-bottom;
}
.m .detail-page .right-side .mod-side .m-bd .i img {
  vertical-align: text-top;
}
.m .detail-page .right-side .mod-side .m-bd .yellow {
  font-size: 24px;
  color: #f8b62b;
  font-weight: normal;
}
.m .detail-page .right-side .mod-side .m-bd .big {
  font-weight: normal;
  font-size: 24px;
}
.m .detail-page .pics {
  position: relative;
  margin-bottom: 30px;
}
.m .detail-page .pics img {
  width: 100%;
  opacity: 0;
}
.m .detail-page .pics-main {
  position: absolute;
  top: 0;
  width: 100%;
  background: #333;
  height: 78%;
}
.m .detail-page .pics-main .swiper-slide {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.m .detail-page .pics-thumb {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20%;
}
.m .detail-page .pics-thumb .swiper-slide {
  height: 100%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.m .detail-page .pics-thumb .swiper-slide:last-child {
  margin-right: 0;
}
.m .detail-page .pics-thumb .swiper-slide:hover img {
  opacity: 1;
}
.m .detail-page .pics-thumb .on {
  border: 1px solid #f8b62b;
}
.m .detail-page .details .d-hd {
  margin-bottom: 20px;
}
.m .detail-page .details .d-hd .tit {
  font-size: 18px;
}
.m .detail-page .details .d-hd .icon {
  width: 30px;
  height: 28px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
  background: url(../images/icon_set3.png) top left no-repeat;
}
.m .detail-page .details .d-hd .icon-diamond {
  background-position: 0 0;
}
.m .detail-page .details .d-hd .icon-facility {
  background-position: 0 -33px;
}
.m .detail-page .details .d-hd .icon-rooms {
  background-position: 0 -66px;
}
.m .detail-page .details .d-hd .icon-comments {
  background-position: 0 -99px;
}
.m .detail-page .details .d-bd {
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px;
  line-height: 1.6em;
  font-size: 14px;
  color: #787878;
}
.m .detail-page .details .d-bd .faci-item {
  background: url(../images/dot.png) center left no-repeat;
  padding-left: 20px;
  font-size: 14px;
  width: 45%;
  float: left;
  margin-bottom: 10px;
}
.m .detail-page .details .d-bd .room-item {
  font-size: 14px;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #999;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 10px;
}
.m .detail-page .details .d-bd .room-active {
  background: #f8b62b;
  color: #fff;
  border-color: #f8b62b;
}
@media screen and (max-width: 1110px) {
  .m .list-page .container-cus,
  .m .detail-page .container-cus {
    width: 100%;
    padding-top: 130px;
    margin: 0 auto;
  }
  .m .detail-page .left-side {
    width: 100%;
    float: none;
  }
  .m .list-page .left-side .wrap,
  .m .detail-page .left-side .wrap {
    padding-right: 0;
  }
  .m .detail-page .right-side {
    width: 100%;
    float: none;
  }
  .m .detail-page .left-side {
    width: 100%;
    float: none;
  }
  .m .detail-page .left-side .des,
  .m .detail-page .left-side .details {
    padding: 0 10px;
  }
  .m .detail-page .right-side .mod-side {
    padding: 0 10px;
  }
}
@media screen and (max-width: 960px) {
  .m .navbar .nav > li > a {
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    color: #333;
    font-size: 17px;
  }
  .m .navbar .tel {
    float: right;
    padding: 0 20px;
  }
  .m .banner .search {
    width: 100%;
    position: absolute;
    top: 60%;
    z-index: 10;
  }
  .m .banner .search .search-wrap {
    width: 80%;
    margin: 0 auto;
  }
  .m .banner .search .icon-area {
    width: 20%;
  }
  .m .banner .search .input-area {
    width: 60%;
  }
  .search-div {
    width: 80%;
  }
  .m .banner .search .search-btn {
    width: 20%;
  }
  .m .list-page .right-side .list-item .thumb {
    float: none;
    width: 100%;
    height: auto;
  }
  .m .list-page .right-side .list-item .thumb img {
    width: 100%;
  }
  .m .list-page .right-side .list-item .des {
    float: left;
    width: 70%;
  }
  .m .list-page .right-side .list-item .price {
    float: left;
    width: 30%;
  }
  .m .list-page .right-side .list-item .price .price-tag {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .m .navbar .nav > li > a {
    line-height: 40px;
    height: 40px;
  }
  .m .navbar .tel {
    float: none;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    color: #333;
    padding: 0 10px;
    text-align: center;
  }
  .m .banner .tit h2 {
    font-size: 3.8rem;
  }
  .m .footer .logo_w {
    margin-bottom: 30px;
  }
  .m .footer .logo_w img {
    float: none;
  }
  .m .footer .links {
    margin-bottom: 30px;
  }
  .m .footer .qrcode img {
    float: none;
  }
  .m .list-page .left-side{
    width: 100%;
    float: none;
  }
  .m .list-page .right-side{
    width: 100%;
    float: none;
  }
  .m .list-page .right-side .list-banner {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .m .list-page .right-side .list-item .thumb {
    float: none;
    width: 100%;
    height: auto;
  }
  .m .list-page .right-side .list-item .thumb img {
    width: 100%;
  }
  .m .list-page .right-side .list-item .des {
    float: none;
    width: 100%;
  }
  .m .list-page .right-side .list-item .price {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .m .list-page .right-side .list-item .price .price-tag {
    margin-top: 10px;
  }
  .m .detail-page .left-side .price {
    color: #f8b62b;
    font-size: 20px;
    position: relative;
    right: auto;
    bottom: auto;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
  .m .banner .tit h2 {
    font-size: 3.2rem;
  }
}
/*!
 * Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/

}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */


/*初始化样式*/
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
/* Hides from IE-mac \*/
*:first-child+html .clearfix{zoom:1;} /* IE7 */
* html .clearfix { height: 1%;zoom:1;}
.clearfix {display: block;}
.left{float: left;}
.right{float: right;}
/*关于我们样式*/
.main{background: #f1f1f1;}
.qin_about{padding-top: 120px;padding-bottom: 50px;}
.qin_about_lf{padding: 0px;}
.qin_about_lf_con{background: #f8f8f8;}
.qin_about_lf_t{background: #fff;padding: 30px 25px;}
.qin_about_lf_t_lf img{width: 51px;height: 51px;}
.qin_about_lf_t_rt{font-size: 24px;color: #666666;margin-top: 17px;}
.qin_about_lf_b{padding: 40px 25px;}
.qin_about_lf_b p{margin-bottom: 20px;}
.qin_about_lf_b a{display: block;font-size: 16px;color: #666666;text-align: center;line-height: 30px;border-radius: 10px;border: 1px solid #f8f8f8;}
.qin_about_lf_b a:hover{color: #f8b62b;border: 1px solid #f8b62b;text-decoration: none;}
.qin_about_lf_b .ahover{color: #f8b62b;border: 1px solid #f8b62b;text-decoration: none;}
.qin_about_rt{padding: 0px;line-height: 32px;font-size: 14px;color: #666;}
.qin_about_rt img{width: 100%;vertical-align: middle;display: block;margin-bottom: 20px;}
.about_name{display: block;color: #666;font-size: 18px;width: 90px;}
.container{padding-left: 0px;padding-right: 0px;}
/*服务样式*/
.fuwu_tl{font-size: 24px;}
.baoming_btn{display: block;width: 105px;height: 30px;line-height: 30px;background: #f8b62b;border-radius: 10px;padding: 0px 10px;margin-bottom: 20px;}
.baoming_btn em{background: url(../images/fuwu_18.png) no-repeat;width: 18px;height: 18px;display: block;margin-top: 6px;}
.baoming_btn span{color: #fff;font-size: 16px;line-height: 30px;}
.big_fuwu_img img{width: 100%;vertical-align: middle;display: block;margin-bottom: 45px;}
.fuwu_text p{font-size: 14px;margin-bottom: 35px;}
.fuwu_tex{line-height: 20px;}
.fs18{font-size: 18px;}
.text_tuchu{font-size: 24px;color: #f8b62b;}
.small_fw_img_con{display: block;position: relative;}
.small_fw_img_con img{width: 100%;vertical-align: middle;}
.hei{width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;background: rgba(0,0,0,.5);filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7f000000', endColorstr='#7f000000');_background: #000;display: none;z-index: 1;}
.small_fw_img_con:hover .hei{display: block;}
.huang{background: url(../images/fuw_07.png) repeat;width: 90px;height: 90px;border-radius: 50%;position: absolute;z-index: 2;top: 50%;left: 50%;margin-left: -45px;margin-top: -45px;padding-top: 7%;}
.huang p{font-size: 14px;text-align: center;color: #fff;padding: 0px;margin: 0px;line-height: 25px;}
.huang img{display: block;margin: 0px auto;width: 50%;margin-bottom: 0px!important;}
@media (min-width: 768px) {
  .container {
    width: 970px
  }
  .qin_about_lf{padding-right: 10px;}
  .qin_about_lf_b{min-height: 515px;}
  .qin_about_rt{padding-left: 10px;}
  .about_con{width: 75%;}
  .small_fw_img{padding: 0px;}
  .fw_rt{margin-top: 84px;}
  .huang{padding-top: 10%;}
  .small_fw_img_con img{margin-bottom: 12.5%;}
}
@media (max-width: 767px) {
  .container {
    width: 970px
  }
  .qin_about_rt{margin-top: 20px;}
  .about_con{width: 65%;}
  .qin_about_rt{margin-top: 20px;}
  .small_fw_img{padding: 0px 5px;}
  .huang{background: url(../images/fuw_07.png) repeat;width: 60px;height: 60px;border-radius: 50%;position: absolute;z-index: 2;top: 50%;left: 50%;margin-left: -30px;margin-top: -30px;}
    .huang p{font-size: 12px;text-align: center;color: #fff;}
}
@media (max-width: 991px) {
  .container {
    width: 90%;
  }
}

@media (min-width:992px) {
  .container {
    width: 970px;
  }
}

@media (min-width:1280px) {
  .container {
    width: 1100px;
  }
}