a:hover, a:link, a:active, a:visited {
    color: #000;
}
ul, li {
    list-style: none;
}


@font-face {
  font-family: 'iconfont';  /* project id 517014 */
  src: url('//at.alicdn.com/t/font_517014_6oz2usb2jlri19k9.eot');
  src: url('//at.alicdn.com/t/font_517014_6oz2usb2jlri19k9.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_517014_6oz2usb2jlri19k9.woff') format('woff'),
  url('//at.alicdn.com/t/font_517014_6oz2usb2jlri19k9.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_517014_6oz2usb2jlri19k9.svg#iconfont') format('svg');
}
.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 {
   height: 0.8em;
   vertical-align: -0.15em;
   fill: currentColor;
   overflow: hidden;
}
.nav-space {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top,#222,#111);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#222),to(#111));
    background-image: -webkit-linear-gradient(top,#222,#111);
    background-image: -o-linear-gradient(top,#222,#111);
    background-image: linear-gradient(to bottom,#222,#111);
    background-repeat: repeat-x;
    border-color: #252525;

    box-shadow: 0 1px 10px rgba(0,0,0,0.1);
    border-radius: 0px;
    margin-bottom: 0px;
}

/** nav start */
.index-nav {
    padding-top:0px;
    padding-bottom: 20px;
    position: absolute;
    border-radius: 0px;
    width: 100%; background-color: transparent; 
    border: 0 none;
    z-index: 100;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.7) 90%);
}

.navbar-default .navbar-collapse {
    background-color: none;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-collapse {
    border-top:0px;
    box-shadow:inset 0 0px 0 rgba(255,255,255,.1);
    -webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.1);
}
.navbar-brand {
    padding: 10px 15px;
}

.line {
    margin-right: 20px;
    margin-top: 15px;
    height: 21px;
    width: 1px;
    background-color: rgba(255, 255, 255, .3);
}

.navbar-default .navbar-nav>li>a {
    color:#fff;
    font-size: 14px;
}
.navbar-default .navbar-nav>li>a:hover{
    color:#d39c42;
}

.nav-wechat i {
    background-image: url('../img/icon_webchat.png'); 
    width: 22px; 
    height: 22px;
    display: inline-block;
    position: absolute;
    left: -8%;
}
.nav-wechat:hover::before {
    display: block;
}

.nav-wechat::before {
    content: url(../img/QR-WeChat.png);
    position: absolute;
    margin-top: 33%;
    left: -80%;
    display: none;
    z-index: 10000;
}

.nav-phone i{
    background-image: url('../img/icon_phone.png'); 
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    left: -8%;
}
.nav-phone span,.nav-wechat span {
    margin-left:8px;
    color: #fff;
}

.nav-active {
    color: #d39c42 !important;
    border-bottom: 2px solid #d39c42;
    padding-bottom: 8px;
    font-weight: 600;
}

.booking-btn {
    position: absolute;
    right: 100px;
    top: 25px;
    font-size: 14px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 32px;
    line-height: 32px;
    width: 96px;
    text-align: center;
    background: #e58e2f;
    color: #fff;
    border-radius: 5px;
}

.booking-btn a {
    color:#fff;
}
/** nav end **/

.index-swiper  {
    position: relative;
    z-index: 0;
    height: 520px;
    width: 100%;
}

.short-swiper {
    height:300px;
}
.middle-swiper {
    height: 580px;
}


.index-swiper .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index-swiper .prev-btn {
    background-image: url(../img/left@1x.png) !important;
    background-size: contain;
    width: 46px;
}
.index-swiper .next-btn {
    background-image: url(../img/right@1x.png) !important;
    background-size: contain;
    width: 46px;
}

.index-swiper .swiper-slide{
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*visibility: hidden;*/
    transition: 1s;
    opacity: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.index-swiper  .swiper-slide-active {
    opacity:1;
}

.index-swiper .banner-text-wraper {
    background: #333;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background-color: rgba(0,0,0,0.1);
}

.index-swiper .banner-text {
    position: absolute;
    top: 100%;
    left: 50%;
    color: #fff;
    opacity: 0;
    text-align: center;
    transition: .5s;
}
.index-swiper .banner-text{
    top: 50%;
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .index-swiper {
         height: 200px;
    }
    .index-swiper .banner-text {
        margin-left: -450px;
        margin-top: -34px;
        width: 900px;
    }
    .index-swiper .banner-text .cn {
        font-size: 21px;
        font-weight: bold;
    }
    .index-swiper .banner-text .en {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 300;
    }

}
@media screen and (min-width: 768px) {
    .index-swiper {
        height:520px;
    }
    .middle-swiper {
        height: 380px;
    }
    .short-swiper {
        height: 250px;
    }
    .index-swiper .banner-text {
        margin-left: -450px;
        margin-top: -54px;
        width: 900px;
    }
    .index-swiper .banner-text .cn {
        font-size: 48px;
        font-weight: bold;
    }
    .index-swiper .banner-text .en {
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 300;
    }
}
.index-booking {
    border-radius: 6px;
    border:1px solid #ddd;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    width:980px;
    margin: 0 auto;
    margin-top:15px;
    padding:25px;
    background:#fff;
    z-index: 100; 
}
.index-booking h3::before {
    content: '';
    position: absolute;
    left: 15px;
    width: 6px;
    height: 28px;
}
.index-booking h3 {
    float:left;
    
    padding:0px;
    margin:0px;
    margin-top: 10px;
    margin-right: 30px;
}
.index-booking .form-group {
    width:160px;
    margin-right: 10px;
}
.index-booking .form-group .form-control {
    width:95%;
}
.index-booking .btn {
    background:#0a6632;
    color:#fff;
}

/** 办公区 */
.list {
    margin-top: 20px;
}
.list .unavailable {
  position: relative;
}
.list .unavailable img {
  filter:blur(2px);
}
.list .unavailable span {
  position: absolute;
  bottom: 40%;
  left:35%;
  text-align: center;
  width:100px;
  color:#fff;
  font-size: 29px;
  font-weight: bold;
}

.list .row .thumbnail {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 550px;
    margin-bottom: 30px;
    border-radius: 0;
    border: 0 none;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #f1f1f1;
    padding: 0 !important;
    border-radius: 5px;
    width: 100%;

}
.list .row .thumbnail:hover {
    background: #f7f7f7;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.list .row img {
    border-radius: 5px 5px 0 0;
    height: 242px;
    width: 100%;
}
.list .font-primary {
    font-size: 14px;
    color: #666;
}
.list .bot-text .row {
    margin: 10px;
    margin-top: 4%;
}
.line3pxBlack {
    border-bottom: 1px solid #f1f1f1;
}
/** 办公区 end */
.module1 {
    width: 100%;
    padding-bottom: 50px;
    background: url("../img/module1_bg.jpg") no-repeat;
}
.module1 .page-header {
    color:#fff;
    border-bottom:none;
    text-align: center;
}
.module1 .page-header small{
    color:#fff;
    font-size: 11pt;
}

.bb-panel-side {
  overflow: auto;
}
.bb-panel-side .panel-catalogue {
    width: 30%;
    float: left;
}
.bb-panel-side .panel-details {
    width: 70%;
    float: left; 
}
.tabs .tabs-item cursor:pointer div, .tabs .tabs-item p {
  pointer-events: none;
  cursor: pointer; 
}

.tabs .active {
  background: darkblue; 
}

.tabs-panel-box > .tabs-panel {
  display: none;
  opacity: 0;
  overflow: hidden;
  transition: 1s;
}
.tabs-panel-box > .tabs-panel.show {
    display: block;
    opacity: 1; 
}




.module1 .bb-panel-side {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 5px;
}
.module1 .tabs-item {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    height: 150px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
}
.module1 .tabs-item.active {
    background: none;
}
.module1 .tabs-item .iconfont {
    height: 85px;
    font-size: 70px;
}
.module1.tabs-panel {
    padding-left: 35px;
    padding-right: 35px;
}
.module1 .tabs-panel li {
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.module1 .tabs-panel li img {
    margin: 0 auto;
    width: 100%;
}
.module1 .tabs-panel li .font-title {
    color: #f0d2a0;
    text-align: center;
    line-height: 25px;
    padding-top: 13px;
    padding-bottom: 13px;
}
.module1 .tabs-panel li .font-primary {
    line-height: 22px;
    height: 44px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
}
.module1 .m-p-style1 {
    margin-left: 55px;
    margin-right: 55px;
    padding-top: 30px;
}
.module1 .m-p-style1 li {
    padding-left: 30px;
    padding-right: 30px;
    min-height: 285px;
}
.module1 .m-p-style1 .img {
    height: 150px;
    overflow: hidden;
}
.module1 .m-p-style2 {
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 50px;
    text-align: center;
}
.module1 .m-p-style2 li {
    width: 33.3%;
    height: 225px;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    box-sizing: border-box;
}
.module1 .m-p-style2 li .font-primary {
    text-align: center;
    line-height: 30px;
    height: 60px;
}
.module1 .m-p-style2 li .font-title {
    color: #fff;
    padding-top: 22px;
    padding-bottom: 22px;
}
.module1 .m-p-style2 .icon {
    height: 65px;
    color: #f0d2a0;
    font-size: 65px;
    line-height: 65px;
    text-align: center;
}

.module1 .m-p-style3 li {
    margin-top: 130px;
    padding-right: 25px;
    padding-left: 25px;
}
.module1 .m-p-style3 li .font-title {
    line-height: 30px;
}
.module1 .m-p-style3 li .font-primary {
    line-height: 30px;
    height: 90px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.module2 {
    width: 100%;
    margin-top: 50px;
    position: relative;
    padding-bottom: 1.25rem;
}
.module2 ul {
    -webkit-transform: scale(.76);
    transform: scale(.76);
}
.module2 ul  li {
    z-index: 1;
    float: left;
    position: relative;
    width: 33.333333%;
}
.module2 li.active, .module2 li:hover {
    z-index: 2;
}
.module2 ul li .img-wrap {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .5s;
    position: relative;
    -webkit-box-reflect: below -10px linear-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,0) 85%,rgba(255,255,255,.8) 98%);
}
.module2 ul li .img-wrap:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}
.module2 ul li.active .img-wrap, .module2  li:hover .img-wrap {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.module2 ul li img {
    width: 100%;
    border-radius: 12px;
    vertical-align: top;
}
.module2 a {
    display: block;
    height: 100%;
}

/** footer */

.footer {
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #959599;
    background: black;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
.footer p {
    line-height: 18px;
}
.footer .links {
    padding-left: 0;
    margin-top: 10px;
}
.footer .links li {
    display: inline;
    color: #9b9b9b;
    padding: 0 2px;
}
.footer .links li:first-child {
    padding-left: 0;
}
.footer .links li a {
    color: #9b9b9b;
}

@media screen and (max-width: 767px) {
    .footer .container {
    background:none;
    background-size: contain;
}

    }
/** about */
.about .desc{
    font-size: 14px;
    margin-bottom: 30px;
    text-align: justify;
}

/** news */
.news .media-object {
    width:92px;
    border-radius: 6px;

}
.news .media {
    margin-top: 20px;
}
.news .details-content {
    max-width: 837px;
    margin: 0 auto;
}
.backToTop {
    /* margin-top: 60px; */
    margin-bottom: 60px;
    width: 50px;
    height: 50px;
    background-color: rgba(211, 156, 66, 0.5);
    /* opacity: 0.5; */
    right: 0px;
    border-radius: 50%;
    float: right;
    text-align: center;
    font-weight: 600;
    line-height: 20px;
    font-size: 10px;
    cursor: pointer;
    /* right: -50px; */
}
.end {
    width: 100%;
    border: 1px solid #979797;
    position: relative;
    margin-bottom: 60px;
}
.end-mid {
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
    position: absolute;
    background: #fff;
}
.end-mid::after {
    content: "完";
    position: absolute;
    background-color: #f7f7f7;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    border-radius: 50%;
    font-size: 18px;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
}
/** tags */
.tags>span:not(:first-child) {
    display: inline-block;
    padding: 0 10px;
/*     margin: 0 10px; */
    background: rgba(255, 188, 77, 0.20);
    line-height: 34px;
    color: #d39c42;
    border-radius: 5px;
}

.prices {
  
    padding-top: 15px;
    padding-bottom: 15px;
}



.prices .price{
    background-color: #f7f7f7;
    padding: 0 3%;
    margin-bottom: 10px;
    height: 64px;
    line-height: 64px;
}
.saleColor {
    color: #ff5a34;
}

.icon_lists li{
  float:left;
  width: 100px;
  height:100px;
  text-align: center;
  list-style: none !important;
}
.icon_lists .icon{
  font-size: 36px;
  line-height: 100px;
  margin: 10px 0;
  color:#777;
  -webkit-transition: font-size 0.25s ease-out 0s;
  -moz-transition: font-size 0.25s ease-out 0s;
  transition: font-size 0.25s ease-out 0s;

}

/** booking */
.booking-box {
    margin-top: 20px;
    border: 1px solid #eaeaea;
    border-radius: 15px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    /*margin-left: 53px;*/
}

.booking-box .top {
    width: 100%;
    border-bottom: 2px solid #261c04;
    margin-bottom: 10px;
}

.booking-box-middle>input,
.booking-box-middle>select,
.booking-box-middle>button {
    width: 100%;
    height: 64px;
    line-height: 64px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-radius: 5px;
    outline: none;
}

.booking-box-middle>button {
    margin-top: 24px;
    font-size: 20px;
    line-height: 43px;
    background-color: #0a6632;
    color:#fff;
}

input[id="time"] {
    background-color: #fff;
}

.booking-box-middle>input:last-child {
    background: #d39c42;
    border-radius: 3px;
    margin-top: 20px;
    border-bottom: none;
}

.book_bottom {
    margin-top: 11px;
}

.team .thumbnail {
    background-color: #f7f7f7;
    border: 0 none;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.team .team_img {
    margin-right: 20px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
@media screen and (max-width: 767px) {
    .team_img {
   
        margin-left: 0;
        margin-right: 0;
    }
}