.clearfix:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.aImg,.aImg img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.Culture-in-Beijing{
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background: #f4f6f7;
}
.Culture-in-Beijing-con{
    width: 100%;
}
/* 顶部轮播 */
.Culture-top-lunbo{
    background: #333;position: relative;
}
.Culture-top-lunbo .swiper-pagination-bullet{
    background: none;
    border: 1px solid #fff;
    opacity: 1;
}
.Culture-top-lunbo .swiper-pagination-bullet-active{
    background: #fff;
}
.Culture-in-Beijing-con-list{
    width: 1200px;
    margin: 0 auto;
}
.Culture-in-Beijing-des{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
}
/* 新闻部分 */
.Culture-in-Beijing-calendar-title{
    text-align: center;
    padding: 45px 0;
}
.Culture-in-Beijing-calendar-title h1{
    font-size: 40px;
}
.lhg-box-2-wrap {margin: 0 auto;position: relative;height:540px;overflow: hidden;width: 1200px;background: #fff;}
.lhg-box-2-wrap::after {content: "";display: block;clear: both;}
.lh2020-list-8-eff {float:left;width:760px;height: 540px;overflow: hidden;}
.lh2020-list-8-eff a,.lh2020-list-8-eff img {display: block;width: 100%;height: 100%;position: relative;}
.lh2020-list-8-eff a {display: none;}


.lh2020-list-8 {float:right;width:400px;height: 540px;position: relative; background: #fff; box-sizing: border-box;padding-right: 25px;}
.lh2020-list-8 li {height:87px;box-sizing: border-box; display: flex;
    align-items: center;border-bottom: 1px solid #eaeaea;transition: all 0.3s;}
.lh2020-list-8 li:last-child{border: none;}

.lh2020-list-8 li.active { font-size: 20px;
    font-weight: bold;
    transform: scale(1.3);
    border: none;
    padding: 0 30px; 
    margin-left:-20px;
    background-image: -moz-linear-gradient( -26deg, rgb(255,234,188) 0%, rgb(255,181,143) 100%);
    background-image: -webkit-linear-gradient( -26deg, rgb(255,234,188) 0%, rgb(255,181,143) 100%);
    background-image: -ms-linear-gradient( -26deg, rgb(255,234,188) 0%, rgb(255,181,143) 100%);
    box-shadow: 0px 10px 28px 0px rgba(229, 148, 94, 0.35);}
.lh2020-list-8 li a{font-size: 16px;color: #333;line-height: 1.5;}

.lh2020-list-8 li.active .list-title,.lh2020-list-8 li.active a{color: #923636;border-color: #923636;}

.lh2020-list-8-eff-nav {position: absolute;bottom:23px;left: 0;width:760px;text-align: center;}
.lh2020-list-8-eff-nav ul {display: inline-block;}
.lh2020-list-8-eff-nav li {width: 40px;height: 4px;background-color: #fff;float: left;margin: 0 10px;display: inline-block;opacity: 0.6;}
.lh2020-list-8-eff-nav li.active {background-color: #fff;opacity: 1;}

/* I’m looking for */
.Culture-looking-for{
    padding-top: 30px;
}
.Culture-looking-for-tab{
    background: #fff;
    height: 120px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.Culture-looking-for-title{
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding: 0 15px 0 30px;
}
.Culture-looking-for-title::before{
    content: '';
    width: 6px;
    height: 30px;
    background: #ff583c;
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
}
.Culture-looking-for-list ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-right: 30px;
}
.Culture-looking-for-list li{
    padding: 10px 15px;
    font-size: 16px;
    color: #ff583c;
    border: 1px solid #ffb6a9;
    border-radius: 500px;
}
.Culture-looking-for-list li.active{
    background: #ff583c;
    color: #fff;
}
.Culture-looking-for-card{
    height: auto;
    max-height: 390px;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 30px;
    display: none;
    flex-wrap: wrap;
    gap: 30px 0;
    background: #f0f0f0;
    justify-content: space-between;
}
.Culture-looking-for-card::-webkit-scrollbar {
	width: 6px;
}
.Culture-looking-for-card::-webkit-scrollbar-thumb {
	background: #ffffff;
    border-radius: 6px;
}
.Culture-looking-for-card::-webkit-scrollbar-track-piece {
	background: #d1d1d1;
}
.Culture-looking-for-card-item{
    width: 555px;
    height: 150px;
    display: flex;
}
.Culture-looking-for-card-item:hover{
    background: #fff;
}
.Culture-looking-for-card-item-left{
    width: 265px;
    height: 150px;
}
.Culture-looking-for-card-item-right{
    width: 290px;
    box-sizing: border-box;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.Culture-looking-for-card-item-right-title,
.Culture-looking-for-card-item-right-address,
.Culture-looking-for-card-item-right-time{
    font-size: 16px;
    line-height: 1.5;
}
.Culture-looking-for-card-item-right-address,
.Culture-looking-for-card-item-right-time{
    display: none;
}
.Culture-looking-for-card-item-right.address .Culture-looking-for-card-item-right-title,
.Culture-looking-for-card-item-right.address .Culture-looking-for-card-item-right-time{
    display: none;
}
.Culture-looking-for-card-item-right.address .Culture-looking-for-card-item-right-address{
    display: block;
}
.Culture-looking-for-card-item-right.time .Culture-looking-for-card-item-right-title,
.Culture-looking-for-card-item-right.time .Culture-looking-for-card-item-right-address{
    display: none;
}
.Culture-looking-for-card-item-right.time .Culture-looking-for-card-item-right-time{
    display: block;
}
.Culture-looking-for-card-item-right-addresTime{
    display: flex;
    gap: 0 12px;
}
.Culture-looking-for-card-item-right-addresTime span{
    padding: 5px; 
    font-size: 14px;
    color: #999999;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}
.Culture-looking-for-card-item-right-addresTime span:hover{
    color: #ff583c;
    border: 1px solid #ff583c;
}
/* Ancient Charm */
.Culture-Ancient-Charm{
    margin-top: 40px;
    height: 630px;
    padding: 0 30px;
    background-image: -moz-linear-gradient( -26deg, rgb(255,234,188) 0%, rgb(255,181,143) 100%);
    background-image: -webkit-linear-gradient( -26deg, rgb(255,234,188) 0%, rgb(255,181,143) 100%);
    background-image: -ms-linear-gradient( -26deg, rgb(255,234,188) 0%, rgb(255,181,143) 100%);
    background-size: 100% 400px;
    background-repeat: no-repeat;
}
.Culture-Ancient-Charm-list{
    display: flex;
    gap: 0 30px;
    overflow: hidden;
}
.Culture-Ancient-Charm-item{
    height: 510px;
    width: 260px;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    flex-direction: column;
    transition: all 0.5s;
    position: relative;
}
.Culture-Ancient-Charm-item:nth-child(1),
.Culture-Ancient-Charm-item:nth-child(3){
    padding-top: 15px;
    bottom: -510px;
}
.Culture-Ancient-Charm-item:nth-child(2),
.Culture-Ancient-Charm-item:nth-child(4){
    padding-bottom: 15px;
    top: -510px;
}
.Culture-Ancient-Charm-item.move:nth-child(1),
.Culture-Ancient-Charm-item.move:nth-child(3){
    animation: toTop 1.5s ease;
    animation-fill-mode: forwards;
}
.Culture-Ancient-Charm-item.move:nth-child(2),
.Culture-Ancient-Charm-item.move:nth-child(4){
    animation: toBottom 1.5s ease;
    animation-fill-mode: forwards;
}
.Culture-Ancient-Charm-item:nth-child(2) .Culture-Ancient-Charm-img,
.Culture-Ancient-Charm-item:nth-child(4) .Culture-Ancient-Charm-img{
    order: 1;
}
.Culture-Ancient-Charm-item:nth-child(2) .Culture-Ancient-Charm-title,
.Culture-Ancient-Charm-item:nth-child(4) .Culture-Ancient-Charm-title{
    order: 2;
}
.Culture-Ancient-Charm-item:nth-child(2) .Culture-Ancient-Charm-aroow,
.Culture-Ancient-Charm-item:nth-child(4) .Culture-Ancient-Charm-aroow{
    order: 3;
}
.Culture-Ancient-Charm-title{
    font-size: 16px;
    line-height: 1.5;
}
.Culture-Ancient-Charm-title a{
    color: #333;
}
.Culture-Ancient-Charm-img{
    width: 260px;
    height: 390px;
}
@keyframes toTop{
    0%{bottom: -510px;}
    /* 50%{bottom: -255px;} */
    100%{bottom: 0px;}
}
@keyframes toBottom{
    0%{top: -510px;}
    /* 50%{top: -255px;} */
    100%{top: 0px;}
}
/* Traditions and Folklore */
.Culture-Beijing-Folklore .Culture-in-Beijing-calendar-title{
    padding: 75px 0 35px;
}
.Beijing-Folklore-list{
    height: 405px;
}
.Beijing-Folklore-list ul{
    display: flex;
    justify-content: space-between;
}
.Beijing-Folklore-list li{
    width: 79px;
    height: 405px;
    overflow: hidden;
    position: relative;
}
.Beijing-Folklore-vertical{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #fff;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    font-weight: bold;
    box-sizing: border-box;
    padding-top: 20px;
    line-height: 79px;
    background-color: rgb(0, 0, 0,0.7);
}
.Beijing-Folklore-pic{
    width: 100%;
    height: 100%;
}
.Beijing-Folklore-pic img{
    width: 720px;
    height: 405px;
}
.Beijing-Folklore-transverse{
    width: 100%;
    height: 40%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 50px 30px 30px 40px;
    color: #fff;
    box-sizing: border-box;
    display: none;
    background:url(./Culture-shadow1.png) left top no-repeat;
}
.Beijing-Folklore-transverse-tit{
    display: inline-block;
    height: 44px;
    font-size: 20px;
    font-weight: bold;
    line-height: 44px;
    margin-bottom: 15px;
    background: #ff583c;
    padding: 0 20px;
    border-radius: 1000px;
}
.Beijing-Folklore-transverse-des{
    font-size: 16px;
    line-height: 1.5;
}
.Beijing-Folklore-transverse-tit span{
    display: inline-block;
    width: 16px;
    height: 14px;
    vertical-align: baseline;
    margin-left: 15px;
    background: url(./Culture-arrow2.png) no-repeat;
}
.Beijing-Folklore-list li.activeShow .Beijing-Folklore-vertical{
    display: none;
}
.Beijing-Folklore-list li.activeShow .Beijing-Folklore-transverse{
    display: block;
}
/* Culture-Photos */
.Culture-Photos{
    padding-bottom: 150px;
}
.Culture-Photos .Culture-in-Beijing-calendar-title h1{
    position: relative;
    display: inline-block;
}
.Culture-Photos .Culture-in-Beijing-calendar-title-box{
    position: absolute;
    right: -80%;
    top: calc(50% - 19px);
    font-size: 16px;
    border: 1px solid #fe6951;
    border-radius: 500px;
    padding: 10px 15px;
}
.Culture-Photos .Culture-in-Beijing-calendar-title h1 a{
    color: #ff583c;
    margin-right: 10px;
}
.Culture-Photos-swiper{
    height: 625px;
    position: relative;
    box-sizing: border-box;
    padding-top: 130px;
}
#swiper .swiper-slide{
    width: 345px;
    height: 195px;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}
#swiper .swiper-slide .Culture-Photos-txt{
    display: none;
}
#swiper .swiper-slide .Culture-Photos-img,
#swiper .swiper-slide .Culture-Photos-img img{
    width: 345px;
    height: 195px;
}
#swiper .swiper-slide-active{
    transform: scale(1.9);
    z-index: 10;
}
#swiper .swiper-slide-active .Culture-Photos-txt{
    display: block;
    background: #fff;
    transform: scale(0.9);
    padding: 15px 30px 60px;
    margin-top: -50px;
    min-height: 90px;
}
#swiper .swiper-slide-active .Culture-Photos-txt a{color:#333}
#swiper .swiper-slide-active .Culture-Photos-txt p{
    font-size: 14px;
}
#swiper .swiper-slide-active .Culture-Photos-txt p:last-child{
    font-size: 12px;
    color: #888;
    margin-top: 20px;
}
#swiper .swiper-pagination{
    bottom: 50px;
}
#swiper .swiper-button-prev,
#swiper .swiper-button-next{
    position: absolute;
    bottom: 100px;
    top: auto;
}
#swiper .swiper-button-prev{
    left: calc(50% - 405px);
}
#swiper .swiper-button-next{
    right: calc(50% - 405px);
}
#swiper .swiper-pagination .swiper-pagination-bullet{
    width: 30px;
    height: 3px;
    border-radius: 0;
    background: #eee;
}
#swiper .swiper-pagination .swiper-pagination-bullet-active{
    background: #ff583c;
}
/*title*/
.Culture-top-bg{
    height: 353px;
    width: 100%;
  
    color: #FFFFFF;

}
.Culture-top-bg h1{width: 1200px;margin:0 auto;text-align: center;font-size:56px;margin-top: -333px;}