@charset "UTF-8";
body,ul,li,p,h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;font-family: Microsoft YaHei,'微软雅黑',Tahoma,Helvetica,Arial,'宋体',sans-serif;color: #333;font-size: 14px;}

ul,li{list-style: none;}

a{text-decoration: none;color: #333;cursor: pointer;}

img{width:100%;height: 100%; display: inline-block;}

/*浮动*/

.fl{float: left;}

.fr{float: right;}

.w100{
	width: 100%;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.cl{
	clear: both;
}
.of{
	overflow: hidden;
}
.hide{
	display: none;
}
.show{
	display: block;
}
.mar-top{
	margin-top: 30px;
}
.mar-bot{
	margin-bottom: 30px;
}




/*轮播css*/
.swiper-container {
	width:100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
	/*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;
	width: 285px;
	align-items: center;
	}
#swiper .swiper-pagination-bullet{
	width: 34px;
	height: 6px;
	border-radius: 0;
}
.product .swiper-button-next{
	right: -40px;
}
.product .swiper-button-prev{
	left: -40px;
}
