/**
 * Reset some basic elements
 */
/* line 29, ../../_compass/main.scss */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
/* line 41, ../../_compass/main.scss */
body {
  font-family: "Lantinghei SC", "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
/* line 56, ../../_compass/main.scss */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
  margin-bottom: 15px;
}

/**
 * Images
 */
/* line 68, ../../_compass/main.scss */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
/* line 78, ../../_compass/main.scss */
figure > img {
  display: block;
}

/* line 82, ../../_compass/main.scss */
figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
/* line 91, ../../_compass/main.scss */
ul, ol {
  margin-left: 30px;
}

/* line 96, ../../_compass/main.scss */
li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
/* line 107, ../../_compass/main.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

/**
 * Links
 */
/* line 116, ../../_compass/main.scss */
a {
  color: #0082ca;
  text-decoration: none;
}
/* line 120, ../../_compass/main.scss */
a:visited {
  color: #00517e;
}
/* line 124, ../../_compass/main.scss */
a:hover {
  color: #111;
  text-decoration: none;
}

/**
 * Blockquotes
 */
/* line 135, ../../_compass/main.scss */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
/* line 143, ../../_compass/main.scss */
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
/* line 153, ../../_compass/main.scss */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef;
}

/* line 161, ../../_compass/main.scss */
code {
  padding: 1px 5px;
}

/* line 165, ../../_compass/main.scss */
pre {
  padding: 8px 12px;
  overflow-x: scroll;
}
/* line 169, ../../_compass/main.scss */
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
/* line 181, ../../_compass/main.scss */
.wrapper {
  max-width: -webkit-calc(1100px - (30px * 2));
  max-width: calc(1100px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

/**
 * Clearfix
 */
/* line 197, ../../_compass/main.scss */
.clear:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
/* line 211, ../../_compass/main.scss */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
/* line 217, ../../_compass/main.scss */
.icon > svg path {
  fill: #828282;
}

/* line 225, ../../_compass/main.scss */
header #logo {
  float: left;
  height: 78px;
  margin-right: 12px;
  width: 30px;
}
/* line 231, ../../_compass/main.scss */
header #logo div {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuMCIgeDI9IjAuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODJjYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMGY5ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 0%, 0% 100%, color-stop(0%, #0082ca), color-stop(100%, #000f9f));
  background-image: -moz-linear-gradient(top, #0082ca, #000f9f);
  background-image: -webkit-linear-gradient(top, #0082ca, #000f9f);
  background-image: linear-gradient(to bottom left, #0082ca, #000f9f);
  bottom: 0;
  border-radius: 3px;
  float: left;
  margin-right: 6px;
  position: absolute;
  width: 6px;
}
/* line 241, ../../_compass/main.scss */
header #logo-part-1 {
  height: 40px;
  left: 0;
}
/* line 246, ../../_compass/main.scss */
header #logo-part-2 {
  height: 70px;
  left: 12px;
}
/* line 251, ../../_compass/main.scss */
header #logo-part-3 {
  height: 78px;
  left: 24px;
}
/* line 258, ../../_compass/main.scss */
header .top-logo {
  left: 12px;
  position: absolute;
  top: 40px;
}
/* line 263, ../../_compass/main.scss */
header .top-logo-bg {
  height: 160px;
}
/* line 266, ../../_compass/main.scss */
header .top-logo-bg div {
  position: relative;
}
/* line 272, ../../_compass/main.scss */
header hgroup {
  float: left;
}
/* line 275, ../../_compass/main.scss */
header hgroup h2 {
  font-size: 16px;
  margin: 0;
}
/* line 280, ../../_compass/main.scss */
header hgroup h1 {
  font-size: 24px;
  margin: 0;
}
/* line 285, ../../_compass/main.scss */
header hgroup h3 {
  font-size: 12px;
  margin: 0;
}
/* line 291, ../../_compass/main.scss */
header .top-nav {
  list-style: none;
}
/* line 294, ../../_compass/main.scss */
header .top-nav-bg {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODJjYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMGY5ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #0082ca), color-stop(100%, #000f9f));
  background-image: -moz-linear-gradient(right, #0082ca, #000f9f);
  background-image: -webkit-linear-gradient(right, #0082ca, #000f9f);
  background-image: linear-gradient(to left, #0082ca, #000f9f);
  height: 54px;
}
/* line 299, ../../_compass/main.scss */
header .top-nav-container {
  float: right;
}
/* line 303, ../../_compass/main.scss */
header .top-nav li {
  color: #fff;
  cursor: pointer;
  float: left;
  line-height: 54px;
  padding: 0 12px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 311, ../../_compass/main.scss */
header .top-nav li a {
  color: #fff;
}
/* line 315, ../../_compass/main.scss */
header .top-nav li:hover {
  color: #0082ca;
  background-color: #fff;
}
/* line 319, ../../_compass/main.scss */
header .top-nav li:hover a {
  color: #0082ca;
}
/* line 326, ../../_compass/main.scss */
header .sub-menu {
  background: #fff;
  border-bottom: 1px solid #ccc;
  display: none;
  height: 240px;
  opacity: 0.9;
  position: absolute;
  top: 0;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 100%;
  z-index: 2;
}
/* line 338, ../../_compass/main.scss */
header .sub-menu-bg {
  position: relative;
}
/* line 342, ../../_compass/main.scss */
header .sub-menu .wrapper {
  position: relative;
}
/* line 346, ../../_compass/main.scss */
header .sub-menu-title {
  color: #333;
  float: left;
  line-height: 240px;
  text-align: center;
  width: 300px;
}
/* line 354, ../../_compass/main.scss */
header .sub-menu .sep-line {
  background: #333;
  float: left;
  margin: 70px 0;
  height: 100px;
  width: 1px;
}
/* line 362, ../../_compass/main.scss */
header .sub-menu nav {
  float: left;
  left: 340px;
  list-style: none;
  margin-left: 24px;
  position: absolute;
  top: 25%;
}
/* line 370, ../../_compass/main.scss */
header .sub-menu nav li {
  color: #333;
  cursor: pointer;
  line-height: 2em;
}
/* line 375, ../../_compass/main.scss */
header .sub-menu nav li:hover {
  color: #0082ca;
}

/* line 384, ../../_compass/main.scss */
.home .slider {
  height: 400px;
  margin: 30px 0;
  position: relative;
  width: 100%;
}
/* line 390, ../../_compass/main.scss */
.home .slider div {
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 1s opacity;
  width: 100%;
}
/* line 398, ../../_compass/main.scss */
.home .slider div.show {
  opacity: 1;
}
/* line 403, ../../_compass/main.scss */
.home .slider-1 {
  background: url("../images/highlight/1.jpg");
  background-position: center;
  background-size: cover;
}
/* line 409, ../../_compass/main.scss */
.home .slider-2 {
  background: url("../images/highlight/2.jpg");
  background-position: center;
  background-size: cover;
}
/* line 415, ../../_compass/main.scss */
.home .slider-3 {
  background: url("../images/highlight/3.jpg");
  background-position: center;
  background-size: cover;
}
/* line 421, ../../_compass/main.scss */
.home .slider-4 {
  background: url("../images/highlight/4.jpg");
  background-position: bottom;
  background-size: cover;
}

/* line 429, ../../_compass/main.scss */
.post {
  margin: 60px 0;
}
/* line 434, ../../_compass/main.scss */
.post .post-content img[alt=small] {
  width: 200px;
}
/* line 438, ../../_compass/main.scss */
.post .post-content img[alt=medium] {
  width: 800px;
}
/* line 442, ../../_compass/main.scss */
.post .post-content img[alt=large] {
  width: 100%;
}

/* line 449, ../../_compass/main.scss */
.article-list {
  margin: 30px 0;
}
/* line 452, ../../_compass/main.scss */
.article-list > div {
  float: left;
  width: 50%;
}
/* line 457, ../../_compass/main.scss */
.article-list .page-heading {
  font-size: 20px;
  margin: 12px 0;
}
/* line 462, ../../_compass/main.scss */
.article-list .sep-line {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODJjYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMGY5ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #0082ca), color-stop(100%, #000f9f));
  background-image: -moz-linear-gradient(right, #0082ca, #000f9f);
  background-image: -webkit-linear-gradient(right, #0082ca, #000f9f);
  background-image: linear-gradient(to left, #0082ca, #000f9f);
  height: 1px;
  width: 200px;
}
/* line 468, ../../_compass/main.scss */
.article-list ul {
  margin: 0;
}
/* line 472, ../../_compass/main.scss */
.article-list li {
  list-style: none;
  margin: 12px 0;
}
/* line 476, ../../_compass/main.scss */
.article-list li p {
  font-size: 14px;
  margin: 0;
}
/* line 481, ../../_compass/main.scss */
.article-list li .post-meta {
  font-size: 13px;
}

/* line 487, ../../_compass/main.scss */
footer {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #444444), color-stop(100%, #111111));
  background-image: -moz-linear-gradient(right, #444444, #111111);
  background-image: -webkit-linear-gradient(right, #444444, #111111);
  background-image: linear-gradient(to left, #444444, #111111);
  color: #ccc;
  padding: 100px 0 20px 0;
  width: 100%;
}
/* line 493, ../../_compass/main.scss */
footer a {
  color: #ccc;
}
/* line 496, ../../_compass/main.scss */
footer a:visited {
  color: #ccc;
}
/* line 501, ../../_compass/main.scss */
footer .links {
  float: left;
  width: 25%;
}
/* line 506, ../../_compass/main.scss */
footer .contact {
  width: 50%;
}
/* line 510, ../../_compass/main.scss */
footer h2 {
  font-size: 18px;
  margin-bottom: 18px;
}
/* line 515, ../../_compass/main.scss */
footer ul {
  list-style: none;
  margin: 0;
}
/* line 520, ../../_compass/main.scss */
footer li {
  cursor: pointer;
  font-size: 14px;
  line-height: 2em;
}
/* line 525, ../../_compass/main.scss */
footer li:hover {
  color: #eee;
}
/* line 530, ../../_compass/main.scss */
footer .copyright {
  font-size: 13px;
  margin-top: 60px;
  text-align: center;
}
