﻿@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-07-03
* 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: #F5AC3C;
}

/* 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: #F5AC3C;
}

::selection {
	color: #fff;
	background-color: #F5AC3C;
}

.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';
	font-size: 14px;
	line-height: 1.6;
	background-color: #fff;
}

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
------------------------------------*/
.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;
}

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;
}

/* .allcontentwrapper p {
	margin: 0;
} */

.allcontentwrapper>p:first-child {
	margin-top: 0;
}

.allcontentwrapper>p:last-child {
	margin-bottom: 0;
}

.ql-align-center {
	text-align: center;
}

.ql-align-right {
	text-align: right;
}

.allcontentwrapper .tcenter {
	text-align: center;
}

.has-tables table {
	width: 100%;
}

.allcontentwrapper table thead {
	text-align: center;
}

.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: #F5AC3C;
}

.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: #d8d8d8
}

.hasScrollbar::-webkit-scrollbar-thumb {
	width: 4px;
	background-color: #d8d8d8
}

.hasScrollbar::-webkit-scrollbar-thumb:hover {
	width: 4px;
	background-color: #d8d8d8
}

.listsWrap {
	display: flex;
	flex-wrap: wrap;
}

.listsWrapGrid {
	display: grid;
	grid-gap: 16px;
	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;
}


.innerbanner .content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 8;
	padding-top: 8vw;
}

.innerbanner .content h2 {
	margin: 0;
	padding: 0;
	font-weight: 500;
}

.innerbanner .content .en {
	margin-top: 5px;
}
.page-wrapper {
	overflow: hidden;
}

.xxwrt,
.xxwrt .y {
	position: relative;
    z-index: 3;
}
.publistwrt .item .top .title::after,
.xxwrt .h,
.xxwrt .y {
    transition: 0.3s;
}
.xxwrt .h {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
    opacity: 0;
}

.item.active .xxwrt .y {
    opacity: 0;
}
.item.active .xxwrt .h {
    opacity: 1;
}


@media (min-width: 961px) {
	.paddingTop50 {
		padding-top: 50px;
	}
	.paddingBottom50 {
		padding-bottom: 50px;
	}

	.pagination {
		margin-top: 50px;
	}

	.pagination a {
		margin-right: 8px;
	}

	.pagination a:last-child {
		margin-right: 0;
	}

	.innerbanner .content .en {
		margin-top: 14px;
	}
}

@media (max-width: 960px) {
	.page-wrapper {
		min-height: 40vh;
	}

	.paddingTop50 {
		padding-top: 30px;
	}

	.paddingBottom50 {
		padding-bottom: 40px;
	}

	.innerbanner .gallery img {
		height: 36vw;
	}
}

@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);
	}
}

.siteheader ul,
.sitefooter ul {
	padding-left: 0;
	margin: 0;
}

.siteheader ul li,
.sitefooter ul li {
	list-style: none;
}

.isHidden {
	overflow: hidden;
}
.ql-align-center {
	text-align: center;
}


@media (min-width: 961px) {}

.search-form label,
.contactinfor .infoct .textr,
.aboutcontact .infoct .lxpic,
.post-navigation,
.hideallt {
	display: none !important;
}

.noheaderimg {
	background-color: rgba(0,0,0, .6);
}
.nopage {
	margin-top: 130px;
	padding-bottom: 100px;
}
.page-title {
	font-size: 20px;
}
.search-form input {
	height: 36px;
	padding: 0 14px;
	border: 1px solid #eee;
}
.search-form .search-submit {
	color: #fff;
	background-color: #F5AC3C;
	border-color: #F5AC3C;
}

#commentform .form-captcha .t,
#commentform .item .it,
#commentform .form-captcha,
.iormlistppr {
	position: relative;
}

#commentform .form-captcha label,
#commentform .item .lb {
	display: block;
}

#commentform #captcha_code,
#commentform .fcontrol {
	width: 100%;
	height: 30px;
	padding: 0 5px;
	border: 1px solid #ABABAB;
}


#commentform textarea.fcontrol {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 176px;
	resize: none;
}

#commentform #captcha_code {
	margin-right: 10px;
	max-width: 256px;
}

#commentform .form-captcha {
	width: 100%;
}

#commentform .item-sub {
	margin-top: 30px;
	text-align: right;
}

#commentform .btnwrat {
	display: inline-block;
	min-width: 104px;
	height: 35px;
	padding: 0 24px;
	border: none;
	color: #fff;
	background: #F5AC3C;
	border-radius: 60px;
	transition: all .3s;
}
#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;
}

#canvas {
	flex: 0 0 130px;
	width: 130px;
	height: 30px;
	user-select: none;
}


@media (min-width: 961px) {
	#commentform .form-captcha,
	#commentform .form-captcha .t,
	#commentform .disflex {
		display: flex;
	}

	#commentform .form-captcha label,
	#commentform .item .lb {
		line-height: 30px;
		text-align: right;
		flex: 0 0 60px;
		width: 60px;
		white-space: nowrap;
	}

	#commentform .items1 .item,
	#commentform .itemmt {
		margin-top: 50px;
	}

	#commentform .form-captcha .t,
	#commentform .item .it {
		flex: 1;
		padding-left: 5px;
	}

	#commentform .items3,
	#commentform .items1 {
		justify-content: space-between;
	}

	#commentform .items1 .item {
		width: 24%;
	}

	#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;
}
}








/* -------------------------------
container
----------------------------------*/
/*.sitefooter .widget_nav_menu .menu,*/
.sitefooter .widget_nav_menu .widget,
.container {
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

@media (min-width: 961px) {
	/*.sitefooter .widget_nav_menu .widget,*/
	.container {
		max-width: 1200px;
		width: 88%;
	}

	.hidemoum .headbotm {
		display: none !important;
	}
}

@media (max-width: 960px) {
	.sitefooter .widget_text,
	.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: #F5AC3C;
	-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;
}
.siteheader.hasbg {
	background-color: rgba(0,0,0, .5);
}
.siteheader .menu,
.siteheader .container {
	display: flex;
	justify-content: space-between;
}

.siteheader .logo a,
.siteheader .sitelogo a {
	display: block;
}

.siteheader .sitelogo {
	display: flex;
	align-items: center;
}

.siteheader .sitelogo img {
	max-height: 70px;
	width: auto;
	height: auto;
}

.siteheader .logo {
	position: absolute;
	opacity: 0;
}

.siteheader .menu>.menu-item {
	position: relative;
}

.siteheader .menu>.menu-item a {
	display: block;
	font-size: 16px;
	white-space: nowrap;
	color: #fff;
}

.siteheader .menu>.menu-item:hover>a,
.siteheader .menu>.menu-item.current-menu-item>a,
.siteheader .menu>.menu-item.current-menu-parent>a,
.siteheader .menu>.menu-item.current-post-parent>a {
	color: #F5AC3C;
}

.sitefooter {
	background-color: #222;
}

.sitefooter,
.sitefooter a {
	color: #fff;
}
.sitefooter a:hover {
	color: #F5AC3C;
}
.sitefooter .top .container {
	max-width: 740px;
}
.sitefooter .menu {
	display: flex;
	justify-content: space-between;
}
.sitefooter .top {
	background-color: #363636;
}
.sitefooter .widget_text {
	padding: 14px 0;
	line-height: 24px;
	text-align: center;
}
.sitefooter .widget p {
	margin: 0;
}


@media (min-width: 961px) {
	.hamburger {
		display: none;
	}

	.siteheader .menu>.menu-item {
		margin: 0 3.3vw;
	}
	.siteheader .menu>.menu-item a {
		padding: 0 10px;
		line-height: 80px;
	}

	.sitefooter .top {
		padding-top: 24px;
		padding-bottom: 24px;
	}
}

@media (max-width: 960px) {
	.siteheader .sitelogo img {
		max-height: 36px;
	}

	.siteheader .container,
	.headerHeight {
		height: 46px;
	}

	.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 {
		flex-wrap: wrap;
	}

	.siteheader .menu>.menu-item {
		position: relative;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}

	.siteheader .menu>.menu-item>a {
		line-height: 46px;
		font-size: 15px;
		font-weight: bold;
	}
	.sitefooter .top {
		display: none;
	}

}



.colwrapt {
	position: relative;
	border-bottom: 1px solid #E3E3E3;
}

.colwrapt .cloumntw {
	position: relative;
}

.colwrapt .cloumntw .itmr {
	position: relative;
}

.colwrapt .position img,
.colwrapt .cloumntw .itmr .gallery {
	margin-right: 5px;
	font-size: 0;
}

.colwrapt .cloumntw .itmr .gallery {
	width: 24px;
}

.colwrapt .position img {
	margin-left: 5px;
}

.colwrapt .position a {
	display: inline-block;
}


.colwrapt .cloumntw .swiper-wrapper {
	flex-wrap: wrap;
}

.colwrapt .cloumntw .itmr .link {
	display: flex;
	position: relative;
	cursor: pointer;
}

.colwrapt .cloumntw .swiper-slide {
	width: auto;
}

.colwrapt .cloumntw .swiper-container .lisrwpy {
	float: left;
	list-style: none;
}

.colwrapt .cloumntw .roll__list {
	position: absolute;
	width: 99999px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.colwrapt .cloumntw .itmr .link .t::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #F5AC3C;
	transform: translate(-50%, 0);
	transition: all .3s;
}

.colwrapt .cloumntw .active .itmr .link .t::after,
.colwrapt .cloumntw .itmr .link:hover .t::after {
	width: 100%;
}
.galleryhasbg .bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
	width: 53%;
    z-index: -1;
	font-size: 0;
    border: 1px solid #F5AC3C;
    transition: all .3s;
}
.mortwrpt .w {
	display: inline-block;
	position: relative;
	line-height: 35px;
	padding: 0 22px;
	color: #fff;
	background-color: #B1B1B1;
	overflow: hidden;
    transition: all .3s;
}
.mortwrpt .w .t {
	position: relative;
	z-index: 2;
}
.mortwrpt .w .t img {
	vertical-align: sub;
}
.mortwrpt .w::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    padding-top: 1px;
    pointer-events: none;
    width: 1px;
    background-color: #F5AC3C;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .5s ease-in-out;
}

.promoservice .mortwrpt .w::before,
.promoabout .content .mortwrpt a.w::before,
.servicelistin .item .mortwrpt a.w::before,
.mortwrpt a.w:hover::before {
    opacity: 1;
    padding-top: 200%;
    width: 200%;
}
.promoservice .mortwrpt .w:hover,
.promoabout .content .mortwrpt a.w:hover,
.servicelistin .item .mortwrpt a.w:hover {
	opacity: .8;
}


.colwrapt .position>a:first-child img,
.decontent p,
.servicelistin .item .desc p,
.productlistin .content .bxt .en p,
.productlistin .post .allcontentwrapper p,
.profilewrapper .allcontentwrapper p {
    margin: 0;
}
.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);
}
.colwrapt .position i {
	font-style: normal;
}

@media (min-width: 961px) {
	.colwrapt {
		line-height: 60px;
	}

	.colwrapt .container {
		display: flex;
		justify-content: space-between;
	}

	.colwrapt .cloumntw .swiper-slide {
		margin-right: 60px;
	}
	.colwrapt .position span {
		display: inline-block;
		max-width: 300px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.colwrapt .position img {
		vertical-align: middle;
	}
}

@media (max-width: 960px) {
	.colwrapt {
		padding-top: 0;
		padding-bottom: 20px;
	}

	.colwrapt .position {
		padding-top: 20px;
	}

	.colwrapt .position img {
		vertical-align: baseline;
	}
	.colwrapt .position img {
		height: 10px;
	}
	.colwrapt .position>a:first-child {
		background-size: 20px;
	}
	.colwrapt .position>a,
	.colwrapt .position a img {
		height: 20px;
	}

	.colwrapt .cloumntw .itmr {
		display: inline-block;
		margin-top: 14px;
		margin-right: 14px;
	}

	.colwrapt .cloumntw .itmr .link {
		padding: 2px 8px;
	}

}

.servicewrapper,
.detailwrapper,
.productwrapper {
	padding-bottom: 40px;
}

.publistwrt,
.publistwrt .item {
	position: relative;
}
.publistwrt .item .top {
	position: relative;
	display: flex;
    padding: 10px 0;
	padding-right: 14px;
	cursor: pointer;
	transition: all .3s;
}
.publistwrt .item .top .title {
	display: block;
	position: relative;
	flex: 1;
    line-height: 24px;
}
/* .publistwrt .item .top .title::before, */
.publistwrt .item .top .title::after {
	content: '';
	position: absolute;
	top: 50%;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transform: translateY(-50%);
}
.publistwrt .item .top .title::before {
	left: 0;
	width: 15px;
	height: 15px;
	background-image: url(/images/xx_gr.png);
}
.publistwrt .item .top .title::after {
	right: 0;
	width: 19px;
	height: 11px;
}

.publistwrt .item .tcontent .gallery {
	display: block;
}
.publistwrt .item .tcontent {
	position: relative;
	display: none;
}
.publistwrt .item .tcontent .gallery {
	position: relative;
	z-index: 2;
}

.publistwrt .item .mortwrpt {
	margin-top: 14px;
}

.publistwrt .item.active .top .title::before {
	background-image: url(/images/xx_og.png);
}
/* .publistwrt .item.active .tcontent {
	display: block;
} */


.servicelistin .item.active .top {
	color: #F5AC3C;
}
.servicelistin .item .top .title::after,
.promoproduct .item .top .title::after {
    background-image: url(/images/jt_gr.png);
}
.servicelistin .item.active .top .title::after {
	background-image: url(/images/jt_og.png);
}
.promoproduct .item.active .top .title::after {
	background-image: url(/images/jt_bs.png);
}

.promoproduct .rightr .item .top,
.servicelistin .item .top {
	border-bottom: 1px solid #DBDBDB;
}
.servicelistin .item .top .xxwrt {
	width: 26px;
	flex: 0 0 26px;
}
.servicelistin .item .top .xxwrt img {
	width: 17px;
	height: 17px;
	margin-top: 4px;
}
.servicelistin .item .num {
	position: relative;
	padding-left: 30px;
}
.servicelistin .item .num::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 22px;
	height: 1px;
	background-color: #F5AC3C;
}
.servicelistin .item .infot .tit {
	margin-top: 6px;
	margin-bottom: 6px;
}
.servicelistin .item .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.promoproduct .rightr .item.active .top {
	border-color: #F5AC3C;
}

@media (min-width: 961px) {
	.publistwrt .btrgcontent .item .top {
		display: none;
	}
	
	.servicewrapper {
		padding-bottom: 80px;
	}
	.servicelistin .item .tcontent .gallery {
		width: 66.3%;
	}
	.servicelistin .item .tcontent .infot {
	    position: absolute;
		right: 0;
		bottom: 16px;
		z-index: 3;
		width: 37.5%;
		padding: 27px;
		background: #FFFFFF;
		box-shadow: 0px 0px 6px 0px rgba(113,113,113,0.25);
	}
	.servicelistin .sercol {
		position: absolute;
		right: 0;
		top: 0;
		width: 29%;
	}
	.servicelistin,
	.servicelistin .item .tcontent {
		min-height: 495px;
	}
	.promoproduct .item .top .title::after {
		background-image: none;
	}
}
@media (max-width: 1300px) and (min-width: 961px) {
	.servicelistin .item .tcontent .infot {
		top: 250px;
		bottom: auto;
	}
	.servicelistin .item .tcontent {
		padding-bottom: 100px;
	}
}
@media (max-width: 960px) {
	.publistwrt .sgcolwrt {
		display: none;
	}
	.publistwrt .item .tcontent {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.promoproduct .item .tcontent,
	.servicelistin .item .tcontent .infot {
		margin-top: 14px;
	}

	.servicelistin .item .top {
		display: none !important;
	}
	.servicelistin .item .tcontent {
		display: block !important;
		padding-top: 0;
	}
}



.productlistin .post {
	margin-top: 34px;
}
.productlistin .post:first-child {
	margin-top: 0;
}
.productlistin .post .text {
	margin-top: 14px;
	margin-bottom: 20px;
}
.productlistin .content .bxt {
	width: 100%;
}
.productlistin .post .galleryhasbg {
	display: block;
	position: relative;
	padding: 15px;
}
.productlistin .post:nth-child(2n) .galleryhasbg {
	padding-left: 0;
}
.productlistin .post:nth-child(2n+1) .galleryhasbg {
	padding-right: 0;
}
.productlistin .post:nth-child(2n+1) .galleryhasbg .bg {
	left: 0;
	right: auto;
}

@media (min-width: 961px) {
	.detailwrapper,
	.productwrapper {
		padding-bottom: 130px;
	}
	.productlistin .post {
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
	}
	.productlistin .post:nth-child(2n) {
		flex-direction: row-reverse;
	}
	.productlistin .post .content,
	.productlistin .post .gallery {
		width: 45.5%;
	}
	.productlistin .post .content {
		display: flex;
		align-items: center;
	}
	.productlistin .post .text {
		margin-top: 20px;
		margin-bottom: 36px;
	}
	.productlistin .post .content .word img {
		max-height: 60px;
		margin-right: 20px;
	}
}
@media (max-width: 960px) {
	.productlistin .post .content {
		margin-top: 14px;
	}
}



.decontent,
.aboutcontact .infoct,
.partnerwrapper .infoct,
.profilewrapper .text {
	position: relative;
	margin-top: 20px;
}
.profilewrapper .text .bgt {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    text-align: center;
}
.profilewrapper .bgt img {
    max-width: 333px;
}
.aboutcontact {
	text-align: center;
}
.aboutcontact .listr {
	display: flex;
	justify-content: space-between;
}
.aboutcontact .listr .link {
	display: block;
	width: 43%;
	padding: 10px;
	border: 1px solid #FFFFFF;
}
.aboutcontact .listr .link:hover {
	background-color: #F5AC3C;
	border-color: #F5AC3C;
}

.aboutcontact .infoct {
	margin-bottom: 20px;
}


@media (min-width: 961px) {
	.profilewrapper {
		padding-bottom: 140px;
	}
	.profilewrapper .text {
		margin-top: 50px;
	}
	.partnerwrapper .container {
		max-width: 1250px;
	}
	.profilewrapper .text {
		display: flex;
		align-items: center;
		min-height: 333px;
	}
	.profilewrapper .text .bgt {
		margin-top: -166px;
		margin-left: -166px;
	}
	.aboutcontact {
		padding-bottom: 140px;
	}
	.aboutcontact .infoct {
		margin-top: 70px;
		margin-bottom: 60px;
	}
	.aboutcontact .listr .link img {
		max-height: 42px;
	}
	.decontent {
		margin-top: 34px;
	}
}
@media (max-width: 960px) {
	.profilewrapper .text .bgt {
		display: none;
	}
	.aboutcontact .listr .link img {
		max-height: 22px;
	}
}



.contactwrapper {
	overflow: hidden;
}

.contactinfor {
	padding-top: 30px;
	padding-bottom: 30px;
}
.contactinfor .infoct {
	margin-top: 14px;
	text-align: center;
}
.contactinfor .infoct img {
	max-width: 270px;
	margin-bottom: 6px;
}

@media (min-width: 961px) {
	.contactinfor .infoct {
		margin-top: 30px;
	}
}

@media (max-width: 960px) {
	.contactmessage .iormlistppr,
	#commentform .item {
		margin-top: 20px;
	}
	.contactinfor .infoct img {
		width: 100px;
	}
}


.promobanner .content,
.promobanner .content a {
	color: #fff;
}
.promobanner .content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 60px;
	z-index: 5;
}
.promobanner .promobanner-pagination {
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 5;
	height: 10px;
}
.promobanner-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 4px;
	opacity: .6;
	background: #FFF7EA;
	border-radius: 12px;
	transition: all .2s;
}
.promobanner-pagination .swiper-pagination-bullet-active {
	width: 36px;
	opacity: 1;
	background-color: #F5AC3C;
}

@media (min-width: 961px) {
	.promobanner .content {
		top: 80px;
		padding-top: 9%;
	}
	.promobanner .promobanner-pagination {
		bottom: 40px;
	}
	.promobanner .content .desc {
		margin-top: 16px;
	}
}
@media (max-width: 960px) {
	.promobanner .gallery img,
	.promobanner .gallery video {
		min-height: 60vw;
	}
}


.promoadvantage .item {
	padding: 20px;
	text-align: center;
	background-color: #F6F6F6;
}
.promoadvantage .item .title {
	position: relative;
	margin-top: 10px;
	margin-bottom: 14px;
	color: #000;
}
.promoadvantage .item .title .w {
	display: inline-block;
	position: relative;
	z-index: 2;
	padding-bottom: 6px;
}
.promoadvantage .item .title::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	transform: translateX(-50%);
	width: 64%;
	height: 2px;
	background-color: #D9D9D9;
}
.promoadvantage .item .title .w::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #BFBFBF;
}

.promoadvantage .item .gallery img {
	width: auto !important;
	height: auto !important;
	max-height: 54px;
}

@media (min-width: 961px) {
	.promoadvantage {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.promoproduct,
	.promoservice,
	.promoproduct .listr {
		padding-top: 55px;
	}
	.promoservice,
	.promoabout {
		padding-bottom: 150px;
	}
	.promoproduct {
		padding-bottom: 55px;
	}
	.promoservice .listr {
		margin-top: 160px;
	}
	.promoadvantage .listr {
		grid-gap: 66px;
		grid-template-columns: repeat(4, 1fr)
	}
	.promoadvantage .item {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.promoadvantage .item .title {
		margin-top: 34px;
		margin-bottom: 20px;
	}
}
@media (max-width: 960px) {
	.promoadvantage, .promoproduct, .promoservice {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.promoproduct .listr,
	.promoservice .listr {
		margin-top: 20px;
	}
}




.promoline {
	height: 30vw;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.promoabout {
	position: relative;
}
.promoabout .infot {
	width: 100%;
}
.promoabout .content .infot .cn {
	margin-bottom: 14px;
}
.promoabout .content .text {
	/*margin-top: 14px;*/
	margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.promoabout .abot_lot {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 36.5%;
}
.promoabout .abot_lot img {
	width: 100%;
}

@media (min-width: 961px) {
	.promoline {
		height: 340px;
		background-attachment: fixed;
	}
	.promoproduct .listr,
	.promoabout .container {
		display: flex;
		justify-content: space-between;
	}
	.promoabout .leftr {
		width: 40.6%;
	}
	.promoabout .content {
		display: flex;
		align-items: center;
		width: 55.8%;
	}

	.promoabout .content .infot .cn {
		margin-bottom: 34px;
	}
	.promoabout .content .text {
		/*margin-top: 34px;*/
		margin-bottom: 130px;
	}
}
@media (max-width: 960px) {
	.promoabout {
		padding-bottom: 30px;
	}
	.promoabout .content {
		margin-top: 10px;
	}
}


.promoproduct {
	overflow: hidden;
}
.promoproduct .item .tcontent {
	padding: 20px;
	text-align: center;
}
.promoproduct .item .maskbg {
    z-index: 1;
    animation: change 6s linear infinite;
}
.promoproduct .item .maskbg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.promoproduct .item .maskbg img {
    object-fit: contain;
}
.promoproduct .item .gallery img {
	border-radius: 50%;
}
.promoproduct .procol .item .top {
	padding: 16px;
}
.promoproduct .procol .item .top .title {
	padding-left: 20px;
	line-height: 34px;
}
.promoproduct .procol .item .top .xxwrt img {
	width: 34px;
	height: 34px;
}

.promoproduct .item.active .top {
	color: #fff;
	background-color: #F5AC3C;
}


@keyframes change{ 0%{-webkit-transform:rotate(0deg);} 50%{-webkit-transform:rotate(180deg);}	100%{-webkit-transform:rotate(360deg);} }



@-webkit-keyframes change{ 0%{-webkit-transform:rotate(0deg);}  50%{-webkit-transform:rotate(180deg);}  100%{-webkit-transform:rotate(360deg);} }


.promoproduct .item .top .xxwrt img {
	opacity: 0;
	filter: alpha(opacity=0);
}
.promoproduct .item:nth-child(1) .xxwrt .y {
	background-image: url(/images/pro_i1.png);
}
.promoproduct .item:nth-child(1) .xxwrt .h {
	background-image: url(/images/pro_i1_r.png);
}
.promoproduct .item:nth-child(2) .xxwrt .y {
	background-image: url(/images/pro_i2.png);
}
.promoproduct .item:nth-child(2) .xxwrt .h {
	background-image: url(/images/pro_i2_r.png);
}
.promoproduct .item:nth-child(3) .xxwrt .y {
	background-image: url(/images/pro_i3.png);
}
.promoproduct .item:nth-child(3) .xxwrt .h {
	background-image: url(/images/pro_i3_r.png);
}
.promoproduct .item:nth-child(4) .xxwrt .y {
	background-image: url(/images/pro_i4.png);
}
.promoproduct .item:nth-child(4) .xxwrt .h {
	background-image: url(/images/pro_i4_r.png);
}
.promoproduct .item:nth-child(5) .xxwrt .y {
	background-image: url(/images/pro_i5.png);
}
.promoproduct .item:nth-child(5) .xxwrt .h {
	background-image: url(/images/pro_i5_r.png);
}
.promoproduct .item:nth-child(6) .xxwrt .y {
	background-image: url(/images/pro_i6.png);
}
.promoproduct .item:nth-child(6) .xxwrt .h {
	background-image: url(/images/pro_i6_r.png);
}
.promoproduct .item:nth-child(7) .xxwrt .y {
	background-image: url(/images/pro_i7.png);
}
.promoproduct .item:nth-child(7) .xxwrt .h {
	background-image: url(/images/pro_i7_r.png);
}
.promoproduct .item:nth-child(8) .xxwrt .y {
	background-image: url(/images/pro_i8.png);
}
.promoproduct .item:nth-child(8) .xxwrt .h {
	background-image: url(/images/pro_i8_r.png);
}


@media (min-width: 961px) {
	.promoproduct .procol {
		width: 380px;
		flex: 0 0 380px;
	}
	.promoproduct .procol .item {
		padding-left: 10px;
		border-left: 1px dashed #C8C8C8;
	}
	.promoproduct .rightr {
		flex: 1;
		padding-left: 116px;
	}
	.promoproduct .procol {
		padding-bottom: 20px;
	}
	.promoproduct .procol .item {
		padding-top: 20px;
	}
	.promoproduct .procol .item .top {
		padding-right: 45px;
	}
	.promoproduct .item .top .title::after {
		width: 30px;
		height: 20px;
	}
	.promoproduct .procol .item .top::before {
		content: '';
		position: absolute;
		left: -14px;
		top: 50%;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #fff;
		border: 1px solid #B4B4B4;
		border-radius: 50%;
	}
	.promoproduct .item .top .xxwrt .y,
	.promoproduct .item .top .xxwrt .h,
	.promoproduct .item .top .xxwrt img {
		width: 34px;
		height: 34px;
		background-size: 34px;
	}
}
@media (max-width: 960px) {
	.promoproduct .item .tcontent {
		margin-bottom: 20px;
	}
	.promoproduct .item .top {
		padding-left: 10px;
	}
	.promoproduct .item .top .title {
		padding-left: 10px;
		line-height: 24px;
	}
	.promoproduct .item .top .xxwrt .y,
	.promoproduct .item .top .xxwrt .h,
	.promoproduct .item .top .xxwrt img {
		width: 24px;
		height: 24px;
		background-size: 24px;
	}
}


.promoservice .listr {
	position: relative;
}
.promoservice .link {
	display: flex;
	position: relative;
	min-height: 100px;
}
.promoservice .link .bxt {
	width: 100%;
}
.promoservice .link .info {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.promoservice .link .mortwrpt {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
}
.promoservice .link .mortwrpt,
.promoservice .link .gallery,
.promoservice .link .info .text {
	transition: all .2s;
}
.promoservice .link .info .text {
	text-align: center;
}
.promoservice .link .info .text .pic {
	margin-top: 8px;
	margin-bottom: 8px;
}


.promoservice .link .mortwrpt,
.promoservice .link .gallery {
	opacity: 0;
}
.promoservice .link:hover .mortwrpt,
.promoservice .link:hover .gallery {
	opacity: 1;
}
.promoservice .link:hover .info .text {
	display: none;
}

.promoservice .listr::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 0;
	height: 1px;
	background-color: #fff;
}


@media (min-width: 961px) {
	.promoservice .link:hover .btytitle .cn {
		color: #000;
	}
}
@media (max-width: 960px) {}


.search-wrapper .productlistin {
	margin-top: 30px;
}


.promoservice .link .info .text,
.promoservice .btytitle .cn,
.aboutcontact {
	color: #fff;
}
.colwrapt .position a,
.colwrapt .position {
	color: #7b7b7b;
}
.servicelistin .item .desc,
.colwrapt .cloumntw .itmr .link {
	color: #666;
}
.btytitle a.cn:hover,
.colwrapt .position a:hover,
.servicelistin .item .num,
.colwrapt .cloumntw .active .itmr .link {
	color: #F5AC3C;
}
.btytitle,
.promoabout .content .cn,
.btytitle .cn {
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
.btytitle .cn {
	display: inline-block;
}
.btytitle a.cn:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.promoabout .content .en,
.promobanner .content .cn {
	padding: 0;
	margin: 0;
	font-size: 20px;
}
.productlistin .post .btytitle,
.search-wrapper .btytitle,
.search-wrapper .btytitle .cn,
.productlistin .post .btytitle .cn,
.promoabout .content .cn {
	text-align: left;
}
.promobanner .content .cn {
	display: inline-block;
	padding-bottom: 9px;
	color: #F5AC3C;
	border-bottom: 1px solid #F5AC3C;
}
.promoabout .content .cn {
	padding-bottom: 4px;
}
.promoabout .content .cn::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 2px;
	background-color: #F5AC3C;
}


@media (min-width: 961px) {
	.aboutcontact .infoct {
		font-size: 20px;
	}
	.promoservice .link .info .text,
	.promoproduct .procol .item .top .title,
	.mortwrpt .w,
	.sitefooter {
		font-size: 16px;
	}
	.profilewrapper .text .allcontentwrapper {
		line-height: 2;
	}
}
@media (min-width: 1501px) {}

@media (max-width: 960px) {
	.sitefooter {
		font-size: 12px;
	}
}