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;
}
.fs14{
	font-size: 14px;
}
.fs16{
	font-size: 16px;
}
.fs18{
	font-size: 18px;
}
.fs20{
	font-size: 20px;
}
.fs24{
	font-size: 24px;
}
.fs30{
	font-size: 30px;
}
.fs36{
	font-size: 36px;
}
.c666{
	color: #666;
}
.c999{
	color: #999;
}
.cfff{
	color: #fff;
}
.cOrange{
	color: #FCA819;
}
.cGreen{
	color: #3A9995;
}
.bgGreen{
	background: #3A9995;
}
.bgOrange{
	background: #FCA819;
}
.bgFa{
	background: #fafafa;
}
.bgfff{
	background: #fff;
}
.pdtb10{
	padding-top: 10px;
	padding-bottom: 10px;
}
.pdtb16{
	padding-top: 16px;
	padding-bottom: 16px;
}
.pdtb70{
	padding-top: 70px;
	padding-bottom: 70px;
}
.ml6{
	margin-left: 6px;
}
.ml10{
	margin-left: 10px;
}
.ml24{
	margin-left: 24px;
}
.ml50{
	margin-left: 50px;
}
.mr20{
	margin-right: 20px;
}
.mt4{
	margin-top: 6px;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt32{
	margin-top: 32px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt70{
	margin-top: 70px;
}
.mt80{
	margin-top: 80px;
}
.bt1{
	border-bottom: 1px solid #DEDEDE;
}
.bl1{
	border-left: 1px solid #DEDEDE;
}
.bt1f{
	border-bottom: 1px solid #fff;
}
.btGreen{
	border-bottom: 2px solid rgba(58, 153, 149, .8);
}
.swiper-pagination-bullet{
	background: #FCA819;
	opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #3A9995;
}
.w300{
	width: 300px;
}
.w200{
	width: 200px;
}
.w100{
	width: 100px;
}
.w60{
	width: 60px;
}
.icon100{
	width: 100px;
	height: 100px;
}
.lh15{
	line-height: 1.6;
}
.lh2{
	line-height: 2;
}
.icon_triangle{
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-top: 8px;
}
.icon_triangle_gray{
	width: 8px;
	height: 8px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	transform: rotate(45deg);
	margin-top: 10px;
}
.ellipsis{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ellipsis2{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}