a:link,
a:active,
a:visited,
a:hover,
{
background: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
	min-width: 1300px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	list-style: none;
}

div {
	display: block;
}

.w1200 {
	margin: 0 auto;
	width: 1200px;
	/* max-width: 94%; */
}

.banner-b img {
	width: auto;
	height: 350px;
	vertical-align: middle;
	width: 100%;
	object-fit: cover;
}