/*bootstrop*/
@media screen and (min-width: 1600px) {
	html {
		font-size: 100px;
	}
}

@media screen and (max-width: 1600px) {
	html {
		font-size: 100px;
	}
}

@media screen and (max-width: 1599px) {
	html {
		font-size: 94px;
	}
}

@media screen and (max-width: 1574px) {
	html {
		font-size: 92px;
	}
}

@media screen and (max-width: 1549px) {
	html {
		font-size: 91px;
	}
}

@media screen and (max-width: 1524px) {
	html {
		font-size: 89px;
	}
}

@media screen and (max-width: 1499px) {
	html {
		font-size: 88px;
	}
}

@media screen and (max-width: 1474px) {
	html {
		font-size: 86px;
	}
}

@media screen and (max-width: 1449px) {
	html {
		font-size: 85px;
	}
}

@media screen and (max-width: 1424px) {
	html {
		font-size: 83px;
	}
}

@media screen and (max-width: 1399px) {
	html {
		font-size: 82px;
	}
}

@media screen and (max-width: 1374px) {
	html {
		font-size: 80px;
	}
}

@media screen and (max-width: 1349px) {
	html {
		font-size: 79px;
	}
}

@media screen and (max-width: 1324px) {
	html {
		font-size: 77px;
	}
}

@media screen and (max-width: 1299px) {
	html {
		font-size: 76px;
	}
}

@media screen and (max-width: 1274px) {
	html {
		font-size: 74px;
	}
}

@media screen and (max-width: 1249px) {
	html {
		font-size: 73px;
	}
}

@media screen and (max-width: 1224px) {
	html {
		font-size: 72px;
	}
}

@media screen and (max-width: 1199px) {
	html {
		font-size: 70px;
	}
}

@media screen and (max-width: 1174px) {
	html {
		font-size: 69px;
	}
}

@media screen and (max-width: 1149px) {
	html {
		font-size: 67px;
	}
}

@media screen and (max-width: 1124px) {
	html {
		font-size: 66px;
	}
}

@media screen and (max-width: 1099px) {
	html {
		font-size: 64px;
	}
}

@media screen and (max-width: 1074px) {
	html {
		font-size: 63px;
	}
}

@media screen and (max-width: 1049px) {
	html {
		font-size: 61px;
	}
}

@media screen and (max-width: 1024px) {
	html {
		font-size: 60px;
	}
}

@media screen and (max-width: 992px) {
	html {
		font-size: 70px;
	}
}

@media screen and (max-width: 769px) {
	html {
		font-size: 80px;
	}
}


.row {
	margin-right: -0.15rem;
	margin-left: -0.15rem;
}

.input-group {
	display: table;
	position: relative;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	border: none;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
	display: table;
	content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}

.container {
	padding: 0.2rem 0rem 0.6rem;
	width: 100%;
	margin: 0 auto;
	max-width: 14.4rem;
}



@media screen and (max-width: 1024px) {
	.container {
		padding-left: 3%;
		padding-right: 3%;
		max-width: 100%;
	}
}

@media screen and (max-width: 769px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 0.15rem;
	padding-left: 0.15rem;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

@media (min-width: 768px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}
}

/* BODY */
* {
	outline: none !important;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Plus Jakarta Sans";
	color: #111;
	overflow-x: hidden;
	line-height: 1.7;
	font-size: 14px;
}

@media screen and (max-width: 1400px) {
	body {
		font-size: 14px;
	}
}

/*reset*/
a {
	text-decoration: none;
	color: #111;
}

input {
	padding: 0px;
	vertical-align: middle;
	line-height: normal;
	border: none;
}

body {
	overflow-x: hidden;
}

button::-moz-focus-cat_inner,
input[type="reset"]::-moz-focus-cat_inner,
input[type="button"]::-moz-focus-cat_inner,
input[type="submit"]::-moz-focus-cat_inner,
input[type="file"]>input[type="button"]::-moz-focus-cat_inner {
	border: none;
	padding: 0;
}

a:focus {
	outline: none;
}

iframe {
	max-width: 100%;
	position: relative;
	z-index: 99
}

video {
	max-width: 100%;
}

.map iframe {
	width: 100%;
}

:focus {
	outline: 0;
}

body,
ul,
img,
p,
input,
dl,
dd,
tr,
th,
td {
	margin: 0;
	padding: 0;
	min-height: 1px;
}

*,
::after,
::before {
	box-sizing: border-box;
	text-align: left;
}

.page ul {
	padding-left: 16px;
}

.table-responsive ul li {
	list-style-position: inside !important;
}

.table-responsive td {
	padding-left: 8px
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

table td {
	padding: 0.05rem;
}

.cform-item__wrap {
	display: flex;
	align-items: center;
	font-size: 14px;
}

.cform-item__wrap input {
	width: 96px !important;
	padding: 0 0.05rem !important;
}

.cform-item__wrap img {
	height: auto;
	display: inline-block;
	margin: 0 0.05rem !important;
	max-width: 1rem;
}

#powerby,
#powerby a {
	display: inline-block;
	color: #c9c9c9;
	font-size: 0.13rem
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0;
}

.tl {
	text-align: left !important;
}

.tc {
	text-align: center !important;
}

iframe,
video {
	max-width: 100%;
}

.grecaptcha-badge {
	display: none
}

/*share*/
body {
	color: #111;
	background: #fff;
}

.fontRed {
	color: red;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

#powerby {
	color: #808080;
	font-size: 14px;
}

#powerby a:hover {
	color: #fff;
}



/* HTML TAGS */
img {
	max-width: 100%;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	height: auto;
	max-height: 100%;
}

label,
button,
a {
	cursor: pointer;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

/*用来解决在安卓上的点击出现蓝框问题*/
body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}





/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img[src=""],
img:not([src]) {
	opacity: 0;
}

font {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	text-transform: inherit;
}

.hidden_pc {
	display: none !important
}

@media screen and (max-width:1024px) {
	.hidden_mob {
		display: none !important;
	}

	.hidden_pc {
		display: block !important
	}
}



@media only screen and (max-width: 768px) {
	.row {
		margin: 0;
	}
}

/*nav*/
header .wrapper {
	display: none;
}

body.hc-nav-open {
	position: fixed;
	width: 100%;
	min-height: 100%
}

.hc-mobile-nav {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999999999;
	overscroll-behavior: none
}

.hc-mobile-nav.is-ios * {
	cursor: pointer !important
}

.hc-mobile-nav .nav-container {
	position: fixed;
	z-index: 99999999;
	top: 0;
	width: 2.4rem;
	max-width: 100%;
	height: 100%;
	transition: transform .4s ease
}

.hc-mobile-nav .nav-wrapper.nav-wrapper-1 {
	position: static;
	height: 100%;
	overflow: scroll;
	overflow-x: visible;
	overflow-y: auto
}

.hc-mobile-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hc-mobile-nav li {
	position: relative;
	display: block;
}

.hc-mobile-nav li.level-open>.nav-wrapper {
	visibility: visible
}

.hc-mobile-nav input[type="checkbox"] {
	display: none
}

.hc-mobile-nav label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer
}

.hc-mobile-nav a {
	position: relative;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 14px;
}

.hc-mobile-nav a,
.hc-mobile-nav a:hover {
	text-decoration: none
}

.hc-mobile-nav.disable-body:not(.nav-open)::after {
	pointer-events: none
}

.hc-mobile-nav.disable-body::after,
.hc-mobile-nav.disable-body .nav-wrapper::after {
	content: '';
	position: fixed;
	z-index: 9990;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overscroll-behavior: none;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s ease .4s, opacity .4s ease
}

.hc-mobile-nav.disable-body.nav-open::after,
.hc-mobile-nav.disable-body .sub-level-open::after {
	visibility: visible;
	opacity: 1;
	transition-delay: .05s
}

.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper {
	position: absolute;
	z-index: 9999;
	top: 0;
	height: 100%;
	visibility: hidden;
	transition: visibility 0s ease .4s, transform .4s ease
}

.hc-mobile-nav.nav-levels-overlap ul ul {
	height: 100%;
	overflow: scroll;
	overflow-x: visible;
	overflow-y: auto
}

.hc-mobile-nav.nav-levels-overlap ul li.nav-parent {
	position: static
}

.hc-mobile-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
	visibility: visible;
	transition: transform .4s ease
}

.hc-mobile-nav.side-left {
	left: 0
}

.hc-mobile-nav.side-left .nav-container {
	left: 0;
	transform: translate3d(-100%, 0, 0)
}

.hc-mobile-nav.side-left.nav-levels-overlap li.level-open>.nav-wrapper {
	transform: translate3d(-40px, 0, 0)
}

.hc-mobile-nav.side-left.nav-levels-overlap li .nav-wrapper {
	left: 0;
	transform: translate3d(-100%, 0, 0)
}

/*
.hc-mobile-nav.side-right {right: 0}
.hc-mobile-nav.side-right .nav-container {
	right: 0;	transform: translate3d(100%, 0, 0)
}
.hc-mobile-nav.side-right.nav-levels-overlap li.level-open>.nav-wrapper {
	transform: translate3d(40px, 0, 0)
}
.hc-mobile-nav.side-right.nav-levels-overlap li .nav-wrapper {
	right: 0;	transform: translate3d(100%, 0, 0)
}*/
.hc-mobile-nav.nav-open .nav-container {
	transform: translate3d(0, 0, 0)
}

.hc-nav-trigger {
	position: absolute;
	cursor: pointer;
	display: none;
	top: 0.2rem;
	z-index: 9980;
	min-height: 24px
}

.hc-nav-trigger span {
	width: 30px;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: 50% 50%
}

.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
	position: absolute;
	left: 0;
	height: 4px;
	background: #fff;
	transition: all .2s ease
}

.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
	content: '';
	width: 100%
}

.hc-nav-trigger span::before {
	top: -10px
}

.hc-nav-trigger span::after {
	bottom: -10px
}

.hc-nav-trigger.toggle-open span {
	background: rgba(0, 0, 0, 0);
	transform: rotate(45deg)
}

.hc-nav-trigger.toggle-open span::before {
	transform: translate3d(0, 10px, 0)
}

.hc-nav-trigger.toggle-open span::after {
	transform: rotate(-90deg) translate3d(10px, 0, 0)
}

.hc-mobile-nav::after,
.hc-mobile-nav .nav-wrapper::after {
	background: rgba(0, 0, 0, 0.5)
}

.hc-mobile-nav .nav-wrapper {
	z-index: 2;
	background: #fafafa;
	width: 100%
}

.hc-mobile-nav.nav-open .nav-wrapper {
	box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2)
}

.hc-mobile-nav h2 {
	font-size: 0.18rem;
	font-weight: normal;
	text-align: left;
	padding: 15px 17px;
	color: #333333;

	margin-top: 0;
	margin-bottom: 0;
	background: rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	font-weight: 400;
	text-transform: capitalize;

}

.hc-mobile-nav a {
	padding: 10px 17px;
	font-size: 0.18rem;
	color: #333;
	z-index: 1;
	background: rgba(0, 0, 0, 0);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}

.hc-mobile-nav:not(.touch-device) a:hover {
	background: #f2f2f2
}

.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a {
	background: rgba(0, 0, 0, 0.05);
	background-size: 100%;
	text-transform: capitalize;
	color: #808080;
}

.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
	background: rgba(0, 0, 0, 0.2)
}

.hc-mobile-nav li.nav-parent a {
	padding-right: 58px
}

.hc-mobile-nav li.nav-close span,
.hc-mobile-nav li.nav-parent span.nav-next,
.hc-mobile-nav li.nav-back span {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 100%;
	text-align: center;
	cursor: pointer;
	transition: background .2s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after {
	content: '';
	display: inline-block;
	background: #4d4d4d;
	width: 0.2rem;
	height: 2px;
	margin: 2px 0;
}

.hc-mobile-nav li.nav-close span::before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}

.hc-mobile-nav li.nav-close span::after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}

.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-left: -2px;
	box-sizing: border-box;
	border-top: 2px solid #808080;
	border-left: 2px solid #808080;
	transform-origin: center
}

.hc-mobile-nav span.nav-next::before {
	transform: translate(-50%, -50%) rotate(135deg)
}

.hc-mobile-nav li.nav-back span::before {
	transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-mobile-nav.side-right span.nav-next::before {
	margin-left: 0;
	margin-right: -2px;
	transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-mobile-nav.side-right li.nav-back span::before {
	margin-left: 0;
	margin-right: -2px;
	transform: translate(-50%, -50%) rotate(135deg)
}

.hc-mobile-nav li.nav_logo {
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	align-content: stretch;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.hc-mobile-nav li.nav_logo a {
	text-align: center;
	border-bottom: none
}

.hc-mobile-nav li.nav_logo a img {
	max-width: 1rem;
}




#main-nav {
	display: none
}

header {
	position: relative;
	padding: 50px 0 0.2rem
}

header .toggle {
	position: absolute;
	cursor: pointer;
	display: none;
	z-index: 9980;
	width: 0.66rem;
	height: 0.66rem;
	top: 0;
	right: 0;
	display: block;
	cursor: pointer;
	box-sizing: content-box;
	font-size: 16px;
	border-radius: 0;
	line-height: 24px;
	float: right;
	text-decoration: none;
	text-indent: -9999em;
	font-size: 1px;
	background: #74b636;
}

header .toggle span {
	width: 20px;
	top: 50%;
}

header .toggle span,
header .toggle span::before,
header .toggle span::after {
	position: absolute;
	left: 50%;
	height: 2px;
	background: #fff;
	transition: all .1s ease;
	margin-left: -10px;
	border-radius: 10px;
}

header .toggle span::before,
header .toggle span::after {
	content: '';
	width: 100%;
	border-radius: 5px;
}

header .toggle span::before {
	top: -6px
}

header .toggle span::after {
	bottom: -6px
}

header .toggle.toggle-open span {
	background: rgba(0, 0, 0, 0);
	transform: rotate(45deg)
}

header .toggle.toggle-open span::before {
	transform: translate3d(0, 6px, 0)
}

header .toggle.toggle-open span::after {
	transform: rotate(-90deg) translate3d(6px, 0, 0)
}

header .toggle div {
	display: inline-block;
	margin-right: 15px
}

.hc-mobile-nav .nav-container {
	width: 100%
}

.hc-mobile-nav ul li ul li a {
	font-size: 0.18rem;
	text-transform: capitalize;
}

.hc-mobile-nav ul.first-nav>li>a {
	text-transform: capitalize;
}

.hc-mobile-nav ul.second-nav>li>a {
	text-transform: capitalize;
}

/*mainmenu*/
.mainmenu-area {
	display: block;
	padding-right: 0;
	padding-top: 0;
}

.mainmenu_box {
	float: left;
	width: 36%;
	padding-right: 0;
}

.find .product_vmegamenu>ul li a {
	padding: 12px 10px;
}

.product_vmegamenu ul li a.hover-icon::after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	right: 0;
	color: #808080;
	top: 12px;
}

.product_vmegamenu>ul>li .vmegamenu {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eaeaea;
	box-shadow: 0 0 5px -1px #666666;
	left: 0;
	position: absolute;
	top: 82px;
	width: 100%;
	opacity: 0;
	z-index: 999999;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	visibility: hidden;
	padding: 10px;
}

.product_vmegamenu ul li:hover .vmegamenu {
	opacity: 1;
	top: 52px;
	visibility: visible;
}

/* mainmenu */
.mainmenu {
	text-align: left;
	/*position: relative;*/
}

.mainmenu>nav>ul {
	width: 100%;
}

.mainmenu>nav>ul>li {
	display: inline-block;
	padding: 0;
	padding-right: 0.6rem;
}

.mainmenu>nav>ul>li:last-child {
	padding-right: 0
}

.mainmenu ul li a {
	transition: all .3s;
}

.mainmenu ul li a {
	font-weight: normal;
	font-size: inherit;
	font-size: initial;
}

.mainmenu>nav>ul>li>a {
	color: #333333;
	display: inline-block;
	font-size: 18px;
	line-height: 0.3rem;
	padding: 0.34rem 0 0.36rem;
	transition: all .5s;
	position: relative;
	z-index: 2;
	font-weight: 600;
	background-position: center center;
	background-repeat: no-repeat;
	align-items: center;
	justify-content: center;
}


.mainmenu nav>ul>li.active>a i {
	position: absolute;
	left: 0;
	width: 100%;
	height: 8px;
	bottom: -8px;
	content: '';
	z-index: -1;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	background: #fff;
	display: block
}

.mainmenu>nav>ul>li>a:after {
	content: "";
	width: 100%;
	pointer-events: none;
	height: 1px;
	background: #74b636;
	position: absolute;
	bottom: 0.1rem;
	left: 0;
	transform: scaleX(0);
	transform-origin: right;
	transition: .4s transform cubic-bezier(0.59, 0.23, 0.22, 0.96);
	z-index: -1;
}

.mainmenu>nav>ul>li:hover>a:after,
.mainmenu>nav>ul>li.active>a:after {
	transform: scaleX(1);
	transform-origin: left;
	transition: .4s transform cubic-bezier(0.59, 0.23, 0.22, 0.96);
}

.mainmenu ul li:hover>a,
.mainmenu ul li.active>a {
	color: #74b636;
}

.mainmenu>nav>ul>li:hover>a,
.mainmenu>nav>ul>li.active>a {
	text-decoration: none;
	color: #74b636 !important;
}

.mainmenu>nav>ul>li.active>a,
.mainmenu>nav>ul>li#active>a {
	color: #74b636 !important
}

.mainmenu>nav>ul>li>ul,
.mainmenu>nav>ul>li>div.vmegamenu {

	left: auto;
	opacity: 0;
	position: absolute;
	top: auto;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
	z-index: 99999999;
	padding: 0;
	visibility: hidden;
	text-align: left;
	width: 2.8rem;
	box-shadow: none;
	border: none;
	border-bottom: none;
}

.mainmenu>nav>ul>li>div.vmegamenu {
	padding-top: 0rem
}

.mainmenu>nav>ul>li>div.vmegamenu>ul {
	padding: 0;
	list-style: none;
	border-radius: 0;
	background: #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.mainmenu>nav>ul>li>div.vmegamenu>ul>li {
	padding: 0 0.12rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	position: relative;
}

.mainmenu>nav>ul>li>div.vmegamenu>ul>li:last-child {
	border-bottom: none
}

.mainmenu ul li:hover>ul,
.mainmenu ul li:hover>div.vmegamenu {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}

.mainmenu ul li>ul li {
	display: block;
	padding: 0 0.12rem;
	background: none;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mainmenu ul li>ul li:last-child {
	border-bottom: none
}

.mainmenu ul li>ul li>a,
.mainmenu ul li>div.vmegamenu ul li>h2 a,
.mainmenu ul li>div.vmegamenu ul li>a {
	color: #333;
	padding: 0.11rem 0rem;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 0.2rem;
	font-style: normal;
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: 90% center;
	transition: all .5s;
}

.mainmenu ul li>ul li>h2>a:hover,
.mainmenu ul li>ul li.has-menu:hover>h2>a,
.mainmenu ul li>div.vmegamenu ul li>h2>a:hover,
.mainmenu ul li>div.vmegamenu ul li.has-menu:hover>a,
.mainmenu ul li>ul li>a:hover,
.mainmenu ul li>div.vmegamenu ul li>a:hover {
	text-decoration: underline;
	color: #74b636;
	background-position: right center;
}

/*.mainmenu ul li > ul li > a:before{content:'';width:100%;height:100%;position:absolute;left:0;top:0;transform: scaleX(0);transform-origin: 0 0 0;transition: all 0.4s ease 0s;z-index: -1;background:#009944;
}
.mainmenu ul li > ul li:hover > a:before{opacity:1;visibility:visible;transform:scaleX(1);}*/
.mainmenu ul li>ul li:last-child>a:after {
	background: #fff;
}

.mainmenu ul li>ul li.has-menu::after,
.mainmenu ul li>div>ul li.has-menu::after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 0.16rem;
	color: #333;
	position: absolute;
	right: 0.23rem;
	top: 50%;
	line-height: 0.2rem;
	margin-top: -0.11rem;
	z-index: 2;
	transition: all .5s;
}

.mainmenu ul li>ul li:hover.has-menu::after,
.mainmenu ul li>div>ul li:hover.has-menu::after {
	color: #74b636;
	transform: rotate(90deg);
}

.mainmenu>nav>ul>li ul.vmegamenu02 {
	left: 2.8rem;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
	z-index: 99999999;
	padding: 0;
	visibility: hidden;
	text-align: left;
	width: 2.6rem;
	background: #f7f7f7;
	transition: .3s ease;
	border-left: none;
	border-bottom: none;
	max-height: 5rem;
	overflow-y: auto;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.mainmenu>nav>ul>li ul.vmegamenu02::-webkit-scrollbar {
	width: 3px;
}

.mainmenu>nav>ul>li ul.vmegamenu02::-webkit-scrollbar-track {
	background-color: #f2f2f2;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.mainmenu>nav>ul>li ul.vmegamenu02::-webkit-scrollbar-thumb {
	background-color: #ccc;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.mainmenu>nav>ul>li ul.vmegamenu02 li {
	padding: 0.11rem 0.12rem 0.1rem;
}

.mainmenu>nav>ul>li ul.vmegamenu02 li a {
	font-size: 16px;
	line-height: 26px;
	padding: 0;
}

.mainmenu ul li:hover>ul.vmegamenu02 {
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
}

.mainmenu ul li>ul.vmegamenu02 .vmegamenu03 {
	background: #f7f7f7;
	border-top: 1px solid #ECECEC;
}

.mainmenu ul li>ul.vmegamenu02 .vmegamenu03 li a:before {
	content: "\f101";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 5px;
}

.mainmenu ul li>ul.vmegamenu02 .vmegamenu03 li:last-child {
	border-bottom: none;
}

/*nav container list*/
.mainmenu>nav>ul>li.product_vmegamenu>ul {
	width: 100%;
	left: 0;
	padding: 0.2rem 0;
	background: #f2f5f8;
}


@media only screen and (max-width: 992px) {
	header .wrapper {
		display: block;
	}
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu {
	width: auto;
	left: 0;
	padding-bottom: 0px;
	max-height: 500px;
	height: auto;
	direction: inherit;
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
	left: 0px;
	right: 0px;
	padding: 0;
	background: #f2f5f8;
	overflow-y: auto;
}

.mainmenu ul li.product_vmegamenu.product_menu_list>ul li.has-menu::after,
.mainmenu ul li.product_vmegamenu.product_menu_list>div>ul li.has-menu::after {
	display: none
}

.mainmenu ul li.product_vmegamenu>div.vmegamenu::-webkit-scrollbar,
.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li .vmegamenu02::-webkit-scrollbar {
	width: 3px;
}

.mainmenu ul li.product_vmegamenu>div.vmegamenu::-webkit-scrollbar-track,
.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li .vmegamenu02::-webkit-scrollbar-track {
	background-color: #f2f2f2;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.mainmenu ul li.product_vmegamenu>div.vmegamenu::-webkit-scrollbar-thumb,
.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li .vmegamenu02::-webkit-scrollbar-thumb {
	background-color: #ccc;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul {
	direction: inherit;
	background: none
}

.mainmenu ul li.product_vmegamenu ul {
	width: 100%;
	left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.mainmenu ul li.product_vmegamenu ul li>a span {
	width: 36px;
	height: 40px;
	display: inline-block;
	background-size: 100%;
	padding: 8px;
	margin-right: 5px;
}

.mainmenu ul li.product_vmegamenu ul li>a span img {}

.mainmenu ul li.product_vmegamenu ul li>a p {
	display: inline-block;
	vertical-align: middle;
}

.mainmenu ul li.product_vmegamenu ul li div span {
	display: block;
	margin-bottom: 10px;
}

.mainmenu ul li.product_vmegamenu ul li div span a {
	display: inline-block;
	font-size: 15px;
	padding: 0;
	color: #555;
}

.mainmenu ul li.product_vmegamenu ul li div span a:hover {
	color: #4ac0fb;
}

@media only screen and (max-width: 992px) {

	.mobile-menu-area .row,
	.mobile-menu-area .container {
		width: 100%;
		margin: 0;
	}
}

.mainmenu ul li.product_vmegamenu>ul {
	border-bottom: none
}

.mainmenu ul li.product_vmegamenu>div.vmegamenu>ul>li .top {
	display: flex;
	align-items: center;
	padding: 0.11rem 0 0.1rem;
}

.mainmenu ul li.product_vmegamenu>div.vmegamenu>ul>li .top a {
	color: #333;
	font-size: 16px;
	line-height: 26px;
}

.mainmenu ul li.product_vmegamenu>div.vmegamenu>ul>li:hover {
	background: #f7f7f7;
}

.mainmenu ul li.product_vmegamenu>div.vmegamenu>ul>li:hover .top a {
	color: #74b636;
}

.mainmenu ul li.product_vmegamenu ul li.container {
	position: relative;
	z-index: 999;
	display: flex;
	padding: 0 0rem 0 0.3rem
}


/*nav container list*/
.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu {
	width: auto;
	left: 0;
	padding-bottom: 10px;
	max-height: 590px;
	height: auto;
	direction: inherit;
	padding-left: 15px;
	padding-right: 15px;
	background: #fff;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
	left: 0px;
	right: 0;
	padding-top: 0.2rem;
	overflow-y: auto;
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul {
	direction: inherit;
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li {
	border: none;
	width: 16.66%;
	float: left;
	padding: 0 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: block;
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li:nth-child(6n+1) {
	clear: both;
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li .top {
	align-items: center;
	justify-content: center;
	margin-bottom: 0.15rem;
	padding-bottom: 0.15rem;
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li .top img {
	display: inline-block;
	max-width: 0.59rem;
	margin-right: 0.1rem;
	filter: brightness(0);
	transition: all .6s;
	opacity: 0.5
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li .top .title {
	font-size: 0.18rem;
	line-height: 0.24rem;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	padding: 0;
	color: #222;
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li:hover .top .title {
	color: #74b636;
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li:hover .top img {
	opacity: 1;
	;
	filter: none;
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li .vmegamenu02 {
	background: #fff;
	padding: 10px 0;
	position: relative;
	left: auto;
	top: auto;
	box-shadow: none;
	transform: none;
	visibility: visible;
	width: 100%;
	border: none;
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 1;
	max-height: 378px;
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li .vmegamenu02 li {
	margin: 0;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	border: none;
	padding: 0 0.05rem
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li .vmegamenu02 li a {
	color: #666;
	line-height: 0.24rem;
	padding: 0;
	display: inline-block;
	text-transform: capitalize;
	position: relative;
	transition: all .5s;
	font-size: 16px;
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li .vmegamenu02 li a:hover {
	color: #74b636;
	text-decoration: none;
	padding-left: 5px
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li .vmegamenu02 li a:before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 5px;
}

.mainmenu ul li.product_vmegamenu>div.vmegamenu::-webkit-scrollbar,
.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li .vmegamenu02::-webkit-scrollbar {
	width: 3px;
}

.mainmenu ul li.product_vmegamenu>div.vmegamenu::-webkit-scrollbar-track,
.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li .vmegamenu02::-webkit-scrollbar-track {
	background-color: #f2f2f2;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.mainmenu ul li.product_vmegamenu>div.vmegamenu::-webkit-scrollbar-thumb,
.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li .vmegamenu02::-webkit-scrollbar-thumb {
	background-color: #ccc;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

@media only screen and (max-width: 992px) {
	header .wrapper {
		display: block;
	}
}

/*index*/
.head_box {}

.social_icons {
	list-style: none;
	position: relative;
	z-index: 9
}

.social_icons li {
	display: inline-block;
	padding: 0 5px;
	margin-bottom: 5px;
	list-style: none
}

.social_icons li a {
	transition: all .5s;
}


.head_con {
	position: relative;
	padding-top: 0.15rem;
	z-index: 9;
	display: flex;
	justify-content: flex-end;
}

.head_con li {
	display: inline-flex;
	align-items: center;
	margin-left: 0.47rem;
	list-style: none;
}

.head_con li .icon {
	min-width: 0.22rem;
	height: 0.22rem;
	max-width: 0.22rem;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.head_con li p {
	font-size: 15px;
	color: #666666;
	line-height: 22px;
	margin-left: 0.14rem;
}

.head_con li a {
	display: inline-block;
	font-size: 15px;
	color: #666666;
}

.head_con a:hover {
	color: #74b636;
	text-decoration: underline
}

.header_right {
	position: relative;
	display: flex;
}


.header_box .search_main {
	margin: 0;
	width: 2.8rem;
	position: relative;
	margin-right: 0.3rem;
	margin-top: 0.3rem;
}

.header_box .search_main .form-control {
	border: 1px solid #b4b4b4;
	height: 0.4rem;
	line-height: 0.38rem;
	padding-right: 0.15rem;
	border-radius: 6px;
	font-size: 14px;
	color: #333333;
	background: #fff;
	padding-left: 50px;
}

.header_box .search_main .search_btn {
	background-position: -294px -21px;
	height: 20px;
	width: 19px;
	right: inherit;
	left: 20px;
	top: 0.11rem;
	background-color: inherit;
}


.header_box {
	display: flex;
	justify-content: space-between;
}


.top_right {
	display: flex;
}

.language {
	list-style: none;
	overflow: hidden;
	position: relative;
	z-index: 99;
	padding-top: 0.3rem;
}

.language:hover {
	overflow: inherit;
}

.language .menu {
	display: block;
	position: relative;
	cursor: pointer;
	text-align: center;
}

.language .menu-title {
	display: flex;
	align-items: center;
	text-align: center;
	color: #2d2d2d;
	font-size: 14px;
	transition: 0.5s ackground-color;
	font-style: normal;
	border-radius: 6px;
	background: #74b636;
	width: 0.4rem;
	height: 0.4rem;
	padding: 0.05rem;
}

.language .menu-title p {
	display: inline-flex;
	margin: 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	vertical-align: middle;
	text-transform: uppercase;
	padding-right: 0;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.language .menu-title img {
	vertical-align: middle;
	border-radius: 0;
	margin: 0;
	display: inline-block;
	opacity: 0.3;
}

.language .menu-title i {
	position: relative;
	width: 10px;
	display: inline-block;
	height: 6px;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: 3px;
}

.language .menu-title i:after {
	content: '';
	display: block;
	width: 10px;
	height: 6px;
	background: url(../images/bg_lan.png) no-repeat;
	position: absolute;
	pointer-events: none;
	z-index: 5;
	transition: all .6s;
}

.language:hover .menu-title i:after {
	transform: rotate(180deg);
}

.language:hover .menu-title p {
	opacity: 1
}

.language .menu:hover>.menu-title:after {
	border-bottom-width: 5px;
	transition: 0.2s 0.2s border-bottom-width ease-out;
}

.language .menu-dropdown {
	width: 100%;
	padding-top: 0;
	position: absolute;
	z-index: 100;
	transition: 0.5s padding, 0.5s background;
	opacity: 0;
	right: 50%;
	margin-right: -40px;
	width: 80px;
	text-align: left
}

.language:hover .menu-dropdown {
	opacity: 1;
}

.language .menu-dropdown:after {
	top: 0;
	right: 50%;
	margin-right: -6px;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #74b636;
	border-width: 6px;
	transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
}

.language .menu:not(:hover)>.menu-dropdown {
	padding: 0.02rem 0;
	z-index: 999;
}

.language .menu:not(:hover)>.menu-title:after {
	border-bottom-color: #fff;
}

.language .menu-dropdown>* {
	overflow: hidden;
	padding: 0.05rem 0.1rem;
	background: transparent;
	white-space: nowrap;
	transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
}

.language .menu:not(:hover)>.menu-dropdown>* {
	visibility: hidden;
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	color: rgba(25, 25, 25, 0);
	transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility;
	z-index: 99;
}

.language .menu-dropdown .list {
	background: #fff;
	padding: 10px 0;
	list-style: none;
	border: none;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 4px 2px 18px 0 rgba(0, 0, 0, 0.1);
	text-align: left;
}

.language .menu-dropdown li {
	background: #fff
}

.language .menu-dropdown li a {
	display: flex;
	padding: 0.1rem 0.1rem 0.1rem;
	align-items: center;
	text-decoration: none;
	position: relative;
	line-height: 0.20rem;
	transition: padding .2s;
	-webkit-transition: padding .2s;
	text-decoration: none;
	color: #878787;
	align-items: center;
}

.language .menu-dropdown li p {
	margin: 0;
	font-size: 14px;
	padding-left: 0.08rem;
	text-transform: uppercase;
	display: inline-block;
}

.language .menu-dropdown li a:hover {
	color: #74b636;
}

.language .menu-dropdown li.lan_active a {
	color: #74b636;
}

.language .menu-dropdown li img {
	max-width: 0.24rem;
	display: inline-block;
}






.header {
	transition: all .5s;
	position: relative;
}

#logo {
	position: relative;
	text-align: center;
	z-index: 99999;
	align-items: center;
	transition: all .5s;
	float: left;
	padding-top: 0.24rem;
}

header .header_box h1 {
	margin: 0;
	padding: 0;
}

#logo a {
	padding: 0;
	display: flex;
	position: relative;
	z-index: 5;
	transition: all .5s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	align-items: center
}

#logo img {
	padding: 0;
	transition: all .5s;
}

#logo .logo_img img {
	max-width: 2.55rem;
	display: inline-block;
}



/* Top Search*/
/*Search*/
.search_title {
	color: #222;
	font-size: 0.28rem;
	line-height: 0.34rem;
	margin-top: 0;
	text-align: center;
	margin-bottom: 0;
	font-weight: 700;
}

.ico_search {
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: right;
	color: #fff;
	height: 20px;
	margin-top: 0.4rem;
	margin-left: 0;
	font-style: normal;
	font-size: 16px;
	color: #ffffff;
	padding: 0;
	position: relative;
	z-index: 88;
}

.ico_search:before {
	content: '';
	display: block;
	background: url(../images/icon.png) no-repeat;
	background-position: -294px -21px;
	height: 20px;
	width: 19px;
}

.ico_search span {
	display: inline-block;
	color: #222222;
	font-size: 16px;
	margin-left: 0.11rem;
	font-weight: 300;
}

.search_input {
	position: fixed;
	left: 0;
	top: 0.8rem;
	right: 0;
	transition: all 0.5s;
	z-index: 9999999;
	transition-property: top, width, border;
	transition-duration: 0.1s, 0.1s;
	border-radius: 0;
	min-height: 2rem;
	border-radius: 0px;
	overflow: hidden;
	display: none;
	padding-bottom: 34px
}

.search_input .search_box {
	padding: 0.3rem 0.3rem 0.7rem;
	background: #ffffff;
	border-top: 1px solid #eee;
}

.search_section {
	cursor: pointer;
	z-index: 99;
}

.search_main {
	position: relative;
	max-width: 800px;
	margin: 0.2rem auto 0;
}

.search_main .form-control {
	height: 60px;
	color: #111;
	float: left;
	line-height: 58px;
	font-size: 16px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	background: #f6f7f8;
	padding-left: 0.15rem;
	padding-right: 76px;
	border-radius: 5px;
	box-shadow: none;
	float: none;
	border: 1px solid #eee;
	font-weight: 400;
}

.search_main .form-control:focus {
	color: #000;
}

.search_main .search_btn {
	display: block;
	width: 76px;
	height: 60px;
	cursor: pointer;
	border: none;
	position: absolute;
	bottom: 0;
	right: 0rem;
	background: #e6e7ea url("../images/icon.png") no-repeat -265px 0;
	color: #fff;
	text-transform: capitalize;
	font-size: 16px;
	border-radius: 0 4px 4px 0;
}

.top_overly {
	z-index: 9998;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	display: none;
}

.close-search {
	position: absolute;
	right: 50%;
	margin-right: -34px;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #74b636;
	border-radius: 50%;
	height: 64px;
	width: 64px;
}

.close-search i {
	background: url(../images/icon.png) no-repeat -137px -395px;
	height: 20px;
	width: 20px;
	display: inline-block;
}

.search_tags {
	max-width: 800px;
	margin: 0.2rem auto 0;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

.search_tags p {
	width: 100%;
	padding-bottom: 0.1rem;
	font-size: 18px;
	color: #666;
	font-weight: 500;
}

.search_tags a {
	padding: 0.05rem 0.2rem;
	line-height: 0.2rem;
	margin: 0.05rem;
	font-size: 16px;
	color: #333;
	background: #eee;
	;
	transition: all .6s;
	border-radius: 0.02rem
}

.search_tags a:hover {
	background: #74b636;
	color: #fff
}


@media screen and (max-width:1204px) {
	.search_title {
		display: none
	}

}


.nav_content {
	z-index: 10;
	padding-top: 0;
	float: right;
}

.top_conts {
	float: right;
	margin-top: 0.18rem;
	margin-left: 0.35rem
}

.top_conts a {
	color: #333333;
	font-size: 14px;
	display: inline-block
}

.select-modal {
	position: fixed;
	top: 0;
	left: 50%;
	width: 50%;
	width: 80%;
	height: auto;
	z-index: 99999999999999995;
	visibility: hidden;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 1000px;
}

.select-show {
	visibility: visible;
	transition: all .5s;
}

.select-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 999999999;
	opacity: 0;
	filter: alpha(opacity=0);
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backdrop-filter: blur(24px);
	backdrop-filter: blur(24px);
}

.select-show~.select-overlay {
	opacity: 1;
	visibility: visible;
	filter: alpha(opacity=100);
}

.select-modal .select-content {
	margin: 0 auto;
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	opacity: 0;
	margin-top: 12%;
}

.select-modal.select-show .select-content {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
	filter: alpha(opacity=100);
}

.select-content {
	color: #5b5b5b;
	background: #fff no-repeat right bottom;
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	filter: alpha(opacity=0);
	border-radius: 10px;
	padding: 0.4rem;
}

.select-content .select-close {
	position: absolute;
	right: 10px;
	top: 10px;
	border: none;
	background-color: transparent;
}

.select-content .select-close i {
	width: 30px;
	height: 30px;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.select-content .select-close i:before,
.select-content .select-close i:after {
	content: '';
	display: inline-block;
	background: #4d4d4d;
	width: 20px;
	height: 2px;
	margin: 2px 0;
}

.select-content .select-close i:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}

.select-content .select-close i:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}

.select-content .select_title {
	padding: 20px 0;
}

.select-content .select_title em {
	display: block;
	font-size: 0.34rem;
	line-height: 0.34rem;
	color: #333;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 700;
}

.select-content .select_title .text {
	font-size: 14px;
	line-height: 0.24rem;
	color: #808080;
	margin-bottom: 0;
	font-weight: 300;
}

.select-content .main {
	padding: 0;
	display: flex;
	align-items: center;
}

.select-content .main .send_column {
	background: none;
	box-shadow: none;
	padding: 0 0 0 0.4rem;
	width: 50%;
}

.select-content .main .send_column form {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
}

.select-content .main .send_column .main_more {
	margin-left: 0;
}

.select-content .main .send_column ul {
	margin: 0;
}

.select-content .main .send_column ul li {
	padding: 0;
}

.select-content .main .select_image {
	height: 100%;
	padding: 0;
	width: 50%;
}

.select-content .main .select_image img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.select-content .send_column .send {
	width: 100%;
	margin-top: 0
}

.select-content .select-close {
	position: absolute;
	right: 20px;
	top: 20px;
	border: none;
	background-color: transparent;
	z-index: 99;
}

.select-content .select-close i {
	width: 30px;
	height: 30px;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.select-content .select-close i:before,
.select-content .select-close i:after {
	content: '';
	display: inline-block;
	background: #808080;
	width: 20px;
	height: 2px;
	margin: 2px 0;
}

.select-content .select-close i:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}

.select-content .select-close i:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}

@-webkit-keyframes animate-btn-line {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}

	50% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}

	51% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}
}

@keyframes animate-btn-line {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}

	50% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}

	51% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}
}

.select-show .select-content::-webkit-scrollbar {
	width: 3px;
}

.select-show .select-content::-webkit-scrollbar-track {
	background-color: #f2f2f2;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.select-show .select-content::-webkit-scrollbar-thumb {
	background-color: #ccc;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}




/* Sizes for the bigger menu */
header {
	z-index: 9999999;
	padding: 0;
	position: fixed;
	width: 100%;
	background: #fff;
	transition: all .6s;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.header .container {
	position: relative;
	padding: 0 0.6rem;
	max-width: 100%;
}



header.large {
	left: 0;
}

header.small {
	left: 0;
	top: 0;
	right: 0;
	background: #fff;
}

header.small .top_content {
	display: none;
}

.height {
	padding-top: 1rem;
	z-index: 5;
	position: relative;
}


/*mob nav*/

.main-menu ul li {
	list-style: none;
	margin: 0;
}

.main-menu ul li h2 {
	font-size: initial;
	font-weight: normal;
}

@media screen and (max-width:1024px) {
	.megamenu>.sub-menu>li.img {
		display: none;
	}

	.header-navigation {
		position: absolute;
		height: 100vh;
		width: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		margin: 0 !important;
		overflow: hidden;
		visibility: hidden;
		z-index: 9999999
	}

	.header-navigation .main-navigation {
		overflow: hidden;
		width: 100%;
		background: #f2f5f8;
		padding: 0;
		position: fixed;
		z-index: 9999999;
		top: 0;
		height: 100%;
		left: 0;
		right: 0;
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
		-webkit-transform: translateY(-100%);
		-khtml-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
		-khtml-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
		-moz-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
		-ms-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
		-o-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
		box-shadow: 0 0 12px rgba(0, 0, 0, .22)
	}

	.header-navigation .main-navigation .main-navigation-inner {
		height: 100%;
		overflow-y: scroll;
		padding: 10px 20px 10px 10px;
		margin-right: -10px
	}

	.header-navigation.navigation-open {
		z-index: 9999999;
		visibility: visible
	}

	.header-navigation.navigation-open .main-navigation {
		-webkit-transform: translateY(0%);
		-khtml-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
	}

	.main-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		background: #fff;
		box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 15%);
	}

	.main-menu .sub-menu ul {
		background: #fff;
		padding: 10px;
	}

	.main-menu li {
		position: relative;
		list-style: none;
		margin: 0 !important;
		padding: 0 !important;
	}

	.main-menu li a {
		display: block;
		padding: 0;
		line-height: 50px;
		text-transform: capitalize;
		color: #444 !important;
		font-size: 14px !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		margin: 0;
		line-height: 20px !important;
		padding: 15px !important;
		border-bottom: 1px solid #eee;
	}

	.main-menu>li>a {
		margin: 0 !important;
		border-left: none !important;
		text-transform: capitalize !important;
		font-weight: 500;
		font-size: 16px !important;
	}

	.main-menu li .img {
		display: none !important;
	}

	.main-menu>li>a.onepage-active,
	.main-menu>li>a:hover,
	.main-menu>li>a.current,
	.main-menu>li.current_page_item>a,
	.main-menu>li.current-menu-item>a,
	.main-menu>li.current_page_ancestor>a,
	.main-menu>li.current-menu-ancestor>a {
		color: #a67410
	}

	.main-menu li .icon {
		display: none;
	}

	.main-menu>li>.sub-menu {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		padding-left: 15px;
		background: #fafafa;
	}

	.main-menu .sub-menu,
	.main-menu .children {
		position: relative;
		display: none
	}

	.main-menu .sub-menu li a,
	.main-menu .children li a {
		padding: 7px 24px 7px 6px !important;
		line-height: 20px !important;
		font-size: 14px !important;
		border: none
	}

	.main-menu .menu-children>h2>a {
		font-size: 15px !important;
	}

	.main-menu .sub-menu li>a:hover,
	.main-menu .children li>a:hover,
	.main-menu .sub-menu li>a.current,
	.main-menu .children li>a.current,
	.main-menu .sub-menu li.current_page_item>a,
	.main-menu .children li.current_page_item>a,
	.main-menu .sub-menu li.current-menu-item>a,
	.main-menu .children li.current-menu-item>a,
	.main-menu .sub-menu li.current_page_ancestor>a,
	.main-menu .children li.current_page_ancestor>a,
	.main-menu .sub-menu li.current-menu-ancestor>a,
	.main-menu .children li.current-menu-ancestor>a {
		color: #a67410
	}

	.main-menu .sub-menu li .menu-toggle,
	.main-menu .children li .menu-toggle {
		top: 2px
	}

	.main-menu .sub-menu .sub-menu li a,
	.main-menu .children .sub-menu li a {
		padding: 0 0 0 20px
	}

	.main-menu .sub-menu .sub-menu li .sub-menu li a,
	.main-menu .children .sub-menu li .sub-menu li a {
		padding: 0 0 0 30px
	}

	.main-menu li.focus>.sub-menu,
	.main-menu li.focus>.children {
		visibility: visible;
		opacity: 1;
		max-height: none;
		overflow: visible
	}

	.header-navigation .main-navigation .main-navigation-inner {
		height: 100%;
		overflow-y: scroll;
		padding: 0 20px 20px 10px;
		margin-right: -10px
	}

	.menu-toggle {
		position: absolute;
		top: 10px;
		height: 30px;
		right: 6px;
		border: 1px solid rgba(255, 255, 255, 0.2);
		width: 30px;
		cursor: pointer;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		font-family: FontAwesome;
		font-size: 20px
	}

	.menu-toggle:before {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-khtml-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms
	}

	.menu-toggle.toggle-open:before {
		content: '\f106'
	}

	#menu-mobile {
		width: 100%;
		height: 50px;
		display: flex !important;
		justify-content: flex-end;
		justify-content: center;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 99999999;
		background: #fff;
		transition: 0.5s all;
		align-items: center;
	}

	#menu-mobile .btn-nav-mobile {
		color: #fff;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		z-index: 8888888;
		height: 16px;
		position: absolute;
		width: 50px;
		left: 0;
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
	}

	#menu-mobile .btn-nav-mobile:before,
	#menu-mobile .btn-nav-mobile:after,
	#menu-mobile .btn-nav-mobile span {
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
		content: "";
		background-color: #74b636;
		display: block;
		height: 2px;
		margin: auto;
		position: absolute;
		left: 15px;
		width: 0.26rem;
		top: 5px;
	}

	#menu-mobile .btn-nav-mobile:before {
		top: 0
	}

	#menu-mobile .btn-nav-mobile span {
		bottom: -1px;
	}

	#menu-mobile .btn-nav-mobile.opened:before {
		top: 8px;
		background: #74b636;
		-webkit-transform: rotate(45deg);
		-khtml-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	#menu-mobile .btn-nav-mobile.opened:after {
		-webkit-transform: rotate(-45deg);
		-khtml-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 8px;
		background: #74b636;
	}

	#menu-mobile .btn-nav-mobile.opened span {
		display: none
	}

	li.megamenu .container {
		padding: 0
	}

	li.megamenu .container .elementor-column-wrap {
		padding: 0 !important
	}

	li.megamenu .elementor-row {
		display: block
	}

	li.megamenu .elementor-row>.elementor-element {
		width: 100% !important
	}

	li.megamenu .elementor-element-populated {
		padding: 0 !important
	}


	.nav_con {
		margin-top: 60px;
		display: flex;
		color: #333;
		line-height: 30px;
		font-size: 14px;
		margin-bottom: 10px;
		justify-content: space-between;
	}

	.nav_con a {
		color: #333;
		line-height: 36px;
		font-size: 16px
	}

	.nav_con .email_btn {
		display: inline-block;
		border-radius: 0;
		background: #74b636;
		color: #fff;
		line-height: 36px;
		padding: 0 10px;
		float: right;
	}
}

.header-navigation.navigation-open .nav_overly {
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.mob_language,
.mob_sns {
	display: none;
}

@media screen and (max-width:1024px) {

	.mob_language,
	.mob_sns {
		display: block;
	}

	.mob_logo {
		position: relative;
		z-index: 8888889;
		margin-top: 0.01rem
	}

	.mob_logo a {
		display: block;
	}

	.mob_logo img {
		max-height: 28px;
	}

	.mob_language {
		margin-top: 0.3rem;
	}

	.mob_language p,
	.mob_sns p {
		font-size: 16px;
		color: #333;
		text-transform: capitalize;
	}

	.mob_language a {
		float: left;
		width: 33.33%;
		display: flex;
		padding: 8px 0;
		align-items: center;
		color: #666;
		font-size: 14px;
	}

	.mob_language a img {
		flex-shrink: 0;
		margin-right: 4px;
		width: 22px;
	}

	.mob_sns {
		margin-top: 0.2rem;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.mob_sns li {
		list-style: none;
	}

	.mob_sns p {
		width: 100%;
		margin-bottom: 0.1rem;
		font-size: 16px;
	}

	.mob_sns a {
		display: inline-block;
		margin-right: 0.15rem;
	}

	.mob_sns a img {
		filter: brightness(0);
		opacity: 0.5;
	}

	.height {
		padding-top: 50px;
	}

	header:hover {
		backdrop-filter: none;
		-webkit-backdrop-filter: none
	}
}




@media only screen and (max-width: 1540px) {
	.mainmenu>nav>ul>li {
		padding-right: 0.5rem;
	}

	.header_box .search_main .form-control {
		height: 40px;
		line-height: 38px;
	}

	.language .menu-title {
		height: 40px;
		width: 40px;
	}
}

@media only screen and (max-width: 1299px) {
	.mainmenu>nav>ul>li {
		padding-right: 0.4rem;
	}

	.mainmenu>nav>ul>li>a {
		font-size: 16px;
	}

	.header_box .search_main .form-control {
		height: 38px;
		line-height: 36px;
	}

	.language .menu-title {
		height: 38px;
		width: 38px;
	}

	.header .container {
		padding: 0 0.3rem;
	}
}



@media only screen and (max-width: 1024px) {
	.header .container {
		max-width: 100%;
	}

	.header_box,
	.top_content {
		display: none !important
	}

	.search_section {
		cursor: pointer;
		height: 50px;
		position: absolute;
		right: 15px;
		top: 0;
		z-index: 999999998;
		background: none;
	}

	.ico_search span {
		display: none
	}

	.ico_search {
		background: none;
		margin-top: 18px;
		padding: 0
	}

	header.small .ico_search,
	header:hover .ico_search {
		background: none;
		margin-top: 18px;
	}

	.ico_search:after {
		filter: brightness(0);
	}

	.close-search {
		height: 54px;
		width: 54px;
		margin-right: -27px;
	}

	.search_input {
		margin-bottom: 27px;
		top: 50px
	}

	header.small {
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		box-shadow: 0 0 5px rgba(0, 0, 0, .1);
		height: 50px
	}

	.search_input {
		left: 0;
		right: 0;
	}

	.search_main .form-control {
		height: 50px;
		line-height: 48px;
	}

	.search_main .search_btn {
		height: 50px;
		width: 50px;
		background-position: -278px -5px;
	}

	.search_tags a {
		font-size: 14px;
	}
}



@media screen and (max-width:300px) {
	.header-navigation .main-navigation {
		width: 100%;
	}

	#menu-mobile .btn-nav-mobile.opened:before,
	#menu-mobile .btn-nav-mobile.opened:after {
		background: #333;
	}
}



/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #fff
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
	touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-active {
	z-index: 99;
}

.swiper-slide img {
	max-width: 100%;
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 0.67rem
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0;
	cursor: auto;
	/*pointer-events: none */
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
	font-size: 0.18rem;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 40px;
	right: auto;
	color: #0297e3;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 40px;
	left: auto;
	color: #000;
}

.swiper-banner .swiper-button-prev,
.swiper-banner .swiper-rtl .swiper-button-next,
.swiper-banner .swiper-button-next,
.swiper-banner .swiper-rtl .swiper-button-prev {
	color: #fff;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 100px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #fff);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .4)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	position: relative;
	-ms-touch-action: none;
	background: #ebebeb;
	border-radius: 30px;
}

.swiper-horizontal>.swiper-scrollbar {
	height: 4px;
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}

.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: #74b636;
	left: 0;
	top: 1px;
	border-radius: 0;
	cursor: pointer;

}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}


/*banner*/

/*banner*/

.banner {
	position: relative;
}

.banner .wrap {
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-content: center;
	z-index: 99;
	text-align: left;
	padding: 1.2rem 0.2rem 0
}

.banner .wrap .container {
	display: flex;
	align-items: center;
}

.banner .c-image-mob {
	display: none !important;
}

.banner .wrap .wrap_box {
	width: 59%;
}

.banner .wrap .title {
	color: #ffffff;
	width: 100%;
	font-size: 0.7rem;
	line-height: 0.88rem;
	font-weight: 800;
	text-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}

.banner .wrap .main_more {
	margin-top: 0.62rem;
}

.banner .wrap .wrap_img {
	width: 41%;
}

.banner .wrap .wrap_img img {
	max-width: 100%;
	width: 100%;
}

.banner .swiper-slide img {
	width: 100%;
}

.banner .swiper-pagination {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0.2rem;
}

.banner .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.7;
	width: 13px;
	height: 13px;
}

.banner .swiper-pagination-bullet-active {
	background: #74b636;
	opacity: 1;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
	color: #74b636;
	font-size: 26px;
}

.banner .swiper-fade .swiper-slide-active,
.banner .swiper-fade .swiper-slide-active .swiper-slide-active {
	z-index: 99;
}

@media screen and (max-width: 1299px) {
	.banner .wrap .title {
		font-size: 0.56rem;
		line-height: 0.7rem;
	}

}

@media screen and (max-width: 992px) {
	.banner .wrap .title {
		font-size: 0.44rem;
		line-height: 0.52rem;
	}

	.banner .wrap {
		padding: 0.5rem 0.2rem 0;
	}

	.banner .wrap .main_more {
		margin-top: 0.4rem;
	}
}

@media screen and (max-width: 768px) {
	.banner .wrap .title {
		font-size: 0.34rem;
		line-height: 0.4rem;
	}

}

@media screen and (max-width: 540px) {
	.banner .wrap {
		padding: 0rem 0.2rem 0;
	}

	.banner .wrap .title {
		font-size: 0.24rem;
		line-height: 0.3rem;
	}

	.banner .wrap .main_more {
		margin-top: 0.2rem;
	}

}

@media screen and (max-width: 540px) {
	.banner .wrap {
		padding: 0rem 0.2rem 0;
	}

	.banner .wrap .title {
		font-size: 0.2rem;
		line-height: 0.26rem;
	}

	.banner .wrap .main_more {
		margin-top: 0.1rem;
	}

}

@-webkit-keyframes MOVIE-BG {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(60px);
		transform: translateX(60px);
	}
}

@keyframes MOVIE-BG {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(60px);
		transform: translateX(60px);
	}
}

/*index*/
.main_title {
	margin-bottom: 0;
	text-align: center;
	position: relative;
	z-index: 5;
	display: grid;
    place-items: center;
	
}

.main_title::after {
	content: "";
    display: block;
    width: 200px;
    height: 30px;
    background: url(https://icdn.tradew.com/stylefile/20605/title-bg.png) center no-repeat;
    margin: 5px 0;

}

.main_title em,
.main_title h2 {
	font-size: calc(1.2vw + 16px);
    line-height: calc(1.25vw + 20px);
    color: transparent;
    font-weight: 600;
    background: linear-gradient(90deg, #1c562d 80%, #9bd14d);
    -webkit-background-clip: text !important;
}

.main_title .text {
	font-size: 16px;
	line-height: 26px;
	color: #808080;
	max-width: 10.30rem;
	margin: 0.16rem auto 0;
}

.main_title .line {
	display: inline-block;
	position: relative;
	width: 0.7rem;
	height: 1px;
	margin-top: 0.25rem;
	overflow: hidden;
	background: #74b636;
}

.main_title span {
	line-height: 24px;
	color: #74b636;
	font-weight: 600;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	margin-bottom: 0.16rem;
}

.main_title span:before {
	content: '';
	background: url(../images/bg_title.png) no-repeat;
	width: 43px;
	height: 3px;
	margin-right: 0.19rem;
	display: inline-block;
}


@media only screen and (max-width: 1024px) {
	.main_title span {
		display: none;
	}

	.main_title {
		padding-top: 0;
	}

	.main_title em,
	.main_title h2 {
		font-size: 0.42rem;
		line-height: 0.48rem;
	}

	.main_title .bg_title {
		display: none;
	}

	.main_title .text {
		font-size: 14px;
	}

}

@media only screen and (max-width: 768px) {

	.main_title em,
	.main_title h2 {
		font-size: 0.34rem;
		line-height: 0.4rem;
	}

	.main_title .text {
		font-size: 14px;
		line-height: 24px;
		margin-top: 0.1rem;
	}


}



@-webkit-keyframes animborder {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	100% {
		-webkit-transform: translateX(77px);
		transform: translateX(77px);
	}
}

@keyframes animborder {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	100% {
		-webkit-transform: translateX(77px);
		transform: translateX(77px);
	}
}


.main_more {
	display: inline-flex;
	padding: 0 0.45rem;
	height: 0.5rem;
	line-height: 0.5rem;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	font-size: 16px;
	align-items: center;
	justify-content: center;
	border-radius: 45px;
	background: #0c6f43;
	transition: all .6s;
	font-weight: 500;
}

.main_more a.more {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	z-index: 9;
}

.main_more:before {
	content: ' ';
	position: absolute;
	background: rgba(255, 255, 255, 0.3);
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.3;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.main_more:hover {
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
	background: #74b636;
}

.main_more:hover:before {
	width: 100%;
}

@media (max-width:1198px) {
	.main_more {
		height: 44px;
		line-height: 44px;
	}
}


.light_box {
	position: relative;
	display: inline-block;
}

.light_box::after {
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	background: rgba(0, 0, 0, 0.2);

}

.light_box::before {
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	background: rgba(0, 0, 0, 0.05) url(../images/icon_link01.png) no-repeat center center;
	z-index: 1;
}

.light_box::after {
	border-left: 1px solid rgba(255, 255, 255, .5);
	border-right: 1px solid rgba(255, 255, 255, .5);
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0)
}

.light_box::before {
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	border-top: 1px solid rgba(255, 255, 255, .5);
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
}

.light_box:hover::before,
.light_box:hover::after,
.left-pro .list li:hover .light_box::before,
.left-pro .list li:hover .light_box::after {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.post-image-mask {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -19px;
	text-align: center;
	font-size: 0;
}

.post-image-mask span,
.post-image-mask:after,
.post-image-mask:before {
	display: inline-block;
	margin-right: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #FFF;
	vertical-align: middle;
	opacity: 0;
	transition: opacity .2s ease;
	-webkit-animation: wd-fadeOutRight .3s ease;
	animation: wd-fadeOutRight .3s ease;
}

.post-image-mask:before {
	content: '';
	transition-delay: .15s;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}

.post-image-mask:after {
	content: '';
	margin-right: 0;
}

.news_content .column:hover .post-image-mask span,
.news_content .column:hover .post-image-mask:after,
.news_content .column:hover .post-image-mask:before,
.fact_column .slider .li:hover .post-image-mask span,
.fact_column .slider .li:hover .post-image-mask:after,
.fact_column .slider .li:hover .post-image-mask:before,
.relpro_case .slider .li:hover .post-image-mask span,
.relpro_case .slider .li:hover .post-image-mask:after,
.relpro_case .slider .li:hover .post-image-mask:before,
.news li:hover .post-image-mask span,
.news li:hover .post-image-mask:after,
.news li:hover .post-image-mask:before {
	opacity: 1;
	-webkit-animation: wd-fadeInLeft .3s ease;
	animation: wd-fadeInLeft .3s ease;
}

.news_content .column:hover .post-image-mask:before,
.fact_column .slider .li:hover .post-image-mask:before,
.relpro_case .slider .li:hover .post-image-mask:before,
.news li:hover .post-image-mask:before {
	transition-delay: .2s;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.news_content .column:hover .post-image-mask span,
.fact_column .slider .li:hover .post-image-mask span,
.relpro_case .slider .li:hover .post-image-mask span,
.news li:hover .post-image-mask span {
	transition-delay: .1s;
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

@-webkit-keyframes wd-fadeOutRight {
	from {
		-webkit-transform: none;
		transform: none
	}

	to {
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0)
	}
}

@keyframes wd-fadeOutRight {
	from {
		-webkit-transform: none;
		transform: none
	}

	to {
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0)
	}
}

@-webkit-keyframes wd-fadeOutLeft {
	from {
		-webkit-transform: none;
		transform: none
	}

	to {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}
}

@keyframes wd-fadeOutLeft {
	from {
		-webkit-transform: none;
		transform: none
	}

	to {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}
}

@-webkit-keyframes wd-fadeInLeft {
	from {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes wd-fadeInLeft {
	from {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}








.page_date {
	margin-top: 0.14rem;
	display: inline-block;
	color: #666;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 0.24rem;
	font-weight: 300;
}

.page_date:before {
	content: '';
	display: inline-block;
	margin-top: -2px;
	margin-right: 8px;
	vertical-align: middle;
	background: url(../images/icon.png) no-repeat;
	width: 15px;
	height: 15px;
	background-position: 0 -57px;
}



.page_more {
	font-size: 14px;
	display: inline-block;
	line-height: 0.2rem;
	position: relative;
	z-index: 2;
	margin-top: 0.15rem;
	transition: all .5s;
	text-transform: capitalize;
	font-weight: 400;
}

.page_more:hover {
	color: #74b636;
	opacity: 1;
}

.page_more:after {
	content: '';
	background: url(../images/icon_right01.png);
	display: inline-block;
	margin-left: 0.1rem;
	margin-top: -0.02rem;
	vertical-align: middle;
	width: 0.14rem;
	height: 0.11rem;
	background-size: 100% 100%;
	background-position: 0 0;
}

.page_more:hover:after {
	background-position: 875em 0;
	transition: background-position 800s linear;
}


@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes scroll_right_anim {
	0% {
		transform: translateX(-3px);
	}

	50% {
		transform: translateX(3px);
	}

	100% {
		transform: translateX(-3px);
	}
}


@media only screen and (max-width: 768px) {
	.circle_more:after {
		top: -10px;
		right: -10px;
		bottom: -10px;
		left: -10px;
	}

	.circle_more {
		font-size: 14px;
		padding-right: 10px;
	}

	.circle_more:before {
		width: 36px;
		height: 36px;
	}

	.page_date em {
		font-size: 28px;
	}

	.page_date p {
		margin-bottom: 3px;
	}

	.page_date_box {
		font-size: 28px;
	}

	.page_more {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 14px;
	}
}

/*index*/



.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}



.hidden {
	display: none !important;
}

.pro_content {
	overflow: hidden;
	padding: 0.68rem 0 0;
}

.pro_content .pro_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pro_content .pro_title span {
	display: inline-flex;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	align-items: center;
	font-size: 0.44rem;
	line-height: 0.5rem;
	font-weight: 800;
	color: #333333;
	padding-bottom: 0.11rem;
}

.pro_content .pro_title span img {
	display: inline-block;
	max-width: 0.43rem;
	margin-right: 0.2rem;
}

.pro_content .pro_title .text {
	font-size: 16px;
	line-height: 26px;
	max-height: 78px;
	overflow: hidden;
	color: #808080;
	max-width: 6.6rem;
}

.pro_content .pro_scroll {
	position: relative;
	z-index: 9;
	margin: 0.22rem -0.15rem 0
}

.pro_content .pro_scroll .swiper {
	position: initial;
}

.pro_content .swiper-slide {
	padding: 0.3rem 0.15rem;
	width: 25%
}

.pro_content .swiper-slide .column {
	background: #fff;
	overflow: hidden;
	border-radius: 0.1rem;
	padding: 0.1rem;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
	transition: all .6s;
}

.pro_content .swiper-slide .column:hover {
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.pro_content .swiper-slide .column .image {
	overflow: hidden;
	display: block;
	width: 100%;
	border-radius: 0.1rem;
}

.pro_content .swiper-slide .column .image img {
	width: 100%;
	transition: all .6s;
}

.pro_content .swiper-slide .column:hover .image img {
	transform: scale(1.15);
}

.pro_content .swiper-slide .column .wrap {
	padding: 0.16rem 0.2rem 0.12rem;
	text-align: center;
}

.pro_content .swiper-slide .column .title {
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	display: block;
	font-weight: 600;
	height: 48px;
	overflow: hidden;
}

.pro_content .swiper-slide .column .text {
	font-size: 14px;
	line-height: 24px;
	color: #808080;
	overflow: hidden;
	height: 48px;
	margin-top: 0.09rem;
}

.pro_content .swiper-slide .column .title:hover {
	color: #74b636;
}

.pro_content .swiper-slide .column .more {
	font-size: 14px;
	font-weight: 600;
	color: #74b636;
	display: inline-flex;
	margin-top: 0.1rem;
	text-transform: uppercase;
	align-items: center;
}

.pro_content .swiper-slide .column .more:after {
	display: inline-block;
	content: '';
	background: url(../images/icon.png) no-repeat -158px -366px;
	height: 10px;
	width: 14px;
	margin-left: 7px;
}



.pro_content .swiper-button-next {
	background: none;
	right: -0.58rem;
	width: 0.46rem;
	height: 0.46rem;
	border-radius: 50%;
	color: #878787;
	border: 1px solid #878787;
	opacity: 1;
}

.pro_content .swiper-button-prev {
	background: none;
	left: -0.58rem;
	width: 0.46rem;
	height: 0.46rem;
	border-radius: 50%;
	color: #878787;
	border: 1px solid #878787;
	opacity: 1;
}

.pro_content .swiper-button-next:after {
	font-size: 0.22rem;
}

.pro_content .swiper-button-prev:after {
	font-size: 0.22rem;
}

.pro_content .swiper-button-disabled,
.pro_content .swiper-button-disabled {
	color: #333;
	pointer-events: auto;
}

.pro_content .swiper-button-disabled:after,
.pro_content .swiper-button-disabled:after {
	opacity: 1;
}

.pro_content .swiper-button-prev:hover,
.pro_content .swiper-button-next:hover {
	border-color: #75b851;
	color: #75b851;
}



.pro_content .pro_more {
	text-align: center;
	margin-top: 0.35rem;
}

.pro_content .pro_more .main_more {
	background: none;
	border: 1px solid #0c6f43;
	color: #0c6f43;
	line-height: 0.48rem;
}


@media only screen and (max-width: 992px) {
	.pro_content .pro_scroll {
		margin: 0.22rem 0rem 0
	}

	.pro_content .swiper-slide {
		width: 33.3%;
	}

	.pro_content .swiper-button-next {
		right: -0.28rem;
	}

	.pro_content .swiper-button-prev {
		left: -0.28rem;
	}

	.pro_content .pro_title .text {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.pro_content {
		padding: 0.5rem 0 0;
	}

	.pro_content .pro_scroll {
		margin: 0.12rem 0rem 0
	}

	.pro_content .swiper-slide {
		width: 50%;
	}

	.pro_content .swiper-button-next {
		right: -0.18rem;
	}

	.pro_content .swiper-button-prev {
		left: -0.18rem;
	}

	.pro_content .pro_title span {
		font-size: 0.34rem;
	}
}

@media only screen and (max-width: 668px) {
	.pro_content .swiper-slide {
		padding: 0.3rem 0.05rem;
	}

	.pro_content .swiper-slide .column .title {
		font-size: 16px;
	}

}


.cat_content {
	padding: 0.75rem 0 0.3rem;
	position: relative;
}

.cat_content:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -2rem;
	right: 0;
	/* background: url(../images/bg01.png) no-repeat; */
	width: 122px;
	height: 460px;
}

.cat_content .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0.33rem 0 0;
	position: relative;
	z-index: 99;
}

.cat_content .list li {
	list-style: none;
	padding: 5px 0;
}

.cat_content .list li.cat01 {
	width: 60%;
	padding-right: 0.1rem;
}

.cat_content .list li.cat02 {
	width: 40%;
}

.cat_content .list li.cat04 {
	width: 33%;
	padding-left: 0.1rem;
}


.cat_content .list li .column {
	position: relative;
	overflow: hidden;
	border-radius: 0.2rem;
}

.cat_content .list li .column .link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.cat_content .list li .column .link img {
	display: none;
	opacity: 0;
}

.cat_content .list li .column .image img {
	width: 100%;
	transition: all .6s;
}

.cat_content .list li .column:hover .image img {
	transform: scale(1.1)
}

.cat_content .list li .column .wrap {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
}

.cat_content .list li .column .wrap .title {
	display: flex;
	align-items: center;
	background-color: rgba(249, 249, 249, .5);
	transition: .5s;
	border-radius: 30px;
	backdrop-filter: blur(15px);
	padding-left: 0.25rem;
	position: relative;
	height: 0.5rem;
}

.cat_content .list li .column .wrap .title p {
	padding-right: 0.46rem;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	color: #0d0d0d;
	overflow: hidden;
	height: 26px;
}

.cat_content .list li .column .wrap .title i {
	width: 0.42rem;
	height: 0.42rem;
	position: absolute;
	top: 0.04rem;
	right: 0.04rem;
	background: #fff;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all .6s;
}

.cat_content .list li .column .wrap .title i:before {
	content: '';
	background: url(../images/icon.png) no-repeat -135px -366px;
	display: inline-block;
	width: 8px;
	height: 12px;
	transition: all .4s;
}

.cat_content .list li .column:hover .wrap .title i {
	background: #74b636;
}

.cat_content .list li .column:hover .wrap .title i:before {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.cat_content .list li .column:hover .wrap .title {
	backdrop-filter: blur(0);
}


@media only screen and (max-width: 1330px) {
	.cat_content .list li .column .wrap .title p {
		font-size: 17px;
	}
}

@media only screen and (max-width: 992px) {
	.cat_content .list li .column .wrap .title p {
		font-size: 15px;
	}

	.cat_content .list li .column .wrap .title {
		padding-left: 0.15rem;
	}
}

@media only screen and (max-width: 768px) {
	.cat_content {
		padding: 0.5rem 0 0.2rem;
	}

	.cat_content .list li.cat01 {
		width: 100%;
		padding-right: 0rem;
	}

	.cat_content .list li.cat02 {
		width: 100%;
	}

	.cat_content .list {
		margin-top: 0.2rem;
	}

	.cat_content .list li.cat04 {
		width: 100%;
		padding-left: 0rem;
	}

}

.about_content {
	
	margin-bottom: 0;
    text-align: center;
    position: relative;
    z-index: 5;
    display: grid
;
    place-items: center;
}
}

.about_content .about_title span {
	font-size: calc(1.2vw + 16px);
    line-height: calc(1.25vw + 20px);
    color: transparent;
    font-weight: 600;
    background: linear-gradient(90deg, #1c562d 80%, #9bd14d);
    -webkit-background-clip: text !important;
}

.about_content .about_title span img {
	font-size: calc(1.2vw + 16px);
    line-height: calc(1.25vw + 20px);
    color: transparent;
    font-weight: 600;
    background: linear-gradient(90deg, #1c562d 80%, #9bd14d);
    -webkit-background-clip: text !important;
}

.about_content .about_box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.46rem;
	align-items: flex-start;
}

.about_content .about_image {
	width: 51%;
	padding-right: 0.09rem;
	position: relative;
}

.about_content .about_image .image img {
	width: 100%;
}


.about_content .about_column {
	width: 49%;
	padding-left: 0.91rem;
}

.about_content .about_column .samll_title {
	font-size: 0.44rem;
	line-height: 0.5rem;
	font-weight: 800;
	color: #74b636;
}

.about_content .about_column .about_text {
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 0.33rem;
	color: #666666;
	max-height: 330px;
}

.about_content .about_column .about_more {
	display: flex;
	margin-top: 0.55rem;
}

.about_content .about_column .more_conts {
	background: none;
	border: 1px solid #0c6f43;
	color: #0c6f43;
	line-height: 0.48rem;
	margin-left: 0.2rem;
}



.about_videos {
	display: inline-flex;
	text-align: center;
	position: absolute;
	width: 0.78rem;
	height: 0.78rem;
	background: #74b636;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	top: 50%;
	margin-top: -0.39rem;
	right: -0.31rem;
}

.about_videos:after {
	border-radius: 50%;
	position: absolute;
	left: -0.1rem;
	right: -0.1rem;
	top: -0.1rem;
	bottom: -0.1rem;
	display: block;
	background: #74b636;
	content: '';
	opacity: 0.2;
}

.about_videos>a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about_videos i {
	font-size: 0.26rem;
	color: #fff;
}

#video-dialog {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999999;
	background: rgba(1, 1, 1, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
}

#video-dialog iframe {
	display: block;
	width: 900px;
	height: 450px;
}

.baguetteBox-button1 {
	position: fixed;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(1, 1, 1, 0);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
	z-index: 99999999
}

.baguetteBox-button1:focus,
.baguetteBox-button1:hover {
	background-color: rgba(1, 1, 1, 0.6)
}

.baguetteBox-button1#close-button1 {
	top: 20px;
	right: 2%;
	width: 30px;
	height: 30px
}

.baguetteBox-button1 svg {
	position: absolute;
	left: 0;
	top: 0
}

@media only screen and (max-width: 1000px) {
	#video-dialog iframe {
		width: 100%;
		height: 300px;
	}
}


@media only screen and (max-width: 992px) {
	.about_content {
		padding: 0.5rem 0 0.1rem;
	}

	.about_content .about_image {
		width: 80%;
	}

	.about_content .about_column {
		width: 100%;
		padding-left: 0rem;
		margin-top: 0.4rem;
	}
}

@media only screen and (max-width: 768px) {
	.about_content .about_image {
		width: 92%;
	}

	.about_content .about_column .samll_title {
		font-size: 0.34rem;
		line-height: 0.42rem;
	}

	.about_content .main_more {
		padding: 0 0.2rem;
		font-size: 14px;
	}

	.about_content .about_column .more_conts {
		margin-left: 0.1rem;
	}

	.about_content .about_title span {
		font-size: 0.34rem;
	}
}






.why_content {
	overflow: hidden;
	padding: 0.3rem 0 0.26rem;
}

.why_content .main_title .text {
	font-size: 0.24rem;
	line-height: 0.38rem;
	color: #333333;
	max-height: inherit;
	max-width: 10.5rem;
}

.why_content .why_box {
	margin-top: 0.49rem;
	background: #f3f8ed;
	border-radius: 0.2rem;
	display: flex;
	flex-wrap: wrap;
	padding: 0.25rem 0.5rem 0.3rem;
}

.why_content .why_box .why_cat01 {
	width: 30%;
	text-align: right;
	padding-right: 0.7rem;
}

.why_content .why_box .why_center {
	width: 40%;
	padding: 0 2px;
}

.why_content .why_scroll {
	position: relative;
	z-index: 9;
}

.why_content .why_scroll .swiper {
	position: initial;
}

.why_content .swiper-slide {
	padding: 0rem;
}

.why_content .swiper-slide .image img {
	width: 100%;
}

.why_content .swiper-pagination {
	position: relative;
	margin-top: 0;
	bottom: initial;
	left: initial;
}

.why_content .swiper-pagination-bullet {
	background: #97ae81;
	border-radius: 50%;
	opacity: 1;
	width: 8px;
	height: 8px;
}

.why_content .swiper-pagination-bullet-active {
	background: #74b636;
	width: 20px;
	border-radius: 5px;
}

.why_content .why_box .why_cat02 {
	width: 30%;
	padding-left: 0.7rem;
}

.why_content .why_box .why_item {
	margin-top: 0.62rem;
}

.why_content .why_box .wrap img {
	max-width: 0.46rem;
}

.why_content .why_box .wrap .title {
	font-size: 20px;
	line-height: 26px;
	color: #74b636;
	font-weight: 700;
	display: block;
	margin-top: 0.16rem;
}

.why_content .why_box .wrap .text {
	font-size: 15px;
	line-height: 24px;
	color: #666666;
	overflow: hidden;
	height: 72px;
	margin-top: 0.1rem;
}

@media only screen and (max-width: 1050px) {
	.why_content .why_box .wrap .title {
		font-size: 18px;
	}

	.why_content .why_box .why_cat01 {
		padding-right: 0.4rem;
	}

	.why_content .why_box .why_cat02 {
		padding-left: 0.4rem;
	}
}

@media only screen and (max-width: 992px) {
	.why_content {
		padding: 0.6rem 0 0.26rem;
	}

	.why_content .why_box {
		padding: 0 0.3rem 0.4rem;
	}

	.why_content .why_box .why_cat01 {
		padding-right: 0.2rem;
		width: 50%;
	}

	.why_content .why_box .why_cat02 {
		padding-left: 0.2rem;
		width: 50%;
	}

	.why_content .why_box .why_center {
		display: none;
	}

	.why_content .main_title .text {
		font-size: 15px;
		line-height: 24px;
	}

	.why_content .why_box .why_item {
		margin-top: 0.4rem;
	}

}


@media only screen and (max-width: 768px) {
	.why_content {
		padding: 0.5rem 0 0.26rem;
	}


}

@media only screen and (max-width: 550px) {
	.why_content {
		padding: 0.4rem 0 0.1rem;
	}

	.why_content .why_box {
		margin-top: 0.25rem;
	}

	.why_content .why_box .why_cat01 {
		padding-right: 0rem;
		width: 100%;
		text-align: left;
	}

	.why_content .why_box .why_cat02 {
		padding-left: 0rem;
		width: 100%;
		text-align: left;
	}


}


.news_content {
	padding: 0 0.8rem;
	overflow: hidden;
	/* background: url(../images/bg02.png) no-repeat top left; */
}

.news_content .news_scroll {
	position: relative;
	z-index: 9;
	margin: 0.16rem -0.2rem 0
}

.news_content .news_scroll .swiper {
	position: initial;
}

.news_content .swiper-slide {
	padding: 0.3rem 0.2rem;
	width: 33.33%
}

.news_content .swiper-slide .column {
	background: #fff;
	overflow: hidden;
	border-radius: 0 0.45rem 0.45rem 0;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
	transition: all .6s;
}

.news_content .swiper-slide .column .image {
	overflow: hidden;
	display: block;
	width: 100%;
}

.news_content .swiper-slide .column .image img {
	width: 100%;
	transition: all .6s;
}

.news_content .swiper-slide .column:hover .image img {
	transform: scale(1.15);
}

.news_content .swiper-slide .column .wrap {
	padding: 0.27rem 0.2rem 0.33rem;
	text-align: left;
}

.news_content .swiper-slide .column .title {
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	display: block;
	font-weight: 600;
	height: 24px;
	overflow: hidden;
	margin-top: 0.17rem;
}

.news_content .swiper-slide .column .text {
	font-size: 15px;
	line-height: 24px;
	color: #777777;
	overflow: hidden;
	height: 48px;
	margin-top: 0.16rem;
}

.news_content .swiper-slide .column .title:hover {
	color: #0c6f43;
}

.news_content .swiper-slide .column .more {
	font-size: 14px;
	font-weight: 600;
	color: #74b636;
	display: inline-flex;
	margin-top: 0.25rem;
	text-transform: uppercase;
	align-items: center;
}

.news_content .swiper-slide .column .more:after {
	display: inline-block;
	content: '';
	background: url(../images/icon.png) no-repeat -158px -366px;
	height: 10px;
	width: 14px;
	margin-left: 7px;
}

.news_content .swiper-slide .column .news_date {
	display: block;
	font-size: 14px;
	color: #0c6f43;
	line-height: 24px;
}



.news_content .news_scroll .swiper-button-next {
	background: none;
	right: -0.58rem;
	width: 0.46rem;
	height: 0.46rem;
	border-radius: 50%;
	color: #878787;
	border: 1px solid #878787;
	opacity: 1;
}

.news_content .news_scroll .swiper-button-prev {
	background: none;
	left: -0.58rem;
	width: 0.46rem;
	height: 0.46rem;
	border-radius: 50%;
	color: #878787;
	border: 1px solid #878787;
	opacity: 1;
}

.news_content .swiper-button-next:after {
	font-size: 0.22rem;
}

.news_content .swiper-button-prev:after {
	font-size: 0.22rem;
}

.news_content .news_scroll .swiper-button-disabled,
.news_content .news_scroll .swiper-button-disabled {
	color: #333;
	pointer-events: auto;
}

.news_content .news_scroll .swiper-button-disabled:after,
.news_content .news_scroll .swiper-button-disabled:after {
	opacity: 1;
}

.news_content .news_scroll .swiper-button-prev:hover,
.news_content .news_scroll .swiper-button-next:hover {
	border-color: #75b851;
	color: #75b851;
}



@media only screen and (max-width: 992px) {
	.news_content {
		padding: 0.4rem 0 0.6rem;
	}

	.news_content .news_scroll {
		margin: 0.1rem 0rem 0
	}

	.news_content .swiper-slide {
		padding: 0.3rem 0.1rem;
	}

	.news_content .news_scroll .swiper-button-next {
		right: -0.18rem;
	}

	.news_content .news_scroll .swiper-button-prev {
		left: -0.18rem;
	}

	.news_content .swiper-slide .column .title {
		font-size: 16px;
		height: 48px;
	}
}

@media only screen and (max-width: 768px) {
	.news_content {
		padding: 0.4rem 0 0.5rem
	}

	.news_content .swiper-slide {
		width: 50%;
	}

	.news_content .swiper-slide .column .wrap {
		padding: 0.3rem 0.1rem;
	}

}

@media only screen and (max-width: 500px) {
	.news_content .news_scroll {
		margin: 0.1rem -0.05rem 0
	}

	.news_content .swiper-slide {
		padding: 0.2rem 0.05rem;
	}

	.news_content .swiper-slide {
		width: 100%;
	}
}








.send_column {
	position: relative;
	z-index: 10;
	bottom: 0;
	border-radius: 0.2rem;
	padding: 0.5rem 0.4rem;
}

.send_column .main_title {
	text-align: center;
	margin-bottom: 0.2rem;
	padding-top: 0;
	background: none;
}

.send_column .main_title:before {
	display: none;
}

.send_column .main_title em {
	position: relative;
	padding-left: 0;
	z-index: 5;
}

.send_column .main_title .line {
	margin: 0.19rem auto 0;
}

.send_column .main_title em {
	margin-bottom: 0;
	font-size: 0.4rem;
	position: relative;
	padding-bottom: 0;
	line-height: 0.44rem;
}

.send_column .main_title em:after {
	display: none;
}

.send_column .text {
	margin-bottom: 0.2rem;
	color: #808080;
	max-width: 100%;
	max-height: inherit;
	margin-top: 0;
	margin-left: 0;
	font-size: 16px;
	line-height: 24px;
	display: block;
}

.single-page .send_column>.text {
	margin-bottom: 0.2rem;
	font-size: 14px;
}

.send_column ul {
	list-style: none;
	margin: 0 -0.15rem
}

.send_column ul li {
	margin-bottom: 0.2rem;
	list-style: none;
	padding: 0 0.15rem;
}

.send_column ul li p {
	margin: 0;
	margin-top: 0;
	font-size: 0.16rem;
	margin-bottom: 0;
	border-radius: 0;
	color: #333;
	text-align: left;
	text-transform: capitalize;
	background: #f3f4f4;
	padding: 5px 15px;
	border-bottom: 2px solid #c5c5c5
}

.send_column ul li p:before {
	margin-right: 10px;
	color: #74b636;
	content: "\f0ca";
	font-family: 'FontAwesome';
	font-size: 14px;
}

.send_column ul li p a {
	text-decoration: underline;
	font-size: 14px;
	display: block;
	text-transform: capitalize;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	vertical-align: middle;
}

.send_column ul li span {
	display: block;
	position: relative;
}

/*.send_column ul li span:after{content:'*';color:red;position:absolute;right:5px;top:5px;z-index:2;line-height: 20px;z-index: 111;}*/
.send_column ul li label {
	font-size: 14px;
	font-weight: 500;
	color: #6f6d68;
	text-align: left;
	line-height: 24px;
	display: block;
	margin-bottom: 0.06rem;
}

.send_column ul li input {
	background: #fff;
	height: 0.52rem;
	width: 100%;
	line-height: 0.5rem;
	padding-right: 0.2rem;
	padding-left: 0.2rem;
	font-size: 14px;
	color: #8b8d8e;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	transition: all .5s;
	box-shadow: none;
}

.send_column ul li textarea {
	height: 1.06rem;
	background: #fff;
	width: 100%;
	max-width: 100%;
	max-height: 1.06rem;
	font-size: 14px;
	padding: 0.1rem 0.2rem;
	color: #8b8d8e;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	transition: all .5s;
	box-shadow: none;
}

.send_column ul li input:focus,
.send_column ul li textarea:focus {
	color: #333;
	background: #fff;
	border-color: #74b636;
}

.send_column ul li input:-ms-input-placeholder {
	color: #8b8d8e;
}

/* Internet Explorer 10+ */
.send_column ul li input::-webkit-input-placeholder {
	color: #8b8d8e;
}

/* WebKit browsers */
.send_column ul li input::-moz-placeholder {
	color: #8b8d8e;
}

/* Mozilla Firefox 4 to 18 */
.send_column ul li input:-moz-placeholder {
	color: #8b8d8e;
}

/* Mozilla Firefox 19+ */

.send_column ul li textarea:-ms-input-placeholder {
	color: #8b8d8e;
}

/* Internet Explorer 10+ */
.send_column ul li textarea::-webkit-input-placeholder {
	color: #8b8d8e;
}

/* WebKit browsers */
.send_column ul li textarea::-moz-placeholder {
	color: #8b8d8e;
}

/* Mozilla Firefox 4 to 18 */
.send_column ul li textarea:-moz-placeholder {
	color: #8b8d8e;
}

/* Mozilla Firefox 19+ */
.send_column .main_more {
	margin-top: 0;
}

.send_column .send {
	color: #fff;
	text-align: center;
	height: 0.5rem;
	line-height: 0.5rem;
	text-transform: capitalize;
	font-size: 16px;
	position: relative;
	display: inline-block;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	background: #74b636;
	border-radius: 5px;
	margin-top: 0.06rem;
	transition: all .9s;
	font-weight: 600;
}

.send_column .send input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 5;
	background: none;
	font-size: 14px;
	color: #ffffff;
}

.send_column .send:before {
	position: absolute;
	content: '';
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .04) 1%, rgba(255, 255, 255, .6) 30%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, .85) 70%, rgba(255, 255, 255, .85) 90%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
	width: 30%;
	height: 100%;
	transform: skew(-10deg, 0deg);
	animation: move 2s;
	animation-iteration-count: infinite;
	animation-delay: 0s;
	border-radius: 0;
	border: none;
	display: none
}

.send_column .send:hover:before {
	display: block
}

.send_column ul li.ny-con-cx-03 {
	display: flex;
	align-items: center;
}

.send_column ul li.ny-con-cx-03 input {
	min-width: 160px;
	max-width: 240px;
	padding-left: 10px;
}

.send_column ul li.ny-con-cx-03 img {
	margin: 10px !important;
}

.send_column ul li.ny-con-cx-03 .refresh {
	display: inline-block;
	text-transform: capitalize;
	font-size: 14px;
	min-width: 10.2rem;
}

.send_column ul li.ny-con-cx-03 .refresh:hover {
	color: #333333;
}

.send_column ul li .cform-item__wrap {
	display: flex;
	align-items: center;
}

.send_column ul li .cform-item__wrap input {
	min-width: 160px;
	max-width: 240px;
	padding-left: 10px;
}

.send_column ul li .cform-item__wrap img {
	margin: 10px !important;
}

.send_column ul li .cform-item__wrap .refresh {
	display: inline-block;
	text-transform: capitalize;
	font-size: 14px;
	min-width: 10.2rem;
	line-height: 0.2rem;
}

.send_column ul li .cform-item__wrap .refresh:hover {
	color: #333333;
}

.send_column ul.messageList2 li {
	list-style: none;
	padding: 0 8px
}

.send_column ul.messageList2 li label.gfield_label {
	font-weight: normal;
	font-size: 16px;
	color: #333;
	margin-bottom: 0.15rem;
	display: block
}

.send_column ul.messageList2 li label.gfield_label span {
	display: inline-block
}

.send_column ul.messageList2 li label.gfield_label span:before {
	display: none
}

.send_column ul.messageList2 li input {
	border: 2px solid #e5e5e5;
	height: 14px;
	width: 14px;
	line-height: 20px;
	background-color: #fff;
	padding-left: 15px;
	color: #808080;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05) inset;
	margin: 0;
}

.send_column ul.messageList2 .gfield_checkbox {
	display: flex;
	flex-wrap: wrap;
	margin: 0
}

.send_column ul.messageList2 .gfield_checkbox li {
	width: 20%;
	display: inline-flex;
	padding: 0 8px 5px 0;
	align-items: center;
	margin-bottom: 2px
}

.send_column ul.messageList2 .gfield_checkbox li label {
	margin-left: 5px;
	margin-bottom: 0;
	font-size: 16px;
}



@media only screen and (max-width: 1280px) {
	.send_column .main_title img {
		max-width: 1.1rem
	}

	.send_column .main_title em {
		font-size: 0.34rem
	}

}

@media only screen and (max-width: 992px) {
	.send_column ul.messageList2 .gfield_checkbox li {
		width: 25%
	}

	.send_column {
		padding: 0.3rem
	}
}

@media only screen and (max-width: 768px) {
	.send_column .text {
		font-size: 14px
	}

	.send_column .main_title {
		padding-bottom: 0
	}

	.page_section .main_title em {
		font-size: 26px;
	}

	.send_column ul.messageList2 .gfield_checkbox li {
		width: 33.33%
	}

	.send_column .main_title em:before {
		display: none
	}

	.send_column ul li {
		margin-bottom: 0.2rem
	}

	.send_column {
		padding: 0.3rem 0.05rem
	}

	.send_column .text {
		font-size: 14px;
		line-height: 20px
	}
}

@media only screen and (max-width: 438px) {
	.send_column ul.messageList2 .gfield_checkbox li {
		width: 50%
	}


}

@keyframes move {
	0% {
		left: 0;
		opacity: 0
	}

	5% {
		opacity: .0
	}

	48% {
		opacity: .2
	}

	80% {
		opacity: .0
	}

	100% {
		left: 82%
	}
}



.letter_content {
	position: relative;
}

.letter_content .container {
	position: relative;
	z-index: 5;
}

.letter_content_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 0.65rem 0 0.5rem;
}

.letter_content .letter_title {
	display: inline-flex;
	align-items: center;
}

.letter_content .letter_title em {
	font-style: normal;
	color: #fff;
	font-size: 0.26rem;
	line-height: 0.3rem;
	margin-left: 0.3rem;
	text-transform: uppercase;
}

.letter_content .letter_title img {
	width: 0.48rem;
	min-width: 0.48rem;
	max-width: 0.48rem
}

.letter_content .letter-input {
	width: 5.7rem;
	position: relative;
}

.letter_content .letter-input .fot_input {
	height: 0.6rem;
	width: 100%;
	line-height: 0.6rem;
	background: #d4e0d4;
	padding-left: 0.25rem;
	font-size: 16px;
	color: #0c6f43;
	border: none;
	border-radius: 10px;
	font-weight: 600;
	padding-right: 0.4rem;
}

.letter_content .letter-input .fot_input:focus {
	color: #333;
}

.letter_content .letter-input .send {
	display: inline-flex;
	height: 0.6rem;
	position: absolute;
	align-items: center;
	justify-content: center;
	background: none;
	border-radius: 0;
	top: 0;
	right: .25rem;
}

.letter_content .letter-input .send:after {
	content: '';
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	width: 14px;
	height: 14px;
	background-position: -214px -232px;
}

.letter_content .letter-input .send input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 5;
	background: none;
	font-size: 14px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase
}

.letter_content .fot_input::-moz-placeholder {
	color: #0c6f43;
	opacity: 1;
}

.letter_content .fot_input:-ms-input-placeholder {
	color: #0c6f43;
}

.letter_content .fot_input::-webkit-input-placeholder {
	color: #0c6f43;
}


.letter_content .social_icons {
	float: none;
	margin-top: 0;
	display: flex;
	align-items: center;
}

.letter_content .social_icons li {
	margin-right: 0;
	margin-left: 0.22rem;
	padding: 0
}

.letter_content .social_icons li a {
	height: 0.44rem;
	width: 0.44rem;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	display: flex;
	align-items: center;
	justify-content: center
}



/*footer*/

.footer .container {
	position: relative;
	z-index: 5;
}


.footer {
	background: #0c6f43
}

.footer_content {
	position: relative;
	z-index: 994;
	padding-top: 0.45rem;
	padding-bottom: 0;
	overflow: hidden;
}

.footer .foot_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 179px;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 179px
}

.footer .container {
	position: relative;
	z-index: 5;
}

.footer .fot_title {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 0.26rem;
	z-index: 2;
}

.footer .fot_title em {
	display: block;
	color: #ffffff;
	font-size: 22px;
	line-height: 0.28rem;
	text-transform: capitalize;
	font-style: normal;
	font-weight: 600;
}

.footer ul,
.foot_bot ul,
.footer ul li,
.foot_bot ul li {
	list-style: none;
}

.icon-minus-sign,
.icon-plus-sign {
	width: 14px;
	height: 14px;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.icon-minus-sign:before,
.icon-minus-sign:after,
.icon-plus-sign:before,
.icon-plus-sign:after {
	content: '';
	display: inline-block;
	background: #fff;
	width: 14px;
	height: 2px;
	margin: 2px 0;
}

.icon-plus-sign {
	width: 14px;
	height: 14px;
}

.icon-plus-sign:before,
.icon-plus-sign:after {
	width: 14px;
}

.icon-plus-sign:after {
	transform: rotate(90deg) translate(-6px, 0px);
	-webkit-transform: rotate(90deg) translate(-6px, 0px);
}

.icon-minus-sign:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}

.icon-minus-sign:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}

.fot_title .column_icon_toggle {
	display: none;
}


.fot_con {
	float: left;
	width: 34%;
	padding-right: 1.1rem;
	position: relative;
	z-index: 2;
}

.fot_con .list {}

.fot_con .list li {
	display: flex;
	align-items: center;
	line-height: 0.26rem;
	margin-bottom: 0.24rem
}

.fot_con .list li a {
	font-size: 16px;
	line-height: 24px;
	color: #ebebeb;
}

.fot_con .list li p {
	font-size: 16px;
	line-height: 24px;
	color: #ebebeb;
}

.fot_con .list li a:hover,
.fot_con .list li.phone p a:hover {
	color: #fff
}

.fot_con .list li .icon {
	min-width: 0.42rem;
	max-width: 0.42rem;
	height: 0.42rem;
	background: #ffffff;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.18rem
}

.fot_con .list li .icon i {
	display: block;
	width: 0.22rem;
	height: 0.22rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.fot_con .list li.address {
	align-items: flex-start;
}

.fot_con .list li.address .icon {
	margin-top: 2px;
}



.fot_tag {
	float: left;
	padding-right: 25px;
	width: 23%;
}

.fot_tag li {
	margin-bottom: 0.13rem;
	line-height: 24px;
}

.fot_tag li a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #ebebeb;
	transition: all .5s;
	line-height: 24px;
}

.fot_tag li a:hover {
	color: #fff;
}

.fot_pro {
	float: left;
	width: 23%;
}

.fot_pro li {
	margin-bottom: 0.13rem;
	line-height: 24px;
}

.fot_pro li a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #ebebeb;
	transition: all .5s;
	line-height: 24px;
}

.fot_pro li a:hover {
	color: #fff;
}



.fot_nav {
	float: left;
	padding-right: 15px;
	width: 17%;
}

.fot_nav li {
	margin-bottom: 0.13rem;
	line-height: 24px;
}

.fot_nav li a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #ebebeb;
	transition: all .5s;
	line-height: 24px;
	text-transform: capitalize;
}

.fot_nav li a:hover {
	color: #fff;
}



.footer-bottom .fot_logo {}

.footer-bottom .fot_logo a {
	display: block;
}

.footer-bottom .fot_logo a img {
	max-width: 2.55rem
}


.footer-bottom {
	text-align: center;
	position: relative;
	z-index: 10;
	color: #d6d6d6;
	padding-bottom: 38px;
	margin-top: 0.45rem;
}

.footer-bottom .footer_box {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 0.2rem;
	display: flex;
	justify-content: space-between;
}

.footer-bottom .copy {
	color: #d6d6d6;
	font-size: 14px;
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
}

.footer-bottom .copy p {
	margin: 0;
	display: inline-block;
	color: #d6d6d6;
}

.footer-bottom .copy a {
	color: #d6d6d6;
	font-size: 14px;
	display: inline-block;
	margin: 0 3px;
}

.footer-bottom .copy span,
.footer-bottom .copy span a {
	color: #fff;
	text-decoration: underline;
}

.footer-bottom .copy a:hover,
.footer-bottom .copy span a:hover {
	color: #fff;
}

.footer-bottom .foot_ipv6 {
	display: inline-flex;
	align-items: center;
	color: #d6d6d6;
	font-size: 14px;
}

.footer-bottom .foot_ipv6 img {
	max-width: 36px;
	margin: 0 5px;
}

.footer-bottom .foot_ipv6 .ico {
	border: 1px solid #b2b2b2;
	padding: 2px;
	font-size: 10px;
	color: #b2b2b2;
	display: inline-block;
	margin: 0;
	line-height: 14px;
	margin-left: 5px;
	font-style: italic;
}

.footer-bottom .friendly p {
	margin: 0;
	display: inline-block;
	color: #d6d6d6;
	font-size: 14px;
}

.footer-bottom .friendly {
	display: inline-block;
}

.footer-bottom .friendly a {
	color: #d6d6d6;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
}

.footer-bottom .friendly a:hover {
	color: #fff;
}

.footer-bottom .fot_link {
	padding-top: 0;
	color: #d6d6d6;
	float: right;
	line-height: 20px;
	font-size: 14px
}

.footer-bottom .fot_link a {
	color: #d6d6d6;
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px
}

.footer-bottom .fot_link a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-bottom .fot_link em {
	display: inline-block;
	font-style: normal;
	margin: 0 0.05rem;
}

@media only screen and (max-width: 1460px) {
	.fot_con {
		padding-right: 0.8rem;
	}
}


@media only screen and (max-width: 1239px) {
	.letter_content_box {
		padding: 0.4rem 0
	}

	.footer .fot_title em {
		font-size: 20px;
	}

	.fot_con .list li p,
	.fot_con .list li a,
	.fot_pro li a,
	.fot_nav li a,
	.fot_tag li a {
		font-size: 14px;
	}

	.footer-bottom .footer_box {
		display: block;
	}
}


@media only screen and (max-width: 992px) {
	.footer {
		clip-path: none
	}

	.footer .container {
		position: inherit
	}

	.fot_nav,
	.fot_pro {
		display: none;
	}

	.fot_tag {
		margin-top: 0.2rem;
	}

	.fot_tag,
	.fot_con {
		padding-right: 0;
		width: 100%;
	}

	.fot_tag .list {
		display: flex;
		flex-wrap: wrap;
	}

	.fot_tag .list li {
		margin-right: 0.05rem;
		background: rgba(255, 255, 255, 0.1);
		padding: 0.05rem;
		border-radius: 0.02rem
	}

	.fot_con .fot_conts_more {
		display: none
	}

	.footer-bottom {
		margin-top: 0.3rem
	}

	.footer-bottom .copy {
		display: block
	}
}

@media only screen and (max-width: 768px) {
	.letter_content .main_title em {
		font-size: 0.3rem
	}

	.letter_content_box {
		display: block;
	}

	.letter_content .social_icons {
		margin-top: 0.3rem;
	}

	.letter_content .social_icons li {
		margin-left: 0;
		margin-right: 0.15rem;
	}

	.letter_content .letter-input {
		width: 100%;
	}

	.footer_content {
		padding-bottom: 0.5rem;
	}

	.footer-bottom .fot_link {
		float: none;
	}

	.fot_con .list li {
		margin-bottom: 0.15rem;
	}
}


@media only screen and (max-width: 475px) {
	.fot_tag {
		display: none
	}

}








/*back-top*/
.progress-wrap {
	position: fixed;
	right: 0.4rem;
	bottom: 1.0rem;
	height: 0.46rem;
	width: 0.46rem;
	cursor: pointer;
	display: block;
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f106";
	text-align: center;
	line-height: 0.46rem;
	font-size: 0.24rem;
	color: #74b636;
	left: 0;
	top: 0;
	height: 0.46rem;
	width: 0.46rem;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: #74b636;
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

#online_qq_layer {
	z-index: 9999991;
	position: fixed;
	right: 0.4rem;
	bottom: 1.6rem;
	font-size: 13px;
}

#floatShow {
	display: block;
}

#floatHide {
	display: none;
}

#online_qq_tab {
	position: relative;
	z-index: 9;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #74b636;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#online_qq_tab #floatShow {
	line-height: 50px;
	position: relative;
	color: #fff;
	font-size: 13px;
	text-transform: capitalize;
	transition: all .5s ease;
	width: 100%;
	height: 100%;
	display: block;
}

#online_qq_tab #floatShow p {
	background-color: #ebebeb;
	margin: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #43474e;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: -.02em;
	line-height: 1.5;
	margin-right: 7px;
	padding: 8px 13px;
	position: absolute;
	right: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0 ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	width: 120px;
	display: none
}

#online_qq_tab .animated {
	opacity: 1;
}

#online_qq_tab #floatShow .online_icon {
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s ease;
}

#online_qq_tab #floatShow .online_icon svg {
	width: 32px;
	height: 32px;
	fill: #74b636;
	transition: all .5s ease;
}

#online_qq_tab #floatShow .online_open,
#online_qq_tab #floatShow .online_close {
	transition: all .5s ease;
}

#online_qq_tab #floatShow .online_open {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	display: inline-flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

#online_qq_tab #floatShow .online_mobile {
	display: none;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	transition: all .5s ease;
}

#online_qq_tab #floatShow .online_mobile svg {
	fill: #fff;
}

#online_qq_tab #floatShow:hover .online_open {
	opacity: 1;
}

#online_qq_tab #floatShow:hover .online_close {
	opacity: 0;
}

#online_qq_tab #floatShow:hover {
	margin-right: 0;
}

#online_qq_tab .circle {
	background: rgba(116, 182, 54, 0.1);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	z-index: 49;
	transform: scale(1);
	-webkit-transform: scale(1);
	left: 0;
	transition: all .5s ease;
}

#online_qq_tab .animated-circles.animated .c-1 {
	animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}

#online_qq_tab .animated-circles.animated .c-2 {
	animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}

#online_qq_tab .animated-circles.animated .c-3 {
	animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}

#online_qq_tab.animation-stopped .circle {
	opacity: 0 !important
}

#online_qq_tab.animation-stopped .circle {
	opacity: 0 !important
}

#online_qq_tab #floatHide {
	font-family: "FontAwesome";
	height: 100%;
	color: #fff;
	width: 100%;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	transition: all .5s ease;
	display: block;
	opacity: 0;
}

#online_qq_tab #floatHide:after {
	border-radius: 0;
	color: #999;
	font-family: "FontAwesome";
	font-size: 20px;
	content: "\f00d";
	color: #fff;
	line-height: 50px;
}

#onlineService {
	display: inline;
	width: 350px;
	display: none;
	font-size: 14px;
	border-top: none;
	margin-bottom: 70px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.15) 0px 5px 30px 0px, rgba(0, 0, 0, 0.05) 0px 3px 3px 0px;
	border-radius: 5px;
	background: #f9fafa;
}

#online_qq_tab #floatShow:hover,
#online_qq_tab #floatHide:hover {
	text-decoration: none;
}

@keyframes scaleToggleOne {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	50% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleTwo {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	20% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	60% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleThree {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	33% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	66% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

#onlineService {
	display: inline;
	width: 3.5rem;
	overflow: hidden;
	display: none;
	background: #fff;
	font-size: 14px;
	border-top: none;
	border-radius: 0.15rem 0.15rem 0 0;
}

#online_qq_layer .inquiry .send {
	color: #fff;
	text-align: center;
	height: 0.4rem;
	line-height: 0.4rem;
	text-transform: capitalize;
	font-size: 14px;
	position: relative;
	display: inline-block;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	border-radius: 0;
	background: #74b636;
	margin-top: 0.06rem;
	transition: all .9s;
	font-weight: 700;
	border-radius: 0.03rem;
}

#online_qq_layer .inquiry .send input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 5;
	background: none;
	font-size: 14px;
	color: #ffffff;
}

#online_qq_layer .inquiry .send:before {
	position: absolute;
	content: '';
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .04) 1%, rgba(255, 255, 255, .6) 30%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, .85) 70%, rgba(255, 255, 255, .85) 90%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
	width: 30%;
	height: 100%;
	transform: skew(-10deg, 0deg);
	animation: move 2s;
	animation-iteration-count: infinite;
	animation-delay: 0s;
	border-radius: 0;
	border: none;
	display: none
}

#online_qq_layer .inquiry .send:hover:before {
	display: block
}

#onlineService .title_box {
	display: flex;
	background-image: -moz-linear-gradient(90deg, #74b636 0, #74b636 100%);
	background-image: -webkit-linear-gradient(90deg, #74b636 0, #74b636 100%);
	background-image: -ms-linear-gradient(90deg, #74b636 0, #74b636 100%);
	padding: 0 12px;
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
	cursor: move;
	background: 0 0 !important;
	z-index: 22222;
	height: 0.7rem;
	align-items: baseline;
}

#onlineService .title_box:after {
	opacity: 1;
	content: '';
	position: absolute;
	left: 0;
	background-size: cover;
	z-index: 1;
	width: calc(100% + 0.1rem);
	top: auto;
	height: calc(100% + 0.1rem);
	box-shadow: 0 1px 5px 0 rgb(0 0 0 / 21%);
	transform: skewY(3deg);
	-webkit-transform: skewY(3deg);
	-moz-transform: skewY(3deg);
	-o-transform: skewY(3deg);
	-ms-transform: skewY(3deg);
	background-image: -moz-linear-gradient(90deg, #74b636 0, #74b636 100%);
	background-image: -webkit-linear-gradient(90deg, #74b636 0, #74b636 100%);
	background-image: -ms-linear-gradient(90deg, #74b636 0, #74b636 100%);
	bottom: 0.15rem;
}

#onlineService .title {
	display: block;
	font-size: 0.2rem;
	padding: 0.1rem 0.1rem 0.1rem;
	padding-bottom: 0.24rem;
	line-height: 24px;
	text-transform: capitalize;
	margin-bottom: 0;
	color: #fff;
	border-radius: 0;
	width: 100%;
	z-index: 999;
	font-style: normal;
	font-weight: 500;
}

#onlineService .title b {
	color: #fff;
}

#onlineService .text {
	margin-bottom: 10px;
	color: #808080;
	line-height: 0.18rem;
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0;
	font-weight: 400;
}

.i_message_inquiry .inquiry {
	padding: 0.2rem 0rem;
	border-radius: 0;
	padding-top: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 4.7rem;
}

.i_message_inquiry .inquiry::-webkit-scrollbar {
	width: 5px;
}

.i_message_inquiry .inquiry::-webkit-scrollbar-track {
	background-color: #cccccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.i_message_inquiry .inquiry::-webkit-scrollbar-thumb {
	background-color: #999999;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.i_message_inquiry .inquiry::-webkit-scrollbar-thumb:hover {
	background-color: #74b636;
}

.i_message_inquiry .inquiry form {
	padding: 0 0.2rem;
}

.i_message_inquiry .inquiry .form-control {
	border: 1px solid #ccc;
	background: none;
	line-height: 0.38rem;
	height: 0.4rem;
	color: #666;
	font-size: 14px;
	width: 100%;
	box-shadow: none;
	padding-right: 0.1rem;
	background-position: 95% 12px;
	background-repeat: no-repeat;
	padding-left: 0.1rem;
	border-radius: 0.02rem;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
}

.i_message_inquiry .inquiry .form-control:focus {
	color: #333;
	background-color: #fafafa;
	border-color: #74b636;
}

.i_message_inquiry .inquiry .input-group {
	background: #fff;
	margin-bottom: 0.1rem;
	width: 100%;
	border: none;
}

.i_message_inquiry .inquiry .input-group span {
	display: block;
	position: relative;
}

.i_message_inquiry .inquiry .input-group span:before {
	content: '*';
	color: red;
	position: absolute;
	right: 5px;
	top: 0;
	z-index: 2;
	line-height: 48px;
	z-index: 111;
}

.i_message_inquiry .inquiry .input-group span.ms_m .form-control {
	height: 0.7rem;
	padding-top: 0.06rem;
	line-height: 0.2rem;
	max-height: 0.7rem;
	max-width: 100%;
	width: 100%;
	min-height: 0.7rem;
}

.i_message_inquiry .inquiry .input-group span.ms_p:before,
.i_message_inquiry .inquiry .input-group span.ms_n:before {
	display: none;
}

.i_message_inquiry .inquiry #auth_code1 {
	margin-top: 0.1rem;
}

.i_message_inquiry .inquiry .refresh {
	font-size: 14px;
	margin-left: 0.1rem;
	color: #666;
	display: inline-block;
	vertical-align: middle;
}

.i_message_inquiry .inquiry .form-control:-ms-input-placeholder {
	color: #666;
}

/* Internet Explorer 10+ */
.i_message_inquiry .inquiry .form-control::-webkit-input-placeholder {
	color: #666;
}

/* WebKit browsers */
.i_message_inquiry .inquiry .form-control::-moz-placeholder {
	color: #666;
}

/* Mozilla Firefox 4 to 18 */
.i_message_inquiry .inquiry .form-control:-moz-placeholder {
	color: #666;
}

/* Mozilla Firefox 19+ */

.i_message_inquiry .international-support {
	font-size: 14px;
	text-align: center;
	margin-bottom: 0;
	margin-top: 0.2rem
}

.i_message_inquiry .international-support a {
	color: #777473;
	text-decoration: underline
}

.i_message_inquiry .cid-banner {
	background: #74b636;
	padding: 0.1rem 0.15rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin-top: 0.1rem
}

.i_message_inquiry .cid-banner .cid-number {
	display: flex;
	flex-direction: row;
	line-height: 0.26rem;
}

.i_message_inquiry .cid-banner .cid-number-label {
	font-size: 0.18rem;
	font-weight: 400
}

.i_message_inquiry .cid-banner a {
	color: #fff;
	font-size: 0.18rem;
	font-weight: 400
}

.i_message_inquiry .inquiry_text {
	text-align: center;
	color: #333;
	margin-top: 0.15rem
}

.i_message_inquiry .inquiry_text .inquiry_text_p {
	font-size: 14px;
	text-transform: capitalize;
	text-decoration: underline
}

.i_message_inquiry .inquiry_text .inquiry_text_p:hover {
	color: #74b636;
	cursor: pointer
}

.i_message_inquiry .inquiry_text .call-hours {
	margin: 0.1rem auto 0.2rem;
	max-width: 320px;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 0.24rem;
	display: none
}

.i_message_inquiry .inquiry .input-group span.ms_m .form-control::-webkit-scrollbar {
	width: 5px;
}

.i_message_inquiry .inquiry .input-group span.ms_m .form-control::-webkit-scrollbar-track {
	background-color: #cccccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.i_message_inquiry .inquiry .input-group span.ms_m .form-control::-webkit-scrollbar-thumb {
	background-color: #999999;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.i_message_inquiry .inquiry .input-group span.ms_m .form-control::-webkit-scrollbar-thumb:hover {
	background-color: #74b636;
}

@media only screen and (max-width: 768px) {
	#onlineService .title_box:after {
		width: calc(100% + 10px);
		height: calc(100% + 10px);
		transform: skewY(1deg);
		-webkit-transform: skewY(1deg);
		-moz-transform: skewY(1deg);
		-o-transform: skewY(1deg);
		-ms-transform: skewY(1deg);
		bottom: 0.15rem;
	}

	#onlineService .title_box {
		height: 60px
	}
}

/*fixed-contact*/
.fixed-contact {
	z-index: 999999;
	position: fixed;
	right: 0;
	top: 20%;
	width: 50px;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .4s;
	transform: translateX(95px);
	-webkit-transform: translateX(95px);
	-moz-transform: translateX(95px);
}

.fixed-contact.show {
	transform: none;
	opacity: 1;
	filter: alpha(opacity=100);
}

.fixed-contact.active {
	width: 260px;
}

.fixed-contact li {
	position: relative;
	height: 50px;
	overflow: hidden;
	transition: all .4s;
	list-style: none;
	background: #74b636;
	background-size: cover;
	margin-bottom: 1px;
}

.fixed-contact.active li a {
	opacity: 1;
}

.fixed-contact li a {
	position: relative;
	z-index: 1000;
	display: block;
}

.fixed-contact li i {
	z-index: 1000;
	position: absolute;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	transition: all .4s;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/icon.png)
}

.mobile_nav a:nth-child(4) {
	float: right;
}

@media only screen and (max-width: 992px) {

	#service {
		display: none;
	}

	#onlineService01 {
		width: 0.15rem;
	}

	.onlineMenu .call-top {
		padding: 0.08px 0.05px;
	}

	.onlineMenu .call-top p {
		font-size: 16px;
	}

	.onlineMenu ul {
		padding: 0.1rem;
	}

	.onlineMenu .call>p {
		padding-left: 0.2rem;
		font-size: 14px;
	}

	.onlineMenu .call>p a {
		font-size: 14px;
	}

	.onlineMenu .call>p.ser01,
	.onlineMenu .call>p.ser02,
	.onlineMenu .call>p.ser03,
	.onlineMenu .call>p.ser04,
	.onlineMenu .call>p.ser05 {
		background-size: 12px;
	}

	.back_top {
		right: 0;
		bottom: 80px;
		width: 44px;
		height: 44px;
		border-radius: 0;
		border-right: none;
	}

	.back_top:before {
		font-size: 16px;
		line-height: 36px;
	}

	#online_qq_tab #floatShow:before {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	#online_qq_layer {
		right: 0;
	}

	#onlineService {
		width: 100%;
	}

	#online_qq_layer {
		width: 100%;
		bottom: 0;
	}

	#online_qq_tab {
		width: 48px;
		height: 48px;
		border: 2px solid rgba(255, 255, 255, 0.4);
		padding: 0;
		box-shadow: none;
		border-radius: 50%;
		z-index: 9999999999;
		right: 50%;
		margin-right: -25px;
		bottom: 5px;
		position: absolute;
	}

	#online_qq_tab #floatShow .online_icon {
		width: 100%;
		height: 100%;
		left: 0;
		margin-top: 0;
		top: 0;
	}

	#online_qq_tab #floatShow .online_close,
	#online_qq_tab #floatShow .online_open {
		display: none;
	}

	#online_qq_tab #floatShow .online_mobile {
		display: flex;
	}

	#online_qq_tab #floatShow p {
		display: none;
	}

	#online_qq_tab #floatShow:after {
		display: none;
	}

	#online_qq_tab #floatHide:after {
		line-height: 44px;
	}

	#online_qq_tab .animated-circles {
		display: none;
	}

	.mobile_nav {
		display: block;
	}

	.mobile_nav a p {
		text-transform: capitalize;
	}

	.mobile-footer-bottom {
		padding-bottom: 1.2rem;
	}

	.mobile_nav {
		display: block;
		box-sizing: content-box;
		padding-bottom: constant(safe-area-inset-bottom);
		padding-bottom: env(safe-area-inset-bottom);
	}

	#online_qq_layer {
		display: block;
		box-sizing: content-box;
		margin-bottom: constant(safe-area-inset-bottom);
		margin-bottom: env(safe-area-inset-bottom);
	}

	.progress-wrap {
		display: block;
		box-sizing: content-box;
		margin-bottom: constant(safe-area-inset-bottom);
		margin-bottom: env(safe-area-inset-bottom);
	}

	#onlineService .i_message_inquiry .main-more input {}

}

@media only screen and (max-width: 475px) {
	.mobile_nav a p {
		text-transform: capitalize;
		font-weight: 300;
		font-size: 12px;
	}
}

/*page*/
.page_news {}

.page_banner {
	text-align: center;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 5;
}

.page_banner img {
	max-width: 100%;
	height: auto;
	width: 100%;
	position: relative;
	z-index: 2;
}

.page_banner .ovrly {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #000;
	opacity: 0;
}

.page_banner>a {
	display: block
}

.page_section {
	position: relative;
	padding-top: 0.5rem;
	padding-bottom: 0.7rem;
	z-index: 99;
}

.page_section.page_gary {
	background: #fafafa;
}

.page_products {
	position: relative;
	padding-top: 0px;
	z-index: 5;
	z-index: 2;
	padding-bottom: 0px;
}

.page_section .container>.row {
	margin: 0
}

.breadcrumb_m {
	background: #f5f5f5;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 0.15rem;
	padding-top: 0.15rem;
}

.breadcrumb_m .page_title {
	display: none;
}

.breadcrumb {
	font-size: 14px;
	border-radius: 0;
	text-transform: capitalize;
	text-align: left;
	margin: 0;
	color: #808080;
	padding: 0;
	width: 100%;
	z-index: 5;
	background-color: transparent;
}

.breadcrumb .bread_right {
	padding-top: 0;
	line-height: 0.2rem;
	font-size: 14px;
	color: #808080;
	position: relative;
	z-index: 5;
	margin-bottom: 0;
	padding-left: 0;
	display: inline-block;
}

.breadcrumb>i {
	margin: 0 5px;
	display: inline-block;
	color: #808080;
	vertical-align: middle;
}

.breadcrumb a.home i {
	margin-right: 5px;
}

.breadcrumb a.home {
	color: #333;
	font-weight: 500;
}

.breadcrumb a {
	color: #808080;
	font-size: 14px;
	text-transform: capitalize;
	display: inline-block;
	vertical-align: middle;
}

.breadcrumb a:hover {
	color: #74b636;
}

.breadcrumb p,
.breadcrumb h2 {
	margin: 0;
	display: inline-block;
	padding: 0;
	font-size: 14px;
	line-height: 22px;
	color: #808080;
	vertical-align: middle;
	font-weight: 400;
}

.breadcrumb .attachment_line_top {
	display: none;
}

.single-page {}

.single-page .text {
	font-size: 16px;
}

.single-page .text img {
	max-width: 100%;
	height: auto;
}

.single-page .text a:hover {
	color: #74b636;
}

.single-page .text ul {
	padding-left: 0.2rem;
}

.single_con_left {
	padding-left: 0;
	padding-right: 50px;
}

.page_footer {
	padding-top: 50px;
	margin-top: 0;
}



.page_nav02 {
	list-style: none;
	text-align: center;
	background: #fff;
	margin-bottom: 0.4rem;
}

.page_nav02 .list {
	list-style: none;
	text-align: left;
	border-bottom: 1px solid #eee;
}

.page_nav02 .list li {
	display: inline-block;
	margin-bottom: 0;
	padding: 0;
	margin: 0 5px;
	list-style: none;
}

.page_nav02 .list li a {
	display: block;
	padding: 0.07rem 0.1rem 0.1rem;
	font-size: 18px;
	line-height: 24px;
	text-transform: capitalize;
	color: #666;
	transition: all .5s;
	position: relative;
	font-weight: 500;
}

.page_nav02 .list li a:hover,
.page_nav02 li.active a {
	text-decoration: none;
	color: #74b636;
	background: #fff;
}

.page_nav02 .list li a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #74b636;
	display: block;
	transform: scaleX(0);
	transition: all 0.4s ease 0s;
	transform-origin: 0 0 0;
	z-index: 0;
}

.page_nav02 .list li a:hover:after,
.page_nav02 li.active a:after {
	transform: scaleX(1);
	visibility: visible;
}


@media only screen and (max-width: 768px) {

	.page_nav02 .list li a {
		padding: 0.05rem 0.02rem 0.12rem;
		text-transform: capitalize;
		font-size: 16px
	}

	.page_nav02 {
		margin-bottom: 0.3rem;
	}

	.page_section:before {
		display: none;
	}
}

@media only screen and (max-width: 410px) {
	.page_nav02 .container {
		padding: 0 15px
	}
}


.page_nav {
	margin-bottom: 0;
	padding: 0;
	padding-bottom: 0rem;
	margin-bottom: 0.4rem;
	position: relative;
	border-bottom: 2px solid #E9EAEB;
}

.page_nav ul {
	list-style: none;
	text-align: center;
	display: flex;
	align-items: center;
	border-radius: 0;
	justify-content: center;
	flex-wrap: wrap
}

.page_nav li {
	display: inline-block;
	margin-bottom: 0;
	list-style: none;
	width: 25%;
}

.page_nav li:last-child {
	border-right-color: transparent;
}

.page_nav li a {
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	text-transform: capitalize;
	transition: all .5s;
	position: relative;
	z-index: 5;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	padding-bottom: 0.2rem;
}

.page_nav li:last-child a:after {}

.page_nav li a p {
	margin: 0;
	margin-left: 0;
	color: #0c6f43;
	transition: all .5s;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%
}

.page_nav li a:after {
	bottom: -2px;
	left: 0;
	content: '';
	height: 2px;
	width: 100%;
	position: absolute;
	pointer-events: none;
	background: #0c6f43;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
}

.page_nav li a:hover,
.page_nav li.active a {
	text-decoration: none;
	color: #0c6f43;
}

.page_nav li a:hover p,
.page_nav li.active a p {
	color: #0c6f43;
}

.page_nav li a:hover,
.page_nav li.active a {}

.page_nav li a:hover:after,
.page_nav li.active a:after {
	opacity: 1;
	filter: alpha(opacity=100);
}

.page_nav li a p:before {
	content: ' ';
	position: absolute;
	background: rgba(255, 255, 255, 0.15);
	width: 46px;
	height: 46px;
	top: -21px;
	left: -26px;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	z-index: -1
}

.page_nav li a p:hover:before {
	width: 200px;
	height: 200px;
	left: -15px;
	top: -50px;
}



.page_section02 {
	background: #fff;
	padding-bottom: 40px;
}

.page_section02 .breadcrumb {
	background: #f8f8f8;
	margin-bottom: 60px;
	padding-bottom: 50px;
}

@media only screen and (max-width: 992px) {
	.page_banner {
		margin-top: 0;
	}

	.page_banner .attachment_line_top {
		display: none;
	}

	.page_banner .attachment_line_bottom {
		display: none;
	}

	.page_section {
		padding-bottom: 0.4rem;
		padding-top: 0.3rem;
	}
}

@media only screen and (max-width: 768px) {
	.page_banner .page_about_title em {
		text-align: center
	}

	.page_banner .page_about_title em {
		background-position: center bottom;
		margin-bottom: 0
	}

	.page_section {
		background: none;
	}

	.page_section.page_gary {
		background: #f7f7f7;
	}

	.page_section>.container:before {
		left: 0;
		right: 0;
	}

	.page_section>.container {
		padding-top: 0;
		padding-bottom: 0;
	}

	.page_section .page_column {
		top: 0;
		padding: 30px 0 0.2rem 0;
		box-shadow: none;
	}

	.page_banner .main_title {
		background: none;
		padding: 0.2rem 0 0;
		text-align: center;
		width: 100%;
		height: 100%;
	}

	.page_banner .main_title .line {
		margin-top: 0.15rem
	}

	.page_banner img {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		height: 140px;
	}

	.breadcrumb,
	.breadcrumb a,
	.breadcrumb>i,
	.breadcrumb h2 {
		text-transform: capitalize;
		line-height: 0.2rem;
	}

	.breadcrumb:before {
		display: none;
	}

	.breadcrumb .container {
		padding-left: 10px;
	}

	.page_nav {
		display: block;
		margin-bottom: 0.2rem;
		border-bottom: none;
		padding-bottom: 0
	}

	.page_nav li {
		float: left;
		margin: 0 1px;
		padding: 0;
		border: none;
	}

	.page_nav li a {
		font-size: 14px;
		display: block;
		line-height: 18px;
	}

	.page_nav li a p {
		font-size: 14px;
		margin: 0;
		margin-top: 0;
	}

	.page_footer {
		padding-bottom: 110px;
	}

	.page_section .main_title em {
		background-size: 56px;
	}

	.page_banner .attachment_line_bottom {
		display: none;
	}

	.page_section02 .breadcrumb {
		padding-bottom: 10px;
		margin-bottom: 40px;
	}

	.single-page .text {
		font-size: 14px
	}
}

@media only screen and (max-width: 480px) {
	.page_nav li {
		width: 50%;
		padding: 5px;
		margin: 0
	}

	.page_nav li a:hover,
	.page_nav li.active a {
		border-color: #74b636;
	}
}

.page_section>.container>div>.main_title {
	text-align: left;
	margin-bottom: 0.2rem;
}


.contact_section {
	padding: 0;
}

.contact_section .page_column {
	top: 0;
	box-shadow: none;
	padding-bottom: 0;
}


.contact_info {
	position: relative;
}

.contact_info ul {
	list-style: none;
	padding: 0;
	margin-right: -15px;
	margin-left: -15px;
}

.contact_info ul li {
	position: relative;
	z-index: 2;
	margin-top: 0.1rem;
}

.contact_info ul li .column {
	text-align: center;
	padding: 0.3rem 0.15rem;
	min-height: 228px;
	;
	width: 100%;
	position: relative;
	background: #f9faf6;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
	border-radius: 0rem;
}

.contact_info ul li .wrap {
	padding-top: 10px;
}

.contact_info ul li em {
	font-size: 20px;
	font-style: normal;
	color: #333;
	text-transform: capitalize;
	margin-bottom: 0.2rem;
	line-height: 24px;
	position: relative;
	display: block;
	font-weight: 500;
}

.contact_info ul li .txt {
	font-size: 16px;
	line-height: 22px;
	color: #808080;
	padding: 0;
	width: 100%;
	text-transform: uppercase;
	margin-top: 10px;
	display: block;
}

.contact_info .icon {
	position: relative;
	margin-bottom: 10px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	width: 70px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	border-radius: 50%;
	background: #74b636;
}

.contact_info ul li span {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	transition: all .5s;
	background-image: url(../images/icon.png);
	position: relative;
	z-index: 2;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.contact_info ul li p {
	font-size: 0.16rem;
	line-height: 0.24rem;
	margin: 0;
	margin-bottom: 0.05rem;
}

.contact_info ul li p a:hover {
	color: #74b636;
}

@media only screen and (min-width: 768px) {
	.contact_info ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contact_info ul li {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

}

@media only screen and (max-width: 768px) {
	.page_contact_info {
		top: -10px;
	}

	.page_contact {
		padding-bottom: 0;
	}

	.contact_info {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 0px;
		margin-top: 0;
		border: none;
	}

	.contact_info ul {
		margin: 0;
	}

	.contact_info ul li {
		border-right: none;
		padding: 0;
		margin-bottom: 5px;
		margin-top: 10px;
	}

	.contact_info ul li .column {
		padding: 10px;
		min-height: auto;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
		background: #fff;
	}

	.contact_info ul li em {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.contact_info ul li .txt {
		margin-top: 5px;
		color: #ccc;
	}

	.contact_info ul li p {
		font-size: 15px;
	}

	.contact_info ul li .wrap {
		padding-top: 5px;
	}
}

@media only screen and (max-width: 480px) {
	.page_section .contact_l li .box {
		padding: 15px;
	}

	.page_banner .icon {
		width: 50px;
		height: 50px;
	}

	.page_banner .icon i {
		line-height: 50px;
		font-size: 16px;
	}

	.page_menu {
		display: none;
	}

	.contact_info ul {
		padding-top: 0;
	}

	.contact_info .icon {
		padding: 2px 10px;
	}
}



.page_con {
	padding-top: 60px;
}


.page_send {
	display: block !important;
}

.map {
	padding: 0;
}

.map img {
	width: 100%
}

.map .container {
	position: relative;
	z-index: 9;
}

.page_title {
	display: block;
	margin-bottom: 0.1rem;
	font-size: 0.4rem;
	line-height: 0.44rem;
	text-transform: capitalize;
	color: #222;
	padding-bottom: 0;
	position: relative;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-weight: 600;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 0.1rem;
}

.page_title:first-letter {
	color: #74b636;
}

.page_title:before {
	content: '';
	width: 9px;
	height: 9px;
	background: #eee;
	border-radius: 50%;
	position: absolute;
	left: -4px;
	bottom: -5px
}

.page_title h1,
.page_title h2 {
	font-weight: normal;
	line-height: inherit;
	font-size: inherit;
	font-weight: 700;
}

.page_title i {
	font-size: 0.2rem;
	margin-right: 10px;
	position: relative;
	color: #fff;
	z-index: 5;
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
}

.page_title i:after {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
	-webkit-transition: all .5s;
	transition: all .5s;
	background: #333333;
}

.page_con {
	padding-top: 0.7rem;
}

.contact_text {
	padding-top: 0;
	padding-left: 0.6rem;
	padding-right: 0;
}

.contact_sns {
	padding-right: 0;
	margin-top: 0;
	padding-top: 0.3rem;
}

.contact_sns .text {
	margin-bottom: 15px;
	font-size: 14px;
	color: #808080;
	line-height: 0.2rem;
}

.contact_sns a {
	display: inline-flex;
	margin: 5px;
	transition: all .5s;
	border-radius: 50%;
	transition: all .5s;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.contact_sns a:hover {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	transform: rotateY(180deg);
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.03);
}

.contact_sns a i {
	width: 18px;
	height: 18px;
	display: inline-block;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
	transition: all .5s;
}

.contact_sns a.con_sns_f {
	background: #395a99;
}

.contact_sns a.con_sns_t {
	background: #44ccf6;
}

.contact_sns a.con_sns_l {
	background: #0275b6;
}

.contact_sns a.con_sns_g {
	background: #d13f2d;
}

.contact_sns a.con_sns_y {
	background: #ff0000;
}

.contact_sns a.con_sns_b {
	background: #ff6600;
}

.contact_sns a.con_sns_p {
	background: #cb2027;
}

.contact_sns a.con_sns_v {
	background: #5e82a9;
}

.contact_sns a.con_sns_i {
	background: #d1312a;
}

.contact_right {
	width: 50%;
	float: left;
	padding-right: 0.6rem;
	font-size: 16px;
}

.contact_right .text ul {
	padding-left: 0.2rem;
}

.contact_right .text em {
	font-style: italic;
}

.page_send {
	display: block !important;
}

.social_icons li.page_title {
	display: block;
	margin-bottom: 0.2rem;
	padding-bottom: 15px !important;
}


.contact_column {
	padding: 0.55rem 0 0
}

.contact_column .send_column {
	margin-top: 0;
	background: #fff;
	border-top: 2px solid #74b636;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	border-radius: 0;
	text-align: center;
	float: left;
	width: 100%;
}

.contact_column .send_column ul li {
	text-align: left;
}

.contact_column .page_title {
	text-align: left;
	margin-bottom: 0.21rem;
}

.contact_faq {
	padding-left: 0;
}

.contact_text {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0.3rem;
}

.contact_faq .text,
.contact_text {}


.contact_sns {
	padding-right: 0;
	margin-top: 0;
	padding-top: 30px;
}

.contact_sns .text {
	margin-bottom: 15px;
	font-size: 13px;
	color: #808080;
	line-height: 20px;
}

.contact_sns a {
	display: inline-flex;
	margin: 5px;
	transition: all .5s;
	border-radius: 50%;
	transition: all .5s;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.contact_sns a:hover {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	transform: rotateY(180deg);
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.03);
}

.contact_sns a i {
	width: 18px;
	height: 18px;
	display: inline-block;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
	transition: all .5s;
}



.page_send {
	display: block !important;
}

.social_icons li.page_title {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 15px !important;
}



.message_wrap {
	padding: 0rem
}

.message_wrap .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.message_wrap .row:after,
.message_wrap .row:before {
	display: none
}

.message_wrap .send_column {
	border: none;
	box-shadow: none;
	padding-top: 0.4rem;
	padding-left: 0;
	padding-right: 0.8rem;
	padding-bottom: 0;
	box-shadow: none;
	position: relative;
	background: none;
	width: 60%
}

.message_wrap .send_column .main_title {
	margin-top: 0;
	text-align: left
}


@media only screen and (max-width: 992px) {
	.single_con_column {
		width: 100%;
		padding: 30px 0;
	}

	.contact_list {
		margin-bottom: 0;
		padding: 0;
	}

	.page_section .mes_box {
		display: block;
		padding: 0;
		margin-top: 0.2rem;
		width: 100%;
	}

	.page_con_column {
		padding: 0;
		padding-top: 30px;
		width: 100%;
	}

	.page_section .send_column {
		width: 100%;
		padding-right: 0
	}

	.contact_column .send_column {
		padding: 0.35rem 0.2rem;
	}

	.page_send {
		background-size: cover;
		margin-bottom: -50px;
	}

	.contact_right {
		width: 100%;
		margin-bottom: 0.4rem;
	}
}

@media only screen and (max-width: 768px) {
	.contact_column {
		padding: 0.2rem 0 0
	}

	.single_con_column .send_box {
		display: block;
		width: 100%;
	}

	.message {
		z-index: 9999;
	}

	.map {
		top: 0;
	}

	.map .container {
		padding: 0;
	}

	.page_title {
		font-size: 28px;
	}

	.page_title i {
		font-size: 18px;
	}

	.single_con_column .send_column {
		bottom: 0;
		margin-top: 30px;
	}

	.contact_sns a {
		margin: 3px;
	}

	.con_main {
		margin-top: 0.2rem;
	}

	.page_section .send_column ul li {
		margin-bottom: 10px;
	}

	.message_info {
		padding: 0.5rem 0;
	}

	.message_wrap {
		padding: 0rem 0;
		margin-top: 0;
		margin-bottom: 0;
	}

	.message_wrap .send_column {
		padding-left: 0rem;
		padding-right: 0rem;
	}

	.contact_right {
		padding-right: 0;
		padding-top: 30px;
		padding-bottom: 0;
		padding-left: 0;
		min-height: inherit;
	}

	.page_con {
		padding-top: 40px;
	}

	.page_column {
		padding: 0;
	}

	.contact_right .social_icons li {
		padding: 0 3px;
	}

	.contact_right .social_icons li img {
		max-width: 40px;
	}

	.contact_text {
		padding-left: 0;
	}
}

/*left*/
.page-left {
	width: 24%;
	float: left;
	margin-top: 0.1rem;
}

.page-left .fot_title {
	display: block;
	position: relative;
	padding: 12px 0 12px 0;
	background-size: cover;
}

.page-left .fot_title em {
	display: block;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 500;
}

.page-left .fot_title span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	opacity: 1;
	height: 100%;
	background-size: cover;
	background: #fff;
	border-radius: 0;
	background: #74b636;
}

.page-left .left_title .column_icon_toggle {
	display: none;
}

.page-left .left-cat .fot_title {
	padding: 24px 0;
}

.page-left .left-cat .fot_title span {
	background: #AAC1A9;
}

.page-left .left-cat .fot_title em {
	padding-left: 20px;
}

.page-left .left-pro .fot_title em {
	color: #333;
}

.page-left .left-pro .fot_title {
	border-bottom: 1px solid #eee;
}

.page-left .left-pro .fot_title span {
	height: 4px;
	width: 0.5rem;
	bottom: 0;
	top: inherit;
}




.left-cat {
	border-radius: 0.16rem 0 0 0.16rem;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

ul.mtree {
	opacity: 0;
	margin-left: 0;
	border-bottom: none;
	border-radius: 0;
	padding: 0 0 0.2rem;
	background: #fff;
	font-weight: 500;
}

ul.mtree>li {
	list-style: none;
	position: relative;
}

ul.mtree>li:last-child {
	border-bottom: none;
}

ul.mtree>li>div {
	display: flex;
	align-items: center;
	padding: 16px;
	border-left: 5px solid #fff;
}

ul.mtree>li>div>a {
	font-size: 16px;
	padding: 0.12rem 0 0.12rem 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	padding-right: 0.3rem;
	display: flex;
	align-items: center;
	text-transform: capitalize;
	color: #000;
}

ul.mtree>li>div .image {
	display: flex;
	min-width: 32px;
	max-width: 32px;
	height: 32px;
	padding: 0;
	margin-right: 0.15rem;
	background-position: 0 0;
	align-items: center;
	justify-content: center;
}

ul.mtree>li:last-child>a {
	border-bottom: none;
}

ul.mtree>li .top a p {
	margin: 0;
	padding-left: 5px;
}

ul.mtree>li .top a span {
	max-width: 36px;
	min-width: 36px;
}

ul.mtree>li h2 {
	font-size: initial;
	font-weight: normal;
}

ul.mtree a {
	display: block;
	font-size: 16px;
	color: #333;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	transition: all 0s;
	padding: 0;
	line-height: 22px;
	padding-right: 30px;
	font-weight: 500;
}

ul.mtree li ul a {
	padding: 6px 10px;
	padding-right: 30px;
}

ul.mtree.transit>li.mtree-open>b:before,
ul.mtree .mtree-level-1 li.mtree-open>b:before {
	content: "\f106";
	font-family: FontAwesome;
	font-size: 18px;
	color: #0c6f43;
	font-style: normal;
	position: absolute;
	right: 10px;
	top: 0;
	width: 30px;
	height: 65px;
	text-align: center;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.mtree .mtree-level-1 li.mtree-open>b:before {
	color: #0c6f43;
	height: 40px;
	right: 0;
}

ul.mtree.transit li.mtree-closed>b:before,
ul.mtree .mtree-level-1 li.mtree-closed>b:before {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 18px;
	color: #333333;
	font-style: normal;
	position: absolute;
	right: 10px;
	top: 0;
	width: 30px;
	height: 100%;
	text-align: center;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.mtree.transit>li:hover.mtree-closed>b:before {
	color: #333333;
}

ul.mtree li ul a li a {
	padding-left: 0.2rem;
}

ul.mtree>li:hover>div a {
	color: #0c6f43;
}

ul.mtree>li.mtree-node a ul a {
	font-size: 14px;
}

ul.mtree>li.mtree-open {}

ul.mtree>li.mtree-open>div {
	border-left: 5px solid #0c6f43;
	background: #E9EAEB;
}

ul.mtree>li.mtree-open>div a {
	color: #0c6f43;
}

ul.mtree>li:hover>div {
	border-left: 5px solid #0c6f43;
	background: #E9EAEB;
}

ul.mtree .mtree-level-1 {
	padding: 0.15rem;
}

ul.mtree .mtree-level-1 li.mtree-closed>span {
	color: #0c6f43;
	text-decoration: none;
}

ul.mtree ul {
	border: none;
	margin-bottom: 0;
}

ul.mtree ul li {
	list-style: none;
	position: relative;
	padding-bottom: 0;
	border-bottom: 1px solid #fff;
}

ul.mtree ul li a {
	display: block;
	color: #333;
	font-size: 16px;
}

ul.mtree>li>ul>li>a {
	font-size: 15px;
	font-weight: 400;
	position: relative;
	transition: all .5s;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	padding-left: 0.1rem;
	padding-right: 0;
}

ul.mtree>li>ul>li>a:hover {
	color: #0c6f43;
	text-decoration: none;
}

ul.mtree>li>ul>li>a:before {
	content: '';
	width: 3px;
	background: #0c6f43;
	height: 100%;
	position: absolute;
	left: -10px;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
}

ul.mtree>li>ul>li>a i {
	color: #ccc;
	font-size: 14px;
	margin-right: 0.1rem;
	margin-left: 0.06rem;
}

ul.mtree>li>ul>li>a:before {
	content: "";
}

ul.mtree ul li:hover a {
	color: #0c6f43;
}

ul.mtree li ul li.mtree-open a {
	color: #0c6f43;
	text-decoration: none;
}

ul.mtree .mtree-level-2 {
	margin-top: 0px;
	border: none;
	padding: 0px;
	margin-bottom: 0;
	border-bottom: 1px solid #eee;
	padding: 0.05rem;
}

ul.mtree .mtree-level-2 li:last-child a {
	border-bottom: none;
}

ul.mtree li ul.mtree-level-2 li a {
	color: #333;
	font-weight: normal;
	font-size: 14px;
	padding-left: 0.1rem;
}

ul.mtree li ul.mtree-level-2 li a:before {
	content: '';
	width: 4px;
	height: 4px;
	background-color: #d9d9d9;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	border-radius: 5px;
}

ul.mtree .mtree-level-2 li a:hover {
	text-decoration: underline;
	color: #0c6f43;
	font-weight: normal;
}

ul.mtree .mtree-level-2 li a:hover:before {
	background: #0c6f43;
}

ul.mtree .mtree-level-2 li.mtree-open a {
	color: #0c6f43;
}

ul.mtree .mtree-level-2 li.mtree-open a:before {
	background: #0c6f43;
}

ul.mtree.jet ul {
	margin-left: 0;
}

ul.mtree.jet li {
	margin-bottom: 1px;
}

ul.mtree.jet li:last-child {
	margin-bottom: 0px;
}

ul.mtree.jet li:first-child {
	margin-top: 1px;
}

ul.mtree.jet li.mtree-active a {
	background: #e5e5e5;
}

ul.mtree.jet li.mtree-active li:last-child>a {
	border-radius: 0px 0px 3px 3px;
}

ul.mtree.jet li.mtree-active>a {
	background: #0c6f43;
	color: #FFF;
	border-radius: 3px 3px 0px 0px;
}

ul.mtree.jet li>a:hover {
	background: #0c6f43;
	color: #FFF;
}

ul.mtree.jet a {
	padding: 5px 0px 5px 1em;
}

ul.mtree.jet li li>a {
	padding-left: 2em;
}

ul.mtree.jet li li li>a {
	padding-left: 3em;
}

ul.mtree.jet li li li li>a {
	padding-left: 4em;
}

ul.mtree.jet li li li li li>a {
	padding-left: 5em;
}

ul.mtree a:hover {
	text-decoration: none;
}

.mtree-skin-selector {
	display: none !important;
}

ul.mtree li ul.mtree-level-2 li.mtree_all a {
	text-transform: capitalize;
	color: #4d4d4d;
}

ul.mtree li ul.mtree-level-2 li.mtree_all a:hover {
	color: #0c6f43;
}

.left-adv {
	margin-top: 30px;
	width: 100%;
	background: #333;
	background-size: cover;
	text-align: center;
	border-radius: 10px;
	position: relative;
	border: 2px solid #fff;
	box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.left-adv .ovrly {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity=0.4);
	transition: all .5s;
	border-radius: 0;
}

.left-adv .main {
	position: relative;
	left: 0;
	top: 0;
	padding: 30px 0.2rem 40px 0.2rem;
	z-index: 2;
	text-align: left;
	border-radius: 0;
}

.left-adv .icon {
	width: 36px;
	height: 36px;
	margin: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: relative;
	z-index: 3;
}

.left-adv .icon i {
	width: 36px;
	height: 36px;
	background: url(../images/icon.png) no-repeat;
	background-position: -423px 0px;
	display: inline-block;
}

.left-adv .main .title {
	font-size: 22px;
	line-height: 28px;
	color: #fff;
	text-transform: capitalize;
	margin-top: 0.1rem;
	margin-bottom: 0.1rem;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding: 0.12rem 0;
	font-weight: 500;
}

.left-adv .main .title:hover {
	text-decoration: none;
}

.left-adv .main .text {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 0.2rem;
}

.left-adv .main_more {
	height: 40px;
	line-height: 40px;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	border-color: #74b636;
	background: #74b636;
	color: #fff;
	align-items: center;
}

.left-adv .main_more:after {
	width: 16px;
	height: 16px;
	background: url(../images/icon.png) no-repeat;
	background-position: -392px -101px;
	vertical-align: middle;
	margin-top: 0;
	content: '';
	display: inline-block;
	margin-left: 10px;
	opacity: 1;
	position: relative;
}

.left-adv .main_more:hover:after {
	animation: none;
}

.left-adv .main_more:before {
	position: absolute;
	content: '';
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .03) 1%, rgba(255, 255, 255, .6) 30%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, .85) 70%, rgba(255, 255, 255, .85) 90%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
	width: 30%;
	height: 100%;
	transform: skew(-10deg, 0deg);
	animation: move 2s;
	animation-iteration-count: infinite;
	animation-delay: 1s;
	border-radius: 0;
	border: none;
}


/*hot_pro*/
.left-pro {
	margin-top: 30px;
}

.left-pro ul {
	padding: 0;
	padding-top: 0px;
}

.left-pro .list li {
	background: #fff;
	list-style: none;
	transition: all .5s;
	padding: 10px 5px;
	position: relative;
	border-radius: 0;
	padding-right: 5px;
	position: relative;
	border: 1px solid #f0f0f0;
	margin-top: 0.2rem;
	padding-bottom: 10px;
}

.left-pro .list li:hover {
	background: #fff;
	border-color: #74b636;
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0)
}

.left-pro .list li:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	background: #74b636;
	content: '';
	transition: 0.5s all;
}

.left-pro .list li:hover:before {
	width: 100%;
}

.left-pro .list li .main {
	width: 68%;
	float: left;
	padding-left: 10px;
	z-index: 10;
	padding-top: 5px;
}

.left-pro .list li .model_title {
	font-size: 0.16rem;
	line-height: 0.24rem;
	max-height: 0.24rem;
	display: block;
	overflow: hidden;
	margin: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 4;
	font-weight: 700;
}

.left-pro .list li .title {
	font-size: 16px;
	line-height: 24px;
	max-height: 72px;
	display: block;
	overflow: hidden;
	margin: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 4;
	padding-right: 0.2rem;
}

.left-pro .list li .title:hover {
	color: #74b636;
	text-decoration: none;
}

.left-pro .list li .image {
	float: left;
	width: 27%;
	transition-duration: 0.6s;
	transition-timing-function: ease-out;
	overflow: hidden;
	position: relative;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	position: relative;
	z-index: 10;
	border-radius: 2px;
}

.left-pro .list li .image a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 5;
}

.left-pro .list li .image img {
	max-width: 100%;
	height: auto;
	display: block;
	position: relative;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}

.left-pro .list li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
}

.left-pro .list li .more {
	width: 40px;
	height: 40px;
	display: inline-flex;
	position: absolute;
	right: 10px;
	bottom: 0;
	transition: all .5s;
	opacity: 0;
	align-items: center;
	justify-content: center;
	border: none;
	text-decoration: none;
	border-radius: 0 0 0 0;
	background: #74b636;
}

.left-pro .list li:hover .more {
	right: 0;
	opacity: 1;
}

.left-pro .list li .more i {
	display: inline-block;
	transition: 0.8s all;
	text-align: center;
	color: #333;
	transition: all .5s;
	background: url(../images/icon.png) no-repeat;
	width: 8px;
	height: 14px;
	background-position: -5px -327px;
}

.left-pro .list li:hover .more i {
	color: #333;
}

.left-pro .list li .page_more {
	font-size: 14px;
}

.left-pro .block_content {
	position: relative;
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}




.page-right {
	width: 76%;
	padding-left: 0.5rem;
	padding-right: 0;
	float: right;
	margin-top: 0.1rem;
}

.blog_section .page-right {
	float: left;
	padding-left: 0;
	padding-right: 0.5rem;
}

@media only screen and (min-width: 992px) {
	.page-left .toggle_content {
		overflow: inherit !important;
	}
}

@media only screen and (max-width: 1260px) {
	.page-left {
		width: 26%;
	}

	.page-right {
		width: 74%;
	}
}

@media only screen and (max-width: 992px) {
	.page-title em {
		font-size: 24px;
	}

	.page-left {
		width: 100%;
		float: none;
		top: 0;
		margin-top: 0.2rem;
	}

	.page_products .page-left {
		margin-top: 0.3rem;
	}

	.left-pro,
	.left-con,
	.left-video,
	.left-solu,
	.left-news {
		margin-top: 0;
		padding: 0;
		border: none;
	}

	.page-left .fot_title {
		margin-bottom: 0;
		margin-bottom: 0;
		padding: 14px 15px 14px 15px;
		border-radius: 0;
		border: none;
	}

	.page-left .fot_title span,
	.left-pro .fot_title span {
		border-radius: 0;
		background: #AAC1A9;
		display: block;
	}

	.page-left .fot_title:before {
		display: none;
	}

	.page-left .fot_title>em,
	.page-left .left-cat .fot_title em {
		margin: 0;
		font-size: 18px;
		color: #fff;
		padding: 0 15px;
		line-height: 24px;
		border: none;
		background: none;
	}

	.page-left .fot_title em:before {
		display: none;
	}

	.page-left .left-cat .fot_title {
		padding: 14px 0;
	}

	.page-left .fot_title .icon-minus-sign:before,
	.page-left .fot_title .icon-minus-sign:after,
	.page-left .fot_title .icon-plus-sign:before,
	.page-left .fot_title .icon-plus-sign:after {
		background: #fff;
	}

	.page-left .fot_title .column_icon_toggle {
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 25px;
		font-style: normal;
		cursor: pointer;
		font-size: 14px;
		font-weight: normal;
	}

	.page-left .left_title>span {
		display: none;
	}

	.page-left .block_content {
		padding: 0;
	}

	.left-con .left_title {
		display: block;
	}

	.left_title .column_icon_toggle {
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 0.2rem;
		font-style: normal;
		cursor: pointer;
		font-size: 14px;
		font-weight: normal;
	}

	.page-right {
		width: 100%;
		padding: 0;
		float: none;
		margin-top: 10px;
	}

	.blog_section .page-right {
		padding: 0;
		float: none;
	}

	.left-cat {
		margin-bottom: 0px;
		padding: 0;
	}

	.left-pro {
		margin-bottom: 10px;
	}

	.left-nav {
		margin-bottom: 10px;
	}

	.left-adv {
		display: none;
	}

	.page-left .fot_title em:after {
		display: none;
	}

	.left-pro .list li .title {
		font-size: 14px;
	}

	.page-left .fot_title::after {
		display: none;
	}

	.left-pro .list li .more {
		right: 0;
		top: auto;
		bottom: 0;
		border-radius: 5px 0 0 0;
		margin: 0;
		border: none;
		width: auto;
		height: auto;
		padding: 0;
	}

	.left-pro .list li .more i {
		border-radius: 5px 0 0 0;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	ul.mtree>li>ul>li>a {
		font-size: 14px !important;
	}

	.left-pro .list li .main {
		padding-top: 0;
	}

	ul.mtree>li>div>a {
		font-size: 14px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	ul.mtree.transit>li.mtree-open>b:before,
	ul.mtree .mtree-level-1 li.mtree-open>b:before {
		height: 48px;
	}

	ul.mtree {
		padding: 0 10px;
	}

	.page_products {
		padding-bottom: 0;
		padding-top: 0px;
	}

	.left-pro {
		display: none
	}

	ul.mtree li ul.mtree-level-2 li a {
		font-size: 14px
	}
}



/*sitemap*/
.sitemap {
	width: 100%;
}

.stp-listA {
	display: block;
	list-style-type: disc;
}

.stp-listA a:hover {
	text-decoration: underline
}

.stp-listA>li {
	text-transform: capitalize;
	list-style-type: disc;
	border-radius: 0;
	overflow: hidden;
	list-style-position: inside;
	border-bottom: 1px solid #e5e5e5;
	padding: 0.2rem 0;
	color: #74b636;
}

.stp-listA>li:first-child {
	padding-top: 0;
}

.stp-top {
	display: inline-block;
}

.stp-top .page_info_title {
	font-size: 16px;
	color: #74b636;
	font-weight: 700;
	text-transform: uppercase;
}

.stp-top .page_info_title i {
	padding-left: 5px;
	transition: all .5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.stp-top .page_info_title:hover {
	color: #74b636
}

.stp-top .page_info_title:hover i {
	padding-left: 8px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.stp-listB {
	display: flex;
	flex-wrap: wrap;
}

.stp-listB>li {
	overflow: hidden;
	color: #000;
	padding: 0.1rem 0.1rem;
}

.stp-listB>li>a {
	font-size: 16px;
	line-height: 22px;
	color: #000;
}

.stp-listB>li:hover>a {
	color: #74b636;
}

.stp-pro .stp-listB>li {
	width: 100%;
}

.stp-pro .stp-listB>li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.stp-pro .stp-listB>li .top {
	display: flex;
	align-items: flex-end;
}

.stp-pro .stp-listB>li .image {
	max-width: 48px;
	min-width: 48px;
}

.stp-pro .stp-listB>li .title {
	font-size: 15px;
	line-height: 24px;
	text-transform: capitalize;
	display: block;
}

.stp-pro .stp-listB>li .title:after {
	content: "\f105";
	font-family: 'FontAwesome';
	padding-left: 6px;
	color: #ccc;
}

.stp-pro .stp-listB>li .title:hover {
	color: #74b636;
	text-decoration: none;
}

.stp-pro .stp-listB>li .title:hover:after {
	color: #74b636;
}

.stp-listB li .stp-listC {
	width: 100%;
	margin-top: 0.1rem;
}

.stp-listB li .stp-listC li {
	width: 100%;
	color: #666;
}

.stp-listB li .stp-listC li a {
	color: #666;
	font-size: 14px;
	-webkit-transition: all var(--transition-time, 500ms);
	-o-transition: all var(--transition-time, 500ms);
	transition: all var(--transition-time, 500ms);
}

.stp-listB li .stp-listC li a:hover {
	color: #74b636;
}


@media only screen and (max-width: 768px) {
	.stp-listA>li {
		padding: 0.1rem 0;
	}

	.stp-listA {
		padding-left: 0px
	}
}


/*page-number*/
.page_num {
	width: 100%;
	margin: auto;
	text-align: center;
	margin-top: 0.2rem;
}

.page_num span {
	display: inline-flex;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	padding: 0;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	line-height: 100%;
	transition: all .5s;
	position: relative;
	text-align: center;
	border-radius: 0;
	border: 2px solid #74b636;
	align-items: center;
	justify-content: center;
	background: #74b636;
	border-radius: 0 0.1rem 0 0.1rem;
}

.page_num a {
	background: #fff;
	padding: 0;
	display: inline-flex;
	text-transform: capitalize;
	font-size: 14px;
	position: relative;
	z-index: 0;
	vertical-align: middle;
	line-height: 100%;
	transition: all .5s;
	color: #555;
	border-radius: 0;
	width: 36px;
	height: 36px;
	text-align: center;
	border: 1px solid #e5e5e5;
	align-items: center;
	justify-content: center;
}

.page_num a:hover {
	text-decoration: none;
	color: #fff;
	border-color: #74b636;
	border-radius: 0px;
	background: #74b636;
}

.page_num a i {
	line-height: 32px;
}

.page_num p {
	display: block;
	font-size: 14px;
	margin: 0;
	margin-top: 15px;
	color: #808080;
}

.page_num p:before {
	content: '[';
	padding-right: 3px;
}

.page_num p:after {
	content: ']';
	padding-left: 3px;
}

.page_num p strong {
	display: inline-block;
	margin: 0 5px;
	color: #333;
}

@media only screen and (max-width: 768px) {
	.page_num {
		border-radius: 0;
		text-align: center;
		padding: 0;
		margin-top: 10px;
		border-radius: 5px;
	}

	.page_num a,
	.page_num span {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.page_num a i {
		line-height: 30px;
	}

	.page_num p {
		float: none;
		display: block;
		font-size: 14px;
	}
}

/*page-turning*/
.navigation {
	width: 100%;
	list-style: none;
	margin-top: 0.2rem;
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
}

.navigation li {
	width: calc(100% - 0px);
	float: left;
	text-align: left;
	margin-bottom: 10px;
}

/*.navigation li.next_post{float:right;text-align:right;}*/
.navigation li a {
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	display: block;
	transition: all .5s;
	padding-left: 50px;
	background: #fff;
	border-radius: 0;
}

.navigation li a:hover {
	text-decoration: none;
	border-color: #333333;
	border-radius: 0;
}

/*.navigation li.next_post a{padding-right:50px;}*/
.navigation li a:before {
	font-family: 'FontAwesome';
	font-size: 24px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 39px;
	border-radius: 0;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .5s;
	background-color: #eee;
	border-radius: 8px 0 8px 0
}

.navigation li.prev_post a:before {
	left: 0;
	content: "\f106";
}

.navigation li.next_post a:before {
	left: 0;
	content: "\f107";
}

.navigation li a:hover:before {
	color: #fff;
	background: #74b636;
}

.navigation li a .meta_nav {
	display: inline-block;
	font-size: 16px;
	text-transform: capitalize;
	color: #333;
	margin-bottom: 0.05rem;
	line-height: 24px;
	transition: all .5s;
	font-weight: 700;
}

.navigation li a:hover .meta_nav {
	color: #74b636;
	opacity: 1;
}

.navigation li a .post_title {
	font-size: 16px;
	overflow: hidden;
	line-height: 0.2rem;
	max-height: 40px;
	margin: 0;
	transition: all .5s;
	font-weight: normal;
	color: #808080;
}

.navigation li a:hover .post_title {
	color: #74b636;
}


.navigation.news_navigation {
	border-top: none
}

.navigation.news_navigation li a {
	background: none
}

@media only screen and (max-width: 768px) {
	.navigation {
		margin-bottom: 0;
		margin-top: 0.1rem;
	}

	.navigation li {
		width: 100%;
		border-radius: 0;
		padding: 0;
		margin-bottom: 15px;
	}

	.navigation li.prev_post a {
		padding-left: 50px;
		border-radius: 5px;
	}

	.navigation li.next_post a {
		padding-left: 50px;
		border-radius: 5px;
	}

	.navigation li.prev_post a:before {
		left: 0;
	}

	.navigation li.next_post a:before {
		left: 0;
	}

	.navigation li a:before {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.navigation li a .meta_nav {
		color: #333;
		margin-bottom: 0;
	}

	.navigation li a {
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 10px;
	}

	.navigation li a .post_title {
		font-size: 14px;
	}
}

.news {
	margin: 0 -15px 0
}

.news>li {
	position: relative;
	padding: 3px 15px;
	margin-bottom: 20px;
	list-style: none;
	width: 100%;
}

.news>li .column {
	padding: 0.1rem;
	position: relative;
	z-index: 5;
	background: #fff;
	transition: all .5s;
	box-shadow: 0 3px 17px 5px rgba(10, 91, 174, 0.1);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.news>li .column:before {
	background-color: #74b636;
	bottom: 0;
	content: '';
	height: 2px;
	position: absolute;
	left: 0;
	transition: all .6s;
	width: 100%;
	z-index: 2;
	width: 0;
}

.news>li:hover .column:before {
	width: 100%;
}

.news>li .image {
	display: block;
	overflow: hidden;
	position: relative;
	width: 30%;
}

.news>li .image>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 99;
}

.news>li .image:before {
	background-color: rgba(255, 255, 255, 0.1);
	content: "";
	height: 200%;
	left: -280px;
	position: absolute;
	top: -50%;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	width: 80px;
	z-index: 1;
}

.news>li .image:after {
	background-color: rgba(255, 255, 255, 0.1);
	content: "";
	height: 200%;
	left: 180%;
	position: absolute;
	top: -50%;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	width: 80px;
	z-index: 1;
}

.news>li:hover .image:before {
	left: 180%;
	-webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}

.news>li:hover .image:after {
	left: -280px;
	-webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}

.news>li .image img {
	transition: all .9s;
	width: 100%;
}

.news>li:hover .image img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}

.news>li .wrap {
	position: relative;
	padding: 0.2rem;
	width: 70%;
}

.news>li h2 {
	font-size: initial;
	font-weight: normal;
}

.news>li .title {
	color: #333333;
	font-size: 20px;
	line-height: 26px;
	overflow: hidden;
	max-height: 52px;
	display: block;
	margin-top: 0rem;
	font-weight: 500;
}

.news>li:hover .title {
	color: #74b636;
	text-decoration: none;
}

.news>li .text {
	font-size: 15px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	color: #808080;
	margin-top: 0.08rem;
}

.news>li .page_more {
	margin-top: 0.15rem;
}

.news>li .post_blog_tag {
	display: none
}

.news>li .more_box {
	display: flex;
	justify-content: flex-end;
	margin-top: auto;
}

.news>li .main_more {
	height: 36px;
	line-height: 36px;
	margin-top: 0.15rem;
}

@media only screen and (max-width: 1199px) {
	.news>li {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.news {
		margin: 0 -6px 0
	}

	.news>li {
		padding: 3px 6px;
		margin-bottom: 12px
	}
}

@media only screen and (max-width: 768px) {
	.news>li .wrap {
		padding: 0 0 0 10px;
	}

	.news>li .main_more {
		display: none;
	}

	.news>li .page_date_box {
		left: 0;
		top: -10px;
	}

	.news>li .title {
		font-size: 18px;
	}

}

@media only screen and (max-width: 445px) {
	.news>li .title {
		font-size: 16px;
		line-height: 24px;
		height: 48px;
	}

	.news>li .text {
		line-height: 20px;
		height: 40px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 325px) {
	.news {
		margin: 0
	}

	.news>li .column {
		display: block;
	}

	.news>li .image {
		width: 100%;
		padding: 0;
	}

	.news>li .wrap {
		width: 100%;
		padding: 0 0.15rem;
	}

	.news>li .column {
		padding: 0 0 0.1rem;
	}

	.news>li .title {
		font-size: 16px;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.news>li .text {
		font-size: 15px;
		line-height: 20px;
		height: 40px;
		margin-bottom: 0;
		max-width: 100%;
	}

	.news>li .page_more {
		display: none;
	}

	.news>li .page_date {
		position: relative;
		top: auto;
		right: auto;
		margin-bottom: 5px;
	}

	.news>li .wrap:after {
		top: 10px;
	}
}




.news_detail_info {
	text-align: left;
}

.news_detail_info .news_detail_title {
	margin-bottom: 30px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}

.news_detail_info .news_detail_title .title {
	color: #333;
	font-size: 20px;
	line-height: 26px;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 0;
	font-style: normal;
	font-weight: 700;
}

.news_detail_info .page_date {
	margin-bottom: 0;
}

.news_detail_info .date {
	width: auto;
	height: auto;
	position: relative;
	right: auto;
	top: auto;
	margin-bottom: 10px;
	padding: 2px 5px;
	display: inline-block;
	background: #333333;
	text-align: center;
}

.news_detail_info .date p {
	margin: 0;
	margin-left: 5px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
}

.news_detail_info .date em {
	display: inline-block;
	padding: 0;
	border: none;
	font-size: 16px;
	line-height: 100%;
	color: #fff;
}

.news_detail_info .txt {
	font-size: 16px;
}

.news_detail_info .txt img {
	max-width: 100%;
	height: auto;
}

.news_detail_info .txt a {
	color: #333333;
}

.news_detail_info .txt ul {
	padding-left: 0.2rem;
}

.news_detail_info .txt em {
	font-style: italic;
}



.page_newscontent_contas {
	margin-top: 30px;
	text-align: center;
	padding: 0px;
	position: relative;
	overflow: hidden
}

.page_newscontent_contas:before {
	content: "";
	height: 1px;
	width: 500px;
	background-color: #cccccc;
	position: absolute;
	top: 50%;
	display: block;
	margin: auto;
	right: 63%;
}

.page_newscontent_contas:after {
	content: "";
	height: 1px;
	width: 500px;
	background-color: #cccccc;
	position: absolute;
	top: 50%;
	margin: auto;
	display: block;
	left: 63%;
}

.page_newscontent_contas .main_more {
	margin: 0;
}

.page_news_share {
	text-align: right;
}

.page_news_share .addthis_toolbox {
	display: inline-block !important
}

.page_news_share .social_icons {
	float: none
}

.page_news_share .social_icons li a img {
	filter: grayscale(100%);
	opacity: 0.4;
}

.page_news_share .social_icons li a:hover img {
	filter: grayscale(0);
	opacity: 1;
}




@media only screen and (max-width: 768px) {
	.news_detail_info .news_detail_title p.title {
		font-size: 18px;
	}

	.page_newscontent_contas {
		margin-top: 0;
	}

	.news_detail_info .news_detail_title {
		display: block;
	}

	.news_detail_info .news_detail_title em.title {
		font-size: 16px;
		padding-right: 0;
	}
}

/*blog*/
.left-blog {
	margin-bottom: 40px;
}

.left-blog ul {
	list-style: none;
	margin-top: 1px;
	background: #fff;
}

.left-blog ul li {
	margin-bottom: 0;
}

.left-blog ul li a {
	display: block;
	font-size: 16px;
	border-radius: 0;
	color: #555555;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 10px 0;
	line-height: 0.24rem;
	position: relative;
	padding-left: 25px;
	background: #f7f7f7;
	border-bottom: 1px solid #eee;
}

.left-blog ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #74b636;
}

.left-blog ul li a:before {
	position: absolute;
	left: 10px;
	top: 19px;
	width: 4px;
	height: 4px;
	background: #ced2d9;
	display: inline-block;
	content: '';
	border-radius: 50%;
}

.left-blog ul li a:hover:before {
	left: 10px;
	opacity: 1;
	filter: alpha(opacity=100);
	background: #fff;
}

.blog-archives {
	margin-bottom: 40px;
	background: #fff;
	padding: 16px;
	border-top: 2px solid #74b636;
	padding-bottom: 30px;
	box-shadow: 0 5px 0.2rem 1px rgba(0, 0, 0, 0.05);
}

.blog-archives ul {
	list-style: none;
	padding-top: 10px;
}

.blog-archives ul li {
	margin-bottom: 0;
	position: relative;
	border-bottom: 1px solid #eee;
}

.blog-archives ul li:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
	background: #74b636;
}

.blog-archives ul li:hover:before {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
}

.blog-archives ul li a {
	padding: 10px 5px;
	display: block;
	font-size: 15px;
	transition: all .5s;
	line-height: 24px;
	position: relative;
	z-index: 2;
}

.blog-archives ul li:hover a {
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
}

.blog-archives ul li a:after {
	content: '';
	position: absolute;
	right: 0.2rem;
	top: 50%;
	margin-top: -7px;
	width: 8px;
	height: 12px;
	background: url(../images/icon.png) no-repeat;
	background-position: -117px -327px;
	opacity: 0;
	transition: all 0.5s;
}

.blog-archives ul li:hover a:after {
	opacity: 1;
	right: 10px;
}

.blog-tags {
	margin-bottom: 40px;
	background: #fff;
	padding: 15px;
	padding-bottom: 30px;
	border-top: 2px solid #74b636;
	box-shadow: 0 5px 0.2rem 1px rgba(0, 0, 0, 0.05);
}

.blog-tags ul {
	list-style: none;
	padding-top: 10px;
}

.blog-tags ul li {
	display: inline-block;
	margin: 5px;
}

.blog-tags ul li a {
	display: inline-block;
	background: #eee;
	padding: 3px 12px;
	font-size: 16px;
	line-height: 24px;
	transition: all .5s;
	border-radius: 0;
}

.blog-tags ul li a:hover {
	text-decoration: none;
	color: #fff;
	border-color: #74b636;
	background: #74b636;
	border-radius: 0;
}

.blog_list {
	list-style: none;
}

.blog_list>li {
	margin-bottom: 20px;
	position: relative;
	transition: all .5s;
	z-index: 10;
	border: 1px solid #eee;
	padding: 20px;
	border-radius: 0;
	display: flex;
	align-items: flex-start;
}

.blog_list>li:last-child {
	margin-bottom: 10px;
}

.blog_list>li:hover {
	box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.1);
}

.blog_list li .image {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 0;
	min-width: 240px;
	max-width: 240px;
	margin-right: 0.2rem;
	position: relative;
}

.blog_list li .image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}

.blog_list li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
}

.blog_list li .image {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 0;
}

.blog_list li .image:before {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	width: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 1;
}

.blog_list li .image:after {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	content: "";
	height: 0;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	opacity: 1;
	filter: alpha(opacity=100);
}

.blog_list li:hover .image:before,
.blog_list li:hover .image:after {
	height: 100%;
	width: 100%;
	opacity: 0.1;
	filter: alpha(opacity=10);
}

.blog_list li h2 {
	font-weight: normal;
	font-size: initial;
}

.blog_list li .title {
	color: #333;
	font-size: 0.2rem;
	line-height: 0.26rem;
	overflow: hidden;
	max-height: 0.52rem;
	display: block;
	margin-top: 0;
	margin-bottom: 0.1rem;
	font-weight: 700;
}

.blog_list li:hover .title {
	color: #74b636;
	text-decoration: none;
}

.blog_list li .text {
	color: #808080;
	font-size: 15px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	margin-top: 0;
}

.blog_list li .post_blog_tag {
	margin-bottom: 0;
}

.blog_list li .main_more {
	line-height: 32px;
	height: 32px;
	font-size: 14px;
	margin-top: 0.2rem;
	text-transform: capitalize;
}

.blog_list li .page_date {
	margin-top: 0;
	margin-bottom: 10px;
}

.post_blog_tag {
	border-radius: 0;
	border-top: 1px solid #e5e5e5;
	margin-top: 0.1rem;
	padding-top: 0.1rem;
}

.post_blog_tag>p {
	display: inline-block;
	font-size: 0.16rem;
	text-transform: uppercase;
	margin: 0;
	color: #808080;
	font-weight: 400;
}

.post_blog_tag>p i {
	color: #74b636;
	margin-right: 5px;
	font-size: 14px;
}

.post_blog_tag li {
	display: inline-block;
	margin: 5px 0 0 5px;
	position: relative;
	border: none;
	padding: 0;
}

.post_blog_tag li h2 {
	font-weight: normal;
	font-size: initial;
}

.post_blog_tag li a {
	display: inline-block;
	background: #e5e5e5;
	font-size: 14px;
	border-radius: 0;
	line-height: 0.2rem;
	color: #4d4d4d;
	padding: 0.05rem 0.15rem;
	transition: all .5s;
	text-transform: capitalize;
}

.post_blog_tag li:hover a {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
	text-decoration: none;
	color: #fff;
	border-color: #74b636;
	border-radius: 0;
	background: #74b636;
}

@media only screen and (min-width: 992px) {
	.blog-archives .fot_title {
		background: none;
		padding: 0;
		color: #333;
		box-shadow: none;
	}

	.blog-archives .fot_title em {
		color: #333;
	}

	.blog-archives .fot_title span {
		display: none;
	}

	.blog-tags .fot_title {
		background: none;
		padding: 0;
		color: #333;
		box-shadow: none;
	}

	.blog-tags .fot_title em {
		color: #333;
	}

	.blog-tags .fot_title span {
		display: none;
	}
}

@media only screen and (max-width: 992px) {
	.left-blog {
		padding: 0;
		border: none;
		margin-bottom: 0;
	}

	.blog_list li .right {
		padding-left: 65px;
		width: 100%;
	}

	.left-blog .left_title {
		display: block;
	}

	.blog-list p,
	.blog-cat p {
		margin-bottom: 15px;
	}

	.blog-list {
		border-bottom: 1px solid #efefef;
		padding-bottom: 0.2rem;
	}

	.blog-archives,
	.blog-tags {
		margin-top: 10px;
		padding: 0;
		border: none;
		box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
		border-radius: 0.16rem 0 0 0.16rem;
		overflow: hidden;
		margin-bottom: 0;
	}

	.blog_list li .date em {
		font-size: 60px;
		line-height: 56px;
	}

	.blog-archives ul,
	.blog-tags ul {
		padding-top: 0;
	}
}

@media only screen and (max-width: 768px) {
	.blog_list>li {
		margin-bottom: 30px;
		padding: 15px;
	}

	.blog_list>li .page_date {
		position: inherit;
		right: auto;
		top: auto;
	}

	.blog_list>li:hover:before {
		left: -10px;
		top: -10px;
		right: -10px;
		bottom: -10px;
	}

	.blog_list {
		border: none;
	}

	.blog_tag>p {
		display: block;
	}

	.blog_list li .right {
		padding-left: 80px;
	}

	.blog_list li .title {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.blog_list li .text {
		max-height: 48px;
		font-size: 14px;
		line-height: 24px
	}

	.blog_list li .post_blog_tag {
		margin-top: 15px;
	}

	.blog_list li .image {
		min-width: 180px;
		max-width: 180px;
		margin-right: 10px;
	}

	.post_blog_tag {
		padding: 0;
		padding-top: 10px;
		border-radius: 0;
	}

	.post_blog_tag>p {
		display: block;
		font-size: 14px;
	}

	.post_blog_tag li a {
		font-size: 14px;
		padding: 3px 10px;
	}
}

@media only screen and (max-width: 480px) {
	.blog_list>li {
		padding-bottom: 0.2rem;
		display: block;
	}

	.blog_list li .right {
		padding: 0;
		padding-top: 10px;
	}

	.blog_list li .more {
		letter-spacing: 0;
	}

	.blog_list li .title {
		font-size: 16px;
	}

	.blog_list li .image {
		min-width: 180px;
		max-width: 180px;
	}
}

/*products*/
.page_pro_list {
	background: #f7f7f7;
	padding-left: 90px;
	padding-right: 90px;
}

.page_pro_list .container {
	width: 100%;
}

.page_pro_list .row {
	margin: 0;
}

.page_pro_list .page_pro_column {
	background: #fff;
	margin-bottom: 30px;
	padding: 0.2rem;
	display: flex;
	align-items: center;
	flex-flow: row-reverse;
	transition: 0.5s all;
}

.page_pro_list .page_pro_column:hover {
	box-shadow: 0 5px 30px 1px rgba(0, 0, 0, 0.1);
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}

.page_pro_list .page_pro_column .image {
	width: 50%;
	text-align: center;
}

.page_pro_list .page_pro_column .image img {
	max-width: 480px;
}

.page_pro_list .page_pro_column .wrap {
	width: 50%;
	padding: 60px 40px;
}

.page_pro_list .page_pro_column .title {
	display: block;
	margin-bottom: 0.2rem;
	font-size: 42px;
	line-height: 120%;
	text-transform: capitalize;
	color: #333;
}

.page_pro_list .page_pro_column .title:hover {
	text-decoration: none;
	color: #333333;
}

.page_pro_list .page_pro_column .text {
	color: #808080;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	max-height: 96px;
}

.page_pro_list .page_pro_column .main_more {
	margin-top: 80px;
}

@media only screen and (max-width: 1480px) {
	.page_pro_list {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 992px) {
	.page_pro_list .page_pro_column .wrap {
		padding: 40px 10px;
	}
}

@media only screen and (max-width: 768px) {
	.page_pro_list .page_pro_column {
		padding: 15px;
		display: block
	}

	.page_pro_list .page_pro_column .image {
		width: 100%;
	}

	.page_pro_list .page_pro_column .image img {
		max-width: 100%;
	}

	.page_pro_list .page_pro_column .wrap {
		width: 100%;
		padding: 30px 0;
		padding-bottom: 10px;
	}

	.page_pro_list .page_pro_column .title {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.page_pro_list .page_pro_column .main_more {
		margin-top: 0.2rem;
	}
}

.left-pro-select .toggle_content {
	background: #f7f7f7;
	padding: 10px;
}

.left-pro-select .main_more {
	height: 36px;
	line-height: 32px;
	margin-top: 10px;
	margin-bottom: 0.2rem;
}

.left-pro-select .why_wrap {
	margin-top: 10px;
	margin-bottom: 10px;
}

.left-pro-select .why_wrap .why_toggle {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 0.2rem;
	cursor: pointer;
}

.left-pro-select .why_wrap .why_toggle .title {
	display: block;
	font-size: 16px;
	color: #222;
	line-height: 24px;
	text-transform: uppercase;
}

.left-pro-select .why_wrap .why_toggle .wrap {
	position: absolute;
	right: 0;
	top: 5px;
	width: 30px;
	height: 0.2rem;
}

.left-pro-select .why_wrap .why_toggle .wrap p {
	margin: 0;
	display: inline-block;
}

.left-pro-select .why_wrap .why_toggle .wrap .why_show {
	display: none;
}

.left-pro-select .why_wrap .why_toggle .wrap span {
	display: inline-block;
	width: 12px;
	height: 12px;
	position: relative;
	background: url(../images/icon.png) no-repeat;
	background-position: -48px -327px;
}

.left-pro-select .why_wrap .why_toggle .wrap span.why_hide {
	background-position: -67px -327px;
}

.left-pro-select .why_wrap .wrap.rotate .why_show {
	display: inline-block;
}

.left-pro-select .why_wrap .wrap.rotate .why_hide {
	display: none;
}

.left-pro-select .form_choose label.title {
	display: inline-block;
	position: relative;
	padding-left: 0;
	left: auto;
}

.left-pro-select .form_choose .gfield_checkbox {
	list-style: none;
}

.left-pro-select .form_choose li {
	display: flex;
	width: 100%;
	padding: 0;
	align-items: center;
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.left-pro-select .form_choose li input {
	position: absolute;
	opacity: 0;
	margin: 0;
	background-color: transparent;
	display: block;
	width: 100%;
	height: 15px;
	outline: none;
	transform: scale(2);
	transition: opacity .3s, transform .3s;
	z-index: 3;
	left: 0;
	cursor: pointer;
}

.left-pro-select .form_choose li label {
	margin: 0;
	padding-left: 25px;
	font-weight: normal;
	line-height: 0.2rem;
	text-transform: capitalize;
	font-size: 14px;
	color: #808080;
	position: relative;
	cursor: pointer;
}

.left-pro-select .form_choose li label:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 2px;
	box-sizing: border-box;
	background: #fff;
}

.left-pro-select .form_choose li input:checked+label::before,
.left-pro-select .form_choose li input:checked+input[type="hidden"]+label::before {
	border-color: #333333;
	background-color: #333333;
}

.left-pro-select .form_choose li input:checked+label,
.left-pro-select .form_choose li input:checked+input[type="hidden"]+label {
	color: #333333;
}

.left-pro-select .form_choose li:hover label {
	color: #333333;
}

.left-pro-select .form_choose li input:checked+label::after,
.left-pro-select .form_choose li input:checked+input[type="hidden"]+label::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 8px;
	height: 12px;
	transform: translate(5px, -1px) rotate(45deg);
	border: solid 2px #fff;
	border-left: none;
	border-top: none;
	box-sizing: border-box;
}

@media only screen and (max-width: 992px) {
	.left-pro-select {
		margin-bottom: 10px;
	}

	.left-pro-select .fot_title {
		border: none;
	}

	.left-pro-select .fot_title:before {
		display: none;
	}

	.left-pro-select .block_content {
		padding: 10px;
		background: #f7f7f7;
	}

	.left-pro-select .main_more {
		margin-top: 10px;
		display: block;
		text-align: center;
	}
}

.page_pro_nav {
	padding: 0.2rem 0;
}

.page_pro_nav .list {
	list-style: none;
	margin-right: -5px;
	margin-left: -5px;
	display: flex;
}

.page_pro_nav .list li {
	text-align: center;
	width: 20%;
	padding: 5px;
	list-style: none
}

.page_pro_nav .list li a {
	display: block;
	padding: 0.2rem 10px;
	border-radius: 38px;
	line-height: 24px;
	color: #fff;
	font-size: 19px;
	color: #000000;
}

.page_pro_nav .list li.active a {
	color: #fff;
	background-image: linear-gradient(-49deg, #9fccff 0%, #3376c5 38%, #3376c5 50%, #b0c7e4 100%);
}


.pro_nav {
	border-bottom: 2px solid #eee;
	padding: 0px 0 20px 0px;
	display: flex;
	border-bottom: 2px solid #eee;

	margin-bottom: 20px;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.pro_nav a {
	float: left;
	width: 12.5%;
	text-align: center;
	padding: 10px;
	border: 1px solid #e3e1e1;
	margin: 0px 10px;
}

@media only screen and (max-width: 992px) {
	.pro_nav a {
		width: 25%;
	}
}

@media only screen and (max-width: 500px) {
	.pro_nav {
		margin-bottom: 20px;
	}

	.pro_nav a {
		width: 33.33%;
		padding: 5px;
	}
}



.pro_top .pro-img {
	padding: 0;
}

.pro_top .pro-img img {
	max-width: 100%;
	height: auto;
}

.pro-text .column img {
	max-width: 100%;
	height: auto;
}

.pro-text .column em {
	font-style: italic;
}

.pro-text .column ul {
	padding-left: 0.2rem;
}

.pro-text {
	color: #333;
	margin-bottom: 0.2rem;
	border-radius: 16px 16px 0 0;
	background: #E9EAEB;
	padding: 0.24rem 0.32rem;
}

.pro-text .column {
	margin-top: 0.1rem;
	line-height: 0.28rem;
	font-size: 16px;
	overflow: hidden;
}

.pro-text .categ_title {
	color: #000;
	text-transform: capitalize;
	font-size: 0.28rem;
	line-height: 0.34rem;
	padding-bottom: 0.1rem;
	font-weight: 500;
}

.pro-text .line {
	background: #74b636;
	height: 4px;
	width: 0.8rem;
	margin: 0.15rem 0 0.25rem;
}

.pro-text .categ_title02 {
	color: #111;
	text-transform: capitalize;
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 0.1rem;
	font-weight: 500;
}

.pro-text img {
	max-width: 100%;
	height: auto;
}

.page_pro_list .column {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	margin-bottom: 0.6rem;
}

.page_pro_list .column .wrap {
	padding: 0.3rem 0.5rem;
	width: 50%;
	padding-right: 0;
}

.page_pro_list .column .image {
	width: 50%;
}

.page_pro_list .column .title {
	display: block;
	margin-bottom: 25px;
	font-size: 32px;
	line-height: 120%;
	color: #333333;
	text-transform: uppercase;
}

.page_pro_list .column .title:hover {
	text-decoration: none;
	color: #333333;
}

.page_pro_list .column .text {
	color: #333333;
	font-size: 14px;
	line-height: 0.3rem;
	overflow: hidden;
	max-height: 1.5rem;
	margin-bottom: 0.1rem;
}

.page_pro_list .column .image>a {
	display: block;
	overflow: hidden;
}

.page_pro_list .column .image>a img {
	transition: all .9s;
}

.page_pro_list .column .image>a:hover img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
}

.page_pro_list .column:nth-child(2n+2) {
	flex-flow: row-reverse;
}

.page_pro_list .column:nth-child(2n+2) .wrap {
	padding-left: 0;
	padding-right: 0.5rem;
}

@media only screen and (max-width: 992px) {
	.page_pro_nav .list {
		display: block;
	}

	.page_pro_nav .list li {
		float: left;
		width: 25%;
	}

	.page_pro_nav .list li .column {
		padding: 5px;
	}

	.page_pro_nav .list li .title {
		font-size: 14px;
		line-height: 0.2rem;
		height: 60px;
	}
}

@media only screen and (max-width: 768px) {
	.pro-text .categ_title {
		font-size: 24px;
		line-height: 28px;
	}

	.pro-text .categ_title02 {
		font-size: 20px;
	}

	.pro-text .line {
		height: 3px;
		margin: 0.1rem 0 0.2rem;
	}

	.pro-text .column {
		font-size: 14px;
	}

	.page_section>.container>div>.main_title {
		text-align: center
	}

	.page_pro_nav .list li {
		width: 33.33%
	}

	.page_pro_nav .list_childmenu {
		margin-top: 0.2rem;
		padding-bottom: 0;
	}

	.page_pro_nav .list_childmenu li {
		margin-right: 5px;
		margin-bottom: 5px;
	}

	.page_pro_nav .list_childmenu li a {
		padding: 5px 10px;
		border-width: 1px;
	}

	.page_pro_list .column {
		width: 100%;
		margin-bottom: 30px;
		display: block;
	}

	.page_pro_list .column .image {
		width: 100%;
		max-width: 560px;
	}

	.page_pro_list .column .wrap,
	.page_pro_list .column:nth-child(2n+2) .wrap {
		width: 100%;
		padding: 30px 0;
	}

	.page_pro_list .column .title {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.page_pro_list .column .text {
		margin: 0;
	}
}

.page_pro_l {
	list-style: none;
}

.page_pro_l li.question {
	position: relative;
}

.page_pro_l li.question .column {
	background: #f5f5f5;
	overflow: hidden;
	border-radius: 0;
	padding: 10px;
}

.page_pro_l li.question .column>i {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	float: left;
	border-radius: 0;
	position: relative;
	text-align: center;
	margin-top: 1px;
	font-style: normal;
	background: #c01d23;
}

.page_pro_l li.question .column>em {
	margin: 0;
	display: inline-block;
	max-width: 80%;
	line-height: 24px;
	margin-top: 5px;
	float: left;
	color: #333333;
	font-size: 16px;
}

.page_pro_l li.answer {
	color: #808080;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	padding: 15px;
	display: none;
}

.page_pro_l li.answer a {
	text-decoration: underline;
}

.page_pro_l li.answer a:hover {
	color: #74b636;
}

.page_pro_l div.clearfix {
	height: 0.2rem;
	display: block;
}

.page_pro_l li .column.rotate {
	background: #c01d23;
	box-shadow: 0 5px 0.2rem 1px rgba(31, 54, 92, 0.15);
	-webkit-box-shadow: 0 5px 0.2rem 1px rgba(31, 54, 92, 0.15);
	-moz-box-shadow: 0 5px 0.2rem 1px rgba(31, 54, 92, 0.15);
}

.page_pro_l li .column.rotate>em {
	color: #fff;
}

.page_pro_l li .column.rotate>i {
	background: #fff;
}

.pro_tab {
	border-radius: 15px;
}

.pro_tab table.altrowstable {
	color: #777;
	border: none;
	background: #74b636;
	border-collapse: collapse;
	text-align: center;
	font-size: 13px;
	min-width: 100%;
	margin: 0 auto 15px;
	border-radius: 15px;
	overflow: hidden;
}

.pro_tab table.altrowstable th {
	border: none;

	padding: 19px 5px;
	font-size: 22px;
	text-align: center;
	background: #0072ca;
	font-weight: normal;
	border-right: 1px solid #b8b8b8;
	color: #ffffff;
}

.pro_tab table.altrowstable tr th:last-child {
	border-right: none
}

.pro_tab table.altrowstable td {
	padding: 28px 8px;
	border: none;
	font-size: 16px;
	text-align: center;
	border-right: 1px solid #b8b8b8;
}

.pro_tab table.altrowstable tr td:last-child {
	border-right: none
}

.pro_tab table.altrowstable tr {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	border: none;
	-ms-transition: 0.5s all;
	color: #fff;
	background: #74b636;
}

.pro_tab table.altrowstable tr:hover {
	background: #e2edff;
	color: #000000;
}

.pro_tab table.altrowstable tr a {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
}

.pro_tab table.altrowstable tr:hover a {
	color: #000000;
	text-decoration: none;
}

.pro_tab .oddrowcolor {
	background-color: #eee;
}



.page_pro2 .page_pro_column .page_pro_l {
	position: relative;
	z-index: 5;
	padding: 30px 0 0;
}

.page_pro2 .page_pro_column .page_pro_l li {
	margin-bottom: 0;
	list-style: none
}

.page_pro2 .page_pro_column .page_pro_l li.question .column {
	background: #eff4fc;
	box-shadow: none;
	border-radius: 15px;
	padding: 24px 55px 24px 98px;
	cursor: pointer
}

.page_pro2 .page_pro_column .page_pro_l li.question .column:after {
	content: '：   >';
	right: 50px;
	top: 18px;
	font-size: 0.2rem;
	color: #000000;
	display: inline-block;
	position: absolute;
}

.page_pro2 .page_pro_column .page_pro_l li.question .column>em {
	margin: 0;
	font-size: 29px;
	line-height: 30px;
	color: #595959;
	display: block;
}

.page_pro2 .page_pro_column .page_pro_l li.question .column>i {
	width: 15px;
	height: 13px;
	background: url(../images/icon.png) no-repeat;
	background-position: -170px -145px;
	position: absolute;
	left: 55px;
	top: 33px;
	margin: 0;
}

.page_pro2 .page_pro_column .page_pro_l li.question .column>i:before {}

.page_pro2 .page_pro_column .page_pro_l li .column.rotate {}

.page_pro2 .page_pro_column .page_pro_l li .column.rotate>em {
	color: #4183ca;
}

.page_pro2 .page_pro_column .page_pro_l li .column.rotate>i {
	background-position: -170px -161px
}

.page_pro2 .page_pro_column .page_pro_l li .column.rotate:after {
	color: #74b636
}

.page_pro2 .page_pro_column .page_pro_l li.answer {
	background: none;
	padding: 0;
	position: relative;
	z-index: 2;
	border: none;
}


@media only screen and (max-width: 1459px) {
	.page_pro_nav .list li a {
		font-size: 17px;
		padding: 16px 10px;
	}

	.page_pro_nav {
		padding-top: 0
	}

	.page_pro2 .page_pro_column .page_pro_l li.question .column {
		padding: 0.2rem 35px 0.2rem 60px
	}

	.page_pro2 .page_pro_column .page_pro_l li.question .column>i {
		left: 31px;
		top: 27px;
	}

	.page_pro2 .page_pro_column .page_pro_l li.question .column:after {
		right: 0.2rem;
		top: 15px;
	}

	.page_pro2 .page_pro_column .page_pro_l li.question .column>em {
		font-size: 22px;
	}

	.pro_tab table.altrowstable th {
		font-size: 18px
	}
}

@media only screen and (max-width: 1239px) {
	.page_pro_nav .list li a {
		font-size: 15px;
		padding: 14px 5px;
	}

	.page_pro_nav {
		padding-top: 0
	}

	.page_pro2 .page_pro_column .page_pro_l li.question .column {
		padding: 18px 25px 18px 40px
	}

	.page_pro2 .page_pro_column .page_pro_l li.question .column>i {
		left: 15px;
		top: 27px;
	}

	.page_pro2 .page_pro_column .page_pro_l li.question .column:after {
		right: 10px;
		top: 12px;
	}

	.page_pro2 .page_pro_column .page_pro_l li.question .column>em {
		font-size: 18px;
	}

	.pro_tab table.altrowstable th {
		font-size: 16px;
		padding: 15px 5px;
	}

	.pro_tab table.altrowstable td {
		font-size: 14px;
		padding: 18px 8px
	}

	.pro_tab table.altrowstable tr a {
		font-size: 14px
	}
}

@media only screen and (max-width: 768px) {
	.page_pro2 .page_pro_column .page_pro_l {
		padding-top: 0.2rem
	}

	.page_pro_nav .list li a {
		font-size: 14px;
		padding: 10px 5px;
	}

	.page_pro2 .page_pro_column .page_pro_l li.question .column>em {
		font-size: 16px;
	}

	.pro_tab table.altrowstable th {
		font-size: 14px;
		padding: 12px 5px;
	}

	.pro_tab table.altrowstable td {
		font-size: 14px;
		padding: 13px 8px
	}

	.page_pro2 .page_pro_column .page_pro_l li.question .column {
		padding: 10px 25px 10px 40px
	}

	.page_pro2 .page_pro_column .page_pro_l li.question .column>i {
		top: 0.2rem;
	}

	.page_pro2 .page_pro_column .page_pro_l li.question .column:after {
		top: 8px;
	}
}

@media only screen and (max-width: 568px) {
	.pro_tab {
		width: 100%;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		overflow-x: auto;
	}

	.pro_tab table.altrowstable {
		max-width: initial;
		width: 500px;
	}

}

@media only screen and (max-width: 375px) {
	.page_pro_nav .list li {
		width: 50%
	}

}


.cbp-vm-switcher {
	width: 100%;
	margin-bottom: 30px;
}

.cbp-vm-options {
	text-align: left;
	margin-bottom: 0;
	margin-bottom: 0;
	background: #fafafa;
	border-radius: 0;
	padding: 5px;
}

.cbp-vm-options em {
	display: inline-block;
	float: left;
	font-size: 0.2rem;
	color: #4d4d4d;
	text-transform: uppercase;
	line-height: 38px;
}

.cbp-vm-options a {
	display: inline-block;
	vertical-align: middle;
	padding: 8px;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 0;
	color: #808080;
	margin-right: 3px;
	float: left;
	font-size: 16px;
	border-radius: 0;
}

.cbp-vm-options span {
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #ccc;
}

.cbp-vm-options a:hover,
.cbp-vm-options a.cbp-vm-selected {
	color: #fff;
	background: #74b636;
	border-color: #74b636;
}

.cbp-vm-options a:before {
	font-size: 14px;
	text-align: center;
	display: inline-block;
}

/* General list */
.cbp-vm-switcher>ul {
	list-style: none;
	padding: 0;
}

/* Clear eventual floats */
.cbp-vm-switcher ul:before,
.cbp-vm-switcher ul:after {
	content: " ";
	display: table;
}

.cbp-vm-switcher ul:after {
	clear: both;
}

.cbp-vm-switcher>ul>li {
	display: block;
	position: relative;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 15px;
}

.cbp-vm-image .cbp-image-hover {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transform: scale(1.05);
	background: #fff;
	text-align: center;
}

.cbp-vm-image .cbp-image-hover img {
	max-height: 100%;
	width: auto;
	border-radius: 10px;
}

.cbp-vm-switcher ul li:hover .cbp-vm-image .cbp-image-hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	transform: scale(1.0);
}

.cbp-vm-switcher ul li>div {
	position: relative;
	display: block;
	padding: 0;
	border-radius: 10px;
	transition: all .5s;
}

.cbp-vm-switcher>ul>li>div {
	display: block;
	position: relative;
	z-index: 2;
	transition: all .5s;
	border-radius: 2px;
}

.cbp-vm-switcher>ul>li:hover>div {
	border-color: transparent;
	z-index: 99;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
	border-color: #fff;
}

/*.cbp-vm-switcher>ul>li > div:before{content:'';position: absolute;left:10px;top:10px;bottom:40px;right:10px;border-radius:0;transition:all .5s;box-shadow:0 5px 0.2rem 1px rgba(0,0,0,0.1);opacity: 0;filter: alpha(opacity=0);display: inline-block;}
.cbp-vm-switcher>ul>li > div:hover:before{left:0px;top:-5px;bottom:-5px;right:0px;opacity: 1;filter: alpha(opacity=100);z-index: 99;}*/
.cbp-vm-image>a {
	position: relative;
	display: block;
	z-index: 5;
	width: 100%;
	overflow: hidden;
}

.cbp-vm-image img {
	max-width: 100%;
	height: auto;
	transition: all .5s;
	width: 100%;
	border-radius: 0;
}

.cbp-vm-switcher>ul>li .cbp-vm-image {
	display: block;
	position: relative;
	z-index: 2;
	transition: all .5s;
	border-radius: 0;
	overflow: hidden;
}

.cbp-vm-switcher>ul>li .border {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	display: block;
	transition: all .5s;
	border: 1px solid #fff;
}

.cbp-vm-switcher>ul>li h2 {
	font-size: initial;
	font-weight: normal;
}

.cbp-vm-switcher>ul>li:hover .border {
	bottom: -24px;
	border: 1px solid #74b636;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 15px 40px -10px;
}

.cbp-vm-switcher>ul>li:hover .cbp-vm-image img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.cbp-vm-details {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #808080;
}

/* Large grid view */
.cbp-vm-view-grid ul {
	text-align: left;
	margin-right: -0.1rem;
	margin-left: -0.1rem;
	display: flex;
	flex-wrap: wrap;
}

.cbp-vm-view-grid ul li {
	width: 33.3%;

	float: left;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding: 0.1rem;
	position: relative;
}

.cbp-vm-view-grid ul li>div {
	border-radius: 0;
	padding: 0.1rem 0 0.2rem;
	border: 1px solid #eee;
	background: #fff;
}

.cbp-vm-view-grid ul li>div:hover {
	box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.12);
}

.cbp-vm-view-grid ul li .cbp-vm-image {
	border-color: #fff;
}

.cbp-vm-view-grid ul li:hover .cbp-vm-image {
	border-color: #fff;
}

.cbp-vm-view-grid ul li .cbp-list-left {
	padding: 0.15rem 0.15rem 0;
	text-align: center;
	position: relative;
	z-index: 999;
}

.cbp-vm-view-grid ul li .model_title {
	display: block;
	color: #333;
	font-size: 0.16rem;
	line-height: 0.24rem;
	overflow: hidden;
	height: 0.24rem;
	margin-bottom: 0.1rem;
	position: relative;
}

.cbp-vm-view-grid ul li .cbp-title {
	display: block;
	color: #333;
	font-size: 18px;
	line-height: 24px;
	overflow: hidden;
	height: 30px;
	margin-bottom: 0.1rem;
	position: relative;
	font-weight: 500;
}

.cbp-vm-view-grid ul li:hover .cbp-title {
	color: #74b636;
	text-decoration: none;
}

.cbp-vm-view-grid ul li .cplya_bap {
	display: flex;
	margin: 0.2rem auto 0;
	flex-wrap: wrap;
	justify-content: center;
}

.cbp-vm-view-grid ul li .cplya_bap p {
	display: inline-block;
	background: #f8f8f8;
	border-radius: 12px;
	font-size: 14px;
	padding: 0 0.12rem;
	margin: 0 5px;
	line-height: 26px;
	color: #666666;
}


.cbp-vm-view-grid ul li .cbp-vm-details {
	color: #666;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	height: 30px;
	margin-top: 0;
	transition: all .5s;
}

.cbp-vm-view-grid ul li .cbp-list-more {
	display: none;
}

.cbp-vm-view-grid ul li .more_box {
	display: none;
}

.cbp-vm-view-grid ul li .more_box .main_more {
	height: 34px;
	line-height: 32px;
	margin-top: 0;
	font-size: 14px;
	padding: 0 15px;
	font-weight: 600;
	background: #fff;
	border: 1px solid #222;
	color: #222;
}

.cbp-vm-view-grid ul li .more_box .main_more:hover {
	background: #e60012;
	color: #fff;
	border-color: #e60012;
}



.cbp-vm-view-grid ul li .cbp_line {
	display: block;
	background: #eaeaea;
	height: 1px;
	margin: 10px 0;
}

.cbp-vm-view-grid .post_blog_tag {
	display: none;
}

.cbp-vm-view-grid .cbp-list-center {
	padding: 0;
	position: relative;
	z-index: 999;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: 98% bottom;
}

/* List view */
.cbp-vm-view-list>ul {
	margin: 0;
	margin-top: 0.2rem;
}

.cbp-vm-view-list>ul>li {
	text-align: left;
	padding: 0;
	border-radius: 0;
	border: 1px solid #eee;
	padding: 0.2rem 15px;
	margin-top: -1px;
	position: relative;
	z-index: 2;
	background: #fff;
}

.cbp-vm-view-list>ul>li:hover {
	z-index: 5;
}

.cbp-vm-view-list>ul>li:before {
	content: '';
	background: #fff;
	box-shadow: 0 5px 30px 1px rgba(0, 0, 0, 0.05);
	transition: all .5s;
	position: absolute;
	left: 0.2rem;
	top: 0.2rem;
	right: 0.2rem;
	bottom: 0.2rem;
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	display: block;
	border-radius: 0
}

.cbp-vm-view-list>ul>li:hover:before {
	left: -0.2rem;
	top: -10px;
	right: -0.2rem;
	bottom: -5px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.cbp-vm-view-list>ul>li:hover>div {
	box-shadow: none;
}

.cbp-vm-view-list li:before,
.cbp-vm-view-list li:after {
	content: " ";
	display: table;
}

.cbp-vm-view-list li:after {
	clear: both;
}

.cbp-vm-view-list>ul>li>div {
	padding: 0;
	border: none;
}

.cbp-vm-view-list>ul>li>div .border {
	display: none;
}

.cbp-vm-view-list .cbp-vm-image,
.cbp-vm-view-list .cbp-vm-title,
.cbp-vm-view-list .cbp-vm-details,
.cbp-vm-view-list .cbp-vm-price,
.cbp-vm-view-list .cbp-vm-add {
	display: inline-block;
	vertical-align: middle;
}

.cbp-vm-view-list .cbp-vm-image {
	width: 30%;
	text-align: center;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	float: left;
	overflow: hidden;
}

.cbp-vm-view-list ul li>div:hover .cbp-vm-image:hover {
	border-color: #333333;
}

.cbp-vm-view-list ul li .cbp-vm-image .cbp-vm-details {
	display: none
}

.cbp-vm-view-list ul li>div .cbp-list-center {
	width: 70%;
	display: inline-block;
	padding-top: 5px;
}

.cbp-vm-view-list ul li .model_title {
	display: block;
	color: #333;
	font-size: 0.18rem;
	line-height: 0.24rem;
	overflow: hidden;
	height: 0.24rem;
	margin-bottom: 0.1rem;
	position: relative;
	font-weight: 400;
}

.cbp-vm-view-list ul li .cbp-title {
	display: block;
	color: #333;
	font-size: 0.18rem;
	line-height: 0.26rem;
	overflow: hidden;
	max-height: 0.52rem;
	margin-bottom: 0.1rem;
	font-weight: 700;
}

.cbp-vm-view-list ul li:hover .cbp-title {
	color: #74b636;
	text-decoration: none;
}

.cbp-vm-view-list ul li .cbp-vm-details {
	margin-top: 0.1rem;
	height: auto;
	padding: 0;
	max-height: 48px;
	line-height: 24px;
	font-size: 15px;
	display: block;
}

.cbp-vm-view-list>ul>li .cbp-list-left .line {
	display: none;
}

.cbp-vm-view-list ul li .post_blog_tag {
	margin-top: 15px;
}

.cbp-vm-view-list ul li .more_box {
	margin-top: 25px;
}

.cbp-vm-view-list ul li .more_box .main_more {
	height: 36px;
	line-height: 34px;
	font-size: 14px;
	text-transform: capitalize;
}

.cbp-vm-view-list .cbp-hover {
	display: none;
}

.cbp-vm-view-list .cbp-list-center {
	width: 70%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 25px;
}

.cbp-vm-view-list .cbp-list-center .cbp-list-left {
	padding-left: 0;
}

.cbp-vm-view-list .cbp-list-more {
	display: block;
	margin-top: 0.2rem;
	float: right;
	padding-right: 0;
}

.cbp-vm-view-list .checkbox {
	width: 150px;
	margin-top: 0.2rem;
	text-align: center;
	vertical-align: middle;
}

.checkbox {
	position: relative;
	display: inline-block;
	background: #333333;
	border-radius: 30px;
	height: 32px;
	width: 90%;
}

.checkbox label {
	display: block;
	vertical-align: middle;
	position: relative;
	padding: 0;
}

.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 6px;
	margin-left: 15px;
	padding-left: 3px;
	padding-top: 0px;
	font-size: 11px;
	color: #fff;
}

.checkbox p {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	height: 32px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	margin: 0;
	line-height: 32px;
}

.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 32px;
	left: 0;
	border-radius: 3px;
	background-color: transparent;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	z-index: 1;
}

.checkbox input[type="checkbox"]:checked+label::before,
.checkbox input[type="radio"]:checked+label::before {
	background: transparent;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
	opacity: 0;
	z-index: 1;
}

.checkbox input[type="checkbox"]:focus+label::before,
.checkbox input[type="radio"]:focus+label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked+label::after,
.checkbox input[type="radio"]:checked+label::after {
	font-family: "FontAwesome";
	content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled+label,
.checkbox input[type="radio"]:disabled+label {
	opacity: 0.65;
}

.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}

.checkbox.checkbox-inline {
	margin-top: 0;
}

.pro_inquiry_btn {
	display: inline-block;
	float: right;
	height: 38px;
	margin-top: -58px;
	background: #333333;
	border-radius: 30px;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 38px;
}

.pro_inquiry_btn:hover {
	text-decoration: none;
}

.pro_inquiry_btn:after {
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	background-position: -330px -99px;
	margin-left: 8px;
}

.mobile_pro_list {
	list-style: none;
	padding-bottom: 10px;
	margin-right: -5px;
	margin-left: -5px;
}

.mobile_pro_list li {
	padding: 5px;
}

.mobile_pro_list li:nth-child(2n+1) {
	clear: both;
}

.mobile_pro_list li .column {
	border: 1px solid #eee;
	border-radius: 0;
	padding: 5px;
	text-align: left;
}

.mobile_pro_list li .wrap {
	padding: 10px 5px;
}

.mobile_pro_list li .title {
	margin-bottom: 10px;
	font-size: 0.18rem;
	line-height: 0.24rem;
	height: 0.48rem;
	display: block;
	overflow: hidden;
}

.mobile_pro_list li .cbp-vm-details {
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	color: #808080;
	margin-bottom: 0;
}

.mobile_pro_list li .more {
	text-align: left;
	padding-bottom: 5px;
}

.mobile_pro_list li .main_more {
	margin: 0;
	font-size: 14px;
	line-height: 30px;
	height: 32px;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 4px
}

@media screen and (max-width: 1239px) {
	.cbp-vm-view-grid ul li {
		width: 33.33%
	}

	.cbp-vm-view-grid ul li:nth-child(3n+1) {
		clear: both
	}

	.cbp-vm-view-grid ul li:nth-child(4n+1) {
		clear: none
	}


}

@media screen and (max-width: 992px) {
	.cbp-vm-view-grid ul li {
		width: 50%
	}

	.cbp-vm-view-grid ul li:nth-child(2n+1) {
		clear: both
	}

	.cbp-vm-view-grid ul li:nth-child(3n+1) {
		clear: none
	}

}

@media screen and (max-width: 768px) {
	.pro-cat li {
		margin-bottom: 10px;
	}

	.cbp-vm-options {
		display: none;
	}

	.pro-text .box {
		max-height: 336px;
		overflow: hidden;
	}

	.checkbox {
		width: 100%;
	}

	.checkbox p {}

	.checkbox label::after {
		margin-left: 4px;
	}

	.pro_inquiry_btn {
		padding-left: 0.2rem;
		padding-right: 0.2rem;
		font-size: 14px;
	}

	.cbp-vm-view-list .checkbox {
		width: 10.2rem;
	}

	.cbp-vm-view-grid ul {
		margin: 0 -5px;
	}

	.cbp-vm-view-grid ul li {
		padding: 5px;
	}

	.cbp-vm-view-grid ul li .cbp-title {
		font-size: 16px
	}

	.cbp-vm-view-grid ul li .more_box .main_more {
		font-size: 12px;
	}

	.cbp-vm-view-grid ul li .cbp-list-left {
		padding: 0.15rem 5px 0;
	}

	.cbp-vm-view-grid ul li .cbp-title {
		height: 44px;
		line-height: 22px;
	}

}

@media screen and (max-width: 400px) {
	.pro-text {
		padding: 0.16rem;
	}

	.pro-text .column {
		font-size: 14px;
	}
}

/*products main*/
.page_about_content {
	border-top: 1px solid #eaeaea
}

.page_products02 .left-cat {
	padding: 0.2rem
}

.page_products02 .column_box {
	padding: 28px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
	border-radius: 18px;
	background: #ffffff;
	border: 2px solid #fff;
}

.page_products02 .page-left .fot_title em {
	color: #000;
	text-transform: capitalize;
	padding: 0;
	font-weight: 500;
}

.page_products02 .left-cat .fot_title em:before {
	display: none
}

.page_products02 .page-left .fot_title span {
	background: none
}

.page_products02 ul.mtree {
	border: none;
	background: none
}

.page_products02 ul.mtree>li {
	border: none;
}

.page_products02 ul.mtree>li>ul>li {
	border-bottom: none
}

.page_products02 ul.mtree ul {
	border-left: 1px solid #aaa;
	margin-left: 0.1rem
}

.page_products02 ul.mtree>li>ul>li>a {
	background: none
}

.page_products02 ul.mtree .mtree-level-2 {
	border: none;
	border-bottom: 1px solid #afafaf;
}

.page_products02 ul.mtree ul li {
	border-bottom: none;
}

.page_products02 ul.mtree li ul.mtree-level-2 li a:before {
	background: #909090
}

@media only screen and (max-width: 992px) {
	.page_products02 .left-cat {
		padding: 0.1rem
	}

	.page_products02 .column_box {
		padding: 0.15rem 0.1rem 0.05rem;
		box-shadow: none;
		padding: 0;
		background: none;
	}

	.page_products02 ul.mtree {
		padding: 0 0.2rem
	}

	.page_products02 .page-left .fot_title span {
		background: #74b636;
	}

	.page_products02 .page-left .fot_title em {
		color: #fff;
	}
}


/*products category main*/
.category {
	padding-bottom: 0.4rem
}

.category .categ_title {
	background: #fbf8ef;
	padding: 0.15rem 0.15rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.category .categ_title a.title {
	display: block;
	color: #74b636;
	font-weight: 700;
}

.category .categ_title .main_more {
	margin-top: 0;
	height: 0.38rem;
	line-height: 0.38rem;
	padding: 0 0.3rem;
	font-size: 0.14rem
}

.category_list ul {
	margin: 0 -0.15rem
}

.category_list ul li {
	list-style: none;
	margin-top: 0.2rem
}

.category_list ul li:nth-child(4n+1) {
	clear: both
}

.category_list ul li>div {
	background: #fff;
	box-shadow: 0 6px 4px rgba(0, 0, 0, 0.1);
	padding: 0.15rem 0.15rem 0.23rem;
	border-radius: 0.04rem;
}

.category_list ul li .image {
	border-radius: 0;
	overflow: hidden;
}

.category_list ul li .image img {
	transition: all .9s;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
	width: 100%;
}

.category_list ul li:hover .image img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
}

.category_list ul li .cbp-list-left {
	text-align: left;
	padding: 0.2rem 0.1rem 0
}

.category_list ul li .cbp-title {
	display: block;
	color: #333;
	font-size: 0.18rem;
	line-height: 0.26rem;
	overflow: hidden;
	height: 0.52rem;
	margin-bottom: 0.1rem;
	position: relative;
	font-weight: 700;
}

.category_list ul li:hover .cbp-title {
	color: #74b636;
	text-decoration: none;
}

.category_list ul li .details {
	color: #666;
	font-size: 16px;
	line-height: 0.24rem;
	overflow: hidden;
	height: 0.48rem;
	margin-top: 0.1rem;
	transition: all .5s;
}

.category_list ul li .main_more {
	line-height: 0.34rem;
	height: 0.34rem;
	letter-spacing: 0;
	font-weight: 700;
	padding: 0 0.17rem;
	margin-top: 0.16rem
}

@media screen and (max-width: 768px) {


	.category_list ul li:nth-child(2n+1) {
		clear: both
	}

	.category_list ul li:nth-child(4n+1) {
		clear: none
	}

}

@media screen and (max-width: 475px) {
	.category_list ul li .details {
		font-size: 14px
	}
}

@media screen and (max-width: 375px) {
	.category_list ul li {
		width: 100%
	}

	.category .categ_title {
		display: block;
	}

	.category .categ_title .main_more {
		margin-top: 0.15rem;
	}

	.category_list ul li .details {
		font-size: 14px
	}
}

/* CSS for the loading div */

.pic.on .pic img {
	opacity: 0;
	visibility: hidden;
}

.pic.on .info {
	opacity: 0;
	visibility: hidden;
}

.pic.on .video {
	opacity: 1;
	visibility: visible;
}

.pic,
.video {
	height: 100%;
}

.pic {
	position: relative;
	overflow: hidden;
	font-size: 0;
}

.pic>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pic .info {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	padding: 0;
	cursor: pointer;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	opacity: 1;
	visibility: visible;
	text-align: center;

}

.pic .info .icon {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
}



.pic .video {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	background: #000000;
}

.pic .video video {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.prom_img {
	padding: 0;
	text-align: center;
	padding-right: 0;
	border-radius: 0;
}

.prom_img .swiper-slide {
	position: relative;
	display: inline-block;
}

.prom_img #pro_img_gallery {
	overflow: inherit;
	padding: 0;
}

.prom_img #pro_img_gallery .swiper-slide {
	opacity: 0 !important;
	z-index: -1;
}

.prom_img #pro_img_gallery .swiper-slide-active {
	opacity: 1 !important;
	z-index: 99;
	border: 2px solid #ebebeb;
}

.prom_img #pro_img_gallery .swiper-slide img {
	width: 100%;
}

.prom_img .mousetrap {}

.prom_img .swiper-slide iframe {
	position: relative;
	width: 100%;
	max-width: 100%;
}

.prom_img .video_img {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0;
	bottom: 0;
	z-index: 55;
}

#pro_img_thumbs {
	padding: 0;
	padding-top: 15px;
}

#pro_img_thumbs .swiper-slide {
	border-radius: 0;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, 0.05);
	padding: 2px;
	margin-right: 5px;
}

#pro_img_thumbs .swiper-slide.swiper-slide-thumb-active {
	border-color: #74b636;
}

.prom_img .sp-video-icon {
	position: relative;
}

.prom_img .sp-video-icon img {
	opacity: 0.5;
}

.prom_img .sp-video-icon:before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	font-family: 'FontAwesome';
	content: "\f04b";
	z-index: 2;
	border-radius: 5px;
	background: #74b636;
	width: 30px;
	height: 30px;
	text-align: center;
}

.cloud-zoom {
	overflow: hidden;
}

#cloud-zoom-big {
	top: 0px !important;
	border: 1px solid #ddd;
	background-repeat: no-repeat !important;
	background: #fff;
	box-shadow: 0 5px 50px 1px rgba(0, 0, 0, 0.1);
}

.prom_img .cloud-zoom-lens {
	background-image: none !important;
	background-color: rgba(0, 0, 0, 0.2) !important;
}

@media only screen and (max-width: 992px) {

	.mousetrap,
	#cloud-zoom-big,
	.cloud-zoom-big {
		display: none !important;
	}
}

.pro_info_top {
	position: relative;
	z-index: 9;
	background: #f5f5f5;
	margin-bottom: 0;
	padding: 0.4rem 0 0.5rem;
}

.prom-right>h1 {
	padding: 0;
	margin: 0;
	display: block;
	font-size: 22px;
	color: #333;
	margin-bottom: 0.2rem;
	line-height: 28px;
	margin-top: 0;
	font-weight: 700;
}

.prom-right>div.main {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin-bottom: 0.2rem;
}

.prom-right {
	padding: 0 0 0 0.6rem;
	border-radius: 0;
	margin-bottom: 0.2rem;
}

.prom-right .pro-table {
	margin-bottom: 0;
	border-bottom: none;
	overflow: hidden;
	border-radius: 2px;
	margin-top: 0.2rem;
	border: 1px solid #d1d1d1;
	border-bottom: none;
}

.prom-right .pro-table>em {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}

.prom-right .pro-table ul li {
	list-style: none;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #d1d1d1
}

.prom-right .pro-table ul li p {
	display: inline-block;
	font-size: 16px;
	color: #333;
	width: 30%;
	margin: 0;
	text-transform: capitalize;
	line-height: 0.2rem;
	border-right: 1px solid #d1d1d1;
	padding: 10px;
	font-weight: 400;
}

.prom-right .pro-table ul li span {
	color: #333;
	display: inline-block;
	font-size: 14px;
	padding-left: 10px;
	color: #333;
	line-height: 0.2rem;
	padding: 10px;
	font-weight: 400;
}

.prom-right .mobile_inquiry {
	display: inline-block;
	margin-top: 0.3rem;
}

.prom-right .main_more {
	vertical-align: middle;
	height: 0.46rem;
	line-height: 0.46rem;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	z-index: 0;
	align-items: center;
}

.prom-right .main_more:after {
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/icon.png) no-repeat;
	background-position: -392px -99px;
	margin: 0;
	margin-left: 8px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	right: auto;
	opacity: 1;
	animation: none;
	margin-top: 0px;
}

.prom-right .main_more:before {
	position: absolute;
	content: '';
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .03) 1%, rgba(255, 255, 255, .6) 30%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, .85) 70%, rgba(255, 255, 255, .85) 71%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
	width: 30%;
	height: 100%;
	transform: skew(-10deg, 0deg);
	animation: move 2s;
	animation-iteration-count: infinite;
	animation-delay: 1s;
	border-radius: 0;
	border: none;
}

.prom-right .main_more:hover:after {}

.prom-right .cart_area {
	margin-top: 15px;
	margin-bottom: 10px;
}

.prom-right .cart_area .cartnum {
	text-align: center;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	max-width: 100%;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
	border-radius: 5px;
}

.pro_social.social_icons {
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	border-bottom: 1px dashed #e5e5e5;
}

.pro_social.social_icons li.title {
	font-size: 14px;
	color: #808080;
	padding-left: 0;
	text-transform: capitalize;
}

.pro_social.social_icons li.title p {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.pro_social.social_icons li.title:before {
	margin-right: 5px;
	width: 16px;
	height: 16px;
	background: url(../images/icon.png) no-repeat;
	background-position: -292px -52px;
	display: inline-block;
	content: '';
	vertical-align: middle;
}

.pro_social.social_icons li {
	padding: 0 5px;
	vertical-align: middle;
	margin: 0;
}

.pro_social.social_icons li a {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #e5e5e5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.pro_social.social_icons li.facebook a {
	background-color: #3b5998;
}

.pro_social.social_icons li.twitter a {
	background-color: #44ccf6;
}

.pro_social.social_icons li.youtube a {
	background-color: #ff0000;
}

.pro_social.social_icons li.linkedin a {
	background-color: #0275b4;
}

.pro_social.social_icons li.wechat a {
	background-color: #2dbb00;
}

.mostBox {
	margin: 0 0 10px 0;
}

.mostBox .page_title {
	background: #fafafa;
	padding: 0;
}

.mostBox .page_title:before,
.mostBox .page_title:after {
	display: none;
}

.mostBox .page_title em {
	font-size: 24px;
	line-height: 30px;
	background: #0cb76c;
	color: #fff;
	text-transform: capitalize;
	padding: 5px 10px;
}

.mostBox .text em {
	font-style: italic;
}

.mostBox .text a:hover {
	color: #333333;
}

.mostBox .text ul {
	padding-left: 0.2rem;
}

/*products-tab*/
.mostBox .features-tab {
	margin: 0;
	text-align: left;
	padding: 0px;
	text-align: left;
}

.mostBox .features-tab .nav-tabs {
	margin: 0px;
	padding: 0px;
	background: none;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #E9EAEB;
}

.mostBox .features-tab .nav-tabs li {
	margin-right: 0.15rem;
	display: inline-block;
}

.mostBox .features-tab .nav-tabs li>a {
	display: inline-block;
	list-style: none;
	cursor: pointer;
	color: #0c6f43;
	text-align: center;
	margin: 0;
	padding: 0.12rem 0;
	border: none;
	font-size: 22px;
	line-height: 26px;
	background-color: transparent;
	border-radius: 0.1rem 0.1rem 0 0;
	z-index: 2;
	text-transform: capitalize;
	font-weight: normal;
	border: 1px solid #fff;
	border-bottom: none;
	font-weight: 500;
	position: relative;
}

.mostBox .features-tab .nav-tabs li>a:after {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #0c6f43;
	content: '';
	display: block;
	opacity: 0;
}

.mostBox .features-tab .nav-tabs>li.active>a,
.mostBox .features-tab .nav-tabs>li.active>a:hover,
.mostBox .features-tab .nav-tabs>li.active>a:focus {
	color: #0c6f43;
	z-index: 99;
	text-decoration: none;
}

.mostBox .features-tab .nav-tabs>li.active>a:after {
	opacity: 1;
	z-index: 99;
}

.mostBox .tab-content {
	padding-top: 15px;
	font-size: 16px;
	color: #333;
}

#pro_inquiry {
	margin: 0;
	position: relative;
	background: none;
	margin-bottom: 0.2rem;
	margin-top: 0.2rem;
	border-top: 2px solid #74b636
}

#pro_inquiry .send_column {
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	border-radius: 0
}

#pro_inquiry .send_column .main_title {
	margin-bottom: 0.15rem
}

#pro_inquiry .send_column .main_title img {
	max-width: 0.8rem
}

#pro_inquiry .send_column .main_title em:before {
	display: none
}

#pro_inquiry .send_column ul {
	margin: 0 -0.15rem
}

#pro_inquiry .send_column ul li .cform-item__wrap {
	position: relative;
}

#pro_inquiry .send_column ul li .cform-item__wrap .refresh {
	font-size: 14px;
	line-height: 16px;
	min-width: 60px;
}

#pro_inquiry .send_column ul li .cform-item__wrap img {
	margin: 10px 5px !important;
}

#pro_inquiry .send_column ul li label.error {
	position: absolute;
	left: 0;
	bottom: -3px;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	height: 0.2rem;
}

.page_products .left-adv {
	display: none;
}

@media only screen and (max-width:992px) {
	.mobile_inquiry .main_more.show {
		position: fixed;
		bottom: 60px;
		left: 10px;
		width: 140px;
		line-height: 24px;
		padding: 5px 0;
		z-index: 9999999999;
		font-size: 13px;
		height: 36px;
		justify-content: center;
		text-align: center;
	}

	.mobile_inquiry .main_more.show:after {
		top: 0;
	}
}

@media only screen and (max-width: 992px) {

	.sp-thumbs a:link,
	.sp-thumbs a:visited {
		width: 50px;
		height: 50px;
	}

	.products .pro_img {
		width: 100%;
		padding: 0;
	}

	.products .pro-right {
		width: 100%;
		padding: 0;
		padding-left: 0.2rem;
	}

	.prom-right .pro-table ul li p {
		width: 26%;
	}

	.prom_img {
		margin-bottom: 0;
		padding: 0;
		width: 100%;
	}

	.prom-right .pro-table {
		margin-bottom: 0;
	}

	#pro_inquiry {
		position: relative;
		z-index: 1;
	}

	#pro_inquiry .send_content .send_column {
		display: block;
	}

	.page_products .left-pro {
		display: none;
	}

	.prom-right {
		padding: 0;
		margin-bottom: 0;
		background-image: none;
		padding-top: 0.2rem;
		z-index: 9999;
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.pro-right {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0.2rem;
	}

	.prom-right .pro-table {
		margin-top: 15px;
		margin-bottom: 0;
	}

	.pro_info_top:before {
		display: none;
	}

	.products .pro_inquiry .message {
		padding: 0;
	}

	.mostBox .tab-scroll {
		margin-left: 0;
		padding-bottom: 0;
	}

	.products .pro-list-tags p {
		display: block;
	}

	.pro_message li .meInput,
	.pro_message li .meText {
		width: 100%;
	}

	.pro_message .main_title {
		text-align: center;
	}

	.pro_message .main_title>em {
		background-position: center bottom;
	}

	.prom-right>h1 {
		font-size: 16px;
	}

	.prom_main {
		padding: 40px 0;
	}

	.prom_main .pro_con {
		display: none;
	}

	.pro_message form {
		max-width: 100%;
	}

	/*.prom-right .mobile_inquiry{position:fixed;bottom:0;right:0;background:#fff;background:#fff;padding:8px 15px;z-index:9999999999;width:100%;text-align:right;height:60px;border-top:1px solid #eee;display: flex;align-items: center;justify-content: flex-end}*/
	.prom-right .mobile_inquiry {
		display: block;
	}

	.prom-right .main_more {
		display: block;
		text-align: center;
		font-size: 14px
	}

	.prom-right .main_more.more_down {
		margin-left: 0;
	}

	.prom-right .main_more.more_cart input {
		font-size: 14px;
		padding-left: 15px;
		height: 40px;
		line-height: 42px;
	}

	.prom-right .main_more.more_cart:after {
		top: 12px;
		display: inline-block;
	}

	#pro_inquiry .main_title .line {
		margin-right: 10px;
	}

	#pro_inquiry {
		display: block !important;
	}

	.pro_social.social_icons li.title {
		display: block;
	}

	.pro_social.social_icons li a {
		width: 34px;
		height: 34px;
	}

	.mostBox .features-tab .nav-tabs {
		border-radius: 0;
	}

	.mostBox .features-tab .nav-tabs li {
		margin-right: 0.05rem
	}

	.mostBox .features-tab .nav-tabs li>a {
		font-size: 0.18rem;
		padding: 0.08rem 0.15rem
	}

	.prom-right>div.main {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.pro_info_top {
		padding-left: 0;
		padding-right: 0;
	}

	.page_products .page-right {
		padding: 0;
		margin-top: 0;
	}

	#pro_inquiry .title em:before {
		display: none;
	}

	#pro_inquiry .text {
		font-size: 14px;
		margin-top: 0
	}

	#pro_inquiry .send_column .main_title em {}

	#pro_inquiry .send_column {
		padding: 0.2rem 0.2rem 0.3rem
	}

	.prom-right .pro_whatsapp {
		margin-left: 0;
	}

	#pro_inquiry .send_column .send {
		margin-left: 0;
		padding: 0 0.3rem
	}

	#pro_img_thumbs .swiper-slide {
		padding: 1px;
	}

	.prom_img .sp-video-icon:before {
		width: 24px;
		height: 24px;
		font-size: 14px;
		line-height: 24px;
	}

	.prom_img .swiper-slide iframe {
		height: 240px;
	}

	#pro_img_thumbs {
		padding-top: 10px;
	}
}

@media only screen and (max-width: 480px) {
	.products .pro-right {
		margin-bottom: 0;
		position: relative;
	}

	.prom-right .pro-table ul li p {
		min-width: 45%;
		font-size: 14px;
		text-transform: capitalize;
		background: #fff;
		padding: 5px;
	}

	.prom-right .pro-table ul li span {
		font-size: 14px;
		padding: 5px;
	}

	.mostBox .features-tab .nav-tabs li {
		margin-right: 0.02rem
	}

	.mostBox .features-tab .nav-tabs li>a {
		font-size: 16px;
		padding: 10px
	}

	#pro_inquiry .title {
		font-size: 0.2rem;
	}
}





.relpro_content {
	padding: 0.2rem 0rem 0.6rem;
	background: #fff;
}



.meft-customer ul {
	list-style: none;
	margin-bottom: 30px;
	border-bottom: none;
}

.meft-customer ul li a {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	font-size: 14px;
	text-transform: capitalize;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.meft-customer ul li a:hover {
	background: #fafafa;
	color: #23ac38;
	padding: 10px;
	text-decoration: none;
}

#customer {}

#customer ul {
	list-style: none;
}

#customer ul li {
	margin-bottom: 30px;
}

#customer ul li .title {
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	line-height: 0.2rem;
	text-transform: uppercase;
	color: #62a70f;
	font-weight: normal;
	padding-bottom: 10px;
}

#customer ul li h5 {
	display: inline-block;
	color: #62a70f;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
}

#customer ul li h5:before {
	content: "[";
	padding-right: 5px;
}

#customer ul li h5:after {
	content: "]";
	padding-left: 5px;
}

#customer ul li h5.UI02 {
	display: none;
}

#customer ul li h5 b {
	font-weight: normal;
}

#customer ul li .text {
	font-size: 14px;
	line-height: 24px;
	color: #676767;
	overflow: hidden;
	height: 48px;
	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out
}


.project_list {
	list-style: none;
	padding-top: 0;
	position: relative;
	z-index: 9;
	margin: 0 -0.15rem;
	display: flex;
	flex-wrap: wrap;
}

.project_list li {
	padding: 0 0.15rem;
	margin-bottom: 0.4rem;
	list-style: none
}

.project_list li .column {
	position: relative;
	overflow: hidden;
	background: #fff;
	transition: all .6s;
}

.project_list li .column .link {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.project_list li .column .link img {
	transition: all .9s;
	width: 100%;
}

.project_list li .column:hover .link img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.project_list li .column .wrap {
	position: relative;
	padding: 0.21rem 0 0;
	transition: 0.6s all;
	text-align: left
}

.project_list li .column .wrap .title {
	color: #222;
	font-size: 20px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	display: block;
	margin-bottom: 0.05rem;
	font-weight: 700;
}

.project_list li .column .wrap span {
	font-weight: 300;
	color: #74b636;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 0.1rem;
}

.project_list li .column .wrap h2 {
	font-size: initial;
	font-weight: normal;
}

.project_list li .column .wrap .text {
	font-size: 16px;
	color: #666;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-top: 0.2rem;
}

.project_list li .column .wrap .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: -0.22rem;
	background: #74b636;
	border-radius: 50%;
	transition: 0.8s all;
}

.project_list li .column .wrap .icon i {
	width: 7px;
	height: 13px;
	display: inline-block;
	background: url(../images/icon.png) no-repeat -4px -327px;
	transition: all .6s;
}

.project_list li .column:hover .wrap .icon i {
	animation: more_i 1.5s infinite;
}

.project_list li .column:hover .wrap .title {
	color: #74b636;
}

@keyframes more_i {
	0% {
		transform: translateX(-3px);
	}

	50% {
		transform: translateX(3px);
	}

	100% {
		transform: translateX(-3px);
	}
}



@media only screen and (max-width:992px) {
	.project_list li {
		width: 33.3%
	}

	.project_list li .column .wrap .title {
		font-size: 18px;
	}
}

@media only screen and (max-width:768px) {

	.project_list li .column .wrap .title {
		font-size: 16px;
	}

	.project_list li .column .wrap .text {
		font-size: 15px;
	}

	.project_list li {
		width: 50%;
		margin-bottom: 0.1rem;
		padding: 0 0.05rem;
	}

	.project_list {
		margin: 0.1rem -0.05rem
	}

	.project_list li .column .wrap {
		padding: 0.2rem 0.15rem 0.2rem;
	}


}

@media only screen and (max-width:425px) {
	.project_list li {
		width: 100%
	}


}

/*form*/
.page_contact {
	background: linear-gradient(to bottom, #fff, #f7f7f7);
}

.page_form {
	padding-top: 0.2rem
}

.page_form .message_wrap {
	width: 100%;
	background: #fff;
	float: none
}

.page_form .message_wrap .send_column {
	background: #fff;
}

.page_form .send_column .main_title em {
	font-size: 42px;
}

.page_form .send_column .main_title em:before {
	width: 40px;
	height: 40px;
	background-position: -419px -278px;
	top: 0;
	display: inline-block;
	margin: 0 10px 0 0
}

.page_form .send_column ul li input {
	border-width: 2px;
	border-color: #e5e5e5;
	background: #fff;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05) inset;
}

.page_form .send_column ul li input:focus {
	border-color: #74b636;
}

.page_form .send_column ul li textarea {
	border-width: 2px;
	border-color: #e5e5e5;
	background: #fff;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05) inset;
}

.page_form .send_column ul li textarea:focus {
	border-color: #74b636;
}

.page_form .send_column ul li .form_select:before {
	display: none;
}

.page_form .send_column ul li .form_select {
	position: relative;
	display: block;
	width: 100%;
	z-index: 5;
	background: #fff;
}

.page_form .send_column ul li select {
	border: 2px solid #e5e5e5;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05) inset;
	height: 50px;
	line-height: 50px;
	width: 100%;
	background-color: transparent;
	padding-left: 15px;
	font-size: 14px;
	color: #808080;
	Appearance: none;
	-webkit-appearance: none;
	font-size: 14px;
}

.page_form .send_column ul li .form_select:after {
	content: "\f107";
	font-family: 'FontAwesome';
	position: absolute;
	right: 0.2rem;
	line-height: 16px;
	font-size: 0.2rem;
	color: #808080;
	top: 18px;
	z-index: -1;
}

.page_form .send_column ul li label {
	font-weight: normal;
	font-size: 16px;
}

.page_form .note {
	margin-top: 0.2rem;
}

.page_form .note em {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}

.page_form .note ol {
	padding-left: 15px;
	font-size: 14px;
	line-height: 24px;
	color: #808080;
}

.page_form .form_upload {
	width: 99%;
	height: 10.2rem;
	border: 2px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.page_form .form_upload input {
	width: 100%;
	text-align: center;
	padding: 5px;
}

.page_form .more {
	margin-top: 30px;
	text-align: center;
}

.page_form .main_more {
	padding-left: 40px;
	padding-right: 40px;
	line-height: 60px;
	height: 60px;
	font-size: 16px;
}

@media only screen and (max-width: 768px) {
	.page_form .form_upload {
		width: 100%;
	}

	.page_form .send_column .main_title em {
		font-size: 30px;
		line-height: 40px;
	}

	.page_form .main_more {
		font-size: 14px;
	}
}


/*service*/
.page_service {
	list-style: none;
	padding-top: 0.2rem
}

.page_service li {
	margin-bottom: 30px;
}

.page_service li .image {
	display: block;
	overflow: hidden;
	position: relative;
}

.page_service li .image>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 999;
}

.page_service li .image img {
	width: 100%;
	transition: all .9s;
}

.page_service li:hover .image img {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15)
}

.page_service li .image .single {
	position: absolute;
	opacity: 0;
	transition: all .9s;
	width: 0;
	height: 0;
	pointer-events: none;
	border: solid transparent;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #000;
	display: inline-block;
	border-width: 500px 300px 300px 300px;
	position: absolute;
	left: -28%;
	top: 5%;
	z-index: 2;
	transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
}

.page_service li:hover .image .single {
	opacity: 0.15;
	transform: rotate(18deg);
	-ms-transform: rotate(18deg);
	-webkit-transform: rotate(18deg);
	-o-transform: rotate(18deg);
	-moz-transform: rotate(18deg);
}

.page_service li .image .ovrly {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 80%;
	display: block;
	opacity: 0;
	transition: all .5s;
	background: linear-gradient(to bottom, rgba(9, 117, 189, 1), rgba(0, 0, 0, 0.5));
	background-image: -moz-linear-gradient(top, rgba(9, 117, 189, 1), rgba(0, 0, 0, 0.5));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(9, 117, 189, 1)), color-stop(1, rgba(0, 0, 0, 0.5)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74b636', endColorstr='#5b5b55', GradientType='0');
}

.page_service li:hover .image .ovrly {
	height: 100%;
	opacity: 0.5;
}

.page_service li .wrap {
	background: #f7f7f7;
	padding: 30px 0.2rem;
	transition: all .5s;
	position: relative;
}

.page_service li:hover .wrap {
	background: #fff;
	box-shadow: 0 5px 27px rgba(0, 0, 0, 0.15);
}

.page_service li .title {
	display: block;
	font-size: 28px;
	line-height: 34px;
	text-transform: uppercase;
	margin-bottom: 15px;
	height: 34px;
	overflow: hidden;
	transition: all .5s;
}

.page_service li:hover .title {
	text-decoration: none;
	color: #74b636;
}

.page_service li .text {
	font-size: 14px;
	color: #808080;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	transition: all .5s;
}

.page_service li .main_more {
	position: absolute;
	right: 0.2rem;
	top: -30px;
	margin: 0;
	opacity: 0;
	transition: all .5s;
	z-index: 999;
}

.page_service li:hover .main_more {
	opacity: 1;
	top: -0.2rem
}


@media only screen and (max-width: 1480px) {
	.page_service li .title {
		font-size: 24px;
		line-height: 28px;
		height: 56px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width:480px) {
	.page_service li {
		padding: 0;
	}

	.page_service li .title {
		max-height: 56px;
		height: auto;
	}

	.page_service li .wrap {
		padding: 25px 15px;
	}
}




/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.8.2
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	white-space: normal;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: sans-serif
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, transform .4s ease;
	transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

@-webkit-keyframes bounceFromRight {

	0%,
	100% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}
}

@keyframes bounceFromRight {

	0%,
	100% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}
}

@-webkit-keyframes bounceFromLeft {

	0%,
	100% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}
}

@keyframes bounceFromLeft {

	0%,
	100% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 0.2rem;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.baguetteBox-spcat_inner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -0.2rem;
	margin-left: -0.2rem
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.baguetteBox-double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* Styles for the gallery */

.tz-gallery {
	padding: 0;
}

.tz-gallery>div {
	padding: 0.1rem 0.15rem;
	width: 20%;
}

.tz-gallery>div:nth-child(5n+1) {
	clear: both
}

.tz-gallery .thumbnail {
	background: #f7f7f7;
	text-align: center;
	border-radius: 0;
	border: none;
	padding: 5px;
	border: 1px solid #f7f7f7;
	transition: all .5s;
}

.tz-gallery .thumbnail:hover {
	border-color: #fff;
	box-shadow: 0 5px 10px 1px rgb(0, 0, 0, 0.05);
	background: #fff;
}

.tz-gallery .lightbox {
	display: block;
	padding: 0;
	position: relative;
}

.tz-gallery .lightbox:before {
	content: '';
	width: 40px;
	height: 40px;
	background: #fff url(../images/icon.png) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	background-position: -422px -69px;
	display: inline-block;
}

.tz-gallery .thumbnail .light_box::before {
	background-image: none;
}

.tz-gallery .lightbox img {
	max-width: 100%;
	width: 100%;
	height: auto;
	transition: all .9s;
}

.tz-gallery img {
	border-radius: 0;
}

.tz-gallery .caption {
	padding: 10px 5px;
	text-align: left;
	background-color: transparent;
	border-top: none;
	position: relative;
	text-align: center;
}

.tz-gallery .caption em {
	font-size: 16px;
	margin: 0;
	height: 0.44rem;
	font-style: normal;
	line-height: 0.22rem;
	overflow: hidden;
	display: block;
}

.baguetteBox-button {
	background-color: transparent !important;
}

@media only screen and (max-width: 1480px) {
	.tz-gallery>div {
		width: 20%;
	}

	.tz-gallery>div:nth-child(6n+1) {
		clear: none
	}

	.tz-gallery>div:nth-child(5n+1) {
		clear: both
	}
}

@media only screen and (max-width: 992px) {
	.tz-gallery>div {
		width: 25%;
	}

	.tz-gallery .caption .icon {
		right: 0;
	}

	.tz-gallery>div:nth-child(5n+1) {
		clear: none
	}

	.tz-gallery>div:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width: 768px) {
	.tz-gallery>div {
		width: 33.33%;
		padding: 0.05rem;
	}

	.tz-gallery .thumbnail {
		margin-bottom: 2px;
	}

	.tz-gallery .caption em {
		font-size: 14px;
		line-height: 20px;
		height: 60px;
	}

	.tz-gallery>div:nth-child(4n+1) {
		clear: none
	}

	.tz-gallery>div:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (max-width: 480px) {
	.tz-gallery>div {
		width: 50%;
	}

	.tz-gallery .thumbnail {
		padding: 5px;
	}

	.tz-gallery .caption {
		padding-top: 10px;
	}

	.tz-gallery .lightbox:before {
		right: 0;
		top: 0;
	}

	.tz-gallery>div:nth-child(3n+1) {
		clear: none
	}

	.tz-gallery>div:nth-child(2n+1) {
		clear: both
	}
}


/*left scroll*/
.left_fixed {
	margin-bottom: 0.2rem;
	zoom: 1;
}

.left_fixed .caption {
	border-bottom: 1px solid #dddddd;
	background-color: #dddddd;
	font-size: 12pt;

	padding: 5px;
}

.left-related {
	margin-top: 40px;
}

.left-related .list {
	padding-top: 0.2rem;
	list-style: none;
}

.left-related .list li {
	margin-bottom: 0.2rem;
	border: 1px solid #e5e5e5;
	padding: 5px;
	display: flex;
	align-items: center;
	background: #fff;
	position: relative;
}

.left-related .list li:before {
	position: absolute;
	left: -1px;
	top: -1px;
	height: 0;
	content: '';
	width: calc(100% + 2px);
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.left-related .list li:hover:before {
	height: calc(100% + 2px);
}

.left-related .list li:after {
	position: absolute;
	left: -1px;
	top: -1px;
	height: calc(100% + 2px);
	content: '';
	width: 0;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.left-related .list li:hover:after {
	width: calc(100% + 2px);
}

.left-related .list li .wrap {
	padding-left: 15px;
	padding-top: 10px;
}

.left-related .list li .image {
	max-width: 10.2rem;
	min-width: 10.2rem;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.left-related .list li .image img {
	transition: all .9s;
	width: 100%;
}

.left-related .list li:hover .image img {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15)
}

.left-related .list li .title {
	display: block;
	font-size: 14px;
	line-height: 0.2rem;
	height: 60px;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.left-related .list li .title:hover {
	text-decoration: none;
	color: #333333;
}

.left-related .list li .more {
	width: 40px;
	height: 40px;
	box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.1);
	border-radius: 25px 0 0 25px;
	display: inline-flex;
	position: absolute;
	right: -0.2rem;
	bottom: 5px;
	background: #333333;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all .5s;
	z-index: 2;
}

.left-related .list li:hover .more {
	right: 0;
	opacity: 1;
}

.left-related .list li .more i {
	width: 8px;
	height: 12px;
	background: url(../images/icon.png) no-repeat;
	background-position: -117px -327px;
	display: inline-block;
}

.left_fixed.scrollfixed {
	margin-top: 0px;
	margin-left: 0;
	margin-top: 0;
}

@media only screen and (max-width:1260px) {
	.left-related .list li .image {
		max-width: 80px;
		min-width: 80px;
	}
}

@media only screen and (max-width:992px) {
	.left_fixed {
		margin-bottom: 0;
	}

	.left-related {
		margin-top: 0.2rem;
	}

	.left-related .list li .title {
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	.page_products>.container>div {
		display: flex;
		flex-wrap: wrap;
		flex-flow: row-reverse
	}

	.page_products .page-left {
		flex: 0 0 25%;
		max-width: 25%;
		margin-top: 0;
	}

	.page_products .page-right {
		flex: 0 0 75%;
		max-width: 75%;
		padding-right: 0;
		padding-left: 40px;
		margin-top: 0
	}

	.page_products02 .page-left {
		flex: 0 0 30%;
		max-width: 30%;
		margin-top: 0;
	}

	.page_products02 .page-right {
		flex: 0 0 70%;
		max-width: 70%;
		padding-right: 0;
		padding-left: 40px;
		margin-top: 0
	}

	.page_products .page-left div.left_fixed {
		position: sticky !important;
		top: 1.02rem;
		margin-bottom: 0;
	}

	.page_products .page-left div.left_fixed .left_fixed_box {
		overflow-y: auto;
		padding-right: 10px;
		padding-left: 10px;
		height: 800px;
		padding-bottom: 50px;
	}

	.page_products .page-left div.left_fixed_box::-webkit-scrollbar {
		width: 3px;
	}

	.page_products .page-left div.left_fixed_box::-webkit-scrollbar-track {
		background-color: #f7f7f7;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.page_products .page-left div.left_fixed_box::-webkit-scrollbar-thumb {
		background-color: #e5e5e5;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.page_products .page-left div.left_fixed_box::-webkit-scrollbar-thumb:hover {
		background-color: #74b636;
	}
}

.page_wrapper_2 {
	padding-top: 50px;
	padding-bottom: 50px;
	background: linear-gradient(to bottom, #f7f7f7, #fff);
}

.page_wrapper_2 .ms_3 {
	background: #333333;
	box-shadow: none;
	border: none;
	font-weight: normal;
	border-radius: 30px;
}

.page_wrapper_2 .ms_3:hover {
	background: #333333;
	text-decoration: none;
}


.page-nav-box ul li {
	font-size: 16px;
	padding: 0px 30px;
	color: #333;
	float: left;
	list-style: none;
	line-height: 40px;
}

.page-nav {
	position: relative;
	background: #333333;
}

.page-nav.fixed {
	position: fixed;
	z-index: 100;
	top: 62px;
	right: 0;
	left: 0;
	max-width: 100%;
	margin: 0 auto;
}

.pnav-item {
	position: relative
}

.pnav-item:first-of-type::before {
	display: none
}

.pnav-link {
	display: block;
	position: relative;
	color: #333
}

.pnav-link:hover {
	color: #23509b
}

.page-nav .current a {
	color: #23509b
}

.pnav-link::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background-color: #23509b;
	visibility: hidden;
	opacity: 0
}

.list-pnav.list-1 {
	text-align: center
}

.list-pnav.list-1>li {
	width: 50%
}

.page-nav .list {
	overflow: hidden;
	display: flex;
}

.page-nav .list li {
	position: relative;
}

.page-nav .list li .column {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.page-nav .list li {
	list-style: none;
	text-align: center;
	position: relative;
	padding: 5px 15px 5px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	cursor: pointer;
	width: 50%;
}

.page-nav .list li .pnav-link {
	display: block;
	z-index: 99;
	text-align: center;
	padding: 10px 10px;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}

.page-nav .list li.current,
.page-nav .list li:hover {
	background: rgba(0, 0, 0, 0.1)
}

.page-nav .list li.current .pnav-link,
.page-nav .list li:hover .pnav-link {
	color: #fff;
	text-decoration: none;
}

.nav-page {
	padding: 60px 0;
}

.nav-page .main_title {
	text-align: center;
}

#overview_2 {
	background: #f7f7f7;
}

@media only screen and (max-width: 1440px) {
	.page-nav {
		padding: 0 6%
	}
}

@media (max-width: 992px) {
	.page-nav.fixed {
		top: 68px
	}
}

@media only screen and (max-width: 768px) {
	.page-nav {
		padding: 0
	}

	.nav-page {
		padding: 40px 0;
	}
}

@media (max-width: 590px) {
	.page-nav .list li {
		padding: 5px;
	}

	.page-nav .list li .pnav-link {
		font-size: 14px;
		padding: 5px;
		line-height: 16px;
	}

	.solution_page {
		height: auto;
	}

}

@media (max-width: 392px) {
	.page-nav .list li {
		padding: 5px 2px 5px;
	}
}

.page_about_title {
	text-align: center
}

.page_about_title em {
	font-size: 0.46rem;
	color: #74b636;
	text-transform: capitalize;
	line-height: 0.48rem;
	padding-bottom: 0.26rem;
	position: relative;
	margin-bottom: 0.2rem;
	font-style: normal;
	background: url(../images/title_line.png) no-repeat center bottom;
	display: block;
}

.page_about_title .text {
	font-size: 14px;
	line-height: 0.24rem;
	max-height: 0.48rem;
	overflow: hidden;
	color: #808080;
	margin-top: 0.21rem;
}

.page_about {
	padding: 0.6rem 0 0.8rem
}

.page_about .page_about_box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start
}

.page_about .page_about_box .page_about_column {
	width: 46%;
	padding-right: 0.7rem
}

.page_about .page_about_box .page_about_column .page_about_title {
	text-align: left;
}

.page_about .page_about_box .page_about_column .page_about_title em {
	background-position: left bottom
}

.page_about .page_about_box .page_about_column .page_about_text {
	font-size: 16px;
	line-height: 0.32rem;
}

.page_about .page_about_box .page_about_images {
	position: relative;
	width: 54%;
	padding-left: 1.2rem
}

.page_about .page_about_box .page_about_images:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0.6rem;
	background: #f4f6f8;
	z-index: -1;
}

.page_about .page_about_box .page_about_images .img {
	margin-top: 35px;
	border-bottom-right-radius: 50px;
	box-shadow: -10px 0 15px 2px rgba(216, 216, 216, .41);
	position: relative;
	z-index: 9
}

.page_about .page_about_box .page_about_images .img img {
	width: 100%;
	border-bottom-right-radius: 50px;
}

@media (max-width: 1199px) {
	.page_about .page_about_box .page_about_images {
		padding-left: 0.8rem
	}

	.page_about .page_about_box .page_about_column {
		padding-right: 0.5rem
	}


}

@media (max-width: 768px) {
	.page_about {
		padding: 0.4rem 0 0.6rem
	}

	.page_about_title em {
		font-size: 0.34rem;
		line-height: 0.36rem
	}

	.page_about .page_about_box .page_about_images {
		padding-left: 0;
	}

	.page_about .page_about_box .page_about_column {
		padding-right: 0;
		width: 100%
	}

	.page_about .page_about_box .page_about_images:before {
		display: none
	}
}

@media (max-width: 475px) {
	.page_about .page_about_box .page_about_images {
		width: 100%
	}

	.page_about .page_about_box .page_about_column .page_about_text {
		font-size: 0.18rem
	}

}



.page_conts {
	background: #E7E7E7;
	padding: 0.7rem 0;
	text-align: center
}

.page_conts .title {
	font-size: 0.32rem;
	line-height: 0.34rem;
	color: #222;
	font-weight: 400;
}


.page_conts ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 850px;
	margin: 0.1rem auto
}

.page_conts ul li {
	width: 32%;
	color: #74b636;
	font-style: normal;
	list-style: none;
	margin-top: 0.15rem;
}

.page_conts ul li i {
	margin-right: 10px
}

@media only screen and (max-width: 595px) {
	.page_conts {
		padding: 0.54rem 0
	}

	.page_conts .title {
		font-size: 0.28rem
	}

	.page_conts ul {
		display: block;
		text-align: center;
	}

	.page_conts ul li {
		width: 100%;
		margin-top: 0.05rem
	}
}







.page_loading {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page_loading .page_column {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.page_loading .page_column img {
	max-width: 180px
}


/* ----- 分页 ----- */
.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 4px 8px;
	margin: 0 5px;
	border-radius: 5px;
}

.pagination span {
	color: #333;
	font-size: 14px;
	padding: 4px 2px;
	margin: 0 5px;
	border-radius: 5px;
}

.pagination a:hover {
	color: ##172b6a;
	border: 1px solid #172b6a;
}

.pagination a.page-num-current {
	color: #fff;
	background: #172b6a;
	border: 1px solid #172b6a;
	border-radius: 5px;
}

.tac.text-secondary {
	color: #ccc;
	text-align: center;
}

/* ----- 分页end ----- */