* {
	margin: 0;
	padding: 0;
	/* outline: none; */
	/* font-family: "微软雅黑", "宋体"; */
}

ul,
li {
	list-style: none;
	list-style-type: none;
}

img {
	outline: none;
	border: none;
}

a {
	text-decoration: none;
	outline: none;
}

a,
a:link {
	COLOR: #515151;
	text-decoration: none;
}


a:hover {
	/* color: #3399FF; */
	text-decoration: none;
}

html {
	/* background: #f8ebd8; */
}

body,
html {
	margin: 0;
	width: 100%;
	height: auto;
	/* background: #ffffff; */
	/* background-repeat: repeat-x; */
	/* color: #7D3C04; */
}

button {
	cursor: pointer;
}

p {
	word-wrap: break-word;
	margin: 0 ;
}
video{
	object-fit: fill
}


@media screen and (min-width: 1200px) {
	.headTop {
		width: 100%;
		height: 300px;
	}

	.headTop img {
		width: 100%;
		height: 100%;
	}
}

@media screen and (min-width: 1024px) {
	.headTop {
		width: 100%;
		height: 300px;
	}

	.headTop img {
		width: 100%;
		height: 100%;
	}
	#header{
		height: 190px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.headTop {
		width: 100%;
		height: 250px;
	}

	.headTop img {
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width: 767px) {
	.headTop {
		width: 100%;
		height: auto;
	}

	.headTop img {
		width: 100%;
		height: 140px;
	}
}
