/*! 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: "HONORSansCNRegular";
  -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: 'HONORSansCNRegular';
	src: url('../font/HONORSansCN-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'HONORSansCNBold';
	src: url('../font/HONORSansCN-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'HONORSansCNExtraLight';
	src: url('../font/HONORSansCN-ExtraLight.ttf') format('truetype');
}

@font-face {
	font-family: 'HONORSansCNExtraBold';
	src: url('../font/HONORSansCN-ExtraBold.ttf') format('truetype');
}

@font-face {
	font-family: 'HONORSansCNLight';
	src: url('../font/HONORSansCN-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'HONORSansCNHeavy';
	src: url('../font/HONORSansCN-Heavy.ttf') format('truetype');
}
video,
img {
  display: inline;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.shu16 table {
	width: 100%;
	min-width: 1120px;
  border-collapse: 0;
  border-spacing: 1px;
  background: #ddd;
}
.nr-lbk{
	overflow-x: auto;
}
.shu16 td,
.shu16 th {
  padding: 10px;
  background: #fff;
}

.shu16 th, .shu16 table .firstRow td{
	font-weight: normal;
	background-color: #024ea2!important;
	color:#fff;
}
.shu16 tr:nth-child(2n) td{
	background-color: #e7ebee;
}
.shu16 tr:nth-child(2n+1) td{
	background-color: #cdd2d8;
}
.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;
}
/* head */

.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;
  /* background: rgba(0, 0, 0, 0.3); */
  position: fixed;
  z-index: 21;
}

.top-headk {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 23;
  width: 100%;
  padding: 0;
  height: 93px;
}

.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: 93px;
}

.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: 21.5px 22px;
  position: relative;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
}

.navk li > a,
.navk li > a:visited {
  color: #fff;
}

.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: #fdd000;
} 

.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: #024ea2;
}*/

/* .navk li:hover>a,
.navk li.on>a,
.navk li.active>a {
	color: #fdd000;
} */

.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: #ed1c24;
}

/*  */
.pcnav.navi {
	padding-right: 70px;
}

.pcnav .navi_content {
  width: 180px;
  display: none;
  padding: 0 3%;
  position: absolute;
  top: 93px;
  left: calc(50% - 90px);
  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: #ed1c24;
}

.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: #ed1c24;
  font-weight: bold;
}

/* 导航菜单选中状态 */
/* .navk li.active a,
.navd-list li.active a {
  color: #ed1c24 !important;
  transition: color 0.3s ease;
} */

/* 导航链接悬停效果（可选） */
/* .navk li a:hover,
.navd-list li a:hover {
  color: #ed1c24;
  transition: color 0.3s ease;
} */

.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;
}

.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: 21.5px 0;
}

.top-telxk {
  display: block;
  float: left;
  overflow: hidden;
}

.top-con {
  display: block;
  float: left;
  position: relative;
  width: 148px;
  height: 50px;
  overflow: hidden;
  background-color: #024ea2;
  border-radius: 50px;
  padding: 4px;
  cursor: pointer;
}
.top-con-m {
  display: block;
  width: calc(100% - 42px);
  float: left;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  color: #fff;
}
.top-con-mxk {
  display: block;
  width: 42px;
  height: 42px;
  float: right;
  background-color: #fff;
  border-radius: 50%;
}

/* 
.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: 8px;
  position: relative;
  background: url(../images/top-xb3.png) center center no-repeat;
  background-size: cover !important;
  cursor: pointer;
}

.head-yynk {
  display: none;
  position: absolute;
  width: 100px;
  top: 71px;
  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: #024ea2;
}

.top-headk2 .top-yy,
.navFix .top-yy {
  background: url(../images/top-xb03.png) center center no-repeat;
  background-size: cover !important;
}

.top-tel2 {
  display: block;
  float: left;
  margin-left: 8px;
  position: relative;
  background: url(../images/top-xb2.png) center center no-repeat;
  background-size: cover !important;
  cursor: pointer;
}

.top-headk2 .top-tel2,
.navFix .top-tel2 {
  background: url(../images/top-xb02.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: 71px;
  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 */
.fo-ndk {
  display: block;
  position: relative;
  overflow: hidden;
  background: url(../images/fobg.jpg) center center no-repeat;
  background-size: cover !important;
}
.fo-copydk {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  padding: 22px 0;
  line-height: 26px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.2);
}
.fo-copydk a,
.fo-copydk a:visited {
  color: rgba(255, 255, 255, 0.2);
}
.fo-navdk {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 70px 0 90px;
}
.fo-xb-tit {
  display: block;
  margin-bottom: 40px;
  line-height: 1.4444;
  font-size: 18px;
  color: #fff;
}
.fo-xbnk {
  display: block;
  overflow: hidden;
}
.fo-xbnk a {
  display: block;
  float: left;
  margin-right: 33px;
}
.fo-sim-tit {
  display: block;
  margin-bottom: 20px;
  font-family: "HONORSansCNExtraLight";
  line-height: 1.625;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.fo-sim-nk {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 56px;
  padding: 8px;
  border: 1px solid #5c5c5c;
  width: 650px;
}
.fo-sim-in {
  display: block;
  width: calc(100% - 138px);
  float: left;
  background-color: transparent !important;
  padding: 0 16px;
  line-height: 40px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}
.fo-sim-sub {
  display: block;
  width: 138px;
  cursor: pointer;
  border-radius: 50px;
  float: right;
  background: url(../images/fo-sub.png) 29px center no-repeat #024ea2;
  padding-left: 30px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.fo-navddk {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 122px;
}
.fo-navlk {
  display: block;
  width: 285px;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 34px;
  font-size: 18px;
  color: #fff;
}
.fo-navlk a {
  display: block;
  margin-bottom: 30px;
}
.fo-navlk a:last-child {
  margin-bottom: 0;
}
.fo-navlk a,
.fo-navlk a:visited {
  color: #fff;
}
.fo-navrk {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 285px);
  float: right;
  padding-left: 165px;
}
.fo-navrxk {
  display: block;
}
.fo-naxa {
  display: block;
  margin-bottom: 32px;
  line-height: 34px;
  font-size: 18px;
  color: #fff;
}
.fo-naxvk {
  display: block;
  line-height: 1.75;
  font-size: 16px;
  color: #686868;
}
.fo-naxvk a {
  display: block;
}
.fo-naxvk a,
.fo-naxvk a:visited {
  color: #686868;
}
.fo-naxvk a:hover {
  color: #eee;
}

/* add */
.fo-navlink-dk{
	display: block;
	position: relative;
}
.fo-navlink{
	display: block;
	position: relative;
	background: url(../images/fo-links.png) 56px center no-repeat;
}
.fo-navhnk{
	display: none;
	position: absolute;
	left: 100px;
	z-index: 30;
	bottom:0;
	width: 200px;
	padding: 20px;
	overflow: hidden;
	border-radius: 6px;
	background-color: rgba(255, 255, 255, 0.95);
	line-height: 30px;
	font-size: 14px;
	color: #686868;
}
.fo-navhnk a,.fo-navhnk a:visited {
	color: #686868;
}
.fo-navhnk a{
	display: block;
	margin-bottom: 0;
}
/*  */
.whatsapp{
	display: block;
	position: fixed;
	z-index: 999;
	right: 0;
	top: 50%;
	width: 52px;
	height: 52px;
	border-radius: 4px;
	background: #25d366;
	padding: 13px;
	overflow: hidden;
}
.whatsapp span{
	display: block;
	position: relative;
	overflow: hidden;
	background-size: cover !important;
	background: url(../images/wapb1.png) center center no-repeat;
}
.whatsapp:hover{
	background-color: #fff;
}
.whatsapp:hover span{
	background: url(../images/wapb2.png) center center no-repeat;
}
