/* 公共标签 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif;
	font-size: 18px;
	word-break: keep-all;
}

html,
body {
	margin: 0;
	padding: 0;
	max-width: 100%;
	overflow-x: hidden;
	background: #f5f7f9;
}

a {
	text-decoration: none;
	cursor: pointer;
	display: block;
}

ul,
li {
	list-style: none;
	display: flex;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
	margin-top: 30px;
}

td {
	border: 1px #333 solid;
	min-width: 150px;
	text-indent: 10px;
	line-height: 30px;
}

.boxshow {
	box-shadow: 0 0 15px rgb(0 0 0 / 80%);
}

.pubCon {
	width: 100%;
	max-width: 1400px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
}

.pMod {
	padding: 100px 0;
}

.forth {
	width: 25%;
	padding: 0 15px;
}

.third {
	width: 33.3%;
	padding: 0 15px;
}

.pubTit {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.pubTit1 {
	font-size: 36px;
	line-height: 32px;
	font-weight: 600;
}

.pubTit2 {
	font-size: 18px;
	color: #595959;
	line-height: 32px;
	padding: 0 15px;
	border-radius: 16px;
	transition: 0.3s;
}

.pubTit2:hover {
	color: #fff;
	background: #a0836e;
}



/* 音乐小组件 */
audio {
	display: none;
}

.audioBox {
	position: fixed;
	z-index: 8;
	right: 5px;
	bottom: 5px;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 80px;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	background: rgba(255, 2555, 255, 0.9);
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.music-bar {
	width: 50px;
	height: 20px;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.music-bar span {
	font-size: 14px;
	/* animation: fu1 2s linear infinite; */
}

@keyframes fu1 {
	0% {}

	50% {
		transform: scale(1.1);
	}

	100% {}
}

@keyframes fu2 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.audioi {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	animation: fu2 5s linear infinite;
}




/* head */
.head {
	position: fixed;
	top: 0;
	z-index: 8;
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	background: #fff;
}

.headMob {
	display: none;
}

.mm {
	display: none;
}

.head a {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #000;
	transition: 0.5s;
}

.ha a {
	width: auto;
	position: relative;
	padding: 0 10px;
}

.ha a::after {
	content: '';
	width: 100%;
	height: 3px;
	background-color: currentColor;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transform-origin: center;
	transition: 0.3s ease-out;
}

.ha a:hover::after {
	transform: scaleX(1);
	transform-origin: center;
}

.ha {
	display: flex;
	justify-content: center;
	line-height: 80px;
}

.hal {
	width: calc(16.6% - 28px);
	/* width: calc(12.5% - 21px); */
}

.har {
	width: calc(16.6% - 65px);
}

.head .halogo {
	width: 167PX;
}

.gaq {
	color: #a0836a !important;
	width: 111px !important;
	text-align: center;
	line-height: 36px;
	border-radius: 5px;
	border: 1px solid #a0836a;
}

.gaq:hover {
	color: #fff !important;
	background: #a0836e;
	border: #a0836e;
}

.hdSlide {
	position: fixed;
	top: 80px;
	display: none;
	box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.hdSlide a {
	background: #fff;
	border-top: 1px solid #ddd;
	font-weight: 500;
	overflow: hidden;
	line-height: 40px;
}

.hdSlide a:hover {
	color: #fff;
	background: #a0836e;
}

.hdSlide a::after {
	height: 0;
}

.rsvgBox {
	width: 50px;
	z-index: 5;
	position: fixed;
	display: flex;
	flex-direction: column;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
}

.rsvgBox a {
	width: 50px;
	height: 50px;
	margin: 5px 0;
	background: rgba(0, 0, 0, 0.66);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 15px rgb(0 0 0 / 50%);
	transition: 0.3s;
}

.rsvgBox a:hover {
	background: #000;
}




/* mian */
.main {
	position: absolute;
	top: 80px;
	width: 100%;
}

.banner {
	width: 100%;
	overflow: hidden;
	display: flex;
}

.banner a {
	font-size: 20px;
	width: 100%;
	/* height: 100vh; */
}

.banner a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.detmain {
	margin-top: 80px;
}




.position {
	line-height: 30px;
	border-bottom: 1px solid #eee;
	color: #555;
}

.position a {
	color: #555;
}

.position a:hover {
	color: #a0836a;
}

.position .pubCon {
	padding: 0 20px;
}





/* product */
.proCon {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.proCon .forth {
	margin-top: 50px;
}

.proCard img {
	transition: 0.5s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.proCard {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}

.proCard div {
	background: #eee;
	color: #000;
	line-height: 36px;
	z-index: 2;
	text-align: center;
	transition: 0.5s;
}

.proCard:hover img {
	transform: scale(1.1);
}

.proCard:hover div {
	background: #a0836a;
	color: #fff;
}



/* about */
.about {
	width: 100%;
	background: #eee;
}

.ableft {
	width: 60%;
	padding: 15px;
}

.abright {
	width: 35%;
	padding: 15px;
}

.abright img {
	width: 100%;
	object-fit: contain;
}

.abla {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 30px;
}

.ablb {
	line-height: 30px;
}

.ablc {
	display: inline-block;
	width: auto;
	margin-top: 30px;
	line-height: 40px;
	padding: 0 15px;
	border-radius: 5px;
	color: #000;
	border: 1px solid #000;
	transform-origin: left;
	transition: 0.5s;
}

.ablc:hover {
	border: 1px solid #a0836e;
	background: #a0836e;
	color: #fff;
}

.abld {
	display: flex;

	flex-wrap: wrap;
	width: 100%;
	margin-top: 30px;
}

.abld div {
	width: 33.3%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 15px;
}

.abld div span {
	margin-top: 15px;
}

.abld div img {
	width: 90%;
	max-width: 100px;
}





/* news */
.news {
	width: 100%;
	background: #f5f7f9;
}

.newsCard {
	display: flex;
	align-items: center;
	width: 100%;
	height: 200px;
	margin-top: 50px;
	padding: 20px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.newsCard:hover {
	box-shadow: 0 0 15px #a0836e;
}

.newsdate {
	width: 120px;
	height: 120px;
	border-right: 1px solid #aaa;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ndy {
	font-size: 30px;
	font-weight: 600;
	color: #a0836e;
	letter-spacing: 3px;
}

.ndd {
	font-size: 20px;
	color: #555;
	margin-top: 10px;
	letter-spacing: 1px;
}

.newscon {
	padding: 0 20px;
	width: fit-content;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.newstit {
	width: 100%;
	color: #555;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	letter-spacing: 1px;
}

.newstext {
	overflow: hidden;
	color: #555;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.newsp {
	width: 320px;
	height: 160px;
}

.newsp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}




/* foot */
.foot {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 80px;
	background: #f5f7f9;
}

.ftt1 {
	padding: 0 15px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}

.ftt {
	padding: 0 15px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 50px;
}

.ftleft {
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ftleft img {
	width: 80%;
	margin-bottom: 30px;
}

.ftleft div {
	width: 85%;
	color: #fff;
	line-height: 28px;
}

.ftright {
	width: 75%;
	display: flex;
	padding-top: 20px;
}

.ftnav {
	width: 80px;
	margin: 0 5px;
	flex: ;
}

.ftnav:nth-child(1) {
	width: 120px;
}

.ftnav:nth-child(2) {
	width: 250px;
}

.ftnav:nth-child(4) {
	width: 200px;
}

.ftnav:nth-child(3) {
	width: 210px;
}

.ftnav:nth-child(5) {
	width: 160px;
}



.ftnav .ftnt {
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
}

.ftnav .ftnb {
	color: #fff;
	line-height: 30px;
}

.ftnav a:hover {
	color: #ccc;
}

.cr {
	margin-top: 40px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cr div {
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	padding: 0 10px;
}

.cr div a {
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	padding: 0 10px;
}

@media screen and (max-width:1200px) {
	.ha a {
		font-size: 16px;
	}
}

@media screen and (max-width:992px) {
	* {
		font-size: 16px;
	}

	.pMod {
		padding: 50px 0;
	}

	.forth {
		width: 50%;
	}

	.pubTit1 {
		font-size: 26px;
	}


	/* head */
	.head {
		display: none;
	}

	.headMob {
		position: fixed;
		z-index: 8;
		box-shadow: 0 0 15px #a0836a;
		display: flex;
		width: 100%;
		height: 60px;
		padding: 10px;
		background: #fff;
		justify-content: space-between;
	}

	.menuMob {
		height: 40px;
	}

	.menuMob div {
		width: 32px;
		height: 2px;
		border-radius: 1px;
		margin: 0 auto;
		background: #333;
		margin-top: 8px;
	}

	.closemm {
		width: 18px;
		height: 18px;
	}

	.mm {
		display: block;
		z-index: 9;
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		width: 98%;
		height: auto;
		min-height: 100vh;
		transition: 0.5s;
		transform: translateX(-100%);
	}

	.mm ul {
		flex-direction: column;
		padding: 0 25px;
	}

	.mm ul li {
		width: 100%;
		flex-direction: column;
		border-bottom: 1px solid #eee;
		padding: 0;
	}

	.mma1 {
		line-height: 30px;
		color: #a0836a;
	}

	.mmsa {
		display: none;
	}

	.mmsa a {
		width: 100%;
		padding-left: 15px;
		line-height: 30px;
		background: #f0f0f0;
		color: #a0836a;
		border-bottom: 1px solid #fff;
	}


	.rsvgBox {
		width: 100%;
		flex-direction: row;
		right: 0;
		top: auto;
		bottom: 0;
		transform: translateY(0);
		box-shadow: 0 0 15px rgb(0 0 0 / 20%);
	}

	.rsvgBox a {
		flex: 1;
		margin: 0;
		background: #a0836a;
		border-radius: 0;
		box-shadow: none;
		border-right: 1px solid #eee;
	}

	.audioBox {
		bottom: 80px;
	}


	.main {
		top: 60px;
	}




	/* products */
	.product {
		width: 100%;
		padding: 50px 15px;
	}

	.proCon .forth {
		margin-top: 30px;
	}



	/* about */
	.ableft {
		width: 100%;
	}

	.abright {
		width: 100%;
	}

	.abla {
		font-size: 22px;
	}



	/* news */
	.news {
		padding: 50px 15px;
	}

	.newsCard {
		height: 160px;
		margin-top: 30px;
	}

	.newsCard .newsp {
		display: none;
	}


	/* foot */
	.foot {
		padding-top: 50px;
		margin-bottom: 50px;
	}

	.ftt1 {
		font-size: 18px;
	}

	.ftt {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.ftleft {
		width: 100%;
	}

	.ftright {
		display: none;
	}

	.cr div {
		line-height: 30px;
		font-size: 12px;
	}

	.cr div a {
		line-height: 30px;
		font-size: 12px;
	}
}