@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,
font,
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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

@font-face {
	font-family: 'SourceHanSansCN';
	font-style: normal;
	src: url('../font/SourceHanSerifCN-Regular.otf');
}

@font-face {
	font-family: 'SourceHanSansCNB';
	font-style: normal;
	src: url('../font/SourceHanSerifCN-SemiBold.otf');
}

body,
table,
input,
textarea,
select,
option {
	font-family: "SourceHanSansCN";
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
a.tapCtrl,
input.tapCtrl,
.tapCtrl a,
.tapCtrl input {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #2c3742;
	text-decoration: none;
}

a:visited {
	color: #2c3742;
	text-decoration: none;
}

a:hover {
	color: #2c3742;
	text-decoration: none;
}

a:active {
	color: #2c3742;
	text-decoration: none;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
body {
	min-width: 960px;
	text-align: center;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	color: #fff;
	font-size: 29px;
	overflow-x: hidden;
}

#container {
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
	background: #65A1CD;
	text-align: left;
}

#main {}

* html #main {
	zoom: 1;
}

*+html #main {
	zoom: 1;
}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.taLeft {
	text-align: left !important;
}

.taCenter {
	text-align: center !important;
}

.taRight {
	text-align: right !important;
}

.vaTop {
	vertical-align: top !important;
}

.vaMiddle {
	vertical-align: middle !important;
}

.fwNormal {
	font-weight: normal !important;
}

.fwBold {
	font-weight: bold !important;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mr0 {
	margin-right: 0 !important;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

img {
	vertical-align: top;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
#gHeader {
	padding: 12px 0 16px;
	background: #65A1CD;
}

#gHeader .hBox {
	padding: 0;
	width: 940px;
	margin: 0 auto;
}

#gHeader h1 {
	float: left;
	font-size: 32px;
	font-weight: normal;
	color: #fff;
}

#gHeader .hTitle {
	float: right;
	font-size: 32px;
	color: #fff;
}

#gHeader a {
	color: #fff;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
#footer {
	overflow: hidden;
	padding: 10px 10px 20px;
	background: #65A1CD;
}

#footer .fBox {
	width: 930px;
	margin: 0 auto;
}

#footer .fLink {
	margin-right: 30px;
	float: left;
	width: 470px;
}

#footer .fLink li {
	width: 49%;
	float: left;
	text-align: center;
	overflow: hidden;
	zoom: 1;
}

#footer .fLink li:first-child {
	margin-right: 2%;
}

#footer .fLink li img {
	width: 194px;
	float: left;
}

#footer .fLink li .title {
	width: 30px;
	display: block;
	margin-top: 35px;
	float: left;
	color: #fff;
	font-size: 25px;
	writing-mode: tb-rl;
	line-height: 1.0;
	letter-spacing: -1px;
	text-align: center;
	vertical-align: middle;
}

#footer .fLink li:last-child .title {
	margin-top: 40px;
}

#footer .fBox p {
	margin-top: 40px;
	width: 430px;
	float: left;
	color: #fff;
	letter-spacing: -1px;
	font-size: 28px;
	text-align: center;
}

#footer .fBox p span {
	margin-top: 5px;
	display: block;
	font-size: 26px;
	color: #fff;
}

.qrbox {
	padding: 0;
	margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.qrbox {
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}