body{
	background-color:#f5f5f5;
	
	font-size:.24rem;
}
img{width:100%;}
a{ text-decoration:none;}
.blank20{clear:both; height:.2rem;}
.clearfix:after {content: " ";clear: both;display: block;height: 0;visibility: hidden; }
.container{
	width:6rem;
	padding:0 .2rem;
	overflow: hidden;
	margin:0 auto;
}
.swiper-container {
	width: 6.4rem;
	height: 2.89rem;
}
.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;
}
.last-time{
	width:5.48rem;
	height:1.99rem;
	padding:.24rem 0;
	margin:.2rem auto;
	background-color:#e5e5e5;
}
.last-time .left{
	float:left;
	width:2.03rem;
	height:1.99rem;
	margin-left:.25rem;
}
.last-time .right{
	float:left;
	margin-left:.36rem;
}
.last-time .right p:nth-child(1) span{
	float:left;
	display:block;
	width:.57rem;
	height:.66rem;
	line-height:.66rem;
	border-radius:.1rem;
	background-color:#fe9900;
	text-align:center;
	font-size:.4rem;
	color:#fff;
	margin:0 .1rem 0 0 ;
}
.last-time .right p:nth-child(2){
	clear:both;
	font-size:.12rem;
	height:.36rem;
	line-height:.36rem;
}
.last-time .right p:nth-child(2) span{
	margin:0 .1rem ;
}
.last-time .right p:nth-child(2) span em{
	margin-left:.1rem;
}

.title{
	font-size:.32rem;
	margin-bottom:.2rem;
}
.title span{
	font-size:.28rem;
	color:#d2d2d2;
	margin-left:.2rem;
}
.videos{
	width:6rem;
	height:3.7rem;
}

.promite{
	background-color:#c7dbef;
	padding:.2rem .2rem 0 .2rem;
}
.promite .title{color:#474f57; }
.promite .title span{color:#afc1d2;}

.march-list li{
	float:left;
	width:2.65rem;
	overflow:hidden;
	margin:0 .3rem .3rem 0;
}
.march-list li:nth-child(2n){
	margin-right:0;}
.march-list li a{
	display:block;
}
.march-list li a .pic{
	display:block;
	width:2.65rem;
	height:1.45rem;
}
.march-list li a .desc{
	font-size:.14rem;
	color:#636d78;
	height:.48rem;
	line-height:.48rem;
}
.march-list li a .btn{
	height:.4rem;
	line-height:.4rem;
	color:#fff;
	font-size:.14rem;
	text-align:center;
	background-color:#fe9900;
	}
	
	
.footer{
	height:4.07rem;
}

.slideBox{ position:relative; width:6rem;  height:4.76rem; overflow:hidden;  }
	.slideBox .hd{ position:absolute; height:.75rem; line-height:.75rem;bottom:0; right:.1rem; z-index:1; }
	.slideBox .hd li{ display:inline-block; width:.15rem; height:.15rem; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; background:#fff; text-indent:-9999px; overflow:hidden; margin:0 .06rem;   }
	.slideBox .hd li.on{ background:#ff7800;  }
	.slideBox .bd{ position:relative; z-index:0; }
	.slideBox .bd li{ position:relative;  }
	.slideBox .bd li img{ width:6rem;  height:4.76rem; display:block;   }
	.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */ }
	.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:.1rem; height:.75rem; line-height:.75rem;  color:#fff; background-color:#000; font-size:.24rem; }