.swiper-ban{
	position: relative;
	overflow: hidden;
	z-index: 9;
}
.banner .swiper-ban .swiper-pagination{bottom: 72px;}
.banner .swiper-ban .swiper-pagination-bullets .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1;
	margin: 0 11px;
	vertical-align: middle;
}
.banner .swiper-ban .swiper-pagination-bullets .swiper-pagination-bullet-active{
	width: 24px;
	height: 24px;
	background: url(../images/art-active_03.png)no-repeat;
	background-size: cover;
}
.title{text-align: center;padding: 80px 0 40px;}
@keyframes color {
  0% {
    transform: scale(1) rotate(0deg);
    top: 0px;
    opacity: 1;
  }
  50% {
    transform: scale(1) rotate(180deg);
    top: -20px;
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(360deg);
    top: 0px;
    opacity: 1;
  }
}
#colorLoading span{display: inline-block; width: 13px;height: 13px;background: #56555a;/*animation: color 1.2s infinite;*/position: relative;}
.title h2{font-size: 36px;color: #56555A;font-weight: bold;line-height: 1;margin: 20px 0;}
.title p{font-size: 16px;color: #56555A;font-weight: lighter;letter-spacing: 4px;}
.zoom-swiper{position: relative;}
.swiper-zoom{position: relative;overflow: hidden;width: 90%;margin: 0 auto;}
.swiper-zoom ul{display: flex;}
.swiper-zoom ul li{width: 100%;text-align: center;}
.swiper-zoom ul li:nth-last-child(1){margin-right: 0;}
.swiper-zoom ul li .text{padding: 30px 0 50px;}
.text .fang{display: inline-block; width: 13px;height: 13px;background: #56555a;}
.swiper-zoom ul li .text h2{font-size: 20px;color: #56555a;font-weight: bold;line-height: 1;margin: 20px 0 23px;text-transform: uppercase;}
.swiper-zoom ul li .text a span{display: inline-block;font-size: 18px;color: #56555a;vertical-align: middle;margin-right: 8px;}
.swiper-zoom ul li .text a img{display: inline-block;vertical-align: middle;width: 5%;}


.zoom-swiper .swiper-button-next,.zoom-swiper .swiper-button-prev{width: 27px;height: 46px;margin-top: 0;top: 50%;transform: translateY(-50%);}
.zoom-swiper .swiper-button-next{background: url(../images/zoom-right_03.png)no-repeat;background-size: cover;}
.zoom-swiper .swiper-button-prev{background: url(../images/zoom-left_03.png)no-repeat;background-size: cover;}
.more{display: block;width: 223px;line-height: 45px;text-align: center;font-size: 22px;color: #fff;background: #7a5b58;margin: 0 auto;}

.index_room{margin-bottom: 53px;}
.index_room .title{padding-bottom: 20px;}
.room-content{position: relative;width: 100%;}
.room-content .bg{position: absolute;left: 0;top: 80px;width: 89%;height: 555px;background: #eeeeee;}
.room-swiper{position: relative;margin-bottom: 75px;}
.swiper-room{position: relative;overflow: hidden;width: 90%;margin: 0 auto;}
.swiper-room ul{display: flex;}
.swiper-room ul li{width: 31.8%;margin-right: 2.2%;text-align: center;}
.swiper-room ul li:nth-last-child(1){margin-right: 0;margin-top: 92px;}
.swiper-room ul li:nth-child(2){margin-top: 135px;}
.swiper-room ul li .text{padding: 35px 0 45px;}
.swiper-room ul li .text h2{font-size: 20px;color: #56555a;font-weight: bold;line-height: 1;margin: 15px 0 18px;text-transform: uppercase;}
.swiper-room ul li .text p{font-size: 18px;line-height: 1;margin-bottom: 32px;}
.swiper-room ul li .text a span{display: inline-block;font-size: 18px;color: #56555a;vertical-align: middle;margin-right: 8px;}
.swiper-room ul li .text a img{display: inline-block;vertical-align: middle;width: 5%;}
.room-swiper .swiper-button-next,.room-swiper .swiper-button-prev{width: 27px;height: 46px;margin-top: 0;top: 50%;transform: translateY(-50%);}
.room-swiper .swiper-button-next{background: url(../images/zoom-right_03.png)no-repeat;background-size: cover;}
.room-swiper .swiper-button-prev{background: url(../images/zoom-left_03.png)no-repeat;background-size: cover;}

.series-one{position: relative;width: 100%;height: 733px;margin-bottom: 60px;}
.series-one .bg{position: absolute;right: 0;top: 0;width: 80%;height: 100%;background: #7a5b58;z-index: 6;}
.series-one .video{position: absolute;left: 0;top: 15%;z-index: 7;width: 51%;}
.series-one .video .play{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);cursor: pointer;display: none;}
.series-one .shadow{display: none; position: fixed;left: 0;top: 0; width: 100%;height: 100%;background: rgba(0,0,0,0.8);z-index: 999;}
.series-one .shadow .shadow-video{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 60%;z-index: 999;}
.series-one .shadow .shadow-video video{width: 100%;}
.series-one .text{float: right;position: relative;z-index: 7;margin-top: 140px;width: 43.8%;padding-right: 3%;}
.series-one .text .white-fang{opacity: 0.8;display: block; width: 13px;height: 13px;background: #fff;}
.series-one .text h2{opacity: 0.9; font-size: 34px;color: #fff;font-weight: bold;text-transform: uppercase;line-height: 1;margin: 50px 0 58px;}
.series-one .text p{opacity: 0.9;font-size: 18px;color: #fff;line-height: 40px;margin-bottom: 60px;}
.more1{opacity: 0.9;display: block;width: 200px;line-height: 45px;text-align: center;font-size: 20px;color: #7a5b58;background: #fff;margin-bottom: 30px;}
.series-two .more1{color: #616c54;}
.series-three .more1{color: #636d78;}
.series-two{position: relative;width: 100%;height: 733px;margin-bottom: 60px;}
.series-two .bg{position: absolute;left: 0;top: 0;width: 80%;height: 100%;background: #616c54;z-index: 6;}
.series-two .video{position: absolute;right: 0;top: 15%;z-index: 7;width: 51%;}
.series-two .video .play{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);cursor: pointer;display: none;}
.series-two .shadow{display: none; position: fixed;left: 0;top: 0; width: 100%;height: 100%;background: rgba(0,0,0,0.8);z-index: 999;}
.series-two .shadow .shadow-video{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 60%;z-index: 999;}
.series-two .shadow .shadow-video video{width: 100%;}
.series-two .text{float: left;position: relative;z-index: 7;margin-top: 140px;width: 43.8%;padding-right: 3%;}
.series-two .text .white-fang{opacity: 0.8;display: block; width: 13px;height: 13px;background: #fff;}
.series-two .text h2{opacity: 0.9;font-size: 34px;color: #fff;font-weight: bold;text-transform: uppercase;line-height: 1;margin: 50px 0 58px;}
.series-two .text p{opacity: 0.9;font-size: 18px;color: #fff;line-height: 40px;margin-bottom: 60px;}

.series-three{position: relative;width: 100%;height: 733px;margin-bottom: 60px;}
.series-three .bg{position: absolute;right: 0;top: 0;width: 80%;height: 100%;background: #636d78;z-index: 6;}
.series-three .video{position: absolute;left: 0;top: 15%;z-index: 7;width: 51%;}
.series-three .video .play{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);cursor: pointer;}

.series-three .shadow .shadow-video .close {
    position: absolute;
    cursor: pointer;
    top: -22px;
    right: -16px;
    width: 37px;
    height: 37px;
    background-image: url(../images/close.png);
    background-size: cover;
    z-index: 12;
}

.series-three .shadow{display: none; position: fixed;left: 0;top: 0; width: 100%;height: 100%;background: rgba(0,0,0,0.8);z-index: 999;}
.series-three .shadow .shadow-video{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 60%;z-index: 999;}
.series-three .shadow .shadow-video video{width: 100%;}
.series-three .text{float: right;position: relative;z-index: 7;margin-top: 140px;width: 43.8%;padding-right: 3%;}
.series-three .text .white-fang{opacity: 0.8;display: block; width: 13px;height: 13px;background: #fff;}
.series-three .text h2{opacity: 0.9;font-size: 34px;color: #fff;font-weight: bold;text-transform: uppercase;line-height: 1;margin: 50px 0 58px;}
.series-three .text p{opacity: 0.9;font-size: 18px;color: #fff;line-height: 40px;margin-bottom: 60px;}

.series-four .more1{color: #b89f95;}
.series-four{position: relative;width: 100%;height: 733px;margin-bottom: 60px;}
.series-four .bg{position: absolute;left: 0;top: 0;width: 80%;height: 100%;background: #b89f95;z-index: 6;}
.series-four .video{position: absolute;right: 0;top: 15%;z-index: 7;width: 51%;}
.series-four .video .play{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);cursor: pointer;display: none;}
.series-four .shadow{display: none; position: fixed;left: 0;top: 0; width: 100%;height: 100%;background: rgba(0,0,0,0.8);z-index: 999;}
.series-four .shadow .shadow-video{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 60%;z-index: 999;}
.series-four .shadow .shadow-video video{width: 100%;}
.series-four .text{float: left;position: relative;z-index: 7;margin-top: 140px;width: 43.8%;padding-right: 3%;}
.series-four .text .white-fang{opacity: 0.8;display: block; width: 13px;height: 13px;background: #fff;}
.series-four .text h2{opacity: 0.9;font-size: 34px;color: #fff;font-weight: bold;text-transform: uppercase;line-height: 1;margin: 50px 0 58px;}
.series-four .text p{opacity: 0.9;font-size: 18px;color: #fff;line-height: 40px;margin-bottom: 60px;}


.index_product{margin-bottom: 70px;}
.index_product .swiper-product{position: relative;overflow: hidden;}
.product-swiper{position: relative;}
.product-swiper .swiper-button-next,.product-swiper .swiper-button-prev{width: 104px;height: 84px;margin-top: 0;top: 40%;display: none;}
.product-swiper .swiper-button-next{background: url(../images/pro-right_03.png)no-repeat;background-size: cover;right: 8.3%;}
.product-swiper .swiper-button-prev{background: url(../images/pro-left_03.png)no-repeat;background-size: cover;left: 8.3%;}


.product-swiper .tab-all{position: absolute;left: 0;bottom: 0;width: 100%;height: 117px;background: rgba(99,109,120,0.9);z-index: 11;}
.product-swiper .tab-all ul{display: flex;justify-content: space-between;}
.product-swiper .tab-all ul li{width: 15.6%;text-align: center;color: #fff;cursor: pointer;opacity: 0.8;}
.product-swiper .tab-all ul li p{font-size: 22px;line-height: 1; margin: 28px 0 18px;}
.product-swiper .tab-all ul li span.des{font-size: 14px;display: block;text-transform: uppercase;}
.product-swiper .tab-all ul li a {vertical-align: middle;font-size: 20px;color: #fff;display: none;}
.product-swiper .tab-all ul li a span{vertical-align: middle;font-size: 16px;margin-right: 6px;}
.product-swiper .tab-all ul li a img{display: inline-block;vertical-align: middle;}
.product-swiper .tab-all ul li.active{background: #fff;height: 170px;margin-top: -53px;color: #636d78;}
.product-swiper .tab-all ul li.active a{display: block;color: #636d78;margin-top: 17px;padding-top: 14px;border-top: 1px solid #dadcdf;}

.index_about{position: relative;height: 862px;margin-bottom: 74px;}
.index_about .bg{position: absolute;left: 0;top: 0;width: 91.6%;height: 590px; background: #7a5b58;z-index: 0;}
.index_about .img{position: absolute;right: 0;bottom: 0;width: 95%;}
.index_about .about-content{position: relative;z-index: 1;padding-top: 70px;display: flex;justify-content: space-between;}
.index_about .about-content .left{width: 24.1%;}
.index_about .about-content .left .left-text{float: right;color: #fff;opacity: 0.8;}
.index_about .about-content .left .left-text h2{font-size: 38px;font-weight: bold;margin-bottom: 15px;line-height: 1;}
.index_about .about-content .left .left-text p{font-size: 18px;font-weight: lighter;letter-spacing: 7.5px;}
.more2{display: block; width: 200px;line-height: 45px;text-align: center;color: #785b58;font-size: 22px;background: #fff;margin-top: 30px;}
.index_about .about-content .right{width: 68%;margin-right: 3.25%;}
.index_about .about-content .right span{opacity: 0.8;display: block;width: 13px;height: 13px;background: #fff;margin-bottom: 25px;}
.index_about .about-content .right  p{opacity: 0.8;font-size: 22px;color: #fff;line-height: 48px;}

.index_store{position: relative;margin-bottom: 80px;}
.index_store .store-bg{float: right;width: 96.25%;}
.index_store .store-con{opacity: 0.8;position: absolute;left: 50%;top: 13.3%;transform: translateX(-50%);z-index: 5;width: 100%;text-align: center;color: #fff;}
.index_store .store-con .img{margin-bottom: 32px;}
.index_store .store-con h2{font-size: 36px;font-weight: bold;margin-bottom: 24px;letter-spacing: 1px;}
.index_store .store-con p{font-size: 22px;margin-bottom: 56px;}
.index_store .store-con a span{font-size: 20px;vertical-align: middle;color: #fff;}
.index_store .store-con a img{display: inline-block;vertical-align: middle;margin-left: 24px;}

@media (max-width: 1750px) {
	.index_about .bg{width: 95%;}
}
@media (max-width: 1500px) {
	.index_store .store-con .img img{width: 8%;}
	.index_store .store-con p{margin-bottom: 40px;}
} 
@media (max-width: 1400px){
	.index_about{height: 810px;}
}






/*****20200630******/

.index_news { padding-bottom: 115px; }
.index_news .more2{ margin:0 auto; color: #586973;}
.index_news .title{ padding-top: 0; }
.index_news .w1600{ padding:0 5%; width: 100%;}
.index_news .content{ position: relative; padding: 60px 35px 70px 0;}
.index_news .content .bg{ position: absolute; top:0; right:0; width: 160%; height: 100%; background: #586973;}
.index_news .js-tab{ position: relative; z-index: 1 ; text-align:center;}
.index_news .js-tab span{ margin:0 60px; display: inline-block; cursor: pointer; line-height: 36px; font-size: 24px; color: #fff;}
.index_news .js-tab span.active{ border-bottom: 1px solid #fff; }
.index_news .js-tab-box{ margin-top: 80px; position: relative; z-index: 1; }
.index-news-list{ margin:0 -25px; }
.index-news-list li{ margin-bottom: 36px;  float: left; width: 33.3333%; padding: 0 25px; }
.index-news-list li a{ display: block;  color:#fff;}
.index-news-list li .tit{ font-size: 20px;  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.index-news-list li .des{ margin-top: 20px; font-size: 14px; line-height: 24px; height: 72px; overflow: hidden; }
.index-news-list li img{ margin-top: 35px; width: 100%; }
.index-zx-list{ margin:0 -18px; }
.index-zx-list li{ float: left; margin-bottom: 36px; width: 33.3333%; padding: 0 18px; }
.index-zx-list li a{ display: block; color: #fff;}
.index-zx-list li .tit{ font-size: 20px;  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.index-zx-list li .des{ margin-top: 20px; font-size: 14px; line-height: 24px; height:72px; overflow: hidden; }