@charset "UTF-8";

html {
	font-family: Arial, sans-serif, Microsoft Yahei;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: #333;
	font-size: 18px;
	background: #f5f6f7;
	line-height: 1.7;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
p {
	margin-block-start: 0;
	margin-block-end: 0;
}

img[src=""],
img.loading,
img:not([src]) {
	opacity: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

ul,
ol {
	list-style-type: none;
	padding-inline-start: 0;
	margin-block-start: 0;
	margin-block-end: 0;
}

dl {
	margin-block-start: 0;
	margin-block-end: 0;
}

dd {
	margin-inline-start: 0;
}

.w117-scrollbar::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.w117-scrollbar::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.3);
}

.w117-scrollbar::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width:1280px) {
	body {
		font-size: 16px;
	}
}

@media screen and (max-width:992px) {
	body {
		font-size: 14px;
	}
}

.w117-wrapper {
	max-width: 1660px;
	margin: 0 auto;
	width: 100%;
	padding: 0 32px;
}

@media screen and (max-width:1280px) {
	.w117-wrapper {
		padding: 0 24px;
	}
}

@media screen and (max-width:992px) {
	.w117-wrapper {
		padding: 0 16px;
	}
}

.w117-header {
	height: 72px;
}

.w117-header .header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	-webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
}

.w117-header .container {
	position: relative;
	z-index: 1;
}

.w117-header .content {
	max-width: 1660px;
	margin: 0 auto;
	padding: 0 32px;
	display: flex;
}

.w117-header .content>.logo {
	flex: none;
	font-size: 0;
}

.w117-header .content>.logo a {
	display: inline-block;
	margin: 12px 0;
}

.w117-header .content>.logo h1 {
	text-indent: -9999px;
	height: 0;
}

.w117-header .content>.logo img {
	display: block;
	height: 48px;
	width: auto;
}

.w117-header .content>.navs {
	flex: auto;
}

.w117-header .content>.navs>ul {
	display: flex;
	justify-content: flex-end;
}

.w117-header .content>.navs>ul>li {
	position: relative;
	list-style: none;
}

.w117-header .content>.navs>ul>li>a {
	display: block;
	position: relative;
	padding: 0 20px;
	line-height: 72px;
	text-transform: uppercase;
	white-space: nowrap;
}

.w117-header .content>.navs>ul>li>a>i {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 6px;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid;
	border-right: 1px solid;
	transform: rotate(45deg);
}

.w117-header .content>.navs>ul>li>a:hover {
	color: #0e6241;
}

.w117-header .content>.navs>ul>li:hover>.dropdown {
	display: block;
}

.w117-header .content>.navs>ul>li.multi {
	position: static;
}

.w117-header .content>.navs>ul>li.multi .dropdown {
	transform: none;
	left: 0;
	width: 100%;
	-webkit-animation: header-dropdown-in2 0.4s both .1s;
	animation: header-dropdown-in2 0.4s both .1s;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.w117-header .content>.navs>ul>li.multi .dropdown .row .col {
	width: 25%;
	white-space: normal;
	padding: 16px;
}

.w117-header .content>.navs>ul>li.multi .dropdown dl dt,
.w117-header .content>.navs>ul>li.multi .dropdown dl dd {
	margin: 0 0 8px 0;
}

.w117-header .content>.navs>ul>li.multi .dropdown dl dt a,
.w117-header .content>.navs>ul>li.multi .dropdown dl dd a {
	text-align: left;
	padding: 0;
}

.w117-header .content>.navs>ul>li.multi .dropdown dl dt a {
	min-height: 46px;
	background-color: #0e6241;
}

.w117-header .content>.navs>ul>li.active>a {
	color: #0e6241;
}

.w117-header .content>.navs .dropdown {
	display: none;
	position: absolute;
	top: 72px;
	left: 50%;
	background-color: #fff;
	max-height: 50vh;
	overflow: visible auto;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
	transform: translateX(-50%);
	-webkit-animation: header-dropdown-in 0.4s both .1s;
	animation: header-dropdown-in 0.4s both .1s;
}

.w117-header .content>.navs .dropdown dl {
	padding: 0;
	margin: 0;
}

.w117-header .content>.navs .dropdown dl dt,
.w117-header .content>.navs .dropdown dl dd {
	margin: 0;
}

.w117-header .content>.navs .dropdown dl dt a,
.w117-header .content>.navs .dropdown dl dd a {
	display: block;
	text-align: center;
}

.w117-header .content>.navs .dropdown dl dt a {
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 40px;
	padding: 0 24px;
}

.w117-header .content>.navs .dropdown dl dt a>img {
	display: block;
	width: 100%;
	max-height: 128px;
	object-fit: cover;
	object-position: center;
}

.w117-header .content>.navs .dropdown dl dt a>h4 {
	display: block;
	position: absolute;
	max-height: 100%;
	width: 100%;
	top: 50%;
	left: 0;
	padding: 0 32px;
	margin: 0;
	white-space: normal;
	word-break: break-word;
	transform: translateY(-50%);
	color: #fff;
}

.w117-header .content>.navs .dropdown dl dt a:hover {
	color: #fff;
	background-color: #0e6241;
}

.w117-header .content>.navs .dropdown dl dt a:hover>img {
	opacity: .5;
}

.w117-header .content>.navs .dropdown dl dd a {
	font-size: 16px;
	line-height: 1.3;
}

.w117-header .content>.navs .dropdown dl dd a:hover {
	color: #0e6241;
}

.w117-header .content>.navs .row {
	display: flex;
	flex-wrap: wrap;
	max-width: 1660px;
	margin: 0 auto;
}

.w117-header .content>.navs .row .col {
	white-space: nowrap;
}

.w117-header .content>.menu {
	flex: none;
}

.w117-header .content>.menu>ul {
	display: flex;
}

.w117-header .content>.menu>ul>li {
	display: block;
	position: relative;
}

.w117-header .content>.menu>ul>li:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	content: '';
	width: 1px;
	height: 12px;
	background-color: #e6e6e6;
}

.w117-header .content>.menu>ul>li:first-child:after {
	display: none;
}

.w117-header .content>.menu>ul>li>a {
	display: block;
	position: relative;
	text-align: center;
	padding: 0 20px;
	line-height: 72px;
	font-size: 0;
}

.w117-header .content>.menu>ul>li>a>img {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	width: auto;
}

.w117-header .content>.menu>ul>li>a>i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	width: 20px;
}

.w117-header .content>.menu>ul>li>a:hover {
	background-color: #f5f5f5;
	color: #0e6241;
}

.w117-header .content>.menu>ul>li ul {
	display: none;
	position: absolute;
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
	-webkit-animation: header-dropdown-in2 0.4s both .1s;
	animation: header-dropdown-in2 0.4s both .1s;
	right: 0;
	max-height: 50vh;
	overflow: visible auto;
}

.w117-header .content>.menu>ul>li ul li>a {
	display: block;
	padding: 0 24px;
	line-height: 40px;
	white-space: nowrap;
	word-break: keep-all;
	font-size: 0;
	color: #666;
}

.w117-header .content>.menu>ul>li ul li>a>img {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	width: auto;
	margin-right: 8px;
}

.w117-header .content>.menu>ul>li ul li>a>span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}

.w117-header .content>.menu>ul>li ul li:hover>a {
	background-color: #e6edf3;
	color: #0e6241;
}

.w117-header .content>.menu>ul>li:hover>ul {
	display: block;
}

.w117-header .content>.search {
	display: none;
	flex: none;
	padding: 16px;
}

.w117-header .content>.search .search-bar {
	display: flex;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.05);
}

.w117-header .content>.search .search-bar>input {
	display: block;
	flex: 1;
	width: 100%;
	line-height: 40px;
	border: 0;
	background: none;
	padding: 0 16px;
	color: #333;
}

.w117-header .content>.search .search-bar>button {
	display: block;
	width: 40px;
	height: 40px;
	border: 0;
	background: none;
	text-align: center;
	color: #333;
}

.w117-header .content>.search .search-bar>button>i {
	font-size: 16px;
}

.w117-header .content>.toggle {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}

.w117-header .content>.toggle a {
	display: block;
	position: relative;
	width: 20px;
	height: 18px;
}

.w117-header .content>.toggle a>span {
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	background-color: #000;
}

.w117-header .content>.toggle a>span:nth-child(1) {
	top: 0;
}

.w117-header .content>.toggle a>span:nth-child(2) {
	top: 17px;
}

.w117-header .content>.toggle a>span:nth-child(3) {
	top: 9px;
}

.w117-comments .comments-title>h3 {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #0e6241;
	margin-bottom: 32px;
}

.w117-comments .comments-item {
	text-align: center;
}

.w117-comments .comments-item .avatar img {
	display: inline-block;
	width: 64px;
	height: 64px;
}

.w117-comments .comments-item .name {
	margin: 16px 0;
}

.w117-comments .comments-item .name h4 {
	font-size: 18px;
	color: #333;
}

.w117-comments .comments-item .content p {
	line-height: 2;
	white-space: normal;
	word-break: break-word;
}

.w117-comments .w117-comments-swiper {
	padding: 32px 0 64px;
}

.w117-comments .swiper-pagination-bullet {
	background: #d9d9d9;
}

.w117-comments .swiper-pagination-bullet-active {
	background: #0e6241;
}

.w117-banner .banner-wrap .banner-item,
.w117-banner .banner-wrap.banner-pc .banner-item {
	width: 100%;
}

.w117-banner .banner-item {
	display: block;
	position: relative;
}

.w117-banner .banner-item picture source {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

.w117-banner .banner-item picture {
	display: block;
	width: 100%;
}

.w117-banner .banner-item picture>img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

.w117-banner .banner-item>img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

.w117-banner .swiper-button-prev,
.w117-banner .swiper-container-rtl .swiper-button-next {
	left: 5%;
}

.w117-banner .swiper-button-next,
.w117-banner .swiper-container-rtl .swiper-button-prev {
	right: 5%;
}

.w117-service {
	margin: 60px 0;
}

.w117-service .service-wrap ul {
	background-color: #fff;
	display: flex;
}

.w117-service .service-wrap ul li {
	flex: auto;
	width: 25%;
	padding: 32px 0;
}

.w117-service .service-wrap ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0 16px;
	height: 100%;
	flex-direction: column;
}

.w117-service .service-wrap ul li a:before,
.w117-service .service-wrap ul li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #e6e6e6;
}

.w117-service .service-wrap ul li a:before {
	display: none;
	width: 100%;
	height: 1px;
}

.w117-service .service-wrap ul li a:after {
	width: 1px;
	height: 100%;
}

.w117-service .service-wrap ul li .icon {
	max-width: 100px;
	height: auto;
}

.w117-service .service-wrap ul li .icon img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
}

.w117-service .service-wrap ul li .text {
	text-align: center;
}

.w117-service .service-wrap ul li .text h2 {
	margin: 10px 0;
	font-size: 18px;
	text-transform: uppercase;
}

.w117-service .service-wrap ul li .text p {
	margin: 0;
}

.w117-service .service-wrap ul li:first-child a:after {
	display: none;
}

/* .w117-service .service-wrap ul li:nth-child(1) h2 {
	color: #dd551a;
}

.w117-service .service-wrap ul li:nth-child(2) h2 {
	color: #0e6241;
}

.w117-service .service-wrap ul li:nth-child(3) h2 {
	color: #3295cd;
}

.w117-service .service-wrap ul li:nth-child(4) h2 {
	color: #32b16c;
} */

.w117-service .service-wrap ul li:hover h3,
.w117-service .service-wrap ul li:hover p {
	color: #0e6241;
}

.w117-search {
	display: none;
	position: fixed;
	z-index: 1002;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.w117-search .w117-search-wrap {
	display: block;
	position: relative;
	width: 100%;
	min-height: 40%;
	background-color: #fff;
}

.w117-search .w117-search-close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
}

.w117-search .w117-search-close i {
	font-size: 24px;
}

.w117-search .w117-search-close:hover {
	color: #0e6241;
}

.w117-search .w117-search-content {
	display: block;
	max-width: 768px;
	margin: 0 auto;
	padding: 10vh 16px;
}

.w117-search .search-bar .bar {
	display: block;
	position: relative;
}

.w117-search .search-bar input {
	display: block;
	width: 100%;
	border: 1px solid #d9d9d9;
	line-height: 46px;
	height: 48px;
	padding: 0 64px 0 16px;
	color: #333;
}

.w117-search .search-bar input:focus {
	border-color: #0e6241;
	box-shadow: 0 0 0 3px rgba(0, 71, 133, 0.2);
}

.w117-search .search-bar button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background-color: transparent;
	cursor: pointer;
	border: 0;
	color: #333;
}

.w117-search .search-bar button i {
	font-size: 20px;
}

.w117-search .search-bar button:hover {
	color: #0e6241;
}

.w117-search .search-tip {
	display: block;
	font-size: 0;
	line-height: 1;
	margin-top: 16px;
}

.w117-search .search-tip a {
	display: inline-block;
	font-size: 14px;
	line-height: 32px;
	padding: 0 16px;
	text-align: center;
	background-color: #F5F5F5;
	color: #333;
	max-width: 180px;
	margin: 12px 12px 0 0;
	border-radius: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: normal;
}

.w117-search .search-tip a:hover {
	background-color: #f2f6f9;
	color: #0e6241;
}

.w117-search.opened {
	display: block;
}

.w117-search.opening {
	-webkit-animation: search-wrapper-in .4s both;
	animation: search-wrapper-in .4s both;
}

.w117-search.opening .w117-search-wrap {
	-webkit-animation: search-content-in .4s both;
	animation: search-content-in .4s both;
}

.w117-search.closing {
	-webkit-animation: search-wrapper-out .4s both;
	animation: search-wrapper-out .4s both;
}

.w117-search.closing .w117-search-wrap {
	-webkit-animation: search-content-out .4s both;
	animation: search-content-out .4s both;
}

@-webkit-keyframes search-wrapper-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes search-wrapper-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes search-content-in {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes search-content-in {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes search-wrapper-out {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes search-wrapper-out {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes search-content-out {
	0% {
		transform: translateY(0);
		opacity: 1;
	}

	100% {
		transform: translateY(-100%);
		opacity: 0;
	}
}

@keyframes search-content-out {
	0% {
		transform: translateY(0);
		opacity: 1;
	}

	100% {
		transform: translateY(-100%);
		opacity: 0;
	}
}

@media screen and (max-width:1280px) {
	.w117-header {
		height: 64px;
	}

	.w117-header .header-wrap {
		height: 64px;
		background-color: #fff;
	}

	.w117-header .content {
		padding: 0 24px;
	}

	.w117-header .content>.logo a {
		margin: 11px 0;
	}

	.w117-header .content>.logo img {
		height: 42px;
	}

	.w117-header .content>.navs>ul>li>a {
		padding: 0 16px;
		line-height: 64px;
		font-size: 15px;
	}

	.w117-header .content>.navs .dropdown {
		top: 64px;
	}

	.w117-header .content>.navs .dropdown dl dt a {
		font-size: 14px;
	}

	.w117-header .content>.navs .dropdown dl dt a>h4 {
		padding: 16px;
	}

	.w117-header .content>.menu>ul>li>a {
		padding: 0 16px;
		line-height: 64px;
	}

	.w117-header .content>.menu>ul>li>a>img {
		height: 14px;
	}

	.w117-header .content>.menu>ul>li>a>i {
		font-size: 18px;
	}

	.w117-header .content>.menu>ul>li ul li>a {
		padding: 0 20px;
	}

	.w117-header .content>.menu>ul>li ul li>a>img {
		height: 14px;
	}

	.w117-header .content>.menu>ul>li ul li>a>span {
		font-size: 14px;
	}

	.w117-comments .comments-title>h3 {
		font-size: 32px;
		margin-bottom: 24px;
	}

	.w117-comments .comments-item .avatar img {
		width: 56px;
		height: 56px;
	}

	.w117-comments .comments-item .name {
		margin: 12px 0;
	}

	.w117-comments .w117-comments-swiper {
		padding: 24px 0 48px;
	}

	.w117-service {
		margin: 40px 0;
	}

	.w117-service .service-wrap ul li {
		padding: 24px 4px;
	}

	.w117-service .service-wrap ul li a {
		padding: 0 4px;
	}

	.w117-service .service-wrap ul li .icon {
		margin: 0 8px 0 0;
		width: 48px;
	}
}

@media screen and (max-width:992px) {
	.w117-header {
		height: 56px;
	}

	.w117-header .header-wrap {
		height: 56px;
		background-color: #fff;
		overflow: hidden;
	}

	.w117-header .backing {
		display: none;
	}

	.w117-header .content {
		flex-direction: column;
		padding: 0;
	}

	.w117-header .content>.logo {
		padding: 0 16px;
	}

	.w117-header .content>.logo a {
		margin: 8px 0;
	}

	.w117-header .content>.logo img {
		height: 40px;
	}

	.w117-header .content>.navs {
		order: 1;
		padding: 0 16px;
	}

	.w117-header .content>.navs>ul {
		flex-direction: column;
		justify-content: left;
	}

	.w117-header .content>.navs>ul>li {
		border-top: 1px solid #e6e6e6;
	}

	.w117-header .content>.navs>ul>li>a {
		padding: 0;
		line-height: 44px;
	}

	.w117-header .content>.navs>ul>li>a>i {
		display: none;
	}

	.w117-header .content>.navs>ul>li:hover>.dropdown {
		display: none;
	}

	.w117-header .content>.navs .dropdown {
		display: none;
	}

	.w117-header .content>.menu>ul {
		display: block;
	}

	.w117-header .content>.menu>ul>li:after {
		display: none;
	}

	.w117-header .content>.menu>ul>li.search {
		display: none;
	}

	.w117-header .content>.menu>ul>li.language>a {
		display: none;
	}

	.w117-header .content>.menu>ul>li:hover>ul {
		display: flex;
	}

	.w117-header .content>.menu>ul>li ul {
		display: flex;
		padding: 0 4px;
		position: static;
		background-color: rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: none;
		box-shadow: none;
		right: auto;
		overflow-x: auto;
		transform: none;
		-webkit-animation: none;
		animation: none;
	}

	.w117-header .content>.menu>ul>li ul li>a {
		padding: 0 12px;
	}

	.w117-header .content>.menu>ul>li ul li>a>img {
		height: 14px;
	}

	.w117-header .content>.menu>ul>li ul li>a>span {
		font-size: 14px;
	}

	.w117-header .content>.search {
		display: block;
	}

	.w117-header .content>.toggle {
		display: block;
		height: 56px;
		width: 56px;
		padding: 19px 18px;
	}

	.w117-header.opened .header-wrap {
		height: 100vh;
	}

	.w117-header.opened .content>.toggle a>span:nth-child(1) {
		transform: rotate(135deg);
		top: 9px;
	}

	.w117-header.opened .content>.toggle a>span:nth-child(2) {
		transform: rotate(225deg);
		top: 9px;
	}

	.w117-header.opened .content>.toggle a>span:nth-child(3) {
		opacity: 0;
	}

	.w117-comments .comments-title>h3 {
		font-size: 24px;
		margin-bottom: 16px;
	}

	.w117-comments .comments-item .avatar img {
		width: 48px;
		height: 48px;
	}

	.w117-comments .comments-item .name {
		margin: 8px 0;
	}

	.w117-comments .comments-item .content p {
		line-height: 1.5;
	}

	.w117-comments .w117-comments-swiper {
		padding: 16px 0 32px;
	}

	.w117-service {
		margin: 30px 0;
	}

	.w117-service .service-wrap ul {
		flex-wrap: wrap;
		padding: 0 8px;
	}

	.w117-service .service-wrap ul li {
		width: 50%;
		padding: 0;
	}

	.w117-service .service-wrap ul li a {
		padding: 16px 8px;
		justify-content: left;
	}

	.w117-service .service-wrap ul li a:after {
		width: 100%;
		height: 1px;
	}

	.w117-service .service-wrap ul li:nth-child(2) a:after {
		display: none;
	}

	.w117-service .service-wrap ul li .icon {
		margin: 0;
		width: 40px;
	}

	.w117-service .service-wrap ul li .text h2 {
		font-size: 18px;
	}

	.w117-banner .banner-wrap {
		height: 300px;
	}
}

@-webkit-keyframes header-dropdown-in {
	0% {
		-webkit-transform: translateY(-50px) translateX(-50%);
		transform: translateY(-50px) translateX(-50%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0) translateX(-50%);
		transform: translateY(0) translateX(-50%);
		opacity: 1;
	}
}

@keyframes header-dropdown-in {
	0% {
		-webkit-transform: translateY(-50px) translateX(-50%);
		transform: translateY(-50px) translateX(-50%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0) translateX(-50%);
		transform: translateY(0) translateX(-50%);
		opacity: 1;
	}
}

@-webkit-keyframes header-dropdown-in2 {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes header-dropdown-in2 {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.w117-sidebar .w117-sidebar-wrap {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 998;
}

.w117-sidebar .w117-sidebar-item {
	position: relative;
	height: 48px;
}

.w117-sidebar .w117-sidebar-item .wrap {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-48px);
}

.w117-sidebar .w117-sidebar-item .trigger {
	display: flex;
	color: #fff;
	background-color: #0e6241;
}

.w117-sidebar .w117-sidebar-item .trigger .icon {
	display: block;
	flex: none;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
}

.w117-sidebar .w117-sidebar-item .trigger .icon i {
	font-size: 24px;
	width: 24px;
	height: 24px;
}

.w117-sidebar .w117-sidebar-item .trigger .text {
	display: block;
	line-height: 48px;
	padding: 0 16px 0 8px;
	white-space: nowrap;
	word-break: keep-all;
}

.w117-sidebar .w117-sidebar-item .popover {
	display: none;
	position: absolute;
	top: 0;
	right: 100%;
	padding: 0 12px 0 0;
}

.w117-sidebar .w117-sidebar-item .popover .popover-wrap {
	position: relative;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
	padding: 2px 0;
}

.w117-sidebar .w117-sidebar-item .popover .popover-wrap:after {
	display: block;
	content: '';
	position: absolute;
	z-index: 1;
	top: 20px;
	right: -8px;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #fff;
}

.w117-sidebar .w117-sidebar-item .popover img {
	display: block;
	max-width: 128px;
	height: auto;
}

.w117-sidebar .w117-sidebar-item .popover ul li a {
	display: block;
	line-height: 40px;
	padding: 0 16px;
	min-width: 120px;
	white-space: nowrap;
	word-break: keep-all;
	color: #333;
}

.w117-sidebar .w117-sidebar-item .popover ul li a i {
	font-size: 20px;
	vertical-align: -.1em;
}

.w117-sidebar .w117-sidebar-item .popover ul li a i[class*='icon-whatsapp'] {
	color: #25D366;
}

.w117-sidebar .w117-sidebar-item .popover ul li a i[class*='icon-skype'] {
	color: #00AEF3;
}

.w117-sidebar .w117-sidebar-item .popover ul li a i[class*='icon-facebook'] {
	color: #235B9E;
}

.w117-sidebar .w117-sidebar-item .popover ul li a i[class*='icon-twitter'] {
	color: #00ACED;
}

.w117-sidebar .w117-sidebar-item .popover ul li a i[class*='icon-messenger'] {
	color: #008AFF;
}

.w117-sidebar .w117-sidebar-item .popover ul li a i[class*='icon-youtube'] {
	color: #FF0000;
}

.w117-sidebar .w117-sidebar-item .popover ul li a:hover {
	background-color: #e6edf3;
	color: #0e6241;
}

.w117-sidebar .w117-sidebar-item.top {
	display: none;
}

.w117-sidebar .w117-sidebar-item:hover .wrap {
	transform: translateX(-100%);
}

.w117-sidebar .w117-sidebar-item:hover .popover {
	display: block;
}

.w117-sidebar.scrolled .w117-sidebar-item.top {
	display: block;
}

@media screen and (max-width:1280px) {
	.w117-sidebar .w117-sidebar-wrap {
		top: auto;
		bottom: 10%;
	}
}

@media screen and (max-width:992px) {
	.w117-sidebar {
		height: 48px;
	}

	.w117-sidebar .w117-sidebar-wrap {
		top: auto;
		bottom: 0;
		left: 0;
	}

	.w117-sidebar .w117-sidebar-list {
		display: flex;
		background-color: #fff;
		box-shadow: 0 0 0 1px #d9d9d9;
	}

	.w117-sidebar .w117-sidebar-item {
		flex: 1;
		height: auto;
	}

	.w117-sidebar .w117-sidebar-item .wrap {
		position: relative;
		transform: translateX(0);
	}

	.w117-sidebar .w117-sidebar-item .trigger {
		justify-content: center;
		background-color: #fff;
		color: #333;
	}

	.w117-sidebar .w117-sidebar-item .trigger .icon {
		display: block;
		width: auto;
		height: 48px;
		line-height: 48px;
		text-align: center;
	}

	.w117-sidebar .w117-sidebar-item .trigger .text {
		display: none;
		padding-right: 0;
	}

	.w117-sidebar .w117-sidebar-item .popover {
		display: none;
		position: absolute;
		top: auto;
		left: 50%;
		bottom: 100%;
		right: auto;
		padding: 0 0 12px;
		transform: translateX(-50%);
	}

	.w117-sidebar .w117-sidebar-item .popover .popover-wrap {
		box-shadow: 6px 0 20px 2px rgba(0, 0, 0, 0.18);
	}

	.w117-sidebar .w117-sidebar-item .popover .popover-wrap:after {
		top: auto;
		right: auto;
		left: 50%;
		bottom: -8px;
		margin-left: -8px;
		border-width: 8px 8px 0 8px;
		border-color: #fff transparent transparent transparent;
	}

	.w117-sidebar .w117-sidebar-item.top {
		display: none;
	}

	.w117-sidebar .w117-sidebar-item.primary {
		flex: 2;
		order: 2;
	}

	.w117-sidebar .w117-sidebar-item.primary .trigger {
		background-color: #0e6241;
		color: #fff;
	}

	.w117-sidebar .w117-sidebar-item.primary .trigger .text {
		display: block;
	}

	.w117-sidebar .w117-sidebar-item:hover .wrap {
		transform: translateX(0);
	}

	.w117-sidebar .w117-sidebar-item:hover .popover {
		display: block;
	}

	.w117-sidebar.scrolled .w117-sidebar-item.top {
		display: none;
	}
}

.w117-crumb {
	background-color: #eee;
	margin-bottom: 32px;
}

.w117-crumb .w117-crumb-list .w117-crumb-item {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	margin-right: 12px;
	color: #333;
}

.w117-crumb .w117-crumb-list .w117-crumb-item:hover {
	color: #0e6241;
}

.w117-crumb .w117-crumb-list .w117-crumb-item:nth-child(odd),
.w117-crumb .w117-crumb-list .w117-crumb-item.separator {
	color: #999;
	pointer-events: none;
}

.w117-crumb .w117-crumb-list .w117-crumb-item:nth-child(1) i {
	width: 20px;
	height: 21px;
	color: #0e6241;
	font-size: 20px;
	font-weight: bold;
}

.w117-crumb .w117-crumb-list .w117-crumb-item:last-child.separator {
	display: none;
}

@media screen and (max-width:1280px) {
	.w117-crumb .w117-crumb-list .w117-crumb-item {
		line-height: 36px;
		margin-right: 8px;
	}
}

@media screen and (max-width:992px) {
	.w117-crumb .w117-crumb-list .w117-crumb-item {
		line-height: 32px;
	}
}

.w117-meta {
	margin-bottom: 60px;
	padding: 40px 0;
	background: url(../images/metabg.webp);
}

.w117-meta .meta-wrap ul {
	display: flex;
}

.w117-meta .meta-wrap ul li {
	position: relative;
	width: 25%;
	height: 100%;
}

.w117-meta .meta-wrap ul li .wrap {
	display: block;
	text-align: center;
	padding: 16px;
	color: #fff;
}

.w117-meta .meta-wrap ul li .wrap img {
	display: block;
	height: 64px;
	max-width: 100%;
	margin: 0 auto;
}

.w117-meta .meta-wrap ul li .wrap h3 {
	font-size: 32px;
	font-weight: normal;
	margin: 5px 0 5px;
}

.w117-meta .meta-wrap ul li .wrap p {
	margin: 0;
}

.w117-meta .meta-wrap ul li:first-child:after {
	display: none;
}

@media screen and (max-width:1280px) {
	.w117-meta {
		margin-bottom: 40px;
	}

	.w117-meta .meta-wrap ul li .wrap {
		padding: 8px;
	}

	.w117-meta .meta-wrap ul li .wrap img {
		height: 48px;
		width: auto;
	}

	.w117-meta .meta-wrap ul li .wrap h3 {
		font-size: 28px;
		margin: 12px 0 8px;
	}

	.w117-meta .meta-wrap ul li .wrap p {
		font-size: 16px;
	}
}

@media screen and (max-width:992px) {
	.w117-meta {
		margin-bottom: 30px;
		padding: 20px 0;
	}

	.w117-meta .meta-wrap ul {
		flex-wrap: wrap;
	}

	.w117-meta .meta-wrap ul li {
		width: 50%;
	}

	.w117-meta .meta-wrap ul li .wrap {
		padding: 16px 4px;
	}

	.w117-meta .meta-wrap ul li .wrap img {
		height: 32px;
		width: auto;
	}

	.w117-meta .meta-wrap ul li .wrap h3 {
		font-size: 24px;
		margin: 8px 0 4px;
	}

	.w117-meta .meta-wrap ul li .wrap p {
		font-size: 14px;
	}

	.w117-meta .meta-wrap ul li:nth-child(2):after {
		height: 50%;
		transform: rotate(45deg);
		top: 75%;
	}

	.w117-meta .meta-wrap ul li:nth-child(4):after {
		height: 50%;
		top: -25%;
		transform: rotate(-45deg);
	}

	.w117-meta .meta-wrap ul li:nth-child(odd):after {
		display: none;
	}
}

.w117-product {
	padding: 40px 0;
	background: #0e6241;
	margin-bottom: 60px;
}

.w117-product .product-title>h2 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 32px;
}

.w117-product a {
	position: relative;
}

.w117-product a .cover {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 100%;
}

.w117-product a .cover img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.w117-product a h3 {
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	padding-top: 10px;
}

.w117-product a:hover h4 {
	color: #000;
}

@media screen and (max-width:1280px) {
	.w117-product {
		margin-bottom: 40px;
	}

	.w117-product .product-title>h2 {
		font-size: 32px;
		margin-bottom: 24px;
	}
}

@media screen and (max-width:992px) {
	.w117-product {
		margin-bottom: 30px;
	}

	.w117-product .product-title>h2 {
		font-size: 24px;
		margin-bottom: 16px;
	}

	.w117-product .product-item h4 {
		font-size: 14px;
	}
}

.w117-detail .w117-detail-wrap {
	display: flex;
	align-items: flex-start;
}

.w117-detail .w117-detail-content {
	flex: auto;
	width: 100%;
	background-color: #fff;
}

.w117-detail .w117-detail-sidebar {
	position: sticky;
	top: 100px;
	right: 0;
	flex: auto;
	width: 100%;
	max-width: 480px;
	margin: 0 0 0 32px;
	background: #fff;
	padding: 32px;
}

.w117-detail .reader {
	padding: 32px;
}

.w117-detail .reader .hd {
	text-align: center;
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #e6e6e6;
}

.w117-detail .reader .hd h2 {
	font-size: 24px;
	color: #333;
}

.w117-detail .reader .ft {
	padding-top: 32px;
	margin-top: 32px;
	border-top: 1px solid #e6e6e6;
}

.w117-detail .reader .ft:before,
.w117-detail .reader .ft:after {
	display: table;
	content: "";
	width: 100%;
}

.w117-detail .reader .ft:after {
	clear: both;
}

.w117-detail .reader .ft .pager {
	line-height: 24px;
	text-transform: uppercase;
	color: #333;
}

.w117-detail .reader .ft .pager:hover {
	color: #0e6241;
}

.w117-detail .reader .ft .prev {
	float: left;
}

.w117-detail .reader .ft .next {
	float: right;
}

.w117-detail .wrapper .hd {
	display: flex;
	align-items: center;
	margin-bottom: 32px;
	text-transform: uppercase;
}

.w117-detail .wrapper .hd h3 {
	flex: auto;
	font-size: 24px;
	line-height: 32px;
	color: #0e6241;
}

.w117-detail .wrapper .hd a {
	line-height: 32px;
	font-size: 14px;
	color: #999;
}

.w117-detail .wrapper .hd a:hover {
	color: #0e6241;
}

.w117-detail .wrapper .bd ul {
	display: flex;
	flex-wrap: wrap;
	margin: -32px 0 0 -32px;
}

.w117-detail .wrapper .bd ul li {
	width: 100%;
	padding: 32px 0 0 32px;
}

.w117-detail .wrapper .bd ul li>a {
	display: flex;
}

.w117-detail .wrapper .bd ul li>a:hover .intro h3 {
	color: #0e6241;
}

.w117-detail .wrapper .bd ul li .cover {
	width: 100%;
	max-width: 175px;
	flex: none;
}

.w117-detail .wrapper .bd ul li .cover img {
	display: block;
	object-position: center;
	object-fit: contain;
	height: 0;
	width: 100%;
	padding-bottom: 100%;
}

.w117-detail .wrapper .bd ul li .cover img.loaded {
	width: 100%;
	height: 100%;
	padding-right: 0;
	padding-bottom: 0;
}

.w117-detail .wrapper .bd ul li .intro {
	width: 0;
	flex: auto;
	padding: 16px 0 16px 16px;
}

.w117-detail .wrapper .bd ul li .intro h3 {
	font-size: 18px;
	line-height: 32px;
	height: 32px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: normal;
}

.w117-detail .wrapper .bd ul li .intro p {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-word;
	white-space: normal;
	-webkit-line-clamp: 2;
}

.w117-detail .wrapper .bd ul li .intro span {
	font-size: 16px;
}

.w117-detail .wrapper .bd.related-video ul li .cover {
	position: relative;
}

.w117-detail .wrapper .bd.related-video ul li .cover .intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 0;
}

.w117-detail .wrapper .bd.related-video ul li .cover .intro .icon i {
	font-size: 46px;
}

.ueditor-container .video-item {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.ueditor-container .video-item .intro {
	display: block;
	position: relative;
	width: 100%;
}

.ueditor-container .video-item .intro>img {
	display: block;
	width: 100%;
}

.ueditor-container .video-item .intro-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	transition: color .4s;
}

.ueditor-container .video-item .intro-icon .icon {
	font-size: 50px;
}

.ueditor-container .video-item .intro-icon .icon i {
	font-size: inherit;
}

.ueditor-container .video-item .intro-icon .text {
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	line-height: 25px;
}

.ueditor-container .video-item .intro-icon:hover {
	color: #0e6241;
}

@media screen and (max-width:1280px) {
	.w117-detail .w117-detail-wrap {
		flex-wrap: wrap;
	}

	.w117-detail .w117-detail-sidebar {
		max-width: none;
		margin: 24px 0 0;
	}

	.w117-detail .reader {
		padding: 24px;
	}

	.w117-detail .reader .hd {
		padding-bottom: 24px;
		margin-bottom: 24px;
	}

	.w117-detail .reader .hd h2 {
		font-size: 20px;
	}

	.w117-detail .reader .hd p {
		font-size: 14px;
	}

	.w117-detail .reader .ft {
		padding-top: 24px;
		margin-top: 24px;
	}

	.w117-detail .wrapper .hd {
		margin-bottom: 24px;
	}

	.w117-detail .wrapper .hd h3 {
		font-size: 20px;
		line-height: 24px;
	}

	.w117-detail .wrapper .hd a {
		line-height: 24px;
		font-size: 14px;
	}

	.w117-detail .wrapper .bd ul {
		margin: -24px 0 0 -24px;
	}

	.w117-detail .wrapper .bd ul li {
		width: 25%;
		padding: 24px 0 0 24px;
	}

	.w117-detail .wrapper .bd ul li>a {
		flex-direction: column;
	}

	.w117-detail .wrapper .bd ul li .cover {
		flex: auto;
		max-width: none;
	}

	.w117-detail .wrapper .bd ul li .intro {
		width: auto;
		padding: 8px 0;
	}

	.w117-detail .wrapper .bd ul li .intro h3 {
		line-height: 32px;
	}

	.w117-detail .wrapper .bd ul li .intro p {
		font-size: 14px;
		line-height: 24px;
		height: 72px;
	}
}

@media screen and (max-width:992px) {
	.w117-detail .w117-detail-sidebar {
		margin: 16px 0 0;
		padding: 16px;
	}

	.w117-detail .reader {
		padding: 16px;
	}

	.w117-detail .reader .hd {
		padding-bottom: 16px;
		margin-bottom: 16px;
	}

	.w117-detail .reader .hd h2 {
		font-size: 18px;
	}

	.w117-detail .reader .ft {
		padding-top: 16px;
		margin-top: 16px;
	}

	.w117-detail .wrapper .hd {
		margin: 16px 0;
	}

	.w117-detail .wrapper .bd ul {
		margin: -16px 0 0 -16px;
	}

	.w117-detail .wrapper .bd ul li {
		width: 50%;
		padding: 16px 0 0 16px;
	}

	.w117-detail .wrapper .bd ul li .intro {
		padding: 8px 0;
	}

	.w117-detail .wrapper .bd ul li .intro h3 {
		font-size: 16px;
		line-height: 24px;
		height: auto;
		white-space: inherit;
		font-weight: normal;
	}

	.w117-detail .wrapper .bd ul li .intro p {
		line-height: 20px;
		height: 60px;
	}

	.w117-detail .wrapper .bd ul li:last-child {
		display: none;
	}
}

.w117-group .group-wrap {
	display: flex;
	margin-bottom: 60px;
}

.w117-group .group-intro {
	width: 60%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}

.w117-group .group-intro>.wrap {
	padding: 32px;
}

.w117-group .group-cover {
	width: 50%;
}

.w117-group .group-cover>.wrap {
	height: 100%;
}

@media screen and (max-width:992px) {
	.w117-group .group-wrap {
		margin-bottom: 40px;
	}

	.w117-detail .wrapper .bd ul li .intro p {
		display: none;
	}
}

@media screen and (max-width:992px) {
	.w117-group .group-wrap {
		flex-direction: column;
		margin-bottom: 30px;
	}

	.w117-group .group-intro {
		width: 100%;
	}

	.w117-group .group-cover {
		width: 100%;
	}
}

.w117-corp>h2 {
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0e6241;
	margin-bottom: 32px;
}

.w117-corp>p {
	text-align: justify;
}

@media screen and (max-width:1280px) {
	.w117-corp>h2 {
		font-size: 32px;
		margin-bottom: 24px;
	}

	.w117-corp>p {
		line-height: 1.8;
	}
}

@media screen and (max-width:992px) {
	.w117-group .group-intro>.wrap {
		padding: 16px
	}

	.w117-corp {
		text-align: center;
	}

	.w117-corp>h2 {
		font-size: 24px;
		margin-bottom: 16px;
		text-align: center;
	}

	.w117-corp>p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		word-break: break-word;
		white-space: normal;
		-webkit-line-clamp: 5;
		text-align: left;
		line-height: 2;
	}
}

.w117-video {
	position: relative;
	height: 100%;
}

.w117-video .media img {
	display: block;
	width: 100%;
	height: auto;
}

.w117-video .intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 32px;
}

.w117-video .intro .icon {
	font-size: 64px;
}

.w117-video .intro .icon i {
	font-size: inherit;
}

.w117-video .intro .text {
	font-size: 24px;
	font-weight: normal;
}

.w117-video .intro:hover {
	color: #0e6241;
}

@media screen and (max-width:1280px) {
	.w117-video .intro {
		padding: 24px;
	}

	.w117-video .intro .icon {
		font-size: 48px;
	}

	.w117-video .intro .text {
		font-size: 18px;
	}
}

@media screen and (max-width:992px) {
	.w117-video .intro {
		padding: 16px;
	}

	.w117-video .intro .icon {
		font-size: 56px;
	}
}

.w117-about .about-title>h2 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #0e6241;
	margin-top: 32px;
}

.w117-about .about-intro {
	margin-bottom: 32px;
}

.w117-about .about-intro p {
	line-height: 2;
}

.w117-about .about-cover {
	margin-bottom: 60px;
}

.w117-about .about-cover .cover-item {
	display: block;
}

.w117-about .about-cover .cover-item .wrap img {
	display: block;
	width: 100%;
	height: auto;
}

.w117-cert .w117-cert-content {
	background-color: #fff;
	padding: 32px;
}

.w117-cert .w117-cert-item {
	display: block;
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 75%;
}

.w117-cert .w117-cert-item>img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

@media screen and (max-width:1280px) {
	.w117-cert .w117-cert-content {
		padding: 24px;
	}
}

@media screen and (max-width:992px) {
	.w117-cert .w117-cert-content {
		padding: 16px;
	}
}

.w117-case-grid .w117-case-grid-content ul {
	display: flex;
	flex-wrap: wrap;
	margin: -16px 0 0 -16px;
}

.w117-case-grid .w117-case-grid-content ul li {
	display: block;
	width: 33.33%;
	padding: 16px 0 0 16px;
}

.w117-case-grid .w117-case-grid-content ul li a {
	display: flex;
	flex-direction: column;
}

.w117-case-grid .w117-case-grid-content ul li a:hover h3 {
	color: #0e6241;
}

.w117-case-grid .w117-case-grid-content ul li img {
	display: block;
	flex: auto;
	object-position: center;
	object-fit: contain;
	height: 0;
	width: 100%;
	padding-bottom: 100%;
}

.w117-case-grid .w117-case-grid-content ul li img.loaded {
	width: 100%;
	height: 100%;
	padding-right: 0;
	padding-bottom: 0;
}

.w117-case-grid .w117-case-grid-content ul li h2 {
	font-size: 16px;
	flex: none;
	line-height: 20px;
	padding-top: 8px;
	height: 48px;
	font-weight: normal;
	color: #333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-word;
	white-space: normal;
	-webkit-line-clamp: 2;
}

@media screen and (max-width:1280px) {
	.w117-case-grid .w117-case-grid-content ul {
		margin: -24px 0 0 -24px;
	}

	.w117-case-grid .w117-case-grid-content ul li {
		padding: 24px 0 0 24px;
	}
}

@media screen and (max-width:992px) {
	.w117-case-grid .w117-case-grid-content ul {
		margin: -16px 0 0 -16px;
	}

	.w117-case-grid .w117-case-grid-content ul li {
		width: 50%;
		padding: 16px 0 0 16px;
	}

	.w117-case-grid .w117-case-grid-content ul li h2 {
		font-size: 14px;
	}
}

.w117-cert-grid .w117-cert-grid-content ul {
	display: flex;
	flex-wrap: wrap;
	margin: -32px 0 0 -32px;
}

.w117-cert-grid .w117-cert-grid-content ul li {
	display: block;
	width: 25%;
	padding: 32px 0 0 32px;
}

.w117-cert-grid .w117-cert-grid-content ul li a {
	display: flex;
	flex-direction: column;
}

.w117-cert-grid .w117-cert-grid-content ul li a:hover h3 {
	color: #0e6241;
}

.w117-cert-grid .w117-cert-grid-content ul li img {
	display: block;
	flex: auto;
	object-position: center;
	object-fit: contain;
	background-color: #fff;
	height: 0;
	width: 100%;
	padding-bottom: 66.6666666667%;
}

.w117-cert-grid .w117-cert-grid-content ul li img.loaded {
	width: 100%;
	height: 100%;
	padding-right: 0;
	padding-bottom: 0;
}

.w117-cert-grid .w117-cert-grid-content ul li h3 {
	font-size: 18px;
	flex: none;
	line-height: 20px;
	padding-top: 8px;
	height: 48px;
	font-weight: normal;
	color: #333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-word;
	white-space: normal;
	-webkit-line-clamp: 2;
}

@media screen and (max-width:1280px) {
	.w117-cert-grid .w117-cert-grid-content ul {
		margin: -24px 0 0 -24px;
	}

	.w117-cert-grid .w117-cert-grid-content ul li {
		width: 33.33%;
		padding: 24px 0 0 24px;
	}
}

@media screen and (max-width:992px) {
	.w117-cert-grid .w117-cert-grid-content ul {
		margin: -16px 0 0 -16px;
	}

	.w117-cert-grid .w117-cert-grid-content ul li {
		width: 50%;
		padding: 16px 0 0 16px;
	}

	.w117-cert-grid .w117-cert-grid-content ul li h3 {
		font-size: 14px;
	}
}

.w117-news {
	margin-bottom: 60px;
}

.w117-news .news-wrap {
	display: flex;
	align-items: center;
	background-color: #fff;
}

.w117-news .news-cover {
	width: 40%;
}

.w117-news .news-cover .cover-item {
	display: block;
	position: relative;
}

.w117-news .news-cover .cover-item .wrap img {
	display: block;
	width: 100%;
	height: auto;
}

.w117-news .news-cover .cover-item .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	background-color: #0e6241;
	padding: 8px;
	line-height: 1.2;
	text-align: center;
}

.w117-news .news-intro {
	width: 60%;
	padding: 0 32px;
}

.w117-news .news-intro .wrap>h2 {
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0e6241;
	margin-bottom: 32px;
}

.w117-news .news-intro .wrap>ul li {
	margin-bottom: 32px;
	display: flex;
	flex-direction: row;
}

.w117-news .news-intro .wrap>ul li .time {
	font-size: 18px;
	font-weight: normal;
	position: relative;
	background: #0e6241;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 10px;
}

.w117-news .news-intro .wrap>ul li .time strong {
	font-size: 22px;
	font-weight: normal;
}

.w117-news .news-intro .wrap>ul li p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-word;
	white-space: normal;
	-webkit-line-clamp: 2;
	margin-top: 10px;
}

.w117-news .news-intro .wrap>ul li .wrap {
	padding-left: 16px;
}

.w117-news .news-intro .wrap>ul li:hover h4 {
	color: #0e6241;
}

.w117-news .news-intro .wrap>ul li:hover h4:after {
	border-color: #0e6241;
}

.w117-news .news-intro .wrap>ul li:hover a {
	color: #0e6241;
}

@media screen and (max-width:1280px) {
	.w117-news .news-cover .cover-item .text {
		font-size: 18px;
		padding: 12px;
	}

	.w117-news .news-intro .wrap {
		padding: 24px;
	}

	.w117-news .news-intro .wrap>h2 {
		font-size: 32px;
		margin-bottom: 24px;
	}

	.w117-news .news-intro .wrap>ul li {
		margin-bottom: 16px;
		padding-left: 24px;
	}

	.w117-news .news-intro .wrap>ul li .time strong {
		font-size: 24px;
	}

	.w117-news .news-intro .wrap>ul li a {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		word-break: normal;
		font-size: 18px;
		line-height: 1.2;
	}
}

@media screen and (max-width:992px) {
	.w117-news .news-wrap {
		flex-direction: column;
	}

	.w117-news .news-intro .wrap>h2 {
		font-size: 24px;
		text-align: center;
		margin-bottom: 16px;
	}

	.w117-news .news-cover {
		width: 100%;
	}

	.w117-news .news-cover .cover-item .text {
		padding: 8px;
	}

	.w117-news .news-cover .cover-item .text h3 {
		font-size: 18px;
	}

	.w117-news .news-intro {
		width: 100%;
		padding: 0;
	}

	.w117-news .news-intro .wrap {
		max-width: none;
		padding: 8px 8px 8px 16px;
	}

	.w117-news .news-intro .wrap>h3 {
		font-size: 24px;
		margin-bottom: 16px;
		text-align: center;
	}

	.w117-news .news-intro .wrap>ul li {
		margin-bottom: 16px;
		padding-left: 0;
	}

	.w117-news .news-intro .wrap>ul li .time {
		font-size: 14px;
	}

	.w117-news .news-intro .wrap>ul li .time strong {
		font-size: 18px;
	}

	.w117-news .news-intro .wrap>ul li p {
		display: none;
	}

	.w117-news .news-intro .wrap>ul li a {
		line-height: 1.5;
		white-space: inherit;
	}

	.w117-news .news-intro .wrap>ul li a h3 {
		font-size: 16px;
		font-weight: normal;
	}
}

.w117-news-grid .news-grid-content ul {
	display: flex;
	flex-wrap: wrap;
	margin: -16px 0 0 -16px;
}

.w117-news-grid .news-grid-content ul li {
	padding: 16px 0 0 16px;
	width: 33.33%;
}

.w117-news-grid .news-grid-content ul li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.w117-news-grid .news-grid-content ul li a .meta {
	display: block;
	text-align: center;
	background-color: #0e6241;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	padding: 8px 16px;
	color: #fff;
}

.w117-news-grid .news-grid-content ul li a .cover {
	display: block;
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 100%;
}

.w117-news-grid .news-grid-content ul li a .cover img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.w117-news-grid .news-grid-content ul li a .intro {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	color: #fff;
	background-color: #0e6241;
}

.w117-news-grid .news-grid-content ul li a .intro h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: normal;
}

.w117-news-grid .news-grid-content ul li a .intro h2:hover {
	color: #0e6241;
}

.w117-news-grid .news-grid-content ul li a .intro span:hover {
	background-color: #f5f5f5;
}

.w117-news-grid .news-grid-content ul li a:hover .intro {
	background-image: none;
	background-color: rgba(255, 255, 255, 0.9);
	color: #333;
	transform: translateY(0);
}

.w117-news-grid .news-grid-content ul li a:hover .intro h3 {
	white-space: normal;
}

@media screen and (max-width:1280px) {
	.w117-news-grid .news-grid-content ul {
		margin: -24px 0 0 -24px;
	}

	.w117-news-grid .news-grid-content ul li {
		padding: 24px 0 0 24px;
	}

	.w117-news-grid .news-grid-content ul li a .meta {
		font-size: 14px;
		padding: 4px 12px;
	}

	.w117-news-grid .news-grid-content ul li a .intro {
		width: 100%;
		padding: 12px;
		transform: translateY(36px);
	}

	.w117-news-grid .news-grid-content ul li a .intro h2 {
		font-size: 14px;
	}
}

@media screen and (max-width:992px) {
	.w117-news-grid .news-grid-content ul {
		margin: -16px 0 0 -16px;
	}

	.w117-news-grid .news-grid-content ul li {
		width: 50%;
		padding: 16px 0 0 16px;
	}

	.w117-news-grid .news-grid-content ul li a .meta {
		font-size: 12px;
		padding: 0 8px;
	}

	.w117-news-grid .news-grid-content ul li a .intro {
		width: 100%;
		padding: 8px;
		transform: translateY(0px);
	}
}

.w117-faq-list .w117-faq-list-content {
	background-color: #fff;
}

.w117-faq-list .w117-faq-list-content ul li {
	position: relative;
	padding: 32px;
	border-bottom: 1px solid #e6e6e6;
}

.w117-faq-list .w117-faq-list-content ul li>span {
	display: block;
	position: absolute;
	top: 16px;
	left: 24px;
	font-size: 36px;
	line-height: 1.5;
	font-weight: 900;
	z-index: 0;
	color: #ccdae7;
}

.w117-faq-list .w117-faq-list-content ul li>h3 {
	font-size: 18px;
	position: relative;
	z-index: 1;
	font-weight: 700;
	line-height: 1.576;
	color: #333;
	word-wrap: break-word;
}

.w117-faq-list .w117-faq-list-content ul li>p {
	line-height: 1.8;
	color: #666;
	word-wrap: break-word;
}

.w117-faq-list .w117-faq-list-content ul li:last-child {
	border-bottom: 0;
}

@media screen and (max-width:1280px) {
	.w117-faq-list .w117-faq-list-content ul li {
		padding: 24px;
	}

	.w117-faq-list .w117-faq-list-content ul li>span {
		top: 12px;
		left: 16px;
		font-size: 28px;
	}

	.w117-faq-list .w117-faq-list-content ul li>p {
		font-size: 14px;
	}
}

@media screen and (max-width:992px) {
	.w117-faq-list .w117-faq-list-content ul li {
		padding: 16px;
	}

	.w117-faq-list .w117-faq-list-content ul li>span {
		top: 8px;
		left: 8px;
		font-size: 24px;
	}

	.w117-faq-list .w117-faq-list-content ul li>p {
		font-size: 14px;
	}
}

.w117-contact .contact-wrap {
	display: flex;
	flex-wrap: wrap;
}

.w117-contact .contact-content {
	width: 66.66%;
}

.w117-contact .contact-content .company {
	background-color: #0e6241;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.w117-contact .contact-content .company .wrap {
	display: block;
	width: 100%;
	height: 100%;
	padding: 39px 32px;
	background-color: #0e6241;
}

.w117-contact .contact-content .company-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 48px;
	text-align: center;
	color: #fff;
}

.w117-contact .contact-content .company-content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.w117-contact .contact-content .company-content ul li {
	width: 25%;
	flex: auto;
	text-align: center;
}

.w117-contact .contact-content .company-content ul li .icon {
	font-size: 40px;
	line-height: 1;
	color: #fff;
}

.w117-contact .contact-content .company-content ul li .icon i {
	font-size: inherit;
}

.w117-contact .contact-content .company-content ul li .label {
	font-size: 20px;
	line-height: 1.8;
	text-transform: uppercase;
	color: #fff;
}

.w117-contact .contact-content .company-content ul li .value {
	white-space: normal;
	word-break: break-word;
	color: #fff;
}

.w117-contact .contact-sidebar {
	width: 33.33%;
	padding-left: 32px;
}

.w117-contact .contact-sidebar .wrap ul {
	display: flex;
	flex-wrap: wrap;
	margin: -32px 0 0 -32px;
}

.w117-contact .contact-sidebar .wrap ul li {
	width: 100%;
	padding: 32px 0 0 32px;
}

.w117-contact .contact-sidebar .wrap ul li dl {
	background-color: #fff;
	padding: 32px;
}

.w117-contact .contact-sidebar .wrap ul li dl dt {
	padding-left: 8px;
	border-left: 3px solid #0e6241;
	line-height: 1;
	font-size: 18px;
	color: #333;
	margin-bottom: 24px;
}

.w117-contact .contact-sidebar .wrap ul li dl dd {
	margin-bottom: 8px;
}

.w117-contact .contact-sidebar .wrap ul li dl dd:last-child {
	margin-bottom: 0;
}

.w117-contact .contact-sidebar .wrap ul li dl dd label {
	display: inline-block;
	vertical-align: top;
}

.w117-contact .contact-sidebar .wrap ul li dl dd span {
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width:1280px) {
	.w117-contact .contact-content .company {
		padding: 32px 24px;
	}

	.w117-contact .contact-content .company-title {
		font-size: 20px;
		margin-bottom: 32px;
	}

	.w117-contact .contact-content .company-content ul li .icon {
		font-size: 32px;
	}

	.w117-contact .contact-sidebar {
		padding-left: 24px;
	}

	.w117-contact .contact-sidebar .wrap ul {
		margin: -24px 0 0 -24px;
	}

	.w117-contact .contact-sidebar .wrap ul li {
		padding: 24px 0 0 24px;
	}

	.w117-contact .contact-sidebar .wrap ul li dl {
		padding: 24px;
	}

	.w117-contact .contact-sidebar .wrap ul li dl dt {
		margin-bottom: 16px;
	}

	.w117-contact .contact-sidebar .wrap ul li dl dd {
		font-size: 14px;
	}
}

@media screen and (max-width:992px) {
	.w117-contact .contact-wrap {
		flex-direction: column-reverse;
	}

	.w117-contact .contact-content {
		width: 100%;
	}

	.w117-contact .contact-content .company {
		padding: 16px 16px;
	}

	.w117-contact .contact-content .company .wrap {
		padding: 0;
	}

	.w117-contact .contact-content .company-title {
		font-size: 18px;
		margin-bottom: 24px;
	}

	.w117-contact .contact-content .company-content ul li {
		width: 50%;
		padding: 8px;
	}

	.w117-contact .contact-content .company-content ul li .icon {
		font-size: 30px;
	}

	.w117-contact .contact-sidebar {
		width: 100%;
		padding-left: 0;
		padding-top: 16px;
		margin-bottom: 30px;
	}

	.w117-contact .contact-sidebar .wrap ul {
		margin: -16px 0 0 -16px;
	}

	.w117-contact .contact-sidebar .wrap ul li {
		padding: 16px 0 0 16px;
	}

	.w117-contact .contact-sidebar .wrap ul li dl {
		padding: 16px;
	}

	.w117-contact .contact-sidebar .wrap ul li dl dt {
		margin-bottom: 8px;
	}
}

.w117-product-list.related {
	margin-top: 32px;
}

.w117-product-list .wrapper {
	background-color: #fff;
}

.w117-product-list .wrapper .grid {
	padding: 16px;
}

.w117-product-list .wrapper .grid ul {
	margin: -16px 0 0 -16px;
	display: flex;
	flex-wrap: wrap;
}

.w117-product-list .wrapper .grid ul li {
	display: block;
	padding: 16px 0 0 16px;
	width: 25%;
}

.w117-product-list .wrapper .grid ul li .grid-item {
	display: block;
}

.w117-product-list .wrapper .grid ul li .grid-item .cover {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	height: 0;
	width: 100%;
	padding-bottom: 100%;
}

.w117-product-list .wrapper .grid ul li .grid-item .cover img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: contain;
}

.w117-product-list .wrapper .grid ul li .grid-item .intro {
	padding: 8px 0;
}

.w117-product-list .wrapper .grid ul li .grid-item .intro h2 {
	font-size: 16px;
	display: block;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-word;
	white-space: normal;
	-webkit-line-clamp: 2;
}

.w117-product-list .wrapper .grid ul li .grid-item:hover .intro h2 {
	color: #0e6241;
}

.w117-product-list .wrapper .grid .header {
	margin-bottom: 20px;
}

.w117-product-list .wrapper .grid .header>h3 {
	font-size: 24px;
	line-height: 32px;
	color: #333;
	text-transform: uppercase;
}

.w117-product-list .pager {
	padding-top: 32px;
}

.w117-product-list .sidebar {
	width: 20%;
	margin-left: 32px;
}

.w117-product-list .sidebar .hd {
	display: flex;
	align-items: center;
	margin-bottom: 32px;
	text-transform: uppercase;
}

.w117-product-list .sidebar .hd h3 {
	flex: auto;
	font-size: 24px;
	line-height: 32px;
	color: #333;
}

.w117-product-list .sidebar .hd a {
	line-height: 32px;
	color: #999;
}

.w117-product-list .sidebar .hd a:hover {
	color: #0e6241;
}

.w117-product-list .sidebar .bd ul {
	display: flex;
	flex-wrap: wrap;
	margin: -16px 0 0 -16px;
}

.w117-product-list .sidebar .bd ul li {
	width: 100%;
	padding: 16px 0 0 16px;
}

.w117-product-list .sidebar .bd ul li a {
	display: block;
}

.w117-product-list .sidebar .bd ul li a:hover .intro h4 {
	color: #0e6241;
}

.w117-product-list .sidebar .bd ul li .cover {
	display: block;
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 100%;
}

.w117-product-list .sidebar .bd ul li .cover img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: contain;
}

.w117-product-list .sidebar .bd ul li .intro h4 {
	padding: 8px;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: normal;
}

@media screen and (max-width:1280px) {
	.w117-product-list .filter {
		padding: 8px 24px;
	}

	.w117-product-list .filter .row .col {
		padding: 8px 0;
	}

	.w117-product-list .filter .row .col .label {
		min-width: 100px;
	}

	.w117-product-list .wrapper {
		margin-top: 24px;
	}

	.w117-product-list .wrapper .grid ul li {
		width: 33.33%;
	}

	.w117-product-list.related .wrapper .grid ul li {
		width: 25%;
	}

	.w117-product-list .pager {
		padding-top: 24px;
	}

	.w117-product-list .product-list-wrap {
		flex-wrap: wrap;
	}

	.w117-product-list .content {
		width: 100%;
	}

	.w117-product-list .sidebar {
		width: 100%;
		margin-left: 0;
		margin-top: 24px;
	}

	.w117-product-list .sidebar .hd {
		margin-bottom: 24px;
	}

	.w117-product-list .sidebar .hd h3 {
		font-size: 20px;
		line-height: 24px;
	}

	.w117-product-list .sidebar .hd a {
		line-height: 24px;
		font-size: 14px;
	}

	.w117-product-list .sidebar .bd ul {
		margin: -24px 0 0 -24px;
	}

	.w117-product-list .sidebar .bd ul li {
		width: 25%;
		padding: 24px 0 0 24px;
	}

	.w117-product-list .sidebar .bd ul li .intro h4 {
		font-size: 14px;
	}
}

@media screen and (max-width:992px) {
	.w117-product-list .filter {
		padding: 4px 16px;
	}

	.w117-product-list .filter .row .col .label {
		min-width: 72px;
		line-height: 24px;
		font-size: 12px;
		font-weight: normal;
	}

	.w117-product-list .filter .radio,
	.w117-product-list .filter .checkbox {
		padding-left: 20px;
		margin: 0 8px 0 0;
	}

	.w117-product-list .filter .radio span,
	.w117-product-list .filter .checkbox span {
		line-height: 24px;
	}

	.w117-product-list .wrapper {
		margin-top: 16px;
	}

	.w117-product-list .wrapper .grid {
		padding: 8px;
	}

	.w117-product-list .wrapper .grid ul {
		margin: -8px 0 0 -8px;
	}

	.w117-product-list .wrapper .grid ul li {
		width: 50%;
		padding: 8px 0 0 8px;
	}

	.w117-product-list.related .wrapper .grid ul li {
		width: 50%;
	}

	.w117-product-list .pager {
		padding-top: 16px;
	}

	.w117-product-list .sidebar {
		margin-top: 16px;
	}

	.w117-product-list .sidebar .hd {
		margin-bottom: 16px;
	}

	.w117-product-list .sidebar .hd h3 {
		font-size: 18px;
	}

	.w117-product-list .sidebar .hd a {
		font-size: 12px;
	}

	.w117-product-list .sidebar .bd ul {
		margin: -16px 0 0 -16px;
	}

	.w117-product-list .sidebar .bd ul li {
		width: 50%;
		padding: 16px 0 0 16px;
	}
}

.w117-product-detail .product-detail-wrap {
	display: flex;
	flex-direction: column;
}

.w117-product-detail .content {
	background-color: #fff;
	padding: 32px;
}

.w117-product-detail .content .hd {
	display: flex;
	align-items: flex-start;
}

.w117-product-detail .content .hd .product-cover {
	display: block;
	flex: none;
	max-width: 480px;
	width: 100%;
}

.w117-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item {
	display: block;
	position: relative;
	border: 1px solid #d9d9d9;
}

.w117-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .wrap {
	display: block;
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 100%;
}

.w117-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .wrap img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.w117-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .mask {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

.w117-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .mask .play {
	display: block;
	position: absolute;
	bottom: 16px;
	right: 16px;
	width: 48px;
	height: 48px;
	line-height: 42px;
	text-align: center;
	border: 3px solid rgba(255, 255, 255, 0.8);
	color: #fff;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.3);
}

.w117-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .mask .play i {
	font-size: 24px;
}

.w117-product-detail .content .hd .product-cover .product-thumb-swiper {
	margin-top: 16px;
	overflow: hidden;
}

.w117-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item {
	display: block;
	position: relative;
	cursor: pointer;
	border: 1px solid #d9d9d9;
}

.w117-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .wrap {
	display: block;
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 100%;
}

.w117-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .wrap img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.w117-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .mask {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

.w117-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .mask .play {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	line-height: 28px;
	text-align: center;
	border: 2px solid rgba(255, 255, 255, 0.8);
	color: #fff;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.3);
}

.w117-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .mask .play i {
	font-size: 16px;
}

.w117-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-slide-thumb-active .thumb-item {
	border-color: #0e6241;
}

.w117-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-prev,
.w117-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-next {
	width: 16px;
	border-radius: 0;
}

.w117-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-prev:after,
.w117-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-next:after {
	font-size: 12px;
}

.w117-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-next,
.w117-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-container-rtl .swiper-button-prev {
	right: 0;
}

.w117-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-prev,
.w117-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-container-rtl .swiper-button-next {
	left: 0;
}

.w117-product-detail .content .hd .product-intro {
	display: block;
	flex: auto;
	padding-left: 32px;
	width: 100%;
}

.w117-product-detail .content .hd .product-intro .title {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.w117-product-detail .content .hd .product-intro .title h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.1;
	color: #0e6241;
}

.w117-product-detail .content .hd .product-intro .desc {
	margin-bottom: 32px;
}

.w117-product-detail .content .hd .product-intro .desc p {
	margin: 8px 0;
	color: #333;
}

.w117-product-detail .content .hd .product-intro .attrs {
	margin-bottom: 32px;
}

.w117-product-detail .content .hd .product-intro .attrs ul li {
	margin-bottom: 8px;
}

.w117-product-detail .content .hd .product-intro .attrs ul li label,
.w117-product-detail .content .hd .product-intro .attrs ul li span,
.w117-product-detail .content .hd .product-intro .attrs ul li a {
	display: inline-block;
	vertical-align: top;
}

.w117-product-detail .content .hd .product-intro .attrs ul li span {
	color: #333;
}

.w117-product-detail .content .hd .product-intro .attrs ul li a {
	color: #1890FF;
}

.w117-product-detail .content .hd .product-intro .attrs ul li a:hover {
	text-decoration: underline;
}

.w117-product-detail .content .hd .product-intro .action .button {
	display: inline-block;
	line-height: 40px;
	text-align: center;
	padding: 0 24px;
	background-color: #fff;
	color: #333;
	border: 1px solid #d9d9d9;
}

.w117-product-detail .content .hd .product-intro .action .button:hover {
	background-color: #f5f5f5;
}

.w117-product-detail .content .hd .product-intro .action .button.accents {
	background-color: #0e6241;
	color: #fff;
	border-color: #0e6241;
}

.w117-product-detail .content .hd .product-intro .action .button.accents:hover {
	border-color: #c37820;
	background-color: #c37820;
}

.w117-product-detail .content .bd {
	margin-top: 32px;
}

.w117-product-detail .content .bd .tips {
	padding: 16px 0;
}

.w117-product-detail .content .bd .tips h4 {
	border-left: 3px solid #0e6241;
	line-height: 1.5;
	padding: 4px 16px;
	font-size: 18px;
	font-weight: normal;
}

.w117-product-detail .content .bd .tags {
	display: block;
	line-height: 1;
	font-size: 0;
}

.w117-product-detail .content .bd .tags a {
	display: inline-block;
	line-height: 40px;
	text-align: center;
	padding: 0 24px;
	background-color: #F5F5F5;
	color: #333;
	font-size: 14px;
	margin: 0 16px 16px 0;
	max-width: 200px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.w117-product-detail .content .bd .tags a:hover {
	background-color: #f2f6f9;
	color: #0e6241;
}

.w117-product-detail .sidebar {
	width: 20%;
	margin-left: 32px;
}

.w117-product-detail .sidebar .hd {
	display: flex;
	align-items: center;
	margin-bottom: 32px;
	text-transform: uppercase;
}

.w117-product-detail .sidebar .hd h3 {
	flex: auto;
	font-size: 24px;
	line-height: 32px;
	color: #333;
}

.w117-product-detail .sidebar .hd a {
	line-height: 32px;
	font-size: 14px;
	color: #999;
}

.w117-product-detail .sidebar .hd a:hover {
	color: #0e6241;
}

.w117-product-detail .sidebar .bd ul {
	display: flex;
	flex-wrap: wrap;
	margin: -16px 0 0 -16px;
}

.w117-product-detail .sidebar .bd ul li {
	width: 100%;
	padding: 16px 0 0 16px;
}

.w117-product-detail .sidebar .bd ul li a {
	display: block;
}

.w117-product-detail .sidebar .bd ul li a:hover .intro h4 {
	color: #0e6241;
}

.w117-product-detail .sidebar .bd ul li .cover {
	display: block;
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 100%;
}

.w117-product-detail .sidebar .bd ul li .cover img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: contain;
}

.w117-product-detail .sidebar .bd ul li .intro h4 {
	padding: 8px;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: normal;
}

@media screen and (max-width:1280px) {
	.w117-product-detail .product-detail-wrap {
		flex-wrap: wrap;
	}

	.w117-product-detail .content {
		width: 100%;
		padding: 24px;
	}

	.w117-product-detail .content .hd .product-cover {
		max-width: 400px;
	}

	.w117-product-detail .content .hd .product-intro {
		padding-left: 24px;
	}

	.w117-product-detail .content .hd .product-intro .title {
		margin-bottom: 24px;
		padding-bottom: 24px;
	}

	.w117-product-detail .content .hd .product-intro .title h1 {
		font-size: 20px;
	}

	.w117-product-detail .content .hd .product-intro .desc {
		margin-bottom: 24px;
	}

	.w117-product-detail .content .hd .product-intro .desc p {
		font-size: 14px;
	}

	.w117-product-detail .content .hd .product-intro .attrs {
		margin-bottom: 24px;
	}

	.w117-product-detail .content .hd .product-intro .attrs ul li label,
	.w117-product-detail .content .hd .product-intro .attrs ul li span,
	.w117-product-detail .content .hd .product-intro .attrs ul li a {
		font-size: 14px;
	}

	.w117-product-detail .content .hd .product-intro .action .button {
		font-size: 14px;
		line-height: 36px;
		padding: 0 16px;
	}

	.w117-product-detail .content .bd {
		margin-top: 24px;
	}

	.w117-product-detail .content .bd .tips {
		padding: 8px 0;
	}

	.w117-product-detail .content .bd .tips h4 {
		padding: 4px 16px;
	}

	.w117-product-detail .content .bd .tags a {
		line-height: 32px;
		padding: 0 16px;
		margin: 0 12px 12px 0;
	}

	.w117-product-detail .sidebar {
		width: 100%;
		margin-left: 0;
		margin-top: 24px;
	}

	.w117-product-detail .sidebar .hd {
		margin-bottom: 24px;
	}

	.w117-product-detail .sidebar .hd h3 {
		font-size: 20px;
		line-height: 24px;
	}

	.w117-product-detail .sidebar .hd a {
		line-height: 24px;
		font-size: 14px;
	}

	.w117-product-detail .sidebar .bd ul {
		margin: -24px 0 0 -24px;
	}

	.w117-product-detail .sidebar .bd ul li {
		width: 25%;
		padding: 24px 0 0 24px;
	}

	.w117-product-detail .sidebar .bd ul li .intro h4 {
		font-size: 14px;
	}
}

@media screen and (max-width:992px) {
	.w117-product-detail .content {
		padding: 16px;
	}

	.w117-product-detail .content .hd {
		flex-wrap: wrap;
	}

	.w117-product-detail .content .hd .product-cover {
		max-width: none;
	}

	.w117-product-detail .content .hd .product-intro {
		padding-left: 0;
		padding-top: 16px;
	}

	.w117-product-detail .content .hd .product-intro .title {
		margin-bottom: 16px;
		padding-bottom: 16px;
	}

	.w117-product-detail .content .hd .product-intro .title h1 {
		font-size: 18px;
	}

	.w117-product-detail .content .hd .product-intro .desc {
		margin-bottom: 16px;
	}

	.w117-product-detail .content .hd .product-intro .attrs {
		margin-bottom: 16px;
	}

	.w117-product-detail .content .hd .product-intro .action .button {
		display: block;
		width: 100%;
		line-height: 40px;
	}

	.w117-product-detail .content .bd {
		margin-top: 16px;
	}

	.w117-product-detail .content .bd .tips {
		padding: 16px 0;
	}

	.w117-product-detail .content .bd .tips h4 {
		padding: 4px 8px;
		font-size: 14px;
	}

	.w117-product-detail .content .bd .tags a {
		line-height: 28px;
		margin: 0 8px 8px 0;
	}

	.w117-product-detail .sidebar {
		margin-top: 16px;
	}

	.w117-product-detail .sidebar .hd {
		margin-bottom: 16px;
	}

	.w117-product-detail .sidebar .hd h3 {
		font-size: 18px;
	}

	.w117-product-detail .sidebar .hd a {
		font-size: 12px;
	}

	.w117-product-detail .sidebar .bd ul {
		margin: -16px 0 0 -16px;
	}

	.w117-product-detail .sidebar .bd ul li {
		width: 50%;
		padding: 16px 0 0 16px;
	}
}

.w117-tabs {
	display: block;
	position: sticky;
	z-index: 997;
	top: 72px;
	left: 0;
	right: 0;
	background-color: #fff;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
}

.w117-tabs .w117-tabs-wrap {
	padding: 0;
}

.w117-tabs .w117-tabs-content ul {
	display: flex;
	justify-content: center;
	overflow-x: auto;
	padding: 0 16px;
}

.w117-tabs .w117-tabs-content ul li {
	margin: 0 16px;
}

.w117-tabs .w117-tabs-content ul li a {
	display: block;
	line-height: 56px;
	color: #333;
	max-width: 200px;
	border-bottom: 1px solid transparent;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: normal;
}

.w117-tabs .w117-tabs-content ul li.active a {
	color: #0e6241;
	border-color: #0e6241;
}

.w117-tabs.auto-hide {
	display: none;
}

@media screen and (max-width:1280px) {
	.w117-tabs .w117-tabs-content ul li {
		margin: 0 12px;
	}
}

@media screen and (max-width:992px) {
	.w117-tabs {
		top: 56px;
	}

	.w117-tabs .w117-tabs-content ul {
		justify-content: left;
		padding: 0 16px;
	}

	.w117-tabs .w117-tabs-content ul li {
		margin: 0 16px 0 0;
	}

	.w117-tabs .w117-tabs-content ul li a {
		line-height: 40px;
	}

	.w117-tabs.auto-hide {
		display: block;
	}
}

.w117-video-grid .video-content ul {
	display: flex;
	flex-wrap: wrap;
	margin: -16px 0 0 -16px;
}

.w117-video-grid .video-content ul li {
	display: block;
	width: 33.33%;
	padding: 16px 0 0 16px;
}

.w117-video-grid .video-content ul li a {
	display: flex;
	flex-direction: column;
}

.w117-video-grid .video-content ul li a .video-wrap {
	position: relative;
	height: 100%;
}

.w117-video-grid .video-content ul li a .video-wrap .media img {
	display: block;
	flex: auto;
	object-position: center;
	object-fit: contain;
	height: 0;
	width: 100%;
	padding-bottom: 100%;
}

.w117-video-grid .video-content ul li a .video-wrap .media img.loaded {
	width: 100%;
	height: 100%;
	padding-right: 0;
	padding-bottom: 0;
}

.w117-video-grid .video-content ul li a .video-wrap .intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 32px;
}

.w117-video-grid .video-content ul li a .video-wrap .intro .icon {
	font-size: 64px;
}

.w117-video-grid .video-content ul li a .video-wrap .intro .icon i {
	font-size: inherit;
}

.w117-video-grid .video-content ul li h2 {
	font-size: 16px;
	flex: none;
	line-height: 20px;
	padding-top: 8px;
	height: 48px;
	font-weight: normal;
	color: #333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-word;
	white-space: normal;
	-webkit-line-clamp: 2;
}

.w117-video-grid .video-content ul li a:hover h2,
.w117-video-grid .video-content ul li a:hover i {
	color: #0e6241;
}

@media screen and (max-width:1280px) {
	.w117-video-grid .video-content ul {
		margin: -24px 0 0 -24px;
	}

	.w117-video-grid .video-content ul li {
		padding: 24px 0 0 24px;
	}
}

@media screen and (max-width:992px) {
	.w117-video-grid .video-content ul {
		margin: -16px 0 0 -16px;
	}

	.w117-video-grid .video-content ul li {
		width: 50%;
		padding: 16px 0 0 16px;
	}

	.w117-video-grid .video-content ul li h2 {
		font-size: 14px;
	}

	.w117-video-grid .video-content ul li a .video-wrap .intro .icon {
		font-size: 40px;
	}
}

.w117-sitemap .w117-sitemap-content ul {
	padding-top: 1px;
}

.w117-sitemap .w117-sitemap-content ul li {
	display: block;
	margin-top: 32px;
	background-color: #fff;
}

.w117-sitemap .w117-sitemap-content ul li a:hover {
	color: #0e6241;
}

.w117-sitemap .w117-sitemap-content ul li>h3 {
	display: block;
	font-size: 20px;
	line-height: 1.576;
	padding: 16px 24px;
	font-weight: normal;
	color: #333;
	border-bottom: 1px solid #e6e6e6;
}

.w117-sitemap .w117-sitemap-content ul li>dl {
	display: flex;
	flex-wrap: wrap;
	padding: 16px 0;
}

.w117-sitemap .w117-sitemap-content ul li>dl>dt {
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 1.576;
	padding: 4px 24px;
}

.w117-sitemap .w117-sitemap-content ul li>dl>dd {
	display: block;
	width: 20%;
	line-height: 1.576;
	padding: 4px 24px;
}

@media screen and (max-width:1280px) {
	.w117-sitemap .w117-sitemap-content ul li {
		margin-top: 24px;
	}

	.w117-sitemap .w117-sitemap-content ul li>h3 {
		font-size: 18px;
		padding: 12px 20px;
	}

	.w117-sitemap .w117-sitemap-content ul li>dl {
		padding: 12px 0;
	}

	.w117-sitemap .w117-sitemap-content ul li>dl>dt {
		padding: 2px 20px;
	}

	.w117-sitemap .w117-sitemap-content ul li>dl>dd {
		width: 25%;
		padding: 2px 20px;
	}
}

@media screen and (max-width:992px) {
	.w117-sitemap .w117-sitemap-content ul li {
		margin-top: 16px;
	}

	.w117-sitemap .w117-sitemap-content ul li>h3 {
		padding: 8px 16px;
	}

	.w117-sitemap .w117-sitemap-content ul li>dl {
		padding: 8px 0;
	}

	.w117-sitemap .w117-sitemap-content ul li>dl>dt {
		padding: 0 16px;
	}

	.w117-sitemap .w117-sitemap-content ul li>dl>dd {
		width: 50%;
		padding: 0 16px;
	}
}

.w117-pagination {
	margin-top: 40px;
}

.w117-pagination .w117-pagination-links {
	line-height: 1;
	font-size: 0;
}

.w117-pagination .w117-pagination-links a {
	display: inline-block;
	line-height: 40px;
	min-width: 40px;
	text-align: center;
	font-size: 14px;
	margin: 0 0 16px 16px;
	padding: 0 16px;
	border-radius: 4px;
	background-color: #fff;
	color: #333;
}

.w117-pagination .w117-pagination-links a:hover {
	background-color: #e6edf3;
	color: #0e6241;
}

.w117-pagination .w117-pagination-links a.current {
	background-color: #0e6241;
	color: #fff;
}

.w117-pagination .w117-pagination-links.center {
	text-align: center;
}

.w117-pagination .w117-pagination-links.right {
	text-align: right;
}

@media screen and (max-width:1280px) {
	.w117-pagination .w117-pagination-links {
		margin: -12px 0 0 -12px;
	}

	.w117-pagination .w117-pagination-links a {
		line-height: 36px;
		min-width: 36px;
		margin: 12px 0 0 12px;
		padding: 0 12px;
	}
}

@media screen and (max-width:992px) {
	.w117-pagination .w117-pagination-links {
		margin: -8px 0 0 -8px;
	}

	.w117-pagination .w117-pagination-links a {
		line-height: 32px;
		min-width: 32px;
		font-size: 12px;
		margin: 8px 0 0 8px;
		padding: 0 8px;
	}
}

.w117-inquiry {
	margin: 35px 0;
}

.w117-inquiry .w117-inquiry-wrap {
	padding: 32px;
	background-color: #fff;
}

.w117-inquiry .w117-inquiry-alert {
	line-height: 1.576;
	color: #fff;
	padding: 10px 20px;
	margin-bottom: 32px;
	font-weight: 700;
	background-color: #0e6241;
}

.w117-inquiry .w117-inquiry-form ul {
	display: flex;
	flex-wrap: wrap;
	margin: -32px 0 0 -32px;
}

.w117-inquiry .w117-inquiry-form ul li {
	display: block;
	width: 100%;
	padding: 32px 0 0 32px;
	position: relative;
}

.w117-inquiry .w117-inquiry-form ul li.col-1-2 {
	width: 50%;
}

.w117-inquiry .w117-inquiry-form ul li.col-1-3 {
	width: 33.3333%;
}

.w117-inquiry .w117-inquiry-form ul li.error input[type="text"] {
	border-color: #FE5050;
}

.w117-inquiry .w117-inquiry-form ul li.error input[type="text"]:focus {
	border-color: #FE5050;
	box-shadow: 0 0 0 3px rgba(254, 80, 80, 0.2);
}

.w117-inquiry .w117-inquiry-form ul li.error textarea {
	border-color: #FE5050;
}

.w117-inquiry .w117-inquiry-form ul li.error textarea:focus {
	border-color: #FE5050;
	box-shadow: 0 0 0 3px rgba(254, 80, 80, 0.2);
}

.w117-inquiry .w117-inquiry-form ul li.error .tips {
	display: block;
}

.w117-inquiry input[type="text"] {
	display: block;
	width: 100%;
	font-family: inherit;
	height: 40px;
	padding: 0 12px;
	border: 1px solid #d9d9d9;
	font-size: 16px;
}

.w117-inquiry input[type="text"]:hover {
	border-color: #0e6241;
}

.w117-inquiry input[type="text"]:focus {
	border-color: #0e6241;
	box-shadow: 0 0 0 3px rgba(0, 71, 133, 0.2);
}

.w117-inquiry textarea {
	display: block;
	outline: none;
	width: 100%;
	line-height: 1.576;
	padding: 8px 12px;
	font-family: inherit;
	resize: none;
	border: 1px solid #d9d9d9;
	color: #333;
	font-size: 16px;
}

.w117-inquiry textarea:hover {
	border-color: #0e6241;
}

.w117-inquiry textarea:focus {
	border-color: #0e6241;
	box-shadow: 0 0 0 3px rgba(0, 71, 133, 0.2);
}

.w117-inquiry button {
	display: inline-block;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	border: 0;
	background-color: #0e6241;
	color: #fff;
	height: 40px;
	padding: 0 24px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.w117-inquiry button:hover {
	background-color: #004078;
}

.w117-inquiry button:disabled,
.w117-inquiry button.disabled {
	cursor: not-allowed;
	background-color: #80a3c2;
}

.w117-inquiry .checkbox {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 0;
	margin-left: 8px;
}

.w117-inquiry .checkbox>span {
	display: block;
	position: relative;
	font-size: 16px;
	padding-left: 24px;
	line-height: 40px;
	cursor: pointer;
	color: #333;
}

.w117-inquiry .checkbox>span:before,
.w117-inquiry .checkbox>span:after {
	display: block;
	position: absolute;
	content: '';
}

.w117-inquiry .checkbox>span:before {
	top: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	margin-top: -9px;
}

.w117-inquiry .checkbox>span: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);
}

.w117-inquiry .checkbox>span a {
	color: #0e6241;
}

.w117-inquiry .checkbox>input[type="checkbox"] {
	display: block;
	position: relative;
	vertical-align: middle;
	margin-right: 24px;
	width: 0;
	height: 0;
	cursor: pointer;
}

.w117-inquiry .checkbox>input[type="checkbox"]:checked+span:before {
	border-color: #0e6241;
	background-color: #0e6241;
}

.w117-inquiry .checkbox>input[type="checkbox"]:checked+span:after {
	border-color: #fff;
}

.w117-inquiry .checkbox>input[type="checkbox"]:checked:disabled+span:after {
	border-color: #d9d9d9;
}

.w117-inquiry .checkbox>input[type="checkbox"]:disabled {
	cursor: not-allowed;
}

.w117-inquiry .checkbox>input[type="checkbox"]:disabled+span {
	color: #999;
	cursor: not-allowed;
}

.w117-inquiry .checkbox>input[type="checkbox"]:disabled+span:before {
	border-color: #d9d9d9;
	background-color: #F5F5F5;
}

.w117-inquiry .tips {
	display: none;
	position: absolute;
	left: 32px;
	font-size: 14px;
	line-height: 32px;
	color: #FE5050;
}

@media screen and (max-width:1280px) {
	.w117-inquiry .w117-inquiry-wrap {
		padding: 24px;
	}

	.w117-inquiry .w117-inquiry-alert {
		padding: 12px 16px;
		margin-bottom: 24px;
	}

	.w117-inquiry .w117-inquiry-form {
		padding-bottom: 24px;
	}

	.w117-inquiry .w117-inquiry-form ul {
		margin: -24px 0 0 -24px;
	}

	.w117-inquiry .w117-inquiry-form ul li {
		padding: 24px 0 0 24px;
	}

	.w117-inquiry input[type="text"] {
		height: 36px;
		padding: 0 10px;
	}

	.w117-inquiry textarea {
		padding: 6px 12px;
	}

	.w117-inquiry button {
		height: 36px;
		padding: 0 16px;
	}

	.w117-inquiry .tips {
		left: 24px;
		line-height: 24px;
	}
}

@media screen and (max-width:992px) {
	.w117-inquiry {
		margin: 30px 0;
	}

	.w117-inquiry .w117-inquiry-wrap {
		padding: 16px;
	}

	.w117-inquiry .w117-inquiry-alert {
		padding: 8px 12px;
		margin-bottom: 16px;
	}

	.w117-inquiry .w117-inquiry-form {
		padding-bottom: 16px;
	}

	.w117-inquiry .w117-inquiry-form ul {
		margin: -16px 0 0 -16px;
	}

	.w117-inquiry .w117-inquiry-form ul li {
		padding: 16px 0 0 16px;
	}

	.w117-inquiry .w117-inquiry-form ul li.col-1-2 {
		width: 100%;
	}

	.w117-inquiry .w117-inquiry-form ul li.col-1-3 {
		width: 100%;
	}

	.w117-inquiry input[type="text"] {
		font-size: 14px;
		height: 32px;
		padding: 0 8px;
	}

	.w117-inquiry textarea {
		font-size: 14px;
		padding: 4px 8px;
	}

	.w117-inquiry button {
		height: 32px;
		padding: 0 12px;
		font-size: 14px;
	}

	.w117-inquiry .tips {
		left: 16px;
		font-size: 12px;
		line-height: 16px;
	}
}

.w117-footer {
	background-color: #0e6241;
	color: #fff;
}

.w117-footer-content {
	padding: 48px 0 0 0;
}

.w117-footer-list {
	display: flex;
	justify-content: space-between;
	margin: -32px 0 0 -32px;
}

.w117-footer-item {
	display: block;
	max-width: 20%;
	padding: 32px 0 0 32px;
}

.w117-footer-item dl {
	line-height: 1.576;
}

.w117-footer-item dl dt {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 12px;
	color: #fff;
}

.w117-footer-item dl dt a {
	text-decoration: none;
	color: inherit;
}

.w117-footer-item dl dt:hover a {
	color: #0e6241;
}

.w117-footer-share {
	padding: 8px;
}

.w117-footer-share .icon {
	text-align: center;
}

.w117-footer-share .icon a {
	margin-right: 8px;
	display: inline-block;
}

.w117-footer-share .icon a:hover i {
	color: #000;
}

.w117-footer-share .icon i {
	font-size: 32px;
	color: #fff;
}

.w117-footer-item dl dd {
	display: block;
	margin-bottom: 8px;
}

.w117-footer-item dl dd span,
.w117-footer-item dl dd i {
	display: inline-block;
	font-size: 20px;
}

.w117-footer-item dl dd a {
	display: inline-block;
	font-weight: lighter;
	text-decoration: none;
}

.w117-footer-item dl dd:hover a {
	color: #000;
}

.w117-footer-item:first-child a {
	display: block;
	margin-bottom: 8px;
}

.w117-footer-external {
	display: block;
	text-align: center;
	padding: 8px;
}

.w117-footer-external a {
	margin: 4px;
}

.w117-footer-copyright {
	color: #fff;
	text-align: center;
	padding: 8px;
}

.w117-footer-copyright a {
	color: inherit;
}

.w117-footer a:hover {
	color: #000;
}

@media screen and (max-width:1280px) {
	.w117-footer-content {
		padding: 32px 0;
	}

	.w117-footer-list {
		margin: -24px 0 0 -24px;
	}

	.w117-footer-item {
		padding: 24px 0 0 24px;
	}

	.w117-footer-item dl dt {
		margin-bottom: 8px;
	}

	.w117-footer-share .icon i {
		font-size: 32px;
	}
}

@media screen and (max-width:992px) {
	.w117-footer-content {
		padding: 16px 0 0 0;
	}

	.w117-footer-list {
		margin: -16px 0 0 -16px;
		justify-content: center;
	}

	.w117-footer-item {
		padding: 16px 0 0 16px;
		display: none;
		max-width: none;
		text-align: center;
	}

	.w117-footer-item.alive {
		display: block;
		padding: 16px 16px 0 16px;
	}
}

.ueditor-container {
	padding: 0;
	word-wrap: break-word;
	font-size: 16px;
}

.ueditor-container * {
	-webkit-box-sizing: unset;
	box-sizing: unset;
}

.ueditor-container h1 {
	margin-block-start: 0.67em;
	margin-block-end: 0.67em;
}

.ueditor-container h2 {
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
}

.ueditor-container h3 {
	margin-block-start: 1em;
	margin-block-end: 1em;
}

.ueditor-container h4 {
	margin-block-start: 1.33em;
	margin-block-end: 1.33em;
}

.ueditor-container ul {
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	padding-inline-start: 40px;
}

.ueditor-container ol {
	list-style-type: decimal;
	margin-block-start: 1em;
	margin-block-end: 1em;
	padding-inline-start: 40px;
}

.ueditor-container dl {
	margin-block-start: 1em;
	margin-block-end: 1em;
}

.ueditor-container dd {
	margin-inline-start: 40px;
}

.ueditor-container p {
	margin: 5px 0;
}

.ueditor-container img {
	max-width: 100%;
	height: auto;
}

.ueditor-container .selectTdClass {
	background-color: #edf5fa !important;
}

.ueditor-container table.noBorderTable td,
.ueditor-container table.noBorderTable th,
.ueditor-container table.noBorderTable caption {
	border: 1px dashed #ddd !important;
}

.ueditor-container table {
	margin-bottom: 10px;
	border-collapse: collapse;
	display: table;
}

.ueditor-container td,
.ueditor-container th {
	padding: 5px 10px;
	border: 1px solid #DDD;
}

.ueditor-container caption {
	border: 1px dashed #DDD;
	border-bottom: 0;
	padding: 3px;
	text-align: center;
}

.ueditor-container th {
	border-top: 1px solid #BBB;
	background-color: #F7F7F7;
}

.ueditor-container table tr.firstRow th {
	border-top-width: 2px;
}

.ueditor-container .ue-table-interlace-color-single {
	background-color: #fcfcfc;
}

.ueditor-container .ue-table-interlace-color-double {
	background-color: #f7faff;
}

.ueditor-container td p {
	margin: 0;
	padding: 0;
}

.ueditor-container pre {
	margin: .5em 0;
	padding: .4em .6em;
	border-radius: 8px;
	background: #f8f8f8;
}

.ueditor-container iframe,
.ueditor-container embed {
	max-width: 100%;
}

.ueditor-container video {
	max-width: 100%;
}

@media screen and (max-width:992px) {
	.ueditor-container {
		overflow: auto;
	}
}


.about-title{margin-bottom: 20px;}
.hxyw,.qyys,.jdhj{margin: 50px 0;}
.hxyw .ywbox{display: flex;justify-content: space-between;flex-wrap: wrap;}
.hxyw .ywbox .item{margin:20px 0;display: flex;justify-content: space-between;width: 48%;border: 1px solid #0e6241;padding:20px;border-radius: 8px;align-items: center;}
.hxyw .ywbox .item .left{width: 100px;}
.hxyw .ywbox .item .left img{width: 100%;}
.hxyw .ywbox .item .right{width: calc(100% - 150px);}
.hxyw .ywbox .item .right h3{font-size: 24px;font-weight: 900;margin-bottom: 10px;color: #0e6241;}
.hxyw .ywbox .item .right p{line-height: 26px;}
.qyys .ysbox{display: flex;justify-content: space-between;flex-wrap: wrap;}
.qyys .ysbox .item{width: 19%;border: 1px solid #0e6241;padding:20px;border-radius: 8px;align-items: center;}
.jdhj .jdbox{display: flex;flex-wrap: wrap;}
.jdhj .jdbox img{width:22%;margin:1%;}

@media screen and (max-width:1600px) {
	.qyys .ysbox .item{width:49%;margin:15px 0}
}

@media screen and (max-width:568px) {
	.hxyw .ywbox .item{display: block;}
	.about-title{margin-bottom: 10px;}
	.hxyw .ywbox .item,.hxyw .ywbox .item .left,.hxyw .ywbox .item .right{width:100%}
	.hxyw .ywbox .item .left img{width:100px;margin:0 auto;display: block;}
	.hxyw .ywbox .item .right h3{font-size: 18px;text-align: center;}
	.qyys .ysbox .item{width:100%;margin:15px 0}
	.jdhj .jdbox img{width:48%;}
	.w117-about .about-title>h2{font-size: 24px;}
	.w117-banner .banner-wrap{height:auto}
}