@charset "utf-8";
/*
theme name: menhu 1
theme uri: https://www.zhutibaba.com/
author: 主题巴巴
author uri: https://www.zhutibaba.com/themes/menhu1
description: 门户一号wordpress主题，适用于各类型新闻网站、门户网站、资讯网站、杂志网站和自媒体网站。
version: 1.1.0
license: gnu general public license v2 or later
license uri: http://www.gnu.org/licenses/gpl-2.0.html
text domain: menhu-1
tags: two-columns, right-sidebar
*/
/*--------------------------------------------------------------
0. reset
--------------------------------------------------------------*/
@import url(/uploads/css/wtmacss/font-awesome.min.css);
html {
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-wrap: break-word;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
img.aligncenter{margin:10px auto;}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  color: #333;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

sup {
  top: -.5em;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.no-list-style {
  list-style: none;
  margin: 0;
  padding: 0;
}

figure > img {
  display: block;
}

img {
  height: auto;
  max-width: 100%;
}

img[class*="align"],
img[class*="attachment-"] {
  height: auto;
}

embed,
iframe,
object {
  max-width: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
# 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. */
}

/*--------------------------------------------------------------
# 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.5075em 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;
}

/*--------------------------------------------------------------
1. defaults
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: bold;
}

strong,
b {
  font-weight: bold;
  color:#f00;
}

input,
textarea,
select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

select {
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 0 .75em;
  height: 2.507em;
  font-size: .97em;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: color .3s, border .3s, background .3s, opacity .3s;
  box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, 0.02);
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: ;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}

input,
textarea {
  -webkit-appearance: none;
}

input,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="tel"],
textarea {
  font-size: 15px;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  outline: none;
  color: #333;
}

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #bfbfbf;
  outline: none;
}

input[type="file"] {
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea {
  padding: 10px 15px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="tel"] {
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
}

button,
.btn,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border: none;
  padding: 0 15px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  font-size: 1.1em;
  font-weight: normal;
  height: 42px;
  line-height: 42px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
}

button:hover,
.btn:hover,
.btn:visited,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #fff;
  text-decoration: none;
}

button:focus,
textarea:focus {
  outline: 0;
}

table {
  color: #333333;
  border-width: 1px;
  border-color: #e9e9e9;
  border-collapse: collapse;
  width: 100%;
}

table th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #e6e6e6;
  background-color: #f0f0f0;
}

table tr:hover td {
  background-color: #f9f9f9;
}

table td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #e6e6e6;
  background-color: #ffffff;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
  clear: both;
}

.alignnone {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* clear floats */
.clear:before,
.clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  clear: both;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.sticky,
.bypostauthor {
  background: inherit;
  color: inherit;
}

/* css3 effects */
.box-shadow {
  box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
  -webkit-box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
}

body,
label,
input,
textarea,
button,
table {
  font-family: arial,"pingfang sc","hiragino sans gb","microsoft yahei","wenquanyi micro hei",sans-serif;
}

body {
  background: #fff;
  color: #333;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #333;
}

a:active, a:focus {
  outline: 0;
}

.container {
  margin: 0 auto;
  width: 1115px;
}

/* =genericons, thanks to fontsquirrel.com for conversion!
-------------------------------------------------------------- */
@font-face {
  font-family: 'genericons';
  src: ;
  src:  format("embedded-opentype"),  format("woff"),  format("truetype"),  format("svg");
  font-weight: normal;
  font-style: normal;
}

/* genericons */
.comments-title span:before,
.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.comment-list .children li:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_zhutibaba_ephemera .widget-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 genericons;
  text-decoration: inherit;
  vertical-align: text-bottom;
}

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
#masthead .container {
  position: relative;
}

.site-header {
  background-color: #fff;
  width: 100%;
  line-height: 1;
}

.search-icon {
  display: none;
  position: absolute;
  top: 11px;
  right: 12px;
}

.search-icon:hover {
  cursor: pointer;
}

.search-icon .fa {
  color: #777;
  display: inline-block;
  font-size: 14px;
}

.search-icon .fa-search.active {
  display: none;
}

.search-icon .fa-close {
  display: none;
}

.search-icon .fa-close.active {
  display: inline-block;
}

.search-input {
  background: #fff;
  border: 1px solid #ddd;
  outline: none;
  height: 38px;
  line-height: 38px;
  color: #333;
  text-indent: 5px;
}

.search-input:focus {
  background-color: #fff;
  border-color: #bfbfbf;
}

.search-submit {
  border-left: none;
  color: #999;
  font-size: 15px;
  font-weight: 600;
  height: 38px;
  line-height: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}

/* header search */
.header-search {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  line-height: 1;
  width: 400px;
  height: 42px;
  position: absolute;
  top: 29px;
  left: 50%;
  margin-left: -200px;
  z-index: 2;
  border-radius: 3px;
  border-radius: 3px;
}

.header-search:before {
  color: #bbb;
  font-family: 'genericons';
  font-size: 20px;
  content: '\f400';
  position: absolute;
  top: 10px;
  left: 9px;
}

.header-search .search-input {
  background: transparent;
  border: none;
  color: #333;
  font-size: 14px;
  width: 400px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px 0 28px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.header-search .search-submit {
  background-color: #f8f8f8;
  border-left: 1px solid #e9e9e9;
  border-radius: 0;
  box-shadow: none;
  color: #333;
  font-weight: normal;
  width: 62px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}

.header-search .search-submit .genericon {
  font-size: 20px;
}

.header-search .search-submit:hover {
  background-color: #f4f4f4;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}

.header-icons {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 100px;
}

.header-icons span {
  display: inline-block;
}

.header-icons span span,
.header-icons span a {
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #666;
  cursor: pointer;
  display: block;
  font-size: 15px;
  padding-left: 30px;
}

.header-icons span span:hover,
.header-icons span a:hover {
  color: #333;
}

.header-icons .header-mobile span {
  background-image: ;
}

.header-icons .header-weixin {
  margin-left: 15px;
}

.header-icons .header-weixin span {
  background-image: ;
}

.header-icons .header-weibo {
  margin-left: 15px;
}

.header-icons .header-weibo a {
  background-image: ;
}

.site-start {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100px;
}

/*--------------------------------------------------------------
2.1 logo
--------------------------------------------------------------*/
.site-branding {
  float: left;
  text-align: left;
}

.site-branding #logo {
  height: 100px;
  margin: 0;
}

.site-branding .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.site-branding img {
  max-height: 80px;
  vertical-align: middle;
}

.site-title {
  font-size: 28px;
  font-weight: bold;
  margin: 25px 0 8px 0;
}

.site-title a,
.site-title a:visited {
  color: #333;
  display: block;
}

.site-title a:hover {
  text-decoration: none;
}

.site-description {
  color: #999;
  font-size: 14px;
}

/*--------------------------------------------------------------
2.1 navigation menu
--------------------------------------------------------------*/
/* essential styles */
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
}

.sf-menu li:hover > ul,
.sf-menu li.sfhover > ul {
  display: block;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.sf-menu ul ul {
  top: 0;
  left: 185px;
}

.sf-menu > li {
  float: left;
}

.sf-menu a {
  display: block;
  position: relative;
}

/* theme navigation skin */
.sf-menu {
  float: left;
}

.sf-menu ul {
  background-color: #fff;
  width: 200px;
  box-shadow: rgba(190, 190, 190, 0.45882) 0px 0 5px;
  -webkit-box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
  position: absolute;
  z-index: 999;
  padding: 0 15px;
}

.sf-menu ul:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  left: 30px;
  top: -9px;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.sf-menu ul ul:before {
  content: none;
}

.sf-menu a {
  text-decoration: none;
  zoom: 1;
  /* ie7 */
}

.sf-menu li {
  line-height: 48px;
  white-space: nowrap;
  /* no need for supersubs plugin */
  *white-space: normal;
  /* ...unless you support ie7 (let it wrap) */
}

.sf-menu li a {
  padding: 0 15px;
  color: #333;
  font-size: 1em;
}

.sf-menu li li {
  line-height: 1.5;
  border-bottom: 1px dotted #eee;
}

.sf-menu li li:first-child {
  background-color: #fff;
  z-index: 9;
}

.sf-menu li li:last-child {
  border-bottom: none;
}

.sf-menu li li a {
  background-color: #fff;
  color: #333;
  font-size: 1em;
  padding: 10px 0;
}

.sf-menu li:hover li a,
.sf-menu li.sfhover li a {
  color: #333;
  display: block;
}

/*** arrows (for all except ie7) **/
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  position: absolute;
  right: 7px;
  content: '\f431';
  font: normal 14px/1 'genericons';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.45s transform;
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  top: 0;
  right: 0;
  line-height: 1;
  content: '\f501';
  font: normal 9px/1 'genericons';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: none !important;
}

/* secondary nav */
#secondary-bar {
  background-color: #fff;
  border-top: 2px solid;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}

.main-navigation {
  float: left;
}

#primary-bar {
  background-color: #f8f8f8;
  border-bottom: 1px solid #f0f0f0;
  height: 40px;
}

.top-right {
  float: right;
  line-height: 40px;
  color: #666;
  font-size: 14px;
}

.top-right a,
.top-right a:visited {
  color: #666;
}

.top-right .current-date {
  margin-left: 6px;
}

.top-right li {
  border-right: 1px solid #e9e9e9;
  display: inline-block;
  list-style: none;
  margin-right: 9px;
  padding-right: 11px;
  line-height: 1;
}

.top-right li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

#primary-menu {
  float: left;
}

#primary-menu.sf-arrows .sf-with-ul {
  padding-right: 24px;
}

#primary-menu.sf-arrows .sf-with-ul:after {
  line-height: 39px;
}

#primary-menu.sf-arrows li li .sf-with-ul {
  margin-right: 0;
}

#primary-menu.sf-arrows li li .sf-with-ul:after {
  top: 5px;
  right: -4px;
  line-height: 40px;
}

#primary-menu li {
  position: relative;
  transition: 0.3s all;
}

#primary-menu li a {
  color: #666;
  font-size: 14px;
  line-height: 39px;
}

#primary-menu li.sfhover a,
#primary-menu li a:hover {
  background-color: #f1f2f3;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

#primary-menu li.sfhover a.sf-with-ul:after,
#primary-menu li a:hover.sf-with-ul:after {
  transform: rotate(180deg);
}

#primary-menu li a:hover {
  text-decoration: none;
}

#primary-menu li.current-menu-item li a {
  color: #111;
}

#primary-menu li ul {
  border-top: 1px solid #f0f0f0;
  margin: 0 0 0 0;
}

#primary-menu li li {
  border-left: none;
  line-height: 1.5;
  padding-top: 0;
}

#primary-menu li li a:link,
#primary-menu li li a:visited,
#primary-menu li li a:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
  border-left: none;
  border-bottom: none;
  color: #111;
  line-height: 1.5;
  margin: 0;
}

#primary-menu li li.current-menu-item a {
  color: #111;
}

#primary-menu li li .sf-with-ul:after {
  margin-top: -5px;
}

#primary-menu li li ul {
  margin-top: -1px;
}

#secondary-menu.sf-arrows .sf-with-ul {
  padding-right: 27px;
}

#secondary-menu.sf-arrows .sf-with-ul:after {
  right: 10px;
  line-height: 47px;
}

#secondary-menu.sf-arrows li li .sf-with-ul {
  margin-right: 0;
}

#secondary-menu.sf-arrows li li .sf-with-ul:after {
  top: 1px;
  right: -5px;
  line-height: 40px;
}

#secondary-menu li:after {
  background-color: #e9e9e9;
  content: " ";
  display: block;
  height: 16px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 16px;
}

#secondary-menu li:last-child:after {
  content: none;
}

#secondary-menu li a {
  color: #333;
  line-height: 48px;
  font-size: 15px;
  padding-left: 17px;
  padding-right: 17px;
}

#secondary-menu li.sfhover a.sf-with-ul:after,
#secondary-menu li a:hover.sf-with-ul:after {
  transform: rotate(180deg);
}

#secondary-menu li ul {
  border-top: 1px solid #f0f0f0;
  padding-left: 17px;
  padding-right: 17px;
}

#secondary-menu li ul ul {
  margin-top: -1px;
  left: 182px;
}

#secondary-menu li li {
  padding-bottom: 0;
}

#secondary-menu li li:after {
  content: none;
}

#secondary-menu li li:first-child a {
  padding-left: 17px;
}

#secondary-menu li li a:link,
#secondary-menu li li a:visited,
#secondary-menu li li a:hover {
  background: none;
  border-right: none;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  padding-left: 0;
  padding-right: 0;
}

/*--------------------------------------------------------------
3. homepage
--------------------------------------------------------------*/
.entry-title {
  line-height: 1.4;
}

.entry-title a,
.entry-title a:visited {
  color: #222;
}

#page {
  background-color: #fff;
}

/* site content */
.site-content {
  position: relative;
  padding: 25px 0 5px;
}

#primary {
  float: left;
  width: 790px;
}

.home .site-main {
  margin-bottom: -1px;
}

.single #primary article.hentry,
.page #primary article.hentry {
  padding: 20px 0;
}

.error-404,
.no-results {
  padding: 25px 0;
}

.page-template-all-posts .site-main {
  padding: 0;
}

.thumbnail-wrap {
  overflow: hidden;
}

.thumbnail-wrap img {
  transition: 0.5s all;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: auto;
}

.thumbnail-wrap img:hover {
  transform: scale(1.08);
}

.single-excerpt {
  background-color: #f7f7f7;
  border-radius: 4px;
  color: #777;
  margin: 20px 0;
  padding: 15px 30px;
  font-size: 16px;
  position: relative;
}

.single-excerpt:before {
  background:  no-repeat 0 0;
  background-size: 12px 12px;
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  top: 7px;
  left: 7px;
  position: absolute;
  opacity: 0.2;
}

.single-excerpt:after {
  background:  no-repeat 0 0;
  background-size: 12px 12px;
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  bottom: 7px;
  right: 7px;
  position: absolute;
  opacity: 0.2;
}

.single-excerpt .excerpt-text {
  color: #333;
  position: absolute;
  left: 40px;
  top: -12px;
  font-size: 17px;
}

/*--------------------------------------------------------------
3.1 featured content
--------------------------------------------------------------*/
#featured-content {
  float: left;
  position: relative;
  margin-bottom: 5px;
  width: 48.5%;
  position: relative;
}

#featured-content img,
#featured-content .wp-post-image {
  width: 100%;
}

#featured-content .bxslider {
  line-height: 0.5;
}

#featured-content .bxslider li {
  display: none;
}

#featured-content .bxslider li:first-child {
  display: block;
}

#featured-content .bx-wrapper,
#featured-content .bxslider,
#featured-content .thumbnail-link {
  height: 100%;
  overflow: hidden;
}

#featured-content .featured-slider {
  margin-bottom: 10px;
}

#featured-content .featured-slide {
  position: relative;
}

#featured-content .featured-slide img {
  width: 100%;
}

#featured-content .featured-slide img:hover {
  transform: scale(1.04);
}

#featured-content .featured-slide .thumbnail-link {
  display: block;
}

#featured-content .featured-slide .entry-title {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.3;
  padding: 0 10px;
}

#featured-content .featured-slide .entry-title a,
#featured-content .featured-slide .entry-title a:visited {
  color: #fff;
}

#featured-content .featured-slide .entry-header {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  padding: 10px 0;
  width: 100%;
}

.featured-grid .featured-small {
  float: left;
  width: 48.7%;
  overflow: hidden;
  margin-right: 2.6%;
  margin-bottom: 20px;
}

.featured-grid .featured-small:nth-of-type(2n) {
  margin-right: 0;
}

.featured-grid .featured-small:nth-of-type(2n 1) {
  clear: left;
}

.featured-grid .featured-small .thumbnail-link {
  display: block;
  margin-bottom: 8px;
}

.featured-grid .featured-small .entry-title {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
}

.featured-grid .hentry {
  line-height: 0.5;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  -webkit-backface-visibility: hidden;
}

.home-latest {
  float: right;
  width: 48.5%;
}

.home-latest ul li {
  list-style: none;
  margin: 0 0 10px 0;
  padding-left: 14px;
  position: relative;
}

.home-latest ul li:before {
  background-color: #ccc;
  border-radius: 2px;
  content: " ";
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 11px;
}

.home-latest ul li:nth-of-type(1), .home-latest ul li:nth-of-type(6), .home-latest ul li:nth-of-type(11) {
  font-size: 1.11em;
  font-weight: bold;
}

.home-latest ul li:nth-of-type(5n) {
  margin-bottom: 25px;
}

.home-latest ul li strong {
  font-size: 1.11em;
}

.home-latest ul li a,
.home-latest ul li a:visited {
  color: #333;
}

.notice {
  background-color: #f0f0f0;
  padding: 30px;
  text-align: center;
}

#recent-content {
  position: relative;
  margin-bottom: 20px;
}

#recent-content .thumbnail-link {
  line-height: 0.5;
}

#recent-content .widget_ad {
  line-height: 1;
  position: relative;
  text-align: center;
}

#recent-content .widget_ad .widget-title {
  display: none;
}

#recent-content .widget_ad img {
  line-height: 0.5;
}

#recent-content .content-ad {
  text-align: center;
}

#recent-content .content-ad .adwidget {
  line-height: 1;
}

#recent-content .content-ad .adwidget img {
  line-height: 0.5;
}

.home #recent-content .widget_ad {
  margin-bottom: 20px;
}

.content-loop .widget_ad {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0 20px;
}

.content-block {
  margin-bottom: 25px;
  width: 100%;
  overflow: hidden;
}

.content-block .section-heading {
  border-top: 1px solid #e9e9e9;
  position: relative;
  margin-bottom: 10px;
  padding: 0;
}

.content-block .section-heading h3 {
  font-size: 1.2em;
  padding: 9px 0 0;
  position: relative;
  display: inline-block;
  border-top: 2px solid;
  margin-top: -1px;
}

.content-block .section-heading h3 a {
  color: #333;
  display: inline-block;
}

.content-block .section-heading h3 a:hover {
  text-decoration: none;
}

.content-block .section-heading .section-more {
  position: absolute;
  right: 0;
  top: 8px;
}

.content-block .section-heading .section-more li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 8px;
}

.content-block .section-heading .section-more li:before {
  content: '/';
  color: #ddd;
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.content-block .section-heading .section-more li:first-child:before {
  content: none;
}

.content-block .section-heading .section-more a {
  color: #999;
  font-size: 14px;
  font-weight: normal;
}

.content-block .section-heading .section-more a:hover {
  text-decoration: none;
}

.content-block .thumbnail-link img {
  width: 100%;
}

.content-block .post-small {
  position: relative;
  margin-bottom: 8px;
  padding-left: 14px;
}

.content-block .post-small:before {
  background-color: #ccc;
  border-radius: 2px;
  content: " ";
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 9px;
}

.content-block .post-small:nth-of-type(1) .entry-title {
  font-weight: bold;
}

.content-block-square {
  margin-bottom: 5px;
}

.content-block-square .block-loop .hentry {
  margin-bottom: 20px;
}

.content-block-square .block-loop .thumbnail-link {
  display: block;
  margin-bottom: 10px;
}

.content-block-square .block-loop .entry-title {
  font-size: 15px;
  font-weight: normal;
}

.content-block-1 {
  position: relative;
}

.content-block-1:after {
  clear: both;
  content: " ";
  display: block;
}

.content-block-1 .col-left {
  float: left;
  width: 48.5%;
  margin-bottom: -25px;
}

.content-block-1 .col-right {
  float: right;
  width: 48.5%;
}

.content-block-1 .post-big {
  float: left;
  width: 48.5%;
  margin-bottom: 25px;
}

.content-block-1 .post-big:nth-of-type(2n) {
  float: left;
  margin-left: 3%;
}

.content-block-1 .post-big:nth-of-type(2n 1) {
  clear: left;
}

.content-block-1 .post-big .thumbnail-link {
  display: block;
  margin-bottom: 15px;
}

.content-block-1 .post-big .entry-title {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 6px;
}

.content-block-1 .post-small {
  margin-bottom: 15px;
}

.content-block-1 .post-small.last, .content-block-1 .post-small:last-child {
  border-bottom: none;
  margin-bottom: 0 !important;
}

.content-block-1 .post-small:nth-of-type(1):before, .content-block-1 .post-small:nth-of-type(6):before, .content-block-1 .post-small:nth-of-type(11):before {
  top: 10px;
}

.content-block-1 .post-small:nth-of-type(1) .entry-title, .content-block-1 .post-small:nth-of-type(6) .entry-title, .content-block-1 .post-small:nth-of-type(11) .entry-title {
  font-size: 1.11em;
  font-weight: bold;
}

.content-block-1 .post-small:nth-of-type(5n) {
  margin-bottom: 25px;
}

.content-block-1 .post-small .thumbnail-link {
  float: left;
  width: 120px;
  margin: 0 15px 0 0;
}

.content-block-1 .post-small .entry-title {
  font-size: 1em;
  font-weight: normal;
}

.content-block-2 {
  position: relative;
}

.content-block-2 .hentry:nth-of-type(3):before {
  top: 10px;
}

.content-block-2 .hentry:nth-of-type(3) .entry-title {
  font-size: 1.11em;
  font-weight: bold;
}

.content-block-2 .post-big {
  float: left;
  width: 48.5%;
  margin: 0 0 25px;
}

.content-block-2 .post-big:nth-of-type(2n) {
  float: right;
}

.content-block-2 .post-big:nth-of-type(2n 1) {
  clear: left;
}

.content-block-2 .post-big .thumbnail-link {
  display: block;
  margin-bottom: 10px;
}

.content-block-2 .post-big .entry-title {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 5px;
}

.content-block-2 .post-small.last {
  margin-bottom: 0;
}

.content-block-2 .post-small .entry-title {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 6px;
}

.content-block-2 .block-left {
  float: left;
  width: 48.5%;
}

.content-block-2 .block-right {
  float: right;
  width: 48.5%;
}

.ajax-loader {
  text-align: center;
  margin: 30px auto;
  display: block;
}

.breadcrumbs {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  padding: 0 0 12px 0;
}

.single .breadcrumbs {
  border-bottom: none;
  padding: 0;
}

.breadcrumbs {
  position: relative;
}

.breadcrumbs h3 {
  font-size: 1.1em;
  line-height: 1;
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}

.breadcrumbs h3:before {
  border-radius: 1px;
  content: " ";
  display: block;
  width: 4px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.breadcrumbs h3 a,
.breadcrumbs h3 a:visited {
  color: #999;
}

.breadcrumbs h3 a:hover {
  color: #333;
  text-decoration: none;
}

.breadcrumbs ul.sub-categories {
  position: absolute;
  top: 15px;
  right: 20px;
}

.breadcrumbs ul.sub-categories li {
  display: inline-block;
  font-size: 14px;
  list-style: none;
  margin: 0 0 0 15px;
}

.breadcrumbs ul.sub-categories li.cat-item-none {
  display: none;
}

.breadcrumbs ul.sub-categories li a {
  color: #333;
}

.breadcrumbs ul.sub-categories li a:hover {
  text-decoration: underline;
}

.breadcrumbs .breadcrumbs-nav {
  color: #999;
  display: block;
  font-size: 14px;
}

.breadcrumbs .breadcrumbs-nav a {
  color: #999;
  padding-left: 8px;
  position: relative;
  text-decoration: underline;
}

.breadcrumbs .breadcrumbs-nav a:before {
  background:  no-repeat left center;
  background-size: 10px 10px;
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  position: relative;
  top: 0;
}

.content-loop .hentry {
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
  padding: 25px 0;
  position: relative;
}

.content-loop .hentry:last-child {
  border-bottom: none;
}

.content-loop .thumbnail-link {
  float: left;
  display: block;
  width: 261px;
  margin: 0 20px 0 0;
  position: relative;
  line-height: 0.5;
  text-align: center;
}

.content-loop .thumbnail-link img {
  width: 100%;
}

.content-loop .entry-header {
  margin-bottom: 10px;
}

.content-loop .entry-title {
  font-size: 1.2em;
  line-height: 1.4;
  margin-bottom: 7px;
}

.content-loop .entry-meta {
  font-size: 13px;
  color: #999;
}

.content-loop .entry-meta a {
  color: #999;
}

.content-loop .entry-meta a:hover {
  color: #333;
}

.content-loop .entry-meta .meta-right {
  position: absolute;
  right: 0;
}

.content-loop .entry-meta .entry-author,
.content-loop .entry-meta .entry-category {
  display: inline-block;
  margin-right: 15px;
}

.content-loop .entry-meta .entry-author {
  margin-right: 15px;
}

.content-loop .entry-meta .entry-author .avatar {
  width: 20px;
  border-radius: 50%;
  margin: 3px 6px 0 0;
  vertical-align: middle;
}

.content-loop .entry-summary {
  display: table;
  font-size: 15px;
}

.content-loop .entry-summary p {
  display: inline;
}

.content-loop .entry-footer {
  background-color: #fff;
  border-top: 1px solid  #f0f0f0;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  overflow: hidden;
}

.content-loop .entry-footer ul {
  float: right;
}

.content-loop .entry-footer ul li {
  float: left;
  list-style: none;
}

.content-loop .gallery-list {
  margin: 15px 0 0;
}

.content-loop .gallery-list:after {
  clear: both;
  content: " ";
  display: block;
}

.content-loop .gallery-list li {
  line-height: 1;
  list-style: none;
  margin-bottom: 0 !important;
}

.content-loop .gallery-list li img {
  width: 100%;
  height: auto;
}

.content-loop .gallery-list li:last-child {
  margin-right: 0;
}

.content-grid {
  padding: 25px 0 0 0;
}

.content-grid .hentry {
  margin-bottom: 25px;
  position: relative;
}

.content-grid .hentry:last-child {
  border-bottom: none;
}

.content-grid .hentry .thumbnail-wrap {
  margin: 0 0 10px 0;
}

.content-grid .hentry .entry-title {
  font-weight: normal;
}

.content-grid .hentry .entry-title strong {
  font-weight: normal;
}

.entry-meta {
  color: #999;
  font-size: 13px;
  position: relative;
}

.entry-meta .entry-author .avatar {
  border-radius: 50%;
  float: left;
  width: 30px;
  height: auto;
  margin: -2px 8px 0 0;
}

.entry-meta .entry-author a {
  color: #999;
}

.entry-meta .entry-date,
.entry-meta .entry-views {
  margin-right: 15px;
}

.entry-meta .entry-comment a {
  color: #999;
}

/*--------------------------------------------------------------
3.3 pagination
--------------------------------------------------------------*/
.scroller-status {
  font-size: 14px;
  text-align: center;
}

.scroller-status img {
  width: 16px;
  margin: -2px 4px 0 0;
  vertical-align: middle;
}

.scroller-status .infinite-scroll-request {
  background-color: #f7f8f9;
  color: #999;
  display: none;
  padding: 10px 0;
}

.scroller-status .infinite-scroll-last,
.scroller-status .infinite-scroll-error {
  background-color: #f7f8f9;
  color: #999;
  display: none;
  padding: 10px 0;
}

.pagination {
  display: none;
  border-top: 1px solid #e9e9e9;
  padding: 40px 0;
  width: 100%;
  text-align: center;
}

.pagination .page-numbers {
  background-color: #f5f5f5;
  color: #333;
  display: inline-block;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  text-transform: uppercase;
}

.pagination .page-numbers:hover {
  background-color: #f0f0f0;
  color: #fff;
  text-decoration: none;
}

.pagination .page-numbers.dots:hover {
  color: #333;
}

.pagination .page-numbers.current {
  color: #fff;
}

.pagination .prev,
.pagination .next {
  position: relative;
}

/*--------------------------------------------------------------
4. single post/page
--------------------------------------------------------------*/
.page-title {
  font-size: 1.5em;
  margin-bottom: 25px;
  line-height: 1.2;
}

.single {
  /* baidu share */
}

.single .entry-header {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.single .entry-header .entry-meta {
  height: 30px;
}

.single .entry-header .entry-meta:after {
  content: " ";
  clear: both;
  display: block;
}

.single .entry-header .entry-meta .entry-author,
.single .entry-header .entry-meta .entry-date,
.single .entry-header .entry-meta .entry-views {
  float: left;
  margin-right: 15px;
}

.single .custom-share {
  float: right;
  position: relative;
  top: 2px;
  display: none;
}

.single .custom-share:before {
  color: #999;
  font-size: 13px;
  position: absolute;
  content: "分享";
  display: block;
  right: 100%;
  top: -3px;
  width: 28px;
}

.single .custom-share .bdsharebuttonbox a {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 0 0 4px;
  background-size: 14px 14px;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 3px;
  border-radius: 4px;
}

.single .custom-share .bdsharebuttonbox .bds_qzone {
  background-color: #fdbe3d;
  background-image: ;
}

.single .custom-share .bdsharebuttonbox .bds_tsina {
  background-color: #ff763b;
  background-image: ;
}

.single .custom-share .bdsharebuttonbox .bds_weixin {
  background-color: #7bc549;
  background-image: ;
}

.single .custom-share .bdsharebuttonbox .bds_sqq {
  background-color: #56b6e7;
  background-image: ;
}

.single .bx-wrapper {
  visibility: hidden;
  margin-bottom: 25px;
}

.single .gallery-slider {
  display: none;
  height: 100%;
  overflow: hidden;
}

.single .gallery-slider:after {
  clear: both;
  content: " ";
  display: block;
}

.single .gallery-slider li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single .gallery-slider li img {
  width: 100%;
  margin-bottom: 0;
}

.single .gallery-slider li:before {
  content: none;
}

.single .gallery-slider li .image-desc {
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 14px;
  padding: 12px 2%;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.single .entry-footer .entry-tags {
  float: left;
}

.single .entry-footer .entry-like {
  font-size: 14px;
  float: right;
}

.single .entry-footer .entry-like a {
  background:  no-repeat 7px center;
  background-color: #f5f5f5;
  background-size: 13px 13px;
  border-radius: 2px;
  color: #007fdb;
  display: inline-block;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  padding: 0 7px 0 24px;
}

.single .entry-footer .entry-like a:hover {
  background-color: #f2f7f9;
  color: #007fdb;
  text-decoration: none;
}

.single .entry-footer .entry-like em {
  font-style: normal;
}

.error404 .site-main,
.single .site-main,
.page .site-main {
  position: relative;
}

.error404 .site-main .entry-thumbnail,
.single .site-main .entry-thumbnail,
.page .site-main .entry-thumbnail {
  margin-bottom: 10px;
}

.error404 h1.entry-title,
.single h1.entry-title,
.page h1.entry-title {
  font-size: 1.7em;
  line-height: 1.4;
  display: block;
  margin-bottom: 18px;
}

.error404 .entry-content label,
.error404 .page-content label {
  display: inline-block;
}

.entry-related .section-title,
.comments-title,
#reply-title {
  font-size: 1em;
  line-height: 1;
  padding-left: 15px;
  position: relative;
}

.entry-related .section-title:before,
.comments-title:before,
#reply-title:before {
  border-radius: 1px;
  content: " ";
  display: block;
  width: 4px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.comments-title:before {
  top: 27px;
}

/* related  posts */
.entry-related {
  border-top: 1px solid #e9e9e9;
  padding: 20px 0 0 0;
}

.entry-related h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.entry-related .hentry {
  margin-bottom: 25px;
}

.entry-related .hentry .entry-title {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
}

.entry-related .hentry .entry-title a {
  color: #333;
}

.entry-related .hentry .thumbnail-link {
  display: block;
  width: 100%;
  margin: 0 0 12px 0;
  line-height: 0.5;
}

.entry-related .hentry .thumbnail-link img {
  width: 100%;
}

.entry-related .hentry .thumbnail-wrap {
  overflow: hidden;
}

/* entry tags */
.entry-tags span {
  font-size: 14px;
  margin-right: 10px;
}

.entry-tags .tag-links a {
  background-color: #f0f0f0;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  display: inline-block;
  color: #333;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  margin: 0 14px 5px 0;
  padding: 0 5px 0 9px;
  position: relative;
}

.entry-tags .tag-links a:hover {
  color: #fff;
  text-decoration: none;
}

.entry-tags .tag-links a:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 9px solid #f0f0f0;
  position: absolute;
  top: 0;
  right: -9px;
}

/* author box */
.author-box {
  border-top: 1px solid #e9e9e9;
  padding: 20px 0;
}

.author-box .avatar {
  border-radius: 50%;
  float: left;
  width: 72px;
  height: auto;
  line-height: 0.8;
  margin: 0 15px 0 0;
}

.author-box .author-meta {
  display: table;
}

.author-box .author-meta .author-name {
  font-size: 1em;
  margin-bottom: 5px;
}

.author-box .author-meta .author-name a {
  color: #333;
}

.author-box .author-meta .author-desc {
  font-size: 15px;
  color: #949494;
  margin-bottom: 5px;
}

/* entry content */
.page-content,
.entry-content {
  font-size: 1.1em;
}
.entry-content img{
	display: block;
	margin:6px auto;
}
.page-content .wp-post-image,
.entry-content .wp-post-image {
  margin-bottom: 15px;
  width: 100%;
}

.page-content a,
.entry-content a {
  text-decoration: underline;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 25px;
  line-height: 1.5;
}

.page-content h1,
.entry-content h1 {
  font-size: 26px;
}
.entry-content blockquote{
	margin-top:15px !important;
	margin-bottom: 15px !important;
	margin-left:0px !important;
	margin-right: 0px !important;
}
.entry-content blockquote p{
	margin-bottom: 0px;
}
.page-content h2,
.entry-content h2 {
  font-size: 20px;
}

.page-content h3,
.entry-content h3 {
  font-size: 18px;
}

.page-content h4,
.entry-content h4 {
  font-size: 18px;
}

.page-content h5, .page-content h6,
.entry-content h5,
.entry-content h6 {
  font-size: 18px;
}

.page-content p,
.entry-content p {
  line-height: 1.8;
  margin-bottom: 25px;
}

.page-content ul,
.page-content ol,
.entry-content ul,
.entry-content ol {
  margin: 0 0 25px 0;
}

.page-content ul ul,
.page-content ul ol,
.page-content ol ul,
.page-content ol ol,
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
  margin: 8px 0 0 25px;
}

.page-content ul li,
.entry-content ul li {
  list-style: none;
  margin: 0 0 10px 0;
  padding-left: 18px;
  position: relative;
}

.page-content ul li:hover:before,
.entry-content ul li:hover:before {
  color: #333;
}

.page-content ul li:before,
.entry-content ul li:before {
  border-radius: 3px;
  background-color: #ccc;
  content: " ";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 10px;
}

.page-content ul li ul li,
.entry-content ul li ul li {
  list-style: none;
}

.page-content ol li,
.entry-content ol li {
  list-style: inside decimal;
  margin: 0 0 10px 0;
}

.page-content select,
.entry-content select {
  padding: 0 5px;
}

.page-content select:focus, .page-content select:active,
.entry-content select:focus,
.entry-content select:active {
  outline: none;
}

.page-content dl,
.entry-content dl {
  margin-bottom: 20px;
}

.page-content fieldset,
.entry-content fieldset {
  border: 1px solid #e9e9e9;
  margin: 0 2px 20px 2px;
  padding: 0.35em 0.625em 0.75em;
}

.page-content input[type="radio"],
.entry-content input[type="radio"] {
  -webkit-appearance: radio;
}

.page-content input[type="checkbox"],
.entry-content input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

.page-content ::-webkit-file-upload-button,
.entry-content ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.page-content label,
.entry-content label {
  display: block;
  font-weight: bold;
}

.page-content table,
.entry-content table {
  margin-bottom: 20px;
}

.page-content input[type="text"],
.page-content input[type="email"],
.page-content input[type="url"],
.page-content input[type="search"],
.page-content input[type="password"],
.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content input[type="url"],
.entry-content input[type="search"],
.entry-content input[type="password"] {
  width: 300px;
}

.page-content input[type="file"],
.entry-content input[type="file"] {
  border: none;
}

.page-content textarea,
.entry-content textarea {
  width: 100%;
  height: 200px;
}

.page-content .wp-caption,
.entry-content .wp-caption {
  background-color: #f7f7f7;
  padding: 0 0 1px 0;
}

.page-content .wp-caption-text,
.entry-content .wp-caption-text {
  font-size: 13px;
  font-style: italic;
  color: #999;
}

blockquote {
  color: #999999;
  font-size: 18px;
  font-style: italic;
  padding: 0.25em 50px;
  line-height: 1.45;
  position: relative;
}

blockquote:before {
  display: block;
  font-size: 64px;
  position: absolute;
  left: 0;
  top: -15px;
  color: #cccccc;
}

blockquote cite {
  color: #333333;
  display: block;
  margin-top: 10px;
}

blockquote cite:before {
  content: "\2014 \2009";
}

/*--------------------------------------------------------------
5. archive/search page
--------------------------------------------------------------*/
.search-no-results .page-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.search-no-results .page-content label,
.search-no-results .entry-content label {
  display: inline;
}

/*--------------------------------------------------------------
6. comments
--------------------------------------------------------------*/
.comments-area {
  margin-bottom: 30px;
}

.comment-respond {
  border-top: 1px solid #f0f0f0;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
}

.comments-title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 20px;
  border-top: 1px solid #f0f0f0;
  margin-top: 25px;
  padding-top: 25px;
}

.comments-title span {
  margin-left: 2px;
}

.comments-title span:before {
  content: '\f428';
  color: #aaa;
  font-size: 18px;
  margin-right: 5px;
}

.comment-reply-title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.comment-list {
  list-style: none;
}

.comment-author {
  font-size: 14px;
}

.comment-meta {
  margin-bottom: 1px;
}

.comment-list .reply,
.comment-metadata {
  font-size: 13px;
}

.comment-author .fn {
  font-weight: normal;
}

.comment-author a {
  color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a,
.comment-list .reply a {
  color: #999;
}

.comment-list .trackback a:visited,
.comment-list .pingback a:visited,
.comment-metadata a:visited,
.comment-list .reply a:visited {
  color: #999;
}

.comment-list .trackback a:hover,
.comment-list .pingback a:hover,
.comment-metadata a:hover,
.comment-list .reply a:hover {
  color: #333;
}

.comment-author a:hover {
  color: #333;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  margin: 0 0 15px 0;
  border-top: 1px solid #f0f0f0;
  padding-top: 15px;
  position: relative;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
  border-top: 0;
  padding-top: 0;
}

.comment-list > li:first-child > article .reply,
.comment-list > .pingback:first-child .reply,
.comment-list > .trackback:first-child .reply {
  top: 0;
}

.comment-author {
  position: relative;
}

.comment-author .avatar {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: auto;
}

.says {
  display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content {
  padding-left: 50px;
}

.comment-list .reply {
  visibility: hidden;
  position: absolute;
  top: 15px;
  right: 0;
}

.comment-body:hover .reply {
  visibility: visible;
}

.comment-author {
  display: inline;
}

.comment-metadata {
  display: inline;
  margin-left: 7px;
}

.comment-edit-link {
  margin-left: 10px;
}

.comment-edit-link:hover {
  text-decoration: none;
}

#cancel-comment-reply-link:hover {
  text-decoration: none;
}

.comment-edit-link:before {
  content: "\f411";
}

.comment-reply-link:hover {
  text-decoration: none;
}

.comment-reply-link:before,
.comment-reply-login:before {
  content: '\f467';
  color: #aaa;
  margin-right: 2px;
}

.comment-content {
  font-size: 15px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 24px 0;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-list .children {
  list-style: none;
  background: #f7f7f7;
  padding: 20px;
  position: relative;
  margin: 0 0 -1px 0;
  z-index: 2;
}

.comment-list .children:before {
  color: #f7f7f7;
  top: -16px;
  left: 13px;
  font-family: "fontawesome";
  font-size: 20px;
  content: "\f0d8";
  position: absolute;
  width: 20px;
  text-align: center;
}

.comment-list .children li article {
  border-top-color: #eee;
}

.comment-list .children li:first-child article {
  border-top: none;
  padding-top: 0;
}

.comment-list .children li:first-child article .reply {
  top: 0;
}

.comment-list .children li:last-child article {
  margin-bottom: 0;
}

.comment .comment-respond {
  margin: 25px 0;
}

.comment-respond h3 {
  margin-top: 0;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
  color: #999;
}

.comment-notes a,
.comment-awaiting-moderation a,
.logged-in-as a,
.no-comments a,
.form-allowed-tags a,
.form-allowed-tags code a {
  color: #999;
}

.comment-notes a:hover,
.comment-awaiting-moderation a:hover,
.logged-in-as a:hover,
.no-comments a:hover,
.form-allowed-tags a:hover,
.form-allowed-tags code a:hover {
  color: #333;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
  font-size: 14px;
  margin-bottom: 10px;
}

.no-comments {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 24px;
  text-transform: uppercase;
}

.comment-form .comment-form-comment,
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-bottom: 20px;
}

.comment-form textarea {
  width: 100%;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
  width: 32%;
  margin-right: 2%;
}

.comment-form .comment-form-url {
  width: 32%;
}

.comment-form .comment-form-author {
  float: left;
}

.comment-form .comment-form-email {
  float: left;
}

.comment-form .comment-form-url {
  float: right;
}

.comment-form:after {
  content: '';
  display: block;
  clear: both;
}

.comment-form .submit {
  font-size: 14px;
  padding: 0 18px;
}

.comment-form label {
  font-size: 14px;
}

.comment-form-cookies-consent {
  display: none;
  margin-bottom: 20px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
  font-size: 12px;
  line-height: 1.5;
}

.required {
  color: #c0392b;
}

.comment-reply-title small a {
  color: #2b2b2b;
  float: right;
  height: 16px;
  overflow: hidden;
  width: 16px;
}

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 20px;
}

.comment-navigation {
  font-size: 13px;
}

.comment-navigation:after {
  clear: both;
  content: " ";
  display: block;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
  display: inline-block;
}

.comment-navigation .nav-previous {
  float: left;
}

.comment-navigation .nav-next {
  float: right;
}

#comment-nav-above {
  margin-bottom: 20px;
}

#comment-nav-below {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
7. sidebar
--------------------------------------------------------------*/
.sidebar {
  float: right;
  width: 300px;
}

.sidebar .widget {
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding: 15px;
}

.sidebar .widget .widget-title {
  color: #333;
  font-size: 1em;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
}

.sidebar .widget .widget-title span {
  padding-left: 15px;
  position: relative;
}

.sidebar .widget .widget-title:before {
  border-radius: 1px;
  content: " ";
  display: block;
  width: 4px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar .widget p {
  margin-bottom: 15px;
}

.sidebar .widget ul > li {
  list-style: none;
  margin-bottom: 10px;
  padding: 0 0 0 14px;
  position: relative;
}

.sidebar .widget ul > li:before {
  background-color: #ccc;
  border-radius: 2px;
  content: " ";
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 9px;
}

.sidebar .widget ul > li a {
  color: #333;
}

.sidebar .widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget select {
  width: 100%;
  max-width: 100%;
}

.sidebar .widget_search input[type='search'] {
  width: 180px;
}

.sidebar .widget_search input[type='submit'] {
  width: 80px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.sidebar .widget_nav_menu ul li,
.sidebar .widget_categories ul li {
  display: inline-block;
  width: 49%;
}

.sidebar .widget_ad {
  border: none;
}

/* tag cloud widget */
.widget_tag_cloud .tagcloud a {
  background-color: #f0f0f0;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  color: #333 !important;
  font-size: 14px !important;
  line-height: 32px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  width: 49%;
  text-align: center;
  margin: 2px 0 2px;
}

.widget_tag_cloud .tagcloud a:hover {
  color: #fff !important;
  text-decoration: none;
}

.widget_tag_cloud .tagcloud a:after {
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 9px solid #f0f0f0;
  position: absolute;
  top: 0;
  right: -9px;
}

/* recent posts widget */
.widget_recent_entries .post-date {
  font-size: 13px;
  color: #999;
  margin-left: 5px;
}

/* categories widget */
.widget_categories ul li {
  color: #999;
}

/*--------------------------------------------------------------
7. footer
--------------------------------------------------------------*/
.footer-columns {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0 0;
}

.footer-columns .section-header {
  font-size: 32px;
  margin-bottom: 20px;
}

.footer-columns .widget {
  margin-bottom: 20px;
}

.site-footer {
  border-top: 1px solid #e9e9e9;
}

.site-footer .widget {
  font-size: 15px;
  margin-bottom: 25px;
}

.site-footer .widget .widget-title {
  font-size: 1.1em;
  margin-bottom: 15px;
}

.site-footer .widget p {
  margin-bottom: 15px;
}

.site-footer .widget ul > li {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}

.site-footer .widget ul > li a,
.site-footer .widget ul > li a:visited {
  color: #333;
}

.site-footer .widget ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.site-footer .widget ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.site-footer .widget select {
  width: 100%;
  max-width: 100%;
}

.site-footer .widget_search input[type='search'] {
  width: 100%;
  margin-bottom: 10px;
}

.site-footer .widget_search input[type='submit'] {
  width: 100%;
}

.sidebar,
.site-footer {
  /* ad widget */
}

.sidebar .widget ul li,
.site-footer .widget ul li {
  line-height: 1.45;
}

.sidebar .widget_ad,
.site-footer .widget_ad {
  background: none;
  padding: 0;
  position: relative;
}

.sidebar .widget_ad .adwidget,
.site-footer .widget_ad .adwidget {
  line-height: 0.8;
}

.sidebar .widget_ad .widget-title,
.site-footer .widget_ad .widget-title {
  border-bottom: none;
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 99;
  background: rgba(50, 50, 50, 0.3);
  padding: 2px 5px;
  border-top-right-radius: 10px;
}

.sidebar .widget_ad .widget-title:before, .sidebar .widget_ad .widget-title:after,
.site-footer .widget_ad .widget-title:before,
.site-footer .widget_ad .widget-title:after {
  content: none;
}

.sidebar .widget_ad .widget-title span,
.site-footer .widget_ad .widget-title span {
  background-color: transparent;
  padding: 0;
  position: static;
}

.sidebar .widget_posts_thumbnail,
.site-footer .widget_posts_thumbnail {
  line-height: 1.4;
}

.sidebar .widget_posts_thumbnail ul > li,
.site-footer .widget_posts_thumbnail ul > li {
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
  position: relative;
}

.sidebar .widget_posts_thumbnail ul > li:before,
.site-footer .widget_posts_thumbnail ul > li:before {
  content: none;
  display: none;
}

.sidebar .widget_posts_thumbnail ul > li:after,
.site-footer .widget_posts_thumbnail ul > li:after {
  content: "";
  display: block;
  clear: both;
}

.sidebar .widget_posts_thumbnail .thumbnail-wrap,
.sidebar .widget_posts_thumbnail .wp-post-image,
.sidebar .widget_posts_thumbnail img,
.site-footer .widget_posts_thumbnail .thumbnail-wrap,
.site-footer .widget_posts_thumbnail .wp-post-image,
.site-footer .widget_posts_thumbnail img {
  width: 100%;
  height: auto;
  line-height: 0.5;
}

.sidebar .widget_posts_thumbnail .entry-wrap,
.site-footer .widget_posts_thumbnail .entry-wrap {
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  width: 100%;
}

.sidebar .widget_posts_thumbnail .entry-wrap a,
.sidebar .widget_posts_thumbnail .entry-wrap a:hover,
.sidebar .widget_posts_thumbnail .entry-wrap a:visited,
.site-footer .widget_posts_thumbnail .entry-wrap a,
.site-footer .widget_posts_thumbnail .entry-wrap a:hover,
.site-footer .widget_posts_thumbnail .entry-wrap a:visited {
  color: #fff;
  display: block;
  padding: 0 10px;
}

.sidebar .widget_posts_thumbnail.widget-menhu-1-popular ul > li:first-child, .sidebar .widget_posts_thumbnail.widget-menhu-1-views ul > li:first-child,
.site-footer .widget_posts_thumbnail.widget-menhu-1-popular ul > li:first-child,
.site-footer .widget_posts_thumbnail.widget-menhu-1-views ul > li:first-child {
  margin-bottom: 12px;
}

.sidebar .widget_posts_thumbnail.widget-menhu-1-popular ul > li.post-list, .sidebar .widget_posts_thumbnail.widget-menhu-1-views ul > li.post-list,
.site-footer .widget_posts_thumbnail.widget-menhu-1-popular ul > li.post-list,
.site-footer .widget_posts_thumbnail.widget-menhu-1-views ul > li.post-list {
  font-size: 15px;
  padding-left: 25px;
  position: relative;
}

.sidebar .widget_posts_thumbnail.widget-menhu-1-popular ul > li.post-list:nth-of-type(2) span, .sidebar .widget_posts_thumbnail.widget-menhu-1-views ul > li.post-list:nth-of-type(2) span,
.site-footer .widget_posts_thumbnail.widget-menhu-1-popular ul > li.post-list:nth-of-type(2) span,
.site-footer .widget_posts_thumbnail.widget-menhu-1-views ul > li.post-list:nth-of-type(2) span {
  background-color: #ffbe02;
  color: #fff;
}

.sidebar .widget_posts_thumbnail.widget-menhu-1-popular ul > li.post-list:nth-of-type(3) span, .sidebar .widget_posts_thumbnail.widget-menhu-1-views ul > li.post-list:nth-of-type(3) span,
.site-footer .widget_posts_thumbnail.widget-menhu-1-popular ul > li.post-list:nth-of-type(3) span,
.site-footer .widget_posts_thumbnail.widget-menhu-1-views ul > li.post-list:nth-of-type(3) span {
  background-color: #007fdb;
  color: #fff;
}

.sidebar .widget_posts_thumbnail.widget-menhu-1-popular ul > li.post-list:nth-of-type(4) span, .sidebar .widget_posts_thumbnail.widget-menhu-1-views ul > li.post-list:nth-of-type(4) span,
.site-footer .widget_posts_thumbnail.widget-menhu-1-popular ul > li.post-list:nth-of-type(4) span,
.site-footer .widget_posts_thumbnail.widget-menhu-1-views ul > li.post-list:nth-of-type(4) span {
  background-color: #46b450;
  color: #fff;
}

.sidebar .widget_posts_thumbnail.widget-menhu-1-popular ul > li.post-list span, .sidebar .widget_posts_thumbnail.widget-menhu-1-views ul > li.post-list span,
.site-footer .widget_posts_thumbnail.widget-menhu-1-popular ul > li.post-list span,
.site-footer .widget_posts_thumbnail.widget-menhu-1-views ul > li.post-list span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 2px;
}

.sidebar .widget_posts_thumbnail.widget-menhu-1-recent ul > li:first-child, .sidebar .widget_posts_thumbnail.widget-menhu-1-random ul > li:first-child,
.site-footer .widget_posts_thumbnail.widget-menhu-1-recent ul > li:first-child,
.site-footer .widget_posts_thumbnail.widget-menhu-1-random ul > li:first-child {
  margin-bottom: 12px;
}

.sidebar .widget_posts_thumbnail.widget-menhu-1-recent ul > li.post-list, .sidebar .widget_posts_thumbnail.widget-menhu-1-random ul > li.post-list,
.site-footer .widget_posts_thumbnail.widget-menhu-1-recent ul > li.post-list,
.site-footer .widget_posts_thumbnail.widget-menhu-1-random ul > li.post-list {
  font-size: 15px;
  padding-left: 14px;
  position: relative;
}

.sidebar .widget_posts_thumbnail.widget-menhu-1-recent ul > li.post-list:before, .sidebar .widget_posts_thumbnail.widget-menhu-1-random ul > li.post-list:before,
.site-footer .widget_posts_thumbnail.widget-menhu-1-recent ul > li.post-list:before,
.site-footer .widget_posts_thumbnail.widget-menhu-1-random ul > li.post-list:before {
  background-color: #ccc;
  border-radius: 2px;
  content: " ";
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 9px;
}

.footer-partners {
  border-bottom: 1px solid #e9e9e9;
  display: table;
  padding: 20px 0 20px 0;
  position: relative;
}

.footer-partners .widget-title {
  display: none;
}

.footer-partners .partner-title {
  background-color: #f3f3f3;
  color: #999;
  display: table-cell;
  font-size: 13px;
  line-height: 1.6;
  width: 25px;
  text-align: center;
  position: relative;
  vertical-align: middle;
}

.footer-partners .partner-title span {
  vertical-align: middle;
}

.footer-partners .partner-title .fa {
  color: #f3f3f3;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -8px;
  height: 16px;
  line-height: 16px;
}

.footer-partners .partner-wrap {
  display: table-cell;
}

.footer-partners .partner-image {
  display: inline-block;
  width: 14.2857%;
  height: 75px;
  line-height: 75px;
  text-align: center;
}

.footer-partners .partner-image img {
  max-width: 100%;
  max-height: 75px;
  width: 84%;
  padding: 0 8%;
  height: auto;
  vertical-align: middle;
}

/* bottom right buttons */
.bottom-right {
  display: none;
  width: 40px;
  position: fixed;
  right: 10px;
  bottom: 100px;
}

.bottom-right .icon-contact a {
  border-top: none;
}

.bottom-right span.icon-link,
.bottom-right a {
  background-color: #f5f5f5;
  cursor: pointer;
  display: inline-block;
}

.bottom-right span.icon-link span,
.bottom-right a span {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  color: #999;
  display: inline-block;
  line-height: 40px;
  width: 40px;
  z-index: 25;
  background: #f5f5f5;
  font-size: 24px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  transition: 0.3s all;
}

.bottom-right span.icon-link .icon,
.bottom-right a .icon {
  font-size: 18px;
  line-height: 40px;
}

.bottom-right span.icon-link .text,
.bottom-right a .text {
  color: #fff;
  display: none;
  height: 40px;
  line-height: 1;
  font-size: 13px;
  padding: 7px 2px 0 2px;
}

.bottom-right span.icon-link:hover,
.bottom-right a:hover {
  text-decoration: none;
}

.bottom-right span.icon-link:hover .icon,
.bottom-right a:hover .icon {
  display: none;
}

.bottom-right span.icon-link:hover .text,
.bottom-right a:hover .text {
  display: inline-block;
}

/* back to top button */
#back-top {
  visibility: hidden;
}

/* site bottom */
#site-bottom {
  font-size: 13px;
  padding: 20px 0;
  text-align: center;
}

#site-bottom a {
  color: #333;
}

#site-bottom .footer-nav {
  margin-bottom: 6px;
}

#site-bottom .footer-nav li {
  border-right: 1px solid #ddd;
  display: inline-block;
  list-style: none;
  line-height: 1;
  margin-right: 12px;
  padding-right: 12px;
}

#site-bottom .footer-nav li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

#site-bottom .footer-nav li li {
  display: none;
}

.friend {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0;
}

.friend h3 {
  font-size: 1em;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 14px;
  position: relative;
}

.friend h3:before {
  border-radius: 1px;
  content: " ";
  display: block;
  width: 4px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.friend-nav li {
  display: inline-block;
  list-style: none;
  line-height: 1;
  margin-right: 15px;
  font-size: 13px;
}

.friend-nav li a {
  color: #333;
}

.friend-nav li li {
  display: none;
}

/*--------------------------------------------------------------
9. misc.
--------------------------------------------------------------*/
#wpadminbar ul#wp-admin-bar-root-default > li.zhutibaba a {
  background:  no-repeat left center;
  background-size: 24px 24px;
  -webkit-backface-visibility: hidden;
  padding-left: 26px;
}

.entry-meta .entry-author a:hover,
.entry-meta .entry-comment a:hover,
.entry-footer .edit-link a:hover,
.entry-tags .edit-link a:hover,
.author-box .author-meta .author-name a:hover {
  color: #111;
}

.header-ad {
  line-height: 1;
  margin-top: 20px;
  margin-bottom: -5px;
  text-align: center;
}

.header-ad .widget-title {
  display: none !important;
}

.header-ad img {
  line-height: 0.5;
}

.full-width {
  float: none;
  width: 100% !important;
}

.page-template-full-width .site-content:before {
  content: none;
}

/* ads */
.single-top-ad {
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}

.single-top-ad .widget-title {
  display: none !important;
}

.single-top-ad img {
  line-height: 0.5;
}

.single-bottom-ad {
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}

.single-bottom-ad .widget-title {
  display: none !important;
}

.single-bottom-ad img {
  line-height: 0.5;
}

.step {
  color: red;
  font-weight: bold;
}

/* preloader */
.loader-wrap {
  background: none repeat scroll 0 0 #fff;
  height: 100%;
  opacity: 1;
  position: fixed;
  text-align: center;
  transition: opacity 0.2s ease 0s;
  width: 100%;
  z-index: 9999;
}

.loader {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 50%;
  top: 45%;
}

.loader:before {
  z-index: 1;
  position: absolute;
  left: -90%;
  content: '';
  height: 100%;
  width: 100%;
  background: #e74c3c;
  border-radius: 50%;
  animation: position 2s infinite cubic-bezier(0.25, 0, 0.75, 1), size 2s infinite cubic-bezier(0.25, 0, 0.75, 1);
  animation-delay: 0s, -0.5s;
}

.loader:after {
  z-index: 0;
  position: absolute;
  left: 80%;
  content: '';
  height: 100%;
  width: 100%;
  background: #3498db;
  border-radius: 50%;
  animation: position-alt 2s infinite cubic-bezier(0.25, 0, 0.75, 1), size 2s infinite cubic-bezier(0.25, 0, 0.75, 1);
  animation-delay: 0s, 0.5s;
}

@keyframes position {
  50% {
    left: 80%;
  }
}

@keyframes position-alt {
  15% {
    z-index: 2;
  }
  50% {
    left: -80%;
    z-index: 0;
  }
}

@keyframes size {
  50% {
    transform: scale(0.5, 0.5);
  }
}

/* mobile menu */
.mobile-menu-icon {
  color: #666;
  display: none;
  font-size: 14px;
  position: absolute;
  top: -32px;
  left: 0;
}

.mobile-menu-icon .menu-icon-close i,
.mobile-menu-icon .menu-icon-open i {
  color: #666;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  -webkit-backface-visibility: hidden;
}

.mobile-menu-icon .menu-icon-close i:hover,
.mobile-menu-icon .menu-icon-open i:hover {
  opacity: 0.85;
}

.mobile-menu-icon .menu-icon-close {
  display: none;
}

.mobile-menu-icon .menu-icon-open.active {
  display: none;
}

.mobile-menu-icon .menu-icon-close {
  display: none;
}

.mobile-menu-icon .menu-icon-close.active {
  display: inline-block;
}

.mobile-menu {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  display: none;
  position: absolute;
  width: 100%;
  top: 39px;
  padding: 25px 0 10px 0;
  z-index: 9999;
}

.mobile-menu .menu-right {
  border-top: 1px solid #e9e9e9;
  margin: 5px 0 0 0;
  padding-top: 20px;
}

.mobile-menu ul li {
  display: inline-block;
  list-style: none;
  margin: 0 15px 15px 0;
}

.mobile-menu ul li a {
  color: #666;
  font-size: 14px;
}

/*
 safari fixes
*/
/* bxslider */
/** variables
===================================*/
/** reset and layout
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on chrome)*/
  -webkit-transform: translatez(0);
}

/** theme
===================================*/
.bxslider {
  width: 100%;
  overflow: hidden;
}

.bxslider,
.bx-wrapper,
.bx-viewport,
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  margin: 0;
  padding: 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  top: 0;
  right: 10px;
}

/* loader */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background:  center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* pager */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: arial;
  font-weight: bold;
  color: #666;
  background: rgba(50, 50, 50, 0.4);
  border-radius: 8px;
  height: 16px;
  line-height: 15px;
  position: absolute;
  padding: 0 5px;
  right: 7px;
  top: 8px;
}

@-moz-document url-prefix() {
  .bx-wrapper .bx-pager {
    line-height: 14px;
  }
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 3px;
  outline: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.2s;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: middle;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* direction controls (next / prev) */
.bx-wrapper .bx-prev {
  left: 0;
  background: rgba(50, 50, 50, 0.6)  no-repeat;
}

.bx-wrapper .bx-next {
  right: 0;
  background: rgba(50, 50, 50, 0.6)  no-repeat;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  background-size: 16px 16px;
  background-position: center center;
  transition: 0.3s all;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.bx-wrapper:hover .bx-controls-direction {
  visibility: visible;
}

.bx-wrapper .bx-controls-direction {
  visibility: hidden;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 24px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* grid system */
.ht_grid_1_2 {
  float: left;
  width: 48.5%;
}

.ht_grid_1_2:nth-of-type(2n) {
  margin-left: 3%;
}

.ht_grid_1_2:nth-of-type(2n 1) {
  clear: left;
}

.ht_grid_1_2:nth-of-type(2n 0) {
  margin-right: 0;
  clear: right;
}

.ht_grid_1_3 {
  float: left;
  margin-right: 2%;
  width: 32%;
}

.ht_grid_1_3:nth-of-type(3n 0) {
  margin-right: 0;
  clear: right;
}

.ht_grid_1_3:nth-of-type(3n 1) {
  clear: left;
}

.ht_grid_1_4 {
  float: left;
  margin-right: 2%;
  width: 23.5%;
}

.ht_grid_1_4:nth-of-type(4n 0) {
  margin-right: 0;
  clear: right;
}

.ht_grid_1_4:nth-of-type(4n 1) {
  clear: left;
}

.ht_fixed_grid_1_3 {
  float: left;
  margin-right: 2%;
  width: 32%;
}

.ht_fixed_grid_1_3:nth-of-type(3n 0) {
  margin-right: 0;
  clear: right;
}

.ht_fixed_grid_1_3:nth-of-type(3n 1) {
  clear: left;
}

/* responsive grid */
@media only screen and (max-width: 959px) {
  .ht_grid_1_4 {
    width: 48.5%;
    margin-bottom: 20px;
  }
  .ht_grid_1_4:nth-of-type(2n 0) {
    margin-right: 0;
    clear: right;
  }
  .ht_grid_1_4:nth-of-type(2n 1) {
    clear: left;
  }
}

@media only screen and (max-width: 600px) {
  .ht_grid_1_4 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .ht_grid_1_3,
  .ht_grid_1_2 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.tooltip {
  display: inline-block;
  position: relative;
  text-align: left;
  line-height: 1.7;
}

.tooltip .bottom {
  min-width: 200px;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 10px;
  color: #444444;
  background-color: #fff;
  font-weight: normal;
  font-size: 13px;
  border-radius: 4px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s;
  text-align: center;
}

.tooltip .bottom h3 {
  color: #333;
  font-weight: normal;
}

.bottom-space {
  padding-top: 40px;
}

.tooltip:hover .bottom {
  visibility: visible;
  opacity: 1;
}

.tooltip .bottom i {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.tooltip .bottom i::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.left-space {
  min-width: 210px;
  position: relative;
  position: absolute;
  top: 50%;
  right: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s;
}

.tooltip .left {
  min-width: 200px;
  margin-right: 11px;
  transform: translate(0, -50%);
  padding: 10px;
  color: #444444;
  background-color: #fff;
  font-weight: normal;
  font-size: 13px;
  border-radius: 4px;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.tooltip .left h3 {
  color: #333;
  font-weight: normal;
}

.tooltip:hover .left-space {
  visibility: visible;
  opacity: 1;
}

.tooltip .left i {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -12px;
  width: 12px;
  height: 24px;
  overflow: hidden;
}

.tooltip .left i::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.contact-info h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 1px;
}

.contact-info strong {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  text-align: center;
}

.contact-info p {
  margin-bottom: 6px;
}

.contact-info img {
  vertical-align: middle;
}

.icon-weixin h3 {
  text-align: center;
}
.wizhi-selects{
	padding:10px;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#e9e9e9;}
.wizhi-select{
	line-height:280%;
	border-bottom:1px solid #e9e9e9;}
.wizhi-select strong{
	color:#000;
	margin-right:8px;}
.wizhi-selects .wizhi-select:last-child{
	border-bottom:none;}
.wizhi-select a{
	color:#656363;
	padding:0 6px;
	margin:0 2px;}
.wizhi-select a.selected{
	color: #fff;
	padding: 2px 6px;
	border-radius: 3px;
	background:#ed232f;
	font-weight:bold;
}
.wizhi-btns{
	margin-top:10px;}
.wizhi-btn-group{
	float:left;
	padding:1px 12px;
	background:#fcfcfc;
	border:1px solid #e1e1e1;
	margin-right:10px;
	margin-bottom:10px;}
.wizhi-btn-default{
	color:#727272;
	margin-right:10px;}
.wizhi-btn-close{
	}
.zhiding:hover {
	background: #fb0326;
	color: #fff;
}
.zhiding {
	border: 1px solid #fb0326;
	color: #fb0326;
	padding: 0 4px;
	margin-left: 10px;
	display: inline-block;
	line-height: 16px;
	font-size: 12px;
	position: relative;
	top: -2px;
}
span.school-cat{
	border: 1px solid #fb0326;
	color: #fb0326;
	padding: 0 4px;
	margin-right: 10px;
	display: inline-block;
	line-height: 16px;
	font-size: 12px;
	position: relative;
	top: -2px;}
span.school-cat:first-child{
	display:none;}
.zixun {
	line-height: 36px;
	display: inline-block;
	width: 90px;
	height: 36px;
	margin: 13px 8px;
	cursor: pointer;
	text-align: center;
	text-indent: 0;
	background: #065279;
	border-radius: 5px;
	font-weight:bold;
	font-size: 14px;
}
#main .zixun {
	color: #fff;
	text-decoration:none;
}
a.zixun:hover {
	color: #dc3023;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
}
#gzh{
	text-align: center;
	padding:10px 0px;
	background: #fff;
	border:1px solid #e6e6e6;
	margin-bottom: 20px;
}
#gzh b{
	margin-bottom: 5px;
}
#gzh img{
	width:60%;
}