html,body,header,section,footer,div,p,a,span,img,ul,li,h1,h2,h3,h6,strong{
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	display: block;
	padding: 0;
	margin: 0;
	line-height: 1;
	color: #333;
	box-sizing: border-box;
}
a{
	text-decoration: none;
}
span{
	display: inline;
}
img{
	width: 100%;
	height: 100%;
}
li{
	list-style: none;
}
h1,h2,h3,h6{
	font-weight: normal;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.df{
	display: flex;
}
.fww{
	flex-wrap: wrap;
}
.flex1{
	flex: 1;
}
.fdc{
	flex-direction: column;
}
.jca{
	justify-content: space-around;
}
.jcb{
	justify-content: space-between;
}
.jcc{
	justify-content: center;
}
.jce{
	justify-content: end;
}
.dn{
	display: none;
}
.ovh{
	overflow: hidden;
}
.pr{
	position: relative;
}
.pa{
	position: absolute;
}
.pf{
	position: fixed;
}
.tac{
	text-align: center;
}
.tar{
	text-align: right;
}
.fwb{
	font-weight: bold;
}
.lh18{
	line-height: 1.8;
}
.lh15{
	line-height: 1.6;
}
.fs14{
	font-size: 14px;
}
.fs16{
	font-size: 16px;
}
.fs18{
	font-size: 18px;
}
.fs20{
	font-size: 20px;
}
.fs22{
	font-size: 22px;
}
.fs28{
	font-size: 28px;
}
.fs32{
	font-size: 32px;
}
.fs36{
	font-size: 36px;
}
.fs48{
	font-size: 48px;
}
.c666{
	color: #666;
}
.c999{
	color: #999;
}
.cfff{
	color: #fff;
}
.cBlue{
	color: #2292CF;
}
.cPink{
	color: #E1867F;
}
.bgBlue{
	background: #2292CF;
}
.bgPink{
	background: #E1867F;
}
.bgFa{
	background: #FAFBFC;
}
.bgfff{
	background: #fff;
}
.pdtb60{
	padding-top: 60px;
	padding-bottom: 60px;
}
.pdtb12{
	padding-top: 12px;
	padding-bottom: 12px;
}
.pdlr30{
	padding-left: 30px;
	padding-right: 30px;
}
.pdlr1024{
	padding-left: 10px;
	padding-right: 24px;
}
.mt12{
	margin-top: 12px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt50{
	margin-top: 50px;
}
.mr20{
	margin-right: 20px;
}
.ml30{
	margin-left: 30px;
}
.ml50{
	margin-left: 50px;
}
.br5020{
	border-radius: 50px 20px 50px 20px;
}
.b1{
	border: 1px solid #DEDEDE;
}
.bt1{
	border-bottom: 1px solid #DEDEDE;
}
.bl1{
	border-left: 1px solid #DEDEDE;
}
.btDashed{
	border-bottom: 1px dashed #DEDEDE;
}
.swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #E1867F;
	opacity: 1;
	margin: 0 6px !important;
}
.swiper-pagination-bullet-active{
	width: 30px;
	background: #2392CF;
}
.swiper-button-next::after,.swiper-button-prev::after{
	content: "";
}
.icon_triangle{
	width: 8px;
	height: 8px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	transform: rotate(45deg);
	margin-top: 3px;
	margin-left: 6px;
}
.ellipsis{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ellipsis2{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}