/*
Theme Name: 小兽SEO仿雷锋网 
Author: 小兽SEO
Author URI: http://www.seo628.com
Description: 小兽SEO仿雷锋网客户专用主题
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensings 
Text Domain: xs
*/
/* use bootstrap 3 grid system only */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* wphy's custom less file */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
figure {
  border: 0;
  font-size: 14px;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
}
body {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, '宋体';
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
button,
textarea,
input {
  outline: none;
}
ul,
li {
  list-style: none;
  background: transparent;
}
img {
  border-style: none;
  display: block;
  height: auto;
}
.container:after,
.container:before,
.row:after,
.row:before,
.container-fluid:after,
.container-fluid:before {
  display: table;
  content: " ";
  clear: both;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.borleft > a {
  border-left: 1px solid #ccc;
}
.avatar {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  vertical-align: top;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.container-fluid:after,
.container-fluid:before,
.row:after,
.row:before {
  display: table;
  content: " ";
  clear: both;
}
.clearfix,
.container,
.container-fluid,
.row {
  zoom: 1;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-content table {
  font-size: 12px;
  border: 1px #666666 solid;
}
.single-content table th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #666666;
  background-color: #dedede;
}
.single-content table td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #666666;
  background-color: #ffffff;
}
.swiper-pagination-bullet-active {
  background: #ee5b2e !important;
}
html,
body {
  background: #f7f7f7;
  color: #333;
}
a {
  text-decoration: none;
  color: #555;
}
a:hover {
  color: #ee5b2e;
}
#header {
  border-bottom: 1px solid #E6E6E6;
}
#header .header-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header .header-logo h1 {
  float: left;
}
#header .header-logo h1 a {
  font-size: 26px;
  line-height: 40px;
  display: block;
  font-weight: bold;
  color: #ee5b2e;
}
#header .header-logo img {
  float: left;
}
#header .header-logo h2 {
  float: left;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
}
#header .header-menu {
  margin-left: 40px;
}
#header .header-menu ul li {
  float: left;
  position: relative;
  height: 60px;
  line-height: 60px;
}
#header .header-menu ul li a {
  padding: 0 25px;
  font-size: 14px;
}
#header .header-menu ul li .sub-menu {
  display: none;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -70px;
  min-width: 10em;
  border-top: 1px solid #3f4346 !important;
  border: 1px solid #dcdcdc;
  background: #fff;
  top: 60px;
}
#header .header-menu ul li .sub-menu li {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
#header .header-menu ul li .sub-menu li a {
  padding: 0;
  display: block;
}
#header .header-menu ul li .sub-menu .arr_t {
  webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  position: absolute;
  top: -8px;
  left: 65px;
  width: 0px;
  height: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #3f4346;
  border-top: 4px solid transparent;
}
#header .header-menu ul li.menu-item-has-children:after {
  position: absolute;
  right: 6px;
  top: 48%;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 4px solid #bbb;
}
#header .header-menu ul .tg a {
  height: 32px;
  line-height: 32px;
  background: #748793;
  padding: 0 20px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  color: #fff;
  display: inline-block;
}
#header .header-menu ul .tg a:hover {
  background: #4c708e;
}
#header .header-user {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header .header-user .header-search {
  position: relative;
  overflow: hidden;
  width: 200px;
  padding-right: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #E6E6E6;
  background: #e6e9eb;
  margin-right: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
#header .header-user .header-search .text {
  float: left;
  width: 125px;
  outline: 0;
  border: 0;
  background: transparent;
  color: #abaaaa;
  padding-left: 10px;
  line-height: 40px;
}
#header .header-user .header-search .btn-search {
  position: absolute;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 100%;
  border: 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  cursor: pointer;
}
#header .zhuce > a {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  cursor: pointer;
}
#header .denglu a {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
#header .wechat {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
#header .wechat span {
  display: inline-block;
  float: left;
}
#header .wechat a {
  display: inline-block;
  float: left;
}
#header .wechat a img {
  margin-top: 8px;
}
#cat-nav {
  border-bottom: 1px solid #E6E6E6;
  padding: 15px;
}
#cat-nav ul li {
  float: left;
}
#cat-nav ul li a {
  color: #666;
  margin: 0 40px 0 0;
  display: inline-block;
}
#cat-nav ul li a:hover {
  color: #ee5b2e;
}
.crumbs {
  padding-top: 26px;
  padding-bottom: 26px;
  line-height: 20px;
  font-size: 12px;
}
.crumbs span {
  color: #787c83;
}
.crumbs a {
  font-size: 12px;
  color: #787c83;
  margin: 0 8px;
}
.crumbs a:hover {
  color: #db6d4c;
}
.mini {
  position: relative;
}
#main #slider .big-img img {
  max-width: 100%;
}
#main #slider .big-img .lables {
  position: absolute;
  top: 0;
  left: 0;
  background: #ee5b2e;
  padding: 0 20px;
  line-height: 32px;
  font-size: 14px;
  transition: .4s background ease;
  -moz-transition: .4s background ease;
  -webkit-transition: .4s background ease;
  font-weight: 700;
  z-index: 4;
  color: #fff;
}
#main #slider .big-img .shadow {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(images/btow_51.png) center bottom no-repeat;
  background-size: 100% auto;
  height: 216px;
  z-index: 3;
}
#main #slider .big-img .banner-title {
  text-align: left;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  z-index: 6;
  position: absolute;
  padding: 5%;
  width: 100%;
  bottom: 0;
  left: 0;
}
#main #slider .big-img .icon {
  background: url(images/arrows.png) no-repeat;
}
#main #slider .big-img .icon-arrows-left {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 25px;
  height: 39px;
  z-index: 10;
  background-position: 0 0;
  cursor: pointer;
}
#main #slider .big-img .icon-arrows-right {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 25px;
  height: 39px;
  background-position: -25px 0;
  z-index: 10;
  cursor: pointer;
}
#main #slider .small-img .item {
  float: left;
  max-width: 50%;
  overflow: hidden;
}
#main #slider .small-img .item a {
  display: block;
  position: relative;
}
#main #slider .small-img .item a h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  color: #fff;
  z-index: 2;
  line-height: 1.6;
  font-size: 16px;
}
#main #slider .small-img .item a img {
  max-width: 100%;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform .2s;
}
#main #slider .small-img .item a img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#main #slider .small-img .item .shadow {
  background: url(images/img_bg.png) no-repeat;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
#main .hdp-ad {
  margin-top: 20px;
}
#main .hdp-ad img {
  max-width: 100%;
  height: auto;
}
#main #main-con {
  margin-top: 20px;
  margin-bottom: 20px;
}
#main #main-con .content .jxdd img {
  max-width: 100%;
  height: auto;
}
#main #main-con .content .jxdd h3 {
  font-size: 18px;
  color: #31424e;
  font-weight: bold;
}
#main #main-con .content .jxdd h2 {
  padding: 15px 5px 0 5px;
}
#main #main-con .content .jxdd h2 a {
  color: #31424e;
  height: 16px;
  line-height: 1.2;
  overflow: hidden;
  display: inline-block;
}
#main #main-con .content .jxdd li {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding: 15px;
}
#main #main-con .content .jxdd li:hover {
  background: #f7f7f7;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 1px, -2px);
  transform: translate3d(0, 1px, -2px);
}
#main #main-con .content .jxdd li:hover a {
  color: #ee5b2e;
}
#main #main-con .content .content-list {
  overflow: hidden;
  position: relative;
  margin: 10px 0 20px;
}
#main #main-con .content .content-list .title {
  position: relative;
  margin-bottom: 20px;
}
#main #main-con .content .content-list .title h3 {
  font-size: 18px;
  color: #31424e;
  font-weight: bold;
}
#main #main-con .content .content-list .title .count {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #5e6b73;
}
#main #main-con .content .content-list .title .count span {
  color: #ee5b2e;
}
#main #main-con .content .content-list article {
  margin-bottom: 30px;
  overflow: hidden;
}
#main #main-con .content .content-list article:hover h2 a {
  color: #ee5b2e;
}
#main #main-con .content .content-list .entry-img {
  position: relative;
}
#main #main-con .content .content-list .entry-img img {
  max-width: 100%;
  height: auto;
}
#main #main-con .content .content-list .entry-img .sort a {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 15px;
  padding: 0px 10px;
  background: rgba(0, 0, 0, 0.701961);
  color: #ffffff;
}
#main #main-con .content .content-list .entry-content h2 a {
  display: block;
  font-size: 18px;
  color: #31424e;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
}
#main #main-con .content .content-list .entry-des {
  color: #5e6b73;
  line-height: 22px;
  text-align: left;
}
#main #main-con .content .content-list .entry-meta {
  margin-top: 15px;
  color: #9baab6;
  line-height: 25px;
  overflow: hidden;
}
#main #main-con .content .content-list .entry-meta .tags {
  float: left;
}
#main #main-con .content .content-list .entry-meta .tags a {
  margin: 0 5px;
  font-size: 12px;
  color: #9baab6;
}
#main #main-con .content .content-list .entry-meta .tags a:hover {
  color: #ee5b2e;
}
#main #main-con .content .content-list .entry-meta .time {
  float: right;
}
#main #main-con .content .content-list .entry-meta .time a {
  margin: 0 5px;
  font-size: 12px;
  color: #9baab6;
}
#main #main-con .content .content-list .entry-meta .time a:hover {
  color: #ee5b2e;
}
#main #main-con .content .content-list .entry-meta .author {
  margin-right: 20px;
}
#main #main-con .content .content-list .entry-meta .author a {
  display: block;
  color: #9baab6;
}
#main #main-con .content .content-list .entry-meta .author a:hover {
  color: #ee5b2e;
}
#main #main-con .content .content-list .entry-meta .author img {
  float: left;
  margin-right: 5px;
}
#main #main-con .sidebar {
  margin-top: 36px;
}
#main #main-con .sidebar img {
  max-width: 100%;
  height: auto;
}
#main #main-con .sidebar .widget-ad {
  clear: both;
  margin-bottom: 20px;
}
#main #main-con .sidebar .widget-container {
  clear: both;
  margin-bottom: 20px;
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 20px;
}
#main #main-con .sidebar .widget-title h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  font-size: 16px;
  font-weight: bold;
  color: #31424e;
  margin-bottom: 10px;
}
#main #main-con .sidebar .cats-img li {
  overflow: hidden;
  margin-bottom: 20px;
}
#main #main-con .sidebar .cats-img li:hover a {
  color: #db6d4c;
}
#main #main-con .sidebar .cats-img li .text {
  width: 49%;
  float: left;
  font-size: 14px;
  color: #31424e;
  line-height: 22px;
}
#main #main-con .sidebar .cats-img li .cats-pic {
  width: 50%;
  float: right;
}
#main #main-con .sidebar .hot_comment_widget li,
#main #main-con .sidebar .remen li {
  overflow: hidden;
  margin-bottom: 10px;
}
#main #main-con .sidebar .hot_comment_widget li:hover a,
#main #main-con .sidebar .remen li:hover a {
  color: #db6d4c;
}
#main #main-con .sidebar .hot_comment_widget li:last-child,
#main #main-con .sidebar .remen li:last-child {
  margin-bottom: 0;
}
#main #main-con .sidebar .hot_comment_widget li a,
#main #main-con .sidebar .remen li a {
  height: 20px;
  line-height: 20px;
  color: #31424e;
  display: inline-block;
  overflow: hidden;
}
#main #main-con .sidebar .hot_comment_widget li em,
#main #main-con .sidebar .remen li em {
  display: inline-block;
  vertical-align: 2px;
  width: 5px;
  height: 5px;
  background: #8BBEE4;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 10px;
}
#main #main-con .sidebar .widget_recent_comments .recent-comments li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #E6E6E6;
}
#main #main-con .sidebar .widget_recent_comments .recent-comments li:last-child {
  margin-bottom: 0;
}
#main #main-con .sidebar .widget_recent_comments .recent-comments li .cmt {
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 8px 12px;
  background: #F7F7F7;
  line-height: 20px;
  font-size: 14px;
  color: #31424e;
}
#main #main-con .sidebar .widget_recent_comments .recent-comments li .btm {
  padding-top: 15px;
}
#main #main-con .sidebar .widget_recent_comments .recent-comments li .btm .avater {
  float: left;
  width: 40px;
}
#main #main-con .sidebar .widget_recent_comments .recent-comments li .btm .word {
  overflow: hidden;
  padding-left: 12px;
}
#main #main-con .sidebar .widget_recent_comments .recent-comments li .btm .word a {
  font-size: 12px;
}
#main #main-con .sidebar .widget_recent_comments .recent-comments li .btm .word span {
  font-size: 12px;
  color: #9baab6;
}
#main #main-con .sidebar .widget_tag_cloud .tagcloud {
  overflow: hidden;
}
#main #main-con .sidebar .widget_tag_cloud .tagcloud a {
  float: left;
  margin: 0 15px 15px 0;
  padding: 8px 15px;
  background: #f7f7f7;
  color: #5e6b73;
  border: 1px solid #E8ECEF;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  display: inline-block;
}
#main #main-con .sidebar .widget_tag_cloud .tagcloud a:hover {
  background: #a0aebc;
  border-color: #a0aebc;
  color: #fff;
}
.single-con .single-header {
  background: #ebebeb;
  padding-bottom: 30px;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  text-align: center;
}
.single-con .single-header h1 {
  max-width: 600px;
  margin: 0 auto;
  font-size: 23px;
  color: #31424e;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  padding: 60px 15px 25px 15px;
}
.single-con .single-header span {
  color: #5e6b73;
  padding: 0 25px;
}
.single-con .single-header .single-des {
  padding: 20px 15px 0 15px;
  color: #8896a1;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.single-con .single-content {
  color: #5a5a5a;
  margin-top: 36px;
}
.single-con .single-content .video-container {
  margin: 20px auto;
  text-align: center;
}
.single-con .single-content .video-container iframe {
  max-width: 100%;
}
.single-con .single-content p {
  color: #31424e;
  font-size: 16px;
  text-indent: 2em;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.single-con .single-content p a {
  font-size: 16px;
}
.single-con .single-content p a:hover {
  color: #31424e;
  text-decoration: underline;
}
.single-con .single-content span {
  font-size: 16px;
}
.single-con .single-content img {
  max-width: 100%;
}
.single-con .single-content strong {
  font-weight: bold;
  font-size: 16px;
}
.single-con .single-content h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0px 15px;
}
.single-con .single-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0px 15px;
}
.single-con .single-content a {
  color: #ED5565;
  text-decoration: none;
}
.single-con .single-content ul {
  list-style: disc;
  margin-bottom: 1rem;
  margin: 0 0 15px 40px;
}
.single-con .single-content ul li {
  list-style: disc;
  color: #31424e;
  font-size: 16px;
  line-height: 1.6;
}
.single-con .single-content ol {
  list-style: disc;
  margin-bottom: 1rem;
  margin: 0 0 15px 40px;
}
.single-con .single-content ol li {
  list-style: disc;
  color: #31424e;
  font-size: 16px;
  line-height: 1.6;
}
.single-con .single-content blockquote {
  border-left: 5px solid #eee;
  margin: 20px;
  padding: 5px 10px;
  clear: both;
}
.single-con .sxp {
  color: #31424e;
}
.single-con .sxp div {
  margin-bottom: 10px;
}
.single-con .widget_related_post .widget-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.single-con .widget_related_post .widget-title h2 {
  font-size: 16px;
  font-weight: bold;
  color: #31424e;
}
.single-con .widget_related_post .post-tags {
  overflow: hidden;
  margin: 10px 15px;
}
.single-con .widget_related_post .post-tags a {
  margin: 10px 10px 10px 0;
  float: left;
  padding: 0 15px;
  background: #f7f7f7;
  color: #5e6b73;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #E8ECEF;
  border-radius: 16px;
  -webkit-border-radius: 16px;
}
.single-con .widget_related_post .post-tags a:hover {
  background: #a0aebc;
  border-color: #a0aebc;
  color: #fff;
}
.single-con .widget_related_post li {
  margin-bottom: 15px;
}
.single-con .widget_related_post li a {
  display: inline-block;
}
.single-con .widget_related_post li a img {
  max-width: 100%;
}
.single-con .widget_related_post li a p {
  margin-top: 15px;
  color: #31424e;
  height: 38px;
  overflow: hidden;
  line-height: 1.42;
}
.single-con .widget_related_post li a:hover p {
  color: #db6d4c;
}
.cats-con h3 {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  padding: 0 28px;
  background: #97abb8;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  font-size: 20px;
  color: #fff !important;
}
.cats-con p {
  font-size: 14px;
  color: #717f89;
  padding-top: 10px;
  line-height: 24px;
  margin-bottom: 5px;
}
#footer {
  background-color: #333;
  padding-top: 50px;
  color: #999;
  margin-top: 30px;
}
#footer h3 {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
#footer .foot1 {
  margin-bottom: 10px;
}
#footer .foot1 img {
  margin-bottom: 10px;
}
#footer .foot1 p {
  line-height: 1.8;
}
#footer .foot2 {
  margin-bottom: 10px;
  padding-left: 140px;
}
#footer .foot3 {
  margin-bottom: 10px;
  padding-left: 80px;
}
#footer .foot4 {
  margin-bottom: 10px;
}
#footer .foot4 p {
  line-height: 1.8;
  word-wrap: break-word;
  word-break: normal;
}
#footer ul li {
  margin-bottom: 10px;
}
#footer ul li a {
  color: #ABA6A6;
}
#footer ul li img {
  max-width: 50%;
  height: auto;
}
#footer ul li p {
  margin-top: 10px;
}
#footer .copyr {
  margin-top: 30px;
  padding: 20px 0;
  background-color: #222;
  border-top: 1px solid #222;
  color: #999999;
  font-size: 12px;
  text-align: center;
}
#footer .copyr p {
  line-height: 1.8;
}
.page-menu {
  margin-top: 36px;
  text-align: right;
}
.page-menu li {
  margin-bottom: 20px;
}
.page-menu li a {
  font-size: 16px;
}
.page-menu .current_page_item a {
  color: #ee5b2e;
  font-weight: bold;
}
.page-title {
  font-size: 24px;
  color: #666666;
  line-height: 1;
  margin-bottom: 20px;
}
.page-content {
  border-left: solid 2px #E4E4E4;
  min-height: 740px;
  padding-left: 50px;
}
.search-hot {
  margin: 40px auto 20px;
  overflow: hidden;
}
.search-hot span {
  font-size: 20px;
  color: #333;
  display: inline-block;
  margin-bottom: 20px;
}
.search-hot ul li {
  float: left;
  border: 1px solid #dcdcdc;
  margin: 0 20px 20px 0;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}
.search-hot ul li a {
  padding: 10px 20px;
  display: inline-block;
}
.tags-header h1 {
  font-size: 20px;
  color: #333;
  display: inline-block;
}
#first-letter {
  margin-bottom: 20px;
}
#first-letter a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #dcdcdc;
  margin: 20px 20px 0 0;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}
.post-inner {
  margin-bottom: 40px;
}
.all-tags li {
  margin-top: 10px;
}
.all-tags li h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.all-tags li a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #dcdcdc;
  margin: 0 20px 20px 0;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}
.page-center {
  margin: 40px 0;
}
.page-center .order-menu {
  overflow: hidden;
  margin: 20px 0;
}
.page-center .order-menu li {
  float: left;
  border: 1px solid #E8ECEF;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  margin: 0 15px 15px 0;
  padding: 5px 15px;
  background: #f7f7f7;
}
.page-center .order-menu .current {
  background: #a0aebc;
  border-color: #a0aebc;
}
.page-center .order-menu .current a {
  color: #fff;
}
.page-center h3 {
  font-size: 22px;
  color: #31424e;
  line-height: 1;
  font-weight: bold;
}
.page-center .order-list li {
  margin-bottom: 20px;
}
.page-center .order-list li .entry-img {
  position: relative;
}
.page-center .order-list li .entry-img .sort a {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px 10px;
  background: rgba(0, 0, 0, 0.701961);
  color: #ffffff;
}
.page-center .order-list li .entry-img img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.page-center .order-list li .entry-content {
  margin-top: 10px;
}
.page-center .order-list li .entry-content .entry-title {
  margin-bottom: 5px;
}
.page-center .order-list li .entry-content .entry-title a {
  line-height: 1.42;
  display: inline-block;
  height: 38px;
  overflow: hidden;
}
.page-center .order-list li .entry-content .entry-meta span,
.page-center .order-list li .entry-content .entry-meta a {
  font-size: 12px;
  display: inline-block;
}
.link h3 {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  font-size: 16px;
  font-weight: bold;
  color: #31424e;
  margin-bottom: 10px;
}
.link ul li {
  float: left;
  margin: 0 10px 10px 0;
}
.link ul li a {
  font-size: 12px;
}
.list-nav {
  text-align: center;
}
.hot-cate .shadow {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(images/btow_51.png) center bottom no-repeat;
  background-size: 100% auto;
  height: 100px;
  z-index: 3;
}
.hot-cate p a {
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
  color: #fff;
  z-index: 6;
  position: absolute;
  padding: 10% 2%;
  width: 100%;
  bottom: 0;
  left: 0;
}
.hot-cate .swiper-pagination-bullets {
  bottom: 5px !important;
}
.input-group-addon,
.input-group-btn {
  width: 34px;
  white-space: nowrap;
  vertical-align: middle;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.input-group-addon i {
  width: 20px;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group-addon:first-child {
  border-right: 0 !important;
}
#respond .input-group-addon {
  border-radius: 0;
}
comment-form .form-control-feedback {
  line-height: 40px;
  color: #848484;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.comments-area {
  padding: 20px 0;
  line-height: 1.8;
}
.comments-area img {
  max-width: 100%;
  height: auto;
}
.comments-area p {
  color: #333;
  margin-bottom: 0;
}
.comments-area p a {
  color: #ee5b2e;
}
.comments-area .has-feedback {
  position: relative;
}
.comments-area .form-group {
  margin-bottom: 15px;
}
.comments-area .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.comments-area .comment-list {
  padding: 0;
}
.comments-area .comment-list li {
  margin-top: 15px;
}
.comments-area .comment-list .comment-body {
  padding: 20px 20px 15px 20px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 15px;
}
.comments-area .comment-list .comment-body .fn,
.comments-area .comment-list .comment-body .comment-awaiting-moderation,
.comments-area .comment-list .comment-body .commentmetadata {
  margin-left: 60px;
}
.comments-area .comment-list .comment-body .comment-author {
  font-size: 16px;
}
.comments-area .comment-list .comment-body .comment-author .avatar {
  position: absolute;
  border-radius: 50%;
}
.comments-area .comment-list .comment-body .comment-author a.url {
  color: #444;
  text-decoration: none;
}
.comments-area .comment-list .comment-body .comment-author .says {
  display: none;
}
.comments-area .comment-list .comment-body .commentmetadata {
  margin-bottom: 10px;
}
.comments-area .comment-list .comment-body .commentmetadata a {
  color: #848484;
  font-size: 12px;
}
.comments-area .comment-list .comment-body .reply {
  text-align: right;
}
.comments-area .comment-list .comment-body .reply .comment-reply-link {
  padding: 5px;
  padding: .2em .5em .3em;
  background-color: #999;
  color: #fff;
  font-size: 11px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.comments-area .comment-list .children {
  padding-left: 20px;
}
.comments-area .comment-respond {
  margin-top: 60px;
  margin: 0 0 14px;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 20px 20px 8px 20px;
}
.comments-area .comment-respond h4 {
  font-weight: 400;
  margin: 0 0 10px 0;
  font-size: 18px;
}
.comments-area .comment-respond h4 a {
  font-size: 18px;
  color: #ee5b2e;
}
.comments-area .comment-respond h4 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
  font-size: 75%;
}
.comments-area .comment-respond .comment-form .comment-notes {
  margin: 0 0 10px;
}
.comments-area .comment-respond .comment-form .comment-notes span {
  margin-bottom: 1em;
  font-size: 16px;
  color: #333;
}
.comments-area .comment-respond .comment-form .input-group {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.comments-area .comment-respond .comment-form .input-group .form-control {
  box-shadow: none;
  background: 0 0;
  border: 1px solid #ccc;
  height: auto;
  font-size: 14px;
  font-weight: 300;
  border-radius: 0;
}
.comments-area .comment-respond .comment-form .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.comments-area .comment-respond .comment-form .form-submit {
  margin-top: 30px;
}
.comments-area .comment-respond .comment-form .form-submit .btn-primary {
  width: 100%;
  border-radius: 0;
  background: #ee5b2e;
  color: #fff;
  border: none!important;
  border: 2px solid transparent!important;
}
.comments-area .comment-respond .comment-form .form-submit .btn-primary:hover {
  background: #393e46!important;
  color: #fff;
  outline: 0!important;
}
.comments-area #comments-nav {
  text-align: center;
  margin: 30px 0;
}
.comments-area #comments-nav span.current {
  font-weight: 700;
  border: 1px solid #ee5b2e;
  background-color: #ee5b2e;
  padding: 5px 10px;
  color: #fff;
}
.comments-area #comments-nav a {
  padding: 5px 10px;
  border: 1px solid #eee;
  background-color: #eee;
  color: #777;
}
.comments-area #comments-nav a:hover {
  border: 1px solid #ee5b2e;
  background-color: #ee5b2e;
  color: #fff!important;
}
.gform_wrapper .ginput_container input {
  border: 1px solid #dcdcdc !important;
}
.gform_wrapper .gform_footer .gform_button {
  width: 142px !important;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #dd6e4c;
  font-size: 15px !important;
  font-weight: bold;
  color: #fff;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.gform_wrapper .gform_footer .gform_button:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.ad100 img {
  max-width: 100%;
  height: auto;
}
.post-ad {
  margin: 10px 0;
}
#author-box {
  margin: 30px 0;
  overflow: hidden;
}
#author-box .block-head h3 {
  font-size: 16px;
  font-weight: bold;
  color: #31424e;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}
#author-box .author-info {
  overflow: hidden;
}
#author-box .author-info .author-avatar {
  float: left;
  text-align: center;
  margin-right: 20px;
}
#author-box .author-info .author-avatar a {
  display: inline-block;
  margin-top: 5px;
  font-weight: bold;
  color: #31424e;
}
#author-box .author-info .author-meta {
  margin: 5px 0 10px 0;
  overflow: hidden;
}
#author-box .author-info .author-meta span {
  margin-right: 10px;
}
#author-box .author-info .author-meta span a {
  font-size: 16px;
  color: #ee5b2e;
  font-weight: bold;
}
.main-author .aud-atitle h3 {
  font-size: 16px;
  font-weight: bold;
  color: #31424e;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}
.main-author .aud-des-top {
  overflow: hidden;
}
.main-author .aud-des-top .left {
  float: left;
  text-align: center;
}
.main-author .aud-des-top .aud-code {
  float: right;
  text-align: center;
}
.main-author .aud-des-main {
  margin-top: 10px;
}
.main-author .aud-des-main p {
  line-height: 1.8;
}
.side-pannel {
  position: fixed;
  width: 50px;
  bottom: 150px;
  right: 20px;
  z-index: 1000;
}
.side-bar > a:hover {
  background: #ee5b2e;
}
.side-bar .dh:hover {
  background: #ee5b2e;
}
.side-bar .wechat:hover {
  background: #ee5b2e;
}
.side-bar > a {
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  cursor: pointer;
  float: left;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.9);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out;
}
.f_top {
  display: block !important;
  font-size: 24px !important;
  color: #fff !important;
  line-height: 50px !important;
}
.side-bar .dh {
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
  float: left;
  display: block;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.9);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out;
}
.side-bar .dh .hide {
  width: 166px;
  position: absolute;
  left: -166px;
  top: -35px;
}
.side-bar .dh .hide .hied_con {
  width: 150px;
  background: #222;
  border-radius: 4px;
  color: #fff;
  padding: 5px 0 15px 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: width 0.3s ease-in-out;
  display: none;
}
.side-bar .dh .hide .hied_con dl {
  width: 110px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  line-height: 22px;
  font-size: 12px;
  margin-top: 10px;
}
.side-bar .dh .hide .hied_con dl dt a {
  color: #fff;
  font-weight: bold;
}
.side-bar .dh .hide .hied_con:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #222;
  position: absolute;
  right: 11px;
  top: 58px;
  transform: rotate(45deg);
}
.side-bar .wechat {
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
  float: left;
  display: block;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.9);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out;
}
.side-bar .wechat .hide {
  width: 166px;
  position: absolute;
  left: -166px;
  top: -35px;
}
.side-bar .wechat .hide .hied_con {
  width: 150px;
  background: #222;
  border-radius: 4px;
  color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: width 0.3s ease-in-out;
  display: none;
}
.side-bar .wechat .hide .hied_con img {
  width: 150px;
  height: 150px;
}
.side-bar .wechat .hide .hied_con p {
  text-align: center;
  padding: 10px 0;
}
.side-bar .wechat .hide .hied_con:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #222;
  position: absolute;
  right: 11px;
  top: 58px;
  transform: rotate(45deg);
}
.post-link-share {
  margin: 30px 0;
}
.bdsharebuttonbox {
  display: inline-block;
  overflow: hidden;
}
.share-hmj {
  float: left;
  color: #999;
  line-height: 40px;
  height: 40px;
}
.bds_more {
  background: none repeat scroll 0% 0% #40A57D !important;
}
.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
  width: 30px !important;
  height: 30px !important;
  display: inline-block !important;
  cursor: pointer !important;
  opacity: 0.8 !important;
  position: relative !important;
  line-height: 30px !important;
  text-align: center;
  padding-left: 0px !important;
  color: #fff;
  border-radius: 3px;
  font-size: 20px !important;
  margin-right: 5px;
}
.bdshare-button-style0-16 .bds_tsina {
  background: none repeat scroll 0% 0% #F78585 !important;
}
.bdshare-button-style0-16 .bds_qzone {
  background: none repeat scroll 0% 0% #FAC33F !important;
}
.bdshare-button-style0-16 .qq {
  background: none repeat scroll 0% 0% #E74C3C !important;
}
.bdshare-button-style0-16 .bds_weixin {
  background: none repeat scroll 0% 0% #7AD071 !important;
}
.bdshare-button-style0-16 a:hover {
  opacity: 1 !important;
  color: #fff !important;
}
.bdshare-button-style0-16 .bds_more {
  color: #FFF !important;
}
#author-list span {
  font-weight: bold;
}
#author-list .single-item .author-gravatar img {
  margin: auto;
}
#author-list .single-item .author-name {
  margin: 10px 0;
  text-align: center;
}
#author-list .single-item .author-name a {
  font-weight: bold;
}
#author-list .single-item .author-num,
#author-list .single-item .author-wxh {
  text-align: center;
}
#author-list .single-item .author-des {
  line-height: 1.6;
  margin: 15px 0;
  height: 90px;
  overflow: hidden;
}
.page-zt {
  margin: 30px 0;
}
.page-zt h3 {
  font-size: 22px;
  color: #31424e;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-zt .term-list img {
  max-width: 100%;
}
.page-zt .term-list h4 {
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}
.page-zt .term-list h4 a {
  display: block;
  font-size: 18px;
  color: #31424e;
  font-weight: bold;
}
.page-zt .term-list h4 a:hover {
  color: #ee5b2e;
}
.page-zt .term-list .des {
  padding: 0 10px;
  font-size: 14px;
  color: #8a97a0;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 15px;
}
.login-click {
  position: relative;
}
.login-click img {
  cursor: pointer;
}
.login-click .login-menu {
  display: none;
  text-align: center;
  position: absolute;
  z-index: 2;
  border-top: 1px solid #3f4346 !important;
  border: 1px solid #dcdcdc;
  background: #fff;
  top: 40px;
  width: 100px;
  left: 50%;
  margin-left: -50px;
}
.login-click .login-menu a {
  display: inline-block;
  padding: 5px 10px;
}
.ias-trigger,.ias-noneleft {
  height: 40px;
  line-height: 40px;
  background: #ee5b2e;
  text-align: center;
    font-size: 18px;
  color: #fff;
}
.ias-trigger a {
  font-size: 18px;
  color: #fff;
}
.ias-spinner {
  text-align: center;
  margin: auto;
}
@media (max-width: 992px) {
  #cat-nav {
    padding-bottom: 0;
  }
  #cat-nav ul li {
    margin-bottom: 15px;
  }
  .borleft a {
    border-left: none;
    margin-left: 0;
  }
  .header-menu {
    display: none;
  }
  #footer .foot2 {
    padding-left: 80px;
  }
  #footer .foot3 {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .entry-meta .time {
    float: left !important;
  }
}
@media (max-width: 1500px) {
  .header-search {
    display: none;
  }
}
@media (min-width: 992px) {
  .slicknav_menu {
    display: none;
  }
}
