﻿@charset "utf-8";

@import url("assets/css/global.min.css");
@import url("assets/css/swiper-bundle.min.css");


/**
* Description style CSS for the website
* Author Qiuyue
* E-mail 1171019839@qq.com
* Created On 2023-09-14
* modification
**/

/*! normalize.css v3.0.1 | MIT License | git.io/normalize*/
/** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom.*/
html {
	font-family: sans-serif;
	/* 1*/
	-ms-text-size-adjust: 100%;
	/* 2*/
	-webkit-text-size-adjust: 100%;
	/* 2*/
}

/** * Remove default margin.*/
body {
	margin: 0;
}

/* HTML5 display definitions ==========================================================================*/
/** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. * Correct `block` display not defined for `main` in IE 11.*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.*/
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1*/
	vertical-align: baseline;
	/* 2*/
	max-width: 100%;
}

/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices.*/
audio:not([controls]) {
	display: none;
	height: 0;
}

/** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.*/
[hidden],
template {
	display: none;
}

/* Links ==========================================================================*/
/** * Remove the gray background color from active links in IE 10.*/

a {
	color: #333;
	background: transparent;
	text-decoration: none;
	outline: none;
	border: none;
	transition: all .2s;
}

/** * Improve readability when focused and also mouse hovered in all browsers.*/
a:active,
a:hover {
	outline: none;
	text-decoration: none;
}

.colororange,
a:hover {
	color: #373737;
}

/* Text-level semantics ==========================================================================*/
/** * Address styling not present in IE 8/9/10/11, Safari, and Chrome.*/
abbr[title] {
	border-bottom: 1px dotted;
}

/** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.*/
b,
strong {
	font-weight: bold;
}

/** * Address styling not present in Safari and Chrome.*/
dfn {
	font-style: italic;
}

/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome.*/
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/** * Address styling not present in IE 8/9.*/
mark {
	background: #ff0;
	color: #000;
}

/** * Address inconsistent and variable font size in all browsers.*/
small {
	font-size: 80%;
}

/** * Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content ==========================================================================*/
/** * Remove border when inside `a` element in IE 8/9/10.*/
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	border: 0;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	object-fit: cover;
}

/** * Correct overflow not hidden in IE 9/10/11.*/
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content ==========================================================================*/
/** * Address margin not present in IE 8/9 and Safari.*/
figure {
	margin: 1em 40px;
}

/** * Address differences between Firefox and other browsers.*/
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/** * Contain overflow in all browsers.*/
pre {
	overflow: auto;
}

/** * Address odd `em`-unit font size rendering in all browsers.*/
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms ==========================================================================*/
/** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set.*/
/** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.*/
button,
input,
optgroup,
select,
textarea {
	font-size: 13px;
	font-weight: normal;
	color: #000;
	color: inherit;
	/* 1*/
	font: inherit;
	/* 2*/
	margin: 0;
	/* 3*/
	background-color: transparent;
	outline: none;
}

/** * Address `overflow` set to `hidden` in IE 8/9/10/11.*/
button {
	overflow: visible;
}

/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox.*/
button,
select {
	text-transform: none;
}

/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others.*/
button,
html input[type="button"],
/* 1*/
input[type="reset"],
input[type="submit"] {
	/*-webkit-appearance: button;*/
	cursor: pointer;
	/* 3*/
	-webkit-appearance: none;
}

/** * Re-set default cursor for disabled elements.*/
button[disabled],
html input[disabled] {
	cursor: default;
}

/** * Remove inner padding and border in Firefox 4+.*/
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet.*/
input {
	line-height: normal;
}

/** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10.*/
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1*/
	padding: 0;
	/* 2*/
	vertical-align: middle;
}

/** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`.*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof).*/
input[type="search"] {
	-webkit-appearance: textfield;
	/* -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box; */
}

/** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance).*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/** * Define consistent border, margin, and padding.*/
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets.*/
legend {
	border: 0;
	/* 1*/
	padding: 0;
	/* 2*/
}

/** * Remove default vertical scrollbar in IE 8/9/10/11.*/
textarea {
	overflow: auto;
}

/** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.*/
optgroup {
	font-weight: bold;
}

/* Tables ==========================================================================*/
/** * Remove most spacing between table cells.*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


::-webkit-input-placeholder {
	/* WebKit browsers*/
	color: #777;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #777;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #777;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #777;
}

/* 文字选中样式 */
::-moz-selection {
	color: #fff;
	background-color: #373737;
}

::selection {
	color: #fff;
	background-color: #373737;
}

.scroll-animate.animated {
	visibility: hidden;
}

/*animate补充动画*/
@keyframes fadeInLeftSmall {
	from {
		opacity: 0;
		transform: translate3d(-10px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeftSmall {
	animation-name: fadeInLeftSmall;
}

@keyframes fadeInRightSmall {
	from {
		opacity: 0;
		transform: translate3d(10px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRightSmall {
	animation-name: fadeInRightSmall;
}

@keyframes fadeInDownSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, -10px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInDownSmall {
	animation-name: fadeInDownSmall;
}

@keyframes fadeOutDownSmall {

	from {
		opacity: 1;
		transform: none;
	}

	to {
		opacity: 0;
		transform: translate3d(0%, 10px, 0);
	}
}

.fadeOutDownSmall {
	animation-name: fadeOutDownSmall;
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 10px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

.swiper-container {
	position: relative;
	overflow: hidden;
}

/* -------------------------------
Globals
----------------------------------*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	word-break: break-word;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	position: relative;
	cursor: auto;
	color: #333;
	font-family: 'PingFang SC', 'Microsoft Yahei', 'Helvetica', 'Noto Sans S Chinese', 'Open Sans', 'SimSun' !important;
	font-size: 14px;
	line-height: 1.6;
	background-color: #FAF9F5;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

td {
	padding: 0.5em;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

input,
select,
button {
	border: none;
}

ul,
ol {
	padding-left: 24px;
}

/*p {
	margin: 0;
}*/

@keyframes opacityn {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

@-webkit-keyframes opacityn {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

@keyframes JUMP {
	0% {
		bottom: 75px;
	}

	50% {
		bottom: 95px;
	}

	80% {
		bottom: 85px;
	}

	100% {
		bottom: 75px;
	}
}

@-webkit-keyframes JUMP {
	0% {
		bottom: 75px;
	}

	50% {
		bottom: 95px;
	}

	80% {
		bottom: 85px;
	}

	100% {
		bottom: 75px;
	}
}

@-webkit-keyframes MOVE {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes MOVE {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@-webkit-keyframes MOVEImg {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
}

@keyframes MOVEImg {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
}

@-webkit-keyframes loading {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes loading {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

.opacity-n {
	-webkit-animation: opacityn 0.3s linear;
	animation: opacityn 0.3s linear;
}

#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: #fff;
	opacity: 1;
}

#loading .loading-main {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	border-radius: 50%;
	border: 0px solid #003365;
	border-left-width: 1px;
	border-bottom-width: 2px;
	border-right-width: 3px;
	-webkit-animation: loading 2s linear infinite;
	-webkit-animation: loading 2s linear infinite;
	-o-animation: loading 2s linear infinite;
	animation: loading 2s linear infinite;
}

#loading .loading-main>div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	border-radius: 50%;
}


/* ---------------------------------
* public
------------------------------------*/

.btycolumn ul,
.siteheader ul,
.sitefooter ul,
.promocontact .infotr ul {
	padding-left: 0;
	margin: 0;
}

.btycolumn ul li,
.siteheader ul li,
.sitefooter ul li,
.promocontact .infotr ul li {
	list-style: none;
}

.isHidden {
	overflow: hidden;
}



.hideallt {
	display: none !important;
}

.bgcoverwpt {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.thumb-scale {
	overflow: hidden;
}

.thumb-scale img {
	display: block;
	width: 100%;
	transition: all .3s ease-out;
}

.companylistin .item .gallery:hover .thumb-scale img,
a:hover .thumb-scale img {
	transform: scale(1.1, 1.1);
}


.thumb-width-height-opacity {
	position: relative;
}

.thumb-width-height-opacity:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #fff;
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.thumb-width-height-opacity:after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #fff;
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}


.thumb-width-height-opacity:hover:before,
.thumb-width-height-opacity:focus:before {
	left: 50%;
	width: 0;
	opacity: 0.5;
}

.thumb-width-height-opacity:hover:after,
.thumb-width-height-opacity:focus:after {
	top: 50%;
	height: 0;
	opacity: 0.5;
}

a:hover .thumb-width-height-opacity:before,
a:focus .thumb-width-height-opacity:before {
	left: 50%;
	width: 0;
	opacity: 0.5;
}

a:hover .thumb-width-height-opacity:after,
a:focus .thumb-width-height-opacity:after {
	top: 50%;
	height: 0;
	opacity: 0.5;
}

.thumb-slash {
	position: relative;
}

.thumb-slash:after {
	position: absolute;
	width: 40px;
	top: 0;
	bottom: 0;
	z-index: 6;
	background-color: rgba(255, 255, 255, 1);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
	left: -100%;
	content: ' ';
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}

.thumb-slash:hover:after {
	left: 200%;
	transition: all 0.8s;
	-o-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
}

a:hover .thumb-slash:after,
a:focus .thumb-slash:after {
	top: 50%;
	height: 0;
	opacity: 0.5;
}

.allcontentwrapper {
	display: block;
	position: relative;
}

.aboutcontent .nrtentr .rightr>p:first-child,
.allcontentwrapper>p:first-child {
	margin-top: 0;
}

.aboutcontent .nrtentr .rightr>p:last-child,
.allcontentwrapper>p:last-child {
	margin-bottom: 0;
}



.aligncenter,
.ql-align-center,
.allcontentwrapper .tcenter,
.allcontentwrapper table thead {
	text-align: center;
}

.ql-align-right {
	text-align: right;
}


.has-tables table {
	width: 100%;
}

.allcontentwrapper table th,
.allcontentwrapper table td {
	vertical-align: middle;
	padding: 8px;
	word-break: break-all;
	border: 1px solid #CFCFCF;
}

.allcontentwrapper table th {
	font-weight: normal;
}

.allcontentwrapper table td a {
	color: #373737;
}

.allcontentwrapper table td a:hover {
	text-decoration: underline;
}


.sitebanner {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.sitebanner .gallery {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.sitebanner .gallery img,
.sitebanner .gallery video {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
}

.sitebanner .gallery video {
	height: 100%;
	object-fit: cover;
}

.hasScrollbar {
	overflow: auto;
}

.hasScrollbar::-webkit-scrollbar-track-piece {
	width: 4px;
	background-color: #eee
}

.hasScrollbar::-webkit-scrollbar {
	width: 4px;
	background-color: #373737
}

.hasScrollbar::-webkit-scrollbar-thumb {
	width: 4px;
	background-color: #373737
}

.hasScrollbar::-webkit-scrollbar-thumb:hover {
	width: 4px;
	background-color: #373737
}

.listsWrap {
	display: flex;
	flex-wrap: wrap;
}

.listsWrapGrid {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(1, 1fr);
	align-items: stretch;
}

.listsWrap .item,
.listsWrap .item .link,
.listsWrapGrid .item,
.listsWrapGrid .item .link {
	position: relative;
}

.listsWrap .item .link,
.listsWrapGrid .item .link {
	display: block;
}

.homebanner .content,
.innerbanner .content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 8;
	padding-top: 8vw;
}

.homebanner .content h2,
.innerbanner .content h2 {
	margin: 0;
	padding: 0;
	font-weight: 500;
}

.homebanner .content .alltitle36,
.innerbanner .content .alltitle36 {
	margin-top: 10px;
}

.page-wrapper {
	overflow: hidden;
}


.pagination {
	margin-top: 20px;
	text-align: center;
}
.pagination .screen-reader-text {
	display: none;
}

.pagination .page-numbers {
	display: inline-block;
	text-align: center;
	padding: 0 6px;
	min-width: 22px;
	height: 22px;
	line-height: 22px;
	color: #777;
	border: 1px solid transparent;
	transition: all .3s;
}

.pagination .page-numbers:hover,
.pagination .current {
	color: #3D522B;
}

.pagination .current {
	border-color: #3D522B;
}

.colwrapt {
	position: relative;
	border-bottom: 1px solid #E3E3E3;
}

.colwrapt .cloumntw {
	position: relative;
}

.colwrapt .position>img {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 0;
}

.colwrapt .position img {
	vertical-align: middle;
}

.colwrapt .position a {
	display: inline-block;
}

.colwrapt .position>a:first-child img {
	opacity: 0
}

.colwrapt .position>a:first-child {
	min-width: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(/images/a_icon_home.png);
}

.colwrapt .position>a:first-child:hover {
	background-image: url(/images/a_icon_home_rr.png);
}


.placewrapper {
	padding-top: 40px;
	padding-bottom: 70px;
}
.promowrapper {
	padding-top: 40px;
}
.hasIcon {
	padding-left: 32px;
	background-image: url(/images/paw.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.btycolumn {
	text-align: center;
}
.btycolumn ul {
	display: inline-block;
	border-top: 1px solid rgba(168,168,168,0.48);
}
.btycolumn ul>li {
	display: inline-block;
}
.btycolumn ul>li>a {
	display: block;
	padding: 0 16px;
	line-height: 28px;
	border-radius: 2px;
	background-color: #fff;
}
.btycolumn ul>li>a:hover,
.btycolumn ul>li.current-cat>a {
	color: #fff;
	background: #3D522B;
}

@media (min-width: 961px) {
	.promowrapper {
		padding-top: 100px;
	}
	.pagination {
		margin-top: 50px;
	}

	.paddingTop80 {
		padding-top: 80px;
	}
	.paddingBottom80 {
		padding-bottom: 80px;
	} 

	.paddingTop60 {
		padding-top: 60px;
	}

	.innerbanner .content {
		padding-top: 11vw;
	}

	.innerbanner .content .alltitle36 {
		margin-top: 30px;
	}

	.colwrapt {
		line-height: 60px;
	}
	.colwrapt .container {
		display: flex;
		justify-content: space-between;
	}

	.colwrapt .position span {
		display: inline-block;
		max-width: 300px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.btycolumn {
		margin-top: 40px;
	}
	.btycolumn ul {
		max-width: 80%;
		padding-top: 20px;
	}
	.btycolumn ul>li {
		margin: 0 30px;
		margin-top: 20px;
	}
}

@media (max-width: 960px) {
	.page-wrapper {
		min-height: 40vh;
	}

	.page-wrapper .promowrapper:last-child {
		padding-bottom: 40px;
	}

	.paddingTop80 {
		padding-top: 40px;
	}

	.paddingTop60 {
		padding-top: 20px;
	}

	.innerbanner .gallery img {
		min-height: 50vw;
	}

	.innerbanner .content {
		padding-top: 0;
		display: flex;
		align-items: center;
	}

	.colwrapt {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.btycolumn {
		margin-top: 20px;
	}
	.btycolumn ul {
		padding-top: 10px;
	}
	.btycolumn ul>li {
		margin-top: 10px;
	}
}

@media (max-width: 640px) {
	.has-tables {
		position: relative;
		overflow: auto;
	}

	.has-tables table {
		min-width: 640px;
	}

	.allcontentwrapper .has-tables::after {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 20px;
		background-color: rgba(0, 0, 0, .1);
		-webkit-filter: blur(9px);
		filter: blur(9px);
	}
}



/* -------------------------------
container
----------------------------------*/
.container {
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

@media (min-width: 961px) {
	.container {
		max-width: 1400px;
		width: 88%;
	}
}

@media (max-width: 960px) {
	.container {
		margin-left: 20px;
		margin-right: 20px;
	}
}

.hamburger {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 20;
	line-height: 0;
	width: 35px;
	height: 24px;
	transform: translate(0, -50%);
}

.hamburger:after,
.hamburger:before {
	content: '';
	display: block;
	height: 2px;
	border-radius: 2px;
}

.hamburger span {
	display: block;
	height: 2px;
	margin: 6px 0;
}

.hamburger:after,
.hamburger:before,
.hamburger span {
	position: relative;
	width: 100%;
	background: #373737;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.hamburger.active {
	top: 32px;
}

.hamburger.active span {
	display: none;
}

.hamburger.active:before {
	top: 1px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger.active:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mmenulayBg {
	opacity: 0;
	position: fixed;
	z-index: 900;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translateX(-100%);
	transition: all 0.5s ease-in-out;
	transition-delay: 0.4s;
	display: block;
	background: #000;
	background-size: cover;
}

.mmenulayBg.on {
	opacity: 0.6;
	transform: translateX(0%);
	transition-delay: 0.2s;
}

.mmenuClose {
	background: url(/images/mclose.png) no-repeat center center;
	height: 26px;
	width: 26px;
	position: fixed;
	right: 15px;
	top: 15px;
	cursor: pointer;
	z-index: 950;
	background-size: 22px 22px;
	transition: all 0.5s ease-in-out;
	opacity: 0;
	display: block;
}

/* .mmenuClose.on {
	opacity: 1;
	transform: rotate(360deg);
} */

#siteName {
	display: none;
}

/* header */
.siteheader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	transition: all .3s;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0, .1);
}

.siteheader .rightr,
.siteheader .menu-wrapper,
.siteheader .container {
	display: flex;
	justify-content: space-between;
}
.siteheader .rightr {
    align-items: center;
}
.siteheader .lang {
    margin-left: 20px;
}
.siteheader .lang a {
	display: block;
    min-width: 28px;
    width: 28px;
    height: 28px;
    line-height: 26px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    border: 1px solid #3D522B;
}
.siteheader .lang a:hover {
	color: #fff;
	background-color: #3D522B;
}

.siteheader .logo a {
	display: block;
}

.siteheader .logo {
	display: flex;
	align-items: center;
}
.siteheader .logo img {
	width: auto;
}

.siteheader .menu-wrapper>.menu-item {
	position: relative;
}
.siteheader .menu-wrapper>.menu-item p {
	display: none;
}

.siteheader .menu-wrapper>.menu-item a {
	display: block;
	font-size: 16px;
	white-space: nowrap;
	color: #777;
	font-weight: 500;
}

.siteheader .menu-wrapper>.menu-item:hover>a,
.siteheader .menu-wrapper>.menu-item.current-menu-item>a,
.siteheader .menu-wrapper>.menu-item.current-menu-parent>a,
.siteheader .menu-wrapper>.menu-item.current-post-ancestor>a,
.siteheader .menu-wrapper>.menu-item.current-category-ancestor>a {
	color: #3D522B;
	font-weight: bold;
}
.sitefooter {
	background-color: #373737;
}

.sitefooter .info {
	padding: 14px 0;
	line-height: 24px;
	text-align: center;
}

.sitefooter .info a {
	text-decoration: underline;
}


@media (min-width: 961px) {
	.hamburger {
		display: none;
	}

	.headerHeight {
		height: 80px;
	}

	.siteheader .logo img {
		max-height: 70px;
	}

	.siteheader .menu-wrapper>.menu-item {
		margin: 0 2vw;
	}

	.siteheader .menu-wrapper>.menu-item:first-child {
		margin-left: 0;
	}

	.siteheader .menu-wrapper>.menu-item a {
		line-height: 80px;
	}

	.siteheader .menu-wrapper>.menu-item a::after {
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0;
		height: 4px;
		width: 0;
		background-color: #373737;
		transition: all .3s;
	}

	/* .siteheader .menu>.menu-item:hover>a::after,
	.siteheader .menu>.menu-item.active>a::after {
		left: 0;
		width: 100%;
	} */
}

@media (max-width: 960px) {
	.siteheader .logo img {
		max-height: 40px;
	}

	.siteheader .container,
	.headerHeight {
		height: 46px;
	}
	.siteheader .rightr {
		margin-right: 50px;
	}
	.mmenummenu {
		position: fixed;
		height: 100%;
		right: 100px;
		top: 0px;
		left: 0px;
		bottom: 0px;
		z-index: 950;
		overflow-y: auto;
		color: #fff;
		font-size: 14px;
		box-shadow: -2px 0px 4px 3px rgb(0 0 0 / 6%);
		padding: 25px;
		transition: all 0.5s ease-in-out;
		opacity: 0;
		transform: translateX(-100%);
		transition-delay: 0.2s;
		display: block;
		background-color: #000;
		background-size: cover;
	}

	.mmenummenu.on {
		opacity: 1;
		transform: translateX(0%);
		transition-delay: 0.4s;
	}

	.siteheader .menu-wrapper {
		flex-wrap: wrap;
	}

	.siteheader .menu-wrapper>.menu-item {
		position: relative;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}

	.siteheader .menu-wrapper>.menu-item>a {
		line-height: 46px;
		font-weight: bold;
		color: #fff;
	}

}

/* border-image: linear-gradient(90deg, rgba(80, 39, 125, 1), rgba(215, 4, 91, 1), rgba(247, 170, 1, 1), rgba(51, 139, 171, 1), rgba(63, 177, 134, 1)) 1 1; */


.decontent,
.decontrol {
	position: relative;
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px dashed #E9E9E9;
}


#mapContainer {
	position: relative;
	width: 100%;
}

#mapContainer img,
#mapContainer canvas {
	max-width: none;
}

#mapContainer .MicrosoftMap .Infobox .infobox-info {
	padding-top: 0;
}

#mapContainer .icon {
	cursor: pointer;
	background-image: url(/images/marker.png);
	background-repeat: no-repeat;
	background-position: -11px -55px;
}

#mapContainer .icon-cir {
	height: 31px;
	width: 28px;
}

#mapContainer .myinfowindow h5 {
	margin: 0;
	font-size: 14px;
}

#mapContainer .myinfowindow .inftrs {
	margin-top: 5px;
}

#mapContainer .myinfowindow .inftrs,
#mapContainer .contactlist .item {
	font-size: 12px;
}


#mapContainer .contactlist .item .pic {
	display: none;
}

#mapContainer .contactlist .item .info {
	padding: 0;
}

#mapContainer .icon-cir {
	animation: MOVE 1s cubic-bezier(0.47, 0, 0.745, 0.715) alternate infinite;
}

.deinfo {
	margin-top: 14px;
}
.moret .lk {
	display: inline-block;
	min-width: 136px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #3D522B;
}

@media (min-width: 961px) {
	.decontent {
		padding-top: 40px;
	}
	.decontrol {
		display: flex;
		justify-content: space-between;
		margin-top: 60px;
	}
	.decontrol .item {
		max-width: 40%;
	}
}

@media (max-width: 960px) {

	.decontrol .item {
		margin-top: 10px;
	}
	
	.decontrol .item:first-child {
		margin-top: 0;
	}
}


.newslistinwt .item .title {
	margin-top: 14px;
}
.newslistinwt .item .text {
	margin-top: 20px;
}
.newslisthot .item .content {
	background-color: #fff;
}

.newslisthot .swiper-pagination .swiper-pagination-bullet {
	background-color: #D8D8D8;
	opacity: 1;
}
.commoditydetailtop .swiper-pagination .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}
.commoditydetailtop .swiper-pagination .swiper-pagination-bullet-active,
.newslisthot .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #3D522B;
}
.commoditylistin .item .lik,
.newslistin .item .lik {
	display: block;
}
.commoditylistin .item .title {
	text-align: center;
}
.commoditylistin .item .bbrr {
	display: none;
}


@media (min-width: 961px) {
	.commoditylistin,
	.newslistin {
		grid-gap: 16px;
		grid-row-gap: 60px;
		grid-template-columns: repeat(3, 1fr);
	}
	.commoditylistin {
		grid-gap: 34px;
		grid-row-gap: 60px;
	}

	.newslisthot .item .lik,
	.newslistin .item .bbrr {
		display: flex;
		justify-content: space-between;
    	flex-direction: row-reverse;
	}
	.newslisthot .item .gallery {
		width: 53.6%;
	}
	.newslisthot .item .content {
		width: 46.4%;
		padding: 60px;
		padding-right: 90px;
	}
	.newslisthot .item .more {
		margin-top: 70px;
	}
	.newslisthot .item .thumb-scale,
	.newslisthot .item .gallery img {
		border-radius: 10px;
	}

	.newslisthot .swiper-pagination {
		bottom: 55px;
		padding-left: 60px;
		text-align: left;
	}
	.newslisthot .swiper-pagination .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 20px;
	}
	.newslisthot .swiper-pagination .swiper-pagination-bullet:first-child {
		margin-left: 0;
	}
	.newslisthot .swiper-pagination .swiper-pagination-bullet:last-child {
		margin-right: 0;
	}

	.commoditydetailtop .swiper-pagination {
		padding: 0 10px;
		text-align: right;
	}
	.commoditydetailtop .swiper-pagination .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}


	.newslistin .item .bbrr {
		margin-top: 30px;
	}
	.newslistin .item .lik {
		padding: 24px 28px;
	}
	.newslistin .item .lik:hover {
		background-color: #fff;
	}
}

@media (max-width: 960px) {
	.newslisthot .item .more {
		margin-top: 6px;
	}
	.newslistin .item .lik {
		background-color: #fff;
	}
	.newslistin .item .time {
		margin-top: 6px;
		margin-bottom: 10px;
	}
	.newslistin .item .lik,
	.newslisthot .item .content {
		padding: 14px;
	}
	.newslisthot .item .content {
		padding-bottom: 60px;
	}
	.commoditydetailtop .swiper-pagination {
		height: 10px;
	}
}
.sitecolumn2 .w {
	display: inline-block;
	position: relative;
	padding-bottom: 14px;
	background-position: left top 4px;
}
.sitecolumn2 .w::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background-color: #3D522B;
}
.sitecolumn3 {
	padding-bottom: 10px;
	border-bottom: 2px solid #3D522B;
}


.commoditydetailtop .leftr {
	position: relative;
}
.commoditydetailtop .leftr .pic {
	position: relative;
	z-index: 1;
	width: 63%;
}
.commoditydetail-swiper img {
	width: 100%;
}

.commoditydetailtop .rightr .text {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #CBCBCB;
}

.commoditydetailbot .sitecolumn2 {
	border-bottom: 1px solid #D9D9D9;
}
.commoditydetailbot .text {
	text-align: center;
}

@media (min-width: 961px) {
	.sitecolumn3 {
		padding-bottom: 30px;
	}
	.commoditydetailtop {
		display: flex;
		justify-content: space-between;
	}
	.commoditydetailtop .leftr {
		width: 50%;
	}
	.commoditydetailtop .rightr {
		width: 45%;
		padding-top: 7%;
	}
	.commoditydetailtop .lunboxr {
		position: absolute;
		z-index: 3;
		top: 50%;
		transform: translate(0, -50%);
		width: 73.5%;
		left: 26%;
	}
	.commoditydetailbot .text {
		margin-top: 60px;
	}
}

@media (max-width: 960px) {
	.commoditydetailtop .leftr .pic {
		display: none;
	}
	.commoditydetailtop .rightr,
	.commoditydetailbot .text {
		margin-top: 30px;
	}
}



.companylistin .item:first-child {
	margin-top: 0;
}
/*.companylistin .item:first-child .sitecolumn3 {
	display: none;
}*/

.promocompany .companylistin .item .sitecolumn3 {
	display: inline-block;
}
.innerbanner {
	display: none !important;
}
@media (min-width: 961px) {
	/* .companylistin {
		padding-top: 20px;
	} */
	.companylistin .item {
		display: flex;
		justify-content: space-between;
		margin-top: 80px;
	}
	.companylistin .item:nth-child(2n+1) {
		flex-direction: row-reverse;
	}
	.companylistin .item:first-child .gallery,
	.companylistin .item .content {
		width: 51.5%;
	}
	.companylistin .item .gallery,
	.companylistin .item:first-child .content {
		width: 42.8%;
	}


	.companylistin .item .sitecolumn3 {
		margin-bottom: 50px;
	}
	.companylistin .item .content {
		padding-top: 60px;
	}
}

@media (max-width: 960px) {
	.companylistin .item .sitecolumn3 {
		margin-bottom: 20px;
	}
	.companylistin .item .content,
	.promocompany .moret {
		padding-top: 20px;
	}
}






.homeban-button {
	position: absolute;
	top: 50%;
	z-index: 5;
	margin-top: -24px;
	display: inline-block;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
	background-image: url(/images/jtgr.png);
}

.homebanbutton-prev {
	transform: rotateY(180deg);
}

.homeban-page {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 20px;
	z-index: 5;
	text-align: center;
}

.homeban-page .swiper-pagination-bullet {
	display: inline-block;
	width: 20px;
	height: 4px;
	background: #FFFFFF;
	border-radius: 9px;
	opacity: 0.4;
}

.homeban-page .swiper-pagination-bullet-active {
	width: 40px;
	opacity: 1;
}

.homeban-page .swiper-pagination-bullet,
.homeban-button,
.homebanner .content .more .w {
	transition: all .2s;
}

.homeban-button:hover,
.homebanner .content .more:hover .w {
	opacity: .8;
}

.homebanner .gallery {
	opacity: .8;
}

.homebanner .content .more {
	display: inline-block;
	width: 150px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	background: #3D522B;
}
.homebanner .content .more .w {
	position: relative;
	padding-right: 24px;
	background-image: url(/images/jtrw.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 18px;
}

.homebanner .content {
	padding: 0;
}
.homebanner .content .container {
	height: 100%;
}
.homebanner .content .pic {
	position: absolute;
	bottom: 0;
}
.homebanner .content .pic img {
	width: 100%;
}
.homebanner .content .pic_dog {
	left: -16%;
	width: 55%;
}
.homebanner .content .pic_cat {
	left: 24.5%;
	width: 37.15%;
}
/* .homebanner .content .textr {
	position: absolute;
	right: 0;
	top: 11.5vw;
	text-align: right;
	color: #3D522B;
}
.homebanner .content .note {
	margin-top: 2.4vw;
}
.homebanner .content .moretws {
	margin-top: 3vw;
} */
.homebanner .pcshow {
	position: relative;
}

.homebanner .swiper-button-lock {
	display: none !important;
}

@media (min-width: 961px) {
	.homeban-page {
		bottom: 40px;
	}
	.homebanner .phoneshow {
		display: none;
	}
}
@media (min-width: 1501px) {
	.homebanbutton-prev {
		left: 9vw;
	}
	.homebanbutton-next {
		right: 9vw;
	}
}
@media (max-width: 1500px) and (min-width: 961px) {
	.homebanbutton-prev {
		left: 20px;
	}
	.homebanbutton-next {
		right: 20px;
	}
}

@media (max-width: 960px) {
	.homebanbutton-prev {
		left: 0;
	}
	.homebanbutton-next {
		right: 0;
	}
	.homebanner .pcshow {
		display: none;
	}
}







.promocompany .companylistin {
	padding-top: 0;
}
.promocompany .companylistin .item {
	margin-top: 0;
}

.promonews .gallery {
	position: relative;
	z-index: 1;
	text-align: right;
}

.promonews .leftr .text {
	margin-top: 16px;
	margin-bottom: 20px;
}

.promonews .galleryhasbg .bg {
	right: auto;
	left: 0;
	width: 72.2%;
}

.promonews .ui-loop {
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	cursor: pointer;
}

.promonews .path-loop {
	fill: none;
	stroke: #FAF9F5;
	stroke-miterlimit: 10;
	stroke-width: 2px;
}

.promonews .path-loop-bg {
	fill: none;
	stroke: #FAF9F5;
	stroke-miterlimit: 10;
	stroke-width: 2px;
}

.promonews .homepro-page .swiper-pagination-bullet {
	position: relative;
	cursor: pointer;
	opacity: 1;
	outline: none;
	background-color: transparent;
}
.promonews .homepro-page .swiper-pagination-bullet {
	font-size: 0;
}

.promonews .homepro-page .swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	background-color: #3D522B;
}
.promonews .homepro-page .swiper-pagination-bullet.active {
	text-align: center;
	color: #3D522B;
}
.promonews .homepro-page .swiper-pagination-bullet.active::after {
	display: none;
}

.promonews .homepro-page .swiper-pagination-bullet.active .path-loop {
	stroke: #3D522B;
}

.promonews .homepro-page .swiper-pagination-bullet.active .path-loop-bg {
	stroke: #FAF9F5;
}

.promonews .sitecolumn3 {
	display: flex;
	justify-content: space-between;
}

@media (min-width: 961px) {
	.promocompany .moret {
		margin-top: 60px;
	}

	.promonews .newsSwiper {
		margin-top: 80px;
	}
	.promonews .swiper-slide {
		display: flex;
		justify-content: space-between;
	}

	.promonews .leftr {
		width: 44.5%;
	}
	.promonews .gallery {
		width: 48.6%;
	}

	.promonews .leftr .text {
		margin-top: 20px;
		margin-bottom: 50px;
	}

	.promonews .titwr {
		display: flex;
		justify-content: space-between;
	}

	.homepro-page {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 5;
	}

	.promonews .homepro-page .swiper-pagination-bullet,
	.promonews .ui-loop {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
	.promonews .homepro-page .swiper-pagination-bullet {
		margin: 0 20px;
	}
	.promonews .homepro-page .swiper-pagination-bullet::after {
		margin-left: -4px;
		margin-top: -4px;
		width: 8px;
		height: 8px;
	}
	.promonews .homepro-page .swiper-pagination-bullet.active {
		font-size: 16px;
	}
}
@media (max-width: 960px) {

	.promonews .newsSwiper {
		margin-top: 24px;
	}
	.promonews .gallery {
		margin-top: 24px;
	}

	.homepro-page {
		margin-top: 14px;
		text-align: center;
	}
	.promonews .homepro-page .swiper-pagination-bullet::after {
		margin-left: -2px;
		margin-top: -2px;
		width: 4px;
		height: 4px;
	}
	.promonews .homepro-page .swiper-pagination-bullet,
	.promonews .ui-loop {
		width: 28px;
		height: 28px;
		line-height: 28px;
	}
	.promonews .homepro-page .swiper-pagination-bullet {
		margin: 0 10px;
	}
	.promonews .homepro-page .swiper-pagination-bullet.active {
		font-size: 12px;
	}
}



#commentform .form-captcha .t,
#commentform .item .it,
#commentform .form-captcha,
.iormlistppr {
	position: relative;
}

#commentform .form-captcha label,
#commentform .item .lb {
	display: block;
}
#commentform .items3 .it,
#commentform #captcha_code,
#commentform .fcontrol {
	width: 100%;
	height: 30px;
	padding: 0 5px;
	border: 1px solid #CECECE;
}

#commentform .items3 .it {
	height: auto;
	padding-bottom: 5px;
}
#commentform .items3 .it .r {
	margin-top: 5px;
}
#commentform textarea.fcontrol {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 110px;
	resize: none;
}

#commentform #captcha_code {
	margin-right: 10px;
	/* max-width: 256px; */
}

#commentform .form-captcha {
	width: 100%;
}

#commentform .item-sub {
	text-align: center;
}


#commentform .btnwrat:hover {
	transform: scaleX(1.06) !important;
}

#commentform .fcontrol.error {
	border-color: #f00;
}

#commentform .red,
#commentform label.error {
	color: #f00;
}

#commentform label.error {
	/* display: none !important; */
	position: absolute;
	bottom: -22px;
	left: 0;
}

#commentform label.error,
#commentform .form-captcha label.error {
	line-height: 22px;
	font-size: 12px;
}


@media (min-width: 961px) {
	#commentform .item-sub,
	#commentform .items1 .item,
	#commentform .itemmt {
		margin-top: 20px;
	}

	#commentform .items1 {
		display: flex;
		justify-content: space-between;
	}
	#commentform .items1 .item {
		width: 45%;
	}

	#commentform .items3 .it {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#commentform .items3 .it .r {
		margin-left: 20px;
		margin-right: 20px;
	}

	#commentform #captcha_code,
	#commentform .fcontrol {
		height: 40px;
	}

	#commentform label.error {
		left: 5px;
	}
}

@media (max-width: 960px) {
	#commentform .form-captcha .t {
		display: flex;
	}

	#commentform .form-captcha .t,
	#commentform .item .it {
		margin-top: 2px;
	}

	#commentform .item-sub,
	#commentform .items1 .item,
	#commentform .itemmt {
		margin-top: 24px;
	}
}



.promocontact .infotr .pic,
.promocontact .infotr .pic img {
	width: 36px;
}
.promocontact .infotr .pic {
	flex: 0 0 36px;
}
.promocontact .infotr ul li {
	display: flex;
	justify-content: space-between;
}
.promocontact .infotr ul li:first-child {
	margin-top: 0;
}
.promocontact .infotr .text {
	flex: 1;
	padding-left: 10px;
}
.promocontact .infotr,
.promocontact .infotr a {
	color: #fff;
}

.promocontact .tableformt {
	background-color: #fff;
}

@media (min-width: 961px) {
	.promocontact {
		padding-bottom: 60px;
	}
	.promocontact .contactlist {
		display: flex;
		justify-content: space-between;
	}
	.promocontact .infotr,
	.promocontact .tableformt {
		padding: 5%;
	}
	.promocontact .infotr {
		width: 43%;
	}
	.promocontact .tableformt {
		width: 57%;
	}
	.promocontact .infotr .text {
		padding-left: 30px;
	}
	.promocontact .infotr .allcontentwrapper {
		width: 100%;
	}
	.promocontact .infotr ul li {
		margin-top: 60px;
	}
	
	.promocontact .tableformt {
		padding-left: 6%;
		padding-right: 6%;
	}
}

@media (max-width: 960px) {
	.promocontact .infotr, .promocontact .tableformt {
		padding: 30px;
	}
	.promocontact .infotr ul li {
		margin-top: 16px;
	}
	#commentform .items3 .it {
		padding: 14px;
		padding-top: 10px;
	}
}


.postpartumDetails,
.pagination .nav-prev-text,
.pagination .nav-next-text {
	display: none !important;
}


.allcontentwrapper .lines {
	width: 100px;
    margin: 0;
    border-color: #3D522B;
}
.promonews .leftr .time {
	white-space: nowrap;
}
.promonews .leftr .alltitle24,
.newslistinwt .item .title,
.decontrol .item {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.promonews .leftr .text,
.newslistinwt .item .text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 24px;
}

.promonews .leftr .text,
.newslistinwt .item .text {
	max-height: 48px;
	-webkit-line-clamp: 2;
	height: 48px;
}

.sitefooter .info p,
.promocontact .infotr .text p,
.newslistinwt .item .text p {
	margin: 0;
}

.newslistin .item .lik,
.newslistinwt .item .time,
.newslistinwt .item .more {
	transition: all .2s;
}

.sitefooter,
.sitefooter a,
.homebanner .content,
.innerbanner .content {
	color: #fff;
}


.companylistin .item .allcontentwrapper,
.commoditydetailtop .rightr .text,
.newslistinwt .item .time,
.newslistinwt .item .more,
.newslistinwt .item .text,
.colwrapt .position,
.colwrapt .position a,
.deinfo,
.decontrol,
.decontrol a,
.decontent,
.decontent a {
	color: #777;
}

.siteheader .lang, .siteheader .lang a,
.newslistinwt .item .lik:hover .title,
.newslistinwt .item .lik:hover .more,
.newslistin .item .lik:hover .time,
.decontrol a:hover,
.colwrapt .position a:hover,
.colwrapt .position span {
	color: #3D522B;
}

/* .homebanner .content {
	left: auto;
	width: 38%;
	padding-left: 20px;
	padding-inline-end: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.homebanner .content .textr {
	max-width: 500px;
	margin: auto;
} */

.homebanner .content {
    left: auto;
    bottom: auto;
    top: 58%;
    right: 14%;
    padding: 0;
}

@media (min-width: 961px) {
	.commoditydetailtop .rightr .text {
		font-size: 18px;
	}

	.promocontact .infotr,
	#commentform .item .lb,
	.promonews .leftr .text,
	.promonews .leftr .time,
	.companylistin .item .content,
	.newslistinwt .item .time,
	.newslistinwt .item .text,
	.sitefooter .info,
	.decontent {
		font-size: 16px;
	}

	.decontent {
		line-height: 2;
	}
	.promonews .leftr .alltitle24 {
		padding-right: 20px;
	}
	.homebanner .content .alltitle64 {
		line-height: 60px;
		font-size: 50px;
	}
}

@media (min-width: 1501px) {
	.alltitle64 {
		line-height: 90px;
		font-size: 64px;
	}
	.alltitle36 {
		line-height: 42px;
		font-size: 36px;
	}

	.alltitle32 {
		line-height: 38px;
		font-size: 32px;
	}

	.alltitle24 {
		line-height: 28px;
		font-size: 24px;
	}
}
@media (max-width: 1500px) and (min-width: 961px) {
	.alltitle64 {
		line-height: 60px;
		font-size: 50px;
	}
	/* .homebanner .content .alltitle64 {
		line-height: 50px;
		font-size: 40px;
	} */

	.alltitle36 {
		line-height: 40px;
		font-size: 32px;
	}

	.alltitle32 {
		line-height: 34px;
		font-size: 28px;
	}

	.alltitle24 {
		line-height: 28px;
		font-size: 20px;
	}
}

@media (max-width: 960px) {
	.alltitle64 {
		line-height: 36px;
		font-size: 30px;
	}

	.alltitle36 {
		line-height: 30px;
		font-size: 26px;
	}

	.alltitle32 {
		line-height: 28px;
		font-size: 20px;
	}

	.alltitle24 {
		line-height: 24px;
		font-size: 18px;
	}

	.homebanner .pcshow {
		display: block;
	}
	.homebanner .phoneshow {
		display: none;
	}
	/* .homebanner .content .textr {
		top: 18px;
		width: 42%;
	} */
	.homebanner .content .alltitle64 {
		line-height: 24px;
		font-size: 16px;
	}
	.homebanner .content .more {
		/* width: 98px; */
		width: 76px;
		height: 32px;
		line-height: 32px;
		font-size: 12px;
	}
	.homebanner .content .more .w {
		padding-right: 0;
		background-image: none !important;
	}

}