body {
	font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, 微软雅黑, STHeitiSC-Light, simsun, 宋体, WenQuanYi Zen Hei, WenQuanYi Micro Hei, sans-serif;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.fl {
	float: left;
}


.fr {
	float: right;
}

.dis {
	display: block;
}

.posiRel{
	position: relative;
}

.posCenter{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.area1 {
	width: 100%;
	margin: 0 auto;
}

.area2 {
	width: 1200px;
	margin: 0 auto;
}

.bgImg {
	text-align: center;
}

.bgImg img{
	width: 100%;
}

.title{
	display: block;
	text-align: center;
}

.w100h100{
	width: 100%;
	height: 100%;
}

.maAuto{
	margin: 0 auto;
}

.phoneBox{
	display: none;
}
.pcBox{
	display: block;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	display: block;
	text-align: center;
	font-size: 18px;
	/* background: #fff; */
	width: 100%;
	height: 100%;

	/* 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;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/right.png);
	background-position: center right;
	right: 20%;
	left: auto;
	width: 42px;
	height: 42px;
	background-size: contain;
	bottom: 0px;
	top: auto;
	z-index: 99;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../img/left.png);
	background-position: center left;
	left: 20%;
	right: auto;
	width: 42px;
	height: 42px;
	background-size: contain;
	bottom: 0px;
	top: auto;
	z-index: 99;
}

.swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background-color: #FFFFFF;
	border-radius: 50%;
	margin: 0 12px !important;
	opacity: 1;
}

.swiper-pagination-bullet-active{
	background-color: #A11314;
}

.swiper-container2 .swiper-pagination-bullet-active{
	background-color: #FADD7D;
}

.omg { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
/*2行省略*/
.twomg{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; word-break: break-word; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}A