/*! 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: 'SOURCEHANSANSCN-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: 'POPPINS-BOLD';
	src: url('../font/POPPINS-BOLD.TTF') format('truetype');
}

@font-face {
	font-family: 'POPPINS-MEDIUM';
	src: url('../font/POPPINS-MEDIUM.TTF') format('truetype');
}

@font-face {
	font-family: 'SOURCEHANSANSCN-LIGHT';
	src: url('../font/SOURCEHANSANSCN-LIGHT.OTF') format('truetype');
}

@font-face {
	font-family: 'SOURCEHANSANSCN-REGULAR';
	src: url('../font/SOURCEHANSANSCN-REGULAR.OTF') format('truetype');
}

@font-face {
	font-family: 'SourceHanSansCN-Medium';
	src: url('../font/SourceHanSansCN-Medium.otf') 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: 10px 14px ;
	background: #fff;
}

.shu16 {
	line-height: 36px;
	color: #000;
	font-size: 16px;
}
.shu16 iframe,.shu16 video{
	margin: 0 auto;
	width: 800px;
	height: 600px;
}
.shu16 ul{
	padding-left: 34px;
}
.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;
}

.top-head-hr {
	height: 90px;
}

.top-tt {
	display: block;
	position: relative;
	z-index: 23;
}

.top-ttx {}

.top-telk {
	display: block;
	height: 90px;
}

.top-tel2 {
	display: block;
	float: left;
	position: relative;
	z-index: 22;
	padding: 22px 0;
}

.top-tel:hover,
.top-tel2:hover,
.top-ren:hover {
	z-index: 23;
}

.top-tel2>img {
	padding: 0 28px;
	cursor: pointer;
}

.top-telt {
	display: block;
	position: absolute;
	left: -10px;
	width: 1px;
	height: 18px;
	top: calc(50% - 9px);
	background: rgba(255, 255, 255, 0.6);
}

.head-yydd .top-telt {
	left: 0;
}

.top-telmdk {
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 18px;
}

.top-telmk {
	display: block;
	width: 110px;
	height: 44px;
	padding: 0;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
}

.top-tel:hover .top-telmdk {
	height: 50px;
}

.hbg,
.hbg2 {
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 21;
}

.top-searchdk {
	display: none;
	position: absolute;
	z-index: 30;
	right: 0;
	top: 100%;
	width: 340px;
	padding: 5px 0;
	overflow: hidden;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	line-height: 40px;
	font-size: 16px;
	color: #171920;
}

.navnsou-s {
	display: block;
	width: calc(100% - 50px);
	float: left;
	height: 40px;
	padding-left: 20px;
}

.navnsou-c {
	display: block;
	width: 50px;
	height: 40px;
	float: right;
	background: url(../images/top-fdj01.png) center center no-repeat;
	background-size: contain;
	cursor: pointer;
}

.top-headk {
	display: block;
	position: fixed;
	/* position: absolute; */
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	padding: 0;
	height: 90px;
	/* background: rgba(0, 0, 0, 0.2); */
}

.top-headbg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 200px;
	background: url(../images/in-tbg.png) left top repeat-x;
	background-size: auto 100% !important;
}
.top-headxk {
	display: block;
	position: relative;
	z-index: 3;
	padding: 0;
	margin: 0 auto;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.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 34px;
	position: relative;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
}

.navk li>a,
.navk li>a:visited {
	color: #fff;
}

.nava {
	display: inline-block;
	position: relative;
}

.nava span {
	display: block;
	position: relative;
	z-index: 3;
}

.nava::after {
	display: block;
	position: absolute;
	z-index: 1;
	opacity: 0;
	content: "";
	left: -14px;
	top: calc(50% - 10px);
	width: 14px;
	height: 20px;
	background: url(../images/nav-b.png) center center no-repeat;
	background-size: contain !important;
}

.navFix .nava::after,
.top-headk2 .nava::after {
	background-image: URL(../images/nav-b2.png);
}
.top-headk2 .top-headbg{
	height: 0!important;
}
.navFix {
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: #fff;
	position: fixed;
	z-index: 100;
	top: 0;
}

.navk li:hover>a,
.navk li.on>a,
.navk li.active>a {
	color: #ffc600;
}

.navk li:hover .nava::after,
.navk li.on .nava::after {
	opacity: 1;
}

.top-headk .top-headbg{
	height: 110px;
}
.top-headk.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;
}

.top-headk2 .navk li>a,
.top-headk2 .navk li>a:visited,
.navFix .navk li>a,
.navFix .navk li>a:visited {
	color: #000;
}

.top-headk2 {
	background: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.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: #0066ff;
}

.nav-fdj {
	margin-right: 0.12rem;
	background: url(../images/nav-fdj1.png) center center no-repeat;
	background-size: contain !important;
}


.top-headk2 .nav-fdj,
.navFix .nav-fdj {
	background: url(../images/nav-fdj01.png) center center no-repeat;
}

.navsjnav {
	background: url(../images/nav-sjb2.png) center center no-repeat;
	background-size: contain !important;
}

.top-headk2 .navsjnav,
.navFix .navsjnav {
	background: url(../images/nav-sjb02.png) center center no-repeat;
}

.top-tel {
	background: url(../images/top-tel.png) center center no-repeat;
}

.top-headk2 .top-tel,
.navFix .top-tel {
	background: url(../images/top-tel01.png) center center no-repeat;
}


.top-tel2 {
	background: url(../images/top-fdj.png) center center no-repeat;
}

.top-headk2 .top-tel2,
.navFix .top-tel2 {
	background: url(../images/top-fdj01.png) center center no-repeat;
}

.top-headk2 .top-telmk,
.navFix .top-telmk {
	color: #494949;
}

.top-headk2 .head-yyxk span,
.navFix .head-yyxk span {
	color: #494949;
	background: url(../images/top-yyb01.png) center left no-repeat, url(../images/top-yyb02.png) center right no-repeat;
}

.top-headk2 .top-telt,
.navFix .top-telt {
	background: rgba(0, 0, 0, 0.5);
}

/*  */
.top-tel-lk {
	display: block;
}

.top-tel-lk2 {
	display: none;
	position: relative;
}

.top-telmpk {
	display: none;
	right: 0;
	top: 100%;
	width: auto;
	height: auto;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 4px;
	position: absolute;
	padding: 0 12px;
}

.top-telmpk .top-telmk {
	text-align: center;
	font-size: 16px;
	color: #ffff;
}

/*  */
/*  */
.pcnav.navi {
	padding-right: 50px;
}

.pcnav .navi_content {
	width: 100%;
	display: none;
	padding: 0 3%;
	position: absolute;
	top: 88px;
	left: 0;
	background: rgba(255, 255, 255, 0.95);
	/* background: rgba(0, 0, 0, 0.88); */
	box-shadow: 0 0 24px rgba(35, 40, 122, 0.17);
	z-index: 99;
	padding: 40px 0 60px;
}


/* 语言 */
.head-yydd {
	display: block;
	position: relative;
}

.head-yydk {
	position: relative;
	z-index: 3;
	padding: 22px 0;
}

.head-yyxk {
	display: block;
	width: 104px;
	height: 44px;
	text-align: right;
	line-height: 44px;
	font-size: 16px;
	cursor: pointer;
}

.head-yyxk span {
	text-align: center;
	display: inline-block;
	padding-left: 25px;
	padding-right: 22px;
	background: url(../images/top-yyb1.png) center left no-repeat, url(../images/top-yyb2.png) center right no-repeat;
	background-size: auto 44px !important;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
}

.head-yynk {
	display: none;
	position: absolute;
	width: 100%;
	top: 100%;
	overflow: hidden;
	height: 180px;
	z-index: 2;
}

.head-yynxk {
	display: block;
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid #fff;
	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;
}

.hh-yybg {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.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: #0066ff;
}

/*  */
#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.3rem);
	overflow-y: auto;
	top: 0.2rem;
	line-height: 0.54rem;
	font-size: 0.15rem;
	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;
}

.navd-list li.on>a {
	color: #0066ff;
}

.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;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0.05rem;
}

.nav-erj a {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	overflow: hidden;
	line-height: 0.4rem;
	font-size: 0.14rem;
	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-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.15rem;
	padding-left: 0.12rem;
	background-color: transparent;
}

.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;
}

.swiper-sliden {
	height: 480px !important;
	overflow: hidden;
}

.fo-ndk {
	display: block;
	position: relative;
	z-index: 6;
}

.fo-nlodk {
	display: block;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fo-tel {
	display: block;
	float: left;
}

.fo-telmk {
	overflow: hidden;
	margin-left: 36px;
	padding: 15px 0;
	line-height: 27px;
	color: #fff;
}

.fo-telm1 {
	display: block;
	float: left;
	font-size: 16px;
}

.fo-telm2 {
	display: block;
	float: left;
	font-size: 24px;
}

.fo-conydk {
	line-height: 40px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
}

.fo-conydk a,
.fo-conydk a:visited {
	color: rgba(255, 255, 255, 0.4);
}

.folt {
	display: inline-block;
	width: 44px;
	text-align: center;
}

.fo-flk {
	width: calc(100% - 450px);
	text-align: left;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.fo-nlodk .fo-flk,
.fo-nlodk .fo-frk {
	padding-top: 27px;
	padding-bottom: 27px;
}

.fo-conydk .fo-flk,
.fo-conydk .fo-frk {
	padding-top: 18px;
	padding-bottom: 18px;
}

.fo-navdk .fo-flk,
.fo-navdk .fo-frk {
	padding-top: 32px;
	padding-bottom: 32px;
}

.fo-frk {
	margin-left: -1px;
	width: 450px;
	padding-left: 57px;
	text-align: left;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.fo-xxk {
	float: left;
	padding-left: 42px;
}

.fo-xx {
	display: block;
	position: relative;
	float: left;
	margin-left: 6px;
}

.fo-xxewm {
	display: none;
	width: 140px;
	height: 140px;
	position: absolute;
	right: 0;
	top: -160px;
	opacity: 0;
}

.fo-xxewmxk {
	opacity: 0;
}

.fo-xx:hover .fo-xxewm {
	display: block;
	opacity: 1;
}

.fo-xx:hover .fo-xxewmxk {
	opacity: 1;
}

.fo-navdk {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fo-addk {
	display: block;
	overflow: hidden;
	text-align: left;
	margin-bottom: 36px;
}

.fo-addk:last-child {
	margin-bottom: 0;
}

.fo-xb {
	display: block;
	float: left;
}

.fo-xbmk {
	display: block;
	margin-left: 40px;
}

.fo-xbm1 {
	display: block;
	margin-bottom: 14px;
	line-height: 26px;
	font-size: 16px;
	color: #fff;
}

.fo-xbm2 {
	display: block;
	line-height: 26px;
	font-size: 16px;
	color: #bac8db;
}

.fo-flnav {
	display: flex;
	width: calc(100% - 240px);
	justify-content: space-between;
	/* margin-right: 240px; */
}

.fo-flnav li {
	display: block;
	list-style: none;
	text-align: left;
}

.fo-na {
	display: block;
	margin-bottom: 15px;
	line-height: 28px;
	font-size: 16px;
	color: #fefeff;
}

.fo-na:visited {
	color: #fefeff;
}

.fo-naxk a {
	display: block;
	margin-bottom: 8px;
	line-height: 25px;
	font-size: 14px;
	color: #c0c4ca;
}

.fo-naxk a:last-child {
	margin-bottom: 0;
}

.fo-naxk a:hover {
	color: #fefeff;
}

.fobg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* object-fit: cover !important; */
}


/*  */
/*  */
.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.44rem;
	font-size: 0.14rem;
	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: 0.44rem;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid #ddd;
	padding: 0.12rem 4vw 0.05rem;
	z-index: 99;
}

.leisjerxk2 {
	display: block;
	margin-left: -0.1rem;
}

.leisjerxk2>a {
	display: block;
	overflow: hidden;
	float: left;
	text-align: center;
	margin-left: 0.1rem;
	margin-bottom: 8px;
	padding: 0 0.12rem;
	border-radius: 6px;
	border: 1px solid #ddd;
	line-height: 0.3rem;
	font-size: 0.12rem;
	color: #454545;
}

.leisjerxk2>a {
	min-width: calc(33.333% - 0.1rem);
	padding: 0 0.1rem;
}

.leisjerxk2>a.on,
.leisjerxk2>a:hover {
	background: #0066ff;
	border-color: #0066ff;
	color: #fff;
}
/*  */
.leisanjdk{
	background: #fff;
	overflow: hidden;
	padding: 0.12rem 0 0.08rem;
	border-bottom: 1px solid #ddd;
}
.leisanjk{
	display: block;
	margin-left: -0.05rem;
}
.leisanjk a{
	display: block;
	float: left;
	margin-left: 0.05rem;
	margin-bottom: 0.05rem;
	padding: 0 0.08rem;
	/* padding: 0 0.15rem; */
	border-radius: 30px;
	line-height: 0.24rem;
	font-size: 0.12rem;
	color: #000;
	border: 1px solid #ddd;
}
.leisanjk a.on{
	background: #0066ff;
	border-color: #0066ff;
	color: #fff;
}
/* 电脑导航 */
.nave-tit {
	display: block;
	position: relative;
	font-weight: bold;
	margin-bottom: 50px;
	line-height: 44px;
	font-size: 18px;
	color: #fff;
}

.nave-tit:after {
	display: block;
	position: absolute;
	left: 0;
	content: "";
	bottom: -2px;
	width: 33px;
	height: 2px;
	background-color: #ffc600;
}

.nave-text {
	display: block;
	color: #fff;
}

.nave-text a {
	display: block;
	padding: 0;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
}

.navi_content a:hover {
	color: #ffc600;
}

.tab {
	position: relative;
}

.tab .tab_menun {
	z-index: 1;
}

.tab_menun > li {
	display: block;
	float: none;
	position: relative !important;
	list-style: none;
}
.tab_menun > li > a{
	display: inline-block !important;
	padding:0 !important;
	padding-left: 30px !important;
	background: url(../images/nav-nvj1.png) left center no-repeat;
}
.tab_menun > li:before{
	display: block;
	position: absolute;
	width:0;
	left: -20vw;
	top: 0;
	height: 100%;
	content: "";
	background-color: #0066ff;
}
.tab_menun > li > a:hover,
.tab_menun > li > a{
	color: #fff!important;
}
.tab_box1,.tab_box2,.tab_box3,.tab_box4 {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.tab_menun .selected1 > a,
.tab_menun .selected2 > a,
.tab_menun .selected3 > a,
.tab_menun .selected4 > a{
	display: block;
	width: 80vw;
}
.tab_menun > li.selected1:before,
.tab_menun > li.selected2:before,
.tab_menun > li.selected3:before,
.tab_menun > li.selected4:before{
	width: 80vw;
}

.div1,
.div2,
.div3,
.div4 {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.hiden {
	display: none;
}

.nave-lnk{
	width: 280px;
	float: left;
	padding-right: 15px;
	
	margin-bottom: 30px;
}
.nave-rnk{
	display: block;
	position: relative;
	overflow: hidden;
	float: right;
	width: calc(100% - 280px);
	margin-bottom: 30px;
	max-width: 842px;
	margin-top: 70px;
	border: 5px solid #0066ff;
	background-color: #0066ff;
	border-radius: 10px;
}
.nave-lnk2{
	display: block;
	text-align: center;
	overflow: hidden;
}
.nave-lnxk{
	display: inline-block;
	text-align: center;
}
.nave-lnnk{
	display: block;
	margin-left: -30px;
}
.nave-lnnk li{
	display: block;
	float: left;
	margin-left: 30px;
	margin-bottom: 20px;
}
.nave-lnna{
	display: block;
	padding: 0 !important;
	margin-bottom: 10px;
	color: #1f1f1f!important;
}
.nave-lnntuk{
	display: block;
	max-width: 180px;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 8px;
	/* border: 2px solid #0066ff; */
}
.nave-lnnk li:hover .nave-lnna{
	color: #0066ff!important;
}