/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
	/* 1 */
	/*line-height: 1.15;*/
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 3 */
	-webkit-text-size-adjust: 100%;
	/* 3 */
}

* {
	font-family: 'HONORSans-Regular';
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers (opinionated).
 */


/* body,html,div,ul,ol,li,h1,h2,h3,h4,h5,p {
  margin: 0;
  padding: 0;
}
 */


/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
	/* 1 */
	display: block;
}


/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	/* 1 */
	font-size: 1em;
	/* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}


/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a {
	text-decoration: none;
}

a:active,
a:hover {
	outline-width: 0;
	text-decoration: none;
}


/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}


/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	/* 1 */
	font-size: 1em;
	/* 2 */
}


/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}


/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ff0;
	color: #000;
}


/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */


/*audio,
video {
	display: inline-block;
}*/


/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}


/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}


/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

button,
input,
optgroup,
select,
textarea {
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}


/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],

/* 1 */

[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}


/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}


/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}


/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
	overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}


/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,

/* 1 */

menu {
	display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}


/* Scripting
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}


/**
 * Add the correct display in IE.
 */

template {
	display: none;
}


/* Hidden
   ========================================================================== */


/**
 * Add the correct display in IE 10-.
 */

[hidden] {
	display: none;
}


/*myreset*/

* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* ul,
li {
	list-style: none;
} */

*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

a:focus {
	-moz-outline-style: none;
	/* FF */
}

img,
input {
	border: 0;
}

input,
textarea,
select,
* {
	border: 0;
	outline: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a div,
a span {
	cursor: pointer;
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	/* IE Opera */
	outline: none;
	/* FF Opera */
}

ol,
ul,
li,
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

input,
img,
textarea {
	border: none;
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}

body {
	background: #fff;
	overflow-x: hidden;
	font-size: 16px;
}

.clear {
	clear: both;
}

@font-face {
	font-family: 'HONORSans-Medium';
	src: url('../font/HONORSans-Medium.TTF') format('truetype');
}

@font-face {
	font-family: 'HONORSans-Light';
	src: url('../font/HONORSans-Light.TTF') format('truetype');
}
@font-face {
	font-family: 'HONORSans-Regular';
	src: url('../font/HONORSans-Regular.TTF') format('truetype');
}
@font-face {
	font-family: 'HONORSans-Heavy';
	src: url('../font/HONORSans-Heavy.TTF') format('truetype');
}

video,
img {
	display: inline;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.shu16 table {
	border-collapse: 0;
	border-spacing: 1px;
	background: #ddd;
}

.shu16 td,
.shu16 th {
	padding: 5px;
	background: #fff;
}

.shu16 {
	line-height: 36px;
	color: #1a1a1a;
	font-size: 16px;
}

.shu14 {
	line-height: 30px;
	color: #434955;
	font-size: 14px;
}

.shu12 {
	line-height: 26px;
	color: #434955;
	font-size: 12px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.font16 {
	line-height: 34px;
	font-size: 16px;
	color: #000;
}

.font14 {
	line-height: 28px;
	font-size: 14px;
	color: #454545;
}

.logo {
	display: block;
	position: relative;
}

.top-navk {
	display: block;
	position: absolute;
	/* left: 0; */
	top: 0;
	width: 100%;
	height: auto;
	z-index: 99;
	background-size: auto 100% !important;
}

.hbg {
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 21;
}

.top-headk {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 23;
	width: 100%;
	padding: 0;
	height: 90px;
	background-color: #fff;
	box-shadow: 0 22px 25px rgba(163,145,98,0.2);
}

.top-headxk {
	display: block;
	position: relative;
	z-index: 3;
	padding: 0;
	margin: 0 auto;
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

.top-headxk,
.hr-top {
	height: 90px;
}

.navk {
	display: inline-block;
	vertical-align: top;
}

.nav-xt {
	position: absolute;
	left: 50%;
	width: 0;
	height: 3px;
	bottom: 0;
	background: #fdd000;
}

.navk li {
	display: block;
	float: left;
	position: relative;
	/* padding: 1px; */
}

.navk li>a {
	display: block;
	padding: 20px 24px;
	position: relative;
	line-height: 50px;
	font-size: 16px;
	color: #000;
}

.navk li>a,
.navk li>a:visited {
	color: #000;
}

.top-headk2 .navk li>a,
.top-headk2 .navk li>a:visited {
	color: #000;
}

.navFix {
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(8px);
	position: fixed;
	z-index: 99;
	top: 0;
}

.navk li.on .nav-xt,
.navk li:hover .nav-xt {
	width: 66px;
	transform: translateX(-50%);
	background-color: #a39162;
}

.navFix .navk li:hover .nav-xt,
.navFix .navk li.on .nav-xt,
.top-headk2 .navk li:hover .nav-xt,
.top-headk2 .navk li.on .nav-xt {
	width: 66px;
	transform: translateX(-50%);
	background-color: #a39162;
}

.navk li:hover>a,
.navk li.on>a,
.navk li.active>a {
	color: #a39162;
}

.navFix .top-headbg {
	height: 0;
}

.logoh {
	background: url(../images/logo1.png) center left no-repeat;
	background-size: auto 100% !important;
}

.top-headk2 .logoh,
.navFix .logoh {
	background: url(../images/logo2.png) center left no-repeat;
	background-size: auto 100% !important;
}


.navFix .navk li>a,
.navFix .navk li>a:visited {
	color: #000;
}

.navFix .navk li:hover>a,
.navFix .navk li.on>a,
.navFix .navk li.active>a,
.top-headk2 .navk li:hover>a,
.top-headk2 .navk li.on>a,
.top-headk2 .navk li.active>a {
	color: #a39162;
}
.top-yyk{
	display: block;
	padding-top: 28px;
}
.top-yyk a{
	display: block;
	float: left;
	margin-left: 6px;
	width: 35px;
	height: 35px;
	border: 1px solid #a39162;
	text-align: center;
	line-height: 33px;
	color:#a39162;
}
.top-yyk a.on, .top-yyk a:hover{
	background-color: #a39162;
	color: #fff;
}
/*  */
.pcnav.navi {}

.pcnav .navi_content {
	width: 200px;
	display: none;
	padding: 0 3%;
	position: absolute;
	top: 86px;
	left: calc(50% - 100px);
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(35, 40, 122, 0.17);
	border-top: 0;
	text-align: center;
	box-shadow: 0 0 24px rgba(35, 40, 122, 0.17);
	z-index: 99;
	padding: 5px;
	border-radius: 6px;
}

.navi_content a {
	display: block;
	border-bottom: 1px solid #ddd;
	line-height: 56px;
	font-size: 16px;
	color: #000;
	float: none;
}

.navi_content a:last-child {
	border-bottom: 0;
}

.navi_content a:hover {
	color: #a39162;
}

.navContent {
	display: none;
	border-bottom: 1px solid #e5e3da;
	padding: 0 10px;
}

.navContent a {
	display: block;
	padding: 0 6px;
	font-size: 16px;
	line-height: 52px;
	color: #524526;
	border-bottom: 1px solid #e5e3da;
}

.navContent a:last-child {
	border-bottom: none;
}

/*  */

/*  */
#page {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.panel {
	display: none;
	width: 2.4rem;
	color: #fff;
	position: relative;
	z-index: 99;
}

.panel2 {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 1);
	padding: 0.15rem 0.12rem;
	color: #fff;
	position: relative;
	z-index: 10;
}

#close-panel-bt {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
	background: rgba(0, 0, 0, 0.7);
}

#close-panel-bt2 {
	width: 0.36rem;
	height: 0.36rem;
	position: absolute;
	top: 0.1rem;
	right: 0.1rem;
	z-index: 11;
	background-color: transparent;
	background: url(../images/nav-close.png) center center no-repeat;
	background-size: cover;
}

.navd-list {
	display: block;
	position: absolute;
	width: calc(100% - 0.26rem);
	height: calc(100% - 0.8rem);
	overflow-y: auto;
	top: 0.2rem;
	line-height: 0.5rem;
	font-size: 0.17rem;
	color: #524526;
}

.navd-list li {
	display: block;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.navd-list li>a {
	display: block;
}

.navd-list li>a,
.navd-list li>a:visited {
	color: #000;
}

.navd-list li.on>a {
	color: #a39162;
	font-weight: bold;
}

.navsou-sj {
	overflow: hidden;
}

.navsou-s {
	display: block;
	width: calc(100% - 0.5rem);
	height: 0.54rem;
	line-height: 0.54rem;
	font-size: 0.16rem;
	color: #524526;
	float: left;
}

.navsou-c {
	display: block;
	width: 0.5rem;
	height: 0.54rem;
	float: right;
	background: url(../images/nav-fdj.png) center center no-repeat;
	background-size: contain;
}

.nav-fdj,
.nav-ren {
	margin-right: 0.1rem;
}

.nav-xj {
	display: block;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 0.3rem;
	/* width: 100%; */
	height: 0.54rem;
	background: url(../images/nav-xj.png) 96% center no-repeat;
	background-size: auto 0.54rem !important;
}

.nav-erj {
	display: none;
	margin-left: 0;
}

.nav-erj a {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0.05rem;
	overflow: hidden;
	line-height: 0.4rem;
	font-size: 0.16rem;
	color: #524526;
}

.navsjb {
	display: block;
	float: left;
	margin-top: 0.05rem;
	height: 0.3rem;
}

.nav-erj a span {
	display: block;
	margin-left: 0.4rem;
}

.nav-erj a:last-child {
	border-bottom: none;
}

.nav-erj a,
.nav-erj a:visited {
	color: #636363;
}

.nav-erj .nav-erjdmk {
	display: block;
}

.nav-erj .nav-nbk {
	display: block;
	float: left;
	width: 0.24rem;
	margin-top: 0.08rem;
	margin-bottom: 0;
}

.nav-erj .nav-nmk {
	margin-left: 0.24rem;
	padding-left: 0.08rem;
}

.nav-fdj {
	display: block;
	background: url(../images/nav-fdj1.png) center center no-repeat;
	background-size: cover !important;
}

.nav-ren {
	display: block;
	background: url(../images/nav-sjren1.png) center center no-repeat;
	background-size: cover !important;
}
.nav-yy{
	display: block;
	width: 0.3rem;
	height: 0.3rem;
	margin-top: 0.1rem;
	margin-right: 0.15rem;
	line-height: 0.3rem;
	font-size: 0.13rem;
	color: #fff;
	background-color: #a39162;
	text-align: center;
}
.navsjnav {
	display: block;
	background: url(../images/nav-sjb2.png) center center no-repeat;
	background-size: cover !important;
}

.navFix .nav-fdj,
.top-headk2 .nav-fdj {
	display: block;
	background: url(../images/nav-fdj01.png) center center no-repeat;
	background-size: cover !important;
}

.navFix .nav-ren,
.top-headk2 .nav-ren {
	display: block;
	background: url(../images/nav-sjren01.png) center center no-repeat;
	background-size: cover !important;
}

.navFix .navsjnav,
.top-headk2 .navsjnav {
	display: block;
	background: url(../images/nav-sjb02.png) center center no-repeat;
	background-size: cover !important;
}

.nav-sjb {
	display: none;
	margin-left: 0.2rem;
}

.top-telk {
	display: block;
	position: relative;
	padding: 18px 0;
}

.top-telxk {
	display: block;
	float: left;
	overflow: hidden;
}

.top-ren {
	display: block;
	float: left;
	margin-left: 26px;
	position: relative;
	background: url(../images/top-b2.png) center center no-repeat;
	background-size: cover !important;
	cursor: pointer;
}

.top-headk2 .top-ren,
.navFix .top-ren {
	background: url(../images/top-b02.png) center center no-repeat;
	background-size: cover !important;
}

.top-yy {
	display: block;
	float: left;
	margin-left: 26px;
	position: relative;
	background: url(../images/top-b1.png) center center no-repeat;
	background-size: cover !important;
	cursor: pointer;
}

.head-yynk {
	display: none;
	position: absolute;
	width: 100px;
	top: 68px;
	left:-30px;
	overflow: hidden;
	height: 180px;
	z-index: 2;
}

.head-yynxk {
	display: block;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(0, 0, 0, 0.15);
	/* box-shadow: 0 0 24px rgba(35, 40, 122, 0.17); */
	padding: 10px 6px;
	border-radius: 6px;
	width: 100%;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #272727;
}

.head-yynk a {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.head-yynk a,
.head-yynk a:visited {
	color: #272727;
}

.head-yynk a:hover,
.head-yynk a.on {
	color: #a39162;
}

.top-headk2 .top-yy,
.navFix .top-yy {
	background: url(../images/top-b01.png) center center no-repeat;
	background-size: cover !important;
}

.top-tel2 {
	display: block;
	float: left;
	margin-left: 26px;
	position: relative;
	background: url(../images/top-b3.png) center center no-repeat;
	background-size: cover !important;
	cursor: pointer;
}

.top-headk2 .top-tel2,
.navFix .top-tel2 {
	background: url(../images/top-b03.png) center center no-repeat;
	background-size: cover !important;
}

.top-tel {
	display: block;
	float: left;
}

.top-telm {
	display: block;
	width: 128px;
	margin-left: 28px;
	text-align: right;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
}

.top-searchdk {
	display: none;
	position: absolute;
	z-index: 30;
	right: 0;
	top: 100%;
	width: 340px;
	overflow: hidden;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	line-height: 50px;
	font-size: 16px;
	color: #171920;
}

.navnsou-s {
	display: block;
	width: calc(100% - 50px);
	float: left;
	height: 50px;
	padding-left: 20px;
	background: transparent;
}

.navnsou-c {
	display: block;
	width: 50px;
	height: 50px;
	float: right;
	background: url(../images/top-b03.png) center center no-repeat;
	cursor: pointer;
}

.top-searchdk-sj {
	display: none;
	position: fixed;
	z-index: 30;
	right: 0;
	top: 0.5rem;
	width: 100%;
	padding: 0;
	overflow: hidden;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	line-height: 0.5rem;
	font-size: 0.16rem;
	color: #171920;
}

.top-searchdk-sj .navnsou-s {
	width: calc(100% - 0.5rem);
	float: left;
	height: 0.5rem;
	line-height: 0.5rem;
	font-size: 0.14rem;
	padding-left: 0.12rem;
}

.top-searchdk-sj .navnsou-c {
	width: 0.5rem;
	height: 0.5rem;
	background: url(../images/nav-fdj01.png) center center no-repeat;
	background-size: auto 100% !important;
}

/* foot */
.foot-ndk {
	display: block;
	position: relative;
	overflow: hidden;
}

.fo-mndk {
	display: block;
	background: #e6e6e6;
	position: relative;
	padding: 53px 0;
	z-index: 6;
}

.fo-mndk .container {
	height: 67px;
}

.in-fo-logo {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
}

.in-wbmnk {
	display: block;
	float: left;
	border-left: 1px solid #c7c7c7;
	margin-left: 80px;
	padding-left: 80px;
	position: relative;
}
.ewmdk{
	display: none;
	position: absolute;
	top: calc(100% + 10px);
	width: 140px;
	height: auto;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px 10px 6px;
	overflow: hidden;
}
.ewm-tu{
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto 6px;
}
.ewm-tum{
	display: block;
	text-align: center;
	line-height: 1.2;
	font-size: 14px;
	color: #434955;
}
.in-wbmnk:hover .ewmdk{
	display: block;
}
.in-wbmnk:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

.in-wb {
	display: block;
	float: left;
	margin-top: 6px;
}

.in-wbmk {
	display: block;
	margin-left: 45px;
}

.in-wbm-tit {
	font-weight: bold;
	line-height: 36px;
	font-size: 18px;
	color: #3a3a3a;
}

.fo-nbdk {
	display: block;
	position: relative;
	overflow: hidden;
	background: url(../images/fo-xbg1.png) left bottom no-repeat,
		url(../images/fo-xbg2.png) right top no-repeat #a39162;
}
.fo-copyk{
	display: block;
	background-color: #7d7d7d;
	overflow: hidden;
	padding: 20px 0;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}
.fo-copyk a,.fo-copyk a:visited{
	color: #fff;
}
.fo-navdk{
	display: block;
	background-color: #eaeced;
	padding: 55px 0 44px;
	overflow: hidden;
}
.fo-nav-list{
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.fo-nav-list li{
	display: block;
}
.fo-nav-ipad{
	display: none;
	margin-top: 20px;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}
.fo-nav-lia{
	display: block;
	margin-bottom: 14px;
	font-family: 'HONORSans-Medium';
	line-height: 26px;
	font-size: 16px;
	color: #2c2c2c;
}
.fo-nav-lia{
	color: #2c2c2c;
}
.fo-nav-lida{
	display: block;
	font-family: 'HONORSans-Light';
	line-height: 28px;
	font-size: 14px;
	color: #2c2c2c;
}
.fo-nav-lida a{
	display: block;
}
.fo-nav-lida a,.fo-nav-lida a:visited{
	color: #2c2c2c;
}
.fo-ewba{
	margin-left: -8px;
}
.fo-ewba a{
	display: block;
	float: left;
	margin-left: 8px;
}
/*  */
.dleisjdsk,
.dleisjdsk2 {
	position: relative;
	z-index: 23;
}

.dleisjdk,
.dleisjdk2 {
	display: block;
	padding: 0;
	position: relative;
	z-index: 29;
}

.leisjck,
.leisjck2 {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}

.leisjdk,
.leisjdk2 {
	text-align: left;
	margin: 0;
	position: relative;
	z-index: 9;
}

.leisjk {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0 34px;
	text-align: left;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
}

.leisjk2 {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0 34px;
	text-align: left;
	line-height: 48px;
	font-size: 16px;
	color: #000;
}


.leisjj {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0 !important;
	z-index: 3;
	cursor: pointer;
	background: url(../images/fo-xj.png) 94% center no-repeat;
	background-size: auto !important;
}

.leisjj2 {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0 !important;
	z-index: 3;
	cursor: pointer;
	background: url(../images/nav-xjsj.png) 94% center no-repeat;
	background-size: auto 100% !important;
	border-bottom: 1px solid #ddd;
}

.leisjerk,
.leisjerk2 {
	display: none;
	overflow: hidden;
	position: absolute;
	width: 100%;
	top: 50px;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid #ddd;
	padding: 20px 20px 10px;
	z-index: 99;
}

.leisjerk {
	width: 420px;
}

.leisjerxk,
.leisjerxk2 {
	display: block;
	margin-left: -10px;
}

.leisjerxk {
	height: 160px;
	overflow-y: auto;
}

.leisjerxk>a,
.leisjerxk2>a {
	display: block;
	overflow: hidden;
	float: left;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 8px;
	padding: 0 20px;
	border-radius: 6px;
	border: 1px solid #ddd;
	line-height: 36px;
	font-size: 14px;
	color: #454545;
}

.leisjerxk2>a {
	min-width: calc(33.333% - 10px);
	padding: 0 10px;
}

.leisjerxk>a.on,
.leisjerxk>a:hover {
	background: #a39162;
	border-color: #a39162;
	color: #fff;
}

.leisjerxk2>a.on,
.leisjerxk2>a:hover {
	background: #a39162;
	border-color: #a39162;
	color: #fff;
}

.leisjck {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}

