@charset "UTF-8";
/*
公共基础
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, select, th, td, fieldset {
  margin: 0;
  padding: 0;
}

ul, ol, dl {
  list-style-type: none;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: ‘Microsoft Yahei’, Arial, Helvetica, sans-serif !important;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button {
  overflow: visible;
  vertical-align: middle;
  outline: none;
}

button {
  margin: 0;
  padding: 0;
  outline: 0;
}

button:focus {
  outline: 0;
  border: 0;
}

a {
  color: #2d374b;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

img {
  width: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

p {
  word-wrap: break-word;
  color: #666;
  font-weight: 400;
}

/* 去掉IE input X 和 眼睛图标  */
input::-ms-clear, ::-ms-reveal {
  display: none;
}

/* 浮动 */
.left {
  float: left;
}

.right {
  float: right;
}

.cl:after, .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cl, .clearfix {
  zoom: 1;
}

.flexBox {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

.flex {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  width: 20%;
  /* For old syntax, otherwise collapses. */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

/* 字体颜色 */
.c-orange {
  color: #ff7900 !important;
}

.c-blue {
  color: #406ad8 !important;
}

.c-red {
  color: #ff0000 !important;
}

.c-green {
  color: #5cb85c !important;
}

.c-111 {
  color: #111 !important;
}

.c-222 {
  color: #222 !important;
}

.c-333 {
  color: #333 !important;
}

.c-444 {
  color: #444 !important;
}

.c-555 {
  color: #555 !important;
}

.c-666 {
  color: #666 !important;
}

.c-888 {
  color: #888 !important;
}

.c-999 {
  color: #999 !important;
}

.c-f40 {
  color: #f40 !important;
}

.font10 {
  font-size: 12px;
  transform: scale(0.83, 0.83);
  *font-size: 10px;
}

.font11 {
  font-size: 12px;
  transform: scale(0.91, 0.91);
  *font-size: 11px;
}

.b-orange {
  background: #ff7900;
  color: #fff;
}

/* 字体加粗 */
.f-weight {
  font-weight: bold;
}

.icon-arrow {
  font-family: simsun;
  display: inline-block;
  vertical-align: 1px;
}

.v-a-01 {
  vertical-align: -1px;
}

/*  禁止选中  */
.notSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/*  溢出隐藏  */
.hide-overflow {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/*  覆盖layer样式  */
.layui-carousel-ind ul, .layui-carousel-ind ul:hover {
  background-color: rgba(255, 255, 255, 0);
}

.layui-carousel-ind li {
  width: 36px;
  height: 4px;
  border-radius: 0;
  margin: 0 5px;
}

/*  二级页 banner  */
/*  banner  */
.nav-banner p {
  width: 100%;
  margin: 0;
  font-size: 0;
  padding: 0;
}

.nav-banner p img {
  width: 100%;
}

/*  返回顶部  */
.go-top {
  position: fixed;
  top: 60%;
  right: 3%;
  opacity: 0;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  background: #0071dc;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 48px;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  font-weight: 100;
}

.go-top:hover {
  background-color: #ffc221;
}

.go-top.active {
  top: 95%;
  -webkit-transform: translateY(-95%);
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
}

/*  分页样式  */
.fenye {
  height: 25px;
  line-height: 25px;
  _background: #F9F9F9;
  padding: 2px 5px;
  margin: 20px 4px;
  _border: solid 1px #ccc;
  _text-align: center;
}
.fenye a {
  padding: 4px 12px;
  margin: 0 2px;
  text-decoration: none;
  color: #333;
  background: #dadada;
  border-radius: 6px;
}
.fenye a.current {
  background: #0179e6;
  color: #fff;
}
.fenye a:hover {
  background: #0179e6;
  color: #fff;
}
.fenye span {
  color: #999;
  margin-left: 10px;
}

/*-- footer --*/
.footer {
  width: 100%;
  height: 64px;
  background: #E6E9ED;
  border-top: 1px solid #e2e2e3;
}

/*-- post --*/
.post {
  background: none;
}

.post .entry-cnt {
  height: auto;
  line-height: 2;
  font-size: 14px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #eee;
  padding: 15px 0 0;
}

.post .entry-cnt p {
  line-height: 2;
  font-size: 14px;
}

.related {
  padding: 10px 5px 10px 5px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 20px auto 10px auto;
}

.r-left {
  float: left;
}

.r-right {
  float: right;
}

/*-- discuss --*/
.discuss {
  padding: 25px;
}

.next-page {
  margin-bottom: 30px;
}
.next-page p {
  margin: 0;
}
.next-page p span {
  display: inline-block;
  margin-right: 5px;
  vertical-align: 18px;
}
.next-page p a {
  border-radius: 3px;
  padding: 1.5rem 4rem;
  border: 1px solid #c5c8ce;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #666;
  overflow: hidden;
  text-align: center;
  font-size: 1.6rem;
}
.next-page p a:hover {
  color: #fff;
  background-color: #2c71f6;
  border-color: #2c71f6;
}

.bannerSlider .banner a img {
  width: 100% !important;
}

/*# sourceMappingURL=base.css.map */
