/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
	/* 1 */
	/*line-height: 1.15;*/
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 3 */
	-webkit-text-size-adjust: 100%;
	/* 3 */
}

* {
	font-family: "微软雅黑";
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}


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


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


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


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

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


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

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


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


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

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


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

figure {
	margin: 1em 40px;
}


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

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


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

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


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


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

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


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

a {
	text-decoration: none;
}

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


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

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


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

b,
strong {
	font-weight: inherit;
}


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

b,
strong {
	font-weight: bolder;
}


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

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


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

dfn {
	font-style: italic;
}


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

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


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

small {
	font-size: 80%;
}


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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


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


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


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


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

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


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

img {
	border-style: none;
}


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

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


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


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

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

textarea {
	-webkit-appearance: none;
}

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


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

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


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

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


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

button,
html [type="button"],

/* 1 */

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


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

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


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

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


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

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


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

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


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

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


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

textarea {
	overflow: auto;
}


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

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


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

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


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

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


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

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


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

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


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


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

details,

/* 1 */

menu {
	display: block;
}


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

summary {
	display: list-item;
}


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


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

canvas {
	display: inline-block;
}


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

template {
	display: none;
}


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


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

[hidden] {
	display: none;
}


/*myreset*/

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

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

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

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

img,
input {
	border: 0;
}

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

a div,
a span {
	cursor: pointer;
}

textarea {
	resize: none;
}

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

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

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

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

.clear {
	clear: both;
}

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

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

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

.shu16 {
	line-height: 30px;
	color: #343434;
	font-size: 16px;
}

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

.shu12 {
	line-height: 26px;
	color: #343434;
	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;
}

/*引入字体*/
/*头部*/
.logo {
	display: block;
	position: relative;
}

.logo1 {
	display: block;
}

.logo2 {
	display: none;
}

.top-navk {
	display: block;
	position: absolute;
	/* left: 0; */
	top: 0;
	width: 100%;
	height: auto;
	z-index: 99;
	background-size: auto 100% !important;
}

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

.top-headk {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 34;
	width: 100%;
	padding: 0;
	height: 94px;
}

.top-headxk {
	display: block;
	position: relative;
	z-index: 33;
	padding: 0;
	margin: 0 auto;
	background: url(../images/dnavbg.png) left bottom no-repeat rgba(0, 0, 0, 0.1);
	background-size: 100% auto !important;
}

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

.logoh {
	display: block;
	position: relative;
	overflow: hidden;
}

.navk {
	display: block;
	float: left;
	padding-right: 26px;
}

.nav-xt {
	position: absolute;
	width: 0;
	left: 50%;
	transform: translateX(-50%);
	top: calc(50% + 10px);
	height: 0;
	background: ;
}

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

.navk li>a {
	display: block;
	padding: 18px 32px;
	position: relative;
	/* font-weight: bold; */
	line-height: 58px;
	font-size: 18px;
	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);
	position: fixed;
	z-index: 99;
	top: 0;
}

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

.navFix .top-headxk {
	background-color: rgba(0, 0, 0, 0.8);
}
.top-headbg{
	display: block;
	position: absolute;
	width: 100%;
	height: 200px;
	left: 0;
	top: 0;
	background: url(../images/nav-nbg.png) left top repeat-x;
	background-size: auto 100% !important;
}
.navFix .top-headbg {
	height: 0;
}

.top-headk20,
.top-headk2 {
	background-color: #000;
}

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

.navFix .navk li:hover>a,
.navFix .navk li.on>a,
.navFix .navk li.active>a,
.top-headk2 .navk li:hover>a,
.top-headk2 .navk li.on>a,
.top-headk2 .navk li.active>a {
	color: #e15616;
}

.navFix .top-headbg {
	display: block;
	/* background-image: none; */
}

.navFix .top-telmk {
	color: #535353;
}

.top-headk2 .top-headxk {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.top-cn {
	display: block;
	float: left;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	margin-top: 28px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.top-searchdk {
	display: block;
	float: left;
	margin-top: 28px;
	margin-right: 13px;
	width: 174px;
	height: 38px;
	border-radius: 38px;
	border: 1px solid #fff;
}

.navnsou-s {
	display: block;
	float: left;
	width: calc(100% - 42px);
	height: 36px;
	padding-left: 20px;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
}

.navnsou-c {
	display: block;
	float: right;
	width: 42px;
	height: 36px;
	background: url(../images/search.png) center 8px no-repeat;
	cursor: pointer;
}

/*  */
.pcnav.navi {}

.pcnav .navi_content {
	width: 230px;
	display: none;
	padding: 0 3%;
	position: absolute;
	top: 94px;
	left: calc(50% - 90px);
	background: url(../images/navcpg.png) center center no-repeat;
	background-size: cover !important;
	/* background: rgba(0, 0, 0, 0.77); */
	border-top: 0;
	padding: 10px 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	text-align: center;
	z-index: 99;
	line-height: 26px;
	font-size: 16px;
	color: #fff;
}
.pcnav .navi_content-sck{
	width: 320px;
	left: calc(50% - 160px);
}
.pcnav .navi_content>a, .erjin > a  {
	display: block;
	padding: 10px 0;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 26px;
	font-size: 16px;
	color: #ddd;
}

.pcnav .navi_content>a,
.pcnav .navi_content>a:visited {
	color: #ddd;
}

.pcnav .navi_content>a:hover, .erjin:hover > a {
	color: #e15616;
}

.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);
}
.erjin{
	position: relative;
}
.erjink {
	display: none;
	position: absolute;
	left: calc(100% - 1px);
	top: 0;
	width: 240px;
	background: rgba(0, 0, 0, 0.75);
	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(255, 255, 255, 0.12);
	line-height: 24px;
	font-size: 14px;
	color: #ddd;
}

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

.erjink>a:hover {
	color: #e15616;
}
/*  */
/*  */

.nav-madk {
	display: flex;
	justify-content: space-around;
	position: relative;
	margin: 30px 50px;
	overflow: hidden;
}

.nav-erjdk {
	display: block;
	/* float: left;
	width: 25%; */
	padding: 20px 30px;
	text-align: left;
	/* border-left: 1px solid rgba(255, 255, 255, 0.2); */
}
.nav-erjdtt{
	display: block;
	width: 1px;
	background: rgba(255, 255, 255, 0.2);
}
.nav-erjdk:nth-child(4n+1) {
	border-left: none;
}

/* .nav-erjdk:nth-child(1),
.nav-erjdk:nth-child(2),
.nav-erjdk:nth-child(3) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
 */
.nav-ma-erj-tit {
	display: block;
	margin-bottom: 18px;
	padding-left: 27px;
	background: url(../images/nav-erxj.png) left 3px no-repeat;
	background-size: auto 18px !important;
	/* font-weight: bold; */
	line-height: 24px;
	font-size: 18px;
	color: #fff;
}
.nav-ma-erj-titt{
	background-image: url(../images/nav-erxj2.png);
}
.nav-ma-sanjdk {
	display: block;
	height: 132px;
}

.nav-ma-sanj-tit {
	display: block;
	margin-bottom: 12px;
	line-height: 24px;
	font-size: 14px;
	color: #ddd;
}

.nav-ma-sijdk {
	display: block;
}

.nav-ma-sij-tit {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #dadada;
}

.nav-ma-erj-tit:hover,
.nav-ma-sanj-tit:hover,
.nav-ma-sij-tit:hover {
	color: #e15616;
}

/* 二级导航选项卡 */
.pcnav .navi_content-navma {
    left: 0;
    width: 100%;
    overflow: hidden;
}
.navi_content-navma .container-ny{
}
.navi_content-navma .tab {
	position: relative;
	padding: 47px 0;
	text-align: left;
	height: calc(384px + 47px*2);
}

.nav-cp-yleik {
	overflow: hidden;
	float: left;
	width: 414px;
	height: 384px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.nav-cp-dtit {
	display: block;
	position: relative;
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.navi_content-navma .tab .tab_menu {
	z-index: 1;
}

.navi_content-navma .tab .tab_menu li {
	display: block;
	float: none;
	padding-left: 38px;
	background: url(../images/nav-cpb1.png) left 10px no-repeat;
	margin-bottom: 15px;
	cursor: pointer;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
}

.navi_content-navma .tab .tab_menu li>a {
	display: block;
	padding: 0;
	line-height: 30px;
	font-weight: normal;
}

.navi_content-navma .tab .tab_menu li>a,
.navi_content-navma .tab .tab_menu li>a:visited {
	color: #fff;
}

.navi_content-navma .tab .tab_menu .selected {
	background: url(../images/nav-cpb01.png) left 10px no-repeat;
}

.navi_content-navma .tab .tab_menu li.selected>a {
	font-weight: bold;
	color: #e15517;
}

.navi_content-navma .tab .tab_box {
	width: calc(100% - 414px);
	height: 100px;
	float: left;
}

.navi_content-navma .hide {
	display: none;
}

.navi_content-navma .tab_box .div {}

.navi_content-navma .tab20 {
	position: relative;
}

.nav-cp-eleik {
	overflow: hidden;
	float: left;
	width: 460px;
	height: 384px;
	padding-left: 65px;
}

.navi_content-navma .tab20 .tab_menu20 {
	z-index: 1;
}

.navi_content-navma .tab20 .tab_menu20 li {
	float: none;
	padding-left: 18px;
	background: url(../images/nav-cpb2.png) left 11px no-repeat;
	margin-bottom: 15px;
	cursor: pointer;
	line-height: 30px;
	font-size: 14px;
	color: #e5e5e5;
}

.navi_content-navma .tab20 .tab_menu20 li>a {
	display: block;
	padding: 0;
	line-height: 30px;
	font-weight: normal;
}

.navi_content-navma .tab20 .tab_menu20 li>a,
.navi_content-navma .tab20 .tab_menu20 li>a:visited {
	color: #e5e5e5;
}
.navi_content-navma .tab20 .tab_menu20 .selected21,
.navi_content-navma .tab20 .tab_menu20 .selected22,
.navi_content-navma .tab20 .tab_menu20 .selected23{
	background: url(../images/nav-cpb02.png) left 11px no-repeat;
}

.navi_content-navma .tab20 .tab_menu20 li.selected21>a,
.navi_content-navma .tab20 .tab_menu20 li.selected22>a,
.navi_content-navma .tab20 .tab_menu20 li.selected23>a{
	font-weight: bold;
	color: #e15517;
}
.navi_content-navma .tab20 .tab_box20 {
	width: calc(100% - 460px);
	height: 100px;
	float: left;
	position: relative;
	padding-left: 90px;
}
.navi_content-navma .tab_boxhbg {
	display: block !important;
	background: rgba(0,0,0,0.25);
	position: absolute;
	z-index: 1;
	width: 1000px;
	height: 800px;
	left:0;
	top: calc(50% - 400px);
}
.navi_content-navma .hide20 {
	display: none;
}
.navi_content-navma .tab_box20 .div20 {
	position: relative;
	z-index: 3;
}
.nav-cp-stit{
	display: block;
	margin-bottom: 16px;
	line-height: 30px;
	font-size: 16px;
	color: #e15517;
}
.nav-cp-stit:visited{
	color: #e15517;
}
.nav-cp-csm1{
	display: block;
	height: 48px;
	margin-bottom: 10px;
	line-height: 24px;
	font-size: 14px;
	color: #E5E5E5;
}
.nav-cp-tudk{
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 33px;
}
.nav-cp-tuxk{
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	border-radius: 6px;
}
.nav-cp-cpl-tit{
	display: block;
	margin-bottom: 13px;
	line-height: 28px;
	font-size: 16px;
	color: #e15616;
}
.nav-cp-cpl-adk{
	display: block;
	overflow: hidden;
}
.nav-cp-cpl-adxk{
	display: block;
	margin-left: -20px;
}

.nav-cp-cpl-adxk a{
	display: block;
	float: left;
	min-width: calc(25% - 20px);
	margin-left: 20px;
	margin-bottom: 10px;
	padding-left: 18px;
	background: url(../images/nav-cpb2.png) left 8px no-repeat;
	line-height: 26px;
	font-size: 14px;
	color: #e5e5e5;
}
.nav-cp-cpl-adxk a:hover{
	color: #e15616;
	background: url(../images/nav-cpb02.png) left 8px no-repeat;
}
/* end */
/*  */
#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, 1);
	padding: 0.3rem 0.2rem;
	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.5);
}

#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;
	cursor: pointer;
}

.navd-list {
	display: block;
	position: absolute;
	width: calc(100% - 0.4rem);
	height: calc(100% - 0.8rem);
	overflow-y: auto;
	top: 0.5rem;
	line-height: 0.54rem;
	font-size: 0.16rem;
	color: #fff;
}

.navd-list li {
	display: block;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 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: #fff;
}

.navd-list li.on>a {
	color: #fff;
}

.navsou-sj {
	margin-top: 0.25rem;
	overflow: hidden;
	border-radius: 1rem;
	padding-left: 0.2rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-erj a.on {
	color: #fff;
}

.navsou-s {
	display: block;
	width: calc(100% - 0.5rem);
	height: 0.48rem;
	line-height: 0.48rem;
	font-size: 0.16rem;
	color: #fff;
	float: left;
}
.navsou-s::placeholder{
	color: rgb(255,255,255,0.7);
}
.navsou-c {
	display: block;
	width: 0.5rem;
	height: 0.48rem;
	float: right;
	background: url(../images/nav-fdj2.png) center center no-repeat;
	background-size: contain;
	cursor: pointer;
}

.nav-fdj {
	margin-right: 0.1rem;
}

.nav-xj {
	display: block;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 0.5rem;
	/* width: 100%; */
	height: 0.54rem;
	background: url(../images/nav-xj.png) 96% center no-repeat;
	background-size: auto 0.54rem !important;
}

.nav-xj {
	display: block;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 0.5rem;
	height: 0.54rem;
	background: url(../images/nav-xj.png) center center no-repeat;
	background-size: auto 0.54rem !important;
}

.nav-xj2 {
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 3;
	right: 0;
	top: 0;
	width: 0.5rem;
	height: 46px;
	background: url(../images/nav-xj.png) center center no-repeat;
	background-size: auto 0.54rem !important;
}
.navsj{
	margin-left: 0.15rem;
}
.nav-erj {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
	padding-left: 12px;
}

.nav-erj dd {
	display: block;
	list-style: none;
	position: relative;
	overflow: hidden;
	padding: 0 2px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
	font-size: 16px;
}

.nav-erj dd>a {
	display: block;
	padding: 10px 36px 10px 0;
	line-height: 26px;
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

.nav-erj dd>a,
.nav-erj dd>a:visited {
	color: rgba(255, 255, 255, 0.8);
}

.nav-erj2 {
	display: none;
	padding: 6px 0 6px 12px;
	overflow: hidden;

}

.nav-erj2>a {
	display: block;
	padding: 0 5px;
	margin-bottom: 6px;
	line-height: 26px;
	font-size: 14px;
}

.nav-erj2>a,
.nav-erj2>a:visited {
	color: rgba(255, 255, 255, 0.6);
}

.nav-erj2>a:last-child {
	margin-bottom: 0;
}

.nav-erj>a {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px 2px;
	text-transform: uppercase;
	line-height: 26px;
	font-size: 16px;
}

.nav-erj>a:last-child {
	border-bottom: none;
}

.nav-erj>a,
.nav-erj>a:visited {
	color: rgba(255, 255, 255, 0.8);
}

/* 右侧浮动 */
.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: 510px !important;
	overflow: hidden;
	background-size: cover !important;
}

.fo-conk {
	display: block;
	position: relative;
	z-index: 2;
	margin: 0 4%;
	padding: 85px 0 50px;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.fo-ncdk {
	display: block;
	position: relative;
	padding: 23px 0;
	margin: 0 4%;
	z-index: 2;
}

.fo-nav {
	display: block;
	width: calc(100% - 535px);
	padding-left: 60px;
	max-width: 985px;
	overflow: hidden;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
}

.fo-navlb {
	display: flex;
	position: relative;
	justify-content: space-between;
}

.fo-navlb li {
	display: block;
	list-style: none;
}

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

.fo-nava,
.fo-nava:visited {
	color: #fff;
}

.fo-naveak {
	display: block;
	overflow: hidden;

}

.fo-naveak a {
	display: block;
	line-height: 34px;
	font-size: 16px;
	color: #c3c3c3;
}

.fo-naveak2 {
	width: 340px;
	margin-left: -10px;
}

.fo-naveak2 a {
	display: block;
	width: calc(33.33333% - 10px);
	margin-left: 10px;
	float: left;
}

.fo-naveak a,
.fo-naveak a:visited {
	color: #c3c3c3;
}

.fo-naveak a:hover {
	color: #fff;
}

.fo-copy,
.fo-nxbdk {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #d8d8d8;
}

.fo-copy a,
.fo-copy a:visited,
.fo-nxbdk,
.fo-nxbdk a,
.fo-nxbdk a:visited {
	color: #d8d8d8;
}

.fo-ewm-tudk {
	display: block;
	overflow: hidden;
	width: 136px;
	background: #fff;
	float: right;
	padding: 15px 15px 8px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #575757;
}

.fo-ewm-tu {
	display: block;
	width: 108px;
	margin-bottom: 7px;
}

.fo-lodk {
	display: block;
	width: 535px;
	float: left;
}

.in-fologok {
	padding-bottom: 42px;
	margin-bottom: 42px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fo-xbm-tel {
	padding-top: 15px;
	margin-bottom: 35px;
	font-weight: bold;
	line-height: 1.3;
	font-size: 36px;
	color: #F4A900;
}

.fo-ewm-mdk {
	width: calc(100% - 136px);
	float: left;
	padding-right: 40px;
}

.fo-xbmk {
	display: block;
	overflow: hidden;
}

.fo-xb {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
}

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

/*  */
.in-foxbdk {
	display: block;
	overflow: hidden;
	margin-bottom: 9px;
}

.in-foxb {
	display: block;
	float: left;
}

.in-foxbm {
	display: block;
	margin-left: 32px;
	line-height: 26px;
}

.in-foxbm2 {
	margin-left: 32px;
	line-height: 1.6;
	font-size: 24px;
}

.in-foxbdk2 {
	display: block;
	margin-bottom: 46px;
}
