@charset "utf-8";
/* * * * * * * * * * * * * * *
		reset
* * * * * * * * * * * * * * */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
body {
	line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input,
select {
	vertical-align: middle;
}
img {
	vertical-align: bottom;
}
ol,
ul {
	list-style: none;
}
/* * * * * * * * * * * * * * *
		font
* * * * * * * * * * * * * * */

@font-face {
	font-family: 'OptimaLTPro-Roman';
	src: url('./font/311DFD_0_0.eot');
	src: url('./font/311DFD_0_0.eot?#iefix') format('embedded-opentype'), url('./font/311DFD_0_0.woff2') format('woff2'), url('./font/311DFD_0_0.woff') format('woff'), url('./font/311DFD_0_0.ttf') format('truetype');
}
/*font-family: OptimaLTPro-Roman; */
/* * * * * * * * * * * * * * *
		common
* * * * * * * * * * * * * * */
html,
body {
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;;
	font-size: 13px;
	line-height: 100%;
	font-weight: 300;
	color: #000;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
/* * * * * * * link * * * * * * */
a:link,
a:visited,
a:active {
	color: #313131;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
a:hover {
	color: #000;
	text-decoration: none;
}
/* * * * * * * * * * * * * * *
		#wrapper
* * * * * * * * * * * * * * */
#wrapper {
	position: relative;
}
/* * * * * * * * * * * * * * *
		#navArea
* * * * * * * * * * * * * * */
#navArea {
	background: #000;
	position: fixed;
	left: 0;
	bottom: -40px;
	width: 100%;
	height: 40px;
	z-index: 480;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#navArea.show {
	bottom: 0;
}
#navArea.hide {
	bottom: -120px;
}
/* * * * #navArea:hover * * * */
#navArea:hover {
	height: 120px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* * * * .inner * * * */
#navArea .inner {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
/* * .logo * */
#navArea .inner .logo {
	position: absolute;
	bottom: 14px;
	left: 357px;
	width: 86px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#navArea:hover .inner .logo {
	position: absolute;
	bottom: 49px;
	left: 338px;
	width: 126px;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
#navArea .inner .logo img {
	width: 100%;
}
/* * .nav * */
#navArea .inner .nav {
	position: absolute;
	top: 55px;
}
#navArea .inner .nav ul {
	height: 100%;
	width: 100%;
	display: block;
}
#navArea .inner .nav li {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 25px;
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(1.000, 0.150, 0.190, 0.710);
	-moz-transition: all 0.6s cubic-bezier(1.000, 0.150, 0.190, 0.710);
	-o-transition: all 0.6s cubic-bezier(1.000, 0.150, 0.190, 0.710);
	transition: all 0.6s cubic-bezier(1.000, 0.150, 0.190, 0.710); /* custom */
}
#navArea:hover .inner .nav li {
	top: 0px;
	opacity: 1;
	text-align: center;
}
#navArea .inner .nav li a {
	display: block;
	margin: 0 auto;
	width: 100%;
	font-family: OptimaLTPro-Roman;
	font-size: 15px;
	padding: 0 10px;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#navArea .inner .nav li .line {
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: -10px;
	display: block;
	width: 0;
	height: 2px;
	margin: 0 auto;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#navArea .inner .nav li:hover .line {
	display: block;
	width: 100%;
	left: 0;
}
/*
#navArea .inner .nav li.menu01 {
	left: 99px;
}
#navArea .inner .nav li.menu01 a {
	height: 12px;
	width: 30px;
}
#navArea .inner .nav li.menu02 {
	left: 178px;
}
#navArea .inner .nav li.menu02 a {
	width: 70px;
	height: 12px;
}
#navArea .inner .nav li.menu03 {
	left: 534px;
}
#navArea .inner .nav li.menu03 a {
	height: 12px;
	width: 56px;
}
#navArea .inner .nav li.menu05 {
	left: 638px;
}
#navArea .inner .nav li.menu05 a {
	height: 12px;
	width: 87px;
}*/

#navArea .inner .nav li.menu01 {
	left: 0;
}
#navArea .inner .nav li.menu01 a {
	height: 12px;
	width: 30px;
}
#navArea .inner .nav li.menu02 {
	left: 70px;
}
#navArea .inner .nav li.menu02 a {
	width: 70px;
	height: 12px;
}
#navArea .inner .nav li.menu03 {
	left: 190px;
}
#navArea .inner .nav li.menu03 a {
	height: 12px;
	width: 70px;
}
#navArea .inner .nav li.menu04 {
	left: 510px;
}
#navArea .inner .nav li.menu04 a {
	height: 12px;
	width: 35px;
}
#navArea .inner .nav li.menu05 {
	left: 600px;
}
#navArea .inner .nav li.menu05 a {
	height: 12px;
	width: 50px;
}
#navArea .inner .nav li.menuLogo {
	margin-left: 48px;
}
#navArea .inner .nav li.menuLogo a {
	height: 20px;
	width: 126px;
}
/* * * * .lang * * * */
#navArea .lang {
	position: absolute;
	right: 5px;
	top: 80px;
	display: inline-block;
	text-align: right;
	letter-spacing: -0.4em;
	font-family: OptimaLTPro-Roman;
	color: #fff;
	mix-blend-mode: exclusion;
	font-size: 13px;
	line-height: 1;
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(1.000, 0.150, 0.190, 0.710);
	-moz-transition: all 0.6s cubic-bezier(1.000, 0.150, 0.190, 0.710);
	-o-transition: all 0.6s cubic-bezier(1.000, 0.150, 0.190, 0.710);
	transition: all 0.6s cubic-bezier(1.000, 0.150, 0.190, 0.710); /* custom */
}
#navArea:hover .lang {
	top: 55px;
	opacity: 1;
}
#navArea .lang > div {
	display: inline-block;
	letter-spacing: normal;
	position: relative;
}
#navArea .lang > div.cn {
	width: 80px;
	text-align: center;
}
#navArea .lang > div.line {
	margin: 0 10px;
}
#navArea .lang > div a {
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#navArea .lang > div a:hover {
	opacity: 0.7;
}
#navArea .lang > div.current:after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: block;
	content: "";
	width: 18px;
	height: 2px;
	background: #fff;
}
/* * * * .menu * * * */
#navArea .menu {
	position: absolute;
	right: 30px;
	top: 14px;
	opacity: 1;
	font-family: OptimaLTPro-Roman;
	color: #fff;
	font-size: 13px;
	line-height: 1;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
#navArea:hover .menu {
	opacity: 0;
}
#navArea .menu img {
	margin-left: 10px;
	vertical-align: baseline;
}
/* * * * .copyright * * * */
#navArea .copyright {
	position: absolute;
	right: 11px;
	bottom: 8px;
	mix-blend-mode : exclusion;
	opacity: 0;
	visibility: hidden;
	font-family: OptimaLTPro-Roman;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: normal;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#navArea:hover .copyright {
	opacity: 1;
	visibility: visible;
}
