@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
}
.home body {
	height: 100%;
	overflow: hidden;
}
.body_wrap {
	position: relative;
	margin: auto;
	width: 100%;
	min-width: 320px;
	overflow: hidden;
	font-family: 'Microsoft Yahei','PingFang SC',Arial,sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #333;

	/* top: 0; */
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s  ease-in-out;
	z-index: 1;
	background: #fff;
}
.home .body_wrap {
	position: fixed;
	left: 0;
	width: 100%;
	top: 100%;
	-webkit-transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
	transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
	z-index: 1;
}
.height0 {
	height: 0 !important;
	transition: .5s ease-in;
}
@media (min-width: 1025px) {
	.page03 .zhji_li.li01,
	.page03 .zhji_li.li02,
	.page03-tit,
	.page04 .in_tit,
	.page04 .tuji_show,
	.page04 .tuji_x-imgs,
	.page05 .list_li,
	.page06 .in_zhanlan .in_tit,
	.page06 .in_tit2 ,
	.page06 .img_wfull_lb .swiper-slide，
	.page06  .zl_tab.tab01,
	.page06  .page06-bottom,
	.page07 .in_tit ,
	.page07 .h7-li.li1,
	.page07 .h7-li.li2,
	.page07 .h7-li.li3,
	.page08 .in_tit ,
	.page08 .h8-li.li1,
	.page08 .h8-li.li2,
	.page08 .h8-li.li3,
	.page09 .in_tit ,
	.page09 .h9-li.li1,
	.page09 .h9-li.li2,
	.page09 .h9-li.li3 ,
	.page09 .h9-li.li4 ,
}
.page02.showed .page02-tit {
	-webkit-animation: from-bottom 2s ease-out 0s both;
	animation: from-bottom 2s ease-out 0s both;
}
.page02.showed .hours_l {
	-webkit-animation: from-bottom 2s ease-out 0.3s both;
	animation: from-bottom 2s ease-out 0.3s both;
}
.page02.showed .open_link {
	-webkit-animation: from-bottom 2s ease-out 0.6s both;
	animation: from-bottom 2s ease-out 0.6s both;
}
.page02.showed .in_news .in_tit {
	-webkit-animation: from-bottom 2s ease-out 0.9s both;
	animation: from-bottom 2s ease-out 0.9s both;
}
.page02.showed .in_news ul {
	-webkit-animation: from-bottom 2s ease-out 1.2s both;
	animation: from-bottom 2s ease-out 1.2s both;
}
.page02.showed .in_ztimg {
	-webkit-animation: from-bottom 2s ease-out 1.5s both;
	animation: from-bottom 2s ease-out 1.5s both;
}
.page03.showed  .page03-tit  {
	-webkit-animation: from-bottom 2s ease-out 0s both;
	animation: from-bottom 2s ease-out 0s both;
}
.page03.showed .zhji_li.li01 {
	-webkit-animation: from-left 2s ease-out 0.3s both;
	animation: from-left 2s ease-out 0s both;
}
.page03.showed  .zhji_li.li02  {
	-webkit-animation: from-right 2s ease-out 0.3s both;
	animation: from-right 2s ease-out 0s both;
}
.page04.showed .in_tit{
	-webkit-animation: from-bottom 2s ease-out 0s both;
	animation: from-bottom 2s ease-out 0s both;
}
.page04.showed .tuji_show{
	-webkit-animation: animate-bigger 2s ease-out 0.3s both;
	animation: animate-bigger 2s ease-out 0.3s both;
}
.page04.showed .tuji_x-imgs{
	-webkit-animation: from-bottom 2s ease-out 0.6s both;
	animation: from-bottom 2s ease-out 0.6s both;
}
.page05.showed .list_li:first-child {
	-webkit-animation: animate-bigger 2s ease-out 0s both;
	animation: animate-bigger 2s ease-out 0s both;
}
.page05.showed .list_li:nth-child(2) {
	-webkit-animation: animate-bigger 2s ease-out 0.3s both;
	animation: animate-bigger 2s ease-out 0.3s both;
}
.page05.showed .list_li:nth-child(3) {
	-webkit-animation: animate-bigger 2s ease-out 0.6s both;
	animation: animate-bigger 2s ease-out 0.6s both;
}
.page06.showed .in_zhanlan .in_tit {
	-webkit-animation: from-bottom 2s ease-out 0s both;
	animation: from-bottom 2s ease-out 0s both;
}
.page06.showed .in_tit2 {
	-webkit-animation: from-bottom 2s ease-out 0.3s both;
	animation: from-bottom 2s ease-out 0.3s both;
}
.page06.showed .img_wfull_lb {
	-webkit-animation: from-bottom 2s ease-out 0.6s both;
	animation: from-bottom 2s ease-out 0.6s both;
}
/* .page06.showed .img_wfull_lb .swiper-slide:nth-child(1) {
	-webkit-animation: from-bottom 2s ease-out 0s both;
    animation: from-bottom 2s ease-out 0s both;
}
.page06.showed .img_wfull_lb .swiper-slide:nth-child(2) {
	-webkit-animation: from-bottom 2s ease-out 0.3s both;
    animation: from-bottom 2s ease-out 0.3s both;
}
.page06.showed .img_wfull_lb .swiper-slide:nth-child(3) {
	-webkit-animation: from-bottom 2s ease-out 0.6s both;
    animation: from-bottom 2s ease-out 0.6s both;
}
.page06.showed .img_wfull_lb .swiper-slide:nth-child(4) {
	-webkit-animation: from-bottom 2s ease-out 0.9s both;
    animation: from-bottom 2s ease-out 0.9s both;
}
.page06.showed .img_wfull_lb .swiper-slide:nth-child(5) {
	-webkit-animation: from-bottom 2s ease-out 1.2s both;
    animation: from-bottom 2s ease-out 1.2s both;
}
.page06.showed .img_wfull_lb .swiper-slide:nth-child(6) {
	-webkit-animation: from-bottom 2s ease-out 1.5s both;
    animation: from-bottom 2s ease-out 1.5s both;
}
.page06.showed .img_wfull_lb .swiper-slide:nth-child(7) {
	-webkit-animation: from-bottom 2s ease-out 1.8s both;
    animation: from-bottom 2s ease-out 1.8s both;
} 
.page06.showed .img_wfull_lb .swiper-slide {
	-webkit-animation: from-bottom 2s ease-out 0.6s both;
    animation: from-bottom 2s ease-out 0.6s both;
}*/
.page06.showed  .zl_tab.tab01 {
	-webkit-animation: from-bottom 2s ease-out 0.9s both;
	animation: from-bottom 2s ease-out 0.9s both;
}
.page06.showed  .page06-bottom {
	-webkit-animation: from-bottom 2s ease-out 1.2s both;
	animation: from-bottom 2s ease-out 1.2s both;
}
.page07.showed .in_tit{
	-webkit-animation: from-bottom 2s ease-out 0s both;
	animation: from-bottom 2s ease-out 0s both;
}
.page07.showed .h7-li.li1{
	-webkit-animation: from-left 2s ease-out 0s both;
	animation: from-left 2s ease-out 0s both;
}
.page07.showed .h7-li.li2{
	-webkit-animation: from-right 2s ease-out 0.3s both;
	animation: from-right 2s ease-out 0.3s both;
}
.page07.showed .h7-li.li3{
	-webkit-animation: from-bottom 2s ease-out 0.6s both;
	animation: from-bottom 2s ease-out 0.6s both;
}
.page08.showed .in_tit{
	-webkit-animation: from-bottom 2s ease-out 0s both;
	animation: from-bottom 2s ease-out 0s both;
}
.page08.showed .h8-li.li1{
	-webkit-animation: animate-bigger 2s ease-out 0s both;
	animation: animate-bigger 2s ease-out 0s both;
}
.page08.showed .h8-li.li2{
	-webkit-animation: animate-bigger 2s ease-out 0.3s both;
	animation: animate-bigger 2s ease-out 0.3s both;
}
.page08.showed .h8-li.li3{
	-webkit-animation: animate-bigger 2s ease-out 0.6s both;
	animation: animate-bigger 2s ease-out 0.6s both;
}
.page09.showed .in_tit {
	-webkit-animation: from-bottom 2s ease-out 0s both;
	animation: from-bottom 2s ease-out 0s both;
}
.page09.showed .h9-li.li1{
	-webkit-animation: from-bottom 2s ease-out 0.3s both;
	animation: from-bottom 2s ease-out 0.3s both;
}
.page09.showed .h9-li.li2{
	-webkit-animation: from-bottom 2s ease-out 0.6s both;
	animation: from-bottom 2s ease-out 0.6s both;
}
.page09.showed .h9-li.li3 {
	-webkit-animation: from-bottom 2s ease-out 0.9s both;
	animation: from-bottom 2s ease-out 0.9s both;
}
.page09.showed .h9-li.li4{
	-webkit-animation: from-bottom 2s ease-out 1.2s both;
	animation: from-bottom 2s ease-out 1.2s both;
}
.showed.footer {
	-webkit-animation: from-bottom 2s ease-out 0s both;
	animation: from-bottom 2s ease-out 0s both;
}

.banner_js .swiper-slide.swiper-slide-next,
.banner_js  .swiper-slide.swiper-slide-active {
	visibility: visible;
}
.banner_js  .swiper-slide-active .img{
	animation: littleBigger 5.5s linear 0s both;
}
.banner_js  .swiper-slide.swiper-slide-prev .img{
	animation: tinyScaleBig 1.5s linear 0s both;
	/* animation: aaaa 1.5s cubic-bezier(0.48, 0.15, 0.71, 0.90) 0s both; */
	/* animation: middleBigger 1s cubic-bezier(0.48, 0.15, 0.71, 0.90) 0s both; */
}
.noScroll {
	height: 100vh;
	overflow: hidden;
}
.init-screen {
	width: 100%;
	height: 100vh;
	background: url(guobo202509_inbg01.jpg) no-repeat center center #39557d;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	transition: .5s ease-in;
	z-index: 99;
}

.page01{
	position: relative;
	background: #fff;
}
.banner{
	position: relative;
	height: auto ;
	overflow: hidden;
}
.banner .prev,
.banner .next{
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	cursor: pointer;
	vertical-align: top;
	transition: all .5s;
}
.banner .prev{
	background: rgba(255, 255, 255, .4) url(guobo202509_jt_prev.png) center center no-repeat;
}
.banner .next{
	background: rgba(255, 255, 255, .4) url(guobo202509_jt_next.png) center center no-repeat;
}
.banner .prev:hover{
	background: rgba(255, 255, 255, 1) url(guobo202509_jt_prev_h.png) center center no-repeat;
}
.banner .next:hover{
	background: rgba(255, 255, 255, 1) url(guobo202509_jt_next_h.png) center center no-repeat;
}
/* .banner img{
	position: relative;
	z-index: 1;
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	object-fit: cover;
} */
.banner  .banner_link {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	max-height: 100vh;
}
.banner  .banner_link::before {
	content: '';
	display: block;
	padding-top: 51.30208%;
}
.banner .img-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.banner .img {
	display: block;
	height: 100%;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.banner .swiper-container{
	text-align: center;
	height: auto ;
}
.banner .banner_pagination{
	position: absolute;
	z-index: 2;
	height: 70px;
	text-align: center;
	bottom: 0;
	width: 100%;
}
.banner .swiper-container-fade .swiper-slide {
	height: auto;
}
.banner .pageState {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0;
	line-height: 0;
	font-size: 0;
	margin-top: 15px;

}
.banner .pageState .swiper-pagination-bullet{
	display: inline-block;
	text-align: center;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .5);
	margin: 0 3px;
}
.banner .pageState .swiper-pagination-bullet-active {
	width: 9px;
	height: 9px;
	background: rgba(255, 255, 255, 1);
}
.slideshow * {
	outline: none;
}

.slideshow .slider {
	height: 100vh;
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
	background-color: #d7d7d7;
}

.slideshow .slider-track {
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.slideshow .item {
	height: 100vh;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.slideshow .slick-track{
	overflow: hidden;
}
.slideshow  .item.inout img{
	-webkit-transition: all .1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all .1s cubic-bezier(0.7, 0, 0.3, 1);

}
.slideshow .item img {
	object-fit: cover;
	/* width: 100%; */
	width: auto;
	height: 100vh;
	-webkit-transition: all 8s linear 0s;
	transition: all 8s linear 0s;
	-webkit-transform: scale(1);
	transform: scale(1);
	margin: 0 auto ;
}

.slideshow .item.scaleIn {
	transition: all 2s linear 1s !important;
	-webkit-transition: all 2s linear 1s !important;
	-moz-transition: all 2s linear 1s !important;
	-ms-transition: all 2s linear 1s !important;
	-o-transition: all 2s linear 1s !important;
	opacity: 1;
}

.slideshow .item.scaleOut{
	transition: all 1.5s linear !important;
	-webkit-transition: all 1.5s linear !important;
	-moz-transition: all 1.5s linear !important;
	-ms-transition: all 1.5s linear !important;
	-o-transition: all 1.5s linear !important;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	opacity: 0;
}
.slick-track:after, .slick-track:before {
	display: none;
}
.slideshow .item video {
	height: 100vh;
	width: 100vw;
	-o-object-fit: cover;
	object-fit: cover;

}
.slideshow .item.slick-active img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.slideshow .item.slick-active.scalein img{
	/* .slideshow .item.slick-active img{ */
	transition: all 6.2s linear 0s;
}

.slick-dots {
	/* position: absolute; */
	/* bottom: 25px;
	width: auto; */
	display: flex;
	position: relative;
	top: auto;
	bottom: auto;
	align-items: center;
}

.slick-dots li.slick-active button:before {
	color: #b40009;
}

.slick-next {
	right: 25px;
}

.slick-prev {
	left: 25px;
}
.banner-button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 4%;
	width: 100%;
}
.banner-pagi {
	padding: 0 10px;
	z-index: 9;
}
.slick-next,
.slick-prev {
	position: relative;
	z-index: 99;
	/* bottom: 40px;
    top: auto; */
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	width: 35px;
	height: 35px;
	border-radius: 20px;
	background-color: #fff;
	transition: .3s;
	transform: translate(0);
	cursor: pointer;
}
.slick-next {
	background-image: url(guobo202509_jt_next_h.png);
	background-repeat: no-repeat;
	background-position: center;
}
.slick-prev {
	background-image: url(guobo202509_jt_prev_h.png);
	background-repeat: no-repeat;
	background-position: center;
}
.slick-next:focus,
.slick-prev:focus {
	opacity: 1;
	background-color: #fff;
}
.slick-next:hover, .slick-prev:hover {
	opacity: .5;
	background-color: #fff;
	transition: .3s;
	background:auto;
}
.slick-next:before, .slick-prev:before {
	display: none;
}
.slick-dots li.slick-active button:before {
	color: #fff;
	font-size: 26px;
}
.slick-dots li  {
	position: relative;
	width: 7px;
	height: 7px;
	margin: 0 3px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.5;
	z-index: 9;
}
.slick-dots li.slick-active{
	width: 10px;
	height: 10px;
	opacity: 1;
}
.slick-dots li button:before {
	display: none;
	font-size: 20px;
}
.slick-dots li button{
	background: #fff;
	width: 7px;
	height: 7px;
	opacity: .5;
	border-radius: 4px;
	padding: 0;
}
.slick-dots li.slick-active button {
	opacity: 1;
	width: 9px;
	height: 9px;
	background: #fff;
	border-radius: 5px;
}
/*通知*/
.tongzhi{
	position: relative;
	z-index: 9;
	background-color: #fff;
	border-bottom: 1px solid #d7c3a4;
	font-size: 20px;
}
.tongzhi .wrap{
	position: relative;
}
.scroll_tz_list{
	margin-right: 40px;
	overflow: hidden;
}
.tongzhi ul{
	line-height: 70px;
	position: relative;
	overflow: hidden;
}
.tongzhi li{
	float: left;
	margin-right: 50px;
	/*	line-height: 70px;*/
	position: relative;
}

.tongzhi a{
	/*	display: block;*/
	position: relative;
	padding-left: 20px;
	margin-right: 30px;
	/*
        white-space: nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    */
}
.tongzhi a::after{
	content: '•';
	position: absolute;
	left: 0;
}
.tongzhi .time{
	color: #707070;
	font-size: 18px;
	/*
        position: absolute;
        top: 0;
        right: 0;
    */
}
.tz_close{
	content: '';
	width: 21px;
	height: 21px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	cursor: pointer;
}
.tz_close::after,
.tz_close::before{
	content: '';
	width: 100%;
	height: 2px;
	display: block;
	background: #d7c3a4;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 10px;
}
.tz_close::after{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.tz_close::before{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.tz_close:hover::after,
.tz_close:hover::before{
	background: #7d1e1e;
}

.page02{
	background: url(guobo202509_inbg02.jpg) center bottom no-repeat #faf7f4;
	background-size: 100%;
	padding-top: 60px;
	padding-bottom: 240px;
}

.in_tit{
	font-size: 46px;
	line-height: 2;
	position: relative;
}

/*开放时间*/
.hours_box{
	position: relative;
	font-size: 20px;
	line-height: 2;
	padding-bottom: 50px;
}
.hours_box img{
	vertical-align: middle;
}
.hours_l{
	width: 50%;
}
.hours{
	float: left;
	margin-right: 10px;
}
.opening{
	display: inline-block;
	vertical-align: middle;
}
.hours_box .t1{
	color: #707070;
}
.hours_box .t2{
	font-size: 60px;
	/* font-weight: bold; */
	font-family: "impact";
	letter-spacing: -1px;
	line-height: 1;
}
.hours_line{
	line-height: 0;
	content: '';
	display: inline-block;
	height: 3px;
	width: 30px;
	background: #333;
	vertical-align: middle;
	margin-top: 35px;
	margin-left: 10px;
	margin-right: 10px;
}
.opening_tip{
	color: #7d1e1e;
}
.shut_time {
	float: left;
	border-left: 2px solid #e3d2c4;
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 10px;
}
.shut_time .time {
	font-family: "Georgia";
	font-size: 18px;
}
.open_link{
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
}
.open_link .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.open_link .li {
	width: calc((100% - 70px) / 5);
	margin: 0 7px;
	position: relative;
	overflow: hidden;
	border: 1px solid #d9c6a9;
	border-radius: 50%;
	color: #7d1e1e;
	-webkit-transition: all 0.32s;
	transition: all 0.32s;
}
.open_link .li:hover{
	border: 1px solid #7d1e1e;
}
.open_link .li::before {
	content: '';
	display: block;
	padding-top: 100%;
}
.open_link .li .img-i {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.open_link .li a {
	position: absolute;
	left: 0;
	/*	top: 50%;*/
	width: 100%;
	text-align: center;
	font-size: 24px;
	top: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.3s;
	transition: all .5s;
}
.open_link .li a:hover{
	margin-top: -10%;
}

.open_link .li .jt{
	content: '';
	width: 11px;
	height: 11px;
	background: url(guobo202509_jt_01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	margin-left: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.open_link .li:hover .jt {
	left: 50%;
	bottom: 20%;
	margin-left: -5px;
	opacity: 1;
}
/*	首页-要闻*/
.in_newbox{
	position: relative;
}
.in_ztimg{
	position: absolute;
	right: 0;
	top: 30px;
	width: 32%;
}
.in_ztimg .img{
	width: 100%;
}
.in_ztimg .img img{
	width: 100%;
}
.in_ztimg .img:last-child{
	margin-bottom: 0;
}
.in_news{
	margin-right: 37%;
}
.in_news li{
	color: #707070;
	line-height: 1.5;
	font-size: 20px;
	margin-top: 12px;
	position: relative;
	padding-right: 140px;
}
.in_news li a{
	display: block;
	white-space: nowrap; /*强制不换行*/
	overflow:hidden;
	text-overflow:ellipsis;
}
.in_news .time{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 18px;
}
.in_tit .lm_more,
.in_tit .link_t {
	top: 50%;
	margin-top: -.5em;
}
.in_tit .lm_more{
	right: 0%;
}
.in_tit .link_t{
	right: 130px;
}
.in_tit .link_t2{
	right: 270px;
}
/*征集*/
.page03{
	margin-top: -60px;
}
.in_zhji{
	position: relative;
}
.in_zhji .link_zeng{
	position: absolute;
	right: 0;
	top: 30px;
	font-size: 22px;
	color: #7d1e1e;
}
.in_zhji_nr{
	padding-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.in_zhji_nr .zhji_li{
	width: 50%;
	padding: 20px 60px 40px 0;
	min-height: 260px;
	position: relative;
}
.in_zhji_nr .zhji_li .img{
	width: 40%;
	overflow: hidden;
	text-align: center;

	position: absolute;
	left: 20px;
	bottom: 40px;
}
.in_zhji_nr .zhji_li .img img{
	max-width: 100%;
}
.in_zhji_nr .text{
	padding-left: 50%;
}
.in_zhji_nr .text a:hover{
	color: inherit;
}
.in_zhji_nr .bt{
	font-weight: normal;
	font-size: 32px;
	line-height: 2;
	position: relative;
}
.in_zhji_nr .bt i{
	content: '';
	width: 11px;
	height: 11px;
	background: url(guobo202509_jt_01.png) no-repeat;
	background-size: 100% 100%;

	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	transition: all .5s;
}
.in_zhji_nr .bt a{
	display: block;
}
.in_zhji_nr .bt a:hover i{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.in_zhji_nr .li02 .bt i{
	background-image: url(guobo202509_jt_02.png);
}

.in_zhji_nr .p1{
	font-size: 16px;
	line-height: 1.8;
}
.in_zhji_nr .li01{
	background: url(guobo202509_inbg03.jpg) no-repeat;
	background-size: 100% 100%;
}
.in_zhji_nr .li02{
	background: url(guobo202509_inbg04.jpg) no-repeat;
	background-size: 100% 100%;
	color: #fff;
}

/*保管*/
.page04{
	margin-top: -.8rem;
}
.in_baoguan{
	position: relative;
}
.page04 .tuji_x-imgs .txt-con {
	display: none;
}
/*滚动小图*/
.tuji_x-imgs{
	padding: 0 70px;
	position: relative;
	margin-top: 30px;
	height: 167px;
	height: auto;
}
.tuji_x-imgs .swiper-container .pic {
	max-width: 167px;
	margin: 0 auto;
}
/* .tuji_x-imgs .swiper-container img{
height: 167px;
} */
.tuji_x-imgs .lubo_jt{
	margin: 0;
}
.tuji_x-imgs .lubo_jt .prev,
.tuji_x-imgs .lubo_jt .next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tuji_x-imgs .lubo_jt .prev {left: 0;}
.tuji_x-imgs .lubo_jt .next {right: 0;}

.tuji_x-imgs .pic{
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.tuji_x-imgs .pic::before{
	content: '';
	display: block;
	padding-top: 96%;
}
.tuji_x-imgs .pic .img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.tuji_x-imgs .pic .img{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.tuji_x-imgs .pic:hover{
	border: 1px solid #ddd;
}
.tuji_x-imgs .swiper-container .swiper-wrapper li.on{
	/* background: #eee; */
}
/*大图show*/
.tuji_show{

}
.show_big{
	position: relative;
	overflow: hidden;
	background: #7c7668;
}
.show_big::before {
	content: '';
	display: block;
	padding-top: 37.92857%;
}
.show_big .img_b{
	position: absolute;
	top: 40px;
	left: 40px;
	bottom: 0;
	width: 55%;
	text-align: center;
}
.show_big .img_b img{
	/* opacity: 0; */
	max-width: 100%;
	max-height: 100%;
	width: 50%;
	object-fit: contain;
}
.show_big .img_b img.on{
	/* opacity: 1; */
}
.show_big .img_b img {
	position: absolute;
	top: 50%;
	left: 50%;
	/* -webkit-transform:  scale(1) ;
    transform:  scale(1) ; */
	-webkit-transform:   translateX(-50%) translateY(-50%);
	transform:  translateX(-50%) translateY(-50%);
	/* -webkit-transform:  scale(1) translate(-50%, -50%);
    transform:  scale(1) translate(-50%, -50%); */
	transition: all .3s;
	opacity: 1;
	border: none;
	outline: none;
}
.show_big .img_b img.prev-one {
	display: none;
	opacity: 1;
}
.show_big .img_b img.prev-one.rightFade{
	opacity: 0;
	-webkit-transform: translateX(200px) translateY(-50%);
	transform: translateX(200px) translateY(-50%);
	transition: all .3s;
}

.show_big .img_b .img.fadein {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	/* -webkit-transform: translateX(-200px) translateY(-50%);
	transform: translateX(-200px) translateY(-50%); */
	left: 10%;
	transition: all .3s;
	opacity: 0;
}
.show_big .text{
	width: 35%;
	position: absolute;
	text-align: right;
	color: #fff;
	bottom: 40px;
	right: 40px;
	line-height: 1.5;
}
.show_big .text .t{
	font-size: 32px;
}
.show_big .text .p1{
	margin-top: 10px;
	font-size: 20px;
}
.show_big .text .p2{
	margin-top: 10px;
	font-size: 16px;
}
.show_js .show_big{
	display: none;
}
.show_js .show_big.on{display: block;}

/*研究*/
.page05{
	margin-top: 50px;
	padding-bottom: 50px;
}
.in_yanjiu{
	position: relative;
}
.in_yanjiu .lm_more{
	top: 30px;
	right: 0;
}
.in_yanjiu_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.in_yanjiu_list .list_li{
	width: 33.33%;
}
.in_yanjiu_list .list_li .pic{
	position: relative;
	overflow: hidden;
}
.in_yanjiu_list .list_li .pic::before {
	content: '';
	display: block;
	padding-top: 76.87366%;
}
.in_yanjiu_list .list_li .img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.in_yanjiu_list .list_li .img {
	left: 0;
	top: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	width: 100%;
}
.in_yanjiu_list .list_li a:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}
.in_yanjiu_list .list_li .t{
	font-size: 32px;
	color: #fff;
	position: absolute;
	padding: 0 9.421%;
	top: 20%;
}

/*展览*/
.page06{
	margin-top: 50px;
	background: #efefef;
	padding: 60px 0 100px;
}
.in_tit2{
	font-size: 32px;
	line-height: 2;
}
/*展播图轮播*/
.img_wfull_lb{
	overflow: hidden;
	margin-top: .5em;
}

.img_wfull_lb img{
	width: 100%;
	opacity: .85;
}
.img_wfull_lb .pic{
	overflow: hidden;
}
.img_wfull_lb a:hover img{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	opacity: 1;
}
.img_wfull_lb .swiper-container{
	min-width: 1280px;
}


/*通用轮播内容下方翻页箭头 开始*/
.lubo_jt{
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.jt_js2 {
	display: none;
}
.lubo_jt .prev,
.lubo_jt .next{
	content: '';
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	cursor: pointer;
	vertical-align: top;
	transition: all .5s;
	margin: 0 8px;
}
.lubo_jt .prev{
	background: rgba(0, 0, 0, .2) url(guobo202509_jt_prev_h.png) center center no-repeat;
}
.lubo_jt .next{
	background: rgba(0, 0, 0, .2) url(guobo202509_jt_next_h.png) center center no-repeat;
}
.lubo_jt .prev:hover{
	background-color: rgba(255, 255, 255, 1);
}
.lubo_jt .next:hover{
	background-color: rgba(255, 255, 255, 1);
}
/*通用轮播内容下方翻页箭头 结束*/

.in_zl_tab{
	position: relative;
	margin-top: 60px;
}
.zl_tab li{
	font-size: 32px;
	line-height: 2;
	margin-right: 95px;
	float: left;
	cursor: pointer;
}
.zl_tab li:last-child{
	margin-right: 0;
}
.zl_tab li.on{
	color: #7d1e1e;
}
.zl_tabnr{
	margin-top: 30px;
}

.in_zl_tab .lm_more{
	display: none;
	top:20px;
	right: 0;
}
.in_zl_tab .lm_more.on {
	display: block;
}
.zl_tabnr_li{
	background: #fff;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
}
.zl_tabnr_li>div{
	width: 50%;
}
.zl_tabnr_li .img {
	overflow: hidden;
}
.zl_tabnr_li .img::after {
	content: "";
	display: block;
	padding-top: 134.46%;
}
.zl_tabnr_li .img img{
	display:block;
	width: 100%;
	float: left;
	/* height: auto; */
	height:100%;
	transition: .5s;
}
.zl_tabnr_li .img img:hover{
	transform: scale(1.1);
	transition: .5s;
}
.zl_tabnr_li .text{
	padding-top: 70px;
	padding-left: 30px;
	float: right;
	position: relative;
}
.zl_tabnr_li .text h3{
	font-size: 24px;
}
.zl_tabnr_li .text .t{
	position: absolute;
	bottom: 70px;
	padding-right: 30px
}
.tab01_nr {
	z-index: 0;
	position: absolute;
	transform: translateY(40px);
	/* transform: translateY(50px); */
	opacity: 0;
	transition: 0.6s all 0s ease-in;
	/* transition: 0.6s all 0s ease-in; */
	width: 100%;
}
.page06.showed  .page06-bottom {
	position: relative;
	/* height: 530px; */
}
.page06  .page06-bottom::after {
	content: "";
	display: block;
	padding-top: 35%;
}
.tab01_nr.on {
	z-index: 1;
	transform: translateY(0px);
	opacity: 1;
	transition: .8s all 0.4s ease-out;
	/* transition: .6s all 0.7s ease-out; */
}

.more{
	font-size: 20px;
}
.more .icn {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(guobo202509_jt_01.png) no-repeat center center;
	background:cover;
	margin-top: -3rem;
	margin-left: 5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.more:hover .icn {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*社教传播*/
.page07 {
	padding: 70px 0 70px;
}
.page07 .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}
.page07 .list .h7-li {
	width: calc(50% - 16px);
	background-color: #efefef;
}
.page07 .list .h7-p{
	font-size: 20px;
}
.page07 .list .li1 {
	margin-right: 32px;
}
.page07 .list .li3 {
	margin-top: 32px;
	width: 100%;
	display: flex;
}
.page07 .list .li3 a {
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex; */
}
.page07 .list .li3 .pic {
	width: 715px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 51.07143%;
}
.page07 .list .li3 .bot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 48.92857%;
}
.page07 .list .li3 .bot .more {
	margin-top: auto;
}

.page07 .pic {
	position: relative;
	overflow: hidden;
}
.page07 .pic::before {
	content: '';
	display: block;
	padding-top: 56.57895%;
}
.page07 .pic .img-i {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}
.page07 .pic img {
	width: 100%;
}
.page07 .h7-li:hover .pic img {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.page07 .h7-li:hover .pic .img-i {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
/* .page07 .h7-li:hover:hover .pic img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}*/
.page07 .h7-li .pic:hover .img-i {
	-webkit-transform: translate(-50%, -50%) scale(1.07);
	transform: translate(-50%, -50%) scale(1.07);
}
.page07 .bot {
	background-color: #efefef;
	padding: 25px 36px 30px;
	line-height: 1.5;
}
.page07 .bot  .more {
	display: block;
	margin-top: 14px;
}
.page07 .t {
	font-size: 32px;
	line-height: 2;
}
.page07 .y {
	font-size: 18px;
	font-family: "times new roman";
	color: #707070;
	margin-top: 2px;
}

/*国际联络*/
.page08{
	padding-bottom: 100px;
}
.page08 .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -50px;
	margin-top: 30px;
}
.page08 .h8-li {
	width: calc(33.33% - 100px);
	margin: 0 50px;
}

.page08 .pic {
	position: relative;
	overflow: hidden;
}

.page08 .pic::before {
	content: '';
	display: block;
	/* padding-top: 145.25%; */
}

.page08 .pic .img-i {
	display: block;
	/* position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.page08 .h8-li a:hover .pic .img-i{
	/* -webkit-transform: scale(1.1) translate(-50%, -50%);
	transform:  scale(1.1)  translate(-50%, -50%); */
	-webkit-transform: scale(1.1) ;
	transform:  scale(1.1)  ;
}
.page08 .h8-li a:hover .t{
	color: #7d1e1e;
	transition: .5s;
}
.page08 .t {
	position: absolute;
	bottom: 10%;
	text-align: center;
	left: 0;
	width: 100%;
	font-size: 32px;
	transition: .5s;
	color: #ffffff;
}

/*文创*/
.page09{
	padding: 70px 0 100px;
	background: #efefef;
}
.page09 .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -16px;
	margin-top: 30px;
}

.page09 .h9-li {
	width: calc(25% - 16px);
	background: #fff;
	padding: 32px 0;
	margin: 0 16px;
	box-shadow:  0 0 20px rgba(0, 0, 0, .1);
	transition: .5s;
}
.page09 .h9-li .pic{
	transition: .5s;
}
.page09 .h9-li:hover .pic{
	transform: translateY(-10px);
	transition: .5s;
}
.page09 .pic {
	position: relative;
	overflow: hidden;
}

.page09 .pic::before {
	content: '';
	display: block;
	padding-top: 90.18405%;
}

.page09 .pic .img-i {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	margin-top: -32px;

}
.page09 .t {
	font-size: 32px;
	padding-top: 16px;
	text-align: center;
}
@media (max-width: 1500px){

	/*通知*/
	.tongzhi{
		font-size: 16px;
	}
	.tongzhi li{
		line-height: 60px;
		margin-right: 30px;
	}
	.tongzhi a{
		margin-right: 15px;
	}
	.tongzhi .time{
		font-size: 15px;
	}

	.page02{
		padding-top: 30px;
		padding-bottom: 200px;
	}

	.in_tit{
		font-size: 36px;
	}
	.in_tit2{
		font-size: 26px;
	}
	.in_tit .link_t{
		right: 115px;
	}
	.in_tit .link_t2{
		right: 240px;
	}
	/*开放时间*/
	.hours_box{
		font-size: 16px;
		padding-bottom: 40px;
	}
	.hours{
		margin-right: 10px;
	}
	.hours_box .t2{
		font-size: 48px;
	}
	.hours_line{
		line-height: 0;
		content: '';
		display: inline-block;
		height: 3px;
		width: 30px;
		background: #333;
		vertical-align: middle;
		margin-top: 35px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.opening_tip{
		color: #7d1e1e
	}
	.shut_time{
		float: left;
		margin-left: 8px;
		margin-top: 10px;
	}

	.open_link .li a{
		font-size: 20px;
	}

	/*	首页-要闻*/
	.in_newbox{
	}
	.in_ztimg{
		top: 32px;
	}
	.in_news li{
		font-size: 18px;
		margin-top: 12px;
		padding-right: 120px;
	}
	.in_news li a{
		display: block;
		white-space: nowrap; /*强制不换行*/
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.in_news .time{
		position: absolute;
		right: 0;
		bottom: 0;
		font-size: 16px;
	}

	.in_zhji_nr .bt{
		font-size: 26px;
	}
	.in_zhji .link_zeng{
		font-size: 20px;
	}

	/*	展览tab*/
	.in_zl_tab{
		margin-top: 60px;
	}
	.zl_tab li{
		font-size: 26px;
		margin-right: 70px;
	}
	.zl_tabnr{
		margin-top: 20px;
	}
	.page06.showed  .page06-bottom .zl_tabnr.tab01_nr {
		/* width: calc(100% - 100px); */
		width: 100%;
	}
	.in_zl_tab .lm_more{
		top: 15px;
	}
	.zl_tabnr_li .text{
		padding-top: 50px;
		padding-left: 30px;
	}
	.zl_tabnr_li .text h3{
		font-size: 20px;
	}
	.zl_tabnr_li .text .t {
		bottom: 50px;
		padding-right: 30px;
		font-size: 16px;
	}
	.page08 .list {
		margin-left: -25px;
		margin-right: -25px;
	}
	.page08 .t{
		font-size: 26px;
	}
	.page08 .h8-li {
		width: calc(33.33% - 50px);
		margin: 0 25px;
	}
	.page09 .t {
		font-size: 26px;
	}
	.page09 .list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.page09 .li {
		width: calc(33.333% - 50px);
		margin: 0 25px;
	}


}

@media (max-width: 1280px){
	.page02{
		padding-bottom: 140px;
	}

	/*开放时间*/
	.hours_box{
		padding-bottom: 20px;
	}
	.hours_l{
		width: 100%;
		text-align: center
	}
	.shut_time .time {
		font-size: 0.32rem;
	}
	.hours{
		float: none;
		display: inline-block;
		margin-right: 10px;
	}
	.opening{
		display: inline-block;
		vertical-align: middle;
	}
	.opening_tip{
		margin-top: 15px;
	}
	.shut_time{
		float: none;
		display: inline-block;
		vertical-align: middle;
	}

	.open_link {
		width: 70%;
		margin: 30px auto 0;
		position: relative;
	}
	.in_news li {
		font-size: 16px;
		margin-top: 10px;
		padding-right: 120px;
	}
	.in_news .time{
		position: absolute;
		right: 0;
		bottom: 0;
		font-size: 14px;
	}
}
/*900以下兼容调整*/
@media (max-width: 900px) {
	.open_link {
		width: 80%;
	}
	.open_link .li a{
		font-size: 18px;
	}
}
@media (max-width: 800px) {
	.open_link {
		width: 90%;
	}
}
@media 	(max-width: 1024px) {
	.init-screen{
		height:100vh;
		background: url(guobo202509_inbg01.jpg) no-repeat center center #39557d;
		background-size: 100%;
		position: fixed;
		/* position: relative; */
		z-index: 9;
	}

	.banner{
		position: relative;
		overflow: hidden;
		height: auto;
	}
	.banner img{
		width: 100%;
		height: auto;
		/* height: 5rem; */
	}
	.slick-track,
	.banner .swiper-container{
		height: auto;
		/* height: 5rem; */
	}
	.slideshow .slider {
		height: auto;
		/* height: 5rem; */
	}
	.slideshow .item,
	.slideshow .item img {
		width: 100%;
		height: auto;
		/* height: 5rem; */
	}
	.open_link {
		width: 80%;
	}

	.open_link .li a {
		/*
                padding-left: 15px;
                padding-right: 15px;
                line-height: 1.5
        */

	}

	/*	征集*/
	.in_zhji_nr{
		padding-top: 30px;
	}
	.in_zhji_nr .zhji_li{
		padding: 20px 40px 30px 0;
	}
	.in_zhji_nr .zhji_li .img{
		left: 5px;
		bottom: 40px;
	}

	/*	展览*/
	.zl_tabnr_li .text {
		padding-top: 40px;
		padding-left: 20px;
	}
	.zl_tabnr_li .text h3{
		font-size: 18px;
	}
	.zl_tabnr_li .text .t {
		bottom: 40px;
		padding-right: 20px;
		font-size: 15px;
	}
	.page08 .list {
		margin-left: -20px;
		margin-right: -20px;
	}
	.page08 .h8-li {
		width: calc(33.33% - 40px);
		margin: 0 20px;
	}
	.page09 .list{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.page09 .h9-li{
		width: calc(50% - 32px);
		margin: 16px;

	}
}

/*移动端*/
@media (max-width: 768px) {
	.init-screen{
		width: 100%;
		height:100vh ;
		background: url(guobo202509_inbg01.jpg) no-repeat center 40% #39557d;
		background-size: 100%;
	}

	.banner{
		position: relative;
		height: 3.85rem !important;
		overflow: hidden;
	}
	.banner .swiper-container{
		width: 100%;
		height: 3.85rem !important;
	}
	.banner img{
		width: 100%;
		height: 100%;
	}

	.page01{
		position: relative;
	}
	.banner .prev,
	.banner .next{
		display: inline-block;
		width: .5rem;
		height: .5rem;
		border-radius: 50%;
		cursor: pointer;
		vertical-align: top;
		transition: all .5s;
	}
	.banner .prev{
		background: rgba(255, 255, 255, .4) url(guobo202509_jt_prev.png) center center no-repeat;
	}
	.banner .next{
		background: rgba(255, 255, 255, .4) url(guobo202509_jt_next.png) center center no-repeat;
	}
	.banner .prev:hover{
		background: rgba(255, 255, 255, .4) url(guobo202509_jt_prev.png) center center no-repeat;
	}
	.banner .next:hover{
		background: rgba(255, 255, 255, .4) url(guobo202509_jt_next.png) center center no-repeat;
	}
	.banner img{
		height: 100%;
		object-fit: cover;
	}
	.banner .banner_pagination{
		position: absolute;
		z-index: 2;
		height: .7rem;
		text-align: center;
		bottom: 0;
		width: 100%;
	}
	.banner .pageState {
		display: inline-block;
		text-align: center;
		vertical-align: top;
		margin: 0;
		line-height: 0;
		font-size: 0;
		margin-top: .19rem;

	}
	.banner .pageState .swiper-pagination-bullet{
		display: inline-block;
		text-align: center;
		width: .12rem;
		height: .12rem;
		border-radius: 50%;
		background: rgba(255, 255, 255, .5);
		margin: 0 .03rem;
	}
	.banner .pageState .swiper-active-switch {
		width: .16rem;
		height: .16rem;
		background: rgba(255, 255, 255, 1);
	}
	.slick-next, .slick-prev {
		width: 0.5rem;
		height: 0.5rem;
		border-radius: 0.4rem;
		background-size: 0.14rem;
	}
	.slick-dots li {
		width: 0.1rem;
		height:  0.1rem;
		margin: 0 0.03rem;
	}
	.slick-dots li.slick-active {
		width: 0.16rem;
		height: 0.16rem;
		opacity: 1;
	}
	.slick-next:hover, .slick-prev:hover {
		opacity: 1;
	}

	/*通知*/
	.tongzhi{
		background-color: #fff;
		border-bottom: .01rem solid #d7c3a4;
		font-size: .3rem;
	}
	.tongzhi .wrap{
		position: relative;
		margin: 0;
	}
	.scroll_tz_list{
		margin-right: .7rem;
		overflow: hidden;
		height: .8rem;
		line-height: .8rem;
	}
	.tongzhi ul{
		line-height: 1rem;
		position: relative;
		overflow: hidden;
		height: .8rem;
		line-height: .8rem;
	}
	.tongzhi li{
		float: left;
		margin-right: .6rem;
		position: relative;
		height: .8rem;
		line-height: .8rem;
	}

	.tongzhi a{
		margin-right: .3rem;
		padding-left: .3rem;
		position: relative;
	}
	.tongzhi a::after{
		content: '•';
		position: absolute;
		left: 0;
	}
	.tongzhi .time{
		color: #707070;
		font-size: .28rem;
	}
	.tz_close{
		content: '';
		width: .36rem;
		height: .36rem;
		position: absolute;
		right: .2rem;
		top: 50%;
		margin-top: -.18rem;
		cursor: pointer;
	}
	.tz_close::after,
	.tz_close::before{
		content: '';
		width: 100%;
		height: 2px;
		display: block;
		background: #d7c3a4;
		border-radius: 10px;
		position: absolute;
		top: 0;
		left: 0;
		margin-top: .18rem;
	}
	.tz_close::after{
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	.tz_close::before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.tz_close:hover::after,
	.tz_close:hover::before{
		background: #7d1e1e;
	}

	.page02{
		background: url(guobo202509_inbg02.jpg) center bottom no-repeat #faf7f4;
		background-size: 180%;
		padding-top: .5rem;
		padding-bottom: 1rem;
	}

	.in_tit{
		font-size: .52rem;
		line-height: 2;
		position: relative;
	}

	/*开放时间*/
	.hours_box{
		position: relative;
		font-size: .32rem;
		line-height: 2;
		padding-bottom: .5rem;
	}
	.hours_box img{
		vertical-align: middle;
	}
	.hours_l{
		width: 100%;
	}
	.hours{
		float: none;
		margin-right: .2rem;
	}
	.opening{
		display: inline-block;
		vertical-align: middle;
	}
	.hours_box .t1{
		color: #707070;
	}
	.hours_box .t2{
		font-size: .5rem;
		/* font-weight: bold; */
		font-family: "impact";
		letter-spacing: 0;
		line-height: 1;
	}
	.hours_line{
		line-height: 0;
		content: '';
		display: inline-block;
		height: .06rem;
		width: .4rem;
		background: #333;
		vertical-align: middle;
		margin-top: .6rem;
		margin-left: 0;
		margin-right: 0;
		font-size: .3rem;
	}
	.opening_tip{
		color: #7d1e1e;
	}
	.shut_time{
		float: none;
		border-left: 0px solid #e3d2c4;
		padding-left: 0;
		margin-left: .08rem;
		margin-top: .2rem;
	}
	.shut_time img{
		width: 2rem;
	}

	.open_link{
		width: 100%;
	}
	.open_link .li a{
		font-size: .3rem;
		padding: 0.15rem;
		line-height: 1.2;
	}
	.open_link .li a:hover{
		margin-top: 0;
	}
	.open_link .jt{
		display: none;
	}
	.open_link .li {
		height: 1.12rem;
	}
	/*	首页-要闻*/
	.in_newbox{
		position: relative;
	}
	.in_ztimg{
		position: relative;
		/*		right: 0;*/
		top: 0;
		width: 100%;
		margin-bottom: .4rem;

	}
	.in_ztimg .img{
		width: 100%;
		margin-bottom: .2rem;
	}
	.in_ztimg .img img{
		width: 100%;
	}
	.in_ztimg .img:last-child{
		margin-bottom: 0;
	}
	.in_news{
		margin-right: 0;
	}
	.in_news li{
		color: #707070;
		line-height: 1.5;
		font-size: .32rem;
		margin-top: 0;
		position: relative;
		padding-right: 0;
		margin-bottom: .25rem;
	}
	.in_news li a{
		display: block;
		white-space: normal;
		overflow:hidden;
		text-overflow:ellipsis;
		text-align: justify;
	}
	.in_news .time{
		font-size: .28rem;
		position: initial;
	}

	.in_tit .lm_more,
	.in_tit .link_t {
		top: 50%;
		margin-top: -.5em;
	}
	.in_tit .lm_more{
		right: 0%;
	}
	.in_tit .link_t{
		right: 1.8rem;
	}
	.in_tit .link_t2{
		right: 3.6rem;
	}
	/*征集*/
	.page03{
		margin-top: -1rem;
	}
	.in_zhji{
		position: relative;
	}
	.in_zhji .link_zeng{
		position: absolute;
		right: 0;
		top: .15rem;
		font-size: .36rem;
		color: #7d1e1e;
	}
	.in_zhji_nr{
		display: block;
		padding-top: 0;
	}
	.in_zhji_nr .bg{
		background: none;
	}
	.in_zhji_nr .zhji_li{
		width: 100%;
		padding: 0;
		min-height: inherit;
		position: relative;
		padding-top: .5rem;
	}
	.in_zhji_nr .zhji_li .img{
		width: 100%;
		overflow: hidden;
		text-align: center;

		position: relative;
		left: auto;
		bottom: auto;
	}
	.in_zhji_nr .zhji_li .img img{
		width: 50%;
		/* transform: scale(1.2) translateX(-5px); */
	}
	.in_zhji_nr .text{
		padding: 0 .5rem .5rem;
	}
	.in_zhji_nr .text a:hover{
		color: inherit;
	}
	.in_zhji_nr .bt{
		font-weight: normal;
		font-size: .52rem;
		line-height: 2;
		position: relative;
	}
	.in_zhji_nr .bt i{
		content: '';
		width: .2rem;
		height: .2rem;
		background: url(guobo202509_jt_01.png) no-repeat;
		background-size: 100% 100%;

		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -.1rem;
		transition: all .5s;
	}
	.in_zhji_nr .bt a{
		display: block;
	}
	.in_zhji_nr .bt a:hover i{
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	.in_zhji_nr .li02 .bt i{
		background-image: url(guobo202509_jt_02.png);
	}

	.in_zhji_nr .p1{
		font-size: .28rem;
		line-height: 1.8;
	}
	.in_zhji_nr .li01{
		background-color: #d4d4d4;
	}
	.in_zhji_nr .li02{
		color: #fff;
		background-color: #7e573f;
	}

	/*保管*/
	.page04{
		margin-top: .5rem;
	}
	.in_baoguan{
		position: relative;
	}
	/*保管 - 滚动小图*/
	.tuji_x-imgs{
		height: auto;
		padding: 0;
		position: relative;
		margin-top: .3rem;
	}
	.tuji_x-imgs .swiper-container{
		width: 5rem;
	}
	.tuji_x-imgs .lubo_jt{
		margin: 0;
	}
	.tuji_x-imgs .lubo_jt .prev,
	.tuji_x-imgs .lubo_jt .next {
		/* display: none; */
		/*
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        */
	}
	.tuji_x-imgs .lubo_jt .prev {left: 0;}
	.tuji_x-imgs .lubo_jt .next {right: 0;}

	.tuji_x-imgs .pic{
		position: relative;
		overflow: hidden;
		cursor: pointer;
	}
	.tuji_x-imgs .pic::before{
		content: '';
		display: block;
		padding-top: 96%;
	}
	.tuji_x-imgs .pic .img {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		max-width: 100%;
		max-height: 100%;
		-webkit-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}
	.tuji_x-imgs .pic .img{
		max-width: 100%;
		max-height: 100%;
		object-fit: cover;
	}
	.tuji_x-imgs .pic:hover{
		border: 0;
	}
	.tuji_x-imgs .swiper-container .swiper-wrapper li.on{
		/* background: #eee; */
	}
	/*大图show*/
	.tuji_show{

	}
	.show_big{
		position: relative;
		height: 7rem;
		overflow: hidden;
		background: #7c7668;
	}
	.show_big::before {
		display: none;
		/*
                content: '';
                display: block;
                padding-top: 37.92857%;
        */
	}
	.show_big .img_b{
		position: relative;
		top: .3rem;
		left: 0;
		height: 4.4rem;
		bottom: auto;
		width: 100%;
		text-align: center;
		padding-top: 0.3rem;
	}
	.show_big .img_b img{
		max-width: 100%;
		max-height: 100%;
	}
	.show_big .img_b img{
		/* position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%); */
	}
	.show_big .text{
		width: auto;
		position: absolute;
		text-align: right;
		color: #fff;
		bottom: .2rem;
		right: .3rem;
		left: .3rem;
		line-height: 1.5;
	}
	.show_big .text .t{
		font-size: .42rem;
	}
	.show_big .text .p1{
		margin-top: .1rem;
		font-size: .36rem;
	}
	.show_big .text .p2{
		margin-top: .1rem;
		font-size: .28rem;
		display: none;
	}
	.show_js .show_big{
		display: none;
	}
	.show_js .show_big.on{display: block;}
	/*研究*/
	.page05{
		margin-top: .5rem;
		padding-bottom: .5rem;
	}
	.in_yanjiu{
		position: relative;
	}
	.in_yanjiu_list{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}
	.in_yanjiu_list .list_li{
		width: 100%;
	}
	.in_yanjiu_list .list_li .pic{
		position: relative;
		overflow: hidden;
	}
	.in_yanjiu_list .list_li .pic::before {
		content: '';
		display: block;
		padding-top: 76.87366%;
	}
	.in_yanjiu_list .list_li .img {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		max-width: 100%;
		max-height: 100%;
		-webkit-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}
	.in_yanjiu_list .list_li .img {
		left: 0;
		top: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		width: 100%;
	}
	.in_yanjiu_list .list_li a:hover img{
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}
	.in_yanjiu_list .list_li .t{
		font-size: .52rem;
		color: #fff;
		position: absolute;
		padding: 0 9.421%;
		top: 20%;
	}
	/*展览*/
	.page06{
		margin-top: .5rem;
		background: #efefef;
		padding: .5rem 0 .5rem;
	}
	.page06-bottom {
		height: 5.8rem;
	}
	.in_tit2{
		font-size: .42rem;
		line-height: 2;
	}
	.in_zl_tab{
		position: relative;
		margin-top: .3rem;
	}
	.zl_tab li{
		font-size: .42rem;
		line-height: 2;
		margin-right: 0;
		width: 33.33%;
		text-align: center;
		float: left;
		cursor: pointer;
	}
	.zl_tab li:last-child{
		margin-right: 0;
	}
	.zl_tab li.on{
		color: #7d1e1e;
	}
	.zl_tabnr{
		margin-top: .3rem;
		width: 100%;
		overflow: hidden;
	}
	.zl_tabnr .swiper-container{
		width: 208%;
	}
	.in_zl_tab .lm_more{
		top: auto;
		bottom: .1rem;
		right: 0;
	}
	.zl_tabnr_li{
		background: #fff;
		display: flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
	}
	.zl_tabnr_li>div{
		width: 50%;
	}
	.zl_tabnr_li .img{
		overflow: hidden;
	}
	.zl_tabnr_li .img img{
		width: 100%;
		float: left;
		height: auto;
	}
	.zl_tabnr_li .text{
		padding-top: .5rem;
		padding-left: .3rem;
		float: right;
		position: relative;
		font-size: .36rem;
	}
	.zl_tabnr_li .text h3{
		font-size: .36rem;
	}
	.zl_tabnr_li .text .t{
		position: absolute;
		bottom: .5rem;
		padding-right: .3rem;
		font-size: .28rem;
	}
	.zl_mores {
		z-index: 2;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
	}
	/*展播图轮播*/
	.img_wfull_lb{
		overflow: hidden;
		margin-top: .2rem;
	}
	.img_wfull_lb img{
		width: 100%;
		opacity: 1;
	}
	.img_wfull_lb .pic{
	}
	.img_wfull_lb a:hover img{
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		opacity: 1;
	}
	.img_wfull_lb .swiper-container{
		width: 1200px;
	}

	/*通用轮播内容下方翻页箭头 开始*/
	.lubo_jt{
		width: 100%;
		text-align: center;
		margin-top: .3rem;
	}
	.lubo_jt .prev,
	.lubo_jt .next{
		content: '';
		display: inline-block;
		width: .5rem;
		height: .5rem;
		border-radius: 50%;
		cursor: pointer;
		vertical-align: top;
		transition: all .5s;
		margin: 0 .3rem;
	}
	.lubo_jt .prev{
		background: rgba(0, 0, 0, .1) url(guobo202509_jt_prev_h.png) center center no-repeat;
		background-size: .12rem;
	}
	.lubo_jt .next{
		background: rgba(0, 0, 0, .1) url(guobo202509_jt_next_h.png) center center no-repeat;
		background-size: .12rem;
	}
	.lubo_jt .prev:hover{
		background-color: rgba(255, 255, 255, 1);
	}
	.lubo_jt .next:hover{
		background-color: rgba(255, 255, 255, 1);
	}
	/*通用轮播内容下方翻页箭头 结束*/

	.more{
		font-size: .3rem;
	}
	.more .icn {
		display: inline-block;
		width: .17rem;
		height: .17rem;
		background: url(guobo202509_jt_01.png) no-repeat center center;
		background-size:cover;
		margin-top: -3rem;
		margin-left: .1rem;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.more:hover .icn {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	/*	社教传播*/
	.page07 {
		padding: .7rem 0;
	}
	.page07 .list {
		margin-top: .3rem;
	}
	.page07 .list .h7-li {
		width: 100%;

	}
	.page07 .list .h7-p{
		font-size: .28rem;
		margin: .05rem 0;
	}
	.page07 .list .li3 .bot .more {
		margin-top: .05rem;
	}
	.page07 .list .li1 {
		margin-right: 0;
	}
	.page07 .list .li2 {
		margin-top: .32rem;
	}
	.page07 .list .li3 {
		margin-top: .32rem;
		width: 100%;
		display: block;
	}
	.page07 .list .li3 a {
		display: block;
	}
	.page07 .list .li3 .pic {
		width: 100%;
	}
	.page07 .list .li3 .bot {
		width: 100%;
	}

	.page07 .bot {
		background-color: #efefef;
		padding: .2rem;
	}
	.page07 .t {
		font-size: .42rem;
		line-height: 2;
	}
	.page07 .y {
		font-size: .26rem;
		font-family: "times new roman";
		color: #707070;
	}

	/*国际联络*/
	.page08{
		padding-bottom: .7rem;
	}
	.page08 .list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 0;
		margin-top: .4rem;
	}

	.page08 .h8-li {
		width: calc(33.33% - .1rem);
		margin: 0 .05rem;
	}

	.page08 .pic {
		position: relative;
		overflow: hidden;
	}

	.page08 .pic::before {
		content: '';
		display: block;
		/* padding-top: 145.25%; */
	}

	.page08 .pic .img-i {
		/* position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); */
		max-width: 100%;
		max-height: 100%;
		-webkit-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

	.page08 .t {
		position: absolute;
		bottom: 0;
		text-align: center;
		left: 0;
		width: 100%;
		font-size: .32rem;
		color: #ffffff;
		padding: .2rem 0;
		background: linear-gradient(0deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, 0) 100%);
	}
	/*文创*/
	.page09{
		padding: .7rem 0 1rem;
		background: #efefef;
	}
	.page09 .list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -0.01rem;
		margin-top: 0.3rem;
	}

	.page09 .h9-li {
		width: calc(50% - 0.2rem);
		margin: 0 0.1rem;
		margin-bottom: 0.2rem;
		padding: 0.6rem 0;
	}

	.page09 .pic {
		position: relative;
		overflow: hidden;
	}

	.page09 .pic::before {
		content: '';
		display: block;
		padding-top: 90.18405%;
	}

	.page09 .pic .img-i {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		max-width: 100%;
		max-height: 100%;
		-webkit-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
		margin-top: -.32rem;

	}
	.page09 .t {
		font-size: .3rem;
		padding-top: .16rem;
		text-align: center;
	}

	.jt_js2 {
		display: block;
	}

}