* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
body {
  font-family: "宋体", "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  color: #323234;
}
input:focus {
  outline: none;
}
textarea,
input,
button {
  outline: none;
  font-size: 1em;
}
.input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
img {
  max-width: 100%;
}
a {
  color: #333;
}
a:visited {
  color: #333;
}
.m-0 {
  margin: 0px !important;
}
.m-t-0 {
  margin-top: 0px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-l-0 {
  margin-left: 0px !important;
}
.m-r-0 {
  margin-right: 0px !important;
}
.m-5 {
  margin: 5px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-l-25 {
  margin-left: 25px !important;
}
.m-r-25 {
  margin-right: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
/*
 * Generate Padding Class
 * padding, padding-top, padding-bottom, padding-left, padding-right
 */
.p-0 {
  padding: 0px !important;
}
.p-t-0 {
  padding-top: 0px !important;
}
.p-b-0 {
  padding-bottom: 0px !important;
}
.p-l-0 {
  padding-left: 0px !important;
}
.p-r-0 {
  padding-right: 0px !important;
}
.p-5 {
  padding: 5px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
/*
 * Font Weight
 */
.f-300 {
  font-weight: 300 !important;
}
.f-400 {
  font-weight: 400 !important;
}
.f-500 {
  font-weight: 500 !important;
}
.f-700 {
  font-weight: 700 !important;
}
.c-red {
  color: #f44336 !important;
}
.c-gray {
  color: #777 !important;
}
.flex {
  display: flex;
}
.f-t-c {
  align-items: center;
}
.f-t-t {
  align-items: flex-start;
}
.f-t-b {
  align-items: flex-end;
}
.f-c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-l {
  display: flex;
  justify-content: flex-start;
}
.f-r {
  display: flex;
  justify-content: flex-end;
}
.f-f-1 {
  flex: 1;
}
.f-f-2 {
  flex: 2;
}
.f-f-3 {
  flex: 3;
}
.f-f-4 {
  flex: 4;
}
.f-f-5 {
  flex: 5;
}
.f-f-6 {
  flex: 6;
}
.f-f-7 {
  flex: 7;
}
.f-f-8 {
  flex: 8;
}
.f-f-9 {
  flex: 9;
}
.f-f-10 {
  flex: 10;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-helper {
  color: #666;
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
.bg-red {
  background-color: #c31023;
}
.bg-zhongse {
  background-color: #78201f;
}
.bg-hese {
  background-color: #564042;
}
.bg-qianhuang {
  background-color: #e4c36a;
}
.bg-huangse {
  background-color: #d4b445;
}
.bg-huangse2 {
  background-color: #c9995a;
}
.bg-tuhuang {
  background-color: #9e7a4a;
}
.bg-tuhuang2 {
  background-color: #ca8659;
}
.bg-shenlan {
  background-color: #23384b;
}
.bg-qingse {
  background-color: #639d91;
}
.bg-qianqingse {
  background-color: #638891;
}
.bamboo-bg1 {
  background-image: url("/static/images/bamboo3.png");
  background-origin: border-box;
  background-position: bottom -20px right -120px;
  background-size: contain;
  background-repeat: no-repeat;
}
.bamboo-bg2 {
  background-image: url("/static/images/bamboo3.png");
  background-origin: border-box;
  background-position: bottom -20px right -120px;
  background-size: contain;
  background-repeat: no-repeat;
}
.bamboo-bg3 {
  background-image: url("/static/images/bamboo3.png");
  background-origin: border-box;
  background-position: bottom -20px right -120px;
  background-size: contain;
  background-repeat: no-repeat;
}
.bamboo-bg4 {
  background-image: url("/static/images/bamboo3.png");
  background-origin: border-box;
  background-position: bottom -20px right -120px;
  background-size: contain;
  background-repeat: no-repeat;
}
.bamboo-bg5 {
  background-image: url("/static/images/bamboo3.png");
  background-origin: border-box;
  background-position: bottom -20px right -120px;
  background-size: contain;
  background-repeat: no-repeat;
}
/**
 *
 */
.bamboo-bg22 {
  background-image: url("/static/images/bamboo22.png");
  background-position: 180% 100%;
  background-size: 70% 70%;
  background-repeat: no-repeat;
}
.white-font a {
  color: #f3f3f3;
}
.white-font a:visited {
  color: #f3f3f3;
}
.page-img {
  text-align: center;
  width: 40%;
  margin: 20px auto;
}
.pagination {
  user-select: none;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.pagination .more:before {
  line-height: 30px;
}
.pagination li {
  padding: 0 4px;
  background: #fff;
  vertical-align: top;
  display: inline-block;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
}
.pagination li.btn-quicknext,
.pagination li.btn-quickprev {
  line-height: 28px;
  color: #303133;
}
.pagination li.btn-quicknext.disabled,
.pagination li.btn-quickprev.disabled {
  color: #c0c4cc;
}
.pagination li.btn-quicknext:hover,
.pagination li.btn-quickprev:hover {
  cursor: pointer;
}
.pagination li.active + li {
  border-left: 0;
}
.pagination li:hover {
  color: #409eff;
}
.pagination li.active {
  color: #409eff;
  cursor: default;
}
html,
body {
  height: 100%;
}
.container {
  min-height: calc(100% - 88px);
}
.header .header-logo {
  padding: 0.08rem;
  display: flex;
}
.header .header-logo .logo-img {
  width: 30%;
}
.header .header-logo .right-toolbar {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header-logo .right-toolbar .toolbar-item {
  margin-right: 10px;
  color: #666;
}
.header .header-logo .right-toolbar .menu-list-icon {
  display: flex;
  align-items: center;
}
.header .header-logo .right-toolbar .menu-list-icon .menu-list {
  width: 0.8rem;
  padding-right: 5px;
  color: #666;
}
.header .header-logo .right-toolbar .menu-list-icon .menu-down {
  width: 20px;
  padding-right: 10px;
  color: #666;
}
.header .header-nav {
  background: #4c4c4c;
  padding: 10px;
}
.header .header-nav .nav-row {
  display: flex;
}
.header .header-nav .nav-row a {
  padding: 4px;
  color: #fff;
  text-align: center;
  width: 16.66%;
  font-size: 1em;
}
.header .header-nav .nav-row a:visited {
  color: #fff;
}
.pop-menu {
  width: 90vw;
  min-height: 100%;
  background: url('/mobile/images/menu_bg.jpg') repeat;
  background-size: contain;
}
.pop-menu .list .item {
  padding: 10px 10px 0px;
}
.pop-menu .list .item dl {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 ;
}
.pop-menu .list .item dl dd {
  padding: 5px 4px;
  margin: 0;
}
.pop-menu .list .item a {
  color: #eaa1a1;
}
.pop-menu .list .item h1 {
  font-size: 1.4em;
  margin: 5px 0;
}
/***尾部***/
footer.footer {
  width: 100%;
  overflow: hidden;
  background-color: #272927;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
}
footer.footer a {
  font-size: 14px;
  line-height: 14px;
}
footer.footer .about-support a {
  color: #aaa;
}
footer.footer .about-support a:visited {
  color: #aaa;
}
/**
 * 资讯展示
 */
.news-wraper {
  padding: 10px 0px 10px;
  color: #fff;
  margin-top: 5px;
}
.news-wraper a {
  color: #fff;
}
.news-wraper a:visited {
  color: #fff;
}
.news-wraper .news-title {
  margin: 10px 0;
}
.news-wraper .news-title.news-title-image {
  text-align: center;
}
.news-wraper .news-title.news-title-image img {
  width: 4rem;
}
.news-wraper .news-content .list-wrapper {
  padding: 10px;
}
.news-wraper .news-content .list-wrapper li {
  padding-left: 10px;
  line-height: 1.8;
}
.news-wraper .has-point-list li {
  padding-left: 12px;
}
.news-wraper .has-point-list li:before {
  content: "•";
  padding-right: 6px;
}
.news-wraper.news-zixun {
  background-image: url("/mobile/images/zhixun-bg.jpg");
  background-size: 100% 100%;
}
.news-wraper.news-hangye {
  background-color: #78201f;
}
.news-wraper.news-zhuanti {
  background-color: #9e7a4a;
}
.news-wraper.news-dangjian {
  background-color: #564042;
}
.top-nav {
  padding: 10px;
}
/**
 * 文章列表
 */
.article-list-wrapper {
  padding: 6px;
}
.article-list-wrapper .list-container .list-item {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.article-list-wrapper .list-container .list-item .list-item-title {
  margin: 0;
  padding: 0;
}
.article-list-wrapper .list-container .list-item .list-item-sub {
  font-size: 0.8em;
  color: #666;
  text-align: right;
}
.person-contact {
  display: flex;
  margin-top: 5px;
}
.person-contact .person-contact-phone {
  padding: 5px 5px 5px 50px;
  width: 50%;
  line-height: 34px;
  font-size: 22px;
  background: url('/static/images/contact-icon.png') no-repeat 0 5px;
}
.person-contact .person-contact-weixin {
  padding: 5px 5px 5px 55px;
  width: 50%;
  line-height: 34px;
  font-size: 22px;
  background: url('/static/images/contact-icon.png') no-repeat 0 -45px;
}
.news-content iframe {
  width: 100% !important;
  height: 300px;
}
/**
 * 图片居中适配
 */
.height-first,
.width-first {
  position: relative;
  overflow: hidden;
}
.height-first img,
.width-first img {
  max-width: none;
  max-height: none;
  width: auto !important;
  height: auto !important;
}
.height-first img,
.width-first img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.height-first img {
  height: 100% !important;
}
.width-first img {
  width: 100% !important;
}
/*# sourceMappingURL=common.css.map */