* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: black;
}


li {
	list-style-type: none;
}

img {
	max-width: 100%;
}

.jianju20 {
	height: 20px;
}

body {
	font-size: 14px;
	font-family: -apple-system, Helvetica, sans-serif;
	overflow-x: hidden;
}

.logo img {
	vertical-align: middle;
	padding-right: 10px;
	height: 40px;
}

.logo span {
	font-size: 21px;
	font-weight: bold;
}

.wd1200 {
	width: 1200px;
	margin: 0 auto;
}

.wd850 {
	width: 850px;
	margin: 0 auto;
}

/* swiper样式开始 */
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	text-align: left;
	padding-left: 10px;
	margin-bottom: 20px;
}

span.swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    background: white;
	border-radius: 6px;
    opacity: 1;
}


span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	/* opacity: 1; */
	background: #bd0c16;
}

/* swiper样式结束 */