/*! 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 */
}
li{
	list-style: none;
}
* {
	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: #17181d;
	overflow-x: hidden;
	font-size: 16px;
}

.clear {
	clear: both;
}
.fix::after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

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: 36px;
	color: #505050;
	font-size: 16px;
}

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

.shu12 {
	line-height: 26px;
	color: #505050;
	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;
}
.fo-ewm-tum{
	color: #454545;
}

/*引入字体*/
@font-face {
	font-family: 'Montserrat-ExtraLight';
	src: url('/Font/Montserrat-ExtraLight.otf') format('truetype');
}
@font-face {
	font-family: 'Arial-Black';
	src: url('/Font/Arial-Black.ttf');
}
@font-face {
	font-family: 'Poppins-Regular';
	src: url('/Font/Poppins-Regular.ttf');
}

.font2 {
	font-family: 'Montserrat-ExtraLight';
}

/*头部*/
.logo {
	display: block;
	position: relative;
	padding:13px 0;
}

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

.top-telk {
	display: block;
	margin: 13px 0;
}

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


.top-telt {
	display: block;
	position: absolute;
	left: -10px;
	width: 1px;
	height: 18px;
	top: calc(50% - 10px);
	background: #a9a9a9;
}

.top-tel2 {
	margin-left: 20px;
}

.top-telmdk {
	display: block;
	float: left;
	overflow: hidden;
}

.top-telmk {
	display: block;
	width: 120px;
	height: 57px;
	text-align: right;
	padding: 10px 0;
	line-height: 37px;
	font-size: 16px;
	color: #fff;
}

.hbg {
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 21;
}
.top-search{
	display: block;
	cursor: pointer;
}
.top-searchdk {
	display: none;
	position: absolute;
	z-index: 30;
	right: 0;
	top: 100%;
	width: 340px;
	overflow: hidden;
	/* border-radius: 6px; */
	border-bottom: 1px solid rgba(255,255,255,0.2);
	background: rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	line-height: 50px;
	font-size: 16px;
	color: #fff;
}

.navnsou-s {
	display: block;
	width: calc(100% - 50px);
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	background: transparent;
	padding-left: 20px;
}
.navnsou-s::placeholder{
	color: #fff;
}
.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: 2000;
	width: 100%;
	padding: 0;
	height: 83px;
}
.top-headxk {
	display: block;
	position: relative;
	z-index: 2000;
	padding: 0 2%;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin: 0 auto;
}

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

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

.navk {
	display: block;
	float: left;
}

.nav-xt {
	position: absolute;
	width: 69px;
	left: 50%;
	transform: translateX(-50%);
	top: calc(50% + 10px);
	height: 0;
	background: ;
}
.navk{
	padding-right: 57px;
}
.navk li {
	display: block;
	float: left;
	position: relative;
	/* position: static !important; */
	/* padding: 1px; */
}

.navk li>a {
	display: block;
	padding: 13px 30px;
	position: relative;
	line-height: 57px;
	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: 99;
	top: 0;
}

.navFix .logo1 {
	display: none;
}

.navFix .logo2 {
	display: block;
}

/* .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 {
	height: 8px;
}

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

.navFix .top-headbg {
	height: 0;
}
.top-headk20,.top-headk2{
	background-color: #000;
}
.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,
.top-headk2 .navk li:hover>a,
.top-headk2 .navk li.on>a,
.top-headk2 .navk li.active>a{
	color: #f4a900;
}

.nav-fdj{
	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;
}
.navFix .top-tel {
	background: url(/Images/top-tel01.png) center center no-repeat;
}
.navFix .nav-fdj {
	background: url(/Images/nav-tel01.png) center center no-repeat;
}
.navFix .navsjnav {
	background: url(/Images/nav-sjb02.png) center center no-repeat;
}

.navFix .top-tel2 {
	background: url(/Images/top-search01.png) center center no-repeat;
}
.navFix .top-headbg
{
	display: block;
	background-image: none;
	/* background-color: #fff; */
}
.navFix .top-telmk {
	color: #535353;
}
.top-headk2 .top-headxk {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
/*  */
.pcnav.navi {}

.pcnav .navi_content {
	width: 100%;
	display: none;
	padding: 0 3%;
	position: absolute;
	top: 98px;
	left: 0;
	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;
}

.navi_content a {
	display: inline-block;
	float: none;
}
.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: #524526;
}

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

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

.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);
}
/* 手机 */
.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: #9a1e23;
}

.subNav.currentDd {
	color: #9a1e23;
	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: #524526;
	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.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.26rem);
	height: calc(100% - 0.8rem);
	overflow-y: auto;
	top: 0.5rem;
	line-height: 0.54rem;
	font-size: 0.18rem;
	color: #505050;
}

.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: #505050;
}
.navd-list li.on>a{
	color: #9a1e23;
}
.navsou-sj {
	overflow: hidden;
}
.nav-erj a.on{
	color: #9a1e23;
}
.navsou-s {
	display: block;
	width: calc(100% - 0.5rem);
	height: 0.54rem;
	line-height: 0.54rem;
	font-size: 0.16rem;
	color: #505050;
	float: left;
}

.navsou-c {
	display: block;
	width: 0.5rem;
	height: 0.54rem;
	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.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.16rem;
	color: #505050;
}
.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: #505050;
}

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

/* 右侧浮动 */
.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;
}
.chan-1{
	
position: absolute;
left: 0;
width: 100%;
background: rgba(0, 0, 0, 0.6);
padding-bottom: 10px;
display: none;
border: 1px solid rgba(255, 255, 255, .3);
}


.chan-1 li{
	
	float: none;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	
}
.chan-pind .chan-1 li{
	border-bottom: none;
}
.chan-1 li:nth-last-child(1){
	border-bottom: none;
}
.chan-1 li a{
	line-height: 30px;
	color: #fff;
    padding: 10px 0;
}

<!--0.00016999244689941-->