:root {
	--secondary-color: #e1bb78;
	--primary-color: #E6E4E4;
	--light-color: #F7F7F7;
	--dark-heading: #111e21;
}

.section-title {
	padding: 10px 0px;
	border-bottom: 2px solid rgb(207, 207, 207);
	margin: 50px 0px;
}

.section-title span {
	display: block;
}

.section-title .en {
	text-transform: uppercase;
	font-size: 16px;
	color: rgb(151, 151, 151);
}

.section-title .cn {
	font-size: 32px;
	color: rgb(51, 51, 51);
}

.section-title em {
	font-style: normal;
	color: var(--secondary-color);
	font-weight: bold;
}

.section-title .row {
	display: flex;
	align-items: center;
}

.section-title p {
	font-size: 14px;
	line-height: 24px;
	color: rgb(151, 151, 151);
	margin-bottom: 0px;
}

/* :: Header Area CSS */
.header-area {
	position: fixed;
	z-index: 995;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	background-color: transparent;
	padding: 15px 30px;
}

.header-area .logo-area a {
	color: #ffffff;
	font-size: 36px;
	font-weight: 100;
}

.banner .swiper-slide h1 {
	white-space: nowrap;
}

@media only screen and (max-width: 767px) {
	.header-area .logo-area a {
		font-size: 24px;
	}

	.banner .swiper-slide>.container-fluid>div {
		top: 50% !important;
	}
}

.header-area .menu-content-area .header-social-area {
	margin-right: 30px;
}

.header-area .menu-content-area .header-social-area a {
	font-size: 18px;
	padding: 0 10px;
	color: #ffffff;
}

@media only screen and (max-width: 767px) {
	.header-area .menu-content-area .header-social-area a {
		padding: 0 5px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.header-area .menu-content-area .header-social-area {
		margin-right: 15px;
	}
}

.header-area.sticky {
	background-color: #232323;
}

@media only screen and (max-width: 767px) {
	.header-area {
		padding: 10px 0;
	}
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	cursor: pointer;
	width: 30px;
	height: 30px;
}

.header-area .logo-area img {
	width: 100px;
}

.mainMenu {
	position: fixed;
	width: 300px;
	height: 100%;
	top: 0px;
	left: -500px;
	background-color: rgb(77 75 75 / 90%);
	z-index: 99999;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding: 50px 15px;
	transition-duration: 800ms;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 40px;
}

.mainMenu .closeIcon {
	position: absolute;
	right: 50px;
	top: 50px;
	z-index: 9;
	color: rgb(255, 255, 255);
	font-size: 24px;
	cursor: pointer;
	transition-duration: 750ms;
}

.mainMenu .closeIcon:hover {
	transform: rotate(180deg);
}

.mainMenu nav ul {
	padding-left: 0px;
}

@media only screen and (max-width: 767px) {
	.mainMenu .closeIcon {
		right: 30px;
		top: 30px;
	}
}

.mainMenu .logo-area a {
	color: rgb(255, 255, 255);
	font-size: 30px;
	display: block;
	font-weight: 100;
}

.logo-image {
	max-width: 100%;
	width: 60%;
	margin-top: 15%;
}

@media only screen and (max-width: 767px) {
	.mainMenu .logo-area a {
		font-size: 24px;
	}
}

.mainMenu .copywrite-text p {
	margin-bottom: 0px;
	color: rgb(255, 255, 255);
}

@media only screen and (max-width: 767px) {
	.mainMenu .copywrite-text p {
		font-size: 14px;
	}
}

.mainMenu .copywrite-text a {
	color: rgb(255, 255, 255);
}

.mainMenu .copywrite-text a:hover,
.mainMenu .copywrite-text a:focus {
	font-size: 14px;
}

.mainMenu .nav-link {
	color: rgb(255, 255, 255);
	font-size: 18px;
	position: relative;
	z-index: 1;
	padding: 12px 15px;
}

@media only screen and (max-width: 767px) {
	.mainMenu .nav-link {
		font-size: 14px;
		padding: 10px;
	}
}

.about .about-image {
	max-width: 85%;
	border-bottom-right-radius: 20%;
}


.banner .swiper-slide>a {
	position: relative;
}

.banner .swiper-slide>a::after {
	content: "";
	position: absolute;
	inset: 0px;
	background: rgba(0, 0, 0, 0.1);
	z-index: 1;
}

.banner .swiper-slide>.container-fluid>div {
	z-index: 999;
}



.menu-open .mainMenu {
	left: 0px;
}

.main-content {
	color: rgb(68, 68, 68);
	font-size: 14px;
	overflow: hidden;
}

.category-list a {
	display: inline-block;
	font-size: 15px;
	border: 0px;
	color: #555;
	font-weight: 500;
	padding: 15px 25px;
	margin-left: 5px;
	letter-spacing: 0.5px;
	line-height: 1.2;
	background: rgb(239 239 239);
	margin-bottom: 5px;
	flex: 1;
}

.category-list a:hover {
	background: var(--dark-heading);
	color: #fff;
}

.category-list {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.product-list {
	padding-right: 2%;
	padding-left: 2%;
	justify-content: space-between;
}

.prod-list-item {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 30px;
	overflow: hidden;
	transition: all .3s;
}

.prod-list-item:hover h4 {
	transform: translateY(0);
	height: auto;
}

.prod-list-item .num {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.prod-list-item:nth-child(2n-1) {
	background-color: var(--light-color);
}

.prod-list-item:nth-child(2n) {
	background-color: var(--light-color);
}

.prod-list-item .num::after {
	content: "";
	margin-left: 20px;
	display: inline-block;
	width: 80px;
	height: 1px;
	background: var(--secondary-color);
}

.prod-list-item h4 {
	font-size: 20px;
	font-weight: 400;
	color: rgb(68, 68, 68);
	margin-bottom: 18px;
	max-height: 24px;
	overflow: hidden;
	transform: translateY(-400%);
	transition: all .3s;
	height: 0;
}

.prod-list-item img {
	max-width: 100%;
	/* margin: 100px 0px 0px; */
}

.about {
	background: url("../images/profile_bg.jpg") right center no-repeat;
	padding: 80px 0px;
}

.about .profile h2 {
	font-size: 22px;
	margin-bottom: 20px;
}

.about .profile p {
	font-size: 14px;
	line-height: 28px;
	color: rgb(112, 112, 112);
	margin-top: 10px;
}

.about .profile .btn {
	display: flex;
	align-items: center;
	width: 140px;
	height: 40px;
	border-radius: 40px;
	background-color: var(--secondary-color);
	color: rgb(255, 255, 255);
	justify-content: center;
	margin-top: 40px;
}


.industry {
	padding: 0px 0px 40px;
	background-color: rgb(241, 241, 241);
}

.industry-list-item {
	position: relative;
}

.industry-list-item img {
	width: 100%;
}

.industry .text-wrap {
	position: absolute;
	bottom: 20px;
	right: 6%;
	left: 6%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	background-color: rgba(100, 100, 100, 0.7);
	color: rgb(255, 255, 255);
}

.news-list {
	justify-content: space-around;
	padding-bottom: 60px;
}


.news-list-item {
	padding-bottom: 46px;
	box-shadow: 0 3px 14px rgba(0, 0, 0, .2);
}

.news-item-top {
	display: flex;
	align-items: center;
	height: 100px;
}

.news .date {
	font-weight: bold;
	color: var(--secondary-color);
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.news .date .line {
	margin: 0px 10px;
	font-size: 24px;
	font-weight: 300;
}

.news .date .day {
	font-size: 46px;
	font-weight: bold;
}

.news .date .year {
	font-size: 22px;
}

.news .category {
	color: rgb(102, 102, 102);
	font-size: 14px;
}

.news h4 {
	font-size: 18px;
	color: rgb(21, 21, 21);
	font-weight: normal;
	margin: 10px 0px;
}

.news p {
	font-size: 14px;
	line-height: 2;
	color: rgb(102, 102, 102);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}

.footer {
	padding: 50px 0px 0px;
	background-color: var(--light-color);
}

.footer dd {
	margin-bottom: 10px;
}

.footer dt {
	font-size: 18px;
	margin-bottom: 25px;
	flex: 0 0 100%;
}

.footer dt::after {
	content: "";
	height: 2px;
	width: 40px;
	background: var(--secondary-color);
	display: block;
	margin-top: 10px;
}

.footer .qrcode {
	width: 110px;
}

.footer .copyright {
	border-top: 1px solid rgb(207, 207, 207);
	padding: 20px 0px;
	color: rgb(102, 102, 102);
}

.footer .category {
	display: flex;
	flex-wrap: wrap;
}

.footer .category dd {
	flex: 0 0 50%;
}

@media screen and (min-width: 769px) {
	.section-title {
		margin: 30px 0px;
	}
}

@media only screen and (min-width: 992px) {
	.mainMenu {
		padding: 30px 15px;
	}

	.prod-list-item {
		flex: 0 0 25%;
	}

	.main-content {
		color: rgb(68, 68, 68);
		font-size: 14px;
		width: calc(100% - 300px);
		margin-left: 300px;
	}

	.news-list-item {
		max-width: 23.5%;
	}

	.banner .swiper-wrapper .position-absolute {
		left: calc((100% + 300px) / 2) !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1480px) {
	.news-list-item {
		max-width: 48%;
		flex: 0 0 48%;
		margin-bottom: 15px;
	}

	.prod-list-item {
		max-width: 33.333%;
		flex: 0 0 33.333%;
	}

	.prod-list-item:nth-child(7),
	.prod-list-item:nth-child(8) {
		display: none !important;
	}

	/* about */
	.about {
		padding: 20px 0;
	}

	.about .profile p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 8;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.about .profile .btn {
		margin-top: 30px;
	}

	.about .about-image {
		max-width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mainMenu {
		padding: 30px 15px;
		width: 100%;
		left: -100%;
	}

	.about {
		padding: 20px 0px;
	}

	.about .profile p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 8;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.about .about-image {
		max-width: 100%;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.about .about-image {
		max-width: 100%;
		margin-top: 20px;
		border-radius: 10px;
	}

	.category-list a {
		flex: 0 0 30%;
	}

	.category-list a:nth-child(3n) {
		margin-left: 0;
	}
}