/* 默认样式去除 */
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
  overflow-x: hidden;
}
body {
  font-family: 'Arial';
  font-family: PingFangSC-Regular, sans-serif;
  font-size: 14px;
  color: #333;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover {
  text-decoration: none !important;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
@media (max-width: 768px) {
  .menu-collapse {
    max-width: 100% !important;
  }
  .menu-collapse .logo {
    width: 60% !important;
  }
  .wp_articlecontent img {
    width: 100% !important;
    height: auto !important;
  }
  .footer .content {
    margin: 0 10px 0 10px !important;
  }
  .left-content {
    display: none !important;
  }
  .right-content {
    width: 100% !important;
  }
  .right-content .news-list {
    margin: 0px 40px !important;
  }
  .menu-setting {
    height: auto !important;
  }
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '.';
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.m0p0 {
  margin: 0 !important;
  padding: 0 !important;
}
/* 公共样式 */
.logo {
  padding: 28px 20px;
  width: 100%;
}
.menu-setting {
  height: 91px;
  padding: 0px !important;
}
.menu-collapse {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 200px;
}
.dropdown-menu {
  width: 100px !important;
}
.sub-menu {
  padding: 0px;
}
.navbar-fixed {
  padding: 20px 0;
}
.navbar {
  border: 0 !important;
}
.parent-nav > li > a {
  margin: 0px 5px !important;
  min-width: 90.5px;
  font-size: 17px;
  padding: 0px !important;
  font-size: 14px;
  flex-direction: column;
  justify-content: space-evenly;
}
.parent-nav > li {
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 90.5px;
  box-sizing: border-box;
}
.footer-nav {
  background-color: white;
}
.footer-nav > li {
  width: 133px !important;
}
.footer-nav > li:last-child {
  border-right: none;
}
.text-i18n {
  font-size: 8px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
  color: #333333;
  text-align: center;
  -webkit-transform: scale(0.65);
}
.menu-link {
  font-size: 14px;
  text-align: center;
  height: 100%;
  padding: 0px;
  color: black;
}
.menu-link div {
  color: #333;
}
.top-nav {
  padding: 0;
  background: #000;
}
.sub-link {
  text-align: center;
  font-size: 13px;
  color: black;
  background-color: white;
}
.link-hover:hover {
  color: white !important;
  background-color: #851c1f;
}
.link-hover:hover > a {
  color: white !important;
}
.link-hover:hover > a > .text-i18n {
  color: white !important;
}
.link-hover:hover > a > div {
  color: white !important;
}
.link-bd {
  border-left: 1px solid #777777;
}
.link-bd:last-child {
  border-left: 1px solid #777777;
}
.menu-side {
  width: 102px !important;
  background-color: #ffffff;
}
.menu-side .layui-nav-item {
  color: #333;
}
.menu-side .layui-nav-item a {
  color: #333;
}
.menu-side li {
  text-align: center;
  border-bottom: 2px solid #9c9c9c;
}
.menu-side li > a {
  height: 102px !important;
  display: flex !important;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  color: #333333;
}
.menu-side li > a:hover {
  color: white !important;
  background-color: #851c1f;
}
.menu-side li > a i {
  display: none;
}
.sub-menu-side {
  width: 102px !important;
  background-color: #ffffff;
  padding: 0px !important;
}
.sub-menu-side li {
  text-align: center;
  border-bottom: 1px solid #9c9c9c;
}
.sub-menu-side li:hover {
  color: white !important;
  background-color: #851c1f;
}
.sub-menu-side li:last-child {
  border-bottom: none;
}
.sub-menu-side li > a {
  height: 49px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #333333 !important;
}
.qr-code {
  padding: 0px;
  height: 91px;
}
.main-content {
  max-width: 1197px;
  margin: 0 auto;
}
.nav-wrapper {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  background-color: white !important;
  z-index: 1030 !important;
}

.nav-wrapper .nav-items {
  position: relative !important;
  width: 100% !important;
}

.nav-wrapper .navbar-default {
  background-color: white !important;
  border-color: transparent !important;
}

.nav-wrapper .navbar {
  background-color: white !important;
  margin-bottom: 0 !important;
}
.main {
  background-color: #100f10;
}
.footer {
  min-height: 143px;
  background-color: #ffffff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer .left-logo {
  width: 250px;
}
.footer .content {
  font-size: 11px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
  color: #333333;
  margin: 0px 66px 0 49px;
}
.footer .code {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
  color: #333333;
  margin-right: 39px;
}
.footer-text {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.flex {
  display: flex;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-center {
  display: flex;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.justify-center {
  display: flex;
  justify-content: center;
}
.gutter {
  flex: 1;
}
.bg-color {
  background-color: #100f10;
}
.text-hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-two-hidden {
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.layui-this {
  color: #fff !important;
  background-color: #851c1f !important;
}
.layui-this a {
  color: #fff !important;
}
#search-content {
  position: relative;
}
#search-content .wp_search {
  position: relative;
}
#search-content .wp_search .keyword {
  width: 90px !important;
  position: absolute;
  top: 20px;
  text-align: center;
}
#search-content .wp_search .search {
  position: absolute;
  top: 50px;
  right: 20px;
}
