*{
	margin: 0;padding: 0;border:0;
}
html,body{
	font-size:12px;color:#333;
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
	background:#f6f6f6;
}
ul li{
	list-style:none;
}
img{
	border:0;
	max-width: 100%;
}
a{
	text-decoration:none;color:#333;
	display: inline-block;
}
button,
input:focus{
	outline:none;
	box-shadow: none;
}
.wrap{
	width:90%;margin:0 auto;overflow:hidden;
}
.w1200{
	width: 1200px;margin:0 auto;overflow:hidden;
}
.fl{
	float:left;	
}
.fr{
	float:right;	
}
.pt50{
	padding-top: 50px;
}
.pt80{
	margin-top: 80px;
}
.bgfff{
	background-color: #fff;position: relative;
}
.bgf6{
	background-color: #f6f6f6;
	position: relative;
}
.clearfix:after{
	content:"."; display:block; height:0; clear:both; visibility:hidden;
}
.en{
	text-transform: uppercase;
}
.page{
	margin:0 auto;
	width: 602px;
	text-align: center;
	line-height: 30px;
	padding:20px 0
}
.page span,
.page a{
	display:inline-block;
	padding: 0 10px;
	height: 28px;
    line-height: 28px;
    border:1px solid #d1d4d5;
    color: #666666;
    font-size: 14px;
    margin:0 5px;
}
.page span.current,
.page a:hover{
	background: #cc0e17;
	color: #fff;
	border-color: #cc0e17;
}

.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;
}
.language{
	height: 30px;
	line-height: 30px;
	border: 1px solid #003366;
	border-radius: 50px;
	overflow: hidden;
	margin-top: 25px;
}
.language a{
	display: inline-block;
	font-size: 16px;
	color: #FFFFFF;
	height: 30px;
	padding: 0 10px;
}
.language a.active{
	background-color: #003366;
}
