@font-face {
	font-family: "SourceHan";
	src: url("../iconfont/SourceHanSerifCN-Regular-1.woff") format("truetype");
	font-weight: normal;
	font-style: normal;
}

/* 扉页样式 */
body {
	margin: 0;
}
.containers {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background-color: #fffdf6;
}
.logos {
	width: 268px;
	height: 268px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../images/logos.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 10px;
}
.countdown_box {
	position: fixed;
	bottom: 12vh;
	width: 100%;
	text-align: center;
	display: inline-block;
	font-family: SourceHan, serif;
}
.countdown_num {
	color: #810202;
	font-size: 14px;
}
.countdown_text {
	color: #999;
	font-size: 14px;
}

/*导航二级菜单*/
.two_btn {
	position: relative !important;
}
.two_menu {
	display: none;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 20px;
	background: #fffefb;
	/* box-shadow: 0px 2px 10px 0px rgba(204, 204, 204, 0.5); */
	border-radius: 3px;
}
.two_menu li {
	padding: 10px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}
.two_menu li a {
	display: block;
	white-space: nowrap;
	font-family: SourceHan, serif;
	font-weight: bold;
	font-size: 16px;
	color: #8c7c50;
}

/*展厅介绍多图轮播*/
#ztSwiper {
	width: 110%;
	float: left;
	margin-top: 10vh;
	margin-left: -5%;
	position: relative;
}
#ztSwiper .container {
	width: 100%;
	height: 100vh;
}
#ztSwiper .swiper-pagination {
	bottom: -8vh;
}
#ztSwiper .swiper-pagination-bullet-active {
	box-shadow: 0 0 0 1px #be9452 !important;
	background: none !important;
}
#ztSwiper .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	margin: 0 12px;
	background: #be9452;
	opacity: 1 !important;
}
.ztSwiper_a img {
	width: 100%;
	height: 100%;
	float: left;
}
.ztSwiper_a .zta_p {
	width: 100%;
	font-size: 20px;
	font-family: SourceHan, serif;
	font-weight: bold;
	color: #000;
	text-align: left;
	margin-top: 40px;
	float: left;
}
.ztSwiper_a .zta_p1 {
	width: 100%;
	font-size: 20px;
	font-family: SourceHan, serif;
	font-weight: 580;
	color: #000;
	text-align: left;
	margin-top: 20px;
	float: left;
}
.ztSwiper_a:hover .slide_ceng {
	transform: scale(1);
}
.slide_ceng {
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	width: 100%;
	height: calc(100% - 100px);
	padding: 50px 60px 0;
	background: rgb(0, 0, 0, 0.7);
	color: white;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	transition: all 0.6s ease;
	transform: scale(0);
}
.slide_ceng h4 {
	font-size: 20px;
	font-weight: lighter;
}
.slide_ceng h5 {
	font-size: 16px;
	font-weight: lighter;
}

.about-qc {
	margin-bottom: 80px;
}
.about-qc .content .left {
	width: 70% !important;
	padding-top: 0 !important;
	padding-left: 0 !important;
	background: none;
}
.about-qc .content .right {
	width: 30% !important;
}
.left_text {
	width: 40%;
	float: left;
}
.right_text {
	width: 55%;
	float: left;
	margin-left: 5%;
}
.about-qc .content .left p {
	width: 100%;
	height: auto;
	line-height: 50px;
}

.hcolor {
	background-color: #8c7c50;
	color: #ffffff !important;
	box-shadow: none !important;
}
.Tbtn {
	width: 1200px;
	height: auto;
}
.Tbtn ul {
	width: 50%;
	height: 40px;
	display: table;
	margin: 0 auto 50px auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px; /* 根据需要调整间距 */
}
.Tbtn li {
	height: 40px;
	line-height: 40px;
	/* font-family: SourceHan, serif;*/
	/* font-weight: bold; */
	font-size: 16px;
	color: #333333;
	text-align: center;
	float: left;
	box-shadow: 0 0 0 1px #333333;
}
.Tbox {
	width: 1200px;
	height: auto;
	display: none;
	margin-bottom: 80px;
}
@media screen and (max-width: 1366px) {
    .Tbox{
        width: calc(100% - 30px) !important;
    }
}
.box_4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px; /* 根据需要调整间距 */
}
.box_4 a {
	padding: 0 !important;
	border: none !important;
	height: auto !important;
	overflow: hidden;
	margin-bottom: 20px !important;
}
.box_4 a div {
	width: 100%;
	height: 80%;
	float: left;
	overflow: hidden;
}
.box_4 a:hover img {
	transform: scale(1.1);
}
.box_4 a img {
	width: 100%;
	height: 100%;
	float: left;
	transition: transform 0.3s ease;
}
.box_4 a p {
	width: 100%;
	height: 30px;
	float: left;
	line-height: 30px;
	padding: 5px 10px;
}
.dlpic {
	width: 70%;
	display: table;
	margin: 0 auto;
}

/*移动1200px*/
@media (max-width: 1200px) {
	.Tbtn {
		width: 100%;
		height: auto;
	}
	.Tbtn ul {
		width: 50%;
		height: 40px;
		display: table;
		margin: 0 auto 50px auto;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 20px; /* 根据需要调整间距 */
	}
	.Tbtn li {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		color: #333333;
		text-align: center;
		float: left;
		box-shadow: 0 0 0 1px #333333;
	}
	.Tbox {
		width: 100%;
		height: auto;
		display: none;
		margin-bottom: 80px;
		overflow: hidden;
	}
}

/*移动992px*/
@media (max-width: 992px) {
	#header .fir-menu > li {
		width: 100%;
		float: left;
	}
	.two_btn {
		position: relative !important;
	}
	.two_menu {
		display: none;
		width: 100%;
		position: relative;
		top: 0;
		float: left;
		padding: 0px;
		background: #fffefb !important;
		box-shadow: 0px 2px 10px 0px rgba(204, 204, 204, 0);
		border-radius: 0px;
	}
	.two_menu li {
		padding: 15px 0;
		border-bottom: 1px solid rgba(204, 204, 204, 0.2);
	}
	.two_menu li a {
		display: block;
		white-space: nowrap;
		font-family: SourceHan, serif !important;
		font-size: 16px !important;
		color: #8c7c50 !important;
		text-align: center;
		letter-spacing: 5px;
	}
	#ztSwiper {
		overflow: hidden;
		margin-top: 50px;
		position: relative;
		padding-bottom: 60px;
	}
	.products-list {
		width: 100%;
		margin: 0 auto;
	}
	.about-qc {
		width: 100%;
		margin-bottom: 50px;
	}
	.container {
		width: 98% !important;
		margin: 0 1%;
	}
	.about-qc .content .left {
		width: 100% !important;
		padding-top: 10px !important;
		padding-left: 8% !important;
		padding-right: 8% !important;
		background: #f5f5f5;
	}
	.about-qc .content .right {
		width: 100% !important;
	}
	.left_text {
		width: 100%;
		float: left;
	}
	.right_text {
		width: 100%;
		float: left;
		margin-left: 0%;
	}
	.about-qc .content .left p {
		width: 100%;
		height: auto;
		line-height: 50px;
		border-bottom: 1px solid rgba(204, 204, 204, 0.3);
	}

	.Tbtn {
		width: 100%;
		height: auto;
	}
	.Tbtn ul {
		width: 100%;
		height: auto !important;
		display: table;
		margin: 0 auto 50px auto;
		display: grid;
		grid-template-columns: repeat(2, 2fr) !important;
		grid-gap: 20px !important; /* 根据需要调整间距 */
	}
	.Tbtn li {
		height: 40px;
		line-height: 40px;
		font-size: 16px !important;
		color: #333333;
		text-align: center;
		float: left;
		box-shadow: 0 0 0 1px #333333;
	}
	.Tbox {
		width: 100%;
		height: auto;
		display: none;
		margin-bottom: 80px;
		overflow: hidden;
	}
}
/*移动768px*/
@media (max-width: 768px) {
	.two_btn {
		position: relative !important;
	}
	.two_menu {
		display: none;
		width: 100%;
		position: relative;
		top: 0;
		float: left;
		padding: 0px;
		background: white;
		box-shadow: 0px 2px 10px 0px rgba(204, 204, 204, 0);
		border-radius: 0px;
	}
	.two_menu li {
		padding: 15px 0;
		border-bottom: 1px solid rgba(204, 204, 204, 0.2);
	}
	.two_menu li a {
		display: block;
		white-space: nowrap;
		font-size: 14px;
		color: #333333;
		text-align: center;
	}
	#ztSwiper {
		overflow: hidden;
		margin-top: 50px;
		position: relative;
		padding-bottom: 60px;
	}

	.about-qc {
		width: 100%;
		margin-bottom: 50px;
	}
	.container {
		width: 98% !important;
		margin: 0 1%;
	}
	.about-qc .content .left {
		width: 100% !important;
		padding-top: 10px !important;
		padding-left: 8% !important;
		padding-right: 8% !important;
		background: #f5f5f5;
	}
	.about-qc .content .right {
		width: 100% !important;
	}
	.left_text {
		width: 100%;
		float: left;
	}
	.right_text {
		width: 100%;
		float: left;
		margin-left: 0%;
	}
	.about-qc .content .left p {
		width: 100%;
		height: auto;
		line-height: 50px;
		border-bottom: 1px solid rgba(204, 204, 204, 0.3);
	}

	.Tbtn {
		width: 100%;
		height: auto;
	}
	.Tbtn ul {
		width: 100%;
		height: 40px;
		display: table;
		margin: 0 auto 50px auto;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 20px; /* 根据需要调整间距 */
	}
	.Tbtn li {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		color: #333333;
		text-align: center;
		float: left;
		box-shadow: 0 0 0 1px #333333;
	}
	.Tbox {
		width: 100%;
		height: auto;
		display: none;
		margin-bottom: 80px;
		overflow: hidden;
	}
}
/*移动580px*/
@media (max-width: 580px) {
	.two_btn {
		position: relative !important;
	}
	.two_menu {
		display: none;
		width: 100%;
		position: relative;
		top: 0;
		float: left;
		padding: 0px;
		background: white;
		box-shadow: 0px 2px 10px 0px rgba(204, 204, 204, 0);
		border-radius: 0px;
	}
	.two_menu li {
		padding: 15px 0;
		border-bottom: 1px solid rgba(204, 204, 204, 0.2);
	}
	.two_menu li a {
		display: block;
		white-space: nowrap;
		font-size: 14px;
		color: #333333;
		text-align: center;
	}

	#ztSwiper {
		width: 105%;
		overflow: hidden;
		position: relative;
		padding-bottom: 30px;
		margin: 50px 2.5% 0 -2.5%;
	}
	.ztSwiper_a .zta_p {
		white-space: nowrap; /* 文本不换行 */
		overflow: hidden; /* 隐藏超出部分 */
		text-overflow: ellipsis; /* 文本溢出显示为省略号 */
	}

	.index_hd {
		padding-top: 50px !important;
	}
	.products-list {
		width: 100%;
		margin: 0 auto;
	}

	.about-qc {
		margin-bottom: 50px;
	}
	.about-qc .content .left {
		width: 100% !important;
		padding-top: 10px !important;
		padding-left: 8% !important;
		padding-right: 8% !important;
		background: #f5f5f5;
	}
	.about-qc .content .right {
		width: 100% !important;
	}
	.left_text {
		width: 100%;
		float: left;
	}
	.right_text {
		width: 100%;
		float: left;
		margin-left: 0%;
	}
	.about-qc .content .left p {
		width: 100%;
		height: auto;
		line-height: 50px;
		border-bottom: 1px solid rgba(204, 204, 204, 0.3);
	}

	.Tbtn {
		width: 100%;
		height: auto;
	}
	.Tbtn ul {
		width: 100%;
		height: 40px;
		display: table;
		margin: 0 auto 50px auto;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 10px; /* 根据需要调整间距 */
	}
	.Tbtn li {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		color: #333333;
		text-align: center;
		float: left;
		box-shadow: 0 0 0 1px #333333;
	}
	.Tbox {
		width: 100%;
		height: auto;
		display: none;
		margin-bottom: 80px;
		overflow: hidden;
	}
	.box_4 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px; /* 根据需要调整间距 */
	}

	.dlpic {
		width: 100%;
		display: table;
		margin: 0 auto;
	}
}
