@charset "gb2312";
/* CSS Document */
.logo{margin:0 auto;height:2rem;background:#fff;width:100%; max-width:640px;min-width:320px;}

.logo a:hover{}

.logo img{ width:100%; height:auto; }

.logo .home{ height:100%; width:12.5%; background:#26A6BF; float:left;}

.logo .logo_img{ width:74.44444444444444%;height:100%; float:left; background:#1d8552; margin-left:0.33333333333333%;}

.logo .phone{float:right;height:100%; width:12.5%; background:#26A6BF;}



.swiper1 {
	width: 100%;
	overflow: hidden;
	
}
.swiper1 .swiper-slide {
	text-align: center;
	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;
}
.swiper1 .swiper-slide img {
	width: 100%;
	margin-top:1%;
}





.swiper2 {
	width: 100%;
	overflow: hidden;
}
.swiper2 .swiper-slide {
	text-align: center;
	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;
}
.swiper2 .swiper-slide img {
	width: 100%;
	
}


@media screen and (min-width:320px) and (max-width:640px){
	.swiper2 .swiper-slide img {
	width: 50%;
	
}
 
}
