
/*中小屏*/
@media screen and (max-width: 1680px) {

}

/*移动端适配*/
@media screen and (max-width: 750px) {
	.container{width: 6.7rem;}
	.xs-show{display: block !important;}
	.xs-hidden{display: none !important;}
	/*头部*/
	.header{display: none;}
	.m-header{display: block;position: fixed;left: 0;top: 0;width: 100%;z-index: 99}
	.m-header::before{content:'';width: 100%;height:100%;;background: rgba(0, 0, 0, 0.15);backdrop-filter: blur(15px);-webkit-backdrop-filter: blur(15px);position: absolute;left:0;top:0;}
	.m-header .container{width: 100%;padding:0 .4rem;height: 1rem;box-sizing: border-box;position: relative;z-index: 10;display: flex;justify-content: space-between;align-items: center;}
	.m-header .left{display:flex;align-items:center;} 
	.m-header .logo{display: block;width: .72rem;}
	.m-header .logo img{display: block;width: 100%;}
	.m-header .nav{width: .48rem;height: .36rem;background: url('../images/m_nav.png') no-repeat;background-size: cover;margin-right:.2rem;}
	.m-header .search{float: right; width: .4rem;height: .4rem;background: url('../images/search.png') no-repeat;background-size: cover;margin: .3rem .4rem 0 0;}
	.m-header .right{display: flex;align-items: center;}
	.m-header .right a{display:block;font-size: .26rem;color: #fff;}
	.m-header .right .line{width:1px;height: .24rem;margin: 0 .2rem;background: rgba(255, 255, 255, 0.2);}
	
	.m-main{position: absolute;left: 0;top: 1rem;width: 100%;height: calc(100vh - 1rem); display: none;background: #0C0C0C;overflow-y: auto;}
	.m-header .m-main .container{padding: .6rem .4rem 2.5rem;display: block;}
	.m-main .item .top{font-size: .3rem;line-height: 1.16rem;height: 1.16rem;padding: 0; font-weight: bold;color: #333;border-bottom: 1px solid #E6E6E6;position: relative;}
	.m-main .item .link{display: block;font-size: .3rem;line-height: 1.16rem;font-weight: bold;color: #fff;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
	.m-main .item .top::after{content: '';width: .24rem;height: .14rem;background: url('../images/arrow_bb.png') no-repeat;position: absolute;
	right: .2rem;top: 50%;margin-top: -.07rem;background-size: cover;transition: all .5s ease-in-out;}
	.m-main .item .list .sub-top{font-size: .28rem;line-height: 1.16rem;border-bottom: 1px solid #E6E6E6;position: relative;color: #666;}
	.m-main .item .list .sub-top::after{content: '';width: .18rem;height: .11rem;background: url('../images/arrow_bb.png') no-repeat;position: absolute;
		right: 0;top: 50%;margin-top: -.05rem;background-size: cover;transition: all .5s ease-in-out;transform: rotate(-90deg);}
	.m-main .item .list .erify{display: none;border-bottom: 1px solid #EAEAEA;padding: .3rem 0;}
	.m-main .item .active::after{transform: rotate(180deg);}
	.m-main .item .list{display: none;width: 6.2rem;margin: 0 auto;}
	.m-main .item .list a{display: block;font-size: .28rem;color: #666;line-height: 1.12rem;border-bottom: 1px solid #EAEAEA;}
	.m-main .item .list .erify a{font-size: .26rem;line-height: .8rem;border-bottom: none;padding-left: .3rem;}
	.m-header .language{position:relative; width: 1rem;height: 1rem;background: url(../images/language_h.png) no-repeat center;background-size: .49rem .48rem;}
	
	.m-language{background: #fff;width: 2rem;top: 1rem;right:0.5rem;position: absolute;display: none;}
	.m-language a{display: block;text-align: center;font-size: .26rem;line-height: 1rem;color: #333;}
	.m-search{position: absolute;left: 0;top: .94rem;background: rgba(0,17,34,0.8);padding: 30px 4% 20px;width: 92%;display: none;}
	.m-search form{width: 100%;height: 40px;line-height: 40px;background-color: #fff;box-shadow:0 0 10px 0px #55708f;border-radius: 3px;overflow: hidden;}
	.m-search .text{width: 85%;height: 40px;border:none;color: #333;background:none;text-indent: 20px;}
	.m-search .btn{width: 15%;height: 40px;background: url('../images/search_d.png') no-repeat center center;background-size: 20px;border:none;}

	/*底部*/
    .footer .main{width: 6.7rem;}
    .footer .top{display: block;padding-bottom: .3rem;}
    .footer .title{font-size: .48rem;}
    .footer .list{margin-top:.5rem;display: block;}
    .footer .item{padding-left: 0;border-left: none;border-bottom: 1px solid rgba(255, 255, 255, 0.2);padding-bottom: .5rem;margin-bottom: .5rem;}
    .footer .name{font-size: .28rem;margin-top: -.04rem;}
    .footer .num{font-size: .36rem;margin-top: .2rem;}
	.footer .copyright{margin-top: .3rem;font-size: .26rem;text-align: left;}
	
	/*通用*/
	.pics-list{height: 6.7rem;}
	.pics-list .item{width:6.7rem;height:6.7rem;}
	.pics-list img{max-height:6.7rem;}
	.next-page{right: .4rem;background: #0C0C0C;width:6.7rem;justify-content:flex-end;padding-top:.3rem;}
	.next-page .back{font-size: .26rem;}
	.next-page .line{height:1.2rem;margin: 0 .3rem;}
	.next-page .link{font-size: .26rem;}
	.next-page p{width:2.8rem;padding-right:.4rem;}
	.next-page i{width:.32rem;height:.32rem;}
	.showDet .next-bk-page,
	.newsDet .next-bk-page{background: #fff;}
	.showDet .next-bk-page p,
	.newsDet .next-bk-page p{width:2.4rem;}
	.news-list .item{margin-bottom: .5rem;align-items:flex-start;padding-bottom: .5rem;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
	.news-list .year{font-size: .26rem;}
	.news-list .title{width:5.4rem;font-size: .28rem;}
	.media-pop .media-pop-main{width:100%;height:4.22rem;}
	.media-pop .close{width:.3rem;height: .3rem;right:.4rem;top: -.4rem;}
    .media-pop video{height: 4.22rem;}
	.share{width: 1.8rem;margin-top: .5rem;}
	.share a{width: .8rem;height: .8rem;}
	.share i{width:.36rem;height: .36rem;}
	.sub-cate{top: 1rem;padding:.2rem .4rem;background:#0C0C0C;}
	.sub-cate .row{display:block;margin-bottom: .2rem;}
	.sub-cate .name{font-size:.28rem;width:100%;}
	.sub-cate .line{display: none;}
	.sub-cate .list{width: 100%;flex-wrap: wrap;margin-top: .3rem;}
	.sub-cate .item{font-size: .26rem;margin:0 .3rem .2rem 0;}
	.sub-cate .time-list .item{margin-right: .3rem;}
	.sub-bk-cate{background:#fff;}
	
	/*引导页*/
	.guide .bg{display:block;width:100%;height:100vh;object-fit: cover;}
	.guide .main img{width:2.35rem}
	.guide .main p{font-size: .26rem;margin-top: .4rem;}
	.guide .action{margin-top: .5rem;}
	.guide .action a{padding: 0 .4rem;font-size: .26rem;height:.72rem;margin: 0 .2rem;}
	.guide .info .box{width:6.4rem;font-size: .26rem;line-height:1.875;text-align:left;padding-bottom:.5rem;}
	.guide .info .box p{margin-bottom:0 !important;}
	.guide .info .box .p2{margin-bottom: .2rem !important;}
	
	/*首页*/
	.swiper-banner .info{height:1.8rem;padding:0 .3rem 0 .3rem;}
	.swiper-banner .info::after{height:calc(100% - .1rem);}
	.swiper-banner .name{font-size: .36rem;}
	.swiper-banner .txt{font-size:.26rem;margin-top: .2rem;}
	
	/*作品*/
	.swiper-work img{height:calc(100vh - 5.4rem);}
	.swiper-work .main{flex-direction: column-reverse;height:5.4rem;padding:.4rem .4rem .3rem;}
	.swiper-work .right p{font-size:.6rem;width:auto;margin-left:0;}
	.swiper-work .left{display:block;width:100%;height:auto;}
	.swiper-work .txt{font-size:.26rem;}
	.swiper-work .more{margin-top:.4rem;padding-left: .3rem;height:1.2rem;}
	.swiper-work .more p{font-size:.26rem;}
	.swiper-work .arrow{width:.48rem;height:.48rem;background-size:.24rem .24rem;margin-top:.3rem;}
	.swiper-work .swiper-pagination{left: .4rem;}
	.swiper-work .swiper-pagination-bullet{width:.12rem;height:.12rem;margin:.1rem 0;}
	.swiper-work .swiper-pagination-bullet-active{width:.24rem;height:.24rem;}
	
	/*作品列表*/
	.workList{padding:1rem 0 1.2rem;}
	.workList .work-main{width:6.7rem;padding:.5rem .4rem 0;}
	.workList .section{display: block;}
	.workList .year{font-size:.26rem;margin-bottom: .3rem;padding-top:.4rem;border-top: 1px solid rgba(255, 255, 255, 0.2);}
	.workList .work-list{width:100%;}
	.workList .work-list .item{width:100%;margin: 0 0 .3rem;}
	.workList .work-list .img{height:3.6rem;}
	.workList .work-list img{max-height: 3.6rem;}
	.workList .work-list .box{padding-top: .3rem;}
	.workList .work-list .title{font-size: .32rem;}
	.workList .work-list p{font-size: .24rem;margin-top: .1rem;}
	.workList .work-list p::before, 
	.workList .work-list p::after{width:.24rem;}
	.workList .anchor{top: calc(50px - 4.3rem);}
	
	/*作品详情*/
	.workDet{padding:1.8rem .4rem 1.2rem;}
	.workDet .main{padding-bottom: 1.2rem;}
	.workDet .swiper-gallery{height:6.7rem;}
	.workDet .swiper-gallery .img{height:6.7rem;}
	.workDet .swiper-gallery .img img{display:block;max-width:100%;max-height:6.7rem;}
	.workDet .swiper-thumbs{margin-top:.3rem;}
	.workDet .swiper-thumbs .img{height:1.2rem;border:1px solid rgba(255, 255, 255,0.2);box-sizing:border-box;}
	.workDet .swiper-thumbs .img img{display:block;max-width:100%;max-height:1.18rem;}
	.workDet .swiper-thumbs .swiper-slide-thumb-active .img{border-color: rgba(255, 255, 255, 0.6);}
	
	.workDet .box{padding-top: .6rem;}
	.workDet .left{width:100%;}
	.workDet .title{font-size: .36rem;}
	.workDet .hall{margin-top:.2rem;}
	.workDet .hall p{padding: 0 .2rem;font-size:.26rem;}
	.workDet .intro,
	.workDet .content,
	.workDet .model{font-size: .26rem;margin-top:.3rem;}
	
	/*展览*/
	.show{padding:1.8rem .4rem 1.2rem;}
	.show .show-banner{display: block;}
	.show .show-banner .pic{width: 100%;}
	.show .show-banner img{height: 2.8rem;}
	.show .show-banner .right{width: 100%;height: auto;padding: .4rem;}
	.show .show-banner .tips{font-size: .26rem;padding: 0 .3rem;}
	.show .show-banner .title{margin-top: .2rem;font-size: .36rem;padding-bottom: .2rem;}
	.show .show-banner .list{margin-top: .5rem;}
	.show .show-banner .item{margin-bottom: .3rem;}
	.show .show-banner .name,
	.show .show-banner p{font-size: .26rem;}
	.show .show-banner i{width: .36rem;height: .36rem;margin-right: .1rem;}
	.show .show-banner p{padding-left: .46rem;}
	.show .show-main{padding-top: .6rem;}
	.show .show-main .title{font-size: .3rem;}
	.show .show-list{margin-top: .5rem;}
	.show .show-list .section{display: block;margin-bottom: .5rem;}
	.show .show-list .year{font-size: .48rem;}
	.show .show-list .list{width: 100%;margin-top: .5rem;}
	.show .show-list .item{width: 100%;height: 1.8rem;padding-left: .2rem;margin: 0 0 .3rem;}
	.show .show-list .name{font-size: .28rem;}
	.show .show-list .bot{display: block;font-size: .26rem;}
	.show .show-list i{width: .36rem;height: .36rem;margin-right: .1rem;}
	.show .show-list .time{margin: 0 0 .2rem;}
	.show .work-list{width:100%;margin-top: .5rem;}
	.show .work-list .item{width:100%;margin: 0 0 .3rem;}
	.show .work-list .img{height:3.6rem;}
	.show .work-list img{max-height: 3.6rem;}
	.show .work-list .box{padding-top: .3rem;}
	.show .work-list .title{font-size: .32rem;}

	/*展览详情*/
	.showDet{padding: 1.8rem .4rem 1.2rem;overflow: hidden;}
	.showDet .title{font-size: .4rem;}
	.showDet .main{display:block;margin-top: .5rem;}
	.showDet .main .img{width:100%;}
	.showDet .main .right{width:100%;padding-top: .3rem;}
	.showDet .main .item{margin-bottom:.3rem;font-size: .26rem;}
	.showDet .main p{font-size: .26rem;margin-bottom:.1rem;}
	
	/*.showDet .swiper-pics{width: 7.1rem;}*/
	/*.showDet .swiper-pics .swiper-slide{width:5.4rem;}*/
	/*.showDet .swiper-pics .img{height: 3.6rem;}*/
	/*.showDet .swiper-pics img{display:block;max-width:100%;max-height:3.6rem;}*/
	/*.showDet .show-main{display:block;padding:.6rem 0;}*/
	
	/*.showDet .works{font-size: .26rem;margin-top:.2rem;}*/
	/*.showDet .left{width: 100%;}*/
	/*.showDet .content{margin-top: .3rem;font-size: .26rem;}*/
	/*.showDet .content .item{margin-bottom: .3rem;}*/
	/*.showDet .content .name{font-size:.3rem;}*/
	
	/*新闻列表*/
	.news{padding:1rem 0 1.2rem;}
	.news .news-main{padding:.6rem .4rem 0;}
	
	/*新闻详情*/
	.newsDet{padding:1rem 0 1.2rem;}
	.newsDet .newsDet-main{padding:.6rem .4rem;}
	.newsDet .left{float: none;width:100%;}
	.newsDet .title{font-size: .36rem;text-align:left;}
	.newsDet .time{margin-top: .2rem;font-size: .26rem;text-align:left;}
	.newsDet .content{margin-top:.5rem;font-size: .26rem;}
	.newsDet .content p,
	.newsDet .content span,
	.newsDet .content div,
	.newsDet .content li,
	.newsDet .content ul,
	.newsDet .content ol{
	   font-size: .26rem !important;
	   font-family: "PingFang SC" !important;
	   line-height: 2 !important;
	   text-indent: 0em !important;
	}
	
	/*资源库*/
	.lib{padding: 1rem 0 1.2rem;}
	.lib .sub-nav{padding: .2rem .4rem;justify-content: space-between;background:#fff;position: sticky;z-index: 10;top: 1rem;}
	.lib .sub-nav .item{font-size: .26rem;margin: 0;}
	.lib .lib-main{padding:0 .4rem .6rem;display:block;}
	.publish-list{padding-top: .6rem;}
	.publish-list .item{width: 100%;margin: 0 0 .3rem;}
	.publish-list .title{font-size: .3rem;}
	.publish-list .img{margin-top: .2rem;height:3.78rem;}
	.publish-list img{max-width: 4.7rem;max-height: 3rem;}
	.publish-list .bot{margin-top: .2rem;}
	.publish-list .email{font-size: .24rem;height: .4rem;padding-bottom: .1rem;}
	.publish-list i{width: .24rem;height: .24rem;margin-left: .3rem;}
	.publish-list span{height:.4rem;}
	.publish-list .item:hover span{width:2.6rem;}
	.photo-nav{display:flex;background:#fff;padding: .2rem 0;position:sticky;top:1.76rem;}
	.photo-nav .item{font-size: .26rem;margin: 0 .3rem 0 0;padding-bottom: .1rem;}
	.photo-nav .active{border-bottom-width: 1px;}
	.photo-list{margin-top: .5rem;width: 100%;}
	.photo-list .item{width: 100%;margin: 0 0 .3rem;}
	.photo-list .img{height: 4rem;}
	.photo-list img{max-height:3.2rem;max-width: 3.9rem;}
	.photo-list .title{font-size: .28rem;margin-top: .2rem;}
	.essay-list{padding-top: .6rem;}
	.essay-list .item{width:100%;margin: 0 0 .5rem;}
	.essay-list .title{font-size:.36rem;}
	.essay-list .box{height:3.6rem;padding: .3rem;margin-top: .2rem;}
	.essay-list .txt{font-size: .26rem;}
	.essay-list .more p{font-size: .26rem;padding-bottom: .1rem;}
	.essay-list .more i{width:.24rem;height: .24rem;margin-left: .6rem;}
	.famous-list{padding-top: .6rem;width:100%;}
	.famous-list .item{width: 100%; margin: 0 0 .5rem;height: 3.2rem;padding:.3rem;}
	.famous-list .pic{width: 2rem;height: 2.6rem;}
	.famous-list .box{width: 4.4rem;}
	.famous-list .title{font-size: .3rem;}
	.famous-list .txt{font-size: .24rem;margin-top:.1rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
	.famous-list .more p{font-size: .26rem;padding-bottom: .1rem;}
	.famous-list .more i{width:.24rem;height: .24rem;margin-left: .6rem;}
	.video-list{padding-top: .6rem;justify-content:space-between;}
	.video-list .item{width: 48%;margin: 0 0 .5rem;display:flex;flex-direction:column-reverse;}
	.video-list .title{font-size: .26rem;}
	.video-list .img{margin: 0 0 .2rem;height: 1.69rem;}
	.video-list img{width: 2.35rem;height: 1.4rem;}
	.video-list .player-icon{width:.64rem;height:.64rem;background-size:.17rem .2rem;background-position: center center;}
	
	/*关于*/
	.about .banner{background-image:url(../img/lu_m_bg.jpg);position:relative;}
	.about .banner .pic{width: 2.66rem;margin: -1.66rem 0 0 -1.33rem;}
	.about .profile-box{background-image:url(../img/profile_m_bg.jpg);position:relative;}
	.about .profile-box .right{width:100%;background: none; backdrop-filter: blur(0px) !important;}
	.about .profile-box .box{padding: 1rem .4rem 0;}
	.about .profile-box .name{font-size: .54rem;}
	.about .profile-box .tips{margin-top: .1rem;font-size: .26rem;}
	.about .profile-box .line{margin: 0 .2rem;height:.2rem;}
	.about .profile-box .content{margin-top: .4rem;font-size: .26rem;line-height:1.875;}
	.about .profile-box .content p{margin-bottom:.16rem;}
	.about .scroll-box{padding-bottom: .6rem;background:#0C0C0C;}
	.about .work-box{padding:.8rem .4rem .4rem;}
	.about .work-box .title{font-size:.48rem;margin-left:0;}
	.about .work-box .list{margin-top: .5rem;}
	.about .work-box .item{width:48% !important;margin: 0 0 .5rem !important;}
	.about .work-box .item:nth-child(3){width: 100% !important;}
	.about .move-bg{display: none;}
	.about .work-box p{font-size: .26rem;margin-top: .2rem;line-height: 1.5;}
}