/*! 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-Normal', "Microsoft YaHei"; */
	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 !important;
	line-height: 32px;
	color: #323232;
	font-size: 16px;
}



.clear {
	clear: both;
}

video,
img {
	display: inline;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.shu16 {
	line-height: 32px;
	color: #323232;
	font-size: 16px;
}
.shu16 table{
	/* table-layout: fixed; */
	width: 100%!important;
	border-collapse:0; 
	border-spacing: 1px;
	background: #ddd;
}
.shu16 td,.shu16 th{
	padding: 5px;
	background: #fff;
}
.shu14 {
	line-height: 30px;
	color: #323232;
	font-size: 14px;
}

.shu12 {
	line-height: 26px;
	color: #323232;
	font-size: 12px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/*引入字体*/
/*@font-face {
	font-family: 'SourceHanSansCN-Normal';
	src: url('../font/SourceHanSansCN-Normal.ttf') format('truetype');
}

.font {
	font-family: 'SourceHanSansCN-Normal';
}

@font-face {
	font-family: 'Alibaba-PuHuiTi-Medium';
	src: url('../font/Alibaba-PuHuiTi-Medium.otf') format('truetype');
}

.font2 {
	font-family: 'Alibaba-PuHuiTi-Medium';
}

@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../font/Montserrat-Regular.ttf') format('truetype');
}

.font3 {
	font-family: 'Montserrat-Regular';
}

@font-face {
	font-family: 'Montserrat-Light';
	src: url('../font/Montserrat-Light.otf') format('truetype');
}

.font4 {
	font-family: 'Montserrat-Light';
}

@font-face {
	font-family: 'Montserrat Semi Bold';
	src: url('../font/Montserrat%20Semi%20Bold.otf') format('truetype');
}*/

.font5 {
	font-family: 'Montserrat Semi Bold';
}

/*头部*/

.top-gzcx-ndk {
	display: block;
	overflow: hidden;
	background: #000;
}

.top-gzcx {
	display: block;
	float: right;
	background: url(../images/top-q.html) left center no-repeat;
	background-size: 18px !important;
	padding-left: 22px;
	line-height: 42px;
	font-size: 14px;
	color: #e5e5e5;
}

.in-soudk {
	display: block;
	position: relative;
	z-index: 104;
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 30px;
	margin-left: 2px;
	/* background: url(../images/in-fdj2.png) center center no-repeat; */
	cursor: pointer;
	margin-top: 3.5px;
}

.in-soudxk {
	display: block;
	width: 300px;
	/* border: 1px solid #1f2146; */
	border-radius: 36px;
	height: 35px;
	background: #fff;
	overflow: hidden;
	position: absolute;
	z-index: 105;
	right: 0;
	top: 0;
}

.in-soudxk2 {
	width: 35px;
	/* border: 1px solid #fff; */
	background: url(../images/in-fdj.html) center center no-repeat;
	background-size: 18px !important;
}

.in-sousk {
	display: block;
	height: 33px;
	float: left;
	width: calc(100% - 33px);
	padding: 0 18px;
	line-height: 33px;
	font-size: 16px;
	color: #1f2146;
}

.in-sousk2 {
	width: 0;
	padding: 0;
}

.in-souck {
	display: block;
	width: 33px;
	height: 33px;
	float: left;
	cursor: pointer;
	background: url(../images/in-fdj2.html) center center no-repeat;
	background-size: 18px !important;
}

.in-souck2 {
	width: 0;
}

.in-sou-gb {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	cursor: default;
}

.in-sou-gb2 {
	width: 0;
	height: 0;
	cursor: pointer;
}

.logo {
	display: block;
	position: relative;
}

.logotu {
	display: block;
    margin-top: 12px;
	position: relative;
}

.top-navk {
	display: block;
	position: relative;
	top: 0;
	/* overflow-x: hidden !important; */
	height: auto;
	z-index: 99;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	background-size: auto 100% !important;
}

.top-fuk {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	z-index: 100;
}

.top-fubg {
	display: block;
	position: absolute;
	width: 100%;
	height: 174px;
/*	background: url(../images/topbg.png) left top repeat-x;
	background-size: auto 100% !important;*/
	z-index: 1;
}

.top-navk .palr {
	position: relative;
	z-index: 3;
	height: 90px;
}

.navk {
	display: block;
	/* position: relative; */
	z-index: 1;
}

.nav-xt {
	display: block;
	position: absolute;
	width: 0;
	left: 50%;
	bottom: -4px;
	height: 7px;
	background: #099255;
}

.navk li {
	display: block;
	float: left;
	height: 82px;
	position: relative;
	padding: 16px 1px;
}

.navk li>a {
	display: block;
	padding: 0 30px;
	position: relative;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
}

.navk li:first-child>a::before {
	display: none;
}

.navk li>a::before {
	content: "";
	width: 12px;
	height: 6px;
	position: absolute;
	left: calc(50% + 44px);
	top: 50%;
	transform: translateY(-50%);
	background-size: contain !important;
}

.navk li:nth-child(2)>a::before {
	left: calc(50% + 24px);
}

.navk li:hover>a::before {
	background-image: url(../images/xia2.html);
}

.top-sedk {
	overflow: hidden;
	width: 108px;
}

.top-fdj {
	display: flex;
	align-items: center;
	width: 65px;
	height: 82px;
	position: relative;
	cursor: pointer;
	float: left;
	background: url(../images/tt.png) center right no-repeat;
}

.top-fdj img {
	display: block;
	flex-direction: column;
	margin: 0 auto;
}

.top-enk {
	display: flex;
	align-items: center;
	width: 42px;
	height: 82px;
	float: left;
	text-align: right;
	line-height: 32px;
	font-size: 16px;
	color: #fff;
}

.top-enk span {
	display: block;
	width: 100%;
	text-align: right;
}

.ttelb {
	display: block;
}

.ttelbh {
	display: none;
}

.navtb {
	display: block;
	width: 30px;
	height: 52px;
	float: left;
	background: url(../images/navtb.html) right center no-repeat;
	background-size: auto 100%;
}

.navFix .navtb {
	background: url(../images/navtb3.html) right center no-repeat;
	background-size: auto 100%;
}

.navtbt {
	display: block;
	width: 30px;
	height: 52px;
	float: left;
	margin-right: 6px;
	background: url(../images/navtbt.html) center center no-repeat;
	background-size: auto 100%;
}

.navFix .navtbt {
	background: url(../images/navtbt3.html) center center no-repeat;
	background-size: auto 100%;
}

.top-navc {
	display: block;
	width: 40px;
	height: 52px;
}

.top-navc img {
	display: block;
	float: right;
	height: 52px;
}

.navFix2 {
	background: #099255;
}

.navFix {
	width: 100%;
	padding: 0 !important;
	background: #099255;
	position: fixed;
	z-index: 99;
	top: 0;
}

.navFix .logo {
	margin-left: 0;
}

.navFix .navk li>a {
	color: #fff;
}

.navFix .navk li:hover .nav-xt,
.navFix .navk li.on .nav-xt,
.navk li.on .nav-xt,
.navk li:hover .nav-xt {
	width: 74px;
	left: calc(50% - 37px);
}

.navk li:hover>a,
.navk li.on>a {
	color: #fff;
}

/*  */
.pcnav.navi {}

.pcnav.navi li {
	position: relative;
	list-style: none;
}

.pcnav .navi_content {
	width: 160px;
	display: none;
	padding: 5px 6px 20px;
	position: absolute;
	top: 82px;
	left: calc(50% - 80px);
	background: rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	z-index: 99;
	text-transform: uppercase;
}

.pcnav .navi_content-navso {
	width: 160px;
	left: calc(50% - 80px);

}

.pcnav .navi_content>a {
	display: block;
	text-align: center;
	padding: 10px 0;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	line-height: 22px;
	font-size: 16px;
	color: #fff;
}

.pcnav .navi_content>a:hover {
	color: #099255;
}

.pcnav .navi_content>.erjin:hover span {
	color: #099255;
}

.pcnav .navi_content>div {
	display: block;
	text-align: center;
	padding: 10px 0;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	line-height: 22px;
	font-size: 16px;
	color: #fff;
}

.pcnav .navi_content>div>a,
.pcnav .navi_content>div>a:visited {
	color: #fff;
}

.pcnav .navi_content>div>a:hover,
.navk li:hover>a,
.navk li.on>a {
	color: #fff;
}

/* .pcnav .navi_content>a:last-child {
	border-bottom: none;
} */

.pcnav .navi_content.nav-erjpc1 {
	width: 160px;
	left: calc(50% - 80px);
}

.erjin {
	cursor: pointer;
}

.erjink {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: 240px;
	padding: 4px 20px 20px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	cursor: default;
}

.erjink>a {
	display: block;
	width: calc(50% - 10px);
	float: left;
	margin-left: 20px;
	text-align: left;
	padding: 9px 4px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	line-height: 24px;
	font-size: 14px;
	color: #fff;
}

.erjink>a:nth-child(2n+1) {
	margin-left: 0;
}

.erjink>a:visited {
	color: #fff;
}

.erjink>a:hover {
	color: #099255;
}

/*  */
.pcnav .navi_content-navma {
	left: 0;
	width: 100%;
	padding: 30px 50px;
	overflow: hidden;
}

.nav-madk {
	display: block;
	text-align: center;
	padding: 10px 0;
	overflow: hidden;
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	line-height: 22px;
	font-size: 14px;
	color: #fff;
}

.nav-erjdk {
	display: block;
	float: left;
	width: 12.5%;
	padding: 20px 30px;
	text-align: left;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-erjdk:first-child {
	border-left: 0;
}

a.nav-ma-erj-tit {
	display: block;
	margin-bottom: 14px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
}

.navFix a.nav-ma-erj-tit {
	color: #fff;
}

.nav-ma-sanjdk {
	display: block;
	height: 220px;
}

a.nav-ma-sanj-tit {
	display: block;
	margin-bottom: 6px;
	padding: 4px 0;
	line-height: 18px;
	font-size: 14px;
	color: #fff;
}

.navFix a.nav-ma-sanj-tit {
	color: #fff;
}

.nav-ma-sijdk {
	display: block;
}

a.nav-ma-sij-tit {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #fff;
}

.navFix a.nav-ma-sij-tit {
	color: #fff;
}

.navFix .nav-ma-erj-tit:hover,
.navFix .nav-ma-sanj-tit:hover,
.navFix .nav-ma-sij-tit:hover,
.nav-ma-erj-tit:hover,
.nav-ma-sanj-tit:hover,
.nav-ma-sij-tit:hover {
	color: #099255;
}

/* 手机 */
.subNavBox {
	display: block;
}

.subNav {
	padding: 6px 6px;
	line-height: 48px;
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #e5e3da;
}

.subNav a {
	display: block;
	margin-right: 40px;
}

.subNav a,
.subNav a:visited {
	line-height: 48px;
	font-size: 18px;
	color: #000;
}

.subNav-tit {
	display: block;
	padding: 0 10px;
	margin-right: 50px;
	line-height: 56px;
	font-size: 18px;
	color: #000;
}

.subNav:hover {
	color: #0B438E;
}

.subNav.currentDd {
	color: #0B438E;
	background: url(../images/jiantou1.html) 98% center no-repeat;
}

/* .subNavBox .subNav:nth-child(2), .subNavBox .subNav:nth-child(3){
} */

.subNavBox .currentDd.currentDt {
	background: url(../images/jiantou.html) 98% center no-repeat;

}

.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: #333;
	border-bottom: 1px solid #e5e3da;
}

.navContent a:last-child {
	border-bottom: none;
}

.navsj {
	padding-right: 0.2rem;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.navsjen {
	display: block;
	float: left;
	width: 0.6rem;
	text-align: center;
	height: 0.56rem;
	line-height: 0.56rem;
	font-size: 0.16rem;
	color: #fff;
}

.sjn-fdj-tc-xie {
	display: block;
	width: calc(100% - 0.6rem);
	height: 0.5rem;
	padding-left: 0.2rem;
	line-height: 0.5rem;
	font-size: 0.16rem;
}

.sjn-fdj-tc-xie {
	display: block;
	width: calc(100% - 0.6rem);
	height: 0.5rem;
	float: left;
	line-height: 0.5rem;
	font-size: 0.16rem;
}

.sjn-fdj-tc-sub {
	display: block;
	float: right;
	width: 0.6rem;
	height: 0.5rem;
	background-color: transparent;
	background: url(../images/sjfdj.png) 60% center no-repeat;
	background-size: 0.19rem;
}

/*  */
.fobgk {
	display: block;
	position: relative;
	overflow: hidden;
	background: #353535;
}

.fo-navdk {
	position: relative;
	overflow: hidden;
	padding: 80px 0 65px;
}

.fo-copyk {
	display: block;
	position: relative;
	z-index: 4;
	padding: 11px 0;
	height: 66px;
	background: #252525;
	line-height: 42px;
	font-size: 16px;
	color: #9c9c9c;
}

.fo-copyk a,
.fo-copyk a:visited {
	color: #9c9c9c;
}

.fo-navlist {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.fo-navlist li {
	display: inline-block;
	padding: 0 40px;
	border-left: 1px solid #5d5d5d;
}

.fo-navlist li:last-child {
	border-right: 1px solid #5d5d5d;
}

.fo-navla1 {
	display: block;
	margin-bottom: 5px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
}

.fo-navla1:hover,
.fo-navla1:visited {
	color: #fff;
}

.fo-navlat {
	display: block;
	width: 37px;
	height: 3px;
	margin-bottom: 27px;
	background: #fff;
}

.fo-navla2 {
	display: block;
	overflow: hidden;
}

.fo-navla2 a {
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #a7a7a7;
}

.fo-navla2 a:visited {
	color: #a7a7a7;
}

.fo-navla2 a:hover {
	color: #fff;
}

.fo-lxnk {
	display: block;
	padding: 9px 0;
	overflow: hidden;
	line-height: 18px;
	font-size: 16px;
	color: #a7a7a7;
}

.fo-mxbdk {
	display: block;
	position: relative;
	width: 42px;
	height: 42px;
	text-align: center;
	float: left;
	margin-left: 10px;
	border: 1px solid #5b5b5b;
	border-radius: 50%;
}

.fo-lxnk .fo-mxbdk:first-child {
	margin-left: 20px;
}
.fo-andk{
	display: block;
	margin-left: -15px;
	padding-top: 8px;
}
.fo-anxk{
	display: block;
	width: calc(50% - 15px);
	float: left;
	margin-left: 15px;
	border:1px solid #5d5d5d;
	border-radius: 4px;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	color: #a7a7a7;
}
.fo-mxbk {
	display: inline-block;
	height: 44px;
	vertical-align: top;
}

.fo-mxbb {
	display: block;
	float: left;
}

.fo-mxbm {
	display: block;
	margin-left: 40px;
	line-height: 42px;
	font-size: 16px;
	color: #676b74;
}

.fo-ewmtudk {
	display: block;
	width: 155px;
	height: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 100%;
}

.fo-ewmtuk {
	display: block;
	width: 155px;
	margin: 0 auto;
	padding: 18px 9px 9px;
	box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.07);
	position: relative;
	text-align: center;
	background: #fff;
}

.fo-ewmtu {
	display: block;
	margin: 0 auto 5px;
}

.fo-ewmtum {
	display: block;
	line-height: 24px;
	font-size: 14px;
	color: #434955;
}

.fo-mxbdk:hover .fo-ewmtudk {
	height: 192px;
}

/*  */
.fobgksj {
	display: block;
	position: relative;
	background: url(../images/fo-sjbg.jpg) center center no-repeat;
	background-size: cover !important;
	overflow: hidden;
}

.fo-copyk-sj {
	display: block;
	text-align: center;
	background: #252525;
	padding: 0.22rem 0;
	line-height: 1.7;
	font-size: 0.12rem;
	color: #9c9c9c;
}

.fo-copyk-sj a,
.fo-copyk-sj a:visited {
	color: #9c9c9c;
}

.fo-teksjk {
	display: block;
	padding: 0.28rem 0;
}

.fo-teksjxl {
	display: block;
	overflow: hidden;
	margin-bottom: 0.05rem;
}

.fo-teksjxl:last-child {
	margin-bottom: 0;
}

.fo-teksjxlb {
	display: block;
	float: left;
	margin-top: 0.03rem;
	height: 0.2rem;
}

.fo-teksjxlm {
	display: block;
	margin-left: 0.26rem;
	padding: 0.03rem 0;
	line-height: 0.2rem;
	font-size: 0.14rem;
	color: #fff;
}

/*  */
#page {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.panel {
	display: none;
	width: 100%;
	color: #fff;
	position: relative;
	z-index: 99;
}

.panel2 {
	width: 100%;
	height: 100%;
	/* background-color: rgba(0, 0, 0, 0.56); */
	background: #fff;
	padding: 0.1rem;
	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(255, 255, 255, 0.6);
}

#close-panel-bt2 {
	width: 0.3rem;
	height: 0.3rem;
	margin-top: 0.12rem;
	margin-right: 0.2rem;
	float: right;
	background-color: transparent;
	background: url(../images/nav-close.png) center center no-repeat;
	background-size: contain;
}

.panel-top {
	display: block;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	overflow: hidden;
	padding: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: #fff;
}

.navd-list {
	display: block;
	position: absolute;
	width: calc(100% - 0.2rem);
	height: calc(100% - 78px);
	overflow-y: auto;
	top: 60px;
	line-height: 0.5rem;
	font-size: 0.16rem;
	color: #000;
}

.navd-list li {
	display: block;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.navd-list li:last-child {

}

.navd-list li>a {
	display: block;
}

.navd-list li>a,
.navd-list li>a:visited {
	color: #434955;
	/* color: #fff; */
}

.nav-xj {
	display: block;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 0.34rem;
	height: 0.5rem;
	background: url(../images/nav-xjsj.png) center center no-repeat;
	background-size: auto 0.5rem !important;
}

.nav-xj2 {
	display: block;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 0.34rem;
	height: 0.46rem;
	background: url(../images/nav-xjsj.png) center center no-repeat;
	background-size: auto 0.46rem !important;
}

.nav-erj {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	/* border-top: 1px solid rgba(0, 0, 0, 0.2); */
	display: none;
	padding-left: 12px;
}

.nav-erj {
	display: none;
	list-style: none;
	position: relative;
	overflow: hidden;
	padding: 0.15rem 0 0.08rem;
	/* border-bottom: 1px solid rgba(0, 0, 0, 0.2) */
	text-transform: uppercase;
	/* font-size: 16px; */
	font-size: 0.14625rem;
}

.nav-erj>a {
	display: block;
	width: calc(33.33% - 0.12rem);
	margin-left: 0.08rem;
	margin-bottom: 0.08rem;
	padding: 0;
	float: left;
	text-align: center;
	border-radius: 0.1rem;
	line-height: 0.36rem;
	font-size: 0.14625rem;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.nav-erj>a,
.nav-erj>a:visited {
	color: #434955;
	/* color: rgba(255, 255, 255, 0.8); */
}

.nav-erj2 {
	display: none;
	padding: 0.1rem 0 0.05rem;
	overflow: hidden;
	/* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
}

.nav-erj dd:last-child>a,
.nav-erj dd:last-child>.nav-erj2 {
	border-bottom: none;
}

.nav-erj dd:last-child>.nav-erj2 {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.nav-erj2>a {
	display: block;
	margin: 0 0 0.05rem;
	line-height: 0.32rem;
	border-radius: 1rem;
	width: calc(33.3333% - 0.05rem);
	margin-right: 0.05rem;
	text-align: center;
	float: left;
	border: 1px solid rgba(0, 0, 0, 0.2);
	/* font-size: 14px; */
	font-size: 0.1275rem;
}

.nav-erj2>a,
.nav-erj2>a:visited {
	color: #434955;
}

/* .nav-erj>a {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0.1rem 0.36rem 0.1rem 0;
	line-height: 0.26rem;
	font-size: 0.14625rem;
}

.nav-erj>a:last-child {
	border-bottom: none;
}

.nav-erj>a,
.nav-erj>a:visited {
	color: #434955;
}
 */

/*  */
.fo-hrdk {
	height: 0.625rem;
	background: #525252;
}

.fo-fixed {
	display: block;
	width: 100%;
	position: fixed;
	height: 0.625rem;
	background: #fff;
	left: 0;
	bottom: 0;
	z-index: 119;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}

.fo-fixed a {
	display: flex;
	align-items: center;
	width: 19.5%;
	position: relative;
	height: 0.625rem;
	text-align: center;
	line-height: 1.3;
	font-size: 0.11875rem;
	color: #434955;
}

.fo-fixed a p {
	display: block;
	position: relative;
	z-index: 3;
	flex-direction: column;
	text-align: center;
	width: 100%;
}

.fo-fixed a.fu-tel {
	display: flex;
	align-items: center;
	position: absolute;
	width: 22%;
	height: 0.625rem;
	padding-top: 0.1rem;
	left: 39%;
	bottom: 0;
}

.fu-telbk {
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -70%);
	border-radius: 50%;
	background-color: #fff;
	padding: 0.05rem;
	width: 60%;
	z-index: 1;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}

.fu-telb {
	width: 100%;
}

.fo-fixtb {
	display: block;
	position: absolute;
	width: 2px;
	height: 0.1875rem;
	top: 50%;
	transform: translateY(-50%);
	background: #d9d9d9;
}

.fo-fixed a:nth-child(1) .fo-fixtb,
.fo-fixed a:nth-child(2) .fo-fixtb {
	right: 0;
}

.fo-fixed a:nth-child(3) .fo-fixtb,
.fo-fixed a:nth-child(4) .fo-fixtb {
	left: 0;
}

/*  */
.sj-fdj-tanchu {
	display: none;
	position: fixed;
	z-index: 121;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.sj-fdj-close {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.sj-fdj-tcnk {
	display: block;
	position: absolute;
	width: 100%;
	top: 82px;
	padding: 0 2%;
	z-index: 3;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.6);
}

.sj-fdj-tcnrk {
	display: block;
	overflow: hidden;
	width: 600px;
	float: right;
	padding-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.sj-fdj-tc-xie {
	display: block;
	width: calc(100% - 50px);
	float: left;
	background: transparent;
	height: 50px;
	padding: 0 10px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
}

.sj-fdj-tc-xie::placeholder {
	color: #fff;
}

.sj-fdj-tc-sub {
	display: block;
	float: right;
	width: 50px;
	height: 50px;
	background: url(../images/top-fdj.png) center center no-repeat;
}
