/* 公共样式 */

.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; }

.function-module-block{
    padding: 120px 0 100px;
}
.hotel-title-bar{
    text-align: center;
}
.hotel-title-bar .tit{
    margin-bottom: 26px;
    font-size: 32px;
}
.hotel-title-bar .text{
    line-height: 26px;
    font-size: 16px;
    color: #414858;
    text-align: center;
    margin-top: 40px;
}

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

/* 功能完善一应俱全，全面支撑酒店业务场景 */
.function01-con {
    margin-top: 60px;
    text-align: center;
}
.function01-con .item-title{
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
}
.function01-con .item1 {
    margin-bottom: 90px;
}
.function01-con .item1 ul{
    margin-top: 40px;
}
.function01-con .item1 li{
    position: relative;
    float: left;
    width: 33.333%;
}
.function01-con .item1 li:nth-of-type(1),
.function01-con .item1 li:nth-of-type(3){
    padding-top: 20px;
}
.function01-con .item1 li .icon{
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto;
}
.function01-con .item1 li:nth-of-type(1) .icon{
    background: url("../images/hotel-function-cars-icon.png") no-repeat;
}
.function01-con .item1 li:nth-of-type(2) .icon{
    width: 180px;
    height: 180px;
    background: url("../images/hotel-function-order-icon.png") no-repeat;
}
.function01-con .item1 li:nth-of-type(3) .icon{
    background: url("../images/hotel-function-tips-icon.png") no-repeat;
}
.function01-con .item1 li .tit{
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    text-align: center;
    margin-top: 25px;
}
.function01-con .item1 li .txt{
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #999999;
    margin-top: 10px;
}
.function01-con .item1 li:last-child:after {
    display: none;
}
.function01-con .item1 li:after{
    content: '';
    position: absolute;
    top: 60px;
    right: -60px;
    z-index: 1;
    width: 145px;
    height: 72px;
    background: url("../images/hotel-function-arr-icon.png") no-repeat;
}
.function01-con .item1 li:nth-of-type(2):after{
    right: -90px;
}
.function01-con .item2{
    margin: 90px 0 0 -41px;
    width: 1282px;
}
.function01-con .item2 ul{
    margin-top: 40px;
    font-size: 0;
    text-align: center;
}
.function01-con .item2 ul li{
    display: inline-block;
    padding: 24px;
    width: 259px;
    height: 84px;
    background: url("../images/hotel-function-border-bg.png") no-repeat;
    margin: 0 60px;
    vertical-align: top;
    position: relative;
}
.function01-con .item2 ul li:after{
    content: '';
    position: absolute;
    right: -120px;
    top: 50%;
    width: 120px;
    height: 4px;
    background: linear-gradient(92deg, #2ED2B4 0%, #0A89FF 99%);
    margin-top: -2px;
}
.function01-con .item2 ul li:last-child:after{
    display: none;
}
.function01-con .item2 ul li .tit{
    height: 26px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #333;
}
.function01-con .item2 ul li .txt{
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #999;
    margin-top: 10px;
}

.function02 {
    padding: 120px 0 100px;
    background-color: #F0F8FF;
}
.function02-con {
    width: 1343px;
    text-align: center;
    margin: 90px 0 0 -72px;
    background: url("../images/hotel-function-arr-long-icon.png") no-repeat center 62px;
}
.function02-con li{
    display: inline-block;
    margin: 0 53px;
    width: 147px;
    transition: all .3s;
}
.function02-con li:hover{
    transform: translateY(-10px);
}
.function02-con li .hotel-icon{
    display: block;
    width: 147px;
    height: 147px;
    background: url("../images/hotel-function-icons.png") no-repeat;
}
.function02-con li:nth-of-type(1) .hotel-icon{
    background-position: 0 0;
}
.function02-con li:nth-of-type(2) .hotel-icon{
    background-position: 0 -148px;
}
.function02-con li:nth-of-type(3) .hotel-icon{
    background-position: 0 -294px;
}
.function02-con li:nth-of-type(4) .hotel-icon{
    background-position: 0 -441px
}
.function02-con li:nth-of-type(5) .hotel-icon{
    background-position: 0 -587px
}
.function02-con li .title{
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    color: #333;
    margin-top: 10px;
}

.function03-con{
    margin-top: 60px;
}
.function03-con .system-wrap{
    width: 1050px;
    height: 120px;
    margin: 0 auto;
    position: relative;
}
.function03-con .system-wrap .system-item{
    padding: 24px;
    width: 492px;
    height: 72px;
    background: url("../images/hotel-function-icons.png") no-repeat -322px -1134px;
    transition: all .3s;
}
.function03-con .system-wrap .system-item:hover{
    transform: translateY(-10px);
}
.function03-con .system-wrap .system-item:nth-of-type(2){
    position: absolute;
    right: 0;
    top: 0;
    padding: 24px 75px;
    width: 390px;
    background-position: -323px -1312px;
}
.function03-con .system-wrap .system-item dt{
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    color: #fff;
}
.function03-con .system-wrap .system-item dd{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-top: 20px;
}
.function03-con .sub-tit{
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    color: #333;
    margin-top: 80px;
}
.function03-con .profit-list{
    margin: 24px auto 0;
    padding: 30px 0 30px 50px;
    width: 1050px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 50px 0 rgba(80, 87, 105, 0.1);
}
.function03-con .profit-list li{
    float: left;
    height: 50px;
    width: 25%;
    margin-bottom: 50px;
    transition: all .3s;
}
.function03-con .profit-list li:hover{
    transform: translateY(-10px);
}
.function03-con .profit-list li:nth-last-of-type(1),
.function03-con .profit-list li:nth-last-of-type(2),
.function03-con .profit-list li:nth-last-of-type(3),
.function03-con .profit-list li:nth-last-of-type(4){
    margin-bottom: 0;
}
.function03-con .profit-list li .icon{
    float: left;
    width: 50px;
    height: 50px;
    background: url("../images/hotel-function-icons.png") no-repeat;
}
.function03-con .profit-list li:nth-of-type(1) .icon{
    background-position: -340px 0;
}
.function03-con .profit-list li:nth-of-type(2) .icon{
    background-position: -340px -52px;
}
.function03-con .profit-list li:nth-of-type(3) .icon{
    background-position: -340px -103px;
}
.function03-con .profit-list li:nth-of-type(4) .icon{
    background-position: -340px -154px;
}
.function03-con .profit-list li:nth-of-type(5) .icon{
    background-position: -398px 0;
}
.function03-con .profit-list li:nth-of-type(6) .icon{
    background-position: -398px -52px;
}
.function03-con .profit-list li:nth-of-type(7) .icon{
    background-position: -398px -103px;
}
.function03-con .profit-list li:nth-of-type(8) .icon{
    background-position: -398px -154px;
}
.function03-con .profit-list li:nth-of-type(9) .icon{
    background-position: -455px 0;
}
.function03-con .profit-list li:nth-of-type(10) .icon{
    background-position: -455px -52px;
}
.function03-con .profit-list li:nth-of-type(11) .icon{
    background-position: -455px -103px;
}
.function03-con .profit-list li:nth-of-type(12) .icon{
    background-position: -455px -154px;
}
.function03-con .profit-list li .title{
    float: left;
    margin-left: 8px;
    font-size: 18px;
    line-height: 50px;
    color: #333;
}

.function04{
    background-color: #f0f8ff;
}
.function04 .function04-con{
    padding-top: 60px;
}
.function04 .function04-con li{
    float: left;
    padding-top: 40px;
    width: 163px;
    height: 160px;
    background: #fff;
    border-radius: 20px;
    box-shadow: inset 0 0 10px 0 rgba(116, 187, 255, 0.35);
    margin-right: 44px;
    transition: all .3s;
}
.function04 .function04-con li:hover{
    transform: translateY(-10px);
}
.function04 .function04-con li:last-child{
    margin-right: 0;
}
.function04 .function04-con li .icon{
    display: block;
    width: 81px;
    height: 81px;
    margin: 0 auto;
}
.function04 .function04-con li .icon{
    display: block;
    width: 81px;
    height: 81px;
    margin: 0 auto;
    background: url("../images/hotel-function-icons.png") no-repeat;
}
.function04 .function04-con li:nth-of-type(1) .icon{
    background-position: 0 -924px;
}
.function04 .function04-con li:nth-of-type(2) .icon{
    background-position: 0 -1019px;
}
.function04 .function04-con li:nth-of-type(3) .icon{
    background-position: 0 -1114px;
}
.function04 .function04-con li:nth-of-type(4) .icon{
    background-position: 0 -1209px;
}
.function04 .function04-con li:nth-of-type(5) .icon{
    background-position: 0 -1304px;
}
.function04 .function04-con li:nth-of-type(6) .icon{
    background-position: 0 -1399px;
}
.function04 .function04-con li .title{
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #333;
    margin-top: 17px;
}

.function05{
    padding: 95px 0 100px;
}
.function05-con{
    text-align: center;
    margin-top: 55px;
}
.function05 img{
    display: block;
    width: 100%;
    height: 310px;
    margin-bottom: 26px;
}
.function05 li{
    float: left;
    width: 285px;
    margin-right: 20px;
    padding: 0 0 38px;
    background-color: #f7f7f7;
    transition: all .3s;
}
.function05 li:hover{
    transform: translateY(-10px);
}
.function05 li:last-child{
    margin-right: 0;
}
.function05 .title{
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    padding: 0 2em;
}
.function05 .text{
    line-height: 22px;
    font-size: 14px;
    color: #666;
    padding: 0 2em;
}

.function06-con{
    padding: 0 26px;
    margin-top: 84px;
}
.function06-con li{
    float: left;
    padding: 18px 24px;
    width: 276px;
    height: 340px;
    border: 2px solid #f5f8ff;
    background-color: #f1f9ff;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    margin-right: 80px;
    transition: all .3s;
}
.function06-con li:hover{
    transform: translateY(-10px);
}
.function06-con li:last-child{
    margin-right: 0;
}
.function06-con li .icon{
    display: block;
    width: 280px;
    height: 233px;
    background: url("../images/hotel-function-icons.png") no-repeat;
}
.function06-con li:nth-of-type(1) .icon{
    background-position: -335px -254px;
}
.function06-con li:nth-of-type(2) .icon{
    background-position: -335px -518px;
}
.function06-con li:nth-of-type(3) .icon{
    background-position: -335px -791px;
}
.function06-con li .title{
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    color: #333;
    margin-top: 10px;
}
.function06-con li .text{
    font-size: 16px;
    line-height: 26px;
    color: #6e879f;
    margin-top: 20px;
}

.hotel-function{
    position: relative;
    min-width: 1200px;
    height: 200px;
    background: url("../images/hotel-function-banner2.jpg") no-repeat center;
}
.hotel-function .wm-1200{
    height: 100%;
}
.hotel-function .go{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 143px;
    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:hover .icon{
    border-color: #fff;
}
.hotel-function .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;
}
