@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: fang;
    src: url('../fonts/ZTKAI.ttf'),
        url('../fonts/ZTKAI.woff'),
        url('../fonts/ZTKAI.eot');
    /* IE9 */
}

@-webkit-keyframes newslideInRight {
  from {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes newslideInRight {
  from {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.newslideInRight {
  -webkit-animation-name: newslideInRight;
  animation-name: newslideInRight;
}

.index-bg {
    width: 100%;
    background: url(../images/index2.jpg) no-repeat center top #eae8e6;
    background-size: cover;
}
.banner{
	position: relative;
}
.taiyang{
	position: absolute;
	top:20px;
	right: 15%;
	z-index: 999;
}
.yanwu{
	position: absolute;
	width: 100%;
	top:50%;
	left:0;
	pointer-events: none;
	transform: translate(0,-53%) scale(1.2);
	animation: yanwuimg 8s linear infinite alternate;
	-moz-animation: yanwuimg 8s linear infinite alternate;	
	-webkit-animation: yanwuimg 8s linear infinite alternate;	
	-o-animation: yanwuimg 8s linear infinite alternate;	
}
@keyframes yanwuimg{
	0%   {
		transform: translate(0,-53%) scale(1.1,1.1);
	}
	25%   {
		transform: translate(5px,-53%) scale(1.112,1.109);
	}
	50%   {
		transform: translate(2px,-53%) scale(1.11,1.108);
	}
	75%   {
		transform: translate(4px,-53%) scale(1.109,1.11);
	}
	100%   {
		transform: translate(-2px,-53%) scale(1.108,1.111);
	}
}
/*首页*/
.participate {
    width: 100%;
    background: #e9e7e0;
    height: 99px;
    padding-top: 30px;
    box-sizing: border-box;
    text-align: center;
}

.participate a {
    display: block
}

.participate .cicle-on i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/white_jian.png) no-repeat;
    background-size: contain;
}

.participate .cicle-on {
    position: relative;
    display: inline-block;
    border-radius: 100%;
    background: #c8b157;
    cursor: pointer;
    border: none;
    top: -10px;
    margin-left: 10px;
}

.participate .cicle-on span {
    display: inline-flex;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}

.participate p:after,
.participate p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #c8b157;
    z-index: -2;
    border-radius: 100%;
}

.participate p:hover {
    z-index: 1;
    background: transparent;
    color: #fff;
    border-radius: 25px;
}

.participate p:hover span {
    width: 60px;
    border-radius: 25px;
    display: inline-block;
    text-align: right;
    padding: 8px 8px 0px 0px;
    box-sizing: border-box;
}

.participate p:before {
    transition: .5s;
    background: #ba9b1d;
    opacity: 1;
    z-index: -1;
}

.participate p:hover:after,
.participate p:hover:before {
    width: 100%;
    border-radius: 25px;
}


.banner {
    width: 100%;
    height: 760px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.concat-bird {
    width: 100%;
    position: absolute;
    top: -5%;
    right:0;
    pointer-events: none;	
    z-index: 22;
}

.concat-bird img {
  width: 100%;
}

.center-bor {
    width: 100%;
    text-align: center;
}

.center-bor p {
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.center-bor span {
    width: 1px;
    height: 88px;
    background: #dbdbda;
    margin: 0 auto;
    display: inline-block;
}

.slide-pos {
    width: 100%;
    position: relative;
}

.silde-img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 50%;
    position: relative;
}

.opac-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 22;
    background: rgba(0, 0, 0, .5);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease; 
	-ms-transition: all 1s ease; 
	-o-transition: all 1s ease; 
	transition: all 1s ease;
}

.group-mian {
    width: 100%;
    margin-top: 4%;
}

.group-mian .group-title {
    width: 100%;
    text-align: center;
}

.sjjt {
    font-size: 40px;
    color: #333;
    font-family: fang;
}

.sjjt em {
    display: inline-block;
    color: #c1a948;
    font-family: fang;
    font-style: normal;
}

.group-title p {
    font-size: 14px;
    color: #747474;
    margin:0 auto;
    margin-top: 2%;
    text-align:center;
    line-height: 24px;
}

.swiper-main {
    width: 100%;
    margin-top: 3%;
}

#sliders-view {
    padding-bottom: 60px;
}
#news-view{
	padding-bottom: 60px;
}
#hotel-main{
	padding-bottom: 60px;
}
.view-prog span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0px 9px !important;
	/* background: url('../images/swper.png') no-repeat center; */
	border: 4px solid #aaa;
	background-color: transparent;
}
.view-prog span.swiper-pagination-bullet:hover{
	/* background: url('../images/swperon.png')  no-repeat center; */
	border: 4px solid #be9737;
	background-color: #be9737;
	
}
.view-prog span.swiper-pagination-bullet-active {
	/* background: url('../images/swperon.png')  no-repeat center; */
	border: 4px solid #be9737;
	background-color: #be9737;
}

.next-img {
    width: 60px;
    height: 60px;
    background: url(../images/next.png) no-repeat;
    background-size: contain;
    margin-top: 0!important;
    right: 80px;
	transform: translateY(calc(-50% - 30px));
}

.prev-img {
    width: 60px;
    height: 60px;
    background: url(../images/prev.png) no-repeat;
    background-size: contain;
	margin-top: 0!important;
    left: 80px;
	transform: translateY(calc(-50% - 30px));
}

.story-main {
    padding-top: 8%;
    position: relative;
}
.box-div{
    position: absolute;
    width:100%;
    height:400px;
    /* border:1px solid red; */
    top: -8%;
	pointer-events: none;
    right: 0;
}

.bird1 {
    width: 466px;
    height: 289px;
    position: absolute;
    bottom: -200px;
     right:-366px;
    animation-name: rightMove;
    animation-duration: 35s;
    animation-iteration-count: infinite;
}

 @keyframes rightMove {
    100% {
        animation-timing-function: linear;
        right: calc(100% - 300px);
        bottom: 500px;
        opacity: 0.01;
    }
} 

.bird1 img {
    width: 100%;
}

.bird2 {
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    animation-name: topMove;
    animation-duration: 40s;
    animation-iteration-count: infinite;
}

@keyframes topMove {
    100% {
        animation-timing-function: linear;
        right: 100%;
        bottom: 550px;
        opacity: 0;
    }
}

.bird2 img {
    width: 124px;
    height: 129px;
}

.story-left {
    width: 100%;
	width: 85%;
	margin: 0 auto;
}

.story-left .story-up {
    width: 100%;
}

.story-up span {
    display: block;
    background: #ba9b1d;
    width: 50px;
    height: 1px;
    margin-top: 3%;
}

.story-down {
    width: 50%;
    font-size: 14px;
    color: #747474;
    line-height: 24px;
}

.story-down p {
    margin-top: 3%;
    height: 194px;
}

.look-more {
    margin-top: 5%;
    color: #ba9b1d;
    font-size: 14px;
}

.look-more a {
    color: #ba9b1d;
    position: relative;
    width: auto;
    min-width: 120px;
    padding: 10px 20px;
    background: transparent;
    cursor: pointer;
    border-radius: 25px;
    border: none;
}

.look-more a:after,
.look-more a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #ba9b1d;
    opacity: 0.3;
    z-index: -2;
    border-radius: 25px;
}

.look-more a:hover {
    z-index: 1;
    background: transparent;
    color: #fff;
}

.look-more a:hover span {
    border: 1px solid #fff;
}

.look-more a:before {
    transition: .5s;
    background: #ba9b1d;
    opacity: 1;
    z-index: -1;
}

.look-more a:hover:after,
.look-more a:hover:before {
    width: 100%;

}

.look-more span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 10px;
    border: 1px solid #ba9b1d;
    position: relative;
    top: 1px;
}

.hotel-mian {
    width: 85%;
    margin: 0 auto;
    padding-top: 4%;
}

.hotel-mian .hotel-tit {
    width: 100%;
    text-align: center;
}

.hotel-swiper {
    width: 100%;
    margin-top: 25px;
}

.hotel-swiper .hotel-silde {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 53%;
    position: relative;
}

.hotel-silde .pos-div {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 45px;
    z-index: 22;
    text-align: center;
}

.pos-div img {
    position: relative;
    top: 10px;
    display: inline-block;
    margin-right: 20px;
}

.pos-div a {
    width: 132px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #e6bc54;
    font-size: 14px;
    color: #1d1711;
    display: inline-block;
    border-radius: 25px;
	transition: all 1s;
}
.pos-div a:hover{
	background: #b39241;
}
.pos-div a i {
    display: inline-block;
    width: 14px;
    height: 18px;
    background: url(../images/areas.png) no-repeat;
    background-size: contain;
    margin-right: 9px;
    position: relative;
    top: 4px;
}

.hotel-next {
    width: 60px;
    height: 60px;
    background: url(../images/next_active1.png) no-repeat;
    background-size: contain;
    right: 7%;
}

.hotel-prev {
    width: 60px;
    height: 60px;
    background: url(../images/prev_active2.png) no-repeat;
    background-size: contain;
    left: 7%;
}

.hotel-next.swiper-button-disabled {
    width: 60px;
    height: 60px;
    background: url(../images/next1.png) no-repeat;
    background-size: contain;
    opacity: 1;
	margin: 0!important;
	transform: translateY(calc(-50% - 30px));
}

.hotel-prev.swiper-button-disabled {
    width: 60px;
    height: 60px;
    background: url(../images/prev1.png) no-repeat;
    background-size: contain;
    opacity: 1;
	margin: 0!important;
	transform: translateY(calc(-50% - 30px));
}

.frend-mian {
    width: 100%;
    margin: 0 auto;
    padding-top: 10%;
    position: relative;
}

.have-left {
    width: 85%;
    margin: 0 auto;
    position: relative;
}

.pos-wei {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}

.have-tit span {
    display: block;
    background: #ba9b1d;
    width: 50px;
    height: 1px;
    margin-top: 3%;
}

.have-wen {
    font-size: 14px;
    color: #747474;
    line-height: 24px;
}

.have-wen p {
    /* margin-top: 3%; */
}

.have-right {
    width: 60%;
    float: right;
    position: relative;
    /* padding-top: 6%; */
    box-sizing: border-box;
}

.index-small {
    position: absolute;
    /*left: -14%;*/
    bottom: -42%;
    left: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
}

.nav-con ul li {
    position: relative;
    width: 22px;
    text-indent: -9999px;
    float: left;
    display: inline;
    margin-right: 15px;
    cursor: pointer;
}

.nav-con ul li .icons1 {
    background-image: url(../images/zi_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 258px;
}

.nav-con ul li .icons2 {
    background-image: url(../images/zi_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 117px;
}

.nav-con ul li .icons3 {
    background-image: url(../images/zi_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 117px;
}

.nav-con ul li .icons4 {
    background-image: url(../images/zi_04.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 117px;
}

.nav-con ul li.on .icons1 {
    background-image: url(../images/zi_active1.png);
}

.nav-con ul li.on .icons2 {
    background-image: url(../images/zi_active2.png);
}

.nav-con ul li.on .icons3 {
    background-image: url(../images/zi_active3.png);
}

.nav-con ul li.on .icons4 {
    background-image: url(../images/zi_active4.png);
}

.index-box {
    width: 75%;
    float: right;
}

.index-box ul {
    overflow: hidden
}

.index-box ul li {
    width: 100%;

}

.index-box ul li .li-img {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 60%;
}

.index-small span {
    margin-left: 42px;
}

.nav-con ul li i {
    width: 8px;
    height: 8px;
    background: #ba9b1d;
    position: absolute;
    top: -20px;
    left: 5px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 100%;
    visibility: hidden;
}

.nav-con ul li.on i {
    visibility: visible;
}

.news-main {
    width: 100%;
    margin-top: 12%
}

.news-main .news-title {
    width: 85%;
    margin: 0 auto;
}

.news-title span {
    display: block;
    background: #ba9b1d;
    width: 50px;
    height: 1px;
    margin-top: 1.5%;
}

.news-main .news-swiper {
    width: 100%;
}

.silde-li span {
    font-size: 18px;
    color: #333333;
    display: block;
    margin-top: 30px;
}

.silde-li p {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.silde-imgs {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 55%;
}

.news-next {
    width: 60px;
    height: 60px;
    background: url(../images/next2.png) no-repeat;
    background-size: contain;
    right: 25%;
    margin-top: -70px;
}

.news-prev {
    width: 60px;
    height: 60px;
    background: url(../images/prev2.png) no-repeat;
    background-size: contain;
    left: 25%;
    margin-top: -70px;
}

.xq-main {
    width: 100%;
    text-align: center;
    margin-top: 6%;
    margin-bottom: 8%;
}

.xq-main a {
    color: #ba9b1d;
    position: relative;
    width: auto;
    min-width: 120px;
    padding: 10px 20px;
    background: transparent;
    cursor: pointer;
    border-radius: 25px;
    border: none;
}

.xq-main a:after,
.xq-main a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #ba9b1d;
    opacity: 0.3;
    z-index: -2;
    border-radius: 25px;
}

.xq-main a:hover {
    z-index: 1;
    background: transparent;
    color: #fff;
}

.xq-main a:hover i {
    border: 1px solid #fff;
}

.xq-main a:before {
    transition: .5s;
    background: #ba9b1d;
    opacity: 1;
    z-index: -1;
}

.xq-main a:hover:after,
.xq-main a:hover:before {
    width: 100%;

}

.xq-main i {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 10px;
    border: 1px solid #ba9b1d;
    position: relative;
    top: 1px;
}


/*管理案列*/

.manage_bg {
    width: 100%;
    background: url(../images/man_bg.jpg) no-repeat center;
    background-size: cover;
}


.contaner-all {
    width: 100%;
    margin-top: 4%;
}

.contaner-all .man-wrap {
    width: 66.7%;
    margin: 0 auto;
    background: #eae9e1;
    padding: 6% 9% 8% 9%;
    box-sizing: border-box
}

.man-title {
    width: 100%;
    text-align: center;
}

.man-title p {
    font-size: 40px;
    color: #333;
    font-family: fang;
}

.man-title p em {
    color: #c1a948;
    font-family: fang;
    font-style: normal;
    display: inline-block;
}

.man-title span {
    width: 49px;
    height: 2px;
    background: #ba9b1d;
    display: block;
    margin: 45px auto;
}

.man-font {
    width: 100%;
}

.man-font .man-wenzi {
    width: 100%;
}

.man-wenzi p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 33px;
}

.man-img {
    width: 100%;
    margin-top: 58px;
}

.man-img img {
    width: 100%;
}

/*关于尚锦--市场调研*/
.market-all {
    width: 100%;
    margin-top: 4%;
}

.market-all .market-wrap {
    width: 66.7%;
    margin: 0 auto;
    background: rgba(236, 233, 222, 0.6);
    padding: 23px;
    box-sizing: border-box;
}

.market-back {
    width: 100%;
    background: #fff;
    padding: 10% 43px 10% 43px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.mar-left {
    width: 122px;
    float: left;
}

.mar-left ul li {
    width: 120px;
    height: 120px;
    margin-bottom: 52px;
    padding-top: 24px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    border-radius: 100%;
}

.mar-left ul li i {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
}

.mar-left ul li i.mat1 {
    background-image: url(../images/market1.png);
}

.mar-left ul li i.mat2 {
    background-image: url(../images/market2.png);
}

.mar-left ul li i.mat3 {
    background-image: url(../images/market3.png);
}

.mar-left ul li i.mat4 {
    background-image: url(../images/market4.png);
}

.mar-left ul li.on i.mat1 {
    background-image: url(../images/white1.png);
}

.mar-left ul li.on i.mat2 {
    background-image: url(../images/white2.png);
}

.mar-left ul li.on i.mat3 {
    background-image: url(../images/white3.png);
}

.mar-left ul li.on i.mat4 {
    background-image: url(../images/white4.png);
}

.mar-left ul li p {
    font-size: 16px;
    color: #999999;
    margin-top: 7px;
}

.mar-left ul li.on p {
    color: #fff;
}

.mar-left ul li.on {
    border: 0 none;
    background: #c39d3d;
}

.mar-right {
    display: none;
    width: calc(100% - 200px);
    -webkit-width: calc(100% - 200px);
    -moz-width: calc(100% - 200px);
    -ms-width: calc(100% - 200px);
    float: right;
}

.xianshi {
    display: block;
}

.mar-title {
    width: 100%
}

.mar-title p {
    font-size: 40px;
    color: #333;
    font-family: fang;
}

.mar-title p em {
    font-style: normal;
    color: #ba9b1d;
    font-family: fang;
    display: inline-block
}

.mar-title span {
    width: 49px;
    height: 2px;
    background: #ba9b1d;
    display: block;
    margin: 22px 0px 45px 0px;
}

.mar-img {
    width: 100%;
    margin-top: 55px;
}

.mar-img img {
    width: 100%;
}

.list-back {
    width: 120px;
    height: 40px;
    position: absolute;
    left: 43px;
    bottom: 10%;
    z-index: 10;
}

.list-back a {
    width: 120px;
    height: 40px;
    background: #cfb960;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    display: inline-block;
}

.list-back a i {
    display: inline-block;
    width: 10px;
    height: 16px;
    background: url(../images/fan_icon.png) no-repeat;
    background-size: contain;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    top: 2px;
}

/*关于我们-组织机构*/
.align-img {
    text-align: center;
}


/*关于我们-业务板块*/
.sector-wrap {
    width: 66.7%;
    margin: 0 auto;
}

.sector-over {
    width: 100%;
    /* overflow: hidden; */
    margin-bottom: 6%;
}

.sector-over .sector-left {
    width: 50%;
}

.sector-left .business-img {
    width: 100%;
    background-size: cover;
    padding-bottom: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.sector-right {
    width: 50%;

}

.lepad {
    padding-left: 49px;
    box-sizing: border-box
}

.ripad {
    padding-right: 49px;
    box-sizing: border-box
}

.buss-hotel {
    width: 100%;
}

.buss-hotel .hotel-up {
    width: 100%;
}

.hotel-up .bussup {
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #dddcda;
}

.bussup ul {
    overflow: hidden;
    margin-top: 12px;
}

.bussup ul li {
    padding: 0px 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #cfb960;
    border-radius: 25px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.bussup ul li:hover {
    background: #c3a31f;
}

.bussdown {
    width: 100%;
    font-size: 16px;
    color: #666666;
    max-height: 185px;
    padding-top: 15px;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 24px;
}

.hotel-down {
    width: 100%;
}

.hotel-down a {
    font-size: 16px;
    color: #ba9b1d;
    position: relative;
    width: auto;
    min-width: 120px;
    padding: 10px 20px;
    background: transparent;
    cursor: pointer;
    border-radius: 25px;
    border: none;
}

.hotel-down a:after,
.hotel-down a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #ba9b1d;
    opacity: 0.3;
    z-index: -2;
    border-radius: 25px;
}

.hotel-down a:hover {
    z-index: 1;
    background: transparent;
    color: #fff;
}

.hotel-down a:hover i {
    border: 1px solid #fff;
}

.hotel-down a:before {
    transition: .5s;
    background: #ba9b1d;
    opacity: 1;
    z-index: -1;
}

.hotel-down a:hover:after,
.hotel-down a:hover:before {
    width: 100%;

}


.hotel-down a i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #bd9f27;
    border-radius: 100%;
    margin-right: 10px;
}

/*尚锦荣誉*/
.honor_bg {
    width: 100%;
    background: url(../images/honor_bg.png) no-repeat center top;
    background-size: cover;
}

.about-honor {
    width: 100%;
    overflow: hidden;
}

.honor-left {
    width: 42%;
    float: left;
}

.honor-all {
    width: 100%;
    margin-top: 5.5%;
}

.honor-wrap {
    width: 80%;
    margin: 0 auto;
}

.honor-tit {
    width: 100%;
}

.honor-tit p {
    font-size: 40px;
    color: #333;
    font-family: fang;
}

.honor-tit p em {
    display: inline-block;
    font-family: fang;
    color: #c1a948;
    font-style: normal;
}

.honor-tit span {
    display: block;
    width: 49px;
    height: 2px;
    background: #ba9b1d;
    margin-top: 25px;
}

.honor-font {
    color: #666666;
    line-height: 25px;
    margin-top: 20px;
}

.honor-right {
    width: 58%;
    float: right;
    padding: 10px 5% 0px 5%;
    box-sizing: border-box;
    position: relative;
}

#honor-view1,
#honor-view2 {
    width: 100%;
    position: static;
}

.silde-bag {
    width: 100%;
    background-position: center;
    background-size: 100% 100%;
    padding-bottom: 80%;
    background-repeat: no-repeat;
}

.honor-next,
.store-next {
    background-image: url(../images/anniu1.png);
    right: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.honor-prev,
.store-prev {
    background-image: url(../images/anniu2.png);
    left: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.honor-next.swiper-button-disabled,
.store-next.swiper-button-disabled {
    opacity: 0
}

.honor-prev.swiper-button-disabled,
.store-prev.swiper-button-disabled {
    opacity: 0
}

.hotel-honor {
    width: 100%;
    margin-top: 7%;
    overflow: hidden;
}

.hotelle {
    width: 58%;
    float: left;
    padding: 10px 5% 0px 5%;
    position: relative;
    box-sizing: border-box;
}

.silde-hotel {
    width: 100%;
    background-position: center;
    background-size: 100% 100%;
    padding-bottom: 130%;
    background-repeat: no-repeat;
}

.hotelri {
    width: 42%;
    float: right;
    padding-left: 10px;
    box-sizing: border-box
}

/*关于尚锦---尚锦酒店*/
.group-clique {
    width: 100%;
    position: relative
}

.clique-main {
    width: 61%;
}

.group-titles {
    width: 100%;
}

.group-titles p,
.our-manage p {
    font-size: 40px;
    color: #333;
    font-family: fang;
}

.group-titles p span,
.our-manage p span {
    color: #c1a948;
    font-family: fang;
    display: inline-block;
}

.group-font {
    width: 100%;
    margin-top: 16px;
}

.group-font p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 28px;
    line-height: 25px;
}

.clique-top {
    margin-top: 7%;
}

.shangjin {
    position: absolute;
    right: 0px;
    top: 8%;
}

.administer-all {
    width: 100%;
    margin-top: 6%;
    padding: 40px 0px;
    box-sizing: border-box;
    background: #f0eee8;
}

.administer-main {
    width: 80%;
    margin: 0 auto;
}

.regulation-le {
    width: 50%;
    padding-right: 45px;
    box-sizing: border-box;
    position: relative;
}

.our-manage {
    width: 100%;
}

.our-manage-font {
    font-size: 16px;
    color: #666666;
    margin-top: 6%;
    line-height: 25px;
}

.bdnav {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    box-sizing: border-box
}

.bdnav ul {
    width: 80%;
    float: right
}

.bdnav ul li {
    width: 100%;
    color: #999999;
    margin-top: 27px;

}

.bdnav ul li i {
    width: 370px;
    height: 12px;
    background-image: url(../images/nav_no.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    margin-left: 4%;
}

.bdnav ul li.on {
    color: #c1a948;
}

.bdnav ul li.on i {
    background-image: url(../images/nav_active.png);
}

.regulation-ri {
    width: 50%;
}

.regulation-ri ul {
    overflow: hidden
}

.regulation-ri ul li {
    width: 100%;
    overflow: hidden
}

.regulation-ri ul li .imgpics {
    width: 100%;
    padding-bottom: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.service-all {
    width: 100%;
    margin-top: 4%;
}

.service-main {
    width: 80%;
    margin: 0 auto;
}

.certif-case {
    width: 50%;
    float: left;
    padding: 0px 25px;
    box-sizing: border-box;
    position: relative;
}

#servec-main {
    width: 100%;
    position: static;
	padding-bottom: 60px;
	
}

.serve-silde {
    width: 100%;
    padding-bottom: 70%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.serve-next,
.cont-next {
    background-image: url(../images/anniu1.png);
    right: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.serve-prev,
.cont-prev {
    background-image: url(../images/anniu2.png);
    left: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	margin:0!important;
	transform: translateY(calc(-50% - 30px));
}

.serce-fonts {
    width: 50%;
    float: right;
    padding-left: 32px;
    box-sizing: border-box;
}

.serce-fonts h3 {
    width: 100%;
}

.serce-fonts h3 p {
    font-size: 40px;
    color: #333;
    font-weight: normal;
    font-family: fang;
}

.serce-fonts h3 p span {
    color: #c1a948;
    font-family: fang;
    display: inline-block;
}

.serce-fonts .ziti-ons {
    width: 100%;
    margin-top: 6%;
}

.ziti-ons p {
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    margin-bottom: 30px;
}

.country-all {
    margin-top: 5%;
    width: 100%;
    padding: 5% 0px 7% 0px;
    box-sizing: border-box;
    background: rgba(232, 229, 218, 0.6)
}

.country-main {
    width: 80%;
    margin: 0 auto;
}

.country-title {
    width: 100%;
}

.team-span {
    font-size: 40px;
    color: #333;
    font-family: fang;
}

.team-span span {
    color: #c1a948;
    display: inline-block;
    font-family: fang;
}

.country-title p {
    width: 62%;
    font-size: 16px;
    color: #666;
    line-height: 25px;
    margin-top: 26px;
}

.country-down {
    width: 100%;
    margin-top: 5%;
    position: relative;
    padding: 0px 6%;
    box-sizing: border-box
}

#country-view {
    width: 100%;
    position: static;
}

.count-sild {
    width: 100%;
    padding-bottom: 70%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#country-view .theme {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #666666;
    margin-top: 26px;
}

#friend-progress {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -10%;
    left: 48%;
}

.have-left .pos-wei{width: 45%;}


@media (min-width: 1366px) and (max-width: 1439px) {

    .next-img,
    .prev-img {
        width: 40px;
        height: 40px;
    }

    

    .index-box ul li .li-img {
        padding-bottom: 65%;
    }

    .our-manage-font {
        font-size: 14px;
        margin-top: 4%;
    }

    .bdnav {
        padding-top: 5px;
    }

    .bdnav ul li i {
        width: 320px;
    }

    .honor-next,
    .honor-prev,
    .store-next,
    .store-prev,
    .serve-next,
    .serve-prev {
        width: 50px;
        height: 45px;
        margin-top: -22.5px;
    }

    .cont-next,
    .cont-prev {
        width: 50px;
        height: 45px;
        margin-top: -22.5px;
    }

    .ziti-ons p,
    .bussdown {
        font-size: 14px;
    }

    .sector-left .business-img {
        padding-bottom: 55%;
    }

    .bussdown {
        height: 110px;
        margin-bottom: 10px;
    }
    .group-title p{
        width:70%;
    }

}

@media (min-width:1440px) {
	.yanwu{
		top:60%;
	}
    .group-title p{
        width:65%;
    }
    .news-main {
        margin-top: 20%;
    }

    .box-div{
        position: absolute;
        width:100%;
        height:400px;
        top: 0;
        right: 0;
    }
    
    .bird1 {
       width: 466px;
       height: 289px;
        position: absolute;
        bottom:-200px;
        right: -366px;
        animation-name: rightMove;
        animation-duration: 35s;
        animation-iteration-count: infinite;
    }
    
    @keyframes rightMove {
        100% {
            animation-timing-function: linear;
            right: calc(100% - 300px);
            bottom: 350px;
            opacity: 0.01;
        }
    }
    
    
    .bird2 {
        width: 124px;
        height: 129px;
        position: absolute;
        bottom: 30px;
        right: 0px;
        animation-name: topMove;
        animation-duration: 40s;
        animation-iteration-count: infinite;
    }
    
    @keyframes topMove {
        100% {
            animation-timing-function: linear;
            right: 100%;
            bottom: 500px;
            opacity: 0;
        }
    }

    .concat-bird {
        top: -10%;
        right: 0;
		pointer-events: none;
    }

    .next-img,
    .prev-img {
        width: 45px;
        height: 45px;
        margin-top: -60px;
    }

    .news-next,
    .news-prev {
        width: 50px;
        height: 50px;
    }

    .news-next {
        right: 26%;
    }

    .news-prev {
        left: 26%;
    }

    .banner {
        height: 660px;
    }

    /*.hotel-swiper .hotel-silde {
        padding-bottom: 45%;
    }*/

    

    .bussdown {
        font-size: 15px;
        /*height: 88px;*/
        margin-bottom: 16px;
    }

    .honor-font {
        font-size: 15px;
    }

    .honor-next,
    .honor-prev,
    .store-next,
    .store-prev,
    .serve-next,
    .serve-prev {
        width: 50px;
        height: 45px;
        margin-top: -22.5px;
    }

    .cont-next,
    .cont-prev {
        width: 50px;
        height: 45px;
        margin-top: -22.5px;
    }

    .bdnav ul li {
        font-size: 16px;
    }

    .bdnav ul li i {
        width: 330px;
    }

    .index-small {
        bottom: -30%;
    }

    #friend-progress {
        bottom: -10%;
    }

    .regulation-ri ul li .imgpics {
        padding-bottom: 80%;
    }

    .index-box ul li .li-img {
        padding-bottom: 60%;
    }
}

@media (min-width:1500px) {
	.yanwu{
		top:72%;
	}
    .group-title p{
        width:50%;
    }
    .news-main {
        margin-top: 20%;
    }

    .box-div{
        position: absolute;
        width:100%;
        height:500px;
        /* border:1px solid red; */
        top: -8%;
        right: 0;
    }
    
    .bird1 {
	    width: 466px;
	    height: 289px;
        position: absolute;
        bottom: -200px;
        right:-366px;
        animation-name: rightMove;
        animation-duration: 35s;
        animation-iteration-count: infinite;
    }
    
    /* @keyframes rightMove {
        100% {
            animation-timing-function: linear;
            right: 400px;
            bottom: 400px;
            opacity: 0;
        }
    }
     */
    
    .bird2 {
        width: 124px;
        height: 129px;
        position: absolute;
        bottom: 0px;
        right: 0px;
        animation-name: topMove;
        animation-duration: 40s;
        animation-iteration-count: infinite;
    }
    
    /* @keyframes topMove {
        100% {
            animation-timing-function: linear;
            right: 500px;
            bottom: 500px;
            opacity: 0;
        }
    } */

    .concat-bird {
       top: -13%;
       right: 0;
       pointer-events: none;
    }

    .news-next {
        width: 60px;
        height: 60px;
        right: 26.5%;
        margin-top: -70px;
    }

    .news-prev {
        width: 60px;
        height: 60px;
        left: 26.5%;
        margin-top: -70px;
    }

    .have-left .pos-wei {
        width: 42%;
    }

    .next-img,
    .prev-img {
        width: 60px;
        height: 60px;
        margin-top: -60px;
    }

    .bussdown {
        font-size: 16px;
        height: 186px;
        margin-bottom: 0px;
    }

    .honor-font {
        font-size: 16px;
    }

    .honor-next,
    .honor-prev,
    .store-next,
    .store-prev,
    .serve-next,
    .serve-prev {
        width: 70px;
        height: 65px;
        margin-top: -32.5px;
    }

    .cont-next,
    .cont-prev {
        width: 70px;
        height: 65px;
        margin-top: -32.5px;
    }

    .bdnav ul li {
        font-size: 18px;
    }

    .bdnav ul li i {
        width: 420px;
    }

   /* .index-small {
        bottom: 0;
    }*/

    #friend-progress {
        bottom: 1%;
    }

    .regulation-ri ul li .imgpics {
        padding-bottom: 65%;
    }

    .index-box ul li .li-img {
        padding-bottom: 60%;
    }
}

.q_btnbox{position: absolute;left: 0;bottom: 0;width: 25%;text-align: center;}
.q_btnbox span{background-repeat: no-repeat;background-position: center center;background-size: 100%;cursor: pointer;display: inline-block;width: 45px;height: 45px;margin: 0 15px;}
.q_btnbox .q_prev{background-image: url(../images/anniu2.png);}
.q_btnbox .q_next{background-image: url(../images/anniu1.png);}