/*! 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;
}


.clear {
	clear: both;
}


.shu16 table {
	border-collapse: 0;
	border-spacing: 1px;
	background: #ddd;
}

.shu16 td,
.shu16 th {
	padding: 5px;
	background: #fff;
}

.shu16 {
	text-align: justify;
	line-height: 32px;
	color: #313131;
	font-size: 16px;
}

.shu14 {
	text-align: justify;
	line-height: 30px;
	color: #313131;
	font-size: 14px;
}

.shu12 {
	text-align: justify;
	line-height: 26px;
	color: #313131;
	font-size: 12px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.font18 {
	text-align: justify;
	line-height: 36px;
	font-size: 18px;
	color: #1a1a1a;
}

.font14 {
	text-align: justify;
	line-height: 28px;
	font-size: 14px;
	color: #454545;
}

/*引入字体*/
@font-face {
	font-family: 'SOURCEHANSANSCN-REGULAR';
	src: url('../font/SOURCEHANSANSCN-REGULAR.OTF') format('truetype');
}

.font {
	font-family: 'SOURCEHANSANSCN-REGULAR';
}

@font-face {
	font-family: 'Montserrat-Light';
	src: url('../font/Montserrat-Light.otf') format('truetype');
}

.font2 {
	font-family: 'Montserrat-Light';
}
@font-face {
	font-family: 'Montserrat Extra Bold';
	src: url('../font/Montserrat Extra Bold.otf') format('truetype');
}

.font3 {
	font-family: 'Montserrat Extra Bold';
}

@font-face {
	font-family: 'MONTSERRAT-MEDIUM';
	src: url('../font/MONTSERRAT-MEDIUM.otf') format('truetype');
}

.font3 {
	font-family: 'MONTSERRAT-MEDIUM';
}
/*头部*/
.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-telk {
	display: block;
	margin: 22px 0;
}

.top-tel,
.top-tel2,
.top-ren{
	display: block;
	float: left;
	position: relative;
	z-index: 22;
}

.top-tel:hover,
.top-tel2:hover,
.top-ren:hover {
	z-index: 23;
}

.top-tel>img,
.top-tel2>img,
.top-ren>img {
	padding: 0 8px;
	cursor: pointer;
}

.top-tel {
	margin-left: 20px;
}
.top-ren{
	margin-left: 10px;
}.top-you {
	margin-left: 10px;
	margin-right: 10px;
}
.top-renm{
	display: block;
	float: left;
	margin-right: 30px;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
}
.top-telt {
	display: block;
	position: absolute;
	left: -10px;
	width: 1px;
	height: 18px;
	top: calc(50% - 10px);
	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: 114px;
	height: 44px;
	padding: 0;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
}

.top-tel:hover .top-telmdk {
	height: 50px;
}

.hbg {
	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: 50px;
	font-size: 16px;
	color: #171920;
}

.navnsou-s {
	display: block;
	width: calc(100% - 50px);
	float: left;
	height: 50px;
	padding-left: 20px;
}

.navnsou-c {
	display: block;
	width: 50px;
	height: 50px;
	float: right;
	background: url(../images/nav-fdj.png) center center no-repeat;
	background-size: contain;
	cursor: pointer;
}

.top-headk {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	padding: 0;
	height: 88px;
}

.top-headbg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 305px;
	background: url(../images/nym-nbg.png) left top repeat-x;
	background-size: auto 100% !important;
}
.top-tbg{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 305px;
	background: url(../images/t-topbg.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: 88px;
}

.navk {
	display: block;
	float: left;

}

.navk li {
	display: block;
	float: left;
	position: relative;
	/* position: static !important; */
	/* padding: 1px; */
}

.navk li>a {
	display: block;
	padding: 22px 35px;
	position: relative;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
}

.navk li>a,
.navk li>a:visited {
	color: #fff;
}

.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: #fbcd08;
}

.navFix .top-headbg {
	height: 0;
}
.logoh{
	background: url(../images/logo1.png) center left no-repeat;
	background-size: contain !important;
}
.top-headk2 .logoh,
.navFix .logoh{
	background: url(../images/logo2.png) center left no-repeat;
}
.top-headk2 .top-renm,
.navFix .top-renm{
	color: #000;
}
.top-headk2 .navk li>a,
.top-headk2 .navk li>a:visited,
.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 {
	color: #d33742;
}
.nav-ensj{
	display: block;
	float:left;
	margin-right: 0.12rem;
	margin-top: 0.1rem;
	height: 0.3rem;
	width: 0.3rem;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #fff;
	font-size: 0.13rem;
	line-height: calc(0.3rem - 2px);
	color: #fff;
}
.top-headk2 .nav-ensj,
.navFix .nav-ensj{
	border-color: #434955;
	color: #434955;
}
.nav-fdj{
	margin-right: 0.12rem;
	background: url(../images/nav-tel1.png) center center no-repeat;
	background-size:contain !important;
}
.navsjnav{
	background: url(../images/nav-sjb2.png) center center no-repeat;
	background-size:contain !important;
}
.top-headk2 .nav-fdj,
.navFix .nav-fdj {
	background: url(../images/nav-tel01.png) center center no-repeat;
}
.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-ren {
	background: url(../images/top-ren.png) center center no-repeat;
}
.top-headk2 .top-ren,
.navFix .top-ren {
	background: url(../images/top-ren01.png) center center no-repeat;
}
.top-you{
	background: url(../images/top-you.png) center center no-repeat;
}
.top-headk2 .top-you,
.navFix .top-you {
	background: url(../images/top-you01.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: 0;
} */

.pcnav .navi_content {
	width: 200px;
	display: none;
	padding: 0 3%;
	position: absolute;
	top: 88px;
	left: calc(50% - 100px);
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #fff;
	border-top: 0;
	text-align: center;
	box-shadow: 0 0 24px rgba(35, 40, 122, 0.17);
	z-index: 99;
	padding: 10px;
}

.navi_content a {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	line-height: 44px;
	font-size: 16px;
	color: #272727;
	/* float: none; */
}
.navi_content a:hover{
	color: #d33742;
}
.nav-erjddk1{
	display: block;
	width: 80%;
	float: right;
}
.nav-erjddk2{
	display: block;
	width: 70%;
	float: right;
}
.nav-erjdmk {
	display: flex;
	justify-content: center;
	/* justify-content: space-between; */
}

.pcnav .nav-erjdmk>a {
	display: block;
	padding: 40px 45px;
	position: relative;
	line-height: 26px;
	font-size: 16px;
	color: #272727;
}

.pcnav .nav-erjdmk>a,
.pcnav .nav-erjdmk>a:visited {
	color: #272727;
}

.pcnav .nav-erjdmk>a:hover {
	color: #fdcc00;
}

.navi_content3 {
	display: block;
	width: 400px;
	margin-right: 8%;
	float: right;
}

.navi_content2 {
	display: block;
	width: 800px;
	margin-right: 8%;
	float: right;
}

.nav-nbk {
	display: block;
	margin: 0 auto 14px;
	position: relative;
	z-index: 3;
	width: 70px;
}

.nav-nm {
	display: block;
	position: relative;
	z-index: 3;
}

.nav-nbg {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.8);
}

.pcnav .nav-erjdmk a:hover .nav-nbg {
	height: 100%;
}

.nav-xbb1,
.nav-xbb01 {
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}

.nav-xbb1 {
	transform: scale(1);
}

.nav-xbb01 {
	transform: scale(0);
}

.nav-erjdmk a:hover .nav-xbb1 {
	transform: scale(0);
}

.nav-erjdmk a:hover .nav-xbb01 {
	transform: scale(1);
}


/* 语言 */
.head-yydd {
	display: block;
	position: relative;
}

.head-yydk {
	position: relative;
	z-index: 3;
}

.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: 44px;
	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: #e43742;
}
/* 手机 */
/* .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.png) 98% center no-repeat;
}
.subNavBox .currentDd.currentDt {
	background: url(../images/jiantou.png) 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: #272727;
	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.5rem;
	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;
}
/*  */
.sj-hyak{
	display: block;
	overflow: hidden;
}
.sj-hyak a{
	display: block;
	width: 50%;
	float: left;
	/* text-align: center; */
	padding: 0.1rem 0 0.1rem  0.15rem;
	line-height: 0.4rem;
	font-size: 0.17rem;
	color: #272727;
}
.sj-hyak a:first-child{
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.sj-hyak2 a{
	display: block;
	width: 100%;
	float: none;
	border-right: none;
	padding: 0.1rem 0 0.1rem  0.15rem;
	line-height: 0.4rem;
	font-size: 0.17rem;
	color: #272727;
}
.sj-hyak2 a,.sj-hyak2 a:visited{
	color: #272727;
}
.sj-hyak a img, .sj-hyak2 a img{
	display: block;
	float: left;
	width: 0.2rem;
	margin-top: 0.1rem;
}
.sj-hyak a span, .sj-hyak2 a span{
	display: block;
	margin-left: 0.2rem;
	padding-left: 0.06rem;
}
.sj-hyak a div{
	display: inline-block;
}
/* 右侧浮动 */
.ab-fuk {
	display: block;
	position: fixed;
	right: 33px;
	bottom: 18px;
	transform: translateY(-40%);
	z-index: 67;
}

.ab-funk {
	display: block;
	width: 68px;
	height: 68px;
	margin-bottom: 10px;
	position: relative;
	/* overflow: hidden; */
	border-radius: 50%;
	box-shadow: 0 0 24px rgba(35, 40, 122, 0.17);
}

.ab-futcbgx {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 4;
}

.ab-futcbgx2 {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.ab-futc1 {
	display: block;
	position: absolute;
	overflow: hidden;
	left: 0;
	width: 0;
	height: 68px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 68px;
	padding: 11px 0;
	/* padding: 11px 10px 11px 25px; */
	line-height: 40px;
	font-size: 16px;
	color: #434955;
	transition: all 0.15s linear;
}

.ab-futc1d {
	left: -300px;
	width: 300px;
	padding: 11px 10px 11px 25px;
}

.ab-futc1-xie {
	display: block;
	width: calc(100% - 44px);
	height: 44px;
	background: transparent;
	float: left;
}

.ab-futc1-sub {
	display: block;
	width: 44px;
	height: 44px;
	cursor: pointer;
	background: url(../images/inpfubtu001.png) center center no-repeat;
	background-size: 80% !important;
}

.ab-futcbg {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 66;
}

.ab-funk2 {
	display: block;
	width: 54px;
	height: 54px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0 0 24px rgba(35, 40, 122, 0.17);
	background: rgba(255,255,255,0.6);
}

.ab-fuxk {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.ab-funbg {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.ab-futc3,
.ab-futc4 {
	display: none;
	position: absolute;
	width: 180px;
	height: auto;
	left: -180px;
	top: 0;
	background: #fff;
	padding: 15px 15px 12px;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.lianxima {
	display: block;
	width: 150px;
	margin: 0 auto 8px;
}

.lianximam {
	display: block;
	text-align: center;
	line-height: 1.4;
	font-size: 14px;
	color: #454545;
}

.inpfubtu01,
.inpfubtu1 {
	display: block;
	position: absolute;
	top: 0;
}

.inpfubtu1 {
	left: 0;
	top: 0;
	transform: scale(1);
}

.inpfubtu01 {
	left: 0;
	top: 0;
	transform: scale(0);
}

.ab-funk:hover .ab-funbg {
	background: url(../images/inpfubg2.png) center center no-repeat;
}

.ab-funk:hover .inpfubtu1,
.ab-funk2:hover .inpfubtu1 {
	transform: scale(0);
}

.ab-funk:hover .inpfubtu01,
.ab-funk2:hover .inpfubtu01 {
	transform: scale(1);
}

.ab-funk:hover .ab-funbg {
	animation: ab-funbg 5s infinite linear both;
}

@keyframes ab-funbg {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* 底部版权 */
.swiper-sliden {
	height: 471px !important;
	overflow: hidden;
	background-size: cover !important;
}

.fo-nrdk {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 4;
}
.fo-tmbg{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: calc(100% - (100% - var(--width))/2 - 485px);
	/* left: calc(50% + (var(--width)/2 - 485px)); */
	top: 0;
	z-index: 3;
	background: rgba(255,255,255,0.5);
}
.fo-adddk {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 42px 0 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.fo-addk {
	display: block;
	line-height: 26px;
	font-size: 16px;
	color: #fff;
}
.fo-telk{
	overflow:hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.fo-telb{
	display: block;
	float: left;
}
.fo-telm {
	display: block;
	font-weight: bold;
	margin-left: 65px;
	padding-bottom: 12px;
	border-bottom: 2px solid #858482;
	line-height: 38px;
	font-size: 24px;
	color: #131212;
}
.fo-telm2{
	display: block;
	margin-left: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #131212;
}
.fo-tmdk{
	display: block;
	width: 485px;
	position: relative;
}
.fo-tmdxk{
	display: block;
	position: relative;
	z-index: 2;
}
.fo-adnk{
	overflow: hidden;
	margin-bottom: 10px;
}
.fo-adnk > .clear{
	margin-bottom: 10px;
}
.fo-conk {
	display: block;
	padding: 35px 0 30px;
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.fo-logo1{
	display: block;
	position: relative;
	overflow: hidden;
	height: 56px;
	margin-bottom: 55px;
}
.fo-ncdk {
	display: block;
	position: relative;
	padding: 24px 0;
	overflow: hidden;
}

.fo-nav {
	display: block;
	max-width: 1120px;
	overflow: hidden;
	line-height: 26px;
	font-size: 14px;
	color: #757575;
}

.fo-navlb {
	display: flex;
	justify-content: space-between;
	flex-direction:row;
}

.fo-navlb li {
	display: block;
}

.fo-navlb li.fo-navlt{
	width: 1px;
	background: rgba(0,0,0,0.2);
}
.fo-nava {
	display: block;
	margin-bottom: 22px;
	line-height: 28px;
	font-size: 16px;
	color: #131212;
}

.fo-nava,
.fo-nava:visited {
	color: #131212;
}

.fo-naveak {
	display: block;
	overflow: hidden;
}

.fo-naveak a {
	display: block;
	margin-bottom: 10px;
}
.fo-naveak a:last-child{
	margin-bottom: 0;
}
.fo-naveak a,
.fo-naveak a:visited {
	color: #757575;
}

.fo-naveak a:hover {
	color: #131212;
}

.fo-copy,
.fo-nxbdk {
	display: block;
	line-height: 26px;
	font-size: 14px;
	color: #8d8d8d;
}

.fo-copy a,
.fo-copy a:visited,
.fo-nxbdk,
.fo-nxbdk a,
.fo-nxbdk a:visited {
	color: #8d8d8d;
}

.fo-ewm-tudk {
	display: block;
	float: right;
	overflow: hidden;
	text-align: center;
	line-height: 1.1;
	font-size: 16px;
	color: #cecece;
}

.fo-ewm-tuk {
	display: block;
	overflow: hidden;
	width: 128px;
	background: #fff;
	border: 9px solid #fff;
	margin: 0 auto;
}

.fo-nadk {
	display: block;
	width: calc(100% - 485px);
	float: left;
	padding-right: 80px;
}
/*  */
.in-topbg2{
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 147px;
	background: url(../images/in-topbg2.png) left top repeat-x;
	z-index: 3;
}
.in-topbg3{
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 147px;
	background: url(../images/in-topbg3.png) left top repeat-x;
	z-index: 3;
}
.us-navnk{
	display: block;
	position: fixed;
	width: 100%;
	height: 0.6rem;
	background: url(../images/fobg.jpg) center top no-repeat;
	background-size: cover !important;
	/* background-color: #fff; */
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	left: 0;
	bottom: 0;
	z-index: 100;
}
.us-navhr{
	height: 0.6rem;
}
.us-navnk a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 33.3333%;
	float: left;
	padding: 0.08rem 0;
}
.us-navnk a.on .user-leibmcn{
	color: #d33742;
}
.us-navnk a.on .usxx-b01 {
	transform: rotate(0);
}

.us-navnk a.on .usxx-b1{
	transform: rotate(92deg);
}
.user-titsj{
	display: block;
	margin-bottom: 0.2rem;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	font-size: 0.2rem;
	color: #fff;
}
.us-grtitsj{
	display: block;
	position: relative;
	overflow: hidden;
	background: rgba(255,255,255,0.4);
	/* border: 1px solid #fff; */
	text-align: center;
	margin: 0 0.25rem 0.25rem;
	padding: 0.1rem;
	line-height: 0.4rem;
	font-size: 0.18rem;
	color: #272727;
}
.us-grtitsj div{
	display: block;
	background: rgba(255,255,255,0.8);
	padding: 0.15rem 0.15rem 0.1rem;
}

.us-grtitsj img{
	display: block;
	width: 0.4rem;
	margin: 0 auto 0.03rem;
}
.us-grtitsj span{
	display: block;
}
