body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,button,textarea,p,th,td,span,a,b,i,strong{margin:0; padding:0; box-sizing: border-box;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
body {font-size: 16px; line-height: 1.5; color: #333; background: #fff; font-family: "Microsoft YaHei","Arial";}
header,footer,nav,section,article{display: block;}
img{border:0;display: block;max-width: 100%;}
table { border-collapse: collapse;} 
textarea{font-family: inherit;}
input{border: none;}
a{ text-decoration: none;background: none ;color: inherit;font-size: inherit;}
ul,li, ol {list-style: none; }
:focus{ outline:none;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfix{ clear: both; content: ""; display: block; overflow: hidden }
.clear{clear: both;}
.fl{ float: left; }
.fr{float: right;}
:root {--primary-color:#EB6059;--vice-color: #feba32;}
.wrapper{width:92%;max-width:1300px;margin:0 auto}
.index_wrapper{width:92%;margin:0 auto}
.bgCover{background-repeat: no-repeat;background-position: center;background-size: cover;}
.txtEllipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.txtEllipsisTwo{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.txtEllipsisThree{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.swiper-pagination-bullet-active{background-color: var(--primary-color);}
.color_primary{color: var(--primary-color);}
.color_white{color: #fff;}
.font_bold{font-weight: bold;}
.flex_center{display: flex;justify-content: center;align-items: center;}
.flex_between{display: flex;flex-wrap: wrap;justify-content: space-between;}
.flex_align_center{display: flex;align-items: center;}
.flex{display: flex;}
.mg_t_60{margin-top: 60px;}
.mg_t_40{margin-top: 40px;}
.mg_t_30{margin-top: 30px;}
.mg_t_20{margin-top: 20px;}
.mg_l_5{margin-left: 5px;}
.indent{text-indent: 2em;}

@font-face { 
  font-family: bl;
  src: url('../fonts/barlowsemicondensed-medium.ttf'),url('../fonts/barlowsemicondensed-medium.woff');
}

@keyframes breathing {
	0% {
		transform:scale(1);
	}
	100% {
		transform:scale(1.05);
	}
}