@charset "utf-8";
* {margin:0; padding:0; list-style:none;}
*, *:before, *:after {box-sizing:inherit;}
a{color:#000; text-decoration:none; outline:none;}
a:hover{color:#000; text-decoration:underline; outline:none;}
i{font-style:normal; font-weight:normal;}

html,body{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:#B1D0E4;
}
body{
	*cursor:default;
	font:100%/1.5 Tahoma,Helvetica,Arial,"Microsoft YaHei",STXihei,SimSun,sans-serif;
	color:#000;
	background-image:url('../images/bg.jpg');
	background-repeat:no-repeat;
    background-position:50%;
	background-size:100% 100%;
}

/* 自适应框架（设计图宽度） */
body{
	max-width:38.4rem;
	margin:0 auto;
}
body *{
	max-width:38.4rem;
}

/* 导航菜单 */
#menu{
	z-index:11;
	position:fixed;
	top:-3.1rem;
	left:-6.6rem;
	width:15rem;
	height:15rem;
	background:url('../images/t_bg.png') no-repeat 50% / 100% 100%;
}
#menu .imgGif{
	z-index:11;
	position:absolute;
	top:3.01rem;
	left:4.43rem;
	width:8.88rem;
	height:10.52rem;
	object-fit:cover;
	-webkit-mask:url('../images/t_mask.png') no-repeat 50% / 100% 100%;
	mask:url('../images/t_mask.png') no-repeat 50% / 100% 100%;

	pointer-events:none;
}
#menu ol{
	z-index:12;
	position:absolute;
	top:0;
	right:0;
	width:2.67rem;
	height:9.14rem;
	object-fit:cover;
	background:url('../images/t_bg_m_2.png') no-repeat 50% / 100% 100%;

	display:none;
}
.menu{
	z-index:15;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url('../images/t_b.png') no-repeat 50% / 100% 100%;
}
.menu li{
	position:absolute;
	top:4.9rem;
	right:0.5rem;
	width:0.8rem;
	height:0.7rem;
	/* border:1px #c00 solid; */

	cursor:pointer;
}
.menu li:nth-of-type(2){top:5.91rem; right:0.17rem;}
.menu li:nth-of-type(3){top:6.97rem; right:0.04rem;}
.menu li:nth-of-type(4){top:8.01rem; right:0.07rem;}
.menu li:nth-of-type(5){top:9.11rem; right:0.3rem;}
.menu li i{
	position:absolute;
	top:0.185rem;
	left:-0.383rem;
	width:0.22rem;
	height:0.22rem;
	border-radius:50%;
	background-color:#E0A15C;
}

.menu_xdd{
	z-index:11;
	position:absolute;
	bottom:0;
	left:0.5rem;
	width:30vw;
	height:99vh;
	pointer-events:none;
}
.menu_xdd img{position:absolute; pointer-events:none;}

.goMenu{
	z-index:20;
	position:fixed;
	top:4.8rem;
	left:-0.6rem;
	transform:translateY(-50%);
	width:1.58rem;
	height:1.51rem;
	background-image:url('../images/t_m_1.png');
	background-repeat:no-repeat;
	background-position:50%;
	background-size:100% 100%;

	display:none;
}

/* 上下滑动 */
.btn{
	position:fixed;
	bottom:1rem;
	right:1rem;
	width:0.56rem;
	height:2.94rem;
	background:url('../images/btn.png') no-repeat 50% / 100% 100%;
}
.btn span{
	position:absolute;
	top:0;
	width:100%;
	height:0.5rem;
	/* border:1px #c00 solid; */

	cursor:pointer;
}
.btn span:last-child{top:unset; bottom:0;}

/* 版权 */
.copyright{
	position:absolute;
	bottom:0.1rem;
	right:-0.5rem;
	width:12.26rem;
	height:0.44rem;
	background:url('../images/copyright.png') no-repeat 50% / 100% 100%;
}

#pageContain{
	position:absolute;
	top:0.2rem;
	left:9rem;
	width:7.75rem;
	overflow:hidden;
}

/* 弹窗新闻 */
.pop_iframe{
	z-index:999;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
	background:rgba(0, 0, 0, 0.7);
	overflow:hidden;
	display:none;
}
.pop_iframe i{
	position:absolute;
	top:0.3rem;
	left:50%;
	transform:translateX(-50%);
	width:0.7rem;
	height:0.7rem;
	background:url('../images/close.png') no-repeat 50%;
	background-size:100% 100%;
	cursor:pointer;
}
.pop_iframe iframe{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:90%;
}

.col_bt{margin:0.2rem auto; height:0.4rem;}
.col_bt img{height:100%; object-fit:cover; object-position:0;}
.more{float:right; cursor:pointer;}
.more a{font-size:0.16rem; color:#000;}

/* 文字版块 */
.xw_txt{line-height:1.8;}
.xw_txt h1{font-size:0.18rem; text-align:justify;}
.xw_txt h2{font-size:0.3rem; text-align:center;}
.xw_txt h2 a{color:#c00;}
.xw_txt i{
    color:#666;
    font-size:0.14rem;
    text-align:justify;
    padding-top:0.05rem;

    overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.xw_txt dt,.xw_txt dd{padding-bottom:0.1rem;}
.xw_txt dd h1{
    font-weight:normal;

    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.xw_txt dd h1:before{
    content:'•';
    padding-right:0.1rem;
}

/* 图片版块 */
.xw_pic{line-height:1.8;}
.xw_pic img{width:100%; height:100%; aspect-ratio:16/9; display:block;}
.xw_pic h1{
    font-size:0.18rem;
    text-align:justify;

    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.xw_pic i{
    color:#666;
    font-size:0.14rem;
    text-align:justify;
    padding-top:0.05rem;

    overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
}
.xw_pic a{
    display:block;
    position:relative;
    text-align:center;
    overflow:hidden;
}
.xw_pic a span{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    padding:0.03rem 0.1rem;
    color:#fff;
    box-sizing:border-box;
	background:rgba(0,0,0,0.6);
}
.xw_pic span a{font-weight:bold; text-align:justify;}
.xw_pic span h1{font-size:0.16rem; font-weight:normal;}
.xw_pic dt{display:flex; flex-direction:row;}
.xw_pic dt img{width:2.5rem;}
.xw_pic dt span{flex:1; width:100%; margin-left:0.2rem;}
.xw_pic dt span h1{white-space:normal;}

.xw_pic.lr dt:nth-child(4n),.xw_pic.lr dt:nth-child(4n-1){display:flex; flex-direction:row-reverse;}
.xw_pic.lr dt:nth-child(4n) span,.xw_pic.lr dt:nth-child(4n-1) span{width:100%; flex:1; margin:0; margin-right:0.2rem;}
.xw_pic.t dt{display:block;}
.xw_pic.t dt a{display:unset;}
.xw_pic.t dt h1{border-bottom:1px #ccc solid; margin-bottom:0.1rem;}
.xw_pic.t dt span{display:flex; flex-direction:row; margin:0;}
.xw_pic.t dt span img{width:2rem;}
.xw_pic.t dt span i{flex:1; width:100%; line-height:2; margin-left:0.2rem;}

.flex-30{width:30%; padding:0.1rem;}
.flex-40{width:40%; padding:0.1rem;}
.flex-1{flex:1; padding:0.1rem;}
.flex-2>*{width:50%; padding:0.1rem;}
.flex-3>*{width:33%; padding:0.1rem;}
.flex-4>*{width:25%; padding:0.1rem;}
.flex-5>*{width:20%; padding:0.1rem;}

.lr_l .lr_r{display:flex; flex-direction:row-reverse;}

/* 新闻 */
.page{
	position:relative;
	margin:0 auto;
	width:100%;
    box-sizing:border-box;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	background-size:cover;

	display:none;
}
.page-m{
	position:relative;
	width:100%;
	height:7.81rem;
	background:url('../images/c_bg.png') no-repeat 50% / 100% 100%;
	padding:0.15rem 0;
}
.page-m ol{
	width:100%;
	height:100%;
	padding:0 0.15rem;
	overflow:hidden;
	overflow-y:auto;
}
.page-m ul{position:relative; margin-bottom:0.1rem; overflow:hidden;}
.page-t{margin:0.2rem auto; width:100%;}
.page-t img{width:100%; object-fit:cover; object-position:0;}

.page .xw_pic dt,.page .xw_pic dd{margin-bottom:0.3rem;}
.page .xw_pic dd span h1{margin-top:0.1rem;}
.page .xw_pic img,.page .xw_pic dd a{border-radius:0.1rem;}
.page1 .page-t{border-bottom:2px #E7AF61 solid; padding-bottom:0.2rem;}
.page2 .xw_pic dd h1{text-align:center;}
.page3 .xw_pic dd{margin-bottom:0;}
.page3 .xw_pic dd img{aspect-ratio:3/4;}
.page4 .xw_txt dt h1{border-bottom:1px #333 solid;}

/* 焦点图 */
.swiper-container{
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
.swiper-slide{
	text-align:center;

	/* Center slide text vertically */
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
    transition-property:all;
}
.swiper-slide img{width:100%; height:100%; aspect-ratio:16/9; object-fit:cover;}
.swiper-slide a{
	display:block;
    width:100%;
    height:100%;
    text-align:center;
	color:#fff;
    line-height:1.5;
	position:relative;
	overflow:hidden;
}
.swiper-slide a h1{
	position:absolute;
	bottom:0;
	width:100%;
	padding:0.05rem;
	font-size:0.18rem;
    font-weight:normal;
	box-sizing:border-box;
	background:rgba(0,0,0,0.6);

    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.swiper-slide i{
	font-size:0.14rem;
    font-style:normal;
    line-height:1.8;
	text-align:justify;
}
.swiper-slide span h1{
    position:relative;
    padding:0.05rem 0;
    font-weight:bold;
    background:none;
}
.swiper-slide span h1 a{display:inline; color:#000; text-align:left;}
.swiper-button-prev,
.swiper-button-next{
	--swiper-navigation-size:0.33rem;
    --swiper-navigation-color:#000;
	outline:none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
    --swiper-navigation-color:#c00;
}
.swiper-pagination-bullet{
	width:0.08rem;
	height:0.08rem;
	background:rgba(255, 255, 255, 1);
	opacity:1;
}
.swiper-pagination-bullet-active{
	background:rgba(255, 0, 0, 1);
	opacity:1;
}

.swiper1{
	position:relative;
	margin:0 auto;
	width:100%;
	height:4.8rem;
}
.swiper1 .swiper-container{height:90%;}
.swiper1 .swiper-pagination{left:50%; bottom:0; transform:translateX(-50%);}
.swiper1 .swiper-pagination-bullet{
	margin-right:0.1rem;
	width:0.15rem;
	height:0.15rem;
	background:rgba(200, 200, 200, 1);
	opacity:1;
}
.swiper1 .swiper-pagination-bullet-active{
	background:rgba(255, 102, 0, 1);
	opacity:1;
}
.swiper1 .swiper-button-prev,
.swiper1 .swiper-button-next{
	--swiper-navigation-color: #fff;
}
.swiper1 .swiper-button-prev:hover,
.swiper1 .swiper-button-next:hover{
	--swiper-navigation-color:#ff0;
}

.swiper3{
	position:relative;
	margin:0 auto;
	width:100%;
	height:5.44rem;
	background:url('../images/swiper3_bg.png') no-repeat 50% / 100% 100%;
}
.swiper3 .swiper-container{
	margin:0 auto;
	padding-top:0.3rem;
	width:6.5rem;
	height:4.8rem;
}
.swiper3 .swiper-pagination{bottom:0.5rem;}
.swiper3 .swiper-button-prev,
.swiper3 .swiper-button-next{
	--swiper-navigation-size:0.44rem;
	--swiper-navigation-color: #E7AF61;
}
.swiper3 .swiper-button-prev:hover,
.swiper3 .swiper-button-next:hover{
	--swiper-navigation-color:#c00;
}

.swiper5{
	position:relative;
	margin:0 auto;
	width:100%;
	height:3.8rem;
}
.swiper5 .swiper-container{
	margin:0 auto;
	padding-top:0.3rem;
	width:100%;
	height:100%;
}
.swiper5 .swiper-pagination{bottom:0.5rem;}
.swiper5 .swiper-button-prev,
.swiper5 .swiper-button-next{
	display:none;
	--swiper-navigation-color: #E7AF61;
}

.swiper5 .swiper-container > .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}
