@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:#333; text-decoration:none; outline:none;}
a:hover {color:#333; text-decoration:underline; outline:none;}
img{border:0;}
i{font-style:normal; font-weight:normal;}

html,body {
	position:relative;
}
body {
	color:#333; 
	*cursor:default;
	overflow:hidden;
	overflow-y:auto;
	font:16px/1.5 "Microsoft YaHei",Helvetica,STHeiti STXihei,Microsoft JhengHei,Arial;
	background:#001ED6 url(../images/top_bg.jpg) no-repeat center top;
}

/*滚动条整体样式*/
::-webkit-scrollbar {/*滚动条宽和高*/
	width:0.1rem;
	height:1px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
	border-radius:0.1rem;
	background:#535353;
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
	border-radius:0.1rem;
	background:#EDEDED;
}

/* 定位 */
.flex-center {
	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;
}

.flex-between {
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-box-align:start;
	-ms-flex-align:start;
	-webkit-align-items:flex-start;
	align-items:flex-start;
}

.pos-abs{position:absolute; z-index:99;}
.pos-fix{position:fixed; z-index:99;}

/* 自适应框架（设计图宽度） */
body{
	max-width:19.2rem;
	margin:0 auto;
}
body *{
	max-width:19.2rem;
}

header,section,footer{position:relative; z-index:10; width:100%; margin:0 auto; clear:both;}
header{width:100%; height:432px;}
section{width:13rem; background:#fff; border-radius:20px;padding: 0 0.5rem}
footer{font-size:16px; padding:20px;}

.ad{position:absolute; z-index:-1; bottom:0; left:50%; transform:translateX(-50%); width:19.2rem; height:6rem; }
.col_bt{margin:0 auto; width:100%; margin-bottom:0.2rem;}
.more{float:right; cursor:pointer; color:#4994C5;}

/* 文字版块 */
.xw_txt{margin-left:0.5rem;width: 6rem}
.xw_txt ol{width:50%;}
.xw_txt dl{margin-bottom:0.25rem;}
.xw_txt dl:last-of-type{margin-bottom:0;}
.xw_txt dl h1 a,.xw_txt ol h1 a{font-size:2.4vmin;}
.xw_txt dl dt,.xw_txt ol dt{
	font-size:1.8vmin;
	line-height:240%;
	
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

/* 图片板块 */
.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.05rem;
	font-size:1.8vmin;
	box-sizing:border-box;
	background:rgba(0,0,0,0.6);
	
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

/* 新闻 */
#sdnews,#bobao,#jctj{width:100%; margin:0 auto; margin-bottom:0.3rem; position:relative; font-size:1.6vmin; color:#999; overflow:hidden;}

#sdnews ul{width:100%; margin:0.2rem auto;}
#sdnews ul:nth-of-type(1){text-align:center;}
#sdnews ul:nth-of-type(1) h1 a{font-size:5vmin; color:#333;}

#bobao .xw_txt{margin-left:0;}
#bobao .xw_txt dl h1 a{font-size:2.2vmin;}
#bobao dd h1{font-size:1.6vmin; font-weight:normal; text-align:center;}

#bobao .bb1,#bobao .bb2{width:50%;}

#bobao .bb1{background:#f5f5f5;}
#bobao .bb1 ul{width:90%; margin:0 auto;}
#bobao .bb1 .more{margin:0.1rem 0; margin-right:0.2rem; }

#bobao .bb2{margin-left:0.4rem;}
#bobao .bb2 ul img{width:2.79rem; height:1.66rem;}
#bobao .bb2 ul:first-of-type{margin-bottom:0.1rem;}
#bobao .bb2 ul:first-of-type img{width:100%; height:3.4rem;}
#bobao .bb2 ol{
	display:flex;
	flex-direction:row;
    flex-wrap:wrap;
}
#bobao .bb2 ol > dl{
	flex:0 1 47%;
	margin-bottom:0.1rem;
}

#bobao .bb2 ol h1{
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	overflow:hidden;
}

/* 焦点图 */
.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:5.9rem; height:3.4rem; margin:0 auto; 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:1.6vmin;
	box-sizing:border-box;
	background:rgba(0,0,0,0.6);
}
#swiper1 .swiper-p1{bottom:0.5rem;}

.swiper2{width:100%; height:6rem; margin:0 auto; position:relative;}
#swiper2{width:85%; 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:1.6vmin;
	box-sizing:border-box;
	background:rgba(0,0,0,0.6);
}
#swiper2 .swiper-p2{bottom:0.5rem;}
.swiper2 .swiper-b2-next{right:0; background:url(../images/t_right.png) no-repeat 50%;}
.swiper2 .swiper-b2-prev{left:0; background:url(../images/t_left.png) no-repeat 50%;}
.swiper2 .swiper-b2-next,.swiper2 .swiper-b2-prev{position:absolute; margin-top:-0.5rem; width:0.43rem; height:0.82rem; background-size:100% 100%;}

/* 移动端自适应 */
@media screen and (max-width:720px){

}