@charset "utf-8";
* {margin:0; padding:0; list-style:none;}
*, *:before, *:after {box-sizing:inherit;}
.cube {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);/* 开启硬件加速 */
}
html {
	-webkit-tap-highlight-color:rgba(0,0,0,0);/* 禁止点选高亮显示 */
	-webkit-overflow-scrolling:touch;/* 局部滚动 */
	-webkit-touch-callout:none;/* 禁用长按弹出系统菜单 */
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	box-sizing:border-box;
}
a {color:#333;}
a:hover {color:#333; text-decoration:underline;}
i{font-style:normal; font-weight:normal;}

html,body {
	position:relative;
	background:#F5F5F5;
}
body {
	*cursor:default;
	overflow:hidden;
    overflow-y:auto;
	font:100%/1.5 Tahoma,Helvetica,Arial,"Microsoft YaHei",STXihei,SimSun,sans-serif;
	color:#333;
	background:url(../images/top_bg.jpg) no-repeat center top;
	background-size:100%;
}

/* 自适应框架（设计图宽度） */
body{
	max-width:19.2rem;
	margin:0 auto;
}
body *{
	max-width:19.2rem;
}

header,main,footer{position:relative; z-index:10; width:100%; margin:0 auto; overflow:hidden; clear:both;}
header{width:100%; height:6rem;}
header img{position:absolute; z-index:100;}
main{width:100%; display:block;}
footer{font-size:16px; padding:20px;}

.top{position:absolute;	width:1.2rem; height:auto; top:7rem; left:48%; transform:translateX(-50%); z-index:99; display:none;}
.col_bt{margin:0.2rem auto; width:100%; overflow:hidden;}
.col_bt img{width:100%; height:auto;}
.more{float:right; cursor:pointer;}
.more a{font-size:1em; color:#333;}

/* 文字版块 */
.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:#333}
.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%; display:block;}
.xw_pic h1{
    font-size:0.18rem; 
    text-align:justify;

    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.xw_pic i{
    color:#999;
    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.05rem 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 a{float:left; width:50%;}
.xw_pic dt a img{padding-right:0.2rem;}
.xw_pic dt span a{width:100%;}
.xw_pic dt span h1{white-space:normal;}

.xw_pic dt.t a{float:none; width:100%;}
.xw_pic dt.t h1 a{
    padding-bottom:0.05rem; 
    margin-bottom:0.1rem; 
    border-bottom:1px #ccc solid;

    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.xw_pic dt.t span a{float:left; width:35%;}

.flex-30{width:30%; padding:0.1rem;}
.flex-70{width:70%; padding:0.1rem;}
.flex-40{width:40%; padding:0.1rem;}
.flex-60{width:60%; padding:0.1rem;}
.flex-1>*{width:100%; 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_right{display:flex; flex-direction:row-reverse;}

/* 点赞 */
.dz{
    margin:0.3rem auto;
    width:12rem;
    height:1.27rem;
    background:url(../images/dz_bg.png) no-repeat 50%;
	background-size:100% 100%;
}
.dz img{position:absolute;}
.dz dl{
    position:relative;
    float:right;
    width:5.22rem;
    height:100%;
}
.dz i{
    position:absolute;
    top:0.3rem;
    left:1.9rem;
    width:1rem;
    color:#fff;
    font-size:0.2rem;
    text-align:center;
}
.dz i h1{font-size:0.24rem; font-weight:normal;}
.dz i b{
    z-index:1;
	position:absolute; 
	bottom:0.3rem; 
	right:-2.3rem; 
	font-size:0.3rem;
}
.dz i p,.dz i b{display:none;}

.dz_btn{cursor:pointer;}

/* 新闻 */
.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;
}
.page-m{width:12rem; margin:0.5rem auto;}
.page-m ul{background:rgba(255,255,255,0); border-radius:0.1rem; padding:0.1rem; overflow:hidden;}

.page1 .xw_txt dd{width:48%; float:left; margin-right:2%;}

.page2{
    padding:0.05rem 0;
    background:url(../images/002-bg.jpg) no-repeat 50%;
	background-size:100% 100%;
}

.page5{
    padding:0.05rem 0;
    background:#D9D7D7;
}

/* 异步背景 */
.page-bg{
	position:relative;
	margin:0 auto;
	width:100%; 
	padding:20vh 0; 
	overflow:hidden;
	display:none;
}
.bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100vh;
	z-index:-1;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.page0 .bg{background:url(../images/000.jpg) no-repeat 50%;}
.page1 .bg{background:url(../images/001.jpg) no-repeat 50%;}
.page2 .bg{background:url(../images/002.jpg) no-repeat 50%;}
.page3 .bg{background:url(../images/003.jpg) no-repeat 50%;}
.page4 .bg{background:url(../images/004.jpg) no-repeat 50%;}
.page5 .bg{background:url(../images/005.jpg) no-repeat 50%;}
.page6 .bg{background:url(../images/006.jpg) no-repeat 50%;}
.page7 .bg{background:url(../images/007.jpg) no-repeat 50%;}
.page8 .bg{background:url(../images/008.jpg) no-repeat 50%;}
.page9 .bg{background:url(../images/009.jpg) no-repeat 50%;}
.page10 .bg{background:url(../images/000.jpg) no-repeat 50%;}

/* 焦点图 */
.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;
}
.swiper-slide img{width:100%; height:100%;}
.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-weight:normal;
	font-size:0.16rem;
	box-sizing:border-box;
	background:rgba(0,0,0,0.6);

    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.swiper-slide a i{
	font-style:normal;
	font-size:0.14rem;
	text-align:justify;
}
.swiper-button-prev,.swiper-button-next{
	--swiper-navigation-size: 0.33rem;
    --swiper-navigation-color: #cc0000;
	outline:none;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
    --swiper-navigation-color: #000000;
}
.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{width:5.5rem; height:3.5rem; margin:0 auto; position:relative;}
.swiper1 .swiper-pagination{bottom:0.5rem;}
.swiper1 .swiper-button-prev,.swiper1 .swiper-button-next{
	--swiper-navigation-color: #ffffff;
}
.swiper1 .swiper-button-prev:hover,.swiper1 .swiper-button-next:hover{
	--swiper-navigation-color: #cc0000;
}

.swiper2{width:14rem; height:6.5rem; margin:0.3rem auto; position:relative;}
#swiper2{width:12rem; height:100%;}
.swiper2 .swiper-pagination{bottom:0.5rem;}
.swiper2 .swiper-button-prev,.swiper2 .swiper-button-next{
	--swiper-navigation-size: 0.66rem;
}

.swiper2p{width:100%; height:2.4rem; margin:0.3rem auto; margin-top:0; position:relative;}
#swiper2p{width:90%; height:100%;}
.swiper2p .swiper-pagination{bottom:0.5rem;}
.swiper2p .swiper-button-prev,.swiper2p .swiper-button-next{
	--swiper-navigation-size: 0.33rem;
}

.swiper5{width:100%; height:7rem; margin:0 auto; position:relative;}
.swiper5 .swiper-slide{width:12rem;}
.swiper5 .swiper-slide:not(.swiper-slide-active){transform:scale(0.9); opacity:0.5; pointer-events:none;}
.swiper5 .swiper-slide:not(.swiper-slide-active) a h1{display:none;}
.swiper5 .swiper-pagination{bottom:0.6rem;}
.swiper5 .swiper-button-prev,.swiper5 .swiper-button-next{
	--swiper-navigation-size: 0.66rem;
}
.swiper5 .swiper-button-prev{left:10%;}
.swiper5 .swiper-button-next{right:10%;}

.swiper7{width:12rem; margin:0 auto; position:relative;}
.swiper7 .swiper-container{height:4rem; padding-bottom:0.6rem;}
.swiper7 .swiper-slide{width:5.2rem; height:100%; background:#fff; box-shadow:0 8px 30px #ddd;}
.swiper7 .swiper-slide img{width:100%; height:90%; display:block;}
.swiper7 .swiper-slide a{
	padding-top:0;
	color:#636363;
}
.swiper7 .swiper-slide a h1{background:none;}
.swiper7 .swiper-slide:not(.swiper-slide-active){pointer-events:none;}
.swiper7 .swiper-slide:not(.swiper-slide-active) a h1{display:none;}
.swiper7 .swiper-pagination{width:100%; bottom:0.2rem;}
.swiper7 .swiper-pagination .swiper-pagination-bullet{
	margin:0 5px;
	width:10px;
	height:10px;
	opacity:1;
	border:3px solid #fff;
	background-color:#d5d5d5;
}
.swiper7 .swiper-pagination .swiper-pagination-bullet-active{
	border:3px solid #00aadc;
	background-color:#fff;
}
.swiper7 .swiper-button-prev,.swiper7 .swiper-button-next{
	--swiper-navigation-color: #00aadc;
}
.swiper7 .swiper-button-prev:hover,.swiper7 .swiper-button-next:hover{
	--swiper-navigation-color: #000000;
}