/* 全局重置 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	width: 100%;
}

body {
	font-family: "Microsoft YaHei", "SimHei", Arial, sans-serif;
	background: #2d1f1e;
	overflow-x: hidden;
	width: 100%;
	max-width: 100%;
}

img {
	max-width: 100%;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}


.wd1920 {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}


#menu {
	height: 85px;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
	background: linear-gradient(to bottom, #0d0b07, #19160f);
	border-bottom: 1px solid #7b7062;
}

#menu ul {
	width: 1280px;
	margin: 0 auto;
}

#menu ul .logo {
	float: left;
	width: 400px;
	margin-right: 180px;
}

#menu ul li {
	float: left;
	height: 80px;
	margin-right: 8px;
}


#menu ul li a {
	width: 100px;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 8px;
	display: block;
}

#menu ul li a strong {
	height: 37px;
	line-height: 37px;
	overflow: hidden;
	font-size: 16px;
	font-weight: normal;
	color: #fae8d8;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

#menu ul li a span {
	line-height: 17px;
	font-size: 11px;
	color: #c8bfbb;
	text-transform: uppercase;
	display: block;
}







.banner {
	background: url(../images/bg_01.jpg) no-repeat;
	height: 1020px;
	background-size: cover;
	background-position: top center;
	background-position: center;
	position: relative;
	overflow: hidden;
}

video {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%);
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.thefirst {
	position: relative;
}

.addbtntop {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	text-align: center;
}

.addbtntop a img {
	transition: all 0.6s;
	margin: 0px 30px;
}

.addbtntop a img:hover {
	transform: translateY(-10px);
}



.banner2 {
	background: url(../images/bg_02.jpg) no-repeat;
	height: 828px;
	background-size: cover;
	background-position: top center;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.banner3 {
	background: url(../images/bg_03.jpg) no-repeat;
	height: 1168px;
	background-size: cover;
	background-position: top center;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.banner4 {
	background: url(../images/bg_04.jpg) no-repeat;
	height: 901px;
	background-size: cover;
	background-position: top center;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.addbtn {
	bottom: 70px;
}






.box5 {
	width: 100%;
	background: #111 !important;
	font-size: 14px;
	line-height: 1.6;
	border-top: 1px solid #F5DEB3;
	padding: 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 30px;
}

.ftlogo {
	text-align: center;
}

.ftlogo img {
	height: 60px;
	width: auto;
}

.ftright {
	max-width: 850px;
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ftrightcontent {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.ftrightcontent span {
	color: #E8E8E8;
	font-size: 15px;
}

.ftrightcontent a img {
	height: 26px;
	width: auto;
	vertical-align: middle;
	margin: 0 6px;
}

.privacy-protocol {
	color: #F5DEB3;
	font-size: 14px;
	text-decoration: none;
	padding: 2px 6px;
	border: 1px solid #d4af37;
	border-radius: 3px;
	margin-left: 8px;
	transition: all 0.2s;
}

.fttext {
	font-size: 12px;
	color: #999;
	line-height: 1.5;
	padding-left: 2px;
}

.fttext strong {
	color: #FFD700;
	font-weight: normal;
}