
html{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}


article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;padding:0px; margin:0px; border:none;}


.overflow{ overflow:hidden;} 


a,button,input,i{-webkit-tap-highlight-color:rgba(0,0,0,0); -moz-tap-highlight-color:rgba(0,0,0,0); -ms-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0);}       
		          


img{ max-width:100%; height:auto;border:none; interpolation-mode: bicubic;}


/* clearfix */  
.clearfix:after{ visibility: hidden;display: block;font-size: 0;content:" ";clear: both;height: 0;}
.clearfix{ *zoom:1;}

/* transtion-Hover */
.tianstion{ 
    transition:all ease 0.4s; 
	-moz-transition:all ease 0.4s; 
	-ms-transition:all ease 0.4s; 
	-o-transition:all ease 0.4s;
	-webkit-transition:all ease 0.4s;
}
.area{ width:100%;}
#wrap{ background:#F0F0F0; max-width:640px; position:relative;margin-left:auto; margin-right:auto;}

@media screen and (max-width : 360px) {	
	body{ font-size:11px;}
	#wrap{ width:100%;}
}

@media screen and (min-width: 360px) and (max-width : 479px) {
	body{ font-size:12px;}
	#wrap{ width:100%;}	
}

@media screen and (min-width: 480px) and (max-width: 640px) {
	body{ font-size:15px;}
	#wrap{ width:100%;}	
}


.swiper-container {
	height:auto;
	width:100%;
	text-align:center;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	z-index:5;
	background:#F8F8F8;
}
.swiper-wrapper {
	position:relative;
	z-index:10;
}
.swiper-slide {
	position:relative;
	text-align:center;
	float:left;
}
.swiper-slide a {
	position:relative;
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
}
.swiper-slide img {
	max-height:100%;
	vertical-align:middle;
	position:relative;
height:327px;
}
.pagination {
	position:absolute;
	height:1.2em;
	width:100%;
	bottom:0.4em;
	z-index:100;
	text-align:right;
	text-align:center;
}
.pagination .swiper-pagination-switch {
	display:inline-block;
	height:0.7em;
	width:0.7em;
	background:#FFF;
	border-radius:50%;
	_display:inline;
	margin-right:1em;
}
.pagination .swiper-active-switch {
	background:#44A5FE;
}
