@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;/* 禁用长按弹出系统菜单 */
	box-sizing:border-box;
}
a {color:#fff; text-decoration:none; outline:none;}
a:hover {color:#fff; text-decoration:underline; outline:none;}
img{border:0;}
i{font-style:normal; font-weight:normal;}

html,body {
	position:relative;
	background:#5BC1F9;
}
body {
	*cursor:default;
	overflow:hidden;
	overflow-y:auto;
	font:100%/1.5 Tahoma,Helvetica,Arial,"Microsoft YaHei",STXihei,SimSun,sans-serif;
	color:#fff;
	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:7rem; background:url(../images/top_bg.jpg) no-repeat center top; background-size:100%; opacity:0;}
header img{position:absolute; z-index:100;}
main{width:100%; display:block;}
footer{font-size:16px; padding:20px;}

.top{position:absolute;	width:1.5rem; height:auto; top:6rem; 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:0.18rem; color:#333;}

/* 文字版块 */
.xw_txt h2{font-size:0.3rem; line-height:0.4rem; text-align:center;}
.xw_txt h2 a{color:#c00;}
.xw_txt h1{
	font-size:0.18rem;
	font-weight:normal;
	line-height:0.45rem;

	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.xw_txt i{
	color:#fff;
	font-size:0.14rem;
	line-height:0.28rem;
	text-align:justify;
	margin-top:0.05rem;

	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.xw_txt dd{margin:0.1rem; overflow:hidden;}
.xw_txt dd img{width:3rem; height:2rem; margin-right:0.2rem; float:left;}
.xw_txt dd h1{font-size:0.18rem; font-weight:bold; line-height:0.3rem;}

/* 图片板块 */
.xw_pic dd{padding:0.1rem; overflow:hidden;}
.xw_pic dd img{width:100%; height:100%;}
.xw_pic dd a{
	display:block;
    width:100%;
    height:100%;
    text-align:center;
	color:#fff;
	position:relative;
	overflow:hidden;
}
.xw_pic dd a h1{
	position:absolute;
	bottom:0;
	width:100%;
	padding:0.1rem;
	font-size:0.16rem;
	font-weight:normal;
	line-height:0.16rem;
	box-sizing:border-box;
	background:rgba(0,0,0,0.6);
	
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.xw_pic dd h1 a{
	text-align:left;
	color:#333;
	font-size:0.18rem;
	line-height:0.35rem;
}
.xw_pic dd i{
	color:#666;
	font-size:0.16rem;
	line-height:0.28rem;
	text-align:justify;
	margin-top:0.05rem;

	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.elt{margin-right:0.2rem;}
.elt h1{
	white-space:normal;

	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.el i{
	-webkit-line-clamp:4;
}
.flex-0-1{flex:1 0 30%; overflow:hidden;}
.flex-0-2{flex:1 0 70%; overflow:hidden;}
.flex-1-1{flex:1 0 40%; overflow:hidden;}
.flex-1-2{flex:1 0 60%; overflow:hidden;}
.flex-2>*{flex:1 0 48%; flex:1 0 46%\9; overflow:hidden;}
.flex-3>*{flex:1 0 33.33333%; overflow:hidden;}
.flex-4>*{flex:1 0 25%; overflow:hidden;}
.flex-5>*{flex:1 0 20%; overflow:hidden;}

.lr_l .xw_pic dd{width:100%; height:2.3rem;}
.lr_l .lr_right{display:flex; flex-direction:row-reverse; margin-top:0.2rem;}
.lr_right .xw_pic{margin-right:0; margin-left:0.3rem;}

/* 新闻 */
.page{
	position:relative;
	margin:0 auto;
	width:100%;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.page-m{width:14rem; margin:0.3rem auto; position:relative;}
.page-m ul{background:rgba(255,255,255,0); border-radius:0.1rem; padding:0.2rem; overflow:hidden; width:12rem;}

.col_bt{position:absolute; top:-2rem; width:auto; height:1.72rem;}
.col_bt img{width:auto; height:100%;}

.page0 .col_bt{height:2.83rem; top:0; left:0.5rem;}
.page0 li{margin-bottom:0.3rem;}
.page0 dl{margin-left:0.5rem;}

.page1 ul,.page2 ul{margin-top:2rem;}
.page1 .xw_pic dd,.page2 .xw_pic dd{width:4.8rem; height:3rem; margin-right:0.3rem;}
.page1 .xw_txt dd,.page2 .xw_txt dd{background: rgba(54,92,150,.55); padding:0.1rem 0.3rem;}
.page1 .xw_txt dt,.page2 .xw_txt dt{margin-left:0.1rem;}

.page2 .xw_pic dd{margin-right:0; margin-left:0.3rem;}

.page3 .col_bt{right:2rem;}
.page3 .video{
    margin:0 auto;
    margin-top:2rem;
	width:10rem;
	height:6rem;
}
.page3 .video video{
	width:100%;
	height:100%;
	object-fit:fill;
}

/* 异步背景 */
.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;
	position:relative;
	overflow:hidden;
}
.swiper-slide a h1{
	position:absolute;
	bottom:0;
	width:100%;
	padding:0.1rem;
	font-weight:normal;
	font-size:0.18rem;
	line-height:0.3rem;
	box-sizing:border-box;
	background:rgba(0,0,0,0.6);
}
.swiper-slide a i{
	font-style:normal;
	font-size:0.14rem;
	line-height:0.24rem;
	text-align:justify;
}
.swiper-button-prev,.swiper-button-next{
	--swiper-navigation-size: 0.44rem;
	outline:none;
}
.swiper-pagination-bullet{
	width:8px;
	height:8px;
	background:rgba(255, 255, 255, 1);
	opacity:1;
}
.swiper-pagination-bullet-active{
	background:rgba(255, 0, 0, 1);
	opacity:1;
}

.swiper1{width:8.5rem; height:4.5rem; margin:0 auto; margin-right:0.3rem; position:relative;}
.swiper1 .swiper-p1{bottom:0.5rem;}
.swiper1 .swiper-b1-prev,.swiper1 .swiper-b1-next{
	--swiper-navigation-color: #ffffff;
}
.swiper1 .swiper-b1-prev:hover,.swiper1 .swiper-b1-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-p2{bottom:0.5rem;}
.swiper2 .swiper-button-prev,.swiper2 .swiper-button-next{
	--swiper-navigation-size: 0.88rem;
}
.swiper2 .swiper-b2-prev,.swiper2 .swiper-b2-next{
	--swiper-navigation-color: #000000;
}
.swiper2 .swiper-b2-prev:hover,.swiper2 .swiper-b2-next:hover{
	--swiper-navigation-color: #cc0000;
}