body {
	background-color: rgb(214,42,48);
	font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, 微软雅黑, STHeitiSC-Light, simsun, 宋体, WenQuanYi Zen Hei, WenQuanYi Micro Hei, sans-serif;
  min-width: 1400px;
}

.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%;
	object-fit: none;
}

.title{
	display: block;
	text-align: center;
}

.w100h100{
	width: 100%;
	height: 100%;
}

.maAuto{
	margin: 0 auto;
}

.phoneBox{
	display: none;
}
.pcBox{
	display: block;
}

.swiper-container,
.con5{
	width: 100%;
	height: 360px;
}

.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-position: center right;
	right: 0;
	left: auto;
	width: 50%;
	height: 100%;
	background-size: contain;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-position: center left;
	left: 0;
	right: auto;
	width: 50%;
	height: 100%;
	background-size: contain;
}

.swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, 0.63);
	border-radius: 50%;
	margin: 0 10px;
	opacity: 1;
}

.swiper-pagination-bullet-active{
	background-color:  rgb(214,42,48);
}

/* 控制字数 */
.worldCont{
	overflow:hidden;
	 text-overflow:ellipsis;
	 display:-webkit-box;
	 -webkit-line-clamp:3;
	 -webkit-box-orient:vertical;
}