@charset "utf-8";

@font-face {
	font-family: "Poppins-Regular";
	src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
		url("../fonts/Poppins-Regular.woff") format("woff"),
		url("../fonts/Poppins-Regular.ttf") format("truetype"),
		url("../fonts/Poppins-Regular.eot") format("embedded-opentype"),
		url("../fonts/Poppins-Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Poppins-Bold";
	src: url("../fonts/Poppins-Bold.woff2") format("woff2"),
		url("../fonts/Poppins-Bold.woff") format("woff"),
		url("../fonts/Poppins-Bold.ttf") format("truetype"),
		url("../fonts/Poppins-Bold.eot") format("embedded-opentype"),
		url("../fonts/Poppins-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	color: #333;
	font-family: "Poppins-Regular";
	font-size: 16px;
	line-height: 1;
}

img {
	border: none;
	vertical-align: top;
	max-width: 100%;
}

figure {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0px;
	line-height: 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.padd {
	padding: 80px 0;
}

.ovh {
	overflow: hidden;
}

.posr {
	position: relative;
}

.bg_grey {
	background-color: #ededed;
}

.arrow_down {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	content: '';
	display: block;
	border-top: 20px solid white;
	z-index: 1;
}

.arrow_down_grey {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	content: '';
	display: block;
	border-top: 20px solid #ededed;
}

::selection {
	background-color: #3c746b;
	color: #fff;
}


/*header*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	z-index: 9999;
	background-color: #fff;
	box-shadow: 0 6px 10px -10px #242424;
}

.h_top {
	position: relative;
	background-color: #fafafa;
}

.h_share {
	height: 56px;
	line-height: 56px;
	font-size: 0;
}

.h_share a {
	display: inline-block;
	font-size: 14px;
	color: #787878;
	padding: 0 12px;
	border-right: 1px solid #ededed;
	transition: all 0.4s ease-in-out 0s;
}

.h_share a:first-child {
	border-left: 1px solid #ededed;
}

.h_share a:hover {
	color: #fff;
	background-color: #3c746b;
}

.h_share .tiktok {
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgZmlsbD0nIzc4Nzg3OCcgdmlld0JveD0nMCAwIDE2IDE2Jz48cGF0aCBkPSdNOSAwaDEuOThjLjE0NC43MTUuNTQgMS42MTcgMS4yMzUgMi41MTJDMTIuODk1IDMuMzg5IDEzLjc5NyA0IDE1IDR2MmMtMS43NTMgMC0zLjA3LS44MTQtNC0xLjgyOVYxMWE1IDUgMCAxIDEtNS01djJhMyAzIDAgMSAwIDMgM1YwWicvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}

.h_share a:last-child:hover .tiktok {
	background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgZmlsbD0nI2ZmZmZmZicgdmlld0JveD0nMCAwIDE2IDE2Jz48cGF0aCBkPSdNOSAwaDEuOThjLjE0NC43MTUuNTQgMS42MTcgMS4yMzUgMi41MTJDMTIuODk1IDMuMzg5IDEzLjc5NyA0IDE1IDR2MmMtMS43NTMgMC0zLjA3LS44MTQtNC0xLjgyOVYxMWE1IDUgMCAxIDEtNS01djJhMyAzIDAgMSAwIDMgM1YwWicvPjwvc3ZnPg==");
}

.h_lan {
	position: absolute;
	right: 15px;
	top: 13px;
}

.h_lan .switcher {
	width: 140px;
}

.h_lan .switcher .selected a {
	width: auto;
}

.logo {
	float: left;
	margin-top: 5px;
}

.mbtn {
	display: none;
}

.nav {
	float: right;
	margin-top: 45px;
	position: relative;
}

.nav .layui-nav {
	background-color: transparent;
	padding: 0;
	display: inline-block;
}

.nav .layui-nav-more,
.nav .navmore {
	display: none;
}

.nav .layui-nav-item {
	margin-left: 25px;
	line-height: normal;
}

.nav .layui-nav-item>a {
	color: #333;
	line-height: 29px;
	padding: 0;
	border-bottom: 1px solid transparent;
	font-size: 16px;
}

.nav .layui-nav-item>a:hover {
	color: #3c746b;
	border-color: #3c746b;
}

.nav .layui-nav-item:nth-child(2) {
	display: none;
}

.nav .layui-nav-child {
	top: 30px;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav .layui-nav-child a {
	font-size: 15px;
}

.nav .layui-nav .layui-this:after,
.nav .layui-nav-bar,
.nav .layui-nav-tree .layui-nav-itemed:after {
	display: none;
}

.nav .layui-nav .layui-nav-child a:hover {
	background-color: #3c746b;
	color: #fff;
}

.h_search {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	border-left: 1px solid #ededed;
	padding: 0 10px;
}

.h_s_icon {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}

.h_s_form {
	display: none;
	position: absolute;
	top: 35px;
	right: 0;
	z-index: 9;
}

.h_s_form form {
	overflow: hidden;
}

.h_s_input {
	float: left;
	background-color: #fff;
	width: 200px;
	height: 40px;
	padding: 0 5px;
}

.h_s_btn {
	float: left;
	width: 40px;
	height: 40px;
	margin-left: -1px;
}

.pnav {
	margin-top: 20px;
	font-size: 0;
	overflow: hidden;
	white-space: nowrap;
}

.pnav li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.pnav li::after {
	content: '';
	width: 2px;
	height: 20px;
	background-color: #3c746b;
	position: absolute;
	top: 0;
	right: 0;
}

.pnav li:last-child::after {
	display: none;
}

.pnav li a {
	display: block;
	font-size: 12px;
	font-family: "Poppins-Bold";
	height: 20px;
	line-height: 20px;
	padding: 0 7px 0 6px;
	text-transform: uppercase;
}

.pnav li:first-child a {
	padding: 0 8px 0 0;
}

.pnav li:last-child a {
	padding: 0 0 0 7px;
}


/*index*/
.banner {
	margin-top: 200px;
}

.banner .swiper-slide {
	position: relative;
	z-index: 1;
}

.banner .swiper-pagination {
	bottom: 30px;
}

.banner .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: #fff;
	opacity: 1;
	transition: all 0.3s;
	border-radius: 15px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}

.banner .swiper-pagination-bullet-active {
	width: 35px;
	background: #3c746b;
}

.banner .swiper-button-black {
	outline: none;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.3);
	outline: none;
	transition: all 0.3s;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
	font-size: 35px;
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
	border-radius: 50%;
}

.banner .swiper-button-prev {
	left: 0;
}

.banner .swiper-button-next {
	right: 0;
}

.banner .swiper-slide img {
	width: 100%;
}

.banner .swiper-slide noscript {
	display: none;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: "\f104";
	font-family: 'FontAwesome';
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: "\f105";
	font-family: 'FontAwesome';
}


.index_tit {
	text-transform: uppercase;
	margin-bottom: 40px;
}

.index_tit h2 {
	font-size: 20px;
	color: #130700;
	font-family: "Poppins-Bold";
}

.index_tit h2:after {
	content: '';
	display: block;
	width: 80px;
	height: 4px;
	margin: 10px 0;
	background-color: #3c746b;
}

.index_tit a {
	display: inline-block;
}

.index_tit a::after {
	display: inline-block;
	font-family: 'FontAwesome';
	content: '\f105';
	margin-left: 10px;
	font-size: 20px;
	vertical-align: middle;
	color: #3c746b;
}

.index_tit a:hover {
	color: #3c746b;
}

.swiper_product {
	position: relative;
}

.swiper_product .swiper-container {
	padding-left: 1px;
}

.swiper_product .swiper-button-prev,
.swiper_product .swiper-button-next {
	color: #3c746b;
	outline: none;
	transition: all 0.2s;
	width: 40px;
	height: 60px;
}

.swiper_product .swiper-button-next:after,
.swiper_product .swiper-button-prev:after {
	font-size: 60px;
}

.swiper_product .swiper-button-prev,
.swiper_product .swiper-container-rtl .swiper-button-next {
	left: -40px;
}

.swiper_product .swiper-button-next,
.swiper_product .swiper-container-rtl .swiper-button-prev {
	right: -40px;
}

.pro_list {
	border: 1px solid #d5d2d2;
}

.pro_pic a {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 64%;
}

.pro_pic a img {
	transition: all 0.3s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.pro_pic a span {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.pro_pic a i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 107px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	background-color: #3c746b;
	color: #fff;
	font-size: 15px;
	z-index: 3;
}

.pro_txt {
	padding: 20px;
}

.pro_txt h6 {
	text-transform: uppercase;
	font-family: "Poppins-Bold";
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d5d2d2;
}

.pro_txt h6 a {
	color: #130700;
	display: block;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pro_txt h6 a::before {
	vertical-align: middle;
	content: ' ';
	display: inline-block;
	background-color: #3c746b;
	width: 4px;
	height: 20px;
	margin-right: 8px;
	margin-top: -2px;
}

.pro_txt p {
	font-size: 15px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	color: #616161;
}

.pro_pic a:hover span {
	display: block;
}

.pro_pic a:hover img {
	transform: scale(1.1);
}

.pro_txt h6 a:hover {
	color: #3c746b;
}

.brand li {
	padding: 0 1px 2px;
}

.brand li a {
	display: block;
	position: relative;
}

.brand li a span {
	display: block;
	position: relative;
	overflow: hidden;
}

.brand li a span::before {
	content: "";
	position: absolute;
	top: 4%;
	left: 3%;
	width: 94%;
	height: 92%;
	border-top: 2px solid #3c746b;
	border-bottom: 2px solid #3c746b;
	transform: scaleX(0);
	transition: opacity 0.7s ease 0s, transform 0.7s ease 0s;
	box-sizing: border-box;
	opacity: 0;
}

.brand li a span::after {
	content: "";
	position: absolute;
	top: 4%;
	left: 3%;
	width: 94%;
	height: 92%;
	border-left: 2px solid #3c746b;
	border-right: 2px solid #3c746b;
	transform: scaleY(0);
	transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
	box-sizing: border-box;
	opacity: 0;
}

.brand li a:hover span::before,
.brand li a:hover span::after {
	opacity: 1;
	transform: scale(1);
}

.shade {
	background-color: rgba(17, 17, 17, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shade h6 {
	color: #fff;
	text-transform: uppercase;
	padding: 10px 16px;
	border: solid 1px #3c746b;
	border-radius: 2px;
}

.shade h6 i {
	color: #3c746b;
}

.shade h6 p {
	display: inline-block;
	font-weight: 600;
}

.brand li a:hover .shade {
	background-color: transparent;
}

.brand li a:hover .shade h6 {
	background-color: #3c746b;
	color: #130700;
}

.brand li a:hover .shade h6 i {
	color: #130700;
}

.news_list {
	overflow: hidden;
}

.news_list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.news_list li {
	padding: 0 10px;
}

.n_l_list {
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid #d5d2d2;
}

.n_l_list:hover {
	border-color: #3c746b;
}

.news_pic a {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 64%;
}

.news_pic a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.news_pic a span {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.news_pic a i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 107px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	background-color: #3c746b;
	color: #fff;
	font-size: 15px;
	z-index: 3;
}

.news_txt {
	padding: 20px;
}

.news_txt h6 {
	text-transform: uppercase;
	font-family: "Poppins-Bold";
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d5d2d2;
}

.news_txt h6 a {
	color: #130700;
	display: block;
	line-height: 1.5;
}

.news_txt h6 a::before {
	vertical-align: middle;
	content: ' ';
	display: inline-block;
	background-color: #3c746b;
	width: 4px;
	height: 20px;
	margin-right: 8px;
	margin-top: -2px;
}

.news_txt p {
	font-size: 15px;
	line-height: 24px;
	color: #616161;
}

.news_pic a:hover span {
	display: block;
}

.news_txt h6 a:hover {
	color: #3c746b;
}


/*footer*/
.inquiry_tit {
	text-align: center;
	margin-bottom: 20px;
}

.inquiry_tit h3 {
	text-transform: uppercase;
	font-size: 24px;
}

.inquiry_tit h3 b {
	font-family: "Poppins-Bold";
}

.inquiry_line {
	width: 40px;
	height: 3px;
	display: block;
	background-color: #3c746b;
	margin: 15px auto 25px;
}

.inquiry_tit p {
	font-size: 14px;
}

.inquiry_form {
	display: flex;
	align-items: center;
	justify-content: center;
}

.i_f_wrap {
	position: relative;
}

.i_f_i {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #c1c1c1;
	margin-top: 12px;
	margin-left: 12px;
	font-size: 20px;
}

.i_f_input {
	float: left;
	width: 280px;
	height: 45px;
	border: 1px solid #e7e7e7;
	border-radius: 2px 0px 0px 2px;
	color: #333;
	padding: 0 5px 0 40px;
}

.i_f_btn {
	border: none;
	white-space: nowrap;
	display: inline-block;
	font-size: 13px;
	border-radius: 0px 2px 2px 0px;
	height: 45px;
	line-height: 45px;
	padding: 0 35px;
	color: #fff;
	background-color: #3c746b;
}

.i_f_btn:hover {
	background-color: #46887d;
}

.social-icons {
	text-align: center;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	margin-top: 30px;
}

.social-icons a {
	display: inline-block;
	padding-right: 20px;
	color: #787878;
	opacity: 0.5;
	transition: all 300ms ease-in-out 0s;
}

.social-icons a:last-child {
	padding-right: 0;
}

.social-icons a i {
	font-size: 2em;
	transition: transform 400ms ease-in-out 0s;
	transform: scale(1);
}

.social-icons a:hover {
	opacity: 1;
}

.social-icons a:hover i {
	transform: scale(1.3);
}

.social-icons .social-icon-facebook:hover {
	color: #3b5998;
}

.social-icons .social-icon-youtube:hover {
	color: #f00;
}

.social-icons .social-icon-googleplus:hover {
	color: #d34836;
}

.social-icons .social-icon-linkedin:hover {
	color: #0077b5;
}

.social-icons .social-icon-twitter:hover {
	color: #55acee;
}

.social-icons .social-icon-instagram:hover {
	color: #fb3958;
}

.inquiry_des {
	color: #130700;
	font-size: 14px;
	text-align: center;
	padding: 0 70px;
	line-height: 1.3;
	margin-top: 20px;
}

.inquiry_form .wpcf7-spinner {
	display: none;
}

.social-icons .social-icon-tiktok {
	opacity: 0.3;
}

.social-icons .tiktok {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMicgaGVpZ2h0PSczMicgZmlsbD0nY3VycmVudENvbG9yJyB2aWV3Qm94PScwIDAgMTYgMTYnPjxwYXRoIGQ9J005IDBoMS45OGMuMTQ0LjcxNS41NCAxLjYxNyAxLjIzNSAyLjUxMkMxMi44OTUgMy4zODkgMTMuNzk3IDQgMTUgNHYyYy0xLjc1MyAwLTMuMDctLjgxNC00LTEuODI5VjExYTUgNSAwIDEgMS01LTV2MmEzIDMgMCAxIDAgMyAzVjBaJy8+PC9zdmc+");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}





.footer {
	color: #d0d0d0;
}

.footer a {
	color: #d0d0d0;
}

.footer a:hover {
	text-decoration: underline;
}

.f_fast {
	padding: 60px 0 50px;
	background: #222224;
}

.f_fast h4 {
	font-size: 28px;
	margin-bottom: 20px;
	color: #fff;
}

.f_des {
	float: left;
	width: 330px;
	line-height: 1.6;
}

.f_nav {
	float: left;
	width: 220px;
	margin-left: 200px;
}

.f_nav li {
	font-size: 18px;
	margin-bottom: 18px;
}

.f_contact {
	float: right;
	width: 300px;
}

.f_contact h4 {
	padding-left: 20px
}

.f_contact p {
	margin-bottom: 20px;
	display: flex;
	line-height: 30px;
}

.f_contact p i {
	flex: 0 0 auto;
	align-items: center;
	display: flex;
	font-size: 30px;
	width: 40px;
	height: 30px;
}

.f_contact p span {
	display: block;
	padding-right: 8px;
}

.f_contact p i {
	color: #3c746b;
}

.f_copy {
	text-align: center;
	color: #d0d0d0;
	padding: 30px 0;
	background-color: #000;
}


/*ncommon*/
.padd2 {
	padding: 240px 0 60px;
}

.catname {
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
	font-family: "Poppins-Bold";
}

.catname::after {
	content: '';
	display: block;
	width: 80px;
	height: 4px;
	margin: 10px auto 0;
	background-color: #3c746b;
}

.subnav {
	margin-bottom: 30px;
}

.subnav ul {
	display: flex;
	flex-wrap: wrap;
}

.subnav li {
	width: 33.33%;
	padding: 0 5px 10px;
}

.subnav li a {
	display: block;
	font-size: 18px;
	border: 1px solid #eee;
	text-align: center;
	padding: 10px 0;
	border-radius: 5px;
	transition: all 0.2s;
}

.subnav li a:hover,
.subnav li.current-cat a {
	background-color: #3c746b;
	border-color: #3c746b;
	color: #fff;
}

#pages {
	text-align: center;
	margin-top: 30px;
}

#pages a,
#pages span {
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #888;
}

#pages a:hover {
	color: #3c746b;
}

#pages span {
	background-color: #3c746b;
	color: #fff;
	border-color: #3c746b;
}

/*news*/
.nlist {
	overflow: hidden;
}

.nlist ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.nlist li {
	padding: 0 10px 20px;
}

.nlist_list {
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid #d5d2d2;
}

.nlist_list:hover {
	border-color: #3c746b;
}

.nlist_pic a {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 64%;
}

.nlist_pic a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.nlist_pic a span {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.nlist_pic a i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 107px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	background-color: #3c746b;
	color: #fff;
	font-size: 15px;
	z-index: 3;
}

.nlist_txt {
	padding: 20px;
}

.nlist_txt h6 {
	text-transform: uppercase;
	font-family: "Poppins-Bold";
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d5d2d2;
}

.nlist_txt h6 a {
	color: #130700;
	display: block;
	line-height: 1.5;
}

.nlist_txt h6 a::before {
	vertical-align: middle;
	content: ' ';
	display: inline-block;
	background-color: #3c746b;
	width: 4px;
	height: 20px;
	margin-right: 8px;
	margin-top: -2px;
}

.nlist_txt p {
	font-size: 14px;
	line-height: 1.3;
	color: #616161;
}

.nlist_pic a:hover span {
	display: block;
}

.nlist_txt h6 a:hover {
	color: #3c746b;
}

.show_tit {
	text-align: center;
	font-size: 30px;
	font-family: "Poppins-Bold";
}

.show_date {
	color: #999;
	padding: 15px 0;
	overflow: hidden;
	text-align: center;
	background-color: #f5f5f5;
	border-radius: 4px;
	margin-top: 30px;
}

.show_con {
	padding: 30px 0;
	color: #666;
	line-height: 1.5;
	font-size: 20px;
	font-family: roboto, "Open Sans", Arial, sans-serif;
}

.show_con p,
.show_con div {
	margin-bottom: 15px;
}

.show_con img {
	height: auto !important;
	max-width: 100%;
}

.aligncenter {
	text-align: center;
}

.spage {
	background-color: #f5f5f5;
	border-radius: 4px;
	padding: 5px 30px;
	font-size: 18px;
}

.spage li {
	margin: 15px 0;
}

.spage li a {
	color: #999;
}

.spage li a:hover {
	color: #000;
}

/*product*/
.plist {
	overflow: hidden;
}

.plist ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.plist li {
	padding: 0 10px 20px;
}

.plist_list {
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid #d5d2d2;
}

.plist_pic a {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 64%;
}

.plist_pic a img {
	transition: all 0.3s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.plist_pic a span {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.plist_pic a i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 107px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	background-color: #3c746b;
	color: #fff;
	font-size: 15px;
	z-index: 3;
}

.plist_txt {
	padding: 20px;
}

.plist_txt h6 {
	text-transform: uppercase;
	font-family: "Poppins-Bold";
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d5d2d2;
}

.plist_txt h6 a {
	color: #130700;
	display: block;
	line-height: 1.5;
}

.plist_txt h6 a::before {
	vertical-align: middle;
	content: ' ';
	display: inline-block;
	background-color: #3c746b;
	width: 4px;
	height: 20px;
	margin-right: 8px;
	margin-top: -2px;
}

.plist_txt p {
	font-size: 14px;
	line-height: 1.3;
	color: #616161;
}

.plist_pic a:hover span {
	display: block;
}

.plist_pic a:hover img {
	transform: scale(1.1);
}

.plist_txt h6 a:hover {
	color: #3c746b;
}


.nsp_title {
	display: flex;
	align-items: center;
}

.nsp_pic {
	width: 510px;
	text-align: center;
	border: 1px solid #ddd;
	padding: 5px;
}

.nsp_pic img {
	vertical-align: middle;
}

.nsp_txt {
	width: 630px;
	padding-left: 50px;
}

.nsp_txt h1 {
	font-size: 30px;
	font-family: "Poppins-Bold";
}

.nsp_txt h1::after {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	background-color: #3c746b;
	margin: 5px 0 0 0;
}

.nsp_des {
	line-height: 1.5;
	margin-top: 20px;
	color: #999;
}

.nsp_tel {
	display: inline-block;
	margin-top: 30px;
	text-align: center;
	font-size: 28px;
	background-color: #3c746b;
	color: #fff;
	padding: 10px 40px;
	border-radius: 30px;
}

.nsp_tel i {
	font-size: 30px;
}

.nsp_tel:hover {
	background-color: #3c746b;
	color: #fff;
}

.nsp_share {
	margin-top: 30px;
	display: flex;
}

.nsp_share_tit {
	display: flex;
	align-items: center;
	margin-right: 10px;
	color: #666;
}

.nsp_con_tit {
	background-color: #f5f5f5;
	margin-top: 30px;
	border-left: 5px solid #3c746b;
	padding: 10px;
	font-size: 20px;
}

.nsp_con {
	padding: 30px;
	color: #666;
	border: 2px solid #eee;
	font-size: 20px;
	line-height: 1.5;
	font-family: roboto, "Open Sans", Arial, sans-serif;
}

.nsp_con div,
.nsp_con p {
	margin-bottom: 15px;
}

.nsp_con img {
	height: auto !important;
}

.wp-block-table {
	overflow: auto;
}

.wp-block-table table,
.wp-block-table table th,
.wp-block-table table td {
	border: 1px solid #ccc;
}


/* contacts */
.c_form li {
	padding: 0 10px 15px;
}

.c_form li label {
	line-height: 1.5;
	display: block;
}

.c_form li textarea {
	padding: 10px;
}

.c_des {
	color: #999;
	line-height: 1.3;
}

.screen-reader-response {
	display: none;
}

.wpcf7-not-valid-tip {
	color: #f00;
	line-height: 1.5;
}

.wpcf7 form.init .wpcf7-response-output {
	display: none;
}

.wpcf7-response-output {
	border: 1px solid #ffb900;
	padding: 5px 10px;
	margin-top: 5px;
}

.c_form img {
	height: auto !important;
}


/* faq */
.flist li {
	overflow: hidden;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	padding: 0 10px;
}

.flist li a {
	float: left;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.flist li a i {
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	background-color: #666;
	border-radius: 50%;
}

.flist li span {
	float: right;
	color: #999;
	font-size: 16px;
}

/*search*/
.ser_cur {
	text-align: left;
	font-family: "Poppins-Regular";
}

.ser_cur strong {
	color: #3c746b;
	font-family: "Poppins-Bold";
}

.ser_cur::after {
	margin: 5px 0 0 !important;
}

.ser_list li a {
	width: 100% !important;
}



@media (max-width: 1250px) {

	.swiper_product .swiper-button-prev,
	.swiper_product .swiper-button-next {
		width: 30px;
		height: 50px;
	}

	.swiper_product .swiper-button-next:after,
	.swiper_product .swiper-button-prev:after {
		font-size: 50px;
	}

	.swiper_product .swiper-button-prev,
	.swiper_product .swiper-container-rtl .swiper-button-next {
		left: -13px;
	}

	.swiper_product .swiper-button-next,
	.swiper_product .swiper-container-rtl .swiper-button-prev {
		right: -13px;
	}
}

@media (max-width: 1199px) {
	.nav .layui-nav-item {
		margin-left: 20px;
	}

	.pnav li a {
		padding: 0 5px 0 3px;
		letter-spacing: -1.2px;
	}

	.pnav li:first-child a {
		padding: 0 4px 0 0;
	}

	.pnav li:last-child a {
		padding: 0 0 0 4px;
	}

	.banner .swiper-pagination {
		bottom: 15px;
	}

	.news_list ul {
		margin: 0 -5px;
	}

	.news_list li {
		padding: 0 5px;
	}

	.f_nav {
		display: none;
	}

	.f_contact {
		float: left;
		margin-left: 100px;
	}

	.subnav li a {
		font-size: 16px;
	}

	.nsp_pic {
		width: 450px;
	}

	.nsp_txt {
		width: 520px;
		padding-left: 30px;
	}

	.nsp_tel,
	.nsp_share {
		margin-top: 20px;
	}
}

@media (max-width: 991px) {

	.pnav,
	.h_search,
	.h_share {
		display: none;
	}

	.h_top {
		background-color: transparent;
	}

	.h_lan {
		right: 100px;
	}

	.header {
		height: 60px;
	}

	.nav .layui-nav {
		display: block;
	}

	.header .layui-container {
		width: auto;
	}

	.logo {
		margin-top: 10px;
	}

	.logo img {
		height: 40px;
	}

	.mbtn {
		display: block;
		float: right;
		border: none;
		background-color: transparent;
		margin-top: 5px;
		padding: 18px 15px 18px 15px;
		margin-right: -15px;
	}

	.mbtn span {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background-color: #333;
		transition: all 0.3s;
	}

	.mbtn span+span {
		margin-top: 4px;
	}

	.mbtn.opened span:first-child {
		transform: rotate(45deg);
		position: relative;
		top: 6px;
	}

	.mbtn.opened span:nth-child(2) {
		opacity: 0;
	}

	.mbtn.opened span:last-child {
		transform: rotate(-45deg);
		position: relative;
		top: -6px;
	}

	.nav {
		display: none;
		float: none;
		margin: 0;
		width: 100%;
		height: auto;
		position: fixed;
		top: 60px;
		left: 0;
		z-index: 9999;
		overflow: auto;
		max-height: 340px;
		background-color: #fff;
	}

	.nav .layui-nav {
		border-radius: 0;
	}

	.nav .layui-nav-item {
		display: block;
		line-height: normal;
		margin: 0;
		border: none;
		border-bottom: 1px solid #ddd;
	}

	.nav .layui-nav-item:nth-child(2) {
		display: block;
	}

	.nav .layui-nav-item:first-child {
		border-top: 1px solid #ddd;
	}

	.nav .layui-nav-item>a {
		height: 44px;
		line-height: 44px;
		padding: 0 15px;
		position: relative;
		z-index: 1;
		font-family: "Poppins-Bold";
	}

	.nav .navmore {
		display: block;
		width: 20%;
		min-width: 44px;
		height: 44px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 9;
	}

	.nav .navmore .layui-nav-more {
		display: block;
		right: 15px;
		border-color: #333 transparent transparent;
		z-index: 10;
	}

	.nav .navmore .layui-nav-mored,
	.nav .navmore .layui-nav-itemed .layui-nav-more {
		border-color: transparent transparent #333;
	}

	.nav .layui-nav-item a:hover,
	.nav .layui-this a {
		color: #000;
	}

	.nav .layui-nav-child {
		position: static;
	}

	.nav .layui-nav-child a {
		padding: 0 30px;
	}

	.nav .layui-nav .layui-this:after,
	.nav .layui-nav-bar,
	.nav .layui-nav-tree .layui-nav-itemed:after {
		display: none;
	}

	.banner {
		margin-top: 60px;
	}

	.banner .swiper-pagination {
		bottom: 10px;
	}

	.banner .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}

	.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 4px;
	}

	.swiper_product .swiper-button-prev,
	.swiper_product .swiper-container-rtl .swiper-button-next {
		left: -10px;
	}

	.swiper_product .swiper-button-next,
	.swiper_product .swiper-container-rtl .swiper-button-prev {
		right: -10px;
	}

	.news_txt h6 a {
		line-height: 1.3;
	}

	.news_txt p {
		font-size: 14px;
		line-height: 1.3;
	}

	.inquiry_des {
		padding: 0;
	}

	.f_des {
		float: none;
		width: auto;
	}

	.f_contact {
		float: none;
		width: auto;
		margin-top: 20px;
		margin-left: 0;
	}

	.padd2 {
		padding: 100px 0 50px;
	}

	.subnav li {
		width: 50%;
	}

	.show_tit {
		font-size: 28px;
	}

	.show_con {
		font-size: 18px;
	}

	.spage {
		font-size: 16px;
	}

	.nsp_title {
		display: block;
	}

	.nsp_pic {
		width: auto;
	}

	.nsp_txt {
		width: auto;
		padding: 0;
		margin-top: 25px;
	}

	.nsp_txt h1 {
		font-size: 28px;
	}

	.nsp_des {
		margin-top: 15px;
	}

	.nsp_tel {
		font-size: 20px;
		padding: 8px 50px;
	}

	.nsp_con {
		border-width: 1px;
		padding: 20px;
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	#gt_float_wrapper {
		left: 160px !important;
		top: 14px !important;
	}

	.gt_float_switcher .gt-selected,
	.gt_float_switcher {
		background: none !important;
	}

	.gt_float_switcher .gt_options {
		background: #fff;
	}

	#gt_float_wrapper .gt_float_switcher {
		box-shadow: inherit
	}

	#gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
		padding: 0;
	}

	.padd {
		padding: 60px 0 40px;
	}

	.index_tit {
		margin-bottom: 30px;
	}

	.pro_txt h6 a {
		line-height: 1.3;
	}

	.pro_txt p {
		line-height: 1.3;
		font-size: 14px;
	}

	.swiper_product .swiper-button-prev,
	.swiper_product .swiper-container-rtl .swiper-button-next {
		left: 0;
	}

	.swiper_product .swiper-button-next,
	.swiper_product .swiper-container-rtl .swiper-button-prev {
		right: 0;
	}

	.news_list ul {
		margin: 0;
		display: block;
	}

	.news_list li {
		padding: 0 0 15px 0;
	}

	.n_l_list {
		display: block;
		height: auto;
	}

	.f_fast {
		display: none;
	}

	.f_copy {
		padding: 30px 10px;
	}

	.fixed_nav {
		display: block;
	}

	.catname {
		margin-bottom: 30px;
	}

	.catname::after {
		margin: 5px auto 0;
	}

	.subnav {
		display: none;
	}

	.nlist li {
		padding: 0 7px 14px;
	}

	.nlist_txt h6 a {
		line-height: 1.3;
	}

	.show_tit {
		font-size: 24px;
	}

	.show_con iframe {
		max-width: 100%;
		height: 300px;
	}

	;

	.plist li {
		padding: 0 7px 14px;
	}

	.plist_txt .pro_txt h6 a {
		line-height: 1.3;
	}

	.nsp_txt h1 {
		font-size: 24px;
	}

	.nsp_des {
		line-height: 1.3;
	}

	.c_form li {
		padding: 0 5px 10px;
	}

	.flist li {
		font-size: 16px;
	}

	.flist li a {
		width: 70%;
	}

	.flist li span {
		font-size: 14px;
	}

}

@media (max-width: 479px) {
	.h_lan {
		right: 55px;
	}

	.h_lan .switcher {
		width: 110px;
	}

	.h_lan .switcher a {
		font-size: 13px;
	}

	.h_lan .switcher .selected a:after {
		right: 3px;
	}

	.banner .swiper-pagination {
		bottom: 5px;
	}

	.banner .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}

	.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 3px;
	}

	.padd {
		padding: 50px 0 30px;
	}

	.index_tit {
		margin-bottom: 20px;
	}

	.index_tit h2 {
		font-size: 18px;
	}

	.index_tit h2:after {
		margin: 5px 0;
	}

	.brand li {
		width: 100%;
		padding: 0 0 10px 0;
	}

	.inquiry_tit h3 {
		font-size: 22px;
	}

	.inquiry_line {
		margin: 5px auto 15px;
	}

	.inquiry_tit p {
		font-size: 13px;
	}

	.i_f_input {
		width: 200px;
	}

	.i_f_btn {
		padding: 0 15px;
	}

	.inquiry_des {
		color: #666;
		line-height: 1.2;
	}

	.social-icons a {
		padding-right: 12px;
	}

	.f_copy {
		font-size: 15px;
	}

	.f_logolink a {
		display: inline-block;
		margin-bottom: 3px;
	}

	.fixed_nav li a {
		height: 50px;
		font-size: 14px;
	}

	.fixed_nav li a i {
		font-size: 25px;
		margin: 5px 0 3px;
	}

	.secpad2 {
		padding: 90px 0 35px;
	}

	.catname {
		font-size: 22px;
	}

	.catname::after {
		width: 50px;
	}

	.nlist li {
		width: 100%;
		padding: 0 0 15px 0;
	}

	#pages {
		margin-top: 20px;
	}

	#pages .layui-laypage {
		margin: 0;
	}

	#pages a,
	#pages span {
		font-size: 14px;
		height: 33px;
		line-height: 33px;
		padding: 0 12px;
	}

	.show_tit {
		font-size: 20px;
	}

	.show_date {
		margin-top: 20px;
		font-size: 14px;
	}

	.show_con {
		font-size: 16px;
	}

	.spage {
		font-size: 15px;
		padding: 5px 15px;
	}

	.plist li {
		width: 100%;
		padding: 0 0 15px 0;
	}

	.nsp_txt h1 {
		font-size: 20px;
	}

	.nsp_des {
		font-size: 14px;
	}

	.nsp_tel {
		padding: 8px 0;
		display: block;
		font-size: 18px;
	}

	.nsp_tel i {
		font-size: 22px;
	}

	.nsp_share_tit {
		font-size: 14px;
		margin-right: 5px;
	}

	.nsp_con {
		line-height: 1.5;
		font-size: 16px;
	}

	.c_form li {
		padding: 0 0 10px 0;
		width: 100%;
	}

	.c_des {
		font-size: 14px;
	}

	.flist li {
		padding: 0;
	}

	.flist li span {
		font-size: 12px;
	}
}