@charset "utf-8";
.fix-nav-bar {
  width: 100%;
  padding: 20px 0;
  position: fixed;
  top: 100px;
  z-index: 9999;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.7); }

.fix-nav-bar .menu-list {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
  font-size: 0; }

.fix-nav-bar .menu-list a {
  color: #969696;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 14px; }

.fix-nav-bar .menu-list a.on {
  color: #fff; }

.fix-nav-bar .menu-list a.now-buy-btn {
  color: #fff;
  margin-left: 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ff6700; }

.fix-nav-bar .menu-list a.now-buy-btn:hover {
  background: #f80; }

.fix-coordinate {
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999; }

.hotel-overview-banner {
  position: relative;
  height: 500px;
  min-width: 1200px;
  overflow: hidden;
}

/* 体验 */
.hotel-experience {
  padding: 15px 0;
  text-align: center;
  font-size: 0;
  background-color: #f0f8ff;
}
.hotel-experience a {
  position: relative;
  display: inline-block;
  width: 168px;
  height: 40px;
  margin: 0 78px;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  border-radius: 20px;
  background: #36bfff;
}
.hotel-experience a:nth-child(2) .hotel-experience-icon {
  background-position: -335px -23px;
}
.hotel-experience a:nth-child(3) .hotel-experience-icon {
  background-position: -368px -23px;
}
.hotel-experience a:hover .code {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.hotel-experience .code {
  position: absolute;
  left: 50%;
  top: 45px;
  z-index: 11111;
  width: 187px;
  height: 224px;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.hotel-experience .code img {
  display: block;
  width: 100%;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}


/* 思途智旅·酒店预订系统 */
.hotel-intro-block{
  padding: 120px 0 75px;
}
.hotel-title{
  font-size: 32px;
  text-align: center;
}
.hotel-text{
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #666666;
  margin-top: 40px;
}
.hotel-intro-con{
  width: 1300px;
  margin: 21px auto 0;
}
.hotel-intro-list{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hotel-intro-list li{
  width: 297px;
  height: 196px;
  padding: 102px 70px 0;
  background: url("../images/hotel-overview-intro-bg.png") no-repeat;
  position: relative;
  transition: all .3s;
}
.hotel-intro-list li:hover{
  transform: translateY(-10px);
}
.hotel-intro-list li .icon{
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -30px;
  width: 66px;
  height: 66px;
  background: url("../images/hotel-overview-icons.png") no-repeat;
}
.hotel-intro-list li:nth-of-type(2) .icon{
  background-position: 0 -67px;
}
.hotel-intro-list li:nth-of-type(3) .icon{
  background-position: 0 -134px;
}
.hotel-intro-list li .title{
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  color: #333333;
}
.hotel-intro-list li .text{
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #999;
  margin-top: 30px;
}

/* 多元化 */
.hotel-layout-block{
  padding: 100px 0;
  height: 268px;
  background: url("../images/hotel-overview-layout-bg.png") no-repeat right;
}
.hotel-layout-list{
  width: 1160px;
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hotel-layout-list li{
  padding: 24px 92px;
  width: 386px;
  height: 124px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(131,195,255,0.3);
  transition: all .3s;
}
.hotel-layout-list li:hover{
  transform: translateY(-10px);
}
.hotel-layout-list li .tit{
  height: 26px;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
}
.hotel-layout-list li .con{
  margin-top: 30px;
}
.hotel-layout-list li .con .con-l{
  display: inline-block;
  padding-left: 24px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #999;
  position: relative;
}
.hotel-layout-list li .con .con-l:before{
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url("../images/hotel-overview-icons.png") no-repeat;
}
.hotel-layout-list li .con .con-l.green:before{
  background-position: 0 -217px;
}
.hotel-layout-list li .con .con-l.yellow:before{
  background-position: 0 -258px;
}
.hotel-layout-list li .con .con-l.blue:before{
  background-position: 0 -237px;
}

/* 营销体系 */
.hotel-ying-block{
  padding: 100px 0;
}
.hotel-ying-img{
  margin-top: 65px;
}
.hotel-ying-img img{
  display: block;
  margin: 0 auto;
}

/* 支持的业务模式 */
.hotel-mode-block{
  padding: 100px 0;
  background-color: #f0f8ff;
}
.hotel-mode-list{
  margin-top: 70px;
  text-align: center;
}
.hotel-mode-list li{
  display: inline-block;
  margin: 0 95px;
  transition: all .3s;
  position: relative;
}
.hotel-mode-list li:hover{
  transform: translateY(-10px);
}
.hotel-mode-list li .icon{
  display: inline-block;
  width: 120px;
  height: 112px;
  background: url("../images/hotel-overview-icons.png") no-repeat;
}
.hotel-mode-list li:nth-of-type(1) .icon{
  background-position: -111px 12px;
}
.hotel-mode-list li:nth-of-type(2) .icon{
  background-position: -111px -106px;
}
.hotel-mode-list li:nth-of-type(3) .icon{
  background-position: -111px -235px;
}
.hotel-mode-list li .title{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  line-height: 124px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.hotel-mode-list li .text{
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  color: #333;
}

.hotel-brand {
  padding: 100px 0 85px;
}
.hotel-brand-con{
  margin-top: 55px;
}
.hotel-brand-con li{
  position: relative;
  float: left;
  width: 282px;
  height: 86px;
  margin-right: 24px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px 0 rgba(176, 210, 240, 0.6);
  -moz-box-shadow: 0 0 20px 0 rgba(176, 210, 240, 0.6);
  box-shadow: 0 0 20px 0 rgba(176, 210, 240, 0.6);
  background-color: #fff;
  transition: all .3s;
}
.hotel-brand-con li:hover{
  transform: translateY(-10px);
}
.hotel-brand-con li:last-child {
  margin-right: 0;
}
.hotel-brand-con li img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
}
.hotel-brand-con li:nth-child(1) img {
  margin: -28px 0 0 -100px;
}
.hotel-brand-con li:nth-child(2) img {
  margin: -28px 0 0 -126px;
}
.hotel-brand-con li:nth-child(3) img {
  margin: -24px 0 0 -79px;
}
.hotel-brand-con li:nth-child(4) img {
  margin: -25px 0 0 -110px;
}

.hotel-function{
  position: relative;
  min-width: 1200px;
  height: 200px;
  background: url("../images/hotel-overview-banner2.jpg") no-repeat center;
}
.hotel-function .wm-1200{
  height: 100%;
}
.hotel-function .go{
  position: absolute;
  right: 142px;
  top: 50%;
  margin-top: -32px;
  width: 250px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  border: 2px solid #35beff;
  color: #32baff;
  border-radius: 35px;
  font-size: 18px;
}
.hotel-function .go:hover{
  background-color: #32baff;
  color: #fff;
}
.hotel-function .go .icon{
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border: 1.5px solid #32baff;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: .1em;
}
.hotel-function .go:hover .icon{
  border-color: #fff;
}
