@charset "utf-8";

@import url("swiper-4.3.3.min.css");
@import url("jquery.mmenu.css");
@import url("animate.min.css");

/**
* Description style CSS for the website
* Author Qiuyue
* E-mail 1171019839@qq.com
* Created On 2018-08-20
* 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: #6b6b6b;
	background: transparent;
	text-decoration: none;
	outline: none;
}
/** * Improve readability when focused and also mouse hovered in all browsers.*/
	a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}
/* 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;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/** * 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: 12px;
	font-weight: normal;
	color: #6b6b6b;
	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;
	/* 1*/
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2*/
	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;
}

/* 表单placeholder文字样式 */
::-webkit-input-placeholder {
	/* WebKit browsers*/
	color: #6b6b6b;
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #6b6b6b;
}
::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #6b6b6b;
}
:-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #6b6b6b;
}

/* 文字选中样式 */
::-moz-selection{color: #fff;background-color: #484D53;}
::selection{color: #fff;background-color: #484D53;}



/* ---------------------------------------------------------------------------------------
Globals
---------------------------------------------------------------------------------------*/
@font-face {
	font-family: SourceHanSerifCN;
	src:url("SourceHanSerifCN-Regular.otf");
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	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: #6b6b6b;
	font-family: 'SourceHanSerifCN','Microsoft Yahei','SimSun','Helvetica','Open Sans';
	font-size: 14px;
	line-height: 1.6;
	background: #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;
}
strong {
	color: #6b6b6b;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}


@font-face {
	font-family: 'GeoSlab703';
	src: url(tt1019m_.ttf);
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.show {
	display: block;
}
.hide {
	display: none;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.display-block {
	display: block;
}
.display-inlineblock {
	display: inline-block;
}
.display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.display-table-cell {
	position: relative;
	display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.position-rel {
	position: relative;
}
.position-abs {
	position: absolute;
}
.container {
	position: relative;
	width: 92%;
	margin: 0 auto;
}
.containerw80 {
	position: relative;
	width: 80%;
	margin: 0 auto;
}
.containerw780 {
	position: relative;
	max-width: 780px;
	margin: 0 auto;
}
.containerw1140 {
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
}
#backtop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 45px;
    cursor: pointer;
    z-index: 99;
    background-color: #fff;
    background-image: url(../images/go_top_dark.png);
    background-position: center;
    -webkit-background-size: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    -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;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.3);
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
}
#backtop:hover {
    background-color: #d69f40;
	background-image: url(../images/go_top.png);
}


.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.display-flex-between {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.display-flex-wrap {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
} 

@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 loading {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

#loading {
	display: none !important;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #f5f5f5;
    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 #484D53;
    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: #f5f5f5;
    border-radius: 50%;
}

.icon-bg {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullet {
	outline: none;
}

.site-box-shadow {
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.3);
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
}

.cov-allnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(61,61,61,.8);
    z-index: 62;
}

/* ---------------------------------
* header
------------------------------------*/
#site-header {
	position:fixed;
	left:0;
	top:0;
	z-index:100;
	width: 100%;
	height: 82px;
}
#site-header #site-header-outer {
	display: none !important;
}
#site-header #site-header-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 100%;
    background-color: #fff;
    border-radius: 50%;
    pointer-events: none;
    -webkit-transform: translateY(-13%);
    transform: translateY(-13%);
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.hamburger {
	display:none;
    position: absolute;
    right: 0;
	top: 18px;
	z-index:1;
	line-height:0;
	width: 35px;
    height: 24px;
}
.hamburger:after,
.hamburger:before {
	content: '';
	display: block;
	background: #363738;
	height: 2px;
    border-radius: 2px;
}
.hamburger span {
	display: block;
	height: 2px;
	margin: 6px 0;
	background: #363738;
}

/* bar */
#site-header .site-header-bar {
	position: relative;
    z-index: 4;
	background-color: #fff;
}
#site-header .site-logo {
	display: inline-block;
	margin-top: 12px;
}
#site-header .site-logo img {
	display: block;
    height: 58px;
}
#site-header .site-logo #siteName {
	display: none;
}

#site-header .header-content {}

/* menu */
#site-header .menu {
	position:relative;
}
#site-header .menu .menu-item {
	display: inline-block;
	position: relative;
	margin: 0 24px;
}
#site-header .menu .menu-item a {
	display: block;
	font-size: 14px;
}
#site-header .menu .menu-item .top {
	position: relative;
    line-height: 82px;
    color: #373738;
	font-weight: bold;
    overflow: hidden;
}
#site-header .menu .menu-item .icon-has-sub {
	display: inline-block;
    width: 10px;
    height: 5px;
    margin-top: 38px;
    margin-left: 5px;
    background-image: url(../images/icon/icon_has_sub.png);
}

/* second */
#site-header .menu .menu-item .menu-sub {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	padding-top: 8px;
	width: 100%;
	min-width: 140px;
	z-index: 20;
    -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,.2);
    box-shadow: 1px 1px 6px rgba(0,0,0,.2);
    -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;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
#site-header .menu .menu-item .menu-sub li {
	list-style: none;
}
#site-header .menu .menu-item .menu-sub li a {
    padding: 14px 10px;
    color: #555557;
    text-align: center;
    background: #F7F8FA;
    border-bottom: 1px dashed #ddd;
    -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;
}
#site-header .menu .menu-item .menu-sub li:last-child a {
	border-bottom-color: transparent;
}
/* hover */
#site-header .menu .menu-item .menu-sub li a:hover {
	color: #fff;
	font-weight: bold;
	background-color: #484D52;
}


/* hover */
#site-header .menu .menu-item:hover .menu-sub {
	display: block;
}
#site-header .menu .menu-item:hover .top span:before {
    width: 100%;
}
#site-header .menu .menu-item .top:hover,
#site-header .menu .menu-item.current .top {
	color: #e3a944;
}
#site-header .menu .menu-item .top:hover .icon-has-sub,
#site-header .menu .menu-item.current .top .icon-has-sub {
    background-image: url(../images/icon/icon_has_sub_orange.png);
}

/* current */

/* search */
.search-wrapper {
	    display: flex;
    align-items: center;
	margin-left: 46px;
}
.search-wrapper .search-items {
	position: relative;
	margin-top: 22px;
}
.search-wrapper .btns-search {
	display: inline-block;
	position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
	width: 50px;
	height: 36px;
	background-image: url(../images/icon/search_icon.png);
	-webkit-background-size: 18px 18px;
	background-size: 18px 18px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	outline: none;
	border: none;
}
.search-wrapper .search-key {
	width: 160px;
	height: 38px;
	padding-left: 10px;
	padding-right: 60px;
	border: 2px solid #3C3C3D;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.search-wrapper .search-key.addwidth {
	width: 220px;
}


/* form placeholder style */
.search-wrapper .search-key::-webkit-input-placeholder {
	/* WebKit browsers*/
	color: #a0a1a3;
}
.search-wrapper .search-key:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #a0a1a3;
}
.search-wrapper .search-key::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #a0a1a3;
}
.search-wrapper .search-key:-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #a0a1a3;
}

/* header fixed height */
.headerH {
	height: 82px;
	text-indent: -9999px;
}

.site-section {
	position: relative;
	z-index: 5;
	background-color: #fff;
	overflow: hidden;
}

/* ------------------------------------
* footer
---------------------------------------*/
#site-footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
	color: #fff;
	background: #313234;
}
#site-footer a {
	color: #fff;
    -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;
}
#site-footer a:hover {
	color: #D69F40;
}
#site-footer .footer-box {
	padding-top: 35px;
	padding-bottom: 30px;
	font-size: 0;
}
#site-footer .footer-info {
	display: inline-block;
	width: 75%;
	padding-right: 15px;
	font-size: 14px;
}
#site-footer .footer-info .ask {
	font-size: 24px;
}

#site-footer .footer-info .lists {
	padding-top: 25px;
}
#site-footer .footer-info .lists li {
	margin-top: 10px;
	opacity: .7;
	filter: alpha(opacity=70);
}

#site-footer .footer-attention {
	white-space: nowrap;
}
#site-footer .footer-attention .lists {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 5px;
}
#site-footer .footer-attention .lists li {
	line-height: 98px;
}
#site-footer .footer-attention .lists .weixin {
	margin-left: 18px;
}

#site-footer .footer-attention .lists .text {
	margin-left: 0;
	font-size: 24px;
}
#site-footer .footer-attention .lists li img {
	display: block;
	width: 98px;
	min-width: 98px;
	height: 98px;
}

#site-footer .footer-copyright {
	padding: 18px 0;
	font-size: 12px;
	border-top: 1px solid #474849;
}
#site-footer .footer-copyright span,
#site-footer .footer-copyright a {
	opacity: .38;
	filter: alpha(opacity=38);
    -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;
}
#site-footer .footer-copyright a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#site-footer .footer-copyright img {
	vertical-align: middle;
	margin-right: 5px;
}

#site-footer .footer-links {
	width: 22%;
}
#site-footer .footer-links #linkc {
    width: 100%;
    height: 56px;
    padding: 0 15px;
    color: #868686;
	font-size: 14px;
    border: 1px solid #666;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#site-footer .footer-links-list {
	width: 100%;
	margin-top: 25px;
	font-size: 14px;
	opacity: .7;
	filter: alpha(opacity=70);
}


/* ------------------------------------
* public
---------------------------------------*/
.arrow-left-swiper,
.arrow-right-swiper {
	position: absolute;
    top: 50%;
    width: 48px;
    height: 96px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	outline: none;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.arrow-left-swiper {
	left: 0;
	background-image: url(../images/arrow_left_swiper.png);
}
.arrow-right-swiper {
	right: 0;
    background-image: url(../images/arrow_right_swiper.png);
}

.more-btn {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
    overflow: hidden;
}
.more-btn .more {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
	border: 1px solid #363738;
    background-repeat: no-repeat;
	-webkit-background-size: 20px;
	background-size: 20px;
    background-position: center;
	background-image: url(../images/icon/icon_more_darkgray.png);
    -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;
}
.more-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    padding-top: 1px;
    pointer-events: none;
    width: 1px;
    background-color: #D69F40;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

/*n*/
.icon-more-white .more {
	background-image: url(../images/icon/icon_more_white.png);
}
a:hover .more-btn:before,
.more-btn:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    padding-top: 300%;
    width: 300%;
}
a:hover .more-btn .more,
.more-btn:hover .more {
	border: 1px solid #D69F40 !important;
	background-image: url(../images/icon/icon_more_white.png) !important;
}
.more-btn-orange .more {
	border: 1px solid #D69F40;
	background-image: url(../images/icon/icon_more_white.png);
	background-color: #D69F40;
}


.color-white {
	color: #fff;
}
.column-font42 {
    line-height: 50px;
	font-size: 42px;
	font-weight: bold;
}

.column-font28 {
	position: relative;
	font-size: 28px;
	font-weight: bold;
	color: #373738;
	text-align: center;
}
.column-font28:after {
	content: '';
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	width: 48px;
	height: 3px;
	background: #D6A44D;
}
.column-font24 {
	position: relative;
	font-size: 24px;
	font-weight: bold;
	color: #363738;
}
.column-font24:after {
	content: '';
	display: block;
	width: 48px;
	height: 3px;
	background: #D6A44D;
}
.font18 {
	font-size: 18px;
}


/* ---------------------------------
* home
------------------------------------*/
.site-column {}
.site-column .more-column {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	height: 50px;
}
.site-column .more-column .words {
    display: inline-block;
    width: 120px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #D69F40;
    -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;
}
.site-column .more-column .more-btn {
	margin-left: 2px;
}

/*hover*/
.site-column .more-column:hover .words,
.site-column .more-column:hover .more {
	background-color: #bd8c39;
}



/*--------------
* banner
----------------*/
.site-banner {
	position: relative;
	overflow: hidden;
}
.site-banner img {
	display: block;
	width: 100%;
}
.site-banner .mouse-icon {
	display: block;
    position: absolute;
    left: 50%;
    bottom: 75px;
    z-index: 8;
    margin-left: -16px;
	width: 32px;
	height: 64px;
	background-image: url(../images/icon/mouse.png);
    -webkit-animation-name: JUMP;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -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;
}


/*--------------
* overview
----------------*/
.site-overview .overview-inner {
	font-size: 0;
	overflow: hidden;
}
.site-overview .items {
	display: inline-block;
	position: relative;
	width: 25%;
	padding: 40px 2.5% 50px;
	/*height: 478px;*/
	height: 44vh;
}
.site-overview .items h2 {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
.site-overview .items h2 strong {
	margin-left: 8px;
	color: #86878a;
}
.site-overview .items h3 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	margin-top: 30px;
	color: #fff;
	font-size: 26px;
	font-weight: normal;
}

.site-overview .items .desc {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	margin-top: 20px;
	color: #7a7c80;
	font-size: 14px;
}
.site-overview .items .more-btn {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 4;
}


/*0*/
.site-overview .items0 {
	padding: 0;
}

/*1*/
.site-overview .items1 h2 {
	color: #d69f40;
}
.site-overview .items1 h3 {
	color: #363738;
}
.site-overview .items1 {
	background-image: url(../images/bg_white.png);
}
.site-overview .items1:before {
	content: '';
	position: absolute;
	left: -18px;
    top: 50%;
    width: 18px;
    height: 30px;
    margin-top: -15px;
    background-image: url(../images/icon/arrow_left.png);
	z-index: 5;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.site-overview .items2 {
	background-image: url(../images/bg_overview_02.png);
}
.site-overview .items2 .more-btn .more {
    border-color: #bec1c4;
    background-image: url(../images/icon/icon_more_bec1c4.png);
}

/*3*/
.site-overview .items3 {
	background-image: url(../images/bg_overview_03.png);
}
.site-overview .items3 h3 {
    -webkit-line-clamp: 3;
}
.site-overview .items3 .more-btn .more {
	border-color: #86878a;
	background-image: url(../images/icon/icon_more_86878a.png);
}


/*--------------
* advbg
----------------*/
.site-advbg {
	height: 52vh;
}
/*@media (min-width: 1201px) {
	.site-overview .items {
		min-height: 400px;
	}
}
@media (max-width: 1200px) and (min-width: 768px) {
	.site-overview .items {
		height: 300px;
	}
}*/
@media (min-width: 993px) {
	.site-advbg {
		-webkit-background-attachment: fixed;
		-moz-background-attachment: fixed;
		-ms-background-attachment: fixed;
		-o-background-attachment: fixed;
		background-attachment: fixed;
	}
}


.site-product,
.site-news {
	padding-top: 70px;
	padding-bottom: 80px;
}

/*--------------
* product
----------------*/
.site-product {
	color: #fff;
	background-image: url(../images/index_product_bg.jpg);
}
.site-product .site-product-banner {
	position: relative;
	margin-top: 40px;
}
.site-product .site-product-banner .swiper-container {
	padding: 0 15px;
}
.site-product .list {
	padding-top: 30px;
	overflow: hidden;
}
.site-product .gallery {
	display: block;
	position: relative;
}
.site-product .gallery img {
	display: block;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
.site-product .gallery:hover img {
    -webkit-animation: MOVE 1s cubic-bezier(0.47, 0, 0.745, 0.715) alternate infinite;
    animation: MOVE 1s cubic-bezier(0.47, 0, 0.745, 0.715) alternate infinite;
}

.site-product .title {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	color: #fff;
	font-size: 28px;
}
.site-product .title,
.site-product .info-content {
	padding: 0 9%;
}
.site-product .info-content {
	padding-bottom: 5px;
	margin-top: 20px;
	font-size: 0;
}
.site-product .info-content .text {
	display: inline-block;
	margin-left: 14px;
}
.site-product .info-content .text:first-child {
	margin-left: 0;
}
.site-product .info-content .icon-bg {
	display: inline-block;
	width: 48px;
	height: 48px;
	text-indent: -9999px;
}
.site-product .info-content .words {
	display: none;
	height: 48px;
	line-height: 46px;
	padding: 0 8px;
	color: #fff;
	font-size: 14px;
	border: 1px solid #fff;
}
.site-product .info-content .text:hover .words {
	display: block;
}
.site-product .info-content .text:hover .icon-bg {
	display: none;
}

/*size*/
.site-product .info-content .icon-size .icon-bg {
	background-image: url(../images/icon/icon_size.png);
}

/*type*/
.site-product .info-content .icon-type .icon-bg {
	background-image: url(../images/icon/icon_type.png);

}
.site-product .arrow-left-swiper,
.site-product .arrow-right-swiper {
	top: 25%;
	margin-top: 0;
}
.site-product .arrow-left-swiper {
	left: -7%;
}
.site-product .arrow-right-swiper {
	right: -7%;
}



/*--------------
* news
----------------*/
.site-news {
	color: #373738;
	background-color: #F0F2F5;
}
.site-news .news-list {
    width: 31.86%;
    margin-top: 70px;
    margin-right: 2.2%;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.3);
    box-shadow: 0 1px 6px rgba(0,0,0,.3);
    background-color: #fff;
}
.site-news .news-list:nth-child(3n) {
	margin-right: 0;
}
.site-news .news-list .newsLink {
    display: block;
    color: #373738;
}
.site-news .news-list .pic {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.site-news .news-list .pic img {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    -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;
}
.site-news .news-list .info {
    position: relative;
    padding: 40px 10%;
}
.site-news .news-list .datetime {
	margin-left: 10px;
	color: #a0a2a3;
}
.site-news .news-list .title {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	margin-top: 15px;
    font-size: 28px;
    -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;
}
.site-news .news-list .more-btn {
	margin-top: 30px;
}


/*hover*/
.site-news .news-list .newsLink:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.site-news .news-list .newsLink:hover .title {
	text-decoration: underline;
}







/* ---------------------------------
* inner
------------------------------------*/
.site-banner .gallery {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.site-banner .content {
	position: relative;
	z-index: 5;
	padding: 13.5vh 0;
}
.site-banner .title {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 50px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.site-banner .submenu-wrapper {
	margin-top: 15px;
	font-size: 0;
	text-align: center;
}
.site-banner .submenu-wrapper .item {
	display: inline-block;
	position: relative;
	padding: 0 16px;
	line-height: 38px;
    background-color: #40444c;
}
.site-banner .submenu-wrapper .item:after {
	content: '';
	display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
	width: 1px;
	height: 14px;
	background-color: #8B8A87;
}
.site-banner .submenu-wrapper .item:last-child:after {
	display: none;
}

.site-banner .submenu-wrapper .item a {
	font-size: 16px;
	color: #fff;
    -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;
}

/*hover*/
.site-banner .submenu-wrapper a:hover,
.site-banner .submenu-wrapper .active a {
	color: #d6a44d;
}


/*public*/
.site-menu-column .title-wrapper {
	font-size: 0;
}

.site-menu-column .title {
	display: inline-block;
	position: relative;
	text-align: center;
}
.site-menu-column .title a {
	display: block;
	color: #484d52;
    -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;
}


/*-----------total---------*/
.menu-column-total {
	border-bottom: 2px solid #F7F7F7;
}
.menu-column-total .title-wrapper {
	text-align: center;
}
.menu-column-total .title {
	margin: 0 25px;
}
.menu-column-total .title:first-child {
	margin-left: 0;
}
.menu-column-total .title:last-child {
	margin-right: 0;
}
.menu-column-total .title a {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}
.menu-column-total .title span:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #d6a44d;
    -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;
}

/*hover*/
.menu-column-total .title a:hover {
	color: #d6a44d;
}
.menu-column-total .title a:hover span:after {
	width: 100%;
}

/*active*/
.menu-column-total .title.active a {
	color: #d6a44d;
	font-weight: bold;
}
.menu-column-total .title.active span:after {
	width: 100%;
}



/*---------product---------*/
.product-column-total {
	border-bottom: 2px solid #787E89;
}
.product-column-total .title {
	margin-bottom: 8px;
}
.product-column-total .title a {
	padding: 0 20px;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
}

/*hover*/
.product-column-total .title a:hover {
	color: #fff;
	background-color: #787E89;
}

/*active*/
.product-column-total .title.active a {
	color: #fff;
	font-weight: bold;
	background-color: #787E89;
}




/*inner*/
.inner-wrapper {
	padding-top: 40px;
	padding-bottom: 70px;
}

.inner-wrapper .content-wrapper {
	margin-top: 30px;
	line-height: 2;
	color: #66686b;
}


.pagination {
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #373738;
}

.pagination a {
    display: inline-block;
    padding: 5px 16px;
	color: #373738;
	border-bottom: 2px solid transparent;
    -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;
}
.pagination a:hover {
	color: #d6a44d;
}
.pagination .current {
	color: #d6a44d;
	border-bottom-color: #d6a44d;
}


/*--------------
* product
----------------*/

.product-filter {
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	background: #F8F8F8;
}
.product-filter .filter-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.product-filter .choose {
    height: 56px;
    line-height: 54px;
	border: 1px solid #E6E6E6;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
}
.product-filter .size-filter,
.product-filter .type-filter {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
    width: 32.8%;
    padding: 0 18px;
	margin-right: 8px;
    text-align: left;
	background-color: #fff;
}

.product-filter .name {
	color: #9b9b9b;
	font-weight: bold;
	white-space: nowrap;
}
.product-filter select {
    width: 100%;
    height: 52px;
	color: #666669;
}
.product-filter .btn-filter {
	width: 14%;
}
.product-filter .filter-button {
	display: block;
	width: 100%;
	font-weight: bold;
	color: #fff;
	background-color: rgba(214,164,77,1);
    -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;
}
.product-filter .filter-button:hover {
	background-color: rgba(214,164,77,.8);
}

.productlist-wrapper {
}
.productlist-wrapper .rows {
	padding-top: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.productlist-wrapper .item {
	width: 23.65%;
	margin-top: 1.8%;
	margin-right: 1.8%;
	background-color: #fff;
	border: 1px solid #E6E6E6;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
    -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;
}
.productlist-wrapper .item:nth-child(4n) {
	margin-right: 0;
}
.productlist-wrapper .link {
	display: block;
	position: relative;
	color: #373738;
}
.productlist-wrapper .link .gallery {
	overflow: hidden;
}
.productlist-wrapper .link .gallery img {
	display: block;
	width: 100%;
    -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;
}
.productlist-wrapper .link .content {
	padding: 5px 30px 20px;
}
.productlist-wrapper .link .title {
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 18px;
    -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;
}
.productlist-wrapper .link .desc {
	margin-top: 8px;
	padding-left: 30px;
	line-height: 20px;
	color: #666669;
	word-break: break-all;
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}
.productlist-wrapper .link .size {
	background-image: url(../images/icon/product_bg_size.png);
}
.productlist-wrapper .link .type {
	background-image: url(../images/icon/product_bg_type.png);
}

/*hover*/
.productlist-wrapper .item:hover {
	border: 1px solid #d6a44d;
}
.productlist-wrapper .link:hover {
	color: #d6a44d;
}
.productlist-wrapper .link:hover img {
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.productlist-pagination {
	margin-top: 40px;
}



/*--------------
* prodetail
----------------*/
.prodetail-wrapper {
	padding-top: 55px;
	padding-bottom: 90px;
}
.prodetail-wrapper .content-wrapper {
	color: #7A7C80;
}



/*-----------------------------------------
* about
-------------------------------------------*/
.aboutlist-wrapper {
	padding-bottom: 30px;
	border-top: 1px solid #eee;
}
.aboutlist-wrapper .content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.aboutlist-wrapper .item {
	margin-top: 60px;
	width: 31.4%;
	margin-right: 2.9%;
}
.aboutlist-wrapper .item:nth-child(3n) {
	margin-right: 0;
}
.aboutlist-wrapper .link {
	display: block;
}

.aboutlist-wrapper .link .pic {
	overflow: hidden;
}
.aboutlist-wrapper .link .pic img {
	display: block;
	width: 100%;
    -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;
}
.aboutlist-wrapper .link .info {
	position: relative;
	margin-top: 30px;
	padding: 0 8px;
}
.aboutlist-wrapper .link .info:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 2px;
	height: 0;
	background-color: #D69F40;
    -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;
}
.aboutlist-wrapper .link .title {
	color: #363738;
	font-size: 20px;
}
.aboutlist-wrapper .link .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	margin-top: 8px;
	margin-bottom: 45px;
	color: #767676;
}
.aboutlist-wrapper .link .more-btn {
	margin-left: 8px;
}


/*hover*/
.aboutlist-wrapper .link:hover img {
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.aboutlist-wrapper .link:hover .info:after {
	height: 100%;
}


.padding-bottom90 {
	padding-bottom: 90px;
}
.padding-top50 {
	padding-top: 50px;
}




/*--------------
* service
----------------*/
.service-wrapper {
	margin-top: 10px;
	font-size: 0;
}
.service-wrapper .item {
	display: inline-block;
	width: 18.85%;
    margin-right: 1.437%;
    margin-top: 2%;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.1);
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
}
.service-wrapper .item:nth-child(5n) {
	margin-right: 0;
}
.service-wrapper .link {
	display: block;
	border: 1px solid #E6E6E6;
    -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;
	overflow: hidden;
	cursor: pointer;
}
.service-wrapper .link img {
	display: block;
	width: 100%;
    -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;
}
.service-wrapper .link:hover {
	border: 1px solid #d6a44d;
}
.service-wrapper .link:hover img {
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}



/*--------------
* events
----------------*/
.events-wrapper {
	margin-top: 50px;
}

.events-wrapper .year {
    line-height: 40px;
	vertical-align: baseline;
	color: #d6a44d;
	font-size: 36px;
	font-family: 'GeoSlab703','Microsoft Yahei','Helvetica','Open Sans','SimSun';
}
.events-wrapper .events-nav {
	position: relative;
}
.events-wrapper .events-nav:after {
    content: '';
    display: block;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 2px;
    background: #EDEDED;
}
.events-wrapper .events-nav .row {
    display: block;
    position: relative;
    padding-top: 29px;
    text-align: center;
    cursor: pointer;
}
.events-wrapper .events-nav .year-wrapper {
	font-size: 18px;
	color: #d8dfe6;
}

.events-wrapper .events-nav .year {
	color: #d8dfe6;
	white-space: nowrap;
}
.events-wrapper .events-nav .dot {
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    border: 3px solid #E6E6E6;
    background: #F8F8F8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.events-wrapper .events-nav .line-vertical {
    position: absolute;
    top: 8px;
    left: 50%;
    z-index: 1;
    margin-left: -1px;
    width: 2px;
    height: 29px;
    text-indent: -9999px;
    background-color: #EDEDED;
}
.events-wrapper .events-items {
	padding-top: 20px;
}
.events-wrapper .events-items .list-wrapper {
	display: none;
}
.events-wrapper .events-items .list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 20px;
    padding: 30px 5vw;
	background-color: #F8F8F8;
}
.events-wrapper .events-items .column {
	width: 20%;
	min-width: 170px;
	padding: 0 10px;
    line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #d6a44d;
	white-space: nowrap;
}
.events-wrapper .events-items .info {
	width: 80%;
	color: #66686b;
	font-size: 14px;
}
.events-wrapper .events-items .info p {
	margin-bottom: 8px;
}

/*active*/
.events-wrapper .events-nav .active .year-wrapper,
.events-wrapper .events-nav .active .year {
    color: #d6a44d;
}
.events-wrapper .events-nav .active .dot {
    border-color: #d6a44d;
}
.events-wrapper .events-nav .active .line-vertical {
	background-color: #d6a44d;
}



/*--------------
* overview
----------------*/
.overview-wrapper .overview-items {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

/*title*/
.overview-wrapper .overview-title {
	display: inline-block;
	line-height: 40px;
	font-size: 30px;
	font-weight: normal;
	font-family: 'Noto Sans S Chinese', 'Microsoft Yahei','Helvetica','Open Sans','SimSun';
}
.overview-wrapper .title-en {
	display: block;
	font-family: 'Candara', 'Microsoft Yahei','Helvetica','Open Sans','SimSun';
	opacity: .42;
	filter: alpha(opacity=42);
}

/*line*/
.overview-wrapper .overview-show .overview-title:after,
.overview-wrapper .title-cn:before,
.overview-wrapper .title-cn:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 59px;
	height: 1px;
}
.overview-wrapper .title-cn:before,
.overview-wrapper .title-cn:after {
	opacity: .4;
	filter: alpha(opacity=40);
}
.overview-wrapper .title-cn:before {
	margin-right: 28px;
}
.overview-wrapper .title-cn:after {
	margin-left: 28px;
}

/*link*/
.overview-wrapper .link {
	display: block;
}

.overview-wrapper .overview-show,
.overview-wrapper .overview-right .list1 {
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
    -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;
}


/*left  show*/
.overview-wrapper .overview-show {
	display: block;
	width: 52.5%;
}
.overview-wrapper .overview-show .img-box {
	display: none;
	position: relative;
	z-index: 1;
}
.overview-wrapper .overview-show .img-box img {
	display: block;
	width: 100%;
}
.overview-wrapper .overview-show .content {
	position: relative;
	z-index: 2;
	padding: 45px;
}
.overview-wrapper .overview-show .overview-title {
	margin-bottom: 23px;
	color: #E6B053;
}
.overview-wrapper .overview-show .overview-title:after {
	margin-top: 15px;
	background-color: #8EAECE;
}
.overview-wrapper .overview-show .text {
	color: #F0FAFC;
	opacity: .72;
	filter: alpha(opacity=72);
}

/*right*/
.overview-wrapper .overview-right {
    width: 46.8%;
}
.overview-wrapper .overview-right .overview-title {
	position: relative;
    z-index: 3;
	color: #fff;
}
.overview-wrapper .overview-show .overview-title:after {
	display: block;
}
.overview-wrapper .overview-right .list {
	/*margin-top: 20px;*/
	/*padding: 66px 0;*/
	position: relative;
	padding: 6vh 0;
	margin-top: 1vh;
	text-align: center;
    -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;
}
.overview-wrapper .overview-right .list .pic-box,
.overview-wrapper .overview-right .list .bg-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow: hidden;
}
.overview-wrapper .overview-right .list .pic-box {
	opacity: 0;
	filter: alpha(opacity=0);
    -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;
}

/*list0*/
.overview-wrapper .overview-right .list0 {
	margin-top: 0;
}
.overview-wrapper .overview-right .list0 .title-cn:before,
.overview-wrapper .overview-right .list0 .title-cn:after {
	background-color: #fff;
}

/*list1*/
.overview-wrapper .overview-right .list1 .title-en {
	text-indent: -99999px;
}
.overview-wrapper .overview-right .list1 .title-cn:before,
.overview-wrapper .overview-right .list1 .title-cn:after {
	background-color: #fff;
}

/*list2*/
.overview-wrapper .overview-right .list2 .overview-title {
	color: #363738;
}
.overview-wrapper .overview-right .list2 .title-cn:before,
.overview-wrapper .overview-right .list2 .title-cn:after {
	background-color: rgb(70,75,81);
}


/*hover*/
.overview-wrapper .overview-right .list:hover {
	background-image: none !important;
}
.overview-wrapper .overview-right .list:hover .bg-box {
	opacity: 0;
	filter: alpha(opacity=0);
}
.overview-wrapper .overview-right .list:hover .pic-box {
	opacity: 1;
	filter: alpha(opacity=100);
}
.overview-wrapper .overview-right .list:hover .overview-title {
	color: #fff;
}
.overview-wrapper .overview-right .list:hover .title-cn:before,
.overview-wrapper .overview-right .list:hover .title-cn:after {
	background-color: #fff;
}



/* aboutDetail */
.aboutDetail-wrapper {}


.overview-column .title {
	margin: 0 40px;
}


/*--------------
* honor
----------------*/
.honor-wrapper {}
.honor-list {
	margin-top: 1%;
	font-size: 0;
}
.honor-list .rows {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.honor-list .item {
    width: 18.8%;
    margin-right: 1.5%;
    margin-top: 2%;
	background-color: #fff;
	border: 1px solid #E9E9E9;
}
.honor-list .item:nth-child(5n) {
	margin-right: 0;
}
.honor-list .link {
	display: block;
	text-align: center;
}
.honor-list .link .img-box {
	overflow: hidden;
}
.honor-list .link .img-box img {
	display: block;
	margin: 0 auto;
}
.honor-list .link .title {
	padding: 16px 10px;
	color: #767676;
	font-weight: bold;
	font-size: 14px;
}



/* popup */
.poptrox-popup {
	overflow: visible!important;
}
.poptrox-popup .closer {
	margin-right: -30px;
	text-indent: -9999px;
	background: url(../images/close.png) center no-repeat!important;
}
.poptrox-popup .caption {
	color: #363738;
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
}
.poptrox-popup .nav-previous,
.poptrox-popup .nav-next {
	width: 55px;
	height: 66px;
	margin-top: -33px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 55px 66px;
	background-size: 55px 66px;
}
.poptrox-popup .nav-previous {
	left: -31px;
	background-image: url(../images/prev.png);
}
.poptrox-popup .nav-next {
	right: -31px;
	background-image: url(../images/next.png);
}

/*--------------
* overviewShow
----------------*/
.overviewShow-wrapper {
    width: 79%;
    margin: 0 auto;
}
.overviewShow-items .row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
}
.overviewShow-items .items {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	margin-top: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
}
.overviewShow-items .items:nth-child(3n) {
	margin-right: 0;
}
.overviewShow-items .items .link {
	display: block;
	-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;
}
.overviewShow-items .items .img-box {
	overflow: hidden;
}
.overviewShow-items .items .img-box img {
	display: block;
	width: 100%;
	-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;
}
.overviewShow-items .items .title {
	padding: 18px 30px;
	font-size: 18px;
	color: #373738;
	-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;
}

/*hover*/
.overviewShow-items .items .link:hover img {
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.overviewShow-items .items .link:hover .title {
	color: #d6a44d;
}

.overview-pagination {
	margin-top: 30px;
}



/*--------------
* solution
----------------*/
.solution-wrapper {
	margin-top: 20px;
}

/*public*/
.solution-wrapper .items .link {
	display: block;
	position: relative;
	color: #fff;
	overflow: hidden;
}
.solution-wrapper .items .link .img-box {
	position: relative;
	width: 100%;
	z-index: 1;
	overflow: hidden;
}
.solution-wrapper .items .link .img-box img {
	display: block;
	width: 100%;
	-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;
}
.solution-wrapper .items .link .title {
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.solution-wrapper .items .link .desc {
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.solution-wrapper .items .link .content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 18px 7%;
    background: rgba(0,0,0,.6);
}
.solution-wrapper .items .link .content .info {
	width: 80%;
}
.solution-wrapper .items .link .content .more-btn .more {
	opacity: .4;
	filter: alpha(opacity=40);
	border: 1px solid #fff;
    background-image: url(../images/icon/icon_more_white.png);
}

.solution-wrapper .items .link:hover .more-btn .more {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*hover*/
.solution-wrapper .items .link:hover .img-box img {
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.solution-wrapper .solution-list .rows {
    display: flex;
    flex-wrap: wrap;
}
.solution-wrapper .solution-list .items:nth-child(1) {
    margin-top: 0;
}
/*banner*/

@media (min-width: 993px) {
	.solution-wrapper .solution-banner {
	    font-size: 0;
	}
	.solution-wrapper .solution-banner .items {
	    display: inline-block;
	    width: 13.5%;
	    overflow: hidden;
	}
	.solution-wrapper .solution-banner .gallery,
	.solution-wrapper .solution-banner .right-desc .img-box {
		position: relative;
		height: 49vh;
		float: left;
		overflow: hidden;
	}
	.solution-wrapper .solution-banner .gallery {
		width: 100%;
	}
	.solution-wrapper .solution-banner .right-desc {
		width: 100%;
	    opacity: 0;
	    filter: alpha(opacity=0);
	}
	.solution-wrapper .solution-banner .link .img-box {
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
	    -webkit-transition: all .3s ease-in-out;
	    -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	    -o-transition: all .3s ease-in-out;
	}

	.solution-wrapper .solution-banner .link .img-box img {
		display: none;
	}

	/*hover*/
	.solution-wrapper .solution-banner .link:hover .img-box {
		-webkit-background-size: 110% 110%;
		background-size: 110% 110%;
	}
	/*active*/
	.solution-wrapper .solution-banner .active {
	    width: 59.5%;
	}

	.solution-wrapper .solution-banner .active .gallery {
		width: 0;
	}
	.solution-wrapper .solution-banner .active .right-desc {
		width: 100%;
		opacity: 1;
	    filter: alpha(opacity=1);
	}

	/*list*/
	.solution-wrapper .solution-list {
		margin-top: 2%;
	}
	.solution-wrapper .solution-list .items {
		width: 32%;margin-right: 2%;margin-top: 2%;
	}
	.solution-wrapper .solution-list .items:nth-child(2),
	.solution-wrapper .solution-list .items:nth-child(3) {
		margin-top: 0;
	}
	.solution-wrapper .solution-list .items:nth-child(3n) {
		margin-right: 0;
	}
}






/*--------------
* contact
----------------*/
.contact-wrapper .content-wrapper {
	margin-top: 50px;
}
.contact-list {
	padding-top: 30px;
	padding-bottom: 40px;
	font-size: 0;
	border: 1px solid #E8E8E8;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.1);
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
}
.contact-list .item {
	display: inline-block;
	width: 25%;
	padding: 0 10px;
	text-align: center;
	font-size: 14px;
	color: #6e6e70;
}
.contact-list .item a {
	color: #6e6e70;
}
.contact-list .stress {
	display: inline-block;
	width: 95px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	font-family: 'Helvetica Narrow', 'Microsoft Yahei','Helvetica','Open Sans','SimSun';
	background-color: #D9A34C;
}
.contact-list .title {
	margin-top: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #373738;
}
.contact-list .info {
	line-height: 1.6;
}
.my-map {
	width: 100%;
	margin-top: 45px;
	border: 1px solid #E9E9E9;
}
.my-map,
.amap-container {
	height: 47vh;
}
.my-map #mapContainer .icon-cir {
    height: 31px;
    width: 28px;
    background: url(../images/icon/marker.png) no-repeat;
    cursor: pointer;
    background-position: -11px -55px;
}




/*--------------
* news
----------------*/
.news-items .items,
.news-items .items .news-title,
.news-items .items .news-desc,
.news-items .items .news-info {
    -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;
}
.news-items .items {
	font-size: 14px;
	border: 1px solid #E6E6E6;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.news-items .items .link {
	padding: 8px;
}
.news-items .items .news-info {
	position: relative;
	padding: 30px 20px;
    /*height: 33vh;*/
    min-height: 340px;
    /*overflow: hidden;*/
	border: 1px solid transparent;
}
.news-items .items .news-datetime {
	margin-bottom: 20px;
	color: #999;
}
.news-items .items .news-title {
	margin-bottom: 8px;
	color: #373738;
	font-size: 20px;
	font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-items .items .news-desc {
	color: #424242;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-items .items .more-btn {
	position: absolute;
    bottom: 30px;
    left: 20px;
}


/*hover*/
.news-items .items .link:hover .news-info {
	border-color: #7F8386;
}
.news-items .items .link:hover .news-title {
    color: #d6a44d;
}
.news-items .items .link:hover .news-desc {
	color: #f1f1f1;
}
.news-items .items:hover {
	background-color: #484D52;
}


/*--------------
* news detail
----------------*/
.newsdetail-wrapper {
	max-width: 900px;
	width: 92%;
	margin: 20px auto;
	overflow: hidden;
}
.newsdetail-wrapper .newsdetail-overview {
	padding: 20px 55px;
	border-top: 1px solid #484D52;
	border-bottom: 1px solid #E8E8E8;
	background-color: #F8F8F8;
}
.newsdetail-wrapper .column-font28 {
	text-align: left;
}
.newsdetail-wrapper .column-font28:after {
	display: none;
}
.newsdetail-wrapper .newsdetail-time {
	margin-top: 5px;
	color: #848484;
}
.newsdetail-wrapper .content-wrapper {
	margin-top: 0;
	padding: 50px 40px 50px 70px;
	color: #7a7c80;
}
.newsdetail-wrapper .newsdetail-control {
	position: relative;
	padding-right: 120px;
	color: #7a7c80;
	font-size: 14px;
}
.newsdetail-wrapper .newsdetail-control a {
	color: #7a7c80;
    -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;
}
.newsdetail-wrapper .newsdetail-control .rows li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsdetail-wrapper .newsdetail-control .rows li:nth-child(2) {
	margin-top: 8px;
}
.newsdetail-wrapper .newsdetail-control .return-icon {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-left: 25px;
	background: url(../images/icon/return_icon.png) left center no-repeat;
	-webkit-background-size: 18px 18px;
	background-size: 18px 18px;
	cursor: pointer;
}

.newsdetail-wrapper .newsdetail-control a:hover {
	color: #D6A44D;
}





/*--------------
* search
----------------*/
.searchResult-wrapper .searchResult-count {
    padding: 20px 0;
	color: #373738;
	font-weight: normal;
	border-bottom: 1px solid #DADADA;
	background-color: #F8F8F8;
}
.searchResult-wrapper .searchResult-count:after {
	display: none;
}

.searchResult-wrapper .searchResult-nav {
	font-size: 0;
}
.searchResult-wrapper .searchResult-nav .tabs {
	display: inline-block;
	margin-right: 40px;
}
.searchResult-wrapper .searchResult-nav .tabs a {
	position: relative;
	display: block;
	padding-bottom: 16px;
	line-height: 40px;
	color: #373738;
	font-size: 36px;
}
.searchResult-wrapper .searchResult-nav .tabs span:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 48px;
	height: 3px;
	background: transparent;
}

/*active*/
.searchResult-wrapper .searchResult-nav .active a {
	font-weight: bold;
}
.searchResult-wrapper .searchResult-nav .active span:after {
	background-color: #D6A44D;
}

/*searchProduct*/
.searchProduct-wrapper .productlist-wrapper .item {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    margin-top: 2%;
}
.searchProduct-wrapper .productlist-wrapper .item:nth-child(3n) {
    margin-right: 0;
}




/*--------------
* events
----------------*/







/* ---------------------------------------------------------------------------------------
media ipad phone
---------------------------------------------------------------------------------------*/

@media (min-width: 993px) {
	#site-footer .footer-attention .lists .text-phone {
		display: none;
	}
	.site-banner .gallery {
		position: relative;
		left: auto;
		top: auto;
		height: auto;
		background-image: none !important;
	}
	.site-banner .content {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 1366px) and (min-width: 1200px) {
	.column-font42 {
		font-size: 32px;
	}
	.arrow-left-swiper, .arrow-right-swiper {
		width: 35px;
		height: 70px;
	}

	.column-font24,
	#site-footer .footer-info .ask,
	#site-footer .footer-attention .lists .text {
		font-size: 18px;
	}

	.column-font28,
	.site-overview .items h3,
	.site-product .title,
	.site-news .news-list .title {
		font-size: 20px;
	}

	/*---------------- inner -----------------*/
	.site-banner .title {
		font-size: 30px;
	}
	.font18 {
		font-size: 16px;
	}

	/*overview*/
	.overview-wrapper .overview-title {
	    line-height: 30px;
		font-size: 24px;
	}
	
	/*overviewShow*/
	.overviewShow-items .items .title {
	    padding: 12px 18px;
		font-size: 16px;
	}
	.overviewShow-items .items,
	.overview-pagination {
		margin-top: 20px;
	}
	.searchResult-wrapper .searchResult-nav .tabs a {
		font-size: 32px;
	}

}

@media (max-width: 1366px) {

	/*---------------- home -----------------*/
	/*overview*/
	.site-overview .items {
		padding-left: 30px;
		padding-right: 30px;
	}
	.site-overview .items h3 {
		margin-top: 20px;
	}
	.site-overview .items .more-btn {
		left: 30px;
		bottom: 30px;
	}
	
	/*product*/
	.site-product .info-content .icon-bg {
		width: 40px;
		height: 40px;
	}
	.site-product .info-content .words {
	    padding: 0 6px;
	    height: 40px;
		line-height: 38px;
		font-size: 12px;
	}
	
	/*---------------- inner -----------------*/
	.padding-bottom90 {
		padding-bottom: 50px;
	}
	.padding-top50 {
		padding-top: 30px;
	}
	/*---total---*/
	.menu-column-total .title {
		margin: 0 18px;
	}

	.overview-column .title {
		margin: 0 30px;
	}

	/*product*/
	.product-filter .choose {
		height: 46px;
		line-height: 44px;
	}
	.product-filter select {
		height: 42px;
	}
	.product-column-total .title a,
	.productlist-wrapper .link .title {
		font-size: 16px;
	}

	/*aboutlist*/
	.aboutlist-wrapper .item {
		margin-top: 40px;
	}
	

}

@media (max-width: 1199px) and (min-width: 993px) {
	/*---product---*/
	.productlist-wrapper .item {
		width: 32%;
		margin-right: 2%;
		margin-top: 2%;
	}
	.productlist-wrapper .item:nth-child(4n) {
		margin-right: 2%;
	}
	.productlist-wrapper .item:nth-child(3n) {
		margin-right: 0;
	}

	/*news*/
	.news-items .items .news-title {
		font-size: 16px;
	}
}
@media (max-width: 1199px) {
	.arrow-left-swiper, .arrow-right-swiper {
	    width: 20px;
	    height: 40px;
	}
	.more-btn {
		width: 40px;
		height: 40px;
	}
	.column-font42 {
		line-height: 40px;
		font-size: 24px;
	}
	.site-column .more-column {
		height: 40px;
	}
	.site-column .more-column .words {
		width: 90px;
		line-height: 40px;
	}

	/*header*/
	#site-header .menu .menu-item {
		margin: 0 10px;
	}
	.search-wrapper {
	    margin-left: 26px;
	}
	
	/*footer*/
	#site-footer .footer-info .ask,
	#site-footer .footer-attention .lists .text {
		font-size: 16px;
	}

	.column-font24,	.site-overview .items h3, .site-product .title, .site-news .news-list .title {
	    font-size: 16px;
	}
	
	/*---------------- home -----------------*/
	.site-advbg {
		height: 260px;
	}

	.site-product .title, .site-product .info-content {
	    padding: 0;
	}

	/*---------------- inner -----------------*/
	.padding-bottom90 {
		padding-bottom: 30px;
	}
	.column-font28 {
		font-size: 18px;
	}
	.column-font28:after {
		margin-top: 8px;
	}
	.site-banner .content {
		padding: 10vh 0;
	}
	.site-banner .title {
		font-size: 22px;
		line-height: 1.6;
	}
	.site-banner .submenu-wrapper {
		margin-top: 8px;
	}
	
	/*---product---*/
	.product-column-total .title a {
		padding: 0 14px;
		font-size: 16px;
	}

	/*overview*/
	.overview-wrapper .overview-title {
	    line-height: 1.6;
		font-size: 18px;
	}
	
	/*overviewShow*/
	.overviewShow-wrapper {
		width: 100%;
	}

	/*solution*/
	.solution-wrapper .items .link .content {
		padding: 10px 15px;
	}
	.solution-wrapper .items .link .title {
		margin-bottom: 5px;
		font-size: 16px;
	}
	.solution-wrapper .items .link .content .more-btn {
		margin-top: 5px;
	}
	
	/*search*/
	.searchResult-wrapper .searchResult-nav .tabs {
		margin-right: 30px;
	}
	.searchResult-wrapper .searchResult-nav .tabs a {
		padding-bottom: 10px;
		line-height: 28px;
		font-size: 20px;
	}
	.searchResult-wrapper .searchResult-nav .tabs span:after {
		width: 25px;
	}
}

@media (max-width: 992px) and (min-width: 768px) {
}

@media (max-width: 992px) {

	.containerw80,
	.containerw780 {
		width: 92%;
	}
	/* header */
	.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
		background: rgba(0,0,0,.3);
	}
	.mm-panel_opened-parent {
	    -webkit-transform: translate(-100%,0);
	    -ms-transform: translate(-100%,0);
	    transform: translate(-100%,0);
	    -webkit-transform: translate3d(-100%,0,0);
	    transform: translate3d(-100%,0,0);
	}
	#site-header .menu {
		display: none;
	}
	.hamburger {
		display: block;
		opacity: 1;
	}
	#menu-header {
		z-index: 999;
		background: #fff;
	}
	#site-header,
	.headerH {
		height: 58px;
	}
	#site-header .site-header-menu {
		display: none;
	}
	#site-header .site-header-bar {
		height: 58px;
		padding-bottom: 10px;
	}
	#site-header .site-logo {
		margin-top: 6px;
	}
	#site-header .site-logo img {
	    height: 42px;
	}
	
	/* search */
	.search-wrapper {
	    margin-left: 0;
	    margin-right: 40px;
	}

	.search-wrapper .searchwtr .searchkey {
		width: 100%;
	}
	.search-wrapper .searchwtr .list {
		width: 85%;
		top: 56px;
    	left: 25px;
	}
	.search-wrapper .searchwtr {
		display: none;
	    position: fixed;
	    top: 58px;
	    left: 0;
	    z-index: 5;
	    width: 100%;
	    margin-top: 0;
	    padding: 20px 4%;
	    background-color: #fff;
	    border-top: 1px solid #e6e6e6;
	}
	.search-wrapper .btns-search {
		right: 4%;
		top: 20px;
	}
	.search-wrapper .search-key,
	.search-wrapper .search-key.addwidth {
		width: 100%;
	}
	.search-wrapper .search-icon {
		display: block;
	    z-index: 5;
	    width: 50px;
	    height: 36px;
	    margin-top: 10px;
	    background-image: url(../images/icon/search_icon.png);
	    -webkit-background-size: 18px 18px;
	    background-size: 18px 18px;
	    background-position: center;
	    background-repeat: no-repeat;
	}



	/* footer */
	#site-footer .footer-box {
		padding-top: 20px;
		padding-bottom: 20px;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#site-footer .footer-info {
		display: block;
		width: 100%;
		padding: 0;
	}
	#site-footer .footer-info .lists,
	#site-footer .footer-attention .lists .text-pc {
		display: none;
	}
	#site-footer .footer-attention {
		display: block;
		width: 100%;
		margin-top: 20px;
	}
	#site-footer .footer-attention .lists {
		margin-top: 0;
	}
	#site-footer .footer-attention .lists .text-phone {
		margin-left: 18px;
	}
	#site-footer .footer-attention .lists .weixin {
		margin-left: 0;
	}
	#site-footer .footer-copyright {
		padding: 10px 0;
	}

	/*---------------- home ----------------*/
	.site-banner .mouse-icon {
		display: none;
	}
	.site-overview .items {
		width: 50%;
	}
	.site-product, .site-news {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.site-product .arrow-left-swiper {
		left: 0;
	}
	.site-product .arrow-right-swiper {
		right: 0;
	}

	/*---------------- inner ----------------*/

	.inner-wrapper .content-wrapper {
		margin-top: 20px;
	}
	.site-banner .gallery img {
		display: none;
	}
	.site-banner .content {
		padding: 6vh 0 10vh;
	}
	.site-banner .submenu-wrapper .item a {
		font-size: 14px;
	}

	/* public */
	.site-menu-column .title {
		width: 25%;
		padding-right: 15px;
	}
	.site-menu-column .title a {
		height: auto;
		padding: 5px 0;
		line-height: 1.6;
		font-size: 14px;
		text-align: center;
	}

	/*---total---*/
	.menu-column-total {
		padding-top: 8px;
	}
	.menu-column-total .title-wrapper {
		text-align: left;
	}
	.menu-column-total .title {
		margin: 0;
		margin-bottom: 8px;
	}
	.menu-column-total .title a:hover span:after,
	.menu-column-total .title.active span:after {
		width: 0;
	}
	.menu-column-total .title a:hover,
	.menu-column-total .title.active a {
		color: #fff;
		background: #d6a44d;
	}
	
	.inner-wrapper {
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.pagination {
		font-size: 12px;
	}
	.pagination a {
		padding: 0 5px;
	}

	/*---product---*/
	.product-filter {
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 20px;
	}
	.product-filter .filter-wrapper {
		font-size: 14px;
	}
	.product-filter .choose {
		height: 36px;
		line-height: 34px;
	}
	.product-filter select {
		height: 32px;
	}

	.productlist-wrapper .rows {
		padding-top: 0;
	}
	.productlist-wrapper .item,
	.searchProduct-wrapper .productlist-wrapper .item {
		width: 48%;
		margin-right: 4%;
		margin-top: 4%;
	}
	.productlist-wrapper .item:nth-child(4n),
	.searchProduct-wrapper .productlist-wrapper .item:nth-child(4n),
	.searchProduct-wrapper .productlist-wrapper .item:nth-child(3n) {
		margin-right: 4%;
	}
	.productlist-wrapper .item:nth-child(2n),
	.searchProduct-wrapper .productlist-wrapper .item:nth-child(2n) {
		margin-right: 0;
	}
	.productlist-wrapper .link .content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.productlist-pagination {
		margin-top: 20px;
	}
	
	/*prodetail*/
	.prodetail-wrapper {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	
	/*aboutlist*/
	.aboutlist-wrapper .item {
		margin-top: 20px;
	}
	.aboutlist-wrapper .link .info {
		margin-top: 15px;
	}
	.aboutlist-wrapper .link .title {
		font-size: 16px;
	}
	.aboutlist-wrapper .link .desc {
		margin-bottom: 20px;
	}

	/*service*/
	.service-wrapper .item {
		width: 24%;
	    margin-right: 1.333%;
	}
	.service-wrapper .item:nth-child(5n) {
	    margin-right: 1.333%;
	}
	.service-wrapper .item:nth-child(4n) {
	    margin-right: 0;
	}

	/*events*/
	.events-wrapper {
		margin-top: 20px;
	}
	.events-wrapper .events-items {
		padding-top: 0;
	}
	.events-wrapper .year {
		font-size: 30px;
	}
	.events-wrapper .events-nav .year-wrapper,
	.events-wrapper .events-items .column {
		font-size: 14px;
	}
	.events-wrapper .events-items .column {
		min-width: 120px;
	}
	.events-wrapper .events-items .list {
		padding: 20px;
	}
	
	/*overview*/
	.overview-wrapper {
		margin-top: 0;
	}

	/*overviewShow*/
	.overviewShow-items .items,
	.overviewShow-items .items:nth-child(3n) {
		width: 48%;
		margin-right: 4%;
		margin-top: 20px;
	}
	.overviewShow-items .items:nth-child(2n) {
		margin-right: 0;
	}
	.overviewShow-items .items .title {
		padding: 8px;
		font-size: 14px;
	}
	.overview-pagination {
		margin-top: 20px;
	}
	
	/*solution*/
	.solution-wrapper .items {
		margin-top: 20px;
	}
	.solution-wrapper .solution-list .rows {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.solution-wrapper .solution-banner .gallery {
		display: none;
	}
	.solution-wrapper .solution-banner .items .link .img-box {
		background-image: none !important;
	}

	/*contact*/
	.my-map {
		margin-top: 20px;
	}
	.contact-list {
		padding-top: 0;
		padding-bottom: 20px;
	}
	.contact-list .item {
		width: 50%;
		margin-top: 20px;
	}
	.contact-list .title {
		margin-top: 15px;
	}
	.my-map, .amap-container {
		height: 300px;
	}

	/*news*/
	.news-items .items .news-info {
		padding-top: 20px;
		padding-bottom: 20px;
		min-height: 280px;
	}
	.news-items .items .news-datetime {
		margin-bottom: 15px;
	}
	.news-items .items .news-title {
		font-size: 14px;
	}
	.news-items .items .more-btn {
		bottom: 20px;
	}
	
	/*newsdetail*/
	.newsdetail-wrapper {
		margin-top: 0;
		margin-bottom: 0;
	}
	.newsdetail-wrapper .newsdetail-overview,
	.newsdetail-wrapper .content-wrapper {
		padding: 20px;
		margin-top: 0;
	}

	.poptrox-popup .closer {
		right: -10px !important;
	}
}

@media (max-width: 767px) {
	.mm-navbar {
		padding: 0 20px;
	}
	.column-font42 {
		font-size: 20px;
	}
	.font18 {
		font-size: 14px;
	}
	#backtop {
		right: 20px;
		bottom: 20px;
	    width: 50px;
    	height: 35px;
	}
	
	/*footer*/
	#site-footer .footer-info .ask, #site-footer .footer-attention .lists .text {
	    font-size: 14px;
	}
	#site-footer .footer-info .ask,
	#site-footer .footer-attention .lists .text {
		font-size: 14px;
	}
	#site-footer .footer-info .ask {
		text-align: center;
	}
	#site-footer .footer-attention .lists .text-phone {
		display: none;
	}
	#site-footer .footer-attention .lists .weixin {
		margin: 0 auto;
	}

	/*---------------- home ----------------*/
	.site-overview .items {
		width: 100%;
		height: 250px;
		padding: 20px;
	}
	.site-overview .items .more-btn {
	    left: 20px;
	    bottom: 20px;
	}
	.site-overview .items0,
	.site-overview .items1:before {
		display: none;
	}

	.site-advbg {
		height: 160px;
	}
	.site-product .info-content {
		display: none;
	}
	.site-product .title {
		text-align: center;
	}
	.site-product .arrow-left-swiper, .site-product .arrow-right-swiper {
		display: none;
		top: 35%;
	}
	.site-news .news-items {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.site-news .news-list {
		width: 100%;
		margin-top: 20px;
		margin-right: 0;
	}
	.site-news .news-list .info {
		padding: 20px;
	}
	.site-news .news-list .more-btn {
		display: none;
		margin-top: 15px;
	}

	/*---------------- inner ----------------*/
	.site-banner .title {
		font-size: 18px;
	}

	/*---total---*/
	.site-menu-column .title {
		width: 33%;
		padding-right: 8px;
	}

	.product-filter .filter-wrapper {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.product-filter .choose {
		width: 100%;
		margin-top: 10px;
	}
	.product-filter .size-filter {
		margin-top: 0;
	}
	.product-filter .size-filter, .product-filter .type-filter {
		margin-right: 0;
	}

	/*aboutlist*/
	.aboutlist-wrapper {
		padding-bottom: 0;
	}
	.aboutlist-wrapper .content {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.aboutlist-wrapper .item {
		width: 100%;
		margin-top: 20px;
		margin-right: 0;
	}
	.aboutlist-wrapper .link .desc {
		margin-bottom: 0;
	}
	.aboutlist-wrapper .link .more-btn {
		display: none;
		margin-top: 15px;
	}
	
	/*service*/
	.service-wrapper .item {
		width: 32%;
	    margin-right: 2%;
	}
	.service-wrapper .item:nth-child(5n),
	.service-wrapper .item:nth-child(4n) {
	    margin-right: 2%;
	}
	.service-wrapper .item:nth-child(3n) {
	    margin-right: 0;
	}

	/*events*/
	.events-wrapper .year {
		font-size: 26px;
	}
	.events-wrapper .events-items .list {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.events-wrapper .events-items .column {
		min-width: 1px;
		width: 100%;
		padding: 0;
		text-align: left;
	}
	.events-wrapper .events-items .info {
		width: 100%;
		margin-top: 10px;
	}

	/*overview*/
	.overview-wrapper .overview-items {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.overview-wrapper .overview-show,
	.overview-wrapper .overview-right {
		width: 100%;
	}
	.overview-wrapper .overview-show .content {
		padding: 20px 20px 30px;
	    background-color: rgba(0,0,0,.2);
	}
	.overview-wrapper .overview-show .overview-title {
		margin-bottom: 10px;
	}
	.overview-wrapper .overview-show .overview-title:after {
		margin-top: 8px;
	}
	.overview-wrapper .overview-show .text {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.overview-wrapper .overview-right .list {
		margin-top: 15px;
		padding: 20px 0;
	}
	
	/*honor*/
	.honor-list {
		margin-top: 10px;
	}
	.honor-list .item,
	.honor-list .item:nth-child(5n) {
		width: 48%;
		margin-right: 4%;
		margin-top: 20px;
	}
	.honor-list .item:nth-child(2n) {
		margin-right: 0;
	}
	.honor-list .link .title {
		font-size: 12px;
	}

	/*search*/
	.searchResult-wrapper .searchResult-nav .tabs {
		margin-right: 30px;
	}
	.searchResult-wrapper .searchResult-nav .tabs a {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.site-banner .submenu-wrapper .item {
		padding: 0 12px;
	}

	/*---product---*/
	.productlist-wrapper .rows {
		padding-top: 0;
	}
	.productlist-wrapper .item,
	.searchProduct-wrapper .productlist-wrapper .item {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}
	.productlist-wrapper .item:nth-child(4n),
	.productlist-wrapper .item:nth-child(2n),
	.searchProduct-wrapper .productlist-wrapper .item:nth-child(4n),
	.searchProduct-wrapper .productlist-wrapper .item:nth-child(3n),
	.searchProduct-wrapper .productlist-wrapper .item:nth-child(2n) {
		margin-right: 0;
	}
	.productlist-wrapper .link .title {
		font-size: 14px;
	}
	.productlist-wrapper .link .desc {
		padding-left: 22px;
		font-size: 12px;
		-webkit-background-size: 15px 15px;
		background-size: 15px 15px;
	}

	/*overviewShow*/
	.overviewShow-items .items,
	.overviewShow-items .items:nth-child(3n),
	.overviewShow-items .items:nth-child(2n) {
		width: 100%;
		margin-right: 0;
	}

	/*contact*/
	.contact-list .item {
		width: 100%;
	}
	.contact-list .title {
		margin-top: 10px;
	}
	.my-map, .amap-container {
		height: 240px;
	}

	/*news*/
	.news-items .items .news-info {
		min-height: 10px;
		height: auto;
	}
	.news-items .items .more-btn {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: 15px;
	}

	/*newsdetail*/
	.newsdetail-wrapper .newsdetail-control {
		padding-right: 0;
		padding-bottom: 30px;
	}

	.poptrox-popup .nav-previous,
	.poptrox-popup .nav-next {
		width: 35px;
		height: 42px;
		margin-top: -21px;
		-webkit-background-size: 35px 42px;
		background-size: 35px 42px;
	}
	.poptrox-popup .nav-previous {
		left: -16px;
	}
	.poptrox-popup .nav-next {
		right: -16px;
	}
	.poptrox-popup .closer {
		-webkit-background-size: 25px 25px !important;
		background-size: 25px 25px !important;
	}

}
@media (max-width: 360px) {
	.site-menu-column .title {
		width: 50%;
	}
	.site-banner .submenu-wrapper .item {
		padding: 0 8px;
	}

	/*service*/
	.service-wrapper .item {
		width: 49%;
	    margin-right: 2%;
	}
	.service-wrapper .item:nth-child(5n),
	.service-wrapper .item:nth-child(4n),
	.service-wrapper .item:nth-child(3n) {
	    margin-right: 2%;
	}
	.service-wrapper .item:nth-child(2n) {
	    margin-right: 0;
	}
}


/* baidu share */
/* image */
.sr-bdimgshare {
	display: none!important;
}
/* select words */
.bdselect_share_bg, .bdselect_share_box {
	display: none!important;
}

#bdshare_weixin_qrcode_dialog {
	width: 255px!important;
	height: 320px!important;
}

.home-banner .video-box {
	display: none;
	position: relative;
}
.home-banner .video-box .video-list {
	width: 100%;
}

.home-banner .words-content {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0,0,0, .5);
}
.home-banner .words-content .box-wr {
	width: 75%;
	margin: 0 auto;
	margin-top: 12%;
}
.home-banner .words-content .box-wr .wr-content {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	/*padding-left: 25px;*/
}
.home-banner .words-content .box-wr .wr-title {
	margin-bottom: 25px;
	font-size: 50px;
	font-weight: bold;
}
.home-banner .words-content .box-wr .wr-info {
	font-size: 16px;
	/*background-color: #254a88;*/
}

@media (min-width: 993px) {
	.home-banner .show-gallery {
		display: none;
	}
	.home-banner .video-box {
		display: block;
	} 

}

@media (max-width: 1366px) and (min-width: 1200px) {
	.home-banner .words-content .box-wr .wr-title {
		font-size: 42px;
	}
}

@media (max-width: 1199px) {
	.home-banner .words-content .box-wr .wr-title {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.home-banner .words-content .box-wr .wr-title {
		font-size: 24px;
	}
}



.searchwtr .buttonkey,
.searchwtr .list .it .lk,
.product-filter22 .xzbtn,
.product-filter22 .xzbtn::after,
.product-filter22 .xzlist .slist .w {
	transition: all .3s ease-out;
}


.searchwtr {
	position: relative;
	z-index: 5;
}
.searchwtr .searchkey,
.searchwtr .buttonkey {
	height: 36px;
}
.searchwtr .btr {
	display: flex;
}
.searchwtr .searchkey,
.searchwtr .list {
	width: 200px;
}
.searchwtr .searchkey,
.searchwtr .list .it .lk {
	display: block;
	padding: 0 10px;
}
.searchwtr .searchkey {
	border: 1px solid #E6E6E6;
}
.searchwtr .buttonkey {
	width: 50px;
	color: #fff;
	border: none;
	outline: none;
	background: #999;
}
.searchwtr .list {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}
.searchwtr .xxlt {
	max-height: 200px;
    overflow: auto;
	padding-bottom: 10px;
	border: 1px solid #E6E6E6;
	background-color: #fff;
}
.searchwtr .list .it {
	margin-top: 6px;
}

.hasScroll::-webkit-scrollbar-track-piece {width: 4px;background-color: #fff;}
.hasScroll::-webkit-scrollbar {width: 4px;background-color: rgba(0, 0, 0, .4);}
.hasScroll::-webkit-scrollbar-thumb {width: 4px;background-color: rgba(0, 0, 0, .4);}
.hasScroll::-webkit-scrollbar-thumb:hover {width: 4px;background-color: rgba(0, 0, 0, .4);}


.searchwtr .buttonkey:hover {
	background: #d6a44d;
}

.product-filter22 {
	position: relative;
	z-index: 2;
	margin-top: 60px;
	margin-bottom: 20px;
}
.product-filter22 .xzlist {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E6E6E6;
}
.product-filter22 .xzlist .textm {
	display: flex;
}
.product-filter22 .xzlist:first-child {
	margin-top: 0;
}
.product-filter22 .xzlist .tit {
	padding-right: 10px;
	white-space: nowrap;
	color: #373738;
	font-weight: bold;
}
.product-filter22 .xzlist .slist {
	flex: 1;
	/* transition: all .3s ease-out; */
}
.product-filter22 .xzlist.maxheight .slist {
	overflow: hidden;
}
.product-filter22 .xzlist .slist .w {
	display: inline-block;
	margin-right: 50px;
	cursor: pointer;
}
.product-filter22 .xzbtn {
	display: none;
	position: relative;
	width: 50px;
	height: 30px;
	font-size: 0;
	cursor: pointer;
}
.product-filter22 .xzbtn,
.product-filter22 .xzlist,
.product-filter22 .xzbtn::before {
	line-height: 30px;
	font-size: 16px;
}
.product-filter22 .xzbtn::before {
	content: '更多';
}
.product-filter22 .xzbtn::after {
	content: '';
	position: absolute;
	top: 8px;
    left: 36px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #6b6b6b;
    border-right: 1px solid #6b6b6b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.product-filter22 .xzbtn.active::before {
	content: '收起';
}
.product-filter22 .xzbtn:hover::after,
.product-filter22 .xzbtn.active::after {
	border-color: #d6a44d;
}
.product-filter22 .xzbtn.active::after {
    top: 12px;
    transform: rotate(225deg);
}

.searchwtr .list .it .lk:hover,
.product-filter22 .xzlist .slist .w:hover,
.product-filter22 .xzlist .slist .w.active,
.product-filter22 .xzbtn:hover,
.product-filter22 .xzbtn.active {
	color: #d6a44d;
}

.product-filter22 .xzlist.sizewt .slist .w {
    width: 80px;
    white-space: nowrap;
}

@media (min-width: 993px) {
	.inner-wrapper .searchwtr {
		position: absolute;
		right: 0;
		top: 20px;
		z-index: 5;
	}
	.product-filter22 .xzbtn {
		width: 56px;
	}
	.product-filter22 .xzbtn::after {
		left: 42px;
	}
	.product-filter22 .xzlist.maxheight .slist {
		max-height: 30px;
	}
	.product-filter22 .xzlist.autoheight .slist {
		max-height: 300px !important;
	}
}
@media (max-width: 1199px) {}
@media (max-width: 992px) {
	.searchwtr {
		margin-top: 30px;
	}
	.product-filter22 {
		margin-top: 20px;
	}
	.product-filter22 .xzlist .slist .w {
		margin-right: 20px;
	}
	.product-filter22 .xzlist.maxheight .slist {
		max-height: 60px;
	}
	.product-filter22 .xzlist.autoheight .slist {
		max-height: none !important;
	}
}
@media (max-width: 767px) {}








