body {
    padding-top: 0;
}

video {
    object-fit: fill;
}

.vjs-loading-spinner {
    display: none !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.banner {
    border-bottom: 4px solid #D6AD65;
    /*padding-top: 65px;*/
}

.banner .bangwodingzhi {
    position: absolute;
    width: 150px;
    left: 50%;
    margin-left: -75px;
    bottom: 0;
}

.banner .bangwodingzhi img {
    display: block;
    border: 0;
    width: 100%;
    height: auto;
    filter: alpha(Opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.banner .bangwodingzhi:hover img {
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.banner .bgimg {
    width: 100% !important;
    height: auto !important;
}

.banner .content {
    top: 50%;
    margin-top: -50px;
}

.banner .content img {
    width: 55%;
}

.banner .content .info {
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.banner .content .info p {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    letter-spacing: 4px;
    font-size: 16px;
    margin-bottom: 12px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.banner .content .info .bannerTitle {
    color: #D6AD65;
    font-size: 0;
    margin-bottom: 30px;
    letter-spacing: 5px;
}

.banner .content .info .bannerTitle span {
    display: inline-block;
    margin: 0 20px;
    font-size: 26px;
    vertical-align: middle;
}

.banner .content .info .bannerTitle:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #D6AD65;
    display: inline-block;
    vertical-align: middle;
}

.banner .content .info .bannerTitle:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #D6AD65;
    display: inline-block;
    vertical-align: middle;
}

.go_down {
    position: absolute;
    width: 34px;
    height: 34px;
    left: 50%;
    bottom: 50px;
    margin-left: -17px;
    cursor: pointer;
}

.go_down img {
    display: block;
    width: 100%;
    height: 100%;
}

.contact_type {
    margin-top: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
}

.contact_type p {
    margin-bottom: 10px;
}

.contact_type a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #333;
    border-radius: 20px;
    color: #333;
    margin: 0 10px;
}

.contact_type a.active {
    background: #000;
    color: #fff;
}

#i_dingzhi .content .left textarea {
    height: 83px;
    resize: none;
}

.i_r_title h3 {
    letter-spacing: 4px;
    color: #999;
}

.lxmx-wrap {
    position: relative;
}

.lxmx-wrap .item {
    background: #fff;
    text-align: center;
    padding: 0 5px 5px;
    cursor: pointer;
}

.lxmx-wrap .item:hover {
    -webkit-box-shadow: 0px 0px 8px #999;
    -moz-box-shadow: 0px 0px 8px #999;
    box-shadow: 0px 0px 8px #999;
}

.lxmx-wrap .swiper-button-prev {
    background-image: url(../images/i_feedback_left.png);
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: -25px;
    top: 50%;
    left: -50px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.lxmx-wrap .swiper-button-prev:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.lxmx-wrap .swiper-button-next {
    background-image: url(../images/i_feedback_right.png);
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: -25px;
    top: 50%;
    right: -50px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.lxmx-wrap .swiper-button-next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.lxmx-wrap .swiper-container {
    padding: 10px;
}

.lxmx-wrap .item h4 {
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: 600;
}

.lxmx-wrap .item h5 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    color: #ccc;
    font-weight: normal;
}

.lxmx-wrap .item p {
    letter-spacing: 4px;
    line-height: 2;
    margin-bottom: 20px;
    color: #888;
}

.lxmx-wrap .item .img {
    width: 100%;
    height: 0;
    padding-bottom: 61.8%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.i_banner .swiper-slide {
    cursor: pointer;
}

.i_banner .swiper-slide:hover {
    -webkit-box-shadow: 0px 0px 8px #666;
    -moz-box-shadow: 0px 0px 8px #666;
    box-shadow: 0px 0px 8px #666;
}

.i_banner .icon {
    position: absolute;
    left: 15px;
    top: -6px;
    width: 60px;
    z-index: 2;
}

.i_banner .icon img {
    width: 100%;
}

.i_zhenxuan {
    overflow: hidden;
    margin-bottom: 20px;
}

.i_zhenxuan h5 {
    font-size: 18px;
}

.i_zhenxuan .left .list {
    overflow: hidden;
    background: #f5f5f5;
    padding: 10px 0;
}

.i_zhenxuan a {
    color: #333;
}

.i_zhenxuan a:hover {
    color: #333;
}

.i_zhenxuan .left {
    width: 650px;
    box-sizing: border-box;
    overflow: hidden;
}

.i_zhenxuan .left .list {
    width: 100%;
    height: 290px;
    box-sizing: border-box;
    overflow: hidden;
}

.i_zhenxuan .left .list a {
    text-align: center;
    display: block;
    float: left;
    width: 33.33333333%;
    box-sizing: border-box;
    margin: 10px 0;
}

.i_zhenxuan .left .list a p {
    margin-top: 5px;
    margin-bottom: 0;
}

.i_zhenxuan .left .list .img {
    margin: 0 auto;
    position: relative;
    width: 100px;
    height: 89px;
}

.i_zhenxuan .left .list .img .hover {
    display: none;
    z-index: 1;
    background: url(../images/i_hot_hover.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 100px;
    height: 89px;
    top: 0;
    left: 0;
}

.i_zhenxuan .left .list a:hover .hover {
    display: block;
}

.i_zhenxuan .right {
    width: 340px;
    box-sizing: border-box;
    overflow: hidden;
}

.i_zhenxuan .right .list {
    width: 100%;
    height: 290px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    overflow: hidden;
    background: #f5f5f5;
}

.i_zhenxuan .right .list a {
    display: block;
    text-align: center;
    width: 30%;
    float: left;
    box-sizing: border-box;
    margin: 10px 10%;
    color: #333;
    background: #fff;
    border-radius: 20px;
    padding: 2px 0;
}

.i_zhenxuan .right .list a:hover {
    background: #d5ad65;
    color: #fff;
}

.i_zhenxuan .right .list a span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
}

.i_zhenxuan .right .list a:hover span {
    background: #d6ad65;
}

.lxlg_wrap {
    overflow: hidden;
    padding-right: -20px;
}

.lxlg_wrap .item {
    float: left;
    width: 320px;
    margin: 0 10px;
    background: #fff;
    box-sizing: border-box;
    cursor: pointer;
    color: #333;
}

.lxlg_wrap .item .img {
    width: 100%;
    height: 198px;
}

.lxlg_wrap .item .ct {
    padding: 15px;
}

.lxlg_wrap .item .ct h5 {
    margin: 0;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #333;
    font-size: 16px;
}

.lxlg_wrap .item .ct p {
    color: #999;
    width: 100%;
    height: 20px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lxlg_wrap .item:hover {
    background: #d6ad65;
}

.lxlg_wrap .item:hover .ct h5,
.lxlg_wrap .item:hover .ct p {
    color: #fff;
}

.navstyle2 .logo {
    display: block;
}

.zxlist {
    overflow: hidden;
}

.zxlist .block {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.zxlist .block .title {
    overflow: hidden;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
}

.zxlist .block .title a {
    float: right;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    font-weight: normal;
}

.zxlist .block .title a span {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(../images/morelink.png) no-repeat;
    background-size: 100% 100%;
}

.zxlist .block .item {
    float: left;
    width: 330px;
    height: auto;
    margin-left: 15px;
    cursor: pointer;
    position: relative;
    color: #333;
}

.zxlist .block .item .icon {
    position: absolute;
    left: 10px;
    top: -5px;
    width: 50px;
    z-index: 2;
}

.zxlist .block .item .icon img {
    width: 100%;
}

.zxlist .block .item:nth-child(2) {
    margin: 0;
}

.zxlist .block .item .pic {
    width: 100%;
    height: 0;
    padding-bottom: 51.8%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.zxlist .block .item .pic .desc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 101%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    z-index: 3;
    display: none;
    padding: 0 40px;
    /*-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;*/
}

.zxlist .block .item:hover .pic .desc {
    display: table;
}

.zxlist .block .item .pic .desc span {
    vertical-align: middle;
    display: inline-block;
    display: table-cell;
    line-height: 2;
}

.zxlist .block .item .content {
    background: #fff;
    overflow: hidden;
    padding: 10px;
}

.zxlist .block .item .content .tt {
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
}

.zxlist .block .item .content .tt img {
    float: left;
    width: 30px;
    height: 20px;
    margin-right: 5px;
}

.zxlist .block .item .content .ct {
    height: 40px;
    line-height: 20px;
    margin-top: 5px;
    overflow: hidden;
    color: #999;
}

.zxlist .block .item .content .days {
    color: #d6ad65;
    margin-top: 15px;
}

.zxlist .block .item .price {
    color: #000;
    padding: 0 15px;
    position: absolute;
    right: 0;
    bottom: 10px;
    font-weight: 600;
}

.zxlist .block .item:hover .content {
    background-color: #d6ad65;
    color: #fff;
}

.zxlist .block .item:hover .content .ct {
    color: #fff;
}

.zxlist .block .item:hover .content .days {
    color: #fff;
}

.zxlist .block .item:hover .price {
    color: #fff;
}

.service_list {
    overflow: hidden;
    padding: 0;
}

.service_list .item {
    padding: 10px;
    float: left;
    width: 16.66666666%;
    box-sizing: border-box;
    text-align: center;
}

.service_list .item a {
    display: block;
    color: #666;
    background: #fff;
    border-radius: 4px;
    padding: 15px;
}

.service_list .item .top {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.service_list .item p {
    margin: 0;
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
}

.we_serve {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    background: url(../images/icon-write.png) center bottom no-repeat;
    background-size: 50% auto;
    padding-bottom: 30px;
}

.we_serve span {
    font-family: arial;
    font-size: 18px;
    letter-spacing: 10px;
    text-indent: 10px;
    text-transform: uppercase;
    color: #D8A958;
    display: block;
}

.we_serve p {
    font-size: 24px;
    color: #3f3f3f;
    margin-top: 20px;
    letter-spacing: 5px;
}

.we_serve img {
    width: 40px;
}

.we_serve2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #383B48;
    margin-top: 10px;
}

.we_serve3 {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    background: url(../images/bg-map.png) center no-repeat;
    background-size: contain;
}

.we_serve3 span {
    font-family: arial;
    font-size: 18px;
    letter-spacing: 10px;
    text-indent: 10px;
    text-transform: uppercase;
    color: #D8A958;
    display: block;
}

.we_serve3 p {
    font-size: 24px;
    color: #3f3f3f;
    letter-spacing: 5px;
}

.we_serve3 .text {
    margin-top: 20px;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #383B48;
}

.we_serve3 .text b {
    font-size: 22px;
    font-weight: 600;
}

.our_service {
    margin: 15px auto 0;
    overflow: hidden;
    box-sizing: border-box;
    padding: 30px 0;
    background: url(../images/bg-wave.png) center no-repeat;
    background-size: contain;
}

.our_service .inner {
    width: 80%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 60px;
}

.our_service .inner .item {
    float: left;
    width: 33.33333333%;
    box-sizing: border-box;
    padding-left: 30px;
    background: url(../images/icon_logo.png) left center no-repeat;
    background-size: auto 20px;
    font-weight: 400;
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    letter-spacing: 0.08em;
    color: #444444;
    overflow: hidden;
    margin: 30px 0;
}

.luxury_travel {
    margin-top: 20px;
    overflow: hidden;
}

.luxury_travel .item {
    float: left;
    width: 33.33333333%;
    padding: 0 8px;
}

.luxury_travel .item .inner {
    border: 1px solid #D8A958;
    padding: 30px 15px;
    position: relative;
}

.luxury_travel .item .inner::before {
    width: 66px;
    height: 5px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -33px;
    background: #D8A958;
    content: '';
}

.luxury_travel .item .inner p {
    font-weight: 400;
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    letter-spacing: 0.08em;
    color: #383B48;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
}

.luxury_travel .item .inner span {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #979797;
}

.enterprise_service {
    overflow: hidden;
    width: 80%;
    box-sizing: border-box;
    margin: 50px auto 0;
    background: url(../images/bg-enterprise_service.jpg) center no-repeat;
    background-size: cover;
    padding: 50px 20px;
    border-radius: 20px;
    cursor: pointer;
}

.enterprise_service .inner {
    overflow: hidden;
    padding: 20px 50px;
}

.enterprise_service .inner .item {
    float: left;
    width: 33.33333333%;
    box-sizing: border-box;
    margin-top: 30px;
    text-align: center;
}

.enterprise_service .inner .item p {
    font-size: 18px;
    color: #D8A958;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 0;
}

.enterprise_service .inner .item .img {
    width: 70px;
    height: 70px;
    padding: 15px;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    background: linear-gradient(180deg, #FFD9A9 0%, #CBAB78 100%);
}

.home_customization {
    margin-top: 20px;
    overflow: hidden;
}

.home_customization .topbar1 {
    margin-top: 6px;
    width: 100%;
    height: 8px;
    background: linear-gradient(180deg, #EDC899 0%, #D2B17D 100%);
    border-radius: 4px;
    box-sizing: border-box;
}

.home_customization .outer {
    padding: 0 60px;
    box-sizing: border-box;
    margin-top: -14px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.home_customization .inner {
    background-color: #000;
    border-radius: 0 0 85px 85px;
    overflow: hidden;
    position: relative;
}

.home_customization .inner .topbar2 {
    width: 100%;
    height: 20px;
    background: linear-gradient(180deg, #EDC899 0%, #FFDFB7 0.01%, #9F7129 100%);
    box-sizing: border-box;
}

.home_customization .inner img {
    display: block;
    border: 0;
    width: 100%;
    height: auto;
}

.home_customization .inner .content {
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    font-weight: 400;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    padding: 20px 30px;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}

#carousel-feedback li {
    width: 33.33333333%;
    box-sizing: border-box;
    padding-right: 20px;
    margin: 0;
}

#carousel-feedback li .detail_btn {
    float: right;
    background: #D8A958;
    color: #fff;
}

#carousel-feedback li .detail_btn:hover {
    background: #fff;
    color: #333;
}

#carousel-feedback li>p {
    height: 30px;
    line-height: 30px;
    margin: 10px;
    color: #333;
    overflow: hidden;
}

.banner-prev {
    background-image: url(../images/i_feedback_left.png) !important;
    background-size: 44px 44px;
    width: 44px;
    height: 44px;
}

.banner-next {
    background-image: url(../images/i_feedback_right.png) !important;
    background-size: 44px 44px;
    width: 44px;
    height: 44px;
}

.i_banner .swiper-slide a {
    display: block;
    position: relative;
    z-index: 1;
}

.i_banner .swiper-slide .content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: 15px;
    font-family: pingfang;
}

.i_banner .swiper-slide .content p {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
    transform: scale(1, 1.15);
    -ms-transform: scale(1, 1.15);
    -moz-transform: scale(1, 1.15);
    -webkit-transform: scale(1, 1.15);
    -o-transform: scale(1, 1.15);
}

.i_banner .swiper-slide .content span {
    transform: scale(1, 1.15);
    -ms-transform: scale(1, 1.15);
    -moz-transform: scale(1, 1.15);
    -webkit-transform: scale(1, 1.15);
    -o-transform: scale(1, 1.15);
    display: block;
    text-align: center;
}

.swiper-pagination1 {
    bottom: 0;
    padding-bottom: 2px;
}

.swiper-pagination1 span {
    cursor: pointer;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background: #d5ad65;
    color: #fff;
    border-radius: 50%;
    margin: 0 5px;
}

.swiper-pagination1 span.current {
    background: #fff;
    color: #333;
    -webkit-box-shadow: 0px 0px 5px #999;
    -moz-box-shadow: 0px 0px 5px #999;
    box-shadow: 0px 0px 5px #999;
}

.seasonList {
    overflow: hidden;
}

.seasonItem {
    width: 320px;
    height: 240px;
    overflow: hidden;
    background-size: 100% 100%;
    box-sizing: border-box;
    float: left;
    margin-right: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}

.seasonItem:nth-child(3n) {
    margin-right: 0;
}

.seasonItem a {
    display: block;
}

.seasonItem .content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s;
}

.seasonItem.hover .content {
    top: -240px;
}

.seasonItem .top {
    width: 320px;
    height: 240px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

.seasonItem .top .flex {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.seasonItem .top .flex p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    letter-spacing: 3px;
    /*transform: scale(1,1.15);
    -ms-transform: scale(1,1.15);
    -moz-transform: scale(1,1.15);
    -webkit-transform: scale(1,1.15);
    -o-transform: scale(1,1.15);*/
}

.seasonItem .bottom {
    width: 320px;
    height: 240px;
    box-sizing: border-box;
    background: url(../images/season_bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.seasonItem .bottom .text {
    color: #fff;
    text-align: center;
    line-height: 2;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 150px;
    overflow: hidden;
}

.seasonItem .bottom .text>div {
    /*transform: scale(1,1.15);
    -ms-transform: scale(1,1.15);
    -moz-transform: scale(1,1.15);
    -webkit-transform: scale(1,1.15);
    -o-transform: scale(1,1.15);*/
}

.seasonItem .bottom span {
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    text-align: center;
    /*transform: scale(1,1.15);
    -ms-transform: scale(1,1.15);
    -moz-transform: scale(1,1.15);
    -webkit-transform: scale(1,1.15);
    -o-transform: scale(1,1.15);*/
    font-family: pingfang;
}

.areaList {
    margin-top: 10px;
    overflow: hidden;
}

.areaItem {
    float: left;
    width: 14.2857%;
    box-sizing: border-box;
    padding: 8px;
}

.areaItem .inner {
    display: block;
    text-align: center;
}

.bottomModal {
    bottom: 0px;
}

button {
    border: none;
    outline: none;
}

button :focus {
    outline: none;
}