
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	cursor: pointer;
    color: inherit;
    text-decoration: none;
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
font-weight:400;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "Helvetica Neue", "SF UI Text", Helvetica,Arial,"PingFang SC","Source Han Sans SC","Hiragino Sans GB","Microsoft YaHei",微软雅黑,sans-serif;
/*font-family:"PingFang SC","Microsoft YaHei",微软雅黑,华文细黑,STHeiti;*/
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 1px;
}

body:lang(en-US),
button:lang(en-US),
input:lang(en-US),
select:lang(en-US),
textarea:lang(en-US)
{ 
font-family:"roboto";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	/*font-family: "Courier 10 Pitch", Courier, monospace;*/
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	/*font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;*/
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	/*color: royalblue;*/
}

a:visited {
	/*color: purple;*/
}

a:hover,
a:focus,
a:active {
	/*color: midnightblue;*/
}

a:focus {
	/*outline: thin dotted;*/
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/*  subMenu style   */
#site-navigation #menu-item-2578.current-menu-item >a:after{
	display: none !important;
}
#site-navigation #menu-item-2578{
	overflow: visible;
}
#site-navigation #menu-item-2578>a{
	overflow: hidden;
}

#site-navigation #menu-item-2594.current-menu-item >a:after{
	display: none !important;
}
#site-navigation #menu-item-2594{
	overflow: visible;
}
#site-navigation #menu-item-2594>a{
	overflow: hidden;
}

.subMenuState{
    width:100%;
    height: 40px;
    line-height: 32px;
    position: absolute;
    top: 0;
    left: -26px;
    color: #fff;
    font-size: 28px;
}


.mobile-slidebar .subMenuState{
	line-height: 1.5;
	font-size: 26px;
	text-align: left;
	margin-left: 40px;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	position: relative;
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

// .main-navigation ul ul {
// 	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
// 	float: left;
// 	position: absolute;
// 	top: 1.5em;
// 	left: -999em;
// 	z-index: 99999;
// }

// .main-navigation ul ul ul {
// 	left: -999em;
// 	top: 0;
// }

#site-navigation.main-navigation ul ul a {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
}

// .main-navigation ul ul li {

// }

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

// .main-navigation ul ul :hover > a,
// .main-navigation ul ul .focus > a {
// }

// .main-navigation ul ul a:hover,
// .main-navigation ul ul a.focus {
// }
.main-navigation ul li>ul,
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}

// .main-navigation ul ul li:hover > ul,
// .main-navigation ul ul li.focus > ul {
// 	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* perfect-scrollbar v0.6.10 */
.ps-container{-ms-touch-action:none;touch-action:none;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps-container{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps-container{overflow:auto !important}}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block;background-color:transparent}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#333;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:0.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}

/*--------------------------------------------------------------
## Init
--------------------------------------------------------------*/

body {
	overflow-x: hidden;
}

.qtranxs-available-languages-message  {
	display: none !important; 
}

.wp-tiles-template-selector {
	display: none;
}

.blur {
 -webkit-animation: blur 0.4s linear forwards;
  -moz-animation: blur 0.4s linear forwards;
  -ms-animation: blur 0.4s linear forwards;
  -o-animation: blur 0.4s linear forwards;
  animation: blur 0.4s linear forwards;
}
@-webkit-keyframes blur {
  to {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
}
@-moz-keyframes blur {
  to {
    -moz-filter: blur(5px);
    filter: blur(5px);
  }
}
@keyframes blur {
  to {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
  }
}

/*--------------------------------------------------------------
## Slidebar
--------------------------------------------------------------*/
.site-logo {
	position: fixed;
	top: 15px;
	left: 22px;
	width: 36px;
	height: 36px;
	z-index: 999;
}

.site-logo > .icon-white {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: repeat-x url(https://file.cdn.finance.vivatech.cn/vivaWeb/images/icon_logo_w_white.png);
	background-size: 100%;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
}

.site-logo > .icon-black {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: repeat-x url(https://file.cdn.finance.vivatech.cn/vivaWeb/images/icon_logo_w_black.png);
	background-size: 100%;
}

/*--------------------------------------------------------------
## site-pictures
--------------------------------------------------------------*/
.site-pictures {
	// display: none;
	position: fixed;
	top: 240px;
	right: 14px;
	width: 80px;
	height: 80px;
	z-index: 999;
}

.site-pictures > .pictures-ch {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: repeat-x url(images/icon_pictures_ch.png?v=2);
	background-size: 100%;
}

.site-pictures > .pictures-en {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: repeat-x url(images/icon_pictures_en.png?v=2);
	background-size: 100%;
}

.site-pictures-index{
	top: 220px;
}


/*--------------------------------------------------------------
## site-007
--------------------------------------------------------------*/
.site-bike {
	// display: none;
	position: fixed;
	top: 235px;
	right: 14px;
	width: 80px;
	height: 80px;
	z-index: 999;
}

.site-bike > .bike-ch {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: repeat-x url(images/icon_007_ch.png?v=356);
	background-size: 100%;
}

.site-bike > .bike-en {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: repeat-x url(images/icon_007_en.png?v=356);
	background-size: 100%;
}

.site-bike-index{
	top: 220px;
}


/*--------------------------------------------------------------
## site-radio
--------------------------------------------------------------*/
.site-radio {
	// display: none;
	position: fixed;
	top: 140px;
	right: 14px;
	width: 80px;
	height: 80px;
	z-index: 999;
}

.site-radio > .radio-ch {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: repeat-x url(images/icon_radio_ch.gif);
	background-size: 100%;
}

.site-radio > .radio-en {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: repeat-x url(images/icon_radio_en.gif);
	background-size: 100%;
}

.site-radio-index{
	top: 120px;
}

.bike_shake {
  animation: shake-slow 2s ease-in 1;
  -webkit-animation: shake-slow 2s ease-in 1;
}
@-webkit-keyframes shake-slow { 
  0% { -webkit-transform: translate(0px, 0px) rotate(0deg); }
  2% { -webkit-transform: translate(-4px, 5px) rotate(1.5deg); }
  4% { -webkit-transform: translate(0px, 3px) rotate(-3.5deg); }
  6% { -webkit-transform: translate(-3px, -5px) rotate(2.5deg); }
  8% { -webkit-transform: translate(-2px, -4px) rotate(0.5deg); }
  10% { -webkit-transform: translate(-3px, -5px) rotate(0.5deg); }
  12% { -webkit-transform: translate(4px, -1px) rotate(2.5deg); }
  14% { -webkit-transform: translate(-4px, 0px) rotate(-2.5deg); }
  16% { -webkit-transform: translate(1px, -4px) rotate(-2.5deg); }
  18% { -webkit-transform: translate(-1px, -4px) rotate(-2.5deg); }
  20% { -webkit-transform: translate(-1px, 3px) rotate(-2.5deg); }
  22% { -webkit-transform: translate(4px, 1px) rotate(-3.5deg); }
  24% { -webkit-transform: translate(1px, -4px) rotate(1.5deg); }
  26% { -webkit-transform: translate(-2px, 1px) rotate(-3.5deg); }
  28% { -webkit-transform: translate(4px, -3px) rotate(-1.5deg); }
  30% { -webkit-transform: translate(-1px, 3px) rotate(2.5deg); }
  32% { -webkit-transform: translate(-3px, -1px) rotate(-2.5deg); }
  34% { -webkit-transform: translate(3px, 3px) rotate(1.5deg); }
  36% { -webkit-transform: translate(-2px, -2px) rotate(2.5deg); }
  38% { -webkit-transform: translate(3px, -1px) rotate(-3.5deg); }
  40% { -webkit-transform: translate(1px, -1px) rotate(-3.5deg); }
  42% { -webkit-transform: translate(4px, -3px) rotate(1.5deg); }
  44% { -webkit-transform: translate(3px, -1px) rotate(-3.5deg); }
  46% { -webkit-transform: translate(4px, -3px) rotate(0.5deg); }
  48% { -webkit-transform: translate(-2px, -4px) rotate(-3.5deg); }
  50% { -webkit-transform: translate(1px, -3px) rotate(1.5deg); }
  52% { -webkit-transform: translate(-2px, 4px) rotate(-1.5deg); }
  54% { -webkit-transform: translate(-1px, -3px) rotate(-1.5deg); }
  56% { -webkit-transform: translate(-2px, -1px) rotate(1.5deg); }
  58% { -webkit-transform: translate(4px, -3px) rotate(-1.5deg); }
  60% { -webkit-transform: translate(-4px, 3px) rotate(-3.5deg); }
  62% { -webkit-transform: translate(2px, 3px) rotate(-3.5deg); }
  64% { -webkit-transform: translate(-3px, 1px) rotate(-1.5deg); }
  66% { -webkit-transform: translate(4px, 1px) rotate(-1.5deg); }
  68% { -webkit-transform: translate(2px, 2px) rotate(2.5deg); }
  70% { -webkit-transform: translate(4px, 4px) rotate(-3.5deg); }
  72% { -webkit-transform: translate(-2px, 0px) rotate(1.5deg); }
  74% { -webkit-transform: translate(2px, 0px) rotate(-1.5deg); }
  76% { -webkit-transform: translate(-5px, 4px) rotate(-0.5deg); }
  78% { -webkit-transform: translate(-2px, 1px) rotate(1.5deg); }
  80% { -webkit-transform: translate(-3px, -1px) rotate(2.5deg); }
  82% { -webkit-transform: translate(-1px, -4px) rotate(-3.5deg); }
  84% { -webkit-transform: translate(-4px, 3px) rotate(0.5deg); }
  86% { -webkit-transform: translate(2px, -4px) rotate(-2.5deg); }
  88% { -webkit-transform: translate(2px, -1px) rotate(1.5deg); }
  90% { -webkit-transform: translate(-3px, -2px) rotate(-1.5deg); }
  92% { -webkit-transform: translate(-4px, -3px) rotate(-3.5deg); }
  94% { -webkit-transform: translate(-1px, 4px) rotate(-3.5deg); }
  96% { -webkit-transform: translate(4px, -1px) rotate(-3.5deg); }
  98% { -webkit-transform: translate(-2px, 3px) rotate(-1.5deg); } 
}

@keyframes shake-slow { 
  0% { -webkit-transform: translate(0px, 0px) rotate(0deg); }
  2% { -webkit-transform: translate(-4px, 5px) rotate(1.5deg); }
  4% { -webkit-transform: translate(0px, 3px) rotate(-3.5deg); }
  6% { -webkit-transform: translate(-3px, -5px) rotate(2.5deg); }
  8% { -webkit-transform: translate(-2px, -4px) rotate(0.5deg); }
  10% { -webkit-transform: translate(-3px, -5px) rotate(0.5deg); }
  12% { -webkit-transform: translate(4px, -1px) rotate(2.5deg); }
  14% { -webkit-transform: translate(-4px, 0px) rotate(-2.5deg); }
  16% { -webkit-transform: translate(1px, -4px) rotate(-2.5deg); }
  18% { -webkit-transform: translate(-1px, -4px) rotate(-2.5deg); }
  20% { -webkit-transform: translate(-1px, 3px) rotate(-2.5deg); }
  22% { -webkit-transform: translate(4px, 1px) rotate(-3.5deg); }
  24% { -webkit-transform: translate(1px, -4px) rotate(1.5deg); }
  26% { -webkit-transform: translate(-2px, 1px) rotate(-3.5deg); }
  28% { -webkit-transform: translate(4px, -3px) rotate(-1.5deg); }
  30% { -webkit-transform: translate(-1px, 3px) rotate(2.5deg); }
  32% { -webkit-transform: translate(-3px, -1px) rotate(-2.5deg); }
  34% { -webkit-transform: translate(3px, 3px) rotate(1.5deg); }
  36% { -webkit-transform: translate(-2px, -2px) rotate(2.5deg); }
  38% { -webkit-transform: translate(3px, -1px) rotate(-3.5deg); }
  40% { -webkit-transform: translate(1px, -1px) rotate(-3.5deg); }
  42% { -webkit-transform: translate(4px, -3px) rotate(1.5deg); }
  44% { -webkit-transform: translate(3px, -1px) rotate(-3.5deg); }
  46% { -webkit-transform: translate(4px, -3px) rotate(0.5deg); }
  48% { -webkit-transform: translate(-2px, -4px) rotate(-3.5deg); }
  50% { -webkit-transform: translate(1px, -3px) rotate(1.5deg); }
  52% { -webkit-transform: translate(-2px, 4px) rotate(-1.5deg); }
  54% { -webkit-transform: translate(-1px, -3px) rotate(-1.5deg); }
  56% { -webkit-transform: translate(-2px, -1px) rotate(1.5deg); }
  58% { -webkit-transform: translate(4px, -3px) rotate(-1.5deg); }
  60% { -webkit-transform: translate(-4px, 3px) rotate(-3.5deg); }
  62% { -webkit-transform: translate(2px, 3px) rotate(-3.5deg); }
  64% { -webkit-transform: translate(-3px, 1px) rotate(-1.5deg); }
  66% { -webkit-transform: translate(4px, 1px) rotate(-1.5deg); }
  68% { -webkit-transform: translate(2px, 2px) rotate(2.5deg); }
  70% { -webkit-transform: translate(4px, 4px) rotate(-3.5deg); }
  72% { -webkit-transform: translate(-2px, 0px) rotate(1.5deg); }
  74% { -webkit-transform: translate(2px, 0px) rotate(-1.5deg); }
  76% { -webkit-transform: translate(-5px, 4px) rotate(-0.5deg); }
  78% { -webkit-transform: translate(-2px, 1px) rotate(1.5deg); }
  80% { -webkit-transform: translate(-3px, -1px) rotate(2.5deg); }
  82% { -webkit-transform: translate(-1px, -4px) rotate(-3.5deg); }
  84% { -webkit-transform: translate(-4px, 3px) rotate(0.5deg); }
  86% { -webkit-transform: translate(2px, -4px) rotate(-2.5deg); }
  88% { -webkit-transform: translate(2px, -1px) rotate(1.5deg); }
  90% { -webkit-transform: translate(-3px, -2px) rotate(-1.5deg); }
  92% { -webkit-transform: translate(-4px, -3px) rotate(-3.5deg); }
  94% { -webkit-transform: translate(-1px, 4px) rotate(-3.5deg); }
  96% { -webkit-transform: translate(4px, -1px) rotate(-3.5deg); }
  98% { -webkit-transform: translate(-2px, 3px) rotate(-1.5deg); } 
}

.site-wildisland {
	// display: none;
	position: fixed;
	top: 30px;
	right: 14px;
	width: 80px;
	height: 80px;
	z-index: 999;
	animation: wave-slow 3s infinite linear;
  	-webkit-animation: wave-slow 3s infinite linear;
}

.site-wildisland > .wildisland-ch {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: repeat-x url(images/icon_wildisland.png);
	background-size: 100%;
}

@-webkit-keyframes wave-slow { 
  0% { -webkit-transform: translate(0px, 0px) rotate(0deg);rotatey(0deg);opacity: 1 } 
  15% { -webkit-transform: translate(-1px, -3px) rotate(-3deg);rotatey(-10deg);opacity: 0.9 } 
  25% { -webkit-transform: translate(-1px, -3px) rotate(3deg);rotatey(10deg);opacity: 0.9 } 
  75% { -webkit-transform: translate(1px, 3px) rotate(3deg);rotatey(10deg);opacity: 0.9 } 
  85% { -webkit-transform: translate(1px, 3px) rotate(-3deg);rotatey(-10deg);opacity: 0.9 } 
  100% { -webkit-transform: translate(0px, 0px) rotate(0deg);rotatey(0deg);opacity: 1 } 
}


/*--------------------------------------------------------------
## Home page
--------------------------------------------------------------*/
.home {
	background: #00091d repeat-x;
}


/*----------------------
test
------------*/

.page-chat >a .btn,
	.page-project >a .btn {
	    position: relative;
	    top: 115px;
	    width: 160px;
	    right: auto;
	    margin: 0 auto;
	    padding: 0 40px;
	    font-size: 15px;
	    color: #000000;
	    line-height: 42px;
	    border: 1px solid #ffffff;
	    border-radius: 8px;
	    text-align: center;
	    z-index: 2;
	}

.clearfix { 

  *zoom: 1; 

} 

 

.clearfix:before, 

.clearfix:after { 

  display: table; 

  line-height: 0; 

  content: ""; 

} 

.know-right-menu{position: fixed;right: 0;top: 0;height: 100%; width: 24px;background: rgba(0,0,0,0.1);padding-top: 25%;z-index: 2000}
.know-right-menu .link{display: block;height: 24px;position: relative;text-align: center;vertical-align: middle;cursor: pointer;}
.know-right-menu .link .point{display: inline-block;width: 16px;height: 16px;border: 1px #fff solid;border-radius: 50%;opacity: 0.5}
.know-right-menu .link .point2{position: absolute;display: inline-block;width: 16px;height: 16px;border: 1px #fff solid;border-radius: 50%;opacity: 0;right: 4px;top: 2px;
	transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s; /* Firefox 4 */
	-webkit-transition: all .3s linear 0s; /* Safari 和 Chrome */
	-o-transition: all .3s linear 0s; /* Opera */

	transform:scale(1.2,1,2);
	-moz-transform:scale(1.2,1,2);
	-webkit-transform:scale(1.2,1,2);
	-o-transform:scale(1.2,1,2);
}
.know-right-menu .link .line{position: absolute;top: 9px;right: 32px;background: #fff;height: 1px;width: 0px;
	transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s; /* Firefox 4 */
	-webkit-transition: all .3s linear 0s; /* Safari 和 Chrome */
	-o-transition: all .3s linear 0s; /* Opera */
}
.know-right-menu .link .text{position: absolute;top: 2px;opacity: 0; font-size: 14px;font-weight: normal; right: 88px;width: 120px;text-align: right;color: #fff;text-shadow:0px 0px 2px #000;margin: 0;padding:0;line-height: 24px;
	transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s; /* Firefox 4 */
	-webkit-transition: all .3s linear 0s; /* Safari 和 Chrome */
	-o-transition: all .3s linear 0s; /* Opera */}

.know-right-menu .link:hover .point{opacity: 0;
transform:scale(0,0);
-moz-transform:scale(0,0);
-webkit-transform:scale(0,0);
-o-transform:scale(0,0);
}
.know-right-menu .link:hover .point2{opacity: 0.8;
transform:scale(1,1);
-moz-transform:scale(1,1);
-webkit-transform:scale(1,1);
-o-transform:scale(1,1);
}
.know-right-menu .link:hover .line{width: 48px;}
.know-right-menu .link:hover .text{opacity: 1;top: -2px;}
@media only screen and (max-width: 800px){
	.know-right-menu{display: none}
}

.clearfix:after { 

  clear: both; 

} 

#ascrail2000 {
	z-index: 999;
}

#ascrail2000-hr {
	opacity: 0 !important;
}


@font-face {
    font-family: 'roboto';
    /*src: url('hooray.eot');
    src: url('hooray.eot?#iefix') format('eot'),
         url('hooray.woff') format('woff'),
         url('hooray.ttf') format('truetype'),
         url('hooray.svg#webfontjKg17VrE') format('svg');*/
src:url('font/roboto/Roboto-Light.ttf') format('truetype');
}/*英文字体用*/

@font-face {
    font-family: 'pingfang-light';
src:url('font/pingfang/PingFang-Light.ttf') format('truetype');
}/*MAC用*/

@font-face {
    font-family: 'fzyh503L';
src:url('font/fzyh_503L.ttf') format('truetype');
}

@font-face {
    font-family: 'fzyh506L';
src:url('font/fzyh_506L.ttf') format('truetype');
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
::-webkit-scrollbar  
{  
    width: 10px;  
    height: 10px;  
    background-color: rgba(255,255,255,0);  
}  
  
  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb  
{  
    border-radius: 0px;  
    background-color: rgb(0, 9, 29,0.8);  
}  

#content .site-content >p{
	margin: 0;
}