/*! 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: "Microsoft YaHei";
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers (opinionated).
 */


/* body,html,div,ul,ol,li,h1,h2,h3,h4,h5,p {
  margin: 0;
  padding: 0;
}
 */


/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
	/* 1 */
	display: block;
}


/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	/* 1 */
	font-size: 1em;
	/* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}


/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a {
	text-decoration: none;
}

a:active,
a:hover {
	outline-width: 0;
	text-decoration: none;
}


/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}


/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	/* 1 */
	font-size: 1em;
	/* 2 */
}


/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}


/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ff0;
	color: #000;
}


/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */


/*audio,
video {
	display: inline-block;
}*/


/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}


/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}


/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

button,
input,
optgroup,
select,
textarea {
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}


/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],

/* 1 */

[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}


/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}


/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}


/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
	overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}


/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,

/* 1 */

menu {
	display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}


/* Scripting
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}


/**
 * Add the correct display in IE.
 */

template {
	display: none;
}


/* Hidden
   ========================================================================== */


/**
 * Add the correct display in IE 10-.
 */

[hidden] {
	display: none;
}


/*myreset*/

* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* ul,
li {
	list-style: none;
} */

*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

a:focus {
	-moz-outline-style: none;
	/* FF */
}

img,
input {
	border: 0;
}

input,
textarea,
select,
* {
	border: 0;
	outline: none;
	-webkit-appearance: none;
	/*去除系统默认样式*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*去除系统默认样式*/
}

a div,
a span {
	cursor: pointer;
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	/* IE Opera */
	outline: none;
	/* FF Opera */
}

ol,
ul,
li,
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

input,
img,
textarea {
	border: none;
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}

body {
	background: #fff;
	overflow-x: hidden;
	font-size: 16px;
}

.clear {
	clear: both;
}

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

.shu16 table {
	border-collapse: 0;
	border-spacing: 1px;
	background: #ddd;
}

.shu16 td,
.shu16 th {
	padding: 5px;
	background: #fff;
}

.shu16 {
	line-height: 32px;
	font-size: 16px;
	color: #3c3c3c;
}

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

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

.fl {
	float: left;
}

.fr {
	float: right;
}

.font18 {
	line-height: 36px;
	font-size: 18px;
	color: #1a1a1a;
}

.font14 {
	line-height: 28px;
	font-size: 14px;
	color: #454545;
}

/*引入字体*/
/* @font-face {
	font-family: 'SourceHanSansCN-Normal';
	src: url('../fonts/sourcehansanscn-normal.ttf') format('truetype');
}

.font {
	font-family: 'SourceHanSansCN-Normal';
}
 */
@font-face {
	font-family: 'Alibaba-PuHuiTi-Bold';
	src: url('../font/Alibaba-PuHuiTi-Bold.otf') format('truetype');
}

.font2 {
	font-family: 'Alibaba-PuHuiTi-Bold';
}

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

.logo1 {
	display: block;
}

.logo2 {
	display: none;
}

.logotu {
	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-tel, .top-tel2{
	display: block;
	float: left;
	position: relative;
	z-index: 22;
}
.top-tel:hover, .top-tel2:hover{
	z-index: 23;
}
.top-tel>img, .top-tel2>img{
	padding: 0 10px;
	cursor: pointer;
}
.top-telmdk{
	display: block;
	top: 100%;
	right: 0;
	width: 200px;
	height: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.top-telmk{
	display: block;
	width: 200px;
	height: 50px;
	padding: 10px;
	line-height: 30px;
	font-size: 20px;
	color: #E94D26;
}
.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;
	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%; */
	width: 100vw;
	padding: 0;
	height: 76px;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	/* background: #007AFF; */
}

.top-headk-hr{
	height: 76px;
}
.top-headbg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 182px;
	background: url(../images/navhbg.png) left top repeat-x;
	background-size: auto 100% !important;
}

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

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

.nav-abb {
	display: block;
	height: 60px;
	margin: 0 auto 8px;
}

.navk {
	display: block;
	float: left;

}

.navk li > a {
	display: block;
	float: left;
	padding: 26px 28px;
	line-height: 36px;
	font-size: 16px;
	color: #000;
}
.navk a:visited {
	color: #000;
}

.navk a:hover,
.navk a.on {
	color: #E94D26;
}

.head-yydd {
	display: block;
	position: relative;
}

.head-yydk {
	height: 76px;
	position: relative;
	z-index: 3;
}

.navk {
	display: block;
}

.nav-xt {
	position: absolute;
	width: 0;
	left: 50%;
	transform: translateX(0);
	bottom: 0;
	height: 4px;
	background: #E94D26;
}

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

.navk li>a {
	display: block;
	padding: 18px 27px;
	position: relative;
	line-height: 40px;
	font-size: 16px;
	color: #171920;
}

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

/* .navtb {
	display: block;
	width: 30px;
	height: 52px;
	float: left;
	background: url(../images/navtb.png) right center no-repeat;
	background-size: auto 100%;
}

.navFix .navtb {
	background: url(../images/navtb3.png) right center no-repeat;
	background-size: auto 100%;
}
 */
.navFix {
	width: 100vw;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: #fff;
	position: fixed;
	z-index: 99;
	top: 0;
}

.navFix .logo1 {
	display: none;
}

.navFix .logo2 {
	display: block;
}

.navFix .navk li > a {
	color: #000;
}

.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: 50%;
	transform: translateX(-50%);
}


.navk li:hover>a,
.navk li.on>a {
	color: #E94D26;
}

.navFix .navk li:hover>a,
.navFix .navk li.on>a {
	color: #E94D26;
}

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

.navFix .head-yyxk {
	color: #000;
}

.navFix .head-yyxk span {
	background: url(../images/top-nj01.png) center left no-repeat, url(../images/top-nj02.png) center right no-repeat;
}

/*  */
.pcnav.navi {}

.pcnav .navi_content {
	width: 180px;
	display: none;
	padding: 0 3%;
	position: absolute;
	top: 76px;
	left:  calc(50% - 90px);
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid #fff;
	padding: 10px;
	border-top: 0;
	text-align: right;
	box-shadow: 0 0 24px rgba(35, 40, 122, 0.17);
	z-index: 99;
}

.navi_content > a {
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #b7b7b7;
	position: relative;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	color: #3C3C3C;
}

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

.pcnav .nav-erjdmk>a,
.pcnav .nav-erjdmk>a:visited {
	color: #000;
}

.pcnav .nav-erjdmk>a:hover {
	color: #E94D26;
}

.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: 60px;
}

.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%;
}
.erjin{
	position: relative;
}
.erjin > a {
		display: block;
		padding: 10px 15px;
		border-bottom: 1px solid #b7b7b7;
		position: relative;
		text-align: center;
		line-height: 26px;
		font-size: 16px;
		color: #3C3C3C;
	}
.erjink {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: 200px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.erjink>a {
	display: block;
	text-align: center;
	padding: 9px 0;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	line-height: 24px;
	font-size: 14px;
	color: #000;
}

.erjink>a:visited {
	color: #000;
}

.erjink>a:hover {
	color: #E94D26;
}
.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);
}

.top-headk2.top-headk {
	border-bottom-color: rgba(0, 0, 0, 0.09);
}

.top-headk2 .logo1 {
	display: none;
}

.top-headk2 .logo2 {
	display: block;
}

.top-headk2 .navk li>a,
.top-headk2 .navk li>a:visited {
	color: #000;
}

.top-headk2 .head-yyxk {
	color: #000;
}

.top-headk2 .head-yyxk span {
	background: url(../images/top-nj01.png) center left no-repeat, url(../images/top-nj02.png) center right no-repeat;
}

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

/* 手机 */
.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 .subNav:nth-child(2), .subNavBox .subNav:nth-child(3){
} */

.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: #333;
	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(33, 63, 153, 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.18rem;
	color: #434955;
}

.navd-list li {
	display: block;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.navd-list li:last-child{
	border-bottom: none;
}
.navd-list li>a {
	display: block;
}

.navd-list li>a,
.navd-list li>a:visited {
	color: #434955;
}

.navsou-sj{
	overflow: hidden;
}
.navsou-s{
	display: block;
	width: calc(100% - 0.5rem);
	height: 0.54rem;
	line-height: 0.54rem;
	font-size: 0.16rem;
	color: #434955;
	float: left;
}
.navsou-c{
	display: block;
	width: 0.5rem;
	height: 0.54rem;
	float: right;
	background:url(../images/nav-fdj.png) center center no-repeat;
	background-size: contain;
}
.nav-fdj{
	margin-right: 0.2rem;
}
.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 0 0 0.1rem;
	overflow: hidden;
	line-height: 0.4rem;
	font-size: 0.15rem;
	color: #434955;
}
.nav-erj a:last-child {
	border-bottom: none;
}

.nav-erj a,
.nav-erj a:visited {
	color: #434955;
}

/* 2 */
.nav-erjdk{
	display: block;
	position: relative;
	
}
.nav-xj2 {
	display: block;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 0.3rem;
	/* width: 100%; */
	height: 0.4rem;
	background: url(../images/nav-xj.png) 96% center no-repeat;
	background-size: auto 0.54rem !important;
}
.nav-erj2 {
	display: none;
	margin-left: 0.2rem;
}

.nav-erj2 a {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0 0 0 0.1rem;
	overflow: hidden;
	line-height: 0.4rem;
	font-size: 0.14rem;
	color: #434955;
}


.nav-erj2 a,
.nav-erj2 a:visited {
	color: #434955;
}
/* 2 */

.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-dlnk{
	display: block;
	/* overflow: hidden; */
	float: left;
	padding-right: 20px;
}
.top-dlnk > span{
	display: block;
	float: left;
	width: 30px;
	text-align: center;
	line-height: 76px;
	font-size:  14px;
	color: #171920;
}
.top-dlnk > a{
	display: block;
	overflow: hidden;
	float: left;
}
.top-zc{
	display: block;
	overflow: hidden;
	float: left;
}
.top-zcm{
	display: block;
	margin-left: 22px;
	max-width:66px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 6px;
	line-height: 76px;
	font-size: 14px;
	color: #171920;
}
.top-dlnk > a:last-child span{
	margin-left: 0;
	padding-left: 0;
}
.rhyan{
	display: block;
	overflow: hidden;
	padding: 0.2rem 0 0;
}
.rhyan a{
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	width: calc(50% - 0.1rem);
	border: 1px solid #E94D26;
	border-radius: 0.1rem;
	margin-left: 0.2rem;
	padding: 0.06rem 0;
}
.rhyan a:first-child{
	margin-left: 0;
}
.rhyanb{
	display: block;
	position: relative;
	height: 0.35rem;
	margin: 0 auto 0.05rem;
}
.rhyanbm{
	display: block;
	text-align: center;
	line-height: 1.6;
	font-size: 0.16rem;
	color: #E94D26;
}



/* 右侧浮动 */
.ab-fuk {
	display: block;
	position: fixed;
	right: 20px;
	bottom: 50px;
	transform: translateY(-40%);
	z-index: 120;
}
.fo-lxnb{
	display: block;
	width: 40px;
	height: 128px;
	margin-bottom: 20px;
	cursor: pointer;
}
.ab-funk {
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
	position: relative;
	/* overflow: hidden; */
	border-radius: 50%;
	box-shadow: 0 0 24px rgba(35, 40, 122, 0.17);
}
.ab-funk2 {
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0 0 24px rgba(35, 40, 122, 0.17);
	background: #fff;
}

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


.fo-lxnb-tc{
	display: none;
	position: absolute;
	width: 260px;
	height: 220px;
	z-index: 4;
	right: 55px;
	top: 0;
	background: #fff;
	border-radius: 7px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	padding: 20px 30px;
}
.fo-lxnb-tcxk1{
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #eee;
}
.fo-lxnbn{
	display: block;
	float: left;
	margin-top: 6px;
}
.fo-lxnbnm{
	display: block;
	margin-left: 32px;
}
.fo-lxnbnm1{
	margin-bottom: 4px;
	line-height: 26px;
	font-size: 16px;
	color: #3c3c3c;
}
.fo-lxnbnm2{
	line-height: 24px;
	font-size: 18px;
	color: #E94D26;
}
.fo-lxnbna{
	display: block;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	background: url(../images/fo-lxnbn3.png) right center no-repeat;
}

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

/* 底部版权 */
.mySwiper-home .swiper-sliden {
	height: 437px !important;
	overflow: hidden;
}

.fobg {
	background-size: cover !important;
}

.fo-conk {
	display: block;
	padding: 40px 0 28px;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}


.fo-add-nk {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 35px 0;
}

.fo-addk {
	display: block;
	width: calc(100% - 155px);
	max-width: 1485px;
	float: left;
	padding-top: 40px;
}

.fo-adlbk {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.fo-adlbk li {
	display: inline;
	list-style: none;
}

.fo-adlbk li>.ovfh {
	margin-left: 96px;
}

.fo-adll {
	display: block;
	width: 1px;
	height: 75px;
	background: rgba(221, 162, 135, 0.3);
}


.fo-nxb {
	display: block;
	float: left;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.fo-ad-en {
	margin-top: 6px;
	margin-bottom: 8px;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
}

.fo-ad-cn {
	line-height: 26px;
	font-size: 18px;
	color: #fff;
}

.fo-ewmnk {
	display: block;
	position: relative;
	overflow: hidden;
	float: right;
	width: 154px;
	height: 154px;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.15);
}

.fo-ncdk {
	display: block;
	position: relative;
	padding: 21px 0;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.fo-nav {
	display: block;
	width: calc(100% - 460px);
	padding-right: 40px;
	overflow: hidden;
	line-height: 33px;
	font-size: 16px;
	color: #fff;
}
.fo-navlb{
	display: flex;
	justify-content: space-between;
	max-width: 980px;
}
.fo-navlb li{
	display: block;
	/* width: calc(980px/6);
	float: left; */
}
.fo-nava{
	display: block;
	color: #fff;
}
.fo-nava, .fo-nava:visited{
	color: #fff;
}
.fo-naveak{
	display: block;
	overflow: hidden;
	
}
.fo-naveak a{
	display: block;
}
.fo-naveak a, .fo-naveak a:visited{
	color: #b2b8bf;
}
.fo-naveak a:hover{
	color: #fff;
}
.fo-copy,.fo-nxbdk {
	display: block;
	line-height: 28px;
	font-size: 16px;
	color: #e8eaf0;
}

.fo-copy a,
.fo-copy a:visited ,
.fo-nxbdk, .fo-nxbdk a, .fo-nxbdk a:visited{
	color: #e8eaf0;
}
.fo-ewm-tudk{
	display: block;
	float: right;
	background: #fff;
	padding: 9px;
	overflow: hidden;
	text-align: center;
	line-height: 1.1;
	font-size: 14px;
	color: #202020;
}
.fo-ewm-tuk{
	display: block;
	overflow: hidden;
	width: 106px;
	margin: 0 auto 10px;
}
.fo-teldmdk{
	display: block;
	overflow: hidden;
	margin-bottom: 37px;
}
.fo-teldmk{
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
}
.fo-teldmk:last-child{
	margin-left: 30px;
	padding-left: 30px;
	border-left: 2px solid rgba(255,255,255,0.6);
}
.fo-telm{
	display: block;
	overflow: hidden;
	text-align: right;
}
.fo-telmx{
	display: inline-block;
}
.in-fonb{
	display: block;
	float: left;
}
.in-fonbm{
	display: block;
	margin-left: 30px;
	line-height: 26px;
	font-size: 16px;
	color: #e8eaf0;
}

.fo-tels{
	display: block;
	text-align: right;
	line-height: 28px;
	font-size: 24px;
	color: #e8eaf0;
}
