*, *::before, *::after {
	box-sizing: border-box;
}

html,body{
	margin: 0;
	padding: 0;
	font-family: ArialMT;
	font-size: 16px;
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}
input{
	border: none;
}
input:focus {
	outline: none;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
p{
	margin: 0;
}
.clearfix{
	clear: both;
}
.main_content{
	max-width: 1422px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
	padding: 0 16px;
}
.content_wrap{
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 16px;
}
.swiper_wrap{
	max-width: 1490px;
	margin: 0 auto;
}
.flex{
	display: flex;
}
.flex_center{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex_between{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.text_center{
	text-align: center;
}
.h140{
	height: 140px;
}