@charset "utf-8";

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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline
}

body {
	line-height: 1;
	color: #000;
	background: #fff
}

ol,
ul {
	list-style: none
}

table {
	border-collapse: separate;
	border-spacing: 0;
	vertical-align: middle
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle
}

a img {
	border: none
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch
}

button,
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
select {
	cursor: pointer;
	border: 0
}

table {
	border-collapse: separate
}

input:focus {
	outline: none
}

i {
	font-style: normal
}

.fl {
	float: left
}

.fr {
	float: right
}

.clearfix,
.cols,
.row {
	zoom: 1
}

.clearfix:before,
.cols:before,
.row:before,
.clearfix:after,
.cols:after,
.row:after {
	content: "";
	display: table
}

.clearfix:after,
.cols:after,
.row:after {
	clear: both
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

a {
	text-decoration: none
}

ol,
ul {
	list-style: none
}

input,
textarea {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: inherit
}

input[type="submit"] {
	-webkit-appearance: none
}

img {
	max-width: 100%
}

strong {
	font-weight: 700
}

em {
	font-style: italic
}

sup {
	vertical-align: super;
	font-size: smaller
}

sub {
	vertical-align: sub;
	font-size: smaller
}

#__bs_notify__ {
	opacity: .4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	pointer-events: none
}

#wpadminbar {
	width: auto;
	min-width: 0;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#wpadminbar:hover {
	opacity: 1;
	-ms-filter: none;
	filter: none
}

#wpadminbar #wp-admin-bar-customize,
#wpadminbar #wp-admin-bar-wp-logo,
#wpadminbar #wp-admin-bar-comments,
#wpadminbar #wp-admin-bar-themes,
#wpadminbar #wp-admin-bar-new-content,
#wpadminbar #wp-admin-bar-search,
#wpadminbar #wp-admin-bar-top-secondary,
#wpadminbar #wp-admin-bar-updates,
#wpadminbar #wp-admin-bar-new_draft {
	display: none
}

@media screen and (max-width:768px) {
	#wpadminbar {
		display: none
	}
}

.entry-content ul,
.entry-content ol {
	margin: 0 0 12px 0
}

.entry-content hr {
	display: block;
	margin: 20px 0
}

.entry-content strong {
	font-weight: 700
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 0 0 12px 0
}

.entry-content img {
	max-width: 100%;
	height: auto
}

.entry-content code {
	text-shadow: none;
	background: #555;
	color: #bfbebe;
	font-family: "Courier New", clearSys
}

.entry-content pre {
	text-shadow: none;
	font-size: 12px;
	width: 95%;
	line-height: 16px;
	overflow: auto;
	font-family: "Courier New", clearSys;
	background: #fcfcfc;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 15px solid #eee;
	border-right: 1px solid #eee;
	margin: 0 0 12px;
	padding: 0 5px 16px
}

.entry-content .wp_link_pages {
	clear: both;
	padding: 10px 0 20px
}

.entry-content .alignnone {
	margin: 5px 20px 20px 0
}

.entry-content .aligncenter,
.entry-content div.aligncenter {
	display: block;
	margin: 5px auto 20px auto
}

.entry-content .alignright {
	float: right;
	margin: 5px 0 20px 20px
}

.entry-content .alignleft {
	float: left;
	margin: 5px 20px 20px 0
}

.entry-content .aligncenter {
	display: block;
	margin: 20px auto
}

.entry-content img.alignright,
.entry-content a img.alignright {
	float: right;
	margin: 5px 0 20px 20px
}

.entry-content img.alignnone,
.entry-content a img.alignnone {
	margin: 5px 0 20px 0
}

.entry-content img.alignleft,
.entry-content a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}

.entry-content img.aligncenter,
.entry-content a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 100%;
	color: #808080;
	border-bottom: 1px solid #aeaeae;
}

.wp-caption.alignnone {
	margin: 5px 0 20px 0
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	padding: 0
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 10px 0
}

.wp-caption img.wp-smiley {
	vertical-align: middle
}

.wp-caption .gallery {
	margin: 0 auto 18px;
}

.wp-caption .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	max-width: 155px
}

.wp-caption .gallery img {
	border: 1px solid #ddd
}

.wp-caption .gallery .gallery-caption {
	font-size: 12px;
	margin: 0 0 12px
}

.wp-caption .gallery dl {
	margin: 0
}

.wp-caption .gallery br+br {
	display: none
}

.wp-caption .attachment-gallery img {
	background: #fff;
	border: 1px solid #f0f0f0;
	display: block;
	height: auto;
	margin: 15px auto;
	max-width: 96%;
	padding: 5px;
	width: auto
}

.wp-caption .gallery-meta .iso,
.wp-caption .gallery-meta .camera,
.wp-caption .gallery-meta .shutter,
.wp-caption .gallery-meta .aperture,
.wp-caption .gallery-meta .full-size,
.wp-caption .gallery-meta .focal-length {
	display: block
}

.wp-caption .video-iframe {
	position: relative;
	margin-bottom: 30px;
}

.wp-caption .video-iframe:before {
	content: "";
	width: 100%;
	padding-top: 50%;
	display: block
}

.wp-caption .video-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.entry-content,
.wp-editor {
	font-size: 16px;
	line-height: 1.8em;
	color: #666;
}

.entry-content h1,
.wp-editor h1,
.entry-content h2,
.wp-editor h2,
.entry-content h3,
.wp-editor h3,
.entry-content h4,
.wp-editor h4,
.entry-content h5,
.wp-editor h5,
.entry-content h6,
.wp-editor h6 {
	color: #000
}

.entry-content h1,
.wp-editor h1,
.entry-content h2,
.wp-editor h2,
.entry-content h3,
.wp-editor h3,
.entry-content h4,
.wp-editor h4,
.entry-content h5,
.wp-editor h5,
.entry-content h6,
.wp-editor h6,
.entry-content p,
.wp-editor p,
.entry-content ul,
.wp-editor ul,
.entry-content ol,
.wp-editor ol,
.entry-content blockquote,
.wp-editor blockquote {
	margin-bottom: 15px
}

.entry-content ul,
.wp-editor ul {
	padding-left: 10px;
	list-style-type: disc;
	margin-left: 10px
}

.entry-content ol,
.wp-editor ol {
	padding-left: 10px;
	list-style-type: decimal;
	margin-left: 10px
}

.entry-content li,
.wp-editor li {
	position: relative;
}

.entry-content li+li,
.wp-editor li+li {
	margin-top: 10px
}

.entry-content hr,
.wp-editor hr {
	border: 0;
	border-top: 1px solid #000
}

.entry-content ol ol,
.wp-editor ol ol,
.entry-content ul ol,
.wp-editor ul ol {
	list-style-type: lower-latin;
	margin-top: 10px
}

.entry-content blockquote p,
.wp-editor blockquote p {
	margin-bottom: 0
}

.entry-content a,
.wp-editor a {
	color: #4e6cb2;
}

.entry-content a:hover,
.wp-editor a:hover {
	text-decoration: underline
}

.entry-content hr,
.wp-editor hr {
	border-top: 1px solid #e9e9e8
}

.entry-content h1,
.wp-editor h1 {
	font-size: 26px
}

.entry-content h2,
.wp-editor h2 {
	font-size: 22px
}

.entry-content h3,
.wp-editor h3 {
	font-size: 18px;
	font-weight: 700;
	color: #444
}

.entry-content h4,
.wp-editor h4 {
	font-size: 18px;
	color: #444
}

.entry-content h5,
.wp-editor h5 {
	font-size: 14px
}

.entry-content table,
.wp-editor table {
	border-collapse: collapse;
	width: 100%;
	min-width: 100%;
	margin-bottom: 20px;
}

.entry-content table th,
.wp-editor table th,
.entry-content table td,
.wp-editor table td {
	padding: 5px 10px;
	border: 1px solid #ddd
}

@media screen and (max-width:767px) {

	.entry-content,
	.wp-editor {
		font-size: 14px
	}

	.entry-content img.alignright,
	.wp-editor img.alignright,
	.entry-content a img.alignright,
	.wp-editor a img.alignright,
	.entry-content img.alignleft,
	.wp-editor img.alignleft,
	.entry-content a img.alignleft,
	.wp-editor a img.alignleft {
		display: block;
		float: none;
		margin: 0 auto 20px
	}

	.entry-content h1,
	.wp-editor h1 {
		font-size: 20px
	}

	.entry-content h2,
	.wp-editor h2 {
		font-size: 18px
	}

	.entry-content h3,
	.wp-editor h3 {
		font-size: 16px
	}

	.entry-content h4,
	.wp-editor h4 {
		font-size: 14px
	}

	.entry-content h5,
	.wp-editor h5 {
		font-size: 12px
	}

	.entry-content table th,
	.wp-editor table th,
	.entry-content table td,
	.wp-editor table td {
		padding: 2px 5px;
		font-size: 12px;
		line-height: 1.2
	}
}

.entry-content .row,
.wp-editor .row {
	margin: 50px 0;
}

.entry-content .row img,
.wp-editor .row img {
	display: block;
	margin: 0 auto
}

@media screen and (max-width:767px) {

	.entry-content .row,
	.wp-editor .row {
		margin: 20px 0
	}
}

.widh-gap-line [class*="col-"] {
	border-left: 1px solid #e9e9e8;
}

.widh-gap-line [class*="col-"]:first-child {
	border: 0
}

@media screen and (max-width:767px) {
	.widh-gap-line [class*="col-"] {
		border-left: none
	}
}

/*@font-face {*/
/*	font-family: 'Ubuntu';*/
/*	src: url("../fonts/ubuntu-regular-webfont.woff2") format('woff2'), url("../fonts/ubuntu-regular-webfont.woff") format('woff');*/
/*	font-display: swap*/
/*}*/

/*@font-face {*/
/*	font-family: 'Ubuntu';*/
/*	font-weight: 700;*/
/*	src: url("../fonts/ubuntu-bold-webfont.woff2") format('woff2'), url("../fonts/ubuntu-bold-webfont.woff") format('woff');*/
/*	font-display: swap*/
/*}*/

body {
	font-family: 'Ubuntu', '-apple-system-body', "PingFang SC", "Microsoft YaHei", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #000;
}

body.fixed {
	padding-top: 108px;
}

body.fixed #main-menu>ul>li>a {
	padding: 20px 0
}

body.fixed #main-menu>ul ul {
	top: 65px
}

@media screen and (max-width:1023px) {
	body {
		padding-top: 49px
	}
}

@media screen and (max-width:767px) {
	body {
		padding-top: 42px;
		padding-bottom: 61px
	}
}

[lang="en"] .cn {
	display: none
}

[lang="en"] [data-lang="en"] {
	color: #4e6cb2 !important;
	pointer-events: none
}

[lang="zh-HK"] .en {
	display: none
}

[lang="zh-HK"] [data-lang="cn"] {
	color: #4e6cb2 !important;
	pointer-events: none
}

.container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

@media screen and (max-width:767px) {
	.container {
		padding: 0 10px
	}
}

a.scroll {
	color: #eee;
	border: 1px solid #444;
	background-color: #333;
	width: 50px;
	height: 50px;
	position: fixed;
	-webkit-transition: all .3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transition: all .3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius: 2px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	right: 50px;
	bottom: 50px;
	z-index: 1030;
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	display: none;
}

a.scroll:hover {
	background-color: #fcfcfc;
	color: #c3512f;
	border: 1px solid #e1e1e1
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

#header {
	width: 100%;
	z-index: 99999;
	background: rgba(255, 255, 255, 0.9);
}

#header .container {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-o-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

#header .logo {
	display: block;
	color: #000;
	width: inherit;
	text-align: center;
	font-size: 14px;
}

#header .logo img {
	width: 50px;
	display: block;
	margin-bottom: 4px;
	transition: all 0.3s ease
}

.fixed #header {
	position: fixed;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 1px 4px 0 #99a3ad, 0 0 40px #eee;
	box-shadow: 0 1px 4px 0 #99a3ad, 0 0 40px #eee;
}

.fixed #header .logo {
	font-size: 12px;
}

/*.fixed #header .logo img {*/
/*	width: 100px*/
/*}*/

@media screen and (max-width:1200px) {
	#header .logo img {
		width: 140px
	}
}

@media screen and (max-width:1023px) {
	#header {
		position: fixed;
		top: 0;
		left: 0;
		-webkit-box-shadow: 0 1px 4px 0 #99a3ad, 0 0 40px #eee;
		box-shadow: 0 1px 4px 0 #99a3ad, 0 0 40px #eee
	}

	#header .logo {
		font-size: 12px;
	}

	#header .logo img {
		width: 80px !important;
		margin-bottom: 2px
	}
}

@media screen and (max-width:767px) {
	#header .logo {
		font-size: 10px !important;
	}

	#header .logo img {
		width: 70px !important
	}
}

#main-menu {
	font-size: 16px;
}

#main-menu .no-click>a {
	cursor: auto
}

#main-menu>ul>li {
	float: left;
	margin-left: 25px;
	position: relative;
}

#main-menu>ul>li:first-child {
	margin-left: 0
}

#main-menu>ul>li:hover ul {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	visibility: visible
}

#main-menu>ul>li>a {
	color: #434a4d;
	padding: 40px 0;
	display: block;
}

#main-menu>ul>li>a:hover {
	color: #4e6cb2
}

#main-menu>ul ul {
	position: absolute;
	background: #fff;
	border-top: 2px solid #241e6b;
	width: 200px;
	left: 0;
	top: 105px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 9;
	font-size: 14px;
	line-height: 1.2;
}

#main-menu>ul ul a {
	display: block;
	color: #808080;
	padding: 10px 10px;
}

#main-menu>ul ul a:hover {
	background: #f8f8f8
}

#main-menu li.current-menu-item>a,
#main-menu li.current-menu-parent>a,
#main-menu li.current-page-parent>a,
#main-menu li.current_page_item>a {
	color: #4e6cb2 !important;
	font-weight: 700
}

@media screen and (max-width:1200px) {
	#main-menu>ul>li {
		margin-left: 15px
	}
}

@media screen and (max-width:1023px) {
	#main-menu {
		display: none
	}
}

#header-right {
	font-size: 14px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	gap: 15px;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#header-right>a {
	position: relative;
	display: block;
	height: 30px
}

#header-right img {
	width: 30px;
	height: 30px
}

#header-right .tooltip {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	z-index: -1;
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -60px;
	z-index: 999;
	width: 130px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 6px;
	pointer-events: none;
}

#header-right .active .tooltip.qrcode {
	pointer-events: inherit
}

#header-right .tooltip:before {
	content: '';
	position: absolute;
	top: -10px;
	right: 50%;
	margin-left: -60px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #555 transparent
}

#header-right .tooltip img {
	width: 120px;
	height: 120px;
	display: block
}

#header-right .active .tooltip {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	z-index: 9
}

@media screen and (max-width:1200px) {
	#header-right {
		gap: 10px
	}

	#header-right a {
		height: 25px
	}

	#header-right img {
		width: 25px;
		height: 25px
	}
}

@media screen and (max-width:1023px) {
	#header-right {
		margin-right: 100px
	}

	#header-right>a {
		display: none
	}

	#header-right a {
		height: 20px
	}

	#header-right img {
		width: 20px;
		height: 20px
	}
}

@media screen and (max-width:767px) {
	#header-right {
		margin-right: 50px
	}
}

#lang {
	font-size: 16px;
}

#lang a {
	color: #000
}

@media screen and (max-width:1200px) {
	#lang {
		font-size: 14px
	}
}

#menu-toggle {
	display: none;
}

@media screen and (max-width:1023px) {
	#menu-toggle {
		display: block;
		position: absolute;
		background-image: url("../img/menu.svg");
		background-repeat: no-repeat;
		background-position: center;
		width: 60px;
		height: 60px;
		-webkit-background-size: 46px;
		-moz-background-size: 46px;
		background-size: 46px;
		cursor: pointer;
		top: 0;
		right: 16px
	}
}

@media screen and (max-width:767px) {
	#menu-toggle {
		top: 2px;
		right: 5px;
		width: 40px;
		height: 40px;
		-webkit-background-size: 30px;
		-moz-background-size: 30px;
		background-size: 30px
	}
}

#home-swiper .swiper-slide {
	position: relative;
}

#home-swiper .swiper-slide:before {
	content: '';
	display: block;
	padding-top: 30%
}

#home-swiper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

#home-swiper .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	padding: 0 20px 10%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	line-height: 1.3
}

#home-swiper h2 {
	text-align: center;
	font-size: 50px;
	color: #fff;
}

#home-swiper h2 .cn {
	font-size: 1.3em
}

#home-swiper h4 {
	color: #fff;
	font-size: 26px
}

#home-swiper .swiper-pagination {
	bottom: 30px;
}

#home-swiper .swiper-pagination .swiper-pagination-bullet {
	width: 50px;
	height: 6px;
	border-radius: 3px;
	background: #fff
}

@media screen and (max-width:1300px) {
	#home-swiper h2 {
		font-size: 30px
	}

	#home-swiper h4 {
		font-size: 20px
	}
}

@media screen and (max-width:1023px) {
	#home-swiper h2 {
		font-size: 26px
	}

	#home-swiper h4 {
		font-size: 18px
	}

	#home-swiper .swiper-slide:before {
		padding-top: 35%
	}

	#home-swiper .swiper-pagination {
		bottom: 5px;
	}

	#home-swiper .swiper-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 2px
	}
}

@media screen and (max-width:1023px) {
	#home-swiper .text {
		padding-bottom: 5%
	}

	#home-swiper h2 {
		font-size: 20px
	}

	#home-swiper h4 {
		font-size: 14px
	}
}

.home-block {
	padding: 80px 0;
	overflow: hidden;
}

.home-block:nth-child(even) {
	background: #f6f6f6
}

.home-block h1 {
	text-align: center;
	font-size: 36px;
	line-height: 1.2em;
	color: #4e6cb2;
	margin-bottom: 50px;
	position: relative
}

.home-block .items {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px
}

.home-block .item {
	width: 25%;
	padding: 10px
}

.home-block a.img {
	display: block;
	position: relative;
}

.home-block a.img .hide {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.4)
}

.home-block a.img:hover .hide {
	opacity: 1;
	-ms-filter: none;
	filter: none
}

.home-block img {
	display: block;
	width: 100%
}

.home-block .txt {
	text-align: center
}

.home-block h4 {
	text-align: center;
	font-size: 1.1em;
	font-weight: 700;
	margin: 10px 0
}

.home-block .more {
	text-align: center;
	margin-top: 10px;
}

.home-block .more a {
	display: inline-block;
	background: #4e6cb2;
	color: #fff;
	padding: 10px 20px;
	border-radius: 30px;
}

.home-block .more a:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80)
}

@media screen and (max-width:767px) {
	.home-block {
		padding: 40px 0
	}

	.home-block h1 {
		font-size: 26px;
		margin-bottom: 20px
	}

	.home-block .items {
		margin: 0 -5px
	}

	.home-block .item {
		width: 50%;
		padding: 5px
	}

	.home-block .txt {
		font-size: 12px;
		line-height: 1.2
	}

	.home-block h4 {
		font-size: 16px
	}
}

.page-banner {
	height: 150px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
	margin-bottom: -16px;
	background: url("../img/online-banner.jpg") no-repeat center;
}

@media screen and (max-width:767px) {
	.page-banner {
		height: 80px
	}
}

#main {
	padding-bottom: 100px;
}

.default-page #main {
	padding: 100px 0
}

#main h1 {
	text-align: center;
	font-size: 36px;
	line-height: 1.2em;
	color: #4e6cb2;
	margin-bottom: 50px;
	position: relative
}

#main .table {
	overflow-y: auto;
}

#main .table table {
	width: auto
}

@media screen and (max-width:767px) {
	#main {
		padding-bottom: 50px
	}

	.default-page #main {
		padding: 50px 0
	}

	#main h1 {
		font-size: 26px;
		margin-bottom: 15px
	}
}

#sidebar {
	float: left;
	width: 260px;
	margin-bottom: 100px;
}

@media screen and (max-width:1023px) {
	#sidebar {
		width: 220px
	}
}

@media screen and (max-width:767px) {
	#sidebar {
		display: none
	}
}

.sidebar-menu h3 {
	background: #241e6b;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	padding: 16px 0
}

.sidebar-menu .small {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.37)
}

.sidebar-menu ul {
	background: #f7f7f7;
}

.sidebar-menu ul li {
	font-size: 14px;
	border-top: 1px solid #efefef;
	text-align: center
}

.sidebar-menu ul a {
	padding: 12px 0;
	line-height: 1em;
	display: block;
	color: #666;
}

.sidebar-menu ul a:hover {
	color: #241e6b
}

.sidebar-menu+.fast {
	margin-top: 100px
}

#main-right {
	padding-left: 280px;
}

#main-right .breadcrumb {
	background: #f7f7f7;
	padding: 12px 30px 12px 12px;
	height: 42px;
	margin-bottom: 45px;
}

#main-right .breadcrumb a {
	color: #000
}

#main-right .date {
	font-size: 12px;
	margin-bottom: 10px;
	color: #a6a6a6
}

#main-right .entry-content {
	padding: 0 12px
}

#main-right .file {
	position: relative;
	padding-left: 25px;
}

#main-right .file+.file {
	margin-top: 10px
}

#main-right .file:before {
	content: "";
	display: block;
	width: 18px;
	height: 21px;
	background: url("../img/file.png") no-repeat;
	position: absolute;
	top: 0;
	left: 0
}

#main-right .file a {
	color: #666;
	text-decoration: underline
}

@media screen and (max-width:1023px) {
	#main-right {
		padding-left: 240px
	}
}

@media screen and (max-width:767px) {
	#main-right {
		padding-left: 0
	}
}

.payment-wrapper {
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.8
}

.payment-section {
	margin: 20px 0;
	padding: 15px;
	border: 1px solid #eee;
	border-radius: 10px;
	background: #fafafa;
}

.payment-section h3 {
	font-size: 1.2em;
	margin-bottom: 10px
}

.payment-grid {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	gap: 20px;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.payment-item {
	text-align: center;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 150px
}

.payment-item img,
.payment-section img {
	width: 150px;
	border: 1px solid #ccc;
	border-radius: 8px;
	margin-top: 5px
}

.paypal-link {
	color: #06c;
	text-decoration: none;
	font-weight: bold;
}

.paypal-link:hover {
	text-decoration: underline
}

.post-list {
	margin-top: -25px;
	padding: 0 35px;
}

.post-list article {
	border-bottom: 1px dotted #ccc;
	height: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.post-list article .title {
	color: #434a4d;
	font-size: 18px
}

.post-list article>.clearfix {
	margin-top: 15px
}

.post-list article .img {
	width: 200px;
	float: left
}

.post-list article .detial {
	padding-left: 210px;
	font-size: 16px
}

.post-list article .txt {
	margin-bottom: 30px;
	color: #989898
}

.post-list article .more {
	color: #434a4d;
	position: relative;
	padding-left: 10px;
}

.post-list article .more:before {
	content: "";
	background: url("../img/point.png");
	width: 5px;
	height: 7px;
	position: absolute;
	top: 5px;
	left: 0
}

.post-list a:hover {
	color: #4e6cb2
}

#page-nav {
	margin-top: 50px;
}

#page-nav ul {
	text-align: center
}

#page-nav li {
	display: inline-block;
	margin: 0 5px
}

#page-nav span {
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 19px;
	background: #fcfcfc;
	border: 1px solid #919191;
	text-align: center;
	line-height: 14px;
	padding: 10px 0;
	color: #919191;
}

#page-nav span:hover,
#page-nav span.current {
	background: #919191;
	border: 1px solid #919191;
	color: #fff
}

#page-nav a {
	display: block
}

@media screen and (max-width:767px) {
	#page-nav {
		margin-top: 20px
	}
}

#footer-banner {
	position: relative;
	height: 400px;
	background: url("../img/footer-banner.jpg") no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

#footer-banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3)
}

@media screen and (max-width:1023px) {
	#footer-banner {
		height: 300px
	}
}

@media screen and (max-width:767px) {
	#footer-banner {
		height: 140px
	}
}

#footer img {
	max-width: 100%
}

#footer a {
	color: inherit;
}

#footer a:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80)
}

#footer-top {
	background: #222;
	padding: 50px 0;
	color: #c3cac8;
	font-size: 16px;
}

#footer-top .container {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	gap: 25px
}

#footer-top a {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#footer-top a:hover .tooltip {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	visibility: visible;
	z-index: 1
}

#footer-top .icon {
	width: 30px;
	height: 30px;
	margin-right: 6px
}

#footer-top .tooltip {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	visibility: hidden;
	z-index: -1;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -80px;
	z-index: 999;
	width: 160px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 8px;
	border-radius: 6px;
}

#footer-top .tooltip:before {
	content: '';
	position: absolute;
	bottom: -10px;
	right: 48%;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent
}

#footer-top .tooltip img {
	width: 144px;
	height: 144px;
	display: block
}

@media screen and (max-width:767px) {
	#footer-top {
		padding: 25px 0;
		font-size: 14px
	}

	#footer-top .container {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-o-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 10px
	}

	#footer-top .icon {
		width: 20px;
		height: 20px
	}
}

#copyright {
	border-top: 1px solid #444;
	background: #333;
	color: #f2f4f8;
	font-size: 12px;
	line-height: 15px;
	padding: 15px 0;
}

#copyright a:hover {
	text-decoration: underline;
	color: #aaa
}

@media screen and (max-width:767px) {
	#copyright .links {
		display: none
	}
}

#mobile-bottom {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 997;
	background: #f6f6f6;
	border-top: 1px solid #d3d3d3;
	padding: 10px 0;
}

#mobile-bottom .item {
	width: 25%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

#mobile-bottom a {
	display: block;
	border-radius: 50%;
	background: #ddd;
	width: 40px;
	height: 40px;
	padding: 5px
}

@media screen and (max-width:767px) {
	#mobile-bottom {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: box;
		display: flex
	}
}

#popup-wechat {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	z-index: 998;
	background: rgba(0, 0, 0, 0.5);
	font-size: 16px;
}

#popup-wechat .box {
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	width: 80%;
	text-align: center;
	line-height: 2
}

#popup-wechat img {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto
}

#popup-wechat b {
	font-size: 20px;
	line-height: 1.2
}

#popup-wechat .btns {
	margin-top: 10px;
}

#popup-wechat .btns a {
	display: inline-block;
	background-color: #1aad17;
	border-radius: 10px;
	padding: 4px 10px;
	cursor: pointer;
	color: #fff
}

#popup-wechat .qrcode {
	display: none;
}

#popup-wechat .qrcode img {
	width: 100%;
	height: auto
}

#popup-wechat.show .qrcode {
	display: block;
	padding: 10px
}

#popup-wechat.show .content {
	display: none
}

#mobile-menu {
	display: none;
}

@media screen and (max-width:1023px) {
	#mobile-menu {
		-webkit-transform: translateX(200px);
		-moz-transform: translateX(200px);
		-o-transform: translateX(200px);
		-ms-transform: translateX(200px);
		transform: translateX(200px);
		display: block;
		position: fixed;
		top: 42px;
		bottom: 0;
		right: 0;
		width: 200px;
		background: #222;
		overflow-y: auto;
		z-index: 999;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out
	}
}

.menu-open #mobile-menu {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

#mobile-menu .sub-menu {
	max-height: 300px;
	overflow: hidden;
	-webkit-transition: max-height 1s ease;
	-moz-transition: max-height 1s ease;
	-o-transition: max-height 1s ease;
	-ms-transition: max-height 1s ease;
	transition: max-height 1s ease;
}

#mobile-menu .sub-menu.closed {
	max-height: 0
}

#mobile-menu>ul [class^="current"]>a,
#mobile-menu>ul [class*="current"]>a {
	background: #4e6cb2;
	color: #fff
}

#mobile-menu>ul>li {
	border-bottom: 1px #111 solid;
}

#mobile-menu>ul>li>a {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 15px
}

#mobile-menu>ul>li li a {
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	padding: 10px 15px 10px 25px;
	border-top: 1px solid #fff
}

#mobile-menu>ul>li li li a {
	padding: 10px 15px 10px 40px
}

#special-offer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.3);
	z-index: 999999;
}

#special-offer .text {
	position: relative;
	background: #fff;
	border-radius: 10px;
	font-size: 30px;
	padding: 30px;
	text-align: center
}

#special-offer b {
	color: #f00
}

@media screen and (max-width:767px) {
	#special-offer .text {
		padding: 20px;
		font-size: 20px
	}
}

#popup-wechat .close,
#special-offer .close {
	position: absolute;
	top: 5px;
	right: 5px;
	line-height: 1;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	z-index: 1;
}

#popup-wechat .close:before,
#special-offer .close:before,
#popup-wechat .close:after,
#special-offer .close:after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background: #666;
	position: absolute;
	top: 16px;
	left: 0;
}

#popup-wechat .close:before,
#special-offer .close:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

#popup-wechat .close:after,
#special-offer .close:after {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}