body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #555;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td,
th,
caption {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

a {
	color: #222;
	text-decoration: none;
}

a:hover {
	text-decoration: unset;
}

img {
	border: none;
}

ol,
ul,
li {
	list-style: none;
}

input,
textarea,
select,
button {
	outline: unset;
	border: unset;
	font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
	border-collapse: collapse;
}

html {
	overflow-y: scroll;
}


/* css common */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.img-box {
	position: relative;
	z-index: 2;
	display: block;
	overflow: hidden;
	padding-bottom: 100%;
}

.img-box img,
.img-box iframe,
.img-box video {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
}

@media (min-width: 1470px) {
	.container {
		width: 1440px;
		max-width: 1440px;
		padding: 0 15px;
	}
	.container .row {
		margin: 0 -15px;
	}
	.container .row>div {
		padding: 0 15px;
	}
}

.fszero {
	display: none !important;
	height: 0 !important;
	width: 0 !important;
	overflow: hidden !important;
}

.fszero h1 {
	font-size: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

body {
	background-color: #fff;
	font-family: "Arial", Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
	overflow-x: hidden;
}

:root {
	scroll-behavior: unset;
}

.online {
	z-index: 999;
	position: fixed;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

@media (max-width: 1199px) {
	.online {
		pointer-events: none;
		top: 60%;
		right: 0;
	}
}

.online ul .rotate {
	transform: rotate(405deg) !important;
}

.online ul .moveIn {
	pointer-events: all !important;
	right: 0px;
	z-index: 999;
}

.online ul li {
	display: block;
	transition: all 0.5s;
	cursor: pointer;
	position: relative;
	width: max-content;
	height: max-content;
}

@media (max-width: 1199px) {
	.online ul li {
		pointer-events: none;
	}
}

.online ul li:nth-last-of-type(1) {
	transform: rotate(0deg);
	right: 0px;
	z-index: 999;
	display: none;
	pointer-events: all !important;
}

@media (max-width: 1199px) {
	.online ul li:nth-last-of-type(1) {
		display: block;
	}
}

@media (max-width: 1199px) {
	.online ul li {
		position: relative;
		right: -70px;
	}
}

.online ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 55px;
	height: 55px;
	flex-shrink: 0;
	background: rgba(192, 192, 192, 0.6);
	border-radius: 50%;
	margin-bottom: 7px;
	transition: all 0.5s;
	font-size: 14px;
	color: #000;
	position: relative;
}

.online ul li a:hover {
	background-color: #703c26;
}

.online ul li a:hover svg path {
	fill: #fff;
}

.online ul li a:hover span {
	color: #fff;
}

.online ul li a svg {
	transition: all 0.5s;
}

.online ul li a svg path {
	transition: all 0.3s;
}

.online ul li a span {
	position: absolute;
	top: 7px;
	right: 10px;
	transition: all 0.5s;
	width: 20px;
	height: 20px;
	background-color: #be6c42;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 171.429% */
	text-transform: uppercase;
	border-radius: 50%;
}

.online ul li .detail {
	font-size: 16px;
	top: 0;
	display: none;
	align-items: center;
	padding: 0 10px;
	line-height: 50px;
	white-space: nowrap;
	border-radius: 200px;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 55px;
	color: #fff;
}

.online ul li .detail img {
	width: 100px;
}

.box-searchbox {
	display: none;
	z-index: 9999;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box-searchbox .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box-searchbox .container .close {
	cursor: pointer;
	position: absolute;
	top: -50px;
	right: 10px;
	color: #fff;
}

.box-searchbox .container p {
	margin-bottom: 50px;
	padding: unset;
	animation: zoomIn 1s 0s ease both;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
}

.box-searchbox .container form {
	width: 100%;
	border-bottom: 1px solid #fff;
	text-align: center;
}

.box-searchbox .container form input {
	border: unset;
	outline: unset;
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
	margin-bottom: 30px;
	width: 90%;
}

.box-searchbox .container form button {
	border: unset;
	outline: unset;
	background-color: rgba(0, 0, 0, 0);
}

.box-searchbox .container form button i {
	color: #fff;
	font-size: 24px;
}

.fiveKeys {
	z-index: 999;
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #703c26;
	display: none;
}

@media (max-width: 1199px) {
	.fiveKeys {
		display: block;
	}
}

.fiveKeys ul {
	display: flex;
	height: 100%;
}

.fiveKeys ul li {
	flex: 20%;
	height: 100%;
	width: 20%;
	position: relative;
}

.fiveKeys ul li a {
	color: #fff;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.fiveKeys ul li a i {
	display: block;
	font-size: 20px;
}

@media (min-width: 767px) {
	.fiveKeys ul li a i {
		font-size: 22px;
	}
}

.fiveKeys ul li a p {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
}

@media (min-width: 767px) {
	.fiveKeys ul li a p {
		font-size: 16px;
	}
}

.fiveKeys ul li .QrcodePic {
	display: none;
	z-index: 999;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -100%);
}

.fiveKeys ul li .QrcodePic img {
	width: 100%;
	height: auto;
}

.box-newsdetailMain {
	padding: 80px 0;
}

@media (max-width: 1199px) {
	.box-newsdetailMain {
		padding: 30px 0;
	}
}

.box-newsdetailMain .title {
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

.box-newsdetailMain .title h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
	color: #000;
}

@media (max-width: 767px) {
	.box-newsdetailMain .title h2 {
		font-size: 20px;
		line-height: 1.4;
	}
}

.box-newsdetailMain .title .time {
	padding: 10px 0;
	display: flex;
	align-items: center;
	color: #703c26;
}

@media (max-width: 767px) {
	.box-newsdetailMain .title .time {
		padding: unset;
		margin-top: 10px;
	}
}

.box-newsdetailMain .title .time svg {
	margin-right: 10px;
	transform: translateY(0px);
}

.box-newsdetailMain .title .time p {
	font-size: 16px;
	font-weight: bold;
}

@media (max-width: 767px) {
	.box-newsdetailMain .title .time p {
		font-size: 14px;
	}
}

.box-newsdetailMain .main {
	padding-bottom: 30px;
	padding-top: 10px;
	font-size: 16px;
	line-height: 28px;
	color: #000;
	border-bottom: 1px solid #eee;
}

.box-newsdetailMain .main p {
	width: 100%;
	padding-bottom: 10px;
	font-size: 16px;
}

@media (max-width: 767px) {
	.box-newsdetailMain .main p {
		font-size: 14px;
		line-height: 1.3;
	}
}

.box-newsdetailMain .main img {
	width: 33.33%;
	height: auto;
	padding-right: 15px;
}

@media (max-width: 767px) {
	.box-newsdetailMain .main img {
		width: 100%;
		padding: unset;
		margin-bottom: 15px;
	}
	.box-newsdetailMain .main img:nth-last-of-type(1) {
		margin-bottom: unset;
	}
}

.box-newsdetailMain .realteDetail {
	padding: 30px 0;
}

@media (max-width: 767px) {
	.box-newsdetailMain .realteDetail {
		padding: 0px;
	}
}

.box-newsdetailMain .realteDetail>div {
	display: flex;
	align-items: center;
}

.box-newsdetailMain .realteDetail .icon {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #703c26;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-right: 20px;
}

.box-newsdetailMain .realteDetail a {
	display: inline-flex;
	padding: 10px 0;
	font-size: 16px;
	color: #000;
	align-items: center;
	transition: color 0.3s;
}

@media (max-width: 767px) {
	.box-newsdetailMain .realteDetail a {
		font-size: 14px;
		width: 70.1042vw;
	}
}

.box-newsdetailMain .realteDetail a:hover {
	color: #703c26;
	text-decoration: underline;
}

.box-newsdetailMain .sharegroup {
	padding-top: 20px;
	display: flex;
	align-items: center;
}

.box-newsdetailMain .sharegroup .txt {
	margin-right: 10px;
}

.nosearch {
	padding-bottom: 30px;
}

.nosearch h3 {
	font-size: 20px;
	font-weight: bold;
	color: #222;
	padding: 10px 0;
}

.nosearch p {
	padding: 10px;
	background-color: #703c26;
	color: #fff;
	font-size: 18px;
	border-radius: 3px;
}

.wrap-sitemap {
	padding-bottom: 40px;
}

.wrap-sitemap .title {
	text-align: left;
	margin-top: 40px;
}

.wrap-sitemap .title h2 {
	font-size: 30px;
	color: #703c26;
	font-weight: bold;
}

@media (max-width: 1199px) {
	.wrap-sitemap .sitemap-vertical {
		margin-top: 30px;
	}
}

.wrap-sitemap .sitemap-vertical>ul>li {
	position: relative;
	width: 100%;
	margin-top: 30px;
}

@media (max-width: 767px) {
	.wrap-sitemap .sitemap-vertical>ul>li {
		min-height: 38px;
		margin-top: 20px;
		padding-left: 0;
	}
}

.wrap-sitemap .sitemap-vertical>ul>li>a {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	display: inline-block;
	min-width: 240px;
	padding: 10px 30px;
	-webkit-transition: all 0.2s;
	transition: all 0.5s;
	text-transform: capitalize;
	border: 1px solid #666;
	color: #222;
}

@media (max-width: 767px) {
	.wrap-sitemap .sitemap-vertical>ul>li>a {
		font-size: 16px;
		min-width: 140px;
		padding: 4px 10px;
	}
}

.wrap-sitemap .sitemap-vertical>ul>li:hover>a {
	color: #fff;
	background-color: #703c26;
}

.wrap-sitemap .sitemap-vertical>ul>li>ul {
	position: relative;
	padding: 10px 0;
}

@media (max-width: 767px) {
	.wrap-sitemap .sitemap-vertical>ul>li>ul {
		margin: 0 -10px;
		margin-top: 10px;
		padding: 0;
	}
}

.wrap-sitemap .sitemap-vertical>ul>li>ul>li>a {
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	display: block;
	padding: 5px 30px;
	color: #222;
}

@media (max-width: 767px) {
	.wrap-sitemap .sitemap-vertical>ul>li>ul>li>a {
		font-size: 14px;
		line-height: 30px;
		min-width: auto;
		padding: 0 10px;
	}
}

.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a {
	text-decoration: underline;
	color: #703c26;
}

.wrap-sitemap .sitemap-vertical>ul>li>ul:hover>a {
	text-decoration: underline;
	color: #cd0010;
}

.wrap-sitemap .sitemap-vertical>ul>li>ul>ul {
	padding: 0 20px;
}

@media (max-width: 767px) {
	.wrap-sitemap .sitemap-vertical>ul>li>ul>ul {
		padding: 0;
	}
}

.wrap-sitemap .sitemap-vertical>ul>li>ul>ul>li {
	display: inline-block;
}

.wrap-sitemap .sitemap-vertical>ul>li>ul>ul>li a {
	line-height: 30px;
	display: block;
	padding: 0 10px;
}

@media (max-width: 767px) {
	.wrap-sitemap .sitemap-vertical>ul>li>ul>ul>li a {
		font-size: 13px;
	}
}

.wrap-sitemap .sitemap-vertical>ul>li>ul>ul>li:hover a {
	text-decoration: underline;
	color: #cd0010;
}

.inquire-page {
	padding-top: 150px;
}

@media (max-width: 1199px) {
	.inquire-page {
		padding-top: 90px;
	}
}

.inquire-page .container {
	border-bottom: 1px dashed #888888;
}

.inquire-page .car-table table {
	width: 100%;
}

.inquire-page .car-table table tr td:nth-child(1),
.inquire-page .car-table table tr th:nth-child(1) {
	width: 14.82269504%;
	padding-left: 3.19148936%;
}

@media (max-width: 767px) {
	.inquire-page .car-table table tr td:nth-child(1),
	.inquire-page .car-table table tr th:nth-child(1) {
		padding-left: 5px;
		width: 17.822695%;
	}
}

.inquire-page .car-table table tr td:nth-child(1) input,
.inquire-page .car-table table tr th:nth-child(1) input {
	margin: 0;
	border-color: #c3ccd2;
	background-color: transparent;
}

.inquire-page .car-table table tr td:nth-child(2),
.inquire-page .car-table table tr th:nth-child(2) {
	width: 54.25531915%;
}

@media (max-width: 991px) {
	.inquire-page .car-table table tr td:nth-child(2),
	.inquire-page .car-table table tr th:nth-child(2) {
		width: 45.255319%;
	}
}

@media (max-width: 767px) {
	.inquire-page .car-table table tr td:nth-child(2),
	.inquire-page .car-table table tr th:nth-child(2) {
		width: 42.255319%;
	}
}

.inquire-page .car-table table tr td:nth-child(3),
.inquire-page .car-table table tr th:nth-child(3) {
	width: 15.95744681%;
}

@media (max-width: 991px) {
	.inquire-page .car-table table tr td:nth-child(3),
	.inquire-page .car-table table tr th:nth-child(3) {
		width: 24.957447%;
	}
}

.inquire-page .car-table table tr td:nth-child(4),
.inquire-page .car-table table tr th:nth-child(4) {
	width: 14.89361702%;
}

.inquire-page .car-table table thead {
	border: 1px solid #d5d5d5;
	background-color: #703c26;
}

.inquire-page .car-table table thead tr {
	height: 55px;
}

@media (max-width: 991px) {
	.inquire-page .car-table table thead tr {
		height: 50px;
	}
}

@media (max-width: 767px) {
	.inquire-page .car-table table thead tr {
		height: 40px;
	}
}

.inquire-page .car-table table thead th {
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
}

@media (max-width: 767px) {
	.inquire-page .car-table table thead th {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.inquire-page .car-table table thead th {
		font-size: 12px;
	}
}

.inquire-page .car-table table thead th:nth-child(1) span {
	padding-left: 20px;
}

@media (max-width: 991px) {
	.inquire-page .car-table table thead th:nth-child(1) span {
		padding-left: 10px;
	}
}

@media (max-width: 767px) {
	.inquire-page .car-table table thead th:nth-child(1) span {
		padding-left: 0;
	}
}

.inquire-page .car-table table thead th:nth-child(3),
.inquire-page .car-table table thead th:nth-child(4) {
	text-align: center;
}

.inquire-page .car-table table tbody tr {
	border-bottom: 1px solid #e4e4e4;
}

.inquire-page .car-table table tbody tr td:nth-child(2) {
	padding: 35px 0;
}

@media (max-width: 991px) {
	.inquire-page .car-table table tbody tr td:nth-child(2) {
		padding: 20px 0;
	}
}

.inquire-page .car-table table tbody tr td:nth-child(2) .pic {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	max-width: 160px;
}

.inquire-page .car-table table tbody tr td:nth-child(2) p {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5.22875817%;
	max-width: calc(100% -160px);
	font-size: 18px;
	color: #333333;
}

@media (max-width: 1199px) {
	.inquire-page .car-table table tbody tr td:nth-child(2) p {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.inquire-page .car-table table tbody tr td:nth-child(2) p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.inquire-page .car-table table tbody tr td:nth-child(2) p {
		font-size: 13px;
	}
}

@media (max-width: 500px) {
	.inquire-page .car-table table tbody tr td:nth-child(2) p {
		font-size: 12px;
		margin-left: 0;
		margin-top: 5px;
		width: 100%;
		max-width: 100%;
	}
}

.inquire-page .car-table table tbody tr td:nth-child(3) {
	text-align: center;
}

.inquire-page .car-table table tbody tr td:nth-child(3) span {
	-moz-user-select: none;
	/*mozilar*/
	-webkit-user-select: none;
	/*webkit*/
	-ms-user-select: none;
	/*IE*/
	user-select: none;
	display: inline-block;
	width: 37px;
	height: 33px;
	font-size: 18px;
	line-height: 31px;
	color: #333333;
	background-color: transparent;
	border: 1px solid #dfdfdf;
	vertical-align: middle;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

@media (max-width: 767px) {
	.inquire-page .car-table table tbody tr td:nth-child(3) span {
		width: 30px;
		height: 25px;
		line-height: 20px;
		font-size: 15px;
	}
}

@media (max-width: 520px) {
	.inquire-page .car-table table tbody tr td:nth-child(3) span {
		width: 15px;
		font-size: 13px;
	}
}

@media (min-width: 1200px) {
	.inquire-page .car-table table tbody tr td:nth-child(3) span:hover {
		background-color: #703c26;
		color: #fff;
	}
}

.inquire-page .car-table table tbody tr td:nth-child(3) input {
	font-size: 16px;
	line-height: 36px;
	color: #333333;
	width: 64px;
	text-align: center;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.inquire-page .car-table table tbody tr td:nth-child(3) input {
		width: 45px;
		font-size: 14px;
	}
}

@media (max-width: 500px) {
	.inquire-page .car-table table tbody tr td:nth-child(3) input {
		width: 30px;
		font-size: 12px;
	}
}

.inquire-page .car-table table tbody tr td:nth-child(4) {
	text-align: center;
}

.inquire-page .car-table table tbody tr td:nth-child(4) svg {
	cursor: pointer;
}

.inquire-page .car-table table tbody tr td:nth-child(4) svg path {
	transition: all 0.3s;
}

.inquire-page .car-table table tbody tr td:nth-child(4) svg:hover path {
	fill: #703c26;
}

.inquire-page .car-table table .shopping-close {
	display: flex;
	justify-content: center;
}

.inquire-page .detailTit {
	font-size: 30px;
	font-weight: bold;
	color: #222222;
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: 1px dashed #999999;
	margin-bottom: 40px;
}

@media (max-width: 1199px) {
	.inquire-page .detailTit {
		font-size: 24px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
}

.box_OnlineMessage {
	padding-top: 105px;
	padding-bottom: 105px;
}

@media (max-width: 1199px) {
	.box_OnlineMessage {
		padding: 50px 0;
	}
}

@media (max-width: 991px) {
	.box_OnlineMessage {
		padding: 45px 0;
	}
}

@media (max-width: 767px) {
	.box_OnlineMessage {
		padding: 40px 0;
	}
}

.box_OnlineMessage .box-tit {
	margin-bottom: 48px;
}

@media (max-width: 1199px) {
	.box_OnlineMessage .box-tit {
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.box_OnlineMessage .box-tit {
		margin-bottom: 20px;
	}
}

.box_OnlineMessage .box-tit p {
	text-align: center;
	color: #000;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	/* 80.952% */
	text-transform: capitalize;
}

@media (max-width: 1199px) {
	.box_OnlineMessage .box-tit p {
		font-size: 32px;
		line-height: 1;
	}
}

@media (max-width: 991px) {
	.box_OnlineMessage .box-tit p {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.box_OnlineMessage .box-tit p {
		font-size: 24px;
	}
}

.box_OnlineMessage .formbox {
	width: 100%;
}

.box_OnlineMessage .formbox form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box_OnlineMessage .formbox .inputGroup {
	width: 49%;
	height: 60px;
	border: 1px solid rgba(51, 51, 51, 0.2);
	position: relative;
	margin-bottom: 20px;
	border-radius: 6px;
}

@media (max-width: 991px) {
	.box_OnlineMessage .formbox .inputGroup {
		width: 100%;
		height: 45px;
	}
}

.box_OnlineMessage .formbox .inputGroup textarea,
.box_OnlineMessage .formbox .inputGroup input {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	padding-left: 31px;
}

.box_OnlineMessage .formbox .inputGroup textarea:focus~label,
.box_OnlineMessage .formbox .inputGroup input:focus~label,
.box_OnlineMessage .formbox .inputGroup textarea:valid~label,
.box_OnlineMessage .formbox .inputGroup input:valid~label {
	top: 0;
	transform: translateY(-50%) scale(0.9);
	padding: 3px;
	background-color: #fff;
}

.box_OnlineMessage .formbox .inputGroup label {
	pointer-events: none;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	left: 31px;
	transform: translateY(-50%);
	color: #999999;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.box_OnlineMessage .formbox .Message {
	width: 100%;
	height: 244px;
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.box_OnlineMessage .formbox .Message {
		height: 190px;
	}
}

.box_OnlineMessage .formbox .Message textarea {
	width: 100%;
	height: inherit;
	background-color: rgba(0, 0, 0, 0);
	padding: 31px;
}

.box_OnlineMessage .formbox .Message label {
	top: 16%;
}

.box_OnlineMessage .formbox .buttonbox {
	display: flex;
	justify-content: center;
	width: 100%;
}

.box_OnlineMessage .formbox .buttonbox button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 50px;
	flex-shrink: 0;
	border-radius: 6px;
	background: #703c26;
}

@media (max-width: 1199px) {
	.box_OnlineMessage .formbox .buttonbox button {
		width: 100%;
		height: 45px;
	}
}

.box_OnlineMessage .formbox .buttonbox button span {
	color: #fff;
	text-align: right;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 24px */
}

header {
	background-color: #fff;
	z-index: 999;
	position: fixed;
	width: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: max-content;
}

header .header .header-top {
	transition: all 0.3s;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 60px;
}

@media (max-width: 1199px) {
	header .header .header-top {
		padding: 0;
		height: 60px !important;
	}
}

@media (max-width: 1199px) {
	header .header .header-top .contact-info {
		display: none;
	}
}

header .header .header-top .contact-info ul {
	display: flex;
	align-items: center;
}

header .header .header-top .contact-info ul li:not(header .header .header-top .contact-info ul li:last-child) {
	margin-right: 30px;
}

header .header .header-top .contact-info ul li a {
	display: flex;
	align-items: center;
}

header .header .header-top .contact-info ul li a .icon {
	margin-right: 15px;
}

header .header .header-top .contact-info ul li a .icon i {
	font-size: 20px;
	color: #703c26;
}

header .header .header-top .contact-info ul li a span {
	color: #555;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 767px) {
	header .header .header-top .logo img {
		width: 150px;
		height: auto;
	}
}

header .header .header-top .func {
	display: flex;
	align-items: center;
}

header .header .header-top .func>div:not(header .header .header-top .func > div:first-child) {
	margin-left: 35px;
}

@media (max-width: 1199px) {
	header .header .header-top .func>div:not(header .header .header-top .func > div: first-child) {
		margin-left: 15px;
	}
}

@media (max-width: 1199px) {
	header .header .header-top .func .googletranslate {
		display: none;
	}
}

header .header .header-top .func .search {
	cursor: pointer;
	display: flex;
	align-items: center;
}

header .header .header-top .func .search .icon {
	margin-right: 10px;
}

@media (max-width: 767px) {
	header .header .header-top .func .search .icon {
		margin-right: unset;
	}
}

header .header .header-top .func .search .icon i {
	font-size: 18px;
	color: #703c26;
}

header .header .header-top .func .search span {
	color: #555;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: capitalize;
}

@media (max-width: 767px) {
	header .header .header-top .func .search span {
		display: none;
	}
}

header .header .header-top .func .language a img {
	width: 28px;
	height: auto;
}

header .header .header-top .func .contactLink a {
	color: #555;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	transition: all 0.5s;
}

header .header .header-top .func .contactLink a:hover {
	color: #703c26;
}

header .header .header-top .func .mobilenavBTN {
	position: relative;
	z-index: 9999;
	display: none;
	margin-left: 10px;
}

@media (max-width: 1199px) {
	header .header .header-top .func .mobilenavBTN {
		display: block;
	}
}

header .header .header-top .func .mobilenavBTN .BTN {
	width: 30px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

header .header .header-top .func .mobilenavBTN .BTN span {
	display: block;
	width: 30px;
	height: 3px;
	margin-bottom: 5px;
	background-color: #000;
	transition: all 0.5s;
}

header .header .header-top .func .mobilenavBTN .BTN span:nth-last-of-type(1) {
	margin-bottom: unset;
}

header .header .header-top .func .mobilenavBTN .active span {
	margin-bottom: unset;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: center center;
	background-color: #000;
}

header .header .header-top .func .mobilenavBTN .active span:nth-child(1) {
	transform: rotate(45deg);
}

header .header .header-top .func .mobilenavBTN .active span:nth-child(3) {
	transform: rotate(-45deg);
}

header .header .header-top .func .mobilenavBTN .active span:nth-child(2) {
	opacity: 0;
	transform: translateX(-20%);
}

header .header .header-bottom {
	height: 50px;
	position: relative;
}

@media (max-width: 1199px) {
	header .header .header-bottom {
		position: fixed;
		width: 100%;
		left: 0;
		top: 60px;
		height: calc(100vh - 120px);
		background-color: #703c26;
		overflow-y: scroll;
		display: none;
	}
}

header .header .header-bottom::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	height: inherit;
	background: #be6c42;
}

@media (max-width: 1199px) {
	header .header .header-bottom::before {
		content: unset;
	}
}

header .header .header-bottom>ul {
	position: relative;
	z-index: 2;
	height: inherit;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 1199px) {
	header .header .header-bottom>ul {
		padding: 30px 20px;
		flex-direction: column;
		height: max-content;
		align-items: flex-start;
	}
}

header .header .header-bottom>ul>li {
	height: inherit;
	display: flex;
	align-items: center;
}

@media (max-width: 1199px) {
	header .header .header-bottom>ul>li {
		flex-wrap: wrap;
		width: 100%;
	}
	header .header .header-bottom>ul>li:not(header .header .header-bottom > ul > li:last-child) {
		margin-bottom: 10px;
	}
}

header .header .header-bottom>ul>li>a {
	color: #fff;
	font-family: Arial;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	header .header .header-bottom>ul>li>a {
		width: 80%;
	}
}

header .header .header-bottom>ul>li .switch {
	display: none;
}

@media (max-width: 1199px) {
	header .header .header-bottom>ul>li .switch {
		width: 20%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
}

header .header .header-bottom>ul>li .switch>div {
	width: 20px;
	height: 20px;
	position: relative;
}

header .header .header-bottom>ul>li .switch>div span {
	width: 18px;
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: -50%;
	transition: all 0.5s;
}

header .header .header-bottom>ul>li .switch>div span:last-child {
	transform: translate(-50%, -50%) rotate(90deg);
}

header .header .header-bottom>ul>li .switchOn>div span:last-child {
	transform: translate(-50%, -50%) rotate(180deg);
}

header .header .header-bottom>ul>li .productList {
	pointer-events: none;
	opacity: 0;
	transition: all 0.5s;
	z-index: 30;
	width: 100vw;
	position: fixed;
	top: 140px;
	left: 50%;
	transform: translateX(-50%) rotateX(-45deg);
	transform-origin: top center;
	background-color: #fff;
	padding: 44px;
}

@media (max-width: 1199px) {
	header .header .header-bottom>ul>li .productList {
		transition: unset;
		opacity: 1;
		position: relative;
		top: unset;
		left: unset;
		transform: unset;
		padding: 0;
		pointer-events: initial;
		background-color: rgba(0, 0, 0, 0);
		display: none;
	}
}

header .header .header-bottom>ul>li .productList ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

@media (max-width: 1199px) {
	header .header .header-bottom>ul>li .productList ul {
		justify-content: flex-start;
	}
}

header .header .header-bottom>ul>li .productList ul li {
	padding: 0 30px;
}

@media (max-width: 1199px) {
	header .header .header-bottom>ul>li .productList ul li {
		padding: 10px;
	}
}

header .header .header-bottom>ul>li .productList ul li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

header .header .header-bottom>ul>li .productList ul li a .pic {
	margin-bottom: 10px;
	width: 60px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #f3f3f3;
}

header .header .header-bottom>ul>li .productList ul li a .productName p {
	transition: all 0.5s;
	color: #333;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	/* 146.667% */
}

@media (max-width: 1199px) {
	header .header .header-bottom>ul>li .productList ul li a .productName p {
		color: #fff;
	}
}

header .header .header-bottom>ul>li .productList ul li a:hover .productName p {
	color: #703c26;
}

header .header .header-bottom>ul>li:hover .productList {
	pointer-events: initial;
	opacity: 1;
	transform: translateX(-50%) rotateX(0deg);
}

@media (max-width: 1199px) {
	header .header .header-bottom>ul>li:hover .productList {
		pointer-events: initial;
		opacity: 1;
		transform: unset;
	}
}

header .headerOn .header-top {
	height: 80px;
}

.icon {
	line-height: 1;
}

.icon i {
	line-height: 1;
}

.slick-slide {
	font-size: 0;
	border: unset !important;
}

main .banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	user-select: none;
	z-index: 2;
	font-size: 0;
	margin-top: 140px;
}

@media (max-width: 1199px) {
	main .banner {
		margin-top: 60px;
	}
}

main .banner .swiper-slide {
	overflow: hidden;
}

main .banner .item {
	display: block;
	position: relative;
	overflow: hidden;
}

main .banner .item a {
	overflow: hidden;
	display: block;
}

main .banner .item a img {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 100%;
	transition: all 5s;
}

main .banner .banner-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

main .banner .hide-video video {
	display: none !important;
}

main .banner .banner-video-box {
	display: block;
	padding-bottom: 42.70833333333333%;
	position: relative;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
}

main .banner .banner-video-box .fluid_video_wrapper {
	position: absolute;
	z-index: 10;
}

main .banner .banner-video-box .fluid_initial_play {
	background-color: #f7bf3b !important;
}

main .banner .mobile-video {
	display: block;
	position: relative;
}

main .banner .mobile-video::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	content: "";
	background-color: rgba(0, 0, 0, 0.1);
}

main .banner .mobile-video::before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 3;
	font-size: 50px;
	color: #fff;
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e746";
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

main .banner .swiper-slide-active .item a img {
	transform: translateX(-50%) scale(1.1);
}

main .banner .banner-swiper-pagination {
	position: absolute;
	bottom: 5%;
	left: 0;
	display: flex;
	justify-content: center;
	z-index: 30;
}

main .banner .banner-swiper-pagination .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	position: relative;
	transition: all 0.5s;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.8);
	margin: 0 7.5px;
}

main .banner .banner-swiper-pagination .swiper-pagination-bullet-active {
	background-color: #be6c42;
}

main .banner .banner-button-next,
main .banner .banner-button-prev {
	position: absolute;
	z-index: 90;
	top: 50%;
	transform: translateX(-50%);
}

@media (max-width: 767px) {
	main .banner .banner-button-next,
	main .banner .banner-button-prev {
		display: none;
	}
}

main .banner .banner-button-next .icon i,
main .banner .banner-button-prev .icon i {
	color: #fff;
	transition: all 0.5s;
	font-size: 54px;
}

main .banner .banner-button-next:hover .icon i,
main .banner .banner-button-prev:hover .icon i {
	color: #703c26;
}

main .banner .banner-button-next {
	right: 5.7292vw;
}

main .banner .banner-button-prev {
	left: 5.7292vw;
}

main #video-id_fluid_controls_container {
	display: none !important;
}

main .index-tit {
	margin-bottom: 20px;
}

main .index-tit p {
	text-align: center;
	color: #703c26;
	font-family: Arial;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	/* 62.222% */
	text-transform: capitalize;
}

@media (max-width: 1199px) {
	main .index-tit p {
		font-size: 32px;
	}
}

@media (max-width: 991px) {
	main .index-tit p {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	main .index-tit p {
		font-size: 24px;
	}
}

main .index-intro p {
	margin: 0 auto;
	width: 60%;
	color: #666;
	text-align: center;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	/* 146.667% */
}

@media (max-width: 1199px) {
	main .index-intro p {
		width: 90%;
	}
}

@media (max-width: 991px) {
	main .index-intro p {
		width: 100%;
	}
}

main .index-mainproduct {
	padding-top: 100px;
}

@media (max-width: 1199px) {
	main .index-mainproduct {
		padding-top: 50px;
	}
}

@media (max-width: 991px) {
	main .index-mainproduct {
		padding-top: 45px;
	}
}

@media (max-width: 767px) {
	main .index-mainproduct {
		padding-top: 40px;
	}
}

main .index-mainproduct .index-intro {
	margin-bottom: 35px;
}

@media (max-width: 767px) {
	main .index-mainproduct .index-intro {
		margin-bottom: 20px;
	}
}

main .index-mainproduct .productList {
	width: 100%;
}

main .index-mainproduct .productList ul {
	display: flex;
	flex-wrap: wrap;
}

main .index-mainproduct .productList ul li {
	padding: 10px;
	width: 20%;
}

@media (max-width: 1199px) {
	main .index-mainproduct .productList ul li {
		width: 25%;
	}
}

@media (max-width: 991px) {
	main .index-mainproduct .productList ul li {
		width: 33.333333%;
	}
}

@media (max-width: 767px) {
	main .index-mainproduct .productList ul li {
		width: 50%;
		padding: 7.5px;
	}
}

main .index-mainproduct .productList ul li .item {
	position: relative;
}

main .index-mainproduct .productList ul li .item .pic img {
	transition: all 1s;
}

main .index-mainproduct .productList ul li .item .mask {
	opacity: 0;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: 30;
	background-color: rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

main .index-mainproduct .productList ul li .item .mask::before {
	z-index: 1;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	height: 90%;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

main .index-mainproduct .productList ul li .item .mask a {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
}

main .index-mainproduct .productList ul li .item .mask a .tit {
	margin-bottom: 48px;
}

@media (max-width: 1199px) {
	main .index-mainproduct .productList ul li .item .mask a .tit {
		margin-bottom: 20px;
	}
}

main .index-mainproduct .productList ul li .item .mask a .tit p {
	color: #fff;
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	/* 116.667% */
	text-transform: capitalize;
	letter-spacing: 2px;
	transition: all 0.5s;
}

@media (max-width: 1199px) {
	main .index-mainproduct .productList ul li .item .mask a .tit p {
		font-size: 20px;
	}
}

main .index-mainproduct .productList ul li .item .mask a .morebtn {
	display: flex;
	align-items: center;
	justify-content: center;
}

main .index-mainproduct .productList ul li .item .mask a .morebtn .icon {
	transition: all 0.5s;
	transform: translateX(-10px);
}

main .index-mainproduct .productList ul li .item .mask a .morebtn .icon i {
	color: #fff;
	font-size: 45px;
}

main .index-mainproduct .productList ul li .item .mask a .morebtn svg {
	transition: all 0.5s;
	transform: translateX(10px);
}

@media (max-width: 1199px) {
	main .index-mainproduct .productList ul li .item .mask {
		opacity: 1;
	}
	main .index-mainproduct .productList ul li .item .mask a .tit p {
		letter-spacing: 0;
	}
	main .index-mainproduct .productList ul li .item .mask a .morebtn .icon,
	main .index-mainproduct .productList ul li .item .mask a .morebtn svg {
		transform: translateX(0);
	}
}

main .index-mainproduct .productList ul li .item:hover .mask {
	opacity: 1;
}

main .index-mainproduct .productList ul li .item:hover .mask .tit p {
	letter-spacing: 0px;
}

main .index-mainproduct .productList ul li .item:hover .mask .morebtn .icon,
main .index-mainproduct .productList ul li .item:hover .mask .morebtn svg {
	transform: translateX(0);
}

main .index-mainproduct .productList ul li .item:hover .pic img {
	transform: scale(1.1);
}

main .index-newproduct {
	padding-top: 110px;
}

@media (max-width: 1199px) {
	main .index-newproduct {
		padding-top: 50px;
	}
}

@media (max-width: 991px) {
	main .index-newproduct {
		padding-top: 45px;
	}
}

@media (max-width: 767px) {
	main .index-newproduct {
		padding-top: 40px;
	}
}

main .index-newproduct .index-intro {
	margin-bottom: 25px;
}

@media (max-width: 991px) {
	main .index-newproduct .index-intro {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	main .index-newproduct .row {
		margin: 0 -7px;
	}
	main .index-newproduct .row>div {
		padding: 0 7px;
	}
}

main .index-newproduct .item {
	position: relative;
}

@media (max-width: 767px) {
	main .index-newproduct .item {
		margin-bottom: 15px;
	}
}

main .index-newproduct .item .pic img {
	transition: all 1s;
}

main .index-newproduct .item .mask {
	opacity: 0;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: 30;
	background-color: rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

main .index-newproduct .item .mask::before {
	z-index: 1;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	height: 90%;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

main .index-newproduct .item .mask a {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
}

main .index-newproduct .item .mask a .tit {
	margin-bottom: 48px;
}

@media (max-width: 1199px) {
	main .index-newproduct .item .mask a .tit {
		margin-bottom: 20px;
	}
}

main .index-newproduct .item .mask a .tit p {
	color: #fff;
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	/* 116.667% */
	text-transform: capitalize;
	letter-spacing: 2px;
	transition: all 0.5s;
}

@media (max-width: 1199px) {
	main .index-newproduct .item .mask a .tit p {
		font-size: 20px;
	}
}

main .index-newproduct .item .mask a .morebtn {
	display: flex;
	align-items: center;
	justify-content: center;
}

main .index-newproduct .item .mask a .morebtn .icon {
	transition: all 0.5s;
	transform: translateX(-10px);
}

main .index-newproduct .item .mask a .morebtn .icon i {
	color: #fff;
	font-size: 45px;
}

main .index-newproduct .item .mask a .morebtn svg {
	transition: all 0.5s;
	transform: translateX(10px);
}

@media (max-width: 1199px) {
	main .index-newproduct .item .mask {
		opacity: 1;
	}
	main .index-newproduct .item .mask a .tit p {
		letter-spacing: 0px;
	}
	main .index-newproduct .item .mask a .morebtn .icon,
	main .index-newproduct .item .mask a .morebtn svg {
		transform: translateX(0);
	}
}

main .index-newproduct .item:hover .mask {
	opacity: 1;
}

main .index-newproduct .item:hover .mask .tit p {
	letter-spacing: 0px;
}

main .index-newproduct .item:hover .mask .morebtn .icon,
main .index-newproduct .item:hover .mask .morebtn svg {
	transform: translateX(0);
}

main .index-newproduct .item:hover .pic img {
	transform: scale(1.1);
}

main .index-about {
	padding-top: 150px;
}

@media (max-width: 1199px) {
	main .index-about {
		padding-top: 50px;
	}
}

@media (max-width: 991px) {
	main .index-about {
		padding-top: 45px;
	}
}

@media (max-width: 767px) {
	main .index-about {
		padding-top: 40px;
	}
}

main .index-about .index-intro {
	margin-bottom: 35px;
}

@media (max-width: 991px) {
	main .index-about .index-intro {
		margin-bottom: 20px;
	}
}

main .index-about .index-intro p {
	width: 80%;
}

@media (max-width: 1199px) {
	main .index-about .index-intro p {
		width: 90%;
	}
}

@media (max-width: 991px) {
	main .index-about .index-intro p {
		width: 100%;
	}
}

main .index-about .morebtn {
	margin-bottom: 34px;
}

@media (max-width: 1199px) {
	main .index-about .morebtn {
		margin-bottom: 20px;
	}
}

main .index-about .morebtn a {
	display: flex;
	justify-content: center;
	align-items: center;
}

main .index-about .morebtn a .icon {
	transition: all 0.5s;
}

main .index-about .morebtn a .icon i {
	color: #c48125;
	font-size: 33px;
}

main .index-about .morebtn a svg {
	transition: all 0.5s;
}

main .index-about .morebtn a:hover .icon {
	transform: translateX(-3px);
}

main .index-about .morebtn a:hover svg {
	transform: translateX(3px);
}

main .index-about .index-about-factory {
	width: 100%;
}

main .index-about .index-about-factory .pic {
	width: 100%;
}

main .index-about .index-about-factory .pic img {
	width: 100%;
}

main .index-about .index-about-quality a {
	position: relative;
}

main .index-about .index-about-quality a .pic {
	width: 100%;
}

main .index-about .index-about-quality a .pic img {
	width: 100%;
}

main .index-about .index-about-quality a .tit {
	position: absolute;
	left: 13.2813vw;
	top: 11.4583vw;
}

main .index-about .index-about-quality a .tit p {
	color: transparent;
	font-family: Arial;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1;
	width: max-content;
	background: linear-gradient(to right, #703c26, #be6c42);
	-webkit-background-clip: text;
	background-clip: text;
}

@media (max-width: 1199px) {
	main .index-about .index-about-quality a .tit p {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	main .index-about .index-about-quality a .tit p {
		font-size: 16px;
	}
}

main .index-about .index-about-quality a .intro {
	position: absolute;
	left: 13.2813vw;
	top: 15.625vw;
}

main .index-about .index-about-quality a .intro p {
	color: #be6c42;
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	/* 116.667% */
}

@media (max-width: 1199px) {
	main .index-about .index-about-quality a .intro p {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	main .index-about .index-about-quality a .intro p {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	main .index-about .index-about-quality a .intro p {
		font-size: 14px;
		width: 60%;
		line-height: 1.5;
	}
}

main .index-service {
	padding-top: 80px;
}

@media (max-width: 1199px) {
	main .index-service {
		padding-top: 50px;
	}
}

@media (max-width: 991px) {
	main .index-service {
		padding-top: 45px;
	}
}

@media (max-width: 767px) {
	main .index-service {
		padding-top: 40px;
	}
}

main .index-service .index-service-List {
	padding-top: 47px;
}

@media (max-width: 767px) {
	main .index-service .index-service-List {
		padding-top: 30px;
	}
}

main .index-service .index-service-List ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 991px) {
	main .index-service .index-service-List ul {
		flex-wrap: wrap;
	}
}

main .index-service .index-service-List ul li {
	position: relative;
}

main .index-service .index-service-List ul li:not(main .index-service .index-service-List ul li:last-child) {
	padding-right: 5.2083vw;
}

main .index-service .index-service-List ul li:not(main .index-service .index-service-List ul li:last-child)::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 50px;
	background-color: #dedede;
}

main .index-service .index-service-List ul li:not(main .index-service .index-service-List ul li:first-child) {
	padding-left: 5.2083vw;
}

@media (max-width: 1199px) {
	main .index-service .index-service-List ul li {
		padding: unset !important;
		width: 30%;
	}
}

@media (max-width: 991px) {
	main .index-service .index-service-List ul li {
		width: 50%;
		padding: 0 10px 10px !important;
	}
	main .index-service .index-service-List ul li::before {
		content: unset !important;
	}
}

main .index-service .index-service-List ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

main .index-service .index-service-List ul li a .icon {
	margin-bottom: 18px;
}

@media (max-width: 991px) {
	main .index-service .index-service-List ul li a .icon {
		margin-bottom: 10px;
	}
}

main .index-service .index-service-List ul li a .icon i {
	color: #be6c42;
	font-size: 51px;
}

main .index-service .index-service-List ul li a span {
	color: #000;
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	/* 125% */
	text-transform: capitalize;
	transition: all 0.5s;
	width: 130px;
}

@media (max-width: 991px) {
	main .index-service .index-service-List ul li a span {
		width: max-content;
	}
}

@media (max-width: 767px) {
	main .index-service .index-service-List ul li a span {
		font-size: 14px;
	}
}

main .index-service .index-service-List ul li a:hover span {
	color: #be6c42;
}

main .index-news {
	padding-top: 110px;
}

@media (max-width: 1199px) {
	main .index-news {
		padding-top: 50px;
	}
}

@media (max-width: 991px) {
	main .index-news {
		padding-top: 45px;
	}
}

@media (max-width: 767px) {
	main .index-news {
		padding-top: 40px;
	}
}

main .index-news .index-intro {
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	main .index-news .index-intro {
		margin-bottom: 20px;
	}
}

main .index-news .slick-indexnews .slick-track>div:nth-of-type(2n + 1) .item {
	display: flex;
	flex-direction: column-reverse;
}

main .index-news .slick-indexnews .slick-track>div:nth-of-type(2n + 1) .item .infobox {
	border-bottom: 1px dashed #dddddd;
	border-top: unset;
}

main .index-news .slick-indexnews .slick-slide {
	padding: 0 15px;
}

main .index-news .slick-indexnews .slick-list {
	margin: 0 -15px;
}

main .index-news .slick-indexnews .item .infobox {
	border-top: 1px dashed #dddddd;
	padding-top: 34px;
	padding-bottom: 30px;
}

@media (max-width: 1199px) {
	main .index-news .slick-indexnews .item .infobox {
		padding: 15px 0;
	}
}

main .index-news .slick-indexnews .item .infobox .time {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}

@media (max-width: 767px) {
	main .index-news .slick-indexnews .item .infobox .time {
		margin-bottom: 10px;
	}
}

main .index-news .slick-indexnews .item .infobox .time .icon {
	margin-right: 10px;
}

main .index-news .slick-indexnews .item .infobox .time .icon i {
	color: #c48125;
	font-size: 19px;
}

@media (max-width: 767px) {
	main .index-news .slick-indexnews .item .infobox .time .icon i {
		font-size: 14px;
	}
}

main .index-news .slick-indexnews .item .infobox .time span {
	color: #666;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 767px) {
	main .index-news .slick-indexnews .item .infobox .time span {
		font-size: 14px;
	}
}

main .index-news .slick-indexnews .item .infobox .tit {
	margin-bottom: 12px;
}

@media (max-width: 767px) {
	main .index-news .slick-indexnews .item .infobox .tit {
		margin-bottom: 10px;
	}
}

main .index-news .slick-indexnews .item .infobox .tit a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #000;
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 767px) {
	main .index-news .slick-indexnews .item .infobox .tit a {
		font-size: 16px;
	}
}

main .index-news .slick-indexnews .item .infobox .intro p {
	color: #666;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	/* 157.143% */
}

main .index-news .slick-indexnews .item .pic .img-box {
	padding-bottom: 66.66666667%;
}

main .index-video {
	padding-top: 103px;
}

@media (max-width: 1199px) {
	main .index-video {
		padding-top: 50px;
	}
}

@media (max-width: 991px) {
	main .index-video {
		padding-top: 45px;
	}
}

@media (max-width: 767px) {
	main .index-video {
		padding-top: 40px;
	}
}

main .index-video .item {
	position: relative;
}

main .index-video .item .pic {
	height: 33.8542vw;
	overflow-y: hidden;
}

main .index-video .item .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

main .index-video .item .mask {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

main .index-video .item .mask .videobtn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

main .index-video .item .mask .videobtn .icon {
	z-index: 100;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #004e90;
}

@media (max-width: 767px) {
	main .index-video .item .mask .videobtn .icon {
		width: 40px;
		height: 40px;
	}
}

main .index-video .item .mask .videobtn .icon span {
	transform-origin: center;
	position: absolute;
	width: calc(100%);
	height: calc(100%);
	background-color: transparent;
	border-radius: 50%;
	border: 1px dashed #fff;
	background-color: rgba(0, 0, 0, 0);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-sizing: content-box;
	animation: homePlay02 2.1s linear infinite both;
}

main .index-video .item .mask .videobtn .icon span:nth-of-type(2) {
	width: 100%;
	height: 100%;
	animation: homePlay02 2.1s linear infinite;
	animation-delay: 0.7s;
}

main .index-video .item .mask .videobtn .icon span:nth-of-type(3) {
	width: 100%;
	height: 100%;
	animation: homePlay02 2.1s linear infinite;
	animation-delay: 1.4s;
}

main .index-video .item .mask .videobtn .icon i {
	position: relative;
	z-index: 99;
	display: block;
	transform: translateX(px);
	font-size: 51px;
	color: #fff;
}

@media (max-width: 767px) {
	main .index-video .item .mask .videobtn .icon i {
		font-size: 40px;
	}
}

@keyframes homePlay02 {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0.6;
	}
	to {
		transform: translate(-50%, -50%) scale(2);
		opacity: 0;
	}
}

main .index-video .slick-indexvideo {
	position: relative;
}

main .index-video .slick-dots {
	position: absolute;
	bottom: 8%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
}

main .index-video .slick-dots li {
	margin: 0 7.5px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	transition: all 1s;
}

main .index-video .slick-dots li button {
	display: none;
}

main .index-video .slick-dots .slick-active {
	background-color: #be6c42;
}

main .index-video .slick-indexvideo-box {
	position: relative;
}

main .index-video .slick-indexvideo-box .prev,
main .index-video .slick-indexvideo-box .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

main .index-video .slick-indexvideo-box .prev .icon i,
main .index-video .slick-indexvideo-box .next .icon i {
	color: #fff;
	font-size: 54px;
	opacity: 0.5;
	transition: all 0.5s;
}

main .index-video .slick-indexvideo-box .prev:hover .icon i,
main .index-video .slick-indexvideo-box .next:hover .icon i {
	opacity: 1;
}

main .index-video .slick-indexvideo-box .prev {
	left: 8.2292vw;
}

main .index-video .slick-indexvideo-box .next {
	right: 8.2292vw;
}

main .insidePageBanner {
	padding-top: 140px;
	width: 100%;
}

@media (max-width: 1199px) {
	main .insidePageBanner {
		padding-top: 60px;
	}
}

main .insidePageBanner .pic {
	width: 100%;
}

main .insidePageBanner .pic img {
	width: 100%;
}

main .crumbs-nav {
	height: 100px;
}

@media (max-width: 767px) {
	main .crumbs-nav {
		height: 60px;
	}
}

main .crumbs-nav .container {
	overflow-x: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: inherit;
}

main .crumbs-nav .container .returnBtn a {
	display: flex;
	align-items: center;
}

main .crumbs-nav .container .returnBtn a .icon {
	margin-right: 20px;
}

main .crumbs-nav .container .returnBtn a .icon i {
	color: #be6c42;
	font-size: 26px;
}

main .crumbs-nav .container .returnBtn a span {
	color: #000;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	/* 146.667% */
	text-transform: capitalize;
}

main .crumbs-nav .container .aboutNav {
	height: inherit;
}

@media (max-width: 1199px) {
	main .crumbs-nav .container .aboutNav {
		width: 800px;
		overflow-x: scroll;
	}
}

@media (max-width: 767px) {
	main .crumbs-nav .container .aboutNav {
		width: 500px;
	}
}

main .crumbs-nav .container .aboutNav ul {
	position: relative;
	height: inherit;
	display: flex;
	align-items: center;
}

main .crumbs-nav .container .aboutNav ul::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1410px;
	height: 1px;
	border-bottom: 1px dashed #dddddd;
}

@media (max-width: 1199px) {
	main .crumbs-nav .container .aboutNav ul::before {
		width: 100%;
	}
}

main .crumbs-nav .container .aboutNav ul li:not(main .crumbs-nav .container .aboutNav ul li:last-child) {
	padding-right: 2.7083vw;
	position: relative;
}

@media (max-width: 1410px) {
	main .crumbs-nav .container .aboutNav ul li:not(main .crumbs-nav .container .aboutNav ul li: last-child) {
		padding-right: 10px;
	}
}

main .crumbs-nav .container .aboutNav ul li:not(main .crumbs-nav .container .aboutNav ul li:last-child)::before {
	content: "";
	width: 1px;
	height: 20px;
	background-color: #eee;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

main .crumbs-nav .container .aboutNav ul li:not(main .crumbs-nav .container .aboutNav ul li:first-child) {
	padding-left: 2.7083vw;
}

@media (max-width: 1410px) {
	main .crumbs-nav .container .aboutNav ul li:not(main .crumbs-nav .container .aboutNav ul li: first-child) {
		padding-left: 10px;
	}
}

main .crumbs-nav .container .aboutNav ul li a {
	white-space: nowrap;
	color: #000;
	transition: all 0.5s;
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	/* 155.556% */
	text-transform: capitalize;
}

@media (max-width: 1410px) {
	main .crumbs-nav .container .aboutNav ul li a {
		font-size: 16px;
	}
}

main .crumbs-nav .container .aboutNav ul li a:hover {
	color: #be6c42;
}

main .crumbs-nav .container .aboutNav ul .active a {
	color: #be6c42;
}

main .crumbs-nav .container .crumbs {
	justify-self: flex-end;
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

main .crumbs-nav .container .crumbs ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}

main .crumbs-nav .container .crumbs ul .icon {
	margin-right: 20px;
}

main .crumbs-nav .container .crumbs ul .icon i {
	font-size: 20px;
	color: #703c26;
}

main .crumbs-nav .container .crumbs ul li {
	color: #000;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	/* 157.143% */
	text-transform: capitalize;
}

main .crumbs-nav .container .crumbs ul li a {
	color: #000;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	/* 157.143% */
	text-transform: capitalize;
}

main .crumbs-nav .container .crumbs ul .active a {
	color: #703c26;
}

main .box-productList {
	padding-bottom: 70px;
}

@media (max-width: 1199px) {
	main .box-productList {
		padding-bottom: 50px;
	}
}

@media (max-width: 991px) {
	main .box-productList {
		padding-bottom: 45px;
	}
}

@media (max-width: 767px) {
	main .box-productList {
		padding-bottom: 40px;
	}
}

main .box-productList .item {
	margin-bottom: 55px;
}

@media (max-width: 991px) {
	main .box-productList .item {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	main .box-productList .item {
		margin-bottom: 15px;
	}
}

main .box-productList .item .pic {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	main .box-productList .item .pic {
		margin-bottom: 10px;
	}
}

main .box-productList .item .productName {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	main .box-productList .item .productName {
		margin-bottom: 10px;
	}
}

main .box-productList .item .productName a {
	transition: all 0.5s;
	padding: 0 10px;
	color: #000;
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	/* 110% */
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

@media (max-width: 767px) {
	main .box-productList .item .productName a {
		font-size: 16px;
		line-height: 1;
	}
}

main .box-productList .item .btnGroup {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	main .box-productList .item .btnGroup {
		flex-wrap: wrap;
	}
}

main .box-productList .item .btnGroup>div {
	transition: all 0.5s;
}

main .box-productList .item .btnGroup>div:first-child {
	margin-right: 10px;
	border-radius: 200px 0px 0px 200px;
	border: 2px solid #ea9f79;
}

@media (max-width: 767px) {
	main .box-productList .item .btnGroup>div:first-child {
		margin-bottom: 10px;
		margin-right: unset;
	}
}

main .box-productList .item .btnGroup>div:last-child {
	border-radius: 0px 200px 200px 0px;
	border: 2px solid #999;
}

@media (max-width: 767px) {
	main .box-productList .item .btnGroup>div {
		width: 100% !important;
		border-radius: 200px !important;
	}
}

main .box-productList .item .btnGroup>div a {
	padding: 6px 30px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

main .box-productList .item .btnGroup>div span {
	color: #000;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	transition: all 0.5s;
}

main .box-productList .item .btnGroup>div:hover span {
	color: #fff;
}

main .box-productList .item .btnGroup>div:hover:first-child {
	background-color: #ea9f79;
}

main .box-productList .item .btnGroup>div:hover:last-child {
	background-color: #999999;
}

main .box-productList .item:hover .pic img {
	transform: scale(1.1);
}

main .box-productList .item:hover .productName a {
	color: #be6c42;
}

@media (max-width: 767px) {
	main .box-productList .row {
		margin: 0 -7px;
	}
	main .box-productList .row>div {
		padding: 0 7px;
	}
}

main .box-productList .sorter {
	padding-top: 25px;
}

@media (max-width: 767px) {
	main .box-productList .sorter {
		padding-top: 10px;
	}
}

main .box-productList .sorter ul {
	justify-content: flex-end;
}

@media (max-width: 767px) {
	main .box-productList .sorter ul {
		justify-content: center;
	}
}

main .CategoryList>ul>li {
	transition: all 0.5s;
	border-bottom: 1px dashed #999999;
}

main .CategoryList>ul>li:first-child .categoryName {
	padding-top: unset !important;
}

main .CategoryList>ul>li .categoryName {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0;
	transition: all 0.5s;
}

main .CategoryList>ul>li .categoryName>a {
	color: #000;
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	/* 110% */
	transition: all 0.5s;
	text-transform: unset;
}

main .CategoryList>ul>li .categoryName .icon {
	transition: all 0.5s;
}

main .CategoryList>ul>li .categoryName .icon i {
	transition: all 0.5s;
	font-size: 16px;
	color: #999;
}

main .CategoryList>ul>li>ul {
	padding-left: 20px;
	display: none;
}

main .CategoryList>ul>li>ul>li>a {
	color: #333;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	text-transform: capitalize;
	transition: all 0.5s;
}

main .CategoryList>ul>li>ul>li>a span {
	transition: all 0.5s;
}

main .CategoryList>ul>li>ul>li>a:hover span {
	color: #be6c42;
	text-decoration: underline;
}

main .CategoryList>ul .active {
	padding-bottom: 25px;
}

main .CategoryList>ul .active .categoryName {
	padding-bottom: 25px;
}

main .CategoryList>ul .active .categoryName>a {
	color: #be6c42;
}

main .CategoryList>ul .active .categoryName .icon {
	transform: rotate(90deg);
}

main .CategoryList>ul .active .categoryName .icon i {
	color: #be6c42;
}

main .sorter ul {
	display: flex;
	align-items: center;
}

main .sorter ul li:not(main .sorter ul li:first-child) {
	padding-left: 10px;
}

main .sorter ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border: 1px dashed #ccc;
	border-radius: 50%;
	color: #999;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: all 0.5s;
}

main .sorter ul li a .icon i {
	color: #999;
	font-size: 16px;
}

main .sorter ul li a:hover {
	border: 1px solid #be6c42;
	background-color: #be6c42;
	color: #fff;
}

main .sorter ul li a:hover .icon i {
	color: #fff;
}

main .sorter ul li .active {
	border: 1px solid #be6c42;
	background-color: #be6c42;
	color: #fff;
}

main .sorter ul li .active .icon i {
	color: #fff;
}

main .carousel-wrap .carouselbox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	overflow: hidden;
}

@media (max-width: 767px) {
	main .carousel-wrap .carouselbox {
		flex-direction: column-reverse;
	}
}

main .carousel-wrap .carouselbox .leftbox {
	width: 14.49275362%;
}

@media (max-width: 767px) {
	main .carousel-wrap .carouselbox .leftbox {
		width: 100%;
	}
}

main .carousel-wrap .carouselbox .leftbox .slick-slide {
	padding: 7.5px 0;
}

@media (max-width: 767px) {
	main .carousel-wrap .carouselbox .leftbox .slick-slide {
		padding: 0 5px;
	}
}

main .carousel-wrap .carouselbox .leftbox .slick-list {
	margin: -7.5px 0;
}

@media (max-width: 767px) {
	main .carousel-wrap .carouselbox .leftbox .slick-list {
		margin: 0 -5px;
	}
}

main .carousel-wrap .carouselbox .rightbox {
	width: 81.15942029%;
	position: relative;
}

@media (max-width: 767px) {
	main .carousel-wrap .carouselbox .rightbox {
		width: 100%;
		margin-bottom: 15px;
	}
}

main .carousel-wrap .carouselbox .rightbox img {
	transition: unset;
}

main .carousel-wrap .carouselbox .rightbox .btnbox {
	position: absolute;
	z-index: 30;
	bottom: 40px;
	right: 34px;
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	main .carousel-wrap .carouselbox .rightbox .btnbox {
		bottom: 10px;
		right: 10px;
	}
}

main .carousel-wrap .carouselbox .rightbox .btnbox>div {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 1px dashed #999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
	transition: all 0.5s;
	cursor: pointer;
}

main .carousel-wrap .carouselbox .rightbox .btnbox>div .icon i {
	color: #000;
	font-size: 20px;
	transition: all 0.5s;
}

main .carousel-wrap .carouselbox .rightbox .btnbox>div:hover {
	background-color: #be6c42;
	border: 1px solid #be6c42;
}

main .carousel-wrap .carouselbox .rightbox .btnbox>div:hover .icon i {
	color: #fff;
}

main .carousel-wrap .videobox {
	position: relative;
}

main .carousel-wrap .videobox .pic {
	width: 100%;
}

main .carousel-wrap .videobox .pic img {
	width: 100%;
}

main .carousel-wrap .videobox .mask {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

main .carousel-wrap .videobox .mask .icon {
	margin-right: 20px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #bd6d42;
	display: flex;
	align-items: center;
	justify-content: center;
}

main .carousel-wrap .videobox .mask .icon i {
	font-size: 14px;
	color: #fff;
}

main .carousel-wrap .videobox .mask span {
	color: #000;
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

@media (max-width: 991px) {
	main .carousel-wrap .infobox {
		padding-top: 15px;
	}
}

main .carousel-wrap .infobox .productName {
	margin-bottom: 32px;
}

@media (max-width: 991px) {
	main .carousel-wrap .infobox .productName {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	main .carousel-wrap .infobox .productName {
		margin-bottom: 15px;
	}
}

main .carousel-wrap .infobox .productName p {
	color: #000;
	font-family: Arial;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

@media (max-width: 991px) {
	main .carousel-wrap .infobox .productName p {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	main .carousel-wrap .infobox .productName p {
		font-size: 24px;
	}
}

main .carousel-wrap .infobox .tag {
	margin-bottom: 37px;
}

@media (max-width: 991px) {
	main .carousel-wrap .infobox .tag {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	main .carousel-wrap .infobox .tag {
		margin-bottom: 15px;
	}
}

main .carousel-wrap .infobox .tag ul {
	display: flex;
	align-items: center;
}

main .carousel-wrap .infobox .tag ul li {
	position: relative;
}

main .carousel-wrap .infobox .tag ul li:not(main .carousel-wrap .infobox .tag ul li:last-child) {
	padding-right: 40px;
}

@media (max-width: 767px) {
	main .carousel-wrap .infobox .tag ul li:not(main .carousel-wrap .infobox .tag ul li: last-child) {
		padding-right: 20px;
	}
}

main .carousel-wrap .infobox .tag ul li:not(main .carousel-wrap .infobox .tag ul li:last-child)::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 20px;
	background-color: #eee;
}

main .carousel-wrap .infobox .tag ul li:not(main .carousel-wrap .infobox .tag ul li:first-child) {
	padding-left: 40px;
}

@media (max-width: 767px) {
	main .carousel-wrap .infobox .tag ul li:not(main .carousel-wrap .infobox .tag ul li: first-child) {
		padding-left: 20px;
	}
}

main .carousel-wrap .infobox .tag ul li .item a {
	display: flex;
	align-items: center;
}

main .carousel-wrap .infobox .tag ul li .item a .icon {
	margin-right: 15px;
}

main .carousel-wrap .infobox .tag ul li .item a .icon i {
	color: #be6c42;
	font-size: 25px;
}

main .carousel-wrap .infobox .tag ul li .item a span {
	color: #000;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	/* 175% */
	text-transform: capitalize;
}

main .carousel-wrap .infobox .intro {
	margin-bottom: 160px;
}

@media (max-width: 1199px) {
	main .carousel-wrap .infobox .intro {
		margin-bottom: 40px;
	}
}

@media (max-width: 991px) {
	main .carousel-wrap .infobox .intro {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	main .carousel-wrap .infobox .intro {
		margin-bottom: 20px;
	}
}

main .carousel-wrap .infobox .intro p {
	color: #333;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 160% */
}

main .carousel-wrap .infobox .func {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 991px) {
	main .carousel-wrap .infobox .func {
		flex-direction: column;
		align-items: flex-start;
	}
}

main .carousel-wrap .infobox .func .share {
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	main .carousel-wrap .infobox .func .share {
		margin-bottom: 15px;
	}
}

main .carousel-wrap .infobox .func .share p {
	margin-right: 20px;
	color: #000;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

main .carousel-wrap .infobox .func .btnGroup {
	display: flex;
	align-items: center;
}

main .carousel-wrap .infobox .func .btnGroup>div {
	padding: 12px 24px;
	line-height: 1;
	cursor: pointer;
	transition: all 0.5s;
}

main .carousel-wrap .infobox .func .btnGroup>div:first-child {
	border-radius: 200px 0px 0px 200px;
	border: 3px solid #ea9f79;
	margin-right: 10px;
}

main .carousel-wrap .infobox .func .btnGroup>div:last-child {
	border-radius: 0px 200px 200px 0px;
	border: 3px solid #999;
}

main .carousel-wrap .infobox .func .btnGroup>div span {
	color: #000;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-transform: capitalize;
	transition: all 0.5s;
}

main .carousel-wrap .infobox .func .btnGroup>div:hover:first-child {
	background-color: #ea9f79;
}

main .carousel-wrap .infobox .func .btnGroup>div:hover span {
	color: #fff;
}

main .carousel-wrap .infobox .func .btnGroup>div:hover:last-child {
	background-color: #999999;
}

main .box-Description {
	padding-bottom: 138px;
	padding-top: 50px;
}

@media (max-width: 1199px) {
	main .box-Description {
		padding-bottom: 50px;
	}
}

@media (max-width: 991px) {
	main .box-Description {
		padding-bottom: 45px;
		padding-top: 40px;
	}
}

@media (max-width: 767px) {
	main .box-Description {
		padding-bottom: 40px;
		padding-top: 40px;
	}
}

main .box-Description .box-tit {
	margin-bottom: 28px;
}

@media (max-width: 1199px) {
	main .box-Description .box-tit {
		margin-bottom: 25px;
	}
}

@media (max-width: 991px) {
	main .box-Description .box-tit {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	main .box-Description .box-tit {
		margin-bottom: 15px;
	}
}

main .box-Description .box-tit p {
	color: #000;
	font-family: Arial;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

@media (max-width: 1199px) {
	main .box-Description .box-tit p {
		font-size: 28px;
	}
}

@media (max-width: 991px) {
	main .box-Description .box-tit p {
		font-size: 24px;
	}
}

main .box-Description .main .text {
	margin-bottom: 35px;
}

@media (max-width: 1199px) {
	main .box-Description .main .text {
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	main .box-Description .main .text {
		margin-bottom: 25px;
	}
}

@media (max-width: 767px) {
	main .box-Description .main .text {
		margin-bottom: 20px;
	}
}

main .box-Description .main .text p {
	color: #333;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 160% */
}

@media (max-width: 767px) {
	main .box-Description .main .text p {
		font-size: 14px;
		line-height: 1.7;
	}
}

main .box-Description .main .pic {
	width: 100%;
}

@media (max-width: 1199px) {
	main .box-Description .main .pic .row {
		margin: 0 -5px;
	}
	main .box-Description .main .pic .row>div {
		padding: 0 5px;
		margin-bottom: 10px;
	}
}

main .box-Description .main .pic img {
	width: 100%;
}

main .box-evaluations {
	padding-top: 70px;
	padding-bottom: 50px;
	background-color: #f9f9f9;
}

@media (max-width: 1199px) {
	main .box-evaluations {
		padding-top: 50px;
	}
}

@media (max-width: 991px) {
	main .box-evaluations {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

@media (max-width: 767px) {
	main .box-evaluations {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

main .box-evaluations .box-tit {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1199px) {
	main .box-evaluations .box-tit {
		margin-bottom: 28px;
	}
}

@media (max-width: 991px) {
	main .box-evaluations .box-tit {
		margin-bottom: 26px;
	}
}

@media (max-width: 767px) {
	main .box-evaluations .box-tit {
		margin-bottom: 24px;
	}
}

main .box-evaluations .box-tit p {
	color: #000;
	font-family: Arial;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

@media (max-width: 1199px) {
	main .box-evaluations .box-tit p {
		font-size: 32px;
	}
}

@media (max-width: 991px) {
	main .box-evaluations .box-tit p {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	main .box-evaluations .box-tit p {
		font-size: 24px;
	}
}

main .box-evaluations .box-tit .slick-evaluations-btn {
	display: flex;
	align-items: center;
}

main .box-evaluations .box-tit .slick-evaluations-btn>div {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px dashed #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	cursor: pointer;
}

main .box-evaluations .box-tit .slick-evaluations-btn>div:first-child {
	margin-right: 21px;
}

main .box-evaluations .box-tit .slick-evaluations-btn>div .icon i {
	transition: all 0.5s;
	color: #ccc;
	font-size: 16px;
}

main .box-evaluations .box-tit .slick-evaluations-btn>div:hover {
	background-color: #be6c42;
	border: 1px solid #be6c42;
}

main .box-evaluations .box-tit .slick-evaluations-btn>div:hover .icon i {
	color: #fff;
}

main .box-evaluations .slick-evaluations .item {
	background-color: #fff;
	padding: 14px 30px 23px;
}

main .box-evaluations .slick-evaluations .item .head {
	padding-bottom: 11px;
	margin-bottom: 15px;
	border-bottom: 1px solid #f3f3f3;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

main .box-evaluations .slick-evaluations .item .head .score {
	display: flex;
	align-items: center;
}

main .box-evaluations .slick-evaluations .item .head .score .name {
	margin-right: 20px;
}

main .box-evaluations .slick-evaluations .item .head .score .name p {
	color: #000;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	/* 228.571% */
}

main .box-evaluations .slick-evaluations .item .head .score ul {
	display: flex;
	align-items: center;
}

main .box-evaluations .slick-evaluations .item .head .score ul li:not(main .box-evaluations .slick-evaluations .item .head .score ul li:last-child) {
	margin-right: 5px;
}

main .box-evaluations .slick-evaluations .item .head .score ul li .icon i {
	color: #a41517;
	font-size: 10px;
}

main .box-evaluations .slick-evaluations .item .head .time {
	display: flex;
	align-items: center;
}

main .box-evaluations .slick-evaluations .item .head .time .icon {
	margin-right: 11px;
}

main .box-evaluations .slick-evaluations .item .head .time .icon i {
	font-size: 16px;
	color: #a41517;
}

main .box-evaluations .slick-evaluations .item .bottom p {
	color: #333;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 142.857% */
}

main .box-evaluations .slick-evaluations .slick-slide {
	padding: 0 15px;
}

main .box-evaluations .slick-evaluations .slick-list {
	margin: 0 -15px;
}

main .box-evaluations .slick-evaluations .slick-dots {
	padding-top: 40px;
	display: flex;
	justify-content: center;
}

@media (max-width: 767px) {
	main .box-evaluations .slick-evaluations .slick-dots {
		padding-top: 20px;
	}
}

main .box-evaluations .slick-evaluations .slick-dots li {
	transition: all 0.5s;
	margin: 0 7.5px;
	width: 13px;
	height: 13px;
	flex-shrink: 0;
	border-radius: 50%;
	background-color: #d6d6d6;
}

main .box-evaluations .slick-evaluations .slick-dots li button {
	display: none;
}

main .box-evaluations .slick-evaluations .slick-dots .slick-active {
	background-color: #be6c42;
}

main .box-inquire {
	padding-top: 60px;
}

@media (max-width: 1199px) {
	main .box-inquire {
		padding-top: 50px;
	}
}

@media (max-width: 991px) {
	main .box-inquire {
		padding-top: 45px;
	}
}

@media (max-width: 767px) {
	main .box-inquire {
		padding-top: 40px;
	}
}

main .box-inquire .box-tit {
	margin-bottom: 30px;
}

@media (max-width: 1199px) {
	main .box-inquire .box-tit {
		margin-bottom: 25px;
	}
}

@media (max-width: 991px) {
	main .box-inquire .box-tit {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	main .box-inquire .box-tit {
		margin-bottom: 15px;
	}
}

main .box-inquire .box-tit p {
	color: #000;
	font-family: Arial;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

@media (max-width: 1199px) {
	main .box-inquire .box-tit p {
		font-size: 32px;
	}
}

@media (max-width: 991px) {
	main .box-inquire .box-tit p {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	main .box-inquire .box-tit p {
		font-size: 24px;
	}
}

main .box-inquire .formbox {
	width: 100%;
}

main .box-inquire .formbox form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

main .box-inquire .formbox form .productName {
	width: 100%;
	height: 70px;
	margin-bottom: 20px;
}

main .box-inquire .formbox form .productName input {
	background-color: #703c26;
	width: 100%;
	height: inherit;
	color: #fff;
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	/* 155.556% */
	text-transform: capitalize;
	padding-left: 41px;
}

main .box-inquire .formbox form .inputGroup {
	width: 24.5%;
	height: 60px;
	position: relative;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	main .box-inquire .formbox form .inputGroup {
		width: 100%;
		margin-bottom: 10px;
	}
}

main .box-inquire .formbox form .inputGroup textarea,
main .box-inquire .formbox form .inputGroup input {
	width: 100%;
	height: inherit;
	border: 1px dashed #ddd;
	background-color: rgba(0, 0, 0, 0);
	padding-left: 41px;
	color: #222;
	font-size: 15px;
}

main .box-inquire .formbox form .inputGroup textarea:valid~label,
main .box-inquire .formbox form .inputGroup input:valid~label,
main .box-inquire .formbox form .inputGroup textarea:focus~label,
main .box-inquire .formbox form .inputGroup input:focus~label {
	top: 0;
	background-color: #fff;
}

main .box-inquire .formbox form .inputGroup label {
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 40px;
	transition: all 0.5s;
	color: #666;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	/* 200% */
}

main .box-inquire .formbox form .Message {
	margin-bottom: 30px;
	width: 100%;
	height: 200px;
}

@media (max-width: 1199px) {
	main .box-inquire .formbox form .Message {
		margin-bottom: 15px;
	}
}

main .box-inquire .formbox form .Message textarea {
	padding-top: 25px;
}

main .box-inquire .formbox form .Message label {
	top: 35px;
}

main .box-inquire .formbox form button {
	margin: 0 auto;
	display: flex;
	align-items: center;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 200px;
	border: 2px solid #ddd;
	padding: 10px 27px;
}

main .box-inquire .formbox form button span {
	color: #703c26;
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-right: 15px;
}

main .box-inquire .formbox form button .icon i {
	font-size: 18px;
	counter-reset: #703c26;
}

main .box-RelatedProducts {
	padding-bottom: 80px;
	padding-top: 38px;
}

@media (max-width: 1199px) {
	main .box-RelatedProducts {
		padding-bottom: 50px;
	}
}

@media (max-width: 991px) {
	main .box-RelatedProducts {
		padding-bottom: 45px;
	}
}

@media (max-width: 767px) {
	main .box-RelatedProducts {
		padding-bottom: 40px;
	}
}

main .box-RelatedProducts .box-tit {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1199px) {
	main .box-RelatedProducts .box-tit {
		margin-bottom: 25px;
	}
}

@media (max-width: 991px) {
	main .box-RelatedProducts .box-tit {
		margin-bottom: 20px;
	}
}

main .box-RelatedProducts .box-tit p {
	color: #000;
	font-family: Arial;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

@media (max-width: 1199px) {
	main .box-RelatedProducts .box-tit p {
		font-size: 32px;
	}
}

@media (max-width: 991px) {
	main .box-RelatedProducts .box-tit p {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	main .box-RelatedProducts .box-tit p {
		font-size: 24px;
	}
}

main .box-RelatedProducts .box-tit .slick-RelatedProducts-btn {
	display: flex;
	align-items: center;
}

main .box-RelatedProducts .box-tit .slick-RelatedProducts-btn>div {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px dashed #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	cursor: pointer;
}

main .box-RelatedProducts .box-tit .slick-RelatedProducts-btn>div:first-child {
	margin-right: 21px;
}

main .box-RelatedProducts .box-tit .slick-RelatedProducts-btn>div .icon i {
	transition: all 0.5s;
	color: #ccc;
	font-size: 16px;
}

main .box-RelatedProducts .box-tit .slick-RelatedProducts-btn>div:hover {
	background-color: #be6c42;
	border: 1px solid #be6c42;
}

main .box-RelatedProducts .box-tit .slick-RelatedProducts-btn>div:hover .icon i {
	color: #fff;
}

main .box-RelatedProducts .slick-RelatedProducts .item .pic {
	margin-bottom: 20px;
}

main .box-RelatedProducts .slick-RelatedProducts .item .productName a {
	color: #000;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	/* 146.667% */
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

main .box-RelatedProducts .slick-RelatedProducts .slick-slide {
	padding: 0 15px;
}

main .box-RelatedProducts .slick-RelatedProducts .slick-list {
	margin: 0 -15px;
}

main .box-stockitem {
	margin-bottom: 70px;
	padding: 36px 0 45px;
	background-color: #f9f9f9;
}

@media (max-width: 1199px) {
	main .box-stockitem {
		margin-bottom: 40px;
		padding: 20px 0;
	}
}

@media (max-width: 991px) {
	main .box-stockitem {
		margin-bottom: 30px;
		padding: 15px 0;
	}
}

@media (max-width: 767px) {
	main .box-stockitem {
		margin-bottom: 20px;
	}
}

main .box-stockitem .slick-stockitem-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

main .box-stockitem .slick-stockitem-box .prev,
main .box-stockitem .slick-stockitem-box .next {
	flex-shrink: 0;
	cursor: pointer;
	transition: all 0.5s;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #000;
}

@media (max-width: 1199px) {
	main .box-stockitem .slick-stockitem-box .prev,
	main .box-stockitem .slick-stockitem-box .next {
		display: none !important;
	}
}

main .box-stockitem .slick-stockitem-box .prev .icon i,
main .box-stockitem .slick-stockitem-box .next .icon i {
	color: #fff;
	font-size: 16px;
}

main .box-stockitem .slick-stockitem-box .prev:hover,
main .box-stockitem .slick-stockitem-box .next:hover {
	background-color: #be6c42;
}

main .box-stockitem .slick-stockitem-box .slick-stockitem {
	width: 83.68794326%;
}

@media (max-width: 1199px) {
	main .box-stockitem .slick-stockitem-box .slick-stockitem {
		width: 100%;
	}
}

main .box-stockitem .slick-stockitem-box .slick-stockitem .slick-slide {
	padding: 0 15px;
}

@media (max-width: 767px) {
	main .box-stockitem .slick-stockitem-box .slick-stockitem .slick-slide {
		padding: 0 5px;
	}
}

main .box-stockitem .slick-stockitem-box .slick-stockitem .slick-list {
	margin: 0 -15px;
}

@media (max-width: 767px) {}

main .box-stockitem .slick-stockitem-box .slick-stockitem .pic {
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0);
	transition: all 0.5s;
}

main .box-stockitem .slick-stockitem-box .slick-stockitem .pic:hover {
	border-color: #be6c42;
}

main .box-stockitem .slick-stockitem-box .slick-stockitem .slick-current .pic {
	/*border-color: #be6c42;*/
}

.active_stock {
	border-color: #be6c42 !important;
}

main .box-about {
	padding-top: 25px;
	padding-bottom: 80px;
}

@media (max-width: 1199px) {
	main .box-about {
		padding-bottom: 50px;
	}
}

@media (max-width: 991px) {
	main .box-about {
		padding-bottom: 45px;
	}
}

@media (max-width: 767px) {
	main .box-about {
		padding-bottom: 40px;
	}
}

main .box-about .main .text {
	margin-bottom: 90px;
}

@media (max-width: 1199px) {
	main .box-about .main .text {
		margin-bottom: 40px;
	}
}

@media (max-width: 991px) {
	main .box-about .main .text {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	main .box-about .main .text {
		margin-bottom: 25px;
	}
}

main .box-about .main .text p {
	color: #333;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	/* 175% */
}

@media (max-width: 767px) {
	main .box-about .main .text p {
		font-size: 14px;
		line-height: 1.7;
	}
}

main .box-about .main .text .special {
	color: #be6c42;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
}

@media (max-width: 767px) {
	main .box-about .main .text .special {
		font-size: 14px;
		line-height: 1.7;
	}
}

main .box-about .main .pic img {
	max-width: 100%;
}

main .box-about .main .pic img:not(main .box-about .main .pic img:last-child) {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	main .box-about .main .pic img:not(main .box-about .main .pic img: last-child) {
		margin-bottom: 15px;
	}
}

main .box-ColorChart {
	padding-top: 70px;
	padding-bottom: 91px;
}

@media (max-width: 1199px) {
	main .box-ColorChart {
		padding: 50px 0;
	}
}

@media (max-width: 991px) {
	main .box-ColorChart {
		padding: 45px 0;
	}
}

@media (max-width: 767px) {
	main .box-ColorChart {
		padding: 40px 0;
	}
}

main .box-ColorChart .pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

main .box-ColorChart .pic img {
	max-width: 100%;
}

main .box-ColorChart .pic img:not(main .box-ColorChart .pic img:last-child) {
	margin-bottom: 20px;
}

main .box-service {
	padding-bottom: 110px;
	padding-top: 35px;
}

@media (max-width: 1199px) {
	main .box-service {
		padding-bottom: 50px;
	}
}

@media (max-width: 991px) {
	main .box-service {
		padding-bottom: 45px;
	}
}

@media (max-width: 767px) {
	main .box-service {
		padding-bottom: 40px;
	}
}

main .box-service ul li {
	position: relative;
}

main .box-service ul li .anchor {
	position: absolute;
	top: -160px;
	pointer-events: none;
	left: 0;
}

main .box-service ul li:not(main .box-service ul li:last-child) {
	margin-bottom: 30px;
}

@media (max-width: 1199px) {
	main .box-service ul li:not(main .box-service ul li: last-child) {
		margin-bottom: 25px;
	}
}

@media (max-width: 991px) {
	main .box-service ul li:not(main .box-service ul li: last-child) {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	main .box-service ul li:not(main .box-service ul li: last-child) {
		margin-bottom: 15px;
	}
}

main .box-service ul li:nth-child(2n) .item .icon {
	background-color: #8f5238;
}

main .box-service ul li:nth-child(2n) .item .icon::before {
	border-color: #8f5238;
}

main .box-service .item {
	background-color: #f9f9f9;
	display: flex;
	align-items: flex-start;
	padding: 45px 60px 45px 80px;
}

@media (max-width: 1199px) {
	main .box-service .item {
		padding: 30px;
	}
}

@media (max-width: 767px) {
	main .box-service .item {
		padding: 15px;
	}
}

main .box-service .item .icon {
	position: relative;
	margin-right: 85px;
	flex-shrink: 0;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #be6c42;
}

@media (max-width: 1199px) {
	main .box-service .item .icon {
		margin-right: 30px;
	}
}

@media (max-width: 991px) {
	main .box-service .item .icon {
		width: 45px;
		height: 45px;
	}
}

main .box-service .item .icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 115%;
	height: 115%;
	border-radius: 50%;
	border: 1px dashed #c48125;
}

main .box-service .item .icon i {
	color: #fff;
	font-size: 50px;
}

@media (max-width: 991px) {
	main .box-service .item .icon i {
		font-size: 28px;
	}
}

main .box-service .item .textbox {
	padding-top: 5px;
}

@media (max-width: 767px) {
	main .box-service .item .textbox {
		padding-top: unset;
	}
}

main .box-service .item .textbox .tit {
	margin-bottom: 10px;
}

main .box-service .item .textbox .tit p {
	color: #be6c42;
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	/* 155.556% */
	text-transform: capitalize;
}

@media (max-width: 767px) {
	main .box-service .item .textbox .tit p {
		font-size: 16px;
	}
}

main .box-service .item .textbox .intro p {
	color: #333;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 160% */
}

@media (max-width: 767px) {
	main .box-service .item .textbox .intro p {
		font-size: 14px;
		line-height: 1.7;
	}
}

main .box-newsList {
	padding-top: 50px;
	padding-bottom: 90px;
}

@media (max-width: 1199px) {
	main .box-newsList {
		padding-bottom: 50px;
	}
}

@media (max-width: 991px) {
	main .box-newsList {
		padding-bottom: 45px;
		padding-top: 45px;
	}
}

@media (max-width: 991px) {
	main .box-newsList {
		padding-bottom: 40px;
		padding-top: 40px;
	}
}

main .box-newsList .item {
	margin-bottom: 50px;
}

@media (max-width: 1199px) {
	main .box-newsList .item {
		margin-bottom: 40px;
	}
}

@media (max-width: 991px) {
	main .box-newsList .item {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	main .box-newsList .item {
		margin-bottom: 20px;
	}
}

main .box-newsList .item .pic {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	main .box-newsList .item .pic {
		margin-bottom: 15px;
	}
}

main .box-newsList .item .pic .img-box {
	padding-bottom: 66.66666667%;
}

main .box-newsList .item .infobox .time {
	margin-bottom: 14px;
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	main .box-newsList .item .infobox .time {
		margin-bottom: 10px;
	}
}

main .box-newsList .item .infobox .time .icon {
	margin-right: 10px;
}

main .box-newsList .item .infobox .time .icon i {
	color: #c48125;
	font-size: 20px;
}

@media (max-width: 767px) {
	main .box-newsList .item .infobox .time .icon i {
		font-size: 16px;
	}
}

main .box-newsList .item .infobox .time span {
	color: #666;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 767px) {
	main .box-newsList .item .infobox .time span {
		font-size: 14px;
	}
}

main .box-newsList .item .infobox .tit {
	margin-bottom: 12px;
}

@media (max-width: 767px) {
	main .box-newsList .item .infobox .tit {
		margin-bottom: 10px;
	}
}

main .box-newsList .item .infobox .tit a {
	color: #000;
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

@media (max-width: 767px) {
	main .box-newsList .item .infobox .tit a {
		font-size: 16px;
	}
}

main .box-newsList .item .infobox .intro p {
	color: #666;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	/* 157.143% */
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

main .box-newsList .sorter {
	padding-top: 30px;
}

@media (max-width: 767px) {
	main .box-newsList .sorter {
		padding-top: 0px;
	}
}

main .box-newsList .sorter ul {
	justify-content: center;
}

main .box-FAQ {
	padding-bottom: 90px;
	padding-top: 50px;
}

@media (max-width: 1199px) {
	main .box-FAQ {
		padding-bottom: 50px;
	}
}

@media (max-width: 991px) {
	main .box-FAQ {
		padding-bottom: 45px;
		padding-top: 45px;
	}
}

@media (max-width: 767px) {
	main .box-FAQ {
		padding-bottom: 40px;
		padding-top: 40px;
	}
}

main .box-FAQ .container>ul>li:not(main .box-FAQ .container > ul > li:last-child) {
	margin-bottom: 25px;
}

@media (max-width: 1199px) {
	main .box-FAQ .container>ul>li:not(main .box-FAQ .container > ul > li: last-child) {
		margin-bottom: 20px;
	}
}

@media (max-width: 991px) {
	main .box-FAQ .container>ul>li:not(main .box-FAQ .container > ul > li: last-child) {
		margin-bottom: 15px;
	}
}

main .box-FAQ .container>ul>li .item .question {
	cursor: pointer;
	padding: 26px 30px 26px 50px;
	background-color: #f9f9f9;
	display: flex;
	justify-content: space-between;
	transition: all 0.5s;
}

@media (max-width: 1199px) {
	main .box-FAQ .container>ul>li .item .question {
		padding: 15px;
	}
}

main .box-FAQ .container>ul>li .item .question .left {
	display: flex;
	align-items: center;
}

main .box-FAQ .container>ul>li .item .question .left .icon {
	margin-right: 20px;
}

main .box-FAQ .container>ul>li .item .question .left .icon i {
	transition: all 0.5s;
	color: #be6c42;
	font-size: 18px;
}

main .box-FAQ .container>ul>li .item .question .left span {
	transition: all 0.5s;
	color: #000;
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 767px) {
	main .box-FAQ .container>ul>li .item .question .left span {
		font-size: 16px;
	}
}

main .box-FAQ .container>ul>li .item .question .right {
	line-height: 1;
	display: flex;
	align-items: center;
}

main .box-FAQ .container>ul>li .item .question .right .icon {
	transition: all 0.5s;
}

main .box-FAQ .container>ul>li .item .question .right .icon i {
	transition: all 0.5s;
	font-size: 14px;
	color: #000;
}

main .box-FAQ .container>ul>li .item .anwser {
	display: none;
	padding: 20px 122px 58px 88px;
}

@media (max-width: 1199px) {
	main .box-FAQ .container>ul>li .item .anwser {
		padding: 20px;
	}
}

@media (max-width: 991px) {
	main .box-FAQ .container>ul>li .item .anwser {
		padding: 15px;
	}
}

main .box-FAQ .container>ul>li .item .anwser p {
	color: #666;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/* 162.5% */
}

@media (max-width: 767px) {
	main .box-FAQ .container>ul>li .item .anwser p {
		font-size: 14px;
		line-height: 1.7;
	}
}

main .box-FAQ .container>ul .active .item .question {
	background-color: #be6c42;
}

main .box-FAQ .container>ul .active .item .question .left .icon i {
	color: #fff;
}

main .box-FAQ .container>ul .active .item .question .left span {
	color: #fff;
}

main .box-FAQ .container>ul .active .item .question .right .icon {
	transform: rotate(90deg);
}

main .box-FAQ .container>ul .active .item .question .right .icon i {
	color: #fff;
}

main .box-FAQ .sorter {
	padding-top: 70px;
}

@media (max-width: 1199px) {
	main .box-FAQ .sorter {
		padding-top: 50px;
	}
}

@media (max-width: 991px) {
	main .box-FAQ .sorter {
		padding-top: 40px;
	}
}

@media (max-width: 767px) {
	main .box-FAQ .sorter {
		padding-top: 30px;
	}
}

main .box-FAQ .sorter ul {
	justify-content: center;
}

main .box-video {
	padding-bottom: 60px;
	padding-top: 60px;
}

@media (max-width: 1199px) {
	main .box-video {
		padding: 50px 0;
	}
}

@media (max-width: 991px) {
	main .box-video {
		padding: 45px 0;
	}
}

@media (max-width: 767px) {
	main .box-video {
		padding: 40px 0;
	}
}

main .box-video .item {
	margin-bottom: 40px;
	cursor: pointer;
}

@media (max-width: 1199px) {
	main .box-video .item {
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	main .box-video .item {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	main .box-video .item {
		margin-bottom: 15px;
	}
}

main .box-video .item .pic {
	margin-bottom: 20px;
	position: relative;
}

main .box-video .item .pic .img-box {
	padding-bottom: 43.47826087%;
}

main .box-video .item .pic .mask {
	z-index: 99;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

main .box-video .item .pic .mask .icon i {
	color: #fff;
	font-size: 51px;
}

main .box-video .item .videoName p {
	color: #000;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

main .box-video .item:hover .pic img {
	transform: scale(1.1);
}

main .box-video .sorter {
	padding-top: 10px;
}

main .box-video .sorter ul {
	justify-content: center;
}

main .box-contact {
	padding-bottom: 83px;
}

@media (max-width: 1199px) {
	main .box-contact {
		padding-bottom: 50px;
	}
}

@media (max-width: 991px) {
	main .box-contact {
		padding-bottom: 45px;
	}
}

@media (max-width: 767px) {
	main .box-contact {
		padding-bottom: 40px;
	}
}

@media (max-width: 1199px) {
	main .box-contact .contactinfo {
		margin-bottom: 50px;
	}
}

@media (max-width: 991px) {
	main .box-contact .contactinfo {
		margin-bottom: 45px;
	}
}

@media (max-width: 767px) {
	main .box-contact .contactinfo {
		margin-bottom: 40px;
	}
}

main .box-contact .contactinfo .tit {
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	main .box-contact .contactinfo .tit {
		margin-bottom: 10px;
	}
}

main .box-contact .contactinfo .tit p {
	color: #703c26;
	font-family: Arial;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

@media (max-width: 1199px) {
	main .box-contact .contactinfo .tit p {
		font-size: 32px;
	}
}

@media (max-width: 991px) {
	main .box-contact .contactinfo .tit p {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	main .box-contact .contactinfo .tit p {
		font-size: 24px;
	}
}

main .box-contact .contactinfo .companyName {
	margin-bottom: 48px;
}

@media (max-width: 1199px) {
	main .box-contact .contactinfo .companyName {
		margin-bottom: 32px;
	}
}

@media (max-width: 991px) {
	main .box-contact .contactinfo .companyName {
		margin-bottom: 28px;
	}
}

@media (max-width: 767px) {
	main .box-contact .contactinfo .companyName {
		margin-bottom: 24px;
	}
}

main .box-contact .contactinfo .companyName p {
	color: #666;
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 991px) {
	main .box-contact .contactinfo .companyName p {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	main .box-contact .contactinfo .companyName p {
		font-size: 16px;
	}
}

main .box-contact .contactinfo .infoList {
	margin-bottom: 63px;
}

@media (max-width: 1199px) {
	main .box-contact .contactinfo .infoList {
		margin-bottom: 50px;
	}
}

@media (max-width: 991px) {
	main .box-contact .contactinfo .infoList {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	main .box-contact .contactinfo .infoList {
		margin-bottom: 30px;
	}
}

main .box-contact .contactinfo .infoList ul li:not(main .box-contact .contactinfo .infoList ul li:last-child) {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	main .box-contact .contactinfo .infoList ul li:not(main .box-contact .contactinfo .infoList ul li: last-child) {
		margin-bottom: 10px;
	}
}

main .box-contact .contactinfo .infoList ul li .item {
	display: flex;
	align-items: flex-start;
}

main .box-contact .contactinfo .infoList ul li .item .icon {
	margin-right: 40px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #be6c42;
	flex-shrink: 0;
}

@media (max-width: 1199px) {
	main .box-contact .contactinfo .infoList ul li .item .icon {
		margin-right: 30px;
	}
}

@media (max-width: 991px) {
	main .box-contact .contactinfo .infoList ul li .item .icon {
		margin-right: 20px;
	}
}

@media (max-width: 767px) {
	main .box-contact .contactinfo .infoList ul li .item .icon {
		margin-right: 10px;
		width: 45px;
		height: 45px;
	}
}

main .box-contact .contactinfo .infoList ul li .item .icon i {
	color: #fff;
	font-size: 20px;
}

main .box-contact .contactinfo .infoList ul li .item a {
	width: 371px;
	max-width: 100%;
	padding-top: 9px;
	color: #666;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	/* 213.333% */
}

@media (max-width: 767px) {
	main .box-contact .contactinfo .infoList ul li .item a {
		font-size: 14px;
		line-height: 1.8;
	}
}

main .box-contact .contactinfo .media ul {
	display: flex;
	align-items: center;
}

main .box-contact .contactinfo .media ul li {
	margin-right: 31px;
}

main .box-contact .contactinfo .media ul li a .icon i {
	font-size: 20px;
}

main .box-contact .contactinfo .media ul li a .icon .icon-youtube {
	color: #b62824;
	font-size: 24px;
}

main .box-contact .contactinfo .media ul li a .icon .icon-instagram-fill {
	color: #c42584;
	font-size: 24px;
}

main .box-contact .contactinfo .media ul li a .icon .icon-facebook {
	color: #3b5998;
}

main .box-contact .contactinfo .media ul li a .icon .icon-twitter {
	color: #55acee;
	font-size: 24px;
}

main .box-contact .OnlineMessage .tit {
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	main .box-contact .OnlineMessage .tit {
		margin-bottom: 10px;
	}
}

main .box-contact .OnlineMessage .tit p {
	color: #703c26;
	font-family: Arial;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

@media (max-width: 1199px) {
	main .box-contact .OnlineMessage .tit p {
		font-size: 32px;
	}
}

@media (max-width: 991px) {
	main .box-contact .OnlineMessage .tit p {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	main .box-contact .OnlineMessage .tit p {
		font-size: 24px;
	}
}

main .box-contact .OnlineMessage .intro {
	margin-bottom: 30px;
}

@media (max-width: 1199px) {
	main .box-contact .OnlineMessage .intro {
		margin-bottom: 20px;
	}
}

@media (max-width: 991px) {
	main .box-contact .OnlineMessage .intro {
		margin-bottom: 15px;
	}
}

main .box-contact .OnlineMessage .intro p {
	color: #666;
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 991px) {
	main .box-contact .OnlineMessage .intro p {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	main .box-contact .OnlineMessage .intro p {
		font-size: 16px;
	}
}

main .box-contact .OnlineMessage .formbox form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

main .box-contact .OnlineMessage .formbox form .inputGroup {
	margin-bottom: 15px;
	width: 49%;
	height: 60px;
	position: relative;
}

@media (max-width: 767px) {
	main .box-contact .OnlineMessage .formbox form .inputGroup {
		width: 100%;
		margin-bottom: 10px;
		height: 50px;
	}
}

main .box-contact .OnlineMessage .formbox form .inputGroup textarea,
main .box-contact .OnlineMessage .formbox form .inputGroup input {
	background: #f9f9f9;
	width: 100%;
	height: inherit;
	padding-left: 40px;
	color: #222;
	font-size: 16px;
}

main .box-contact .OnlineMessage .formbox form .inputGroup textarea:valid~label,
main .box-contact .OnlineMessage .formbox form .inputGroup input:valid~label,
main .box-contact .OnlineMessage .formbox form .inputGroup textarea:focus~label,
main .box-contact .OnlineMessage .formbox form .inputGroup input:focus~label {
	top: 0;
	background-color: #fff;
}

main .box-contact .OnlineMessage .formbox form .inputGroup label {
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 40px;
	pointer-events: none;
	color: #666;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	/* 228.571% */
}

main .box-contact .OnlineMessage .formbox form .message {
	width: 100%;
	height: 160px;
	margin-bottom: 20px;
}

main .box-contact .OnlineMessage .formbox form .message textarea {
	padding-top: 20px;
}

main .box-contact .OnlineMessage .formbox form .message label {
	top: 25px;
}

main .box-contact .OnlineMessage .formbox form button {
	background-color: rgba(0, 0, 0, 0);
	padding-left: 41px;
	display: flex;
	align-items: center;
}

main .box-contact .OnlineMessage .formbox form button span {
	margin-right: 20px;
	color: #000;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

main .box-contact .OnlineMessage .formbox form button .icon i {
	color: #be6c42;
	font-size: 18px;
}

main .box-map .map-content {
	height: 650px;
}

main .xs-nav {
	display: none;
}

@media (max-width: 1199px) {
	main .xs-nav {
		display: block;
	}
}

main .xs-nav ul {
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}

main .xs-nav ul li {
	margin-right: 10px;
}

main .xs-nav ul li a {
	color: #222;
	font-size: 15px;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	footer {
		margin-bottom: 60px;
	}
}

footer .footer {
	background-color: #f9f9f9;
	padding-top: 80px;
	padding-bottom: 42px;
}

@media (max-width: 1199px) {
	footer .footer {
		padding-top: 50px;
	}
}

@media (max-width: 991px) {
	footer .footer {
		padding-top: 45px;
	}
}

@media (max-width: 767px) {
	footer .footer {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

footer .footer .main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	footer .footer .main>div {
		width: 100%;
	}
	footer .footer .main>div>ul {
		display: flex;
		flex-wrap: wrap;
	}
	footer .footer .main>div>ul>li {
		padding-right: 10px;
	}
}

footer .footer .contactbox {
	width: 371px;
	max-width: 100%;
}

@media (max-width: 767px) {
	footer .footer .contactbox .contactinfo ul {
		margin-bottom: 10px;
	}
}

footer .footer .contactbox .contactinfo ul li .item {
	display: flex;
	align-items: flex-start;
}

footer .footer .contactbox .contactinfo ul li .item span {
	flex-shrink: 0;
	color: #666;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	/* 213.333% */
}

@media (max-width: 767px) {
	footer .footer .contactbox .contactinfo ul li .item span {
		font-size: 14px;
		line-height: 1.5;
	}
}

footer .footer .contactbox .contactinfo ul li .item a {
	color: #666;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	/* 213.333% */
}

@media (max-width: 767px) {
	footer .footer .contactbox .contactinfo ul li .item a {
		font-size: 14px;
		line-height: 1.5;
	}
}

footer .footer .listitem .footer-tit {
	margin-bottom: 14px;
}

@media (max-width: 1199px) {
	footer .footer .listitem .footer-tit {
		margin-bottom: 10px;
	}
}

footer .footer .listitem .footer-tit p {
	color: #703c26;
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

@media (max-width: 767px) {
	footer .footer .listitem .footer-tit p {
		font-size: 18px;
	}
}

@media (max-width: 1199px) {
	footer .footer .listitem>ul {
		margin-bottom: 15px;
	}
}

footer .footer .listitem>ul>li>a {
	color: #666;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	/* 186.667% */
	text-transform: capitalize;
}

@media (max-width: 767px) {
	footer .footer .listitem>ul>li>a {
		font-size: 14px;
	}
}

footer .footer .listitem .formbox {
	width: 400px;
	padding-top: 14px;
}

@media (max-width: 767px) {
	footer .footer .listitem .formbox {
		width: 100%;
		padding-top: unset;
	}
}

footer .footer .listitem .formbox form {
	height: 50px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	border: 1px dashed #e0e0e0;
}

footer .footer .listitem .formbox form input {
	width: 84.5%;
	height: inherit;
	background-color: rgba(0, 0, 0, 0);
	padding-left: 30px;
}

footer .footer .listitem .formbox form input:valid::placeholder,
footer .footer .listitem .formbox form input:focus::placeholder {
	opacity: 0;
}

footer .footer .listitem .formbox form input::placeholder {
	color: #666;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/* 216.667% */
	transition: all 0.5s;
}

footer .footer .listitem .formbox form button {
	width: 15.5%;
	height: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0);
	position: relative;
}

footer .footer .listitem .formbox form button .icon i {
	color: #bd6d42;
	font-size: 27px;
}

footer .footer .listitem .media {
	padding-top: 30px;
}

@media (max-width: 767px) {
	footer .footer .listitem .media {
		padding-top: 15px;
	}
}

footer .footer .listitem .media ul {
	display: flex;
}

footer .footer .listitem .media ul li {
	width: 35px;
	height: 35px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .footer .listitem .media ul li:not(footer .footer .listitem .media ul li:last-child) {
	margin-right: 15px;
}

footer .footer .listitem .media ul li .icon i {
	color: #fff;
	font-size: 20px;
}

footer .footer .listitem .media ul .youtube {
	background-color: #b62824;
}

footer .footer .listitem .media ul .instagram {
	background-color: #c42584;
}

footer .footer .listitem .media ul .facebook {
	background-color: #3b5998;
}

footer .footer .listitem .media ul .facebook .icon i {
	font-size: 16px;
}

footer .footer .listitem .media ul .twitter {
	background-color: #55acee;
}

footer .footer .listitem .media ul .tiktok {
	background-color: #160b1b;
}

footer .footer .listitem .media ul .tiktok .icon-tiktok:before{
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../img/icon_tiktok.png) no-repeat center;
	background-size: cover;
}

main .box-contact .contactinfo .media ul li a .icon .icon-tiktok:before{
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../img/icon_tiktok.png) no-repeat center;
	background-size: cover;
}

footer .copyRight {
	width: 100%;
	height: max-content;
	padding: 16px;
	background-color: #bd6d42;
}

footer .copyRight p {
	text-align: center;
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	/* 200% */
}

footer .copyRight p img {
	padding: 0 10px;
}

footer .copyRight p a {
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	/* 200% */
}


/*20260424*/

.banner_info {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
}

.banner_info .index-tit {
	max-width: 70%;
	margin: auto;
	text-align: center;
}

.banner_info .index-tit p {
	color: #fff;
}

@media (max-width: 767px) {
	.banner_info .index-tit {
		max-width: 90%;
	}
}

@media (max-width: 575px) {
	.banner_info .index-tit p {
		font-size: 22px;
	}
	header .header .header-top .func>div:not(header .header .header-top .func > div:first-child) {
		margin-left: 15px;
	}
}

@media (max-width: 380px) {
	.banner_info .index-tit p {
		font-size: 20px;
	}
}