body {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	color: #343434;
	background-color: #fff
}
.paragraph-n93m-10 {
	margin-bottom: 30px;
	padding: 0
}

.paragraph-n93m-10 h2 {
	margin: 0;
	line-height: 1.8;
	color: #0181cb;
	text-align: center;
	font-size: 2rem
}

.paragraph-n93m-10 i {
	display: block;
	height: 3px;
	width: 8%;
	background: #0181cb;
	margin: 0 auto 20px auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.paragraph-n93m-10:hover i {
	width: 10%
}

.paragraph-n93m-10 .text-content p {
	color: #505050;
	line-height: 1.75;
	font-size: 1.6rem
}

.paragraph-n93m-10 .text-content table,
.paragraph-n93m-10 .text-content td,
.paragraph-n93m-10 .text-content p,
.paragraph-n93m-10 .text-content img,
.paragraph-n93m-10 .text-content video {
	max-width: 100%
}

@media(min-width:768px) {
	.paragraph-n93m-10 {
		margin-bottom: 40px;
		padding: 10px 20px
	}

	.paragraph-n93m-10 h2 {
		font-size: 2.6rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}

	.paragraph-n93m-10 i {
		margin: 0 auto 25px auto
	}

	.paragraph-n93m-10 .text-content table,
	.paragraph-n93m-10 .text-content td,
	.paragraph-n93m-10 .text-content p,
	.paragraph-n93m-10 .text-content img,
	.paragraph-n93m-10 .text-content video {
		margin: -2px
	}
}

.about-us-list-n121m-1 {
	margin-bottom: 40px;
	border-radius: 20px;
	padding: 10px;
	position: relative;
	z-index: 1
}

.about-us-list-n121m-1 ul {
	display: flex;
	flex-direction: row;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-wrap: wrap
}

.about-us-list-n121m-1 ul li {
	flex: auto;
	color: #0181cb;
	align-items: center;
	display: flex;
	width: 50%;
	text-align: center;
	webkit-justify-content: center;
	justify-content: center;
	flex-direction: column;
	z-index: 10
}

.about-us-list-n121m-1 ul li:nth-child(1) {
	margin-bottom: 20px
}

.about-us-list-n121m-1 ul li:nth-child(2) {
	margin-bottom: 20px
}

.about-us-list-n121m-1 ul li .data-img {
	width: 50px;
	height: 50px
}

.about-us-list-n121m-1 ul li .data-img span img {
	display: block;
	width: 80%;
	height: auto
}

.about-us-list-n121m-1 ul li .data-con label {
	font-weight: normal;
	line-height: 1.2;
	font-size: 2.6rem;
	margin: 10px 0
}

.about-us-list-n121m-1 ul li .data-con span {
	display: block;
	color: #6c6c6c;
	font-size: 1.4rem
}

.about-us-list-n121m-1::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: linear-gradient(90deg, #0181cb, #745f45);
	transition: all ease .4s;
	-webkit-transition: all ease .4s
}

.about-us-list-n121m-1:hover::after {
	width: 100%
}

.about-us-list-n121m-1:hover ul li .data-con label {
	color: #fff
}

.about-us-list-n121m-1:hover ul li .data-con span {
	color: #fff
}

@media(min-width:768px) {
	.about-us-list-n121m-1 {
		margin-bottom: 60px
	}

	.about-us-list-n121m-1 ul {
		top: 0;
		padding: 0;
		padding-bottom: 25px
	}

	.about-us-list-n121m-1 ul li {
		color: #0181cb
	}

	.about-us-list-n121m-1 ul li .data-con label {
		font-size: 1.6rem
	}

	.about-us-list-n121m-1 ul li .data-con span {
		text-align: left;
		font-size: 1.8rem
	}

	.about-us-list-n121m-1 ul li:nth-child(1) {
		margin-bottom: 0
	}

	.about-us-list-n121m-1 ul li:nth-child(2) {
		margin-bottom: 0
	}
}

@media(min-width:1280px) {
	.about-us-list-n121m-1 ul {
		padding: 15px 0
	}

	.about-us-list-n121m-1 ul li {
		flex-direction: row;
		width: 25%
	}

	.about-us-list-n121m-1 ul li .data-img {
		margin-right: 20px
	}

	.about-us-list-n121m-1 ul li .data-img span img {
		width: 100%
	}

	.about-us-list-n121m-1 ul li .data-con label {
		font-size: 2.6rem
	}
}

.headline-n93m-1 {
	margin-bottom: 20px
}

.headline-n93m-1 h2 {
	margin: 0;
	font-size: 2rem;
	line-height: 1.8;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #0181cb;
	text-align: center;
	text-transform: uppercase
}

.headline-n93m-1 i {
	display: block;
	height: 3px;
	width: 4%;
	background: #0181cb;
	margin: 0 auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.headline-n93m-1:hover i {
	width: 9%
}

@media(min-width:768px) {
	.headline-n93m-1 {
		margin-bottom: 25px
	}

	.headline-n93m-1 h2 {
		font-size: 3.2rem
	}
}

.case-list-n120m-1 {
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
	padding: 20px 0 0 0
}

.case-list-n120m-1 .item {
	width: 100%;
	float: left
}

.case-list-n120m-1 .item .blk {
	border: 1px solid #cbcbcb;
	-webkit-transition: border .5s;
	-moz-transition: border .5s;
	-o-transition: border .5s;
	transition: border .5s;
	overflow: hidden;
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 100%
}

.case-list-n120m-1 .item .blk .square-cont {
	position: absolute;
	width: 100%;
	height: 100%
}

.case-list-n120m-1 .item .blk .cover-image>span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center
}

.case-list-n120m-1 .item .blk .cover-image>span>img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.case-list-n120m-1 .item .blk .cover-image img {
	transition: all .5s;
	width: 100%;
	height: 100%
}

.case-list-n120m-1 .item .blk:before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .5s ease 0s;
	z-index: 1
}

.case-list-n120m-1 .item .blk:after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .5s ease 0s;
	z-index: 1
}

.case-list-n120m-1 .item .blk:hover:before {
	background-color: rgba(255, 255, 255, 0.3);
	left: 50%;
	right: 50%
}

.case-list-n120m-1 .item .blk:hover:after {
	background-color: rgba(255, 255, 255, 0.3);
	bottom: 50%;
	top: 50%
}

.case-list-n120m-1 .item .title {
	display: block;
	font-size: 1.8rem;
	line-height: 1.576;
	text-align: center;
	color: #343434;
	margin: 0;
	padding: 10px;
	text-decoration: none
}

.case-list-n120m-1 .owl-buttons {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -15px
}

.case-list-n120m-1 .owl-buttons .owl-prev {
	position: absolute;
	left: 16px
}

.case-list-n120m-1 .owl-buttons .owl-next {
	position: absolute;
	right: 16px
}

.case-list-n120m-1 .owl-buttons .imco {
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 1.6rem;
	border: 0;
	color: #fff;
	background: #505050;
	opacity: .4;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	font-weight: bold
}

.case-list-n120m-1 .owl-buttons .imco:hover {
	opacity: .6
}

.case-list-n120m-1 .owl-pagination {
	display: none
}

@media(min-width:768px) {
	.case-list-n120m-1 {
		padding: 20px 0 0 0;
		margin-bottom: 80px
	}

	.case-list-n120m-1 .item .title {
		display: block;
		font-size: 1.8rem;
		line-height: 1.576;
		text-align: center;
		-webkit-transition: color .5s;
		-moz-transition: color .5s;
		-o-transition: color .5s;
		transition: color .5s;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		color: #fff;
		margin: 0;
		padding: 10px;
		text-decoration: none
	}

	.case-list-n120m-1 .item:hover .blk {
		border: 1px solid #0181cb
	}

	.case-list-n120m-1 .item:hover .title {
		color: #0181cb
	}

	.case-list-n120m-1 .item:hover img {
		transform: scale(1.1, 1.1)
	}

	.case-list-n120m-1 .owl-carousel {
		margin: 0 -15px
	}

	.case-list-n120m-1 .owl-item {
		padding: 0 15px
	}

	.case-list-n120m-1 .owl-buttons {
		margin-left: 30px
	}
}

.news-list-n101m-2 {
	overflow: hidden;
	position: relative;
	margin: 15px 0
}

.news-list-n101m-2 .blk {
	background: #f2f2f2;
	overflow: auto;
	min-height: 20vw
}

.news-list-n101m-2 .item {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 66.6%
}

.news-list-n101m-2 .item .square-cont {
	position: absolute;
	width: 100%;
	height: 100%
}

.news-list-n101m-2 .item .cover-image {
	display: block;
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.news-list-n101m-2 .item .cover-image>span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center
}

.news-list-n101m-2 .item .cover-image>span>img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.news-list-n101m-2 .item .cover-image img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	width: 100%
}

.news-list-n101m-2 .item .cover-image:hover {
	background: #181818
}

.news-list-n101m-2 .item .cover-image:hover img {
	opacity: .8;
	-ms-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2)
}

.news-list-n101m-2 .detail {
	padding: 30px;
	position: relative;
	background: #0181cb;
	color: #fff
}

.news-list-n101m-2 .detail:after {
	content: '';
	position: absolute;
	top: -48px;
	left: 50%;
	margin-left: -30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px;
	border-color: transparent transparent #0181cb transparent
}

.news-list-n101m-2 .detail .text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -webkit-box;
	margin-bottom: 15px
}

.news-list-n101m-2 .detail .text a {
	line-height: 30px;
	height: 60px;
	display: block;
	font-size: 1.8rem;
	color: #fff
}

.news-list-n101m-2 .detail .text a:hover {
	color: #f2f2f2
}

.news-list-n101m-2 .detail .desc {
	opacity: .7;
	font-size: 1.6rem;
	line-height: 25px;
	height: 90px;
	margin: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	display: -webkit-box
}

.news-list-n101m-2 .detail .time {
	opacity: .7;
	display: block;
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 15px
}

.news-list-n101m-2 .detail .time:before {
	margin-right: 4px;
	font-size: 1.6rem;
	font-weight: bold
}

.news-list-n101m-2 a {
	text-decoration: none
}

@media(max-width:768px) {
	.news-list-n101m-2 {
		margin-bottom: 40px
	}

	.news-list-n101m-2 .detail {
		padding: 15px
	}

	.news-list-n101m-2 .detail .desc {
		display: none
	}

	.news-list-n101m-2 .detail .text {
		margin-bottom: 10px
	}

	.news-list-n101m-2 .detail .text a {
		font-size: 1.6rem
	}

	.news-list-n101m-2 .detail .time {
		margin-bottom: 0
	}

	.news-list-n101m-2 .owl-buttons {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin-top: -20px
	}

	.news-list-n101m-2 .owl-buttons .owl-prev {
		position: absolute;
		left: 10px
	}

	.news-list-n101m-2 .owl-buttons .owl-next {
		position: absolute;
		right: 10px
	}

	.news-list-n101m-2 .owl-buttons .owl-counter {
		display: none
	}

	.news-list-n101m-2 .owl-buttons .imco {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 1.8rem;
		border: 0;
		color: #fff;
		background: #505050;
		opacity: .5;
		display: inline-block;
		text-align: center;
		border-radius: 30px;
		font-weight: bold
	}

	.news-list-n101m-2 .owl-buttons .imco:hover {
		opacity: .75
	}
}

@media(min-width:768px) {
	.news-list-n101m-2 {
		margin: 15px 0 80px -30px
	}

	.news-list-n101m-2 .owl-buttons {
		display: none
	}

	.news-list-n101m-2 .owl-wrapper {
		max-width: 100%
	}

	.news-list-n101m-2 .owl-wrapper-outer {
		height: auto !important
	}

	.news-list-n101m-2 .owl-item {
		width: 50% !important;
		display: none
	}

	.news-list-n101m-2 .owl-item:nth-child(1),
	.news-list-n101m-2 .owl-item:nth-child(2) {
		display: block;
		padding-left: 30px
	}
}

@media(min-width:1200px) {
	.news-list-n101m-2 .owl-item {
		width: 33.3% !important;
		display: none
	}

	.news-list-n101m-2 .owl-item:nth-child(2) .blk {
		display: flex;
		flex-direction: column
	}

	.news-list-n101m-2 .owl-item:nth-child(2) .blk .item {
		order: 2
	}

	.news-list-n101m-2 .owl-item:nth-child(2) .blk .detail {
		order: 1
	}

	.news-list-n101m-2 .owl-item:nth-child(2) .blk .detail:after {
		top: initial;
		bottom: -48px;
		border-color: #0181cb transparent transparent transparent
	}

	.news-list-n101m-2 .owl-item:nth-child(3) {
		display: block;
		padding-left: 30px
	}
}

.friendly-link-n101m-1 {
	position: relative;
	padding: 32px 0 0 0
}

.friendly-link-n101m-1 .blk {
	display: none;
	float: left;
	padding: 10px
}

.friendly-link-n101m-1 .title {
	text-transform: uppercase;
	font-size: 1.6rem
}

.friendly-link-n101m-1 a,
.friendly-link-n101m-1 h3.title {
	display: inline-block;
	width: 100%;
	font-size: 1.4rem;
	color: #e5e5e5;
	opacity: .6;
	text-decoration: none;
	line-height: 24px;
	margin-bottom: 8px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.friendly-link-n101m-1 a:hover,
.friendly-link-n101m-1 h3.title:hover {
	opacity: 1
}

.friendly-link-n101m-1 .cus {
	position: relative;
	margin-bottom: 15px
}

.friendly-link-n101m-1 .cus .imco {
	color: #e5e5e5;
	font-size: 26px;
	position: absolute;
	left: 2px
}

.friendly-link-n101m-1 .cus .info {
	padding-left: 48px
}

.friendly-link-n101m-1 .cus .info a {
	margin-bottom: 0
}

.friendly-link-n101m-1 .sns a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	text-align: center;
	border-radius: 40px;
	background: #fff;
	margin: 0 16px 16px 0;
	opacity: 1
}

.friendly-link-n101m-1 .sns a .f-skype {
	color: #00aff0
}

.friendly-link-n101m-1 .sns a .f-twitter {
	color: #02b0e8
}

.friendly-link-n101m-1 .sns a .f-google-plus {
	color: #cc3b1e
}

.friendly-link-n101m-1 .sns a .f-linkedin {
	color: #006a9a
}

.friendly-link-n101m-1 .sns a .f-facebook {
	color: #4267b2
}

.friendly-link-n101m-1 .sns a .f-instagram {
	color: #4267b2
}

.friendly-link-n101m-1 .sns a .f-youtube {
	color: #4267b2
}

.friendly-link-n101m-1 .sns a .f-comment {
	color: #4267b2
}

.friendly-link-n101m-1 .sns a .f-pinterest {
	color: #e10600
}

.friendly-link-n101m-1 .sns a .f-tiktok {
	color: #740dbc
}

.friendly-link-n101m-1 .snsinfo a {
	color: #806d59;
	background-color: #343434;
	background: #fff;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	margin: 0 8px;
	text-decoration: none
}

.friendly-link-n101m-1 .snsinfo a:hover {
	color: #b3aca2;
	background: #e5e5e5
}

.friendly-link-n101m-1 .snsinfo a i {
	font-size: 1.8rem;
	display: block
}

@media(max-width:1200px) {
	.friendly-link-n101m-1 .blk {
		padding: 32px 16px
	}
}

@media(max-width:768px) {
	.friendly-link-n101m-1 {
		padding: 20px 20px 55px 20px;
		margin-bottom: -50px
	}

	.friendly-link-n101m-1 .container {
		padding-left: 0;
		padding-right: 0;
		margin: 0;
		width: 100%
	}

	.friendly-link-n101m-1 .container .sns a {
		margin: 0 8px 8px 0
	}

	.friendly-link-n101m-1 .container .blk:last-child {
		display: block;
		padding: 0
	}
}

@media(min-width:768px) {

	.friendly-link-n101m-1 .blk:nth-child(1),
	.friendly-link-n101m-1 .blk:nth-child(2),
	.friendly-link-n101m-1 .blk:nth-child(3),
	.friendly-link-n101m-1 .blk:last-child {
		display: block
	}
}

.copyright-n101m-1 {
	text-align: center;
	font-size: 1.6rem;
	height: 50px;
	line-height: 50px;
	color: #fff;
	opacity: .8
}

@media(max-width:768px) {
	.copyright-n101m-1 {
		height: 42px;
		line-height: 42px
	}
}

.contact-box-n101m-1 {
	position: fixed;
	bottom: 38%;
	right: 0;
	z-index: 1041
}

.contact-box-n101m-1 ul {
	list-style: none;
	padding: 0
}

.contact-box-n101m-1 a {
	text-decoration: none;
	cursor: pointer
}

.contact-box-n101m-1 .item {
	position: relative
}

.contact-box-n101m-1 .item.hide {
	display: none
}

.contact-box-n101m-1 .item .qrcode {
	padding: 15px;
	max-width: 150px;
	max-height: 150px;
	background: #fff
}

.contact-box-n101m-1 .item i {
	display: block;
	color: #fff;
	background: #0181cb;
	padding: 9px 13px;
	font-size: 24px;
	width: 50px;
	height: 50px
}

.contact-box-n101m-1 .item i:hover {
	background: #59493a
}

.contact-box-n101m-1 .item .tools {
	display: none;
	min-width: 80px;
	min-height: 40px;
	position: absolute;
	top: 4px;
	right: 100%;
	padding-right: 8px
}

.contact-box-n101m-1 .item .tools:before,
.contact-box-n101m-1 .item .tools:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid
}

.contact-box-n101m-1 .item .tools:before {
	z-index: 2;
	right: -5px;
	top: 14px;
	border-width: 7px;
	border-color: transparent transparent transparent #fff
}

.contact-box-n101m-1 .item .tools:after {
	z-index: 1;
	right: -8px;
	top: 13px;
	border-width: 8px;
	border-color: transparent transparent transparent #e5e5e5
}

.contact-box-n101m-1 .item .tools .imco:before {
	margin-right: 6px
}

.contact-box-n101m-1 .item .tools:hover:before {
	border-color: transparent transparent transparent #d9d5cc
}

.contact-box-n101m-1 .item .tools a {
	display: block;
	padding: 10px 16px;
	color: #505050;
	background: #fff;
	border: 1px solid #e5e5e5;
	font-size: 1.6rem;
	line-height: 20px;
	white-space: nowrap;
	cursor: pointer
}

.contact-box-n101m-1 .item .tools a:nth-child(n+2) {
	border-top: 0
}

.contact-box-n101m-1 .item .tools a:hover {
	color: #806d59;
	background: #d9d5cc
}

.contact-box-n101m-1 .item:hover .tools {
	display: block
}

.contact-box-n101m-1 .modal {
	padding-right: 0 !important
}

.contact-box-n101m-1 .pnl {
	height: 100%;
	color: #fff;
	position: relative
}

.contact-box-n101m-1 .pnl .close {
	position: absolute;
	width: 32px;
	height: 32px;
	line-height: 29px;
	font-size: 26px;
	background: transparent;
	right: 5px;
	top: 5px;
	text-align: center;
	border: 0;
	color: #e5e5e5
}

.contact-box-n101m-1 .pnl .close:hover {
	color: #0181cb
}

.contact-box-n101m-1 .pnl .search-box {
	position: absolute;
	top: 35%;
	width: 100%
}

.contact-box-n101m-1 .pnl .search-box .input-text {
	outline: 0;
	height: 40px;
	width: 80%;
	margin: 0 0 0 5%;
	background: #fff;
	color: #505050;
	border: 0;
	float: left;
	padding-left: 1rem;
	font-size: 1.6rem
}

.contact-box-n101m-1 .pnl .search-box .search-btn {
	position: absolute;
	left: 85%;
	width: 50px;
	height: 40px;
	border: 0;
	background: #0181cb;
	cursor: pointer;
	color: #fff;
	font-size: 20px
}

.contact-box-n101m-1 .mid-pnl {
	width: 100%;
	background: rgba(0, 0, 0, 0.8)
}

.contact-box-n101m-1 .home,
.contact-box-n101m-1 .b2t {
	display: none
}

.contact-box-n101m-1-blk {
	display: none
}

@media(max-width:768px) {
	.contact-box-n101m-1 {
		left: 0;
		bottom: 0;
		width: 100%;
		height: 50px
	}

	.contact-box-n101m-1 ul {
		display: flex;
		justify-content: space-around;
		background: #fff
	}

	.contact-box-n101m-1 .item {
		float: left
	}

	.contact-box-n101m-1 .item .tools {
		top: auto;
		bottom: 100%;
		right: 50%;
		transform: translateX(50%);
		padding-right: 0;
		padding-bottom: 8px
	}

	.contact-box-n101m-1 .item .tools:before {
		top: auto;
		bottom: -5px;
		right: 50%;
		transform: translateX(50%) translateY(0);
		border-color: #fff transparent transparent transparent
	}

	.contact-box-n101m-1 .item .tools:after {
		top: auto;
		right: 50%;
		bottom: -8px;
		transform: translateX(50%) translateY(0);
		border-color: #e5e5e5 transparent transparent transparent
	}

	.contact-box-n101m-1 .item .tools:hover:before {
		border-color: #d9d5cc transparent transparent transparent
	}

	.contact-box-n101m-1 .item i {
		color: #0181cb;
		background: #fff
	}

	.contact-box-n101m-1 .home {
		display: block
	}

	.contact-box-n101m-1 .b2t {
		display: none !important
	}

	.contact-box-n101m-1-blk {
		height: 50px;
		display: block
	}
}

.back-top-n8m-2 {
	position: fixed;
	padding: 8px 10px 12px 10px;
	text-align: center;
	border-radius: 8px;
	border: 2px solid #bfbbb4;
	color: #cbcbcb;
	background-color: #e6e2d8;
	opacity: .7;
	right: 16px;
	bottom: 15%;
	display: none
}

.back-top-n8m-2:hover {
	opacity: 1;
	background-color: #ccc8c0;
	cursor: pointer
}

.back-top-n8m-2 i {
	color: #806d59;
	width: 28px;
	height: 28px;
	display: inline-block;
	font-size: 24px
}

.navigation-n121m-4 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	z-index: 1041;
	width: 100%;
	background: linear-gradient(90deg, #595959, #2d2b27);
	font-size: 1.4rem;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: sticky;
	top: 0;
	left: 0
}

.navigation-n121m-4 ul {
	overflow: auto;
	list-style: none;
	margin: 0;
	padding: 0
}

.navigation-n121m-4 a {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.navigation-n121m-4 a:hover {
	color: #0181cb
}

.navigation-n121m-4 .header {
	width: 95%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: relative
}

.navigation-n121m-4 .logo-link {
	width: 15%;
	height: 90px;
	vertical-align: middle;
	display: inline-block;
	transition: all .3s
}

.navigation-n121m-4 .logo-link>span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center
}

.navigation-n121m-4 .logo-link>span>img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.navigation-n121m-4 .logo-link>span img {
	right: initial
}

.navigation-n121m-4 .navbar-ul {
	height: auto;
	display: table;
	margin: 0 auto
}

.navigation-n121m-4 .navbar-ul:before {
	display: none
}

.navigation-n121m-4 .navbar-ul>li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	float: left;
	margin: 0 5px;
	cursor: pointer;
	font-size: 1.6rem;
	text-transform: uppercase;
	perspective: 500px
}

.navigation-n121m-4 .navbar-ul>li>a {
	display: block;
	padding: 33px 5px
}

.navigation-n121m-4 .navbar-ul .f-down {
	padding: 0 3px;
	display: inline-block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.navigation-n121m-4 .lv-2 {
	position: absolute;
	z-index: 1001;
	overflow: inherit;
	padding-top: 33px;
	top: 58px;
	left: 0;
	width: max-content;
	border-top: 2px solid #0181cb
}

.navigation-n121m-4 .lv-2>li {
	position: relative;
	display: block;
	font-size: 1.6rem;
	line-height: 40px;
	height: 40px
}

.navigation-n121m-4 .lv-2>li a {
	padding: 0 20px
}

.navigation-n121m-4 .lv-3 {
	left: 100%;
	width: max-content;
	top: 0;
	overflow: inherit
}

.navigation-n121m-4 .lv-3 li a {
	padding: 0 20px;
	display: block;
	color: #fff
}

.navigation-n121m-4 .lv-3 li a:hover {
	color: #735e44
}

.navigation-n121m-4 .subnavs {
	display: none;
	position: absolute
}

.navigation-n121m-4 .subnavs li {
	z-index: 1002;
	background: linear-gradient(90deg, #595959, #2d2b27);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.navigation-n121m-4 .subnavs li a {
	position: relative;
	opacity: .9;
	text-transform: initial;
	display: block
}

.navigation-n121m-4.n-pin {
	background: rgba(0, 0, 0, 0.7)
}

.navigation-n121m-4.n-pin .logo-link {
	width: 13%
}

.navigation-n121m-4.n-pin .subnavs li {
	background: rgba(0, 0, 0, 0.7)
}

.navigation-n121m-4 .modal {
	padding-right: 0 !important
}

.navigation-n121m-4 .pnl {
	height: 100%;
	color: #fff;
	position: relative;
	width: 100%;
	background: rgba(0, 0, 0, 0.7)
}

.navigation-n121m-4 .pnl .close {
	position: absolute;
	width: 32px;
	height: 32px;
	line-height: 29px;
	font-size: 2.6rem;
	background: transparent;
	right: 5px;
	top: 5px;
	text-align: center;
	border: 0;
	color: #e5e5e5
}

.navigation-n121m-4 .pnl .close:hover {
	color: #fff
}

.navigation-n121m-4 .pnl .search-box {
	position: absolute;
	top: 35%;
	width: 100%
}

.navigation-n121m-4 .pnl .search-box .input-text {
	outline: 0;
	height: 50px;
	width: 60%;
	margin: 0 0 0 20%;
	background: rgba(0, 0, 0, 0.5);
	border: 0;
	float: left;
	padding-left: 1rem;
	font-size: 1.8rem
}

.navigation-n121m-4 .pnl .search-box .search-btn {
	position: absolute;
	left: 80%;
	width: 50px;
	height: 50px;
	border: 0;
	background: #735e44;
	cursor: pointer;
	color: #fff;
	font-size: 2.6rem
}

@media(max-width:1200px) {
	.navigation-n121m-4_blk {
		width: 100%;
		height: 60px
	}

	.navigation-n121m-4 .header {
		width: 100%;
		display: block
	}

	.navigation-n121m-4 .logo-link {
		height: 60px;
		min-width: 150px;
		padding: 8px 16px
	}

	.navigation-n121m-4 .bar-icon-btn {
		position: relative;
		float: right;
		padding: 6px 8px 2px 8px;
		margin: 14px 10px 0 10px;
		cursor: pointer
	}

	.navigation-n121m-4 .bar-icon-btn>span {
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		background-color: #0181cb;
		border-radius: 10px;
		height: 2px;
		width: 24px;
		margin-bottom: 7px;
		display: block
	}

	.navigation-n121m-4 .collapse {
		background: rgba(0, 0, 0, 0.5);
		position: fixed;
		top: 60px;
		bottom: 0;
		right: 0;
		left: 0;
		height: auto !important;
		overflow: auto;
		z-index: 20
	}

	.navigation-n121m-4 .out-search {
		display: none
	}

	.navigation-n121m-4 .language e {
		display: none
	}

	.navigation-n121m-4 .language .list {
		padding: 0 15px
	}

	.navigation-n121m-4 .language .list li {
		float: left;
		width: 33.33%
	}

	.navigation-n121m-4 .language .list li a {
		display: block;
		line-height: 40px;
		margin-right: 10px
	}

	.navigation-n121m-4 .language .list li i {
		margin-top: 10px
	}

	.navigation-n121m-4 .language .list li p {
		float: left;
		margin: 0 2px
	}

	.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(1) {
		transform: translateY(9px) rotate(45deg)
	}

	.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(2) {
		opacity: 0
	}

	.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(3) {
		transform: translateY(-9px) rotate(-45deg)
	}

	.navigation-n121m-4 .dmenu .collapse {
		display: block
	}

	.navigation-n121m-4 .navbar-ul {
		position: relative;
		min-height: 400px;
		width: 100%
	}

	.navigation-n121m-4 .navbar-ul>li {
		height: auto;
		display: inline-block;
		width: 100%;
		text-align: left;
		margin: 0
	}

	.navigation-n121m-4 .navbar-ul>li a {
		line-height: 25px;
		padding: 10px 15px
	}

	.navigation-n121m-4 .navbar-ul .lv-2 {
		position: initial;
		width: 100%;
		padding-top: 0;
		margin-top: 0;
		transform: translateX(0)
	}

	.navigation-n121m-4 .navbar-ul .lv-2>li {
		height: auto
	}

	.navigation-n121m-4 .navbar-ul .lv-3 {
		max-width: initial;
		position: initial
	}

	.navigation-n121m-4 .navbar-ul .lv-3 li {
		text-indent: 1em
	}

	.navigation-n121m-4 .navbar-ul .lv-2 li a,
	.navigation-n121m-4 .navbar-ul .lv-3 li a {
		padding: 7px 15px;
		font-size: 1.4rem
	}

	.navigation-n121m-4 .navbar-ul .f-down {
		position: absolute;
		right: 16px
	}

	.navigation-n121m-4 .navbar-ul .opened>.subnavs {
		display: block;
		width: 100%
	}

	.navigation-n121m-4 .navbar-ul .opened>a .f-down {
		transform: rotate(180deg)
	}
}

@media(min-width:1200px) {
	.navigation-n121m-4 .collapse {
		width: 75%;
		padding: 0 10px;
		display: block
	}

	.navigation-n121m-4 .bar-icon-btn {
		display: none
	}

	.navigation-n121m-4 .out-search {
		position: absolute;
		right: 25px;
		top: 36px;
		font-size: 2rem;
		line-height: 18px;
		cursor: pointer;
		color: #fff
	}

	.navigation-n121m-4 .language {
		position: absolute;
		right: 60px;
		top: 33px;
		color: #fff;
		cursor: pointer;
		margin-right: 10px;
		height: 56px;
		font-size: 1.6rem
	}

	.navigation-n121m-4 .language e {
		line-height: 1.7;
		color: #fff
	}

	.navigation-n121m-4 .language e .iconflag {
		margin: 4px 8px 0 0
	}

	.navigation-n121m-4 .language .list {
		max-height: 400px;
		overflow: auto;
		position: absolute;
		z-index: 20;
		top: 56px;
		right: 0;
		list-style-type: none;
		height: auto;
		background-color: rgba(0, 0, 0, 0.5);
		opacity: 0;
		display: none;
		width: 20rem;
		flex-direction: row;
		flex-wrap: wrap;
		scrollbar-width: thin;
		scrollbar-color: #5e5d62 #313131
	}

	.navigation-n121m-4 .language .list::-webkit-scrollbar {
		width: 6px;
		height: 8px
	}

	.navigation-n121m-4 .language .list::-webkit-scrollbar-track {
		background-color: #313131;
		border-radius: 10px
	}

	.navigation-n121m-4 .language .list::-webkit-scrollbar-button {
		height: 0
	}

	.navigation-n121m-4 .language .list::-webkit-scrollbar-thumb {
		background-color: #5e5d62;
		border-radius: 10px
	}

	.navigation-n121m-4 .language .list li {
		width: 50%;
		padding: 10px 4px 5px 13px;
		overflow: hidden;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}

	.navigation-n121m-4 .language .list li:last-child {
		border-bottom: 0
	}

	.navigation-n121m-4 .language .list li a {
		display: inline-block;
		position: relative;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}

	.navigation-n121m-4 .language .list li p {
		display: inline-block;
		text-align: left;
		width: 100%;
		padding: 0 2px 0 32px;
		margin: 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 1.4rem
	}

	.navigation-n121m-4 .language .list li i {
		position: absolute;
		left: 0;
		top: 2px
	}

	.navigation-n121m-4 .language .list li:hover {
		background-color: #735e44
	}

	.navigation-n121m-4 .language .list li:hover a {
		color: #fff
	}

	.navigation-n121m-4 .language:focus,
	.navigation-n121m-4 .language:hover {
		color: #735e44
	}

	.navigation-n121m-4 .language:focus .list,
	.navigation-n121m-4 .language:hover .list {
		opacity: 1;
		display: flex
	}

	.navigation-n121m-4 li.active>a {
		color: #735e44
	}

	.navigation-n121m-4 li>.subnavs {
		transition: all .3s ease-in-out;
		transform: scale(0.8) rotateY(30deg);
		transform-origin: center 0;
		opacity: 0;
		display: block;
		visibility: hidden
	}

	.navigation-n121m-4 li:hover>.subnavs {
		transform: none;
		opacity: 1;
		visibility: visible
	}

	.navigation-n121m-4 .subnavs {
		border-top: 0
	}

	.navigation-n121m-4 .subnavs .f-down {
		position: absolute;
		right: 4px;
		transform: rotate(270deg)
	}
}

@media(max-width:1440px) {
	.navigation-n121m-4 .navbar-ul>li {
		font-size: 1.4rem
	}
}

.carousel-n114m-1 {
	overflow: hidden;
	position: relative;
	margin-bottom: 60px
}

.carousel-n114m-1 .nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden
}

.carousel-n114m-1 .nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none
}

.carousel-n114m-1 .nivoSlider .nivo-main-image {
	display: block;
	position: relative;
	width: 100%
}

.carousel-n114m-1 .nivoSlider a.nivo-imageLink {
	z-index: 6;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	display: none;
	background: #fff;
	filter: alpha(opacity=0);
	opacity: 0
}

.carousel-n114m-1 .nivoSlider .nivo-slice {
	display: block;
	z-index: 5;
	position: absolute;
	height: 100%;
	top: 0
}

.carousel-n114m-1 .nivoSlider .nivo-box {
	display: block;
	z-index: 5;
	position: absolute;
	overflow: hidden
}

.carousel-n114m-1 .nivoSlider .nivo-box img {
	display: block
}

.carousel-n114m-1 .nivoSlider .nivo-caption {
	display: none !important
}

.carousel-n114m-1 .nivoSlider .nivo-directionNav a {
	font-size: 1.8rem;
	position: absolute;
	z-index: 9;
	top: 55%;
	cursor: pointer;
	display: block;
	text-decoration: none;
	text-align: center;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-weight: bold
}

.carousel-n114m-1 .nivoSlider .nivo-directionNav a:hover {
	text-decoration: none;
	background: rgba(0, 0, 0, 0.6)
}

.carousel-n114m-1 .nivoSlider .nivo-directionNav .nivo-prevNav {
	left: 6rem
}

.carousel-n114m-1 .nivoSlider .nivo-directionNav .nivo-nextNav {
	right: 6rem
}

.carousel-n114m-1 .nivo-controlNav {
	text-align: center;
	height: 40px;
	position: absolute;
	z-index: 9;
	bottom: 10px;
	width: 100%
}

.carousel-n114m-1 .nivo-controlNav a {
	cursor: pointer;
	display: inline-block;
	width: 12px;
	height: 12px;
	text-indent: -99999px;
	border-radius: 50px;
	margin: 0 7px;
	background: #fff
}

.carousel-n114m-1 .nivo-controlNav a.active {
	background: #0181cb
}

@media(max-width:768px) {
	.carousel-n114m-1 {
		margin-bottom: 40px
	}

	.carousel-n114m-1 .nivo-directionNav {
		display: none
	}

	.carousel-n114m-1 .nivo-controlNav {
		bottom: 10px;
		height: auto
	}
}

.product-list-n121m-1 {
	margin-bottom: 60px;
	font-size: 1.4rem
}

.product-list-n121m-1 ul {
	list-style: none;
	overflow: auto;
	padding: 0;
	margin: 0
}

.product-list-n121m-1 ul li {
	display: inline-block;
	vertical-align: top
}

.product-list-n121m-1 ul li .article-item {
	background-color: #fff;
	margin: 15px 0;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 100%
}

.product-list-n121m-1 ul li .article-item .square-cont {
	position: absolute;
	width: 100%;
	height: 100%
}

.product-list-n121m-1 ul li .article-item .cover-image {
	overflow: hidden;
	border-radius: 5px;
	display: block
}

.product-list-n121m-1 ul li .article-item .cover-image>span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center
}

.product-list-n121m-1 ul li .article-item .cover-image>span>img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.product-list-n121m-1 ul li .article-item .text {
	opacity: 0;
	position: absolute;
	top: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	border-top: 0;
	text-align: center;
	-webkit-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-o-transition: ease all .4s;
	transition: ease all .4s;
	background-color: #0181cb;
	border-radius: 5px
}

.product-list-n121m-1 ul li .article-item .text .th {
	font-size: 2rem;
	line-height: 1.8;
	font-weight: normal;
	margin: 1rem 2rem
}

.product-list-n121m-1 ul li .article-item .text .th a {
	text-decoration: none;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.product-list-n121m-1 ul li .article-item .text .link-btn {
	color: #0181cb;
	background-color: #fff;
	-webkit-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-o-transition: ease all .4s;
	transition: ease all .4s;
	padding: 8px 20px;
	display: inline-block;
	margin: auto;
	overflow: hidden;
	border-radius: 4px;
	text-decoration: none
}

.product-list-n121m-1 ul li .article-item .text .link-btn:hover {
	color: #fff;
	background-color: #505050
}

.product-list-n121m-1 ul li .article-item:hover .text {
	opacity: .85;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center
}

.product-list-n121m-1 ul li:first-child .article-item .cover-image {
	border-top-left-radius: 120px
}

.product-list-n121m-1 ul li:first-child .article-item .text {
	border-top-left-radius: 120px
}

.product-list-n121m-1 ul li:last-child .article-item .cover-image {
	border-bottom-right-radius: 120px
}

.product-list-n121m-1 ul li:last-child .article-item .text {
	border-bottom-right-radius: 120px
}

@media(max-width:768px) {
	.product-list-n121m-1 ul li {
		padding-left: 0;
		padding-right: 0
	}

	.product-list-n121m-1 ul li .article-item {
		margin: 15px 0 0 0
	}

	.product-list-n121m-1 ul li .article-item .text {
		bottom: 0;
		top: initial !important;
		display: block !important;
		opacity: .8
	}

	.product-list-n121m-1 ul li .article-item .text .th a {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: block
	}

	.product-list-n121m-1 ul li .article-item .text .link-btn {
		display: none
	}

	.product-list-n121m-1 ul li:first-child .article-item .text {
		border-top-left-radius: 0
	}

	.product-list-n121m-1 ul li:last-child .article-item .text {
		border-bottom-right-radius: 0
	}
}

.video-n121m-1 {
	margin-bottom: 60px
}

.video-n121m-1 .item {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 56.25%;
	background: #000
}

.video-n121m-1 .item .square-cont {
	position: absolute;
	width: 100%;
	height: 100%
}

.video-n121m-1 .item .co>span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center
}

.video-n121m-1 .item .co>span>img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.video-n121m-1 .item .co .vw-video {
	outline: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

@media(max-width:767px) {
	.video-n121m-1 {
		margin-bottom: 40px
	}
}

.friendly-link-n101m-1 {
		position: relative;
		padding: 32px 0 0 0
	}

	.friendly-link-n101m-1 .blk {
		display: none;
		float: left;
		padding: 10px
	}

	.friendly-link-n101m-1 .title {
		text-transform: uppercase;
		font-size: 1.6rem
	}

	.friendly-link-n101m-1 a,
	.friendly-link-n101m-1 h3.title {
		display: inline-block;
		width: 100%;
		font-size: 1.4rem;
		color: #e5e5e5;
		opacity: .6;
		text-decoration: none;
		line-height: 24px;
		margin-bottom: 8px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}

	.friendly-link-n101m-1 a:hover,
	.friendly-link-n101m-1 h3.title:hover {
		opacity: 1
	}

	.friendly-link-n101m-1 .cus {
		position: relative;
		margin-bottom: 15px
	}

	.friendly-link-n101m-1 .cus .imco {
		color: #e5e5e5;
		font-size: 26px;
		position: absolute;
		left: 2px
	}

	.friendly-link-n101m-1 .cus .info {
		padding-left: 48px
	}

	.friendly-link-n101m-1 .cus .info a {
		margin-bottom: 0
	}

	.friendly-link-n101m-1 .sns a {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 24px;
		text-align: center;
		border-radius: 40px;
		background: #fff;
		margin: 0 16px 16px 0;
		opacity: 1
	}

	.friendly-link-n101m-1 .sns a .f-skype {
		color: #00aff0
	}

	.friendly-link-n101m-1 .sns a .f-twitter {
		color: #02b0e8
	}

	.friendly-link-n101m-1 .sns a .f-google-plus {
		color: #cc3b1e
	}

	.friendly-link-n101m-1 .sns a .f-linkedin {
		color: #006a9a
	}

	.friendly-link-n101m-1 .sns a .f-facebook {
		color: #4267b2
	}

	.friendly-link-n101m-1 .sns a .f-instagram {
		color: #4267b2
	}

	.friendly-link-n101m-1 .sns a .f-youtube {
		color: #4267b2
	}

	.friendly-link-n101m-1 .sns a .f-comment {
		color: #4267b2
	}

	.friendly-link-n101m-1 .sns a .f-pinterest {
		color: #e10600
	}

	.friendly-link-n101m-1 .sns a .f-tiktok {
		color: #740dbc
	}

	.friendly-link-n101m-1 .snsinfo a {
		color: #806d59;
		background-color: #343434;
		background: #fff;
		display: inline-block;
		width: 32px;
		height: 32px;
		line-height: 32px;
		border-radius: 50%;
		margin: 0 8px;
		text-decoration: none
	}

	.friendly-link-n101m-1 .snsinfo a:hover {
		color: #b3aca2;
		background: #e5e5e5
	}

	.friendly-link-n101m-1 .snsinfo a i {
		font-size: 1.8rem;
		display: block
	}

	@media(max-width:1200px) {
		.friendly-link-n101m-1 .blk {
			padding: 32px 16px
		}
	}

	@media(max-width:768px) {
		.friendly-link-n101m-1 {
			padding: 20px 20px 55px 20px;
			margin-bottom: -50px
		}

		.friendly-link-n101m-1 .container {
			padding-left: 0;
			padding-right: 0;
			margin: 0;
			width: 100%
		}

		.friendly-link-n101m-1 .container .sns a {
			margin: 0 8px 8px 0
		}

		.friendly-link-n101m-1 .container .blk:last-child {
			display: block;
			padding: 0
		}
	}

	@media(min-width:768px) {

		.friendly-link-n101m-1 .blk:nth-child(1),
		.friendly-link-n101m-1 .blk:nth-child(2),
		.friendly-link-n101m-1 .blk:nth-child(3),
		.friendly-link-n101m-1 .blk:last-child {
			display: block
		}
	}

	.copyright-n101m-1 {
		text-align: center;
		font-size: 1.6rem;
		height: 50px;
		line-height: 50px;
		color: #fff;
		opacity: .8
	}

	@media(max-width:768px) {
		.copyright-n101m-1 {
			height: 42px;
			line-height: 42px
		}
	}

	.contact-box-n101m-1 {
		position: fixed;
		bottom: 38%;
		right: 0;
		z-index: 1041
	}

	.contact-box-n101m-1 ul {
		list-style: none;
		padding: 0
	}

	.contact-box-n101m-1 a {
		text-decoration: none;
		cursor: pointer
	}

	.contact-box-n101m-1 .item {
		position: relative
	}

	.contact-box-n101m-1 .item.hide {
		display: none
	}

	.contact-box-n101m-1 .item .qrcode {
		padding: 15px;
		max-width: 150px;
		max-height: 150px;
		background: #fff
	}

	.contact-box-n101m-1 .item i {
		display: block;
		color: #fff;
		background: #0181cb;
		padding: 9px 13px;
		font-size: 24px;
		width: 50px;
		height: 50px
	}

	.contact-box-n101m-1 .item i:hover {
		background: #59493a
	}

	.contact-box-n101m-1 .item .tools {
		display: none;
		min-width: 80px;
		min-height: 40px;
		position: absolute;
		top: 4px;
		right: 100%;
		padding-right: 8px
	}

	.contact-box-n101m-1 .item .tools:before,
	.contact-box-n101m-1 .item .tools:after {
		content: '';
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid
	}

	.contact-box-n101m-1 .item .tools:before {
		z-index: 2;
		right: -5px;
		top: 14px;
		border-width: 7px;
		border-color: transparent transparent transparent #fff
	}

	.contact-box-n101m-1 .item .tools:after {
		z-index: 1;
		right: -8px;
		top: 13px;
		border-width: 8px;
		border-color: transparent transparent transparent #e5e5e5
	}

	.contact-box-n101m-1 .item .tools .imco:before {
		margin-right: 6px
	}

	.contact-box-n101m-1 .item .tools:hover:before {
		border-color: transparent transparent transparent #d9d5cc
	}

	.contact-box-n101m-1 .item .tools a {
		display: block;
		padding: 10px 16px;
		color: #505050;
		background: #fff;
		border: 1px solid #e5e5e5;
		font-size: 1.6rem;
		line-height: 20px;
		white-space: nowrap;
		cursor: pointer
	}

	.contact-box-n101m-1 .item .tools a:nth-child(n+2) {
		border-top: 0
	}

	.contact-box-n101m-1 .item .tools a:hover {
		color: #806d59;
		background: #d9d5cc
	}

	.contact-box-n101m-1 .item:hover .tools {
		display: block
	}

	.contact-box-n101m-1 .modal {
		padding-right: 0 !important
	}

	.contact-box-n101m-1 .pnl {
		height: 100%;
		color: #fff;
		position: relative
	}

	.contact-box-n101m-1 .pnl .close {
		position: absolute;
		width: 32px;
		height: 32px;
		line-height: 29px;
		font-size: 26px;
		background: transparent;
		right: 5px;
		top: 5px;
		text-align: center;
		border: 0;
		color: #e5e5e5
	}

	.contact-box-n101m-1 .pnl .close:hover {
		color: #0181cb
	}

	.contact-box-n101m-1 .pnl .search-box {
		position: absolute;
		top: 35%;
		width: 100%
	}

	.contact-box-n101m-1 .pnl .search-box .input-text {
		outline: 0;
		height: 40px;
		width: 80%;
		margin: 0 0 0 5%;
		background: #fff;
		color: #505050;
		border: 0;
		float: left;
		padding-left: 1rem;
		font-size: 1.6rem
	}

	.contact-box-n101m-1 .pnl .search-box .search-btn {
		position: absolute;
		left: 85%;
		width: 50px;
		height: 40px;
		border: 0;
		background: #0181cb;
		cursor: pointer;
		color: #fff;
		font-size: 20px
	}

	.contact-box-n101m-1 .mid-pnl {
		width: 100%;
		background: rgba(0, 0, 0, 0.8)
	}

	.contact-box-n101m-1 .home,
	.contact-box-n101m-1 .b2t {
		display: none
	}

	.contact-box-n101m-1-blk {
		display: none
	}

	@media(max-width:768px) {
		.contact-box-n101m-1 {
			left: 0;
			bottom: 0;
			width: 100%;
			height: 50px
		}

		.contact-box-n101m-1 ul {
			display: flex;
			justify-content: space-around;
			background: #fff
		}

		.contact-box-n101m-1 .item {
			float: left
		}

		.contact-box-n101m-1 .item .tools {
			top: auto;
			bottom: 100%;
			right: 50%;
			transform: translateX(50%);
			padding-right: 0;
			padding-bottom: 8px
		}

		.contact-box-n101m-1 .item .tools:before {
			top: auto;
			bottom: -5px;
			right: 50%;
			transform: translateX(50%) translateY(0);
			border-color: #fff transparent transparent transparent
		}

		.contact-box-n101m-1 .item .tools:after {
			top: auto;
			right: 50%;
			bottom: -8px;
			transform: translateX(50%) translateY(0);
			border-color: #e5e5e5 transparent transparent transparent
		}

		.contact-box-n101m-1 .item .tools:hover:before {
			border-color: #d9d5cc transparent transparent transparent
		}

		.contact-box-n101m-1 .item i {
			color: #0181cb;
			background: #fff
		}

		.contact-box-n101m-1 .home {
			display: block
		}

		.contact-box-n101m-1 .b2t {
			display: none !important
		}

		.contact-box-n101m-1-blk {
			height: 50px;
			display: block
		}
	}

	.back-top-n8m-2 {
		position: fixed;
		padding: 8px 10px 12px 10px;
		text-align: center;
		border-radius: 8px;
		border: 2px solid #bfbbb4;
		color: #cbcbcb;
		background-color: #e6e2d8;
		opacity: .7;
		right: 16px;
		bottom: 15%;
		display: none
	}

	.back-top-n8m-2:hover {
		opacity: 1;
		background-color: #ccc8c0;
		cursor: pointer
	}

	.back-top-n8m-2 i {
		color: #806d59;
		width: 28px;
		height: 28px;
		display: inline-block;
		font-size: 24px
	}

	.headline-n118m-5 {
		background: #0181cb;
		padding: 10px 15px
	}

	.headline-n118m-5 i {
		width: 10px;
		height: 25px;
		display: inline-block;
		background: #fff;
		float: left;
		margin-right: 20px;
		transform: skewX(150deg)
	}

	.headline-n118m-5 h2 {
		padding: 6px 10px;
		margin: 0;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 700;
		text-transform: capitalize
	}

	@media(max-width:768px) {
		.headline-n118m-5 {
			padding: 5px 15px
		}

		.headline-n118m-5 h2 {
			padding: 6px 8px
		}
	}

	.product-category-n113m-1 {
		width: 100%;
		border: 1px solid #f2f2f2;
		border-top: 0;
		padding: 10px 20px 25px 20px;
		margin-bottom: 30px;
		background: #fff;
		font-size: 1.6rem
	}

	.product-category-n113m-1 ul {
		overflow: hidden;
		list-style: none;
		padding: 0
	}

	.product-category-n113m-1 .lv1 {
		border-bottom: 1px solid #f2f2f2;
		padding: 10px 0
	}

	.product-category-n113m-1 .sub {
		display: none;
		padding: 10px 10px 10px 15px
	}

	.product-category-n113m-1 .sub a {
		padding: 6px 0 6px 10px;
		margin: 0;
		display: inline-block;
		padding-left: 15px;
		font-size: 1.6rem
	}

	.product-category-n113m-1 .sub a:before {
		content: '';
		width: 6px;
		height: 6px;
		position: absolute;
		left: 1px;
		top: 12px;
		display: inline-block;
		background: #505050
	}

	.product-category-n113m-1 a,
	.product-category-n113m-1 .expand {
		line-height: 24px;
		position: relative;
		color: #505050;
		text-decoration: none
	}

	.product-category-n113m-1 .expand {
		width: 20px;
		display: inline-block;
		text-align: center;
		cursor: pointer;
		float: right
	}

	.product-category-n113m-1 .expand:hover {
		color: #0181cb
	}

	.product-category-n113m-1 .open {
		transform: rotate(180deg)
	}

	.product-category-n113m-1 .active a,
	.product-category-n113m-1 a:hover {
		color: #735e44
	}

	.product-category-n113m-1 .active a:before,
	.product-category-n113m-1 a:hover:before {
		background: #0181cb
	}

	@media(max-width:768px) {
		.product-category-n113m-1 {
			padding: 5px 20px 15px 20px
		}
	}

	.product-list-n120m-2 {
		font-size: 1.6rem;
		margin-bottom: 15px
	}

	.product-list-n120m-2 ul {
		list-style: none;
		overflow: auto;
		padding: 0;
		margin: 0
	}

	.product-list-n120m-2 ul li {
		margin-bottom: 15px;
		background: #f2f2f2;
		display: flex;
		align-items: center
	}

	.product-list-n120m-2 .item {
		width: 100%;
		float: left
	}

	.product-list-n120m-2 .item .blk {
		background-color: #fff;
		margin: 15px 0;
		overflow: hidden;
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 100%
	}

	.product-list-n120m-2 .item .blk .square-cont {
		position: absolute;
		width: 100%;
		height: 100%
	}

	.product-list-n120m-2 .item .blk .cover-image {
		overflow: hidden;
		display: block
	}

	.product-list-n120m-2 .item .blk .cover-image>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}

	.product-list-n120m-2 .item .blk .cover-image>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}

	.product-list-n120m-2 .item .blk .cover-image>span {
		overflow: hidden
	}

	.product-list-n120m-2 .item .blk .cover-image img {
		-webkit-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-o-transition: ease all .4s;
		transition: ease all .4s
	}

	.product-list-n120m-2 .item .blk .cover-image img:hover {
		transform: scale(1.2)
	}

	.product-list-n120m-2 .text {
		float: left;
		padding-left: 0
	}

	.product-list-n120m-2 .text .th {
		margin: 0 0 10px 0
	}

	.product-list-n120m-2 .text .th a {
		font-size: 1.6rem;
		line-height: 1.6;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		display: -webkit-box;
		text-decoration: none;
		color: #343434
	}

	.product-list-n120m-2 .text .th a:hover {
		color: #0181cb
	}

	.product-list-n120m-2 .text .link {
		background: #b3aca2;
		font-size: 1.6rem;
		border-radius: 10px;
		padding: 10px;
		color: #fff;
		max-width: 100px;
		text-align: center;
		margin-top: 10px
	}

	.product-list-n120m-2 .text .link:hover {
		background: #59493a
	}

	@media(min-width:768px) {
		.product-list-n120m-2 .item {
			width: 40%
		}

		.product-list-n120m-2 .text {
			width: 60%;
			padding-left: 25px
		}
	}

	.contact-info-n114m-1 {
		border: 1px solid #f2f2f2;
		margin-bottom: 30px;
		font-size: 1.4rem
	}

	.contact-info-n114m-1 .pb {
		color: #fff;
		overflow: hidden;
		font-size: 1.6rem;
		display: flex;
		flex-direction: column
	}

	.contact-info-n114m-1 .box {
		text-align: center;
		padding: 10px 20px 0 20px;
		display: flex;
		align-items: center
	}

	.contact-info-n114m-1 .box .multi a {
		margin: 2px 0
	}

	.contact-info-n114m-1 .imco {
		font-size: 3.2rem;
		line-height: 1;
		margin-right: 15px;
		color: #0181cb
	}

	.contact-info-n114m-1 .box-right {
		text-align: left
	}

	.contact-info-n114m-1 .box-right p {
		color: #0181cb;
		font-size: 1.6rem;
		margin: 8px 0;
		line-height: 1.576;
		text-transform: uppercase
	}

	.contact-info-n114m-1 .box-right a {
		color: #888;
		text-decoration: none;
		display: block;
		overflow: hidden;
		word-break: break-word;
		font-size: 1.6rem;
		line-height: 2.5rem
	}

	.contact-info-n114m-1 .box-right a:hover {
		color: #e5e5e5
	}

	.navigation-n121m-4 {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		z-index: 1041;
		width: 100%;
		background: linear-gradient(90deg, #595959, #2d2b27);
		font-size: 1.4rem;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		position: sticky;
		top: 0;
		left: 0
	}

	.navigation-n121m-4 ul {
		overflow: auto;
		list-style: none;
		margin: 0;
		padding: 0
	}

	.navigation-n121m-4 a {
		color: #fff;
		text-decoration: none;
		cursor: pointer
	}

	.navigation-n121m-4 a:hover {
		color: #0181cb
	}

	.navigation-n121m-4 .header {
		width: 95%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		position: relative
	}

	.navigation-n121m-4 .logo-link {
		width: 15%;
		height: 90px;
		vertical-align: middle;
		display: inline-block;
		transition: all .3s
	}

	.navigation-n121m-4 .logo-link>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}

	.navigation-n121m-4 .logo-link>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}

	.navigation-n121m-4 .logo-link>span img {
		right: initial
	}

	.navigation-n121m-4 .navbar-ul {
		height: auto;
		display: table;
		margin: 0 auto
	}

	.navigation-n121m-4 .navbar-ul:before {
		display: none
	}

	.navigation-n121m-4 .navbar-ul>li {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		position: relative;
		float: left;
		margin: 0 5px;
		cursor: pointer;
		font-size: 1.6rem;
		text-transform: uppercase;
		perspective: 500px
	}

	.navigation-n121m-4 .navbar-ul>li>a {
		display: block;
		padding: 33px 5px
	}

	.navigation-n121m-4 .navbar-ul .f-down {
		padding: 0 3px;
		display: inline-block;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}

	.navigation-n121m-4 .lv-2 {
		position: absolute;
		z-index: 1001;
		overflow: inherit;
		padding-top: 33px;
		top: 58px;
		left: 0;
		width: max-content;
		border-top: 2px solid #0181cb
	}

	.navigation-n121m-4 .lv-2>li {
		position: relative;
		display: block;
		font-size: 1.6rem;
		line-height: 40px;
		height: 40px
	}

	.navigation-n121m-4 .lv-2>li a {
		padding: 0 20px
	}

	.navigation-n121m-4 .lv-3 {
		left: 100%;
		width: max-content;
		top: 0;
		overflow: inherit
	}

	.navigation-n121m-4 .lv-3 li a {
		padding: 0 20px;
		display: block;
		color: #fff
	}

	.navigation-n121m-4 .lv-3 li a:hover {
		color: #735e44
	}

	.navigation-n121m-4 .subnavs {
		display: none;
		position: absolute
	}

	.navigation-n121m-4 .subnavs li {
		z-index: 1002;
		background: linear-gradient(90deg, #595959, #2d2b27);
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}

	.navigation-n121m-4 .subnavs li a {
		position: relative;
		opacity: .9;
		text-transform: initial;
		display: block
	}

	.navigation-n121m-4.n-pin {
		background: rgba(0, 0, 0, 0.7)
	}

	.navigation-n121m-4.n-pin .logo-link {
		width: 13%
	}

	.navigation-n121m-4.n-pin .subnavs li {
		background: rgba(0, 0, 0, 0.7)
	}

	.navigation-n121m-4 .modal {
		padding-right: 0 !important
	}

	.navigation-n121m-4 .pnl {
		height: 100%;
		color: #fff;
		position: relative;
		width: 100%;
		background: rgba(0, 0, 0, 0.7)
	}

	.navigation-n121m-4 .pnl .close {
		position: absolute;
		width: 32px;
		height: 32px;
		line-height: 29px;
		font-size: 2.6rem;
		background: transparent;
		right: 5px;
		top: 5px;
		text-align: center;
		border: 0;
		color: #e5e5e5
	}

	.navigation-n121m-4 .pnl .close:hover {
		color: #fff
	}

	.navigation-n121m-4 .pnl .search-box {
		position: absolute;
		top: 35%;
		width: 100%
	}

	.navigation-n121m-4 .pnl .search-box .input-text {
		outline: 0;
		height: 50px;
		width: 60%;
		margin: 0 0 0 20%;
		background: rgba(0, 0, 0, 0.5);
		border: 0;
		float: left;
		padding-left: 1rem;
		font-size: 1.8rem
	}

	.navigation-n121m-4 .pnl .search-box .search-btn {
		position: absolute;
		left: 80%;
		width: 50px;
		height: 50px;
		border: 0;
		background: #735e44;
		cursor: pointer;
		color: #fff;
		font-size: 2.6rem
	}

	@media(max-width:1200px) {
		.navigation-n121m-4_blk {
			width: 100%;
			height: 60px
		}

		.navigation-n121m-4 .header {
			width: 100%;
			display: block
		}

		.navigation-n121m-4 .logo-link {
			height: 60px;
			min-width: 150px;
			padding: 8px 16px
		}

		.navigation-n121m-4 .bar-icon-btn {
			position: relative;
			float: right;
			padding: 6px 8px 2px 8px;
			margin: 14px 10px 0 10px;
			cursor: pointer
		}

		.navigation-n121m-4 .bar-icon-btn>span {
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
			background-color: #0181cb;
			border-radius: 10px;
			height: 2px;
			width: 24px;
			margin-bottom: 7px;
			display: block
		}

		.navigation-n121m-4 .collapse {
			background: rgba(0, 0, 0, 0.5);
			position: fixed;
			top: 60px;
			bottom: 0;
			right: 0;
			left: 0;
			height: auto !important;
			overflow: auto;
			z-index: 20
		}

		.navigation-n121m-4 .out-search {
			display: none
		}

		.navigation-n121m-4 .language e {
			display: none
		}

		.navigation-n121m-4 .language .list {
			padding: 0 15px
		}

		.navigation-n121m-4 .language .list li {
			float: left;
			width: 33.33%
		}

		.navigation-n121m-4 .language .list li a {
			display: block;
			line-height: 40px;
			margin-right: 10px
		}

		.navigation-n121m-4 .language .list li i {
			margin-top: 10px
		}

		.navigation-n121m-4 .language .list li p {
			float: left;
			margin: 0 2px
		}

		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(1) {
			transform: translateY(9px) rotate(45deg)
		}

		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(2) {
			opacity: 0
		}

		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(3) {
			transform: translateY(-9px) rotate(-45deg)
		}

		.navigation-n121m-4 .dmenu .collapse {
			display: block
		}

		.navigation-n121m-4 .navbar-ul {
			position: relative;
			min-height: 400px;
			width: 100%
		}

		.navigation-n121m-4 .navbar-ul>li {
			height: auto;
			display: inline-block;
			width: 100%;
			text-align: left;
			margin: 0
		}

		.navigation-n121m-4 .navbar-ul>li a {
			line-height: 25px;
			padding: 10px 15px
		}

		.navigation-n121m-4 .navbar-ul .lv-2 {
			position: initial;
			width: 100%;
			padding-top: 0;
			margin-top: 0;
			transform: translateX(0)
		}

		.navigation-n121m-4 .navbar-ul .lv-2>li {
			height: auto
		}

		.navigation-n121m-4 .navbar-ul .lv-3 {
			max-width: initial;
			position: initial
		}

		.navigation-n121m-4 .navbar-ul .lv-3 li {
			text-indent: 1em
		}

		.navigation-n121m-4 .navbar-ul .lv-2 li a,
		.navigation-n121m-4 .navbar-ul .lv-3 li a {
			padding: 7px 15px;
			font-size: 1.4rem
		}

		.navigation-n121m-4 .navbar-ul .f-down {
			position: absolute;
			right: 16px
		}

		.navigation-n121m-4 .navbar-ul .opened>.subnavs {
			display: block;
			width: 100%
		}

		.navigation-n121m-4 .navbar-ul .opened>a .f-down {
			transform: rotate(180deg)
		}
	}

	@media(min-width:1200px) {
		.navigation-n121m-4 .collapse {
			width: 75%;
			padding: 0 10px;
			display: block
		}

		.navigation-n121m-4 .bar-icon-btn {
			display: none
		}

		.navigation-n121m-4 .out-search {
			position: absolute;
			right: 25px;
			top: 36px;
			font-size: 2rem;
			line-height: 18px;
			cursor: pointer;
			color: #fff
		}

		.navigation-n121m-4 .language {
			position: absolute;
			right: 60px;
			top: 33px;
			color: #fff;
			cursor: pointer;
			margin-right: 10px;
			height: 56px;
			font-size: 1.6rem
		}

		.navigation-n121m-4 .language e {
			line-height: 1.7;
			color: #fff
		}

		.navigation-n121m-4 .language e .iconflag {
			margin: 4px 8px 0 0
		}

		.navigation-n121m-4 .language .list {
			max-height: 400px;
			overflow: auto;
			position: absolute;
			z-index: 20;
			top: 56px;
			right: 0;
			list-style-type: none;
			height: auto;
			background-color: rgba(0, 0, 0, 0.5);
			opacity: 0;
			display: none;
			width: 20rem;
			flex-direction: row;
			flex-wrap: wrap;
			scrollbar-width: thin;
			scrollbar-color: #5e5d62 #313131
		}

		.navigation-n121m-4 .language .list::-webkit-scrollbar {
			width: 6px;
			height: 8px
		}

		.navigation-n121m-4 .language .list::-webkit-scrollbar-track {
			background-color: #313131;
			border-radius: 10px
		}

		.navigation-n121m-4 .language .list::-webkit-scrollbar-button {
			height: 0
		}

		.navigation-n121m-4 .language .list::-webkit-scrollbar-thumb {
			background-color: #5e5d62;
			border-radius: 10px
		}

		.navigation-n121m-4 .language .list li {
			width: 50%;
			padding: 10px 4px 5px 13px;
			overflow: hidden;
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s
		}

		.navigation-n121m-4 .language .list li:last-child {
			border-bottom: 0
		}

		.navigation-n121m-4 .language .list li a {
			display: inline-block;
			position: relative;
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s
		}

		.navigation-n121m-4 .language .list li p {
			display: inline-block;
			text-align: left;
			width: 100%;
			padding: 0 2px 0 32px;
			margin: 0;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			font-size: 1.4rem
		}

		.navigation-n121m-4 .language .list li i {
			position: absolute;
			left: 0;
			top: 2px
		}

		.navigation-n121m-4 .language .list li:hover {
			background-color: #735e44
		}

		.navigation-n121m-4 .language .list li:hover a {
			color: #fff
		}

		.navigation-n121m-4 .language:focus,
		.navigation-n121m-4 .language:hover {
			color: #735e44
		}

		.navigation-n121m-4 .language:focus .list,
		.navigation-n121m-4 .language:hover .list {
			opacity: 1;
			display: flex
		}

		.navigation-n121m-4 li.active>a {
			color: #735e44
		}

		.navigation-n121m-4 li>.subnavs {
			transition: all .3s ease-in-out;
			transform: scale(0.8) rotateY(30deg);
			transform-origin: center 0;
			opacity: 0;
			display: block;
			visibility: hidden
		}

		.navigation-n121m-4 li:hover>.subnavs {
			transform: none;
			opacity: 1;
			visibility: visible
		}

		.navigation-n121m-4 .subnavs {
			border-top: 0
		}

		.navigation-n121m-4 .subnavs .f-down {
			position: absolute;
			right: 4px;
			transform: rotate(270deg)
		}
	}

	@media(max-width:1440px) {
		.navigation-n121m-4 .navbar-ul>li {
			font-size: 1.4rem
		}
	}

	.breadcrumb-n116m-1 {
		width: 100%;
		position: relative;
		background: #f2f2f2;
		overflow: hidden;
		margin-bottom: 40px
	}

	.breadcrumb-n116m-1 .bg {
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 15%
	}

	.breadcrumb-n116m-1 .bg .square-cont {
		position: absolute;
		width: 100%;
		height: 100%
	}

	.breadcrumb-n116m-1 .bg .square-cont>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}

	.breadcrumb-n116m-1 .bg .square-cont>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}

	.breadcrumb-n116m-1 .bg .square-cont>span {
		overflow: hidden
	}

	.breadcrumb-n116m-1 .bg .square-cont>span>img {
		max-height: initial;
		width: 100%
	}

	.breadcrumb-n116m-1 .bg .square-cont .mask {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 2
	}

	.breadcrumb-n116m-1 ul,
	.breadcrumb-n116m-1 li {
		overflow: auto;
		list-style: none;
		padding: 0;
		margin: 0
	}

	.breadcrumb-n116m-1 li {
		display: inline-block;
		vertical-align: middle;
		font-size: 1.6rem;
		line-height: 40px;
		margin-right: 5px;
		color: #999
	}

	.breadcrumb-n116m-1 li a {
		-webkit-transition: color .5s;
		-moz-transition: color .5s;
		-o-transition: color .5s;
		transition: color .5s;
		text-decoration: none;
		color: #505050
	}

	.breadcrumb-n116m-1 li a:hover {
		color: #0181cb
	}

	.breadcrumb-n116m-1 li .f-home {
		color: #0181cb
	}

	.breadcrumb-n116m-1 li:nth-last-child(2) a {
		color: #0181cb
	}

	@media(max-width:768px) {
		.breadcrumb-n116m-1 {
			margin-bottom: 40px
		}

		.breadcrumb-n116m-1 li {
			font-size: 1.4rem;
			line-height: 30px
		}
	}

	.product-list-n121m-2 {
		margin: 0 -15px;
		overflow: auto;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 40px
	}

	.product-list-n121m-2 a {
		text-decoration: none;
		margin-bottom: 20px;
		display: block
	}

	.product-list-n121m-2 a .item {
		width: 100%;
		margin: 0 0 10px 0;
		position: relative
	}

	.product-list-n121m-2 a .item .blk {
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		background-color: #fff;
		border: 1px solid #f2f2f2;
		overflow: hidden;
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 100%
	}

	.product-list-n121m-2 a .item .blk .square-cont {
		position: absolute;
		width: 100%;
		height: 100%
	}

	.product-list-n121m-2 a .item .blk .cover-image>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}

	.product-list-n121m-2 a .item .blk .cover-image>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}

	.product-list-n121m-2 a .text {
		text-align: center;
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.5);
		-webkit-transition: all .5s ease .1s;
		-moz-transition: all .5s ease .1s;
		-o-transition: all .5s ease .1s;
		transition: all .5s ease .1s
	}

	.product-list-n121m-2 a .text:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 0;
		height: 100%
	}

	.product-list-n121m-2 a .text .mt {
		vertical-align: middle;
		display: inline-block;
		width: 96%
	}

	.product-list-n121m-2 a .text .btn {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 32px;
		padding: 0 20px;
		transition: all .5s;
		color: #fff;
		background: #735e44;
		text-transform: uppercase;
		border-radius: 30px
	}

	.product-list-n121m-2 a .adorn {
		display: block;
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		overflow: hidden;
		pointer-events: none
	}

	.product-list-n121m-2 a .adorn span {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%
	}

	.product-list-n121m-2 a .adorn span:before,
	.product-list-n121m-2 a .adorn span:after {
		content: '';
		display: block;
		position: absolute;
		width: 0;
		height: 1px;
		opacity: 0;
		background-color: #735e44;
		-webkit-transition: all .5s ease .2s;
		-moz-transition: all .5s ease .2s;
		-o-transition: all .5s ease .2s;
		transition: all .5s ease .2s;
		top: 50%;
		left: 50%
	}

	.product-list-n121m-2 a .adorn span:first-child {
		transform: rotate(45deg)
	}

	.product-list-n121m-2 a .adorn span:last-child {
		transform: rotate(-45deg)
	}

	.product-list-n121m-2 a .title {
		width: 100%;
		display: block;
		color: #343434;
		text-decoration: none;
		font-size: 2rem;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		text-align: center;
		margin: 0
	}

	.product-list-n121m-2 a:hover .item .text {
		opacity: 1
	}

	.product-list-n121m-2 a:hover .item .adorn span:before {
		width: 100%;
		opacity: 1;
		left: -80%
	}

	.product-list-n121m-2 a:hover .item .adorn span:after {
		width: 100%;
		opacity: 1;
		left: 80%
	}

	.product-list-n121m-2 a:hover .title {
		color: #735e44
	}

	.product-list-n121m-2>div:first-child a .item .blk {
		border-top-left-radius: 0
	}

	.product-list-n121m-2>div:last-child a .item .blk {
		border-bottom-right-radius: 0;
	}

	@media(max-width:768px) {
		.product-list-n121m-2 {
			margin: 10px -15px 0 -15px
		}

		.product-list-n121m-2 .col-xs-6:nth-child(2n) {
			padding-left: 9px
		}

		.product-list-n121m-2 .col-xs-6:nth-child(2n+1) {
			padding-right: 9px
		}

		.product-list-n121m-2 a .text {
			display: none
		}

		.product-list-n121m-2 a .adorn {
			display: none
		}

		.product-list-n121m-2 a .title {
			font-size: 1.6rem;
			line-height: 1.5
		}

		.product-list-n121m-2>div:first-child a .item .blk {
			border-top-left-radius: 50px
		}

		.product-list-n121m-2>div:last-child a .item .blk {
			border-bottom-right-radius: 0
		}
	}

	.pagination-n101m-1 {
		font-size: 1.6rem;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
		margin-top: 25px
	}

	.pagination-n101m-1 ul {
		display: inline-block;
		padding-left: 0
	}

	.pagination-n101m-1 ul li {
		display: inline-block;
		vertical-align: top;
		font-size: 1.4rem;
		text-align: center;
		padding: 0 6px;
		line-height: 38px;
		height: 40px;
		min-width: 40px;
		border: 1px solid #bfbbb4;
		margin: 0 5px 5px 5px;
		color: #505050;
		background-color: #fff;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}

	.pagination-n101m-1 ul li:hover {
		background-color: #0181cb;
		color: #fff
	}

	.pagination-n101m-1 ul li a {
		color: inherit;
		text-decoration: none;
		width: 100%;
		height: 100%;
		display: inline-block
	}

	.pagination-n101m-1 ul .active {
		border-color: #0181cb;
		background: #0181cb;
		color: #fff !important
	}

	.pagination-n101m-1 ul .pageinfo {
		border: 0;
		background: transparent;
		color: #505050 !important
	}

	.message-n101m-1 {
		margin: 0 0 60px 0;
		padding: 32px 17px;
		position: relative;
		overflow: auto;
		background: #f2f2f2
	}

	.message-n101m-1 .mtitle {
		padding: 6px 12px;
		margin: 0 15px 24px 15px;
		border-left: 4px solid #0181cb;
		color: #0181cb;
		border-color: #0181cb;
		font-size: 1.6rem;
		font-weight: 700
	}

	.message-n101m-1 .mdesc {
		color: #0181cb
	}

	.message-n101m-1 .line {
		margin-bottom: 30px;
		position: relative
	}

	.message-n101m-1 .line label {
		font-size: 1.6rem;
		font-weight: normal
	}

	.message-n101m-1 .line label i {
		margin-right: 6px;
		color: red;
		font-size: 15px
	}

	.message-n101m-1 .line input,
	.message-n101m-1 .line textarea {
		font-size: 1.6rem;
		-webkit-appearance: none;
		outline: 0;
		border: 1px solid #cbcbcb;
		border-radius: 2px
	}

	.message-n101m-1 .line input:focus,
	.message-n101m-1 .line textarea:focus,
	.message-n101m-1 .line input:hover,
	.message-n101m-1 .line textarea:hover {
		outline: 0;
		-webkit-appearance: none;
		border: 1px solid #b3aca2
	}

	.message-n101m-1 .line textarea {
		line-height: 26px;
		resize: none
	}

	.message-n101m-1 .line input {
		line-height: 40px;
		height: 40px;
		padding: 0 12px
	}

	.message-n101m-1 .field-validation-error {
		color: red;
		padding: 0 12px;
		margin-top: 2px;
		display: inline-block;
		font-size: 1.4rem;
		position: absolute;
		left: 0
	}

	.message-n101m-1 .subbtn {
		float: left;
		padding: 0 16px
	}

	.message-n101m-1 .subbtn button {
		transition: background-color .3s ease 0s;
		outline: 0;
		cursor: pointer;
		appearance: none;
		user-select: none;
		text-align: center;
		word-spacing: normal;
		height: 40px;
		line-height: 38px;
		padding: 0 24px;
		font-size: 16px;
		border: 0;
		color: #fff;
		background: #0181cb
	}

	.message-n101m-1 .subbtn button:hover {
		background: #59493a
	}

	.message-n101m-1 .privacy {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		margin-left: 8px;
		font-weight: normal
	}

	.message-n101m-1 .privacy input[type="checkbox"] {
		display: block;
		position: relative;
		vertical-align: middle;
		margin-right: 24px;
		height: 1px;
		opacity: 0;
		margin: 0;
		cursor: pointer
	}

	.message-n101m-1 .privacy input[type="checkbox"]:checked+span:before {
		border-color: #0181cb;
		background-color: #0181cb
	}

	.message-n101m-1 .privacy input[type="checkbox"]:checked+span:after {
		border-color: #fff
	}

	.message-n101m-1 .privacy .nschb {
		display: block;
		position: relative;
		font-size: 14px;
		padding-left: 24px;
		line-height: 40px;
		cursor: pointer;
		color: #333
	}

	.message-n101m-1 .privacy .nschb:before,
	.message-n101m-1 .privacy .nschb:after {
		display: block;
		position: absolute;
		content: '';
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}

	.message-n101m-1 .privacy .nschb:before {
		top: 50%;
		left: 0;
		width: 18px;
		height: 18px;
		background-color: #fff;
		border: 1px solid #d8d8d8;
		margin-top: -9px
	}

	.message-n101m-1 .privacy .nschb:after {
		width: 9px;
		height: 6px;
		border-width: 0 0 2px 2px;
		border-color: transparent;
		border-style: solid;
		top: 50%;
		left: 4px;
		margin-top: -5px;
		transform: rotate(-45deg)
	}

	.message-n101m-1 .privacy a {
		color: #505050;
		text-decoration: none;
		font-size: 1.6rem
	}

	@media(max-width:768px) {
		.message-n101m-1 {
			padding: 16px 1px
		}

		.message-n101m-1 .line input {
			line-height: 32px;
			height: 32px
		}

		.message-n101m-1 .mtitle {
			margin-bottom: 12px
		}
	}
	
	.friendly-link-n101m-1 {
		position: relative;
		padding: 32px 0 0 0
	}
	
	.friendly-link-n101m-1 .blk {
		display: none;
		float: left;
		padding: 10px
	}
	
	.friendly-link-n101m-1 .title {
		text-transform: uppercase;
		font-size: 1.6rem
	}
	
	.friendly-link-n101m-1 a,
	.friendly-link-n101m-1 h3.title {
		display: inline-block;
		width: 100%;
		font-size: 1.4rem;
		color: #e5e5e5;
		opacity: .6;
		text-decoration: none;
		line-height: 24px;
		margin-bottom: 8px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}
	
	.friendly-link-n101m-1 a:hover,
	.friendly-link-n101m-1 h3.title:hover {
		opacity: 1
	}
	
	.friendly-link-n101m-1 .cus {
		position: relative;
		margin-bottom: 15px
	}
	
	.friendly-link-n101m-1 .cus .imco {
		color: #e5e5e5;
		font-size: 26px;
		position: absolute;
		left: 2px
	}
	
	.friendly-link-n101m-1 .cus .info {
		padding-left: 48px
	}
	
	.friendly-link-n101m-1 .cus .info a {
		margin-bottom: 0
	}
	
	.friendly-link-n101m-1 .sns a {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 24px;
		text-align: center;
		border-radius: 40px;
		background: #fff;
		margin: 0 16px 16px 0;
		opacity: 1
	}
	
	.friendly-link-n101m-1 .sns a .f-skype {
		color: #00aff0
	}
	
	.friendly-link-n101m-1 .sns a .f-twitter {
		color: #02b0e8
	}
	
	.friendly-link-n101m-1 .sns a .f-google-plus {
		color: #cc3b1e
	}
	
	.friendly-link-n101m-1 .sns a .f-linkedin {
		color: #006a9a
	}
	
	.friendly-link-n101m-1 .sns a .f-facebook {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-instagram {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-youtube {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-comment {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-pinterest {
		color: #e10600
	}
	
	.friendly-link-n101m-1 .sns a .f-tiktok {
		color: #740dbc
	}
	
	.friendly-link-n101m-1 .snsinfo a {
		color: #806d59;
		background-color: #343434;
		background: #fff;
		display: inline-block;
		width: 32px;
		height: 32px;
		line-height: 32px;
		border-radius: 50%;
		margin: 0 8px;
		text-decoration: none
	}
	
	.friendly-link-n101m-1 .snsinfo a:hover {
		color: #b3aca2;
		background: #e5e5e5
	}
	
	.friendly-link-n101m-1 .snsinfo a i {
		font-size: 1.8rem;
		display: block
	}
	
	@media(max-width:1200px) {
		.friendly-link-n101m-1 .blk {
			padding: 32px 16px
		}
	}
	
	@media(max-width:768px) {
		.friendly-link-n101m-1 {
			padding: 20px 20px 55px 20px;
			margin-bottom: -50px
		}
	
		.friendly-link-n101m-1 .container {
			padding-left: 0;
			padding-right: 0;
			margin: 0;
			width: 100%
		}
	
		.friendly-link-n101m-1 .container .sns a {
			margin: 0 8px 8px 0
		}
	
		.friendly-link-n101m-1 .container .blk:last-child {
			display: block;
			padding: 0
		}
	}
	
	@media(min-width:768px) {
	
		.friendly-link-n101m-1 .blk:nth-child(1),
		.friendly-link-n101m-1 .blk:nth-child(2),
		.friendly-link-n101m-1 .blk:nth-child(3),
		.friendly-link-n101m-1 .blk:last-child {
			display: block
		}
	}
	
	.copyright-n101m-1 {
		text-align: center;
		font-size: 1.6rem;
		height: 50px;
		line-height: 50px;
		color: #fff;
		opacity: .8
	}
	
	@media(max-width:768px) {
		.copyright-n101m-1 {
			height: 42px;
			line-height: 42px
		}
	}
	
	.contact-box-n101m-1 {
		position: fixed;
		bottom: 38%;
		right: 0;
		z-index: 1041
	}
	
	.contact-box-n101m-1 ul {
		list-style: none;
		padding: 0
	}
	
	.contact-box-n101m-1 a {
		text-decoration: none;
		cursor: pointer
	}
	
	.contact-box-n101m-1 .item {
		position: relative
	}
	
	.contact-box-n101m-1 .item.hide {
		display: none
	}
	
	.contact-box-n101m-1 .item .qrcode {
		padding: 15px;
		max-width: 150px;
		max-height: 150px;
		background: #fff
	}
	
	.contact-box-n101m-1 .item i {
		display: block;
		color: #fff;
		background: #0181cb;
		padding: 9px 13px;
		font-size: 24px;
		width: 50px;
		height: 50px
	}
	
	.contact-box-n101m-1 .item i:hover {
		background: #59493a
	}
	
	.contact-box-n101m-1 .item .tools {
		display: none;
		min-width: 80px;
		min-height: 40px;
		position: absolute;
		top: 4px;
		right: 100%;
		padding-right: 8px
	}
	
	.contact-box-n101m-1 .item .tools:before,
	.contact-box-n101m-1 .item .tools:after {
		content: '';
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid
	}
	
	.contact-box-n101m-1 .item .tools:before {
		z-index: 2;
		right: -5px;
		top: 14px;
		border-width: 7px;
		border-color: transparent transparent transparent #fff
	}
	
	.contact-box-n101m-1 .item .tools:after {
		z-index: 1;
		right: -8px;
		top: 13px;
		border-width: 8px;
		border-color: transparent transparent transparent #e5e5e5
	}
	
	.contact-box-n101m-1 .item .tools .imco:before {
		margin-right: 6px
	}
	
	.contact-box-n101m-1 .item .tools:hover:before {
		border-color: transparent transparent transparent #d9d5cc
	}
	
	.contact-box-n101m-1 .item .tools a {
		display: block;
		padding: 10px 16px;
		color: #505050;
		background: #fff;
		border: 1px solid #e5e5e5;
		font-size: 1.6rem;
		line-height: 20px;
		white-space: nowrap;
		cursor: pointer
	}
	
	.contact-box-n101m-1 .item .tools a:nth-child(n+2) {
		border-top: 0
	}
	
	.contact-box-n101m-1 .item .tools a:hover {
		color: #806d59;
		background: #d9d5cc
	}
	
	.contact-box-n101m-1 .item:hover .tools {
		display: block
	}
	
	.contact-box-n101m-1 .modal {
		padding-right: 0 !important
	}
	
	.contact-box-n101m-1 .pnl {
		height: 100%;
		color: #fff;
		position: relative
	}
	
	.contact-box-n101m-1 .pnl .close {
		position: absolute;
		width: 32px;
		height: 32px;
		line-height: 29px;
		font-size: 26px;
		background: transparent;
		right: 5px;
		top: 5px;
		text-align: center;
		border: 0;
		color: #e5e5e5
	}
	
	.contact-box-n101m-1 .pnl .close:hover {
		color: #0181cb
	}
	
	.contact-box-n101m-1 .pnl .search-box {
		position: absolute;
		top: 35%;
		width: 100%
	}
	
	.contact-box-n101m-1 .pnl .search-box .input-text {
		outline: 0;
		height: 40px;
		width: 80%;
		margin: 0 0 0 5%;
		background: #fff;
		color: #505050;
		border: 0;
		float: left;
		padding-left: 1rem;
		font-size: 1.6rem
	}
	
	.contact-box-n101m-1 .pnl .search-box .search-btn {
		position: absolute;
		left: 85%;
		width: 50px;
		height: 40px;
		border: 0;
		background: #0181cb;
		cursor: pointer;
		color: #fff;
		font-size: 20px
	}
	
	.contact-box-n101m-1 .mid-pnl {
		width: 100%;
		background: rgba(0, 0, 0, 0.8)
	}
	
	.contact-box-n101m-1 .home,
	.contact-box-n101m-1 .b2t {
		display: none
	}
	
	.contact-box-n101m-1-blk {
		display: none
	}
	
	@media(max-width:768px) {
		.contact-box-n101m-1 {
			left: 0;
			bottom: 0;
			width: 100%;
			height: 50px
		}
	
		.contact-box-n101m-1 ul {
			display: flex;
			justify-content: space-around;
			background: #fff
		}
	
		.contact-box-n101m-1 .item {
			float: left
		}
	
		.contact-box-n101m-1 .item .tools {
			top: auto;
			bottom: 100%;
			right: 50%;
			transform: translateX(50%);
			padding-right: 0;
			padding-bottom: 8px
		}
	
		.contact-box-n101m-1 .item .tools:before {
			top: auto;
			bottom: -5px;
			right: 50%;
			transform: translateX(50%) translateY(0);
			border-color: #fff transparent transparent transparent
		}
	
		.contact-box-n101m-1 .item .tools:after {
			top: auto;
			right: 50%;
			bottom: -8px;
			transform: translateX(50%) translateY(0);
			border-color: #e5e5e5 transparent transparent transparent
		}
	
		.contact-box-n101m-1 .item .tools:hover:before {
			border-color: #d9d5cc transparent transparent transparent
		}
	
		.contact-box-n101m-1 .item i {
			color: #0181cb;
			background: #fff
		}
	
		.contact-box-n101m-1 .home {
			display: block
		}
	
		.contact-box-n101m-1 .b2t {
			display: none !important
		}
	
		.contact-box-n101m-1-blk {
			height: 50px;
			display: block
		}
	}
	
	.back-top-n8m-2 {
		position: fixed;
		padding: 8px 10px 12px 10px;
		text-align: center;
		border-radius: 8px;
		border: 2px solid #bfbbb4;
		color: #cbcbcb;
		background-color: #e6e2d8;
		opacity: .7;
		right: 16px;
		bottom: 15%;
		display: none
	}
	
	.back-top-n8m-2:hover {
		opacity: 1;
		background-color: #ccc8c0;
		cursor: pointer
	}
	
	.back-top-n8m-2 i {
		color: #806d59;
		width: 28px;
		height: 28px;
		display: inline-block;
		font-size: 24px
	}
	
	.headline-n118m-5 {
		background: #0181cb;
		padding: 10px 15px
	}
	
	.headline-n118m-5 i {
		width: 10px;
		height: 25px;
		display: inline-block;
		background: #fff;
		float: left;
		margin-right: 20px;
		transform: skewX(150deg)
	}
	
	.headline-n118m-5 h2 {
		padding: 6px 10px;
		margin: 0;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 700;
		text-transform: capitalize
	}
	
	@media(max-width:768px) {
		.headline-n118m-5 {
			padding: 5px 15px
		}
	
		.headline-n118m-5 h2 {
			padding: 6px 8px
		}
	}
	
	.product-category-n113m-1 {
		width: 100%;
		border: 1px solid #f2f2f2;
		border-top: 0;
		padding: 10px 20px 25px 20px;
		margin-bottom: 30px;
		background: #fff;
		font-size: 1.6rem
	}
	
	.product-category-n113m-1 ul {
		overflow: hidden;
		list-style: none;
		padding: 0
	}
	
	.product-category-n113m-1 .lv1 {
		border-bottom: 1px solid #f2f2f2;
		padding: 10px 0
	}
	
	.product-category-n113m-1 .sub {
		display: none;
		padding: 10px 10px 10px 15px
	}
	
	.product-category-n113m-1 .sub a {
		padding: 6px 0 6px 10px;
		margin: 0;
		display: inline-block;
		padding-left: 15px;
		font-size: 1.6rem
	}
	
	.product-category-n113m-1 .sub a:before {
		content: '';
		width: 6px;
		height: 6px;
		position: absolute;
		left: 1px;
		top: 12px;
		display: inline-block;
		background: #505050
	}
	
	.product-category-n113m-1 a,
	.product-category-n113m-1 .expand {
		line-height: 24px;
		position: relative;
		color: #505050;
		text-decoration: none
	}
	
	.product-category-n113m-1 .expand {
		width: 20px;
		display: inline-block;
		text-align: center;
		cursor: pointer;
		float: right
	}
	
	.product-category-n113m-1 .expand:hover {
		color: #0181cb
	}
	
	.product-category-n113m-1 .open {
		transform: rotate(180deg)
	}
	
	.product-category-n113m-1 .active a,
	.product-category-n113m-1 a:hover {
		color: #735e44
	}
	
	.product-category-n113m-1 .active a:before,
	.product-category-n113m-1 a:hover:before {
		background: #0181cb
	}
	
	@media(max-width:768px) {
		.product-category-n113m-1 {
			padding: 5px 20px 15px 20px
		}
	}
	
	.product-list-n120m-2 {
		font-size: 1.6rem;
		margin-bottom: 15px
	}
	
	.product-list-n120m-2 ul {
		list-style: none;
		overflow: auto;
		padding: 0;
		margin: 0
	}
	
	.product-list-n120m-2 ul li {
		margin-bottom: 15px;
		background: #f2f2f2;
		display: flex;
		align-items: center
	}
	
	.product-list-n120m-2 .item {
		width: 100%;
		float: left
	}
	
	.product-list-n120m-2 .item .blk {
		background-color: #fff;
		margin: 15px 0;
		overflow: hidden;
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 100%
	}
	
	.product-list-n120m-2 .item .blk .square-cont {
		position: absolute;
		width: 100%;
		height: 100%
	}
	
	.product-list-n120m-2 .item .blk .cover-image {
		overflow: hidden;
		display: block
	}
	
	.product-list-n120m-2 .item .blk .cover-image>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.product-list-n120m-2 .item .blk .cover-image>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.product-list-n120m-2 .item .blk .cover-image>span {
		overflow: hidden
	}
	
	.product-list-n120m-2 .item .blk .cover-image img {
		-webkit-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-o-transition: ease all .4s;
		transition: ease all .4s
	}
	
	.product-list-n120m-2 .item .blk .cover-image img:hover {
		transform: scale(1.2)
	}
	
	.product-list-n120m-2 .text {
		float: left;
		padding-left: 0
	}
	
	.product-list-n120m-2 .text .th {
		margin: 0 0 10px 0
	}
	
	.product-list-n120m-2 .text .th a {
		font-size: 1.6rem;
		line-height: 1.6;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		display: -webkit-box;
		text-decoration: none;
		color: #343434
	}
	
	.product-list-n120m-2 .text .th a:hover {
		color: #0181cb
	}
	
	.product-list-n120m-2 .text .link {
		background: #b3aca2;
		font-size: 1.6rem;
		border-radius: 10px;
		padding: 10px;
		color: #fff;
		max-width: 100px;
		text-align: center;
		margin-top: 10px
	}
	
	.product-list-n120m-2 .text .link:hover {
		background: #59493a
	}
	
	@media(min-width:768px) {
		.product-list-n120m-2 .item {
			width: 40%
		}
	
		.product-list-n120m-2 .text {
			width: 60%;
			padding-left: 25px
		}
	}
	
	.contact-info-n114m-1 {
		border: 1px solid #f2f2f2;
		margin-bottom: 30px;
		font-size: 1.4rem
	}
	
	.contact-info-n114m-1 .pb {
		color: #fff;
		overflow: hidden;
		font-size: 1.6rem;
		display: flex;
		flex-direction: column
	}
	
	.contact-info-n114m-1 .box {
		text-align: center;
		padding: 10px 20px 0 20px;
		display: flex;
		align-items: center
	}
	
	.contact-info-n114m-1 .box .multi a {
		margin: 2px 0
	}
	
	.contact-info-n114m-1 .imco {
		font-size: 3.2rem;
		line-height: 1;
		margin-right: 15px;
		color: #0181cb
	}
	
	.contact-info-n114m-1 .box-right {
		text-align: left
	}
	
	.contact-info-n114m-1 .box-right p {
		color: #0181cb;
		font-size: 1.6rem;
		margin: 8px 0;
		line-height: 1.576;
		text-transform: uppercase
	}
	
	.contact-info-n114m-1 .box-right a {
		color: #888;
		text-decoration: none;
		display: block;
		overflow: hidden;
		word-break: break-word;
		font-size: 1.6rem;
		line-height: 2.5rem
	}
	
	.contact-info-n114m-1 .box-right a:hover {
		color: #e5e5e5
	}
	
	.navigation-n121m-4 {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		z-index: 1041;
		width: 100%;
		background: linear-gradient(90deg, #595959, #2d2b27);
		font-size: 1.4rem;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		position: sticky;
		top: 0;
		left: 0
	}
	
	.navigation-n121m-4 ul {
		overflow: auto;
		list-style: none;
		margin: 0;
		padding: 0
	}
	
	.navigation-n121m-4 a {
		color: #fff;
		text-decoration: none;
		cursor: pointer
	}
	
	.navigation-n121m-4 a:hover {
		color: #0181cb
	}
	
	.navigation-n121m-4 .header {
		width: 95%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		position: relative
	}
	
	.navigation-n121m-4 .logo-link {
		width: 15%;
		height: 90px;
		vertical-align: middle;
		display: inline-block;
		transition: all .3s
	}
	
	.navigation-n121m-4 .logo-link>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.navigation-n121m-4 .logo-link>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.navigation-n121m-4 .logo-link>span img {
		right: initial
	}
	
	.navigation-n121m-4 .navbar-ul {
		height: auto;
		display: table;
		margin: 0 auto
	}
	
	.navigation-n121m-4 .navbar-ul:before {
		display: none
	}
	
	.navigation-n121m-4 .navbar-ul>li {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		position: relative;
		float: left;
		margin: 0 5px;
		cursor: pointer;
		font-size: 1.6rem;
		text-transform: uppercase;
		perspective: 500px
	}
	
	.navigation-n121m-4 .navbar-ul>li>a {
		display: block;
		padding: 33px 5px
	}
	
	.navigation-n121m-4 .navbar-ul .f-down {
		padding: 0 3px;
		display: inline-block;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}
	
	.navigation-n121m-4 .lv-2 {
		position: absolute;
		z-index: 1001;
		overflow: inherit;
		padding-top: 33px;
		top: 58px;
		left: 0;
		width: max-content;
		border-top: 2px solid #0181cb
	}
	
	.navigation-n121m-4 .lv-2>li {
		position: relative;
		display: block;
		font-size: 1.6rem;
		line-height: 40px;
		height: 40px
	}
	
	.navigation-n121m-4 .lv-2>li a {
		padding: 0 20px
	}
	
	.navigation-n121m-4 .lv-3 {
		left: 100%;
		width: max-content;
		top: 0;
		overflow: inherit
	}
	
	.navigation-n121m-4 .lv-3 li a {
		padding: 0 20px;
		display: block;
		color: #fff
	}
	
	.navigation-n121m-4 .lv-3 li a:hover {
		color: #735e44
	}
	
	.navigation-n121m-4 .subnavs {
		display: none;
		position: absolute
	}
	
	.navigation-n121m-4 .subnavs li {
		z-index: 1002;
		background: linear-gradient(90deg, #595959, #2d2b27);
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}
	
	.navigation-n121m-4 .subnavs li a {
		position: relative;
		opacity: .9;
		text-transform: initial;
		display: block
	}
	
	.navigation-n121m-4.n-pin {
		background: rgba(0, 0, 0, 0.7)
	}
	
	.navigation-n121m-4.n-pin .logo-link {
		width: 13%
	}
	
	.navigation-n121m-4.n-pin .subnavs li {
		background: rgba(0, 0, 0, 0.7)
	}
	
	.navigation-n121m-4 .modal {
		padding-right: 0 !important
	}
	
	.navigation-n121m-4 .pnl {
		height: 100%;
		color: #fff;
		position: relative;
		width: 100%;
		background: rgba(0, 0, 0, 0.7)
	}
	
	.navigation-n121m-4 .pnl .close {
		position: absolute;
		width: 32px;
		height: 32px;
		line-height: 29px;
		font-size: 2.6rem;
		background: transparent;
		right: 5px;
		top: 5px;
		text-align: center;
		border: 0;
		color: #e5e5e5
	}
	
	.navigation-n121m-4 .pnl .close:hover {
		color: #fff
	}
	
	.navigation-n121m-4 .pnl .search-box {
		position: absolute;
		top: 35%;
		width: 100%
	}
	
	.navigation-n121m-4 .pnl .search-box .input-text {
		outline: 0;
		height: 50px;
		width: 60%;
		margin: 0 0 0 20%;
		background: rgba(0, 0, 0, 0.5);
		border: 0;
		float: left;
		padding-left: 1rem;
		font-size: 1.8rem
	}
	
	.navigation-n121m-4 .pnl .search-box .search-btn {
		position: absolute;
		left: 80%;
		width: 50px;
		height: 50px;
		border: 0;
		background: #735e44;
		cursor: pointer;
		color: #fff;
		font-size: 2.6rem
	}
	
	@media(max-width:1200px) {
		.navigation-n121m-4_blk {
			width: 100%;
			height: 60px
		}
	
		.navigation-n121m-4 .header {
			width: 100%;
			display: block
		}
	
		.navigation-n121m-4 .logo-link {
			height: 60px;
			min-width: 150px;
			padding: 8px 16px
		}
	
		.navigation-n121m-4 .bar-icon-btn {
			position: relative;
			float: right;
			padding: 6px 8px 2px 8px;
			margin: 14px 10px 0 10px;
			cursor: pointer
		}
	
		.navigation-n121m-4 .bar-icon-btn>span {
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
			background-color: #0181cb;
			border-radius: 10px;
			height: 2px;
			width: 24px;
			margin-bottom: 7px;
			display: block
		}
	
		.navigation-n121m-4 .collapse {
			background: rgba(0, 0, 0, 0.5);
			position: fixed;
			top: 60px;
			bottom: 0;
			right: 0;
			left: 0;
			height: auto !important;
			overflow: auto;
			z-index: 20
		}
	
		.navigation-n121m-4 .out-search {
			display: none
		}
	
		.navigation-n121m-4 .language e {
			display: none
		}
	
		.navigation-n121m-4 .language .list {
			padding: 0 15px
		}
	
		.navigation-n121m-4 .language .list li {
			float: left;
			width: 33.33%
		}
	
		.navigation-n121m-4 .language .list li a {
			display: block;
			line-height: 40px;
			margin-right: 10px
		}
	
		.navigation-n121m-4 .language .list li i {
			margin-top: 10px
		}
	
		.navigation-n121m-4 .language .list li p {
			float: left;
			margin: 0 2px
		}
	
		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(1) {
			transform: translateY(9px) rotate(45deg)
		}
	
		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(2) {
			opacity: 0
		}
	
		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(3) {
			transform: translateY(-9px) rotate(-45deg)
		}
	
		.navigation-n121m-4 .dmenu .collapse {
			display: block
		}
	
		.navigation-n121m-4 .navbar-ul {
			position: relative;
			min-height: 400px;
			width: 100%
		}
	
		.navigation-n121m-4 .navbar-ul>li {
			height: auto;
			display: inline-block;
			width: 100%;
			text-align: left;
			margin: 0
		}
	
		.navigation-n121m-4 .navbar-ul>li a {
			line-height: 25px;
			padding: 10px 15px
		}
	
		.navigation-n121m-4 .navbar-ul .lv-2 {
			position: initial;
			width: 100%;
			padding-top: 0;
			margin-top: 0;
			transform: translateX(0)
		}
	
		.navigation-n121m-4 .navbar-ul .lv-2>li {
			height: auto
		}
	
		.navigation-n121m-4 .navbar-ul .lv-3 {
			max-width: initial;
			position: initial
		}
	
		.navigation-n121m-4 .navbar-ul .lv-3 li {
			text-indent: 1em
		}
	
		.navigation-n121m-4 .navbar-ul .lv-2 li a,
		.navigation-n121m-4 .navbar-ul .lv-3 li a {
			padding: 7px 15px;
			font-size: 1.4rem
		}
	
		.navigation-n121m-4 .navbar-ul .f-down {
			position: absolute;
			right: 16px
		}
	
		.navigation-n121m-4 .navbar-ul .opened>.subnavs {
			display: block;
			width: 100%
		}
	
		.navigation-n121m-4 .navbar-ul .opened>a .f-down {
			transform: rotate(180deg)
		}
	}
	
	@media(min-width:1200px) {
		.navigation-n121m-4 .collapse {
			width: 75%;
			padding: 0 10px;
			display: block
		}
	
		.navigation-n121m-4 .bar-icon-btn {
			display: none
		}
	
		.navigation-n121m-4 .out-search {
			position: absolute;
			right: 25px;
			top: 36px;
			font-size: 2rem;
			line-height: 18px;
			cursor: pointer;
			color: #fff
		}
	
		.navigation-n121m-4 .language {
			position: absolute;
			right: 60px;
			top: 33px;
			color: #fff;
			cursor: pointer;
			margin-right: 10px;
			height: 56px;
			font-size: 1.6rem
		}
	
		.navigation-n121m-4 .language e {
			line-height: 1.7;
			color: #fff
		}
	
		.navigation-n121m-4 .language e .iconflag {
			margin: 4px 8px 0 0
		}
	
		.navigation-n121m-4 .language .list {
			max-height: 400px;
			overflow: auto;
			position: absolute;
			z-index: 20;
			top: 56px;
			right: 0;
			list-style-type: none;
			height: auto;
			background-color: rgba(0, 0, 0, 0.5);
			opacity: 0;
			display: none;
			width: 20rem;
			flex-direction: row;
			flex-wrap: wrap;
			scrollbar-width: thin;
			scrollbar-color: #5e5d62 #313131
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar {
			width: 6px;
			height: 8px
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar-track {
			background-color: #313131;
			border-radius: 10px
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar-button {
			height: 0
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar-thumb {
			background-color: #5e5d62;
			border-radius: 10px
		}
	
		.navigation-n121m-4 .language .list li {
			width: 50%;
			padding: 10px 4px 5px 13px;
			overflow: hidden;
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s
		}
	
		.navigation-n121m-4 .language .list li:last-child {
			border-bottom: 0
		}
	
		.navigation-n121m-4 .language .list li a {
			display: inline-block;
			position: relative;
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s
		}
	
		.navigation-n121m-4 .language .list li p {
			display: inline-block;
			text-align: left;
			width: 100%;
			padding: 0 2px 0 32px;
			margin: 0;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			font-size: 1.4rem
		}
	
		.navigation-n121m-4 .language .list li i {
			position: absolute;
			left: 0;
			top: 2px
		}
	
		.navigation-n121m-4 .language .list li:hover {
			background-color: #735e44
		}
	
		.navigation-n121m-4 .language .list li:hover a {
			color: #fff
		}
	
		.navigation-n121m-4 .language:focus,
		.navigation-n121m-4 .language:hover {
			color: #735e44
		}
	
		.navigation-n121m-4 .language:focus .list,
		.navigation-n121m-4 .language:hover .list {
			opacity: 1;
			display: flex
		}
	
		.navigation-n121m-4 li.active>a {
			color: #735e44
		}
	
		.navigation-n121m-4 li>.subnavs {
			transition: all .3s ease-in-out;
			transform: scale(0.8) rotateY(30deg);
			transform-origin: center 0;
			opacity: 0;
			display: block;
			visibility: hidden
		}
	
		.navigation-n121m-4 li:hover>.subnavs {
			transform: none;
			opacity: 1;
			visibility: visible
		}
	
		.navigation-n121m-4 .subnavs {
			border-top: 0
		}
	
		.navigation-n121m-4 .subnavs .f-down {
			position: absolute;
			right: 4px;
			transform: rotate(270deg)
		}
	}
	
	@media(max-width:1440px) {
		.navigation-n121m-4 .navbar-ul>li {
			font-size: 1.4rem
		}
	}
	
	.breadcrumb-n116m-1 {
		width: 100%;
		position: relative;
		background: #f2f2f2;
		overflow: hidden;
		margin-bottom: 40px
	}
	
	.breadcrumb-n116m-1 .bg {
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 15%
	}
	
	.breadcrumb-n116m-1 .bg .square-cont {
		position: absolute;
		width: 100%;
		height: 100%
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span {
		overflow: hidden
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span>img {
		max-height: initial;
		width: 100%
	}
	
	.breadcrumb-n116m-1 .bg .square-cont .mask {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 2
	}
	
	.breadcrumb-n116m-1 ul,
	.breadcrumb-n116m-1 li {
		overflow: auto;
		list-style: none;
		padding: 0;
		margin: 0
	}
	
	.breadcrumb-n116m-1 li {
		display: inline-block;
		vertical-align: middle;
		font-size: 1.6rem;
		line-height: 40px;
		margin-right: 5px;
		color: #999
	}
	
	.breadcrumb-n116m-1 li a {
		-webkit-transition: color .5s;
		-moz-transition: color .5s;
		-o-transition: color .5s;
		transition: color .5s;
		text-decoration: none;
		color: #505050
	}
	
	.breadcrumb-n116m-1 li a:hover {
		color: #0181cb
	}
	
	.breadcrumb-n116m-1 li .f-home {
		color: #0181cb
	}
	
	.breadcrumb-n116m-1 li:nth-last-child(2) a {
		color: #0181cb
	}
	
	@media(max-width:768px) {
		.breadcrumb-n116m-1 {
			margin-bottom: 40px
		}
	
		.breadcrumb-n116m-1 li {
			font-size: 1.4rem;
			line-height: 30px
		}
	}
	
	.product-detail-n114m-1 {
		font-size: 1.6rem;
		margin-bottom: 40px;
		border: 1px solid #f2f2f2;
		padding: 30px
	}
	
	.product-detail-n114m-1 a {
		text-decoration: none
	}
	
	.product-detail-n114m-1 .img-box {
		width: 40%;
		float: left;
		position: relative;
		z-index: 1;
		text-align: center
	}
	
	.product-detail-n114m-1 .img-box .viewer {
		border: 1px solid #f2f2f2;
		margin: 0 auto;
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 100%
	}
	
	.product-detail-n114m-1 .img-box .viewer .square-cont {
		position: absolute;
		width: 100%;
		height: 100%
	}
	
	.product-detail-n114m-1 .img-box .thumbnail {
		padding: 0;
		margin: 5px auto 10px auto;
		width: 100%;
		max-width: 452px;
		overflow: hidden;
		position: relative;
		height: 64px;
		box-sizing: border-box
	}
	
	.product-detail-n114m-1 .img-box .thumbnail ul {
		margin: 1px 8px 0 0;
		padding: 0;
		list-style-type: none;
		white-space: nowrap;
		width: auto;
		min-width: 1000px;
		box-sizing: border-box;
		position: absolute;
		height: 64px;
		left: 22px;
		transition: .5s
	}
	
	.product-detail-n114m-1 .img-box .thumbnail ul li {
		transition: border-color .2s ease-out;
		width: 60px;
		height: 60px;
		border: 2px solid #e5e5e5;
		border-radius: 2px;
		padding: 2px;
		margin-right: 6px;
		float: left;
		cursor: pointer
	}
	
	.product-detail-n114m-1 .img-box .thumbnail ul .current {
		border: 2px solid #0181cb
	}
	
	.product-detail-n114m-1 .img-box .thumbnail .arrow {
		position: absolute;
		height: 64px;
		line-height: 64px;
		width: 24px;
		background: #e5e5e5;
		color: #505050;
		cursor: pointer
	}
	
	.product-detail-n114m-1 .img-box .thumbnail .arrow:hover {
		background: #0181cb;
		color: #fff
	}
	
	.product-detail-n114m-1 .img-box .thumbnail .a-right {
		right: 0
	}
	
	.product-detail-n114m-1 .img-box .thumbnail .a-left {
		left: 0
	}
	
	.product-detail-n114m-1 .vw-video {
		background: #fff;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%
	}
	
	.product-detail-n114m-1 .midpic {
		display: block
	}
	
	.product-detail-n114m-1 .midpic>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.product-detail-n114m-1 .midpic>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.product-detail-n114m-1 .midpic img {
		user-select: none
	}
	
	.product-detail-n114m-1 .attributes-box {
		width: 55%;
		float: right;
		color: #505050
	}
	
	.product-detail-n114m-1 .attributes-box .name {
		font-size: 2rem;
		color: #0181cb;
		line-height: 1;
		padding-bottom: 20px;
		margin: 0 0 20px 0;
		border-bottom: 1px solid #f2f2f2
	}
	
	.product-detail-n114m-1 .attributes-box .items {
		font-size: 1.8rem;
		list-style: none;
		margin-bottom: 3px;
		padding: 0
	}
	
	.product-detail-n114m-1 .attributes-box .items label {
		color: #0181cb;
		margin: 5px 5px 5px 0;
		font-weight: normal
	}
	
	.product-detail-n114m-1 .attributes-box .lbprice {
		color: #4d3b29
	}
	
	.product-detail-n114m-1 .attributes-box .annex {
		font-size: 1.6rem;
		margin: 0 0 16px 0
	}
	
	.product-detail-n114m-1 .attributes-box .annex .file {
		margin: 5px
	}
	
	.product-detail-n114m-1 .attributes-box .annex i {
		color: #0181cb;
		margin-right: 10px
	}
	
	.product-detail-n114m-1 .attributes-box .annex a {
		color: #343434
	}
	
	.product-detail-n114m-1 .attributes-box .annex a:hover {
		color: #0181cb
	}
	
	.product-detail-n114m-1 .attributes-box .desc {
		font-size: 1.6rem;
		margin: 15px 0;
		color: #888;
		line-height: 1.7;
		white-space: break-spaces
	}
	
	.product-detail-n114m-1 .attributes-box .d-mail {
		border-top: 1px solid #f2f2f2;
		padding: 18px 0
	}
	
	.product-detail-n114m-1 .attributes-box .d-mail .bbn {
		font-size: 1.8rem;
		line-height: 1.6;
		background: #888;
		padding: 8px 16px;
		display: inline-block;
		margin-right: 5px
	}
	
	.product-detail-n114m-1 .attributes-box .d-mail a {
		color: #fff
	}
	
	.product-detail-n114m-1 .attributes-box .d-mail i {
		margin-right: .5rem
	}
	
	.product-detail-n114m-1 .attributes-box .d-mail .email {
		background: #0181cb
	}
	
	.product-detail-n114m-1 .attributes-box .d-mail .email:hover {
		background: #59493a
	}
	
	.product-detail-n114m-1 .clear {
		clear: both
	}
	
	.product-detail-n114m-1 .information-box {
		padding: 0 4px 0 4px;
		margin-top: 10px;
		overflow: hidden;
		font-size: 1.6rem;
		line-height: 1.6
	}
	
	.product-detail-n114m-1 .information-box table,
	.product-detail-n114m-1 .information-box td,
	.product-detail-n114m-1 .information-box p,
	.product-detail-n114m-1 .information-box img,
	.product-detail-n114m-1 .information-box video,
	.product-detail-n114m-1 .information-box iframe {
		max-width: 100%
	}
	
	.product-detail-n114m-1 .information-box p {
		margin: 1px 0
	}
	
	.product-detail-n114m-1 .information-box table {
		overflow: auto;
		display: block
	}
	
	.product-detail-n114m-1 .information-box table td {
		padding: 0 10px;
		border: 1px solid #999
	}
	
	.product-detail-n114m-1 .information-box .product-information-content .product-information-box .nei-table {
		overflow: hidden
	}
	
	.product-detail-n114m-1 .information-box .product-information-content .product-information-box .nei-table table {
		display: table
	}
	
	.product-detail-n114m-1 .information-box .product-information-content .product-information-box .nei-table table tr td {
		padding: 5px
	}
	
	.product-detail-n114m-1 .information-box .product-information-content .product-information-box .nei-table table tr td p {
		margin: 0
	}
	
	.product-detail-n114m-1 .product-tag {
		padding: 10px 3px 0 3px
	}
	
	.product-detail-n114m-1 .product-tag .title {
		display: inline-block;
		font-size: 1.8rem
	}
	
	.product-detail-n114m-1 .product-tag .items {
		display: inline-block
	}
	
	.product-detail-n114m-1 .product-tag .items a {
		color: #0181cb;
		border: 1px solid #d8d8d8;
		padding: 5px 5px;
		border-radius: 4px;
		margin-right: 5px;
		display: inline-block;
		margin-bottom: 10px
	}
	
	.product-detail-n114m-1 .product-tag .items a:hover {
		color: #806d59
	}
	
	@media(max-width:768px) {
		.product-detail-n114m-1 {
			padding: 10px
		}
	
		.product-detail-n114m-1 .img-box {
			width: 100%;
			padding-right: 0
		}
	
		.product-detail-n114m-1 .img-box .thumbnail {
			max-width: initial;
			height: 90px
		}
	
		.product-detail-n114m-1 .img-box .thumbnail ul {
			height: 90px
		}
	
		.product-detail-n114m-1 .img-box .thumbnail ul li {
			width: 90px;
			height: 90px;
			line-height: 90px
		}
	
		.product-detail-n114m-1 .img-box .thumbnail .arrow {
			height: 90px;
			line-height: 90px
		}
	
		.product-detail-n114m-1 .attributes-box {
			width: 100%
		}
	
		.product-detail-n114m-1 .attributes-box .items {
			font-size: 1.6rem
		}
	
		.product-detail-n114m-1 .attributes-box .name {
			margin: 10px 0 10px 0;
			font-size: 1.8rem
		}
	
		.product-detail-n114m-1 .attributes-box .d-mail {
			padding: 15px 0 0 0
		}
	
		.product-detail-n114m-1 .information-box {
			padding: 0
		}
	
		.product-detail-n114m-1 .information-box .product-information-content .product-information-box p iframe {
			height: auto !important
		}
	
		.product-detail-n114m-1 .information-box .product-information-content .product-information-box .nei-table {
			overflow: scroll
		}
	
		.product-detail-n114m-1 .information-box img {
			height: initial !important
		}
	
		.product-detail-n114m-1 .product-tag {
			padding: 10px 0 0 0
		}
	
		.product-detail-n114m-1 .product-tag .title {
			display: block;
			margin-bottom: 10px
		}
	
		.product-detail-n114m-1 .product-tag .items a {
			font-size: 1.4rem
		}
	}
	
	.product-list-n121m-1 {
		margin-bottom: 60px;
		font-size: 1.4rem
	}
	
	.product-list-n121m-1 ul {
		list-style: none;
		overflow: auto;
		padding: 0;
		margin: 0
	}
	
	.product-list-n121m-1 ul li {
		display: inline-block;
		vertical-align: top
	}
	
	.product-list-n121m-1 ul li .article-item {
		background-color: #fff;
		margin: 15px 0;
		overflow: hidden;
		border-radius: 5px;
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 100%
	}
	
	.product-list-n121m-1 ul li .article-item .square-cont {
		position: absolute;
		width: 100%;
		height: 100%
	}
	
	.product-list-n121m-1 ul li .article-item .cover-image {
		overflow: hidden;
		border-radius: 5px;
		display: block
	}
	
	.product-list-n121m-1 ul li .article-item .cover-image>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.product-list-n121m-1 ul li .article-item .cover-image>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.product-list-n121m-1 ul li .article-item .text {
		opacity: 0;
		position: absolute;
		top: 100%;
		bottom: 0;
		left: 0;
		right: 0;
		overflow: hidden;
		border-top: 0;
		text-align: center;
		-webkit-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-o-transition: ease all .4s;
		transition: ease all .4s;
		background-color: #0181cb;
		border-radius: 5px
	}
	
	.product-list-n121m-1 ul li .article-item .text .th {
		font-size: 2rem;
		line-height: 1.8;
		font-weight: normal;
		margin: 1rem 2rem
	}
	
	.product-list-n121m-1 ul li .article-item .text .th a {
		text-decoration: none;
		color: #fff;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden
	}
	
	.product-list-n121m-1 ul li .article-item .text .link-btn {
		color: #0181cb;
		background-color: #fff;
		-webkit-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-o-transition: ease all .4s;
		transition: ease all .4s;
		padding: 8px 20px;
		display: inline-block;
		margin: auto;
		overflow: hidden;
		border-radius: 4px;
		text-decoration: none
	}
	
	.product-list-n121m-1 ul li .article-item .text .link-btn:hover {
		color: #fff;
		background-color: #505050
	}
	
	.product-list-n121m-1 ul li .article-item:hover .text {
		opacity: .85;
		top: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center
	}
	
	.product-list-n121m-1 ul li:first-child .article-item .cover-image {
		border-top-left-radius: 120px
	}
	
	.product-list-n121m-1 ul li:first-child .article-item .text {
		border-top-left-radius: 120px
	}
	
	.product-list-n121m-1 ul li:last-child .article-item .cover-image {
		border-bottom-right-radius: 120px
	}
	
	.product-list-n121m-1 ul li:last-child .article-item .text {
		border-bottom-right-radius: 120px
	}
	
	@media(max-width:768px) {
		.product-list-n121m-1 ul li {
			padding-left: 0;
			padding-right: 0
		}
	
		.product-list-n121m-1 ul li .article-item {
			margin: 15px 0 0 0
		}
	
		.product-list-n121m-1 ul li .article-item .text {
			bottom: 0;
			top: initial !important;
			display: block !important;
			opacity: .8
		}
	
		.product-list-n121m-1 ul li .article-item .text .th a {
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			display: block
		}
	
		.product-list-n121m-1 ul li .article-item .text .link-btn {
			display: none
		}
	
		.product-list-n121m-1 ul li:first-child .article-item .text {
			border-top-left-radius: 0
		}
	
		.product-list-n121m-1 ul li:last-child .article-item .text {
			border-bottom-right-radius: 0
		}
	}
	
	.message-n101m-1 {
		margin: 0 0 60px 0;
		padding: 32px 17px;
		position: relative;
		overflow: auto;
		background: #f2f2f2
	}
	
	.message-n101m-1 .mtitle {
		padding: 6px 12px;
		margin: 0 15px 24px 15px;
		border-left: 4px solid #0181cb;
		color: #0181cb;
		border-color: #0181cb;
		font-size: 1.6rem;
		font-weight: 700
	}
	
	.message-n101m-1 .mdesc {
		color: #0181cb
	}
	
	.message-n101m-1 .line {
		margin-bottom: 30px;
		position: relative
	}
	
	.message-n101m-1 .line label {
		font-size: 1.6rem;
		font-weight: normal
	}
	
	.message-n101m-1 .line label i {
		margin-right: 6px;
		color: red;
		font-size: 15px
	}
	
	.message-n101m-1 .line input,
	.message-n101m-1 .line textarea {
		font-size: 1.6rem;
		-webkit-appearance: none;
		outline: 0;
		border: 1px solid #cbcbcb;
		border-radius: 2px
	}
	
	.message-n101m-1 .line input:focus,
	.message-n101m-1 .line textarea:focus,
	.message-n101m-1 .line input:hover,
	.message-n101m-1 .line textarea:hover {
		outline: 0;
		-webkit-appearance: none;
		border: 1px solid #b3aca2
	}
	
	.message-n101m-1 .line textarea {
		line-height: 26px;
		resize: none
	}
	
	.message-n101m-1 .line input {
		line-height: 40px;
		height: 40px;
		padding: 0 12px
	}
	
	.message-n101m-1 .field-validation-error {
		color: red;
		padding: 0 12px;
		margin-top: 2px;
		display: inline-block;
		font-size: 1.4rem;
		position: absolute;
		left: 0
	}
	
	.message-n101m-1 .subbtn {
		float: left;
		padding: 0 16px
	}
	
	.message-n101m-1 .subbtn button {
		transition: background-color .3s ease 0s;
		outline: 0;
		cursor: pointer;
		appearance: none;
		user-select: none;
		text-align: center;
		word-spacing: normal;
		height: 40px;
		line-height: 38px;
		padding: 0 24px;
		font-size: 16px;
		border: 0;
		color: #fff;
		background: #0181cb
	}
	
	.message-n101m-1 .subbtn button:hover {
		background: #59493a
	}
	
	.message-n101m-1 .privacy {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		margin-left: 8px;
		font-weight: normal
	}
	
	.message-n101m-1 .privacy input[type="checkbox"] {
		display: block;
		position: relative;
		vertical-align: middle;
		margin-right: 24px;
		height: 1px;
		opacity: 0;
		margin: 0;
		cursor: pointer
	}
	
	.message-n101m-1 .privacy input[type="checkbox"]:checked+span:before {
		border-color: #0181cb;
		background-color: #0181cb
	}
	
	.message-n101m-1 .privacy input[type="checkbox"]:checked+span:after {
		border-color: #fff
	}
	
	.message-n101m-1 .privacy .nschb {
		display: block;
		position: relative;
		font-size: 14px;
		padding-left: 24px;
		line-height: 40px;
		cursor: pointer;
		color: #333
	}
	
	.message-n101m-1 .privacy .nschb:before,
	.message-n101m-1 .privacy .nschb:after {
		display: block;
		position: absolute;
		content: '';
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}
	
	.message-n101m-1 .privacy .nschb:before {
		top: 50%;
		left: 0;
		width: 18px;
		height: 18px;
		background-color: #fff;
		border: 1px solid #d8d8d8;
		margin-top: -9px
	}
	
	.message-n101m-1 .privacy .nschb:after {
		width: 9px;
		height: 6px;
		border-width: 0 0 2px 2px;
		border-color: transparent;
		border-style: solid;
		top: 50%;
		left: 4px;
		margin-top: -5px;
		transform: rotate(-45deg)
	}
	
	.message-n101m-1 .privacy a {
		color: #505050;
		text-decoration: none;
		font-size: 1.6rem
	}
	
	@media(max-width:768px) {
		.message-n101m-1 {
			padding: 16px 1px
		}
	
		.message-n101m-1 .line input {
			line-height: 32px;
			height: 32px
		}
	
		.message-n101m-1 .mtitle {
			margin-bottom: 12px
		}
	}
	
	.friendly-link-n101m-1 {
		position: relative;
		padding: 32px 0 0 0
	}
	
	.friendly-link-n101m-1 .blk {
		display: none;
		float: left;
		padding: 10px
	}
	
	.friendly-link-n101m-1 .title {
		text-transform: uppercase;
		font-size: 1.6rem
	}
	
	.friendly-link-n101m-1 a,
	.friendly-link-n101m-1 h3.title {
		display: inline-block;
		width: 100%;
		font-size: 1.4rem;
		color: #e5e5e5;
		opacity: .6;
		text-decoration: none;
		line-height: 24px;
		margin-bottom: 8px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}
	
	.friendly-link-n101m-1 a:hover,
	.friendly-link-n101m-1 h3.title:hover {
		opacity: 1
	}
	
	.friendly-link-n101m-1 .cus {
		position: relative;
		margin-bottom: 15px
	}
	
	.friendly-link-n101m-1 .cus .imco {
		color: #e5e5e5;
		font-size: 26px;
		position: absolute;
		left: 2px
	}
	
	.friendly-link-n101m-1 .cus .info {
		padding-left: 48px
	}
	
	.friendly-link-n101m-1 .cus .info a {
		margin-bottom: 0
	}
	
	.friendly-link-n101m-1 .sns a {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 24px;
		text-align: center;
		border-radius: 40px;
		background: #fff;
		margin: 0 16px 16px 0;
		opacity: 1
	}
	
	.friendly-link-n101m-1 .sns a .f-skype {
		color: #00aff0
	}
	
	.friendly-link-n101m-1 .sns a .f-twitter {
		color: #02b0e8
	}
	
	.friendly-link-n101m-1 .sns a .f-google-plus {
		color: #cc3b1e
	}
	
	.friendly-link-n101m-1 .sns a .f-linkedin {
		color: #006a9a
	}
	
	.friendly-link-n101m-1 .sns a .f-facebook {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-instagram {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-youtube {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-comment {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-pinterest {
		color: #e10600
	}
	
	.friendly-link-n101m-1 .sns a .f-tiktok {
		color: #740dbc
	}
	
	.friendly-link-n101m-1 .snsinfo a {
		color: #806d59;
		background-color: #343434;
		background: #fff;
		display: inline-block;
		width: 32px;
		height: 32px;
		line-height: 32px;
		border-radius: 50%;
		margin: 0 8px;
		text-decoration: none
	}
	
	.friendly-link-n101m-1 .snsinfo a:hover {
		color: #b3aca2;
		background: #e5e5e5
	}
	
	.friendly-link-n101m-1 .snsinfo a i {
		font-size: 1.8rem;
		display: block
	}
	
	@media(max-width:1200px) {
		.friendly-link-n101m-1 .blk {
			padding: 32px 16px
		}
	}
	
	@media(max-width:768px) {
		.friendly-link-n101m-1 {
			padding: 20px 20px 55px 20px;
			margin-bottom: -50px
		}
	
		.friendly-link-n101m-1 .container {
			padding-left: 0;
			padding-right: 0;
			margin: 0;
			width: 100%
		}
	
		.friendly-link-n101m-1 .container .sns a {
			margin: 0 8px 8px 0
		}
	
		.friendly-link-n101m-1 .container .blk:last-child {
			display: block;
			padding: 0
		}
	}
	
	@media(min-width:768px) {
	
		.friendly-link-n101m-1 .blk:nth-child(1),
		.friendly-link-n101m-1 .blk:nth-child(2),
		.friendly-link-n101m-1 .blk:nth-child(3),
		.friendly-link-n101m-1 .blk:last-child {
			display: block
		}
	}
	
	.copyright-n101m-1 {
		text-align: center;
		font-size: 1.6rem;
		height: 50px;
		line-height: 50px;
		color: #fff;
		opacity: .8
	}
	
	@media(max-width:768px) {
		.copyright-n101m-1 {
			height: 42px;
			line-height: 42px
		}
	}
	
	.contact-box-n101m-1 {
		position: fixed;
		bottom: 38%;
		right: 0;
		z-index: 1041
	}
	
	.contact-box-n101m-1 ul {
		list-style: none;
		padding: 0
	}
	
	.contact-box-n101m-1 a {
		text-decoration: none;
		cursor: pointer
	}
	
	.contact-box-n101m-1 .item {
		position: relative
	}
	
	.contact-box-n101m-1 .item.hide {
		display: none
	}
	
	.contact-box-n101m-1 .item .qrcode {
		padding: 15px;
		max-width: 150px;
		max-height: 150px;
		background: #fff
	}
	
	.contact-box-n101m-1 .item i {
		display: block;
		color: #fff;
		background: #0181cb;
		padding: 9px 13px;
		font-size: 24px;
		width: 50px;
		height: 50px
	}
	
	.contact-box-n101m-1 .item i:hover {
		background: #59493a
	}
	
	.contact-box-n101m-1 .item .tools {
		display: none;
		min-width: 80px;
		min-height: 40px;
		position: absolute;
		top: 4px;
		right: 100%;
		padding-right: 8px
	}
	
	.contact-box-n101m-1 .item .tools:before,
	.contact-box-n101m-1 .item .tools:after {
		content: '';
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid
	}
	
	.contact-box-n101m-1 .item .tools:before {
		z-index: 2;
		right: -5px;
		top: 14px;
		border-width: 7px;
		border-color: transparent transparent transparent #fff
	}
	
	.contact-box-n101m-1 .item .tools:after {
		z-index: 1;
		right: -8px;
		top: 13px;
		border-width: 8px;
		border-color: transparent transparent transparent #e5e5e5
	}
	
	.contact-box-n101m-1 .item .tools .imco:before {
		margin-right: 6px
	}
	
	.contact-box-n101m-1 .item .tools:hover:before {
		border-color: transparent transparent transparent #d9d5cc
	}
	
	.contact-box-n101m-1 .item .tools a {
		display: block;
		padding: 10px 16px;
		color: #505050;
		background: #fff;
		border: 1px solid #e5e5e5;
		font-size: 1.6rem;
		line-height: 20px;
		white-space: nowrap;
		cursor: pointer
	}
	
	.contact-box-n101m-1 .item .tools a:nth-child(n+2) {
		border-top: 0
	}
	
	.contact-box-n101m-1 .item .tools a:hover {
		color: #806d59;
		background: #d9d5cc
	}
	
	.contact-box-n101m-1 .item:hover .tools {
		display: block
	}
	
	.contact-box-n101m-1 .modal {
		padding-right: 0 !important
	}
	
	.contact-box-n101m-1 .pnl {
		height: 100%;
		color: #fff;
		position: relative
	}
	
	.contact-box-n101m-1 .pnl .close {
		position: absolute;
		width: 32px;
		height: 32px;
		line-height: 29px;
		font-size: 26px;
		background: transparent;
		right: 5px;
		top: 5px;
		text-align: center;
		border: 0;
		color: #e5e5e5
	}
	
	.contact-box-n101m-1 .pnl .close:hover {
		color: #0181cb
	}
	
	.contact-box-n101m-1 .pnl .search-box {
		position: absolute;
		top: 35%;
		width: 100%
	}
	
	.contact-box-n101m-1 .pnl .search-box .input-text {
		outline: 0;
		height: 40px;
		width: 80%;
		margin: 0 0 0 5%;
		background: #fff;
		color: #505050;
		border: 0;
		float: left;
		padding-left: 1rem;
		font-size: 1.6rem
	}
	
	.contact-box-n101m-1 .pnl .search-box .search-btn {
		position: absolute;
		left: 85%;
		width: 50px;
		height: 40px;
		border: 0;
		background: #0181cb;
		cursor: pointer;
		color: #fff;
		font-size: 20px
	}
	
	.contact-box-n101m-1 .mid-pnl {
		width: 100%;
		background: rgba(0, 0, 0, 0.8)
	}
	
	.contact-box-n101m-1 .home,
	.contact-box-n101m-1 .b2t {
		display: none
	}
	
	.contact-box-n101m-1-blk {
		display: none
	}
	
	@media(max-width:768px) {
		.contact-box-n101m-1 {
			left: 0;
			bottom: 0;
			width: 100%;
			height: 50px
		}
	
		.contact-box-n101m-1 ul {
			display: flex;
			justify-content: space-around;
			background: #fff
		}
	
		.contact-box-n101m-1 .item {
			float: left
		}
	
		.contact-box-n101m-1 .item .tools {
			top: auto;
			bottom: 100%;
			right: 50%;
			transform: translateX(50%);
			padding-right: 0;
			padding-bottom: 8px
		}
	
		.contact-box-n101m-1 .item .tools:before {
			top: auto;
			bottom: -5px;
			right: 50%;
			transform: translateX(50%) translateY(0);
			border-color: #fff transparent transparent transparent
		}
	
		.contact-box-n101m-1 .item .tools:after {
			top: auto;
			right: 50%;
			bottom: -8px;
			transform: translateX(50%) translateY(0);
			border-color: #e5e5e5 transparent transparent transparent
		}
	
		.contact-box-n101m-1 .item .tools:hover:before {
			border-color: #d9d5cc transparent transparent transparent
		}
	
		.contact-box-n101m-1 .item i {
			color: #0181cb;
			background: #fff
		}
	
		.contact-box-n101m-1 .home {
			display: block
		}
	
		.contact-box-n101m-1 .b2t {
			display: none !important
		}
	
		.contact-box-n101m-1-blk {
			height: 50px;
			display: block
		}
	}
	
	.back-top-n8m-2 {
		position: fixed;
		padding: 8px 10px 12px 10px;
		text-align: center;
		border-radius: 8px;
		border: 2px solid #bfbbb4;
		color: #cbcbcb;
		background-color: #e6e2d8;
		opacity: .7;
		right: 16px;
		bottom: 15%;
		display: none
	}
	
	.back-top-n8m-2:hover {
		opacity: 1;
		background-color: #ccc8c0;
		cursor: pointer
	}
	
	.back-top-n8m-2 i {
		color: #806d59;
		width: 28px;
		height: 28px;
		display: inline-block;
		font-size: 24px
	}
	
	.headline-n118m-5 {
		background: #0181cb;
		padding: 10px 15px
	}
	
	.headline-n118m-5 i {
		width: 10px;
		height: 25px;
		display: inline-block;
		background: #fff;
		float: left;
		margin-right: 20px;
		transform: skewX(150deg)
	}
	
	.headline-n118m-5 h2 {
		padding: 6px 10px;
		margin: 0;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 700;
		text-transform: capitalize
	}
	
	@media(max-width:768px) {
		.headline-n118m-5 {
			padding: 5px 15px
		}
	
		.headline-n118m-5 h2 {
			padding: 6px 8px
		}
	}
	
	.product-category-n113m-1 {
		width: 100%;
		border: 1px solid #f2f2f2;
		border-top: 0;
		padding: 10px 20px 25px 20px;
		margin-bottom: 30px;
		background: #fff;
		font-size: 1.6rem
	}
	
	.product-category-n113m-1 ul {
		overflow: hidden;
		list-style: none;
		padding: 0
	}
	
	.product-category-n113m-1 .lv1 {
		border-bottom: 1px solid #f2f2f2;
		padding: 10px 0
	}
	
	.product-category-n113m-1 .sub {
		display: none;
		padding: 10px 10px 10px 15px
	}
	
	.product-category-n113m-1 .sub a {
		padding: 6px 0 6px 10px;
		margin: 0;
		display: inline-block;
		padding-left: 15px;
		font-size: 1.6rem
	}
	
	.product-category-n113m-1 .sub a:before {
		content: '';
		width: 6px;
		height: 6px;
		position: absolute;
		left: 1px;
		top: 12px;
		display: inline-block;
		background: #505050
	}
	
	.product-category-n113m-1 a,
	.product-category-n113m-1 .expand {
		line-height: 24px;
		position: relative;
		color: #505050;
		text-decoration: none
	}
	
	.product-category-n113m-1 .expand {
		width: 20px;
		display: inline-block;
		text-align: center;
		cursor: pointer;
		float: right
	}
	
	.product-category-n113m-1 .expand:hover {
		color: #0181cb
	}
	
	.product-category-n113m-1 .open {
		transform: rotate(180deg)
	}
	
	.product-category-n113m-1 .active a,
	.product-category-n113m-1 a:hover {
		color: #735e44
	}
	
	.product-category-n113m-1 .active a:before,
	.product-category-n113m-1 a:hover:before {
		background: #0181cb
	}
	
	@media(max-width:768px) {
		.product-category-n113m-1 {
			padding: 5px 20px 15px 20px
		}
	}
	
	.product-list-n120m-2 {
		font-size: 1.6rem;
		margin-bottom: 15px
	}
	
	.product-list-n120m-2 ul {
		list-style: none;
		overflow: auto;
		padding: 0;
		margin: 0
	}
	
	.product-list-n120m-2 ul li {
		margin-bottom: 15px;
		background: #f2f2f2;
		display: flex;
		align-items: center
	}
	
	.product-list-n120m-2 .item {
		width: 100%;
		float: left
	}
	
	.product-list-n120m-2 .item .blk {
		background-color: #fff;
		margin: 15px 0;
		overflow: hidden;
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 100%
	}
	
	.product-list-n120m-2 .item .blk .square-cont {
		position: absolute;
		width: 100%;
		height: 100%
	}
	
	.product-list-n120m-2 .item .blk .cover-image {
		overflow: hidden;
		display: block
	}
	
	.product-list-n120m-2 .item .blk .cover-image>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.product-list-n120m-2 .item .blk .cover-image>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.product-list-n120m-2 .item .blk .cover-image>span {
		overflow: hidden
	}
	
	.product-list-n120m-2 .item .blk .cover-image img {
		-webkit-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-o-transition: ease all .4s;
		transition: ease all .4s
	}
	
	.product-list-n120m-2 .item .blk .cover-image img:hover {
		transform: scale(1.2)
	}
	
	.product-list-n120m-2 .text {
		float: left;
		padding-left: 0
	}
	
	.product-list-n120m-2 .text .th {
		margin: 0 0 10px 0
	}
	
	.product-list-n120m-2 .text .th a {
		font-size: 1.6rem;
		line-height: 1.6;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		display: -webkit-box;
		text-decoration: none;
		color: #343434
	}
	
	.product-list-n120m-2 .text .th a:hover {
		color: #0181cb
	}
	
	.product-list-n120m-2 .text .link {
		background: #b3aca2;
		font-size: 1.6rem;
		border-radius: 10px;
		padding: 10px;
		color: #fff;
		max-width: 100px;
		text-align: center;
		margin-top: 10px
	}
	
	.product-list-n120m-2 .text .link:hover {
		background: #59493a
	}
	
	@media(min-width:768px) {
		.product-list-n120m-2 .item {
			width: 40%
		}
	
		.product-list-n120m-2 .text {
			width: 60%;
			padding-left: 25px
		}
	}
	
	.contact-info-n114m-1 {
		border: 1px solid #f2f2f2;
		margin-bottom: 30px;
		font-size: 1.4rem
	}
	
	.contact-info-n114m-1 .pb {
		color: #fff;
		overflow: hidden;
		font-size: 1.6rem;
		display: flex;
		flex-direction: column
	}
	
	.contact-info-n114m-1 .box {
		text-align: center;
		padding: 10px 20px 0 20px;
		display: flex;
		align-items: center
	}
	
	.contact-info-n114m-1 .box .multi a {
		margin: 2px 0
	}
	
	.contact-info-n114m-1 .imco {
		font-size: 3.2rem;
		line-height: 1;
		margin-right: 15px;
		color: #0181cb
	}
	
	.contact-info-n114m-1 .box-right {
		text-align: left
	}
	
	.contact-info-n114m-1 .box-right p {
		color: #0181cb;
		font-size: 1.6rem;
		margin: 8px 0;
		line-height: 1.576;
		text-transform: uppercase
	}
	
	.contact-info-n114m-1 .box-right a {
		color: #888;
		text-decoration: none;
		display: block;
		overflow: hidden;
		word-break: break-word;
		font-size: 1.6rem;
		line-height: 2.5rem
	}
	
	.contact-info-n114m-1 .box-right a:hover {
		color: #e5e5e5
	}
	
	.navigation-n121m-4 {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		z-index: 1041;
		width: 100%;
		background: linear-gradient(90deg, #595959, #2d2b27);
		font-size: 1.4rem;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		position: sticky;
		top: 0;
		left: 0
	}
	
	.navigation-n121m-4 ul {
		overflow: auto;
		list-style: none;
		margin: 0;
		padding: 0
	}
	
	.navigation-n121m-4 a {
		color: #fff;
		text-decoration: none;
		cursor: pointer
	}
	
	.navigation-n121m-4 a:hover {
		color: #0181cb
	}
	
	.navigation-n121m-4 .header {
		width: 95%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		position: relative
	}
	
	.navigation-n121m-4 .logo-link {
		width: 15%;
		height: 90px;
		vertical-align: middle;
		display: inline-block;
		transition: all .3s
	}
	
	.navigation-n121m-4 .logo-link>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.navigation-n121m-4 .logo-link>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.navigation-n121m-4 .logo-link>span img {
		right: initial
	}
	
	.navigation-n121m-4 .navbar-ul {
		height: auto;
		display: table;
		margin: 0 auto
	}
	
	.navigation-n121m-4 .navbar-ul:before {
		display: none
	}
	
	.navigation-n121m-4 .navbar-ul>li {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		position: relative;
		float: left;
		margin: 0 5px;
		cursor: pointer;
		font-size: 1.6rem;
		text-transform: uppercase;
		perspective: 500px
	}
	
	.navigation-n121m-4 .navbar-ul>li>a {
		display: block;
		padding: 33px 5px
	}
	
	.navigation-n121m-4 .navbar-ul .f-down {
		padding: 0 3px;
		display: inline-block;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}
	
	.navigation-n121m-4 .lv-2 {
		position: absolute;
		z-index: 1001;
		overflow: inherit;
		padding-top: 33px;
		top: 58px;
		left: 0;
		width: max-content;
		border-top: 2px solid #0181cb
	}
	
	.navigation-n121m-4 .lv-2>li {
		position: relative;
		display: block;
		font-size: 1.6rem;
		line-height: 40px;
		height: 40px
	}
	
	.navigation-n121m-4 .lv-2>li a {
		padding: 0 20px
	}
	
	.navigation-n121m-4 .lv-3 {
		left: 100%;
		width: max-content;
		top: 0;
		overflow: inherit
	}
	
	.navigation-n121m-4 .lv-3 li a {
		padding: 0 20px;
		display: block;
		color: #fff
	}
	
	.navigation-n121m-4 .lv-3 li a:hover {
		color: #735e44
	}
	
	.navigation-n121m-4 .subnavs {
		display: none;
		position: absolute
	}
	
	.navigation-n121m-4 .subnavs li {
		z-index: 1002;
		background: linear-gradient(90deg, #595959, #2d2b27);
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}
	
	.navigation-n121m-4 .subnavs li a {
		position: relative;
		opacity: .9;
		text-transform: initial;
		display: block
	}
	
	.navigation-n121m-4.n-pin {
		background: rgba(0, 0, 0, 0.7)
	}
	
	.navigation-n121m-4.n-pin .logo-link {
		width: 13%
	}
	
	.navigation-n121m-4.n-pin .subnavs li {
		background: rgba(0, 0, 0, 0.7)
	}
	
	.navigation-n121m-4 .modal {
		padding-right: 0 !important
	}
	
	.navigation-n121m-4 .pnl {
		height: 100%;
		color: #fff;
		position: relative;
		width: 100%;
		background: rgba(0, 0, 0, 0.7)
	}
	
	.navigation-n121m-4 .pnl .close {
		position: absolute;
		width: 32px;
		height: 32px;
		line-height: 29px;
		font-size: 2.6rem;
		background: transparent;
		right: 5px;
		top: 5px;
		text-align: center;
		border: 0;
		color: #e5e5e5
	}
	
	.navigation-n121m-4 .pnl .close:hover {
		color: #fff
	}
	
	.navigation-n121m-4 .pnl .search-box {
		position: absolute;
		top: 35%;
		width: 100%
	}
	
	.navigation-n121m-4 .pnl .search-box .input-text {
		outline: 0;
		height: 50px;
		width: 60%;
		margin: 0 0 0 20%;
		background: rgba(0, 0, 0, 0.5);
		border: 0;
		float: left;
		padding-left: 1rem;
		font-size: 1.8rem
	}
	
	.navigation-n121m-4 .pnl .search-box .search-btn {
		position: absolute;
		left: 80%;
		width: 50px;
		height: 50px;
		border: 0;
		background: #735e44;
		cursor: pointer;
		color: #fff;
		font-size: 2.6rem
	}
	
	@media(max-width:1200px) {
		.navigation-n121m-4_blk {
			width: 100%;
			height: 60px
		}
	
		.navigation-n121m-4 .header {
			width: 100%;
			display: block
		}
	
		.navigation-n121m-4 .logo-link {
			height: 60px;
			min-width: 150px;
			padding: 8px 16px
		}
	
		.navigation-n121m-4 .bar-icon-btn {
			position: relative;
			float: right;
			padding: 6px 8px 2px 8px;
			margin: 14px 10px 0 10px;
			cursor: pointer
		}
	
		.navigation-n121m-4 .bar-icon-btn>span {
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
			background-color: #0181cb;
			border-radius: 10px;
			height: 2px;
			width: 24px;
			margin-bottom: 7px;
			display: block
		}
	
		.navigation-n121m-4 .collapse {
			background: rgba(0, 0, 0, 0.5);
			position: fixed;
			top: 60px;
			bottom: 0;
			right: 0;
			left: 0;
			height: auto !important;
			overflow: auto;
			z-index: 20
		}
	
		.navigation-n121m-4 .out-search {
			display: none
		}
	
		.navigation-n121m-4 .language e {
			display: none
		}
	
		.navigation-n121m-4 .language .list {
			padding: 0 15px
		}
	
		.navigation-n121m-4 .language .list li {
			float: left;
			width: 33.33%
		}
	
		.navigation-n121m-4 .language .list li a {
			display: block;
			line-height: 40px;
			margin-right: 10px
		}
	
		.navigation-n121m-4 .language .list li i {
			margin-top: 10px
		}
	
		.navigation-n121m-4 .language .list li p {
			float: left;
			margin: 0 2px
		}
	
		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(1) {
			transform: translateY(9px) rotate(45deg)
		}
	
		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(2) {
			opacity: 0
		}
	
		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(3) {
			transform: translateY(-9px) rotate(-45deg)
		}
	
		.navigation-n121m-4 .dmenu .collapse {
			display: block
		}
	
		.navigation-n121m-4 .navbar-ul {
			position: relative;
			min-height: 400px;
			width: 100%
		}
	
		.navigation-n121m-4 .navbar-ul>li {
			height: auto;
			display: inline-block;
			width: 100%;
			text-align: left;
			margin: 0
		}
	
		.navigation-n121m-4 .navbar-ul>li a {
			line-height: 25px;
			padding: 10px 15px
		}
	
		.navigation-n121m-4 .navbar-ul .lv-2 {
			position: initial;
			width: 100%;
			padding-top: 0;
			margin-top: 0;
			transform: translateX(0)
		}
	
		.navigation-n121m-4 .navbar-ul .lv-2>li {
			height: auto
		}
	
		.navigation-n121m-4 .navbar-ul .lv-3 {
			max-width: initial;
			position: initial
		}
	
		.navigation-n121m-4 .navbar-ul .lv-3 li {
			text-indent: 1em
		}
	
		.navigation-n121m-4 .navbar-ul .lv-2 li a,
		.navigation-n121m-4 .navbar-ul .lv-3 li a {
			padding: 7px 15px;
			font-size: 1.4rem
		}
	
		.navigation-n121m-4 .navbar-ul .f-down {
			position: absolute;
			right: 16px
		}
	
		.navigation-n121m-4 .navbar-ul .opened>.subnavs {
			display: block;
			width: 100%
		}
	
		.navigation-n121m-4 .navbar-ul .opened>a .f-down {
			transform: rotate(180deg)
		}
	}
	
	@media(min-width:1200px) {
		.navigation-n121m-4 .collapse {
			width: 75%;
			padding: 0 10px;
			display: block
		}
	
		.navigation-n121m-4 .bar-icon-btn {
			display: none
		}
	
		.navigation-n121m-4 .out-search {
			position: absolute;
			right: 25px;
			top: 36px;
			font-size: 2rem;
			line-height: 18px;
			cursor: pointer;
			color: #fff
		}
	
		.navigation-n121m-4 .language {
			position: absolute;
			right: 60px;
			top: 33px;
			color: #fff;
			cursor: pointer;
			margin-right: 10px;
			height: 56px;
			font-size: 1.6rem
		}
	
		.navigation-n121m-4 .language e {
			line-height: 1.7;
			color: #fff
		}
	
		.navigation-n121m-4 .language e .iconflag {
			margin: 4px 8px 0 0
		}
	
		.navigation-n121m-4 .language .list {
			max-height: 400px;
			overflow: auto;
			position: absolute;
			z-index: 20;
			top: 56px;
			right: 0;
			list-style-type: none;
			height: auto;
			background-color: rgba(0, 0, 0, 0.5);
			opacity: 0;
			display: none;
			width: 20rem;
			flex-direction: row;
			flex-wrap: wrap;
			scrollbar-width: thin;
			scrollbar-color: #5e5d62 #313131
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar {
			width: 6px;
			height: 8px
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar-track {
			background-color: #313131;
			border-radius: 10px
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar-button {
			height: 0
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar-thumb {
			background-color: #5e5d62;
			border-radius: 10px
		}
	
		.navigation-n121m-4 .language .list li {
			width: 50%;
			padding: 10px 4px 5px 13px;
			overflow: hidden;
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s
		}
	
		.navigation-n121m-4 .language .list li:last-child {
			border-bottom: 0
		}
	
		.navigation-n121m-4 .language .list li a {
			display: inline-block;
			position: relative;
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s
		}
	
		.navigation-n121m-4 .language .list li p {
			display: inline-block;
			text-align: left;
			width: 100%;
			padding: 0 2px 0 32px;
			margin: 0;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			font-size: 1.4rem
		}
	
		.navigation-n121m-4 .language .list li i {
			position: absolute;
			left: 0;
			top: 2px
		}
	
		.navigation-n121m-4 .language .list li:hover {
			background-color: #735e44
		}
	
		.navigation-n121m-4 .language .list li:hover a {
			color: #fff
		}
	
		.navigation-n121m-4 .language:focus,
		.navigation-n121m-4 .language:hover {
			color: #735e44
		}
	
		.navigation-n121m-4 .language:focus .list,
		.navigation-n121m-4 .language:hover .list {
			opacity: 1;
			display: flex
		}
	
		.navigation-n121m-4 li.active>a {
			color: #735e44
		}
	
		.navigation-n121m-4 li>.subnavs {
			transition: all .3s ease-in-out;
			transform: scale(0.8) rotateY(30deg);
			transform-origin: center 0;
			opacity: 0;
			display: block;
			visibility: hidden
		}
	
		.navigation-n121m-4 li:hover>.subnavs {
			transform: none;
			opacity: 1;
			visibility: visible
		}
	
		.navigation-n121m-4 .subnavs {
			border-top: 0
		}
	
		.navigation-n121m-4 .subnavs .f-down {
			position: absolute;
			right: 4px;
			transform: rotate(270deg)
		}
	}
	
	@media(max-width:1440px) {
		.navigation-n121m-4 .navbar-ul>li {
			font-size: 1.4rem
		}
	}
	
	.breadcrumb-n116m-1 {
		width: 100%;
		position: relative;
		background: #f2f2f2;
		overflow: hidden;
		margin-bottom: 40px
	}
	
	.breadcrumb-n116m-1 .bg {
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 15%
	}
	
	.breadcrumb-n116m-1 .bg .square-cont {
		position: absolute;
		width: 100%;
		height: 100%
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span {
		overflow: hidden
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span>img {
		max-height: initial;
		width: 100%
	}
	
	.breadcrumb-n116m-1 .bg .square-cont .mask {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 2
	}
	
	.breadcrumb-n116m-1 ul,
	.breadcrumb-n116m-1 li {
		overflow: auto;
		list-style: none;
		padding: 0;
		margin: 0
	}
	
	.breadcrumb-n116m-1 li {
		display: inline-block;
		vertical-align: middle;
		font-size: 1.6rem;
		line-height: 40px;
		margin-right: 5px;
		color: #999
	}
	
	.breadcrumb-n116m-1 li a {
		-webkit-transition: color .5s;
		-moz-transition: color .5s;
		-o-transition: color .5s;
		transition: color .5s;
		text-decoration: none;
		color: #505050
	}
	
	.breadcrumb-n116m-1 li a:hover {
		color: #0181cb
	}
	
	.breadcrumb-n116m-1 li .f-home {
		color: #0181cb
	}
	
	.breadcrumb-n116m-1 li:nth-last-child(2) a {
		color: #0181cb
	}
	
	@media(max-width:768px) {
		.breadcrumb-n116m-1 {
			margin-bottom: 40px
		}
	
		.breadcrumb-n116m-1 li {
			font-size: 1.4rem;
			line-height: 30px
		}
	}
	
	.news-list-n101m-1 {
		margin-bottom: 30px
	}
	
	.news-list-n101m-1 ul {
		list-style: none;
		overflow: auto;
		padding: 0;
		margin: 0
	}
	
	.news-list-n101m-1 ul li {
		margin-bottom: 0;
		padding: 15px 0
	}
	
	.news-list-n101m-1 ul li:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		opacity: 0;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
		background: #eee
	}
	
	.news-list-n101m-1 ul li:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 1px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		background: #eee
	}
	
	.news-list-n101m-1 .item {
		width: 100%;
		float: left
	}
	
	.news-list-n101m-1 .item .blk {
		background-color: #fff;
		margin: 0;
		overflow: hidden;
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 66.6%
	}
	
	.news-list-n101m-1 .item .blk .square-cont {
		position: absolute;
		width: 100%;
		height: 100%
	}
	
	.news-list-n101m-1 .item .blk .cover-image {
		overflow: hidden;
		display: block;
		padding: 0
	}
	
	.news-list-n101m-1 .item .blk .cover-image>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.news-list-n101m-1 .item .blk .cover-image>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.news-list-n101m-1 .item .blk .cover-image>span {
		overflow: hidden;
		height: 0;
		padding-bottom: 75%
	}
	
	.news-list-n101m-1 .item .blk .cover-image img {
		-webkit-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-o-transition: ease all .4s;
		transition: ease all .4s;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center
	}
	
	.news-list-n101m-1 .item .blk .cover-image img:hover {
		transform: scale(1.2)
	}
	
	.news-list-n101m-1 .text {
		float: left;
		padding: 15px 0 0 0;
		position: relative
	}
	
	.news-list-n101m-1 .text .time {
		color: #6c6c6c;
		font-size: 1.6rem;
		float: left;
		line-height: 32px
	}
	
	.news-list-n101m-1 .text .time i {
		color: #0181cb;
		font-weight: bold;
		margin-right: 5px
	}
	
	.news-list-n101m-1 .text .th {
		margin: 0 0 10px 0
	}
	
	.news-list-n101m-1 .text .th a {
		font-size: 1.6rem;
		line-height: 1.6;
		font-weight: normal;
		text-decoration: none;
		color: #505050;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}
	
	.news-list-n101m-1 .text .th a:hover {
		color: #0181cb
	}
	
	.news-list-n101m-1 .text .desc {
		display: none
	}
	
	.news-list-n101m-1 .text .more {
		display: inline-block;
		line-height: 32px;
		font-size: 1.6rem;
		text-transform: uppercase;
		padding: 0 20px;
		color: #fff;
		background: #0181cb;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		text-decoration: none;
		float: right
	}
	
	.news-list-n101m-1 .text .more:hover {
		background: #735e44
	}
	
	@media(min-width:768px) {
		.news-list-n101m-1 ul li {
			padding: 0;
			margin-bottom: 30px;
			padding: 15px
		}
	
		.news-list-n101m-1 ul li:hover:before {
			opacity: .2
		}
	
		.news-list-n101m-1 ul li:hover:after {
			background: #0181cb
		}
	
		.news-list-n101m-1 .item {
			width: 20%
		}
	
		.news-list-n101m-1 .text {
			width: 80%;
			min-height: 150px;
			padding: 0 24px
		}
	
		.news-list-n101m-1 .text .time {
			font-size: 1.8rem
		}
	
		.news-list-n101m-1 .text .th {
			margin: 10px 0
		}
	
		.news-list-n101m-1 .text .th a {
			font-size: 1.8rem;
			font-weight: bold
		}
	
		.news-list-n101m-1 .text .desc {
			font-size: 1.6rem;
			color: #6c6c6c;
			margin-bottom: 10px;
			display: block;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
			overflow: hidden;
			display: -webkit-box
		}
	}
	
	.pagination-n101m-1 {
		font-size: 1.6rem;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
		margin-top: 25px
	}
	
	.pagination-n101m-1 ul {
		display: inline-block;
		padding-left: 0
	}
	
	.pagination-n101m-1 ul li {
		display: inline-block;
		vertical-align: top;
		font-size: 1.4rem;
		text-align: center;
		padding: 0 6px;
		line-height: 38px;
		height: 40px;
		min-width: 40px;
		border: 1px solid #bfbbb4;
		margin: 0 5px 5px 5px;
		color: #505050;
		background-color: #fff;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}
	
	.pagination-n101m-1 ul li:hover {
		background-color: #0181cb;
		color: #fff
	}
	
	.pagination-n101m-1 ul li a {
		color: inherit;
		text-decoration: none;
		width: 100%;
		height: 100%;
		display: inline-block
	}
	
	.pagination-n101m-1 ul .active {
		border-color: #0181cb;
		background: #0181cb;
		color: #fff !important
	}
	
	.pagination-n101m-1 ul .pageinfo {
		border: 0;
		background: transparent;
		color: #505050 !important
	}
	
	.message-n101m-1 {
		margin: 0 0 60px 0;
		padding: 32px 17px;
		position: relative;
		overflow: auto;
		background: #f2f2f2
	}
	
	.message-n101m-1 .mtitle {
		padding: 6px 12px;
		margin: 0 15px 24px 15px;
		border-left: 4px solid #0181cb;
		color: #0181cb;
		border-color: #0181cb;
		font-size: 1.6rem;
		font-weight: 700
	}
	
	.message-n101m-1 .mdesc {
		color: #0181cb
	}
	
	.message-n101m-1 .line {
		margin-bottom: 30px;
		position: relative
	}
	
	.message-n101m-1 .line label {
		font-size: 1.6rem;
		font-weight: normal
	}
	
	.message-n101m-1 .line label i {
		margin-right: 6px;
		color: red;
		font-size: 15px
	}
	
	.message-n101m-1 .line input,
	.message-n101m-1 .line textarea {
		font-size: 1.6rem;
		-webkit-appearance: none;
		outline: 0;
		border: 1px solid #cbcbcb;
		border-radius: 2px
	}
	
	.message-n101m-1 .line input:focus,
	.message-n101m-1 .line textarea:focus,
	.message-n101m-1 .line input:hover,
	.message-n101m-1 .line textarea:hover {
		outline: 0;
		-webkit-appearance: none;
		border: 1px solid #b3aca2
	}
	
	.message-n101m-1 .line textarea {
		line-height: 26px;
		resize: none
	}
	
	.message-n101m-1 .line input {
		line-height: 40px;
		height: 40px;
		padding: 0 12px
	}
	
	.message-n101m-1 .field-validation-error {
		color: red;
		padding: 0 12px;
		margin-top: 2px;
		display: inline-block;
		font-size: 1.4rem;
		position: absolute;
		left: 0
	}
	
	.message-n101m-1 .subbtn {
		float: left;
		padding: 0 16px
	}
	
	.message-n101m-1 .subbtn button {
		transition: background-color .3s ease 0s;
		outline: 0;
		cursor: pointer;
		appearance: none;
		user-select: none;
		text-align: center;
		word-spacing: normal;
		height: 40px;
		line-height: 38px;
		padding: 0 24px;
		font-size: 16px;
		border: 0;
		color: #fff;
		background: #0181cb
	}
	
	.message-n101m-1 .subbtn button:hover {
		background: #59493a
	}
	
	.message-n101m-1 .privacy {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		margin-left: 8px;
		font-weight: normal
	}
	
	.message-n101m-1 .privacy input[type="checkbox"] {
		display: block;
		position: relative;
		vertical-align: middle;
		margin-right: 24px;
		height: 1px;
		opacity: 0;
		margin: 0;
		cursor: pointer
	}
	
	.message-n101m-1 .privacy input[type="checkbox"]:checked+span:before {
		border-color: #0181cb;
		background-color: #0181cb
	}
	
	.message-n101m-1 .privacy input[type="checkbox"]:checked+span:after {
		border-color: #fff
	}
	
	.message-n101m-1 .privacy .nschb {
		display: block;
		position: relative;
		font-size: 14px;
		padding-left: 24px;
		line-height: 40px;
		cursor: pointer;
		color: #333
	}
	
	.message-n101m-1 .privacy .nschb:before,
	.message-n101m-1 .privacy .nschb:after {
		display: block;
		position: absolute;
		content: '';
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}
	
	.message-n101m-1 .privacy .nschb:before {
		top: 50%;
		left: 0;
		width: 18px;
		height: 18px;
		background-color: #fff;
		border: 1px solid #d8d8d8;
		margin-top: -9px
	}
	
	.message-n101m-1 .privacy .nschb:after {
		width: 9px;
		height: 6px;
		border-width: 0 0 2px 2px;
		border-color: transparent;
		border-style: solid;
		top: 50%;
		left: 4px;
		margin-top: -5px;
		transform: rotate(-45deg)
	}
	
	.message-n101m-1 .privacy a {
		color: #505050;
		text-decoration: none;
		font-size: 1.6rem
	}
	
	@media(max-width:768px) {
		.message-n101m-1 {
			padding: 16px 1px
		}
	
		.message-n101m-1 .line input {
			line-height: 32px;
			height: 32px
		}
	
		.message-n101m-1 .mtitle {
			margin-bottom: 12px
		}
	}
	
	.friendly-link-n101m-1 {
		position: relative;
		padding: 32px 0 0 0
	}
	
	.friendly-link-n101m-1 .blk {
		display: none;
		float: left;
		padding: 10px
	}
	
	.friendly-link-n101m-1 .title {
		text-transform: uppercase;
		font-size: 1.6rem
	}
	
	.friendly-link-n101m-1 a,
	.friendly-link-n101m-1 h3.title {
		display: inline-block;
		width: 100%;
		font-size: 1.4rem;
		color: #e5e5e5;
		opacity: .6;
		text-decoration: none;
		line-height: 24px;
		margin-bottom: 8px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}
	
	.friendly-link-n101m-1 a:hover,
	.friendly-link-n101m-1 h3.title:hover {
		opacity: 1
	}
	
	.friendly-link-n101m-1 .cus {
		position: relative;
		margin-bottom: 15px
	}
	
	.friendly-link-n101m-1 .cus .imco {
		color: #e5e5e5;
		font-size: 26px;
		position: absolute;
		left: 2px
	}
	
	.friendly-link-n101m-1 .cus .info {
		padding-left: 48px
	}
	
	.friendly-link-n101m-1 .cus .info a {
		margin-bottom: 0
	}
	
	.friendly-link-n101m-1 .sns a {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 24px;
		text-align: center;
		border-radius: 40px;
		background: #fff;
		margin: 0 16px 16px 0;
		opacity: 1
	}
	
	.friendly-link-n101m-1 .sns a .f-skype {
		color: #00aff0
	}
	
	.friendly-link-n101m-1 .sns a .f-twitter {
		color: #02b0e8
	}
	
	.friendly-link-n101m-1 .sns a .f-google-plus {
		color: #cc3b1e
	}
	
	.friendly-link-n101m-1 .sns a .f-linkedin {
		color: #006a9a
	}
	
	.friendly-link-n101m-1 .sns a .f-facebook {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-instagram {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-youtube {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-comment {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-pinterest {
		color: #e10600
	}
	
	.friendly-link-n101m-1 .sns a .f-tiktok {
		color: #740dbc
	}
	
	.friendly-link-n101m-1 .snsinfo a {
		color: #806d59;
		background-color: #343434;
		background: #fff;
		display: inline-block;
		width: 32px;
		height: 32px;
		line-height: 32px;
		border-radius: 50%;
		margin: 0 8px;
		text-decoration: none
	}
	
	.friendly-link-n101m-1 .snsinfo a:hover {
		color: #b3aca2;
		background: #e5e5e5
	}
	
	.friendly-link-n101m-1 .snsinfo a i {
		font-size: 1.8rem;
		display: block
	}
	
	@media(max-width:1200px) {
		.friendly-link-n101m-1 .blk {
			padding: 32px 16px
		}
	}
	
	@media(max-width:768px) {
		.friendly-link-n101m-1 {
			padding: 20px 20px 55px 20px;
			margin-bottom: -50px
		}
	
		.friendly-link-n101m-1 .container {
			padding-left: 0;
			padding-right: 0;
			margin: 0;
			width: 100%
		}
	
		.friendly-link-n101m-1 .container .sns a {
			margin: 0 8px 8px 0
		}
	
		.friendly-link-n101m-1 .container .blk:last-child {
			display: block;
			padding: 0
		}
	}
	
	@media(min-width:768px) {
	
		.friendly-link-n101m-1 .blk:nth-child(1),
		.friendly-link-n101m-1 .blk:nth-child(2),
		.friendly-link-n101m-1 .blk:nth-child(3),
		.friendly-link-n101m-1 .blk:last-child {
			display: block
		}
	}
	
	.copyright-n101m-1 {
		text-align: center;
		font-size: 1.6rem;
		height: 50px;
		line-height: 50px;
		color: #fff;
		opacity: .8
	}
	
	@media(max-width:768px) {
		.copyright-n101m-1 {
			height: 42px;
			line-height: 42px
		}
	}
	
	.contact-box-n101m-1 {
		position: fixed;
		bottom: 38%;
		right: 0;
		z-index: 1041
	}
	
	.contact-box-n101m-1 ul {
		list-style: none;
		padding: 0
	}
	
	.contact-box-n101m-1 a {
		text-decoration: none;
		cursor: pointer
	}
	
	.contact-box-n101m-1 .item {
		position: relative
	}
	
	.contact-box-n101m-1 .item.hide {
		display: none
	}
	
	.contact-box-n101m-1 .item .qrcode {
		padding: 15px;
		max-width: 150px;
		max-height: 150px;
		background: #fff
	}
	
	.contact-box-n101m-1 .item i {
		display: block;
		color: #fff;
		background: #0181cb;
		padding: 9px 13px;
		font-size: 24px;
		width: 50px;
		height: 50px
	}
	
	.contact-box-n101m-1 .item i:hover {
		background: #59493a
	}
	
	.contact-box-n101m-1 .item .tools {
		display: none;
		min-width: 80px;
		min-height: 40px;
		position: absolute;
		top: 4px;
		right: 100%;
		padding-right: 8px
	}
	
	.contact-box-n101m-1 .item .tools:before,
	.contact-box-n101m-1 .item .tools:after {
		content: '';
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid
	}
	
	.contact-box-n101m-1 .item .tools:before {
		z-index: 2;
		right: -5px;
		top: 14px;
		border-width: 7px;
		border-color: transparent transparent transparent #fff
	}
	
	.contact-box-n101m-1 .item .tools:after {
		z-index: 1;
		right: -8px;
		top: 13px;
		border-width: 8px;
		border-color: transparent transparent transparent #e5e5e5
	}
	
	.contact-box-n101m-1 .item .tools .imco:before {
		margin-right: 6px
	}
	
	.contact-box-n101m-1 .item .tools:hover:before {
		border-color: transparent transparent transparent #d9d5cc
	}
	
	.contact-box-n101m-1 .item .tools a {
		display: block;
		padding: 10px 16px;
		color: #505050;
		background: #fff;
		border: 1px solid #e5e5e5;
		font-size: 1.6rem;
		line-height: 20px;
		white-space: nowrap;
		cursor: pointer
	}
	
	.contact-box-n101m-1 .item .tools a:nth-child(n+2) {
		border-top: 0
	}
	
	.contact-box-n101m-1 .item .tools a:hover {
		color: #806d59;
		background: #d9d5cc
	}
	
	.contact-box-n101m-1 .item:hover .tools {
		display: block
	}
	
	.contact-box-n101m-1 .modal {
		padding-right: 0 !important
	}
	
	.contact-box-n101m-1 .pnl {
		height: 100%;
		color: #fff;
		position: relative
	}
	
	.contact-box-n101m-1 .pnl .close {
		position: absolute;
		width: 32px;
		height: 32px;
		line-height: 29px;
		font-size: 26px;
		background: transparent;
		right: 5px;
		top: 5px;
		text-align: center;
		border: 0;
		color: #e5e5e5
	}
	
	.contact-box-n101m-1 .pnl .close:hover {
		color: #0181cb
	}
	
	.contact-box-n101m-1 .pnl .search-box {
		position: absolute;
		top: 35%;
		width: 100%
	}
	
	.contact-box-n101m-1 .pnl .search-box .input-text {
		outline: 0;
		height: 40px;
		width: 80%;
		margin: 0 0 0 5%;
		background: #fff;
		color: #505050;
		border: 0;
		float: left;
		padding-left: 1rem;
		font-size: 1.6rem
	}
	
	.contact-box-n101m-1 .pnl .search-box .search-btn {
		position: absolute;
		left: 85%;
		width: 50px;
		height: 40px;
		border: 0;
		background: #0181cb;
		cursor: pointer;
		color: #fff;
		font-size: 20px
	}
	
	.contact-box-n101m-1 .mid-pnl {
		width: 100%;
		background: rgba(0, 0, 0, 0.8)
	}
	
	.contact-box-n101m-1 .home,
	.contact-box-n101m-1 .b2t {
		display: none
	}
	
	.contact-box-n101m-1-blk {
		display: none
	}
	
	@media(max-width:768px) {
		.contact-box-n101m-1 {
			left: 0;
			bottom: 0;
			width: 100%;
			height: 50px
		}
	
		.contact-box-n101m-1 ul {
			display: flex;
			justify-content: space-around;
			background: #fff
		}
	
		.contact-box-n101m-1 .item {
			float: left
		}
	
		.contact-box-n101m-1 .item .tools {
			top: auto;
			bottom: 100%;
			right: 50%;
			transform: translateX(50%);
			padding-right: 0;
			padding-bottom: 8px
		}
	
		.contact-box-n101m-1 .item .tools:before {
			top: auto;
			bottom: -5px;
			right: 50%;
			transform: translateX(50%) translateY(0);
			border-color: #fff transparent transparent transparent
		}
	
		.contact-box-n101m-1 .item .tools:after {
			top: auto;
			right: 50%;
			bottom: -8px;
			transform: translateX(50%) translateY(0);
			border-color: #e5e5e5 transparent transparent transparent
		}
	
		.contact-box-n101m-1 .item .tools:hover:before {
			border-color: #d9d5cc transparent transparent transparent
		}
	
		.contact-box-n101m-1 .item i {
			color: #0181cb;
			background: #fff
		}
	
		.contact-box-n101m-1 .home {
			display: block
		}
	
		.contact-box-n101m-1 .b2t {
			display: none !important
		}
	
		.contact-box-n101m-1-blk {
			height: 50px;
			display: block
		}
	}
	
	.back-top-n8m-2 {
		position: fixed;
		padding: 8px 10px 12px 10px;
		text-align: center;
		border-radius: 8px;
		border: 2px solid #bfbbb4;
		color: #cbcbcb;
		background-color: #e6e2d8;
		opacity: .7;
		right: 16px;
		bottom: 15%;
		display: none
	}
	
	.back-top-n8m-2:hover {
		opacity: 1;
		background-color: #ccc8c0;
		cursor: pointer
	}
	
	.back-top-n8m-2 i {
		color: #806d59;
		width: 28px;
		height: 28px;
		display: inline-block;
		font-size: 24px
	}
	
	.headline-n118m-5 {
		background: #0181cb;
		padding: 10px 15px
	}
	
	.headline-n118m-5 i {
		width: 10px;
		height: 25px;
		display: inline-block;
		background: #fff;
		float: left;
		margin-right: 20px;
		transform: skewX(150deg)
	}
	
	.headline-n118m-5 h2 {
		padding: 6px 10px;
		margin: 0;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 700;
		text-transform: capitalize
	}
	
	@media(max-width:768px) {
		.headline-n118m-5 {
			padding: 5px 15px
		}
	
		.headline-n118m-5 h2 {
			padding: 6px 8px
		}
	}
	
	.product-category-n113m-1 {
		width: 100%;
		border: 1px solid #f2f2f2;
		border-top: 0;
		padding: 10px 20px 25px 20px;
		margin-bottom: 30px;
		background: #fff;
		font-size: 1.6rem
	}
	
	.product-category-n113m-1 ul {
		overflow: hidden;
		list-style: none;
		padding: 0
	}
	
	.product-category-n113m-1 .lv1 {
		border-bottom: 1px solid #f2f2f2;
		padding: 10px 0
	}
	
	.product-category-n113m-1 .sub {
		display: none;
		padding: 10px 10px 10px 15px
	}
	
	.product-category-n113m-1 .sub a {
		padding: 6px 0 6px 10px;
		margin: 0;
		display: inline-block;
		padding-left: 15px;
		font-size: 1.6rem
	}
	
	.product-category-n113m-1 .sub a:before {
		content: '';
		width: 6px;
		height: 6px;
		position: absolute;
		left: 1px;
		top: 12px;
		display: inline-block;
		background: #505050
	}
	
	.product-category-n113m-1 a,
	.product-category-n113m-1 .expand {
		line-height: 24px;
		position: relative;
		color: #505050;
		text-decoration: none
	}
	
	.product-category-n113m-1 .expand {
		width: 20px;
		display: inline-block;
		text-align: center;
		cursor: pointer;
		float: right
	}
	
	.product-category-n113m-1 .expand:hover {
		color: #0181cb
	}
	
	.product-category-n113m-1 .open {
		transform: rotate(180deg)
	}
	
	.product-category-n113m-1 .active a,
	.product-category-n113m-1 a:hover {
		color: #735e44
	}
	
	.product-category-n113m-1 .active a:before,
	.product-category-n113m-1 a:hover:before {
		background: #0181cb
	}
	
	@media(max-width:768px) {
		.product-category-n113m-1 {
			padding: 5px 20px 15px 20px
		}
	}
	
	.product-list-n120m-2 {
		font-size: 1.6rem;
		margin-bottom: 15px
	}
	
	.product-list-n120m-2 ul {
		list-style: none;
		overflow: auto;
		padding: 0;
		margin: 0
	}
	
	.product-list-n120m-2 ul li {
		margin-bottom: 15px;
		background: #f2f2f2;
		display: flex;
		align-items: center
	}
	
	.product-list-n120m-2 .item {
		width: 100%;
		float: left
	}
	
	.product-list-n120m-2 .item .blk {
		background-color: #fff;
		margin: 15px 0;
		overflow: hidden;
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 100%
	}
	
	.product-list-n120m-2 .item .blk .square-cont {
		position: absolute;
		width: 100%;
		height: 100%
	}
	
	.product-list-n120m-2 .item .blk .cover-image {
		overflow: hidden;
		display: block
	}
	
	.product-list-n120m-2 .item .blk .cover-image>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.product-list-n120m-2 .item .blk .cover-image>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.product-list-n120m-2 .item .blk .cover-image>span {
		overflow: hidden
	}
	
	.product-list-n120m-2 .item .blk .cover-image img {
		-webkit-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-o-transition: ease all .4s;
		transition: ease all .4s
	}
	
	.product-list-n120m-2 .item .blk .cover-image img:hover {
		transform: scale(1.2)
	}
	
	.product-list-n120m-2 .text {
		float: left;
		padding-left: 0
	}
	
	.product-list-n120m-2 .text .th {
		margin: 0 0 10px 0
	}
	
	.product-list-n120m-2 .text .th a {
		font-size: 1.6rem;
		line-height: 1.6;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		display: -webkit-box;
		text-decoration: none;
		color: #343434
	}
	
	.product-list-n120m-2 .text .th a:hover {
		color: #0181cb
	}
	
	.product-list-n120m-2 .text .link {
		background: #b3aca2;
		font-size: 1.6rem;
		border-radius: 10px;
		padding: 10px;
		color: #fff;
		max-width: 100px;
		text-align: center;
		margin-top: 10px
	}
	
	.product-list-n120m-2 .text .link:hover {
		background: #59493a
	}
	
	@media(min-width:768px) {
		.product-list-n120m-2 .item {
			width: 40%
		}
	
		.product-list-n120m-2 .text {
			width: 60%;
			padding-left: 25px
		}
	}
	
	.contact-info-n114m-1 {
		border: 1px solid #f2f2f2;
		margin-bottom: 30px;
		font-size: 1.4rem
	}
	
	.contact-info-n114m-1 .pb {
		color: #fff;
		overflow: hidden;
		font-size: 1.6rem;
		display: flex;
		flex-direction: column
	}
	
	.contact-info-n114m-1 .box {
		text-align: center;
		padding: 10px 20px 0 20px;
		display: flex;
		align-items: center
	}
	
	.contact-info-n114m-1 .box .multi a {
		margin: 2px 0
	}
	
	.contact-info-n114m-1 .imco {
		font-size: 3.2rem;
		line-height: 1;
		margin-right: 15px;
		color: #0181cb
	}
	
	.contact-info-n114m-1 .box-right {
		text-align: left
	}
	
	.contact-info-n114m-1 .box-right p {
		color: #0181cb;
		font-size: 1.6rem;
		margin: 8px 0;
		line-height: 1.576;
		text-transform: uppercase
	}
	
	.contact-info-n114m-1 .box-right a {
		color: #888;
		text-decoration: none;
		display: block;
		overflow: hidden;
		word-break: break-word;
		font-size: 1.6rem;
		line-height: 2.5rem
	}
	
	.contact-info-n114m-1 .box-right a:hover {
		color: #e5e5e5
	}
	
	.navigation-n121m-4 {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		z-index: 1041;
		width: 100%;
		background: linear-gradient(90deg, #595959, #2d2b27);
		font-size: 1.4rem;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		position: sticky;
		top: 0;
		left: 0
	}
	
	.navigation-n121m-4 ul {
		overflow: auto;
		list-style: none;
		margin: 0;
		padding: 0
	}
	
	.navigation-n121m-4 a {
		color: #fff;
		text-decoration: none;
		cursor: pointer
	}
	
	.navigation-n121m-4 a:hover {
		color: #0181cb
	}
	
	.navigation-n121m-4 .header {
		width: 95%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		position: relative
	}
	
	.navigation-n121m-4 .logo-link {
		width: 15%;
		height: 90px;
		vertical-align: middle;
		display: inline-block;
		transition: all .3s
	}
	
	.navigation-n121m-4 .logo-link>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.navigation-n121m-4 .logo-link>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.navigation-n121m-4 .logo-link>span img {
		right: initial
	}
	
	.navigation-n121m-4 .navbar-ul {
		height: auto;
		display: table;
		margin: 0 auto
	}
	
	.navigation-n121m-4 .navbar-ul:before {
		display: none
	}
	
	.navigation-n121m-4 .navbar-ul>li {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		position: relative;
		float: left;
		margin: 0 5px;
		cursor: pointer;
		font-size: 1.6rem;
		text-transform: uppercase;
		perspective: 500px
	}
	
	.navigation-n121m-4 .navbar-ul>li>a {
		display: block;
		padding: 33px 5px
	}
	
	.navigation-n121m-4 .navbar-ul .f-down {
		padding: 0 3px;
		display: inline-block;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}
	
	.navigation-n121m-4 .lv-2 {
		position: absolute;
		z-index: 1001;
		overflow: inherit;
		padding-top: 33px;
		top: 58px;
		left: 0;
		width: max-content;
		border-top: 2px solid #0181cb
	}
	
	.navigation-n121m-4 .lv-2>li {
		position: relative;
		display: block;
		font-size: 1.6rem;
		line-height: 40px;
		height: 40px
	}
	
	.navigation-n121m-4 .lv-2>li a {
		padding: 0 20px
	}
	
	.navigation-n121m-4 .lv-3 {
		left: 100%;
		width: max-content;
		top: 0;
		overflow: inherit
	}
	
	.navigation-n121m-4 .lv-3 li a {
		padding: 0 20px;
		display: block;
		color: #fff
	}
	
	.navigation-n121m-4 .lv-3 li a:hover {
		color: #735e44
	}
	
	.navigation-n121m-4 .subnavs {
		display: none;
		position: absolute
	}
	
	.navigation-n121m-4 .subnavs li {
		z-index: 1002;
		background: linear-gradient(90deg, #595959, #2d2b27);
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}
	
	.navigation-n121m-4 .subnavs li a {
		position: relative;
		opacity: .9;
		text-transform: initial;
		display: block
	}
	
	.navigation-n121m-4.n-pin {
		background: rgba(0, 0, 0, 0.7)
	}
	
	.navigation-n121m-4.n-pin .logo-link {
		width: 13%
	}
	
	.navigation-n121m-4.n-pin .subnavs li {
		background: rgba(0, 0, 0, 0.7)
	}
	
	.navigation-n121m-4 .modal {
		padding-right: 0 !important
	}
	
	.navigation-n121m-4 .pnl {
		height: 100%;
		color: #fff;
		position: relative;
		width: 100%;
		background: rgba(0, 0, 0, 0.7)
	}
	
	.navigation-n121m-4 .pnl .close {
		position: absolute;
		width: 32px;
		height: 32px;
		line-height: 29px;
		font-size: 2.6rem;
		background: transparent;
		right: 5px;
		top: 5px;
		text-align: center;
		border: 0;
		color: #e5e5e5
	}
	
	.navigation-n121m-4 .pnl .close:hover {
		color: #fff
	}
	
	.navigation-n121m-4 .pnl .search-box {
		position: absolute;
		top: 35%;
		width: 100%
	}
	
	.navigation-n121m-4 .pnl .search-box .input-text {
		outline: 0;
		height: 50px;
		width: 60%;
		margin: 0 0 0 20%;
		background: rgba(0, 0, 0, 0.5);
		border: 0;
		float: left;
		padding-left: 1rem;
		font-size: 1.8rem
	}
	
	.navigation-n121m-4 .pnl .search-box .search-btn {
		position: absolute;
		left: 80%;
		width: 50px;
		height: 50px;
		border: 0;
		background: #735e44;
		cursor: pointer;
		color: #fff;
		font-size: 2.6rem
	}
	
	@media(max-width:1200px) {
		.navigation-n121m-4_blk {
			width: 100%;
			height: 60px
		}
	
		.navigation-n121m-4 .header {
			width: 100%;
			display: block
		}
	
		.navigation-n121m-4 .logo-link {
			height: 60px;
			min-width: 150px;
			padding: 8px 16px
		}
	
		.navigation-n121m-4 .bar-icon-btn {
			position: relative;
			float: right;
			padding: 6px 8px 2px 8px;
			margin: 14px 10px 0 10px;
			cursor: pointer
		}
	
		.navigation-n121m-4 .bar-icon-btn>span {
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
			background-color: #0181cb;
			border-radius: 10px;
			height: 2px;
			width: 24px;
			margin-bottom: 7px;
			display: block
		}
	
		.navigation-n121m-4 .collapse {
			background: rgba(0, 0, 0, 0.5);
			position: fixed;
			top: 60px;
			bottom: 0;
			right: 0;
			left: 0;
			height: auto !important;
			overflow: auto;
			z-index: 20
		}
	
		.navigation-n121m-4 .out-search {
			display: none
		}
	
		.navigation-n121m-4 .language e {
			display: none
		}
	
		.navigation-n121m-4 .language .list {
			padding: 0 15px
		}
	
		.navigation-n121m-4 .language .list li {
			float: left;
			width: 33.33%
		}
	
		.navigation-n121m-4 .language .list li a {
			display: block;
			line-height: 40px;
			margin-right: 10px
		}
	
		.navigation-n121m-4 .language .list li i {
			margin-top: 10px
		}
	
		.navigation-n121m-4 .language .list li p {
			float: left;
			margin: 0 2px
		}
	
		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(1) {
			transform: translateY(9px) rotate(45deg)
		}
	
		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(2) {
			opacity: 0
		}
	
		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(3) {
			transform: translateY(-9px) rotate(-45deg)
		}
	
		.navigation-n121m-4 .dmenu .collapse {
			display: block
		}
	
		.navigation-n121m-4 .navbar-ul {
			position: relative;
			min-height: 400px;
			width: 100%
		}
	
		.navigation-n121m-4 .navbar-ul>li {
			height: auto;
			display: inline-block;
			width: 100%;
			text-align: left;
			margin: 0
		}
	
		.navigation-n121m-4 .navbar-ul>li a {
			line-height: 25px;
			padding: 10px 15px
		}
	
		.navigation-n121m-4 .navbar-ul .lv-2 {
			position: initial;
			width: 100%;
			padding-top: 0;
			margin-top: 0;
			transform: translateX(0)
		}
	
		.navigation-n121m-4 .navbar-ul .lv-2>li {
			height: auto
		}
	
		.navigation-n121m-4 .navbar-ul .lv-3 {
			max-width: initial;
			position: initial
		}
	
		.navigation-n121m-4 .navbar-ul .lv-3 li {
			text-indent: 1em
		}
	
		.navigation-n121m-4 .navbar-ul .lv-2 li a,
		.navigation-n121m-4 .navbar-ul .lv-3 li a {
			padding: 7px 15px;
			font-size: 1.4rem
		}
	
		.navigation-n121m-4 .navbar-ul .f-down {
			position: absolute;
			right: 16px
		}
	
		.navigation-n121m-4 .navbar-ul .opened>.subnavs {
			display: block;
			width: 100%
		}
	
		.navigation-n121m-4 .navbar-ul .opened>a .f-down {
			transform: rotate(180deg)
		}
	}
	
	@media(min-width:1200px) {
		.navigation-n121m-4 .collapse {
			width: 75%;
			padding: 0 10px;
			display: block
		}
	
		.navigation-n121m-4 .bar-icon-btn {
			display: none
		}
	
		.navigation-n121m-4 .out-search {
			position: absolute;
			right: 25px;
			top: 36px;
			font-size: 2rem;
			line-height: 18px;
			cursor: pointer;
			color: #fff
		}
	
		.navigation-n121m-4 .language {
			position: absolute;
			right: 60px;
			top: 33px;
			color: #fff;
			cursor: pointer;
			margin-right: 10px;
			height: 56px;
			font-size: 1.6rem
		}
	
		.navigation-n121m-4 .language e {
			line-height: 1.7;
			color: #fff
		}
	
		.navigation-n121m-4 .language e .iconflag {
			margin: 4px 8px 0 0
		}
	
		.navigation-n121m-4 .language .list {
			max-height: 400px;
			overflow: auto;
			position: absolute;
			z-index: 20;
			top: 56px;
			right: 0;
			list-style-type: none;
			height: auto;
			background-color: rgba(0, 0, 0, 0.5);
			opacity: 0;
			display: none;
			width: 20rem;
			flex-direction: row;
			flex-wrap: wrap;
			scrollbar-width: thin;
			scrollbar-color: #5e5d62 #313131
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar {
			width: 6px;
			height: 8px
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar-track {
			background-color: #313131;
			border-radius: 10px
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar-button {
			height: 0
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar-thumb {
			background-color: #5e5d62;
			border-radius: 10px
		}
	
		.navigation-n121m-4 .language .list li {
			width: 50%;
			padding: 10px 4px 5px 13px;
			overflow: hidden;
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s
		}
	
		.navigation-n121m-4 .language .list li:last-child {
			border-bottom: 0
		}
	
		.navigation-n121m-4 .language .list li a {
			display: inline-block;
			position: relative;
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s
		}
	
		.navigation-n121m-4 .language .list li p {
			display: inline-block;
			text-align: left;
			width: 100%;
			padding: 0 2px 0 32px;
			margin: 0;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			font-size: 1.4rem
		}
	
		.navigation-n121m-4 .language .list li i {
			position: absolute;
			left: 0;
			top: 2px
		}
	
		.navigation-n121m-4 .language .list li:hover {
			background-color: #735e44
		}
	
		.navigation-n121m-4 .language .list li:hover a {
			color: #fff
		}
	
		.navigation-n121m-4 .language:focus,
		.navigation-n121m-4 .language:hover {
			color: #735e44
		}
	
		.navigation-n121m-4 .language:focus .list,
		.navigation-n121m-4 .language:hover .list {
			opacity: 1;
			display: flex
		}
	
		.navigation-n121m-4 li.active>a {
			color: #735e44
		}
	
		.navigation-n121m-4 li>.subnavs {
			transition: all .3s ease-in-out;
			transform: scale(0.8) rotateY(30deg);
			transform-origin: center 0;
			opacity: 0;
			display: block;
			visibility: hidden
		}
	
		.navigation-n121m-4 li:hover>.subnavs {
			transform: none;
			opacity: 1;
			visibility: visible
		}
	
		.navigation-n121m-4 .subnavs {
			border-top: 0
		}
	
		.navigation-n121m-4 .subnavs .f-down {
			position: absolute;
			right: 4px;
			transform: rotate(270deg)
		}
	}
	
	@media(max-width:1440px) {
		.navigation-n121m-4 .navbar-ul>li {
			font-size: 1.4rem
		}
	}
	
	.breadcrumb-n116m-1 {
		width: 100%;
		position: relative;
		background: #f2f2f2;
		overflow: hidden;
		margin-bottom: 40px
	}
	
	.breadcrumb-n116m-1 .bg {
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 15%
	}
	
	.breadcrumb-n116m-1 .bg .square-cont {
		position: absolute;
		width: 100%;
		height: 100%
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span {
		overflow: hidden
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span>img {
		max-height: initial;
		width: 100%
	}
	
	.breadcrumb-n116m-1 .bg .square-cont .mask {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 2
	}
	
	.breadcrumb-n116m-1 ul,
	.breadcrumb-n116m-1 li {
		overflow: auto;
		list-style: none;
		padding: 0;
		margin: 0
	}
	
	.breadcrumb-n116m-1 li {
		display: inline-block;
		vertical-align: middle;
		font-size: 1.6rem;
		line-height: 40px;
		margin-right: 5px;
		color: #999
	}
	
	.breadcrumb-n116m-1 li a {
		-webkit-transition: color .5s;
		-moz-transition: color .5s;
		-o-transition: color .5s;
		transition: color .5s;
		text-decoration: none;
		color: #505050
	}
	
	.breadcrumb-n116m-1 li a:hover {
		color: #0181cb
	}
	
	.breadcrumb-n116m-1 li .f-home {
		color: #0181cb
	}
	
	.breadcrumb-n116m-1 li:nth-last-child(2) a {
		color: #0181cb
	}
	
	@media(max-width:768px) {
		.breadcrumb-n116m-1 {
			margin-bottom: 40px
		}
	
		.breadcrumb-n116m-1 li {
			font-size: 1.4rem;
			line-height: 30px
		}
	}
	
	.paragraph-n101m-1 {
		border: 1px solid #f2f2f2;
		padding: 30px;
		background: #fff;
		margin-bottom: 30px
	}
	
	.paragraph-n101m-1 h2 {
		margin: 0 0 25px 0;
		line-height: 1.4;
		color: #0181cb;
		font-size: 2rem;
		font-weight: normal;
		text-align: center
	}
	
	.paragraph-n101m-1 .time {
		width: 100%;
		text-align: center;
		display: block;
		color: #888;
		line-height: 20px;
		font-size: 1.6rem
	}
	
	.paragraph-n101m-1 .line {
		width: 100%;
		height: 1px;
		display: block;
		background: #f2f2f2;
		margin: 25px 0
	}
	
	.paragraph-n101m-1 .content {
		line-height: 1.7;
		font-size: 1.6rem;
		color: #343434
	}
	
	.paragraph-n101m-1 .content p {
		margin: 0
	}
	
	.paragraph-n101m-1 .content table {
		display: table
	}
	
	.paragraph-n101m-1 .content table tr td {
		padding: 5px;
		border: 1px solid #ddd
	}
	
	.paragraph-n101m-1 .content table tr td p {
		margin: 0
	}
	
	.paragraph-n101m-1 table,
	.paragraph-n101m-1 td,
	.paragraph-n101m-1 p,
	.paragraph-n101m-1 img,
	.paragraph-n101m-1 video {
		max-width: 100%
	}
	
	@media(max-width:768px) {
		.paragraph-n101m-1 {
			margin-top: 15px;
			margin-bottom: 40px;
			padding: 20px
		}
	
		.paragraph-n101m-1 h2 {
			margin: 0 0 15px 0;
			font-size: 2rem
		}
	
		.paragraph-n101m-1 .line {
			margin: 15px 0
		}
	
		.paragraph-n101m-1 .content {
			font-size: 1.6rem
		}
	
		.paragraph-n101m-1 .content img {
			width: initial !important;
			height: initial !important
		}
	}
	
	.prev-next-link-n101m-1 {
		text-align: center;
		padding: 10px 0;
		overflow: auto
	}
	
	.prev-next-link-n101m-1 i {
		margin: 0 4px;
		font-size: 14px
	}
	
	.prev-next-link-n101m-1 .pbtn {
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		height: 32px;
		line-height: 32px;
		font-size: 1.4rem;
		display: inline-block;
		color: #6c6c6c;
		text-decoration: none
	}
	
	.prev-next-link-n101m-1 .pbtn:hover {
		color: #0181cb
	}
	
	.prev-next-link-n101m-1 .left {
		float: left;
		margin-left: 15px
	}
	
	.prev-next-link-n101m-1 .right {
		float: right;
		margin-right: 15px
	}
	
	@media(min-width:768px) {
		.prev-next-link-n101m-1 {
			padding: 5px 0 20px 0
		}
	
		.prev-next-link-n101m-1 .left {
			float: left;
			margin-left: 25px
		}
	
		.prev-next-link-n101m-1 .right {
			float: right;
			margin-right: 25px
		}
	}
	
	.message-n101m-1 {
		margin: 0 0 60px 0;
		padding: 32px 17px;
		position: relative;
		overflow: auto;
		background: #f2f2f2
	}
	
	.message-n101m-1 .mtitle {
		padding: 6px 12px;
		margin: 0 15px 24px 15px;
		border-left: 4px solid #0181cb;
		color: #0181cb;
		border-color: #0181cb;
		font-size: 1.6rem;
		font-weight: 700
	}
	
	.message-n101m-1 .mdesc {
		color: #0181cb
	}
	
	.message-n101m-1 .line {
		margin-bottom: 30px;
		position: relative
	}
	
	.message-n101m-1 .line label {
		font-size: 1.6rem;
		font-weight: normal
	}
	
	.message-n101m-1 .line label i {
		margin-right: 6px;
		color: red;
		font-size: 15px
	}
	
	.message-n101m-1 .line input,
	.message-n101m-1 .line textarea {
		font-size: 1.6rem;
		-webkit-appearance: none;
		outline: 0;
		border: 1px solid #cbcbcb;
		border-radius: 2px
	}
	
	.message-n101m-1 .line input:focus,
	.message-n101m-1 .line textarea:focus,
	.message-n101m-1 .line input:hover,
	.message-n101m-1 .line textarea:hover {
		outline: 0;
		-webkit-appearance: none;
		border: 1px solid #b3aca2
	}
	
	.message-n101m-1 .line textarea {
		line-height: 26px;
		resize: none
	}
	
	.message-n101m-1 .line input {
		line-height: 40px;
		height: 40px;
		padding: 0 12px
	}
	
	.message-n101m-1 .field-validation-error {
		color: red;
		padding: 0 12px;
		margin-top: 2px;
		display: inline-block;
		font-size: 1.4rem;
		position: absolute;
		left: 0
	}
	
	.message-n101m-1 .subbtn {
		float: left;
		padding: 0 16px
	}
	
	.message-n101m-1 .subbtn button {
		transition: background-color .3s ease 0s;
		outline: 0;
		cursor: pointer;
		appearance: none;
		user-select: none;
		text-align: center;
		word-spacing: normal;
		height: 40px;
		line-height: 38px;
		padding: 0 24px;
		font-size: 16px;
		border: 0;
		color: #fff;
		background: #0181cb
	}
	
	.message-n101m-1 .subbtn button:hover {
		background: #59493a
	}
	
	.message-n101m-1 .privacy {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		margin-left: 8px;
		font-weight: normal
	}
	
	.message-n101m-1 .privacy input[type="checkbox"] {
		display: block;
		position: relative;
		vertical-align: middle;
		margin-right: 24px;
		height: 1px;
		opacity: 0;
		margin: 0;
		cursor: pointer
	}
	
	.message-n101m-1 .privacy input[type="checkbox"]:checked+span:before {
		border-color: #0181cb;
		background-color: #0181cb
	}
	
	.message-n101m-1 .privacy input[type="checkbox"]:checked+span:after {
		border-color: #fff
	}
	
	.message-n101m-1 .privacy .nschb {
		display: block;
		position: relative;
		font-size: 14px;
		padding-left: 24px;
		line-height: 40px;
		cursor: pointer;
		color: #333
	}
	
	.message-n101m-1 .privacy .nschb:before,
	.message-n101m-1 .privacy .nschb:after {
		display: block;
		position: absolute;
		content: '';
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}
	
	.message-n101m-1 .privacy .nschb:before {
		top: 50%;
		left: 0;
		width: 18px;
		height: 18px;
		background-color: #fff;
		border: 1px solid #d8d8d8;
		margin-top: -9px
	}
	
	.message-n101m-1 .privacy .nschb:after {
		width: 9px;
		height: 6px;
		border-width: 0 0 2px 2px;
		border-color: transparent;
		border-style: solid;
		top: 50%;
		left: 4px;
		margin-top: -5px;
		transform: rotate(-45deg)
	}
	
	.message-n101m-1 .privacy a {
		color: #505050;
		text-decoration: none;
		font-size: 1.6rem
	}
	
	@media(max-width:768px) {
		.message-n101m-1 {
			padding: 16px 1px
		}
	
		.message-n101m-1 .line input {
			line-height: 32px;
			height: 32px
		}
	
		.message-n101m-1 .mtitle {
			margin-bottom: 12px
		}
	}
	.friendly-link-n101m-1 {
		position: relative;
		padding: 32px 0 0 0
	}
	
	.friendly-link-n101m-1 .blk {
		display: none;
		float: left;
		padding: 10px
	}
	
	.friendly-link-n101m-1 .title {
		text-transform: uppercase;
		font-size: 1.6rem
	}
	
	.friendly-link-n101m-1 a,
	.friendly-link-n101m-1 h3.title {
		display: inline-block;
		width: 100%;
		font-size: 1.4rem;
		color: #e5e5e5;
		opacity: .6;
		text-decoration: none;
		line-height: 24px;
		margin-bottom: 8px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}
	
	.friendly-link-n101m-1 a:hover,
	.friendly-link-n101m-1 h3.title:hover {
		opacity: 1
	}
	
	.friendly-link-n101m-1 .cus {
		position: relative;
		margin-bottom: 15px
	}
	
	.friendly-link-n101m-1 .cus .imco {
		color: #e5e5e5;
		font-size: 26px;
		position: absolute;
		left: 2px
	}
	
	.friendly-link-n101m-1 .cus .info {
		padding-left: 48px
	}
	
	.friendly-link-n101m-1 .cus .info a {
		margin-bottom: 0
	}
	
	.friendly-link-n101m-1 .sns a {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 24px;
		text-align: center;
		border-radius: 40px;
		background: #fff;
		margin: 0 16px 16px 0;
		opacity: 1
	}
	
	.friendly-link-n101m-1 .sns a .f-skype {
		color: #00aff0
	}
	
	.friendly-link-n101m-1 .sns a .f-twitter {
		color: #02b0e8
	}
	
	.friendly-link-n101m-1 .sns a .f-google-plus {
		color: #cc3b1e
	}
	
	.friendly-link-n101m-1 .sns a .f-linkedin {
		color: #006a9a
	}
	
	.friendly-link-n101m-1 .sns a .f-facebook {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-instagram {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-youtube {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-comment {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-pinterest {
		color: #e10600
	}
	
	.friendly-link-n101m-1 .sns a .f-tiktok {
		color: #740dbc
	}
	
	.friendly-link-n101m-1 .snsinfo a {
		color: #806d59;
		background-color: #343434;
		background: #fff;
		display: inline-block;
		width: 32px;
		height: 32px;
		line-height: 32px;
		border-radius: 50%;
		margin: 0 8px;
		text-decoration: none
	}
	
	.friendly-link-n101m-1 .snsinfo a:hover {
		color: #b3aca2;
		background: #e5e5e5
	}
	
	.friendly-link-n101m-1 .snsinfo a i {
		font-size: 1.8rem;
		display: block
	}
	
	@media(max-width:1200px) {
		.friendly-link-n101m-1 .blk {
			padding: 32px 16px
		}
	}
	
	@media(max-width:768px) {
		.friendly-link-n101m-1 {
			padding: 20px 20px 55px 20px;
			margin-bottom: -50px
		}
	
		.friendly-link-n101m-1 .container {
			padding-left: 0;
			padding-right: 0;
			margin: 0;
			width: 100%
		}
	
		.friendly-link-n101m-1 .container .sns a {
			margin: 0 8px 8px 0
		}
	
		.friendly-link-n101m-1 .container .blk:last-child {
			display: block;
			padding: 0
		}
	}
	
	@media(min-width:768px) {
	
		.friendly-link-n101m-1 .blk:nth-child(1),
		.friendly-link-n101m-1 .blk:nth-child(2),
		.friendly-link-n101m-1 .blk:nth-child(3),
		.friendly-link-n101m-1 .blk:last-child {
			display: block
		}
	}
	
	.copyright-n101m-1 {
		text-align: center;
		font-size: 1.6rem;
		height: 50px;
		line-height: 50px;
		color: #fff;
		opacity: .8
	}
	
	@media(max-width:768px) {
		.copyright-n101m-1 {
			height: 42px;
			line-height: 42px
		}
	}
	
	.contact-box-n101m-1 {
		position: fixed;
		bottom: 38%;
		right: 0;
		z-index: 1041
	}
	
	.contact-box-n101m-1 ul {
		list-style: none;
		padding: 0
	}
	
	.contact-box-n101m-1 a {
		text-decoration: none;
		cursor: pointer
	}
	
	.contact-box-n101m-1 .item {
		position: relative
	}
	
	.contact-box-n101m-1 .item.hide {
		display: none
	}
	
	.contact-box-n101m-1 .item .qrcode {
		padding: 15px;
		max-width: 150px;
		max-height: 150px;
		background: #fff
	}
	
	.contact-box-n101m-1 .item i {
		display: block;
		color: #fff;
		background: #0181cb;
		padding: 9px 13px;
		font-size: 24px;
		width: 50px;
		height: 50px
	}
	
	.contact-box-n101m-1 .item i:hover {
		background: #59493a
	}
	
	.contact-box-n101m-1 .item .tools {
		display: none;
		min-width: 80px;
		min-height: 40px;
		position: absolute;
		top: 4px;
		right: 100%;
		padding-right: 8px
	}
	
	.contact-box-n101m-1 .item .tools:before,
	.contact-box-n101m-1 .item .tools:after {
		content: '';
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid
	}
	
	.contact-box-n101m-1 .item .tools:before {
		z-index: 2;
		right: -5px;
		top: 14px;
		border-width: 7px;
		border-color: transparent transparent transparent #fff
	}
	
	.contact-box-n101m-1 .item .tools:after {
		z-index: 1;
		right: -8px;
		top: 13px;
		border-width: 8px;
		border-color: transparent transparent transparent #e5e5e5
	}
	
	.contact-box-n101m-1 .item .tools .imco:before {
		margin-right: 6px
	}
	
	.contact-box-n101m-1 .item .tools:hover:before {
		border-color: transparent transparent transparent #d9d5cc
	}
	
	.contact-box-n101m-1 .item .tools a {
		display: block;
		padding: 10px 16px;
		color: #505050;
		background: #fff;
		border: 1px solid #e5e5e5;
		font-size: 1.6rem;
		line-height: 20px;
		white-space: nowrap;
		cursor: pointer
	}
	
	.contact-box-n101m-1 .item .tools a:nth-child(n+2) {
		border-top: 0
	}
	
	.contact-box-n101m-1 .item .tools a:hover {
		color: #806d59;
		background: #d9d5cc
	}
	
	.contact-box-n101m-1 .item:hover .tools {
		display: block
	}
	
	.contact-box-n101m-1 .modal {
		padding-right: 0 !important
	}
	
	.contact-box-n101m-1 .pnl {
		height: 100%;
		color: #fff;
		position: relative
	}
	
	.contact-box-n101m-1 .pnl .close {
		position: absolute;
		width: 32px;
		height: 32px;
		line-height: 29px;
		font-size: 26px;
		background: transparent;
		right: 5px;
		top: 5px;
		text-align: center;
		border: 0;
		color: #e5e5e5
	}
	
	.contact-box-n101m-1 .pnl .close:hover {
		color: #0181cb
	}
	
	.contact-box-n101m-1 .pnl .search-box {
		position: absolute;
		top: 35%;
		width: 100%
	}
	
	.contact-box-n101m-1 .pnl .search-box .input-text {
		outline: 0;
		height: 40px;
		width: 80%;
		margin: 0 0 0 5%;
		background: #fff;
		color: #505050;
		border: 0;
		float: left;
		padding-left: 1rem;
		font-size: 1.6rem
	}
	
	.contact-box-n101m-1 .pnl .search-box .search-btn {
		position: absolute;
		left: 85%;
		width: 50px;
		height: 40px;
		border: 0;
		background: #0181cb;
		cursor: pointer;
		color: #fff;
		font-size: 20px
	}
	
	.contact-box-n101m-1 .mid-pnl {
		width: 100%;
		background: rgba(0, 0, 0, 0.8)
	}
	
	.contact-box-n101m-1 .home,
	.contact-box-n101m-1 .b2t {
		display: none
	}
	
	.contact-box-n101m-1-blk {
		display: none
	}
	
	@media(max-width:768px) {
		.contact-box-n101m-1 {
			left: 0;
			bottom: 0;
			width: 100%;
			height: 50px
		}
	
		.contact-box-n101m-1 ul {
			display: flex;
			justify-content: space-around;
			background: #fff
		}
	
		.contact-box-n101m-1 .item {
			float: left
		}
	
		.contact-box-n101m-1 .item .tools {
			top: auto;
			bottom: 100%;
			right: 50%;
			transform: translateX(50%);
			padding-right: 0;
			padding-bottom: 8px
		}
	
		.contact-box-n101m-1 .item .tools:before {
			top: auto;
			bottom: -5px;
			right: 50%;
			transform: translateX(50%) translateY(0);
			border-color: #fff transparent transparent transparent
		}
	
		.contact-box-n101m-1 .item .tools:after {
			top: auto;
			right: 50%;
			bottom: -8px;
			transform: translateX(50%) translateY(0);
			border-color: #e5e5e5 transparent transparent transparent
		}
	
		.contact-box-n101m-1 .item .tools:hover:before {
			border-color: #d9d5cc transparent transparent transparent
		}
	
		.contact-box-n101m-1 .item i {
			color: #0181cb;
			background: #fff
		}
	
		.contact-box-n101m-1 .home {
			display: block
		}
	
		.contact-box-n101m-1 .b2t {
			display: none !important
		}
	
		.contact-box-n101m-1-blk {
			height: 50px;
			display: block
		}
	}
	
	.back-top-n8m-2 {
		position: fixed;
		padding: 8px 10px 12px 10px;
		text-align: center;
		border-radius: 8px;
		border: 2px solid #bfbbb4;
		color: #cbcbcb;
		background-color: #e6e2d8;
		opacity: .7;
		right: 16px;
		bottom: 15%;
		display: none
	}
	
	.back-top-n8m-2:hover {
		opacity: 1;
		background-color: #ccc8c0;
		cursor: pointer
	}
	
	.back-top-n8m-2 i {
		color: #806d59;
		width: 28px;
		height: 28px;
		display: inline-block;
		font-size: 24px
	}
	
	.headline-n118m-5 {
		background: #0181cb;
		padding: 10px 15px
	}
	
	.headline-n118m-5 i {
		width: 10px;
		height: 25px;
		display: inline-block;
		background: #fff;
		float: left;
		margin-right: 20px;
		transform: skewX(150deg)
	}
	
	.headline-n118m-5 h2 {
		padding: 6px 10px;
		margin: 0;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 700;
		text-transform: capitalize
	}
	
	@media(max-width:768px) {
		.headline-n118m-5 {
			padding: 5px 15px
		}
	
		.headline-n118m-5 h2 {
			padding: 6px 8px
		}
	}
	
	.product-category-n113m-1 {
		width: 100%;
		border: 1px solid #f2f2f2;
		border-top: 0;
		padding: 10px 20px 25px 20px;
		margin-bottom: 30px;
		background: #fff;
		font-size: 1.6rem
	}
	
	.product-category-n113m-1 ul {
		overflow: hidden;
		list-style: none;
		padding: 0
	}
	
	.product-category-n113m-1 .lv1 {
		border-bottom: 1px solid #f2f2f2;
		padding: 10px 0
	}
	
	.product-category-n113m-1 .sub {
		display: none;
		padding: 10px 10px 10px 15px
	}
	
	.product-category-n113m-1 .sub a {
		padding: 6px 0 6px 10px;
		margin: 0;
		display: inline-block;
		padding-left: 15px;
		font-size: 1.6rem
	}
	
	.product-category-n113m-1 .sub a:before {
		content: '';
		width: 6px;
		height: 6px;
		position: absolute;
		left: 1px;
		top: 12px;
		display: inline-block;
		background: #505050
	}
	
	.product-category-n113m-1 a,
	.product-category-n113m-1 .expand {
		line-height: 24px;
		position: relative;
		color: #505050;
		text-decoration: none
	}
	
	.product-category-n113m-1 .expand {
		width: 20px;
		display: inline-block;
		text-align: center;
		cursor: pointer;
		float: right
	}
	
	.product-category-n113m-1 .expand:hover {
		color: #0181cb
	}
	
	.product-category-n113m-1 .open {
		transform: rotate(180deg)
	}
	
	.product-category-n113m-1 .active a,
	.product-category-n113m-1 a:hover {
		color: #735e44
	}
	
	.product-category-n113m-1 .active a:before,
	.product-category-n113m-1 a:hover:before {
		background: #0181cb
	}
	
	@media(max-width:768px) {
		.product-category-n113m-1 {
			padding: 5px 20px 15px 20px
		}
	}
	
	.product-list-n120m-2 {
		font-size: 1.6rem;
		margin-bottom: 15px
	}
	
	.product-list-n120m-2 ul {
		list-style: none;
		overflow: auto;
		padding: 0;
		margin: 0
	}
	
	.product-list-n120m-2 ul li {
		margin-bottom: 15px;
		background: #f2f2f2;
		display: flex;
		align-items: center
	}
	
	.product-list-n120m-2 .item {
		width: 100%;
		float: left
	}
	
	.product-list-n120m-2 .item .blk {
		background-color: #fff;
		margin: 15px 0;
		overflow: hidden;
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 100%
	}
	
	.product-list-n120m-2 .item .blk .square-cont {
		position: absolute;
		width: 100%;
		height: 100%
	}
	
	.product-list-n120m-2 .item .blk .cover-image {
		overflow: hidden;
		display: block
	}
	
	.product-list-n120m-2 .item .blk .cover-image>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.product-list-n120m-2 .item .blk .cover-image>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.product-list-n120m-2 .item .blk .cover-image>span {
		overflow: hidden
	}
	
	.product-list-n120m-2 .item .blk .cover-image img {
		-webkit-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-o-transition: ease all .4s;
		transition: ease all .4s
	}
	
	.product-list-n120m-2 .item .blk .cover-image img:hover {
		transform: scale(1.2)
	}
	
	.product-list-n120m-2 .text {
		float: left;
		padding-left: 0
	}
	
	.product-list-n120m-2 .text .th {
		margin: 0 0 10px 0
	}
	
	.product-list-n120m-2 .text .th a {
		font-size: 1.6rem;
		line-height: 1.6;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		display: -webkit-box;
		text-decoration: none;
		color: #343434
	}
	
	.product-list-n120m-2 .text .th a:hover {
		color: #0181cb
	}
	
	.product-list-n120m-2 .text .link {
		background: #b3aca2;
		font-size: 1.6rem;
		border-radius: 10px;
		padding: 10px;
		color: #fff;
		max-width: 100px;
		text-align: center;
		margin-top: 10px
	}
	
	.product-list-n120m-2 .text .link:hover {
		background: #59493a
	}
	
	@media(min-width:768px) {
		.product-list-n120m-2 .item {
			width: 40%
		}
	
		.product-list-n120m-2 .text {
			width: 60%;
			padding-left: 25px
		}
	}
	
	.contact-info-n114m-1 {
		border: 1px solid #f2f2f2;
		margin-bottom: 30px;
		font-size: 1.4rem
	}
	
	.contact-info-n114m-1 .pb {
		color: #fff;
		overflow: hidden;
		font-size: 1.6rem;
		display: flex;
		flex-direction: column
	}
	
	.contact-info-n114m-1 .box {
		text-align: center;
		padding: 10px 20px 0 20px;
		display: flex;
		align-items: center
	}
	
	.contact-info-n114m-1 .box .multi a {
		margin: 2px 0
	}
	
	.contact-info-n114m-1 .imco {
		font-size: 3.2rem;
		line-height: 1;
		margin-right: 15px;
		color: #0181cb
	}
	
	.contact-info-n114m-1 .box-right {
		text-align: left
	}
	
	.contact-info-n114m-1 .box-right p {
		color: #0181cb;
		font-size: 1.6rem;
		margin: 8px 0;
		line-height: 1.576;
		text-transform: uppercase
	}
	
	.contact-info-n114m-1 .box-right a {
		color: #888;
		text-decoration: none;
		display: block;
		overflow: hidden;
		word-break: break-word;
		font-size: 1.6rem;
		line-height: 2.5rem
	}
	
	.contact-info-n114m-1 .box-right a:hover {
		color: #e5e5e5
	}
	
	.navigation-n121m-4 {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		z-index: 1041;
		width: 100%;
		background: linear-gradient(90deg, #595959, #2d2b27);
		font-size: 1.4rem;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		position: sticky;
		top: 0;
		left: 0
	}
	
	.navigation-n121m-4 ul {
		overflow: auto;
		list-style: none;
		margin: 0;
		padding: 0
	}
	
	.navigation-n121m-4 a {
		color: #fff;
		text-decoration: none;
		cursor: pointer
	}
	
	.navigation-n121m-4 a:hover {
		color: #0181cb
	}
	
	.navigation-n121m-4 .header {
		width: 95%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		position: relative
	}
	
	.navigation-n121m-4 .logo-link {
		width: 15%;
		height: 90px;
		vertical-align: middle;
		display: inline-block;
		transition: all .3s
	}
	
	.navigation-n121m-4 .logo-link>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.navigation-n121m-4 .logo-link>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.navigation-n121m-4 .logo-link>span img {
		right: initial
	}
	
	.navigation-n121m-4 .navbar-ul {
		height: auto;
		display: table;
		margin: 0 auto
	}
	
	.navigation-n121m-4 .navbar-ul:before {
		display: none
	}
	
	.navigation-n121m-4 .navbar-ul>li {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		position: relative;
		float: left;
		margin: 0 5px;
		cursor: pointer;
		font-size: 1.6rem;
		text-transform: uppercase;
		perspective: 500px
	}
	
	.navigation-n121m-4 .navbar-ul>li>a {
		display: block;
		padding: 33px 5px
	}
	
	.navigation-n121m-4 .navbar-ul .f-down {
		padding: 0 3px;
		display: inline-block;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}
	
	.navigation-n121m-4 .lv-2 {
		position: absolute;
		z-index: 1001;
		overflow: inherit;
		padding-top: 33px;
		top: 58px;
		left: 0;
		width: max-content;
		border-top: 2px solid #0181cb
	}
	
	.navigation-n121m-4 .lv-2>li {
		position: relative;
		display: block;
		font-size: 1.6rem;
		line-height: 40px;
		height: 40px
	}
	
	.navigation-n121m-4 .lv-2>li a {
		padding: 0 20px
	}
	
	.navigation-n121m-4 .lv-3 {
		left: 100%;
		width: max-content;
		top: 0;
		overflow: inherit
	}
	
	.navigation-n121m-4 .lv-3 li a {
		padding: 0 20px;
		display: block;
		color: #fff
	}
	
	.navigation-n121m-4 .lv-3 li a:hover {
		color: #735e44
	}
	
	.navigation-n121m-4 .subnavs {
		display: none;
		position: absolute
	}
	
	.navigation-n121m-4 .subnavs li {
		z-index: 1002;
		background: linear-gradient(90deg, #595959, #2d2b27);
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}
	
	.navigation-n121m-4 .subnavs li a {
		position: relative;
		opacity: .9;
		text-transform: initial;
		display: block
	}
	
	.navigation-n121m-4.n-pin {
		background: rgba(0, 0, 0, 0.7)
	}
	
	.navigation-n121m-4.n-pin .logo-link {
		width: 13%
	}
	
	.navigation-n121m-4.n-pin .subnavs li {
		background: rgba(0, 0, 0, 0.7)
	}
	
	.navigation-n121m-4 .modal {
		padding-right: 0 !important
	}
	
	.navigation-n121m-4 .pnl {
		height: 100%;
		color: #fff;
		position: relative;
		width: 100%;
		background: rgba(0, 0, 0, 0.7)
	}
	
	.navigation-n121m-4 .pnl .close {
		position: absolute;
		width: 32px;
		height: 32px;
		line-height: 29px;
		font-size: 2.6rem;
		background: transparent;
		right: 5px;
		top: 5px;
		text-align: center;
		border: 0;
		color: #e5e5e5
	}
	
	.navigation-n121m-4 .pnl .close:hover {
		color: #fff
	}
	
	.navigation-n121m-4 .pnl .search-box {
		position: absolute;
		top: 35%;
		width: 100%
	}
	
	.navigation-n121m-4 .pnl .search-box .input-text {
		outline: 0;
		height: 50px;
		width: 60%;
		margin: 0 0 0 20%;
		background: rgba(0, 0, 0, 0.5);
		border: 0;
		float: left;
		padding-left: 1rem;
		font-size: 1.8rem
	}
	
	.navigation-n121m-4 .pnl .search-box .search-btn {
		position: absolute;
		left: 80%;
		width: 50px;
		height: 50px;
		border: 0;
		background: #735e44;
		cursor: pointer;
		color: #fff;
		font-size: 2.6rem
	}
	
	@media(max-width:1200px) {
		.navigation-n121m-4_blk {
			width: 100%;
			height: 60px
		}
	
		.navigation-n121m-4 .header {
			width: 100%;
			display: block
		}
	
		.navigation-n121m-4 .logo-link {
			height: 60px;
			min-width: 150px;
			padding: 8px 16px
		}
	
		.navigation-n121m-4 .bar-icon-btn {
			position: relative;
			float: right;
			padding: 6px 8px 2px 8px;
			margin: 14px 10px 0 10px;
			cursor: pointer
		}
	
		.navigation-n121m-4 .bar-icon-btn>span {
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
			background-color: #0181cb;
			border-radius: 10px;
			height: 2px;
			width: 24px;
			margin-bottom: 7px;
			display: block
		}
	
		.navigation-n121m-4 .collapse {
			background: rgba(0, 0, 0, 0.5);
			position: fixed;
			top: 60px;
			bottom: 0;
			right: 0;
			left: 0;
			height: auto !important;
			overflow: auto;
			z-index: 20
		}
	
		.navigation-n121m-4 .out-search {
			display: none
		}
	
		.navigation-n121m-4 .language e {
			display: none
		}
	
		.navigation-n121m-4 .language .list {
			padding: 0 15px
		}
	
		.navigation-n121m-4 .language .list li {
			float: left;
			width: 33.33%
		}
	
		.navigation-n121m-4 .language .list li a {
			display: block;
			line-height: 40px;
			margin-right: 10px
		}
	
		.navigation-n121m-4 .language .list li i {
			margin-top: 10px
		}
	
		.navigation-n121m-4 .language .list li p {
			float: left;
			margin: 0 2px
		}
	
		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(1) {
			transform: translateY(9px) rotate(45deg)
		}
	
		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(2) {
			opacity: 0
		}
	
		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(3) {
			transform: translateY(-9px) rotate(-45deg)
		}
	
		.navigation-n121m-4 .dmenu .collapse {
			display: block
		}
	
		.navigation-n121m-4 .navbar-ul {
			position: relative;
			min-height: 400px;
			width: 100%
		}
	
		.navigation-n121m-4 .navbar-ul>li {
			height: auto;
			display: inline-block;
			width: 100%;
			text-align: left;
			margin: 0
		}
	
		.navigation-n121m-4 .navbar-ul>li a {
			line-height: 25px;
			padding: 10px 15px
		}
	
		.navigation-n121m-4 .navbar-ul .lv-2 {
			position: initial;
			width: 100%;
			padding-top: 0;
			margin-top: 0;
			transform: translateX(0)
		}
	
		.navigation-n121m-4 .navbar-ul .lv-2>li {
			height: auto
		}
	
		.navigation-n121m-4 .navbar-ul .lv-3 {
			max-width: initial;
			position: initial
		}
	
		.navigation-n121m-4 .navbar-ul .lv-3 li {
			text-indent: 1em
		}
	
		.navigation-n121m-4 .navbar-ul .lv-2 li a,
		.navigation-n121m-4 .navbar-ul .lv-3 li a {
			padding: 7px 15px;
			font-size: 1.4rem
		}
	
		.navigation-n121m-4 .navbar-ul .f-down {
			position: absolute;
			right: 16px
		}
	
		.navigation-n121m-4 .navbar-ul .opened>.subnavs {
			display: block;
			width: 100%
		}
	
		.navigation-n121m-4 .navbar-ul .opened>a .f-down {
			transform: rotate(180deg)
		}
	}
	
	@media(min-width:1200px) {
		.navigation-n121m-4 .collapse {
			width: 75%;
			padding: 0 10px;
			display: block
		}
	
		.navigation-n121m-4 .bar-icon-btn {
			display: none
		}
	
		.navigation-n121m-4 .out-search {
			position: absolute;
			right: 25px;
			top: 36px;
			font-size: 2rem;
			line-height: 18px;
			cursor: pointer;
			color: #fff
		}
	
		.navigation-n121m-4 .language {
			position: absolute;
			right: 60px;
			top: 33px;
			color: #fff;
			cursor: pointer;
			margin-right: 10px;
			height: 56px;
			font-size: 1.6rem
		}
	
		.navigation-n121m-4 .language e {
			line-height: 1.7;
			color: #fff
		}
	
		.navigation-n121m-4 .language e .iconflag {
			margin: 4px 8px 0 0
		}
	
		.navigation-n121m-4 .language .list {
			max-height: 400px;
			overflow: auto;
			position: absolute;
			z-index: 20;
			top: 56px;
			right: 0;
			list-style-type: none;
			height: auto;
			background-color: rgba(0, 0, 0, 0.5);
			opacity: 0;
			display: none;
			width: 20rem;
			flex-direction: row;
			flex-wrap: wrap;
			scrollbar-width: thin;
			scrollbar-color: #5e5d62 #313131
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar {
			width: 6px;
			height: 8px
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar-track {
			background-color: #313131;
			border-radius: 10px
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar-button {
			height: 0
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar-thumb {
			background-color: #5e5d62;
			border-radius: 10px
		}
	
		.navigation-n121m-4 .language .list li {
			width: 50%;
			padding: 10px 4px 5px 13px;
			overflow: hidden;
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s
		}
	
		.navigation-n121m-4 .language .list li:last-child {
			border-bottom: 0
		}
	
		.navigation-n121m-4 .language .list li a {
			display: inline-block;
			position: relative;
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s
		}
	
		.navigation-n121m-4 .language .list li p {
			display: inline-block;
			text-align: left;
			width: 100%;
			padding: 0 2px 0 32px;
			margin: 0;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			font-size: 1.4rem
		}
	
		.navigation-n121m-4 .language .list li i {
			position: absolute;
			left: 0;
			top: 2px
		}
	
		.navigation-n121m-4 .language .list li:hover {
			background-color: #735e44
		}
	
		.navigation-n121m-4 .language .list li:hover a {
			color: #fff
		}
	
		.navigation-n121m-4 .language:focus,
		.navigation-n121m-4 .language:hover {
			color: #735e44
		}
	
		.navigation-n121m-4 .language:focus .list,
		.navigation-n121m-4 .language:hover .list {
			opacity: 1;
			display: flex
		}
	
		.navigation-n121m-4 li.active>a {
			color: #735e44
		}
	
		.navigation-n121m-4 li>.subnavs {
			transition: all .3s ease-in-out;
			transform: scale(0.8) rotateY(30deg);
			transform-origin: center 0;
			opacity: 0;
			display: block;
			visibility: hidden
		}
	
		.navigation-n121m-4 li:hover>.subnavs {
			transform: none;
			opacity: 1;
			visibility: visible
		}
	
		.navigation-n121m-4 .subnavs {
			border-top: 0
		}
	
		.navigation-n121m-4 .subnavs .f-down {
			position: absolute;
			right: 4px;
			transform: rotate(270deg)
		}
	}
	
	@media(max-width:1440px) {
		.navigation-n121m-4 .navbar-ul>li {
			font-size: 1.4rem
		}
	}
	
	.breadcrumb-n116m-1 {
		width: 100%;
		position: relative;
		background: #f2f2f2;
		overflow: hidden;
		margin-bottom: 40px
	}
	
	.breadcrumb-n116m-1 .bg {
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 15%
	}
	
	.breadcrumb-n116m-1 .bg .square-cont {
		position: absolute;
		width: 100%;
		height: 100%
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span {
		overflow: hidden
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span>img {
		max-height: initial;
		width: 100%
	}
	
	.breadcrumb-n116m-1 .bg .square-cont .mask {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 2
	}
	
	.breadcrumb-n116m-1 ul,
	.breadcrumb-n116m-1 li {
		overflow: auto;
		list-style: none;
		padding: 0;
		margin: 0
	}
	
	.breadcrumb-n116m-1 li {
		display: inline-block;
		vertical-align: middle;
		font-size: 1.6rem;
		line-height: 40px;
		margin-right: 5px;
		color: #999
	}
	
	.breadcrumb-n116m-1 li a {
		-webkit-transition: color .5s;
		-moz-transition: color .5s;
		-o-transition: color .5s;
		transition: color .5s;
		text-decoration: none;
		color: #505050
	}
	
	.breadcrumb-n116m-1 li a:hover {
		color: #0181cb
	}
	
	.breadcrumb-n116m-1 li .f-home {
		color: #0181cb
	}
	
	.breadcrumb-n116m-1 li:nth-last-child(2) a {
		color: #0181cb
	}
	
	@media(max-width:768px) {
		.breadcrumb-n116m-1 {
			margin-bottom: 40px
		}
	
		.breadcrumb-n116m-1 li {
			font-size: 1.4rem;
			line-height: 30px
		}
	}
	
	.case-list-n101m-1 {
		margin: 0 -15px 15px -15px;
		font-size: 1.4rem;
		overflow: auto
	}
	
	.case-list-n101m-1 a {
		text-decoration: none
	}
	
	.case-list-n101m-1 .item {
		width: 100%;
		float: left;
		margin: 0 0 30px 0
	}
	
	.case-list-n101m-1 .item .blk {
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		background-color: #f2f2f2;
		overflow: hidden;
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 100%
	}
	
	.case-list-n101m-1 .item .blk .square-cont {
		position: absolute;
		width: 100%;
		height: 100%
	}
	
	.case-list-n101m-1 .item .blk .cover-image>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.case-list-n101m-1 .item .blk .cover-image>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.case-list-n101m-1 .item:hover .text {
		opacity: 1
	}
	
	.case-list-n101m-1 .item:hover .adorn span:before {
		width: 100%;
		opacity: 1;
		left: -80%
	}
	
	.case-list-n101m-1 .item:hover .adorn span:after {
		width: 100%;
		opacity: 1;
		left: 80%
	}
	
	.case-list-n101m-1 .text {
		text-align: center;
		opacity: 0;
		position: absolute;
		top: 0;
		left: 15px;
		bottom: 30px;
		right: 15px;
		background-color: rgba(0, 0, 0, 0.5);
		-webkit-transition: all .5s ease .1s;
		-moz-transition: all .5s ease .1s;
		-o-transition: all .5s ease .1s;
		transition: all .5s ease .1s
	}
	
	.case-list-n101m-1 .text:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 0;
		height: 100%
	}
	
	.case-list-n101m-1 .text .mt {
		vertical-align: middle;
		display: inline-block;
		width: 96%
	}
	
	.case-list-n101m-1 .text .title {
		width: 100%;
		display: block;
		color: #fff;
		text-decoration: none;
		overflow: hidden;
		font-size: 1.8rem;
		max-height: 110px;
		margin-bottom: 12px;
		padding: 5px 0 0 0;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}
	
	.case-list-n101m-1 .text .btn {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 32px;
		padding: 0 20px;
		transition: all .5s;
		color: #fff;
		background: #0181cb;
		text-transform: uppercase
	}
	
	.case-list-n101m-1 .text .btn:hover {
		background: #806d59
	}
	
	.case-list-n101m-1 .adorn {
		display: block;
		position: absolute;
		z-index: 2;
		top: 0;
		left: 15px;
		bottom: 30px;
		right: 15px;
		overflow: hidden;
		pointer-events: none
	}
	
	.case-list-n101m-1 .adorn span {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%
	}
	
	.case-list-n101m-1 .adorn span:before,
	.case-list-n101m-1 .adorn span:after {
		content: '';
		display: block;
		position: absolute;
		width: 0;
		height: 1px;
		opacity: 0;
		background-color: #0181cb;
		-webkit-transition: all .5s ease .2s;
		-moz-transition: all .5s ease .2s;
		-o-transition: all .5s ease .2s;
		transition: all .5s ease .2s;
		top: 50%;
		left: 50%
	}
	
	.case-list-n101m-1 .adorn span:first-child {
		transform: rotate(45deg)
	}
	
	.case-list-n101m-1 .adorn span:last-child {
		transform: rotate(-45deg)
	}
	
	@media(max-width:768px) {
		.case-list-n101m-1 {
			margin: 10px -15px 0 -15px;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap
		}
	
		.case-list-n101m-1 .col-xs-6:nth-child(2n) {
			padding-left: 9px
		}
	
		.case-list-n101m-1 .col-xs-6:nth-child(2n+1) {
			padding-right: 9px
		}
	
		.case-list-n101m-1 .item {
			margin: 0 0 10px 0
		}
	
		.case-list-n101m-1 .item:hover .blk {
			border: 1px solid #0181cb
		}
	
		.case-list-n101m-1 .item:hover .text .title {
			color: #0181cb
		}
	
		.case-list-n101m-1 .item .blk {
			border: 1px solid transparent
		}
	
		.case-list-n101m-1 .text {
			opacity: 1;
			position: initial;
			background: transparent
		}
	
		.case-list-n101m-1 .text:before {
			display: none
		}
	
		.case-list-n101m-1 .text .title {
			margin-bottom: 0;
			color: #343434;
			font-size: 1.6rem
		}
	
		.case-list-n101m-1 .text .btn {
			display: none
		}
	
		.case-list-n101m-1 .adorn {
			display: none
		}
	}
	
	.pagination-n101m-1 {
		font-size: 1.6rem;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
		margin-top: 25px
	}
	
	.pagination-n101m-1 ul {
		display: inline-block;
		padding-left: 0
	}
	
	.pagination-n101m-1 ul li {
		display: inline-block;
		vertical-align: top;
		font-size: 1.4rem;
		text-align: center;
		padding: 0 6px;
		line-height: 38px;
		height: 40px;
		min-width: 40px;
		border: 1px solid #bfbbb4;
		margin: 0 5px 5px 5px;
		color: #505050;
		background-color: #fff;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}
	
	.pagination-n101m-1 ul li:hover {
		background-color: #0181cb;
		color: #fff
	}
	
	.pagination-n101m-1 ul li a {
		color: inherit;
		text-decoration: none;
		width: 100%;
		height: 100%;
		display: inline-block
	}
	
	.pagination-n101m-1 ul .active {
		border-color: #0181cb;
		background: #0181cb;
		color: #fff !important
	}
	
	.pagination-n101m-1 ul .pageinfo {
		border: 0;
		background: transparent;
		color: #505050 !important
	}
	
	.message-n101m-1 {
		margin: 0 0 60px 0;
		padding: 32px 17px;
		position: relative;
		overflow: auto;
		background: #f2f2f2
	}
	
	.message-n101m-1 .mtitle {
		padding: 6px 12px;
		margin: 0 15px 24px 15px;
		border-left: 4px solid #0181cb;
		color: #0181cb;
		border-color: #0181cb;
		font-size: 1.6rem;
		font-weight: 700
	}
	
	.message-n101m-1 .mdesc {
		color: #0181cb
	}
	
	.message-n101m-1 .line {
		margin-bottom: 30px;
		position: relative
	}
	
	.message-n101m-1 .line label {
		font-size: 1.6rem;
		font-weight: normal
	}
	
	.message-n101m-1 .line label i {
		margin-right: 6px;
		color: red;
		font-size: 15px
	}
	
	.message-n101m-1 .line input,
	.message-n101m-1 .line textarea {
		font-size: 1.6rem;
		-webkit-appearance: none;
		outline: 0;
		border: 1px solid #cbcbcb;
		border-radius: 2px
	}
	
	.message-n101m-1 .line input:focus,
	.message-n101m-1 .line textarea:focus,
	.message-n101m-1 .line input:hover,
	.message-n101m-1 .line textarea:hover {
		outline: 0;
		-webkit-appearance: none;
		border: 1px solid #b3aca2
	}
	
	.message-n101m-1 .line textarea {
		line-height: 26px;
		resize: none
	}
	
	.message-n101m-1 .line input {
		line-height: 40px;
		height: 40px;
		padding: 0 12px
	}
	
	.message-n101m-1 .field-validation-error {
		color: red;
		padding: 0 12px;
		margin-top: 2px;
		display: inline-block;
		font-size: 1.4rem;
		position: absolute;
		left: 0
	}
	
	.message-n101m-1 .subbtn {
		float: left;
		padding: 0 16px
	}
	
	.message-n101m-1 .subbtn button {
		transition: background-color .3s ease 0s;
		outline: 0;
		cursor: pointer;
		appearance: none;
		user-select: none;
		text-align: center;
		word-spacing: normal;
		height: 40px;
		line-height: 38px;
		padding: 0 24px;
		font-size: 16px;
		border: 0;
		color: #fff;
		background: #0181cb
	}
	
	.message-n101m-1 .subbtn button:hover {
		background: #59493a
	}
	
	.message-n101m-1 .privacy {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		margin-left: 8px;
		font-weight: normal
	}
	
	.message-n101m-1 .privacy input[type="checkbox"] {
		display: block;
		position: relative;
		vertical-align: middle;
		margin-right: 24px;
		height: 1px;
		opacity: 0;
		margin: 0;
		cursor: pointer
	}
	
	.message-n101m-1 .privacy input[type="checkbox"]:checked+span:before {
		border-color: #0181cb;
		background-color: #0181cb
	}
	
	.message-n101m-1 .privacy input[type="checkbox"]:checked+span:after {
		border-color: #fff
	}
	
	.message-n101m-1 .privacy .nschb {
		display: block;
		position: relative;
		font-size: 14px;
		padding-left: 24px;
		line-height: 40px;
		cursor: pointer;
		color: #333
	}
	
	.message-n101m-1 .privacy .nschb:before,
	.message-n101m-1 .privacy .nschb:after {
		display: block;
		position: absolute;
		content: '';
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}
	
	.message-n101m-1 .privacy .nschb:before {
		top: 50%;
		left: 0;
		width: 18px;
		height: 18px;
		background-color: #fff;
		border: 1px solid #d8d8d8;
		margin-top: -9px
	}
	
	.message-n101m-1 .privacy .nschb:after {
		width: 9px;
		height: 6px;
		border-width: 0 0 2px 2px;
		border-color: transparent;
		border-style: solid;
		top: 50%;
		left: 4px;
		margin-top: -5px;
		transform: rotate(-45deg)
	}
	
	.message-n101m-1 .privacy a {
		color: #505050;
		text-decoration: none;
		font-size: 1.6rem
	}
	
	@media(max-width:768px) {
		.message-n101m-1 {
			padding: 16px 1px
		}
	
		.message-n101m-1 .line input {
			line-height: 32px;
			height: 32px
		}
	
		.message-n101m-1 .mtitle {
			margin-bottom: 12px
		}
	}
	
	.friendly-link-n101m-1 {
		position: relative;
		padding: 32px 0 0 0
	}
	
	.friendly-link-n101m-1 .blk {
		display: none;
		float: left;
		padding: 10px
	}
	
	.friendly-link-n101m-1 .title {
		text-transform: uppercase;
		font-size: 1.6rem
	}
	
	.friendly-link-n101m-1 a,
	.friendly-link-n101m-1 h3.title {
		display: inline-block;
		width: 100%;
		font-size: 1.4rem;
		color: #e5e5e5;
		opacity: .6;
		text-decoration: none;
		line-height: 24px;
		margin-bottom: 8px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}
	
	.friendly-link-n101m-1 a:hover,
	.friendly-link-n101m-1 h3.title:hover {
		opacity: 1
	}
	
	.friendly-link-n101m-1 .cus {
		position: relative;
		margin-bottom: 15px
	}
	
	.friendly-link-n101m-1 .cus .imco {
		color: #e5e5e5;
		font-size: 26px;
		position: absolute;
		left: 2px
	}
	
	.friendly-link-n101m-1 .cus .info {
		padding-left: 48px
	}
	
	.friendly-link-n101m-1 .cus .info a {
		margin-bottom: 0
	}
	
	.friendly-link-n101m-1 .sns a {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 24px;
		text-align: center;
		border-radius: 40px;
		background: #fff;
		margin: 0 16px 16px 0;
		opacity: 1
	}
	
	.friendly-link-n101m-1 .sns a .f-skype {
		color: #00aff0
	}
	
	.friendly-link-n101m-1 .sns a .f-twitter {
		color: #02b0e8
	}
	
	.friendly-link-n101m-1 .sns a .f-google-plus {
		color: #cc3b1e
	}
	
	.friendly-link-n101m-1 .sns a .f-linkedin {
		color: #006a9a
	}
	
	.friendly-link-n101m-1 .sns a .f-facebook {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-instagram {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-youtube {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-comment {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-pinterest {
		color: #e10600
	}
	
	.friendly-link-n101m-1 .sns a .f-tiktok {
		color: #740dbc
	}
	
	.friendly-link-n101m-1 .snsinfo a {
		color: #806d59;
		background-color: #343434;
		background: #fff;
		display: inline-block;
		width: 32px;
		height: 32px;
		line-height: 32px;
		border-radius: 50%;
		margin: 0 8px;
		text-decoration: none
	}
	
	.friendly-link-n101m-1 .snsinfo a:hover {
		color: #b3aca2;
		background: #e5e5e5
	}
	
	.friendly-link-n101m-1 .snsinfo a i {
		font-size: 1.8rem;
		display: block
	}
	
	@media(max-width:1200px) {
		.friendly-link-n101m-1 .blk {
			padding: 32px 16px
		}
	}
	
	@media(max-width:768px) {
		.friendly-link-n101m-1 {
			padding: 20px 20px 55px 20px;
			margin-bottom: -50px
		}
	
		.friendly-link-n101m-1 .container {
			padding-left: 0;
			padding-right: 0;
			margin: 0;
			width: 100%
		}
	
		.friendly-link-n101m-1 .container .sns a {
			margin: 0 8px 8px 0
		}
	
		.friendly-link-n101m-1 .container .blk:last-child {
			display: block;
			padding: 0
		}
	}
	
	@media(min-width:768px) {
	
		.friendly-link-n101m-1 .blk:nth-child(1),
		.friendly-link-n101m-1 .blk:nth-child(2),
		.friendly-link-n101m-1 .blk:nth-child(3),
		.friendly-link-n101m-1 .blk:last-child {
			display: block
		}
	}
	
	.copyright-n101m-1 {
		text-align: center;
		font-size: 1.6rem;
		height: 50px;
		line-height: 50px;
		color: #fff;
		opacity: .8
	}
	
	@media(max-width:768px) {
		.copyright-n101m-1 {
			height: 42px;
			line-height: 42px
		}
	}
	
	.contact-box-n101m-1 {
		position: fixed;
		bottom: 38%;
		right: 0;
		z-index: 1041
	}
	
	.contact-box-n101m-1 ul {
		list-style: none;
		padding: 0
	}
	
	.contact-box-n101m-1 a {
		text-decoration: none;
		cursor: pointer
	}
	
	.contact-box-n101m-1 .item {
		position: relative
	}
	
	.contact-box-n101m-1 .item.hide {
		display: none
	}
	
	.contact-box-n101m-1 .item .qrcode {
		padding: 15px;
		max-width: 150px;
		max-height: 150px;
		background: #fff
	}
	
	.contact-box-n101m-1 .item i {
		display: block;
		color: #fff;
		background: #0181cb;
		padding: 9px 13px;
		font-size: 24px;
		width: 50px;
		height: 50px
	}
	
	.contact-box-n101m-1 .item i:hover {
		background: #59493a
	}
	
	.contact-box-n101m-1 .item .tools {
		display: none;
		min-width: 80px;
		min-height: 40px;
		position: absolute;
		top: 4px;
		right: 100%;
		padding-right: 8px
	}
	
	.contact-box-n101m-1 .item .tools:before,
	.contact-box-n101m-1 .item .tools:after {
		content: '';
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid
	}
	
	.contact-box-n101m-1 .item .tools:before {
		z-index: 2;
		right: -5px;
		top: 14px;
		border-width: 7px;
		border-color: transparent transparent transparent #fff
	}
	
	.contact-box-n101m-1 .item .tools:after {
		z-index: 1;
		right: -8px;
		top: 13px;
		border-width: 8px;
		border-color: transparent transparent transparent #e5e5e5
	}
	
	.contact-box-n101m-1 .item .tools .imco:before {
		margin-right: 6px
	}
	
	.contact-box-n101m-1 .item .tools:hover:before {
		border-color: transparent transparent transparent #d9d5cc
	}
	
	.contact-box-n101m-1 .item .tools a {
		display: block;
		padding: 10px 16px;
		color: #505050;
		background: #fff;
		border: 1px solid #e5e5e5;
		font-size: 1.6rem;
		line-height: 20px;
		white-space: nowrap;
		cursor: pointer
	}
	
	.contact-box-n101m-1 .item .tools a:nth-child(n+2) {
		border-top: 0
	}
	
	.contact-box-n101m-1 .item .tools a:hover {
		color: #806d59;
		background: #d9d5cc
	}
	
	.contact-box-n101m-1 .item:hover .tools {
		display: block
	}
	
	.contact-box-n101m-1 .modal {
		padding-right: 0 !important
	}
	
	.contact-box-n101m-1 .pnl {
		height: 100%;
		color: #fff;
		position: relative
	}
	
	.contact-box-n101m-1 .pnl .close {
		position: absolute;
		width: 32px;
		height: 32px;
		line-height: 29px;
		font-size: 26px;
		background: transparent;
		right: 5px;
		top: 5px;
		text-align: center;
		border: 0;
		color: #e5e5e5
	}
	
	.contact-box-n101m-1 .pnl .close:hover {
		color: #0181cb
	}
	
	.contact-box-n101m-1 .pnl .search-box {
		position: absolute;
		top: 35%;
		width: 100%
	}
	
	.contact-box-n101m-1 .pnl .search-box .input-text {
		outline: 0;
		height: 40px;
		width: 80%;
		margin: 0 0 0 5%;
		background: #fff;
		color: #505050;
		border: 0;
		float: left;
		padding-left: 1rem;
		font-size: 1.6rem
	}
	
	.contact-box-n101m-1 .pnl .search-box .search-btn {
		position: absolute;
		left: 85%;
		width: 50px;
		height: 40px;
		border: 0;
		background: #0181cb;
		cursor: pointer;
		color: #fff;
		font-size: 20px
	}
	
	.contact-box-n101m-1 .mid-pnl {
		width: 100%;
		background: rgba(0, 0, 0, 0.8)
	}
	
	.contact-box-n101m-1 .home,
	.contact-box-n101m-1 .b2t {
		display: none
	}
	
	.contact-box-n101m-1-blk {
		display: none
	}
	
	@media(max-width:768px) {
		.contact-box-n101m-1 {
			left: 0;
			bottom: 0;
			width: 100%;
			height: 50px
		}
	
		.contact-box-n101m-1 ul {
			display: flex;
			justify-content: space-around;
			background: #fff
		}
	
		.contact-box-n101m-1 .item {
			float: left
		}
	
		.contact-box-n101m-1 .item .tools {
			top: auto;
			bottom: 100%;
			right: 50%;
			transform: translateX(50%);
			padding-right: 0;
			padding-bottom: 8px
		}
	
		.contact-box-n101m-1 .item .tools:before {
			top: auto;
			bottom: -5px;
			right: 50%;
			transform: translateX(50%) translateY(0);
			border-color: #fff transparent transparent transparent
		}
	
		.contact-box-n101m-1 .item .tools:after {
			top: auto;
			right: 50%;
			bottom: -8px;
			transform: translateX(50%) translateY(0);
			border-color: #e5e5e5 transparent transparent transparent
		}
	
		.contact-box-n101m-1 .item .tools:hover:before {
			border-color: #d9d5cc transparent transparent transparent
		}
	
		.contact-box-n101m-1 .item i {
			color: #0181cb;
			background: #fff
		}
	
		.contact-box-n101m-1 .home {
			display: block
		}
	
		.contact-box-n101m-1 .b2t {
			display: none !important
		}
	
		.contact-box-n101m-1-blk {
			height: 50px;
			display: block
		}
	}
	
	.back-top-n8m-2 {
		position: fixed;
		padding: 8px 10px 12px 10px;
		text-align: center;
		border-radius: 8px;
		border: 2px solid #bfbbb4;
		color: #cbcbcb;
		background-color: #e6e2d8;
		opacity: .7;
		right: 16px;
		bottom: 15%;
		display: none
	}
	
	.back-top-n8m-2:hover {
		opacity: 1;
		background-color: #ccc8c0;
		cursor: pointer
	}
	
	.back-top-n8m-2 i {
		color: #806d59;
		width: 28px;
		height: 28px;
		display: inline-block;
		font-size: 24px
	}
	
	.headline-n118m-5 {
		background: #0181cb;
		padding: 10px 15px
	}
	
	.headline-n118m-5 i {
		width: 10px;
		height: 25px;
		display: inline-block;
		background: #fff;
		float: left;
		margin-right: 20px;
		transform: skewX(150deg)
	}
	
	.headline-n118m-5 h2 {
		padding: 6px 10px;
		margin: 0;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 700;
		text-transform: capitalize
	}
	
	@media(max-width:768px) {
		.headline-n118m-5 {
			padding: 5px 15px
		}
	
		.headline-n118m-5 h2 {
			padding: 6px 8px
		}
	}
	
	.product-category-n113m-1 {
		width: 100%;
		border: 1px solid #f2f2f2;
		border-top: 0;
		padding: 10px 20px 25px 20px;
		margin-bottom: 30px;
		background: #fff;
		font-size: 1.6rem
	}
	
	.product-category-n113m-1 ul {
		overflow: hidden;
		list-style: none;
		padding: 0
	}
	
	.product-category-n113m-1 .lv1 {
		border-bottom: 1px solid #f2f2f2;
		padding: 10px 0
	}
	
	.product-category-n113m-1 .sub {
		display: none;
		padding: 10px 10px 10px 15px
	}
	
	.product-category-n113m-1 .sub a {
		padding: 6px 0 6px 10px;
		margin: 0;
		display: inline-block;
		padding-left: 15px;
		font-size: 1.6rem
	}
	
	.product-category-n113m-1 .sub a:before {
		content: '';
		width: 6px;
		height: 6px;
		position: absolute;
		left: 1px;
		top: 12px;
		display: inline-block;
		background: #505050
	}
	
	.product-category-n113m-1 a,
	.product-category-n113m-1 .expand {
		line-height: 24px;
		position: relative;
		color: #505050;
		text-decoration: none
	}
	
	.product-category-n113m-1 .expand {
		width: 20px;
		display: inline-block;
		text-align: center;
		cursor: pointer;
		float: right
	}
	
	.product-category-n113m-1 .expand:hover {
		color: #0181cb
	}
	
	.product-category-n113m-1 .open {
		transform: rotate(180deg)
	}
	
	.product-category-n113m-1 .active a,
	.product-category-n113m-1 a:hover {
		color: #735e44
	}
	
	.product-category-n113m-1 .active a:before,
	.product-category-n113m-1 a:hover:before {
		background: #0181cb
	}
	
	@media(max-width:768px) {
		.product-category-n113m-1 {
			padding: 5px 20px 15px 20px
		}
	}
	
	.product-list-n120m-2 {
		font-size: 1.6rem;
		margin-bottom: 15px
	}
	
	.product-list-n120m-2 ul {
		list-style: none;
		overflow: auto;
		padding: 0;
		margin: 0
	}
	
	.product-list-n120m-2 ul li {
		margin-bottom: 15px;
		background: #f2f2f2;
		display: flex;
		align-items: center
	}
	
	.product-list-n120m-2 .item {
		width: 100%;
		float: left
	}
	
	.product-list-n120m-2 .item .blk {
		background-color: #fff;
		margin: 15px 0;
		overflow: hidden;
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 100%
	}
	
	.product-list-n120m-2 .item .blk .square-cont {
		position: absolute;
		width: 100%;
		height: 100%
	}
	
	.product-list-n120m-2 .item .blk .cover-image {
		overflow: hidden;
		display: block
	}
	
	.product-list-n120m-2 .item .blk .cover-image>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.product-list-n120m-2 .item .blk .cover-image>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.product-list-n120m-2 .item .blk .cover-image>span {
		overflow: hidden
	}
	
	.product-list-n120m-2 .item .blk .cover-image img {
		-webkit-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-o-transition: ease all .4s;
		transition: ease all .4s
	}
	
	.product-list-n120m-2 .item .blk .cover-image img:hover {
		transform: scale(1.2)
	}
	
	.product-list-n120m-2 .text {
		float: left;
		padding-left: 0
	}
	
	.product-list-n120m-2 .text .th {
		margin: 0 0 10px 0
	}
	
	.product-list-n120m-2 .text .th a {
		font-size: 1.6rem;
		line-height: 1.6;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		display: -webkit-box;
		text-decoration: none;
		color: #343434
	}
	
	.product-list-n120m-2 .text .th a:hover {
		color: #0181cb
	}
	
	.product-list-n120m-2 .text .link {
		background: #b3aca2;
		font-size: 1.6rem;
		border-radius: 10px;
		padding: 10px;
		color: #fff;
		max-width: 100px;
		text-align: center;
		margin-top: 10px
	}
	
	.product-list-n120m-2 .text .link:hover {
		background: #59493a
	}
	
	@media(min-width:768px) {
		.product-list-n120m-2 .item {
			width: 40%
		}
	
		.product-list-n120m-2 .text {
			width: 60%;
			padding-left: 25px
		}
	}
	
	.contact-info-n114m-1 {
		border: 1px solid #f2f2f2;
		margin-bottom: 30px;
		font-size: 1.4rem
	}
	
	.contact-info-n114m-1 .pb {
		color: #fff;
		overflow: hidden;
		font-size: 1.6rem;
		display: flex;
		flex-direction: column
	}
	
	.contact-info-n114m-1 .box {
		text-align: center;
		padding: 10px 20px 0 20px;
		display: flex;
		align-items: center
	}
	
	.contact-info-n114m-1 .box .multi a {
		margin: 2px 0
	}
	
	.contact-info-n114m-1 .imco {
		font-size: 3.2rem;
		line-height: 1;
		margin-right: 15px;
		color: #0181cb
	}
	
	.contact-info-n114m-1 .box-right {
		text-align: left
	}
	
	.contact-info-n114m-1 .box-right p {
		color: #0181cb;
		font-size: 1.6rem;
		margin: 8px 0;
		line-height: 1.576;
		text-transform: uppercase
	}
	
	.contact-info-n114m-1 .box-right a {
		color: #888;
		text-decoration: none;
		display: block;
		overflow: hidden;
		word-break: break-word;
		font-size: 1.6rem;
		line-height: 2.5rem
	}
	
	.contact-info-n114m-1 .box-right a:hover {
		color: #e5e5e5
	}
	
	.navigation-n121m-4 {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		z-index: 1041;
		width: 100%;
		background: linear-gradient(90deg, #595959, #2d2b27);
		font-size: 1.4rem;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		position: sticky;
		top: 0;
		left: 0
	}
	
	.navigation-n121m-4 ul {
		overflow: auto;
		list-style: none;
		margin: 0;
		padding: 0
	}
	
	.navigation-n121m-4 a {
		color: #fff;
		text-decoration: none;
		cursor: pointer
	}
	
	.navigation-n121m-4 a:hover {
		color: #0181cb
	}
	
	.navigation-n121m-4 .header {
		width: 95%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		position: relative
	}
	
	.navigation-n121m-4 .logo-link {
		width: 15%;
		height: 90px;
		vertical-align: middle;
		display: inline-block;
		transition: all .3s
	}
	
	.navigation-n121m-4 .logo-link>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.navigation-n121m-4 .logo-link>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.navigation-n121m-4 .logo-link>span img {
		right: initial
	}
	
	.navigation-n121m-4 .navbar-ul {
		height: auto;
		display: table;
		margin: 0 auto
	}
	
	.navigation-n121m-4 .navbar-ul:before {
		display: none
	}
	
	.navigation-n121m-4 .navbar-ul>li {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		position: relative;
		float: left;
		margin: 0 5px;
		cursor: pointer;
		font-size: 1.6rem;
		text-transform: uppercase;
		perspective: 500px
	}
	
	.navigation-n121m-4 .navbar-ul>li>a {
		display: block;
		padding: 33px 5px
	}
	
	.navigation-n121m-4 .navbar-ul .f-down {
		padding: 0 3px;
		display: inline-block;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}
	
	.navigation-n121m-4 .lv-2 {
		position: absolute;
		z-index: 1001;
		overflow: inherit;
		padding-top: 33px;
		top: 58px;
		left: 0;
		width: max-content;
		border-top: 2px solid #0181cb
	}
	
	.navigation-n121m-4 .lv-2>li {
		position: relative;
		display: block;
		font-size: 1.6rem;
		line-height: 40px;
		height: 40px
	}
	
	.navigation-n121m-4 .lv-2>li a {
		padding: 0 20px
	}
	
	.navigation-n121m-4 .lv-3 {
		left: 100%;
		width: max-content;
		top: 0;
		overflow: inherit
	}
	
	.navigation-n121m-4 .lv-3 li a {
		padding: 0 20px;
		display: block;
		color: #fff
	}
	
	.navigation-n121m-4 .lv-3 li a:hover {
		color: #735e44
	}
	
	.navigation-n121m-4 .subnavs {
		display: none;
		position: absolute
	}
	
	.navigation-n121m-4 .subnavs li {
		z-index: 1002;
		background: linear-gradient(90deg, #595959, #2d2b27);
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}
	
	.navigation-n121m-4 .subnavs li a {
		position: relative;
		opacity: .9;
		text-transform: initial;
		display: block
	}
	
	.navigation-n121m-4.n-pin {
		background: rgba(0, 0, 0, 0.7)
	}
	
	.navigation-n121m-4.n-pin .logo-link {
		width: 13%
	}
	
	.navigation-n121m-4.n-pin .subnavs li {
		background: rgba(0, 0, 0, 0.7)
	}
	
	.navigation-n121m-4 .modal {
		padding-right: 0 !important
	}
	
	.navigation-n121m-4 .pnl {
		height: 100%;
		color: #fff;
		position: relative;
		width: 100%;
		background: rgba(0, 0, 0, 0.7)
	}
	
	.navigation-n121m-4 .pnl .close {
		position: absolute;
		width: 32px;
		height: 32px;
		line-height: 29px;
		font-size: 2.6rem;
		background: transparent;
		right: 5px;
		top: 5px;
		text-align: center;
		border: 0;
		color: #e5e5e5
	}
	
	.navigation-n121m-4 .pnl .close:hover {
		color: #fff
	}
	
	.navigation-n121m-4 .pnl .search-box {
		position: absolute;
		top: 35%;
		width: 100%
	}
	
	.navigation-n121m-4 .pnl .search-box .input-text {
		outline: 0;
		height: 50px;
		width: 60%;
		margin: 0 0 0 20%;
		background: rgba(0, 0, 0, 0.5);
		border: 0;
		float: left;
		padding-left: 1rem;
		font-size: 1.8rem
	}
	
	.navigation-n121m-4 .pnl .search-box .search-btn {
		position: absolute;
		left: 80%;
		width: 50px;
		height: 50px;
		border: 0;
		background: #735e44;
		cursor: pointer;
		color: #fff;
		font-size: 2.6rem
	}
	
	@media(max-width:1200px) {
		.navigation-n121m-4_blk {
			width: 100%;
			height: 60px
		}
	
		.navigation-n121m-4 .header {
			width: 100%;
			display: block
		}
	
		.navigation-n121m-4 .logo-link {
			height: 60px;
			min-width: 150px;
			padding: 8px 16px
		}
	
		.navigation-n121m-4 .bar-icon-btn {
			position: relative;
			float: right;
			padding: 6px 8px 2px 8px;
			margin: 14px 10px 0 10px;
			cursor: pointer
		}
	
		.navigation-n121m-4 .bar-icon-btn>span {
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
			background-color: #0181cb;
			border-radius: 10px;
			height: 2px;
			width: 24px;
			margin-bottom: 7px;
			display: block
		}
	
		.navigation-n121m-4 .collapse {
			background: rgba(0, 0, 0, 0.5);
			position: fixed;
			top: 60px;
			bottom: 0;
			right: 0;
			left: 0;
			height: auto !important;
			overflow: auto;
			z-index: 20
		}
	
		.navigation-n121m-4 .out-search {
			display: none
		}
	
		.navigation-n121m-4 .language e {
			display: none
		}
	
		.navigation-n121m-4 .language .list {
			padding: 0 15px
		}
	
		.navigation-n121m-4 .language .list li {
			float: left;
			width: 33.33%
		}
	
		.navigation-n121m-4 .language .list li a {
			display: block;
			line-height: 40px;
			margin-right: 10px
		}
	
		.navigation-n121m-4 .language .list li i {
			margin-top: 10px
		}
	
		.navigation-n121m-4 .language .list li p {
			float: left;
			margin: 0 2px
		}
	
		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(1) {
			transform: translateY(9px) rotate(45deg)
		}
	
		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(2) {
			opacity: 0
		}
	
		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(3) {
			transform: translateY(-9px) rotate(-45deg)
		}
	
		.navigation-n121m-4 .dmenu .collapse {
			display: block
		}
	
		.navigation-n121m-4 .navbar-ul {
			position: relative;
			min-height: 400px;
			width: 100%
		}
	
		.navigation-n121m-4 .navbar-ul>li {
			height: auto;
			display: inline-block;
			width: 100%;
			text-align: left;
			margin: 0
		}
	
		.navigation-n121m-4 .navbar-ul>li a {
			line-height: 25px;
			padding: 10px 15px
		}
	
		.navigation-n121m-4 .navbar-ul .lv-2 {
			position: initial;
			width: 100%;
			padding-top: 0;
			margin-top: 0;
			transform: translateX(0)
		}
	
		.navigation-n121m-4 .navbar-ul .lv-2>li {
			height: auto
		}
	
		.navigation-n121m-4 .navbar-ul .lv-3 {
			max-width: initial;
			position: initial
		}
	
		.navigation-n121m-4 .navbar-ul .lv-3 li {
			text-indent: 1em
		}
	
		.navigation-n121m-4 .navbar-ul .lv-2 li a,
		.navigation-n121m-4 .navbar-ul .lv-3 li a {
			padding: 7px 15px;
			font-size: 1.4rem
		}
	
		.navigation-n121m-4 .navbar-ul .f-down {
			position: absolute;
			right: 16px
		}
	
		.navigation-n121m-4 .navbar-ul .opened>.subnavs {
			display: block;
			width: 100%
		}
	
		.navigation-n121m-4 .navbar-ul .opened>a .f-down {
			transform: rotate(180deg)
		}
	}
	
	@media(min-width:1200px) {
		.navigation-n121m-4 .collapse {
			width: 75%;
			padding: 0 10px;
			display: block
		}
	
		.navigation-n121m-4 .bar-icon-btn {
			display: none
		}
	
		.navigation-n121m-4 .out-search {
			position: absolute;
			right: 25px;
			top: 36px;
			font-size: 2rem;
			line-height: 18px;
			cursor: pointer;
			color: #fff
		}
	
		.navigation-n121m-4 .language {
			position: absolute;
			right: 60px;
			top: 33px;
			color: #fff;
			cursor: pointer;
			margin-right: 10px;
			height: 56px;
			font-size: 1.6rem
		}
	
		.navigation-n121m-4 .language e {
			line-height: 1.7;
			color: #fff
		}
	
		.navigation-n121m-4 .language e .iconflag {
			margin: 4px 8px 0 0
		}
	
		.navigation-n121m-4 .language .list {
			max-height: 400px;
			overflow: auto;
			position: absolute;
			z-index: 20;
			top: 56px;
			right: 0;
			list-style-type: none;
			height: auto;
			background-color: rgba(0, 0, 0, 0.5);
			opacity: 0;
			display: none;
			width: 20rem;
			flex-direction: row;
			flex-wrap: wrap;
			scrollbar-width: thin;
			scrollbar-color: #5e5d62 #313131
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar {
			width: 6px;
			height: 8px
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar-track {
			background-color: #313131;
			border-radius: 10px
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar-button {
			height: 0
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar-thumb {
			background-color: #5e5d62;
			border-radius: 10px
		}
	
		.navigation-n121m-4 .language .list li {
			width: 50%;
			padding: 10px 4px 5px 13px;
			overflow: hidden;
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s
		}
	
		.navigation-n121m-4 .language .list li:last-child {
			border-bottom: 0
		}
	
		.navigation-n121m-4 .language .list li a {
			display: inline-block;
			position: relative;
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s
		}
	
		.navigation-n121m-4 .language .list li p {
			display: inline-block;
			text-align: left;
			width: 100%;
			padding: 0 2px 0 32px;
			margin: 0;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			font-size: 1.4rem
		}
	
		.navigation-n121m-4 .language .list li i {
			position: absolute;
			left: 0;
			top: 2px
		}
	
		.navigation-n121m-4 .language .list li:hover {
			background-color: #735e44
		}
	
		.navigation-n121m-4 .language .list li:hover a {
			color: #fff
		}
	
		.navigation-n121m-4 .language:focus,
		.navigation-n121m-4 .language:hover {
			color: #735e44
		}
	
		.navigation-n121m-4 .language:focus .list,
		.navigation-n121m-4 .language:hover .list {
			opacity: 1;
			display: flex
		}
	
		.navigation-n121m-4 li.active>a {
			color: #735e44
		}
	
		.navigation-n121m-4 li>.subnavs {
			transition: all .3s ease-in-out;
			transform: scale(0.8) rotateY(30deg);
			transform-origin: center 0;
			opacity: 0;
			display: block;
			visibility: hidden
		}
	
		.navigation-n121m-4 li:hover>.subnavs {
			transform: none;
			opacity: 1;
			visibility: visible
		}
	
		.navigation-n121m-4 .subnavs {
			border-top: 0
		}
	
		.navigation-n121m-4 .subnavs .f-down {
			position: absolute;
			right: 4px;
			transform: rotate(270deg)
		}
	}
	
	@media(max-width:1440px) {
		.navigation-n121m-4 .navbar-ul>li {
			font-size: 1.4rem
		}
	}
	
	.breadcrumb-n116m-1 {
		width: 100%;
		position: relative;
		background: #f2f2f2;
		overflow: hidden;
		margin-bottom: 40px
	}
	
	.breadcrumb-n116m-1 .bg {
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 15%
	}
	
	.breadcrumb-n116m-1 .bg .square-cont {
		position: absolute;
		width: 100%;
		height: 100%
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span {
		overflow: hidden
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span>img {
		max-height: initial;
		width: 100%
	}
	
	.breadcrumb-n116m-1 .bg .square-cont .mask {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 2
	}
	
	.breadcrumb-n116m-1 ul,
	.breadcrumb-n116m-1 li {
		overflow: auto;
		list-style: none;
		padding: 0;
		margin: 0
	}
	
	.breadcrumb-n116m-1 li {
		display: inline-block;
		vertical-align: middle;
		font-size: 1.6rem;
		line-height: 40px;
		margin-right: 5px;
		color: #999
	}
	
	.breadcrumb-n116m-1 li a {
		-webkit-transition: color .5s;
		-moz-transition: color .5s;
		-o-transition: color .5s;
		transition: color .5s;
		text-decoration: none;
		color: #505050
	}
	
	.breadcrumb-n116m-1 li a:hover {
		color: #0181cb
	}
	
	.breadcrumb-n116m-1 li .f-home {
		color: #0181cb
	}
	
	.breadcrumb-n116m-1 li:nth-last-child(2) a {
		color: #0181cb
	}
	
	@media(max-width:768px) {
		.breadcrumb-n116m-1 {
			margin-bottom: 40px
		}
	
		.breadcrumb-n116m-1 li {
			font-size: 1.4rem;
			line-height: 30px
		}
	}
	
	.paragraph-n8m-2 {
		padding: 20px;
		background-color: #fff;
		font-size: 1.8rem
	}
	
	.paragraph-n8m-2 i {
		width: 200px;
		height: 2px;
		background: #b3aca2;
		display: block;
		margin-bottom: 20px
	}
	
	.paragraph-n8m-2 h2 {
		font-size: 2.6rem;
		line-height: 1.6;
		padding-bottom: 15px;
		font-weight: bold;
		margin: 0;
		color: #343434
	}
	
	.paragraph-n8m-2 .text-content p {
		margin: 0;
		font-size: 1.6rem;
		line-height: 1.7;
		color: #505050;
		text-align: left;
		white-space: pre-wrap
	}
	
	.paragraph-n8m-2 .text-content table,
	.paragraph-n8m-2 .text-content td,
	.paragraph-n8m-2 .text-content p,
	.paragraph-n8m-2 .text-content img,
	.paragraph-n8m-2 .text-content video,
	.paragraph-n8m-2 .text-content iframe {
		max-width: 100%
	}
	
	@media(max-width:768px) {
		.paragraph-n8m-2 .text-content img {
			width: initial !important;
			height: initial !important
		}
	}
	
	.carousel-n2m-3 {
		font-size: 1.4rem
	}
	
	.carousel-n2m-3 .item {
		text-align: center
	}
	
	.carousel-n2m-3 .item .slider-inner {
		display: none
	}
	
	.carousel-n2m-3 .owl-item img {
		max-width: 100%;
		width: 100%;
		height: auto
	}
	
	.carousel-n2m-3 .owl-pagination {
		bottom: 4rem
	}
	
	.carousel-n2m-3 .owl-pagination .owl-page {
		background-color: #d9d5cc
	}
	
	.carousel-n2m-3 .owl-pagination .owl-page.active {
		background-color: #0181cb
	}
	
	.carousel-n2m-3 .carousel-content {
		padding: .8rem 0;
		font-size: 1.8rem
	}
	
	.carousel-n2m-3 .owl-prev:hover,
	.carousel-n2m-3 .owl-next:hover {
		background-color: #0181cb
	}
	
	.carousel-n2m-3 .progressBar>.bar {
		background-color: #0181cb
	}
	
	.carousel-n2m-3 .carousel-content a:hover {
		color: #0181cb
	}
	
	.carousel-n2m-3 .owl-buttons {
		display: none
	}
	
	.about-us-list-n121m-2 {
		overflow: hidden;
		padding-bottom: 30px
	}
	
	.about-us-list-n121m-2 ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
		position: relative;
		z-index: 1;
		padding: 20px 20px 0 20px
	}
	
	.about-us-list-n121m-2 ul li {
		display: flex;
		padding: 0 10px 30px 10px;
		align-items: center;
		justify-content: center
	}
	
	.about-us-list-n121m-2 ul li .cover {
		flex: none;
		margin-right: 15px;
		width: 96px
	}
	
	.about-us-list-n121m-2 ul li .cover>img {
		display: flex;
		height: 0;
		width: 100%;
		padding-bottom: 100%;
		-webkit-transition: all .35s ease;
		-o-transition: all .35s ease;
		transition: all .35s ease
	}
	
	.about-us-list-n121m-2 ul li .cover>img.loaded {
		width: 100%;
		height: auto;
		padding-right: 0;
		padding-bottom: 0
	}
	
	.about-us-list-n121m-2 ul li .intro {
		flex: auto;
		width: 100%
	}
	
	.about-us-list-n121m-2 ul li .intro>h4 {
		font-size: 2rem;
		line-height: 1.576;
		font-weight: normal;
		color: #0181cb
	}
	
	.about-us-list-n121m-2 ul li .intro>p {
		font-size: 1.6rem;
		line-height: 1.6;
		color: #6c6c6c;
		width: 100%;
		margin: 0 0 10px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		display: -webkit-box
	}
	
	.about-us-list-n121m-2 ul li:hover .cover>img {
		margin-bottom: 20px
	}
	
	@media screen and (max-width:1200px) {
		.about-us-list-n121m-2 ul li {
			padding: 20px;
			flex-direction: column
		}
	
		.about-us-list-n121m-2 ul li .cover {
			margin-right: 0;
			margin-bottom: 0;
			width: 72px
		}
	
		.about-us-list-n121m-2 ul li .intro>h4 {
			text-align: center;
			margin: 5px 0
		}
	
		.about-us-list-n121m-2 ul li .intro>p {
			text-align: center
		}
	}
	
	@media screen and (max-width:768px) {
		.about-us-list-n121m-2 ul {
			padding: 0
		}
	
		.about-us-list-n121m-2 ul li {
			padding: 10px 10px 0 10px
		}
	
		.about-us-list-n121m-2 ul li .cover {
			margin-bottom: 0;
			width: 56px
		}
	
		.about-us-list-n121m-2 ul li .intro>h4 {
			font-size: 1.6rem;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap
		}
	
		.about-us-list-n121m-2 ul li .intro>p {
			font-size: 1.3rem;
			margin-bottom: 0;
			-webkit-line-clamp: 10
		}
	}
	
	.message-n101m-1 {
		margin: 0 0 60px 0;
		padding: 32px 17px;
		position: relative;
		overflow: auto;
		background: #f2f2f2
	}
	
	.message-n101m-1 .mtitle {
		padding: 6px 12px;
		margin: 0 15px 24px 15px;
		border-left: 4px solid #0181cb;
		color: #0181cb;
		border-color: #0181cb;
		font-size: 1.6rem;
		font-weight: 700
	}
	
	.message-n101m-1 .mdesc {
		color: #0181cb
	}
	
	.message-n101m-1 .line {
		margin-bottom: 30px;
		position: relative
	}
	
	.message-n101m-1 .line label {
		font-size: 1.6rem;
		font-weight: normal
	}
	
	.message-n101m-1 .line label i {
		margin-right: 6px;
		color: red;
		font-size: 15px
	}
	
	.message-n101m-1 .line input,
	.message-n101m-1 .line textarea {
		font-size: 1.6rem;
		-webkit-appearance: none;
		outline: 0;
		border: 1px solid #cbcbcb;
		border-radius: 2px
	}
	
	.message-n101m-1 .line input:focus,
	.message-n101m-1 .line textarea:focus,
	.message-n101m-1 .line input:hover,
	.message-n101m-1 .line textarea:hover {
		outline: 0;
		-webkit-appearance: none;
		border: 1px solid #b3aca2
	}
	
	.message-n101m-1 .line textarea {
		line-height: 26px;
		resize: none
	}
	
	.message-n101m-1 .line input {
		line-height: 40px;
		height: 40px;
		padding: 0 12px
	}
	
	.message-n101m-1 .field-validation-error {
		color: red;
		padding: 0 12px;
		margin-top: 2px;
		display: inline-block;
		font-size: 1.4rem;
		position: absolute;
		left: 0
	}
	
	.message-n101m-1 .subbtn {
		float: left;
		padding: 0 16px
	}
	
	.message-n101m-1 .subbtn button {
		transition: background-color .3s ease 0s;
		outline: 0;
		cursor: pointer;
		appearance: none;
		user-select: none;
		text-align: center;
		word-spacing: normal;
		height: 40px;
		line-height: 38px;
		padding: 0 24px;
		font-size: 16px;
		border: 0;
		color: #fff;
		background: #0181cb
	}
	
	.message-n101m-1 .subbtn button:hover {
		background: #59493a
	}
	
	.message-n101m-1 .privacy {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		margin-left: 8px;
		font-weight: normal
	}
	
	.message-n101m-1 .privacy input[type="checkbox"] {
		display: block;
		position: relative;
		vertical-align: middle;
		margin-right: 24px;
		height: 1px;
		opacity: 0;
		margin: 0;
		cursor: pointer
	}
	
	.message-n101m-1 .privacy input[type="checkbox"]:checked+span:before {
		border-color: #0181cb;
		background-color: #0181cb
	}
	
	.message-n101m-1 .privacy input[type="checkbox"]:checked+span:after {
		border-color: #fff
	}
	
	.message-n101m-1 .privacy .nschb {
		display: block;
		position: relative;
		font-size: 14px;
		padding-left: 24px;
		line-height: 40px;
		cursor: pointer;
		color: #333
	}
	
	.message-n101m-1 .privacy .nschb:before,
	.message-n101m-1 .privacy .nschb:after {
		display: block;
		position: absolute;
		content: '';
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}
	
	.message-n101m-1 .privacy .nschb:before {
		top: 50%;
		left: 0;
		width: 18px;
		height: 18px;
		background-color: #fff;
		border: 1px solid #d8d8d8;
		margin-top: -9px
	}
	
	.message-n101m-1 .privacy .nschb:after {
		width: 9px;
		height: 6px;
		border-width: 0 0 2px 2px;
		border-color: transparent;
		border-style: solid;
		top: 50%;
		left: 4px;
		margin-top: -5px;
		transform: rotate(-45deg)
	}
	
	.message-n101m-1 .privacy a {
		color: #505050;
		text-decoration: none;
		font-size: 1.6rem
	}
	
	@media(max-width:768px) {
		.message-n101m-1 {
			padding: 16px 1px
		}
	
		.message-n101m-1 .line input {
			line-height: 32px;
			height: 32px
		}
	
		.message-n101m-1 .mtitle {
			margin-bottom: 12px
		}
	}
	
	.friendly-link-n101m-1 {
		position: relative;
		padding: 32px 0 0 0
	}
	
	.friendly-link-n101m-1 .blk {
		display: none;
		float: left;
		padding: 10px
	}
	
	.friendly-link-n101m-1 .title {
		text-transform: uppercase;
		font-size: 1.6rem
	}
	
	.friendly-link-n101m-1 a,
	.friendly-link-n101m-1 h3.title {
		display: inline-block;
		width: 100%;
		font-size: 1.4rem;
		color: #e5e5e5;
		opacity: .6;
		text-decoration: none;
		line-height: 24px;
		margin-bottom: 8px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}
	
	.friendly-link-n101m-1 a:hover,
	.friendly-link-n101m-1 h3.title:hover {
		opacity: 1
	}
	
	.friendly-link-n101m-1 .cus {
		position: relative;
		margin-bottom: 15px
	}
	
	.friendly-link-n101m-1 .cus .imco {
		color: #e5e5e5;
		font-size: 26px;
		position: absolute;
		left: 2px
	}
	
	.friendly-link-n101m-1 .cus .info {
		padding-left: 48px
	}
	
	.friendly-link-n101m-1 .cus .info a {
		margin-bottom: 0
	}
	
	.friendly-link-n101m-1 .sns a {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 24px;
		text-align: center;
		border-radius: 40px;
		background: #fff;
		margin: 0 16px 16px 0;
		opacity: 1
	}
	
	.friendly-link-n101m-1 .sns a .f-skype {
		color: #00aff0
	}
	
	.friendly-link-n101m-1 .sns a .f-twitter {
		color: #02b0e8
	}
	
	.friendly-link-n101m-1 .sns a .f-google-plus {
		color: #cc3b1e
	}
	
	.friendly-link-n101m-1 .sns a .f-linkedin {
		color: #006a9a
	}
	
	.friendly-link-n101m-1 .sns a .f-facebook {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-instagram {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-youtube {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-comment {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-pinterest {
		color: #e10600
	}
	
	.friendly-link-n101m-1 .sns a .f-tiktok {
		color: #740dbc
	}
	
	.friendly-link-n101m-1 .snsinfo a {
		color: #806d59;
		background-color: #343434;
		background: #fff;
		display: inline-block;
		width: 32px;
		height: 32px;
		line-height: 32px;
		border-radius: 50%;
		margin: 0 8px;
		text-decoration: none
	}
	
	.friendly-link-n101m-1 .snsinfo a:hover {
		color: #b3aca2;
		background: #e5e5e5
	}
	
	.friendly-link-n101m-1 .snsinfo a i {
		font-size: 1.8rem;
		display: block
	}
	
	@media(max-width:1200px) {
		.friendly-link-n101m-1 .blk {
			padding: 32px 16px
		}
	}
	
	@media(max-width:768px) {
		.friendly-link-n101m-1 {
			padding: 20px 20px 55px 20px;
			margin-bottom: -50px
		}
	
		.friendly-link-n101m-1 .container {
			padding-left: 0;
			padding-right: 0;
			margin: 0;
			width: 100%
		}
	
		.friendly-link-n101m-1 .container .sns a {
			margin: 0 8px 8px 0
		}
	
		.friendly-link-n101m-1 .container .blk:last-child {
			display: block;
			padding: 0
		}
	}
	
	@media(min-width:768px) {
	
		.friendly-link-n101m-1 .blk:nth-child(1),
		.friendly-link-n101m-1 .blk:nth-child(2),
		.friendly-link-n101m-1 .blk:nth-child(3),
		.friendly-link-n101m-1 .blk:last-child {
			display: block
		}
	}
	
	.copyright-n101m-1 {
		text-align: center;
		font-size: 1.6rem;
		height: 50px;
		line-height: 50px;
		color: #fff;
		opacity: .8
	}
	
	@media(max-width:768px) {
		.copyright-n101m-1 {
			height: 42px;
			line-height: 42px
		}
	}
	
	.contact-box-n101m-1 {
		position: fixed;
		bottom: 38%;
		right: 0;
		z-index: 1041
	}
	
	.contact-box-n101m-1 ul {
		list-style: none;
		padding: 0
	}
	
	.contact-box-n101m-1 a {
		text-decoration: none;
		cursor: pointer
	}
	
	.contact-box-n101m-1 .item {
		position: relative
	}
	
	.contact-box-n101m-1 .item.hide {
		display: none
	}
	
	.contact-box-n101m-1 .item .qrcode {
		padding: 15px;
		max-width: 150px;
		max-height: 150px;
		background: #fff
	}
	
	.contact-box-n101m-1 .item i {
		display: block;
		color: #fff;
		background: #0181cb;
		padding: 9px 13px;
		font-size: 24px;
		width: 50px;
		height: 50px
	}
	
	.contact-box-n101m-1 .item i:hover {
		background: #59493a
	}
	
	.contact-box-n101m-1 .item .tools {
		display: none;
		min-width: 80px;
		min-height: 40px;
		position: absolute;
		top: 4px;
		right: 100%;
		padding-right: 8px
	}
	
	.contact-box-n101m-1 .item .tools:before,
	.contact-box-n101m-1 .item .tools:after {
		content: '';
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid
	}
	
	.contact-box-n101m-1 .item .tools:before {
		z-index: 2;
		right: -5px;
		top: 14px;
		border-width: 7px;
		border-color: transparent transparent transparent #fff
	}
	
	.contact-box-n101m-1 .item .tools:after {
		z-index: 1;
		right: -8px;
		top: 13px;
		border-width: 8px;
		border-color: transparent transparent transparent #e5e5e5
	}
	
	.contact-box-n101m-1 .item .tools .imco:before {
		margin-right: 6px
	}
	
	.contact-box-n101m-1 .item .tools:hover:before {
		border-color: transparent transparent transparent #d9d5cc
	}
	
	.contact-box-n101m-1 .item .tools a {
		display: block;
		padding: 10px 16px;
		color: #505050;
		background: #fff;
		border: 1px solid #e5e5e5;
		font-size: 1.6rem;
		line-height: 20px;
		white-space: nowrap;
		cursor: pointer
	}
	
	.contact-box-n101m-1 .item .tools a:nth-child(n+2) {
		border-top: 0
	}
	
	.contact-box-n101m-1 .item .tools a:hover {
		color: #806d59;
		background: #d9d5cc
	}
	
	.contact-box-n101m-1 .item:hover .tools {
		display: block
	}
	
	.contact-box-n101m-1 .modal {
		padding-right: 0 !important
	}
	
	.contact-box-n101m-1 .pnl {
		height: 100%;
		color: #fff;
		position: relative
	}
	
	.contact-box-n101m-1 .pnl .close {
		position: absolute;
		width: 32px;
		height: 32px;
		line-height: 29px;
		font-size: 26px;
		background: transparent;
		right: 5px;
		top: 5px;
		text-align: center;
		border: 0;
		color: #e5e5e5
	}
	
	.contact-box-n101m-1 .pnl .close:hover {
		color: #0181cb
	}
	
	.contact-box-n101m-1 .pnl .search-box {
		position: absolute;
		top: 35%;
		width: 100%
	}
	
	.contact-box-n101m-1 .pnl .search-box .input-text {
		outline: 0;
		height: 40px;
		width: 80%;
		margin: 0 0 0 5%;
		background: #fff;
		color: #505050;
		border: 0;
		float: left;
		padding-left: 1rem;
		font-size: 1.6rem
	}
	
	.contact-box-n101m-1 .pnl .search-box .search-btn {
		position: absolute;
		left: 85%;
		width: 50px;
		height: 40px;
		border: 0;
		background: #0181cb;
		cursor: pointer;
		color: #fff;
		font-size: 20px
	}
	
	.contact-box-n101m-1 .mid-pnl {
		width: 100%;
		background: rgba(0, 0, 0, 0.8)
	}
	
	.contact-box-n101m-1 .home,
	.contact-box-n101m-1 .b2t {
		display: none
	}
	
	.contact-box-n101m-1-blk {
		display: none
	}
	
	@media(max-width:768px) {
		.contact-box-n101m-1 {
			left: 0;
			bottom: 0;
			width: 100%;
			height: 50px
		}
	
		.contact-box-n101m-1 ul {
			display: flex;
			justify-content: space-around;
			background: #fff
		}
	
		.contact-box-n101m-1 .item {
			float: left
		}
	
		.contact-box-n101m-1 .item .tools {
			top: auto;
			bottom: 100%;
			right: 50%;
			transform: translateX(50%);
			padding-right: 0;
			padding-bottom: 8px
		}
	
		.contact-box-n101m-1 .item .tools:before {
			top: auto;
			bottom: -5px;
			right: 50%;
			transform: translateX(50%) translateY(0);
			border-color: #fff transparent transparent transparent
		}
	
		.contact-box-n101m-1 .item .tools:after {
			top: auto;
			right: 50%;
			bottom: -8px;
			transform: translateX(50%) translateY(0);
			border-color: #e5e5e5 transparent transparent transparent
		}
	
		.contact-box-n101m-1 .item .tools:hover:before {
			border-color: #d9d5cc transparent transparent transparent
		}
	
		.contact-box-n101m-1 .item i {
			color: #0181cb;
			background: #fff
		}
	
		.contact-box-n101m-1 .home {
			display: block
		}
	
		.contact-box-n101m-1 .b2t {
			display: none !important
		}
	
		.contact-box-n101m-1-blk {
			height: 50px;
			display: block
		}
	}
	
	.back-top-n8m-2 {
		position: fixed;
		padding: 8px 10px 12px 10px;
		text-align: center;
		border-radius: 8px;
		border: 2px solid #bfbbb4;
		color: #cbcbcb;
		background-color: #e6e2d8;
		opacity: .7;
		right: 16px;
		bottom: 15%;
		display: none
	}
	
	.back-top-n8m-2:hover {
		opacity: 1;
		background-color: #ccc8c0;
		cursor: pointer
	}
	
	.back-top-n8m-2 i {
		color: #806d59;
		width: 28px;
		height: 28px;
		display: inline-block;
		font-size: 24px
	}
	
	.headline-n118m-5 {
		background: #0181cb;
		padding: 10px 15px
	}
	
	.headline-n118m-5 i {
		width: 10px;
		height: 25px;
		display: inline-block;
		background: #fff;
		float: left;
		margin-right: 20px;
		transform: skewX(150deg)
	}
	
	.headline-n118m-5 h2 {
		padding: 6px 10px;
		margin: 0;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 700;
		text-transform: capitalize
	}
	
	@media(max-width:768px) {
		.headline-n118m-5 {
			padding: 5px 15px
		}
	
		.headline-n118m-5 h2 {
			padding: 6px 8px
		}
	}
	
	.product-category-n113m-1 {
		width: 100%;
		border: 1px solid #f2f2f2;
		border-top: 0;
		padding: 10px 20px 25px 20px;
		margin-bottom: 30px;
		background: #fff;
		font-size: 1.6rem
	}
	
	.product-category-n113m-1 ul {
		overflow: hidden;
		list-style: none;
		padding: 0
	}
	
	.product-category-n113m-1 .lv1 {
		border-bottom: 1px solid #f2f2f2;
		padding: 10px 0
	}
	
	.product-category-n113m-1 .sub {
		display: none;
		padding: 10px 10px 10px 15px
	}
	
	.product-category-n113m-1 .sub a {
		padding: 6px 0 6px 10px;
		margin: 0;
		display: inline-block;
		padding-left: 15px;
		font-size: 1.6rem
	}
	
	.product-category-n113m-1 .sub a:before {
		content: '';
		width: 6px;
		height: 6px;
		position: absolute;
		left: 1px;
		top: 12px;
		display: inline-block;
		background: #505050
	}
	
	.product-category-n113m-1 a,
	.product-category-n113m-1 .expand {
		line-height: 24px;
		position: relative;
		color: #505050;
		text-decoration: none
	}
	
	.product-category-n113m-1 .expand {
		width: 20px;
		display: inline-block;
		text-align: center;
		cursor: pointer;
		float: right
	}
	
	.product-category-n113m-1 .expand:hover {
		color: #0181cb
	}
	
	.product-category-n113m-1 .open {
		transform: rotate(180deg)
	}
	
	.product-category-n113m-1 .active a,
	.product-category-n113m-1 a:hover {
		color: #735e44
	}
	
	.product-category-n113m-1 .active a:before,
	.product-category-n113m-1 a:hover:before {
		background: #0181cb
	}
	
	@media(max-width:768px) {
		.product-category-n113m-1 {
			padding: 5px 20px 15px 20px
		}
	}
	
	.product-list-n120m-2 {
		font-size: 1.6rem;
		margin-bottom: 15px
	}
	
	.product-list-n120m-2 ul {
		list-style: none;
		overflow: auto;
		padding: 0;
		margin: 0
	}
	
	.product-list-n120m-2 ul li {
		margin-bottom: 15px;
		background: #f2f2f2;
		display: flex;
		align-items: center
	}
	
	.product-list-n120m-2 .item {
		width: 100%;
		float: left
	}
	
	.product-list-n120m-2 .item .blk {
		background-color: #fff;
		margin: 15px 0;
		overflow: hidden;
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 100%
	}
	
	.product-list-n120m-2 .item .blk .square-cont {
		position: absolute;
		width: 100%;
		height: 100%
	}
	
	.product-list-n120m-2 .item .blk .cover-image {
		overflow: hidden;
		display: block
	}
	
	.product-list-n120m-2 .item .blk .cover-image>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.product-list-n120m-2 .item .blk .cover-image>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.product-list-n120m-2 .item .blk .cover-image>span {
		overflow: hidden
	}
	
	.product-list-n120m-2 .item .blk .cover-image img {
		-webkit-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-o-transition: ease all .4s;
		transition: ease all .4s
	}
	
	.product-list-n120m-2 .item .blk .cover-image img:hover {
		transform: scale(1.2)
	}
	
	.product-list-n120m-2 .text {
		float: left;
		padding-left: 0
	}
	
	.product-list-n120m-2 .text .th {
		margin: 0 0 10px 0
	}
	
	.product-list-n120m-2 .text .th a {
		font-size: 1.6rem;
		line-height: 1.6;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		display: -webkit-box;
		text-decoration: none;
		color: #343434
	}
	
	.product-list-n120m-2 .text .th a:hover {
		color: #0181cb
	}
	
	.product-list-n120m-2 .text .link {
		background: #b3aca2;
		font-size: 1.6rem;
		border-radius: 10px;
		padding: 10px;
		color: #fff;
		max-width: 100px;
		text-align: center;
		margin-top: 10px
	}
	
	.product-list-n120m-2 .text .link:hover {
		background: #59493a
	}
	
	@media(min-width:768px) {
		.product-list-n120m-2 .item {
			width: 40%
		}
	
		.product-list-n120m-2 .text {
			width: 60%;
			padding-left: 25px
		}
	}
	
	.contact-info-n114m-1 {
		border: 1px solid #f2f2f2;
		margin-bottom: 30px;
		font-size: 1.4rem
	}
	
	.contact-info-n114m-1 .pb {
		color: #fff;
		overflow: hidden;
		font-size: 1.6rem;
		display: flex;
		flex-direction: column
	}
	
	.contact-info-n114m-1 .box {
		text-align: center;
		padding: 10px 20px 0 20px;
		display: flex;
		align-items: center
	}
	
	.contact-info-n114m-1 .box .multi a {
		margin: 2px 0
	}
	
	.contact-info-n114m-1 .imco {
		font-size: 3.2rem;
		line-height: 1;
		margin-right: 15px;
		color: #0181cb
	}
	
	.contact-info-n114m-1 .box-right {
		text-align: left
	}
	
	.contact-info-n114m-1 .box-right p {
		color: #0181cb;
		font-size: 1.6rem;
		margin: 8px 0;
		line-height: 1.576;
		text-transform: uppercase
	}
	
	.contact-info-n114m-1 .box-right a {
		color: #888;
		text-decoration: none;
		display: block;
		overflow: hidden;
		word-break: break-word;
		font-size: 1.6rem;
		line-height: 2.5rem
	}
	
	.contact-info-n114m-1 .box-right a:hover {
		color: #e5e5e5
	}
	
	.navigation-n121m-4 {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		z-index: 1041;
		width: 100%;
		background: linear-gradient(90deg, #595959, #2d2b27);
		font-size: 1.4rem;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		position: sticky;
		top: 0;
		left: 0
	}
	
	.navigation-n121m-4 ul {
		overflow: auto;
		list-style: none;
		margin: 0;
		padding: 0
	}
	
	.navigation-n121m-4 a {
		color: #fff;
		text-decoration: none;
		cursor: pointer
	}
	
	.navigation-n121m-4 a:hover {
		color: #0181cb
	}
	
	.navigation-n121m-4 .header {
		width: 95%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		position: relative
	}
	
	.navigation-n121m-4 .logo-link {
		width: 15%;
		height: 90px;
		vertical-align: middle;
		display: inline-block;
		transition: all .3s
	}
	
	.navigation-n121m-4 .logo-link>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.navigation-n121m-4 .logo-link>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.navigation-n121m-4 .logo-link>span img {
		right: initial
	}
	
	.navigation-n121m-4 .navbar-ul {
		height: auto;
		display: table;
		margin: 0 auto
	}
	
	.navigation-n121m-4 .navbar-ul:before {
		display: none
	}
	
	.navigation-n121m-4 .navbar-ul>li {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		position: relative;
		float: left;
		margin: 0 5px;
		cursor: pointer;
		font-size: 1.6rem;
		text-transform: uppercase;
		perspective: 500px
	}
	
	.navigation-n121m-4 .navbar-ul>li>a {
		display: block;
		padding: 33px 5px
	}
	
	.navigation-n121m-4 .navbar-ul .f-down {
		padding: 0 3px;
		display: inline-block;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}
	
	.navigation-n121m-4 .lv-2 {
		position: absolute;
		z-index: 1001;
		overflow: inherit;
		padding-top: 33px;
		top: 58px;
		left: 0;
		width: max-content;
		border-top: 2px solid #0181cb
	}
	
	.navigation-n121m-4 .lv-2>li {
		position: relative;
		display: block;
		font-size: 1.6rem;
		line-height: 40px;
		height: 40px
	}
	
	.navigation-n121m-4 .lv-2>li a {
		padding: 0 20px
	}
	
	.navigation-n121m-4 .lv-3 {
		left: 100%;
		width: max-content;
		top: 0;
		overflow: inherit
	}
	
	.navigation-n121m-4 .lv-3 li a {
		padding: 0 20px;
		display: block;
		color: #fff
	}
	
	.navigation-n121m-4 .lv-3 li a:hover {
		color: #735e44
	}
	
	.navigation-n121m-4 .subnavs {
		display: none;
		position: absolute
	}
	
	.navigation-n121m-4 .subnavs li {
		z-index: 1002;
		background: linear-gradient(90deg, #595959, #2d2b27);
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}
	
	.navigation-n121m-4 .subnavs li a {
		position: relative;
		opacity: .9;
		text-transform: initial;
		display: block
	}
	
	.navigation-n121m-4.n-pin {
		background: rgba(0, 0, 0, 0.7)
	}
	
	.navigation-n121m-4.n-pin .logo-link {
		width: 13%
	}
	
	.navigation-n121m-4.n-pin .subnavs li {
		background: rgba(0, 0, 0, 0.7)
	}
	
	.navigation-n121m-4 .modal {
		padding-right: 0 !important
	}
	
	.navigation-n121m-4 .pnl {
		height: 100%;
		color: #fff;
		position: relative;
		width: 100%;
		background: rgba(0, 0, 0, 0.7)
	}
	
	.navigation-n121m-4 .pnl .close {
		position: absolute;
		width: 32px;
		height: 32px;
		line-height: 29px;
		font-size: 2.6rem;
		background: transparent;
		right: 5px;
		top: 5px;
		text-align: center;
		border: 0;
		color: #e5e5e5
	}
	
	.navigation-n121m-4 .pnl .close:hover {
		color: #fff
	}
	
	.navigation-n121m-4 .pnl .search-box {
		position: absolute;
		top: 35%;
		width: 100%
	}
	
	.navigation-n121m-4 .pnl .search-box .input-text {
		outline: 0;
		height: 50px;
		width: 60%;
		margin: 0 0 0 20%;
		background: rgba(0, 0, 0, 0.5);
		border: 0;
		float: left;
		padding-left: 1rem;
		font-size: 1.8rem
	}
	
	.navigation-n121m-4 .pnl .search-box .search-btn {
		position: absolute;
		left: 80%;
		width: 50px;
		height: 50px;
		border: 0;
		background: #735e44;
		cursor: pointer;
		color: #fff;
		font-size: 2.6rem
	}
	
	@media(max-width:1200px) {
		.navigation-n121m-4_blk {
			width: 100%;
			height: 60px
		}
	
		.navigation-n121m-4 .header {
			width: 100%;
			display: block
		}
	
		.navigation-n121m-4 .logo-link {
			height: 60px;
			min-width: 150px;
			padding: 8px 16px
		}
	
		.navigation-n121m-4 .bar-icon-btn {
			position: relative;
			float: right;
			padding: 6px 8px 2px 8px;
			margin: 14px 10px 0 10px;
			cursor: pointer
		}
	
		.navigation-n121m-4 .bar-icon-btn>span {
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
			background-color: #0181cb;
			border-radius: 10px;
			height: 2px;
			width: 24px;
			margin-bottom: 7px;
			display: block
		}
	
		.navigation-n121m-4 .collapse {
			background: rgba(0, 0, 0, 0.5);
			position: fixed;
			top: 60px;
			bottom: 0;
			right: 0;
			left: 0;
			height: auto !important;
			overflow: auto;
			z-index: 20
		}
	
		.navigation-n121m-4 .out-search {
			display: none
		}
	
		.navigation-n121m-4 .language e {
			display: none
		}
	
		.navigation-n121m-4 .language .list {
			padding: 0 15px
		}
	
		.navigation-n121m-4 .language .list li {
			float: left;
			width: 33.33%
		}
	
		.navigation-n121m-4 .language .list li a {
			display: block;
			line-height: 40px;
			margin-right: 10px
		}
	
		.navigation-n121m-4 .language .list li i {
			margin-top: 10px
		}
	
		.navigation-n121m-4 .language .list li p {
			float: left;
			margin: 0 2px
		}
	
		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(1) {
			transform: translateY(9px) rotate(45deg)
		}
	
		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(2) {
			opacity: 0
		}
	
		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(3) {
			transform: translateY(-9px) rotate(-45deg)
		}
	
		.navigation-n121m-4 .dmenu .collapse {
			display: block
		}
	
		.navigation-n121m-4 .navbar-ul {
			position: relative;
			min-height: 400px;
			width: 100%
		}
	
		.navigation-n121m-4 .navbar-ul>li {
			height: auto;
			display: inline-block;
			width: 100%;
			text-align: left;
			margin: 0
		}
	
		.navigation-n121m-4 .navbar-ul>li a {
			line-height: 25px;
			padding: 10px 15px
		}
	
		.navigation-n121m-4 .navbar-ul .lv-2 {
			position: initial;
			width: 100%;
			padding-top: 0;
			margin-top: 0;
			transform: translateX(0)
		}
	
		.navigation-n121m-4 .navbar-ul .lv-2>li {
			height: auto
		}
	
		.navigation-n121m-4 .navbar-ul .lv-3 {
			max-width: initial;
			position: initial
		}
	
		.navigation-n121m-4 .navbar-ul .lv-3 li {
			text-indent: 1em
		}
	
		.navigation-n121m-4 .navbar-ul .lv-2 li a,
		.navigation-n121m-4 .navbar-ul .lv-3 li a {
			padding: 7px 15px;
			font-size: 1.4rem
		}
	
		.navigation-n121m-4 .navbar-ul .f-down {
			position: absolute;
			right: 16px
		}
	
		.navigation-n121m-4 .navbar-ul .opened>.subnavs {
			display: block;
			width: 100%
		}
	
		.navigation-n121m-4 .navbar-ul .opened>a .f-down {
			transform: rotate(180deg)
		}
	}
	
	@media(min-width:1200px) {
		.navigation-n121m-4 .collapse {
			width: 75%;
			padding: 0 10px;
			display: block
		}
	
		.navigation-n121m-4 .bar-icon-btn {
			display: none
		}
	
		.navigation-n121m-4 .out-search {
			position: absolute;
			right: 25px;
			top: 36px;
			font-size: 2rem;
			line-height: 18px;
			cursor: pointer;
			color: #fff
		}
	
		.navigation-n121m-4 .language {
			position: absolute;
			right: 60px;
			top: 33px;
			color: #fff;
			cursor: pointer;
			margin-right: 10px;
			height: 56px;
			font-size: 1.6rem
		}
	
		.navigation-n121m-4 .language e {
			line-height: 1.7;
			color: #fff
		}
	
		.navigation-n121m-4 .language e .iconflag {
			margin: 4px 8px 0 0
		}
	
		.navigation-n121m-4 .language .list {
			max-height: 400px;
			overflow: auto;
			position: absolute;
			z-index: 20;
			top: 56px;
			right: 0;
			list-style-type: none;
			height: auto;
			background-color: rgba(0, 0, 0, 0.5);
			opacity: 0;
			display: none;
			width: 20rem;
			flex-direction: row;
			flex-wrap: wrap;
			scrollbar-width: thin;
			scrollbar-color: #5e5d62 #313131
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar {
			width: 6px;
			height: 8px
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar-track {
			background-color: #313131;
			border-radius: 10px
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar-button {
			height: 0
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar-thumb {
			background-color: #5e5d62;
			border-radius: 10px
		}
	
		.navigation-n121m-4 .language .list li {
			width: 50%;
			padding: 10px 4px 5px 13px;
			overflow: hidden;
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s
		}
	
		.navigation-n121m-4 .language .list li:last-child {
			border-bottom: 0
		}
	
		.navigation-n121m-4 .language .list li a {
			display: inline-block;
			position: relative;
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s
		}
	
		.navigation-n121m-4 .language .list li p {
			display: inline-block;
			text-align: left;
			width: 100%;
			padding: 0 2px 0 32px;
			margin: 0;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			font-size: 1.4rem
		}
	
		.navigation-n121m-4 .language .list li i {
			position: absolute;
			left: 0;
			top: 2px
		}
	
		.navigation-n121m-4 .language .list li:hover {
			background-color: #735e44
		}
	
		.navigation-n121m-4 .language .list li:hover a {
			color: #fff
		}
	
		.navigation-n121m-4 .language:focus,
		.navigation-n121m-4 .language:hover {
			color: #735e44
		}
	
		.navigation-n121m-4 .language:focus .list,
		.navigation-n121m-4 .language:hover .list {
			opacity: 1;
			display: flex
		}
	
		.navigation-n121m-4 li.active>a {
			color: #735e44
		}
	
		.navigation-n121m-4 li>.subnavs {
			transition: all .3s ease-in-out;
			transform: scale(0.8) rotateY(30deg);
			transform-origin: center 0;
			opacity: 0;
			display: block;
			visibility: hidden
		}
	
		.navigation-n121m-4 li:hover>.subnavs {
			transform: none;
			opacity: 1;
			visibility: visible
		}
	
		.navigation-n121m-4 .subnavs {
			border-top: 0
		}
	
		.navigation-n121m-4 .subnavs .f-down {
			position: absolute;
			right: 4px;
			transform: rotate(270deg)
		}
	}
	
	@media(max-width:1440px) {
		.navigation-n121m-4 .navbar-ul>li {
			font-size: 1.4rem
		}
	}
	
	.breadcrumb-n116m-1 {
		width: 100%;
		position: relative;
		background: #f2f2f2;
		overflow: hidden;
		margin-bottom: 40px
	}
	
	.breadcrumb-n116m-1 .bg {
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 15%
	}
	
	.breadcrumb-n116m-1 .bg .square-cont {
		position: absolute;
		width: 100%;
		height: 100%
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span {
		overflow: hidden
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span>img {
		max-height: initial;
		width: 100%
	}
	
	.breadcrumb-n116m-1 .bg .square-cont .mask {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 2
	}
	
	.breadcrumb-n116m-1 ul,
	.breadcrumb-n116m-1 li {
		overflow: auto;
		list-style: none;
		padding: 0;
		margin: 0
	}
	
	.breadcrumb-n116m-1 li {
		display: inline-block;
		vertical-align: middle;
		font-size: 1.6rem;
		line-height: 40px;
		margin-right: 5px;
		color: #999
	}
	
	.breadcrumb-n116m-1 li a {
		-webkit-transition: color .5s;
		-moz-transition: color .5s;
		-o-transition: color .5s;
		transition: color .5s;
		text-decoration: none;
		color: #505050
	}
	
	.breadcrumb-n116m-1 li a:hover {
		color: #0181cb
	}
	
	.breadcrumb-n116m-1 li .f-home {
		color: #0181cb
	}
	
	.breadcrumb-n116m-1 li:nth-last-child(2) a {
		color: #0181cb
	}
	
	@media(max-width:768px) {
		.breadcrumb-n116m-1 {
			margin-bottom: 40px
		}
	
		.breadcrumb-n116m-1 li {
			font-size: 1.4rem;
			line-height: 30px
		}
	}
	
	.certificate-list-n101m-4 {
		position: relative;
		margin: 15px 0;
		overflow: auto;
		margin: 0 0 15px -15px
	}
	
	.certificate-list-n101m-4 .item {
		padding: 0 0 15px 15px
	}
	
	.certificate-list-n101m-4 .item .blk {
		border: 1px solid #f2f2f2;
		-webkit-transition: border .5s;
		-moz-transition: border .5s;
		-o-transition: border .5s;
		transition: border .5s;
		overflow: hidden;
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 75%
	}
	
	.certificate-list-n101m-4 .item .blk .square-cont {
		position: absolute;
		width: 100%;
		height: 100%
	}
	
	.certificate-list-n101m-4 .item .blk .cover-image>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.certificate-list-n101m-4 .item .blk .cover-image>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.certificate-list-n101m-4 .item .blk .cover-image img {
		transition: all .5s;
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center;
		opacity: 1
	}
	
	.certificate-list-n101m-4 .item .title {
		display: block;
		font-size: 1.6rem;
		line-height: 1.576;
		text-align: center;
		-webkit-transition: color .5s;
		-moz-transition: color .5s;
		-o-transition: color .5s;
		transition: color .5s;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		color: #505050;
		margin: 0;
		padding: 8px 0;
		text-decoration: none
	}
	
	.certificate-list-n101m-4 .item:hover .blk {
		border: 1px solid #0181cb
	}
	
	.certificate-list-n101m-4 .item:hover .title {
		color: #0181cb
	}
	
	.certificate-list-n101m-4 .item:hover img {
		transform: scale(1.1, 1.1)
	}
	
	@media(min-width:768px) {
		.certificate-list-n101m-4 {
			margin: 0 0 40px -25px
		}
	
		.certificate-list-n101m-4 .item {
			padding: 0 0 30px 30px
		}
	}
	
	.pagination-n101m-1 {
		font-size: 1.6rem;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
		margin-top: 25px
	}
	
	.pagination-n101m-1 ul {
		display: inline-block;
		padding-left: 0
	}
	
	.pagination-n101m-1 ul li {
		display: inline-block;
		vertical-align: top;
		font-size: 1.4rem;
		text-align: center;
		padding: 0 6px;
		line-height: 38px;
		height: 40px;
		min-width: 40px;
		border: 1px solid #bfbbb4;
		margin: 0 5px 5px 5px;
		color: #505050;
		background-color: #fff;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}
	
	.pagination-n101m-1 ul li:hover {
		background-color: #0181cb;
		color: #fff
	}
	
	.pagination-n101m-1 ul li a {
		color: inherit;
		text-decoration: none;
		width: 100%;
		height: 100%;
		display: inline-block
	}
	
	.pagination-n101m-1 ul .active {
		border-color: #0181cb;
		background: #0181cb;
		color: #fff !important
	}
	
	.pagination-n101m-1 ul .pageinfo {
		border: 0;
		background: transparent;
		color: #505050 !important
	}
	
	.message-n101m-1 {
		margin: 0 0 60px 0;
		padding: 32px 17px;
		position: relative;
		overflow: auto;
		background: #f2f2f2
	}
	
	.message-n101m-1 .mtitle {
		padding: 6px 12px;
		margin: 0 15px 24px 15px;
		border-left: 4px solid #0181cb;
		color: #0181cb;
		border-color: #0181cb;
		font-size: 1.6rem;
		font-weight: 700
	}
	
	.message-n101m-1 .mdesc {
		color: #0181cb
	}
	
	.message-n101m-1 .line {
		margin-bottom: 30px;
		position: relative
	}
	
	.message-n101m-1 .line label {
		font-size: 1.6rem;
		font-weight: normal
	}
	
	.message-n101m-1 .line label i {
		margin-right: 6px;
		color: red;
		font-size: 15px
	}
	
	.message-n101m-1 .line input,
	.message-n101m-1 .line textarea {
		font-size: 1.6rem;
		-webkit-appearance: none;
		outline: 0;
		border: 1px solid #cbcbcb;
		border-radius: 2px
	}
	
	.message-n101m-1 .line input:focus,
	.message-n101m-1 .line textarea:focus,
	.message-n101m-1 .line input:hover,
	.message-n101m-1 .line textarea:hover {
		outline: 0;
		-webkit-appearance: none;
		border: 1px solid #b3aca2
	}
	
	.message-n101m-1 .line textarea {
		line-height: 26px;
		resize: none
	}
	
	.message-n101m-1 .line input {
		line-height: 40px;
		height: 40px;
		padding: 0 12px
	}
	
	.message-n101m-1 .field-validation-error {
		color: red;
		padding: 0 12px;
		margin-top: 2px;
		display: inline-block;
		font-size: 1.4rem;
		position: absolute;
		left: 0
	}
	
	.message-n101m-1 .subbtn {
		float: left;
		padding: 0 16px
	}
	
	.message-n101m-1 .subbtn button {
		transition: background-color .3s ease 0s;
		outline: 0;
		cursor: pointer;
		appearance: none;
		user-select: none;
		text-align: center;
		word-spacing: normal;
		height: 40px;
		line-height: 38px;
		padding: 0 24px;
		font-size: 16px;
		border: 0;
		color: #fff;
		background: #0181cb
	}
	
	.message-n101m-1 .subbtn button:hover {
		background: #59493a
	}
	
	.message-n101m-1 .privacy {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		margin-left: 8px;
		font-weight: normal
	}
	
	.message-n101m-1 .privacy input[type="checkbox"] {
		display: block;
		position: relative;
		vertical-align: middle;
		margin-right: 24px;
		height: 1px;
		opacity: 0;
		margin: 0;
		cursor: pointer
	}
	
	.message-n101m-1 .privacy input[type="checkbox"]:checked+span:before {
		border-color: #0181cb;
		background-color: #0181cb
	}
	
	.message-n101m-1 .privacy input[type="checkbox"]:checked+span:after {
		border-color: #fff
	}
	
	.message-n101m-1 .privacy .nschb {
		display: block;
		position: relative;
		font-size: 14px;
		padding-left: 24px;
		line-height: 40px;
		cursor: pointer;
		color: #333
	}
	
	.message-n101m-1 .privacy .nschb:before,
	.message-n101m-1 .privacy .nschb:after {
		display: block;
		position: absolute;
		content: '';
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}
	
	.message-n101m-1 .privacy .nschb:before {
		top: 50%;
		left: 0;
		width: 18px;
		height: 18px;
		background-color: #fff;
		border: 1px solid #d8d8d8;
		margin-top: -9px
	}
	
	.message-n101m-1 .privacy .nschb:after {
		width: 9px;
		height: 6px;
		border-width: 0 0 2px 2px;
		border-color: transparent;
		border-style: solid;
		top: 50%;
		left: 4px;
		margin-top: -5px;
		transform: rotate(-45deg)
	}
	
	.message-n101m-1 .privacy a {
		color: #505050;
		text-decoration: none;
		font-size: 1.6rem
	}
	
	@media(max-width:768px) {
		.message-n101m-1 {
			padding: 16px 1px
		}
	
		.message-n101m-1 .line input {
			line-height: 32px;
			height: 32px
		}
	
		.message-n101m-1 .mtitle {
			margin-bottom: 12px
		}
	}
	.friendly-link-n101m-1 {
		position: relative;
		padding: 32px 0 0 0
	}
	
	.friendly-link-n101m-1 .blk {
		display: none;
		float: left;
		padding: 10px
	}
	
	.friendly-link-n101m-1 .title {
		text-transform: uppercase;
		font-size: 1.6rem
	}
	
	.friendly-link-n101m-1 a,
	.friendly-link-n101m-1 h3.title {
		display: inline-block;
		width: 100%;
		font-size: 1.4rem;
		color: #e5e5e5;
		opacity: .6;
		text-decoration: none;
		line-height: 24px;
		margin-bottom: 8px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}
	
	.friendly-link-n101m-1 a:hover,
	.friendly-link-n101m-1 h3.title:hover {
		opacity: 1
	}
	
	.friendly-link-n101m-1 .cus {
		position: relative;
		margin-bottom: 15px
	}
	
	.friendly-link-n101m-1 .cus .imco {
		color: #e5e5e5;
		font-size: 26px;
		position: absolute;
		left: 2px
	}
	
	.friendly-link-n101m-1 .cus .info {
		padding-left: 48px
	}
	
	.friendly-link-n101m-1 .cus .info a {
		margin-bottom: 0
	}
	
	.friendly-link-n101m-1 .sns a {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 24px;
		text-align: center;
		border-radius: 40px;
		background: #fff;
		margin: 0 16px 16px 0;
		opacity: 1
	}
	
	.friendly-link-n101m-1 .sns a .f-skype {
		color: #00aff0
	}
	
	.friendly-link-n101m-1 .sns a .f-twitter {
		color: #02b0e8
	}
	
	.friendly-link-n101m-1 .sns a .f-google-plus {
		color: #cc3b1e
	}
	
	.friendly-link-n101m-1 .sns a .f-linkedin {
		color: #006a9a
	}
	
	.friendly-link-n101m-1 .sns a .f-facebook {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-instagram {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-youtube {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-comment {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-pinterest {
		color: #e10600
	}
	
	.friendly-link-n101m-1 .sns a .f-tiktok {
		color: #740dbc
	}
	
	.friendly-link-n101m-1 .snsinfo a {
		color: #806d59;
		background-color: #343434;
		background: #fff;
		display: inline-block;
		width: 32px;
		height: 32px;
		line-height: 32px;
		border-radius: 50%;
		margin: 0 8px;
		text-decoration: none
	}
	
	.friendly-link-n101m-1 .snsinfo a:hover {
		color: #b3aca2;
		background: #e5e5e5
	}
	
	.friendly-link-n101m-1 .snsinfo a i {
		font-size: 1.8rem;
		display: block
	}
	
	@media(max-width:1200px) {
		.friendly-link-n101m-1 .blk {
			padding: 32px 16px
		}
	}
	
	@media(max-width:768px) {
		.friendly-link-n101m-1 {
			padding: 20px 20px 55px 20px;
			margin-bottom: -50px
		}
	
		.friendly-link-n101m-1 .container {
			padding-left: 0;
			padding-right: 0;
			margin: 0;
			width: 100%
		}
	
		.friendly-link-n101m-1 .container .sns a {
			margin: 0 8px 8px 0
		}
	
		.friendly-link-n101m-1 .container .blk:last-child {
			display: block;
			padding: 0
		}
	}
	
	@media(min-width:768px) {
	
		.friendly-link-n101m-1 .blk:nth-child(1),
		.friendly-link-n101m-1 .blk:nth-child(2),
		.friendly-link-n101m-1 .blk:nth-child(3),
		.friendly-link-n101m-1 .blk:last-child {
			display: block
		}
	}
	
	.copyright-n101m-1 {
		text-align: center;
		font-size: 1.6rem;
		height: 50px;
		line-height: 50px;
		color: #fff;
		opacity: .8
	}
	
	@media(max-width:768px) {
		.copyright-n101m-1 {
			height: 42px;
			line-height: 42px
		}
	}
	
	.contact-box-n101m-1 {
		position: fixed;
		bottom: 38%;
		right: 0;
		z-index: 1041
	}
	
	.contact-box-n101m-1 ul {
		list-style: none;
		padding: 0
	}
	
	.contact-box-n101m-1 a {
		text-decoration: none;
		cursor: pointer
	}
	
	.contact-box-n101m-1 .item {
		position: relative
	}
	
	.contact-box-n101m-1 .item.hide {
		display: none
	}
	
	.contact-box-n101m-1 .item .qrcode {
		padding: 15px;
		max-width: 150px;
		max-height: 150px;
		background: #fff
	}
	
	.contact-box-n101m-1 .item i {
		display: block;
		color: #fff;
		background: #0181cb;
		padding: 9px 13px;
		font-size: 24px;
		width: 50px;
		height: 50px
	}
	
	.contact-box-n101m-1 .item i:hover {
		background: #59493a
	}
	
	.contact-box-n101m-1 .item .tools {
		display: none;
		min-width: 80px;
		min-height: 40px;
		position: absolute;
		top: 4px;
		right: 100%;
		padding-right: 8px
	}
	
	.contact-box-n101m-1 .item .tools:before,
	.contact-box-n101m-1 .item .tools:after {
		content: '';
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid
	}
	
	.contact-box-n101m-1 .item .tools:before {
		z-index: 2;
		right: -5px;
		top: 14px;
		border-width: 7px;
		border-color: transparent transparent transparent #fff
	}
	
	.contact-box-n101m-1 .item .tools:after {
		z-index: 1;
		right: -8px;
		top: 13px;
		border-width: 8px;
		border-color: transparent transparent transparent #e5e5e5
	}
	
	.contact-box-n101m-1 .item .tools .imco:before {
		margin-right: 6px
	}
	
	.contact-box-n101m-1 .item .tools:hover:before {
		border-color: transparent transparent transparent #d9d5cc
	}
	
	.contact-box-n101m-1 .item .tools a {
		display: block;
		padding: 10px 16px;
		color: #505050;
		background: #fff;
		border: 1px solid #e5e5e5;
		font-size: 1.6rem;
		line-height: 20px;
		white-space: nowrap;
		cursor: pointer
	}
	
	.contact-box-n101m-1 .item .tools a:nth-child(n+2) {
		border-top: 0
	}
	
	.contact-box-n101m-1 .item .tools a:hover {
		color: #806d59;
		background: #d9d5cc
	}
	
	.contact-box-n101m-1 .item:hover .tools {
		display: block
	}
	
	.contact-box-n101m-1 .modal {
		padding-right: 0 !important
	}
	
	.contact-box-n101m-1 .pnl {
		height: 100%;
		color: #fff;
		position: relative
	}
	
	.contact-box-n101m-1 .pnl .close {
		position: absolute;
		width: 32px;
		height: 32px;
		line-height: 29px;
		font-size: 26px;
		background: transparent;
		right: 5px;
		top: 5px;
		text-align: center;
		border: 0;
		color: #e5e5e5
	}
	
	.contact-box-n101m-1 .pnl .close:hover {
		color: #0181cb
	}
	
	.contact-box-n101m-1 .pnl .search-box {
		position: absolute;
		top: 35%;
		width: 100%
	}
	
	.contact-box-n101m-1 .pnl .search-box .input-text {
		outline: 0;
		height: 40px;
		width: 80%;
		margin: 0 0 0 5%;
		background: #fff;
		color: #505050;
		border: 0;
		float: left;
		padding-left: 1rem;
		font-size: 1.6rem
	}
	
	.contact-box-n101m-1 .pnl .search-box .search-btn {
		position: absolute;
		left: 85%;
		width: 50px;
		height: 40px;
		border: 0;
		background: #0181cb;
		cursor: pointer;
		color: #fff;
		font-size: 20px
	}
	
	.contact-box-n101m-1 .mid-pnl {
		width: 100%;
		background: rgba(0, 0, 0, 0.8)
	}
	
	.contact-box-n101m-1 .home,
	.contact-box-n101m-1 .b2t {
		display: none
	}
	
	.contact-box-n101m-1-blk {
		display: none
	}
	
	@media(max-width:768px) {
		.contact-box-n101m-1 {
			left: 0;
			bottom: 0;
			width: 100%;
			height: 50px
		}
	
		.contact-box-n101m-1 ul {
			display: flex;
			justify-content: space-around;
			background: #fff
		}
	
		.contact-box-n101m-1 .item {
			float: left
		}
	
		.contact-box-n101m-1 .item .tools {
			top: auto;
			bottom: 100%;
			right: 50%;
			transform: translateX(50%);
			padding-right: 0;
			padding-bottom: 8px
		}
	
		.contact-box-n101m-1 .item .tools:before {
			top: auto;
			bottom: -5px;
			right: 50%;
			transform: translateX(50%) translateY(0);
			border-color: #fff transparent transparent transparent
		}
	
		.contact-box-n101m-1 .item .tools:after {
			top: auto;
			right: 50%;
			bottom: -8px;
			transform: translateX(50%) translateY(0);
			border-color: #e5e5e5 transparent transparent transparent
		}
	
		.contact-box-n101m-1 .item .tools:hover:before {
			border-color: #d9d5cc transparent transparent transparent
		}
	
		.contact-box-n101m-1 .item i {
			color: #0181cb;
			background: #fff
		}
	
		.contact-box-n101m-1 .home {
			display: block
		}
	
		.contact-box-n101m-1 .b2t {
			display: none !important
		}
	
		.contact-box-n101m-1-blk {
			height: 50px;
			display: block
		}
	}
	
	.back-top-n8m-2 {
		position: fixed;
		padding: 8px 10px 12px 10px;
		text-align: center;
		border-radius: 8px;
		border: 2px solid #bfbbb4;
		color: #cbcbcb;
		background-color: #e6e2d8;
		opacity: .7;
		right: 16px;
		bottom: 15%;
		display: none
	}
	
	.back-top-n8m-2:hover {
		opacity: 1;
		background-color: #ccc8c0;
		cursor: pointer
	}
	
	.back-top-n8m-2 i {
		color: #806d59;
		width: 28px;
		height: 28px;
		display: inline-block;
		font-size: 24px
	}
	
	.headline-n118m-5 {
		background: #0181cb;
		padding: 10px 15px
	}
	
	.headline-n118m-5 i {
		width: 10px;
		height: 25px;
		display: inline-block;
		background: #fff;
		float: left;
		margin-right: 20px;
		transform: skewX(150deg)
	}
	
	.headline-n118m-5 h2 {
		padding: 6px 10px;
		margin: 0;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 700;
		text-transform: capitalize
	}
	
	@media(max-width:768px) {
		.headline-n118m-5 {
			padding: 5px 15px
		}
	
		.headline-n118m-5 h2 {
			padding: 6px 8px
		}
	}
	
	.product-category-n113m-1 {
		width: 100%;
		border: 1px solid #f2f2f2;
		border-top: 0;
		padding: 10px 20px 25px 20px;
		margin-bottom: 30px;
		background: #fff;
		font-size: 1.6rem
	}
	
	.product-category-n113m-1 ul {
		overflow: hidden;
		list-style: none;
		padding: 0
	}
	
	.product-category-n113m-1 .lv1 {
		border-bottom: 1px solid #f2f2f2;
		padding: 10px 0
	}
	
	.product-category-n113m-1 .sub {
		display: none;
		padding: 10px 10px 10px 15px
	}
	
	.product-category-n113m-1 .sub a {
		padding: 6px 0 6px 10px;
		margin: 0;
		display: inline-block;
		padding-left: 15px;
		font-size: 1.6rem
	}
	
	.product-category-n113m-1 .sub a:before {
		content: '';
		width: 6px;
		height: 6px;
		position: absolute;
		left: 1px;
		top: 12px;
		display: inline-block;
		background: #505050
	}
	
	.product-category-n113m-1 a,
	.product-category-n113m-1 .expand {
		line-height: 24px;
		position: relative;
		color: #505050;
		text-decoration: none
	}
	
	.product-category-n113m-1 .expand {
		width: 20px;
		display: inline-block;
		text-align: center;
		cursor: pointer;
		float: right
	}
	
	.product-category-n113m-1 .expand:hover {
		color: #0181cb
	}
	
	.product-category-n113m-1 .open {
		transform: rotate(180deg)
	}
	
	.product-category-n113m-1 .active a,
	.product-category-n113m-1 a:hover {
		color: #735e44
	}
	
	.product-category-n113m-1 .active a:before,
	.product-category-n113m-1 a:hover:before {
		background: #0181cb
	}
	
	@media(max-width:768px) {
		.product-category-n113m-1 {
			padding: 5px 20px 15px 20px
		}
	}
	
	.product-list-n120m-2 {
		font-size: 1.6rem;
		margin-bottom: 15px
	}
	
	.product-list-n120m-2 ul {
		list-style: none;
		overflow: auto;
		padding: 0;
		margin: 0
	}
	
	.product-list-n120m-2 ul li {
		margin-bottom: 15px;
		background: #f2f2f2;
		display: flex;
		align-items: center
	}
	
	.product-list-n120m-2 .item {
		width: 100%;
		float: left
	}
	
	.product-list-n120m-2 .item .blk {
		background-color: #fff;
		margin: 15px 0;
		overflow: hidden;
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 100%
	}
	
	.product-list-n120m-2 .item .blk .square-cont {
		position: absolute;
		width: 100%;
		height: 100%
	}
	
	.product-list-n120m-2 .item .blk .cover-image {
		overflow: hidden;
		display: block
	}
	
	.product-list-n120m-2 .item .blk .cover-image>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.product-list-n120m-2 .item .blk .cover-image>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.product-list-n120m-2 .item .blk .cover-image>span {
		overflow: hidden
	}
	
	.product-list-n120m-2 .item .blk .cover-image img {
		-webkit-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-o-transition: ease all .4s;
		transition: ease all .4s
	}
	
	.product-list-n120m-2 .item .blk .cover-image img:hover {
		transform: scale(1.2)
	}
	
	.product-list-n120m-2 .text {
		float: left;
		padding-left: 0
	}
	
	.product-list-n120m-2 .text .th {
		margin: 0 0 10px 0
	}
	
	.product-list-n120m-2 .text .th a {
		font-size: 1.6rem;
		line-height: 1.6;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		display: -webkit-box;
		text-decoration: none;
		color: #343434
	}
	
	.product-list-n120m-2 .text .th a:hover {
		color: #0181cb
	}
	
	.product-list-n120m-2 .text .link {
		background: #b3aca2;
		font-size: 1.6rem;
		border-radius: 10px;
		padding: 10px;
		color: #fff;
		max-width: 100px;
		text-align: center;
		margin-top: 10px
	}
	
	.product-list-n120m-2 .text .link:hover {
		background: #59493a
	}
	
	@media(min-width:768px) {
		.product-list-n120m-2 .item {
			width: 40%
		}
	
		.product-list-n120m-2 .text {
			width: 60%;
			padding-left: 25px
		}
	}
	
	.contact-info-n114m-1 {
		border: 1px solid #f2f2f2;
		margin-bottom: 30px;
		font-size: 1.4rem
	}
	
	.contact-info-n114m-1 .pb {
		color: #fff;
		overflow: hidden;
		font-size: 1.6rem;
		display: flex;
		flex-direction: column
	}
	
	.contact-info-n114m-1 .box {
		text-align: center;
		padding: 10px 20px 0 20px;
		display: flex;
		align-items: center
	}
	
	.contact-info-n114m-1 .box .multi a {
		margin: 2px 0
	}
	
	.contact-info-n114m-1 .imco {
		font-size: 3.2rem;
		line-height: 1;
		margin-right: 15px;
		color: #0181cb
	}
	
	.contact-info-n114m-1 .box-right {
		text-align: left
	}
	
	.contact-info-n114m-1 .box-right p {
		color: #0181cb;
		font-size: 1.6rem;
		margin: 8px 0;
		line-height: 1.576;
		text-transform: uppercase
	}
	
	.contact-info-n114m-1 .box-right a {
		color: #888;
		text-decoration: none;
		display: block;
		overflow: hidden;
		word-break: break-word;
		font-size: 1.6rem;
		line-height: 2.5rem
	}
	
	.contact-info-n114m-1 .box-right a:hover {
		color: #e5e5e5
	}
	
	.navigation-n121m-4 {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		z-index: 1041;
		width: 100%;
		background: linear-gradient(90deg, #595959, #2d2b27);
		font-size: 1.4rem;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		position: sticky;
		top: 0;
		left: 0
	}
	
	.navigation-n121m-4 ul {
		overflow: auto;
		list-style: none;
		margin: 0;
		padding: 0
	}
	
	.navigation-n121m-4 a {
		color: #fff;
		text-decoration: none;
		cursor: pointer
	}
	
	.navigation-n121m-4 a:hover {
		color: #0181cb
	}
	
	.navigation-n121m-4 .header {
		width: 95%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		position: relative
	}
	
	.navigation-n121m-4 .logo-link {
		width: 15%;
		height: 90px;
		vertical-align: middle;
		display: inline-block;
		transition: all .3s
	}
	
	.navigation-n121m-4 .logo-link>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.navigation-n121m-4 .logo-link>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.navigation-n121m-4 .logo-link>span img {
		right: initial
	}
	
	.navigation-n121m-4 .navbar-ul {
		height: auto;
		display: table;
		margin: 0 auto
	}
	
	.navigation-n121m-4 .navbar-ul:before {
		display: none
	}
	
	.navigation-n121m-4 .navbar-ul>li {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		position: relative;
		float: left;
		margin: 0 5px;
		cursor: pointer;
		font-size: 1.6rem;
		text-transform: uppercase;
		perspective: 500px
	}
	
	.navigation-n121m-4 .navbar-ul>li>a {
		display: block;
		padding: 33px 5px
	}
	
	.navigation-n121m-4 .navbar-ul .f-down {
		padding: 0 3px;
		display: inline-block;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}
	
	.navigation-n121m-4 .lv-2 {
		position: absolute;
		z-index: 1001;
		overflow: inherit;
		padding-top: 33px;
		top: 58px;
		left: 0;
		width: max-content;
		border-top: 2px solid #0181cb
	}
	
	.navigation-n121m-4 .lv-2>li {
		position: relative;
		display: block;
		font-size: 1.6rem;
		line-height: 40px;
		height: 40px
	}
	
	.navigation-n121m-4 .lv-2>li a {
		padding: 0 20px
	}
	
	.navigation-n121m-4 .lv-3 {
		left: 100%;
		width: max-content;
		top: 0;
		overflow: inherit
	}
	
	.navigation-n121m-4 .lv-3 li a {
		padding: 0 20px;
		display: block;
		color: #fff
	}
	
	.navigation-n121m-4 .lv-3 li a:hover {
		color: #735e44
	}
	
	.navigation-n121m-4 .subnavs {
		display: none;
		position: absolute
	}
	
	.navigation-n121m-4 .subnavs li {
		z-index: 1002;
		background: linear-gradient(90deg, #595959, #2d2b27);
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}
	
	.navigation-n121m-4 .subnavs li a {
		position: relative;
		opacity: .9;
		text-transform: initial;
		display: block
	}
	
	.navigation-n121m-4.n-pin {
		background: rgba(0, 0, 0, 0.7)
	}
	
	.navigation-n121m-4.n-pin .logo-link {
		width: 13%
	}
	
	.navigation-n121m-4.n-pin .subnavs li {
		background: rgba(0, 0, 0, 0.7)
	}
	
	.navigation-n121m-4 .modal {
		padding-right: 0 !important
	}
	
	.navigation-n121m-4 .pnl {
		height: 100%;
		color: #fff;
		position: relative;
		width: 100%;
		background: rgba(0, 0, 0, 0.7)
	}
	
	.navigation-n121m-4 .pnl .close {
		position: absolute;
		width: 32px;
		height: 32px;
		line-height: 29px;
		font-size: 2.6rem;
		background: transparent;
		right: 5px;
		top: 5px;
		text-align: center;
		border: 0;
		color: #e5e5e5
	}
	
	.navigation-n121m-4 .pnl .close:hover {
		color: #fff
	}
	
	.navigation-n121m-4 .pnl .search-box {
		position: absolute;
		top: 35%;
		width: 100%
	}
	
	.navigation-n121m-4 .pnl .search-box .input-text {
		outline: 0;
		height: 50px;
		width: 60%;
		margin: 0 0 0 20%;
		background: rgba(0, 0, 0, 0.5);
		border: 0;
		float: left;
		padding-left: 1rem;
		font-size: 1.8rem
	}
	
	.navigation-n121m-4 .pnl .search-box .search-btn {
		position: absolute;
		left: 80%;
		width: 50px;
		height: 50px;
		border: 0;
		background: #735e44;
		cursor: pointer;
		color: #fff;
		font-size: 2.6rem
	}
	
	@media(max-width:1200px) {
		.navigation-n121m-4_blk {
			width: 100%;
			height: 60px
		}
	
		.navigation-n121m-4 .header {
			width: 100%;
			display: block
		}
	
		.navigation-n121m-4 .logo-link {
			height: 60px;
			min-width: 150px;
			padding: 8px 16px
		}
	
		.navigation-n121m-4 .bar-icon-btn {
			position: relative;
			float: right;
			padding: 6px 8px 2px 8px;
			margin: 14px 10px 0 10px;
			cursor: pointer
		}
	
		.navigation-n121m-4 .bar-icon-btn>span {
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
			background-color: #0181cb;
			border-radius: 10px;
			height: 2px;
			width: 24px;
			margin-bottom: 7px;
			display: block
		}
	
		.navigation-n121m-4 .collapse {
			background: rgba(0, 0, 0, 0.5);
			position: fixed;
			top: 60px;
			bottom: 0;
			right: 0;
			left: 0;
			height: auto !important;
			overflow: auto;
			z-index: 20
		}
	
		.navigation-n121m-4 .out-search {
			display: none
		}
	
		.navigation-n121m-4 .language e {
			display: none
		}
	
		.navigation-n121m-4 .language .list {
			padding: 0 15px
		}
	
		.navigation-n121m-4 .language .list li {
			float: left;
			width: 33.33%
		}
	
		.navigation-n121m-4 .language .list li a {
			display: block;
			line-height: 40px;
			margin-right: 10px
		}
	
		.navigation-n121m-4 .language .list li i {
			margin-top: 10px
		}
	
		.navigation-n121m-4 .language .list li p {
			float: left;
			margin: 0 2px
		}
	
		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(1) {
			transform: translateY(9px) rotate(45deg)
		}
	
		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(2) {
			opacity: 0
		}
	
		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(3) {
			transform: translateY(-9px) rotate(-45deg)
		}
	
		.navigation-n121m-4 .dmenu .collapse {
			display: block
		}
	
		.navigation-n121m-4 .navbar-ul {
			position: relative;
			min-height: 400px;
			width: 100%
		}
	
		.navigation-n121m-4 .navbar-ul>li {
			height: auto;
			display: inline-block;
			width: 100%;
			text-align: left;
			margin: 0
		}
	
		.navigation-n121m-4 .navbar-ul>li a {
			line-height: 25px;
			padding: 10px 15px
		}
	
		.navigation-n121m-4 .navbar-ul .lv-2 {
			position: initial;
			width: 100%;
			padding-top: 0;
			margin-top: 0;
			transform: translateX(0)
		}
	
		.navigation-n121m-4 .navbar-ul .lv-2>li {
			height: auto
		}
	
		.navigation-n121m-4 .navbar-ul .lv-3 {
			max-width: initial;
			position: initial
		}
	
		.navigation-n121m-4 .navbar-ul .lv-3 li {
			text-indent: 1em
		}
	
		.navigation-n121m-4 .navbar-ul .lv-2 li a,
		.navigation-n121m-4 .navbar-ul .lv-3 li a {
			padding: 7px 15px;
			font-size: 1.4rem
		}
	
		.navigation-n121m-4 .navbar-ul .f-down {
			position: absolute;
			right: 16px
		}
	
		.navigation-n121m-4 .navbar-ul .opened>.subnavs {
			display: block;
			width: 100%
		}
	
		.navigation-n121m-4 .navbar-ul .opened>a .f-down {
			transform: rotate(180deg)
		}
	}
	
	@media(min-width:1200px) {
		.navigation-n121m-4 .collapse {
			width: 75%;
			padding: 0 10px;
			display: block
		}
	
		.navigation-n121m-4 .bar-icon-btn {
			display: none
		}
	
		.navigation-n121m-4 .out-search {
			position: absolute;
			right: 25px;
			top: 36px;
			font-size: 2rem;
			line-height: 18px;
			cursor: pointer;
			color: #fff
		}
	
		.navigation-n121m-4 .language {
			position: absolute;
			right: 60px;
			top: 33px;
			color: #fff;
			cursor: pointer;
			margin-right: 10px;
			height: 56px;
			font-size: 1.6rem
		}
	
		.navigation-n121m-4 .language e {
			line-height: 1.7;
			color: #fff
		}
	
		.navigation-n121m-4 .language e .iconflag {
			margin: 4px 8px 0 0
		}
	
		.navigation-n121m-4 .language .list {
			max-height: 400px;
			overflow: auto;
			position: absolute;
			z-index: 20;
			top: 56px;
			right: 0;
			list-style-type: none;
			height: auto;
			background-color: rgba(0, 0, 0, 0.5);
			opacity: 0;
			display: none;
			width: 20rem;
			flex-direction: row;
			flex-wrap: wrap;
			scrollbar-width: thin;
			scrollbar-color: #5e5d62 #313131
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar {
			width: 6px;
			height: 8px
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar-track {
			background-color: #313131;
			border-radius: 10px
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar-button {
			height: 0
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar-thumb {
			background-color: #5e5d62;
			border-radius: 10px
		}
	
		.navigation-n121m-4 .language .list li {
			width: 50%;
			padding: 10px 4px 5px 13px;
			overflow: hidden;
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s
		}
	
		.navigation-n121m-4 .language .list li:last-child {
			border-bottom: 0
		}
	
		.navigation-n121m-4 .language .list li a {
			display: inline-block;
			position: relative;
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s
		}
	
		.navigation-n121m-4 .language .list li p {
			display: inline-block;
			text-align: left;
			width: 100%;
			padding: 0 2px 0 32px;
			margin: 0;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			font-size: 1.4rem
		}
	
		.navigation-n121m-4 .language .list li i {
			position: absolute;
			left: 0;
			top: 2px
		}
	
		.navigation-n121m-4 .language .list li:hover {
			background-color: #735e44
		}
	
		.navigation-n121m-4 .language .list li:hover a {
			color: #fff
		}
	
		.navigation-n121m-4 .language:focus,
		.navigation-n121m-4 .language:hover {
			color: #735e44
		}
	
		.navigation-n121m-4 .language:focus .list,
		.navigation-n121m-4 .language:hover .list {
			opacity: 1;
			display: flex
		}
	
		.navigation-n121m-4 li.active>a {
			color: #735e44
		}
	
		.navigation-n121m-4 li>.subnavs {
			transition: all .3s ease-in-out;
			transform: scale(0.8) rotateY(30deg);
			transform-origin: center 0;
			opacity: 0;
			display: block;
			visibility: hidden
		}
	
		.navigation-n121m-4 li:hover>.subnavs {
			transform: none;
			opacity: 1;
			visibility: visible
		}
	
		.navigation-n121m-4 .subnavs {
			border-top: 0
		}
	
		.navigation-n121m-4 .subnavs .f-down {
			position: absolute;
			right: 4px;
			transform: rotate(270deg)
		}
	}
	
	@media(max-width:1440px) {
		.navigation-n121m-4 .navbar-ul>li {
			font-size: 1.4rem
		}
	}
	
	.breadcrumb-n116m-1 {
		width: 100%;
		position: relative;
		background: #f2f2f2;
		overflow: hidden;
		margin-bottom: 40px
	}
	
	.breadcrumb-n116m-1 .bg {
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 15%
	}
	
	.breadcrumb-n116m-1 .bg .square-cont {
		position: absolute;
		width: 100%;
		height: 100%
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span {
		overflow: hidden
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span>img {
		max-height: initial;
		width: 100%
	}
	
	.breadcrumb-n116m-1 .bg .square-cont .mask {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 2
	}
	
	.breadcrumb-n116m-1 ul,
	.breadcrumb-n116m-1 li {
		overflow: auto;
		list-style: none;
		padding: 0;
		margin: 0
	}
	
	.breadcrumb-n116m-1 li {
		display: inline-block;
		vertical-align: middle;
		font-size: 1.6rem;
		line-height: 40px;
		margin-right: 5px;
		color: #999
	}
	
	.breadcrumb-n116m-1 li a {
		-webkit-transition: color .5s;
		-moz-transition: color .5s;
		-o-transition: color .5s;
		transition: color .5s;
		text-decoration: none;
		color: #505050
	}
	
	.breadcrumb-n116m-1 li a:hover {
		color: #0181cb
	}
	
	.breadcrumb-n116m-1 li .f-home {
		color: #0181cb
	}
	
	.breadcrumb-n116m-1 li:nth-last-child(2) a {
		color: #0181cb
	}
	
	@media(max-width:768px) {
		.breadcrumb-n116m-1 {
			margin-bottom: 40px
		}
	
		.breadcrumb-n116m-1 li {
			font-size: 1.4rem;
			line-height: 30px
		}
	}
	
	.contact-info-n101m-1 {
		font-size: 1.4rem;
		padding: 40px 25px;
		margin-bottom: 30px
	}
	
	.contact-info-n101m-1 .pb {
		color: #fff;
		overflow: hidden;
		font-size: 1.6rem;
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 0 -25px
	}
	
	.contact-info-n101m-1 .head {
		width: 100%
	}
	
	.contact-info-n101m-1 .head h2 {
		margin: 0;
		font-size: 2.6rem;
		padding: 0 0 0 25px;
		text-align: center;
		word-break: break-word;
		text-transform: capitalize
	}
	
	.contact-info-n101m-1 .box {
		width: 25%;
		float: left;
		text-align: center;
		padding: 25px 0 0 25px;
		flex: auto
	}
	
	.contact-info-n101m-1 .imco {
		font-size: 3.2rem;
		line-height: 1
	}
	
	.contact-info-n101m-1 p {
		font-size: 1.6rem;
		margin: 8px 0;
		line-height: 1.576;
		text-transform: uppercase
	}
	
	.contact-info-n101m-1 a {
		color: #fff;
		text-decoration: none;
		display: inline-block;
		overflow: hidden;
		word-break: break-word;
		font-size: 1.6rem;
		line-height: 1.8rem;
		text-indent: .5rem
	}
	
	.contact-info-n101m-1 a:hover {
		color: #e5e5e5
	}
	
	@media(max-width:768px) {
		.contact-info-n101m-1 {
			padding: 15px;
			margin-bottom: 30px
		}
	
		.contact-info-n101m-1 .imco {
			font-size: 2.6rem
		}
	
		.contact-info-n101m-1 .pb {
			margin: 0 0 0 -15px
		}
	
		.contact-info-n101m-1 .box {
			width: 50%;
			padding: 16px 0 0 15px
		}
	
		.contact-info-n101m-1 .head h2 {
			font-size: 1.8rem;
			padding: 0 0 0 15px
		}
	}
	
	.col-md-3 .contact-info-n101m-1 .box,
	.col-md-4 .contact-info-n101m-1 .box,
	.col-lg-3 .contact-info-n101m-1 .box,
	.col-lg-4 .contact-info-n101m-1 .box {
		width: 100%
	}
	
	.contact-person-n115m-1 {
		margin-bottom: 10px;
		overflow: auto;
		font-size: 1.6rem;
		display: flex;
		flex-wrap: wrap;
		margin-left: -25px
	}
	
	.contact-person-n115m-1 .box {
		padding: 0 0 25px 25px
	}
	
	.contact-person-n115m-1 .member {
		height: 100%;
		position: relative;
		padding: 25px 25px 15px 25px;
		border: 1px solid #d8d8d8;
		text-align: left;
		background: #f2f2f2
	}
	
	.contact-person-n115m-1 .member h4 {
		color: #0181cb;
		line-height: 1;
		margin: 0 0 10px 0;
		font-size: 2rem
	}
	
	.contact-person-n115m-1 .member .info {
		margin: 0 0 8px 0;
		color: #505050;
		display: none
	}
	
	.contact-person-n115m-1 .member .info .key {
		margin-right: .4em;
		color: #6c6c6c
	}
	
	@media(max-width:768px) {
		.contact-person-n115m-1 {
			margin-bottom: 25px;
			font-size: 1.4rem;
			margin-left: -15px
		}
	
		.contact-person-n115m-1 .box {
			padding: 0 0 15px 15px
		}
	
		.contact-person-n115m-1 .member {
			padding: 15px
		}
	
		.contact-person-n115m-1 .member h4 {
			font-size: 1.8rem
		}
	}
	
	.message-n101m-1 {
		margin: 0 0 60px 0;
		padding: 32px 17px;
		position: relative;
		overflow: auto;
		background: #f2f2f2
	}
	
	.message-n101m-1 .mtitle {
		padding: 6px 12px;
		margin: 0 15px 24px 15px;
		border-left: 4px solid #0181cb;
		color: #0181cb;
		border-color: #0181cb;
		font-size: 1.6rem;
		font-weight: 700
	}
	
	.message-n101m-1 .mdesc {
		color: #0181cb
	}
	
	.message-n101m-1 .line {
		margin-bottom: 30px;
		position: relative
	}
	
	.message-n101m-1 .line label {
		font-size: 1.6rem;
		font-weight: normal
	}
	
	.message-n101m-1 .line label i {
		margin-right: 6px;
		color: red;
		font-size: 15px
	}
	
	.message-n101m-1 .line input,
	.message-n101m-1 .line textarea {
		font-size: 1.6rem;
		-webkit-appearance: none;
		outline: 0;
		border: 1px solid #cbcbcb;
		border-radius: 2px
	}
	
	.message-n101m-1 .line input:focus,
	.message-n101m-1 .line textarea:focus,
	.message-n101m-1 .line input:hover,
	.message-n101m-1 .line textarea:hover {
		outline: 0;
		-webkit-appearance: none;
		border: 1px solid #b3aca2
	}
	
	.message-n101m-1 .line textarea {
		line-height: 26px;
		resize: none
	}
	
	.message-n101m-1 .line input {
		line-height: 40px;
		height: 40px;
		padding: 0 12px
	}
	
	.message-n101m-1 .field-validation-error {
		color: red;
		padding: 0 12px;
		margin-top: 2px;
		display: inline-block;
		font-size: 1.4rem;
		position: absolute;
		left: 0
	}
	
	.message-n101m-1 .subbtn {
		float: left;
		padding: 0 16px
	}
	
	.message-n101m-1 .subbtn button {
		transition: background-color .3s ease 0s;
		outline: 0;
		cursor: pointer;
		appearance: none;
		user-select: none;
		text-align: center;
		word-spacing: normal;
		height: 40px;
		line-height: 38px;
		padding: 0 24px;
		font-size: 16px;
		border: 0;
		color: #fff;
		background: #0181cb
	}
	
	.message-n101m-1 .subbtn button:hover {
		background: #59493a
	}
	
	.message-n101m-1 .privacy {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		margin-left: 8px;
		font-weight: normal
	}
	
	.message-n101m-1 .privacy input[type="checkbox"] {
		display: block;
		position: relative;
		vertical-align: middle;
		margin-right: 24px;
		height: 1px;
		opacity: 0;
		margin: 0;
		cursor: pointer
	}
	
	.message-n101m-1 .privacy input[type="checkbox"]:checked+span:before {
		border-color: #0181cb;
		background-color: #0181cb
	}
	
	.message-n101m-1 .privacy input[type="checkbox"]:checked+span:after {
		border-color: #fff
	}
	
	.message-n101m-1 .privacy .nschb {
		display: block;
		position: relative;
		font-size: 14px;
		padding-left: 24px;
		line-height: 40px;
		cursor: pointer;
		color: #333
	}
	
	.message-n101m-1 .privacy .nschb:before,
	.message-n101m-1 .privacy .nschb:after {
		display: block;
		position: absolute;
		content: '';
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}
	
	.message-n101m-1 .privacy .nschb:before {
		top: 50%;
		left: 0;
		width: 18px;
		height: 18px;
		background-color: #fff;
		border: 1px solid #d8d8d8;
		margin-top: -9px
	}
	
	.message-n101m-1 .privacy .nschb:after {
		width: 9px;
		height: 6px;
		border-width: 0 0 2px 2px;
		border-color: transparent;
		border-style: solid;
		top: 50%;
		left: 4px;
		margin-top: -5px;
		transform: rotate(-45deg)
	}
	
	.message-n101m-1 .privacy a {
		color: #505050;
		text-decoration: none;
		font-size: 1.6rem
	}
	
	@media(max-width:768px) {
		.message-n101m-1 {
			padding: 16px 1px
		}
	
		.message-n101m-1 .line input {
			line-height: 32px;
			height: 32px
		}
	
		.message-n101m-1 .mtitle {
			margin-bottom: 12px
		}
	}
	.friendly-link-n101m-1 {
		position: relative;
		padding: 32px 0 0 0
	}
	
	.friendly-link-n101m-1 .blk {
		display: none;
		float: left;
		padding: 10px
	}
	
	.friendly-link-n101m-1 .title {
		text-transform: uppercase;
		font-size: 1.6rem
	}
	
	.friendly-link-n101m-1 a,
	.friendly-link-n101m-1 h3.title {
		display: inline-block;
		width: 100%;
		font-size: 1.4rem;
		color: #e5e5e5;
		opacity: .6;
		text-decoration: none;
		line-height: 24px;
		margin-bottom: 8px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}
	
	.friendly-link-n101m-1 a:hover,
	.friendly-link-n101m-1 h3.title:hover {
		opacity: 1
	}
	
	.friendly-link-n101m-1 .cus {
		position: relative;
		margin-bottom: 15px
	}
	
	.friendly-link-n101m-1 .cus .imco {
		color: #e5e5e5;
		font-size: 26px;
		position: absolute;
		left: 2px
	}
	
	.friendly-link-n101m-1 .cus .info {
		padding-left: 48px
	}
	
	.friendly-link-n101m-1 .cus .info a {
		margin-bottom: 0
	}
	
	.friendly-link-n101m-1 .sns a {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 24px;
		text-align: center;
		border-radius: 40px;
		background: #fff;
		margin: 0 16px 16px 0;
		opacity: 1
	}
	
	.friendly-link-n101m-1 .sns a .f-skype {
		color: #00aff0
	}
	
	.friendly-link-n101m-1 .sns a .f-twitter {
		color: #02b0e8
	}
	
	.friendly-link-n101m-1 .sns a .f-google-plus {
		color: #cc3b1e
	}
	
	.friendly-link-n101m-1 .sns a .f-linkedin {
		color: #006a9a
	}
	
	.friendly-link-n101m-1 .sns a .f-facebook {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-instagram {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-youtube {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-comment {
		color: #4267b2
	}
	
	.friendly-link-n101m-1 .sns a .f-pinterest {
		color: #e10600
	}
	
	.friendly-link-n101m-1 .sns a .f-tiktok {
		color: #740dbc
	}
	
	.friendly-link-n101m-1 .snsinfo a {
		color: #806d59;
		background-color: #343434;
		background: #fff;
		display: inline-block;
		width: 32px;
		height: 32px;
		line-height: 32px;
		border-radius: 50%;
		margin: 0 8px;
		text-decoration: none
	}
	
	.friendly-link-n101m-1 .snsinfo a:hover {
		color: #b3aca2;
		background: #e5e5e5
	}
	
	.friendly-link-n101m-1 .snsinfo a i {
		font-size: 1.8rem;
		display: block
	}
	
	@media(max-width:1200px) {
		.friendly-link-n101m-1 .blk {
			padding: 32px 16px
		}
	}
	
	@media(max-width:768px) {
		.friendly-link-n101m-1 {
			padding: 20px 20px 55px 20px;
			margin-bottom: -50px
		}
	
		.friendly-link-n101m-1 .container {
			padding-left: 0;
			padding-right: 0;
			margin: 0;
			width: 100%
		}
	
		.friendly-link-n101m-1 .container .sns a {
			margin: 0 8px 8px 0
		}
	
		.friendly-link-n101m-1 .container .blk:last-child {
			display: block;
			padding: 0
		}
	}
	
	@media(min-width:768px) {
	
		.friendly-link-n101m-1 .blk:nth-child(1),
		.friendly-link-n101m-1 .blk:nth-child(2),
		.friendly-link-n101m-1 .blk:nth-child(3),
		.friendly-link-n101m-1 .blk:last-child {
			display: block
		}
	}
	
	.copyright-n101m-1 {
		text-align: center;
		font-size: 1.6rem;
		height: 50px;
		line-height: 50px;
		color: #fff;
		opacity: .8
	}
	
	@media(max-width:768px) {
		.copyright-n101m-1 {
			height: 42px;
			line-height: 42px
		}
	}
	
	.contact-box-n101m-1 {
		position: fixed;
		bottom: 38%;
		right: 0;
		z-index: 1041
	}
	
	.contact-box-n101m-1 ul {
		list-style: none;
		padding: 0
	}
	
	.contact-box-n101m-1 a {
		text-decoration: none;
		cursor: pointer
	}
	
	.contact-box-n101m-1 .item {
		position: relative
	}
	
	.contact-box-n101m-1 .item.hide {
		display: none
	}
	
	.contact-box-n101m-1 .item .qrcode {
		padding: 15px;
		max-width: 150px;
		max-height: 150px;
		background: #fff
	}
	
	.contact-box-n101m-1 .item i {
		display: block;
		color: #fff;
		background: #0181cb;
		padding: 9px 13px;
		font-size: 24px;
		width: 50px;
		height: 50px
	}
	
	.contact-box-n101m-1 .item i:hover {
		background: #59493a
	}
	
	.contact-box-n101m-1 .item .tools {
		display: none;
		min-width: 80px;
		min-height: 40px;
		position: absolute;
		top: 4px;
		right: 100%;
		padding-right: 8px
	}
	
	.contact-box-n101m-1 .item .tools:before,
	.contact-box-n101m-1 .item .tools:after {
		content: '';
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid
	}
	
	.contact-box-n101m-1 .item .tools:before {
		z-index: 2;
		right: -5px;
		top: 14px;
		border-width: 7px;
		border-color: transparent transparent transparent #fff
	}
	
	.contact-box-n101m-1 .item .tools:after {
		z-index: 1;
		right: -8px;
		top: 13px;
		border-width: 8px;
		border-color: transparent transparent transparent #e5e5e5
	}
	
	.contact-box-n101m-1 .item .tools .imco:before {
		margin-right: 6px
	}
	
	.contact-box-n101m-1 .item .tools:hover:before {
		border-color: transparent transparent transparent #d9d5cc
	}
	
	.contact-box-n101m-1 .item .tools a {
		display: block;
		padding: 10px 16px;
		color: #505050;
		background: #fff;
		border: 1px solid #e5e5e5;
		font-size: 1.6rem;
		line-height: 20px;
		white-space: nowrap;
		cursor: pointer
	}
	
	.contact-box-n101m-1 .item .tools a:nth-child(n+2) {
		border-top: 0
	}
	
	.contact-box-n101m-1 .item .tools a:hover {
		color: #806d59;
		background: #d9d5cc
	}
	
	.contact-box-n101m-1 .item:hover .tools {
		display: block
	}
	
	.contact-box-n101m-1 .modal {
		padding-right: 0 !important
	}
	
	.contact-box-n101m-1 .pnl {
		height: 100%;
		color: #fff;
		position: relative
	}
	
	.contact-box-n101m-1 .pnl .close {
		position: absolute;
		width: 32px;
		height: 32px;
		line-height: 29px;
		font-size: 26px;
		background: transparent;
		right: 5px;
		top: 5px;
		text-align: center;
		border: 0;
		color: #e5e5e5
	}
	
	.contact-box-n101m-1 .pnl .close:hover {
		color: #0181cb
	}
	
	.contact-box-n101m-1 .pnl .search-box {
		position: absolute;
		top: 35%;
		width: 100%
	}
	
	.contact-box-n101m-1 .pnl .search-box .input-text {
		outline: 0;
		height: 40px;
		width: 80%;
		margin: 0 0 0 5%;
		background: #fff;
		color: #505050;
		border: 0;
		float: left;
		padding-left: 1rem;
		font-size: 1.6rem
	}
	
	.contact-box-n101m-1 .pnl .search-box .search-btn {
		position: absolute;
		left: 85%;
		width: 50px;
		height: 40px;
		border: 0;
		background: #0181cb;
		cursor: pointer;
		color: #fff;
		font-size: 20px
	}
	
	.contact-box-n101m-1 .mid-pnl {
		width: 100%;
		background: rgba(0, 0, 0, 0.8)
	}
	
	.contact-box-n101m-1 .home,
	.contact-box-n101m-1 .b2t {
		display: none
	}
	
	.contact-box-n101m-1-blk {
		display: none
	}
	
	@media(max-width:768px) {
		.contact-box-n101m-1 {
			left: 0;
			bottom: 0;
			width: 100%;
			height: 50px
		}
	
		.contact-box-n101m-1 ul {
			display: flex;
			justify-content: space-around;
			background: #fff
		}
	
		.contact-box-n101m-1 .item {
			float: left
		}
	
		.contact-box-n101m-1 .item .tools {
			top: auto;
			bottom: 100%;
			right: 50%;
			transform: translateX(50%);
			padding-right: 0;
			padding-bottom: 8px
		}
	
		.contact-box-n101m-1 .item .tools:before {
			top: auto;
			bottom: -5px;
			right: 50%;
			transform: translateX(50%) translateY(0);
			border-color: #fff transparent transparent transparent
		}
	
		.contact-box-n101m-1 .item .tools:after {
			top: auto;
			right: 50%;
			bottom: -8px;
			transform: translateX(50%) translateY(0);
			border-color: #e5e5e5 transparent transparent transparent
		}
	
		.contact-box-n101m-1 .item .tools:hover:before {
			border-color: #d9d5cc transparent transparent transparent
		}
	
		.contact-box-n101m-1 .item i {
			color: #0181cb;
			background: #fff
		}
	
		.contact-box-n101m-1 .home {
			display: block
		}
	
		.contact-box-n101m-1 .b2t {
			display: none !important
		}
	
		.contact-box-n101m-1-blk {
			height: 50px;
			display: block
		}
	}
	
	.back-top-n8m-2 {
		position: fixed;
		padding: 8px 10px 12px 10px;
		text-align: center;
		border-radius: 8px;
		border: 2px solid #bfbbb4;
		color: #cbcbcb;
		background-color: #e6e2d8;
		opacity: .7;
		right: 16px;
		bottom: 15%;
		display: none
	}
	
	.back-top-n8m-2:hover {
		opacity: 1;
		background-color: #ccc8c0;
		cursor: pointer
	}
	
	.back-top-n8m-2 i {
		color: #806d59;
		width: 28px;
		height: 28px;
		display: inline-block;
		font-size: 24px
	}
	
	.headline-n118m-5 {
		background: #0181cb;
		padding: 10px 15px
	}
	
	.headline-n118m-5 i {
		width: 10px;
		height: 25px;
		display: inline-block;
		background: #fff;
		float: left;
		margin-right: 20px;
		transform: skewX(150deg)
	}
	
	.headline-n118m-5 h2 {
		padding: 6px 10px;
		margin: 0;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 700;
		text-transform: capitalize
	}
	
	@media(max-width:768px) {
		.headline-n118m-5 {
			padding: 5px 15px
		}
	
		.headline-n118m-5 h2 {
			padding: 6px 8px
		}
	}
	
	.product-category-n113m-1 {
		width: 100%;
		border: 1px solid #f2f2f2;
		border-top: 0;
		padding: 10px 20px 25px 20px;
		margin-bottom: 30px;
		background: #fff;
		font-size: 1.6rem
	}
	
	.product-category-n113m-1 ul {
		overflow: hidden;
		list-style: none;
		padding: 0
	}
	
	.product-category-n113m-1 .lv1 {
		border-bottom: 1px solid #f2f2f2;
		padding: 10px 0
	}
	
	.product-category-n113m-1 .sub {
		display: none;
		padding: 10px 10px 10px 15px
	}
	
	.product-category-n113m-1 .sub a {
		padding: 6px 0 6px 10px;
		margin: 0;
		display: inline-block;
		padding-left: 15px;
		font-size: 1.6rem
	}
	
	.product-category-n113m-1 .sub a:before {
		content: '';
		width: 6px;
		height: 6px;
		position: absolute;
		left: 1px;
		top: 12px;
		display: inline-block;
		background: #505050
	}
	
	.product-category-n113m-1 a,
	.product-category-n113m-1 .expand {
		line-height: 24px;
		position: relative;
		color: #505050;
		text-decoration: none
	}
	
	.product-category-n113m-1 .expand {
		width: 20px;
		display: inline-block;
		text-align: center;
		cursor: pointer;
		float: right
	}
	
	.product-category-n113m-1 .expand:hover {
		color: #0181cb
	}
	
	.product-category-n113m-1 .open {
		transform: rotate(180deg)
	}
	
	.product-category-n113m-1 .active a,
	.product-category-n113m-1 a:hover {
		color: #735e44
	}
	
	.product-category-n113m-1 .active a:before,
	.product-category-n113m-1 a:hover:before {
		background: #0181cb
	}
	
	@media(max-width:768px) {
		.product-category-n113m-1 {
			padding: 5px 20px 15px 20px
		}
	}
	
	.product-list-n120m-2 {
		font-size: 1.6rem;
		margin-bottom: 15px
	}
	
	.product-list-n120m-2 ul {
		list-style: none;
		overflow: auto;
		padding: 0;
		margin: 0
	}
	
	.product-list-n120m-2 ul li {
		margin-bottom: 15px;
		background: #f2f2f2;
		display: flex;
		align-items: center
	}
	
	.product-list-n120m-2 .item {
		width: 100%;
		float: left
	}
	
	.product-list-n120m-2 .item .blk {
		background-color: #fff;
		margin: 15px 0;
		overflow: hidden;
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 100%
	}
	
	.product-list-n120m-2 .item .blk .square-cont {
		position: absolute;
		width: 100%;
		height: 100%
	}
	
	.product-list-n120m-2 .item .blk .cover-image {
		overflow: hidden;
		display: block
	}
	
	.product-list-n120m-2 .item .blk .cover-image>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.product-list-n120m-2 .item .blk .cover-image>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.product-list-n120m-2 .item .blk .cover-image>span {
		overflow: hidden
	}
	
	.product-list-n120m-2 .item .blk .cover-image img {
		-webkit-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-o-transition: ease all .4s;
		transition: ease all .4s
	}
	
	.product-list-n120m-2 .item .blk .cover-image img:hover {
		transform: scale(1.2)
	}
	
	.product-list-n120m-2 .text {
		float: left;
		padding-left: 0
	}
	
	.product-list-n120m-2 .text .th {
		margin: 0 0 10px 0
	}
	
	.product-list-n120m-2 .text .th a {
		font-size: 1.6rem;
		line-height: 1.6;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		display: -webkit-box;
		text-decoration: none;
		color: #343434
	}
	
	.product-list-n120m-2 .text .th a:hover {
		color: #0181cb
	}
	
	.product-list-n120m-2 .text .link {
		background: #2876a2;
		font-size: 1.6rem;
		border-radius: 10px;
		padding: 10px;
		color: #fff;
		max-width: 100px;
		text-align: center;
		margin-top: 10px
	}
	
	.product-list-n120m-2 .text .link:hover {
		background: #59493a
	}
	
	@media(min-width:768px) {
		.product-list-n120m-2 .item {
			width: 40%
		}
	
		.product-list-n120m-2 .text {
			width: 60%;
			padding-left: 25px
		}
	}
	
	.contact-info-n114m-1 {
		border: 1px solid #f2f2f2;
		margin-bottom: 30px;
		font-size: 1.4rem
	}
	
	.contact-info-n114m-1 .pb {
		color: #fff;
		overflow: hidden;
		font-size: 1.6rem;
		display: flex;
		flex-direction: column
	}
	
	.contact-info-n114m-1 .box {
		text-align: center;
		padding: 10px 20px 0 20px;
		display: flex;
		align-items: center
	}
	
	.contact-info-n114m-1 .box .multi a {
		margin: 2px 0
	}
	
	.contact-info-n114m-1 .imco {
		font-size: 3.2rem;
		line-height: 1;
		margin-right: 15px;
		color: #0181cb
	}
	
	.contact-info-n114m-1 .box-right {
		text-align: left
	}
	
	.contact-info-n114m-1 .box-right p {
		color: #0181cb;
		font-size: 1.6rem;
		margin: 8px 0;
		line-height: 1.576;
		text-transform: uppercase
	}
	
	.contact-info-n114m-1 .box-right a {
		color: #888;
		text-decoration: none;
		display: block;
		overflow: hidden;
		word-break: break-word;
		font-size: 1.6rem;
		line-height: 2.5rem
	}
	
	.contact-info-n114m-1 .box-right a:hover {
		color: #e5e5e5
	}
	
	.navigation-n121m-4 {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		z-index: 1041;
		width: 100%;
		background: linear-gradient(90deg, #595959, #2d2b27);
		font-size: 1.4rem;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		position: sticky;
		top: 0;
		left: 0
	}
	
	.navigation-n121m-4 ul {
		overflow: auto;
		list-style: none;
		margin: 0;
		padding: 0
	}
	
	.navigation-n121m-4 a {
		color: #fff;
		text-decoration: none;
		cursor: pointer
	}
	
	.navigation-n121m-4 a:hover {
		color: #0181cb
	}
	
	.navigation-n121m-4 .header {
		width: 95%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		position: relative
	}
	
	.navigation-n121m-4 .logo-link {
		width: 40%;
		height: 90px;
		vertical-align: middle;
		display: inline-block;
		transition: all .3s
	}
	
	.navigation-n121m-4 .logo-link>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.navigation-n121m-4 .logo-link>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		/* height:50px; */
	}
	
	.navigation-n121m-4 .logo-link>span img {
		right: initial
	}
	
	.navigation-n121m-4 .navbar-ul {
		height: auto;
		display: table;
		margin: 0 auto
	}
	
	.navigation-n121m-4 .navbar-ul:before {
		display: none
	}
	
	.navigation-n121m-4 .navbar-ul>li {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		position: relative;
		float: left;
		margin: 0 5px;
		cursor: pointer;
		font-size: 1.6rem;
		text-transform: uppercase;
		perspective: 500px
	}
	
	.navigation-n121m-4 .navbar-ul>li>a {
		display: block;
		padding: 33px 5px
	}
	
	.navigation-n121m-4 .navbar-ul .f-down {
		padding: 0 3px;
		display: inline-block;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}
	
	.navigation-n121m-4 .lv-2 {
		position: absolute;
		z-index: 1001;
		overflow: inherit;
		padding-top: 33px;
		top: 58px;
		left: 0;
		width: max-content;
		border-top: 2px solid #0181cb
	}
	
	.navigation-n121m-4 .lv-2>li {
		position: relative;
		display: block;
		font-size: 1.6rem;
		line-height: 40px;
		height: 40px
	}
	
	.navigation-n121m-4 .lv-2>li a {
		padding: 0 20px
	}
	
	.navigation-n121m-4 .lv-3 {
		left: 100%;
		width: max-content;
		top: 0;
		overflow: inherit
	}
	
	.navigation-n121m-4 .lv-3 li a {
		padding: 0 20px;
		display: block;
		color: #fff
	}
	
	.navigation-n121m-4 .lv-3 li a:hover {
		color: #735e44
	}
	
	.navigation-n121m-4 .subnavs {
		display: none;
		position: absolute
	}
	
	.navigation-n121m-4 .subnavs li {
		z-index: 1002;
		background: linear-gradient(90deg, #595959, #2d2b27);
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}
	
	.navigation-n121m-4 .subnavs li a {
		position: relative;
		opacity: .9;
		text-transform: initial;
		display: block
	}
	
	.navigation-n121m-4.n-pin {
		background: rgba(0, 0, 0, 0.7)
	}
	
	.navigation-n121m-4.n-pin .logo-link {
		width: 40%
	}
	
	.navigation-n121m-4.n-pin .subnavs li {
		background: rgba(0, 0, 0, 0.7)
	}
	
	.navigation-n121m-4 .modal {
		padding-right: 0 !important
	}
	
	.navigation-n121m-4 .pnl {
		height: 100%;
		color: #fff;
		position: relative;
		width: 100%;
		background: rgba(0, 0, 0, 0.7)
	}
	
	.navigation-n121m-4 .pnl .close {
		position: absolute;
		width: 32px;
		height: 32px;
		line-height: 29px;
		font-size: 2.6rem;
		background: transparent;
		right: 5px;
		top: 5px;
		text-align: center;
		border: 0;
		color: #e5e5e5
	}
	
	.navigation-n121m-4 .pnl .close:hover {
		color: #fff
	}
	
	.navigation-n121m-4 .pnl .search-box {
		position: absolute;
		top: 35%;
		width: 100%
	}
	
	.navigation-n121m-4 .pnl .search-box .input-text {
		outline: 0;
		height: 50px;
		width: 60%;
		margin: 0 0 0 20%;
		background: rgba(0, 0, 0, 0.5);
		border: 0;
		float: left;
		padding-left: 1rem;
		font-size: 1.8rem
	}
	
	.navigation-n121m-4 .pnl .search-box .search-btn {
		position: absolute;
		left: 80%;
		width: 50px;
		height: 50px;
		border: 0;
		background: #735e44;
		cursor: pointer;
		color: #fff;
		font-size: 2.6rem
	}
	
	@media(max-width:1200px) {
		.navigation-n121m-4_blk {
			width: 100%;
			height: 60px
		}
	
		.navigation-n121m-4 .header {
			width: 100%;
			display: block
		}
	
		.navigation-n121m-4 .logo-link {
			height: 60px;
			min-width: 150px;
			padding: 8px 16px
		}
	
		.navigation-n121m-4 .bar-icon-btn {
			position: relative;
			float: right;
			padding: 6px 8px 2px 8px;
			margin: 14px 10px 0 10px;
			cursor: pointer
		}
	
		.navigation-n121m-4 .bar-icon-btn>span {
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
			background-color: #0181cb;
			border-radius: 10px;
			height: 2px;
			width: 24px;
			margin-bottom: 7px;
			display: block
		}
	
		.navigation-n121m-4 .collapse {
			background: rgba(0, 0, 0, 0.5);
			position: fixed;
			top: 60px;
			bottom: 0;
			right: 0;
			left: 0;
			height: auto !important;
			overflow: auto;
			z-index: 20
		}
	
		.navigation-n121m-4 .out-search {
			display: none
		}
	
		.navigation-n121m-4 .language e {
			display: none
		}
	
		.navigation-n121m-4 .language .list {
			padding: 0 15px
		}
	
		.navigation-n121m-4 .language .list li {
			float: left;
			width: 33.33%
		}
	
		.navigation-n121m-4 .language .list li a {
			display: block;
			line-height: 40px;
			margin-right: 10px
		}
	
		.navigation-n121m-4 .language .list li i {
			margin-top: 10px
		}
	
		.navigation-n121m-4 .language .list li p {
			float: left;
			margin: 0 2px
		}
	
		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(1) {
			transform: translateY(9px) rotate(45deg)
		}
	
		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(2) {
			opacity: 0
		}
	
		.navigation-n121m-4 .dmenu .bar-icon-btn>span:nth-child(3) {
			transform: translateY(-9px) rotate(-45deg)
		}
	
		.navigation-n121m-4 .dmenu .collapse {
			display: block
		}
	
		.navigation-n121m-4 .navbar-ul {
			position: relative;
			min-height: 400px;
			width: 100%
		}
	
		.navigation-n121m-4 .navbar-ul>li {
			height: auto;
			display: inline-block;
			width: 100%;
			text-align: left;
			margin: 0
		}
	
		.navigation-n121m-4 .navbar-ul>li a {
			line-height: 25px;
			padding: 10px 15px
		}
	
		.navigation-n121m-4 .navbar-ul .lv-2 {
			position: initial;
			width: 100%;
			padding-top: 0;
			margin-top: 0;
			transform: translateX(0)
		}
	
		.navigation-n121m-4 .navbar-ul .lv-2>li {
			height: auto
		}
	
		.navigation-n121m-4 .navbar-ul .lv-3 {
			max-width: initial;
			position: initial
		}
	
		.navigation-n121m-4 .navbar-ul .lv-3 li {
			text-indent: 1em
		}
	
		.navigation-n121m-4 .navbar-ul .lv-2 li a,
		.navigation-n121m-4 .navbar-ul .lv-3 li a {
			padding: 7px 15px;
			font-size: 1.4rem
		}
	
		.navigation-n121m-4 .navbar-ul .f-down {
			position: absolute;
			right: 16px
		}
	
		.navigation-n121m-4 .navbar-ul .opened>.subnavs {
			display: block;
			width: 100%
		}
	
		.navigation-n121m-4 .navbar-ul .opened>a .f-down {
			transform: rotate(180deg)
		}
	}
	
	@media(min-width:1200px) {
		.navigation-n121m-4 .collapse {
			width: 75%;
			padding: 0 10px;
			display: block
		}
	
		.navigation-n121m-4 .bar-icon-btn {
			display: none
		}
	
		.navigation-n121m-4 .out-search {
			position: absolute;
			right: 25px;
			top: 36px;
			font-size: 2rem;
			line-height: 18px;
			cursor: pointer;
			color: #fff
		}
	
		.navigation-n121m-4 .language {
			position: absolute;
			right: 60px;
			top: 33px;
			color: #fff;
			cursor: pointer;
			margin-right: 10px;
			height: 56px;
			font-size: 1.6rem
		}
	
		.navigation-n121m-4 .language e {
			line-height: 1.7;
			color: #fff
		}
	
		.navigation-n121m-4 .language e .iconflag {
			margin: 4px 8px 0 0
		}
	
		.navigation-n121m-4 .language .list {
			max-height: 400px;
			overflow: auto;
			position: absolute;
			z-index: 20;
			top: 56px;
			right: 0;
			list-style-type: none;
			height: auto;
			background-color: rgba(0, 0, 0, 0.5);
			opacity: 0;
			display: none;
			width: 20rem;
			flex-direction: row;
			flex-wrap: wrap;
			scrollbar-width: thin;
			scrollbar-color: #5e5d62 #313131
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar {
			width: 6px;
			height: 8px
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar-track {
			background-color: #313131;
			border-radius: 10px
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar-button {
			height: 0
		}
	
		.navigation-n121m-4 .language .list::-webkit-scrollbar-thumb {
			background-color: #5e5d62;
			border-radius: 10px
		}
	
		.navigation-n121m-4 .language .list li {
			width: 50%;
			padding: 10px 4px 5px 13px;
			overflow: hidden;
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s
		}
	
		.navigation-n121m-4 .language .list li:last-child {
			border-bottom: 0
		}
	
		.navigation-n121m-4 .language .list li a {
			display: inline-block;
			position: relative;
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s
		}
	
		.navigation-n121m-4 .language .list li p {
			display: inline-block;
			text-align: left;
			width: 100%;
			padding: 0 2px 0 32px;
			margin: 0;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			font-size: 1.4rem
		}
	
		.navigation-n121m-4 .language .list li i {
			position: absolute;
			left: 0;
			top: 2px
		}
	
		.navigation-n121m-4 .language .list li:hover {
			background-color: #735e44
		}
	
		.navigation-n121m-4 .language .list li:hover a {
			color: #fff
		}
	
		.navigation-n121m-4 .language:focus,
		.navigation-n121m-4 .language:hover {
			color: #0181cb
		}
	
		.navigation-n121m-4 .language:focus .list,
		.navigation-n121m-4 .language:hover .list {
			opacity: 1;
			display: flex
		}
	
		.navigation-n121m-4 li.active>a {
			color: #0181cb
		}
	
		.navigation-n121m-4 li>.subnavs {
			transition: all .3s ease-in-out;
			transform: scale(0.8) rotateY(30deg);
			transform-origin: center 0;
			opacity: 0;
			display: block;
			visibility: hidden
		}
	
		.navigation-n121m-4 li:hover>.subnavs {
			transform: none;
			opacity: 1;
			visibility: visible
		}
	
		.navigation-n121m-4 .subnavs {
			border-top: 0
		}
	
		.navigation-n121m-4 .subnavs .f-down {
			position: absolute;
			right: 4px;
			transform: rotate(270deg)
		}
	}
	
	@media(max-width:1440px) {
		.navigation-n121m-4 .navbar-ul>li {
			font-size: 1.4rem
		}
	}
	
	.breadcrumb-n116m-1 {
		width: 100%;
		position: relative;
		background: #f2f2f2;
		overflow: hidden;
		margin-bottom: 40px
	}
	
	.breadcrumb-n116m-1 .bg {
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 15%
	}
	
	.breadcrumb-n116m-1 .bg .square-cont {
		position: absolute;
		width: 100%;
		height: 100%
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span>img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span {
		overflow: hidden
	}
	
	.breadcrumb-n116m-1 .bg .square-cont>span>img {
		max-height: initial;
		width: 100%
	}
	
	.breadcrumb-n116m-1 .bg .square-cont .mask {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 2
	}
	
	.breadcrumb-n116m-1 ul,
	.breadcrumb-n116m-1 li {
		overflow: auto;
		list-style: none;
		padding: 0;
		margin: 0
	}
	
	.breadcrumb-n116m-1 li {
		display: inline-block;
		vertical-align: middle;
		font-size: 1.6rem;
		line-height: 40px;
		margin-right: 5px;
		color: #999
	}
	
	.breadcrumb-n116m-1 li a {
		-webkit-transition: color .5s;
		-moz-transition: color .5s;
		-o-transition: color .5s;
		transition: color .5s;
		text-decoration: none;
		color: #505050
	}
	
	.breadcrumb-n116m-1 li a:hover {
		color: #0181cb
	}
	
	.breadcrumb-n116m-1 li .f-home {
		color: #0181cb
	}
	
	.breadcrumb-n116m-1 li:nth-last-child(2) a {
		color: #0181cb
	}
	
	@media(max-width:768px) {
		.breadcrumb-n116m-1 {
			margin-bottom: 40px
		}
	
		.breadcrumb-n116m-1 li {
			font-size: 1.4rem;
			line-height: 30px
		}
	}
	
	.faq-list-n5m-1 {
		margin: 1rem
	}
	
	.faq-list-n5m-1 ul {
		list-style: none;
		margin: 0;
		padding: 0
	}
	
	.faq-list-n5m-1 li {
		position: relative;
		margin-bottom: 25px
	}
	
	.faq-list-n5m-1 li:before {
		content: '';
		background: #0181cb;
		border: 10px solid #f2f2f2;
		border-radius: 100px;
		width: 30px;
		height: 30px;
		display: block;
		position: absolute;
		top: 6px;
		left: 4px
	}
	
	.faq-list-n5m-1 .h3 {
		text-decoration: none;
		font-size: 1.6rem;
		color: #343434;
		display: block;
		margin: 0;
		line-height: 42px;
		text-indent: 1.5rem;
		padding-left: 32px
	}
	
	.faq-list-n5m-1 .h3:hover {
		color: #0181cb
	}
	
	.faq-list-n5m-1 p {
		background: #e6e2d8;
		font-size: 1.4rem;
		color: #505050;
		word-break: break-all;
		width: auto;
		margin: 0 0 0 32px;
		text-indent: 1rem;
		padding: 2.5rem;
		line-height: 1.6;
		display: none
	}
	
	.pagination-n101m-1 {
		font-size: 1.6rem;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
		margin-top: 25px
	}
	
	.pagination-n101m-1 ul {
		display: inline-block;
		padding-left: 0
	}
	
	.pagination-n101m-1 ul li {
		display: inline-block;
		vertical-align: top;
		font-size: 1.4rem;
		text-align: center;
		padding: 0 6px;
		line-height: 38px;
		height: 40px;
		min-width: 40px;
		border: 1px solid #bfbbb4;
		margin: 0 5px 5px 5px;
		color: #505050;
		background-color: #fff;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}
	
	.pagination-n101m-1 ul li:hover {
		background-color: #0181cb;
		color: #fff
	}
	
	.pagination-n101m-1 ul li a {
		color: inherit;
		text-decoration: none;
		width: 100%;
		height: 100%;
		display: inline-block
	}
	
	.pagination-n101m-1 ul .active {
		border-color: #0181cb;
		background: #0181cb;
		color: #fff !important
	}
	
	.pagination-n101m-1 ul .pageinfo {
		border: 0;
		background: transparent;
		color: #505050 !important
	}
	
	.message-n101m-1 {
		margin: 0 0 60px 0;
		padding: 32px 17px;
		position: relative;
		overflow: auto;
		background: #f2f2f2
	}
	
	.message-n101m-1 .mtitle {
		padding: 6px 12px;
		margin: 0 15px 24px 15px;
		border-left: 4px solid #0181cb;
		color: #0181cb;
		border-color: #0181cb;
		font-size: 1.6rem;
		font-weight: 700
	}
	
	.message-n101m-1 .mdesc {
		color: #0181cb
	}
	
	.message-n101m-1 .line {
		margin-bottom: 30px;
		position: relative
	}
	
	.message-n101m-1 .line label {
		font-size: 1.6rem;
		font-weight: normal
	}
	
	.message-n101m-1 .line label i {
		margin-right: 6px;
		color: red;
		font-size: 15px
	}
	
	.message-n101m-1 .line input,
	.message-n101m-1 .line textarea {
		font-size: 1.6rem;
		-webkit-appearance: none;
		outline: 0;
		border: 1px solid #cbcbcb;
		border-radius: 2px
	}
	
	.message-n101m-1 .line input:focus,
	.message-n101m-1 .line textarea:focus,
	.message-n101m-1 .line input:hover,
	.message-n101m-1 .line textarea:hover {
		outline: 0;
		-webkit-appearance: none;
		border: 1px solid #b3aca2
	}
	
	.message-n101m-1 .line textarea {
		line-height: 26px;
		resize: none
	}
	
	.message-n101m-1 .line input {
		line-height: 40px;
		height: 40px;
		padding: 0 12px
	}
	
	.message-n101m-1 .field-validation-error {
		color: red;
		padding: 0 12px;
		margin-top: 2px;
		display: inline-block;
		font-size: 1.4rem;
		position: absolute;
		left: 0
	}
	
	.message-n101m-1 .subbtn {
		float: left;
		padding: 0 16px
	}
	
	.message-n101m-1 .subbtn button {
		transition: background-color .3s ease 0s;
		outline: 0;
		cursor: pointer;
		appearance: none;
		user-select: none;
		text-align: center;
		word-spacing: normal;
		height: 40px;
		line-height: 38px;
		padding: 0 24px;
		font-size: 16px;
		border: 0;
		color: #fff;
		background: #0181cb
	}
	
	.message-n101m-1 .subbtn button:hover {
		background: #59493a
	}
	
	.message-n101m-1 .privacy {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		margin-left: 8px;
		font-weight: normal
	}
	
	.message-n101m-1 .privacy input[type="checkbox"] {
		display: block;
		position: relative;
		vertical-align: middle;
		margin-right: 24px;
		height: 1px;
		opacity: 0;
		margin: 0;
		cursor: pointer
	}
	
	.message-n101m-1 .privacy input[type="checkbox"]:checked+span:before {
		border-color: #0181cb;
		background-color: #0181cb
	}
	
	.message-n101m-1 .privacy input[type="checkbox"]:checked+span:after {
		border-color: #fff
	}
	
	.message-n101m-1 .privacy .nschb {
		display: block;
		position: relative;
		font-size: 14px;
		padding-left: 24px;
		line-height: 40px;
		cursor: pointer;
		color: #333
	}
	
	.message-n101m-1 .privacy .nschb:before,
	.message-n101m-1 .privacy .nschb:after {
		display: block;
		position: absolute;
		content: '';
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}
	
	.message-n101m-1 .privacy .nschb:before {
		top: 50%;
		left: 0;
		width: 18px;
		height: 18px;
		background-color: #fff;
		border: 1px solid #d8d8d8;
		margin-top: -9px
	}
	
	.message-n101m-1 .privacy .nschb:after {
		width: 9px;
		height: 6px;
		border-width: 0 0 2px 2px;
		border-color: transparent;
		border-style: solid;
		top: 50%;
		left: 4px;
		margin-top: -5px;
		transform: rotate(-45deg)
	}
	
	.message-n101m-1 .privacy a {
		color: #505050;
		text-decoration: none;
		font-size: 1.6rem
	}
	
	@media(max-width:768px) {
		.message-n101m-1 {
			padding: 16px 1px
		}
	
		.message-n101m-1 .line input {
			line-height: 32px;
			height: 32px
		}
	
		.message-n101m-1 .mtitle {
			margin-bottom: 12px
		}
		.product-list-n120m-2 .text{padding-left: 30px;}
		.additional.col-md-3{display:none;}
		
	}
	
	.img2box{display: flex;justify-content: space-between;list-style: none;padding: 0;}
	.img2box li{width:49%;}
	.navigation-n121m-4 .navbar-ul{margin: 0 0 0 10px;}
	
	@media(max-width:1700px) {
		.navigation-n121m-4 .header{width:100%}
	}