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

@font-face {
	font-family: "japan";
	src: url('../font/japan.ttf?t=1663751135972') format('truetype');
}

body {
	font-family: "japan" !important;
}



/* 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;
}

html {
	overflow-x: hidden;
}

body {
	background: #fff;
	overflow-x: hidden;
}

.clear {
	clear: both;
}

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

.fontsv16 {
	line-height: 29px;
	font-size: 18px;
	color: #3C454B;
}

.fonts16 {
	line-height: 36px;
	font-size: 16px;
	color: #3C454B;
}

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

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

.fl {
	float: left;
}

.fr {
	float: right;
}

.fonts16 ul,
.fonts16 ol,
.fonts16 dl,
.fontsv16 ul,
.fontsv16 ol,
.fontsv16 dl,
.fonts14 ul,
.fonts14 ol,
.fonts14 dl,
.fonts12 ul,
.fonts12 ol,
.fonts12 dl {
	padding-left: 25px;
}

.fonts16 table,
.fontsv16 table,
.fonts14 table,
.fonts12 table {
	width: 100%;
	min-width: 700px !important;
	border-top: 1px solid #d5d8e4 !important;
	border-left: 1px solid #d5d8e4 !important;
	border-spacing: 0 !important;
}

.fonts16 table th p,
.fonts16 table td p,
.fontsv16 table th p,
.fontsv16 table td p,
.fonts14 table th p,
.fonts14 table td p,
.fonts12 table th p,
.fonts12 table td p,

.fonts16 table th p span,
.fonts16 table td p span,
.fontsv16 table th p span,
.fontsv16 table td p span,
.fonts14 table th p span,
.fonts14 table td p span,
.fonts12 table th p span,
.fonts12 table td p span {
	font-family: 'japan' !important;
}

.fonts16 table th,
.fonts16 table td,
.fontsv16 table th,
.fontsv16 table td,
.fonts14 table th,
.fonts14 table td,
.fonts12 table th,
.fonts12 table td {
	border-right: 1px solid #d5d8e4 !important;
	border-bottom: 1px solid #d5d8e4 !important;
	padding: 12PX !important;
}

.fonts16 table th,
.fontsv16 table th,
.fonts14 table th,
.fonts12 table th {
	padding: 18PX 12PX !important;
}

/* ul, li{
	list-style-type: disc !important;
}
 */
/*引入字体*/

/* @font-face {
	font-family: 'japan';
	src: url('../font/ProximaNova-Light.otf') format('truetype');
}

.font1 {
	font-family: 'japan';
}

@font-face {
	font-family: 'Poppins-Bold';
	src: url('../font/Poppins-Bold.ttf') format('truetype');
}

.font1 {
	font-family: 'Poppins-Bold';
}

@font-face {
	font-family: 'japan';
	src: url('../font/FRICK-REGULAR.OTF') format('truetype');
} */

.font2 {
	font-family: 'japan';
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.qing,
.clear {
	clear: both;
}

.container {
	width: 1700px;
	min-width: 1700px;
	margin-left: auto;
	margin-right: auto;
}

.ovfh {
	overflow: hidden;
}

/*头部*/
.logo {
	display: block;
	position: relative;
	background: url(../image/top-line-s.png) right top no-repeat;
	background-size: auto 100%;
	padding: 21px 0;
}

.logo img {
	/* height: 108px; */
}

.logo1 {
	display: block;
}

.logo2 {
	display: none;
}

.logotu {
	display: block;
	position: relative;
}

.top-navk {
	display: block;
	position: absolute;
	/* left: 0; */
	top: 0;
	width: 100%;
	height: 108px;
	z-index: 99;
	background: url(../image/top-line-h.png) center bottom no-repeat;
	background-size: 100% auto !important;
}

.navk {
	display: block;
	margin-right: 60px;
}

.nav-xt {
	display: block;
	position: absolute;
	width: 0;
	left: 50%;
	bottom: 0;
	height: 0;
	background: #fff;
}

.navk li {
	display: block;
	float: left;
	list-style: none;
	height: 108px;
	position: relative;
	padding: 25px 6px;
}

.navk li>a {
	display: block;
	text-transform: uppercase;
	padding: 0px 14px;
	line-height: 58px;
	font-size: 16px;
	transition: all .3s;
	/* font-size: 12px; */
	/* letter-spacing: 0.8px; */
	color: #fff;
}

/*  */
.pcnav.navi {}

.pcnav.navi li {
	position: relative;
	list-style: none;
}

.pcnav .navi_content {
	width: 170px;
	display: none;
	padding: 5px 6px;
	position: absolute;
	top: 108px;
	left: calc(50% - 85px);
	background: rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	z-index: 99;
	text-transform: uppercase;
}

.pcnav .navi_content-navso {
	width: 280px;
	left: calc(50% - 140px);

}

.pcnav .navi_content>a,
.pcnav .navi_content>div {
	display: block;
	text-align: center;
	padding: 10px 0;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	/* letter-spacing: 0.8px; */
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.pcnav .navi_content>a:hover {
	font-family: "japan" !important;
	color: #f51019;
}

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

.pcnav .navi_content>div>a:hover,
.navk li:hover>a,
.navk li.on>a {
	font-family: "japan" !important;
	color: #f51019;
}

.pcnav .navi_content>a:last-child {
	border-bottom: none;
}

.pcnav .navi_content.nav-erjpc1 {
	width: 170px;
	left: calc(50% - 85px);
}

.erjink {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: 280px;
	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: #fff;
}

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

.erjink>a:hover {
	color: #f51019;
}

/*  */
.pcnav .navi_content-navma {
	left: 0;
	width: 100%;
	padding: 30px 50px;
	overflow: hidden;
}

.nav-madk {
	display: block;
	/* margin-left: -30px; */
}

.nav-erjdk {
	display: block;
	float: left;
	width: 33.3333%;
	/* height: 240px; */
	/* margin-left: 30px; */
	padding: 20px 30px;
	text-align: left;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-erjdk:nth-child(3n+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;
	/* padding-left: 27px; */
	/* background: url(../image/nav-erxj.png) left 6px no-repeat; */
	background-size: auto 12px !important;
	margin-bottom: 14px;
	/* letter-spacing: 0.2px; */
	line-height: 24px;
	font-size: 18px;
	color: #fff;
}

.nav-ma-sanjdk {
	display: block;
	height: 120px;
	text-transform: capitalize;
}

.nav-ma-sanj-tit {
	display: block;
	margin-bottom: 6px;
	/* letter-spacing: 0.8px; */
	line-height: 20px;
	font-size: 14px;
	color: #ddd;
}

.nav-ma-sijdk {
	display: block;
	/* float: left;
	width: 168px; */
}

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

/*  */
.top-searchk {
	display: block;
	float: right;
	position: relative;
	height: 108px;
	padding: 25px 0 25px 40px;
	/* background: url(../image/top-line-s.png) left center no-repeat; */
	background-size: auto 100%;
}

.top-search {
	display: block;
	width: 20px;
	height: 58px;
	float: right;
	background: url(../image/top-search.png) right center no-repeat;
	cursor: pointer;
}

.top-search-sk {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: 360px;
	background: rgba(0, 0, 0, 0.75);
	border-radius: 50px;
	border: 1px solid rgba(0, 0, 0, 0.75);
}

.top-search-s {
	display: block;
	width: calc(100% - 52px);
	padding: 0 20px;
	float: left;
	background-color: transparent;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
}

input.top-search-s:-internal-autofill-selected {
	-webkit-text-fill-color: #fff;
	transition: background-color 1000s ease-out 0.5s;
	-webkit-text-fill-color: color: rgba(255, 255, 255, 1); // 改变了字体颜色
}

.top-search-c {
	display: block;
	width: 50px;
	float: right;
	height: 50px;
	background: url(../image/top-search.png) left center no-repeat;
	cursor: pointer;
}

/*  */
.navFix {
	width: 100%;
	height: 90px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: url(../image/top-line-h.png) center bottom no-repeat rgba(0, 0, 0, 0.75);
	background-size: 100% auto !important;
	position: fixed;
	z-index: 99;
	/* left: 0; */
	top: 0;
}

.navFix .logo {
	padding: 12px 0;
}

.navFix .logo img {
	/* height: 90px; */
}

.navFix .navk li {
	/* height: 90px; */
	list-style: none;
	padding: 16px 6px;
}

.navFix .navi_content {
	top: 90px;
}

.navFix .navk li>a {
	text-transform: uppercase;
	color: #fff;
}

.navFix .navk li:hover .nav-xt,
.navFix .navk li.on .nav-xt,
.navk li.on .nav-xt,
.navk li:hover .nav-xt {
	width: 74px;
	left: calc(50% - 37px);
}

.navFix .navk li:hover>a,
.navFix .navk li.on>a {
	font-family: "japan" !important;
	font-weight: 700;
	color: #f51019;
	/* color: #c7161d ; */
	/* color: rgba(199,22,29,0.6); */

}

.navFix .navk {
	margin-right: 30px;
}

.navFix .top-searchk {
	height: 90px;
	padding: 16px 0 16px 30px;
}

.language {
	display: block;
	float: right;
	position: relative;
	padding-left: 30px;
	background: url(../image/top-line-s.png) left center no-repeat;
}

.language .actlang {
	text-transform: uppercase;
	line-height: 108px;
	color: white;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.language_down {
	display: none;
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	left: calc(50% - 35px);
	padding: 5px 8px;
	margin-left: 8px;
	top: 108px;

}

.navFix .language_down {
	top: 90px;
}

.language_down a {
	display: block;

	width: 60px;
	text-align: center;
	padding: 5px 0;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}


.language.on .actlang,
.language_down .langitem:hover {
	font-family: "japan" !important;
	color: #f51019;
}

.navFix .language .actlang {
	line-height: 90px;
}

.navFix .top-search {
	/* background: url(../images/top-search2.png) right center no-repeat; */
	background: url(../image/top-search.png) right center no-repeat;
}

/* 手机 */


/* .panel .subNavBox {
	display: block;
}

.panel .subNav {
	padding: 6px 6px;
	line-height: 48px;
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #e5e3da;
}

.panel .subNav a {
	display: block;
	margin-right: 40px;
}

.panel .subNav a,
.panel .subNav a:visited {
	line-height: 48px;
	font-size: 18px;
	color: #000;
}

.panel .subNav-tit {
	display: block;
	padding: 0 10px;
	margin-right: 50px;
	line-height: 56px;
	font-size: 18px;
	color: #000;
}

.panel .subNav:hover {
	color: #0B438E;
}

.panel .subNav.currentDd {
	color: #0B438E;
	background: url(../images/jiantou1.png) 98% center no-repeat;
}

.panel .subNavBox .currentDd.currentDt {
	background: url(../images/jiantou.png) 98% center no-repeat;

}

.panel .navContent {
	display: none;
	border-bottom: 1px solid #e5e3da;
	padding: 0 10px;
}

.panel .navContent a {
	display: block;
	padding: 0 6px;
	font-size: 16px;
	line-height: 52px;
	color: #333;
	border-bottom: 1px solid #e5e3da;
}

.panel .navContent a:last-child {
	border-bottom: none;
} */
/*  */
.navsj {
	float: left;
	padding: 0 10px;
	background: url(../image/top-line-s.png) right center no-repeat;
}

/*  */
.fobgk {
	display: block;
	position: relative;
	z-index: 3;
	/* overflow-x: hidden; */
	background: #181818;
}

.fobgk .container {}

.fo-copyk {
	display: block;
	position: relative;
	padding: 27px 0;
	overflow: hidden;
	line-height: 34px;
	font-size: 14px;
	color: #9f9f9f;
	text-transform: uppercase;
}

.fo-copyk a,
.fo-copyk a:visited {
	color: #9f9f9f;
}

.fo-navdk {
	display: block;
	overflow: hidden;
	border-top: 1px solid rgba(115, 117, 149, 0.3);
	border-bottom: 1px solid rgba(115, 117, 149, 0.3);
}

.fo-xbdk {
	display: block;
	width: 345px;
	float: left;
	margin-left: -1px;
	padding: 46px 0 74px 43px;
	border-left: 1px solid #3a3a3a;
}

.fo-xbmk {
	display: block;
	margin-bottom: 28px;
}

.fo-xbmk:last-child {
	margin-bottom: 0;
}

.fo-xbm1 {
	display: block;
	line-height: 22px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.fo-xbm2 {
	display: block;
	line-height: 24px;
	font-size: 14px;
	color: #9f9f9f;
}

.fo-navnk {
	display: block;
	width: calc(100% - 345px);
	float: left;
	overflow: hidden;
	padding: 46px 60px 46px 0;
}

.fo-navlist {

	display: flex;
	justify-content: space-between;
	/* display: table; */
	width: 100%;
}

.fo-navlist li {
	display: inline-block;
	/* display: table-cell; */
	list-style: none;
	min-height: 198px;
}

.fo-navlist li:last-child {
	/* padding-right: 0; */
}

.fo-navla1 {
	display: block;
	margin-bottom: 11px;
	line-height: 22px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

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

.fo-navlat {
	display: block;
	width: 30px;
	height: 2px;
	background: #81171b;
	margin-bottom: 23px;
}

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

.fo-navla2 a {
	display: block;
	line-height: 24px;
	font-size: 14px;
	text-transform: uppercase;
	color: #b8b8b8;
}

.fo-navla2 a:visited {
	color: #b8b8b8;
}

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

.fo-lonk {
	display: block;
}

.fo-lonk .container {}

.fo-logo {
	display: block;
	padding: 35px 0;
}

.fo-macm {
	display: block;
	width: 346px;
	float: left;
	margin-left: -1px;
	border-left: 1px solid #3a3a3a;
	text-transform: uppercase;
	padding: 46px 0 46px 43px;
	font-family: 'japan';
	line-height: 44px;
	font-size: 24px;
	color: #fff;
}

.fo-xbnk {
	display: block;
	/* width: 309px; */
	float: left;
	padding: 46px 57px 0 0;
}

.fo-xbnk a {
	display: block;
	float: left;
	margin-left: 8px;
	position: relative;
}

.fo-xbnk a:first-child {
	margin-left: 0;
}

.fo-ewm-tuk {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	padding: 0;
}

.fo-ewm-tuk img {
	display: block;
	width: 0;
	margin: 0 auto;
}

.fo-xbnk a:hover .fo-ewm-tuk,
.mac-con-xbdk a:hover .fo-ewm-tuk,
.xwv-fxb:hover .fo-ewm-tuk,
.suluv-fuxbk:hover .fo-ewm-tuk {
	width: 116px;
	height: 116px;
	top: -120px;
	padding: 8px;
	background: #fff;
	border: 1px solid #ddd;
}

.fo-xbnk a:hover .fo-ewm-tuk img,
.mac-con-xbdk a:hover .fo-ewm-tuk img,
.xwv-fxb:hover .fo-ewm-tuk img,
.suluv-fuxbk:hover .fo-ewm-tuk img {
	width: 100%;
}

/*  */
#page {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.panel {
	display: none;
	width: 100%;
	color: #fff;
	position: relative;
	z-index: 99;
}

.panel2 {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.86);
	padding: 5vmin;
	color: #fff;
	position: relative;
	z-index: 10;
}

.fu-logo-dk {
	position: relative;
	z-index: 3;
	padding-bottom: 20px;
}

.fu-logo {
	display: block;
	height: 40px;
	float: left;
}

.fu-logo img {
	height: 40px;
}

#close-panel-bt {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#close-panel-bt2 {
	display: block;
	width: 32px;
	height: 32px;
	margin-right: 0;
	float: right;
	background-color: transparent;
	background: url(../image/nav-close.png) center center no-repeat;
	background-size: cover;
}

#close-panel-bt3 {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background-color: transparent;
	background: url(../image/nav-close.png) center center no-repeat;
	background-size: cover;
}

.navd-listk {
	display: block;
	position: relative;
	z-index: 3;
	width: 100%;
	height: auto;
	max-height: calc(100% - 88px);
	overflow-y: auto;
	padding-bottom: 110px;
	/* top: 70px; */
	line-height: 60px;
	font-size: 20px;
	color: #000;
}

/* .navd-listk {
	display: block;
	position: absolute;
	z-index: 3;
	width: calc(100% - 36px);
	height: auto;
	max-height: calc(100% - 88px);
	overflow-y: auto;
	padding-bottom: 110px;
	top: 70px;
	line-height: 60px;
	font-size: 20px;
	color: #000;
} */

.navd-list li {
	display: block;
	position: relative;
	list-style: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navd-list li>a {
	display: block;
}

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

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

.nav-xj2 {
	display: block;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
	height: 46px;
	background: url(../image/nav-xj.png) center center no-repeat;
	background-size: auto 46px !important;
}

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

.top-search-sj {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.top-search-s-sj {
	display: block;
	width: calc(100% - 50px);
	height: 52px;
	float: left;
	line-height: 52px;
	font-size: 16px;
	color: #fff;
	background-color: transparent;
}

.top-search-s-sj::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.top-search-c-sj {
	width: 50px;
	height: 52px;
	float: right;
	background: url(../image/top-search.png) center center no-repeat;
}

.fo-xb-sj {
	display: block;
	/* overflow: hidden; */
	padding-top: 12px;
}

.fo-xb-sj a {
	display: block;
	width: 38px;
	float: left;
	position: relative;
	margin-left: 10px;
}

.fo-xb-sj a:first-child {
	margin-left: 0;
}

.fo-ewm-tuk-sj {
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	width: 100px;
	height: 100px;
	padding: 5px;
	background: #fff;
}

.fo-ewm-tuk-sj img {
	width: 90px;
}

.fo-ewm-tuk-sj1 b {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 16px;
	top: -10px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #fff;
}

.fo-ewm-tuk-sj4 b {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: calc(50% - 8px);
	top: -10px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #fff;
}

.fo-ewm-tuk-sj5 b {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 16px;
	top: -10px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #fff;
}

.fo-xb-sj a:last-child .fo-ewm-tuk-sj {
	left: auto;
	right: 0;
}

.fo-xb-sj a.fo-xb4 .fo-ewm-tuk-sj {
	left: calc(50% - 50px);
}

/*  */
.fo-fixedk {
	height: 58px;
	background: #161731;
}

.fo-fixed {
	display: block;
	width: 100%;
	position: fixed;
	height: 58px;
	background: #af1f24;
	bottom: 0;
	z-index: 96;
}

.fo-fixed a {
	display: block;
	width: 33.333334%;
	float: left;
	height: 58px;
	padding-top: 6px;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 20px;
	font-size: 14px;
	color: #fff;
}

.fo-fixed a:first-child {
	border-left: none;
}

.fo-fixed a img {
	height: 22px;
	margin-bottom: 2px;
}

.fobgk>.in-protu {
	animation: fo-bg 16s infinite linear alternate both;
}

@keyframes fo-bg {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.8);
	}
}

/*  */
.fo-fuk {
	display: block;
	position: relative;
	overflow: hidden;
	background-size: cover !important;
	padding: 52px 0;
}

.fo-fumk {
	display: block;
	margin-bottom: 32px;
	line-height: 37px;
	font-size: 20px;
	color: #fff;
}

.fo-fuma {
	display: block;
	width: 88px;
	border-bottom: 1px solid #fff;
	line-height: 17px;
	font-size: 14px;
	color: #fff;
}