html,body{ width:100%; /*height:100%; */overflow-x: hidden;//水平方向不可滑动 } 
.wrapper{
	width: 100%;
	min-height:100vh;
	display: table;
	box-sizing: border-box;
	transition:all 2s;
	-moz-transition:all 2s; /* Firefox 4 */
	-webkit-transition:all 2s; /* Safari and Chrome */
	-o-transition:all 2s; /* Opera */
}
header{
	width: 100%;
	margin:0 auto;
	position: relative;
}
.logo{
	width:30%;
	position: absolute;	
	top:15px;
	left:0;
}
.logo img{
	width:42%;
	margin:0 auto;
}
.boardtitle{
	width:80%;
	background: url(../img/bg_head.png) center center no-repeat;
	background-size: 100% 100%;
	margin:0 auto;
}
.boardtitle img{
	width:25%;	
	margin:0 auto;
	padding-bottom: 10px;
}
.Time{
	color:#FFF;
	margin-right: 1rem;
	position: absolute;	
	top:20px;
	right:1%;
	font-size: 1.3em;
}
section{
	width:100%;
	height:100%;	
	margin-top:1.2rem;
	background:none;
	box-sizing:border-box;
}
.row{
	margin-top: 1rem;
	margin-left: 0;
	margin-right: 0;
}
.sort{
	width: 100%;
	height: 22rem;
	background: url(../img/bg_module_1.png) no-repeat;
	background-size: 98% 98%;
	margin: 0 auto;
}
.sort h1,.charts .aside .model h1,
.charts .maincont .model h1{
	width: 100%;
    text-align: center;
    font-size: 1.3em;
    padding-top: .4rem;
}
.rowtwo .aside .model h1{
	width: 100%;
    text-align: center;
    font-size: .875em;
    padding-top: 0;
}

.charts{
  
}

.charts .aside,.charts .maincont{
	padding: 0;
}
.charts .aside .model{
	width: 100%;
	height: 11.3rem;
	background: url(../img/bg_module_1.png) no-repeat;
	background-size: 98% 100%;
	margin-bottom: 5px;
}
.charts .maincont .model{
	width: 100%;
	height: 22.95rem;
	background: url(../img/bg_module_1.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 5px;
}




.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;
}