/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	height: 100%;
	width: 100%;
}

/* Navigation CSS */
.navigation {
	width: 100%;
	min-width: 1080px;
	height: 80px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.navigation-logo-background {
	height: 80px;
	width: 209px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
}
.navigation-logo {
	height: 100%;
	width: 175px;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.navigation-logo > img {
	height: 30px;
	width: 125px;
}
.navigation-border {
	height: 0;
	width: 0;
	display: inline-block;
	border-top: 40px solid #FFFFFF;
	border-left: 17px solid #FFFFFF;
	border-bottom: 40px solid transparent;
	border-right: 17px solid transparent;
}
.navigation-language {
	height: 100%;
	width: 100px;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.navigation-language > p {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
}
.navigation-bar {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	flex-wrap: nowrap;
	overflow: hidden;
}
.navigation-bar > ul {
	height: 100%;
	overflow: hidden;
}
.navigation-bar > ul > a {
	box-sizing: border-box;
	height: 80px;
	width: 90px;
	margin: 0px 20px;
	float: left;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.navigation-bar > ul > a:link,
.navigation-bar > ul > a:visited,
.navigation-bar > ul > a:hover,
.navigation-bar > ul > a:active {
	text-decoration: none;
}
.navigation-bar > ul > a:hover {
	border-bottom: 2px solid #FFFFFF;
}


/* CustiomService Css */
.custom-service {
    height: 100%;
    width: 50px;
    position: fixed;
    right: 0px;
    top: 0px;
    /* background: white; */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 1;
}
.custom-service > span{
	background: #FFFFFF;
	height: 50px;
	width: 50px;
	margin-bottom: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.custom-service > span > img {
	height: 32px;
	width: 32px;
}

/* Footer Css */
.link-box > a,
.link-box > a:link,
.link-box > a:visited,
.link-box > a:active {
	text-decoration: none;
	/* font-family: PingFangSC-Regular; */
	font-size: 14px;
	color: #999999;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
	padding-bottom: 4px;
}
.link-box > a:hover {
	text-decoration: underline;
	color: #999999;
}
.footer > div > div > h2::after {
	content: "";
	width: 20px;
	height: 2px;
	display: block;
	background: #CF0000;
	margin-top: 10px;
}
.footer {
	height: 420px;
	min-width: 100%;
	width: 1080px;
	background: black;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.footer > div {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: nowrap;
	width: 1080px;
}
.link-box {
	width: 300px;
	height: auto;
	margin: 100px 10px 0px 10px;
}
.link-box > h2,
.show-box > h2 {
	padding-bottom: 32px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: left;
}
.link-box > a > p {
	padding-bottom: 4px;
	text-align: left;
}
.show-box {
	height: auto;
	width: 400px;
	margin: 100px 0px 0px 0px;
}
.show-box > p {
	/* font-family: PingFangSC-Regular; */
	color: #999999;
	text-align: left;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 22px;
	padding-bottom: 4px;
}
.qrcode {
	height: 133px;
	width: 133px;
	margin: 100px 0px 0px 0px;
	position: relative;
}
.qrcode > img {
	height: 133px;
	width: 133px;
}
#copyright {
	height: 70px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#copyright > p {
	/* font-family: PingFangSC-Regular; */
	font-size: 14px;
	color: #999999;
	letter-spacing: 0;
	line-height: 22px;
}
.footer-top {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 100% !important;
	background-color: rgb(49, 49, 49);
}
