*{
	margin: 0;padding: 0;border:0;box-sizing: border-box;
}
html,body{
	font-size:12px;color:#333;font-family:"微软雅黑",Arial, Helvetica, sans-serif;background-color: #FFFFFF;
	margin: 0 auto;height: 100%;
}
ul li{
	list-style:none;
}
img{
	border:0; vertical-align:top;
}
textarea:focus,
input:focus { 
	outline: none; 
}
a{
	text-decoration:none;color:#333;
}
a:hover{
	text-decoration:none;
}
.wrap{
	width:1200px;margin:0 auto;
}
.fl{
	float:left;	
}
.fr{
	float:right;	
}
.clearfix:after{
	content:"."; display:block; height:0; clear:both; visibility:hidden;
}
.en{
	text-transform: uppercase;
} 
.page{
	padding:20px 0;font-size: 16px;line-height: 33px;display: flex;
	justify-content: center;
}
.page ul li{
	float: left;margin:0 5px;
}
.page ul li a{
	border:1px solid #c1c1c1;padding:5px 10px;
	background: #fcfcfc;color:#7f7f7f;
}
.page ul li a:hover{
	background: #2386ee;color:#fff;
	border-color:#2386ee;
}
.page ul li span{
	border:1px solid #c1c1c1;padding:5px 10px;
	background: #fcfcfc;color:#7f7f7f;
}
.page ul li.active span{
	background: #2386ee;color:#fff;border-color:#2386ee;
}

/*自动隐藏文字*/
.aui-ellipsis-1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.aui-ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.swiper-container {
  width: 100%;
  height: 100%;

}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* 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;
}
