* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
    background-color: #f6f6f6;
}

.header {
	width: 100%;
	height: 6.25rem;
	border-bottom: 1px solid rgb(196, 196, 196, 0.5);
	background-color: #fff;
}

.header-content {
	width: 87.5rem;
	height: 6.25rem;
	margin: auto;
}

.logo {
	width: 10.9375rem;
	height: 6.25rem;
	float: left;
}

.logo img {
	width: 10.9375rem;
	height: 6.25rem;
}

.header-btn {
	width: 25rem;
	height: 6.25rem;
	float: right;
	line-height: 6.25rem;
}

.header-btn img {
	margin-left: 20px;
	vertical-align: middle;
	/* background-color: #fff; */
}

.header a {
	color: #000;
	text-decoration: none;
}

.nav-box {
	width: 100%;
	height: 3.75rem;
	background-color: #fff;
}

.nav {
	width: 87.5rem;
	height: 3.75rem;
	margin: auto;
}

.nav ul {
	width: 100%;
}

.nav ul li {
	list-style: none;
	float: left;
	text-align: center;
	line-height: 60px;
	width: 155.5px;
	text-align: center;
	transition: all .5s ease .1s;
}

.nav ul li:hover {
	background-color: #36d39b;
	color: #fff;
}

/* .nav li:hover a {
	color: #fff;
} */

.nav-box a {
	color: #000;
	text-decoration: none;

}

.banner {
	width: 100%;
	height: 440px;
}

.content>ul,
ol,
li {
	list-style: none;
}

.content ul,
ol,
li {
	list-style: none;
}

.content {
	width: 100%;
	height: 440px;
	background-color: #000000
}

.content>ul {
	width: 100%;
	height: 440px;
}

.content>ul>li {
	width: 100%;
	height: 440px;
	position: absolute;
	left: 0;
	top: 160px;
	opacity: 0;
	float: left;
}

.content>ul>li.active {
	opacity: 1;
}

.content>ol>li {
	width: 10px;
	height: 10px;
	background-color: white;
	border-radius: 50%;
	cursor: pointer;
}

.content>ol>li.active {
	background-color: #4349b6;
}

.content>div.left {
	left: 0;
}

.content>div.right {
	right: 0;
}

.content img {
	width: 100%;
	height: 440px;
}

.content>ol {
	width: 160px;
	height: 15px;
	position: absolute;
	left: 30px;
	top: 580px;
	background-color: rgba(50, 50, 50, 0.5);
	display: flex;
	justify-content: space-around;
	align-items: center;
	border-radius: 15px;
}

.content>div {
	width: 40px;
	height: 65px;
	position: absolute;
	top: 380px;
	transform: translateY(-50%);
	background-color: rgba(50, 50, 50, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: white;
	z-index: 999;
}

.main {
	width: 87.5rem;
	height: auto;
	margin: auto;
	margin-top: 30px;
}

.bidding {
	margin-top: 30px;
}

.bidding-text {
	width: 1400px;
	height: 30px;
	line-height: 30px;
}

.bidding-text a {
	color: #000;
}

.bidding-information {
	width: 1400px;
	height: auto;
	line-height: 60px;
	margin-top: 20px;
	box-shadow: 0px 0px 5px rgb(205, 205, 205);
	position: relative;
}

.bidding-information a {
	color: #000;
	text-decoration: none;
}

.bidding-information p {
	margin-right: 30px;
}

.announcement {
	width: 1400px;
	height: auto;
	position: relative;
	overflow: hidden;
}

.announcement-title {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.title-p1 {
	margin-left: 30px;
}

.title-p2 {
	margin-left: 760px;
}

.title-p3 {
	margin-left: 120px;
}

.announcement-content {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 2px rgb(205, 205, 205);
}

.announcement-content:hover {
	border-left: #36d39b 5px solid;
}

.content-p1 {
	margin-left: 30px;
}

.content-p2 {
	position: absolute;
	left: 850px;
}

.content-p3 {
	position: absolute;
	left: 1065px;
}

.copyright {
	width: 100%;
	height: 60px;
	float: left;
	line-height: 60px;
	text-align: center;
	background-color: #000000;
	color: #fff;
	margin-top: 30px;
}

.copyright a {
	color: #fff;
	text-decoration: none;
	margin-left: 30px;
}

.left {
	float: left;
}

.right {
	float: right;
}