/*! 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: '微软雅黑';
	-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;
}


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

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

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

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

.shu16 table {
	width: 100%;
	margin-bottom: 15px;
	border-radius: 3px;
	border-collapse: 0;
	border-spacing: 1px;
	background: #d1d8ed;
}

.shu16 th {
	padding: 20px 8px;
	line-height: 18px;
	font-size: 16px;
	color: #000;
	background: #d1d5e0;
}

.shu16 td {
	/* text-align: center; */
	padding: 15px 8px;
	background: #fff;
	line-height: 27px;
	font-size: 16px;
	color: #000;
}

.shu16 tr:hover td {
	background: #eef2fe;
}
.shu16 table a,.shu16 table a:visited{
	color: #000;
}
.shu16 table a:hover{
	color: #112f8b;
}
.prov-tab,
.cpx-tab {
	overflow-x: auto;
}

.prov-tab table {
	min-width: 880px;
}

.cpx-tab table {
	min-width: 1000px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/*头部*/
.logo {
	display: block;
	position: relative;
}

.top-navk {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 99;
}

.top-tt {
	display: block;
	position: relative;
	z-index: 23;
}

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

.top-headk {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	padding: 0;
	height: 90px;
	/* background: #fff; */
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.top-headxk {
	display: block;
	position: relative;
	z-index: 3;
	padding: 0;
	margin: 0 auto;
}

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

.navk {
	display: block;
	float: left;

}

.navkd {
	display: block;
	margin-left: 293px;
	margin-right: 180px;
}

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

.navk li>a {
	display: block;
	padding: 23px 40px;
	position: relative;
	font-weight: bold;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
}

.nav-xt {
	display: block;
	position: absolute;
	width: 10px;
	height: 8px;
	left: calc(50% + 44px);
	top: calc(50% - 4px);
	background: url(../images/nav-xj1.png) center center no-repeat;
	background-size: contain !important;
}

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

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

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

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

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

.navFix .logoh,
.top-headk2 .logoh {
	background-image: url(../images/logo2.png);
}

.navFix .nav-xt,
.top-headk2 .nav-xt {
	background-image: url(../images/nav-xj2.png);
}

.navFix .navk li.on .nav-xt,
.navFix .navk li:hover .nav-xt,
.top-headk2 .navk li.on .nav-xt,
.top-headk2 .navk li:hover .nav-xt,
.navk li.on .nav-xt,
.navk li:hover .nav-xt {
	background-image: url(../images/nav-xj3.png);
}

.navFix .navk li>a,
.navFix .navk li>a:visited,
.top-headk2 .navk li>a,
.top-headk2 .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: #31a5fa;
}

.navsjnav {
	background: url(../images/nav-sjb1.png) center center no-repeat;
	background-size: contain !important;
}

.navFix .navsjnav,
.top-headk2 .navsjnav {
	background: url(../images/nav-sjb2.png) center center no-repeat;
}

.navFix .top-fdj,
.top-headk2 .top-fdj {
	background-image: url(../images/top-fdj2.png);
}

.navFix .top-yykx,
.top-headk2 .top-yykx {
	background-image: url(../images/top-dq2.png);
	border-color: rgba(0, 0, 0, 0.25);
	color: #000;
}

/*  */
.pcnav .navi_content {
	width: 120px;
	display: none;
	padding: 0 3%;
	position: absolute;
	top: 90px;
	left: calc(50% - 60px);
	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;
}

.pcnav .navi_content2 {
	width: 180px;
	left: calc(50% - 90px);
}

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

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

.navi_content a:hover {
	color: #31a5fa;
}

/*  */
/*  */
#page {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

.pagein {
	position: absolute !important;
	width: 100vw;
	height: 100% !important;
}

.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.54rem;
	font-size: 0.17rem;
	color: #272727;
}

.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: #272727;
}

.navsou-sj {
	overflow: hidden;
}

.navsou-s {
	display: block;
	width: calc(100% - 0.5rem);
	height: 0.54rem;
	line-height: 0.54rem;
	font-size: 0.15rem;
	color: #272727;
	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-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.15rem;
	color: #272727;
}

.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: #272727;
}

.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-sjb {
	display: none;
}

.top-frk {
	display: block;
	float: right;
	padding: 26px 0;
	margin-left: 40px;
	position: relative;
}

.top-fdjk {
	display: block;
	position: relative;
	float: right;
	/* width: 36px; */
	height: 36px;
	border-radius: 50%;
	cursor: pointer;
}
.top-fdjkh{
	width: 240px;
}
.top-fdj {
	display: block;
	float: right;
	position: relative;
	right: 0;
	top:calc(50% - 18px);
	z-index: 1;
	background: url(../images/top-fdj.png) center center no-repeat;
	background-size: contain;
}
.top-fdjtc {
	display: none;
	position: relative;
	top: -36px;
	z-index: 2;
	width: 100%;
	margin-right: -36px;
	overflow: hidden;
	background: #fff;
	border-radius: 50px;
	box-shadow: 0 0 24px rgba(35, 40, 122, 0.17);
}
/* .top-fdjtc {
	display: none;
	position: absolute;
	right: 0;
	top: calc(100% + 26px);
	width: 260px;
	overflow: hidden;
	background: #fff;
	border-radius: 50px;
	box-shadow: 0 0 24px rgba(35, 40, 122, 0.17);
} */
.top-fdjtc-in {
	display: block;
	width: calc(100% - 40px);
	height: 36px;
	float: left;
	padding-left: 25px;
	line-height: 36px;
	font-size: 14px;
}

.top-fdjtc-sub {
	display: block;
	width: 40px;
	height: 36px;
	float: right;
	cursor: pointer;
	background: url(../images/top-fdjt.png) left center no-repeat;

}

.top-yyk {
	display: none;
	float: left;
	position: relative;
	margin-left: 20px;
}

.top-yykx {
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50px;
	position: relative;
	z-index: 3;
	padding-left: 42px;
	background: url(../images/top-dq.png) 15px center no-repeat;
	width: 90px;
	height: 36px;
	line-height: 34px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.top-yynk {
	display: block;
	position: relative;
	z-index: 1;
	right: 0;
	top: 64px;
	width: 120px;
}

.top-yynxk {
	display: block;
	position: relative;
	overflow: hidden;
	background: #fff;
	border-radius: 6px;
	padding: 10px;
	box-shadow: 0 0 15px rgba(18, 42, 136, 0.2);
}

.top-yynk a {
	display: block;
	text-align: center;
	border-radius: 1px solid #ddd;
	line-height: 40px;
	font-size: 16px;
	color: #000;
}

.top-yynk a.on {
	color: #31a5fa;
}

.top-yyk .navi_content {
	width: 120px;
	display: none;
	padding: 0;
	position: absolute;
	top: 0!important;
	right: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	text-align: center;
	z-index: 99;
}

.fohr {
	height: 0.62rem;
}

.fo-fixe {
	display: block;
	position: fixed;
	z-index: 99;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #fff;
	box-shadow: 0 0 15px rgba(18, 42, 136, 0.2);
}

.fo-fixe a {
	display: block;
	width: 33.3333333333333%;
	float: left;
	text-align: center;
	padding: 0.11rem 0;
	border-left: 1px solid rgba(18, 42, 136, 0.1);
}

.fo-fixe .furb {
	display: block;
	width: 0.22rem;
	height: auto;
	margin: 0 auto 0.03rem;
}

.fo-fixe .furbm {
	line-height: 1.4;
	font-size: 0.13rem;
}

/*  */
.fo-ndk {
	display: block;
	position: relative;
	overflow: hidden;
	background: #292929;
}

.fo-copyk {
	display: block;
	position: relative;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0;
	line-height: 30px;
	font-size: 16px;
	color: #969696;
}

.fo-copyk a,
.fo-copyk a:visited {
	color: #969696;
}

.fo-navdk {
	display: block;
	overflow: hidden;
	position: relative;
	padding: 60px 0 40px;
}

.fo-navxk {
	display: block;
	width: calc(100% - 520px);
	float: left;
	position: relative;
}

.fo-navnk {
	display: block;
	width: calc(100% - 355px);
	float: left;
	overflow: hidden;
	padding-right: 100px;
}

.fo-navnk-list {
	display: flex;
	justify-content: space-between;

}

.fo-navnk-link {
	display: block;
}

.fo-navnk-limtk {
	display: block;
	width: 1px;
	height: 270px;
	background: rgba(255, 255, 255, 0.1);
}

.fo-navnk-lia {
	display: block;
	margin-bottom: 28px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
}

.fo-navnk-lia:visited {
	color: #fff;
}

.fo-navnk-lid {
	display: block;
	overflow: hidden;
}

.fo-navnk-lida {
	display: block;
	margin-bottom: 11px;
	line-height: 25px;
	font-size: 14px;
	color: #969696;
}

.fo-navnk-lida:visited {
	color: #969696;
}

.fo-navnk-lida:hover {
	color: #fff;
}

.fo-ewmk {
	display: block;
	width: 355px;
	min-height: 270px;
	text-align: center;
	float: right;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.fo-ewm {
	display: block;
	width: 128px;
	margin: 0 auto 18px;
}

.fo-ewm-m {
	display: block;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #969696;
}

.fo-conk {
	display: block;
	float: right;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	padding-left: 60px;
	width: 520px;
}

.fo-conx {
	display: block;
	overflow: hidden;
	margin-bottom: 24px;
}

.fo-conx:last-child {
	margin-bottom: 0;
}

.fo-xb {
	display: block;
	float: left;
}

.fo-conxmk {
	display: block;
	margin-left: 42px;
	line-height: 30px;
	font-size: 16px;
	color: #969696;
}

.fo-conxm-tit {
	display: block;
	float: left;
	color: #969696;
}

.fo-conxm-text {
	color: #fff;
}

.fo-conxm-text1 {
	margin-left: 80px;
}

.fo-conxm-text2 {
	margin-left: 50px;
}

.fr-fixe {
	display: block;
	position: fixed;
	right: 15px;
	top: calc(60% - 30px);
	z-index: 99;
}

.furbk {
	display: block;
	position: relative;
	width: 74px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 0.79);
	box-shadow: 0 0 32px rgba(18, 42, 136, 0.47);
	padding: 12px 4px 7px;
	overflow: hidden;
}

.furb {
	display: block;
	margin: 0 auto;
}

.furbm {
	display: block;
	line-height: 22px;
	font-size: 14px;
	color: #122a88;
}

/*  */
.dleisjdsk2 {
	position: relative;
	z-index: 23;
}

.dleisjdk2 {
	display: block;
	padding: 0;
	position: relative;
	z-index: 29;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

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

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

.leisjk2 {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0 4vw;
	text-align: left;
	line-height: 0.5rem;
	font-size: 0.15rem;
	color: #000;
}

.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;
}

.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;
}

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

.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;
}

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