@charset "utf-8";
*{margin:0; padding:0; list-style:none}
.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 {
	-ms-touch-action:none; /* 阻止windows Phone 的默认触摸事件 */
	-webkit-tap-highlight-color:rgba(0,0,0,0);/* 禁止点选高亮显示 */
	-webkit-overflow-scrolling:touch;/* 局部滚动 */
	-webkit-touch-callout:none;/* 禁用长按弹出系统菜单 */
}
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;
}
body {
	*cursor:default;
	overflow:hidden;
	overflow-y:auto;
	font-family:"Microsoft YaHei",Helvetica,STHeiti STXihei,Microsoft JhengHei,Arial;
	color:#333;
	font-size:0.14rem; 
	line-height:0.24rem;
	background:#20302B 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:5.8rem;}
main{width:100%;}
footer{font-size:16px; padding:20px;}

.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:#fff;}
.moreimg{width:100%; margin:0.3rem auto; text-align:center; display:table;}
.moreimg img{height:0.5rem;}

/* 文字版块 */
.xw_txt h2{font-size:0.35rem; line-height:0.5rem; text-align:center; margin-bottom:0.1rem;}
.xw_txt h2 a{color:#fff;}
.xw_txt h1{
	font-size:0.22rem; 
	line-height:0.5rem;

	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.xw_txt i{
	color:#999; 
	font-size:0.16rem; 
	line-height:0.3rem; 
	text-align:justify;

	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 dt h1{font-size:0.18rem; line-height:0.45rem; font-weight:normal;}

/* 图片板块 */
.xw_pic dd{margin: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;
	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{
	font-size:0.16rem;
	text-align:justify;

	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.flex-0{flex:1 0 30%; overflow:hidden;}
.flex-1{flex:1 0 70%; overflow:hidden;}
.flex-2>*{flex:1 0 46%; overflow:hidden;}
.flex-3>*{flex:1 0 31%; overflow:hidden;}
.flex-4>*{flex:1 0 23%; overflow:hidden;}

/* 新闻 */
.sdnews,.page{width:12rem; margin:0.3rem auto; overflow:hidden; position:relative;}
.sdnews ol,.page ul{background:rgba(255,255,255,0); border-radius:0; padding:0; overflow:hidden;}
.sdnews li:last-child{width:45%;}
.sdnews .xw_txt dd{border-bottom:1px #fff solid;}

.page .xw_txt dd img{margin-right:0.3rem;}
.page .xw_pic{margin-right:0.3rem;}

.lr_l .xw_pic dd{width:100%; height:2.2rem;}
.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;}

.page5 .xw_pic img{height:1.65rem;}
.page5 .xw_pic:first-child img{height:3.5rem;}
.page6 .xw_pic h1{margin:0.05rem 0;}

.page5{
	width:100%;
	/* background:url(../images/005.jpg) no-repeat 50%;
	background-size:100% 100%; */
}
.page3{
	width:100%;
	background:url(../images/003.jpg) no-repeat 50%;
	background-size:100% 100%;
}
.page5 .col_bt,.page5 ul,.page3 .col_bt,.page3 ul{
	width:12rem;
	margin:0.2rem auto;
}

.page3 .xw_txt h1 a{color:#333;}
.page3 .xw_pic a{height:1.8rem;}

.page1 .xw_txt dd{
	width:5.25rem;
	height:1.1rem;
	margin:0.2rem;
}
.page1 .xw_txt dd:nth-of-type(1){
	background:url(../images/001-1.png) no-repeat 50%;
	background-size:100% 100%;
}
.page1 .xw_txt dd:nth-of-type(2){
	background:url(../images/001-2.png) no-repeat 50%;
	background-size:100% 100%;
}
.page1 .xw_txt dd:nth-of-type(3){
	background:url(../images/001-3.png) no-repeat 50%;
	background-size:100% 100%;
}
.page1 .xw_txt dd:nth-of-type(4){
	background:url(../images/001-4.png) no-repeat 50%;
	background-size:100% 100%;
}
.page1 .xw_txt dd ol{width:4rem; margin:0 auto; margin-left:1.3rem;}

.page1 .xw_txt dd h1 a{font-weight:normal;}
.page1 .xw_txt dd:nth-of-type(1) h1 a{color:#FFC54C;}
.page1 .xw_txt dd:nth-of-type(2) h1 a{color:#F07AD1;}
.page1 .xw_txt dd:nth-of-type(3) h1 a{color:#6DC26B;}
.page1 .xw_txt dd:nth-of-type(4) h1 a{color:#79B5F0;}

.gkcj{
	width:12rem;
	margin:0 auto;
}
.gkcj ul{
	width:12rem;
	height:1.39rem;
	background:url(../images/006.png) no-repeat 50%;
	background-size:100% 100%;
}
.gkcj ul p{width:100%; height:0.45rem;}
.gkcj ul a{float:left; width:3.97rem; height:0.45rem; border:0px #c00 solid;}

.daan{
	width:19.2rem;
	height:4rem;
	background:url(../images/daan_bg.jpg) no-repeat 50%;
	background-size:100% 100%;
	position:relative;
}
.daan img{
	position:absolute;
	width:1.17rem;
	height:1.17rem;
}
.daan a:nth-of-type(1) img{top:1.15rem; left:5.93rem;}
.daan a:nth-of-type(2) img{top:1.15rem; left:7.46rem;}
.daan a:nth-of-type(3) img{top:2.49rem; left:5.93rem;}
.daan a:nth-of-type(4) img{top:2.49rem; left:7.46rem;}
.daan a:nth-of-type(5) img{top:1.15rem; left:12.25rem;}
.daan a:nth-of-type(6) img{top:1.15rem; left:13.78rem;}
.daan a:nth-of-type(7) img{top:2.49rem; left:12.25rem;}
.daan a:nth-of-type(8) img{top:2.49rem; left:13.78rem;}

/* 焦点图 */
.swiper-container {
	width:100%;
	height:100%;
	z-index:99;
}
.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-button-prev,
.swiper-button-next{
	width:0.27rem;
	height:0.44rem;
	margin-top:-0.22rem;
	background-size:0.22rem 0.44rem;
}

.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:6.1rem; height:3.7rem; margin:0 auto; margin-right:0.3rem; position:relative;}
#swiper1{width:100%; height:100%;}
#swiper1 .swiper-slide img{width:100%; height:100%;}
#swiper1 .swiper-slide a{
	display:block;
    width:100%;
    height:100%;
    text-align:center;
    color:#fff;
	position: relative;
	overflow:hidden;
}
#swiper1 .swiper-slide a h1{
	position:absolute;
	bottom:0;
	width:100%;
	padding:0.1rem;
	font-size:0.2rem;
	font-weight:normal;
	box-sizing:border-box;
	background:rgba(0,0,0,0.6);
}
#swiper1 .swiper-p1{bottom:0.5rem;}

.swiper2{width:14rem; height:6.5rem; margin:0 auto; position:relative;}
#swiper2{width:12rem; height:100%;}
#swiper2 .swiper-slide img{width:100%; height:100%;}
#swiper2 .swiper-slide a{
	display:block;
    width:100%;
    height:100%;
    text-align:center;
    color:#fff;
	position:relative;
	overflow:hidden;
}
#swiper2 .swiper-slide a h1{
	position:absolute;
	bottom:0;
	width:100%;
	padding:0.1rem;
	font-size:0.24rem;
	font-weight:normal;
	box-sizing:border-box;
	background:rgba(0,0,0,0.5);
}
#swiper2 .swiper-p2{bottom:0.5rem;}
.swiper2 .swiper-b2-prev,.swiper2 .swiper-b2-next{
	position:absolute;
	width:0.43rem;
	height:0.82rem;
	outline:none;
}
.swiper2 .swiper-b2-prev{
	left:0;
	background:url(../images/swiper_b1.png) no-repeat;
	background-position:0 0;
	background-size:100%;
}
.swiper2 .swiper-b2-prev:hover{background-position:0 -0.82rem; background-size:100%}
.swiper2 .swiper-b2-next{
	right:0;
	background:url(../images/swiper_b1.png) no-repeat;
	background-position:0 -1.64rem;
	background-size:100%;
}
.swiper2 .swiper-b2-next:hover{background-position:0 -2.46rem; background-size:100%}

/* 移动端自适应 */
/* @media screen and (max-width:720px){
	html,body{
		overflow:hidden;
		overflow-y:auto;
	}
	body {
		font-size:0.16rem;
		line-height:0.4rem;
		background:#E0EDF8 url(../images/top_bg_m.jpg) no-repeat center top;
		background-size:100%;
	}

	body{
		max-width:7.2rem;
		margin:0 auto;
	}
	body *{
		max-width:7.2rem;
	}

	header{height:3rem;}
	main{width:94%;}

	.xw_txt h1{font-size:0.3rem;}
	.xw_txt i{font-size:0.24rem; line-height:0.4rem;}
	.xw_txt dt h1{font-size:0.3rem; line-height:0.6rem;}

	.xw_pic dd a h1,.xw_pic dd h1 a{font-size:0.3rem;}
	.xw_pic dd i{font-size:0.24rem; line-height:0.4rem;}

	.flex-0,.flex-1{flex:1 0 95%;}
	.flex-2>*,.flex-3>*,.flex-4>*{flex:1 0 95%;}

	.sdnews,.page{width:100%;}
	.sdnews ul{flex-wrap:wrap;}
	.sdnews li{width:100%; margin:0;}

	.page ul,.page li,.page dl{flex-wrap:wrap; overflow:hidden;}
	.page .xw_pic{width:100%; margin-right:0; margin-bottom:0.2rem;}
	.page .xw_pic dd{margin-right:0;}

	.swiper1{width:100%; height:4rem; margin-bottom:0.3rem;}
	.swiper2{width:100%; height:3.5rem;}
	#swiper2{width:85%; height:100%;}
	#swiper1 .swiper-slide a h1,#swiper2 .swiper-slide a h1{font-size:0.3rem;}
} */