@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:#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;
	background:#B00419;
}
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:38.4rem;
	margin:0 auto;
}
body *{
	max-width:38.4rem;
}

header,main,footer{position:relative; z-index:10; width:100%; margin:0 auto; overflow:hidden; clear:both;}
header{width:100%; height:5.4rem;}
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{
    z-index:100;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:1rem;
    /* border:1px #000 solid; */
}
.col_bt img{width:100%; height:100%; object-fit:cover; object-position:0;}
.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:#fff;}
.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%; object-fit:cover; 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{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 dt:nth-child(4n),.xw_pic dt:nth-child(4n-1){display:flex; flex-direction:row-reverse;}
.xw_pic dt:nth-child(4n) span,.xw_pic 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%; margin-left:0.2rem;}

.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;}

/* 新闻 */
.page{
	position:relative;
	margin:0.3rem auto;
	width:12rem;
    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:100%; margin:0 auto; margin-top:0.3rem; position:relative;}
.page-m ul{background:rgba(255,255,255,0); border-radius:0.1rem; padding:0.2rem; overflow:hidden;}

.page2,.page5,.page8{width:100%;}
.page3,.page4,.page6,.page7,.page9{width:12.14rem; padding-top:0.75rem;}
.page10{width:14rem;}

.page1{
    height:2.77rem;
    background:url(../images/c_01_bg.png) no-repeat 50%;
    background-size:100% 100%;
}
.page2{
    height:3rem;
    background:url(../images/c_02_bg.png) no-repeat 50%;
    background-size:100% 100%;
}
.page3{
    height:6.5rem;
    background:url(../images/c_03_bg.png) no-repeat 50%;
    background-size:100% 100%;
}
.page4{
    height:5.08rem;
    background:url(../images/c_04_bg.png) no-repeat 50%;
    background-size:100% 100%;
}
.page5{
    height:3.18rem;
    background:url(../images/c_05_bg.png) no-repeat 50%;
    background-size:100% 100%;
    margin:1rem auto;
}
.page6{
    height:6.44rem;
    background:url(../images/c_06_bg.png) no-repeat 50%;
    background-size:100% 100%;
}
.page7{
    height:7.36rem;
    background:url(../images/c_07_bg.png) no-repeat 50%;
    background-size:100% 100%;
    padding-top:2.2rem;
    padding-right:0.6rem;
}
.page8{
    height:5.47rem;
    background:url(../images/c_08_bg.png) no-repeat 50%;
    background-size:100% 100%;
    padding-top:1.5rem;
}
.page9{
    height:4.85rem;
    background:url(../images/c_09_bg.png) no-repeat 50%;
    background-size:100% 100%;
}

.page0 li:first-child .xw_txt dt{height:1.2rem; margin-bottom:0.2rem;}
.page0 li:first-child .xw_txt dt i{color:#fff;}
.page1 ul{margin-left:1rem;}
.page1 .col_bt{width:1.2rem; height:100%;}
.page3 .xw_pic dd{margin-bottom:0.1rem;}
.page7 .xw_pic dd{margin-bottom:0.3rem;}
.page7 .xw_pic dd img{width:3.4rem; height:1.85rem;}
.page9 .xw_pic dd{width:5.1rem; height:2.7rem; margin-right:0.5rem;}
.page10 .col_bt{position:relative; margin:0.5rem auto;}
.page10 .col_bt img{height:auto;}

.zb{
    position:absolute;
    top:0.3rem;
    right:0.5rem;
    width:6.85rem;
    height:4.7rem;
    background:url(../images/006-2.png) no-repeat 50%;
    background-size:100% 100%;
}
.zb img{
    position:absolute;
    top:1.35rem;
    left:0.3rem;
    width:6.2rem;
    height:3rem;
}
.dtdy{cursor:pointer;}

/* 异步背景 */
.page-bg{
    position:relative;
    width:100%;
    height:5rem;
    background-repeat:no-repeat;
    background-position:bottom;
    background-attachment:fixed;
    background-size:cover;

    display:none;
}

.page0 .page-bg{background-image:url(../images/bg_00.jpg);}
.page1 .page-bg{background-image:url(../images/bg_01.jpg);}
.page2 .page-bg{background-image:url(../images/bg_02.jpg);}
.page3 .page-bg{background-image:url(../images/bg_03.jpg);}
.page4 .page-bg{background-image:url(../images/bg_04.jpg)}
.page5 .page-bg{background-image:url(../images/bg_05.jpg);}
.page6 .page-bg{background-image:url(../images/bg_06.jpg);}
.page7 .page-bg{background-image:url(../images/bg_07.jpg);}
.page8 .page-bg{background-image:url(../images/bg_08.jpg);}
.page9 .page-bg{background-image:url(../images/bg_09.jpg);}
.page10 .page-bg{background-image:url(../images/bg_10.jpg);}

/* 焦点图 */
.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:100%; height:3.2rem; 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:100%; height:3.2rem; margin:0 auto; position:relative;}
.swiper2 .swiper-pagination{bottom:0.5rem;}
.swiper2 .swiper-button-prev,
.swiper2 .swiper-button-next{
	--swiper-navigation-color: #ffffff;
}
.swiper2 .swiper-button-prev:hover,
.swiper2 .swiper-button-next:hover{
	--swiper-navigation-color: #cc0000;
}

.swiper2p{
    position:absolute;
    top:0.3rem;
    right:0.5rem;
    width:13rem;
    height:2.32rem;
}
.swiper2p .swiper-container{width:11rem; height:100%;}
.swiper2p .swiper-slide{background:rgba(255,255,255,1); border-radius:0.1rem;}
.swiper2p .swiper-slide a{padding:0.2rem; color:#000; text-align:left; text-decoration:none;}
.swiper2p .swiper-slide a h1{position:relative; background:none; padding:0.1rem 0; font-size:0.18rem; font-weight:bold; text-align:center;}
.swiper2p .swiper-slide a i{color:#999;}
.swiper2p .swiper-pagination{bottom:0.5rem;}
.swiper2p .swiper-button-prev,
.swiper2p .swiper-button-next{
	--swiper-navigation-size: 0.44rem;
    --swiper-navigation-color: #ffffff;
}

.swiper5p{
    position:absolute;
    top:-0.4rem;
    right:2.5rem;
    width:7.8rem;
    height:3.97rem;
}
.swiper5p .swiper-container{width:6.6rem; height:100%;}
.swiper5p .swiper-pagination{bottom:0.5rem;}
.swiper5p .swiper-button-prev,
.swiper5p .swiper-button-next{
	--swiper-navigation-size: 0.44rem;
    --swiper-navigation-color: #ffffff;
}

.swiper6p{
    position:absolute;
    top:0.2rem;
    left:0;
    width:4.08rem;
    height:5.88rem;
    padding-top:0.2rem;
}
.swiper6p .swiper-container{width:2.7rem; height:5.5rem;}
.swiper6p .swiper-pagination{bottom:0.5rem;}
.swiper6p .swiper-button-prev,
.swiper6p .swiper-button-next{
	--swiper-navigation-size: 0.44rem;
    --swiper-navigation-color: #c00;
}
.swiper6p .swiper-m{
    z-index:10;
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    width:2.97rem;
    height:100%;
    background:url(../images/006-1.png) no-repeat 50%;
    background-size:100% 100%;
}

.swiper7p{width:7.8rem; height:3.97rem; margin:0 auto; position:relative;}
.swiper7p .swiper-container{width:6.6rem; height:100%;}
.swiper7p .swiper-pagination{bottom:0.5rem;}
.swiper7p .swiper-button-prev,
.swiper7p .swiper-button-next{
	--swiper-navigation-size: 0.44rem;
    --swiper-navigation-color: #c00;
}

.swiper8p{width:100%; height:3.25rem; margin:0 auto; position:relative;}
.swiper8p .swiper-container{height:100%;}
.swiper8p .swiper-slide{width:5.4rem;}
.swiper8p .swiper-pagination{bottom:0.5rem;}
.swiper8p .swiper-button-prev,
.swiper8p .swiper-button-next{
	--swiper-navigation-size: 0.44rem;
    --swiper-navigation-color: #ffffff;
}

.swiper10p{width:100%; height:3.25rem; margin:0 auto; position:relative;}
.swiper10p .swiper-container{width:12rem; height:100%;}
.swiper10p .swiper-slide{
    width:2.88rem;
    height:3rem;
    background:url(../images/010-1.png) no-repeat 50%;
    background-size:100% 100%;
}
.swiper10p .swiper-slide a img{width:2.22rem; height:2.22rem; border:3px #F0DCAC solid; border-radius:50%;}
.swiper10p .swiper-slide a h1{bottom:unset; top:2.5rem; background:none; white-space:normal;}
.swiper10p .swiper-pagination{bottom:0.5rem;}
.swiper10p .swiper-button-prev,
.swiper10p .swiper-button-next{
	--swiper-navigation-size: 0.44rem;
    --swiper-navigation-color: #ffffff;
}